@charset "utf-8";
/* CSS for FAQ page */

#faq h1.title {
	color: #656B9A;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 14px;
}
#faq .faq-section {
	margin-bottom: 28px;
}
#faq .faq-section h2 {
	color: #c4a31b;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 11px;
}
#faq .faq-element {
	margin-bottom: 10px;
	margin-left: 20px;
}
#faq .faq-element h3 {
	color: #d96714;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}
#faq .faq-element p {
	color: #0b1141;
	font-size: 12px;
	line-height: 18px;
}