.careers-home-banner {
  /* background: center / cover no-repeat url('/images/2020/careers/careers-banner-mobile.jpg'); */
  background: center bottom / cover no-repeat url('/images/2022/careers/career-main.png') black;
  height: 50rem;
  background-position: top right 23%;
  margin-bottom: -2rem;
}

.careers-home-banner .inner {
  padding: 22rem 2rem 0;
}

.careers-home-banner * {
  color: white;
}

.careers-home-banner [class*="plus-"] {
  left: auto;
  margin-right: 1rem;
}

.careers-home-banner h1,
.careers-home-banner h3 {
  text-shadow: 0 2px 25px rgba(0, 0, 0, 0.5);
}

.careers-home-banner .btn {
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.5);
}

.secondary-nav a.btn-transparent {
  background-color: transparent;
  border: 1px solid white !important;
  padding-block: 1.49rem
}

#global-locations {
  background: #0B59A6;
  border: 1px solid rgba(255,255,255,0.3);
  color: white;
}

#global .inner{
  background: center / cover no-repeat url(/images/2020/careers/map.webp);
}
.bg--gradient .select:after {
  content: url('../../images/icons/arrow-down-blue.svg');
}
#global-locations option { color: #0C0C12 }

#locationSvg {
  background: center / contain no-repeat url('/images/2020/careers/map.webp');
}

#locations text {
  pointer-events: none
}

#locations rect:hover {
  opacity: 1;
  cursor: pointer;
}

summary * {
  pointer-events: none;
}

.header-with-icon {
  display: flex;
  align-items: center;
  margin: 2rem 0;
}

.header-with-icon h3 {
  margin: 0;
}

.header-with-icon svg {
  min-width: 3rem;
  width: 3rem;
  height: 3rem;
  flex-basis: 3rem;
  margin-right: 1.5rem;
}

.tabs { border-bottom: 0 }
.tabs .h4 {
  color: #007BC6;
  line-height: 3.2;
}
.tabs .h4:hover {
  color: #02588D;
  border-bottom: 6px solid #02588D;
}
.tabs .active {
  color: #490083;
  border-bottom: 6px solid #D395E8;
  pointer-events: none;
}
.tabs label:not(:last-of-type) {
  margin-right: 1.5rem;
  letter-spacing: -0.1px;
}

article[class*="careers-tab-"]>*:not(:last-child),
article[class*="careers-tab-"] .img-wrapper {
  margin-bottom: 2rem;
}

[class*="careers-tab-"] figure {
  display: flex;
  align-items: center;
  margin: 2rem 0;
}

[class*="careers-tab-"] figure img {
  background: grey;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-right: 1.5rem;
  flex-shrink: 0;
}

.careers-swiper figure {
  display: flex;
  margin: 2rem 0;
}

.careers-swiper figure img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 1.5rem;
  flex-shrink: 0;
}

.careers-swiper blockquote {
  margin: 0 0 1.5rem;
  line-height: 1.875;
}

.careers-swiper blockquote ol {
  margin-top: 1rem;
}

.careers-swiper cite {
  display: block;
  font-style: normal;
}

.events-pagination {
  top: auto !important;
  bottom: 0 !important;
  margin: 0 !important;
  height: auto !important;
}

.careers-values {
  background: center/cover url('/images/2022/careers/careers-value-gradient.webp') no-repeat, 
              linear-gradient(-90deg, #007BC6 0%, #41007F 100%);
}

.careers-values h2, .careers-values h3 {
  color: white;
}

.rick {
  position: relative;
  bottom: -0.4rem;
}

.rick img { max-width: 30rem; }

.be-part-of-a-team-full a {
  margin-block-start: 5rem;
}

.be-part-of-a-team-full img {
  margin: 2rem -2rem -2rem auto;
}

.our_awards {
  --card-width: 0;
  --card-gap: 0;

  @media only screen and (width <= 768px) {
    --card-width: 100%;
  }
  @media only screen and (width <= 1024px) {
    --card-width: 100%;
    --card-gap: 1rem;
  }
  @media only screen and (width <= 1480px) {
    --card-width: 23rem;
  }
  @media only screen and (width > 1480px) {
    --card-width: 31.5rem;
  }

  h2 {
    margin-inline-start: 4.6rem;
    margin-block-start: 5rem;

    & + p {
      margin-inline-start: 4.6rem;
    }
  }
  .careers-swiper {
    margin: 0;
    padding: 5rem 0;
  }

  .careers-swiper-alt {
    height: fit-content;
  }

  .swiper-slide {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: var(--card-gap);
  }

  .swiper-pagination {
    position: static;
  }

  award-card {
    --spacer: 2rem;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: var(--card-width);
    text-align: center;

    a {
      display: flex;
      flex-direction: row;
      margin-block-start: var(--spacer);
    }

    dec-bar {
      display: block;
      margin-block-start: var(--spacer);
      width: 100%;
      height: 1px;
      background-color: #CCCCCE;
    }

    p {
      margin-block-end: 0;

      &:nth-of-type(1),
      &:nth-of-type(2) {
        margin-block-start: var(--spacer);
      }

      &:nth-of-type(3) {
        margin-block-start: 1px;
      }
    }
  }

  image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--card-width);
    height: 28.5rem;

    svg {
      max-width: 100%;
      height: 190px;
    }
  }
}

