@charset "utf-8";
/* CSS Document */

html, body{
	font-family: 'Roboto', sans-serif;
}
body {
	background: #eff1f2;
	overflow-x: hidden;
}
/* Typography */
h1 {
	color: #2c2c2c;
	font-size: 36px;
	line-height: 44px;
	font-weight: 400;
	font-family: 'Abril Fatface', cursive;
}
h1 a {
color:#2c2c2c!important;
font-family: 'Abril Fatface', cursive;
} 
h1 a:hover {
	color: #444444!important;
	text-decoration: none;
}
h2 {
	color: #2c2c2c;
	font-size: 26px;
	line-height: 34px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
h3 {
	color: #2c2c2c;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
h4 {
	color: #2c2c2c;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
	line-height: 24px;
}
h4 strong{
	font-weight: 400;
	font-size:16px;
}
.main-content h2, .main-content h3, .main-content h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 500;
}
.main-content p, .main-content ul li {
    font-size: 16px;
    line-height: 32px;
}
.main-content a {
    text-decoration: underline;
    color: #c72622;
}
.main-content h1 a {
    text-decoration: none;
}
/* Background */

/* Blue Background */
.top-bg {
	background: #2c2c2c;
}
.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;
	padding-bottom: 40px;
}
.down-content > div {
margin-top: 20px;
}
.content-bg {
	background: #ccc;
    background: linear-gradient(180deg, #eaeaea, #fff);
    border-top: 3px solid #2c2c2c;
	height: auto;
	padding-bottom: 40px;
}
address {
	text-align: center;
	padding:10px 0;
	margin-bottom: 0;
}
address a {
	color: #fff;
	text-decoration: none;
}
.center-block {
	/* padding: 14px 0; */
}
/*Navigation*/
.nav-bg {
	background: #2c2c2c;
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.navbar .navbar-collapse {
	text-align: center;
}
.navbar-default {
	background-color: transparent;
	border: transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #2c2c2c;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-weight: 400;
	margin:0px 11px;
	font-size:15.5px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a.active {
	color: #2c2c2c;
    text-decoration: underline;
    text-decoration-color: #c72622;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
.navbar {
	margin: 0px;
	min-height: 60px;
}
/*Navigation ends*/
/* Quote- Box */
.quote-container {
	background: #2c2c2c;
	-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;
    text-shadow: none;
    font-weight: 400;
}
.select-inner {
	margin: 0 0 10px 5%;
}
.select-style {
	background-color: #2c2c2c;
	border: 1px solid #2c2c2c;
	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 5px;
	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 {
    margin: 40px 0 20px;
}
.down-content h3, .servicing-states h3{
	color: #2c2c2c;
	margin-top: 7px;
	font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.servicing-states{
margin-left:-15px;
border-top:1px solid #2c2c2c;
margin-top:15px;
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
}
.down-content-left {
	border-top: 1px solid #ccc;

	
}
.blog-title{
	border-bottom: 1px solid #ccc;
	padding-bottom:10px;
}
.titlefield a {
	color: #333;
	font-weight: 400;
}
.down-content-right {
	border-top: 1px solid #ccc;
	
}
.down-content-right2 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.down-content-right2 ul li{color:#333;}

.down-content-right p a{
	color: #2c2c2c;
} .down-content-right p a:hover {
	color: #333;
	text-decoration: none;
}
/* Footer */
footer {
	background: #2c2c2c;
	height: auto;
	box-shadow: inset 0px 3px 8px 2px #202020, -12px -24px 5px -39px #0B2F63;
	-webkit-box-shadow: inset 0px 3px 8px 2px #202020, -12px -24px 5px -39px #0B2F63;
	-moz-box-shadow: inset 0px 3px 8px 2px #202020, -12px -24px 5px -39px #0B2F63;
    padding: 20px 0 20px;
}
.contact p, .contact address, .contact address a {
	text-align: center;
	padding: 10px 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 19px;
}
.contact p {
	text-transform: uppercase;
	font-size: 18px;
	display:inline-block;
}
.fa-2x:hover{
opacity:.6;
}
.fa-phone, .fa-comments{
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 {
	margin: 0px 15px 18px 0;
}
#agency-logo {
    width: 100%;
    max-width: 400px;
}
/* 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 #c72622;
	position: relative;
	background: rgb(163,15,11); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(163,15,11,1) 0%, rgba(163,15,11,1) 48%, rgba(163,15,11,1) 53%, rgba(188,31,27,1) 71%, rgba(198,37,33,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(163,15,11,1)), color-stop(48%, rgba(163,15,11,1)), color-stop(53%, rgba(163,15,11,1)), color-stop(71%, rgba(188,31,27,1)), color-stop(100%, rgba(198,37,33,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(163,15,11,1) 0%, rgba(163,15,11,1) 48%, rgba(163,15,11,1) 53%, rgba(188,31,27,1) 71%, rgba(198,37,33,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(163,15,11,1) 0%, rgba(163,15,11,1) 48%, rgba(163,15,11,1) 53%, rgba(188,31,27,1) 71%, rgba(198,37,33,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(163,15,11,1) 0%, rgba(163,15,11,1) 48%, rgba(163,15,11,1) 53%, rgba(188,31,27,1) 71%, rgba(198,37,33,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(163,15,11,1) 0%, rgba(163,15,11,1) 48%, rgba(163,15,11,1) 53%, rgba(188,31,27,1) 71%, rgba(198,37,33,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a30f0b', endColorstr='#c62521', GradientType=1 ); /* IE6-9 */
display: flex;
align-items:center;
}
#arrow:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 919px;
	width: 0;
	height: 0;
	border: 103px solid transparent;
	border-left: 118px solid #c72622;
}
#arrow:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 919px;
	width: 0;
	height: 0;
	border: 103px solid transparent;
	border-left: 118px solid #c72622;
}
.arrow-text p {
	padding-right: 20px;
}
.arrow-img {
	    position: absolute;
    top: -2px;
    left: -115px;
    border: 0px solid #2c2c2c;
    border-radius: 50%;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
}
.arrow-text {
	margin-left: 13%;
	color: #fff;
}
.arrow-text h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
    margin-top: 0px;
}
.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: #c72622;
	border: 1px solid #c72622;
	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;
    color: #fff;
}
#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 #c72622;
	border-width: 20px 0 22px 14px;
}

#arrow-quote a, #arrow-quote1 a {
	color: #fff;
	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:#ccc;
}
/* Customer Service & Compare Quote Page CSS */
iframe {
	height: 400px;
	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: #c72622;
	
	margin-bottom: 10px;
}
.quote-btn :hover{opacity:0.7;}
.quote-btn:active {
background:#db080c !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: 20px;
}
.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: 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;
	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: #333;
	color: #fff;
	padding: 3px 2px 10px 2px;
	text-align: center;
	margin-bottom: 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius:0px;
	border-radius: 0px;
}
.mobile-address a {
	color: #2c2c2c;
}
.mobile-address h5 {
    /*! font-weight: normal !important; */
    font-size: 22px;
    color: #ffffff;
    padding: 0px 0 10px 0;
    font-weight: 400;
}
.mobile-address p {
	font-weight: normal!important;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	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(8,37,165); /* Old browsers */
background: -moz-linear-gradient(left, rgba(8,37,165,1) 0%, rgba(26,55,183,1) 46%, rgba(45,74,201,1) 71%, rgba(8,37,165,1) 81%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(8,37,165,1) 0%,rgba(26,55,183,1) 46%,rgba(45,74,201,1) 71%,rgba(8,37,165,1) 81%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(8,37,165,1) 0%,rgba(26,55,183,1) 46%,rgba(45,74,201,1) 71%,rgba(8,37,165,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#067fb9', endColorstr='#0095a9',GradientType=1 ); /* IE6-9 */
}
.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 #c72622;
	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 #c72622;
}
.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;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
    border-radius: 50%;
}
.arrow-auto-bg {
	margin-left: 90px;
	background: rgb(163,15,11); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(163,15,11,1) 0%, rgba(181,26,22,1) 46%, rgba(198,37,33,1) 72.3%, rgba(163,15,11,1) 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(163,15,11,1)), color-stop(46%, rgba(181,26,22,1)), color-stop(72.3%, rgba(198,37,33,1)), color-stop(80%, rgba(163,15,11,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(163,15,11,1) 0%, rgba(181,26,22,1) 46%, rgba(198,37,33,1) 72.3%, rgba(163,15,11,1) 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(163,15,11,1) 0%, rgba(181,26,22,1) 46%, rgba(198,37,33,1) 72.3%, rgba(163,15,11,1) 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(163,15,11,1) 0%, rgba(181,26,22,1) 46%, rgba(198,37,33,1) 72.3%, rgba(163,15,11,1) 80%); /* IE10+ */
	background: linear-gradient(to right, rgba(163,15,11,1) 0%, rgba(181,26,22,1) 46%, rgba(198,37,33,1) 72.3%, rgba(163,15,11,1) 80%); /* W3C */
}
.arrow-home-bg {
	background: rgb(163,15,11); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(163,15,11,1) 0%, rgba(181,26,22,1) 46%, rgba(198,37,33,1) 74%, rgba(163,15,11,1) 52%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(163,15,11,1)), color-stop(46%, rgba(181,26,22,1)), color-stop(74%, rgba(198,37,33,1)), color-stop(82%, rgba(163,15,11,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(163,15,11,1) 0%, rgba(181,26,22,1) 46%, rgba(198,37,33,1) 74%, rgba(163,15,11,1) 52%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(163,15,11,1) 0%, rgba(181,26,22,1) 46%, rgba(198,37,33,1) 74%, rgba(163,15,11,1) 52%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(163,15,11,1) 0%, rgba(181,26,22,1) 46%, rgba(198,37,33,1) 74%, rgba(163,15,11,1) 52%); /* IE10+ */
	background: linear-gradient(to right, rgba(163,15,11,1) 0%, rgba(181,26,22,1) 46%, rgba(198,37,33,1) 74%, rgba(163,15,11,1) 52%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a30f0b', endColorstr='#a30f0b', GradientType=1 ); /* IE6-9 */
}
.arrow-other-bg {
	background: rgb(163,15,11); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(163,15,11,1) 0%, rgba(181,26,22,1) 46%, rgba(198,37,33,1) 64%, rgba(163,15,11,1) 52%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(163,15,11,1)), color-stop(46%, rgba(181,26,22,1)), color-stop(73%, rgba(198,37,33,1)), color-stop(82%, rgba(163,15,11,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(163,15,11,1) 0%, rgba(181,26,22,1) 46%, rgba(198,37,33,1) 64%, rgba(163,15,11,1) 52%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(163,15,11,1) 0%, rgba(181,26,22,1) 46%, rgba(198,37,33,1) 64%, rgba(163,15,11,1) 52%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(163,15,11,1) 0%, rgba(181,26,22,1) 46%, rgba(198,37,33,1) 64%, rgba(163,15,11,1) 52%); /* IE10+ */
	background: linear-gradient(to right, rgba(163,15,11,1) 0%, rgba(181,26,22,1) 46%, rgba(198,37,33,1) 64%, rgba(163,15,11,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;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    margin-bottom: 15px;
}
.arrow-text-auto h2 span, .arrow-text-home h2 span, .arrow-text-other h2 span {
	
	font-size: 24px;
    font-family: 'Abril Fatface', cursive;
}
.ht-1 {
	height: 560px;
}
.ins-qts {
	margin-top: 20px;
}
.selected {
	color: #c72622;
}
/* Social icons color */
.social {
	float: right;
	margin-right: 50px;
}
.social li {
	float: left;
	list-style-type: none;
	margin: 10px 10px;
}
.fa {
	color: #fff !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: 400;
	
}
.breadcrumb li a:hover {
	color: #c72622;
	text-decoration: none;
}
.breadcrumb > 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 #A5AAAC;
}
.contact-list a {
	color: black;
}
.contact-list img {
	width: auto!important;
	height: auto!important;
}
.clist {
	height: 310px;
}
.btn-xs {
	background: #ed2226; /* Old browsers */
	color: #fff!important;
}
.btn-xs:hover {
	background: #2c2c2c; /* Old browsers */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c72622', endColorstr='#c72622', 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{
padding:0px 0px;
}
.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:#2c2c2c;
box-shadow:none !important;
}
.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;
color: #fff;
}
.top-right ul.dropdown-menu a:hover, .top-right ul.dropdown-menu a:focus{
background:transparent;
color:#ffffff;
text-decoration: underline;
    text-decoration-color: #c72622;
    text-decoration-thickness: 2px;
    text-underline-position: under;
    opacity: 1;
}
.top-right li.open{
background:#2c2c2c;
}
.myaccount-mob-expand{
background:#eee;
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:#c9c7c7;
}
.grid-divider{
border-bottom:1.5px dotted #f81014;
padding-bottom:20px;
}
.grid-divider-last{
border-bottom:none;
padding-bottom:20px;
}
.grid{
margin-top:15px;
}
.grid h4{
font-size:18px;
color:#f81014;
}
.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='#2c2c2c')";
  border:1px solid #2c2c2c;
  padding:10px;
  display:inline-block;
  background-color:#fff;
  }
 .sitelock-logo{
 clear:both;
 text-align:center;
 }
 #ZipCode {
	 background-color: #fff;
	background-image: none;
	border: medium none;
	box-shadow: none;
	padding: 5px 8px;
	width: 113%;
	margin-bottom: 0px;
	color: #2c2c2c;
	font-size: 700;
	cursor: pointer;
	margin-top:10px;
	 }
