/*
 * 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: 'Outfit', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    -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: 4.6rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 2rem;
	letter-spacing: -0.9px;
}

h2 {
    color: #004527;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.18;
    margin: 5rem 0 2rem;
    letter-spacing: -1.5px;
}

h3 {
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.2;
    margin: 5rem 0 2rem;
	letter-spacing: -0.5px;
}

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

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

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

p {
	margin: 0 0 2rem;
	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: #555;
}

button,
a.button,
.gform_submit_button {
	background-color: var(--jmg-kelly-green);
	margin-top: 1rem;
	border: 0;
	border-radius: 50px;
	color: #ffffff;
	cursor: pointer;
	font-size: 1.6rem;
	font-weight: 600;
    padding: 1.4rem 2.6rem;
	text-decoration: none;
	position: relative;
	display: inline-flex;
    align-items: center;
    gap: 1.25rem;
	width: auto;
	height: auto;
	line-height: 1;
	transition: 0.25s ease-in-out all;
}

button:hover,
button:focus,
a.button:hover,
a.button:focus,
.gform_submit_button:hover,
.gform_submit_button:focus {
	filter: brightness(1.1);
}

button.white,
a.button.white {
	background-color: #fff;
	color: var(--jmg-dark-green);
}

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

button.outline,
a.button.outline {
	border: 1px solid #049948;
	background: transparent;
	color: #049948;
	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: #049948;
	color: #fff;
}

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 {
	row-gap: 4rem;
    column-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: var(--jmg-forest-green);
	position: relative;
	display: flex;
	padding: 1rem 0;
	z-index: 101;
}

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

.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: 2.5rem;
	height: 100%;
	margin: 0;
	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 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
}

.nav-top .menu > .menu-item.has-icon > a > span {
    display: grid;
    grid-template-columns: 1.4rem 1fr;
    align-items: center;
    gap: 0.75rem;
}

.top-nav-bar .button.phone-cta {
    background-color: transparent;
    display: grid;
    grid-template-columns: 1.4rem 1fr;
    align-items: center;
    gap: 0.75rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
}

.top-nav-bar .button.phone-cta:hover {
    color: #ddd;
    filter: none;
}

.top-nav-bar .button.phone-cta span:first-child {
    display: flex;
	width: 14px;
    height: 14px;
}

.site-header {
    background-color: #024b08;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
	box-shadow: none;
	transition: 0.25s ease-in-out box-shadow, 0.25s ease-in-out background-color;
	z-index: 100;
}

body:not(.home) .site-header:not(.shrink) {
    background-color: var(--jmg-dark-green);
}

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

@media (min-width: 896px) {
	.home .site-header {
		position: absolute;
		width: 100%;
		top: 36px;
	}

	.home .site-header:not(.fixed) {
		background: transparent;
		box-shadow: none;
	}

	.home .site-header.fixed {
		position: fixed;
	}

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

	.home .site-header .nav-primary .menu > .menu-item > a {
		background-color: transparent;
		background-clip: text;
	}

	.home .site-header:not(.fixed) .nav-primary .menu > .menu-item > a {
		background-color: #000;
		color: #fff;
		border-color: #fff;
	}
}

.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: 25rem;
	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 {
	flex: 1;
	display: flex;
    align-items: center;
	gap: 3rem;
	transition: none;
}

.nav-primary > .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
    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.fixed .nav-primary .menu > .menu-item,
.site-header.shrink .nav-primary .menu > .menu-item {
    padding: 2.75rem 0;
}

.nav-primary .menu > .menu-item > a {
	display: flex;
    align-items: center;
    gap: 0.75rem;
	color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
	line-height: 2.5rem;
}

.nav-primary .menu > .menu-item > a svg {
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
}

.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 {
    background-color: transparent;
    border: 1px solid #fff;
	margin: 0;
}

.primary-menu-ctas a.button:hover {
    background-color: rgba(255, 255, 255, 0.08);
    filter: none;
}

.primary-menu-ctas a.button > span:last-child {
    position: relative;
    width: 16px;
    height: 16px;
}

.primary-menu-ctas a.button > span:last-child svg {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.25s ease-in-out all;
}

.primary-menu-ctas a.button:hover > span:last-child svg {
    left: 0.25rem;
}

.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;
}

/* ## 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: flex-start;
    gap: 2.5rem;
    font-size: 1.5rem;
    font-weight: 400;
}

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



/* ## 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: 8rem;
	--theme-section-padding-mobile: 4rem;
	--jmg-kelly-green: #0d985b;
	--jmg-emerald-green: #046e3f;
	--jmg-forest-green: #126842;
	--jmg-dark-green: #033720;
}



/* Tempa */

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

.top-nav-bar {
    background-color: var(--jmg-forest-green);
    min-height: 36px;
	padding: 1rem 0;
    border: none;
}

.nav-top .menu > .menu-item:not(.menu-cta) > a:hover {
    color: #ddd;
}

.nav-top .menu > .menu-item.menu-cta > a {
	font-weight: 500;
    padding: 4px 7px;
    border: 1px solid #fff;
    border-radius: 9px;
}

.nav-top .menu > .menu-item.menu-cta > a:hover {
    background-color: #fff;
    color: var(--jmg-dark-green);
}

.nav-primary .menu > .menu-item > a > .chevron-icon {
    display: flex;
    width: 12px;
    height: 12px;
    display: none;
}

.nav-primary .menu > .menu-item > a > .chevron-icon > svg {
    width: 100%;
    height: 100%;
}

@media (max-width: 1299px) {
	.site-header > .wrap {
		gap: min(6rem, 4.5vw);
	}

	.title-area {
		width: min(25rem, 19.2vw);
	}

	.nav-primary > .wrap {
		gap: min(6rem, 4.5vw);
	}

	.nav-primary .menu {
		gap: min(3rem, 2.2vw);
	}

	.nav-primary .menu > .menu-item > a {
		font-size: min(1.6rem, 1.2vw);
	}

	.nav-primary .menu > .menu-item > a svg {
		width: min(1rem, 0.8vw);
		height: min(1rem, 0.8vw);
		font-size: min(1rem, 0.8vw);
	}

	.primary-menu-ctas a.button {
		font-size: min(1.6rem, 1.2vw);
		padding: min(1.4rem, 1.1vw) min(2.6rem, 2vw);
	}
}

.menu-toggle {
    position: unset;
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
}

.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
    background-color: #000;
    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: #fff;
    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: #fff;
    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 (max-width: 895px) {
    .menu-toggle,
	.sub-menu-toggle {
        display: flex;
    }
}

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

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

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

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

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

.mobile-menu-phone a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    width: 4rem;
    height: 4rem;
    font-size: 2.2rem;
    border-radius: 0.6rem;
}

.mobile-menu-phone a:hover,
.mobile-menu-phone a:focus {
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 895px) {
	.top-nav-bar {
		display: none;
	}

	.site-header .title-area {
		max-height: 85px !important;
	}

    .site-header > .wrap {
        grid-template-columns: min(13rem, 30vw) auto;
		align-items: center;
        justify-content: space-between;
        gap: min(3rem, 6vw);
    }

	.nav-primary {
        background-color: #fff;
        position: absolute;
        width: 100%;
		max-width: 100%;
        height: 100vh;
        top: 100%;
        left: -9999px;
        border-top: 1px solid #d6d6d6;
        opacity: 0;
        pointer-events: none;
        overflow: hidden;
        transition: 0.4s ease-in-out opacity, 0s 0.4s ease-in-out left;
    }

    .nav-primary.active {
        left: 0;
        opacity: 1;
        pointer-events: all;
        transition: 0.4s ease-in-out opacity, 0s ease-in-out left;
    }

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

    .nav-primary .menu {
        flex: 0 1 fit-content;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: flex-start;
        gap: 2.5rem;
		width: 100%;
        padding: 0 calc(6vw - 6px) 5rem 6vw;
        overflow-y: 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 > svg[data-fa-pseudo-element="::before"] {
        display: none;
    } */

    .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 !important;
        /* transition: 0s 0.4s order; */
    }

    .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: column;
        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: #000;
        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-toggle svg {
        color: #000;
        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;
		margin: 0;
		padding: 0;
    }

	.nav-primary ul:not(.sub-menu) .menu-item.menu-item-has-children a svg {
        display: none;
    }

	.nav-primary .menu .mega-menu-wrap--menu > .sub-menu {
		display: flex !important;
		flex-direction: column;
		gap: 4rem;
	}

	.nav-primary .menu .mega-menu-wrap--menu > .sub-menu:after {
		position: absolute;
	}

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

    .nav-primary .menu .mega-menu-wrap--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;
    }


	.mega-menu .mega-menu-wrap--menu > ul.sub-menu > li > p:first-child {
		font-size: 1.6rem;
		margin: 0 0 1rem;
	}

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

	.nav-primary .menu .sub-menu .sub-menu-toggle {
		display: none !important;
	}

    .primary-menu-ctas {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
		padding: 5rem 6vw 0;
        border-top: 1px solid #c0c0c0;
    }

	.primary-menu-ctas .phone-link {
		font-size: 1.7rem;
	}

	.primary-menu-ctas .phone-link i,
	.primary-menu-ctas .phone-link svg {
		width: 1.7rem;
		height: 1.7rem;
	}

    .primary-menu-ctas a.button {
        background-color: var(--jmg-kelly-green);
        font-size: 1.7rem;
        padding: 1rem 2.2rem;
        border: none;
    }

    .primary-menu-ctas a.button:hover {
        background-color: var(--jmg-kelly-green);
        filter: brightness(1.1);
    }

    .primary-menu-ctas > .top-nav-bar,
    .primary-menu-ctas > .top-nav-bar > .wrap {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .primary-menu-ctas .top-nav-bar > .wrap > .widget {
        border: none;
        padding: 0;
    }

    .primary-menu-ctas .top-nav-bar > .wrap > .widget > .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 1.5rem;
        margin: 0 0 4rem;
    }

    .primary-menu-ctas .top-nav-bar > .wrap > .widget > .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column {
        flex: unset;
        justify-content: center;
    }

    .primary-menu-ctas .top-nav-bar .custom-button a.button {
        font-size: 1.7rem;
    }

    .primary-menu-ctas .top-nav-bar .custom-button a.button svg {
        width: 1.9rem;
        height: 1.9rem;
    }

    .primary-menu-ctas .top-nav-bar .custom-social--link svg {
        width: 2rem;
        height: 2rem;
    }

    .mobile-menu-phone {
        display: block;
    }
}



/*** Front Page ***/

.entry-content > .front-page-1 {
    padding-top: 100px;
	background-blend-mode: overlay;
	overflow: hidden;
}

/* .gb-layout-column-wrap {
    row-gap: 4rem;
    column-gap: 6rem;
} */

.fp1-section > .gb-layout-column-wrap > .gb-block-layout-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fp1-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child {
    padding: var(--theme-section-padding) 0;
}

.fp1-section .gform_wrapper.gravity-theme {
	width: 85%;
	margin: 1rem 0 0;
}

.gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 16px;
}

.gform_wrapper.gravity-theme .gform_required_legend {
    display: none;
}

.gform_wrapper.gravity-theme .ginput_complex {
    gap: 16px;
    margin-left: 0;
    margin-right: 0;
}

.gform_wrapper.gravity-theme .ginput_complex > span {
    padding: 0 !important;
}

.gform_wrapper.gravity-theme .ginput_container_consent {
    display: grid;
    grid-template-columns: 13px 1fr;
    align-items: flex-start;
    gap: 1.25rem;
}

.gform_wrapper.gravity-theme .ginput_container_consent input {
    display: flex;
    width: 13px;
    min-height: 0;
    height: 13px;
    margin: 6.25px 0 0;
}

.gform_wrapper.gravity-theme .ginput_container_consent label {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.gform_wrapper.gravity-theme input,
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
	min-height: 40px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 8px 12px !important;
    border: 1px solid #fff;
    border-radius: 9px;
	outline: none;
	transition: 0.25s ease-in-out border-color;
}

.gform_wrapper.gravity-theme .gchoice input {
    min-height: 0;
}

.gform_wrapper.gravity-theme input:focus,
.gform_wrapper.gravity-theme select:focus,
.gform_wrapper.gravity-theme textarea:focus {
	border-color: var(--jmg-forest-green);
}

.gform_wrapper.gravity-theme input::placeholder,
.gform_wrapper.gravity-theme .gfield select:not(.selected),
.gform_wrapper.gravity-theme textarea::placeholder {
	color: #7d7c7c;
}

.gform_wrapper.gravity-theme input:-moz-placeholder,
.gform_wrapper.gravity-theme textarea:-moz-placeholder {
	color: #7d7c7c;
}

.gform_wrapper.gravity-theme input::-moz-placeholder,
.gform_wrapper.gravity-theme textarea::-moz-placeholder {
	color: #7d7c7c;
}

.gform_wrapper.gravity-theme input:-ms-input-placeholder,
.gform_wrapper.gravity-theme textarea:-ms-input-placeholder {
	color: #7d7c7c;
}

.gform_wrapper.gravity-theme input::-webkit-input-placeholder,
.gform_wrapper.gravity-theme textarea::-webkit-input-placeholder {
	color: #7d7c7c;
}

.gform_wrapper.gravity-theme .gfield select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.gform_wrapper.gravity-theme .gfield .ginput_container_select {
    position: relative;
    display: flex;
    align-items: center;
}

.gform_wrapper.gravity-theme .gfield .ginput_container_select:after {
    content: '\f078';
    display: none;
    font-weight: 400;
    font-family: 'Font Awesome 6 Pro';
}

.gform_wrapper.gravity-theme .gfield .ginput_container_select svg {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.3rem;
    height: 1.3rem;
    top: auto;
    right: 1.2rem;
    color: #000;
    font-size: 1.3rem;
    pointer-events: none;
}

.gform_wrapper.gravity-theme .gform_footer {
    margin: 3rem 0 0;
    padding: 0;
}

.gform_wrapper.gravity-theme .gform_footer input[type='submit'] {
    background-color: transparent;
    color: transparent;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.gform_wrapper.gravity-theme .gform_footer .gform_submit_button {
    margin: 0;
	padding: 1.4rem 2.6rem;
}

.gform_wrapper.gravity-theme .gform_footer .gform_submit_button--input {
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.gform_wrapper.gravity-theme .gform_footer .gform-loader {
    position: absolute;
    right: -3rem;
	border-block-end-color: #aaa;
    border-inline-start-color: #aaa;
}

.gform_wrapper.gravity-theme .gform_footer .gform_submit_button--copy {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.gform_wrapper.gravity-theme .gform_footer .gform_submit_button--copy .icon {
    display: flex;
    width: 16px;
    height: 16px;
}

.front-page-1 .gform_wrapper.gravity-theme form {
    display: grid;
    grid-template-columns: 1fr auto;
}

.front-page-1 .gform_wrapper.gravity-theme input {
    padding: 11.5px 26px !important;
	border: 1px solid #fff;
	border-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	outline: none;
}

.front-page-1 .gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
}

.front-page-1 .gform_wrapper.gravity-theme .gform_submit_button {
	height: 45px;
	font-size: 1.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.front-page-1 .gform_wrapper.gravity-theme .gform_footer .gform_submit_button--copy .icon {
    width: 15px;
    height: 15px;
}

.fp1-section .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.responsive-graphic {
    position: relative;
    display: flex;
	height: 100%;
    z-index: 1;
}

.responsive-graphic--background {
    position: relative;
    display: flex;
    justify-content: center;
	width: 100%;
	padding: 0 4rem;
    z-index: 2;
}

.fp1-section,
.fp1-section > .gb-layout-column-wrap,
.fp1-section > .gb-layout-column-wrap > .gb-block-layout-column,
.fp1-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner,
.responsive-graphic,
.responsive-graphic--background {
    position: initial;
}

.responsive-graphic--background img {
    /* aspect-ratio: 1 / 1; */
    object-fit: cover;
    object-position: center center;
	position: absolute;
    top: auto;
    left: auto;
    width: auto;
    max-width: calc(50% - 1em - 8rem);
    max-height: calc(100% + var(--theme-section-padding));
    /* border-radius: 50%; */
}

.responsive-graphic--background img.overlay {
    -webkit-mask-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 60%);
    mask-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 60%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 300% 300%;
    mask-size: 300% 300%;
    -webkit-mask-position: 100% 100%;
    mask-position: 100% 100%;
    filter: brightness(0.7) blur(3px);
    animation: 10s linear infinite shine;
}

@keyframes shine {
	0% {
		-webkit-mask-position: 100% 0%;
		mask-position: 100% 0%;
	}

	60% {
		-webkit-mask-position: 0% 100%;
		mask-position: 0% 100%;
	}

	100% {
		-webkit-mask-position: 0% 100%;
		mask-position: 0% 100%;
	}
}

.responsive-graphic--foreground {
    position: absolute;
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.graphic-item {
	position: absolute;
	width: 100%;
	max-width: 175px;
	top: 14.65%;
	left: calc(14.65% + 2rem);
	transform: translate(-50%, -50%);
}

.graphic-item--inner {
    background-color: rgba(231, 133, 76, 0.73);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 50px;
    backdrop-filter: blur(21.6px);
	transform: translateY(1.25rem);
	animation-name: bounce;
    animation-duration: 5s;
	animation-delay: 0.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

@keyframes bounce {
	0%, 100% {
		transform: translateY(1.25rem);
	}
	50% {
		transform: translateY(-1.25rem);
	}
}

.graphic-item p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 4px 17px;
    text-align: center;
}

.graphic-item[data-type='first'] {
	max-width: 200px;
	/* top: 75%; */
	/* left: calc(6.70% + 10rem - 4rem); */
	top: 20%;
	left: 83%;
}

.graphic-item[data-type='first'] .graphic-item--inner {
    background-color: #fff;
	padding: 1.4rem 1.7rem;
    border-radius: 8px;
    box-shadow: 0px 26px 29.2px 0px rgba(0, 0, 0, 0.2);
	backdrop-filter: none;
	animation-delay: 0s;
}

.graphic-item[data-type='first'] i,
.graphic-item[data-type='first'] svg {
    color: #e89905;
    width: 2.2rem;
    height: 2.2rem;
    font-size: 2.2rem;
}

.graphic-item[data-type='first'] p {
    color: #353535;
    font-size: 1.3rem;
	font-weight: 400;
	padding: 0;
}

.graphic-item[data-type='first'] p:not(:last-child) {
    color: var(--jmg-emerald-green);
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1;
    margin: 1rem 0;
}

.graphic-item:not([data-type='first']) p {
    background-color: #000;
    background-clip: text;
}

.graphic-item[data-type='second'] {
	/* max-width: 130px; */
	/* top: 37.06%; */
	top: 78%;
	left: calc(90.30% - 4rem);
}

.graphic-item[data-type='third'] {
	max-width: 130px;
}

.graphic-item[data-type='third'] .graphic-item--inner,
.graphic-item[data-type='second'] .graphic-item--inner {
	background-color: rgba(212, 157, 5, 0.8);
	backdrop-filter: blur(22.2px);
	animation-delay: 1s;
}

.fp1-awards p {
    font-weight: 500;
}

.fp1-awards .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6rem;
    min-height: 85px;
}

.fp1-awards .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column {
    display: contents;
}

.fp1-awards img {
    display: flex;
    object-fit: contain;
    object-position: center center;
    width: auto;
    max-height: 85px;
}

.max-960 {
    max-width: 960px;
    margin: 0 auto;
}

.max-768 {
    max-width: 768px;
    margin: 0 auto;
}

.max-650 {
    max-width: 650px;
    margin: 0 auto;
}

.entry-content a.cta-text {
    color: #000;
    background-color: transparent;
    font-size: 1.7rem;
    margin: 0;
    padding: 0 0 0.75rem;
    border-radius: 0;
}

.entry-content a.cta-text:hover {
    color: var(--jmg-forest-green);
    gap: 1.75rem;
}

.entry-content a.cta-text > span:first-child {
    position: relative;
}

.entry-content a.cta-text > span:first-child:before {
    content: '';
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 1.5px;
    top: auto;
    bottom: -0.75rem;
    left: 0;
	transition: 0.25s ease-in-out background-color;
}

.entry-content a.cta-text:hover > span:first-child:before {
	background-color: var(--jmg-forest-green);
}

.fp2-section > .gb-layout-column-wrap {
    grid-template-columns: calc(50% - 1.5rem) 1fr;
}

.fp2-section.wrap-reverse > .gb-layout-column-wrap {
    grid-template-columns: 1fr calc(50% - 1.5rem);
}

.fp2-section:not(.wrap-reverse) > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
    padding-right: 6rem;
    padding-left: 4rem;
}

.fp2-section.wrap-reverse > .gb-layout-column-wrap > .gb-block-layout-column:first-child {
    padding-left: 6rem;
    padding-right: 4rem;
}

.front-page-2 > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    gap: 8rem;
	max-width: 1100px;
    margin: 0 auto;
}

