.sw19b-header-navbar {
  .extra button.search {
    display: none;
  }
}

.sw19b-secondary-nav {
  box-shadow: 0 10px 10px -10px rgba(17, 17, 17, 0.3);
  position: relative;
  z-index: 2;
  background: #fff;
  height: 70px;

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

  .crumbs {
    flex-grow: 1;
  }

  .crumbs a {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #111111;
    cursor: pointer;
    text-decoration: none;
  }

  .title .flame {
    max-width: 19px;
    margin-right: 11px;
    position: relative;
    top: 2px;
  }

  .title svg:not(.flame) {
    stroke: #111111;
    fill: none;
    transition: transform 0.2s;
    display: none;
    padding-left: 10px;
    width: 19px;

    &.selected {
      transform: rotate(90deg);
      padding-left: 0;
      width: 9px;
    }
  }

  .title {
    line-height: 70px;
    margin-right: 20px;
  }

  .title:hover {
    color: #a1a1a1;
  }

  .crumb {
    display: inline-block;
    margin-left: 30px;
    line-height: 70px;
  }

  .crumb svg {
    stroke: #111111;
    fill: none;
    margin-left: 2px;
    transition: transform 0.2s;
  }

  .crumb.selected svg {
    transform: rotate(90deg);
  }

  .signup {
    background-color: #81c23c;
    font-weight: bold;
    color: #fff;
    padding: 10px 24px;
    line-height: 20px;
    font-size: 14px;
    text-decoration: none;
    display: none;
    margin: 15px 0;
  }

  .signup:hover {
    background: #94d24b;
  }

  &.docked {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: #111111;

    a {
      color: #fff;
    }

    .crumb svg {
      stroke: #fff;
    }

    .signup {
      display: block;
    }
  }

  @media (max-width: 992px) {
    height: 50px;
    overflow: hidden;

    .title {
      line-height: 50px;
      display: flex;
      justify-content: space-between;
      margin-right: 0;
    }

    .title:hover {
      color: #111111;
    }

    .title .flame {
      display: none;
    }

    .title svg:not(.flame) {
      display: block;
    }

    .crumb {
      display: none;
    }

    &.docked-mobile {
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      background: #111111;

      a {
        color: #fff;
      }

      .crumb svg {
        stroke: #fff;
      }

      .title:hover {
        color: #fff;
      }

      .title svg:not(.flame) {
        stroke: #fff;
      }
    }
  }
}

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

  .menu-and-panel > a {
    display: block;
    color: #a1a1a1;
    font-size: 14px;
    text-decoration: none;
    padding: 17px 0;
    font-weight: bold;
  }

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

  .menu-and-panel + .menu-and-panel {
    border-top: 2px dashed #ccc;
  }

  .menu-and-panel > a svg {
    width: 20px;
    height: 20px;
    float: right;
    fill: #a1a1a1;
  }

  .panel {
    display: none;
  }

  .selected .panel {
    display: block;
  }

  .panel > a {
    display: block;
    font-size: 14px;
    margin-bottom: 18px;
    color: #111111;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
  }

  .panel > a.view-more {
    color: #FF6200;
    font-weight: 500;
  }

  .panel > p {
    font-size: 14px;
    font-weight: bold;
    color: #111111;
    margin-bottom: 12px;
  }

  .panel .subnav a {
    font-size: 12px;
    color: #111111;
    display: block;
    text-decoration: none;
    padding-left: 15px;
    margin-bottom: 12px;
  }

  @media (max-width: 992px) {
    &.selected {
      display: block;
    }
  }
}

.sw19b-secondary-nav-panel {
  display: none;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 40px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  font-family: "Roboto", sans-serif;
  box-shadow: 0 10px 10px -10px #111111;
  font-size: 14px;
  color: #111111;

  &.selected {
    display: block;
  }

  .columns {
    display: flex;
  }

  .column {
    width: 250px;
  }

  .column:not(:first) {
    margin-left: 30px;
  }

  .title {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 16px;
  }

  .column > a {
    display: block;
    text-decoration: none;
    margin-top: 10px;
    line-height: 16px;
  }

  .column > a:hover {
    text-decoration: underline;
  }

  .more {
    display: block;
    color: #FF6200;
    margin-top: 20px;
    font-weight: 500;
    text-decoration: none;
  }

  .more:hover {
    text-decoration: underline;
    color: #ff7a00;
  }

  &.docked {
    position: fixed;
    top: 66px;
  }
}

.vspacepad-top-xxl {
  padding-top: 60px;
}
