/*
 * Theme Name: 321 Base Theme
 * Theme URI: https://www.321webmarketing.com/
 * Author: 321 Web Marketing
 * Author URI: https://www.321webmarketing.com/
 * Description: 321 inspired theme for the Genesis Framework.
 * Version: 1.0.01
 * License: GPL-3.0-or-later
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Text Domain: tto-base-theme
 * Domain Path: /languages
 * Template: genesis
 */

@charset 'UTF-8';

/* # Table of Contents

- Elements
- Structural
- Accessibility
- Header
- Footer
- Utility
- Blocks
- Custom CSS

*/

/* ## Elements
--------------------------------------------- */

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    max-width: 100vw;
	font-size: 62.5%;
	overflow-x: hidden;
}

body {
    background-color: #ffffff;
    max-width: 100vw;
    color: #000;
    /* font-family: 'Montserrat', Helvetica, Arial, sans-serif; */
	/* font-family: 'Roboto Condensed', sans-serif; */
	font-family: 'Lato', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.618;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    margin: 0;
    overflow-x: visible;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
	display: block;
}

pre {
	font-family: monospace, monospace;
	font-size: 1.8rem;
}

*::-moz-selection {
	background-color: #393e4b;
	color: #ffffff;
}

*::selection {
	background-color: #393e4b;
	color: #ffffff;
}

h1 {
	font-size: 5.6rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 3rem;
}

h2 {
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1.3;
    margin: 6rem 0 3rem;
}

h3 {
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.4;
    margin: 6rem 0 3rem;
}

h4 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.5;
    margin: 6rem 0 3rem;
}

h5 {
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 1.4;
    margin: 6rem 0 3rem;
}

h6 {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.5;
    margin: 6rem 0 3rem;
	text-transform: uppercase;
}

p {
	margin: 0 0 3rem;
	padding: 0;
}

p:last-child {
	margin: 0;
}

a {
	color: #000;
	word-wrap: break-word;
	pointer-events: all;
	cursor: pointer;
	text-decoration: none;
	transition: 0.25s ease-in-out all
}

a:hover,
a:focus {
	color: #000;
}

button,
a.button,
input[type='submit'] {
	/* background-color: #000; */
	/* background-color: #305088; */
	background-color: #D57400;
	margin-top: 3rem;
	border: solid 2px #D57400;
	border-radius: 8px;
	color: #ffffff;
	cursor: pointer;
	font-size: 15px;
	font-size: 1.7rem;
	font-weight: 600;
	padding: 1.6rem 2.4rem;
	text-decoration: none;
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 1;
	/* white-space: nowrap; */
	/* box-shadow: 0 1rem 2rem -0.5rem rgba(57, 62, 75, 0.2); */
	transition: 0.25s ease-in-out all;
}

button:hover,
button:focus,
a.button:hover,
a.button:focus,
input[type='submit']:hover,
input[type='submit']:focus {
	/* background-color: #fff; */
	background-color: #d57400c4;
	/* border: solid 1px #D57400; */
	/* color: #D57400; */
	color: #fff;
	box-shadow: 0 1rem 2rem -0.5rem rgba(57, 62, 75, 0.2);
}

button.white,
a.button.white {
	background-color: #fff;
	border: solid 2px #fff;
	color: #000;
}

button.white:hover,
button.white:focus {
	/* background: #fff; */
	background-color: #27845Dc4;
	border: solid 2px #27845D;
	/* color: #27845D; */
	color: #fff;
}

a.button.white:hover,
a.button.white:focus {
	background-color: #ececec;
	border-color: #ececec;
}


button.outline,
a.button.outline {
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	box-shadow: 0 1rem 2rem -0.5rem rgba(57, 62, 75, 0.1);
}

button.outline:hover,
button.outline:focus,
a.button.outline:hover,
a.button.outline:focus {
	background: #fff;
	color: #000;
}

button.large,
a.button.large {
	font-size: 18px;
	font-size: 1.8rem;
}

ol,
ul {
	margin: 0 0 4rem 4rem;
	padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin: 0 0 0 4rem;
	padding: 0;
}

ul li {
	list-style-type: disc;
}

li li {
	list-style-type: circle;
}

ol li {
	list-style-type: decimal;
}

ol li li {
	list-style-type: lower-alpha;
}


hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #f0f1f2;
	clear: both;
	padding: 1em 0 0;
	margin: 0 0 2em;
}

b,
strong {
	font-weight: 600;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.5rem;
}

sup {
	top: -1rem;
}

blockquote {

}

table {

}

thead,
tbody {

}

tr,
th {
	
}

img {
	display: block;
	max-width: 100%;
}

*:first-child {
	margin-top: 0;
	padding-top: 0;
}

*:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* ## Structural
--------------------------------------------- */

.wrap,
.basic-page .content-sidebar-wrap,
.entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap,
.entry-content > .gb-block-container > .gb-container-inside {
	gap: 6rem;
	width: var(--theme-wrap-width);
	max-width: var(--theme-wrap-max-width);
	margin: 0 auto;
}

.entry-content > .wp-block-genesis-blocks-gb-columns,
.entry-content > .gb-block-container {
	padding: var(--theme-section-padding) 0;
}

.entry-content > .wp-block-genesis-blocks-gb-columns.no-padding-top,
.entry-content > .gb-block-container.no-padding-top {
	padding-top: 0 !important;
}

.entry-content > .wp-block-genesis-blocks-gb-columns.no-padding-bottom,
.entry-content > .gb-block-container.no-padding-bottom {
	padding-bottom: 0 !important;
}

.entry-content > .wp-block-genesis-blocks-gb-columns.no-padding,
.entry-content > .gb-block-container.no-padding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

@media (max-width: 767px) {
	.wrap,
	.basic-page .content-sidebar-wrap,
	.entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap,
	.entry-content > .gb-block-container > .gb-container-inside {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0 var(--theme-wrap-padding-mobile);
	}

	.entry-content > .wp-block-genesis-blocks-gb-columns,
	.entry-content > .gb-block-container {
		padding: var(--theme-section-padding-mobile) 0;
	}
}


