

/**umb_name:PDF Link*/
.rte__link--pdf {
	color: #00718f;
}

/**umb_name:CSV Link*/
.rte__link--csv {
	color: #00718f;
}

/**umb_name:Excel Link*/
.rte__link--excel {
	color: #00718f;
}

/**umb_name:Heading 2*/
h2 {
	font-weight: 500;
	font-size: 36px;
}


/**umb_name:Heading 2 with Spacer*/
h2.heading__2xl--spacer {
	font-size: 36px;
}

/**umb_name:Heading 3*/
h3 {
	font-weight: 500;
	font-size: 24px;
}

/**umb_name:Heading 4*/
h4 {
	font-weight: 400;
	font-size: 20px;
}

/**umb_name:Body*/
.heading__m {
	font-weight: 400;
	font-size: 16px;
}

/**umb_name:Body Bold*/
.heading__m--bold {
	font-weight: 600;
	font-size: 16px;
}

/**umb_name:Small Body*/
.heading__s {
	font-weight: 400;
	font-size: 14px;
}

/**umb_name:Small Body Bold*/
.heading__s--bold {
	font-weight: 600;
	font-size: 14px;
}

/**umb_name:List Container*/
div.list-container {
	display:flex;
}
