/* T1 Contact Page General Setup */
.contact-page.t1 {
	padding-bottom: 0;
}

.contact-page.t1 .main {
}

.contact-page.t1 .main > .flex {
}
/* End T1 Contact Page General Setup */

/* T1 Contact Page Content Box Styles */
.contact-page.t1 .half.content-style {
	padding-bottom: 7em;
}

.contact-page.t1 .half.content-style header {
	text-align: left;
}

.contact-page.t1 .half.content-style header h1 {
}

.contact-page.t1 .half.content-style header > strong {
}

.contact-page.t1 .half.content-style .content {
}

.contact-page.t1 .half.content-style .contact-info {
	margin-top: 3em;
}

.contact-page.t1 .half.content-style .contact-info > div > .title-font > strong {
	display: block;
	font-size: 1.444em;
	margin-bottom: .8em;
}

.contact-page.t1 .half.content-style .contact-info .contact-blurb {
}

.contact-page.t1 .half.content-style .contact-info .contact-blurb > strong {
}

.contact-page.t1 .half.content-style .contact-info .contact-blurb p {
	font-size: 1.111em;
	margin: 0;
}

.contact-page.t1 .half.content-style .contact-info .contact-details {
}

.contact-page.t1 .half.content-style .contact-info .contact-details > strong {
}

.contact-page.t1 .half.content-style .contact-info .contact-details .phone-link {
	font-size: 1.222em;
	font-weight: 500;
	display: block;
}

.contact-page.t1 .half.content-style .contact-info .contact-details p {
	margin: 0;
}

.contact-page.t1 .half.content-style .contact-info .contact-details p a {
	display: block;
}
/* End T1 Contact Page Content Box Styles */

/* T1 Contact Page Form */
.contact-page.t1 .contact-form {
	padding: 2.5em 4%;
	position: relative;
	z-index: 2;
}

.contact-page.t1 .contact-form fieldset {
}

.contact-page.t1 .contact-form fieldset ul {
}

.contact-page.t1 .contact-form fieldset ul li {
}

.contact-page.t1 .contact-form fieldset ul li .input-text {
}

.contact-page.t1 .contact-form fieldset ul li .input-text input, .contact-page.t1 .contact-form fieldset ul li .input-text select, .contact-page.t1 .contact-form fieldset ul li .input-text textarea {
}

.contact-page.t1 .contact-form fieldset ul li .input-text input {
}

.contact-page.t1 .contact-form fieldset ul li .input-text select {
}

.contact-page.t1 .contact-form fieldset ul li .input-text textarea {
}

.contact-page.t1 .contact-form .btn {
	margin-top: .5em;
	display: block;
	width: 100%;
}
/* End T1 Contact Page Form */

/* T1 Contact Page Map Styles */
.contact-page.t1 .map-container {
	height: 25em;
	position: relative;
	margin-top: -5em;
}

.contact-page.t1 .map-container .imap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* End T1 Contact Page Map Styles */

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

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

	.contact-page.t1 .contact-form {
		width: 48%;
	}
}
/* End 1200px Responsive */

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

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

	.contact-page.t1 .main > .flex {
		display: block;
	}

	.contact-page.t1 .main > .flex > * {
		width: 100%;
	}

	.contact-page.t1 .contact-form {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-bottom: 2em;
	}

	.contact-page.t1 .half.content-style {
		padding-bottom: 2em;
	}
}
/* End 800px Responsive */

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

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

	.contact-page.t1 .half.content-style .contact-info > div > .title-font > strong {
		font-size: 1.222em;
	}
}
/* End 550px Responsive */

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

	.contact-page.t1 .half.content-style .contact-info {
		display: block;
		margin-top: 0;
	}

	.contact-page.t1 .half.content-style .contact-info > * {
		width: 100%;
		margin-top: 1.5em;
	}

	.contact-page.t1 .half.content-style .contact-info > div > .title-font > strong {
		margin-bottom: 0;
	}
}
/* End 475px Responsive */

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

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