/* ## Accessibility
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 0.1rem;
	width: 0.1rem;
	background-color: #fff !important;
	color: #000 !important;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	padding: 10px 20px;
	padding: 1rem 2rem;
	z-index: 100000;
	text-decoration: none;
	box-shadow: 0 0 0.2rem 0.2rem rgba(57, 62, 75, 0.1);
}

.more-link {
	position: relative;
	font-style: normal;
}

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}



/* ## Header
--------------------------------------------- */

/* .top-nav-bar {
    background-color: #f5f5f5;
	position: relative;
	display: flex;
	padding: 1.25rem 0;
    border-bottom: 1px solid #dbdbdb;
	z-index: 101;
}

.top-nav-bar > .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
}

.top-nav-bar > .wrap.left {
	justify-content: flex-start;
}

.top-nav-bar > .wrap.right {
	justify-content: flex-end;
}

.nav-top > .wrap {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.nav-top .menu {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 3rem;
	height: 100%;
	pointer-events: all;
	opacity: 1;
	transition: 0.25s ease-in-out opacity;
}

.nav-top .menu.fade-out {
	pointer-events: none;
	opacity: 0;
}

.nav-top .menu > .menu-item {
    display: flex;
    align-items: center;
}

.nav-top .menu > .menu-item > a,
.top-nav-bar p {
    font-size: 1.4rem;
    font-weight: 500;
	line-height: 1.3;
}

.site-header {
	background-color: #fff;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
	box-shadow: 0 0 1rem rgba(57, 62, 75, 0.18);
	transition: 0.25s ease-in-out box-shadow;
	z-index: 100;
}

.site-header.shrink {
	box-shadow: 0 0 2rem rgba(57, 62, 75, 0.38);
}

.logged-in.admin-bar .site-header {
	top: 32px;
}

@media (max-width: 782px) {
	.logged-in.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 600px) {
	.logged-in.admin-bar .site-header {
		top: 0;
	}
}

.site-header > .wrap {
	display: flex;
	align-items: stretch;
	gap: 6rem;
}

.title-area {
	display: flex;
	align-items: center;
	width: 20rem;
	margin: 0 auto 0 0;
	padding: 1rem 0;
}

.title-area a {
	position: relative;
	display: flex;
	width: 100%;
	height: fit-content;
	max-height: 60px;
}

.title-area a img {
    object-fit: contain;
    object-position: left center;
    width: 100%;
    height: 100%;
}

.title-area a img.primary {
	opacity: 1;
	transition: 0.25s ease-in-out opacity;
}

.title-area a img.secondary {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.25s ease-in-out opacity;
}

.site-header.shrink .title-area a img.primary {
	opacity: 0;
}

.site-header.shrink .title-area a img.secondary {
	opacity: 1;
}

.nav-primary {
	display: flex;
    align-items: center;
	gap: 3rem;
	transition: none;
}

.nav-primary > .wrap {
	display: flex;
    align-items: center;
	flex-direction: column;
    gap: 3rem;
	width: 100%;
	max-width: 100%;
	height: 100%;
	margin: 0;
}

.nav-primary .menu {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 3rem;
	height: 100%;
	margin: 0;
	pointer-events: all;
	opacity: 1;
	transition: 0.25s ease-in-out opacity;
}

.nav-primary .menu.fade-out {
	pointer-events: none;
	opacity: 0;
}

.nav-primary .menu > .menu-item {
    display: flex;
    align-items: center;
	gap: 0.5rem;
    padding: 3.75rem 0;
	transition: 0.25s ease-in-out all;
}

.site-header.shrink .nav-primary .menu > .menu-item {
    padding: 2.75rem 0;
}

.nav-primary .menu > .menu-item > a {
    font-size: 1.5rem;
    font-weight: 600;
	line-height: 2.5rem;
}

.primary-menu-ctas .gb-layout-column-wrap {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.primary-menu-ctas .gb-block-layout-column {
	flex: 1 1 fit-content;
}

.primary-menu-ctas a.button {
	margin: 0;
}

.mobile-menu-logo {
	display: none;
}

.site-header .progress-bar-container {
	position: absolute;
	background-color: transparent;
	display: block;
	width: 100%;
	height: 4px;
	top: auto;
	bottom: 0;
	left: 0;
}

.site-header .progress-bar {
	background-color: #000;
    display: block;
    width: 0%;
    height: 100%;
    transition: none;
} */



.site-header .top-nav-bar {
    /* background-color: #f5f5f5; */
	background-color: transparent;

	position: relative;
	display: flex !important;
	padding: 1.25rem 0;
    /* border-bottom: 1px solid #dbdbdb; */
	border-bottom: 1px solid transparent;

	z-index: 101;
}

.site-header.shrink .top-nav-bar {
	/* border-bottom: 1px solid #dbdbdb; */
	display: none !important;
}

/* .wp-singular .site-header .top-nav-bar {
    border-bottom: 1px solid #D57400;
} */

.top-nav-bar .nav-top a {
	color: #fff;
}

.top-nav-bar > .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
	z-index: 999;
}

.site-header .top-nav-bar::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	z-index: 1; 
	}

.top-nav-bar > .wrap.left {
	justify-content: flex-start;
}

.top-nav-bar > .wrap.right {
	justify-content: flex-end;
}

