.page-id-462 .background-photo {
  margin-left: 0;
}

.career .container {
  margin-top: 40px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .career .container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.career .container .content-title {
  color: #000000;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 16px;
}
.career .container .data-wrapper p {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  max-width: 700px;
}
.career .container .data-wrapper p a {
  color: #249e6b;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  margin: 0 4px;
}
@media (min-width: 768px) {
  .career .container .data-wrapper p:last-of-type {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 32px;
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 425px) {
  .career .container .data-wrapper p:last-of-type {
    justify-content: center;
    font-size: 14px;
    line-height: 100%;
  }
  .career .container .data-wrapper p:last-of-type a {
    font-size: 14px;
    line-height: 100%;
  }
}
@media (min-width: 768px) {
  .career .container .data-wrapper p:last-of-type:before {
    display: block;
    content: " ";
    background-image: url("../images/question.svg");
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    margin-right: 8px;
  }
}

.positions .careers-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 112px;
}
@media (max-width: 768px) {
  .positions .careers-wrapper {
    margin-bottom: 35px;
  }
}
.positions .careers-wrapper .title {
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
}
@media (max-width: 600px) {
  .positions .careers-wrapper .title {
    display: none;
  }
}
.positions .careers-wrapper .job-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #E0E0E0;
}
@media (max-width: 600px) {
  .positions .careers-wrapper .job-wrapper {
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-bottom: 16px;
  }
}
.positions .careers-wrapper .job-wrapper .column-wrap {
  width: 20%;
}
.positions .careers-wrapper .job-wrapper .column-wrap .position,
.positions .careers-wrapper .job-wrapper .column-wrap .city,
.positions .careers-wrapper .job-wrapper .column-wrap .salary {
  color: #000000;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  text-transform: capitalize;
}
.positions .careers-wrapper .job-wrapper .column-wrap .content {
  color: #666666;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-top: 8px;
}
.positions .careers-wrapper .job-wrapper .column-wrap:first-of-type,
.positions .careers-wrapper .job-wrapper .column-wrap:last-of-type {
  width: 30%;
}
@media (max-width: 768px) {
  .positions .careers-wrapper .job-wrapper .column-wrap:first-of-type {
    width: 35%;
  }
  .positions .careers-wrapper .job-wrapper .column-wrap:nth-of-type(2) {
    width: 25%;
  }
  .positions .careers-wrapper .job-wrapper .column-wrap:last-of-type {
    width: 20%;
  }
}
@media (max-width: 600px) {
  .positions .careers-wrapper .job-wrapper .column-wrap:first-of-type {
    width: 100%;
    margin-bottom: 8px;
  }
  .positions .careers-wrapper .job-wrapper .column-wrap:nth-of-type(2) {
    width: 40%;
  }
  .positions .careers-wrapper .job-wrapper .column-wrap:last-of-type {
    width: 30%;
  }
}
.positions .careers-wrapper .job-wrapper .column-wrap:first-of-type .content {
  color: #249e6b;
}
.positions .careers-wrapper .job-wrapper a {
  display: flex;
  align-items: center;
  color: #249e6b;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin-bottom: -22px;
}
.positions .careers-wrapper .job-wrapper a svg {
  margin-right: 8px;
}

.cant-find {
  margin-bottom: 30px;
}
.cant-find p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 18px;
}
.cant-find p a {
  color: #249e6b;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  margin: 0 4px;
}
@media (max-width: 425px) {
  .cant-find p {
    justify-content: center;
    font-size: 14px;
    line-height: 200%;
  }
  .cant-find p a {
    font-size: 14px;
    line-height: 100%;
  }
}
.cant-find p:first-of-type:before {
  display: block;
  content: " ";
  background-image: url("../images/question.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  margin-right: 8px;
}

/*# sourceMappingURL=career.css.map */
