ul.faq {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.faq li.question:before {
	content: "";
	background-image: url('images/collapse.png');
	background-size: 28px 14px;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 14px;
	width: 14px;
	overflow: hidden;
	display: inline-block;
	margin-right: 10px;
	position: absolute;
	top: 8px;
	left: 0;
}

ul.faq li.question.showing:before {
	background-position: -14px 0;
}

ul.faq li.question {
	cursor: pointer;
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	padding: 6px 24px;
	position: relative;
}

.answer {
	margin: 0 0 10px 24px;
	display: none;
}