.fp2-section .wp-block-image img {
    aspect-ratio: 5 / 3;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    border-radius: 1rem;
}

.fp2-section .icon-container,
.fp2-section .icon-container > i,
.fp2-section .icon-container > svg {
	display: flex;
    width: 7rem;
    height: 7rem;
    color: #16975e;
    font-size: 7rem;
}

.fp2-section h3 {
    margin: 1.5rem 0 2rem;
}

.front-page-3 > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    gap: 6rem;
	max-width: 1100px;
    margin: 0 auto;
}

.fp3-section > .gb-layout-column-wrap {
    grid-template-columns: 1fr calc(50% - 2rem);
    column-gap: 8rem;
}

.form-container {
    background-color: #f3f3f3;
	position: relative;
	padding: 0 3rem;
    border-top-left-radius: 63px;
	z-index: 1;
}

.form-container:before {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 4rem;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.form-container--icon {
	position: relative;
	display: flex;
    justify-content: flex-end;
    height: 7rem;
    transform: translateY(-50%);
    margin: 0 0 -3rem;
	z-index: 3;
}

.form-container--icon i,
.form-container--icon svg {
    width: 7rem;
    height: 7rem;
    color: var(--jmg-emerald-green);
    font-size: 7rem;
}

.form-container--copy {
	position: relative;
    display: grid;
    grid-template-columns: 2.4rem 1fr;
	gap: 1rem;
	z-index: 3;
}

.form-container--copy i,
.form-container--copy svg {
    grid-row: 1 / span 2;
    grid-column: 1;
	width: 2.4rem;
    height: 2.4rem;
	color: #e8ac05;
    font-size: 2.4rem;
}

.form-container--copy h3 {
    grid-row: 1;
    grid-column: 2;
    font-size: 2rem;
    margin: 0;
}

.form-container--copy p {
    font-size: 1.6rem;
    line-height: 1.3;
}

.form-container--form {
    background-color: #16975e;
	position: relative;
    margin: 2.5rem 0 0;
    padding: 2rem;
    border-radius: 2.5rem;
	z-index: 3;
}

.form-container--form .gform_wrapper.gravity-theme .gfield_label,
.form-container--form .gform_wrapper.gravity-theme .gfield_required {
    color: #fff;
    font-weight: 400;
}

.form-container--form .gform_wrapper.gravity-theme .gfield_description {
    color: #fff;
}

.form-container--form .gform_wrapper.gravity-theme .gchoice label {
    color: #fff;
}

.form-container--form .gform_wrapper.gravity-theme .gfield_radio {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: 3rem;
}

.form-container--form .gform_wrapper.gravity-theme .gfield_radio .gchoice {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.form-container--form .gform_submit_button {
    background-color: #fff;
    color: var(--jmg-dark-green);
}

.gform_wrapper.gravity-theme .gform_footer .gform_submit_button:hover {
    background-color: #ececec;
    filter: none;
}

.entry-content > .header-section {
    padding: 0;
	overflow: hidden;
	min-height: 400px;
}

.header-section > .gb-layout-column-wrap > .gb-block-layout-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child {
	/* padding: var(--theme-section-padding) 0; */
	padding: 10rem 0  10rem 6rem;
}

.header-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child > .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.header-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child .wp-block-image {
    position: relative;
    display: flex;
    width: calc(100% + 4vw);
    height: 100%;
}

.header-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child .wp-block-image img {
    aspect-ratio: 1 / 1;
    position: absolute;
    object-fit: cover;
    object-position: center center;
    top: 0;
    left: 0;
    border-radius: 50%;
    transform: scale(1.2);
    transform-origin: top left;
}

/* Mega Menu */

body .mega-menu-thumbnail {
	position: absolute;
  height: 100%;
  width: -webkit-fill-available;
  overflow: hidden;
}

body .mega-menu-thumbnail img {
	height: 100%;
  width: 100%;
  object-fit: cover;
}

body .mega-menu-thumbnail::before {
	content: "";
	height: 100%;
	width: 100%;
	background: #004527;
	position: absolute;
	z-index: 1;
    opacity: .8;
}

body .mega-menu-callout,
body .mega-menu-wrap--cta .mega-menu-copy,
body .mega-menu-action {
	z-index: 2;
	padding-left: 4rem;
    padding-right: 4rem;
	color: #fff;
}

body .mega-menu-callout {
    padding-top: 4rem;
}

body .mega-menu-action {
    display: flex;
    padding-bottom: 4rem;
}

body .mega-menu-callout p,
body .mega-menu-wrap--cta .mega-menu-copy p {
	color: #fff;
}

body .mega-menu-callout p {
    font-size: 2.6rem !important;
    font-weight: 600 !important;
    line-height: 1.3;
    margin: 0;
    padding-right: 80px;
}

body .mega-menu-wrap--cta .mega-menu-copy p {
	font-size: 1.7rem;
    padding-right: 80px;
}

body .mega-menu-wrap--cta .mega-menu-action a.button {
	background-color: #0d985b;
	border-radius: 50px;
	padding: 1.4rem 2.6rem;
}

body .mega-menu-wrap--cta .mega-menu-action a.button:hover {
	background-color: #0d985b;
	filter: brightness(1.1);
}

body .mega-menu-wrap--cta .mega-menu-action a.button svg[data-fa-pseudo-element] {
    display: none;
}

.mega-menu ul.sub-menu:first-of-type {
	justify-content: space-between;
}

.mega-menu ul.sub-menu:first-of-type>li {
	flex-basis: 30%;
}

body .sub-menu .menu-item {
	height: fit-content;
}

body .mega-menu ul.sub-menu:first-of-type ul.sub-menu {
	gap: 5px;
}

body .mega-menu ul.sub-menu:first-of-type ul.sub-menu:after {
    position: absolute;
}

body .mega-menu ul.sub-menu:first-of-type>li>p {
	color: #0d985b;
	font-size: 1.65rem;
	font-weight: 600;
	margin: 0;
}

body .mega-menu ul.sub-menu li a {
    font-size: 1.5rem;
    color: #000;
    font-weight: 400;
	  margin-left: 0;
    line-height: 1.5;
}

body .mega-menu ul.sub-menu li a:hover {
	color: #0d985b;
}

@media (min-width: 896px) {
	.nav-primary .mega-menu-container {
		display: block !important;
		width: 100%;
		left: -9999px;
		border-radius: 0;
		border-bottom-left-radius: 0.8rem;
		border-bottom-right-radius: 0.8rem;
		box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
        pointer-events: none;
        opacity: 0;
		clip-path: inset(0 -2.5rem -2.5rem -2.5rem);
		overflow: hidden;
        transition: 0.25s ease-in-out opacity, 0.25s ease-in-out border-radius, 0s 0.25s ease-in-out left;
	}

    .nav-primary .two-column .mega-menu-container {
        max-width: 1000px;
        margin: 0 auto;
    }

	.nav-primary .menu-item:hover > .mega-menu-container {
        left: 0;
        pointer-events: all;
        opacity: 1;
        transition: 0.25s ease-in-out opacity, 0.25s ease-in-out border-radius, 0s ease-in-out left;
    }
}

/* Home Page */

.front-page-4 .client-testimonials-btn {
    border-color: #000;
    color: #000;
}

.client-testimonials-btn:hover {
    border-color: #049948;
    color: #fff;
}

.front-page-5 .card-inner .icon-container {
    background-color: #046E3F;
    line-height: 1;
}

.front-page-5 .cards-main-col .card-inner {
    border: 0;
}

.front-page-5 .services-boxes-main {
    margin-top: 5rem;
}

.front-page-5 .btn-in-row .btn-col .button {
    border: 1px solid #C7C7C7;
    border-radius: 16px;
    color: #000;
}

.front-page-5 .btn-in-row .btn-col .button:hover {
    color: #fff;
}

.front-page-5 .btn-in-row {
    margin-bottom: 2rem;
}

.front-page-6 .cards-main-col {
    margin: 4rem 0;
}

.front-page-6 .cards-main-col .card-inner {
    border: 0;
    border-radius: 0;
    padding: 6rem 3rem;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.08);
}

.front-page-6 .card-inner .icon-container {
    background-color: #DAEFE6;
}

.front-page-6 .card-inner .icon-container svg {
    color: #16975E;
}

.front-page-6 .cards-main-col .card-inner .wp-block-heading {
    color: #004527;
}

.front-page-6 .cards-main-col .gb-layout-column-wrap {
    row-gap: 1rem;
    column-gap: 1rem;
}

.front-page-7 .accordions-main-col {
    margin: 4rem 0 0;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    row-gap: 2rem;
    column-gap: 2rem;
}

.accordion-item {
    border-radius: 5px !important;
    background-color: #fff;
    border: 1px solid #dbdbdb !important;
    overflow: hidden;
}

.accordion-button {
    color: #000;
    background-color: transparent;
}

.accordion-body {
    padding: 20px;
    border-top: 1px solid #dbdbdb;
}

.home-blog-posts-main {
    padding-top: 0 !important;
}

.home-blog-posts-main .gb-layout-column-wrap ul li {
    flex-direction: column;
    align-items: flex-start;
}

.home-blog-posts-main .gb-layout-column-wrap ul li::before {
    display: none;
}

.home-blog-posts-main .wp-block-post-featured-image {
    margin-bottom: 20px;
}

.home-blog-posts-main .wp-post-image {
    border-radius: 12px;
}

.home-blog-posts-main .wp-block-post-date {
    font-size: 14px;
}

.home-blog-posts-main .wp-block-post-title {
    font-size: 20px;
    letter-spacing: normal;
    margin: 2rem 0 1.5rem;
}

.home-blog-posts-main .taxonomy-category.wp-block-post-terms {
    margin-bottom: 2rem;
}

.home-blog-posts-main .taxonomy-category.wp-block-post-terms a {
    background: #EFEFEF;
    padding: 5px 10px;
    border-radius: 20px;
}

.home-blog-posts-main .gb-layout-column-wrap ul li svg {
    display: none;
}

/* Reviews Block */

.custom-review-box {
	background: #fff;
	padding: 40px;
	border-radius: 16px;
	max-width: 600px;
	width: 90%;
	position: relative;
	box-shadow: 0 12px 30px #0045271F;
}

.custom-review-box:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #046E3F;
	border-radius: 16px;
	right: -50px;
	top: -60px;
	z-index: -1;
}

.custom-review-box:before {
	content: "“";
	font-size: 60px;
	color: #2e7d32;
	position: absolute;
	top: 0px;
	left: 30px;
}

.review-header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 5px;
}

.review-image img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	object-fit: cover;
}

.review-name {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
}

.review-stars {
	color: #E8AC05;
	font-size: 30px;
}

.review-text {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 5px;
}

.review-text p {
	font-size: 13px;
	font-weight: 400;
}

/* Service page */

.service-page p {
	font-size: 16px;
}

.services-img-text-main .image-text-main {
	margin-bottom: 8rem;
}

.services-img-text-main .image-text-main:last-child {
	margin-bottom: 0;
}

.cards-section h2 {
	margin-bottom: 4rem;
}

.cards-main-col .card-inner {
	border: 1px solid #D0D0D0;
	border-radius: 16px;
	background-color: #fff;
	padding: 40px 20px;
}

.cards-main-col .gb-layout-column-wrap {
	row-gap: 2rem;
	column-gap: 2rem;
}

.card-inner .icon-container {
	display: inline-block;
	padding: 15px;
	border-radius: 100%;
	background-color: #038B6B;
}

.card-inner .icon-container svg {
	width: 35px;
	height: 33px;
	color: #fff;
}

.cards-main-col .card-inner .wp-block-heading {
	margin-top: 2rem;
}

.cards-main-col .card-inner p {
	margin-bottom: 2rem;
	font-size: 16px;
}

.business-heading-main-col {
	margin-bottom: 4rem;
}

.gb-layout-column-wrap ul {
	margin-left: 0;
}

.gb-layout-column-wrap ul li {
	list-style-type: none;
	position: relative;
	font-size: 16px;
	display: flex;
	align-items: end;
}

.gb-layout-column-wrap ul li::before {
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-size: 5px;
	font-weight: 900;
	position: absolute;
	left: 0;
	margin-top: 4px;
	visibility: hidden;
}

.gb-layout-column-wrap ul li svg {
	margin-right: 2rem;
	margin-top: 15px;
	color: #fff;
	padding: 5px;
	border-radius: 100%;
	background-color: #16975E;
	height: 1.2rem;
}

.employee-benefits-main h2 {
	margin-bottom: 3rem;
}

.btn-in-row .gb-layout-column-wrap {
	row-gap: 2rem;
	column-gap: 2rem;
}

.btn-in-row {
	margin-bottom: 3rem;
}

.btn-in-row .btn-col .button {
	width: 100%;
	justify-content: space-between;
	border-radius: 0;
	padding: 25px;
	background-color: #fff;
	color: #004527;
}

.btn-in-row .btn-col .button:hover {
	background-color: #0d985b;
	color: #fff;
}

.employee-benefits-main a.cta-text,
.employee-benefits-main a.cta-text:hover {
	color: #fff;
}

.employee-benefits-main a.cta-text > span:first-child:before,
.employee-benefits-main a.cta-text:hover > span:first-child:before {
	background-color: #fff;
}

.image-col img {
	border-radius: 10px;
}

.image-text-main .text-column ul,
.image-text-main .text-column .custom-button {
	padding-left: 10px;
}

/* Locations Page */

.our-loc-local-sec button.accordion-button.collapsed,
.our-loc-local-sec button.accordion-button {
	background:#F8F8F8;
	padding:11px 8px;
	margin:10px 0;
}

.our-loc-local-sec span {
	font-size:22px;
	font-weight:500;
	color:#004527;
}

.our-loc-local-sec .accordion-item {
	border:0;
}

.our-loc-local-sec p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
}

.accordion-button {
	justify-content: space-between;
	gap: 4rem;
	font-weight: 500;
	font-size: 1.7rem;
	color: #0b5d3b;
	padding: 1.6rem;
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #000;
}

.accordion-button:hover,
.accordion-button:not(.collapsed):hover {
    background-color: #f9f9f9;
    filter: none;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:after {
	content: '\f078';
	display: none;
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
}

.accordion-button svg {
	color: #16975E;
    transition: 0.35s ease-in-out transform;
}

.accordion-button:not(.collapsed) svg {
    transform: rotate(-90deg);
}

.accordion-body p {
    font-size: 1.7rem;
    line-height: 1.7;
	margin: 0;
	/* line-height: 2; */
	/* 	text-decoration:underline; */
}

.wp-block-genesis-blocks-gb-columns.before-footer-section-mian.gb-layout-columns-1.one-column
{
	padding-top:0;
}

.before-footer-section  {
	position: relative;
	border-radius:20px;
	overflow:hidden;
	padding:200px 0;
	padding-left:50px;
}

.before-footer-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		#005E34 0%,
		#005E34 35%,
		rgba(0, 94, 52, 0.85) 50%,
		rgba(0, 94, 52, 0.55) 60%,
		rgba(0, 94, 52, 0.0) 75%
	);
}

.wp-block-search__button {
	margin:0;
}

.wp-block-search__inside-wrapper {
	border-radius: 6px;
	border: 1px solid #AFAFAF;  
}

.wp-block-search__input {
	border: none !important;
	background: transparent;
	outline: none;
	font-size: 15px;
	padding: 10px;
	flex: 1;
	color: #333;
}

.wp-block-search__input::placeholder {
	color: #666;
	font-weight: 500;
}

.wp-block-search__button {
	background: transparent !important;
	border: none !important;
	padding: 6px;
	cursor: pointer;
}

.wp-block-search__button svg {
	fill: #005E34;
	width: 20px;
	height: 20px;
}

form.wp-block-search__button-inside.wp-block-search__icon-button.wp-block-search {
	margin: 25px 0;
}

/* Footer */

.site-footer-widgets {
	background: #F8F6F6;
	padding: 9rem 0 5rem;
}

.site-footer-credits .gb-layout-column-wrap {
    grid-template-columns: 1fr auto;
}

.location-col-main .gb-block-layout-column-inner {
	display: flex;
	gap:15px;
	justify-content:space-between;
	align-items:center;
}

.location-col-main svg.svg-inline--fa {
	background: #0D985B;
	width: 18px;
	height: 18px;
	padding: 8px;
	border-radius: 100%;
	color: #fff;
}

.site-footer-widgets h2.widgettitle {
	font-size: 16px;
	font-weight: 500;
	color: #16975E;
}

.site-footer-widgets svg.svg-inline--fa.fa-f00c {
	display: none;
}

.site-footer-widgets figure.wp-block-image.size-large {
	width: 397px;
}

.site-footer-widgets section#block-8 {
	padding: 50px 0;
}

.widget.widget_nav_menu a {
	font-size:14px;
}

.widget.widget_nav_menu a:hover {
	text-decoration:underline;
}

.widget.widget_nav_menu li {
	margin-bottom:10px;
}

.location-col-main p {
	font-size: 16px;
	font-weight: 500;
}

.footer-credits a {
    color: var(--jmg-dark-green);
	font-weight: 500;
}

.footer-credits p .separator {
	display: none;
}

/* Application Page */

.three-img-col p {
	font-size:16px;
	font-weight:500;
	margin:12px 0;
	text-align:center;
}

.three-img-col img {
	width:100%;
}

.three-img-col figure.wp-block-image.size-full {
	margin-bottom:0;
}

.margin-top {
	margin-top:50px !important;
}

.policy-card {
	background: #fff;
	padding: 12px 24px;
	border-radius: 20px;
	margin-bottom: 20px;
	position: relative;
	transition: all 0.3s ease;

}

.policy-card h3 {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: 700;
}

.policy-card p {
	margin: 0;
	color: #555;
	font-size: 13px;
	font-weight:400;
}

.policy-card::after {
	content: "→";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: #008060;
	transition: 0.3s;
}

.instant-policy img {
	width:100%;
}

/* .policy-card:hover {
background: #e6ece9;
} */

/* .policy-card:hover::after {
right: 15px;
} */

/* Blog Page */

.blog-archive--featured-grid {
    margin-bottom: 40px;
}

.featured-grid-wrapper {
    display: flex;
    gap: 20px;
}

.large-post {
    flex: 2;
}

.small-posts-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.small-post {
    flex: 1;
}

.blog-archive-header {
	width:100%;
}

.blog-archive-header h1 {
	font-size: 48px;
}

.blog-archive-header p {
	font-size: 20px;
	max-width: 580px;
	margin: 0 auto;
}

.featured-post.large-post, .featured-post.small-post {
	border: 1px solid #D0D0D0;
	border-radius: 16px;
    overflow: hidden;
}

.featured-post h2 {
	font-size:24px;
	margin:20px 0;
    letter-spacing: normal;
}

.featured-post.large-post p {
	font-size: 16px;
}

.blog-archive--featured-grid {
	max-width: 1300px;
	margin: 0 auto;
}

.featured-post.content-div {
	padding: 35px 30px;
}

.featured-post.small-post img {
	width:100%;
	object-fit:cover;
	height:200px;
}

span.post-date, .blog-article--date {
	font-size: 14px;
	font-weight: 300;
}

/* .post-categories, .blog-article--categories {
	background: #EFEFEF;
	width: fit-content;
	padding: 3px 9px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 500;
} */

.post-categories a, .post-categories p span, .blog-article--categories a, .blog-article--categories p span {
	color: #727272;
    background: #EFEFEF;
    padding: 3px 9px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
}

.blog-archive--featured-heading, .blog-archive--all-heading {
	max-width: 1300px;
	margin: 0 auto;
}

.featured-post.large-post img {
	height: 300px;
	object-fit: cover;
}

.blog .blog-articles .blog-article--image span {
	display:none;
}

.blog-articles.blog-articles--four-column {
	max-width:1300px;
	margin:0 auto;
	gap:50px 10px;
}

.blog .blog-articles .blog-article {
	box-shadow:none;
	border-radius:0;
	border:none;
}

.blog .blog-articles .blog-article:hover {
	box-shadow:none;
}

.blog .blog-articles .blog-article--content {
	padding:15px;
}

.blog .blog-articles .blog-article--image img {
	border-radius:12px;
	height: 175px;
	object-fit: cover;
}

.blog .blog-articles .blog-article--content-info-title h2 {
	margin:15px 0;
    letter-spacing: normal;
}

.blog .blog-articles .blog-article--content-info-title h2 a {
	font-family:inherit;
}

.blog .blog-pagination ul {
	justify-content:center;
	gap:8px;
}

.blog .blog-pagination {
	margin: 80px 0;
}

.blog .blog-pagination ul li span.current, .blog .blog-pagination ul li a:hover {
	background-color: transparent;
	color: #16975E;
	border-color: #16975E;
}

/* Single Blog Page */

.sidebar-cta-col .wp-block-heading,
.sidebar-cta-col p {
    margin-bottom: 10px;
}

