







/* unvisited link */a.WhiteLinks:link {  color: #ffffff;
	text-decoration: none;
	}/* visited link */a.WhiteLinks:visited {  color: #c0cedb;
	text-decoration: none;
	}/* mouse over link */a.WhiteLinks:hover {  color: #fe9903;
	text-decoration: underline;
	}/* selected link */a.WhiteLinks:active {  color: #c0cedb;
	text-decoration: none;
	font-weight: bold;
	}

/**umb_name:Header*/
h1 {
	font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: .5rem;
	font-weight: bold;
	line-height: 1.2;
	color: #1B3F5F;
	font-size: 26px;
}

/**umb_name:Sub Header*/
h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	color: #564a3d;
	font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 25px;
}

/**umb_name:Sub Header 2*/
h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	color: #29679a;
	font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 20px;
}

/**umb_name:Sub Header 3*/
h4 {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	color: #29679a;
	font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 20px;
	text-decoration: underline;
}

/**umb_name:Body Text*/
bodytext {
	font-size: 1rem;
	line-height: 1.5;
	body-color: #1a1z1a;
}
