@charset "utf-8";
/* CSS Document */

body,html
{
	font-family: 'Open Sans', sans-serif;
	height:100%;
	width:100%;
	top: 0px !important;
}

/* Typography */
h1{
		color:#2c2c2c;
		font-size:40px;
		font-weight: 600;
}
h2{
		color: #393939;
		font-size:27px;
		font-weight: 600;
}
h3{
		color: #393939;
		font-size:22px;
}
h4{		
		color: #393939;
		font-size:19px;
}
.insurance_main_content h2, .insurance_main_content h3, .insurance_main_content h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.insurance_main_content ul {
    margin: 20px 0;
    padding-left: 20px;
}
.insurance_main_content ul li {
    margin-bottom: 10px;
}
.insurance_main_content ul li::marker {
    color: #27acdf;
}
.insurance_main_content .col-md-12 a {
    text-decoration: underline;
} 
p{
		color:#393939;
		font-size:18px;
		line-height:34px;
}
a{
		color:#2c2c2c;
		display: inline-block;
}
a:hover{
		text-decoration: none;
		color: #777;
}
/* Header */
header
{
	position:relative;
}

/* Top Bar */
header div.top-ribbon{
	
	width: 100%;
	
}

/* Top Navigation */
div.top_info_line_left{
	display: flex;
	justify-content: left;
	text-align: center;
}
div.top_info_line_left ul, div.top_info_line_right ul{
	margin: 0;
	padding: 0;	
}

div.top_info_line_left ul li, div.top_info_line_right ul li {
	color: #393939;
	float: left;
	list-style-type: none;
	margin:5px 0;
	padding: 5px 20px;
	line-height: 28px;
	font-size:17px;
	border-right: 1px solid #ccc;
}
div.top_info_line_left ul li a, div.top_info_line_right ul li a {
	color: #393939;
	font-size:17px;
}
div.top_info_line_left ul li a.active, .top_bar_nav a:hover, .top_bar_nav a:focus {
    color: #393939;
    opacity: .8;
}
div.top_info_line_left ul+ul li{
	border-right: none;
}
div.top_info_line_left ul+ul li {
	padding-left: 10px;
	padding-right: 10px;
}
div.top_info_line_left ul li:nth-child(1) {
	padding-left: 0px;
}
div.top_info_line_left ul+ul li:nth-child(1) {
	padding-left: 15px;
}
div.top_info_line_left ul+ul li:nth-child(5) {
	padding-right: 10px;
}
div.top_info_line_right{
	float: right;
}
div.top_info_line_right ul li{
	border-right: none;
}
div.top_info_line_right ul li ul.top-my-account {
	float: right;
    color: #fff;
    margin-top: 0px;
	list-style-type: none;
}
div.top_info_line_right ul li ul.top-my-account{
	min-width:90px;
	border-radius: 0px;
}
div.top_info_line_right ul li ul.top-my-account li{
	margin: 0;
	padding: 0px;
	width: 100%;
}
div.top_info_line_right ul li ul.top-my-account li a{
	color: #333;
	font-size: 12px;
	
}
div.top_info_line_right ul li ul.top-my-account li a:hover, div.top_info_line_right ul li ul.top-my-account li a:focus, div.top_info_line_right ul li ul.top-my-account li a.active{
	color: #fff;
	background: #1b75bb;
    opacity: 1;
}
div.top_info_line_right ul li a:hover, div.top_info_line_right ul li a:focus {
	color: #393939;
    opacity: .8;
	text-decoration: none;
}

div.top_info_line_right ul li.active > a{
	color:#1b75bb;
}
ul.top_bar_nav li .fas, div.top_info_line_right ul li .fas, ul.top_bar_nav li .fab{
	color:#1b75bb;
}
ul.social_design li:nth-of-type(2) > a{
	color: #3b5998;
}
ul.social_design li:nth-of-type(3) > a{
	color: #dd4b39;
}
ul.social_design li:nth-of-type(4) > a{
	color: #0077b5;
}
ul.social_design li:nth-of-type(5) > a{
	color: #dd4b39;
}
ul.social_design li > a:hover, ul.social_design li > a:focus {
	opacity: 0.8;
} 
/* Logo And Navigation */

