/* SiteImprove */

.bg-blue.section h2.section-title, .bg-blue.section h3.section-title, .bg-blue.section h4, .bg-blue.section h4 a, .bg-blue.section p, .bg-blue.section cite {
	color: #fff;
}
.bg-blue.section .text, .bg-blue.section a.external, .bg-blue.section .caption-credit {
	color: #fff;
}

.bg-purple.bg-dark.section a {
	color: var(--fsse-color);
}
.bg-purple.bg-dark.section a:hover {
	color: #fff;
}

.bg-yellow.section .cta a {
	color: #000;
	background-color: #fff;
}
.bg-yellow.section .cta a:hover {
	color: #fff;
	background-color: var(--bcsse-color);
}

.bg-yellow.section cite, .bg-yellow.section a {
    color: #000;
}

/* Tweaks */
.companion-surveys.section a {
	color: #000 !important;
}
.companion-surveys.section a:hover {
	color: #fff !important;
	background-color: var(--fsse-color) !important;
}

.bg-yellow.banner a {
	color: #fff !important;
}
.bg-yellow.banner a:hover {
	color: #000 !important;
	background-color: var(--bcsse-color);
}

.bg-blue.section h3, .bg-blue.section caption {
	color: #fff;
	
}

.orange-bg h4 em, .orange-bg p {
	color: #000 !important;	
}

.purple-bg .cta a.button {
	color: #fff !important;	
}
.purple-bg .cta a.button:hover {
	color: #000 !important;
	background-color: #fff !important;
}
.white-links a.external {
	color: #fff !important;
}