#menu-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.125rem;
  margin: 0;
  width: 100%;
}

@media only screen and (min-width: 37.5rem) {
  #menu-footer {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#menu-footer.menu--level-0 > li {
  list-style: none;
}

#menu-footer.menu--level-0 > li > a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #FFCE67;
  padding-left: 0;
  background: none;
  text-decoration: none;
}

#menu-footer > li {
  width: 100%;
  margin-bottom: 1em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (min-width: 37.5rem) {
  #menu-footer > li {
    width: 33%;
    margin-right: 0.33%;
    margin-bottom: 2rem;
  }
  #menu-footer > li:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 60rem) {
  #menu-footer > li {
    width: 24%;
    margin-right: 1.333%;
    margin-bottom: 3em;
  }
  #menu-footer > li:nth-child(3n+3) {
    margin-right: 1.333%;
  }
  #menu-footer > li:nth-child(4n+4) {
    margin-right: 0;
  }
}

#menu-footer > .fullwidth {
  width: 100%;
}

#menu-footer > .fullwidth > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 37.5rem) {
  #menu-footer > .fullwidth > ul {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#menu-footer > .fullwidth > ul > li {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 37.5rem) {
  #menu-footer > .fullwidth > ul > li {
    width: 33%;
    margin-right: 0.33%;
    margin-bottom: 2rem;
  }
  #menu-footer > .fullwidth > ul > li:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 60rem) {
  #menu-footer > .fullwidth > ul > li {
    width: 24%;
    margin-right: 1.333%;
    margin-bottom: 3em;
  }
  #menu-footer > .fullwidth > ul > li:nth-child(3n+3) {
    margin-right: 1.333%;
  }
  #menu-footer > .fullwidth > ul > li:nth-child(4n+4) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 37.5rem) {
  #menu-footer > .dual-column {
    width: 66%;
  }
  #menu-footer > .dual-column > ul {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (min-width: 60rem) {
  #menu-footer > .dual-column {
    width: 48%;
  }
}

#menu-footer ul.menu {
  margin: 0;
}

#menu-footer li {
  padding: 0;
}

#menu-footer li > a {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 1em;
  background: url("../images/dist/arrow-right-peach.svg") no-repeat left 0.25rem;
  background-size: 0.75rem 0.75rem;
  padding-left: 1.25rem;
  padding-right: 0.25rem;
  text-decoration: none;
}

#menu-footer li > span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 1rem;
}

#menu-footer li.menu-item--expanded {
  list-style: none;
}
