<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 */

html, body, h1, h2, h3, h4, h5, h6, p {
	font-family: 'Montserrat', sans-serif;
}
body {
	background: #eff1f2;
	overflow-x: hidden;
}
/* Typography */
h1 {
	color: #000000;
	font-size: 35px;
	line-height: 37px;
	font-weight: 500;
}
h1 a {
color:#000000!important;
} 
h1 a:hover {
	color: #444444!important;
	text-decoration: none;
}
h2 {
	color: #000;
	font-size: 23px;
	line-height: 30px;
	font-weight: 300;
}


h4 {
	color: #000;
}
h4 strong{
	font-weight: 600;
	font-size:16px;
}
a{
color:#4f6eb1;
}

a:hover{
	color: #4f6eb1;
	/* opacity: 0.8; */
	text-decoration: none;
}
/* Background */

/* Blue Background */
.top-bg {
	background: #9c9c9c;
}
.top-left {
	padding:10px 7px;
}
.top-left img,.top-right img{
	float: left;	
}
.top-left img{
margin:7px 5px 0 0;
}
.top-right img{
margin:5px 5px 0 0;
}
/* White Background */

.white-bg {
	background: #fff;
	height: auto;
}
.down-content &gt; div {
margin-top: 20px;
}
.content-bg {
	background: #fff;
	border-top: 5px solid #102b48;
	height: auto;
	padding-bottom: 40px;
}
address {
	text-align: center;
	padding:10px 0;
	margin-bottom: 0;
}
address a, address a:hover {
	color: #fff;
	text-decoration: none;
}
.center-block {
	/* padding: 14px 0; */
}
/*Navigation*/
.nav-bg {
	background: #1b497a;
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
.navbar-default {
	background-color: transparent;
	border: transparent;
}
.navbar-default .navbar-nav &gt; li &gt; a {
	color: #333;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-weight: 600;
	margin:0px 11px;
	font-size:15.5px;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus, .navbar-default .navbar-nav &gt; li &gt; a.active {
	color: #d41721;
}
.navbar {
	margin: 0px;
	min-height: 50px;
}
/*Navigation ends*/
/* Quote- Box */
.quote-container {
	background: #102b48;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
    text-align: center;
  
}
.quote-container h3 {
	color: #fff;
	text-align: right;
	margin-top: 10px;
}
.select-inner {
	margin: 0 0 10px 5%;
}
.select-style {
	background-color: #0b2f63;
	border: 1px solid #0b2f63;
	cursor: pointer;
	height: 30px;
	margin-top: 10px;
	border-radius: 3px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
	color: #fff;
	box-shadow: inset -2px -2px 29px 1px #03183D, -12px -24px 5px -39px #0B2F63;
	-webkit-box-shadow: inset -2px -2px 29px 1px #03183D, -12px -24px 5px -39px #0B2F63;
	-moz-box-shadow: inset -2px -2px 29px 1px #03183D, -12px -24px 5px -39px #0B2F63;
	-o-box-shadow: inset -2px -2px 29px 1px #03183D, -12px -24px 5px -39px #0B2F63;
}
.select-style:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-image: none;
	border-style: solid;
	border-width: 5px;
	content: " ";
	height: 0;
	left: 93%;
	margin-top: -2px;
	pointer-events: none;
	position: absolute;
	top: 50%;
	width: 0;
	z-index: 100;
}
.select-style select {
	background-color: #fff;
	background-image: none;
	border: medium none;
	box-shadow: none;
	padding: 5px 8px 8px 0px;
	width: 100%;
	margin-bottom: 0px;
	color: #2c2c2c;
	font-size: 700;
	/*text-align: center;*/
	cursor: pointer;
	 -webkit-appearance: none;
    -moz-appearance: none;
	appearance:none;
}
.select-style select:focus {
	outline: none;
}
.select-col {
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
/* Main Content */
.main-content {
	margin-top: 20px;
}
.main-content h1 {
	text-align: center;
	padding-bottom:10px;
}
.down-content h3 {
	color: #ee1b24;
margin-top: 7px;
font-weight: 700;
border-bottom: 1px solid #333;
padding-bottom: 10px;
}
.servicing-states{
margin-left:-15px;
border-top:1px solid #000000;
margin-top:15px;
border-bottom: 1px solid #333;
margin-bottom: 20px;
}
.down-content-left {
	border-top: 1px solid #333;

	
}
.blog-title{
	border-bottom: 1px solid #333;
	padding-bottom:10px;
}
.titlefield a {
	color: #333;
	font-weight: 700;
}

.titlefield a:hover {
	color: #4f6eb1;
	
}

.down-content-right {
	border-top: 1px solid #333;
	
}
.down-content-right2 {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}
.down-content-right2 ul li{color:#333;}

.down-content-right p a{
	color: #000;
} .down-content-right p a:hover {
	color: #4f6eb1;
	text-decoration: none;
}
/* Footer */
footer {
	background: #102b48;
	height: auto;
}
.contact p, .contact address, .contact address a {
	text-align: center;
	padding: 10px 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 19px;
}
.contact p,.social li {
	text-transform: uppercase;
	font-size: 17px;
	display:inline-block;
}
.fa-2x:hover{
opacity:.6;
}
.fa-phone, .fa-fax{
margin:2px 5px 0px 5px;;
}
.footer-nav {
	margin-top: 10px;
}
.footer-nav p {
	text-align: center;
}
.footer-nav p a {
	margin: 10px 15px;
}
.copyright-text {
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.copyright-text p, .copyright-text p a {
	color: #fff;
}
.tick {
	width: 35px;
	margin: 0px 12px 18px 0;
}
/* Carriers Logo Slidder CSS */
#carousel span, #carousel img, #thumbs a, #thumbs img {
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#carousel span, #carousel a, #thumbs span, #thumbs a {
	position: relative;
}
#carousel span {
	width: 554px;
	height: 313px;
}
#thumbs-wrapper {
	padding: 5px 40px;
	position: relative;
}
/* Inside Page Banner Red Arrow */
#arrow {
	position: relative!important;
	left: 135px;
	width: 920px;
	height: 208px;
	border: 1px solid #ee1b24;
	position: relative;
	background: rgb(186,20,29); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(186,20,29,1) 0%, rgba(186,20,29,1) 48%, rgba(186,20,29,1) 53%, rgba(188,31,27,1) 71%, rgba(238,27,36,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(186,20,29,1)), color-stop(48%, rgba(186,20,29,1)), color-stop(53%, rgba(186,20,29,1)), color-stop(71%, rgba(188,31,27,1)), color-stop(100%, rgba(238,27,36,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(186,20,29,1) 0%, rgba(186,20,29,1) 48%, rgba(186,20,29,1) 53%, rgba(188,31,27,1) 71%, rgba(238,27,36,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(186,20,29,1) 0%, rgba(186,20,29,1) 48%, rgba(186,20,29,1) 53%, rgba(188,31,27,1) 71%, rgba(238,27,36,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(186,20,29,1) 0%, rgba(186,20,29,1) 48%, rgba(186,20,29,1) 53%, rgba(188,31,27,1) 71%, rgba(238,27,36,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(186,20,29,1) 0%, rgba(186,20,29,1) 48%, rgba(186,20,29,1) 53%, rgba(188,31,27,1) 71%, rgba(238,27,36,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a30f0b', endColorstr='#c62521', GradientType=1 ); /* IE6-9 */
}
#arrow:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 919px;
	width: 0;
	height: 0;
	border: 103px solid transparent;
	border-left: 118px solid #ee1b24;
}
#arrow:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 919px;
	width: 0;
	height: 0;
	border: 103px solid transparent;
	border-left: 118px solid #ee1b24;
}
.arrow-img {
	position: absolute;
	top: -2px;
	left: -115px;
}
.arrow-text {
	margin-left: 13%;
	color: #fff;
}
.arrow-text h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 100;
}
.arrow-text h2 span {
	text-transform: uppercase;
	font-size: 36px;
}
/* Banner Arrow Ends */


/* Quote Box White Arrow Css */
#arrow-quote, #arrow-quote1 {
	position: absolute!important;
	top: 8px;
	left: 40px;
	width: 140px;
	height: 33px;
	background-color: #fff;
	border: 1px solid #fff;
	position: relative;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	cursor: pointer;
}
#arrow-quote a:after, #arrow-quote1 a:after {
	content: '';
	position: absolute;
	top: -5px;
	left: 139px;
	width: 0;
	height: 0;
	border: 21px solid transparent;
	border-left: 20px solid #fff;
	border-width: 20px 0 22px 14px;
}

#arrow-quote a, #arrow-quote1 a {
	color: #c72721;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	padding: 5px 10px;
}
#arrow-quote a:hover, #arrow-quote1 a:hover {
	text-decoration: none!important;
	color:#ca2c35;
}
/* Customer Service &amp; Compare Quote Page CSS */
iframe {
	height: 320px!important;
	width: 100%;
	border: 0;
	background:transparent!important;
}
#cpIframe {
	height: 1800px!important;
	width: 100%;
	border: 0;
}
/* Insurance Quote Page CSS */
.quote-btn {
	font-size: 16px;
	width: 75%;
	text-align: left;
	line-height: 30px;
	margin: 2px 0;
	text-shadow: none;
	color: #fff;
	background: #c62521;
	background: -moz-linear-gradient(top, #c62521 0%, #c4231f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c62521), color-stop(100%, #c4231f));
	background: -webkit-linear-gradient(top, #c62521 0%, #c4231f 100%);
	background: -o-linear-gradient(top, #c62521 0%, #c4231f 100%);
	background: -ms-linear-gradient(top, #c62521 0%, #c4231f 100%);
	background: linear-gradient(to bottom, #c62521 0%, #c4231f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c62521', endColorstr='#c4231f', GradientType=0 );
	margin-bottom: 10px;
}
.quote-btn :hover{opacity:0.8;}
.quote-btn:active {
background:#4f6eb1 !important;
}
.quote-icon {
	margin-right: 10px;
}
/* Mobile-View CSS */
.mobile-btn {
	margin-bottom: 20px;
}
.mobile-quote {
	background: #fff;
	margin-top: 0px;
}
.phone-view {
	margin-top: 40px;
}
.mobile-img {
	margin-right: 20px;
}
.call-img {
	margin-right: 20px;
}
.mobile-go {
	width: 100%;
	color: #333;
	padding: 11px 19px;
	font-size: 17.5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align: center;
	border: 0;
	background: #fff;
	-webkit-appearance: none;
	border-top: 1px solid #b2b2b2;
}
.mobile-call {
	width: 100%;
	color: #333;
	padding: 11px 0px;
	font-size: 15.5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align: center;
	border: 0;
	background: #fff;
	-webkit-appearance: none;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}
.mobile-go:hover, .mobile-call:hover {
	background: #fff;
	opacity:0.8;
}
.mobile-go a {
	color: #fff;
	text-decoration: none;
}
.mobile-address {
	background: #ee1b24;
	color: #fff;
	padding: 3px 0px 10px 0px;
	text-align: center;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.mobile-address a {
	color: #000;
}
.mobile-address h5 {
    font-weight: normal !important;
   	font-size: 23px;
    color: #ffffff;
    padding: 0px 0 10px 0;
}
.mobile-address p {
	font-weight: normal!important;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff!important;
}
.mobile-direction {
	background: #f7f7f7;
	padding: 8px 18px;
	font-size: 14.5px;
	border: 0px;
}
.mobile-direction a, .mobile-direction a:hover {
	color: #333!important;
	font-weight: normal;
	text-decoration: none;
}
.mobile-direction:hover {
	background: #d5d5d5;
}
.mobile-map {
	float: left;
	margin-right: 10px;
}
/* Home Page Banner CSS*/
.arrow-slider-pading {
	padding: 0px !important;
	background: rgb(186,20,29); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(186,20,29,1) 0%, rgba(181,26,22,1) 46%, rgba(238,27,36,1) 79.7%, rgba(186,20,29,1) 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(186,20,29,1)), color-stop(46%, rgba(181,26,22,1)), color-stop(79.7%, rgba(238,27,36,1)), color-stop(80%, rgba(186,20,29,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(186,20,29,1) 0%, rgba(181,26,22,1) 46%, rgba(238,27,36,1) 79.7%, rgba(186,20,29,1) 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(186,20,29,1) 0%, rgba(181,26,22,1) 46%, rgba(238,27,36,1) 79.7%, rgba(186,20,29,1) 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(186,20,29,1) 0%, rgba(181,26,22,1) 46%, rgba(238,27,36,1) 79.7%, rgba(186,20,29,1) 80%); /* IE10+ */
	background: linear-gradient(to right, rgba(186,20,29,1) 0%, rgba(181,26,22,1) 46%, rgba(238,27,36,1) 79.7%, rgba(186,20,29,1) 80%); /* W3C */
}
.auto-ins {
	padding-left: 100px;
}
.auto-ins, .home-ins, .other-ins {
	/* cursor: pointer; */
}
.right-arrow {
	width: 0;
	height: 0;
	border-top: 103px solid transparent;
	border-bottom: 103px solid transparent;
	float: right;
	border-left: 103px solid #ee1b24;
	position: relative;
}
.right-arrow-last {
	width: 0;
	height: 0;
	border-top: 103px solid transparent;
	border-bottom: 103px solid transparent;
	float: right;
	border-left: 103px solid #ee1b24;
}
.arrow-sec {
	position: relative;

}
.right-arrow-small {
	position: absolute;
	right: 4%;
	top: 45%;
	cursor: pointer;
}
.bg-mid {
	background: transparent;
}
.arrow-h-img {
	position: absolute;
	top: -1px;
	left: -30px;
}



.arrow-auto-bg {
	margin-left: 90px;
	background: rgb(186,20,29); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(186,20,29,1) 0%, rgba(181,26,22,1) 46%, rgba(238,27,36,1) 72.3%, rgba(186,20,29,1) 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(186,20,29,1)), color-stop(46%, rgba(181,26,22,1)), color-stop(72.3%, rgba(238,27,36,1)), color-stop(80%, rgba(186,20,29,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(186,20,29,1) 0%, rgba(181,26,22,1) 46%, rgba(238,27,36,1) 72.3%, rgba(186,20,29,1) 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(186,20,29,1) 0%, rgba(181,26,22,1) 46%, rgba(238,27,36,1) 72.3%, rgba(186,20,29,1) 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(186,20,29,1) 0%, rgba(181,26,22,1) 46%, rgba(238,27,36,1) 72.3%, rgba(186,20,29,1) 80%); /* IE10+ */
	background: linear-gradient(to right, rgba(186,20,29,1) 0%, rgba(181,26,22,1) 46%, rgba(238,27,36,1) 72.3%, rgba(186,20,29,1) 80%); /* W3C */
}
.arrow-home-bg {
	background: rgb(186,20,29); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(186,20,29,1) 0%, rgba(181,26,22,1) 46%, rgba(238,27,36,1) 74%, rgba(186,20,29,1) 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(186,20,29,1)), color-stop(46%, rgba(181,26,22,1)), color-stop(74%, rgba(238,27,36,1)), color-stop(82%, rgba(186,20,29,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(186,20,29,1) 0%, rgba(181,26,22,1) 46%, rgba(238,27,36,1) 74%, rgba(186,20,29,1) 75%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(186,20,29,1) 0%, rgba(181,26,22,1) 46%, rgba(238,27,36,1) 74%, rgba(186,20,29,1) 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(186,20,29,1) 0%, rgba(181,26,22,1) 46%, rgba(238,27,36,1) 74%, rgba(186,20,29,1) 75%); /* IE10+ */
	background: linear-gradient(to right, rgba(186,20,29,1) 0%, rgba(181,26,22,1) 46%, rgba(238,27,36,1) 74%, rgba(186,20,29,1) 75%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a30f0b', endColorstr='#a30f0b', GradientType=1 ); /* IE6-9 */
}
.arrow-other-bg {
	background: rgb(186,20,29); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(186,20,29,1) 0%, rgba(181,26,22,1) 46%, rgba(238,27,36,1) 64%, rgba(186,20,29,1) 52%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(186,20,29,1)), color-stop(46%, rgba(181,26,22,1)), color-stop(73%, rgba(238,27,36,1)), color-stop(82%, rgba(186,20,29,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(186,20,29,1) 0%, rgba(181,26,22,1) 46%, rgba(238,27,36,1) 64%, rgba(186,20,29,1) 52%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(186,20,29,1) 0%, rgba(181,26,22,1) 46%, rgba(238,27,36,1) 64%, rgba(186,20,29,1) 52%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(186,20,29,1) 0%, rgba(181,26,22,1) 46%, rgba(238,27,36,1) 64%, rgba(186,20,29,1) 52%); /* IE10+ */
	background: linear-gradient(to right, rgba(186,20,29,1) 0%, rgba(181,26,22,1) 46%, rgba(238,27,36,1) 64%, rgba(186,20,29,1) 52%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a30f0b', endColorstr='#a30f0b', GradientType=1 ); /* IE6-9 */
}



.bg-last {
	background-color: #fff;
}
.arrow-content {
	cursor: poniter;
}
.arrow-text-auto {
	color: #fff;
	
}
.arrow-text-auto  p,.arrow-text-home p,.arrow-text-other p {
margin-left:4px;
}
.arrow-text-home {
	color: #fff;
}
.arrow-text-other {
	color: #fff;
}
.arrow-text-auto h2, .arrow-text-home h2, .arrow-text-other h2 {
	color: #fff;
}
.arrow-text-auto h2 span, .arrow-text-home h2 span, .arrow-text-other h2 span {
	text-transform: uppercase;
	font-size: 24px;
}
.ht-1 {
	height: 560px;
}
.ins-qts {
	margin-top: 20px;
}
.selected {
	color: #4f6eb1;
}
/* Social icons color */
.social {
	float: right;
	margin-right: 50px;
}
.social li {
	float: left;
	list-style-type: none;
	margin: 10px 10px;
	font-size: 18px;
}
.fa {
	color: #fff !important;
	font-size: 1.3em !important;
}
.top-right .fa {
	color: #333!important;
}
/* Jot Form */
.jot-form-fix {
	border: 0;
	width: 100%;
	height: 100%px;
}
/* Breadcrumbs */
.breadcrumb {
	background: transparent;
	margin: 0 !important;
	padding: 20px 0px 10px 0px!important;
}
.breadcrumb li {
	float: left;
	list-style-type: none;
	color: #333333;
}
.breadcrumb li a {
	color: #333333;
	font-weight: 600;
	
}
.breadcrumb li a:hover {
	color: #333333;
	text-decoration: none;
}
.breadcrumb &gt; li + li::before {
	content: " ";
	padding: 0 5px 0 0;
}
/* Customer service carrier */
.top-space {
	margin-top: 10px;
}
.contact-list h2 {
	color: #222;
	font-weight: 400;
	padding-bottom: 10px;
	font-size: 1.5em !important;
}
.contact-list-bdr {
	border-bottom: 1.5px dotted #ee1b24;
}
.contact-list a {
	color: black;
}
.contact-list img {
	width: auto!important;
	height: auto!important;
}
.clist {
	height: 310px;
}
.btn-xs {
	background: #ee1b24; /* Old browsers */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee1b24', endColorstr='#ee1b24', GradientType=0 ); /* IE6-9 */
	color: #fff!important;
}
.btn-xs:hover {
	background: #da4b44; /* Old browsers */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee1b24', endColorstr='#ee1b24', GradientType=0 ); /* IE6-9 */
	color: #fff;
}
/* my account */
.top-bar-content a,li,adress{
font-size:15px;
line-height:22px;
color: #fff;
text-decoration: none;
}
.top-right ul{
float:right;
margin:0px;
padding:0px;
list-style-type:none;
}

.top-right li{
float:left;
position:relative;
padding:10px 0;
margin:0px 7px 0 0;
}
.top-right li.last{
margin:0;
padding:10px 3px;
}
.top-right img{
margin-right:3px;
margin-top:4px;
}
.top-right ul.dropdown-menu{
right:0px;
min-width:100%;
border-radius:0px;
border:none;
background-color:#dadada;
}
.top-right ul.dropdown-menu li{
display:block;
width:100%;
padding:0px;
}
.top-right ul.dropdown-menu a{
font-size:12px;
padding:3px 1px 3px 1px;
line-height:22px;
text-align:center;
margin:0px;
}
.top-right ul.dropdown-menu a:hover{
background:#1b497a;
}
.top-right li.open{
background:#696969;
}
.myaccount-mob-expand{
background:#1b497a;
border-top:1px solid #b2b2b2;
}
.myaccount-mob-expand ul{
margin:0px;
padding:0px;
}
.myaccount-mob{
margin-bottom:0px;
}
.myaccount-mob-expand li{
list-style-type:none;
text-align:center;
padding:0;
}
.myaccount-mob-expand li a{
color:#fff;
text-decoration:none;
width:100%;
display:block;
padding:4px;
}
.myaccount-mob-expand li a:hover{
background:#b2b5bc
}
.grid-divider{
border-bottom:1.5px dotted #ee1b24;
padding-bottom:20px;
}
.grid-divider-last{
border-bottom:none;
padding-bottom:20px;
}
.grid{
margin-top:15px;
}
.grid h4{
font-size:18px;
color:#ee1b24;
}
.shadowed {
     -webkit-filter: drop-shadow(2px 3px 3px #999);
  filter: drop-shadow(2px 3px 3px #999);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
  border:1px solid #ee1b24;
  padding:10px;
  display:inline-block;
  background-color:#fff;
  }
 .sitelock-logo{
 clear:both;
 text-align:center;
 }
 #ZipCode {
	 background-color: #333;
	background-image: none;
	border: medium none;
	box-shadow: none;
	padding: 5px 8px;
	width: 113%;
	margin-bottom: 0px;
	color: #fff;
	font-size: 700;
	/* cursor: pointer; */
	margin-top:10px;
	background-color: #fff;
color: #2c2c2c;
	 }
.dropdown{
cursor:pointer;
}
/* Carrier Slider */
.bdr-bottom {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.ins-nslider {
	padding: 0 15px 0 15px;
	width: 100%;
	height:44px;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 0;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: default;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item img {
	cursor: default;
	
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.nbs-flexisel-nav-left:hover, .nbs-flexisel-nav-right:hover {
	opacity: 0.5;
}
.nbs-flexisel-nav-left {
	left: -22px;
/* background: url(../img/button-previous.png) no-repeat; */
}
.nbs-flexisel-nav-right {
	right: -22px;
/* background: url(../img/button-next.png) no-repeat; */
}
/*Carrier section ends*/
.rssfeedsclass {
padding-bottom:6px;
}
.sitelock-logo a, .footer-nav a,.copyright-text ul li a,.copyright-text ul li{
color:#ffffff!important;
}
.footer-nav a.selected, .copyright-text ul li a:hover,.footer-nav ul li a:hover {
color:#ff666e !important;
text-decoration:none;
}

.footer-nav ul, .copyright-text ul{
margin-bottom:20px;
text-align:center;
padding:0px;
}
.footer-nav ul li ,.copyright-text ul li {
display:inline-block;
}

.footer-nav ul li a {
padding:0px 10px;
}
.dropdown-menu .active {
color:#fff;
background:#d41721;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus{
	background:#d41721;
color:#fff;
}
.request-a-quote{
text-align:center;
}
#JotFormIFrame {
height:400px!important;
}
.cc-iframe {
height:1600px!important;
}
#cc-iframe {
background:transparent!important;
}
.uppercase{
text-transform:uppercase;
}
.email-an-agent-fixes{
height:500px!important;
}
.map{
width:100%;
margin-bottom:30px;
margin-top:20px;
}
.contact-content  p a, .contact-content p{
color:#000000;
}
.contact-content  p a:hover{
color:#ee1b24;
text-decoration:none;
}
.carriers {
margin-left:15px;
}
#insurance-lobs .quote-btn:hover{
color:#000;
}
.logo-region{
display:block;
text-align:center;
margin: 0px 0 30px 0;
background: #102b48;
}
.logo-region a{
display:inline-block;
margin:14px 0px 14px 0px;
}
#footer-contact p a {
color:#ffffff!important;
}
#footer-contact p a:hover, #footer-contact p a:focus{
color: #ee1b24 !important;
}

.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
    
    background-color: transparent;
}

.nav &gt; li &gt; a {
    position: relative;
    display: block;
	padding:0px;
    margin: 10px 15px;
}

.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
    color: #d41721;
    background-color: transparent;
}

 #insurance-lobs .btn:focus, #insurance-lobs .btn.focus {
    color: #fff;
    text-decoration: none;
}
#mydropdown,#Type {-webkit-padding-start:5px;}
select::-ms-expand {
    display: none;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
#mydropdown,#Type{
padding-left:5px;
}
input {padding:6px 8px !important;}
}
.text-col li{color:#333;}
.auto-dec {font-style: italic;
text-decoration: underline;}
.fix-text{position:relative;z-index:100;}
.fb-sidebar {
	margin-top: 30px;
}
.fb-sidebar iframe {
	min-height: 500px!important;
	height: 100%!important;
}
.blog-ulist, .widget-area ul{
margin-left: 0px!important;
}
.widget-area li, .widget-area ul li a{
color: #000;
}
.widget-area li:hover, .widget-area ul li a:hover{
color: #ee1b24;
text-decoration:none;
}
.hfeed li.recentcomments:before{color:#000;}
.hfeed li.recentcomments{color:#000;}
.search-submit {
    background: #000;
    color: #fff !important;
    border: 0px;
    border-radius: 4px;
    padding: 4px;
}
 .search-submit:hover{
 	background: #3e99c6; /* Old browsers */

	color: #fff;
}


.content-area a{
color: #008dd2;
}
.content-area a:hover{
 color: #3e99c6;
}
.content-area footer{
background: transparent;
box-shadow: none;
}
.page-header .page-title{
color: #000000;
}

.navbar-toggle:focus{
background: transparent;
box-shadow: none;
}
.social img {
	width: 30px;
}
.about-bio img {
	width: 100%;
}
.about-bio {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}
.about-bio a {
	color: #666;
}
.about-bio p &gt; strong {
	font-size: 18px;
}
.thumb-bio {
	max-width: 100%;
}
.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus{
	background:transparent; color:#ee1b24;
	}
.footer-contact{text-align:center;}
#addr-2 {
    margin-top: 10px;
    text-align: center;
}
.top-bar-content a:hover,adress:hover{
opacity:0.8;
}
.anc-jmp-fnt{color: #000;}
.txt-cntr h1{text-align:center;}

#content-1 ul li{
	
	color:#333;
	font-size: 14px;
	
}
.about-info img {
	width: 100%;
	max-width: 230px;
	margin-top: 20px;
}
.about-img {
	float: left;
	max-width: 120px!important;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 5px!important;
}
.arrow-sec a {
	color: #fff;
	text-decoration: none;
}
.about-agents {
}
.about-agents .row {
	margin-bottom: 30px;
	border-bottom: 1px solid #000000;
	padding-bottom: 20px;
	margin-left: 0px;
}
.about-agents .col-md-4, .about-agents .col-md-8 {
	padding-left: 0px;
	padding-right: 0px;
}
.about-agents .row:last-of-type {
	border-bottom: none;
}
.about-agents img {
	width: 100%;
	height: auto;
	max-height: 350px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.about-agents strong {
	font-size: 18px;
}
.search-field {
font-weight:normal;
}
.mar-top-blog {
margin-top:20px;
}
.frame-fix iframe{ 
  width: 100%!important;
  height: 300px!important;
  border: 1px solid #333;
}


#cs-page-frame{height:1800px !important;border:0; width:100%;}
.anc-jmp-fnt, .anc-jmp-fnt:focus, .fa-arrow-circle-down {
    color: #3c496b !important;
    font-size: 20px;
    line-height: 56px;
}
#footer-title{
	text-align: left;
	display: block;
}
.contact-new-email p, .contact-new-email p a, .kl-d{
	font-size:14px;
	color:#fff;
	text-align:center;
}
figure {
    margin: 0px;
    padding: 0px;
}
.contact-new-email .col-md-6{
text-align:center;
}
.contact-new-email i.fa-map-marker, .contact-new-email i.fa-envelope{
margin-right: 5px;
margin-top: 3px;
width: 18px;
text-align:center;
}
.kl-d:hover, .kl-d:focus{
color:#ff666e !important;
text-decoration:none;
}
ul.lsit {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.two-col {
	width: 100%;
	text-align: center;
	margin: 20px auto;
	display: block;
	padding-left: 20px;
}
.two-col li {
	float: left;
	width: 50%;
	text-align: left;
}
.wrapper{
	display:block;
	overflow-x:hidden;
}
.global-top {
	float: left;
	width: 150px;
}
.entry-date, .author, .comments-link a, .edit-link a, .hfeed .content-area a {
	color:#ee1b24;
}
.comments-link a:hover, .comments-link a:focus , .edit-link a:focus, .edit-link a:hover {
	color:#e8585e;
	text-decoration:underline;
}
.copyright-text ul li.globalgreen-foot {
	color: #fff!important;
	font-weight: bold!important;
}
.copyright-text ul li.globalgreen-foot span {
	color: #65af7e!important;
}
.social-div a {
	color: #fff !important;
}
.gmap {
    width: 100%;
    height: 170px !important;
    border: 4px solid #858582;
    float: left;
    margin-right: 20px;
}

.ins-types ul{
 list-style-type:none;
 padding:0px;
}

.ins-types ul li{
color: #333;
display:block;
margin-top:5px;
}

.ins-types ul li:first-child{
  font-size:19px;
  font-weight:bold;
}
h3#ins-ed{
	text-align: center;
	color: #4f6eb1;
}
p.lwrtxt{
	text-transform: none;
}
#footer-contact p {
    padding-bottom: 0;
}
#footer-contact p.fax-foot {
    padding-top: 0;
}
.cs-frame {
    height: 1600px !important;
}
.top-left a.active{
    opacity: 0.8;
}
#index-header {
    text-align: center;
}
.phy-style {
	text-decoration: underline;
}
.moto-ul {
    list-style: none;
}
.bios {
	clear: both;
}
.bios p {
	float: left;
	margin-bottom: 20px;
}

.hfeed .search-submit {
    padding: 3px 8px;
    background:#ee1b24;
}
.hfeed .search-submit{
	color:#fff;
}
.hfeed .search-submit:hover{
    background:#e07d82;
	color:#fff;
}
.hfeed address{
  margin:0 ;
}
.hfeed .comment-form-comment label{
   display:block;
}
.hfeed .page-header {
    border-bottom:none;
}
.hfeed .search-submit {
    padding: 4px 8px;
}
.hfeed .search-form label{
	padding:0 0;
}
.hfeed body, button, input, select, textarea {
    line-height: 1.42857143;
}
.hfeed p{
    margin: 0 0 10px;
}
.hfeed .form-submit input{
    background-color:#ee1b24;
	color:#fff;
	border:solid 1px #ee1b24;
}
.hfeed .form-submit input:hover{
    background-color:#c81922;
	color:#fff;
	border:solid 1px #c81922;
}
.hfeed h1, h2, h3 {
    color: #ee1b24;
}
.hfeed h2 a{
	color:#d55d63;
}
.hfeed #addr-2 p{
	font-family: 'Montserrat', sans-serif;
}
.hfeed .footer-nav ul li a{
	font-family: 'Montserrat', sans-serif;
}
.hfeed html, body, h1, h2, h3, h4, h5, h6, p, a {
    font-family: 'Montserrat', sans-serif !important;
}
.hfeed .wrapper footer{
   font-family: 'Montserrat', sans-serif;
}
.hfeed .comment-content p{
	color:#333;
}
.hfeed footer {
	font-family: 'Montserrat', sans-serif;
}
.hfeed #footer-contact p{
	margin:0;
}
.hfeed .page-header .page-title {
    color: #000;
}
.hfeed .widget .search-field{
	width: 185px;
}
.hfeed .top-bar-content a, .hfeed adress {
    color: #c51e1d;
}
.hfeed .entry-title{
    font-size:30px;
}
.hfeed .top-bar-content a, li, adress {
    color: #fff;
}
.hfeed li, adress {
    color: #000;
}
.hfeed .content-area a:hover {
    text-decoration:underline;
}
.hfeed .dropdown-menu &gt; li &gt; a {
    color:#333;
}

