
.standard-container {
	font-size: 1.125em;
	margin-top: 30px;
}

.faq-h1 {
	width: 100%;
	cursor: default;
	padding: 10px 0;
	margin-top: 10px;
	border-bottom: 4px solid #000;
	text-align: center;
	font-weight: normal;
}

.faq-question {
	font-weight: normal;
	cursor: pointer;
	border-bottom: 2px solid #fff;
	margin: 0;
	padding: 15px 0 5px 0;
	/*background-image: url(../images/faq-up.png);
	background-size: 1em;
	background-repeat: no-repeat;
	background-position: 95% 25px;*/
}

.faq-answer {
	text-align: justify;
	font-weight: 300;
	line-height: 1.6em;
	display: none;
}

.email {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.email:hover {
	color: #999;
}