.sw22o-mega-nav {
  .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }

  .multi-links {
    .links-grid {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: minmax(0, 1fr);
      margin-left: -15px;

      .description {
        font-size: 14px;
        margin: 20px 0;
        font-weight: 300;
        line-height: 1.4;
        color: #111111;
      }

      .link-column {
        margin-top: 20px;
        padding: 0 15px;
        box-sizing: border-box;
        line-height: 1.5;

        &:last-of-type {
          padding-right: 0;
        }
      }

      .header-link {
        color: #111111;
        margin: 20px 0;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        transition: all 300ms;

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

      .links {
        display: flex;
        flex-direction: column;
        padding-right: 40px;

        .link {
          font-size: 16px;
          margin: 0 0 20px;

          a {
            text-decoration: none;
            color: #111111;
            font-weight: 700;
            font-size: 14px;
            transition: all 300ms;

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

  .sw19s-std-wrap {
    /* max-width: 1140px; */
  }

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

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

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

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

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

    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) {
      &.sw19-show {
        display: none;
      }

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

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

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

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

  .sw19b-header-logo-area {
    font-family: "Roboto", sans-serif;
    height: 105px;
    padding: 19px 0 10px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 502;
    background-color: #fff;

    p {
      margin: 0;
      line-height: inherit;
    }

    .sw19s-std-wrap {
      height: 100%;
      display: flex;
      justify-content: space-between;
    }

    .logo {
      height: 100%;
    }

    .logo svg,
    .logo img {
      height: 100%;
      width: auto;
      max-width: 241px;
      margin-top: -16px;
    }

    .logo svg .text {
      fill: #111111;
    }

    .logo svg .flame {
      fill: #FF6200;
    }

    .nav,
    .nav a,
    .nav button {
      color: #666;
      font-size: 12px;
      text-decoration: none;
    }

    .nav li {
      display: inline-block;
    }

    .nav {
      padding-top: 1px;
      margin: 0;

      > ul {
        margin: 0;
      }
    }

    .nav ul > li > a,
    .nav ul > li > span,
    .lang {
      color: #666;
      font-size: 12px;
      border-left: 1px solid #a1a1a1;
      padding: 0 0 0 7px;
    }

    .nav li:first-child a {
      border: none;
    }

    .nav .eyebrowNav-icon {
      display: inline;
      position: relative;
      left: 1px;
      top: -6px;
    }

    .nav .eyebrowNav-tooltip {
      display: block;
      visibility: hidden;
      background-color: #fff;
      text-align: left;
      font-size: 12px;
      padding: 15px;
      position: absolute;
      z-index: 1;
      width: 110px;
      top: 45%;
      box-shadow: 0 0 10px;
      transition-delay: 0.2s;
      box-sizing: border-box;

      div {
        margin-top: 10px;

        a {
          font-weight: 700;
          text-decoration: none;
          color: #00C8DC;
          padding: 0;
        }
      }
    }

    .nav .eyebrowNav-tooltip::after {
      content: " ";
      position: absolute;
      bottom: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: transparent transparent #fff transparent;
    }

    .nav li:hover .eyebrowNav-tooltip {
      visibility: visible;
      transition: 0.1s;
    }

    .nav a:hover,
    .nav button:hover {
      text-decoration: underline;
      color: #a1a1a1;
    }

    .nav {
      font-size: 16px;
      margin-right: 0;
    }

    .lang {
      position: relative;
      display: inline;
    }

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

    .lang button svg {
      fill: #a1a1a1;
      width: 7px;
    }

    .lang .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%);
    }

    .lang.selected .menu {
      display: block;
      margin: 0px;
    }

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

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

  .sw19b-header-top-mobile {
    background-color: #111111;
    padding: 0;
    height: 55px;
    border-bottom: 5px solid #ccc;
    display: none;

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

    @media (max-width: 425px) {
      padding: 4px 0;
      height: 60px;
      max-height: 60px;
    }

    .sw19s-std-wrap {
      height: 100%;
      display: flex;
      justify-content: space-between;
      margin: 0;
    }

    .logo-and-lang {
      display: flex;
      align-items: center;
      margin: 0;
      max-height: none;
    }

    .logo {
      height: 100%;
      min-width: 42px;
      max-width: 201px;
    }

    .full-logo {
      height: 100%;
      margin: 0 0 10px -5px;

      img {
        width: 100%;
        height: auto;
        max-width: 201px;
        max-height: 40px;
        margin-top: 3px;
      }
    }

    .logo svg {
      height: 100%;
      width: auto;
    }

    .logo svg .flame {
      fill: #FF6200;
    }

    .full-logo svg {
      fill: #fff;
      margin: 0;
    }

    .just-flame {
      height: 100%;
      display: none;
      margin: 0;
    }

    .just-flame svg {
      fill: #FF6200;
      height: 100%;
      max-height: 38px;
      margin: 5px 0 0 -5px;
    }

    .lang {
      position: relative;
      display: none;
      margin: -2px 0 0 15px;
      z-index: 13;
    }

    .lang button {
      background: none;
      border: none;
      font-family: "Roboto", sans-serif;
      padding: 0;
      color: #fff;
      cursor: pointer;
      font-size: 14px;
      line-height: 16px;
    }

    .lang button svg {
      fill: #a1a1a1;
      width: 7px;
    }

    .lang .menu {
      display: none;
      left: -5px;
      position: absolute;
      min-width: 80px;
      padding: 5px 0;
      margin-top: 2px;
      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%);

      @media (max-width: 1200px) {
        margin-top: 18px;
        left: -41px;
      }
    }

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

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

    .lang a {
      color: #111111;
      text-decoration: none;
      font-size: 14px;
    }

    .lang a:hover {
      text-decoration: underline;
    }

    &.selected .lang {
      display: block;
    }

    &.selected .full-logo {
      display: none;
    }

    &.selected .just-flame {
      display: block;
    }

    &.selected .lang {
      display: block;
    }

    .swhamburger {
      height: 44px;
      margin: 4px -3px 0 0;
      padding: 0;
    }

    .swhamburger:hover {
      cursor: pointer;
    }

    .swhamburger:before,
    .swhamburger:after {
      width: 18px;
      height: 1px;
      background-color: #fff;
      content: "";
      display: block;
      border-radius: 1px;
      transition: all 0.25s;
    }

    .swhamburger:before {
      margin-top: 15px;
    }

    .swhamburger:after {
      margin-top: 5px;
    }

    &.selected .swhamburger:before {
      transform: translateY(3px) rotate(45deg);
    }

    &.selected .swhamburger:after {
      transform: translateY(-3px) rotate(-45deg);
    }
  }

  .sw19b-header-navbar {
    font-family: "Roboto", sans-serif;
    background-color: #111111;
    position: relative;
    z-index: 501;

    .sw19s-std-wrap {
      display: flex;
      justify-content: space-between;
    }

    .links {
      display: flex;
    }

    .links a,
    .extra-links a {
      font-weight: bold;
      color: #fff;
      font-size: 14px;
      text-decoration: none;
      padding: 14px 41px 14px 0;
      display: block;
      flex-grow: 1;
      white-space: nowrap;
      text-transform: uppercase;
    }

    .links a:not(.sw19-nav-button-default) {
      padding: 14px 30px 14px 0;
    }

    .links a.orange {
      color: #FF6200;
    }

    .links a.orange:hover {
      color: #ff7a00;
    }

    a.parent {
      cursor: pointer;
    }

    a.parent svg {
      width: 9px;
      height: 9px;
      stroke: #fff;
      fill: none;
      margin-bottom: 1px;
      transition: transform 0.2s;
      vertical-align: baseline;
    }

    a.selected svg {
      transform: rotate(90deg);
      stroke: #ccc;
    }

    a.parent:hover svg {
      stroke: #ccc;
    }

    .links a:hover,
    .extra-links a:hover,
    .links a.selected {
      color: #ccc;
    }

    .extra {
      display: flex;
      margin: 1px 0 -1px;
    }

    .extra .extra-links {
      display: flex;
    }

    .extra .extra-links .sw19-nav-button-orange {
      color: #FF6200;
    }

    .extra .extra-links .sw19-nav-button-orange:hover {
      color: #ff7a00;
    }

    .extra .extra-links .sw19-nav-btn-orange {
      background-color: #FF6200;
    }

    .extra .extra-links .sw19-nav-btn-orange:hover {
      color: #ff7a00;
    }

    .extra .extra-links .sw19-nav-button-green {
      color: #81c23c;
    }

    .extra .extra-links .sw19-nav-button-green:hover {
      color: #94d24b;
    }

    .extra .extra-links .sw19-nav-btn-green {
      background-color: #81c23c;
    }

    .extra .extra-links .sw19-nav-btn-green:hover {
      background-color: #94d24b;
    }

    .extra .extra-links a[class*="sw19-nav-btn"] {
      color: white;
      padding: 10px 20px;
      margin: auto;
      font-size: 16px;
    }

    .extra .extra-links a[class*="sw19-nav-button"]:last-child {
      padding-right: 0;
    }

    .extra button {
      background: transparent;
      border: none;
      padding: 0;
      color: #fff;
      fill: #fff;
      cursor: pointer;
    }

    .extra button:hover {
      color: #ccc;
      fill: #ccc;
    }

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

    .extra button.search:focus {
      outline: none;
    }

    .extra.selected button.search svg {
      display: none;
    }

    .extra button.search span {
      display: none;
      font-size: 22px;
    }

    .extra.selected button.search span {
      display: inline;
    }

    .extra .search-box {
      display: none;
    }

    .extra.selected .extra-links {
      display: none;
    }

    .extra.selected .search-box {
      display: flex;
    }

    .extra .search-box input {
      background: transparent;
      border: none;
      color: #fff;
      margin-left: 8px;
      outline: none;
      min-width: 275px;
      font-size: 14px;
      font-family: inherit;
    }

    .extra .search-box input::placeholder {
      color: #ccc;
      font-size: 14px;
    }

    .extra .search.hide {
      display: none;
    }

    .extra.selected .search.hide {
      display: block;
    }

    @media (max-width: 1200px) {
      display: none;
      opacity: 0.8;
    }
  }

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

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

    &.selected {
      display: block;
    }

    .description {
      flex-grow: 1;
    }

    .description a {
      text-decoration: none;
    }

    .description a: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;
    }

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

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

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

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

    #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;
        }
      }
    }

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

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

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

    .filler.sw-subnav-2:before {
      background-color: #FF6200;
    }

    .filler.sw-subnav-3:before {
      background-color: #FBDC44;
    }
  }

  .sw19b-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;
    }

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

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

    .links a:hover {
      text-decoration: underline;
    }

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

  .sw19b-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;
    }

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

    .links a + a {
      margin-top: 12px;
    }

    .links a:hover {
      text-decoration: underline;
    }
  }

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

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

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

    .subnav .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;
    }

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

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

    .subnav a.selected .fort,
    .subnav a.selected svg {
      color: #AADC33;
      fill: #AADC33;
    }

    .subnav a.selected {
      background-color: #fff;
      border-left: 6px solid #AADC33;
      padding-left: 30px;
    }

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

    .subnav .color-line svg {
      height: 100%;
      width: 100%;
    }

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

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

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

    .subnav .callout a:hover {
      text-decoration: underline;
    }

    .subnav a.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;
    }

    .subnav ~ * {
      display: none;
    }

    .subnav ~ .selected {
      display: block;
    }

    .description p {
      font-size: 12px;
      margin: 0;
    }

    .description p.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;
      }
    }

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

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

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

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

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

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

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

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

    .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;
      }
    }

    p.title.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;
    }

    a.watch:hover {
      text-decoration: underline;
      color: #ff7a00;
      fill: #ff7a00;
    }

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

    .tabs {
      margin-bottom: 61.8px;
    }

    .tabs a {
      cursor: pointer;
    }

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

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

    .subnav a:hover svg {
      margin: 0 auto;
    }

    .subnav a {
      cursor: pointer;
    }

    .subnav a:hover {
      padding-left: 29px;
      background-color: #fff;
      border-left: 6px solid transparent;
    }

    .subnav a:nth-child(4n + 1):hover {
      border-color: #AADC33;

      svg {
        fill: #AADC33;
      }
    }
    .subnav a:nth-child(4n + 2):hover {
      border-color: #00C8DC;

      svg {
        fill: #00C8DC;
      }
    }
    .subnav a:nth-child(4n + 3):hover {
      border-color: #FF6200;

      svg {
        fill: #FF6200;
      }
    }
    .subnav a:nth-child(4n + 4):hover {
      border-color: #FBDC44;

      svg {
        fill: #FBDC44;
      }
    }

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

    .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;
    }
  }

  .sw19b-header-mobile {
    font-family: "Roboto", sans-serif;
    display: none;
    background-color: #fff;
    border-bottom: 5px solid #00C8DC;

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

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

    .menu-and-panel > 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;
    }

    .menu-and-panel {
      .clean-link {
        font-size: 14px;
        color: #111111;
        text-decoration: none;
      }
    }

    .menu-and-panel .mob-bot-links {
      font-size: 14px;
      line-height: 36px;
      font-weight: 700;
      color: #00C8DC;
      padding-left: 1.75em;
      padding-top: unset;
      padding-bottom: 5px;
      position: relative;
      text-transform: none;
    }

    .menu-and-panel > a.orange {
      color: #FF6200;
    }

    .menu-and-panel > a.green {
      color: #FF6200;
    }

    .menu-and-panel + .menu-and-panel {
      border-top: 2px dotted #111111;
      padding: 0;
    }

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

    .panel {
      display: none;
      margin: 0;
    }

    .selected .panel {
      display: block;

      @media (max-width: 1024px) {
        &.hide {
          display: none;
        }
      }
    }

    .panel > 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;
    }

    .panel > a.view-more {
      color: #FF6200;
      font-weight: 700;
      text-transform: uppercase;
    }

    .panel > 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;
    }

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

    .panel.selected .subnav.collapsable {
      display: block;
    }

    .panel.selected .subnav.collapsable:first-of-type {
      padding-top: 5px;
    }

    .panel.selected .subnav.collapsable:last-of-type {
      padding-top: 0;
      padding-bottom: 5px;
    }

    .panel-grid {
      display: flex !important;
      align-items: center;

      .panel-link {
        width: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -5px;
      }

      span {
        width: 80%;
        display: block;
      }
    }

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

    @media (max-width: 1200px) {
      &.selected {
        display: block;
        position: absolute;
        z-index: 12;
        width: 100%;
      }
    }

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

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