.landing-career-page .brandPage__flex .matrix__buttons_career {
    margin-top: 20px;
}

.landing-career-page .brandPage__career {
    background: url("/images/Patterns_Rows_Extended.png") #006078;
}

.landing-career-page .cta__fullWidthCta--dark {
    background: url("/images/Pattern_Grey-tile.png") #414546;
}

.landing-career-page .cardCta{
    grid-template-columns: repeat(3, 1fr);
    margin-bottom:0;
}

.landing-career-page .youtubevideo_with_topemployer{
     display:grid;
     grid-template-columns: repeat(1, 1fr);
     gap: 30px;
     align-items:center;
}

.landing-career-page .matrix__video{
    width:100%;
}
.landing-career-page #ctabenefits{
    max-width: 1445px;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.landing-career-page #ctabenefits .cta_career_btn{
    margin: 0 auto;
    text-align: center;
}

.landing-career-page #ctabenefits .cardCta{
    margin-top:0;
}

.landing-career-page #ctabenefits .ctaHeading {
    font-size: 28px;
    text-align: center;
    font-weight: 900;
    margin-top: 40px;
    margin-bottom: 0;
}

.landing-career-page #youtubevideo_with_topemployer {
    max-width: 1445px;
}

.landing-career-page .miniCta__image{
    flex: 0 0 220px;
}

.landing-career-page .miniCta__image img{
    left: 52%;
    max-width: 85%;
    min-height: unset;
    min-width:unset;
    top: 45%;
}

.landing-career-page .brandPage__container--offsetTop {
    margin-top: 0 !important;
}

.landing-career-page .brandPage__brandVideos {
    padding-top: 60px;
    padding-bottom: 60px;
}

#youtubevideo_with_topemployer{
    margin-bottom:35px;
}

#map{
    height:600px;
    width: 100%;
}
.mapcontainer{
    position: relative;
}
#infoWindowBox {
    position: absolute;
    left: 60px;
    bottom: 20px;
    width: 250px;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    display:none;
}
#infoWindowBox .closeIcon {
    position: absolute;
    top: 25px;
    right: 25px;
    background: #006078;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    color: #fff;
    display: block;
    font-size: 14px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
}
#infoWindowBox .infoBox .info-window img {
    display: block;
    border-radius: 16px;
    margin-bottom: 12px;
    height: 200px;
  width: 100%;
  object-fit: cover;
}
#infoWindowBox .infoBox .contentandtitle {
    margin-bottom: 12px;
}
#infoWindowBox .infoBox .contentandtitle h6 {
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 18px;
}
#infoWindowBox .infoBox .contentandtitle p {
    font-size: 14px;
}
#infoWindowBox .infoBox .getdetails a {
    font-size: 14px;
    display: block;
    color: #fff;
    background-color: #006078;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
    padding: 8px;
}


@media(max-width: 980px){
    .brandPage__listItem:last-child {
        margin-bottom: 0px;
    }
}

@media(max-width: 900px){
    #map{
        height:500px;
    }
    #infoWindowBox {
        left: 20px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1050px){
      .landing-career-page #ctabenefits .cta_career_btn {
        margin: 15px auto 0;
        display: block;
        text-align: center;
    }
    .landing-career-page #ctabenefits .cardCta{
        margin-top:15px;
    }
    
    .landing-career-page .youtubevideo_with_topemployer {
        grid-template-columns: repeat(1, 1fr);
    }
    .landing-career-page .matrix__video {
        margin: 0;
    }
    .landing-career-page .miniCta{
        margin-top:0;
    }
}

@media (max-width: 768px) {
    
    .landing-career-page .miniCta{
        margin-top: 0px;
    }
    .landing-career-page .matrix__video {
        margin: 10px auto 0;
    }
    .landing-career-page #ctabenefits .cardCta{
        margin-top:15px;
    }
    .landing-career-page #ctabenefits .cta_career_btn {
        margin: 15px auto 0;
        display: block;
        text-align: center;
    }
    .landing-career-page .matrix__video {
        margin: 0;
    }
}

@media (max-width: 600px) {
    .landing-career-page .miniCta__image {
        min-height: inherit;
        flex: auto;
        margin: 0 auto;
        padding-top: 15px;
        overflow: visible;
    }
    
    .landing-career-page .miniCta__image img {
        max-width: 200px;
        position: initial;
        transform: translate(0, 0);
    }
    
}

@media (max-width: 50em) {
    .landing-career-page .cardCta {
        grid-template-columns: repeat(1, 1fr);
    }
    .landing-career-page .youtubevideo_with_topemployer{
         grid-template-columns: repeat(1, 1fr);
    }
}