@charset "utf-8";
/* CSS Document */

body,html
{
	font-family: 'Open Sans', sans-serif;
	height:100%;
	width:100%;
	
}

/* Typography */
h1{
		color:#000;
		font-size:34px;
        line-height: 42px;
		font-weight: 700;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 20px;
}
h2{
		color: #000;
		font-size:28px;
        line-height: 36px;
		font-weight: 600;
		margin-bottom:20px;
		font-family: 'Roboto', sans-serif;
}
h2.index {
	margin-top: 30px;
}
h3{
		color: #000;
		font-size:22px;
        line-height: 30px;
		font-weight:600;
}
h4{		
		color: #000;
		font-size:18px;
        line-height: 24px;
        font-weight: 600;
}
.insurance_main_content h2, .insurance_main_content h3, .insurance_main_content h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.insurance_main_content ul {
    padding-left: 20px;
}
.insurance_main_content ul li {
    margin-bottom: 10px;
}
.insurance_main_content ul li::marker {
    color: #377c2b;
}
.insurance_main_content strong {
    color: #000;
}
p{
		color:#393939;
		font-size:18px;
		line-height:36px;
		margin-bottom: 20px;
}
a{
		color:#2c2c2c;
		display: inline-block;
}
a{
	outline: none;
	border: 0;
}
a:hover{
		text-decoration: none;
		color: #2d6323;
		outline: none;
}
a:focus{
		text-decoration: none;
		color: #2d6323;
		
}
a:focus, .dropdown-toggle:focus{
	outline: none !important;
}
hr{
	border-top: 1px solid #ccc;
}
/* Header */
header
{
	position:relative;
}

/* Top Bar */
header div.top-ribbon{
	background-color: #000;
	width: 100%;
	height: 40px;
}

/* Top Navigation */
.top_info_line{
	display: flex;
	float: right;
	justify-content: center;
	text-align: center;
}
.top_info_line ul{
	margin: 0;
	padding: 0;	
}
.top_info_line ul li {
	float: left;
	list-style-type: none;
	margin:0;
	padding: 5px 10px;
}
.top_info_line ul li a{
	color: #fff;
	font-size:17px;
	line-height: 28px;
	
}
.top_info_line ul li a:hover, div.top_info_line ul li a:focus {
	opacity: 0.8;
	text-decoration: none;
}
.top_info_line p, .top_info_line p a {
	color: #fff;
	font-size:22px;
	line-height: 32px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-left: 10px;
	font-weight: 400;
	padding-right: 10px;
	margin-top: 1px;
}
/* Logo And Navigation */
.logo_area{
	background: #fff;
	padding: 40px 0;
}
.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;
}
.navigation_container .navigation_items{
	display: flex;
	align-items: center;
}
.navbar-default {
	float: right;
	margin-bottom: 0px;
	background-color: transparent;
	border-color: transparent;
	width: 100%;
	min-height: 0px;
}
.navbar-nav {
    float: none;
    margin: 7.5px -25px;
    display: flex;
    justify-content: space-around;
}
.navbar-default .navbar-nav > li > a {
   color:#000;
   font-size: 15px;
   font-weight:400;
   padding: 0;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #000;
    text-decoration: underline;
    text-decoration-color: #f16f91;
    text-decoration-thickness: 2px;
    text-underline-position: under;
	background-color:  transparent;
}
.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover > .active, .navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    text-decoration: underline;
    text-decoration-color: #f16f91;
    text-decoration-thickness: 2px;
    text-underline-position: under;
	background-color:  transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #000;
    text-decoration: underline;
    text-decoration-color: #f16f91;
    text-decoration-thickness: 2px;
    text-underline-position: under;
	background-color:  transparent;
}
.dropdown-menu{
	background: #f5f5f5;
	border: 1px solid #ccc;
	box-shadow: none;
}
.dropdown-menu > li > a.active, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #000;
    text-decoration: underline;
    text-decoration-color: #f16f91;
    text-decoration-thickness: 2px;
    text-underline-position: under;
	background-color:  transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
   color: #000;
    text-decoration: underline;
    text-decoration-color: #f16f91;
    text-decoration-thickness: 2px;
    text-underline-position: under;
	background-color:  transparent;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #000;
    text-decoration: underline;
    text-decoration-color: #f16f91;
    text-decoration-thickness: 2px;
    text-underline-position: under;
	background-color:  transparent;
}

