/******************************************************************************
Ensure that all information conveyed with color is also available without color
*******************************************************************************/
/* core/libraries/jquery.mmenu/assets/4.7.5/jquery.mmenu.all.min.css */
.mm-menu .mm-footer,
.mm-menu .mm-header,
.mm-menu em.mm-counter {
	color: rgba(255, 255, 255, 0.3);
	font-weight: 700;
}

.mm-menu .mm-noresultsmsg {
	color: rgba(255, 255, 255, 0.3);
	font-weight: 700;
}

.mm-menu.mm-light .mm-noresultsmsg {
	color: rgba(0, 0, 0, 0.3);
	font-weight: 700;
}

.mm-menu.mm-white .mm-noresultsmsg {
	color: rgba(0, 0, 0, 0.3);
	font-weight: 700;
}

.mm-menu.mm-black .mm-list > li > a.mm-subclose {
	background: rgba(255, 255, 255, 0.25);
	color: rgba(255, 255, 255, 0.3);
	font-weight: 700;
}

/******************************************************************************
Removing the underline from links makes it hard for color-blind users to see them.
*******************************************************************************/
/* core/libraries/jquery.mmenu/assets/4.7.5/jquery.mmenu.all.min.css */
.mm-buttonbar > a,
.mm-list a,
.mm-list a:hover {
	text-decoration: underline;
}

/******************************************************************************
Ensure that foreground and background colors have enough contrast.
*******************************************************************************/
/* core/libraries/jquery.mmenu/assets/4.7.5/jquery.mmenu.all.min.css */
.mm-menu .mm-search input {
	background: #fff;
	color: #757575;
}

.mm-menu.mm-light .mm-search input {
	background: #000;
	color: #757575;
}

.mm-menu.mm-white .mm-list > li > a.mm-subclose {
	background: #000;
	color: #757575;
}

.mm-menu.mm-white .mm-search input {
	background: #000;
	color: #757575;
}

.mm-menu.mm-black .mm-list > li > a.mm-subclose {
	background: #fff;
	color: #757575;
}

.mm-menu.mm-black .mm-search input {
	background: #fff;
	color: #757575;
}
/******************************************************************************
Use relative rather than absolute units in CSS property values.
*******************************************************************************/
/* core/libraries/jquery.mmenu/assets/4.7.5/jquery.mmenu.all.min.css */
.mm-list {
	font-size: 0.875rem;
}

.mm-list > li.mm-label {
	font-size: 0.625rem;
	line-height: 1.5625rem;
}

em.mm-counter {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.mm-search input {
	font-size: 0.875rem;
	line-height: 1.875rem;
}

.mm-menu .mm-noresultsmsg {
	font-size: 1.3125rem;
}
