#hci-job-application fieldset {
  margin-bottom: 2em;
}
#hci-job-application legend {
  color: #0f719e;
  font-size: 1.3em;
  font-weight: 700;
  margin: 20px 0;
  padding-top: 10px;
  width: 100%;
}
#hci-job-application .form-field + .form-field {
  margin-top: 1em;
}
#hci-job-application label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5em;
}
#hci-job-application .form-check label {
  font-weight: 400;
}
#hci-job-application input:not([type=radio], [type=checkbox]),
#hci-job-application textarea,
#hci-job-application select {
  border: 1px solid #ced5d9;
}
#hci-job-application [type=radio],
#hci-job-application [type=checkbox] {
  margin-right: 0.5em;
  vertical-align: baseline;
}
#hci-job-application select {
  padding: 0.2em;
}
#hci-job-application textarea {
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
  min-height: 2.5em;
}
#hci-job-application canvas {
  background-color: #f9fafa;
  border: 1px solid #ced5d9;
}
#hci-job-application p {
  margin-top: 0;
  margin-bottom: 1.5em;
}
#hci-job-application [type=submit],
#hci-job-application [type=button],
#hci-job-application button {
  width: auto;
}
#hci-job-application .school-group,
#hci-job-application .reference-group,
#hci-job-application .work-history {
  background-color: rgba(211, 233, 243, 0.1);
  border: 1px solid #d3e9f3;
  padding: 0.5em;
}
#hci-job-application .school-group legend,
#hci-job-application .reference-group legend,
#hci-job-application .work-history legend {
  display: inline-block;
  width: auto;
  padding: 0.2em;
  border-bottom: none;
  font-size: 1em;
  opacity: 0.7;
  text-align: left;
  text-transform: uppercase;
}
#hci-job-application .work-history {
  position: relative;
}
#hci-job-application .remove-job-btn {
  position: absolute;
  top: -50px;
  right: -20px;
  font-size: 1.5em;
  background-color: white;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  display: none;
  border: 1px solid #eee;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

/*# sourceMappingURL=form.css.map */
