<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 */
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700|Raleway);
/*
COLOR PALETTE
Primary color (Maroon): #591108
Secondary color (Gold): #eb1d20
*/

body {
	font-family: 'Raleway', sans-serif !important;
	background:linear-gradient(to bottom, rgba(26, 25, 25, 1) 1%, rgba(48, 45, 45, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/*Top Links*/
.top-bar {
	background: #000;
	height: 30px;
	border-bottom: 2px solid #ec1c1f;
}
.logo {
	padding: 0px;
	max-width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*Main Navigation*/
.navbar-inner {
	background-image: none !important;
}
.navbar .navbar-inner .nav {
	float: right;
}
.navbar .nav {
	margin-right: 0px !important;
}
.navbar .navbar-inner .nav &gt; li &gt; a {
	text-shadow: none;
	padding: 6px 4px;
	font-size: 1em;
	color: #FFF;
}
.navbar .navbar-inner {
	background-color: transparent !important;
	color: black;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	text-shadow: none;
	padding: 20px 0 10px;
	border: none;
	font-weight: 300;
	filter: none;
}
.navbar .navbar-inner .nav &gt; li &gt; a:hover {
	color: #ec1c1f !important;
}
.selected a {
	color: #ec1c1f !important;
}
.navbar .nav li.dropdown.open &gt; .dropdown-toggle {
	background-color: transparent;
}
.dropdown-menu li&gt;a:hover {
	background: #591108 !important;
}
.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 {
	color: #FFF !important;
}
.dropdown-menu {
	background-color: #fcfcfc !important;
}
/*Typography*/
.TitleStyle1 {
	font-family: 'Oswald', sans-serif;
	color: #FFFFFF !important;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 50px !important;
}
header p {
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF !important;
}
.TitleStyle2 {
	font-family: 'Oswald', sans-serif;
	color: #282828;
	font-size: 1.8em !important;
	font-weight: 300 !important;
}
.TitleStyle3 {
	font-family: 'Oswald', sans-serif;
	color: #283139 !important;
	font-size: 1.6em;
	text-transform: lowercase;
	font-weight: normal;
}
#main-content .TitleStyle1, #sidebar-content .TitleStyle2{
	font-family: 'Oswald', sans-serif;
	font-size: 1.3em !important;
	font-weight: 300 !important;
	color: #ffffff !important;
	padding-left: 10px;
	margin-left: -20px;
	text-transform: uppercase;
	margin-top: -20px!important;
}
#main-content .TitleStyle1 {
	background-color: #ec1c1f;
}
#sidebar-content .TitleStyle2{
	background-color: #000;
}
#main-content .TitleStyle2, #sidebar-content .TitleStyle2 {
	color: #282828;
	margin-top: 0;
	font-size: 1.3em !important;
	padding: 15px;
}
p, #main-content li, #sidebar-content li {
	color: #282828;
	font-size: 1em;
	font-weight: 400;
	line-height: 30px;
}
/*Banner*/
.banner {
	height: 510px;
	background: rgb(26,25,25); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(26,25,25,1) 1%, rgba(48,45,45,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(26,25,25,1)), color-stop(100%, rgba(48,45,45,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(26,25,25,1) 1%, rgba(48,45,45,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(26,25,25,1) 1%, rgba(48,45,45,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(26,25,25,1) 1%, rgba(48,45,45,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(26,25,25,1) 1%, rgba(48,45,45,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1919', endColorstr='#302d2d', GradientType=0 ); /* IE6-9 */
}
.othr-banner {
	height: 300px;
	background: rgb(26,25,25); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(26,25,25,1) 1%, rgba(48,45,45,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(26,25,25,1)), color-stop(100%, rgba(48,45,45,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(26,25,25,1) 1%, rgba(48,45,45,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(26,25,25,1) 1%, rgba(48,45,45,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(26,25,25,1) 1%, rgba(48,45,45,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(26,25,25,1) 1%, rgba(48,45,45,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1919', endColorstr='#302d2d', GradientType=0 ); /* IE6-9 */
}
.featured-auto {
	background-image: url(../img/featured-auto-insurance.png);
}
.featured-home {
	background-image: url(../img/featured-home-insurance.png);
}
.featured-commercial {
	background-image: url(../img/featured-commercial-insurance.png);
}
.featured-life {
	background-image:url(../img/featured-other-insurance.png);
}
.featured-other {
	background-image:url(../img/featured-life-insurance.png);
}
.featured-service {
	background-image: url(../img/featured-service-insurance.png);
}
.featured-compare {
	background-image: url(../img/featured-compare-quotes.png);
}
.featured-auto, .featured-home, .featured-commercial, .featured-other, .featured-life, .featured-service, .featured-compare {
	background-repeat: no-repeat;
	height: 530px;
	background-position: top center;/*background-position-y: -80px;*/
}

#quoter-intro-text .TitleStyle2{
	color: #FFFFFF !important;
	font-size: 2.5em !important;
	font-weight: normal;
	line-height: 50px !important;	
		
}

#quoter-intro-text p, #quoter-intro-text p a {
	color: #fff;
}

/*Quoter*/
.quoter {
	border: 1px solid #7d7d7d;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: rgb(89,17,8); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(26,26,26,1) 1%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(26,26,26,1)), color-stop(100%, rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(26,26,26,1) 1%, rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(26,26,26,1) 1%, rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(26,26,26,1) 1%, rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(26,26,26,1) 1%, rgba(0,0,0,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#591108', endColorstr='#281813', GradientType=0 ); /* IE6-9 */
	width: 400px;
	padding: 10px;
}
.quoter .TitleStyle2 {
	font-family: 'Oswald', sans-serif;
	color: #FFFFFF !important;
	font-size: 1.2em;
	font-weight: normal;
	margin: 10px 0 10px 0px !important;
}

.quoter .TitleStyle2 p{
color: #FFFFFF !important;
font-size: 1em !important;
font-weight:normal;
margin:0;
line-height:20px;
}

.go {
	font-family: 'Oswald', sans-serif;
	color: #fff !important;
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 16px;
	border: 1px solid #503633;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #eb1d20 !important;
	background-image: -moz-linear-gradient(top, #eb1d20, #d1191f) !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eb1d20), to(#d1191f)) !important;
	background-image: -webkit-linear-gradient(top, #eb1d20, #d1191f) !important;
	background-image: -o-linear-gradient(top, #eb1d20, #d1191f) !important;
	background-image: linear-gradient(to bottom, #eb1d20, #d1191f) !important;
	background-repeat: repeat-x;
	border-color: #eb1d20 #eb1d20 #d1191f !important;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb1d20', endColorstr='#d1191f', GradientType=0);
 filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.go:hover, .go:active, .go.active, .go.disabled, .go[disabled] {
	color: white;
	background-color: #d1191f !important;
}
#othr-services .quoter {
	float: right;
}
#services img {
	float: right;
	margin-bottom: 20px;
}
.out-stand {
	color: #591108 !important;
	font-size: 1.2em;
}
.content-grad {
	padding: 20px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(232,232,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=0 ); /* IE6-9 */
	height: auto;
}

/*Footer*/
.foot {
	background-color: #000;
	color: #FFF;
	padding: 10px 0px 10px 0px;
}
.foot .container .span8 &gt; ul {
	margin: 0px;
	margin-top: 8px;
}
.foot .container .span8 &gt; ul &gt; li {
	float: left;
	padding: 0;
	margin: 0 0 0 0.8em;
	list-style: none;
	font-size: 0.7em;
}
.foot .container .span8 &gt; ul &gt; li &gt; a, .foot .container .span8 &gt; ul &gt; li &gt; a:focus {
	color: #FFFFFF !important;
	font-size: 1.2em;
	text-decoration: none;
}
.foot .container .span8 &gt; ul &gt; li &gt; a:hover, .foot .container .span8 &gt; ul &gt; li &gt; a.active {
	color: #ec1c1f !important;
	text-decoration: none;
}


.copyright p, .copyright a {
	font-size: 0.9em;
	color: #FFFFFF !important;
	text-align: right;
}
/*---------------------iframe------------------*/
iframe {
	height: 1700px;
	width: 100%;
	frameborder: 0px inset!important;
}
iframe:not([seamless]) {
	border: 0px inset;
	border-image: initial;
}

.cqiframe
{
	height:1600px;
}

.white-bg{background:#fff;}

a.CMY_Link.CMY_Valid {
    display: inline-block;
    float: right;
}
.services {
	margin-top: 10px;
	margin-left: 10px;
}
#services {
	margin-top:-80px;
}
</pre></body></html>