.form-step {
  display: none !important; 
}

.form-step.active {
  display: block !important; 
}






/*
.career-intro {
  font-family: Footlight MT Light;
}

.text-decoration-underline {
  text-decoration: underline;
}
.fs-1 {
  font-size: 1em;
}

*/



/* Style the form */
/*
#careersApplicationForm {
  background-color: #ffffff;
  margin: 100px auto;
  padding: 40px;
  width: 90%;
  min-width: 300px;
}
*/
/* Style the input fields */
/*
#careersApplicationForm input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
.invalidInput,
.invalidPhoneInput,
.invalidSelect {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
/*.tab {
  display: none;
}
*/