.hfeed .top-right li, .hfeed .social li{
    color: 
    #fff;
}

#content-1 h2 {
	font-size: 25px;
	color: #333;
}

#content-1 h3 {
	color: #333;
	font-size: 22px;
}

.location-head {
	color: #4f6eb1 !important;
}
.all-adrs {
 
    padding: 0;
}
.all-list-adrs {
	padding-left: 10px;
	list-style-type: none; 
	color: #000;
}
.all-list-adrs li {
    color: #000;
    margin-bottom: 15px;
}
.all-list-adrs a {
	color: #000;
	display: block;
	width: 100%;
	text-align: left;
}
#addr-1 {
}

#topnwem1 p {
	background: #57779a;
	padding: 3px;
	border-radius: 5px;
	margin-bottom: 20px;
	font-size: 9px;
	box-shadow: 1px 1px 3px #2c2c2c;
}

#topnwem1 a, #topnwem2 a {
	font-size: 13px;
	
	width: 100%;
	display: block;

	border-radius: 5px;
}
#topnwem1 p:hover {
    
    background: #6c829b;
}
#topnwem2 .kl-d.email-tst:hover,
#topnwem2 .kl-d.email-tst:focus,
#topnwem1 .kl-d.email-tst:hover,
#topnwem1 .kl-d.email-tst:focus {
    color: #fff !important;
	
}
#topnwem1 {
    margin-top: 6px;
}

.trsted_chce img{
	display: block;
	margin: 0px auto 20px auto;
}

.top-right {
  float: right;
  padding: 10px 7px;
  color: #333;
  font-size: 15px;
}</pre></body></html>