/* HEADER */
.header_top-bar {
    padding: 10px clamp(20px, calc(20px + ((1vw - 3.2px) * 2.6786)), 50px);
    width: 100%;
    background-color: var(--brand-color-1);
    color: var(--white);
    font-weight: 500;
}

.emergency-911 {
    color: var(--white);
    text-decoration: underline;
}

.emergency-911:hover {
    color: var(--white);
}

.header_logo-menu {
    padding: 20px clamp(20px, calc(20px + ((1vw - 3.2px) * 2.6786)), 50px);
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.header_logo-menu .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header_donate {
    padding: 10px clamp(20px, calc(20px + ((1vw - 3.2px) * 2.6786)), 50px);
    width: 100%;
    background-color: var(--brand-color-1);
    color: var(--white);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_donate-wrapper {
    display: none;
    align-items: center;
    gap: 6px;
}

.header_donate .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header_donate span {
    font-weight: 500;
    font-size: 2.4rem;
}

form#gform_2 {
    display: flex;
    align-items: center;
}

div#input_2_5 {
    display: flex;
    align-items: center;
    gap: 10px;
}

label#label_2_5_0 {
    min-width: fit-content;
}

div#gform_fields_2 {
    align-items: center;
    margin-right: 30px;
    grid-template-columns: 0.5fr 1fr;
}

#gform_2 .gform_footer {
    padding: 0;
    margin: 0;
}

input#gform_submit_button_2 {
    margin: 0;
    font-size: 1.6rem;
}

.gform_heading {
    display: none;
}

#gform_wrapper_3 .gform_heading {
    display: block;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: auto!important;
}

#gform_wrapper_3.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 5%;
    grid-row-gap: 16px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    width: 100%;
}

#gform_wrapper_3.gform_wrapper.gravity-theme .gfield.gfield--width-full {
    grid-column: span 1;
}

div#field_3_13 {
    display: grid;
    gap: 1rem;
}

div#field_3_15 {
    display: grid;
    gap: 1rem;
}

div#field_3_13 > div:first-child {
    display: none;
}

div#field_3_15 > div:first-child {
    display: none;
}

div#gform_wrapper_3 {
    width: 100%;
}

#gform_wrapper_3 .gform-body.gform_body {
    color: var(--white);
}

#gform_wrapper_3 .gform_title {
    color: var(--white);
    margin-bottom: 25px;
}

input#input_2_1 {
    text-align: center;
}

/* Form 4 */
div#gform_wrapper_4 {
    width: 80%;
}

#gform_fields_4 :is(input, textarea) {
    background-color: var(--brand-color-6);
    border-width: 0;
}

#gform_fields_4 :is(input, textarea)::placeholder {
    font-weight: 700;
}

#gform_submit_button_4 {
    background-color: var(--brand-color-2);
}

#gform_submit_button_4:hover {
    background-color: var(--brand-color-3);
}

@media (max-width:999px) {
    div#gform_wrapper_4 {
        width: 100%;
    }
}

.main-nav .menu a:after {
    content: "";
    width: 0%;
    height: 1px;
    background-color: var(--brand-color-2);
    display: block;
    position: absolute;
    bottom: 0;
    transition: 0.6s;
}

.main-nav .menu a:hover::after {
    width: 100%;
}

.show-sub-menu {
    transform: translate(0px, 0px)!important;
    visibility: visible!important;
    opacity: 1!important;
}

.sub-menu .menu {
    flex-direction: column;
    gap: 0;
}

.menu-intro {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: var(--brand-color-5);
    padding: 2rem;
    max-width: 320px;
}

.menu-intro p {
    font-size: 1.6rem;
}

.menu-volunteer img {
    width: 180px;
    min-height: 100%;
    object-fit: cover;
    object-position: 50% 0;
}

.menu-volunteer {
    display: flex;
}

.menu-volunteer_heading {
    font-size: 1.8rem;
    color: var(--brand-color-2);
}

.menu-volunteer p {
    font-size: 1.6rem;
    max-width: 330px;
}

.menu-volunteer_btn {
    font-size: 1.6rem;
}

.menu-volunteer_content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 20px;
    background-color: var(--brand-color-6);
}

.menu-vid-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    margin-top: 20px;
}

.menu-vid-wrapper_icon {
    max-width: 60px;
    position: absolute;
    cursor: pointer;
}

.menu-sheet {
    display: flex;
    gap: 20px;
    text-decoration: none;
    max-width: 370px;
}

.menu-sheet_icon {
    width: 50px;
}

.menu-related-links {
    min-width: fit-content;
}

