/* Styling for the WEB FORMS - Sam Miller 
------------------------------------------ */
.form-required::after {
  content: " *";
color: red;
  font-size:small;
  -webkit-background-size: calc(1.5em + 0.75rem + 2px) / 2
    calc(1.5em + 0.75rem + 2px) / 2;
  background-size: calc(1.5em + 0.75rem + 2px) / 2 calc(1.5em + 0.75rem + 2px) /
    2;
  width: calc(1.5em + 0.75rem + 2px) / 2;
  height: calc(1.5em + 0.75rem + 2px) / 2;
  margin: 0 0.3em;
}

.form-file.form-control {
  width: 600px !important;
}
section.container-nnswlhd-webform {
  width: 60rem;
}
.nnswlhd-webform-container .m-5 {
  margin: 1rem;
}
input.nnswlhd-text-box {
  background-color: #f6f6f6;
  min-width:100px;
}

.nnswlhd-radio-box {
  margin-left: 20px;
}
textarea.nnswlhd-textarea-box {
  width: 700px;
}
.wf_subheading {
  font-size: 0.9rem;
  padding-bottom: 5px;
}

h2.webform-section-title {
  font-size: 1.7rem;
    padding-top: 15px;
    padding-bottom: 15px;
}
.nnswlhd-webform-flexcolumns {
  padding: 0px !important;
}
.nnswlhd-webform-flexcolumns-lm {
  margin-left: 12px !important;
}

span.fieldset-legend,
label.legend-label {
  font-size: 1rem;
}
fieldset.js-form-item.m-5 {
  margin: 1rem !important;
}
fieldset {
      padding-left: 0.9rem !important;
}
h1,h2,h3,h4,h5 {
  padding-top:20px;
}
.nnswlhd-details-accordion {
    background-color: #002664;
    color: white;
    height: 45px;
    padding-top: 9px;
}
.nnswlhd-textbox {
  margin-left: 15px !important;
}