/* units:variables,functions,mixins,bourbon,sso-v2,gigya,header,internal-nav,register-promo-header,tile-list,webseries-content,article,show-newsletter,show-social,feedback,footer,sso-v2-desktop,header-desktop,internal-nav-desktop,register-promo-header-desktop,tile-list-desktop,webseries-content-desktop,show-newsletter-desktop,show-social-desktop,feedback-desktop,footer-desktop,sso-v2-mobile,header-mobile,internal-nav-mobile,tile-list-mobile,webseries-content-mobile,show-newsletter-mobile,show-social-mobile,feedback-mobile,footer-mobile */
/* z-index scale */
/* z-index applications */
/* fonts */
/* colors */
/* opaque */
/* variable opacity */
/* 50 shades of red */
/* vertical spacing in series landing */
/* breakpoints */
/* video player sizes */
.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; }

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

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

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

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

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

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;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  header.global-header.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 .header-links {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1; }
  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;
    z-index: 20;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    header.global-header .menu-wrapper.show-search .user-actions {
      display: none; }
    header.global-header .menu-wrapper.show-search .search {
      width: auto; }
      header.global-header .menu-wrapper.show-search .search .icon-search:before {
        position: absolute;
        left: 20px;
        top: -4px; }
      header.global-header .menu-wrapper.show-search .search .global-search {
        max-width: 300px; }
    header.global-header .menu-wrapper .user-actions {
      display: none; }
      header.global-header .menu-wrapper .user-actions a:not(#nav-mvpd-logo) {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        header.global-header .menu-wrapper .user-actions a:not(#nav-mvpd-logo):hover {
          opacity: 0.8; }
  header.global-header .generic-provider {
    width: 30px;
    margin: 0 10px 5px; }
  header.global-header .icon-list {
    padding: 0 0 0 12px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    header.global-header .icon-list .icon {
      margin: 0;
      padding: 0 10px;
      display: inline-block;
      vertical-align: middle; }
    header.global-header .icon-list .icon-menu {
      font-size: 2.5em;
      -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-list .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-list .search {
      position: relative;
      width: 42px;
      height: 32px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      header.global-header .icon-list .search .icon-search {
        font-size: 1.25em;
        color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        header.global-header .icon-list .search .icon-search:before {
          line-height: 32px; }
        header.global-header .icon-list .search .icon-search:hover {
          color: rgba(255, 255, 255, 0.8); }
      header.global-header .icon-list .search .global-search {
        margin-left: 16px;
        position: relative;
        max-width: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform-origin: right;
        -moz-transform-origin: right;
        -ms-transform-origin: right;
        -o-transform-origin: right;
        transform-origin: right; }
        header.global-header .icon-list .search .global-search table.gsc-search-box td.gsc-input {
          padding-right: 0; }
        header.global-header .icon-list .search .global-search form.gsc-search-box {
          padding: 0;
          margin: 0; }
        header.global-header .icon-list .search .global-search .gsc-input input {
          background: none !important;
          border: none;
          border-bottom: 1px solid #fff !important;
          padding: 0 6px 8px 10px !important;
          color: #fff;
          font-size: 13px;
          height: auto !important; }
          header.global-header .icon-list .search .global-search .gsc-input input:hover, header.global-header .icon-list .search .global-search .gsc-input input:focus {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            border: none;
            background: none !important; }
        header.global-header .icon-list .search .global-search .gsc-input-box {
          border: none;
          background: transparent;
          height: auto; }
          header.global-header .icon-list .search .global-search .gsc-input-box.gsc-input-box-focus, header.global-header .icon-list .search .global-search .gsc-input-box.gsc-input-box-hover {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none; }
          header.global-header .icon-list .search .global-search .gsc-input-box:focus, header.global-header .icon-list .search .global-search .gsc-input-box:hover {
            border: none;
            background: transparent;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none; }
        header.global-header .icon-list .search .global-search .gsc-search-button {
          display: none; }
        header.global-header .icon-list .search .global-search td.gsc-clear-button {
          width: 0;
          display: block; }
        header.global-header .icon-list .search .global-search div.gsc-clear-button {
          background: none;
          position: absolute;
          right: 0;
          top: 4px;
          display: block; }
          header.global-header .icon-list .search .global-search div.gsc-clear-button:before {
            content: "\61";
            font-family: "icon-fonts";
            font-size: 16px;
            color: #fff; }
        header.global-header .icon-list .search .global-search .gsib_b {
          display: none; }
  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 .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; }

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

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

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

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

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

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

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

.tile-list ul li {
  display: inline-block;
  vertical-align: top; }
  .tile-list ul li a {
    display: block; }

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

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

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

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

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

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

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

.tile-list.tile-list-text-br li .img-container {
  margin-bottom: 16px; }

.tile-list.tile-list-text-br li .title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1.33333em;
  color: rgba(18, 18, 26, 0.72); }

.webseries-wrapper {
  width: 100%;
  margin: 520px auto 0;
  max-width: 1280px;
  margin-bottom: 2%; }

.webseries-header .webseries-hero-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 506px; }
  .webseries-header .webseries-hero-container::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7)); }
  .webseries-header .webseries-hero-container section {
    width: 56%;
    color: white;
    text-align: center;
    position: absolute;
    bottom: 10%;
    left: calc(50% - 28%);
    z-index: 400; }
    .webseries-header .webseries-hero-container section h1 {
      font-size: 48px;
      font-weight: 300;
      text-align: center;
      margin-bottom: 8px; }
    .webseries-header .webseries-hero-container section p {
      text-align: center;
      padding-top: 16px;
      display: none; }
    .webseries-header .webseries-hero-container section .social-links {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      margin-top: 16px; }
      .webseries-header .webseries-hero-container section .social-links a {
        color: white; }
      .webseries-header .webseries-hero-container section .social-links .tag {
        margin-left: 16px; }
      .webseries-header .webseries-hero-container section .social-links ul {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        width: 90px; }
      .webseries-header .webseries-hero-container section .social-links p {
        padding-top: 0; }

