@charset "utf-8";

/* CSS Document */
body {
	background: #606368;
	background: linear-gradient(90deg, #606368 0%, #494b4f 9%, #494b4f 92%, #606368 100%);
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
li,
span {
	font-family: 'Lato', sans-serif;
}

/*Typography*/
h1,
h1 a {
	font-size: 34px;
	color: #2f3033;
	margin-top: 0px;
}
h1 a:hover, h1 a:focus {
    text-decoration: none;
    color: #494b4f;
}
h2 {
	font-size: 28px;
	color: #2f3033;
}
h3 {
    color: #2f3033;
}
.main-cont h2, .main-cont h3, .main-cont h4  {
    margin-top: 30px;
    margin-bottom: 10px;
}

.first-sub-hd {
	margin-top: 0px !important;
}

.main-cont ul {
    margin: 20px 0;
    padding-left: 20px!important;
}
.main-cont ul li {
    margin-bottom: 10px;
}
.main-cont ul li::marker {
    color: #063c6d;
}
.main-cont {
    padding-bottom: 15px;
}
.main-cont a {
    text-decoration: underline;
}
.main-cont h1 a, .main-cont a.content-btn  {
    text-decoration: none;
}
p,
a,
li {
	color: #2f3033;
}

a:hover {
	color: #a2c1ab;
}

/*Typography ends*/
/*Header*/
.main {
	padding: 0px;
	-webkit-box-shadow: 0px 0px 20px 5px #101111;
	-moz-box-shadow: 0px 0px 20px 5px #101111;
	box-shadow: 0px 0px 20px 5px #101111;
    background: #606368;
}

.header-bg {
	background: #fff;
	padding: 20px 5px;
}

header a,
header span {
	color: #2f3033;
	font-size: 16px;
}

.right-sm a.active {
	color: #063c6d;
}

.left-icon {
	margin: 0px 10px 0px 0;
	float: left;
}

.right-icon {
	margin: 0px 7px 0px 5px;
}

a:hover,
a:focus {
	color: #063c6d;
}

/*Header ends*/
/*Nav section*/

.nav-bg {
	background: #606368;
	position: relative;
}

.navbar {
	position: relative;
	border-radius: 0px;
	min-height: 40px;
	margin-bottom: 0px;
	background: #606368;
}

.navbar-nav li a {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 8px 21px;
}

.navbar-nav li a:hover,
.navbar-nav li.active a,
.navbar-nav li a:focus {
	background: none;
	color: #fff;
    text-decoration: underline;
    text-decoration-color: #063c6d;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
.dropdown-menu li a {
    color: #2f3033;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li.active,
.dropdown-menu li.active a, .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #2f3033;
    text-decoration: underline;
    text-decoration-color: #063c6d;
    text-decoration-thickness: 2px;
    text-underline-position: under;
    background: transparent;
    outline: 0;
}

.mobile-nav {
	text-align: center;
	background: #fff;
}

.mobile-nav .col-xs-4 {
	background: #e1e1e1;
	padding: 8px;
}

.bdr {
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
}

.mobile-nav a {
	color: #000;
}

.mobile-nav a:hover,
.mobile-nav a span:hover {
	color: #fff;
	text-decoration: none;
}

.mobile-nav .fnt-style {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.social {
	width: 25px;
	height: 56px;
	position: absolute;
	top: 0px;
	right: -25px;
	background: #101111;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.social a {
	margin: 20px 5px;
	line-height: 28px;
}

/*Nav section ends*/
/*Quote Section*/

.quoter {
	background: #063c6d;
}

.quoter h2 {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	text-align: right;
	margin: 4px;
	padding: 4px;
}

.styleOption select {
	width: 230px;
	padding: 0 12px;
	background-image: url(../img/dropdown-arrow.png);
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: center right;
	-webkit-appearance: none;
	margin-right: 10px;
	padding-right: 0px !important;
}

.quoter select {
	border-radius: 4px;
	color: #000;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	height: 30px;
	line-height: inherit;
	margin: 10px 0;
	/*width: 240px;*/
	margin-right: 5% !important;
	padding-right: 0px;
}

#arrow {
	position: absolute;
	float: left;
	margin-left: 4%;
	top: 10px;
	width: 45px;
	height: 31px;
	background-color: #101111;
	border: 1px solid #101111;
	border-radius: 0px;
	color: #fff;
}

#arrow:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 44px;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-left: 20px solid #101111;
}

#quote-arrow {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 45px;
	height: 31px;
	background-color: #101111;
	border: 1px solid #101111;
	border-radius: 0px;
	color: #fff;
}

#quote-arrow:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 44px;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-left: 20px solid #101111;
}

