@media (min-width: 767px) {
  .AL_Custom_Template {
    padding-top: 56px;
  }

  /* Navigation */
  .AL_Custom_NavContentWrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 80px) !important;
    max-width: 100% !important;
    background: white;
    padding: 11px 40px !important;
  }
}

/* Searchbar */
.AL_Custom_NavSearchBar {
  background: #f3f4f5 !important;
}

.AL_Custom_NavSearchBar input {
  text-align: center !important;
}

@media (min-width: 767px) {
  /* Banner */
  .AL_Custom_NavBg {
    min-height: 300px;
    display: flex;
    align-items: center;
  }

  .AL_Custom_NavBg > div{
    margin-left: 0 !important;
  }

  .AL_Custom_BannerMainHeading {
    font-size: 32px !important;
  }

  .AL_Custom_BannerSubHead {
    max-width: 525px;
  }
}

/* Tab Bar */
.AL_Custom_TabBar {
  margin-top: 24px;
  background-color: white !important;
}

.AL_Custom_TabBarTab {
  color: #0a0e12 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-weight: normal;
}

/* Card */
.AL_Custom_ContentTypeLabel {
  color: #141b2466 !important;
}

.AL_Custom_ItemsCount {
  color: #141b2466 !important;
}

.AL_Custom_CardDescription {
  color: #141b24cc !important;
}

.AL_Custom_CardFooter {
  color: #141b2466 !important;
  font-weight: normal !important;
  font-size: 16px !important;
}

.AL_Custom_CardFooter::before {
  height: 1px !important;
  background: #141b241a;
}

.AL_Custom_CardFooter::after {
  display: none !important;
}

/* Training Page */
.AL_Custom_BannerCta {
  background-color: #0a0e12 !important;
  color: #ffffffb2 !important;
  font-weight: normal !important;
  border-radius: 8px !important;
}

.AL_Custom_BreadcrumbBar a span {
  color: #020202 !important;
}

.AL_Custom_GOSectionContainer {
  border: none !important;
}

@media (min-width: 767px) {
  .AL_Custom_GOOutlineWrapper {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    
  }

  .AL_Custom_GOHeaderContainer {
    width: 33.333%;
  }

  .AL_Custom_GOSectionContainer {
    width: calc(66.666% - 50px);
    border: none !important;
  }
}

.AL_Custom_GOSectionTitle {
  background-color: #f3f4f5;
  padding-left: 0 !important;
  border: none !important;
  height: 32px !important;
}

.AL_Custom_GOSectionTaskContainer {
  padding-left: 0 !important;
  border-bottom: 1px solid #141b241a !important;
  padding-bottom: 32px !important;
  margin-bottom: 32px;
}

.AL_Custom_CompletionStatusDot {
  height: 8px !important;
  width: 8px !important;
  margin-right: 8px !important;
}

/* Certification Paths */
@media (min-width: 767px) {
  .AL_Custom_PCOverviewContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
  }

  .AL_Custom_PCSummaryBox {
    width: 33.333%;
  }

  .AL_Custom_PCModuleBoxes {
    width: calc(66.666% - 50px);
  }
}

.AL_Custom_PCPathLine {
  display: none;
}

.AL_Custom_PCInnerSummaryBox {
  display: inline-block !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.AL_Custom_PCInnerSummaryBox * {
  text-align: left !important;
  font-size: 14px !important;
  width: 100% !important;
}

.AL_Custom_PCTitle {
  font-size: 30px !important;
  color: #0a0e12 !important;
}

.AL_Custom_PCModuleCount {
  color: #0a0e12 !important;
}

.AL_Custom_PCDuration {
  color: #0a0e12 !important;
}

.AL_Custom_PCSummaryBox svg {
  margin-right: auto;
  width: auto !important;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

.AL_Custom_PCSummaryBox div {
  text-align: left !important;
}

.AL_Custom_PCSummaryImage {
  display: none !important;
}

.AL_Custom_PCSummaryCta {
  margin-top: 20px;
  padding-left: 16px !important;
  padding-right: 16px !important;
  margin-left: 0 !important;
  font-weight: normal !important;
  color: #ffffffb2 !important;
  border-radius: 8px !important;
}

.AL_Custom_PCSummaryCta div {
  text-align: center !important;
}

.AL_Custom_PCModuleBox {
  width: 100% !important;
  margin-left: 0 !important;
  border-top: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.AL_Custom_PCModuleTitle {
  font-weight: normal !important;
  margin-top: 0 !important;
}

.AL_Custom_PCModulePassingStatus {
  display: flex;
  flex-direction: row !important;
  justify-content: flex-start !important;
}

.AL_Custom_PCModuleDuration {
  font-size: 12px !important;
  width: 100%;
  text-align: left;
  margin-top: 5px !important;
}

.AL_Custom_PCModuleBoxOuterWrapper {
  margin-bottom: 0px !important;
}

.AL_Custom_PCModuleInnerWrapper {
  padding-top: 16px !important;
  padding-bottom: 24px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  flex-wrap: wrap;
}

.AL_Custom_PCModuleInnerWrapper span:first-child,
.AL_Custom_PCModuleInnerWrapper svg {
  display: none;
}

.AL_Custom_PCToggledContent {
  display: block !important;
  border: none !important;
  padding-bottom: 24px !important;
  border-bottom: 1px solid #141b241a !important;
}

.AL_Custom_PCModuleGuideSection {
  padding-left: 0 !important;
  border: none !important;
}

.AL_Custom_PCModuleGuideTaskTitleWrapper {
  padding-left: 0 !important;
}

.AL_Custom_PCShowHideToggleWrapper {
  display: none !important;
}

.AL_Custom_PCEarnedIcon {
  display: none !important;
}

/* Certification style */

.NiPzu  {
display: none !important;
} 

.eukAPG {
display: none !important;
} 

.jTZyzQ {
color: red !important;
display: none !important;
}

.kkHsjY {
right: 230px !important;
}


/* Certification name and title */

.jdZOuD{
 padding-top: 390px !important;
}

.gwNYPv{
font-family: Graphik !important;
font-weight: 400 !important;
}

.dbsDIV{
padding-bottom: 50px !important;
}

/* adjust the date 
of the certificates */

.fHHoHi {
font-family: Graphik !important;
margin-bottom: 74px !important;
padding-left: 118px !important;
}

/* .fxVEEz.fxVEEz{
font-family: Graphik !important;
padding-bottom: 126px  !important;
padding-left: 120px  !important;
}*/
