/* 
  -----------------------------------
  Accordion Panel Magic 4
  by Project Seven Development
  www.projectseven.com
  Editable CSS Theme 04 (FAQ)
  -----------------------------------
*/


/*ROOT and CONTENT BACKGROUND COLORS and COLORS*/
#ResourceWrap {
	max-width:900px;
}
/*Content Color*/
.p7AP4-04.p7AP4content {
	background-color: #FFF;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.7em;
}
.p7AP4-04.p7AP4content h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: none;
	color: #333;
}
.p7AP4-04 .p7AP4content h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #333;
    line-height: 0em;
    text-transform: none;
    padding: 0px 0 0 0;
}
.p7AP4-04.p7AP4content a {
	color: #27789E;
	text-decoration: underline;
}
.p7AP4-04.p7AP4content a:hover {
	color: #27789E;
	text-decoration: none;
}
.p7AP4-04.p7AP4content .ReportLink a {
	color: #27789E;
	text-decoration: underline;
}
.p7AP4-04.p7AP4content .ReportLink a:hover {
	color: #27789E;
	text-decoration: none;
}

/*TRIGGERS and TRIGGER COLORS*/
.p7AP4-04.p7AP4trig a,
.p7AP4-04.p7AP4trig h3,
.p7AP4-04.p7AP4trig h4 {
	font-size: 18px;
	line-height: 2.75;
	color: #1B5069 !important;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	height: 50px;
	margin-top:0px;
	text-transform:none;
	letter-spacing:0em;
}
@media (max-width: 543px) {
.p7AP4-04.p7AP4trig a,
.p7AP4-04.p7AP4trig h3,
.p7AP4-04.p7AP4trig h4 {
	font-size: 18px;
	line-height: 24px;
	color: #1B5069 !important;
	font-weight: 300;
	font-family: Arial, Helvetica, sans-serif;
	height: 50px;
	margin-top:0px;
	text-transform:none;
	letter-spacing:0em;
    border-bottom: solid 0px #a9a987 !important;
}
}

a.p7AP4-04 {
	padding: 0px 20px;
	display: inline-block;
	padding-left: 3em;
}
a.p7AP4-04 {
	color: #000;
	background-image: url(../p7ap4/img/p7AP4_plus_black.png);
	opacity: 1;
	margin: 3px 0px;
}

a.p7AP4-04:hover {
	color: #000;
	background-image: url(../p7ap4/img/p7AP4_minus_black.png);
	opacity: .9;
}
a.p7AP4-04.ap4Trigs_down,
a.p7AP4-04.ap4Trigs_down:hover {
	background-image: url(../p7ap4/img/p7AP4_minus_black.png);
	opacity: 1;
	margin-left: 0em;
	margin-bottom: 8px;
	}

/*CURRENT MARK*/
a.p7AP4-04.current_mark {
	font-weight: bold;
}

/*EXTERNAL TRIGGER LINKS*/
a.p7AP4-04.p7AP4_ext,
a.p7AP4-04.p7AP4_ext.current_mark {
	background-image: url(../p7ap4/img/p7AP4_page_black.png) !important;
}
a.p7AP4-04.p7AP4_ext:hover, 
a.p7AP4-04.p7AP4_ext.current_mark:hover {
	background-image: url(../p7ap4/img/p7AP4_page_white.png) !important;
}



/*CONTENT*/
.p7AP4-04.ap4-panel-border .p7AP4-04.p7AP4content {
	border-left: 0px dotted #000;
	margin-left: 0em;
	margin-bottom: 10px;
}
.p7AP4-04 .p7ap4-content {
	padding: 5px 5px;
}
.p7AP4-04 .p7ap4-content h6 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
    line-height: 22px;
    text-transform: none;
    margin: 35px 0 25px 0 !important;
    padding-top: 0;
    letter-spacing:0px;
}
.p7AP4-04 .p7ap4-content .BulletPoint {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 0px;
	margin-left: 30px;
}
/*
TRIGGER BORDERS
There are no trigger borders appropriate for this theme.
*/


/*
ROUNDED CORNERS
There are no rounded corners appropriate for this theme.
*/



/*TOOLBAR*/
.p7AP4-04 .p7AP4-04.ap4-toolbar {
	background-color: #222;
}
.p7AP4-04 .p7AP4-04.ap4-toolbar a {
	color: #AAA;
}
.p7AP4-04 .p7AP4-04.ap4-toolbar a:hover {
	color: #FFF;
}

@media only screen and (min-width: 0px) and (max-width: 700px) {}