
.rte-color-black {
	color: #6C6D70;
}
.rte-color-grey {
	color: #979797;
}
.rte-color-white {
	color: #fff;
	text-shadow: 0px 1px 4px #333333;
}
.rte-color-green {
	color: #94C83C;
}
.rte-color-magenta {
	color: #EB0068;
}
.rte-color-blue {
	color: #015AA9;
}
.rte-color-orange {
	color: #F9A71B;
}

.rte-size-xl {
	font-size: 2.5em;
	font-weight: bold;
}
.rte-size-lg {
	font-size: 2em;
	font-weight: bold;
}
.rte-size-md {
	font-size: 1.5em;
}
.rte-size-sm {
	font-size: 0.9em;
}
.rte-size-xs {
	font-size: 0.7em;
}

.multicol-2 {
	column-count: 2;
	column-gap: 1rem;
}
.multicol-3 {
	column-count: 3;
	column-gap: 1rem;
}