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

.carousel-menu .carousel-menu-options {
    display: inline-block;
    border-bottom: 1px solid white !important;
}

.large-hero-with-video .large-hero {
    background: #000000;
    background-image: url(../img/large-video-hero-bkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
@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;
    }
}
.extra-large-hero-with-video a:hover {
    text-decoration: none;
}
.extra-large-hero-with-video h1:hover {
    text-decoration: none;
}
.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: #FFFFFF;
        font-weight: bold;
        margin-bottom: 0;
    }
}

.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: #FFFFFF;
        margin-top: 0;
    }
}
.extra-large-hero-with-video .large-hero .video-hero__video-wrapper__player .video-container {
    margin: 0 auto;
    max-width: 600px;
}
@media all and (min-width: 768px) {
    .extra-large-hero-with-video .large-hero .video-hero__video-wrapper__player .video-container {
        width: 650px;
        min-width: 650px;
    }
}

@media all and (min-width: 1080px) {
    .extra-large-hero-with-video .large-hero .video-hero__video-wrapper__player .video-container {
        width: 720px;
        min-width: 720px;
    }
}

@media all and (min-width: 1250px) {
    .extra-large-hero-with-video .large-hero .video-hero__video-wrapper__player .video-container {
        width: 800px;
        min-width: 800px;
    }
}

@media all and (min-width: 1450px) {
    .extra-large-hero-with-video .large-hero .video-hero__video-wrapper__player .video-container {
        width: 900px;
        min-width: 900px;
    }
}

@media all and (min-width: 1550px) {
    .extra-large-hero-with-video .large-hero .video-hero__video-wrapper__player .video-container {
        width: 1000px;
        min-width: 1000px;
    }
}

@media all and (min-width: 1650px) {
    .extra-large-hero-with-video .large-hero .video-hero__video-wrapper__player .video-container {
        width: 1100px;
        min-width: 1100px;
    }
}

.large-hero.show-video .large-hero__copy {
    opacity: 0;
    display: none;
}
@media all and (max-width: 992px) {
    .large-hero.show-video .large-hero__copy {
        margin-top: 0;
        opacity: 1;
    }
}
.large-hero.show-video .video-wrapper {
    opacity: 0;
}

.large-hero.show-video .video-hero__video-wrapper__player {
    opacity: 1;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.large-hero.show-video .icon-play3 {
    opacity: 0;
}

.large-hero .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 .video-hero__video-wrapper__player .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 .video-hero__video-wrapper__player .icon-close_small {*/
        /*top: 6.875rem;*/
        /*right: 6.125rem;*/
    /*}*/
/*}*/

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

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

.large-hero .large-hero__copy {
    background: #FFFFFF;
    padding: 1.25rem;
}
.large-hero .large-hero__copy p {
    font-family: 'UniversLTStdLight';
    line-height: 1.3125rem;
    color: #434343;
    font-size: .875rem;
}
@media all and (min-width: 768px) {
    .large-hero .large-hero__copy p {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
.japan-careers .large-hero .large-hero__copy h1 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
    color: #212121;
    margin-bottom: 10px;
}
.large-hero .large-hero__copy h1 {
    margin: 0 0 1.125rem 0;
    color: #171717;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 100;
    margin-bottom: 0;
    text-transform: none;
}
@media all and (min-width: 768px) {
    .large-hero .large-hero__copy h1 {
        font-size: 2.6875rem;
        line-height: 3.25rem;
    }
}
@media all {
    .large-hero .large-hero__copy h1 {
        color: #000000;
        text-align: center;
    }
    .large-hero .large-hero__copy a:hover{
        text-decoration: none;
    }
}
@media all and (min-width: 992px) {
    .large-hero .large-hero__copy h1 {
        color: #FFFFFF;
        text-align: left;
    }
}
.japan-careers .extra-large-hero-with-video .large-hero.large-hero__container .large-hero__copy.left h4 {
    font-size: 16px;
    line-height: 24px;
    color: #000 !important;
    font-weight: 700 !important;
}
.japan-careers .large-hero .large-hero__copy p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
@media all {
    .large-hero .large-hero__copy h4 {
        color: #000000;
    }
}
@media all and (min-width: 992px) {
    .large-hero .large-hero__copy h4 {
        color: #FFFFFF;
    }
}
@media all and (max-width: 992px) {
    .large-hero .large-hero__copy {
        position: relative;
        width: calc(100% - 52px);
        margin: 0 auto;
        margin-top: -3em;
        padding: 24px 26px;
    }
    .large-hero .large-hero__copy.unset {
        top: 100%;
    }
}
@media all and (max-width: 767px) {
    .profile-hero .large-hero .large-hero__copy{
        margin-top: -2em;
    }
}
@media all and (min-width: 992px) {
    .large-hero .large-hero__copy {
        background: transparent;
    }
}

.large-hero__image-wrapper {
    display: block;
    z-index: -1;
    overflow: hidden;
}

@media all and (min-width: 992px) {
    .large-hero-with-video .video-wrapper video {
        object-fit: fill;
    }
}

@media all and (max-width: 992px) {
    .video-wrapper video {
        object-fit: fill;
    }
}

.extra-large-hero-with-video .video-wrapper {
    position: relative;
    overflow: hidden;
}
@media all and (min-width: 768px) {
    .extra-large-hero-with-video .video-wrapper video {
        object-fit: cover;
    }
}
@media all and (min-width: 992px) {
    .extra-large-hero-with-video .video-wrapper video {
        object-fit: cover;
    }
}

.extra-large-hero-with-video .icon-play3 {
    padding-left: .875rem;
}
@media all and (min-width: 992px) {
    .extra-large-hero-with-video .icon-play3 {
        -webkit-transform: translate(-50%, -300px);
        transform: translate(-50%, -300px);
    }
}

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

.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__back-cta {
        font-size: .6875rem;
    }
}
@media (any-hover: none) {
    .large-hero__back-cta {
        color: #FFFFFF;
    }
}
.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);
}

