.carousel-menu {
    background: transparent;
}
.carousel-menu.full-width {
    padding: 1.5rem 0 4.875rem;
}

.carousel-menu .carousel-menu-options {
    display: inline-block;
}

.large-hero-with-video h2 {
    margin: 0 0 1.125rem 0;
    color: #171717;
    font-family: 'sabonroman', serif;
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 100;
}
@media all and (min-width: 768px) {
    .large-hero-with-video h2 {
        font-size: 2.6875rem;
        line-height: 3.25rem;
    }
}
@media all {
    .large-hero-with-video h2 {
        color: #000000;
        font-size: 1.5rem;
        line-height: 2.125rem;
    }
}
@media all and (min-width: 768px) {
    .large-hero-with-video h2 {
        font-size: 2.125rem;
        line-height: 2.75rem;
    }
}
@media all and (min-width: 992px) {
    .large-hero-with-video h2 {
        color: #FFFFFF;
        font-size: 2.75rem;
        line-height: 3.375rem;
    }
}

.large-hero-with-video h4 {
    font-family: 'Univers LT W01 55 Roman';
    line-height: 1.3125rem;
    color: #434343;
    font-size: .875rem;
}
@media all and (min-width: 768px) {
    .large-hero-with-video h4 {
        font-size: 1rem;
        line-height: 1.625rem;
    }
}
@media all {
    .large-hero-with-video h4 {
        color: #000000;
        font-weight: bold;
        margin-bottom: 0;
    }
}
@media all and (min-width: 992px) {
    .large-hero-with-video h4 {
        color: #FFFFFF;
    }
}

.large-hero-with-video 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-with-video p {
        font-size: 1rem;
        line-height: 1.625rem;
    }
}
@media all {
    .large-hero-with-video p {
        color: #000000;
        margin-top: 0;
    }
}
@media all and (min-width: 992px) {
    .large-hero-with-video p {
        color: #FFFFFF;
    }
}

.large-hero-with-video .large-hero {
    background: #000000;
    background-image: url(../img/large-video-hero-bkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 15.625rem;
}
@media all and (min-width: 768px) {
    .large-hero-with-video .large-hero {
        height: 29.375rem;
    }
}
@media all and (min-width: 992px) {
    .large-hero-with-video .large-hero {
        height: 40.625rem;
    }
}
.large-hero-with-video .large-hero.show-video .large-hero__copy {
    opacity: 0;
}
@media all and (max-width: 992px) {
    .large-hero-with-video .large-hero.show-video .large-hero__copy {
        margin-top: 0;
        opacity: 1;
    }
}
.large-hero-with-video .large-hero.show-video .video-wrapper {
    opacity: 0;
}
.large-hero-with-video .large-hero.show-video .video-hero__video-wrapper__player {
    opacity: 1;
    z-index: 1;
}
.large-hero-with-video .large-hero.show-video .icon-play3 {
    opacity: 0;
}

.large-hero-with-video .video-hero__video-wrapper__player {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 100%;
    background: #000000;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: opacity 1s;
            transition: opacity 1s;
    z-index: -1;
}

.large-hero-with-video .icon-close_small {
    cursor: pointer;
    position: absolute;
    top: 1.85rem;
    right: 2rem;
    display: block;
    z-index: 3;
    color: white;
}
@media all and (min-width: 992px) {
    .large-hero-with-video .icon-close_small {
        top: 6.875rem;
        right: 6.125rem;
    }
}

.large-hero-with-video .video-wrapper {
    -webkit-transition: opacity 1s;
            transition: opacity 1s;
    opacity: 1;
    display: none;
    overflow: hidden;
}
@media all and (min-width: 768px) {
    .large-hero-with-video .video-wrapper {
        display: block;
    }
}

.large-hero-with-video .video-hero__video-wrapper__player {
    -webkit-transition: opacity 1s;
            transition: opacity 1s;
}
@media all and (min-width: 992px) {
    .large-hero-with-video .video-hero__video-wrapper__player {
        opacity: 0;
    }
}

.large-hero-with-video .large-hero__copy {
    -webkit-transition: top .5s;
            transition: top .5s;
    top: calc(100% - 30px);
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #FFFFFF;
    padding: 1.875rem 1.25rem 1.25rem 1.25rem;
    position: absolute;
    text-align: center;
}
.large-hero-with-video .large-hero__copy.unset {
    top: 100%;
}
@media all and (min-width: 768px) and (max-width: 992px) {
    .large-hero-with-video .large-hero__copy {
        top: calc(100% - 40px);
        width: calc(100% - 120px);
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        background: #FFFFFF;
        padding: 2.5rem;
    }
    .large-hero-with-video .large-hero__copy.unset {
        top: 100%;
    }
}
@media all and (min-width: 992px) {
    .large-hero-with-video .large-hero__copy {
        background: transparent;
        text-align: left;
    }
}

.large-hero-with-video .large-hero__image-wrapper {
    display: block;
    z-index: -1;
}

.large-hero-with-video .video-wrapper {
    height: 15.625rem;
}
@media all and (max-width: 768px) {
    .large-hero-with-video .video-wrapper video {
        height: 29.375rem;
        object-fit: fill;
    }
}
@media all and (min-width: 992px) {
    .large-hero-with-video .video-wrapper video {
        height: 40.625rem;
        object-fit: fill;
    }
}

@media all and (min-width: 768px) {
    .large-hero-with-video .large-hero__image-wrapper {
        display: none;
    }
}

@media all and (min-width: 768px) {
    .large-hero-with-video .video-wrapper {
        display: block;
    }
    .large-hero-with-video .video-wrapper video {
        position: absolute;
        z-index: -1;
        width: 100%;
    }
}

.large-hero-with-video .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: 1.875rem;
    top: 6.25rem;
    text-decoration: none;
    z-index: 2;
    cursor: pointer;
}
@media all and (min-width: 768px) {
    .large-hero-with-video .large-hero__back-cta {
        font-size: .6875rem;
    }
}
@media (any-hover: none) {
    .large-hero-with-video .large-hero__back-cta {
        color: #FFFFFF;
    }
}
.large-hero-with-video .large-hero__back-cta:hover {
    color: #005080;
}
.large-hero-with-video .large-hero__back-cta:hover {
    color: #FFFFFF;
}
.large-hero-with-video .large-hero__back-cta i {
    font-size: .875rem;
}
.large-hero-with-video .large-hero__back-cta i:before {
    display: inline-block;
    -webkit-transform: translate(7px, 1px);
            transform: translate(7px, 1px);
}