.menu-sheet:after {
    display: none!important;
}

.values-box-menu {
    border: 2px solid var(--brand-color-3);
    flex-wrap: wrap;
    margin-bottom: 0;
    height: fit-content;
    display: flex;
    padding-inline: 50px;
    padding-block: 30px;
    margin-left: auto;
}

.values-box-menu .values-box_h2 {
    background-color: var(--white);
    color: var(--brand-color-3);
    font-weight: 400;
    font-size: 3rem;
}

.values-box-menu p {
    width: fit-content;
    color: var(--brand-color-3);
    font-weight: 500;
}

.values-box-menu_txt-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
}

.menu-git-icons {
    margin-left: auto;
    padding: 40px;
    background-color: var(--brand-color-6);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 50px;
    height: fit-content;
    align-items: center;
}

.menu-git-icons_icon {
    max-height: 30px;
}

.menu-git-icons a {
    display: flex;
    justify-content: center;
}

.menu-vid-wrapper a {
    position: absolute!important;
    display: flex!important;
    height: 100%;
    align-items: center;
}

/* FOOTER */
footer {
    display: flex;
    flex-direction: column;
    gap: var(--container-gap);
}

footer .container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: var(--grid-gap);
    grid-template-rows: auto;
}

footer .container div {
    display: flex;
    flex-direction: column;
    gap: var(--content-gap);
}

footer a {
    color: var(--white);
}

footer a:hover {
    color: var(--white);
}

.footer_copyright {
    text-align: center;
}

.footer_headings {
    font-size: 2rem;
}

footer h3 {
    font-size: 2rem;
    margin-bottom: 0;
}

footer .container div .footer-socials {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 26px;
}

