@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Open Sans', sans-serif;
}
/*Typography*/
h1, h1 a {
font-family: "Marcellus", serif;
	font-size: 36px;
    line-height: 48px;
	color: #2c2c2c !important;
	font-weight: 300;
	
}

h1 a:hover, h1 a:focus {
	color: #666 !important;
    text-decoration:none;
}

h2 {
	color: #2c2c2c;
	font-size: 28px;
    line-height: 36px;
	font-weight: 300;
font-family: "Marcellus", serif;
}
h3 {
font-family: "Marcellus", serif;
	font-size: 22px;
    line-height: 30px;
	color: #2c2c2c;
	font-weight: 300;
	
}
h4 {
	font-family: "Open Sans", sans-serif;
    font-family: "Marcellus", serif;
	font-size: 18px;
    line-height: 24px;
	color: #2c2c2c;
	font-weight: 300;
	
	line-height: 30px;
}
p {
	color: #666666;
}
a {
	color: #666666;
}
/*Header Section*/
header {
	position: relative;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.overlay .container {
    background: rgba(255,255,255,.4);
    background: linear-gradient(-90deg, rgba(255,255,255,.9), rgba(255,255,255,0));
}
/* Phone and Customer Service Button link */
.top-info {
	margin: 10px 0px 0px 0px;
}
.top-info img {
	vertical-align: text-bottom;
	margin-left: -30px;
}
.top-info .fas {
    color: #114171;
    font-size: 14px!important;
    margin-right: 5px;
}
.top-info span {
	color: #2c2c2c;

	font-family: 'Lato', sans-serif;
}
#phone-number {
    display: flex; 
    align-items:center;
}
.top-btn {
	float: right;
	padding: 0 0 0 10px;
}
.top-btn li {
	float: left;
	list-style-type: none;
	margin-top: 2px;
	margin-right: 5px;
}
.inside-row {
	margin-left: -15px;
	margin-right: -15px;
}
.container-inside {
	/*overflow: hidden;*/
	display:flex;
	flex-wrap:wrap;
}
.top-btn li a {
	background: #114171;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	border: 1px solid #114171;
	border-radius: 2px;
	padding: 4px 8px;
	text-decoration:none;
	text-shadow: 2px 1px 2px #333;
}
.top-btn li a:hover {
	text-decoration: none;
	 background-color: #0d3257;
}
.carousel-inner>.item>img {
	margin: 0 auto;
	width: 100%;
    margin-top: 170px;
    height: calc( 95vh - 170px );
    max-height: 600px;
    min-height: 350px;
    object-fit:cover;
}
.carousel-control.left, .carousel-control.right {
	background: none;
	filter: none;
}
.carousel-control {
	width: auto;
	top: 50%;
	padding: 0 15px;
	z-index: 999;
}
.carousel-control img {
	width: 80%;
}
/*Logo and Navigation bar*/
.middel-info {
	background: #fff;
	padding: 40px 5px;
    display: flex;
    align-items:center;
}
.nav-top {
    display: flex;
    align-items:center;
    height: 50px;
}
.logo img {
	display: inline-block;
    width: 100%;
    max-width: 350px;
}
/*Navigation*/


.navbar .navbar-nav {
	display: inline-block;
	float: right;
}
.navbar .navbar-collapse {
	position: absolute;
	text-align: center;
	width: 100%;
}
.navbar-default {
	background-color: transparent;
	border: transparent;
}
.navbar-nav>li {
	margin: 0 2px;
}
.navbar-default .navbar-nav > li > a {
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	padding: 15px;
}


