body {
    background-color: #008d95;
    font-weight: 600;
}

.c-intro-slide {
    min-height: 70vh;
    box-shadow: none;
}

.c-intro-slide__subtitle {
    margin: 0;
    padding: 0;
}

.c-intro-slide__arrow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;

}


.c-intro-slide__body-wrapper {
    background-color: #f8ef5f;
    padding: 30px;
    max-width: 520px;
    margin: 0 auto;
    border-radius: 30px 0 30px 0;
    margin-bottom: 30px;
}

.c-slide__content {
    color: #111;
    border-radius: 30px 0 30px 0;
}

.c-slide__title {
    font-weight: 800;
    text-transform: uppercase;
}

@media only screen and (min-width: 30.0625em) {
    .c-slide__content-arrow {
        border-width: 35px 40px 35px 0;
    }
}

.c-cta-slide {
    padding-top: 5%;
}

.c-cta-slide__callout {
    max-width: 480px;
}

.c-cta-slide__callout-title {
    font-weight: 800;
}

.c-button {
    color: #fff;
    background-color: #1a213d;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.c-button:hover,
.c-button:focus {
    background-color: #263366;
    color: #fff;
}

.c-button:active {
    background-color: #1a213d;
}