/* Footer Mobile */
@media (max-width:999px) {
    footer .container {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
}

@media (max-width:479px) {
    footer .container {
        grid-template-columns: repeat(1, minmax(0,1fr));
    }
}

/* Home */
/* Hero Section */
.home-hero {
    padding: 0;
    background-color: var(--brand-color-1);
    color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.home-hero .container {
    padding-block: 5rem;
    padding-inline: var(--sec-pad-inline);
    align-items: center;
    text-align: center;
}

.home-hero-cta-wrapper {
    display: flex;
    flex-direction: row;
    gap: var(--content-gap);
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
}

.home-hero-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: var(--container-gap);
}

.home-hero-column-img {
    border: 5px solid var(--white);
    max-width: 400px;
    margin: auto;
    width: 100%;
}

.home-hero-column-content {
    display: flex;
    flex-direction: column;
    gap: var(--content-gap);
    align-items: start;
    text-align: left;
    justify-content: center;
    max-width: 450px;
}

/* Mobile */
@media (max-width:991px) {
    .home-hero-columns {
        grid-template-columns: repeat(1, minmax(0,1fr));
    }

    .home-hero-column-content {
        align-items: center;
        text-align: center;
    }
}

/* Section 1 - Who we are / What we do */
.section-1 .container {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.section-1-grid {
    display: flex;
    flex-direction: row;
    gap: 175px;
    width: 100%;
}

.title-box {
    display: flex;
    flex-direction: column;
    max-width: fit-content;
}

.title-box--right {
    display: flex;
    flex-direction: column;
    max-width: fit-content;
    margin-left: auto;
}

.title-box__border {
    width: clamp(140px, calc(140px + ((1vw - 3.2px) * 5.3571)), 200px);
    height: clamp(100px, calc(100px + ((1vw - 3.2px) * 3.5714)), 140px);
    padding-block: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.title-box__border-h2 {
    padding-left: 50px;
    width: max-content;
    padding-block: 25px;
}

.title-box__border--right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.title-box__border-h2--right {
    margin-right: 50px;
    width: max-content;
    background-color: var(--white);
    padding-block: 25px;
}

.section-1-content {
    padding: clamp(2.5rem, calc(2.5rem + ((1vw - 0.32rem) * 2.2321)), 5rem);
    color: var(--white);
    font-weight: 700;
    font-size: clamp(1.8rem, calc(1.8rem + ((1vw - 0.32rem) * 0.1786)), 2rem);
}

.text-width-wwd {
    width: clamp(125px, calc(125px + ((1vw - 3.2px) * 4.6875)), 200px);
}

/* Section 1 Mobile - Who we are / What we do */
@media (max-width:999px) {
    .section-1-grid {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .txt-box-clr-box {
        display: flex;
        flex-direction: column;
    }
}

/* Section 2 - Hope + Me Values */
.values-section {
    background-color: var(--brand-color-1);
    color: var(--white);
    display: flex;
    flex-direction: column;
    gap: var(--content-gap);
    align-items: center;
}

.values-box {
    border: 3px solid var(--white);
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 446px;
    height: 144px;
    justify-content: center;
    margin-bottom: 60px;
}

.values-box_h2 {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    padding-inline: clamp(10px, calc(10px + ((1vw - 3.2px) * 1.25)), 24px);
    transform: translateY(50%);
    background-color: var(--brand-color-1);
    width: max-content;
    text-align: center;
}

.values {
    display: flex;
}

.values_txt {
    font-size: 2.5rem;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 3px solid var(--white);
    line-height: 1;
}

.values_txt:last-child {
    border: none;
}

/* Section 2 - Hope + Me Value - Mobile */
@media (max-width:999px) {
    .values {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .values_txt {
        border-right: 0px solid var(--white);
    }
}

/* Text Boxes */
.txt-boxes {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    gap: clamp(30px, calc(30px + ((1vw - 3.2px) * 1.7857)), 50px);
    margin-bottom: clamp(50px, calc(50px + ((1vw - 3.2px) * 4.4643)), 100px);
}

.txt-boxes--center {
    margin: auto;
    margin-bottom: 0px;
}

.txt-boxes_txt {
    margin-bottom: 0;
    color: var(--brand-color-2);
    position: absolute;
    background-color: var(--white);
    padding-block: clamp(12px, calc(12px + ((1vw - 3.2px) * 1.0714)), 24px);
    font-weight: 500;
}

.txt-boxes_txtspan {
    color: var(--brand-color-3);
}

.txt-boxes_box {
    width: clamp(120px, calc(120px + ((1vw - 3.2px) * 7.1429)), 200px);
    height: clamp(100px, calc(100px + ((1vw - 3.2px) * 3.5714)), 140px);
    border: 3px solid var(--brand-color-2);
}

.txt-boxes_box--brand1 {
    border: 3px solid var(--brand-color-1);
}

.txt-boxes_txt--brand1 {
    color: var(--brand-color-1);
}

.txt-boxes_box--brand3 {
    border: 3px solid var(--brand-color-3);
}

.txt-boxes_txt--brand3 {
    color: var(--brand-color-3);
}

.txt-boxes_txt--white {
    color: var(--white);
}

.txt-boxes_txt--bgbrand1 {
    background-color: var(--brand-color-1);
}

.txt-boxes_box--white {
    border: 3px solid var(--white);
}

.txt-boxes_box--xl {
    width: 250px;
}

/*  */
@media (max-width:699px) {
    .txt-boxes_box--xl {
        width: clamp(120px, calc(120px + ((1vw - 3.2px) * 34.3008)), 250px);
    }
}

/* Section 3 - Our Impact */
.impact-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: var(--grid-gap);
    grid-template-rows: auto;
    width: 100%;
}

.impact-grid_item {
    display: flex;
    align-items: center;
    gap: var(--content-gap);
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.impact-grid_line {
    grid-column-start: 1;
    grid-column-end: 5;
    height: 3px;
    background-image: linear-gradient(90deg, var(--brand-color-2) 50%, var(--brand-color-3) 50%);
}

.impact-grid-wrapper {
    width: 100%;
}

.impact-divider-wrapper {
    width: 100%;
    padding-block: var(--container-gap);
    display: flex;
    flex-direction: row;
}

.impact-line-orange {
    background-color: var(--brand-color-2);
    width: 50%;
    height: 3px;
}

.impact-line-purple {
    background-color: var(--brand-color-3);
    width: 50%;
    height: 3px;
}

/* Section 3 - Our Impact - Mobile */
@media (max-width:999px) {
    .impact-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0,1fr));
        gap: 50px;
        grid-template-rows: auto;
        width: 100%;
    }
}

@media (max-width:479px) {
    .impact-grid {
        grid-template-columns: repeat(1, minmax(0,1fr));
    }
}

/* Section 4 - Slider */
.home-slider {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.splide__arrows {
    display: flex;
    justify-content: space-between;
    padding-inline: var(--sec-pad-inline);
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 9;
    top: 50%;
}

.splide__arrow {
    border: none;
    background-color: transparent;
    cursor: pointer;
    width: 100%;
    max-width: 50px;
}

.home-slider img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.splide__pagination__page {
    border: 2px solid #fff;
    padding: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: transparent;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.splide__pagination__page.is-active:after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #fff;
    display: block;
    border-radius: 50%;
}

.home-slider h2 {
    position: absolute;
    bottom: 50px;
    color: var(--brand-color-1);
    background-color: var(--white);
    padding-block: 25px;
    padding-inline: var(--sec-pad-inline);
    min-width: 446px;
    text-align: center;
    margin-bottom: 25px;
}

.splide__track {
    height: 50vh;
}

/*  */
@media (max-width:999px) {
    .splide__arrow {
        max-width: 35px;
    }

    .splide__track {
        height: 450px;
    }

    .home-slider h2 {
        min-width: 90%;
    }
}

/* Section 5 - Patways to care */
.img-txt-box {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 50px;
}

.img-txt-box_content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--brand-color-5);
    padding-inline: var(--sec-pad-inline);
    padding-block: var(--sec-pad-block);
}

.img-txt-box_img {
    object-fit: cover;
    object-position: center;
}

.img-txt-box_content-inner {
    display: flex;
    flex-direction: column;
    max-width: 554px;
    gap: var(--content-gap);
    align-items: flex-start;
}

.img-txt-box:last-child {
    margin-bottom: 0;
}

/*  */
@media (max-width:999px) {
    .img-txt-box {
        flex-direction: column;
    }

    .img-txt-box_img {
        width: 100%;
        max-height: 400px;
    }

    .img-txt-box_content-inner {
        text-align: center;
    }

    .img-txt-box_heading {
        text-align: center;
        margin: auto;
        font-size: 2rem;
    }

    .img-txt-box_content-inner a {
        margin: auto;
    }
}

/* Section 6 - Your Journey with Us */
.your-journey-section {
    background-color: var(--brand-color-1);
    color: var(--white);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Section 7 - Virtual Tour Chart */
.home-chart-section {
    background: transparent linear-gradient(180deg, #2E3B8B 0%, #D32586 45%, #EF6C3A 100%) 0% 0% no-repeat padding-box;
    color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    text-align: center;
}

.home-chart-section h2 {
    margin-bottom: clamp(25px, calc(25px + ((1vw - 3.2px) * 3.125)), 60px);
}

.chart-mobile {
    display: none;
}

svg#chart {
    display: flex;
}

/*  */
@media (max-width:999px) {
    .chart-mobile {
        display: flex;
    }

    svg#chart {
        display: none;
    }
}

/* Section 8 - Chart URLs */
.home-chart-urls {
    background-color: var(--brand-color-2);
    padding-top: 0;
    color: var(--white);
}

.home-chart-urls .container {
    gap: var(--content-gap);
}

.home-chart-urls h2 {
    margin-bottom: clamp(50px, calc(50px + ((1vw - 3.2px) * 4.4643)), 100px);
}

.links-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    grid-template-rows: auto;
    width: 100%;
    gap: clamp(25px, calc(25px + ((1vw - 3.2px) * 2.2321)), 50px);
}

