/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 21 - Splash
  -----------------------------------
*/

.p7AP3-21 {
	padding: 0px;
	margin: 0 auto;
	width: auto;
}
.p7AP3:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 1;
}
.p7AP3trig.p7ap3-theme-21 {
	margin: 4px 0px;
	text-align: center;
}
.p7AP3trig.p7ap3-theme-21 h3, .p7AP3trig.p7ap3-theme-21 h4 {
	margin: 0;
	padding: 0;
	letter-spacing: normal;
}
.p7AP3trig.p7ap3-theme-21 a {
	display: inline-block;
	text-decoration: none;
	padding: 8px 22px;
	background-color: #FFF;
	background-color: rgba(227,224,217,0.75);
	color: #000;
	background-image: url(img/p7ap3_east_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid;
	font-weight: normal;
	box-shadow: inset 0px 16px 20px rgba(255,255,255,.1);
	border-radius: 8px;
	border-color: rgba(60,56,53,.1);
	-webkit-transition: all ease-in-out .25s .1s;
	transition: all ease-in-out .25s .1s;
}
.p7AP3trig.p7ap3-theme-21 .p7AP3_ext, .p7AP3trig.p7ap3-theme-21 .p7AP3_ext.p7AP3trig_down {
	background-color: #FFF;
	background-color: rgba(217,214,207,.7);
	letter-spacing: normal;
	color: #000;
	background-image: none;
}
.p7AP3trig.p7ap3-theme-21 .p7AP3_ext:hover {
	background-image: none;
}
.p7AP3trig.p7ap3-theme-21 a:hover {
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	color: #EEE;
	border-color: rgba(39,39,39,0.0);
	background-image: url(img/p7ap3_east_gray.gif);
}
.p7AP3trig.p7ap3-theme-21 a:focus {}
.p7AP3trig.p7ap3-theme-21 .p7AP3trig_down, .p7AP3trig.p7ap3-theme-21 .p7AP3trig_down:hover {
	background-image: url(img/p7ap3_south_gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	color: #EEE;
	padding: 18px 30px;
	border-color: rgba(32,32,32,0.0);
}
.p7AP3trig.p7ap3-theme-21 .p7AP3trig_down:hover {}
.p7AP3cwrapper.p7ap3-theme-21 {
	position: relative;
	top: 0px;
}
.p7AP3panelcontent.p7ap3-theme-21 {
	line-height: 1.5em;
	color: #000;
	border: 1px solid;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.65);
	border-radius: 8px;
	margin: 2px 0px;
	border-color: #BBB;
}
.p7AP3panelcontent.p7ap3-theme-21 h1,
.p7AP3panelcontent.p7ap3-theme-21 h2,
.p7AP3panelcontent.p7ap3-theme-21 h3,
.p7AP3panelcontent.p7ap3-theme-21 h4 {
	margin: 0px;
}
.p7AP3content.p7ap3-theme-21 p {
	margin: 6px 0;
}
.p7AP3trig.p7ap3-theme-21 a.current_mark {
	font-weight: bold;
}
.p7AP3trig.p7ap3-theme-21 a.p7AP3_ext.current_mark, .p7AP3trig.p7ap3-theme-21 a.p7AP3_ext.current_mark:hover {
	background-image: url(img/p7AP3_page_black.gif) !important;
	background-color: #FFF !important;
	color: #000 !important;
}
.p7AP3panelcontent.p7ap3-theme-21 .current_mark {
	font-weight: bold;
}

.responsive .ap3-toolbar {display: none;}

@media only screen and (min-width: 0px) and (max-width: 700px) {
.p7AP3-21.responsive .ap3-toolbar {
	display: block;
	padding: 0px;
	text-align: center;
	cursor: pointer;
}
.p7AP3-21.responsive .ap3-toolbar a {
	font-size: 2em;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	display: block;
}
.p7AP3-21.responsive .ap3-toolbar a:hover {
	color: #000;
}
.responsive .toggle-text a:before {
	position: relative;
	top: -.25em;
}
.p7AP3-21.responsive .toggle-text.closed a:before {
	content: "Show Menu \0020";
	font-size: .5em;
}
.p7AP3-21.responsive .toggle-text.opened a:before {
	content: "Hide Menu \0020";
	font-size: .5em;
}
.p7AP3root-wrapper.closed {
	height: 0px;
	overflow:hidden;	
}
.p7AP3root-wrapper.opened {
	height: auto;
	overflow: hidden;	
}

}