@charset "utf-8";
/* CSS Document */

body,html
{
	font-family: 'Open Sans', sans-serif;
	height:100%;
	width:100%;
	
}

/* Typography */
h1{
		color:#2c2c2c;
		font-size:44px;
        line-height: 52px;
		font-weight: 600;
}
h2{
		color: #393939;
		font-size:28px;
        line-height: 36px;
		font-weight: 600;
}
h3{
		color: #393939;
		font-size:22px;
        line-height: 30px;
}
h4{		
		color: #393939;
		font-size:18px;
        line-height: 24px;
}
p, .content_sections ul li{
		color:#393939;
		font-size:16px;
		line-height:30px;
}
a{
		color:#2c2c2c;
		display: inline-block;
}
a:hover{
		text-decoration: none;
		color: #666;
		outline: none;
}
a:focus{
		text-decoration: none;
		color: #a8abab;
		outline: none;
}
.content_sections ul {
    margin: 20px 0;
    padding-left: 20px;
}
.content_sections ul li {
    margin-bottom: 10px;
}
.content_sections ul li::marker {
    color: #006fb0;
}
.content_sections ul li a, .content_sections ul li strong {
    color: #2c2c2c;
}
.content_sections h2, .content_sections h3, .content_sections h4 {
    margin-top: 30px;
    margin-bottom: 10px
}
.content_sections p a {
    text-decoration: underline;
}
/* Header */
header
{
	position:relative;
}

/* Top Bar */
header div.top-ribbon{
	/*background-image: url(../img/header-section-bg.png);
	background-repeat: repeat;*/
	background-color: #242d33;
	width: 100%;
	/*border-bottom:2px solid #fff;*/
}

/* Top Navigation */
div.top_info_line{
	display: flex;
	float: right;
	justify-content: center;
	text-align: center;
}
div.top_info_line .fa, div.top_info_line .fas {
    color: #006fb0;
}
div.top_info_line ul{
	margin: 0;
	padding: 0;	
}

div.top_info_line ul li {
	color: #fff;
	float: left;
	list-style-type: none;
	margin:5px 0;
	padding: 5px 20px;
	line-height: 28px;
	font-size:17px;
	border-right: 1px solid #14181a;
}
div.top_info_line ul li a {
	color: #fff;
	font-size:17px;
}
div.top_info_line ul li a.active, div.top_info_line ul li a:hover, div.top_info_line ul li a:focus{
	color:#fff; 
	opacity: 0.8;
}
div.top_info_line ul li ul.top-my-account li {
	border-right: none;
}
div.top_info_line ul+ul li:nth-child(1), div.top_info_line ul+ul li:nth-child(2), div.top_info_line ul+ul li:nth-child(3), div.top_info_line ul+ul li:nth-child(5){
	border-right: none;
}
div.top_info_line ul+ul li {
	padding-left: 10px;
	padding-right: 10px;
}
div.top_info_line ul+ul li:nth-child(1) {
	padding-left: 20px;
}
div.top_info_line ul+ul li:nth-child(5) {
	padding-right: 20px;
}
div.top_info_line ul li ul.top-my-account {
	float: left;
    color: #fff;
    margin-top: 5px;
	list-style-type: none;
}
div.top_info_line ul li ul.top-my-account{
	min-width:90px;
	border-radius: 0px;
}
div.top_info_line ul li ul.top-my-account li{
	margin: 0;
	padding: 0px;
	width: 100%;
}
div.top_info_line ul li ul.top-my-account li a{
	color: #333;
	font-size: 12px;
}
div.top_info_line ul li ul.top-my-account li a:hover, div.top_info_line ul li ul.top-my-account li a:focus{
	color: #006fb0;
	background: transparent;
}
div.top_info_line ul li a:hover, div.top_info_line ul li a:focus {
	color: #fff;
	opacity: 0.8;
	text-decoration: none;
}
div.top_info_line ul li ul.top-my-account li a:hover, div.top_info_line ul li ul.top-my-account li a:focus, div.top_info_line ul li ul.top-my-account li a.active {
    color: #fff;
background:#006fb0;
opacity:1;
}
div.top_info_line ul li.active > a{
	color:#fff;
	opacity: 0.8;
}
/* Logo And Navigation */

