<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#footer {
  background-color: #2258B9;
  color:#999900;
	margin-bottom:-40px;
	margin-top:-60px;
}


.full {
    width: 100%;
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
	background: #EDEFF1;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	margin-top: -70px;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer ul li a {
	font-family: 'Prata', serif;
	padding: 0 0 5px 0;
	display: block;
	text-decoration: none;
}
.footer a {
	color: #FFFFFF
}</pre></body></html>