html {
	-webkit-font-smoothing: antialiased;
	background-color: #f4f4f4;
	color: #000;
	font-family: "Radio Canada", sans-serif;
	line-height: 1.2;
	scroll-behavior: smooth;
}
.feed .card.cardDiscovery,
.feed .detail .byline,
.feed .detail .detailHeadline,
.feed .story {
	-webkit-margin-before: 16px;
	-webkit-margin-after: 16px;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	margin-top: 16px;
}
button {
	background-color: #fff;
	border: 3px solid #e60505;
	border-radius: 0;
	color: #e60505;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25rem;
	text-align: center;
	text-transform: uppercase;
}
.a11y {
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	border: 0 !important;
	height: 1px !important;
	overflow: hidden;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}
article,
aside,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
a:focus,
button:focus {
	outline: 3px solid #0550c8;
}
a:active,
a:hover,
button:hover {
	outline: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
b,
strong {
	font-weight: 700;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
button,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button {
	line-height: normal;
}
button {
	text-transform: none;
}
button {
	-webkit-appearance: button;
	cursor: pointer;
}
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
.viafoura {
	--primary-font: "Radio Canada", sans-serif;
}
.comment-count-container {
	align-items: center;
	display: flex;
	min-height: 40px;
}
.commentCount {
	display: flex;
	gap: 4px;
}
.commentCount:hover .viafoura {
	background-color: #d8d8d8;
}
.commentCount .commentCount-text-container .viafoura {
	color: #0550c8;
	font-family: inherit;
	font-size: 1rem;
	transition: background-color 0.25s linear;
}
.commentCount .commentCount-text-container .viafoura:focus,
.commentCount .commentCount-text-container .viafoura:hover {
	background-color: #d8d8d8;
}
.appContainer .share .viafoura,
.share .viafoura {
	align-items: center;
	display: flex;
	justify-content: flex-start;
}
.appContainer .share .viafoura .vf-share-bar.vf-share-bar-default,
.share .viafoura .vf-share-bar.vf-share-bar-default {
	padding-top: 1rem;
	width: 100%;
}
@media (min-width: 641px) and (max-width: 960px) {
	.commentCount .viafoura {
		font-size: 1.125rem;
	}
}
.feed
	.advertisement:not(.native-ad):not(.outofpage):not(.ad-interscroller):not(
		:has(.teads-adCall)
	):has(iframe)
	> div:first-child:before {
	color: #a7a7a7;
	content: "ADVERTISEMENT";
	font-family: Radio Canada, sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	left: 50%;
	line-height: 1.13rem;
	position: absolute;
	transform: translate(-50%, -100%);
}
.feed
	.advertisement:not(.native-ad):not(.outofpage):not(.ad-interscroller):has(
		.teads-adCall
	):has(.teads-inread)
	> div:first-child:before {
	color: #a7a7a7;
	content: "ADVERTISEMENT";
	font-family: Radio Canada, sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	left: 50%;
	line-height: 1.13rem;
	position: absolute;
	transform: translate(-50%, -100%);
}
.feed .ad-bigbox-double-inread:has(.ad-interscroller),
.feed .ad-in-read:has(.ad-interscroller) {
	width: 100%;
}
.feed .appContainer {
	background-color: #fff;
}
.feed .appContainer.loaded {
	opacity: 1;
}
.feed .appContainer .pageComponent {
	margin: 0 auto;
	max-width: 80rem;
	padding-left: 16px;
	padding-right: 16px;
	transition: max-width 0.3s ease-out;
}
.feed .appContainer > .content {
	background-color: #fff;
	min-height: 800px;
	padding-bottom: 16px;
	padding-top: 16px;
}
.feed .card {
	align-items: flex-start;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	clear: both;
	color: #000;
	display: flex;
	flex-direction: row;
	margin-bottom: 0.5rem;
	overflow: hidden;
	text-decoration: none;
	transition: 0.4s;
}
.feed .card:hover {
	box-shadow: 0 0 0 3px #cbcbcb;
}
.feed .card:focus {
	box-shadow: 0 0 0 3px #e60505;
	outline: 0;
	transform: none;
}
.feed .card .contentWrapper {
	color: #000;
	display: flex;
	flex-grow: 1;
	text-decoration: none;
	width: 100%;
}
.feed .card .card-content {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: space-between;
	width: 100%;
}
.feed .card .headlineLink {
	color: #000;
	text-decoration: none;
}
.feed .card .headlineLink:focus,
.feed .card .headlineLink:hover {
	color: #545454;
	text-decoration: underline;
}
.feed .card.cardDiscovery {
	align-items: center;
	background-color: #fff;
	border: unset;
	border-bottom: 1px solid #e0e0e0;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	cursor: default;
	flex: 1 1 190px;
	flex-direction: column;
	margin: 0.5rem 0.5rem 0;
	overflow: unset;
}
.feed .card.cardDiscovery:hover {
	box-shadow: none;
}
.feed .card.cardDiscovery:focus {
	box-shadow: 0 0 0 3px #e60505;
}
.feed .card.cardDiscovery .contentWrapper {
	align-self: stretch;
}
.feed .card.cardDiscovery .contentWrapper .card-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 0.8rem 0.5rem 0 0;
	padding: 0;
}
.feed .card.cardDiscovery .contentWrapper .headline {
	font-family: Radio Canada, sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.1875rem;
	margin: 0;
	color: #000;

	&:hover {
		color: #007fff;
	}
}
.feed .card.cardDiscovery.isTrending {
	border-bottom: none;
	border-right: 1px solid #cbcbcb;
	margin-right: 0;
	padding-right: 0.5rem;
}
.feed .card.cardDiscovery.isTrending .card-content {
	padding-left: 28px;
}
.feed .card.cardDiscovery.isTrending .readerCount {
	margin: 0.5rem 0;
}
.feed .vertical .card.cardDiscovery {
	border-bottom: 1px solid #e0e0e0;
	border-right: none;
	flex: 1 1 auto;
}
.feed .vertical .card.cardDiscovery .headline {
	margin-bottom: 0.5rem;
}
.feed .vertical .card.cardDiscovery .readerCount {
	margin-top: 0;
}
.feed .vertical .card.cardDiscovery.isTrending {
	padding-right: 0;
}
.feed .vertical .card.cardDiscovery.isTrending .card-content {
	margin-right: 0;
}
.feed .card.cardDiscovery .rankIndicator {
	color: #000;
	font-family: Stag Medium, Trebuchet;
	font-size: 26px;
	font-weight: 300;
	height: 0;
	left: -27px;
	position: relative;
}
@media only screen and (max-width: 849px) {
	.feed .card.cardDiscovery .rankIndicator {
		font-size: 22px;
	}
}
.feed .vertical .card.cardDiscovery .rankIndicator {
	font-size: 22px;
}
.feed .card.cardDiscovery .readerCount {
	color: #545454;
	font-size: 0.8rem;
	text-transform: none;
}
.feed .card .headline {
	flex-grow: 1;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35rem;
	margin-top: 0.5rem;
}
.feed
	.carouselWrapper
	.carousel
	.itemContainer
	.itemList
	> ul
	> .cardContainer
	.card.card-cqw:hover:not(:focus) {
	box-shadow: 0 0 0 2px #fff;
}
.feed
	.oc-l-sectionContainer-olympicsLight
	.carouselWrapper
	.carousel
	.itemContainer
	.itemList
	> ul:hover:not(:focus) {
	box-shadow: 0 0 0 2px #000;
}
.feed .comments .viafoura {
	--accent-color-light: #0550c8;
	--accent-color: #0550c8;
	--editors-pick-color: red;
	--moderator-color: #0550c8;
	--base-font-size: 0.7rem;
}
.feed .comments .viafoura .vf-comment-header {
	display: none;
}
.feed .contentList .card {
	overflow: hidden;
}
.feed .contentList:not(.contentListSwimlane) .listDisplay.contentListCards {
	list-style-type: none;
	padding: 0;
}
.feed .imageMedia {
	display: inline;
}
.feed .imageMedia .placeholder {
	background: radial-gradient(#fff, #cbcbcb);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.feed .imageMedia .placeholder img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.feed .detail {
	overflow-x: unset;
}
.feed .detail.detailBody .withFlex {
	display: flex;
	flex-flow: wrap;
}
.feed .detail.detailBody .detailBodyContainer {
	display: grid;
	gap: 30px;
	margin: 1rem auto 0;
	max-width: 1060px;
}
.feed .detail.detailBody .detailBodyContainer.withSidebar {
	grid-template-columns: 1fr 300px;
}
@media (max-width: 1100px) {
	.feed .detail.detailBody .detailBodyContainer.withSidebar {
		grid-template-columns: 1fr;
		max-width: 730px;
	}
}
.feed .detail.detailBody .detailBodyContainer .detailMainCol {
	flex: 0 1 46rem;
	max-width: 100%;
	min-width: 0;
}
.feed .detail.detailBody .detailBodyContainer .detailSideRail {
	display: flex;
	flex: 0 0 300px;
	flex-direction: column;
	max-width: 300px;
	position: relative;
}
.feed .detail.detailBody .detailBodyContainer .detailSideRail .stickyContainer {
	flex-grow: 0.9;
}
.feed
	.detail.detailBody
	.detailBodyContainer
	.detailSideRail
	.stickyContainer
	> div {
	position: sticky;
	top: 30px;
}
@media (max-width: 1100px) {
	.feed .detail.detailBody .detailBodyContainer .detailSideRail {
		flex: 1 1 auto;
		max-width: 100%;
		display: none;
	}
}
@media (max-width: 768px) {
	.feed .detail.detailBody .detailBodyContainer {
		margin-top: 0;
	}
}
.feed .detail.detailBody .detailBodyContainer .commentsWrapper {
	display: grid;
	gap: 40px;
}
.feed .detail.detailBody .detailBodyContainer .commentsWrapper.withSidebar {
	grid-template-columns: 1fr 300px;
}
@media (max-width: 1100px) {
	.feed .detail.detailBody .detailBodyContainer .commentsWrapper.withSidebar {
		grid-template-columns: 1fr;
		margin: 0 auto;
		max-width: 45rem;
	}
	.feed .detail.detailBody .detailBodyContainer .commentsWrapper {
		grid-template-columns: 1fr;
	}
}
.feed .detail .detailDiscovery {
	margin: 2.5rem auto 0;
	max-width: 78rem;
	width: 100%;
}
@media (max-width: 1100px) {
	.feed .detail .detailDiscovery {
		margin: 0 auto;
		max-width: 45rem;
	}
}
.feed .detail .detailDiscovery .contentList .contentListCards {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0 -0.6rem;
}
.feed .detail .detailHeadline {
	color: #000;
	font-size: 2rem;
	line-height: 1.3;
}
@media (max-width: 640px) {
	.feed .detail .detailHeadline {
		font-size: 1.625rem;
	}
}
.feed .detail .byline {
	-webkit-font-smoothing: antialiased;
	align-items: center;
	color: #545454;
	display: flex;
	font-family: Radio Canada, sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25rem;
}
.feed .detail .byline .author-image {
	margin: 0 0.5rem 0 0;
	min-width: 40px;
}
.feed .detail .byline .author-image img {
	aspect-ratio: 1;
}
.feed .detail .byline .timeStamp {
	display: inline-block;
}
.feed .detail .byline span {
	border-bottom: 1px solid #d8d8d8;
	color: #0550c8;
	text-decoration: none;
	transition: background-color 0.25s linear;
}
.feed .detail .byline span:focus,
.feed .detail .byline span:hover {
	background-color: #d8d8d8;
}
.feed .detail .commentCount .commentCount-icon {
	fill: #0550c8;
	display: inline-block;
	height: 20px;
	margin-left: 0.5rem;
	vertical-align: middle;
	width: 20px;
}
.feed .detail .commentCount .viafoura .vf-comments-count {
	font-size: unset;
}
.feed .detail .commentCount .commentCount-link {
	border: none;
	border-bottom: 1px solid #d8d8d8;
	color: #0550c8;
	font-weight: unset;
	text-decoration: none;
	transition: background-color 0.25s linear;
}
.feed .detail .commentCount .commentCount-link:focus,
.feed .detail .commentCount .commentCount-link:hover {
	background-color: #d8d8d8;
}
.feed .detail .commentCount .commentCount-link .commentCount-text-container {
	display: flex;
}
.feed .detail .detail-link-label {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 1.2rem;
}
.feed .detail .detail-link-label span {
	font-size: 1rem;
}
.feed .detail .imageMedia.leadmedia-story {
	display: block;
}
.feed .detail .imageMedia.leadmedia-story .placeholder {
	margin: 1rem 0;
}
.feed .detail .imageMedia.leadmedia-story .placeholder img {
	aspect-ratio: 16/9;
}

.feed .heading-element {
	display: inline-block;
	line-height: 1.3;
	margin: 0;
}
.feed .heading-element-h3 {
	font-size: 1.625rem;
	font-weight: 700;
}
@media (max-width: 600px) {
	.feed .heading-element-h3 {
		font-size: 1.5rem;
	}
}
.feed .label {
	background-color: transparent;
	color: #545454;
	font-size: 0.8rem;
	font-weight: 700;
}
.feed .label .labelText {
	text-transform: uppercase;
}
.feed .label.flag {
	background-color: #fff;
	color: #545454;
}
.feed .detail.detailBody :not(.card) .label {
	margin-left: 0;
}
.feed .cardDiscovery .contentWrapper .card-content .label {
	margin-bottom: 0.5rem;
}
.feed .cardDiscovery.isTrending .card-content .label.flag {
	display: inline-flex;
}
.feed .newsTheme .label.flag .labelText {
	background-color: #fff;
	color: #e60505;
}
@supports (display: grid) {
}
.feed .appContainer:is(.homepageTheme, .betaTheme) .feed-content.content {
	background-color: #f9f9f9;
	padding: 0;
}
.feed .appContainer:is(.homepageTheme, .betaTheme) .globalFooter {
	margin-top: 0;
}
.feed .appContainer:is(.homepageTheme, .betaTheme) .flexibleLandingPage {
	padding-bottom: 44px;
	padding-top: 44px;
}
.feed
	.appContainer:is(.homepageTheme, .betaTheme)
	.flexibleLandingPage.pageComponent {
	max-width: 1170px;
}
@media only screen and (max-width: 767px) {
	.feed
		.appContainer:is(.homepageTheme, .betaTheme)
		.flexibleLandingPage.pageComponent {
		align-content: center;
		max-width: 548px;
	}
}
.feed
	.appContainer:is(.homepageTheme, .betaTheme)
	.flexibleLandingPage
	.sectionContainer {
	padding-bottom: 20px !important;
}
.feed
	.appContainer:is(.homepageTheme, .betaTheme)
	.flexibleLandingPage
	.sectionContainer.noHeading,
.feed
	.appContainer:is(.homepageTheme, .betaTheme)
	.flexibleLandingPage
	.sectionContainer:last-child {
	padding-bottom: 0 !important;
}
.feed .bannerFocus:focus-visible .winterOlympicsBrandBannerLogo {
	outline: 2px dashed #fff;
	outline-offset: 8px;
}
.feed .story {
	color: #222;
	font-size: 1rem;
	line-height: 150%;
}
.feed .story h2 {
	font-size: 1.625rem;
	line-height: 1.3;
}
@media (max-width: 640px) {
	.feed .story h2 {
		font-size: 1.5rem;
	}
}
.feed .story p {
	margin-bottom: 28px;
	margin-top: 0;
}
.feed .story a {
	border-bottom: 1px solid #d8d8d8;
	color: #0550c8;
	text-decoration: none;
	transition: background-color 0.25s linear;
}
.feed .story a:focus,
.feed .story a:hover {
	background-color: #d8d8d8;
}
.feed .story li a {
	font-weight: 700;
}
@media (max-width: 640px) {
	.feed .story {
		font-size: 1rem;
		line-height: 1.625rem;
	}
	.feed .story p {
		margin-bottom: 28px;
	}
}
@media (min-width: 641px) and (max-width: 960px) {
	.feed .story {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	.feed .story p {
		margin-bottom: 32px;
	}
}
.feed .verticalCardList.cardList {
	margin-top: 1rem;
}
.feed .verticalCardList.cardList .contentList .contentListCards {
	margin-left: 0;
	margin-right: 0;
}
.feed .verticalCardList.cardList .contentList .contentListCards .card {
	margin: 0;
}
.feed .verticalCardList.cardList .contentList .contentListCards .card:hover {
	z-index: 50;
}
.feed
	.verticalCardList.cardList
	.contentList
	.contentListCards
	.card:not(:first-child) {
	border-top: none;
}
.feed .trendingList {
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	display: flex;
	flex-flow: row wrap;
	font-family: Radio Canada, sans-serif;
	list-style: none;
	padding: 0;
}
.feed .trendingList-sidebar {
	margin-bottom: 1rem;
}
.feed .trendingList-sidebar .trendingList .listDisplay,
.feed .trendingList-sidebar .trendingList .verticalCardList {
	margin-top: 0;
	width: 100%;
}
.feed .author-image {
	height: 40px;
	padding: 0;
	width: 40px;
}
.feed .author-image .placeholder {
	background: none;
}
.feed .author-image .placeholder img {
	background: none;
	border: 1px solid #cbcbcb;
	border-radius: 50%;
	box-sizing: border-box;
}
@supports not (aspect-ratio: 16/9) {
}
.feed .olympicSportsList .sportsName:not(:disabled):focus-within,
.feed .olympicSportsList .sportsName:not(:disabled):hover {
	outline: 3px solid #0550c8;
}
.feed .icon .chevronIcon {
	fill: #e60505;
	background-color: #fff;
	border-radius: 10px;
	margin-left: 2px;
	padding: 3px 2px 1px;
	vertical-align: middle;
}
.feed .icon .logoIcon.headerLogo.globalHeaderLogo {
	display: inline-block;
	margin-left: 0;
}
.feed .icon .searchIcon.headerSearch {
	vertical-align: middle;
}
.feed .icon {
	display: inline;
}
.feed .icon .logoIcon {
	fill: #e60505;
	margin-left: 1rem;
	vertical-align: middle;
}
.feed .icon .logoIcon.logoNews {
	fill: #fff;
}
.feed .newsTheme .globalHeader {
	border-bottom: none;
}
.feed .newsTheme .globalHeader .menuNavWrapper {
	height: 48px;
}
.feed .newsTheme .globalHeader .sideMenu .navLink {
	line-height: normal;
}
.feed .newsTheme .globalHeader .landingNav {
	background-color: #e60505;
}
.feed .newsTheme .globalHeader .landingNav .subNavList {
	background: transparent;
}
.feed .newsTheme .globalHeader .landingNav .subNavList .navLink {
	color: #fff;
	font-weight: 700;
}
.feed
	.newsTheme
	.globalHeader
	.landingNav
	.subNavList
	.gemSectionLink
	.navLink {
	color: #fff;
	font-weight: 400;
}
.feed .newsTheme .globalHeader .landingNav .moreItemsNav .moreButton {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.feed
	.newsTheme
	.globalHeader
	.landingNav
	.moreItemsNav
	.moreButton
	.chevronIcon {
	fill: #fff;
	background: #e60505;
	border: none;
}
.feed
	.newsTheme
	.globalHeader
	.landingNav
	.moreItemsNav
	.moreButton:focus
	.chevronIcon,
.feed
	.newsTheme
	.globalHeader
	.landingNav
	.moreItemsNav
	.moreButton:hover
	.chevronIcon {
	fill: #e60505;
	background: #fff;
	border: none;
}
.feed .newsTheme .card:focus,
.feed .newsTheme .card:hover {
	box-shadow: 0 0 0 3px #e60505;
}
.feed .newsTheme .card .headline {
	font-family: Stag Medium, Trebuchet;
	font-weight: 300;
}
.feed .newsTheme .card.cardDiscovery .contentWrapper .headline {
	font-family: Radio Canada, sans-serif;
	font-weight: 700;
}
.feed .newsTheme .card.cardDiscovery:hover {
	box-shadow: none;
}
.feed .newsTheme .detail .detailHeadline {
	font-family: Stag Medium, Trebuchet;
	font-weight: 300;
}

.adContainer-cPRxG:not(:has(.ad-interscroller)):not(:has(.outofpage)):not(
		:has(.teads-adCall)
	):has(iframe) {
	background-color: #e7e7e7;
	border: 1px solid #cacaca;
}
.adContainer-cPRxG:not(:has(.ad-interscroller)):not(:has(.outofpage)):has(
		.teads-adCall
	):has(.teads-inread) {
	background-color: #e7e7e7;
	border: 1px solid #cacaca;
}
.icon-o_g8u {
	display: block;
}
.heading-CuIgF {
	display: flex;
	flex: 1;
}
.title-reUIw {
	-webkit-font-smoothing: antialiased;
	background-color: transparent;
	border-bottom: 1px solid #000;
	color: #000;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.7em;
	margin-bottom: 0.5em;
	padding: 0;
	text-transform: uppercase;
}
.comments-qSzEf .title-reUIw {
	margin-top: 11px;
}
.detail-link-label {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 1.2rem;
}
.detail-link-label span {
	font-size: 1rem;
}
a:has(> .card-agMf7),
button:has(> .card-agMf7) {
	border-radius: 12px;
	text-decoration: none;
}
a:has(> .card-agMf7):focus,
button:has(> .card-agMf7):focus {
	outline: none;
}
a:has(> .card-agMf7):focus div,
button:has(> .card-agMf7):focus div {
	background-color: #fde7e7;
	background: #fde7e7;
	outline: 2px solid #e00;
}
a:has(> .icon_card-_IktT),
button:has(> .icon_card-_IktT) {
	border-radius: 12px;
	display: block;
	padding-right: 16px;
	text-decoration: none;
}
a:has(> .icon_card-_IktT):focus .icon_card-_IktT,
button:has(> .icon_card-_IktT):focus .icon_card-_IktT {
	background-color: #f45858;
	outline: 2px solid #d70000;
	text-decoration: underline !important;
}
a:has(> .card-_nAO4.verticalVideo-qVFr4, > .card-_nAO4.horizontalVideo-Nlv7B),
button:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	) {
	border-radius: 8px;
	outline: none;
	text-decoration: none;
}
a:has(> .card-_nAO4.verticalVideo-qVFr4, > .card-_nAO4.horizontalVideo-Nlv7B)
	.card-_nAO4.verticalVideo-qVFr4,
button:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	)
	.card-_nAO4.verticalVideo-qVFr4 {
	outline: none;
}
a:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):active
	.card-_nAO4.horizontalVideo-Nlv7B
	.imageContainer-c56s7,
a:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):active
	.card-_nAO4.verticalVideo-qVFr4
	.imageContainer-c56s7,
button:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):active
	.card-_nAO4.horizontalVideo-Nlv7B
	.imageContainer-c56s7,
button:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):active
	.card-_nAO4.verticalVideo-qVFr4
	.imageContainer-c56s7 {
	outline: 3px solid #004c71;
}
a:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):active
	svg,
button:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):active
	svg {
	background-color: rgba(88, 88, 88, 0.7);
}
a:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):active
	.headline-rFBTY,
button:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):active
	.headline-rFBTY {
	-webkit-text-decoration: underline 2px #004c71;
	text-decoration: underline 2px #004c71;
}
a:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):hover
	.card-_nAO4.horizontalVideo-Nlv7B
	.imageContainer-c56s7,
a:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):hover
	.card-_nAO4.verticalVideo-qVFr4
	.imageContainer-c56s7,
button:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):hover
	.card-_nAO4.horizontalVideo-Nlv7B
	.imageContainer-c56s7,
button:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):hover
	.card-_nAO4.verticalVideo-qVFr4
	.imageContainer-c56s7 {
	border-radius: 8px;
	outline: 3px solid #0074ad;
}
a:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):hover
	svg,
button:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):hover
	svg {
	background-color: rgba(40, 40, 40, 0.7);
}
a:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):hover
	.headline-rFBTY,
button:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):hover
	.headline-rFBTY {
	-webkit-text-decoration: underline 2px #0074ad;
	text-decoration: underline 2px #0074ad;
}
a:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):focus
	.card-_nAO4.horizontalVideo-Nlv7B
	.imageContainer-c56s7,
a:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):focus
	.card-_nAO4.verticalVideo-qVFr4
	.imageContainer-c56s7,
a:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):focus-visible
	.card-_nAO4.horizontalVideo-Nlv7B
	.imageContainer-c56s7,
a:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):focus-visible
	.card-_nAO4.verticalVideo-qVFr4
	.imageContainer-c56s7,
button:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):focus
	.card-_nAO4.horizontalVideo-Nlv7B
	.imageContainer-c56s7,
button:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):focus
	.card-_nAO4.verticalVideo-qVFr4
	.imageContainer-c56s7,
button:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):focus-visible
	.card-_nAO4.horizontalVideo-Nlv7B
	.imageContainer-c56s7,
button:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):focus-visible
	.card-_nAO4.verticalVideo-qVFr4
	.imageContainer-c56s7 {
	outline: 3px solid #585858;
	outline-offset: 0;
}
a:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):focus
	svg,
a:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):focus-visible
	svg,
button:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):focus
	svg,
button:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):focus-visible
	svg {
	background-color: rgba(60, 60, 60, 0.7);
}
a:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):focus
	.headline-rFBTY,
a:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):focus-visible
	.headline-rFBTY,
button:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):focus
	.headline-rFBTY,
button:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):focus-visible
	.headline-rFBTY {
	-webkit-text-decoration: underline 2px #585858;
	text-decoration: underline 2px #585858;
}
a:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):disabled
	svg,
button:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	):disabled
	svg {
	background-color: rgba(0, 0, 0, 0.7);
}
a:has(> .card-_nAO4.verticalVideo-qVFr4, > .card-_nAO4.horizontalVideo-Nlv7B)
	> div:focus-visible
	svg,
button:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	)
	> div:focus-visible
	svg {
	background-color: rgba(60, 60, 60, 0.7);
}
a:has(> .card-_nAO4.verticalVideo-qVFr4, > .card-_nAO4.horizontalVideo-Nlv7B)
	> div:focus-visible
	.headline-rFBTY,
button:has(
		> .card-_nAO4.verticalVideo-qVFr4,
		> .card-_nAO4.horizontalVideo-Nlv7B
	)
	> div:focus-visible
	.headline-rFBTY {
	-webkit-text-decoration: underline 2px #0074ad;
	text-decoration: underline 2px #0074ad;
}
.verticalToHorizontalCard-AluQ4:has(.description-vWo4_) .headline-hLuoA {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	color: #000;
	display: -webkit-box;
	font-family: Radio Canada, sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.95rem;
	margin: 16px 0;
	overflow: hidden;
	padding: 0 16px;
}
.verticalToHorizontalCard-AluQ4:has(.description-vWo4_) .description-vWo4_ {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	line-clamp: 6;
	color: #000;
	display: -webkit-box;
	font-family: Radio Canada, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5rem;
	margin-top: 0;
	overflow: hidden;
	padding: 0 16px;
}
@media (min-width: 768px) {
	.verticalToHorizontalCard-AluQ4:has(.description-vWo4_) .headline-hLuoA {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		color: #000;
		display: -webkit-box;
		overflow: hidden;
	}
	.verticalToHorizontalCard-AluQ4:has(.description-vWo4_) .description-vWo4_ {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		color: #000;
		display: -webkit-box;
		overflow: hidden;
	}
}
@media (min-width: 964px) {
	.verticalToHorizontalCard-AluQ4:has(.description-vWo4_) .description-vWo4_ {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		line-clamp: 5;
		color: #000;
		display: -webkit-box;
		overflow: hidden;
	}
}

