/* Menu Items */
.top-bar ul li a {
	font: bold 1rem/1.5625rem 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	color: #6B6965;
	border-bottom: solid 1px #c7c2ba;
	text-transform: uppercase;
	padding: 12px 0 12px 0;
	padding-left: 15px;
	width: 100%;
}

/* Override padding & background color */
.top-bar, .top-bar ul {
	padding: 0;
	background-color: #fff;
}

	/* Set the color of the drilldown arrow */
	.top-bar .is-drilldown-submenu-parent > a::after {
		border-left-color: rgba(90,90,90,0.4);
	}

	/* Set the color of the back arrow */
	.top-bar .js-drilldown-back > a::before {
		border-right-color: rgba(90,90,90,0.4);
	}

/* Update Menu "Grabber" to be all white*/
.menu-icon::after {
	background: #fff;
	box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}

.menu-icon:hover::after {
	background: #fff;
	box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}

/* Remove the max-width which screws up re-sizing on orientation change */
.is-drilldown {
	max-width: none !important;
}