﻿:root {
    --light-green: #7ED957;
    --green: #66A830;
    --light-brown: #714226;
    --brown: #2B0001;
    --lightgrey: #F1F1F1;
    --green-90: rgba(102,168,48,0.9);
    --green-85: rgba(102,168,48,0.85);
    --light-brown-85: rgba(113,66,38,0.85);
    --brown-85: rgba(43,0,1,0.85);
    --brown-70: rgba(43,0,1,0.70);

    /*font weights*/
    --thin: 100;
    --extralight: 200;
    --light: 300;
    --regular: 400;
    --medium: 500;
    --semibold: 600;
    --bold: 700;
    --extrabold: 800;
    --black: 900;
}

/*****************************/
/* Interior Banner */
/*****************************/

section.interiorBanner .greenBanner {
    background: var(--green);
    padding: 60px 0px;
    position: relative;
}

section.interiorBanner .greenBanner h1 {
    font-size: 45px;
    line-height: 50px;
    color: white;
    font-weight: var(--semibold);
    margin: 0px;
}

section.interiorBanner .background-graphic {
    position: absolute;
    right: 0;
    bottom: 0;
}

section.interiorBanner .background-graphic img {
    aspect-ratio: 185/111;
    width: 100%;
    height: 100%;
}

/*****************************/
/* Grey Info Banner */
/*****************************/

.greyBanner {
    background: var(--lightgrey);
    padding: 10px 0px;
}

.greyBanner .flex-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 50px;
}

.greyBanner p {
    margin-bottom: 0px;
}

.greyBanner a {
    color: var(--brown);
    text-decoration: none;
}

.greyBanner .icon-flex {
    align-items: center;
}

.greyBanner a:hover {
    color: var(--light-brown-85);
}

/*****************************/
/* Breadcrumbs */
/*****************************/

.breadcrumbsWrapper {
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.breadcrumbsWrapper .breadcrumbs-arrow {
    width: 15px;
}

.breadcrumbsWrapper a {
    font-size: 15px;
    color: var(--brown-70);
    text-decoration: none;
}

.breadcrumbsWrapper a:nth-last-of-type(1) {
    font-weight: var(--semibold);
    color: var(--brown);
    text-decoration: none;
}

.breadcrumbsWrapper a:hover {
    color: var(--green);
}

/*****************************/
/* Main Content */
/*****************************/

section.mainContent {
    margin: 80px 0px 120px;
}

section.mainContent h2 {
    font-size: 35px;
    line-height: 43.5px;
    color: var(--brown);
    margin-bottom: 20px;
    margin-top: 0px;
}

section.mainContent h4 {
    font-size: 20px;
    line-height: 28.5px;
    color: var(--green);
    margin-bottom: 20px;
    margin-top: 30px;
}

section.mainContent h4:first-child {
    margin-top: 0px;
}

section.mainContent p {
    margin-bottom: 25px;
}

section.mainContent p:nth-last-child(1) {
    margin-bottom: 0px;
}

section.mainContent p a {
    color: var(--brown);
    font-weight: var(--semibold);
}

section.mainContent p a:hover {
    text-decoration: none;
}

section.mainContent .right-img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

section.mainContent p.donateBtn .green-btn {
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: var(--semibold);
    color: white;
    padding: 10px 0px;
}

/*****************************/
/* Content Blocks */
/*****************************/

.content-blocks .block .mainContentSection {
    margin-bottom: 100px;
}

.content-blocks .sectionImage {
    width: 100%;
    border-radius: 10px;
}

.mainContentSection .imageRight .padding {
    padding-right: 100px;
}

.mainContentSection .imageLeft .padding {
    padding-left: 50px;
}

.mainContentSection .image-description p {
    margin-top: 20px;
    margin-bottom: 0px;
    color: rgba(43, 0, 1, 0.5);
    font-size: 15px;
    line-height: 25px;
}

.content-blocks .block .mainContentSection:nth-last-of-type(1) {
    margin-bottom: 0px;
}

/*****************************/
/* Blog / Project List */
/*****************************/

.list-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.list-wrapper .text-wrapper h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: var(--semibold);
    margin-top: 25px;
}

