<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body {margin: 0px; font-family: "brandon-grotesque"; font-size: 16px; color:#17294b;}
.menu_bar {background-color: #030E20;}
.footer {background-color:#17294B; padding-top:20px; padding-bottom:20px; height:200px;}
.content {width:980px; margin:auto;}
.clear {clear:both;}
.menu_btn {float:right; padding:10px; margin:20px 10px 20px 10px; color:#fff; border:solid 1px #17294B; border-radius:4px; background-color:#17294B; text-transform:uppercase; font-size:14px;}
.menu_btn:hover {background-color:#FD6D38;  border:solid 1px #FD6D38; border-radius:4px;} 
.float_lt {float:left;}
.font_24 {font-size:24px;}
.font_28 {font-size:28px;}
.font_20 {font-size:20px;}
.font_18 {font-size:18px;}
.font_16 {font-size:16px;}
.font_14 {font-size:14px;}
.caps {text-transform:uppercase;}
.center {text-align:center;}
.color_orange {color:#fd6d38;}
.color_green {color:#96a81e;}
.color_navy {color:#17294b;}
.font_bebas {font-family: "bebas-neue";}
.boxes {width:163px; float:left; text-align:center; font-family:"bebas-neue"; cursor:pointer;}
.boxes:hover {color:#fd6d38;}
a {text-decoration:none;}
.big_btn {color:#17294b;}
.big_btn:hover {color:#fd6d38;}</pre></body></html>