.faq_controls{
	text-align: right;
	margin-bottom:12px;
}
#expand-faq{
	display:inline-block;
	color:#007481;
	font-weight:bold;
	padding:2px;
	border-bottom:#007481 1px dashed;
	cursor:pointer;
}
.faq_wrapper{
	margin-bottom:1px;
}
.faq_question{
	position:relative;
	background: #f4f4f4;
	padding: 20px 60px 20px 20px;
	color:#666666;
	font-size: 16px;
	font-weight:bold;
	cursor:pointer;
}
.faq_question.open,
.faq_question.open i{
	color:#ffffff;
}
.faq_question.open{
	background:#114A21;
}
.faq_question i{
	position:absolute;
	right: 16px;
	top: 20px;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #007481;
	font-size: 17px;
	line-height: 17px;
}
.faq_answer{
	display:none;
	box-shadow: inset 0px 4px 3px -2px rgba(0,0,0,.06);
	padding:20px 20px 36px;
}
