@media all and (max-width: 900px) and (min-width: 641px)
{
	header
	{
		padding: 0px 20px;
		box-sizing: border-box;
	}

	header {
		width: 100% !important;
		margin: 0;
	}

	header > a {
		width: 11%;
		min-width: 90px;
	}

	header div#container-account-actions #masthead-nested-trigger > a {
		max-width: 200px !important;
	}

	header nav > ul > li{
		margin-left: 20px !important;
		display: none !important;
	}

	/* keep discover and businesses in the top nav*/
	header nav > ul li:last-child,
	header nav > ul li:first-child{
		display: block !important;
	}

	header nav > ul li.separate a span{
		border-left: 0 !important;
		padding-left: 0px !important;
	}

}