.viafoura {
  --base-font-size: 0.625rem;
}

.a11y {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

#vf-skeleton-container {
  margin: 20px 0;
  overflow: auto;
  width: 100%;
}

.vf-skeleton-generic-block {
  width: 100%;
  background: #f6f7f8;
  background-image: linear-gradient(
    to right,
    #ededed 0%,
    #f3f3f3 20%,
    #ededed 40%,
    #ededed 100%
  );
  animation: shimmer 0.5s linear forwards infinite;
  background-size: 1440px 104px;
  border-radius: 4px;
}

@-webkit-keyframes shimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

body,
p {
  font-size: 16px;
  color: rgb(0, 0, 0);
  font-family: "Open Sans", sans-serif !important;
  line-height: 1.65 !important;
}
h1,
h2,
h3,
h5 {
  font-family: Stag, sans-serif !important;
  line-height: 1.4 !important;
}
.my-grey {
  color: rgb(117, 117, 117) !important;
}

.author .author__profile {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
}

.custom_text {
  padding-left: 0 !important;
}

.author .author__profile {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
}

.custom_text {
  padding-left: 0 !important;
}

.text--byline {
  padding-left: 10px;
}

.author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  flex-direction: column;
}

.author .author__image {
  position: relative;
  overflow: hidden;
  float: left;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 10px;
}

@media screen and (max-width: 380px) {
  .author .author__profile {
    padding-right: 5px;
  }

  .text--byline {
    padding-left: 5px;
  }
}

@media screen and (max-width: 380px) {
  .author .author__profile {
    padding-right: 5px;
  }

  .text--byline {
    padding-left: 5px;
  }
}

img {
  max-width: 100%;
}

figure {
  margin: 30px 0;
}

.removedDecoration {
  border: 5px solid rgb(255, 0, 0);
  padding: 16px;
}

a {
  cursor: pointer;
}

.fb--container label {
  cursor: pointer;
  color: #666;
  font-weight: 700;
  vertical-align: middle;
}

.fb--container label input {
  font-weight: 400;
}

.fb--container textarea {
  max-width: 100%;
}

.fb--container button,
.fb--container input,
.fb--container label,
.fb--container td,
.fb--container textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.fb--container p {
  margin: 1em 0;
}

.fb--container a {
  color: #365899;
  cursor: pointer;
  text-decoration: none;
}

.fb--container button {
  margin: 0;
}

.fb--container a:hover {
  text-decoration: underline;
}

.fb--container img {
  border: 0;
}

.fb--container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.fb--container abbr {
  border-bottom: none;
  text-decoration: none;
}

.fb--container .clearfix::after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.fb--container .clearfix {
  zoom: 1;
}

.fb--container ::-webkit-input-placeholder {
  color: #90949c;
}

.fb--container :focus::-webkit-input-placeholder {
  color: #bec2c9;
}

.fb--container ._42ft {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}

.fb--container ._42ft:hover {
  text-decoration: none;
}

.fb--container ._42fr {
  cursor: default;
}

.fb--container .lfloat {
  float: left;
}

.fb--container .rfloat {
  float: right;
}

.fb--container .fss {
  font-size: 9px;
}

.fb--container .fsm {
  font-size: 12px;
}

.fb--container .fwn {
  font-weight: 400;
}

.fb--container .fcg {
  color: #90949c;
}

.fb--container a._p {
  display: block;
}

.fb--container ._4jy0 {
  border: 1px solid;
  border-radius: 2px;
  box-sizing: content-box;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  padding: 0 8px;
  position: relative;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
}

.fb--container ._4jy0::before {
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}

.fb--container ._4jy0 .img {
  bottom: 1px;
  position: relative;
  vertical-align: middle;
}

.fb--container ._517h {
  background-color: #f6f7f9;
  border-color: #ced0d4;
  color: #4b4f56;
}

.fb--container ._517h:hover {
  background-color: #e9ebee;
}

.fb--container ._517h:active {
  background-color: #dddfe2;
  border-color: #bec2c9;
}

.fb--container ._4jy1 {
  color: #fff;
}