.navbar {
	margin: 0px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #000;
    text-decoration: underline;
    text-decoration-color: #db0632;
    text-decoration-thickness: 2px;
    text-underline-position: under;
    background: transparent;
}
.dropdown-menu {
	padding: 5px;
	font-size: 13px;
}
.dropdown-menu > li > a {
	padding: 5px;
}
.dropdown-menu > li > a.active {
color: #000;
    text-decoration: underline;
    text-decoration-color: #db0632;
    text-decoration-thickness: 2px;
    text-underline-position: under;
    background: transparent;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
color: #000;
    text-decoration: underline;
    text-decoration-color: #db0632;
    text-decoration-thickness: 2px;
    text-underline-position: under;
    background: transparent;
}
.myacount-desk ul.dropdown-menu li a:hover {
    color: #000 !important;
    text-shadow: none;
}
/*Navigation ends*/
.caption {
	width: 430px;
	top: 35%;
	margin-left: 100px;
	border-radius: 4px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(41, 46, 51);
	/* RGBa with 0.6 opacity */
	background: rgba(41, 46, 51, 0.8);
	position: absolute;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.caption h2 {
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	padding: 20px;
	color: #fff;
	line-height: 30px;
    font-weight: 700;
}
/*Tabs*/

.tabs {
/*margin-top: -70px;*/
}
.tabs .col-md-3 {
	padding: 0;
	min-height: 420px;
 
}
.auto {
	background-color: #114171;

}
.home-new {
	background-color: #114171;
}
.other {
	background-color: #114171;
}
.health {
	background-color: #114171;

}
.quote {
	background: #00284f;
	position: relative;
}
.auto img, .home-new img, .other img, .health img {
	margin: 25px auto;
	display: block;
}
.auto, .home-new, .other, .quote, .health {
	text-align: center;
	color: #fff;
}
.auto h3, .home-new h3, .other h3, .quote h3,.health h3 {
font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}
.auto h3 span, .home-new h3 span, .other h3 span, .quote h3 span,.health h3 span {
	font-weight: 400;
}
.auto p, .home-new p, .other p, .health p {
	padding: 10px 20px;
	color: #fff;
	font-size: 13px;
    line-height: 20px;
}
/*Readmore Style*/
.read-auto, .read-home, .read-other, .read-quote {
	margin: 0;
	text-align: right;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	line-height: 20px;
	font-size: 18px;
}
.read-auto {
	background: #db0632;
}
.read-home {
	background: #db0632;
}
.read-other {
	background: #db0632;
}
.read-auto, .read-home, .read-other {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}
.read-quote {
	background: #db0632;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}
.read-auto a, .read-home a, .read-other a {
	color: #fff;
	padding: 10px;
	display: inline-block;
	font-weight: 400;
}
.read-auto a:hover, .read-home a:hover, .read-other a:hover, .read-btn:hover {
	text-decoration: none;
	opacity: 0.8;
}
.read-auto img, .read-home img, .read-other img, .read-quote img {
	margin-top: 1px;
	margin-left: 8px;
	margin-bottom: 0px;
}
.read-btn {
	background: none;
	border: none;
	padding: 10px;
	font-style: italic;
	color: #fff;
	font-weight: 400;
}
.quote select {
	width: 80%;
	height: 35px;
	background: #cbf2ff;
	color: #000;
	margin: 35px 0px;
}
/*Content*/
.main-content {
	text-align: left;
	font-family: 'Lato', sans-serif;
    padding: 30px 0;
}
.content-leftbar h2, .content-leftbar h3, .content-leftbar h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #2c2c2c;
}
.content-leftbar a {
    text-decoration: underline;
}
.content-leftbar h1 a {
    text-decoration: none;
}
.content-leftbar ul {
    margin: 20px 0;
    padding-left: 20px;
}
.content-leftbar ul li {
    margin-bottom: 10px;
}
.content-leftbar ul li strong {
    color: #2c2c2c;
}
.content-leftbar ul li::marker {
    color: #db0632;
}
.details-btn {
	background: #db0632;
	color: #fff;
	border: 1px solid #db0632;
	padding: 8px 30px;
	margin: 25px 0;
	font-size: 18px;
	text-shadow: 1px 1px 2px #000;
	font-weight: 400;
	font-style: italic;
}
.details-btn img {
	margin-top: 5px;
}
.details-btn:hover, .details-btn:focus {
	background: #c2062b;
}
/*Testimonials*/
.panel-default > .panel-heading, .panel {
	border: none;
	background: none;
	box-shadow: none;
	margin-bottom: 0px;
}
.panel-title a {
	pointer-events: none;
	cursor: default;
	font-style: normal;
}
.panel-body p {
	font-size: 13px;
}
.testimonials, .foo-bg {
background: #f2f6fa;
border: 1px solid #cfdae5;
	padding: 25px;

}
.testimonials h5 {
	color: #2c2c2c;
	font-size: 34px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}
.carrier h5 {
	color: #2c2c2c;
	font-size: 34px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	text-align: center;
}
/* Quick Links */
.quick-links {
	margin-top: 14px;
	background: #eeeeee;
	color: #4f4a47;
}
.quick-links p a, .quick-links p a:hover, .phone-number p, .email-address p {
	color: #393939 !important;
	font-size: 16px;
}
.quick-links-list li {
	list-style-type: none;
	margin: 0 0 5px -35px;
	font-size: 13px !important;
	font-weight: 600;
	line-height: 25px;
}
.quick-links-list li a {
	color: #393939;
}
.quick-links-list li a:hover, .quick-links-list li a:focus, .quick-links-list li a.active {
	color: #393939;
	text-decoration: underline;
    text-decoration-color: #db0632;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
.quick-links-list .fa {
	margin: 0 6px 0 0;
	color: #114171;
	font-size: 11px;
}
.testimonials li {
	font-weight: 700;
}
/*Carrier*/
#thumbs-wrapper {
	padding: 20px 40px;
	position: relative;
}
#thumbs img {
	width: 168px !important;
	height: 60px !important;
}
#thumbs a:hover, #thumbs a.selected {
	border-color: #566;
}
#prev, #next {
	background: transparent url(../img/carousel_nav.png) no-repeat 0 0;
	display: block;
	width: 19px;
	height: 20px;
	position: absolute;
	top: 45%;
}
#prev {
	background-position: 0 0;
	left: 10px;
}
#next {
	background-position: -19px 0;
	right: 10px;
}
#prev:hover {
	background-position: 0 -20px;
}
#next:hover {
	background-position: -19px -20px;
}
/*Blog Feeds*/

