<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
COLOR PALETTE 
Primary color (brown): #c1992c 
Accent color (green): #91aa1d
Headings (blue): #005895
Form elements (black): #
Sidebar (brown): #005895
*/ 
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Rancho);
@import url(https://fonts.googleapis.com/css?family=Asap);

body {
	font-family: 'Droid Serif', serif;
	/*font-family: 'Droid Sans', sans-serif;
	font-family: 'Rancho', cursive;*/
}

/* =================Defaults=============== */
body, h1, h2, h3, h4, h5, input, button, select, textarea, p, ul, li, a {
	color: #000066;
}
body {
	background:url("../img/body-background.png");
}
body, figure {
	margin: 0;
	padding: 0;
}

/* =================Typography Styles=============== */
h1 {
	display: block;
	margin: 0px 0px 10px 0;
	font-family: 'Droid Serif', serif;
	font-weight: 700;
	color: #000066;
	font-size: 35px;
	letter-spacing: 1px;
}

h1.index {
	font-size: 18px;
	color: #005895;
    line-height: .5em;
	text-align: center;
}
h1.index a:link  {
	color: #005895;
	font-size: 18px;
    line-height: .25em;
	text-align: center;
}
h2 {
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 25px;
	margin: 0px;
	padding:0px;
	color: #c39942;
}
h3 {
	font-family: 'Droid Serif', serif;
	font-weight: 700;
	font-style: italic;
	font-size: 20px;
	line-height:30px;
	margin: 0px;
	padding:0px;
	color: #212121;
}
h4 {
	font-family: 'Droid Serif', serif;
	font-weight: 700;
	font-size:17px;
	margin: 20px 0px;
	color: #000000;
}
p {
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

.sub-heading {
	font-size:17px; 
	font-weight:700;
}
.border2 {
	background:#efeeee; 
	height:4px; 
	border:1px solid #dbdada; 
	margin:20px 0;
}
.mag1 {
	margin-top:20px; 
	float:left;
}

/* =================Top Navigation=============== */
#topbar {
	background:url("../img/top-background.png") repeat-x;
	padding:7px;
}
.navbar {
	font-family: 'Droid Sans', sans-serif;
	margin-bottom: 0px;
}
.navbar .nav {
	float:right;
	margin:0;
	padding:0;
}
.navbar .nav &gt; ul {
	margin:0;
	padding:0;
}
.navbar .nav &gt; li .active {
	color: #c39942;
}
.navbar .nav &gt; li &gt; a {
	color:#fff;
	font-family: 'Droid Sans', sans-serif;
	font-weight:700;
	font-size: 13px;
	text-shadow:none;
	padding: 0 18px 0 0px;
	margin: 4px 0 0 4px;
}
.navbar .nav &gt; li &gt; .dropdown-menu:after {
	border-bottom: 6px solid transparent;
}
.navbar .nav &gt; li &gt; .dropdown-menu:before {
	border-bottom: 7px solid transparent;
}
.dropdown-menu {
	border: 1px solid transparent;
    border-radius: 0px;
	background-color: #202020;
	margin-top: 15px;
	box-shadow: none;
}
.dropdown-menu a {
	font-family: 'Droid Sans', sans-serif;
	font-weight:700;
	font-size: 13px;
	color: #ffffff;
}
.dropdown-menu &gt; li &gt; a {
	color: #ffffff;
}
.dropdown-menu li &gt; a:hover, .dropdown-menu .active &gt; a, .dropdown-menu .active &gt; a:hover {
	color: #c29841;
	text-decoration: none;
	background-color: #3a3a3a;
	background-image:none;
}
.navbar .nav li.dropdown.open &gt; .dropdown-toggle, .navbar .nav li.dropdown.active &gt; .dropdown-toggle, .navbar .nav li.dropdown.open.active &gt; .dropdown-toggle {
	background: none;
	color:#fff;
}
.selected {
    color: #bcbcbc !important;
}

/* =================Social Links=============== */
.social-links {
	/*text-align:center;*/
}
.social-links ul {
    margin: 0 auto;
}
.social-links ul li {
    display: inline-block;
    list-style: none outside none;
    margin: 0 5px;
    text-indent: -9999px;
}
.social-links li.facebook a {
    background-image: url("../img/facebook.png");
}
.social-links li.twitter a {
    background-image: url("../img/twitter.png");
}
.social-links li.linkedin a {
    background-image: url("../img/linkedin.png");
}
.social-links li.rss a {
    background-image: url("../img/rss.png");
}
.social-links li.facebook a, .social-links li.twitter a, .social-links li.linkedin a, .social-links li.rss a {
    height: 25px;
    width: 27px;
	display: block;
}
.logo-header {
	margin-top:12px;
}
.logo {
	width:260px; 
	margin:0 auto;
}

/* =================Body Content=============== */
#body-content {
	background: none !important;
	background-color: none;
}
.inside-content {
	margin-top:30px;
}
.border {
	/*border-right:6px solid #eeecec;*/
	background: url("../img/sidebar-border.png") right repeat-y;	
}
.sidebar {
	width:260px;
	/*min-height:900px;*/
	margin: 0 auto;
}
.compare-rates {
	margin-top:50px;
}
.compare-heading {
	font-family: 'Droid Sans', sans-serif;
	color:#000066;
	font-size:30px;
	font-weight:700;
	line-height:0.8;
}

