/* Virtual Care Plan — join-now only (BS4 + FA5 Pro link).
   Overrides default.css mega-nav hamburger: FA5 font stack + visible ::after. */

.mega-nav .nav-btn.nav-btn-open.hamb::after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  content: "\f0c9";
}

.mega-nav .nav-btn.nav-btn-close.hamb::after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  content: "\f00d";
}
