/*UComms font update 2024: Metropolis*/
@import url(https://msu-p-001.sitecorecontenthub.cloud/api/public/content/1a1d46b45afb40eda6ebf4ed44077295);

body {
	font: 16px/21px Arial, Helvetica, sans-serif;
	color: #414141;	
	background: #E4E8DE;
}
h2 {
	font-size: 22px;
	line-height: 26px;
	margin: 0;
	color: #548654;
	font-weight: bold;	
	font-family:'Metropolis', sans-serif;
}
small,
small.form-help,
.form-help {
	color:#333;
	font:normal 11px Arial, Helvetica, sans-serif;
	line-height:30px;
}
@media screen and (max-width:500px) {
	small,
	small.form-help,
	.form-help {
		display:inline-block;
	}
}

.sr-only {
	height:1px;
	overflow:hidden;
	position:absolute;
		top:-2000%;
		left:-2000%;
	width:1px;
}