.single-post-header-custom {
	width: 92%;
	max-width: 1300px;
	margin: 0 auto;
	padding-top: 8rem;
    display: flex;
}

.single-post-header-custom .left-column {
    flex-basis: 40%;
}

.single-post-featured-image img {
	height: 378px;
	object-fit: cover;
	border-radius:25px;
}

.single-post-breadcrumb {
    flex-wrap: wrap;
	margin: 25px 0;
	font-size: 14px;
	font-weight: 300;
    padding-left: 20px;
}

h1.single-post-title {
	font-size: 40px;
	font-weight: 500;
	color:#004527;
    padding-left: 20px;
}

.single-post-author-inline {
	justify-content: left;
    padding-left: 20px;
}

.single.single-post .content-sidebar-wrap {
	width: 92%;
	max-width: 1300px;
	margin: 0 auto;
	padding-top: 2rem;
}

.sidebar .sidebar-content {
	box-shadow: none;
	border: none;
	margin-top:0;
}

.sidebar-content {
	position: sticky;
	top: 120px;
	align-self: flex-start;
}

.tto-toc--heading p {
	border-bottom: 2px solid #D7D7D7;
	padding-bottom: 1.5rem;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 1.5rem;
	color:#004527;
}

.tto-toc--list ol {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
	margin-left: 0;
}

.tto-toc--list ol li {
    list-style-type: none;
    line-height: 2rem;
}

.tto-toc--list ol li a {
    color: #004527;
	font-size: 13px;
}

.tto-toc--list ol li a:hover {
    color: #555;
}

.share-post-buttons p {
    color: #004527;
	font-size: 16px;
	font-weight: 500;
    text-align: center;
}

.custom-socials {
	width: 100%;
	justify-content: space-between;
}

.custom-social svg.svg-inline--fa:hover {
	color: #0d985b;
}

section#block-18 .custom-social--link {
	background: #F5F5F5;
	padding: 15px;
	border-radius: 100%;
}

.sidebar-cta-col {
	border: 1px solid #D0D0D0;
	padding: 22px 15px;
	border-radius: 16px;
	background: #EEF7F5;
}

.sidebar-cta-col .cta-header p {
	font-size: 16px;
	font-weight: 500;
    text-align: center;
}

.sidebar-cta-col .cta-body p {
	font-size: 14px;
	font-weight: 300;
    text-align: center;
}

.sidebar-cta-col a.button.has-icon {
	width:100%;
	justify-content:center;
}

.share-post-buttons {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.share-ctas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.share-ctas > div[class*="share-gss"] {
    display: contents;
}

.share-ctas .share-cta,
.share-ctas .sharrre {
    background-color: #eee;
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0;
    border-radius: 50%;
	pointer-events: all;
	cursor: pointer;
	overflow: visible;
	transition: 0.25s ease-in-out all;
}

.share-ctas .share-cta .share-cta--icon,
.share-ctas .sharrre .count {
	background-color: transparent !important;
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: none;
}

.share-ctas .share-cta .cta-tooltip,
.share-ctas .sharrre .hidden {
	background-color: #555;
	position: absolute;
	display: block;
	width: 140px;
	top: auto;
	bottom: 150%;
	left: -9999px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	margin-left: -70px;
	border-radius: 6px;
	padding: 5px;
	pointer-events: none;
	opacity: 0;
	transition: 0.25s ease-in-out opacity, 0s 0.25s ease-in-out left;
	z-index: 1;
}

.share-ctas .share-cta .cta-tooltip:after,
.share-ctas .sharrre .hidden:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.share-ctas .share-cta:hover .cta-tooltip,
.share-ctas .sharrre:hover .hidden {
	left: 50%;
	pointer-events: all;
	opacity: 1;
	transition: 0.25s ease-in-out opacity, 0s ease-in-out left;
}

.share-ctas .share-cta .cta-tooltip > span,
.share-ctas .sharrre .hidden > span {
	background-color: #555;
	color: #fff;
}

.share-ctas .sharrre .box {
    display: contents;
}

.share-ctas .sharrre .box:before {
    content: '\f09a';
	display: none;
	font-weight: 900;
	font-family: 'Font Awesome 6 Brands';
}

.share-ctas .sharrre.twitter .box:before {
	content: '\e61b';
}

.share-ctas .sharrre.linkedin .box:before {
	content: '\f08c';
}

.share-ctas .share-cta svg,
.share-ctas .sharrre .box svg {
    color: #1d273f;
	width: 20px;
	height: 20px;
	transition: 0.25s ease-in-out all;
}

.share-ctas .share-cta:hover svg,
.share-ctas .sharrre:hover .box svg {
    color: var(--jmg-emerald-green);
}

.share-ctas .sharrre .count,
.share-ctas .sharrre .share {
    display: none;
}

.single-post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 1.5rem;
    column-gap: 3rem;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 40px;
	color: #888888;
}

.single-post-meta > div {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.single-post-meta > div > span,
.single-post-meta > div > a > span {
    display: flex;
}

.single-post-meta svg {
    width: 16px;
    height: 16px;
}

.single-post-meta a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500 !important;
    border: none !important;
}

.single-post-meta a:hover {
    filter: opacity(0.75);
}

.single.single-post .entry-content h2 {
	font-size:20px;
}

.single.single-post .entry-content .wp-block-heading {
    letter-spacing: normal;
}

.single.single-post .entry-content p {
	font-size:16px;
}

.single.single-post .entry-content li {
	font-size:16px;
}

.dynamic-author-block {
	border: none !important;
	gap: 30px !important;
	padding:25px 0 !important;
}

.dynamic-author-block h3 a {
	border-bottom: none !important;
	font-size: 16px;
	font-weight: 500 !important;
}

.dynamic-author-block a {
	border-radius: 100px !important;
}

.about-us-section {
	background:#046E3F !important;
	border-radius: 0 !important;
}

.about-us-section h3 {
	color:#fff !important;
	font-size: 20px !important;
	font-weight: 600;
}

.about-us-section p {
	color:#fff !important;
	font-size: 14px !important;
	font-weight: 500;
}

.about-us-section a {
	color:#fff !important;
	border-bottom: none !important;
	font-size:14px;
}

.about-us-section a:hover {
	border-bottom: 1.5px solid !important;
}

.stars {
	font-size: 30px;
	letter-spacing: 10px;
	color: #E8AC05 !important;
}

.review-card {
	border-radius: 16px !important;
	box-shadow: 0px 4px 20px rgba(3, 22, 14, 0.03);
	border:none !important;
	padding: 27px 21px !important;
}

.review-card h4 {
	font-size: 14px !important;
	font-weight: 500 !important;
}

.review-card p {
	font-size:13px !important;
}

.client-reviews {
	gap: 10px !important;
}

/* Custom Media Queries */

@media (max-width: 895px) {
	.entry-content > .front-page-1 {
		padding-top: var(--theme-section-padding);
	}

	.fp1-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child {
		padding-top: 0;
	}

	.cards-main-col .gb-layout-column-wrap {
		row-gap: 0;
	}

	.front-page-5 .btn-in-row .btn-col .button,
	.entry-content a.cta-text > span:first-child,
	.accordion-button {
		line-height: 1.4;
	}

	.home-blog-posts-main .taxonomy-category.wp-block-post-terms a {
		margin-bottom: 5px;
        margin-right: 5px;
	}

	.wp-block-post-terms .wp-block-post-terms__separator {
		display: none;
	}
}

@media (max-width: 767px) {
	.entry-content > .front-page-1 {
		padding-top: var(--theme-section-padding-mobile);
	}

	.fp1-section > .gb-layout-column-wrap {
		gap: 0 !important;
	}

	.fp1-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child {
        padding-bottom: var(--theme-section-padding-mobile);
    }

	.fp1-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
		display: none;
	}

	.fp1-awards img {
		max-height: 50px;
	}

	.front-page-2 > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
		gap: 6rem;
	}

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

	.fp2-section .icon-container, .fp2-section .icon-container > i, .fp2-section .icon-container > svg {
		width: 5rem;
		height: 4rem;
	}

	h3 {
		margin: 2rem 0;
	}

	.gb-layout-columns-2>.gb-layout-column-wrap {
        grid-template-columns: 1fr;
        grid-template-areas:
        "col1"
        "col2";
		row-gap: 2rem;
}

	.gb-layout-columns-4>.gb-layout-column-wrap.gb-is-responsive-column {
		grid-template-columns: 1fr;
        grid-template-areas:
        "col1"
        "col2"
        "col3"
        "col4";
		row-gap: 2rem;
	}

	.gb-layout-columns-3>.gb-layout-column-wrap {
    grid-template-columns: 1fr;
    grid-template-areas:
        "col1"
        "col2"
        "col3";
		row-gap: 2rem;
    }

	.fp3-section > .gb-layout-column-wrap,
	.fp2-section > .gb-layout-column-wrap  {
		grid-template-columns: 1fr;
		row-gap: 4rem;
	}

	.fp2-section.wrap-reverse > .gb-layout-column-wrap {
		grid-template-areas:
        "col2"
        "col1" !important;
		grid-template-columns: 1fr;
		row-gap: 2rem;
	}

	.cards-main-col .card-inner {
		padding: 20px;
	}

	.wp-container-core-post-template-is-layout-b954fd2f {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

	.front-page-5 .cards-main-col .card-inner {
		padding: 0 2rem;
	}

	.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 1;
	}

	.featured-grid-wrapper {
        flex-direction: column;
    }

    .small-posts-wrapper {
        flex-direction: column;
    }
}












body.single,
body.blog {
    overflow-x: visible;
}

.single-post-container,
.blog-archive-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 6rem;
}

.single-post-container .content,
.blog-archive-container .content {
    flex: 1 1 calc(72.5% - 3rem);
    width: 100%;
}

.single-post-container .sidebar,
.blog-archive-container .sidebar {
    flex: 1 1 calc(27.5% - 3rem);
    width: 100%;
}

.single .entry {
    padding: 0;
}

@media (max-width: 895px) {

    body.single,
    body.blog {
        overflow-x: hidden;
    }

    .single-post-container,
    .blog-archive-container {
        flex-direction: column;
    }

    .single-post-container .content,
    .single-post-container .sidebar,
    .blog-archive-container .content,
    .blog-archive-container .sidebar {
        flex: auto;
    }

    .single .sidebar:not(.fixed) .widget:first-of-type,
    .blog .sidebar:not(.fixed) .widget:first-of-type {
        position: unset;
    }
}


/* Single Team Member Page */
.single-team-member {
    color: #000;
    line-height: 1.6;
    font-size: 16px;
}

.team-member {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.team-headshot-area {
    flex: 1 1 300px;
    margin-right: 20px;
    text-align: center;
}

.team-headshot-area img {
    max-width: 100%;
    height: auto;
    border: solid 2px #000;
    padding: 3rem;
}

.team-info {
    flex: 2 1 300px;
}

.team-member-name {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.team-member-role {
    font-size: 1.2em;
    color: #000;
    margin-bottom: 20px;
}

.team-member-bio {
    font-size: 1em;
    margin-bottom: 20px;
    color: #000;
}

.team-contact-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px 0 0 0;
}

div.team-contact-area .team-contact a {
    color: #000;
    text-decoration: none;
    font-size: 1.4em;
    display: flex;
    gap: 1rem;
    align-items: center;
    transition: color 0.3s ease;
}

.team-contact a span {
    margin-left: 5px;
}

.team-contact a:hover {
    color: #333;
}

.team-socials-area {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.team-social {
    margin: 0 10px;
}

div.team-socials-area div.team-social a {
    color: #000;
    font-size: 1.5em;
    transition: color 0.3s ease;
}

.team-social a:hover {
    color: #333;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media (max-width: 800px) {
    .team-member {
        flex-direction: column;
        align-items: center;
    }

    .team-headshot-area {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .team-info {
        text-align: center;
    }
}

/* Team Archive Page */
.team-member-archive {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.team-member-items {
    order: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem;
}

.team-member-archive .team-member--link {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.team-member-archive .team-member--link:hover {
    transform: translateY(-2px);
    box-shadow: none
}

.team-member-archive .team-member--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 3rem;
}

.team-member-archive .team-member--content-name h2 {
    margin: 0 0 1rem;
    font-size: 2rem;
    letter-spacing: 0;
    word-spacing: 0;
    text-align: center;
    color: #000;
}

.team-member-archive .team-member--content-role p {
    font-size: 1.7rem;
    line-height: 1.4;
    text-align: center;
    color: #000;
}

.team-member-none {
    grid-column: 1 / span 4;
}

.team-member-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 3rem;
    column-gap: 6rem;
    padding: 0 0 5rem;
    border-bottom: 1px solid var(--mfe-dark-grey);
}

.team-member-filter {
    flex: 1;
    max-width: 400px;
}

.team-member-filter.dept label {
    justify-content: flex-end;
}

.team-member-filter input,
.team-member-filter select {
    margin: 0;
}

@media (max-width: 767px) {
    .team-member-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .team-member-none {
        grid-column: 1 / span 2;
    }

    .team-member-filters {
        flex-direction: column;
    }

    .team-member-filter.dept label {
        justify-content: flex-start;
    }
}

@media (max-width: 600px) {
    .team-member-items {
        grid-template-columns: auto;
    }

    .team-member {
        width: 100%;
        margin: 0 auto;
    }

    .team-member-archive .team-member--headshot img {
        object-fit: cover;
        width: 100%;
        max-height: 270px;
    }

    .team-member-none {
        grid-column: auto;
    }
}

/* Events Archive Page*/
.events-archive {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 12rem 0 10rem;
}

.at-content-archive:not(:first-of-type) {
    margin: 12rem 0 0;
}

.at-content-archive--wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem;
    margin: 6rem 0 0;
}

@media (max-width: 1095px) {
    .at-content-archive .at-content-archive--wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .at-content-archive .at-content-archive--wrapper {
        grid-template-columns: none;
    }
}

.at-content-box {
    border: 1px solid #cdd9dc;
    box-shadow: -14px 14px 0px #f3f5f6;
    overflow: hidden;
}

.at-content-box {
    display: block;
    width: 100%;
    height: 100%;
    padding: 4rem;
}

.at-content-box .at-content-box--thumbnail {
    margin: -4rem -4rem 4rem;
    overflow: hidden;
}

.at-content-box .at-content-box--thumbnail img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    transition: 0.25s ease-in-out all;
}

.at-content-box--inner {
    height: fit-content;
}

.at-content-box .at-content-box--title>* {
    transition: 0.25s ease-in-out all;
}

.at-content-box .at-content-box--date p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.6rem;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 1.5rem;
    color: #000;
}

.at-content-box .at-content-box--cta {
    margin: 2rem 0 0;
}

div.at-content-box--title h3 {
    color: #000;
}

div.at-content-box--description p {
    color: #000;
}

div.at-content-box--cta a.read-more-button {
    color: #000;
}

a.read-more-button {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Single Post */

.single.single-post .header-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 11rem 0;
    z-index: 1;
}

.single.single-post .header-section:before {
    content: '';
    background-color: rgb(30 40 44 / 82%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.single.single-post .header-section>.wrap {
    position: relative;
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
    z-index: 3;
}

.single.single-post .header-section h1 {
    color: #fff;
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1.12;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.17);
}

.single.single-post .header-section .entry-meta {
    margin: 1.2rem 0 2rem;
}

.single.single-post .header-section .entry-meta p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0;
    text-align: center;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.17);
}

.single.single-post .header-section .entry-meta p>span.entry-meta--separator {
    font-size: 2.2rem;
    margin: 0 0 3px;
}

.single.single-post .header-section .entry-tagline {
    padding: 0 3rem;
}

.single.single-post .header-section .entry-tagline p {
    color: #fff;
    font-size: 1.9rem;
    font-weight: 500;
    margin: 0;
    text-align: center;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.17);
}

.single.single-post .content-sidebar-wrap {
    padding: 10rem 0;
}

.single.single-post .entry-content h2 {
    font-size: 3.5rem;
    margin: 5rem 0 2rem;
    scroll-margin-top: 120px;
}

.single.single-post .entry-content h3 {
    color: #000;
    font-size: 2.6rem;
    line-height: 1;
    margin: 5rem 0 2rem;
}

.single.single-post .entry-content h4 {
    color: #000;
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.4;
    margin: 5rem 0 2rem;
    padding: 0;
    text-transform: uppercase;
}

.single.single-post .entry-content .accordion-header {
    margin: 0 !important;
}

.single.single-post .entry-content p {
    font-size: 2rem;
    line-height: 1.618;
    margin: 0 0 3rem;
}

.single.single-post .entry-content .accordion-body p {
    font-size: 1.7rem;
    line-height: 1.7;
    margin: 0;
}

.single.single-post .entry-content li {
    font-size: 2rem;
    line-height: 1.618;
}

.single.single-post .entry-content a:not(.button):not(.arrow-cta--link) {
    color: #000;
    font-weight: 600;
    border-bottom: 1.5px solid;
}

.single.single-post .entry-content p strong {
    font-weight: 700;
}

.single.single-post .content-sidebar-wrap {
    display: grid !important;
    grid-template-columns: 325px 1fr;
    gap: 6rem;
}

@media (min-width: calc(1550px + 12rem)) {
    .single.single-post .content-sidebar-wrap {
        grid-template-columns: 325px 900px 325px;
        max-width: calc(900px + 650px + 12rem);
    }
}

@media (max-width: 991px) {
    .single.single-post .content-sidebar-wrap {
        display: flex !important;
        flex-direction: column;
    }
    
    .single-post .sidebar .sidebar-content {
        max-width: 450px;
        margin: 0 auto;
    }

    .single.single-post .header-section h1 {
        font-size: 4.2rem;
    }

    .single.single-post .entry-content h2 {
        font-size: 3.5rem;
    }
}

@media (max-width: 767px) {
    .single.single-post .header-section {
        padding: 8rem 0;
    }

    .single.single-post .header-section h1 {
        font-size: 3.5rem;
        text-align: left;
    }

    .single.single-post .entry-content h3 {
        font-size: 2.4rem;
    }

    .single.single-post .header-section h1>br {
        display: none;
    }

    .single.single-post .header-section .entry-meta p {
        justify-content: flex-start;
        text-align: left;
    }
}

.at-event-flyer {
    width: 500px;
    max-width: 50%;
    margin: 0 0 3rem 3rem;
}

.single.has-toc .entry-content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4rem;
}

.single.has-toc .entry-content>.table-of-contents {
    flex: 1 1 calc(40% - 11rem);
    border: solid 1px #000;
    background: #f1f1f1;
    padding: 2rem;
    margin: 2rem;
}

.single.has-toc .entry-content > .table-of-contents + p {
    order: -1;
    flex: 1 1 calc(60% - 2rem);
    word-break: break-word;
}

.single.has-toc .entry-content> .table-of-contents h2 {
    font-size: 2.5rem;
    text-align: center;
}

/* Blog */

.blog .blog-archive {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    width: 100%;
}

.blog .blog-archive .blog-archive--sidebar {
    flex: 1 1 calc(27% - 3.5rem);
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.blog .blog-archive .blog-archive--loop {
    flex: 1 1 calc(73% - 3.5rem);
}

.blog .blog-articles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
}

.blog .blog-articles .blog-article {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border: 1px solid #eceef1;
    border-radius: 0.5rem;
    box-shadow: 0px 3px 13px -2px rgba(0, 0, 0, 0.27);
    overflow: hidden;
    transition: 0.25s ease-in-out all;
}

.blog .blog-articles .blog-article:hover {
    box-shadow: 0px 3px 13px -2px rgba(0, 0, 0, 0.11);
}

.blog .blog-articles .blog-article--image a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.blog .blog-articles .blog-article--image a:before {
    content: '';
    background-color: #ddebf8;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.15;
    transition: 0.25s ease-in-out all;
}

.blog .blog-articles .blog-article--image a:hover:before {
    opacity: 0;
}

.blog .blog-articles .blog-article--image span {
    background-color: #192b34;
    position: absolute;
    width: fit-content;
    height: fit-content;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    padding: 0.8rem 2rem;
    border-bottom-right-radius: 0.5rem;
}

.blog .blog-articles .blog-article--image img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: auto;
}

.blog .blog-articles .blog-article--image a:hover {
    opacity: 1;
}

.blog .blog-articles .blog-article--content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    gap: 4rem;
    padding: 4rem;
}

.blog .blog-articles .blog-article--content-info-title h2 {
    font-size: unset;
    margin: 0 0 2rem;
}

.blog .blog-articles .blog-article--content-info-title h2 a {
    font-size: 2rem;
    font-family: 'Libre Baskerville', serif;
    line-height: 1.236;
}

.blog .blog-articles .blog-article--content-info-description p {
    margin: 0;
}

.blog .blog-articles .blog-article--content-cta a {
    line-height: 1;
    text-decoration: none;
    padding: 0 0 0.5rem;
}

