.accordion-container {
	font-size: 13px;
	padding:20px 0px 200px 0px;
	
}

.accordion-container h2.accordion-header {margin-bottom:0px; color:#27628f; padding:0px 0 0px 0px; line-height:18px; cursor:pointer;  font-size:15px; line-height:30px; margin:0; font-weight:600; text-decoration: underline; }
.accordion-container h2.accordion-header a{color:#27628f;}
.active-header {
	
	background: url(../images/arrowdown.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.active-header:hover {
	background: url(../images/arrowdown.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.inactive-header {
	background: url(../images/arrowup.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.inactive-header:hover {
	background: url(../images/arrowup.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.accordion-content {
	display: none;
	padding:0 0px;
	/*background: #ffffff;*/
	border-top: 0;
	margin-bottom:10px;
}

.accordion-content ul{list-style:none; margin:0; padding:0 0 0 0;}
.accordion-content ul li{ padding:10px 0px; font-size:13px; color:#000; line-height:18px; background:none !important;}
.accordion-content ul li:last-child{border-bottom:none;}
.accordion-content ul li a{font-size:13px; color:#454545; line-height:25px; background:url(../images/accrodian-arrow.png) left center no-repeat; padding:5px 0 5px 15px; display:block; font-weight:300; font-family: 'Roboto', sans-serif;}
.accordion-content ul li a:hover,.accordion-content ul li a.active{text-decoration:none; color:#14679d;}

@media screen and (max-width: 480px)
{
.accordion-content{ width:auto !important;}
}

@media screen and (min-width: 481px) and (max-width: 767px)
{
.accordion-content{ width:auto !important;}	
}

