/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
.section-join-us-jobs__top {
  background-image: url("../../dist/images/mask-join-us-mobile.png");
  background-position: 0% 100%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .section-join-us-jobs__top {
    background-image: url("../../dist/images/mask-join-us.png");
  }
}
.section-join-us-jobs .all_jobs .jobs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-join-us-jobs .all_jobs .jobs .job {
  flex-basis: 100%;
  margin: 40px 6px 40px;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 201px;
}
.section-join-us-jobs .all_jobs .jobs .job:nth-child(2n+0) {
  background-image: url("../../dist/images/JOIN-Listing-A-BG-576x402.jpg");
}
.section-join-us-jobs .all_jobs .jobs .job:nth-child(2n+1) {
  background-image: url("../../dist/images/JOIN-Listing-B-BG-576x402.jpg");
}
.section-join-us-jobs .all_jobs .jobs .job:nth-child(3n+0) {
  background-image: url("../../dist/images/JOIN-Listing-C-BG-576x402.jpg");
}
@media only screen and (min-width: 768px) {
  .section-join-us-jobs .all_jobs .jobs .job {
    flex-basis: 48%;
  }
}
@media only screen and (min-width: 992px) {
  .section-join-us-jobs .all_jobs .jobs .job {
    flex-basis: 24%;
    flex-basis: calc(25% - 12px);
    width: 288px;
    height: 201px;
  }
}
.section-join-us-jobs .all_jobs .jobs .job .job_title {
  color: #183431;
  font-size: 16px;
  font-weight: 600;
  line-height: calc(18/16);
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
  height: 80px;
  margin: 30px 30px 30px;
}
.section-join-us-jobs .all_jobs .jobs .job p > .btn-tertiary {
  position: relative;
  text-align: center;
}
.section-join-us-jobs .all_jobs .jobs .job p > .btn-tertiary:before {
  content: "LEARN MORE";
  position: relative;
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 800;
  color: transparent;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 30px;
  min-width: 160px;
  border-radius: 9999px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 9999px;
}
.section-join-us-jobs .all_jobs .jobs .job .btn-tertiary a {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 800;
  background: linear-gradient(90deg, #183431 0%, #183431 100%);
  -webkit-background-clip: text;
          background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 30px;
  min-width: 160px;
  border-radius: 9999px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
.section-join-us-jobs .all_jobs .jobs .job .btn-tertiary a:hover {
  color: transparent;
  background: linear-gradient(90deg, #007D8F 0%, #504CB8 100%);
  -webkit-background-clip: text;
          background-clip: text;
  text-fill-color: transparent;
}
/*# sourceMappingURL=block.css.map*/