div.logo_area{
	
	padding: 35px 0;

}
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: #393939;
   font-size: 16px;
   font-weight: 700;
   text-transform: uppercase;
   padding: 0;
   margin: 0 10px;
   position: relative;
   background: transparent;
   border-bottom: none;
   transition: color .2s;
}

nav.navbar-default .navbar-nav > li > a::after {
   content: "";
   display: block;
   position: absolute;
   left: 0;
   bottom: -2px;
   width: 0;
   height: 2px;
   background: #27acdf;
   transition: width 0.3s cubic-bezier(.4,0,.2,1);
   border-radius: 2px;
}

nav.navbar-default .navbar-nav > li > a:hover,
nav.navbar-default .navbar-nav > li > a:focus,
nav.navbar-default .navbar-nav > li.active > a,
nav.navbar-default .navbar-nav > li > a.active, .coverage-title> a.active {
   color: #2c2c2c;
   background: transparent;
}

nav.navbar-default .navbar-nav > li > a:hover::after,
nav.navbar-default .navbar-nav > li > a:focus::after,
nav.navbar-default .navbar-nav > li.active > a::after,
nav.navbar-default .navbar-nav > li > a.active::after, .coverage-title> a.active::after {
   width: 100%;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
	text-decoration: none;
	background-color: #1b75bb;
    outline: 0;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
	text-decoration: none;
	background-color:  #1b75bb;
}
.dropdown-menu > li > a.active, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
text-decoration: none;
background-color: #1b75bb;
    outline: 0;
	transition: .2s;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
   color:#393939;
	transition:.2s;
	background-color:transparent;
	border-bottom: 2px solid #27acdf;
}
.navbar-nav > li > .dropdown-menu{
	border-radius: 0px;
	padding: 0px;
}
/* Banner Area */
div.main_banner_area img{
	width: auto; 

}
div.inner_banner_area img{
	margin-left: 6%;
}

div.inner_banner_area img.right-push {
	margin-left: 12%;
}
div.main_banner_area div.banner-content h2 {
  color: #2c2c2c;
  font-size: 28px;
  font-weight: 600;
  /*text-shadow: 1px 2px 1px #00dbc4;*/
}
div.main_banner_area div.banner-content h4 {
  color: #393939;
  display: inline-block;
  font-size: 18px;
  line-height:32px;
  padding-bottom: 25px;
  font-weight:400;
}

div.banner-content .submit-btn {
  background: #243a79;
  border: 1px solid #243a79;
  color: #fff;
  font-size: 18px;
  padding: 2px 50px;
  text-transform: uppercase;
  margin: 8px 0;
  border-radius: 0;
}
div.main_banner_sections div.banner-content .submit-btn:hover, div.main_banner_sections div.banner-content .submit-btn:focus {
  opacity: 0.9;
}
div.banner_content select {
  width: 80%;
  height: 40px;
  margin-bottom: 20px;
  color: #393939;
  padding-left:10px;
}

.zipcode-form select::-ms-expand {
  display: none;
}
/* Background triangle */
.triangle_first {
    border-color: transparent transparent #27acdf transparent;
border-style: solid;
border-width: 0px 200px 250px 500px;
height: 0px;
width: 0px;
position: absolute;
bottom: 0;
z-index: -1;
left: 0;
}
.triangle_second{
	border-color: transparent transparent #1b75bb transparent;
border-style: solid;
border-width: 0px 230px 500px 300px;
height: 0px;
width: 0px;
position: absolute;
bottom: 0;
z-index: -2;
left: 10%;
}

/* Insurance LOB area */


div.insurance_lob_mid {
    height: auto;
    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: 60px;
	margin-bottom:10px;
	color:#fff;
}
div.insurance_lob_content span {
    font-size: 18px;
    line-height:26px;
	color:#fff;
	font-weight:400;
	display: flex;
	flex-direction: column;

}
div.insurance_lob_content:hover, div.insurance_lob_content:focus {
	color: #fff;
    opacity: .8;
	transition: .2s;
}
27acdf
div.insurance_lob_content span::before {
    content: "";
    display: table;
    clear: both;
}