/*  */
@media (max-width:999px) {
    .links-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
}

@media (max-width:479px) {
    .links-grid {
        grid-template-columns: repeat(1, minmax(0,1fr));
    }

    .links-grid a {
        text-align: left;
        margin-right: auto;
        margin-left: 0;
    }
}

/* Section 9 - Donate now & Volunteer */
.home-donate-volunteer {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    grid-template-rows: auto;
    column-gap: 50px;
    align-items: stretch;
}

.img-txt-col-box_img {
    width: 100%;
}

.img-txt-col-box_content {
    padding-block: var(--sec-pad-block);
    padding-inline: var(--sec-pad-inline);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-grow: 1;
    justify-content: space-between;
}

.img-txt-col-box {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.img-txt-col-box_content--brand5 {
    background-color: var(--brand-color-5);
}

.img-txt-col-box_content--brand6 {
    background-color: var(--brand-color-6);
}

.img-txt-col-box_p {
    margin-bottom: 50px;
}

.home-donate {
    display: flex;
    flex-direction: column;
    gap: var(--container-gap);
}

.home-volunteer {
    display: flex;
    flex-direction: column;
    gap: var(--container-gap);
}

/* Section 9 - Donate now & Volunteer - Mobile */
@media (max-width:799px) {
    .home-donate-volunteer {
        display: grid;
        grid-template-columns: repeat(1, minmax(0,1fr));
    }
}

/* Subpages Hero */
.sub-hero {
    padding-inline: var(--sec-pad-inline);
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sub-hero img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sub-hero__title {
    color: var(--brand-color-1);
    padding: clamp(25px, calc(25px + ((1vw - 3.2px) * 3.125)), 60px);
    background-color: var(--white-90);
    position: relative;
    z-index: 1;
    text-align: center;
}

/* Section 10 - Who We Are */
.section-10 .container {
    display: flex;
    flex-direction: row;
    gap: var(--container-gap);
    max-width: var(--container-width);
    margin: auto;
    align-items: stretch;
}

.inner-content-60 {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: calc(var(--content-gap) / 2);
    align-items: flex-start;
}

.img-40 {
    width: 40%;
    position: relative;
}

.img-40 img {
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Section 10 - Who We Are - Mobile */
@media (max-width:999px) {
    .section-10 .container {
        flex-direction: column;
    }

    .inner-content-60 {
        width: 100%;
    }

    .img-40 {
        width: 100%;
        height: 400px;
    }
}

/* Section 11 */
.section-11 {
    padding-block: 0px;
}

.section-11 .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: var(--grid-gap);
    grid-template-rows: 1fr;
}

.section-11 .colored-txt-block {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.section-11 .inner-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Section 11 - Mobile */
@media (max-width:999px) {
    .section-11 .container {
        grid-template-columns: repeat(1, minmax(0,1fr));
    }
}

/* Responsive Spacer */
.responsive-spacer {
    height: var(--sec-pad-block);
    padding: 0px;
}

/* Section 12 */
.section-12 .inner-content div {
    display: flex;
    flex-direction: column;
    gap: var(--content-gap);
    width: 100%;
}

/* Section 13 */
.section-13 .container {
    display: flex;
    flex-direction: column;
    gap: var(--container-gap);
}

.section-13 h2 {
    background-color: var(--brand-color-1);
    color: var(--white);
}

.section-13 .title-box__border {
    border-color: var(--white);
}

.staff-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: calc(var(--grid-gap) / 2);
}

.staff__member {
    color: var(--white);
}

.staff__name {
    font-weight: 800;
}

/* Section 13 - Mobile */
@media (max-width:999px) {
    .staff-grid {
        grid-template-columns: repeat(1, minmax(0,1fr));
    }
}

/* Section 14 */
.section-14 .container {
    display: flex;
    flex-direction: column;
    gap: var(--container-gap);
}

.board-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: calc(var(--grid-gap) / 2);
}

.board__member {
    background-color: var(--brand-color-6);
    padding: var(--sec-pad-inline);
}

.board__name {
    font-weight: 800;
    color: var(--brand-color-2);
}

.board__title {
    font-weight: 800;
}

/* Section 14 - Board Grid - Mobile */
@media (max-width:999px) {
    .board-grid {
        grid-template-columns: repeat(1, minmax(0,1fr));
    }
}

/* Section 15 */
.section-15 .container div {
    display: flex;
    flex-direction: column;
    gap: var(--container-gap);
    align-items: center;
    text-align: center;
    padding-inline: var(--sec-pad-inline);
    padding-block: var(--sec-pad-block);
    width: 100%;
}

/* Section 16 */
.section-16 .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: var(--grid-gap);
}

