/* NIGHT ISSUE — approved editorial logo application, V8 */
.ni-brand-logo{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  line-height:0 !important;
  text-decoration:none !important;
}
.ni-site-logo{
  display:block !important;
  width:auto !important;
  object-fit:contain !important;
  background:transparent !important;
}
.ni-site-logo-header{
  height:70px !important;
  max-width:118px !important;
}
.footer .ni-brand-logo{
  width:max-content !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.ni-site-logo-footer{
  width:min(230px,68vw) !important;
  height:auto !important;
}
.ni-brand-monogram{
  border:0 !important;
  background:transparent !important;
  padding:0 !important;
  overflow:visible !important;
}
.ni-brand-monogram img{
  display:block !important;
  width:36px !important;
  height:36px !important;
  object-fit:contain !important;
  background:transparent !important;
}
@media(max-width:650px){
  .ni-site-logo-header{
    height:54px !important;
    max-width:92px !important;
  }
  .ni-site-logo-footer{
    width:min(190px,62vw) !important;
  }
  .ni-brand-monogram img{
    width:34px !important;
    height:34px !important;
  }
}
