.social-nav__twitter .social-nav--link {
    background-image: url('/wp-content/themes/wp-rvb-rdsn/images/svg/x-green.svg');
}


.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all .5s ease-in-out;

}


.modal-content {
    background-color: #fff;
    border-radius: 8px;

    margin: 7% auto;
    padding: 2rem;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    width: 90%;
    max-width: 600px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;


}

.close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 22px;
    color: #231F20;
    cursor: pointer;
}

/* .popup-content {
    border: 1px solid #72b731;
    padding: 30px 15px 30px;
    text-align: center;
} */

.popup-text {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
    color: #231F20;
    margin: 1rem;
}

.popup-heading {
    font-family: ITC Avant Garde Standard;

    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    font-style: normal;
    color: #231f20;
}

/* .popup-link {
    text-align: center;
    width: fit-content;
    padding: 12px 24px;
    border-radius: 4px;
    background-color: #00e1ad;
    color: #231f20;
    text-transform: uppercase;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;

} */

@media screen and (min-device-width: 768px) {
    .popup-content {

        padding: 40px 40px 65px;

    }

    .popup-text {

        margin: 2rem 3rem;
    }

    .popup-heading {

        font-size: 28px;

    }
}

.popup-link {
    text-wrap: auto;
}


.popup-link:hover,
.popup-link:focus {
    background-color: #72b731;
    border-color: #72b731;
}


.close:hover,
.close:focus {
    color: #231F20;
    text-decoration: none;
    cursor: pointer;
}

.grid-photo__image {
    max-height: 650px;
}

.alert {
    background: #057940;
    color: #fff;
    padding: .75rem 0;
    border: none;
    outline: none;
    margin: 0;


}

.alert__text {

    font-family: ITC Avant Garde Standard;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    font-style: normal;
    color: #fff;
    margin-top: 3px;
}

.alert .button {
    font-size: 14px;
}

.alert-bullet {
    margin-bottom: 4px;
}

.alert__link {
    text-decoration: underline;
    color: #7dc836;
    transition: all .2s ease-in-out;
    font-size: 14px;
    font-weight: 800;
    font-style: normal;
}

.alert__link:hover {
    color: #fff;
    transform: scale(1.5);


}

.alert-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-device-width: 768px) {
    .alert__content {

        flex-direction: row;

    }
}

.flex-hover-cards,
.flex-stats {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-green {
    background-color: #007934;
}

.hover-card-hover-border {
    border: 8px solid #007934 !important;
}

.bg-light-green {
    background-color: #72b731 !important;
}

.bg-light-green:hover {
    background-color: #007934 !important;
}