/* ==========================================================================
    EPDS-US GLOBAL CSS
========================================================================== */

/* Give external links in the main navigation a visual clue to help users know they will be going to a new site */

a.cwf-nav__link[href^="http"]:not(
    a[href*="epds-us.vcu.edu"],
    a[href*="t4.vcu.edu"],
    a[href*="epds-us.staging2.vcu.edu"]
  ):after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f35d";
  margin-left: 0.25rem;
  color: var(--vcu-gold);
}
a.cwf-nav__link[href^="http"]:not(
    a[href*="epds-us.vcu.edu"],
    a[href*="t4.vcu.edu"],
    a[href*="epds-us.staging2.vcu.edu"]
  ):where(:hover, :focus):after {
  color: var(--vcu-black);
}
