.pre-quiz-page .hero {
    background: none !important;
    background-image: url('../img/ctabg.png') !important;
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: cover !important;
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
}

.hero * {
    text-align: center;
    color: black !important;
    text-shadow: none !important;
}

.site-header,
.site-footer,
.above-header-banner {
    display: none !important;
}

.header {
    display: flex;
    background: black;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 12px 42px; 
}

.header img {
    max-height: 30px;
    width: auto;
}

.site {
    margin-top: 0 !important;
}

.hero h1 {
    font-size: 52px;
    font-weight: bold;
    line-height: 70px;
    margin-bottom: 28px !important;
}

.pre-quiz-page .hero h2 {
    font-weight: 500;
    font-size: 28px;
    max-width: 830px;
    line-height: 36px;
}

.pre-quiz-page .hero h2 a {
    text-decoration: underline;
}

.pre-quiz-page .hero h2 a:hover {
    font-weight: bold;
}

.iub__us-widget {
    display: none !important;
}

.start-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px 0;
}