@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: "Font Awesome";
    src: url('./fonts/fa-regular-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Font Awesome Solid";
    src: url('./fonts/fa-solid-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Font Awesome Brands";
    src: url('./fonts/fa-brands-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

:root {
    --button-padding: 0.6rem 1.3rem;
    --page-width: 480px;
    --paragraph-font-size: 1rem;
    --header-height: 70px;
    --page-padding: 1.5rem;
    --title-link-size: 1.4rem;
    --logo-size: 70px;
    --hamburger-width: 29px;
    --hamburger-line-height: 3px;
    --hamburger-y-offset: 22px;
    --header-background-color: var(--color-black-alpha-50);
    --footer-social-link-justify: center;
    --footer-secondary-grid-template-columns: unset;
    --footer-secondary-grid-template-rows: 1fr 1fr;
    --form-element-height: 40px;
    --overlay-ui-font-size: 2rem;
    --section-y-padding: 2rem;
    --text-content-max-width: 100%;
    --vertical-spacer-height: 1rem;
    /* HERO CONTENT */
    --hero-background-size: cover;
    --hero-background-posx: 75%;
    --section-min-height: 450px;
    /* GLOBALS */
    --border-radius: 4px;
    /* COLORS */
    --color-dark-grey: #191919;
    --color-medium-grey: #555;
    --color-light-grey: #979797;
    --color-dark-brown: #5D5046;
    --color-dark-dark-brown: #332B26;
    --color-light-brown: #F2E7D3;
    --color-blue: #3CB9EC;
    --color-dark-blue: #19459D;
    --color-green: #25A953;
    --color-dark-green: #00764A;
    --color-yellow: #FDC93C;
    --color-black-alpha-50: rgba(0,0,0,0.5);
    --color-black-alpha-70: rgba(0,0,0,0.7);
    /* HEADINGS */
    --heading-margin: 0.5rem;
    --heading-font-size-XXXL: 5.5rem;
    --heading-font-size-XXL: 2.5rem;
    --heading-font-size-XL: 2rem;
    --heading-font-size-L: 1.7rem;
    --heading-font-size-M: 1.4rem;
    --heading-font-size-S: 1.1rem;
    /* MARGINS AND PADDING */
    --spacing-none: 0rem;
    --spacing-XS: 0.5rem;
    --spacing-S: 1rem;
    --spacing-M: 1.5rem;
    --spacing-L: 2.5rem;
    --spacing-XL: 4rem;
    --spacing-left-right-grid: 0;
    /* WHY and Intro Backgrounds */
    --background-pos-front: bottom -10px left -450px, bottom -10px right -550px;
    --background-pos-mid: bottom -110px left -450px, bottom -110px right -450px;
    --background-pos-back: bottom -120px center, top 20% left -1000px, top 25% right -1000px;
    /* BENEFITS */
    --benefits-y-margin-left: 8rem;
    --benefits-y-margin-right: 8rem;
    --benefits-text-margin: 0;
    --benefits-text-width: 100%;
    --benefits-tree-width: 350px;
    --benefits-tree-y-adjust: -70px;
    --benefits-grid-template-columns: unset;
    --benefits-grid-template-rows: 1fr 1fr;
    /* CANOPY COVER */
    --canopy-cover-max-width: 100%;
    --comparison-image-height: 300px;
    /* INTRO */
    --intro-text-max-width: 100%;
    /* COMMENT */
    --comment-form-min-height: 1000px;
    /* MAP */
    --map-view-min-height: calc(100vh - 100px);
    --map-logo-width: 60px;
    --map-info-card-max-width: 100%;
    --map-info-y-align: start;
    --map-tip-width: 30%;
    --map-tip-font-size-multiplier: 0.9;
    --map-tip-padding: 0.7rem;
    --map-tip-line-height: 1.125;
    --map-tip-x-offset: 60px;
}

/* DESKTOP */
@media (min-width: 1280px) {
    :root {
        --button-padding: 0.875rem 1.75rem;
        --page-width: 1280px;
        --paragraph-font-size: 1.25rem;
        --header-height: 100px;
        --page-padding: 2rem;
        --title-link-size: 2rem;
        --logo-size: 100px;
        --hamburger-width: 45px;
        --hamburger-line-height: 5px;
        --hamburger-y-offset: 28px;
        --header-background-color: transparent;
        --hero-background-size: cover;
        --hero-background-posx: 100%;
        --section-min-height: 650px;
        --footer-secondary-grid-template-columns: 1fr 1fr;
        --footer-secondary-grid-template-rows: unset;
        --footer-social-link-justify: start;
        --form-element-height: 45px;
        --overlay-ui-font-size: 3rem;
        --section-y-padding: 5rem;
        --text-content-max-width: 712px;
        --vertical-spacer-height: 2rem;
        /* HEADINGS */
        --heading-margin: 0.7rem;
        --heading-font-size-XXXL: 7.5rem;
        --heading-font-size-XXL: 4rem;
        --heading-font-size-XL: 3rem;
        --heading-font-size-L: 2.5rem;
        --heading-font-size-M: 2rem;
        --heading-font-size-S: 1.5rem;
        /* MARGINS AND PADDING */
        --spacing-none: 0rem;
        --spacing-XS: 1rem;
        --spacing-S: 1.5rem;
        --spacing-M: 2.5rem;
        --spacing-L: 3.75rem;
        --spacing-XL: 5rem;
        --spacing-left-right-grid: 3rem;
        /* HERO CONTENT */
        /* WHY Backgrounds */
        --background-pos-front: bottom 50px left -150px, bottom 50px right -200px;
        --background-pos-mid: bottom 20px left -50px, bottom 20px right -50px;
        --background-pos-back: bottom -120px center, top 20% left -50px, top 25% right -20px;
        /* BENEFITS */
        --benefits-y-margin-left: 0;
        --benefits-y-margin-right: 0;
        --benefits-text-margin: auto;
        --benefits-text-width: 70%;
        --benefits-tree-width: 475px;
        --benefits-tree-y-adjust: 0;
        --benefits-grid-template-columns: 1fr 1fr;
        --benefits-grid-template-rows: unset;
        /* CANOPY COVER */
        --canopy-cover-max-width: 1000px;
        --comparison-image-height: 500px;
        /* INTRO */
        --intro-text-max-width: 55%;
        /* COMMENT */
        --comment-form-min-height: 1050px;
        /* MAP */
        --map-view-min-height: 800px;
        --map-logo-width: 85px;
        --map-info-card-max-width: calc(var(--text-content-max-width) * 0.8);
        --map-info-y-align: center;
        --map-tip-x-offset: 150px;
    }
}

/* TABLET */
@media (max-width: 1279px) and (min-width: 768px) {
    :root {
        --button-padding: 0.875rem 1.75rem;
        --page-width: 900px;
        --paragraph-font-size: 1.1rem;
        --header-height: 80px;
        --page-padding: 1.6rem;
        --title-link-size: 1.5rem;
        --logo-size: 80px;
        --hamburger-width: 40px;
        --hamburger-line-height: 4px;
        --hamburger-y-offset: 20px;
        --header-background-color: transparent;
        --hero-background-size: cover;
        --hero-background-posx: 90%;
        --section-min-height: 650px;
        --footer-secondary-grid-template-columns: 1fr 1fr;
        --footer-secondary-grid-template-rows: unset;
        --footer-social-link-justify: start;
        --form-element-height: 45px;
        --overlay-ui-font-size: 3rem;
        --section-y-padding: 4rem;
        --text-content-max-width: 600px;
        --vertical-spacer-height: 1.5rem;
        /* HEADINGS */
        --heading-margin: 0.5rem;
        --heading-font-size-XXXL: 6.5rem;
        --heading-font-size-XXL: 3.5rem;
        --heading-font-size-XL: 2.5rem;
        --heading-font-size-L: 2.1rem;
        --heading-font-size-M: 1.8rem;
        --heading-font-size-S: 1.5rem;
        /* MARGINS AND PADDING */
        --spacing-none: 0rem;
        --spacing-XS: 0.65rem;
        --spacing-S: 1.2rem;
        --spacing-M: 2rem;
        --spacing-L: 3rem;
        --spacing-XL: 4.5rem;
        --spacing-left-right-grid: 2rem;
        /* HERO CONTENT */
        /* WHY Backgrounds */
        --background-pos-front: bottom -10px left -350px, bottom -10px right -450px;
        --background-pos-mid: bottom 0px left -300px, bottom 0px right -300px;
        --background-pos-back: bottom -120px center, top 20% left -200px, top 25% right -200px;
        /* BENEFITS */
        --benefits-y-margin-left: 0;
        --benefits-y-margin-right: 0;
        --benefits-text-margin: auto;
        --benefits-text-width: 70%;
        --benefits-tree-width: 350px;
        --benefits-tree-y-adjust: 0;
        --benefits-grid-template-columns: 1fr 1fr;
        --benefits-grid-template-rows: unset;
        /* CANOPY COVER */
        --canopy-cover-max-width: 768px;
        --comparison-image-height: 450px;
        /* INTRO */
        --intro-text-max-width: 65%;
        /* COMMENT */
        --comment-form-min-height: 950px;
        /* MAP */
        --map-view-min-height: 800px;
        --map-logo-width: 70px;
        --map-info-card-max-width: calc(var(--text-content-max-width) * 0.8);
        --map-info-y-align: center;
        --map-tip-x-offset: 100px;
    }
}

/* Typography */
h1, h2, h3, h4, h5 {
    margin-top: 0;
    margin-bottom: 0.7rem;
    line-height: 1.125;
    font-weight: 700;
    color: var(--color-medium-grey);
}
h1 {
    font-size: var(--heading-font-size-XL);
    margin-bottom: 1.5rem;
}
h2 {
    font-size: var(--heading-font-size-L);
    margin-bottom: 1rem;
}
h3 {
    font-size: var(--heading-font-size-M);
}
h4 {
    font-size: var(--heading-font-size-S);
}
a {
    color: var(--color-blue);
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: underline;
}
a:visited {
    color: var(--color-blue);
}
p {
    margin-bottom: 1rem;
}
::-moz-selection {
	color: white;
	background-color: var(--color-green);
}
::-webkit-selection {
	color: white;
	background-color: var(--color-green);
}
::selection {
	color: white;
	background-color: var(--color-green);
}
a::-moz-selection {
	color: white;
	background-color: var(--color-blue);
}
a::-webkit-selection {
	color: white;
	background-color: var(--color-blue);
}
a::selection {
	color: white;
	background-color: var(--color-blue);
}

/* PAGE */
body.page, body.post {
    margin: 0;
    font-family: 'Quicksand', sans-serif;
}
div#page {
    display: flex;
    position: fixed;
    flex-grow: 1;
    flex-direction: column;
    top:0;
    right:0;
    bottom:0;
    left:0;
}
/* Use this for pages without the scroller */
body.page-id-87 div#page {
    display: flex;
    position: relative;
    flex-grow: 1;
    flex-direction: column;
    min-height: 100vh;
    margin: 0; 
}
main#primary {
    flex-grow: 1;
}
.esri-view-width-xsmall .esri-expand--auto .esri-expand__container--expanded {
    top: var(--header-height) !important;
}

