/* Use the full navigation whenever there is room for a desktop layout. */
@media only screen and (min-width: 992px) {
  #sp-main-menu #offcanvas-toggler {
    display: none;
  }
}

/* Keep the complete desktop navigation inside the blue bar on medium desktop widths. */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #sp-main-menu .sp-megamenu-wrapper {
    width: 100%;
  }

  #sp-main-menu .sp-megamenu-parent {
    display: flex;
    float: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
  }

  #sp-main-menu .sp-megamenu-parent > li {
    display: block;
    flex: 0 0 auto;
  }

  #sp-main-menu .sp-megamenu-parent > li > a,
  #sp-main-menu .sp-megamenu-parent > li > span {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 11px;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
