/* FAQ
------------------------- */
.questions > li {
	border-bottom: 1px dotted #AB1616;
	list-style: none;
	margin: 0 0 1em -2.5em;
	padding: 0 0 1em 0;
}
.questions li:last-child {
	border-bottom: 0;
}
.question::before {
	content: "\002B\ ";
}
.expanded::before {
	content: "\002D\ ";
}
.answer {
	display: none;
	margin: 1em 1.5em;
}