@charset "utf-8";
/* CSS Document */

 body,html
{
	font-family:'Open Sans', sans-serif!important;
	height:100%;
	width:100%;
}

/* Typography */
 h1
{
	color:#000;
	font-size:44px;
	font-weight:400;
	margin-top:50px;
}

h1 a
{
	color:#000;
	font-style:italic;
}

h1 a:hover, h1 a:focus
{
	text-decoration:none;
    color: #666;
}

h1 a span
{
	font-weight:700;
}
.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;
    color: #000;
}
.main-content a, .inner-main-content a {
    text-decoration: underline;
}
.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 strong, .inner-main-content ul li strong {
    color: #000;
}
.main-content ul li::marker, .inner-main-content ul li::marker {
    color: #ff4d00;
}
.main-content h1 a {
    text-decoration: none;
}
 hr.title-border
{
	border-bottom:2px solid #ff4d00;
	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:#000f4a;
	position:absolute;
	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-bar ul>li>a:hover,.top-bar ul>li>a.active
{
	color:#ff4d00;
}

.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%);
    ponter-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: 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%;
	 min-height: 450px;
     height: 75vh;
	 object-fit: cover;
}
.index .carousel-inner.main>.item>img {
    min-height: 520px;
     height: 100vh;
}
.carousel-inner.main.no-img>.item>img {
	height: 190px;
	object-position: top;
}
 .caption
{
	color:#fff;
	margin-top:80px;
	position:relative;
	z-index:2;
}

.caption h2
{
	font-size:30px;
	font-style:italic;
	font-weight:700;
	text-shadow:3px 3px 3px #000;
	margin:0px;
}

.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:absolute;
	top:40px;
	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;
    width: 100%;
    max-width: 250px;
}

.logo-agency img
{
	display:inline-block;
	max-width:100%;
}
/* Insurance Types/Boxes */
 .gradient-bg {
     padding: 0;
     color: #000;
     -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(200, 200, 200, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(200, 200, 200, 0.1) 50%, rgba(200, 200, 200, 0.1) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), #000;
     background: -moz-linear-gradient(45deg, rgba(200, 200, 200, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(200, 200, 200, 0.1) 50%, rgba(200, 200, 200, 0.1) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), #000;
     background: linear-gradient(45deg, rgba(200, 200, 200, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(200, 200, 200, 0.1) 50%, rgba(200, 200, 200, 0.1) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), #000;
     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;
}
 div.ins-boxes .col-md-3.grid-change
{
	width:20%;
	
}
 div.ins-boxes .col-md-3.grid-change:first-of-type {
 	
 }
.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(0,5,26,0.7);
	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(29,10,47,0.8);
	height:auto;
	padding:50px 0;
	width:auto;
	text-align:center;
}

.col-md-3.box-3
{
	background:url(../img/flood.png) no-repeat;
	padding:0;
}

.i-box-3
{
	background-color:rgba(248,13,44,0.8);
	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(11,12,140,0.8);
	height:auto;
	padding:50px 0;
	width:auto;
	text-align:center;
}

.col-md-3.box-5
{
	background:url(../img/motorcycle.png) no-repeat;
	padding:0;
}

.i-box-5
{
	background-color:rgba(254,0,0,0.8);
	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:#531d82;
	height:16px;
	width:62.5%;
}

.color-tab2
{
	background:#ff4d00;
	height:8px;
	width:74.5%;
}

.color-tab3
{
	background:#fb2580;
	height:2px;
	width:100%;
}
/* Main Content */
 .main-content,.review-sections
{
	background:#fff;
}

.main-content p
{
	color:#13140f;
	font-size: 15px;
  line-height: 26px;
}

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 #fb2580;
	float:left;
	width:80%;
}

.cover-insurance p
{
	font-size:15px;
	margin:20px 0;
}