/* Home page Content */
div.banner_content{
	-webkit-box-shadow: -2px 31px 24px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: -2px 31px 24px 0px rgba(0,0,0,0.5);
  box-shadow: -2px 31px 24px 0px rgba(0,0,0,0.5);
  position: relative;
  border: 1px solid #ccc;
  border-bottom: none;
}
div.banner_content_inside{
	-webkit-box-shadow: -2px 31px 24px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: -2px 31px 24px 0px rgba(0,0,0,0.5);
  box-shadow: -2px 31px 24px 0px rgba(0,0,0,0.5);
  position: relative;
  height: 500px;
  padding: 60px 0;
}
div.insurance_main_content {
  
  background: #fff;
  padding: 30px 50px;
  -webkit-box-shadow: -2px 31px 24px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: -2px 31px 24px 0px rgba(0,0,0,0.3);
  box-shadow: -2px 31px 24px 0px rgba(0,0,0,0.3);
  margin: 60px auto 80px;
  border: 1px solid #ccc;
}
div.insurance_main_content h1{
	color:#2c2c2c;
}
div.insurance_main_content h1 span{
	font-weight: 700;
	color:#2c2c2c;
}
div.insurance_main_content h2{
	
}

/* 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: #393939; 
 padding-left: 0px;
 padding-right: 0px;
}
div.inner_content_container_item {
	padding-bottom: 40px;
}
div.inner_content_container_item h1{
	font-style: italic;
}
div.inner_content_container_item h1 span{
	font-weight: 700;
	color: #2c2c2c;
}
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: #00dbc4;
  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: #393939;
}
div.inner_content_container_item .insurance_lob_inner_box .right_side_content h3
{
	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;
}
.lob_content_options{
	
	height: 100%;
	padding:40px 0;
	background-image: linear-gradient(to left, #135587, #0c3554), url(../img/noise-pattern.png);
	/*background-image: linear-gradient(to right, rgba(25, 47, 106, 0.8), rgba(33, 73, 143, 0.8), rgba(30, 89, 167, 0.8)), url(../img/noise-pattern.png);*/
	
	/*background:url("../img/pattern.png");*/
	background-blend-mode: multiply;
	
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
.lob_content_options::after{
 background-color: rgba(30, 89, 169, 0.6);
  background-blend-mode: unset;
  
}}
@supports (-ms-ime-align:auto) {
    .selector {
        property: value;
    }
	
		.lob_content_options::after{
 background-color: rgba(30, 89, 169, 0.6);
  background-blend-mode: unset;
  
}

}
.inner_ribbon{
	display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
}
.inner_ribbon h2{
	color: #ffffff;
	font-size:60px;
}
.left_banner{
	display: flex;
  justify-content: center;
  align-items: center;
}
.content_here{
	padding: 30px 0;
}
.content_here h3 + ul {
  list-style: disc inside;
  margin-bottom: 18px;
}
.content_here h3 + ul + h3 + ul {
  list-style: none;
  margin-bottom: 18px;
}
.form_section h3{
	color: #2c2c2c;
	font-size: 40px;
	line-height: 60px;
	padding: 30px 0;
	border-top: 1px solid #ccc;
}
/* Quote Box Design */
div.inner_content_container_item .quote-box
{
	padding:0 0 60px 0;
	border-bottom:5px solid #00dbc4;
}

div.inner_content_container_item  .quote-box h3
{
	color:#fff;
	border-bottom:1px solid #cccbcb;
	font-size:32px;
	font-weight:400;
	padding:0 0 10px 0;
	text-align:center;
}
div.banner-content .quote-box form{
	display: flex;
}


.zipcode-form {
  width: 70%;
}

#Type, #ZipCode {
  color: #393939;
  border-radius: 5px;
  border: 1px solid #393939;
  background: #fff;
  width: 100%;
  padding: 10px 5px;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 30px;
}

.btn.btn-quote.search-btn {
  width: 100%;
  background:#1b75bb;
  color: #fff;
  font-size: 20px;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  font-weight: 600;
  padding: 2px 12px;
border-radius: 6px;
}

#Type {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.btn.btn-quote.search-btn:hover,
.btn.btn-quote.search-btn:focus {
  background:#1665a1;
  color: #fff;
  transition: .2s;
}