div.logo_area{
	background: #fff;
	padding: 20px 0;
	border-bottom: 2px solid #242d33;
}
div.logo_area.no-img {
    border-bottom: none;
}
div.navigation_container {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	/* This aligns items to the end line on main-axis */
	justify-content: flex-end;
	flex-direction: row;
}
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 -25px;
    display: flex;
    justify-content: space-around;
}
nav.navbar-default .navbar-nav > li > a {
   color:#2c2c2c;
   font-size: 18px;
   font-weight:600;
   padding: 0;
   transition: .2s all;
   text-decoration-color: transparent;
}
nav.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#2c2c2c;
    text-decoration: underline;
    text-decoration-color: #0080c9;
    text-decoration-thickness: 3px;
    text-underline-position: under;
	background-color:transparent;
}
nav.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover > .active, .navbar-default .navbar-nav > .active > a:focus {
    color:#2c2c2c;
    text-decoration: underline;
    text-decoration-color: #0080c9;
    text-decoration-thickness: 3px;
    text-underline-position: under;
	background-color:transparent;
}
nav.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color:#2c2c2c;
    text-decoration: underline;
    text-decoration-color: #0080c9;
    text-decoration-thickness: 3px;
    text-underline-position: under;
	background-color:transparent;
}
.dropdown-menu > li > a.active, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#2c2c2c;
    text-decoration: underline;
    text-decoration-color: #0080c9;
    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:#2c2c2c;
    text-decoration: underline;
    text-decoration-color: #0080c9;
    text-decoration-thickness: 3px;
    text-underline-position: under;
	background-color:transparent;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#2c2c2c;
    text-decoration: underline;
    text-decoration-color: #0080c9;
    text-decoration-thickness: 3px;
    text-underline-position: under;
	background-color:transparent;
}

.navbar-nav > li > .dropdown-menu{
	border-radius: 0px;
	padding: 10px 0px;
    margin-top: 3px;
}
/* Banner Area */
div.main_banner_area img{
	width: 100%; 

}


div.main_banner_area::after {
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background: rgba(36, 45, 51, 0.8);
    background: linear-gradient(90deg, rgba(36, 45, 51, 0.8) 20%, rgba(36, 45, 51, .4));
	mix-blend-mode: multiply;
    pointer-events:none;
}
/* carousel-indicators */
div.carousel::after {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background: rgba(36, 45, 51, 0.8);
    background: linear-gradient(90deg, rgba(36, 45, 51, 0.8) 20%, rgba(36, 45, 51, .4));
	mix-blend-mode: multiply;
	}
