#accordion-container{ width:94%; margin:auto; }

.accordion-header{
font-family:geogrotesque_bdbold; font-weight:normal; font-size:20px; text-transform:uppercase;
margin: 5px 0 0 0; padding:10px 0 10px 18px; cursor: pointer; color:#ffffff;
}

.active-header {
	background: url(../../images/accordian_arrow_up.png) #898989;
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

.active-header:hover {
	background: url(../../images/accordian_arrow_up.png) #898989;
	background-repeat: no-repeat;
	background-position: 98% 50% ;
}

.inactive-header {
	background: url(../../images/accordian_arrow_down.png) #898989;
	background-repeat: no-repeat;
	background-position: 98% 50% ;
}

.inactive-header:hover {
	background: url(../../images/accordian_arrow_down.png) #898989;
	background-repeat: no-repeat;
	background-position: 98% 50% ;
}

.accordion-content {
	display: none;
	padding:0;
	background:#e6e6e6;
}


@media screen and (max-width: 420px) {
.accordion-header{ font-size:18px; padding:10px 0 10px 8px !important; }
}