  /**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.site-banner-quicklinks a {
  background: #FFC70A;
  border-radius: 2px;
  color: #252525;
}
.site-banner-quicklinks a span:after {
  background: currentColor;
}

.menu.site-menu > li:nth-child(2) a {
  background: #FFC70A;
  color: #252525;
}

.menu.site-menu > li:nth-child(2) a > span::after {
  background: currentColor;
}

@media screen and (min-width: 64em) {
  .site-banner-quicklinks {
    display: none;
  }
}
