/*
CTC Separate Stylesheet
Updated: 2023-11-08
*/

/* new styles */

body {
	color: #666;
}

a.button,
.button {
	background: #a9323b;
	border-radius: 5px !important;
	border: 2px solid #a9323b;
	color: #fff !important;
	font-size: 20px !important;
	font-weight: bold;
	height: auto !important;
	letter-spacing: 1px;
	line-height: normal !important;
	max-width: auto;
	padding: 8px 40px !important;
	text-transform: uppercase;
	width: auto !important;
}

a.button:hover,
.button:hover {
	background: #002157;
}


