.sw26-header {
  position: sticky;
  top: -29px;
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #a1a1a1;

  @media (max-width: 639px) {
    top: 0;
  }

  .sw26-nav-panel {
    .description {
      .links {
        a {
          line-height: 22px;
          margin-bottom: 10px;
        }
      }
    }
  }

  .sw26-cookie-banner {
    background: #eee;
    display: none;

    &.sw26-show {
      display: block;
      z-index: 900;
      position: relative;
    }

    p {
      margin: 0;
      line-height: inherit;
      max-width: 1080px;
    }

    .sw26-std-wrap {
      padding: 9px 0 5px;
      display: flex;
      align-items: center;
      max-width: 1140px;

      @media (max-width: 1023px) {
        padding: 8px 24px;
      }
    }

    p {
      font-size: 14px;
      line-height: 20px;
      color: #666;
    }

    a {
      color: #666;
    }

    svg {
      width: 28px;
      height: 28px;
      flex-shrink: 0;
      margin-left: 20px;
    }

    svg:hover {
      cursor: pointer;
    }

    &.mobile {
      display: none;
    }

    @media (max-width: 1200px) {
      &.sw26-show {
        display: none;
      }

      &.mobile.sw26-show {
        display: block;
      }
    }

    @media (max-width: 1025px) {
      &.mobile.sw26-show {
        position: fixed;
        bottom: 0;
        z-index: 2001;
      }
    }

    @media (max-width: 880px) {
      .sw26-std-wrap {
        flex-wrap: wrap;
        justify-content: center;

        svg {
          padding: 1rem;
          margin-left: 0;
        }
      }
    }
  }

  .sw26-header-eyebrow {
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
    position: relative;
    z-index: 502;
    background-color: #fff;
    border-bottom: 1px solid #d8e3e3;

    .sw26-std-wrap {
      display: flex;
      padding: 8px 0;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      align-self: stretch;

      @media (max-width: 1023px) {
        padding: 8px 24px;
      }
    }

    .nav {
      display: flex;
      width: 1232px;
      max-width: 100%;
      height: 12px;
      justify-content: flex-end;
      align-items: center;
      gap: 10px;

      a,
      button {
        color: #767676;
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0;
        text-decoration: none;

        &:hover {
          text-decoration: underline;
          color: #a1a1a1;
        }
      }

      a + a::before {
        content: "";
        display: inline-block;
        width: 1px;
        height: 12px;
        background: #767676;
        margin-right: 10px;
        vertical-align: middle;
      }
    }

    .lang {
      position: relative;
      display: inline;

      button {
        background: none;
        border: none;
        font-family: "Roboto", sans-serif;
        padding: 0;
        cursor: pointer;

        svg {
          fill: #a1a1a1;
          width: 7px;
        }
      }

      .menu {
        display: none;
        left: 0px;
        top: 21px;
        position: absolute;
        min-width: 80px;
        padding: 5px 0;
        margin: 0px;
        text-align: left;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);

        a {
          display: block;
          padding: 3px 20px 3px 7px;
          margin-bottom: 1px;
          font-weight: 400;
          line-height: 1.43;
          white-space: nowrap;
        }
      }

      &.selected .menu {
        display: block;
      }
    }

    @media (max-width: 639px) {
      display: none;
    }
  }

  .sw26-header-top-mobile {
    background-color: #fff;
    padding: 12px 24px;
    display: none;
    border-bottom: 1px solid #d8e3e3;

    @media (max-width: 1023px) {
      display: block;
    }

    .sw26-std-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 32px;
      max-width: 1232px;
      margin: 0 auto;
    }

    .mobile-left {
      display: flex;
      align-items: center;
      flex-shrink: 0;
    }

    .mobile-logo {
      display: flex;
      align-items: center;

      img,
      svg {
        height: 32px;
        width: auto;
      }
    }

    .mobile-right {
      display: flex;
      align-items: center;
      gap: 24px;
    }

    .mobile-extra {
      display: flex;
      align-items: center;
      gap: 24px;

      .mobile-login {
        color: #111;
        font-family: Roboto;
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none;

        @media (max-width: 639px) {
          display: none;
        }
      }

      .sw-nav-button-black {
        color: #fff;
        font-family: Roboto;
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        text-decoration: none;
        background-color: #111;
        padding: 6px 12px;
        border-radius: 100px;
        white-space: nowrap;

        &:hover {
          background-color: #ff6200;
          color: #111;
        }
      }
    }

    .swhamburger {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
      flex-shrink: 0;

      svg {
        width: 24px;
        height: 24px;
      }

      .hamburger-icon {
        display: flex;
      }

      .close-icon {
        display: none;
      }

      &.active {
        .hamburger-icon {
          display: none;
        }

        .close-icon {
          display: flex;
        }
      }
    }
  }

  .sw26-header-navbar {
    font-family: "Roboto", sans-serif;
    background-color: #fff;
    width: 100%;
    height: 80px;
    position: relative;
    padding: 16px 0;
    z-index: 506;

    .nav-content {
      display: flex;
      width: 1232px;
      max-width: 100%;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      gap: 32px;
      box-sizing: border-box;

      @media (max-width: 1232px) {
        padding: 0 24px;
      }
    }

    .nav-logo {
      display: flex;
      width: 176px;
      flex-direction: column;
      align-items: flex-start;
      flex-shrink: 0;

      .logo {
        display: flex;
        width: 176px;
        flex-direction: column;
        align-items: flex-start;
        gap: 9.832px;
        flex-shrink: 0;

        svg,
        img {
          height: auto;
          width: 100%;
          max-width: 176px;
        }
      }
    }

    .nav-links {
      display: flex;
      width: 1024px;
      flex: 1;
      flex-shrink: 0;
      justify-content: space-between;
      align-self: stretch;
    }

    .links {
      display: flex;
      align-items: center;
      gap: 24px;

      a {
        &.blue {
          color: #0647ff;
          border-bottom: 2px solid #fff;

          &:hover {
            color: #0335cc;
            border-bottom: 2px solid #0647ff;
          }

          &:active {
            border-bottom: 2px solid #0031ba;
          }

          &.active {
            border-bottom: 2px solid #ff6200;
          }
        }

        &:hover {
          border-bottom: 2px solid #0647ff;
        }

        &:active,
        &.selected {
          border-bottom: 2px solid #ff6200;
        }
      }
    }

    .links a,
    .extra-links a {
      color: #111;
      font-family: Roboto;
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      line-height: 16px;
      letter-spacing: 1px;
      text-decoration: none;
      padding: 0;
      border-bottom: 2px solid #fff;
    }

    button.parent {
      cursor: pointer;
      background: none;
      border: none;
      font-family: inherit;
      color: #111;
      font-size: 12px;
      font-weight: 700;
      line-height: 16px;
      letter-spacing: 1px;
      padding: 0;
      display: flex;
      align-items: center;
      gap: 4px;
      border-bottom: 2px solid #fff;

      &:hover {
        border-bottom: 2px solid #0647ff;
      }

      &:active,
      &.selected {
        border-bottom: 2px solid #ff6200;
      }

      svg {
        transition: transform 0.2s;
      }

      &.selected svg {
        transform: rotate(180deg);
      }
    }

    .sw-nav-link {
      color: #111;
      font-family: Roboto;
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      line-height: 16px;
      letter-spacing: 1px;
      text-decoration: none;
      padding: 0;
      border-bottom: 2px solid #fff;

      &:hover {
        border-bottom: 2px solid #0647ff;
      }

      &:active,
      &.selected {
        border-bottom: 2px solid #ff6200;
      }
    }

    .extra {
      display: flex;
      align-items: center;
      gap: 24px;

      .extra-links {
        display: flex;
        align-items: center;
        gap: 24px;
      }

      button {
        background: transparent;
        border: none;
        padding: 0;
        color: #111;
        fill: #111;
        cursor: pointer;

        &:hover {
          color: #666;
          fill: #666;
        }
      }

      svg {
        height: 16px;
        box-sizing: content-box;
      }
    }

    .extra-links a.sw-nav-button-black {
      color: #fff;
      text-align: center;
      font-family: Roboto;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 20px;
      letter-spacing: 0;
      text-decoration: none;
      background-color: #111;
      padding: 8px 16px;
      border-radius: 100px;
      position: relative;

      &:hover {
        background-color: #ff6200;
        color: #111;
      }

      &:active {
        background-color: #ff9b66;
        color: #111;
      }

      &:focus-visible {
        background-color: #111;
        outline: none;
        box-shadow:
          inset 0 0 0 2px #111,
          inset 0 0 0 4px #fff,
          inset 0 0 0 6px #036;

        &:hover {
          background-color: #ff6200;
          box-shadow:
            inset 0 0 0 2px #ff6200,
            inset 0 0 0 4px #fff,
            inset 0 0 0 6px #036;
        }

        &:active {
          background-color: #ff9b66;
          box-shadow:
            inset 0 0 0 2px #ff9b66,
            inset 0 0 0 4px #fff,
            inset 0 0 0 6px #036;
        }
      }
    }

    @media (max-width: 1023px) {
      display: none;
    }
  }

  .sw26-nav-panel {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1340;
    font-family: "Roboto", sans-serif;

    .sw26-std-wrap {
      background: #fff;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      display: flex;
      overflow: hidden;
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
      padding: 0 24px;
    }

    &.selected {
      display: block;
    }

    .description {
      flex-grow: 1;

      a {
        text-decoration: none;

        &:hover {
          text-decoration: underline;
        }
      }
    }

    .filler {
      width: 300px;
      background-color: #eee;
      flex-shrink: 0;
      position: relative;
      overflow: hidden;
      text-decoration: none;
      margin-left: auto;
      padding-bottom: 34px;

      &:before {
        position: absolute;
        height: 302px;
        width: 370px;
        top: -43px;
        left: -23px;
        content: "";
        background-color: #aadc33;
        transform: rotate(-8deg);
      }

      span {
        font-size: 18px;
        font-weight: bold;
        position: relative;
        padding: 30px 30px 0 30px;
        color: #111111;
        text-align: center;
        display: block;
      }

      img {
        position: relative;
        display: block;
        margin: 35px auto 0 auto;
        max-width: calc(100% - 30px);
        height: auto;
      }

      .subhead {
        font-size: 16px;
        padding: 30px 30px 0;
        color: #111111;
        text-align: center;
        position: relative;
        margin: 0;
      }

      .learn-more {
        color: #ff6200;
        font-size: 14px;
        display: block;
        text-align: center;
        margin-top: 20px;
        text-decoration: none;
        font-weight: bold;
      }

      &:hover .learn-more {
        text-decoration: underline;
      }

      &.sw-subnav-1:before,
      &.sw-subnav-5:before {
        background-color: #00c8dc;
      }

      &.sw-subnav-2:before {
        background-color: #ff6200;
      }

      &.sw-subnav-3:before {
        background-color: #fbdc44;
      }
    }

    #custom-cta-link p {
      line-height: normal;
      margin: 60px 0 35px 0;
      color: #111111;
      text-decoration: none;
      font-size: 18px;
      font-weight: 700;
      padding: 0 30px;
      text-align: center;

      a {
        color: #ff6200;
        text-decoration: underline;
        display: inline;
        font-size: inherit;

        &:hover {
          color: #23527c;
          text-decoration: none;
        }
      }
    }
  }

  .sw26-nav-panel.single-column {
    .description {
      padding: 20px 0;
      color: #111111;
    }

    .title {
      font-size: 14px;
      border-bottom: 2px solid #ff6200;
      font-weight: bold;
      padding-bottom: 5px;
      text-decoration: none;
      display: block;
      color: #111111;
      stroke: #111111;
      margin-top: 0;
    }

    .links {
      margin: 15px 0;

      a {
        text-decoration: none;
        font-size: 14px;
        color: #111111;
        display: block;
        font-weight: normal;

        &:hover {
          text-decoration: underline;
        }
      }

      &.multi-column a {
        display: inline-block;
        width: 256px;
      }
    }

    a.view-more {
      color: #ff6200;
      font-size: 14px;
      margin-top: 20px;
      display: block;
      font-weight: bold;
    }
  }

  .sw26-nav-panel.multi-column {
    a.view-more {
      color: #ff6200;
      font-size: 14px;
      margin: 20px 0 15px 0;
      display: block;
      font-weight: bold;
      text-decoration: none;
    }

    .links-and-more {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 100%;
      padding: 0;
    }

    .description {
      display: flex;
    }

    .link-column {
      padding: 20px 30px 20px 0;
      width: clamp(20%, 25%, 285px);

      &.col-2 {
        width: clamp(40%, 50%, 570px);

        .links {
          column-count: 2;
        }
      }

      &.col-3 {
        width: clamp(60%, 75%, 855px);

        .links {
          column-count: 3;
        }
      }

      &.col-4 {
        width: clamp(80%, 100%, 1140px);

        .links {
          column-count: 4;
        }
      }
    }

    .subtitle {
      color: #111111;
      font-size: 16px;
      font-weight: bold;
      margin: 0 0 1rem 0;
      border-bottom: 2px solid transparent;
      padding-bottom: 5px;

      &.underline-1 {
        border-bottom-color: #ff6200;
      }
    }

    .links {
      margin: 20px 0;
      column-gap: 30px;

      a {
        text-decoration: none;
        font-size: 14px;
        color: #111111;
        display: block;
        font-weight: normal;
        max-width: none;
        padding: 0;

        & + a {
          margin-top: 12px;
        }

        &:hover {
          text-decoration: underline;
        }
      }
    }
  }

  .sw26-nav-panel.multi-panel {
    .sw26-std-wrap {
      padding: 0;
    }

    .description {
      display: flex;
      padding: 20px 30px;
      color: #111111;
      flex-grow: 1;
      height: auto;
      position: relative;

      p {
        font-size: 12px;
        margin: 0;

        &.desc {
          font-size: 14px;
          max-width: 632px;
          line-height: 20px;
          padding: 0;
          padding-right: 6px;
          margin-bottom: 20px;

          strong {
            display: inline-block;
            font-weight: 700;
            margin: 0;
          }
        }
      }

      .strong-title {
        font-size: 14px;
        margin-top: 0px;
        font-weight: bold;
        color: #111111;
      }

      &.columns-2 .links {
        column-count: 2;
        column-gap: 0;

        &.no-cols {
          column-count: unset;
        }
      }

      &.columns-3 .links {
        column-count: 3;

        &.no-cols {
          column-count: unset;
        }
      }
    }

    .subnav {
      border-right: 2px solid #ccc;
      width: 247px;
      background-color: #eee;
      display: inline-block;
      flex-shrink: 0;
      position: relative;

      .tabs {
        a {
          text-decoration: none;
          font-size: 14px;
          color: #111111;
          font-weight: bold;
          padding: 0;
          padding-left: 35px;
          display: flex;
          align-items: center;
          height: 60px;
          min-width: 210px;
          text-transform: uppercase;
        }

        .svg-wrap {
          width: 40px;
          margin-right: 20px;
          height: 32px;
          flex-shrink: 0;
          display: flex;
          justify-content: flex-start;
        }
      }

      a {
        cursor: pointer;

        .fort {
          font-size: 30px;
          margin-right: 20px;
          width: 32px;
        }

        &.selected {
          background-color: #fff;
          border-left: 6px solid #aadc33;
          padding-left: 30px;

          .fort,
          svg {
            color: #aadc33;
            fill: #aadc33;
          }
        }

        &:hover {
          padding-left: 29px;
          background-color: #fff;
          border-left: 6px solid transparent;

          svg {
            margin: 0 auto;
          }
        }

        &:nth-child(4n + 1):hover {
          border-color: #aadc33;

          svg {
            fill: #aadc33;
          }
        }

        &:nth-child(4n + 2):hover {
          border-color: #00c8dc;

          svg {
            fill: #00c8dc;
          }
        }

        &:nth-child(4n + 3):hover {
          border-color: #ff6200;

          svg {
            fill: #ff6200;
          }
        }

        &:nth-child(4n + 4):hover {
          border-color: #fbdc44;

          svg {
            fill: #fbdc44;
          }
        }

        &.category-index {
          background-color: #ff6200;
          color: #fff;
          text-align: center;
          display: block;
          box-sizing: border-box;
          width: 100%;
          position: absolute;
          bottom: 17px;
          height: auto;
          min-height: 45px;
          padding: 14px 5px;
        }
      }

      &.no-icons a .fort {
        display: none;
      }

      .color-line {
        background-color: #a1a1a1;
        height: 5px;
        font-size: 0;
        white-space: nowrap;
        line-height: normal;

        svg {
          height: 100%;
          width: 100%;
        }
      }

      .callout {
        background: #111111;
        padding-bottom: 30px;

        p {
          margin: 30px 0 0 20px;
          font-size: 16px;
          font-weight: bold;
          line-height: 1.13;
          color: #fff;
        }

        a {
          display: block;
          margin: 10px 0 0 20px;
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          color: #ff6200;
          text-decoration: none;

          &:hover {
            text-decoration: underline;
          }
        }
      }

      svg {
        max-width: 100%;
        max-height: 100%;
        fill: #111111;
        margin: 0 auto;
      }

      .category-index:hover {
        background-color: #ff6200;
        padding: 14px 5px;
        border: none;
      }

      & ~ * {
        display: none;
      }

      & ~ .selected {
        display: block;
      }
    }

    .links {
      max-width: 632px;
      margin-bottom: 27px;
      line-height: 1.428571429;

      a {
        display: block;
        color: #111111;
        padding: 10px 0 0;
        margin: 0;
        width: 100%;
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
      }
    }

    .comment-under {
      font-weight: 500;
      max-width: 548px;
      line-height: normal;
      padding-bottom: 5px;
    }

    .view-all {
      position: absolute;
      bottom: 15px;

      a {
        color: inherit;
      }
    }

    a.view-more,
    .view-all {
      color: #ff6200;
      font-size: 14px;
      margin-top: 20px;
      display: block;
      font-weight: bold;
    }

    a.view-more {
      margin-bottom: 20px;
    }

    p:last-child a {
      color: #ff6200;
      font-size: 14px;
      display: block;
      margin-top: 20px;
      text-decoration: none;
      font-weight: bold;
    }

    p.title {
      font-size: 14px;
      border-bottom: 2px solid #aadc33;
      font-weight: bold;
      padding-bottom: 5px;
      text-decoration: none;
      display: block;
      color: #111111;
      stroke: #111111;
      margin-right: 5px;

      &.linebreak1 {
        border: none;
      }

      &.margin-top-0 {
        margin-top: 0;
      }
    }

    strong {
      font-size: 14px;
      font-weight: normal;
      margin-top: 15px;
      display: block;
    }

    a.watch {
      color: #ff6200;
      fill: #ff6200;
      stroke: #ff6200;
      text-decoration: none;
      font-size: 14px;
      margin-top: 10px;
      display: block;
      font-weight: 500;

      &:hover {
        text-decoration: underline;
        color: #ff7a00;
        fill: #ff7a00;
      }

      svg {
        vertical-align: bottom;
        width: 15px;
        height: 15px;
      }
    }

    .tabs {
      margin-bottom: 61.8px;

      a {
        cursor: pointer;
      }
    }

    .sw-subnav-1 .title,
    .sw-subnav-5 .title {
      border-color: #00c8dc;
    }

    .subnav .sw-subnav-1.selected .fort,
    .subnav .sw-subnav-5.selected .fort,
    .subnav .sw-subnav-1.selected svg,
    .subnav .sw-subnav-5.selected svg {
      color: #00c8dc;
      fill: #00c8dc;
    }

    .sw-subnav-2 .title,
    .sw-subnav-6 .title {
      border-color: #ff6200;
    }

    .subnav .sw-subnav-2.selected .fort,
    .subnav .sw-subnav-2.selected svg,
    .subnav .sw-subnav-6.selected .fort,
    .subnav .sw-subnav-6.selected svg {
      color: #ff6200;
      fill: #ff6200;
    }

    .sw-subnav-3 .title,
    .sw-subnav-7 .title {
      border-color: #fbdc44;
    }

    .subnav .sw-subnav-3.selected .fort,
    .subnav .sw-subnav-3.selected svg,
    .subnav .sw-subnav-7.selected .fort,
    .subnav .sw-subnav-7.selected svg {
      color: #fbdc44;
      fill: #fbdc44;
    }

    .subnav a.sw-subnav-1,
    .subnav a.sw-subnav-5 {
      border-color: #00c8dc;
    }

    .subnav a.sw-subnav-2,
    .subnav a.sw-subnav-6 {
      border-color: #ff6200;
    }

    .subnav a.sw-subnav-3,
    .subnav a.sw-subnav-7 {
      border-color: #fbdc44;
    }
  }

  .sw26-header-mobile {
    font-family: "Roboto", sans-serif;
    display: none;
    background-color: #fff;

    .sw26-std-wrap {
      padding: 0 15px;
    }

    .menu-and-panel {
      &:first-of-type {
        margin-top: 20px;
      }

      > a {
        display: block;
        color: #a1a1a1;
        font-size: 16px;
        text-decoration: none;
        padding: 0 15px 0 24px;
        font-weight: bold;
        line-height: 36px;
        text-transform: uppercase;

        &.blue {
          color: #0647ff;
        }

        &.green {
          color: #ff6200;
        }
      }

      & + & {
        border-top: 2px dotted #111111;
        padding: 0;
      }
    }

    svg.menu-toggle {
      width: 15px;
      height: 18px;
      float: right;
      fill: #ccc;
      padding: 0;
      margin: 0;
    }

    .panel {
      display: block;
      margin: 0;

      > a {
        display: block;
        font-size: 14px;
        color: #111111;
        font-weight: bold;
        text-decoration: none;
        text-transform: capitalize;
        line-height: normal;
        position: relative;
        padding: 0 0 0 29px;
        margin: 0;
        min-height: 46px;

        &.view-more {
          color: #ff6200;
          font-weight: 700;
          text-transform: uppercase;
        }
      }

      > p {
        font-size: 14px;
        font-weight: bold;
        color: #111111;
        text-transform: uppercase;
        line-height: normal;
        min-height: 46px;
        position: relative;
        padding: 0 0 0 29px;
        margin: 0;
      }

      .subnav {
        &.collapsable {
          display: none;
        }

        a {
          font-size: 14px;
          color: #111111;
          display: block;
          text-decoration: none;
          padding: 3px 0 3px 40px;
          margin: 0;
          line-height: 18px;
        }
      }

      &.selected .subnav.collapsable {
        display: block;

        &:first-of-type {
          padding-top: 5px;
        }

        &:last-of-type {
          padding-top: 0;
          padding-bottom: 5px;
        }
      }
    }

    @media (max-width: 1023px) {
      &.selected {
        display: block;
        position: fixed;
        top: 57px;
        left: 0;
        z-index: 12;
        width: 100%;
        height: calc(100vh - 57px);
        overflow-y: auto;
      }
    }

    @media (max-width: 425px) {
      .sw26-std-wrap {
        padding: 0 15px 0;
      }
    }
  }

  #navOverlay {
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 500;
  }
}

body.sw26-mobile-nav-open {
  overflow: hidden;
}