.article-container .item-img-container,
.article-container .aetn-player {
  margin-bottom: 20px; }

.main-article h4 {
  font-size: 1.375em;
  margin-bottom: 10px;
  font-weight: 600; }

.main-article p {
  margin-bottom: 20px;
  line-height: 1.55556em; }

.main-article strong {
  font-weight: bold; }

.main-article em {
  font-style: italic; }

.main-article .section-title {
  margin-bottom: 20px;
  font-size: 1.313em; }
  .main-article .section-title strong {
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: 600; }
  .main-article .section-title small {
    font-size: 0.762em;
    vertical-align: bottom;
    line-height: 1.1em; }
  .main-article .section-title h1 small {
    margin-left: 5px; }

.main-article ul {
  margin-left: 20px; }
  .main-article ul li {
    list-style-type: disc;
    margin-bottom: 8px;
    line-height: 1.2em;
    margin-bottom: 20px; }

.main-article ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: li; }
  .main-article ol > li {
    margin-bottom: 16px;
    line-height: 1.5em;
    padding-left: 48px;
    position: relative;
    position: relative; }
    .main-article ol > li:not(.no-num):before {
      content: counter(li);
      counter-increment: li;
      display: inline-block;
      font-size: 24px;
      font-weight: 300;
      position: absolute;
      left: 0;
      width: 32px;
      top: 2px;
      text-align: right; }

.main-article .video-iframe-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 20px; }
  .main-article .video-iframe-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none; }

