.academy-navigation {
  background-color: #fff !important;
  width: 100% !important;
  height: 50px !important;
  margin: 0px !important;
  padding-left: 64px !important;
  padding-right: 64px !important;
  align-items: center !important; }
  .AL_Custom_NavContentWrapper {
  padding: 0px !important; }
  @media (max-width: 767px) {
  .AL_Custom_NavLogo {
  display: none;
  }
  }
  .academy-logo {
  margin-right: 20px !important; }
  a.AL_Custom_NavGoToLink,
  nav.AL_Custom_NavCustomLinksList ul li a {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 500 !important; }
  a.AL_Custom_NavLoginButton {
  border: 0px !important;
  background: #000 !important;
  color: #fff !important; 
  border-radius: 0px !important; }
  .AL_Custom_NavAccountMenuTrigger {
  background-color: #000 !important; }
  .AL_Custom_NavBg {
  padding-top: 185px !important;
  padding-bottom: 120px !important; }
  .AL_Custom_BannerMainHeading {
  font-size: 4rem !important;
  font-weight: 700 !important; }
  .AL_Custom_BannerSubHead {
  font-size: 1.25rem !important; }
  .AL_Custom_BannerCta {
  border: 0px !important;
  background: #fff !important;
  color: #000 !important;
  border-radius: 0px !important;
  font-weight: 600 !important; }
  .AL_Custom_TabBar {
  border-bottom: .5px solid gray !important; }
  a:hover.AL_Custom_TabBarTab {
  border-bottom: transparent !important; }
  a.active.AL_Custom_TabBarTab {
  border-bottom: 0px !important; }
  .AL_Custom_BannerStatsWrapper {
  display: none !important; }
  .AL_Custom_CardDescription {
      font-size: 1.2rem !important;
  }
  @keyframes fadeInAsFallback {
    0% {
      opacity: 0;
    }
    90% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .WR_Custom_GOP_Loading_Screen div.main-content[id^="AcademyLearnerContentOverview"] {
    opacity: 0;
    animation: fadeInAsFallback 0.5s 7s forwards; /* 7s delay before starting, 0.5s duration */
  }
  .WR_Custom_GOP_Loading_Screen > #loader {
    display: block;
  }
  .WR_Custom_GOP_Loading_Screen > #loader #loader-outside {
    box-shadow: none;
  }
  .WR_Custom_GOP_Loading_Screen_Message {
    position: absolute;
    opacity: 1;
    top: 64vh;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: small;
    font-weight: bold;
    color: #555;
  }

  /* Hide these anon-oriented pages from LOGGED-IN users: */
  body.WRAuthenticatedContact .AL_Custom_TabBarTab[href^="/pages/compass-one"],
 body.WRAuthenticatedContact .AL_Custom_TabBarTab[href^="/pages/grow-your-business"],  
body.WRAuthenticatedContact .AL_Custom_TabBarTab[href^="/pages/build-your-brand"],
body.WRAuthenticatedContact .AL_Custom_TabBarTab[href^="/pages/compass-agent-best-practices"],
 body.WRAuthenticatedContact .AL_Custom_TabBarTab[href^="/pages/compass-3-phased-marketing"],
 body.WRAuthenticatedContact .AL_Custom_TabBarTab[href^="/pages/getting-started-with-tech"],
 body.WRAuthenticatedContact .AL_Custom_TabBarTab[href^="/pages/quick-learning-on-the-go"],
body.WRAuthenticatedContact .AL_Custom_TabBarTab[href^="/pages/get-time-back"] {
    display: none !important;
  }
  
  /* Hide COMPASS Academy Home from Logged-Ins - this is the ANON homepage */
  body.WRAuthenticatedContact .AL_Custom_TabBarTab[href^="/pages/compass-academy-home"] {
    display: none !important;
  }
  
  /* Hide these core pages from anonymous users: */
  body.WRAnonymousUser .AL_Custom_TabBarTab[href^="/trainings"], /** this is the homepage for logged-ins */
  body.WRAnonymousUser .AL_Custom_TabBarTab[href^="/paths"],
  body.WRAnonymousUser
.AL_Custom_TabBarTab[href^="/pages/3-phased-marketing"],
body.WRAnonymousUser
.AL_Custom_TabBarTab[href^="/pages/started-with-tech"],
   body.WRAnonymousUser   
.AL_Custom_TabBarTab[href^="/pages/one-client-dashboard"],
   body.WRAnonymousUser
.AL_Custom_TabBarTab[href^="/pages/coaching-compass"],
   body.WRAnonymousUser
.AL_Custom_TabBarTab[href^="/pages/top-agent-best-practices"],
   body.WRAnonymousUser
.AL_Custom_TabBarTab[href^="/pages/employee-enablement"],
 body.WRAnonymousUser
.AL_Custom_TabBarTab[href^="/pages/learning-on-the-go"],
   body.WRAnonymousUser 
  .AL_Custom_TabBarTab[href^="/events"] {
    display: none !important;
  }
a.AL_Custom_PCModuleTitle {
text-decoration: underline !important;
color: #0133ff !important;
}