@charset "utf-8";
/* CSS Document */

body,html
{
	font-family: 'Open Sans', sans-serif;
	height:100%;
	width:100%;
	background: #edf1fa;
	color: #393939;
}
body{
	overflow-x:hidden;
}
/* Typography */
h1{
		color:#333;
		font-size:36px;
        line-height: 48px;
		font-weight: 700;
		font-family: "Balthazar", serif;
}
h2{
		font-size:24px;
        line-height: 36px;
		font-weight: 700;
		font-family: 'Open Sans', sans-serif;
}
h3{
		color: #393939;
		font-size:20px;
        line-height: 26px;
}
h4{		
		color: #393939;
		font-size:18px;
        line-height: 24px;
}
h1, h2, h3, h4, h5 {
    font-weight: 600;
}
p{
		color:#333;
		font-size:18px;
		line-height:30px;
}
a{
		color:#333;
		display: inline-block;
}
a:hover, a:focus{
		text-decoration: none;
		color: #ad1741;
}
/* Header */
header
{
	position:relative;
}
.fixed-header {
    background: #fff;
display: block;
left: 0;
min-height: 70px;
position: fixed;
right: 0;
top: 0px;
padding: 10px 0 20px 0;
z-index: 10;
-webkit-box-shadow: 0 1px 5px #9d9d9d;
-moz-box-shadow: 0 1px 5px #9d9d9d;
box-shadow: 0 1px 5px #9d9d9d;
}

.fixed-header .navbar {
	padding-top: 55px;
}
/* Top Bar */
header {
	background: #fff;
	width: 100%;
}

/* Top Navigation */
.top_navi_bg{
	background: #fff;
}
ul.top_bar_nav {
	padding:0px;
}
ul.top_bar_nav li {
	color: #333;
	float: left;
	list-style-type: none;
	padding: 5px 5px;
	line-height: 28px;
	font-size: 15px;
}
ul.top_bar_nav li:nth-of-type(1) > .fa{
	color: #163795;
}
ul.top_bar_nav li:nth-of-type(2) > .fa{
	color: #163795;
}
ul.top_bar_nav li:nth-of-type(3) > a, div.footer_section div + div + div ul li:nth-of-type(1) > a{
	color: #3b5998;
}
ul.top_bar_nav li:nth-of-type(4) > a, div.footer_section div + div + div ul li:nth-of-type(2) > a{
	color: #00acee;
}
ul.top_bar_nav li:nth-of-type(5) > a, div.footer_section div + div + div ul li:nth-of-type(3) > a{
	color: #0077b5;
}
ul.top_bar_nav li:nth-of-type(6) > a, div.footer_section div + div + div ul li:nth-of-type(4) > a{
	color: #dd4b39;
}
.footer_imges{
	text-align:right;
	margin-top: 35px;
}
/* Logo And Navigation */

div.log_banner_section{
	padding: 20px 0;
}