div.main_banner_sections {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
div.main_banner_sections div.carousel-inner.main > .item > * {
	width:100%;
	
}
div.main_banner_sections div.carousel-inner.main > .item > img {
    width: 100%;
    height: 70vh;
    min-height: 400px;
    object-fit:cover;
    
}
div.main_banner_sections ol > * {
	background-color:#9a9a9a;
	border-color:#9a9a9a;
}
div.main_banner_sections ol > *.active {
	background-color:#0797e9;
	border-color:#0797e9;
	height:12px;
	margin:0;
	width:12px
}
div.main_banner_sections div.banner-content {
  position: absolute;
  z-index:100;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
div.main_banner_sections div.banner-content h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  /*text-shadow: 1px 2px 1px #006fb0;*/
}
div.main_banner_sections div.banner-content h3 {
  color: #fff;
  display: inline-block;
  font-size: 21px;
  line-height:32px;
  padding-bottom: 25px;
  font-weight:400;
}
div.main_banner_sections div.banner-content .submit-btn {
  background: #006fb0;
  border: 1px solid #006fb0;
  color: #fff;
  font-size: 18px;
  padding: 8px 50px;
  text-transform: uppercase;
  margin: 8px 0;
  border-radius: 0;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
div.main_banner_sections div.banner-content .submit-btn:hover, div.main_banner_sections div.banner-content .submit-btn:focus {
  opacity: 0.9;
}
div.main_banner_sections select {
  width: 80%;
  height: 40px;
  margin-bottom: 20px;
  color: #393939;
  padding-left:10px;
}

.zipcode-form select::-ms-expand {
  display: none;
}
/* Insurance LOB area */

div.insurance_lob_bg{
	/*background:url("../img/insurance-lob-bg.png") repeat;*/
	border-top: 2px solid #242d33;
	background-image: linear-gradient(rgba(36, 45, 51, 1), rgba(36, 45, 51, 0.8)), url(../img/insurance-lob-bg.png);
}
div.insurance_lob_bg > div.insurance_lob_mid {
    height: auto;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    list-style: none;
}
div.insurance_lob_bg div.insurance_lob_content{
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	text-align: center;
}
div.insurance_lob_bg div.insurance_lob_content .fas{
	font-size: 42px;
	color:#fff;
	margin-bottom:10px;
}
div.insurance_lob_bg div.insurance_lob_content span {
    font-size: 23px;
    text-align: center;
	position: relative;
    line-height: 24px;
	color:#fff;
	font-weight:700;
}
div.insurance_lob_bg div.insurance_lob_content a:hover, div.insurance_lob_bg div.insurance_lob_content a:focus{
	outline: none;
	text-decoration: none;
}
div.insurance_lob_bg > div.insurance_lob_mid p{
	color: #2c2c2c;
	font-size:13px;
	line-height:20px;
	font-style: italic;
	padding: 0px 15px;
}

div.insurance_lob_bg > div.insurance_lob_mid > div {
    width: 200px;
    height: auto;
    box-sizing: border-box;
    display: inline-block;
    background-color: #fff;
    position: relative;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

div.insurance_lob_design{
	width: 200px;
	height: 190px;
	-webkit-clip-path: ellipse(90% 94% at 50% 0%);
	clip-path: ellipse(90% 94% at 50% 0%);
	background-color: #2c2c2c;
	 position: relative;
}
div.insurance_lob_design:before {
  content: '';
  width: 200px;
  height: 188px;
  -webkit-clip-path: ellipse(88% 93% at 50% 0%);
	clip-path: ellipse(88% 93% at 50% 0%);
  background: #006fb0;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

div.insurance_lob_bg div.insurance_lob_content span:before {
  content: "";
  display: table;
  clear: both;
}
/* Home page Content */
div.content_sections{
	border-top: 2px solid #242d33;
	border-bottom: 2px solid #242d33;
}
div.insurance_main_content{
	margin: 40px auto;
	
}
div.insurance_main_content h1{
	font-style: italic;
}
div.insurance_main_content h1 span{
	font-weight: 700;
	color:#2c2c2c;
}
div.insurance_main_content h2{
	font-style: italic;
}

/* Inner Content */
div.inner_content_container {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-around;

}
div.inner_content_container_item:nth-of-type(2) { 
 background: #242d33; 
 padding-left: 0px;
 padding-right: 0px;
}
div.inner_content_container_item {
	padding-bottom: 40px;
}
.insurance_inner_content p a {
    text-decoration: underline;
}
.insurance_inner_content p a.btn {
    text-decoration:none;
}
div.inner_content_container_item h1{
	font-style: italic;
}
div.inner_content_container_item h1 span{
	font-weight: 700;
	color:#2c2c2c;
	/*text-decoration: underline;
	text-decoration-color: #006fb0;
	text-decoration-thickness: 2px;
	text-underline-position: under;*/
}
div.inner_content_container_item  ul li{
		color:#393939;
		font-size:18px;
		line-height:30px;
}
div.inner_content_container_item .insurance_lob_inner_content{
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
}
div.inner_content_container_item .insurance_lob_inner_content i{
	display: block;
	font-size: 62px;
	color:#fff;
	margin-top:10px;
	text-align: center;
}
div.inner_content_container_item  .insurance_lob_inner_box {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
}
div.inner_content_container_item  .insurance_lob_inner_design{
	width: 100%;
	height: 190px;
	-webkit-clip-path: ellipse(80% 95% at 50% 0%);
	clip-path: ellipse(80% 95% at 50% 0%);
	background-color: #fff;
	 position: relative;
}
div.inner_content_container_item  .insurance_lob_inner_design:before {
  content: '';
  width: 100%;
  height: 188px;
  -webkit-clip-path: ellipse(80% 95% at 50% 0%);
	clip-path: ellipse(80% 95% at 50% 0%);
  background: #006fb0;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

div.inner_content_container_item .right_side_content{
	padding: 20px 30px;
	
}
div.inner_content_container_item .insurance_lob_inner_box{
	background: #242d33;
}
div.inner_content_container_item .insurance_lob_inner_box .right_side_content h2
{
	color:#fff;
	font-size:28px;
	font-style:italic;
	font-weight:600;
}
div.inner_content_container_item .insurance_lob_inner_box .right_side_content p{
	color: #fff;
	font-size:14px;
	line-height:20px;
}

/* Quote Box Design */
div.inner_content_container_item .quote-box
{
	padding:0 0 60px 0;
	/*border-bottom:2px solid #242d33;*/
}

div.inner_content_container_item  .quote-box h3
{
	color:#fff;
	font-size:32px;
	font-weight:400;
	padding:0 0 10px 0;
	text-align:center;
}
div.banner-content .quote-box form{
	display: flex;
}
div.banner-content .quote-box input, div.banner-content  .quote-box select, div.banner-content  .quote-box textarea
{
	color:#393939;
	height:45px;
	margin:8px;
	padding:0 8px;
	width:100%;
	border:1px solid #fff;
}

div.banner-content .quote-box .submit-btn
{
	background:#006fb0;
	border:1px solid #006fb0;
	color:#fff;
	font-size:18px;
	font-weight:400;
	margin:8px;
	padding:0 8px;
	text-transform:uppercase;
	width:100%;
}
div.banner-content .quote-box .submit-btn:hover, div.banner-content .quote-box  .quote-box .submit-btn:focus{
	opacity:0.9;
}



/* Services Section */
div.services_content{
	background:url("../img/services-section-bg.png") repeat;
	border-bottom: 2px solid #242d33;
}
div.services_content div.services_container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row;
  justify-content: space-around;
}

div.services_content div.services_container div.services_item {
  background: #fff;
  padding: 35px;
  width: 30%;
  height: auto;
  margin: 34px auto;
  color: white;
  font-weight: bold;
  text-align: center;
  
  -webkit-box-shadow: 0 8px 8px #bfbebe;
  -moz-box-shadow: 0 8px 8px #bfbebe;
  box-shadow: 0 8px 8px #bfbebe;
 
}
div.services_content div.services_container div.services_item div.services_icon{
  text-align:center;
   border-bottom: 3px solid #006fb0;
}
div.services_content div.services_container div.services_item div.services_icon i{
	font-size: 42px;
	color: #006fb0;
}
div.services_content div.services_container div.services_item div.services_icon h2 {
  color: #393939;
  text-align: center;
  font-size:30px;
  font-weight: 700;
  line-height: 42px;
  margin: 15px 0px 5px;
  padding-bottom:20px;
}
div.services_content ul{
	padding-left: 0px;
	padding-top:25px;
}
div.services_content ul li{
	display: flex;
	list-style-type: none;
	font: 700 15px/26px 'Open Sans', sans-serif;
	color: #2c2c2c;
	text-align: left;
	margin-bottom: 10px;
}
div.services_content ul li:before {
  content: "\f0a9"; /* FontAwesome Unicode */
  font-family: 'Font Awesome\ 5 Free';
  display: inline-block;
  margin: 0 10px 0 0;
  color: #006fb0;
}

div.services_content p{
	font-size:16px;
	line-height:26px;
	font-style: italic;
	color: #2c2c2c;
	padding-top:25px;
	text-align: left;
}
div.services_content p + p {
	color: #2c2c2c;
	text-decoration: underline;
	text-decoration-color: #006fb0;
	text-decoration-thickness: 2px;
	text-underline-position: under;
    font-size: 16px;
    font-style: 400;
    margin-right: 20px;
    text-align: right;
}

/* Footer */
footer{
	padding: 40px 0 20px;
}
div.footer_section{
	color:#fff;
}
div.footer_section h2{
	color: #fff;
	font-size: 32px;
	font-style: italic;
	font-weight: 400;
	margin-bottom:25px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	padding-bottom: 25px;
}
div.footer_section h2::after {
	content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 110%;
  
}
div.footer_section ul{
	padding-left:0;
}
div.footer_section ul li{
	font-size:16px;
	font-weight:600;
	list-style-type:none;
	margin:0 0 15px;
	text-transform: uppercase;
}
div.footer_section ul li a{
	color:#fff;
    transition: .2s all;
    text-decoration-color: transparent;
}
div.footer_section ul li a:hover, div.footer_section ul li a:focus, div.footer_section ul li > a.active{
color:#fff;
    text-decoration: underline;
    text-decoration-color: #0080c9;
    text-decoration-thickness: 3px;
    text-underline-position: under;
	background-color:transparent;
}

/* Footer Contact Info */
div.agency_contact_info ul{
	margin:0 0 40px;
	padding:0;
}
div.footer_section div.agency_contact_info li{
	display: flex;
	list-style-type:none;
	padding:0;
	text-transform: none;
}
div.agency_contact_info li::before {
  content: ""; 
  font-family: 'Font Awesome\ 5 Free';
  display: inline-block;
  width: 1.7em; 
  color: #10a4f9;
}
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.agency_contact_info ul+ul{
	list-style-type: none;
display: flex;
flex-direction: row;
justify-content: space-around;
flex-wrap: nowrap;
}
div.agency_contact_info ul+ul li:nth-of-type(n)::before {
  content: none; 
}
div.footer_section div.agency_contact_info ul+ul li{
	border-radius: 50px;
    padding: 10px 13px;
}
div.footer_section div.agency_contact_info ul+ul li:nth-of-type(1){
  background: #3b5998;
  padding: 10px 16px;
}
div.footer_section div.agency_contact_info ul+ul li:nth-of-type(2){
  background: #0077b5;
  padding: 10px 14px;
}
div.footer_section div.agency_contact_info ul+ul li:nth-of-type(3){
  background: #D62976;
  padding: 10px 14px;
}
div.footer_section div.agency_contact_info ul+ul li:nth-of-type(4){
  background: #dd4b39;
   padding: 10px 12px;
}
div.footer_section div.agency_contact_info ul+ul li:hover {
	color: #fff;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    box-shadow: inset 3px 3px  rgba(0,0,0,0.3);
    transition: all ease .3s;
}
div.footer_section div.agency_contact_info ul+ul li a:hover {
	color: #fff;
}	
/* Copyright Sections */

div.copyright p, div.copyright p > * > *{
	color: #fff;
	font-size:17px;
	line-height:40px;
	font-weight: 600;
}
div.copyright p > *{
	display: inline-block;
}
div.copyright p > * > *:hover, div.copyright p > * > *:focus{
	color: #10a4f9;
}

/* Mobile design */
div.phone-view-bg {
	/*background-image: url(../img/header-section-bg.png);*/
	background-repeat: repeat;
	background-color: #2c2c2c;
	
}
div.phone-view{
	margin:20px auto;
}

div.phone-view button, div.phone-view a.btn, div.phone-view ul {
	color:#fff;
	padding:10px 18px;
	font-size:18px;
	border-radius:0;
	border:0;
	margin-bottom:10px;
	text-align:center;
	background:#006fb0;
	width:100%;
	display: inline-block;
}
div.phone-view ul:first-of-type{
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: nowrap; 
}
div.phone-view ul li a{
	color: #fff;
}
div.phone-view ul li a:hover, div.phone-view ul li a:focus{
	color: #006fb0;
}
div.phone-view button:hover, div.phone-view a.btn:hover, div.phone-view button:focus, div.phone-view a.btn:focus{
	color: #fff;
	background: #005f96;
}

div.phone-view div > * {
	background:#fff;
	color:#2c2c2c;
	padding:5px 0 20px;
	text-align:center;
}
div.phone-view div h5 {
	font-size:24px;
	margin:0;
	padding-top: 20px;
    color: #2c2c2c;
}
div.phone-view div p{
	margin:0px;
        color: #2c2c2c;
}
div.phone-view div a.btn {
	background:#006fb0;
	padding:4px 20px;
	font-size:16px;
	border-radius:0;
	color:#fff;
	font-style:italic;
	width: inherit;
}
div.phone-view div a.btn:hover, div.phone-view div a.btn:focus {
	background: #005f96;
	color: #fff;
}
div.phone-view ul:last-child{
	display: inherit;
}
div.phone-view div ul > * {
	padding:8px 0 0;
	list-style-type:none;
}

div.phone-view div ul > * a{
	color:#2c2c2c;
	font-weight:700;
}

div.phone-view div ul > * a:hover {
	color:#006fb0;
	text-decoration:none
}


/* Carrier Carousal */
div.ins-nslider{
	margin: 50px 0 0px 0;
}
div.ins-nslider h3 {
    font-size: 40px;
	font-style: italic;
    color: #2c2c2c;
}
div.ins-nslider h3 span{
	color: #2c2c2c;
	/*text-decoration: underline;
	text-decoration-color: #006fb0;
	text-decoration-thickness: 2px;
	text-underline-position: under;*/
	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%;
}

/* Insurance Quotes */
.insurance_quotes_btn {
	margin-top: 40px;
}
div.insurance_quotes_btn button{
	color:#fff;
	padding: 10px 18px;
	font-size: 18px;
	border-radius: 0;
	border: 0;
	margin-bottom: 10px;
	text-align: left;
	background:#006fb0;
	width: 100%;
	display: flex;
}
div.insurance_quotes_btn button img{
	margin:5px 20px 5px 0px;
}
div.insurance_quotes_btn button span{
	display: flex;
	align-items: center;
	margin-left: 10px;
	line-height:35px;
}
div.insurance_quotes_btn button:hover, div.insurance_quotes_btn button:focus{
	background: #005f96;
}
/* 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:140px;
	margin-bottom:20px;
	width:100%;
}
iframe.lob-jot-form {
	border: 0;
    height: 410px !important;
    width: 100%;

}
#email-form iframe{
	width: 100%;
	border: 0;
	height: 600px !important;
}
/* Blog */
.rssfeedsclass p{
	color:#fff;
	font-size:14px;
	line-height:20px;
}
 .titlefield a, .rssfeedsclass a{
	color:#fff;
}
.whatsnew p{
	font-size: 14px;
}
.rssfeedsclass a, .whatsnew a {
    color:#fff;
    font-weight: 700;
}
footer.entry-footer{
	padding:10px 0 20px;
}
/* contact you carrier page*/
.carriers_info div.carriers_design_box{
	padding: 15px;
	background: #fff;
	box-shadow: 0 -1px 2px 0 #888282;
	font-size: 14px;
	line-height: 35px;
	margin: 0 0 25px;
}

.carriers_info div.carriers_design_box h2{
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: #2c2c2c;
}
.carriers_info div.carriers_design_box p {
    font-size: 15px;
	line-height: 30px;
}
.carriers_info div.carriers_design_box a.btn {
    background: #006fb0;
	border: 1px solid #006fb0;
    border-radius: 22px;
    padding: 3px 8px;
	color: #fff;
	font-size:14px;
}
.carriers_info div.carriers_design_box a.btn:hover, .carriers_info div.carriers_design_box a.btn:focus{
background: #005f96;
}

/* Make A payment, File a claims */
.carriers_info h2 {
    color: #2c2c2c;
}



/* ANIMATION */
/* shine animation  */
@-webkit-keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
    transform: skewY(-45deg) translateX(12.5em);
  }
}
@keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
    transform: skewY(-45deg) translateX(12.5em);
  }
}
div.carriers_design_box a.btn {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
}
div.carriers_design_box a.btn:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  -webkit-transform: skewX(-45deg) translateX(0);
  transform: skewX(-45deg) translateX(0);
  -webkit-transition: none;
  transition: none;
}
div.carriers_design_box a.btn:hover:before {
  -webkit-transform: skewX(-30deg) translateX(15.5em);
  transform: skewX(-30deg) translateX(15.5em);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.8s ease-in-out;
}
/* shine animation ends */