.section-16 .center-content {
    margin-block: auto;
    display: flex;
    flex-direction: column;
    gap: var(--content-gap);
}

.text-block-orange {
    background-color: var(--brand-color-6);
    padding: var(--sec-pad-block);
    display: flex;
    flex-direction: column;
    gap: var(--content-gap);
}

.text-block-orange h2 {
    color: var(--brand-color-2);
    font-size: var(--h3);
}

.text-block-orange__bold {
    color: var(--brand-color-2);
    font-weight: 800;
}

.text-block-orange a {
    font-weight: 800;
    color: var(--body-text);
}

.text-block-orange a:hover {
    color: var(--brand-color-2);
}

/* Section 16 Mobile */
@media (max-width:999px) {
    .section-16 .container {
        display: grid;
        grid-template-columns: repeat(1, minmax(0,1fr));
    }
}

/* Provincial Groups Grid */
.pg-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: var(--grid-gap);
    max-width: var(--container-width);
    margin: auto;
}

/* Provincial Groups Grid */
@media (max-width:999px) {
    .pg-grid {
        grid-template-columns: repeat(1, minmax(0,1fr));
    }
}

/* Sub Hero 2 */
.sub-hero-2 {
    position: relative;
}

.sub-hero-2_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sub-hero-2-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: calc(var(--grid-gap) * 2);
    max-width: var(--container-width);
    margin: auto;
}

.sub-hero-2 .inner-content {
    display: flex;
    flex-direction: column;
    gap: calc(var(--content-gap) / 2);
    align-items: flex-start;
}

