/* Color Tokens */
.color-tokens {
	color: #014573; /* $primary */
	background-color: #0077AE; /* $secondary */
	border-top-color: #E9AA22; /* $tertiary */
	border-right-color: #6A6A6A; /* $text */
	border-bottom-color: #F7F7F7; /* $light */
	border-left-color: #2C2C2E; /* $dark */
}
/* End Color Tokens */

/* Footer HC1 Styles */
.footer-panel.hc1 {
	padding: 0;
	clear: both;
}

body.service .footer-panel.hc1 {
	border-top: 2px solid #F7F7F7; /* $light */
}

.footer-panel.hc1 .top-section {
	padding: 3em 0;
	color: #014573; /* $primary */
}

.footer-panel.hc1 .top-section a img {
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	opacity: 1;
	display: block;
	margin: 0 auto 2em;
}

.footer-panel.hc1 .top-section a:hover img {
	opacity: .7;
	filter: alpha(opacity=90);
}

.footer-panel.hc1 .top-section a {
	color: #0077AE; /* $secondary */
}

.footer-panel.hc1 .top-section a:hover {
	color: #014573; /* $primary */
}

.footer-panel.hc1 .top-section > .flex {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-panel.hc1 .top-section > .flex > * {
	-webkit-flex: 0 0 33%;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	width: 33%;
	vertical-align: middle;
}

.footer-panel.hc1 .social ul li {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.footer-panel.hc1 .social ul li a {
	background-color: #FFFFFF;
	padding: .9em;
	display: block;
	color: #5FB5DF;
	margin: 0;
	border-radius: 50%;
	font-size: 1em;
	border: 2px solid #5FB5DF;
}

.footer-panel.hc1 .social ul li a icon {
	display: block;
}

.footer-panel.hc1 .social ul li a:hover {
	background-color: #0077AE; /* $secondary */
	border-color: #0077AE; /* $secondary */
	color: #F7F7F7; /* $light */
}

.footer-panel.hc1 .footer-info {
	vertical-align: top;
}

.no-flexbox .footer-panel.hc1 .bottom-links {
	vertical-align: middle;
}

.footer-panel.hc1 .quick-links {
	width: 74%;
	margin: 0 auto;
	font-size: .9em;
}

.footer-panel.hc1 .footer-info-right {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.footer-panel.hc1 .quick-links li a {
	padding: .8em 0;
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}

.footer-panel.hc1 .quick-links li a:hover {
	color: #E9AA22; /* $tertiary */
	padding-left: .5em;
}

.footer-panel.hc1 .social {
	margin-top: 2em;
}

.footer-panel.hc1 .social ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.footer-panel.hc1 .social li {
	margin: 0 .25em;
}

.footer-panel.hc1 .social a {
	font-size: 1.8em;
}

.footer-panel.hc1 .address-info h5:first-child {
	margin-top: 0;
}

.footer-panel.hc1 .address-info .address {
	font-size: .9em;
	font-weight: 600;
	text-align: center;
	line-height: 1.8em;
}

.footer-panel.hc1 .top-section a.phone-link {
	color: #E9AA22;
	font-size: 1.2em;
}
/* End Footer HC1 Styles */

/* Footer HC1 IE Fallbacks */
.no-flexbox .footer-panel.hc1 .social ul.flex {
	width: auto;
	margin: 0 auto;
}

.no-flexbox .footer-panel.hc1 .social ul li a {
	display: inline-block;
	margin: 0 .25em;
}

.no-flexbox .footer-panel.hc1 .top-section .flex.main {
	display: block;
	width: 100%;
}

.no-flexbox .footer-panel.hc1 .top-section .flex.main:after {
	clear: both;
	content: '';
	display: block;
}

.no-flexbox .footer-panel.hc1 .top-section .flex.main > * {
	display: inline-block;
}

.no-flexbox .footer-panel.hc1 .footer-info-left {
	float: left;
}

.no-flexbox .footer-panel.hc1 .footer-info-right {
	float: right;
}
/* End Footer HC1 IE Fallbacks */

/* Responsive @ 1300px */
@media (max-width:1300px) {
	.footer-panel.hc1 .address-info .address {
		font-size: 1em;
	}
}
/* End Responsive @ 1300px */

/* Responsive @ 800px */
@media (max-width:800px) {
	.footer-panel.hc1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-panel.hc1 .quick-links {
		width: 100%;
		max-width: 400px;
	}

	.footer-panel.hc1 .top-section .flex.main {
		text-align: center;
		display: block;
	}

	.footer-panel.hc1 .top-section .flex.main > * {
		width: 100%;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		border: 0;
		display: block;
	}

	.footer-panel.hc1 .address-info .address {
		padding: 0;
	}

	.footer-panel.hc1 .top-section a img {
		margin-top: 2em;
	}

	.no-flexbox .footer-panel.hc1 .footer-info-left, .no-flexbox .footer-panel.hc1 .footer-info-right {
		float: none;
	}

	.no-flexbox .footer-panel.hc1 .top-section .flex.main > * {
		display: block;
		width: 100%;
	}
}
/* End Responsive @ 800px */

/* Responsive @ 650px */
@media (max-width:650px) {
	.footer-panel.hc1 .box .schema {
		width: 50%;
	}

	.footer-panel.hc1 .box .footer-right {
		width: 50%;
	}

	.footer-panel.hc1 .main.flex {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	.footer-panel.hc1 .footer-info {
		padding: 0;
	}

	.footer-panel.hc1 .nav-links {
		text-align: center;
		margin: 1em auto 0;
	}

	.footer-panel.hc1 .social {
		width: 100%;
	}

	.footer-panel.hc1 .social .flex {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: .5em 0;
	}
}
/* End Responsive @ 650px */

/* Responsive @ 500px */
@media (max-width:500px) {
	.footer-panel.hc1 .box .schema {
		width: 100%;
	}

	.footer-panel.hc1 .box .footer-links ul {
		display: block;
	}

	.footer-panel.hc1 .box .footer-right {
		width: 100%;
	}

	.footer-panel.hc1 .box {
		display: block;
		text-align: center;
	}

	.footer-panel.hc1 ul.social {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: .3em 1em .3em .3em;
		margin: 1em 0 0 0;
	}

	.footer-panel.hc1 .box .footer-links ul li {
		margin: 0 1%;
		width: 98%;
	}

	.footer-panel.hc1 .sd-footer a {
		float: none;
	}

	.footer-panel.hc1 .sd-footer a img {
		display: block;
		width: 50%;
		margin: 0 auto;
	}
}
/* End Responsive @ 500px */