/*==================================================
 * Shadow effect
 * ===============================================*/
div.carriers_design_box
{
  position: relative;
}
div.carriers_design_box:before
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
div.carriers_design_box:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}


/* Breadcrumbs */
.content_sections .breadcrumb {
    background: transparent;
    padding: 20px 0 10px;
	margin:0;	
	
}
.content_sections .breadcrumb li{
	font-size:12px;
    margin-bottom: 0px;
}
.content_sections .breadcrumb li a{
	color: #2c2c2c;
	
}
.content_sections .breadcrumb li .fas{
	font-size:12px;
	color: #0590df;
}
.content_sections .breadcrumb li a:hover, .content_sections .breadcrumb li a:focus{
	color: #0590df;
}
.content_sections .breadcrumb > li + li::before {
    content: " ";
    padding: 0 5px 0 0;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.quote-box input:focus, .quote-box select:focus{
    box-shadow: 0px 1px 10px rgb(255, 255, 255, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}
/* Ada compliance fixes beings */ 
.skip-to-content-link {
  background: #393939; /* 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: auto 2px Highlight;
    outline: auto 5px -webkit-focus-ring-color;
    outline-offset: -2px;
}
/* Ada compliance fixes end */ 
.carriers_info {
	margin-top: 30px;
}

.cnt-gmap {
  height: 400px;
  width: 100%;
  border: none;
}
.contact-side {
    padding: 10px;
    background: #eaeaea;
    text-align:center;
}
.contact-side #email-form iframe {
    height: 560px!important;
}
.contact-side h2 {
    color: #2c2c2c;
}

.submenu-link{
flex: 1;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .submenu-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0px 20px;
}




.dropdown-submenu:hover > .submenu-wrapper,
.dropdown-submenu .submenu-wrapper:hover {
    color:#2c2c2c;
    text-decoration: underline;
    text-decoration-color: #0080c9;
    text-decoration-thickness: 3px;
    text-underline-position: under;
	background-color:transparent;
}
 .submenu-wrapper.active {
    color:#2c2c2c;
    text-decoration: underline;
    text-decoration-color: #0080c9;
    text-decoration-thickness: 3px;
    text-underline-position: under;
	background-color:transparent;
}
 .submenu-wrapper.active > a {
	color: #2c2c2c !important;
}
.dropdown-submenu:hover .submenu-link,
.dropdown-submenu:hover .submenu-arrow {
    color: #2c2c2c !important;
}

.dropdown-submenu .submenu-link {
    flex: 1;
    white-space: nowrap;
}
.submenu-arrow {
    pointer-events: auto;
}

/* Google Review Widget */
.grw-review-btn,
.grw-view-all-btn {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	background-color: #006fb0 !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: #006fb0 !important;
}

.grw-business-header {
	border-bottom: 3px solid #006fb0 !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;
}
.grw-view-all-btn:hover, .grw-view-all-btn:focus, .grw-review-btn:hover, .grw-review-btn:focus {
    background-color: #13ceff;
	color: #fff !important;
}

.rssfeedsclass a:hover, .whatsnew a:hover {
  color: #10a4f9;
}

.dropdown-submenu > .dropdown-menu {
    min-width: 220px;
    padding:10px 0 !important;
}


.dropdown-submenu > .dropdown-menu > li,
.dropdown-submenu > .dropdown-menu > li > a {
    width: 100%;
}


.dropdown-submenu > .dropdown-menu > li > a {
    display: block !important;
    box-sizing: border-box;
}

.dropdown-submenu > .dropdown-menu > li > a:hover, .dropdown-submenu > .dropdown-menu > li > a:focus {
color:#2c2c2c;
    text-decoration: underline;
    text-decoration-color: #0080c9;
    text-decoration-thickness: 3px;
    text-underline-position: under;
	background-color:transparent;
}

#agency-logo {
	max-width: 200px;
}

