/* Color Tokens */
#PRIMARY {
	color: #0A4A68; /* $primary */
}

#SECONDARY {
	color: #EED98C; /* $secondary */
}

#TERTIARY {
	color: #404549; /* $tertiary */
}

#LIGHT {
	color: #EFEFF7; /* $light */
}

#WHITE {
	color: #FFFFFF; /* $white */
}
/* End Color Tokens */

/* Main Content styles */
.t3.main-content {
}

.t3.main-content h2 {
	color: #0A4A68; /* $primary */
}

.t3.main-content p + h3, .t3.main-content ol + h3, .t3.main-content ul + h3 {
	color: #EED98C; /* $secondary */
}
/* End Main Content styles */

