@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: #2c2c2c;
	font-size: 35px;
	line-height: 37px;
	font-weight: 500;
}
h1 a, h1 a:hover {
	color: #2c2c2c !important;
	text-decoration: none;
}
h2 {
	color: #2c2c2c;
	font-size: 24px;
	line-height: 36px;
	font-weight: 300;
}
h3 {
	line-height: 30px;
	font-size: 20px;
	line-height: 30px;
}
h4 {
	color: #2c2c2c;
}
/* 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;
}
.content-bg {
	background: #fff;
	border-top: 3px solid #2c2c2c;
	height: auto;
	padding-bottom: 40px;
}
address {
	text-align: center;
	padding:10px 0;
	margin-bottom: 0;
}
address a, address a:hover {
	color: #98d4ff;
	text-decoration: none;
}
.center-block {
	padding: 14px 0;
}
/*Navigation*/
.nav-bg {
	background: #4095d2;
}
.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 > li > a {
	color: #333;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-weight: 600;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active {
	color: #333;
	text-decoration: underline 3px #b31915;
	text-underline-position: under;
}
.navbar {
	margin: 0px;
	min-height: 50px;
	margin: 30px 0;
}
/*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;
}

.quote-container h3 {
	color: #fff;
	text-align: right;
	margin-top: 10px;
}

.select-inner {
	margin: 0 0 10px 5%;
}

.select-style {
	background-color: #fff;
	border: 1px solid #3a3a3c;
	cursor: pointer;
	height: 30px;
	margin-top: 10px;
	border-radius: 3px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
	color: #000;
	/*! box-shadow: inset -2px -2px 29px 1px #3a3a3c, -12px -24px 5px -39px #3a3a3c; */
	/*! -webkit-box-shadow: inset -2px -2px 29px 1px #3a3a3c, -12px -24px 5px -39px #3a3a3c; */
	/*! -moz-box-shadow: inset -2px -2px 29px 1px #3a3a3c, -12px -24px 5px -39px #3a3a3c; */
	/*! -o-box-shadow: inset -2px -2px 29px 1px #3a3a3c, -12px -24px 5px -39px #3a3a3c; */
	padding: 4px;
}