/* DUDEK PRESS SECTION */
.dp-section {
    width: 100%;
    padding-left: var(--page-padding);
    padding-right: var(--page-padding);
}
.padded {
    padding-top: var(--section-y-padding);
    padding-bottom: calc(var(--section-y-padding) + 1rem);
} 
.dp-section.with-scroll-helper {
    padding-bottom: calc(var(--section-y-padding) + 5rem)
}
.dp-section > div:not(.scroll-btn, .parallax-container, .tint) {
    position: relative;
    max-width: var(--page-width);
    margin: 0 auto 0 auto;
}
.dp-section p {
    font-size: var(--paragraph-font-size);
}

/* DP Button */
.dp-button:link, .dp-button:visited, .ui-tabs-anchor, .ui-tabs-anchor:visited {
    display: block;
    background-color: white;
    border-radius: var(--border-radius);
    cursor: pointer;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    text-transform: uppercase;
}
.dp-button, .dp-button:visited, .dp-button.blue, .dp-button.blue:visited {
    color: var(--color-blue);
}
.dp-button:hover, .dp-button.blue:hover {
    background-color: var(--color-blue);
}
.dp-button.yellow, .dp-button.yellow:visited, .ui-tabs-anchor, .ui-tabs-anchor:visited {
    border: var(--color-yellow) solid 1px;
    color: var(--color-dark-grey);
}
.dp-button.yellow:hover, .ui-tabs-anchor:hover, li.ui-state-active .ui-tabs-anchor {
    text-decoration: none;
    background-color: var(--color-yellow);
    color: white;
}
.dp-button:link, .dp-button:visited {
    padding: var(--button-padding);
}
.ui-tabs-anchor {
    padding: 0.3rem 0.7rem;
}
.dp-button:hover, .ui-tabs-anchor:hover {
    color: white;
    text-decoration: none;
}
.dp-spacer {
    height: var(--vertical-spacer-height);
}