.nav-top > .wrap {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.nav-top .menu {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 3rem;
	height: 100%;
	pointer-events: all;
	opacity: 1;
	transition: 0.25s ease-in-out opacity;
}

.nav-top .menu.fade-out {
	pointer-events: none;
	opacity: 0;
}

.nav-top .menu > .menu-item {
    display: flex;
    align-items: center;
}

.nav-top .menu > .menu-item > a,
.top-nav-bar p {
    font-size: 1.4rem;
    font-weight: 500;
	line-height: 1.3;
}


.site-header {
	/* background-color: #fff; */
	background-color: #257453;
	color: #fff;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
	box-shadow: 0 0 1rem rgba(57, 62, 75, 0.18);
	transition: 0.25s ease-in-out all;
	z-index: 100;
}

.site-header.shrink {
	box-shadow: 0 0 2rem rgba(57, 62, 75, 0.38);
}

.logged-in.admin-bar .site-header {
	top: 32px;
}

@media (max-width: 782px) {
	.logged-in.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 600px) {
	.logged-in.admin-bar .site-header {
		top: 0;
	}
}

.site-header > .wrap {
	display: flex;
	align-items: stretch;
    justify-content: space-between;
	gap: min(3rem, 3.2vw);
	height: 100%;
}

.title-area {
	display: flex;
	align-items: center;
    width: min(20rem, 15vw);
    margin: 0;
	padding: .5rem 0;
}

.title-area a {
	background-color: #fff;
	position: relative;
	display: flex;
	width: 100%;
	height: fit-content;
/* 	max-height: 60px; */
padding: 1rem;
border-radius: 1rem;
overflow: hidden;
}

.title-area a img {
    object-fit: contain;
    object-position: left center;
	/* min-width: 200px; */
	/* padding: 2rem 0; */
    width: 100%;
    height: 100%;
	/* max-width: clamp(100px, 16vw, 200px); */
    height: auto !important;
    width: auto !important;
}

.title-area a img.primary {
	opacity: 0;
	transition: 0.25s ease-in-out opacity;
}

.title-area a img.secondary {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 1;
	transition: 0.25s ease-in-out opacity;
}

.site-header.shrink .title-area a img.primary {
	opacity: 1;
}

.site-header.shrink .title-area a img.secondary {
	opacity: 0;
}

.nav-primary {
	display: flex;
    align-items: center;
	gap: 3rem;
	transition: none;
}

.nav-primary > .wrap {
	display: flex;
    align-items: center;
	/* flex-direction: row-reverse;
    gap: min(4rem, 3vw); */
	width: 100%;
	max-width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	gap: min(3rem, 2.3vw);
}

.nav-primary .menu {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: min(3rem, 2.3vw);
	height: 100%;
	margin: 0;
	pointer-events: all;
	opacity: 1;
	transition: 0.25s ease-in-out opacity;
}

.nav-primary .menu.fade-out {
	pointer-events: none;
	opacity: 0;
}

.nav-primary .menu-item {
	list-style-type: none !important;
	position: relative;
	line-height: 1;
}

.nav-primary .menu > .menu-item {
	position: relative;
    display: flex;
    align-items: center;
	gap: 0.5rem;
    padding: 3.5rem 0;
	transition: 0.25s ease-in-out all;
}

.site-header.shrink .nav-primary .menu > .menu-item {
    padding: 2.75rem 0;
}

/* .site-header > .wrap,
.site-header .nav-primary,
.site-header .nav-primary > .wrap,
.site-header .nav-primary ul.menu,
.site-header .nav-primary ul.menu > li.menu-item.mega-menu {
	position: initial;
} */

.nav-primary .menu > .menu-item > a {
    font-size: 1.6rem;
    font-weight: 600;
	line-height: 2.5rem;
	color: #fff;
	font-size: clamp(0.85rem, 1.2vw, 1.7rem);
    white-space: nowrap;
}

.nav-primary .menu > .menu-item > a:hover {
    color: #D57400;
}

.site-header.shrink .menu > .menu-item > a {
	color: #fff;
}

@media (max-width: 896px) {
	.site-header.shrink .menu > .menu-item > a {
		color: #000;
	}
}


.menu-toggle {
	background-color: transparent !important;
    position: unset;
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
	box-shadow: none !important;
}

.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
    background-color: #fff;
    position: relative;
    width: 26px;
    height: 3px;
    float: none;
    border-radius: 3px;
    transition: 0s 0.2s ease-in-out background-color;
}

.menu-toggle span:before {
    content: '';
    position: absolute;
    display: block;
    top: -0.8rem;
	transition: top 0.2s 0.2s, transform 0.2s 0s, background-color 0.2s 0s;
    transition-timing-function: ease-in-out;
}

.menu-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -0.8rem;
    transition: bottom 0.2s 0.2s, transform 0.2s 0s, -webkit-transform 0.2s 0s, background-color 0.2s 0s;
    transition-timing-function: ease-in-out;
}

.menu-toggle.active span {
    background-color: transparent;
    transition: 0.2s 0s ease-in-out background-color;
}

.menu-toggle.active span:before {
    background-color: #000;
    top: 0;
    transform: rotate(45deg);
    transition: top 0.2s 0s, transform 0.2s 0.2s, background-color 0.2s 0s;
}

.menu-toggle.active span:after {
    background-color: #000;
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 0.2s 0s, transform 0.2s 0.2s, background-color 0.2s 0s;
}

.sub-menu-toggle {
	display: none;
}

