/* T3 Footer General Setup */
.footer.t3 {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.footer.t3 .main {
	padding-left: 0;
	padding-right: 0;
}

.footer.t3 .main > .flex {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.footer.t3 .main > .flex > * {
	padding: 5em 3%;
}

.footer.t3 a {
	display: block;
}

.footer.t3 .foot-title {
	display: block;
	font-size: 1.5556em;
	font-weight: 500;
}
/* End T3 Footer General Setup */

/* T3 Footer Schema Styles */
.footer.t3 .location {
	width: 30%;
}

.footer.t3 .location .foot-title {
}

.footer.t3 .location span {
}

.footer.t3 .business-info {
	width: 40%;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.footer.t3 .business-info img {
	display: block;
	margin: 0 auto 2em;
}

.footer.t3 .business-info span {
}

.footer.t3 .business-info .contact {
	font-size: 1.5556em;
}

.footer.t3 .business-info .contact > strong {
	display: inline-block;
	font-weight: 400;
}

.footer.t3 .business-info .contact .phone-link {
	display: inline-block;
	font-weight: 600;
}

.footer.t3 .social {
	width: 30%;
}

.footer.t3 .social .foot-title {
}

.footer.t3 .social ul {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: .5em;
}

.footer.t3 .social ul li {
}

.footer.t3 .social ul li a {
	display: block;
	margin: .4em;
	line-height: 1;
}

.footer.t3 .social ul li a icon {
	display: block;
	font-size: 1.5em;
	transition: color .4s ease 0s;
}

.footer.t3 .social ul li a:hover icon {
}
/* End T3 Footer Schema Styles */

/* T3 Footer Nav Styles */
.footer.t3 .footer-nav {
	padding: .5em 0;
}

.footer.t3 .footer-nav ul {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.footer.t3 .footer-nav ul li {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.footer.t3 .footer-nav ul li a {
	display: block;
	padding: 1em 1.5em;
}

.footer.t3 .footer-nav ul li a:hover {
}
/* End T3 Footer Nav Styles */

/* IE8 Popup */
.ie-popup {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.ie-popup.show {
	display: block;
}

.ie-popup .bg {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.ie-popup .container {
	position: absolute;
	width: 50%;
	left: 25%;
	top: 25%;
	padding: 4em 3em;
	text-align: center;
}

.ie-popup .container .modal-btn {
	position: absolute;
	font-size: 1.75em;
	top: .25em;
	right: .5em;
	cursor: pointer;
	line-height: 1;
}

.ie-popup .container .modal-btn:hover {
}

.ie-popup .container .content {
}

.ie-popup .container .content .icon {
	font-size: 3.5em;
	margin: 0;
	line-height: 1;
}

.ie-popup .container .content p {
	font-size: 1.333em;
}

.ie-popup .container .content .btn {
}
/* End IE8 Popup */

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

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

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

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

	.footer.t3 .main > .flex {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer.t3 .location {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		width: 50%;
	}

	.footer.t3 .business-info {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
	}

	.footer.t3 .business-info img {
		margin-bottom: .5em;
	}

	.footer.t3 .social {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		width: 50%;
	}

	.footer.t3 .main > .flex > * {
		padding: 2em 5%;
	}
}
/* End 800px Responsive */

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

	.footer.t3 .footer-nav ul li {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	.footer.t3 .footer-nav ul li a {
		padding: 1em 0;
	}
}
/* End 650px Responsive */

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

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

	.footer.t3 .main > .flex {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer.t3 .main > .flex > * {
		-webkit-flex: 0 0 auto !important;
		-ms-flex: 0 0 auto !important;
		flex: 0 0 auto !important;
		width: 100% !important;
	}

	.footer.t3 .footer-nav ul {
		display: block;
		text-align: center;
		padding: .75em 0;
	}

	.footer.t3 .footer-nav ul li a {
		padding: .25em 0;
	}

	.footer.t3 .location {
		padding-bottom: 1.5em !important;
	}

	.footer.t3 .social {
		padding-top: 0 !important;
	}
}
/* 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 */
