/* Contact Page Display */
.contact-us-display {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 4em 3%;
	position: relative;
	background-image: url(../images/contact-bg.jpg);
}

.contact-us-display .main {
}

.contact-us-display > .main > .flex {
	box-shadow: 0 0 2.5em rgba(0,0,0,0.5);
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.contact-us-display .flex > * {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.contact-us-display .flex .contact-info {
	width: 30%;
	display: block;
	background-color: #FFFFFF; /* $white */
}

.contact-us-display .flex .contact-info > * {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.contact-us-display .flex .contact-info .info {
	padding: 3em 8%;
}

.contact-us-display .flex .contact-info h4 {
	margin: 0 0 0.5rem;
}

.contact-us-display .flex .contact-info a, .contact-us-display .flex .contact-info a:hover {
	display: block;
	margin-bottom: 1em;
	color: #31251C; /* $dark */
}

.contact-us-display .flex .contact-info span {
	display: block;
}

.contact-us-display .flex .contact-info .imap {
	display: block;
	width: 100%;
	height: 15em;
}

.contact-us-display .flex .contact-form {
	width: 70%;
	padding: 3em 2.5%;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	background-image: none;
	background-color: rgba(8,69,162,0.851); /* alpha($primary,85%) */
}

.contact-us-display .flex .contact-info .imap .gm-style {
	top: 1.6em !important;
	left: -3em !important;
}

.contact-us-display .flex .contact-form header {
}

.contact-us-display .flex .contact-form header h1 {
	color: #FFFFFF; /* $white */
}

.contact-us-display .flex .contact-form header h2 {
}

.contact-us-display .flex .contact-form header p {
}

.contact-us-display .flex .contact-form .btn {
}
/* End Contact Page Display */

/* Responsive - 1536px */
@media screen and (max-width: 1536px) {
}
/* End Responsive - 1536px */

/* Responsive - 1120px */
@media screen and (max-width: 1120px) {
}
/* End Responsive - 1120px */

/* Responsive - 875px */
@media screen and (max-width: 875px) {
	.contact-us-display > .main > .flex {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contact-us-display .flex .contact-info {
		width: 100%;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.contact-us-display .flex .contact-info .info {
		width: 50%;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		padding: 1.5em 6%;
	}

	.contact-us-display .flex .contact-info .imap {
		width: 50%;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		height: auto;
	}

	.contact-us-display .flex .contact-form {
		width: 100%;
		padding: 2.5em 5%;
	}
}
/* End Responsive - 875px */

/* Responsive - 800px (Mobile) */
@media screen and (max-width: 800px) {
}
/* End Responsive - 800px (Mobile) */

/* Responsive - 683px */
@media screen and (max-width: 683px) {
}
/* End Responsive - 683px */

/* Responsive - 532px */
@media screen and (max-width: 532px) {
	.contact-us-display .flex .contact-info {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contact-us-display .flex .contact-info .info, .contact-us-display .flex .contact-info .imap {
		width: 100%;
	}

	.contact-us-display .flex .contact-info .imap {
		height: 16em;
	}
}
/* End Responsive - 532px */

/* Responsive - 414px */
@media screen and (max-width: 414px) {
}
/* End Responsive - 414px */

/* Responsive - 323px */
@media screen and (max-width: 323px) {
}
/* End Responsive - 323px */
