@charset "utf-8";
/* CSS Document */

body,html
{
	font-family: 'Open Sans', sans-serif;
	height:100%;
	width:100%;
	background: #cfdae6;
	color: #393939;
}
body{
	overflow-x:hidden;
}
/* Typography */
h1{
		color:#2c2c2c;
		font-size:32px;
		font-weight: 400;
		font-family: 'DM Serif Text', serif;
}
h1.index {
	color: #003366;
}
h2{
		font-size:24px;
		font-weight: 400;
		font-family: 'Open Sans', sans-serif;
		line-height: 30px;
		color: #2c2c2c;
}
h3{
		color: #393939;
		font-size:22px;
}
h4{		
		color: #393939;
		font-size:19px;
}
p{
		color:#2c2c2c;
		font-size:18px;
		line-height:30px;
}
a{
		color:#4d7399;
		display: inline-block;
}
a:hover{
		text-decoration: underline;
		color:#4d7399;
}
/* 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;
}

.fixed-header .navbar{padding-top:20px;}
/* Top Bar */
.navigation_container .row {
	display: flex;
	align-items:flex-end;
}
header {
	background: #fff;
	width: 100%;
}

/* Top Navigation */
.top_navi_bg{
	background: #fff;
}
ul.top_bar_nav {
	padding:0px;
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content: center;
	margin-bottom: 0px;
}
ul.top_bar_nav li {
	color: #2c2c2c;
	list-style-type: none;
	line-height: 28px;
	font-size:14px;
	line-height: 24px;
	text-align: center;
	display: flex;
    align-items: baseline;
}
ul.top_bar_nav li:first-of-type {
	font-size: 24px;
	line-height: 36px;
	display: flex;
    align-items: center;
}
ul.top_bar_nav li:first-of-type .fa {
	font-size: 20px;
	line-height: 20px;
}
ul.top_bar_nav .fa{
	color: #003366;
}

.footer_imges{
	text-align:right;
	margin-top: 35px;
}
/* Logo And Navigation */
.logo-section {
	margin: 30px 0;
}