/* Services Section */
div.services_content{
	/*background:url("../img/services-section-bg.png") repeat;
	border-bottom: 2px solid #39e3d1;*/
}
.services_item{
    background-image: linear-gradient(to bottom, #0c3554, #135587), url(../img/dotted_bg.png);
	background-blend-mode: multiply;
	box-sizing: border-box;
	flex-basis: 33%;
	text-align: center;
	margin: 0 20px;
}
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;
}

.title_background{
	background: #1b75bb;
	border-bottom: none;
	color: #fff;
	padding:25px;
	text-align: center;
	-webkit-box-shadow: -2px 31px 24px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: -2px 31px 24px 0px rgba(0,0,0,0.5);
	box-shadow: -2px 31px 24px 0px rgba(0,0,0,0.5);
	position: relative;
	z-index: 1;
}
.title_background_footer{
	background: #1b75bb;
	border-bottom: none;
	color: #fff;
	padding:25px;
	text-align: center;
	-webkit-box-shadow: -2px 31px 24px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: -2px 31px 24px 0px rgba(0,0,0,0.5);
	box-shadow: -2px 31px 24px 0px rgba(0,0,0,0.5);
	position: relative;
	z-index: 1;
}

div.title_background .fas {
    font-size: 60px;
    margin-bottom: 0px;
	color: #fff;
}
div.services_content_options{
	padding:30px;
	color: #fff;
	 /*background-image: linear-gradient(to bottom, rgb(30, 89, 169), rgb(36, 58, 123)), url(../img/dotted_bg.png);
	 background-image:  url(../img/dotted_bg.png);
	 background-blend-mode: multiply;*/
}

.title_background h2{
	margin: 0;
	color: #fff;
}
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: #fff;
	text-align: left;
	margin-bottom: 5px;
}
div.services_content ul li a{
	color: #fff;
    text-decoration-color: #27acdf;
}
div.services_content ul li a:hover, div.services_content ul li a:focus {
	color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #27acdf;
    text-underline-position: under;
	transition: .2s;
}
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: #fff;
}

div.services_content p{
	font-size:16px;
	line-height:26px;
	font-style: italic;
	color: #fff;
	padding-top:25px;
	text-align: left;
}
div.services_content p + p {
	color: #fff;
    font-size: 16px;
    font-style: 400;
    margin-right: 20px;
    text-align: right;
}
/* Footer */
footer{
	padding: 40px 0 20px;
}
div.footer_section{
	color:#fff;
	/*display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
	
	
	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.footer_section_items{
	 -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	/*background-image: linear-gradient(to bottom, rgb(30, 89, 169),
rgb(36, 58, 123)), url(../img/dotted_bg.png);
background-blend-mode: multiply;
box-sizing: border-box;
flex-basis: 25%;
text-align: left;
margin: 0 10px;*/
}
div.footer_section h2{
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	text-align:left;
}
/*div.footer_section h2::after {
	content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 110%;
    border-bottom: 1px solid  #01d8c1;
  
}*/
div.footer_section ul{
	padding-left:0;
}
div.footer_section ul li{
	font-size:13.5px;
	font-weight:600;
	list-style-type:none;
	margin:0 0 13px;
	text-transform: uppercase;
}
div.footer_section ul li a {
    color: #fff;
    position: relative;
    text-decoration: none;
    transition: color 0.2s;
    padding-bottom: 2px;
}

div.footer_section ul li a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #27acdf;
    transition: width 0.3s cubic-bezier(.4,0,.2,1);
    border-radius: 2px;
}

div.footer_section ul li a:hover,
div.footer_section ul li a:focus,
div.footer_section ul li a.active {
    color: #fff;
}

