*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing: border-box; box-sizing:border-box; outline: none !important;}
#accordion, .accordion, .accordion dt, .accordion dt:hover, .accordion .open, .accordion dd, .accordion span {
	margin:0;
	padding:0;
}
#accordion {
	width:100%;
	float:left;
	text-align:left;
	margin:20px 0px;
}
.accordion {
	width:100%;
	float:left;
	border-top: 1px solid #ECF0F1;
}
.accordion dt {
	width:100%;
	cursor:pointer;
	color:#2d3e50;
	font-size:16px;
	padding:8px 30px 8px 0px;
	font-weight:400;
	border-bottom: 1px solid #ECF0F1;
	background:url(../img/accordion-arrow.png) center right no-repeat;
}

.accordion dt:hover {
	width:100%;
	color:#1bbc9b;
	padding:8px 30px 8px 0px;
	background:url(../img/accordion-arrow-h.png) center right no-repeat;
}
.accordion .open, .accordion .open:hover {
	width:100%;
	cursor:pointer;
	color:#1bbc9b;
	font-size:16px;
	padding:8px 30px 8px 0px;
	font-weight:400;
	border-bottom:none;
	background:url(../img/accordion-arrow-d.png) center right no-repeat;
}


.accordion dd {
	overflow:hidden;
	}	
.accordion span {
	display:block;
	width:100%;
	border-top:none;
	padding:10px 0px;
	height:auto;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #555555;
	text-transform:none;
	border-bottom: 1px solid #ECF0F1;
	}
