/* Site Adjustments */
:root {
    --hero-logo-mobile-width: 200px;
    --hero-logo-width: 350px;
    --menu-logo-max-width: 250px;
    --phi1-1-heading-2-text-color: var(--secondary-base-alt);
    --amenities-header-color: var(--primary-base);
    --amenities-header-border-bottom-color: var(--secondary-base);
}

/* slideshow */
.homepage-hero.hero-intro .hero-overlay-info.animate-blur {
    -webkit-backdrop-filter: blur(0px) !important;
    backdrop-filter: blur(0px) !important;
}

/* amenities */
#presentational_headline_1:after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(48, 123, 123, 0.95)), color-stop(65%, rgba(48, 123, 123, 0.85)), to(rgba(48, 123, 123, 0)));
    background: linear-gradient(to top, rgba(48, 123, 123, 0.95) 0, rgba(48, 123, 123, 0.85) 65%, rgba(48, 123, 123, 0.0) 100%);
}

#presentational_headline_2:after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(127, 185, 115, 0.95)), color-stop(65%, rgba(127, 185, 115, 0.85)), to(rgba(127, 185, 115, 0)));
    background: linear-gradient(to top, rgba(127, 185, 115, 0.95) 0, rgba(127, 185, 115, 0.85) 65%, rgba(127, 185, 115, 0.0) 100%);
}

/* fees */
.fees-root.table-one .fees__disclaimer--bottom {
    text-decoration: none;
}