/***
 * All items in this file the official Catholic Diocese of Richmond colors, provided by Stephen Previtera
 * (Catholic Virginian and Office of Communications).
 *
 * This file was last updated July 25th, 2025 at 11:30 AM EDT
 *
 * We need to make sure that no links are actually underlined.
 */
.cdrWhite a, .cdrPurple a, .cdrGold a, .cdrBlue a, .cdrMediumGold a, .cdrLightGold a {
	text-decoration: none !important;
}

.cdrWhite, .cdrWhite a {
	color: #fff !important;
}

.cdrPurple, .cdrPurple a {
	color: #4d3084 !important;
}

.cdrBlue, .cdrBlue a {
	color: #2c3691 !important;
}

.cdrRed, .cdrRed a {
	color: #bb141a !important;
}

.cdrLightGold, .cdrLightGold a {
	color: #febe10 !important;
}

.cdrMediumGold, .cdrMediumGold a {
	color: #fbad18 !important;
}

.cdrGold, .cdrGold a {
	color: #bc830e !important;
}

/***
 * Backgrounds...
 */
.cdrWhiteBG  {
	background: #fff !important;
}

.cdrPurpleBG {
	background: #4d3084 !important;
}

.cdrBlueBG {
	background: #2c3691 !important;
}

.cdrRedBG {
	background: #bb141a !important;
}

.cdrLightGoldBG {
	background: #febe10 !important;
}

.cdrMediumGoldBG {
	background: #fbad18 !important;
}

.cdrGoldBG {
	background: #bc830e !important;
}

.cdrColorSpan {
	font-weight: bold;
	padding: 3px 7px; 
	display:inline-block;
}