body.sampleSchedule main {
    line-height: 2rem;
}

body.sampleSchedule hgroup.streakline {
    margin-bottom: 10vw;
}


body.sampleSchedule hgroup.streakline * {
    margin: auto;
    transform: unset;
    box-shadow: unset;
    width: unset;
}

body.sampleSchedule hgroup.streakline h1 {

}

body.sampleSchedule section.smallContainer {
    text-align: left;
}

body.sampleSchedule section.smallContainer h3 {
    text-align: left;
    background-color: var(--color-accent-2);
    line-height: 1.1rem;
    color: white;
    font-size: 1rem;
    max-width: max-content;
    padding: 4px 14px 4px 4px;
    margin: 3vw 0 1vw 0;
}

body.sampleSchedule span.time {
    min-width: 8rem;
    display: inline-block;
    font-weight: 600;
    vertical-align: top;
}

body.sampleSchedule span.description {
    display: inline-block;
    font-style: italic;
    width: 70%;
}

@media screen and (max-width: 686px) {
    body.sampleSchedule h3 {
        margin-bottom: 1.5rem;
        margin-top: 3rem
    }
    body.sampleSchedule span.time {
        display: block;
        margin-top: 10px;
    }
    body.sampleSchedule span.description {
        display: block;
        width: 100%;
        margin-bottom: 0;
    }
    body.sampleSchedule br {
        display: none;
    }
}

body#silver header.silver {
    background-image: url(/images/spotlight-a.jpg);
}

body#silver header.silver hgroup {
    margin: auto 13% 3% auto;
    max-width: 80%;
}

body#silver header.silver img#mainLogo {
    filter: drop-shadow(0 0 8px white) drop-shadow(0 0 12px white);
}


body#gold header.gold {
    background-image: url(/images/spotlight-b.jpg);
    background-position-x: right;
}

body#gold header.gold hgroup {
    margin: auto auto 3rem 3rem;
    max-width: unset;
}
