.general-faq-module-container {
	margin: 0 10%;
	padding:20px 0 40px
}

.general-faq-module-inner-container {
	margin: 0 auto;
	max-width:1084px
}

.general-faq-module-container-title {
	color: #02293d;
	font-family: Roboto Slab, serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: .06em;
	line-height: 1.25em;
	margin: 10px 0 20px;
	text-align:center
}

.general-faq-module-question {
	border: 0;
	border-bottom: 1px;
	border-style: solid;
	color: #022d3d;
	font-family: Source Sans Pro, sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 10px 10px 20px;
	text-decoration: none;
	text-indent:-20px
}

.general-faq-module-question-arrow {
	color:#12d678
}

.general-faq-module-answer {
	color: #02293d;
	max-width: 768px;
	padding-left: 30px;
	padding-top:15px
}

.expandable {
	max-height: 0;
	opacity: 0;
	overflow:hidden
}

.expandable, .expanded {
	transition:all .5s ease-in-out
}

.expanded {
	max-height: 500px;
	opacity:1
}

@media (max-width: 768px) {
	.general-faq-module-container {
		margin-left: 5%;
		margin-right: 5%
	}
}
