@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:#1f2533;
	font-size:44px;
    line-height: 52px;
	font-weight:400;
	margin-top:50px;
}

h1 a
{
	color:#1f2533;
}

h1 a:hover
{
	text-decoration:none;
}

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;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
}
.main-content h2, .inner-main-content h2, .main-content h3, .inner-main-content h3, .main-content h4, .inner-main-content h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.inner-main-content p a, .main-content p a {
    text-decoration: underline;
}
.inner-main-content p a.btn-customer {
    text-decoration:none;
}
 hr.title-border
{
	border-bottom:1px solid #8bb8cb;
	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:#082259;
    background: linear-gradient(90deg, #082259, #0a2c74);
	position:relative;
	top:0;
	width:100%;
}

.top-bar ul
{
	float:right;
	margin-bottom:0;
	padding:10px 0;
}

.top-bar ul>li
{
	float:left;
	font-size:.8em;
	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-cq a {
    padding: 3px 10px;
    background: #4d738a;
    color: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    border-radius: 3px;
}
.top-cq a:hover, .top-cq a:focus {
    opacity:.9;
}
.top-bar ul>li>a:hover,.top-bar ul>li>a.active,.top-bar ul.social-links>li>a:hover i
{
	color:#d3e7f0;
}

.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: 99;
}
.carousel-control {
	width: auto;
	top: 40%;
	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%;
	 height: 80vh;
     max-height: 600px;
     min-height: 450px;
	 object-fit: cover;
}
 .carousel-inner.main.index>.item>img {
     max-height: 750px;
     min-height: 500px;
     height: calc(100vh - 56px);
 }
.carousel-inner.main.no-img>.item>img {
    max-height: 300px;
    min-height: 250px;
	object-position: center;
}
 .caption
{
	color:#fff;
	margin-top:60px;
	position:relative;
	z-index:2;
}

.caption h2
{
	font-size:35px;
	font-style:italic;
	font-weight:700;
	text-shadow:3px 3px 3px #1f2533;
	margin:0px;
    font-family: "Amarna", sans-serif;
}

.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
{
	left:0;
	position:relative;
	
	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%;
}
.white-bg .row {
    display: flex;
    align-items:center;
}
 #agency-logo
{
	margin:20px 0;
    padding: 10px;
  
    background: #fff;
}

.logo-agency img
{
	display:inline-block;
	max-width:100%;
}
/* Insurance Types/Boxes */
 .gradient-bg {
     padding: 0;
     color: #1f2533;
     -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(47, 56, 77, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(47, 56, 77, 0.1) 50%, rgba(47, 56, 77, 0.1) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), #1f2533;
     background: -moz-linear-gradient(45deg, rgba(47, 56, 77, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(47, 56, 77, 0.1) 50%, rgba(47, 56, 77, 0.1) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), #1f2533;
     background: linear-gradient(45deg, rgba(47, 56, 77, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(47, 56, 77, 0.1) 50%, rgba(47, 56, 77, 0.1) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), #1f2533;
     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.top-grad {
display:none;
}
 div.ins-boxes .col-md-3.grid-change
{
	width:20%;
	border-right: 1px solid #8bb8cb;
}
div.ins-boxes .col-md-3.grid-change:last-of-type {
    border-right:none;
}
 div.ins-boxes .col-md-3.grid-change:first-of-type {

 }
 .ins-boxes {
 box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
 display:flex;
 border-radius: 3px;
 overflow:hidden;
 }
.ins-boxes h3
{
	color:#fff;
	display:inline-block;
	text-decoration:none;
}

.ins-boxes img
{
	display:inline-block;
	margin:0 auto;
}

.col-md-3.box-1
{
	background:url(../img/auto.png) no-repeat;
	padding:0;
}

.i-box-1
{
	background-color:rgba(10,44,116,0.82);
	height:auto;
	padding:50px 0;
	width:auto;
	text-align:center;
}

.col-md-3.box-2
{
	background:url(../img/home.png) no-repeat;
	padding:0;
}

.i-box-2
{
	background-color:rgba(79,110,139,0.82);
	height:auto;
	padding:50px 0;
	width:auto;
	text-align:center;
}

.col-md-3.box-3
{
	background:url(../img/commercial.png) no-repeat;
	padding:0;
}

.i-box-3
{
	background-color:rgba(77,115,138,0.82);
	height:auto;
	padding:50px 0;
	width:auto;
	text-align:center;
}

.col-md-3.box-4
{
	background:url(../img/life.png) no-repeat;
	padding:0;
}

.i-box-4
{
	background-color:rgba(122,160,196,0.82);
	height:auto;
	padding:50px 0;
	width:auto;
	text-align:center;
}

.col-md-3.box-5
{
	background:url(../img/health.png) no-repeat;
	padding:0;
}

.i-box-5
{
	background-color:rgba(139,184,203,0.82);
	height:auto;
	padding:50px 0;
	width:auto;
	text-align:center;
}
/* Color tabs */
 .color-tab
{
	bottom:0;
	position:absolute;
	width:100%;
	z-index: 1;
}

.color-tab1
{
	/*background:#4f6e8b;
	height:16px;
	width:62.5%;*/
}

.color-tab2
{
/*	background:#8bb8cb;
	height:8px;
	width:74.5%;*/
}

.color-tab3
{
	background:#1f2533;
    background: linear-gradient(-90deg, #0a2c74 0%, #0a2c74 20%, #4d738a 20%, #4d738a 40%, #8bb8cb 40%, #8bb8cb 60%, #7aa0c4 60%, #7aa0c4 80%, #bdced6 80%, #bdced6 100%);
	height:5px;
	width:100%;
}
/* Main Content */

 .main-content,.review-sections
{
	background:#fff;
}

.main-content p, .main-content ul li, .inner-main-content ul li 
{
	color:#13140f;
	font-size:16px;
    line-height: 30px;
}
.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: #8bb8cb;
}
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;
    font-family: "Amarna", sans-serif;
}

.cover-insurance
{
	margin-top:20px;
}
.cover-insurance img {
    border-radius: 3px;
     box-shadow: 1px 1px 5px rgba(0,0,0,0.6);    
}
 hr.sub-title-border
{
	border:1px solid #3e4a66;
	float:left;
	width:80%;
}

.cover-insurance p
{
	font-size:15px;
	margin:20px 0;
}

.cover-insurance p a.btn-default
{
	background:#4d738a;
	border:0;
	border-radius:3px;
	color:#fff;
	float:right;
	margin-bottom:70px;
	margin-top:25px;
	padding:2px 25px;
	text-shadow:none;
	width:125px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
#agency-logo-footer {
	margin-bottom: 20px;
}
.cover-insurance p a.btn-default:hover,.cover-insurance p a.btn-default:focus
{
	background:#3f5d70;
    color: #fff;
}
/* Review Sections */
.review-sections h2
{
	font-size:46px;
	font-style:italic;
	font-weight:400;
	margin-top:50px;
    color: #1f2533;
    font-family: "Amarna", sans-serif;
}

.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;
    font-family: "Amarna", sans-serif;
}

.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;
     box-shadow: 1px 1px 5px rgba(0,0,0,0.6);    
     border-radius: 3px;
}

.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: #8bb8cb;
    margin-right: 5px;
}
.top-bar .fa {
    color: #8bb8cb;
}
/*Social icons */
 .social-icons
{
	background:#ebf0f2;
	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:#8bb8cb;
	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:#fff;
}
.social-mid li a.instagram .fa {
	color:#fff;
}
.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 #1f2533;
	transition:all ease .8s;
}
.social-mid li a:hover .fa {
	color: #fff;
	-moz-transition:all ease .8s;
	-webkit-transition:all ease .8s;
	transition:all ease .8s;
}
.social-mid li a.facebook:hover, .social-mid li a.facebook {
	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;
}
.social-mid li a.instagram:hover, .social-mid li a.instagram  {
	background: #D62976;
}
/* 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;
    line-height: 24px;
}

.footer-content ul li a:hover,.footer-content ul li a:focus,.footer-content ul li a.active
{
	color:#fff;
    text-decoration: underline;
    text-decoration-color: #8bb8cb;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
/* 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:#bdced6;
	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;
}
 .rssfeedsclass,  .rssfeedsclass a,  .rssfeedsclass p {
    color: #fff;
 }
.read-more a {
       color: #fff;
}
.read-more a:hover, .read-more a:focus {
       color: #d3e7f0;
}
.copyright p a:hover, .copyright p a:focus{
	color: #d3e7f0;
}
/* Quote-Box */
 .styleOption
{
	margin:20px 0;
}

