@charset "UTF-8";
/* z-index scale */
/* z-index applications */
/* fonts */
/* colors */
/* opaque */
/* variable opacity */
/* 50 shades of red */
/* variable for default focus color */
/* color for text and links contrast with the grey background */
/* vertical spacing in series landing */
/* breakpoints */
/* video player sizes */
/* hub colors */
/* christmas colors */
/* Brand colors */
/* Brand gradients */
/* expire */
/** HEADER **/
header.global-header .icon-notification svg {
  fill: #ff124d;
}
header.global-header .icon-menu {
  color: #ff124d;
}
header.global-header .icon-menu:active {
  color: rgba(255, 18, 77, 0.8);
}
header.global-header .icon-menu:hover {
  color: rgba(255, 18, 77, 0.8);
}
header.global-header .icon-menu:focus {
  color: rgba(255, 18, 77, 0.8);
  outline: none;
}
header.global-header.interior-header {
  background-color: #191919;
}
header.global-header.interior-header .logo {
  height: 48px;
  margin-top: 8px;
  margin-bottom: 8px;
}

/** END HEADER **/
/** INTERNAL NAV **/
.internal-nav.section-nav .program-title {
  color: #ccc;
}
.internal-nav nav ul li a.selected {
  color: #ff124d;
  pointer-events: none;
}

/** END INTERNAL NAV **/
/** GLOBAL **/
.theme-btn-1 {
  color: rgb(255, 255, 255);
  background: rgba(180, 4, 50, 0.8);
}
.theme-btn-1:hover {
  background: #ff124d;
}

.theme-btn-accent {
  color: rgb(255, 255, 255);
  background: #ff124d;
}
.theme-btn-accent:hover {
  background: rgba(255, 18, 77, 0.8);
}

.thumb-progress-bar span,
.continue-promo .progress-bar span {
  background-color: #ff124d;
}

.theme-item-light,
.theme-hover-light:hover {
  color: #ff5680;
}

.theme-item-reg,
.theme-hover-reg:hover {
  color: #ff124d;
}

.theme-item-dark,
.sso-wrapper .theme-item-dark {
  color: #b40432;
}

.theme-links-light a {
  color: #ff5680;
}

.theme-links-reg a {
  color: #ff124d;
}

.main-content .main-article a {
  color: #ff5680;
}

.multiple-labels .content-label a:hover {
  color: #ff5680;
}

.my-list-link .icon {
  background: #ff124d;
}

.mylist-empty .mylist-empty__link {
  background: #ff124d;
}

/** END GLOBAL **/
/** FEATURE LIST **/
.feature-list .feature-item .label {
  background: #ff124d;
}

/** END FEATURE LIST **/
/** EPISODE DETAILS **/
.episode-nav li.active:after {
  background-color: #ff124d;
}

.expand-trigger {
  color: #b40432;
}

.episode-details .episode-item.playlist-item .upnext-label:before {
  background: #ff124d;
}

/** END EPISODE DETAILS **/
.register-promo-section .register-promo {
  background: #ff124d;
}

/** SERIES PLAYLIST **/
.playlist-more a.theme-btn-highlight:hover,
.theme-btn-2.theme-btn-highlight:hover {
  background: #fff !important;
  color: #181818;
  border-color: #fff;
}
.playlist-more a.theme-btn-highlight:focus,
.theme-btn-2.theme-btn-highlight:focus {
  background: #fff !important;
  color: #181818;
}
.playlist-more a:not(.theme-btn-white),
.theme-btn-2:not(.theme-btn-white) {
  color: black;
  border: 1px solid black;
}
.playlist-more a:not(.theme-btn-white):not(.theme-btn-highlight):hover,
.theme-btn-2:not(.theme-btn-white):not(.theme-btn-highlight):hover {
  border-color: rgba(0, 0, 0, 0.3);
  color: #000;
}
.playlist-more a:not(.theme-btn-white):not(.theme-btn-highlight):focus,
.theme-btn-2:not(.theme-btn-white):not(.theme-btn-highlight):focus {
  border-color: rgba(0, 0, 0, 0.3);
  color: #000;
}

.series-playlist .item.item-selected:after {
  border-color: rgba(255, 18, 77, 0.6);
}

