@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: #393939;
		font-size:27px;
		font-weight: 600;
}
h3{
		color: #393939;
		font-size:22px;
}
h4{		
		color: #393939;
		font-size:19px;
}
p{
		color:#393939;
		font-size:18px;
		line-height:30px;
}
a{
		color:#2c2c2c;
		display: inline-block;
}
a:hover{
		text-decoration: none;
		color: #777;
		outline: none;
}
a:focus{
		text-decoration: none;
		color: #787fd8;
		outline: none;
}
/* Header */
header
{
	position:relative;
}

/* Top Bar */
header div.top-ribbon{
	/*background-image: url(../img/header-section-bg.png);*/
	background-repeat: repeat;
	background-color: #1f2355;
	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 ul{
	margin: 0;
	padding: 0;	
}

div.top_info_line ul li {
	color: #fff;
	float: left;
	list-style-type: none;
	margin:5px 0;
	padding: 5px 14px;
	line-height: 28px;
	font-size:17px;
	border-right: 1px solid #fff;
}
div.top_info_line ul li a {
	color: #fff;
	font-size:14px;
}
div.top_info_line ul li a.active, div.top_info_line ul li a:hover{
	color:#f49b1b; 
}
div.top_info_line ul+ul li:nth-child(1), div.top_info_line ul+ul li:nth-child(3), div.top_info_line ul+ul li:nth-child(4){
	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(2) {
	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;
}
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: #4c55d4!important;
	background: transparent;
}
div.top_info_line ul li a:hover, div.top_info_line ul li a:focus {
	color: #f49b1b;
	text-decoration: none;
}
.top_bar_nav li a:hover, .top_bar_nav li a:focus {
	color: #f49b1b;
}
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: #1f2355;
background:transparent;
}
div.top_info_line ul li.active > a{
	color:#fff;
	opacity: 0.8;
}
/* Logo And Navigation */

div.logo_area{
	background: #fff;
	padding: 40px 0;
	border-bottom: 2px solid #1f2355;
}
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:#5a5858;
   font-size: 18px;
   font-weight:600;
   padding: 0;
}
nav.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#787fd8;
	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: #787fd8;
	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: #787fd8;
	background-color:transparent;
}
.dropdown-menu > li > a.active, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
	text-decoration: none;
	background-color: #1f2355;
    outline: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
   color: #1f2355;
	text-decoration: none;
	background-color: transparent;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff !important;
	text-decoration: none;
	background-color:  #1f2355;
}

.navbar-nav > li > .dropdown-menu{
	border-radius: 0px;
	padding: 0px;
}
/* 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: linear-gradient(to left, rgba(232, 220, 185, 0.4)0%, rgba(147, 145, 145, 0.8)30%, rgba(255, 245, 245, 0)60%, rgb(77, 77, 77)100% );
	mix-blend-mode: multiply;
}
/* carousel-indicators */
div.carousel::after {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background: linear-gradient(0deg, rgba(255, 245, 245, 0.1), rgba(0, 0, 0, 0.4) ) no-repeat;
	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 ol > * {
	background-color:#9a9a9a;
	border-color:#9a9a9a;
}
div.main_banner_sections ol > *.active {
	background-color:#1f2355;
	border-color:#1f2355;
	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 #1f2355;*/
}
div.main_banner_sections div.banner-content h4 {
  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: #f49b1b;
  border: 1px solid #f49b1b;
  color: #fff;
  font-size: 18px;
  padding: 8px 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 {
  background: #db8a18;
}
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 #1f2355;
	/*background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url(../img/insurance-lob-bg.png);*/
	background: #1f2355;
}
div.insurance_lob_bg.index {
	bakground-image:none;
	background: #737594;
}
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: 0 8px 8px #3c3c3c;
}

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: #f49b1b;
	 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: #1f2355;
  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 #1f2355;
	border-bottom: 2px solid #1f2355;
}
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:#1f2355;
}
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: #737594; 
 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:#1f2355;
}
div.inner_content_container_item  ul li, .insurance_main_content 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: #1f2355;
  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: #737594;
}
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;
}

/* Quote Box Design */
div.inner_content_container_item .quote-box
{
	padding:0 0 60px 0;
	/*border-bottom:5px solid #4c5297;*/
}

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;
}
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:#1f2355;
	border:1px solid #1f2355;
	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 #1f2355;
}
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: 23%;
  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 #1f2355;
}
.services_item li a:hover, .services_item li a:focus {
	color:#4c55d4;
}
div.services_content div.services_container div.services_item div.services_icon i{
	font-size: 42px;
	color: #1f2355;
}
div.services_content div.services_container div.services_item div.services_icon h2 {
  color: #393939;
  text-align: center;
  font-size:27px;
  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: #4f4d4b;
	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: #1f2355;
}