/* HEADER */
header#masthead {
    position: absolute;
    background-color: var(--header-background-color);
    width: 100%;
    padding: 0 var(--page-padding);
    z-index: 999;
    transition: top 0.5s ease-in-out, background-color 0.5s ease-out;
    opacity: 1;
}
.error404 header#masthead, .search-results header#masthead {
    background-color:var(--color-black-alpha-50);
}
header#masthead.shifted {
    position: fixed;
    top: -150px;
}
header#masthead.sticky {
    position: fixed;
    top: 0;
    background-color: var(--color-black-alpha-70);
}
header#masthead > .container {
    display: flex;
    position: relative;
    justify-content: start;
    align-items: center;
    width: 100%;
    max-width: var(--page-width);
    margin: auto;
}
header.entry-header {
    position: relative;
    background-position: center;
    background-size: cover;
}
header.entry-header > div:not(.tint) {
    display: flex;
    min-height: var(--section-min-height);
    justify-content: center;
    align-items: center;
    z-index: 1;
}
header.entry-header > div.tint, #home > div.tint {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color-black-alpha-50);
    z-index: 0;
    max-width: none;
}
header.entry-header h1 {
    color: var(--color-yellow);
}
.search-form

/* NAVIGATION */
.main-navigation {
    width: initial;
}
.main-navigation.toggled {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    padding: 0 var(--page-padding);
    overflow-y: auto;
}
#menu-back {
    position:fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    transform: scaleY(0);
    transform-origin: top;
    background-color: var(--color-green);
    transition: transform 0.5s ease-in-out;
}
#menu-back.toggled {
    transform: scaleY(1);
}
.main-navigation #primary-menu {
    position: absolute;
    top: -10000px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}
