.background-quote {
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    height: 100vh;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position:relative;
}

@media all and (min-width: 992px) {
    .background-quote {
        font-size: 7.5rem;
        background-position: center 0;
        position: relative;
    }
}

.background-quote__image {
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto 150%;
    background-position: center 25%;
    -webkit-transition: background-position 100ms;
    transition: background-position 100ms;
    padding-bottom: 1.25rem;
}

@media all and (max-width: 991px) {
    .background-quote__image {
        min-height: 100vh;
    }
}
.background-quote__image::before {
    display: block;
    width: 100%;
    height: 100%;
    opacity: .35;
    content: ' ';
    position: absolute;
    background: #000000;
}
.background-quote__image-portrait {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
    padding-bottom: 1.25rem;
    -webkit-transition: background-position 100ms;
    transition: background-position 100ms;
}
@media all and (max-width: 991px) and (orientation: portrait) {
    .background-quote__image-portrait {
        min-height: 100vh;
        display: block;
    }
}
.background-quote__image-portrait::before {
    display: block;
    width: 100%;
    height: 100%;
    opacity: .35;
    content: ' ';
    position: absolute;
    background: #000000;
}
/*@media all and (min-width: 992px) {*/
/*    .background-quote {*/
/*        font-size: 7.5rem;*/
/*        background-position: center 0;*/
/*        padding-bottom: 1.875rem;*/
/*    }*/
/*}*/
.background-quote .background-quote__content {
    opacity: 0;
    max-width: 315px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

@media all and (min-width: 992px) {
    .background-quote .background-quote__content {
        padding-bottom: 1.875rem;
    }
}
@media all and (min-width: 991px) {
    .background-quote .background-quote__content {
        max-width: 900px;
    }
}
.background-quote .background-quote__copy {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}
.background-quote .background-quote__copy h1 {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    text-transform: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .background-quote .background-quote__copy {
        max-width: 100%;
    }
}
@media all and (min-width: 992px) {
    .background-quote .background-quote__copy h1 {
        font-size: 2.15rem;
        line-height: 3rem;
    }
}
.background-quote .background-quote__signature {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Univers LT W01 55 Roman';
    width: 207px;
    height: auto;
}
@media all and (min-width: 768px) {
    .background-quote .background-quote__signature {
        width: 225px;
        height: auto;
    }
}
.background-quote .background-quote__signature .signatureImage {
    max-width: 207px;
}
@media all and (min-width: 768px) {
    .background-quote .background-quote__signature .signatureImage {
        max-width: 260px;
    }
}
.background-quote .background-quote__signature span {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1rem;
    text-align: center;
}
.background-quote .background-quote__signature span:first-of-type {
    margin-top: 10px;
    margin-bottom: 7px;
}
@media all and (min-width: 768px) {
    .background-quote .background-quote__signature span:first-of-type {
        margin-top: 20px;
        margin-bottom: 14px;
    }
}

.large-hero {
    display: table;
    min-height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 20;
    overflow: hidden;
}
.withPortraitBackground .background-quote .background-quote__image {
    background-position: right top !important;
    background-size: cover;
}
@media all and (max-width: 991px) and (orientation: portrait) {
    .withPortraitBackground .background-quote .background-quote__image {
        display: none;
    }
}
@media all and (min-width: 992px) and (orientation: portrait) {
    .withPortraitBackground .background-quote .background-quote__image {
        background-position: right top !important;
    }
}

@media all and (min-width: 768px) {
    .large-hero {
        min-height: 29.375rem;
        overflow: visible;
    }
}

.large-hero p {
    font-family: 'Univers LT W01 55 Roman';
    line-height: 1.3125rem;
    color: #434343;
    font-size: .875rem;
}
@media all and (min-width: 768px) {
    .large-hero p {
        font-size: 1rem;
        line-height: 1.625rem;
    }
}
.large-hero h1 {
    margin: 0 0 .625rem 0;
    color: #171717;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 2.25rem;
    font-weight: 100;
    width: 85%;
    margin: 0 auto .625rem auto;
}
@media all and (min-width: 768px) {
    .large-hero h1 {
        font-size: 3.75rem;
        line-height: 4.3125rem;
    }
}
.large-hero .dropdown__label {
    display: none;
}

.large-hero__image-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../img/sustainability/hero-default-mobile.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@media all and (min-width: 768px) {
    .large-hero__image-wrapper {
        background-image: url(../img/sustainability/hero-default-tablet.jpg);
        background-position-y: 0 !important;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
}
@media all and (min-width: 992px) {
    .large-hero__image-wrapper {
        background-image: url(../img/sustainability/hero-default-desktop.jpg);
        background-position: center top;
    }
}

.large-hero__back-cta {
    display: none;
}
@media all and (min-width: 768px) {
    .large-hero__back-cta {
        color: #FFFFFF;
        text-transform: uppercase;
        letter-spacing: .125rem;
        font-family: 'UniversLTW01-65Bold', sans-serif;
        font-size: .625rem;
        -webkit-transition: color .5s, background .5s, border-color .5s;
        transition: color .5s, background .5s, border-color .5s;
        text-decoration: none;
        display: block;
        position: absolute;
        right: 2.5rem;
        top: 2.1875rem;
        text-decoration: none;
        z-index: 10;
    }
}
@media all and (min-width: 768px) and (min-width: 768px) {
    .large-hero__back-cta {
        font-size: .6875rem;
    }
}
@media all and (min-width: 768px) and (any-hover: none) {
    .large-hero__back-cta {
        color: #FFFFFF;
    }
}
@media all and (min-width: 768px) {
    .large-hero__back-cta:hover {
        color: #005080;
    }
    .large-hero__back-cta:hover {
        color: #FFFFFF;
    }
    .large-hero__back-cta i {
        font-size: .875rem;
    }
    .large-hero__back-cta i:before {
        display: inline-block;
        -webkit-transform: translate(7px, 1px);
        transform: translate(7px, 1px);
    }
}
@media all and (min-width: 768px) {
    .large-hero__back-cta {
        padding-right: 0;
    }
}
@media all and (min-width: 1200px) {
    .large-hero__back-cta {
        padding-right: 1.5rem;
    }
}

.large-hero__content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
@media all and (min-width: 768px) {
    .large-hero__content {
        min-height: 29.375rem;
    }
}

.large-hero__copy {
    display: inline-block;
    width: 100%;
    text-align: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-bottom: 3.125rem;
    -webkit-transition: opacity;
    transition: opacity;
    z-index: 100;
}
@media all and (min-width: 768px) {
    .large-hero__copy {
        position: static;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        padding-bottom: 0;
        opacity: 1 !important;
    }
}
.large-hero__copy h1, .large-hero__copy p {
    color: #FFFFFF;
}
.large-hero__copy p {
    width: 81%;
    margin: 0 auto;
    line-height: 1.5;
}
@media all and (min-width: 768px) {
    .large-hero__copy p {
        width: 70%;
    }
}
@media all and (min-width: 992px) {
    .large-hero__copy p {
        width: 40%;
    }
}

.dummy-content {
    background: #FFFFFF;
    position: relative;
    z-index: 100;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .large-hero__copy {
        position: absolute;
        bottom: 3.125rem;
        max-width: 100%;
        padding-bottom: 0;
        left: 0;
    }
}
@media all and (-ms-high-contrast: none) and (min-width: 768px), all and (-ms-high-contrast: active) and (min-width: 768px) {
    .large-hero__copy {
        top: 50%;
        left: 50%;
        bottom: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
