#ucn {
	background-color: #333f48 !important;
	display: flex !important;
	justify-content: flex-start !important;
}

#ucn .ucn-icon {
	padding: 6px 8px !important;
	border-right: solid 1px #ffffff !important;
	width: 36px !important;
}

#ucn .ucn-icon svg {
	display: block !important;
	width: 20px !important;
}

#ucn .menu-universal-navigation-container {
	color: #ffffff !important;
	overflow-x: scroll;
}

#ucn .menu-universal-navigation-container a,
#ucn .menu-universal-navigation-container a:hover {
	font-size: 0.875em;
	color: #ffffff !important;
	text-decoration: none !important;
	padding: 4px 12px !important;
	margin: 0 !important;
	height: 100% !important;

	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	transition: background-color 0.125s !important;
}

#ucn .menu-universal-navigation-container a:hover {
	background-color: rgba(255 255 255 / 10%) !important;
}

#ucn .menu-universal-navigation-container .menu {
	margin: 0 !important;
	padding: 0 !important;
	height: 100% !important;
	display: flex !important;
}

#ucn .menu-universal-navigation-container .menu-item {
	list-style: none !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	white-space:nowrap !important;
}
