/*
Career Area Style
======================================================*/
.fww-careers-table h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}
.fww-careers-table table {
  margin-bottom: 0 !important;
}
.fww-careers-table tbody {
  border: unset;
}
.fww-careers-table tbody tr {
  border-bottom: 1px solid #dfdfdf;
}
.fww-careers-table tbody tr:last-child {
  border-bottom: unset;
}
.fww-careers-table tbody tr td {
  vertical-align: middle;
  white-space: nowrap;
  font-size: 14px;
  color: var(--headingColor);
  font-weight: 500;
  padding: 30px 0;
  border: unset !important;
}
.fww-careers-table tbody tr td h4 {
  font-size: 14px;
}
.fww-careers-table tbody tr td h4 a {
  color: var(--headingColor);
  transition: var(--transition);
  font-weight: 500;
}
.fww-careers-table tbody tr td h4 a:hover {
  color: var(--redColor);
}
.fww-careers-table tbody tr td span {
  font-weight: 400;
  color: var(--paragraphColor);
}
.fww-careers-table tbody tr td.availability {
  padding-left: 90px;
}
.fww-careers-table tbody tr td.deadline {
  padding-left: 90px;
}
.fww-careers-table tbody tr td.apply-btn {
  text-align: end;
}

.fww-careers-description-content {
  padding-right: 70px;
}
.fww-careers-description-content h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
.fww-careers-description-content .description-top-content h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.fww-careers-description-content .description-top-content ul {
  padding-left: 0;
  margin-bottom: 0;
}
.fww-careers-description-content .description-top-content ul li {
  margin-bottom: 12px;
  font-weight: 500;
  color: var(--headingColor);
  list-style-type: none;
}
.fww-careers-description-content .description-top-content ul li span {
  font-weight: 400;
  color: var(--paragraphColor);
}
.fww-careers-description-content p {
  font-size: 16px;
}
.fww-careers-description-content .list {
  padding-left: 0;
  margin-bottom: 0;
}
.fww-careers-description-content .list li {
  margin-bottom: 12px;
  list-style-type: none;
  font-size: 16px;
  position: relative;
  padding-left: 15px;
}
.fww-careers-description-content .list li::before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: var(--headingColor);
  left: 0;
  top: 8px;
}
.fww-careers-description-content .list li:last-child {
  margin-bottom: 0;
}
.fww-careers-description-content h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 12px;
}
.fww-careers-description-content h3:not(first-child) {
  margin-top: 25px;
}

.fww-apply-form h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 25px;
}
.fww-apply-form .form-group {
  margin-bottom: 25px;
}
.fww-apply-form .form-group .drug-folder {
  padding: 40px;
  width: 100%;
  border: 1px solid #dfdfdf;
  cursor: pointer;
  text-align: center;
}
.fww-apply-form .form-group .drug-folder .icon {
  margin-bottom: 10px;
}
.fww-apply-form .form-group label {
  color: var(--headingColor);
  margin-bottom: 5px;
}
.fww-apply-form .form-group .form-check .form-check-input {
  height: 16px;
  width: 16px;
  background-color: unset;
  border-radius: 0;
  box-shadow: unset;
  border-color: var(--paragraphColor);
}
.fww-apply-form .form-group .form-check .form-check-input:checked[type=checkbox] {
  background-image: url(../images/icon/check-icon.svg);
  background-size: 10px;
}
.fww-apply-form .form-group .form-check label {
  position: relative;
  top: 1px;
}
.fww-apply-form .form-group .form-check label a {
  color: var(--headingColor);
}

@media only screen and (max-width: 767px) {
  .fww-careers-table h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .fww-careers-table tbody tr td {
    padding: 15px 0;
  }
  .fww-careers-table tbody tr td.availability {
    padding-left: 30px;
  }
  .fww-careers-table tbody tr td.deadline {
    padding-left: 30px;
    padding-right: 40px;
  }
  .fww-careers-description-content {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .fww-careers-description-content h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .fww-careers-description-content h3 {
    font-size: 18px;
  }
  .fww-careers-description-content h3:not(first-child) {
    margin-top: 20px;
  }
  .fww-apply-form h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .fww-apply-form .form-group .drug-folder {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fww-careers-table h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .fww-careers-table tbody tr td {
    padding: 15px 0;
  }
  .fww-careers-table tbody tr td.availability {
    padding-left: 30px;
  }
  .fww-careers-table tbody tr td.deadline {
    padding-left: 30px;
    padding-right: 40px;
  }
  .fww-careers-description-content {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .fww-careers-description-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .fww-careers-description-content h3 {
    font-size: 18px;
  }
  .fww-careers-description-content h3:not(first-child) {
    margin-top: 20px;
  }
  .fww-apply-form h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .fww-apply-form .form-group .drug-folder {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .fww-careers-table h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .fww-careers-table tbody tr td {
    padding: 20px 0;
  }
  .fww-careers-table tbody tr td.availability {
    padding-left: 60px;
  }
  .fww-careers-table tbody tr td.deadline {
    padding-left: 60px;
  }
  .fww-careers-description-content {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .fww-careers-description-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .fww-careers-description-content h3 {
    font-size: 18px;
  }
  .fww-careers-description-content h3:not(first-child) {
    margin-top: 20px;
  }
  .fww-apply-form h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .fww-apply-form .form-group .drug-folder {
    padding: 30px;
  }
}/*# sourceMappingURL=career.css.map */