label.move-top {
  opacity: 0.8 !important;
  font-size: 10px !important;
  top: -16px !important;
  color: #31932e !important;
  font-weight: 500 !important;
}

/* CAREER PAGE */
@media (min-width: 1200px) {
  .contact-section-career .col--text,
  .contact-section-career .col--form {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

/* CAREER PAGE FORM */
.col--files:hover .file-input__btn {
  border: 1px solid #31932E;
  color: #fff;
  background-color: #31932E;
}

@media (max-width: 1199.98px) {
  .col--files .labels {
    margin-bottom: 15px;
  }
}

.col--files span[data-name="your-file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.col--files span[data-name="your-file"] input {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.col--files .file-input__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
}
@media (max-width: 1199.98px) {
  .col--files .file-input__row {
    padding-top: 0;
  }
}

.col--files .file-input__btn {
  display: inline-block;
  padding: 8px 15px 10px;
  font-size: 15px;
  border: 1px solid #31932E;
  color: #31932E;
  background-color: #fff;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-weight: 300;
  width: 140px;
}
.col--files .file-input__btn:hover {
  border: 1px solid #31932E;
  color: #fff;
  background-color: #31932E;
}

.col--files .file-input__btn::after {
  content: "+";
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-left: 8px;
  background-size: 100%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.col--files .file-input__label {
  width: calc(100% - 140px);
  text-align: right;
  padding: 0 5px;
  color: #bfbfbf;
  font-size: 14px;
  word-break: break-word;
}
@media (max-width: 1199.98px) {
  .col--files .file-input__label {
    padding-right: 1.5rem;
  }
}

.col--files .file-input__delete {
  color: #f24848;
  width: 28px;
  height: 28px;
  font-weight: 400;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9;
  overflow: hidden;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transform: translateX(1.5rem);
  -ms-transform: translateX(1.5rem);
  transform: translateX(1.5rem);
  visibility: hidden;
  opacity: 0;
  font-size: 20px;
}
@media (max-width: 1199.98px) {
  .col--files .file-input__delete {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
}
.col--files .file-input__delete::after {
  content: " \2715 ";
  line-height: 1;
  padding-top: 4px;
}

.col--files.has-file .file-input__delete {
  visibility: visible;
  opacity: 1;
}

.col--files.has-file .file-input__label {
  color: #555b61;
  padding-right: 20px;
}
