/* Color Tokens */
.color-tokens {
	color: #006B5C; /* $primary */
	background-color: #7D003D; /* $secondary */
	border-left-color: #7DC3B0; /* $tertiary */
	border-right-color: #EFF0F0; /* $light */
	border-bottom-color: #2C2C2E; /* $dark */
	border-top-color: #666666; /* $text */
}
/* End Color Tokens */

/* Footer HC3 Styles */
.footer-panel.hc3 {
	background-color: #006D5E;
}

.footer-panel.hc3 .main {
	padding: 2.2em 1%;
}

.footer-panel.hc3 .footer-wrap {
	display: table;
	width: 100%;
}

.footer-panel.hc3 .footer-wrap .footerinfo {
	display: table-cell;
	width: 33%;
	vertical-align: middle;
	padding-right: 5em;
}

.footer-panel.hc3 .footer-wrap .footerinfo .half {
	width: 44%;
}

.footer-panel.hc3 .footer-wrap .footerinfo ul {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
}

.footer-panel.hc3 .footer-wrap .footerinfo ul li {
	display: block;
	padding: 0;
	margin: 0 0 .25em;
	width: 100%;
	border-bottom: 2px solid #4a9585;
}

.footer-panel.hc3 .footer-wrap .footerinfo ul li a {
	display: block;
	padding: .5em 0;
	width: 100%;
	color: #FFF;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.footer-panel.hc3 .footer-wrap .footerinfo ul li a:hover {
	color: #7DC3B0;
}

.footer-panel.hc3 .footer-wrap .footerschema {
	display: table-cell;
	width: 33%;
	vertical-align: middle;
}

.footer-panel.hc3 .footer-wrap .footerschema .bottom-logo {
	display: block;
	margin: 0 auto;
}

.footer-panel.hc3 .footer-wrap .footersocial {
	display: table-cell;
	width: 33%;
	vertical-align: middle;
}

.footer-panel.hc3 ul.social {
	display: block;
	text-align: right;
	width: 100%;
}

.footer-panel.hc3 ul.social li {
	display: inline-block;
}

.footer-panel.hc3 ul.social li a {
	background-color: #FFF;
	padding: .3em;
	display: block;
	color: #7D003D; /* $secondary */
	margin: .2em;
	border-radius: 50%;
	font-size: 1.5em;
	width: 2em;
	height: 2em;
	position: relative;
	border: #7dc3b0 .2em solid;
	text-align: center;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.footer-panel.hc3 ul.social li a icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: 0 auto;
}

.footer-panel.hc3 ul.social li a:hover {
	background-color: #7D003D; /* $secondary */
	color: #FFFFFF;
}

.footer-panel.hc3 .sdfooter {
	background: #FFF;
	font-size: .95em;
}

.footer-panel.hc3 .sdfooter .main {
	padding: .7em 1%;
}

.footer-panel.hc3 .sdfooter .footeraddy {
	display: table-cell;
	width: 33%;
	vertical-align: middle;
	color: #006B5C; /* $primary */
}

.footer-panel.hc3 .sdfooter .footeraddy a {
	color: #7D003D; /* $secondary */
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	font-size: 1.1em;
	font-weight: 600;
}

.footer-panel.hc3 .sdfooter .footeraddy .notice a {
	font-size: .95em;
}

.footer-panel.hc3 .sdfooter .footeraddy a:hover {
	color: #006B5C; /* $primary */
}

.footer-panel.hc3 .sdfooter .footercopyright {
	display: table-cell;
	width: 33%;
	vertical-align: middle;
	text-align: center;
}

.footer-panel.hc3 .sdfooter .footerpowerby {
	display: table-cell;
	width: 33%;
	vertical-align: middle;
	text-align: right;
}

.footer-panel.hc3 .sdfooter .footerpowerby a {
	color: #666666; /* $text */
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.footer-panel.hc3 .sdfooter .footerpowerby a:hover {
	color: #7D003D; /* $secondary */
}
/* End Footer HC3 Styles */

/* Responsive @ 1250px */
@media screen and (max-width:1250px) {
	.footer-panel.hc3 .footer-wrap .footerinfo {
		width: 50%;
	}

	.footer-panel.hc3 .main {
		padding-right: 4%;
		padding-left: 4%;
	}

	.footer-panel.hc3 .footer-wrap .footerschema {
		width: 50%;
		text-align: right;
	}

	.footer-panel.hc3 .footer-wrap .footerschema .bottom-logo {
		margin: 0 0 1em;
		display: inline-block;
	}

	.footer-panel.hc3 .footer-wrap .footersocial {
		display: block;
		width: 100%;
	}

	.footer-panel.hc3 .sdfooter .footeraddy {
		width: 50%;
	}

	.footer-panel.hc3 .sdfooter .footercopyright, .footer-panel.hc3 .sdfooter .footerpowerby {
		width: 25%;
		text-align: right;
	}
}
/* End Responsive @ 1250px */

/* Responsive @ 900px */
@media screen and (max-width:900px) {
	.footer-panel.hc3 .footer-wrap, .footer-panel.hc3 .sdfooter .footeraddy, .footer-panel.hc3 .sdfooter .footercopyright, .footer-panel.hc3 .sdfooter .footerpowerby {
		display: block;
		width: 100%;
		text-align: center;
		padding-top: .5em;
	}

	.footer-panel.hc3 .sdfooter .footeraddy {
		padding-top: 0;
	}
}
/* End Responsive @ 900px */

/* Responsive @ 800px */
@media screen and (max-width:800px) {
	.footer-panel.hc3 .footer-wrap {
		display: block;
	}

	.footer-panel.hc3 .footer-wrap .footerinfo {
		display: block;
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.footer-panel.hc3 .footer-wrap .footerschema {
		display: block;
		width: 100%;
		text-align: center;
	}

	.footer-panel.hc3 .footer-wrap .footerinfo .half {
		width: 48%;
	}

	.footer-panel.hc3 .footer-wrap .footerinfo ul li:first-child {
		border: 2px solid #4a9585;
	}

	.footer-panel.hc3 ul.social {
		text-align: center;
	}

	.footer-panel.hc3 .footer-wrap .footerschema .bottom-logo {
		padding-top: 2em;
	}
}
/* End Responsive @ 800px */

/* Responsive @ 400px */
@media screen and (max-width:400px) {
	.footer-panel.hc3 .footer-wrap .footerinfo .half {
		width: 100%;
	}

	.footer-panel.hc3 .footer-wrap .footerinfo ul li:first-child {
		border-top: 0;
		border-right: 0;
		border-left: 0;
	}

	.footer-panel.hc3 .footer-wrap .footerinfo ul li, .footer-panel.hc3 .footer-wrap .footerinfo ul li:first-child {
		border-bottom: 1px solid #077969;
	}
}
/* End Responsive @ 400px */

/* Responsive @ 300px */
@media screen and (max-width:300px) {
	.footer-panel.hc3 .footer-wrap .footersocial {
		font-size: 3.9vw;
	}
}
/* End Responsive @ 300px */
