#accordion-container {
	font-size: 15px;
	background: #ffffff;
	float: left;
	width: 100%;	
}
.accordion-header {
	font-size: 15px;
	background: #ebebeb;
	margin: 10px 0 20px 0;
    padding:12px 15px;
	border: 1px solid #e4e4e4;
	cursor: pointer;
	color: #444;
	position:relative;
	line-height:normal;
	border-radius: none;
}
.active-header {
	transition: all 0.5s ease-in-out 0s;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	/*background: url("../img/arrow-up.png") #fff;*/
	background: url("../img/arrow-up-white.png") #fff;
	background-repeat: no-repeat;
	background-position: 99% 50%;
	float: left;
	width: 100%;
}
.inactive-header {
    background: #fff url("../img/arrow-down.png") no-repeat scroll 99%;
    float: left;
    line-height: normal;
    width: 100%;
}
.accordion-content {
    display: none;
    float: left;
    width: 100% !important;
    background-color: #fafafa;
    padding:10px;
}
.accordion-content.open-content a {
    color: #3b3b3b;
    text-decoration: none;
}
.first-p{
	font-size: 14px;
	line-height: 22px;
	margin:0;
}
.faq-list-para{
	float: left;
	width: 100%;
}