.fb--container ._4jy1 {
  background-color: #4267b2;
  border-color: #4267b2;
}

.fb--container ._4jy1:hover {
  background-color: #365899;
  border-color: #365899;
}

.fb--container ._4jy1:active {
  background-color: #29487d;
  border-color: #29487d;
}

.fb--container ._4jy1._42fr {
  background-color: #9cb4d8;
  border-color: #9cb4d8;
}

.fb--container ._4jy3,
.fb--container ._4jy3._42fr:active {
  line-height: 22px;
}

.fb--container ._50f3 {
  font-size: 12px;
  line-height: 16px;
}

.fb--container ._50f7 {
  font-weight: 700;
}

.fb--container ._42ef {
  overflow: hidden;
}

.fb--container ._51mz {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.fb--container ._51mx:first-child > ._51m- {
  padding-top: 0;
}

.fb--container ._51mx:last-child > ._51m- {
  padding-bottom: 0;
}

.fb--container ._51mz ._51mw {
  padding-right: 0;
}

.fb--container ._51mz ._51m-:first-child {
  padding-left: 0;
}

.fb--container ._8o,
.fb--container ._8o .img {
  display: block;
}

.fb--container ._8s {
  margin-right: 8px;
}

.fb--container ._6a {
  display: inline-block;
}

.fb--container ._6b {
  vertical-align: middle;
}

.fb--container ._ohe {
  float: left;
}

.fb--container ._ohf {
  float: right;
}

.fb--container ._4qba {
  font-style: normal;
}

.fb--container ._3-8m {
  margin-bottom: 4px;
  margin-top: 4px;
}

.fb--container ._3-8y {
  margin-top: 12px;
}

.fb--container ._3-8_ {
  margin-right: 4px;
}

.fb--container ._3-96 {
  margin-bottom: 12px;
}

.fb--container ._3-99 {
  margin-left: 4px;
}

.fb--container ._2ph- {
  padding: 8px;
}

.fb--container ._2pi8 {
  padding-left: 8px;
  padding-right: 8px;
}

.fb--container ._2pis {
  padding-left: 8px;
}

.fb--container ._2agf {
  word-wrap: normal;
}

.fb--container ._55pe {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

.fb--container a.uiLinkSubtle {
  color: #90949c;
}

.fb--container .uiInputLabel {
  position: relative;
}

.fb--container .uiInputLabelInput {
  margin: 0;
  padding: 0;
  position: absolute;
}

.fb--container .UFIInputContainer {
  position: relative;
}

.fb--container .UFICommentAttachmentButtons {
  bottom: 0;
  height: 24px;
  position: absolute;
  right: 0;
}

.fb--container .UFICommentActorName {
  font-weight: 700;
}

.fb--container ._5v47 {
  display: inline;
  white-space: nowrap;
}

.fb--container ._5uzb {
  padding-right: 3px;
}

.fb--container .sp_-J_-HgF_hOz {
  background-size: auto;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.fb--container .sp_-J_-HgF_hOz.sx_0beb10 {
  width: 13px;
  height: 15px;
  background-position: 0 -713px;
}

.fb--container .sp_LOJ2j-KswDP {
  display: inline-block;
  height: 16px;
  width: 16px;
}

.fb--container .sp_LOJ2j-KswDP.sx_1e62d4 {
  width: 12px;
  height: 12px;
  background-position: -365px -220px;
}

.fb--container .sp_LOJ2j-KswDP.sx_32ff1f {
  width: 9px;
  height: 8px;
  background-position: -207px -196px;
}

.fb--container ._56q9 {
  font-size: 14px;
  line-height: 1.358;
  word-break: break-word;
  word-wrap: break-word;
}

.fb--container ._44ri {
  border-left: 1px dotted #d3d6db;
}

.fb--container ._2vq9 {
  font-size: 12px;
  line-height: 1.358;
  padding-top: 2px;
}

.fb--container ._2vq9 a {
  color: #4267b2;
}

.fb--container ._2vq9 .livetimestamp,
.fb--container ._2vq9 .uiLinkSubtle {
  color: #90949c;
}

.fb--container ._4iy4 {
  bottom: -2px;
  position: relative;
}

.fb--container ._4q1v {
  color: #90949c;
  display: inline;
}

.fb--container ._4q1v a {
  color: #90949c;
}

.fb--container ._5mdd {
  word-wrap: break-word;
}

.fb--container ._5mdd ._5v47 {
  font-size: 14px;
}

.fb--container ._5mdd a {
  color: #4267b2;
}

.fb--container ._2392 {
  margin-bottom: 24px;
}

.fb--container ._4uyl ._1cb {
  border: 1px solid #d3d6db;
  word-wrap: break-word;
}

.fb--container ._1zz8 ._1u9t {
  min-height: 40px;
}

.fb--container ._1u9t {
  box-sizing: border-box;
  vertical-align: top;
  width: 100%;
}

.fb--container ._4uyl ._1u9t {
  font-size: 14px;
  padding: 12px 8px;
}

.fb--container ._5tr6 {
  background: #f6f7f9;
  text-align: right;
}

.fb--container ._5tr6 ._42fr:active,
.fb--container ._5tr6 button {
  font-size: 14px;
  white-space: normal;
}

.fb--container ._4uym {
  border-width: 0 1px 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #d3d6db;
  border-bottom-color: #d3d6db;
  border-left-color: #d3d6db;
  border-image: initial;
  border-top-style: initial;
  border-top-color: initial;
}

.fb--container ._1u0n {
  line-height: 24px;
}

.fb--container ._491z {
  border-bottom: 1px solid #e9ebee;
  line-height: 25px;
  margin-bottom: 24px;
  padding: 8px 0;
}

.fb--container ._pup {
  color: #4b4f56;
}

.fb--container ._1ci {
  height: 48px;
  width: 48px;
}

.fb--container ._1cj {
  height: 36px;
  width: 36px;
}

.fb--container ._5yct {
  background-color: #f6f7f9;
  color: #365899;
}

.fb--container ._55sg {
  vertical-align: baseline;
}

.fb--container ._kv1 {
  position: relative;
}

.fb--container .uiInputLabelInput._kv1 {
  position: absolute;
}

img.fb-comment__person-photo {
  object-fit: contain;
}

.fb-comment__body {
  margin-top: 20px;
}

.fb-comment__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0;
}

.fb-comment__comment-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fb-comment__comment {
  display: flex;
  gap: 15px;
}

.fb-comment__person-photo {
  width: 50px;
  height: 50px;
  object-fit: cover;
  flex-shrink: 0;
}

.fb-comment__comment-content {
  flex-direction: column;
}

.fb-comment__name {
  font-weight: 600;
  color: #365899;
  font-size: 14px;
  line-height: 1.4;
}

.fb-comment__text {
  font-size: 14px;
  color: #4b4f56;
  margin: 4px 0 8px !important;
}

.fb-comment__meta {
  display: flex;
  gap: 6px;
  align-items: center;
}

.fb-comment__like {
  color: #4267b2;
  font-size: 12px;
  cursor: pointer;
}

.fb-comment__reply {
  color: #4267b2;
  font-size: 12px;
  cursor: pointer;
}

.fb-comment__like-colvo {
  font-size: 12px;
  color: #90949c;
  display: flex;
  gap: 3px;
}

.fb-comment__like-colvo:before {
  width: 10px !important;
}

.fb-comment__date {
  font-size: 12px;
  color: #90949c;
}

.fb-comment__answer {
  margin-left: 65px;
  padding-left: 10px;
  border-left: 1px dotted #d3d6db;
}

p {
  font-size: 18px;
  width: 100%;
  line-height: 24px;
}

.link {
  color: #0550c8;
  text-decoration: none;
}
@media print {
  body {
    display: none !important;
  }
}
figure {
  margin: 24px 0;
}
.text--author a {
  text-decoration: none;
  color: #0550c8;
}
body {
  font-size: 16px;
  min-width: 20em;
}

html {
  -webkit-font-smoothing: antialiased;
  background-color: #f4f4f4;
  color: #000;
  font-family: Open Sans, sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  overflow-x: hidden;
}

input:focus {
  outline: none;
}

.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;
}

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
figure,
footer,
header,
main,
nav {
  display: block;
}

video {
  display: inline-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 {
  font-weight: 700;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

button,
input,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled] {
  cursor: default;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: TextField;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.globalHeader .viafoura #vf-skeleton-container {
  display: none;
}

.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 .accessibilityLinks {
  display: flex;
  margin: 0 auto;
  max-width: 80rem;
  position: relative;
  width: 100%;
}

.feed .accessibilityLinks > a {
  background: #fff;
  border: 3px solid #0550c8;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  left: -10000px;
  line-height: 18px;
  padding: 16px 25px;
  position: absolute;
  text-decoration: none;
}

.feed .accessibilityLinks > a:active,
.feed .accessibilityLinks > a:focus {
  left: 0;
  outline-color: transparent;
  position: absolute;
  z-index: 99999;
}

.feed .accessibilityLinks.globalSkipLink > a {
  top: 45px;
}

.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: 40px;
  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: 720px;
  }
}

