/* T4 Footer General Setup */
.footer.t4 {
	padding: 1.5em 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.footer.t4 .main {
}

.footer.t4 .main .flex {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 1em;
}
/* End T4 Footer General Setup */

/* T4 Footer Logo Box Styles */
.footer.t4 .schema-info {
	width: 25%;
}

.footer.t4 .schema-info img {
	max-width: 100%;
}
/* End T4 Footer Logo Box Styles */

/* T4 Footer Nav Styles */
.footer.t4 .footer-nav {
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding-left: 4%;
	width: 60%;
}

.footer.t4 .footer-nav ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

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

.footer.t4 .footer-nav ul li a {
	text-align: center;
	display: block;
	text-transform: uppercase;
}

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

/* T4 Footer Social Media */
.footer.t4 .social-media {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 4%;
}

.footer.t4 .social-media  li {
}

.footer.t4 .social-media  li + li {
	margin-left: .75em;
}

.footer.t4 .social-media  li a {
	display: block;
}

.footer.t4 .social-media  li a icon {
	font-size: 1.5em;
	transition: color .4s ease 0s;
}

.footer.t4 .social-media  li a:hover icon {
}
/* End T4 Footer Social Media */

/* T4 Footer Contact */
.footer.t4 .main .contact-details {
	padding: 2em 0;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-top-style: solid;
	border-width: 1px;
}

.footer.t4 .contact-details a {
	display: block;
}

.footer.t4 .contact-details .contact {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer.t4 .contact-details .contact icon {
	margin-right: .5em;
}
/* End T4 Footer Contact */

/* 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.t4 .main .flex {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer.t4 .schema-info {
		width: 100%;
		margin-bottom: 1.5em;
	}

	.footer.t4 .schema-info img {
		display: block;
		margin: 0 auto;
	}

	.footer.t4 .footer-nav {
		padding-left: 0;
		max-width: 100%;
	}
}
/* End 1000px Responsive */

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

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

	.footer.t4 .schema-info img {
		max-width: 100%;
	}

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

	.footer.t4 .main .flex > * {
		-webkit-flex: 0 0 auto !important;
		-ms-flex: 0 0 auto !important;
		flex: 0 0 auto !important;
	}

	.footer.t4 .footer-nav {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
		margin-top: 1em;
	}

	.footer.t4 .main .contact-details {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}

	.footer.t4 .main .contact-details .contact {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.footer.t4 .social-media {
		padding-left: 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.t4 .footer-nav ul {
		display: block;
		text-align: center;
	}

	.footer.t4 .footer-nav ul li {
		padding: .25em;
	}
}
/* 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 */