div.footer_section ul li a:hover::after,
div.footer_section ul li a:focus::after,
div.footer_section ul li a.active::after {
    width: 100%;
}
div.footer_content_options{
	padding:30px 15px;
	color: #fff;
	    background-image: linear-gradient(to bottom, #0c3554, #135587), url(../img/dotted_bg.png);
    background-blend-mode: multiply;
}
/* 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;
  margin-right:5px;
  color: #27acdf;
}
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(5)::before {
  content: "\f1ac"; 
}
div.agency_contact_info li:nth-of-type(4)::before {
  content: "\f232"; 
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  display: inline-block;
  margin-right: 6px;
  font-size: 1.2em;
  color: #27acdf;
  vertical-align: middle;
}
div.agency_contact_info li:nth-of-type(6)::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: #00aced;
}
div.footer_section div.agency_contact_info ul+ul li:nth-of-type(3){
  background: #0077b5;
  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: #333;
	font-size:17px;
	line-height:40px;
	font-weight: 600;
	text-align: center;
}
div.copyright p > *{
	display: inline-block;
}
div.copyright p > * > *:hover, div.copyright p > * > *:focus{
	color: #27acdf;
}

/* Mobile design */
div.phone-view-bg {
	    background-image: linear-gradient(to bottom, #0c3554, #135587), url(../img/dotted_bg.png);
	background-repeat: repeat;
	background-blend-mode: multiply;
}
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:#1b75bb;
	width:100%;
	display: inline-block;
	border: 1px solid #27acdf;
}
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: #243a79;
	outline: none;
	text-decoration: none;
}
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: #1b75bb;
	transition: .1s;
}

div.phone-view div > * {
	background:#fff;
	color:#2c2c2c;
	padding:5px 0 20px;
	text-align:center;
	border: none;
}
div.phone-view div h5 {
	font-size:24px;
	margin:0;
	padding-top: 20px;
	background:#fff;
	border-bottom: none;
	color: #2c2c2c;
}
div.phone-view div {
	border: 1px solid #27acdf;
}
div.phone-view div p{
	margin:0px;
	background: #fff;
	border-bottom: none;
	color: #393939;
}
div.phone-view div a.btn {
	background:#1b75bb;
	padding:4px 20px;
	font-size:16px;
	border-radius:0;
	color:#fff;
	text-shadow:2px 1px 2px #000;
	font-style:italic;
	width: inherit;
	border-radius: 6px;
}
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-size: 16px;
line-height: 22px;
}

div.phone-view div ul > * a:hover {
	color:#1b75bb;
	text-decoration:none
}


/* Carrier Carousal */
.carriers_sliding_box{
	-webkit-box-shadow: -2px 31px 24px 0px rgba(0,0,0,0.3);
-moz-box-shadow: -2px 31px 24px 0px rgba(0,0,0,0.3);
box-shadow: -2px 31px 24px 0px rgba(0,0,0,0.3);
margin: 40px auto;
border: 1px solid #ccc;
}
div.ins-nslider{
	margin: 50px 0 0px 0;
}
div.ins-nslider h3 {
    font-size: 48px;
	color: #2c2c2c;
	font-weight:600;
}

.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;
}