.styleOption select
{
	background:url(../img/select-ie8.gif) top left repeat\0/;
	border:1px solid #4d738a;
	border-radius:4px;
	color:#1f2533;
	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 #0a2c74;
	border-radius:4px;
	color:#0a2c74;
	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:#4d738a;
	border:0;
	border-radius:3px;
	color:#fff;
	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:#3f5d70;
	color:#fff;
}

.qte-btn.btn-default:hover
{
	background:#3f5d70;
	color:#fff;
}

.inside-qte-btn.btn-default
{
	background:linear-gradient(tobottom,#4f6e8b0%,#4f6e8b50%,#bdced690%,#bdced6100%);
	border:0;
	border-radius:5px;
	color:#fff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f6e8b',endColorstr='#bdced6',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,#bdced60%,#bdced65%,#bdced65%,#bdced610%,#4f6e8b55%,#4f6e8b71%,#4f6e8b100%);
	border:0;
	border-radius:5px;
	color:#fff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdced6',endColorstr='#4f6e8b',GradientType=0);
	float:right;
	margin-right:5%;
	padding:10px 30px;
}

.qte-btn-ins:focus
{
	color:#fff;
}

.ins-types a,.ins-types a:focus
{
	color:#0a2c74;
	float:right;
	text-transform:uppercase;
}
/* My Account */
 .dropdown-menu.my-account li a:hover
{
	filter:none!important;
}

.dropdown-menu.my-account
{
	background:#1f2533;
	border:0;
	border-radius:0;
	box-shadow:none;
	height:auto;
	margin-left:-508px;
	margin-top:10px;
	width:610px;
}

.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:#fff!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: #d3e7f0;
    text-decoration: none;
}

