@charset "utf-8";
/* CSS Document */

body,html
{
	font-family: 'Open Sans', sans-serif;
	height:100%;
	width:100%;
	
}

/* Typography */
h1{
		color:#2c2c2c;
		font-size:39px;
		font-weight: 600;
}
h2{
		color: #2c2c2c;
		font-size:27px;
		font-weight: 600;
}
h3{
		color: #2c2c2c;
		font-size:22px;
}
h4{		
		color: #2c2c2c;
		font-size:19px;
}
.insurance_main_content h2, .insurance_main_content h3, .insurance_main_content h4 {
	margin-top: 30px;
	margin-bottom: 10px;
}
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:16px;
	border-right: 1px solid #cacaca;
}
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 {
    color: #1a55ff;
}
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: 20px;
}
div.top_info_line_left ul+ul li:nth-child(5) {
	padding-right: 20px;
}
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: 5px;
	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: #1a55ff;
}
div.top_info_line_right ul li a:hover, div.top_info_line_right ul li a:focus {
	color: #1a55ff;
	text-decoration: none;
}

div.top_info_line_right ul li.active > a{
	color:#1a55ff;
}
ul.top_bar_nav li .fas, div.top_info_line_right ul li .fas{
	color:#1a55ff;
}
ul.social_design li:nth-of-type(2) > a{
	color: #3b5998;
}
ul.social_design li:nth-of-type(3) > a{
	color: #00acee;
}
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: 17px;
   font-weight:400;
   padding: 0;
   border-bottom: 3px solid transparent;
}
nav.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#393939;
	transition:.2s;
	background-color:transparent;
	border-bottom: 3px solid #1a55ff;
}
nav.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover > .active, .navbar-default .navbar-nav > .active > a:focus {
    color:#393939;
	transition:.2s;
	background-color:transparent;
	border-bottom: 3px solid #1a55ff;
}

nav.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color:#393939;
	transition:.2s;
	background-color:transparent;
	border-bottom: 3px solid #1a55ff;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
	text-decoration: none;
	background-color: #1a55ff;
    outline: 0;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
	text-decoration: none;
	background-color:  #1a55ff;
}
.dropdown-menu > li > a.active, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
text-decoration: none;
background-color: #1a55ff;
    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 #1a55ff;
}
.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: 40px;
  font-weight: 600;
  /*text-shadow: 1px 2px 1px #00dbc4;*/
}
div.main_banner_area div.banner-content h4 {
  color: #393939;
  display: inline-block;
  font-size: 21px;
  line-height:32px;
  padding-bottom: 25px;
  font-weight:400;
}