.large-hero-with-video .video-wrapper, .large-hero-with-video .large-hero__image-wrapper, .large-hero-with-video .video-hero__video-wrapper__player {
    height: 15.625rem;
}
@media all and (min-width: 768px) {
    .large-hero-with-video .video-wrapper, .large-hero-with-video .large-hero__image-wrapper, .large-hero-with-video .video-hero__video-wrapper__player {
        height: 29.375rem;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
}
@media all and (min-width: 992px) {
    .large-hero-with-video .video-wrapper, .large-hero-with-video .large-hero__image-wrapper, .large-hero-with-video .video-hero__video-wrapper__player {
        height: 40.625rem;
    }
}

.large-hero-with-video .large-hero__image-wrapper {
    position: relative;
}
.large-hero-with-video .large-hero__image-wrapper img {
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 15.625rem;
    -webkit-transition: 4s;
            transition: 4s;
    opacity: 0;
}
.large-hero-with-video .large-hero__image-wrapper img.active {
    z-index: 2;
    opacity: 1;
}
.large-hero-with-video .large-hero__image-wrapper img.next {
    z-index: 1;
}

.large-hero-with-video .large-hero__copy {
    z-index: 3;
    color: white;
    position: absolute;
}
@media all and (min-width: 992px) {
    .large-hero-with-video .large-hero__copy {
        padding: 0;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        padding: 1rem;
        width: calc(100% - 120px);
    }
    .large-hero-with-video .large-hero__copy h1 {
        margin: 0 0 .625rem 0;
        color: #171717;
        font-family: 'sabonroman', serif;
        font-size: 2.25rem;
        font-weight: 100;
        color: white !important;
        width: 100%;
    }
}
@media all and (min-width: 992px) and (min-width: 768px) {
    .large-hero-with-video .large-hero__copy h1 {
        font-size: 3.75rem;
        line-height: 4.3125rem;
    }
}

.large-hero-with-video .large-hero__copy a {
    text-decoration: none;
}

.large-hero-with-video .large-hero__copy .video-cta {
    color: #316BB6;
    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;
}
@media all and (min-width: 768px) {
    .large-hero-with-video .large-hero__copy .video-cta {
        font-size: .6875rem;
    }
}
@media (any-hover: none) {
    .large-hero-with-video .large-hero__copy .video-cta {
        color: #316BB6;
    }
}
.large-hero-with-video .large-hero__copy .video-cta:hover {
    color: #005080;
}
@media all {
    .large-hero-with-video .large-hero__copy .video-cta {
        display: none;
        color: white;
        text-decoration: none;
    }
    .large-hero-with-video .large-hero__copy .video-cta:hover {
        color: white;
    }
}
@media all and (min-width: 992px) {
    .large-hero-with-video .large-hero__copy .video-cta {
        display: inline;
    }
}

.large-hero-with-video .large-hero__copy .icon-play3 {
    position: absolute;
    -webkit-transform: translate(-50%, -185px);
            transform: translate(-50%, -185px);
    top: 35%;
    left: 50%;
    margin-right: .625rem;
    padding-top: .75rem;
    padding-left: .875rem;
    font-size: 1.5rem;
    color: #FFFFFF;
    border: solid 2px #FFFFFF;
    height: 3.125rem;
    width: 3.125rem;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity .5s;
            transition: opacity .5s;
}
@media all and (min-width: 768px) {
    .large-hero-with-video .large-hero__copy .icon-play3 {
        -webkit-transform: translate(-50%, -300px);
                transform: translate(-50%, -300px);
    }
}
@media all and (min-width: 992px) {
    .large-hero-with-video .large-hero__copy .icon-play3 {
        -webkit-transform: none;
                transform: none;
        position: inherit;
        padding-left: .8125rem;
        vertical-align: middle;
        display: inline-block;
    }
}

.large-hero-with-video.large-hero-with-video-left-aligned .large-hero__copy {
    text-align: left;
}
