/*
CTC Separate Stylesheet
Updated: 2021-06-24 21:03:27
*/

.uppercase {
	text-transform: uppercase;
}

.highlight-blue {
	/*color: #00b0cf;*/
	color: #a1be4f;
}

.highlight-pink {
	/*color: #e32984;*/
	color: #b73193;
}

.highlight-green {
	/*color: #a1be4f;*/
	color: #5EB35B;
}

.highlight-dark {
	/*color: #a1be4f;*/
	color: #002C46;
}

.underline {
	text-decoration:  underline;
	text-underline-offset: 6px;
}

.underline-blue {
	text-decoration:  underline;
	/*text-decoration-color: #00b0cf;*/
	text-decoration-color: #a1be4f;
}

.underline-pink {
	text-decoration:  underline;
	/*text-decoration-color: #e32984;*/
	text-decoration-color: #b73193;
}

.underline-green {
	text-decoration:  underline;
	text-decoration-color: #a1be4f;
}

.heavy-font {
	font-weight: 700;
}