.main-navigation.toggled #primary-menu {
    position: unset;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 0.5s linear;
} 
.main-navigation.toggled > .container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: var(--page-width);
    margin: 0 auto;
    height: 100vh;
    position: relative;
}
.main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-navigation ul li a, .main-navigation ul li a:visited {
    color: white;
    font-size: var(--overlay-ui-font-size);
    font-weight: 400;
    transition: color 0.2s;
    text-decoration: none;
}
.main-navigation ul li a:hover {
    color: var(--color-yellow);
}
/* nav button */
button.menu-toggle {
    height: var(--hamburger-width);
    width: var(--hamburger-width);
/*     display: flex; */
    position: absolute;
    right: 0;
    top: var(--hamburger-y-offset);
    flex-direction: column;
/*     justify-content: space-between; */
    background-color: transparent;
    padding: 5px 0;
    border: none;
    cursor: pointer;
    z-index: 1000;
}
button.menu-toggle span {
    position: absolute;
    top: 50%;
    display: block;
    height: var(--hamburger-line-height);
    width: 100%;
    background-color: white;
    border-radius: 2px;
    transition: translate 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.main-navigation .menu-toggle span.top {
    translate: 0px -275%;
    transform:rotate(0deg);
}
.main-navigation .menu-toggle span.middle {
    visibility:visible;
}
.main-navigation .menu-toggle span.bottom {
    translate: 0px 275%;
    transform:rotate(0deg);
}
.main-navigation.toggled .menu-toggle span.top {
    translate: 0px 0%;
    transform:rotate(45deg);
}
.main-navigation.toggled .menu-toggle span.middle {
    translate: 0px 0%;
    transform:rotate(45deg);
}
.main-navigation.toggled .menu-toggle span.bottom {
    translate: 0px 0%;
    transform:rotate(135deg);
}

/* BREADCRUMBS */
div.breadcrumbs {
    padding: var(--spacing-S);
}
nav.breadcrumbs {
    margin-left: var(--spacing-M);
}
i.bc-separator {
    font-size: 0.8rem;
}
/* LOGO */
div.site-branding {
    display: flex;
    align-items: center;
    height: 100%;
}
a.custom-logo-link {
    height: var(--logo-size);
    width: var(--logo-size);
}
img.custom-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
p.site-title {
    margin: 0;
    margin-left: 1rem;
    margin-top: 0.25rem;
    line-height: 1.25;
}
p.site-title a, p.site-title a:hover, p.site-title a:visited {
    color: white;
    text-decoration: none;
    font-size: var(--title-link-size);
    font-weight: 700;
}

/* MAIN */


/* HOME */
#home {
    color: white;
    background-position: var(--hero-background-posx) 50%;
    background-size: var(--hero-background-size);
    background-image: url('./img/home-hero-image.jpg');
    background-repeat: no-repeat;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    z-index: 2;
}
#home > div:not(.scroll-btn, .tint) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
#home h1 {
    color: white;
}
.hero-content {
    display: flex;
    align-items: center;
    margin-top: var(--header-height);
    height: 100%;
}
.hero-content > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 60%;
}
.dp-full-height {
    min-height: var(--section-min-height);
    height: 100vh;
}
.with-scroll-helper {
    position: relative;
}
h1.hero-message {
    display: flex;
    flex-direction: column;
    margin: 0.4em 0;
    font-size: var(--heading-font-size-XXL);
    line-height: 1.125;
}
h1.hero-message .first-line {
    font-size: 0.4em;
    font-weight: 400;
}
h1.hero-message .middle-line {
    font-size: 1em;
    /* line-height: 1; */
}
h1.hero-message .last-line {
    font-size: 0.6em;
    margin-top: 0;
}
.hero-tag-line, .comment-announcement {
    margin-top: -0.5em;
    max-width: 800px !important;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.3;
}
.comment-announcement {
    margin-top: var(--spacing-M);
    color: var(--color-yellow);
    font-weight: 400;
    text-align: center;
    border-radius: var(--border-radius);
    background-color: var(--color-black-alpha-50);
    padding: calc(var(--page-padding) * 0.8);
}
.comment-announcement a {
    text-decoration: underline;
    color: var(--color-yellow);
    transition: color 0.2s ease-in-out;
}
.comment-announcement a:hover {
    color: var(--color-blue);
}
.hero-buttons > div {
    margin: 2rem 0;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

/* WHY TREES */
#why {
    min-height: 600px;
    background-color: #016641;
    /* box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); */
    z-index: 1;
}
#why .why-text {
    max-width: var(--text-content-max-width);
    margin: auto;
    margin-bottom: var(--vertical-spacer-height);
}
#why h2 {
    width: fit-content;
}
#why > div:not(.scroll-btn), #intro > div {
    overflow: hidden;
}
.parallax-front {
    background-image: url(./img/tree-foreground.png), url(./img/tree-foreground.png);
    background-size: 500px, 600px;
    background-position: var(--background-pos-front);
}
.parallax-mid {
    background-image: url(./img/tree-background-left.png), url(./img/tree-background-right.png);
    background-size: 550px, 550px;
    background-position: var(--background-pos-mid);
}
#why .parallax-back {
    transform: scale(1.15);
    background-image: url(./img/city-skyline.png), url(./img/white-cloud.png), url(./img/white-cloud.png), url(./img/green-pattern-back.jpg);
    background-size: 1000px, 250px, 250px, cover;
    background-position: var(--background-pos-back), center;
    background-repeat: repeat-x, no-repeat, no-repeat, repeat !important;
}
#intro .parallax-back {
    transform: scale(1.15);
    background-image: url(./img/city-skyline.png), url(./img/white-cloud.png), url(./img/white-cloud.png);
    background-size: 1000px, 250px, 250px;
    background-position: var(--background-pos-back);
    background-repeat: repeat-x, no-repeat, no-repeat;
}
.parallax-container, .parallax-container > div {
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* TREE BENEFITS */
.benefits-heading {
    display: block;
    color: var(--color-light-brown);
    background-color: var(--color-dark-dark-brown);
    margin: 0;
    padding: var(--spacing-L) var(--page-padding);
    box-shadow: 1px 1.732px 12px 0px rgba(0,0,0,0.14), 1px 1.732px 3px 0px rgba(0,0,0,0.12);
}
.benefits-grid {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.3), 0 8px 10px -6px rgb(0 0 0 / 0.3);
}
.benefits-grid > div:not(.backing, .tree-container) {
    display: grid;
    max-width: var(--page-width);
    margin: auto;
    grid-template-columns: var(--benefits-grid-template-columns);
    grid-template-rows: var(--benefits-grid-template-rows);
}
.benefits-grid .left-group, .benefits-grid .right-group {
    padding-left: var(--page-padding);
    padding-right: var(--page-padding);
}
.benefits-grid .left-group {
    margin-bottom: var(--benefits-y-margin-left);
}
.benefits-grid .right-group {
    margin-top: var(--benefits-y-margin-right);
}
.benefits-grid .text-group {
    max-width: var(--benefits-text-width);
}
.benefits-grid .left-group .text-group {
    margin-top: 0;
    margin-right: var(--benefits-text-margin) !important;
    margin-bottom: 0;
    margin-left: 0 !important;
}
.benefits-grid .right-group .text-group {
    margin-top: 0;
    margin-right: 0 !important;
    margin-bottom: 0;
    margin-left: var(--benefits-text-margin) !important;
}
.benefits-grid h2 {
    font-size: var(--heading-font-size-M);
    margin-bottom: var(--spacing-L);
}
.benefits-grid h3 {
    font-size: var(--heading-font-size-S);
    margin-bottom: 0;
}
.benefits-grid h2, .benefits-grid h3 {
    text-transform: uppercase;
}
.benefits-grid .left-group h2, .benefits-grid .left-group h3, .benefits-grid .left-group {
    color: var(--color-light-brown);
}
.benefits-grid .right-group h2, .benefits-grid .right-group h3, .benefits-grid .right-group {
    color: var(--color-dark-brown);
}
.benefits-grid p {
    margin-bottom: var(--spacing-M);
}
.benefits-grid .backing {
    display: grid;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    grid-template-columns: var(--benefits-grid-template-columns);
    grid-template-rows: var(--benefits-grid-template-rows);
    z-index: -1;
}
.benefits-grid h2 {
    text-align: center;
}
.benefits-grid .backing .left {
    background-color: var(--color-dark-brown);
}
.benefits-grid .backing .right {
    background-color: var(--color-light-brown);
}
.benefits-grid .tree-container {
    position: absolute;
    max-width: var(--benefits-tree-width);
    margin-top: var(--benefits-tree-y-adjust);
}
.tree-container .rock {
    position: absolute;
    bottom: 22%;
    width: 7px;
    height: 7px;
    border-radius: 1000px;
    z-index: -1;
}
.tree-container .rock.rock-a {
    background-color: #837367;
    left: 39%;
}
.tree-container .rock.rock-b {
    background-color: #4A4038;
    right: 39%;
}

