/* z-index scale */
/* z-index applications */
/* fonts */
/* colors */
/* opaque */
/* variable opacity */
/* 50 shades of red */
/* vertical spacing in series landing */
/* breakpoints */
.series-landing {
  background: #181818;
  color: white; }
  .series-landing .ad-wrapper {
    margin-bottom: 8px; }
    .series-landing .ad-wrapper .ad {
      margin: 0 auto;
      width: 95%;
      text-align: center; }
  .series-landing .leaderboard {
    display: none; }
  .series-landing .emailus {
    padding-top: 8px;
    background: transparent; }
    .series-landing .emailus a {
      background-image: url(/images/email-us/improve-black-bg.svg); }

header.global-header {
  z-index: 500;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 0; }
  header.global-header.main-header .series-name {
    display: none; }
  header.global-header.interior-header {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
    header.global-header.interior-header .logo-link {
      padding-right: 32px;
      margin-right: 24px; }
  header.global-header .logo-link {
    display: inline-block;
    margin: 0; }
  header.global-header .logo {
    text-indent: -9999px;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center; }
  header.global-header .menu-wrapper {
    position: relative;
    top: 10px;
    display: inline-block;
    float: right;
    vertical-align: middle;
    z-index: 20; }
    header.global-header .menu-wrapper .user-actions {
      display: none; }
  header.global-header .icon-menu {
    font-size: 40px;
    margin: 0;
    padding: 5px 10px;
    display: inline-block; }
    header.global-header .icon-menu.none {
      opacity: 0;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
  header.global-header .icon-cancel {
    position: absolute;
    right: 0;
    top: 10px;
    text-decoration: none;
    font-size: 26px;
    padding: 12px 16px 12px 12px;
    z-index: 20;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    header.global-header .icon-cancel.visible {
      opacity: 1;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
  header.global-header .icon-search {
    position: absolute;
    right: 45px;
    top: 0;
    padding: 20px;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    font-size: 28px;
    -webkit-tap-highlight-color: transparent;
    display: none; }
  header.global-header .navigation {
    width: 296px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #181818;
    z-index: 10;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6); }
    header.global-header .navigation.expand {
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
    header.global-header .navigation ul {
      text-align: left; }
    header.global-header .navigation li a {
      color: rgba(255, 255, 255, 0.8);
      display: block; }
  header.global-header .global-nav ul {
    padding-top: 0%; }
  header.global-header .global-nav .site-name {
    font-size: 24px;
    font-weight: 600; }
    header.global-header .global-nav .site-name a {
      color: rgba(255, 255, 255, 0.8);
      display: block;
      padding: 20px 16px;
      margin-left: 2px; }
  header.global-header .global-nav .site-name, header.global-header .global-nav li a {
    text-transform: uppercase;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.05); }
  header.global-header .global-nav .provider-details {
    padding: 0;
    text-align: center; }
    header.global-header .global-nav .provider-details > a {
      display: inline-block;
      vertical-align: middle;
      margin-left: 0; }
    header.global-header .global-nav .provider-details.tier2-provider .sign-out {
      border-left: none; }

.newsletter-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  letter-spacing: -0.5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.newsletter-container {
  position: absolute;
  top: 10%;
  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); }
  .newsletter-container .overlay-close {
    display: block;
    background: #fff;
    position: absolute;
    top: -10px;
    right: -10px;
    text-align: center;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000; }
    .newsletter-container .overlay-close:after {
      content: "";
      background: #000;
      position: absolute;
      top: 2px;
      left: 2px;
      width: 30px;
      height: 30px;
      border-radius: 30px; }
    .newsletter-container .overlay-close .icon {
      color: white;
      position: relative;
      z-index: 2;
      line-height: 40px;
      font-size: 18px; }
  .newsletter-container .newsletter-layer {
    display: none; }
  .newsletter-container .newsletter-form {
    display: block; }
  .newsletter-container .newsletter-success, .newsletter-container .newsletter-error {
    text-align: center;
    padding: 60px 0; }
    .newsletter-container .newsletter-success h2, .newsletter-container .newsletter-error h2 {
      font-size: 32px;
      margin-bottom: 20px; }
  .newsletter-container.success .newsletter-layer {
    display: none; }
  .newsletter-container.success .newsletter-success {
    display: block; }
  .newsletter-container.error .newsletter-layer {
    display: none; }
  .newsletter-container.error .newsletter-error {
    display: block; }
  .newsletter-container.success .newsletter-header, .newsletter-container.error .newsletter-header {
    text-align: center; }
    .newsletter-container.success .newsletter-header p, .newsletter-container.error .newsletter-header p {
      display: none; }
    .newsletter-container.success .newsletter-header .logo-container:after, .newsletter-container.error .newsletter-header .logo-container:after {
      display: none; }

.newsletter-header {
  letter-spacing: -1px;
  color: #fff; }
  .newsletter-header p {
    font-size: 1.5em;
    line-height: 1.2em; }
    .newsletter-header p strong {
      font-weight: bold; }

.newsletter-body {
  background: #ebebeb;
  color: #000; }
  .newsletter-body h2 {
    letter-spacing: -1px;
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: bold; }
  .newsletter-body fieldset {
    position: relative;
    margin-top: 10px; }
    .newsletter-body fieldset .icon-cancel {
      position: absolute;
      bottom: 10px;
      right: 10px;
      color: #e84a40; }
      .newsletter-body fieldset .icon-cancel p {
        position: absolute;
        top: -60px;
        right: -10px;
        width: 105px;
        height: 30px;
        background: #e84a40;
        color: rgba(255, 255, 255, 0.8);
        padding: 8px;
        font-size: 14px;
        text-align: center;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        border-radius: 2px; }
        .newsletter-body fieldset .icon-cancel p:after {
          content: "";
          position: absolute;
          right: 10px;
          bottom: -7px;
          height: 0;
          width: 0;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-top: 7px solid #e84a40; }
    .newsletter-body fieldset label {
      text-transform: uppercase;
      color: #878682;
      font-weight: bold;
      letter-spacing: 2px;
      position: absolute;
      top: 10px;
      left: 10px; }
  .newsletter-body input[type=text], .newsletter-body .select-container {
    font-family: 'Open Sans', Helvetica, sans-serif;
    letter-spacing: -1px;
    background-color: #faf8f1;
    height: 65px;
    border: none;
    padding: 28px 8px 0px;
    color: #217b59;
    font-size: 1.25em;
    font-weight: normal; }
  .newsletter-body .select-container {
    padding-left: 0;
    padding-right: 0; }
  .newsletter-body select {
    font-family: 'Open Sans', Helvetica, sans-serif;
    background-color: #faf8f1;
    border: none;
    padding: 1px 8px;
    font-weight: bold;
    outline: none;
    font-size: 1em;
    width: 100%; }
  .newsletter-body .actions {
    margin: 20px 0; }
    .newsletter-body .actions input {
      font-family: 'Open Sans', Helvetica, sans-serif;
      letter-spacing: -1px;
      height: 45px;
      border: none;
      color: #fff;
      font-size: 24px;
      width: 100%; }
    .newsletter-body .actions .close {
      letter-spacing: -1px;
      text-decoration: underline;
      font-size: 18px; }

.newsletter-footer {
  color: #878682;
  font-size: 14px;
  line-height: 1.2em; }
  .newsletter-footer ul, .newsletter-footer li {
    display: inline; }
  .newsletter-footer li:not(:last-child) a:after {
    content: "|";
    color: #878682;
    margin-left: 4px; }

.newsletter-options {
  font-size: 1.25em;
  color: #555;
  margin: 20px 0; }
  .newsletter-options h3 {
    margin-bottom: 10px; }
  .newsletter-options li {
    display: inline-block;
    margin: 5px 0; }
    .newsletter-options li input {
      -webkit-appearance: none;
      -moz-appearance: none;
      width: 22px;
      height: 22px;
      position: relative;
      vertical-align: middle;
      border: 2px solid #555;
      background-color: #ffffff;
      outline: none;
      border-radius: 2px; }
      .newsletter-options li input:checked {
        background: url(data:image/png;base64,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) no-repeat 50% 65% transparent; }

.logo {
  text-indent: -9999px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block; }

.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; }

.hero {
  background-color: black; }
  .hero .sponsor-wrapper {
    width: 216px;
    height: 78px;
    border: 1px solid #aaa;
    padding: 8px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .hero .sponsor-wrapper:hover {
      background: rgba(0, 0, 0, 0.4); }
    .hero .sponsor-wrapper p {
      color: white; }

.hero-img-container {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative; }
  .hero-img-container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }

.hero-details-container {
  z-index: 100; }
  .hero-details-container .show-name {
    line-height: 1.2em;
    padding-bottom: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .hero-details-container .show-airdate {
    font-weight: 600;
    padding-bottom: 28px;
    line-height: 1.38em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .hero-details-container .show-meta {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 1px;
    margin-top: 10px;
    text-transform: uppercase; }
  .hero-details-container .season-list-dropdown {
    width: 200px;
    max-height: 36px;
    overflow: hidden;
    position: relative;
    margin-bottom: 28px;
    cursor: pointer;
    border-radius: 2px;
    -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); }
    .hero-details-container .season-list-dropdown strong {
      -webkit-transition: opacity 0.4s ease-out;
      -moz-transition: opacity 0.4s ease-out;
      transition: opacity 0.4s ease-out; }
    .hero-details-container .season-list-dropdown .icon-check-mark {
      position: relative; }
      .hero-details-container .season-list-dropdown .icon-check-mark:before {
        position: absolute;
        left: 5px;
        top: 12px;
        opacity: 0.4;
        font-size: 14px; }
    .hero-details-container .season-list-dropdown:before {
      position: absolute;
      font-size: 26px;
      right: 16px;
      top: 6px;
      opacity: 0.4; }
    .hero-details-container .season-list-dropdown.icon-down-open-mini {
      -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); }
    .hero-details-container .season-list-dropdown.seasons-expand {
      width: 330px;
      max-height: 160px;
      height: auto;
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
      .hero-details-container .season-list-dropdown.seasons-expand > ul {
        display: block; }
      .hero-details-container .season-list-dropdown.seasons-expand li span {
        opacity: 0.7;
        display: inline-block;
        -webkit-transform: translate(30px, 0);
        -moz-transform: translate(30px, 0);
        -ms-transform: translate(30px, 0);
        -o-transform: translate(30px, 0);
        transform: translate(30px, 0); }
      .hero-details-container .season-list-dropdown.seasons-expand li:hover {
        background: rgba(255, 255, 255, 0.2); }
      .hero-details-container .season-list-dropdown.seasons-expand strong {
        opacity: 0.32; }
      .hero-details-container .season-list-dropdown.seasons-expand.icon-down-open-mini:before {
        opacity: 0; }
    .hero-details-container .season-list-dropdown li, .hero-details-container .season-list-dropdown strong {
      text-transform: uppercase;
      padding: 10px 24px;
      white-space: nowrap;
      display: block; }
      .hero-details-container .season-list-dropdown li span, .hero-details-container .season-list-dropdown strong span {
        opacity: 0;
        text-transform: lowercase;
        white-space: nowrap;
        -webkit-transition: all 0.2s cubic-bezier(0, 0.59, 0.62, 0.99);
        -moz-transition: all 0.2s cubic-bezier(0, 0.59, 0.62, 0.99);
        transition: all 0.2s cubic-bezier(0, 0.59, 0.62, 0.99); }

.hero-expand-list {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  background: rgba(24, 24, 24, 0.1);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
  .hero-expand-list .blur-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    background-position: bottom center; }
  .hero-expand-list .text-container {
    position: relative;
    z-index: 10;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    padding: 20px 0; }
    .hero-expand-list .text-container .icon-plus {
      position: absolute;
      right: 15px;
      font-size: 16px;
      top: 18px;
      font-weight: 300;
      opacity: 0.6; }

.series-inner-nav {
  text-align: center;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  max-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: max-height 0.6s linear;
  -moz-transition: max-height 0.6s linear;
  transition: max-height 0.6s linear; }
  .series-inner-nav.expand {
    max-height: 1000px; }
  .series-inner-nav ul {
    margin-left: 30px;
    margin-right: 30px; }
  .series-inner-nav li {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .series-inner-nav li:last-child {
      border-bottom: none; }
    .series-inner-nav li a {
      display: block;
      color: white;
      text-decoration: none;
      padding: 20px 0; }

.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 .series-description {
    background: rgba(30, 34, 38, 0.86);
    margin-bottom: 16px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    border-radius: 2px; }
    .episode-list .series-description p {
      color: #c2c2c2;
      line-height: 1.6em;
      font-size: 16px; }
      .episode-list .series-description p:not(:last-child) {
        margin-bottom: 16px; }
  .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, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.85)));
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
        background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
        background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
        background: linear-gradient(to bottom, transparent 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;
      padding: 15px; }
    .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 .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.episode-main .episode-item .detail-section .season-number, .episode-list.episode-main .episode-item .detail-section .episode-number {
    color: rgba(0, 0, 0, 0.6); }
  .episode-list.episode-main .episode-item .detail-section .episode-rating {
    color: rgba(0, 0, 0, 0.3); }
  .episode-list.episode-clips .episode-item {
    margin-bottom: 16px; }
    .episode-list.episode-clips .episode-item .item-details-container {
      padding: 10px 16px;
      height: 86px;
      background: white; }
    .episode-list.episode-clips .episode-item .episode-name {
      font-size: 15px;
      margin-bottom: 8px;
      color: rgba(0, 0, 0, 0.8);
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      max-height: 2.7em;
      overflow: hidden; }
    .episode-list.episode-clips .episode-item .duration {
      font-size: 12px;
      color: rgba(0, 0, 0, 0.4); }
    .episode-list.episode-clips .episode-item .item-img-container {
      height: 0;
      padding-bottom: 56.25%; }
    .episode-list.episode-clips .episode-item.item-selected {
      position: relative;
      cursor: default; }
      .episode-list.episode-clips .episode-item.item-selected:after {
        content: "";
        border-style: solid;
        border-width: 3px;
        border-radius: 2px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      .episode-list.episode-clips .episode-item.item-selected .med-circle-icon {
        display: none; }
    .episode-list.episode-clips .episode-item .item-details-container .season-ep {
      font-weight: 400;
      text-transform: uppercase;
      color: rgba(0, 0, 0, 0.4); }
    .episode-list.episode-clips .episode-item .item-details-container .episode-airdate {
      font-size: 13px;
      font-style: italic;
      line-height: 1.35714em;
      color: rgba(0, 0, 0, 0.4); }
  .episode-list.episode-playlist .episode-item .episode-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 1.35em;
    overflow: hidden; }
  .episode-list .item-img-container {
    position: relative;
    overflow: hidden; }
    .episode-list .item-img-container .not-available-text {
      width: calc( 100% - 48px);
      line-height: 1.2em;
      bottom: 27px;
      position: absolute;
      left: 32px;
      color: white;
      font-size: 21px;
      text-transform: uppercase; }
    .episode-list .item-img-container .ways-overlay {
      color: #fff;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .episode-list .item-img-container .ways-overlay .overlay-dialog {
        background: rgba(0, 0, 0, 0.65);
        border: 1px solid #2a2a2a; }
      .episode-list .item-img-container .ways-overlay .overlay-body {
        text-align: center;
        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%); }
        .episode-list .item-img-container .ways-overlay .overlay-body h2 {
          font-weight: 300;
          text-transform: uppercase;
          line-height: 1.2em; }
        .episode-list .item-img-container .ways-overlay .overlay-body strong {
          font-weight: 600;
          display: block;
          text-transform: uppercase; }
        .episode-list .item-img-container .ways-overlay .overlay-body ul {
          text-align: center; }
          .episode-list .item-img-container .ways-overlay .overlay-body ul li {
            display: inline-block; }
            .episode-list .item-img-container .ways-overlay .overlay-body ul li a {
              display: block; }
    .episode-list .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); }
    .episode-list .item-img-container img {
      display: block; }
  .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; }
  .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 .expire {
    color: red;
    margin-top: 6px; }
    .episode-list .expire span {
      border: 2px solid red;
      text-align: center;
      width: 20px;
      height: 20px;
      display: inline-block;
      font-weight: 600;
      border-radius: 12px; }
  .episode-list .thumb-progress-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #4d4d4d;
    height: 3px;
    z-index: 10; }
    .episode-list .thumb-progress-bar span {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
  .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); }

