.header {
  width: 100%;
  height: auto;
}

.header a {
  font-weight: 700;
}

.top-menu-container {
  width: 100%;
  background-color: #cf1d39;
  z-index: 99999999999;
}

.top-menu-container.sticky {
  position: fixed;
  top: 0;
}

.top-menu-container .top-menu-wrapper ul.top-menu-left li.sub a .arrow {
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  background: url(../img/top-menu-down-arrow.svg) center no-repeat;
}
.top-menu-container .top-menu-wrapper ul.top-menu-right {
  position: relative;
  list-style: none;
  float: right;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.sub-menu-container .sub-menu-wrapper ul.sub-menu li,
.top-menu-container .top-menu-wrapper ul.top-menu-right li {
  float: left;
}
.top-menu-container
  .top-menu-wrapper
  ul.top-menu-right
  .top-menu-search-container {
  display: none;
  position: absolute;
}
.sub-menu-container .sub-menu-wrapper ul.sub-menu li,
.top-menu-container .top-menu-wrapper ul.top-menu-right li {
  float: left;
}
.top-menu-container .top-menu-wrapper ul.top-menu-right li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: #fff;
  font-family: Jost, sans-serif;
  font-size: 14px;
  line-height: 24px;
}
.top-menu-container .top-menu-wrapper ul.top-menu-right li a .text {
  margin-left: 5px;
}
.top-menu-container .top-menu-wrapper ul.top-menu-right li a img {
  width: 20px;
  height: 20px;
}
.news-info-bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.news-info-bar a .category-tag {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #cf1d39;
  padding: 7px 10px 5px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.breaking-news-widget-container .breaking-news-widget-wrapper,
.default-widget-container .title-container,
.authors-read-time-container .authors-container a .author,
.news-content .bottom-authors-container a .author,
.news-content .special-quote .special-quote-left,
.news-content .special-quote .special-quote-right,
.news-info-bar .source-date-container,
.video-detail-page-container .top-container .authors-container a .author,
.video-detail-page-container .top-container .bottom-authors-container a .author,
.weather-page-container
  .bottom
  .left
  .tab-content
  .tab-pane
  .tab-pane-top
  .weather-detail
  ul
  li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.container .next-gallery-container .title-container .title,
.news-info-bar .source-date-container .created-date,
.news-info-bar .source-date-container .source,
.news-info-bar .source-date-container .updated-date {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #475152;
}
.news-info-bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  margin-top: 32px;
}
@media (min-width: 576.1px) {
  .top-menu-container {
    position: relative;
    height: 48px;
  }
  .news-info-bar .source-date-container .created-date label,
  .news-info-bar .source-date-container .source label,
  .news-info-bar .source-date-container .updated-date label {
    font-family: "Jost", sans-serif;
    color: #1d1d1b;
    margin-right: 8px;
    font-weight: 500;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    .social-links-container
    ul
    li,
  .news-info-bar .source-date-container .created-date,
  .news-info-bar .source-date-container .source,
  .news-info-bar .source-date-container .updated-date,
  .news-info-bar a:first-of-type,
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .bottom-container
    .gallery-photo-container
    .text-frame
    .counter,
  .weather-page-container
    .weather-news-container
    .row
    .standard-card:first-of-type,
  .weather-page-container
    .weather-news-container
    .row
    .standard-card:nth-of-type(3) {
    margin-right: 16px;
  }
  .news-info-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

@media (min-width: 1040.1px) {
  .top-menu-container,
  .top-menu-placeholder {
    height: 72px;
  }
  .mega-menu-button {
    display: none;
  }
  .top-menu-container .top-menu-wrapper {
    height: 72px;
    margin: 0 0 0 20px;
  }
  .top-menu-container .top-menu-wrapper .logo {
    float: left;
    width: 183px;
    height: 32px;
    margin: 20px 15px 20px -5px;
  }
  .top-menu-container .top-menu-wrapper ul.top-menu-left {
    list-style: none;
    float: left;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .top-menu-container .top-menu-wrapper ul.top-menu-left li {
    float: left;
  }
  .top-menu-container .top-menu-wrapper ul.top-menu-left li.sub {
    position: relative;
  }
  .top-menu-container .top-menu-wrapper ul.top-menu-left li a {
    display: block;
    text-align: center;
    color: #fff;
    font-family: Jost, sans-serif;
    line-height: 24px;
    font-size: 14px;
    padding: 3px 8.5px 0;
    margin: 25px 0 20px;
  }
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-left
    li.sub
    ul.menu-dropdown {
    display: none;
    list-style: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 377px;
    height: auto;
    position: absolute;
    background: #fff;
    left: 0;
  }
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-left
    li.sub
    ul.menu-dropdown.one-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    width: auto;
  }
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-left
    li.sub
    ul.menu-dropdown
    li {
    width: 50%;
    border-right: 1px solid #d3d3d3;
  }
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-left
    li.sub
    ul.menu-dropdown.one-column
    li {
    width: 135px;
    border-right: none;
  }
  .top-menu-container .top-menu-wrapper ul.top-menu-left li a {
    display: block;
    text-align: center;
    color: #fff;
    font-family: Jost, sans-serif;
    line-height: 24px;
    font-size: 14px;
    padding: 3px 8.5px 0;
    margin: 25px 0 20px;
  }
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-left
    li.sub
    ul.menu-dropdown
    li
    a {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 8px 16px;
    margin: 0;
    color: #1d1d1b;
    font-family: Jost, sans-serif;
    line-height: 24px;
    font-size: 14px;
  }
  .top-menu-container .top-menu-wrapper ul.top-menu-left > li.active > a,
  .top-menu-container .top-menu-wrapper ul.top-menu-left > li:hover > a {
    background-color: #fff;
    color: #cf1d39;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .top-menu-container .top-menu-wrapper ul.top-menu-left li.sub:hover a .arrow {
    background: url(../img/top-menu-up-arrow.svg) center no-repeat;
  }
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-left
    li.sub:hover
    ul.menu-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-menu-right .top-menu-search-container {
    top: 10px;
    left: -190px;
  }
  .top-menu-container .top-menu-wrapper ul.top-menu-right li a {
    height: 27px;
    margin: 25px 0 20px;
    padding: 0 15px 0 0;
  }
}

@media (min-width: 1270.1px) {
  .top-menu-container,
  .top-menu-placeholder {
    height: 80px;
  }
  .container,
  .top-menu-container .top-menu-wrapper,
  .sub-menu-container .sub-menu-wrapper,
  .fluid-widget-wrapper {
    max-width: calc(100% - 76px);
  }
  .top-menu-container .top-menu-wrapper {
    width: 100%;
    height: 80px;
    margin: 0 auto;
  }
  .top-menu-container .top-menu-wrapper .logo {
    margin: 24px 20px 24px 0;
  }
  .top-menu-container .top-menu-wrapper ul.top-menu-left li a,
  .top-menu-container .top-menu-wrapper ul.top-menu-right li a {
    margin: 28px 0 25px;
  }
}

@media (max-width: 1040px) {
  .breaking-news-page-container .right,
  .category-page-container .bottom-container .right,
  .epg-page-container .content-container .right,
  .gallery-widget-container .gallery-widget-wrapper > .left .bottom .right,
  .masthead-ads-container,
  .news-info-bar .source-date-container .updated-date,
  .news-detail-container .right,
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-title-social-container
    .social-links-container,
  .program-episodes-page-container .title-container .social-links-container,
  .top-menu-container .top-menu-wrapper ul.top-menu-left,
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-right
    li:last-of-type
    a
    .text,
  .video-detail-page-container .bottom-container,
  .video-detail-page-container
    .top-container
    .title-container
    .social-links-container,
  .weather-page-container .bottom .right,
  .weather-page-container .top .top-row .search-form {
    display: none;
  }
  .top-menu-container .mega-menu-button {
    float: left;
    display: block;
    background: url(../img/mega-menu-icon-mobile.svg) center / 12px no-repeat
      #cf1d39;
    width: 48px;
    height: 48px;
  }
  .top-menu-container .top-menu-wrapper .logo {
    float: left;
    width: 114.4px;
    height: 20px;
    margin: 15px 10px 13px 0;
  }
  .top-menu-container .top-menu-wrapper ul.top-menu-right li a {
    height: 24px;
    margin: 12px 0;
    padding: 0 12px;
  }
}

@media (max-width: 1270.1px) {
  .top-menu-container .top-menu-wrapper {
    margin: 0 16px;
  }
  .top-menu-container .top-menu-wrapper .logo {
    margin-left: 16px;
  }
}

@media (max-width: 576px) {
  .top-menu-container .top-menu-wrapper ul.top-menu-right li a {
    border-right: 1px solid #e1e1e1;
  }
  .top-menu-container .top-menu-wrapper ul.top-menu-right li:last-of-type a {
    border-right: none;
  }
  .news-info-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .news-detail-container .left .news-content-container .news-info-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .category-page-container
    .bottom-container
    .left
    .news-container
    .standard-left-thumb-card,
  .category-page-container
    .bottom-container
    .left
    .news-container
    .standard-left-thumb-card-sm,
  .default-widget-container
    .default-widget-wrapper
    .bottom
    .standard-right-thumb-card-sm,
  .headline-widget-container
    .headline-widget-wrapper
    .left
    .bottom
    .standard-right-thumb-card-sm,
  .news-detail-container
    .left
    .news-content-container
    .news-info-bar
    a
    .category-tag {
    margin-bottom: 24px;
  }
  .source-date-container {
    display: none !important;
  }
  .top-menu-container .top-menu-wrapper .logo {
    margin: 15px 10px 13px -5px;
  }
  .top-menu-container .top-menu-wrapper {
    margin: 0;
  }
}