.top-accnt.open a.dropdown-toggle
{
	color:#d3e7f0!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%;
    display:none;
}

.inner-main-content .right-side
{
	background:#ebf0f2;
	padding-bottom:50px;
	padding-top:50px;
    margin-top: 80px;
    margin-bottom: 80px;
    color: #1f2533;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    border: 1px solid #dae2e6;
    border-radius: 3px;
}
 .quote-box,ul.servicing-states
{
	border-bottom:1px solid #bdced6;
	padding-bottom:60px;
}

.quote-box h3,
.quote-box h2
{
	
	color:#fff;
	font-size:32px;
	font-weight:400;
	padding-bottom:10px;
	text-align:center;
}

.quote-box input,.quote-box select,.quote-box textarea
{
	border:1px solid #fff;
	color:#1f2533;
	height:45px;
	margin:8px 0;
	padding:0 8px;
	width:100%;
}

.submit-btn
{
	background:#082259;
	border:1px solid #082259;
	color:#fff!important;
	font-size:18px;
	font-weight:400;
	margin-top:20px;
	padding:8px;
	text-transform:uppercase;
	width:100%;
}

.submit-btn:hover,.submit-btn:focus
{
	background:#0a2c74;
	color: #fff;
}
 .right-side h3, .right-side h2
{
	color:#1f2533;
	font-size:28px;
	font-style:italic;
	font-weight:600;
}

.right-side p
{
	color:#1f2533;
	font-size:16px;
}

ul.servicing-states
{
	padding-left:20px;
}

