@charset "UTF-8";
/* CSS Document */


/* === Navigation === */

html {
	scroll-padding-top: 100px;
}

header {
	background-color: #FFF;
}

.m_nav {
	/*display: none !important;*/
}

.m_nav .menu_content {
	background-color: var(--teal);
	z-index: 30;
	height: 40vh;
}

.m_nav nav ul {
	flex-wrap: wrap;
}

.top_nav .primary nav .nav_button a,
main .btn.btn-primary {
	background-color: var(--orange);
	border-radius: 8px;
	border: none;
	width: fit-content;
}

/* == VIDEO HERO  == */

.video_hero_a {
	background-color: var(--darkest);
	padding: 0;
	position: relative;
}

.video_hero_a .row {
	padding: 30px 15px;
	position: relative;
	z-index: 0;
}

.video_hero_a :has(h1,p) {
	color: #FFF;
}

.video_hero_a h1 {
    color: #FFF;
    font-size: 3em;
    font-weight: normal;	
}

.video_wrapper {
	position: absolute;
}

.video_wrapper,
.video_wrapper video {
    width: auto;
    height: 100%;
    min-width: 100%;
}

.video_wrapper video {
    opacity: 0.5;
}

/* === Page Styles === */

h2 {
	font-size: 2.3em;
	font-weight: 500;
}

h3:not(#map_sidebar h3) {
	font-size: 1.1em !important;
	text-transform: none !important;
	font-weight: 600;
	margin: 12px 0;
}

main {
	padding: 0;
	overflow: hidden;
}

main img {
	margin-top: 30px;
}

.wp-block-group div:has(.btn-primary) {
	width: 100% !important;
}


.btn.btn-primary {
	font-weight: 600;
	padding: 6px 10px;
}

.row.icon_row:not(.row.services_global) > div {
	position: relative;
	padding-left: 90px;
}

.row.icon_row > div :is(h3,p) {
	text-align: left;
}


.row.icon_row figure {
	text-align: left;
}

.row.icon_row figure img {
	width: 80px;
	height: auto;
	max-width: 100%;
	position: absolute;
	left: 0;
}

.row.icon_row.services_global > div {
	text-align: left;
	padding: 0 4vw;
}

.row.icon_row.services_global img {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.hr_style_1 hr {
	height: 3px;
	background-color: var(--blue);
	border: none;
	width: 20%;
	margin: 20px auto;
}

.bg_block_2 {
	position: relative;
}

.bg_block_2:before {
    content: '';
    width: 100%;
    height: calc(100%);
    display: block;
    position: absolute;
    border-radius: 0 0 0 80px;	
    background-color: var(--teal);
    top: 0;
    /*left: 30vw;*/
}

.bg_block_2 .maxw {
	position: relative;
	z-index: 10;
}

.reviews > div {
	display: flex;
}

.reviews .row > div {
	padding: 6px 12px;
}

.reviews .wp-block-group {
	background-color: #FFF;
	border-radius: 6px;
	padding: 20px;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);	
	margin-bottom: 15px;
	height: 100%;
}

.reviews h2 {
	color: #FFF;
}

.reviews h2 strong {
	color: var(--orange);
	font-weight: 600;
}

.reviews h3 {
	color: var(--green);
}

/* === Ratings === */

.star-ratings {
  unicode-bidi: bidi-override;
  color: #ccc;
  font-size: 25px;
  position: relative;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  font-family: system-ui, sans-serif;  
}
.star-ratings .fill-ratings {
  color: #e7711b;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.star-ratings .fill-ratings span {
  display: inline-block;
}
.star-ratings .empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
}

.star-ratings p {
	font-size: 14px;
	color: #333;
	margin-top: 12px;
	text-align: center;
}

/* === Top Zone === */

.mc_bar h2, 
.mc_bar p {
	color: #FFF;
	margin: 10px;
} 

.mc_bar h2 {
	font-size: 2em;
}

.mc_bar p strong {
	color: var(--orange);
	font-weight: bold;
}

.hero25 .wp-block-group {
	/*background-color: paleturquoise;*/
}

/* === Location Finder === */

.location_finder {
	padding-bottom: 45px;
}

.location_finder h2 {
	font-size: 2.3em;
	font-weight: 500;
}