.blog .blog-filter {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.blog .featured-articles h2,
.blog .blog-filter h3 {
    font-size: 2.2rem;
    font-weight: 700;
    font-family: 'Public Sans', sans-serif;
    line-height: 1;
    margin: 0 0 1.2rem;
}

.blog .featured-articles h2 {
    margin: 0 0 0.4rem;
}

.blog .blog-filter span {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #135083;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    pointer-events: all;
    cursor: pointer;
    transition: 0.25s ease-in-out all;
}

.blog .blog-filter span:after {
    content: '\00d7';
    opacity: 0;
    transition: 0.25s ease-in-out all;
}

.blog .blog-filter span.active:after {
    opacity: 1;
}

.blog .blog-filter span:hover {
    opacity: 0.77;
}

.blog .blog-filter span.active {
    color: #000;
}

.blog .blog-filter span svg {
    width: 16px;
    height: 16px;
}

.blog .site-inner {
    background-color: #fff;
}

.blog .featured-articles {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
}

.blog .featured-articles .blog-article {
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    transition: 0.25s ease-in-out all;
}

.blog .featured-articles .blog-article:hover {
    box-shadow: none;
}

.blog .featured-articles .blog-article--content {
    background-color: #192b34;
    padding: 3rem;
}

.blog .featured-articles .blog-article--content-info-title h3 {
    font-size: unset;
    margin: 0 0 2rem;
}

.blog .featured-articles .blog-article--content-info-title h3 a {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.236;
}

.blog .featured-articles .blog-article--content-info-description p {
    color: #fff;
    font-size: 1.5rem;
    margin: 0 0 1.6rem;
}

.blog .featured-articles .blog-article--content-cta a {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
}

.blog .blog-pagination {
    margin: 5rem 0 0;
}

.blog .blog-pagination ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2.4rem;
    margin: 0;
}

.blog .blog-pagination ul li {
    display: flex;
}

.blog .blog-pagination ul li:after,
.blog .blog-pagination ul li svg {
    display: none;
}

.blog .blog-pagination ul li span,
.blog .blog-pagination ul li a {
    background-color: #fff;
    color: #000;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    padding: 1.1rem 1.3rem;
    border: 1px solid #ccc;
    border-radius: 0.4rem;
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.11);
}

.blog .blog-pagination ul li span.dots {
    background-color: transparent;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.blog .blog-pagination ul li span.current,
.blog .blog-pagination ul li a:hover {
    background-color: #135083;
    color: #fff;
    border-color: #135083;
    box-shadow: none;
}

.blog .blog-pagination ul li span.current {
    font-weight: 600;
}

.blog .blog-archive .error-message p {
    margin: 0;
}

.blog .blog-archive .error-message .button {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: fit-content;
    color: #192b39;
}

@media (max-width: 991px) {
    .blog .blog-archive {
        gap: 4rem;
    }

    .blog .blog-archive .blog-archive--sidebar {
        flex: 1 1 calc(23% - 2rem);
    }

    .blog .blog-archive .blog-archive--loop {
        flex: 1 1 calc(77% - 2rem);
    }

    .blog .featured-articles {
        display: none;
    }
}

@media (max-width: 895px) {
    .blog .blog-archive {
        flex-direction: column;
    }

    .blog .blog-archive .blog-archive--sidebar {
        flex: 1;
        width: 100%;
        flex-direction: row;
        gap: 13vw;
    }

    .blog .blog-archive .blog-archive--loop {
        flex: 1;
    }
}

@media (max-width: 650px) {
    .blog .blog-articles {
        grid-template-columns: none;
    }

    .blog .blog-articles .blog-article {
        max-width: 350px;
        margin: 0 auto;
    }

    .blog .blog-archive .blog-archive--sidebar {
        justify-content: space-between;
        gap: 4rem;
        max-width: 350px;
        margin: 0 auto;
    }
}

@media (max-width: 450px) {
    .blog .blog-archive .blog-archive--sidebar {
        flex-direction: column;
        justify-content: flex-start;
        gap: 4rem;
    }
}

.blog .blog-articles--three-column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
}

.blog .blog-articles--four-column {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem;
}

@media (max-width: 991px) {
    .blog .blog-articles--three-column,
    .blog .blog-articles--four-column {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 650px) {
    .blog .blog-articles--three-column,
    .blog .blog-articles--four-column {
        grid-template-columns: 1fr;
    }
}

/* Recent Articles Block */

.recent-articles {
    width: 100%;
}

.recent-articles--items-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin: 0 auto;
    width: 90%;
    max-width: 1280px;
}

@media (max-width: 1095px) {
    .recent-articles--items-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .recent-articles--items-wrapper {
        grid-template-columns: auto;
        gap: 5vw;
        max-width: 400px;
    }
}

.search-no-results .recent-articles--items-wrapper {
    grid-template-columns: auto;
}

.search-no-results .recent-articles--items-wrapper .wp-block-button {
    text-align: left;
}

.front-page .content .fp7-content .recent-articles .entry-header {
    padding: 4rem;
}

.recent-articles .entry-content p {
    display: none;
}

.recent-articles .entry-image-link {
    width: 100%;
    margin: 0;
    border-radius: 0;
}

div.recent-articles div.entry-content a.entry-image-link img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: auto;
    border-radius: unset;
    margin-bottom: unset;
    box-shadow: unset;
}

.recent-articles .entry-header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 4rem 4rem 4rem;
}

.recent-articles .entry-header .entry-title {
    margin: 0;
}

.recent-articles .entry-header .entry-title a {
    font-size: 2.4rem;
    line-height: 1.4;
}

.recent-articles .entry-header .entry-title a:hover {
    color: var(--mg-primary-blue);
}

.recent-articles .entry-content a {
    background-image: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    max-width: 100%;
    color: var(--mg-primary-blue);
    font-weight: 600;
    text-align: left;
    padding: 0;
}

.recent-articles .entry-content a:hover {
    gap: 1.75rem;
    opacity: 0.88;
}

/* Recent Articles Container */

.recent-articles-container {
    text-align: center;
}

.recent-articles-container .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.recent-articles-container .wrap:before,
.recent-articles-container .wrap:after {
    display: none;
}

.recent-articles-container .widget {
    width: 100%;
}

.recent-articles-container .pricing-table {
    margin-right: 5vw;
    margin-left: 5vw;
}

.recent-articles-container hr {
    max-width: 88vw;
    margin-right: auto;
    margin-left: auto;
}

.recent-articles-container ul blockquote {
    padding-right: calc(2em + 5vw);
    padding-left: calc(2em + 5vw);
}

/* Recent Articles Container (rac) Content */

.rac-content {
    margin: 6rem 0;
}

.home .content .rac-content .entry.post {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0px 6px 13px -4px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}


/* Consultation Page */

.consultation-page .site-inner {
    background-color: #fff;
    overflow-x: hidden;
}

.consultation-page .content>article {
    background-color: #fff;
}

.consultation-page .content-sidebar-wrap {
    background-color: #fff;
    padding: 7.6rem 0 10rem;
}

.consultation-page .contact-form-wrapper {
    padding: 5rem 6rem;
    z-index: 1;
}

.consultation-page .contact-form--heading,
.consultation-page .contact-form--content {
    position: relative;
    z-index: 3;
}

.consultation-page .contact-form-section--steps {
    width: 100%;
    height: 100%;
    padding-top: 5rem;
}

.consultation-page .contact-form-section--steps h2,
.consultation-page .contact-form-section--content h1 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 2rem;
}

.consultation-page .contact-form-section--content h1 {
    color: #000;
    margin-bottom: 0;
}

.consultation-page .contact-form-section--steps h2 {
    color: #000;
}

.consultation-page .contact-form-section--steps .contact-steps--info p {
    color: #000;
    font-size: 1.9rem;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.consultation-page .contact-form-section--content {
    background-color: transparent;
    margin-left: 2rem;
}

.consultation-page .gform_wrapper {
    margin: 16px 0;
}

.consultation-page .ui-datepicker .ui-datepicker-title select {
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0 3rem 0 0;
}

.consultation-page .ui-datepicker .ui-datepicker-calendar span,
.consultation-page .ui-datepicker .ui-datepicker-calendar a {
    font-size: 1rem;
}

.consultation-page .gform_wrapper.gravity-theme .gform_footer {
    margin-top: 3.2rem;
}

.consultation-page .gform_wrapper.gravity-theme .gfield label[for*="gform_browse_button"] {
    transform: translateY(4px);
}

.consultation-page .contact-steps {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.consultation-page .contact-steps--items {
    width: 100%;
    height: 100%;
    padding: 5rem 0 5rem 4rem;
}

.consultation-page .contact-steps--items-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.consultation-page .contact-steps--items-border {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 12px;
    left: -4rem;
    border-left: 2px solid #ddd;
    z-index: 2;
}

.consultation-page .contact-steps--items-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-right: 2rem;
}

.consultation-page .contact-step {
    position: relative;
    z-index: 3;
}

.consultation-page .contact-step::before {
    content: '';
    position: absolute;
    display: block;
    top: 7px;
    left: calc(-4rem - 6px);
    width: 14px;
    height: 14px;
    background-color: #000;
    border-radius: 50%;
    z-index: 9;
}

.consultation-page .contact-step:last-of-type::after {
    content: '';
    position: absolute;
    display: block;
    top: 12px;
    left: -4rem;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.consultation-page .entry-content .contact-step--heading h3 {
    font-size: 2rem;
    font-weight: 700;
    padding: 0;
}

.consultation-page .entry-content .contact-step--copy p {
    color: #000;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.consultation-page .gform_wrapper.gravity-theme .gform_fields {
    row-gap: 1.5rem;
    column-gap: 0;
}

.consultation-page .gform_wrapper.gravity-theme .gfield,
.consultation-page .gform_wrapper.gravity-theme .gfield.static {
    margin: 0;
}

.consultation-page .gform_wrapper.gravity-theme .gfield.field-spaced {
    margin: 3.5rem 0 7rem;
}

.consultation-page .gform_wrapper.gravity-theme .gfield select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container.ginput_container_select,
.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container.gfield_time_ampm {
    position: relative;
}

.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container.gfield_time_ampm {
    min-width: 77px;
    max-width: none;
}

.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container.ginput_container_select select,
.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container.gfield_time_ampm select {
    padding: 5px 12px !important;
    background-color: transparent;
    border-color: #c9cfd0;
    color: #fff;
    border-radius: 4px;
    height: auto;
    line-height: 1.5;
    margin-left: 1px;
}

.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container.ginput_container_select select:focus,
.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container.gfield_time_ampm select:focus {
    border-color: #fff;
}

.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container.ginput_container_select:after,
.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container.gfield_time_ampm:after {
    content: '\f078';
    position: absolute;
    display: block;
    top: 1.2rem;
    right: 1.5rem;
    color: #c9cfd0;
    font-size: 1.5rem;
    font-weight: 900;
    font-family: 'Font Awesome 6 Pro';
    pointer-events: none;
}

.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container input,
.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container textarea {
    margin: 0;
}

.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container {
    margin-top: 8px;
}

.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container input,
.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container select,
.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container textarea {
    color: #fff;
    font-size: 2rem;
    padding: 5px 4px;
}

.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container input {
    height: 51px;
}

.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container span.gform_drop_instructions {
    color: #aaa;
    font-size: 2rem;
}

.consultation-page .site-footer .static-page-cta.widget-area {
    display: none;
}

@media (min-width: 992px) {
    .consultation-page .contact-main {
        padding: 0 6rem;
    }
}

@media (max-width: 991px) {
    .consultation-page .content-sidebar-wrap {
        padding-top: 0;
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .consultation-page .content>article {
        padding-top: 0;
    }

    .consultation-page .entry-content {
        padding: 0 3vw;
    }

    .consultation-page .contact-form-wrapper {
        padding: 8rem 0;
    }

    .consultation-page .contact-form-wrapper:before {
        display: block;
    }

    .consultation-page .contact-form-section--steps {
        padding-top: 7rem;
    }

    .consultation-page .contact-form-section--content {
        margin-left: 0;
    }

    .consultation-page .contact-form-section--steps h2 br {
        display: none;
    }

    .contact-steps--items {
        width: 100%;
        height: 100%;
        padding: 2rem 0 2rem 5rem;
    }

    .contact-steps--items-inner {
        gap: 4rem;
    }
}

@media (max-width: 767px) {
    .consultation-page .content-sidebar-wrap {
        padding-top: 0;
        padding-left: 6vw;
        padding-right: 6vw;
    }
}

.consultation-page .gform_wrapper.gravity-theme .gfield_label {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin: 1.2rem 0;
    padding: 0;
}

.consultation-page .gform_wrapper.gravity-theme .gfield.static .gfield_label {
    margin: 0 0 0.8rem;
}

.consultation-page .gform_wrapper.gravity-theme .gsection {
    margin-bottom: 1rem;
    border-bottom: none;
}

.consultation-page .entry-content .gform_wrapper.gravity-theme .gsection h3 {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 1.5rem;
    padding: 0;
}

.consultation-page .gform_wrapper.gravity-theme .gform_fileupload_rules {
    color: #fff;
}

.consultation-page .gform_wrapper.gravity-theme .gfield.field_description_below+.gsection {
    margin: 0;
    padding: 0;
}

.consultation-page .gform_wrapper.gravity-theme .gfield.contact-time-picker {
    font-size: 3rem;
}

.consultation-page .gform_wrapper.gravity-theme .ginput_preview {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.5rem;
    margin: 0.8rem 0;
}

.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container.ginput_container_select select option {
    color: #000;
}

@media (min-width: 992px) {
    .consultation-page .gform_wrapper.gravity-theme .gfield {
        padding-right: 16px;
    }
}

.consultation-page .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 5px 12px;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: groove;
    border-radius: unset;
    box-shadow: none;
}

.consultation-page .gform_wrapper textarea {
    padding: 5px 12px;
    border-radius: unset;
    box-shadow: none;
}

/* Home Page Video */

.video-background-block {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: inherit;
    opacity: inherit;
}

.video-background-block video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 0;
    object-fit: cover;
}

.block-view .video-overlay {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: inherit;
}

.block-view .center-center {
    top: 50%;
    left: 50%;
}

.block-view .center-right {
    top: 50%;
    right: 10%;
    left: auto;
    transform: translate(0, -50%);
    text-align: right;
}

.block-view .center-left {
    top: 50%;
    left: 10%;
    right: auto;
    transform: translate(0, -50%);
    text-align: left;
}

.block-view .center-top {
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}

.block-view .center-bottom {
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}

.block-view .top-left {
    top: 10%;
    left: 10%;
    transform: translate(0, 0);
    text-align: left;
}

.block-view .top-right {
    top: 10%;
    right: 10%;
    left: auto;
    transform: translate(0, 0);
    text-align: right;
}

.block-view .bottom-left {
    bottom: 10%;
    left: 10%;
    top: auto;
    transform: translate(0, 0);
    text-align: left;
}

.block-view .bottom-right {
    bottom: 10%;
    right: 10%;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    text-align: right;
}

.video-overlay .cta-button {
    background-color: #64c64e;
    padding: 1rem 2rem;
    color: white;
    text-decoration: none;
    border-radius: 0.25rem;
    font-weight: bold;
}

.video-background-block h1[style],
.video-background-block p[style],
.video-background-block .cta-button[style] {
    font-size: inherit;
    color: inherit;
}

.full-width-content .alignfull {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: none;
    margin-left: -50vw;
}

.content-sidebar .full-width-content .alignfull,
.sidebar-content .full-width-content .alignfull {
    max-width: calc(100% + 12rem);
}

/* News */

.news-archive h1.entry-title {
    border-bottom: 2px solid #929baf;
    padding-bottom: 1.2rem;
    margin-bottom: 0.5rem;
}

.news-post .entry-content h2 {
    font-size: 1.5rem;
}

h2.news-post--header {
    font-weight: 900;
    margin-bottom: 0.3rem;
    line-height: 1.35;
}

.news-post--meta {
    display: block;
    margin: 0 0 1.5rem;
    padding: 0 2px;
}

time.news-post--date {
    font-weight: 600;
    font-size: 0.9rem;
    color: #444;
}

.news-archive article.ews-post {
    border-bottom: 1px solid #cccccc;
    padding: 2rem 0 1rem;
}

.news-archive article.news-post:last-of-type {
    border-bottom: none;
}

/* client logos block */

.client-logos-slider {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 10rem 10rem;
}

.client-logos-slider .swiper {
    display: flex;
    position: relative;
    align-items: center;
}

.client-logos-slider .swiper-controls {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.client-logos-slider .swiper .swiper-wrapper {
    display: flex;
    align-items: center;
}

/* Swiper navigation buttons */
.client-logos-slider .swiper-button-next,
.client-logos-slider .swiper-button-prev {
    width: 44px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0
}

.client-logos-slider .swiper-button-next::after,
.client-logos-slider .swiper-button-prev::after {
    font-size: 20px;
    color: white;
}

.client-logos-slider .swiper-button-next {
    top: calc(50% - 22px);
    align-self: center;
}

.client-logos-slider .swiper-button-prev {
    top: calc(50% - 22px);
    align-self: center;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1;
}

@media (max-width: 768px) {

    .client-logos-slider .swiper-button-next,
    .client-logos-slider .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .client-logos-slider .swiper-button-next::after,
    .client-logos-slider .swiper-button-prev::after {
        font-size: 16px;
    }

    .client-logos-slider .swiper-button-next {
        margin-right: 0;
        align-self: center;
    }

    .client-logos-slider .swiper-button-prev {
        margin-left: 0;
        align-self: center;
    }
}

.client-logos-slider .swiper .swiper-pagination-lock {
    display: unset;
}

.client-logos-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: unset;
        top: unset;
}

/* Custom image */

.custom-image--wrapper {
    position: relative;
}

.custom-image {
    position: relative;
    display: block;
    border-radius: 16px;
    max-width: 100%;
    background: #fff;
    box-shadow: 0px 10px 28px -7px rgb(0 0 0 / 35%);
}

.custom-image.image-center {
    margin: 0 auto;
}

.custom-image.image-right {
    margin: 0 0 0 auto;
}

.custom-image.image-left {
    margin: 0 auto 0 0;
}

.custom-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    opacity: 1;
}

img.custom-image--img-secondary {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.custom-image--tagline {
    display: inline-block;
    position: absolute;
    right: -12.5%;
    top: 20px;
    background: #657d9f;
    color: #fff;
    text-align: center;
    z-index: 3;
    border-radius: 25px;
    padding: 3px 15px;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
}

.custom-image--tagline.left {
    left: -12.5%;
    right: auto;
}

.custom-image--graphic img {
    display: block;
    box-shadow: none;
}

.custom-image--graphic {
    display: block;
    position: absolute;
}

.custom-image--graphic.custom-image--graphic-left {
    bottom: 10%;
    left: -20%;
    z-index: 10;
}

.custom-image--graphic.custom-image--graphic-right {
    top: 10%;
    right: -20%;
    z-index: -1;
}

.custom-image--graphic svg {
    font-size: 15rem;
}

@media (max-width: 895px) {
    .custom-image--tagline {
        display: none !important;
    }
}

/* Centered Copy Block */

section.browser-view {
    padding: 5rem;
    margin: 6rem auto;
    max-width: 1200px;
    position: relative;
    border: 5px solid transparent;
    box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.12);
    border-radius: 0;
    overflow: hidden;
}

@media (max-width: 1300px) {
    .section.browser-view {
        margin: 6rem;
    }
}

.browser-view .cta-inner {
    text-align: center;
}

.browser-view .cta-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.browser-view .cta-section p {
    margin-bottom: 2rem;
    font-size: 1.125rem;
    line-height: 1.7;
}

section.browser-view .cta-inner h2 {
    margin: 1rem 0 3rem;
}

.browser-view .cta-image {
    max-width: 80px;
    height: auto;
    margin-bottom: 2rem;
    position: absolute;
}

.browser-view .bottom-right {
    top: auto;
    bottom: 3rem;
    left: auto;
    right: 3rem;
}

.browser-view .bottom-left {
    top: auto;
    bottom: 3rem;
    left: 3rem;
    right: auto;
}

.browser-view .top-left {
    top: 3rem;
    bottom: auto;
    left: 3rem;
    right: auto;
}

.browser-view .top-right {
    top: 3rem;
    bottom: auto;
    left: auto;
    right: 3rem;
}

/* Static Copy Left Right */

.two-column-content-block {
    padding: 8rem;
}