ul.servicing-states li
{
	color:#1f2533;
	list-style-type:none;
	padding:5px 0;
}
ul.servicing-states li .fa{
	color: #8bb8cb;
}
ul.servicing-states li span a
{
	color:#1f2533;
}
 .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:1px 1px 3px rgba(0,0,0,0.2);
	color:#1a1a1a;
	margin-bottom:15px;
	margin-left:0;
	margin-right:10px;
	min-height:150px;
	padding:10px;
	text-align:center;
    border: 1px solid #dae2e6;
}
.carriers-box img{
	margin:0 auto;
}
.carriers-box p
{
	color:#1a1a1a;
	text-align:left;
}

.carriers-box h3
{
	color:#1a1a1a;
	font-size:20px;
}
 .carriers-box a.btn-customer {
     background: #082259;
     border: 1px solid #082259;
     border-radius: 30px;
     color: #0a2c74;
     font-size: 12px;
     height: auto;
     margin: 5% 0 0;
     padding: 3px 14px;
     width: 100%;
	 color: #fff!important;	
}
 .shadowed {
     background-color: #fff;
     border: 1px solid #dae2e6;
     display: inline-block;
     filter: drop-shadow(1px 1px 3px #999);
     padding: 10px;
     margin-bottom:20px;
}
 .carriers-box a.btn-customer:hover,  .carriers-box a.btn-customer:focus
{
	background:#0a2c74;
	
}
.carriers-box p a{
	color: #fff !important;
}
.grid-divider h4
{
	color:#2c2c2c;
	font-size:16px;
}
/* Miscellenous */
a.active,a:focus,a:hover
{

	text-decoration:none;
}
.ins-quote-ht
{
	height:600px;
}

.ins-btn
{
	background:#082259;
border-radius: 3px;
	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:#0a2c74;
	color:#fff;
}

.lob-jot-form
{
	border:0;
	height:439px !important;
	width:100%;
}
/* Breadcrumbs */
.inner-main-content .breadcrumb
{
	background:transparent;
	padding:20px 0 30px;
    margin: 0px;
}

.inner-main-content .breadcrumb li
{
	color:#333;
	float:left;
	list-style-type:none;
    margin-bottom: 0px;
}

.inner-main-content .breadcrumb li a
{
	color:#4f6e8b;
	font-weight:400;
}

.inner-main-content .breadcrumb li a:hover
{
	color:#4d738a;
	font-weight:400;
	text-decoration:none;
}

.inner-main-content .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:#12345a;
	font-size:16px;
	font-weight:600;
	margin:15px 10px;
	padding:0;
}

.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus
{
	background-color:transparent;
	border-bottom:5px solid #7aa0c4;
	color:#12345a;
	text-shadow:1px 1px 0 #4f6e8b;
	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 #7aa0c4;
	color:#12345a;
}

.navbar-default .navbar-nav > li > a.active
{
	color:#12345a;
    text-decoration: underline;
    text-decoration-color: #8bb8cb;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}

.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus
{
	color:#12345a;
    text-decoration: underline;
    text-decoration-color: #8bb8cb;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}

.dropdown-menu
{
	background:#1f2533;
}

.dropdown-menu > li > a
{
	color:#fff;
}
.navbar-default .navbar-nav .dropdown-menu li {
    margin: 5px 0;
}
.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: #8bb8cb;
  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:00px;
	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:#12345a;
}

.nav .open > a,.nav .open > a:hover,.nav .open > a:focus
{
	background-color:#eee;
	border-color:transparent;
}

.active-ins
{
	border:2px solid #8bb8cb!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 #3e4a66;
	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: #8bb8cb; /* 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;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
outline:none;
}
.btn:focus-visible, .btn:active:focus-visible, .btn.active: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" */

/* Ada compliance fixes end */ 

#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: #4f758b;
}

a:hover, a:focus {

}

/* Google Review Widget */
.grw-review-btn,
.grw-view-all-btn {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	background-color: #8bb8cb !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: #8bb8cb !important;
}

.grw-business-header {
	border-bottom: 3px solid #8bb8cb !important;
}

