[id^=academy_event_] > div > div[class^=StyledRow] > div:nth-child(2) {
    display: none;
}
.AL_Custom_Template.AL_Custom_Template_Trainings .AL_Custom_BannerMainHeading,
.AL_Custom_Template.AL_Custom_Template_MyTrainings .AL_Custom_BannerMainHeading {
  font-size: 0.1px;
  color: transparent;
}
/*
BEGIN: [WorkRamp Supported] Certificate Custom CSS
This CSS is used to customize the look of the WorkRamp Certificate
By: DGP @ WorkRamp. Contact your COM for support of this code.
Note: Requires that you have the Typekit (Adobe Fonts) for Adobe Handwriting Ernie installed, using Custom Scripts
*/
.CertContentInnerWrapper {
    margin-top: 100px;
}
.TopBlueBar {
    display: none;
}
.CertBodyWrapper > img {
    object-fit: contain;
    top: 0;
    height: 695.5px;
}
.CertBodyWrapper {
    background-image: none;
}
.CertHasCompletedText {
    font-size: 0.9em;
}
.CertAwardedByName, .CertAwardedByTitle {display: none;}
.CertContentInnerWrapper .CertCertifiedText {
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 15px;
}
.CertExpiration,
.CertEarnedOn {
    position: absolute;
    bottom: 19%
}
.CertExpiration .Label,
.CertEarnedOn .Label {
    display: none;
}
.CertEarnedOn {
    left: 24%
}
.CertExpiration {
    right: 24%
}
/* the NOTs are there to fight specificity wars, excuse the clutter */
.CertLearnerName:not(.AA):not(.AA):not(.AA):not(.AA):not(.AA):not(.AA):not(.AA):not(.AA):not(.AA):not(.AA):not(.AA):not(.AA):not(.AA):not(.AA):not(.AA):not(.AA):not(.AA) {
    font-family: 'adobe-handwriting-ernie' !important;
    font-weight: normal;
    font-style: normal;
    border-bottom: solid 1px black;
    padding: 1rem 1rem 0.5rem 1rem;
}
/* END: [WorkRamp Supported] Certificate Custom CSS */
[id*="DedicatedLearnerSearchPage"] [class*="StyledSearchResultFooterInfo"] + [class*="StyledSearchResultFooterInfo"] {
display: none;
}
div[class*="ModalFooter"] {
  background: transparent !important;
}
div[class*="ModalFooter"] > div {
  background: transparent !important;
}
/* Style certificate footer buttons */
.CertWrapper div[class*="ModalFooter"] span[class*="StyledFooterButtonText"] {
  display: inline-block;
  padding: 10px 16px;
  margin-left: 8px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  background: #2A52E1
;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
/* Hover */
.CertWrapper div[class*="ModalFooter"] span[class*="StyledFooterButtonText"]:hover {
  background: #1E3FB8
;
}
/* LinkedIn button */
.CertWrapper div[class*="ModalFooter"] span[class*="StyledFooterButtonText"]:nth-of-type(2) {
  background: #0A66C2
;
  color: #fff;
}
/* LinkedIn button */
.CertWrapper div[class*="ModalFooter"] span[class*="StyledFooterButtonText"]:nth-of-type(2) {
  background: #0A66C2
;
  color: #fff;
}

/* Skai-blue Academy navigation buttons */
.skai-academy-next-btn,
.skai-academy-previous-btn {
  background: #2A52E1 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 10px 20px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background 0.2s ease-in-out !important;
}

.skai-academy-next-btn:hover,
.skai-academy-previous-btn:hover {
  background: #1E3FB8 !important;
  color: #fff !important;
}

.skai-academy-next-btn:disabled,
.skai-academy-previous-btn:disabled,
.skai-academy-next-btn[aria-disabled="true"],
.skai-academy-previous-btn[aria-disabled="true"] {
  background: #A5B4FC !important;
  color: #fff !important;
  cursor: not-allowed !important;
  opacity: 0.85;
}