/* NAV BAR */

.academy-navigation {
position: relative !important;
background-color: #fff !important;
width: 100% !important;
height: 60px !important;
margin: 0px !important;
padding-left: 64px !important;
padding-right: 64px !important;
align-items: center !important; 
border-bottom: 1px solid #e1e1e1;
}
.AL_Custom_NavContentWrapper {
padding: 0px !important; 
}

nav.AL_Custom_NavCustomLinksList ul li a {
color: #000 !important;
}

a.AL_Custom_NavLoginButton {
background: #006396 !important;
color: #fff !important;
line-height: 40px !Important;
}


/* HERO BANNER */

.AL_Custom_NavBg {
padding-top: 100px !important;
padding-bottom: 100px !important;
}

.academy-content-banner-wrapper {
max-width: 60% !important;
}

.AL_Custom_BannerMainHeading {
font-size: 4rem !important;
}

.AL_Custom_BannerSubHead {
font-size: 1.5rem !important;
}

.AL_Custom_BannerCta {
background: #fff !important;
color: #000 !important;
}

.AL_Custom_PCSummaryCta {
background: #000 !important;
color: #fff !important;
}


/* TAB BAR */

.AL_Custom_TabBarTab {
font-size: 20px !important;
}


/* CERTIFICATIONS */

.CertCertifiedText {
visibility: hidden !important;
}

.CertHasCompletedText span {
font-size: 1.5rem !important; 
}

/* Forces every part of the avatar icon to be black */
svg[class*="DefaultAvatarSvg"] * {
    fill: #000000 !important;
}