.block-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.column-left,
.column-right {
    flex-basis: 48%;
    box-sizing: border-box;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

@media screen and (max-width: 768px) {

    .column-left,
    .column-right {
        flex-basis: 100%;
        text-align: center;
    }
}

.two-column-content-block {
    padding: 8rem;
    position: relative;
}

section.two-column-content-block:before {
    clip-path: polygon(0 0, 56% 0, 44% 100%, 0 100%);
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

section.two-column-content-block:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}

/* After content CTA */

.after-content-cta--section {
    background-color: #f7f9fc;
    padding: 40px;
    border-radius: 8px;
    max-width: 1200px;
    margin: 30px auto;
    text-align: center;
    box-shadow: 0px 10px 28px -7px rgb(0 0 0 / 35%);
}

.after-content-cta--title span {
    font-size: 1.8em;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
}

.after-content-cta--buttons-row {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.after-content-cta--button-wrap {
    display: inline-block;
}

.after-content-cta--button {
    background-color: #007bff;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    padding: 12px 35px;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.after-content-cta--button:hover {
    background-color: #0056b3;
    transform: translateY(-3px);
}

@media (max-width: 1300px) {
    .after-content-cta--section {
        margin: 3rem;
    }
}

@media (max-width: 768px) {
    .after-content-cta--buttons-row {
        flex-direction: column;
        gap: 15px;
    }

    .after-content-cta--button {
        width: 100%;
    }
}

/* Mid Content CTA */

.mid-content-cta {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.mid-content-cta--inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}

.mid-content-cta--image {
    flex-shrink: 0;
}

.mid-content-cta--image img {
    max-width: 175px;
    height: auto;
    margin-right: 20px;
    border-radius: 4px;
}

.mid-content-cta--copy {
    flex-grow: 1;
    max-width: 50rem;
    text-align: center;
}

.mid-content-cta--copy p {
    margin: 0;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    padding-right: 20px;
}

.mid-content-cta--button {
    flex-shrink: 0;
}

.mid-content-cta--button a.button {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

.mid-content-cta--button i.fa-solid {
    margin-left: 8px;
    font-size: 14px;
}

.mid-content-cta-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1300px) {
    .mid-content-cta {
        margin: 3rem;
    }
}

/* Form CTA Block */

.form-cta-block {
    position: relative;
    padding: 50px;
    background-size: cover;
    background-position: center;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.form-cta-container {
    display: flex;
    max-width: 1200px;
    width: 100%;
}

@media (max-width: 867px) {
    .form-cta-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5rem;
    }
}

.form-cta-left {
    flex: 1;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-cta-left h2 {
    font-size: 2rem;
    color: #000;
    margin-bottom: 20px;
}

.form-cta-image {
    margin-bottom: 20px;
}

.circular-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.form-cta-right {
    flex: 1;
    padding-left: 20px;
    display: flex;
    align-items: start;
    justify-content: flex-start;
}

.form-cta-right form {
    width: 100%;
}

.form-cta-extra-info {
    color: #000;
    text-align: center;
}

.form-cta-extra-info p {
    margin-bottom: 10px;
}

/* Phone Number CTA */

.phone-number-block {
    display: flex;
    align-items: center;
}

.phone-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: inherit;
    font-size: 16px;
}

.phone-link i {
    margin-right: 8px;
    font-size: 18px;
    color: #000;
}

.phone-link .phone-number {
    font-size: 16px;
    color: #000;
}

/* Email CTA */

.email-cta-block {
    display: flex;
    align-items: center;
}

.email-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: inherit;
    font-size: 16px;
}

.email-link i {
    margin-right: 8px;
    font-size: 18px;
    color: #000;
}

.email-link .email-address {
    font-size: 16px;
    color: #000;
}

/* Mega Menu */

@media (min-width: 896px) {
    li:not(.mega-menu) .menu-item {
        padding: 0.25em 0.6em;
        height: auto;
        list-style-type: none;
    }
}

.widget-area.footer-widget-area ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 896px) {

    .mega-menu ul.sub-menu:first-of-type {
        width: 50vw;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .mega-menu ul.sub-menu:first-of-type>li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .mega-menu ul.sub-menu:first-of-type ul.sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        margin: 0;
        /* padding: 0.5rem 0 0.5rem 4px; */
        padding: 0.75rem 0 0;
        left: auto;
        top: auto;
        width: 100% !important;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none !important;
    }

    .mega-menu ul.sub-menu:first-of-type ul.sub-menu>li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
        line-height: 1;
    }

    .mega-menu ul.sub-menu:first-of-type ul.sub-menu>li a {
        font-size: 1.4rem;
        font-weight: 400;
        padding: 4px 0;
    }

    .mega-menu ul.sub-menu:first-of-type ul.sub-menu:before {
        display: none;
    }

    .mega-menu.menu-item.menu-item-has-children:hover>.sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mega-menu ul.sub-menu:first-of-type>li>a:first-child {
        font-size: 1.5rem;
        font-weight: 500;
    }

    .is_ie .mega-menu.menu-item.menu-item-has-children:hover .sub-menu {
        display: block !important;
    }

    .is_ie .mega-menu>.sub-menu>li {
        max-width: 45% !important;
        width: 100% !important;
        display: inline-block !important;
    }
}

@media (min-width: 896px) {
     .site-header>.wrap {
        position: relative;
    }

     .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;
    }

     .site-header .nav-primary ul.menu li.menu-item.mega-menu>ul.sub-menu {
        min-width: 850px;
        max-width: 850px;
    }

     .site-header .nav-primary ul.menu li.menu-item.mega-menu>ul.sub-menu>li.menu-item {
        flex: 1 1 30%;
        max-width: calc(100% / 2);
    }

}

.mega-menu ul.sub-menu ul.sub-menu {
    position: unset !important;
    opacity: 1 !important;
}


/* Mega Menu Custom Layout */
@media (min-width: 896px) {
    .mega-menu-container {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100vw;
      background: #fff;
      display: none;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
      z-index: 1000;
    }
  
    .menu-item.mega-menu:hover .mega-menu-container {
      display: block;
    }
  
    .mega-menu-wrap {
      display: flex;
      justify-content: space-between;
      padding: 4rem;
      max-width: 1280px;
      margin: 0 auto;
    }
  
    .mega-menu-wrap--menu {
      flex: 1 1 60%;
    }
  
    .mega-menu-wrap--menu .sub-menu {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.5rem;
      list-style: none;
      margin: 0;
      padding: 0;
    }
  
    .mega-menu-wrap--menu .sub-menu li a {
      font-weight: bold;
      font-size: 1.4rem;
      color: #000;
      text-decoration: none;
      transition: color 0.2s ease-in-out;
    }
  
    .mega-menu-wrap--menu .sub-menu li a:hover {
      color: #1a78f6;
    }
  
    .mega-menu-wrap--cta {
      flex: 1 1 40%;
      background-color: #f5f4fb;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 1.5rem;
      min-height: 325px;
    }
  
    .mega-menu-wrap--cta p {
      margin: 0;
      color: #333;
      line-height: 1.5;
    }
  
    .mega-menu-wrap--cta .mega-menu-callout p {
      font-size: 1.8rem;
      font-weight: bold;
    }
  
    .mega-menu-wrap--cta .mega-menu-copy p {
      font-size: 1.4rem;
      color: #555;
    }
  
    .mega-menu-wrap--cta .mega-menu-action a.button {
      background: #5f4dee;
      color: #fff;
      padding: 1rem 2rem;
      font-weight: 600;
      text-decoration: none;
    }
  
    .mega-menu-wrap--cta .mega-menu-action a.button:hover {
      background: #4734cb;
    }

    .menu > .menu-item.mega-menu {
      position: relative;
    }
  
    /* .menu > .menu-item.mega-menu .mega-menu-container {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: #fff;
      z-index: 999;
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    }
  
    .menu > .menu-item.mega-menu:hover .mega-menu-container {
      display: block;
    } */
  
    .mega-menu-wrap {
      display: flex;
      padding: 3rem;
      max-width: 1280px;
      margin: 0 auto;
    }
  
    .mega-menu-wrap--menu {
      flex: 0 0 60%;
    }
  
    .mega-menu-wrap--cta {
      flex: 0 0 40%;
      background: #f7f5ff;
    }
  
    .mega-menu-wrap--cta p {
      margin: 0 0 1rem;
    }
  
    .mega-menu-wrap--cta .button {
      display: inline-block;
      background: #6544db;
      color: #fff;
      padding: 0.75rem 1.5rem;
      text-decoration: none;
      border-radius: 6px;
    }
  
    .mega-menu-wrap--cta .button:hover {
      background: #5232c0;
    }
  
    .mega-menu-wrap--menu .sub-menu {
      display: flex;
      /* flex-direction: column; */
      gap: 0.75rem;
    }
  
    .mega-menu-wrap--menu .sub-menu li a {
      font-weight: bold;
      color: #111;
      text-decoration: none;
    }
  
    .mega-menu-wrap--menu .sub-menu li a:hover {
      color: #6544db;
    }
   
	.menu > .menu-item-has-children:not(.mega-menu) > .sub-menu {
		right: -9999px;
		opacity: 0;
		pointer-events: none;
	}

	.menu > .menu-item-has-children:not(.mega-menu):hover > .sub-menu {
		right: 0;
		opacity: 1;
		pointer-events: auto;
	}

	.menu-item.mega-menu .sub-menu {
		position: static;
		right: auto;
		opacity: 1;
		pointer-events: auto;
		display: flex;
		padding: 3rem;
	}

    .mega-menu-container .mega-menu-wrap .mega-menu-wrap--menu .sub-menu:before {
        display: none;
    }

    .mega-menu-container .mega-menu-wrap .mega-menu-wrap--menu .sub-menu svg {
        display: none;
    }

    .mega-menu-container {
      width: 100vw;
      left: 0;
      right: 0;
      position: absolute;
    }
  
    .mega-menu-wrap {
      width: 100%;
      max-width: none;
      padding: 0;
      display: grid;
      grid-template-columns: 1fr 450px;
    }
  
    .mega-menu-wrap--menu {
      flex: 1 1 100%;
      width: 100%;
      max-width: 100%;
    }
  
    .mega-menu-wrap--menu .sub-menu {
      width: 100% !important;
      max-width: 100% !important;
      display: flex;
      height: 100%;
      flex-wrap: wrap;
      gap: 0;
      padding: 0;
    }
  
    .mega-menu-wrap--menu .sub-menu > li {
      flex: 1 1 100%;
      max-width: 100%;
    }
}


  @media (max-width: 895px) {
    /* Hide mega menu CTA-style layout only */
    .mega-menu-wrap--cta,
    .mega-menu-ctas,
    .mega-menu-thumbnail,
    .mega-menu-callout,
    .mega-menu-copy,
    .mega-menu-action {
      display: none !important;
    }
  
    /* Ensure submenus are allowed to show */
    .mega-menu-container .sub-menu {
      display: block !important;
      position: relative;
      opacity: 1;
      pointer-events: auto;
      padding: 0;
      background: none;
      box-shadow: none;
      border: none;
    }
  }



/* Sub Menu */

.nav-primary .menu-item ul.sub-menu li a:before {
    display: none;
}

.nav-primary ul:not(.sub-menu) .menu-item.menu-item-has-children a:after {
    display: none;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
}

.nav-primary ul:not(.sub-menu) .menu-item.menu-item-has-children a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-primary ul.sub-menu .menu-item.menu-item-has-children a:after,
.nav-primary ul.sub-menu .menu-item a:after {
    display: none;
    content: "" !important;
}

.nav-primary .menu-item a:hover:before,
.nav-primary .menu-item a:focus:before,
.nav-primary .menu-item a:active:before {
    left: 0;
    right: 0;
}

.nav-primary .sub-menu a {
    font-weight: 700;
    font-size: 1.4rem;
    color: #3e3e3e;
}

.nav-primary .sub-menu a:hover {
    color: #333;
}


.sub-menu {
    display: none;
    clear: both;
}

.sub-menu:before,
.sub-menu:after {
    clear: both;
    display: block;
    content: '';
}

.sub-menu:before {
    content: '';
    position: absolute;
    top: -5px;
    top: -0.5rem;
    height: 10px;
    height: 1rem;
    width: 10px;
    width: 1rem;
    background-color: rgba(0, 0, 0, 0.97);
    border-top: 1px solid rgba(0, 0, 0, 0.97);
    border-left: 1px solid rgba(0, 0, 0, 0.97);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 98;
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    display: none;
}

.sub-menu .sub-menu:before {
    content: '';
    position: absolute;
    top: -5px;
    top: 2rem;
    left: 30px;
    left: -0.5rem;
    height: 10px;
    height: 1rem;
    width: 10px;
    width: 1rem;
    background-color: rgba(8, 52, 91, 0.97);
    border-top: none;
    border-bottom: 1px solid rgba(8, 52, 91, 0.97);
    border-left: 1px solid rgba(8, 52, 91, 0.97);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 98;
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.sub-menu .menu-item {
    /* width: 100%; */
    width: fit-content;
    height: auto;
}

.sub-menu .menu-item:first-of-type {
    margin-top: 1em;
}

.sub-menu a {
    padding-left: 0.618em;
}

.sub-menu .sub-menu {
    padding-left: 1em;
}

.nav-secondary .sub-menu .menu-item {
    height: auto;
}

@media (min-width: 896px) {
    .menu-item.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}

@media (min-width: 896px) {

    .menu-item-has-children .sub-menu-toggle:hover {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }

    .sub-menu {
        background-color: rgba(255, 255, 255, 1);
        top: 100%;
        position: absolute;
        margin-left: -1em;
        width: 20rem;
        z-index: 99;
        padding: 1em 0;
        border-radius: 3px;
        -webkit-box-shadow: 0px 10px 28px -7px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 10px 28px -7px rgba(0, 0, 0, 0.2);
    }

    .nav-primary .sub-menu a {
        color: #000;
    }

    .sub-menu:before {
        display: block;
    }

    .sub-menu .menu-item {
        height: auto;
    }

    li:not(.mega-menu) .menu-item {
        padding: 0.25em 0.6em;
        height: auto;
    }

    .sub-menu {
        display: flex;
        right: -9999px;
        pointer-events: none;
        opacity: 0;
        /* transition: 0.25s ease-in-out opacity, 0s 0.25s ease-in-out right; */
    }

    .menu-item:hover > .sub-menu {
		right: 0;
        left: -3em;
		pointer-events: all;
        opacity: 1;
		transition: 0.25s ease-in-out opacity, 0s ease-in-out right;
	}

    .mega-menu:hover>.sub-menu {
        right: 0;
        left: unset;
        pointer-events: all;
        opacity: 1;
        transition: 0.25s ease-in-out opacity, 0s ease-in-out right;
    }

    .sub-menu .menu-item:first-of-type {
        margin-top: 0;
    }

    .sub-menu a {
        padding: 0;
        position: relative;
        word-wrap: break-word;
        color: #fff;
    }

    .sub-menu .sub-menu {
        margin: -0.1rem 0 0 19.9rem;
        padding-left: 0;
        left: -0.1rem;
        top: -0.5em;
        border: 1px solid #eceef1;
    }

    .sticky-header .shrink .nav-secondary ul ul.sub-menu .menu-item {
        height: auto;
    }

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

    .mega-menu.has-tertiary .mega-menu-wrap--menu > .sub-menu {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 3rem;
    }

    .mega-menu.has-tertiary.two-column .mega-menu-wrap--menu > .sub-menu {
        grid-template-columns: repeat(2, 1fr);
    }

    .mega-menu:not(.has-tertiary) .mega-menu-wrap--menu > .sub-menu {
        display: block;
        column-count: 3;
        gap: 3rem;
    }

    .mega-menu:not(.has-tertiary).two-column .mega-menu-wrap--menu > .sub-menu {
        column-count: 2;
    }

    .mega-menu .mega-menu-wrap--menu > .sub-menu:after {
        position: absolute;
    }

    .mega-menu:not(.has-tertiary) .mega-menu-wrap--menu > .sub-menu > .menu-item:not(:first-child) {
        margin-top: 0.5rem;
    }

    .mega-menu:not(.has-tertiary) .mega-menu-wrap--menu > .sub-menu > .menu-item:nth-child(7n + 1) {
        break-before: column;
        -webkit-column-break-before: always;
        break-inside: avoid;
        margin: 0;
    }

    .mega-menu:not(.has-tertiary) .mega-menu-wrap--menu > .sub-menu > .menu-item > a {
        font-size: 1.4rem;
        font-weight: 400;
        padding: 4px 0;
    }
}


.widget_nav_menu ul:not(.sub-menu) {
    display: block;
    margin-left: 0;
}

.nav-primary ul.menu>li.menu-item>ul.sub-menu:before {
    content: "";
    display: none !important;
    position: absolute;
    top: -10px;
    right: var(--submenu-before-right, 0);
    width: 10px;
    height: 10px;
    background: black;
    transform: rotate(45deg);
}

@media (min-width: 896px) {
    .nav-primary ul.menu.has-pseudo>li.menu-item>ul.sub-menu:before {
        display: block;
    }
}

/* Mobile only */

.nav-primary .mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .nav-primary .mobile-only {
        display: block;
    }
}

 /* Confirmation block */

 .confirmation-block {
     text-align: center;
 }

 .confirmation-block svg {
     font-size: 15rem;
     color: #008000;
 }

 .confirmation-page .custom-socials {
     margin: 0 auto;
     padding: 3rem;
 }

 /* Front Page Banner */

 section.fp1 {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     padding: 4rem 7%;
     overflow: hidden;
     min-height: 400px;
     background-size: cover;
     background-position: top;
     position: relative;
     z-index: 10;
     align-items: center;
 }


 .fp1-image::after {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: rgb(16 16 16 / 40%);
     z-index: 1;
 }

 .fp1-image img {
     opacity: 0;
     -webkit-transition: .4s all ease-in-out;
     -o-transition: .4s all ease-in-out;
     transition: .4s all ease-in-out;
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center center;
 }

 .fp1-image {
     position: absolute;
     height: 100%;
     width: 100%;
     top: 0;
     left: 0;
 }

 .fp1-image.transitioning {
     -webkit-animation: kenburnsBig 15s infinite;
     animation: kenburnsBig 15s infinite;
 }

 .fp1-image.transitioning:not(.active) img {
     opacity: 0;
 }

 .fp1-image.active img {
     opacity: 1;
     z-index: 3;
 }

 .fp1-overlay {
     position: absolute;
     display: block;
     height: 100%;
     width: 100%;
     top: 0;
     left: 0;
     z-index: 2;
     -webkit-transition: 0.24s ease-in-out all;
     -o-transition: 0.24s ease-in-out all;
     transition: 0.24s ease-in-out all;
     filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.9)', endColorstr='rgba(0, 0, 0, 0)');
     background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 25%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.01) 50%);
     background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 25%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.01) 50%);
     background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 25%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.01) 50%);
 }

 .fp1-overlay.is-active {
     background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 25%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.6) 65%, rgba(0, 0, 0, 0.85) 75%, rgba(0, 0, 0, 0.9) 100%);
     background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 25%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.6) 65%, rgba(0, 0, 0, 0.85) 75%, rgba(0, 0, 0, 0.9) 100%);
 }

 .fp1-content {
     color: #fff;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     z-index: 5;
     -webkit-box-align: end;
     -ms-flex-align: end;
     align-items: flex-end;
     justify-content: flex-start;
 }

 .fp1-content__left {
     -webkit-box-flex: 1;
     -ms-flex: 1 50%;
     flex: 1 50%;
 }

 .fp1-content__right {
     max-width: 450px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     text-align: left;
     z-index: 9;
 }

 section.fp1.fp1-mobile {
     display: none;
     text-align: center;
     -webkit-box-align: end;
     -ms-flex-align: end;
     align-items: flex-end;
     min-height: 400px;
     color: #fff;
     background-position: 91% 50%;
 }

 section.fp1-mobile.fp1>div {
     text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.16);
 }

 @media (min-width: 992px) {
     section.fp1 {
         min-height: 450px;
     }
 }

 @media (min-width: 1200px) {
     .fp1-image {
         top: 0;
     }

     section.fp1 {
         min-height: 550px;
     }
 }

 @media (min-width: 1400px) {

     section.fp1 {
         min-height: 500px;
     }
 }

 @media (min-width: 1700px) {

     section.fp1 {
         min-height: 600px;
     }
 }

 .fp1-banner-container {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 1;
 }

 .fp1-banner-container img {
     position: absolute;
     top: 50%;
     left: 50%;
     min-width: 100%;
     min-height: 100%;
     transform: translate(-50%, -50%);
     z-index: 0;
     object-fit: cover;
 }

 .fp1-banner-container .carousel,
 .fp1-banner-container .carousel-inner,
 .fp1-banner-container .carousel-item {
     width: 100%;
     height: 100%;
 }

 .fp1-banner-container .carousel-item>img {
     animation: tto-zoom 20s forwards;
     object-fit: cover;
     object-position: center center;
     width: 100%;
     height: 100%;
 }


@keyframes tto-zoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
    }
}

.fp1 {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: inherit;
    opacity: inherit;
}

.overlay-content {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: inherit;
}

.fp1 .center-center {
    top: 50%;
    left: 50%;
}

.fp1 .center-right {
    top: 50%;
    right: 10%;
    left: auto;
    transform: translate(0, -50%);
    text-align: right;
}

