@layer site {
  .site-base .o-page__content {
    margin: auto; }
  @media (min-width: 61.25em) {
    .site-base .o-page__content {
      max-width: 1000px; } }
  .site-base .o-page__header {
    /** Use a smaller font size for the title on the home page. */ }
    @media (min-width: 61.25em) {
      .site-base .o-page__header .o-header__title {
        font-size: 54px; } }
    @media (min-width: 46.25em) {
      .site-base .o-page__header .o-header__title {
        font-size: 54px; } }
  @media (min-width: 61.25em) {
    .site-base .o-header__content-program {
      padding-bottom: 48px; } }
  @media (min-width: 46.25em) {
    .site-base .o-header__description {
      min-height: 48px; } }
  .site-base .o-header__footer {
    margin-top: 42px; }
    @media (min-width: 46.25em) {
      .site-base .o-header__footer {
        margin-top: 0; } }
  .site-base .o-header .c-logo {
    width: 150px;
    height: 60px; }
    @media (min-width: 61.25em) {
      .site-base .o-header .c-logo {
        width: 280px;
        height: 110px; } }
    @media (max-width: 61.24em) {
      .site-base .o-header .c-logo {
        display: none; } }
  .site-base .o-section--channel-list {
    padding-top: 0;
    padding-bottom: 0; }
  .site-base .o-section__heading--top {
    text-align: left; }
  .site-base .c-channel-list {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px; }
    @media (min-width: 61.25em) {
      .site-base .c-channel-list {
        grid-template-columns: 1fr 1fr; } }
    .site-base .c-channel-list .o-channel {
      color: #FFF !important;
      margin: 0; }
  .site-base .page--home .o-header__title {
    color: #fff; } }
