
  @media only screen and (min-width: 1161px) {
    .header-account .account-icon-link .svg-container svg {
      color: #fff;
    }

    .desktop-image-container {
      margin-top: 67px;
    }

    .site-header-full-bleed-light .header-nav .primary-nav-list .toggle-container .primary-nav-link.highlighted {
      color: #fff;
    }

    .site-header-container-cb2.site-header-full-bleed-light:hover .header-nav .primary-nav-link.highlighted {
      color: #e00e00 !important;
    }

    .image-background-gradient {
      background: -moz-linear-gradient(rgba(0, 0, 0, 0.7508018207282913) 0%,
          rgba(255, 255, 255, 0) 180px) !important;
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7508018207282913) 0%,
          rgba(255, 255, 255, 0) 180px) !important;
      background: linear-gradient(rgba(0, 0, 0, 0.7508018207282913) 0%,
          rgba(255, 255, 255, 0) 180px) !important;
    }
  }

  /* .site-header {
    z-index: 2;
  } */

  .nav-primary {
    z-index: 2;
  }

  .nav-secondary {
    z-index: 3;
  }

  @media only screen and (max-width: 1160px) and (min-width: 1px) {
    .adaptive-layout #main {
      top: calc(-15.69214em + 220px);
    }
  }