ul.faq, #content ul.faq,
ul.faq li, #content ul.faq li {
	list-style: none;
	margin: 0;
	padding: 0;
}

li.question {
	clear: both;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.question a.toggler,
.question .answer {
	clear: both;
	display: block;
	background: #fff;
	color: #3c3e97;
	border-top: 1px solid #ddd;
	font-size: 18px;
	font-weight: 100;
	overflow: hidden;
}
.question a.toggler:hover {
	background: #ddd;
	color: #3c3e97;
}
.question a.toggler.active {
	margin-top: 18px;
}

.question .answer {
	margin-bottom: 18px;
}

.question .letter {
	float: left;
	width: 10%;
	padding: 4.5px 0 8.1px;
	text-align: center;
	font-family: 'omnes-pro', sans-serif;
	font-size: 30px;
	font-weight: 300;
}
.question .faq-text {
	float: left;
	width: 90%;
	margin-top: 21.6px;
	padding-right: 18px;
}
.question .toggler .faq-text {
	font-weight: 700;
	line-height: 28px;
}
