.hs-faq-container{
	width: 100%;
	text-align: left;
}
.hs-faq-container label{
	font-family: Arial, Helvetica, sans-serif;
	padding:15px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: auto;
	cursor: pointer;
	color: #333;
	font-size: 14px;
	background-color: #cccccc;
	background-image: url(../../images/label_hover.jpg);
	background-repeat: no-repeat;
	background-position:right -38px;
	
}
.hs-faq-container label:hover{
	
}
.hs-faq-container input:checked + label,
.hs-faq-container input:checked + label:hover{
	background-image: url(../../images/label_hover.jpg);
	background-repeat: no-repeat;
	background-position:right 0px;
}
.hs-faq-container label:hover:after,
.hs-faq-container input:checked + label:hover:after{
	
}
.hs-faq-container input:checked + label:after{
}
.hs-faq-container input{
	display: none;
}
.hs-faq-container article.ac-small{
	overflow: hidden;
	max-height: 0px;
	position: relative;
	z-index: 10;
	margin:0 40px 10px 15px;
	background:#e8e8e8;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
}
.hs-faq-container article.ac-small p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.hs-faq-container input:checked ~ article{
	padding:15px 32px;
	
}
.hs-faq-container input:checked ~ article.ac-small{
    max-height: 10000px; /*auto*/
}
.hs-faq-qustion{
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px 20px 0;
    font-size: 12px;
}
.hs-question-icon {
	
}
.hs-faq-container article.ac-small {
    padding: 0;
}
/*
* Media query for mobile devices
*/
@media (min-width:240px) and (max-width:640px){
	.hs-faq-container label{
		font-size:14px;
		line-height:30px;
		padding: 0 16px;
	}
	.hs-question-icon:before{
		font-size:15px;
	}
	.hs-faq-container article.ac-small p{
		font-size: 12px;
		line-height: 23px;
		padding: 5px 15px;
	}
}