body {
    background-color: #f1f6f9;
}

.c-intro-slide__body {
    display: none;
}

.c-slide__content, .c-cta-slide__callout {
    border-radius: 0;
}

.c-button {
    background-color: #008b47;
    color: #fff;
}

.c-button:hover,
.c-button:focus {
    background-color: #007236;
    color: #fff;
}

.c-intro-slide__arrow {
    background-image: url('../images/icon-chevron-down.svg');
}

@media (min-width: 900px){
    .c-image-panel__image-el {
        width: 90%;
    }
}

.c-slide__title { display: none; }

.c-slide__title + p {
    margin-top: 0;
}

.c-cta-slide {
    min-height: 75vh;
}