

/**umb_name:20px Avenir*/
.richTitle {
	font-family: Avenir;
	font-size: 20px;
	color: #404040;
	line-height: 1.6;
	margin-bottom: 47px;
}

/**umb_name:Heading*/
.richHeading {
	font-family: Avenir-heavy;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.04;
	color: #404040;
	display: inline-block;
	margin-top: 50px;
}

/**umb_name:Default*/
.rich-default {
	font-family: avenir-light;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.86;
	color: #404040;
}

/**umb_name:Quote*/
.rich-quote {
	border-left: 4px solid #bf1520;
	padding-left: 40px;
	font-family: Avenir;
	font-size: 20px;
	line-height: 23px;
	color: #404040;
	-webkit-box-decoration-break: clone;
}

/**umb_name:Quote Author*/
.rich-quote-author {
	border-left: 4px solid #bf1520;
	padding-left: 40px;
	font-weight: light;
	font-family: Avenir-light;
	font-size: 14px;
	line-height: 23px;
	color: #404040;
	height: 40px;
	display: flex;
	align-items: flex-end;
}