.footer-agency-logo .logo-agency img {
  display: inline-block;
  padding: 10px;
  width: 100%;
  max-width: 220px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 1px 1px 3px rgba(0,0,0,.8);
}
.sitelock-logo a{
  color: #fff;
}
.sitelock-logo a:hover, .sitelock-logo a:focus{
  color: #10a4f9;
}

.fixed-cta {
    background: rgba(36,45,51,.95)!important;
    background: linear-gradient(-90deg, rgba(36,45,51,.95), rgba(20,24,26,.95))!important;
    border-top: 1px solid #14181a!important;
}
.fixed-cta h2 {
 margin:0px;
}
.fixed-cta .container .cta-qte-btn {
    background: #006fb0 !important;
    color: #fff !important;
}

.fixed-cta .container .cta-qte-btn:hover, .fixed-cta .container .cta-qte-btn:active, .fixed-cta .container .cta-call-btn:hover, .fixed-cta .container .cta-call-btn:active {
    opacity: 0.8;
}



.logo-and-badge {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
}

a.natgen-badge {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
	gap: 6px;
    background: #006fb0;
    border: 2px solid #005f96;
    border-radius: 6px;
    padding: 6px 10px;
    text-decoration: none;
    transition: background 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    text-align: center;
}
a.natgen-badge:hover,
a.natgen-badge:focus {
    background: #0069a8;
    box-shadow: 0 4px 12px rgba(0,128,201,0.4);
    outline: none;
}
.natgen-badge-img {
    max-width: 110px;
    height: auto;
    display: block;
    margin-bottom: 4px;
    filter: none;
    background: #fff;
    padding: 3px;
    border-radius: 3px;
}
.natgen-badge-text {
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    font-weight: 600;
    display: block;
}
.natgen-badge-text strong {
    font-size: 13px;
    display: block;
}