.fix {
	margin-top: 10px !important;
}

.styleOption {
	display: inline-block;
}

.direction {
	background: #fff;
}

.direction p {
	text-align: center;
	color: #2f3033;
	font-size: 20px;
}

.gmail {
	color: #063c6d !important;
	font-weight: 700;
}

.map {
	width: 28px;
	vertical-align: bottom;
}

/*Quote section ends*/
/*Banner*/
.carousel-caption {
	position: absolute;
	top: 10px;
	left: 40px;
	color: #fff;
	text-align: left;
	text-shadow: 2px 1px 2px rgb(24, 24, 24);
}

.carousel-caption.right {
	position: absolute;
	top: 10px;
	right: 40px;
	left: auto;
	text-align: right;
}

.carousel-caption h6 {
	font-size: 54px;
	font-weight: 300;
}

.carousel-control {
	width: 4%;
	opacity: 0.1;
}

.inner-banner h2 {
	position: absolute;
	top: 10px;
	right: 40px;
	color: #fff;
	font-size: 54px;
	font-weight: 300;
	text-align: right;
	text-shadow: 2px 2px 1px #000;
}
.inner-banner img {
    height: 60vh;
    object-fit:cover;
    width: 100%;
    min-height: 300px;
}
/*Banner ends*/
/*Main Content*/
.main-content,
.inner-content {
	background: #fff;
}

.auto-heading,
.home-heading,
.other-heading {
	min-height: 50px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.auto-heading h2 .auto-vector-icon,
.home-heading h2 .home-vector-icon,
.other-heading h2 .other-vector-icon {
	padding: 10px;
	border-bottom-left-radius: 8px;
	margin-right: 10px;
	margin-top: 0px;
}

.auto-heading h2,
.home-heading h2,
.other-heading h2 {
	display: inline;
	margin: 0px;
	font-size: 26px;
}

.auto-heading a,
.home-heading a,
.other-heading a {
	color: #fff;
}

.auto-heading a:hover,
.home-heading a:hover,
.other-heading a:hover {
	color: #fff;
	opacity: 0.5;
	text-decoration: none;
}

.auto-heading {
	background: #063c6d;
}

.home-heading {
	background: #063c6d;
}

.other-heading {
	background: #063c6d;
}

.auto-heading h2 .auto-vector-icon {
	background: #3f6289;
}

.home-heading h2 .home-vector-icon {
	background: #3f6289;
}

.other-heading h2 .other-vector-icon {
	background: #3f6289;
}

.pad {
	padding-top: 20px;
}

.pad-side {
	padding: 20px;
}

.pad ul,
.inner-content ul {
	padding-left: 15px;
}

.side-content {
	background: #ececec;
	border-radius: 8px;
	padding: 10px 25px;
	font-style: italic;
    margin-bottom: 30px;
}

.side-content h3,
.side-content p {
	color: #2f3033;
	font-weight: 500;
}

/*Main Content ends*/
/*Carrier Scroller Design*/
#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;
	border-top: 1px solid #a2c1ab;
	border-bottom: 1px solid #a2c1ab;
	margin-top: 50px;
}

#thumbs-wrapper.ht-fix {
	margin-top: 0px;
}

#thumbs a:hover,
#thumbs a.selected {
	border-color: #566;
}

/*Footer*/
footer {
	background: #fff;
    padding-bottom: 20px;
}

footer ul {
	padding: 20px 0 0 0;
}

