.logo {
  display: flex;
  align-items: center;
  padding: 5px 0;
  max-width: 100%;
}

.logo:hover {
  text-decoration: none;
}

.logo-image {
  margin: 5px 5px 5px 0;
  height: 72px;
}

@media (min-width: 992px) {
  .logo-image {
    height: 92px;
  }
}

.logo-text {
  font-weight: bold;
  transform: scaleX(.75) scaleY(1.2);
  transform-origin: left;
  margin: 5px;
  font-size: 12px;
  line-height: 1.25;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .logo-text {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media (min-width: 992px) {
  .dropdown-menu {
    list-style-type: none;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,.3);
  }
}

@media (max-width: 992px) {
  .dropdown-submenu .dropdown-menu {
    box-shadow: inset 0 .5px 2px 0 rgba(0,0,0,.3);
  }
}


.dropright .dropdown-menu {
  top: -50%;
  left: 100%;
  margin-left: 0 !important;
}

.partner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px;
}

.partner-logo {
  width: 100%;
  height: 100%;
  max-height: 64px;
  object-fit: contain;
}

.footer {
  clear: both;
}