div.log_banner_section{
	padding: 40px 0;
	background: #003366;
	background: -webkit-linear-gradient(top, #4d7399 30%, #003366 100%);
    background: linear-gradient(to bottom, #4d7399 30%, #003366 100%);
    background: -webkit-linear-gradient(top, #4d7399 30%, #003366 100%);
    background: -ms-linear-gradient(to bottom, #4d7399 30%, #003366 100%);
}


div.navigation_container div.navigation_items {
    display: flex;
    align-items: center;
	justify-content: flex-end;
	margin-bottom: 30px;
}
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-area {
	background: #003366;
	padding: 5px 0;
}
nav.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    font-weight: 600;
    padding: 0;
	color: #fff;
	padding: 5px 10px;
	border-radius: 30px;
}
div.left_top_content img {
	width: 150px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #003366;
    background:#fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #003366;
    background:#fff;
	font-weight:700;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	color: #003366;
    background:#fff;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
	background-color: #003366;
    outline: 0;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #003366;
}
/* Quote box */
div.quote_box{
	margin: 50px 0;
}
div.quote_box h2{
	font-size: 32px;
	font-family: 'DM Serif Text', 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 3px;
}
.submit_btn{
	width: 100%;
	background: #003366;
	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{
	display: block;
	width: 100%;
    padding: 0px 0px 0px 20px;
	
}
.featured-index {
	display:flex;
	align-items:center;
	justify-content: center;
	
}
.featured-index > * {
	flex-basis: 50%;
}
/* Content */

div.insurance_main_content{
	border-radius: 10px;
	background: #fff;
	padding: 30px 50px;
	margin: 50px auto;
}
div.insurance_main_content ul li, div.insurance_main_content ol li {
	color: #2c2c2c;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
}
div.right_main_content{
	background: #eaeaea;
	border-radius: 5px;
	padding:25px 20px;
}
div.right_main_content h2{
	font-family: 'DM Serif Text', serif;
	font-size: 30px;
}
div.right_main_content h3:first-of-type{
	font-family: 'DM Serif Text', 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.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: 'DM Serif Text', 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: #2c2c2c;
	font-family: 'DM Serif Text', 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: 15px;
    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: #003366;
  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;
}
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: 'DM Serif Text', serif;
	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:#003368;
}
div.insurance_lob_content .fa-home{
	color:#003368;
}
div.insurance_lob_content .fa-calculator{
	color:#003368;
}
div.insurance_lob_content .fa-heart{
	color:#003368;
}
div.insurance_lob_content .fa-hospital{
	color:#003368;
}
div.insurance_lob_content .fa-building, div.insurance_lob_content .fa-motorcycle {
	color:#003368;
}
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: #003366;
	border: 1px solid #003366;
    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: #003366; /* 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 */ 



.site-info ul li a:hover {
  color: #333;
  font-size: 16px;
}
.inside-images{
	padding-left:0;
}
.inside-images img{
	margin-top:10px;
	margin-bottom:10px;
}
.inside-images p{
	text-align:center;
}

#agency-logo-footer {
  width: 250px;
}

div.agency_contact_info a {
  display: inline;
}

.pym {
  padding-left: 0;
  list-style: none;
  
}


div.insurance_main_content ul.pym li a {
  text-decoration: underline;
}
div.insurance_main_content ul.pym li a:hover {
  text-decoration: underline;
  opacity:0.7;
}
.content-anchor{
	display: block;
height: 39px;
margin-top: -39px;
visibility: hidden;
}

.index-text {
	text-align: justify;
	text-align: center;
}

.index-text h2 {
	font-size: 24px;
	color: #fff;
	font-style: italic;
	margin-top: 0px;
	font-weight: 600;
	line-height: 36px;
}

.index-text p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.content-ins-links a {
	font-weight: 500;
	text-decoration: underline;
	line-height: 30px;
}

.content-ins-links a:hover {
	opacity: .8;
}


.middle-content {
	background: #fff;
	padding: 25px;
	position: relative;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 20px auto;
}
.ins-box {
	background: #fff;
	border-bottom: 1px solid #ccc;
	flex-basis: 40%;
	margin: 10px;
}

.ins-box .ins-img-sec, .ins-box .ins-lob-cont {
	padding-right: 10px;
	padding-left: 5px;
}

.ins-box .fa {
	color: #000;
	font-size: 12px;
}

.ins-box h2 {
	color: #4d7399;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 5px;
	border-bottom: 1px solid #a8a8a8;
	margin-top: 0px;
	margin-bottom: 5px;
}
.ins-box a:hover, .ins-box a:focus {
	text-decoration:none;
}
.ins-box a.float {
	float:left;
}
.ins-box img {
	width: 100%;
	max-width: 150px;
	float:left;
	margin: 10px 20px 10px 0;
}
.ins-box p {
	font-size: 15px;
	line-height: 28px;
}
.ins-img-sec a:hover {
	opacity: 0.9;
}

.ins-lob-cont a:hover, .ins-lob-cont h2:hover {
	color: #DD0000;
}

.ins-sidebar {
	margin-top: 25px;
}

.ins-sidebar img {
	margin-bottom: 20px;
	border: solid 3px #ddd;
}

.index-logo-section {
	text-align: center;
	padding: 0 20px;
	justify-content: flex-end;
	display: flex;
}
.float-right-img {
	float: right;
	width: 100%;
	max-width: 450px;
	margin: 10px 0 10px 20px;
}
.history .float-right-img {
	max-width: 300px;
}
.carrier-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items:center;
	width: 100%;
	max-width: 700px;
	margin: 20px auto;
}
.carrier-grid .col-md-6 {
	flex-basis: 40%;
	align-items:center;
	justify-content: center;
	text-align:center;
	margin: 10px;
	border: 1px solid #ccc;
}
.carrier-grid .col-md-6 img {
	width: 100%;
	max-width: 280px;
}
.bio {
	text-align:center;
	display: flex;
	align-items:center;
	justify-content: center;
	flex-direction: column;
	margin: 30px 0;
}
.bio img {
	width: 100%;
	max-width: 200px;
	margin-bottom: 10px;
}
.bio p {
	margin-bottom: 5px;
	line-height: 24px;
}
.flex {
	display: flex;
	align-items:center;
	justify-content: center;
	gap: 100px;
}