/* EQUITABLE CANOPY COVER */
#canopy-cover {
    background-image: url(./img/faces-tiled.jpg);
    background-repeat: repeat;
    background-size: 1000px;
    padding-top: var(--spacing-XL);
    padding-bottom: var(--spacing-XL);
}
#canopy-cover h2 {
    margin-bottom: var(--spacing-S) !important;
}
#canopy-cover h2, #canopy-cover p {
    margin-left: auto;
    margin-right: auto;
    color: var(--color-dark-brown) !important;
}
#canopy-cover .text {
    padding-left: var(--spacing-L);
    padding-right: var(--spacing-L);
}
#canopy-cover > div {
    padding-top: var(--spacing-L);
    padding-bottom: var(--spacing-XL);
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.4), 0 8px 10px -6px rgb(0 0 0 / 0.4);
    max-width: var(--canopy-cover-max-width);
}
#canopy-cover p.callout {
    margin-top: var(--spacing-L);
    display: block;
    color: white !important;
    position: relative;
    max-width: 400px;
    background-color: var(--color-dark-green);
    padding: var(--spacing-S);
    border-radius: 10px;
}
.callout::before {
    content: '';
    display: block;
    background-color: var(--color-dark-green);
    width: 30px;
    height: 30px;
    position: absolute;
    top: 98%;
    right: 15%;
    clip-path: polygon(0 100%, 100% 0, 0 0);
}
/* Slider */
.comparison-container {
    position: relative;
    overflow: visible;
    margin: auto;
    width: var(--comparison-image-height);
    height: var(--comparison-image-height);
}