.cover-insurance p a.btn-default
{
	background:#ff4d00;
	border:0;
	border-radius:5px;
	color:#000f4a;
	float:right;
	margin-bottom:70px;
	margin-top:25px;
	padding:2px 25px;
	text-shadow:none;
	width:125px;
}
#agency-logo-footer {
	margin-bottom: 20px;
}
.cover-insurance p a.btn-default:hover,.cover-insurance p a.btn-default:focus
{
	background:#e64500;
}
/* 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: #ff4d00;
    margin-right: 5px;
}
.top-bar .fa {
    color: #ff4d00;
}
/*Social icons */
 .social-icons
{
	background:#ff4d00;
	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:#ff4d00;
	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 #000;
	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 {
	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:#ff4d00;
}
/* 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:#fb2580;
	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: #ff4d00;
}
/* Quote-Box */
 .styleOption
{
	margin:20px 0;
}

.styleOption select
{
	background:url(../img/select-ie8.gif) top left repeat\0/;
	border:1px solid #504b24;
	border-radius:4px;
	color:#000;
	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 #1a2859;
	border-radius:4px;
	color:#1a2859;
	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:#ff4d00;
	border:0;
	border-radius:3px;
	color:#000f4a;
	font-size:20px;
	font-weight:500;
	line-height:24px;
	margin-top:10px;
	padding:1px 40px 4px;
}

.qte-btn.btn-default:focus
{
	background:#e64500;
	color:#000f4a;
}

.qte-btn.btn-default:hover
{
	background:#e64500;
	color:#000f4a;
}

.inside-qte-btn.btn-default
{
	background:linear-gradient(tobottom,#b8322f0%,#b8322f50%,#ff8b8890%,#ff8b88100%);
	border:0;
	border-radius:5px;
	color:#fff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8322f',endColorstr='#ff8b88',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,#ff8b880%,#ff8b885%,#ff8b885%,#ff8b8810%,#b8322f55%,#b8322f71%,#b8322f100%);
	border:0;
	border-radius:5px;
	color:#fff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8b88',endColorstr='#b8322f',GradientType=0);
	float:right;
	margin-right:5%;
	padding:10px 30px;
}

.qte-btn-ins:focus
{
	color:#fff;
}

.ins-types a,.ins-types a:focus
{
	color:#005B70;
	float:right;
	text-transform:uppercase;
}
/* My Account */
 .dropdown-menu.my-account li a:hover
{
	filter:none!important;
}

.dropdown-menu.my-account
{
	background:#000a30;
	border:0;
	border-radius:0;
	box-shadow:none;
	height:auto;
	margin-left:-508px;
	margin-top:10px;
	width:610px;
	border: 1px solid #fb2580;
}

.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:#ff4d00!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: #ff4d00;
    text-decoration: none;
}

.top-accnt.open a.dropdown-toggle
{
	color:#ff4d00!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:#000f4a;
	padding-bottom:50px;
	padding-top:50px;
}
 .quote-box,ul.servicing-states
{
	border-bottom:2px solid #fb2580;
	padding-bottom:60px;
}

.quote-box h3
{
	
	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:#999;
	height:45px;
	margin:8px 0;
	padding:0 8px;
	width:100%;
}

.submit-btn
{
	background:#ff4d00;
	border:1px solid #ff4d00;
	color:#000f4a!important;
	font-size:18px;
	font-weight:400;
	margin-top:20px;
	padding:8px;
	text-transform:uppercase;
	width:100%;
}

.submit-btn:hover,.submit-btn:focus
{
	background:#e64500;
	color: #000f4a;
}
 .right-side h3
{
	color:#fff;
	font-size:28px;
	font-style:italic;
	font-weight:600;
}

.right-side p
{
	color:#fff;
	font-size:16px;
}

ul.servicing-states
{
	padding-left:20px;
}

ul.servicing-states li
{
	color:#fff;
	list-style-type:none;
	padding:5px 0;
}
ul.servicing-states li .fa{
	color: #ff4d00;
}
ul.servicing-states li span a
{
	color:#fff;
}
 .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 #2c2c2c;
	color:#1a1a1a;
	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:#1a1a1a;
	text-align:left;
}

.carriers-box h3
{
	color:#1a1a1a;
	font-size:20px;
}
 .carriers-box a.btn-customer {
     background: #ff4d00;
     border: 1px solid #ff4d00;
     border-radius: 30px;
     color: #462e52;
     font-size: 12px;
     height: auto;
     margin: 5% 0 0;
     padding: 3px 14px;
     width: 100%;
	 color: #000f4a !important;	
}
 .shadowed {
     background-color: #fff;
     border: 1px solid #1a1a1a;
     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:#e64500;
	
}
.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:#000f4a;
	border-radius:0;
	color:#fff;
	font-size:16px;
	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:#001463;
	color:#fff;
}

.lob-jot-form
{
	border:0;
	height:470px!important;
	width:100%;
}
/* Breadcrumbs */
.inner-main-content .breadcrumb
{
	background:transparent;
	padding:20px 0 30px;
    margin:0px 0px 20px;
}