.feed .detail.detailBody .detailBodyContainer .detailMainCol {
  flex: 0 1 45rem;
  max-width: 100%;
  min-width: 0;
}

@media (max-width: 768px) {
  .feed .detail.detailBody .detailBodyContainer {
    margin-top: 0;
  }
}

.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 .detailHeadline {
  color: #000;
  font-size: 2rem;
  line-height: 1.3;
}

@media (max-width: 600px) {
  .feed .detail .detailHeadline {
    font-size: 1.625rem;
  }
}

.feed .detail .byline {
  -webkit-font-smoothing: antialiased;
  align-items: center;
  color: #545454;
  display: flex;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.feed .detail .byline .timeStamp {
  display: inline-block;
}

@media (min-width: 641px) and (max-width: 960px) {
  .feed .detail .byline {
    font-size: 16px;
    line-height: 24px;
  }
}

@supports (display: grid) {
}

.feed
  .landingPlus
  .targetedAds
  input:first-of-type:not(:checked)
  ~ .visualSwitch
  .knob {
  left: 2em;
}

.feed .bannerFocus:focus-visible .winterOlympicsBrandBannerLogo {
  outline: 2px dashed #fff;
  outline-offset: 8px;
}

.feed .headerSearchBar {
  background: #000;
  display: none;
  height: 48px;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 266px;
  z-index: 2000;
}

.feed .headerSearchBar .searchBar {
  display: none;
}

.feed .headerSearchBar .searchBar .search-autocomplete {
  color: #000;
  display: flex;
  height: 25px;
  text-align: left;
  width: inherit;
}

.feed .headerSearchBar .searchClose {
  background: #000;
  border: none;
  cursor: pointer;
  display: none;
}

@media only screen and (max-width: 710px) {
  .feed .headerSearchBar {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
  }
}

.feed .searchBar .searchButton:focus,
.feed .searchBar .searchButton:hover {
  background-color: #e60505;
  color: #fff;
}

.feed .searchBar .searchButton:focus {
  text-decoration: underline;
}

.feed .searchBar .search-autocomplete {
  width: 98%;
}

.feed .searchBar.compact {
  background: #000;
  display: none;
  padding: 0.7rem 0;
  top: 0;
  transition: width 0.4s ease-in-out;
  z-index: 1011;
}

.feed .searchBar.compact .searchButton {
  background-color: #727272;
  border: none;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
}

.feed .searchBar.compact .searchInput {
  width: 187px;
}

.feed .headerSearchBar .searchBar.compact {
  padding-right: 0;
}

.feed .searchBar .searchForm {
  align-items: center;
  display: flex;
  justify-content: space-around;
  margin: auto;
  width: 97%;
}

.feed .searchBar .searchInput {
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  box-sizing: border-box;
  flex: 3 1;
  height: 26px;
  margin-right: 1rem;
  padding: 0 0.5rem;
  width: inherit;
}

.feed .searchBar .searchInput:focus {
  border-color: #0550c8;
  border-width: 2px;
}

.feed .viewportLarge .searchBar.compact {
  right: 212px;
}

.feed .story {
  color: #222;
  font-size: 1rem;
  line-height: 150%;
}

.feed .story h2 {
  font-size: 1.625rem;
  line-height: 1.3;
}

@media (max-width: 600px) {
  .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;
  font-weight: bold;
}

/* .feed .story a:focus,.feed .story a:hover {
    background-color: #d8d8d8
} */

@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 .toggleSwitch input:not(:checked):hover + label {
  cursor: pointer;
  text-decoration: underline;
}

.feed .toggleSwitch input:not(:checked) + label {
  z-index: 1;
}

.feed .toggleSwitch input:first-of-type:not(:checked) ~ .visualSwitch .knob {
  left: 1.7em;
}

.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 .closeIcon {
  fill: #fff;
  background: #e60505;
  border-radius: 50%;
  padding: 0.3rem;
}

.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 .headerSearchBar,
.feed .newsTheme .globalHeader .menuNavWrapper {
  height: 48px;
}

.feed .newsTheme .globalHeader .headerSearchBar .searchBar {
  padding-bottom: 0.344rem;
  padding-top: 0.344rem;
}

.feed .newsTheme .globalHeader .searchInput {
  height: 24px;
}

.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 .subNavList a.subNavLink:focus,
.feed .newsTheme .globalHeader .landingNav .subNavList button.moreButton:focus {
  outline-color: #fff;
}

.feed .newsTheme .globalHeader .landingNav .moreItemsNav .moreNavListItem {
  border-color: #e60505;
}

.feed
  .newsTheme
  .globalHeader
  .landingNav
  .moreItemsNav
  .moreNavListItem:last-child {
  border-bottom-color: #e60505;
}

.feed .newsTheme .globalHeader .landingNav .moreItemsNav .moreNavLink {
  color: #000;
  font-weight: 400;
}

.feed .newsTheme .globalHeader .landingNav .moreItemsNav .navLink.moreNavLink {
  color: #000;
  font-weight: 400;
}

.feed .newsTheme .globalHeader .landingNav .moreItemsNav .moreButton {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.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 .detail .detailHeadline {
  font-family: Stag Medium, Trebuchet;
  font-weight: 300;
}

@media print {
  .feed .appContainer .comments,
  .feed .appContainer .globalHeader .landingNav,
  .feed .appContainer .globalHeader .menuButton,
  .feed .appContainer .landingNav,
  .feed .appContainer .navLink.search,
  .feed .appContainer .viafoura {
    display: none;
  }

  .feed .appContainer .globalHeader {
    position: static !important;
  }
}

.tab-W7PUB:focus-visible {
  outline: 2px dotted #545454;
}

.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;
}

.filter .checkbox:focus:not(:focus-visible) {
  outline: none;
}

.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: #545454;
  stroke: #545454;
  background-color: transparent;
  border: none;
  color: #545454;
  cursor: pointer;
  padding: 12px 16px;
  text-decoration: none;
}

