.site-header {
  background-color: #1475ff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.off-canvas-open {
  display: none;
}

.mobile-navigation-bar .custom-logo-link {
  width: 8.75rem;
  padding: 0.65rem 0;
  margin: 0;
  float: none;
  display: block;
  height: auto;
  line-height: 1;
}

.mobile-navigation-bar {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .mobile-navigation-bar {
    display: none;
  }
}

.site-branding .custom-logo-link {
  display: none;
  float: none;
}

.header-brands {
  max-height: none !important;
}

@media screen and (min-width: 1024px) {
  .header-brands {
    padding: 0;
  }

  .site-branding {
    padding: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .site-branding .custom-logo-link {
    margin: 0;
    display: inline-block;
    width: 160px;
    height: 46px;
  }
}

.site-content {
  background-color: #000623;
}