.inner-main-content .breadcrumb li
{
	color:#333;
	float:left;
	list-style-type:none;
    margin-bottom: 0px;
}

.inner-main-content .breadcrumb li a
{
	color:#531d82;
	font-weight:400;
    text-decoration:none;
}

.inner-main-content .breadcrumb li a:hover
{
	color:#63229c;
	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:#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 #8db2b4;
	color:#fff;
	text-shadow:1px 1px 0 #A27F05;
	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 #8db2b4;
	color:#fff;
}

.navbar-default .navbar-nav > li > a.active
{
	color:#ff4d00;
}

.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus
{
	color:#ff4d00;
}

.dropdown-menu
{
	background:#000f4a;
}

.dropdown-menu > li > a
{
	color:#fff;
}

.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus,.dropdown-menu > li > a.active
{
	background-color:#ff4d00;
	color:#000f4a;
	outline:0;
	text-decoration:none;
}

.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:10px;
	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 #efaa19!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 #fb2580;
	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: #ff4d00; /* 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" */

/* Ada compliance fixes end */ 

#agency-logo-footer {
  max-width: 200px;
  width: 100%;
}
.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 {

}

a:hover, a:focus {

}

/* Google Review Widget */
.grw-review-btn,
.grw-view-all-btn {
	color: #000f4a !important;
	text-decoration: none !important;
	font-size: 14px;
	background-color: #ff4d00 !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: #ff4d00 !important;
}

.grw-business-header {
	border-bottom: 3px solid #ff4d00 !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: #000f4a !important;
	text-decoration: none !important;
	font-size: 14px;
	background-color: #ff4d00 !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: #ff4d00 !important;
}

.homepage-grw .grw-business-header {
	border-bottom: 2px solid #ff4d00 !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: #000f4a !important;
}

/*Blog*/

.blog .widget ul li, .blog .widget ul li a{
	color:#fff;
	text-decoration: none;
}
.blog .widget h2{
	color: #fff;
	font-size: 28px;
	font-style: italic;
	font-weight: 600;
}
.blog .widget ul li a:hover{
	color:#ff4d00;
}
.blog .search-submit, .blog .submit{
	background: #db541a;
	border: 1px solid #db541a;
	color: #fff;
	padding:7px 8px;
}
.blog .search-field{
	padding:6px 8px;
}
.blog .search-submit:hover, .blog .submit:hover{
	background: #ff4d00 ;
	border: 1px solid #ff4d00 ;
}
.blog .wp-block-search__button {
    background: #db541a;
	color: #fff;
	border:none;
	
}
.blog .wp-block-search__button:hover, .blog .wp-block-search__button:focus{
	background: #ff4d00 ;
}
.blog .widget li::before{ 
content: "\f101";
padding-right:3px;
font-family: FontAwesome;
color: #ff4d00;
}
.blog .widget ul{
	margin:0px;
	list-style-type:none;
	padding-left: 20px;
}
.blog .entry-title a{
	font-size:32px;
	color: #0606cd;
	text-decoration: none;
}

.blog .entry-title a:hover, .blog .entry-title a:focus {
	color: #0606cd;
}

.blog a.active, .blog a:focus, .blog a:hover {
    color: #0606cd;
}

.blog .entry-title {
	margin-top: 15px !important;
}
.blog .right-side .widget-title {
	color: #fff;
	font-size: 28px;
	font-style: italic;
	font-weight: 600;
}

.blog .wp-block-search__label {
 color:#fff;
}
.blog .wp-block-latest-comments__comment-meta{
	background:transparent!important;
	border-top:0px!important;
	padding: 0;
	color:#fff;
	font-size: 15px;
	line-height: 24px!important;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	display:inline!important;
	
}
.blog .wp-block-latest-comments{
	padding-left: 20px;
}
.blog .wp-block-latest-comments a{
	color:#fff;
}
.blog .wp-block-latest-comments a:hover, .blog .wp-block-latest-comments a:focus{
	color:#ccc;
}
.blog .wp-block-latest-comments article{
	display:inline-block!important;
}
.blog .content-area a{
    color: #db541a;
}
.blog .content-area a:hover,.blog .content-area a:focus{
	color:#ff4d00;
}
.overlay-cms {
  left: 0;
  position: absolute;
  top: 40px;
  width: 100%;
  background-color: transparent;
}
/* .blog #blog-ed { */
/* border-bottom: 2px solid #fb2580; */

/* } */