html {
  -ms-overflow-style: none;
}
.bg {
  background-color: #f0f2f2;
}
.bg-color {
  background-color: #1c1c1b;
}
.blue {
  background-color: #1c1c1b;
  border: 2px solid #1c1c1b;
  color: #fff;
}
.blue:hover {
  background-color: #fff;
  color: #1c1c1b;
}
.banner {
  width: 100%;
}
.no-margin {
  margin-left: 0;
  margin-right: 0;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.careers {
  position: relative;
  padding: 50px 100px 30px;
}
.apply-form,
.vacancies,
.vacancy-details {
  position: relative;
  padding: 50px 100px;
}
.title h1 {
  font-size: 55px;
  font-family: "Helvetica Neue Condensed";
  color: #1c1c1b;
  text-transform: uppercase;
  line-height: 0.549;
  text-align: left;
}
.title h1:after {
  content: "";
  display: block;
  width: 5%;
  padding-top: 30px;
  border-bottom: 4px solid #1c1c1b;
}
h2.title {
  font-size: 25px;
  font-family: "Helvetica Neue Condensed";
  color: white;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  padding: 10px 0;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
#vacancy-description {
  color: white;
}
.vacancies .title h1 {
  font-size: 45px;
  font-family: "Helvetica Neue Condensed";
  color: #1c1c1b;
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
}
.title hr {
  background-color: #1c1c1b;
  width: 50px;
  height: 2px;
  float: left;
}
p.title {
  font-size: 20px;
  font-family: "Helvetica Neue Condensed";
  color: #1c1c1b;
  padding-top: 10px;
  text-align: left;
  position: relative;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.vacancies .title hr {
  background-color: #1c1c1b;
  width: 40px;
  height: 2px;
  float: left;
}
.vacancies .title h1:after {
  content: "";
  display: block;
  letter-spacing: 3px;
  width: 6%;
  padding-top: 25px;
  border-bottom: 4px solid #1c1c1b;
}
.careers .paragraph {
  font-size: 20px;
  font-family: "Helvetica Neue Condensed";
  color: #1c1c1b;
  padding-top: 10px;
  text-align: left;
  position: relative;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.careers .paragraph-thin {
  font-size: 18px;
  font-family: "Helvetica Neue Thin Condensed";
  color: #1c1c1b;
  padding-top: 10px;
  text-align: center;
  position: relative;
  line-height: 1.3em;
  letter-spacing: 0.05em;
}
.paragraph ul {
  display: block;
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 20px;
}
.paragraph ul li {
  font-size: 20px;
  font-family: "Helvetica Neue Condensed";
  color: #1c1c1b;
  text-align: left;
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.vacancies .paragraph {
  font-size: 20px;
  font-family: "Helvetica Neue Condensed";
  color: #1c1c1b;
  text-align: left;
  position: relative;
  padding-top: 30px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.paragraph p {
  margin-bottom: 2em;
}
thead > tr > th {
  width: 50%;
  font-size: 24px;
  font-family: "Helvetica Neue Condensed";
  line-height: 1.2;
  letter-spacing: 0.07em;
}
tbody > tr > td {
  font-size: 20px;
  font-family: "Helvetica Neue Condensed";
  color: #1c1c1b;
  line-height: 1.2;
  letter-spacing: 0;
  -moz-transform: matrix(0.99984997413448, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(0.99984997413448, 0, 0, 1, 0, 0);
  -ms-transform: matrix(0.99984997413448, 0, 0, 1, 0, 0);
}
#general-inquiry-link {
  color: #ff4713;
}
.vacancy-select {
  position: absolute;
  top: 90px;
  right: 85px;
}
@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .vacancy-select {
    top: 125px;
    right: 85px;
  }
}
.vacancy-details .paragraph {
  font-size: 20px;
  font-family: "Helvetica Neue Condensed";
  color: #1c1c1b !important;
  text-align: left;
  position: relative;
  padding: 5px 35px 5px 5px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.vacancy-details .paragraph * {
  font-size: 20px;
  font-family: "Helvetica Neue Condensed";
  color: #1c1c1b;
  text-align: left;
  position: relative;
  /* padding-left: 20px; */
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.error {
  border-color: #1c1c1b !important;
}
.success {
  color: #3e8f3e !important;
  border-color: #3e8f3e !important;
}
form p.response {
  font-family: "Helvetica Neue Condensed";
  font-size: 16px;
  color: #dc3545;
  height: 20px;
  margin-top: 20px;
  margin-bottom: 40px !important;
}
input.form-control {
  border: 2px solid #1c1c1b;
  border-radius: 0;
  background: 0 0;
  font-family: "Helvetica Neue Condensed";
  color: rgba(19, 41, 80, 0.549);
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
input.form-control:focus {
  outline-style: none;
  box-shadow: none;
  background: 0 0;
  border: 2px solid #1c1c1b;
}
button.btn {
  border-radius: 0;
}
button.btn:focus {
  border-style: none;
  outline-style: none;
  border: solid 2px #1c1c1b;
  box-shadow: none;
}
#submit-btn,
#submit-btn2 {
  margin-left: -50px;
}
#inputFilter {
  font-size: 16px;
  font-family: "Helvetica Neue Condensed";
  background-color: #f6f6f6;
  border: 1px solid #535965;
  border-radius: 0;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#inputFilter:hover {
  box-shadow: none;
}
.form-group label {
  position: relative;
  width: fit-content;
  font-size: 18px;
  font-family: "Helvetica Neue Condensed";
  color: #1c1c1b;
  text-transform: uppercase;
  line-height: 0.549;
  text-align: left;
}
label#\#bb,
label#\#bbb {
  width: 100%;
}
#\#bb {
  padding: 5px 15px;
  margin-bottom: 35px;
  display: table;
  border: 2px dotted rgba(19, 41, 80, 0.5);
  border-radius: 0;
  background: 0 0;
  font-size: 1rem;
  font-family: "Helvetica Neue Condensed";
  color: rgba(19, 41, 80, 0.549);
  text-transform: uppercase;
  line-height: 2.16;
  text-align: left;
}
#\#bbb {
  padding: 5px 15px;
  margin-bottom: 20px;
  display: table;
  border: 2px dotted rgba(19, 41, 80, 0.5);
  border-radius: 0;
  background: 0 0;
  font-size: 1rem;
  font-family: "Helvetica Neue Condensed";
  color: rgba(19, 41, 80, 0.549);
  text-transform: uppercase;
  line-height: 1.9;
  text-align: left;
}
#resume,
#resume2 {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
#input_1,
#input_5 {
  padding: 0 15px 0 0;
}
#input_2,
#input_6 {
  padding: 0 0 0 15px;
}
#input_3,
#input_7 {
  padding: 0 15px 0 0;
}
#input_4,
#input_8 {
  padding: 0 0 0 15px;
}
textarea {
  background: 0 0;
  border: solid 2px #1c1c1b;
  height: 100px;
  width: 100%;
  margin-top: 5px;
  color: rgba(19, 41, 80, 0.549);
  padding-left: 20px;
  padding-top: 10px;
  font-family: "Helvetica Neue Condensed";
  font-size: 16px;
  line-height: 2.16;
}
textarea::placeholder {
  font-family: "Helvetica Neue Condensed";
  font-size: 14px;
}
select#inputDepartment.form-control {
  border: 2px solid #1c1c1b;
  border-radius: 0;
  background: 0 0;
  font-size: 1rem;
  font-family: "Helvetica Neue Condensed";
  color: rgba(19, 41, 80, 0.549);
  text-transform: uppercase;
  line-height: 2.16;
  text-align: left;
  height: 43px;
}
select#inputDepartment.form-control:focus {
  outline-style: none;
  box-shadow: none;
  background: 0 0;
  border: 2px solid #1c1c1b;
}
option {
  font-family: "Helvetica Neue Thin Condensed";
  font-size: 1rem;
  color: #1c1c1b;
}
.page-link {
  background-color: #fff;
  border: 1px solid #1c1c1b;
  border-radius: 0;
  color: #1c1c1b;
  position: relative;
  padding: 0.5rem 0.75rem;
  display: inline-block;
  line-height: 20px;
  font-family: "Helvetica Neue Condensed";
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  transition: all 0.3s;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
}
.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item:last-child .page-link {
  margin-right: 0;
}
.page-link:hover {
  background-color: #1c1c1b;
  border: 1px solid #1c1c1b;
  color: #fff;
}
.page-item .page-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #1c1c1b;
  border-color: #1c1c1b;
}
.page-item.disabled .page-link {
  color: rgba(15, 62, 113, 0.5);
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: rgba(15, 62, 113, 0.4);
}
#requirements-list,
#vacancy-requirements ul {
  display: block;
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 20px;
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
  h2 {
    font-size: 1.2rem;
  }
  .banner {
    content: url(../images/careers/banner-mobile.png);
  }
  .careers {
    padding: 40px 25px 30px;
  }
  .paragraph p {
    margin-bottom: 2em;
  }
  .vacancies {
    padding: 40px 25px 30px;
  }
  .apply-form {
    padding: 50px 25px;
  }
  .vacancy-details {
    padding: 0;
  }
  #vacancy-details-mobile {
    background-color: #fff;
    padding: 40px 40px 20px;
    margin: 20px;
  }
  #separator {
    display: none;
  }
  #vacancy-mobile {
    background-color: #f0f2f2;
  }
  .vacancy-select {
    margin: 20px 0;
    top: 80px;
    right: 15px;
  }
  .form-group label {
    font-size: 14px;
    line-height: 0.6;
    padding: 15px 0 5px;
  }
  .careers .title h1,
  .vacancy-details .title h1 {
    font-size: 30px;
  }
  .apply-form .title h1 {
    font-size: 25px;
  }
  .vacancies .title h1 {
    font-size: 20px;
  }
  .title hr {
    width: 30px;
    height: 2px;
  }
  .careers .paragraph {
    font-size: 20px;
  }
  .paragraph ul li {
    font-size: 20px;
  }
  .vacancies .paragraph {
    font-size: 20px;
  }
  .vacancy-details .paragraph {
    font-size: 20px;
    padding: 0 10px;
  }
  .vacancy-details .title h1 {
    font-size: 25px;
    line-height: 0.549;
  }
  .vacancy-details .title h2 {
    font-size: 20px;
    line-height: 0.549;
  }
  .vacancy-details .paragraph ul li {
    font-size: 18px;
    line-height: 1.51;
  }
  #responsibilities {
    background-color: #fff;
    padding: 10px 40px 20px;
    margin: 20px;
  }
  #apply {
    background-color: #fff;
    padding-bottom: 50px;
  }
  button span {
    margin-left: 0;
  }
  textarea {
    margin-top: 0;
  }
  #apply-now-link {
    margin: 0 0 4em 1.5em;
  }
}
@media only screen and (max-width: 600px) {
  .careers .paragraph-thin {
    text-align: justify;
  }
  h2 {
    font-size: 1rem;
  }
  .banner {
    content: url(../images/careers/banner-mobile.png);
  }
  .apply-form,
  .careers {
    padding: 40px 20px 20px;
  }
  .vacancy-details {
    padding: 0;
  }
  .title p {
    font-size: 14px;
    padding-top: 30px;
  }
  #responsibilities,
  #vacancy-details-mobile {
    background-color: #fff;
    padding: 40px 20px 20px;
    margin: 10px 0;
  }
  .vacancies {
    padding: 40px 20px 10px;
  }
  .vacancy-select {
    position: relative;
    top: 0;
    left: 0;
  }
  #vacancy-select-form {
    width: 100%;
  }
  .form-group label {
    font-size: 16px;
    line-height: 1;
    padding: 15px 0 15px;
  }
  #vacancy-mobile {
    background-color: #f0f2f2;
  }
  .careers .title h1 {
    font-size: 30px;
    line-height: 0.549;
  }
  .vacancy-details .title h1 {
    font-size: 25px;
    line-height: 0.549;
  }
  .vacancy-details .title h2 {
    font-size: 20px;
    line-height: 0.549;
  }
  .apply-form .title h1 {
    font-size: 20px;
  }
  .vacancies .title h1 {
    padding: 0 0 0 30px;
    letter-spacing: 1px;
    font-size: 23px;
  }
  h2.title {
    font-size: 20px;
  }
  .apply-form .title h1:after,
  .title h1:after,
  .vacancies .title h1:after {
    content: "";
    display: block;
    width: 12%;
    padding-top: 20px;
    border-bottom: 3px solid #1c1c1b;
  }
  .title hr {
    width: 32px;
    height: 1px;
  }
  .vacancies .title hr {
    margin-left: 25px;
    width: 32px;
    height: 1px;
  }
  .careers .paragraph {
    text-align: justify;
    padding-top: 0;
    padding-right: 0;
    font-size: 16px;
  }
  .paragraph p {
    margin-bottom: 2em;
  }
  .paragraph ul li {
    font-size: 16px;
  }
  .vacancies .paragraph {
    padding: 10px 0 0;
    font-size: 16px;
  }
  table tr td,
  table tr th {
    width: 50%;
    font-size: 15px;
  }
  .vacancy-details .paragraph {
    padding: 0;
    font-size: 16px;
  }
  p.title {
    font-size: 16px;
  }
  #apply,
  #general-inquiry {
    background-color: #fff;
    padding-bottom: 50px;
  }
  button span {
    margin-left: 0;
  }
  #submit-btn,
  #submit-btn2 {
    margin-left: 0;
  }
  #input_1,
  #input_2,
  #input_3,
  #input_4,
  #input_5,
  #input_6,
  #input_7,
  #input_8 {
    padding: 0;
  }
  textarea {
    margin-top: 0;
  }
  #apply-now-link {
    margin: 0 0 4em 0;
  }
}

