<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{
	font-family:Gotham-Medium;
	src:url(../media/Gotham-Medium.otf) format("opentype"),url(../media/Gotham-Medium.woff) format("opentype");
	font-style:normal
}

.footer-distributed{
	background-color: #f8f8f8;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font-family: 'Gotham-Medium', sans-serif;
	padding: 45px 50px;
	margin-top: 0px;
}

.footer-distributed .footer-left p{
	color:  #4b4f54;
	font-size: 10px;
	margin: 0;
}

/* Footer links */

.footer-distributed p.footer-links{
	font-size:9px;
	font-weight: bold;
	color:  #4b4f54;
	margin: 0 0 10px;
	padding: 0;
}

.footer-distributed p.footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-right{
	float: right;
	margin-top: 10px;
	max-width: 200px;
}

.footer-distributed .footer-right a{
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 2px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	margin-left: 3px;
}

	.footer-distributed .footer-left p.footer-links{
	margin-top: 15px;
	margin-left: -20px;
}

	.footer-distributed .footer-left p.footer-links a{
	padding-left: 20px;
		
}

	.footer-distributed .footer-left p.footer-links a:hover {
    color: #db0812;
}

p.legal-links {
	font-size:9px;
	color: #4b4f54;
	font-weight: bold;
	font-family: 'Gotham-Medium', sans-serif;
	line-height: 20px;
}
	
p.legal-links a{
	font-size:9px;
	font-weight: bold;
	color:  #4b4f54;
	text-decoration: none;
}

.legal-footer-desktop {
	float: left; 
	margin-left:-50px; 
	margin-top:50px; 
    	padding-bottom:15px;
	line-height: 20px;
	width: 100%;
	background-color: #FFF;
}

.legal-footer-mobile {
	text-align: center;
	float: left;
	margin-top:50px;
	padding-bottom:15px;
	line-height: 15px;
	width: 100%;
	background-color: #FFF;
}

	.legal-footer-mobile {
		display: none;
	}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-right {
		text-align: center;
	}

	.footer-distributed .footer-right {
		float: none;
		margin: 0 auto 20px;
	}

	.footer-distributed .footer-left p.footer-links{
		line-height: 25px;
	}
	
	.footer-distributed p.footer-links a{
		line-height: 25px;

	}
	
	.legal-footer-desktop {
		display: none;
	}
	
	.legal-footer-mobile {
		display: block;
	}
	
}
</pre></body></html>