@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../uploads/banners/Contact-banner.jpg);
	background-repeat: no-repeat;
	background-position: center 154px;
	background-size: contain;
	color: #5b6977;
}
.custom-header {
	min-height: calc(100vw * .34);
}
.PageFixedHeaderContainer {
	position: relative;
	width: 100%;
	padding-top: 95px;
}
.PageFixedHeaderContainer h1 {
	font-weight: 500;
	color: #FFF;
	text-align: center;
	z-index: 6;
}
.ContentOverBanner {
	text-align: center;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0;
	top: 250px;
	right: 0;
	z-index: 6;
	font-size: .95em;
}
.ContentOverBanner a {
	text-decoration: none !important;
}
.ContentOverBanner p {
	font-size: 1.4em !important;
	/*margin-top: 120px*/
}
.view-all-button-container {
	float: left;
	width: 100%;
	margin-top: 4em;
	position: relative;
	margin-bottom: 3em;
}
.view-all-button {
	font-size: 1.5em;
	font-weight: 600;
	text-transform: capitalize;
	color: #FFF;
	background-color: #19b9eb;
	text-align: center;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 30px;
	border: 1px solid #19b9eb;
	outline: none;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	cursor: pointer;
	letter-spacing: 2px;
}
.view-all-button:hover {
	color: #19b9eb;
	background-color: #FFF;
}
.ContactStrip {
	background-color: #ededed;
	float: left;
	width: 100%;
	position: relative;
	font-size: 1.25em;
	padding-top: 50px;
	padding-bottom: 60px;
}
p.ContactIntro {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
}
.ContactOfficeBox {
	float: left;
	width: 25%;
	position: relative;
}
.ContactBoxInner {
	float: left;
	width: 85%;
	position: relative;
}
.ContactBoxInner a {
	color: #5b6977;
}
.ContactBoxInner h4 {
	color: #0bb5eb;
	font-size: 1.10em;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
.ContactBoxInner span {
	display: block;
}
.CityName {
	font-weight: 500;
}
.ContactAddressDetails {
	float: left;
	height: 130px;
}
.ContactMetaDetails {
	float: left;
	width: 100%;
}
@media (min-width: 2160px) {
	.custom-header {
		min-height: calc(100vw * .28);
	}
	.medium-height {
		min-height: calc(100vw * .28);
	}
	.tall-header {
		min-height: 33vw;
	}
	
}
@media (min-width: 2560px) {
	.custom-header {
		min-height: calc(100vw * .34);
	}
	.medium-height {
		min-height: calc(100vw * .25);
	}
	.tall-header {
		min-height: 33vw;
	}
	
}
@media all and  (max-width:1090px) {
	.ContactOfficeBox {
		width: 50%;
		margin-bottom: 30px;
	}
	.ContactAddressDetails {
		float: left;
		height: 120px;
	}
	.ContactAddressDetails {
		max-width: 80%;
	}
}
@media all and (min-width:100px) and (max-width:1000px) {
	.ContentOverBanner {
		text-align: center;
		width: 520px;
		margin-right: auto;
		margin-left: auto;
		position: absolute;
		left: 0;
		top: 200px;
		right: 0;
		z-index: auto;
	}
}
@media all and (max-width:1430px) {
	.ContentOverBanner {
		text-align: center;
		width: 400px;
		height: auto;
	}
}
@media all and (min-width:100px) and (max-width:900px) {
	.ContentOverBanner {
		text-align: center;
		width: 90%;
		height: auto;
		top: 300px;
	}
	.view-all-button {
		width: 100%;
	}
	.PageInner50PercentFloatNone {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.ContactForm {
		margin-top: 60px;
	}
}
@media all and (min-width:100px) and (max-width:768px) {
	body {
		background-repeat: no-repeat;
		background-position: center 125px;
		background-size: auto;
	}
	.custom-header h1 {
		font-size: 3.75em !important;
	}
	.custom-header {
		min-height: calc(100vw * .60);
		min-height: 300px;
	}
	.ContactForm {
		margin-top: 0px;
	}
	.ContentOverBanner {
		top: 200px;
	}
	.ContactAddressDetails {
		float: left;
		height: 80px;
		max-width: 80%;
	}
}