Choosing a selection results in a full page refresh.
Opens in a new window.
/* Change mobile menu font to black */
@media screen and (max-width: 749px) {
.menu-drawer__menu-item,
.menu-drawer__close-button,
.list-menu__item {
color: #000000 !important;
}
}