.department h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
.department h2.singleLine {
	margin-bottom: 3px;
}
.department .info {
	margin-bottom: 35px;
}
.form.contact input,
.form.contact select { margin-bottom: 25px; }
.form.contact textarea { margin-bottom: 21px; }
.form.contact textarea {
	height: 116px;
	resize: none;
}
.form.contact button:hover {
	background: #000;
	color: #fff;
}
.form.contact .noMarginBottom { margin-bottom: 0; }