/* Color Tokens */
.color-tokens {
	color: #00678F; /* $primary */
	background-color: #F5866C; /* $secondary */
	border-top-color: #0F563E; /* $tertiary */
	border-right-color: #939598; /* $text */
	border-bottom-color: #DDEBF8; /* $light */
	border-left-color: #2C2C2E; /* $dark */
}
/* End Color Tokens */

/* Footer HC1 Styles */
.footer-panel.hc1 {
	padding: 0;
	clear: both;
	background-color: #00678F; /* $primary */
}

.footer-panel.hc1 .top-section {
	padding: 2.75em 0 4em;
	color: #FFFFFF;
}

.footer-panel.hc1 .top-section .flex {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.no-flex .footer-panel.hc1 .top-section .flex {
	font-size: .85em;
}

.footer-panel.hc1 .top-section .flex > * {
	-webkit-flex: 0 0 22%;
	-ms-flex: 0 0 22%;
	flex: 0 0 22%;
	width: 25%;
}

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

.footer-panel.hc1 .top-section .footer-nav ul li a {
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: .8em;
	font-weight: 600;
	display: block;
	border-bottom: 2px solid #0F563E; /* $tertiary */
	padding: .85em 0;
	transition: padding .3s ease, color .3s ease;
}

.footer-panel.hc1 .top-section .footer-nav ul li a:hover {
	padding-left: .25em;
	color: #DAEDFF;
}

.footer-panel.hc1 .bottom-section {
	padding: 0;
	background-color: #FFFFFF;
}

.footer-panel.hc1 .bottom-section > .flex {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-panel.hc1 .bottom-section > .flex > * {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	text-align: center;
	padding: 1em 0 .5em;
	vertical-align: top;
	width: 25%;
}

.footer-panel.hc1 .bottom-section .address-info {
	background-color: #DAEDFF;
	font-weight: 500;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.footer-panel.hc1 .bottom-section .address-info .plain {
	padding: .5em;
	border: solid .2em #0F563E; /* $tertiary */
	margin: .5em;
	display: inline-block;
}

.footer-panel.hc1 .bottom-section .address-info .plain:hover {
	color: #0F563E; /* $tertiary */
}

.footer-panel.hc1 .bottom-section .address-info .btn {
	font-size: 1em;
	padding: .6em 1.5em .5em;
	margin-top: 1em;
}

.footer-panel.hc1 .bottom-section .address-info .address icon {
	color: #F5866C; /* $secondary */
	font-size: 1.8em;
}

.footer-panel.hc1 .bottom-section .address-info .address-link {
	display: table;
	margin: 0 auto .5em;
}

.footer-panel.hc1 .bottom-section .address-info .address-link > * {
	display: table-cell;
	vertical-align: top;
	padding: 0 .2em;
}

.footer-panel.hc1 .bottom-section > .flex > .bottom-links {
	text-align: right;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.footer-panel.hc1 .bottom-section .bottom-links a {
	font-size: .8em;
	font-weight: 500;
}

.footer-panel.hc1 .social ul {
	position: relative;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1em;
	margin-right: 0%;
}

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

.footer-panel.hc1 .bottom-section .bottom-links .social ul li a {
	display: block;
	padding: .3em;
	margin: 0 .2em;
	font-size: 1.325em;
	color: #F5866C;
}

.footer-panel.hc1 .bottom-section .bottom-links .social ul li:last-child a {
	margin-right: 0;
}

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

.footer-panel.hc1 .bottom-section .bottom-links .social ul li a:hover {
	color: #0F563E;
}
/* End Footer HC1 Styles */

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

.no-flexbox .footer-panel.hc1 .top-section .footer-nav ul {
	margin: 0 1em;
}

.no-flexbox .footer-panel.hc1 .bottom-section .bottom-logo {
	width: 50%;
}

.no-flexbox .footer-panel.hc1 .bottom-section > .flex > .bottom-links {
	vertical-align: middle;
}
/* End Footer HC1 IE Fallbacks */

/* Responsive @ 1300px */
@media screen and (max-width:1300px) {
	.footer-panel.hc1 .top-section {
		padding: 1.25em 0 2.6em;
	}
}
/* End Responsive @ 1300px */

/* Responsive @ 1200px */
@media (max-width:1200px) {
	.footer-panel.hc1 .top-section .footer-nav ul li a:hover {
		padding-left: 0;
	}
}
/* End Responsive @ 1200px */

/* Responsive @ 900px */
@media (max-width:900px) {
	.footer-panel.hc1 .bottom-section > .flex > *, .no-flexbox .footer-panel.hc1 .bottom-section .bottom-logo {
		-webkit-flex: 0 0 33%;
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		width: 33%;
	}

	.footer-panel.hc1 .top-section .flex > * {
		-webkit-flex: 0 0 48%;
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		width: 49%;
	}

	.footer-panel.hc1 .top-section .flex {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-panel.hc1 .top-section .footer-nav ul li a:hover {
		padding-left: 1em;
	}

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

	.no-flexbox .footer-panel.hc1 .top-section .flex > * {
		display: inline-block;
	}
}
/* End Responsive @ 900px */

/* Responsive @ 800px */
@media (max-width:800px) {
	.footer-panel.hc1 .bottom-section > .flex {
		display: block;
		width: 100%;
	}

	.footer-panel.hc1 .bottom-section > .flex > *, .no-flexbox .footer-panel.hc1 .bottom-section .bottom-logo {
		width: 100%;
		display: block;
		text-align: center;
	}

	.footer-panel.hc1 .bottom-section > .flex > .bottom-links {
		text-align: center;
		margin-bottom: 2em;
	}

	.footer-panel.hc1 .social ul {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.no-flexbox .footer-panel.hc1 .social ul {
		margin: 0 auto 1em;
	}

	.footer-panel.hc1 .bottom-section .address-info {
		background-color: transparent;
		font-size: 1.4em;
	}

	.footer-panel.hc1 .bottom-section .address-info .address-wrap br {
		display: none;
	}

	.footer-panel.hc1 .bottom-section .address-info .address-link > * {
		vertical-align: middle;
		padding: 0 .3em;
	}
}
/* End Responsive @ 800px */

/* Responsive @ 500px */
@media (max-width:500px) {
	.footer-panel.hc1 .top-section .flex {
		text-align: center;
	}

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

	.footer-panel.hc1 .bottom-section .address-info .address-wrap br {
		display: block;
	}

	.footer-panel.hc1 .bottom-section .address-info .address-link > * {
		vertical-align: top;
	}
}
/* End Responsive @ 500px */

.footer-panel.hc1 .bottom-section .bottom-logo small {
	display: block;
	text-align: center;
	margin-top: .5em;
	font-size: .8em;
	font-weight: 500;
	color: #0F563E; /* $tertiary */
}