.insurance_quotes_btn .fa-2x {
	width: 50px;
}

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:#1b75bb;
	width: 100%;
	display: flex;
}
div.insurance_quotes_btn button span{
	display: flex;
	align-items: center;
	margin-left: 10px;
}
div.insurance_quotes_btn button:hover, div.insurance_quotes_btn button:focus{
	background: #1665a1;
}
/* 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: 350px !important;
    width: 100%;

}
#email-form iframe{
	width: 100%;
	border: 0;
	height: 900px !important;
}
/* Blog */
.rssfeedsclass p{
	color:#fff;
	font-size:14px;
	line-height:20px;
}
.rssfeedsclass p+p ~p, .rssfeedsclass br{
	display: none;
}
 .titlefield a, .rssfeedsclass a{
	color:#fff;
}
.whatsnew p{
	font-size: 13px;
}
.rssfeedsclass a, .whatsnew a {
    color:#fff;
    font-weight: 700;
}
/* 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: 18px;
	font-weight: 600;
	/* text-transform: uppercase; */
	color: #243a79;
}
.carriers_info div.carriers_design_box p {
    font-size: 15px;
	line-height: 30px;
}
.carriers_info div.carriers_design_box a.btn {
    background:#243a79;
	border: 1px solid #243a79;
    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{
	opacity: 0.8;
}

/* Make A payment, File a claims */
.carriers_info h4 {
    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 */
.breadcrumb {
    background: transparent;
    padding: 20px 0 10px;
	margin:0;	
	
}
.breadcrumb li{
	font-size:16px;
	color: #fff;
}
.breadcrumb li a{
	color: #fff;
	
}
.breadcrumb li .fas{
	font-size:12px;
	color: #27acdf;
}
.breadcrumb li a:hover, .breadcrumb li a:focus{
	color: #27acdf;
}
.breadcrumb > li + li::before {
    content: " ";
    padding: 0 5px 0 0;
}
.sitelock-logo{
	text-align: center;
}
.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: #1b75bb; /* 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;
  background: #243a79;
}
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 */ 
.coloradd {
	color: #fff!important;
	transition: .2s;
}

/*GRW Style*/
.grw-theme-dark {
    background-color: #f2f2f2 !important;
}
.grw-review-btn,.grw-view-all-btn{
	background-color:#1b75bb !important;
	border-radius:5px;
	color:#fff;
	font-size: 16px !important;
}
.grw-review-btn:hover,.grw-view-all-btn:hover,.grw-review-btn:focus,.grw-view-all-btn:focus{
	background-color:#1665a1!important;
	color:#fff;
	text-decoration: none!important;
}
.grw-theme-dark .grw-slider-nav a.grw-slide-current {
    background-color: #1b75bb!important;
}
.grw-business-footer p{
	text-align:center !important;
}
.grw-author{
	color:#231f20;
}
.grw-theme-dark .rm-link, .grw-total-reviews {
    color: #666!important;
}
.grw-business-header{
	border-bottom:3px solid #27acdf!important;
	/* background:#fff!important; */
}
.grw-business-name a, .grw-business-name a:visited, .grw-author {
	color:#1a1a1a!important;
}
.grw-review-btn:hover, .grw-review-btn:focus {
  background: #2d8cd7;
  color: #fff;
}
.grw-theme-dark div.grw-review-content > p{
	color:#000;
	font-weight: normal;
    font-size: 15px;
	inline-size: 195px;
}
.grw-theme-dark .poweredByGoogle {
    background: url(https://agencywebsites.ezlynx.com/images/google-review/powered-by-google.png) #fff!important;
    background-repeat: no-repeat!important;
	background-size: 80%!important;
    background-position: center!important;
	border-radius: 100px!important;
}

.grw-wrapper {
  padding-bottom: 20px !important;
}

.cnt-agency ul {
	padding: 0;
}
.cnt-agency li {
	list-style-type: none;
}
.insurance_main_content ul li {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
}

.cnt-gmap {
	border: none;
	width: 100% !important;
	height: 300px !important;
}

a.sms_txt {
	cursor: none;
	color: #333;
	pointer-events: none;
}
#editable-cnt a.sms_txt {
  color: #393939;
}

#mn-content a {
	color: #1665a1;
}

#mn-content a:hover, #mn-content a:focus {
	color: #1b75bb;
}
#mn-content h1 a {
    color: #2c2c2c;
    text-decoration: none;
}
#mn-content h1 a:hover, #mn-content h1 a:focus {
    color: #2c2c2c;
    opacity:.8;
}
.my-account-pill > a.dropdown-toggle {
  background: #1b75bb;
  color: #fff !important;
  border-radius: 999px;
  padding: 8px 22px;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  border: none;
  transition: background 0.2s;
  display: inline-block;
}
.my-account-pill > a.dropdown-toggle:hover,
.my-account-pill.open > a.dropdown-toggle {
  background: #0056b3;
  color: #fff !important;
  text-decoration: none;
}
.my-account-pill{
	padding: 5px 0!important;
}
.my-account-pill > i.fas.fa-user {
  color: #fff;
  background: #0056b3;
  border-radius: 50%;
  padding: 6px;
  margin-right: 6px;
}
.coverage-menu {
  width: 800px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  border: 1px solid #eee;
}

.coverage-columns {
  display: flex;
  justify-content: space-between;
  padding:10px;
  gap:10px;
}

.coverage-col {
  flex: 1 1 0;
  min-width: 0;
  max-width: 260px;
  display: flex;
  flex-direction: column;
}

.coverage-title {
  font-weight: bold;
  font-size: 1.13em;
  margin-bottom: 12px;
  color: #1a74ba;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 6px;
  letter-spacing: 0.02em;
  text-align: center;
}

.coverage-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.coverage-col li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  min-height: 36px;
}

