/*Use fonts hosted at Sprout's corpsite - note you'll have to update these URLs if they change */

@font-face {
  font-family: "proxima-nova";
  
  
  font-weight: normal;
  font-style: normal;
  
}
@font-face {
  font-family: proxima-nova;
  
  
  font-weight: 700;
  font-style: normal;
  
}

.AL_Custom_Cert2CompletionInfo {
  display: block;
  margin-top: 49px;
}

.AL_Custom_Cert2CompletionInfo * {
  display: inline;
  line-height: 1.5;
  margin: 0;
}
.AL_Custom_Cert2CompletionInfo .AL_Custom_MainCert2CertTitle {
  font-weight: bold;
  font-size: inherit;
}

/* add in a couple words surrounding certif name */
.AL_Custom_Cert2CompletionInfo .AL_Custom_MainCert2CertTitle:before {
  content: " the ";
  font-weight: normal;
}
.AL_Custom_Cert2CompletionInfo .AL_Custom_MainCert2CertTitle:after {
  content: " certification ";
  font-weight: normal;
}

/* Fix up all font sizes */
.AL_Custom_Cert2Main .AL_Custom_Cert2CertDescription, .AL_Custom_Cert2Main .AL_Custom_Cert2FooterContainer * {
  font-size: 16px;
}
.AL_Custom_Cert2Sidebar .AL_Custom_SidebarCert2Title {
  font-size: 20px;
  line-height: normal;
}
#AllowCustomFonts .AL_Custom_Cert2Id {
  font-family: proxima-nova, Roboto, sans-serif !important;
  font-size: 14px;
  padding-top: 0.4em;
}

.AL_Custom_Cert2LearnerName {
  color: #083f3f;
}

.AL_Custom_Cert2Logo {
  max-height: 60px;
  max-width: 190px;
  transform: translateX(-47%);
}
#AllowCustomFonts .AL_Custom_Cert2CompletionInfo *,
#AllowCustomFonts .AL_Custom_Cert2CertDescription,
#AllowCustomFonts .AL_Custom_Cert2FooterContainer * {
  font-size: 16px;
  color: #040404;
  font-family: proxima-nova, Roboto, sans-serif !important;
}

#AllowCustomFonts .AL_Custom_SidebarCert2Title > span {
  font-family: proxima-nova, Roboto, sans-serif !important;
  font-weight: 700;
}
/* end certificate customizations --- */
.AL_Custom_FooterLinkList {white-space: nowrap;
}

/* Sets the size of the custom message relative to the Headline ("If you already have an account, select..." message) */
p.WRManaged_RegisterPageCustomMessage__Text {
    font-size: 0.9em;
    margin-bottom: 0;
}

/* Adjusts the spacing of the headline element itself */
[id^="AcademyLearnerLogin-react"] main > [class^="Headline-"] {
    padding-bottom: 0;
    margin-bottom: 1em
}

form[action="/register"] div:has(input[type="checkbox"]),
#LearnerProfileCustomRegFields div[data-type="checkbox"]{
  display: flex;
  flex-wrap: wrap;
}

#LearnerProfileCustomRegFields div[data-type="checkbox"]{
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
}

#LearnerProfileCustomRegFields div[data-type="checkbox"]>div:first-child{
  margin-bottom: 0;
  margin-left: 8px;
  font-weight: normal;
}

form[action="/register"]
  div:has(input[type="checkbox"][name="publishing"])::before,
  #LearnerProfileCustomRegFields div[data-type="checkbox"][data-name="aperture"]::before {
  content: "Which Sprout products do you currently use or are interested in?";
  text-align: left;
  font-weight: 600;
  margin-bottom: 16px;
  width: 100%;
  color: #000000;
}