.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;
	max-width: 100%;
}

.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, .copyright-text ul li a:focus,.footer-nav ul li a:focus, .copyright-text p a:hover, .copyright-text p a:focus {
color:#ffffff;
text-decoration: underline;
    text-decoration-color: #c72622;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
footer .fa {
    color: #c72622!important;
}
.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;
line-height: 32px;
}
.dropdown-menu .active {
color: #2c2c2c;
    text-decoration: underline;
    text-decoration-color: #c72622;
    text-decoration-thickness: 2px;
    text-underline-position: under;
    background: transparent;
    }
.navbar-nav>li>.dropdown-menu {
    margin-top: 3px;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
color: #2c2c2c;
    text-decoration: underline;
    text-decoration-color: #c72622;
    text-decoration-thickness: 2px;
    text-underline-position: under;
    background: transparent;
    }
.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:#2c2c2c;
}
.contact-content  p a:hover{
color:#444;
text-decoration:none;
}
.carriers {
margin-left:15px;
}
#insurance-lobs .quote-btn:hover, #insurance-lobs .quote-btn:focus {
color:#fff;
background: #a30f0b;
}
.logo-region{
display:block;
text-align:center;
margin:20px 0;
}
.logo-region a{
display:inline-block;
margin:14px 0px 14px -120px;
}
#footer-contact p a {
color:#ffffff!important;
}
#footer-contact p a:hover, #footer-contact p a:focus{
color: #c72622 !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
}