.img-before, .img-after {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.slider {
    position: absolute;
    z-index: 2;
    left: 50%; /* Start to the left */
    top: 0;
    bottom: 0;
    width: 4px; /* Slider width */
    background-color: #000;
}

#canopy-cover .comparison-container p.slider-button {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: .5rem 1rem;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    background-color: #000;
    color: #FFF !important;
    font-weight: 700;
}

/* RESOURCES */

#tabs {
    max-width: 45rem;
    margin: auto;
}
#tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 2.5rem;
}
#tabs a.ui-tabs-anchor {
    text-transform: none;
}
.ui-tabs-nav {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.ui-tabs-panel li {
    margin-bottom: 0.5rem;
}
.ui-tabs-panel a, .ui-tabs-panel a:visited, .ui-tabs-panel a:active {
    position: relative;
    cursor: pointer;
    border-radius: var(--border-radius);
    font-size: 1.4rem;
    display: block;
    width: 100%;
    padding: 1rem 2rem;
    padding-right: 5rem;
    text-decoration: none;
    color: white;
    background-color: var(--color-green);
    transition: background-color 0.3s ease-in-out;
}
.ui-tabs-panel a::after {
    display: block;
    position: absolute;
    top: 1rem;
    right: 2rem;
    content: '\f0c1';
    font-family: "Font Awesome Solid";
    font-size: 1.25rem;
}
.ui-tabs-panel a[href$=".pdf"]::after {
    font-size: 1.5rem;
    content: '\f1c1';
}
.ui-tabs-panel a:hover {
    background-color: var(--color-blue)
}

/* SCROLL HELPER */
@keyframes anim-scroll {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
.scroll-btn {
    color: white;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.5em;
    text-align: center;
    z-index: 99;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none;
}
#intro .scroll-btn, #intro .scroll-btn > a {
    color: var(--color-dark-grey) !important;
}
#intro .scroll-btn .mouse {
    border-color: var(--color-dark-grey);
}
#intro .scroll-btn .mouse > span {
    background-color: var(--color-dark-grey);
}
.scroll-btn > a {
    display: block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: white;
    margin-bottom: -16px;
}
.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
}
.scroll-btn .mouse > span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 7px;
    height: 7px;
    margin: -3px 0 0 -3px;
    background: white;
    border-radius: 50%;
    -webkit-animation: anim-scroll 2.5s linear infinite;
    -moz-animation: anim-scroll 2.5s linear infinite;
    animation: anim-scroll 2.5s linear infinite;
}
.scroll-btn p {
    margin: 0;
}
/* ABOUT */
#intro .text h2, #intro .text p {
    color: var(--color-dark-blue);
}
#intro .text {
    max-width: var(--intro-text-max-width);
    margin: auto;
    background-color: rgba(256, 256, 256, 0.7);
    border-radius: 10px;
    padding: 0.5rem;
}
/* GOALS */
#goals {
    background-color: var(--color-dark-green);
}
#goals .text {
    max-width: var(--intro-text-max-width);
    margin: auto;
}
#goals .text h2, #goals .text h3, #goals .text h4, #goals .text p {
    color: #FFF;
}
#goals .goal-container {
    margin-top: var(--spacing-L);
    display: grid;
    gap: var(--spacing-S);
    grid-template-columns: .4fr 0.2fr 1fr;
    overflow: visible;
}
#goals .goal-container h3 {
    font-size: var(--heading-font-size-XXXL);
    font-weight: 400;
    line-height: 1;
}
#goals .goal-container > div {
    overflow: visible;
}
#goals .goal-container h4 {
    font-size: var(--heading-font-size-S);
    font-weight: 700;
}
#goals .goal-container p {
    margin-left: var(--spacing-XS);
    margin-bottom: 0;
}
#goals .goal-arrow {
    height: 200px;
    width: 100%;
    overflow: visible;
}
#goals .goal-arrow img {
    display: block;
    height: 100%;
    width: 100%;
    overflow: visible;
}

