.apply-button {
  background-color: #151515;
  margin-top: 0px;
}

.apply-button:hover {
  background-color: #151515;
}

.awx-lst-jobs a:hover {
  color: #cbfb45 !important;
  opacity: 1;
}

#form-field-field_job_title,
#form-field-field_location {
}

#awx-txt-job-title {
  font-size: 48px !important;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
}

#awx-txt-location {
  font-size: 24px !important;
  font-weight: 300;
  text-transform: uppercase;
  color: #cbfb45;
}

@media (max-width: 992px) {
  .apply-button {
    margin-top: 30px;
  }
}
