.header_expanded {
	height: 100vh;
	max-height: 432px;
	overflow-x: hidden;
	overflow-y: auto;
}

.header_expanded_logged_in {
	height: 100vh;
	max-height: 476px;
	overflow-x: hidden;
	overflow-y: auto;
}

#nav_menu_button {
	display: block;
}

.nav_menu {
	display: none;
	/*height: 426px;
	max-height: 426px;*/
}

.menu_expanded {
	width: 100%;
	display: block;
	/*clear: both;*/
	/*margin-bottom: 12px;*/
}

.nav_menu_link {
	width: 100%;
	float: none;
	padding: 12px;
	text-align: center;
}

.float-break {
	max-width: 100%;
	height: auto;
	float: none;
	margin: 0 0 10px 0;
}