/* FOOTER */
#footer-primary, #footer-social {
    width: 100%;
    padding: 2rem var(--page-padding);
    background-color: var(--color-dark-grey);
    color: var(--color-light-grey);
    font-weight: 700;
}
#footer-social, .site-info {
    background-color: #1f1f1f;
}
#footer-primary .container, #footer-social .container {
    max-width: var(--page-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
#footer-primary .container >* {
    width: 20%
}
#footer-primary h4 {
    color: var(--color-medium-grey);
    font-size: 1.5rem;
    margin: 1rem 0;
}
#footer-primary h5 {
    color: white;
    font-size: 1.2rem;
    font-weight: 300;
    margin: 0;
}
#footer-primary ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer-secondary {
    position: relative;
    text-align: center;
}
#footer-secondary a > p, #footer-secondary h3 {
    font-size: 1.4rem;
    font-weight: 500;
    color: white
}
#footer-secondary p {
    color: white;
    font-size: 1;
    font-weight: 400;
}
#footer-secondary .widget_block {
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer-secondary .container {
    max-width: var(--page-width);
    margin:auto;
    display: grid;
    grid-template-columns: var(--footer-secondary-grid-template-columns);
    grid-template-rows: var(--footer-secondary-grid-template-rows);
}
#footer-secondary .backing {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: var(--footer-secondary-grid-template-columns);
    grid-template-rows: var(--footer-secondary-grid-template-rows);
    z-index: -1;
}
#footer-secondary .backing .left {
    background-color: var(--color-blue);
}
#footer-secondary .backing .right {
    background-color: var(--color-green);
}
#footer-secondary .container > .widget_block {
    padding: 4rem;
}
#footer-secondary .left-group img {
    width: 125px;
}
#footer-secondary .right-group img {
    width: 250px;
}
#footer-secondary .left-group a {
    display: block;
    transform: scale(1.0);
    transition: transform 0.3s ease-in-out;
}
#footer-secondary .left-group a:hover {
    transform: scale(1.05);
    text-decoration: none;
}
#footer-secondary .left-group, #footer-secondary .right-group {
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer-secondary img {
    margin: auto;
    margin-bottom: 2rem;
}
#footer-social .container {
    display: flex;
    justify-content: var(--footer-social-link-justify);
}
#footer-social a, #footer-social a:visited {
    color: var(--color-medium-grey);
    font-size: 1.5rem;
    cursor: pointer;
    transform: scale(1.0);
    transition: color 0.3s ease-in-out, transform 0.4s ease-in-out;
}
#footer-social a:hover {
    transform: scale(1.2);
    color: var(--color-light-grey);
}
.site-info {
    text-align: center;
    padding: 1rem 0;
}
.site-info a, #footer-nav a {
    color: var(--color-light-grey);
}
.site-info a:hover, #footer-nav a:hover {
    color: var(--color-yellow);
}
.goog-te-gadget {
    color: var(--color-light-grey);
}
.goog-te-combo {
    color: var(--color-light-grey);
    margin: 4px 0;
    font-size: 10px;
    cursor: pointer;
    padding-left: 12px;
    height: 48px;
    border: 1px solid #e6e6e6;
    width: 100%;
    padding: 0 16px;
    border-radius: var(--border-radius);
    background-color: transparent;
    text-indent: 1px;
    text-overflow: '';
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
    #footer-primary .container {
        flex-direction: column;
    }
    #footer-primary .container >* {
        width: 80%
    }
}
/* COMMENT FORM */
iframe#comment-form-iframe {
    width: 100%;
    min-height: var(--comment-form-min-height);
}
#comment .text {
    max-width: var(--text-content-max-width);
    margin: auto;
}
/* SIGN UP FORM */
.wpforms-container {
    margin: 0;
}
.wpforms-form {
    display: flex;
    align-items: center;
}
.wpforms-field-container label {
    color: white !important;
    margin-bottom: 0.5rem;
}
.wpforms-field-container .wpforms-required-label {
    visibility: hidden;
}
.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    margin: 0 !important;
}
div.wpforms-field label {
    position: absolute !important;
    bottom: -1.5rem !important;
}
button.wpforms-submit.sign-up-from-btn {
    border-radius: var(--border-radius) !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background-color: var(--color-yellow) !important;
    height: var(--form-element-height) !important;
    transition: background-color 0.3s ease-in-out !important;
}
button.wpforms-submit.sign-up-from-btn:hover {
    background-color: var(--color-blue) !important;
}
div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border: none !important;
    height: var(--form-element-height) !important;
}
div.wpforms-field-container {
    flex-grow: 1 !important;
}
div.wpforms-submit-container {
    flex-shrink: 0 !important;
}
div.wpforms-container .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern):not(.wpforms-field-radio):not(.wpforms-field-checkbox):not(.wpforms-field-layout) {
    overflow: visible !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: transparent !important;
    border: none !important;
    box-sizing: unset !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full p {
    font-weight: 700 !important;
    font-size: 1.4rem !important;
}
/* MAP */
#data-viewer {
    padding-top: var(--header-height);
    padding-bottom: var(--header-height);
    background-image: url(./img/green-contours.png), url(./img/green-contours.png);
    background-repeat: no-repeat, no-repeat;
    background-size:100%, 100%;
    background-position: center bottom, center top;
}
#data-viewer > div {
    min-height: var(--map-view-min-height);
    position: relative;
}
#app {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #56AF69;
  }
  