.refreshpost {
	font-size: 11px!important;
	clear: both;
}
.refreshpost a {
	text-align: left;
	font-weight: 700;
}
/*Footer*/
footer h4 {
	color: #333333 !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px !important;
	text-transform: uppercase;
	font-weight: 700;
}
.gmap {
	width: 100%;
    height: 170px;
    border: 4px solid #fff;
    float: left;
    margin-right: 20px;
    position: relative;
    z-index: 999;
    margin-bottom: 20px;
}
.links img {
	padding: 4px 10px 25px 0px;
	float: left;
}
.links span {
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 700;
	display: block;
	overflow: hidden;
}
.quick-links-list i.fa-chevron-right {
	float: left;
	margin-top: 8px;
}
.quick-links-list a, .quick-links-list span {
	display: block;
	overflow: hidden;
}
.links p {
	margin: 0 0 15px 0;
}
.links a {
	font-size: 11.8px;
}
.links span.tel-info {
	font-weight: 300;
}
.copyright {
	margin: 25px 0;
}
.cpy-bg {
	background: #003468;
	padding: 15px;
	border-radius: 4px;
}
.copyright p {
	margin: 10px 0;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.copyright a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.social {
	float: right;
}
/*Mobile*/
.mobile-quote {
	margin-top: 0px;
}
.phone-view {
	display: block;
	margin: 0 auto;
}
.phone-view h2 {
	font-size: 22px;
	font-weight: normal;
	float: none!important;
	text-align: center!important;
	color: #4f4f4f!important;
}
.mobile-img {
	margin: 6px;
}
.call-img {
	margin-right: 5px;
}
.mobile-go {
	color: #fff;
	padding: 11px 19px;
	font-size: 17.5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align: center;
	border: 0;
	background: #114171;
	-webkit-appearance: none;
	width: 100%;
}
.mobile-call {
	background: none repeat scroll 0 0 #114171;
	border: 0 none;
	border-radius: 0;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 17.5px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 11px 0;
	text-align: center;
	width: 100%;
}
.mobile-go:hover, .btn.mobile-call:hover {
	color: #fff;
	background: #0d3257;
}
.btn.mobile-call:focus, .btn.mobile-go:active{
color:#fff;
background: #0d3257;
}
.mobile-go:focus{
color:#fff;
background: #0d3257;
}
.mobile-go a {
	color: #fff !important;
	text-decoration: none;
}
.mobile-address {
	background: #f2f6fa;
    border: 1px solid #cfdae5;
	color: #fff;
	padding: 3px 0;
	text-align: center;
	margin-bottom: 20px;
}
.mobile-address h5 {
	font-weight: normal!important;
	font-size: 24px;
	color: #2c2c2c;
	padding: 0px 0 10px 0;
}
.mobile-address p {
	font-weight: normal!important;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #393939!important;
}
.mobile-direction {
	background: #114171;
	margin: 20px auto;
	padding: 6px 12px;
	font-size: 20px;
	border-radius: 0px;
	color: #fff !important;
	text-shadow: 2px 1px 2px #000;
	font-style: italic;
}
.mobile-direction a, .mobile-direction a:hover {
	font-weight: normal;
	text-decoration: none;
}
.mobile-direction:hover, .mobile-direction:focus {
	background: #0d3257;
}
.mobile-map {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.fa-map-marker, .fa-phone, .fa-envelope {
	font-size: 22px !important;
	margin-right: 8px;
	float: left;
}
.fa-map-marker {
	font-size: 22px ;
}
.fa-phone {
	font-size: 18px !important;
}
.fa-envelope {
	font-size: 17px !important;
}
.mar-lt {
	color: #666666 !important;
	font-weight: 300 !important;
}
.links a {
	color: #666666 !important;
	font-weight: 100 !important;
}
.email {
	margin-left: -2px !important;
}
.col-md-4.mb-lt {
	float: right;
}
.lob-hide {
	display: none;
}
.lob-show {
	display: inline;
}
.lob-error {
	color: #fff;
	text-align: center;
}
.banner-section {
	position: relative;
}
/*Inner Page*/
.inner-banner {
	margin-top: 5px;
	background: #a5a6a7; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #a5a6a7 0%, #a5a6a7 99%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #a5a6a7), color-stop(99%, #a5a6a7)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #a5a6a7 0%, #a5a6a7 99%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #a5a6a7 0%, #a5a6a7 99%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #a5a6a7 0%, #a5a6a7 99%); /* IE10+ */
	background: radial-gradient(ellipse at center, #a5a6a7 0%, #a5a6a7 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a6a7', endColorstr='#a5a6a7', GradientType=1 ); /* IE6-9 fallback on horizontal 
gradient */
	position: relative;
    background: #db0632;
}
.banner-img {
	width: 30%;
	float: right;
}
.inner-caption {
	position: absolute;
	top: 20%;
	margin-left: 15px;
    margin-right: 15px;
}
.inner-caption h2 {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 44px;
	text-transform: uppercase;
	padding: 20px;
    background: rgb(41, 46, 51);
    background: rgba(41, 46, 51, 0.8);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.inner-caption h2 span {
	color: #fff;
}
.inner-banner .quote-btn {
	background: #db0632;
    border: 1px solid #db0632;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    width: auto;
    padding: 5px;
}

.inner-caption img {
	margin-top: 4px;
}
#ZipCode1 {
	padding:9px 10px 4px;
	margin-right:5px;
	}

.side-content {
	padding: 20px;
}
.content-rightbar {
 background: #f2f6fa;
border: 1px solid #cfdae5;
margin: 0 0 5vh;
}

.content-rightbar h4 {
 font-weight: 600;
}

.content-leftbar, .content-rightbar {
	/*margin-bottom: -99999px;
	padding-bottom: 99999px;*/
}
/**/
iframe {
	height: 470px;
	width: 100%;
	border: 0;
}
#cpIframe {
	height: 1800px;
	width: 100%;
	border: 0;
}
.jot-form {
	height: 600px !important;
}
.jot-lob-form {
	height: 412px !important;
}
.quote-icon {
	margin-right: 10px;
	width: 20px;
	margin-top: -5px;
}
.quote-btn {
	text-transform: capitalize;
    font-size: 16px;
    width: 80%;
    text-align: left;
    height: 40px;
    line-height: 25px;
    margin: 5px 0;
    text-shadow: none;
    border-radius: 0px !important;
    color: #fff !important;
	background: #114171;
}
.quote-btn img {
	margin-top: 0px;
}
.pad {
	padding: 45px !important;
}
.quote-btn:hover, .quote-btn:focus {
	background: #c2062b;
    text-decoration: none;
}
.mar-btm {
	margin-bottom: 300px;
}
.is-cms div.collapse {
	display: block !important;
	visibility: visible !important;
}
.inside-container {
	margin-left: 100px;
}
.phone-view i.fa-phone, .phone-view i.fa-envelope {
	float: none;
}
/**/

/*.carousel-inner .active.left {
	left: -25%;
}
.carousel-inner .next {
	left: 25%;
}
.carousel-inner .prev {
	left: -25%;
}*/
.carousel-control {
	width: auto;
}
.carousel-control.left, .carousel-control.right {
	margin-left: 15px;
	background-image: none;
}
/* logo carasoul */
.carrier {
    padding: 30px 0;
}
.ins-nslider {
	padding: 0 15px 0 15px;
	width: 100%;
}
.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: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item img {
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 100%;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 22px;
	height: 22px;
	position: absolute;
	cursor: pointer;
	z-index: 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;
}
/* 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 #252374;
}
.contact-list a {
	color: black;
}
.contact-list img {
	width: auto!important;
	height: auto!important;
}
.clist {
	height: 310px;
}
.btn-xs {
	background: #114171; /* Old browsers */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#114171', endColorstr='#114171', GradientType=0 ); /* IE6-9 */
	color: #fff!important;
}
.btn-xs:hover, .btn-xs:focus {
background:#0d3257;
	color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #000;
    text-decoration: underline;
    text-decoration-color: #db0632;
    text-decoration-thickness: 2px;
    text-underline-position: under;
    background: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    text-decoration: underline;
    text-decoration-color: #db0632;
    text-decoration-thickness: 2px;
    text-underline-position: under;
    background: transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #114171;
    outline: 0;
}
.navbar-default .navbar-nav > li > a.active {
color: #000;
    text-decoration: underline;
    text-decoration-color: #db0632;
    text-decoration-thickness: 2px;
    text-underline-position: under;
    background: transparent;
}
/* blog */
.hfeed a:hover {
	text-decoration: none;
}
/* my account */
.myacount-desk img{
margin-left:0px;
margin-top:-3px;
vertical-align:middle;
}

.myacount-desk{
position:relative;
}
.myacount-desk ul.dropdown-menu{
left:inherit;
min-width:100px;
margin:1px 0 0 0;
border:0px;
background:#ADAEBO;
border-radius:0px;
}
.myacount-desk ul.dropdown-menu li{
width:100%;
display:block;
padding:0px 0px 5px 0;
margin:0px;
}
.top-btn li.myacount-desk{
margin-right:0px;}
.myacount-desk ul.dropdown-menu li a{
border:none;
border-radius:0px;
font-size:13px;
padding:8px 0px 0px 5px;
text-align:center;
background:none;
color: #000 !important;
text-shadow: none !important;
}
.myaccount-img{
margin:3px 5px 5px 5px;
}
.myaccount-mob-expand{
background-color:#f2f2f2;
margin-bottom:10px;
margin-top:-11px;
}
.myaccount-mob-expand ul{
margin:0px;
padding:5px 0px 5px 0px;
border-top:2px solid #fff;
}
.myaccount-mob{
margin-bottom:10px;
}
.myaccount-mob-expand li{
list-style-type:none;
text-align:center;
padding:5px;
}
.myaccount-mob-expand li a{
color:#2c2c2c;
text-decoration:none;
font-weight:bold;
}
.myaccount-mob-expand li a:hover, .myaccount-mob-expand li a:focus {
  color: #114171;
}
.grid-divider{
border-bottom:1.5px dotted #114171;
padding-bottom:20px;
}
.grid{
margin-top:15px;
}
.grid h4{
font-size:22px;
color:#2c2c2c;
font-family:'Open Sans', sans-serif;
}
.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;
 }
 .breadcrumb {
    background: #fff none repeat scroll 0 0;
    margin: 0 !important;
    padding: 20px 0 0px;
}
.breadcrumb li a{
    color: #114171;
	text-decoration:none;
}
.breadcrumb li {
    float: left;
    list-style-type: none;
}
.breadcrumb li a:hover {
  color: #2c72b8;
  text-decoration: none;
}
.breadcrumb > li + li::before {
    content: " ";
    padding: 0 5px 0 0;
}

