/* z-index scale */
/* z-index applications */
/* fonts */
/* colors */
/* opaque */
/* variable opacity */
/* 50 shades of red */
/* vertical spacing in series landing */
/* breakpoints */
.series-landing {
  background: #181818;
  color: white; }
  .series-landing .ad-wrapper {
    margin-bottom: 8px; }
    .series-landing .ad-wrapper .ad {
      margin: 0 auto;
      width: 95%;
      text-align: center; }
  .series-landing .series-playlist {
    margin: 40px 2.1333%; }

.sso-wrapper {
  background: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  z-index: 1100;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1); }
  .sso-wrapper.sso-standalone .sso-inner {
    position: relative; }
  .sso-wrapper.sso-standalone .brand-logo {
    display: none; }
  .sso-wrapper:not(.sso-singleview) .sso-section {
    display: none; }
  .sso-wrapper.sso-signin .sso-signin-section {
    display: block; }
  .sso-wrapper.sso-signup .sso-signup-section {
    display: block; }
  .sso-wrapper.sso-success .sso-success-section {
    display: block; }
  .sso-wrapper.sso-pending .sso-pending-section {
    display: block; }
  .sso-wrapper.sso-subscribed .sso-subscribed-section {
    display: block; }
  .sso-wrapper.sso-password .sso-password-section {
    display: block; }
  .sso-wrapper.sso-password-done .sso-password-done-section {
    display: block; }
  .sso-wrapper.sso-underage .sso-underage-section {
    display: block; }
  .sso-wrapper.sso-link .sso-link-section {
    display: block; }
  .sso-wrapper.sso-social-info .sso-social-info-section {
    display: block; }
  .sso-wrapper.sso-update .sso-update-section {
    display: block; }
  .sso-wrapper.sso-update-done .sso-update-done-section {
    display: block; }
  .sso-wrapper.sso-reset .sso-reset-section {
    display: block; }
  .sso-wrapper.sso-reset-done .sso-reset-done-section {
    display: block; }
  .sso-wrapper.loading .section-shaded {
    position: relative; }
    .sso-wrapper.loading .section-shaded:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 100;
      background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSc2MHB4JyBoZWlnaHQ9JzYwcHgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXJpbmctYWx0Ij48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImJrIj48L3JlY3Q+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNDAiIHN0cm9rZT0iI2NjYyIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0MCIgc3Ryb2tlPSIjZmZmZmZmIiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hvZmZzZXQiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBmcm9tPSIwIiB0bz0iNTAyIj48L2FuaW1hdGU+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hhcnJheSIgZHVyPSIycyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIHZhbHVlcz0iMTAwLjQgMTUwLjY7MSAyNTA7MTAwLjQgMTUwLjYiPjwvYW5pbWF0ZT48L2NpcmNsZT48L3N2Zz4=");
      background-repeat: no-repeat;
      background-position: center center; }
    .sso-wrapper.loading .section-shaded:before {
      background-color: rgba(241, 241, 241, 0.8); }
  .sso-wrapper .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    width: 30px;
    height: 30px;
    z-index: 100; }
    .sso-wrapper .close-button:before, .sso-wrapper .close-button:after {
      content: "";
      width: 1px;
      height: 30px;
      background-color: #999;
      position: absolute;
      top: 0;
      left: 15px;
      display: block; }
    .sso-wrapper .close-button:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sso-wrapper .close-button:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .sso-wrapper a.theme-item-dark {
    font-weight: bold;
    padding-left: 8px; }
  .sso-wrapper .sso-inner {
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    background: #fff;
    position: relative; }
  .sso-wrapper i {
    font-style: italic; }
  .sso-wrapper .brand-logo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block; }
  .sso-wrapper .content-head {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 0; }
    .sso-wrapper .content-head .head-label {
      font-size: 1.875em;
      text-transform: uppercase;
      font-weight: 300;
      color: #000; }
    .sso-wrapper .content-head h5 {
      color: #9B9B9B;
      font-size: 1.125em;
      font-weight: 300; }
  .sso-wrapper section .section-inner {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px; }
    .sso-wrapper section .section-inner p {
      margin-bottom: 16px;
      font-size: 15px;
      line-height: 1.4em; }
  .sso-wrapper .sso-bullets {
    max-width: 410px;
    text-align: left;
    display: inline-block; }
    .sso-wrapper .sso-bullets li {
      font-size: 14px;
      margin-bottom: 16px;
      line-height: 1.5em;
      position: relative;
      padding-left: 30px; }
      .sso-wrapper .sso-bullets li:before {
        margin-right: 16px;
        position: absolute;
        left: 0;
        top: 5px; }
  .sso-wrapper .sso-button {
    height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    border-radius: 2px; }
    .sso-wrapper .sso-button.btn-loading:before {
      content: "Loading";
      position: relative;
      z-index: 5; }
    .sso-wrapper .sso-button.btn-loading:after {
      position: absolute;
      left: 0;
      content: "";
      top: 0;
      bottom: 0;
      z-index: 2;
      border-radius: 2px;
      -webkit-animation-name: progress;
      -moz-animation-name: progress;
      animation-name: progress;
      -webkit-animation-duration: 5s;
      -moz-animation-duration: 5s;
      animation-duration: 5s;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
      animation-timing-function: linear; }
    .sso-wrapper .sso-button.btn-loading span {
      display: none; }
  .sso-wrapper .brand-button, .sso-wrapper .brand-button-1, .sso-wrapper .brand-button-2 {
    line-height: 40px;
    width: 100%;
    display: block;
    font-size: 16px; }
  .sso-wrapper .brand-button-1 {
    color: #fff;
    opacity: 0.7; }
  .sso-wrapper .brand-button-2 {
    background-color: #2F2B28; }
    .sso-wrapper .brand-button-2.disabled {
      background-color: rgba(0, 0, 0, 0.07);
      cursor: not-allowed; }
  .sso-wrapper .sso-form {
    width: 260px;
    margin: 0 auto; }
    .sso-wrapper .sso-form > * {
      margin-bottom: 16px; }
    .sso-wrapper .sso-form .form-full-date .yob-field {
      position: relative;
      opacity: 0.4; }
      .sso-wrapper .sso-form .form-full-date .yob-field:after {
        content: "";
        z-index: 10;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
    .sso-wrapper .sso-form .form-full-date .date-full {
      display: block; }
    .sso-wrapper .sso-form .date-full {
      display: none; }
    .sso-wrapper .sso-form .social > * {
      margin-bottom: 16px; }
    .sso-wrapper .sso-form .form-checkbox {
      text-align: left;
      position: relative; }
      .sso-wrapper .sso-form .form-checkbox.error {
        margin-bottom: 40px; }
        .sso-wrapper .sso-form .form-checkbox.error label {
          display: block;
          bottom: -2.5em; }
        .sso-wrapper .sso-form .form-checkbox.error .error-target {
          border-color: rgba(211, 26, 48, 0.8); }
      .sso-wrapper .sso-form .form-checkbox fieldset {
        position: relative;
        padding-left: 24px;
        font-size: 11px;
        line-height: 1.2em; }
      .sso-wrapper .sso-form .form-checkbox input {
        position: absolute;
        left: 0;
        top: 0;
        width: 15px;
        height: 15px;
        border: 1px solid #ccc;
        background: #fff;
        outline: none;
        text-align: center;
        -moz-appearance: none;
        -webkit-appearance: none;
        -o-appearance: none; }
        .sso-wrapper .sso-form .form-checkbox input:checked:after {
          content: "2";
          font-family: "icon-fonts";
          text-align: center;
          display: inline-block;
          line-height: 15px; }
  .sso-wrapper .icon-button {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: left; }
    .sso-wrapper .icon-button.facebook-button {
      background: #4861A1; }
    .sso-wrapper .icon-button.google-button {
      background: #E14728; }
    .sso-wrapper .icon-button.email-button {
      background: #fff;
      color: #686868;
      border: 1px solid rgba(204, 204, 204, 0.6); }
      .sso-wrapper .icon-button.email-button .icon:before {
        color: #686868; }
    .sso-wrapper .icon-button .icon {
      display: block;
      height: 100%; }
      .sso-wrapper .icon-button .icon:before {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        width: 45px;
        border-right: 1px solid rgba(216, 216, 216, 0.24);
        text-align: center;
        margin-right: 16px;
        font-size: 16px; }
  .sso-wrapper .sso-divide {
    margin: 26px 0;
    position: relative; }
    .sso-wrapper .sso-divide:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #ccc;
      left: 0;
      top: 0.5em; }
    .sso-wrapper .sso-divide span {
      font-weight: 600;
      font-style: italic;
      padding: 0 28px;
      display: inline-block;
      background: #f1f1f1;
      position: relative;
      z-index: 10; }
  .sso-wrapper .section-shaded {
    background: #f1f1f1;
    padding: 24px 0; }
  .sso-wrapper .signup-form {
    max-height: 10000px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .sso-wrapper .signup-form.collapsed-form {
      max-height: 0;
      overflow: hidden; }
  .sso-wrapper .error-message {
    color: #D0021B;
    font-size: 11px;
    line-height: 1.2em;
    display: none; }
  .sso-wrapper .error > .error-message {
    display: block; }
  .sso-wrapper form > * {
    margin-bottom: 16px; }
  .sso-wrapper form label {
    display: none;
    color: #D0021B;
    position: absolute;
    bottom: -1.12em;
    left: 2px;
    font-size: 11px; }
  .sso-wrapper form fieldset {
    margin-bottom: 16px; }
    .sso-wrapper form fieldset.w-33, .sso-wrapper form fieldset.w-50 {
      display: inline-block;
      vertical-align: middle; }
    .sso-wrapper form fieldset.w-33 {
      width: 33.3333%; }
      .sso-wrapper form fieldset.w-33:not(:last-child) {
        width: calc( 33.3333% - 4px); }
    .sso-wrapper form fieldset.w-50 {
      width: calc( 50% - 2.5px); }
    .sso-wrapper form fieldset.error {
      position: relative; }
      .sso-wrapper form fieldset.error input[type="text"],
      .sso-wrapper form fieldset.error input[type="number"],
      .sso-wrapper form fieldset.error input[type="password"],
      .sso-wrapper form fieldset.error input[type="email"],
      .sso-wrapper form fieldset.error .picker {
        border-color: rgba(211, 26, 48, 0.8); }
      .sso-wrapper form fieldset.error label {
        display: block; }
  .sso-wrapper form input[type="text"],
  .sso-wrapper form input[type="number"],
  .sso-wrapper form input[type="password"],
  .sso-wrapper form input[type="email"] {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    border: 1px solid rgba(204, 204, 204, 0.5);
    outline: none;
    border-radius: 2px; }
  .sso-wrapper form input[type="number"] {
    padding: 0 4px 0 16px; }
  .sso-wrapper form ::-webkit-input-placeholder {
    font-size: 0.85em; }
  .sso-wrapper form ::-moz-placeholder {
    font-size: 0.85em; }
  .sso-wrapper form :-ms-input-placeholder {
    font-size: 0.85em; }
  .sso-wrapper form input:-moz-placeholder {
    font-size: 0.85em; }
  .sso-wrapper form .picker {
    border: 1px solid rgba(204, 204, 204, 0.5);
    border-radius: 2px; }
    .sso-wrapper form .picker input {
      opacity: 0;
      margin: 0;
      width: 100%;
      height: 100%;
      position: relative;
      vertical-align: middle;
      z-index: 2;
      cursor: pointer; }
    .sso-wrapper form .picker li {
      display: inline-block;
      height: 38px;
      line-height: 38px;
      background: #fff;
      position: relative;
      cursor: pointer; }
      .sso-wrapper form .picker li:hover span,
      .sso-wrapper form .picker li input:checked + span {
        background: #dbdbdb; }
      .sso-wrapper form .picker li span {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
    .sso-wrapper form .picker.gender-picker li:first-child {
      border-right: 1px solid rgba(216, 216, 216, 0.24);
      width: 55%; }
    .sso-wrapper form .picker.gender-picker li:last-child {
      width: 45%; }
  .sso-wrapper form .date-full {
    margin-bottom: 0; }
  .sso-wrapper .signup-note {
    font-size: 12px;
    display: block;
    max-width: 540px;
    margin: 16px auto;
    line-height: 1.66667em; }
  .sso-wrapper .brand-mark:after {
    font-size: 0.45em;
    vertical-align: top;
    line-height: 1em; }
  .sso-wrapper .footnote {
    padding: 30px 16px;
    min-height: 74px;
    line-height: 1.4em; }
    .sso-wrapper .footnote a {
      text-decoration: underline; }

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

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

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

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

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

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

header.global-header {
  z-index: 600;
  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; }
    header.global-header.interior-header .series-name,
    header.global-header.interior-header .header-label {
      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;
      display: inline-block;
      line-height: 1.2em; }
      header.global-header.interior-header .series-name a,
      header.global-header.interior-header .header-label a {
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        display: block;
        -webkit-transform-origin: center left;
        -moz-transform-origin: center left;
        -ms-transform-origin: center left;
        -o-transform-origin: center left;
        transform-origin: center left; }
    header.global-header.interior-header .logo-link {
      padding-right: 32px; }
  header.global-header .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 .generic-provider {
    width: 30px;
    margin: 0 10px 5px; }
  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-notification svg {
    width: 24px;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }
  header.global-header > .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;
    color: #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6); }
    header.global-header .navigation.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; }
  header.global-header .brand-social {
    text-transform: uppercase; }
    header.global-header .brand-social ul {
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      padding: 10px 0; }
    header.global-header .brand-social li {
      display: inline-block;
      margin-left: 4px;
      vertical-align: middle; }
    header.global-header .brand-social .icon {
      font-size: 21px;
      line-height: 18px;
      color: rgba(255, 255, 255, 0.4);
      padding: 12px;
      width: 50px;
      height: 50px;
      border-radius: 50px;
      border-radius: 45px; }
      header.global-header .brand-social .icon.icon-youtube-dark {
        font-size: 24px;
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        -o-transform: translateY(-3px);
        transform: translateY(-3px); }
    header.global-header .brand-social .email-signup {
      margin: 16px; }
      header.global-header .brand-social .email-signup .icon {
        vertical-align: middle; }
      header.global-header .brand-social .email-signup a {
        color: rgba(255, 255, 255, 0.4);
        font-weight: bold; }

.register-promo.header-promo {
  display: none; }

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

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

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

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

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

.hero {
  background-color: black; }
  .hero .sponsor-wrapper {
    width: 216px;
    height: 78px;
    border: 1px solid #aaa;
    padding: 8px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .hero .sponsor-wrapper:hover {
      background: rgba(0, 0, 0, 0.4); }
    .hero .sponsor-wrapper p {
      color: white; }
  .hero .social-links ul {
    overflow: hidden;
    float: left; }
    .hero .social-links ul li {
      float: left; }
  .hero .social-links .icon {
    display: block;
    padding: 8px; }
  .hero .social-links .tag {
    float: left;
    margin-left: 8px; }
    .hero .social-links .tag a {
      font-size: 14px;
      padding: 10px 0;
      display: block; }

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

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

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

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

#crLightboxFrameClose {
  position: absolute;
  background: #999;
  color: #eee !important;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 3px; }

.headline-promo {
  cursor: pointer;
  width: 100%; }
  .headline-promo strong {
    font-weight: bold;
    margin-right: 16px; }
  .headline-promo h2 {
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    margin-bottom: 0;
    display: inline-block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .headline-promo .box {
    color: #fff;
    background: rgba(30, 34, 38, 0);
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.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; }
    .episode-list.episode-detail-overlay .episode-item .episode-name {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block; }
    .episode-list.episode-detail-overlay .episode-item .expire {
      text-transform: uppercase; }
    .episode-list.episode-detail-overlay .episode-item .thumb-progress-bar {
      margin: 8px 0; }
  .episode-list.episode-detail-overlay .pb-promo {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .episode-list.episode-detail-overlay .pb-promo.show-promo {
      opacity: 1; }
    .episode-list.episode-detail-overlay .pb-promo h2 {
      font-weight: 700;
      text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); }
  .episode-list .item-img-container {
    position: relative;
    overflow: hidden; }
    .episode-list .item-img-container .ways-overlay {
      color: #fff;
      z-index: 1000;
      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 .transition-in {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s; }
  .episode-list .come-in {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .episode-list .already-visible {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

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

.series-playlist.dark-theme .item-details-container .episode-name {
  color: rgba(255, 255, 255, 0.6); }

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

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

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

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

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

.series-playlist.light-theme .item-details-container .season-ep {
  color: black; }

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

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

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

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

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

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

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

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

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

.series-playlist .item-details-container {
  display: block; }
  .series-playlist .item-details-container .preview {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 8px;
    border-radius: 2px;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px); }

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

.series-playlist .playlist-name {
  text-transform: uppercase; }

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

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

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

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

.feedback {
  border-radius: 2px;
  overflow: hidden;
  background: white; }
  .feedback svg {
    float: left;
    width: 20%;
    -webkit-transform: translate(16%, 34%);
    -moz-transform: translate(16%, 34%);
    -ms-transform: translate(16%, 34%);
    -o-transform: translate(16%, 34%);
    transform: translate(16%, 34%); }
    .feedback svg .speech-bubble {
      fill: #ddd; }
  .feedback .feedback-wrapper {
    float: left;
    margin-left: 40px;
    width: calc(75% - 40px); }
    .feedback .feedback-wrapper h3 {
      font-size: 24px;
      line-height: 2.4em;
      margin-top: 16px; }
    .feedback .feedback-wrapper section {
      width: 80%;
      margin-top: 4%;
      margin-bottom: 5%;
      overflow: hidden;
      border-radius: 4px;
      height: 48px;
      -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.15, 0.95) 0.1s;
      -moz-transition: all 0.3s cubic-bezier(0, 0, 0.15, 0.95) 0.1s;
      transition: all 0.3s cubic-bezier(0, 0, 0.15, 0.95) 0.1s; }
      .feedback .feedback-wrapper section span, .feedback .feedback-wrapper section a {
        margin-bottom: 1px;
        width: 100%;
        padding: 16px 0 16px 24px;
        display: block;
        cursor: pointer;
        -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.15, 0.95) 0.1s;
        -moz-transition: all 0.6s cubic-bezier(0, 0, 0.15, 0.95) 0.1s;
        transition: all 0.6s cubic-bezier(0, 0, 0.15, 0.95) 0.1s; }
      .feedback .feedback-wrapper section span {
        position: relative; }
        .feedback .feedback-wrapper section span::before {
          position: absolute;
          right: 5%;
          font-size: 24px;
          top: 30%; }
      .feedback .feedback-wrapper section a {
        opacity: 0; }
    .feedback .feedback-wrapper .adjust-height {
      height: 317px !important; }
      .feedback .feedback-wrapper .adjust-height a {
        opacity: 1 !important;
        -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.15, 0.95) 0.1s;
        -moz-transition: all 0.6s cubic-bezier(0, 0, 0.15, 0.95) 0.1s;
        transition: all 0.6s cubic-bezier(0, 0, 0.15, 0.95) 0.1s; }

.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); }
  .global-footer.dark-theme {
    background: #151515; }
    .global-footer.dark-theme .footer-head {
      color: rgba(255, 255, 255, 0.8); }
    .global-footer.dark-theme ul li a {
      color: rgba(255, 255, 255, 0.5); }
    .global-footer.dark-theme .footer-network .channel-logos li a.viceland-logo {
      background-image: url(/images/viceland/logo-white.svg); }
    .global-footer.dark-theme .footer-strip {
      background: #151515; }
      .global-footer.dark-theme .footer-strip p {
        color: rgba(255, 255, 255, 0.5); }
    .global-footer.dark-theme .aetn {
      background-image: url(/images/aenetworks/aetn-white-color.svg); }

.app-promo {
  width: 96%;
  position: fixed;
  bottom: 8px;
  left: 0;
  right: 0;
  z-index: 800;
  background: #313640;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.6), -10px -10px 40px rgba(0, 0, 0, 0.6);
  -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.5s ease 0.3s;
  -moz-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s; }
  .app-promo.promo-close {
    max-height: 0;
    overflow: hidden; }
  .app-promo.promo-out {
    -webkit-transform: translate3d(0, 101%, 0);
    -moz-transform: translate3d(0, 101%, 0);
    -ms-transform: translate3d(0, 101%, 0);
    -o-transform: translate3d(0, 101%, 0);
    transform: translate3d(0, 101%, 0); }
  .app-promo > a {
    display: block;
    width: calc( 100% - 50px);
    padding: 16px 12px;
    position: relative; }
    .app-promo > a:before {
      content: "";
      display: inline-block;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
  .app-promo p {
    color: white;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  .app-promo .icon-cancel {
    position: absolute;
    top: calc( 50% - 25px);
    right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px;
    color: rgba(255, 255, 255, 0.4); }

/*.app-promo img {
  float:left;
}

.app-promo a {
  display:inline-block;
  padding:16px 12px;
  vertical-align:middle;
}*/
@media (min-width: 768px) {
  .series-landing .series-content {
    min-height: 120vh;
    padding-top: 60vh; }
  .series-landing .series-playlist {
    margin: 56px 0 40px; }
  .series-landing .feedback {
    left: 40%; }
  .series-landing .show-newsletter {
    left: 40%;
    width: 728px;
    position: relative; }
  body.has-leaderboard.show-leaderboard .lmc-promo-banner {
    top: 96px; } }

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

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

@media (min-width: 768px) and (max-width: 1024px) {
  .series-landing .series-content {
    padding-top: 45vh; }
  .series-landing .feedback,
  .series-landing .show-newsletter {
    left: 0;
    margin: 0 auto 60px; } }

@media (min-width: 768px) {
  .sso-wrapper.sso-standalone .sso-inner {
    margin: 0 auto; }
  .sso-wrapper.sso-standalone .content-head {
    padding: 40px 20px 20px; }
  .sso-wrapper:not(.sso-standalone) .content-head {
    padding: 76px 20px 20px; }
  .sso-wrapper .content-head .head-label {
    margin-bottom: 16px; }
  .sso-block-wrapper .sso-wrapper:not(.sso-standalone) .content-head {
    padding-top: 40px; }
  .sso-bullets li {
    font-size: 14px;
    padding-left: 30px; } }

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

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

@media (min-width: 768px) {
  .leaderboard {
    display: block;
    z-index: 1000;
    max-height: 0;
    background: #515151;
    padding: 2px 0;
    border-bottom: 1px solid #363636;
    -webkit-transition: visibility 0s ease-out 1s, opacity 1s ease-in-out, max-height 0.3s ease-in;
    -moz-transition: visibility 0s ease-out 1s, opacity 1s ease-in-out, max-height 0.3s ease-in;
    transition: visibility 0s ease-out 1s, opacity 1s ease-in-out, max-height 0.3s ease-in; }
    .leaderboard .leaderboard-ad {
      text-align: center; }
      .leaderboard .leaderboard-ad > * {
        display: inline-block; }
  body.has-leaderboard .main-container,
  body.has-pushdown .main-container,
  body.has-billboard .main-container,
  body.has-lmc-banner .main-container {
    position: relative; }
    body.has-leaderboard .main-container .hero,
    body.has-pushdown .main-container .hero,
    body.has-billboard .main-container .hero,
    body.has-lmc-banner .main-container .hero {
      bottom: auto;
      height: calc( 100vh - 95px); }
    body.has-leaderboard .main-container .hero-details-container,
    body.has-pushdown .main-container .hero-details-container,
    body.has-billboard .main-container .hero-details-container,
    body.has-lmc-banner .main-container .hero-details-container {
      margin-top: 95px; }
  body.has-leaderboard .leaderboard,
  body.has-pushdown .leaderboard,
  body.has-billboard .leaderboard,
  body.has-lmc-banner .leaderboard {
    max-height: 1000px; }
  body.has-pushdown .leaderboard {
    height: 70px;
    position: relative; }
    body.has-pushdown .leaderboard .leaderboard-ad {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  body.has-pushdown .main-container .series-content {
    padding-top: calc( 60vh - 66px); }
  body.has-pushdown .main-container .hero-details-container {
    margin-top: 0; }
  body.has-leaderboard .leaderboard {
    opacity: 0;
    visibility: hidden;
    height: 95px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0; }
  body.has-leaderboard.show-leaderboard .main-container {
    margin-top: 95px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  body.has-billboard .main-container {
    position: relative; }
    body.has-billboard .main-container .series-content {
      padding-top: calc( 60vh - 155px); }
  body.show-leaderboard .leaderboard {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; } }

@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 .site-name,
      header.global-header .nav-wrapper.nav-no-series .brand-social {
        width: 44%; }
      header.global-header .nav-wrapper.nav-no-series .global-nav-list {
        width: 56%;
        left: calc(44% + 1px); }
        header.global-header .nav-wrapper.nav-no-series .global-nav-list a {
          color: rgba(255, 255, 255, 0.56); }
    header.global-header .nav-wrapper.nav-no-brand {
      width: 600px; }
      header.global-header .nav-wrapper.nav-no-brand .global-nav {
        width: 100%; }
        header.global-header .nav-wrapper.nav-no-brand .global-nav .site-name {
          width: 44.1%; }
      header.global-header .nav-wrapper.nav-no-brand .brand-social {
        width: 44.1%; }
      header.global-header .nav-wrapper.nav-no-brand .show-nav {
        width: 55%; }
  header.global-header .show-nav {
    right: 0;
    width: 37.69%;
    margin-left: 0.94%;
    z-index: 10;
    background: rgba(255, 255, 255, 0.12); }
    header.global-header .show-nav h2 {
      font-size: 28px;
      line-height: 1.33em;
      padding: 16px 24px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    header.global-header .show-nav li {
      max-width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s; }
      header.global-header .show-nav li a {
        display: block;
        padding: 14px 24px;
        font-size: 18px;
        line-height: 1.2em;
        color: rgba(255, 255, 255, 0.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 .mobile-option-section {
      display: none; }
    header.global-header .global-nav > * {
      -webkit-transition: all 0.6s;
      -moz-transition: all 0.6s;
      transition: all 0.6s; }
    header.global-header .global-nav:hover .site-name,
    header.global-header .global-nav:hover .global-nav-list {
      background: rgba(255, 255, 255, 0.2); }
      header.global-header .global-nav:hover .site-name a,
      header.global-header .global-nav:hover .global-nav-list a {
        color: rgba(255, 255, 255, 0.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 .global-nav-list {
      position: absolute;
      top: 0;
      bottom: 0;
      left: calc( 28.26% + 1px);
      width: 32.97%;
      background: rgba(255, 255, 255, 0.1); }
      header.global-header .global-nav .global-nav-list li {
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        border-bottom: 1px solid #000;
        font-size: 15px;
        font-weight: 600; }
        header.global-header .global-nav .global-nav-list li a {
          display: block;
          padding: 16px 16px 16px 24px;
          color: rgba(255, 255, 255, 0.2);
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          transition: all 0.4s; }
        header.global-header .global-nav .global-nav-list li.sign-in {
          display: none; }
    header.global-header .global-nav .site-name {
      width: 28.26%;
      background: rgba(255, 255, 255, 0.1);
      position: absolute;
      top: 0;
      right: auto;
      bottom: 0;
      left: 0; }
      header.global-header .global-nav .site-name a {
        padding: 20px 24px;
        float: right; }
      header.global-header .global-nav .site-name .logo {
        display: block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
      header.global-header .global-nav .site-name .brand {
        display: none; }
  header.global-header .brand-social {
    width: 28.26%;
    top: 180px;
    position: absolute;
    left: 0; }
    header.global-header .brand-social ul {
      text-align: right;
      padding-right: 20px; }
    header.global-header .brand-social .icon {
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s; }
    header.global-header .brand-social .email-signup {
      text-align: right; }
      header.global-header .brand-social .email-signup a {
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s; }
  header.global-header .logo-link {
    margin-right: 24px; }
  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; }
      header.global-header .menu-wrapper .user-actions.no-mvpd .mvpd-logo {
        display: none !important; }
      header.global-header .menu-wrapper .user-actions.profile-signed-in .user-option {
        display: inline-block; }
      header.global-header .menu-wrapper .user-actions.profile-signed-in .profile-signin {
        display: none !important; }
      header.global-header .menu-wrapper .user-actions.profile-signed-out .profile-signin {
        display: inline-block; }
      header.global-header .menu-wrapper .user-actions.profile-signed-out .user-option {
        display: none !important; }
      header.global-header .menu-wrapper .user-actions .profile-signin:after,
      header.global-header .menu-wrapper .user-actions .user-option:after,
      header.global-header .menu-wrapper .user-actions .mvpd-logo:after,
      header.global-header .menu-wrapper .user-actions > a.sign-in:after {
        content: "";
        display: inline-block;
        width: 1px;
        height: 12px;
        background-color: #D8D8D8;
        margin: 0 0 0 12px;
        position: relative;
        top: 1px;
        -webkit-transition: all 0s linear 0.4s;
        -moz-transition: all 0s linear 0.4s;
        transition: all 0s linear 0.4s; }
      header.global-header .menu-wrapper .user-actions .profile-signin:after,
      header.global-header .menu-wrapper .user-actions .user-option:after {
        margin-right: 0; }
      header.global-header .menu-wrapper .user-actions .user-option .profile {
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      header.global-header .menu-wrapper .user-actions .mvpd-logo {
        display: inline-block;
        position: relative; }
        header.global-header .menu-wrapper .user-actions .mvpd-logo:after {
          margin-left: 0; }
      header.global-header .menu-wrapper .user-actions > a.sign-out {
        color: rgba(255, 255, 255, 0.56);
        font-size: 14px;
        margin-left: 8px; }
      header.global-header .menu-wrapper .user-actions a:not(.promo-sign-in) {
        text-transform: uppercase;
        font-weight: 600;
        display: inline-block;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.86); }
        header.global-header .menu-wrapper .user-actions a:not(.promo-sign-in).sign-in, header.global-header .menu-wrapper .user-actions a:not(.promo-sign-in).register {
          line-height: 28px; }
      header.global-header .menu-wrapper .user-actions > *,
      header.global-header .menu-wrapper .user-actions .mvpd-logo *,
      header.global-header .menu-wrapper .user-actions .user-option * {
        vertical-align: middle; }
    header.global-header .menu-wrapper .icon-menu {
      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,
  header.global-header.interior-header .header-label {
    width: calc( 100% - 113px - 112px - 400px); }
    header.global-header.interior-header .series-name a:hover,
    header.global-header.interior-header .header-label a:hover {
      -webkit-transform: scale(1.06) translate3d(5px, 0, 0);
      -moz-transform: scale(1.06) translate3d(5px, 0, 0);
      -ms-transform: scale(1.06) translate3d(5px, 0, 0);
      -o-transform: scale(1.06) translate3d(5px, 0, 0);
      transform: scale(1.06) translate3d(5px, 0, 0); }
    header.global-header.interior-header .series-name .tuneInInfo,
    header.global-header.interior-header .header-label .tuneInInfo {
      color: rgba(255, 255, 255, 0.8);
      font-size: 16px;
      text-transform: none;
      line-height: 0.86em;
      font-weight: 600;
      line-height: 1em; }
  header.global-header.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; }
  header.global-header .menu-wrapper .user-actions.profile-signed-out .profile-icon .icon {
    color: #777; }
  header.global-header .menu-wrapper .user-actions .mvpd-logo:after {
    margin-right: 0; }
  header.global-header .menu-wrapper .user-actions .profile-icon {
    display: inline-block;
    padding: 5px;
    cursor: pointer; }
    header.global-header .menu-wrapper .user-actions .profile-icon .icon {
      font-size: 28px;
      line-height: 1.2em; }
  header.global-header .menu-wrapper .user-actions .user-option,
  header.global-header .menu-wrapper .user-actions .profile-signin,
  header.global-header .menu-wrapper .user-actions .mvpd-logo {
    position: relative; }
    header.global-header .menu-wrapper .user-actions .user-option:after,
    header.global-header .menu-wrapper .user-actions .profile-signin:after,
    header.global-header .menu-wrapper .user-actions .mvpd-logo:after {
      margin-left: 0; }
    header.global-header .menu-wrapper .user-actions .user-option .profile-section-content,
    header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content,
    header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content {
      position: absolute;
      right: 0;
      top: 50px;
      background: #fff;
      width: 180px;
      opacity: 0;
      visibility: hidden;
      border-radius: 2px;
      -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
      -webkit-transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
      -moz-transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
      transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s; }
      header.global-header .menu-wrapper .user-actions .user-option .profile-section-content.display,
      header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content.display,
      header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content.display {
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s; }
      header.global-header .menu-wrapper .user-actions .user-option .profile-section-content:before,
      header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content:before,
      header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 13px 26px;
        position: absolute;
        top: -13px;
        right: 15px; }
      header.global-header .menu-wrapper .user-actions .user-option .profile-section-content > a,
      header.global-header .menu-wrapper .user-actions .user-option .profile-section-content .options li a,
      header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content > a,
      header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content .options li a,
      header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content > a,
      header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content .options li a {
        display: block;
        padding: 14px; }
      header.global-header .menu-wrapper .user-actions .user-option .profile-section-content .profile,
      header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content .profile,
      header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content .profile {
        border-radius: 2px 2px 0 0; }
        header.global-header .menu-wrapper .user-actions .user-option .profile-section-content .profile .icon,
        header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content .profile .icon,
        header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content .profile .icon {
          display: none; }
      header.global-header .menu-wrapper .user-actions .user-option .profile-section-content .options li,
      header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content .options li,
      header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content .options li {
        border-top: 1px solid rgba(0, 0, 0, 0.6); }
        header.global-header .menu-wrapper .user-actions .user-option .profile-section-content .options li:first-child,
        header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content .options li:first-child,
        header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content .options li:first-child {
          border-top: none; }
        header.global-header .menu-wrapper .user-actions .user-option .profile-section-content .options li a,
        header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content .options li a,
        header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content .options li a {
          color: #000; }
  header.global-header .menu-wrapper .user-actions .profile-section-content:not(.user-option-content):before {
    border-color: transparent transparent #fff; }
  header.global-header .menu-wrapper .user-actions .profile-section-content:not(.user-option-content) > a {
    color: #000; }
    header.global-header .menu-wrapper .user-actions .profile-section-content:not(.user-option-content) > a:after {
      display: none; }
    header.global-header .menu-wrapper .user-actions .profile-section-content:not(.user-option-content) > a:first-child {
      border-bottom: 1px solid rgba(0, 0, 0, 0.6); } }

@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; }
  header.global-header.interior-header .series-name,
  header.global-header.interior-header .header-label {
    font-size: 28px; } }

@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,
    header.global-header.interior-header .header-label {
      width: calc( 100% - 85px - 14px - 350px); } }

@media (min-width: 961px) and (max-width: 1024px) {
  header.global-header.interior-header {
    padding: 0 14px 0 24px; }
    header.global-header.interior-header .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,
    header.global-header.interior-header .header-label {
      width: calc( 100% - 100px - 38px - 380px); } }

@media (min-width: 1025px) {
  header.global-header .menu-wrapper .user-actions .profile-icon {
    display: none; }
  header.global-header .menu-wrapper .user-actions .profile-section-content {
    display: inline-block; }
    header.global-header .menu-wrapper .user-actions .profile-section-content .sign-in:after {
      content: "OR";
      font-size: 0.750em;
      margin: 0 3px 0 8px;
      cursor: default; }
    header.global-header .menu-wrapper .user-actions .profile-section-content.display .options {
      max-height: 1000px;
      -webkit-transition: all 0.8s linear;
      -moz-transition: all 0.8s linear;
      transition: all 0.8s linear; }
  header.global-header .menu-wrapper .user-actions .user-option .profile {
    max-width: 115px; }
  header.global-header .menu-wrapper .user-option {
    position: relative;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px; }
    header.global-header .menu-wrapper .user-option .icon {
      margin-left: 10px; }
  header.global-header .menu-wrapper .user-actions .mvpd-logo:after {
    margin-right: 12px; }
  header.global-header .menu-wrapper .user-actions .options {
    position: absolute;
    left: 0;
    top: 40px;
    background: rgba(0, 0, 0, 0.4);
    max-height: 0;
    width: 130px;
    overflow: hidden;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear; }
    header.global-header .menu-wrapper .user-actions .options li {
      padding: 5px 10px;
      line-height: 1.33em;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      header.global-header .menu-wrapper .user-actions .options li:last-child {
        border-bottom: none; } }

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

@media (min-width: 1281px) and (max-width: 1440px) {
  header.global-header.main-header .logo-link .logo {
    height: 100px; } }

@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 .icon-cancel {
      margin-right: 46px; }
    header.global-header.interior-header .series-name,
    header.global-header.interior-header .header-label {
      font-size: 32px; } }

@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:not(.nav-no-brand) {
      width: 68.4%; }
    header.global-header.main-header .nav-wrapper:not(.nav-no-series):not(.nav-no-brand) .global-nav .site-name {
      width: 38.26%; }
    header.global-header.main-header .nav-wrapper:not(.nav-no-series):not(.nav-no-brand) .global-nav .global-nav-list {
      left: calc( 38.26% + 1px);
      width: 22.97%; }
    header.global-header.main-header .nav-wrapper:not(.nav-no-series):not(.nav-no-brand) .brand-social {
      width: 38.26%; }
    header.global-header.main-header .icon-search {
      top: 82px;
      right: 155px; } }

@media (min-width: 1025px) {
  .register-promo.header-promo {
    display: block;
    width: 300px;
    height: 250px;
    position: absolute;
    z-index: 100;
    top: 55px;
    right: 120px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    background: #f1f1f1;
    color: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    -webkit-transition: visibility 0s ease-in-out 0.4s, opacity 0.4s ease-in-out;
    -moz-transition: visibility 0s ease-in-out 0.4s, opacity 0.4s ease-in-out;
    transition: visibility 0s ease-in-out 0.4s, opacity 0.4s ease-in-out; }
    .register-promo.header-promo:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 6px 10px 6px;
      border-color: transparent transparent #fff;
      position: absolute;
      top: -8px;
      right: 48px; }
    .register-promo.header-promo.display-promo {
      opacity: 1;
      visibility: visible;
      -webkit-transition: visibility 0s ease-in-out, opacity 0.4s ease-in-out 1s;
      -moz-transition: visibility 0s ease-in-out, opacity 0.4s ease-in-out 1s;
      transition: visibility 0s ease-in-out, opacity 0.4s ease-in-out 1s; }
    .register-promo.header-promo .promo-head {
      color: rgba(0, 0, 0, 0.8);
      font-weight: 600;
      border-bottom: 1px solid #E6E6E6;
      background: #fff;
      font-size: 18px;
      padding: 24px;
      line-height: 24px;
      border-radius: 2px 2px 0 0; }
    .register-promo.header-promo .promo-action {
      padding: 20px 24px;
      font-size: 14px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.9); }
      .register-promo.header-promo .promo-action .action-btn {
        display: block;
        text-align: center;
        margin-top: 8px;
        padding-top: 12px;
        padding-bottom: 12px; }
    .register-promo.header-promo .account {
      font-size: 12px;
      padding: 12px 24px;
      line-height: 20px; }
      .register-promo.header-promo .account .promo-sign-in {
        padding-left: 8px;
        vertical-align: top; }
    .register-promo.header-promo .icon-cancel {
      position: absolute;
      top: 0;
      right: 0;
      padding: 10px;
      font-size: 20px;
      color: rgba(0, 0, 0, 0.4);
      outline: none; } }

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .headline-promo {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px; }
    .headline-promo h2 {
      font-size: 24px;
      line-height: 1.6em; }
    .headline-promo .action-btn {
      float: right; }
    .headline-promo .box {
      padding: 10px 0px; } }

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

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

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

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

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

@media (min-width: 768px) {
  .series-playlist.dark-theme li {
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4); }
    .series-playlist.dark-theme li .item-details-container {
      background: #000; }
  .series-playlist.light-theme li .item-details-container {
    background: #fff; }
  .series-playlist.two-row-container .item-details-container {
    height: 110px; }
  .series-playlist.one-row-container .item-details-container, .series-playlist.two-row-short-container .item-details-container, .series-playlist.three-row-container .item-details-container {
    height: 86px; }
  .series-playlist.hover-animate li {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .series-playlist.hover-animate li:not(.item-selected):hover {
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4); }
  .series-playlist.top-playlist {
    background: rgba(0, 0, 0, 0.6);
    padding: 16px 12px;
    margin-top: 0;
    border-radius: 2px; }
  .series-playlist .owl-carousel li {
    width: 100%; }
    .series-playlist .owl-carousel li img {
      max-width: 100%;
      max-height: none; }
  .series-playlist li {
    display: inline-block;
    vertical-align: middle;
    width: 31.86%;
    margin-left: calc( 2.197% - 5px);
    cursor: pointer; }
    .series-playlist li:first-child {
      margin-left: 0; }
    .series-playlist li .item-img-container {
      padding-bottom: 56.25%;
      border-radius: 2px 2px 0 0; }
    .series-playlist li .item-details-container {
      border-radius: 0 0 2px 2px;
      display: block;
      padding: 12px 16px; }
  .series-playlist .playlist-head {
    margin: 0 10px; }
  .series-playlist .playlist-name {
    font-size: 24px;
    margin-bottom: 24px; }
    .series-playlist .playlist-name span {
      color: rgba(0, 0, 0, 0.6); }
      .series-playlist .playlist-name span:after {
        content: "";
        width: 1px;
        height: 21px;
        background-color: rgba(0, 0, 0, 0.6);
        margin-left: 12px;
        margin-right: 8px;
        display: inline-block;
        position: relative;
        top: 3px; }
  .series-playlist .thumbnail-item-details {
    padding: 0 12px 16px 16px; }
  .series-playlist .thumb-progress-bar {
    width: calc( 100% - 36px - 16px); } }

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

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

@media (min-width: 1025px) {
  .global-footer {
    position: relative;
    padding: 48px 0 0;
    z-index: 60; }
    .global-footer .footer-section-group .footer-section:nth-child(2) .footer-head {
      margin-top: 32px; }
    .global-footer .footer-sections {
      width: 88.88%;
      max-width: 1100px;
      margin-left: auto;
      margin-right: auto; }
      .global-footer .footer-sections .f-section {
        float: left;
        margin-right: calc( (100% - 130px - 175px - 135px - 474px) / 3); }
        .global-footer .footer-sections .f-section:first-child {
          width: 130px; }
        .global-footer .footer-sections .f-section:nth-child(2) {
          width: 175px; }
        .global-footer .footer-sections .f-section:nth-child(3) {
          width: 135px; }
        .global-footer .footer-sections .f-section:last-child {
          width: 474px;
          margin-right: 0; }
    .global-footer .footer-section {
      text-align: left; }
      .global-footer .footer-section:not(.footer-social) ul:not(.channel-logos) li a {
        border-bottom: 1px solid transparent;
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        transition: all 0.15s linear; }
        .global-footer .footer-section:not(.footer-social) ul:not(.channel-logos) li a:hover {
          border-color: rgba(0, 0, 0, 0.8);
          color: rgba(0, 0, 0, 0.8); }
    .global-footer .footer-head {
      color: rgba(0, 0, 0, 0.8);
      font-weight: 600;
      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:last-child {
        margin-right: 0; }
      .global-footer .footer-network .channel-logos li a {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        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.viceland-logo {
          background-image: url(/images/viceland/logo.svg);
          width: 70px;
          margin-top: 20px;
          height: 25px; }
        .global-footer .footer-network .channel-logos li a.lmn-logo {
          background-image: url(/images/lmn/logo.svg);
          width: 58px;
          margin-top: 8px; }
        .global-footer .footer-network .channel-logos li a.fyi-logo {
          background-image: url(/images/fyi/logo-emerald.svg);
          width: 54px;
          margin-top: 4px; }
        .global-footer .footer-network .channel-logos li a:hover {
          -webkit-transform: scale(1.06) translate3d(0, 0, 0);
          -moz-transform: scale(1.06) translate3d(0, 0, 0);
          -ms-transform: scale(1.06) translate3d(0, 0, 0);
          -o-transform: scale(1.06) translate3d(0, 0, 0);
          transform: scale(1.06) translate3d(0, 0, 0); }
    .global-footer .footer-network .other-links ul {
      float: left;
      margin-right: 32px;
      text-transform: uppercase; }
      .global-footer .footer-network .other-links ul li {
        font-size: 11px; }
    .global-footer .footer-strip {
      background: #fff;
      border-top: 1px solid rgba(0, 0, 0, 0.05);
      padding: 8px 0;
      margin-top: 32px;
      font-size: 12px;
      line-height: 2em; }
      .global-footer .footer-strip ul {
        display: none; }
      .global-footer .footer-strip .footer-link {
        padding: 0;
        margin-right: 24px; }
      .global-footer .footer-strip p {
        color: rgba(0, 0, 0, 0.5);
        display: inline-block;
        margin-top: 0; }
  .aetn {
    margin-top: 4px; } }

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

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

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

@media (min-width: 1025px) and (max-width: 1440px) {
  .sticky-signin {
    width: 74%; }
    .sticky-signin .signin-promo {
      margin-left: 3%; }
    .sticky-signin .circle-icon {
      width: 30px;
      height: 30px; }
    .sticky-signin p,
    .sticky-signin strong {
      font-size: 16px; }
    .sticky-signin .signin {
      width: 120px;
      padding: 6px 16px;
      font-size: 14px; }
    .sticky-signin .signin-button {
      width: 120px; }
    .sticky-signin .circle-icon .icon-key {
      font-size: 24px;
      line-height: 1.55em; } }

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

@media (min-width: 768px) {
  .app-promo > a:before {
    width: 80px;
    height: 80px;
    margin-left: 12px; }
  .app-promo p {
    font-size: 24px;
    margin-left: 20px;
    left: 125px; } }

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

@media (max-width: 1024px) {
  body {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
  .sso-wrapper:not(.sso-standalone) {
    max-height: 5000px;
    min-height: 100vh;
    order: -1; }
    .sso-wrapper:not(.sso-standalone).sso-hide {
      max-height: 0;
      min-height: 0;
      padding: 0;
      overflow: hidden; }
    .sso-wrapper:not(.sso-standalone) .sso-inner {
      min-height: 100vh; }
  .sso-wrapper .brand-logo {
    margin-top: 32px; } }

@media (max-width: 767px) {
  .leaderboard {
    display: none !important; }
  body.has-leaderboard .main-container .hero-details-container {
    margin-top: 0; } }

@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: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 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 .nav-no-series .site-name > a {
      padding: 90px 16px 16px; }
    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 #000;
    margin-bottom: 200px; }
    header.global-header .global-nav .mobile-option-section:not(.provider-details) {
      text-align: center;
      background: #464646;
      margin-top: 5px;
      display: none; }
    header.global-header .global-nav .mobile-option-section > a {
      padding: 8px;
      margin: 0;
      display: inline-block;
      vertical-align: middle;
      font-size: 16px; }
      header.global-header .global-nav .mobile-option-section > a:first-child {
        width: 60.81%;
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      header.global-header .global-nav .mobile-option-section > a:last-child {
        width: 39.189%;
        padding: 22px 0;
        border-left: 1px solid rgba(255, 255, 255, 0.08); }
    header.global-header .global-nav.profile-signed-in .signed-in-section {
      display: block; }
    header.global-header .global-nav.profile-signed-in .sign-in {
      display: none; }
    header.global-header .global-nav.profile-signed-out .signed-out-section {
      display: block; }
    header.global-header .global-nav.profile-signed-out .sign-in {
      display: none; }
    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 .mvpd-logo {
        text-align: left;
        font-size: 12px; }
  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 .brand-social {
    margin-top: 24px; }
  header.global-header.interior-header {
    padding: 0 2px 0 12px; }
    header.global-header.interior-header .series-name,
    header.global-header.interior-header .header-label {
      top: 55%;
      font-size: 20px;
      width: calc( 100% - 146px); }
    header.global-header.interior-header .tuneInInfo {
      display: none; }
    header.global-header.interior-header .logo-link {
      padding: 0;
      margin-right: 16px; }
    header.global-header.interior-header .logo {
      width: 50px;
      height: 66px; }
    header.global-header.interior-header .menu-wrapper {
      top: 10px; }
    header.global-header.interior-header .icon-cancel {
      top: 10px; } }

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

@media (max-width: 767px) {
  .hero {
    position: relative; }
    .hero .social-links .icon {
      color: rgba(255, 255, 255, 0.9);
      font-size: 16px; }
    .hero .social-links .tag a {
      color: rgba(255, 255, 255, 0.9); }
  .hero-img-container {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 125%;
    overflow: hidden; }
    .hero-img-container:before {
      background-color: rgba(0, 0, 0, 0.3);
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
      background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%); }
    .hero-img-container:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 60px;
      background-color: transparent;
      background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%);
      background-image: linear-gradient(to bottom,transparent 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%); } }
  @media only screen and (max-width: 767px) and (min-width: 321px) and (orientation: landscape) {
    .hero-img-container {
      padding-bottom: 75%; } }

@media (max-width: 767px) {
  .hero-details-container {
    position: absolute;
    margin-left: 16px;
    margin-right: 32px;
    bottom: 0;
    top: auto !important; }
    .hero-details-container .season-list-dropdown {
      width: 192px; }
      .hero-details-container .season-list-dropdown.seasons-expand {
        width: 285px; }
        .hero-details-container .season-list-dropdown.seasons-expand strong span,
        .hero-details-container .season-list-dropdown.seasons-expand li span {
          font-size: 13px; }
    .hero-details-container .show-name {
      font-size: 26px; }
      .hero-details-container .show-name span {
        font-size: 11px; }
    .hero-details-container .show-airdate {
      font-size: 16px; }
      .hero-details-container .show-airdate a.add-to-calendar {
        margin-top: 8px; }
  #crLightboxFrameClose {
    top: 0;
    right: 0;
    line-height: 30px; }
    #crLightboxFrameClose:hover {
      border-radius: 36px; } }

@media (max-width: 767px) {
  .headline-promo {
    cursor: pointer;
    margin: 20px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: auto; }
    .headline-promo .box {
      padding: 10px 16px; }
    .headline-promo .action-btn {
      margin-top: 4px;
      font-size: 16px; }
    .headline-promo h2 {
      font-size: 16px;
      line-height: 1.4em; }
      .headline-promo h2 strong {
        display: block; } }

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

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

@media (max-width: 767px) {
  .series-playlist {
    width: auto; }
    .series-playlist.dark-theme li {
      background: #000; }
    .series-playlist.light-theme li {
      background: #fff; }
    .series-playlist li {
      margin-bottom: 4px; }
    .series-playlist .item-img-container {
      width: 43%;
      display: inline-block;
      vertical-align: top;
      padding-bottom: 33.44%; }
    .series-playlist .item-details-container {
      width: calc(57% - 5px);
      display: inline-block;
      vertical-align: top;
      padding: 17px 14px; }
    .series-playlist .playlist-name {
      font-size: 21px;
      margin-bottom: 16px; }
    .series-playlist .item-img-container {
      overflow: visible; }
      .series-playlist .item-img-container > a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden; }
    .series-playlist .thumb-progress-bar {
      width: 100%;
      position: absolute;
      left: 100%;
      margin-left: 20px;
      -webkit-transform: translateY(-200%);
      -moz-transform: translateY(-200%);
      -ms-transform: translateY(-200%);
      -o-transform: translateY(-200%);
      transform: translateY(-200%); } }

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

@media (max-width: 767px) {
  .feedback {
    padding: 20px;
    margin-bottom: 32px;
    overflow: visible;
    margin-top: 46px; }
    .feedback svg {
      float: none;
      transform: none;
      margin: 0 auto;
      display: block;
      transform: translateY(-55px);
      width: 130px;
      height: 120px; }
    .feedback .feedback-wrapper {
      width: 100%;
      margin: -60px auto 0;
      float: none; }
      .feedback .feedback-wrapper h3, .feedback .feedback-wrapper p {
        text-align: center; }
      .feedback .feedback-wrapper h3 {
        margin: 0;
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 1em; }
      .feedback .feedback-wrapper p {
        margin-bottom: 16px;
        line-height: 1.4em;
        width: 90%; }
      .feedback .feedback-wrapper section {
        width: 100%; } }

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

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

@media (max-width: 767px) {
  .app-promo > a:before {
    width: 50px;
    height: 50px; }
  .app-promo p {
    font-size: 14px;
    left: 75px; } }
