/* Footer Styles */
.footer {
	color: #237DB1; /* $secondary */
	background-color: #F6F6F6;
	transition: opacity .4s ease 0s;
}

.footer .footer-nav {
	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;
	padding: 2em 2% 1.5em;
	border-bottom: solid 1px #fff;
}

.footer .footer-nav ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer .footer-nav ul li {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.footer .footer-nav ul li a {
	display: block;
	padding: .2em .75em;
	font-weight: 700;
	color: #295F7E; /* $primary */
	text-transform: uppercase;
	transition: color .4s ease 0s;
}

.footer .footer-nav ul li a:hover {
	color: #fff;
}

.footer .schema-info {
	padding: 1.5em 0;
}

.footer .schema-info h4 {
	padding-top: 1.5em;
	margin-bottom: .75em;
	font-size: 1.5em;
	color: #295F7E; /* $primary */
}

.footer .schema-info .box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer .schema-info .box > * {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	font-size: 1.1em;
}

.footer .schema-info .business-info {
	width: 25%;
}

.footer .schema-info .right-section {
	width: 75%;
	padding-left: 4%;
}

.footer .schema-info .right-section:after {
	display: block;
	clear: both;
	content: '';
}

.footer .schema-info .business-info .bottom-logo {
	display: block;
	padding: 1em 0;
}

.footer .schema-info .business-info span {
	display: block;
}

.footer .schema-info .business-info small {
	display: block;
	padding-left: 3em;
}

.footer .schema-info .box .trio-info {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	float: left;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 78%;
}

.footer .schema-info .box .trio-info > * {
	width: 30%;
}

.footer .schema-info .find-info a {
	font-weight: 600;
}

.footer .schema-info .find-info a:hover {
	color: #fff;
}

.footer .schema-info .find-info a icon {
	position: relative;
	top: .1em;
	font-size: 1.222em;
	color: #237DB1; /* $secondary */
}

.footer .schema-info .contact-info a {
	color: #295F7E; /* $primary */
}

.footer .schema-info .contact-info a:hover {
	color: #295F7E; /* $primary */
}

.footer .schema-info .contact-info span a:hover {
	color: #237DB1; /* $secondary */
}

.footer .schema-info .social-info {
	float: right;
	width: 22%;
	margin-top: 1em;
}

.footer .schema-info .social-info ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.footer .schema-info .social-info ul li {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.footer .schema-info .social-info ul li a {
	display: block;
	margin-bottom: .75em;
	margin-left: .5em;
}

.footer .schema-info .social-info ul li a icon {
	position: relative;
	display: block;
	padding: .75em;
	font-size: 1.5em;
	color: #295F7E; /* $primary */
	text-align: center;
	background-color: transparent;
	border: solid 1px #295F7E; /* $primary */
	border-radius: 12px;
	transition: background-color .4s ease 0s, color .4s ease 0s;
}

.footer .schema-info .social-info ul li a icon:after {
	position: absolute;
	bottom: -.17em;
	left: -.05em;
	display: none;
	width: 103%;
	height: 1px;
	background-color: #295F7E; /* $primary */
	content: '';
}

.footer .schema-info .social-info ul li a:hover icon {
	color: #A0D1EC; /* lighten($secondary,62%) */
	background-color: #295F7E; /* $primary */
}
/* End Footer Styles */

/* New Footer Styles */
.footer .box-cont {
	padding: 0 5em;
}

.footer .box-cont .left-section {
	width: 67%;
}

.footer .box-cont .left-section .footer-list li {
	padding-right: .5em;
}

.footer .box-cont .left-section .footer-list li a {
	color: #295F7E; /* $primary */
}

.footer .box-cont .left-section .footer-list li a:hover {
	color: #F6883F; /* $tertiary */
}

.footer .box-cont .right-section {
	width: 42%;
	padding-left: 0;
}

.footer .box-cont .right-section .phone-cont {
	margin-right: 2em;
}

.footer .box-cont .right-section .phone-cont a {
	font-weight: 700;
	font-size: 1.333em;
	color: #237DB1; /* $secondary */
}

.footer .box-cont .right-section .social-cont {
	padding: .5em 0 .5em 1em;
	position: relative;
	z-index: 1;
}

.footer .box-cont .right-section .social-cont:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 165%;
	height: 100%;
	border-radius: 2em 0 0 2em;
	background: linear-gradient(to right,rgba(247,152,87,1) 0%,rgba(254,227,33,1) 100%);
	content: '';
	z-index: -1;
}

.footer .box-cont .right-section .social-cont ul li {
	padding-right: 1em;
	color: #FFFFFF; /* $light */
}

.footer .box-cont .right-section .social-cont ul li a {
	color: #FFFFFF; /* $light */
	font-size: .889em;
}

.footer .box-cont .right-section .social-cont ul li a:hover {
	color: #237DB1; /* $secondary */
}
/* End New Footer Styles */

/* Scorpion Footer Area */
.scorpion-footer {
	padding: 1em 5em;
	color: #2C2C2E; /* $dark */
	background-color: #FFFFFF; /* $light */
	font-size: .789em;
}

.scorpion-footer .box {
	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;
}

.scorpion-footer .disclaimer {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 70%;
}

.scorpion-footer .scorpion-logo {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.scorpion-footer .scorpion-logo a {
	display: block;
}

.scorpion-footer .scorpion-logo a img {
	display: block;
}
/* End Scorpion Footer Area */

/* IE Fallback */
.no-flexbox .footer .schema-info .box .trio-info {
	display: table;
}

.no-flexbox .footer .schema-info .box .trio-info > * {
	display: table-cell;
}

.no-flexbox .footer .footer-nav ul {
	display: table;
	width: auto;
	margin: 0 auto;
	text-align: center;
}

.no-flexbox .footer .footer-nav ul li {
	display: table-cell;
	vertical-align: middle;
}

.no-flexbox .footer .schema-info .box {
	display: table;
	width: 100%;
}

.no-flexbox .footer .schema-info .box > * {
	display: table-cell;
	vertical-align: middle;
}

.no-flexbox .footer .schema-info .contact-info a {
	display: block;
}

.no-flexbox .footer .schema-info .social-info ul {
	display: block;
}

.no-flexbox .footer .schema-info .social-info ul:after {
	display: block;
	clear: both;
	content: ' ';
}

.no-flexbox .footer .schema-info .social-info ul li {
	display: block;
	float: left;
}

.no-flexbox .scorpion-footer .box {
	display: table;
	width: 100%;
}

.no-flexbox .scorpion-footer .box > div {
	display: table-cell;
	vertical-align: middle;
}
/* End IE Fallback */

/* 1530px Responsive */
@media screen and (max-width:1530px) {
	.footer .box-cont .left-section {
		width: 67%;
	}

	.footer .box-cont .right-section {
		width: 38%;
	}
}
/* End 1530px Responsive */

/* 1200px Responsive */
@media screen and (max-width:1200px) {
	.footer .schema-info .box .trio-info, .footer .schema-info .social-info {
		float: none;
		width: 100%;
	}

	.no-flexbox .footer .schema-info .social-info ul {
		float: right;
	}

	.footer .schema-info .social-info {
		padding-top: .5em;
	}

	.footer .schema-info .social-info ul li a icon {
		padding: .45em;
		font-size: 1.3em;
	}

	.footer .box-cont .left-section {
		width: 67%;
	}
}
/* End 1200px Responsive */

/* 1000px Responsive */
@media screen and (max-width:1000px) {
	.footer .footer-nav ul li a {
		padding: .4em .75em;
	}

	.footer .footer-nav ul, .no-flexbox .footer .footer-nav ul {
		display: block;
		text-align: center;
	}

	.no-flexbox .footer .footer-nav ul li {
		display: block;
		width: 100%;
	}

	.footer .box-cont {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer .box-cont .left-section {
		width: 100%;
	}

	.footer .box-cont .right-section {
		width: 100%;
	}
}
/* End 1000px Responsive */

/* 800px Responsive */
@media screen and (max-width:800px) {
	.footer .schema-info .business-info .bottom-logo {
		margin: 0 auto;
	}
	
	.footer .box-cont .left-section .footer-list li {
    padding-right: 1em;
    width: 100%;
    margin-left: 3em;
    justify-content: center;
    display: flex;
}

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

	.no-flexbox .footer .schema-info .social-info ul {
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	.no-flexbox .footer .schema-info .social-info ul li {
		display: inline-block;
		float: none;
	}

	.footer .schema-info .social-info ul li a {
		margin-right: .25em;
		margin-left: .25em;
	}

	.footer .schema-info .business-info {
		text-align: center;
	}

	.footer .schema-info h4 {
		padding-top: .8em;
		margin-bottom: .05em;
	}

	.footer .schema-info .social-info {
		padding-top: 2.5em;
	}

	.footer .schema-info .business-info small {
		padding-left: 1.5em;
	}

	.footer .schema-info .box, .footer .schema-info .box > *, .no-flexbox .footer .schema-info .box, .no-flexbox .footer .schema-info .box > * {
		display: block;
		width: 100%;
		padding: 0;
	}

	.footer .schema-info .box .trio-info > * {
		text-align: center;
	}

	.footer .box-cont .left-section a .bottom-logo {
		margin: 0 auto 1em;
	}

	.footer .box-cont .left-section .footer-list {
		margin-bottom: 1em;
		width: 100%;
		flex-wrap: wrap;
	}

	.footer .box-cont .right-section .phone-cont {
		margin-right: 6em;
	}

	.footer .box-cont .left-section {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer .box-cont .left-section > a {
		display: inline-block;
		margin: 0 auto;
	}
}
/* End 800px Responsive */

/* 600px Responsive */
@media screen and (max-width:600px) {
	.footer .schema-info .box .trio-info, .footer .schema-info .box .trio-info > *, .no-flexbox .footer .schema-info .box .trio-info, .no-flexbox .footer .schema-info .box .trio-info > * {
		display: block;
		width: 100%;
		text-align: center;
	}

	.footer .box-cont {
		padding: 0 4%;
	}

	.scorpion-footer {
		font-size: .9em;
	}
}
/* End 600px Responsive */

/* 475px Responsive */
@media screen and (max-width:475px) {
	.footer .schema-info .business-info .bottom-logo {
		width: 64%;
	}

	.scorpion-footer .disclaimer {
		max-width: 100%;
	}

	.scorpion-footer .scorpion-logo a img {
		width: 50%;
		margin: 1em auto 0;
	}

	.scorpion-footer .box, .no-flexbox .scorpion-footer .box, .no-flexbox .scorpion-footer .box > div {
		display: block;
		width: 100%;
		text-align: center;
	}
}
/* End 475px Responsive */

/* 400px Responsive */
@media screen and (max-width:400px) {
	.footer .box-cont .left-section .footer-list {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer .box-cont .left-section .footer-list li {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}

	.footer .box-cont .left-section .footer-list li a {
		display: block;
		text-align: center;
	}

	.footer .box-cont .right-section {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer .box-cont .right-section .phone-cont {
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-bottom: .5em;
	}
}
/* End 400px Responsive */
