.careers_page .job_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.job_inner .image_block {
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
  z-index: -1;
}
.job_inner .image_block:before {
  display: block;
  content: "";
  padding-bottom: 14%;
}
.job_inner .image_title {
  background: inherit;
  font-size: 450%;
  font-family: "bold", "arm-bold";
  letter-spacing: 1.6px;
  background: rgba(39, 26, 94, 0.3);
  color: #ffffff;
  z-index: 2;
  padding: 0 20px;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.job_inner .image_title > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  max-height: 55px;
  line-height: 55px;
}

.careers_page {
  padding: 80px 0;
}
.careers_page .page_description {
  font-family: "light", "arm-light";
  font-size: 160%;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  color: #333333;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  max-height: 40px;
  max-width: 680px;
  padding: 0 20px;
}
.careers_page .job_list {
  padding-top: 40px;
}
.careers_page .job_list span {
  display: inline-block;
}
.careers_page li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  border-bottom: 1px solid #ededed;
}
.careers_page li:last-child {
  border: none;
}
.careers_page .job_info {
  padding-right: 100px;
}
.careers_page .proffesion_name {
  font-size: 220%;
  font-family: "bold", "arm-bold";
  color: #271A5E;
}
.careers_page .job_type {
  font-size: 160%;
  line-height: 1.25em;
  color: #A9A9A9;
  padding-left: 25px;
}
.careers_page .job_description {
  font-size: 160%;
  line-height: 1.44em;
  color: #666666;
}
.careers_page .read_more {
  min-width: 250px;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(39, 26, 94, 0.2);
  background: #271A5E;
  font-size: 160%;
  line-height: 20px;
  padding: 20px;
  font-family: "bold", "arm-bold";
  color: #ffffff;
  display: block;
  text-align: center;
}
.careers_page .read_more:hover {
  opacity: 0.7;
}

@media (max-width: 1240px) {
  .careers_page .job_list span {
    display: block;
  }
  .careers_page .job_type {
    padding: 10px 0;
  }
  .careers_page .job_info {
    padding-right: 70px;
  }
  .careers_page .page_title {
    padding-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .careers_page .proffesion_name {
    font-size: 200%;
  }
  .careers_page .job_type {
    font-size: 150%;
  }
  .careers_page .job_description {
    font-size: 150%;
  }
  .careers_page .read_more {
    padding: 15px;
    min-width: 220px;
  }
  .careers_page .job_info {
    padding-right: 40px;
  }

  .job_inner .image_block:before {
    padding-bottom: 18%;
  }
  .job_inner .image_title {
    font-size: 400%;
  }
  .job_inner .image_title > div {
    max-height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .careers_page {
    padding: 60px 0;
  }
  .careers_page .proffesion_name {
    font-size: 180%;
  }
  .careers_page .job_type {
    font-size: 140%;
  }
  .careers_page .job_description {
    font-size: 140%;
  }
  .careers_page .page_description {
    font-size: 140%;
    line-height: 18px;
    max-height: 36px;
  }
  .careers_page .job_list {
    padding-top: 20px;
  }
  .careers_page .read_more {
    font-size: 140%;
  }
  .careers_page li {
    padding: 30px 0;
  }

  .job_inner .image_block:before {
    padding-bottom: 20%;
  }
  .job_inner .image_title {
    font-size: 350%;
  }
  .job_inner .image_title > div {
    max-height: 45px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .careers_page {
    padding: 40px 0;
  }
  .careers_page .proffesion_name {
    font-size: 160%;
  }
  .careers_page .job_type {
    font-size: 130%;
    padding: 5px 0;
  }
  .careers_page .job_description {
    font-size: 130%;
  }
  .careers_page .page_description {
    font-size: 130%;
    line-height: 18px;
    max-height: 36px;
  }
  .careers_page .job_list {
    padding-top: 10px;
  }
  .careers_page .read_more {
    font-size: 140%;
    padding: 20px;
    min-width: 200px;
  }
  .careers_page li {
    padding: 20px 0;
  }

  .job_inner .image_block:before {
    padding-bottom: 22%;
  }
  .job_inner .image_title {
    font-size: 300%;
  }
  .job_inner .image_title > div {
    max-height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 639px) {
  .careers_page li {
    flex-direction: column;
    text-align: center;
    padding: 30px 0;
  }
  .careers_page .read_more {
    margin-top: 20px;
    padding: 10px;
  }
  .careers_page .job_info {
    padding-right: 0;
  }
  .careers_page .job_type {
    padding: 10px 0;
  }
  .careers_page .careers_page .proffesion_name {
    font-size: 140%;
  }

  .job_inner .image_block:before {
    padding-bottom: 30%;
  }
  .job_inner .image_title {
    font-size: 300%;
  }
}
@media (max-width: 575px) {
  .job_inner .image_block:before {
    padding-bottom: 35%;
  }
  .job_inner .image_title {
    font-size: 250%;
  }
  .job_inner .image_title > div {
    max-height: 35px;
    line-height: 35px;
  }
}
@media (max-width: 479px) {
  .job_inner .image_block:before {
    padding-bottom: 40%;
  }
}
@media (max-width: 399px) {
  .job_inner .image_block:before {
    padding-bottom: 50%;
  }
  .job_inner .image_title {
    font-size: 200%;
  }
  .job_inner .image_title > div {
    max-height: 30px;
    line-height: 30px;
  }

  .careers_page .page_title {
    font-size: 180%;
  }
}
.careers_page .read_more {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

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