header * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.show-for-sr, .show-on-focus {
	position: absolute!important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0,0,0,0)
}
#umnhf-wrapper {
	width: 100%!important;
	background: #7a0019
}
#mandatory-header-wrapper {
	padding: 17px 0;
	margin: 0 auto;
	background: #7a0019;
	position: relative;
    z-index: 100;
}
#extHead-wrapper, #umnhf-h-cl {
	display: none
}
#umnhf-h-logo {
	display: block;
	float: left;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(/img/ext-logo.svg) no-repeat !important;
	max-width: 500px !important;
	width: 100% !important;
	margin: 10px 0 !important;
	height: 30px !important;
}

@media (min-width:520px) {
#umnhf-h-logo {
	margin: 10px 0 !important;
}
}

@media (min-width:992px) {
#umnhf-h-logo {
	width: 400px !important;
	height: 38px !important;
	margin: 5px 0 !important;
}
}

@media (min-width:1200px) {
#umnhf-h-logo {
	width: 500px !important;
	height: 48px !important;
}
}