.dropdown-submenu:focus-within>.dropdown-menu {
	display: block;
}
.headline {
    text-align: center;
    padding: 15vh 0;
}
.callout {
    background: #006fb0;
    padding: 15vh 0;
    border-top: 1px solid #242d33;
    position: relative;
}
.callout h2, .callout p, .callout a {

}
.callout .overlay {
        -webkit-mask-image: linear-gradient(45deg, #000 30%, rgba(0, 0, 0, 0.6));
    mask-image: linear-gradient(45deg, #000 30%, rgba(0, 0, 0, 0.6));
    -webkit-mask-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.70) 40%, rgba(0, 0, 0, 0.70) 60%, rgba(0, 0, 0, 0.01) 100%);
    mask-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.70) 40%, rgba(0, 0, 0, 0.70) 60%, rgba(0, 0, 0, 0.01) 100%);
    background-image: url("../img/featured-background.jpg");
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    content: " ";
    background-attachment: fixed;
}
.callout h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    }
.callout .wrap {
    display: flex;
    justify-content: space-between;
}
.callout .item {
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    flex-basis: 45%;
    padding: 20px;
}
.callout .item h2 {
    border-left: 3px solid #0080c9;
    padding-left: 10px;
}
.calloutCTA {
    background: #242d33;
    padding: 15vh 0;
}
.calloutCTA h2, .calloutCTA p, .calloutCTA a {
    color: #fff;
    text-align:center;
}
.calloutCTA h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    }
.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;
}

