/* Text Styles */
.brown-asterisk {
  color: brown !important;
}

.bold-underline {
  font-weight: bold !important;
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}

/* Layout Styles */
.br-spacing {
  margin-bottom: 1em !important;
}

/* Form Styles */
.field-label-space {
  margin-bottom: 0.5em !important;
}

.stepBlocks {
  display: none;
}

#formFillingOptions {
  display: none;
}

#portalUrl {
  color: #cc4c02 !important;
  font-weight: 700 !important;
}

#portalUrl:hover {
  opacity: 0.8;
}

#portalUrl:focus-visible {
  opacity: 0.8;
}

.form-section:nth-child(2) {
  border: 3px solid #cc4c02 !important;
}

.innerPageListGrid {
  width: 100%;
}

