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


.footer           { background-color:#203f64; padding: 80px 0;}

.footlinks { padding-bottom: 40px;}
.footlinks h3 { border-bottom: 1px #ffffff solid; padding-bottom: 10px; margin: 0 0 18px 0; color:#ffffff; font-family: 'Asap Condensed'; font-weight: 900; font-size: 32px; }
.footlinks p { font-size: 21px; font-family: 'Asap Condensed'; color:#ffffff; }
.footlinks p span { font-size: 16px; font-style:italic; }
.footlinks a { color:#ffffff; }


@media only screen and (max-width: 1100px) 
{
.footlinks h3 { font-size: 26px; }
.footlinks p { font-size: 17px;}
.footlinks p span { font-size: 12px;}
}


@media only screen and (max-width: 767px) 
{
.footlinks h3,
.footlinks p { text-align:center; }
	
}







.social-icons           { margin: 0px; }
.social-icons p         { margin: 0px 0 40px 0; }
.social-icons .fa {
    color: #ffffff;
    background-color:transparent;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
}

.social-icons .fa:hover { background-color:#ffffff; color:#2d2d2d; }



.newsletter 				{ position: relative;position:relative; z-index:7;}
.newsletter .formfield { font-size: 26px; padding: 4px 12px; width: 100%; }
.newsletter .formbutton { background-color:#ff8113; position:absolute; z-index:8; top: 0;  right: 0; font-size: 26px; padding: 5px 30px; font-family: 'Asap Condensed';

-webkit-border-radius: 0 9px 9px 0; 
-moz-border-radius: 0 9px 9px 0; 
border-radius: 0 9px 9px 0;


 }



@media only screen and (max-width: 1100px) 
{
.social-icons .fa { height: 30px; width: 30px; line-height: 30px; font-size: 21px; }
.newsletter .formfield { font-size: 18px;  }
.newsletter .formbutton { font-size: 18px; padding: 5px 30px; }
}















.copyright { border-top: 1px rgba(255, 255, 255, 0.50) solid; clear:both; padding-top: 10px;}
.copyright p { font-size: 16px; color:#ffffff; }
.copyright p.sot { text-align:right;} 


@media only screen and (max-width: 767px) 
{
.copyright p,
.copyright p.sot { text-align:center; }
	
}


.linkback { background-color:#000000; padding: 7px; }
.linkback p { text-align:center; font-size: 12px; margin: 0;  }
.linkback p a { color:#ffffff; }




@media only screen and (max-width: 767px) 

{

}





.footer .offerid { margin-bottom: 20px; background-color:#ff8113; padding: 10px; display: none; }
.footer form.search { float:right; width:150px; margin:0 0 0px 0; padding:0; border: 0px; }
.footer form.search { position:relative; }

.footer form.search input { padding:6px 40px 6px 6px; width: 125px; height: 30px; background-color:#ffffff; border: 1px #cccccc solid; font-size:15px; margin: 0px; color:#000000; position:relative; z-index:0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

.footer form.search input:focus { box-shadow: none; border: 1px #888888 solid;
}


.footer form.search button {
	position:absolute;
    background-color:#203f64; padding: 7px; width: 30px; height: 30px; border: 1px transparent solid;
	top:0px; right:0px;
	z-index:1;
}
















/** Misc
 **************************************************************** **/
#toTop {
	background-color: #333;
	border-radius: 4px 4px 0 0;
	color: #FFF;
	position: fixed;
	height: 35px; width: 48px;
	right: 6px; bottom: 0;
	text-align: center;
	text-transform: uppercase;
	opacity: 0.9;
	padding-top: 7px;
	text-decoration:none;
	display:none;
	z-index: 1000;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}
#toTop:before {
	font-family: "fontawesome";
	content: "\f077";
}


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