.fp1 .center-left {
    top: 50%;
    left: 10%;
    right: auto;
    transform: translate(0, -50%);
    text-align: left;
}

.fp1 .center-top {
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}

.fp1 .center-bottom {
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}

.fp1 .top-left {
    top: 10%;
    left: 10%;
    transform: translate(0, 0);
    text-align: left;
}

.fp1 .top-right {
    top: 10%;
    right: 10%;
    left: auto;
    transform: translate(0, 0);
    text-align: right;
}

.fp1 .bottom-left {
    bottom: 10%;
    left: 10%;
    top: auto;
    transform: translate(0, 0);
    text-align: left;
}

.fp1 .bottom-right {
    bottom: 10%;
    right: 10%;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    text-align: right;
}

/*** Testimonials ***/

.testimonial-item {
    background-color: #ffffff;
    padding: 2em 2.2em 2em;
    border-radius: 4px;
    box-shadow: 0 2rem 2rem -1rem rgba(35, 44, 57, 0.05);
    clear: both;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    border-top: 3px solid #03c3f2;
    position: relative;
    min-height: 250px;
}

.testimonial-item--copy {
    text-align: left;
    margin: 0 2rem 0 0;
}

.testimonial-item--copy p {
    margin: 0 0 1.5rem;
    font-size: 1.7rem;
}

.testimonial-item--name {
    display: block;
    padding-top: 1rem;
    font-weight: 600;
    text-align: left;
    font-size: 1.8rem;
}

.testimonial-item--icon {
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    font-size: 3rem;
    color: #03c3f2;
}

.testimonial-item.testimonial-list-item {
    margin: 0 0 5rem;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25), 0 2rem 2rem -1rem rgba(35, 44, 57, 0.05);
}

blockquote.testimonial-item--copy::before {
    font-size: 5rem;
    font-weight: 700;
    color: #03c3f2;
    left: -40px;
    top: -15px;
    display: none;
}

/*** Reviews ***/

.review-items-wrapper {
    margin: 6rem;
}

.review-item {
    background-color: #ffffff;
    padding: 2em 2.2em 2em;
    border-radius: 4px;
    box-shadow: 0 2rem 2rem -1rem rgba(35, 44, 57, 0.05);
    clear: both;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    border-top: 3px solid #03c3f2;
    position: relative;
    min-height: 250px;
}

.review-item:first-child {
    padding: 2em 2.2em 2em;
}

.review-item--copy {
    text-align: left;
    margin: 0 2rem 0 0;
}

.review-item--copy p {
    margin: 0 0 1.5rem !important;
    font-size: 1.7rem;
}

.review-item--copy {
    margin-top: 2rem !important;
}

.review-item--name {
    display: block;
    padding-top: 1rem;
    font-weight: 600;
    text-align: left;
    font-size: 1.8rem;
}

.review-item--icon {
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    font-size: 3rem;
    color: #03c3f2;
}

.review-item.review-list-item {
    margin: 0 0 5rem;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25), 0 2rem 2rem -1rem rgba(35, 44, 57, 0.05);
}

blockquote.review-item--copy::before {
    font-size: 5rem;
    font-weight: 700;
    color: #03c3f2;
    left: -40px;
    top: -15px;
    display: none;
}

/* Sidebar .single pages */

.single.sidebar-content .content-sidebar-wrap {
    display: flex;
    flex-direction: row;
}

.single.sidebar-content .content {
    order: 1;
}

.single.content-sidebar .sidebar-primary {
    order: 2;
}

.single.sidebar-content .sidebar-primary {
    order: 1;
}

.single.sidebar-content .content {
    order: 2;
}

@media (max-width: 895px) {
    .single .content-sidebar-wrap {
        flex-direction: column;
    }

    .single .content,
    .single .sidebar-primary {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .single .sidebar-primary {
        margin-top: 2rem;
    }
}

.sidebar-form {
    padding: 2rem;
    border: 1px solid #eceef1;
    border-radius: 0.5rem;
    box-shadow: 0px 3px 13px -2px rgba(0, 0, 0, 0.27);
}

.site-inner .content-sidebar-wrap .sidebar .sidebar-content .recent-articles .recent-articles--items .recent-articles--items-wrapper {
    display: grid;
    grid-template-columns: unset;
    grid-template-rows: repeat(3, 1fr);
    gap: 3rem;
    margin: 0;
    width: 100%;
    max-width: 1280px;
}

.sidebar-primary .sidebar-content .entry-before--time {
    display: none;
}

.sidebar-content .entry-image-link {
    border-bottom: unset;
}

.single.single-post .site-container .site-inner .sidebar-content .entry-image-link {
    border-bottom: unset;
}

.sidebar .sidebar-content {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding: 2.5rem;
    margin-top: 2rem;
    border: 1px solid #eceef1;
    border-radius: 0.5rem;
    box-shadow: 0px 3px 13px -2px rgba(0, 0, 0, 0.27);
}

.entry-after h3:not(.sidebar-primary .sidebar-content .entry-after h3) {
    display: none;
}

.sidebar-primary .sidebar-content .entry-after .custom-button {
    display: none;
}

.sidebar-primary .sidebar-content .entry-after {
    text-align: center;
    margin-top: 2rem;
}

/*** Carriers ***/

.brand-partner {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    margin: 0 0 4rem;
    position: relative;
}

.brand-partner::before {
    content: "";
    display: block;
    height: 4px;
    background-color: #20CC75;
    width: 35%;
    margin: 0 auto;
}

.brand-partner--logo {
    padding: 1rem 2rem;
}

.brand-partner--content {
    text-align: center;
    padding: 1rem 2rem 3rem;
}

.brand-partner:last-child {
    padding-bottom: 3rem;
}

.brand-partner--name {
    font-size: 1.8rem;
    letter-spacing: -.03em;
    font-weight: 800;
    color: #444;
    margin: 0;
}

a.brand-partner--phone {
    display: block;
    color: #444;
}

a.brand-partner--phone:hover {
    color: #20CC75;
}

a.brand-partner--cta.button {
    font-weight: 500;
    border-width: 1px !important;
}

.brand-partner--button-container {
    margin-top: 2rem;
}

.brand-partner--button-container.with-pdf {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-partner--button-container.with-pdf a {
    font-size: 1.4rem;
    padding: 8px 30px;
    line-height: 1.4;
}

.brand-partner--button-container.with-pdf a:first-child {
    margin-right: 1rem;
}

.brand-partner--contact-info {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
}

.brand-partner--contact-info a {
    font-weight: 500;
}

.brand-partner--logo {
    padding: 1rem 2rem;
    min-height: 203px;
    height: 200px;
    display: flex;
    align-items: center;
}

.brand-partner--logo img {
    height: 200px;
    object-fit: cover;
    object-position: center;
}

span.dot-separater {
    padding: 0 5px;
    font-size: 3rem;
    line-height: .1;
    vertical-align: middle;
}

/* Interactive list */

section.inner-page-section.interactive-list>.inner-page-section--wrapper {
    position: relative;
    padding: 6rem 13rem 6rem 13rem;
    z-index: 1;
}

@media (max-width: 767px) {
    section.inner-page-section.interactive-list>.inner-page-section--wrapper {
        padding: 6rem 3rem 6rem 8rem;
    }
}

section.inner-page-section.interactive-list>.inner-page-section--wrapper:before {
    content: '';
    background-color: transparent;
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}

section.inner-page-section.interactive-list>.inner-page-section--wrapper .wrap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    z-index: 3;
}

.entry-content .interactive-list-section--heading h2 {
    color: #243846;
    font-size: 5rem;
    font-weight: 800;
    line-height: 1;
    margin: 2rem 0 3.5rem;
    padding: 0 4rem 0 6vw;
}

.interactive-list-copy {
    position: relative;
    width: 100%;
    height: fit-content;
}

.interactive-list-copy .list-item-content {
    position: absolute;
    background-color: #fff;
    padding: 4rem;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0;
    top: 0;
    left: 0;
    opacity: 0;
    transition: none;
    pointer-events: none;
    width: 100%;
    height: auto !important;
}

.interactive-list-copy .list-item-content.active {
    position: relative;
    opacity: 1;
    transition: 0.3s ease-in-out all;
    pointer-events: all;
}

.interactive-list-copy .list-item-content img {
    margin: 0 auto 3rem;
}

.entry-content ul.interactive-list {
    margin: 0;
}

.entry-content ul.interactive-list>li.list-item {
    background-color: #fff;
    border-radius: 0;
    color: #000;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    list-style-type: none;
    cursor: pointer;
    border-left: 3px solid #06c3f2;
    transition: 0.3s ease-in-out all;
}

.entry-content ul.interactive-list>li.list-item:not(:last-of-type) {
    margin-bottom: 1.6rem;
}

ul.interactive-list li.list-item .list-item-info {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.list-item-info .list-item-info--left-icon {
    width: 50px;
    height: 50px;
}

.list-item-info .list-item-info--left-icon img {
    width: 100%;
    height: 100%;
}

.list-item-info .list-item-info--left-icon p.list-item--number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #777;
    font-size: 1.7rem;
    font-weight: 700;
}

.list-item-info .list-item-info--left-icon p.list-item--number span {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 70%;
    font-size: 80%;
    font-weight: 800;
    line-height: 1;
    padding: 0;
    border: 3px solid #06c3f2;
    border-radius: 50%;
}

.list-item-info .list-item-info--right-title h3 {
    color: #243846;
    font-size: 1.8rem;
    font-weight: 800;
}

.interactive-list-section--right {
    position: relative;
    z-index: 1;
}


.interactive-list-section--right:before {
    content: '';
    background-color: #fff;
    position: absolute;
    display: none;
    width: 200vw;
    height: 100%;
    top: 0;
    left: -100vw;
    z-index: 2;
}

.interactive-list-section--right .interactive-list-copy {
    position: relative;
    z-index: 3;
}

.interactive-list-section--right-content .list-item-content p {
    margin: unset;
}

@media (min-width: 992px) {
    section.inner-page-section.interactive-list.light-background>.inner-page-section--wrapper:before {
        background-color: #f5f5f5;
    }

    .interactive-list-section--right-background {
        content: '';
        background-color: transparent;
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        pointer-events: none;
    }
}

@media (max-width: 991px) {
    section.inner-page-section.interactive-list>.inner-page-section--wrapper {
        padding-bottom: 0;
    }

    section.inner-page-section.interactive-list>.inner-page-section--wrapper:before {
        width: 100%;
    }

    section.inner-page-section.interactive-list>.inner-page-section--wrapper .wrap {
        display: flex;
        flex-direction: column;
        padding: 0 1vw;
    }

    .interactive-list-section--left {
        padding: 0 0 9rem;
    }

    .entry-content .interactive-list-section--heading h2 {
        padding: 0;
    }

    .interactive-list-section--right {
        padding: 9rem 0;
    }

    .interactive-list-copy .list-item-content {
        width: 100%;
        padding: 5rem;
        display: none;
        top: 0 !important;
    }
}

@media (max-width: 600px) {
    .interactive-list-section--left {
        padding: 0 0 6rem;
    }

    .interactive-list-section--right {
        padding: 0;
    }
}

.interactive-list {
    background-color: #f2f2f2;
}

.interactive-list-container {
    padding: 0 4rem 0 0;
}

.interactive-list svg {
    color: #000;
}

.interactive-list svg:hover {
    opacity: 0.5;
}

.interactive-list-section--button a {
    background-color: #000;
    display: flex;
    align-items: center;
    gap: 1rem;
    height: fit-content;
    justify-content: space-evenly;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'ArialNovaCondensed', sans-serif;
    line-height: 1;
    padding: 1.3rem 2.7rem;
    letter-spacing: 1.1px;
    word-spacing: 1.6px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-transform: uppercase;
    filter: none;
    transition: 0.25s ease-in-out filter;
}

.interactive-list-section--button svg {
    color: #fff;
}

.interactive-list-section--button a:hover {
    opacity: 0.5;
}

.interactive-list-section--a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #000;
}

.interactive-list-section--a:hover {
    opacity: 0.5;
}

.list-item-info--right-description {
    display: flex;
    align-items: normal;
    gap: 0.5rem;
}

.list-item-info--right-description-icon {
    display: none;
}

@keyframes slide-in {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.list-item:hover .list-item-info--right-description-icon {
    display: inline-block;
    animation: slide-in 1s ease forwards;
}

.list-item:hover .list-item {
    transform: translateY(-2px);
}

.list-item-info {
    width: 100%;
    padding: 0 2rem;
}

.list-item-info--right-description {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    width: 100%;
    gap: 0.5rem;
}

.list-item-info--right {
    width: 100%;
}

.interactive-list-block-heading {
    padding: 2rem 13rem 0;
    background: #f2f2f2;
}

@media (max-width: 991px) {
    .interactive-list-block-heading {
        padding: 2rem 5rem 0;
        background: #f2f2f2;
    }
}

.interactive-list-block-heading h2 {
    font-size: 3rem;
}

.list-item-info--right-description p {
    margin: 0;
}

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

.moving-copy {
    position: sticky;
    top: 0;
    left: 0;
    height: fit-content;
}

/* Timeline */

.bt-story {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    padding: 8rem;
    z-index: 1;
}

.bt-story:before {
    display: block;
    content: '';
    position: absolute;
    border-left: 3px dashed #f2f2f2;
    width: 3px;
    height: 100%;
    top: 3rem;
    left: calc(50% - 1.5px);
    z-index: -1;
}

.bt-story--item {
    position: relative;
    width: 50%;
    padding: 0 calc(8rem + 1.5px) 0 0;
    z-index: 2;
}

.bt-story--item:nth-of-type(2n + 1) {
    margin-left: auto;
    padding: 0 0 0 calc(8rem + 1.5px);
}

.bt-story--item {
    position: relative;
}

.bt-story--item:before {
    content: '';
    background-color: white;
    border: 3px solid #06c3f2;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: calc(5rem + 20px);
    right: -20px;
    border-radius: 50%;
    z-index: 3;
}

.bt-story--item:nth-of-type(2n + 1):before {
    left: -20px;
    right: auto;
}


.bt-story--item-index {
    position: absolute;
    top: calc(5rem + 20px);
    right: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    z-index: 4;
}

.bt-story--item:nth-of-type(2n + 1) .bt-story--item-index {
    left: -20px;
    right: auto;
}

@media (max-width: 767px) {
    .bt-story--item .bt-story--item-index {
        left: 5px;
        right: auto;
    }

    .bt-story--item-index {
        top: calc(3rem + 4px);
    }

    .bt-story--item:nth-of-type(2n + 1) .bt-story--item-index {
        left: 5px;
        right: auto;
    }
}

.site-container .entry-content .bt-story .bt-story--item .bt-story--item-inner {
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 3rem;
    border-radius: 0;
    box-shadow: 0px 3px 7px -1px rgba(0, 0, 0, 0.27);
    overflow: hidden;
}

.bt-story--item-year h3 {
    font-size: 2rem;
    font-weight: 400;
    font-family: 'ArialNovaBold';
    margin: 0;
    letter-spacing: 0.2px;
}

.bt-story--item-milestone p {
    font-size: 1.5rem;
    line-height: 1.6;
}

@media (max-width: 767px) {

    .bt-story {
        gap: 6rem;
        margin: 6rem auto 0;
        padding: 6rem;
    }

    .bt-story:before {
        left: 83px;
    }

    .bt-story--item,
    .bt-story--item:nth-of-type(2n+1) {
        width: 100%;
        padding: 0 0 0 5rem;
    }

    .bt-story--item:before,
    .bt-story--item:nth-of-type(2n + 1):before {
        top: 33.2px;
        left: 5px;
        right: auto;
    }
}

/* Inner Page Header */

section.inner-page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4rem 7%;
    overflow: hidden;
    min-height: 400px;
    background-size: cover;
    background-position: top;
    position: relative;
    z-index: 10;
    align-items: center;
}


.inner-page-header-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(16 16 16 / 40%);
    z-index: 1;
}

.inner-page-header-image img {
    opacity: 0;
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.inner-page-header-image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.inner-page-header-image.transitioning {
    -webkit-animation: kenburnsBig 15s infinite;
    animation: kenburnsBig 15s infinite;
}

.inner-page-header-image.transitioning:not(.active) img {
    opacity: 0;
}

.inner-page-header-image.active img {
    opacity: 1;
    z-index: 3;
}

.inner-page-header-overlay {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: 0.24s ease-in-out all;
    -o-transition: 0.24s ease-in-out all;
    transition: 0.24s ease-in-out all;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.9)', endColorstr='rgba(0, 0, 0, 0)');
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 25%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.01) 50%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 25%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.01) 50%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 25%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.01) 50%);
}

.inner-page-header-overlay.is-active {
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 25%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.6) 65%, rgba(0, 0, 0, 0.85) 75%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 25%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.6) 65%, rgba(0, 0, 0, 0.85) 75%, rgba(0, 0, 0, 0.9) 100%);
}

.inner-page-header-content {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    z-index: 5;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    justify-content: flex-start;
}

.inner-page-header-content__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 50%;
    flex: 1 50%;
}

.inner-page-header-content__right {
    max-width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    z-index: 9;
}

section.inner-page-header.inner-page-header-mobile {
    display: none;
    text-align: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 400px;
    color: #fff;
    background-position: 91% 50%;
}

section.inner-page-header-mobile.inner-page-header>div {
    text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.16);
}

.inner-page-header-banner-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.inner-page-header-banner-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    z-index: 0;
    object-fit: cover;
}

.inner-page-header-banner-container .carousel,
.inner-page-header-banner-container .carousel-inner,
.inner-page-header-banner-container .carousel-item {
    width: 100%;
    height: 100%;
}

.inner-page-header-banner-container .carousel-item>img {
    animation: tto-zoom 20s forwards;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}


@keyframes tto-zoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
    }
}

.inner-page-header {
    position: relative;
    height: 50vh;
    width: 100%;
    overflow: hidden;
    background-color: inherit;
    opacity: inherit;
}

.inner-page-header .overlay-content {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: inherit;
}

.inner-page-header .center-center {
    top: 50%;
    left: 50%;
}

.inner-page-header .center-right {
    top: 50%;
    right: 10%;
    left: auto;
    transform: translate(0, -50%);
    text-align: right;
}

.inner-page-header .center-left {
    top: 50%;
    left: 10%;
    right: auto;
    transform: translate(0, -50%);
    text-align: left;
}

.inner-page-header .center-top {
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}

.inner-page-header .center-bottom {
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}

.inner-page-header .top-left {
    top: 10%;
    left: 10%;
    transform: translate(0, 0);
    text-align: left;
}

.inner-page-header .top-right {
    top: 10%;
    right: 10%;
    left: auto;
    transform: translate(0, 0);
    text-align: right;
}

.inner-page-header .bottom-left {
    bottom: 10%;
    left: 10%;
    top: auto;
    transform: translate(0, 0);
    text-align: left;
}

.inner-page-header .bottom-right {
    bottom: 10%;
    right: 10%;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    text-align: right;
}

/* Background slider */

.slider-img {
    height: 400px;
    object-fit: cover;
    width: 100%;
    display: block;
}

.thumbnails {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.thumbnail {
    width: 60px;
    height: 60px;
    margin: 0 10px;
    border: 2px solid transparent;
    cursor: pointer;
    opacity: 0.6;
    object-fit: cover;
    transition: opacity 0.3s, border-color 0.3s;
}

.thumbnail.active {
    border-color: #03c3f2;
    opacity: 1;
}

.thumbnail:hover {
    opacity: 0.8;
}

.slider-item {
    display: none;
}

.slider-item.active {
    display: block;
}

.unique-slider {
    padding: 8rem 0;
}

/* Address block */

.address-block {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.address-block .address-block--item {
    display: flex;
    gap: 2rem;
}

.address-block svg {
    color: #004dbe;
    font-size: 2.1rem;
    padding: 0.5rem 0 0;
}

.address-block p,
.address-block a {
    font-size: 1.9rem;
    margin: 0;
}

.address-block a {
    color: #004dbe;
    font-weight: 600;
    text-decoration: none;
    transition: 0.25s ease-in-out all;
}

.address-block a:hover {
    opacity: 0.78;
}

/* Services list */

.tto-services-list ul {
    margin: 0;
}

.tto-services-list ul li {
    list-style-type: none;
}

.tto-services-list ul li a {
    display: inline-block;
    color: #004dbe;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.9;
    white-space: pre-wrap;
    padding-left: 2rem;
    text-indent: -2rem;
    text-decoration: none;
    transition: 0.25s ease-in-out all;
}

.tto-services-list ul li a:hover {
    opacity: 0.78;
}

/* Service boxes */

.service-boxes-section--heading {
    max-width: 760px;
    margin: 0 auto;
}

.service-boxes-section--items {
    margin: 6rem 0 0;
}

.service-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
}

.service-box .service-box--link {
    background-color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5rem;
    border: 1px solid #dbdbdb;
    border-radius: 0.4rem;
    box-shadow: 0px 4px 9px -2px rgba(0, 0, 0, 0.27);
    overflow: hidden;
}

.service-box .service-box--link:hover {
    box-shadow: none;
    transform: translateY(-2px);
}

.service-box--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 2.5rem;
}

