.formTitle {
	margin-bottom: 40px;
}

.infoIcon {
	vertical-align: middle;
}

.infoText {
	color: #888888;
	text-align: left !important;
}

#contactTitle { margin-bottom: 80px; }

#frmContactUs textarea {
	resize: none;
	height: 120px;
}

#frmContactUs button {
	background-color: #2F4F4F !important;
	color: #FFF;
}

#errorsSubmit {
    border-bottom: 2px solid #a94442 !important;
    border-top: 2px solid #a94442 !important;
	color: #a94442 !important;
	font-size: 18px !important;
    padding: 10px !important;
}

#map {
	height: 300px;
	margin-top: 50px;
	margin-bottom: 50px;
}

#map iframe {
	width: 100%;
	height: 100%;
}