/* background images */
.careers-hero--container{
    position: relative;

}
.careers-hero--image1 {
    background: url("/assets/img/careers/ONT_AirportAuthority-9.jpg") no-repeat;
    background-position: 50% 50%;
    background-size:cover;
    min-height:1000px;
    width:100%;
    height:900px;
    display:flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
}

.careers-hero--image1:after{
    content:'';
    background: transparent linear-gradient(0deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    position:relative;
    height: 100px;
    top: 1px;
}

.careers-hero--image1-credit{
    position:absolute;
    bottom: 140px;
    right: 100px;
}

.careers-hero--image2-credit{
    position:absolute;
    bottom:0;
    right:10px;
}

.careers-maintenance-bgtrans{
    background: url("/assets/img/careers/bg-transparent-clouds.png") no-repeat;
    background-position: 100% 50%;
    background-size:cover;
    min-height:1500px;
    width:100%;
    height:auto;
}

@media screen and (max-width:1200px){
    .careers-maintenance-bgtrans{
        min-height:2000px;
    }
}

@media screen and (max-width:991px){
    .careers-hero--image1 {
        min-height:unset;
        height:600px;
        flex-flow: column nowrap;
    }
    .careers-hero--image1:after{
        height: 150px;
    }
    .careers-hero--image1-credit{
        bottom: 60px;
        right:30px;
    }
    .careers-maintenance-bgtrans{
        min-height:unset;
    }
}

@media screen and (max-width:768px){
    .careers-hero--image1 {
        height:450px;
        background-position:60% 50%;
    }
    .careers-hero--image1:after{
        height: 60px;
    }
    .careers-hero--image1-credit{
        bottom: 20px;
    }
}

.joinourteam--bg{
    background: url("/assets/img/index/stock/index-clouds.jpg") no-repeat;
    background-size:cover;
    background-position: 50% 50%;
    height:600px;
    display:flex;
    align-items: start;
    padding-top:150px;
}

.globe{
    background: url("/assets/img/careers/globe.png") no-repeat;
    background-size:contain;
    height: 1200px;
    width: 100%;
    right: 0;
    top: 0;
    position: absolute;
    z-index:1;
}

.globepilots{
    transform: translate(90px, -370px);
    background-position: 100% 100%;
}

.globeflightattendants{
    transform: translate(-645px, -280px);
    background-position: 80% 100%;

}

@media (max-width:991px){
    .globe{
        height: 1000px;
    }
    
    .globepilots{
        transform: translate(230px, -220px);
        background-position: 40% 70%;
    }
    
    .globeflightattendants{
        transform: translate(-195px, -320px);
        background-position: 100% 70%;
    }
}

@media (max-width:648px){
    .globe{
        height: 700px;
    }
    
    .globepilots{
        transform: translate(90px, -220px);
        background-position: 0% 70%;
    }
    
    .globeflightattendants{
        transform: translate(-215px, -140px);
        background-position: 40% 70%;
    }
}

@media (max-width:540px){
    .globeflightattendants{
        transform: translate(-115px, -140px);
        background-position: 80% 70%;
    }
}

/* misc images */

.domestic-carrier--img{
    background: url("/assets/img/careers/DUT_Bergen1.jpg") no-repeat;
    background-position: 50% 50%;
    background-size:cover;
    width:100%;
    height:155px;
}

.international-carrier--img{
    background: url("/assets/img/careers/ONT_Evinger.jpg") no-repeat;
    background-position: 50% 50%;
    background-size:cover;
    width:100%;
    height:155px;
}

.plane-tail{
    background:url("/assets/img/planeexterior/ANC_plane-tail_trimmed.png") no-repeat;
    background-size:contain;
    position:absolute;
    right:-11px;
    width: 1000px;
    height:540px;
    bottom: 100px;
}

@media screen and (max-width: 991px){
    .plane-tail{
        width: 810px;
    }
}

@media screen and (max-width: 768px){
    .plane-tail{
        width: 510px;
        height:400px;
    }
}
@media screen and (max-width: 500px){
    .plane-tail{
        width: 100%;
        height:380px;
    }
}

.hero--image3{
    height:350px;
}

 /* pilot images */
.hero-pilots--image1{
    background: url("/assets/img/careers/hero-careers_pilots.jpg") no-repeat;
    background-size:cover;
    height:700px;
}
.hero-pilots--image2{
    background: url("/assets/img/careers/pilots-lanterns.jpg") no-repeat;
    background-size:cover;
    height:350px;
    width:100%;
}


@media screen and (max-width: 574px){
    .hero-pilots--image1{
        height:400px;
    }
    .hero-pilots--image2,
    .hero--image3{
        height:200px;
    }
}

/* flight attendant images */
.hero-flightattendant--image1{
    background: url("/assets/img/careers/heroflightattendant.jpg") no-repeat;
    background-size:cover;
    height:700px;
    background-position: 50% 50%;
}
.hero-flightattendant--image2{
    background: url("/assets/img/careers/flightattendant-temple.jpg") no-repeat;
    background-size:cover;
    height:350px;
    width:100%;
}

@media screen and (max-width: 574px){
    .hero-flightattendant--image1{
        height:300px;
    }
    .hero-flightattendant--image2{
        height:180px;
    }
}

/* aircraft maintence tech images */
.hero-maintenance--image1{
    background: url("/assets/img/careers/maintenance_hero.jpg") no-repeat;
    background-size:cover;
    height:700px;
    background-position: 30% 50%;
}
.hero-maintenance--image2{
    background: url("/assets/img/careers/maintenance-stones.jpg") no-repeat;
    background-size:cover;
    height:350px;
    width:100%;
}

@media screen and (max-width: 574px){
    .hero-maintenance--image1{
        height:300px;
    }
    .hero-maintenance--image2{
        height:200px;
    }
}

.airmaintenance-img1{
    background: url("/assets/img/careers/careers_maintenance1.jpg") no-repeat;
    background-size:cover;
    background-position: 50% 40%;
    height:250px;
    width:300px;
}

.airmaintenance-img2{
    background: url("/assets/img/careers/careers_maintenance2.jpg") no-repeat;
    background-size:cover;
    background-position: 50% 50%;
    height:550px;
    width:550px;
}

.airmaintenance-img3{
    background: url("/assets/img/careers/careers_maintenance4.jpg") no-repeat;
    background-size:cover;
    background-position: 100% 50%;
    height: 150px;
    width: 310px;
}

.airmaintenance-img4{
    background: url("/assets/img/careers/careers_maintenance3.jpg") no-repeat;
    background-size:cover;
    background-position: 50% 50%;
    width:100%;
    height: 325px;
}

@media screen and (min-width:1505px){
    .airmaintenance-img4{
        height: 325px;
    }
}

@media screen and (min-width:1401px) and (max-width:1504px){
    .airmaintenance-img4{
        height: 305px;
    }
}

@media screen and (max-width:1400px){
    .airmaintenance-img4{
        height: 263px;
    }
}

@media screen and (min-width:1277px) and (max-width:1399px){
    .airmaintenance-img4{
        height: 260px;
    }
}

@media screen and (min-width:1265px) and (max-width:1276px){
    .airmaintenance-img4{
        height: 245px;
    }
}

@media screen and (min-width:1227px) and (max-width:1265px){
    .airmaintenance-img4{
        height: 225px;
    }
}

@media screen and (min-width:1200px) and (max-width:1226px){
    .airmaintenance-img4{
        height: 200px;
    }
}

.airmaintenance-img5{
    background: url("/assets/img/careers/careers_maintenance5.jpg") no-repeat;
    background-size:cover;
    background-position: 50% 50%;
    height:250px;
    width:250px;
    position:relative;
    left:20px;
}

@media (max-width:991px){
    .airmaintenance-img1{
        height: 180px;
        width: 180px;
    }
    
    .airmaintenance-img2{
        height:380px;
        width:380px;
    }
}


@media (max-width:768px){
    .airmaintenance-img1,
    .airmaintenance-img2,
    .airmaintenance-img3,
    .airmaintenance-img4,
    .airmaintenance-img5{
        width:100%;
        height:280px;
    }
    .airmaintenance-img3{
        background-position:30% 50%;
    }
    .airmaintenance-img5{
        left:0;
    }
}

.cover-image-overlay{
    background-color: var(--base-color-npblue-500);
    mix-blend-mode: color;
    opacity:0.89;
    height:100%;
    width:100%;
}

/* tabs on main careers page */
.careers-main-tabs .nav{
    align-items:center;
}

.careers-main-tabs .nav-tabs{
    border-bottom:unset;
    font-family: var(--font-oxanium);
    font-weight:500;
}

.careers-main-tabs .nav-link{
    background-color: var(--base-color-white);
    color: var(--base-color-black);
    border:none;
    font-size:22px;
}

.careers-main-tabs .nav-link:hover{
    background-color: var(--base-color-npblue-900);
    color: var(--base-color-black);
    border-radius:0px;
}

@media (hover: hover) {
    .careers-main-tabs .nav-link:hover{
        background-color: var(--base-color-npblue-900);
        color: var(--base-color-black);
        border-radius:0px;
    }
}

.careers-main-tabs .nav-link.active{
    background-color: var(--base-color-npblue-700);
    color: var(--base-color-black);
    font-weight:500;
    border-radius: 0px;
    border-bottom: unset;
    border-top: unset;
    border-left: unset;
    border-right: unset;
}

.careers-main-tabs .nav-link.active:hover{
    color: var(--base-color-black);
}

@media (hover: hover) {
    .careers-main-tabs .nav-link.active:hover{
        color: var(--base-color-black);
    }
}

.careers-main-tabs-area{
    min-height:460px
}

/* tabs on positions' page */

.careerstabs-border-left{
    border-left: 1px solid #000;
}

.nav-pills#careers-pills-tab .nav-link {
    background: 0 0;
    border: 1px solid var(--base-color-magnesium-grey);
    border-radius: 0px;
    width:285px;
    color:unset;
    font-weight:600;
}