.nav > li > a {
    position: relative;
    display: block;
	padding:0px;
    margin: 10px 15px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #2c2c2c;
    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: #2c2c2c;
}
.widget-area li:hover, .widget-area ul li a:hover{
color: #333;
text-decoration:none;
}
.search-submit {
    background: #c72622;
    color: #fff !important;
    border: 0px;
    border-radius: 4px;
    padding: 4px;
}
 .search-submit:hover{
 	background: #d83834; /* Old browsers */

	color: #fff;
}


.content-area a{
color: #008dd2;
}
.content-area a:hover{
 color: #d83834;
}
.content-area footer{
background: transparent;
box-shadow: none;
}
.page-header .page-title{
color: #2c2c2c;
}

.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 > strong {
	font-size: 18px;
}
.thumb-bio {
	max-width: 100%;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{background:transparent; color:#2c2c2c;}
.footer-contact{text-align:center;}
#addr-2 {
    margin-top: 10px;
    text-align: center;
}
.top-bar-content a:hover,adress:hover{
opacity:0.7;
}
.top-bar-content a.active{
	opacity:0.7;
}
.anc-jmp-fnt{color: #2c2c2c;}
.txt-cntr h1{text-align:center;}
#content-1 ul li{color:#333;}
.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 #2c2c2c;
	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;
}
.contact-new-email p, .contact-new-email p a, .kl-d{
	font-size:17px;
	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:#ffffff;
text-decoration: underline;
    text-decoration-color: #c72622;
    text-decoration-thickness: 2px;
    text-underline-position: under;
    }
ul.lsit {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding-left: 20px;
}
ul.lsit li::marker {
    color: #c72622;
}
.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;
}
.widget-area {
	margin-top:20px!important;
}
.widget-title {
	color:#006f3b;
	font-size:24px;
}
.entry-date, .author, .comments-link a, .edit-link a, .hfeed .content-area a {
	color:#006f3b;
}
.hfeed .comment-content p {
	color:#333;
}
.comments-link a:hover, .comments-link a:focus , .edit-link a:focus, .edit-link a:hover {
	color:#006f3b;
	text-decoration:underline;
}
.search-submit {
	background-color:#006f3b;
	margin-top:5px;
	display:block;
}
.search-submit:hover, .search-submit:focus {
	background-color:#2c2c2c;
}
.hfeed .page-title {
	font-size:35px;
}
.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: #c72622;
}
p.lwrtxt{
	text-transform: none;
}