div.services_content p{
	font-size:16px;
	line-height:26px;
	font-style: italic;
	color: #393939;
	padding-top:25px;
	text-align: left;
}
div.services_content p + p {
	color: #1f2355;
    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%;
    border-bottom: 1px solid  #f49b1b;
  
}
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;
}
div.footer_section ul li a:hover, div.footer_section ul li a:focus, div.footer_section ul li > a.active{
	color:#f49b1b;
}

/* 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: 2em; 
  color: #f49b1b;
}
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 {
	background: url(../img/footer-text-icon.png) no-repeat;
	background-size: 25px;
	height: 30px;
}
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;
  padding: 10px 14px;
}
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: #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: #f49b1b;
}

/* Mobile design */
div.phone-view-bg {
	background-color: #d3d3d3;
	background: url(../img/services-section-bg.png) repeat;
	background-repeat: repeat;
}
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:#1f2355;
	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: #1f2355;
}
div.phone-view button:hover, div.phone-view button:focus {
	color: #fff;
	background: #272c6e;
}
div.phone-view a.btn:hover, div.phone-view a.btn:focus {
	color: #fff;
	background: #db8a18;
}

div.phone-view div > * {
	background:#1f2355;
	color:#fff;
	padding:5px 0 20px;
	text-align:center;
}
div.phone-view div h5 {
	font-size:22px;
	margin:0;
	padding-top: 20px;
}
div.phone-view div p{
	margin:0px;
}
div.phone-view div a.btn {
	background:#f49b1b;
	padding:4px 20px;
	font-size:16px;
	border-radius:0;
	color:#fff;
	text-shadow:2px 1px 2px #000;
	font-style:italic;
	width: inherit;
}
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:#fff;
	font-weight:700;
}

div.phone-view div ul > * a:hover, div.phone-view div ul > * a:focus {
	color:#f49b1b;
	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: #1f2355;
	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: 20px;
}
.insurance_quotes_btn h2 {
	text-align:center;
	font-weight:700;
}
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:#1f2355;
	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{
	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%;
}
iframe.lob-jot-form {
	border: 0;
    height: 382px !important;
    width: 100%;

}
#email-form iframe{
	width: 100%;
	border: 0;
	height: 900px !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;
}
.rssfeedsclass a:hover, .whatsnew a:hover, .rssfeedsclass a:focus, .whatsnew a:focus {
	color: #f49b1b;
}
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: #1f2355;
}
.carriers_info div.carriers_design_box p {
    font-size: 15px;
	line-height: 30px;
}
.carriers_info div.carriers_design_box a.btn {
    background: #1f2355;
	border: 1px solid #1f2355;
    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: #1f2355;
}



/* 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:12px;
}
.breadcrumb li a{
	color: #1f2355;
	
}
.breadcrumb li .fas{
	font-size:12px;
	color: #1f2355;
}
.breadcrumb li a:hover, .breadcrumb li a:focus{
	color: #777;
}
.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;
}
.cnt-info{
	list-style-type:none;
	padding-left: 0px;
}
.cnt-info a{
	color: #1f2355;

}
 div.nav-content{
    display: flex!important;
    align-items: center!important;
}
.cnt-info a:hover{
	
	color: #747779;
}
.gmap-cnt{
	height:300px!important;
	border:none;
	width:100%;
}
.skip-to-content-link:focus {
  transform: translateY(0%);
  color: #fff;
}
a:focus,.dropdown-toggle:focus{
	outline: auto 2px Highlight;
    outline: auto 5px -webkit-focus-ring-color;
}
/* Ada compliance fixes end */ 

#agency-logo-footer{
	width:300px;
}
div.insurance_quotes_btn button i {
	width: 50px;
	text-align: center;
}
.top-my-account li a:hover{
	color:#1f2355 !important;
}

.additional_info h3.sidebar-cnt {
	background: #1f2355;
	padding: 11px 5px;
	text-align: center;
}
.sidebar-cnt li, .sidebar-cnt li a {
	color: #fff !important;
}

.calender a {
	background: #f49b1b;
	padding: 2px 8px;
	border-radius: 5px;
	color:#fff!important;
}

.calender a:hover, .calender a:focus {
	background: #db8a18;
	padding: 2px 8px;
	border-radius: 5px;
	color:#fff!important;
}

