.account-nav-container {
  padding: 0 1.25rem;
  position: relative;
  z-index: 11; }
  .account-nav-container .account-nav {
    border: none; }
    .account-nav-container .account-nav .navbar {
      margin: 0 -1.25rem;
      z-index: 1; }
    .account-nav-container .account-nav .account-navigation-bar {
      border-bottom: 1px solid #111;
      font-size: 1.125rem;
      font-weight: 600;
      letter-spacing: -0.02em;
      line-height: 1.25rem;
      padding: 1rem 0.875rem 1rem 1.5rem;
      width: 100%; }
      .account-nav-container .account-nav .account-navigation-bar .caret-icon {
        transform: rotate(180deg);
        transition: all 0.2s ease-in-out; }
      .account-nav-container .account-nav .account-navigation-bar.collapsed .caret-icon {
        transform: rotate(0); }
    .account-nav-container .account-nav .account-navigation {
      background-color: #fff;
      border-bottom: 1px solid #111;
      position: absolute;
      top: 3.3125rem;
      width: 100%;
      z-index: 1; }
      .account-nav-container .account-nav .account-navigation .navbar-nav {
        padding: 0;
        z-index: 11; }
        .account-nav-container .account-nav .account-navigation .navbar-nav li {
          margin: 0;
          padding: 0 2rem;
          transition: all 0.2s ease-in-out; }
          .account-nav-container .account-nav .account-navigation .navbar-nav li.active {
            display: none; }
            .account-nav-container .account-nav .account-navigation .navbar-nav li.active a {
              font-weight: 600;
              pointer-events: none;
              text-decoration: underline; }
          .account-nav-container .account-nav .account-navigation .navbar-nav li .nav-link {
            background-color: transparent;
            color: #111;
            font-size: 1rem;
            letter-spacing: -0.02em;
            line-height: 3.5rem;
            padding: 0;
            transition: all 0.2s ease-in-out; }
  @media (min-width: 992px) {
    .account-nav-container {
      border: none;
      padding: 0 0.9375rem;
      z-index: 1; }
      .account-nav-container .account-nav {
        border: 1px solid #d4d4d4;
        border-radius: 1rem 1rem 0 0;
        overflow: hidden; }
        .account-nav-container .account-nav .navbar {
          margin: 0; }
        .account-nav-container .account-nav .account-navigation {
          background-color: #f2f2f2;
          border-bottom: none;
          position: relative;
          top: unset; }
          .account-nav-container .account-nav .account-navigation .navbar-nav {
            padding: 1.5rem 2.125rem;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
                justify-content: space-between;
            width: 100%;
            text-align: center;
            -ms-flex-align: center;
                align-items: center; }
            .account-nav-container .account-nav .account-navigation .navbar-nav li {
              padding: 0; }
              .account-nav-container .account-nav .account-navigation .navbar-nav li:nth-child(2) {
                border-top: none; }
              .account-nav-container .account-nav .account-navigation .navbar-nav li.active {
                display: list-item; }
              .account-nav-container .account-nav .account-navigation .navbar-nav li .nav-link {
                line-height: 1.25rem; } }

/*# sourceMappingURL=accountNavigation.css.map*/