[dir="rtl"] .title h1,
[dir="rtl"] h2.title,
[dir="rtl"] .vacancies .title h1,
[dir="rtl"] p.title,
[dir="rtl"] .careers .paragraph,
[dir="rtl"] .paragraph ul li,
[dir="rtl"] .vacancies .paragraph,
[dir="rtl"] .vacancy-details .paragraph {
  text-align: right;
}
[dir="rtl"] .title hr,
[dir="rtl"] .vacancies .title hr {
  float: right;
}
[dir="rtl"] .paragraph ul,
[dir="rtl"] .paragraph ul li {
  padding-left: unset;
  padding-right: 20px;
}
[dir="rtl"] .vacancy-select {
  right: unset;
  left: 85px;
}
@media only screen and (min-width: 901px) and (max-width: 1280px) {
  [dir="rtl"] .vacancy-select {
    right: unset;
    left: 85px;
  }
}
[dir="rtl"] .vacancy-details .paragraph {
  padding: 5px 5px 5px 35px;
}
[dir="rtl"] .vacancy-details .paragraph ul li {
  text-align: right;
}
[dir="rtl"] #submit-btn,
[dir="rtl"] #submit-btn2 {
  margin-right: -50px;
  margin-left: unset;
}
.form-group label,
[dir="rtl"] #\#bb,
[dir="rtl"] #\#bbb {
  text-align: right;
}
[dir="rtl"] #resume,
[dir="rtl"] #resume2 {
  left: 0;
  right: unset;
}
[dir="rtl"] #input_1,
[dir="rtl"] #input_5 {
  padding: 0 0 0 15px;
}
[dir="rtl"] #input_2,
[dir="rtl"] #input_6 {
  padding: 0 15px 0 0;
}
[dir="rtl"] #input_3,
[dir="rtl"] #input_7 {
  padding: 0 0 0 15px;
}
[dir="rtl"] #input_4,
[dir="rtl"] #input_8 {
  padding: 0 15px 0 0;
}
[dir="rtl"] textarea {
  padding-right: 20px;
  padding-left: unset;
}
[dir="rtl"] select#inputDepartment.form-control {
  text-align: right;
}
[dir="rtl"] .page-item:first-child .page-link {
  margin-left: unset;
  margin-right: 0;
}
[dir="rtl"] .page-item:last-child .page-link {
  margin-right: unset;
  margin-left: 0;
}
[dir="rtl"] #requirements-list,
[dir="rtl"] #vacancy-requirements ul {
  padding-left: unset;
  padding-right: 20px;
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
  [dir="rtl"] .vacancy-select {
    left: 15px;
    right: unset;
  }
  [dir="rtl"] button span {
    margin-left: unset;
    margin-right: 0;
  }
  [dir="rtl"] #apply-now-link {
    margin: 0 1.5em 4em 0;
  }
}
@media only screen and (max-width: 600px) {
  [dir="rtl"] .vacancy-select {
    left: unset;
    right: 0;
  }
  [dir="rtl"] .vacancies .title h1 {
    padding: 0 30px 0 0;
  }
  [dir="rtl"] .vacancies .title hr {
    margin-left: unset;
    margin-right: 25px;
  }
  [dir="rtl"] .careers .paragraph {
    padding-right: unset;
    padding-left: 0;
  }
  [dir="rtl"] button span,
  [dir="rtl"] #submit-btn,
  [dir="rtl"] #submit-btn2 {
    margin-left: unset;
    margin-right: 0;
  }
}