@media only screen and (min-width: 768px) {
  .careers-home-banner {
    /* background-image: url('/images/2020/careers/careers-banner-tablet.jpg'); */
    height: 50rem;
    background-position: center;
    margin-bottom: 0;
  }
  .careers-home-banner .inner {
    padding: 15rem 27rem 0 15rem;
  }
  .col-t-1-2 + .col-t-1-2:nth-child(2n+3) {
    margin-left: 0;
  }

  .header-with-icon svg {
    min-width: 4rem;
    width: 4rem;
    height: 4rem;
    flex-basis: 4rem;
  }

  [class*="careers-tab-"] {
    margin: 0 -3rem 0;
    padding: 3rem 3rem 0;
  }
  article[class*="careers-tab-"]:not(.hidden) {
    border-top: 1px solid #DBDBDC;
  }  
  article[class*="careers-tab-"]>*:not(:last-child) {
    margin-bottom: 3rem;
  }
  
  #testimonials .careers-swiper-alt {
    height: 650px;
  }
  
  .be-part-of-a-team-full a {
    margin-block-start: 0;
    position: absolute;
    bottom: 10%;
    right: 20%;
  }
  .be-part-of-a-team-full img {
    margin: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .careers-home-banner {
    /* background-image: url('/images/2020/careers/careers-banner-home.jpg'); */
    background-image: url('/images/2022/careers/career-main.png');
    height: auto;
    margin-block-start: 4rem;
  }
  .careers-home-banner h1 + .btn {
    margin-top: 0;
  }

  .col-d-1-3.col-t-1-2:nth-child(2n+3) {
    margin-left: 4rem;
  }
  [class*="t-1-2"]:not([class*="col-d-"]) {
    flex: 6;
    flex-basis: calc((100% / 2) - 2rem);
    max-width: calc((100% / 2) - 2rem);
  }
  .col-d-1-2:nth-of-type(even) {
    margin-left: 4rem !important;
  }


  .careers-home-banner .inner {
    /* padding: 22rem 42rem 6rem 12rem; */
    padding: 18rem 42rem 10rem 7.9rem;
  }

  #locationSvg {
    margin: -4rem 0 0;
  }
  [class*="careers-tab-"] {
    margin: 0 -4rem 0;
    padding: 4rem 4rem 0;
  }
  [class*="careers-tab-"] label:not(:last-of-type) {
    margin-right: 3rem;
    letter-spacing: 0;
  }
  article[class*="careers-tab-"]>*:not(:last-child) {
    margin-bottom: 4rem;
  }
  #testimonials .careers-swiper-alt {
    height: 550px;
  }
  .careers-swiper figure {
    margin: 3rem 0;
  }
  .careers-swiper figure img {
    width: 80px;
    height: 80px;
  }
  .rick {
    bottom: -4.4rem;
  }

  #global .inner {
    background-position-x: -550px;
  }
}

@media only screen and (min-width: 1480px) {
  .col-d-1-3.col-t-1-2:nth-child(2n+3) {
    margin-left: 5rem;
  }
  [class*="t-1-2"]:not([class*="col-d-"]) {
    flex: 6;
    flex-basis: calc((100% / 2) - 2.5rem);
    max-width: calc((100% / 2) - 2.5rem);
  }
  .col-d-1-2:nth-of-type(even) {
    margin-left: 4rem !important;
  }

  .careers-home-banner {
    margin-block-start: 5rem;
  }
  
  .careers-home-banner .inner {
    /* padding: 285px 0 120px 225px; */
    padding: 207px 0 198px 80px;
  }
  #locationSvg {
    margin: -5rem 0 0;
  }
  .header-with-icon svg {
    min-width: 6rem;
    width: 6rem;
    height: 6rem;
    flex-basis: 6rem;
  }
  .tabs .h4 {
    line-height: 3.1;
  }
  [class*="careers-tab-"] {
    margin: 0 -5rem 0;
    padding: 5rem 5rem 0;
  }
  #global .inner {
    background-position-x: center;
  }
  article[class*="careers-tab-"]>*:not(:last-child) {
    margin-bottom: 5rem;
  }
  #testimonials .careers-swiper-alt {
    height: 500px;
  }
  .careers-swiper figure {
    margin: 4rem 0;
  }
  .careers-swiper figure img {
    width: 100px;
    height: 100px;
  }
  
  #testimonials .careers-slider-employee_full-left img {
    margin-left: -15rem;
  }
  #testimonials .careers-slider-employee_full-right img {
    margin-left: 0;
  }

  .rick {
    margin-bottom: -1rem;
  }
}

@media only screen and (max-width: 1023px) {
  #locationSvg {
    position: relative;
    top: -2rem;
  }
}

/* IE11 Hack for the select a location map */
@media all and (-ms-high-contrast: none) {
  #locationSvg {
    width: 32rem;
    height: 17.6rem;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1024px) {
  #locationSvg {
    width: 55.5rem;
    height: 30.5rem;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1480px) {
  #locationSvg {
    width: 103rem;
    height: 56.5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1479px) {
  .show-mo-hd { display: none !important; }
}

@media only screen and (max-width: 767px), (min-width: 1480px) {
  .hide-mo-hd { display: none !important; }
}