.nav-pills#careers-pills-tab .nav-item{
    padding-right:0.25rem;
    margin-bottom:1rem;
}

.nav-pills#careers-pills-tab .nav-item:last-child{
    margin-bottom:0;
}

.nav-pills#careers-pills-tab .nav-link:active,
.nav-pills#careers-pills-tab .nav-link.active,
.nav-pills .show>.nav-link{
    color: unset;
    background-color: var(--base-color-npblue-700);
    border:0;
}

.nav-pills#careers-pills-tab .nav-link:hover{
    background-color: var(--base-color-npblue-900);
}

@media (hover: hover) {
    .nav-pills#careers-pills-tab .nav-link:hover{
        background-color: var(--base-color-npblue-900);
    }
}

.careers-positions-tabcontent ul {
    list-style: none;
    padding-left:0rem;
}

.careers-positions-tabcontent ul li::before {
    content: "— ";
}

@media screen and (max-width: 768px){
    .nav-pills#careers-pills-tab{
        border-right: none;
    }
}

/* alignments */
.position-offset-top{
    position:absolute;
    top:60px;
}

.position-relative-left-top{
    position:relative;
    left:210px;
    top:300px;
    width:400px;
}

.position-template-absolute{
    position:absolute;
    bottom:110px;
}
@media screen and (min-width: 992px) and (max-width:1200px){
    .position-relative-left-top{
        left: 80px;
        top: 200px;
    }
}