/*  */
@media (max-width:999px) {
    .sub-hero-2 {
        padding-top: 0px;
        padding-inline: 0px;
    }

    .sub-hero-2_img {
        position: static;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .sub-hero-2-grid {
        padding-block: var(--sec-pad-block);
        padding-inline: var(--sec-pad-inline);
        grid-template-columns: repeat(1, minmax(0,1fr));
    }
}

/* Sub-hero 2 Reverse */
.sub-hero-2--reverse {
    position: relative;
}

.sub-hero-2_img--reverse {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sub-hero-2--reverse .inner-content {
    display: flex;
    flex-direction: column;
    gap: calc(var(--content-gap) / 2);
    text-align: left;
    align-items: flex-start;
}

.sub-hero-2-grid--reverse {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: calc(var(--grid-gap) * 2);
    max-width: var(--container-width);
    margin: auto;
    grid-column-start: ;
}

/*  */
@media (max-width:999px) {
    .sub-hero-2--reverse {
        padding-top: 0px;
        padding-inline: 0px;
    }

    .sub-hero-2_img--reverse {
        position: static;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .sub-hero-2-grid--reverse {
        padding: var(--sec-pad-inline);
        grid-template-columns: repeat(1, minmax(0,1fr));
    }
}

/* Section 17 */
.img-content-card {
    display: flex;
    flex-direction: row;
}

.img-content-card__box {
    width: 50%;
    padding: var(--sec-pad-inline);
}

.img-content-card__box div {
    display: flex;
    flex-direction: column;
    gap: var(--content-gap);
}

.img-content-card__img {
    width: 50%;
}

.img-content-card__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* Section 17 - Mobile */
@media (max-width:999px) {
    .img-content-card {
        flex-direction: column;
    }

    .img-content-card__box {
        width: 100%;
    }

    .img-content-card__img {
        width: 100%;
        order: -1;
    }
}

/* Quote Card */
.quote-card {
    color: var(--body-text);
    width: 100%;
    padding: var(--sec-pad-block);
    display: flex;
    flex-direction: column;
    gap: var(--content-gap);
    text-align: center;
    position: relative;
    align-items: center;
    box-shadow: var(--box-shadow);
}

.quote-card h3 {
    color: var(--brand-color-3);
}

.quote-card svg {
    position: absolute;
    top: -40px;
}

/* PDF Card */
.pdf-card {
    display: flex;
    flex-direction: row;
    max-width: var(--container-width);
    margin: auto;
}

.pdf-card__img {
    width: 30%;
}

.pdf-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pdf-card-content {
    padding: calc(var(--sec-pad-inline) * 1.5);
    display: flex;
    flex-direction: column;
    gap: var(--container-gap);
    align-items: flex-start;
    background-color: var(--brand-color-6);
    width: 70%;
    justify-content: center;
}

/* PDF Card - Mobile */
@media (max-width:729px) {
    .pdf-card {
        flex-direction: column;
    }

    .pdf-card__img {
        width: 100%;
    }

    .pdf-card-content {
        width: 100%;
    }
}

/* Icon and Text Block */
.icon-and-text {
    display: flex;
    flex-direction: row;
    gap: var(--content-gap);
    width: 100%;
}

.icon-and-text svg {
    max-width: 70px;
    width: 100%;
}

/* Icon and Text Block - Mobile */
@media (max-width:479px) {
    .icon-and-text {
        flex-direction: column;
    }
}

/* Grids */
.grid-2-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: calc(var(--grid-gap) / 2);
    max-width: var(--container-width);
    margin: auto;
}

.grid-3-col {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: var(--grid-gap);
    max-width: var(--container-width);
    margin: auto;
}

/* Grids - Mobile */
@media (max-width:999px) {
    .grid-2-col {
        display: grid;
        grid-template-columns: repeat(1, minmax(0,1fr));
        gap: var(--grid-gap);
    }

    .grid-3-col {
        display: grid;
        grid-template-columns: repeat(1, minmax(0,1fr));
        gap: var(--grid-gap);
    }
}

/* Content Block */
.content-block {
    width: 100%;
    padding: var(--sec-pad-inline);
}

.content-block div {
    display: flex;
    flex-direction: column;
    gap: calc(var(--content-gap) / 2);
    align-items: center;
}

/* PDF Bar */
.pdf-bar {
    width: 100%;
    background-color: var(--brand-color-6);
    display: flex;
    flex-direction: row;
    gap: var(--content-gap);
    justify-content: space-between;
    padding: var(--sec-pad-inline);
    align-items: center;
}

.pdf-bar h3 {
    font-weight: 500;
    margin-right: auto;
}

/* PDF Bar */
@media (max-width:699px) {
    .pdf-bar {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .pdf-bar h3 {
        margin-inline: auto;
    }
}

/* Blog */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: var(--grid-gap);
    max-width: var(--container-width);
    margin: auto;
}

.blog-item {
    display: flex;
    flex-direction: column;
    gap: calc(var(--content-gap) / 4);
    max-width: var(--container-width);
    margin: auto;
    align-items: flex-start;
}

.blog-item a h2 {
    font-size: var(--h3);
    color: var(--brand-color-3);
}

.blog-item a {
    color: var(--brand-color-3);
}

.blog-item  a h2:hover {
    color: var(--brand-color-1);
}

.blog-author {
    color: var(--brand-color-2);
    text-decoration: underline;
}

.blog-tag {
    background-color: var(--brand-color-6);
    color: var(--brand-color-2);
    font-weight: 700;
    padding: 1.0rem 2rem;
    border-radius: var(--border-radius);
}

.blog-article_heading {
    font-size: 1.8rem;
    color: var(--brand-color-3);
    margin-bottom: 10px;
}

.blog-article_txt {
    font-size: 1.6rem;
    max-width: 500px;
    margin-bottom: 10px;
}

.blog-article_btn {
    font-size: 1.6rem;
}

.blog-article_btn:hover {
    color: var(--brand-color-3)!important;
}

.blog-article_btn:after {
    background-color: var(--brand-color-3)!important;
}

.blog-item img {
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

/* Pagination */
.pagination-bar {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
}

.pagination-prev,
.pagination-next {
    border: 1px solid var(--brand-color-3);
    padding: 1rem 2.5rem;
    border-radius: 50px;
    color: var(--brand-color-3);
    font-weight: 700;
}

.pagination-number {
    display: flex;
    flex-direction: column;
    width: 5rem;
    text-align: center;
    border: 1px solid var(--brand-color-3);
    padding: 1rem;
    border-radius: 50%;
    color: var(--brand-color-3);
    font-weight: 700;
}

.pagination-number:hover {
    background-color: var(--brand-color-5);
    color: var(--brand-color-3);
}

.pagination-prev:hover,
.pagination-next:hover {
    background-color: var(--brand-color-5);
    color: var(--brand-color-3);
}

.pagination-number-active {
    background-color: var(--brand-color-3);
    color: var(--white);
}

.pagination-number-active:hover {
    background-color: var(--brand-color-3);
    color: var(--white);
}

/* Blog Mobile */
@media (max-width:999px) {
    .blog-grid {
        grid-template-columns: repeat(1, minmax(0,1fr));
    }
}

/* Blog Single */
.blog-single-content {
    display: flex;
    flex-direction: column;
    gap: calc(var(--content-gap) / 2);
}

.blog-single-content :is(h1, h2, h3, h4, h5, h6) {
    color: var(--brand-color-2);
}

/* Columns */
.text-column-container {
    display: flex;
    flex-direction: column;
    gap: var(--container-gap);
    width: 100%;
    max-width: var(--container-width);
    margin: auto;
}

/* Simple Text Block With Title */
.text-block-with-title .container {
    padding: var(--sec-pad-inline);
}

.section-17 .container .inner-content {
    display: flex;
    flex-direction: column;
    gap: var(--content-gap);
}

/*  */
@media (max-width:749px) {
    .text-block-with-title .container .title-box__border-h2 {
        max-width: 400px;
    }
}

@media (max-width:499px) {
    .text-block-with-title .container .title-box__border-h2 {
        max-width: 225px;
    }
}

/* Button Row */
.button-row-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: var(--grid-gap);
    width: 100%;
}

.button-row-grid a {
    margin: auto;
    width: 100%;
}

.button-row-section h2 {
    margin: auto;
}

/* Button Row */
@media (max-width:999px) {
    .button-row-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
}

@media (max-width:479px) {
    .button-row-grid {
        grid-template-columns: repeat(1, minmax(0,1fr));
    }
}

/* Logo Section */
.logo-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0,1fr));
    gap: var(--grid-gap);
    grid-auto-rows: 110px;
    max-width: var(--container-width);
    margin: auto;
}

