.M_AB_09 > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000; }
  .M_AB_09 > ul li {
    text-align: center;
    background-color: #BBAF91;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .M_AB_09 > ul li.active, .M_AB_09 > ul li:hover {
      background-color: #A89A74; }
    .M_AB_09 > ul li:not(:first-child):not(:last-child) {
      border-right: 2px solid #A89A74; }
    .M_AB_09 > ul li a {
      padding: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .M_AB_09 > ul li a span {
        display: none; }
      @media (min-width: 48em) {
        .M_AB_09 > ul li a {
          padding: 5px; } }
      @media (min-width: 62em) {
        .M_AB_09 > ul li a {
          font-size: 23px;
          font-weight: 600;
          padding: 1.5rem; }
          .M_AB_09 > ul li a .icon {
            margin-right: 1.5rem; }
          .M_AB_09 > ul li a span {
            display: block; } }