a:has(> .verticalToHorizontalCard-AluQ4),
button:has(> .verticalToHorizontalCard-AluQ4) {
	border-radius: 8px;
	text-decoration: none;
}
a:has(> .verticalToHorizontalCard-AluQ4):hover,
button:has(> .verticalToHorizontalCard-AluQ4):hover {
	outline: 3px solid #0074ad;
}
a:has(> .verticalToHorizontalCard-AluQ4):hover .description-vWo4_,
a:has(> .verticalToHorizontalCard-AluQ4):hover .title-QwP65,
button:has(> .verticalToHorizontalCard-AluQ4):hover .description-vWo4_,
button:has(> .verticalToHorizontalCard-AluQ4):hover .title-QwP65 {
	-webkit-text-decoration: underline 2px #0074ad;
	text-decoration: underline 2px #0074ad;
	text-underline-offset: 3px;
}
a:has(> .verticalToHorizontalCard-AluQ4):focus,
a:has(> .verticalToHorizontalCard-AluQ4):focus-visible,
button:has(> .verticalToHorizontalCard-AluQ4):focus,
button:has(> .verticalToHorizontalCard-AluQ4):focus-visible {
	outline: 3px solid #585858;
	outline-offset: 0;
}
a:has(> .verticalToHorizontalCard-AluQ4):active,
button:has(> .verticalToHorizontalCard-AluQ4):active {
	outline: 3px solid #004c71;
}
.audioVideo-wP5MJ .imageButton-O_eiC:focus-visible,
.audioVideo-wP5MJ a:focus-visible {
	outline: 3px solid #585858;
	outline-offset: -3px;
}
.audioVideo-wP5MJ .imageButton-O_eiC:focus-visible {
	outline-offset: 0;
}
a:has(> .card-ercJe),
button:has(> .card-ercJe) {
	border-radius: 8px;
	text-decoration: none;
}
.outlined-hTmi5:focus-visible {
	outline: 2px solid #353535;
}
.filled-sh27F:focus-visible {
	background-color: #004c71;
	outline: 2px solid #e00;
}
.iconButton-ahDec.enabled-tNwNO:focus-visible svg {
	background-color: #e7e7e7;
	border: 2px solid #060606;
}
.iconButton-ahDec.dark-jYADk.enabled-tNwNO:focus-visible svg {
	background-color: gray;
}
.iconButton-ahDec.background-A5qe6.enabled-tNwNO:focus-visible svg {
	background-color: #e7e7e7;
	border: 2px solid #060606;
}
.labelledIconButton-DJXCN:focus-visible {
	border: 2px solid #353535;
	margin: -2px;
}
.labelledIconButton-DJXCN:focus-visible span {
	font-family: Radio Canada, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5rem;
}
.labelledIconButton-DJXCN.horizontalNav-vNOyy:focus-visible span {
	font-family: Radio Canada, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5rem;
}
.labelledIconButton-DJXCN.blackAndWhite-yKULD:focus-visible {
	border: 2px solid #fff;
	margin: -2px;
}
:has(> .swiper-UTnlA) {
	min-width: 0;
}

