

h4.rte-heading::before {
    display: block;
    content: '';
    width: 75%;
    height: 1px;
    background: #e5e5e5;
    margin: -14px auto 24px auto;
}

/**umb_name:Top-Level Heading*/
h4.rte-heading {
	/*font-size: 22px;
	*/font-size: 26px;
	/*color: #014b92;
	*/color: #414042;
	font-weight: bold;
}

/**umb_name:Second-Level Heading*/
h5.rte-heading {
	font-size: 20px;
	font-weight: bold;
}

/**umb_name:<abbr>*/
abbr.rte-heading {
	text-decoration: none;
	border-bottom: 1px dotted #aaaaaa;
	cursor: help;
}
