/* 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 */
header.global-header {
  z-index: 600;
  top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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; }
  header.global-header.white-header {
    box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5);
    background-color: rgba(155, 155, 155, 0.01); }
    header.global-header.white-header .header-links a {
      color: #000;
      font-size: 16px;
      text-transform: capitalize;
      font-weight: 600; }
      @media (max-width: 1120px) and (min-width: 767px) {
        header.global-header.white-header .header-links a {
          font-size: 14px;
          padding: 8px 5px; } }
    header.global-header.white-header .search .global-search {
      border-bottom: 1px solid black;
      display: none; }
      header.global-header.white-header .search .global-search .gsc-input input {
        color: #000; }
        @media (max-width: 767px) {
          header.global-header.white-header .search .global-search .gsc-input input {
            text-indent: 0 !important; } }
      header.global-header.white-header .search .global-search .gsc-clear-button:before {
        color: #000; }
    header.global-header.white-header .icon-list .icon-menu, header.global-header.white-header .search .icon-search {
      color: #000; }
      header.global-header.white-header .icon-list .icon-menu:hover, header.global-header.white-header .search .icon-search:hover {
        color: rgba(0, 0, 0, 0.7); }
    header.global-header.white-header .user-actions .options {
      background-color: #fff; }
    header.global-header.white-header .user-actions .profile-section-content .options a {
      color: #000; }
  header.global-header.main-header {
    position: absolute;
    left: 0;
    right: 0; }
    header.global-header.main-header .series-name {
      display: none; }
  header.global-header .logo-container {
    position: relative; }
    header.global-header .logo-container .skip-to-content {
      position: absolute;
      bottom: -50px;
      left: 0;
      color: black;
      font-weight: 600;
      padding: 12px;
      font-size: 14px;
      width: 150px;
      text-align: center;
      height: 0px;
      left: -9999px; }
      header.global-header .logo-container .skip-to-content:focus {
        height: auto;
        opacity: 1;
        cursor: pointer;
        left: 0; }
  header.global-header.interior-header {
    position: relative; }
    header.global-header.interior-header .series-name,
    header.global-header.interior-header .header-label {
      position: absolute;
      top: 50%;
      text-transform: uppercase;
      display: inline-block;
      line-height: 1.2em;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      header.global-header.interior-header .series-name a,
      header.global-header.interior-header .header-label 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 .logo-link {
      padding-right: 32px; }
  header.global-header.light-header {
    position: relative;
    padding: 8px 0;
    border-bottom: 1px solid rgba(18, 18, 26, 0.5);
    margin-bottom: 16px;
    height: 60px; }
    header.global-header.light-header.search-expanded .logo-link {
      margin-left: 50px;
      transition: all 0.3s ease; }
    header.global-header.light-header .header-links,
    header.global-header.light-header .mobile-mvpd {
      display: none; }
    header.global-header.light-header .menu-wrapper,
    header.global-header.light-header .icon-list {
      width: 100%; }
    header.global-header.light-header .icon-list {
      justify-content: space-between;
      padding-right: 8px;
      font-size: 12px; }
      header.global-header.light-header .icon-list .icon {
        color: rgba(18, 18, 26, 0.5); }
    header.global-header.light-header .menu-wrapper .search .icon-search {
      font-size: 20px; }
      header.global-header.light-header .menu-wrapper .search .icon-search:hover {
        color: rgba(18, 18, 26, 0.5); }
    header.global-header.light-header .menu-wrapper.show-search .search .global-search {
      margin-left: 0; }
      header.global-header.light-header .menu-wrapper.show-search .search .global-search div.gsc-clear-button:before {
        color: rgba(18, 18, 26, 0.5); }
      header.global-header.light-header .menu-wrapper.show-search .search .global-search .gsc-input input {
        border-bottom: 1px solid rgba(18, 18, 26, 0.5) !important;
        color: rgba(18, 18, 26, 0.5);
        padding: 0 20px 8px 4px !important; }
    header.global-header.light-header .menu-wrapper.show-search .icon.icon-search {
      padding-right: 0; }
      header.global-header.light-header .menu-wrapper.show-search .icon.icon-search:before {
        position: static; }
    header.global-header.light-header .logo-link {
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    header.global-header.light-header .logo {
      width: 75px;
      height: 40px;
      background-position: center center; }
  header.global-header.nav-expanded .navigation {
    z-index: 2000;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  header.global-header.nav-expanded .menu-wrapper {
    z-index: 2001; }
    header.global-header.nav-expanded .menu-wrapper .user-actions,
    header.global-header.nav-expanded .menu-wrapper .icon-list > *:not(.icon-cancel) {
      -webkit-transition: none !important;
      -moz-transition: none !important;
      transition: none !important; }
    header.global-header.nav-expanded .menu-wrapper .icon-list .search .icon-search {
      -webkit-transition: none;
      -moz-transition: none;
      transition: none; }
    header.global-header.nav-expanded .menu-wrapper .icon-menu {
      opacity: 0;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
  header.global-header:not(.nav-expanded) .menu-wrapper .icon-cancel {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  header.global-header .branch-journeys-top {
    display: none; }
  header.global-header .header-links {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1; }
  header.global-header .header-links li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: transparent;
    transition: all 0.4s ease-out 0.1s; }
  header.global-header .header-links li a:hover::after {
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.8s ease-out 0.1s; }
  header.global-header .header-links li a:focus {
    outline: solid 2px #4D90FE; }
  header.global-header .header-links li a:focus:not(:focus-visible) {
    outline: none; }
  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;
    display: block; }
  header.global-header .menu-wrapper {
    position: relative;
    z-index: 20;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    header.global-header .menu-wrapper.show-search .user-actions {
      display: none; }
    header.global-header .menu-wrapper .user-actions {
      display: none; }
      header.global-header .menu-wrapper .user-actions a:focus {
        outline: solid 2px #4D90FE; }
      header.global-header .menu-wrapper .user-actions a:focus:not(:focus-visible) {
        outline: none; }
      header.global-header .menu-wrapper .user-actions a:not(#nav-mvpd-logo), header.global-header .menu-wrapper .user-actions a:not(.profile.has-options) {
        -webkit-transition: all 0.3s ease-in-out, visibility 0s;
        -moz-transition: all 0.3s ease-in-out, visibility 0s;
        transition: all 0.3s ease-in-out, visibility 0s; }
        header.global-header .menu-wrapper .user-actions a:not(#nav-mvpd-logo):hover, header.global-header .menu-wrapper .user-actions a:not(.profile.has-options):hover {
          opacity: 0.8; }
        header.global-header .menu-wrapper .user-actions a:not(#nav-mvpd-logo):focus, header.global-header .menu-wrapper .user-actions a:not(.profile.has-options):focus {
          outline: solid 2px #4D90FE; }
        header.global-header .menu-wrapper .user-actions a:not(#nav-mvpd-logo):focus:not(:focus-visible), header.global-header .menu-wrapper .user-actions a:not(.profile.has-options):focus:not(:focus-visible) {
          outline: none; }
  header.global-header .generic-provider {
    margin: 0 10px 5px; }
  header.global-header .icon-list {
    padding: 0 0 0 12px;
    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; }
    header.global-header .icon-list .icon {
      margin: 0;
      padding: 0 10px;
      display: inline-block;
      vertical-align: middle; }
    header.global-header .icon-list .icon-menu {
      font-size: 2.8125em;
      color: #fff; }
      header.global-header .icon-list .icon-menu:hover {
        color: rgba(255, 255, 255, 0.8); }
      header.global-header .icon-list .icon-menu:focus {
        outline: solid 2px #4D90FE; }
      header.global-header .icon-list .icon-menu:focus:not(:focus-visible) {
        outline: none; }
  header.global-header .show-search .search {
    width: auto; }
    header.global-header .show-search .search .icon-search:before {
      position: absolute;
      left: 20px;
      top: -4px; }
    header.global-header .show-search .search .global-search {
      max-width: 300px;
      margin-left: 16px;
      display: block; }
  header.global-header .search {
    position: relative;
    width: 42px;
    height: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    header.global-header .search .icon-search {
      font-size: 1.25em;
      color: #fff;
      -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 .search .icon-search:before {
        line-height: 32px; }
      header.global-header .search .icon-search:hover {
        color: rgba(255, 255, 255, 0.8); }
    header.global-header .search .global-search {
      position: relative;
      max-width: 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;
      -webkit-transform-origin: right;
      -moz-transform-origin: right;
      -ms-transform-origin: right;
      -o-transform-origin: right;
      transform-origin: right; }
      header.global-header .search .global-search table.gsc-search-box td.gsc-input {
        padding-right: 0; }
      header.global-header .search .global-search form.gsc-search-box {
        padding: 0;
        margin: 0; }
      header.global-header .search .global-search .gsc-input input {
        background: none !important;
        border: none;
        border-bottom: 1px solid #fff !important;
        padding: 0 6px 8px 10px !important;
        color: #fff;
        font-size: 13px;
        height: auto !important; }
        header.global-header .search .global-search .gsc-input input:hover, header.global-header .search .global-search .gsc-input input:focus {
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          border: none;
          background: none !important; }
      header.global-header .search .global-search .gsc-input-box {
        border: none;
        background: transparent;
        height: auto; }
        header.global-header .search .global-search .gsc-input-box.gsc-input-box-focus, header.global-header .search .global-search .gsc-input-box.gsc-input-box-hover {
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
        header.global-header .search .global-search .gsc-input-box:focus, header.global-header .search .global-search .gsc-input-box:hover {
          border: none;
          background: transparent;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
      header.global-header .search .global-search .gsc-search-button {
        display: none; }
      header.global-header .search .global-search td.gsc-clear-button {
        width: 0;
        display: block; }
      header.global-header .search .global-search div.gsc-clear-button {
        background: none;
        position: absolute;
        right: 0;
        bottom: 10px;
        display: block; }
        header.global-header .search .global-search div.gsc-clear-button:before {
          content: "\71";
          font-family: "icon-fonts";
          font-size: 16px;
          color: #fff; }
        @media (max-width: 767px) {
          header.global-header .search .global-search div.gsc-clear-button {
            bottom: 0; } }
      header.global-header .search .global-search .gsib_b {
        display: none; }
  header.global-header .menu-wrapper .icon-menu,
  header.global-header .menu-wrapper .icon-cancel,
  header.global-header .navigation .icon-menu,
  header.global-header .navigation .icon-cancel {
    -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 .menu-wrapper .icon-cancel,
  header.global-header .navigation .icon-cancel {
    position: absolute;
    right: 0;
    width: 60px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  header.global-header .icon-notification svg {
    width: 24px;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }
  header.global-header .navigation {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    color: #fff;
    -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 ul {
      text-align: left; }
    header.global-header .navigation li a {
      color: rgba(255, 255, 255, 0.7);
      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 {
      display: block;
      margin-left: 2px; }
      header.global-header .global-nav .site-name a:focus {
        outline: solid 2px #4D90FE; }
      header.global-header .global-nav .site-name a:focus:not(:focus-visible) {
        outline: none; }
  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; }
  header.global-header .global-nav-list a:focus {
    outline: solid 2px #4D90FE; }
  header.global-header .global-nav-list a:focus:not(:focus-visible) {
    outline: none; }
  header.global-header .brand-social {
    text-transform: uppercase; }
    header.global-header .brand-social a:focus {
      outline: solid 2px #4D90FE; }
    header.global-header .brand-social a:focus:not(:focus-visible) {
      outline: none; }
    header.global-header .brand-social ul {
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      padding: 10px 0; }
    header.global-header .brand-social li {
      display: inline-block;
      margin-left: 4px;
      vertical-align: middle; }
    header.global-header .brand-social .icon {
      font-size: 21px;
      line-height: 18px;
      color: rgba(255, 255, 255, 0.7);
      padding: 12px;
      width: 50px;
      height: 50px;
      border-radius: 50px;
      border-radius: 45px; }
      header.global-header .brand-social .icon.icon-youtube-dark {
        font-size: 24px;
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        -o-transform: translateY(-3px);
        transform: translateY(-3px); }
    header.global-header .brand-social .email-signup {
      margin: 16px 16px 16px 8px; }
      header.global-header .brand-social .email-signup .icon {
        vertical-align: middle; }
      header.global-header .brand-social .email-signup a {
        color: rgba(255, 255, 255, 0.7);
        font-weight: bold; }
  header.global-header .navigation ul li.active a,
  header.global-header .navigation ul li:hover a {
    color: #fff; }
  header.global-header .navigation .show-nav h2 {
    color: #fff; }
  header.global-header .navigation .brand-social .email-signup a:hover {
    color: #fff; }
    header.global-header .navigation .brand-social .email-signup a:hover .icon {
      color: #fff; }

body .gsc-completion-container {
  background-color: #2b2b2b;
  border: none;
  padding: 8px 18px; }

body .gsc-completion-selected {
  color: #999;
  background: rgba(255, 255, 255, 0.1); }

body .gsq_a {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px 0;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  font-size: 13px; }

body .gsq_a b {
  color: #999;
  font-weight: normal; }

/* 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 */
.internal-nav {
  background: #2b2b2b;
  position: relative;
  z-index: 105;
  padding-bottom: 1px; }
  .internal-nav.fixed-nav {
    position: fixed;
    top: 66px;
    z-index: 500; }
    .internal-nav.fixed-nav .program-title {
      max-height: 100px; }
    .internal-nav.fixed-nav nav a {
      color: rgba(255, 255, 255, 0.7);
      height: auto;
      padding: 16px 40px; }
  .internal-nav.section-nav .program-title {
    padding: 12px 0; }
  .internal-nav nav {
    margin: 0 auto; }
    .internal-nav nav > ul {
      margin-left: -24px;
      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; }
      .internal-nav nav > ul > li {
        position: relative; }
        .internal-nav nav > ul > li > a {
          max-width: 200px;
          height: 40px; }
          .internal-nav nav > ul > li > a span {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            max-height: 2.4em;
            overflow: hidden; }
    .internal-nav nav li a {
      padding: 0 24px;
      color: rgba(255, 255, 255, 0.5);
      text-transform: uppercase;
      font-weight: 600;
      text-align: center;
      font-size: 14px;
      line-height: 1.2em;
      overflow: hidden;
      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;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
      .internal-nav nav li a:hover {
        background: #3e3e3e; }
      .internal-nav nav li a:focus {
        background: #3e3e3e; }
      .internal-nav nav li a.selected {
        font-weight: bold; }
        .internal-nav nav li a.selected:before {
          top: 40%; }
      .internal-nav nav li a.more-nav {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        .internal-nav nav li a.more-nav:before {
          -webkit-box-ordinal-group: 2;
          -moz-box-ordinal-group: 2;
          box-ordinal-group: 2;
          -webkit-order: 2;
          -moz-order: 2;
          order: 2;
          -ms-flex-order: 2;
          margin-left: 8px; }
        .internal-nav nav li a.more-nav.expanded {
          background: #3e3e3e; }
          .internal-nav nav li a.more-nav.expanded:before {
            visibility: hidden; }
          .internal-nav nav li a.more-nav.expanded + .nav-more-list {
            max-height: 500px; }
    .internal-nav nav .nav-more-list {
      position: absolute;
      z-index: 10;
      background: #3e3e3e;
      max-height: 0;
      width: 330px;
      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; }
      .internal-nav nav .nav-more-list a {
        text-align: left;
        height: 48px; }
        .internal-nav nav .nav-more-list a:focus {
          background: #848484; }
  .internal-nav .program-title,
  .internal-nav .page-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.5em;
    padding-top: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .internal-nav .program-title span,
    .internal-nav .page-title span {
      font-size: 0.66667em;
      text-transform: none;
      color: rgba(255, 255, 255, 0.7); }
    .internal-nav .program-title a,
    .internal-nav .page-title a {
      color: #fff; }

.internal-nav-wrapper {
  position: relative; }
  .internal-nav-wrapper .hero-nav {
    width: 100%; }
    .internal-nav-wrapper .hero-nav:not(.fixed-nav) {
      background: rgba(0, 0, 0, 0.72);
      position: absolute;
      bottom: 0; }
      .internal-nav-wrapper .hero-nav:not(.fixed-nav) .program-title {
        max-height: 0;
        overflow: hidden;
        padding: 0; }
    .internal-nav-wrapper .hero-nav nav > ul {
      margin-left: -40px; }
      .internal-nav-wrapper .hero-nav nav > ul > li > a {
        height: 60px;
        padding: 0 40px; }
    .internal-nav-wrapper .hero-nav nav li a {
      color: #ececec; }

.white-header + .internal-nav {
  background: #f1f1f1; }

/* 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 */
.this-day-in-history .current-date {
  background-color: #555;
  display: inline-block;
  vertical-align: middle;
  width: 168px;
  height: 110px;
  text-align: center;
  color: white;
  padding: 10px 0;
  position: relative;
  z-index: 10;
  cursor: pointer; }
  .this-day-in-history .current-date .month {
    font-size: 1.65em;
    text-transform: uppercase;
    font-weight: normal;
    display: block; }
  .this-day-in-history .current-date .day {
    font-size: 3.7em;
    margin-bottom: 10px;
    display: block;
    font-weight: 700; }
  .this-day-in-history .current-date .view-it {
    color: #fff;
    font-size: 0.750em;
    font-weight: bold;
    display: block; }
    .this-day-in-history .current-date .view-it:hover {
      text-decoration: underline; }
  .this-day-in-history .current-date:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 84px 0 84px;
    border-color: #555 transparent transparent transparent;
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    z-index: -1; }

.this-day-in-history .head-title {
  display: inline-block;
  margin-left: 0; }

.this-day-in-history #date-picker {
  height: 0;
  transition: all 0.2s ease;
  background-color: #efefef;
  box-shadow: 0 1px 2px #d3d3d3;
  overflow: hidden;
  padding: 0;
  position: relative;
  box-sizing: border-box; }
  .this-day-in-history #date-picker.open {
    height: 350px;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px #d3d3d3;
    padding: 50px 0 40px; }
  .this-day-in-history #date-picker .close-btn {
    font-size: 15px;
    color: #232323;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer; }
    .this-day-in-history #date-picker .close-btn:before {
      font-size: 12px;
      margin-right: 8px;
      display: inline-block; }
    .this-day-in-history #date-picker .close-btn:hover {
      text-decoration: underline; }
  .this-day-in-history #date-picker .owl-item {
    display: inline-block;
    vertical-align: top; }
  .this-day-in-history #date-picker #slide-container {
    position: relative;
    left: 0;
    transition: left 0.4s linear; }
  .this-day-in-history #date-picker .title {
    background-color: #232323;
    color: white;
    text-align: center;
    padding: 6px 0; }
  .this-day-in-history #date-picker .prev, .this-day-in-history #date-picker .next {
    display: none; }
  .this-day-in-history #date-picker .center .calendar-month {
    opacity: 1;
    position: relative; }
    .this-day-in-history #date-picker .center .calendar-month .prev, .this-day-in-history #date-picker .center .calendar-month .next {
      display: block;
      position: absolute;
      top: 50%;
      font-size: 20px;
      cursor: pointer; }
    .this-day-in-history #date-picker .center .calendar-month .prev {
      left: -29px; }
    .this-day-in-history #date-picker .center .calendar-month .next {
      right: -29px; }
  .this-day-in-history #date-picker .calendar-month {
    width: 400px;
    height: 210px;
    display: inline-block;
    margin: 0 40px;
    opacity: 0.4; }
    .this-day-in-history #date-picker .calendar-month > h4 {
      background-color: black;
      color: white;
      text-align: center;
      padding: 4px 0;
      text-transform: uppercase; }
    .this-day-in-history #date-picker .calendar-month table {
      width: 100%;
      height: 100%;
      table-layout: fixed; }
    .this-day-in-history #date-picker .calendar-month td {
      text-align: center;
      border: 1px solid black;
      vertical-align: middle; }
      .this-day-in-history #date-picker .calendar-month td.filled a {
        background-color: #fafafa; }
      .this-day-in-history #date-picker .calendar-month td.selected a {
        background-color: #f84545;
        color: white; }
      .this-day-in-history #date-picker .calendar-month td a {
        cursor: pointer;
        display: block;
        text-decoration: none;
        padding: 14px 0;
        color: #232323;
        background-color: #efefef;
        transition: background-color 0.6s ease; }
        .this-day-in-history #date-picker .calendar-month td a:hover {
          background-color: #f84545;
          color: white; }

.this-day-in-history .program-title {
  margin-left: 40px;
  vertical-align: middle;
  display: inline-block; }
  .this-day-in-history .program-title .nav-label {
    text-transform: uppercase;
    color: #eb0028;
    font-size: 1.4em;
    padding-top: 12px; }
  .this-day-in-history .program-title .short-date-sticky {
    display: none; }

.this-day-in-history .sticky-nav {
  display: none; }

.this-day-in-history .nav-wrapper {
  position: relative; }

.this-day-in-history.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: black; }
  .this-day-in-history.sticky .current-date {
    display: none; }
  .this-day-in-history.sticky .content-inner {
    text-align: center; }
  .this-day-in-history.sticky .program-title {
    margin: auto;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; }
    .this-day-in-history.sticky .program-title .nav-label {
      font-size: 1em; }
  .this-day-in-history.sticky .short-date-sticky {
    display: inline-block;
    color: white;
    text-transform: uppercase;
    font-size: 1em; }
  .this-day-in-history.sticky .sticky-nav {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff; }
    .this-day-in-history.sticky .sticky-nav:hover {
      text-decoration: underline; }
    .this-day-in-history.sticky .sticky-nav.prev-day {
      left: 0; }
    .this-day-in-history.sticky .sticky-nav.next-day {
      right: 0; }
    .this-day-in-history.sticky .sticky-nav span {
      text-transform: uppercase;
      vertical-align: 20%;
      margin: 0 16px;
      color: rgba(255, 255, 255, 0.7); }
    .this-day-in-history.sticky .sticky-nav.next-day:before {
      position: absolute;
      right: -20px; }
    .this-day-in-history.sticky .sticky-nav.prev-day:before {
      position: absolute;
      left: -20px; }

.this-day-in-history .owl-carousel .owl-stage-outer {
  overflow: visible; }

/* 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 */
@media (max-width: 1024px) {
  .this-day-in-history {
    z-index: 500; }
    .this-day-in-history .program-title {
      font-size: 1em;
      margin-left: 10px;
      vertical-align: middle; }
      .this-day-in-history .program-title .nav-label {
        padding: 0;
        margin-top: 0; }
    .this-day-in-history.sticky {
      height: 40px; }
      .this-day-in-history.sticky .nav-wrapper {
        left: 0;
        padding: 4px;
        cursor: pointer;
        margin: 0 auto 8px; }
      .this-day-in-history.sticky .program-title {
        padding: 0; }
        .this-day-in-history.sticky .program-title .nav-label {
          padding: 0;
          display: inline-block;
          vertical-align: middle;
          margin-top: 8px; }
      .this-day-in-history.sticky .sticky-nav span {
        display: none; }
      .this-day-in-history.sticky .sticky-nav.prev-day {
        right: 20px;
        top: 10px; }
        .this-day-in-history.sticky .sticky-nav.prev-day:before {
          left: 0; }
      .this-day-in-history.sticky .sticky-nav.next-day {
        left: -20px;
        top: 10px; }
        .this-day-in-history.sticky .sticky-nav.next-day:before {
          right: 0; }
      .this-day-in-history.sticky .short-date-sticky {
        display: inline-block;
        vertical-align: middle; }
      .this-day-in-history.sticky .short-date-sticky, .this-day-in-history.sticky .head-title {
        font-size: 16px; }
    .this-day-in-history .current-date {
      width: 78px;
      height: 70px; }
      .this-day-in-history .current-date:after {
        bottom: -10px;
        border-width: 10px 40px 0 38px; }
      .this-day-in-history .current-date .view-it {
        display: none; }
      .this-day-in-history .current-date .month {
        font-size: 18px; }
      .this-day-in-history .current-date .day {
        font-size: 36px; }
    .this-day-in-history .sticky-nav {
      display: none; }
    .this-day-in-history .nav-wrapper {
      left: 0;
      margin: 0;
      width: 100%;
      white-space: nowrap; }
    .this-day-in-history #date-picker .close-btn {
      display: none; }
    .this-day-in-history #date-picker.open {
      padding: 8px 0;
      height: 210px; }
    .this-day-in-history #date-picker .calendar-month {
      margin: 0 4px;
      width: 300px;
      height: 110px; }
      .this-day-in-history #date-picker .calendar-month table {
        background-color: #ddd; }
      .this-day-in-history #date-picker .calendar-month h4 {
        background-color: #ddd;
        color: black;
        font-weight: 300; }
      .this-day-in-history #date-picker .calendar-month td {
        border: none; }
        .this-day-in-history #date-picker .calendar-month td.filled a {
          background-color: #ddd; }
        .this-day-in-history #date-picker .calendar-month td a {
          padding: 10px 0;
          font-size: 14px; }
    .this-day-in-history #date-picker .center .calendar-month .prev, .this-day-in-history #date-picker .center .calendar-month .next {
      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 */
@media (max-width: 767px) {
  header.global-header {
    z-index: 1001;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -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; }
    header.global-header.main-header .logo-link {
      padding: 10px 16px; }
    header.global-header.main-header .logo {
      height: 65px;
      width: 85px; }
    header.global-header.interior-header {
      padding: 0 2px 0 12px; }
      header.global-header.interior-header .series-name,
      header.global-header.interior-header .header-label {
        top: 55%;
        font-size: 20px;
        width: calc(100% - 146px);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
      header.global-header.interior-header .tuneInInfo {
        display: none; }
      header.global-header.interior-header .logo-link {
        padding: 0;
        margin-right: 16px; }
      header.global-header.interior-header .logo {
        width: 75px;
        height: 40px; }
    header.global-header.nav-expanded .navigation {
      opacity: 1;
      visibility: visible; }
      header.global-header.nav-expanded .navigation .show-search .search .icon-search:before {
        color: #fff; }
    header.global-header.nav-expanded .menu-wrapper .user-actions,
    header.global-header.nav-expanded .menu-wrapper .icon-list > *:not(.icon-cancel) {
      display: none; }
    header.global-header.nav-expanded .nav-head .icon-cancel {
      z-index: 10;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    header.global-header .header-links {
      display: none; }
    header.global-header .menu-wrapper .icon-menu {
      margin-top: 4px; }
    header.global-header .global-search {
      width: 150px; }
    header.global-header .navigation {
      position: absolute;
      opacity: 0;
      visibility: hidden;
      background: #303037;
      -webkit-transition: opacity 0.4s ease-in-out, visibility 0s linear;
      -moz-transition: opacity 0.4s ease-in-out, visibility 0s linear;
      transition: opacity 0.4s ease-in-out, visibility 0s linear; }
      header.global-header .navigation.fixed-overflow {
        overflow: hidden; }
      header.global-header .navigation h2,
      header.global-header .navigation .site-name {
        text-align: left; }
      header.global-header .navigation h2 {
        padding: 50px 16px 16px;
        font-size: 24px;
        line-height: 33px; }
      header.global-header .navigation .site-name {
        font-size: 32px; }
        header.global-header .navigation .site-name a {
          color: #fff; }
      header.global-header .navigation li:last-child {
        border-bottom: none; }
      header.global-header .navigation li.active a {
        font-weight: bold;
        color: white; }
      header.global-header .navigation li a {
        padding: 20px 16px;
        margin-left: 2px;
        color: #fff; }
    header.global-header .show-nav {
      background: #292930;
      border-bottom: 2px solid #151515; }
    header.global-header .global-nav-list li a,
    header.global-header .local-nav li a {
      border-top: 1px solid #151515; }
    header.global-header .global-nav {
      border-bottom: 1px solid #000;
      margin-bottom: 200px;
      background: #303037; }
      header.global-header .global-nav li a {
        color: #fff; }
      header.global-header .global-nav .site-name {
        display: block; }
        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 .mvpd-logo {
          text-align: left;
          font-size: 12px; }
    header.global-header .local-nav li a {
      color: #cbcbcb;
      -webkit-tap-highlight-color: rgba(24, 24, 24, 0.4); }
    header.global-header .nav-head {
      max-height: 57px;
      background: #292930;
      border-bottom: 1px solid #151515;
      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; }
      header.global-header .nav-head.expanded {
        max-height: 116px; }
        header.global-header .nav-head.expanded .user-option-content .profile:after {
          -webkit-transform: scale(1, -1);
          -moz-transform: scale(1, -1);
          -ms-transform: scale(1, -1);
          -o-transform: scale(1, -1);
          transform: scale(1, -1); }
      header.global-header .nav-head .user-actions,
      header.global-header .nav-head .profile-section-content {
        height: 100%; }
      header.global-header .nav-head .profile-section-content > a {
        padding: 20px 18px;
        color: #d2d2d2;
        font-weight: 600;
        display: block;
        width: calc(100% - 60px);
        background: #3b3b45;
        border-right: 1px solid #151515;
        line-height: 1em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      header.global-header .nav-head .user-option-content .profile:after {
        content: "\6b";
        font-family: "icon-fonts" !important;
        display: inline-block;
        margin-left: 8px;
        font-size: 26px;
        vertical-align: bottom; }
      header.global-header .nav-head .user-option-content .options {
        background: #3b3b45;
        border-top: 1px solid #151515;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        header.global-header .nav-head .user-option-content .options li {
          width: 33.33%;
          font-size: 14px;
          text-align: center;
          -webkit-flex-grow: 1;
          -moz-flex-grow: 1;
          flex-grow: 1;
          -ms-flex-positive: 1; }
          header.global-header .nav-head .user-option-content .options li:not(:last-child) {
            border-right: 1px solid #151515; }
      header.global-header .nav-head .icon-cancel {
        font-size: 26px;
        top: 0;
        padding: 14px;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
    header.global-header .search-wrapper {
      height: 98px;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      header.global-header .search-wrapper:not(.show-search) .site-name,
      header.global-header .search-wrapper:not(.show-search) .search {
        padding-top: 50px;
        padding-bottom: 16px; }
      header.global-header .search-wrapper.show-search {
        -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; }
        header.global-header .search-wrapper.show-search .site-name,
        header.global-header .search-wrapper.show-search .search {
          padding-top: 12px; }
        header.global-header .search-wrapper.show-search .global-search {
          width: 100%;
          max-width: 100%; }
      header.global-header .search-wrapper .site-name,
      header.global-header .search-wrapper .search {
        padding-right: 16px;
        padding-left: 16px; }
      header.global-header .search-wrapper .search {
        padding: 50px 16px 16px;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
        -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; }
        header.global-header .search-wrapper .search .global-search {
          height: 30px; }
        header.global-header .search-wrapper .search .icon-search {
          position: relative;
          left: -20px;
          color: #fff; }
    header.global-header .user-actions.profile-signed-in .profile-signin-content {
      display: none; }
    header.global-header .user-actions.profile-signed-in .user-option-content {
      display: block; }
    header.global-header .user-actions.profile-signed-out .profile-signin-content {
      display: block; }
    header.global-header .user-actions.profile-signed-out .user-option-content {
      display: none; }
    header.global-header .brand-social .email-signup {
      margin-left: 16px; }
    header.global-header .mobile-mvpd {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      background: #000;
      z-index: 2002;
      padding: 0px 16px;
      text-align: right;
      height: 30px;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      header.global-header .mobile-mvpd .mvpd-logo {
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px; }
        header.global-header .mobile-mvpd .mvpd-logo.mvpd-mobile-logo {
          display: inline-block !important; }
      header.global-header .mobile-mvpd .sign-out {
        font-size: 13px;
        text-transform: uppercase;
        color: #fff; }
      header.global-header .mobile-mvpd img.generic-provider {
        height: 20px;
        margin: 4px 4px 6px; }
      header.global-header .mobile-mvpd img:not(.generic-provider) {
        height: 30px; }
    header.global-header.white-header .search .global-search .gsc-clear-button:before {
      color: #fff; }
    header.global-header.white-header .user-actions .profile-section-content .options a {
      color: #fff; }
  .signed-in header.global-header:not(.light-header) {
    padding-top: 30px; }
    .signed-in header.global-header:not(.light-header) .navigation {
      top: 30px; }
  .signed-in header.global-header.interior-header .header-label,
  .signed-in header.global-header.interior-header .series-name {
    top: calc(55% + 10px); }
  .signed-in header.global-header .mobile-mvpd {
    max-height: 30px; }
  .force-search-position {
    top: 140px !important; } }

/* 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 */
@media (max-width: 1024px) {
  .internal-nav.hero-nav {
    display: none; }
  .internal-nav .program-title {
    padding-bottom: 12px; }
    .internal-nav .program-title span {
      display: block;
      margin-top: 8px; }
  .internal-nav nav > ul {
    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 */
@media (min-width: 768px) {
  header.global-header.main-header {
    -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.main-header .logo {
      -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.main-header.fixed-header {
      padding: 8px 40px;
      background: #000;
      position: fixed;
      height: 66px;
      z-index: 500;
      -webkit-transition: opacity 0.3s ease-in-out, visibility 0 ease-in-out 0.3s;
      -moz-transition: opacity 0.3s ease-in-out, visibility 0 ease-in-out 0.3s;
      transition: opacity 0.3s ease-in-out, visibility 0 ease-in-out 0.3s; }
      header.global-header.main-header.fixed-header .header-links {
        opacity: 0;
        visibility: hidden; }
      header.global-header.main-header.fixed-header .logo {
        height: 48px; }
  header.global-header.interior-header .series-name,
  header.global-header.interior-header .header-label {
    width: calc( 100% - 113px - 112px - 400px); }
    header.global-header.interior-header .series-name a:hover,
    header.global-header.interior-header .header-label 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 .series-name .tuneInInfo,
    header.global-header.interior-header .header-label .tuneInInfo {
      color: rgba(255, 255, 255, 0.8);
      font-size: 16px;
      text-transform: none;
      line-height: 0.86em;
      font-weight: 600;
      line-height: 1em; }
  header.global-header.nav-expanded .navigation {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    display: block; }
  header.global-header.nav-expanded .menu-wrapper .user-actions,
  header.global-header.nav-expanded .menu-wrapper .icon-list > *:not(.icon-cancel) {
    visibility: hidden; }
  header.global-header .site-name .logo {
    height: 88px;
    width: 125px; }
  header.global-header .global-search {
    width: 300px; }
  header.global-header .navigation {
    position: fixed;
    background: #000;
    opacity: 0;
    visibility: hidden;
    display: none;
    -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 .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 .site-name,
      header.global-header .nav-wrapper.nav-no-series .brand-social {
        width: 44%; }
      header.global-header .nav-wrapper.nav-no-series .global-nav-list {
        width: 56%;
        left: calc(44% + 1px); }
        header.global-header .nav-wrapper.nav-no-series .global-nav-list a {
          color: rgba(255, 255, 255, 0.56); }
    header.global-header .nav-wrapper.nav-no-brand {
      width: 600px; }
      header.global-header .nav-wrapper.nav-no-brand .global-nav {
        width: 100%; }
        header.global-header .nav-wrapper.nav-no-brand .global-nav .site-name {
          width: 44.1%; }
      header.global-header .nav-wrapper.nav-no-brand .brand-social {
        width: 44.1%; }
      header.global-header .nav-wrapper.nav-no-brand .show-nav {
        width: 55%; }
  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 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.7);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        text-transform: capitalize; }
      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 .mobile-option-section {
      display: none; }
    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.7); }
        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 .global-nav-list {
      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 .global-nav-list 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 .global-nav-list li a {
          display: block;
          padding: 16px 16px 16px 24px;
          color: rgba(255, 255, 255, 0.7);
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          transition: all 0.4s; }
        header.global-header .global-nav .global-nav-list 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 {
        color: rgba(255, 255, 255, 0.8);
        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 .brand-social {
    width: 28.26%;
    top: 180px;
    position: absolute;
    left: 0; }
    header.global-header .brand-social ul {
      text-align: right;
      padding-right: 20px; }
    header.global-header .brand-social .icon {
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s; }
    header.global-header .brand-social .email-signup {
      text-align: right; }
      header.global-header .brand-social .email-signup a {
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s; }
  header.global-header .menu-wrapper {
    margin-right: 0;
    cursor: pointer; }
    header.global-header .menu-wrapper .user-actions {
      display: inline-block;
      vertical-align: middle; }
      header.global-header .menu-wrapper .user-actions.no-mvpd .mvpd-logo {
        display: none !important; }
      header.global-header .menu-wrapper .user-actions.profile-signed-in .user-option {
        display: inline-block; }
      header.global-header .menu-wrapper .user-actions.profile-signed-in .profile-signin {
        display: none !important; }
      header.global-header .menu-wrapper .user-actions.profile-signed-out .profile-signin {
        display: inline-block; }
      header.global-header .menu-wrapper .user-actions.profile-signed-out .user-option {
        display: none !important; }
      header.global-header .menu-wrapper .user-actions .profile-signin,
      header.global-header .menu-wrapper .user-actions .user-option,
      header.global-header .menu-wrapper .user-actions .mvpd-logo,
      header.global-header .menu-wrapper .user-actions > a.sign-in {
        position: relative;
        height: 40px;
        line-height: 40px; }
        header.global-header .menu-wrapper .user-actions .profile-signin:after,
        header.global-header .menu-wrapper .user-actions .user-option:after,
        header.global-header .menu-wrapper .user-actions .mvpd-logo:after,
        header.global-header .menu-wrapper .user-actions > a.sign-in:after {
          content: "";
          display: inline-block;
          width: 1px;
          height: 60%;
          background-color: rgba(216, 216, 216, 0.5);
          position: absolute;
          top: 20%;
          right: 0; }
      header.global-header .menu-wrapper .user-actions .profile-signin:after,
      header.global-header .menu-wrapper .user-actions .user-option:after {
        margin-right: 0; }
      header.global-header .menu-wrapper .user-actions .user-option .profile {
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      header.global-header .menu-wrapper .user-actions .mvpd-logo {
        display: inline-block;
        position: relative; }
        header.global-header .menu-wrapper .user-actions .mvpd-logo:after {
          margin-left: 0; }
      header.global-header .menu-wrapper .user-actions > a.sign-out {
        color: rgba(255, 255, 255, 0.56);
        font-size: 14px;
        margin-left: 8px; }
      header.global-header .menu-wrapper .user-actions a:not(.promo-sign-in) {
        text-transform: uppercase;
        font-weight: 600;
        display: inline-block;
        font-size: 1em;
        color: rgba(255, 255, 255, 0.86); }
        header.global-header .menu-wrapper .user-actions a:not(.promo-sign-in).sign-in, header.global-header .menu-wrapper .user-actions a:not(.promo-sign-in).register {
          line-height: 28px; }
      header.global-header .menu-wrapper .user-actions > *,
      header.global-header .menu-wrapper .user-actions .mvpd-logo *,
      header.global-header .menu-wrapper .user-actions .user-option * {
        vertical-align: middle; }
    header.global-header .menu-wrapper .icon-menu:before {
      float: right; }
    header.global-header .menu-wrapper .icon-cancel {
      font-size: 32px;
      top: 4px; }
  header.global-header.white-header .menu-wrapper .user-actions a {
    color: #000 !important; }
  header.global-header.white-header .menu-wrapper .user-actions > *:after {
    background-color: rgba(0, 0, 0, 0.5) !important; }
  header.global-header .provider-details {
    display: none; } }

@media (min-width: 768px) and (max-width: 1024px) {
  header.global-header.main-header {
    padding: 16px 32px; }
    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 .header-links {
    visibility: hidden;
    height: 0; }
  header.global-header .menu-wrapper .user-actions.profile-signed-out .profile-icon .icon {
    color: #777; }
  header.global-header .menu-wrapper .user-actions.profile-signed-in .profile-icon .icon {
    color: #fff; }
  header.global-header .menu-wrapper .user-actions .user-option-content .profile {
    background-color: #444; }
  header.global-header .menu-wrapper .user-actions .user-option-content:before {
    border-color: transparent transparent #444;
    z-index: -1; }
  header.global-header .menu-wrapper .user-actions .mvpd-logo:after {
    margin-right: 0; }
  header.global-header .menu-wrapper .user-actions .profile-icon {
    display: inline-block;
    padding: 0 5px;
    cursor: pointer; }
    header.global-header .menu-wrapper .user-actions .profile-icon .icon {
      font-size: 28px;
      line-height: 1.2em;
      vertical-align: middle;
      position: relative;
      top: 2px; }
  header.global-header .menu-wrapper .user-actions .user-option,
  header.global-header .menu-wrapper .user-actions .profile-signin,
  header.global-header .menu-wrapper .user-actions .mvpd-logo {
    position: relative; }
    header.global-header .menu-wrapper .user-actions .user-option:after,
    header.global-header .menu-wrapper .user-actions .profile-signin:after,
    header.global-header .menu-wrapper .user-actions .mvpd-logo:after {
      margin-left: 0; }
    header.global-header .menu-wrapper .user-actions .user-option .profile-section-content,
    header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content,
    header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content {
      position: absolute;
      right: 0;
      top: 50px;
      background: #fff;
      width: 180px;
      max-height: 0;
      overflow: hidden;
      border-radius: 2px;
      -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
      -webkit-transition: max-height 0.2s ease-in-out;
      -moz-transition: max-height 0.2s ease-in-out;
      transition: max-height 0.2s ease-in-out; }
      header.global-header .menu-wrapper .user-actions .user-option .profile-section-content.display,
      header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content.display,
      header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content.display {
        max-height: 270px;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s; }
      header.global-header .menu-wrapper .user-actions .user-option .profile-section-content:before,
      header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content:before,
      header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 13px 26px;
        position: absolute;
        top: -13px;
        right: 15px; }
      header.global-header .menu-wrapper .user-actions .user-option .profile-section-content > a,
      header.global-header .menu-wrapper .user-actions .user-option .profile-section-content .options li a,
      header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content > a,
      header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content .options li a,
      header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content > a,
      header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content .options li a {
        display: block;
        padding: 14px; }
      header.global-header .menu-wrapper .user-actions .user-option .profile-section-content .profile,
      header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content .profile,
      header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content .profile {
        border-radius: 2px 2px 0 0; }
        header.global-header .menu-wrapper .user-actions .user-option .profile-section-content .profile .icon,
        header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content .profile .icon,
        header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content .profile .icon {
          display: none; }
      header.global-header .menu-wrapper .user-actions .user-option .profile-section-content .options li,
      header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content .options li,
      header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content .options li {
        border-top: 1px solid rgba(0, 0, 0, 0.6); }
        header.global-header .menu-wrapper .user-actions .user-option .profile-section-content .options li:first-child,
        header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content .options li:first-child,
        header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content .options li:first-child {
          border-top: none; }
        header.global-header .menu-wrapper .user-actions .user-option .profile-section-content .options li a,
        header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content .options li a,
        header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content .options li a {
          color: #000; }
  header.global-header .menu-wrapper .user-actions .profile-section-content:not(.user-option-content):before {
    border-color: transparent transparent #fff; }
  header.global-header .menu-wrapper .user-actions .profile-section-content:not(.user-option-content) > a {
    color: #000; }
    header.global-header .menu-wrapper .user-actions .profile-section-content:not(.user-option-content) > a:after {
      display: none; }
    header.global-header .menu-wrapper .user-actions .profile-section-content:not(.user-option-content) > a:first-child {
      border-bottom: 1px solid rgba(0, 0, 0, 0.6); }
  header.global-header.white-header .menu-wrapper .user-actions.profile-signed-in .profile-icon .icon {
    color: #000; }
  header.global-header.white-header .menu-wrapper .user-actions .user-option .profile-section-content .profile {
    background-color: #aaa; }
  header.global-header.white-header .menu-wrapper .user-actions .user-option .profile-section-content:before {
    border-color: transparent transparent #aaa;
    z-index: -1; } }

@media (min-width: 768px) and (max-width: 1280px) {
  header.global-header.main-header .logo {
    height: 60px;
    width: 90px; }
  header.global-header.interior-header .series-name,
  header.global-header.interior-header .header-label {
    font-size: 28px; }
  header.global-header .menu-wrapper .profile-signin,
  header.global-header .menu-wrapper .user-option,
  header.global-header .menu-wrapper .mvpd-logo,
  header.global-header .menu-wrapper > a.sign-in {
    padding: 0 16px 0 11px; } }

@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 .sign-out {
        margin-left: 0; }
    header.global-header.interior-header .series-name,
    header.global-header.interior-header .header-label {
      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 .menu-wrapper .user-actions {
      margin-right: 9px; }
    header.global-header.interior-header .series-name,
    header.global-header.interior-header .header-label {
      width: calc( 100% - 100px - 38px - 380px); } }

@media (min-width: 1025px) {
  header.global-header .header-links {
    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;
    -webkit-transition: opacity 0.1s ease-in-out, visibility 0 ease-in-out 0.1s;
    -moz-transition: opacity 0.1s ease-in-out, visibility 0 ease-in-out 0.1s;
    transition: opacity 0.1s ease-in-out, visibility 0 ease-in-out 0.1s; }
    header.global-header .header-links li {
      position: relative;
      padding: 0 10px; }
      header.global-header .header-links li.expanded .nav-more-list {
        max-height: 200px;
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        transition-delay: 0.1s; }
      header.global-header .header-links li.expanded .more-nav {
        width: 200px;
        background: #3e3e3e;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s; }
        header.global-header .header-links li.expanded .more-nav:before {
          display: none; }
    header.global-header .header-links a {
      font-size: 1.125em;
      font-weight: bold;
      text-transform: uppercase;
      color: #fff;
      display: block;
      -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 .header-links a.lifetimemovies-brand-logo, header.global-header .header-links a.lifetime-brand-logo {
        text-indent: -9999px;
        background: no-repeat center center;
        background-size: contain;
        width: 60px;
        position: relative; }
        header.global-header .header-links a.lifetimemovies-brand-logo:before, header.global-header .header-links a.lifetime-brand-logo:before {
          content: "";
          position: absolute;
          width: 1px;
          height: 70%;
          background: rgba(255, 255, 255, 0.6);
          top: 20%;
          left: -16px; }
        header.global-header .header-links a.lifetimemovies-brand-logo:hover, header.global-header .header-links a.lifetime-brand-logo:hover {
          opacity: 0.8; }
        header.global-header .header-links a.lifetimemovies-brand-logo:focus, header.global-header .header-links a.lifetime-brand-logo:focus {
          outline: solid 2px #4D90FE; }
        header.global-header .header-links a.lifetimemovies-brand-logo:focus:not(:focus-visible), header.global-header .header-links a.lifetime-brand-logo:focus:not(:focus-visible) {
          outline: none; }
      header.global-header .header-links a.lifetimemovies-brand-logo {
        background-image: url(https://assets.watch.aetnd.com/assets/images/lifetimemovies/logo-white.svg); }
      header.global-header .header-links a.lifetime-brand-logo {
        background-image: url(https://assets.watch.aetnd.com/assets/images/lifetime/logo-white.svg);
        margin-left: 48px; }
    header.global-header .header-links .more-nav {
      width: 120px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: all 0.1s ease-in-out 0.1s;
      -moz-transition: all 0.1s ease-in-out 0.1s;
      transition: all 0.1s ease-in-out 0.1s; }
      header.global-header .header-links .more-nav:before {
        margin-left: 8px;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2; }
    header.global-header .header-links .nav-more-list {
      background: #3e3e3e;
      position: absolute;
      max-height: 0;
      overflow: hidden;
      width: 200px;
      left: 0;
      top: 30px;
      -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 .header-links .nav-more-list a {
        display: block; }
  header.global-header .menu-wrapper .user-actions .profile-icon {
    display: none; }
  header.global-header .menu-wrapper .user-actions .profile-section-content {
    display: inline-block; }
    header.global-header .menu-wrapper .user-actions .profile-section-content.display .options {
      max-height: 200px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear; }
  header.global-header .menu-wrapper .user-actions .user-option .profile {
    max-width: 115px; }
  header.global-header .menu-wrapper .user-actions .user-option .icon-down-open-mini {
    font-size: 1.33em;
    margin-left: 0;
    position: relative;
    top: 3px; }
  header.global-header .menu-wrapper .user-option {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px; }
    header.global-header .menu-wrapper .user-option .icon {
      margin-left: 10px; }
  header.global-header .menu-wrapper .user-actions .options {
    position: absolute;
    left: 0;
    top: 50px;
    background: black;
    width: 180px;
    overflow: hidden;
    max-height: 0;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    header.global-header .menu-wrapper .user-actions .options li {
      line-height: 1.33em;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      header.global-header .menu-wrapper .user-actions .options li a {
        line-height: 40px;
        padding: 14px; }
      header.global-header .menu-wrapper .user-actions .options li:last-child {
        border-bottom: none; }
  header.global-header.white-header .menu-wrapper .user-actions .options {
    background: #fff;
    max-height: 0; }
    header.global-header.white-header .menu-wrapper .user-actions .options li {
      border-bottom: 1px solid #000; }
      header.global-header.white-header .menu-wrapper .user-actions .options li:last-child {
        border-bottom: none; }
  header.global-header.white-header .header-links a.lifetimemovies-brand-logo {
    background-image: url(https://assets.watch.aetnd.com/assets/images/lifetimemovies/logo-black.svg); }
  header.global-header.white-header .header-links a.lifetime-brand-logo {
    background-image: url(https://assets.watch.aetnd.com/assets/images/lifetime/logo-black.svg); } }

@media (min-width: 1025px) and (max-width: 1280px) {
  header.global-header.interior-header {
    padding: 0 20px; }
  header.global-header .header-links {
    font-size: 13px; }
  header.global-header .menu-wrapper .user-actions .mvpd-logo > a {
    width: 100px; }
    header.global-header .menu-wrapper .user-actions .mvpd-logo > a img {
      width: 100%; }
  header.global-header .menu-wrapper .user-actions .profile-signin {
    font-size: 14px; } }

@media (min-width: 1281px) {
  header.global-header.main-header .logo {
    height: 88px;
    width: 125px; }
  header.global-header.interior-header {
    padding: 0 46px 0 46px; }
    header.global-header.interior-header .series-name,
    header.global-header.interior-header .header-label {
      font-size: 32px; }
  header.global-header .menu-wrapper .profile-signin,
  header.global-header .menu-wrapper .user-option,
  header.global-header .menu-wrapper .mvpd-logo,
  header.global-header .menu-wrapper > a.sign-in {
    padding: 0 24px 0 20px; } }

@media (min-width: 1025px) and (max-width: 1439px) {
  header.global-header.main-header {
    padding: 20px; }
  header.global-header .header-links li a {
    letter-spacing: -0.02em; }
  header.global-header .header-links .nav-more-list a {
    padding: 8px 16px; }
  header.global-header .logo-link {
    margin-right: 8px; } }

@media (min-width: 1440px) {
  header.global-header.main-header {
    padding: 20px 40px; }
    header.global-header.main-header .nav-wrapper:not(.nav-no-brand) {
      width: 68.4%; }
    header.global-header.main-header .nav-wrapper:not(.nav-no-series):not(.nav-no-brand) .global-nav .site-name {
      width: 38.26%; }
    header.global-header.main-header .nav-wrapper:not(.nav-no-series):not(.nav-no-brand) .global-nav .global-nav-list {
      left: calc(38.26% + 1px);
      width: 22.97%; }
    header.global-header.main-header .nav-wrapper:not(.nav-no-series):not(.nav-no-brand) .brand-social {
      width: 38.26%; }
    header.global-header.main-header .logo-link {
      margin-left: 16px;
      margin-top: 16px; }
  header.global-header .header-links li {
    position: relative;
    padding: 0 20px; }
    header.global-header .header-links li a {
      padding: 8px 0;
      position: relative; }
  header.global-header .header-links .nav-more-list a {
    padding: 8px 20px; } }

@media (min-width: 1120px) and (max-width: 1439px) {
  header.global-header .header-links li a {
    padding: 8px 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 */
@media (min-width: 1025px) {
  .internal-nav:not(.section-nav) .program-title {
    margin-bottom: 6px; }
  .internal-nav.hero-nav .program-title {
    margin-bottom: 0; }
  .internal-nav .program-title span {
    margin-left: 16px; }
  .internal-nav .nav-more-list a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .internal-nav .nav-more-list a:hover {
      background: rgba(255, 255, 255, 0.2); } }

/* 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 */
.feature-list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: 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; }
  .feature-list:not(.main-feature-list) {
    margin: 0 auto; }
  .feature-list.feature-list-dark {
    background: #12121A; }
    .feature-list.feature-list-dark .feature-list-inner {
      margin: 0 auto;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: 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; }
      .feature-list.feature-list-dark .feature-list-inner > .title {
        color: #ECECEC;
        font-weight: bold; }
  .feature-list.main-feature-list {
    background: #000; }
    .feature-list.main-feature-list:not(.two-item-list) .feature-item:not(:first-of-type) {
      margin-top: 8px; }
    .feature-list.main-feature-list .feature-item.main-feature-item {
      overflow: hidden; }
      .feature-list.main-feature-list .feature-item.main-feature-item:before {
        content: "";
        z-index: 1;
        height: 100%;
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: radial-gradient(rgba(24, 24, 24, 0) 0%, rgba(24, 24, 24, 0.8) 100%); }
      .feature-list.main-feature-list .feature-item.main-feature-item .feature-item-image {
        -webkit-transition: all 8s ease-out;
        -moz-transition: all 8s ease-out;
        transition: all 8s ease-out; }
        .feature-list.main-feature-list .feature-item.main-feature-item .feature-item-image: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); }
      .feature-list.main-feature-list .feature-item.main-feature-item .feature-detail .title {
        line-height: 1.16667em; }
  .feature-list.feature-small .feature-item .feature-detail {
    padding: 16px;
    margin-right: 16px; }
    .feature-list.feature-small .feature-item .feature-detail .title {
      font-size: 20px; }
    .feature-list.feature-small .feature-item .feature-detail .action-link {
      font-size: 16px; }
  .feature-list.feature-list-vertical .feature-item {
    color: #12121A; }
    .feature-list.feature-list-vertical .feature-item:nth-child(even) .feature-item-image {
      order: 2; }
    .feature-list.feature-list-vertical .feature-item:nth-child(even) .feature-detail {
      order: 1; }
    .feature-list.feature-list-vertical .feature-item .feature-item-image:before {
      display: none; }
    .feature-list.feature-list-vertical .feature-item .feature-detail {
      color: #12121A; }
      .feature-list.feature-list-vertical .feature-item .feature-detail .feature-title {
        font-weight: normal;
        line-height: 1.1em; }
      .feature-list.feature-list-vertical .feature-item .feature-detail p {
        line-height: 1.4em; }
  .feature-list:not(.feature-list-vertical) .feature-item .feature-detail {
    position: absolute;
    padding-right: 16px;
    max-width: 600px;
    bottom: 0;
    left: 0;
    z-index: 2; }
  .feature-list:not(.feature-list-img-flow) .feature-item {
    height: 50vh; }
  .feature-list > .title,
  .feature-list .feature-list-inner > .title {
    text-transform: uppercase;
    padding-right: 32px;
    padding-bottom: 16px;
    width: 100%; }
    .feature-list > .title.w-thread,
    .feature-list .feature-list-inner > .title.w-thread {
      line-height: 1.36111em; }
      .feature-list > .title.w-thread span,
      .feature-list .feature-list-inner > .title.w-thread span {
        display: inline-block;
        background: #EB0028;
        vertical-align: middle;
        position: relative;
        top: -2px;
        margin: 0 0 0 3px; }
    .feature-list > .title span,
    .feature-list .feature-list-inner > .title span {
      font-weight: 300; }
  .feature-list .feature-item {
    position: relative;
    color: #fff;
    cursor: pointer; }
    .feature-list .feature-item .feature-item-image {
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      overflow: hidden; }
    .feature-list .feature-item .img-container,
    .feature-list .feature-item .feature-item-image {
      position: relative; }
      .feature-list .feature-item .img-container:before,
      .feature-list .feature-item .feature-item-image:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 50%;
        background: linear-gradient(rgba(0, 0, 0, 0) 0%, black 80%); }
    .feature-list .feature-item .feature-detail .title {
      font-weight: 600;
      line-height: 1.2em;
      margin-bottom: 2px; }
    .feature-list .feature-item .label {
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      padding: 3px 4px;
      margin-bottom: 8px;
      display: inline-block; }
    .feature-list .feature-item .meta,
    .feature-list .feature-item .action-link {
      display: block;
      color: #ECECEC; }
    .feature-list .feature-item .action-link {
      margin-top: 16px;
      display: inline-block; }
      .feature-list .feature-item .action-link:focus {
        outline: solid 2px #4D90FE;
        outline-offset: 2px;
        -webkit-transition: opacity 0.3s ease-in;
        -moz-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in; }
  .feature-list .tile-list {
    width: 100%; }
    .feature-list .tile-list ul .feature-item {
      height: auto;
      margin-top: 0 !important; }
      .feature-list .tile-list ul .feature-item .feature-detail {
        padding-bottom: 40px; }

.feature-title-accent {
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: .16em;
  position: relative;
  margin-top: 24px;
  padding-bottom: 24px; }
  .feature-title-accent:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #FF124D;
    margin: 24px auto 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 */
.my-list-action .my-list-link {
  outline: none;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in; }
  .my-list-action .my-list-link .my-list-link-text {
    color: #ECECEC;
    display: inline-block;
    margin: 2px 8px 0 4px;
    vertical-align: middle;
    border-bottom: solid 1px #FFF;
    padding-bottom: 1px; }
  .my-list-action .my-list-link:active {
    outline: none; }
  .my-list-action .my-list-link:focus {
    outline: solid 2px #4D90FE;
    display: inline-block;
    outline-offset: 2px;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in; }
  .my-list-action .my-list-link.link-hide {
    opacity: 0; }
  .my-list-action .my-list-link:not(.link-hide) {
    opacity: 1; }
  .my-list-action .my-list-link.my-list-added .icon {
    background: #000; }
    .my-list-action .my-list-link.my-list-added .icon svg {
      fill: #fff; }
  .my-list-action .my-list-link .icon {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 20px; }
  .my-list-action .my-list-link svg {
    height: 20px;
    fill: #000;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }

.tile-list.tile-16x9 li {
  position: relative; }
  .tile-list.tile-16x9 li .img-container {
    height: 0;
    padding-bottom: 56.25%; }

.tile-list.tile-list-col ul {
  -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; }

.tile-list:not(.tile-list-col) ul {
  -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; }

.tile-list ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .tile-list ul li {
    display: inline-block;
    vertical-align: top; }
    .tile-list ul li a {
      display: block; }

.tile-list .my-list-action {
  position: absolute;
  right: 16px;
  bottom: 16px; }
  .tile-list .my-list-action .my-list-link {
    font-size: 12px;
    font-weight: 600;
    color: #999; }
  .tile-list .my-list-action svg {
    fill: #fff; }

.tile-list .playlist-more {
  text-align: right;
  padding-bottom: 20px; }

@media (min-width: 1025px) {
  .tile-list.tile-list-main:not(.tile-list-text-br) li, .tile-list.tile-boxed:not(.tile-list-text-br) li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .tile-list.tile-list-main:not(.tile-list-text-br) li:not(.ad-item):hover, .tile-list.tile-boxed:not(.tile-list-text-br) li:not(.ad-item):hover {
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4); }
    .tile-list.tile-list-main:not(.tile-list-text-br) li.ad-item, .tile-list.tile-boxed:not(.tile-list-text-br) li.ad-item {
      background: #e2e2e2; }
  .tile-list.tile-list-main.tile-list-text-br .img-container, .tile-list.tile-boxed.tile-list-text-br .img-container {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .tile-list.tile-list-main.tile-list-text-br .img-container:hover, .tile-list.tile-boxed.tile-list-text-br .img-container:hover {
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4); } }

.tile-list.tile-list-blocks li a {
  height: 110px;
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .tile-list.tile-list-blocks li a .title,
  .tile-list.tile-list-blocks li a small {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

.tile-list.tile-list-blocks li .title {
  font-weight: 600;
  margin-bottom: 4px;
  color: #000;
  line-height: 1.41176em; }

.tile-list.tile-list-blocks li small {
  font-size: 0.882em;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.6em; }

.tile-list.tile-list-blocks li .episodes {
  width: 136px;
  height: 48px;
  float: right; }
  .tile-list.tile-list-blocks li .episodes p {
    font-size: 10px;
    width: 68px;
    color: rgba(0, 0, 0, 0.6);
    padding: 2px 0px 8px 0px;
    text-transform: uppercase;
    line-height: 1.1em;
    float: right; }
  .tile-list.tile-list-blocks li .episodes strong {
    display: inline-block;
    color: #000;
    font-weight: 300;
    width: 68px;
    text-align: right;
    font-size: 24px;
    text-transform: uppercase;
    padding: 0px 10px 4px 14px;
    border-left: 1px solid rgba(0, 0, 0, 0.16); }

.tile-list.tile-list-main li {
  border-radius: 2px; }
  .tile-list.tile-list-main li .img-container {
    display: block;
    position: relative;
    color: #fff;
    overflow: hidden; }
    .tile-list.tile-list-main li .img-container:focus {
      outline: 2px solid #4D90FE;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6); }
    .tile-list.tile-list-main li .img-container .details {
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 16px;
      z-index: 2;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .tile-list.tile-list-main li .img-container .details:after {
        content: "";
        display: block;
        z-index: 1;
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        height: 200%;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 80%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(80%, black));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 80%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 80%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 80%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 80%); }
      .tile-list.tile-list-main li .img-container .details.details-with-icon .title {
        width: calc( 100% - 50px); }
      .tile-list.tile-list-main li .img-container .details > * {
        position: relative;
        z-index: 5; }
      .tile-list.tile-list-main li .img-container .details .title {
        font-size: 1.125em;
        font-weight: 600;
        line-height: 1.2em;
        margin-bottom: 5px; }
      .tile-list.tile-list-main li .img-container .details .meta {
        font-size: 0.938em;
        display: block;
        margin-bottom: 5px; }
      .tile-list.tile-list-main li .img-container .details .theme-btn-2 {
        text-transform: uppercase;
        font-size: 12px;
        padding: 5px 12px;
        font-weight: 600;
        display: inline-block;
        min-width: 100px;
        text-align: center;
        background: rgba(0, 0, 0, 0.3);
        margin-top: 8px;
        border: 1px solid #ccc;
        color: #fff; }
        .tile-list.tile-list-main li .img-container .details .theme-btn-2:hover {
          background: #fff;
          color: #181818;
          border-color: #fff; }
        .tile-list.tile-list-main li .img-container .details .theme-btn-2:focus {
          background: #fff;
          color: #181818; }
      .tile-list.tile-list-main li .img-container .details .expire {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 700; }
  .tile-list.tile-list-main li .airdate {
    font-size: 15px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.6); }
  .tile-list.tile-list-main li .duration {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6); }

.tile-list.tile-list-main .internal-promo-banner {
  height: auto; }
  .tile-list.tile-list-main .internal-promo-banner .promo-inner {
    margin: 0; }

.tile-list.tile-list-text-br li .details-container {
  padding: 16px 12% 0 0;
  display: block; }

.tile-list.tile-list-text-br li .meta {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 6px; }

.tile-list.tile-list-text-br li .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.33333em;
  color: rgba(0, 0, 0, 0.8); }
  .tile-list.tile-list-text-br li .title:hover {
    text-decoration: underline; }

.tile-list.tile-list-text-br li .description {
  color: rgba(0, 0, 0, 0.72);
  font-size: 14px;
  line-height: 1.45em;
  margin-top: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3em;
  overflow: hidden; }

.tile-list.tile-list-grow li {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 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 */
.internal-promo.lifetime-promo .promo-logo span {
  background-image: url(https://assets.watch.aetnd.com/assets/images/lmc/logo-stacked.svg); }

.internal-promo.internal-promo-block {
  display: block; }
  .internal-promo.internal-promo-block.lifetime-promo {
    background: #50241E; }
  .internal-promo.internal-promo-block .promo-inner,
  .internal-promo.internal-promo-block .promo-image {
    height: 100%; }
  .internal-promo.internal-promo-block .promo-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .internal-promo.internal-promo-block .promo-image {
    overflow: hidden;
    position: relative; }
    .internal-promo.internal-promo-block .promo-image img {
      width: 130%;
      margin-left: -50%;
      -webkit-transform: translateX(100px);
      -moz-transform: translateX(100px);
      -ms-transform: translateX(100px);
      -o-transform: translateX(100px);
      transform: translateX(100px); }
  .internal-promo.internal-promo-block .promo-details {
    color: white;
    position: relative;
    padding: 20px;
    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;
    -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; }
    .internal-promo.internal-promo-block .promo-details h2 {
      text-transform: uppercase;
      font-weight: 300;
      line-height: 120%; }
    .internal-promo.internal-promo-block .promo-details .theme-btn-2 {
      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; }

.internal-promo .promo-logo span {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: block; }

/* 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 */
@media (max-width: 567px) {
  .feature-list.main-feature-list .feature-item.main-feature-item {
    height: 0;
    padding-bottom: 125%; }
    .feature-list.main-feature-list .feature-item.main-feature-item .feature-item-image {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .feature-list.feature-equal-width .feature-item {
    margin-bottom: 8px; } }

@media (max-width: 767px) {
  .feature-list.main-feature-list .feature-item.main-feature-item .feature-detail {
    font-size: 5px; }
    .feature-list.main-feature-list .feature-item.main-feature-item .feature-detail .title {
      padding-bottom: 8px; }
  .feature-list:not(.main-feature-list):not(.feature-equal-width):not(.two-item-list) .feature-item:not(:first-of-type) {
    margin-top: 8px !important; }
  .feature-list:not(.main-feature-list):not(.feature-equal-width).two-item-list .feature-item {
    margin-bottom: 8px; }
  .feature-list.feature-list-default, .feature-list.feature-list-med {
    width: 96%; }
    .feature-list.feature-list-default > .title, .feature-list.feature-list-med > .title {
      font-size: 24px; }
  .feature-list.feature-list-dark {
    padding-bottom: 60px; }
    .feature-list.feature-list-dark .feature-list-inner {
      width: 100%; }
      .feature-list.feature-list-dark .feature-list-inner > .title {
        margin: 0 16px;
        font-size: 24px; }
  .feature-list.no-title-list {
    padding: 20px 0; }
  .feature-list.list-w-bottom-padding {
    padding-bottom: 40px; }
  .feature-list.feature-list-vertical .feature-item .feature-item-image {
    height: 240px; }
    .feature-list.feature-list-vertical .feature-item .feature-item-image img {
      width: 120%;
      margin-left: -10%; }
  .feature-list.feature-list-vertical .feature-item .feature-detail {
    margin: 20px 0 10px; }
    .feature-list.feature-list-vertical .feature-item .feature-detail p {
      font-size: 14px; }
  .feature-list.feature-list-vertical .feature-item .feature-title {
    margin-bottom: 8px;
    font-size: 18px; }
  .feature-list:not(.feature-list-vertical) .feature-item {
    max-height: 240px; }
  .feature-list .feature-item .feature-detail {
    padding-bottom: 30px; }
    .feature-list .feature-item .feature-detail .title {
      font-size: 18px; }
    .feature-list .feature-item .feature-detail .meta {
      font-size: 13px; }
    .feature-list .feature-item .feature-detail .action-link {
      font-size: 16px; }
  .feature-list > .title,
  .feature-list .feature-list-inner > .title {
    padding-top: 32px; }
    .feature-list > .title.w-thread span,
    .feature-list .feature-list-inner > .title.w-thread span {
      height: 36px;
      width: 3px; }
  .feature-list .tile-list.tile-16x9 li {
    margin-bottom: 0; }
  .feature-title-accent {
    font-size: 18px; } }

@media (max-width: 960px) {
  .feature-list .feature-item {
    width: 100%; }
  .feature-list .tile-list.tile-16x9 li {
    width: 100%; } }

@media (max-width: 1024px) {
  .feature-list.main-feature-list .feature-item .feature-detail, .feature-list:not(.main-feature-list):not(.feature-list-vertical) .feature-item .feature-detail {
    margin-left: 16px; }
  .feature-list .tile-16x9 .feature-item .feature-detail {
    margin-left: 8px; } }

@media (min-width: 568px) and (max-width: 767px) {
  .feature-list.feature-equal-width .feature-item {
    margin-bottom: 8px; }
    .feature-list.feature-equal-width .feature-item.width-50 {
      width: 50%; }
    .feature-list.feature-equal-width .feature-item .feature-item-image {
      margin-right: 8px; }
  .feature-list:not(.feature-equal-width) .feature-item.main-feature-item {
    height: 80vh;
    max-height: 500px; }
  .feature-list:not(.feature-equal-width) .feature-item:not(.main-feature-item) {
    display: block;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; } }

/* 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 */
@media (max-width: 567px) {
  .tile-list {
    max-width: 400px;
    margin: 0 auto; }
    .tile-list.tile-list-main li {
      margin-bottom: 5px;
      width: 100%; }
      .tile-list.tile-list-main li .img-container {
        height: 200px; }
    .tile-list.tile-list-main .internal-promo-banner {
      margin-bottom: 5px; }
    .tile-list.tile-list-blocks li {
      width: 100%;
      margin-bottom: 5px; }
      .tile-list.tile-list-blocks li a {
        padding: 12px; }
    .tile-list.tile-list-text-br li .img-container {
      margin-bottom: 8px; }
    .tile-list.tile-16x9:not(.tile-16x9-wide) li {
      margin-bottom: 24px; } }

@media (max-width: 767px) {
  .tile-list.tile-list-main li.ad-item {
    width: 100%;
    text-align: center; }
  .tile-list .playlist-more {
    padding-bottom: 0; } }

@media (min-width: 568px) {
  .tile-list.tile-list-blocks ul {
    margin-left: -8px; }
  .tile-list.tile-list-blocks li {
    width: calc( 50% - 8px);
    margin-left: 8px;
    margin-bottom: 8px; }
    .tile-list.tile-list-blocks li a {
      padding: 16px 20px; }
  .tile-list.tile-list-main:not(.tile-16x9) li .img-container {
    height: 254px; }
  .tile-list.tile-list-main li.featured:first-child img {
    max-height: 1000px; }
  .tile-list.tile-list-main .tile-ad-item {
    margin-bottom: 16px;
    text-align: center; }
    .tile-list.tile-list-main .tile-ad-item .ad {
      display: inline-block; } }

@media (min-width: 568px) and (max-width: 960px) {
  .tile-list.tile-list-main ul {
    margin-left: -8px; }
  .tile-list.tile-list-main li {
    margin-left: 8px;
    margin-bottom: 8px; }
    .tile-list.tile-list-main li.featured:first-child {
      width: calc( 100% - 8px); }
      .tile-list.tile-list-main li.featured:first-child .img-container {
        padding: 0;
        height: 300px; }
  .tile-list.tile-list-main .internal-promo-banner {
    margin-bottom: 8px; }
  .tile-list:not(.tile-16x9) li, .tile-list.tile-16x9-wide li {
    width: calc( 50% - 8px); }
  .tile-list.tile-16x9:not(.tile-16x9-wide) li {
    width: calc( 33.33% - 8px); } }

/* 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 */
@media (min-width: 568px) {
  .internal-promo.internal-promo-block {
    height: 185px;
    margin: 18px auto 16px; }
    .internal-promo.internal-promo-block .promo-inner {
      -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; }
    .internal-promo.internal-promo-block .promo-image:after,
    .internal-promo.internal-promo-block .promo-details:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 2px;
      height: 100%; }
    .internal-promo.internal-promo-block .promo-image {
      width: 270px; }
      .internal-promo.internal-promo-block .promo-image:after {
        background: #00bfd8; }
    .internal-promo.internal-promo-block .promo-details {
      margin-right: 10px;
      max-width: 330px; }
      .internal-promo.internal-promo-block .promo-details:after {
        background: rgba(255, 255, 255, 0.2); }
      .internal-promo.internal-promo-block .promo-details h2 {
        font-size: 22px; }
    .internal-promo.internal-promo-block .promo-logo {
      width: 80px;
      margin: 0 16px 32px 0; }
      .internal-promo.internal-promo-block .promo-logo span {
        background-position: center bottom; } }

@media (max-width: 567px) {
  .internal-promo.internal-promo-block .promo-inner {
    -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; }
  .internal-promo.internal-promo-block .promo-image {
    width: 100%;
    height: 160px; }
  .internal-promo.internal-promo-block .promo-details {
    width: 73%; }
    .internal-promo.internal-promo-block .promo-details:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 2px;
      height: 100%;
      background: rgba(255, 255, 255, 0.2); }
  .internal-promo.internal-promo-block .promo-logo {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1; }
    .internal-promo.internal-promo-block .promo-logo span {
      width: 70%;
      margin: 0 auto;
      background-position: center center; } }

@media (max-width: 767px) {
  .internal-promo.internal-promo-block {
    width: 94%;
    margin-left: auto;
    margin-right: auto; }
    .internal-promo.internal-promo-block .promo-details h2 {
      font-size: 18px; } }

/* 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 */
@media (min-width: 768px) {
  .feature-list.main-feature-list .feature-item.main-feature-item {
    min-height: 600px;
    height: 80vh; }
    .feature-list.main-feature-list .feature-item.main-feature-item .title {
      font-size: 40px; }
  .feature-list:not(.main-feature-list):not(.feature-equal-width):not(.two-item-list) .feature-item:not(:first-of-type) {
    margin-top: 16px; }
  .feature-list:not(.main-feature-list):not(.feature-equal-width).two-item-list .feature-item {
    margin-bottom: 16px; }
  .feature-list:not(.main-feature-list):not(.feature-equal-width) .feature-item .feature-detail {
    margin-left: 32px; }
  .feature-list.feature-list-default > .title {
    font-size: 36px; }
  .feature-list.feature-list-med > .title {
    font-size: 30px; }
  .feature-list.feature-list-dark {
    padding-bottom: 80px; }
    .feature-list.feature-list-dark .feature-list-inner > .title {
      font-size: 36px; }
  .feature-list.list-w-bottom-padding {
    padding-bottom: 120px; }
  .feature-list.feature-equal-width .feature-item.width-50 {
    width: 50%; }
  .feature-list.feature-list-vertical {
    margin-top: 80px;
    margin-bottom: 40px; }
    .feature-list.feature-list-vertical .feature-item {
      margin-bottom: 40px;
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
    .feature-list.feature-list-vertical .feature-item-image {
      width: 60%;
      overflow: hidden; }
    .feature-list.feature-list-vertical .feature-detail {
      width: 40%;
      margin-left: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .feature-list.feature-list-vertical .feature-detail p {
        font-size: 18px; }
    .feature-list.feature-list-vertical .feature-title {
      margin-bottom: 24px;
      font-size: 30px; }
  .feature-list .feature-item .feature-detail .title {
    font-size: 24px; }
  .feature-list .feature-item .feature-detail .action-link {
    font-size: 18px;
    font-weight: 600; }
  .feature-list > .title,
  .feature-list .feature-list-inner > .title {
    padding-top: 80px; }
    .feature-list > .title.w-thread span,
    .feature-list .feature-list-inner > .title.w-thread span {
      height: 49px;
      width: 4px; }
  .feature-title-accent {
    font-size: 32px; }
  .detail-tab-container .feature-list {
    margin: 0 0 24px 10px; } }

@media (min-width: 768px) and (max-width: 960px) {
  .feature-list:not(.feature-list-interior):not(.feature-list-img-flow) .feature-item {
    max-height: 460px; }
  .feature-list.feature-list-interior .feature-item {
    max-height: 320px; } }

@media (min-width: 961px) and (max-width: 1024px) {
  .feature-list:not(.feature-list-img-flow) .feature-item.width-100 {
    max-height: 400px; }
  .feature-list:not(.feature-list-img-flow) .feature-item:not(.width-100) {
    max-height: 340px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .feature-list.feature-list-default, .feature-list.feature-list-med {
    width: 96%; }
  .feature-list.feature-list-dark .feature-list-inner {
    width: 96%; }
  .feature-list.main-feature-list .feature-item .feature-detail, .feature-list:not(.main-feature-list) .feature-item .feature-detail {
    margin-left: 24px; }
  .feature-list.feature-equal-width {
    -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; }
    .feature-list.feature-equal-width .feature-item {
      height: 280px;
      margin-bottom: 16px; }
      .feature-list.feature-equal-width .feature-item .feature-item-image {
        margin-right: 16px; }
  .feature-list .feature-item .feature-detail {
    padding-bottom: 40px; }
  .feature-list .tile-16x9 .feature-item .feature-detail {
    margin-left: 16px; }
    .feature-list .tile-16x9 .feature-item .feature-detail .meta {
      font-size: 14px; } }

@media (min-width: 961px) {
  .feature-list:not(.main-feature-list):not(.feature-equal-width):not(.two-item-list) .feature-item:nth-of-type(2) .feature-item-image, .feature-list:not(.main-feature-list):not(.feature-equal-width):not(.two-item-list) .feature-item:nth-of-type(5) .feature-item-image {
    margin-right: 16px; }
  .feature-list:not(.main-feature-list):not(.feature-equal-width):not(.no-title-list).two-item-list .feature-item:nth-child(even) .feature-item-image {
    margin-right: 16px; }
  .feature-list:not(.main-feature-list):not(.feature-equal-width).no-title-list.two-item-list .feature-item:nth-child(odd) .feature-item-image {
    margin-right: 16px; }
  .feature-list.feature-equal-width .feature-item .feature-item-image {
    margin-right: 16px; }
  .feature-list.main-feature-list:not(.two-item-list) .feature-item:nth-of-type(2) .feature-item-image, .feature-list.main-feature-list:not(.two-item-list) .feature-item:nth-of-type(5) .feature-item-image {
    margin-right: 8px; }
  .feature-list.main-feature-list.two-item-list .feature-item:first-of-type .feature-item-image {
    margin-right: 8px; }
  .feature-list .feature-item.width-100 {
    width: 100%; }
  .feature-list .feature-item.width-60 {
    width: 60%; }
  .feature-list .feature-item.width-40 {
    width: 40%; }
  .feature-list .feature-item.width-33 {
    width: 33.33%; } }

@media (min-width: 1025px) and (max-width: 1280px) {
  .feature-list:not(.feature-list-interior):not(.feature-list-img-flow) .feature-item.width-100 {
    max-height: 520px; }
  .feature-list:not(.feature-list-interior):not(.feature-list-img-flow) .feature-item:not(.width-100) {
    max-height: 400px; }
  .feature-list.feature-list-interior .feature-item.width-100 {
    max-height: 400px; }
  .feature-list.feature-list-interior .feature-item:not(.width-100) {
    max-height: 320px; }
  .feature-list.feature-equal-width .feature-item {
    height: 225px; } }

@media (min-width: 1025px) {
  .feature-list.feature-list-default {
    width: 90%; }
  .feature-list.feature-list-med {
    width: 81%;
    max-width: 1400px; }
  .feature-list.feature-list-dark .feature-list-inner {
    width: 90%; }
  .feature-list.main-feature-list .feature-item.main-feature-item .feature-detail {
    width: 50%; }
  .feature-list.main-feature-list .feature-item .feature-detail {
    margin-left: 52px; }
  .feature-list.feature-equal-width {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .feature-list.hover-animate .feature-item-image,
  .feature-list.hover-animate .feature-item-image img {
    transition: all 1.2s ease-out; }
  .feature-list.hover-animate .feature-item:hover .feature-item-image {
    transform: scale(0.96); }
    .feature-list.hover-animate .feature-item:hover .feature-item-image img {
      transform: scale(1.1); }
  .feature-list .feature-item .feature-detail {
    padding-bottom: 40px; } }

@media (min-width: 1281px) {
  .feature-list.feature-equal-width .feature-item {
    height: 280px; } }

@media (min-width: 1281px) and (max-width: 1440px) {
  .feature-list:not(.feature-list-interior):not(.feature-list-img-flow) .feature-item.width-100 {
    max-height: 600px; }
  .feature-list:not(.feature-list-interior):not(.feature-list-img-flow) .feature-item:not(.width-100) {
    max-height: 420px; }
  .feature-list.feature-list-interior .feature-item.width-100 {
    max-height: 500px; }
  .feature-list.feature-list-interior .feature-item:not(.width-100) {
    max-height: 320px; } }

@media (min-width: 1441px) {
  .feature-list:not(.feature-list-interior):not(.feature-list-img-flow) .feature-item.width-100 {
    max-height: 800px; }
  .feature-list:not(.feature-list-interior):not(.feature-list-img-flow) .feature-item:not(.width-100) {
    max-height: 560px; }
  .feature-list.feature-list-interior .feature-item.width-100 {
    max-height: 600px; }
  .feature-list.feature-list-interior .feature-item:not(.width-100) {
    max-height: 400px; } }

/* 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 */
@media (min-width: 768px) and (max-width: 1024px) {
  .tile-list.tile-list-text-br {
    font-size: 14px; } }

@media (min-width: 961px) {
  .tile-list.tile-list-main:not(.tile-list-col) ul {
    margin-left: -16px; }
  .tile-list.tile-list-main:not(.tile-list-col) li {
    width: calc( 33.33% - 16px);
    margin-left: 16px;
    margin-bottom: 16px; }
    .tile-list.tile-list-main:not(.tile-list-col) li.featured:first-child {
      width: calc( 66.66% - 16px); }
    .tile-list.tile-list-main:not(.tile-list-col) li.featured:nth-child(1) {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1; }
    .tile-list.tile-list-main:not(.tile-list-col) li.featured .img-container {
      padding: 0; }
  .tile-list.tile-list-main .internal-promo-banner {
    margin-bottom: 16px; } }

@media (min-width: 961px) and (max-width: 1024px) {
  .tile-list.tile-list-main li.featured .img-container {
    height: 240px; } }

@media (min-width: 1025px) {
  .tile-list.tile-list-blocks li {
    font-size: 17px; }
  .tile-list.tile-list-main li.featured .img-container {
    height: 300px; } }

/* 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 */
@media (min-width: 768px) {
  .internal-promo.internal-promo-block {
    width: 720px; } }

/* 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 */
@font-face {
  font-family: "icon-fonts";
  src: url(../../assets/fonts/icon-fonts.eot);
  src: url(../../assets/fonts/icon-fontsd41d.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; }

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

.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-circle:before {
  content: "\66"; }

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

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

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

.icon-embed:before {
  content: "\67"; }

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

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

.icon-youtube-dark:before {
  content: "\70"; }

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

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

.icon-search:before {
  content: "n"; }

.icon-close:before {
  content: "q"; }

/* 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 */
.sticky-signup {
  background: #fdfdfd;
  padding: 15px 20px;
  color: #181818;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 20px;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -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); }
  .sticky-signup.sticky-signup-out {
    -webkit-transform: translateY(101%);
    -moz-transform: translateY(101%);
    -ms-transform: translateY(101%);
    -o-transform: translateY(101%);
    transform: translateY(101%); }
  .sticky-signup .loader {
    display: none; }
  .sticky-signup.loading .loader {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(250, 250, 250, 0.8);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center; }
    .sticky-signup.loading .loader:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 100;
      background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSc2MHB4JyBoZWlnaHQ9JzYwcHgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXJpbmctYWx0Ij48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImJrIj48L3JlY3Q+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNDAiIHN0cm9rZT0iI2NjYyIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0MCIgc3Ryb2tlPSIjZmZmZmZmIiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hvZmZzZXQiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBmcm9tPSIwIiB0bz0iNTAyIj48L2FuaW1hdGU+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hhcnJheSIgZHVyPSIycyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIHZhbHVlcz0iMTAwLjQgMTUwLjY7MSAyNTA7MTAwLjQgMTUwLjYiPjwvYW5pbWF0ZT48L2NpcmNsZT48L3N2Zz4=");
      background-repeat: no-repeat;
      background-position: center center; }
    .sticky-signup.loading .loader:before {
      background-color: rgba(250, 250, 250, 0.8); }
  .sticky-signup.expanded .signup-promo-wrapper {
    max-height: 0;
    overflow: hidden;
    display: none;
    transition: all 0.3s linear; }
  .sticky-signup.expanded .signup-wrapper {
    max-height: 1000px;
    opacity: 1;
    transition: all 0.3s linear; }
  .sticky-signup.submitted {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .sticky-signup.submitted .signup-promo-wrapper, .sticky-signup.submitted .signup-wrapper {
      display: none; }
  .sticky-signup .signup-btn {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    width: 196px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    padding: 0 24px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    opacity: 1;
    -webkit-appearance: none; }
  .sticky-signup .close-btn {
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 14px;
    right: 10px;
    z-index: 10;
    color: #444; }
  .sticky-signup .signup-promo-wrapper {
    max-height: 1000px;
    transition: all 0.3s linear; }
    .sticky-signup .signup-promo-wrapper h4 {
      line-height: 1.8em; }
  .sticky-signup .signup-wrapper {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s linear; }
    .sticky-signup .signup-wrapper h4 {
      line-height: 1.2em; }
    .sticky-signup .signup-wrapper fieldset.email-fs {
      border: none;
      margin: 15px 0;
      padding: 0;
      position: relative;
      display: block;
      text-align: center; }
      .sticky-signup .signup-wrapper fieldset.email-fs .input-grouper {
        position: relative; }
      .sticky-signup .signup-wrapper fieldset.email-fs .email {
        width: 100%;
        font-family: 'Open Sans';
        background-color: #eee;
        border: 1px solid #ccc;
        border-radius: 2px;
        height: 40px;
        padding: 2px 16px;
        vertical-align: middle;
        font-size: 14px;
        opacity: 1;
        color: #444;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        line-height: normal; }
        .sticky-signup .signup-wrapper fieldset.email-fs .email::-webkit-input-placeholder {
          color: #444;
          opacity: 1; }
        .sticky-signup .signup-wrapper fieldset.email-fs .email::-moz-placeholder {
          color: #444;
          opacity: 1; }
        .sticky-signup .signup-wrapper fieldset.email-fs .email:-ms-input-placeholder {
          color: #444;
          opacity: 1; }
        .sticky-signup .signup-wrapper fieldset.email-fs .email:-moz-placeholder {
          color: #444;
          opacity: 1; }
      .sticky-signup .signup-wrapper fieldset.email-fs small {
        display: none; }
      .sticky-signup .signup-wrapper fieldset.email-fs.error small {
        display: block;
        position: absolute;
        left: 0;
        font-size: 11px;
        top: 45px;
        color: #B10E1E; }
      .sticky-signup .signup-wrapper fieldset.email-fs.error .email {
        border-color: #B10E1E; }
    .sticky-signup .signup-wrapper .footernote small {
      font-size: 11px;
      color: #444; }
    .sticky-signup .signup-wrapper .footernote ul.links {
      display: inline-block; }
      .sticky-signup .signup-wrapper .footernote ul.links li {
        display: inline-block;
        font-size: 11px; }
        .sticky-signup .signup-wrapper .footernote ul.links li a {
          color: #444;
          text-decoration: underline; }

.show-newsletter-container:not(.inline-signup) .show-newsletter {
  max-width: 520px;
  width: 90%;
  padding: 48px 0; }

.show-newsletter-container.inline-signup .show-newsletter {
  margin: 60px auto 120px;
  max-width: 720px;
  font-size: 16px;
  box-sizing: border-box;
  background: white;
  text-align: left;
  padding: 30px 0; }

.show-newsletter-container.series-landing {
  background-color: #f8f8f8;
  width: 100%;
  max-width: none; }
  .show-newsletter-container.series-landing .close-button {
    display: none; }
  .show-newsletter-container.series-landing .show-newsletter-header {
    position: relative; }
    .show-newsletter-container.series-landing .show-newsletter-header:before {
      content: '';
      display: block;
      width: 24px;
      height: 4px;
      background-color: #ff124d;
      position: absolute;
      top: -6px;
      left: 0; }
    .show-newsletter-container.series-landing .show-newsletter-header .content-label-2 {
      text-transform: capitalize; }
  .show-newsletter-container.series-landing .show-newsletter .show-newsletter-header h2 {
    font-weight: 600;
    line-height: 1.17;
    letter-spacing: normal;
    text-transform: lowercase;
    margin-bottom: 5px; }
    .show-newsletter-container.series-landing .show-newsletter .show-newsletter-header h2.content-label-2 {
      text-transform: capitalize; }
  .show-newsletter-container.series-landing .show-newsletter .newsletter-form p {
    font-size: 14px; }
  .show-newsletter-container.series-landing .show-newsletter .footernote small {
    font-size: 14px; }
  .show-newsletter-container.series-landing .show-newsletter .footernote li a {
    color: #000; }
  .show-newsletter-container.series-landing .show-newsletter .email-fs {
    height: auto;
    width: auto; }
    .show-newsletter-container.series-landing .show-newsletter .email-fs input.email {
      background: #fff;
      border: none;
      margin-right: 8px;
      padding: 0 6px;
      height: 48px;
      letter-spacing: 0.2px;
      width: 100%; }
      .show-newsletter-container.series-landing .show-newsletter .email-fs input.email:focus {
        outline: solid 2px #4D90FE; }
      .show-newsletter-container.series-landing .show-newsletter .email-fs input.email:focus:not(:focus-visible) {
        outline: none; }
  .show-newsletter-container.series-landing .show-newsletter input[type="submit"] {
    background: #000;
    color: #FFF;
    float: none;
    font-size: 14px;
    font-weight: bold;
    width: 108px;
    height: 48px;
    text-align: center;
    padding: 14px 0;
    border-radius: 2px; }
  .show-newsletter-container.series-landing .show-newsletter ::-webkit-input-placeholder {
    color: #000;
    opacity: .5; }
  .show-newsletter-container.series-landing .show-newsletter ::-moz-placeholder {
    color: #000;
    opacity: .5; }
  .show-newsletter-container.series-landing .show-newsletter :-ms-input-placeholder {
    color: #000;
    opacity: .5; }
  .show-newsletter-container.series-landing .show-newsletter input:-moz-placeholder {
    color: #000;
    opacity: .5; }

.show-newsletter {
  text-align: left;
  margin: 0 auto; }
  .show-newsletter.loading form {
    position: relative; }
    .show-newsletter.loading form:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 100;
      background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSc2MHB4JyBoZWlnaHQ9JzYwcHgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXJpbmctYWx0Ij48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImJrIj48L3JlY3Q+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNDAiIHN0cm9rZT0iI2NjYyIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0MCIgc3Ryb2tlPSIjZmZmZmZmIiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hvZmZzZXQiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBmcm9tPSIwIiB0bz0iNTAyIj48L2FuaW1hdGU+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hhcnJheSIgZHVyPSIycyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIHZhbHVlcz0iMTAwLjQgMTUwLjY7MSAyNTA7MTAwLjQgMTUwLjYiPjwvYW5pbWF0ZT48L2NpcmNsZT48L3N2Zz4=");
      background-repeat: no-repeat;
      background-position: center center; }
    .show-newsletter.loading form:before {
      background-color: rgba(250, 250, 250, 0.8); }
  .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 rgba(170, 170, 170, 0.7);
    background: #fff;
    outline: none;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #444;
    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="email"]:focus,
    .show-newsletter select:focus {
      outline: solid #4D90FE 2px;
      outline-offset: -2px; }
  .show-newsletter input[type="submit"] {
    background: #444;
    color: #fff;
    float: right;
    width: 148px;
    border: none;
    cursor: pointer;
    -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); }
    .show-newsletter input[type="submit"]:focus {
      outline: solid #4D90FE 3px;
      outline-offset: -2px; }
    .show-newsletter input[type="submit"]:hover {
      opacity: 0.7; }
  .show-newsletter .newsletter-form p,
  .show-newsletter .newsletter-response p {
    margin: 0 0 16px;
    line-height: 1.36em;
    font-weight: 300; }
  .show-newsletter .newsletter-form .error-msg {
    display: none; }
  .show-newsletter .newsletter-form fieldset {
    position: relative;
    display: inline-block;
    vertical-align: top; }
  .show-newsletter .newsletter-form .error input,
  .show-newsletter .newsletter-form .error select {
    border-color: #B10E1E; }
  .show-newsletter .newsletter-form .error .icon {
    color: #B10E1E; }
  .show-newsletter .newsletter-form .error .error-msg {
    display: block;
    position: relative;
    color: #B10E1E;
    font-size: 14px; }
  .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 .show-newsletter-header {
    position: relative;
    margin-bottom: 8px; }
    .show-newsletter .show-newsletter-header .content-label-2 {
      margin: 0; }
  .show-newsletter .footernote {
    font-size: 14px;
    clear: both;
    margin-top: 16px; }
    .show-newsletter .footernote strong {
      font-weight: bold;
      margin-right: 5px; }
    .show-newsletter .footernote small {
      color: #444;
      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;
      margin-right: 5px; }
      .show-newsletter .footernote li:not(:last-child):after {
        content: "";
        width: 1px;
        height: 14px;
        display: inline-block;
        margin-left: 9px;
        background-color: black;
        position: relative;
        top: 2px; }
      .show-newsletter .footernote li a {
        color: #444;
        text-decoration: underline; }

.show-newsletter-popup input[type="submit"] {
  background: #444; }
  .show-newsletter-popup input[type="submit"]:hover {
    background: rgba(68, 68, 68, 0.7); }

.editorial-newsletter {
  width: 88.88%;
  text-align: center;
  margin-bottom: 60px; }
  .editorial-newsletter .show-newsletter-header .content-label-2 {
    font-size: 40px;
    font-family: 'barlow condensed', sans-serif;
    line-height: 36px;
    margin-bottom: 16px;
    letter-spacing: -0.04em; }
    .editorial-newsletter .show-newsletter-header .content-label-2 span {
      display: block;
      color: #EB0028; }
  .editorial-newsletter .show-newsletter-header p strong {
    font-weight: 600; }
  .editorial-newsletter input {
    height: 32px; }
    .editorial-newsletter input[type="submit"] {
      float: none; }

.show-newsletter-container.series-landing.sticky-newsletter {
  position: fixed;
  left: 24px;
  z-index: 61;
  max-width: 452px;
  max-height: 213px;
  box-shadow: 0 8px 10px 0 rgba(170, 170, 170, 0.14), 0 6px 30px 0 rgba(170, 170, 170, 0.2), 0 16px 24px 0 rgba(170, 170, 170, 0.2);
  background-color: #CCC; }
  .show-newsletter-container.series-landing.sticky-newsletter .show-newsletter {
    padding: 38px 16px 16px 16px;
    height: auto;
    width: 100%; }
  .show-newsletter-container.series-landing.sticky-newsletter .show-newsletter-header {
    margin-bottom: 0; }
    .show-newsletter-container.series-landing.sticky-newsletter .show-newsletter-header .content-label-2 {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.75;
      letter-spacing: normal;
      margin-bottom: 2px; }
  .show-newsletter-container.series-landing.sticky-newsletter .close-button {
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    float: right;
    cursor: pointer;
    font-size: 10px; }
  .show-newsletter-container.series-landing.sticky-newsletter .newsletter-form p {
    display: none; }
  .show-newsletter-container.series-landing.sticky-newsletter .newsletter-form form {
    display: flex; }
    .show-newsletter-container.series-landing.sticky-newsletter .newsletter-form form .email-fs {
      height: auto;
      width: auto; }
      .show-newsletter-container.series-landing.sticky-newsletter .newsletter-form form .email-fs input.email {
        background: #fff;
        border: none;
        margin-top: 0;
        margin-right: 8px;
        width: 296px;
        height: 40px;
        letter-spacing: 0.2px; }
        .show-newsletter-container.series-landing.sticky-newsletter .newsletter-form form .email-fs input.email:focus {
          outline: solid 2px #4D90FE; }
        .show-newsletter-container.series-landing.sticky-newsletter .newsletter-form form .email-fs input.email:focus:not(:focus-visible) {
          outline: none; }
    .show-newsletter-container.series-landing.sticky-newsletter .newsletter-form form input[type="submit"] {
      border-radius: 2px;
      font-size: 14px;
      font-weight: 600;
      line-height: 14px;
      letter-spacing: 0.3px;
      height: 40px;
      width: 120px;
      padding: 0 16px; }
  .show-newsletter-container.series-landing.sticky-newsletter .newsletter-form .footernote {
    margin-top: 6px;
    width: 100%;
    font-size: 14px;
    letter-spacing: normal; }
    .show-newsletter-container.series-landing.sticky-newsletter .newsletter-form .footernote strong {
      font-weight: 600; }
    .show-newsletter-container.series-landing.sticky-newsletter .newsletter-form .footernote li:not(:last-child):after {
      margin: 0 4px; }
  .show-newsletter-container.series-landing.sticky-newsletter.show-compact {
    bottom: -82px;
    transition: bottom .4s ease-in-out; }
  .show-newsletter-container.series-landing.sticky-newsletter.show-full {
    bottom: 24px; }

/* 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 */
@media (max-width: 767px) {
  .show-newsletter .show-newsletter-header {
    font-size: 15px; }
  .show-newsletter .newsletter-form .signup-row {
    display: flex;
    width: 100%; }
  .show-newsletter .newsletter-form .email-fs {
    width: 100%; }
  .show-newsletter .newsletter-form p span,
  .show-newsletter .newsletter-response p span {
    display: none; }
  .show-newsletter .newsletter-form p span.mobile-visible,
  .show-newsletter .newsletter-response p span.mobile-visible {
    display: inline; }
  .sticky-signup .signup-promo-wrapper h4 {
    margin: 0 25px 10px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px); }
  .sticky-signup .show-newsletter-popup .signup-wrapper h4 {
    margin: 0 25px;
    display: inline-block;
    vertical-align: middle; }
  .sticky-signup .show-newsletter-popup .signup-wrapper fieldset.email-fs .email {
    margin: 0px 0px 20px 0px; }
  .sticky-signup .show-newsletter-popup .signup-wrapper fieldset.email-fs input.signup-btn {
    float: right; }
  .sticky-signup .show-newsletter-popup .signup-wrapper .footernote {
    text-align: left;
    line-height: 14px; }
  .sticky-signup .newsletter-form p,
  .sticky-signup .newsletter-response p {
    font-size: 16px; }
  .show-newsletter-container.series-landing {
    width: 100%;
    max-width: none; }
    .show-newsletter-container.series-landing .newsletter-signup-container {
      max-width: 375px; }
      .show-newsletter-container.series-landing .newsletter-signup-container .content-label-2 {
        font-size: 14px; }
    .show-newsletter-container.series-landing .newsletter-form form {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      position: relative; }
      .show-newsletter-container.series-landing .newsletter-form form .email-fs {
        width: calc(67.7% - 8px);
        position: static; }
        .show-newsletter-container.series-landing .newsletter-form form .email-fs input.email {
          width: 100%;
          height: 40px; }
      .show-newsletter-container.series-landing .newsletter-form form input[type="submit"] {
        width: 33.3%;
        margin-top: 0;
        font-size: 12px;
        height: 40px;
        padding: 0; }
    .show-newsletter-container.series-landing .newsletter-form .footernote small, .show-newsletter-container.series-landing .newsletter-form .footernote strong, .show-newsletter-container.series-landing .newsletter-form .footernote li {
      font-size: 12px; }
  .show-newsletter-container.series-landing.sticky-newsletter {
    width: 100%;
    max-width: none;
    left: 0; }
    .show-newsletter-container.series-landing.sticky-newsletter .newsletter-signup-container {
      max-width: 395px; }
      .show-newsletter-container.series-landing.sticky-newsletter .newsletter-signup-container .content-label-2 {
        font-size: 14px; }
    .show-newsletter-container.series-landing.sticky-newsletter .newsletter-form form {
      display: flex;
      justify-content: space-between; }
      .show-newsletter-container.series-landing.sticky-newsletter .newsletter-form form .email-fs {
        width: calc(67.7% - 8px); }
        .show-newsletter-container.series-landing.sticky-newsletter .newsletter-form form .email-fs input.email {
          width: 100%; }
      .show-newsletter-container.series-landing.sticky-newsletter .newsletter-form form input[type="submit"] {
        width: 32.3%;
        margin-top: 0;
        font-size: 12px;
        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; }
    .show-newsletter-container.series-landing.sticky-newsletter .newsletter-form .footernote small, .show-newsletter-container.series-landing.sticky-newsletter .newsletter-form .footernote strong, .show-newsletter-container.series-landing.sticky-newsletter .newsletter-form .footernote li {
      font-size: 12px; } }

@media (max-width: 371px) {
  .show-newsletter-container.series-landing.sticky-newsletter {
    max-height: 240px; } }

/* 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 */
@media (min-width: 768px) {
  .show-newsletter .show-newsletter-header h2 {
    font-size: 24px; }
  .content-narrow.show-landing.email-collector-container {
    max-width: 100%;
    width: 100%; }
  .show-newsletter-container.series-landing .show-newsletter .newsletter-form .signup-row {
    display: flex;
    width: 100%; }
  .show-newsletter-container.series-landing .show-newsletter .newsletter-form .email-fs {
    width: 80%; }
  .show-newsletter-container.series-landing .show-newsletter .newsletter-form p,
  .show-newsletter-container.series-landing .show-newsletter .newsletter-response p {
    font-size: 14px;
    color: #000; }
  .show-newsletter-container.series-landing .show-newsletter .footernote {
    width: 80%; }
  .sticky-signup.screen-expand .signup-promo-wrapper {
    max-height: 0;
    overflow: hidden;
    display: none;
    transition: all 0.3s linear; }
  .sticky-signup.screen-expand .signup-wrapper {
    max-height: 1000px;
    opacity: 1;
    transition: all 0.3s linear; }
  .sticky-signup .signup-promo-wrapper h4 {
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: middle; }
  .sticky-signup .show-newsletter-popup .signup-wrapper h4 {
    margin: 0; }
  .sticky-signup .show-newsletter-popup .signup-wrapper fieldset.email-fs .input-grouper {
    max-width: 360px;
    width: calc(100% - 210px);
    display: inline-block; }
  .sticky-signup .show-newsletter-popup .signup-wrapper fieldset.email-fs .email {
    margin: 0px 6px 0px 0px; }
  .sticky-signup .newsletter-form p,
  .sticky-signup .newsletter-response p {
    font-size: 16px; }
  .show-newsletter-container.series-landing:not(.sticky-newsletter) .show-newsletter {
    width: 100%; }
  .show-newsletter-container.series-landing .show-newsletter input[type="submit"] {
    padding: 0 24px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center; }
  .movie-newsletter-wrapper {
    margin-bottom: 80px;
    margin-top: 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 */
.global-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background: #fafafa;
  position: relative;
  z-index: 10; }
  .global-footer .head-section {
    width: 100%;
    text-align: center; }
    .global-footer .head-section .aetn-wrapper {
      display: inline-block;
      width: 86px; }
    .global-footer .head-section span {
      text-transform: uppercase;
      margin-top: 16px; }
  .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: black;
        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(https://assets.watch.aetnd.com/assets/images/aenetworks/aetn-charcoal-stacked.svg) no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
    display: inline-block;
    width: 100%;
    height: 0;
    padding-bottom: 54%;
    top: 25%; }
  .global-footer p {
    font-size: 11px;
    margin: 8px 0 0;
    color: black; }

/* 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 */
@media (max-width: 767px) {
  .global-footer {
    padding: 8px 0 32px;
    text-align: center; }
    .global-footer .footer-section {
      display: none; }
    .global-footer .head-section .aetn-wrapper {
      margin: 12px; }
    .global-footer .head-section span {
      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 */
@media (min-width: 1025px) {
  .global-footer {
    position: relative;
    z-index: 60; }
    .global-footer .footer-sections {
      width: 88.88%;
      max-width: 960px;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: 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; }
    .global-footer .head-section {
      padding: 36px 0 24px;
      border-bottom: 1px solid #EDEDED;
      margin-bottom: 24px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
    .global-footer .footer-section {
      padding: 0 48px;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box; }
      .global-footer .footer-section.footer-section-fixed {
        width: 600px;
        padding-left: 20px; }
      .global-footer .footer-section.footer-section-dyn {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1; }
      .global-footer .footer-section ul:not(.channel-logos):not(.footer-social) 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 ul:not(.channel-logos):not(.footer-social) li a:focus, .global-footer .footer-section ul:not(.channel-logos):not(.footer-social) li a:hover {
          border-color: rgba(0, 0, 0, 0.8);
          color: rgba(0, 0, 0, 0.8); }
      .global-footer .footer-section .footer-inner-section:not(:last-child) {
        border-bottom: 1px solid #EDEDED;
        padding-bottom: 24px;
        margin-bottom: 36px; }
      .global-footer .footer-section .footer-inner-section .footer-head {
        margin: 24px 0 16px;
        display: block; }
      .global-footer .footer-section .footer-logo {
        display: block;
        height: 60px;
        max-width: 85px;
        margin-bottom: 20px;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0.6;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        .global-footer .footer-section .footer-logo:focus, .global-footer .footer-section .footer-logo:hover {
          opacity: 1; }
    .global-footer .footer-social {
      max-width: 150px; }
      .global-footer .footer-social .icon {
        display: inline-block;
        border: 1px solid rgba(0, 0, 0, 0.16);
        width: 30px;
        height: 30px;
        border-radius: 30px;
        line-height: 34px;
        font-size: 18px;
        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:focus, .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; }
    .global-footer ul li {
      margin-bottom: 10px;
      font-size: 14px; }
      .global-footer ul li a {
        color: black; }
    .global-footer .footer-network .channel-logos li {
      float: left;
      margin-right: 38px;
      margin-bottom: 20px; }
      .global-footer .footer-network .channel-logos li:last-child {
        margin-right: 0; }
      .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;
        background-position: center center;
        height: 60px;
        opacity: 0.6; }
        .global-footer .footer-network .channel-logos li a.ae-logo {
          background-image: url(https://assets.watch.aetnd.com/assets/images/aetv/logo.svg);
          width: 60px; }
        .global-footer .footer-network .channel-logos li a.lifetime-logo {
          background-image: url(https://assets.watch.aetnd.com/assets/images/lifetime/logo-black.svg);
          width: 54px; }
        .global-footer .footer-network .channel-logos li a.h-logo {
          background-image: url(https://assets.watch.aetnd.com/assets/images/history/logo-black.svg);
          width: 50px; }
        .global-footer .footer-network .channel-logos li a.viceland-logo {
          background-image: url(https://assets.watch.aetnd.com/assets/images/viceland/logo.svg);
          width: 82px; }
        .global-footer .footer-network .channel-logos li a.lifetimemovies-logo {
          background-image: url(https://assets.watch.aetnd.com/assets/images/lifetimemovies/logo-black.svg);
          width: 66px; }
        .global-footer .footer-network .channel-logos li a.fyi-logo {
          background-image: url(https://assets.watch.aetnd.com/assets/images/fyi/logo-black.svg);
          width: 62px; }
        .global-footer .footer-network .channel-logos li a:focus, .global-footer .footer-network .channel-logos li a:hover {
          opacity: 1;
          -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 .other-links {
      display: flex; }
      .global-footer .other-links ul {
        margin-right: 32px;
        width: 168px; }
        .global-footer .other-links ul li {
          font-size: 14px; }
        .global-footer .other-links ul:not(:last-child) {
          width: 240px; }
    .global-footer abbr[title] {
      border-bottom: none !important;
      cursor: inherit !important;
      text-decoration: none !important; }
    .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;
      text-align: center; }
      .global-footer .footer-strip ul {
        display: none; }
      .global-footer .footer-strip .footer-link {
        padding: 0;
        margin-right: 24px; }
      .global-footer .footer-strip p {
        color: black;
        font-size: 14px;
        display: inline-block;
        margin-top: 0; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .global-footer {
    padding: 8px 0 32px;
    text-align: center; }
    .global-footer .footer-section {
      display: none; }
    .global-footer .head-section .aetn-wrapper {
      margin: 12px; }
    .global-footer .head-section span {
      display: none; }
    .global-footer .footer-strip ul {
      display: block; } }

/* 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 */
.sso-wrapper {
  font-size: 14px;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1); }
  .sso-wrapper:not(.sso-standalone) {
    background: rgba(0, 0, 0, 0.4);
    z-index: 1100; }
  .sso-wrapper input[name=activationcode] {
    text-transform: uppercase; }
  .sso-wrapper.sso-standalone {
    background: rgba(0, 0, 0, 0.1); }
    .sso-wrapper.sso-standalone .sso-inner {
      position: relative;
      margin: 0 auto; }
    .sso-wrapper.sso-standalone .brand-logo {
      display: none; }
    .sso-wrapper.sso-standalone .icon-left-open-big {
      position: absolute;
      top: 0;
      left: 0;
      padding: 24px 16px;
      font-size: 2.2em;
      color: #000; }
  .sso-wrapper:not(.sso-singleview) .sso-section {
    display: none; }
  .sso-wrapper.sso-singleview .sso-inner,
  .sso-wrapper.sso-singleview .sso-section {
    border-radius: 4px; }
  .sso-wrapper.sso-wrapper-sm {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .sso-wrapper.sso-wrapper-sm.sso-hide {
      opacity: 0;
      visibility: hidden; }
    .sso-wrapper.sso-wrapper-sm .content-head {
      padding: 60px 20px 20px;
      max-width: 380px;
      margin-left: auto;
      margin-right: auto; }
      .sso-wrapper.sso-wrapper-sm .content-head .head-label {
        line-height: 1.33em;
        padding-bottom: 8px; }
      .sso-wrapper.sso-wrapper-sm .content-head .sso-button {
        margin-bottom: 16px; }
    .sso-wrapper.sso-wrapper-sm .sso-inner {
      position: absolute;
      top: 20vh;
      left: 50%;
      width: 90%;
      max-width: 560px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .sso-wrapper.sso-wrapper-sm .sso-section {
      max-height: calc( 100vh - 160px);
      overflow: auto; }
  .sso-wrapper.sso-create .sso-button {
    max-width: 240px;
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
  .sso-wrapper.sso-signin .sso-signin-section {
    display: block; }
  .sso-wrapper.sso-signin .signin-form .forgot-pw {
    color: #444;
    text-decoration: underline; }
  .sso-wrapper.sso-signup .sso-signup-section {
    display: block; }
  .sso-wrapper.sso-success .sso-success-section {
    display: block; }
  .sso-wrapper.sso-pending .sso-pending-section {
    display: block; }
  .sso-wrapper.sso-subscribed .sso-subscribed-section {
    display: block; }
  .sso-wrapper.sso-password .sso-password-section {
    display: block; }
  .sso-wrapper.sso-password-done .sso-password-done-section {
    display: block; }
  .sso-wrapper.sso-activate .sso-activate-section {
    display: block; }
  .sso-wrapper.sso-activate-done .sso-activate-done-section {
    display: block; }
  .sso-wrapper.sso-underage .sso-underage-section {
    display: block; }
  .sso-wrapper.sso-link .sso-link-section {
    display: block; }
  .sso-wrapper.sso-social-info .sso-social-info-section {
    display: block; }
  .sso-wrapper.sso-update .sso-update-section {
    display: block; }
  .sso-wrapper.sso-update-done .sso-update-done-section {
    display: block; }
  .sso-wrapper.sso-reset .sso-reset-section {
    display: block; }
  .sso-wrapper.sso-reset-done .sso-reset-done-section {
    display: block; }
  .sso-wrapper.loading .section-shaded {
    position: relative; }
    .sso-wrapper.loading .section-shaded:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 100;
      background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSc2MHB4JyBoZWlnaHQ9JzYwcHgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXJpbmctYWx0Ij48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImJrIj48L3JlY3Q+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNDAiIHN0cm9rZT0iI2NjYyIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0MCIgc3Ryb2tlPSIjZmZmZmZmIiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hvZmZzZXQiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBmcm9tPSIwIiB0bz0iNTAyIj48L2FuaW1hdGU+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hhcnJheSIgZHVyPSIycyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIHZhbHVlcz0iMTAwLjQgMTUwLjY7MSAyNTA7MTAwLjQgMTUwLjYiPjwvYW5pbWF0ZT48L2NpcmNsZT48L3N2Zz4=");
      background-repeat: no-repeat;
      background-position: center center; }
    .sso-wrapper.loading .section-shaded:before {
      background-color: rgba(241, 241, 241, 0.8); }
  .sso-wrapper .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    width: 30px;
    height: 30px;
    z-index: 100; }
    .sso-wrapper .close-button:focus {
      outline: 2px solid #4D90FE; }
    .sso-wrapper .close-button:before, .sso-wrapper .close-button:after {
      content: "";
      width: 1px;
      height: 30px;
      background-color: #999;
      position: absolute;
      top: 0;
      left: 15px;
      display: block; }
    .sso-wrapper .close-button:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sso-wrapper .close-button:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .sso-wrapper a.theme-item-dark {
    font-weight: bold;
    padding-left: 8px; }
  .sso-wrapper .sso-inner {
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    background: #fff;
    position: relative; }
  .sso-wrapper i {
    font-style: italic;
    color: #444; }
  .sso-wrapper .brand-logo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block; }
  .sso-wrapper .content-head {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 0; }
    .sso-wrapper .content-head.devices {
      max-width: 800px;
      margin: auto; }
      .sso-wrapper .content-head.devices .device-image {
        margin-top: 30px; }
        .sso-wrapper .content-head.devices .device-image img {
          max-width: 100%; }
    .sso-wrapper .content-head .head-label {
      font-size: 1.875em;
      text-transform: uppercase;
      font-weight: 300;
      color: #444; }
    .sso-wrapper .content-head.devices .head-label {
      text-transform: none; }
    .sso-wrapper .content-head h5 {
      color: #9B9B9B;
      font-size: 1.125em;
      font-weight: 300; }
  .sso-wrapper section .section-inner {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px; }
    .sso-wrapper section .section-inner p {
      margin-bottom: 16px;
      font-size: 15px;
      line-height: 1.4em;
      color: #444; }
      .sso-wrapper section .section-inner p.bold-inner {
        font-weight: 600; }
    .sso-wrapper section .section-inner.max-spread {
      max-width: 1100px; }
    .sso-wrapper section .section-inner span #my-list-sign-in {
      text-decoration: underline; }
  .sso-wrapper .sso-bullets {
    max-width: 410px;
    text-align: left;
    display: inline-block; }
    .sso-wrapper .sso-bullets li {
      font-size: 14px;
      margin-bottom: 16px;
      line-height: 1.5em;
      position: relative;
      padding-left: 30px;
      color: #444; }
      .sso-wrapper .sso-bullets li:before {
        margin-right: 16px;
        position: absolute;
        left: 0;
        top: 5px; }
  .sso-wrapper .sso-button {
    height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    border-radius: 2px; }
    .sso-wrapper .sso-button.btn-loading:before {
      content: "Loading";
      position: relative;
      z-index: 5; }
    .sso-wrapper .sso-button.btn-loading:after {
      position: absolute;
      left: 0;
      content: "";
      top: 0;
      bottom: 0;
      z-index: 2;
      border-radius: 2px;
      -webkit-animation-name: progress;
      -moz-animation-name: progress;
      animation-name: progress;
      -webkit-animation-duration: 5s;
      -moz-animation-duration: 5s;
      animation-duration: 5s;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
      animation-timing-function: linear; }
    .sso-wrapper .sso-button.btn-loading span {
      display: none; }
  .sso-wrapper .brand-button, .sso-wrapper .transparent-button, .sso-wrapper .brand-button-1, .sso-wrapper .brand-button-2 {
    line-height: 40px;
    width: 100%;
    display: block;
    font-size: 16px; }
  .sso-wrapper .transparent-button {
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin-right: 10px;
    font-weight: 600; }
  .sso-wrapper .brand-button-1 {
    color: #fff;
    border: 0;
    background-color: #181818; }
    .sso-wrapper .brand-button-1.disabled {
      opacity: 0.4; }
  .sso-wrapper .brand-button-2 {
    background-color: #2F2B28; }
    .sso-wrapper .brand-button-2.disabled {
      background-color: rgba(0, 0, 0, 0.07);
      cursor: not-allowed; }
  .sso-wrapper .sso-form {
    width: 260px;
    margin: 0 auto; }
    .sso-wrapper .sso-form .font-reg a {
      text-decoration: underline; }
    .sso-wrapper .sso-form.selection-flex-form {
      display: flex;
      width: 100%; }
    .sso-wrapper .sso-form > * {
      margin-bottom: 16px; }
    .sso-wrapper .sso-form .form-full-date .yob-field {
      position: relative;
      opacity: 0.4; }
      .sso-wrapper .sso-form .form-full-date .yob-field:after {
        content: "";
        z-index: 10;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
    .sso-wrapper .sso-form .form-full-date .date-full {
      display: block; }
    .sso-wrapper .sso-form .date-full {
      display: none; }
    .sso-wrapper .sso-form .social > * {
      margin-bottom: 16px; }
    .sso-wrapper .sso-form .form-checkbox {
      text-align: left;
      position: relative; }
      .sso-wrapper .sso-form .form-checkbox.error {
        margin-bottom: 40px; }
        .sso-wrapper .sso-form .form-checkbox.error label {
          display: block;
          bottom: -2.5em; }
        .sso-wrapper .sso-form .form-checkbox.error .error-target {
          border-color: #D0021B; }
      .sso-wrapper .sso-form .form-checkbox fieldset {
        position: relative;
        padding-left: 24px;
        font-size: 11px;
        line-height: 1.2em;
        color: #444; }
        .sso-wrapper .sso-form .form-checkbox fieldset a {
          color: #444;
          text-decoration: underline; }
      .sso-wrapper .sso-form .form-checkbox input {
        position: absolute;
        left: 0;
        top: 0;
        width: 15px;
        height: 15px;
        border: 1px solid #ccc;
        background: #fff;
        outline: none;
        text-align: center;
        -moz-appearance: none;
        -webkit-appearance: none;
        -o-appearance: none; }
        .sso-wrapper .sso-form .form-checkbox input:checked:after {
          content: "g";
          font-family: "icon-fonts";
          text-align: center;
          display: inline-block;
          line-height: 15px; }
        .sso-wrapper .sso-form .form-checkbox input:focus {
          outline: none;
          border: 1px solid #4D90FE;
          -webkit-box-shadow: 0px 0px 4px #4D90FE;
          box-shadow: 0px 0px 4px #4D90FE; }
  .sso-wrapper .icon-button {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: left; }
    .sso-wrapper .icon-button.facebook-button {
      background: #4861A1; }
    .sso-wrapper .icon-button.google-button {
      background: #FFFFFF;
      color: #686868; }
    .sso-wrapper .icon-button.email-button {
      background: #fff;
      color: #686868;
      border: 1px solid rgba(204, 204, 204, 0.6); }
      .sso-wrapper .icon-button.email-button .icon:before {
        color: #686868; }
    .sso-wrapper .icon-button .icon {
      display: block;
      height: 100%; }
      .sso-wrapper .icon-button .icon:before {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        width: 45px;
        border-right: 1px solid rgba(216, 216, 216, 0.24);
        text-align: center;
        margin-right: 16px;
        font-size: 16px; }
      .sso-wrapper .icon-button .icon.icon-google::before {
        background: url(https://assets.watch.aetnd.com/assets/images/icons/icon-google.svg) no-repeat;
        background-size: 50%;
        background-position: center;
        color: transparent; }
  .sso-wrapper .sso-divide {
    margin: 26px 0;
    position: relative; }
    .sso-wrapper .sso-divide:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #ccc;
      left: 0;
      top: 0.5em; }
    .sso-wrapper .sso-divide span {
      font-weight: 600;
      font-style: italic;
      padding: 0 28px;
      display: inline-block;
      background: #f1f1f1;
      position: relative;
      z-index: 10;
      color: #444; }
  .sso-wrapper .section-shaded {
    background: #f1f1f1;
    padding: 24px 0; }
    .sso-wrapper .section-shaded .font-reg .a {
      color: #444;
      text-decoration: underline; }
  .sso-wrapper .signup-form {
    max-height: 10000px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .sso-wrapper .signup-form.collapsed-form {
      max-height: 0;
      overflow: hidden; }
  .sso-wrapper .error-message {
    color: #D0021B;
    font-size: 11px;
    line-height: 1.2em;
    display: none; }
  .sso-wrapper .error > .error-message {
    display: block; }
  .sso-wrapper form > * {
    margin-bottom: 16px; }
  .sso-wrapper form .editprofile-forgot .forgot-pw {
    color: #444;
    text-decoration: underline; }
  .sso-wrapper form label {
    display: none;
    color: #D0021B;
    position: absolute;
    bottom: -1.12em;
    left: 2px;
    font-size: 11px; }
    .sso-wrapper form label.multi-line {
      bottom: -2.24em; }
  .sso-wrapper form fieldset {
    margin-bottom: 16px; }
    .sso-wrapper form fieldset.w-33, .sso-wrapper form fieldset.w-50 {
      display: inline-block;
      vertical-align: middle; }
    .sso-wrapper form fieldset.w-33 {
      width: 33.3333%; }
      .sso-wrapper form fieldset.w-33:not(:last-child) {
        width: calc( 33.3333% - 4px); }
    .sso-wrapper form fieldset.w-50 {
      width: calc( 50% - 2.5px); }
    .sso-wrapper form fieldset.error {
      position: relative; }
      .sso-wrapper form fieldset.error input[type="text"],
      .sso-wrapper form fieldset.error input[type="number"],
      .sso-wrapper form fieldset.error input[type="password"],
      .sso-wrapper form fieldset.error input[type="email"],
      .sso-wrapper form fieldset.error .picker {
        border-color: #D0021B; }
      .sso-wrapper form fieldset.error label {
        display: block; }
  .sso-wrapper form input[type="text"],
  .sso-wrapper form input[type="number"],
  .sso-wrapper form input[type="password"],
  .sso-wrapper form input[type="email"] {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 14px;
    color: black;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    border: 1px solid rgba(204, 204, 204, 0.5);
    outline: none;
    border-radius: 2px; }
  .sso-wrapper form input[type="number"] {
    padding: 0 4px 0 16px; }
  .sso-wrapper form ::-webkit-input-placeholder {
    font-size: 0.85em;
    color: #666; }
  .sso-wrapper form ::-moz-placeholder {
    font-size: 0.85em;
    color: #666; }
  .sso-wrapper form :-ms-input-placeholder {
    font-size: 0.85em;
    color: #666; }
  .sso-wrapper form input:-moz-placeholder {
    font-size: 0.85em;
    color: #666; }
  .sso-wrapper form .picker {
    border: 1px solid rgba(204, 204, 204, 0.5);
    border-radius: 2px; }
    .sso-wrapper form .picker input {
      opacity: 0;
      margin: 0;
      width: 100%;
      height: 100%;
      position: relative;
      vertical-align: middle;
      z-index: 2;
      cursor: pointer; }
    .sso-wrapper form .picker li {
      display: inline-block;
      height: 38px;
      line-height: 38px;
      background: #fff;
      position: relative;
      cursor: pointer; }
      .sso-wrapper form .picker li:hover span,
      .sso-wrapper form .picker li input:checked + span {
        background: #dbdbdb; }
      .sso-wrapper form .picker li span {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        color: #444; }
        .sso-wrapper form .picker li span:focus {
          border: 1px solid #4D90FE; }
      .sso-wrapper form .picker li:focus span,
      .sso-wrapper form .picker li input:checked + span {
        border: 1px solid #4D90FE; }
    .sso-wrapper form .picker.gender-picker li:first-child {
      border-right: 1px solid rgba(216, 216, 216, 0.24);
      width: 55%; }
    .sso-wrapper form .picker.gender-picker li:last-child {
      width: 45%; }
  .sso-wrapper form .date-full {
    margin-bottom: 0; }
  .sso-wrapper .signup-note {
    font-size: 12px;
    display: block;
    max-width: 540px;
    margin: 16px auto;
    line-height: 1.66667em;
    color: #444; }
    .sso-wrapper .signup-note a {
      text-decoration: underline; }
  .sso-wrapper .brand-mark:after {
    font-size: 0.45em;
    vertical-align: top;
    line-height: 1em; }
  .sso-wrapper .footnote {
    padding: 30px 16px;
    min-height: 74px;
    line-height: 1.4em;
    color: #444; }
    .sso-wrapper .footnote a {
      text-decoration: underline;
      color: #444; }

.sso-block-wrapper {
  position: relative; }
  .sso-block-wrapper .sso-wrapper:not(.sso-standalone):not(.sso-hide) + .sso-wrapper {
    visibility: hidden; }
  .sso-block-wrapper .sso-wrapper:not(.sso-standalone) .brand-logo {
    display: none; }

body.signed-in .sso-wrapper .mvpd-prompt {
  visibility: hidden; }

.gigya-screen-dialog,
.gigya-screen-dialog-mobile {
  display: none !important; }

@-webkit-keyframes progress {
  0% {
    width: 0%; }
  25% {
    width: 25%; }
  50% {
    width: 50%; }
  75% {
    width: 75%; }
  100% {
    width: 100%; } }

@-moz-keyframes progress {
  0% {
    width: 0%; }
  25% {
    width: 25%; }
  50% {
    width: 50%; }
  75% {
    width: 75%; }
  100% {
    width: 100%; } }

@keyframes progress {
  0% {
    width: 0%; }
  25% {
    width: 25%; }
  50% {
    width: 50%; }
  75% {
    width: 75%; }
  100% {
    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 */
div.gigya-screen-dialog {
  border: none !important;
  top: 50% !important;
  left: 50% !important;
  -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); }
  div.gigya-screen-dialog * {
    font-family: "Open Sans", sans-serif; }
  div.gigya-screen-dialog .gigya-screen-dialog-inner {
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px; }
  div.gigya-screen-dialog .gigya-screen-dialog-top {
    position: relative; }
  div.gigya-screen-dialog .gigya-screen-dialog-caption {
    color: #fff;
    font-weight: 600;
    float: none;
    text-align: center;
    padding: 10px 0 6px;
    text-transform: uppercase; }
  div.gigya-screen-dialog .gigya-screen-dialog-content {
    padding: 20px 10px; }
  div.gigya-screen-dialog .gigya-screen-dialog-close {
    background: none;
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 10px;
    width: auto;
    height: auto;
    line-height: 1em; }
    div.gigya-screen-dialog .gigya-screen-dialog-close:before {
      content: "X";
      font-family: "icon-fonts";
      color: rgba(255, 255, 255, 0.8);
      font-size: 14px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    div.gigya-screen-dialog .gigya-screen-dialog-close:hover:before {
      color: white; }

/* 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 */
@media (max-width: 767px) {
  .sso-wrapper:not(.sso-standalone):not(.sso-wrapper-sm) .content-head {
    padding: 20px 16px 10px; }
  .sso-wrapper.sso-standalone .content-head {
    padding: 40px 16px 10px; }
    .sso-wrapper.sso-standalone .content-head .head-label {
      max-width: 345px;
      margin-left: auto;
      margin-right: auto; }
  .sso-wrapper .sso-bullets li {
    font-size: 12px;
    padding-left: 24px; }
  .sso-wrapper .content-head h5 {
    margin-bottom: 8px; }
  .sso-wrapper .content-head .head-label {
    line-height: 1.2em;
    margin-bottom: 8px; }
  .sso-wrapper .brand-logo {
    max-height: 65px;
    max-width: 100px; }
  .sso-wrapper .signup-note {
    padding: 0 16px; }
  .sso-wrapper .footnote {
    font-size: 12px; }
  .sso-block-wrapper .sso-wrapper:not(.sso-standalone) .content-head {
    padding-top: 30px; } }

@media (max-width: 1024px) {
  body {
    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; }
  .sso-wrapper:not(.sso-standalone):not(.sso-wrapper-sm) {
    max-height: 5000px;
    min-height: 100vh;
    order: -1; }
    .sso-wrapper:not(.sso-standalone):not(.sso-wrapper-sm).sso-hide {
      max-height: 0;
      min-height: 0;
      padding: 0;
      overflow: hidden; }
    .sso-wrapper:not(.sso-standalone):not(.sso-wrapper-sm) .sso-inner {
      min-height: 100vh; }
  .sso-wrapper .brand-logo {
    margin-top: 32px; } }

/* 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 */
@media (min-width: 768px) {
  .sso-wrapper.sso-standalone {
    padding: 40px; }
    .sso-wrapper.sso-standalone .sso-inner {
      width: 55%;
      max-width: 728px;
      min-width: 660px; }
    .sso-wrapper.sso-standalone .content-head {
      padding: 40px 20px 20px; }
  .sso-wrapper:not(.sso-standalone):not(.sso-wrapper-sm) .content-head {
    padding: 76px 20px 20px; }
  .sso-wrapper .content-head .head-label {
    margin-bottom: 16px; }
  .sso-block-wrapper .sso-wrapper:not(.sso-standalone) .content-head {
    padding-top: 40px; }
  .sso-bullets li {
    font-size: 14px;
    padding-left: 30px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .sso-wrapper:not(.sso-standalone):not(.sso-wrapper-sm) .content-head {
    padding: 30px 20px 20px; }
  .sso-wrapper.sso-standalone .content-head {
    padding: 60px 20px 20px; }
  .sso-wrapper .brand-logo {
    max-height: 80px; } }

@media (min-width: 1025px) {
  .sso-wrapper.sso-standalone .content-head {
    padding: 40px 20px 20px; }
  .sso-wrapper.sso-standalone .icon-left-open-big {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .sso-wrapper.sso-standalone .icon-left-open-big:hover {
      color: rgba(0, 0, 0, 0.4); }
  .sso-wrapper:not(.sso-standalone):not(.sso-wrapper-sm) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .sso-wrapper:not(.sso-standalone):not(.sso-wrapper-sm) .content-head {
      padding: 76px 20px 20px; }
    .sso-wrapper:not(.sso-standalone):not(.sso-wrapper-sm) .sso-inner {
      position: absolute;
      top: 80px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .sso-wrapper:not(.sso-standalone):not(.sso-wrapper-sm) .patch {
      background: #fff;
      height: 50px;
      z-index: 10;
      position: absolute;
      top: 0;
      right: 0;
      bottom: auto;
      left: 0;
      border-radius: 4px; }
    .sso-wrapper:not(.sso-standalone):not(.sso-wrapper-sm).sso-hide {
      opacity: 0;
      visibility: hidden; }
    .sso-wrapper:not(.sso-standalone):not(.sso-wrapper-sm) .sso-section {
      max-height: calc( 100vh - 160px);
      overflow: auto; }
  .sso-wrapper .brand-logo {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 20;
    background-position: top center;
    -webkit-transform: translate(-50%, -32%);
    -moz-transform: translate(-50%, -32%);
    -ms-transform: translate(-50%, -32%);
    -o-transform: translate(-50%, -32%);
    transform: translate(-50%, -32%); }
  .sso-wrapper .sso-inner {
    width: 728px;
    border-radius: 4px; } }

/* 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 */
/* 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 */
/* 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-fontsd41d.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-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-youtube-dark: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(https://assets.watch.aetnd.com/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; }

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

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

.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-weight: 700;
    line-height: 0.8;
    text-align: center;
    margin: 0 auto;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal; }
  .hero-meta-container .hero-tunein {
    color: #000000;
    font-weight: 600;
    text-align: center; }
  .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;
      color: #fff;
      background-color: #000;
      border-radius: 2px;
      font-weight: 600; }
  .hero-meta-container .series-info .number-span {
    font-weight: 600; }

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

/* 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 */
@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,
  .content-2 {
    width: 88.88%;
    margin: 60px auto; }
  .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: 140px;
    padding: 16px 0; }
    .hero-meta-container .hero-title {
      font-size: 29px;
      line-height: 1.2em;
      max-width: 720px; }
    .hero-meta-container .hero-tunein {
      font-size: 18px;
      max-width: 720px;
      margin-top: 8px; }
    .hero-meta-container .cta-buttons-container .start-streaming {
      border-radius: 2px;
      height: 48px;
      padding: 0 32px;
      font-weight: 600;
      font-size: 14px; }
    .hero-meta-container .series-info {
      margin-top: 8px; } }

@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 */
@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: 8px 0; }
    .hero-meta-container .hero-title {
      font-size: 21px;
      line-height: 1.14;
      max-width: 320px; }
    .hero-meta-container .hero-tunein {
      font-size: 14px;
      max-width: 320px;
      margin-top: 6px; }
    .hero-meta-container .cta-buttons-container .start-streaming {
      border-radius: 2px;
      height: 40px;
      padding: 0 16px;
      font-weight: 600;
      font-size: 12px; }
    .hero-meta-container .series-info {
      margin-top: 4px;
      font-size: 14px;
      line-height: 18px; } }

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

/* 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 */
.series-landing .ad-wrapper .ad {
  margin: 0 auto;
  width: 95%;
  text-align: center; }

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


/*# sourceMappingURL=homepage.3b994e6395efbdef8922.css.map*/