.menu--account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .menu--account .menu__item {
    font-size: 0.7rem;
    line-height: 1.71429;
    white-space: nowrap; }
    .menu--account .menu__item:not(:last-child) {
      margin-right: 0.28571em; }
      .menu--account .menu__item:not(:last-child):after {
        content: " /"; }
  .menu--account .menu__link {
    color: #151515;
    font-family: "Poynter Gothic Text Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap; }
    .menu--account .menu__link--highlight {
      font-weight: 600; }
    .menu--account .menu__link:hover {
      text-decoration: underline; }
  .menu-drawer .menu--account .menu__link {
    color: #767676; }
