/* NAV BAR */

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

.AL_Custom_NavSearchBar input[type="search"]  {
color: #fff !important;
height: 40px !important;
background-color: transparent !important;
border-color: #2e2e2e !important;
border-radius: 40px !important;
}

a.AL_Custom_NavLoginButton {
background: #ffcc00 !important;
color: #2e2e2e !important;
border: 0px !important;
border-radius: 40px !Important;
font-weight: 600 !important;
line-height: 35px !Important;
}

/* HERO */

.AL_Custom_NavBg {
padding-top: 160px !Important;
padding-bottom: 120px !important;
}

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

.AL_Custom_BannerMainHeading {
font-size: 3.5rem !important;
font-weight: 600 !important;
}

.AL_Custom_BannerCta, .AL_Custom_PCSummaryCta {
background: #ffcc00 !important;
color: #2e2e2e !important;
border: 0px !important;
border-radius: 40px !Important;
font-weight: 600 !important;
}


/* TAB BAR */

.AL_Custom_TabBarTab {
border: 0px !important;
border-radius: 40px !important;
padding: 8px 15px !important; 
margin: 15px 10px !important; 
}

a:hover.AL_Custom_TabBarTab {
background: #484848 !important;
color: #fff !important;
}

a.active.AL_Custom_TabBarTab {
background: #ffcc00 !important;
color: #2e2e2e !important;
}



/* PAGE SPECIFIC */

div[id^="AcademyLearnerProfileMyTrainings-"] .AL_Custom_NavBg {
height: 40px !important;
padding-top: 0px !Important;
padding-bottom: 0px !important;
background: #000 !important;
}