/* stylelint-disable */
.c-taxonomy-cta {
	background: var(--color-blue-1);
	font-family: var(--font-family-accent);
	font-size: var(--font-size-24);
	padding: 2em 0.85em;
}

@media (min-width: 1024px) {
	.c-taxonomy-cta {
		font-size: var(--font-size-34);
		padding: 1.5em;
	}
}

.c-taxonomy-cta__heading {
	color: var(--color-orange);
	font-weight: var(--font-weight-bold);
}

.c-taxonomy-cta__text {
	color: var(--color-white);
}

.c-taxonomy-cta__text a {
	color: var(--color-white);
	font-weight: var(--font-weight-bold);
	text-decoration: none;
}

.c-taxonomy-cta__text a:hover {
	text-decoration: underline;
}

/*# sourceMappingURL=taxonomy-cta.css.map */