.drawer
{
	width:100%;
	border-top:0px solid #E0E0E0;
	border-radius:0px;
	margin-top: 10px
}

.accordion-item
{
	border-bottom:0px solid #E0E0E0
}
.accordion-item-active .accordion-header
{
	/*background:#888;*/
	transition:.25s
}
.accordion-item-active /*.accordion-header-icon*/
{
	color:#ba1f3e
}
.accordion-item-active .accordion-header h1
{
	color:#ba1f3e;
	font-weight: bold;
	margin-bottom: 15px
}
.accordion-header
{
	/*background:#f2f2f2;*/
	padding:0px;
	cursor:pointer;
	border-right:0px solid #E0E0E0;
	border-left:0px solid #E0E0E0;
	min-height:20px;
	transition:.25s;
	margin-bottom: 30px;
}
.accordion-header h1
{
	float:left;
	font-size:20px;
	font-weight: bold;
	margin-bottom:0px;
	line-height: 1.3em;
	color:#212121
}
.accordion-content h2
{
	text-align:left;
	font-size:17px;
	font-weight: bold;
	margin-bottom:15px;
	line-height: 1.5em;
	color: #212121
}
.accordion-content h6
{
	text-align:left;
	font-size:14px;
	font-weight: normal;
	margin-bottom:10px;
	line-height: 1.2em;
	color: #212121
}
.accordion-content
{
	border-left:0px solid #E0E0E0;
	border-right:0px solid #E0E0E0;
	border-top:0px solid #E0E0E0;
	display:none;
	padding:0px;
	color:#212121;
	/*background:#FFF;*/
	font-size:16px;
	line-height:1.75em
}
.accordion-content p
{
	margin:0;
	margin-bottom: 11px
}
/*.accordion-header-icon
{
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	float:right;
	color:#888;
	font-size: 18px;
	vertical-align: right
}
.accordion-header-icon.accordion-header-icon-active
{
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	color:#fff
}*/