/* Footer Styles */
.footer {
	background-color: #E8E8E8; /* $light */
	padding-top: 0;
	padding-bottom: 0;
}

.footer .third {
	padding: 12.75em 5% 2em;
	width: 33.33%;
}

.wide-layout .footer .third, body.sys .footer .third {
	padding-top: 4em;
}

section.footer header h5 {
	font-size: 1.75em;
	color: #2C2C2E; /* $dark */
	font-family: 'Marcellus', serif; /* @titlefont */
	max-width: 7.5em;
}

section.footer .schema-info {
}

section.footer .schema-info .right-section {
	font-size: .9em;
}

section.footer .footer-nav {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

section.footer .footer-nav header {
	text-align: left;
	padding-bottom: 1em;
}

section.footer .footer-nav li {
}

section.footer .footer-nav li:last-child a {
}

section.footer .footer-nav li a {
	color: #2C2C2E; /* $dark */
	font-size: .9em;
	display: block;
	border-bottom: 1px solid #C7C7C7;
	padding: .5em 2em .5em 0;
	position: relative;
	z-index: 1;
	transition: color .5s ease;
}

_section.footer .footer-nav li a:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 100%;
	background-color: #AB123E;
	z-index: -1;
	top: 0;
	left: 0;
	transition: width .5s ease;
}

section.footer .footer-nav li a:after {
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -.35em;
	font-family: 'icomoon-ult';
	font-size: .6em;
	line-height: 1;
	content: '\e9eb';
	transition: 0.4s;
	color: #AB123E;
	opacity: 0;
}

.no-touch section.footer .footer-nav li a:hover {
	color: #AB123E; /* $primary */
}

.no-touch section.footer .footer-nav li a:hover:after {
	opacity: 1;
}

_.no-touch section.footer .footer-nav li a:hover:before {
	width: 100%;
}

section.footer .phone-link, section.footer .phone-link:hover {
	color: #2C2C2E; /* $dark */
	cursor: pointer;
}

section.footer .trio-info {
	padding: 2em 0;
}

section.footer .social-info {
}

section.footer .social-info ul {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

section.footer .social-info li {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

section.footer .social-info li:first-child {
	padding-right: .5em;
}

section.footer .social-info li + li {
	padding: 0 .5em;
}

section.footer .social-info a {
	color: #FFFFFF; /* $white */
	display: block;
	background-color: #B0B1B1;
	border-radius: 4px;
	width: 2.4em;
	height: 2.4em;
	position: relative;
	transition: .5s ease;
}

section.footer .social-info a icon {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

section.footer .social-info a icon:not(:empty) {
	color: transparent;
}

section.footer .social-info a icon:not(:empty):before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #FFFFFF; /* $white */
	display: block;
}

section.footer .social-info a:hover {
	color: #FFFFFF; /* $white */
	background-color: #AB123E; /* $primary */
}

section.footer .news-letter {
	padding-bottom: 4em;
	position: relative;
	z-index: 1;
	background-color: #CBCBCB;
}

section.footer .news-letter h5 {
	text-align: center;
	margin: 0 auto;
}

section.footer .news-letter:after {
	font-family: 'fontello';
	color: #AB123E; /* $primary */
	position: absolute;
	font-size: 9em;
	bottom: 0;
	line-height: 1;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}

section.footer .news-letter header {
	padding-bottom: 1em;
}

section.footer .news-letter header p {
	margin-top: 2em;
}

section.footer .news-letter input {
	-webkit-flex: 1 1 1%;
	-ms-flex: 1 1 1%;
	flex: 1 1 1%;
	padding: 0.5em 0 .5em 0.2em;
	display: block;
	border: none;
	border-bottom: 1px solid #FFFFFF; /* $white */
	width: 100%;
	background-color: transparent;
	color: #2C2C2E; /* $dark */
}

.nl-list {
	width: 100%;
	background-color: #cbcbcb;
	height: 2.5em;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid white;
	border-left: none;
	color: #2c2c2c;
}

section.footer .news-letter input::placeholder {
	color: #2C2C2C; /* $text */
}

section.footer .news-letter .btn {
	display: table;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 4em auto 0;
}

section.footer .scorpion-footer {
	background-color: #FFFFFF; /* $white */
	color: #5F6062; /* $secondary */
	padding: 1em 0;
}

section.footer .scorpion-footer .main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

section.footer .scorpion-footer .main small {
	font-size: .8em;
}
/* End Footer Styles */

/* Responsive @800px */
@media screen and (max-width:800px) {
	.footer {
		padding: 0;
	}

	.footer > div {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	section.footer .footer-nav {
		-webkit-order: initial;
		-ms-flex-order: initial;
		order: initial;
		width: 50%;
		max-width: none;
	}

	section.footer .footer-nav header {
		text-align: center;
	}

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

	section.footer .news-letter {
		width: 100%;
		padding: 2em 5%;
	}

	section.footer .schema-info {
		text-align: center;
		width: 50%;
		max-width: none;
	}

	section.footer .news-letter>div {
		max-width: 25em;
		margin: 0 auto;
		width: 100%;
	}

	section.footer .scorpion-footer .inner {
		text-align: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	section.footer .scorpion-footer .inner img {
		display: block;
		margin-top: 1.5em;
	}

	section.footer header h5 {
		text-align: center;
		margin: 0 auto;
	}

	.footer .third {
		padding: 2em 5%;
	}
}
/* End Responsive @800px */

/* Responsive @600px */
@media screen and (max-width:600px) {
	section.footer .schema-info, section.footer .footer-nav {
		width: 100%;
	}

	.footer .inner {
		display: block;
	}

	.footer .third {
		padding: 2em 5%;
	}

	section.footer .news-letter {
		display: none;
	}
}
/* End Responsive @600px */

/* Responsive @400px */
@media screen and (max-width:400px) {
	section.footer .trio-info {
		padding: 0em 0 0.8em;
	}

	section.footer .schema-info {
		padding: 2em 5% 0;
	}

	section.footer .news-letter {
	}
}
/* End Responsive @400px */

/* Responsive @550px */
@media screen and (max-width:550px) {
	section.footer .scorpion-footer .main {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	section.footer .scorpion-footer .main .disclaimer, section.footer .scorpion-footer .main .scorpion-logo {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		width: 100%;
	}
}
/* End Responsive @550px */