.service-box--icon svg {
    color: var(--mg-primary-orange);
    font-size: 6rem;
}

.service-box--title {
    margin: 0 0 2rem;
}

.service-box--title h3 {
    font-size: 2.2rem;
    margin: 0;
    text-align: center;
    transition: 0.25s ease-in-out all;
}

.service-box--copy p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.9;
    text-align: center;
}

.service-box--link:hover .service-box--title h3 {
    color: #06c3f2;
}


/* Culture Page */

.empty-col {
    visibility: hidden;
}

.principles-section .cards-col-main {
    margin-bottom: 20px;
}

.principles-section .cards-col-main:last-child {
    margin-bottom: 0;
}

.principles-section .cards-col-main .gb-block-layout-column {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 15px;
}

.text-with-bg-section .icon-container {
    text-align: center;
}

.text-with-bg-section .icon-container svg {
    color: #046E3F;
    width: 25px;
    height: 25px;
    padding: 15px;
    border-radius: 100%;
    background-color: #fff;
}

.text-with-bg-section .wp-block-heading {
    margin-top: 2rem;
}

/* Client Testimonials */
.client-testimonials-section {
    padding: 4rem 0 0
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.testimonial-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.testimonial-rating {
    color: #f5c518;
    font-size: 25px;
    margin-bottom: 10px;
}

.testimonial-copy {
    font-size: 14px;
    margin-bottom: 12px;
}

.testimonial-client {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

/* HOme page */

.entry-content>.front-page-1 {
    background-blend-mode: overlay;
}

.entry-content .padding-top-0 {
    padding-top: 0;
}

/* Job Listing Widget */

.careers-list {
    overflow: hidden;
    margin-top: 5rem;
}

.career-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #f9f9f9;
    margin-bottom: 10px;
}

.career-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.career-icon {
    width: 40px;
    height: 40px;
    background: #16975E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.career-title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.career-type {
    font-size: 16px;
    color: #2B2D2F;
}

.career-apply-btn {
    color: #16975E;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.career-apply-btn:hover {
    text-decoration: underline;
}

/* Footer Menu */

.footer-menu .menu.top-nav-menu {
    display: flex;
    justify-content: space-between;
    margin-left: 0;
    overflow: hidden;
    flex-wrap: wrap;
    margin: 50px 0;
}

.footer-menu .menu.top-nav-menu li {
    list-style-type: none;
}

.footer-menu .menu.top-nav-menu li.menu-item-has-children,
.footer-menu .menu.top-nav-menu li.menu-item-has-children a {
    font-size: 16px;
    font-weight: 500;
    color: #16975E;
}

.footer-menu .menu li p {
    margin: 0;
}

.footer-menu .sub-menu {
    right: auto !important;
    opacity: 1 !important;
    margin-left: 0;
    box-shadow: none;
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    color: #000;
    width: 28rem;
    background-color: transparent;
}

.footer-menu .sub-menu .menu-item {
    padding: .5rem 0;
}

.footer-menu .sub-menu .menu-item a {
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 400 !important;
}

.footer-menu .sub-menu .menu-item a:hover {
    text-decoration: underline;
}

.footer-menu .sub-menu a {
    color: #000;
}

.footer-menu .sub-menu:before {
    display: none;
}

.footer-menu .menu-item:hover>.sub-menu {
    left: 0 !important;
}

.about-us-section a {
    color: #fff !important;
    border-bottom: none !important;
    font-size: 14px;
}

.about-us-section a:hover {
    border-bottom: 1.5px solid !important;
}

.single.single-post .entry-content a:hover {
    border-bottom: none !important;
}

.resources-single-post-sec .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
    margin: 0;
    width: 100%;
}

.wp-block-genesis-blocks-gb-columns.resources-single-post-sec.gb-layout-columns-1.one-column {
    background: #F6F6F6;
    padding: 20px 15px;
    border: 1px solid #BEBEBE;
    border-radius: 14px;
    margin: 50px 0;
}

.resources-single-post-sec h2 {
    margin-bottom: 20px !important;
}

.resources-single-post-sec h3 {
    font-size: 15px !important;
    font-weight: 400;
}

.resources-single-post-sec p {
    position: relative;
}

.resources-single-post-sec a {
    color: #046E3F !important;
}

.resources-single-post-sec p a::after {
    content: "→";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #008060;
    transition: 0.3s;
}

.policy-card a:hover {
    color: #0d985b;
}

.single.single-post .gform_wrapper.gravity-theme .gfield_label {
    font-size: 15px;
    font-weight: 400;
}

.single-post-header-custom .single-post-form-wrapper .gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
    font-size: 15px !important;
    font-weight: 300;
    border: 1px solid #DDDDDD;
    padding: 11px 15px !important;
    border-radius: 28px !important;
}

.single-post-form-wrapper {
    border: 1px solid #BEBEBE;
    padding: 39px 35px !important;
}

.single-post-form-wrapper h3 {
    color: #046E3F !important;
    font-size: 20px !important;
    font-weight: 600;
}

.single-post-form-wrapper p {
    font-size: 14px !important;
    color: #000 !important;
}

.gform_wrapper.gravity-theme .gform_footer .gform_submit_button:hover {
    background: #0d985b;
    filter: brightness(1.1);
}

input#input_30_1 {
    border-radius: 45px 0 0 45px !important;
    padding: 11.5px 26px !important;
}

.blog-archive--featured-heading,
.blog-archive--all-heading,
.blog-archive--featured-grid,
.blog-articles.blog-articles--four-column {
    width: 92% !important;
}



/* Application Page Checkboxes */

.insurance-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.insurance-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 20px 25px;
    background: #E4E4E4;
    border: 2px solid #e0e0e0;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.insurance-option:hover {
    border-color: #046E3F;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.insurance-option svg {
    font-size: 50px;
    margin-bottom: 15px;
    color: #046E3F;
}

.insurance-option span {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.insurance-checkbox {
    margin-bottom: 15px;
    transform: scale(1.2);
    margin-right: 0;
    margin-left: auto;
}

.insurance-option.selected {
    border-color: #046E3F;
    background: #046E3F;
}

.continue-button {
    padding: 14px 26px;
}

.location-col-main .gb-block-layout-column-inner {
    flex-wrap: wrap;
}

.custom-socials {
    flex-wrap: wrap;
}

/* Responsiveness */

@media (max-width: 1200px) {
    .grey-color .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
        flex-direction: column;
    }

    .grey-color p {
        width: fit-content;
    }

    .logs-with-details .wp-block-image img {
        max-width: 100%;
    }

    .mission-statement-main {
        width: 100% !important;
        top: 110% !important;
    }

}

@media (max-width: 895px) {
    .title-area {
        width: 15rem;
    }

    .btn-in-row .btn-col .button {
        font-size: 16px;
        padding: 17px;
    }

    .mission-statement-main {
        position: relative !important;
    }

    .hidden-at-1024 {
        display: none;
    }

}

@media (max-width: 895px) {
    h2 {
        font-size: 3rem;
    }

    h1 {
        font-size: 3.5rem;
    }

    .our-loc-local-sec .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
        gap: 3rem;
    }

    .our-loc-local-sec span {
        font-size: 18px;
    }

    .before-footer-section {
        padding: 100px 30px 100px 30px;
    }

    .before-footer-section .gb-layout-columns-2>.gb-layout-column-wrap {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: "col1"
            "col2";
    }

    .margin-top {
        margin-top: 25px !important;
    }

    .policy-card::after {
        display: none;
    }

    a.button {
        font-size: 14px;
        padding: 15px;
    }

    .continue-button {
        padding: 15px;
        font-size: 14px;
    }

    .insurance-option svg {
        font-size: 30px;
    }

    .insurance-option {
        padding: 10px 10px 15px;
    }

    .insurance-options {
        grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    }

    .insurance-option span {
        font-size: 13px;
    }

    .top-nav-bar>.wrap {
        gap: 2rem;
    }

    .site-footer-widgets .gb-layout-columns-2>.gb-layout-column-wrap {
        grid-template-columns: 1fr;
        grid-template-areas: "col1"
            "col2";
        gap: 2rem;
    }

    .footer-credits p {
        flex-direction: column;
    }

    .site-footer-widgets {
        padding: 5rem 0;
    }

    .footer-menu .menu.top-nav-menu li.menu-item-has-children {
        margin-bottom: 20px;
    }

    .footer-menu .menu.top-nav-menu li.menu-item-has-children,
    .footer-menu .menu.top-nav-menu li.menu-item-has-children a {
        flex-direction: column;
        align-items: start;
    }

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

    .footer-menu .sub-menu,
    .footer-menu .sub-menu .menu-item a {
        padding-left: 0;
    }

    .featured-grid-wrapper {
        flex-direction: column;
    }

    .featured-post.large-post img {
        max-height: 200px;
    }

    .single-post-header-custom .left-column {
        flex-basis: 0;
    }

    h1.single-post-title {
        font-size: 30px;
    }

    .single.sidebar-content .content-sidebar-wrap {
        flex-direction: column;
    }

    .single.sidebar-content .sidebar-primary {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .single.sidebar-content .content {
        width: 100%;
    }

    .team-member-archive .team-member {
        flex-basis: 31% !important;
    }

    /* 	.top-nav-bar {
    display: none;
} */

    .title-area {
        width: 25rem;
    }

}

@media (max-width: 767px) {
    .entry-content>.header-section {
        min-height: 0;
        padding: var(--theme-section-padding-mobile) 0;
    }

    .header-section>.gb-layout-column-wrap {
        display: block;
    }

    .header-section>.gb-layout-column-wrap>.gb-block-layout-column:first-child {
        padding: 0;
    }

    .header-section>.gb-layout-column-wrap>.gb-block-layout-column:last-child {
        position: absolute;
        width: 100%;
        height: calc(100% + (var(--theme-section-padding-mobile) * 2));
        top: calc((var(--theme-section-padding-mobile) * -1));
        left: 0;
        z-index: -1;
    }

    .header-section>.gb-layout-column-wrap>.gb-block-layout-column:last-child:after {
        content: '';
        background-color: #000;
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0.8;
        z-index: 1;
    }

    .header-section>.gb-layout-column-wrap>.gb-block-layout-column:last-child .wp-block-image img {
        position: unset;
        width: 100% !important;
        height: 100%;
        border-radius: unset;
        transform: unset;
    }

    .empty-col {
        display: none;
    }

    .form-col.single-col .gform_wrapper.gravity-theme {
        width: 100% !important;
    }

    .testimonials-grid {
        display: flex;
        flex-direction: column;
    }

    .wp-block-genesis-blocks-gb-columns.main-col-width.gb-layout-columns-1.one-column:after {
        display: none;
    }

    .wp-block-genesis-blocks-gb-columns.main-col-width.gb-layout-columns-1.one-column {
        width: 100% !important;
    }

    .team-member-archive .team-member {
        flex-basis: 48% !important;
    }

    .text-image-with-bg-main.gb-layout-columns-2 .gb-layout-column-wrap {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "col2"
            "col1";
    }

    .custom-review-box:after {
        display: none;
    }

}

@media (max-width: 650px) {
    .blog .blog-articles .blog-article {
        max-width: 100%;
    }

    .blog-articles.blog-articles--four-column {
        gap: 20px;
    }

    .blog .blog-pagination {
        margin: 50px 0;
    }

}

@media (max-width: 600px) {
    h1 {
        font-size: 3rem;
    }

    .location-col-main .gb-block-layout-column-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-footer-widgets .gb-layout-columns-2>.gb-layout-column-wrap {
        gap: 4rem;
    }

    .site-footer-widgets figure.wp-block-image.size-large {
        width: 300px;
    }

    .footer-credits p {
        align-items: flex-start;
    }

    .footer-credits span.credit {
        flex-direction: column;
    }

    .footer-menu .menu.top-nav-menu {
        margin-bottom: 20px;
    }

    .single-post-header-custom {
        padding-top: 5rem;
    }

    .single-post-breadcrumb,
    h1.single-post-title,
    .single-post-author-inline {
        padding-left: 0;
    }

    .single.sidebar-content .content-sidebar-wrap {
        padding-top: 0;
    }

    .wp-block-image .alignright {
        float: none;
        margin: 0;
    }

    .wp-block-genesis-blocks-gb-columns.resources-single-post-sec.gb-layout-columns-1.one-column {
        padding: 20px 0;
    }

    .dynamic-author-block {
        gap: 15px !important
    }

    .about-us-section {
        padding: 35px 20px !important
    }

    .header-section>.gb-layout-column-wrap>.gb-block-layout-column:first-child {
        padding: 3rem 0 1rem 0rem;
    }

    .career-item {
        flex-direction: column;
    }

    .career-title {
        font-size: 18px;
    }

    .team-member-archive .team-member {
        flex-basis: 100% !important;
    }

    .custom-review-box {
        width: 100% !important;
    }

    ul#menu-footer-menu {
        display: none;
    }

    .wp-block-genesis-blocks-gb-column.location-col-main.gb-block-layout-column.gb-is-vertically-aligned-center {
        margin-bottom: 50px;
    }

}

/* About Us */

.text-image-with-bg-main.gb-layout-columns-2 .gb-layout-column-wrap {
    grid-template-columns: 1.5fr 1fr;
}

.mission-statement-main {
    width: 74%;
    border-radius: 16px;
    position: absolute;
    top: 115%;
}

.mission-statement-main.gb-layout-columns-1 .gb-layout-column-wrap {
    grid-template-columns: 1fr;
    padding: 40px;
}

.mission-statement-main .wp-block-heading {
    font-weight: 500;
}

.mission-statement-main p {
    font-size: 20px;
}

.image-text-section .wp-block-image img {
    aspect-ratio: 5 / 3;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    border-radius: 1rem;
}

.entry-content .image-text-section .gb-layout-column-wrap {
    column-gap: 3rem;
}

/* Career page */

.button-gap .gb-layout-column-wrap.gb-block-layout-column-gap-0.gb-is-responsive-column {
    grid-template-columns: 1fr 2fr;
}

.wp-block-genesis-blocks-gb-columns.padding-zero.gb-layout-columns-1.one-column {
    padding: 0;
}

.two-images-gap img {
    width: 100%;
}

.two-images-gap .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
    gap: 3rem;
}

.cards-column-gap .gb-layout-column-wrap.gb-block-layout-column-gap-1.gb-is-responsive-column {
    gap: 2rem;
}

.cards-column-gap .gb-block-layout-column-inner.gb-has-custom-background-color {
    padding: 45px 22px;
    border-radius: 16px;
}

.cards-column-gap h3 {
    margin: 15px 0;
}

.card-inners .icon-container svg {
    color: #16975E;
}

/* Partnerships page */

.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
    border-radius: 9px !important;
    border: 1px solid #C1C1C1;
    font-size: 16px !important;
}

/* form#gform_17 */
.form-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child > .gb-block-layout-column-inner {
    background-color: #fff;
    max-width: 760px;
    margin: 0 auto;
    padding: 3rem;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(207, 225, 219, 1);
}

.form-section h1 {
    font-size: 3.6rem;
}

.form-section h1 + p {
    font-size: 1.8rem;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 400;
}

.gform_wrapper input {
    font-weight: 400 !important;
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
    border-radius: 9px !important;
    border: 1px solid #C1C1C1;
    font-size: 16px !important;
}

.wp-block-genesis-blocks-gb-column.three-combine-col.gb-block-layout-column {
    border: 1px solid #D5D5D5;
    padding: 75px 50px;
    text-align: center;
}

.main-col-gap .gb-block-layout-column-gap-2 {
    grid-gap: 0;
}

.wp-block-genesis-blocks-gb-columns.main-col-width.gb-layout-columns-1.one-column {
    width: 50%;
    margin: 0 auto;
    position: relative;
}

.wp-block-genesis-blocks-gb-columns.main-col-width.gb-layout-columns-1.one-column:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background: #16975E;
    border-radius: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    outline: 10px solid #A9EACD;
    z-index: 1;
}

.three-combine-col h3 {
    font-size: 20px;
}

/* Insurance Form Certificate */

.form-col.single-col .gform_wrapper.gravity-theme {
    width: 80%;
    margin: 0 auto;
}

/* Contact page */

.contact-details .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 34px 23px;
    box-shadow: 0 10px 30px rgba(207, 225, 219, 1);
}

.contact-main .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
    grid-gap: 2rem;
    height: 100%;
}

.wp-block-genesis-blocks-gb-columns.contact-details.gb-layout-columns-1.gb-1-col-equal {
    height: 100%;
}

.contact-main .gb-block-layout-column-inner {
    height: 100%;
}

.contact-details .gb-block-layout-column-inner {
    display: flex;
    gap: 20px;
    align-items: center;
}

.contact-details svg.svg-inline--fa {
    background: #CFEAE4;
    width: 18px;
    height: 18px;
    padding: 8px;
    border-radius: 100%;
    color: #fff;
}

.contact-details h5 {
    color: #004527;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.contact-details p {
    font-size: 20px;
    margin-bottom: 0;
}

.contact-details .icon-container svg {
    color: #16975E;
}

.italic-font {
    font-style: italic;
    font-weight: 500;
}

.cards-main-col {
    margin-bottom: 2rem;
}

.cards-main-col:last-child {
    margin-bottom: 0;
}

.marg-bottom {
    margin-bottom: 40px;
}

.cards-sections h2 {
    margin-bottom: 2rem;
}

.cards-sections p {
    margin-bottom: 5rem;
}

.cards-sections .card-inner {
    border-radius: 12px;
    padding: 60px 26px;
}

.cards-sections h3 {
    color: #046E3F;
    font-size: 24px !important;
}

.cards-sections .italic-font {
    font-size: 20px !important;
    font-weight: 400;
}

.cards-sections .card-inner .icon-container svg {
    color: #16975E;
}

.cards-sections .card-inner .icon-container {
    background: unset;
    padding: unset;
}

.logs-with-details {
    /* 	box-shadow: 0 13px 31px rgba(207, 225, 219, 1); */
    border: 1px solid #ececec;
    padding: 19px 25px;
    border-radius: 14px;
    box-shadow: 0px 13px 31.6px rgba(0, 0, 0, 0.05);
}

.logs-with-details-inner .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.logs-with-details h4 {
    font-size: 20px;
    color: #16975E;
    margin: 0 0 20px;
}

.logs-with-details .wp-block-image img {
    max-width: 210px;
    object-fit: contain;
    height: 95px;
}

.grey-color p {
    background: #F1F1F1;
    font-size: 1.5rem;
    padding: 4px 17px;
    margin: 0;
    border-radius: 15px;
}

.logs-with-details .icon-container svg {
    color: #8AC6AB;
    border: 1px solid #16975E;
    border-radius: 100px;
    padding: 5px;
    width: 10px;
    height: 10px;
}

.logs-with-details .icon-container + p {
    font-size: 1.6rem;
}

.logo-details-main .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
    gap: 2rem;
}

.entry-content .logo-details-main {
    padding: 1rem 0;
}

/* .entry-content .logo-details-main:last-child {
padding-bottom: 8rem;
} */

/* Team Members */

.team-member-archive {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 6rem;
}

/* .team-member-archive .team-member:first-child {
margin-top: auto;
padding-top: 20px;
} */

.team-member-archive .team-member {
    flex-basis: 23%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    margin-bottom: 15px;
}

.team-member--headshot {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 2rem;
}

.team-member--name h3 {
    font-size: 20px;
    color: #16975E;
    margin-bottom: 5px;
}

/* Our Story Page */

.part-of-story img {
    min-height: 500px;
}

.part-of-story .gb-block-layout-column-gap-2 {
    gap: 2rem !important;
}

/* Single team member */

.swiper-slide img {
    width: 105px;
    height: 102px;
    object-fit: contain;
}

.partner-logo .swiper-slide img {
    width: 220px;
    height: 102px;
    object-fit: contain;
}

.client-logos-slider {
    padding: 3rem 0;
}











.reviews-sliders {
    margin: 6rem 0;
}

.reviews-sliders--wrapper {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 155vw;
    max-width: 2100px;
    transform: translateX(-50%);
    margin-left: 50%;
}

/* .reviews-slider.bottom {
    max-width: calc((100% - 10px) * 3 / 4);
    margin: 0 auto;
} */

.reviews-slider.mobile {
    display: none;
}

.reviews-slider.mobile .swiper-controls {
    margin: 6rem 0 0;
}

/* @keyframes ticker {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

@media (min-width: 768px) {
    .reviews-slider .swiper-wrapper {
        animation-name: ticker;
        animation-duration: 120s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-play-state: running;
    }

    .reviews-slider.bottom .swiper-wrapper {
        animation-direction: reverse;
    }

    .reviews-sliders.hover .reviews-slider .swiper-wrapper {
        animation-play-state: paused;
    }
} */