a.sms-txt {
  cursor: none;
  pointer-events: none;
  color: #fff;
}


/* Ada compliance fixes beings */ 
.skip-to-content-link {
  background: #b91d19; /* change the bgcolor based on the template color*/
  color: #fff;
  height: 30px;
  right: 0%;
  padding: 7px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.4s;
  z-index:10;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
  color: #fff;
}
a:focus,.dropdown-toggle:focus{
	outline: auto 2px Highlight;
    outline: auto 5px -webkit-focus-ring-color;
}
/* This will require, if "form-control" class not present on "quote box from fields" */

button:focus, input:focus, optgroup:focus, select:focus, textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
/* Ada compliance fixes end */ 

.email-an-agent-contact-fixes{
	height: 700px !important;
}
.mobile-btn .fas{
	color: #aa130f;
}

#cpIframe {
    height: 1700px !important;
    width: 100%;
    border: 0;
   background: #fff !important;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  padding: 20px;
  border-radius: 8px;
}

iframe.ccframe {
    height: 1600px;
    width: 100%;
    border: 0;
	background: #fff !important;
  padding: 40px 0px;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  margin-top: 30px;
  padding: 20px;
  border-radius: 8px;
}



.blog-ulist, .widget-area ul{
margin-left: 0px !important;
padding-left: 30px;
}
.widget-area li, .widget-area ul li a{
color: #000;
text-decoration: none;
}
.widget-area li:hover, .widget-area ul li a:hover{
color: #555;
text-decoration:none;
}
.search-submit {
    background: #c72622;
    color: #fff !important;
    border: 0px;
    border-radius: 4px;
    padding: 4px;
}
 .search-submit:hover{
 	background: #d83834; /* Old browsers */

	color: #fff;
}