.ctaContainer-SVmn2
	.buttonCTA-kKuOv
	.buttonCTAContent-XOZna
	.buttonLink-jYlKG:focus-visible {
	background-color: #585858;
	outline: 2px solid #000;
	outline-offset: 2px;
}
.engagement-widgets {
	align-items: center;
	display: flex;
	height: 46px;
}
.engagement-widgets .share {
	margin-right: 18px;
	min-width: 206px;
}
@media (max-width: 749px) {
	.engagement-widgets .share {
		min-width: 160px;
	}
}
.feed .globalHeader .landingNav {
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	margin: 0 auto;
	min-height: 48px;
}
.feed .globalHeader .landingNav .landingWrapper {
	margin: 0 auto;
	max-width: 80rem;
	padding-left: 16px;
	padding-right: 16px;
}
.feed .globalHeader .landingNav .subNavList {
	align-items: center;
	flex-wrap: nowrap;
	height: 48px;
	margin: 0;
	position: relative;
	white-space: nowrap;
}
.feed .globalHeader .landingNav .subNavList .subNavListItem {
	margin: 0;
	padding: 0 1.5rem;
	white-space: nowrap;
	width: auto;
}
.feed .globalHeader .landingNav .subNavList .subNavListItem.gemWrapper {
	padding-left: 0;
}
@media (max-width: 640px) {
	.landingNav .subNavList .subNavListItem {
		padding: 0 0.8rem;
	}
}
.landingNav .subNavList .navLink {
	outline: 3px solid transparent;
}
.profileButtonWrapper {
	display: flex;
}
.profileButtonWrapper .profileButtonNav {
	fill: #000;
	stroke: #000;
	background-color: transparent;
	border: none;
	color: #000;
	cursor: pointer;
	margin-right: 16px;
	padding: 0;
	text-decoration: none;
}
.profileButtonWrapper .profileButtonNav:active,
.profileButtonWrapper .profileButtonNav:focus,
.profileButtonWrapper .profileButtonNav:hover {
	fill: #0074ad;
	stroke: #0074ad;
	color: #0074ad;
}
.profileButtonWrapper .profileButtonNav:focus {
	outline: 2px solid #58a4c9;
	outline-offset: 10px;
}
.profileButtonWrapper .profileButtonNav:active {
	outline: none;
}
.profileButtonWrapper .profileButtonNav .profilePic {
	display: inline-block;
	height: 16px;
	width: 16px;
}
.profileButtonWrapper .profileButtonNav .profileText {
	font-family: Radio Canada;
	font-size: 1rem;
	font-weight: 700;
	margin-left: 12px;
}
@media only screen and (max-width: 767px) {
	.profileButtonWrapper .profileButtonNav {
		margin-left: 4px;
	}
	.profileButtonWrapper .profileButtonNav .profileText {
		height: 1px;
		left: -10000px;
		overflow: hidden;
		position: absolute;
		top: auto;
		width: 1px;
	}
	.profileButtonWrapper .profileButtonNav .icon .profileIcon {
		margin-right: 0;
	}
}
.profileButtonWrapper .profileButtonNav .icon {
	bottom: -0.125rem;
	display: inline-block;
	height: 20px;
	position: relative;
}
.feed .globalFooter {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
}
.feed .appContainer .globalFooter {
	margin-top: 48px;
}
.feed .globalFooter .footerBody {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 80rem;
}
.feed .globalFooter .basicFooter {
	background-color: #000;
	color: #fff;
}
.feed .globalFooter .basicFooter .footerColumn {
	align-self: center;
}
.feed .globalFooter .footerList {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.feed .globalFooter .footerColumn {
	flex: 1 1 130px;
	font-size: 0.85em;
	padding: 16px;
}
.feed .globalFooter .copyright,
.feed .globalFooter .extendedLogoLink {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	text-decoration: none;
}
.feed .globalFooter .extendedLogo {
	flex: 1 1 230px;
	font-size: 1.3rem;
}
.feed .globalFooter .extendedLogo .placeholder {
	background: none;
}

.feed .globalFooter .copyright {
	flex: 2 0 230px;
}
.feed .viewportLarge .globalFooter .copyright {
	text-align: center;
}
.navigation__navLink-JkSdI.horizontalNav-K6bCr a:focus-visible {
	border: 2px solid #353535;
	border-radius: 24px;
	margin: -2px;
}
.navigation__navLink-JkSdI.horizontalNav-K6bCr a:focus-visible a {
	-webkit-text-decoration: underline #353535;
	text-decoration: underline #353535;
}
.navigation__navLink-JkSdI.blackAndWhite-Jj5BV a:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}
.navigation__navLink-JkSdI.blackAndWhite-Jj5BV a:focus-visible a {
	-webkit-text-decoration: underline #fff;
	text-decoration: underline #fff;
}
.chip-EZdDN:focus-visible {
	border: 2px solid #000;
}
.feed .globalHeader {
	background: #fff;
	color: #fff;
	width: 100%;
	z-index: 1000;
}
.feed .globalHeader .menuNavWrapper {
	align-items: center;
	background-color: #fff;
	display: flex;
	flex-flow: row wrap;
	height: 48px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 80rem;
	overflow: visible;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
}
.feed .globalHeader .logoWrapper {
	display: flex;
	flex-direction: column;
	height: 48px;
	justify-content: space-around;
	left: 50%;
	margin-left: -35px;
	position: absolute;
}
.feed .globalHeader .logoWrapper .logo {
	align-items: center;
	color: #000;
	display: flex;
	font-size: 1.3rem;
	font-weight: 700;
	height: 25px;
	padding: 0 5px;
	text-decoration: none;
	z-index: 1;
}
.feed .globalHeader .logoWrapper .logo:focus {
	outline: none;
}
.feed .globalHeader .logoWrapper .logo:focus-visible {
	border-radius: 20px;
	outline: 2px solid #000;
}
.feed .globalHeader .logoWrapper .logo:hover {
	opacity: 0.6;
}
.feed .globalHeader .logoWrapper .logo:active {
	opacity: 0.8;
	outline: none;
}
.feed .globalHeader .logoWrapper .logo .icon {
	line-height: 0;
}
.feed .globalHeader .logoWrapper .logo .logoIcon {
	display: block;
}
.feed .globalHeader .gemSectionLink {
	margin: 0;
	padding: 0 1rem;
	vertical-align: baseline;
	white-space: nowrap;
}
.feed .globalHeader .gemSectionLink .icon {
	display: none;
}
.feed .globalHeader .gemSectionLink .icon .logoIcon {
	margin-left: 0;
}
.feed .globalHeader .gemSectionLink .navLink {
	font-family: Stag Medium, Trebuchet;
	font-size: 1.75rem;
	font-weight: 300;
}
.feed .globalHeader .gemSectionLink .navLink:hover {
	text-decoration: underline;
}
.feed .globalHeader .gemSectionLink .navLink .icon {
	align-items: center;
	display: flex;
	justify-content: center;
	outline: inherit;
}
.feed .globalHeader .navLink,
.feed .globalHeader .navLink:active,
.feed .globalHeader .navLink:link,
.feed .globalHeader .navLink:visited {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}
.feed .globalHeader .navLink:focus,
.feed .globalHeader .navLink:hover {
	color: #e60505;
	text-decoration: underline;
}
.feed .globalHeader .sideMenu {
	align-self: center;
	display: flex;
	min-width: 3rem;
	text-align: center;
}
.feed .globalHeader .sideMenu .navLink {
	align-self: center;
	color: #000;
	display: inline-block;
	padding: 0;
}
.feed .globalHeader .sideMenu .search {
	fill: #000;
	border: 0;
	color: #000;
	height: 20px;
	margin-right: 44px;
	text-decoration: none;
}
.feed .globalHeader .sideMenu .search:focus {
	outline: none;
}
.feed .globalHeader .sideMenu .search:focus-visible {
	fill: #0074ad;
	border-radius: 20px;
	color: #0074ad;
	outline: 2px solid #0074ad;
	outline-offset: 4px;
}
.feed .globalHeader .sideMenu .search:hover {
	fill: #0074ad;
	color: #0074ad;
}
.feed .globalHeader .sideMenu .search:active {
	fill: #004c71;
	color: #004c71;
	outline: none;
}
.feed .globalHeader .sideMenu .search .icon {
	display: inline-block;
	height: 20px;
}
.feed .globalHeader .sideMenu .search .searchIcon {
	bottom: 2px;
	position: relative;
}
.feed .globalHeader .sideMenu .search .headerSearch,
.feed .globalHeader .sideMenu .search .searchIcon {
	transform: scale(1);
	transition: transform 0.4s ease-out;
}
.feed .globalHeader .sideMenu .search .searchText {
	font-family: Radio Canada;
	font-size: 1rem;
	font-weight: 700;
	margin-left: 12px;
}
@media only screen and (max-width: 768px) {
	.feed .globalHeader .sideMenu .search {
		margin: 4px 12px;
	}
	.feed .globalHeader .sideMenu .search .searchText {
		display: none;
	}
}
.feed .globalHeader .menuButtonWrapper {
	display: flex;
	flex-direction: column;
	height: 48px;
	justify-content: center;
}
.feed .globalHeader .menuButtonWrapper .menuButton {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	text-decoration: none;
}
.feed .globalHeader .menuButtonWrapper .menuButton:focus-visible .menuText,
.feed .globalHeader .menuButtonWrapper .menuButton:hover .menuText {
	color: #0074ad;
}
.feed .globalHeader .menuButtonWrapper .menuButton:focus-visible svg path,
.feed .globalHeader .menuButtonWrapper .menuButton:hover svg path {
	fill: #0074ad;
}
.feed .globalHeader .menuButtonWrapper .menuButton:focus {
	outline: none;
}
.feed .globalHeader .menuButtonWrapper .menuButton:focus-visible {
	border-radius: 20px;
	outline: 2px solid #0074ad;
	outline-offset: 4px;
}
.feed .globalHeader .menuButtonWrapper .menuButton:active {
	outline: none;
}
.feed .globalHeader .menuButtonWrapper .menuButton:active .menuText {
	color: #004c71;
}
.feed .globalHeader .menuButtonWrapper .menuButton:active svg path {
	fill: #004c71;
}
.feed .globalHeader .menuButtonWrapper .menuButton .menuText {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
	margin-left: 12px;
}
@media only screen and (max-width: 768px) {
	.feed .globalHeader .menuButtonWrapper .menuButton .menuText {
		display: none;
	}
}
.feed .globalHeader .menuButtonWrapper .menuButton svg {
	display: inline-block;
}
@media only screen and (max-width: 768px) and (min-width: 370px) {
	.feed .globalHeader .menuNavWrapper {
		padding: 0;
	}
	.feed .globalHeader .menuNavWrapper .menuButton {
		margin: 8px 16px;
	}
}
.feed .globalHeader .navItem .navLink:focus,
.feed .globalHeader .navItem .navLink:hover {
	text-decoration: underline;
}
.feed .globalHeader .subNavList {
	display: flex;
	flex-flow: row wrap;
	padding-left: 0;
}