#data-viewer .intro-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: var(--map-info-y-align);
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    padding: var(--page-padding);
}
/* INTO CARD */
.card-content {
    background: white;
    max-width: var(--map-info-card-max-width);
    max-height: calc(100vh - 150px);
    overflow: scroll;
    -ms-overflow-style: none;  /* Hide scroll bar on IE and Edge */
    scrollbar-width: none;  /* Hide scroll bar on Firefox */
    padding: var(--page-padding);
    padding-bottom: calc(var(--page-padding) * 1.5);
    border-radius: var(--border-radius);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-image: url(./img/green-contours.png);
    background-position: center;
}
/* Hide scrollbar for chrome, safari, and opera */
.card-content::-webkit-scrollbar {
    display: none;
}
.card-content p {
    font-weight: 600;
}
.card-content p, .card-content h2 {
    color: white;
}
.card-content button, .dismiss button {
    display: block;
    border: none;
    font-weight: 700;
    color: white;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    margin: auto;
    margin-top: var(--spacing-M);
    border: solid white 1px;
    padding: 0.5rem 0.75rem;
    border-radius: var(--border-radius);
    text-wrap: nowrap;
}
.card-content button:hover, .dismiss button:hover {
    background-color: white;
    color: #56AF69;
}
#introCard.hidden, #toolTips.hidden {
    display: none;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
.intro-card .map-title {
    display: flex;
    align-items: center;
    margin-bottom: var(--spacing-S);
}
.intro-card .map-title h2 {
    margin: 0;
    margin-right: 1rem;
}
.intro-card .map-title h2 span.second-line {
    text-transform: uppercase;
    font-weight: 400;
}
.intro-card .map-title img {
    width: var(--map-logo-width);
    height: auto;
}
/* MAP TOOL TIPS */

.tool-tips {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-black-alpha-50);
}
.tool-tip {
    position: absolute;
    max-width: 300px;
    width: var(--map-tip-width);
    padding: var(--map-tip-padding);
    background-color: #56AF69;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.tool-tip h3 {
    color: white;
    font-size: calc(1.2rem * var(--map-tip-font-size-multiplier));
    line-height: 1.125;
    margin: 0;
    margin-bottom: 0.5rem;
}
.tool-tip p, .dismiss label {
    color: white;
    margin: 0;
    line-height: 1.125;
}
.tool-tip p, .tool-tip label {
    font-size: calc(1rem * var(--map-tip-font-size-multiplier));
}
.top-left {
    top: 20px;
    left: var(--map-tip-x-offset);
}

.top-right {
    top: 20px;
    right: var(--map-tip-x-offset);
}

.bottom-left {
    width: calc(var(--map-tip-width) * 1.5);
    bottom: 20px;
    left: var(--map-tip-x-offset);
}

.tool-tip.dismiss {
    max-width: 300px;
    padding: 1rem;
    width: fit-content;
}
.tool-tip.dismiss > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tool-tip h3 {
    margin-top: 0;
}

/* Tool Tip Arrows */
.tool-tip.top-right::before, .tool-tip.bottom-right::before {
    content: '';
    position: absolute;
    right: -10px; /* Adjust to position the arrow properly */
    transform: translateY(-50%);
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #56AF69; 
}
.tool-tip.top-left::before, .tool-tip.bottom-left::before {
    content: '';
    position: absolute;
    left: -10px; /* Adjust to position the arrow properly */
    transform: translateY(-50%);
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #56AF69 transparent transparent; 
}
.tool-tip.top-right::before, .tool-tip.top-left::before {
    top: 20px;
}
.tool-tip.bottom-right::before, .tool-tip.bottom-left::before {
    bottom: 20px;
}


/* Style adjustments for the dismiss section */
.dismiss button {
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 1rem;
}

.dismiss label {
    display: block;
    cursor: pointer;
    text-align: left;
    margin-left: 0.5rem;
}
.dismiss input {
    display: block;
}

/* hide djacc for this page only */
body.page-id-87 .djacc.djacc-container{
    display: none;
}
/* SCROLL TO TOP */
#back-to-top.show {
    display: block;
    bottom: 20px;
}
#back-to-top {
    display: block;
    z-index: 500;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 18px;
    position: fixed;
    bottom: -40px;
    right: 20px;
    line-height: 32px;
    background-color: rgba(253, 201, 60, 0.6);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    -webkit-box-shadow: 1px 1.732px 12px 0px rgba(0,0,0,0.14), 1px 1.732px 3px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.14), 1px 1.732px 3px 0px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.14), 1px 1.732px 3px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 1.732px 12px 0px rgba(0,0,0,0.14), 1px 1.732px 3px 0px rgba(0,0,0,0.12);
}
#back-to-top:hover {
    background-color: var(--color-yellow);
    bottom: 24px;
}
#back-to-top i {
    display: block;
    position: relative;
    top: 9px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#back-to-top a, #back-to-top a:hover {
    text-decoration: none;
    width: 36px;
    height: 36px;
    display: block;
    color: #fff;
}
/* 404 and Search Results Page */
.error-404 .page-header, .search-results .page-header, .search-no-results .page-header {
    min-height: var(--section-min-height);
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-404 .page-header {
    background-color: var(--color-yellow);
}
.error404 .search-section .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: var(--text-content-max-width);
}
.search-results .page-header, .search-no-results .page-header {
    background-color: var(--color-green);
}
.search-results .page-header h1.page-title, .search-no-results .page-header h1.page-title {
    color: white;
}
.search-results .page-header h1.page-title span {
    color: var(--color-yellow);
}

/* UTILITIES */

/* FIXES */
/* fix an issue with the accessibility tools after tailwind install */
.djacc-popup .djacc__close, .djacc-popup .djacc__reset {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}