.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: #2c2c2c 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: 0px 8px;
	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: left;
}
.main-content h2, .main-content h3, .main-content h4 {
	margin-top: 30px;
	margin-bottom: 10px;
}
.main-content ul {
	margin: 20px 0;
	padding-left: 20px;
}
.main-content ul li {
	margin-bottom: 10px;
	color: #333;
	font-size: 14px;
}
.down-content h3 {
	color: #2c2c2c;
	margin-top: 7px;
	font-weight: 400;
}
.down-content-left {
	margin-left: -15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.titlefield a {
	color: #333;
	font-weight: 700;
}
.down-content-right {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.down-content-right p a, .down-content-right p a:hover {
	color: #000;
	text-decoration: none;
}
/* Footer */
footer {
	background: #2c2c2c;
	height: auto;
	padding-top: 30px;
}
.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: 21px;
}
.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;
}
/* 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 */
}
#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-img {
	position: absolute;
	top: -2px;
	left: -115px;
	border: 3px solid #4095d2;
	border-radius: 400px;
}
.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: #b31915;
	border: 1px solid #b31915;
	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:after, #arrow-quote1:after {
	content: '';
	position: absolute;
	top: -5px;
	left: 139px;
	width: 0;
	height: 0;
	border: 21px solid transparent;
	border-left: 20px solid #b31915;
}
#arrow-quote:before, #arrow-quote1:before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 139px;
	width: 0;
	height: 0;
	border: 21px solid transparent;
	border-left: 20px solid #b31915;
}
#arrow-quote a, #arrow-quote1 a {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	padding: 0 10px;
}
#arrow-quote a:hover, #arrow-quote1 a:hover {
	text-decoration: none!important;
}
/* Customer Service & Compare Quote Page CSS */
iframe {
	height: 400px;
	width: 100%;
	border: 0;
}
#cpIframe {
	height: 1600px;
	width: 100%;
	border: 0;
}
/* Insurance Quote Page CSS */
.quote-btn {
	font-size: 16px;
	width: 60%;
	text-align: left;
	line-height: 30px;
	margin: 2px 0;
	text-shadow: none;
	color: #fff;
	background: #035894;
	margin-bottom: 10px;
}
.quote-btn:hover, .quote-btn:focus {
	color: #fff;
	background: #02487a;
}
.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: 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;
}
.mobile-go a {
	color: #fff;
	text-decoration: none;
}
.mobile-address {
	background: #2c2c2c;
	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: 18px;
	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(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) 79.7%, 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(79.7%, 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) 79.7%, 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) 79.7%, 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) 79.7%, 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) 79.7%, rgba(163,15,11,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 #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: -2px;
	left: -30px;
	border: 3px solid #035894;
    border-radius: 400px;
   
}
.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) 75%); /* 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) 75%); /* 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) 75%); /* 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) 75%); /* 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) 75%); /* 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;
	font-size: 12px;
}
.arrow-text-auto {
	color: #fff;
	font-size: 12px;
}
.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: 22px;
}
.ht-1 {
	height: auto;
}
.ins-qts {
	margin-top: 60px;
}
.selected {
	color: #c72622;
}
/* Social icons color */
.social {
	float: right;
	margin-right: 100px;
}
.social li {
	float: left;
	list-style-type: none;
	margin: 10px 10px;
}
.fa {
	color: #98d4ff;
}
.fa-twitter:hover{
	color:#00aced;
}
.fa-facebook:hover{
color:#3b5998;
}
.fa-linkedin:hover{
	color:#0e76a8;
}
.fa-linkedin,.fa-twitter,.fa-facebook{
	color:#fff;
}
/* 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;
}
#gold_content {
	margin: 20px 0;
}
.breadcrumb li a {
	color: #333333;
	font-weight: 600;
}
.breadcrumb li a:hover {
	color: #333333;
	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: #2c2c2c;
	font-weight: 400;
	padding-bottom: 10px;
	font-size: 1.5em !important;
}
.contact-list-bdr {
	border-bottom: 1.5px dotted #035894;
}
.contact-list a {
	color: black;
}
.contact-list img {
	width: auto!important;
	height: auto!important;
}
.clist {
	height: 310px;
}
.btn-xs {
	background: #035894; /* Old browsers */
	color: #fff!important;
}
.btn-xs:hover {
	background: #02487a; /* Old browsers */
	color: #fff;
}
/* my account */
.top-bar-content a,li,adress{
font-size:15px;
line-height:22px;
color: #fff;
text-decoration: none;
}
.top-right ul{
margin:0px;
padding:0px;
list-style-type:none;
}
.top-right{
padding:0px 0px;
float:right;
}
.top-right li{
float:left;
position:relative;
padding:10px 0;
margin:0px 10px 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:1px solid #ccc;
background-color:#fff;
}
.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:transparent;
}
.top-right li.open{
background:transparent;
color: #98d4ff;
}
.myaccount-mob-expand{
background:#fff;
border-top:1px solid #ccc;
}
.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:#2c2c2c;
text-decoration:none;
width:100%;
display:block;
padding:4px;
}
.myaccount-mob-expand li a:hover, .myaccount-mob-expand li a:focus{
color: #333;
    text-decoration: underline 3px #b31915;
    text-underline-position: under;
	background: transparent;
}
.grid-divider{
border-bottom:1.5px dotted #035894;
padding-bottom:20px;
}
.grid-divider-last{
border-bottom:none;
padding-bottom:20px;
}
.grid{
margin-top:15px;
}
.grid h4{
font-size:18px;
color:#2c2c2c;
}
.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 #ccc;
  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: #000;
	font-size: 700;
	cursor: pointer;
	margin-top:10px;
	 }
	 
	 .anc-jmp-fnt img {padding-right:10px;}
	 #cs-frame {height:1600px;}
	 
/* 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 */ 


.contact-email {
	text-align: center;
	font-size: 17px;
	color: #fff;
}

.contact-email a {
	color: #eaeaea;
	border-bottom: 2px solid transparent;
}

.contact-email a:hover,
.contact-email a:focus {
	color: #fff;
	border-bottom: 2px solid #98d4ff;
	text-decoration: none;
}

