/* FAS glyphs were not rendering; hide them so empty boxes do not show. */
html body .fas,
html body i.fa:not(.far):not(.fal):not(.fab):not(.fad),
html body span.fas,
html body span.fa:not(.far):not(.fal):not(.fab):not(.fad),
html body .field-icon {
  display: none !important;
}

html body i.far,
html body span.far,
html body .far:before {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
html body i.fal,
html body span.fal,
html body .fal:before {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 300 !important;
  font-style: normal !important;
}
html body i.fab,
html body span.fab,
html body .fab:before {
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
html body i.fad,
html body span.fad,
html body .fad:before,
html body .fad:after {
  font-family: "Font Awesome 5 Duotone" !important;
  font-weight: 900 !important;
  font-style: normal !important;
}
