/*
	Theme Name: Challenge
	Description: Base WordPress Theme
	Version: 1.0.0
	Author: Challenge Media Solutions Inc.
	Tags: Awesome, HTML5

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*------------------------------------*\
    BOOTSTRAP OVERRIDES
\*------------------------------------*/
@media (min-width: 1400px) {
    .container {
        width: 1400px;
    }
}
.panel-default.panel {
    border-radius: 20px;
    box-shadow: none;
    margin: 0 0 10px !important;
    overflow: hidden;
}
.panel-default.panel:last-of-type {
    margin-bottom: 0;
}
.panel-default > .panel-heading {
    background: none;
    color: transparent;
    padding: 0;
    position: relative;
    transition: 300ms background-color ease;
}
.panel-default > .panel-heading::after {
    color: var(--color-sage);
    content: '+';
    display: block;
    font-size: 44px;
    font-weight: 300;
    position: absolute;
    right: 28px;
    top: 18px;
    transition: 300ms color ease;
}
.panel-default > .panel-heading:hover::after {
    color: var(--color-forest);
}
.panel-default > .panel-heading.active::after {
    content: '-';
    font-size: 54px;
    right: 30px;
    top: 16px;
}
.panel-default > .panel-heading:hover {
    background-color: var(--color-off-white);
}
.panel-default > .panel-heading .panel-title {
    color: var(--color-sage);
    cursor: pointer;
    display: block;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    padding: 20px 80px 20px 30px;
    transition: 300ms color ease;
    width: 100%;
}
.panel-default > .panel-heading:hover .panel-title,
.panel-default > .panel-heading:active .panel-title,
.panel-default > .panel-heading:focus .panel-title {
    color: var(--color-forest);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    box-shadow: none;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    padding: 30px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body *:last-child {
    margin-bottom: 0;
}
.modal .modal-dialog {
    margin: 0;
    width: 100%;
}
@media (min-width: 992px) {
    .modal .modal-dialog {
        margin: 200px auto 0;
        width: 828px;
    }
}
.modal .modal-dialog .modal-content {
    border: none;
    overflow: hidden;
}
.modal .modal-dialog .modal-content .modal-header {
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    padding: 20px 38px 20px 20px;
}
.modal .modal-dialog .modal-content .modal-header .title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-header .close {
    color: #000;
    font-size: 30px;
    opacity: 1;
    position: absolute;
    right: 15px;
    text-shadow: none;
    top: 18px;
    transition: 300ms color ease;
}
.modal .modal-dialog .modal-content .modal-header .close:hover,
.modal .modal-dialog .modal-content .modal-header .close:active,
.modal .modal-dialog .modal-content .modal-header .close:focus {
}
.modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}
.modal .modal-dialog .modal-content .modal-body iframe {
    display: block;
    height: 58vw;
    width: 100%;
}
@media (min-width: 992px) {
    .modal .modal-dialog .modal-content .modal-body iframe {
        height: 500px;
    }
}
.modal-backdrop.fade {
}

/* PLUGIN OVERRIDES */
/* ADDRESS AUTOCOMPLETE */
.pac-container {
    z-index: 999999 !important;
}
.abiz-places-wrap gmp-place-autocomplete {
    border-color: rgb(143, 143, 157);
    border-radius: 10px;
}
/* Hide but keep "visible" for JS validators like Forminator */
.abiz-hidden-but-validate {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}
/* COOKIE YES */
.cky-consent-container {
    max-width: 100vw !important;
}
/* RECAPTCHA */
.grecaptcha-badge {
    bottom: 80px !important;
}
/* GTRANSLATE */
.gtranslate-selector .gtranslate_wrapper .gt_switcher .gt_selected {
    background: none;
    background-color: var(--color-forest);
    border-radius: 30px;
    transition: 300ms background-color ease;
}
.gtranslate-selector .gtranslate_wrapper .gt_switcher .gt_selected:hover {
    background-color: var(--color-olive);
}
.gtranslate-selector .gtranslate_wrapper .gt_switcher .gt_selected a {
    border: 2px solid var(--color-white);
    border-radius: 30px;
    color: var(--color-white);
    font-family: var(--font-family-nunito-sans);
    font-size: 18px;
    font-weight: 800;
    line-height: 44px;
    overflow: hidden;
    padding: 0 40px 3px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 108px;
}
.gtranslate-selector .gtranslate_wrapper .gt_switcher .gt_selected a:hover {
    background: none;
}
.gtranslate-selector .gtranslate_wrapper .gt_switcher .gt_selected a img {
    margin-right: 5px;
}
.gtranslate-selector .gtranslate_wrapper .gt_switcher .gt_selected a::after {
    background: none;
    color: var(--color-white);
    content: '\f0d7' !important;
    font-family: var(--font-family-font-awesome);
    font-size: 24px;
    right: 22px;
    top: 1px;
    transition: none;
}
.gtranslate-selector .gtranslate_wrapper .gt_switcher .gt_selected a.open::after {
    top: 22px;
}
.gtranslate-selector .gtranslate_wrapper .gt_switcher .gt_option {
    background-color: var(--color-white);
    left: 17px;
    position: absolute;
    top: 51px;
    transition: 300ms background-color ease;
    width: 134px;
}
.gtranslate-selector .gtranslate_wrapper .gt_switcher .gt_option a:hover {
    background-color: var(--color-off-white);
}

/* ACCESSIBILITY */
body .accessibility-trigger.aioa-small-icon button {
    bottom: 70px !important;
    left: 15px !important;
}

/* SIMPLE PAGE ANIMATOR */
/* Base state */
[data-effect] {
    opacity: 0;
    transform: translate3d(0, 0, 0);

    transition-property: opacity, transform;
    transition-timing-function: ease-out;

    /* DO NOT set transition-duration or transition-delay here
       (JS sets them inline from data-speed-* / data-delay-*) */
    will-change: opacity, transform;
}

/* Slide offsets */
[data-effect~="slide-from-left"] {
    transform: translate3d(-30px, 0, 0);
}
[data-effect~="slide-from-right"] {
    transform: translate3d(30px, 0, 0);
}
[data-effect~="slide-from-top"] {
    transform: translate3d(0, -30px, 0);
}
[data-effect~="slide-from-bottom"] {
    transform: translate3d(0, 30px, 0);
}