#cs-frame {height:1600px;}
.anc-jmp-fnt{margin-bottom:5px;}
		.anc-jmp-fnt img {padding-right:10px;border:none;}
	 #cs-frame {height:1600px;}
	 .mar-top {margin-top:10px;}
	 a.anc-jmp-fnt::hover {color:#000!important;}
	 
	 .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Ada compliance fixes beings */ 
.skip-to-content-link {
  background: #114171; /* 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:none;
}
a:focus-visible,.dropdown-toggle:focus-visible{
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
/* 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 */ 

.quote p {
    padding: 10px 20px;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
}
.index-type {
    margin: 40px 0px!important;
}
.hmpage-center{
	text-align: center;
}
.wrapper{
	display: block;
	overflow-x: hidden;
}

.social ul li{
	float: left;
	list-style-type: none;
	width: 40px;
	height:40px;
	margin-right: 5px;
	
	border-radius: 50%;
	text-align: center;
}
.social ul li a{
	font-size: 20px;
color: #fff;
line-height: 40px;
}

.social ul li:nth-of-type(1) {
	background: #3b5998;
}
.social ul li:nth-of-type(2){
	background: #0072b1;
}
.social ul li:nth-of-type(3){
	background: #000;
}
.social ul li:nth-of-type(4){
	background: #bc2726;
}
.social ul li:nth-of-type(5){
	background: #dd4b39;
}

.banner-img-adj {
    height: auto;
    width: 100%;
}

/* Google Review */
.grw-review-btn,
.grw-view-all-btn {
	background-color: #114171 !important;
	font-size: 14px;
	line-height: 24px;
	color: #fff !important;
}

.grw-business-header {
	border-bottom: 3px solid #114171 !important;
}

.grw-theme-dark .grw-slider-nav a.grw-slide-current {
	background-color: #114171 !important;
}

.grw-review-btn:hover, .grw-review-btn:focus, .grw-view-all-btn:hover, .grw-view-all-btn:focus {
  background: #0d3257;
  opacity: .9;
  color: #fff;
  text-decoration:none !important;
}
.grw-author-photo {
  border-radius: inherit !important;
}

#Type, #mydropdown {
    background-color: #fff;
    border: 1px solid #aaaaaa;
    border-radius: 0;
    height: 36px;
    margin-bottom: 7px;
    margin-right: 4px;
    margin-top: 1px;
    padding: 4px 3px;
    vertical-align: bottom;
	padding-left: 5px;
}

#ZipCode {
    border: 1px solid #aaaaaa;
    border-radius: 0;
    height: 36px;
    margin: 1px 2px 1px 0;
    margin-bottom: 1px;
    padding: 5px 0 5px 5px;
    vertical-align: bottom;
    margin-bottom: 7px;
}

