/* T4 Footer Light Theme General Setup */
.light-bg.footer.t4 {
}

.light-bg.footer.t4 .foot-title {
	color: #7F7F7F; /* $Color2 */
}
/* End T4 Footer Light Theme General Setup */

/* T4 Footer Dark Theme General Setup */
.dark-bg.footer.t4 {
}

.dark-bg.footer.t4 .foot-title {
	color: #DAD8D9; /* $Color4 */
}
/* End T4 Footer Dark Theme General Setup */

/* T4 Footer Light Theme Schema Styles */
.light-bg.footer.t4 .location a {
}

.light-bg.footer.t4 .location a:hover {
}

.light-bg.footer.t4 .business-info {
	background-color: #FFFFFF; /* $White */
	color: #DAD8D9; /* $Color4 */
}

.light-bg.footer.t4 .business-info .contact > strong {
}

.light-bg.footer.t4 .business-info .contact .phone-link {
	color: #FFFFFF !important; /* $White */
}

.light-bg.footer.t4 .social ul li a icon {
}

.light-bg.footer.t4 .social ul li a:hover icon {
}
/* End T4 Footer Light Theme Schema Styles */

/* T4 Footer Dark Theme Schema Styles */
.dark-bg.footer.t4 .location a {
}

.dark-bg.footer.t4 .location a:hover {
}

.dark-bg.footer.t4 .business-info {
	background-color: rgba(0,0,0,0.502); /* alpha($Black,50%) */
	color: #DAD8D9; /* $Color4 */
}

.bg-image.dark-bg.footer.t4 .business-info {
	background-color: #7F7F7F; /* $Color2 */
}

.dark-bg.footer.t4 .business-info .contact .phone-link {
	color: #FFFFFF !important; /* $White */
}

.dark-bg.footer.t4 .social ul li a icon {
}

.dark-bg.footer.t4 .social ul li a:hover icon {
}
/* End T4 Footer Dark Theme Schema Styles */

/* T4 Footer Light Theme Nav Styles */
.light-bg.footer.t4 .footer-nav {
	background-color: #FFFFFF; /* $White */
}

.light-bg.footer.t4 .footer-nav > ul > li > a {
	color: #7F7F7F; /* $Color2 */
}

.light-bg.footer.t4 .footer-nav ul li a:hover {
	color: #000000; /* $Black */
}
/* End T4 Footer Light Theme Nav Styles */

/* T4 Footer Dark Theme Nav Styles */
.dark-bg.footer.t4 .footer-nav {
	background-color: #3F3F3F; /* $Color5 */
}

.dark-bg.footer.t4 .footer-nav > ul > li > a {
	color: #FFFFFF; /* $White */
}

.dark-bg.footer.t4 .footer-nav ul li a:hover {
	color: #295667; /* $Color1 */
}
/* End T4 Footer Dark Theme Nav Styles */

/* T4 Footer Light Theme Contact Styles */
.light-bg.footer.t4 .contact-details {
	border-color: #5B5B5C;
}

.light-bg.footer.t4 .contact-details icon {
}

.light-bg.footer.t4 .contact-details a {
}

.light-bg.footer.t4 .contact-details a:hover {
}
/* End T4 Footer Light Theme Contact Styles */

/* T4 Footer Dark Theme Contact Styles */
.dark-bg.footer.t4 .contact-details {
	border-color: #FFFFFF; /* $White */
}

.dark-bg.footer.t4 .contact-details icon {
}

.dark-bg.footer.t4 .contact-details a {
}

.dark-bg.footer.t4 .contact-details a:hover {
}
/* End T4 Footer Dark Theme Contact Styles */

/* IE8 Popup */
.ie-popup .bg {
	background-color: #000000; /* $Black */
}

.ie-popup .container {
	background-color: #FFFFFF; /* $White */
	color: #000000; /* $Black */
}
/* End IE8 Popup */