/* Final state */
[data-effect].is-animated {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* FLEXIBLE CONTENT */
body .section-hero {
    align-items: center;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    gap: 50px;
    min-height: 350px;
    max-height: 900px;
    padding: 0 0 60px;
    position: relative;
}
@media (max-width: 991px) {
    body .section-hero {
        background-image: none !important;
    }
}
@media (min-width: 992px) {
    body .section-hero {
        /* height: calc(100vh - var(--height-header-desktop)); */
        height: 30vw;
        /* justify-content: center;
        padding: 250px 0; */
        justify-content: flex-end;
    }
}
body .section-hero::before {
    background: var(--color-gradient-tan-transparent-ltr);
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
body .section-hero .mobile-hero-background-image {
    display: block;
    height: 50vw;
    object-fit: cover;
    object-position: right;
    position: relative;
    width: 100%;
}
@media (min-width: 992px) {
    body .section-hero .mobile-hero-background-image {
        display: none;
    }
}
body .section-hero .column:nth-of-type(1) .title {
    color: var(--color-forest);
    font-family: var(--font-family-playfair-display);
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 0;
    text-align: center;
    transition: 300ms font-size ease, 300ms line-height ease;
}
@media (min-width: 992px) {
    body .section-hero .column:nth-of-type(1) .title {
        font-size: 80px;
        line-height: 90px;
        text-align: left;
    }
}
body .section-standard-padding {
    padding: 60px 0;
}
@media (min-width: 992px) {
    body .section-standard-padding {
        padding: 90px 0;
    }
}
body .section-tight-padding {
    padding: 30px 0;
}
@media (min-width: 992px) {
    body .section-tight-padding {
        padding: 40px 0;
    }
}

/* FORMINATOR */
body .forminator-ui.forminator-design--default .forminator-label {
    font-size: 18px !important;
}
body .forminator-ui.forminator-design--default .forminator-input {
    font-size: 18px !important;
}
body .forminator-ui.forminator-custom-form[data-design="default"] .forminator-input {
    border-radius: 10px !important;
}
body .forminator-ui.forminator-design--default .forminator-error-message {
    background-color: var(--color-error) !important;
    border-radius: 10px !important;
    color: var(--color-white) !important;
    font-size: 18px !important;
    line-height: 26px !important;
    margin-top: 10px !important;
    padding: 10px 12px !important;
}
/* body .forminator-ui.forminator-custom-form[data-design="default"] .forminator-checkbox:not(.forminator-checkbox-inline) {
    margin: 16px 0;
} */
body .forminator-ui.forminator-design--default .forminator-checkbox__label p {
    font-size: 18px !important;
    line-height: normal;
}
body .forminator-ui.forminator-custom-form[data-design="default"] select.forminator-select2 + .forminator-select .selection span[role="combobox"].select2-selection--single {
    border-radius: 10px !important;
    outline-color: var(--color-sage) !important;
    overflow: hidden;
}
body .forminator-ui.forminator-custom-form[data-design="default"] select.forminator-select2 + .forminator-select .selection span[role="combobox"].select2-selection--single .select2-selection__rendered {
    background-color: var(--color-white) !important;
}
body .forminator-ui.forminator-design--default .forminator-button-submit {
    background-color: var(--color-sage) !important;
    border: 2px solid var(--color-white) !important ;
    border-radius: 30px !important;
    color: var(--color-white) !important;
    display: block;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 44px !important;
    opacity: 1;
    overflow: hidden;
    padding: 0 20px 3px !important;
    position: relative;
    /* transition: 300ms opacity ease; */
    transition: 300ms background-color ease !important;
    width: fit-content !important;
    z-index: 0;
}
body .forminator-ui.forminator-design--default .forminator-button-submit:hover {
    background-color: var(--color-forest) !important;
    box-shadow: none !important;
}
body .forminator-ui.forminator-custom-form[data-design="default"] .forminator-description {
    font-size: 18px !important;
}
body .forminator-ui.forminator-custom-form[data-design="default"] .forminator-checkbox span {
    font-size: 18px !important;
}
body .ui-datepicker.forminator-calendar--default::before {
    background-color: var(--color-white);
    border-color: #8F8F9D;
    border-radius: 10px;
}
body .ui-datepicker.forminator-calendar--default .ui-datepicker-header .ui-corner-all {
    background-color: var(--color-sage);
}
body .ui-datepicker.forminator-calendar--default .ui-datepicker-calendar tbody tr td a.ui-state-active,
body .ui-datepicker.forminator-calendar--default .ui-datepicker-calendar tbody tr td a.ui-state-default:active {
    border-color: var(--color-sage) !important;
    background-color: var(--color-sage) !important;
}
body .forminator-ui.forminator-custom-form[data-design="default"] .forminator-description span:not(.forminator-monospace) {
    margin-top: -28px !important;
}
body .forminator-ui.forminator-custom-form[data-design="default"] .forminator-checkbox .forminator-checkbox-box {
    border-color: var(--color-sage) !important;
    color: var(--color-sage) !important;
    outline-color: var(--color-sage) !important;
}
body .forminator-ui.forminator-custom-form[data-design="default"] .forminator-textarea {
    border-radius: 10px;
    outline: none;
}
body .forminator-select.forminator-select-dropdown-container--open * {
    background-color: var(--color-white) !important;
    border-color: var(--color-sage) !important;
    outline-color: var(--color-sage) !important;
}
body .forminator-select-dropdown-container--open .forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
    background-color: var(--color-sage) !important;
}
body .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid="open"] .forminator-col.readonly {
    pointer-events: none;
}
body .forminator-ui.forminator-design--default .forminator-radio {
    font-size: 18px !important;
}
body .forminator-ui.forminator-custom-form[data-design="default"] .forminator-radio input:checked + .forminator-radio-bullet::before {
    background-color: var(--color-sage) !important;
    border-color: var(--color-sage) !important;
}
body .forminator-ui.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"]:hover,
body .forminator-ui.forminator-design--default .forminator-radio input:checked + .forminator-radio-bullet,
body .forminator-ui.forminator-design--default .forminator-radio .forminator-radio-bullet:hover {
    border-color: var(--color-sage) !important;
}
body .forminator-ui.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"]:hover .select2-selection__arrow {
    color: var(--color-sage) !important;
}
body .forminator-ui.forminator-custom-form[data-design="default"] .forminator-field .title {
    color: var(--color-sage);
    font-family: var(--font-family-playfair-display);
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
}
body .forminator-ui.forminator-custom-form[data-design="default"] .forminator-multi-upload {
    border-radius: 10px !important;
}
body .forminator-ui.forminator-custom-form[data-design="default"] .forminator-multi-upload .forminator-multi-upload-message p {
    font-size: 16px !important;
}
body .forminator-ui.forminator-custom-form[data-design="default"] .forminator-multi-upload .forminator-multi-upload-message [class*="forminator-icon-"]::before {
    font-size: 50px !important;
}
body .forminator-ui #signature-pad-wrapper {
    border: 1px solid #8F8F9D;
    border-radius: 10px;
    margin-bottom: 5px;
    overflow: hidden;
}
body .forminator-ui #signature-pad-wrapper #signature-pad {
}
body .forminator-ui #clear-button-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: -34px;
    position: relative;
}
body .forminator-ui #clear-button-wrapper #clear-button {
    color: var(--color-error);
    display: block;
    font-size: 18px;
    font-weight: 600;
    width: fit-content;
}
body .forminator-ui.forminator-design--default .forminator-response-message.forminator-success {
    background-color: var(--color-sage) !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--color-white) !important;
    font-size: 16px !important;
}
body .forminator-edit-module {
    display: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

:root {
    --height-header-mobile: 100px;
    --height-header-desktop: 100px;

    --color-white: #FFF;
    --color-off-white: #E7E6E6;
    --color-black: #000;
    --color-error: firebrick;

    --color-tan: #EBE3D2;
    --color-sand: #D6D3BC;
    --color-khaki: #CCBFA3;
    --color-olive: #737A5D;
    --color-sage: #5C7F51;
    --color-forest: #204021;

    --color-gradient-tan-transparent-ltr: linear-gradient(-90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 25%, rgb(235, 227, 210) 75%, rgb(235, 227, 210) 100%);
    /*--color-gradient-khaki-transparent-ltr: linear-gradient(-90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.49) 50%, rgb(204, 191, 163) 100%);*/

    --font-family-playfair-display: "Playfair Display", serif;
    --font-family-nunito-sans: "Nunito Sans", sans-serif;

    --font-family-font-awesome: 'Font Awesome 6 Free';
}
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
::selection {
	background: var(--color-sage);
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
	background: var(--color-sage);
	color: #FFF;
	text-shadow: none;
}
::-moz-selection {
	background: var(--color-sage);
	color: #FFF;
	text-shadow: none;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}
body {
    color: var(--color-sage);
    font-family: var(--font-family-nunito-sans);
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    /* -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; */
}
body.mobile-nav-open {
    overflow: hidden;
}
@media (min-width: 992px) {
    body.mobile-nav-open {
        overflow: visible;
    }
}
h1 {
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 20px;
}

.mobile-only {
    display: inline;
}

@media (min-width: 992px) {
    .mobile-only {
        display: none;
    }
}
.desktop-only {
    display: none;
}

@media (min-width: 992px) {
    .desktop-only {
        display: inline;
    }
}

/* Playfair Display — bold only */
.playfair-display-bold {
    font-family: var(--font-family-playfair-display);
    font-optical-sizing: auto;
    font-weight: 700;        /* adjust if you're using a different bold weight */
    font-style: normal;
}

/* Nunito Sans — light */
.nunito-sans-light {
    font-family: var(--font-family-nunito-sans);
    font-optical-sizing: auto;
    font-weight: 300;        /* light */
    font-style: normal;
    font-variation-settings:
        "wdth" 100,
        "YTLC" 500;
}

/* Nunito Sans — regular */
.nunito-sans-regular {
    font-family: var(--font-family-nunito-sans);
    font-optical-sizing: auto;
    font-weight: 400;        /* regular */
    font-style: normal;
    font-variation-settings:
        "wdth" 100,
        "YTLC" 500;
}

/* Nunito Sans — bold */
.nunito-sans-bold {
    font-family: var(--font-family-nunito-sans);
    font-optical-sizing: auto;
    font-weight: 700;        /* bold */
    font-style: normal;
    font-variation-settings:
        "wdth" 100,
        "YTLC" 500;
}

.color-white {
    color: var(--color-white);
}
.color-black {
    color: var(--color-black);
}
.color-tan {
    color: var(--color-tan);
}
.color-sand {
    color: var(--color-sand);
}
.color-khaki {
    color: var(--color-khaki);
}
.color-olive {
    color: var(--color-olive);
}
.color-sage {
    color: var(--color-sage);
}
.color-forest {
    color: var(--color-forest);
}

.text-link {
    border-bottom: 1px solid var(--color-sage);
    display: inline-block;
    transition: 300ms border-color ease, 300ms color ease;
}
.text-link:hover,
.text-link:active,
.text-link:focus {
    border-color: var(--color-forest);
    color: var(--color-forest);
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    clear: both;
    *zoom: 1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
img.error {
    display: none !important;
}
p {
    margin-bottom: 20px;
}
a {
    /* border-bottom: 1px solid transparent; */
    color: var(--color-sage);
    /* display: inline-block; */
	text-decoration: none;
    /* transition: 300ms border-color ease-in, 300ms color ease-in; */
}
a:hover {
    text-decoration: none;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
a:hover,
a:active,
a:focus {
    /* border-bottom-color: var(--color-forest);
    color: var(--color-forest); */
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}
a.cta {
    background-color: var(--color-sage);
    border: 2px solid var(--color-white);
    border-radius: 30px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    color: var(--color-white);
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 44px;
    opacity: 1;
    overflow: hidden;
    /* padding: 0 20px 3px; */
    padding: 2px 20px;
    position: relative;
    /* transition: 300ms opacity ease; */
    transition: 300ms background-color ease;
    width: fit-content;
    z-index: 0;
}
a.cta:hover,
a.cta:active,
a.cta:focus {
    background-color: var(--color-forest);
}
a.cta.cta-2 {
    background-color: var(--color-white);
    border-color: var(--color-forest);
    color: var(--color-forest);
}
a.cta.cta-2:hover,
a.cta.cta-2:active,
a.cta.cta-2:focus {
    background-color: var(--color-off-white);
}
input:focus {
	outline: 0;
}
section {
    display: block;
}
.cta-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
@media (min-width: 992px) {
    .cta-wrapper {
        flex-direction: row;
        justify-content: center;
    }
}
.text-align-center {
    text-align: center;
}
.divider {
    border-bottom: 1px dashed var(--color-sage);
    font-size: 0;
    margin: 20px 0 0;
}

/* HEADER */
/* General */
header {
    position: relative;
    z-index: 2;
}
/* Mobile */
header.header-mobile {
    background-color: var(--color-sage);
    /* border-bottom: 4px solid var(--color-khaki); */
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    /* margin-top: 30px; */
    /* background: var(--color-white); */
    /* border-bottom: 1px solid var(--color-cool-light-gray); */
    height: var(--height-header-mobile);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: 300ms background-color ease;
    width: 100vw;
    z-index: 3;
}
body.scrolled header.header-mobile {
    /* background-color: rgba(0,0,0,0.3);
    backdrop-filter: blur(10px); */
    /* background: linear-gradient(rgba(255, 254, 250, 0.04) 0%, rgba(255, 254, 250, 0) 100%); */
    /* mask: linear-gradient(-5deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 45%); */
}
/* body.mobile-nav-open header.header-mobile,
body.mobile-nav-open.scrolled header.header-mobile {
    background-color: var(--color-cerulean-blue);
    mask: none;
} */
header.header-mobile .header-inner .top-section {
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 1;
}
header.header-mobile .header-inner .top-section .mobile-nav-toggle {
    color: var(--color-white);
    display: block;
    font-size: 30px;
    height: 30px;
    position: absolute;
    right: -2px;
    top: 32px;
    transition: 300ms color ease;
    width: 30px;
    z-index: 1;
}
header.header-mobile .header-inner .top-section .logo-column {
    align-items: flex-start;
    display: flex;
    height: 100%;
    margin-bottom: 0;
}
header.header-mobile .header-inner .top-section .logo-column .logo {
    background-color: var(--color-white);
    /* border: 4px solid var(--color-khaki); */
    border: 3px solid var(--color-forest);
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    /* border-radius: 40px; */
    border-radius: 10px;
    display: block;
    margin-top: 13px;
    padding: 7px 13px 8px 7px;
    text-align: center;
    transition: 300ms background-color ease;
}
header.header-mobile .header-inner .top-section .logo-column .logo:hover,
header.header-mobile .header-inner .top-section .logo-column .logo:active,
header.header-mobile .header-inner .top-section .logo-column .logo:focus {
    background-color: var(--color-off-white);
}
header.header-mobile .header-inner .top-section .logo-column .logo .logo-img {
    display: block;
    height: auto;
    width: 154px;
}
header.header-mobile .header-inner .bottom-section {
    background-color: rgba(255, 255, 255, 0.97);
    display: none;
    height: calc(100vh - var(--height-header-mobile));
    left: 0;
    margin: 0;
    overflow: auto;
    padding: 36px 0;
    position: absolute;
    top: var(--height-header-mobile);
    width: 100vw;
}
header.header-mobile.mobile-nav-open .header-inner .bottom-section {
    border-top: 1px solid var(--color-off-white);
    display: block;
}
header.header-mobile .header-inner .bottom-section nav > ul {
    list-style: none;
    padding: 0;
}
header.header-mobile .header-inner .bottom-section nav > ul > li {
    cursor: pointer;
    margin-left: 0;
}
header.header-mobile .header-inner .bottom-section nav > ul > li > a {
    background-color: transparent;
    border: none;
    display: inline-block;
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    transition: 300ms color ease;
}
header.header-mobile .header-inner .bottom-section nav > ul > li > a:hover,
header.header-mobile .header-inner .bottom-section nav > ul > li > a:active,
header.header-mobile .header-inner .bottom-section nav > ul > li > a:focus {
    color: #000;
}
header.header-mobile .header-inner .bottom-section nav > ul > li.current_page_item > a {
    font-weight: 600;
}
header.header-mobile .header-inner .bottom-section nav > ul > li.menu-item-has-children > a::after {
    content: '\f0d7';
    display: block;
    font-family: var(--font-family-font-awesome);
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    right: -24px;
    top: -2px;
    transition: 300ms transform ease;
}
header.header-mobile .header-inner .bottom-section nav > ul > li.menu-item-has-children.open > a::after {
    top: 1px;
    transform: rotate(180deg);
}
header.header-mobile .header-inner .bottom-section nav > ul > li > ul {
    display: none;
    list-style: none;
    margin-bottom: 0;
    padding: 0 0 0 30px;
}
header.header-mobile .header-inner .bottom-section nav > ul > li.open > ul {
    display: block;
}
header.header-mobile .header-inner .bottom-section nav > ul > li > ul > li {
    margin-left: 0;
}
header.header-mobile .header-inner .bottom-section nav > ul > li > ul > li > a {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 24px;
    transition: 300ms color ease;
}
header.header-mobile .header-inner .bottom-section nav > ul > li > ul > li > a:hover,
header.header-mobile .header-inner .bottom-section nav > ul > li > ul > li > a:active,
header.header-mobile .header-inner .bottom-section nav > ul > li > ul > li > a:focus {
    color: #000;
}
header.header-mobile .header-inner .bottom-section nav > ul > li > ul > li.menu-item-has-children > a {
    cursor: default;
}
header.header-mobile .header-inner .bottom-section nav > ul > li > ul > li > ul {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
    padding: 0;
    width: 100%;
}
header.header-mobile .header-inner .bottom-section nav > ul > li > ul > li > ul > li {
    margin-left: 0;
}
header.header-mobile .header-inner .bottom-section nav > ul > li > ul > li > ul > li > a {
    color: var(--color-white);
    display: block;
    font-size: 18px;
    line-height: 28px;
    padding-left: 20px;
    transition: 300ms color ease;
}
header.header-mobile .header-inner .bottom-section nav > ul > li > ul > li > ul > li > a:hover,
header.header-mobile .header-inner .bottom-section nav > ul > li > ul > li > ul > li > a:active,
header.header-mobile .header-inner .bottom-section nav > ul > li > ul > li > ul > li > a:focus {
    color: var(--color-black);
}
/* Desktop */
header.header-desktop {
    background-color: var(--color-sage);
    /* border-bottom: 4px solid var(--color-khaki); */
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    height: var(--height-header-desktop);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: 300ms background-color ease;
    z-index: 3;
}
body.scrolled header.header-desktop {
    background-color: rgba(0,0,0,0.3);
    /* box-shadow: 0 0px 3px rgba(255,255,255,0.3); */
    backdrop-filter: blur(10px);
    /* background: linear-gradient(rgba(255, 254, 250, 0.04) 0%, rgba(255, 254, 250, 0) 100%); */
    /* mask: linear-gradient(-5deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 45%); */
}
header.header-desktop .header-inner {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: var(--height-header-desktop);
    justify-content: space-between;
    width: 100%;
}
header.header-desktop .header-inner .logo-column {
    align-items: flex-start;
    display: flex;
    height: 100%;
    margin-bottom: 0;
}
header.header-desktop .header-inner .logo-column .logo {
    background-color: var(--color-white);
    /* border: 3px solid var(--color-khaki); */
    border: 3px solid var(--color-forest);
    /* border-radius: 48px; */
    border-radius: 10px;
    /* box-shadow: 0 0 20px rgba(255,255,255,0.9); */
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    display: block;
    margin-top: 11px;
    padding: 8px 15px 10px 10px;
    text-align: left;
    transition: 300ms background-color ease;
}
header.header-desktop .header-inner .logo-column .logo:hover,
header.header-desktop .header-inner .logo-column .logo:active,
header.header-desktop .header-inner .logo-column .logo:focus {
    background-color: var(--color-off-white);
}
header.header-desktop .header-inner .logo-column .logo .logo-img {
    height: auto;
    width: 154px;
}
header.header-desktop .header-inner nav {
    position: relative;
    top: -1px;
}
header.header-desktop .header-inner nav ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
header.header-desktop .header-inner nav ul li {
    position: relative;
}
header.header-desktop .header-inner nav > ul {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 14px;
    transition: 300ms gap ease;
}
@media (min-width: 1400px) {
    header.header-desktop .header-inner nav > ul {
        gap: 60px;
    }
}
header.header-desktop .header-inner nav > ul > li {
    display: inline-block;
    position: relative;
}
header.header-desktop .header-inner nav > ul > li:last-of-type {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
header.header-desktop .header-inner nav > ul > li > a {
    border-bottom: 2px solid transparent;
    color: var(--color-white);
    display: block;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.4px;
    line-height: 30px;
    margin-bottom: 12px;
    text-transform: uppercase;
    transition: 300ms border-color ease;
}
header.header-desktop .header-inner nav > ul > li.current_page_item a,
header.header-desktop .header-inner nav > ul > li a:hover,
header.header-desktop .header-inner nav > ul > li a:active,
header.header-desktop .header-inner nav > ul > li a:focus {
    /* text-decoration: underline; */
    border-bottom-color: var(--color-white);
}
header.header-desktop .header-inner nav > ul > li > ul {
    background-color: var(--color-forest);
    border: 2px solid var(--color-white);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    display: none;
    flex-direction: column;
    left: -18px;
    /* overflow: hidden; */
    position: absolute;
    top: 44px;
}
header.header-desktop .header-inner nav > ul > li:hover > ul {
    display: flex;
}
header.header-desktop .header-inner nav > ul > li > ul > li {
    position: relative;
}
header.header-desktop .header-inner nav > ul > li > ul > li > a {
    border-bottom: 1px dotted var(--color-white);
    color: var(--color-white);
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 44px;
    padding: 0 18px;
    transition: 300ms background-color ease;
    white-space: nowrap;
}
header.header-desktop .header-inner nav > ul > li > ul > li > a:hover {
    background-color: var(--color-olive);
}
header.header-desktop .header-inner nav > ul > li > ul > li:first-of-type > a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
header.header-desktop .header-inner nav > ul > li > ul > li:last-of-type > a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
header.header-desktop .header-inner nav > ul > li > ul > li.menu-item-has-children > a {
    padding-right: 52px;
}
header.header-desktop .header-inner nav > ul > li > ul > li.menu-item-has-children > a::after {
    content: '\f0da' !important;
    display: block;
    font-family: var(--font-family-font-awesome);
    font-weight: 700;
    font-size: 26px;
    right: 18px;
    position: absolute;
    top: 0;
}
header.header-desktop .header-inner .more-links {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 5px;
    height: 50px;
    position: relative;
    /* top: -4px; */
}
header.header-desktop .header-inner .more-links .phone {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* width: 270px; */
}
header.header-desktop .header-inner .more-links .phone i.fa-phone {
    display: none;
}
header.header-desktop .header-inner nav > ul > li > ul > li > ul {
    background-color: var(--color-forest);
    border: 2px solid var(--color-white);
    border-left: 1px dotted;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    display: none;
    left: 100%;
    position: absolute;
    top: -2px;
}
header.header-desktop .header-inner nav > ul > li > ul > li:hover > ul {
    display: block;
}
header.header-desktop .header-inner nav > ul > li > ul > li > ul > li > a {
    border-radius: 0 10px 10px 0;
    color: var(--color-white);
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 44px;
    padding: 0 18px;
    transition: 300ms background-color ease;
    white-space: nowrap;
}
header.header-desktop .header-inner nav > ul > li > ul > li > ul > li > a:hover {
    background-color: var(--color-olive);
    
}
header.header-desktop .header-inner .more-links .gtranslate-selector {
}
header.header-desktop .header-inner .more-links .phone i {
    font-size: 16px;
    margin-right: 4px;
    position: relative;
    top: 1px;
    transform: rotate(30deg);
}
/* TODO: revisit */
/* HERO */
.hero {
    background-position: center top;
    min-height: 100vh;
    position: relative;
}
.hero img,
.hero video {
    display: block;
    min-height: 100vh;
    object-fit: cover;
    width: 100%;
}
.hero .content-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    min-height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.hero .content-wrapper .content-wrapper-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;;
}
@media (min-width: 992px) {
    .hero .content-wrapper .content-wrapper-inner {
        width: 90%;
    }
}
.hero .content-wrapper .content-wrapper-inner .title {
    color: var(--color-golden-yellow);
    font-size: 56px;
    letter-spacing: -2px;
    line-height: 56px;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .hero .content-wrapper .content-wrapper-inner .title {
        /* font-size: 100px;
        letter-spacing: -3px;
        line-height: 92px; */

        font-size: 5.8vw;
        letter-spacing: -3px;
        line-height: 5.1vw;
    }
}
/* @media (min-width: 1600px) {
    .hero .content-wrapper .content-wrapper-inner .title {
        font-size: 100px;
        line-height: 92px;
    }
} */
.hero .content-wrapper .content-wrapper-inner .description {
    margin-bottom: 40px;
}
@media (min-width: 992px) {
    .hero .content-wrapper .content-wrapper-inner .description {
        margin-bottom: 20px;
    }
}
.hero .content-wrapper .content-wrapper-inner .description p {
    color: var(--color-white);
    font-size: 24px;    
    line-height: 28px;
    /* max-width: 429px; */
}
.hero .content-wrapper .content-wrapper-inner .description p:last-of-type {
    margin-bottom: 0;
}
.hero .content-wrapper .content-wrapper-inner .cta-wrapper {
}
.hero .content-wrapper .content-wrapper-inner .cta-wrapper .cta {
}

/* MAIN */
main {
    min-height: 300px;
    padding-top: var(--height-header-mobile);
}
@media (min-width: 1200px) {
    main {
        padding-top: var(--height-header-desktop);
    }
}
footer {
    border-top: 4px solid var(--color-sage);
}
footer .top-section {
    background-color: var(--color-forest);
    padding: 42px 0;
}
footer .top-section .inner {
    display: flex;
    flex-direction: row;
    /* gap: 20px; */
}
footer .top-section .logo-column {
    display: none;
}
@media (min-width: 1200px) {
    footer .top-section .logo-column {
        display: block;
    }
}
@media (min-width: 1400px) {
    footer .top-section .logo-column {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media (min-width: 1200px) {
    footer .top-section .inner .logo-column {
        margin-right: 50px;
    }
}
footer .top-section .inner .logo-column .logo {
    background: white;
    border: 4px solid var(--color-khaki);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
    display: block;
    height: 200px;
    padding: 16px 20px 20px 20px;
    transition: 300ms transform ease;
    width: 200px;
}
footer .top-section .inner .logo-column .logo:hover,
footer .top-section .inner .logo-column .logo:active,
footer .top-section .inner .logo-column .logo:focus {
    transform: scale(1.05);
}
footer .top-section .inner .logo-column .logo .logo-img {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 114px;
}
footer .top-section .inner nav {
    margin-right: 50px;
}
footer .top-section .inner nav > ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 1200px) {
    footer .top-section .inner nav > ul {
        flex-direction: row;
        gap: 50px;
    }
}
footer .top-section .inner nav > ul > li {
}
footer .top-section .inner nav > ul > li > a {
    border-bottom: 1px solid transparent;
    color: var(--color-white);
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    transition: 300ms border-color ease;
}
footer .top-section .inner nav > ul > li > a:hover {
    border-bottom: 1px solid var(--color-white);
}
footer .top-section .inner nav > ul > li > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .top-section .inner nav > ul > li > ul > li {
}
footer .top-section .inner nav > ul > li > ul > li > a {
    color: var(--color-white);
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    transition: 300ms color ease;
}
footer .top-section .inner nav > ul > li > ul > li > a:hover {
    color: var(--color-sand);
}
footer .top-section .inner .more-links {
    flex-shrink: 0;
}
footer .top-section .inner .more-links .phone {
    margin-bottom: 20px;
}
footer .top-section .inner .more-links .phone i {
    font-size: 16px;
    margin-right: 4px;
    position: relative;
    top: 1px;
    transform: rotate(30deg);
}
footer .top-section .inner .more-links .email-section {
    margin-bottom: 20px;
}
footer .top-section .inner .more-links .email-section .title {
    color: var(--color-sage);
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
}
footer .top-section .inner .more-links .email-section .email {
    border-bottom: 1px solid transparent;
    color: var(--color-white);
    display: inline-block;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    transition: 300ms border-color ease;
}
footer .top-section .inner .more-links .email-section .email:hover {
    border-color: var(--color-white);
}
/* footer .top-section .inner .more-links .office-hours-section {
    margin-bottom: 20px;
} */
footer .top-section .inner .more-links .office-hours-section .title {
    color: var(--color-sage);
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
}
footer .top-section .inner .more-links .office-hours-section .office-hours {
    color: var(--color-white);
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 0;
}
footer .bottom-section {
    background-color: var(--color-sage);
    padding: 12px 0 15px;
}
footer .bottom-section .legal-column {
    text-align: center;
}
footer .bottom-section .legal-column .copyright {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}

/* PAGE/TEMPLATE-SPECIFIC */
body.home .section-1 {
}
@media (min-width: 992px) {
    body.home .section-hero {
        height: calc(100vh - var(--height-header-desktop));
    }
}
body.home .section-1::before {
    background: var(--color-gradient-tan-transparent-ltr);
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
@media (min-width: 992px) {
    body.home .section-1 .column:nth-of-type(1) {
        max-width: 600px;
    }
}
body.home .section-1 .column:nth-of-type(1) .title {
    color: var(--color-forest);
    font-family: var(--font-family-playfair-display);
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    body.home .section-1 .column:nth-of-type(1) .title {
        font-size: 80px;
        line-height: 90px;
    }
}
body.home .section-1 .column:nth-of-type(1) .description {
    color: var(--color-sage);
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
    text-align: center;
}
@media (min-width: 992px) {
    body.home .section-1 .column:nth-of-type(1) .description {
        text-align: left;
    }
}
body.home .section-1 .column:nth-of-type(1) .cta {
    margin: 0 auto;
}
@media (min-width: 992px) {
    body.home .section-1 .column:nth-of-type(1) .cta {
        margin: 0;
    }
}
body.home .section-2 .column:nth-of-type(1) .repeatable-list-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media (min-width: 992px) {
    body.home .section-2 .column:nth-of-type(1) .repeatable-list-block {
        flex-direction: row;
        gap: 50px;
        justify-content: center;
    }
}
body.home .section-2 .column:nth-of-type(1) .repeatable-list-block .repeatable-list-block-item {
    background-color: var(--color-white);
    border: 3px solid var(--color-tan);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: 300ms transform ease;
}
body.home .section-2 .column:nth-of-type(1) .repeatable-list-block .repeatable-list-block-item:hover {
    transform: scale(1.02);
}
@media (min-width: 992px) {
    body.home .section-2 .column:nth-of-type(1) .repeatable-list-block .repeatable-list-block-item {
        max-width: 450px;
    }
}
body.home .section-2 .column:nth-of-type(1) .repeatable-list-block .repeatable-list-block-item .link {
    display: flex;
    flex-direction: column;
    height: 100%;
}
body.home .section-2 .column:nth-of-type(1) .repeatable-list-block .repeatable-list-block-item .description {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    /* min-height: 100px; */
    padding: 15px 20px;
    text-align: center;
}
body.home .section-2 .column:nth-of-type(1) .repeatable-list-block .repeatable-list-block-item .description .title {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 0;
    transition: 300ms color ease;
}
body.home .section-2 .column:nth-of-type(1) .repeatable-list-block .repeatable-list-block-item .link:hover .title,
body.home .section-2 .column:nth-of-type(1) .repeatable-list-block .repeatable-list-block-item .link:active .title,
body.home .section-2 .column:nth-of-type(1) .repeatable-list-block .repeatable-list-block-item .link:focus .title {
    color: var(--color-forest);
}
body.home .section-3 {
    border-top: 3px solid var(--color-forest);
    border-bottom: 3px solid var(--color-forest);
    padding: 40px 0;
}
@media (min-width: 992px) {
    body.home .section-3 {
        padding: 70px 0;
    }
}
body.home .section-3 .column:nth-of-type(1) .title {
    color: var(--color-forest);
    font-size: 54px;
    font-weight: 300;
    line-height: 74px;
    margin-bottom: 0;
    text-align: center;
}
@media (min-width: 992px) {
    body.home .section-3 .column:nth-of-type(1) .title {
        line-height: 60px;
    }
}
body.home .section-3 .column:nth-of-type(1) .title .number-roll,
body.home .section-3 .column:nth-of-type(1) .title .plus {
    color: var(--color-sage);
    font-size: 90px;
    font-weight: 700;
    position: relative;
    top: 8px;
}
body.home .section-4 {
    background-color: var(--color-tan);
    /* padding: 30px 0; */
}
@media (min-width: 992px) {
    body.home .section-4 {
        /* padding: 90px 0; */
    }
}
body.home .section-4 .testimonials {
}
body.home .section-4 .testimonials .title-and-description-wrapper {
    margin: 0 auto;
    max-width: 670px;
}
body.home .section-4 .testimonials .title-and-description-wrapper .title {
    color: var(--color-forest);
    font-family: var(--font-family-playfair-display);
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 16px;
    text-align: center;
}
@media (min-width: 992px) {
    body.home .section-4 .testimonials .title-and-description-wrapper .title {
        font-size: 70px;
        line-height: 80px;
    }
}
body.home .section-4 .testimonials .title-and-description-wrapper .description {
    color: var(--color-sage);
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 50px;
    text-align: center;
}
@media (min-width: 520px) {
    body.home .section-4 .testimonials .splide {
        padding: 0 60px;
    }
}
body.home .section-4 .testimonials .splide .splide__arrows .splide__arrow {
    background-color: var(--color-khaki);
}
body.home .section-4 .testimonials .splide .splide__arrows .splide__arrow.splide__arrow--prev {
    left: 2px;
}
body.home .section-4 .testimonials .splide .splide__arrows .splide__arrow.splide__arrow--next {
    right: 2px;
}
body.home .section-4 .testimonials .splide .splide__arrows .splide__arrow svg {
    fill: var(--color-forest);
}
body.home .section-4 .testimonials .splide .splide__track .splide__list .splide__slide.testimonial {
    align-items: flex-end;
    background-color: var(--color-white);
    border: 2px solid var(--color-khaki);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 30px;
}
body.home .section-4 .testimonials .splide .splide__track .splide__list .splide__slide.testimonial .content {
    color: var(--color-forest);
    font-size: 20px;
    font-style: italic;
    line-height: 28px;
    margin-bottom: 20px;
}
body.home .section-4 .testimonials .splide .splide__track .splide__list .splide__slide.testimonial .content .quote-mark {
}
body.home .section-4 .testimonials .splide .splide__track .splide__list .splide__slide.testimonial .author {
    color: var(--color-forest);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}

body.careers .section-2 .column:nth-of-type(1) .description {
    font-size: 24px;
    line-height: 30px;
}
body.careers .section-2 .column:nth-of-type(1) .email-section .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}
body.careers .section-2 .column:nth-of-type(1) .email-section .email {
    font-size: 24px;
    line-height: 30px;
}
body.careers .section-3 .column:nth-of-type(1) .title {
    color: var(--color-forest);
    font-family: var(--font-family-playfair-display);
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 16px;
}
@media (min-width: 992px) {
    body.careers .section-3 .column:nth-of-type(1) .title {
        font-size: 70px;
        line-height: 80px;
    }
}
body.careers .section-3 .column:nth-of-type(1) .description {
    color: var(--color-sage);
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
}

body.assisted-living-waiver .section-2 .description *:last-child {
    margin-bottom: 0;
}
body.assisted-living-waiver .section-3 .faq .title {
    color: var(--color-forest);
    font-family: var(--font-family-playfair-display);
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 50px;
    text-align: center;
}
@media (min-width: 992px) {
    body.assisted-living-waiver .section-3 .faq .title {
        font-size: 70px;
        line-height: 80px;
    }
}
body.assisted-living-waiver .section-4 .column:nth-of-type(1) .block-type-text-block .title {
    color: var(--color-forest);
    font-family: var(--font-family-playfair-display);
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 50px;
}
@media (min-width: 992px) {
    body.assisted-living-waiver .section-4 .column:nth-of-type(1) .block-type-text-block .title {
        font-size: 70px;
        line-height: 80px;
    }
}
body.assisted-living-waiver .section-4 .column:nth-of-type(1) .repeatable-list-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media (min-width: 992px) {
    body.assisted-living-waiver .section-4 .column:nth-of-type(1) .repeatable-list-block {
        flex-direction: row;
        gap: 50px;
        justify-content: center;
    }
}
body.assisted-living-waiver .section-4 .column:nth-of-type(1) .repeatable-list-block .repeatable-list-block-item {
    background-color: var(--color-white);
    border: 3px solid var(--color-tan);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    transition: 300ms transform ease;
}
body.assisted-living-waiver .section-4 .column:nth-of-type(1) .repeatable-list-block .repeatable-list-block-item:hover {
    transform: scale(1.02);
}
@media (min-width: 992px) {
    body.assisted-living-waiver .section-4 .column:nth-of-type(1) .repeatable-list-block .repeatable-list-block-item {
        max-width: 450px;
    }
}
body.assisted-living-waiver .section-4 .column:nth-of-type(1) .repeatable-list-block .repeatable-list-block-item .link {
    display: flex;
    flex-direction: column;
    height: 100%;
}
body.assisted-living-waiver .section-4 .column:nth-of-type(1) .repeatable-list-block .repeatable-list-block-item .description {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    /* min-height: 100px; */
    padding: 15px 20px;
    text-align: center;
}
body.assisted-living-waiver .section-4 .column:nth-of-type(1) .repeatable-list-block .repeatable-list-block-item .description .title {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 0;
    transition: 300ms color ease;
}
body.assisted-living-waiver .section-4 .column:nth-of-type(1) .repeatable-list-block .repeatable-list-block-item .link:hover .description .title,
body.assisted-living-waiver .section-4 .column:nth-of-type(1) .repeatable-list-block .repeatable-list-block-item .link:active .description .title,
body.assisted-living-waiver .section-4 .column:nth-of-type(1) .repeatable-list-block .repeatable-list-block-item .link:focus .description .title {
    color: var(--color-forest);
}
body.assisted-living-waiver .section-4 .column:nth-of-type(1) .repeatable-list-block .repeatable-list-block-item .description-2 {
    background-color: var(--color-sage);
    border-radius: 0 0 10px 10px;
    border-right: 2px solid var(--color-white);
    border-bottom: 2px solid var(--color-white);
    bottom: -2px;
    padding: 10px 20px;
    position: relative;
    left: -2px;
    right: -2px;
    text-align: center;
    transition: 300ms background-color ease;
    width: 101%;
}
body.assisted-living-waiver .section-4 .column:nth-of-type(1) .repeatable-list-block .repeatable-list-block-item .link:hover .description-2,
body.assisted-living-waiver .section-4 .column:nth-of-type(1) .repeatable-list-block .repeatable-list-block-item .link:active .description-2,
body.assisted-living-waiver .section-4 .column:nth-of-type(1) .repeatable-list-block .repeatable-list-block-item .link:focus .description-2 {
    background-color: var(--color-forest);
}
body.assisted-living-waiver .section-4 .column:nth-of-type(1) .repeatable-list-block .repeatable-list-block-item .description-2 .title {
    color: var(--color-white);
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    margin-bottom: 0;
}
body.assisted-living-waiver .section-5 .column:nth-of-type(1) .block-type-text-block .title {
    color: var(--color-forest);
    font-family: var(--font-family-playfair-display);
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 50px;
    text-align: center;
}
@media (min-width: 992px) {
    body.assisted-living-waiver .section-5 .column:nth-of-type(1) .block-type-text-block .title {
        font-size: 70px;
        line-height: 80px;
    }
}
body.assisted-living-waiver .section-5 .column:nth-of-type(1) .block-type-text-block .facilities-map {
    height: 52vw;
    margin-bottom: 20px;
    max-height: 500px;
    width: 100%;
}

body.adult-protective-services .section-2,
body.community .section-2,
body.skilled-nursing-facility .section-2 {
    border-top: 3px solid var(--color-forest);
    border-bottom: 3px solid var(--color-forest);
}
body.adult-protective-services .section-3 .title,
body.community .section-3 .title,
body.skilled-nursing-facility .section-3 .title {
    color: var(--color-forest);
    font-family: var(--font-family-playfair-display);
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 50px;
}
@media (min-width: 992px) {
    body.adult-protective-services .section-3 .title,
    body.community .section-3 .title,
    body.skilled-nursing-facility .section-3 .title {
        font-size: 70px;
        line-height: 80px;
    }
}

body.community-health-worker .section-2 .description *:last-child {
    margin-bottom: 0;
}
body.community-health-worker .section-3 .column:nth-of-type(1) .title {
    color: var(--color-forest);
    font-size: 44px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 0;
    text-align: center;
}
@media (min-width: 992px) {
    body.community-health-worker .section-3 .column:nth-of-type(1) .title {
        font-size: 54px;
        line-height: 60px;
    }
}
body.community-health-worker .section-3 .column:nth-of-type(1) .title i {
    color: var(--color-sage);
    display: block;
    margin: 0 0 16px;
    position: relative;
    top: 2px;
}
@media (min-width: 992px) {
    body.community-health-worker .section-3 .column:nth-of-type(1) .title i {
        display: inline-block;
        margin: 0 18px 0 0;
    }
}

body.referral-packet .section-2 .column:nth-of-type(1) {
    margin-bottom: 60px;
}
body.referral-packet .forminator-ui .signature-hidden label {
    display: none !important;
}
body.referral-packet .forminator-ui .signature-hidden input {
    margin-top: -44px !important;
    position: relative;
    visibility: hidden;
    z-index: -999999;
}

body.error404 main > .container > .row {
    padding: 90px 15px 100px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