.inner-banner {
    padding: 0px !important;
}

.form h4 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
}

.shadowed img{
	width:85%;
}

.contact-info ul li a:hover, .contact-info ul li a:focus {
    color: #114171 !important;
}

.contact-info ul {
    padding-left: 0px;
}

#cont-info li {
    list-style-type: none;
}
.contact-info ul li {
    color: #666;
    display: flex;
    font-size: 13px;
    line-height: 22px;
    margin: 10px 0;
}

#cont-info ul li figure {
    margin-right: 4px;
}

.contact-info i {
    color: #db0632;
    float: left;
    font-size: 16px !important;
    margin-right: 5px;
    margin-top: 5px;
    width: 14px;
}

.contact-info span, .footer-nav span {
    display: flex;
}

p, #content-area ul li {
    color: #393939;
    font-size: 16px;
    line-height: 30px;
}

.loc-title {
    font-size: 15px !important;
    font-weight: 600 !important;
}

#content-area a {
  color: #2c2c2c;
}

.btn-info {
  color: #fff;
  background-color: #114171;
  border-color: #114171;
  margin-top: -25px;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #0d3257;
  border-color: #0d3257;
}




.social ul li a:hover, .social ul li a:focus {
  opacity:0.8 !important;
}

.gmaps {
  height: 320px;
  width: 100%;
}

