/* z-index scale */
/* z-index applications */
/* fonts */
/* colors */
/* opaque */
/* variable opacity */
/* 50 shades of red */
/* vertical spacing in series landing */
/* breakpoints */
body {
  background: #f1f1f1; }

.playlist-head h2:not(.clips-head) {
  display: none; }

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

.top-nav {
  font-size: 20px;
  line-height: 1.33em;
  /* @include position(fixed, 0 0 auto 0); */
  z-index: 800; }
  .top-nav .back-nav {
    display: block;
    padding: 14px 10px; }
  .top-nav .icon {
    width: 27px;
    display: inline-block; }
    .top-nav .icon:before {
      font-size: 1.33em;
      display: inline-block;
      vertical-align: middle;
      color: white; }
  .top-nav .nav-label {
    color: white;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: calc( 100% - 34px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .top-nav .nav-label.nav-ep-info {
      overflow: hidden; }
      .top-nav .nav-label.nav-ep-info span {
        display: inline-block;
        vertical-align: top; }
      .top-nav .nav-label.nav-ep-info .title {
        max-width: calc( 100% - 82px);
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .top-nav .nav-label.nav-ep-info .ep-info {
        margin-left: 10px;
        opacity: 0.5; }

.episode-list {
  position: relative;
  /** EPISODE HP SPECIFIC */
  /** END EPISODE HP SPECIFIC */
  /** EPISODE DETAIL SPECIFIC */
  /** END EPISODE DETAIL SPECIFIC */ }
  .episode-list .episode-list-head {
    color: #ccc;
    text-transform: uppercase;
    font-weight: 600; }
    .episode-list .episode-list-head span {
      display: inline-block;
      position: relative;
      padding-left: 20px;
      color: #999; }
      .episode-list .episode-list-head span:before {
        content: '';
        width: 1px;
        position: absolute;
        left: 7px;
        background: rgba(255, 255, 255, 0.32); }
  .episode-list .series-description {
    background: rgba(30, 34, 38, 0.86);
    margin-bottom: 16px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    border-radius: 2px; }
    .episode-list .series-description p {
      color: #c2c2c2;
      line-height: 1.6em;
      font-size: 16px; }
      .episode-list .series-description p:not(:last-child) {
        margin-bottom: 16px; }
  .episode-list.episode-detail-overlay .episode-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 8px; }
    .episode-list.episode-detail-overlay .episode-item .item-img {
      position: relative; }
      .episode-list.episode-detail-overlay .episode-item .item-img:before {
        content: "";
        display: block;
        z-index: 1;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 150px;
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.85)));
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
        background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
        background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.85) 100%); }
    .episode-list.episode-detail-overlay .episode-item .item-details-container {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: calc( 100% - 60px);
      z-index: 5;
      padding: 15px; }
    .episode-list.episode-detail-overlay .episode-item .episode-name {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block; }
  .episode-list.episode-main .episode-item .detail-section .season-number, .episode-list.episode-main .episode-item .detail-section .episode-number {
    color: rgba(0, 0, 0, 0.6); }
  .episode-list.episode-main .episode-item .detail-section .episode-rating {
    color: rgba(0, 0, 0, 0.3); }
  .episode-list.episode-clips .episode-item {
    margin-bottom: 16px; }
    .episode-list.episode-clips .episode-item .item-details-container {
      padding: 10px 16px;
      height: 86px;
      background: white; }
    .episode-list.episode-clips .episode-item .episode-name {
      font-size: 15px;
      margin-bottom: 8px;
      color: rgba(0, 0, 0, 0.8);
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      max-height: 2.7em;
      overflow: hidden; }
    .episode-list.episode-clips .episode-item .duration {
      font-size: 12px;
      color: rgba(0, 0, 0, 0.4); }
    .episode-list.episode-clips .episode-item .item-img-container {
      height: 0;
      padding-bottom: 56.25%; }
    .episode-list.episode-clips .episode-item.item-selected {
      position: relative; }
      .episode-list.episode-clips .episode-item.item-selected:after {
        content: "";
        border-style: solid;
        border-width: 3px;
        border-radius: 2px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      .episode-list.episode-clips .episode-item.item-selected .med-circle-icon {
        display: none; }
  .episode-list .item-img-container {
    position: relative;
    overflow: hidden; }
    .episode-list .item-img-container .not-available-text {
      width: calc( 100% - 48px);
      line-height: 1.2em;
      bottom: 27px;
      position: absolute;
      left: 32px;
      color: white;
      font-size: 21px;
      text-transform: uppercase; }
    .episode-list .item-img-container .ways-overlay {
      color: #fff;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .episode-list .item-img-container .ways-overlay .overlay-dialog {
        background: rgba(0, 0, 0, 0.65);
        border: 1px solid #2a2a2a; }
      .episode-list .item-img-container .ways-overlay .overlay-body {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
        .episode-list .item-img-container .ways-overlay .overlay-body h2 {
          font-weight: 300;
          text-transform: uppercase;
          line-height: 1.2em; }
        .episode-list .item-img-container .ways-overlay .overlay-body strong {
          font-weight: 600;
          display: block;
          text-transform: uppercase; }
        .episode-list .item-img-container .ways-overlay .overlay-body ul {
          text-align: center; }
          .episode-list .item-img-container .ways-overlay .overlay-body ul li {
            display: inline-block; }
            .episode-list .item-img-container .ways-overlay .overlay-body ul li a {
              display: block; }
    .episode-list .item-img-container.text-overlay .item-img:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.3); }
    .episode-list .item-img-container img {
      display: block; }
  .episode-list .season-ep {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px; }
    .episode-list .season-ep > span {
      display: inline-block; }
    .episode-list .season-ep > h2 {
      display: inline-block; }
    .episode-list .season-ep > strong {
      display: inline-block;
      vertical-align: middle; }
    .episode-list .season-ep .episode-number {
      margin-left: 5px; }
    .episode-list .season-ep .preview {
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      position: relative;
      padding: 4px 8px;
      border-radius: 2px;
      margin-left: 12px;
      vertical-align: middle; }
  .episode-list .duration {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4); }
  .episode-list .episode-name {
    font-size: 20px;
    line-height: 1.2em;
    margin: 4px 0 1px; }
  .episode-list .episode-rating {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 19px; }
  .episode-list .episode-airdate {
    font-size: 15px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.35714em; }
  .episode-list .thumb-progress-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #4d4d4d;
    height: 3px;
    z-index: 10; }
    .episode-list .thumb-progress-bar span {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
  .episode-list .transition-in {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s; }
  .episode-list .come-in {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .episode-list .already-visible {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

.sponsor-wrapper {
  opacity: 0;
  visibility: hidden;
  cursor: default;
  max-height: 0;
  overflow: hidden; }
  .sponsor-wrapper.sponsor-show {
    opacity: 1;
    visibility: visible;
    max-height: 1000px; }
  .sponsor-wrapper p {
    font-size: 0.86em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 23px 0;
    float: left; }
  .sponsor-wrapper .sponsor {
    float: right; }

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

.episode-details .tab-containers {
  position: relative; }
.episode-details .playlist-head .clips-head, .episode-details .playlist-head h2 {
  text-transform: uppercase; }
  .episode-details .playlist-head .clips-head strong, .episode-details .playlist-head h2 strong {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 600; }
.episode-details .detail-bg {
  background: #f1f1f1; }
.episode-details .episode-info {
  font-size: 14px; }
  .episode-details .episode-info dt, .episode-details .episode-info dd {
    float: left;
    margin-bottom: 0.7em; }
  .episode-details .episode-info dt {
    width: 110px;
    clear: left;
    color: rgba(0, 0, 0, 0.6); }
  .episode-details .episode-info dd {
    width: calc( 100% - 110px);
    clear: right;
    padding-left: 10px;
    color: rgba(0, 0, 0, 0.8); }
  .episode-details .episode-info .rating {
    text-transform: uppercase; }
.episode-details .details-expand {
  position: relative;
  padding: 16px 0 28px; }
  .episode-details .details-expand .details-text-container {
    position: relative;
    max-height: 1000px;
    overflow: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
    .episode-details .details-expand .details-text-container .episode-info {
      opacity: 1; }
.episode-details .episode-article {
  color: rgba(0, 0, 0, 0.4); }
  .episode-details .episode-article p {
    line-height: 1.625em;
    margin-bottom: 2em; }
    .episode-details .episode-article p:last-child {
      margin-bottom: 24px; }
.episode-details .list-group {
  padding: 24px 5.47%;
  background: white;
  margin-bottom: 8px;
  text-align: center; }
  .episode-details .list-group:last-child {
    margin-bottom: 0; }
  .episode-details .list-group.icon-list {
    padding-bottom: 0; }
  .episode-details .list-group h5 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    margin-bottom: 16px; }
  .episode-details .list-group ul {
    width: 100%;
    overflow: auto; }
  .episode-details .list-group li {
    width: 33.33%;
    display: inline-block;
    height: 73px;
    margin-bottom: 24px;
    float: left; }
    .episode-details .list-group li:first-child {
      float: left; }
    .episode-details .list-group li a {
      display: block; }
  .episode-details .list-group .app-ico {
    display: inline-block;
    margin-bottom: 20px; }
  .episode-details .list-group p {
    margin-bottom: 20px;
    line-height: 1.21429em;
    color: rgba(0, 0, 0, 0.8); }

.player-controls {
  z-index: 10;
  text-align: center;
  padding: 24px 3%;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }
  .player-controls input[type="range"] {
    -webkit-appearance: none;
    background-color: white;
    height: 2px; }
  .player-controls.player-no-cc .progress-bar {
    width: calc( 100% - (60px + 6% ) - 8px); }
  .player-controls .icon {
    display: block;
    cursor: pointer; }
    .player-controls .icon:before {
      color: white; }
  .player-controls .icon-play, .player-controls .icon-pause {
    font-size: 22px; }
  .player-controls .icon-volume-full, .player-controls .icon-volume-medium, .player-controls .icon-volume-low, .player-controls .icon-volume-mute, .player-controls .icon-rewind, .player-controls .icon-clsed-captioning {
    font-size: 24px; }
  .player-controls .icon-full-screen, .player-controls .icon-full-screen-exit {
    font-size: 21px; }
  .player-controls .icon-container {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 3px 3px; }
    .player-controls .icon-container > .icon {
      line-height: 0.8em; }
  .player-controls .play-pause {
    position: relative;
    float: left;
    width: 25px; }
  .player-controls .play .icon-pause, .player-controls .pause .icon-play {
    display: none; }
  .player-controls .progress-bar {
    vertical-align: middle;
    display: inline-block;
    width: calc( 100% - (91px + 9% ) - 12px);
    z-index: 900;
    position: relative;
    margin: 0 3%;
    padding: 13px 0; }
  .player-controls .progress-scrubber, .player-controls .volume-scrubber {
    position: absolute;
    left: 0;
    right: 0;
    padding: 13px 0;
    top: calc( 50% - 1.5px - 13px);
    z-index: 15; }
    .player-controls .progress-scrubber:before, .player-controls .volume-scrubber:before {
      content: "";
      display: block;
      height: 3px;
      width: 100%;
      background: rgba(255, 255, 255, 0.1); }
  .player-controls .progress-indicator, .player-controls .volume-indicator {
    position: absolute;
    left: 0;
    background: white;
    top: calc( 50% - 1.5px);
    height: 3px;
    z-index: 10; }
  .player-controls .progress-labels {
    color: white;
    font-size: 10px;
    z-index: 5;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -12px;
    left: 0; }
    .player-controls .progress-labels .elapsed-time {
      float: left;
      padding-top: 10px; }
    .player-controls .progress-labels .end-time {
      float: right;
      padding-top: 10px; }
  .player-controls .progress-button {
    padding: 8px;
    position: absolute;
    margin-left: -15px;
    top: 0;
    left: -20px;
    cursor: pointer;
    outline: none; }
    .player-controls .progress-button:before {
      content: "";
      display: inline-block;
      background: #fff;
      width: 14px;
      height: 14px;
      border-radius: 14px;
      top: -7px; }
  .player-controls .progress-cue {
    width: 3px;
    height: 3px;
    border-radius: 3px;
    top: calc( 50% - 1.5px);
    text-decoration: overline;
    position: absolute;
    background: white; }
  .player-controls .volume {
    display: none; }
  .player-controls .rewind {
    width: 24px;
    left: 78%; }
  .player-controls .closed-captioning {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3%; }
    .player-controls .closed-captioning .icon-closed-captioning {
      width: 25px;
      height: 25px;
      border-radius: 25px;
      text-align: center;
      background-color: #fff; }
      .player-controls .closed-captioning .icon-closed-captioning:before {
        color: #000;
        line-height: 25px; }
  .player-controls .full-screen {
    left: 92%; }

#close {
  display: none; }

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

.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;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; }

.player-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 1000; }
  .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: 50px 16px 12px; }
.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: 30px;
    font-weight: 300;
    text-transform: uppercase; }
  .mvpd-wrapper .overlay-header h3, .mvpd-wrapper .faq-header h3 {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    padding-top: 8px; }
  .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;
  height: calc( 100% - 120px - 65px); }
  .mvpd-wrapper .overlay-body-container.fullheight {
    height: calc( 100% - 120px); }
