/* GENERAL */
    :root {
        --primary-color: #31750b;
    }
    header,
    footer {
        background: var(--primary-color);
    }
    header *,
    footer * {
        color: white;
    }
/* END GENERAL */
/* HEADER */
    .pcNav-container {
        background: white;
    }
    .pcNav-container * {
        color: black;
    }
    .pcNav {
        list-style: none;
        font-weight: bold;
        margin: 40px auto;

        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 5px;
    }
    .pcNav a {
        text-decoration: none;
        line-height: 37px;
        font-size: 24px;
        padding: 5px 15px;
    }
    .pcNav a:hover,
    .pcNav a.active {
        background: var(--primary-color);
        color: white;
    }
    .header-slogan {
        text-transform: uppercase;
        font-size: 30px;
        letter-spacing: .2em;
    }
    div:has(>.header-slogan) {
        margin: 50px auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }
/* END HEADER */
/* FOOTER */
    footer {
        text-align: center;
    }
    footer .row {
        padding-top: 20px;
    }
    .post-footer {
        line-height: 60px;
    }
/* END FOOTER */
/* CONTENT */
    .content {
        margin: 20px auto;
    }
    .cols {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .contact-part {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
    }
    .contact-part > img {
        max-width: 30%;
        object-fit: cover !important;
    }
    @media (max-width: 767px) {
        .contact-part {
            flex-wrap: wrap;
        }
        .contact-part > img {
            max-width: none;
            width: 100%;
            max-height: 200px;
        }
    }
    @media (max-width: 578px) {
        .contact-info .cols {
            justify-content: center;
        }
        .contact-info {
            text-align: center;
        }
    }
/* END CONTENT */

/* TEAM MEMBER STYLES */
    .teamMembers:not(:last-child) {
        border-bottom: 1px solid #eee;
    }
    .teamMember {
        border-radius: 5px;
        padding: 10px;
        text-align: center;
        height: 100%;

        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .teamMember * {
        margin: 0;
    }
    .teamMember p:has(img) {
        width: 100%;
    }
    .teamMember img {
        width: 100%;
        aspect-ratio: 2/3;
        object-fit: cover;
        border-radius: 5px;
    }
    .teamMember .desc {
        background-color: var(--primary-color);
        padding: 10px;
        padding-top: 15px;
        margin-top: -5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;

        width: 100%;
        box-sizing: border-box;
    }
    .teamMember .desc h4,
    .teamMember .desc h5 {
        color: white;
    }
    .teamMember .desc h4 {
        font-weight: bold;
    }
    .teamMember .desc h5 {
        font-weight: 100;
    }
    .teamMember .desc p {
        margin-top: 10px;
    }
/* END TEAM MEMBER STYLES */    

/* WIX BTN */
    #comp-lkjktv48 .style-lkjktv561__root:hover {
        background: #3F7652;
        border: 0px solid rgb(63, 118, 82);
    }
    #comp-lkjktv48 .style-lkjktv561__root {
        -st-extends: StylableButton;
        transition: all 0.2s ease, visibility 0s;
        padding: 3px;
        background: #3F7652;
        border-radius: 50px;
        border: 0px solid rgb(63, 118, 82);
    }
    .StylableButton2545352419__root {
        -archetype: box;
        border: none;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 100%;
        min-height: 10px;
        min-width: 10px;
        padding: 0;
        touch-action: manipulation;
        width: 100%;
    }
    .StylableButton2545352419__link {
        -archetype: box;
        box-sizing: border-box;
        color: white;
        text-decoration: none;
    }
    .StylableButton2545352419__root {
        -archetype: box;
        border: none;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 100%;
        min-height: 10px;
        min-width: 10px;
        padding: 0;
        touch-action: manipulation;
        width: 100%;
    }

    #comp-lkjktv48 .style-lkjktv561__root .StylableButton2545352419__container {
        transition: inherit;
    }
    .StylableButton2545352419__container {
        align-items: center;
        display: flex;
        flex-basis: auto;
        flex-direction: row;
        flex-grow: 1;
        height: 100%;
        justify-content: center;
        overflow: hidden;
        transition: all .2s ease, visibility 0s;
        width: 100%;
    }
/* END WIX BTN */