/* =================Quote Form Styles=============== */
form {
	margin:20px 0;
	padding:0px;
	width:100%;
}
input[type=text], select {
	background: #212121;
    border: none;
    border-radius: 0px;
	color: #ffffff;
	font-family: 'Droid Sans', sans-serif;
	text-transform:uppercase;
	font-size:13px;
	font-weight:700;
	padding:0;
	margin:5px 0;
	width:100% !important;
	height:28px;
}
select {
	padding:4px;
}
input[type=text] {
	padding-left:7px;
	width:97.5% !important;
}
form a {
	font-family: 'Droid Sans', sans-serif;
	font-size:20px;
	font-weight:700;
	color:#c1992c;
	float:right;
}
form button {
	font-family: 'Droid Sans', sans-serif;
	font-size:20px;
	font-weight:700;
	color:#c39942;
	float:right;
	background:none;
	border:none;
	text-transform:uppercase;
	margin: 5px 0;
}

/* =================Phone Styles=============== */
.phone {
	font-family: 'Droid Serif', serif;
	font-size:35px;
	font-weight:700;
	margin-top:20px;
	color:#000066!important;
}

/* =================Sidebar Slideshow Styles=============== */
.slideshow-container {
	position:relative; 
	margin-top:40px;
}
.container-pin {
	width:28px; 
	height:27px; 
	background:url('../img/pin.png') no-repeat; 
	position:absolute; 
	left:137px; 
	top:4px; 
	z-index:999;
}
.slideshow {
	height: 222px; 
	width: 220px; 
	margin: auto;
	background:url('../img/news-updates-2.png') no-repeat;
}
.slideshow div {
	width:160px;
	height:162px;
	padding: 30px 38px;
	background:url('../img/news-updates-note.png') no-repeat;
}
.slideshow div h2.title {
	font-family: 'Rancho', cursive;
	font-size:30px;
	color:#c39942;
	margin:0;
	padding:0;
	margin-left: -5px;
}
.slideshow div p {
	font-family: 'Droid Sans', sans-serif;
	font-size:12px;
	color:#c39942;
	margin:0;
	padding:0;
	margin-left: -5px;
	padding-right: 5px;
}

.whatsnew {
	margin-top:40px;
}
.whats-new-content {
	color:#005895;
	font-size:12px;
	font-family: 'Droid Sans', sans-serif;
	line-height:14px;
}
.whats-new-content p {
	color:#005895;
	background: url("../img/border-bottom.png") bottom repeat-x;
	padding-bottom:30px;
	margin-bottom:10px;
}
.whats-new-content a.titlefield {
	font-size:13px;
	font-weight:600;
	margin:7px 0;
	color:#005895;
	display:block;
}
.whats-new-content .datefield {
	display:block;
}
/*.whats-new-content a {
	float:left;
	color:#f0522b;
	margin:10px 0;
	text-transform:uppercase;
	font-weight:700;
}*/

/* =================Right Container Flip Box Styles=============== */
#flipbox {
	height:auto;
    max-width: 100%;
}
#flipbox img {
    max-width: 100%;
}
#flipPad {
	width: 72px;
	margin:10px auto;
}
#flipPad a {
	display: inline;
	width:12px; 
	height:12px; 
	float:left; 
	margin:5px; 
	border:1px solid #505050; 
	background:#7b7b7b; 
	cursor:pointer;
}
#flipPad a:hover, #flipPad .active {
	background: #c39942;
	border-color: #ab8727;
}

/* =================Footer Styles=============== */
footer {
	font-family: 'Droid Sans', sans-serif;
	color: #ffffff;
	font-size: 13px;
	margin-top: 40px;
	padding: 20px 0 10px 0;
	background:url("../img/footer-background.png");
}
.brown {
	color:#FFF !important;
	font-size: 13px;
	font-weight: 700;
}
}
.blue {
	color:#005895 !important;
}
footer h2.title {
	font-family: 'Droid Sans', sans-serif;
	font-size:23px;
	margin:0;
	padding:0;
	font-weight:700;
	color:#A59463 !important;
	font-style:normal;
}
footer form {
	margin:10px 0;
}
footer input[type=text] {
	background:#fff;
	color:#000;
}
.opt {
	font-size:12px;
}
footer nav {
	font-size: 13px;
}
footer nav ul {
	margin: 10px 0;
	padding: 0;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
}
footer nav ul li {
	list-style:none;
	line-height: 30px;
}
footer nav ul li a {
	color: #ffffff;
}
footer nav ul li a:hover {
	color: #bcbcbc;
}
/*#important-links &gt; li:first-child a {
	color: #91aa1d;
}*/
address {
	font-family: 'Asap', sans-serif;
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
address a {
	color:#fff;
}
address a:hover {
	color:#c1992c;
}
.join-list {
	width:70%;
	margin: 0 auto;
}

.whats-new-content a {
float: left;
color: #f0522b;
margin: 10px 0;
text-transform: uppercase;
font-weight: 700;
}
/*---------------------iframe------------------*/
iframe{
	height:1600px;
	width:100%; 
	frameborder: 0px inset!important;
	
}
iframe:not([seamless]) {
	border: 0px inset;
	border-image: initial;
}

.frame-fix{
	height: 1500px !important;	
}

.li-text
{
	font-weight: 400;
    font-size: 12px;
    color: #000000;
    line-height: 16px;
}

/* Fixes */

.brown a{
	color:#fff!important;	
}

#carrierslist li {
	margin: 0px 35px;
	padding-bottom: 20px;
	width: 200px;
	float: left;
	height: 62px;
}
/*#carrierslist {
	width: 300px;
}*/

.contact-list h3 {
	color: #b94800;
	font-weight: 400;
	font-size: 1em !important;
	margin-top: 0;
}
.contact-list p {
	border-bottom: 1px dotted #ccc !important;
	padding-top: 35px;
	margin-bottom: -20px;
	font-size:12px;
}
.p-7{
	padding-bottom:20px;	
}
hr {
	border-color: #000066 !important;
	border-style: solid;
	margin: 30px 0;
}
.size-full {
    width: 55%;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
margin-top: 15px;
}</pre></body></html>