@media (min-width: 768px) {
    .reviews-slider .swiper-wrapper {
        transition-timing-function: linear;
    }
}

.reviews-sliders--wrapper .swiper:before,
.reviews-sliders--wrapper .swiper:after {
    content: '';
    position: absolute;
    background-image: linear-gradient(to right, #f7f4f4, rgba(247, 244, 244, 0.81), rgba(247, 244, 244, 0.71), rgba(247, 244, 244, 0.51), transparent);
    width: 50px;
    height: 100%;
    top: 0;
    left: calc(50% - 50vw);
    z-index: 2;
}

.reviews-sliders--wrapper .swiper:after {
    background-image: linear-gradient(to left, #f7f4f4, rgba(247, 244, 244, 0.81), rgba(247, 244, 244, 0.71), rgba(247, 244, 244, 0.51), transparent);
    left: auto;
    right: calc(50% - 50vw);
}

@media (min-width: 2100px) {
    .reviews-sliders--wrapper .swiper:before,
    .reviews-sliders--wrapper .swiper:after {
        left: 0;
    }

    .reviews-sliders--wrapper .swiper:after {
        left: auto;
        right: 0;
    }
}

.reviews-sliders[data-mobile-only] .reviews-slider.top,
.reviews-sliders[data-mobile-only] .reviews-slider.bottom {
    display: none;
}

.reviews-sliders[data-mobile-only] .reviews-slider.mobile {
    display: block;
}

.reviews-sliders[data-mobile-only] .reviews-sliders--wrapper {
    width: calc(92vw - 250px - 10rem - 1px);
    max-width: 896px;
    transform: none;
    margin: 0 auto;
}

.reviews-sliders[data-mobile-only] .reviews-sliders--wrapper .swiper:before,
.reviews-sliders[data-mobile-only] .reviews-sliders--wrapper .swiper:after {
    display: none;
}

.review {
	background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    height: 100%;
    padding: 3rem;
    border: 1px solid #c6c6c6;
	border-radius: 1.6rem;
}

.review-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3rem;
}

.review-info--logo {
    flex: 1 1 calc(37.5% - 1.5rem);
}

.review-info--logo img {
    object-fit: contain;
    object-position: left center;
    width: 100%;
    height: 60px;
}

.review-info--client {
    flex: 1 1 calc(62.5% - 1.5rem);
}

.review-info--client-name p {
    color: #000;
    font-size: 1.6rem !important;
    font-weight: 600;
    line-height: 1.5;
}

.review-info--client-company p {
    color: #000;
    font-size: 1.6rem !important;
    font-weight: 400;
    line-height: 1.5;
}

.review-info--client-stars {
    display: flex;
    min-height: 18px;
    margin: 0.5rem 0 0;
}

.testimonial-card .testimonial-rating,
.review-info--client-stars .stars {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    height: 18px;
}

.testimonial-card .testimonial-rating .star,
.review-info--client-stars .stars .star {
    display: flex;
}

.testimonial-card .testimonial-rating .star svg,
.review-info--client-stars .stars .star svg {
    color: #edb25e;
    width: 18px;
    height: 18px;
}

.review-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.review-content--copy {
    flex: 1;
}

.review-content--copy p {
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
    gap: 0.75rem;
    height: 100%;
    color: #000;
    font-size: 1.6rem !important;
    font-weight: 400;
    line-height: 1.4 !important;
}

.review-content--copy a {
    color: #000 !important;
    font-weight: 600;
    width: fit-content;
    padding: 0 !important;
    border-bottom: none !important;
}

.review-content--copy a:hover {
    color: var(--jmg-emerald-green) !important;
}

.swiper-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.swiper-button-prev,
.swiper-button-next {
    position: unset;
    display: flex;
    width: fit-content;
    height: fit-content;
    margin: 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.swiper-button-prev span,
.swiper-button-next span {
    display: flex;
}

.swiper-button-prev svg,
.swiper-button-next svg {
    color: #000;
    width: 1.7rem;
    height: 1.7rem;
    padding: 1.45rem;
    border: 1px solid #000;
    border-radius: 50%;
    transition: 0.25s ease-in-out all;
}

.swiper-button-prev svg:hover,
.swiper-button-next svg:hover {
    opacity: 0.6;
}

@media (max-width: 767px) {
    .reviews-slider.top,
    .reviews-slider.bottom {
        display: none;
    }

    .reviews-slider.mobile {
        display: block;
    }

    .reviews-sliders--wrapper {
        width: 100%;
        transform: none;
        margin: 0;
    }

    .reviews-sliders--wrapper .swiper:before,
    .reviews-sliders--wrapper .swiper:after {
        display: none;
    }
}

.partnerships {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin: 4rem 0 0;
}

.partnership-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    height: 100%;
    padding: 3rem;
    border: 1px solid #dbdbdb;
    border-radius: 1.4rem;
    box-shadow: 0px 13px 31.6px rgba(0, 0, 0, 0.05);
}

.partnership-link:hover {
    transform: translateY(-2px);
    box-shadow: 0px 13px 31.6px rgba(0, 0, 0, 0.03);
}

.partnership-image img {
    object-fit: contain;
    object-position: center center;
    width: 100%;
    min-height: 75px;
    max-height: 75px;
    height: 100%;
}

.partnership-title h3 {
    color: #16975E;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 991px) {
    .partnerships {
        grid-template-columns: repeat(3, 1fr);
    }
}

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

@media (max-width: 600px) {
    .partnerships {
        display: flex;
        flex-direction: column;
        gap: 3rem;
        max-width: 400px;
        margin: 4rem auto 0;
    }
}



/*** 03|24|2026 updates | AG ***/

@media (max-width: 895px) {
    .sub-menu .sub-menu {
        padding-left: 0;
    }

    .sub-menu a {
        padding-left: 0;
    }

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

.blog .blog-pagination ul {
    padding-bottom: 3rem;
}

.blog .blog-pagination ul li span.current, .blog .blog-pagination ul li a:hover {
    background-color: #004527;
    color: #fff;
    border-color: #004527;
    box-shadow: none;
}

.blog .blog-articles .blog-article--image img {
    border-radius: 1rem;
}

.blog .blog-articles .blog-article {
    box-shadow: unset;
    border: unset;
}

.blog .blog-articles .blog-article--content {
    padding: 2rem 1rem;
}


.blog-article--content-info-title h2 a {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
    color: #000;
    text-decoration: none;
    letter-spacing: -0.01em;
}

.blog-article--content-info-title h2 a:hover {
    color: #000000; 
}

.single-post .single-post-header-custom {
    max-width: 900px;
    text-align: center;
}

.single-post-header-custom .left-column {
    flex-basis: unset;
}

.single-post-author-inline {
    justify-content: center;
    padding-left: 0;
    flex-direction: column;
}

.single-post .custom-socials .custom-social .custom-social--link {
    font-size: 1rem;
}

.single-post .custom-socials .custom-social .custom-social--link {
    padding: 1rem !important;
}

.single-post .custom-socials .custom-social .custom-social--link svg {
    width: 1.5rem;
    height: 1.5rem;
}

.single-post .single-post-breadcrumb {
    justify-content: center;
}

.single-post .sidebar .sidebar-content {
    margin-top: unset;
}

.single.single-post .content-sidebar-wrap {
    padding: 6rem 0;
}

.single.single-post .sidebar .widget-wrap > p {
    display: none;
}

.blog .blog-archive--featured-wrapper {
    width: 100%;
}

.blog .blog-archive--featured-heading {
    padding-bottom: 3rem;
}

.blog .blog-archive--all-wrapper {
    width: 100%;
}





/* Areas Served */

.entry-content > .areas-served-section,
.entry-content > .areas-served-section > .gb-layout-column-wrap {
	display: flex;
    width: 100%;
    max-width: 100%;
	height: calc(100vh - 139px);
    margin: 0;
    padding: 0;
}

.logged-in.admin-bar .entry-content > .areas-served-section,
.logged-in.admin-bar .entry-content > .areas-served-section > .gb-layout-column-wrap {
	height: calc(100vh - 171px);
}

.entry-content > .areas-served-section > .gb-layout-column-wrap {
    grid-template-columns: 1fr 50%;
    gap: 0;
}

.entry-content > .areas-served-section > .gb-layout-column-wrap > .gb-block-layout-column {
    display: flex;
}

.entry-content > .areas-served-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child > .gb-block-layout-column-inner {
    overflow-y: scroll;
}

.entry-content > .areas-served-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child > .gb-block-layout-column-inner {
    margin-left: 4vw;
    padding: var(--theme-section-padding) 6rem;
    padding-left: 0;
    overflow-y: scroll;
}

@media (min-width: calc(1500px / 0.92)) {
	.entry-content > .areas-served-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child > .gb-block-layout-column-inner {
		margin-left: calc(50vw - 750px);
	}
}

.entry-content > .areas-served-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child > .gb-block-layout-column-inner,
.areas-served-section .google-map-embed,
.areas-served-section .google-map-embed--wrapper {
	display: flex;
    width: 100%;
    height: 100%;
}

.entry-content > .areas-served-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child > .gb-block-layout-column-inner::-webkit-scrollbar {
	-webkit-appearance: none;
	appearance: none;
	width: 0.8rem;
}

.entry-content > .areas-served-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child > .gb-block-layout-column-inner::-webkit-scrollbar-track {
	background-color: #f9f9f9;
}

.entry-content > .areas-served-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child > .gb-block-layout-column-inner::-webkit-scrollbar-thumb {
	background-color: #dbdbdb;
}

.entry-content > .areas-served-section + .wp-block-genesis-blocks-gb-columns {
    padding-top: var(--theme-section-padding) !important;
    border-top: 1px solid #dbdbdb;
}

.areas-served {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.areas-served--search {
	position: relative;
    display: flex;
    align-items: center;
}

.areas-served--search input {
    width: 100%;
    font-size: 1.5rem;
    padding: 8px 12px;
    border: 1.5px solid #d9d9d9;
    border-radius: 0.8rem;
    outline: none;
}

.areas-served--search:after {
	content: '\f002';
	display: none;
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
}

.areas-served--search svg {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    right: 12px;
}

.areas-served--locations ul {
    column-count: 2;
    gap: 4rem;
    margin: 0;
}

.areas-served--locations ul li {
    list-style-type: none;
}

.areas-served--locations ul li:not(:first-child) {
    margin: 1.5rem 0 0;
}

.areas-served--locations ul li:before,
.areas-served--locations ul li > svg {
    display: none !important;
}

.areas-served--locations ul li a {
	position: relative;
    display: grid;
    grid-template-columns: 1.8rem 1fr;
    align-items: center;
    gap: 1.5rem;
    font-size: 1.8rem;
    font-weight: 500;
}

.areas-served--locations ul li a:before {
	content: '\f276';
	display: none;
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	opacity: 0;
}

.areas-served--locations ul li svg {
    background-color: transparent;
    display: flex;
    width: 1.8rem;
    height: 1.8rem;
    color: #16975E;
    font-size: 1.8rem;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.google-map-embed--wrapper {
    display: flex;
}

.google-map-embed--wrapper iframe {
    width: 100%;
    height: 450px;
}

.areas-served-section .google-map-embed--wrapper iframe {
	height: 100%;
}

@media (max-width: 991px) {
	.entry-content > .areas-served-section,
	.entry-content > .areas-served-section > .gb-layout-column-wrap,
	.logged-in.admin-bar .entry-content > .areas-served-section,
	.logged-in.admin-bar .entry-content > .areas-served-section > .gb-layout-column-wrap {
		display: flex;
		flex-direction: column;
		height: auto;
	}

	.entry-content > .areas-served-section {
		padding: var(--theme-section-padding) 0;
	}

	.entry-content > .areas-served-section > .gb-layout-column-wrap {
		gap: 6rem;
		width: var(--theme-wrap-width);
		max-width: var(--theme-wrap-max-width);
		margin: 0 auto;
	}

	.entry-content > .areas-served-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child > .gb-block-layout-column-inner {
		margin: 0;
		padding: 0;
		overflow-y: hidden;
	}

    .areas-served-section .google-map-embed--wrapper iframe {
		height: 350px;
	}
}

@media (max-width: 767px) {
	.entry-content > .areas-served-section {
		padding: var(--theme-section-padding-mobile) 0;
	}

    .entry-content > .areas-served-section + .wp-block-genesis-blocks-gb-columns {
        padding-top: var(--theme-section-padding-mobile) !important;
    }

	.entry-content > .areas-served-section > .gb-layout-column-wrap {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0 var(--theme-wrap-padding-mobile);
	}
}

.single-team-member .entry-content > .header-section {
    overflow: visible;
}

.single-team-member .entry-content > .header-section > .gb-layout-column-wrap {
    grid-template-columns: 1fr 500px;
}

.single-team-member .header-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child .wp-block-image {
    width: 100%;
}

.single-team-member .header-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child .wp-block-image img {
    width: 100%;
    transform: none;
}

.single-team-member .company-role {
    margin: 0 0 2rem;
}

.single-team-member .company-role p {
    font-size: 2.2rem;
    font-weight: 500;
}

.single-team-member .company-role + p {
    font-size: 1.8rem;
}

.single-team-member .entry-content > .content-section {
    padding-bottom: 0;
}

.single-team-member .team-member-phone {
    display: grid;
    grid-template-columns: 2.6rem 1fr;
    align-items: center;
    gap: 1.25rem;
    width: fit-content;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
}

.single-team-member .team-member-phone:hover {
    filter: brightness(0.85);
}

.single-team-member .team-member-phone span:first-child {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    padding: 0.65rem;
    border-radius: 50%;
    overflow: hidden;
}

.single-team-member .team-member-phone i,
.single-team-member .team-member-phone svg {
    color: var(--jmg-dark-green);
    width: 1.3rem;
    height: 1.3rem;
}

.team-member-info {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    max-width: 600px;
}

.team-member-info--section:not(:first-child) {
    padding-top: 4rem;
    border-top: 1px solid #d9d9d9;
}

.team-member-info--section-heading h2 {
    color: #000;
    font-size: 2.8rem;
    font-weight: 500;
    margin: 0 0 1.5rem;
}

@media (max-width: 991px) {
    .single-team-member .entry-content > .header-section > .gb-layout-column-wrap {
        display: flex;
        flex-direction: column-reverse;
    }
}

.single-location .entry-content > .content-section {
    padding-bottom: 0;
}

.single-location .entry-content > .content-section > .gb-layout-column-wrap {
    grid-template-columns: auto 1fr;
    max-width: 896px;
}

.single-location .entry-content > .content-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 350px;
    height: 100%;
}

.single-location-info {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.single-location-info--block {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.single-location-info h2 {
    color: #555;
    font-size: 1.7rem;
    font-weight: 600;
    margin: 0 0 1.5rem;
    letter-spacing: 1px;
    word-spacing: 2px;
    text-transform: uppercase;
}

.single-location-info p {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    font-size: 1.8rem;
}

.single-location-info p span,
.single-location-info a {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.8rem;
}

.single-location-info a {
    color: var(--jmg-forest-green);
    font-weight: 500;
}

.single-location-info a:hover {
    filter: brightness(1.3);
}

.single-location-info svg {
    color: var(--jmg-forest-green);
}

.single-location .google-map-embed--wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #ececec !important;
    border-radius: 1rem;
    box-shadow: 0px 4px 13px -3px rgba(0, 0, 0, 0.17);
    overflow: hidden;
}

@media (max-width: 767px) {
    .single-location .entry-content > .content-section > .gb-layout-column-wrap {
        display: flex;
        flex-direction: column;
    }

    .single-location .entry-content > .content-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
        min-height: 0;
    }

    .single-location-info {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .single-location-info--block {
        flex: 1;
    }

    .single-location .google-map-embed--wrapper iframe {
        position: unset;
        min-height: 250px;
    }
}

.basic-page .site-inner {
    padding: var(--theme-section-padding) 0;
}

.basic-page .content-sidebar-wrap > .content {
    max-width: 760px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .basic-page .site-inner {
        padding: var(--theme-section-padding-mobile) 0;
    }
}

.carriers-archive {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.carriers-archive .carrier {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 2.5rem;
    border: 1px solid #ececec;
    border-radius: 14px;
    box-shadow: 0px 13px 31.6px rgba(0, 0, 0, 0.05);
}

.carrier .carrier-logo img {
    object-fit: contain;
    object-position: center center;
    width: 100%;
    max-width: 210px;
    height: 95px;
    margin: 0 auto;
}

.carrier .carrier-name h2 {
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 20px;
    color: rgb(22, 151, 94);
    margin: 0 0 1rem;
}

.carrier .carrier-phone a,
.carrier .carrier-url a,
.carrier .carrier-pdf a {
    display: grid;
    grid-template-columns: 2.2rem 1fr;
    align-items: center;
    gap: 1rem;
    font-size: 1.6rem;
}

.carrier .carrier-phone a span,
.carrier .carrier-url a span,
.carrier .carrier-pdf a span {
    display: flex;
}

.carrier .carrier-phone a span:last-child,
.carrier .carrier-url a span:last-child,
.carrier .carrier-pdf a span:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carrier .carrier-phone svg,
.carrier .carrier-url svg,
.carrier .carrier-pdf svg {
    color: #8AC6AB;
    border: 1px solid #16975E;
    border-radius: 100px;
    padding: 5px;
    width: 10px;
    height: 10px;
}

.carrier-buttons {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 1.5rem;
    margin: 1.5rem 0 0;
}

.carrier-buttons a.button {
    background: #F1F1F1;
    color: #000;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 4px 17px;
    margin: 0;
    border-radius: 15px;
}

.carrier-buttons a.button:hover {
    filter: brightness(0.92);
}

@media (max-width: 991px) {
    .carriers-archive {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .carriers-archive {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .carriers-archive {
        display: flex;
        flex-direction: column;
    }
}

.fp4-header > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.review-ratings {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 4rem;
    column-gap: 6rem;
}

.review-ratings--people {
    display: flex;
    align-items: center;
}

.review-ratings--people .person {
    width: 55px;
    min-width: 55px;
    height: 55px;
    margin-right: -1.25rem;
    border: 2.5px solid #f7f4f4;
    border-radius: 50%;
    overflow: hidden;
    z-index: var(--jmg-layer);
}

.review-ratings--people .person img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.review-ratings--people .number {
    background-color: #016e3e;
    padding: 0.75rem 2rem;
    border-radius: 3rem;
}

.review-ratings--people .number p {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
}

.review-ratings--info {
    background-color: #fff;
    display: grid;
    grid-template-rows: 2rem 1fr;
    grid-template-columns: 4rem 1fr;
    align-items: center;
    row-gap: 1rem;
    column-gap: 2rem;
    padding: 2rem;
    border-radius: 2rem;
}

.review-ratings--info .stars {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.review-ratings--info .stars .star {
    position: relative;
    display: flex;
    width: 2rem;
    height: 2rem;
}

.review-ratings--info .stars .star svg {
    position: relative;
    width: 2rem;
    height: 2rem;
    color: #edb25e;
    clip-path: inset(0 calc(100% - var(--jmg-fill)) 0 0);
    z-index: 1;
}

.review-ratings--info .stars .star .base {
    position: absolute;
    color: #dbdbdb;
    clip-path: unset;
    z-index: 0;
}

.review-ratings--info .logo {
    grid-row: 1 / span 2;
    display: flex;
    width: 4rem;
    height: 4rem;
}

.review-ratings--info .logo img {
    object-fit: contain;
    object-position: left center;
    width: 100%;
    height: 100%;
}

.review-ratings--info .rating p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 0;
}

.review-ratings--info .rating p span:first-child {
    font-weight: 700;
}

.home-blog-posts-main > .gb-layout-column-wrap {
    max-width: 100% !important;
}

.home-blog-posts-main .wp-block-query {
    margin: 4rem 0 0;
}

.resources-container {
    background: #f6f6f6;
    padding: 3rem;
    border: 1px solid #bebebe;
    border-radius: 1.2rem;
    margin: 5rem 0 0;
}

.single.single-post .entry-content .resources-container h3 {
    margin-top: 0;
}

.single-post .resources {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin: 0;
}

.single-post .resource {
    list-style-type: none;
    display: inline-flex;
    flex-direction: column;
    gap: 0.75rem;
    color: #333;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.4;
}

.single-post .resource a {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--jmg-emerald-green);
    font-size: 1.5rem;
    border-bottom: none;
}

.single-post .resource a:hover {
    color: var(--jmg-kelly-green);
}

.single-post .resource a span:first-child {
    display: flex;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-post .client-testimonials-section {
    padding: 0;
}

.blog-archive--all-heading h2 {
    margin: 0 0 4rem;
}

img.alignright {
    float: right;
    margin: .5em 0 .5em 1em;
}