#hr1, #hr2 {
	overflow: visible;
	height: 30px;
	width: 80%;
	/* border-style: solid; */
	border-color: black;
	/* border-width: 1px 0 0 0; */
	border-radius: 20px;
}
#hr1::before, #hr2::before {
	display: block;
	content: "";
	height: 29px;
	margin-top: -31px;
	border-style: solid;
	border-color: black;
	border-width: 0 0 1px 0;
	border-radius: 20px;
}

.mission h2 {
    margin-top: 0;
}



.mission {
	text-align: center;
    align-items: center;
    display: flex;
    margin: 50px 0;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}



.abt-team {
	background: #fff;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
	display: flex;
	text-align: left;
	flex-direction: column;
	
}

.abt-team .col-md-12 {
	display: flex;
	align-items: flex-start;
}
.abt-team img {
	margin-top: 25px;
}
.cnt-info.sidebar-cnt {
    text-align: center;
}
.about-img img {
	height: 100%;
	width: 100%;
	max-width: 500px;
	object-fit: cover;
	object-position: center;
	margin: 0 auto;
}

/*Blog*/
.blog .content-area a{
	color:#3f4591;
}
.blog .content-area a:hover,.blog .content-area a:focus{
	color:#5359a2;
}
.blog .widget{
	margin:0px 24px 1.5em;
}

.blog .widget h2,.blog .widget ul li,.blog .widget ul li a{
	color:#fff;
}

.blog .widget ul li{
	font-size: 18px !important;
}
.blog .widget ul li a:hover,.blog .widget ul li a:focus{
	color:#fff;
}
.blog .search-submit{
padding: 7px 10px;
background-color:#f49b1b;
font-size: 13px;
border: none;
color:#fff;
border-radius: 0px;

}
.blog .search-field{
	padding: 4px 10px;
	border-radius:0px;;
}
.blog .search-submit:hover,.blog .search-submit:focus{
	background-color:#f4ab43;
}

.blog .submit{
	background-color:#f49b1b;
	border: none;
	color:#fff;
	padding: 6px 10px;

}
.blog .submit:hover,.blog .submit:focus{
	background-color:#f4ab43;
}
.blog .entry-title{
	font-size: 30px;
}

.blog .right_side_content_blog{
	padding:20px 0px;
}
.reviews-pull {
	width: 75%;
	margin: 40px auto 20px;
	display: block;
}
.reviews-pull p em {
	font-size: 14px;
	line-height: 18px;
}
.reviews-pull p.strong {
	text-align: right;
	font-weight: bold;
	margin-bottom: 40px;
}
.reviews-pull p.strong:last-of-type {
	margin-bottom: 0px;
}

.top-text-icon {

	width: 30px;
}
.is-cms .main_banner_area::after {
    z-index: -2;
}

.get-nw-qte{
	background: #f49b1b;
  border: 1px solid #f49b1b;
  color: #fff;
  font-size: 17px;
  padding: 8px 20px;
  text-transform: uppercase;
  margin: 8px 0;
  border-radius: 0;
}
.get-nw-qte:hover, .get-nw-qte:focus{
	background: #f49b1b;
  border: 1px solid #f49b1b;
  color: #fff;
  font-size: 17px;
  padding: 8px 20px;
  text-transform: uppercase;
  margin: 8px 0;
  border-radius: 0;
  opacity: 0.7;
}
h3.qtnew{
	color: #fff;
}

.grw-business-footer > p {
  text-align: center !important;
}

