@charset "utf-8";
/* CSS Document */

 body,html
{
	font-family:'Open Sans', sans-serif!important;
	height:100%;
	width:100%;
}
.dropdown-submenu:focus-within > .dropdown-menu { display: block; }
/* Typography */
 h1
{
	color:#0d0c0d;
	font-size:44px;
    line-height: 52px;
	font-weight:400;
	margin-top:50px;
}

h1 a
{
	color:#0d0c0d;
	font-style:italic;
}

h1 a:hover, h1 a:focus
{
	text-decoration:none;
    color: #666;
}

h1 a span
{
	font-weight:700;
}
h2 {
	font-size:28px;
    line-height: 36px;
}
h3 {
	font-size:22px;
    line-height: 30px;
}
h4 {
	font-size:18px;
    line-height: 24px;
}
 hr.title-border
{
	border-bottom:1px solid #ccc;
	float:right;
	margin:15px 0 20px;
	position:relative;
	width:80%;
}

.wrapper
{
	display:block;
	overflow-x:hidden;
}
/* Header */
header
{
	position:relative;
}

/* Top Bar */
 .top-bar
{
	background:#0d0c0d;
	position:absolute;
	top:0;
	width:100%;
    padding: 5px 0;
}

.top-bar ul
{
	float:right;
	margin-bottom:0;
	padding:10px 0;
}

.top-bar ul>li
{
	float:left;
	font-size:.9em;
	list-style:outside none none;
	margin:0 .6em 0 1.5em;
	padding:0;
}

.top-bar ul>li>a
{
	color:#fff;
	font-size:1.2em;
}

.top-bar ul>li>a:hover,.top-bar ul>li>a.active,.top-bar ul.social-links>li>a:hover i
{
	color:#f6931e;
}

.top-bar .container .fa-envelope, .top-bar .container .fa-user
{
	margin-right:5px;
}

/* Main Carousel */
.banner-gad {
	height: 100%;
	width: 100%;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.4) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.4) 100%);
    background: -ms-linear-gradient(to right, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.4) 100%);
    pointer-events:none;
}
 .item img
{
	margin:0 auto;
}
.carousel-control.left, .carousel-control.right {
	background: none;
	filter: none;
	z-index: 1;
}
.carousel-control {
	width: auto;
	top: 50%;
	padding: 0px;
	z-index: 999;
}
.carousel-control img {
	width: 80%;
}
.carousel-inner {
   overflow: visible;
}
.carousel-inner> .item{
   /*disables white flash*/
   -webkit-transition: -webkit-transform .5s ease-in-out;
   -o-transition: -o-transform .5s ease-in-out;
   transition: transform .5s ease-in-out;
   -webkit-backface-visibility: visible;
            backface-visibility: visible;
}
.carousel-inner > .item {
    
}
 .carousel-inner.main>.item>img {
     width: 100%;
	 object-fit: cover;
     height: calc(80vh - 50px);
     max-height: 800px;
     min-height: 520px;
}
 .carousel-inner.main.index>.item>img {
     height: calc(95vh - 50px);
     max-height: 900px;
      min-height: 550px;
}
.carousel-inner.main.no-img>.item>img {
    max-height: 400px;
    min-height: 300px;
    object-position: top;
}
 .caption
{
	color:#fff;
	margin-top:80px;
	position:relative;
	z-index:2;
}

.caption h2
{
	font-size:32px;
	font-style:italic;
	font-weight:700;
	text-shadow:3px 3px 3px #0d0c0d;
	margin:0px;
	margin-bottom: 20px;
}

.caption p
{
	font-size:20px;
	font-style:italic;
	line-height:28px;
}


 /*.cms-fix {
     font-size: 72px;
     font-weight: 400;
     text-shadow: 3px 4px 2px #3e3f3f;
}*/

 .overlay,.overlay-cms
{
	left:0;
	position:absolute;
	top:50px;
	width:100%;
	background-color: transparent;
}
.cqFix {
	height: 200px;
	background-color: #fff;
	content: " ";
	width: 100%;
}
.bgFix {
	background: transparent;
}
.white-bg
{
	filter:alpha(opacity=30);
	height:100%;
}

#agency-logo {
	margin: 20px 0;
	padding: 10px;
	background: #fff;
	border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
#agency-logo-footer{
	padding: 10px;
	background: #fff;
	border-radius: 3px;
}