@media (min-width: 895px) {
	.mega-menu-container,
	.menu > .menu-item > .sub-menu {
        background-color: #fff;
		position: absolute;
		min-width: 250px;
		width: 100%;
		height: auto;
        max-height: calc(92vh - 150px);
		top: 100%;
		left: auto;
		margin: 0;
		padding: 4rem 0;
        box-shadow: 0px 8px 19px -4px rgba(0, 0, 0, 0.17);
		clip-path: inset(0 0 -2rem 0);
		opacity: 0;
		overflow: scroll;
		transition: 0.25s ease-in-out opacity, 0s 0.25s ease-in-out left;
	}

	.menu > .menu-item.mega-menu > .sub-menu {
		min-width: 550px;
	}

	.menu > .menu-item > .sub-menu,
	.mega-menu-wrap--menu > .sub-menu > .menu-item > .sub-menu {
		display: flex;
		flex-direction: column;
		gap: calc(0.5rem + 1px);
		margin: 0;
		padding: 2rem;
		clip-path: inset(0 -2rem -2rem -2rem);
	}

	.mega-menu-wrap--menu > .sub-menu > .menu-item > .sub-menu {
		padding: 0;
	}

	.menu > .menu-item .sub-menu > .menu-item:not(:first-child):before {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		top: calc(-1.25rem - 0.5px);
		left: 0;
	}

	.menu > .menu-item .sub-menu > .menu-item > a {
		color: #000;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1.4;
	}

	.mega-menu-container {
        background-color: #fff;
		max-height: unset !important;
		width: 100%;
    }

	/* .menu > .mega-menu.menu-item:hover > .sub-menu, .mega-menu:hover > .mega-menu-container {
        top: 92%;
        right: auto;
        left: 25%;
    } */


    .mega-menu-wrap {
        display: grid;
		grid-template-columns: 72% 1fr;
        gap: min(6rem, 4.5vw);
        width: 96%;
		max-width: 1280px;
		margin: 0 auto;
        overflow: scroll;
    }

	.mega-menu-wrap--menu > .sub-menu {
		display: flex;
		gap: min(5rem, 3.7vw);
		margin: 0;
	}

	.mega-menu-wrap--menu > .sub-menu > .menu-item {
		display: flex;
		flex-direction: column;
		gap: 3rem;
	}

	.mega-menu-wrap--menu > .sub-menu > .menu-item > p {
		color: #004c97;
		font-size: 2.6rem;
		font-weight: 800;
		font-family: 'Lato', sans-serif;
		font-variation-settings: 'wdth' 67.5;
		line-height: 1;
		margin: 0;
		text-transform: uppercase;
	}

	.mega-menu-wrap--cta .mega-menu-link {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
	}

	.mega-menu-wrap--cta .mega-menu-thumbnail {
		order: -1;
		width: 100%;
	}

	.mega-menu-wrap--cta .mega-menu-thumbnail img {
		aspect-ratio: 16 / 9;
		object-fit: cover;
		object-position: center center;
		width: 100%;
	}

	.mega-menu-wrap--cta .mega-menu-callout p {
		color: #004c97;
		font-size: 2.6rem;
		font-weight: 800;

		font-family: 'Lato', sans-serif;
		font-variation-settings: 'wdth' 67.5;
		line-height: 1;
		margin: 1rem 0 0;
		text-transform: uppercase;
	}

	.mega-menu-wrap--cta .mega-menu-copy p {
		color: #000;
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 1.62;
		margin: 0;
	}

	.mega-menu-wrap--cta .mega-menu-action p {
		font-size: 1.8rem;
		font-weight: 700;
	}
}

.primary-menu-ctas .gb-layout-column-wrap {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.primary-menu-ctas .gb-block-layout-column {
	flex: 1 1 fit-content;
}

.primary-menu-ctas a.button,
.primary-menu-ctas .custom-button a.button {
	margin: 0;
	height: 100%;
	font-size: clamp(0.85rem, 1.2vw, 1.6rem);
    white-space: nowrap;
}

@media (max-width: 895px) {
	.primary-menu-ctas a.button,
.primary-menu-ctas .custom-button a.button {

	font-size: 1.6rem;
}

.title-area {
	display: flex;
	align-items: center;
    width: 20rem;
	max-width: 35vw;
    margin: 0;
	padding: .5rem 0;
}
}

.mobile-menu-logo {
	display: none;
}

.site-header .progress-bar-container {
	position: absolute;
	background-color: transparent;
	display: block;
	width: 100%;
	height: 4px;
	top: auto;
	bottom: 0;
	left: 0;
}

.site-header .progress-bar {
	background-color: #000;
    display: block;
    width: 0%;
    height: 100%;
    transition: none;
}

.menu-toggle {
    background-color: transparent;
	display: none;
    border: none;
}

.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
	background-color: #fff;
	width: 3rem;
	height: 3.5px;
	border-radius: 50px;
}

.menu-toggle span:before {
	top: 0.8rem;
}

.menu-toggle span:after {
	bottom: 0.8rem;
}

@media (max-width: 895px) {
	.menu-toggle {
		display: flex;
	}
	
    .site-header > .wrap {
		flex-direction: row;
        align-items: center;
        gap: 6rem;
    }

    .site-header .nav-primary {
        background-color: #fff;
        position: fixed !important;
		width: 93vw;
        max-width: 40rem;
        height: 100vh;
        top: 0;
        left: auto;
		right: -100%;
		padding: 0;
		box-shadow: none;
        pointer-events: none;
        overflow: hidden;
		transition: 0.4s ease-in-out right, 0.4s ease-in-out box-shadow;
    }

    .site-header .nav-primary.active {
        right: 0;
        pointer-events: all;
		box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.3);
    }

    .nav-primary > .wrap {
        flex-direction: column;
        gap: 4rem;
        padding: 15rem 0 5rem;
        overflow: scroll;
    }

    .nav-primary .menu {
        flex: 0 1 fit-content;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: flex-start;
        gap: 2.5rem;
        padding: 0 calc(6vw - 6px) 0 6vw;
        overflow: scroll;
    }

    .nav-primary .menu::-webkit-scrollbar {
        -webkit-appearance: none;
        appearance: none;
        width: 6px;
    }

    .nav-primary .menu::-webkit-scrollbar-thumb {
        border-radius: 6px;
        background-color: rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    }


    .nav-primary .menu > .menu-item,
    .nav-primary .menu > .menu-item.mobile-break .mega-menu-wrap--menu > .sub-menu > li {
        display: grid;
        grid-template-rows: 1fr auto;
        grid-template-columns: 1fr 36px;
        row-gap: 0;
        column-gap: 3rem;
        width: 100%;
        padding: 0;
    }

    .nav-primary .menu > .menu-item > p,
    .nav-primary .menu > .menu-item > a,
    .nav-primary .menu > .menu-item.mobile-break .mega-menu-wrap--menu > .sub-menu > .menu-item > p,
    .nav-primary .menu > .menu-item.mobile-break .mega-menu-wrap--menu > .sub-menu > .menu-item > a {
		color: #000;
        font-size: 1.8rem;
        font-weight: 600;
    }

    .nav-primary .menu > .menu-item.mobile-break > p,
    .nav-primary .menu > .menu-item.mobile-break > a,
    .nav-primary .menu > .menu-item.mobile-break > .sub-menu-toggle {
        display: none;
    }

    .nav-primary .menu > .menu-item.mobile-break,
    .nav-primary .menu > .menu-item.mobile-break > .mega-menu-container,
    .nav-primary .menu > .menu-item.mobile-break .mega-menu-wrap,
    .nav-primary .menu > .menu-item.mobile-break .mega-menu-wrap--menu,
    .nav-primary .menu > .menu-item.mobile-break .mega-menu-wrap--menu > .sub-menu {
        display: contents;
    }

    .primary-menu-ctas .gb-layout-column-wrap {
        flex-direction: row;
		flex-wrap: wrap;
        gap: 2rem;
    }

    .mega-menu-wrap--cta .mega-menu-thumbnail {
        display: none;
    }

    .nav-primary .menu > .menu-item > .mega-menu-container,
    .nav-primary .menu > .menu-item > .sub-menu,
    .nav-primary .menu > .menu-item.mobile-break .mega-menu-wrap--menu > .sub-menu .sub-menu {
        grid-column: 1 / span 2;
        max-height: 0;
        overflow: hidden;
        transition: 0.4s ease-in-out max-height;
    }

    .sub-menu-toggle,
    .sub-menu-toggle:hover,
    .sub-menu-toggle:focus {
        flex: 1 1 36px;
        background-color: transparent;
        position: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        color: #305088;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 6px;
        box-shadow: none;
        transform: none;
        transition: 0.4s ease-in-out all;
		
    }

	.sub-menu-toggle[aria-expanded="true"] {
        /* background-color: rgba(0, 0, 0, 0.08); */
		transform: rotate(-180deg);
	}

	.sub-menu .menu-item-has-children > .sub-menu-toggle {
		display: none;
	}

    .sub-menu-toggle svg {
        color: #305088;
        width: 18px;
        height: 18px;
    }

    /* .sub-menu-toggle:before {
        display: none;
    } */

    .nav-primary .menu .sub-menu {
        display: flex;
        flex-direction: column;
        /* gap: 1.25rem; */
        margin: 0;
    }

    .nav-primary .menu .sub-menu > .menu-item {
        list-style-type: none;
    }

    .nav-primary .menu .sub-menu > .menu-item:first-child {
        padding-top: 3rem;
    }

    .nav-primary .menu .sub-menu > .menu-item:last-child {
        padding-bottom: 2rem;
    }

    .nav-primary .menu .sub-menu > .menu-item > p,
    .nav-primary .menu .sub-menu > .menu-item > a {
        font-size: 1.7rem;
    }

	.nav-primary .menu .sub-menu > .menu-item > p {
		color: #000;
		margin: 0 0 1rem;
	}

    .mega-menu-wrap--cta {
        display: none;
	}
}

