/* Local Overrides */

/* section-discover-more */
.selection-text:before {
	left: 76%;
}
@media only screen and (max-width: 734px) {
	.selection-text:before {
		left: 75%;
	}
}
@media only screen and (max-width: 734px) {
	.selection-highlight {
		right: -3px;
	}
}
@media screen and (max-width: 375px) {
	.section-discover-more .discover-more-headline {
		max-width: 145px;
	}
	.selection-highlight {
		top: auto;
		bottom: -3px;
		left: 51%;
		transform: translateX(calc(-50% - 3px));
	}
	.selection-text::before {
		right: 0px;
		transform: none;
	}
}

/* footer superscript */
#ac-globalfooter sup {
	top: -1px;
	font-size: 0.7em !important;
}

/* Local Screens */
.section-discover-more .discover-more-headline .selection-text:before {
	width: 120px;
	height: 67px;
	background-size: 120px 67px;
	background-repeat: no-repeat;
	background-image: url("/ca/fr/accessibility/images/shared/speak__czk9v7csnnue_large.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.section-discover-more .discover-more-headline .selection-text:before {
		background-image: url("/ca/fr/accessibility/images/shared/speak__czk9v7csnnue_large_2x.png");
	}
}
@media only screen and (max-width: 734px) {
	.section-discover-more .discover-more-headline .selection-text:before {
		width: 60px;
		height: 34px;
		background-size: 60px 34px;
		background-repeat: no-repeat;
		background-image: url("/ca/fr/accessibility/images/shared/speak__czk9v7csnnue_small.png");
	}
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-discover-more .discover-more-headline .selection-text:before {
		background-image: url("/ca/fr/accessibility/images/shared/speak__czk9v7csnnue_small_2x.png");
	}
}

@media only screen and (max-width: 350px) {
	.typography-headline-reduced {
		font-size: 26px !important;
	}
}
