/* NJS REAL LOGO V14 */
.njs-global-logo,
.njs-brand,
.njs-v10-brand,
.njs11-brand,
.njs-unified-brand,
.brand{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  text-decoration:none !important;
  line-height:1 !important;
  flex-shrink:0 !important;
}

.njs-global-logo img,
.njs-brand img,
.njs-v10-brand img,
.njs11-brand img,
.njs-unified-brand img,
.brand img{
  display:block !important;
  width:auto !important;
  height:58px !important;
  max-height:58px !important;
  max-width:190px !important;
  object-fit:contain !important;
  object-position:left center !important;
  border-radius:0 !important;
}

@media(max-width:760px){
  .njs-global-logo img,
  .njs-brand img,
  .njs-v10-brand img,
  .njs11-brand img,
  .njs-unified-brand img,
  .brand img{
    height:50px !important;
    max-height:50px !important;
    max-width:165px !important;
  }
}

@media(max-width:420px){
  .njs-global-logo img,
  .njs-brand img,
  .njs-v10-brand img,
  .njs11-brand img,
  .njs-unified-brand img,
  .brand img{
    height:44px !important;
    max-height:44px !important;
    max-width:145px !important;
  }
}
