<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==================================================================================================== ]]-- Footer -- */

.footer {
	margin: 20px auto 0px;
	padding: 0;
	max-width: 100%;
	min-height: 100px;
	background-color: #2C2C2C;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-right-width: 0;
	border-style: solid;
	border-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.5 );
	-moz-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.5 );
	box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.5 );
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: relative;
	}

.footer-content {
	margin: 0 auto;
	padding: 16px 20px 10px;
	max-width: 100%;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	}

.footer p {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	}

.footer a {
	color: #FFE738;
	text-decoration: underline;
	}

.footer a:hover {
	color: #FFFF99;
	}

p.footernav {
	margin-bottom: 1.4em;
	}

p.footernav a, p.footernav .divider {
	padding-right: 1.4em;
	}

p.footernav a:last-child {
	padding-right: 0;
	}

#back-to-top-arrow {
		margin: 0 5px 0 0;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #FFE738;
        position: relative;
        top: -7px;
	}

</pre></body></html>