@media screen and (max-width: 991px){
    .position-offset-top{
        position:relative;
        top:0px;
    }
    .position-template-absolute{
        position:relative;
        bottom:0px;
    }
    .position-relative-left-top{
        left:60px;
        top:160px;
    }
}
@media screen and (max-width: 768px){
    .position-relative-left-top{
        left:60px;
        top:160px;
    }
}
@media screen and (max-width: 768px){
    .position-relative-left-top{
        left:0px;
        top:0px;
        width:100%;
        padding:0px 30px;
    }
}

.leading-20{
    line-height:20px;
}

/* core values swiper */
.row.corevalues:before{
    content:'';
    position:absolute;
    background: transparent linear-gradient(90deg, var(--base-color-mercury-grey) 0%, #E2E3E600 100%) 0% 0% no-repeat padding-box;
    min-height: 310px;
    height:50%;
    width: 15%;
    left:0;
    z-index:9999;
}

.row.corevalues:after{
    content:'';
    position:absolute;
    background: transparent linear-gradient(270deg, var(--base-color-mercury-grey) 0%, #E2E3E600 100%) 0% 0% no-repeat padding-box;
    min-height: 310px;
    height:50%;
    width: 15%;
    right:0;
    z-index:9999;
}

.swiper .swiper-wrapper .swiper-slide .card{
    border-radius:6px;
}

.swiper .swiper-wrapper .swiper-slide .card .card-body{
    padding:36px;
}

@media screen and (max-width: 991px){
    .swiper .swiper-wrapper .swiper-slide .card .card-body{
        padding:26px;
    }

    .row.corevalues:before,
    .row.corevalues:after{
        height:60%;
    }
}

@media screen and (max-width: 636px){
    .careers.swiper.mySwiper{
        padding:0 70px;
    }
    .swiper .swiper-wrapper .swiper-slide .card .card-body{
        padding:36px;
    }
}

@media screen and (max-width: 430px){
    .swiper .swiper-wrapper .swiper-slide .card .card-body{
        padding:20px;
    }
    
}

/* positions template */

.careers-team--area{
    border:1px solid #FFF;
}
.careers-team--cards .card-img{
    background-size:cover;
    background-position:50% 50%;
    min-height:270px;
}

.card-title-area{
    background-color: var(--base-color-npblue-300);
}

.careers-team--area:hover .card-title-area{
    background-color: var(--base-color-npblue-900);
}

.careers-team--area:hover .card-title-area h4{
    font-weight:600;
}

.careers-team--cards .card-img-overlay{
    opacity:0
}

.careers-team--area:hover .card-img-overlay{
    background-color: var(--base-color-npblue-300);
    opacity:1;
    mix-blend-mode: color;
}

@media (hover: hover) {
    .careers-team--area:hover .card-img-overlay{
        background-color: var(--base-color-npblue-300);
        opacity:1;
        mix-blend-mode: color;
    }
    .careers-team--area:hover .card-title-area{
        background-color: var(--base-color-npblue-900);
    }
    
}

@media screen and (max-width:1200px){
    .careers-team--cards .card-img{
        min-height:150px;
    }
}

@media screen and (max-width:991px){
    .careers-team--cards .card-img{
        min-height:200px;
    }
    .careers-team--cards .card-img.pilots{
       background-position:100% 50%;
    }
}
@media screen and (max-width:400px){
    .careers-team--cards .card-img{
        min-height:170px;
    }
}

.maintenance{
    background: url("/assets/img/careers/positions_maintenance.jpg") no-repeat;
}

.pilots{
    background: url("/assets/img/careers/positions_pilots.jpg") no-repeat;
}

.flightattendant{
    background: url("/assets/img/careers/positions_flightattendant.jpg") no-repeat;
}

/* N enjoy the journey */

.index-icon-n{
    width: 110px;
    height: 140px;
    margin-right: 30px;
}

.text-display{
    font-size: 50px;
    position: relative;
    display:flex;
    flex-direction: column;
    z-index: 99;
    line-height: 53px;
}

.text-display .journey{
    right:-50px;
}

@media (max-width:430px){
    .text-display .journey{
        right:0px;
    }
}