.grw-review-btn {
  display: inline-block;
  margin-top: 0;
  padding: 6px 16px;
  background-color: #1f2355 !important;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}

.grw-view-all-btn {
  display: inline-block;
  margin-top: 0;
  padding: 5px 10px;
  border: none;
  background-color: #1f2355 !important;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
}

.grw-review-btn:hover, .grw-view-all-btn:hover {
  background-color: #1f2355;
  opacity: .9;
  color: #fff;
}



.grw-theme-dark div.grw-review-content > p {
  color: #000 !important;
  }
  
  .sidebar-testimonials {
  color: white;
  font-weight: bold;
  text-align: left !important;
}

.grw-theme-light, .grw-theme-dark {
	padding: 10px 0 14px !important;
}

.grw-slider .grw-reviews-wrapper .grw-review-slide {
  width: 202px !important;
}


div.services_content div.services_container div.services_item .rm-link {
  text-align: left !important;
}


.sidebar-testimonials .grw-slider .grw-reviews-wrapper .grw-review-slide {
  width: 252px !important;
}

.sidebar-testimonials .grw-theme-light, .sidebar-testimonials  .grw-theme-dark {
  padding: 10px 15px 15px !important;
}

.sidebar-content{
	background:#000;
	margin: 18px 0;
}
.sidebar-content h2 {
    color: #fff;
}
.sidebar-content ul li {
	color: #fff;
}
.sidebar-content .widget{
	margin-top:20px;
}
.sidebar-content .search-field{
	border-radius:5px;
	padding:7px 10px;
}
.search-submit{
	border-radius:5px;
	padding:3px 10px;
	background:#f5d159;
	border:1px solid #f5d159;
	color:#000;
}
.search-submit:hover{
	background:#f5d159;
	border:1px solid #f5d159;
	opacity:0.8!important;
}

.sidebar-content .widget a:visited,.sidebar-content .widget a, .sidebar-content .widget{
	color: #fff;
}
.sidebar-content .widget a:hover,.sidebar-content .widget a:focus{
	color: #f5d159;
}
.widget-area label {
	color:#fff!important;
}
.wp-block-search__button {
	background:#fff!Important;
	border:1px solid #fff!important;
	color:#000!important;
}
.wp-block-search__button:hover, .wp-block-search__button:focus {
	background:#fff!Important;
	opacity:.8!important;
	color:#000!important;
	border:1px solid #fff!important;
}
.wp-block-latest-comments__comment {
	list-style-type:disc!important;
}
.blog .content-area a {
  color: #1f2355 !important;
  margin-top: 0;
}
.blog .content-area a:hover {
    color: #1f2355 !important;
	opacity: 0.8;
}
.is-cms .top-bar ul > li p {
    color: #fff!important;
    font-family: 'Nunito', sans-serif!important;
    margin: 0!important;
    padding: 0!important;
    font-size: 15px!important;
    line-height: 34px!important;
}
.is-cms .inner-banner-sec::after {
	z-index:-2;
}


.widget li::before {
  content: "\f101";
  padding-right: 3px;
  font-family: FontAwesome;
  color: #fff;
}
.wp-block-archives-list.wp-block-archives li a,
.wp-block-categories-list.wp-block-categories li a {
  color: #fff;
}
.wp-block-latest-comments {
  padding: 0;
}

.hfeed .widget-area #grw-widget {
  border-bottom: 1px solid #0c4d6e;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.wp-block-latest-posts__list.wp-block-latest-posts li, .wp-block-latest-posts__list.wp-block-latest-posts li a {
  color: #fff;
}
#block-4 article, #block-4 article a {
  color: #fff;
}
.wp-block-latest-comments li::before {
  content: none;
}
.widget h2 {
  
  color: #fff;
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
}
.widget ul{
	padding:0;
  
}

.widget li::before {
  content: none;
  
}
.widget ul li {
  border: 1px solid #ccc;
  padding: 10px;
  background-color: transparent;
  margin-bottom: 5px;
  color: #fff;
  list-style: none;
}
.widget ul li a {
  color: #fff;
}
.widget ul li:hover{
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #1f2355;
  margin-bottom: 5px;
  color: #fff;
  list-style: none;
}

.wp-block-search__label {
  color: #fff;
}
.home article, .category article, .archive article, .search article {
  box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
  background-color: #fff;
  border-radius: 3px;
  margin-top: 1.5rem;
  margin: 1.5em;
  flex-basis: 44%;
  margin: 15px;
}
 .carousel-inner {
  overflow: hidden;
}

.widget-title {
  color: #fff;
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
}

#archives-2 {
	display: none;
}
.blog-home-page .image-place-holder img {
	margin:15px auto;
}
.hfeed .content-area{
	margin-top:20px !important;
	padding-right: 40px !important;
}
.hfeed .posted-on{
	display:none !important;
}
.blog-home-page .read-more-btn-text{
    margin-top:0 !important;
}

.right-side {
  background: #3f4591;
  padding-bottom: 50px;
  padding-top: 50px;
}
#primary .page-title {
  margin-top: 0;
}
.entry-title a {
  color: #000;
}



    .fa-stack {
      width: 2em;
      height: 2em;
      line-height: 2em;
    }
.stacked{
	display: block;
  margin: 0 auto;
  width: 80px;
  margin-top: 35px;
}
.stacked .fa-home{
	color: #fff;
	margin-top: -30px !important;
	font-size: 48px !important;
	margin-left: 7px;
}
.stacked .fa-water{
	color: #fff;
}
.stacked-btn .fa-home{
	font-size: 25px;
	margin-top: -35px;
}
.stacked-btn .fa-water{
	font-size: 27px;
}
div.insurance_quotes_btn .stacked-btn button span{
	margin-left: 0px ;
	margin-top: 10px;
}
.fa-stack {
     width: 50px !important;
	 height: 30px !important;
	 padding: 10px 10px 0 10px !important;
    }
div.insurance_quotes_btn .stacked-btn button span + span{
	margin-top: 0px !important;
	margin-left: 10px;
}	
