/* 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 */
/* expire */
.episode-list {
  position: relative;
  /** EPISODE HP SPECIFIC */
  /** END EPISODE HP SPECIFIC */
  /** EPISODE DETAIL SPECIFIC */
  /** END EPISODE DETAIL SPECIFIC */ }
  .episode-list .episode-list-head {
    color: #ccc;
    text-transform: uppercase;
    font-weight: 600; }
    .episode-list .episode-list-head span {
      display: inline-block;
      position: relative;
      padding-left: 20px;
      color: #999; }
      .episode-list .episode-list-head span:before {
        content: '';
        width: 1px;
        position: absolute;
        left: 7px;
        background: rgba(255, 255, 255, 0.32); }
  .episode-list.episode-detail-overlay .episode-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 8px; }
    .episode-list.episode-detail-overlay .episode-item .item-img {
      position: relative; }
      .episode-list.episode-detail-overlay .episode-item .item-img:before {
        content: '';
        display: block;
        z-index: 1;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 150px;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%); }
    .episode-list.episode-detail-overlay .episode-item .item-details-container {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: calc(100% - 60px);
      z-index: 5; }
    .episode-list.episode-detail-overlay .episode-item .episode-name {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block; }
    .episode-list.episode-detail-overlay .episode-item .expire {
      text-transform: uppercase; }
    .episode-list.episode-detail-overlay .episode-item .thumb-progress-bar {
      margin: 8px 0; }
  .episode-list.episode-detail-overlay .pb-promo {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .episode-list.episode-detail-overlay .pb-promo.show-promo {
      opacity: 1; }
    .episode-list.episode-detail-overlay .pb-promo h2 {
      font-weight: 700;
      text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); }
  .episode-list .season-ep {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px; }
    .episode-list .season-ep > span {
      display: inline-block; }
    .episode-list .season-ep > h2 {
      display: inline-block; }
    .episode-list .season-ep > strong {
      display: inline-block;
      vertical-align: middle; }
    .episode-list .season-ep .episode-number {
      margin-left: 5px; }
    .episode-list .season-ep .preview {
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      position: relative;
      padding: 4px 8px;
      border-radius: 2px;
      margin-left: 12px;
      vertical-align: middle;
      background: #000; }
  .episode-list .duration {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4); }
  .episode-list .episode-name {
    font-size: 20px;
    line-height: 1.2em;
    margin: 4px 0 1px; }
  .episode-list .episode-rating {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 19px; }
  .episode-list .episode-airdate {
    font-size: 15px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.35714em; }
  .episode-list .transition-in {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s; }
  .episode-list .come-in {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .episode-list .already-visible {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

/* 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 */
/* expire */
.sponsor-wrapper {
  opacity: 0;
  visibility: hidden;
  cursor: default;
  max-height: 0;
  overflow: hidden; }
  .sponsor-wrapper.sponsor-show {
    opacity: 1;
    visibility: visible;
    max-height: 1000px; }
  .sponsor-wrapper p {
    font-size: 0.86em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 23px 0;
    float: left; }
  .sponsor-wrapper .sponsor {
    float: right; }

.episode-nav.nav-2 li {
  width: 50%; }

.episode-nav.nav-1 li {
  width: 100%; }

.episode-nav li {
  display: inline-block;
  text-align: center;
  height: 56px;
  width: 33.3333%;
  vertical-align: top;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px; }
  .episode-nav li:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .episode-nav li.active a {
    opacity: 1; }
  .episode-nav li a {
    display: inline-block;
    color: black;
    font-weight: 600;
    opacity: 0.5;
    line-height: 30px;
    width: 100%;
    padding: 12px 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }

.episode-details .tab-containers {
  position: relative; }

.episode-details .playlist-head .clips-head,
.episode-details .playlist-head h2 {
  text-transform: uppercase; }
  .episode-details .playlist-head .clips-head strong,
  .episode-details .playlist-head h2 strong {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 600; }

.episode-details .detail-bg {
  background: #ece9e9; }

.episode-details .episode-info {
  font-size: 14px; }
  .episode-details .episode-info dt,
  .episode-details .episode-info dd {
    float: left;
    margin-bottom: 0.7em; }
  .episode-details .episode-info dt {
    clear: left;
    color: #444; }
  .episode-details .episode-info dd {
    width: calc(100% - 110px);
    clear: right;
    padding-left: 10px;
    color: rgba(0, 0, 0, 0.8); }
  .episode-details .episode-info .rating {
    text-transform: uppercase; }

.episode-details .details-expand {
  position: relative;
  padding: 16px 0 28px; }
  .episode-details .details-expand .details-text-container {
    position: relative;
    max-height: 1000px;
    overflow: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
    .episode-details .details-expand .details-text-container .episode-info {
      opacity: 1; }

.episode-details .episode-article {
  color: #444; }
  .episode-details .episode-article p {
    line-height: 1.625em;
    margin-bottom: 2em; }
    .episode-details .episode-article p:last-child {
      margin-bottom: 24px; }

.episode-details .episode-main .item-details-container > .sponsor-wrapper > * {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.episode-details .episode-main .item-details-container > .sponsor-wrapper p {
  margin-right: 16px; }

.episode-details .episode-main .episode-item.playlist-item .episode-article {
  color: #000; }
  .episode-details .episode-main .episode-item.playlist-item .episode-article a {
    position: relative;
    color: #12121a;
    font-weight: 600;
    box-shadow: inset 0 -1px 0 0 #00cfe0;
    transition: box-shadow 0.3s ease-out, color 0.2s ease-out; }
    .episode-details .episode-main .episode-item.playlist-item .episode-article a:hover {
      color: #fff;
      box-shadow: inset 0 -24px 0 0 #00cfe0; }

.episode-details .episode-main .episode-item.playlist-item .clip-title {
  font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: 4px; }

.episode-details .episode-main .episode-item.playlist-item .clip-title-info {
  margin-bottom: 12px; }
  .episode-details .episode-main .episode-item.playlist-item .clip-title-info .clip-title {
    display: inline; }
  .episode-details .episode-main .episode-item.playlist-item .clip-title-info .clip-meta {
    display: inline;
    white-space: nowrap; }
  .episode-details .episode-main .episode-item.playlist-item .clip-title-info span {
    font-size: 0.875em;
    color: #999; }
  .episode-details .episode-main .episode-item.playlist-item .clip-title-info .clip-rating {
    text-transform: uppercase; }

.episode-details .episode-main .episode-item.playlist-item .share-this {
  transform: translateY(0);
  float: none;
  text-align: left; }
  .episode-details .episode-main .episode-item.playlist-item .share-this .social-links {
    left: 0; }

.episode-details .episode-main .episode-item.playlist-item .details-upnext .upnext-label {
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1.6em;
  margin-bottom: 8px; }
  .episode-details .episode-main .episode-item.playlist-item .details-upnext .upnext-label:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    height: 4px;
    width: 20px; }

.episode-details .list-group {
  padding: 24px 5.47%;
  background: white;
  margin-bottom: 8px;
  text-align: center; }
  .episode-details .list-group:last-child {
    margin-bottom: 0; }
  .episode-details .list-group.icon-list {
    padding-bottom: 0; }
  .episode-details .list-group h5 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    margin-bottom: 16px; }
  .episode-details .list-group ul {
    width: 100%;
    overflow: auto; }
  .episode-details .list-group li {
    width: 33.33%;
    display: inline-block;
    height: 73px;
    margin-bottom: 24px;
    float: left; }
    .episode-details .list-group li:first-child {
      float: left; }
    .episode-details .list-group li a {
      display: block; }
  .episode-details .list-group .app-ico {
    display: inline-block;
    margin-bottom: 20px; }
  .episode-details .list-group p {
    margin-bottom: 20px;
    line-height: 1.21429em;
    color: rgba(0, 0, 0, 0.8); }

.episode-details aside.share-this {
  float: right; }

/* 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 */
/* expire */
.register-promo-section {
  max-height: 0;
  overflow: hidden;
  background: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .register-promo-section.display-promo {
    max-height: 100px; }

.register-promo.inline-promo {
  max-height: 0;
  position: relative;
  z-index: 100; }
  .register-promo.inline-promo:not(.display-promo) {
    overflow: hidden; }
  .register-promo.inline-promo.display-promo {
    max-height: 250px; }
  .register-promo.inline-promo .register-promo-inner {
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    text-align: center;
    padding: 24px 16px 16px; }
  .register-promo.inline-promo .promo-head {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.6em;
    text-transform: uppercase; }
  .register-promo.inline-promo .promo-action p {
    color: #444; }
  .register-promo.inline-promo .action-btn {
    margin: 12px 0;
    font-size: 12px;
    padding: 12px 24px; }
  .register-promo.inline-promo p.account {
    font-size: 11px;
    font-style: italic; }
  .register-promo.inline-promo .promo-sign-in {
    font-style: normal;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
    margin-left: 8px; }
  .register-promo.inline-promo .icon-cancel {
    padding: 10px;
    color: rgba(0, 0, 0, 0.4); }
    .register-promo.inline-promo .icon-cancel:focus {
      color: rgba(235, 0, 40, 0.8);
      outline: solid 2px #4d90fe; }

.register-promo.video-promo {
  position: relative;
  color: #fff; }
  .register-promo.video-promo p {
    text-transform: uppercase; }
  .register-promo.video-promo .action-btn {
    color: #fff;
    border-width: 1px;
    border-style: solid;
    text-transform: uppercase;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out; }
  .register-promo.video-promo .icon-cancel {
    color: rgba(255, 255, 255, 0.6); }

.register-promo .icon-cancel {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  outline: none; }

.register-promo .promo-action .action-btn {
  background-color: #444; }

.register-promo .promo-sign-in {
  color: #444; }

/* 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 */
/* expire */
@media (max-width: 767px) {
  .episode-list {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /** EPISODE HP SPECIFIC */
    /** END EPISODE HP SPECIFIC */ }
    .episode-list .episode-list-head {
      padding: 24px 16px 12px;
      font-size: 18px; }
      .episode-list .episode-list-head span:before {
        height: 16px;
        top: 2px; }
    .episode-list .pb-promo {
      margin: 20px 16px; }
      .episode-list .pb-promo h2 {
        font-size: 18px; }
      .episode-list .pb-promo p {
        font-size: 16px;
        margin-top: 4px; }
    .episode-list.episode-detail-overlay .item-img {
      padding-bottom: 77.77778%; }
    .episode-list.episode-detail-overlay .description,
    .episode-list.episode-detail-overlay .expand-trigger,
    .episode-list.episode-detail-overlay .episode-info {
      display: none; }
    .episode-list.episode-detail-overlay .episode-item .item-details-container {
      padding: 15px; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) and (orientation: landscape) {
    .episode-list.episode-detail-overlay {
      width: 360px;
      margin: 0 auto; } }

@media (max-width: 767px) {
    .episode-list.episode-main .episode-item {
      background: #fff; }
      .episode-list.episode-main .episode-item .item-details-container {
        padding: 16px 24px 0; }
        .episode-list.episode-main .episode-item .item-details-container.clip-details {
          padding-bottom: 24px; }
      .episode-list.episode-main .episode-item .item-details-section.details-ad {
        display: none; }
    .episode-list.episode-clips .episode-item .item-details-container {
      background: white; } }

@media (max-width: 1024px) {
  .episode-item:not(.playlist-item) aside.share-this {
    position: relative;
    z-index: 100; }
    .episode-item:not(.playlist-item) aside.share-this.show-social .social-links {
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s; }
    .episode-item:not(.playlist-item) aside.share-this .social-links {
      width: 290px;
      background: #fff;
      padding: 18px 0;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 2px; }
    .episode-item:not(.playlist-item) aside.share-this h4 {
      display: inline-block;
      font-size: 14px;
      opacity: 0.6;
      padding-left: 22px; }
      .episode-item:not(.playlist-item) aside.share-this h4::before {
        content: 'F';
        font-family: 'icon-fonts';
        background-size: 20px;
        position: absolute;
        opacity: 0.6;
        right: 20px;
        left: 0;
        height: 18px; }
    .episode-item:not(.playlist-item) aside.share-this .social-links {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 24px;
      right: -10px;
      -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      -moz-transition: visibility 0s linear 0.5s, opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: visibility 0s linear 0.5s, opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .episode-item:not(.playlist-item) aside.share-this ul li.wrapper-facebook, .episode-item:not(.playlist-item) aside.share-this ul li.wrapper-twitter, .episode-item:not(.playlist-item) aside.share-this ul li.wrapper-email {
      width: 33%; }
    .episode-item:not(.playlist-item) aside.share-this ul {
      position: relative; }
      .episode-item:not(.playlist-item) aside.share-this ul li.wrapper-facebook, .episode-item:not(.playlist-item) aside.share-this ul li.wrapper-twitter, .episode-item:not(.playlist-item) aside.share-this ul li.wrapper-email {
        display: inline-block; }
      .episode-item:not(.playlist-item) aside.share-this ul li.wrapper-copy, .episode-item:not(.playlist-item) aside.share-this ul li.wrapper-embed {
        float: none;
        display: block;
        clear: left;
        padding: 12px 0 0; }
        .episode-item:not(.playlist-item) aside.share-this ul li.wrapper-copy .icon, .episode-item:not(.playlist-item) aside.share-this ul li.wrapper-embed .icon {
          display: inline-block;
          vertical-align: middle; }
      .episode-item:not(.playlist-item) aside.share-this ul li.wrapper-embed {
        display: none; }
      .episode-item:not(.playlist-item) aside.share-this ul li .link-form,
      .episode-item:not(.playlist-item) aside.share-this ul li .embed-form {
        width: 195px;
        float: right;
        margin-right: 12px;
        display: inline-block;
        vertical-align: middle; }
      .episode-item:not(.playlist-item) aside.share-this ul li a.icon {
        padding: 0 12px;
        color: rgba(0, 0, 0, 0.5);
        position: relative; }
        .episode-item:not(.playlist-item) aside.share-this ul li a.icon::after {
          top: 0;
          left: 30px; } }

/* 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 */
/* expire */
@media (max-width: 767px) {
  .episode-details {
    background: #fff; }
    .episode-details .ad-wrapper {
      margin: 0 auto;
      width: 50%; }
    .episode-details .episode-info {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      padding: 12px 12px 0; }
    .episode-details .details-expand .expand-trigger {
      right: -16px; }
    .episode-details .details-text-container.collapsed {
      max-height: 3.25em; }
    .episode-details .details-text-container.clamped .episode-article {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      max-height: 3.25em;
      overflow: hidden; }
    .episode-details .detail-bg {
      border-bottom: 1px solid #f2f2f2; }
    .episode-details .tab-containers {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; }
    .episode-details .detail-tab-container:not(.detail-non-tab) {
      padding: 16px 8px 24px;
      position: absolute;
      top: 0;
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      width: 100%;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .episode-details .detail-tab-container:not(.detail-non-tab).active {
        opacity: 1;
        position: relative;
        z-index: 10;
        max-height: 100000px;
        overflow: visible; }
      .episode-details .detail-tab-container:not(.detail-non-tab) .clips-head {
        padding: 0 16px;
        margin-bottom: 8px;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.4);
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.375em; }
        .episode-details .detail-tab-container:not(.detail-non-tab) .clips-head .episode {
          display: none; }
    .episode-details .detail-non-tab {
      padding: 32px 18px;
      -webkit-box-ordinal-group: 10;
      -moz-box-ordinal-group: 10;
      box-ordinal-group: 10;
      -webkit-order: 10;
      -moz-order: 10;
      order: 10;
      -ms-flex-order: 10; }
      .episode-details .detail-non-tab .playlist-head h2 {
        display: block; }
    .episode-details.details-no-tabs {
      margin-bottom: 24px; }
    .episode-details .episode-main .details-with-share .episode-name {
      width: calc(100% - 85px); }
    .episode-details .episode-main .playlist-head .clips-head {
      font-size: 14px;
      margin-bottom: 4px; }
      .episode-details .episode-main .playlist-head .clips-head strong {
        color: #999; }
    .episode-details .episode-main .playlist-head .sponsor-wrapper {
      margin: 10px 0;
      width: 200px; }
      .episode-details .episode-main .playlist-head .sponsor-wrapper.sponsor-show {
        margin: 10px 0; }
    .episode-details .episode-main .episode-item.playlist-item .item-details-section {
      font-size: 14px;
      padding-bottom: 16px; }
      .episode-details .episode-main .episode-item.playlist-item .item-details-section.details-upnext {
        width: calc(100% + 48px);
        transform: translateX(-24px);
        padding: 24px;
        background: rgba(18, 18, 26, 0.05);
        border-top: 1px solid rgba(18, 18, 26, 0.2); }
        .episode-details .episode-main .episode-item.playlist-item .item-details-section.details-upnext .item-details-container {
          padding: 0; }
    .episode-details .episode-main .playlist-clip-detail {
      padding-bottom: 16px; }
    .episode-details .episode-main .item-details-container > .sponsor-wrapper {
      margin: 0 0 10px; }
    .episode-details .playlist-head .playlist-more {
      display: none; }
    .episode-details .episode-list .playlist-more {
      text-align: right;
      margin-bottom: 8px; }
      .episode-details .episode-list .playlist-more a {
        padding: 8px 32px; } }

@media (max-width: 1024px) {
  .episode-item.playlist-item aside.share-this > * {
    display: inline-block;
    vertical-align: middle; }
  .episode-item.playlist-item aside.share-this .social-links .icon::after {
    top: -24px;
    left: 0;
    opacity: 0;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .episode-item.playlist-item aside.share-this .social-links li.this-active .link-form,
  .episode-item.playlist-item aside.share-this .social-links li.this-active .embed-form {
    visibility: visible; }
  .episode-item.playlist-item aside.share-this .social-links li.this-active .icon-embed .icon-fill,
  .episode-item.playlist-item aside.share-this .social-links li.this-active .icon-link .icon-fill {
    fill: black; }
  .episode-item.playlist-item aside.share-this .link-form,
  .episode-item.playlist-item aside.share-this .embed-form {
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: -46px;
    width: 100%; } }

/* 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 */
/* expire */
@media (max-width: 767px) {
  .register-promo.video-promo {
    padding: 10px 16px;
    font-size: 13px; }
    .register-promo.video-promo p {
      width: calc(100% - 160px);
      display: inline-block;
      vertical-align: middle;
      line-height: 1.33em; }
    .register-promo.video-promo .action-btn {
      padding-left: 10px;
      padding-right: 10px; }
    .register-promo.video-promo .icon-cancel {
      padding: 17px 10px; } }

/* 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 */
/* expire */
@media (min-width: 768px) {
  .episode-list {
    /** EPISODE HP SPECIFIC */
    /** END EPISODE HP SPECIFIC */ }
    .episode-list .episode-list-head {
      padding-bottom: 8px;
      font-size: 21px;
      line-height: 1.38em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .episode-list .episode-list-head span:before {
        height: 18px;
        top: 6px; }
    .episode-list.dark-theme .description {
      color: rgba(255, 255, 255, 0.45); }
    .episode-list.dark-theme .episode-info {
      border-top: 1px solid rgba(255, 255, 255, 0.05); }
      .episode-list.dark-theme .episode-info dt {
        color: rgba(255, 255, 255, 0.3); }
      .episode-list.dark-theme .episode-info dd {
        color: rgba(255, 255, 255, 0.4); }
    .episode-list.dark-theme .expand-trigger span:after {
      border-color: #000 transparent transparent; }
    .episode-list.dark-theme .expand-trigger.expanded span:after {
      border-color: transparent transparent #000; }
    .episode-list.dark-theme .episode-item {
      background: #000;
      cursor: pointer; }
    .episode-list.dark-theme .item-section-details {
      background: #000; }
    .episode-list.episode-detail-overlay {
      width: 728px;
      position: relative;
      left: 40%;
      z-index: 10;
      -webkit-transition: top 0.4s;
      -moz-transition: top 0.4s;
      transition: top 0.4s;
      /** LAYOUT 2 (top bottom) **/ }
      .episode-list.episode-detail-overlay.layout-2 .episode-item {
        margin-bottom: 16px;
        border-radius: 2px; }
        .episode-list.episode-detail-overlay.layout-2 .episode-item .item-section-img {
          height: 320px;
          overflow: hidden; }
        .episode-list.episode-detail-overlay.layout-2 .episode-item .item-img-container img {
          top: 60%; }
        .episode-list.episode-detail-overlay.layout-2 .episode-item .item-details-container {
          padding: 32px 24px 24px 32px; }
      .episode-list.episode-detail-overlay.layout-2 .preview-item .item-section-details {
        min-height: 0;
        height: 0;
        padding: 0; }
        .episode-list.episode-detail-overlay.layout-2 .preview-item .item-section-details .item-details-container {
          bottom: 0;
          top: auto; }
      .episode-list.episode-detail-overlay.layout-2 .item-img {
        padding-bottom: 45.05495%; }
        .episode-list.episode-detail-overlay.layout-2 .item-img img {
          width: 728px;
          max-height: 500px; }
      .episode-list.episode-detail-overlay.layout-2 .item-section-details {
        padding: 16px 80px 16px 32px;
        min-height: 104px; }
        .episode-list.episode-detail-overlay.layout-2 .item-section-details .item-details-container {
          top: 201px;
          bottom: auto;
          padding: 32px 24px 24px 32px;
          cursor: pointer; }
        .episode-list.episode-detail-overlay.layout-2 .item-section-details .details-text-container {
          max-height: 1000px;
          overflow: hidden;
          -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
          -moz-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
          transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
      .episode-list.episode-detail-overlay.layout-2 .clamped.details-text-container {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 3.25em;
        overflow: hidden;
        overflow: hidden; }
      .episode-list.episode-detail-overlay.layout-2 .collapsed.details-text-container {
        max-height: 3em; }
      .episode-list.episode-detail-overlay.layout-2 .collapsed .episode-info {
        opacity: 0;
        -webkit-transition-delay: 0.8s;
        -moz-transition-delay: 0.8s;
        transition-delay: 0.8s; }
      .episode-list.episode-detail-overlay.layout-2 .episode-info {
        margin-top: 8px;
        opacity: 1;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .episode-list.episode-detail-overlay.layout-2 .expand-trigger {
        bottom: 16px;
        opacity: 1; }
      .episode-list.episode-detail-overlay .episode-item {
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4); }
        .episode-list.episode-detail-overlay .episode-item .item-img {
          cursor: pointer; }
          .episode-list.episode-detail-overlay .episode-item .item-img:before {
            height: 120px;
            background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
            background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
            background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); }
        .episode-list.episode-detail-overlay .episode-item .circle-icon {
          cursor: pointer; }
      .episode-list.episode-detail-overlay .description {
        font-size: 14px;
        line-height: 1.625em;
        color: rgba(255, 255, 255, 0.8);
        font-weight: 400; }
      .episode-list.episode-detail-overlay .item-section-img {
        position: relative; }
      .episode-list.episode-detail-overlay .episode-info {
        padding: 8px 0px 0px;
        font-size: 12px;
        line-height: 140%; }
        .episode-list.episode-detail-overlay .episode-info dt {
          clear: left;
          float: left; }
        .episode-list.episode-detail-overlay .episode-info dd {
          width: calc(100% - 110px);
          clear: right;
          padding-left: 10px;
          float: left;
          margin-bottom: 0.3em; }
        .episode-list.episode-detail-overlay .episode-info .rating {
          text-transform: uppercase; }
      .episode-list.episode-detail-overlay .pb-promo {
        position: absolute; }
        .episode-list.episode-detail-overlay .pb-promo p {
          margin-top: 8px; }
    .episode-list.episode-main {
      z-index: 10;
      border-radius: 0 0 2px 2px; }
      .episode-list.episode-main .episode-item {
        border-radius: 0 0 2px 2px; }
        .episode-list.episode-main .episode-item .item-section.detail-section .season-ep > * {
          font-size: 20px; }
        .episode-list.episode-main .episode-item .item-section.detail-section .episode-name {
          font-size: 26px; }
        .episode-list.episode-main .episode-item .item-section.detail-section .episode-article {
          font-size: 17px; }
        .episode-list.episode-main .episode-item .item-section.detail-section > .item-details-container {
          padding: 40px 0; }
        .episode-list.episode-main .episode-item .item-section.detail-section .item-details-section {
          display: inline-block;
          vertical-align: top; }
          .episode-list.episode-main .episode-item .item-section.detail-section .item-details-section.details-main {
            width: calc(100% - 300px - 4px - 18px); }
          .episode-list.episode-main .episode-item .item-section.detail-section .item-details-section.details-ad {
            width: 300px;
            margin-left: 16px; }
    .episode-list.playlist-clip .episode-item .item-section.detail-section .item-details-section.details-main {
      width: calc(100% - 300px - 4px - 18px - 204px); }
    .episode-list .episode-rating {
      line-height: 24px; } }

@media (min-width: 768px) and (max-width: 1440px) {
  .episode-list.episode-main .episode-item .item-section.detail-section .season-ep > * {
    font-size: 16px; }
  .episode-list.episode-main .episode-item .item-section.detail-section .episode-name {
    font-size: 21px; }
  .episode-list.episode-main .episode-item .item-section.detail-section .episode-article {
    font-size: 15px; }
  .episode-list.episode-clips .episode-item {
    width: 31.73%; } }

@media (max-width: 1440px) and (min-width: 1025px) {
  .episode-list.episode-main .episode-item .item-section.detail-section > .item-details-container {
    padding: 32px 0; } }

@media (min-width: 1025px) and (max-width: 1280px) {
  .episode-list {
    /** EPISODE HP SPECIFIC */ }
    .episode-list.episode-detail-overlay {
      left: 37%; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .episode-list {
    /** EPISODE HP SPECIFIC */
    /** END EPISODE HP SPECIFIC */ }
    .episode-list.episode-detail-overlay {
      left: 0;
      margin: 0 auto 0; }
    .episode-list.episode-main .episode-item .item-section.detail-section > .item-details-container {
      padding: 32px 24px; }
    .episode-list .pb-promo h2 {
      font-size: 24px; }
    .episode-list .pb-promo p {
      font-size: 21px; } }

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .episode-list .pb-promo {
    top: -405px; } }

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .episode-list .pb-promo {
    top: -330px; } }

@media (min-width: 961px) {
  .episode-list.playlist-clip .episode-item .detail-section .playlist-clip-detail {
    width: calc(100% - 316px - 5px); }
    .episode-list.playlist-clip .episode-item .detail-section .playlist-clip-detail .item-details-section.details-main {
      width: calc(100% - 205px); } }

@media (min-width: 1025px) {
  .episode-list .pb-promo {
    top: -112px; }
    .episode-list .pb-promo h2 {
      font-size: 36px; }
    .episode-list .pb-promo p {
      font-size: 28px; }
  .episode-list .lookback-promo {
    position: absolute;
    -webkit-transform: translate3d(0, -80px, 0);
    -moz-transform: translate3d(0, -80px, 0);
    -ms-transform: translate3d(0, -80px, 0);
    -o-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0); } }

/* 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 */
/* expire */
@media (min-width: 768px) {
  .episode-details .test {
    color: red; }
  .episode-details .video-section {
    background: #000; }
  .episode-details .detail-section {
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }
  .episode-details .details-expand {
    padding-bottom: 0; }
  .episode-details .episode-main .thumbnail-img-layer .circle-icon {
    width: 72px;
    height: 72px;
    border-radius: 72px;
    bottom: 24px;
    right: 32px; }
    .episode-details .episode-main .thumbnail-img-layer .circle-icon .icon-play {
      font-size: 32px;
      line-height: 2.5em;
      margin-left: 8px; }
    .episode-details .episode-main .thumbnail-img-layer .circle-icon .icon-key {
      font-size: 52px;
      line-height: 1.6em; }
  .episode-details .episode-main .playlist-clip-detail {
    display: inline-block; }
  .episode-details .episode-main .playlist-head {
    width: 180px; }
  .episode-details .episode-main .item-details-container > .sponsor-wrapper {
    margin: -20px 0 20px; }
  .episode-details .episode-main .playlist-item .item-section.detail-section {
    background: #ececec; }
    .episode-details .episode-main .playlist-item .item-section.detail-section .item-details-container {
      display: flex; }
    .episode-details .episode-main .playlist-item .item-section.detail-section .item-details-section.details-main {
      width: 65%; }
    .episode-details .episode-main .playlist-item .item-section.detail-section .item-details-section.details-upnext {
      width: 35%;
      margin-left: 56px;
      min-width: 300px;
      font-size: 15px; }
    .episode-details .episode-main .playlist-item .item-section.detail-section > .item-details-container {
      max-width: 1100px; }
    .episode-details .episode-main .playlist-item .item-section.detail-section .details-text-container {
      overflow: visible; }
  .episode-details .list-tab-container {
    min-height: 350px;
    border-bottom: 1px solid #ddd; }
    .episode-details .list-tab-container:last-child {
      padding-bottom: 18px; }
  .episode-details .episode-main .video-section > .item-img-container,
  .episode-details .episode-main .detail-section > .item-details-container,
  .episode-details .list-tab-container .list-tab-content,
  .episode-details .register-promo {
    width: 88.88%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .episode-details .list-tab-container .list-tab-content {
    padding: 32px 24px 16px; }
  .episode-details .shaded-tab-container {
    background: #e2e2e2; }
  .episode-details .light-tab-container {
    background: rgba(236, 233, 233, 0.3); }
  .episode-details .expand-trigger {
    display: none; }
  .episode-details .playlist-head .clips-head,
  .episode-details .playlist-head h2 {
    font-size: 21px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4em;
    color: rgba(0, 0, 0, 0.9); }
  .episode-details .episode-list .playlist-more {
    display: none; }
  .episode-details .feedback {
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto; }
  .episode-article p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .signed-in
.episode-details
.episode-main
.aetn-player
.circle-icon
.icon-key {
    font-size: 32px;
    line-height: 2.5em;
    margin-left: 8px; }
  .episode-nav,
  .watch-tab-container {
    display: none; } }

@media (min-width: 1025px) {
  aside.share-this > * {
    display: inline-block;
    vertical-align: middle; }
  aside.share-this .social-links .icon::after {
    top: -24px;
    left: 0;
    opacity: 0;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  aside.share-this .social-links li.this-active .link-form,
  aside.share-this .social-links li.this-active .embed-form {
    visibility: visible; }
  aside.share-this .social-links li.this-active .icon-embed .icon-fill,
  aside.share-this .social-links li.this-active .icon-link .icon-fill {
    fill: black; }
  aside.share-this .link-form,
  aside.share-this .embed-form {
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: -46px;
    width: 100%; }
  .episode-details aside.share-this {
    width: 260px;
    text-align: right; }
  .episode-details .episode-main .details-with-share .episode-name {
    width: calc(100% - 250px - 25px); }
  .episode-details .episode-main .video-section > .item-img-container {
    position: relative; }
  .episode-details .episode-main .playlist-item .item-section.detail-section .item-details-section.details-upnext {
    margin-left: 56px; }
  .episode-details .episode-info dt,
  .episode-details .episode-info dd {
    width: auto;
    clear: none;
    margin-bottom: 0;
    line-height: 1.3em; }
  .episode-details .episode-info dd {
    padding-left: 8px;
    color: rgba(0, 0, 0, 0.8);
    padding-right: 16px; }
    .episode-details .episode-info dd:not(:last-child) {
      border-right: 1px solid #ccc; }
  .episode-details .episode-info dt:not(:first-child) {
    padding-left: 16px; }
  .episode-details .playlist-head .clips-head strong.episode {
    font-size: 16px;
    line-height: 1em;
    margin-top: 12px;
    margin-bottom: 0.2em; }
  .episode-details .playlist-head .clips-head strong:not(.episode) {
    line-height: 1.2em; }
  .episode-details .playlist-head .playlist-more {
    margin-top: 24px; } }

@media (min-width: 961px) {
  .episode-details .episode-main .playlist-head {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-right: 20px;
    margin-top: 6px; }
    .episode-details .episode-main .playlist-head .clips-head {
      font-size: 24px;
      line-height: 1.2em; }
    .episode-details .episode-main .playlist-head .sponsor-wrapper {
      border-top: 1px solid #aaa;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      margin-top: 32px;
      padding-top: 8px;
      display: inline-block; }
      .episode-details .episode-main .playlist-head .sponsor-wrapper p {
        margin: 8px 0;
        float: none; }
      .episode-details .episode-main .playlist-head .sponsor-wrapper .sponsor {
        float: none; } }

@media (min-width: 768px) and (max-width: 960px) {
  .episode-details .episode-main .playlist-head .clips-head {
    font-size: 21px;
    margin-bottom: 4px; }
    .episode-details .episode-main .playlist-head .clips-head strong {
      color: #999; }
  .episode-details .episode-main .playlist-head .sponsor-wrapper {
    margin: 10px 0;
    width: 200px; }
  .episode-details .episode-main .playlist-clip-detail {
    width: calc(100% - 300px - 22px); }
    .episode-details .episode-main .playlist-clip-detail > * {
      width: 100% !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .episode-details .episode-main .video-section > .item-img-container,
  .episode-details .episode-main .detail-section > .item-details-container,
  .episode-details .list-tab-container .list-tab-content,
  .episode-details .register-promo {
    width: 100%; }
  .episode-details .playlist-head {
    width: auto;
    float: none;
    margin-bottom: 16px; }
    .episode-details .playlist-head .clips-head,
    .episode-details .playlist-head h2 {
      font-size: 18px; }
      .episode-details .playlist-head .clips-head strong,
      .episode-details .playlist-head h2 strong {
        display: inline; }
    .episode-details .playlist-head.episode-playlist-head h2 {
      display: inline-block; }
    .episode-details .playlist-head.episode-playlist-head .playlist-more {
      display: inline-block;
      margin-left: 16px; }
  .episode-details .episode-main .details-with-share .episode-name {
    width: calc(100% - 85px); }
  .episode-details .episode-main .playlist-head {
    width: 180px;
    margin-bottom: 0; }
    .episode-details .episode-main .playlist-head .clips-head,
    .episode-details .episode-main .playlist-head h2 {
      font-size: 16px;
      line-height: 1.4em; }
  .episode-details .episode-main .playlist-item .item-section.detail-section .item-details-section.details-upnext {
    margin-left: 20px; }
  .episode-details .video-section.video-na .ways-overlay .overlay-body {
    width: calc(100% - 260px);
    margin-left: 24px; }
    .episode-details .video-section.video-na .ways-overlay .overlay-body h2 {
      margin-bottom: 12px; }
    .episode-details .video-section.video-na .ways-overlay .overlay-body strong,
    .episode-details .video-section.video-na .ways-overlay .overlay-body ul {
      display: inline-block;
      vertical-align: middle; }
    .episode-details .video-section.video-na .ways-overlay .overlay-body ul {
      margin-left: 16px; }
  .episode-details .video-section.video-na .item-img-container .item-img {
    margin-right: 24px; } }

@media (min-width: 1025px) {
  .episode-details .episode-main .video-section:not(.video-na) > .item-img-container,
  .episode-details .register-promo {
    width: 65%;
    max-width: 65%; } }

@media (min-width: 1441px) {
  .episode-details .video-section.video-na .ways-overlay .overlay-body h2 {
    padding-right: 65px; } }

/* 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 */
/* expire */
@media (min-width: 768px) {
  .register-promo-section {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center; }
    .register-promo-section.display-promo {
      -webkit-transform: scaleY(1);
      -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -o-transform: scaleY(1);
      transform: scaleY(1); }
  .register-promo.inline-promo .register-promo-inner {
    top: 40px; }
  .register-promo.video-promo {
    text-align: center;
    font-size: 18px;
    padding: 8px 0; }
    .register-promo.video-promo > * {
      display: inline-block;
      vertical-align: middle; }
    .register-promo.video-promo .action-btn {
      color: #fff;
      margin-left: 60px; }
    .register-promo.video-promo .icon-cancel {
      padding: 14px; } }

@media (min-width: 1025px) and (max-width: 1280px) {
  .register-promo.video-promo .action-btn {
    margin-left: 30px; } }

/* 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 */
/* expire */
.series-playlist.dark-theme .item-details-container .episode-name {
  color: rgba(255, 255, 255, 0.6); }

.series-playlist.dark-theme .item-details-container .duration {
  color: rgba(255, 255, 255, 0.4); }

.series-playlist.dark-theme .playlist-name {
  color: rgba(255, 255, 255, 0.48); }

.series-playlist.light-theme .item-details-container .episode-name {
  color: rgba(0, 0, 0, 0.8); }

.series-playlist.light-theme .item-details-container .duration {
  color: rgba(0, 0, 0, 0.4); }

.series-playlist.light-theme .item-details-container .episode-airdate {
  color: #444; }

.series-playlist.light-theme .item-details-container .season-ep {
  color: rgba(0, 0, 0, 0.6); }

.series-playlist.two-row-container .item-details-container .episode-name, .series-playlist.two-row-short-container .item-details-container .episode-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.7em;
  overflow: hidden; }

.series-playlist.one-row-container .item-details-container .episode-name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 1.35em;
  overflow: hidden; }

.series-playlist.three-row-container .item-details-container .episode-name {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 4.05em;
  overflow: hidden; }

.series-playlist .item-details-container .episode-name {
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 1.35em; }

.series-playlist .item-details-container .duration {
  font-size: 12px; }

.series-playlist .item-details-container .episode-airdate {
  font-size: 13px;
  font-style: italic;
  line-height: 1.35714em; }

.series-playlist .item-details-container .season-ep {
  font-weight: 600;
  font-size: 14px; }

.series-playlist.curated-playlist .playlist-title {
  color: #000;
  display: block;
  margin-bottom: 8px;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.series-playlist.curated-playlist small {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
  display: block; }

.series-playlist .item.item-selected {
  position: relative;
  cursor: default; }
  .series-playlist .item.item-selected:after {
    content: '';
    border-style: solid;
    border-width: 3px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .series-playlist .item.item-selected .thumbnail-item-details {
    display: none; }

.series-playlist .item-img-container {
  display: block; }

.series-playlist .item-details-container {
  display: block; }
  .series-playlist .item-details-container .preview {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 8px;
    border-radius: 2px;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    background: #000;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px); }
  .series-playlist .item-details-container .series-name {
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.series-playlist .thumbnail-item-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px; }
  .series-playlist .thumbnail-item-details .thumb-progress-bar {
    display: inline-block; }

.series-playlist .playlist-name {
  text-transform: uppercase; }
  .series-playlist .playlist-name span {
    color: rgba(0, 0, 0, 0.6); }

.series-playlist .playlist-more {
  margin-top: 24px;
  text-align: right; }

.series-playlist .owl-carousel .item-img-container,
.series-playlist .item-img-container {
  position: relative; }
  .series-playlist .owl-carousel .item-img-container > a,
  .series-playlist .item-img-container > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden; }
  .series-playlist .owl-carousel .item-img-container img,
  .series-playlist .item-img-container img {
    width: auto; }

#features-container .features {
  max-width: 1056px;
  width: 100%; }
  #features-container .features .feature-title {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  #features-container .features .cta {
    font-size: 14px;
    line-height: 1;
    color: #000;
    opacity: 0.7;
    text-transform: uppercase;
    margin-top: 4px; }
  #features-container .features .owl-dot span {
    background-color: #909090; }
  #features-container .features .owl-dot.active span {
    background-color: #000000; }
  #features-container .features .owl-carousel .owl-item img {
    position: absolute;
    top: 0;
    min-height: 100%;
    object-fit: cover; }

/* 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 */
/* expire */
@media (max-width: 767px) {
  .series-playlist {
    width: auto; }
    .series-playlist .expandable-list {
      padding: 0 24px; }
      .series-playlist .expandable-list.expanded .more-tiles-section {
        max-height: 20000px; }
      .series-playlist .expandable-list .more-tiles-section {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .series-playlist .expandable-list .action-button {
        background: #000; }
        .series-playlist .expandable-list .action-button:hover, .series-playlist .expandable-list .action-button:focus {
          background: rgba(0, 0, 0, 0.7); }
        .series-playlist .expandable-list .action-button.see-all {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .series-playlist .expandable-list .action-button.see-all:not(.button-relative) {
            font-size: 1.125em;
            color: #ececec;
            width: 100px;
            text-align: center;
            display: block;
            margin: 20px auto 50px auto;
            -webkit-transform: translateY(20px);
            -moz-transform: translateY(20px);
            -ms-transform: translateY(20px);
            -o-transform: translateY(20px);
            transform: translateY(20px); }
    .series-playlist.dark-theme .item {
      background: #000; }
    .series-playlist.light-theme .item {
      background: #fff; }
    .series-playlist .item {
      margin-bottom: 4px; }
    .series-playlist .item-img-container {
      width: 43%;
      display: inline-block;
      vertical-align: top;
      padding-bottom: 33.4%; }
    .series-playlist .item-details-container {
      width: calc(57% - 5px);
      display: inline-block;
      vertical-align: top;
      padding: 17px 14px; }
    .series-playlist .playlist-name {
      font-size: 21px;
      line-height: 1.2em;
      margin-bottom: 16px; }
      .series-playlist .playlist-name span {
        display: block; }
    .series-playlist .item-img-container {
      overflow: hidden; }
      .series-playlist .item-img-container > a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden; }
    .series-playlist .item-details-container .description {
      display: none; }
    .series-playlist .thumb-progress-bar {
      width: 100%;
      position: absolute;
      left: 100%;
      margin-left: 20px;
      -webkit-transform: translateY(-200%);
      -moz-transform: translateY(-200%);
      -ms-transform: translateY(-200%);
      -o-transform: translateY(-200%);
      transform: translateY(-200%); }
    .series-playlist .expandable-list {
      margin-bottom: 40px; } }

/* 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 */
/* expire */
@media (max-width: 767px) {
  .owl-carousel .owl-stage-outer {
    margin: 0 16px; }
  .owl-carousel.disable-on-mobile {
    display: block; }
    .owl-carousel.disable-on-mobile .owl-stage {
      -webkit-transform: translate3d(0, 0, 0) !important;
      -moz-transform: translate3d(0, 0, 0) !important;
      -ms-transform: translate3d(0, 0, 0) !important;
      -o-transform: translate3d(0, 0, 0) !important;
      transform: translate3d(0, 0, 0) !important;
      width: 100% !important; }
    .owl-carousel.disable-on-mobile .owl-item {
      width: 100% !important;
      margin-right: 0 !important; }
    .owl-carousel.disable-on-mobile .owl-nav,
    .owl-carousel.disable-on-mobile .owl-dots {
      display: none; } }

/* 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 */
/* expire */
/*
 *  Owl Carousel - Animate Plugin
 */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
  .owl-carousel.owl-gallery-thumbs .owl-nav .owl-prev {
    left: -60px; }
  .owl-carousel.owl-gallery-thumbs .owl-nav .owl-next {
    right: -60px; } }

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  margin: 0 16px;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-stage-outer .owl-stage {
  margin: 0 auto; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item .img-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav .disabled {
  display: none; }

.owl-carousel .owl-nav > * {
  font-size: 24px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.owl-carousel .owl-nav > *:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-50%) scale(1.2);
  -moz-transform: translateY(-50%) scale(1.2);
  -ms-transform: translateY(-50%) scale(1.2);
  -o-transform: translateY(-50%) scale(1.2);
  transform: translateY(-50%) scale(1.2); }

.owl-carousel .owl-nav .owl-prev {
  left: -40px; }

.owl-carousel .owl-nav .owl-next {
  right: -40px; }

.owl-carousel .owl-nav .owl-prev:before {
  font-family: 'icon-fonts';
  content: 'E'; }

.owl-carousel .owl-nav .owl-next:before {
  font-family: 'icon-fonts';
  content: 'D'; }

.owl-nav button {
  border: none;
  background: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

.owl-carousel .owl-dots {
  margin: 0px 0 16px; }

.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  border: none;
  background: transparent;
  padding: 0;
  *display: inline; }

.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #869791; }

.photo-container .owl-carousel .owl-nav > * {
  font-size: 36px;
  background: #554f4f;
  border-radius: 2px;
  padding: 10px 0 6px 0;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: color 0.3s ease-out 0.1s;
  -moz-transition: color 0.3s ease-out 0.1s;
  transition: color 0.3s ease-out 0.1s;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

/* 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 */
/* expire */
/* 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 */
/* expire */
.coming-soon.lmc {
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 21.87%, #E8F1FF 100%); }

.coming-soon .owl-carousel-wrapper {
  padding: 0 54px 60px; }

.coming-soon .owl-carousel {
  max-width: 1054px;
  margin: 0 auto; }
  .coming-soon .owl-carousel .owl-stage-outer {
    margin: 0; }
  .coming-soon .owl-carousel .owl-dots .owl-dot.active span,
  .coming-soon .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #9e0c1a; }
  .coming-soon .owl-carousel .owl-dots {
    margin: 0; }
  .coming-soon .owl-carousel .owl-nav button {
    padding: 0;
    border: 0;
    font-size: 32px;
    font-weight: bold;
    top: 36%;
    background-color: transparent; }
  .coming-soon .owl-carousel .meta-container .meta-container-title {
    text-align: left;
    padding-bottom: 4px;
    font-size: 18px; }
  .coming-soon .owl-carousel .meta-container .subheading {
    color: #4c4c4c;
    font-size: 14px;
    text-align: left; }

.coming-soon.portrait .img-wrapper {
  padding-top: 0;
  height: auto; }

.christmas-movies .hub-section-title-container .title:before {
  content: '';
  display: block;
  background: url("/assets/images/hubs/christmas-movies/ornament.png") no-repeat;
  position: absolute;
  left: 50%;
  top: -80px;
  transform: translateX(-50%);
  width: 60px;
  height: 100px;
  background-size: contain;
  margin: auto;
  margin-bottom: 32px;
  opacity: 100%; }

.christmas-movies .owl-carousel .owl-dots .owl-dot.active span,
.christmas-movies .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #9e0c1a; }

.summer-of-secrets .owl-carousel .owl-dots .owl-dot.active span,
.summer-of-secrets .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #032d33; }

@media (min-width: 1025px) {
  .coming-soon.lmc .owl-carousel-wrapper {
    padding-bottom: 64px; }
  .movies-grid {
    display: none; } }

/* 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 */
/* expire */
@media (max-width: 767px) {
  .coming-soon .owl-carousel-wrapper {
    padding: 0 0 60px 0; }
    .coming-soon .owl-carousel-wrapper .owl-carousel .owl-nav {
      display: none; } }

/* 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 */
/* expire */
.content-wide.show-landing.ifw {
  padding: 60px 73px; }

.content-wide.show-landing.ifw-shows {
  background: #fafafa;
  border-top: 1px solid #ddd; }

.ifw-main .ifw-playlist {
  display: grid;
  margin: 0 auto;
  max-width: 1056px;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px; }
  .ifw-main .ifw-playlist .program-item .item-img-container .img-wrapper {
    position: relative; }
    .ifw-main .ifw-playlist .program-item .item-img-container .img-wrapper img {
      width: 100%; }
  .ifw-main .ifw-playlist .program-item .item-img-container .meta-container .meta-container-title {
    padding-bottom: 8px; }
  .ifw-main .ifw-playlist .program-item .item-img-container .meta-container .contextual-cta {
    color: #666;
    font-size: 14px; }

.ifw-main .see-all-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .ifw-main .see-all-container .see-all {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #000;
    color: #000;
    width: 105px;
    height: 40px;
    padding: 12px 16px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.17;
    letter-spacing: 0.3px; }

.signed-in div.ifw {
  display: none; }

/* 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 */
/* expire */
@media (max-width: 767px) {
  .ifw-main .ifw-playlist {
    width: 100%;
    max-width: 1056px;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding: 0 16px 24px;
    justify-content: center; }
    .ifw-main .ifw-playlist .program-item {
      margin: 0;
      padding: 0;
      border: 0;
      font-size: 100%;
      font: inherit;
      vertical-align: baseline; }
      .ifw-main .ifw-playlist .program-item .item-img-container .img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
        transition: all 0.8s ease-out;
        display: block; }
      .ifw-main .ifw-playlist .program-item .item-img-container .meta-container {
        padding-top: 8px;
        height: 100px; }
      .ifw-main .ifw-playlist .program-item:nth-child(n + 5) {
        display: none; } }

/* 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 */
/* expire */
@media (min-width: 768px) {
  .series-playlist.dark-theme .item {
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4); }
    .series-playlist.dark-theme .item .item-details-container {
      background: #000; }
  .series-playlist.light-theme .item .item-details-container {
    background: #fff; }
  .series-playlist.two-row-container .item-details-container {
    height: 110px; }
  .series-playlist :focus {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4); }
  .series-playlist.one-row-container:not(.tall-container) .item-details-container, .series-playlist.two-row-short-container:not(.tall-container) .item-details-container, .series-playlist.three-row-container:not(.tall-container) .item-details-container {
    height: 86px; }
  .series-playlist.tall-container .item-details-container {
    height: 156px; }
  .series-playlist.hover-animate .item,
  .series-playlist.hover-animate .feature-item-image {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .series-playlist.hover-animate .item:not(.item-selected):hover,
    .series-playlist.hover-animate .feature-item-image:not(.item-selected):hover {
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4); }
  .series-playlist.top-playlist {
    background: rgba(0, 0, 0, 0.6);
    padding: 16px 12px;
    margin-top: 0;
    border-radius: 2px; }
  .series-playlist.curated-playlist .item {
    background: #fff;
    position: relative; }
  .series-playlist.curated-playlist .item-details-container {
    height: 70px; }
  .series-playlist .single-row-list {
    margin-left: 10px;
    margin-right: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .series-playlist .owl-carousel .item {
    width: 100%; }
    .series-playlist .owl-carousel .item img {
      max-width: 100%;
      max-height: none; }
  .series-playlist .item {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    min-width: calc(25% - 16px);
    margin-left: 16px;
    cursor: pointer;
    border-radius: 0 0 2px 2px; }
    .series-playlist .item:first-child {
      margin-left: 0; }
    .series-playlist .item .item-img-container {
      padding-bottom: 56.25%; }
      .series-playlist .item .item-img-container img {
        border-radius: 2px 2px 0 0; }
    .series-playlist .item .item-details-container {
      display: block;
      padding: 12px 16px; }
      .series-playlist .item .item-details-container .description {
        color: #444;
        font-size: 14px;
        line-height: 1.3em;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 2.6em;
        overflow: hidden; }
  .series-playlist .playlist-head {
    margin: 0 10px; }
  .series-playlist .playlist-name {
    font-size: 24px;
    margin-bottom: 24px; }
    .series-playlist .playlist-name span:after {
      content: '';
      width: 1px;
      height: 21px;
      background-color: rgba(0, 0, 0, 0.6);
      margin-left: 12px;
      margin-right: 8px;
      display: inline-block;
      position: relative;
      top: 3px; }
  .series-playlist .thumbnail-item-details {
    padding: 0 12px 16px 16px; }
  .series-playlist .thumb-progress-bar {
    width: calc(100% - 36px - 16px); }
  .series-playlist .feature-list {
    margin: 0 0 24px 10px; }
  #features-container .features .owl-nav button {
    padding: 0;
    border: 0;
    font-size: 32px;
    font-weight: bold;
    top: 36%;
    background-color: transparent; }
    #features-container .features .owl-nav button.owl-next {
      right: -50px; }
    #features-container .features .owl-nav button.owl-prev {
      left: -50px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .series-playlist .owl-carousel .owl-nav {
    display: none; } }

/* 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 */
/* expire */
@media (min-width: 768px) {
  .in-player-playlist {
    width: auto;
    padding: 24px 8px 12px;
    position: relative; }
    .in-player-playlist.dark-theme .item-details-container .episode-name {
      color: rgba(255, 255, 255, 0.6); }
    .in-player-playlist.dark-theme .item-details-container .duration {
      color: rgba(255, 255, 255, 0.4); }
    .in-player-playlist.dark-theme .playlist-name {
      color: rgba(255, 255, 255, 0.48); }
    .in-player-playlist.light-theme .item-details-container .episode-name {
      color: rgba(0, 0, 0, 0.8); }
    .in-player-playlist.light-theme .item-details-container .duration {
      color: rgba(0, 0, 0, 0.4); }
    .in-player-playlist.light-theme .item-details-container .episode-airdate {
      color: #444; }
    .in-player-playlist.light-theme .item-details-container .season-ep {
      color: rgba(0, 0, 0, 0.6); }
    .in-player-playlist.two-row-container .item-details-container .episode-name, .in-player-playlist.two-row-short-container .item-details-container .episode-name {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      max-height: 2.7em;
      overflow: hidden; }
    .in-player-playlist.one-row-container .item-details-container .episode-name {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      max-height: 1.35em;
      overflow: hidden; }
    .in-player-playlist.three-row-container .item-details-container .episode-name {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      max-height: 4.05em;
      overflow: hidden; }
    .in-player-playlist .item-details-container .episode-name {
      font-size: 15px;
      margin-bottom: 8px;
      line-height: 1.35em; }
    .in-player-playlist .item-details-container .duration {
      font-size: 12px; }
    .in-player-playlist .item-details-container .episode-airdate {
      font-size: 13px;
      font-style: italic;
      line-height: 1.35714em; }
    .in-player-playlist .item-details-container .season-ep {
      font-weight: 600;
      font-size: 14px; }
    .in-player-playlist.dark-theme .item {
      background: #000; }
    .in-player-playlist.light-theme .item {
      background: #fff; }
    .in-player-playlist .item {
      margin-bottom: 4px; }
    .in-player-playlist .item-img-container {
      width: 43%;
      display: inline-block;
      vertical-align: top;
      padding-bottom: 33.4%; }
    .in-player-playlist .item-details-container {
      width: calc(57% - 5px);
      display: inline-block;
      vertical-align: top;
      padding: 17px 14px; }
    .in-player-playlist.grey-theme li {
      background: #4d4e50; }
    .in-player-playlist.grey-theme .item-details-container .episode-name {
      color: rgba(255, 255, 255, 0.9);
      font-size: 12px; }
    .in-player-playlist.grey-theme .item-details-container .duration {
      color: rgba(255, 255, 255, 0.4);
      font-size: 11px; }
    .in-player-playlist.grey-theme .item-details-container .meta {
      color: rgba(255, 255, 255, 0.8);
      font-size: 11px; }
      .in-player-playlist.grey-theme .item-details-container .meta span {
        margin-right: 4px; }
    .in-player-playlist.grey-theme .item-details-container:focus {
      background: #222; }
    .in-player-playlist.grey-theme .playlist-name {
      color: rgba(255, 255, 255, 0.48);
      font-size: 18px; }
    .in-player-playlist li.item {
      margin-bottom: 1px;
      border-radius: 2px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      .in-player-playlist li.item:hover {
        background: #222; }
      .in-player-playlist li.item.item-selected {
        background: #222;
        position: relative; }
        .in-player-playlist li.item.item-selected .med-circle-icon {
          display: none; }
        .in-player-playlist li.item.item-selected .item-img-container:after {
          content: 'NOW PLAYING';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          text-align: center;
          color: rgba(255, 255, 255, 0.9);
          font-size: 11px;
          background: #000;
          padding: 3px 0; }
      .in-player-playlist li.item .item-img-container {
        padding-bottom: 29%;
        position: relative;
        overflow: hidden; }
    .in-player-playlist .playlist-name {
      text-transform: uppercase;
      margin-bottom: 8px; }
    .in-player-playlist .list-container {
      overflow: auto;
      position: absolute;
      max-height: calc(100% - 50px);
      width: calc(100% - 8px);
      height: 100%;
      /* Handle */ }
      .in-player-playlist .list-container ul {
        margin-right: 3px; }
      .in-player-playlist .list-container::-webkit-scrollbar {
        width: 8px; }
      .in-player-playlist .list-container::-webkit-scrollbar-track, .in-player-playlist .list-container::-webkit-scrollbar-corner {
        background: rgba(0, 0, 0, 0); }
      .in-player-playlist .list-container::-webkit-scrollbar-thumb {
        background: #3f3f40;
        border-radius: 4px; }
      .in-player-playlist .list-container::-webkit-scrollbar-thumb:window-inactive {
        background: #3f3f40;
        border-radius: 4px; }
  .episode-details .episode-main .video-section.has-playlist {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: center;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    overflow: hidden; }
    .episode-details .episode-main .video-section.has-playlist.show-playlist .in-player-playlist {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .episode-details .episode-main .video-section.has-playlist.show-playlist .playlist-expand {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
    .episode-details .episode-main .video-section.has-playlist.hide-playlist .in-player-playlist {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
    .episode-details .episode-main .video-section.has-playlist.hide-playlist .playlist-expand {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .episode-details .episode-main .video-section.has-playlist.hide-playlist .in-player-playlist {
      max-width: 0;
      min-width: 0; }
    .episode-details .episode-main .video-section.has-playlist.hide-playlist > .item-img-container {
      overflow: visible;
      position: relative; }
    .episode-details .episode-main .video-section.has-playlist > .item-img-container {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1; }
    .episode-details .episode-main .video-section.has-playlist .in-player-playlist {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1;
      max-width: 400px;
      min-width: 320px; }
    .episode-details .episode-main .video-section.has-playlist .playlist-toggle {
      width: 24px;
      height: 24px;
      background: #555;
      position: absolute;
      text-align: center;
      top: 2px;
      border-radius: 2px; }
      .episode-details .episode-main .video-section.has-playlist .playlist-toggle.playlist-expand {
        right: -26px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s; }
        .episode-details .episode-main .video-section.has-playlist .playlist-toggle.playlist-expand:after {
          width: 2px;
          height: 12px;
          position: absolute;
          left: 11px;
          top: 6px; }
      .episode-details .episode-main .video-section.has-playlist .playlist-toggle.playlist-collapse {
        right: 0; }
      .episode-details .episode-main .video-section.has-playlist .playlist-toggle:before, .episode-details .episode-main .video-section.has-playlist .playlist-toggle:after {
        content: '';
        display: inline-block;
        background: #fff; }
      .episode-details .episode-main .video-section.has-playlist .playlist-toggle:before {
        width: 12px;
        height: 2px;
        position: relative;
        top: -1px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .episode-details .episode-main .video-section.has-playlist.hide-playlist > .item-img-container {
    margin: 0 20px; } }

@media (min-width: 1025px) {
  .episode-details .episode-main .video-section.has-playlist.show-playlist > .item-img-container {
    margin: 0 40px; }
  .episode-details .episode-main .video-section.has-playlist.show-playlist .in-player-playlist {
    margin: 0 40px 0 0; } }

/* 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 */
/* expire */
@media (min-width: 768px) {
  .ifw-main .ifw-playlist .program-item:nth-child(n + 4) {
    display: none; }
  .ifw-main .see-all-container .see-all {
    font-size: 14px; } }

/* 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 */
/* expire */
aside.share-this {
  display: inline-block;
  margin-right: 2%;
  position: relative;
  z-index: 10;
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px); }
  aside.share-this h4 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px; }
  aside.share-this .social-links ul {
    position: relative; }
    aside.share-this .social-links ul li {
      float: left; }
  aside.share-this .social-links .icon-cancel {
    display: none; }
  aside.share-this .social-links .icon {
    padding: 0 12px;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    -webkit-transition: all 0.4s cubic-bezier(0, 0.59, 0.62, 0.99);
    -moz-transition: all 0.4s cubic-bezier(0, 0.59, 0.62, 0.99);
    transition: all 0.4s cubic-bezier(0, 0.59, 0.62, 0.99); }
    aside.share-this .social-links .icon::after {
      content: attr(data-tooltip);
      position: absolute;
      text-align: center;
      color: black;
      font-size: 10px;
      text-transform: uppercase;
      padding: 4px;
      white-space: nowrap; }
    aside.share-this .social-links .icon.icon-embed svg {
      width: 18px;
      height: 18px; }
    aside.share-this .social-links .icon.icon-embed .icon-fill {
      fill: rgba(0, 0, 0, 0.5); }
    aside.share-this .social-links .icon.icon-link svg {
      width: 16px;
      height: 16px; }
    aside.share-this .social-links .icon.icon-link .icon-fill {
      fill: rgba(0, 0, 0, 0.5); }
    aside.share-this .social-links .icon:hover {
      color: black; }
      aside.share-this .social-links .icon:hover::after {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }
      aside.share-this .social-links .icon:hover .icon-fill {
        fill: black; }
  aside.share-this .social-links .link-form input,
  aside.share-this .social-links .embed-form input {
    height: 24px;
    background: white;
    outline: none;
    border-radius: 2px;
    font-size: 12px;
    padding: 2px 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
  aside.share-this .social-links .link-form input[type='text'],
  aside.share-this .social-links .embed-form input[type='text'] {
    color: #666;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2); }

.details-with-seasonep aside.share-this {
  -webkit-transform: translateY(26px);
  -moz-transform: translateY(26px);
  -ms-transform: translateY(26px);
  -o-transform: translateY(26px);
  transform: translateY(26px); }

/* 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 */
/* expire */

/* 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 */
/* expire */
@media (min-width: 1440px) {
  .details-with-seasonep aside.share-this {
    -webkit-transform: translateY(32px);
    -moz-transform: translateY(32px);
    -ms-transform: translateY(32px);
    -o-transform: translateY(32px);
    transform: translateY(32px); }
  aside.share-this {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -o-transform: translateY(12px);
    transform: translateY(12px); } }

/* 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 */
/* expire */
.player-controls {
  z-index: 10;
  text-align: center;
  padding: 24px 3%;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background-image: linear-gradient(to bottom,transparent 0%, rgba(0, 0, 0, 0.65) 100%); }
  .player-controls.live-controls {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
  .player-controls input[type='range'] {
    -webkit-appearance: none;
    background-color: white;
    height: 2px; }
  .player-controls .progress-bar {
    width: calc(100% - (106px + 9%) - 8px); }
  .player-controls .icon {
    display: block;
    cursor: pointer; }
    .player-controls .icon:before {
      color: white; }
  .player-controls .icon-play,
  .player-controls .icon-pause {
    font-size: 28px; }
  .player-controls .icon-volume-full,
  .player-controls .icon-volume-medium,
  .player-controls .icon-volume-low,
  .player-controls .icon-volume-mute,
  .player-controls .icon-rewind,
  .player-controls .icon-clsed-captioning {
    font-size: 24px; }
  .player-controls .icon-full-screen,
  .player-controls .icon-full-screen-exit {
    font-size: 21px; }
  .player-controls .icon-share-clip {
    width: 28px;
    height: 30px; }
    .player-controls .icon-share-clip svg {
      width: 100%;
      height: 100%; }
  .player-controls .icon-container {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 3px 3px; }
    .player-controls .icon-container > .icon {
      line-height: 0.8em; }
  .player-controls .play-pause {
    position: relative;
    float: left;
    width: 25px; }
  .player-controls .progress-bar {
    vertical-align: middle;
    display: inline-block;
    z-index: 900;
    position: relative;
    margin: 0 3%;
    padding: 13px 0; }
  .player-controls .progress-scrubber {
    position: absolute;
    left: 0;
    right: 0;
    padding: 13px 0;
    top: calc(50% - 1.5px - 13px);
    z-index: 15; }
    .player-controls .progress-scrubber:before {
      content: '';
      display: block;
      height: 3px;
      width: 100%;
      background: rgba(255, 255, 255, 0.1); }
  .player-controls .progress-indicator {
    position: absolute;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    top: calc(50% - 1.5px);
    height: 3px;
    z-index: 10; }
  .player-controls .progress-labels {
    color: white;
    font-size: 10px;
    z-index: 5;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -12px;
    left: 0; }
    .player-controls .progress-labels .elapsed-time {
      float: left;
      padding-top: 10px; }
    .player-controls .progress-labels .end-time {
      float: right;
      padding-top: 10px; }
  .player-controls .progress-button {
    padding: 8px;
    position: absolute;
    margin-left: -15px;
    top: 0;
    left: 0;
    cursor: pointer;
    outline: none;
    line-height: 1em; }
    .player-controls .progress-button:focus {
      outline: solid 2px #4d90fe; }
    .player-controls .progress-button:focus:not(:focus-visible) {
      outline: none; }
    .player-controls .progress-button:before {
      content: '';
      display: inline-block;
      background: #fff;
      width: 14px;
      height: 14px;
      border-radius: 14px;
      top: -7px; }
  .player-controls .progress-cue {
    width: 3px;
    height: 3px;
    border-radius: 3px;
    top: calc(50% - 1.5px);
    text-decoration: overline;
    position: absolute;
    background: white; }
  .player-controls .rewind {
    width: 24px;
    left: 78%; }
  .player-controls .closed-captioning {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1%; }
    .player-controls .closed-captioning .icon-closed-captioning {
      width: 25px;
      height: 25px;
      border-radius: 25px;
      text-align: center;
      background-color: #fff; }
      .player-controls .closed-captioning .icon-closed-captioning:before {
        color: #000;
        line-height: 25px; }
    .player-controls .closed-captioning.googlecast-cc {
      opacity: 0.5; }
      .player-controls .closed-captioning.googlecast-cc.cc-on {
        opacity: 1; }
  .player-controls .casting-overlay {
    width: 350px;
    height: 70px; }
  .player-controls .share-clip {
    margin-right: 1%; }
  .player-controls .embed-this {
    margin-right: 1%; }
    .player-controls .embed-this .icon-embed {
      width: 34px;
      height: 30px;
      -webkit-transform: translateY(6px);
      -moz-transform: translateY(6px);
      -ms-transform: translateY(6px);
      -o-transform: translateY(6px);
      transform: translateY(6px);
      background: url(/assets/images/player/icon-embed.svg) no-repeat;
      background-size: 100%; }
  .player-controls .googlecast {
    margin-right: 1%; }
    .player-controls .googlecast .icon {
      width: 32px;
      height: 25px;
      margin-top: 5px;
      background: url(/assets/images/player/googlecast-icon-sprite.svg) no-repeat;
      background-position: 0 0; }
    .player-controls .googlecast .icon-googlecast-active {
      background-position: -172px 0; }
    .player-controls .googlecast .icon-googlecast-warning {
      background-position: -240px 0; }
    .player-controls .googlecast .icon-googlecast-error {
      background-position: -206px 0; }
    .player-controls .googlecast .icon-googlecast-loading {
      animation: loader 1s steps(4) infinite; }

@keyframes loader {
  0% {
    background-position: -33px 0; }
  100% {
    background-position: -172px 0; } }
  .player-controls .volume {
    position: relative; }
    .player-controls .volume:hover, .player-controls .volume:focus {
      overflow: visible; }
      .player-controls .volume:hover .volume-overlay, .player-controls .volume:focus .volume-overlay {
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s; }
  .player-controls .volume-overlay {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 35px;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 2px;
    height: 155px;
    width: 30px;
    padding: 15px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.03, 0.28, 0.06, 0.79);
    -moz-transition: all 0.8s cubic-bezier(0.03, 0.28, 0.06, 0.79);
    transition: all 0.8s cubic-bezier(0.03, 0.28, 0.06, 0.79); }
    .player-controls .volume-overlay:focus {
      outline: solid 2px #4d90fe; }
    .player-controls .volume-overlay:focus:not(:focus-visible) {
      outline: none; }
    .player-controls .volume-overlay .volume-scrubber {
      position: relative;
      width: 100%;
      height: 100%; }
      .player-controls .volume-overlay .volume-scrubber:before {
        content: '';
        width: 3px;
        height: 100%;
        background: rgba(255, 255, 255, 0.1);
        position: absolute;
        top: 0;
        right: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate3d(-50%, 0, 0);
        -moz-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        -o-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0); }
    .player-controls .volume-overlay .volume-indicator {
      position: absolute;
      top: auto;
      right: auto;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
      -moz-transform: translate3d(-50%, 0, 0);
      -ms-transform: translate3d(-50%, 0, 0);
      -o-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      background: rgba(255, 255, 255, 0.7);
      width: 3px; }
    .player-controls .volume-overlay .progress-button {
      -webkit-transition: all 0.15s ease;
      -moz-transition: all 0.15s ease;
      transition: all 0.15s ease;
      left: 50%;
      margin-bottom: -15px;
      top: auto; }
  .player-controls .full-screen {
    left: 92%; }

#close {
  display: none; }

@media (min-width: 480px) and (max-width: 767px) {
  .player-controls .progress-bar {
    width: calc(90% - 230px); } }

@media (max-width: 479px) {
  .player-controls .embed-this,
  .player-controls .googlecast {
    display: none; } }

/* 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 */
/* expire */
.cc-options-overlay {
  box-sizing: border-box;
  color: white;
  background: black;
  z-index: 800;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .cc-options-overlay a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7); }
  .cc-options-overlay .cc-onoff {
    width: 46.5625%;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    padding: 15px 10px 15px 24px; }
  .cc-options-overlay .switch {
    display: inline-block;
    vertical-align: middle; }
  .cc-options-overlay .cc-options-container {
    height: 100%; }
  .cc-options-overlay .cc-header {
    height: 50px;
    border-bottom: 1px solid #181818;
    background-color: #333;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0; }
    .cc-options-overlay .cc-header .cc-title {
      width: 46.5625%;
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
    .cc-options-overlay .cc-header h2 {
      font-size: 20px;
      font-weight: 400;
      padding: 15px 10px 15px 24px; }
    .cc-options-overlay .cc-header .cc-onoff {
      width: 53.125%;
      margin-left: -4px;
      border-left: 1px solid #000;
      padding: 10px 12px; }
  .cc-options-overlay .cc-body {
    font-size: 14px;
    font-weight: 300;
    position: relative;
    top: 50px;
    height: calc(100% - 66px - 50px);
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .cc-options-overlay input.toggle + label {
    background-color: #93a4aa; }
    .cc-options-overlay input.toggle + label:before {
      background-color: #93a4aa; }
  .cc-options-overlay .cc-options {
    display: inline-block;
    vertical-align: top;
    width: 46.875%;
    height: 100%;
    overflow: auto;
    background-color: #181818; }
    .cc-options-overlay .cc-options li {
      padding: 12px 10px 12px 24px;
      border-bottom: 1px solid #181818;
      background: #2e3030;
      cursor: pointer;
      -webkit-transition: all 0.15s ease;
      -moz-transition: all 0.15s ease;
      transition: all 0.15s ease; }
      .cc-options-overlay .cc-options li.hover, .cc-options-overlay .cc-options li:hover {
        background: #212121;
        position: relative; }
        .cc-options-overlay .cc-options li.hover:after, .cc-options-overlay .cc-options li:hover:after {
          content: '';
          position: absolute;
          right: 0;
          height: 0;
          width: 0;
          border-top: 7px solid transparent;
          border-bottom: 7px solid transparent;
          border-right: 7px solid #454747; }
  .cc-options-overlay .cc-options-select {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    height: 100%;
    margin-left: -4px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: auto;
    background: #444; }
    .cc-options-overlay .cc-options-select > ul:not(.style-select) li {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .cc-options-overlay .cc-options-select > ul:not(.style-select) li:hover {
        -webkit-transform: scale(1.1) translate3d(0, 0, 0);
        -moz-transform: scale(1.1) translate3d(0, 0, 0);
        -ms-transform: scale(1.1) translate3d(0, 0, 0);
        -o-transform: scale(1.1) translate3d(0, 0, 0);
        transform: scale(1.1) translate3d(0, 0, 0); }
  .cc-options-overlay .preset-option,
  .cc-options-overlay .color-option,
  .cc-options-overlay .bg-color-option {
    margin-top: 12%;
    margin-left: 6%;
    border-radius: 2px; }
  .cc-options-overlay .size-select,
  .cc-options-overlay .opacity-select,
  .cc-options-overlay .edge-select,
  .cc-options-overlay .bg-opacity-select {
    padding: 16px; }
  .cc-options-overlay .size-option,
  .cc-options-overlay .opacity-option,
  .cc-options-overlay .edge-option,
  .cc-options-overlay .bg-opacity-option {
    width: 60px;
    padding: 13px 0;
    background: #000;
    display: inline-block;
    margin: 0 6px 10px 0;
    border-radius: 2px;
    text-align: center; }
  .cc-options-overlay .edge-option {
    width: 110px; }
  .cc-options-overlay .preset-option span {
    top: 35%;
    position: relative;
    left: 25%; }
  .cc-options-overlay .preset-option.white {
    height: 40px;
    width: 40px;
    background-color: white;
    color: black;
    border: 1px solid #979797;
    display: inline-block;
    font-family: arial, sans-serif; }
  .cc-options-overlay .preset-option.cyan {
    height: 40px;
    width: 40px;
    background-color: #00fdff;
    color: black;
    border: 1px solid #979797;
    display: inline-block;
    font-family: arial, sans-serif; }
  .cc-options-overlay .preset-option.green {
    height: 40px;
    width: 40px;
    background-color: #00f900;
    color: white;
    border: 1px solid #979797;
    display: inline-block;
    font-family: arial, sans-serif; }
  .cc-options-overlay .preset-option.black-blue {
    height: 40px;
    width: 40px;
    background-color: black;
    color: #7acad5;
    border: 1px solid #979797;
    display: inline-block;
    font-family: georgia, serif; }
  .cc-options-overlay .preset-option.blue {
    height: 40px;
    width: 40px;
    background-color: #0433ff;
    color: black;
    border: 1px solid #979797;
    display: inline-block;
    font-family: georgia, serif; }
  .cc-options-overlay .preset-option.black-white {
    height: 40px;
    width: 40px;
    background-color: black;
    color: white;
    border: 1px solid #979797;
    display: inline-block;
    font-family: 'courier new', courier; }
  .cc-options-overlay .style-select {
    padding: 16px; }
  .cc-options-overlay .style-option {
    margin-bottom: 16px; }
    .cc-options-overlay .style-option label:focus {
      outline-color: #4d90fe;
      outline-offset: -2px;
      outline-style: auto;
      outline-width: 5px; }
    .cc-options-overlay .style-option p {
      margin-left: 3%;
      margin-top: 1%; }
  .cc-options-overlay .color-option.black,
  .cc-options-overlay .bg-color-option.black {
    height: 40px;
    width: 40px;
    background-color: black;
    color: black;
    border: 1px solid #979797;
    display: inline-block; }
  .cc-options-overlay .color-option.white,
  .cc-options-overlay .bg-color-option.white {
    height: 40px;
    width: 40px;
    background-color: white;
    color: white;
    border: 1px solid #979797;
    display: inline-block; }
  .cc-options-overlay .color-option.cyan,
  .cc-options-overlay .bg-color-option.cyan {
    height: 40px;
    width: 40px;
    background-color: #00fdff;
    color: #00fdff;
    border: 1px solid #979797;
    display: inline-block; }
  .cc-options-overlay .color-option.green,
  .cc-options-overlay .bg-color-option.green {
    height: 40px;
    width: 40px;
    background-color: #00f900;
    color: #00f900;
    border: 1px solid #979797;
    display: inline-block; }
  .cc-options-overlay .color-option.red,
  .cc-options-overlay .bg-color-option.red {
    height: 40px;
    width: 40px;
    background-color: #ff2600;
    color: #ff2600;
    border: 1px solid #979797;
    display: inline-block; }
  .cc-options-overlay .color-option.blue,
  .cc-options-overlay .bg-color-option.blue {
    height: 40px;
    width: 40px;
    background-color: #0433ff;
    color: #0433ff;
    border: 1px solid #979797;
    display: inline-block; }
  .cc-options-overlay .color-option.magenta,
  .cc-options-overlay .bg-color-option.magenta {
    height: 40px;
    width: 40px;
    background-color: #ff40ff;
    color: #ff40ff;
    border: 1px solid #979797;
    display: inline-block; }
  .cc-options-overlay .color-option.yellow,
  .cc-options-overlay .bg-color-option.yellow {
    height: 40px;
    width: 40px;
    background-color: #fffb00;
    color: #fffb00;
    border: 1px solid #979797;
    display: inline-block; }
  .cc-options-overlay .color-option.white,
  .cc-options-overlay .bg-color-option.white {
    height: 40px;
    width: 40px;
    background-color: white;
    color: white;
    border: 1px solid #979797;
    display: inline-block; }
  .cc-options-overlay .color-option.none,
  .cc-options-overlay .bg-color-option.none {
    height: 40px;
    width: 40px;
    background-color: black;
    color: black;
    border: 1px solid #979797;
    display: inline-block; }
  .cc-options-overlay .preview {
    margin: 16px;
    display: inline-block; }
    .cc-options-overlay .preview p {
      padding: 5px 2px; }
    .cc-options-overlay .preview .preview-text {
      padding: 8px;
      color: black;
      font-family: Arial;
      font-style: normal;
      font-size: 16px; }
    .cc-options-overlay .preview .preview-holder {
      background: white; }
    .cc-options-overlay .preview.preset2 .preview-holder {
      background: #00fdff; }
    .cc-options-overlay .preview.preset3 .preview-text {
      color: white; }
    .cc-options-overlay .preview.preset3 .preview-holder {
      background: #00f900; }
    .cc-options-overlay .preview.preset4 .preview-text {
      font-family: georgia, serif;
      color: #7acad5; }
    .cc-options-overlay .preview.preset4 .preview-holder {
      background: black; }
    .cc-options-overlay .preview.preset5 .preview-text {
      font-family: georgia, serif;
      color: black; }
    .cc-options-overlay .preview.preset5 .preview-holder {
      background: #0433ff; }
    .cc-options-overlay .preview.preset6 .preview-text {
      font-family: 'courier new', courier;
      color: white; }
    .cc-options-overlay .preview.preset6 .preview-holder {
      background: black; }
    .cc-options-overlay .preview.bold .preview-text {
      font-weight: bold; }
    .cc-options-overlay .preview.italic .preview-text {
      font-style: italic; }
    .cc-options-overlay .preview.underline .preview-text {
      text-decoration: underline; }
    .cc-options-overlay .preview.black .preview-text {
      color: black; }
    .cc-options-overlay .preview.blue .preview-text {
      color: #0433ff; }
    .cc-options-overlay .preview.green .preview-text {
      color: #00f900; }
    .cc-options-overlay .preview.cyan .preview-text {
      color: #00fdff; }
    .cc-options-overlay .preview.red .preview-text {
      color: #ff2600; }
    .cc-options-overlay .preview.magenta .preview-text {
      color: #ff40ff; }
    .cc-options-overlay .preview.yellow .preview-text {
      color: #fffb00; }
    .cc-options-overlay .preview.white .preview-text {
      color: white; }
    .cc-options-overlay .preview.none .preview-text {
      color: transparent; }
    .cc-options-overlay .preview.size-50 .preview-text {
      font-size: 0.5em; }
    .cc-options-overlay .preview.size-75 .preview-text {
      font-size: 0.75em; }
    .cc-options-overlay .preview.size-100 .preview-text {
      font-size: 1em; }
    .cc-options-overlay .preview.size-150 .preview-text {
      font-size: 1.5em; }
    .cc-options-overlay .preview.size-200 .preview-text {
      font-size: 2em; }
    .cc-options-overlay .preview.size-300 .preview-text {
      font-size: 3em; }
    .cc-options-overlay .preview.opacity-0 .preview-text {
      opacity: 0; }
    .cc-options-overlay .preview.opacity-25 .preview-text {
      opacity: 0.25; }
    .cc-options-overlay .preview.opacity-50 .preview-text {
      opacity: 0.5; }
    .cc-options-overlay .preview.opacity-75 .preview-text {
      opacity: 0.75; }
    .cc-options-overlay .preview.opacity-100 .preview-text {
      opacity: 1; }
    .cc-options-overlay .preview.bg-black .preview-holder {
      background-color: black; }
    .cc-options-overlay .preview.bg-blue .preview-holder {
      background-color: #0433ff; }
    .cc-options-overlay .preview.bg-green .preview-holder {
      background-color: #00f900; }
    .cc-options-overlay .preview.bg-cyan .preview-holder {
      background-color: #00fdff; }
    .cc-options-overlay .preview.bg-red .preview-holder {
      background-color: #ff2600; }
    .cc-options-overlay .preview.bg-magenta .preview-holder {
      background-color: #ff40ff; }
    .cc-options-overlay .preview.bg-yellow .preview-holder {
      background-color: #fffb00; }
    .cc-options-overlay .preview.bg-white .preview-holder {
      background-color: white; }
    .cc-options-overlay .preview.none .preview-holder {
      background-olor: transparent; }
    .cc-options-overlay .preview.bg-opacity-0 .preview-holder {
      opacity: 0; }
    .cc-options-overlay .preview.bg-opacity-25 .preview-holder {
      opacity: 0.25; }
    .cc-options-overlay .preview.bg-opacity-50 .preview-holder {
      opacity: 0.5; }
    .cc-options-overlay .preview.bg-opacity-75 .preview-holder {
      opacity: 0.75; }
    .cc-options-overlay .preview.bg-opacity-100 .preview-holder {
      opacity: 1; }
  .cc-options-overlay .cc-footer {
    height: 66px;
    background-color: #2e3030;
    text-align: center;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0; }
    .cc-options-overlay .cc-footer .cc-onoff {
      display: none; }
    .cc-options-overlay .cc-footer .cc-button {
      display: inline-block;
      margin: 16px 5px;
      text-align: center; }
    .cc-options-overlay .cc-footer .btn {
      border-radius: 2px;
      color: #ffffff;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      text-decoration: none;
      background: #f84545;
      display: block;
      width: 140px;
      margin: 0 auto;
      padding: 10px 0; }
    .cc-options-overlay .cc-footer .btn:hover {
      background: rgba(248, 69, 69, 0.7); }
    .cc-options-overlay .cc-footer .apply {
      margin-left: 16px; }
    .cc-options-overlay .cc-footer .reset .btn {
      background: #999; }
    .cc-options-overlay .cc-footer .reset .btn:hover {
      background: rgba(147, 164, 170, 0.7); }
  .cc-options-overlay .hide {
    display: none !important; }
  .cc-options-overlay .clear {
    clear: both; }
  .cc-options-overlay .selected {
    border: 1px solid #f84545 !important; }
  .cc-options-overlay .hover {
    background: rgba(255, 255, 255, 0.05); }

/* 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 */
/* expire */
.aetn-player {
  position: relative;
  padding-bottom: 56.1111%;
  height: 0;
  z-index: 10;
  width: 100%;
  /* PDK PLAYER */
  /* END PDK PLAYER */
  /* ACTIVE STATES */
  /* END ACTIVE STATES */ }
  .aetn-player:not(.ad-style-stripped) #fw-pdk-plugin-video-display-base .fw_vpaid_slot {
    width: 100% !important;
    height: 100% !important; }
  .aetn-player.ad-playing {
    background: #000; }
    .aetn-player.ad-playing .tpPlayer {
      -webkit-transform: scale(0.85);
      -moz-transform: scale(0.85);
      -ms-transform: scale(0.85);
      -o-transform: scale(0.85);
      transform: scale(0.85);
      -webkit-transform-origin: top center;
      -moz-transform-origin: top center;
      -ms-transform-origin: top center;
      -o-transform-origin: top center;
      transform-origin: top center;
      overflow: visible; }
    .aetn-player.ad-playing .player-controls {
      text-align: left;
      padding-top: 0;
      width: 200px; }
      .aetn-player.ad-playing .player-controls > *:not(.play):not(.volume) {
        display: none; }
      .aetn-player.ad-playing .player-controls .volume {
        width: calc(100% - 50px); }
  .aetn-player .tpSubtitles > div {
    -webkit-transition: top 0.2s ease;
    -moz-transition: top 0.2s ease;
    transition: top 0.2s ease; }
  .aetn-player .tpPlayer {
    position: absolute !important;
    width: 100%;
    height: 100%; }
    .aetn-player .tpPlayer .tpBackground {
      border: none !important;
      background-color: transparent !important; }
    .aetn-player .tpPlayer .player-button-layer {
      width: auto !important;
      height: auto !important;
      position: absolute;
      top: 0 !important;
      left: 0 !important;
      right: 0;
      bottom: 0;
      margin-left: 0 !important;
      margin-top: 0 !important;
      z-index: 10; }
  .aetn-player .trigger-mvpd,
  .aetn-player .locked-video {
    cursor: pointer; }
  .aetn-player .player-layer {
    /* IMAGE STILL - ICON - OVERLAY TEXT */
    /* END IMAGE STILL - ICON - OVERLAY TEXT */
    /* player control */
    /* AD PLAY LAYER */
    /* END AD PLAY LAYER */
    /* CC OPTIONS */
    /* END CC OPTIONS */
    /* LOADING */
    /* END LOADING */
    /* PLAYER ERROR */
    /* END PLAYER ERROR */
    /* SHARE THIS */
    /* END SHARE THIS */
    /* GOOGLECAST LAYER */
    /* END GOOGLECAST LAYER */
    /* GENERIC BOX OVERLAY */
    /* END GENERIC BOX OVERLAY */ }
    .aetn-player .player-layer:not(.show-transition) {
      display: none; }
    .aetn-player .player-layer.show-transition {
      visibility: hidden;
      opacity: 0;
      -webkit-transition: visibility 0s ease-out 0.2s, opacity 0.2s ease-out;
      -moz-transition: visibility 0s ease-out 0.2s, opacity 0.2s ease-out;
      transition: visibility 0s ease-out 0.2s, opacity 0.2s ease-out; }
    .aetn-player .player-layer.thumbnail-img-layer {
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .aetn-player .player-layer.thumbnail-img-layer .item-img:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3); }
      .aetn-player .player-layer.thumbnail-img-layer .thumbnail-item-details {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: right; }
        .aetn-player .player-layer.thumbnail-img-layer .thumbnail-item-details .circle-icon {
          position: static;
          display: inline-block; }
      .aetn-player .player-layer.thumbnail-img-layer .sign-in-text {
        text-transform: uppercase; }
    .aetn-player .player-layer .thumb-progress-bar {
      height: 10px;
      margin-top: 12px; }
    .aetn-player .player-layer.player-local-controls.force-show {
      visibility: visible;
      opacity: 1; }
    .aetn-player .player-layer.ad-play-layer {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .aetn-player .player-layer.cc-options-overlay .toggle {
      position: absolute;
      margin-left: -9999px;
      visibility: hidden; }
    .aetn-player .player-layer.cc-options-overlay .toggle + label {
      display: block;
      position: relative;
      cursor: pointer;
      outline: none;
      user-select: none; }
    .aetn-player .player-layer.cc-options-overlay input.toggle + label {
      padding: 2px;
      width: 60px;
      height: 28px;
      background-color: #222;
      border-radius: 60px;
      transition: background 0.4s;
      display: inline-block; }
      .aetn-player .player-layer.cc-options-overlay input.toggle + label:focus {
        outline-color: #4d90fe;
        outline-offset: -2px;
        outline-style: auto;
        outline-width: 5px; }
    .aetn-player .player-layer.cc-options-overlay input.toggle + label:before,
    .aetn-player .player-layer.cc-options-overlay input.toggle + label:after {
      display: block;
      position: absolute;
      content: ''; }
    .aetn-player .player-layer.cc-options-overlay input.toggle + label:before {
      top: 2px;
      left: 2px;
      bottom: 2px;
      right: 2px;
      background-color: #222;
      font-size: 12px;
      content: 'off';
      text-align: center;
      text-transform: uppercase;
      padding-left: 22px;
      padding-top: 6px;
      border-radius: 60px;
      transition: background 0.4s; }
    .aetn-player .player-layer.cc-options-overlay input.toggle + label:after {
      top: 4px;
      left: 4px;
      bottom: 4px;
      width: 20px;
      background-color: white;
      border-radius: 52px;
      transition: margin 0.4s, background 0.4s; }
    .aetn-player .player-layer.cc-options-overlay input.toggle:checked + label {
      background-color: #f84545; }
    .aetn-player .player-layer.cc-options-overlay input.toggle:checked + label:before {
      background-color: #f84545;
      content: 'on';
      padding-left: 0;
      padding-right: 22px; }
    .aetn-player .player-layer.cc-options-overlay input.toggle:checked + label:after {
      margin-left: 32px;
      background-color: white; }
    .aetn-player .player-layer.cc-options-overlay .cc-options-select > ul:not(.style-select) > li {
      cursor: pointer; }
    .aetn-player .player-layer.loading-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #000; }
      .aetn-player .player-layer.loading-overlay .loading {
        color: white;
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .aetn-player .player-layer.player-error-overlay {
      background: black;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .aetn-player .player-layer.player-error-overlay .player-error-wrapper {
        position: absolute;
        top: 50%;
        right: 10%;
        bottom: auto;
        left: 10%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .aetn-player .player-layer.player-error-overlay .icon-container {
        display: inline-block; }
        .aetn-player .player-layer.player-error-overlay .icon-container.warning {
          width: 30px; }
        .aetn-player .player-layer.player-error-overlay .icon-container .icon-warning {
          display: inline-block;
          vertical-align: middle;
          text-align: center;
          color: #f84545;
          width: 30px;
          height: 30px;
          border-radius: 30px;
          border: 2px solid #f84545;
          font-size: 18px;
          line-height: 1.8em; }
      .aetn-player .player-layer.player-error-overlay .error-message {
        color: #cdcece;
        font-size: 14px;
        line-height: 24px;
        margin-left: 6.92%;
        border-left: 1px solid #535456;
        padding-left: 6.92%;
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 30px - 6.92% - 5px);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word; }
        .aetn-player .player-layer.player-error-overlay .error-message span {
          font-weight: 700; }
    .aetn-player .player-layer.player-share-this {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      background-color: rgba(0, 0, 0, 0);
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
      background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%); }
      .aetn-player .player-layer.player-share-this .player-share-this-wrapper {
        background: rgba(0, 0, 0, 0.7);
        padding: 30px;
        position: absolute;
        left: 50%;
        top: 50%;
        max-width: 740px;
        width: 95%;
        color: white;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0); }
        .aetn-player .player-layer.player-share-this .player-share-this-wrapper h3 {
          margin-bottom: 16px;
          font-size: 120%; }
        .aetn-player .player-layer.player-share-this .player-share-this-wrapper input {
          height: 40px;
          background: white;
          outline: none;
          border-radius: 2px;
          font-size: 14px;
          padding: 2px 16px;
          -webkit-appearance: none;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        .aetn-player .player-layer.player-share-this .player-share-this-wrapper input[type='text'] {
          color: #666;
          width: 100%;
          border: 1px solid transparent; }
        .aetn-player .player-layer.player-share-this .player-share-this-wrapper .close-layer {
          right: 10px; }
    .aetn-player .player-layer.googlecast-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      background-size: cover;
      background-color: rgba(0, 0, 0, 0);
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
      background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%); }
      .aetn-player .player-layer.googlecast-overlay .googlecast-wrapper {
        display: block;
        visibility: visible;
        opacity: 1;
        position: absolute;
        bottom: 12.7%;
        left: 7.7%;
        width: 350px;
        height: 80px;
        color: white; }
      .aetn-player .player-layer.googlecast-overlay .season-ep {
        font-weight: 400;
        text-transform: uppercase;
        font-size: 20px !important;
        padding-left: 56px; }
      .aetn-player .player-layer.googlecast-overlay strong.episode-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        font-size: 32px !important;
        position: relative;
        padding-left: 56px; }
        .aetn-player .player-layer.googlecast-overlay strong.episode-name:before {
          content: '';
          width: 40px;
          height: 32px;
          background: url(/assets/images/player/googlecast-icon-sprite.svg) no-repeat;
          background-size: cover;
          background-position: -210px 0;
          bottom: 5px;
          left: 0;
          z-index: 40;
          position: absolute; }
    .aetn-player .player-layer .box-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.6); }
      .aetn-player .player-layer .box-overlay .overlay-dialog {
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #000;
        color: #fff;
        border: 1px solid #2a2a2a; }
      .aetn-player .player-layer .box-overlay .content-wrapper {
        position: relative;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .aetn-player .player-layer .box-overlay.alert-wrapper .icon-warning {
        color: #bbb;
        position: relative; }
        .aetn-player .player-layer .box-overlay.alert-wrapper .icon-warning:before {
          content: '\43';
          box-shadow: 0 0 0 2px #ff0000;
          padding: 8px;
          margin-left: 0;
          position: absolute;
          top: -39px;
          border-radius: 50%;
          left: calc(50% - 16px);
          color: #ff0000; }
      .aetn-player .player-layer .box-overlay.alert-wrapper h2.lead {
        text-transform: uppercase;
        font-size: 20px;
        margin-bottom: 10px;
        display: block;
        line-height: 1.1em; }
      .aetn-player .player-layer .box-overlay.alert-wrapper .overlay-dialog {
        line-height: 1.4em;
        text-align: center;
        border: none; }
    .aetn-player .player-layer .icon-cancel.close-layer {
      position: absolute;
      right: 0;
      top: 10px;
      color: rgba(255, 255, 255, 0.4);
      padding: 12px 16px 12px 12px;
      font-size: 24px;
      cursor: pointer;
      display: block;
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s; }
      .aetn-player .player-layer .icon-cancel.close-layer:hover {
        color: rgba(255, 255, 255, 0.8); }
  .aetn-player.player-control-show .player-local-controls {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; }
  .aetn-player.player-control-show .tpSubtitles > div {
    top: -50px !important; }
  .aetn-player.player-error .player-error-overlay {
    display: block;
    z-index: 1000; }
  .aetn-player.player-loading .loading-overlay {
    display: block;
    z-index: 1000; }
  .aetn-player.player-details-show .thumbnail-img-layer {
    display: block;
    z-index: 1000; }
  .aetn-player.player-ad-play-show .ad-play-layer {
    display: block;
    z-index: 1000; }
  .aetn-player.player-cc-options-show .cc-options-overlay {
    opacity: 1;
    visibility: visible;
    z-index: 1002;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; }
  .aetn-player.player-ways-watch-show .ways-overlay {
    display: block;
    z-index: 1000; }
  .aetn-player.player-embed-show .player-share-this {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; }
  .aetn-player.player-googlecast-show .googlecast-overlay,
  .aetn-player.player-googlecast-show .thumbnail-img-layer {
    display: block; }
  .aetn-player.player-googlecast-show .googlecast-overlay {
    z-index: 1001; }
  .aetn-player.player-googlecast-show .thumbnail-img-layer {
    z-index: 1000; }
    .aetn-player.player-googlecast-show .thumbnail-img-layer .thumbnail-item-details {
      display: none; }
  .aetn-player.player-googlecast-show .player-googlecast-controls {
    opacity: 1;
    visibility: visible;
    z-index: 1001; }
  .aetn-player.player-adblock-alert-show .adblock-alert-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; }
    .aetn-player.player-adblock-alert-show .adblock-alert-overlay .box-overlay {
      z-index: 1002; }
  .aetn-player.player-adblock-alert-show .player-local-controls {
    opacity: 0;
    visibility: hidden; }
  .aetn-player.player-adblock-alert-show .thumbnail-img-layer {
    display: block;
    z-index: 1001; }
  .aetn-player.player-private-alert-show:not(.player-playback-alert-show) .private-window-alert-layer {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; }
    .aetn-player.player-private-alert-show:not(.player-playback-alert-show) .private-window-alert-layer .box-overlay {
      z-index: 1005; }
  .aetn-player.player-playback-alert-show {
    top: 0; }
    .aetn-player.player-playback-alert-show .playback-alert-layer {
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s; }
      .aetn-player.player-playback-alert-show .playback-alert-layer .box-overlay {
        z-index: 1005; }

/* FULL SCREEN */
.fullscreen {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  max-width: 10000px !important;
  background: #000; }
  .fullscreen .aetn-player {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    height: 100%; }
    .fullscreen .aetn-player.ad-playing .tpPlayer {
      -webkit-transform: scale(0.85) translate(0, -50%);
      -moz-transform: scale(0.85) translate(0, -50%);
      -ms-transform: scale(0.85) translate(0, -50%);
      -o-transform: scale(0.85) translate(0, -50%);
      transform: scale(0.85) translate(0, -50%); }
    .fullscreen .aetn-player.ad-playing .player-controls {
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box; }
  .fullscreen .tpPlayer {
    height: 0;
    padding-bottom: 56.1111%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .fullscreen .tpVideo > *:first-child {
    width: 100% !important;
    height: 100% !important; }
  .fullscreen .tpPlugins {
    height: 100%; }
  .fullscreen #fw-pdk-plugin-video-display-base {
    width: 100% !important;
    height: 100% !important; }

#leadImage {
  position: relative;
  z-index: 10; }
  #leadImage ~ .aetn-player {
    position: absolute; }

.video-section.video-na .item-img-container {
  position: relative;
  overflow: hidden; }
  .video-section.video-na .item-img-container .ways-overlay {
    color: #fff;
    z-index: 1000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .video-section.video-na .item-img-container .ways-overlay .overlay-dialog {
      background: rgba(0, 0, 0, 0.65);
      border: 1px solid #2a2a2a; }
    .video-section.video-na .item-img-container .ways-overlay .overlay-body {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      .video-section.video-na .item-img-container .ways-overlay .overlay-body h2 {
        font-weight: 300;
        text-transform: uppercase;
        line-height: 1.2em; }
      .video-section.video-na .item-img-container .ways-overlay .overlay-body strong {
        font-weight: 600;
        display: block;
        text-transform: uppercase; }
      .video-section.video-na .item-img-container .ways-overlay .overlay-body ul {
        text-align: center; }
        .video-section.video-na .item-img-container .ways-overlay .overlay-body ul li {
          display: inline-block; }
          .video-section.video-na .item-img-container .ways-overlay .overlay-body ul li a {
            display: block; }
  .video-section.video-na .item-img-container.text-overlay .item-img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3); }
  .video-section.video-na .item-img-container img {
    display: block; }

.signing .sign-in-text {
  display: none !important; }

.signed-in .sign-in-text {
  display: none !important; }

.signed-out .sign-in-text {
  display: inline-block; }

.sticky-player-close {
  display: none; }

.player-text {
  color: white;
  line-height: 1.2em;
  text-align: left;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 10px 10px 0; }
  .player-text.not-available-text {
    position: absolute;
    z-index: 20; }

/* 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 */
/* expire */
.player-error-overlay {
  background: black;
  height: 100%;
  width: 100%;
  z-index: 400;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .player-error-overlay .player-error-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 10%;
    right: 10%; }
  .player-error-overlay .icon-container {
    display: inline-block; }
    .player-error-overlay .icon-container.warning {
      width: 30px; }
    .player-error-overlay .icon-container .icon-warning {
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      color: #f84545;
      width: 30px;
      height: 30px;
      border-radius: 30px;
      border: 2px solid #f84545;
      font-size: 18px;
      line-height: 1.8em; }
  .player-error-overlay .underage-message,
  .player-error-overlay .error-message {
    color: #cdcece;
    font-size: 14px;
    line-height: 24px;
    margin-left: 6.92%;
    border-left: 1px solid #535456;
    padding-left: 6.92%;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 30px - 6.92% - 5px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word; }
    .player-error-overlay .underage-message span,
    .player-error-overlay .error-message span {
      font-weight: 700; }

/* 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 */
/* expire */
@media (max-width: 767px) {
  .aetn-player {
    z-index: 1000; }
    .aetn-player + .upcoming-episode,
    .aetn-player + .recommendation-list {
      display: none; }
    .aetn-player .player-layer.thumbnail-img-layer .thumbnail-item-details {
      padding: 15px; }
    .aetn-player .player-layer .box-overlay.alert-wrapper .overlay-dialog {
      min-width: 300px;
      padding: 30px 20px;
      height: 100%; }
    .aetn-player .player-layer.adblock-alert-overlay .overlay-dialog, .aetn-player .player-layer.private-window-alert-layer .overlay-dialog, .aetn-player .player-layer.playback-alert-layer .overlay-dialog {
      width: 100%; }
  .video-section.video-na .ways-overlay .overlay-dialog {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .video-section.video-na .ways-overlay .overlay-body {
    text-align: center; }
    .video-section.video-na .ways-overlay .overlay-body strong {
      margin: 16px 0;
      font-size: 16px; }
    .video-section.video-na .ways-overlay .overlay-body h2 {
      font-size: 16px;
      margin: 8px 26px 16px; }
    .video-section.video-na .ways-overlay .overlay-body ul li {
      margin: 0 6px; }
      .video-section.video-na .ways-overlay .overlay-body ul li img {
        width: 56px; }
  .player-text {
    font-size: 14px;
    width: calc(100% - 48px - 16px); }
    .player-text.not-available-text {
      left: 15px;
      bottom: 15px; } }

/* 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 */
/* expire */
@media (min-width: 768px) {
  .player-controls .progress-bar {
    width: calc(90% - 230px); }
  .player-controls .progress-button {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out; }
    .player-controls .progress-button:hover {
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -o-transform: scale(1.3);
      transform: scale(1.3); }
  .player-controls .progress-scrubber:hover:before,
  .player-controls .progress-scrubber:hover + .progress-indicator,
  .player-controls .progress-scrubber:hover ~ .progress-cue {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: 5px; }
  .player-controls .progress-scrubber:hover:before,
  .player-controls .progress-scrubber:hover + .progress-indicator {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px); }
  .player-controls .progress-scrubber:hover ~ .progress-cue {
    -webkit-transform: translate(-1px, -2px);
    -moz-transform: translate(-1px, -2px);
    -ms-transform: translate(-1px, -2px);
    -o-transform: translate(-1px, -2px);
    transform: translate(-1px, -2px);
    width: 5px; }
  .player-controls .progress-scrubber:hover .progress-button {
    -webkit-transform: scale(1.3) translateY(-1px);
    -moz-transform: scale(1.3) translateY(-1px);
    -ms-transform: scale(1.3) translateY(-1px);
    -o-transform: scale(1.3) translateY(-1px);
    transform: scale(1.3) translateY(-1px); }
  .player-controls .icon {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .player-controls .icon-play:hover,
  .player-controls .icon-pause:hover {
    opacity: 0.6; }
  .player-controls .icon-play:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .player-controls .icon-share-clip svg g {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .player-controls .icon-share-clip:hover svg g {
    fill: rgba(255, 255, 255, 0.6); }
  .player-controls .icon-full-screen:hover,
  .player-controls .icon-full-screen-exit:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3); }
  .player-controls .icon-closed-captioning:hover {
    opacity: 0.6; }
  .player-controls .icon-embed:hover {
    opacity: 0.6; }
  .player-controls .icon-googlecast-idle:hover {
    opacity: 0.6; }
  .player-controls .volume {
    width: 18.75%;
    display: inline-block;
    margin-right: 1%;
    text-align: left;
    vertical-align: bottom;
    max-width: 30px;
    overflow: hidden; }
    .player-controls .volume > a {
      position: relative;
      z-index: 16; }
    .player-controls .volume .icon {
      display: inline; } }

/* 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 */
/* expire */
@media (min-width: 768px) {
  .aetn-player {
    will-change: transform;
    -webkit-transform-origin: center left;
    -moz-transform-origin: center left;
    -ms-transform-origin: center left;
    -o-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: -moz-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1); }
    .aetn-player + .upcoming-episode,
    .aetn-player + .recommendation-list {
      position: absolute;
      right: 0;
      opacity: 0;
      overflow: hidden;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transform-origin: top center;
      -moz-transform-origin: top center;
      -ms-transform-origin: top center;
      -o-transform-origin: top center;
      transform-origin: top center;
      -webkit-transition: all 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
      -moz-transition: all 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
      transition: all 0.7s cubic-bezier(0.22, 0.61, 0.36, 1); }
    .aetn-player + .recommendation-list {
      width: 255px;
      top: 0;
      bottom: 0;
      margin: 8px 0; }
      .aetn-player + .recommendation-list.tile-list.tile-16x9 li {
        width: 100%; }
      .aetn-player + .recommendation-list > h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
        margin-bottom: 8px; }
      .aetn-player + .recommendation-list .icon-cancel {
        position: absolute;
        top: 0;
        right: 0;
        padding: 3px 6px;
        color: rgba(255, 255, 255, 0.7); }
      .aetn-player + .recommendation-list li {
        margin-bottom: 8px; }
        .aetn-player + .recommendation-list li .img-container .details .title {
          font-size: 16px;
          font-weight: normal;
          margin: 0; }
    .aetn-player .tpVideo object[id^='video-container'] {
      height: calc(100% + 8px) !important; }
    .aetn-player .tpVideo video {
      height: calc(100% + 4px) !important; }
    .aetn-player .player-layer {
      /* FLASH ALERT */
      /* END FLASH ALERT */ }
      .aetn-player .player-layer.overlay-centered {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6); }
        .aetn-player .player-layer.overlay-centered .centered-container {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .aetn-player .player-layer.thumbnail-img-layer .thumbnail-item-details {
        padding: 20px 30px; }
      .aetn-player .player-layer.cc-options-overlay .cc-header .cc-onoff {
        display: none; }
      .aetn-player .player-layer.cc-options-overlay .cc-footer {
        text-align: left; }
        .aetn-player .player-layer.cc-options-overlay .cc-footer .cc-onoff {
          display: inline-block; }
      .aetn-player .player-layer.cc-options-overlay .cc-options-container {
        width: 640px;
        height: 512px;
        -webkit-transition: height 0.3s ease;
        -moz-transition: height 0.3s ease;
        transition: height 0.3s ease; }
      .aetn-player .player-layer.flash-alert-layer .overlay-dialog {
        text-align: center;
        width: 640px;
        height: 360px;
        padding: 0 110px; }
        .aetn-player .player-layer.flash-alert-layer .overlay-dialog h2 {
          font-size: 22px;
          font-weight: 300;
          text-transform: uppercase;
          margin-bottom: 16px;
          line-height: 1.2em; }
        .aetn-player .player-layer.flash-alert-layer .overlay-dialog p {
          font-size: 14px;
          line-height: 1.33em;
          color: rgba(255, 255, 255, 0.56); }
        .aetn-player .player-layer.flash-alert-layer .overlay-dialog .big-button {
          position: static;
          background-color: rgba(255, 255, 255, 0.24);
          width: 220px;
          border: none;
          margin-top: 60px;
          -webkit-transform: translate(0, 0);
          -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          transform: translate(0, 0); }
      .aetn-player .player-layer.next-episode-overlay {
        color: white; }
        .aetn-player .player-layer.next-episode-overlay .next-container {
          width: 360px;
          height: 512px;
          background: #000;
          border-radius: 2px;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .aetn-player .player-layer.next-episode-overlay .next-header {
          text-align: center;
          padding: 48px 0 32px 0;
          font-size: 26px;
          text-transform: uppercase;
          border-radius: 2px 2px 0 0; }
          .aetn-player .player-layer.next-episode-overlay .next-header .close {
            position: absolute;
            right: 0;
            top: 10px;
            color: rgba(255, 255, 255, 0.4);
            padding: 12px 16px 12px 12px;
            text-decoration: none;
            font-size: 24px; }
        .aetn-player .player-layer.next-episode-overlay .item-section {
          position: relative;
          color: #fff; }
        .aetn-player .player-layer.next-episode-overlay .item-img-container {
          width: 100%; }
          .aetn-player .player-layer.next-episode-overlay .item-img-container .item-img {
            padding-bottom: 77.7777777778%; }
          .aetn-player .player-layer.next-episode-overlay .item-img-container:before {
            content: '';
            display: block;
            z-index: 1;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 100px;
            background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
            background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
            background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%); }
        .aetn-player .player-layer.next-episode-overlay .item-details-container {
          width: 100%;
          position: absolute;
          bottom: 0;
          padding: 15px;
          z-index: 5; }
        .aetn-player .player-layer.next-episode-overlay .big-button {
          text-align: center;
          bottom: auto;
          width: 280px; }
      .aetn-player .player-layer.adblock-alert-overlay .overlay-dialog, .aetn-player .player-layer.private-window-alert-layer .overlay-dialog, .aetn-player .player-layer.playback-alert-layer .overlay-dialog {
        min-width: 500px; }
      .aetn-player .player-layer .box-overlay.alert-wrapper .overlay-dialog {
        border-radius: 8px;
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.05);
        padding: 60px 50px 50px; }
    .aetn-player.player-flash-alert-show .flash-alert-layer {
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s; }
  .upcoming-episode .upcoming-episode-head {
    color: #fff; }
  .video-section.video-na .ways-overlay {
    background: rgba(0, 0, 0, 0.3); }
    .video-section.video-na .ways-overlay .overlay-dialog {
      border: none; }
    .video-section.video-na .ways-overlay .overlay-body {
      left: 0;
      text-align: left;
      top: 55%; }
      .video-section.video-na .ways-overlay .overlay-body strong {
        font-size: 13px; }
      .video-section.video-na .ways-overlay .overlay-body ul {
        text-align: left;
        margin: 8px 0; }
        .video-section.video-na .ways-overlay .overlay-body ul li {
          margin-right: 11px; }
        .video-section.video-na .ways-overlay .overlay-body ul img {
          width: 40px; }
  .video-section.video-na:not(.full-overlay) .item-img-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse; }
    .video-section.video-na:not(.full-overlay) .item-img-container .item-img {
      width: 228px;
      margin: 16px; }
  .video-section.video-na.full-overlay .overlay-dialog {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .video-section.video-na.full-overlay .ways-overlay .overlay-body {
    text-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    .video-section.video-na.full-overlay .ways-overlay .overlay-body h2 {
      font-size: 1.2em;
      margin-bottom: 16px;
      padding-left: 30px; }
  .show-recommendation-list {
    min-height: 510px; }
    .show-recommendation-list .recommendation-list {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(1);
      -moz-transform: translate3d(0, 0, 0) scale(1);
      -ms-transform: translate3d(0, 0, 0) scale(1);
      -o-transform: translate3d(0, 0, 0) scale(1);
      transform: translate3d(0, 0, 0) scale(1); }
  .player-text {
    font-size: 21px;
    width: calc(100% - 72px - 16px); }
    .player-text.not-available-text {
      left: 30px;
      bottom: 20px; } }

@media (min-width: 1025px) {
  .aetn-player.video-next-show .next-episode-overlay {
    display: block; }
  .aetn-player + .upcoming-episode {
    bottom: 17%;
    width: calc(34% - 16px);
    -webkit-transform: translate3d(20%, 0, 0) scale(0.6);
    -moz-transform: translate3d(20%, 0, 0) scale(0.6);
    -ms-transform: translate3d(20%, 0, 0) scale(0.6);
    -o-transform: translate3d(20%, 0, 0) scale(0.6);
    transform: translate3d(20%, 0, 0) scale(0.6); }
    .aetn-player + .upcoming-episode .item-section {
      cursor: pointer; }
    .aetn-player + .upcoming-episode .upcoming-img-container {
      width: 100%; }
      .aetn-player + .upcoming-episode .upcoming-img-container .item-img {
        position: relative;
        padding-bottom: 70%; }
      .aetn-player + .upcoming-episode .upcoming-img-container:before {
        content: '';
        display: block;
        z-index: 1;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100px;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%); }
    .aetn-player + .upcoming-episode .upcoming-episode-head {
      padding: 14px;
      text-transform: uppercase; }
      .aetn-player + .upcoming-episode .upcoming-episode-head h3 {
        font-size: 20px;
        display: inline-block;
        width: calc(100% - 55px); }
      .aetn-player + .upcoming-episode .upcoming-episode-head .cancel {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.6);
        display: inline-block;
        vertical-align: middle;
        text-align: right;
        width: 50px; }
    .aetn-player + .upcoming-episode .upcoming-details-container {
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 10px;
      color: white;
      z-index: 5; }
      .aetn-player + .upcoming-episode .upcoming-details-container .episode-details-container {
        width: calc(100% - 48px - 10px); }
      .aetn-player + .upcoming-episode .upcoming-details-container .episode-name {
        line-height: 1.2em;
        margin: 4px 0 1px;
        display: block; }
      .aetn-player + .upcoming-episode .upcoming-details-container .episode-airdate {
        font-style: italic;
        color: rgba(255, 255, 255, 0.6);
        line-height: 1.35714em; }
  .aetn-player .player-layer {
    /* SHARE THIS */
    /* END SHARE THIS */ }
  .show-upcoming-episode .aetn-player {
    -webkit-transform: scale(0.66);
    -moz-transform: scale(0.66);
    -ms-transform: scale(0.66);
    -o-transform: scale(0.66);
    transform: scale(0.66); }
  .show-upcoming-episode .upcoming-episode {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); }
  .video-section.video-na:not(.full-overlay) .ways-overlay {
    width: calc(100% - 300px - 4px - 18px); }
  .video-section.video-na:not(.full-overlay) .item-img-container .item-img {
    margin-right: 72px; }
  .video-section.video-na .ways-overlay .overlay-body {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .video-section.video-na .ways-overlay .overlay-body.overlay-body-full h2 {
      width: 100%;
      border-right: none; }
    .video-section.video-na .ways-overlay .overlay-body h2 {
      padding: 6px 30px 6px 0;
      width: 48%;
      border-right: 1px solid rgba(255, 255, 255, 0.4); }
    .video-section.video-na .ways-overlay .overlay-body strong {
      padding: 0 24px 0 32px; }
    .video-section.video-na .ways-overlay .overlay-body strong,
    .video-section.video-na .ways-overlay .overlay-body ul {
      white-space: nowrap; }
  .main-player-container.sticky-player:not(.non-sticky) .main-player-inner {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative; }
    .main-player-container.sticky-player:not(.non-sticky) .main-player-inner:before {
      content: '';
      background: url(/assets/images/history/generic-thumb.jpg) no-repeat center center;
      background-size: cover;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .main-player-container.sticky-player:not(.non-sticky) .main-player-asset {
    position: fixed;
    right: 25px;
    top: 65px;
    z-index: 10000;
    height: 225px;
    width: 400px;
    background: #000;
    -webkit-transition: all 0.3s ease-in-out, width 1ms;
    -moz-transition: all 0.3s ease-in-out, width 1ms;
    transition: all 0.3s ease-in-out, width 1ms; }
  .main-player-container.sticky-player:not(.non-sticky) .aetn-player .player-local-controls {
    padding: 10px; }
    .main-player-container.sticky-player:not(.non-sticky) .aetn-player .player-local-controls .closed-captioning {
      display: none !important; }
    .main-player-container.sticky-player:not(.non-sticky) .aetn-player .player-local-controls .progress-bar {
      width: calc(90% - 145px); }
  .main-player-container.sticky-player:not(.non-sticky) .aetn-player .tpPlayer .tpPlugins {
    width: 100%;
    height: 100%; }
  .main-player-container.sticky-player:not(.non-sticky) .aetn-player .tpPlayer .tpVideo > div {
    width: 100% !important;
    height: 100% !important; }
  .main-player-container.sticky-player:not(.non-sticky) .video-desc {
    display: none; }
  .main-player-container.sticky-player:not(.non-sticky) .sticky-player-close {
    display: block; }
  .sticky-player-close {
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    line-height: 26px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: auto;
    left: auto;
    z-index: 100; } }

@media (min-width: 1025px) and (max-width: 1440px) {
  .aetn-player + .upcoming-episode .upcoming-episode-head h3 {
    font-size: 16px; }
  .aetn-player + .upcoming-episode .circle-icon {
    width: 32px;
    height: 32px;
    border-radius: 38px;
    bottom: 12px;
    right: 12px; }
    .aetn-player + .upcoming-episode .circle-icon .icon-play {
      font-size: 14px; }
    .aetn-player + .upcoming-episode .circle-icon .icon-key {
      font-size: 24px; }
    .aetn-player + .upcoming-episode .circle-icon .icon:before {
      line-height: 32px; }
  .aetn-player + .upcoming-episode .upcoming-details-container .episode-details-container {
    width: calc(100% - 32px - 10px); }
  .aetn-player + .upcoming-episode .upcoming-details-container .season-ep,
  .aetn-player + .upcoming-episode .upcoming-details-container .episode-airdate {
    font-size: 14px; }
  .aetn-player + .upcoming-episode .upcoming-details-container .episode-name {
    font-size: 16px; }
  .signed-in .aetn-player + .upcoming-episode .circle-icon .icon-key {
    font-size: 14px !important; } }

@media (min-width: 768px) and (max-width: 960px) {
  .aetn-player .player-layer.cc-options-overlay .cc-options-container {
    height: 420px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .aetn-player + .upcoming-episode {
    display: none; }
  .show-recommendation-list .aetn-player {
    -webkit-transform: scale(0.58);
    -moz-transform: scale(0.58);
    -ms-transform: scale(0.58);
    -o-transform: scale(0.58);
    transform: scale(0.58); } }

@media (min-width: 768px) and (max-width: 1439px) {
  .show-recommendation-list .aetn-player {
    margin-left: 16px;
    -webkit-transform: scale(0.58);
    -moz-transform: scale(0.58);
    -ms-transform: scale(0.58);
    -o-transform: scale(0.58);
    transform: scale(0.58); }
  .show-recommendation-list .recommendation-list {
    margin-right: 16px; } }

@media (min-width: 1025px) and (max-width: 1439px) {
  .aetn-player .player-layer.cc-options-overlay .cc-options-container {
    height: 420px; } }

@media (min-width: 1440px) {
  .show-recommendation-list .aetn-player {
    -webkit-transform: scale(0.66);
    -moz-transform: scale(0.66);
    -ms-transform: scale(0.66);
    -o-transform: scale(0.66);
    transform: scale(0.66); }
  .aetn-player + .upcoming-episode .upcoming-details-container .episode-name {
    font-size: 20px; }
  .aetn-player + .upcoming-episode .upcoming-details-container .episode-airdate {
    font-size: 15px; } }

/* 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 */
/* expire */
.episode-guide-details .hero-picture {
  background-color: #242424;
  width: 100%;
  position: relative; }
  .episode-guide-details .hero-picture .img-container {
    position: relative;
    max-width: 1052px;
    width: 56.25%;
    margin: auto; }
    .episode-guide-details .hero-picture .img-container:after {
      content: '';
      position: absolute;
      width: auto;
      bottom: 0;
      height: 33.33%;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000); }
    .episode-guide-details .hero-picture .img-container img {
      width: 100%; }
  .episode-guide-details .hero-picture .cta-stream {
    position: absolute;
    bottom: 6.66%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 48px;
    border-radius: 2px;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #000; }

.episode-guide-details .item-details-section {
  max-width: 720px;
  margin: 42px auto 80px;
  padding-left: 36px; }
  .episode-guide-details .item-details-section a {
    color: #000000; }
  .episode-guide-details .item-details-section header {
    position: relative;
    margin-bottom: 16px; }
    .episode-guide-details .item-details-section header span.icon-prev {
      display: block;
      position: absolute;
      left: -36px;
      top: 2px;
      font-size: 28px;
      font-weight: bold; }
      .episode-guide-details .item-details-section header span.icon-prev:before {
        content: '\45';
        color: #000; }
    .episode-guide-details .item-details-section header h1 {
      font-size: 32px;
      font-weight: 600;
      position: relative; }
  .episode-guide-details .item-details-section .expire {
    font-size: 12px;
    line-height: 1.67;
    color: #000; }
    .episode-guide-details .item-details-section .expire span {
      background-color: #ff124d;
      color: #fff;
      width: 16px;
      height: 16px;
      font-weight: 600;
      border-radius: 50%;
      border: none;
      align-items: center;
      justify-content: center;
      display: inline-flex; }
  .episode-guide-details .item-details-section .season-episode {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 6px; }
  .episode-guide-details .item-details-section .episode-name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2; }
  .episode-guide-details .item-details-section .episode-meta {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 8px; }
    .episode-guide-details .item-details-section .episode-meta .episode-rating {
      text-transform: uppercase; }
  .episode-guide-details .item-details-section .details-text {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000; }

@media (max-width: 1024px) {
  .episode-guide-details .hero-picture .img-container {
    width: 93.75%; } }

@media (max-width: 767px) {
  .episode-guide-details .hero-picture {
    position: relative; }
    .episode-guide-details .hero-picture .img-container {
      width: 100%; }
      .episode-guide-details .hero-picture .img-container:after {
        height: 49%;
        width: auto; }
  .episode-guide-details .cta-stream {
    width: 128px;
    height: 40px;
    font-size: 12px;
    font-weight: 600; }
  .episode-guide-details .item-details-section {
    max-width: 720px;
    margin: 42px auto 80px;
    padding-right: 12px; }
    .episode-guide-details .item-details-section header a {
      left: -30px;
      top: 0;
      font-size: 20px; }
    .episode-guide-details .item-details-section header h1 {
      font-size: 20px; }
    .episode-guide-details .item-details-section .season-episode {
      font-size: 14px;
      line-height: 1; }
    .episode-guide-details .item-details-section .episode-name {
      font-size: 16px;
      line-height: 1.5; }
    .episode-guide-details .item-details-section .episode-meta {
      font-size: 14px;
      line-height: 1.71;
      margin-bottom: 8px; }
    .episode-guide-details .item-details-section .expire {
      font-size: 11px;
      line-height: 1.55; }
    .episode-guide-details .item-details-section .details-text {
      margin-top: 8px;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.71; } }

/* 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 */
/* expire */
/* 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 */
/* expire */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

@font-face {
  font-family: 'icon-fonts';
  src: url(/assets/fonts/icon-fonts.eot);
  src: url(/assets/fonts/icon-fonts.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/icon-fonts.woff) format("woff"), url(/assets/fonts/icon-fonts.ttf) format("truetype"), url(/assets/fonts/icon-fonts.svg#icon-fonts) format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: 'icon-fonts' !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: 'icon-fonts' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-social-tiktok:before {
  content: "\2b"; }

.icon-social-facebook:before {
  content: '\64'; }

.icon-social-pinterest:before {
  content: '\50'; }

.icon-social-tumblr:before {
  content: '\54'; }

.icon-social-twitter:before {
  content: '\65'; }

.icon-social-spotify:before {
  content: '\53'; }

.icon-social-foursquare:before {
  content: '\55'; }

.icon-rss:before {
  content: '\57'; }

.icon-calendar:before {
  content: '\5a'; }

.icon-stop:before {
  content: '\42'; }

.icon-pause:before {
  content: '\49'; }

.icon-circle:before {
  content: '\66'; }

.icon-volume-off:before {
  content: '\73'; }

.icon-volume-low:before {
  content: '\77'; }

.icon-volume-full:before {
  content: '\78'; }

.icon-volume-mute:before {
  content: '\62'; }

.icon-key:before {
  content: '\51'; }

.icon-rewind:before {
  content: '\7a'; }

.icon-mail:before {
  content: '\76'; }

.icon-search:before {
  content: '\6e'; }

.icon-down-open-mini:before {
  content: '\6b'; }

.icon-left-open-big:before {
  content: '\45'; }

.icon-right-open-big:before {
  content: '\44'; }

.icon-warning:before {
  content: '\43'; }

.icon-share:before {
  content: '\46'; }

.icon-link:before {
  content: '\47'; }

.icon-notification:before {
  content: '\68'; }

.icon-profile:before {
  content: '\6a'; }

.icon-profile-female:before {
  content: '\4a'; }

.icon-menu:before {
  content: '\72'; }

.icon-full-screen-exit:before {
  content: '\6f'; }

.icon-full-screen:before {
  content: '\4f'; }

.icon-play:before {
  content: '\48'; }

.icon-speech-bubble:before {
  content: '\69'; }

.icon-social-reddit:before {
  content: '\6c'; }

.icon-social-instagram:before {
  content: '\6d'; }

.icon-social-youtube:before {
  content: '\70'; }

.icon-cancel:before {
  content: '\71'; }

.icon-social-linkedin:before {
  content: '\61'; }

.icon-google:before {
  content: '\74'; }

.icon-social-gplus:before {
  content: '\63'; }

.icon-video-description:before {
  content: '\67'; }

.icon-embed:before {
  content: '\75'; }

.icon-outline-email:before {
  content: '\41'; }

.icon-icon-videodescription:before {
  content: '\79'; }

.icon-info:before {
  content: '\41'; }

.icon-outline-email:before {
  content: '\4b'; }

.icon-email-mail-streamline:before {
  content: '\4b'; }

.icon-check-mark:before {
  content: '\67'; }

.icon-closed-captioning:before {
  content: '\75'; }

.icon-embed:before {
  content: '\4c'; }

.main-circle-icon, .circle-icon, .med-lg-circle-icon, .med-circle-icon {
  position: absolute;
  z-index: 5;
  text-align: center;
  background: #ececec;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .main-circle-icon:hover, .circle-icon:hover, .med-lg-circle-icon:hover, .med-circle-icon:hover {
    background: rgba(236, 236, 236, 0.8); }
  .main-circle-icon .icon:before, .circle-icon .icon:before, .med-lg-circle-icon .icon:before, .med-circle-icon .icon:before {
    color: #12121a; }
  .main-circle-icon .icon, .circle-icon .icon, .med-lg-circle-icon .icon, .med-circle-icon .icon {
    display: block; }
  .main-circle-icon .icon-play, .circle-icon .icon-play, .med-lg-circle-icon .icon-play, .med-circle-icon .icon-play {
    font-size: 1.25em; }
  .main-circle-icon .icon-key, .circle-icon .icon-key, .med-lg-circle-icon .icon-key, .med-circle-icon .icon-key {
    font-size: 2em; }
  .main-circle-icon .icon-info, .circle-icon .icon-info, .med-lg-circle-icon .icon-info, .med-circle-icon .icon-info {
    font-size: 1.25em;
    line-height: 2.25em; }

.circle-icon {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  bottom: 20px;
  right: 20px;
  font-size: 16px; }
  .circle-icon .icon:before {
    line-height: 48px; }
  .circle-icon .icon-play {
    margin-left: 5px; }
  .circle-icon .icon-key {
    margin-left: 2px; }

.med-lg-circle-icon {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  bottom: 16px;
  right: 16px;
  font-size: 13px; }
  .med-lg-circle-icon .icon:before {
    line-height: 40px; }
  .med-lg-circle-icon .icon-play {
    margin-left: 3px; }

.med-circle-icon {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  bottom: 10px;
  right: 10px;
  font-size: 14px; }
  .med-circle-icon .icon:before {
    line-height: 36px; }
  .med-circle-icon .icon-play {
    margin-left: 3px; }

.action-link.video-link {
  line-height: 24px; }
  .action-link.video-link:before {
    content: '\48';
    font-family: 'icon-fonts';
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #ececec;
    font-size: 10px;
    border-radius: 24px;
    display: inline-block;
    padding-left: 8px;
    vertical-align: bottom;
    color: #12121a;
    margin-right: 8px; }

.signed-in .circle-icon .icon-key {
  font-size: 1.25em;
  margin-left: 5px; }

.signed-in .med-circle-icon .icon-key,
.signed-in .med-lg-circle-icon .icon-key {
  font-size: 1.25em;
  margin-left: 3px; }

.signed-in .episode-details .med-circle-icon .icon-key {
  font-size: 16px;
  margin-left: 3px; }

.playing .circle-icon.in-player {
  display: none; }

.icon-notification {
  position: relative;
  margin-right: 16px;
  padding-right: 20px; }
  .icon-notification::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 20;
    width: 1px;
    height: 100%;
    background: white;
    opacity: 0.2; }

.icon-video-description {
  position: relative; }
  .icon-video-description:after {
    content: '';
    background: url(/assets/images/icons/icon-videodescription.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle; }

.action-btn {
  display: inline-block;
  cursor: pointer; }

.action-btn-ghost, .action-btn-ghost-inverse {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 16px;
  letter-spacing: 0.04em;
  font-size: 14px;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
  padding: 8px 24px;
  border-radius: 2px;
  color: #fff;
  border: 1px solid #fff; }

.action-btn-ghost-inverse {
  color: #000;
  border: 1px solid #000; }

.theme-btn-1 {
  font-weight: bold;
  font-size: 18px;
  padding: 8px 24px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.theme-btn-2 {
  font-size: 14px;
  padding: 8px 24px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .theme-btn-2.theme-btn-highlight:hover {
    color: #fff; }

.theme-btn-white {
  opacity: 0.86;
  border: 1px solid rgba(255, 255, 255, 0.72); }
  .theme-btn-white:hover {
    background: rgba(0, 0, 0, 0.06);
    opacity: 1; }

.playlist-more a {
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  padding: 8px 24px;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }

.mvpd-wrapper.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s ease-out 0.2s, opacity 0.2s ease-out;
  -moz-transition: visibility 0s ease-out 0.2s, opacity 0.2s ease-out;
  transition: visibility 0s ease-out 0.2s, opacity 0.2s ease-out; }
  .mvpd-wrapper.overlay.show {
    opacity: 1;
    visibility: visible;
    z-index: 1003;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; }
    .mvpd-wrapper.overlay.show.main-picker-view .overlay-body.mvpd-picker {
      display: block; }
    .mvpd-wrapper.overlay.show.main-picker-view .faq-head,
    .mvpd-wrapper.overlay.show.main-picker-view .icon-left-open-big {
      display: none; }
    .mvpd-wrapper.overlay.show.more-providers-view .icon-left-open-big, .mvpd-wrapper.overlay.show.faq-view .icon-left-open-big {
      display: block; }
    .mvpd-wrapper.overlay.show.more-providers-view .icon-cancel, .mvpd-wrapper.overlay.show.faq-view .icon-cancel {
      display: none; }
    .mvpd-wrapper.overlay.show.more-providers-view .overlay-body.more-providers {
      display: block; }
    .mvpd-wrapper.overlay.show.more-providers-view .faq-head {
      display: none; }
    .mvpd-wrapper.overlay.show.faq-view .overlay-head {
      display: none; }
    .mvpd-wrapper.overlay.show.faq-view .faq-head,
    .mvpd-wrapper.overlay.show.faq-view .overlay-body.faq {
      display: block; }
    .mvpd-wrapper.overlay.show.faq-view .overlay-body-container {
      z-index: 100; }

.player-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 1002; }
  .player-overlay .close {
    color: black;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px; }
  .player-overlay #mvpdframe {
    background: white; }
  .player-overlay.hide {
    display: none !important; }

.mvpd-wrapper .icon-cancel,
.mvpd-overlay .icon-cancel {
  position: absolute;
  right: 0;
  top: 10px;
  color: rgba(255, 255, 255, 0.4);
  padding: 12px 16px 12px 12px;
  text-decoration: none;
  font-size: 24px; }
  .mvpd-wrapper .icon-cancel a,
  .mvpd-overlay .icon-cancel a {
    display: block;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 0px; }

.mvpd-wrapper.mvpd-overlay .icon-cancel,
.mvpd-overlay.mvpd-overlay .icon-cancel {
  color: rgba(0, 0, 0, 0.6); }

.mvpd-wrapper .overlay-dialog {
  color: white;
  background: black;
  position: relative;
  z-index: 900; }

.mvpd-wrapper .overlay-header {
  padding: 60px 16px 24px; }

.mvpd-wrapper .faq-header {
  padding: 20px 15px;
  height: 120px; }

.mvpd-wrapper .overlay-header,
.mvpd-wrapper .faq-header {
  border-bottom: rgba(151, 151, 151, 0.1) solid 1px;
  text-align: center; }
  .mvpd-wrapper .overlay-header h2,
  .mvpd-wrapper .faq-header h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase; }
    .mvpd-wrapper .overlay-header h2 span,
    .mvpd-wrapper .faq-header h2 span {
      font-size: 0.8em;
      white-space: nowrap;
      line-height: 1.2em; }
  .mvpd-wrapper .overlay-header h3,
  .mvpd-wrapper .faq-header h3 {
    font-weight: 400;
    color: #dddddd;
    padding-top: 20px; }
  .mvpd-wrapper .overlay-header .back,
  .mvpd-wrapper .faq-header .back {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }
    .mvpd-wrapper .overlay-header .back .icon-left-open-big,
    .mvpd-wrapper .faq-header .back .icon-left-open-big {
      display: block;
      padding: 14px 10px;
      font-size: 1.33em; }
      .mvpd-wrapper .overlay-header .back .icon-left-open-big:before,
      .mvpd-wrapper .faq-header .back .icon-left-open-big:before {
        font-size: 1.33em;
        display: inline-block;
        vertical-align: middle;
        color: #fff; }

.mvpd-wrapper .overlay-body-container {
  background: black;
  position: relative; }

.mvpd-wrapper .overlay-slide {
  -webkit-transform: translate3d(102%, 0, 0);
  -moz-transform: translate3d(102%, 0, 0);
  -ms-transform: translate3d(102%, 0, 0);
  -o-transform: translate3d(102%, 0, 0);
  transform: translate3d(102%, 0, 0);
  -webkit-transition: -webkit-transform 0.15s linear;
  -moz-transition: -moz-transform 0.15s linear;
  transition: transform 0.15s linear;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .mvpd-wrapper .overlay-slide.show {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 20 !important; }

.mvpd-wrapper .overlay-fadein {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .mvpd-wrapper .overlay-fadein.show {
    opacity: 1;
    z-index: 20 !important; }

.mvpd-wrapper .overlay-body {
  height: 100%;
  text-align: center;
  overflow: hidden;
  display: none; }
  .mvpd-wrapper .overlay-body p {
    font-size: 14px;
    font-weight: 300;
    font-style: italic; }
  .mvpd-wrapper .overlay-body .provider-table {
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    border: 1px #979797 solid;
    border-bottom: none;
    background: #fff; }
  .mvpd-wrapper .overlay-body .row {
    display: table-row;
    width: auto; }
  .mvpd-wrapper .overlay-body .cell {
    background-color: white;
    float: left;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 60px;
    border-right: 1px #979797 solid;
    border-bottom: 1px #979797 solid; }
    .mvpd-wrapper .overlay-body .cell a {
      display: block; }
    .mvpd-wrapper .overlay-body .cell img {
      width: calc(100% - 5px);
      height: 55px;
      margin-top: 2px;
      padding: 0 calc((100% - 130px) / 2);
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.14); }

.mvpd-wrapper .overlay-body.mvpd-picker {
  position: relative;
  z-index: 3; }
  .mvpd-wrapper .overlay-body.mvpd-picker p {
    color: rgba(255, 255, 255, 0.8);
    padding: 12px 0 18px 0; }

.mvpd-wrapper .overlay .overlay-dialog.more-providers-dialog {
  min-height: 512px; }

.mvpd-wrapper .overlay-body.more-providers {
  background: #000;
  z-index: 2; }
  .mvpd-wrapper .overlay-body.more-providers form.search-bar {
    margin-bottom: 18px; }
    .mvpd-wrapper .overlay-body.more-providers form.search-bar input[type='search'] {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: border-color;
      -moz-transition: border-color;
      transition: border-color;
      background-color: white;
      border: 1px solid white;
      border-radius: 0;
      display: block;
      color: black;
      font-size: 14px;
      font-weight: 300;
      font-style: italic;
      text-align: center;
      margin: 0;
      position: relative;
      width: 100%;
      height: 48px; }
    .mvpd-wrapper .overlay-body.more-providers form.search-bar.icon-search:before {
      position: absolute;
      right: 15px;
      top: 9px;
      color: #cccccc;
      font-size: 30px;
      text-decoration: none;
      z-index: 900; }
    .mvpd-wrapper .overlay-body.more-providers form.search-bar.focused.icon-search:before {
      display: none; }
    .mvpd-wrapper .overlay-body.more-providers form.search-bar button[type='submit'] {
      position: absolute;
      top: 0em;
      right: 0em;
      bottom: 0em;
      outline: none;
      width: 5%; }
  .mvpd-wrapper .overlay-body.more-providers p {
    color: #d90101;
    background-color: black;
    padding: 14px 16px 32px 16px;
    text-align: left; }
  .mvpd-wrapper .overlay-body.more-providers a {
    color: white;
    font-size: 15px;
    font-weight: 300;
    padding: 20px;
    display: block; }
  .mvpd-wrapper .overlay-body.more-providers .row {
    display: block;
    background: #2a2a2a;
    border-bottom: 1px solid black;
    text-align: left; }

.mvpd-wrapper .more-provider-container {
  height: calc(100% - 56px);
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.mvpd-wrapper .faq-header {
  margin-bottom: 0px; }

.mvpd-wrapper .faq-wrapper {
  margin: 0 10px; }

.mvpd-wrapper .overlay-body.faq {
  background: white;
  color: black;
  padding-top: 20px;
  overflow: auto;
  z-index: 1;
  -webkit-overflow-scrolling: touch; }
  .mvpd-wrapper .overlay-body.faq p {
    text-align: left;
    line-height: 1.3em; }
  .mvpd-wrapper .overlay-body.faq .question {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.375em;
    padding: 5px 0;
    cursor: pointer; }
  .mvpd-wrapper .overlay-body.faq .answer {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    line-height: 1.375em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .mvpd-wrapper .overlay-body.faq li {
    padding: 18px 18px;
    margin-bottom: 2px;
    background: #efefef;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    .mvpd-wrapper .overlay-body.faq li:not(.show-answer) .answer {
      overflow: hidden;
      max-height: 0; }
    .mvpd-wrapper .overlay-body.faq li.show-answer .answer {
      max-height: 500px;
      padding: 10px 0 32px; }
      .mvpd-wrapper .overlay-body.faq li.show-answer .answer a {
        font-weight: 700;
        text-decoration: underline;
        color: black; }

.mvpd-wrapper .overlay-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase; }
  .mvpd-wrapper .overlay-footer a,
  .mvpd-wrapper .overlay-footer a:visited,
  .mvpd-wrapper .overlay-footer a:focus {
    font-size: 16px;
    font-weight: 600;
    color: white; }
  .mvpd-wrapper .overlay-footer a {
    display: block;
    padding: 20px 16px; }

.mvpd-wrapper .big-button {
  background-color: black;
  display: table;
  width: 264px;
  height: 40px;
  margin: 20px auto 10px;
  border: 1px rgba(255, 255, 255, 0.3) solid;
  border-radius: 2px;
  text-transform: uppercase;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  .mvpd-wrapper .big-button a {
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle; }

* {
  box-sizing: border-box; }

body {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.02em; }

input,
textarea,
select {
  font-family: "Open Sans", sans-serif; }

a {
  text-decoration: none; }

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

img.center-h {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

img.center-v {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

img.responsive-img {
  width: 100%; }

.hidden,
.hide {
  display: none !important; }

.hidden-vis {
  visibility: hidden; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.fadeout {
  position: absolute;
  bottom: 0em;
  width: 100%;
  height: 4em;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%); }

html.noscroll {
  height: 100%;
  overflow: hidden; }
  html.noscroll body {
    height: 100%;
    overflow: hidden; }

.upcase {
  text-transform: uppercase; }

.bgblur {
  -webkit-filter: blur(8px);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.transition-all {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0px;
  width: 95%; }

.content-2 {
  max-width: 1200px; }

div[class*='content-shaded'] .content-inner {
  margin: 0 auto; }

div[class*='content-shaded'] .content-label {
  color: rgba(0, 0, 0, 0.6); }

.content-narrow .content-inner {
  margin: 0 auto;
  max-width: 680px; }

.content-shaded {
  background: #e2e2e2;
  border-top: 1px solid #ddd; }

.content-shaded-light {
  background: #f6f6f6; }

.content-shaded-light-1 {
  background: rgba(18, 18, 26, 0.08); }

.content-shaded-light-2 {
  background: #e6e6e6; }

.content-shaded-light-3 {
  background: #ececec; }

.content-border-top {
  border-top: 1px solid #e1e1e1; }

.content-wide .content-inner {
  margin-left: auto;
  margin-right: auto; }

.content-playlists .content-wide {
  border-bottom: 1px solid #ddd; }
  .content-playlists .content-wide:nth-child(odd) {
    background: #e2e2e2; }
  .content-playlists .content-wide:nth-child(even) {
    background: #ece9e9; }

.content-label {
  text-transform: uppercase;
  font-size: 1.313em; }
  .content-label a {
    color: black; }

.content-label-2 {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 20px; }
  .content-label-2 a {
    color: #000; }
    .content-label-2 a:hover, .content-label-2 a:focus {
      text-decoration: underline; }

.content-flex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  .content-flex > * {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1; }
  .content-flex .content-60 {
    min-width: 60%; }
  .content-flex .content-40 {
    min-width: 40%; }

.content-2-border-wh {
  margin-top: 2px;
  margin-bottom: 2px; }
  .content-2-border-wh > *:not(:first-child) {
    border-left: 2px solid #fff; }

.ad-wrapper > div {
  display: flex;
  align-items: center;
  background: black;
  justify-content: center; }

.content-ad {
  text-align: center; }
  .content-ad:not(.no-bg-wrapper) .ad-wrapper {
    margin: 0;
    background: #ddd;
    padding: 16px 0; }
  .content-ad.no-bg-wrapper:not(.top-pad) .ad-wrapper .ad {
    margin: 16px 0; }
  .content-ad.top-pad .ad-wrapper .ad {
    margin: 40px 0 0; }

.content-head .content-label {
  margin-bottom: 0; }

.content-head nav li {
  display: inline-block;
  margin-right: 8px;
  padding: 8px 2px; }
  .content-head nav li.active a {
    color: rgba(24, 24, 24, 0.6); }
  .content-head nav li a {
    font-size: 12px;
    color: #181818; }

.multiple-labels .content-label {
  display: inline-block;
  vertical-align: top; }
  .multiple-labels .content-label a {
    color: #bbb;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
  .multiple-labels .content-label:not(:first-child):before {
    content: '|';
    color: #666;
    display: inline-block;
    vertical-align: top;
    margin-left: 11px;
    margin-right: 16px;
    font-size: 0.857em; }

.thumb-progress-bar {
  height: 8px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  background: #4d4d4d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .thumb-progress-bar.collapse {
    height: 0 !important;
    margin: 0 !important; }
  .thumb-progress-bar span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s linear 0.3s;
    -moz-transition: all 0.3s linear 0.3s;
    transition: all 0.3s linear 0.3s; }

.expand-trigger {
  position: absolute;
  bottom: 0;
  right: 8px;
  font-size: 16px;
  z-index: 5;
  font-style: italic;
  padding: 5px 30px 5px 10px;
  opacity: 0.8; }
  .expand-trigger:before {
    content: 'More';
    display: inline-block; }
  .expand-trigger > span:before, .expand-trigger > span:after {
    content: '';
    display: inline-block;
    position: absolute;
    margin-top: 7px; }
  .expand-trigger > span:before {
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid gray;
    right: 11px; }
  .expand-trigger > span:after {
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    right: 12px; }
  .expand-trigger.expanded:before {
    content: 'Less'; }
  .expand-trigger.expanded > span:before {
    border-top: none;
    border-bottom: 6px solid gray; }
  .expand-trigger.expanded > span:after {
    border-top: none;
    border-bottom: 5px solid #fff;
    top: 6px; }

.action-button {
  text-transform: uppercase;
  padding: 4px 16px;
  font-weight: 600;
  display: inline-block;
  line-height: 1.33em; }

p.expire {
  color: red;
  margin-top: 6px; }
  p.expire span {
    border: 2px solid red;
    text-align: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-weight: 600;
    border-radius: 12px; }

.signed-in .icon-key:before {
  content: '\48'; }

.signing .icon-key {
  display: none !important; }

.fullscreen .icon-full-screen:before {
  content: '\6f'; }

.meta-container {
  height: 100px;
  padding-top: 4px; }
  .meta-container .meta-container-title {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.08px;
    line-height: 1.25;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

.hero-meta-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  min-height: 140px;
  padding: 16px 0;
  background: #fafafa; }
  .hero-meta-container .hero-title {
    font-size: 29px;
    line-height: 1.2em;
    max-width: 720px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    margin: 0 auto; }
  .hero-meta-container .hero-tunein {
    max-width: 720px;
    margin-top: 8px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000; }
  .hero-meta-container .cta-buttons-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-top: 16px; }
    .hero-meta-container .cta-buttons-container .start-streaming {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      width: 170px;
      height: 48px;
      font-size: 16px;
      line-height: 1.19;
      color: #fff;
      background-color: #000;
      border-radius: 2px;
      font-weight: 600; }
  .hero-meta-container .series-info {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-top: 24px;
    padding: 8px 0 0 0;
    width: 440px;
    border-top: 1px solid rgba(79, 79, 79, 0.4); }
    .hero-meta-container .series-info li {
      height: 37px;
      padding: 0px 16px 0px 17px;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: normal;
      text-align: center;
      color: #000000; }
      .hero-meta-container .series-info li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: all 0.3s ease-out;
        color: black;
        text-decoration: none; }
        .hero-meta-container .series-info li a:hover {
          opacity: 0.6; }
        .hero-meta-container .series-info li a span {
          font-size: 100%;
          font: inherit;
          vertical-align: baseline;
          font-weight: 600;
          padding-bottom: 4px; }
      .hero-meta-container .series-info li:nth-of-type(2) {
        border-left: 1px solid #ccc; }
      .hero-meta-container .series-info li:nth-of-type(3) {
        border-left: 1px solid #ccc; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out 0.3s;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out 0.3s;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out 0.3s; }
  .modal.modal-show {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; }
  .modal .modal-inner {
    position: absolute;
    width: 95%;
    max-width: 850px;
    top: 50%;
    left: 50%;
    background-color: #000;
    border: 1px #333 solid;
    padding: 20px 40px;
    color: #999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .modal .icon-cancel {
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 10px;
    right: 10px; }

.alternate-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
strong:focus {
  outline: none; }

.hub-section-title-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  padding: 80px 0 48px;
  max-width: 720px;
  width: 100%;
  margin: 0 auto; }
  .hub-section-title-container .title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #2f3032;
    position: relative;
    padding-top: 48px; }
  .hub-section-title-container .subtitle {
    color: #464646;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    margin-top: 8px;
    line-height: 1.44; }

#consent_blackbar:empty {
  display: none; }

.ad-wrapper > div > div:empty {
  display: none; }

.section-header {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  position: relative;
  padding-top: 7px;
  margin-bottom: 16px;
  text-transform: none; }
  @media (max-width: 767px) {
    .section-header {
      font-size: 17px; } }
  .section-header:before {
    width: 24px;
    height: 4px;
    background-color: #ff124d;
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 12px); }

/* 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 */
/* expire */
@media (min-width: 768px) {
  .aetn-player .mvpd-wrapper.overlay {
    position: absolute;
    z-index: 1003;
    overflow: hidden; }
    .aetn-player .mvpd-wrapper.overlay .overlay-dialog {
      z-index: 500; }
  .aetn-player .mvpd-overlay.player-overlay {
    position: absolute;
    background: #000;
    overflow: hidden; }
    .aetn-player .mvpd-overlay.player-overlay iframe {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .aetn-player .mvpd-overlay.player-overlay .icon-cancel {
      color: rgba(255, 255, 255, 0.4); }
      .aetn-player .mvpd-overlay.player-overlay .icon-cancel:hover {
        color: rgba(255, 255, 255, 0.8); }
  .mvpd-wrapper.overlay {
    background: rgba(0, 0, 0, 0.6); }
    .mvpd-wrapper.overlay .overlay-dialog {
      position: absolute;
      top: 50%;
      right: auto;
      bottom: auto;
      left: 50%;
      width: 640px;
      height: 490px;
      border: 1px solid #2a2a2a;
      -webkit-transition: height 0.3s ease;
      -moz-transition: height 0.3s ease;
      transition: height 0.3s ease;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .mvpd-wrapper .overlay-header h2,
  .mvpd-wrapper .faq-header h2 {
    font-size: 20px; }
  .mvpd-wrapper .overlay-header h3,
  .mvpd-wrapper .faq-header h3 {
    font-size: 18px; }
  .mvpd-wrapper .overlay-header .back:hover .icon:before {
    color: rgba(255, 255, 255, 0.4); }
  .mvpd-wrapper .overlay-header .icon-cancel {
    cursor: pointer; }
    .mvpd-wrapper .overlay-header .icon-cancel:hover {
      color: rgba(255, 255, 255, 0.8); }
  .mvpd-wrapper .overlay-body.more-providers .row a {
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    transition: all 0.15s ease; }
    .mvpd-wrapper .overlay-body.more-providers .row a:hover {
      background: #212121; }
    .mvpd-wrapper .overlay-body.more-providers .row a:focus {
      outline: none;
      background: #212121;
      border: 2px solid #4d90fe; }
  .mvpd-wrapper .overlay-body .provider-table {
    height: 209px;
    width: 100%; }
  .mvpd-wrapper .overlay-body .cell {
    width: 33.33%;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    transition: all 0.15s ease; }
    .mvpd-wrapper .overlay-body .cell:hover {
      background: #f4f4f4; }
    .mvpd-wrapper .overlay-body .cell:nth-child(3n + 3) {
      border-right: none; }
    .mvpd-wrapper .overlay-body .cell img {
      -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .mvpd-wrapper .overlay-body .cell img:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
  .mvpd-wrapper .overlay-footer a {
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    transition: all 0.15s ease; }
    .mvpd-wrapper .overlay-footer a:hover, .mvpd-wrapper .overlay-footer a:focus {
      color: rgba(255, 255, 255, 0.4); }
  .mvpd-wrapper .big-button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .mvpd-wrapper .big-button:hover {
      background-color: #333;
      border: 1px #333 solid; }
  .aetn-player .mvpd-wrapper.show.shake .overlay-dialog {
    -webkit-animation: shake 0.3s ease-in;
    -moz-animation: shake 0.3s ease-in;
    animation: shake 0.3s ease-in; }
  .survey-modal .modal-inner {
    height: 70%;
    max-height: 650px; }
  @-webkit-keyframes shake {
    100%,
    79% {
      -webkit-transform: translate(-50%, -50%) rotate(0); }
    10% {
      -webkit-transform: translate(-50%, -50%) rotate(-1deg); }
    30% {
      -webkit-transform: translate(-50%, -50%) rotate(1deg); }
    50% {
      -webkit-transform: translate(-50%, -50%) rotate(-0.5deg); }
    70% {
      -webkit-transform: translate(-50%, -50%) rotate(0.5deg); } }
  @-moz-keyframes shake {
    100%,
    79% {
      -moz-transform: translate(-50%, -50%) rotate(0); }
    10% {
      -moz-transform: translate(-50%, -50%) rotate(-1deg); }
    30% {
      -moz-transform: translate(-50%, -50%) rotate(1deg); }
    50% {
      -moz-transform: translate(-50%, -50%) rotate(-0.5deg); }
    70% {
      -moz-transform: translate(-50%, -50%) rotate(0.5deg); } }
  @keyframes shake {
    100%,
    79% {
      -webkit-transform: translate(-50%, -50%) rotate(0);
      -moz-transform: translate(-50%, -50%) rotate(0);
      -ms-transform: translate(-50%, -50%) rotate(0);
      -o-transform: translate(-50%, -50%) rotate(0);
      transform: translate(-50%, -50%) rotate(0); }
    10% {
      -webkit-transform: translate(-50%, -50%) rotate(-1deg);
      -moz-transform: translate(-50%, -50%) rotate(-1deg);
      -ms-transform: translate(-50%, -50%) rotate(-1deg);
      -o-transform: translate(-50%, -50%) rotate(-1deg);
      transform: translate(-50%, -50%) rotate(-1deg); }
    30% {
      -webkit-transform: translate(-50%, -50%) rotate(1deg);
      -moz-transform: translate(-50%, -50%) rotate(1deg);
      -ms-transform: translate(-50%, -50%) rotate(1deg);
      -o-transform: translate(-50%, -50%) rotate(1deg);
      transform: translate(-50%, -50%) rotate(1deg); }
    50% {
      -webkit-transform: translate(-50%, -50%) rotate(-0.5deg);
      -moz-transform: translate(-50%, -50%) rotate(-0.5deg);
      -ms-transform: translate(-50%, -50%) rotate(-0.5deg);
      -o-transform: translate(-50%, -50%) rotate(-0.5deg);
      transform: translate(-50%, -50%) rotate(-0.5deg); }
    70% {
      -webkit-transform: translate(-50%, -50%) rotate(0.5deg);
      -moz-transform: translate(-50%, -50%) rotate(0.5deg);
      -ms-transform: translate(-50%, -50%) rotate(0.5deg);
      -o-transform: translate(-50%, -50%) rotate(0.5deg);
      transform: translate(-50%, -50%) rotate(0.5deg); } } }

@media (min-width: 768px) and (max-width: 1439px) {
  .mvpd-wrapper.overlay.main-picker-view .overlay-body-container, .mvpd-wrapper.overlay.faq-view .overlay-body-container {
    height: calc(100% - 110px); }
  .mvpd-wrapper.overlay.more-providers-view .overlay-body-container {
    height: calc(100% - 110px - 56px); }
  .mvpd-wrapper.overlay .overlay-dialog {
    height: 412px; }
  .mvpd-wrapper.overlay .overlay-header {
    padding: 36px 16px 12px; }
  .mvpd-wrapper.overlay .overlay-header h2,
  .mvpd-wrapper.overlay .faq-header h2 {
    font-size: 20px; }
  .mvpd-wrapper.overlay .overlay-header h3,
  .mvpd-wrapper.overlay .faq-header h3 {
    font-size: 16px; }
  .mvpd-wrapper.overlay .overlay-body.mvpd-picker p {
    padding: 0px 0 14px 0; } }

@media (min-width: 1440px) {
  .mvpd-wrapper.overlay.main-picker-view .overlay-body-container, .mvpd-wrapper.overlay.faq-view .overlay-body-container {
    height: calc(100% - 148px); }
  .mvpd-wrapper.overlay.more-providers-view .overlay-body-container {
    height: calc(100% - 148px - 56px); }
  .mvpd-wrapper.overlay .overlay-header h2,
  .mvpd-wrapper.overlay .faq-header h2 {
    font-size: 24px; }
  .mvpd-wrapper.overlay .big-button {
    bottom: 40px; } }

@media (min-width: 768px) {
  .wrapper.bgblur {
    position: relative;
    pointer-events: none; }
    .wrapper.bgblur:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 5; }
  .content-shaded .content-inner,
  .content-shaded-light .content-inner {
    width: 88.88%;
    max-width: 1100px; }
    .content-shaded .content-inner:not(.content-nopad),
    .content-shaded-light .content-inner:not(.content-nopad) {
      padding: 30px 0; }
  .content-wide .content-inner {
    width: 90%;
    max-width: 1400px; }
  .content-narrow-padding .content-wide .content-inner:not(.content-nopad) {
    padding: 32px 24px 16px; }
  .content-playlists .content-wide {
    min-height: 350px; }
    .content-playlists .content-wide .content-inner .content-label-2 {
      padding-top: 20px; }
  .content-label,
  .content-head {
    margin-bottom: 20px; }
  .visible-mobile {
    display: none !important; }
  .hero-meta-container {
    min-height: 160px;
    padding: 16px 0; }
    .hero-meta-container .cta-buttons-container .start-streaming {
      border-radius: 2px; } }

@media (min-width: 961px) {
  .content-with-sidebar .main-content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 300px - 16px - 5px); }
    .content-with-sidebar .main-content.center-content {
      display: block;
      margin: 0 auto; }
      .content-with-sidebar .main-content.center-content.full-width {
        width: 100%; }
  .content-with-sidebar .sidebar {
    width: 300px;
    margin-left: 11px;
    display: inline-block;
    vertical-align: top; } }

@media (min-width: 1025px) {
  html.noscroll-desktop {
    height: 100%;
    overflow: hidden; }
    html.noscroll-desktop body {
      height: 100%;
      overflow: hidden; } }

/* 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 */
/* expire */
@media (max-width: 767px) {
  .mvpd-wrapper .overlay-dialog {
    width: 100%;
    height: 100%; } }

@media only screen and (max-width: 767px) and (min-width: 321px) and (orientation: landscape) {
  .mvpd-wrapper .overlay-header {
    padding-top: 12px; } }

@media (max-width: 767px) {
  .mvpd-wrapper .overlay-header h2,
  .mvpd-wrapper .faq-header h2 {
    font-size: 18px; }
  .mvpd-wrapper .overlay-header h3,
  .mvpd-wrapper .faq-header h3 {
    font-size: 15px; }
  .mvpd-wrapper .overlay-body .provider-table {
    height: calc(100% - 120px); } }
  @media only screen and (max-width: 767px) and (min-width: 321px) and (orientation: landscape) {
    .mvpd-wrapper .overlay-body .provider-table {
      height: calc(100% - 100px); } }

@media (max-width: 767px) {
  .mvpd-wrapper .overlay-body .cell {
    width: 50%; }
    .mvpd-wrapper .overlay-body .cell:nth-child(2n + 2) {
      border-right: none; } }

@media only screen and (max-width: 767px) and (min-width: 321px) and (orientation: landscape) {
  .mvpd-wrapper .overlay-body.mvpd-picker {
    width: 360px;
    margin: 0 auto; }
    .mvpd-wrapper .overlay-body.mvpd-picker p {
      padding: 12px 0; } }

@media only screen and (max-width: 767px) and (min-width: 321px) and (orientation: landscape) {
  .mvpd-wrapper .overlay-body.more-providers a {
    padding: 10px 20px; } }

@media (max-width: 767px) {
  .survey-modal {
    display: none; } }

@media (max-width: 567px) {
  .mvpd-wrapper.main-picker-view .overlay-body-container, .mvpd-wrapper.faq-view .overlay-body-container {
    height: calc(100% - 160px); }
  .mvpd-wrapper.more-providers-view .overlay-body-container {
    height: calc(100% - 160px - 56px); }
  .mvpd-wrapper .big-button {
    bottom: 40px; } }

@media (min-width: 568px) and (max-width: 767px) {
  .mvpd-wrapper.main-picker-view .overlay-body-container, .mvpd-wrapper.faq-view .overlay-body-container {
    height: calc(100% - 94px); }
  .mvpd-wrapper.more-providers-view .overlay-body-container {
    height: calc(100% - 94px - 56px); } }

@media (max-width: 767px) {
  html.noscroll body {
    height: auto; }
  html.noscroll-device {
    height: 100%;
    overflow: hidden; }
    html.noscroll-device body {
      height: 100%;
      overflow: hidden; }
  .content {
    width: 95%;
    margin: 20px auto;
    font-size: 14px; }
  [class*='content-'] .content-inner {
    width: 95%;
    padding-top: 40px; }
  [class*='content-shaded'] .content-inner {
    width: 96%;
    font-size: 14px; }
    [class*='content-shaded'] .content-inner:not(.content-nopad):not(.content-more-pad) {
      padding: 20px 0; }
    [class*='content-shaded'] .content-inner.content-more-pad {
      padding: 50px 2%; }
  .content-playlists .content-wide .content-inner {
    padding-top: 20px;
    padding-bottom: 20px; }
  .content-shaded-light-1 {
    background: rgba(18, 18, 26, 0.14); }
  .content-label,
  .content-head {
    margin-bottom: 8px; }
  .visible-desktop {
    display: none !important; }
  .hero-meta-container {
    min-height: 120px;
    padding: 16px 0; }
    .hero-meta-container .hero-title {
      font-size: 21px; }
    .hero-meta-container .hero-tunein {
      font-size: 14px;
      max-width: 320px;
      margin-top: 6px; }
    .hero-meta-container .cta-buttons-container .start-streaming {
      width: 131px;
      border-radius: 2px;
      height: 42px;
      padding: 0 16px;
      font-size: 12px; }
    .hero-meta-container .series-info {
      margin-top: 16px;
      width: calc(100% - 40px); }
      .hero-meta-container .series-info .number-span,
      .hero-meta-container .series-info .unlocked-num-span,
      .hero-meta-container .series-info .episodes-num-span {
        font-size: 12px; }
      .hero-meta-container .series-info .series-info-count {
        font-size: 14px; }
  .hub-section-title-container {
    padding: 24px 16px; }
    .hub-section-title-container .title {
      font-size: 24px;
      line-height: 1.14; }
    .hub-section-title-container .subtitle {
      font-size: 14px;
      margin-top: 4px;
      line-height: 1.29; } }

@media (max-width: 960px) {
  .content-with-sidebar .sidebar.ad-sidebar {
    text-align: center; }
    .content-with-sidebar .sidebar.ad-sidebar .ad-wrapper {
      display: inline-block; }
  .content-flex {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .content-flex > * {
      min-width: 100%; }
      .content-flex > *:not(:first-child) {
        margin-top: 2px; } }

.content-label.redesigned {
  text-transform: capitalize;
  font-weight: bold;
  text-align: center; }


/*# sourceMappingURL=editorial-player.a401772c639a353bb8bd.css.map*/