/** END SERIES PLAYLIST **/
/** MVPD OVERLAY **/
.mvpd-wrapper .overlay-header h2 {
  color: #ff124d;
}

/** END MVPD OVERLAY **/
/** PLAYER **/
.aetn-player .player-layer .next-header {
  background: #ff124d;
}
.aetn-player + .upcoming-episode .upcoming-episode-head {
  background: #191919;
  color: #ff5680;
}

/** END PLAYER **/
/** SCHEDULe **/
.date-picker .date-item.selected:after,
.date-picker .selected-day:after {
  background-color: #ff5680;
}

.listing li.now .time .on_now {
  background: #ff124d;
}

/** END SCHEDULE **/
.watch-toggle .toggle:checked + label:before {
  background-color: rgba(180, 4, 50, 0.48);
}
.watch-toggle .toggle:checked + label:after {
  background-color: #ff5680;
}

.sticky-signin {
  background: #ff124d;
}
.sticky-signin .circle-icon {
  background: rgba(180, 4, 50, 0.8);
}

/** CONTINUE WATCHING PROMO **/
.continue-promo small.label {
  color: #ff5680;
}

/** END CONTINUE WATCHING PROMO **/
/** NEWSLETTER **/
.newsletter-body h2 {
  color: #ff124d;
}

.newsletter-footer a {
  color: #ff5680;
}

/** END NEWSLETTER **/
/** EMAIL PREFS **/
.signin-container a {
  color: #ff124d;
}
.signin-container .check-list i {
  color: #ff124d;
}
.signin-container .check-list .input-box input:checked + label {
  background: #ff5680;
}
.signin-container .button {
  background: #b40432;
}
.signin-container .button.loading, .signin-container .button:hover, .signin-container .button:focus {
  background: #ff5680;
}

/** END EMAIL PREFS **/
/** NON SHOW PLAYLIST **/
.playlist-header h2 {
  color: #ff124d;
}
.playlist-header.title-accent span {
  color: #ff124d;
}

.playlist-items .item-details-container h3:before,
.playlist-items .item-details-container strong:before {
  background: #ff124d;
}
.playlist-items .item-details-container .icon-play:before {
  color: #ff124d;
}

/** END NON SHOW PLAYLIST **/
/** SSO **/
.sso-wrapper a {
  color: #444;
  text-decoration: none;
}
.sso-wrapper .sso-head {
  background: #191919;
}
.sso-wrapper .sso-head h2 {
  color: #ff5680;
}
.sso-wrapper .sso-bullets li:before {
  color: #ff124d;
}
.sso-wrapper .sso-label {
  color: #ff124d;
}
.sso-wrapper form .dropdown:after {
  border-color: #ff124d transparent transparent;
}
.sso-wrapper form .options {
  background: rgba(255, 18, 77, 0.1);
}
.sso-wrapper .theme-btn {
  background: #b40432;
}
.sso-wrapper .theme-btn:not(.btn-loading):hover {
  background: #ff124d;
}
.sso-wrapper .theme-btn.btn-loading:after {
  background-color: #ff5680;
}
.sso-wrapper .sso-button.btn-loading:after {
  background: #b40432;
}
.sso-wrapper .brand-button-1 {
  background: #b40432;
}
.sso-wrapper .brand-button-1.sso-btn-reverse {
  background-color: #fff;
  color: #ff124d;
  border: 1px solid #ff124d;
}
.sso-wrapper .brand-button-1:focus {
  outline: 2px solid #4d90fe;
}
.sso-wrapper .brand-button-2 {
  color: #ff124d;
}
.sso-wrapper .brand-mark:after {
  content: "®";
}

/** END SSO **/
/** GIGYA **/
.gigya-screen-dialog .gigya-screen-dialog-top {
  background: #ff124d;
}

/** END GIGYA **/
/** BLOGS **/
.blog-content .meta a,
.blog-content .series-title a {
  color: #ff5680;
}
.blog-content .tag-list li a {
  color: #ff124d;
}
.blog-content .main-article a {
  color: #ff124d;
}
.blog-content .main-article ol > li::before {
  color: #ff5680;
}
.blog-content .blog-main-label {
  background: rgba(255, 18, 77, 0.1);
  border-bottom: 1px solid rgba(255, 18, 77, 0.2);
}
.blog-content .blog-label a.see-all {
  color: #ff5680;
}

