.contact .highlight {
	text-align: center;
	color: #ffffff;
	background: #ed6347;
}
.contact .highlight img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.contact .highlight p {
	font-size: 20px;
	padding: 20px 0px;
	display: inline-block;
}
.contact .highlight em {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 5px;
}
.contact-us h1 {
	text-align: center;
	padding-bottom: 15px;
}
.contact-us .form-wrap {
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.contact-us form {
	text-align: center;
	padding: 20px 0 0 0;
}
.contact-us .details-wrap {
	border: 1px solid #e1e5e7;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	background: #fafafa;
	padding: 20px;
}
.contact-us .details-wrap section {
	margin-top: 22px;
	padding-top: 22px;
	border-top: solid 1px #e5e7e7;
}
.contact-us .details-wrap section:nth-child(1) {
	margin-top: 0px;
	padding-top: 0px;
	border-top: none;
}
.contact-us .details-wrap h5{
	color:  #494b4c;
}
.contact-us .details-wrap hr {
	height: 2px;
	border-bottom: 2px solid #5c6366;
	border-top: none;
	width: 20%;
	text-align: left;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 18px;
}
.contact-us .details-wrap p {
	margin: 0px;
	padding-bottom: 0px;
}
.contact-us input[type="submit"] {

}
.contact-us #number_of_units_managed {
	display: none;
}

#contact-us-wrapper input[type="submit"] {
	width: auto;
	min-width: 250px;
	padding-left: 30px;
	padding-right: 30px;
}
.submit-wrapper {
	text-align: center;
}


/* media queries */

@media only all and (max-width:767px) {

	h1 { font-size: 30px; }
	.contact-us { text-align: center; }

	.contact-us-consumer {
		text-align: left;
	}

	.contact-us .details-wrap {
		margin-top: 10%;
		padding-top: 10%;
		border-top: solid 1px #ccc;
	}
	.contact-us .details-wrap hr {
		width: 20%;
		margin: 5% auto;
	}


}

@media (max-width: 1147px) {
	.contact .highlight img {
		display: none;
	}
}

@media (min-width: 768px) {



}

@media (min-width: 992px) {



}

@media (min-width: 1200px) {

}