.grw-theme-dark {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.grw-business-name a,
.grw-business-name a:visited {
	color: #2c2c2c !important;
}

.grw-total-reviews,
.grw-theme-dark .rm-link {
	color: #666 !important;
}



/* Google Review Widget */
.homepage-grw .grw-review-btn,
.homepage-grw .grw-view-all-btn {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	background-color: #082259 !important;
	font-style: normal;
}

.homepage-grw .grw-business-footer p {
	line-height: 24px !important;
	text-align: center !important;
	margin-left: 0;
}

.homepage-grw .grw-theme-dark .grw-slider-nav a.grw-slide-current {
	background-color: #8bb8cb !important;
}

.homepage-grw .grw-business-header {
	border-bottom: 3px solid #8bb8cb !important;
}

.homepage-grw .grw-theme-dark {
	box-shadow: none;
}

.homepage-grw .grw-business-name a,
.homepage-grw .grw-business-name a:visited {
	color: #2c2c2c !important;
}

.homepage-grw .grw-wrapper {
	max-width: 100% !important;
}

.homepage-grw .grw-review-content p {
	text-align: left !important;
}

.homepage-grw .grw-slider-nav {
	clear: both;
	display: none;
}

.homepage-grw .grw-slider {
	text-align: left;
}

.homepage-grw .grw-slider .grw-reviews-wrapper {
	width: auto;
}

.homepage-grw div.grw-review {
	width: 100% !important;
	padding: 10px;
	box-shadow: 3px 3px #ccc;
	margin-left: 6px;
	margin-right: 6px;
	border: 1px solid #ccc;
}

.homepage-grw .grw-theme-dark div.grw-review-content > p {
	inline-size: auto !important;
}

.homepage-grw .grw-theme-dark div.grw-review-content > p {
	inline-size: 245px;
}

.homepage-grw .grw-slider-wrapper {
	display: flex;
	margin: 30px 0 20px;
}

.homepage-grw .grw-slider .grw-reviews-wrapper .grw-review-slide {
	float: none !important;
}

.homepage-grw .grw-review-btn:hover,
.homepage-grw .grw-review-btn:focus,
.homepage-grw .grw-view-all-btn:hover,
.homepage-grw .grw-view-all-btn:focus {
	color: #fff !important;
}


 .img-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    padding: 10px;
  }

  .img-grid img {
    width: 100%;
    border-radius: 8px;
    display: block;
  }
.history-content {
  overflow: hidden;
}
.history-img {
  float: right;
  width: 320px;
  max-width: 45%;
  margin: 0 0 20px 25px;
  border-radius: 8px;
}

.team-section {
    margin-top: 30px;
  }

  .team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 25px;
  }

  .team-card {
    text-align: center;
  }

  .team-card img {
    width: 100%;
    max-width: 260px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto 15px;
  }

  .team-card h3 {
    margin: 10px 0 5px;
    font-size: 22px;
    line-height: 1.3;
  }

  .team-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
  }

  .team-card a {
    color: inherit;
    text-decoration: underline;
    word-break: break-word;
  }


.fixed-cta h2 {
    margin: 0px;
    font-size: 18px;
}
.fixed-cta {

  border-color: #0a2c74 !important;
  background: rgba(8,34,89,.95)!important;
    background: linear-gradient(90deg, rgba(8,34,89,.95), rgba(10,44,116,.95))!important;
}
.fixed-cta .container .cta-qte-btn {
  background: #8bb8cb!important;
  color: #0a2c74!important;
}
#scroll-close {
    background: #8bb8cb!important;
}
#scroll-close::before, #scroll-close::after {
 
  background: #142a57!important;

}

/* ================================
   Warren Weiss FAQ Accordion
   Bootstrap 3 Accordion CSS
   ================================ */

.wwa-faq {
  clear: both;
  display: block;
  position: relative;
  z-index: 2;

  margin: 0 0 0px;
  overflow: visible;
}

/* Clear layout */
.wwa-faq:before,
.wwa-faq:after {
  content: "";
  display: table;
}

.wwa-faq:after {
  clear: both;
}

/* FAQ heading */
.wwa-faq h2 {
  margin: 30px 0 22px;
  color: #1f2533;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  font-style: italic;
  font-family: "Amarna", sans-serif;
}

