.Alz-title h1 {
        color: #a6e1f4 !important;
}
.slds-rich-text-editor__output h1 {
    color: #231f20;
	font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
	font-size: 2.6em !important;
	font-weight: 800 !important;
	margin: unset;
        line-height: 43px !important;

}
.slds-rich-text-editor__output h2 {
        font-size: 24px !important;
	font-weight: 400 !important;
	line-height: 28px !important;
	font-family: Merriweather, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: #000000 !important;
}

.slds-rich-text-editor__output h3 {
  color: #231f20 !important;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
  font-size: 63px !important;
  font-weight: 900 !important;
  margin: unset;
  line-height: 75px !important;

}
.slds-rich-text-editor__textarea, .slds-rich-text-editor__output {
        font-size: 16px !important;
	line-height: 28px !important;
	margin-bottom: 15px;
	font-weight: 400 !important;
	font-family: Merriweather, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: #000000 !important;
}
 
.slds-rich-text-editor__output ol {
	margin-left: 50px;
}
.slds-rich-text-editor__output ul {
	margin-left: 50px;
}
.slds-rich-text-editor__output a {
	color: #1ab7ea;
  text-decoration: underline;
  font-weight: 500;
}

.custom-privacy-section .slds-rich-text-editor__output a {
    text-decoration: underline !important;
    text-decoration-color: #1ab7ea !important;
  }
  
.external-link-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCc+PGcgc3Ryb2tlLXdpZHRoPScyLjEnIHN0cm9rZT0nIzFBQjdFQScgZmlsbD0nbm9uZScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJz48cG9seWxpbmUgcG9pbnRzPScxNyAxMy41IDE3IDE5LjUgNSAxOS41IDUgNy41IDExIDcuNSc+PC9wb2x5bGluZT48cGF0aCBkPSdNMTQsNC41IEwyMCw0LjUgTDIwLDEwLjUgTTIwLDQuNSBMMTEsMTMuNSc+PC9wYXRoPjwvZz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: sub;
}

.external-link-icon-white {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><g stroke-width='2.1' stroke='%23FFFFFF' fill='none' stroke-linecap='round' stroke-linejoin='round'><polyline points='17 13.5 17 19.5 5 19.5 5 7.5 11 7.5'></polyline><path d='M14,4.5 L20,4.5 L20,10.5 M20,4.5 L11,13.5'></path></g></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: sub;
}

.checklist {
   list-style: none;
    margin-left: 12px;
    margin-top: 30px;
 
}
 
.checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}
 
.custom-checkmark {
    display: inline-block;
    width: 18px;      
    height: 24px;    
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%2366bb6a" stroke="%2366bb6a" stroke-width="2" d="M20.285 6.709a1 1 0 0 0-1.414-1.418L9 15.17l-3.871-3.87a1 1 0 0 0-1.414 1.414l4.578 4.578a1 1 0 0 0 1.414 0l10.578-10.583z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;  
    margin-top: 2px;  
}

.sourcelink{
     text-align: right;
}

.colorChange {
    color: #e06287 !important;
}

.highlightLine {
    color: #00205b !important;
    display: block;
    margin-bottom: 1rem;

}

.partnership-section{
    text-align: center;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 images per row */
    column-gap: 14rem;
    max-width: 100%; /* Optional: limit width */
    margin: 10px;
  }

  .subHeader{
    text-align: center;
  }

  .slds-accordion__summary {
    background-color: #1AB7EA;
    border-radius: 5px;
  }
  .slds-icon-text-default,
  .slds-accordion__summary-content {
    color: #FFFFFF;
    --slds-c-icon-color-foreground: #FFFFFF;
  }
    .social-icon .slds-icon-text-default {
    --slds-c-icon-color-foreground: #747474;
  }
.article-title lightning-formatted-rich-text span {
    font-size: 24px !important;
    line-height: normal;
    color: #231f20!important;
    font-weight: 800 !important;
    font-family: Merriweather, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    margin-bottom: 15px;
}
.article-description lightning-formatted-rich-text span {
  font-size: 13px !important;
    line-height: 1.84615 !important;
    color: #231f20 !important;
    line-height: 2.25 !important;
    font-family: Merriweather, Georgia, serif !important;
    font-weight: 400 !important;
    margin-top: 10px;
    margin-bottom: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.social-icon slds-icon-text-default{
      color: #747474 !important;
    --slds-c-icon-color-foreground: #747474 !important;

}
.slds-icon-action-email{
   border-radius:unset !important;
}
.slds-icon_container_circle --slds-c-icon-radius-border{
   border-radius:unset !important;
}
.image-grid-home {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5rem;
    row-gap: 0.5rem;
    padding: 22px;
    max-width: 100%;
    margin: 10px;
}
  
  @media (max-width: 1200px) and (min-width: 340px){
    .image-grid {
        display: block !important;
        max-width: 100%; /* Optional: limit width */
        margin: 0 80px;
      }

      .page-more-about-us .slds-rich-text-editor__output h1 {
        font-size: 24px !important;
      }
      
      .page-check-registration-status .slds-rich-text-editor__output h3 {
       font-size: 43px !important;
       line-height: 60px !important;

      }
      .Alz-title h1 {
        color: #a6e1f4 !important;
        font-size: 2.6em !important;
        padding: 0px !important;
        margin-bottom: 29px !important;
        font-weight: 800 !important;
        font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
        text-align: center !important;
        margin-top: 30px !important;
    }

  }