.list-wrapper .text-wrapper h3 a {
    color: var(--green);
    text-decoration: none;
}

.blogPost .img-wrapper {
    aspect-ratio: 393 / 274;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.blogPost .img-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.list-wrapper > div {
    margin-bottom: 50px;
}

.list-wrapper > div:nth-last-child(-n+3) {
    margin-bottom: 0px;
}

.blogPost {
    position: relative;
} 

.blogPost .overlay-link {
    position: absolute;
    inset: 0;
    z-index: 50;
}

.blogPost .img-wrapper img {
    transition: all .5s ease;
}

.blogPost:hover .img-wrapper img {
    opacity: 0.75;
}

.blogPost:hover .text-wrapper h3 a {
    color: var(--light-green);
}

/**/

.filters {
    margin-bottom: 20px;
}

.filter-btn {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 11px 12px;
    background: #F3F3F3;
    cursor: pointer;
    border: none;
    font-size: 17px;
    line-height: 19px;
    border-radius: 10px;
    transition: all .5s ease;
}

    .filter-btn.active,
    .filter-btn:hover {
        background: var(--green);
        color: #fff;
    }

.archive-link {
    display: inline-block;
    line-height: 32px;
    text-decoration: underline;
    color: #007BFF;
}

a.archive-link {
    margin-bottom: 10px;
    padding: 11px 40px;
    background: var(--green);
    cursor: pointer;
    border: none;
    font-size: 17px;
    line-height: 19px;
    border-radius: 10px;
    transition: all .5s ease;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    text-align: center;
}

a.archive-link:hover {
    background: var(--brown);
    color: #ffffff;
    text-decoration: none;
}

.filters {
    display: flex;
}

button.filter-btn {
    flex: 1;
}

/*****************************/
/* Blog / Project Post */
/*****************************/

.post-wrapper .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


section.mainContent .right-img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}


/*****************************/
/* Contact Us Top */
/*****************************/

.mainContent form label {
    font-size: 17px;
    line-height: 12.5px;
    color: var(--brown);
    margin-bottom: 15px;
    font-weight: 600;
}

.mainContent form .form-control {
    background: rgba(241,241,241,0.9);
    border: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 15px;
    min-height: 60px;
}

.mainContent form textarea.form-control {
    min-height: 165px;
}

.mainContent form .cms-field-submit {
    border: none;
}

.mainContent form .cms-field-submit:active, 
.mainContent form .cms-field-submit:focus 
{
    outline: none!important;
    box-shadow: none!important;
    background: var(--brown);
    color: #ffffff;
    text-decoration: none;
}

.mainContent form .cms-group-textarea {
    margin-bottom: 30px;
}

.cms-form-group-required .cms-form-label:after {
    color: var(--green);
}

.contactWrapper h2 {
    font-size: 30px;
    line-height: 45px;
}

.contactWrapper .icon-flex {
    margin-bottom: 20px;
}

.contactWrapper .icon-flex a {
    font-weight: var(--regular);
}

.contactWrapper .second-row {
    margin-top: 45px;
}

.contactWrapper .second-row h4 {
    color: var(--brown)!important;
}

.contactWrapper .icon-flex .icon {
    margin-top: 4px;
}

.foodPickupWrapper p em {
    color: rgba(43, 0, 1, 0.5);
    font-size: 15px;
}

.contactWrapper .extra-details {
    color: rgba(43, 0, 1, 0.5);
    font-size: 15px;
    width: 60%;
    line-height: 22px;
}

/*****************************/
/* Contact Us Map List */
/*****************************/

section.map-wrapper .container-fluid {
    padding: 0px;
    overflow-x: hidden;
}

.homeMap {
    height: 650px;
}

div#map-canvas {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.location {
    padding: 30px 40px;
    border: 1px solid #F1F1F1;
    margin-top: -1px;
}

