.full-width-image-header {
    overflow: hidden;
}





.full-width-image-header .full-width-image-header__body {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    padding-left: .625rem;
    padding-right: .625rem;
}
.full-width-image-header .full-width-image-header__body:after {
    content: ' ';
    display: block;
    clear: both;
}
@media all and (min-width: 768px) {
    .full-width-image-header .full-width-image-header__body {
        padding-left: 3.75rem;
        padding-right: 3.75rem;
    }
}
.full-width-image-header .full-width-image-header__body__content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    background-color: #FFFFFF;
    min-height: 6.25rem;
    position: relative;
    top: -6rem;
    z-index: 100;
}
.full-width-image-header .no-image .full-width-image-header__body__content {
    top: 0;
}

.full-width-image-header .full-width-image-header__body__content .cta-block {
    padding-top: 1rem;
}

@media all and (min-width: 768px) {
    .full-width-image-header .full-width-image-header__body__content .cta-block {
        padding-top: 0.5rem;
    }
    .full-width-image-header .full-width-image-header__body__content .cta-block:only-child {
        margin-top: 48px;
        padding-top: 1.5rem;
    }
}

@media all and (min-width: 768px) {
    .full-width-image-header .full-width-image-header__body__content {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
}
.full-width-image-header .full-width-image-header__body__content.grey {
    background: #F1F1F1;
}

.full-width-image-header .full-width-image-header__body__content.transparent {
    background: transparent;
}
.full-width-image-header .full-width-image-header__copy p {
    padding: 20px 40px 40px 40px;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    border-bottom: solid 1px #E1E1E1;
}
@media all and (min-width: 992px) {
    .full-width-image-header .full-width-image-header__copy p {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
    }
}



.full-width-image-header .full-width-image-header__image img {
    width: 100%;
}



.full-width-image-header .imaged .full-width-image-header__top__content__copy .full-width-image-header__top__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (max-width: 993px) {
    .full-width-image-header .imaged .full-width-image-header__top__content__copy {
        top: 0;
    }
}

@media all and (max-width: 767px) {
    .full-width-image-header .imaged .full-width-image-header__top__content__copy {
        position: static;
        background-color: #FFFFFF;
    }
    .full-width-image-header .imaged .full-width-image-header__top__content__copy .full-width-image-header__top__content {
        padding: 1rem;
        margin-top: -2rem;
        background-color: #FFFFFF;
        width:85%
    }

    .full-width-image-header .imaged .full-width-image-header__top__content__copy .full-width-image-header__top__content h2.full-width-image-header__top__title {
        color: #171717;
        margin: 0;
    }

    .full-width-image-header .imaged .full-width-image-header__top__content__copy .full-width-image-header__top__content p.full-width-image-header__top__copy {
        color: #434343;
        width: 100%;
        margin: 1rem 0 0 0;
    }

    .full-width-image-header .full-width-image-header__body__content {
        top: 0;
    }

    .full-width-image-header .full-width-image-header__body {
        padding: .625rem 0 1rem 0;
    }
}

.full-width-image-header .full-width-image-header__body.no-image {
    padding-bottom: 1rem;
}