div.navigation_container div.navigation_items {
    display: flex;
    align-items: center;
}
nav.navbar-default {
    float: right;
    margin-bottom: 0px;
    background-color: transparent;
	border-color:     transparent;
    width: 100%;
    min-height: 0px;
}
ul.navbar-nav {
    float: none;
    margin: 7.5px -15px;
    display: flex;
    justify-content: space-around;
}
nav.navbar-default .navbar-nav > li > a {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    color: #333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    text-decoration: underline;
    text-decoration-color: #c6194a;
    text-decoration-thickness: 3px;
    text-underline-position: under;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #333;
    text-decoration: underline;
    text-decoration-color: #c6194a;
    text-decoration-thickness: 3px;
    text-underline-position: under;
	font-weight:700;
    background-color: transparent;  
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	background-color: transparent;  
    color: #333;
    text-decoration: underline;
    text-decoration-color: #c6194a;
    text-decoration-thickness: 3px;
    text-underline-position: under;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 3px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .navbar-nav>li>.dropdown-menu li a:hover, .navbar-nav>li>.dropdown-menu li a:focus {
    color: #fff;
	background-color: #ad1741;
    outline: 0;
}

/* Quote box */
div.quote_box{
	margin: 50px 0;
}
div.quote_box h2{
	font-size: 32px;
	font-family: "Balthazar", serif;
}

div.quote_box p{
	font-size: 22px;
	line-height:30px;
	font-weight: 400;
}
div.quote_box input, div.quote_box select{
	width: 100%;
	margin: 20px 0 0 0;
	height:30px;
	border-radius: 4px;
	border: 1px solid #393939;
	background: #fff;
	color: #393939;
	font-weight: 600;
	font-size: 13px;
	padding: 0px 7px;
	text-transform: uppercase;
}
div.quote_box select{
	
	padding: 0px 7px;
}
.submit_btn{
	width: 100%;
	background: #c6194a;
	padding: 2px 10px;
	color: #fff;
	border: 0;
	border-radius: 4px;
	font-size:22px;
	font-weight: 600;
	margin-top: 20px;
	text-transform: uppercase;
}
.submit_btn:hover, .submit_btn:focus{
	background: #ad1741;
}
div.right_banner img{
	margin: 50px 0 0 0
}


/* Content */

div.insurance_main_content{
	border-radius: 10px;
	background: #fff;
	padding: 50px;
	margin: 50px auto;
}
div.insurance_main_content ul li{
	color: #333;
	font-size: 18px;
	line-height: 24px;
    margin-bottom: 10px;
}
div.insurance_main_content ul li::marker {
    color: #c6194a;
}
div.insurance_main_content ul {
    margin: 20px 0;
    padding-left: 20px;
}
div.right_main_content{
	background: #edf1fa;
	border-radius: 5px;
	padding:25px 20px;
}
div.right_main_content h2{
	font-family: "Balthazar", serif;
	font-size: 30px;
}
div.right_main_content h3:first-of-type{
	font-family: "Balthazar", serif;
	font-size: 24px;
	text-align: center;
	margin-top:0px;
	margin-bottom: 20px;
}
div.right_main_content h2:first-of-type {
	margin-top: 0px;
}
div.insurance_main_content h2, div.insurance_main_content h3, div.insurance_main_content h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #333333;
    font-family: "Balthazar", serif;
}
div.right_main_content ul{
	padding-left: 17px;
}
div.insurance_main_content ul.index-list {
    display: flex;
    flex-wrap: wrap;
}
div.insurance_main_content ul.index-list li {
    flex-basis: 33.33%;
}
div.right_main_content ul li a{
	color: #393939;
	font-size: 21px;
	line-height:40px;
}
div.right_main_content ul li a:hover{
	color: #ad1741;
}
div.page_title_section{
	background: #fff;
}
div.page_title_section h3{
	font-size: 72px;
	line-height: 110px;
	font-family: "Balthazar", serif;
	padding:20px 0 70px 0;
}
/* Footer */
div.footer_bg{
	background: #fff;
	padding:60px 0;
}
div.footer_bg h2{
	font-size: 32px;
	line-height: 54px;
	color: #333;
	font-family: "Balthazar", serif;
}
div.footer_bg div.copyright{
	margin: 50px auto 0;
}
div.footer_bg div.copyright p{
	text-align: center;
}
div.footer_bg div.copyright p span{
	display: inline-block;
}
div.footer_section ul li {
    font-size: 17px;
    font-weight: 400;
    list-style-type: none;
    text-transform: uppercase;
}
/* Footer Contact Info */
div.agency_contact_info ul{
	margin:0;
	padding:0;
}

div.footer_section div.agency_contact_info li{
	display: flex;
	list-style-type:none;
	padding:0 0 15px;
	text-transform: none;
	align-items: flex-start;
}
div.agency_contact_info li::before {
  content: ""; 
  font-family: 'Font Awesome\ 5 Free';
  display: inline-block;
  width: 1.7em; 
  color: #163795;
  font-weight: 600;
}
div.agency_contact_info li:nth-of-type(1)::before {
  content: "\f3c5"; 
}
div.agency_contact_info li:nth-of-type(2)::before {
  content: "\f095"; 
}
div.agency_contact_info li:nth-of-type(3)::before {
  content: "\f086"; 
}
div.agency_contact_info li:nth-of-type(4)::before {
  content: "\f1ac"; 
}
div.agency_contact_info li:nth-of-type(5)::before {
  content: "\f0e0"; 
}

div.footer_section div + div + div ul {
    list-style-type: none;
    display: flex;
    margin: 20px 0 0 0;
	justify-content: flex-end;
}
div.footer_section div + div + div ul li{
	padding:10px;
}
/* Carrier Carousal */
div.ins-nslider::before {
    content: '';
    border-top: 1px solid #b8b8b8;
    width: 100%;
    display: inline-block;
	margin: 30px 0;
}
div.ins-nslider h3 {
    font-size: 32px;
    color: #333;
    font-family: "Balthazar", serif;
	font-weight: 700;
}
div.ins-nslider h3 span{
	color: #01d8c1;
	font-weight:700;
}
.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
    margin-top: 15px 0 50px 0;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 0;
	height:120px;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: default;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item img {
	cursor: default;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 100%;
}


