.enews-cta {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--mark-reg);
	font-size: var(--text-sm);
	font-weight: 400;
	font-style: normal;
	line-height: var(--leading-tight);
	letter-spacing: var(--tracking-normal);
	color: var(--white);
	text-decoration: none;
}

.enews-cta i {
	font-size: var(--text-xl);
	margin-right: var(--space-2);
}

@media (hover: hover) {
	.enews-cta:hover {
		text-decoration: none;
		color: var(--white);
	}
}

@media (min-width: 64em) {
	.enews-cta {
		color: var(--blue-001);
		padding-right: 26px;
		padding-top: 10px;
	}
	
	.enews-cta i {
		font-size: var(--text-sm);
	}

	@media (hover: hover) {
		.enews-cta:hover {
			text-decoration: none;
			color: var(--blue-001);
		}
	}
}

@media (min-width: 90em) {
	.enews-cta {
		padding-top: 18px;
	}
}

