
/* v3.12.30 — theme-aware global header/footer brand logo */
.nlt-theme-brand-logo{
  display:block;
  width:auto;
  max-width:234px;
  height:auto;
  max-height:53px;
  object-fit:contain;
}
header .nlt-theme-brand-logo,
.navbar .nlt-theme-brand-logo{
  max-height:53px;
}
footer .nlt-theme-brand-logo{
  max-height:53px;
}
@media (max-width:575.98px){
  .nlt-theme-brand-logo{
    max-width:190px;
    max-height:43px;
  }
}
