.drawer {
	width:100%;
	/*border-top:1px solid #E0E0E0;*/
	border-radius:3px;    
}
.drawer p { 
text-align: justify;
line-height: 24px;
padding:0 !important;
font-size: 16px !important;
}
 
.accordion-item {
/*	border-bottom:1px solid #E0E0E0;*/
}
.accordion-item-active .accordion-header { 
	overflow: hidden;
	cursor: pointer;
	transition: .25s;
	border: 0px solid #ddd;
	border-radius:0;
	background: #004b6e;
	margin-bottom: 0;

}
.sb-title {
	font-weight: 500;
	font-size:16px !important;
}

.accordion-item-active .accordion-header-icon {
	color:#fff;
}
.accordion-item-active .accordion-header h1 {
	color:#fff;
	
}
.accordion-item-active .accordion-header h1 span{
	/*margin-left: 35px;
	display: inherit;*/
}

.accordion-item-active .accordion-header h1 strong{
	/*width: 35px;
	position: absolute;
	background: #ddd;
	margin: -6px 0 0 -10px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	color: #000;*/
}

.accordion-header {
	clear:both;
	background:#fff;
	height:auto;
	padding: 15px 0px 15px 10px;
	overflow: hidden;
	cursor: pointer;
	transition: .25s;
	border: 1px solid #ddd;
	border-radius: 0px;
	margin-bottom: 10px;
}
.accordion-header h1 {
	float:left;
	font-size:20px!important;
	font-weight:500;
	margin:0;
	line-height:24px;
	width: 95%;
	 text-align:left; 
	 margin-bottom:0px!important;
	 text-transform:uppercase;
	 font-family: 'Oswald', sans-serif !important;
}
.accordion-header h1 span{
	margin-left: 10px;
	 
}

.accordion-header h1 strong{
	/*width: 35px;
	position: absolute;
	background: #000;
	margin: -6px 0 0 -10px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	color: #fff;*/
}


.accordion-header h1 .fa {
	color:#94280c;
	border-right:1px solid;
	padding-right:10px;
	margin-right:10px;
}
.accordion-content {
	border-left:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
	/*border-top:1px solid #E0E0E0;*/
	display:none;
	padding:12px;
	color:#212121;
	background:#FFF;
 	line-height:1.45em;
	margin-bottom: 10px;
	border-radius: 0 0 4px 4px;
	border-bottom: 1px solid #E0E0E0;
}
.accordion-header-icon {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	float:left;
	color:#666;
	font-size:15px;
	vertical-align:middle;
}
.accordion-header-icon:before {
	content: "\f067   ";/*f105 f138  */
	font: normal normal normal 14px/1 FontAwesome;
	margin-right:5px; 
	color:#666;
	line-height: 24px;
}


.accordion-header-icon.accordion-header-icon-active {
	
	color:#eea43e;
}

.accordion-header-icon.accordion-header-icon-active:before {
	content: "\f068   ";color:#FFF;
}

@media only screen and (min-width:320px) and (max-width:767px) {
.accordion-header h1 {
	font-size:14px!important;
	width:94%; 
}
.accordion-item-active .accordion-header h1 {
	font-size:14px!important;
	width:94%;
}
.accordion-header {
    padding: 10px 5px 10px 10px;
}
}