.profileButtonWrapper .profileButtonNav .profilePic {
  display: inline-block;
  height: 15px;
  margin-right: 0.4375rem;
  width: 15px;
}

.profileButtonWrapper .profileButtonNav .profileText {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .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;
  position: relative;
}

.profileButtonWrapper .profileButtonNav:hover {
  fill: #e60505 !important;
  stroke: #e60505 !important;
  color: #e60505 !important;
}

.feed .globalHeader {
  background: #fff;
  color: #fff;
  width: 100%;
  z-index: 1000;
}

.feed .globalHeader .toggleMenu {
  border: none;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  width: 100%;
}

.feed .globalHeader .menuNavWrapper {
  background-color: #fff;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 80rem;
  overflow: visible;
  padding-left: 16px;
  position: relative;
}

.feed .globalHeader .logo,
.feed .globalHeader .menuNavWrapper {
  align-items: center;
  display: flex;
  height: 48px;
  padding-right: 16px;
}

.feed .globalHeader .logo {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  z-index: 1;
}

.feed .globalHeader .logo .logoIcon {
  display: block;
  margin-left: 16px;
}

.feed .globalHeader .menuClose {
  display: none;
}

.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;
}
.profileButtonNav:hover {
  color: #e60505 !important;
}
.feed .globalHeader .sideMenu {
  align-self: center;
  display: flex;
  margin-left: auto;
  min-width: 3rem;
  text-align: center;
}