.contact-form{
	height: 800px !important;
}

.inner-content.no-banner {
  border-top: 1px solid #ccc;
  margin-top: 20px;
}

.auto, .home-new, .other, .health {
  border-right: 1px solid #00284f;
}

.top-btn li a.active {
  text-decoration: none;
  background-color: #0d3257;
}

.site-info ul {
  padding: 0px;
}

.site-info li {
  text-align: center;
  float: none;
  font-size: 16px;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
}


#foot-cpe a:hover, #foot-cpe a:focus, .sitelock-logo a:hover, .sitelock-logo a:focus {
  color: #114171;
  text-decoration:none !important;
}


.nobreak {
  display: inline-block;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #000;
    text-decoration: underline;
    text-decoration-color: #db0632;
    text-decoration-thickness: 2px;
    text-underline-position: under;
    background: transparent;
}


#content-area a:hover, #content-area a:focus {
  color: #2c72b8;
}

.copyright p a:hover, .copyright p a:focus, .sitelock-logo img:hover,  .sitelock-logo img:focus{
color: #fff !important;
        background: transparent !important;
        text-decoration: underline;
        text-decoration-color: #db0632;
        text-decoration-thickness: 2px;
        text-underline-position: under;

}

.bio {
  margin-bottom: 60px;
}
.banner-cap-text{
	color: #8ab8e5;
	font-weight:700;
}
.banner-cap-text:hover, .banner-cap-text:focus{
	color: #99ccff;
	text-decoration:none;
}