.location.active {
    border: 3px solid var(--light-green);
}

.location i {
    margin-right: 0px;
    width: 20px;
    display: inline-block;
}

.location-list {
    max-height: 650px; /* adjust based on layout */
    overflow-y: auto;
    padding-right: 10px;
    border-top: 1px solid #F1F1F1;
}

section.map-wrapper .container-fluid .row > .mainMapWrapper {
    padding-right: 0px;
}

section.map-wrapper .container-fluid .row .location-list-wrapper {
    padding-left: 0px;
}

.location h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 0px;
}

.location .address {

}

.location .phoneNumber {
    margin-bottom: 0px;
}

.location i {
    color: var(--light-green);
    margin-right: 10px;
}

p.location-long-details {
    margin-top: 20px;
    background: var(--light-green);
    border-radius: 25px;
    padding: 18px;
}

/*
.gm-style-iw.gm-style-iw-c, .gm-style-iw-d {
    background: var(--light-green);
}

.gm-style-iw-d {
    overflow: unset!important;
}

.gm-style-iw.gm-style-iw-c {
    padding-left: 0px;
}

.gm-style-iw-chr {
    position: absolute;
    right: 10px;
    top: 10px;
}

.infowindow {
    padding: 20px;
}

.gm-style .gm-style-iw-tc::after {
    background: var(--light-green);
}

.infowindow .popup-title {
    font-size: 19px;
    border-bottom: 2px solid #fff;
    margin-bottom: 15px;
    display: inline-block;
    padding-bottom: 3px;
    color: var(--brown);
    font-weight: 500;
}

.popup-address,
.popup-phone,
.popup-directions {
    font-size: 16px;
    margin-bottom: 10px;
}

.popup-directions {
    margin-bottom: 0px;
    margin-top: 15px;
}

.popup-directions a {
    color: var(--light-brown);
    font-weight: 400;
    text-decoration: none;
}

.popup-directions a:focus {
    outline: none!important;
}

.popup-address i,
.popup-phone i {
    margin-right: 0px;
    width: 20px;
    display: inline-block;
    color: var(--light-brown);
}

.gm-style-iw-chr button {
    background: var(--brown)!important;
    border-radius: 50%;
    width: 35px !important;
    height: 35px !important;
    opacity: 1;
}

.gm-ui-hover-effect > span {
    background-color: #fff;
    margin: 6px!important;
}

.location .address, .location p.phoneNumber {
    display: flex;
    align-items: center;
    align-items: baseline;
}*/

@media (min-width: 1367px) and (max-width: 1600px) {

    /*****************************/
    /* Grey Info Banner */
    /*****************************/

    /*****************************/
    /* Breadcrumbs */
    /*****************************/

    /*****************************/
    /* Main Content */
    /*****************************/

    /*****************************/
    /* Content Blocks */
    /*****************************/

    .mainContentSection .imageRight .padding {
        padding-right: 30px;
    }

    .mainContentSection .imageLeft .padding {
        padding-left: 30px;
    }

    .content-blocks .block .mainContentSection:nth-last-of-type(1) {
        margin-bottom: 0px;
    }

    section.mainContent {
        margin: 80px 0px 100px;
    }

    /*****************************/
    /* Right Image and Button */
    /*****************************/

    /*****************************/
    /* Blog / Project List */
    /*****************************/

    /*****************************/
    /* Blog / Project Post */
    /*****************************/

    /*****************************/
    /* Contact Us Top */
    /*****************************/

    /*****************************/
    /* Contact Us Map List */
    /*****************************/


}