/* Accordion wrapper */
.wwa-faq .panel-group {
  margin-bottom: 0;
  overflow: visible;
}

/* FAQ item box */
.wwa-faq .panel {
  border: 1px solid #bdced6;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 12px;
  background: #ffffff;
  overflow: visible;
}

/* Question heading */
.wwa-faq .panel-heading {
  padding: 0;
  background: #ffffff;
  border: 0;
}

/* Question title */
.wwa-faq .panel-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}

/* Question link */
.wwa-faq .panel-title a {
  display: block;
  position: relative;
  padding: 16px 50px 16px 18px;
  color: #1f2533;
  font-weight: 700;
  text-decoration: none;
  background: #ffffff;
}

/* Hover and focus */
.wwa-faq .panel-title a:hover,
.wwa-faq .panel-title a:focus {
  color: #1f2533;
  background: #f7fbfd;
  text-decoration: none;
  outline: none;
}

/* Plus icon */
.wwa-faq .panel-title a:after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: #0a2c74;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  font-size: 20px;
  font-weight: 700;
}

/* Minus icon when opened */
.wwa-faq .panel-title a[aria-expanded="true"]:after {
  content: "−";
  line-height: 21px;
}

/* Collapse area */
.wwa-faq .panel-collapse {
  overflow: hidden;
}

/* Open accordion */
.wwa-faq .panel-collapse.collapse.in {
  display: block;
  height: auto !important;
  overflow: visible !important;
}

/* Important: prevents overlap/jump while opening/closing */
.wwa-faq .collapsing {
  position: relative;
  height: auto !important;
  overflow: hidden !important;
  transition: none !important;
}

/* Answer area */
.wwa-faq .panel-body {
  padding: 18px;
  border-top: 1px solid #bdced6;
  font-size: 15px;
  line-height: 1.7;
  color: #333333;
  background: #ffffff;
  overflow: visible;
}

/* Text spacing */
.wwa-faq .panel-body p:last-child,
.wwa-faq .panel-body ul:last-child,
.wwa-faq .panel-body ol:last-child {
  margin-bottom: 0;
}

/* Links inside answer */
.wwa-faq .panel-body a {
  color: #0a2c74;
  font-weight: 600;
  text-decoration: underline;
}

.wwa-faq .panel-body a:hover,
.wwa-faq .panel-body a:focus {
  color: #4d738a;
}

/* Lists inside FAQ answer */
.wwa-faq .panel-body ul,
.wwa-faq .panel-body ol {
  padding-left: 22px;
  margin-top: 8px;
  margin-bottom: 12px;
}

/* Nested lists */
.wwa-faq .panel-body ul ul,
.wwa-faq .panel-body ol ul,
.wwa-faq .panel-body ul ol,
.wwa-faq .panel-body ol ol {
  margin-top: 6px;
}