.navbar-nav > li > .dropdown-menu > li > a {
	padding-top: 5px;
	padding-bottom: 5px;
    color: #000;
}
.navbar-nav > li > .dropdown-menu{
	border-radius: 0px;
	padding: 10px 0px;
	margin-top: 10px;
}
/* Banner Area */
.banner_section{
	background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
	padding-bottom: 40px;
}

/* Content */
.content_sections{
	background: #F5F5F5;
}
.content_sections.no-img {
    padding-top: 30px;
}
.insurance_main_content{
	background: #fff;
	padding: 30px 25px 0px 25px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);	
}
#silver_content ul li{
	color: #333 !important;
	font-size: 18px;
	line-height: 36px;
}
/* Carrier Carousal */
.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%;
}

/* Testimonials */
.testimonials_section{
	background: #000; 
	height: 100px;
}

.testimonials_section h2{
	color: #fff;
	font-size: 36px;
	line-height: 50px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	margin-left: 10px;
}
.testimonials_main_content{
	background: #fff;
	margin: 50px auto;
}
.testimonial_pad{
	padding: 10px 15px;
}
.testimonials_content{
	padding: 10px;
}
.score {
  display: block;
  font-size: 24px;
  position: relative;
  overflow: hidden;
}

.score-wrap {
  display: inline-block;
  position: relative;
  height: 19px;
}

