/* Community Level Styles */

.recaptcha-text a:hover {
    color: var(--background-3-base);
}

.amenities-section-container.amenity-section-2 .cms-image-wrapper img {
    object-position: 0 0em;
}

body:not(#body_home) .navbar-main .logo {
    height: 120px;
}

@media screen and (min-width: 768px) {
    .contact-us .hero-image picture img {
        object-position: 0 -18em;
    }
}

@media screen and (min-width: 1024px) {
    .contact-us .hero-image picture img {
        object-position: 0 -5em;
    }
}


@media screen and (min-width: 1440px) {
    .contact-us .hero-image picture img {
        object-position: 0 -13em;
    }
}

@media screen and (min-width: 1920px) {
    .contact-us .hero-image picture img {
        object-position: 0 -19em;
    }
}