.contact-email i.fa-map-marker,
.contact-email i.fa-envelope {
	margin-right: 5px;
	margin-top: 3px;
	width: 18px;
	text-align: center;
	color: #98d4ff;
}

.footer-nav ul,
.copyright-text ul {
	margin-bottom: 20px;
	text-align: center;
	padding: 0px;
}

.footer-nav ul li a {
	padding: 0px 10px;
	color: #eaeaea;
	border-bottom: 2px solid transparent;
}

.footer-nav ul li,
.copyright-text ul li {
	display: inline-block;
	margin-bottom: 10px;
}

.sitelock-logo a,
.footer-nav a,
.copyright-text ul li a,
.copyright-text ul li {
	color: #eaeaea !important;
}

.down-content-right2 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.down-content-right2 ul li {
	color: #333;
}

.request-qt {
	text-align: center;
}

.contact-map {
	width: 100%;
	margin-bottom: 30px;
	margin-top: 20px;
}

.top-bar-content a:hover,
address a:hover,
.top-bar-content a:focus,
address a:focus {
	opacity: 1;
    background-color: transparent;
    color: #98d4ff;
}

.last a:hover {
	color: #98d4ff;
}

.footer-nav a.selected,
.copyright-text ul li a:hover,
.footer-nav ul li a:hover {
	color: #fff !important;
	text-decoration: none;
	border-bottom: 2px solid #98d4ff;
}

.copyright-text a.selected {
	color: #fff !important;
	text-decoration: none;
	border-bottom: 2px solid #98d4ff;
}

.dropdown-menu .active {
	color: #fff;
	background: #ff6a0d
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a.active {
	color: #333;
    background-color: transparent;
	text-decoration: underline 3px #b31915;
	text-underline-position: under;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #333;
	background-color: transparent;
	text-decoration: underline;
	text-decoration-color: #a30f0b;
	text-decoration-thickness: 2px;
	text-underline-position: under;
}

.top-left .active {
background-color: transparent;
    text-decoration: underline;
    text-decoration-color: #ff6a0d;
    text-decoration-thickness: 2px;
    text-underline-position: under;
    color: #fff;
}

.down-content-right p a:hover,
.down-content-right p a:focus {
	color: #333;
    background-color: transparent;
    text-decoration: underline 3px #b31915;
	text-underline-position: under;
}

.cu-page a {
	color: #ee782f;
}

.logo-region a {
	display: block;
	max-width: 500px;
	width: 100%;
	margin: 30px auto 20px;
}

/* 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;
	height: 100px;
}

.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: 25px;
	margin-right: 10px;
	margin-bottom: 25px;
	max-width: 90%;
}

.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*/
.bottom-txt {
	text-align: center;
	margin-bottom: 30px;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.email-an-agent-fixes {
  height: 700px !important;
  width: 100%;
  border: 0;
}

.hfeed .blog-ulist, .hfeed .widget-area ul, .hfeed .widget-area ol{
margin-left: 0px !important;
padding-left: 30px;
}
.hfeed .widget-area li, .hfeed .widget-area ul li a, .hfeed .wp-block-latest-comments__comment-meta a {
color: #000;
}
.hfeed .widget-area li:hover, .hfeed .widget-area ul li a:hover{
color: #555;
text-decoration:none;
}
.hfeed .search-submit {
    background: #0d25a9;
    color: #fff !important;
    border: 0px;
    border-radius: 4px;
    padding: 4px;
}
.hfeed .search-submit:hover{
 	background: #3e99c6; /* Old browsers */

	color: #fff;
}


.hfeed .content-area a{
color: #008dd2;
}
.hfeed .content-area a:hover{
 color: #3e99c6;
}
.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:#b31915;
	color:#fff;
}
.hfeed .search-submit:hover{
    background:#e43e3a;
	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:#b31915;
	color:#fff;
	border:solid 1px #b31915;
}
.hfeed .form-submit input:hover{
    background-color:#e43e3a;
	color:#fff;
	border:solid 1px #e43e3a;
}
.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 .widget-area footer {
	background: none;
padding-top: 0px;
}

.hfeed .wp-block-latest-posts.wp-block-latest-posts__list, .hfeed .wp-block-latest-comments__comment {
  list-style: disc;
}