.score .stars-active {
  color: #f16f91;
  position: relative;
  z-index: 10;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
/* Get Started */
.simple-banner {
	position: relative;
}
.simple-banner img {
	width: 100%;
	object-fit: cover;
	padding-bottom: 0px;
	height:400px;
}
.simple-banner{
	margin-bottom: 50px;
}
.simple-banner:before{
	content: "";
top: 0;
right: 0;
position: absolute;
height: 100%;
width: 100.09%;
background: rgba(241, 111, 145, 0.3);
pointer-events:none;
}
.simple-banner:after{
content: "";
top: 0;
right: 0;
position: absolute;
height: 100%;
width: 100.09%;
display: block;
background: rgba(0,0,0,0.6);
    background: linear-gradient(45deg, rgba(0,0,0,0.8), rgba(0,0,0,0.4));
mix-blend-mode: multiply;
pointer-events:none;
}
.simple-caption {
	padding: 0;
	text-shadow: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index:5;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
/*simple section*/
.simple-caption h2 {
    font-weight: 500;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#fff;
	font-size: 54px;
	line-height: 64px;
	font-family: 'Open Sans', sans-serif;
}
.get-started {
	width: 81%;
	margin: 0 auto;
}
.get-started h3, .get-started h4 {
	font-size: 36px;
	color: #fff;
	line-height: 48px;
	font-family: 'Open Sans', sans-serif;
}
.get-started .qte-btn {
    width: 388px;
    margin: 30px auto 0px;
	height: 40px;
	line-height: 37px;
	border: solid 1px #377c2b;
}
.get-started .qte-btn a {
	color: #fff;
}
.qte-btn {
	width: 388px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	border: none;
	background: #377c2b;
	height: 40px !important;
	font-family: 'Open Sans', sans-serif;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.qte-btn:hover, .qte-btn:focus {
	background:#2d6323;
    border: 1px solid #2d6323;
	color:#fff;
}

/* Footer */
.footer-section {
    padding-top: 45px;
	background-color:#000;
}
.footer-pad-fix {
	padding-left:0;
}
.footer-content h2 {
    color: #fff;
    font-size: 36px;
	line-height: 64px;
    font-weight: 700;
	margin-bottom: 15px;
	margin-top: 0px;
	font-family: 'Open Sans', sans-serif;
}
.footer-nav {
    list-style-type: none;
	padding: 0;
}
.footer-nav li {
	font-size: 24px;
	line-height: 54px;
}
.footer-nav .fa-angle-double-right {
	color: #377c2b;
	font-weight: 900;
    font-size: 19px;
    margin-right: 10px;
    line-height: 30px;
}
.footer-content ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.footer-content ul li a:hover, .footer-content ul li a:focus, .footer-content ul li a.active {
    color: #f16f91;
	text-decoration:none;
}
.contact-info{
	margin-top: 40px;
}
.contact-info ul {
	padding-left:0px;
}
.contact-info ul li {
    font-size: 18px;
    color: #fff;
    padding: 0 0 15px;
    display: flex;
}
.contact-info ul li a {
    font-size: 18px;
    line-height:25px;
}
.contact-info i {
    color: #377c2b;
    float: left;
    font-size: 18px !important;
    margin-right: 10px;
    line-height:25px;
    width: 20px;
}
.copyright {
    padding: 50px 0 20px;
    text-align: center;
}
.copy-ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.copy-ul li {
    display: inline-block;
}
.copy-ul li a, .copy-ul li {
    color:  #fff;
    font-size: 18px;
}
.copy-ul li a:hover{
	color: #f16f91;
}

/* 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:340px;
	margin-bottom:20px;
	width:100%;
}
iframe.jot-form {
    width: 100%;
    border: 0;
    height: 220px !important;
}

/* contact you carrier page*/
#carrier-title {
	font-size:28px;
	font-weight:bold;
	color:#000;
	font-family: 'Open Sans', sans-serif;
}
.carrier-content p , .carrier-content p span a{ 
	color:#333;
}
.carrier-content p a.btn {
	background: #377c2b;
color: #ffffff;
border: 0px;
border-radius: 3px;
  padding: 3px 8px;
}
.carrier-content p a:hover{
	background: #2d6323;
}
.carrier-list{
	padding-bottom:10px;
	border-bottom:1px solid #C4C4C4; 
}

/*
.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 */ 
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


/* Ada compliance fixes end */ 




/********************************************************************/
/*** PANEL DEFAULT ***/


.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.panel{
	border-top: none;
	border-left: none;
	border-right: none;
}
.panel-body{
	padding-top:10px;
	padding-bottom: 0px;
}
.panel-heading{
	padding: 0px;
	background: #fff;
}
.panel-default > .panel-heading{
	background: #fff;
	border: none !important;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs > li {
   background: #377c2b;
   width: 234px;
   margin-left: 7.5px;
}
.nav-tabs > li:nth-child(1){
	margin-left: 0px;
}
.nav-tabs > li > a {
    margin-right: 0;
   
    border-radius: 0;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a, .with-nav-tabs.panel-default .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    background: #f16f91 !important;
	padding-top: 6px;
	padding-bottom: 12px;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -11px;
}
.nav-tabs i{
	font-weight: 900;
	font-size: 48px;
	line-height: 58px;
	text-align: center;
	display: block;
	color: #FFFFFF;
}
.nav-tabs > li.active i{
	font-weight: 900;
	font-size: 68px;
	line-height: 78px;
	text-align: center;
	display: block;
	color: #FFFFFF;
}
.nav > li > a:hover, .nav > li > a:focus{
	background: #2d6323;
}
.nav-tabs > li{
	margin-top: 8px;
}
.nav-tabs > li.active{
	margin-top: -2px;
}

/* carousel-indicators */
/*div.carousel::after {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background:linear-gradient(to bottom, #454545 0%,#5e5e5e 74%,#626262 100%);
	mix-blend-mode: multiply;
}*/

.main_banner_sections {
    position: relative;
    overflow: hidden;
    z-index: 2;
	
}
.main_banner_area img {
    height: calc( 95vh - 230px );
    min-height: 400px;
    max-height: 700px;
    width: 100%;
    object-fit:cover;
}
.banner-content {
  position: absolute;
  z-index:100;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
}
.main_banner_sections .banner-content h2 {
  color: #fff;
  font-size: 60px;
  line-height:60px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0px;
  margin-top: 30px;
}
.main_banner_sections.index .banner-content h2 {
  color: #fff;
  font-size: 64px;
  line-height:64px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 30px;
  margin-top: 0px;
}
.main_banner_sections .banner-content h4 {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  line-height:49px;
  padding-bottom: 20px;
  font-weight:400;
  font-family: 'Open Sans', sans-serif;
}
.main_banner_sections.index .banner-content h4 {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  line-height:49px;
  padding-bottom: 40px;
  font-weight:400;
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px;
}
.quote-box-inside h2 {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
 text-shadow: none
}
.quote-box-inside h4 {
  color: #fff;
  display: inline-block;
  font-size: 21px;
  line-height:32px;
  padding-bottom: 25px;
  font-weight:400;
  text-shadow: none
}
.main_banner_sections select {
  width: 25%;
  height: 40px;
  margin-bottom: 20px;
  color: #393939;
  border-radius: 0px;
  border: 1px solid #000;
  padding: 5px;
}
.index .quote-box-inside form {
	display: flex;
	justify-content: space-evenly;
}
.quote-box-inside input{
  width: 25%;
  height: 40px;
  margin-bottom: 20px;
  color: #393939;
  border-radius: 0px;
  border: 1px solid #000;
  padding: 18px 18px 18px 7px;
}
.zipcode-form select::-ms-expand {
  display: none;
}
.quote-box-inside .fa-long-arrow-alt-right{
	
}
.main_banner_sections .banner-content .submit-btn {
  background: #377c2b;
  border: 0;
  color: #fff;
  font-size: 18px;
  width: 25%;
  height: 40px;
  border-radius: 0px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 4px;
}
.main_banner_sections .banner-content .submit-btn:hover, .main_banner_sections .banner-content .submit-btn:focus {
  background: #2d6323;
}

div.main_banner_area::after {
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background: rgba(0,0,0,0.6);
    background: linear-gradient(45deg, rgba(0,0,0,0.8), rgba(0,0,0,0.4));
    mix-blend-mode: multiply;
    pointer-events:none;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
	  div.main_banner_area::before{
	  content: "";
		top: 0;
		right: 0;
		position: absolute;
		height: 100%;
		width: 100.09%;
		background: rgba(241, 111, 145, 0.3);
        pointer-events:none;
  }
    div.main_banner_area::after {
    /*content: "";
	top: 0;
	right: 0;
	position: absolute;
	height: 100%;
	width: 100.09%;
	display: block;
	background: #f16f91;
	mix-blend-mode: multiply;*/
}
span.overlay::before {
    /*content: "";
    top: 0;
    right: 0;
    position: absolute;
    height: 100%;
    width: 100.09%;
    background: linear-gradient(235.18deg, #2FD8C0 0%, #466CD7 100%);
    mix-blend-mode: screen;*/
}
}

.lob-content h4{
	text-align: left !important;
	font-size: 36px !important;
	line-height: 50px !important;
}
.lob-content .quote-box-inside a{
	text-align: left;
	float: left;
	color: #fff;
	font-size: 36px;
	line-height: 50px;
	font-weight: 700;
}
.quote-box-inside.inner-pages .fas{
	font-weight: 900;
	font-size: 144px;
	color: #fff;
}
.quote-box-inside.quote-box-lob h2 {
  color: #000;
  font-size: 56px;
  font-weight: 700;
  text-shadow: none;
  line-height: 64px;
  font-family: 'Open Sans', sans-serif;
}
.quote-box-inner{
	position: relative;
	padding: 50px 0;
}
.quote-box-lob {
   text-align: center;
}
.quote-box-inside.quote-box-lob h3 {
  color: #000;
  display: inline-block;
  font-size: 28px;
  line-height:36px;
  padding-bottom: 40px;
  font-weight:400;
  text-shadow: none;
  margin-top: 10px;
}
.quote-box-lob select {
  width: 50%;
  height: 35px;
  margin-bottom: 20px;
  color: #393939;
  padding-left:10px;
  border-radius: 0px;
  border: 1px solid #ccc;
}
.quote-box-lob input{
	width: 50%;
  height: 30px;
  margin-bottom: 20px;
  color: #393939;
  padding-left:10px;
  border-radius: 0px;
  border: 1px solid #ccc;
}
.zipcode-form select::-ms-expand {
  display: none;
}
.quote-box-lob .submit-btn {
    background: #377c2b;
    border: 1px solid #377c2b;
    color: #fff;
    font-size: 20px;
    width: 50%;
    margin: 8px 0;
    border-radius: 0;
    font-weight: 600;
    height: 40px;
}
.quote-box-lob .submit-btn:hover {
    background: #2d6323;
    border: 1px solid #377c2b;
    color: #fff;
    font-size: 20px;
    width: 50%;
    margin: 8px 0;
    border-radius: 0;
    font-weight: 600;
    height: 40px;
}
/* Saving Sections */
.savings_section{
	background: #000; 
	height: 100px;
	padding: 0 26px;
}
.savings_section h2{
	color: #fff;
	font-size: 36px;
	line-height: 50px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}
.savings_section_content{
	background: #fff;
	margin: 50px auto;
	padding-bottom: 10px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);	
}
.savings_content{
	padding: 10px;
	color: #f16f91;
	font-size: 48px;
	font-weight: 36px;
}
.savings_content_left{
	text-align: center;
}
.savings_content_right p{
	font-size:28px;
	line-height:66px;
	margin-bottom: 0px;
}

/* Contact Us Page */
.contact-section-info ul{
	padding-left: 0px;
}
.contact-section-info ul li{
		 list-style-type: none;
}
.agency {
	display: block;
	font-size: 26px;
	margin-bottom: 15px;
	margin-top: 10px;
	font-weight: 600;
}
ul.social_section{
	padding-left: 0px;
}
ul.social_section li{
	list-style-type: none;
	float: left;
	margin: 0 10px;
}
ul.social_section li a:hover, ul.social_section li a:focus {
    color: #fff;
    opacity: .8;
}
.contact_right_side h2{
	font-size: 34px;
font-weight: 700;
font-family: 'Open Sans', sans-serif;
margin-bottom: 5px;
}
.top-phone i {
	color: #f16f91;
	font-size: 18px;
	line-height: 20px;
	margin-right: 5px;
	width: 20px;
}

/* Ada compliance fixes beings */ 
.skip-to-content-link {
  background: #28b9bf; /* change the bgcolor based on the template color*/
  color: #fff;
  height: 30px;
  right: 0%;
  padding: 7px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.4s;
  z-index:10;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
  color: #fff;
}
a:focus,.dropdown-toggle:focus{
	outline: auto 2px Highlight;
    outline: auto 5px -webkit-focus-ring-color;
}

/* Ada compliance fixes end */ 

a.sms_txt{
	cursor: none;
	color: #fff;
	pointer-events: none;
}
#contact-text a.sms_txt{
	color: #000;
}


.homepage-grw .grw-view-all-btn, .homepage-grw .grw-view-all-btn:hover, .homepage-grw .grw-view-all-btn:focus {
	margin-top:12px !important;
	font-size: 15px;
  line-height: 22px;
  padding: 8px 13px;
}

.homepage-grw .grw-wrapper {
	max-width: 100% !important;
	margin-top:90px;
}

.homepage-grw .grw-review-content p {
	text-align: left !important;
}

.homepage-grw .grw-slider-nav {
	clear: both;
	display: none;
}

.homepage-grw .grw-slider {
	text-align: left;
}

.homepage-grw .grw-slider .grw-reviews-wrapper {
	width: auto;
}

.homepage-grw div.grw-review {
	width: 100% !important;
	padding: 10px;
	box-shadow: 3px 3px #ccc;
	margin-left: 6px;
	margin-right: 6px;
	border: 1px solid #ccc;
}

.homepage-grw .grw-theme-dark div.grw-review-content > p {
	inline-size: auto !important;
}

.grw-slider-wrapper {
    display: flex;
    margin-top: 30px;
}
.grw-business-header {
    border-bottom: 3px solid #f16f91 !important;
}
.grw-author, .grw-business-name a, .grw-business-name a:visited {
    color: #000!important;
}
.grw-total-reviews, .grw-time-since  {
    color: #666 !important;
}
.grw-review-btn, .grw-view-all-btn  {
    background: #377c2b !important;
}
.grw-review-btn:hover, .grw-review-btn:focus, .grw-view-all-btn:hover, .grw-view-all-btn:focus {
    background: #377c2b !important;
    opacity: .8!important;
	color: #fff;
}

.bios {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}
.bios img {
    width: 100%;
	max-width:300px;
    margin-bottom: 20px;
	border: solid 3px #377c2b;
}

.bios h2 {
    margin-bottom: 10px;
}

.row.bios:last-child {
    border-bottom: none;
}

.content-link {
	color: #377c2b;
    text-decoration: underline;
}

.content-link:hover, .content-link:focus {
	color: #377c2b;
    text-decoration: underline;
    opacity: .8;
}

.footer-nav .noactive.active {
  color: #fff !important;
}

.navbar-nav > li > .dropdown-menu > li > a.noactive.active{
  color: #000 !important;
  text-decoration:none!important;
}
.speak-to-agent {
  margin: 50px 0 0 0;
  display: inline-block;
  width: 100%;
}
.speak-to-agent1{
	background: #1e7b0b;
	padding: 15px 10px;
	text-align: center;
	
}
.speak-to-agent1 h2, .speak-to-agent1 p, .speak-to-agent2 h2{
	color: #fff;
}
.speak-to-agent2{
	background: #f16f91;
	padding: 15px 10px;
	display: flex;
	justify-content: center; /* center horizontally */
	align-items: center;     /* center vertically */
	gap: 15px;               /* space between images */
	flex-wrap: wrap;         /* responsive */
}


.speak-to-agent2 img{
	background: #fff;
	width: 250px;
	padding: 5px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	border-width: 15px 15px 15px 15px;
}
.speak-to-agent1 p{
font-size: 13px;
    font-weight: 600;
}
.speak-to-agent1 .btn-speak{
	padding: 10px;
	background: #f16f91;
	color: #fff;
	font-size: 17px;
	border: 2px solid #fff;
	display: inline-block;
	transition: transform 0.3s ease; /* ✅ this makes it smooth */
}
.btn-speak:hover{
	transform: scale(1.1); /* 🔽 zoom out */
}

.logo-list {
	list-style: none;
	padding: 0 !important;
	margin: 0;
	display: flex;            /* ✅ makes items in one line */
	align-items: center;
	gap: 15px;                /* spacing between items */
}

.logo-list li {
	width: 33.3%;
}

.logo-list li a img {
	width: auto;             /* adjust as needed */
	display: block;
}
figure{
	float: right;
	
	
}
figure img{
	width: 250px;
	margin: 5px 0 2px 2px;
}

/* Google Review Widget */
.grw-review-btn,
.grw-view-all-btn {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	background-color: #007c3c !important;
	font-style: normal;
}

.grw-business-footer p {
	line-height: 24px !important;
}

.grw-business-footer p {
	text-align: center !important;
}

.grw-theme-dark .grw-slider-nav a.grw-slide-current {
	background-color: #007c3c !important;
}

.grw-business-header {
	border-bottom: 3px solid #513013 !important;
}

.grw-theme-dark {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.grw-business-name a,
.grw-business-name a:visited {
	color: #2c2c2c !important;
}

.grw-total-reviews,
.grw-theme-dark .rm-link {
	color: #666 !important;
}
.video-container{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 ratio */
	height: 0;
	overflow: hidden;
}

.video-container iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.dl-buttons {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 30px;
}

.dl-buttons a {
  background: linear-gradient(135deg, #377c2b, #2d6323 70%);
  color: #fff;
  padding: 10px 25px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  width: 80%;
  font-weight: 600;
  transition: opacity 0.3s ease, transform 0.2s ease;
}

.dl-buttons a:hover, .dl-buttons a:focus {
  opacity: 0.9;
  transform: scale(1.02);
}
.carrier-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

.carrier-box {
  width: 33.33%;
  padding: 10px;
}

.carrier-box img {
  max-width: 250px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.carrier-box p {
  margin-top: 8px;
}
.logo-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    margin-top: 20px;
    gap: 30px;
}

.logo-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    margin-top: 20px;
    gap: 60px;
    flex-wrap: nowrap;
}

.logo-box {
    width: 33.33%;
}

.logo-box img {
    display: block;
    margin: 0 auto 15px;
    max-width: 100%;
    height: auto;
}

.pearl-logo {
    max-width: 240px;
}

.small-logo {
    max-width: 170px;
}

.carrier-cols-content p a.btn{
    background: #377c2b !important;
  color: #fff !important;
  border: none !important;
  border-radius: 3px;
  padding: 3px 8px;
}


.speak-to-agent1 img {
    background: #fff;
    width: 250px;
    padding: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    margin-top: 15px;
}
.speak-to-agent-full {
    width: 100%;
}

    .pp-body,
    .pp-body * {
      background: transparent;
    }

    
    .pp-title,
    .pp-title * {
      font-family: Arial, sans-serif;
      font-size: 26px;
      color: #000000;
    }

    
    .pp-subtitle,
    .pp-subtitle * {
      font-family: Arial, sans-serif;
      color: #595959;
      font-size: 14px;
    }
	
    .section { margin-top: 28px; }

   
    .pp-heading-1,
    .pp-heading-1 * {
      font-family: Arial, sans-serif;
      font-size: 19px;
      color: #000000;
    }

    
    .pp-heading-2,
    .pp-heading-2 * {
      font-family: Arial, sans-serif;
      font-size: 17px;
      color: #000000;
    }

   
    .pp-body-text,
    .pp-body-text * {
      color: #595959;
      font-size: 14px;
      font-family: Arial, sans-serif;
    }

   
    .pp-link,
    .pp-link * {
      color: #3030F1;
      font-size: 14px;
      font-family: Arial, sans-serif;
      word-break: break-word;
    }
    .pp-link:hover { text-decoration: underline; }

  
    ul { list-style-type: square; }
    ul > li > ul { list-style-type: circle; }
    ul > li > ul > li > ul { list-style-type: square; }
    ol li { font-family: Arial; }


    
    .page-wrapper {
     
      font-family: Arial, sans-serif;
    }

   

  table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 16px;
      margin-bottom: 16px;
    }
    th, td {
      border: 1px solid #000;
      padding: 8px 10px;
      font-family: Arial;
      font-size: 14px;
      color: #595959;
      vertical-align: top;
    }
    th { font-weight: bold; }

  
    .toc { margin-top: 8px; }
    .toc a {
      display: block;
      color: #39792B;
      font-size: 15px;
      font-family: Arial;
      text-decoration: none;
      line-height: 2;
    }
    .toc a:hover { text-decoration: underline; }

    
    p, div.body-para { line-height: 1.6; margin: 10px 0; }
    li { line-height: 1.6; margin-bottom: 4px; }
    a { color: #39792B; }
	
	ul.terms-list {
    list-style-type: disc !important;
    padding-left: 40px !important;
    margin: 15px 0 !important;
}

ul.terms-list li {
    display: list-item !important;
}