.footer-office-title {
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}
.office-location-row {
  margin-bottom: 20px;
}

.office-map-block {
  clear: both;
  margin-bottom: 15px;
  overflow: hidden;
}

.contact-office-row {
  margin-bottom: 25px;
  overflow: hidden;
}

.contact-office-info {
  margin-bottom: 10px;
}

.contact-office-map {
  margin-bottom: 20px;
}

.too-bg {
  background: #f2f6fa!important;
  padding: 0;
border: 1px solid #cfdae5;
border-top: none;
}

.container.too-bg {
	padding: 16px 25px;
}

.adress {
  display: inline-block;
}

.adress a{
  color:#000;
}

.adress i {
  color: #173f67;
  font-size: 14px!important;
}
.adress {
    display: flex;
    align-items:center;
}
.container.too-bg {
  padding: 0 25px;
  
}

.container.too-bg p {
  font-size: 14px;
}
.top-contact {
    display: flex;
    justify-content:flex-start;
    align-items:center;
    gap: 20px;
    float:left;
    flex-direction: row-reverse;
}
.calloutCTA {
    background: #292e33;
    padding: 10vh 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 5vh;
}
.calloutCTA h2, .calloutCTA h3, .calloutCTA h4, .calloutCTA p, .calloutCTA p a {
    color: #fff!important;
    text-align: center;
}
.calloutCTA p {
    width: 80%;
    margin: 10px auto;
}
.calloutCTA p a {
    text-decoration: underline;
}
.calloutCTA .cta {
    display: flex;
    justify-content:center;
}
.calloutCTA .cta button {
    margin-bottom: 0px;
}

