/* === 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 .hero-row[data-count="2"]>.widget-dynamic-inner-wrap>div.widget-DynamicWidgetLayout {
        width: calc(48% - 2rem);
    }
}

.pg_index .theme-homepage-layout div[class*=home-self-serve-content-publisher-info] .homepage-panel-wrap {
    background-color: #FFFFFF;
    border-radius: 4px;
}

.pg_index .theme-homepage-layout .widget-SelfServeContent[class*=publisher-info] a {
    color: #0F35B8;
}

.pg_index .hero-row:not(.light-background) .widget-IssueInfo .view-current-issue .button {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #0F35B8;
}

.pg_index .hero-row:not(.light-background) .widget-IssueInfo .view-current-issue .button:hover {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}