.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; }

.series-playlist .item-details-container .episode-name {
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 1.35em;
  color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.7em;
  overflow: hidden; }
.series-playlist .item-details-container .duration {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4); }
.series-playlist .playlist-name {
  color: rgba(255, 255, 255, 0.48);
  text-transform: uppercase; }
.series-playlist .playlist-more {
  margin-top: 24px;
  text-align: right; }

.show-newsletter-container .label {
  color: rgba(0, 0, 0, 0.86);
  letter-spacing: 0.03em;
  font-weight: 600; }

.show-newsletter {
  background: #FAFAFA;
  text-align: left;
  border-radius: 0 0 2px 2px; }
  .show-newsletter.loading form {
    position: relative; }
    .show-newsletter.loading form:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 10;
      background-color: rgba(250, 250, 250, 0.8);
      background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSc2MHB4JyBoZWlnaHQ9JzYwcHgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXJpbmctYWx0Ij48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImJrIj48L3JlY3Q+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNDAiIHN0cm9rZT0iI2NjYyIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0MCIgc3Ryb2tlPSIjZmZmZmZmIiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hvZmZzZXQiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBmcm9tPSIwIiB0bz0iNTAyIj48L2FuaW1hdGU+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hhcnJheSIgZHVyPSIycyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIHZhbHVlcz0iMTAwLjQgMTUwLjY7MSAyNTA7MTAwLjQgMTUwLjYiPjwvYW5pbWF0ZT48L2NpcmNsZT48L3N2Zz4=");
      background-repeat: no-repeat;
      background-position: center center; }
  .show-newsletter.submitted .newsletter-form {
    display: none; }
  .show-newsletter.submitted .newsletter-response {
    display: block; }
  .show-newsletter input, .show-newsletter select {
    height: 40px;
    border: 1px solid transparent;
    background: rgba(0, 0, 0, 0.07);
    outline: none;
    border-radius: 2px;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #aaa;
    padding: 2px 16px;
    box-sizing: border-box;
    width: 100%;
    -webkit-appearance: none; }
  .show-newsletter input[type="email"], .show-newsletter select {
    margin-bottom: 16px; }
  .show-newsletter input[type="submit"] {
    color: #fff;
    float: right;
    width: 148px;
    border: none; }
  .show-newsletter .select-wrapper {
    position: relative; }
    .show-newsletter .select-wrapper select {
      position: relative;
      z-index: 10; }
    .show-newsletter .select-wrapper .icon {
      position: absolute;
      right: 12px;
      color: rgba(0, 0, 0, 0.32);
      top: 12px; }
  .show-newsletter .newsletter-form p, .show-newsletter .newsletter-response p {
    color: rgba(0, 0, 0, 0.56);
    font-size: 14px;
    margin: 8px 0 18px;
    line-height: 1.36em; }
  .show-newsletter .newsletter-form fieldset {
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .show-newsletter .newsletter-form fieldset.email-fs {
      margin-right: calc( 3.01% - 5px); }
    .show-newsletter .newsletter-form fieldset.mvpd-fs {
      width: calc( 39.16% - 5px); }
    .show-newsletter .newsletter-form fieldset .error-msg {
      display: none; }
  .show-newsletter .newsletter-form .error input, .show-newsletter .newsletter-form .error select {
    border-color: #F44336; }
  .show-newsletter .newsletter-form .error .icon {
    color: #F44336; }
  .show-newsletter .newsletter-form .error .error-msg {
    display: block;
    position: absolute;
    bottom: 4px;
    color: #F44336;
    font-size: 11px; }
  .show-newsletter .newsletter-response {
    display: none; }
    .show-newsletter .newsletter-response a {
      color: rgba(0, 0, 0, 0.9); }
    .show-newsletter .newsletter-response a:hover {
      text-decoration: underline; }
  .show-newsletter .label {
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: -0.02em; }
  .show-newsletter .show-newsletter-header {
    position: relative;
    margin-bottom: 8px; }
  .show-newsletter .footernote {
    font-size: 11px;
    clear: both;
    margin-top: 16px; }
    .show-newsletter .footernote small {
      color: rgba(0, 0, 0, 0.4);
      line-height: 1.33em; }
      .show-newsletter .footernote small:first-child {
        display: block;
        margin-bottom: 8px; }
      .show-newsletter .footernote small:not(:first-child) {
        font-weight: 600; }
    .show-newsletter .footernote .links {
      display: inline-block; }
    .show-newsletter .footernote li {
      display: inline-block; }
      .show-newsletter .footernote li:not(:last-child):after {
        content: "";
        width: 1px;
        height: 12px;
        display: inline-block;
        margin-left: 9px;
        margin-right: 5px;
        background-color: rgba(0, 0, 0, 0.15);
        position: relative;
        top: 2px; }
      .show-newsletter .footernote li a {
        color: rgba(0, 0, 0, 0.4); }

.global-footer {
  text-align: center;
  padding: 8px 0 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background: #fafafa;
  position: relative;
  z-index: 10; }
  .global-footer .footer-strip ul {
    font-size: 12px;
    margin: 4px 0 20px;
    display: block; }
    .global-footer .footer-strip ul li {
      display: inline-block; }
      .global-footer .footer-strip ul li a {
        color: rgba(0, 0, 0, 0.5);
        padding: 6px;
        display: inline-block; }
      .global-footer .footer-strip ul li:last-child:after {
        width: 0; }
      .global-footer .footer-strip ul li:after {
        content: "";
        display: inline-block;
        width: 1px;
        height: 12px;
        background-color: rgba(0, 0, 0, 0.15);
        margin: 0 0 0 4px;
        position: relative;
        top: 1px; }
  .global-footer .footer-link {
    display: inline-block;
    width: 160px;
    padding: 12px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center; }
  .global-footer .aetn {
    background: url(/images/aenetworks/aetn-charcoal-color.svg) no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
    display: inline-block;
    width: 100%;
    height: 0;
    padding-bottom: 13.333%; }
  .global-footer p {
    font-size: 11px;
    margin: 8px 0 0;
    color: rgba(0, 0, 0, 0.4); }

@media (min-width: 768px) {
  .series-landing .series-content {
    min-height: 120vh;
    padding-top: 60vh; }
  .series-landing .emailus {
    left: 40%; }
    .series-landing .emailus a {
      background-image: url(/images/email-us/improve-black-bg-desktop.svg); }
  .series-landing .show-newsletter {
    left: 40%;
    width: 728px;
    position: relative; }
  .series-landing .leaderboard {
    display: block;
    z-index: 1000;
    max-height: 0;
    background: #181818;
    padding: 2px 0;
    border-bottom: 1px solid #363636;
    -webkit-transition: visibility 0s ease-out 1s, opacity 1s ease-in-out, max-height 0.3s ease-in;
    -moz-transition: visibility 0s ease-out 1s, opacity 1s ease-in-out, max-height 0.3s ease-in;
    transition: visibility 0s ease-out 1s, opacity 1s ease-in-out, max-height 0.3s ease-in; }
    .series-landing .leaderboard .leaderboard-ad {
      text-align: center; }
      .series-landing .leaderboard .leaderboard-ad > * {
        display: inline-block; }
  .series-landing.has-leaderboard .main-container, .series-landing.has-pushdown .main-container, .series-landing.has-billboard .main-container {
    position: relative; }
    .series-landing.has-leaderboard .main-container .hero, .series-landing.has-pushdown .main-container .hero, .series-landing.has-billboard .main-container .hero {
      bottom: auto;
      height: calc( 100vh - 95px); }
    .series-landing.has-leaderboard .main-container .hero-details-container, .series-landing.has-pushdown .main-container .hero-details-container, .series-landing.has-billboard .main-container .hero-details-container {
      margin-top: 95px; }
  .series-landing.has-leaderboard .leaderboard, .series-landing.has-pushdown .leaderboard, .series-landing.has-billboard .leaderboard {
    max-height: 1000px; }
  .series-landing.has-pushdown .leaderboard {
    height: 70px;
    position: relative; }
    .series-landing.has-pushdown .leaderboard .leaderboard-ad {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .series-landing.has-pushdown .main-container .series-content {
    padding-top: calc( 60vh - 66px); }
  .series-landing.has-pushdown .main-container .hero-details-container {
    margin-top: 0; }
  .series-landing.has-leaderboard .leaderboard {
    opacity: 0;
    visibility: hidden;
    height: 95px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0; }
  .series-landing.has-leaderboard .main-container {
    margin-top: 95px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .series-landing.has-billboard .main-container {
    position: relative; }
    .series-landing.has-billboard .main-container .series-content {
      padding-top: calc( 60vh - 155px); }
  .series-landing.show-leaderboard .leaderboard {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; } }

@media (min-width: 768px) and (max-width: 1440px) {
  .series-landing[class*="has-"] header.global-header .logo-link .logo {
    height: 80px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .series-landing[class*="has-"] header.global-header .menu-wrapper .user-actions {
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .series-landing[class*="has-"] header.global-header .menu-wrapper .user-actions:after {
      margin-left: 20px; }
  .series-landing[class*="has-"] header.global-header .menu-wrapper .icon-menu {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-size: 30px; }
    .series-landing[class*="has-"] header.global-header .menu-wrapper .icon-menu:after {
      line-height: 30px; } }

@media (min-width: 1025px) and (max-width: 1280px) {
  .series-landing .emailus, .series-landing .show-newsletter {
    left: 37%; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .series-landing .series-content {
    padding-top: 40vh; }
  .series-landing .emailus, .series-landing .show-newsletter {
    left: 0;
    margin: 0 auto 60px; }
  .series-landing.has-billboard .leaderboard, .series-landing.has-pushdown .leaderboard {
    display: none; }
  .series-landing.has-leaderboard .main-container .hero-details-container {
    margin-top: 0; } }

@media (min-width: 768px) {
  header.global-header .navigation {
    width: 100%;
    background: #000;
    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; }
    header.global-header .navigation.expand {
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s; }
  header.global-header .nav-wrapper {
    width: 849px;
    position: relative;
    height: 94vh;
    max-height: 650px;
    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%);
    -webkit-transition: width 0.4s;
    -moz-transition: width 0.4s;
    transition: width 0.4s; }
    header.global-header .nav-wrapper > * {
      position: absolute;
      top: 0;
      bottom: 0; }
    header.global-header .nav-wrapper.nav-no-series {
      width: 720px; }
      header.global-header .nav-wrapper.nav-no-series .global-nav-list {
        width: 71.74%; }
        header.global-header .nav-wrapper.nav-no-series .global-nav-list a {
          color: rgba(255, 255, 255, 0.56); }
  header.global-header .show-nav {
    right: 0;
    width: 37.69%;
    margin-left: 0.94%;
    z-index: 10;
    background: rgba(255, 255, 255, 0.12); }
    header.global-header .show-nav:hover + .global-nav > * {
      background: rgba(255, 255, 255, 0.1); }
    header.global-header .show-nav h2 {
      font-size: 28px;
      line-height: 1.33em;
      padding: 16px 24px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    header.global-header .show-nav li {
      max-width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s; }
      header.global-header .show-nav li a {
        display: block;
        padding: 14px 24px;
        font-size: 18px;
        line-height: 1.2em;
        color: rgba(255, 255, 255, 0.5);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s; }
      header.global-header .show-nav li.active, header.global-header .show-nav li:hover {
        background: rgba(255, 255, 255, 0.06); }
  header.global-header .global-nav {
    width: 100%; }
    header.global-header .global-nav > * {
      -webkit-transition: all 0.6s;
      -moz-transition: all 0.6s;
      transition: all 0.6s; }
    header.global-header .global-nav:hover .site-name, header.global-header .global-nav:hover .global-nav-list {
      background: rgba(255, 255, 255, 0.2); }
      header.global-header .global-nav:hover .site-name a, header.global-header .global-nav:hover .global-nav-list a {
        color: rgba(255, 255, 255, 0.3); }
        header.global-header .global-nav:hover .site-name a:hover, header.global-header .global-nav:hover .global-nav-list a:hover {
          color: white; }
    header.global-header .global-nav ul {
      position: absolute;
      top: 0;
      bottom: 0;
      left: calc( 28.26% + 1px);
      width: 32.97%;
      background: rgba(255, 255, 255, 0.1); }
    header.global-header .global-nav li {
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s;
      border-bottom: 1px solid #000;
      font-size: 15px;
      font-weight: 600; }
      header.global-header .global-nav li a {
        display: block;
        padding: 16px 16px 16px 24px;
        color: rgba(255, 255, 255, 0.2);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s; }
      header.global-header .global-nav li.sign-in {
        display: none; }
    header.global-header .global-nav .site-name {
      width: 28.26%;
      background: rgba(255, 255, 255, 0.1);
      position: absolute;
      top: 0;
      right: auto;
      bottom: 0;
      left: 0; }
      header.global-header .global-nav .site-name a {
        padding: 20px 24px;
        float: right; }
      header.global-header .global-nav .site-name .logo {
        display: block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
      header.global-header .global-nav .site-name .brand {
        display: none; }
  header.global-header .logo-link {
    margin: 0; }
  header.global-header .logo {
    height: 117px;
    width: 140px; }
  header.global-header .menu-wrapper {
    top: 16px;
    margin-right: 0;
    cursor: pointer;
    z-index: 5; }
    header.global-header .menu-wrapper .user-actions {
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px; }
      header.global-header .menu-wrapper .user-actions a {
        text-transform: uppercase;
        font-weight: 600;
        display: inline-block; }
        header.global-header .menu-wrapper .user-actions a.sign-out {
          color: rgba(255, 255, 255, 0.56);
          font-size: 14px; }
        header.global-header .menu-wrapper .user-actions a.sign-in {
          color: rgba(255, 255, 255, 0.86);
          font-size: 16px; }
      header.global-header .menu-wrapper .user-actions * {
        vertical-align: middle; }
      header.global-header .menu-wrapper .user-actions .sign-out {
        margin-left: 8px; }
      header.global-header .menu-wrapper .user-actions:after {
        content: "";
        width: 1px;
        height: 24px;
        background-color: rgba(255, 255, 255, 0.16);
        display: inline-block;
        vertical-align: middle;
        margin-left: 35px; }
    header.global-header .menu-wrapper .icon-menu {
      vertical-align: middle; }
      header.global-header .menu-wrapper .icon-menu:after {
        content: "MENU";
        color: white;
        font-size: 16px;
        line-height: 40px;
        float: left;
        margin-right: 8px; }
      header.global-header .menu-wrapper .icon-menu:before {
        float: right; }
  header.global-header .provider-details {
    display: none; }
  header.global-header .icon-cancel {
    cursor: pointer;
    top: 16px;
    right: 0;
    color: rgba(255, 255, 255, 0.6); }
  header.global-header .icon-search {
    top: 44px;
    right: 105px;
    cursor: pointer; }
  header.global-header.interior-header .series-name {
    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%);
    text-transform: uppercase;
    font-size: 28px;
    display: inline-block;
    line-height: 1.2em;
    width: calc( 100% - 113px - 112px - 400px); }
    header.global-header.interior-header .series-name a {
      display: inline-block;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      -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);
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      display: block;
      -webkit-transform-origin: center left;
      -moz-transform-origin: center left;
      -ms-transform-origin: center left;
      -o-transform-origin: center left;
      transform-origin: center left; }
      header.global-header.interior-header .series-name a:hover {
        -webkit-transform: scale(1.06) translate3d(5px, 0, 0);
        -moz-transform: scale(1.06) translate3d(5px, 0, 0);
        -ms-transform: scale(1.06) translate3d(5px, 0, 0);
        -o-transform: scale(1.06) translate3d(5px, 0, 0);
        transform: scale(1.06) translate3d(5px, 0, 0); }
  header.global-header.interior-header .logo-link {
    border-right: 1px solid rgba(255, 255, 255, 0.12); } }

@media (min-width: 768px) and (max-width: 1024px) {
  header.global-header.main-header {
    position: relative;
    margin: 0 auto;
    padding: 16px 0;
    min-width: 728px;
    width: 95%; }
    header.global-header.main-header .logo-link {
      position: relative; }
      header.global-header.main-header .logo-link .logo {
        height: 80px;
        margin-top: 20px; }
    header.global-header.main-header .icon-search {
      top: 22px;
      right: 85px; } }

@media (min-width: 768px) and (max-width: 1280px) {
  header.global-header.interior-header .logo-link .logo {
    height: 66px; }
  header.global-header.interior-header .menu-wrapper {
    top: 10px; }
  header.global-header.interior-header .icon-cancel {
    top: 10px; } }

@media (min-width: 768px) and (max-width: 960px) {
  header.global-header .nav-wrapper {
    width: 95%; }
  header.global-header.interior-header {
    padding: 0 2px 0 12px; }
    header.global-header.interior-header .logo-link {
      padding-right: 16px;
      margin-right: 8px; }
    header.global-header.interior-header .menu-wrapper .user-actions {
      margin-right: 1px; }
      header.global-header.interior-header .menu-wrapper .user-actions:after {
        margin-left: 16px; }
      header.global-header.interior-header .menu-wrapper .user-actions .sign-out {
        margin-left: 0; }
    header.global-header.interior-header .series-name {
      width: calc( 100% - 85px - 14px - 350px); } }

@media (min-width: 961px) and (max-width: 1024px) {
  header.global-header.interior-header {
    padding: 0 14px 0 24px; }
    header.global-header.interior-header .icon-cancel {
      margin-right: 14px; }
    header.global-header.interior-header .menu-wrapper .user-actions {
      margin-right: 9px; }
      header.global-header.interior-header .menu-wrapper .user-actions:after {
        margin-left: 24px; }
    header.global-header.interior-header .series-name {
      width: calc( 100% - 100px - 38px - 380px); } }

@media (min-width: 1025px) and (max-width: 1280px) {
  header.global-header.main-header {
    margin: 38px 18px 38px 50px; }
  header.global-header.interior-header {
    padding: 0 36px 0 46px; }
    header.global-header.interior-header .icon-cancel {
      margin-right: 36px; } }

@media (min-width: 1281px) {
  header.global-header.main-header {
    margin: 38px 50px; }
  header.global-header.interior-header {
    padding: 0 46px 0 46px; }
    header.global-header.interior-header .logo-link .logo {
      height: 80px; }
    header.global-header.interior-header .icon-cancel {
      margin-right: 46px; } }

@media (min-width: 768px) and (max-width: 1440px) {
  header.global-header .nav-wrapper:not(.nav-no-series) .global-nav .site-name .logo {
    height: 80px;
    background-position: center center; } }

@media (min-width: 1441px) {
  header.global-header.main-header {
    margin: 76px 100px; }
    header.global-header.main-header .nav-wrapper {
      width: 68.4%; }
    header.global-header.main-header .global-nav .site-name {
      width: 38.26%; }
    header.global-header.main-header .global-nav ul {
      left: calc( 38.26% + 1px);
      width: 22.97%; }
    header.global-header.main-header .icon-search {
      top: 82px;
      right: 155px; } }

@media (min-width: 768px) {
  .newsletter-overlay .newsletter-container {
    width: 780px;
    height: 640px; }
    .newsletter-overlay .newsletter-container.success .logo-container, .newsletter-overlay .newsletter-container.error .logo-container {
      border: none; }
  .newsletter-overlay .logo {
    width: 100px;
    height: 80px; }
  .newsletter-header {
    padding: 10px 30px; }
    .newsletter-header p {
      margin: 10px 0; }
  .newsletter-body {
    padding: 20px 30px; }
    .newsletter-body .actions input {
      width: 185px; }
    .newsletter-body .actions .close {
      vertical-align: bottom;
      margin-left: 14px;
      position: relative;
      top: -2px; }
  .newsletter-options li {
    width: calc( 50% - 4px);
    letter-spacing: -1px; } }

@media (min-width: 768px) and (max-width: 960px) {
  .newsletter-overlay .newsletter-container {
    width: 550px;
    height: 900px; }
  .newsletter-overlay .logo {
    margin: 0 auto;
    display: block; }
  .newsletter-body fieldset {
    width: 100%; }
    .newsletter-body fieldset input, .newsletter-body fieldset select {
      width: 100%; }
  .logo-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); } }

@media (min-width: 961px) {
  .newsletter-overlay .logo {
    width: 120px;
    height: 96px; }
  .newsletter-header {
    padding-top: 5px;
    padding-bottom: 5px; }
    .newsletter-header > * {
      display: inline-block;
      vertical-align: middle; }
    .newsletter-header p {
      width: calc( 100% - 124px);
      position: relative;
      padding: 0 10px;
      line-height: 1.33em; }
    .newsletter-header .logo-container {
      position: relative; }
      .newsletter-header .logo-container:after {
        content: "";
        display: inline-block;
        width: 1px;
        height: 60px;
        background: rgba(255, 255, 255, 0.15);
        position: absolute;
        right: -6px;
        top: 18px; }
  .newsletter-body fieldset input.email, .newsletter-body fieldset input.zip {
    width: 100%; }
  .newsletter-body fieldset.zip-fs, .newsletter-body fieldset.provider-fs {
    display: inline-block;
    width: 49.26%;
    vertical-align: top; }
  .newsletter-body fieldset.zip-fs {
    margin-right: calc( 1.3888% - 4px); }
  .newsletter-options li {
    width: calc( 33.33% - 4px); } }

@media (min-width: 768px) {
  .hero {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .hero-img-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .hero-img-container:before {
      top: auto;
      height: 800px;
      background-color: transparent;
      background-image: -webkit-linear-gradient(top, transparent 0%, #181818 100%);
      background-image: linear-gradient(to bottom,transparent 0%, #181818 100%); }
    .hero-img-container:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      background: transparent;
      background: -moz-radial-gradient(center, ellipse cover, transparent 0%, transparent 50%, rgba(24, 24, 24, 0.57) 100%);
      background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, transparent), color-stop(50%, transparent), color-stop(100%, rgba(24, 24, 24, 0.57)));
      background: -webkit-radial-gradient(center, ellipse cover, transparent 0%, transparent 50%, rgba(24, 24, 24, 0.57) 100%);
      background: -o-radial-gradient(center, ellipse cover, transparent 0%, transparent 50%, rgba(24, 24, 24, 0.57) 100%);
      background: -ms-radial-gradient(center, ellipse cover, transparent 0%, transparent 50%, rgba(24, 24, 24, 0.57) 100%);
      background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, rgba(24, 24, 24, 0.57) 100%); }
  .hero-details-container {
    width: 30%;
    margin-left: 50px;
    position: fixed;
    top: 60vh;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .hero-details-container .show-name {
      font-weight: 300; }
    .hero-details-container .show-airdate {
      font-size: 20px; }
    .hero-details-container .season-list-dropdown select {
      cursor: pointer; }
    .hero-details-container .season-list-dropdown option {
      background: #fff;
      color: #333;
      font-weight: normal;
      padding: 3px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .hero-details-container {
    width: 728px;
    margin: 0 auto;
    position: relative;
    top: 253px !important; }
    .hero-details-container .show-name {
      padding-bottom: 0; } }

@media (min-width: 1025px) {
  .hero-details-container .show-name {
    position: absolute;
    bottom: 100%; } }

@media (min-width: 768px) and (max-width: 1440px) {
  .hero-details-container .show-name {
    font-size: 36px; } }

@media (min-width: 1441px) {
  .hero-details-container {
    margin-left: 100px; }
    .hero-details-container .show-name {
      font-size: 56px; } }

@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 .series-description {
      padding: 40px 48px 40px; }
    .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; }
    .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 .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, transparent 0%, #000000 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, #000000));
            background: -webkit-linear-gradient(top, transparent 0%, #000000 100%);
            background: -o-linear-gradient(top, transparent 0%, #000000 100%);
            background: -ms-linear-gradient(top, transparent 0%, #000000 100%);
            background: linear-gradient(to bottom, transparent 0%, #000000 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 .item-img-container img {
        top: 60%; }
      .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 {
          width: 110px;
          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-clips {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      width: calc( 100% - 180px);
      margin-left: 180px;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .episode-list.episode-clips .episode-item {
        width: 23.4%;
        margin-left: calc( 1.6% - 4px);
        margin-bottom: 1.6%;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        .episode-list.episode-clips .episode-item:not(.item-selected):hover {
          -webkit-transform: scale(1.04) translate3d(0, 0, 0);
          -moz-transform: scale(1.04) translate3d(0, 0, 0);
          -ms-transform: scale(1.04) translate3d(0, 0, 0);
          -o-transform: scale(1.04) translate3d(0, 0, 0);
          transform: scale(1.04) translate3d(0, 0, 0); }
        .episode-list.episode-clips .episode-item .item-img-container {
          border-radius: 2px 2px 0 0; }
        .episode-list.episode-clips .episode-item .item-details-container {
          border-radius: 0 0 2px 2px; }
        .episode-list.episode-clips .episode-item .episode-name {
          line-height: 1.35em;
          margin-top: 0; }
    .episode-list .episode-rating {
      line-height: 24px; }
    .episode-list .item-img-container .ways-overlay {
      background: rgba(0, 0, 0, 0.3); }
      .episode-list .item-img-container .ways-overlay .overlay-dialog {
        width: 640px;
        height: 512px;
        -webkit-transition: height 0.3s ease;
        -moz-transition: height 0.3s ease;
        transition: height 0.3s ease;
        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%); }
      .episode-list .item-img-container .ways-overlay .overlay-body {
        left: 70px;
        right: 70px; }
        .episode-list .item-img-container .ways-overlay .overlay-body h2 {
          font-size: 28px;
          margin-bottom: 60px; }
        .episode-list .item-img-container .ways-overlay .overlay-body strong {
          margin-bottom: 30px;
          font-size: 21px; }
        .episode-list .item-img-container .ways-overlay .overlay-body ul li {
          margin: 0 22px; }
          .episode-list .item-img-container .ways-overlay .overlay-body ul li img {
            width: 85px; } }

@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.episode-clips {
      width: calc( 100% + ( 1.6% - 4px ));
      margin-left: calc( -1 * ( 1.6% - 4px )); }
    .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: -350px; } }

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

@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; } }

@media (min-width: 768px) {
  .series-playlist {
    margin: 56px 0 40px; }
    .series-playlist li {
      display: inline-block;
      vertical-align: middle;
      width: 31.86%;
      margin-left: calc( 2.197% - 5px);
      cursor: pointer;
      -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 li:first-child {
        margin-left: 0; }
      .series-playlist li .item-img-container {
        padding-bottom: 56.25%;
        border-radius: 2px 2px 0 0; }
      .series-playlist li .item-details-container {
        background: #000;
        border-radius: 0 0 2px 2px;
        display: block;
        padding: 8px 16px;
        height: 110px; }
    .series-playlist .playlist-name {
      font-size: 24px;
      margin-bottom: 24px; } }

@media (min-width: 768px) {
  .show-newsletter {
    padding: 32px 32px 24px 32px;
    margin: 50px 0px; }
    .show-newsletter .newsletter-form fieldset.email-fs {
      width: calc( 100% - 148px - 3.01%); } }

@media (min-width: 1025px) {
  .global-footer {
    position: relative;
    padding: 48px 0 0;
    z-index: 60; }
    .global-footer .footer-section-group .footer-section:nth-child(2) .footer-head {
      margin-top: 32px; }
    .global-footer .footer-sections {
      width: 88.88%;
      max-width: 1100px;
      margin-left: auto;
      margin-right: auto; }
      .global-footer .footer-sections .f-section {
        float: left;
        margin-right: calc( (100% - 130px - 175px - 135px - 474px) / 3); }
        .global-footer .footer-sections .f-section:first-child {
          width: 130px; }
        .global-footer .footer-sections .f-section:nth-child(2) {
          width: 175px; }
        .global-footer .footer-sections .f-section:nth-child(3) {
          width: 135px; }
        .global-footer .footer-sections .f-section:last-child {
          width: 474px;
          margin-right: 0; }
    .global-footer .footer-section {
      text-align: left; }
      .global-footer .footer-section:not(.footer-social) ul:not(.channel-logos) li a {
        border-bottom: 1px solid transparent;
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        transition: all 0.15s linear; }
        .global-footer .footer-section:not(.footer-social) ul:not(.channel-logos) li a:hover {
          border-color: rgba(0, 0, 0, 0.8);
          color: rgba(0, 0, 0, 0.8); }
    .global-footer .footer-head {
      color: rgba(0, 0, 0, 0.8);
      font-weight: bold;
      margin-bottom: 16px;
      font-size: 16px; }
    .global-footer .footer-social .icon {
      display: inline-block;
      border: 1px solid rgba(0, 0, 0, 0.16);
      width: 40px;
      height: 40px;
      border-radius: 40px;
      line-height: 42px;
      font-size: 22px;
      text-align: center;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .global-footer .footer-social .icon:hover {
        -webkit-transform: scale(1.06) translate3d(0, 0, 0);
        -moz-transform: scale(1.06) translate3d(0, 0, 0);
        -ms-transform: scale(1.06) translate3d(0, 0, 0);
        -o-transform: scale(1.06) translate3d(0, 0, 0);
        transform: scale(1.06) translate3d(0, 0, 0); }
    .global-footer .footer-social li {
      display: inline-block;
      margin-right: 8px; }
    .global-footer ul li {
      margin-bottom: 10px;
      font-size: 13px; }
      .global-footer ul li a {
        color: rgba(0, 0, 0, 0.5); }
    .global-footer .footer-network .channel-logos li {
      float: left;
      margin-right: 32px; }
      .global-footer .footer-network .channel-logos li a {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        height: 45px; }
        .global-footer .footer-network .channel-logos li a.ae-logo {
          background-image: url(/images/aetv/logo.svg);
          width: 50px;
          margin-top: 10px; }
        .global-footer .footer-network .channel-logos li a.lifetime-logo {
          background-image: url(/images/lifetime/logo.svg);
          width: 44px; }
        .global-footer .footer-network .channel-logos li a.h-logo {
          background-image: url(/images/history/logo-black-text.svg);
          width: 38px;
          margin-top: 3px; }
        .global-footer .footer-network .channel-logos li a.h2-logo {
          background-image: url(/images/h2/logo.svg);
          width: 38px;
          margin-top: 3px; }
        .global-footer .footer-network .channel-logos li a.lmn-logo {
          background-image: url(/images/lmn/lmn.svg);
          width: 58px;
          margin-top: 8px; }
        .global-footer .footer-network .channel-logos li a.fyi-logo {
          background-image: url(/images/fyi/logo-emerald.svg);
          width: 54px;
          margin-top: 4px; }
        .global-footer .footer-network .channel-logos li a:hover {
          -webkit-transform: scale(1.06) translate3d(0, 0, 0);
          -moz-transform: scale(1.06) translate3d(0, 0, 0);
          -ms-transform: scale(1.06) translate3d(0, 0, 0);
          -o-transform: scale(1.06) translate3d(0, 0, 0);
          transform: scale(1.06) translate3d(0, 0, 0); }
    .global-footer .footer-network .other-links ul {
      float: left;
      margin-right: 32px;
      text-transform: uppercase; }
      .global-footer .footer-network .other-links ul li {
        font-size: 11px; }
    .global-footer .footer-strip {
      background: #fff;
      border-top: 1px solid rgba(0, 0, 0, 0.05);
      padding: 8px 0;
      margin-top: 32px;
      font-size: 12px;
      line-height: 2em; }
      .global-footer .footer-strip ul {
        display: none; }
      .global-footer .footer-strip .footer-link {
        padding: 0;
        margin-right: 24px; }
      .global-footer .footer-strip p {
        color: rgba(0, 0, 0, 0.5);
        display: inline-block;
        margin-top: 0; }
  .aetn {
    margin-top: 4px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .global-footer .footer-sections {
    display: none; }
  .global-footer .footer-strip ul {
    display: block; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .sticky-signin {
    display: none; } }

@media (min-width: 1025px) {
  html.noscroll {
    height: auto; }
    html.noscroll body {
      height: auto; }
  .sticky-signin {
    border-radius: 2px 2px 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    padding: 5px 0;
    margin: 0 auto;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .sticky-signin.font-light .signin {
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.72); }
    .sticky-signin.font-light p, .sticky-signin.font-light strong {
      color: #fff; }
    .sticky-signin.font-light .icon-cancel {
      color: rgba(255, 255, 255, 0.6); }
    .sticky-signin.show-signin {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
    .sticky-signin .signin-promo {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 260px);
      text-align: center; }
    .sticky-signin .signin-button {
      display: inline-block;
      vertical-align: middle;
      width: 240px;
      text-align: center; }
    .sticky-signin .circle-icon {
      position: relative;
      right: auto;
      bottom: 1px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px; }
    .sticky-signin p, .sticky-signin strong {
      display: inline-block;
      vertical-align: middle;
      color: #211E00; }
    .sticky-signin p {
      margin-left: 24px; }
      .sticky-signin p strong {
        vertical-align: top; }
    .sticky-signin strong {
      font-weight: bold; }
    .sticky-signin .signin {
      width: 120px;
      padding: 8px 0;
      text-align: center;
      display: inline-block;
      color: #211E00;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 16px;
      border: 1px solid rgba(33, 30, 28, 0.72);
      opacity: 0.86;
      border-radius: 2px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .sticky-signin .signin:hover {
        background: rgba(0, 0, 0, 0.06);
        opacity: 1; }
    .sticky-signin .icon-cancel {
      position: absolute;
      right: 8px;
      top: 50%;
      font-size: 18px;
      color: rgba(0, 0, 0, 0.6);
      padding: 8px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .signed-in .sticky-signin, .signing .sticky-signin {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); } }

@media (min-width: 1025px) and (max-width: 1439px) {
  .sticky-signin {
    width: calc( 100% - 100px); }
    .sticky-signin p, .sticky-signin strong {
      font-size: 20px; } }

@media (min-width: 1025px) and (max-width: 1280px) {
  .sticky-signin {
    width: 100%; }
    .sticky-signin .circle-icon {
      width: 40px;
      height: 40px;
      border-radius: 40px; }
      .sticky-signin .circle-icon .icon-key {
        font-size: 30px; }
    .sticky-signin p, .sticky-signin strong {
      font-size: 18px; } }

@media (min-width: 1440px) {
  .sticky-signin {
    width: calc( 100% - 200px); }
    .sticky-signin p, .sticky-signin strong {
      font-size: 24px; } }

@media (max-width: 767px) {
  header.global-header.main-header .logo-link {
    padding: 10px 16px; }
  header.global-header.main-header .logo {
    height: 65px;
    width: 85px; }
  header.global-header .icon-cancel {
    color: rgba(255, 255, 255, 0.2); }
  header.global-header .navigation {
    -webkit-transform: translate3d(101%, 0, 0);
    -moz-transform: translate3d(101%, 0, 0);
    -ms-transform: translate3d(101%, 0, 0);
    -o-transform: translate3d(101%, 0, 0);
    transform: translate3d(101%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -moz-transition: -moz-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out; }
    header.global-header .navigation.expand {
      -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); }
    header.global-header .navigation h2 {
      font-size: 24px;
      line-height: 33px;
      text-align: left;
      padding: 90px 16px 16px;
      background: #222; }
    header.global-header .navigation li:last-child {
      border-bottom: none; }
    header.global-header .navigation li.active {
      background-color: rgba(24, 24, 24, 0.4); }
    header.global-header .navigation li.active a {
      font-weight: bold;
      color: white; }
    header.global-header .navigation li a {
      padding: 20px 16px;
      margin-left: 2px; }
  header.global-header .global-nav {
    font-size: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 200px; }
    header.global-header .global-nav .site-name {
      margin-top: 24px; }
      header.global-header .global-nav .site-name .logo {
        display: none; }
    header.global-header .global-nav .provider-details {
      background: #222; }
      header.global-header .global-nav .provider-details > a {
        padding: 8px; }
      header.global-header .global-nav .provider-details .mvpd-logo {
        width: 60.81%;
        text-align: left; }
      header.global-header .global-nav .provider-details .sign-out {
        width: 39.189%;
        font-size: 16px;
        padding: 22px 0;
        border-left: 1px solid rgba(255, 255, 255, 0.08); }
  header.global-header .local-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #222; }
    header.global-header .local-nav li a {
      -webkit-tap-highlight-color: rgba(24, 24, 24, 0.4); }
  header.global-header.interior-header {
    display: none;
    padding: 0 2px 0 12px; }
    header.global-header.interior-header .logo-link {
      padding: 0; }
    header.global-header.interior-header .logo {
      width: 50px;
      height: 66px; }
    header.global-header.interior-header .menu-wrapper {
      top: 10px; }
    header.global-header.interior-header .icon-cancel {
      top: 10px; } }

@media (max-width: 767px) {
  .newsletter-overlay {
    font-size: 14px;
    -webkit-overflow-scrolling: touch; }
    .newsletter-overlay .newsletter-container {
      width: 95%;
      height: 1200px; }
      .newsletter-overlay .newsletter-container .overlay-close {
        right: -4px; }
  .newsletter-header {
    padding: 10px; }
    .newsletter-header p {
      margin: 10px 0; }
  .newsletter-body {
    padding: 20px 10px; }
    .newsletter-body fieldset {
      width: 100%; }
      .newsletter-body fieldset input, .newsletter-body fieldset select {
        width: 100%; }
    .newsletter-body .actions {
      text-align: center; }
      .newsletter-body .actions input {
        width: 100%; }
      .newsletter-body .actions .close {
        display: inline-block;
        margin: 10px 0; }
  .newsletter-footer ul {
    display: block; }
  .newsletter-options li {
    width: 100%; }
  .logo-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .logo {
    width: 80px;
    height: 64px;
    margin: 0 auto;
    display: block; } }

@media (max-width: 767px) {
  .hero {
    position: relative; }
  .hero-img-container {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 125%;
    overflow: hidden; }
    .hero-img-container:before {
      background-color: rgba(0, 0, 0, 0.3);
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
      background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%); }
    .hero-img-container:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 60px;
      background-color: transparent;
      background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%);
      background-image: linear-gradient(to bottom,transparent 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%); }
    @media only screen and (min-width: 321px) and (orientation: landscape) {
      .hero-img-container {
        padding-bottom: 75%; } }
  .hero-details-container {
    position: absolute;
    bottom: 124px;
    margin-left: 16px;
    margin-right: 32px;
    top: auto !important; }
    .hero-details-container .season-list-dropdown {
      width: 192px;
      position: absolute; }
      .hero-details-container .season-list-dropdown.seasons-expand {
        width: 285px; }
        .hero-details-container .season-list-dropdown.seasons-expand strong span, .hero-details-container .season-list-dropdown.seasons-expand li span {
          font-size: 13px; }
    .hero-details-container .show-name {
      font-size: 26px; }
    .hero-details-container .show-airdate {
      font-size: 16px; } }

@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 .series-description {
      padding: 32px 16px 40px 24px; }
    .episode-list .pb-promo {
      position: absolute;
      top: -276px;
      z-index: 10;
      width: 100%;
      margin-left: 16px;
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%); }
      .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; }
    @media only screen and (min-width: 321px) and (orientation: landscape) {
      .episode-list.episode-detail-overlay {
        width: 360px;
        margin: 0 auto; } }
    .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; }
    .episode-list .item-img-container .not-available-text {
      font-size: 14px;
      font-weight: 600;
      left: 24px;
      bottom: 24px; }
    .episode-list .item-img-container .ways-overlay .overlay-dialog {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .episode-list .item-img-container .ways-overlay .overlay-body strong {
      margin: 16px 0;
      font-size: 16px; }
    .episode-list .item-img-container .ways-overlay .overlay-body h2 {
      font-size: 16px;
      margin: 8px 26px 16px; }
    .episode-list .item-img-container .ways-overlay .overlay-body ul li {
      margin: 0 6px; }
      .episode-list .item-img-container .ways-overlay .overlay-body ul li img {
        width: 56px; } }

@media (max-width: 767px) {
  .series-playlist {
    width: auto;
    margin: 40px 2.1333%; }
    .series-playlist li {
      background: #000;
      margin-bottom: 16px; }
    .series-playlist .item-img-container {
      width: 43%;
      display: inline-block;
      vertical-align: top;
      padding-bottom: 33.44%; }
    .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;
      margin-bottom: 16px; } }

@media (max-width: 767px) {
  .show-newsletter {
    padding: 32px 24px 24px;
    margin: 24px 0px; }
    .show-newsletter .newsletter-form fieldset.email-fs {
      width: 100%; } }

@media (max-width: 767px) {
  .global-footer .footer-sections {
    display: none; }
  .global-footer ul li:nth-child(3), .global-footer ul li:nth-child(6) {
    display: inline; }
    .global-footer ul li:nth-child(3):after, .global-footer ul li:nth-child(6):after {
      content: "";
      height: 0;
      width: 0;
      display: block; } }

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