/*
    =================================================
                        DESKTOP
    =================================================
*/

@media screen and (min-width: 1366px) {}



/*
    =================================================
                SMALL DESKTOP SCREEN
    =================================================
*/

@media only screen and (max-width: 1024px) {}



/*
    =================================================
                        TABLET
    =================================================
*/
@media only screen and (max-width: 992px) {

    header {
        background-color: var(--navy);
    }

    .desktop-menu-column {
        display: none !important;
    }

    .menu-responsive-column {
        display: revert !important;
    }

    .slideshow.alt .slideshow-slide {
        flex-direction: column;
    }

    .slideshow.alt .slideshow-slide--details {
        width: 100% !important;
    }

    .slideshow.alt .slideshow-slide--photo {
        width: 80% !important;
        margin-bottom: 36px;
    }

    .slideshow.alt {
        align-items: flex-start !important;
    }

    .slideshow-arrows {
        padding-top: 25%;
    }

}



/*
    =================================================
                        MOBILE
    =================================================
*/
@media only screen and (max-width: 768px) {

    .homepage-cta--row .fl-col-content {
        flex-direction: column;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .homepage-cta--row .fl-col-content h2 {
        padding-bottom: 26px !important;
    }

    .get-involved--img img {
        height: auto !important;
    }

    /* GET INVOLVED image */
    .fl-col-group.fl-node-60f868eec0f36.fl-col-group-equal-height.fl-col-group-align-top,
    .fl-col-group.fl-node-60f86589870e2.fl-col-group-equal-height.fl-col-group-align-top {
        display: flex;
        flex-direction: column-reverse;
    }

    .news-card.rounded-lg.bg-white.p-6 {
        padding: 24px 14px 24px 14px;
    }

    .flyout {
        width: 100%;
    }

    .slideshow.alt .slideshow-slide--details-desc p {
        font-size: 1rem;
        line-height: 1.5556rem;
    }

    .slideshow.alt .slideshow-slide {
        padding: 0px 0px;
    }

    .bb-tmlabel:after {
        display: none;
    }

    .signup-form .wpforms-field-container {
        flex-direction:column;
    }

    .signup-form form {
        flex-direction: column;
    }

    .heroarea .heroalign .fl-col-content {
        justify-content: center;
    }

    .flyout > div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

}



/*
    =================================================
                        SMALL MOBILE
    =================================================
*/
@media only screen and (max-width: 480px) {}