

/* ==========================================================================
   WIDE HEADER CONTAINER (1340PX) WITH LOGO FAR-LEFT & MENU FAR-RIGHT
   ========================================================================== */
@media (min-width: 992px) {
  #sp-header {
    height: 90px !important;
  }

  #sp-header .container,
  #sp-header .container-inner {
    max-width: 1340px !important;
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    height: 90px !important;
  }

  #sp-header .row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 !important;
    height: 90px !important;
  }

  /* LOGO FAR LEFT EDGE */
  #sp-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: auto !important;
    flex: 0 0 auto !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 90px !important;
  }

  #sp-logo .sp-column,
  #sp-logo .logo {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: 90px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  #sp-logo img,
  #sp-logo .logo-image {
    max-height: 55px !important;
    width: auto !important;
  }

  /* MENU & PHONE FAR RIGHT EDGE */
  #sp-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: auto !important;
    flex: 1 0 auto !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 90px !important;
  }

  #sp-menu .sp-column {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: flex-start !important;
    align-items: center !important;
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
    height: 90px !important;
  }

  #sp-menu .sp-module,
  #sp-menu .sp-module * {
    white-space: nowrap !important;
    word-break: keep-all !important;
    flex-shrink: 0 !important;
  }

  #sp-menu .sp-module {
    margin-left: 20px !important;
  }

  ul.sp-megamenu-parent {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    height: 90px !important;
  }

  ul.sp-megamenu-parent > li > a {
    line-height: 90px !important;
    height: 90px !important;
    display: inline-flex !important;
    align-items: center !important;
  }
}
