/*----------------------------------------------------- About Us --------------------------------------------*/
.ContactUsPanelsContainer {
	display: flex;
	flex-wrap: wrap;
}
.ContactUsPanel {
	clear: both;
	margin-bottom: 30px;
	display: flex;
	width: 50%;
	padding-bottom: 30px;
}
.ContactUsPanelIcon img {
	float: left;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	margin-right: 30px;
}
.HighlightContainer {
	background-color: #fda237;
	padding: 10px 20px;
	margin-top: 20px;
	display: inline-block;
}
.AltButton {
	margin-top: 20px;
	padding: 10px 20px;
	display: inline-block;
	color: #0096db;
	border: 1px solid #c2c2c2;
}
.MapContainer {
	margin-top: 20px;
}
.GoogleMap {
	width: 270px;
	height: 400px;
}
