@charset "UTF-8";
/* CSS Document */


.faq_wrapper {
	text-align: left;
}
.faq_header {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 0 10px 0;
}
.faq_section {
}
.question_wrapper {
	border-bottom: 1px solid #eeeeee;
	font-family: 'calluna', serif;
	font-weight: 300;
}
.question_wrapper a {
	color: inherit;
}
.question_wrapper a:hover {
	color: black;
}
.answer {
	padding: 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #eeeeee;
}
.answer a {
	color: #5DC47D;
}
.answer_wrapper {
	height: 0px;
	overflow: hidden;

	-webkit-transition: height 0.25s; /* Safari */
    transition: height 0.25s;
}