.globalFooter {
  background-color: #fff;
  margin-top: 100px;
  border-top: 1px solid #eaeaea;
}
.globalFooter .footerBody {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 80rem;
}
.globalFooter .basicFooter {
  background-color: #000;
  color: #fff;
}
.globalFooter .basicFooter .footerColumn {
  align-self: center;
}
.globalFooter .footerList {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.globalFooter .footerColumn {
  flex: 1 1 130px;
  font-size: 0.85em;
  padding: 16px;
}
.globalFooter .footerLink {
  color: #0550c8;
  text-decoration: none;
}
.globalFooter .footerLink:focus,
.globalFooter .footerLink:hover {
  text-decoration: underline;
}
.globalFooter .footerHeading {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.7em;
  margin-top: 0;
}
.globalFooter .footerItem {
  margin-bottom: 0.5rem;
}
.globalFooter .copyright,
.globalFooter .extendedLogoLink,
.globalFooter .radioCanada {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
}
.globalFooter .extendedLogo {
  flex: 1 1 230px;
  font-size: 1.3rem;
}
.globalFooter .extendedLogo .placeholder {
  background: none;
}
.globalFooter .extendedLogo img {
  position: relative;
  width: 220px;
}
.globalFooter .copyright {
  flex: 2 0 230px;
}
.globalFooter .radioCanada:focus,
.globalFooter .radioCanada:hover {
  text-decoration: underline;
}
.globalFooter .cbcWatch {
  border-bottom: 1px solid #d8d8d8;
  text-decoration: none;
  transition: background-color 0.25s linear;
}
.globalFooter .cbcWatch:focus,
.globalFooter .cbcWatch:hover {
  background-color: #d8d8d8;
  text-decoration: none;
}
.filter .checkbox:focus:not(:focus-visible) {
  outline: none;
}
button span {
  font-family: Radio Canada;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.31rem;
}
button {
  cursor: pointer;
  font-family: Radio Canada;
}
.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.horizontalNav-vNOyy:focus-visible span,
.labelledIconButton-DJXCN:focus-visible span {
  font-family: Radio Canada;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5rem;
}
.labelledIconButton-DJXCN:focus-visible {
  border: 2px solid #353535;
  margin: -2px;
}
.labelledIconButton-DJXCN.blackAndWhite-yKULD:focus-visible {
  border: 2px solid #fff;
  margin: -2px;
}
.chip-EZdDN:focus-visible {
  border: 2px solid #000;
}

.footerColumnBody p {
  margin-bottom: 16px;
}