/* Turn off account button on mobile */
#masthead > div.mast.container.full > div > div.mastControls > nav > span.toggleIcon > a {
	/* visibility: hidden; */
}

/* Turn off register and sign in links on desktop */
#mastnav {
	/* visibility: hidden; */
}