
/* V141 Hub logo consistency fix */
.hub137-logo img, .hub-logo img, header img[src*="brand/"]{
  max-width: 300px !important;
  width: auto !important;
  height: 64px !important;
  object-fit: contain !important;
  display: block !important;
  background: transparent !important;
}
.hub137-footer img, footer img[src*="brand/"]{
  max-width: 280px !important;
  height: 58px !important;
  width:auto !important;
  object-fit:contain !important;
  background:transparent !important;
}
@media(max-width:720px){.hub137-logo img,.hub-logo img,header img[src*="brand/"]{height:56px!important;max-width:260px!important}}