.feed .globalHeader .sideMenu .navLink {
  align-self: center;
  color: #000;
  display: inline-block;
  padding: 12px 16px;
}

.feed .globalHeader .sideMenu .search {
  fill: #545454;
  border: 0;
  color: #545454;
  text-decoration: none;
}

.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: Open Sans;
  font-size: 14px;
  font-weight: 700;
  margin-left: 6px;
  margin-right: 10px;
}

.feed .globalHeader .sideMenu .search:hover {
  fill: #e60505;
  color: #e60505;
}

@media only screen and (max-width: 600px) {
  .feed .globalHeader .sideMenu .search .searchText {
    display: none;
  }
}

.feed .globalHeader .menuButton {
  align-self: center;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  color: #e60505;
  -ms-flex-basis: 1;
  font-size: 1rem;
  font-weight: 700;
  overflow: hidden;
  padding: 12px 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 100;
}

.feed .globalHeader .menuButton .chevronIcon {
  margin-left: 5px;
  padding: 3px;
}

.feed .globalHeader .menuButton .chevronIcon g {
  transform: translateY(1px);
}

.feed .globalHeader .menuButton:focus,
.feed .globalHeader .menuButton:hover {
  color: #000;
}

.feed .globalHeader .menuButton:focus .chevronIcon,
.feed .globalHeader .menuButton:hover .chevronIcon {
  fill: #fff;
  background-color: #e60505;
}