.feed .globalHeader .subNavList .subNavListItem {
	flex: 0 0 auto;
	list-style-type: none;
	padding: 0 1rem;
	width: 21%;
}
.feed .globalHeader .subNavList .subNavListItem .subNavLink {
	color: #545454;
	font-weight: 400;
	text-transform: none;
}
.feed .globalHeader .moreItemsNav {
	text-align: right;
}
.feed .globalHeader .moreItemsNav .moreButton {
	background: transparent;
	border: 1px solid #cbcbcb;
	color: #222;
	font-size: 0.9rem;
	height: 2rem;
	padding: 0 0.2rem 0 0.3rem;
	white-space: nowrap;
}
.feed .globalHeader .moreItemsNav .moreButton .chevronIcon {
	fill: #222;
	background: #fff;
	border: none;
}
.feed .globalHeader .moreItemsNav .moreButton:focus .chevronIcon,
.feed .globalHeader .moreItemsNav .moreButton:hover .chevronIcon {
	fill: #fff;
	background: #222;
	border: none;
}
.feed .globalHeader .responsiveNav {
	position: relative;
}
.feed .globalHeader .responsiveNav .moreItemsNav {
	text-align: right;
}
.feed .globalHeader .responsiveNav .moreItemsNav .moreButton {
	background: transparent;
	border: 1px solid #cbcbcb;
	color: #222;
	font-size: 0.9rem;
	height: 2rem;
	padding: 0 0.2rem 0 0.3rem;
	white-space: nowrap;
}
.feed .globalHeader .responsiveNav .moreItemsNav .moreButton .chevronIcon {
	fill: #222;
	background: #fff;
	border: none;
}
.feed .globalHeader .responsiveNav .moreItemsNav .moreButton:focus .chevronIcon,
.feed
	.globalHeader
	.responsiveNav
	.moreItemsNav
	.moreButton:hover
	.chevronIcon {
	fill: #fff;
	background: #222;
	border: none;
}
.feed .globalHeader .responsiveNav .subNavListItem {
	position: static;
	white-space: nowrap;
}
.feed .globalHeader .responsiveNav .subNavListItem.moreNavTrigger {
	margin-left: 0;
	padding-right: 0;
	position: relative;
	visibility: hidden;
}
.feed .globalHeader .responsiveNav .subNavListItem.moreNavTrigger.active {
	visibility: visible;
}
.feed .globalHeader .responsiveNav .gemWrapper .gemSectionLink {
	padding: 0;
}
.filter .checkbox:focus:not(:focus-visible) {
	outline: none;
}

