.sticky-nav.wide .reset-bullets li .active:not(.cta-primary) {
	color: black;
	background-color: #e6e6e6;
}
	
.sticky-nav::after {
	display: none;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: var(--markerWidth, 0);
	height: 0.4rem;
	background-color: #6b2c91;
	transform: translate3d(var(--markerLeft, 0), 0, 0);
	transition: transform 200ms, width 200ms, background-color 200ms;
	will-change: width;
}

@media (min-width: 40em) {
	.sticky-nav::after {
		display: block;
	}
}
