.accordion-content,.drawer{}
@font-face {
	font-family: hind;
	src: url('./fonts/hind.medium.ttf');
}
@font-face {
	font-family: OpenSans;
	src: url('./fonts/open-sans.regular.ttf');
}
.accordion-content,.accordion-header{}
.drawer{margin-bottom:5px; border:1px solid #d1d9de; background-color:#efefef; border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
.accordion-item{}
.accordion-header{cursor:pointer; background:url(../img/gradient.png) repeat-x left top #376ca2; line-height:1; padding:10px 0 8px 25px; font-weight:600; font-family: 'Hind', sans-serif; border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; position:relative;}
.accordion-header.accordion-header-active{border-radius:5px 5px 0 0; -o-border-radius:5px 5px 0 0; -ms-border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0;}
.accordion-header h2{color:#fff; line-height:0.8; font-size:22px; background-repeat:no-repeat; background-position: left center; padding-left:35px;}
.accordion-header h2.forward{background-image:url(../img/forward.png);}
.accordion-header h2.post-lead{background-image:url(../img/post.png);}
.accordion-header h2.not-lead{background-image:url(../img/not-my-lead.png); min-height:21px;}
.accordion-content{display:none; padding:10px 25px;}
.accordion-content p{}
.accordion-header-icon{background:url(../img/drop-down.png) no-repeat; height:10px; width:15px; position:absolute; top:50%; margin-top:-4px; right:20px;}
.accordion-header-icon.accordion-header-icon-active{background-image:url(../img/drop-up.png);}