/* ## Footer
--------------------------------------------- */









.site-footer > .wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.site-footer-credits.standalone {
    /* background-color: #efefef; */
    padding: 1.5rem 0;
}

.footer-credits p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 1.5rem;
    font-weight: 500;
}

.footer-credits p .separator {
	font-size: 2rem;
	line-height: 0;
	margin: 0 0 0.25rem;
}

@media (max-width: 895px) {
	.footer-credits p {
		flex-wrap: wrap;
        justify-content: flex-start;
        margin: 0 0 2rem;
        text-align: left;
	}
}



/* ## Utility
--------------------------------------------- */













/* ## Blocks
--------------------------------------------- */

/* Breadcrumbs */

.custom-breadcrumbs .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem;
    margin: 0 0 6rem;
    padding: 0;
}

.custom-breadcrumbs .breadcrumb > span {
    display: flex;
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
}

.custom-breadcrumbs .breadcrumb > a {
    display: flex;
}

/* Button */

.custom-button {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: fit-content;
}

.custom-button.align-left {
	align-items: flex-start;
}

.custom-button.align-right {
	align-items: flex-end;
}

/* Client Logos */

/* Consultation Steps */

/* Custom Image */

/* Home Page Video */

/* Menu Widget */

/* Recent Articles */

/* Search Widget */

.search-widget {
	position: relative;
}

.search-widget[data-search-type="menu"] .search-widget--form {
    position: absolute;
	min-width: 300px;
    right: calc(100% + 3rem);
    pointer-events: none;
	opacity: 0;
    transition: 0.25s ease-in-out opacity;
    z-index: -99;
}

.search-widget[data-search-type="menu"][data-menu-active="true"] .search-widget--form {
	pointer-events: all;
	opacity: 1;
	z-index: 99;
}

.search-widget .search-widget--toggle {
    display: flex;
    width: 30px;
    height: 30px;
}

.search-widget .search-widget--toggle span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 2rem;
	pointer-events: all;
	cursor: pointer;
	opacity: 1;
	transition: 0.25s ease-in-out all;
}

.search-widget .search-widget--toggle span.hide {
	position: absolute;
    top: 0;
    left: 0;
	pointer-events: none;
	cursor: default;
	opacity: 0;
}

.search-widget[data-menu-active="true"] .search-widget--toggle span.show {
	pointer-events: none;
	cursor: default;
	opacity: 0;
}

.search-widget[data-menu-active="true"] .search-widget--toggle span.hide {
	pointer-events: all;
	cursor: pointer;
	opacity: 1;
}

.search-widget .search-form {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
	width: fit-content;
}

.search-widget .search-form-label {
	flex: 1 1 100%;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
}

.search-widget .submit-container {
    background-color: #000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
}

.search-widget .submit-container .search-form-cta {
	display: flex;
}

.search-widget .submit-container svg {
    color: #fff;
	width: 1.6rem;
    height: 1.6rem;
}

.search-widget .submit-container input[type='submit'] {
	background-color: transparent;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.search-widget input[type='submit'].hidden {
	display: none;
}

/* Socials */

.custom-socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
    width: fit-content;
}

.custom-social--link {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1;
}

.custom-social--link svg {
    aspect-ratio: 1 / 1;
    color: #222;
    width: 2.4rem;
    height: 2.4rem;
    transition: 0.25s ease-in-out all;
}

.custom-social--link:hover svg {
    color: #555;
}

/* Team Members */


/* ## Custom CSS
--------------------------------------------- */

/* Variables (Edit First!) */

:root {
	--theme-wrap-width: 92%;
	--theme-wrap-max-width: 1300px;
	--theme-wrap-padding-mobile: 4vw;
	--theme-section-padding: 10rem;
	--theme-section-padding-mobile: 8rem;
}