footer ul li {
	list-style-type: none;
    margin: 10px 0;
}

footer ul li a.active, footer ul li a:hover, footer ul li a:focus {
	color: #2f3033;
    text-decoration: underline;
    text-decoration-color: #063c6d;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
footer a:hover, footer a:focus {
    color: #2f3033;
    text-decoration: underline;
    text-decoration-color: #063c6d;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
address {
	text-align: center;
	padding: 22px 0 0 0;
}

address span {
	font-size: 24px;
	font-weight: bold;
	color: #2f3033;
	margin: 0px;
}

.copyright {
	text-align: right;
	padding: 20px 0 0 0;
}

.no-tb {
	display: block;
}

.s-mb {
	display: none;
}

.lob-section {
	background: #fff;
	padding: 10px;
}

.lob-section .auto-heading,
.lob-section .home-heading,
.lob-section .other-heading {
	width: 100%;
	margin: 0 auto;
}

/*IFrame*/
iframe {
	height: 500px;
	width: 100%;
	border: 0;
}

.frame-fix {
	height: 1500px;
}

.cc-frame {
	height: 1700px;
}

.jot-form {
	height: 1000px!important;
}

.contact-form{
	height: 700px!important;
}

.lob-form {
	/* height: 380px !important; */
}

.quote-icon {
	margin-right: 10px;
	width: 20px;
	margin-top: -5px;
}

.quote-btn {
	font-size: 16px;
	width: 70%;
	text-align: left;
	line-height: 30px;
	margin: 2px 0;
	text-shadow: none;
	border-radius: 0px !important;
	color: #fff;
	background: #053a6c;
	text-transform: uppercase;
}

.quote-btn:hover,
.quote-btn:focus {
	background: #042d53;
	color: #fff;
}

.mar-btm {
	margin-bottom: 300px;
}

/*font-awsome*/
.fa {
	color: #fff;
}

.fa:hover {
	opacity: 0.6;
}

.fa-twitter:hover {
	color: #00aced;
	opacity: inherit;
}

.fa-facebook:hover {
	color: #3b5998;
	opacity: inherit;
}

.fa-linkedin:hover {
	color: #0e76a8;
	opacity: inherit;
}

.fa-linkedin,
.fa-twitter,
.fa-facebook {
	color: #fff;
}

/* Breadcrumbs */

.breadcrumb {
	background: transparent;
	/* margin: 0 !important; */
	padding: 20px 0 !important;
}

.breadcrumb li {
	float: left;
	list-style-type: none;
}

.breadcrumb li a {
	color: #063c6d;
	font-weight: 500;
}

.breadcrumb li a:hover, .breadcrumb li a:focus {
	color: #eaeaea !important;
	text-decoration: none;
}

.breadcrumb>li+li::before {
	content: " ";
	padding: 0 5px 0 0;
}

/* Customer service carrier */
.top-space {
	margin-top: 10px;
}

.carrier-details {
	padding: 15px;
}

.contact-list h2 {
	color: #2f3033;
	font-weight: 400;
	padding-bottom: 10px;
	font-size: 1.5em !important;
}

.contact-list-bdr {
	border-bottom: 1.5px dotted #063c6d;
}

.contact-list a {
	color: black;
}

.contact-list img {
	width: auto !important;
	height: auto !important;
}

.clist {
	height: 310px;
}

.btn-xs {
	background: #063c6d;
	/* Old browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#063c6d', endColorstr='#063c6d', GradientType=0);
	/* IE6-9 */
	color: #fff !important;
}

.btn-xs:hover,
.btn-xs:focus {
	background: #064781;
	/* Old browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#064781', endColorstr='#064781', GradientType=0);
	/* IE6-9 */
	color: #fff;
}

/* my account */
header a,
header span {
	font-size: 14px;
}

.my-account img.right-icon {
	margin: 0 0px 0 3px;
}

.right-sm ul {
	margin: 5px 0;
	padding: 0px;
	float: right;
}

.right-sm li {
	list-style-type: none;
	margin: 0px;
	float: left;
	padding: 0px;
	padding-right: 0px;
	padding-right: 10px;
}

.my-account {
	position: relative;
}

.my-account a {
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
}

.my-account ul.dropdown-menu {
	border-radius: 0px;
	margin: 0px;
	right: inherit;
	left: inherit;
	border: 0px;
	background-color: #fff;
	min-width: 99px;
	border: 1px solid #ccc;
	padding: 10px;
}

.right-sm div.open a.dropdown-toggle {
	background-color: transparent;
	padding-bottom: 3px;
}

.my-account ul.dropdown-menu li {
	float: none;
}

.my-account ul.dropdown-menu li a {
	padding: 3px 1px 3px 2px;
	font-size: 13px;
}

.my-account ul.dropdown-menu li a:hover {
	color: #2f3033!important;
    text-decoration: underline;
    text-decoration-color: #063c6d;
    text-decoration-thickness: 2px;
    text-underline-position: under;
	background-color: transparent;
}

header a:hover,
header a:focus,
header a:hover span,
header a:focus span {
	color: #063c6d;
	text-decoration: none;
}

.my-account-section {
	background: #fff;
	position: relative;
	z-index: 2;
}

.my-account-heading {
	border-radius: 8px;
	margin: 8px 0 20px;
	background: #101111;
	text-align: left;
}

.my-account-heading h2 {
	margin: 0px;
	color: #fff;
}

.my-account-heading h2 a {
	color: #fff;
	font-size: 18px;
	display: block;
}

.mobile-nav a:hover,
.mobile-nav a span:hover {
	color: #ccc;
	text-decoration: none;
}
.mobile-nav .col-xs-4 a:hover, .mobile-nav .col-xs-4 a:hover span, .mobile-nav .col-xs-4 a:focus, .mobile-nav .col-xs-4 a:focus span {
    color: #494b4f;
}
.phne-heading h2 a:hover, .phne-heading h2 a:focus {
    text-decoration:none;
    color: #ccc;
}
.my-account-heading h2 a.myaccount-mob img.myaccount-vector-icon {
	background: #101111;
	border-top-left-radius: 8px;
	padding: 10px;
	border-bottom-left-radius: 8px;
	margin-right: 20px;
	margin-top: 0px;
}

.gmail:hover,
.gmail:focus {
	opacity: .8;
}

.my-account-heading h2 a.mob-active img.myaccount-vector-icon {
	border-bottom-left-radius: 0px;
	background: #1f1e1e;
	border-top-left-radius: 8px;
	padding: 10px;

	margin-right: 20px;
	margin-top: 0px;
}

.myaccount-mob-expand {
	background-color: #1f1e1e;
}

.myaccount-mob-expand ul {
	padding: 0px;
	margin: 0px;
}

.myaccount-mob-expand li {
	list-style-type: none;
	padding: 5px 0px 5px 0;
	text-align: center;
}

.myaccount-mob-expand li a {
	color: #fff;
	padding: 4px;
}

.grid-divider {
	border-bottom: 1.5px dotted #458357;
	padding-bottom: 20px;
}

.grid {
	margin-top: 15px;
}

.grid h4 {
	color: #458357;
}

.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 #458357;
	padding: 10px;
	display: inline-block;
	background-color: #fff;
}

.sitelock-logo {
	clear: both;
	text-align: center;
}

#ZipCode {
	border-radius: 4px;
	color: #000;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	height: 30px;
	line-height: inherit;
	margin: 10px 0;
	padding-left: 5%;
	margin-left: 2%;

}

