/* Final EJM icon cascade repair.
 * The SecurityTalent EJM system plugin loads after the template and assigns
 * icons to a legacy JA Company font URL. Outrank that route-scoped selector
 * and use the template's bundled Font Awesome files instead.
 */
html body.st-ejm-page i.fa,
html body.st-ejm-page i.fas,
html body.st-ejm-page i.fa-solid,
html body.st-ejm-page span.fa,
html body.st-ejm-page span.fas,
html body.st-ejm-page span.fa-solid {
  font-family: "STEjmFontAwesomeSolid" !important;
  font-style: normal !important;
  font-weight: 900 !important;
  font-size: 1em !important;
  line-height: 1 !important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html body.st-ejm-page i.far,
html body.st-ejm-page i.fa-regular,
html body.st-ejm-page span.far,
html body.st-ejm-page span.fa-regular {
  font-family: "STEjmFontAwesomeRegular" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 1em !important;
  line-height: 1 !important;
}

html body.st-ejm-page i.fab,
html body.st-ejm-page i.fa-brands,
html body.st-ejm-page span.fab,
html body.st-ejm-page span.fa-brands {
  font-family: "STEjmFontAwesomeBrands" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 1em !important;
  line-height: 1 !important;
}

html body.st-ejm-page i.fa::before,
html body.st-ejm-page i.fas::before,
html body.st-ejm-page i.far::before,
html body.st-ejm-page i.fab::before,
html body.st-ejm-page span.fa::before,
html body.st-ejm-page span.fas::before,
html body.st-ejm-page span.far::before,
html body.st-ejm-page span.fab::before {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}