.grid-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
}

.grid-section .grid-section--header,
.grid-section .grid-section--header > .gb-container-inside,
.grid-section .grid-section--area,
.grid-section .grid-section--area > .gb-layout-column-wrap,
.grid-section .grid-section--area > .gb-layout-column-wrap > .gb-block-layout-column {
	display: contents;
}

.grid-section .grid-section--header > .gb-container-inside > .gb-container-content {
    grid-column: 1 / span 2;
	max-width: 960px;
	margin: 0 auto 2rem;
}

.grid-section--area > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 4rem;
    border-radius: 1.7rem;
    box-shadow: 0px 4px 11.5px -2px rgba(0, 0, 0, 0.12);
}

.grid-section--area > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner.empty,
.grid-section--area > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner:empty {
    display: none;
}

.grid-section .grid-section--area svg {
    width: 60px;
    height: 60px;
    color: #27845D;
	font-size: 6rem;
}

.grid-section .grid-section--area h3 {
    margin: 2rem 0;
}

.grid-section .grid-section--area .wp-block-image img {
    width: 100%;
}

.entry-content .grid-section--area p {
    margin: 0 0 2rem;
}

.entry-content .grid-section--area p:last-of-type {
    margin: 0;
}

.grid-section--area .custom-button {
    flex: 1;
    justify-content: flex-end;
}

.grid-section.three-columns .grid-section--area > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    background-color: #f4f4f4;
    padding: 4rem;
    border-radius: 0.8rem;
	box-shadow: none;
}

@media (min-width: 768px) {
	.grid-section.three-columns .grid-section--area svg {
		margin: 0 auto;
	}

	.grid-section.three-columns .grid-section--area h3 {
		font-size: 2.6rem;
		text-align: center;
	}

	.entry-content .grid-section.three-columns .grid-section--area p {
		font-size: 1.8rem;
		text-align: center;
	}

	.grid-section.three-columns .grid-section--area .custom-button {
		align-items: center;
	}
}

@media (min-width: 1096px) {
	.grid-section.three-columns > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
		grid-template-columns: repeat(3, 1fr);
	}

	.grid-section.three-columns .grid-section--header > .gb-container-inside > .gb-container-content {
    	grid-column: 1 / span 3;
	}
}

@media (max-width: 767px) {
	.grid-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
		display: flex;
		flex-direction: column;
	}
}

.dynamic-content-box {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 4rem;
    margin: 6rem 0 0;
}

.dynamic-content-box--select ul {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 0;
}

.dynamic-content-box--select ul li {
    list-style: none;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 3rem;
	border: 1px solid #dbdbdb;
    border-radius: 0.8rem;
	pointer-events: all;
	cursor: pointer;
    text-align: center;
	transition: 0.25s ease-in-out all;
}

.dynamic-content-box--select ul li:not(.active):hover {
	background-color: #fff;
}

.dynamic-content-box--select ul li.active {
	background-color: #257453;
	color: #fff;
	border-color: #257453;
	pointer-events: none;
	cursor: default;
}

.dynamic-content-box--area {
    background-color: #fff;
    display: grid;
    padding: 4rem;
	border: 1px solid #dbdbdb;
    border-radius: 0.8rem;
}

.dcb-section {
    grid-row: 1;
    grid-column: 1;
	display: flex;
    flex-direction: column;
    gap: 3rem;
	opacity: 0;
    max-height: 0;
    transition: 0.25s ease-in-out opacity, 0s 0.25s ease-in-out max-height;
	z-index: 0;
}

.dcb-section.active {
	opacity: 1;
	max-height: 1000px;
    transition: 0.25s ease-in-out opacity;
	z-index: 1;
}

.dcb-section--image {
    display: flex;
    width: 100%;
    height: 200px;
}

.dcb-section--image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    border-radius: 0.8rem;
}

.entry-content .dcb-section--copy p {
    font-size: 1.8rem;
}

@media (max-width: 767px) {
    .dynamic-content-box {
        grid-template-columns: repeat(1, 1fr);
    }
}

.entry-content > .benefits-section {
    padding: 6rem 0;
}

.benefits-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    max-width: 960px;
    margin: 0 auto;
}

.entry-content .benefits-section a.button {
    margin: 1rem 0 0;
}

@media (max-width: 767px) {
	.entry-content .benefits-section h2,
	.entry-content .benefits-section p {
		text-align: left;
	}

	.entry-content .benefits-section .custom-button {
		align-items: flex-start;
	}
}

.entry-content > .emergency-service-section.loaded {
    background-color: transparent;
	height: 0;
    padding: 0;
	z-index: 2;
}

.emergency-service-section.loaded > .gb-layout-column-wrap,
.emergency-service-section.loaded > .gb-layout-column-wrap > .gb-block-layout-column {
    display: contents;
}

.emergency-service-section.loaded > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: var(--theme-wrap-width);
    max-width: 960px;
    padding: 5.5rem 6rem;
	border: 1.5px solid #ececec;
	border-radius: 0.8rem;
    box-shadow: 0px 5px 40.5px 0px rgb(0 0 0 / 18%);
    margin: 0 auto;
	transform: translateY(-50%);
}

.emergency-service-section .phone-link,
.emergency-service-section .phone-link .phone-number {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    color: #bd0e14;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
}

.emergency-service-section .phone-link:hover {
	opacity: 0.85;
}

.emergency-buttons > .gb-layout-column-wrap {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
    margin: 4rem 0 0;
}

.emergency-buttons > .gb-layout-column-wrap > .gb-block-layout-column {
    width: auto;
}

.emergency-service-section .phone-number-block {
    justify-content: center;
}

.emergency-buttons a.button {
    background-color: transparent;
	display: flex;
    align-items: center;
    gap: 1.25rem;
	color: #000;
    border-color: #bd0e14;
    margin: 0;
}

.emergency-buttons a.button svg {
    color: #bd0e14;
}

.emergency-buttons a.button:hover {
	background-color: #f9f9f9;
}

.inner-page-before-footer-cta:before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3));
    opacity: 1;
}