.homepage-content {
	padding: 10px;
}

.right-image img {
	padding: 12px;
	background: #d9effc;
	border-radius: 8px;
	margin-top: 20px;
}

.team-wrap img {
	border-radius: 16px;
}

.indiv-staff {
	position:relative;
	margin-bottom:30px;
	
}
.modal-dialog {
	width: 60%;
}
.modal-body {
	padding: 50px;
	background: #fff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
    display: flex;
}

.modal-header .close {
	font-size: 46px;
	margin-top: -32px;
	color: #006fb0;
	font-weight: normal;
	text-shadow: none;
	opacity: 1;
}

.team-member {
	text-align: center;
	margin-top: 10px;
}
.team-member em {
	font-size:18px;
}

.modal-header h4 {
	color: #333;
	min-height: 15px;
	padding: 0;
	border-bottom: 0;
}
.team-modal {
	text-decoration: none;
	outline: none !important;
}

.our-team-block .col-md-4{
	text-align:center;
}

.our-team-block .col-md-4 img{
	margin:0 auto;
	max-width: 200px;
}

.team-bio {
  text-align: center;
}

.team-bio a {
  background: #006fb0;
  padding: 5px 25px;
  border-radius: 3px;
  color: #fff;
}

.modal-info p {
	color: #333;
	
}