.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; }
  .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 .overlay-body.faq {
  background: white;
  color: black;
  padding-top: 20px;
  overflow: auto;
  z-index: 1;
  -webkit-overflow-scrolling: touch; }
  .mvpd-wrapper .overlay-body.faq .faq-wrapper {
    margin-left: 20px;
    margin-right: 10px; }
  .mvpd-wrapper .overlay-body.faq p {
    text-align: left;
    margin-bottom: 5px;
    line-height: 1.3em; }
  .mvpd-wrapper .overlay-body.faq .question {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.375em;
    padding-bottom: 10px; }
  .mvpd-wrapper .overlay-body.faq .answer {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.625em;
    padding-bottom: 10px; }
.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; }

.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); }
  .big-button a {
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle; }

.aetn-player {
  position: relative;
  padding-bottom: 56.1111%;
  height: 0;
  /* FULL SCREEN */
  /* PDK PLAYER */
  /* END PDK PLAYER */
  /* ACTIVE STATES */
  /* END ACTIVE STATES */ }
  .aetn-player .tpSubtitles > div {
    -webkit-transition: top 0.2s ease;
    -moz-transition: top 0.2s ease;
    transition: top 0.2s ease; }
  .aetn-player.fullscreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    padding: 0;
    background: #000; }
    .aetn-player.fullscreen .tpPlayer {
      height: 0;
      padding-bottom: 56.1111%;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .aetn-player .tpPlayer {
    position: absolute !important;
    width: 100%;
    height: 100%; }
    .aetn-player .tpPlayer .tpBackground {
      border: none !important; }
    .aetn-player .tpPlayer .player-button-layer {
      width: auto !important;
      height: auto !important;
      position: absolute;
      top: 0 !important;
      left: 0 !important;
      right: 0;
      bottom: 0;
      margin-left: 0 !important;
      margin-top: 0 !important;
      z-index: 10; }
  .aetn-player .player-layer {
    /* IMAGE STILL - ICON - OVERLAY TEXT */
    /* END IMAGE STILL - ICON - OVERLAY TEXT */
    /* AD PLAY LAYER */
    /* END AD PLAY LAYER */
    /* CC OPTIONS */
    /* END CC OPTIONS */
    /* LOADING */
    /* END LOADING */
    /* PLAYER ERROR */
    /* END PLAYER ERROR */
    /* GENERIC BOX OVERLAY */
    /* END GENERIC BOX OVERLAY */ }
    .aetn-player .player-layer:not(.show-transition) {
      display: none; }
    .aetn-player .player-layer.show-transition {
      visibility: hidden;
      opacity: 0;
      -webkit-transition: visibility 0s ease-out 0.2s, opacity 0.2s ease-out;
      -moz-transition: visibility 0s ease-out 0.2s, opacity 0.2s ease-out;
      transition: visibility 0s ease-out 0.2s, opacity 0.2s ease-out; }
    .aetn-player .player-layer.thumbnail-img-layer {
      z-index: 30;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .aetn-player .player-layer.thumbnail-img-layer .item-img:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3); }
      .aetn-player .player-layer.thumbnail-img-layer .player-text {
        position: absolute;
        left: 24px;
        color: white;
        font-size: 14px; }
      .aetn-player .player-layer.thumbnail-img-layer .sign-in-text {
        text-transform: uppercase;
        width: calc( 100% - 48px - 48px);
        bottom: 29px; }
      .aetn-player .player-layer.thumbnail-img-layer .not-available-text {
        width: calc( 100% - 48px);
        line-height: 1.2em;
        bottom: 16px; }
    .aetn-player .player-layer.ad-play-layer {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .aetn-player .player-layer.cc-options-overlay .toggle {
      position: absolute;
      margin-left: -9999px;
      visibility: hidden; }
    .aetn-player .player-layer.cc-options-overlay .toggle + label {
      display: block;
      position: relative;
      cursor: pointer;
      outline: none;
      user-select: none; }
    .aetn-player .player-layer.cc-options-overlay input.toggle + label {
      padding: 2px;
      width: 60px;
      height: 28px;
      background-color: #222;
      border-radius: 60px;
      transition: background 0.4s;
      display: inline-block; }
    .aetn-player .player-layer.cc-options-overlay input.toggle + label:before, .aetn-player .player-layer.cc-options-overlay input.toggle + label:after {
      display: block;
      position: absolute;
      content: ""; }
    .aetn-player .player-layer.cc-options-overlay input.toggle + label:before {
      top: 2px;
      left: 2px;
      bottom: 2px;
      right: 2px;
      background-color: #222;
      font-size: 12px;
      content: "off";
      text-align: center;
      text-transform: uppercase;
      padding-left: 22px;
      padding-top: 6px;
      border-radius: 60px;
      transition: background 0.4s; }
    .aetn-player .player-layer.cc-options-overlay input.toggle + label:after {
      top: 4px;
      left: 4px;
      bottom: 4px;
      width: 20px;
      background-color: white;
      border-radius: 52px;
      transition: margin 0.4s, background 0.4s; }
    .aetn-player .player-layer.cc-options-overlay input.toggle:checked + label {
      background-color: #f84545; }
    .aetn-player .player-layer.cc-options-overlay input.toggle:checked + label:before {
      background-color: #f84545;
      content: "on";
      padding-left: 0;
      padding-right: 22px; }
    .aetn-player .player-layer.cc-options-overlay input.toggle:checked + label:after {
      margin-left: 32px;
      background-color: white; }
    .aetn-player .player-layer.cc-options-overlay .cc-options-select > ul:not(.style-select) > li {
      cursor: pointer; }
    .aetn-player .player-layer.loading-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 40;
      background: #000; }
      .aetn-player .player-layer.loading-overlay .loading {
        color: white;
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .aetn-player .player-layer.player-error-overlay {
      z-index: 50;
      background: black;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .aetn-player .player-layer.player-error-overlay .player-error-wrapper {
        position: absolute;
        top: 50%;
        right: 10%;
        bottom: auto;
        left: 10%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .aetn-player .player-layer.player-error-overlay .icon-container {
        display: inline-block; }
        .aetn-player .player-layer.player-error-overlay .icon-container.warning {
          width: 30px; }
        .aetn-player .player-layer.player-error-overlay .icon-container .icon-warning {
          display: inline-block;
          vertical-align: middle;
          text-align: center;
          color: #f84545;
          width: 30px;
          height: 30px;
          border-radius: 30px;
          border: 2px solid #f84545;
          font-size: 18px;
          line-height: 1.8em; }
      .aetn-player .player-layer.player-error-overlay .error-message {
        color: #CDCECE;
        font-size: 14px;
        line-height: 24px;
        margin-left: 6.92%;
        border-left: 1px solid #535456;
        padding-left: 6.92%;
        display: inline-block;
        vertical-align: middle;
        width: calc( 100% - 30px - 6.92% - 5px);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word; }
        .aetn-player .player-layer.player-error-overlay .error-message span {
          font-weight: 700; }
    .aetn-player .player-layer .box-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.6); }
      .aetn-player .player-layer .box-overlay .overlay-dialog {
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #000;
        color: #fff;
        border: 1px solid #2a2a2a; }
      .aetn-player .player-layer .box-overlay .content-wrapper {
        position: relative;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
  .aetn-player.player-control-show .player-controls {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; }
  .aetn-player.player-control-show .tpSubtitles > div {
    top: -50px !important; }
  .aetn-player.player-error .player-error-overlay {
    display: block; }
  .aetn-player.player-loading .loading-overlay {
    display: block; }
  .aetn-player.player-details-show .thumbnail-img-layer {
    display: block; }
  .aetn-player.player-ad-play-show .ad-play-layer {
    display: block; }
  .aetn-player.player-cc-options-show .cc-options-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; }
  .aetn-player.player-ways-watch-show .ways-overlay {
    display: block; }

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

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

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

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

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

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

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

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

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

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

.newsletter-options {
  font-size: 1.25em;
  color: #555;
  margin: 20px 0; }
  .newsletter-options h3 {
    margin-bottom: 10px; }
  .newsletter-options li {
    display: inline-block;
    margin: 5px 0; }
    .newsletter-options li input {
      -webkit-appearance: none;
      -moz-appearance: none;
      width: 22px;
      height: 22px;
      position: relative;
      vertical-align: middle;
      border: 2px solid #555;
      background-color: #ffffff;
      outline: none;
      border-radius: 2px; }
      .newsletter-options li input:checked {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAKQWlDQ1BJQ0MgUHJvZmlsZQAASA2dlndUU9kWh8+9N73QEiIgJfQaegkg0jtIFQRRiUmAUAKGhCZ2RAVGFBEpVmRUwAFHhyJjRRQLg4Ji1wnyEFDGwVFEReXdjGsJ7601896a/cdZ39nnt9fZZ+9917oAUPyCBMJ0WAGANKFYFO7rwVwSE8vE9wIYEAEOWAHA4WZmBEf4RALU/L09mZmoSMaz9u4ugGS72yy/UCZz1v9/kSI3QyQGAApF1TY8fiYX5QKUU7PFGTL/BMr0lSkyhjEyFqEJoqwi48SvbPan5iu7yZiXJuShGlnOGbw0noy7UN6aJeGjjAShXJgl4GejfAdlvVRJmgDl9yjT0/icTAAwFJlfzOcmoWyJMkUUGe6J8gIACJTEObxyDov5OWieAHimZ+SKBIlJYqYR15hp5ejIZvrxs1P5YjErlMNN4Yh4TM/0tAyOMBeAr2+WRQElWW2ZaJHtrRzt7VnW5mj5v9nfHn5T/T3IevtV8Sbsz55BjJ5Z32zsrC+9FgD2JFqbHbO+lVUAtG0GQOXhrE/vIADyBQC03pzzHoZsXpLE4gwnC4vs7GxzAZ9rLivoN/ufgm/Kv4Y595nL7vtWO6YXP4EjSRUzZUXlpqemS0TMzAwOl89k/fcQ/+PAOWnNycMsnJ/AF/GF6FVR6JQJhIlou4U8gViQLmQKhH/V4X8YNicHGX6daxRodV8AfYU5ULhJB8hvPQBDIwMkbj96An3rWxAxCsi+vGitka9zjzJ6/uf6Hwtcim7hTEEiU+b2DI9kciWiLBmj34RswQISkAd0oAo0gS4wAixgDRyAM3AD3iAAhIBIEAOWAy5IAmlABLJBPtgACkEx2AF2g2pwANSBetAEToI2cAZcBFfADXALDIBHQAqGwUswAd6BaQiC8BAVokGqkBakD5lC1hAbWgh5Q0FQOBQDxUOJkBCSQPnQJqgYKoOqoUNQPfQjdBq6CF2D+qAH0CA0Bv0BfYQRmALTYQ3YALaA2bA7HAhHwsvgRHgVnAcXwNvhSrgWPg63whfhG/AALIVfwpMIQMgIA9FGWAgb8URCkFgkAREha5EipAKpRZqQDqQbuY1IkXHkAwaHoWGYGBbGGeOHWYzhYlZh1mJKMNWYY5hWTBfmNmYQM4H5gqVi1bGmWCesP3YJNhGbjS3EVmCPYFuwl7ED2GHsOxwOx8AZ4hxwfrgYXDJuNa4Etw/XjLuA68MN4SbxeLwq3hTvgg/Bc/BifCG+Cn8cfx7fjx/GvyeQCVoEa4IPIZYgJGwkVBAaCOcI/YQRwjRRgahPdCKGEHnEXGIpsY7YQbxJHCZOkxRJhiQXUiQpmbSBVElqIl0mPSa9IZPJOmRHchhZQF5PriSfIF8lD5I/UJQoJhRPShxFQtlOOUq5QHlAeUOlUg2obtRYqpi6nVpPvUR9Sn0vR5Mzl/OX48mtk6uRa5Xrl3slT5TXl3eXXy6fJ18hf0r+pvy4AlHBQMFTgaOwVqFG4bTCPYVJRZqilWKIYppiiWKD4jXFUSW8koGStxJPqUDpsNIlpSEaQtOledK4tE20Otpl2jAdRzek+9OT6cX0H+i99AllJWVb5SjlHOUa5bPKUgbCMGD4M1IZpYyTjLuMj/M05rnP48/bNq9pXv+8KZX5Km4qfJUilWaVAZWPqkxVb9UU1Z2qbapP1DBqJmphatlq+9Uuq43Pp893ns+dXzT/5PyH6rC6iXq4+mr1w+o96pMamhq+GhkaVRqXNMY1GZpumsma5ZrnNMe0aFoLtQRa5VrntV4wlZnuzFRmJbOLOaGtru2nLdE+pN2rPa1jqLNYZ6NOs84TXZIuWzdBt1y3U3dCT0svWC9fr1HvoT5Rn62fpL9Hv1t/ysDQINpgi0GbwaihiqG/YZ5ho+FjI6qRq9Eqo1qjO8Y4Y7ZxivE+41smsImdSZJJjclNU9jU3lRgus+0zwxr5mgmNKs1u8eisNxZWaxG1qA5wzzIfKN5m/krCz2LWIudFt0WXyztLFMt6ywfWSlZBVhttOqw+sPaxJprXWN9x4Zq42Ozzqbd5rWtqS3fdr/tfTuaXbDdFrtOu8/2DvYi+yb7MQc9h3iHvQ732HR2KLuEfdUR6+jhuM7xjOMHJ3snsdNJp9+dWc4pzg3OowsMF/AX1C0YctFx4bgccpEuZC6MX3hwodRV25XjWuv6zE3Xjed2xG3E3dg92f24+ysPSw+RR4vHlKeT5xrPC16Il69XkVevt5L3Yu9q76c+Oj6JPo0+E752vqt9L/hh/QL9dvrd89fw5/rX+08EOASsCegKpARGBFYHPgsyCRIFdQTDwQHBu4IfL9JfJFzUFgJC/EN2hTwJNQxdFfpzGC4sNKwm7Hm4VXh+eHcELWJFREPEu0iPyNLIR4uNFksWd0bJR8VF1UdNRXtFl0VLl1gsWbPkRoxajCCmPRYfGxV7JHZyqffS3UuH4+ziCuPuLjNclrPs2nK15anLz66QX8FZcSoeGx8d3xD/iRPCqeVMrvRfuXflBNeTu4f7kufGK+eN8V34ZfyRBJeEsoTRRJfEXYljSa5JFUnjAk9BteB1sl/ygeSplJCUoykzqdGpzWmEtPi000IlYYqwK10zPSe9L8M0ozBDuspp1e5VE6JA0ZFMKHNZZruYjv5M9UiMJJslg1kLs2qy3mdHZZ/KUcwR5vTkmuRuyx3J88n7fjVmNXd1Z752/ob8wTXuaw6thdauXNu5Tnddwbrh9b7rj20gbUjZ8MtGy41lG99uit7UUaBRsL5gaLPv5sZCuUJR4b0tzlsObMVsFWzt3WazrWrblyJe0fViy+KK4k8l3JLr31l9V/ndzPaE7b2l9qX7d+B2CHfc3em681iZYlle2dCu4F2t5czyovK3u1fsvlZhW3FgD2mPZI+0MqiyvUqvakfVp+qk6oEaj5rmvep7t+2d2sfb17/fbX/TAY0DxQc+HhQcvH/I91BrrUFtxWHc4azDz+ui6rq/Z39ff0TtSPGRz0eFR6XHwo911TvU1zeoN5Q2wo2SxrHjccdv/eD1Q3sTq+lQM6O5+AQ4ITnx4sf4H++eDDzZeYp9qukn/Z/2ttBailqh1tzWibakNml7THvf6YDTnR3OHS0/m/989Iz2mZqzymdLz5HOFZybOZ93fvJCxoXxi4kXhzpXdD66tOTSna6wrt7LgZevXvG5cqnbvfv8VZerZ645XTt9nX297Yb9jdYeu56WX+x+aem172296XCz/ZbjrY6+BX3n+l37L972un3ljv+dGwOLBvruLr57/17cPel93v3RB6kPXj/Mejj9aP1j7OOiJwpPKp6qP6391fjXZqm99Oyg12DPs4hnj4a4Qy//lfmvT8MFz6nPK0a0RupHrUfPjPmM3Xqx9MXwy4yX0+OFvyn+tveV0auffnf7vWdiycTwa9HrmT9K3qi+OfrW9m3nZOjk03dp76anit6rvj/2gf2h+2P0x5Hp7E/4T5WfjT93fAn88ngmbWbm3/eE8/syOll+AAABB0lEQVQoFZWQuw4BQRSG/1mbjVai0NLQaUQnoda5hUIjsQqlF9gHUGp0NCLEJRG9F5DQiSfQ6RRLss4Zk0WwOMWZc/v+OTMC/1p9locQBew3Vaysi/iLZ1gTQ2J0OM4E+235d4FHmG91sANOqZuAOckCWg3HcwXjkv2y1TvYtjPolQ4CN3hK7zJIdYmjnXsS8YD5Ig3Cl5QwZwJZBIwpiiODU3yBeUQ9YdYmkRYXpPEmwIC6fTp1VdtBrS1z5e6faM47BDQfm27MH/YG5v5dgOPGvEu1ugty4AFz28fOtXVsiUQoTHlc1r7APPMsgJWDSG4BvxalhfRPa0txT5e2dJiDoOeMal4BhjxmkM/CeJ8AAAAASUVORK5CYII=) no-repeat 50% 65% transparent; }

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

@media (min-width: 768px) {
  .playlist-head h2:not(.clips-head) {
    display: block; }
  .emailus {
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 1025px) {
  .emailus {
    width: 88.88%;
    max-width: 1280px;
    padding: 0 24px 0 204px;
    text-align: center; }
    .emailus a {
      display: inline-block; } }

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .top-nav {
    display: none; } }

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

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

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

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

@media (min-width: 768px) and (max-width: 1024px) {
  .episode-list {
    /** EPISODE HP SPECIFIC */
    /** END EPISODE HP SPECIFIC */ }
    .episode-list.episode-detail-overlay {
      left: 0;
      margin: 0 auto 0; }
    .episode-list.episode-main .episode-item .item-section.detail-section .item-details-container {
      padding: 32px 24px; }
    .episode-list.episode-clips {
      width: calc( 100% + ( 1.6% - 4px ));
      margin-left: calc( -1 * ( 1.6% - 4px )); } }

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

@media (min-width: 768px) {
  .episode-details .video-section {
    background: #000; }
  .episode-details .detail-section {
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }
  .episode-details .details-expand {
    padding-bottom: 0; }
  .episode-details .episode-main .thumbnail-img-layer .circle-icon {
    width: 72px;
    height: 72px;
    border-radius: 72px;
    bottom: 24px;
    right: 32px; }
    .episode-details .episode-main .thumbnail-img-layer .circle-icon .icon-play {
      font-size: 32px;
      line-height: 2.5em;
      margin-left: 8px; }
    .episode-details .episode-main .thumbnail-img-layer .circle-icon .icon-key {
      font-size: 52px;
      line-height: 1.6em; }
    .episode-details .episode-main .thumbnail-img-layer .circle-icon .icon-play {
      font-size: 32px;
      line-height: 2.5em;
      margin-left: 8px; }
  .episode-details .episode-main .playlist-clip-detail {
    display: inline-block; }
  .episode-details .episode-main .item-img-container, .episode-details .episode-main .item-details-container, .episode-details .clips-tab-container {
    width: 88.88%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .episode-details .clips-tab-container {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 0 24px; }
  .episode-details .expand-trigger {
    display: none; }
  .episode-details .playlist-head {
    width: 180px;
    float: left;
    margin-top: -2px; }
    .episode-details .playlist-head .clips-head, .episode-details .playlist-head h2 {
      font-size: 21px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 1.4em;
      color: rgba(0, 0, 0, 0.5); }
      .episode-details .playlist-head .clips-head strong, .episode-details .playlist-head h2 strong {
        display: block; }
  .episode-article p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .signed-in .episode-details .episode-main .circle-icon .icon-key {
    font-size: 32px;
    line-height: 2.5em;
    margin-left: 8px; }
  .episode-nav, .watch-tab-container {
    display: none; } }

@media (min-width: 1025px) {
  .episode-details .episode-info dt, .episode-details .episode-info dd {
    width: auto;
    clear: none;
    margin-bottom: 0;
    line-height: 1.3em; }
  .episode-details .episode-info dd {
    padding-left: 8px;
    color: rgba(0, 0, 0, 0.8);
    padding-right: 16px; }
    .episode-details .episode-info dd:not(:last-child) {
      border-right: 1px solid #ccc; }
  .episode-details .episode-info dt:not(:first-child) {
    padding-left: 16px; }
  .episode-details .clips-tab-container {
    margin-top: 40px; }
  .episode-details .playlist-head .clips-head strong.episode {
    font-size: 16px;
    line-height: 1em;
    margin-top: 12px;
    margin-bottom: 0.2em; }
  .episode-details .playlist-head .clips-head strong:not(.episode) {
    line-height: 1.2em; } }

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

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

@media (min-width: 768px) and (max-width: 1024px) {
  .episode-details .episode-main .item-img-container, .episode-details .episode-main .item-details-container, .episode-details .clips-tab-container {
    width: 100%; }
  .episode-details .playlist-head {
    width: auto;
    float: none;
    margin-bottom: 16px; }
    .episode-details .playlist-head .clips-head, .episode-details .playlist-head h2 {
      font-size: 18px; }
      .episode-details .playlist-head .clips-head strong, .episode-details .playlist-head h2 strong {
        display: inline; }
  .episode-details .episode-main .playlist-head {
    width: 180px;
    margin-bottom: 0; }
    .episode-details .episode-main .playlist-head .clips-head, .episode-details .episode-main .playlist-head h2 {
      font-size: 16px;
      line-height: 1.4em; } }

@media (min-width: 1025px) and (max-width: 1280px) {
  .episode-details .episode-main .item-img-container {
    width: 60%; } }

@media (min-width: 1281px) and (max-width: 1440px) {
  .episode-details .episode-main .item-img-container {
    width: 65%; } }

@media (min-width: 768px) {
  .aetn-player .tpVideo object {
    height: calc( 100% + 8px) !important; }
  .aetn-player .tpVideo video {
    height: calc( 100% + 4px) !important; }
  .aetn-player .player-layer {
    /* FLASH ALERT */
    /* END FLASH ALERT */ }
    .aetn-player .player-layer.overlay-centered {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.6); }
      .aetn-player .player-layer.overlay-centered .centered-container {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .aetn-player .player-layer.thumbnail-img-layer .player-text {
      font-size: 21px;
      left: 32px; }
    .aetn-player .player-layer.cc-options-overlay .cc-header .cc-onoff {
      display: none; }
    .aetn-player .player-layer.cc-options-overlay .cc-footer {
      text-align: left; }
      .aetn-player .player-layer.cc-options-overlay .cc-footer .cc-onoff {
        display: inline-block; }
    .aetn-player .player-layer.cc-options-overlay .cc-options-container {
      width: 640px;
      height: 512px;
      -webkit-transition: height 0.3s ease;
      -moz-transition: height 0.3s ease;
      transition: height 0.3s ease; }
    .aetn-player .player-layer.flash-alert-layer .overlay-dialog {
      text-align: center;
      width: 640px;
      height: 360px;
      padding: 0 110px; }
      .aetn-player .player-layer.flash-alert-layer .overlay-dialog h2 {
        font-size: 22px;
        font-weight: 300;
        text-transform: uppercase;
        margin-bottom: 16px;
        line-height: 1.2em; }
      .aetn-player .player-layer.flash-alert-layer .overlay-dialog p {
        font-size: 14px;
        line-height: 1.33em;
        color: rgba(255, 255, 255, 0.56); }
      .aetn-player .player-layer.flash-alert-layer .overlay-dialog .big-button {
        position: static;
        background-color: rgba(255, 255, 255, 0.24);
        width: 220px;
        border: none;
        margin-top: 60px;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }
    .aetn-player .player-layer.next-episode-overlay {
      color: white; }
      .aetn-player .player-layer.next-episode-overlay .next-container {
        width: 360px;
        height: 512px;
        background: #000;
        border-radius: 2px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .aetn-player .player-layer.next-episode-overlay .next-header {
        text-align: center;
        padding: 48px 0 32px 0;
        font-size: 26px;
        text-transform: uppercase;
        border-radius: 2px 2px 0 0; }
        .aetn-player .player-layer.next-episode-overlay .next-header .close {
          position: absolute;
          right: 0;
          top: 10px;
          color: rgba(255, 255, 255, 0.4);
          padding: 12px 16px 12px 12px;
          text-decoration: none;
          font-size: 24px; }
      .aetn-player .player-layer.next-episode-overlay .item-section {
        position: relative;
        color: #fff; }
      .aetn-player .player-layer.next-episode-overlay .item-img-container {
        width: 100%; }
        .aetn-player .player-layer.next-episode-overlay .item-img-container .item-img {
          padding-bottom: 77.77778%; }
        .aetn-player .player-layer.next-episode-overlay .item-img-container:before {
          content: "";
          display: block;
          z-index: 1;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 100px;
          background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.85)));
          background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
          background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
          background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
          background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.85) 100%); }
      .aetn-player .player-layer.next-episode-overlay .item-details-container {
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 15px;
        z-index: 5; }
      .aetn-player .player-layer.next-episode-overlay .big-button {
        text-align: center;
        bottom: auto;
        width: 280px; }
  .aetn-player.player-flash-alert-show .flash-alert-layer {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; } }

@media (min-width: 1025px) {
  .aetn-player.video-next-show .next-episode-overlay {
    display: block; } }

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

@media (min-width: 768px) {
  .player-controls .progress-bar {
    width: calc( 100% - (91px + 18.75% + 12% ) - 16px); }
  .player-controls.player-no-cc .progress-bar {
    width: calc( 100% - (60px + 18.75% + 9% ) - 12px); }
  .player-controls .volume {
    width: 18.75%;
    display: inline-block;
    position: relative;
    margin-right: 3%;
    text-align: left;
    vertical-align: bottom;
    max-width: 30px;
    overflow: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.03, 0.28, 0.06, 0.79);
    -moz-transition: all 0.8s cubic-bezier(0.03, 0.28, 0.06, 0.79);
    transition: all 0.8s cubic-bezier(0.03, 0.28, 0.06, 0.79); }
    .player-controls .volume > a {
      position: relative;
      z-index: 16; }
    .player-controls .volume:hover {
      max-width: 500px;
      overflow: visible;
      -webkit-transition-timing-function: cubic-bezier(0.03, 0.28, 0.83, 0.15);
      -moz-transition-timing-function: cubic-bezier(0.03, 0.28, 0.83, 0.15);
      transition-timing-function: cubic-bezier(0.03, 0.28, 0.83, 0.15); }
      .player-controls .volume:hover .volume-scrubber:hover .progress-button {
        opacity: 1; }
    .player-controls .volume .icon {
      display: inline; }
  .player-controls .volume-scrubber {
    width: calc( 100% - 24px - 16px);
    left: auto; }
    .player-controls .volume-scrubber .progress-button {
      opacity: 0;
      -webkit-transition: all 0.15s ease;
      -moz-transition: all 0.15s ease;
      transition: all 0.15s ease; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .player-controls .volume {
    display: none; }
  .player-controls .progress-bar {
    width: calc( 100% - (91px + 9% ) - 12px); }
  .player-controls.player-no-cc .progress-bar {
    width: calc( 100% - (60px + 6% ) - 8px); } }

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

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

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

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

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

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

@media (max-width: 767px) {
  .episode-list {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /** EPISODE HP SPECIFIC */
    /** END EPISODE HP SPECIFIC */ }
    .episode-list .episode-list-head {
      padding: 24px 16px 12px;
      font-size: 18px; }
      .episode-list .episode-list-head span:before {
        height: 16px;
        top: 2px; }
    .episode-list .series-description {
      padding: 32px 16px 40px 24px; }
    .episode-list.episode-detail-overlay .item-img {
      padding-bottom: 77.77778%; }
    .episode-list.episode-detail-overlay .description, .episode-list.episode-detail-overlay .expand-trigger, .episode-list.episode-detail-overlay .episode-info {
      display: none; }
    @media only screen and (min-width: 321px) and (orientation: landscape) {
      .episode-list.episode-detail-overlay {
        width: 360px;
        margin: 0 auto; } }
    .episode-list.episode-main .episode-item {
      background: #fff; }
      .episode-list.episode-main .episode-item .item-details-container {
        padding: 16px 24px 0; }
        .episode-list.episode-main .episode-item .item-details-container.clip-details {
          padding-bottom: 24px; }
      .episode-list.episode-main .episode-item .item-details-section.details-ad {
        display: none; }
    .episode-list.episode-clips .episode-item .item-details-container {
      background: white; }
    .episode-list .item-img-container .not-available-text {
      font-size: 14px;
      font-weight: 600;
      left: 24px;
      bottom: 24px; }
    .episode-list .item-img-container .ways-overlay .overlay-dialog {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .episode-list .item-img-container .ways-overlay .overlay-body strong {
      margin: 16px 0;
      font-size: 16px; }
    .episode-list .item-img-container .ways-overlay .overlay-body h2 {
      font-size: 16px;
      margin: 8px 26px 16px; }
    .episode-list .item-img-container .ways-overlay .overlay-body ul li {
      margin: 0 6px; }
      .episode-list .item-img-container .ways-overlay .overlay-body ul li img {
        width: 56px; } }

@media (max-width: 767px) {
  .episode-details {
    background: #fff; }
    .episode-details .ad-wrapper {
      margin: 0 auto;
      width: 50%; }
    .episode-details .episode-info {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      padding: 12px 12px 0; }
    .episode-details .details-expand .expand-trigger {
      right: -16px; }
    .episode-details .details-text-container.collapsed {
      max-height: 3.25em; }
    .episode-details .details-text-container.clamped .episode-article {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      max-height: 3.25em;
      overflow: hidden; }
    .episode-details .detail-bg {
      border-bottom: 1px solid #f2f2f2; }
    .episode-details .detail-tab-container {
      padding: 16px 8px 0;
      position: absolute;
      top: 0;
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      width: 100%;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .episode-details .detail-tab-container.active {
        opacity: 1;
        position: relative;
        z-index: 10;
        max-height: 10000px;
        overflow: visible; }
      .episode-details .detail-tab-container .clips-head {
        padding: 0 16px;
        margin-bottom: 8px;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.4);
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.375em; }
        .episode-details .detail-tab-container .clips-head .episode {
          display: none; }
    .episode-details.details-no-tabs {
      margin-bottom: 24px; }
    .episode-details .episode-main .playlist-head .clips-head {
      font-size: 14px;
      margin-bottom: 4px; }
      .episode-details .episode-main .playlist-head .clips-head strong {
        color: #999; }
    .episode-details .episode-main .sponsor-wrapper {
      margin: 10px 0;
      width: 200px; }
      .episode-details .episode-main .sponsor-wrapper.sponsor-show {
        margin: 10px 0; }
    .episode-details .episode-main .playlist-clip-detail {
      padding-bottom: 16px; } }

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

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