.header__links {
	display: flex;
	width: max-content;
	flex-wrap: wrap;
	height: 20px;
	row-gap: 20px;
	white-space: nowrap;
}

@media (max-width: 640px) {
	.subNavList {
		justify-content: space-between;
	}
	.header__links {
		display: none;
	}
}

body {
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
}

.reg {
	margin-top: 1rem;
	line-height: 30px;
}
.reg ol {
	counter-reset: myCounter;
}
a {
	color: #007fff;
	text-decoration: none;
}

a:hover {
	color: #007fff;
}

.link_red:hover {
	color: #007fff;
}

.label {
	line-height: 27px;
}

.reg__list-container {
	border: none;
	background: none;
}

.reg__list-container {
	display: list-item;
}

.reg li:before {
	border: none;
	color: #212121;
	padding: 0;
	width: auto;
	height: auto;
	display: none;
}

.reg__list,
.reg__list-2 {
	padding-left: 20px;
}

.reg__list .reg__list-container {
	list-style: arabic;
}

.reg__list-2 .reg__list-container {
	list-style: disc;
}

.reg__list-2 {
	list-style-type: disc;
}

.reg__list-2 .reg__list-container {
	border: none;
}

.reg ol {
	counter-reset: none;
}

.reg__list {
	padding-left: 0;
}

.reg__list .reg__list-container {
	align-items: center;
	display: flex;
	padding-left: 0;
}

.reg__list .reg__list-container::before {
	content: "" !important;
	display: flex;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #bb0000;
	width: 0;
	height: 0;
	border-radius: 0;
}

.reg__list-2 .reg__list-container::before {
	display: none !important;
}

.reg__header {
	font-size: 23px;
}

.reg p {
	font-size: 18px;
}

.reg li {
	list-style: none;
	margin: 0 0 8px 0;
}

.reg li:last-of-type {
	margin: 0 0 25px 0;
}
.reg li:before {
	counter-increment: myCounter;
	content: counter(myCounter);
	display: block;
	border-color: rgb(223, 0, 0);
	border: 3px solid;
	width: 40px;
	height: 40px;
	padding: 4px 12px;
	border-radius: 50%;
	color: rgb(223, 0, 0);
	font-weight: 600;
	margin: auto 0.8rem auto 0;
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.reg__list {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0;
	margin: 0;
}
.reg__list-container {
	font-weight: normal;
	background-color: #ececec;
	border-left: 2px solid;
	border-right: 2px solid;
	border-radius: 6px;
	border-color: rgb(223, 0, 0);
	width: 100%;
	display: flex;
	align-items: center;
	padding: 8px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 26px;
	overflow-wrap: break-word;
	position: relative;
}
.reg__item {
	line-height: 25px;
	font-weight: normal;
	font-size: 18px;
}
.reg__item a {
	color: #007fff;
	text-decoration: underline;
	background-color: transparent;
	font-weight: 500;
}
.reg__item a:hover {
	color: #2195bf;
}

.button-link {
	background-color: #007fff;
	color: white !important;
	padding: 15px;
	margin-top: 30px;
	display: block;
	max-width: 100%;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.button-link:hover {
	color: #fff !important;
	background-color: #e11229;
	text-decoration: none;
}
.button-link:hover {
	background-color: #e11229 !important;
}

p a,
.reg__item a {
	color: #007fff !important;
	font-weight: inherit !important;
	border-bottom: none !important;
	text-decoration: underline !important;
}

p a:hover,
.reg__item a:hover {
	color: #e11229 !important;
	background-color: transparent !important;
}