/* Logo Section */
@media (max-width:999px) {
    .logo-grid {
        grid-template-columns: repeat(4, minmax(0,1fr));
    }
}

@media (max-width:699px) {
    .logo-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
}

/* Lists */
.container ul,
.container ol {
    color: var(--body-text);
}

/* Video Section */
.video-section iframe {
    aspect-ratio: 16 / 9;
    height: 100%;
    width: 100%;
}

@media (max-width:991px) {
    .header_donate {
        display: none;
    }

    .header_top-bar {
        font-size: 1.6rem;
        font-weight: 400;
    }
}

/* Mobile Menu */
.mobile-menu__panel-top {
    width: 100%;
    position: relative;
    padding-block: 3rem;
}

.search-wrapper__form-mobile {
    background-color: var(--white);
    margin-bottom: 3rem;
    width: calc(100% - 6rem)!important;
    margin-inline: auto;
}

.search-wrapper__form {
    display: flex;
    border: 1px solid var(--brand-color-6);
    width: 100%;
}

.search-wrapper__input {
    width: 100%;
    border: none;
    padding-left: 1rem;
}

.search-wrapper__search-button {
    border: none;
    border-left: 1px solid var(--brand-color-1);
    background-color: transparent;
    display: flex;
    align-items: center;
}

.mobile-mm-item__btn {
    width: 100%;
    text-align: start;
    background-color: transparent;
    border: none;
    color: var(--white);
    display: flex;
    justify-content: space-between;
    padding: 2rem 3rem;
    font-size: 1.6rem;
}