.blog-header .social-links li {
  background-color: #ff124d;
}
.blog-header .blog-categories a:before, .blog-header .blog-categories a.active {
  background: #191919;
}
/** END BLOGS **/
/** TILE LIST **/
.tile-list.tile-list-blocks li a:hover {
  background: rgba(255, 86, 128, 0.6);
}

/** END TILE LIST **/
/** SCHEDULE **/
.selection-section ul li.active a,
.selection-section ul li:hover a {
  background: #444;
  color: #fff;
}

.listing .type-label {
  color: #fff;
  background: #444;
}
.listing .listing-item .theme-links-light a {
  background: #444;
}

/** END SCHEDULE **/
/** STORY **/
.story-header .category a,
.author-header .category a {
  color: #ff124d;
}
.story-header .category:before,
.author-header .category:before {
  background: #ff124d;
}
.story-header .category-with-logo:after, .story-header .category-with-logo:before,
.author-header .category-with-logo:after,
.author-header .category-with-logo:before {
  background: #ff124d;
}

.story-body p a:hover:before {
  background: #ff124d;
}

.article-tags li a {
  color: #ff124d;
}
.article-tags li a:before {
  background: #ff124d;
}

.story-list .item-details-container .story-title:before,
.story-list .item-details-container time:before {
  background: #ff124d;
}

.show-newsletter-container.inline-signup .show-newsletter {
  border-top: 3px solid #ff124d;
  border-bottom: 1px solid #ff124d;
}

/** END STORY **/
/** SIGN UP **/
.background-container .signup-form-container .action-button {
  background: #ff124d;
  cursor: pointer;
  transition: all 0.3s;
}
.background-container .signup-form-container .action-button:hover {
  background: #ff5680;
}
.background-container .signup-form-container .header {
  color: #ff124d;
}
.background-container .signup-form-container .signup-form .signup-form-inner ul li:before {
  background-color: #ff124d;
}

/** END SIGN UP **/
@media (max-width: 767px) {
  header.global-header .navigation ul .active {
    border-left: 4px solid #ff124d;
  }
}
@media (min-width: 768px) {
  header.global-header .navigation .global-nav .global-nav-list li:not(.site-name) a:hover {
    background-color: #444;
  }
}
.white-header + .internal-nav.section-nav .program-title {
  color: #181818;
}

.preference-center .show .show__tile.selected {
  background-color: #b40432;
}
.preference-center .checkbox__custom:checked, .preference-center .unsub__img {
  background: #b40432;
}
.preference-center .tabs-container .tabs .tabs__button.active:after, .preference-center .tabs-container .tabs .tabs__button:hover:after, .preference-center .tabs-container .tabs .tabs__button:focus:after {
  background-color: #ff124d;
}

.logo {
  background-image: url(logo-black.svg);
}

.lmc-promo .theme-btn-2:not(.theme-btn-white):not(.theme-btn-highlight) {
  color: #fc5452;
  border-color: rgba(252, 84, 82, 0.6);
}
.lmc-promo .theme-btn-2:not(.theme-btn-white):not(.theme-btn-highlight):hover {
  border-color: rgba(183, 66, 64, 0.16);
  color: rgba(252, 84, 82, 0.68);
  background-color: rgba(252, 84, 82, 0.16);
}

.footer-logo {
  background-image: url(logo-black.svg);
}

@media (min-width: 768px) and (max-width: 1280px) {
  header.global-header.interior-header .logo-link .logo {
    width: 110px;
  }
}
@media (min-width: 1281px) {
  header.global-header.interior-header .logo-link .logo {
    width: 120px;
  }
}
@media (min-width: 1025px) {
  header.global-header.main-header.network-lmn .logo-link {
    margin-right: 32px;
  }
}
@media (min-width: 1440px) {
  header.global-header.main-header.network-lmn .logo-link {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.newsletter-overlay .logo {
  background-image: url(logo-white.svg);
}
.newsletter-overlay .newsletter-header .logo {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 961px) {
  .newsletter-overlay .newsletter-header .logo {
    width: 86px;
    height: 86px;
  }
}