.fa .fa-arrow-circle-down {
	padding-left: 10px;
}

.fa-arrow-circle-down::before {
	content: "\f0ab";
	padding-right: 10px;
}

.mar-top {
	margin-top: 10px;
}

.anc-jmp-fnt img {
	padding-right: 10px;
}

#cs-page-frame {
	height: 1600px;
}

.fa-arrow-circle-down::before {
	content: "\f0ab";
	color: #000;
	font-size: 18px;
}

.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: #063c6d;
	/* 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 */
.nobreak {
	display: inline-block;
}

.phne-heading {
	display: flex;
	background: #101111;
	border-radius: 8px;
}

.phne-heading .fas {
	background: #2f3033;
	padding: 10px;
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	margin-right: 20px;
	margin-top: 0px;
	color: #fff;
}

.phne-heading h2 {
	font-size: 17px !important;
	line-height: 30px;
	margin-top: 9px;
	color: #fff;
}

.phne-heading h2 a {
	color: #fff;
}

.google-emd {
	height: 300px !important;
}

#insurance-lob .fas {
	margin-right: 10px;
	width: 20px;
	font-size: 17px;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus
{
	background: transparent;
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #063c6d;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}

.social .fab {
	color: #fff;
}

.social .fab:hover,
.social .fab:focus {
	color: #fff;
	opacity: .8;
}

.navbar-nav li a.active {
	background: none;
	color: #fff;
    text-decoration: underline;
    text-decoration-color: #063c6d;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}

.header-bg .fas {
	color: #063c6d;
}

.header-bg .fa-home {
	color: #063c6d;
	font-size: 20px;
}

/* Slider */
.bdr-top {
	border-bottom: 1px solid #ccc;
}

.ins-nslider {
	width: 100%;
	border-top: 1px solid #ccc;
}

.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: 90px;
}

.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;
	display: none;
}

