.usa-skipnav {
    top: -80rem;
}

.graphic-banner {
    padding-top: 1rem;
}

.graphic-banner.landing-hero .landing-hero__content {
    background: transparent;
    padding: 0;
    text-align: center;
}


#LandingSpotlightContainer .spotlight_text a {
    color: #005ea2
}

.spotlight_container .spotlight_text > h1, .spotlight_container .spotlight_text > h2 {
    color: #3d6fad;
}

.spotlight_container .spotlight_text > h2 {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-weight: 400;
        font-size: 2rem;
    padding-bottom: 0.5rem;
    margin-top: 0;
}

.spotlight_container .spotlight_text > h2 > span.Emphasis {
    border-bottom: 1px solid #3d6fad;
    padding-bottom: 2px;
}

.spotlight_container .spotlight_text > h1 {
    font-size: 5rem;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-weight: 400;
}

#slider ul {
    padding-left: 0;
	list-style: none;
}

.spotlight_container .spotlight_text > p {
    color: #000;
    margin-top: 3rem;
    font-size: 1.125rem;
}

.spotlight_container .spotlight_text > h3 {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 1.75rem;
    font-weight: bold;
    letter-spacing: .05rem;
    text-transform: uppercase;
    padding: 1rem 0px 0px 0px;
}

.spotlight_container .clock, .spotlight_container .clockLabels {
    width: unset;
}

.spotlight_container .clock,
.spotlight_container .clockLabels,
.body-content .clock,
.body-content .clockLabels {
	width: unset;
}

.spotlight_container .clock span {
	height: 76px;
}

.clockLabels span {
    text-transform: uppercase;
    font-size: 24px;
    font-family: "proxima-nova",Arial,Helvetica,sans-serif;
    margin-right: 14px;
    width: 130px;
    display: inline-block;
    color: #000;
}

.daysLeftSpotlight {
	margin: 3.5rem auto;
}

.lastDaySpotlight h3 {
	margin-top: 3.5rem;
}

.lastDaySpotlight h4 {
	margin-bottom: 4rem;
}

#SideNavAudiences {
    display: none;
}

.body-content .clock {
    margin-bottom: 6px;
}

.body-content .clock span {
    padding-top: 0;
    text-align: center;
    width: 70px;
    font-size: 2rem;
    height: 50px;
}

.body-content .clockLabels span {
    font-size: 1rem;
    width: 72px;
    text-align: center;
}

/* for a flush left section nav */

.usa-sidenav .usa-sidenav__item.expanded a.toggleSecNav {
    display: none;
}

.usa-sidenav .usa-sidenav__item .usa-sidenav__sublist {
    padding-left: 0;
}

.usa-sidenav__item.expanded > a {
    font-weight: bold;
}

@media (max-width: 1024px) { 
    #LandingSpotlightContainer .spotlight_container .spotlight_text p {
        color: #000;
    }

}

@media (max-width: 767px) { 

    #LandingSpotlightContainer {
        padding-bottom: 0;
    }

    .spotlight_text h2 {
        line-height: 2.75rem;
    }

    .clock {
        margin-bottom: .5rem;
    }

    .spotlight_container .clock span {
        width: 60px;
        height: 60px;
        font-size: 2rem;
        padding-top: .75rem;
    }

    .clockLabels span {
        margin-right: 18px;
        font-size: 1rem;
        width: 60px;
    }

    .body-content .clock span {
        width: 55px;
        font-size: 2rem;
    }

    .body-content .clockLabels span {
        width: 54px;
    }
}