/* === HP SETTINGS === */

.pg_index {
    background-color:#FAFAFA;
}

.pg_index .hero-row {
    background-image: url('/data/SiteBuilderAssetsOriginals/Live/Images/umbrella/hero-feature.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 900px) {
    .pg_index .theme-homepage-layout div[class*=home-hero-feature] .home-hero-wrap {
        display: flex;
        justify-content: space-between;
        column-gap: 4rem;
    }

    .pg_index .theme-homepage-layout div[class*=home-hero-feature].widget-SelfServeContent .home-hero-wrap .home-hero-textbox {
        width: 45%;
    }

    .pg_index .theme-homepage-layout div[class*=home-hero-feature] .home-hero-wrap .home-hero-image-group {
        width: 50%;
    }
}

.pg_index .theme-homepage-layout div[class*=home-hero-feature].widget-SelfServeContent .home-hero-wrap .home-hero-textbox {
    display: block;
    padding-top: 0;
}

.pg_index .theme-homepage-layout div[class*=home-hero-feature].widget-SelfServeContent .home-hero-wrap .home-hero-textbox h1 {
    font-size: 2.25rem;
    line-height: 1.25;
}

.pg_index .theme-homepage-layout div[class*=home-hero-feature] .home-hero-wrap .home-hero-image-group {
    display: flex;
    justify-content: space-between;
    column-gap: 1.5rem;
}

.pg_index .theme-homepage-layout div[class*=home-hero-feature] .home-hero-wrap .home-hero-image-group .home-hero-image {
    position: relative;
    height: fit-content;
}

.pg_index .theme-homepage-layout div[class*=home-hero-feature] .home-hero-image-group .home-hero-image a {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
    position: absolute;
    left: 0;
    bottom: 24px;
    width: 100%;
    padding: 4px 0;
    text-align: center;
    font-weight: bold;
}
    

