/* T7 Footer Light Theme General Setup */

.light-bg.footer.t7 {
	background-color: #FFFFFF; /* $White */
}

.light-bg.footer.t7 .main > .flex > * > strong {
	border-bottom-color: rgba(0,0,0,0.2); /* alpha($Black,20%) */
}

.light-bg.footer.t7 a {
	color: #051585; /* $Color1 */
}

.light-bg.footer.t7 a:hover {
	color: #E04500; /* $Color2 */
}

/* End T7 Footer Light Theme General Setup */

/* T7 Footer Dark Theme General Setup */

.dark-bg.footer.t7 {
	background-color: #051585; /* $Color1 */
}

.dark-bg.footer.t7 .main > .flex > * > strong {
	border-bottom-color: rgba(0,0,0,0.2); /* alpha($Black,20%) */
}

.dark-bg.footer.t7 a {
	color: #FFFFFF; /* $White */
}

.dark-bg.footer.t7 a:hover {
	color: #E04500; /* $Color2 */
}

/* End T7 Footer Dark Theme General Setup */

/* T7 Footer Light Theme Schema Styles */

.light-bg.footer.t7 .schema-info .phone-link, .light-bg.footer.t7 .schema-info .phone-link:hover {
	color: #E04500; /* $Color2 */
}

.light-bg.footer.t7 .schema-info .map-link {
	color: #E04500; /* $Color2 */
}

.no-touch .light-bg.footer.t7 .schema-info .map-link:hover, .no-touch .light-bg.footer.t7 .schema-info .map-link:focus {
	color: #051585; /* $Color1 */
}

.light-bg.footer.t7 .schema-info .map-link icon {
	color: #051585; /* $Color1 */
}

.no-touch .light-bg.footer.t7 .schema-info .map-link:hover icon, .no-touch .light-bg.footer.t7 .schema-info .map-link:focus icon {
	color: #051585; /* $Color1 */
}

.light-bg.footer.t7 .schema-info .social-list li a icon {
	color: #051585; /* $Color1 */
	background-color: #FFFFFF; /* $White */
}

.no-touch .light-bg.footer.t7 .schema-info .social-list li a:hover icon, .no-touch .light-bg.footer.t7 .schema-info .social-list li a:focus icon {
	color: #E04500; /* $Color2 */
	background-color: #FFFFFF; /* $White */
}

/* End T7 Footer Light Theme Schema Styles */

/* T7 Footer Dark Theme Schema Styles */

.dark-bg.footer.t7 .schema-info .phone-link, .dark-bg.footer.t7 .schema-info .phone-link:hover {
	color: #FFFFFF; /* $White */
}

.dark-bg.footer.t7 .schema-info .map-link {
	color: #FFFFFF; /* $White */
}

.no-touch .dark-bg.footer.t7 .schema-info .map-link:hover, .no-touch .dark-bg.footer.t7 .schema-info .map-link:focus {
	color: #E04500; /* $Color2 */
}

.dark-bg.footer.t7 .schema-info .map-link icon {
	color: #DBDCDC; /* $Color4 */
}

.no-touch .dark-bg.footer.t7 .schema-info .map-link:hover icon, .no-touch .dark-bg.footer.t7 .schema-info .map-link:focus icon {
	color: #DBDCDC; /* $Color4 */
}

.dark-bg.footer.t7 .schema-info .social-list li a icon {
	color: #051585; /* $Color1 */
	background-color: #FFFFFF; /* $White */
}

.dark-bg.footer.t7 .schema-info .social-list li a:hover icon {
	color: #E04500; /* $Color2 */
}

/* End T7 Footer Dark Theme Schema Styles */

/* T7 Footer Nav Light Theme Styles */

.light-bg.footer.t7 .footer-nav ul li a {
}

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

/* End T7 Footer Nav Light Theme Styles */

/* T7 Footer Nav Dark Theme Styles */

.dark-bg.footer.t7 .footer-nav ul li a {
}

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

/* End T7 Footer Nav Dark Theme Styles */

/* IE8 Popup */

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

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

/* End IE8 Popup */

