

/**umb_name:H1*/
h1 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.11111;
	text-transform: uppercase;
}

/**umb_name:H2*/
h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.42857;
	text-transform: uppercase;
}

/**umb_name:H3*/
h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.66667;
	text-transform: uppercase;
}

/**umb_name:H4*/
h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

/**umb_name:H5*/
h5 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.11111;
}

/**umb_name:Lead*/
.u-lead {
	font-size: 15px;
	line-height: 1.33333;
	font-weight: bold;
	color: #015197;
}

/**umb_name:paragraph*/
p {
}

/**umb_name:numbered-list*/
.c-numbered-list {
	list-style: none;
	counter-reset: li;
	margin-left: 0;
	padding-left: 0;
}

/**umb_name:Tile*/
.tile {
	display: inline-block;
	padding-bottom: 7px;
}