.large-hero .video-wrapper, .large-hero .large-hero__image-wrapper{
    min-height: 16.25rem;
}
@media all and (min-width: 768px) {
    .large-hero .video-wrapper, .large-hero .large-hero__image-wrapper, .large-hero .video-hero__video-wrapper__player {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.large-hero .video-hero__video-wrapper__player .video-container {
    width:100%;
    margin: 0 auto;
}

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

.extra-large-hero-with-video .large-hero__image img {
    width: 100%;
}
@media all and (min-width: 992px) {
    .large-hero .large-hero__copy {
        padding: 0;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: calc(100% - 120px);
        -webkit-transition: top .5s;
        transition: top .5s;
    }
    .large-hero .large-hero__copy.top {
        top: 30%;
    }
    .japan-careers .large-hero .large-hero__copy h1 {
        font-size: 60px;
        line-height: 100px;
        margin-bottom: 16px;
    }
    .japan-careers .extra-large-hero-with-video .large-hero.large-hero__container .large-hero__copy.left h4, .japan-careers .large-hero .large-hero__copy p {
        color: #FFF !important;
        font-size: 20px;
        line-height: 30px;
        font-weight: 400 !important;
    }
    .large-hero .large-hero__copy h1 {
        color: #171717;
        font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
        font-size: 2.25rem;
        font-weight: 100;
        color: white !important;
    }
    .large-hero .large-hero__copy.top h1, .large-hero .large-hero__copy.top h2,
    .large-hero .large-hero__copy.bottom h1, .large-hero .large-hero__copy.bottom h2,
    .large-hero .large-hero__copy.top p, .large-hero .large-hero__copy.top h4,
    .large-hero .large-hero__copy.bottom p, .large-hero .large-hero__copy.bottom h4{
        text-align: center;
    }
    .large-hero .large-hero__copy.left .careers-large-hero__content{
        width: 700px;
    }
    .large-hero .large-hero__copy.right .careers-large-hero__content{
        margin-left: 55%;
    }
    .large-hero .large-hero__copy a:hover {
        text-decoration: none;
    }
    .large-hero .large-hero__copy .dark-theme h1,
    .large-hero .large-hero__copy .dark-theme h4,
    .large-hero .large-hero__copy .dark-theme p {
        color: #000000 !important;
    }
}
@media all and (min-width: 992px) and (min-width: 768px) {
    .large-hero .large-hero__copy h1 {
        font-size: 3.75rem;
        line-height: 4.3125rem;
    }
}

.large-hero__copy {
    z-index: 3;
    color: white;
    position: relative;
}
.large-hero__copy h2 {
    margin-top: 1.5625rem;
    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;
}
.large-hero__copy h2.profile-mobile {
    margin: 0;
}
@media all and (min-width: 768px) {
    .large-hero__copy h2 {
        font-size: .6875rem;
    }
}
@media (any-hover: none) {
    .large-hero__copy h2 {
        color: #FFFFFF;
    }
}
.large-hero__copy h2:hover {
    color: #005080;
}
.large-hero__copy h2 a {
    color: white;
    text-decoration: none;
}
.large-hero__copy h2 .video-cta {
    display: none;
    color: white;
    text-decoration: none;
}
.large-hero__copy .dark-theme h2 .video-cta {
    color: #000000;
}
.large-hero__copy h2 .video-cta:hover {
    color: white;
}
.large-hero__copy .dark-theme h2 .icon-play3 {
    color: #000;
    border: solid 2px #000;
}
.large-hero__copy h2 .icon-play3 {
    position: absolute;
    -webkit-transform: translate(-50%, -185px);
    transform: translate(-50%, -185px);
    top: 100%;
    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 (max-width: 767px) {
    .profile-hero .large-hero__copy h2 .icon-play3{
        top: 0;
        -webkit-transform: translate(-50%, -4.5rem);
        transform: translate(-50%, -4.5rem);
    }
}
@media all and (min-width: 768px) {
    .large-hero__copy h2 .icon-play3 {
        -webkit-transform: translate(-50%, -300px);
        transform: translate(-50%, -300px);
    }
}
@media all and (min-width: 992px) {
    .large-hero__copy h2 .icon-play3 {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@media all and (min-width: 992px) {
    .large-hero__copy h2 .icon-play3 {
        -webkit-transform: none;
        transform: none;
        position: inherit;
        padding-left: .8125rem;
        vertical-align: middle;
        display: inline-block;
    }
    .large-hero__copy h2 .video-cta {
        display: inline;
    }
}
.large-hero .video-hero__video-wrapper__player .icon-close_small {
    cursor: pointer;
    position: absolute;
    top: 1.85rem;
    right: 2rem;
    display: block;
    z-index: 999;
    color: #5795c5;
    font-family: 'icomoon' !important;
    font-size: 12px;
    font-weight: bold;
    line-height: 29px;
    border-radius: 100%;
    width: 29px;
    height: 29px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    opacity: 0;
    -webkit-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}
.large-hero .video-hero__video-wrapper__player .icon-close_small:before {
    content: "\e604";
    text-align: center;
    display: block;
}
.large-hero .video-hero__video-wrapper__player:hover .icon-close_small,
.large-hero .video-hero__video-wrapper__player:active .icon-close_small {
    opacity: 1;
}