@media (min-width: 1200px) and (max-width: 1366px) {

    /*****************************/
    /* Grey Info Banner */
    /*****************************/

    /*****************************/
    /* Breadcrumbs */
    /*****************************/

    /*****************************/
    /* Main Content */
    /*****************************/

    section.mainContent .col-md-4.col-md-offset-1 {
        margin-left: 5.333333%;
        width: 36.333333%;
    }

    /*****************************/
    /* Content Blocks */
    /*****************************/

    .mainContentSection .imageRight .padding {
        padding-right: 20px;
    }

    .mainContentSection .imageLeft .padding {
        padding-left: 20px;
    }

    .content-blocks .block .mainContentSection:nth-last-of-type(1) {
        margin-bottom: 0px;
    }

    section.mainContent {
        margin: 80px 0px 100px;
    }

    /*****************************/
    /* Right Image and Button */
    /*****************************/

    /*****************************/
    /* Blog / Project List */
    /*****************************/

    .filter-btn,
    a.archive-link {
        font-size: 15px;
    }

    a.archive-link {
        padding: 11px 20px;
    }

    /*****************************/
    /* Blog / Project Post */
    /*****************************/

    .post-wrapper .col-md-4.col-md-offset-1 {
        margin-left: 5.333333%;
        width: 36.333333%;
    }

    /*****************************/
    /* Contact Us Top */
    /*****************************/

    .form-wrapper {
        margin-left: 2.333333%;
    }

    .details-wrapper {
        width: 47.666667%;
    }

    /*****************************/
    /* Contact Us Map List */
    /*****************************/

    .location h3 {
        font-size: 17px;
        line-height: 27px;
    }

    .location .address, .location p.phoneNumber {
        font-size: 15px;
        line-height: 22px;
    }

    .location {
        padding: 25px 35px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    /*****************************/
    /* Grey Info Banner */
    /*****************************/

    .greyBanner .flex-wrapper {
        justify-content: flex-start;
        margin-top: 15px;
    }

    .greyBanner {
        padding: 15px 0px;
    }

    /*****************************/
    /* Breadcrumbs */
    /*****************************/

    /*****************************/
    /* Main Content */
    /*****************************/

    section.mainContent .col-md-4.col-md-offset-1 {
        margin-left: 5.333333%;
        width: 36.333333%;
    }

    /*****************************/
    /* Content Blocks */
    /*****************************/

    .mainContentSection .imageRight .padding {
        padding-right: 20px;
    }

    .mainContentSection .imageLeft .padding {
        padding-left: 20px;
    }

    .mainContentSection .flex-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    /*****************************/
    /* Right Image and Button */
    /*****************************/

    /*****************************/
    /* Blog / Project List */
    /*****************************/

    .list-wrapper .text-wrapper h3 {
        font-size: 17px;
        line-height: 24px;
    }

    .list-wrapper .date-wrapper p {
        font-size: 15px;
    }

    .list-wrapper > div {
        margin-bottom: 30px;
    }

    .filter-btn,
    a.archive-link {
        font-size: 15px;
    }

    a.archive-link {
        padding: 11px 20px;
    }

    /*****************************/
    /* Blog / Project Post */
    /*****************************/

    /*****************************/
    /* Contact Us Top */
    /*****************************/

    .contactWrapper form {
        margin-top: 55px;
    }

    /*****************************/
    /* Contact Us Map List */
    /*****************************/

    .homeMap, .location-list {
        height: 550px;
    }

    .location h3 {
        font-size: 17px;
        line-height: 27px;
    }

    .location .address, .location p.phoneNumber {
        font-size: 15px;
        line-height: 22px;
    }

    .location {
        padding: 25px 35px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /*****************************/
    /* Interior Banner */
    /*****************************/

    section.interiorBanner .greenBanner h1 {
        font-size: 40px;
        line-height: 45px;
    }

    /*****************************/
    /* Grey Info Banner */
    /*****************************/

    .greyBanner .flex-wrapper {
        justify-content: flex-start;
        margin-top: 15px;
    }

    .greyBanner {
        padding: 15px 0px;
    }


    /*****************************/
    /* Breadcrumbs */
    /*****************************/

    /*****************************/
    /* Main Content */
    /*****************************/

    section.mainContent .right-img {
        margin-top: 40px;
    }

    section.mainContent {
        margin: 60px 0px 80px;
    }

    /*****************************/
    /* Content Blocks */
    /*****************************/

    .mainContentSection .imageRight .padding {
        padding-right: 0px;
    }

    .mainContentSection .imageLeft .padding {
        padding-left: 0px;
    }

    .content-blocks .block .mainContentSection {
        margin-bottom: 50px;
    }

    .content-blocks .block .mainContentSection:nth-last-of-type(1) {
        margin-bottom: 0px;
    }

    .mainContentSection .imageRight .sectionImage {
        margin-top: 35px;
    }

    .mainContentSection .imageLeft .sectionImage {
        margin-top: 35px;
    }

    /*****************************/
    /* Right Image and Button */
    /*****************************/

    /*****************************/
    /* Blog / Project List */
    /*****************************/

    .filter-btn,
    a.archive-link {
        font-size: 15px;
    }

    a.archive-link {
        padding: 11px 20px;
    }

    /*****************************/
    /* Blog / Project Post */
    /*****************************/

    /*****************************/
    /* Contact Us Top */
    /*****************************/

    .contactWrapper form {
        margin-top: 55px;
    }

    /*****************************/
    /* Contact Us Map List */
    /*****************************/

    .homeMap, .location-list {
        height: 450px;
    }

    .location h3 {
        font-size: 17px;
        line-height: 27px;
    }

    .location .address, .location p.phoneNumber {
        font-size: 15px;
        line-height: 22px;
    }

    .location {
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {

    /*****************************/
    /* Interior Banner */
    /*****************************/

    section.interiorBanner .greenBanner h1 {
        font-size: 38px;
        line-height: 42px;
    }

    section.interiorBanner .background-graphic img {
        max-width: 100px;
    }

    /*****************************/
    /* Grey Info Banner */
    /*****************************/

    .greyBanner .flex-wrapper {
        display: block;
    }

    .greyBanner .icon-flex {
        margin-bottom: 15px;
    }

    .greyBanner .emailAddressWrapper.icon-flex {
        margin-bottom: 0px;
    }

    .greyBanner .addressWrapper.icon-flex {
        align-items: normal;
    }

    /*****************************/
    /* Breadcrumbs */
    /*****************************/

    /*****************************/
    /* Main Content */
    /*****************************/

    section.mainContent {
        margin: 50px 0px 60px;
    }

    section.mainContent .right-img {
        margin-top: 40px;
    }

    /*****************************/
    /* Content Blocks */
    /*****************************/

    .mainContentSection .imageRight .padding {
        padding-right: 0px;
    }

    .mainContentSection .imageLeft .padding {
        padding-left: 0px;
    }

    .content-blocks .block .mainContentSection {
        margin-bottom: 50px;
    }

    .content-blocks .block .mainContentSection:nth-last-of-type(1) {
        margin-bottom: 0px;
    }

    .mainContentSection .imageRight .sectionImage {
        margin-top: 35px;
    }

    .mainContentSection .imageLeft .sectionImage {
        margin-top: 35px;
    }

    /*****************************/
    /* Right Image and Button */
    /*****************************/

    /*****************************/
    /* Blog / Project List */
    /*****************************/

    .list-wrapper > div:nth-last-child(-n+3) {
        margin-bottom: 30px;
    }

    .list-wrapper {
        display: block;
    }

    .filters {
        flex-wrap: wrap;
    }

    button.filter-btn {
        flex: auto;
        min-width: 125px;
    }

    a.archive-link {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    /*****************************/
    /* Blog / Project Post */
    /*****************************/

    .post-wrapper .btn-wrapper a {
        font-size: 15px;
        padding: 5px 15px;
    }

    /*****************************/
    /* Contact Us Top */
    /*****************************/

    .contactWrapper .officeHoursWrapper {
        margin-bottom: 35px !important;
    }

    .contactWrapper .extra-details {
        width: 100%;
    }

    .contactWrapper form {
        margin-top: 55px;
    }

    /*****************************/
    /* Contact Us Map List */
    /*****************************/

    .homeMap {
        height: 390px;
    }

    .location-list {
        max-height: 400px;
        padding-right: 0px;
    }
}