.coverage-col li:last-child {
  margin-bottom: 0;
}

.coverage-col li i {
  margin-right: 10px;
  color: #666;
  font-size: 1.1em;
  min-width: 22px;
  text-align: center;
}

.coverage-col li.bestseller {
  background: #dbf1fa;
  border-radius: 20px;
  font-weight: 600;
  color: #1969a8;
  padding: 6px 16px 6px 8px;
  margin-bottom: 12px;
  border: 1px solid #1a74ba;
  box-shadow: 0 1px 2px rgba(255, 215, 0, 0.04);
}

.coverage-col a {
  color: #222;
  text-decoration: none;
  font-size: 1em;
  position: relative;
  transition: color 0.2s;
  padding-bottom: 2px;
}

.coverage-col a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #1969a8; /* Use your brand color */
  transition: width 0.3s cubic-bezier(.4,0,.2,1);
  border-radius: 2px;
}

.coverage-col a:hover,
.coverage-col a:focus,.coverage-menu a.active {
  color: #1969a8;
  text-decoration: none;
}

.coverage-col a:hover::after,
.coverage-col a:focus::after {
  width: 100%;
}
#custom_translate_buttons button{
	background: #27acdf;
  border: none;
  height: 40px;
  font-size: 18px;
  color: #fff;
  padding: 0 20px 0 20px;
  font-weight: bold;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  float:right;
}
#custom_translate_buttons button:hover{background:#067bd7;}
#custom_translate_buttons button:hover,#custom_translate_buttons button:active,.trans-btn:focus{
	color:#fff;
	outline:0;
}
.skiptranslate {
	display: none;
}
.translated-ltr body{
    font-size: 12px;
}
.translated-ltr .navbar-default .navbar-nav > li > a {
    font-size: 10px;
}
.translated-ltr .account-info .slide-btn .fa{
    margin:5px;
}
.translated-ltr #google_translate_element{
margin:10px 0;}

.carousel-outer {
  position: relative;
  width: 100%;
}
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #26abde;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 30px;
  font-family: monospace;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(25,105,168,0.12);
  cursor: pointer;
  z-index: 2;
  opacity: 0.85;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.carousel-arrow.left { left: 5px; }