.logo-agency img
{
	display:inline-block;
	max-width:100%;
}
/* Insurance Types/Boxes */
 .gradient-bg {
     padding: 10vh 0;
     color: #0d0c0d;
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     box-sizing: content-box;
     width: 100%;
     -o-text-overflow: clip;
     text-overflow: clip;
     background: -webkit-linear-gradient(45deg, rgba(50, 50, 50, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(50, 50, 50, 0.1) 50%, rgba(50, 50, 50, 0.1) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), #0d0c0d;
     background: -moz-linear-gradient(45deg, rgba(50, 50, 50, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(50, 50, 50, 0.1) 50%, rgba(50, 50, 50, 0.1) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), #0d0c0d;
     background: linear-gradient(45deg, rgba(50, 50, 50, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(50, 50, 50, 0.1) 50%, rgba(50, 50, 50, 0.1) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), #0d0c0d;
     background-position: auto auto;
     -webkit-background-origin: padding-box;
     background-origin: padding-box;
     -webkit-background-clip: border-box;
     background-clip: border-box;
     -webkit-background-size: 8px 8px;
     background-size: 8px 8px;
     position: relative;
}
 .gradient-bg:has(.mobile-quote) {
     padding: 0px;
 }
 .gradient-bg.cov-ins {
     background:#cbc8cc;
     color: #0d0c0d;
 }
  .gradient-bg.cov-ins h2 {
           color: #0d0c0d;
           margin-top: 0px;
  }
  .gradient-bg.cov-ins .col-md-4 .inner {
      padding: 20px;
      background: #fff;
      box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
      border-radius: 8px;
  }
 div.ins-boxes .col-md-3.grid-change
{
	width:20%;
	border-right: 1px solid #d0cdd1;
}
 div.ins-boxes .col-md-3.grid-change:last-of-type {
 	border-right: none;
 }
 .ins-boxes {
     border-radius: 8px;
     overflow: hidden;
     box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
 }
.ins-boxes h3
{
	color:#0d0c0d;
	display:inline-block;
	text-decoration:none;
}

.ins-boxes img
{
	display:inline-block;
	margin:0 auto;
}

.col-md-3.box-1
{
	background:url(../img/commercial-property.png) no-repeat;
	padding:0;
}

.i-box-1
{
	background-color:rgba(215,212,217,0.8);
	height:auto;
	padding:50px 0;
	width:auto;
	text-align:center;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
}

.col-md-3.box-2
{
	background:url(../img/assisted-living.png) no-repeat;
	padding:0;
}

.i-box-2
{
	background-color:rgba(215,212,217,0.8);
	height:auto;
	padding:50px 0;
	width:auto;
	text-align:center;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
}

.col-md-3.box-3
{
	background:url(../img/construction-and-contractors.png) no-repeat;
	padding:0;
}

.i-box-3
{
	background-color:rgba(215,212,217,0.8);
	height:auto;
	padding:50px 0;
	width:auto;
	text-align:center;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
}

.col-md-3.box-4
{
	background:url(../img/auto-sales-rental-and-repair.png) no-repeat;
	padding:0;
}

.i-box-4
{
	background-color:rgba(215,212,217,0.8);
	height:auto;
	padding:50px 0;
	width:auto;
	text-align:center;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
}

.col-md-3.box-5
{
	background:url(../img/health.png) no-repeat;
	padding:0;
}

.i-box-5
{
	background-color:rgba(215,212,217,0.8);
	height:auto;
	padding:50px 0;
	width:auto;
	text-align:center;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
}
.i-box-1:hover, .i-box-2:hover, .i-box-3:hover, .i-box-4:hover, .i-box-5:hover
{
backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    transition: all .3s;
}
/* Color tabs */
 .color-tab
{
	bottom:0;
	position:absolute;
	width:100%;
	z-index: 1;
}

.color-tab1
{
	/*background:#fbb45f;
	height:16px;
	width:62.5%;*/
}

.color-tab2
{
	/*background:#f6931e;
	height:8px;
	width:74.5%;*/
}

.color-tab3
{
	background:#0d0c0d;
	height:2px;
	width:100%;
}
/* Main Content */
.main-content , .inner-main-content {
  
}
 .main-content,.review-sections
{
	background:#fff;
}
.main-content ul, .inner-main-content ul {
    margin: 20px 0;
    padding-left: 20px;
}
.main-content ul li, .inner-main-content ul li {
    margin-bottom: 10px;
}
.main-content ul li::marker, .inner-main-content ul li::marker {
    color: #f6931e;
}
.main-content p, .main-content ul li,  .main-content ul li a, .inner-main-content p, .inner-main-content ul li, .inner-main-content ul li a
{
	color:#13140f;
	font-size:16px;
    line-height: 30px;
}
.main-content ul {
    column-count: 3;
}
.main-content ul li {
    padding-right: 20px;
}
.main-content h2, .main-content h3, .main-content h4, .inner-main-content h2, .inner-main-content h3, .inner-main-content h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.main-content p a, .inner-main-content p a, .main-content ul li a, .inner-main-content ul li a {
    text-decoration: underline;
}
.inner-main-content p a.btn-customer {
    text-decoration:none;
}
.inner-main-content .col-md-8 {
    padding-right: 5vw;
}
section.main-content .color-tab
{
	-moz-transform:scaleX(-1);
	-ms-filter:FlipH;
	-o-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	filter:FlipH;
	margin-top:50px;
	position:relative;
	transform:scaleX(-1);
}
/* Insurance Cover */
 .cover-insurance,.cover-insurance-heading
{
	color:#fff;
}

.cover-insurance-heading h2
{
	font-size:46px;
	font-style:italic;
	font-weight:500;
	margin-top:50px;
}

.cover-insurance
{
	margin-top:20px;
}
 hr.sub-title-border
{
	border:1px solid #332f33;
    border-bottom:none;
	float:left;
	width:80%;
}
.cover-insurance h3 {
    color: #1a1a1a;
}
.cover-insurance p
{
	font-size:15px;
	margin:20px 0;
    color: #1a1a1a;
}

.cover-insurance p a.btn-default
{
	background:#f6931e;
	border:0;
	border-radius:5px;
	color:#0d0c0d;
	margin-bottom:0px;
	margin-top:25px;
	padding:2px 25px;
	text-shadow:none;
	width:125px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}
#agency-logo-footer {
	margin-bottom: 20px;
}
.cover-insurance p a.btn-default:hover,.cover-insurance p a.btn-default:focus
{
	background:#db811a;
}
/* Review Sections */
.review-sections h2
{
	font-size:46px;
	font-style:italic;
	font-weight:400;
	margin-top:50px;
}

.review-sections p
{
	font-size:18px;
	font-style:italic;
	margin-left:50px;
}

.review-sections p+p
{
	font-size:17px;
	font-style:normal;
	margin-bottom:50px;
	margin-right:20px;
	text-align:right;
}

.review-sections p+p span
{
	font-weight:700;
}
 div.review-sections .color-tab
{
	position:relative;
}
/* Carrier logo carasoul */
.carrier h2
{
	color:#fff;
	font-size:46px;
	font-style:italic;
	font-weight:500;
	margin-top:50px;
}

.ins-nslider
{
	padding:0 15px;
	width:50%;
}

.nbs-flexisel-container
{
	max-width:100%;
	position:relative;
}

.nbs-flexisel-ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
	width:9999px;
}

.nbs-flexisel-inner
{
	float:left;
	margin:0 0 50px;
	overflow:hidden;
	width:100%;
	height:100px;
}

.nbs-flexisel-item
{
	cursor:default;
	float:left;
	line-height:0;
	margin:0;
	padding:20px 0;
	background: #fff;
	position:relative;
}

.nbs-flexisel-item img
{
	cursor:default;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:0;
	max-width:100%;
	position:relative;
}

.nbs-flexisel-nav-left,.nbs-flexisel-nav-right
{
	cursor:default;
	height:22px;
	position:absolute;
	width:22px;
	z-index:100;
}
.brk-fix {
	display:inline-block;
}
.no-marg
{
	margin-left:0!important;
}
.top-bar ul.top-phone {
    float: left;
    color: #fff;
    font-size: 1.2em;
}
.top-bar ul.top-phone li {
}
.top-bar ul.top-phone .fa {
    color: #f6931e;
    margin-right: 5px;
}
.top-bar .fa {
    color: #f6931e;
}
/*Social icons */
 .social-icons
{
	background:#f6931e;
	margin:0;
}
.social-links .fa {
    color: #fff;
}
.social-pattern
{
	-moz-box-sizing:content-box;
	-webkit-background-clip:border-box;
	-webkit-background-origin:padding-box;
	-webkit-box-sizing:content-box;
	background:#f6931e;
	background-clip:border-box;
	background-origin:padding-box;
	box-sizing:content-box;
	width:100%;
}

.social-mid
{
	-webkit-align-content:center;
	-webkit-align-items:center;
	-webkit-justify-content:space-around;
	align-content:center;
	align-items:center;
	display:flex;
	height:260px;
	justify-content:space-around;
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}

.social-mid li a .fa-facebook
{
	font-size:50px;
	padding:0 4px;
}

.social-mid li a .fa
{
	
	font-size:42px;
	vertical-align:middle;
}
.social-mid li a.facebook .fa {
	color:#3b5998;
}
.social-mid li a.linkedin .fa {
	color:#0e76a8;
}
.social-mid li a.twitter .fa {
	color:#00aced;
}
.social-mid li a.google .fa {
	color:#CC3333;
}
.social-mid li a.youtube .fa {
	color:#c4302b;
}
.social-mid li a
{
	background:#eee;
	border:solid 3px transparent;
	border-radius:50px;
	padding:38px 30px;
}

.social-mid li a:hover
{
	-moz-transition:all ease .8s;
	-webkit-transition:all ease .8s;
	box-shadow:inset 3px 3px #0d0c0d;
	transition:all ease .8s;
}
.social-mid li a:hover .fa {
	color: #0d0c0d;
	-moz-transition:all ease .8s;
	-webkit-transition:all ease .8s;
	transition:all ease .8s;
}
.social-mid li a.facebook:hover {
	background: #3b5998;
}
.social-mid li a.linkedin:hover {
	background: #0e76a8;
}
.social-mid li a.twitter:hover {
	background: #00aced;
}
.social-mid li a.google:hover {
	background: #CC3333;
}
.social-mid li a.youtube:hover {
	background: #c4302b;
}
/* Footer */
 .footer-content
{
	color:#fff;
}

.footer-content h2
{
	font-size:32px;
	font-style:italic;
	font-weight:400;
	margin-bottom:25px;
	text-transform:uppercase;
}

.footer-content ul
{
	padding-left:0;
}

.footer-content ul li
{
	font-size:16px;
	font-weight:600;
	list-style-type:none;
	margin:7px 0;
}

.footer-content ul li a
{
	color:#fff;
}

.footer-content ul li a:hover,.footer-content ul li a:focus,.footer-content ul li a.active
{
	color:#f6931e;
}
/* Blog */
 .titlefield a,.rssfeedsclass a
{
	color:#fff;
}
/* Google Map */
 .gmap
{
	border:none;
	height:140px;
	margin-bottom:20px;
	width:100%;
}
/* Footer Contact Info */
 .contact-info ul
{
	margin:0;
	padding:0;
}

.contact-info li
{
	list-style-type:none;
	padding:0 0 15px;
}

.contact-info li a
{
	color:#fff;
	display:inline;
}

.contact-info a:hover
{
	color:#fff;
}

.contact-info span
{
	display:block;
	overflow:hidden;
}

.contact-info i.fa-map-marker, .contact-info i.fa-phone, .contact-info i.fa-print, .contact-info i.fa-envelope, .contact-info i.fa-comments
{
	color:#f6931e;
	float:left;
	font-size:1.2em!important;
	margin-right:5px;
	margin-top:3px;
	width:18px;
}
/* Copyright Sections */
 .copyright
{
	margin-top:50px;
}

.copyright p,.copyright p a
{
	color:#fff;
	font-size:16px;
	font-weight:600;
}
.copyright p a:hover, .copyright p a:focus{
	color: #f6931e;
}
/* Quote-Box */
 .styleOption
{
	margin: 15px 0 20px;
}

.styleOption select
{
	background:url(../img/select-ie8.gif) top left repeat\0/;
	border:1px solid #0d0c0d;
	border-radius:4px;
	color:#0d0c0d;
	font-size:18px;
	height:40px;
	padding:4px 15px;
	text-shadow:none\0/;
	width:86%;
}

.styleOption option
{
	color:#333;
	font-size:16px;
	text-shadow:none;
}

.styleOption-inside select
{
	background:#fff;
	border:1px solid #0d0c0d;
	border-radius:4px;
	color:#0d0c0d;
	margin-left:5%;
	margin-top:20px;
	padding:5px 3px 5px 0;
	position:relative;
	width:90%;
	z-index:99;
}
 .inside-quote input
{
	padding-left:3px!important;
	padding-right:3px!important;
}

.qte-btn.btn-default
{
	background:#f6931e;
	border:0;
	border-radius:3px;
	color:#0d0c0d;
	font-size:20px;
	font-weight:500;
	line-height:24px;
	margin-top:10px;
	padding:1px 40px 4px;
        box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.qte-btn.btn-default:focus
{
	background:#db811a;
	color:#000;
}

.qte-btn.btn-default:hover
{
	background:#db811a;
	color:#000;
}

.inside-qte-btn.btn-default
{
	background:linear-gradient(tobottom,#0d0c0d0%,#0d0c0d50%,#cbc8cc90%,#cbc8cc100%);
	border:0;
	border-radius:5px;
	color:#fff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d0c0d',endColorstr='#cbc8cc',GradientType=0);
	float:right;
	margin-right:5%;
	padding:10px 30px;
}

.inside-qte-btn.btn-default:hover,.inside-qte-btn.btn-default:focus
{
	background:linear-gradient(tobottom,#cbc8cc0%,#cbc8cc5%,#cbc8cc5%,#cbc8cc10%,#0d0c0d55%,#0d0c0d71%,#0d0c0d100%);
	border:0;
	border-radius:5px;
	color:#fff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbc8cc',endColorstr='#0d0c0d',GradientType=0);
	float:right;
	margin-right:5%;
	padding:10px 30px;
}

.qte-btn-ins:focus
{
	color:#fff;
}

.ins-types a,.ins-types a:focus
{
	color:#0d0c0d;
	float:right;
	text-transform:uppercase;
}
/* My Account */
 .dropdown-menu.my-account li a:hover
{
	filter:none!important;
}

.dropdown-menu.my-account
{
	background:#0d0c0d;
	border:0;
	border-radius:0;
	box-shadow:none;
	height:auto;
	margin-left:-508px;
	margin-top:10px;
	width:610px;
	border: 1px solid #cbc8cc;
}

.dropdown-menu.my-account li
{
	float:left;
}

.dropdown-menu.my-account li.first
{
	margin-left:35px;
}

.dropdown-menu.my-account>li
{
	margin:0 12px;
	padding:0;
}

.dropdown-menu.my-account>li>a
{
	color:#fff;
	font-size:12px;
	line-height:12px;
	padding:0 7px;
}

.dropdown-menu.my-account>li>a:hover,.dropdown-menu.my-account>li>a:focus
{
	background:transparent;
	color:#f6931e!important;
}

a.dropdown-toggle
{
	padding-right:15px;
}

.dropdown.top-accnt
{
	margin-left:27px!important;
}

.top-accnt a.dropdown-toggle:hover, .top-accnt a.dropdown-toggle:focus, .top-accnt a.dropdown-toggle.active {
    color: #f6931e;
    text-decoration: none;
}

.top-accnt.open a.dropdown-toggle
{
	color:#f6931e!important;
	text-decoration:none;
}
/* Inner Page */
.inner-main-content h1
{
	margin-top:0;
}

.inner-main-content p, .inner-main-content ul li
{
	font-size:15px;
	line-height:26px;
}

.inner-main-content hr.title-border
{
	width:100%;
}

.inner-main-content .color-tab
{
	-moz-transform:scaleX(-1);
	-ms-filter:FlipH;
	-o-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	filter:FlipH;
	position:relative;
	transform:scaleX(-1);
	width:100%;
}

.inner-main-content .right-side
{
	background:#cbc8cc;
	padding-bottom:50px;
	padding-top:50px;
    margin: 5vh 0 10vh;
    border-radius: 8px;
    border: 1px solid #9d9b9e;
}
 .quote-box,ul.servicing-states
{
	/*border-bottom:1px solid #9d9b9e;*/
	padding-bottom:60px;
}

.quote-box h3,
.quote-box h2
{
	
	color:#0d0c0d;
	font-size:32px;
	font-weight:400;
	padding-bottom:10px;
	text-align:center;
}

.quote-box input,.quote-box select,.quote-box textarea
{
	border:1px solid #9d9b9e;
	color:#0d0c0d;
	height:45px;
	margin:8px 0;
	padding:0 8px;
	width:100%;
}

.submit-btn
{
	background:#f6931e;
	border:1px solid #f6931e;
	color:#0d0c0d!important;
	font-size:18px;
	font-weight:400;
	margin-top:20px;
	padding:8px;
	text-transform:uppercase;
	width:100%;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.submit-btn:hover,.submit-btn:focus
{
	background:#db811a;
	color: #0d0c0d;
}
 .right-side h3, .right-side h2
{
	color:#0d0c0d;
	font-size:28px;
	font-style:italic;
	font-weight:600;
}

.right-side p
{
	color:#0d0c0d;
	font-size:16px;
}

ul.servicing-states
{
	padding-left: 15px;
}

ul.servicing-states li
{
	color:#0d0c0d;
	list-style-type:none;
	padding:5px 0;
}
ul.servicing-states li .fa{
	color: #f6931e;
}
ul.servicing-states li span a
{
	color:#0d0c0d;
}

ul.servicing-states {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

 .col-sm-4.tablet-view
{
	width:100%;
}
/* Customer Service/Compare Quotes Iframe */
 iframe.ccframe
{
	border:0;
	height:1600px;
	width:100%;
}

#cpIframe
{
	border:0;
	height:1700px;
	width:100%;
}

.email-jot-form
{
	border:0;
	height:1000px!important;
	width:100%;
}
.carriers-box
{
	background:#fff;
	box-shadow:3px 3px 5px #999;
    border: 1px solid #ccc;
	color:#0d0c0d;
	margin-bottom:15px;
	margin-left:0;
	margin-right:10px;
	min-height:150px;
	padding:10px;
	text-align:center;
}
.carriers-box img{
	margin:0 auto;
}
.carriers-box p
{
	color:#0d0c0d;
	text-align:left;
}

.carriers-box h3
{
	color:#0d0c0d;
	font-size:20px;
}
 .carriers-box a.btn-customer {
     background: #f6931e;
     border: 1px solid #f6931e;
     border-radius: 30px;
     color: #0d0c0d;
     font-size: 12px;
     height: auto;
     margin: 5% 0 0;
     padding: 3px 14px;
     width: 100%;
	 color: #0d0c0d !important;	
}
 .shadowed {
     background-color: #fff;
     border: 1px solid #ccc;
     display: inline-block;
     filter: drop-shadow(2px 3px 3px #999);
     padding: 10px;
     margin-bottom:20px;
}
 .carriers-box a.btn-customer:hover,  .carriers-box a.btn-customer:focus
{
	background:#db811a;
	
}
.carriers-box p a{
	color: #fff !important;
}
.grid-divider h4
{
	color:#0d0c0d;
	font-size:16px;
}
/* Miscellenous */
a.active,a:focus,a:hover
{
	color:#f6931e;
	text-decoration:none;
}
.ins-quote-ht
{
	height:600px;
}

.ins-btn
{
	background:#0d0c0d;
	border-radius:0;
	color:#fff;
	font-size:15px;
	height:40px;
	line-height:35px;
	margin-bottom:20px;
	padding:0 20px 0 10px;
	text-align:left;
	text-shadow:none;
	text-transform:uppercase;
	width:100%;
}
 .ins-btn:hover,.ins-btn:focus
{
	background:#f6931e;
	color:#0d0c0d;
}

.lob-jot-form
{
	border:0;
	height:439px !important;
	width:100%;
}
/* Breadcrumbs */
.breadcrumb
{
	background:transparent;
	padding:20px 0 30px;
}

.breadcrumb li
{
	color:#333;
	float:left;
	list-style-type:none;
}

.breadcrumb li a
{
	color:#0d0c0d;
	font-weight:400;
}

.breadcrumb li a:hover
{
	color:#0d0c0d;
	font-weight:400;
	text-decoration:none;
}

.breadcrumb > li + li
{
	padding-top: 3px;
}

.breadcrumb > li + li::before
{
	content:" ";
	padding:0 5px 0 0;
}

.no-pad
{
	padding-left:0;
	padding-right:0;
}
/* Navigation */
.navbar-default
{
	background:transparent;
	border:0;
}

.navbar-default .navbar-nav > li > a
{
	color:#fff;
	font-size:17px;
	font-weight:600;
	margin:15px;
	padding:0;
	text-shadow:1px 1px #1B1908;
}

.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus
{
	background-color:transparent;
	border-bottom:5px solid #cbc8cc;
	color:#fff;
	text-shadow:1px 1px 0 #0d0c0d;
	z-index:20;
}

.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus
{
	background-color:transparent;
	border-bottom:5px solid #cbc8cc;
	color:#fff;
}

.navbar-default .navbar-nav > li > a.active
{
	color:#fff;
    text-decoration: underline;
    text-decoration-color: #f6931e;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}

.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus
{
	color:#fff;
    text-decoration: underline;
    text-decoration-color: #f6931e;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}

.dropdown-menu
{
	background:#0d0c0d;
}

.dropdown-menu > li > a
{
	color:#fff;
}

.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus,.dropdown-menu > li > a.active,
.navbar-default .navbar-nav .dropdown-menu li a.submenu-link:hover,
.navbar-default .navbar-nav .dropdown-menu li a.submenu-link.active
{
color: #fff;
  text-decoration: underline;
    text-decoration-color: currentcolor;
    text-decoration-thickness: auto;
  text-decoration-color: currentcolor;
  text-decoration-thickness: auto;
  text-decoration-color: #f6931e;
  text-decoration-thickness: 2px;
  text-underline-position: under;
  background: inherit;
}
  .navbar-default .navbar-nav .dropdown-menu li a.submenu-link {
    color: #fff !important;
  }

.inner-page-padding-bottom
{
	padding-bottom:10px!important;
}

.navbar-collapse > ul.navbar-nav
{
	float:right;
}

.navbar-collapse > ul.navbar-nav > li
{
	margin-left:0;
	margin-right:0;
	padding:0;
}

.navbar
{
	margin-bottom:0;
	margin-top:50px;
	min-height:50px;
}

.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover,.navbar-default .navbar-nav > .open > a:focus
{
	background-color:transparent;
	color:#fff;
}

.nav .open > a,.nav .open > a:hover,.nav .open > a:focus
{
	background-color:#eee;
	border-color:transparent;
}

.active-ins
{
	border:2px solid #f6931e!important;
}

.navbar-collapse
{
	padding-left:0;
	padding-right:0;
}

.dropdown.open .caret
{
	border-bottom:8px solid;
	border-top:none;
}

.dropup.open .caret
{
	border-bottom:none;
	border-top:6px solid!important;
}

.dropup .caret
{
	border-bottom:6px solid;
	border-top:0;
	content:"";
}

.navbar-toggle span:nth-child(1)
{
	top:15px;
}

.navbar-toggle span:nth-child(2)
{
	top:22px;
}

.navbar-toggle span:nth-child(3)
{
	opacity:0;
	top:22px;
}

.navbar-toggle span:nth-child(4)
{
	-webkit-transition:all .25s ease-in-out 0;
	top:29px;
	transition:all .25s ease-in-out 0;
}

.navbar-toggle.nav-bg span:nth-child(1),.navbar-toggle.nav-bg span:nth-child(4)
{
	opacity:0;
	top:24px;
}

.navbar-toggle.nav-bg span:nth-child(2)
{
	-webkit-transform:rotate(45deg);
	-webkit-transition-delay:.25s;
	transform:rotate(45deg);
	transition-delay:.25s;
}

.navbar-toggle.nav-bg span:nth-child(3)
{
	-webkit-transform:rotate(-45deg);
	-webkit-transition-delay:.25s;
	opacity:1;
	transform:rotate(-45deg);
	transition-delay:.25s;
}

.navbar-toggle
{
	background-color:transparent;
	cursor:pointer;
	float:right;
	height:43px;
	overflow:hidden;
	width:43px;
	z-index:100;
}

.navbar-toggle span
{
	-webkit-transform:rotate(0deg);
	-webkit-transition:all .25s ease-in-out 0;
	background:#fff none repeat scroll 0 0;
	display:block;
	height:3px;
	left:9px;
	opacity:0.8;
	position:absolute;
	transform:rotate(0deg);
	transition:all .25s ease-in-out 0;
	width:26px;
}

hr.nav-border
{
	/*border:1px solid #cbc8cc;
	float:right;
	margin-top:5px;
	position:absolute;
	right:0;
	top:100px;
	width:62%;*/
}
.gmaps{width:100%; height:350px!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: #f6931e; /* change the bgcolor based on the template color*/
  color: #0d0c0d;
  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: #0d0c0d;
}
a:focus,.dropdown-toggle:focus{
	outline: auto 2px Highlight;
    outline: auto 5px -webkit-focus-ring-color;
}


#agency-logo-footer {
  width: 250px;
}
.footer-content ul li {
  font-size: 14px;
  font-weight: 600;
  list-style-type: none;
}
a.sms-txt {
	cursor: none;
	pointer-events: none;
	color: inherit;
}

a {
    color: #0d0c0d;
}

a:hover, a:focus {
  color: #f6931e;
}







.nobreak {
  display: inline-block;
}

.paynow {
  background: #f6931e;
  padding: 5px 10px;
  border-radius: 4px;
  color: #000!important;
}


.paynow:hover,.paynow:focus {
  background: #db811a;
  padding: 5px 10px;
  border-radius: 4px;
  color:#000!important;
}

.read-more a {
  color: #fff;
}

.read-more a:hover, .read-more a:focus{
  color: #f6931e;
}

a:focus, .dropdown-toggle:focus {
  outline: none;
  
}
.top-phone li a {
  color: inherit !important;
}
.callout {
    padding: 20px;
    border: 1px solid #ccc;
    background: #cbc8cc;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    margin: 10vh 0;
    text-align: left;
}
.callout .wrap {
    display: flex;
    gap: 40px;
}
.callout img {
    height: 100%;
    width: 100%;
    max-width: 400px;
    min-width: 300px;
    object-fit: cover;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    border-radius: 4px;
}
.calloutCTA {
    padding: 10vh 20px;
    background: #f6931e;
    position: relative;
    margin-top: 10vh;
}
.calloutCTA::before {
    content: " ";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/texture.jpg);
    background-position: top;
    background-size: cover;
    position: absolute;
    mix-blend-mode: multiply;
    -webkit-mask-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
    pointer-events:none;
}
.calloutCTA h2, .calloutCTA h3, .calloutCTA h4, .calloutCTA p, .calloutCTA p a {
    text-align: center;
    color: #000;
}
.calloutCTA p {
    width: 80%;
    margin: 10px auto;
}
.calloutCTA p a {
    text-decoration: underline;
}
.calloutCTA h2:first-of-type {
    margin-top: 0px;
    margin-bottom: 20px;
}
.calloutCTA .cta {
    display: flex;
    margin-top: 5vh;
    gap: 40px;
    justify-content:center;
}
.calloutCTA .cta a {
background: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    font-size: 18px;
    line-height: 24px;
}
.calloutCTA .cta a:hover, .calloutCTA .cta a:focus {
    opacity: .8;
}
.hightlight {
    text-align: center;
}
.hightlight h1 {
    margin-bottom:10vh;
}


/*Login Container*/
.cs-log {
	text-align: center;
	margin: 0 auto;
	display: flex;
	width: 315px;
	padding-bottom: 300px;
}

.csr-login {
	background-color: #f6931e;
	/*Container background color*/
	width: 100%;
	/*container width*/
	height: 100%;
	/*container height*/
	color: #fff;
	/*text color*/
	padding: 15px;
}

/*Login Title*/
.csr-login h1 {
	font-size: 17px;
	text-align: left;
	margin: 20px 0 0;
	font-weight: normal;
	color: #fff;
	line-height: inherit;
}

/*links*/
.csr-login a {
	color: #fff;
	/*Link Color*/
	margin: 12px 0;
	display: block;
	text-align: center;
}

/*User Name and Password*/
.csr-login input {
	width: 100%;
	margin: 20px 0 0;
	box-sizing: border-box;
	border: none;
	padding: 10px 5px 5px 10px;
	color: #000;
}

/*Sign on Button*/
.csr-login input[type="button"] {
	width: 100%;
	margin: 10px 0 0;
	border: none;
	padding: 10px 5px;
	color: #0d0c0d;
	/*Button text color*/
	text-align: center;
	/*Button text alignment*/
	font-size: 14px;
	/*Button font size*/
	background-color: #fff;
	/*Button background color*/
}

.csr-login input[type="checkbox"] {
	width: 30px;
	float: left;
}

.csr-login .RememberMe {
	text-align: left;
	display: block;
	margin-top: 17px;
	float: left;
}
/* blog */	
.blog .entry-footer, .comment-meta {
	background:transparent;
	color:#020607;
	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: 20px;
}
.blog .wp-block-group__inner-container ul li{
	font-size:14px;
}
.blog .wp-block-latest-comments__comment-meta{
	background:transparent;
	border-top:0px;
	padding: 0;
	color:#020607;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Myriad Pro', Arial, sans-serif;
	text-transform: none;
	display:inline;
	
}
.blog .wp-block-latest-comments__comment{
	list-style-type: none;
	color:#020607;
}	
.blog .widget li a:hover, .blog .widget li a:focus, .blog #primary a:focus {
	text-decoration:underline;
}

.blog .search-submit, .blog .wp-block-search__button, .blog .submit{
	padding: 5px 20px;
	color: #0d0c0d;
	border-radius: 0;
	border: 0;
	background: #f6931e;
    text-shadow: none;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.blog .search-submit:hover, .blog .search-submit:focus, .blog .wp-block-search__button:hover, .blog .wp-block-search__button:focus, .blog .submit:hover, .blog .submit:focus{
	background: #db811a;
}
.blog .widget ul{
	margin:0px;
	list-style-type:none;
	padding-left: 15px;
}
.blog .widget li:before{
	content: "\f101";
	padding-right:3px;
	font-family: FontAwesome;
	color: #f6931e;
}
.blog .wp-block-latest-comments__comment:before{
	content: "\f101";
	padding-right:3px;
	font-family: FontAwesome;
	color: #f6931e;
}	
.blog .widget li a{
	text-decoration:none;
}

.blog .content-area{
	margin-top:20px;
}

.list-split.email-tst a {
  font-size: 12px;
}
.is-cms .carousel-inner.main.no-img img {
  display: block !important;
}

.is-cms .cqFix {
  height: inherit;
  background-color: inherit;
  content: inherit;
  width: inherit;
}