.inner-page-before-footer-cta > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    max-width: 650px;
}

.inner-page-before-footer-cta h2 {
    font-size: 4.8rem;
	text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.27);
}

.inner-page-before-footer-cta p {
	text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.27);
}

.inner-page-before-footer-cta .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    display: flex;
	justify-content: flex-start;
	gap: 3rem;
}

.inner-page-before-footer-cta .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column {
    width: auto;
}

.inner-page-before-footer-cta a.button {
    margin: 1rem 0 0;
}

@media (max-width: 991px) {
	.entry-content > .emergency-service-section,
	.entry-content > .emergency-service-section.loaded {
		height: unset;
		padding: var(--theme-section-padding) 0;
	}

	.emergency-service-section > .gb-layout-column-wrap,
	.emergency-service-section.loaded > .gb-layout-column-wrap,
	.emergency-service-section > .gb-layout-column-wrap > .gb-block-layout-column,
	.emergency-service-section.loaded > .gb-layout-column-wrap > .gb-block-layout-column {
		display: block;
	}

	.emergency-service-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner,
	.emergency-service-section.loaded > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
		border: none;
		border-radius: 0;
		box-shadow: none;
		transform: none;
	}
}

@media (max-width: 767px) {
	.entry-content > .emergency-service-section,
	.entry-content > .emergency-service-section.loaded {
		height: unset;
		padding: var(--theme-section-padding-mobile) 0;
	}
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.breadcrumb-link {
    color: #d57400;
}

.breadcrumb-link:hover {
    color: #d57400;
    filter: brightness(1.15);
}

.fa-check-list li a {
	color: #257453;
	font-weight: 600;
}

.fa-check-list li a:hover {
	filter: brightness(1.3);
}

.image-content-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
	padding: var(--theme-section-padding) 0;
}

.image-content-section:not(.wrap-reverse) > .gb-layout-column-wrap > .gb-block-layout-column:last-child > .gb-block-layout-column-inner,
.image-content-section.wrap-reverse > .gb-layout-column-wrap > .gb-block-layout-column:first-child > .gb-block-layout-column-inner {
    padding: 0;
}

.image-content-section .custom-button a.button {
    margin: 1rem 0 0;
}

.image-content-section .custom-image {
    display: flex;
    width: 100%;
    height: 100%;
}

@media (max-width: 895px) {
	.image-content-section > .gb-layout-column-wrap {
		display: flex;
		flex-direction: column;
	}

	.image-content-section.wrap-reverse > .gb-layout-column-wrap {
		flex-direction: column-reverse;
	}

	.image-content-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
		padding: 0;
	}

	.image-content-section .custom-image img {
		width: auto;
		max-height: 350px;
		margin: 0 auto;
	}
}

.dcb-section--cta a.button {
    margin: 1rem 0 0;
}

@media (min-width: 896px) {
	.svg-page-header {
		padding: 180px 0 100px;
	}

	body:not(.sticky-header) .site-header:before {
		content: '';
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.36), transparent);
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 1;
		transition: 0.25s ease-in-out all;
		z-index: -1;
	}

	body:not(.sticky-header) .site-header.shrink:before {
		opacity: 0;
	}
}

.fp1-ctas > .gb-layout-column-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.fp1-ctas > .gb-layout-column-wrap > .gb-block-layout-column {
    flex: unset;
    width: auto;
}

.custom-button a.button.red {
    background-color: #ce353b;
    border-color: #ce353b;
}

.custom-button a.button.red:hover {
    background-color: #ce353bc4;
}

.front-page-1 h1 {
	font-size: 3.8rem;
}

.fa-check-list + .custom-button {
	margin: 3rem 0 0;
}

.front-page-1 {
    background-position: center center;
}

.entry-content > .front-page-3 > .gb-layout-column-wrap {
    grid-template-columns: 40% 1fr;
    max-width: 1100px;
}

.front-page-5 {
	background-attachment: fixed;
	background-position: center center;
}

.front-page-5:before {
    opacity: 0.5;
}

@media (min-width: 768px) {
	.entry-content > .front-page-1 {
		padding: calc(var(--theme-section-padding) + 8rem) 0 var(--theme-section-padding);
	}

	.front-page-1 > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
		max-width: 650px;
	}

	.front-page-1 h1 {
		font-size: 5.2rem;
	}

	.entry-content > .front-page-5 {
		padding: calc(var(--theme-section-padding) * 1.5) 0;
	}
}