.feed .globalHeader .menuButton:before {
  border-left: 1px solid #e60505;
  content: "";
  height: 1.375rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

@media only screen and (max-width: 600px) and (min-width: 370px) {
  .feed .globalHeader .menuNavWrapper {
    padding-left: 10px;
    padding-right: 0;
  }

  .feed .globalHeader .menuNavWrapper .logo {
    padding-right: 10px;
  }

  .feed .globalHeader .menuNavWrapper .menuButton {
    padding: 12px 10px;
  }

  .feed .globalHeader .menuNavWrapper .menuButton .chevronIcon {
    margin-left: 2px;
  }

  .feed .globalHeader .menuNavWrapper .sideMenu .navLink {
    padding-left: 14px;
    padding-right: 15px;
  }
}

.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:after {
  content: "";
  flex: auto;
  padding: 0 1rem;
  width: 21%;
}

.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 .moreItemsList {
  clear: both;
  display: none;
  height: 90%;
  margin-top: -1px;
  min-width: 15rem;
  overflow-y: auto;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: left;
  z-index: 1000;
}

.feed .globalHeader .moreItemsNav .moreNavListItem {
  background: #fff;
  border: 1px solid #cbcbcb;
  border-bottom: none;
  display: block;
  list-style-type: none;
  padding: 0.7rem;
}

.feed .globalHeader .moreItemsNav .moreNavListItem:last-child {
  border-bottom: 1px solid #cbcbcb;
  box-shadow: 0 5px 10px 0 hsla(0, 0%, 55%, 0.15), 0 -5px 3px -10px #fff;
}

.feed .globalHeader .moreItemsNav .moreNavListItem .moreNavLink {
  color: #000;
  text-decoration: none;
}

.feed .globalHeader .moreItemsNav .moreNavListItem .moreNavLink:focus,
.feed .globalHeader .moreItemsNav .moreNavListItem .moreNavLink:hover {
  text-decoration: underline;
}

.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 .moreItemsList {
  clear: both;
  display: none;
  height: 90%;
  margin-top: -1px;
  min-width: 15rem;
  overflow-y: auto;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: left;
  z-index: 1000;
}

.feed .globalHeader .responsiveNav .moreItemsNav .moreNavListItem {
  background: #fff;
  border: 1px solid #cbcbcb;
  border-bottom: none;
  display: block;
  list-style-type: none;
  padding: 0.7rem;
}

.feed .globalHeader .responsiveNav .moreItemsNav .moreNavListItem:last-child {
  border-bottom: 1px solid #cbcbcb;
  box-shadow: 0 5px 10px 0 hsla(0, 0%, 55%, 0.15), 0 -5px 3px -10px #fff;
}

.feed .globalHeader .responsiveNav .moreItemsNav .moreNavListItem .moreNavLink {
  color: #000;
  text-decoration: none;
}

.feed
  .globalHeader
  .responsiveNav
  .moreItemsNav
  .moreNavListItem
  .moreNavLink:focus,
.feed
  .globalHeader
  .responsiveNav
  .moreItemsNav
  .moreNavListItem
  .moreNavLink:hover {
  text-decoration: underline;
}

.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;
}