.mobile-mm-item__panel {
    width: 100%;
    background-color: hsl(247, 95%, 16%);
    padding-block: 1rem;
    z-index: 9;
}

.mobile-mm-item__panel ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 4rem;
    font-size: 1.6rem;
}

.mobile-mm-item__panel li a {
    color: var(--white);
}

.search-wrapper__btn[aria-expanded="true"] .search-wrapper__open-span {
    display: none;
}

.search-wrapper {
    display: flex;
    align-items: center;
    z-index: 999999999999999999999999;
}

.search-wrapper__panel {
    position: absolute;
    right: 3rem;
    width: calc(100% - 24rem);
    min-width: max-content;
    background-color: var(--white);
    border: 1px solid var(--brand-color-1);
}

.search-wrapper__close-span {
    display: flex;
}

.search-wrapper__btn {
    background-color: transparent;
    border: none;
}

input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    content: URL("/wp-content/uploads/close.svg");
    cursor: pointer;
}

@media (max-width:1200px) {
    .search-wrapper__input {
        font-size: 1.4rem;
        padding: 0.5rem;
    }

    .header-logo {
        max-width: 140px;
    }

    .search-wrapper__panel {
        width: calc(100% - 18rem);
    }
}

.programs-labels-mobile {
    padding-left: 4rem;
}

@media (max-width:767px) {
    .mobile-menu__panel {
        width: 100%;
    }
}

@media (max-width:991px) {
    .mobile-menu__background {
        top: 111px;
    }

    .mobile-menu__panel {
        top: 111px;
    }
}

@media (max-width:767px) {
    .header_top-bar {
        font-size: 1.4rem;
    }

    .mobile-menu__background {
        top: 108px;
    }

    .mobile-menu__panel {
        top: 108px;
    }
}

@media (max-width:621px) {
    .mobile-menu__background {
        top: 128px;
    }

    .mobile-menu__panel {
        top: 128px;
    }
}

/* Search Results */
.search-results-section .container {
    display: flex;
    flex-direction: column;
    gap: var(--container-gap);
}

.search-results-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: var(--grid-gap);
    width: 100%;
}

.search-result-card {
    display: flex;
    flex-direction: column;
    height: content-fit;
    justify-content: flex-start;
    padding: 0px;
    gap: 1rem;
}

.search-result-card img {
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.search-result-card img:hover {
    opacity: 0.8;
}

.search-result-card h2 {
    font-size: 1.8rem;
    color: var(--brand-color-1);
}

.search-result-card h2:hover {
    color: var(--brand-color-2);
}

/*  */
@media (max-width:999px) {
    .search-results-grid {
        grid-template-columns: repeat(1, minmax(0,1fr));
    }
}

@media (max-width:479px) {
    .search-wrapper {
        display: none;
    }
}

.mobile-menu__panel .btn--third {
    font-size: 1.6rem;
}

/* Page Specific */
.page-id-5767 .logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-id-5767 .img-txt-box_content-inner {
    max-width: 80%;
    align-items: flex-start;
    margin-right: auto;
    margin-left: var(--sec-pad-inline);
}

.page-id-5767 .img-txt-box_content {
    align-items: start;
}

.page-id-5767 .sub-hero {
    height: 400px;
}

.page-id-5767 .sub-hero__title {
    max-width: 25ch;
}

@media (max-width: 999px) {
    .page-id-5767 .img-txt-box_content-inner {
        text-align: center;
        align-items: center;
    }
}

/* Volunteer Form */
input#gform_submit_button_6 {
    background-color: var(--brand-color-1);
    border: none;
}