.hfeed .content-area a{
color: #008dd2;
}
.hfeed .content-area a:hover{
 color: #d83834;
}
.hfeed .content-area footer{
background: transparent;
box-shadow: none;
}
.hfeed .page-header .page-title{
color: #000000;
}

.hfeed .content-area a {
	color:#000000;
}

.hfeed .search-submit {
    padding: 3px 8px;
}
.hfeed .search-submit{
    background:#000000;
	color:#fff;
}
.hfeed .search-submit:hover{
    background:#555;
	color:#fff;
}
.hfeed address{
  margin:0 ;
}
.hfeed .comment-form-comment label{
   display:block;
}
.hfeed .page-header {
    border-bottom:none;
}
.hfeed .search-submit {
    padding: 3px 8px;
}
.hfeed .search-form label{
	padding:0 2px;
}
.hfeed body, button, input, select, textarea {
    line-height: 1.42857143;
}
.hfeed p{
    margin: 0 0 10px;
}
.hfeed .form-submit input{
    background-color:#000000;
	color:#fff;
	border:solid 1px #000000;
}
.hfeed .form-submit input:hover{
    background-color:#555;
	color:#fff;
	border:solid 1px #555;
}
.hfeed h1, h2, h3{
	color:#000000;
}
.hfeed h2 a{
	color:#000000;
}
.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: #555;
}
.hfeed footer {
	font-family: 'Montserrat', sans-serif;
}
.hfeed #footer-contact p{
	margin:0;
}
.hfeed .page-header .page-title {
    color: #000000;
	font-size: 35px;
}

.hfeed .widget-title {
	font-weight: 500;
}

.hfeed .top-bar-content a, .hfeed li, .hfeed adress {
    /* color: #000000; */
}
.hfeed .entry-title{
    font-size:30px;
}
.hfeed .top-bar-content a, li, adress {
    /* color: #fff; */
}
.hfeed .dropdown-menu > li > a {
    color: #555;
}

.hfeed .top-right li, .hfeed .social li{
    color: 
    #fff;
}

.hfeed .dropdown-menu > li > a:hover,  .hfeed .dropdown-menu > li > a:focus{
    color: #fff;
}

.hfeed .entry-date, .author:hover, .hfeed .comments-link a:hover, .hfeed .edit-link a:hover, .hfeed .content-area a:hover{
    color: #555;
}

.hfeed .content-area a {
  color: #c72622;
}

.hfeed .content-area a:hover, .hfeed .content-area a:focus {
  color: #d83834;
  text-decoration: none;
}
.ins-qts a{
	color: #fff;
	text-decoration:none;
}