/* Color Tokens */
.color-tokens {
	color: #3299BB; /* $primary */
	background-color: #F7981D; /* $secondary */
	border-top-color: #D88110; /* $tertiary */
	border-right-color: #707070; /* $text */
	border-bottom-color: #FFFFFF; /* $light */
	border-left-color: #434343; /* $dark */
}
/* End Color Tokens */

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

.footer-panel.hc1 .social-footer {
	background-color: #F7981D;
}

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

.footer-panel.hc1 .social-footer li {
	background-color: #D88110;
	z-index: 1;
	position: relative;
	text-align: center;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 .1em;
}

.footer-panel.hc1 .social-footer li:hover a:before {
	top: -0.5em;
	border-color: #F7981D; /* $secondary */
}

.social-content-wrapper {
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-panel.hc1 .social-footer li a {
	color: #FFFFFF; /* $light */
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 1.2em;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: inherit;
	width: 100%;
}

.footer-panel.hc1 .social-footer li a:before {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	border-top: 1px solid transparent;
	content: '';
	transition: 0.2s;
	z-index: -1;
	background-color: inherit;
}

.footer-panel.hc1 .social-footer li a p {
	margin: 0 2em 0 0;
	opacity: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: 0.2s;
}

.footer-panel.hc1 .social-footer li:hover a p {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.footer-panel.hc1 .social-footer li a icon {
	position: relative;
	left: -50%;
	transition: 0.2s;
	font-size: 1.555em;
}

.footer-panel.hc1 .social-footer li:hover a icon {
	left: 0;
}

.footer-panel.hc1 .view-map a {
	color: #F7981D;
	font-weight: 600;
}

.footer-panel.hc1 .phone-link {
	display: block;
	margin-top: .5em;
	font-size: 1.333em;
}

.footer-panel.hc1 .phone-link, .footer-panel.hc1 .phone-link:hover {
	font-weight: bold;
	color: #3299BB; /* $primary */
}

.footer-panel.hc1 .quick-links ul {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.footer-panel.hc1 .quick-links ul li {
	border-bottom: 2px solid #3299BB; /* $primary */
	-webkit-flex: 0 1 40%;
	-ms-flex: 0 1 40%;
	flex: 0 1 40%;
	width: 40%;
	margin: 0 1em;
}

.footer-panel.hc1 .quick-links ul li a {
	display: block;
	color: #434343; /* $dark */
	padding: 1em 1em 1em 0;
	font-weight: 900;
	text-transform: uppercase;
}

.footer-panel.hc1 .quick-links ul li a:hover {
	color: #F7981D; /* $secondary */
}

.footer-branding {
	display: block;
	text-align: center;
}

.footer-branding .bottom-logo {
	margin: 0 auto;
}

.footer-panel.hc1 .footer {
	padding: 3vw 3em;
}

.footer-panel.hc1 .address {
	text-align: center;
	color: #434343; /* $dark */
	width: 100%;
	margin-top: .5em;
}

.footer-panel.hc1 .address small {
	font: inherit;
}

.footer-panel.hc1 .bottom-logo, .footer-panel.hc1 .scorp-link {
	display: block;
	color: black;
}

.footer-panel.hc1 .address-info {
	-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 .address-info .quick-links {
	width: 60%;
}

.footer-panel.hc1 .top-section {
	padding: 3em 0;
	color: #909090; /* lighten($dark,41%) */
}

.footer-panel.hc1 .top-section img {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

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

.footer-panel.hc1 .top-section a:hover {
	color: #FFFFFF;
}

.footer-panel.hc1 ul.social {
	position: relative;
	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: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 4.25em 0 0 0;
}

.footer-panel.hc1 ul.social 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 ul.social li a {
	display: block;
	padding: .3em;
	margin: 0 .2em;
	font-size: 1.5em;
	color: #434343; /* $dark */
	background-color: #E6E6E6; /* darken($light,10%) */
	border-radius: 50%;
}

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

.footer-panel.hc1 ul.social li a:hover {
	background-color: #D88110; /* $tertiary */
}

.footer-panel.hc1 .footer-info {
	width: 85%;
	padding: 0 0 0 15%;
	vertical-align: top;
}

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

.footer-panel.hc1 .nav-links {
	display: table;
	padding: 0 0 .5em 0;
}

.footer-panel.hc1 .nav-links li {
	display: table-cell;
}

.footer-panel.hc1 .nav-links li a {
	display: block;
	padding: 1em;
	color: #3299BB; /* $primary */
	text-align: center;
}

.footer-panel.hc1 .nav-links li a:hover {
	color: #FFFFFF;
}

.footer-panel.hc1 .bottom {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 2em 0;
}

.footer-panel.hc1 .bottom h3 {
	padding: 0 0 .5em 0;
	font-size: 1.1em;
	color: #FFFFFF;
}

.footer-panel.hc1 .bottom .quick-links {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 40%;
	margin-bottom: 1em;
}

.footer-panel.hc1 .bottom .quick-links li, .footer-panel.hc1 .bottom .quick-links h3 {
	border-bottom: solid 1px #707070; /* $text */
}

.footer-panel.hc1 .bottom .quick-links li a {
	display: block;
	padding: 1em 0;
}

.footer-panel.hc1 .bottom .quick-links li a:hover {
	color: #FFFFFF;
}

.footer-panel.hc1 .bottom .form {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 50%;
}

.footer-panel.hc1 .bottom .social li {
	margin-right: .5em;
}

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

.footer-panel.hc1 .bottom-section {
	padding: 1em 0;
}

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

.footer-panel.hc1 .bottom-section .bottom-links ul {
	display: table;
}

.footer-panel.hc1 .bottom-section .bottom-links ul li {
	display: table-cell;
}

.footer-panel.hc1 .bottom-section .bottom-links ul li a {
	display: block;
	padding: .5em 1em;
}

.footer-panel.hc1 .bottom-section .bottom-links ul li a:hover {
	color: #FFFFFF;
}

.footer-panel.hc1 .sd-footer {
	padding: 1em 0 2em 0;
	background-color: #D87D08; /* darken($secondary,19%) */
}
/* End Footer HC1 Styles */

/* Footer HC1 IE Fallbacks */
.no-flexbox .footer-panel.hc1 .social {
	padding-left: 2em;
}
/* End Footer HC1 IE Fallbacks */

/* Responsive @ 900px */
@media (max-width:900px) {
	.footer-panel.hc1 .address-info, .footer-branding {
		display: block;
		margin: auto;
		text-align: center;
	}

	.footer-panel.hc1 .bottom-logo {
		margin: auto;
	}

	.footer-panel.hc1 .address {
		margin: 3vw;
	}

	.footer-panel.hc1 .address-info .quick-links {
		width: 100%;
	}
}
/* End Responsive @ 900px */

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

	.footer-panel.hc1 .bottom .quick-links {
		width: 100%;
	}

	.footer-panel.hc1 .social-footer li a p {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		display: none;
	}

	.footer-panel.hc1 .social-footer li {
		background-color: transparent;
	}

	.footer-panel.hc1 .social-footer li a:before {
		display: none;
	}

	.footer-panel.hc1 .social-footer li a icon {
		position: static;
		left: initial;
	}

	.social-content-wrapper {
		display: block;
	}
}
/* 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 .container {
		-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 .footer {
		padding: 2em 0;
	}

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

	.footer-panel.hc1 .bottom {
		padding: .5em 0;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

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

	.footer-panel.hc1 .bottom .social .container {
		-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 {
		width: 98%;
		margin: 0 1%;
	}

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

	.footer-panel.hc1 .sd-footer a img {
		display: block;
		width: 50%;
		margin: 0 auto;
	}

	.footer-panel.hc1 .quick-links ul li {
		width: 100%;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
}
/* End Responsive @ 500px */