.carousel-arrow.right { right: 5px; }
.carousel-arrow:disabled { opacity: 0.3; cursor: default; }
.insurance-scroll-carousel {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 24px;
  padding: 18px 0 12px 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  margin: 0 48px; /* space for arrows */
}
.insurance-scroll-carousel::-webkit-scrollbar {
  display: none;
}
.insurance-scroll-carousel .insurance_lob_content {
  flex: 0 0 200px;
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lob_content_options h2{
	text-align:center;
	color:#fff;
	font-weight:700;
	margin-bottom:20px;
	font-size:30px;
}
/* FAQ Accordion Styling */
.panel-group .panel {
  border-radius: 8px;
  border: 1px solid #1969a8;
  box-shadow: 0 2px 8px rgba(25,105,168,0.06);
  margin-bottom: 15px;
  margin-top: 15px;
  overflow: hidden;
}
.panel-group .panel-heading {
  background: #1969a8;
  color: #fff;
  padding: 0;
}
.panel-group .panel-title{
	margin-top:0;
	margin-bottom: 0;
}
.panel-group .panel-title a {
  display: block;
  padding: 16px 24px;
  font-size: 1.15em;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  position: relative;
}
.panel-group .panel-title a:hover,  .panel-group .panel-title a:focus{
	opacity:.8;
}
.panel-group .panel-title a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s;
}
.panel-group .panel-title a.collapsed {
  background: #11558b;
  color: #fff;
}
.panel-group .panel-title a.collapsed:after {
  content: "\f105";
  transform: translateY(-50%) rotate(-90deg);
}
.panel-group .panel-collapse .panel-body {
  background: #fff;
  color: #222;
  padding: 18px 24px;
  font-size: 18px;
  border-top: 1px solid #e6e6e6;
}
.panel-body strong {
  display: block;
  font-weight: 700;
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 2px;
  color: #222;
}
.panel-body p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #222;
}
#cont-info1 a{
	text-decoration:none;
}
.content-qt-btn{
	background: #1b75bb;
	color: #fff!important;
	font-size: 21px;
	text-decoration:none!important;
	padding: 5px 12px;
	border-radius: 6px;
}
.content-qt-btn:hover, .content-qt-btn:focus{
	opacity:.8;
}
.main-content-simple {
  margin: 0 auto;
}
.simple-header {
  text-align: center;
  margin-bottom: 32px;
}
.simple-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1969a8;
}
.simple-subtitle {
  margin-bottom: 32px;
}
.simple-cards {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.simple-card {
  background: #e1edfa;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(25,105,168,0.06);
  padding: 28px 20px 20px 20px;
  text-align: center;
  flex: 1 1 220px;
  min-width: 200px;
  max-width: 300px;
}
.simple-card-icon {
  font-size: 30px;
  color: #1969a8;
  margin-bottom: 14px;
}
.simple-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #222;
}
.simple-paragraph {
  font-size: 18px;
  text-align: center;
}
.simple-why {
  margin-bottom: 32px;
}
.simple-why-title {
  margin-bottom: 12px;
  text-align: center;
}
.simple-checklist {
  list-style: none;
  padding: 0!important;
  margin: 0 auto!important;
  max-width: 100%;
}
.simple-checklist li {
  font-size: 1em;
  margin-bottom: 10px;
  color: #222;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content:center;
}
.simple-checklist i {
  color: #25D366;
  font-size: 1.1em;
}
.simple-cta-block {
  background: #e1edfa;
  color: #333;
  border-radius: 10px;
  padding: 28px 20px;
  text-align: center;
  margin-top: 32px;
}
.simple-cta-text {
  font-size: 1.15em;
  margin-bottom: 18px;
}
.simple-cta-btn {
  display: inline-block;
  background: #1b75bb!important;
  color: #fff!important;
  font-weight: 700;
  padding: 12px 32px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  transition: background 0.2s;
  text-decoration:none!important;
}
.simple-cta-btn:hover,
.simple-cta-btn:focus {
  background: #1665a1!important;
  color: #fff!important;
}


/*Blog*/

.inner-content a {
	color: #1A214F;
}
.inner-content a:hover{
	color: #57add7;
}
.inner-content .submit{
	border-radius:5px;
	padding:7px 10px;
	background:#8eacbb;
	border:1px solid #8eacbb;
	color:#fff;
}
.entry-title a{
	font-size:35px;
}
.widget-title{
	font-size:26px !important;
}
.widget .main-content ul li{
	font-size:17px;
}
.inner-content .submit:hover{
	background:#34525f;
	border:1px solid #34525f;
}

.sidebar-content{
	background:#1d4576;
	margin: 18px 0;
}
.sidebar-content h2 {
    color: #fff;
}
.sidebar-content ul li {
	color: #fff;
}
.sidebar-content .widget{
	margin-top:20px;
}
.sidebar-content .search-field,.main-content .search-field{
	border-radius:5px;
	padding:4px 0;
}
.sidebar-content .search-submit,.main-content .search-submit{
	border-radius:5px;
	padding:9px 10px;
	background:#53a4cb;
	border:1px solid #53a4cb;
	color:#fff;
}

.blog .submit{
	padding:7px 10px;
	background:#53a4cb;
	border:1px solid #53a4cb;
	color:#fff;
}
.blog .submit:hover,.blog .search-submit:hover{
	background:#68bee8;
	border:1px solid #68bee8;
}
.sidebar-content .search-submit:hover{
	background:#68bee8;
	border:1px solid #68bee8;
}

.sidebar-content .widget a:visited,.sidebar-content .widget a{
	color: #fff;
}
.sidebar-content .widget a:hover,.sidebar-content .widget a:focus{
	color: #68bee8;
}
.hfeed #main, .blog #main{
	display:block !important;
}
.hfeed div.insurance_main_content {
	padding: 10px 50px;
	margin: 20px auto 80px;
}
.hfeed .search-submit {
	border-radius: 5px;
	padding: 6px 10px;
	background: #53a4cb;
	border: 1px solid #53a4cb;
	color: #fff;
}

.wp-block-search__label {
  width: 100%;
  color: #fff;
}

.idx-ctr{
	display:flex;
	align-items:center;
}