/* ----------------------------------------------- */
/* ------------- UMC DESKTOP QUICK NAV ----------- */

.umc-desktop-quick-nav {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.umc-desktop-quick-nav .uu-section__container {
	width: 100%;
	max-width: 100%;
	padding: 0px;
	margin: 0px;
}
.umc-desktop-quick-nav .uu-section__region {
	width: 100%;
	max-width: 100%;
	padding: 0px;
	margin: 0px;
}

.uu-desktop__quick-nav {
	display: block;
	position: relative;
	width: 100%;
	z-index: 100;
}

.uu-desktop__quick-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: stretch;
}

.uu-desktop__quick-nav li {
	flex: 1 1 33.333%;
	border-right: 1px solid #707070;
	border-collapse: collapse;
	margin: 0;
}
.uu-desktop__quick-nav li:last-child {
	border-right: 0;
}

.uu-desktop__quick-nav a {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-content: center;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #372C2C;
	font-size: 16px;
	padding: 30px;
	background-color: #333;
	transition: all .3s ease-in-out;
	height: 100%;
}
.uu-desktop__quick-nav a:hover,
.uu-desktop__quick-nav a:focus {
	/* background-color: #c51230;*/
	background-color: #CC0000;
}

.uu-desktop__quick-nav a:focus {
	outline: 2px dotted;
	outline-offset: -2px; 
}

.uu-desktop__quick-nav span {
	margin: 5px auto;
	font-size: 40px;
	transition: all .3s ease-in-out;
}

.uu-desktop__quick-nav a:hover span, .uu-desktop__quick-nav a:focus span {
	transform: translateY(-2px);
}


@media (max-width: 600px) {
	.uu-desktop__quick-nav {
		display: none !important;
	}
}

/* ----------- END UMC DESKTOP QUICK NAV --------- */
/* ----------------------------------------------- */
