/* careers css */
.explore_horizons {
  background-color: #464646;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

section.explore_horizons .col-md-6 {
  align-self: center;
}

section.explore_horizons h2 {
  /* font-size: 2.5rem; */
  color: #fff;
  margin-bottom: 0;
  margin-top: -20%;
  margin-left: 20%;
  font-size: 4vw;
}

.header_main ul.navbar-nav li:last-child a {
  background-color: transparent;
}

section.withlegacy {
  padding: 6rem 0;
  z-index: 1;
  position: relative;
  background-color: #fff;
}

img.triang_career.position_img {
  position: absolute;
  bottom: -95px;
  left: 1%;
  width: 9rem;
  z-index: 2;
}

section.withlegacy h3 {
  font-family: 'playfairregular';
  margin-bottom: 1.25rem;
  line-height: inherit;
}

section.withlegacy p {
  font-size: 1.188rem;
  color: #707070;
  line-height: 2rem;
  margin-bottom: 2rem;
}

section.withlegacy h2 {
  display: inline-flex;
  font-size: 1.75rem;
  margin-bottom: 0;
}

section.withlegacy h2 a {
  margin-left: 10px;
  color: #CDB47A;
  text-decoration: none;
}

.careerpageimg img {
  height: 25rem;
  /* object-fit: cover; */
  width: 100%;
}

section.careersimgsec {
  padding-bottom: 6rem;
}

.bflex_home.bflex_carers img.up_straightline3 {
  left: 25%;
}

section.explore_horizons .col-md-6.aos-init.aos-animate:nth-child(2) {
  position: relative;
  z-index: 2;
}

@media screen and (min-width:1450px) and (max-width:1699px) {
  section.explore_horizons h2 {
    font-size: 2.75rem;
  }

  section.withlegacy p {
    font-size: 1.3rem;
  }

  section.withlegacy h3 {
    font-size: 2rem;
  }

  section.withlegacy h2 {
    font-size: 2rem;
  }

  .careerpageimg img {
    height: 27rem;
  }
}

@media screen and (min-width:1700px) and (max-width:1799px) {
  section.explore_horizons h2 {
    font-size: 3rem;
  }

  section.withlegacy p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  section.withlegacy h3 {
    font-size: 2.25rem;
  }

  section.withlegacy h2 {
    font-size: 2.25rem;
  }

  .careerpageimg img {
    height: 30rem;
  }

  img.triang_career.position_img {
    width: 10rem;
  }
}

@media screen and (min-width:1800px) and (max-width:1899px) {
  section.explore_horizons h2 {
    font-size: 3.25rem;
  }

  section.withlegacy p {
    font-size: 1.65rem;
    line-height: 2.65rem;
  }

  section.withlegacy h3 {
    font-size: 2.5rem;
  }

  section.withlegacy h2 {
    font-size: 2.5rem;
  }

  .careerpageimg img {
    height: 33rem;
  }

  img.triang_career.position_img {
    width: 10rem;
  }
}

@media screen and (min-width:1900px) {
  section.explore_horizons h2 {
    font-size: 3.5rem;
  }

  section.withlegacy p {
    font-size: 1.8rem;
    line-height: 3rem;
  }

  section.withlegacy h3 {
    font-size: 2.65rem;
  }

  section.withlegacy h2 {
    font-size: 2.75rem;
  }

  .careerpageimg img {
    height: 35rem;
  }

  img.triang_career.position_img {
    width: 10rem;
  }
}

@media screen and (min-width:1200px) {
  section.explore_horizons .container, .withlegacy .container {
    max-width: 67%;
    width: 67%;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  section.explore_horizons .container, .withlegacy .container {
    max-width: 80%;
    width: 80%;
  }

  section.withlegacy h2 {
    font-size: 1.75rem;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .horizonimg img {
    margin: 0;
  }

  section.explore_horizons h2 {
    padding-left: 15%;
  }

  section.withlegacy {
    padding: 4.25rem 0;
  }
}

@media screen and (max-width:767px) {
  section.explore_horizons h2 {
    margin: 0 !important;
  }

  section.explore_horizons .container {
    max-width: 100% !important;
    width: 100% !important;
  }

  .explore_horizons {
    margin-top: -1px !important;
  }

  .explore_horizons {
    height: 60vh !important;
  }

  section.explore_horizons h2 {
    font-size: 46px !important;
    margin-top: -45% !important;
  }

  .horizonimg img {
    margin-bottom: -85% !important;
  }

  section.explore_horizons {
    padding: 30px 0 !important;
    background-image: url(/static/bflex/images/section.explore_horizons-bg.png);
    background-size: 25% auto;
    background-position: left top 66%;
    background-repeat: no-repeat;
  }

  /* .horizonimg img {
      margin: 0 !important;
      margin-top: 30px !important;
  } */
  section.withlegacy h2 {
    display: inherit;
  }

  section.withlegacy {
    padding: 3rem 0;
  }

  section.explore_horizons h2 {
    font-size: 2rem;
  }

  section.withlegacy p {
    font-size: 1rem;
    line-height: 1.75rem;
  }

  section.withlegacy h2 {
    font-size: 1.05rem;
  }

  section.withlegacy h2 a {
    margin-left: 0;
  }

  .careerpageimg img {
    height: 15rem;
  }

  section.careersimgsec .row {
    row-gap: 50px;
  }

  section.careersimgsec {
    padding-bottom: 3rem;
  }
}

/* careers css */