.model-content {
	width: 80.33333333%;
	
}
.model-img {
	width: 24.66666667%;
  float: left;
  border-radius: 16px;
  padding: 0 0 10px 10px;
}
.modal-content {
	background: transparent;
	box-shadow: none;
	border: none;
}
.model-content h4 {
    font-size: 30px;
    font-weight: 600;
}
.modal-header {
	border-bottom: none;
	padding: 0;
}

.team-bio a:hover, .team-bio a:focus {
  background: #0086d5;
  padding: 5px 25px;
  border-radius: 3px;
  color: #fff;
}
.faq-accordion {
  margin-top: 25px;
  margin-bottom: 40px;
}



.faq-accordion .panel-group {
  margin-bottom: 30px;
}

.faq-accordion .panel {
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 14px;
  overflow: hidden;
  background: #fff;
}

.faq-accordion .panel-heading {
  padding: 0;
  background: #fff;
  border: none;
}

.faq-accordion .panel-title {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
}

.faq-accordion .panel-title a {
  display: block;
  position: relative;
  padding: 16px 55px 16px 20px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  background: #f8f9fb;

  transition: all 0.3s ease;
}

.faq-accordion .panel-title a:hover,
.faq-accordion .panel-title a:focus {
  color: #0b5cab;
  background: #eef5fc;
  text-decoration: none;
  outline: none;
}

.faq-accordion .panel-title a:after {
  content: "\2212";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 26px;
  height: 26px;
  line-height: 24px;
  margin-top: -13px;
  text-align: center;
  color: #fff;
  background: #0b5cab;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 400;
}

.faq-accordion .panel-title a.collapsed:after {
  content: "\002b";
}

.faq-accordion .panel-collapse {
  border: none;
}

.faq-accordion .panel-body {
  padding: 18px 22px 20px 25px;
  border-top: 1px solid #e6e6e6;
  background: #fff;
  color: #444;
  font-size: 15px;
  line-height: 1.8;
}

.faq-accordion .panel-body p {
  margin: 0;
}
