body {
    background-color: #f1f6f9;
}

.c-intro-slide__body {
    display: none;
}

.c-intro-slide__brackets {
    padding: 10px 20px;
    border: 2px solid #010101;
    position: relative;
}

.c-intro-slide__brackets:before, .c-intro-slide__brackets:after {
    content: '';
    display: block;
    position: absolute;
    width: 85%;
    left: 7.5%;
    height: 4px;
    background: #b6cbcb;
    top: -2px;
}

.c-intro-slide__brackets:after {
    top: auto;
    bottom: -2px;
}

.c-slide__content, .c-cta-slide__callout {
    border-radius: 0;
}

.c-button {
    background-color: #005f68;
    color: #fff;
}

.c-button:hover,
.c-button:focus {
    background-color: #005256;
    color: #fff;
}

.c-intro-slide__arrow {
    background-image: url('../images/icon-chevron-down.svg');
}

@media (min-width: 900px){
    .c-intro-slide__subtitle {
        max-width: 460px;
    }

    .c-image-panel__image-el {
        width: 90%;
    }
}

.c-slide__title {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}


.c-slide__title + p {
    margin-top: 0;
}

.c-cta-slide {
    min-height: 75vh;
}

.c-cta-slide__callout-title {
    display: none;
}

.c-cta-slide__body {
    background: #fff;
    margin-bottom: 30px;
}

.c-cta-slide__body:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -29px;
    left: 50%;
    margin-left: -40px;
    color: #fff;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 40px 0 40px;
    border-color: currentColor transparent transparent transparent;
}