div.banner-content .submit-btn {
  background: #1a55ff;
  border: 1px solid #1a55ff;
  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 #b1b1b1 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 #1a55ff 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: 44px;
	margin-bottom:10px;
	color:#fff;
}
div.insurance_lob_content span {
    font-size: 23px;
    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!important;
	opacity: .8;
	transition: .2s;
}
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;
 
}
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;
}
div.insurance_main_content h1{
	color:#2c2c2c;
}
div.insurance_main_content h1 span{
	font-weight: 700;
	color:#1a55ff;
}
div.insurance_main_content h2{
	
}
.cnt-gmap {
	width: 100%;
	max-width: 300px;
	border: 5px solid #959595;
}
/* 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: #1a55ff;
}
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, #174be5, #1a55ff), 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;
}
.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:#1a55ff;
  color: #fff;
  font-size: 21px;
  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:#174be5;
  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, #f5f5f5, #eaeaea), url(../img/dotted_bg.png);
	background-blend-mode: multiply;
	box-sizing: border-box;
	flex-basis: 33%;
	text-align: center;
	margin: 0 20px; box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
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: #1a55ff;
	border-bottom: 20px solid #2c2c2c;
	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: #1a55ff;
	border-bottom: 20px solid #2c2c2c;
	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 14px/26px 'Open Sans', sans-serif;
	color: #2c2c2c;
	text-align: left;
	margin-bottom: 5px;
}
div.services_content ul li a{
	color: #2c2c2c;
	text-decoration: underline 2px transparent;
}
div.services_content ul li a:hover, div.services_content ul li a:focus {
	color: #2c2c2c;
	text-decoration: underline 2px #1a55ff;
    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: #1a55ff;
}

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:14px;
	font-weight:600;
	list-style-type:none;
	margin:0 0 13px;
	text-transform: uppercase;
}
div.footer_section ul li a{
	color:#2c2c2c;
	text-decoration: underline 2px transparent;
}
div.footer_section ul li a:hover, div.footer_section ul li a:focus, div.footer_section ul li > a.active{
	color:#2c2c2c;
	text-decoration: underline 2px #1a55ff;
	text-underline-position: under;
	transition: .2s;
}
div.footer_content_options{
	padding:30px 15px;
	color: #2c2c2c;
	background-image: linear-gradient(to bottom, #f5f5f5, #eaeaea), url(../img/dotted_bg.png);
    background-blend-mode: multiply; box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
/* 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: #1a55ff;
}
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: #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: #2c2c2c;
	text-decoration: underline 2px #1a55ff;
    text-underline-position: under;
}

/* Mobile design */
div.phone-view-bg {
	background-repeat: repeat;
	background-blend-mode: multiply;
	background-image: linear-gradient(to bottom, #f5f5f5, #eaeaea), url(../img/dotted_bg.png);
}
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:#1a55ff;
	width:100%;
	display: inline-block;
	border: 1px solid #1a55ff;
}
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: #1a55ff;
	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: #174be5;
	transition: .2s;
}

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 {

}
div.phone-view div p{
	margin:0px;
	background: #fff;
	border-bottom: none;
	color: #2c2c2c;
}
div.phone-view div a.btn {
	background:#1a55ff;
	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, div.phone-view div ul > * a:focus {
	color:#1a55ff;
	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;
}
div.ins-nslider{
	margin: 50px 0 0px 0;
}
div.ins-nslider h3 {
    font-size: 35px;
	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;
}
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:#393939;
	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{
	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:140px;
	margin-bottom:20px;
	width:100%;
	border: 5px solid #959595;
}
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:#2c2c2c;
	font-size:14px;
	line-height:20px;
}
.rssfeedsclass p+p ~p, .rssfeedsclass br{
	display: none;
}
 .titlefield a, .rssfeedsclass a{
	color:#2c2c2c;
}
.titlefield a:hover, .rssfeedsclass a:hover, .titlefield a:focus, .rssfeedsclass a:focus, .whatsnew a:hover, .whatsnew a:focus {
	color:#2c2c2c;
	text-decoration: underline 2px #1a55ff;
	text-underline-position: under;
}
.whatsnew p{
	font-size: 13px;
}
.rssfeedsclass a, .whatsnew a {
    color:#2c2c2c;
    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: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: #1a55ff;
}
.carriers_info div.carriers_design_box p {
    font-size: 15px;
	line-height: 30px;
}
.carriers_info div.carriers_design_box a.btn {
    background:#1a55ff;
	border: 1px solid #1a55ff;
    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: #b1b1b1;
}
.breadcrumb li a:hover, .breadcrumb li a:focus{
	color: #fff;
	opacity: .8;
}
.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: #1a55ff; /* 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: #1a55ff;
}
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-view-all-btn, .grw-review-btn, .grw-view-all-btn:hover, .grw-review-btn:hover, .grw-view-all-btn:focus, .grw-review-btn:focus {
	color:#fff!important;
}
.grw-business-footer p {
	text-align:center!important;
}
.ss-ul {
	column-count:2;
}
.grw-business-name a, .grw-business-name a:visited, .grw-author {
	color: #2c2c2c!important;
}
.grw-review-btn, .grw-view-all-btn {
	background: #1a55ff!important;
	border: 1px solid #1a55ff!important;
}
.grw-review-btn:hover, .grw-view-all-btn:hover, .grw-review-btn:focus, .grw-view-all-btn:focus {
	background: #174be5!important;
	border: 1px solid #174be5!important;
}
.grw-theme-dark .grw-slider-nav a.grw-slide-current {
    background-color: #1a55ff;
}


/*Blog*/
.blog .content-area a{
	color:#174be5;
}
.blog .content-area a:hover, .blog .content-area a:focus{
	color:#415fb0;
}
.blog .widget h2{
	font-size:22px;
}
.blog .widget h2,.blog .widget ul li,.blog .widget ul li a,.wp-block-latest-comments__comment-meta a{
	color:#393939;
}
.blog .widget ul li{
	font-size: 16px !important;
}
.blog .widget ul li a:hover,.blog .widget ul li a:focus{
	color:#174be5;
}
.blog .search-submit{
	padding:5px 8px;
	background-color:#1a55ff;
	border:1px solid #1a55ff;
	color:#fff;
	font-size:13px;
	border-radius:3px;
}
.blog .submit{
	background-color:#1a55ff;
	color:#fff;
	border:none;
	font-size:14px;
	padding:8px 10px;
}
.blog .wp-block-search__button {
    background: #1a55ff;
	color: #fff;
	border:none;
	border-radius:3px;
	
}
.blog .entry-footer{
	padding:0 0 0;
}
.blog .search-submit:hover,.blog .search-submit:focus, .blog .wp-block-search__button:hover, .blog .wp-block-search__button:focus,.blog .submit:hover,.blog .submit:focus{
    background: #174be5;
}
.blog .entry-title{
	font-size: 30px;
}
.blog .wp-block-search__label {
 color:#393939;
}
.blog .wp-block-latest-comments__comment-meta{
	background:transparent!important;
	border-top:0px!important;
	padding: 0;
	color:#393939;
	font-size: 16px;
	line-height: 24px!important;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	display:inline!important;
	
}
.blog .inside-container{
	display:flex;
}
.blog .wp-block-latest-comments__comment{
	list-style-type: disc!important;
	color:#393939;
	font-size:18px;
}
.blog .wp-block-group__inner-container ul{
  list-style-type: disc!important;
  padding-left: 40px!important;
}

.blog .lob_content_options {
 height: auto;
}

.blog div.insurance_main_content {
  margin: 15px auto 80px;
}

.blog .page-header {
  margin-top: 20px;
}