/* ============================================================================
   Mission CTA — the "Our Mission" splash section + content section helpers
   ============================================================================
   Used on: Home, Video, Article (above footer)
   Also includes Home-lastSectionFix and Home-listsSeperator used by
   the ContentDiscovery (formerly FeaturedPPV) control.
   Extracted from Home.css (Apr 2025) because these appear on multiple pages.
   Now in the core bundle.
   ============================================================================ */

.Home-splash {
    background: linear-gradient(to right, #222, transparent), url("/i/home-splash-bg-med.jpg") center center no-repeat;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.1;
    font-weight: 800;
}

.Home-lastSectionFix.Page-section {
    padding-bottom: 0 !important;
}

.Home-splash1 {
    color:#fff;
    font-size:2.7em;
    margin-top:48px;
}

.Home-splash1Mission {
    color: #fff;
    font-size: 1.8em;
    margin-top: 168px;
    margin-bottom: 168px;
}

.Home-splash2 {
    color: #fee139;
    font-size: 1.7em;
    margin-top: 48px;
}

.Home-splash3 {
    color: #fff;
    font-size: 1.3em;
    margin-top: 64px;
    margin-bottom: 40px;
}

.Home-splash4 {
    color: #fee139;
    font-size: 1.1em;
    margin-top: 64px;
    margin-bottom: 40px;
}

.Home-splashAttribution {
    text-align: right;
    padding-bottom: 8px;
    padding-right: 8px;
    font-weight: normal;
    font-size:0.9em;
}

.Home-splashAttribution a {
    color: #d9d9d9;
}

.Home-listsSeperator {
    height: -32px;
}

@media (min-width:768px) {
    .Home-splash {
        font-size: 20px;
    }

    .Home-splash1 {
        margin-top: 96px;
        font-size: 3.5em;
    }

    .Home-splash3 {
        margin-bottom: 80px;
    }
}
