body {
    background-color: #11263b;
    font-weight: 700;
}

/* Intro slide */

.c-intro-slide__title {
    margin-bottom: 0;
}

.c-intro-slide__body {
    padding-top: 30px;
}

.c-intro-slide__subtitle {
    padding: 0;
}

/* Main slide */

.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__content {
    color: #111;
}


.c-slide__content h2 + p {
    margin-top: 0;
}

@media only screen and (min-width: 30.0625em) {
    .c-slide__content-arrow {
        border-width: 25px 30px 25px 0;
    }
}

.c-button {
    background-color: #11263b;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.c-button,
.c-button:hover,
.c-button:focus {
    color: #fff;
}


.c-button:hover,
.c-button:focus {
    background-color: #073766;
}

/* Image Panel */

.c-image-panel__image {
    max-width: 640px;
    margin-left: auto;
}

@media (min-width: 1200px ) {
    .c-image-panel__image {
        margin-right: 40px;
    }
}

/* Cta slide */

.c-cta-slide {
    width: 100%;
    min-height: auto;
    height: 70vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.c-cta-slide__callout {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}