.covered-ca-logos img {
  max-width: 300px;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}
/* blog */	
.blog .entry-footer, .comment-meta {
	background:transparent;
	color:#2c2c2c;
	padding:0;
	margin:0;
	text-align:left;
}
.blog .wp-block-group__inner-container ul, .blog ol.wp-block-latest-comments{
	list-style-type: disc;
	padding-left: 7px;
}
.blog .wp-block-group__inner-container ul li{
	font-size:13px;
}
.blog .wp-block-latest-comments__comment-meta{
	background:transparent;
	border-top:0px;
	padding: 0;
	color:#2c2c2c;
	font-size: 13px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	display:inline;
	
}
.blog .wp-block-latest-comments__comment{
	list-style-type: disc;
	color:#2c2c2c;
}	
.blog .widget a:hover, .blog .widget a:focus, .blog #primary a:focus {
	color:#2c2c2c;
}
.blog #primary a:hover{
	text-decoration:underline;
}
.blog .form-submit input, .blog .search-submit{
	padding: 5px 20px;
	color: #fff;
	border-radius: 0;
	border: 0;
	background: #003468;
    text-shadow: 1px 1px 1px #000;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.blog .widget_search{
	margin-top: 20px;
}

.blog .container-block{
	display:flex;
}

.blog .widget a, .blog .content-area a{
	text-decoration: none;
}
.blog .widget li {
    list-style: none;
    position: relative;
    padding-left: 15px;
	font-weight: 600;
	line-height: 25px;
}

.blog .widget li::before {
    content: "\f054"; 
    font-family: "FontAwesome";
    font-size: 11px;
    color: #114171; 
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
	font-weight:normal;
}
.search-submit:hover, .search-submit:focus, .submit:hover, .submit:focus{
	opacity:.8;
}

.blog .wp-block-search__button{
	background-color: #003468;
	color:#fff;
}

.blog .wp-block-search__button:hover, .blog .wp-block-search__button:focus{
	opacity:.8;
}

.blog .content-area, .blog .content-area a{
	color: #393939;
}

.blog .widget li a{
	color:#404040;
}

.blog .widget li a:hover, .blog .widget li a:focus{
	color:#003468;
}

.blog .widget h2{
	font-size:18px;
}


.submenu-link.active{
color:#000;
text-decoration: underline;
    text-decoration-color: #dea53e;
    text-decoration-thickness: 2px;
    text-underline-position: under;
background: transparent;
}

.dropdown-submenu:focus-within > .dropdown-menu { display: block; }

.navbar-default .navbar-nav .dropdown-menu .dropdown-submenu i {
	padding: 8px 6px 6px 8px;
	color: #fff;
}

.serv-states {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.about-us img {
  border: solid 2px #ddd;
  border-radius: 3px;
  width: 200px;
  height: 200px;
}