@charset "UTF-8";
/* z-index scale */
/* z-index applications */
/* fonts */
/* colors */
/* opaque */
/* variable opacity */
/* 50 shades of red */
/* vertical spacing in series landing */
/* breakpoints */
/** HEADER **/
header.global-header .icon-notification {
  position: relative;
  margin-right: 16px;
  padding-right: 20px; }
  header.global-header .icon-notification svg {
    fill: #FC8785; }
  header.global-header .icon-notification::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 20;
    width: 1px;
    height: 100%;
    background: white;
    opacity: 0.2; }

header.global-header .icon-menu {
  color: #FC8785; }
  header.global-header .icon-menu:hover, header.global-header .icon-menu:active {
    color: #FC8785; }

header.global-header.interior-header {
  background-color: #191919; }
  header.global-header.interior-header .logo {
    height: 80px; }
  header.global-header.interior-header .series-name,
  header.global-header.interior-header .header-label {
    color: #FC8785; }
    header.global-header.interior-header .series-name a,
    header.global-header.interior-header .header-label a {
      color: #FC8785; }

/** END HEADER **/
/** GLOBAL **/
.theme-btn-1 {
  color: white;
  background: rgba(183, 66, 64, 0.8); }
  .theme-btn-1:hover {
    background: #FC5452; }

.med-circle-icon {
  background-color: rgba(252, 135, 133, 0.9); }
  .med-circle-icon:hover, .med-circle-icon:active {
    background-color: #FC8785; }

.circle-icon {
  background-color: rgba(252, 135, 133, 0.9); }
  .circle-icon:hover, .circle-icon:active {
    background-color: #FC8785; }

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

/** END GLOBAL **/
/** HERO **/
.season-list-dropdown {
  background: rgba(183, 66, 64, 0.8); }
  .season-list-dropdown:hover, .season-list-dropdown:active {
    background: #FC5452; }

.hero .social-links ul li a:hover,
.hero .social-links .tag a:hover {
  color: #FC8785; }

/** END HERO **/
/** ADD TO CALENDAR **/
a.add-to-calendar {
  border: 1px solid rgba(183, 66, 64, 0.8);
  color: #FC8785;
  background: #191919; }
  a.add-to-calendar:hover {
    background: rgba(25, 25, 25, 0.7); }

/** END ADD TO CALENDAR **/
/** EPISODE LIST **/
.episode-list .pb-promo h2 {
  color: #FC5452; }

.episode-list .lookback-promo:hover h2 {
  color: #FC5452; }

.episode-list.episode-clips .episode-item.item-selected:after {
  border-color: rgba(252, 84, 82, 0.6); }

.season-ep .preview {
  background-color: #FC5452; }

.episode-details .ways-overlay strong {
  color: rgba(252, 135, 133, 0.86); }

.episode-nav li.active:after {
  background-color: #FC5452; }

.top-nav {
  background: #FC5452; }

.expand-trigger {
  color: #B74240; }

/** END EPISODE LIST **/
.register-promo-section .register-promo {
  background: #FC5452; }

/** SERIES PLAYLIST **/
.playlist-more a.theme-btn-highlight:hover,
.theme-btn-2.theme-btn-highlight:hover {
  background: #FC5452 !important; }

.playlist-more a:not(.theme-btn-white),
.theme-btn-2:not(.theme-btn-white) {
  color: #FC5452;
  border: 1px solid rgba(252, 84, 82, 0.6); }
  .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(183, 66, 64, 0.16);
    color: rgba(252, 84, 82, 0.68);
    background-color: rgba(252, 84, 82, 0.16); }

.series-playlist li.item-selected:after {
  border-color: rgba(252, 84, 82, 0.6); }

/** END SERIES PLAYLIST **/
/** PLAYER **/
.aetn-player .player-layer .next-header {
  background: #FC5452; }

.aetn-player + .upcoming-episode .upcoming-episode-head {
  background: #191919;
  color: #FC8785; }

/** END PLAYER **/
.watch-toggle .toggle:checked + label:before {
  background-color: rgba(183, 66, 64, 0.48); }

.watch-toggle .toggle:checked + label:after {
  background-color: #FC8785; }

.sticky-signin {
  background: #FC5452; }
  .sticky-signin .circle-icon {
    background: rgba(183, 66, 64, 0.8); }

.show-newsletter {
  border-top: 3px solid rgba(252, 84, 82, 0.86); }
  .show-newsletter input[type="submit"] {
    background: #FC5452; }

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

/** END CONTINUE WATCHING PROMO **/
/** REGISTER PROMO **/
.register-promo .account a {
  color: rgba(183, 66, 64, 0.8); }
  .register-promo .account a:hover {
    color: #FC5452; }

/** END REGISTER PROMO **/
/** NEWSLETTER **/
.newsletter-header {
  background: #FC5452; }

.newsletter-body h2 {
  color: #FC5452; }

.newsletter-body fieldset select {
  color: #FC5452; }

.newsletter-body .actions input {
  background: #FC5452; }

.newsletter-body .actions .close {
  color: #FC5452; }

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

/** END NEWSLETTER **/
/** EMAIL FEEDBACK **/
.emailus {
  background: white;
  color: black; }
  .emailus span, .emailus a {
    background: #FC5452;
    color: white; }

/** END EMAIL FEEDBACK **/
/** SSO **/
.sso-wrapper a {
  color: #FC5452; }

.sso-wrapper .sso-head {
  background: #191919; }
  .sso-wrapper .sso-head h2 {
    color: #FC8785; }

.sso-wrapper .sso-bullets li:before {
  color: #FC5452; }

.sso-wrapper .sso-label {
  color: #FC5452; }

.sso-wrapper form .dropdown:after {
  border-color: #FC5452 transparent transparent; }

.sso-wrapper form .options {
  background: rgba(252, 84, 82, 0.1); }

.sso-wrapper .theme-btn {
  background: #B74240; }
  .sso-wrapper .theme-btn:not(.btn-loading):hover {
    background: #FC5452; }
  .sso-wrapper .theme-btn.btn-loading:after {
    background-color: #FC8785; }

.sso-wrapper .brand-mark:after {
  content: "®"; }

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

/** END GIGYA **/
/** BLOGS **/
.blog-content .meta a,
.blog-content .series-title a {
  color: #FC8785; }

.blog-content .tag-list li a {
  color: #FC5452; }

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

.blog-header .social-links li {
  background-color: #FC5452; }

.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(252, 135, 133, 0.6); }

/** END TILE LIST **/
@media (max-width: 767px) {
  header.global-header .navigation ul .active {
    border-left: 4px solid #FC5452; } }

@media (min-width: 768px) {
  header.global-header .navigation ul li.active a,
  header.global-header .navigation ul li:hover a {
    color: rgba(252, 84, 82, 0.76); }
  header.global-header .navigation .global-nav .global-nav-list li:not(.site-name) a:hover {
    background-color: rgba(252, 84, 82, 0.16); }
  header.global-header .navigation .show-nav h2 {
    color: #FC5452; }
  header.global-header .navigation .brand-social .email-signup a:hover {
    color: rgba(252, 84, 82, 0.76); }
    header.global-header .navigation .brand-social .email-signup a:hover .icon {
      color: rgba(252, 84, 82, 0.76); }
  .emailus span:hover, .emailus a:hover {
    background: #FC8785; } }

@media (min-width: 768px) and (max-width: 1024px) {
  header.global-header .menu-wrapper .user-actions.profile-signed-in .profile-icon .icon {
    color: #FC8785; }
  header.global-header .menu-wrapper .user-actions .user-option-content .profile {
    background-color: #FC8785; }
  header.global-header .menu-wrapper .user-actions .user-option-content:before {
    border-color: transparent transparent #FC8785; } }

.logo {
  background-image: url(/images/lifetime/logo-white.svg); }

.network-lmn .logo {
  background-image: url(/images/lmn/logo-white.svg); }

.app-promo > a:before {
  background-image: url(/images/icons/icon-lifetime-app.svg); }

@media (min-width: 768px) and (max-width: 1280px) {
  header.global-header.interior-header .logo-link .logo {
    width: 56px; } }

@media (min-width: 1281px) {
  header.global-header.interior-header .logo-link .logo {
    width: 68px; } }

.newsletter-overlay .logo {
  background-image: url(/images/lifetime/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; } }

.sign-up {
  background: url("/images/emails/lifetime/AETV_Preference-Center_Lifetime-Sign-Up-v1.jpg") no-repeat top center; }