.single-article-link {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.single-article-title h2,
.single-article-title h3 {
	transition: 0.25s ease-in-out color;
}

.single-article-link:hover .single-article-title h2,
.single-article-link:hover .single-article-title h3 {
    color: #257453;
}

.single-article-excerpt p {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
	height: 100%;
}

.single-article-excerpt p .cta {
    flex: 1;
    display: flex;
    align-items: flex-end;
    gap: 1.25rem;
	font-weight: 600;
	transition: 0.25s ease-in-out gap;
}

.single-article-link:hover .single-article-excerpt p .cta {
    gap: 1.75rem;
}

@media (max-width: 767px) {
	.entry-content h2 {
		font-size: 3.5rem;
	}

	.entry-content h2.has-text-align-center,
	.entry-content p.has-text-align-center {
		text-align: left;
	}
}

.image-content-section .custom-image:before {
    content: '';
    background: radial-gradient(transparent, rgba(0, 0, 0, 0.18));
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.single.service-area .site-inner,
.single.service-area .content-sidebar-wrap,
.single.service-area .content-sidebar-wrap .entry {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.geo-locations-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child > .gb-block-layout-column-inner {
	display: flex;
    flex-direction: column;
    gap: 4rem;
}

.geo-locations-section h2 {
	font-size: 3.6rem;
	margin: 0;
}

.geo-locations--list > .gb-layout-column-wrap {
    gap: 4rem;
}

.geo-locations--list h3,
.areas-served-list h3 {
    font-size: 2.4rem;
    font-weight: 600;
	line-height: 1;
    margin-bottom: 3rem;
}

.geo-locations--list ul,
.areas-served-list ul {
    margin: 0;
}

.areas-served-list ul {
    column-width: 160px;
    column-count: 3;
}

.geo-locations--list ul li,
.areas-served-list ul li {
	list-style-type: none;
	display: flex;
}

.geo-locations--list ul li:not(:first-child),
.areas-served-list ul li:not(:first-child) {
    margin-top: 1.5rem;
}

.geo-locations--list ul li,
.geo-locations--list ul li a,
.areas-served-list ul li a {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.95rem;
}

.geo-locations--list ul li a:hover,
.areas-served-list ul li a:hover {
	opacity: 0.78;
}

.google-map-embed {
    border: 2px solid #dbdbdb;
    overflow: hidden;
}

.google-map-embed,
.google-map-embed--wrapper,
.google-map-embed--wrapper iframe {
	display: flex;
    width: 100%;
    height: 100%;
}

.google-map-embed--wrapper iframe {
    min-height: 350px;
}

.map-info-section > .gb-layout-column-wrap {
    grid-template-columns: 450px 1fr;
}

.map-info-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.map-info-section .address-title p {
    font-size: 2.8rem;
    font-weight: 600;
    margin: 0 0 1rem;
}

.moving-copy-container > .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.entry-content p a:not(.button) {
	color: #257453;
	font-weight: 600;
}

.background-cta-section {
    background-position: center center;
}

.background-cta-section:before {
    opacity: 0.6;
}

.background-cta-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    max-width: 760px;
    margin: auto;
	padding: 5rem 0;
}

.background-cta-section h2,
.background-cta-section p {
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.27);
}

.contact-page-block .wp-block-genesis-blocks-gb-columns p,
.contact-page-block .wp-block-genesis-blocks-gb-columns p a {
    color: #fff;
	margin: 0 0 1rem;
	text-decoration: none;
}

.contact-page-block .wp-block-genesis-blocks-gb-columns p a:hover,
.contact-page-block .gb-block-container a.button:hover {
	opacity: 0.85;
}

.contact-page-block .gb-block-container p,
.contact-page-block .gb-block-container a.button {
	background-color: transparent;
	display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.6rem;
	font-weight: 400;
	margin: 0;
    padding: 0;
	border: none;
	box-shadow: none;
}

.contact-page-block .gb-block-container a.button svg {
	color: inherit;
	font-size: inherit;
}

@media (max-width: 767px) {
	.contact-page-block {
		padding: 0 !important;
	}

	.contact-page-block .wp-block-genesis-blocks-gb-columns {
		margin: 0 calc(var(--theme-wrap-padding-mobile) * -1);
		padding: var(--theme-section-padding) var(--theme-wrap-padding-mobile);
		border-radius: 0;
	}

	.contact-page-block .wp-block-genesis-blocks-gb-columns .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
		gap: 0;
	}

	.contact-page-block .wp-block-genesis-blocks-gb-columns .gb-layout-column-wrap > .gb-block-layout-column:not(:first-child) {
		margin-top: 6rem;
		padding-top: 6rem;
		border-top: 2px solid #fff;
	}
}

body .blog-pagination {
    margin: 8rem 0 0;
}

body .blog-pagination ul {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	gap: 1.5rem;
	margin: 0;
}

body .blog-pagination ul li {
	list-style-type: none;
    display: flex;
}

body .blog-pagination ul li a,
body .blog-pagination ul li span {
	background-color: #257453;
	border: 2px solid #257453;
	padding: 8px 17px;
	border-radius: 0.6rem;
	color: #fff;
    text-decoration: none !important;
}

body .blog-pagination ul li a:hover,
body .blog-pagination ul li span {
	background-color: transparent;
	color: #257453;
}

@media (max-width: 767px) {
	body .blog-pagination {
		margin: 6rem 0 0;
	}

	.static-page h1 {
    	font-size: 4.2rem;
	}
}

.eyebrow-text p {
    color: #257453;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 0 -3rem;
    letter-spacing: 1.2px;
    word-spacing: 0.5px;
    text-transform: uppercase;
}

.entry-content > .emergency-strip {
    padding: 1.5rem 0;
}

.entry-content > .emergency-strip p,
.entry-content > .emergency-strip p a {
    color: #fff;
    font-weight: 600;
	text-align: center;
}

.entry-content > .emergency-strip p a {
    display: inline-block;
    padding: 0.25rem;
    border-top: 2px solid transparent;
    border-bottom: 2px solid;
}

.entry-content > .emergency-strip p a:hover {
	opacity: 0.8;
}

.front-page-2 h2 {
    font-size: 3.6rem;
    margin: 0 0 4rem;
}

@media (max-width: 767px) {
	.front-page-2 h2 {
		font-size: 2.8rem;
		margin: 0 0 4rem;
		text-align: center !important;
	}
}

.front-page-1 figure.wp-block-image.size-large img {
    max-width: 150px;
    margin: 4rem 0 0;
}

@media (min-width: 896px) {
	.site-header.shrink .menu > .menu-item > a {
		color: #000;
	}

	.site-header .primary-menu-ctas a.button.outline {
		box-shadow: none;
	}

	.site-header.shrink .primary-menu-ctas a.button.outline {
		color: #000;
		border-color: #257453;
	}

	.site-header.shrink .primary-menu-ctas a.button.outline:hover {
		background-color: rgba(0, 0, 0, 0.04);
	}
}

@media (max-width: 895px) {
	.site-header.shrink .menu-toggle:not(.active) span,
	.site-header.shrink .menu-toggle:not(.active) span:before,
	.site-header.shrink .menu-toggle:not(.active) span:after {
		background-color: #000;
	}
}

.footer-partners > .gb-layout-column-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 4rem !important;
	column-gap: 6rem !important;
    max-width: 600px;
    margin: 3rem auto;
}

.footer-partners > .gb-layout-column-wrap > .gb-block-layout-column {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 180px !important;
}

.footer-partners > .gb-layout-column-wrap > .gb-block-layout-column img {
    height: auto;
}

.styled-form-section.small-header h2 {
    font-size: 2.8rem;
}

.styled-form-section.small-header h2 em {
    color: #257453;
    font-style: normal;
}