/**
 * Contact Us
 */
.contact-us {
}
.contact-us h2 {
	font-size: 28px;
	line-height: 32px;
}


/**
 * Form
 */
.contact-us__form {
	border: 1px solid #dddddd;
	background-color: #fff6ec;
	padding: 1rem;
}
.contact-us__form .frm_form_field {
	width: 100%;
}
.contact-us__form .frm_message {
	background-color: #2A8479 !important;
}
.contact-us__form .frm_message,
.contact-us__form .frm_message p {
	margin: 0 !important;
	color: #fff !important;
}
.frm_error_style {
	margin: 0 !important;
}
.frm_error_style + .frm_form_fields {
	margin-top: 15px;
}


/**
 * Phone
 */
.contact-us__phone {
	padding-bottom: 15px;
	border-bottom: #D8DBCD 1px solid;
	margin-bottom: 15px;
}
.contact-us__phone h2 {
	background-image: url('../../images/icon_green_phone.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 42px;
}
.contact-us__phone div:first-of-type {
	font-size: 26px;
	margin-bottom: 10px;
}
.contact-us__phone a {
	text-decoration: none !important;
}
.contact-us__phone div:last-of-type {
	font-size: 16px;
}


/**
 * Address
 */
.contact-us__address {
	}
.contact-us__address h2 {
	background-image: url('../../images/icon_green_envelope.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 42px;
}
.contact-us__address div {
	font-size: 16px;
}
