<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Footer Styles */
.footer {
	color: #FFFFFF;
	background-color: #01273E;
	padding-top: 3.055em;
}

.footer .top-foot {
	border-bottom: 1px solid #014768; /* $secondary */
}

.footer .top-foot .schema-info {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.footer .top-foot &gt; * {
	-webkit-flex: 1 1 1%;
	-ms-flex: 1 1 1%;
	flex: 1 1 1%;
}

.footer .top-foot .social-info li + li {
	margin-left: 1em;
}

.footer .top-foot .social-info {
	padding-top: 1.5em;
}

.footer .top-foot .social-info a {
	color: #6ACCF4; /* $primary2 */
	font-size: 1.5em;
}

.footer .top-foot .social-info a:hover {
	color: #FFCE4B; /* $tertiary */
}

.footer .top-foot nav {
	border-left: 1px solid #014768; /* $secondary */
	padding: 1.333em 2% 3.055em;
}

.footer .top-foot nav a {
	color: #FFFFFF;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: .25em 0;
	text-transform: uppercase;
}

.footer .top-foot nav a:hover {
	color: #6ACCF4; /* $primary2 */
}

.footer .top-foot nav a:before {
	content: '';
	font-family: 'icomoon-ult';
	font-size: .66em;
	color: #FFCE4B;
	margin-right: .5em;
	border-bottom: solid;
	height: 0;
	min-width: 12px;
	margin-top: 1em;
}

.footer .top-foot nav header h5 {
	color: #FFCE4B; /* $tertiary */
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.333em;
	margin-bottom: .5em;
}

.footer .footer-nav {
	padding: 1em 3%;
}

.footer .footer-nav ul {
	max-width: 75em;
	margin-left: auto;
	margin-right: auto;
}

.footer .footer-nav a {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	color: #FFFFFF;
	padding: .5em;
}

.footer .footer-nav a:hover {
	color: #6ACCF4; /* $primary2 */
}

.footer .foot-disclaimer {
	background-color: #081D2A;
	padding: 2.222em 0;
}

.footer .foot-disclaimer small {
	font-size: .8rem;
	color: white;
}

.footer .foot-disclaimer small a {
	color: white;
	text-decoration: none;
	transition: color .5s ease 0s;
}

.footer .foot-disclaimer small a:hover {
	color: #FFCE4B; 
	text-decoration: none;
}

.footer .scorpion-footer {
	background-color: #1E1E1E;
	padding: 1em 0;
}

.footer .scorpion-footer .box {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
/* End Footer Styles */

/* 1200px Responsive */
@media screen and (max-width:1200px) {
}
/* End 1200px Responsive */

/* 1000px Responsive */
@media screen and (max-width:1000px) {
	.footer .top-foot {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer .top-foot &gt; * {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	.footer .top-foot nav {
		width: 50%;
		text-align: center;
		padding: 1.333em 2%;
	}

	.footer .top-foot nav:last-child {
		width: 100%;
		border-left: 0;
		border-top: 1px solid #014768;
	}

	.footer .top-foot nav ul {
		margin-left: auto;
		margin-right: auto;
		max-width: 16em;
	}

	.footer .top-foot nav:first-of-type {
		border-left: none;
	}

	.footer .top-foot .schema-info {
		width: 100%;
		text-align: center;
	}

	.footer &gt; .main {
		padding: 0;
	}
}
/* End 1000px Responsive */

/* 800px Responsive */
@media screen and (max-width:800px) {
}
/* End 800px Responsive */

/* 600px Responsive */
@media screen and (max-width:600px) {
	.footer .top-foot nav {
		width: 100%;
		border-left: none;
		border-top: 1px solid #014768;
	}

	.footer .footer-nav ul {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer .footer-nav a {
		padding: .5em 1em;
	}
}
/* End 600px Responsive */

/* 475px Responsive */
@media screen and (max-width:475px) {
}
/* End 475px Responsive */
</pre></body></html>