
/* ******************************
    My EPR Custom Accordian
****************************** */

a.p7AP4-01 {
	background-color: black;
	color: rgb(240, 240, 240);
	padding: 5px 20px;
	background-image: url(../p7ap4/img/p7AP4_east_white.png);
	box-shadow: inset 0px 4px 4px rgba(255,255,255,0.02);
	font-weight: normal;
}

.p7AP4-01.ap4-trig-border a.p7AP4-01 {
	border-bottom: 1px solid rgba(66,65,65,1.00);

}


.p7AP4-01.ap4-panel-border .p7AP4-01.p7AP4content {
    border-left: none;
    border-right: none;
}


@media only screen and (min-width: 0px) and (max-width: 700px) {
	.p7AP4 {
		background-color: transparent !important;
	
	}
/* ----------------------------------- 
	change accordian text 
----------------------------------- */	
	.p7AP4.ap4-responsive .toggle-text.closed a:before { 
		content: "Open \0020";
		font-size: .5em;
	}
	.p7AP4.ap4-responsive .toggle-text.opened a:before {
		content: "Close \0020";
		font-size: .5em;
	}
/* ----------------------------------- 
	END change accordian text 
----------------------------------- */
	
	
}/* END - @media 700px ================ */
