/* T7 Footer General Setup */

.footer.t7 {
	padding: 4.5em 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.footer.t7 .main {
}

.footer.t7 .main > .flex {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.footer.t7 .main > .flex > * > strong {
	display: block;
	font-size: 1.6667em;
	font-weight: 400;
	padding-bottom: .5em;
	margin-bottom: 1em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 1.2;
}

.footer.t7 a {
	display: block;
}

/* End T7 Footer General Setup */

/* T7 Footer Nav Styles */

.footer.t7 .footer-nav {
}

.footer.t7 .footer-nav ul {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
}

.footer.t7 .footer-nav ul li {
	-ms-flex: 0 1 33%;
	flex: 0 1 33%;
	margin: .25em 0;
}

.footer.t7 .footer-nav ul li a {
	display: block;
	padding: .5em 3% .5em 0;
}

.footer.t7 .footer-nav ul li a:hover {
}

/* End T7 Footer Nav Styles */

/* T7 Footer Schema Styles */

.footer.t7 .schema-info {
}

.footer.t7 .schema-info .phone-link {
	font-weight: 700;
	font-size: 1.111em;
}

.footer.t7 .schema-info p {
	margin: 0;
}

.footer.t7 .schema-info .map-link {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
}

.footer.t7 .schema-info .map-link icon {
	display: block;
	margin-left: .5em;
}

.footer.t7 .schema-info .social-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	transform: translateX(-.5em);
	margin-top: 1em;
}

.footer.t7 .schema-info .social-list li {
	margin: .5em;
}

.footer.t7 .schema-info .social-list li a {
	display: block;
	line-height: 1;
}

.footer.t7 .schema-info .social-list li a icon {
	display: block;
	font-size: 1.25em;
	transition: color .4s ease 0s;
	padding: 1em;
}

/* End T7 Footer Schema 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 {
	}

	.footer.t7 .main > .flex > * {
		width: 48%;
	}

	.footer.t7 .footer-nav ul li {
		-ms-flex: 0 1 47%;
		flex: 0 1 47%;
		margin: .15em 0;
	}
}

/* End 1000px Responsive */

/* 800px Responsive */

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

	.footer.t7 {
		padding: 3.5em 0;
	}

	.footer.t7 .main > .flex {
		display: block;
	}

	.footer.t7 .main > .flex > * {
		width: 100%;
		text-align: center;
	}

	.footer.t7 .schema-info {
		margin-top: 1.5em;
	}

	.footer.t7 .footer-nav ul li {
		-ms-flex: 0 1 33%;
		flex: 0 1 33%;
		margin: 0;
	}

	.footer.t7 .main > .flex > * > strong {
		margin-bottom: .889em;
	}

	.footer.t7 .schema-info .map-link {
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer.t7 .schema-info .social-list {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/* End 800px Responsive */

/* 650px Responsive */

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

	.footer.t7 .footer-nav ul li {
		-ms-flex: 0 1 48%;
		flex: 0 1 48%;
	}
}

/* End 650px Responsive */

/* 550px Responsive */

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

/* End 550px Responsive */

/* 475px Responsive */

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

/* End 475px Responsive */

/* 400px Responsive */

@media screen and (max-width:400px) {
	body {
	}

	.footer.t7 .main > .flex > * {
		text-align: center;
	}

	.footer.t7 .footer-nav ul li {
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		text-align: center;
		margin: 0;
	}

	.footer.t7 .footer-nav ul li a {
		padding: .1em 0;
	}

	.footer.t7 .schema-info .map-link, .footer.t7 .schema-info .social-list {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/* End 400px Responsive */

/* 350px Responsive */

@media screen and (max-width:350px) {
	body {
	}
}

/* End 350px Responsive */
