.menu--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.5rem; }
  .menu--footer .menu__link {
    font-size: 0.9rem;
    color: #000;
    display: block;
    font-family: "Poynter Gothic Text Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 0.88889em;
    text-decoration: none;
    text-transform: uppercase; }
  @media (max-width: 47.9375em) {
    .menu--footer .menu__item {
      width: 50%; }
      .menu--footer .menu__item:nth-child(odd) .menu__link {
        padding-left: 0; }
      .menu--footer .menu__item:nth-child(even) .menu__link {
        padding-right: 0; }
    .menu--footer .menu__link {
      padding: 0.44444em; }
      .menu--footer .menu__link.is-active {
        color: #57a039; } }
  @media (min-width: 48em) {
    .menu--footer {
      border-bottom: 1px solid #d7d7d7;
      margin-bottom: 2rem; }
      .menu--footer .menu__item:first-child {
        margin-left: -0.8rem; }
      .menu--footer .menu__link {
        position: relative; }
        .menu--footer .menu__link:after {
          -webkit-transition: background-color 0.15s ease-in-out 0s;
          transition: background-color 0.15s ease-in-out 0s;
          bottom: -1px;
          content: '';
          display: block;
          height: 1px;
          left: 0.88889em;
          position: absolute;
          width: calc(100% - 1.77778em); }
        .menu--footer .menu__link:hover:after, .menu--footer .menu__link.is-active:after {
          background-color: #57a039; } }
