.commonStyle__zt3BrandBg {
    background-color: #00a89d;
}
.Icon__brand {
      color: #00a89d;
}
.Icon__hoverbrand:hover {
      color: #00a89d !important;
}
.Button__footerBtn:hover {
      background: #00a89d;
}
.commonStyle__zt3BrandBorder {
    border-color: #00a89d;
}
.commonStyle__zt3Brand {
    color: #00a89d;
}
.FormElement__mandatoryStar .FormElement__required:after {
    color: #00a89d;
}
.ErrorPage__errorTitle {
    color: #00a89d;
}
:root {
--color-brand: #00a89d
}
.Layout__oneColumn {
    min-height: 50vh;
}
.ListHeader__popupListContainer:hover {
    color: #00a89d;
}
.ListHeader__followTxt:hover {
    color: #00a89d;
}
.ListHeader__popupList:hover {
    color: #00a89d;
}
.ListHeader__popupList:hover svg {
    color: #00a89d;
}

.SearchContainer__downArrow {
    border-top-color: #00a89d;
}
@media (min-width: 768px) {
  #footerContainer {
   position: fixed;
   left: 0;
   bottom: 0;
   width:100%
  }
}
.Readingprogress__progressBar {
   background: linear-gradient(90deg, #01A7A5 16%, #00A4BF 75.89%, #00A1D7 99.8%) !important;
}
.Footer__footerBg {
   padding: 0.5rem 0;
}
.Footer__footerInfo {
   padding: 5px 0;
}
/* Hide the Sign In button but keep the /signin page accessible
.signinLink, .LoginDetail__signin {
   display: none !important;
}*/