.feed .globalHeader .menuNav {
  position: relative;
}

.feed .globalHeader .menuNav .menuList {
  background-color: #fff;
  border-top: 1px solid #cbcbcb;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.feed .globalHeader .menuNav .navLink {
  font-weight: 700;
  text-transform: uppercase;
}

.feed .globalHeader .menuNav .menuSidebar {
  background: #545454;
  display: none;
  width: 125px;
}

.feed .globalHeader .menuNav .menuSidebar .menuSidebarHeading {
  background-color: #727272;
  color: #fff;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
  text-transform: uppercase;
}

.feed .globalHeader .menuNav .menuSidebar .subNavList .subNavListItem {
  padding: 0;
  width: 100%;
}

.feed
  .globalHeader
  .menuNav
  .menuSidebar
  .subNavList
  .subNavListItem
  .subNavLink {
  color: #fff;
  display: block;
  font-size: 0.9rem;
  margin: 0.7rem 0.5rem;
  padding: 0.3rem 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
}

.feed
  .globalHeader
  .menuNav
  .menuSidebar
  .subNavList
  .subNavListItem
  .subNavLink:focus,
.feed
  .globalHeader
  .menuNav
  .menuSidebar
  .subNavList
  .subNavListItem
  .subNavLink:hover {
  outline: 3px solid #fff;
}

.feed .globalFooter {
  background-color: #fff;
}

.feed .globalFooter .footerBody {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 80rem;
}

.feed .globalFooter .extendedFooter {
  background-color: #fff;
  color: #000;
  margin: 0 auto;
  max-width: 80rem;
}

.feed .globalFooter .extendedFooter .footerColumn {
  align-self: baseline;
}

.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 .footerLink {
  color: #0550c8;
  text-decoration: none;
}

.feed .globalFooter .footerLink:focus,
.feed .globalFooter .footerLink:hover {
  text-decoration: underline;
}

.feed .globalFooter .footerHeading {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.7em;
  margin-top: 0;
}

.feed .globalFooter .footerItem {
  margin-bottom: 0.5rem;
}

.feed .globalFooter .copyright,
.feed .globalFooter .extendedLogoLink,
.feed .globalFooter .radioCanada {
  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 .extendedLogo img {
  position: relative;
  width: 220px;
}

.feed .globalFooter .copyright {
  flex: 2 0 230px;
}

.feed .globalFooter .radioCanada:focus,
.feed .globalFooter .radioCanada:hover {
  text-decoration: underline;
}

.feed .globalFooter .cbcWatch {
  border-bottom: 1px solid #d8d8d8;
  text-decoration: none;
  transition: background-color 0.25s linear;
}

.feed .globalFooter .cbcWatch:focus,
.feed .globalFooter .cbcWatch:hover {
  background-color: #d8d8d8;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .navItem.subNavListItem:first-child {
    display: block;
  }
  .navItem.subNavListItem {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .feed .globalHeader .landingNav .subNavList .subNavListItem {
    font-size: 12px;
    padding-right: 5px;
  }
}
ul li {
  font-size: 16px;
}
ul li {
  color: #0550c8;
}
.form-wrapper {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
.center p {
  text-align: center;
}
.center {
  width: 100%;
  background-color: #0450c8;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  z-index: 1000;
}
.basicFooter {
  padding-bottom: 40px;
}
.uiGrid {
  border-collapse: collapse;
}

.uiGrid td {
  padding: 0;
}