.jot_lob_form{
	height: 420px !important;
	border: 0;
	width: 100%;
}

.svg_style{
	position:absolute;top: -35px;left: -40px; z-index:1;
}
.svg_style1{
	position:absolute; right: -100px; z-index:1; bottom: 24%;
}
.svg_style1_inner{
	position:absolute; right: -100px; z-index:1; bottom: -10%;
}
/* Insurance LOB area */


div.insurance_lob_mid {
    height: auto;
    padding: 40px 0px;
    list-style: none;
	display: flex;
justify-content: space-between;
}
div.insurance_lob_content{
	text-align: center;
	flex: 1;
}
div.insurance_lob_content .fas{
	font-size: 80px;
	margin-bottom:20px;
}
div.insurance_lob_content span {
    font-size: 23px;
    line-height:26px;
	color:#333;
	font-weight:400;
	display: flex;
	flex-direction: column;

}
div.insurance_lob_content span::before {
    content: "";
    display: table;
    clear: both;
}

div.insurance_lob_content .fa-car{
	color:#c6194a;
}
div.insurance_lob_content .fa-home{
	color:#c6194a;
}
div.insurance_lob_content .fa-water{
	color:#c6194a;
}
div.insurance_lob_content .fa-motorcycle{
	color:#c6194a;
}
div.insurance_lob_content .fa-key{
	color:#c6194a;
}
div.insurance_lob_content a{ transition: all .2s ease-in-out; }
div.insurance_lob_content a:hover { transform: scale(1.3); }

/* contact you carrier page*/
.carriers_info div.carriers_design_box{
	padding: 15px;
	background: #fff;
	box-shadow: 3px 3px 4px 0 #888282;
	font-size: 14px;
	line-height: 35px;
	margin: 0 0 25px;
	border: 1px solid #d7d5d5;
}

.carriers_info div.carriers_design_box h2{
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #333;
}
.carriers_info div.carriers_design_box p {
    font-size: 15px;
	line-height: 30px;
}
.carriers_info div.carriers_design_box a.btn {
    background: #c6194a;
	border: 1px solid #c6194a;
    border-radius: 22px;
    padding: 3px 6px;
	color: #fff;
	font-size:11px;
}
.carriers_info div.carriers_design_box a.btn:hover, .carriers_info div.carriers_design_box a.btn:focus{
	background: #ad1741;
}


/* Iframe and Google Map */
iframe#cpIframe{
	width: 100%;
	border: 0;
	height:1800px;
}
iframe#ccframe{
	width: 100%;
	border: 0;
	height:1600px;
}
iframe.gmap{
	border:none;
	height:240px;
	margin-bottom:20px;
	width:100%;
}
.quick-contact {
    width: 100%;
    height: 300px !important;
    border: 0px;
}
.anchor{
	display:block;
	height:220px;
	margin-top:-220px;
	visibility:hidden;
}




.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: #75a2a5; /* change the bgcolor based on the template color*/
  color: #fff;
  height: 30px;
  right: 0%;
  padding: 7px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.4s;
  z-index:10;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
  color: #fff;
}
a:focus,.dropdown-toggle:focus{
	outline: auto 2px Highlight;
    outline: auto 5px -webkit-focus-ring-color;
}
/* This will require, if "form-control" class not present on "quote box from fields" */

button:focus, input:focus, optgroup:focus, select:focus, textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
/* Ada compliance fixes end */ 
a.sms_txt{
	cursor: none;
	pointer-events: none;
}

#agency-logo, #agency-logo-footer{
  max-width: 320px;
  width:100%;
}

ul.top_bar_nav li:nth-of-type(3) > a:hover, div.footer_section div + div + div ul li:nth-of-type(1) > a:hover {
  opacity:0.8;
}

.team-info {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 20px;
}

.email a{
	padding-left:11px;
}

/* Google Review Widget */
.grw-review-btn,
.grw-view-all-btn {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	background-color: #c6194a !important;
	font-style: normal;
}
.grw-author {
    color: #333!important;
}
.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: #c6194a !important;
}

.grw-business-header {
	border-bottom: 3px solid #c6194a !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: #333 !important;
}

.grw-total-reviews,
.grw-theme-dark .rm-link {
	color: #666 !important;
}
.grw-view-all-btn:hover, .grw-view-all-btn:focus, .grw-review-btn:hover, .grw-review-btn:focus {
    background-color: #ea255d;
}

.insurance_main_content a{
	color: #c6194a;
}

.insurance_main_content a:hover, .insurance_main_content a:focus {
  color: #e9265d;
}