[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) {
    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: #F2F4F7
;
  transition: all 0.2s ease-in-out;
}

/* Hover */
.CertWrapper div[class*="ModalFooter"] span[class*="StyledFooterButtonText"]:hover {
  background: #E4E7EC
;
}

/* LinkedIn button */
.CertWrapper div[class*="ModalFooter"] span[class*="StyledFooterButtonText"]:nth-of-type(2) {
  background: #0A66C2
;
  color: #fff;
}