@charset "utf-8";
/* CSS Document */

body,html
{
	font-family: 'Open Sans', sans-serif;
	height:100%;
	width:100%;
	background: #f4f4ec;
	color: #393939;
}
body{
	overflow-x:hidden;
}
/* Typography */
h1{
		color:#2c2c2c;
		font-size:32px;
		font-weight: 400;
		font-family: 'Calistoga', cursive;
}
h2{
		font-size:24px;
		font-weight: 700;
		font-family: 'Open Sans', sans-serif;
}
h3{
		color: #393939;
		font-size:22px;
}
h4{		
		color: #393939;
		font-size:19px;
}
p{
		color:#2c2c2c;
		font-size:18px;
		line-height:30px;
}
a{
		color:#2c2c2c;
		display: inline-block;
}
a:hover{
		text-decoration: none;
		color: #777;
}
/* Header */
header
{
	position:relative;
}
.fixed-header {
    background: #fff;
display: block;
left: 0;
min-height: 70px;
position: fixed;
right: 0;
top: 0px;
padding: 10px 0 10px 0;
z-index: 10;
-webkit-box-shadow: 0 1px 5px #9d9d9d;
-moz-box-shadow: 0 1px 5px #9d9d9d;
box-shadow: 0 1px 5px #9d9d9d;
}
.navigation_container {
	margin-top: 20px;
	margin-bottom: 20px;
}

.fixed-header .navigation_container {
	margin-top: 0px;
	margin-bottom: 0px;
}
.fixed-header .left_top_content {
	height: 100px;
}
#agency-logo {
	display:block;
}
.fixed-header .navbar{padding-top:15px;}
.fixed-header #agency-logo {	
	width:220px;
	margin-top:15px;
	display:block;
}
.logo img {
	display:none;
}
/* Top Bar */
header {
	background: #fff;
	width: 100%;
}

/* Top Navigation */
.top_navi_bg{
	background: #fff;
}
ul.top_bar_nav {
	padding:0px;
}
.top-ph-num {
	font-size:24px!Important;
	font-weight:700;
}
ul.top_bar_nav li {
	color: #2c2c2c;
	float: left;
	list-style-type: none;
	padding: 5px 7px;
	line-height: 28px;
	font-size:17px;
}
ul.top_bar_nav li:nth-of-type(1) > .fa{
	color: #3b5998;
}
ul.top_bar_nav li:nth-of-type(2) > a, div.footer_section div + div + div ul li:nth-of-type(1) > a{
	color: #3b5998;
}
ul.top_bar_nav li:nth-of-type(3) > a, div.footer_section div + div + div ul li:nth-of-type(2) > a{
	color: #00acee;
}

ul.top_bar_nav li:nth-of-type(4) > a, div.footer_section div + div + div ul li:nth-of-type(3) > 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: 16px;
    font-weight: 600;
    padding: 0;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #673532;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #673532;
	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;  
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
	background-color: #673532;
    outline: 0;
}

/* Quote box */
div.quote_box{
	margin: 50px 0;
}
div.quote_box h2{
	font-size: 32px;
	font-family: 'Calistoga', cursive;
}

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 3px;
}
.submit_btn{
	width: 100%;
	background: #673532;
	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{
	opacity: 0.7;
}
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: #2c2c2c;
	font-size: 18px;
	line-height: 30px;
}
div.right_main_content{
	background: #f4f4ec;
	border-radius: 5px;
	padding:25px 20px;
}
div.right_main_content h2{
	font-family: 'Calistoga', cursive;
	font-size: 30px;
}
div.right_main_content h3:first-of-type{
	font-family: 'Calistoga', cursive;
	font-size: 24px;
	text-align: center;
	margin-top:0px;
	margin-bottom: 20px;
}
div.right_main_content h2:first-of-type {
	margin-top: 0px;
}
div.right_main_content ul{
	padding-left: 17px;
}
div.right_main_content ul li a{
	color: #393939;
	font-size: 21px;
	line-height:40px;
}
div.right_main_content ul li a:hover{
	color: #919191;
}
div.page_title_section{
	background: #fff;
}
div.page_title_section h3{
	font-size: 72px;
	line-height: 110px;
	font-family: 'Calistoga', cursive;
	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: #2c2c2c;
	font-family: 'Calistoga', cursive;
}
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: center;
}
div.agency_contact_info li::before {
  content: ""; 
  font-family: 'Font Awesome\ 5 Free';
  display: inline-block;
  width: 1.7em; 
  color: #673532;
  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: "\f1ac"; 
}
div.agency_contact_info li:nth-of-type(4)::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;
	padding-left:0;
}
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: #2c2c2c;
    font-family: 'Calistoga', cursive;
	font-weight: 400;
}
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:#2c2c2c;
	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:#8b6f75;
}
div.insurance_lob_content .fa-home{
	color:#d3c7ba;
}
div.insurance_lob_content .fa-calculator{
	color:#75a2a5;
}
div.insurance_lob_content .fa-ship{
	color:#f08a71;
}
div.insurance_lob_content .fa-motorcycle{
	color:#939cbb;
}
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: #919191;
}
.carriers_info div.carriers_design_box p {
    font-size: 15px;
	line-height: 30px;
}
.carriers_info div.carriers_design_box a.btn {
    background: #673532;
	border: 1px solid #673532;
    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{
	opacity: 0.8;
}


/* 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: 360px !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;
}
ul.contact-section-info{
	padding-left: 0px;
}
ul.contact-section-info li{
	list-style-type: none;
}

.site-info{
	text-align: center;
}
.site-info ul{
	margin-left: 0px;
	padding-left: 0px;
}
.site-info ul li{
	display: inline-block;
	list-style-type: none;
}
.site-info ul li, .site-info ul li a{
	color:#000;
	font-size: 16px;
}
/* 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);
}
.fab:hover, .fab:focus,
.site-info ul li a:hover,.site-info ul li a:focus{
    opacity: 0.6;
}

.grid-divider h4 {
    color: #34525f;
    font-size: 24px;
}

.shadowed {
    background-color: #fff;
    border: 1px solid #8eacbb;
    display: inline-block;
    filter: drop-shadow(2px 3px 3px #8eacbb);
    padding: 10px;
    margin-bottom: 20px;
}
.fixed-header .nav-top {
	margin-top: 15px;
	
} 

.tp-tagline {
	font-size:16.5px;
	font-weight:700;
	font-style:italic;
	text-align:left;
	
}
.abt-btn {
	background: #673532;
padding: 5px 20px;
color: #fff;
border: 0;
border-radius: 4px;
font-size: 22px;
font-weight: 600;
margin-top: 20px;
text-transform: uppercase;
}
.abt-btn:hover, .abt-btn:focus {
	opacity:0.8;
	color:#fff;
}
.tag-links {
	color:blue
}
.abt-cont {
	text-align:justify;
}
/* Ada compliance fixes end */ 