.main-article .recipe {
  margin-top: 32px; }
  .main-article .recipe h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 16px; }
  .main-article .recipe ul {
    margin-left: 0; }
  .main-article .recipe .recipe-info {
    margin-bottom: 32px; }
    .main-article .recipe .recipe-info ul {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .main-article .recipe .recipe-info ul li {
        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;
        width: 150px;
        margin-bottom: 0; }
        .main-article .recipe .recipe-info ul li .label {
          text-transform: uppercase;
          font-size: 14px; }
        .main-article .recipe .recipe-info ul li .val {
          font-size: 24px;
          font-weight: 300;
          color: #666; }
  .main-article .recipe .ingredients {
    margin-bottom: 32px; }
    .main-article .recipe .ingredients ul li {
      list-style: none;
      margin: 0;
      padding: 0;
      margin-bottom: 4px; }

.show-newsletter {
  text-align: left;
  max-width: 640px;
  width: 90%;
  margin: 0 auto;
  padding: 48px 0; }
  .show-newsletter.loading form {
    position: relative; }
    .show-newsletter.loading form:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 100;
      background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSc2MHB4JyBoZWlnaHQ9JzYwcHgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXJpbmctYWx0Ij48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImJrIj48L3JlY3Q+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNDAiIHN0cm9rZT0iI2NjYyIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0MCIgc3Ryb2tlPSIjZmZmZmZmIiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hvZmZzZXQiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBmcm9tPSIwIiB0bz0iNTAyIj48L2FuaW1hdGU+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hhcnJheSIgZHVyPSIycyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIHZhbHVlcz0iMTAwLjQgMTUwLjY7MSAyNTA7MTAwLjQgMTUwLjYiPjwvYW5pbWF0ZT48L2NpcmNsZT48L3N2Zz4=");
      background-repeat: no-repeat;
      background-position: center center; }
    .show-newsletter.loading form:before {
      background-color: rgba(250, 250, 250, 0.8); }
  .show-newsletter.submitted .newsletter-form {
    display: none; }
  .show-newsletter.submitted .newsletter-response {
    display: block; }
  .show-newsletter input,
  .show-newsletter select {
    height: 40px;
    border: 1px solid rgba(170, 170, 170, 0.7);
    background: #fff;
    outline: none;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #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;
    background: #000;
    float: right;
    width: 148px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.4s cubic-bezier(0, 0.59, 0.62, 0.99);
    -moz-transition: all 0.4s cubic-bezier(0, 0.59, 0.62, 0.99);
    transition: all 0.4s cubic-bezier(0, 0.59, 0.62, 0.99); }
    .show-newsletter input[type="submit"]:hover {
      background: #555; }
  .show-newsletter .newsletter-form p,
  .show-newsletter .newsletter-response p {
    margin: 0 0 16px;
    line-height: 1.36em;
    font-weight: 300; }
  .show-newsletter .newsletter-form fieldset {
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .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 .show-newsletter-header {
    position: relative;
    margin-bottom: 8px; }
    .show-newsletter .show-newsletter-header .content-label-2 {
      margin: 0; }
  .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); }

.show-social-links {
  padding: 40px 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .show-social-links a {
    color: #000;
    font-weight: 300;
    padding: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .show-social-links a:hover {
      opacity: 0.7; }

.feedback {
  background: #12121a;
  padding: 36px 0;
  position: relative;
  z-index: 100; }
  .feedback .feedback-wrapper {
    width: 90%;
    margin: 0 auto;
    position: relative; }
    .feedback .feedback-wrapper h3 {
      text-transform: uppercase;
      font-size: 1.5em;
      color: #fff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .feedback .feedback-wrapper ul {
      position: absolute;
      max-height: 0;
      overflow: hidden;
      left: 40px;
      background: #3e3e3e;
      font-size: 14px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .feedback .feedback-wrapper ul a {
        color: #fff;
        display: block;
        padding: 16px 48px;
        line-height: 1.2em;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .feedback .feedback-wrapper ul a:hover {
          background: rgba(255, 255, 255, 0.3); }
    .feedback .feedback-wrapper .feedback-category {
      border: 1px solid rgba(236, 236, 236, 0.4);
      padding: 8px 48px;
      margin-left: 40px;
      color: #fff;
      cursor: pointer;
      font-weight: 600;
      font-size: 14px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .feedback .feedback-wrapper .feedback-category:before {
        margin-left: 16px;
        font-size: 24px;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2; }
      .feedback .feedback-wrapper .feedback-category:hover {
        background: #3e3e3e;
        border-color: #3e3e3e; }
    .feedback .feedback-wrapper .category-wrapper {
      position: relative; }
      .feedback .feedback-wrapper .category-wrapper.expanded ul {
        max-height: 300px;
        padding: 0 0 8px; }
      .feedback .feedback-wrapper .category-wrapper.expanded .feedback-category {
        border-color: #3e3e3e;
        background: #3e3e3e; }
        .feedback .feedback-wrapper .category-wrapper.expanded .feedback-category:before {
          -webkit-transform: scale(-1);
          -moz-transform: scale(-1);
          -ms-transform: scale(-1);
          -o-transform: scale(-1);
          transform: scale(-1); }

.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-network .channel-logos li a.h-logo {
      background-image: url(/images/history/logo.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); }

@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) {
  header.global-header.main-header {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    header.global-header.main-header .logo {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    header.global-header.main-header.fixed-header {
      padding: 8px 40px;
      background: #000;
      position: fixed;
      height: 66px;
      z-index: 500;
      -webkit-transition: opacity 0.3s ease-in-out, visibility 0 ease-in-out 0.3s;
      -moz-transition: opacity 0.3s ease-in-out, visibility 0 ease-in-out 0.3s;
      transition: opacity 0.3s ease-in-out, visibility 0 ease-in-out 0.3s; }
      header.global-header.main-header.fixed-header .header-links {
        opacity: 0;
        visibility: hidden; }
      header.global-header.main-header.fixed-header .logo {
        height: 48px; }
  header.global-header .global-search {
    width: 300px; }
  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 .menu-wrapper {
    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,
      header.global-header .menu-wrapper .user-actions .user-option,
      header.global-header .menu-wrapper .user-actions .mvpd-logo,
      header.global-header .menu-wrapper .user-actions > a.sign-in {
        position: relative;
        height: 40px;
        line-height: 40px; }
        header.global-header .menu-wrapper .user-actions .profile-signin:after,
        header.global-header .menu-wrapper .user-actions .user-option:after,
        header.global-header .menu-wrapper .user-actions .mvpd-logo:after,
        header.global-header .menu-wrapper .user-actions > a.sign-in:after {
          content: "";
          display: inline-block;
          width: 1px;
          height: 60%;
          background-color: rgba(216, 216, 216, 0.5);
          position: absolute;
          top: 20%;
          right: 0;
          -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: 1em;
        color: rgba(255, 255, 255, 0.86); }
        header.global-header .menu-wrapper .user-actions a:not(.promo-sign-in).sign-in, header.global-header .menu-wrapper .user-actions a:not(.promo-sign-in).register {
          line-height: 28px; }
      header.global-header .menu-wrapper .user-actions > *,
      header.global-header .menu-wrapper .user-actions .mvpd-logo *,
      header.global-header .menu-wrapper .user-actions .user-option * {
        vertical-align: middle; }
    header.global-header .menu-wrapper .icon-menu:before {
      float: right; }
  header.global-header .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.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; } }

@media (min-width: 768px) and (max-width: 1024px) {
  header.global-header.main-header {
    padding: 16px 32px; }
    header.global-header.main-header .logo-link {
      position: relative; }
      header.global-header.main-header .logo-link .logo {
        height: 80px;
        margin-top: 20px; }
  header.global-header .header-links {
    visibility: hidden;
    height: 0; }
  header.global-header .menu-wrapper .user-actions.profile-signed-out .profile-icon .icon {
    color: #777; }
  header.global-header .menu-wrapper .user-actions .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.main-header .logo {
    height: 60px;
    width: 90px; }
  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; }
  header.global-header .menu-wrapper .profile-signin,
  header.global-header .menu-wrapper .user-option,
  header.global-header .menu-wrapper .mvpd-logo,
  header.global-header .menu-wrapper > a.sign-in {
    padding: 0 16px 0 11px; } }

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

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

@media (min-width: 1025px) {
  header.global-header .header-links {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-transition: opacity 0.1s ease-in-out, visibility 0 ease-in-out 0.1s;
    -moz-transition: opacity 0.1s ease-in-out, visibility 0 ease-in-out 0.1s;
    transition: opacity 0.1s ease-in-out, visibility 0 ease-in-out 0.1s; }
    header.global-header .header-links li {
      position: relative; }
      header.global-header .header-links li.expanded .nav-more-list {
        max-height: 200px;
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        transition-delay: 0.1s; }
      header.global-header .header-links li.expanded .more-nav {
        width: 200px;
        background: #3e3e3e;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s; }
        header.global-header .header-links li.expanded .more-nav:before {
          display: none; }
    header.global-header .header-links a {
      font-size: 1.125em;
      font-weight: bold;
      text-transform: uppercase;
      color: #fff;
      display: block;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      header.global-header .header-links a:hover {
        color: rgba(255, 255, 255, 0.8); }
      header.global-header .header-links a.lmn-brand-logo, header.global-header .header-links a.lifetime-brand-logo {
        text-indent: -9999px;
        background: no-repeat center center;
        background-size: contain;
        width: 60px;
        margin-left: 48px;
        position: relative; }
        header.global-header .header-links a.lmn-brand-logo:before, header.global-header .header-links a.lifetime-brand-logo:before {
          content: '';
          position: absolute;
          width: 1px;
          height: 70%;
          background: rgba(255, 255, 255, 0.6);
          top: 20%;
          left: -32px; }
        header.global-header .header-links a.lmn-brand-logo:hover, header.global-header .header-links a.lifetime-brand-logo:hover {
          opacity: 0.8; }
      header.global-header .header-links a.lmn-brand-logo {
        background-image: url(/images/lmn/logo-white.svg); }
      header.global-header .header-links a.lifetime-brand-logo {
        background-image: url(/images/lifetime/logo-white.svg); }
    header.global-header .header-links .more-nav {
      width: 120px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: all 0.1s ease-in-out 0.1s;
      -moz-transition: all 0.1s ease-in-out 0.1s;
      transition: all 0.1s ease-in-out 0.1s; }
      header.global-header .header-links .more-nav:before {
        margin-left: 8px;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2; }
    header.global-header .header-links .nav-more-list {
      background: #3e3e3e;
      position: absolute;
      max-height: 0;
      overflow: hidden;
      width: 200px;
      left: 0;
      top: 30px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      header.global-header .header-links .nav-more-list a {
        display: block; }
  header.global-header .menu-wrapper .user-actions .profile-icon {
    display: none; }
  header.global-header .menu-wrapper .user-actions .profile-section-content {
    display: inline-block; }
    header.global-header .menu-wrapper .user-actions .profile-section-content.display .options {
      max-height: 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;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px; }
    header.global-header .menu-wrapper .user-option .icon {
      margin-left: 10px; }
  header.global-header .menu-wrapper .user-actions .options {
    position: absolute;
    left: 0;
    top: 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.interior-header {
    padding: 0 20px; }
    header.global-header.interior-header .icon-cancel {
      margin-right: 36px; }
  header.global-header .header-links {
    font-size: 13px; }
  header.global-header .menu-wrapper .user-actions .mvpd-logo > a {
    width: 100px; }
    header.global-header .menu-wrapper .user-actions .mvpd-logo > a img {
      width: 100%; }
  header.global-header .menu-wrapper .user-actions .profile-signin {
    font-size: 14px; } }

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

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

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

@media (min-width: 1025px) {
  .internal-nav:not(.section-nav) .program-title {
    margin-bottom: 6px; }
  .internal-nav.hero-nav .program-title {
    margin-bottom: 0; }
  .internal-nav .program-title span {
    margin-left: 16px; }
  .internal-nav .nav-more-list a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .internal-nav .nav-more-list a:hover {
      background: rgba(255, 255, 255, 0.2); } }

@media (min-width: 1025px) {
  .register-promo.header-promo {
    display: block;
    background: #fff;
    height: 72px;
    max-height: 0;
    overflow: hidden;
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .register-promo.header-promo.display-promo {
      max-height: 72px; }
      .register-promo.header-promo.display-promo + .global-header {
        top: 72px; }
        .register-promo.header-promo.display-promo + .global-header:before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 12px 12px 0 12px;
          border-color: #fff transparent transparent;
          position: absolute;
          top: 0; }
    .register-promo.header-promo .promo-inner {
      width: 96%;
      max-width: 1100px;
      margin: 0 auto;
      padding: 12px 0;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      .register-promo.header-promo .promo-inner p {
        color: rgba(0, 0, 0, 0.6); }
    .register-promo.header-promo .promo-head h4 {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 21px;
      line-height: 1.33333em;
      color: rgba(0, 0, 0, 0.8); }
    .register-promo.header-promo .action-btn {
      background: #000;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: bold; }
    .register-promo.header-promo .account {
      font-size: 12px; }
      .register-promo.header-promo .account p {
        font-style: italic;
        display: inline-block;
        margin-right: 5px; }
      .register-promo.header-promo .account .promo-sign-in {
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.8);
        font-weight: 700;
        text-decoration: underline; }
    .register-promo.header-promo .icon-cancel {
      color: #666;
      font-size: 21px; } }

@media (min-width: 1025px) and (max-width: 1280px) {
  .register-promo.header-promo.display-promo + .global-header:before {
    right: 192px; } }

@media (min-width: 1281px) and (max-width: 1440px) {
  .register-promo.header-promo.display-promo + .global-header:before {
    right: 208px; } }

@media (min-width: 1441px) {
  .register-promo.header-promo.display-promo + .global-header:before {
    right: 228px; } }

@media (min-width: 568px) {
  .tile-list.tile-list-blocks ul {
    margin-left: -8px; }
  .tile-list.tile-list-blocks li {
    width: calc( 50% - 8px);
    margin-left: 8px;
    margin-bottom: 8px; }
    .tile-list.tile-list-blocks li a {
      padding: 16px 20px; }
  .tile-list.tile-list-main:not(.tile-16x9) li .img-container {
    height: 254px; }
  .tile-list.tile-list-main:not(.tile-16x9) li.featured .img-container {
    height: 340px; }
  .tile-list.tile-list-main:not(.tile-16x9) li.featured .details > * {
    max-width: 50%; }
  .tile-list.tile-list-main:not(.tile-16x9) li.ad-item {
    position: relative;
    height: 254px;
    background: rgba(25, 25, 25, 0.03); }
    .tile-list.tile-list-main:not(.tile-16x9) li.ad-item .ad-wrapper {
      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%); }
  .tile-list.tile-list-text-br li .img-container {
    margin-bottom: 16px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .tile-list.tile-list-text-br {
    font-size: 14px; } }

@media (min-width: 961px) {
  .tile-list.tile-list-main ul {
    margin-left: -16px; }
  .tile-list.tile-list-main li {
    width: calc( 33.33% - 16px);
    margin-left: 16px;
    margin-bottom: 16px; }
    .tile-list.tile-list-main li.featured {
      width: calc( 66.66% - 16px); }
      .tile-list.tile-list-main li.featured + .ad-item {
        height: 340px; }
  .tile-list.tile-list-main .internal-promo-banner {
    margin-bottom: 16px; } }

@media (min-width: 1025px) {
  .tile-list.tile-list-blocks li {
    font-size: 17px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .webseries-wrapper {
    margin-top: 385px; } }

@media (min-width: 768px) {
  .show-newsletter .newsletter-form .email-fs {
    width: calc( 100% - 160px); }
  .show-newsletter .newsletter-form p,
  .show-newsletter .newsletter-response p {
    font-size: 18px; }
  .show-newsletter .footernote {
    width: 80%; } }

@media (min-width: 568px) {
  .show-social-links a {
    font-size: 21px; } }

@media (min-width: 961px) {
  .feedback .feedback-wrapper {
    max-width: 1400px; } }

@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 (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) {
  header.global-header {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
    header.global-header.main-header .logo-link {
      padding: 10px 16px; }
    header.global-header.main-header .logo {
      height: 65px;
      width: 85px; }
    header.global-header .header-links {
      display: none; }
    header.global-header > .icon-cancel {
      color: rgba(255, 255, 255, 0.2); }
    header.global-header .global-search {
      width: 150px; }
    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);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
      header.global-header.interior-header .tuneInInfo {
        display: none; }
      header.global-header.interior-header .logo-link {
        padding: 0;
        margin-right: 16px; }
      header.global-header.interior-header .logo {
        width: 75px;
        height: 40px; }
      header.global-header.interior-header .icon-cancel {
        top: 10px; }
    header.global-header .mobile-mvpd {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      background: #000;
      z-index: 1000;
      padding: 0px 16px;
      text-align: right;
      height: 30px;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      header.global-header .mobile-mvpd .mvpd-logo {
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px; }
      header.global-header .mobile-mvpd .sign-out {
        font-size: 13px;
        text-transform: uppercase;
        color: #fff; }
      header.global-header .mobile-mvpd img.generic-provider {
        height: 20px;
        margin: 4px 4px 6px; }
      header.global-header .mobile-mvpd img:not(.generic-provider) {
        height: 30px; }
  .signed-in header.global-header {
    padding-top: 30px; }
    .signed-in header.global-header.interior-header .header-label,
    .signed-in header.global-header.interior-header .series-name {
      top: calc( 55% + 10px); }
    .signed-in header.global-header .mobile-mvpd {
      max-height: 30px; } }

@media (max-width: 1024px) {
  .internal-nav.hero-nav {
    display: none; }
  .internal-nav .program-title {
    padding-bottom: 12px; }
    .internal-nav .program-title span {
      display: block;
      margin-top: 8px; }
  .internal-nav nav > ul {
    display: none; } }

@media (max-width: 567px) {
  .tile-list {
    max-width: 400px;
    margin: 0 auto; }
    .tile-list.tile-list-main li {
      margin-bottom: 5px;
      width: 100%; }
      .tile-list.tile-list-main li .img-container {
        height: 200px; }
    .tile-list.tile-list-main .internal-promo-banner {
      margin-bottom: 5px; }
    .tile-list.tile-list-blocks li {
      width: 100%;
      margin-bottom: 5px; }
      .tile-list.tile-list-blocks li a {
        padding: 12px; }
    .tile-list.tile-list-text-br li .img-container {
      margin-bottom: 8px; }
    .tile-list.tile-16x9 li {
      margin-bottom: 24px; } }

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

@media (min-width: 568px) and (max-width: 960px) {
  .tile-list.tile-list-main ul {
    margin-left: -8px; }
  .tile-list.tile-list-main li {
    margin-left: 8px;
    margin-bottom: 8px; }
    .tile-list.tile-list-main li.featured {
      width: calc( 100% - 8px); }
  .tile-list.tile-list-main .internal-promo-banner {
    margin-bottom: 8px; }
  .tile-list:not(.tile-16x9) li {
    width: calc( 50% - 8px); }
  .tile-list.tile-16x9 li {
    width: calc( 33.33% - 8px); } }

@media (max-width: 767px) {
  .webseries-header .webseries-hero-container {
    padding-bottom: 373px; }
    .webseries-header .webseries-hero-container section {
      margin-bottom: 12%; }
      .webseries-header .webseries-hero-container section h1 {
        font-size: 36px; }
  .webseries-wrapper {
    margin-top: 388px;
    width: 96%; }
    .webseries-wrapper ul {
      margin-left: 0; }
      .webseries-wrapper ul li {
        float: none;
        width: 100%;
        margin-left: 0; } }

@media (max-width: 767px) {
  .show-newsletter .show-newsletter-header {
    font-size: 15px; }
  .show-newsletter .newsletter-form .email-fs {
    width: 100%; }
  .show-newsletter .newsletter-form p,
  .show-newsletter .newsletter-response p {
    font-size: 16px; } }

@media (max-width: 767px) {
  .show-social-links a {
    font-size: 18px; } }

@media (min-width: 568px) and (max-width: 960px) {
  .feedback .feedback-wrapper {
    max-width: 640px;
    font-size: 14px; }
    .feedback .feedback-wrapper .feedback-category {
      width: 265px; }
    .feedback .feedback-wrapper ul {
      max-width: 265px; }
    .feedback .feedback-wrapper h3 {
      line-height: 1.2em; } }

@media (max-width: 567px) {
  .feedback .feedback-wrapper {
    font-size: 13px; }
    .feedback .feedback-wrapper h3 {
      width: 100%;
      margin: 0 auto; }
    .feedback .feedback-wrapper .feedback-category {
      margin-top: 16px;
      width: 100%;
      margin-left: 0;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; }
    .feedback .feedback-wrapper ul {
      width: 100%;
      left: 0; } }

@media (min-width: 568px) {
  .feedback .feedback-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; } }

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