.location_finder .search_row > div:last-child {
	display: flex;
}

.location_finder #search-panel {
	align-self: center;
	width: 100%;
}

.location_finder #search-panel input {
	box-shadow: none;
	border: solid 1px #707070;
	border-radius: 10px;
	height: 65px;
	width: 100%;
}

.location_finder .results_col h2 {
	text-transform: none;
	/*font-weight: normal;*/
}

.location_finder #map_sidebar {
	border-top: solid 6px var(--teal);
	border-bottom: solid 6px var(--teal);
	box-shadow: none;
}

.location_finder #map_sidebar .inner {
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.35);
	padding: 25px !important;
}

.location_finder #map_sidebar h3 span {
	font-size: 0.65em;
}

.location_finder #map_sidebar a {
	color: var(--kelly);
}

.location_finder #map_sidebar p.miles_away {
	color: var(--dark);
}

.location_finder #map_sidebar p.phone a {
	font-size: 1.2em;
}

.location_finder #map_sidebar div:has(a.button_link) {
	padding-top: 10px;
}

.location_finder #map_sidebar a.button_link {
	display: inline-block;	
	border-radius: 8px;
	color: #FFF;
	font-weight: 700;	
	padding: 12px 24px;
}

.location_finder #map_sidebar div:has(a.button_link) > a.button_link:first-child {
	margin-right: 10px;
	background-color: var(--orange);
	color: #FFF;
} 

.location_finder #map_sidebar div:has(a.button_link) > a.button_link:last-child {
	background-color: #E1E5E9;
	color: var(--teal);
} 

#search-panel {
	background-color: transparent;
	padding: 8px;
	border-radius: 18px;
}

#search-panel:has(#searchTextField.is-highlighted) {
	background-color: orange;
}

/* === Location Matrix === */

.location_list {
	padding: 10px 0;
}

.location_list .landing_matrix {
	padding: 30px;
}

.landing_matrix > div {
	margin-bottom: 12px;
	padding: 0 12px 0 0;
}

.landing_matrix .inner {
	background-color: #FFF;
/*	padding: 10px 20px 20px;*/
	padding: 20px;
	height: 100%;
	border-radius: 8px;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.35);
	-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.35);
	-moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.35);	
}

.landing_matrix .phone_link {
	font-size: 1.5em;
}

.landing_matrix .button_link {
	display: block;
	margin: 0 auto 5px;
}

/* State Pages */

.by_state h2 a {
	color: #254B5F;
	text-decoration: none;
}

.by_state h2 a:hover {
	color: #337981;
}

.state_text {
	line-height: 1.5;
	padding-bottom: 30px;
}

.vp_leadin {
	font-size: .65em;
}

/* Metro Areas */

.metro_area {
	padding-top: 20px;
}

.metro_area h1 .leadin {
	display: block;
	font-size: 0.75em;
}

.metro_area .icon_h2 {
	padding-left: 0;
	background-image: none;
}

.metro_area .insurors {
	background-color: transparent !important;
}

@media(min-width: 768px) {


	.bg_block_2:before {
		left: 20vw;
	}

	.wp-block-group div:has(.btn-primary) {
		width: fit-content !important;
	}	

	/* == VIDEO HERO  == */

    .video_hero_a {
    	overflow: hidden;
    	min-height: 35vh;
    	display: flex;
    }

    .video_hero_a .row {
    	flex-direction: column;
    	justify-content: center;
    	/*border: solid red 2px;*/
    	height: 100%;
    }

    .video_wrapper,
    .video_wrapper video {
        width: 100%;
        height: auto;
        left: 0;
    }    

    .video_wrapper video {
        margin-top: -20%;
        transform: translate(0,20%);
    }

    /* == Site Styles == */    

    .row.icon_row > div {
    	padding-left: 0;
    }

	.row.icon_row figure {
		text-align: left;
	}    

	.row.icon_row figure img {
		width: 85px;
		height: auto;
		max-width: 100%;
		position: relative;
		left: 0;
	}   

	.row.icon_row.services_global > div {
		padding: 15px 15px 15px 0;
	}	

	.hr_style_1 hr {
		margin: 20px 0;
	} 

}

@media(min-width: 992px) {

	.bg_block_2:before {
		left: 30vw;
	}


}
