/*  Styling for Careers page */

/* Top Section */
#careers-top .picture {
  position: relative;
  min-height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#careers-top .text {
  position: relative;
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  text-align: center;
  padding: 2rem;
  border-top: 1px solid #cacaca;
}
#careers-top .text h3 {
  font-size: 50px;
}
#careers-top .text p {
  font-size: 18px;
  margin-bottom: 20px;
}
#careers-top .read_more_white a {
  display: inline-block;
  border: 1px solid #333333;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}
#careers-top .read_more_white a .arrow_wrap {
  text-align: center;
  border-right: 1px solid #fff;
  border-right: 1px solid #333333;
  width: 37px;
  height: 35px;
  line-height: 31px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#careers-top .read_more_white a .arrow_wrap .hovered {
  display: none;
}
#careers-top .read_more_white a:hover .arrow_wrap .hovered {
  display: inline-block;
}
#careers-top .read_more_white a:hover .arrow_wrap .normal {
  display: none;
}
#careers-top .read_more_white a .inline_div {
  float: left;
}
#careers-top .read_more_white a .arrow_wrap {
  background: #ffffff;
}
#careers-top .read_more_white a:hover .arrow_wrap {
  background: #0641ea;
}
#careers-top .read_more_white a .span_wrap {
  height: 34px;
  line-height: 33px;
  padding: 0 15px;
}

#careers-top .no_pad {
  padding: 0;
}

/* Gallery */
#careers-gallery .picture {
  position: relative;
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#careers-gallery .text-box {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 35px;
  text-align: center;
  padding: 2rem;
}
#careers-gallery .no_pad {
  padding: 0;
}

/* Jobs */
#all-jobs {
  padding: 50px 0;
}
#all-jobs h2 {
  margin: 0;
  text-align: center;
  letter-spacing: 12px;
  text-transform: uppercase;
  color: #000;
  font-family: "Quicksand-Light";
  font-size: 2rem;
  line-height: 1;
  padding: 50px 0;
}
#all-jobs .position {
  color: #333333;
  display: flex;
  align-items: center;
  padding: 25px;
  border-bottom: 1px solid #dee2e6;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#all-jobs .position:hover {
  box-shadow: 0px 15px 20px -15px rgb(210 210 210 / 50%);
}
#all-jobs .position .title {
  flex: 1;
}
#all-jobs .position .link {
}
#all-jobs .position .read-more {
  color: #333333;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
/* #all-jobs .position .read-more:hover {
  color: #0641ea;
} */
#all-jobs .position:hover .read-more {
  color: #0641ea;
}
#all-jobs .read_more_white a {
  display: inline-block;
  border: 1px solid #333333;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}
#all-jobs .read_more_white a .arrow_wrap {
  text-align: center;
  border-right: 1px solid #fff;
  border-right: 1px solid #333333;
  width: 37px;
  height: 35px;
  line-height: 31px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#all-jobs .read_more_white a .arrow_wrap .hovered {
  display: none;
}
#all-jobs .read_more_white a:hover .arrow_wrap .hovered {
  display: inline-block;
}
#all-jobs .read_more_white a:hover .arrow_wrap .normal {
  display: none;
}
#all-jobs .read_more_white a .inline_div {
  float: left;
}
#all-jobs .read_more_white a .arrow_wrap {
  background: #ffffff;
}
#all-jobs .read_more_white a:hover .arrow_wrap {
  background: #0641ea;
}
#all-jobs .read_more_white a .span_wrap {
  height: 34px;
  line-height: 33px;
  padding: 0 15px;
}

/* Responsive */
@media screen and (min-width: 992px) {
  #careers-top .text {
    min-height: 550px;
  }
  #careers-top .picture {
    min-height: 550px;
  }
  #careers-top .text p {
    max-width: 75%;
    margin: 20px auto 35px;
  }
  #careers-gallery .picture {
    min-height: 450px;
  }
  #careers-gallery .text-box {
    min-height: 450px;
  }
  #all-jobs {
    padding: 50px 0 100px;
  }
}
@media screen and (min-width: 1200px) {
  #all-jobs .position {
    padding: 35px;
  }
}
@media screen and (min-width: 1600px) {
  #all-jobs .position {
    padding: 25px 0;
  }
}