.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
	opacity: 0.5;
}

.content-btn {
	padding: 6px 10px;
	color: #fff;
	background-color: #063c6d;
	font-size: 14px;
	border-radius: 4px;
}

.content-btn:hover,
.content-btn:focus {
	opacity: .8;
	text-decoration: none;
	color: #fff;
}

.agents-block img {
	max-width: 200px;
	width: 100%;
	display: block;
	margin: 0 auto;
    border-radius: 8px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    margin-bottom: 20px;
}
.agents-block {
        background: #eaeaea;
        padding: 20px;
        margin: 20px 0;
        border-radius: 8px;
    }
/* Google Review Widget */
.grw-review-btn,
.grw-view-all-btn {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	background-color: #053b6c !important;
	font-style: normal;
}

.grw-business-footer p {
	line-height: 24px !important;
}

.grw-business-footer p {
	text-align: center !important;
}

.grw-theme-dark .grw-slider-nav a.grw-slide-current {
	background-color: #053b6c !important;
}

.grw-business-header {
	border-bottom: 3px solid #5e6166 !important;
}

.grw-theme-dark {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.grw-business-name a,
.grw-business-name a:visited,
.grw-author {
	color: #2c2c2c !important;
}

.grw-total-reviews,
.grw-theme-dark .rm-link {
	color: #666 !important;
}

.agents-block h2{
margin-top: 0px;
}
a.sms-text{
	cursor: none;
    pointer-events: none;
	color: #2f3033;
}


.box-footer {
      border: 2px solid #ccc;
      background-color: #fff;
      height: 150px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 21px;
      font-weight: 700;
      color: #5e6166;
      margin-bottom: 20px;
	  margin-top: 20px;
    }
	.container.text-center{ background-color: #fff; margin-top: 20px;}
	.box-footer a:hover {
      color: ;
      text-decoration: none;
    }

    .box-footer i {
      margin-right: 8px;
	  color: #063c6d;
    }
	.service-btn{
		background: #101111;
		color: #fff;
		font-size: 16px;
		border-radius: 4px;
		padding: 7px 12px;
		margin-top: 10px;
		
	}
	.service-btn:hover, .service-btn:focus{
		opacity: 0.7;
		background: #101111;
		color: #fff;
		text-decoration: none;
	}
	.manage-sr p{
		margin-bottom: 20px;
		color: #fff;
		
	}
	.manage-sr{
		background:#063c6d;
		color: #fff;
		padding: 10px 10px 30px 10px;
	}
	.manage-sr h2{
		color: #fff;
	}
    .mar-split {
        margin: 30px 0;
    }
	
.foot-lic-num {
	font-size: 18px;
	font-weight: 400;
	margin-top: 8px;
}