/* Parent container height fix */
#cont-ed,
#ind-conted,
.column-p {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

/* Clear parent after FAQ */
#cont-ed:after,
#ind-conted:after,
.column-p:after {
  content: "";
  display: block;
  clear: both;
}

/* Footer / next section overlap fix */
footer {
  clear: both;
  position: relative;
}
.nobreak {
  display: inline-block;
}
.highlight {
    padding: 10vh 15px;
}
.highlight h1, .highlight h2, .highlight h3, .highlight p {
    text-align:center;
}
.callout {
    padding: 10vh 15px;
    background: #e6eef2;
    background: linear-gradient(45deg, #e6eef2, #f2f7fa);
    border-top: 5px solid #082259;
    border-image: linear-gradient(-90deg, #0a2c74 0%, #0a2c74 20%, #4d738a 20%, #4d738a 40%, #8bb8cb 40%, #8bb8cb 60%, #7aa0c4 60%, #7aa0c4 80%, #bdced6 80%, #bdced6 100%)1;
    margin-top: 0vh;
}
.callout .wrap {
    display: flex;
    gap: 40px;
}
.callout .wrap .left, .callout .wrap .right {
    flex-grow: 1;
}
.callout img {
    width: 100%;
    max-width: 400px;
    min-width: 300px;
    height: 100%;
    object-fit:cover;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.calloutCTA {
    background: #082259;
    padding: 10vh 15px;
}
.calloutCTA h2, .calloutCTA h3, .calloutCTA p, .calloutCTA a {
    color: #fff;
    text-align: center;
}
.calloutCTA h2 {
    margin-top: 0px;
}
.calloutCTA p {
    width: 80%;
    margin: 10px auto;
}
.calloutCTA .cta {
    margin: 5vh auto 0;
    display: flex;
    justify-content:center;
    gap: 40px;
}
.calloutCTA .cta a {
    background: #4d738a;
    border-radius: 3px;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.calloutCTA .cta a:hover, .calloutCTA .cta a:focus {
        background: #3f5d70;
    color: #fff;
}
.previs {
    opacity:.1;
    transform: translate(0%, 100px);
    -webkit-transform: translate(0%, 100px);
}
.vis {
    transition: .3s ease-in all;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    opacity: 1;
}

#carousel-example-generic {
  position: relative;
}

#carousel-example-generic .carousel-inner img {
  width: 100%;
}

.ban-caption {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
}

.ban-caption .container {
  position: relative;
}

.ban-caption .caption {
  position: relative;
  left: 0;
  top: 0;
  margin-top: 0;
}
.homepage-content {
  padding: 10px;
}

.right-image img {
  padding: 12px;
  background: #d9effc;
  border-radius: 8px;
  margin-top: 20px;
}

#indh1-ed {
  text-align: center;
  font-style: italic;
  font-weight: 700;
}
.headline.previs.vis h2 {
  font-style: italic;
}


.team-section {
  margin-top: 30px;
}

.team-section h2,
.gallery-section h2 {
  margin-bottom: 25px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.team-card {
  text-align: center;
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 15px;
  min-height: 315px;
}

.team-card img {
  width: 100%;
  max-width: 220px;
  height: 220px;
  object-fit: cover;
  margin: 0 auto 15px;
  display: block;
}

.team-card h3 {
  font-size: 18px;
  margin: 10px 0 8px;
}

.team-card p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

.team-placeholder {
  width: 100%;
  max-width: 220px;
  height: 220px;
  margin: 0 auto 15px;
  background: #f2f2f2;
  border: 1px dashed #cccccc;
  color: #777777;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.gallery-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gallery-card {
  border: 1px solid #dddddd;
  background: #ffffff;
  padding: 8px;
}

.gallery-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  cursor: pointer;
}

.gallery-modal .modal-body {
  padding: 15px;
}

.gallery-modal img {
  max-height: 75vh;
}

.main-cnt-cta {
    margin: 5vh auto 0;
    display: flex;
    justify-content:center;
    gap: 40px;
}
.main-cnt-cta a {
    background: #4d738a;
    border-radius: 3px;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.main-cnt-cta a:hover, .main-cnt-cta a:focus {
        background: #3f5d70;
    color: #fff;
}

.isck-lob-section h2 {
  text-align: center;
  font-weight: 700;
  margin-top: 0;
  font-size: 34px;
  line-height: 1.2;
  font-style: italic;
  font-family: "Amarna", sans-serif;
}
.isck-lob-section p {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 30px;
}
.isck-lob-section {
  padding: 10vh 15px;
  background: #e6eef2;
  border-top: 5px solid #082259;
  margin-top: 5vh;
}

.isck-lob-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
  margin-top: 25px;
}
.isck-lob-card {
  min-height: 150px;
  background: #0a2c74;
  color: #fff !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 22px 12px;
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.18);
  transition: 0.25s ease;
  text-decoration: none !important;
}
.isck-lob-card:hover,
.isck-lob-card:focus {
  background: #082259;
  color: #fff !important;
  transform: translateY(-3px);
}
.isck-lob-card i {
  font-size: 44px;
  margin-bottom: 20px;
  color: #fff;
}

#galleryModal .modal-header {
  border-bottom: none!important;
}