.ctpublic-quick_links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding-bottom: 0;
}

.ctpublic-quick_links + .HtmlModule {
    padding-bottom: 0;
}

.ctpublic-quick_links > div {
    height: 100%;
    border: 1px solid #049fda;
}

.ctpublic-quick_links > div > a {
    display: block;
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.ctpublic-quick_links > div > a:hover {
    color: #fff;
    background-color: #049fda;
}

@media only screen and (min-width: 1180px) {
    .ctpublic-quick_links {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        position: relative;
        top: -8px;
        gap: 20px;
    }

    .ctpublic-quick_links > div > a {
        font-size: 16px;
        border-radius: 5px;
    }
}

/*************/

/* Header */
html .PH {
    background-color: #fff !important;
    margin-top: 0 !important;
}

html .Page-above {
    background-color: #fff;
    padding: 20px;
}

html .PH-persistent-player {
    background-color: #3a4354;
}

html .PH-nav-bar {
    background-color: #eeeeee !important;
    border-bottom: 1px solid #ddd !important;
}

.PH-hat-menu[data-hat-type="desktop"] .NavI .NavI-items, .PH-nav-bar .NavI .NavI-items, .PH-nav-bar .NavI .NavI-items-placeholder {
    background-color: #eeeeee !important;
}

html .ctpublic-sticky-mobile {
    margin: 0 !important;
    padding: 0 !important;
}

html .ctpublic-sticky-mobile .Page-above {
    padding: 5px 0 !important;
}

html .ctpublic-sticky-mobile .Page-above .GoogleDfpAd {
    padding-top: 0 !important;
}

html .Page-above .GoogleDfpAd {
    padding: 0 !important;
}

.Page-above {
    opacity: 1;
    transition: opacity 500ms;
}
.Page-above--hidden {
    opacity: 0;
}

[data-header-sticky] .ctpublic-quick_links {
    top: -5px;
}

[data-header-sticky] .ctpublic-ql-fix_padding {
    top: 0 !important;
}

html main.HomePage-main {
    padding-top: 20px;
}

/*
@media screen and (min-width: 768px) {
  html body .PH {
    padding-top: 10px !important;
  }
}
*/

@media only screen and (min-width: 1180px) {
    html .FilterableListCarousel-slide,
    html .ListPeopleCarousel-slide,
    html .ListTVPosterCarousel-slide,
    html .ListTVPromoCarousel-slide {
      width: calc(100%/var(--numberOfVisibleSlides) - 2.5px);
      margin: 0 !important;
      padding: 0 5px !important;
    }
  }

  @media only screen and (min-width: 1440px) {
    .PromoTVProgram-info {
      padding: inherit;
    }
  }

  .PromoTVProgram-info {
    padding: 10px 5px;
  }

  .PromoTVProgram-byline {
    font-weight: bold;
    padding-left: 3px;
    color: rgb(118, 118, 118);
  }

.FilterableListCarousel-slide:hover, .ListPeopleCarousel-slide:hover, .ListTVPosterCarousel-slide:hover, .ListTVPromoCarousel-slide:hover {
    box-shadow: none;
    transform: none;
    transition: none;
}