/* Connexus override: constrain header and logo so header height doesn't increase */
.header-area, header, .navbar, .header-top, .navbar-brand {
  max-height: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  display: flex !important;
  align-items: center !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
header .navbar-brand img.logo, .header-logo img.logo, header .navbar-brand img {
  max-height: 40px !important;
  height: auto !important;
  width: auto !important;
  object-fit: contain !important;
}