/* z-index scale */
/* z-index applications */
/* fonts */
/* colors */
/* opaque */
/* variable opacity */
/* 50 shades of red */
/* variable for default focus color */
/* color for text and links contrast with the grey background */
/* vertical spacing in series landing */
/* breakpoints */
/* video player sizes */
/* hub colors */
/* christmas colors */
/* expire */
.mvpd-message-container {
  background: #282828;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
  position: relative; }
  .mvpd-message-container .mvpd-messages-image-container {
    display: block;
    max-width: 960px;
    padding: 0 48px;
    margin: 0 auto; }
    .mvpd-message-container .mvpd-messages-image-container .mvpd-messages-banner {
      width: 100%; }
  .mvpd-message-container .mvpd-messages-close {
    color: #aaa;
    font-size: 32px;
    width: 36px;
    height: 36px;
    padding: 8px;
    position: absolute;
    top: 8px;
    right: 16px;
    cursor: pointer; }

/* z-index scale */
/* z-index applications */
/* fonts */
/* colors */
/* opaque */
/* variable opacity */
/* 50 shades of red */
/* variable for default focus color */
/* color for text and links contrast with the grey background */
/* vertical spacing in series landing */
/* breakpoints */
/* video player sizes */
/* hub colors */
/* christmas colors */
/* expire */
@media (max-width: 767px) {
  .mvpd-message-container {
    padding: 52px 20px 8px; } }

/* z-index scale */
/* z-index applications */
/* fonts */
/* colors */
/* opaque */
/* variable opacity */
/* 50 shades of red */
/* variable for default focus color */
/* color for text and links contrast with the grey background */
/* vertical spacing in series landing */
/* breakpoints */
/* video player sizes */
/* hub colors */
/* christmas colors */
/* expire */
html,
body {
  height: 100%;
  width: 100%; }

body {
  background-color: #fafafa; }

.background-container {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: flex-end;
  justify-content: center; }
  .background-container .special-signup-logo {
    height: 65px;
    width: 85px;
    text-indent: -9999px;
    position: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    left: 20px;
    top: 20px; }
  .background-container .signup-form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 640px;
    margin-bottom: 80px; }
    .background-container .signup-form-container .header {
      font-size: 28px;
      font-weight: 600;
      line-height: 1.2;
      color: #181818;
      width: 100%;
      margin-bottom: 8px; }
    .background-container .signup-form-container .signup-form {
      background: white;
      width: 100%;
      color: #414141;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 60px; }
      .background-container .signup-form-container .signup-form .signup-form-inner {
        width: 100%;
        padding: 0;
        line-height: normal; }
        .background-container .signup-form-container .signup-form .signup-form-inner h2 {
          font-size: 24px;
          font-weight: normal;
          line-height: 1.1;
          margin-bottom: 8px; }
        .background-container .signup-form-container .signup-form .signup-form-inner ul {
          list-style: none;
          margin-bottom: 24px;
          font-size: 1.0625rem; }
          .background-container .signup-form-container .signup-form .signup-form-inner ul li {
            position: relative;
            padding-left: 16px; }
            .background-container .signup-form-container .signup-form .signup-form-inner ul li::before {
              position: absolute;
              top: 50%;
              left: 0;
              transform: translateY(-50%);
              content: '';
              width: 6px;
              height: 6px;
              background: #f00;
              border-radius: 2px; }
        .background-container .signup-form-container .signup-form .signup-form-inner form {
          display: block; }
          .background-container .signup-form-container .signup-form .signup-form-inner form fieldset.error label.error {
            display: block; }
          .background-container .signup-form-container .signup-form .signup-form-inner form fieldset.error .dropdown.error {
            border: 1px solid #cc0000; }
          .background-container .signup-form-container .signup-form .signup-form-inner form fieldset.error input {
            border: 1px solid #cc0000; }
          .background-container .signup-form-container .signup-form .signup-form-inner form label.error {
            display: none;
            font-size: 0.825rem;
            color: #cc0000; }
          .background-container .signup-form-container .signup-form .signup-form-inner form label.error-underage {
            display: none;
            font-size: 0.825rem;
            color: #cc0000; }
          .background-container .signup-form-container .signup-form .signup-form-inner form input,
          .background-container .signup-form-container .signup-form .signup-form-inner form select {
            display: block;
            width: 100%;
            height: 44px;
            background-color: #fff;
            border: solid 1px #b4b4b4;
            border-radius: 0;
            outline: none;
            padding: 14px;
            margin-bottom: 8px;
            font-size: 0.75rem;
            color: #414141; }
          .background-container .signup-form-container .signup-form .signup-form-inner form [placeholder]::-webkit-input-placeholder {
            color: #767676;
            opacity: 1; }
          .background-container .signup-form-container .signup-form .signup-form-inner form [placeholder]::-moz-placeholder {
            color: #767676;
            opacity: 1; }
          .background-container .signup-form-container .signup-form .signup-form-inner form [placeholder]:-moz-placeholder {
            color: #767676;
            opacity: 1; }
          .background-container .signup-form-container .signup-form .signup-form-inner form [placeholder]:-ms-input-placeholder {
            color: #767676;
            opacity: 1; }
          .background-container .signup-form-container .signup-form .signup-form-inner form select option,
          .background-container .signup-form-container .signup-form .signup-form-inner form select.changed {
            color: #414141; }
          .background-container .signup-form-container .signup-form .signup-form-inner form select,
          .background-container .signup-form-container .signup-form .signup-form-inner form select option:disabled {
            color: #767676; }
          .background-container .signup-form-container .signup-form .signup-form-inner form .action-button {
            font-size: 1.125rem;
            width: 184px;
            height: 56px; }
          .background-container .signup-form-container .signup-form .signup-form-inner form .inline-dropdowns {
            display: flex;
            flex-direction: row;
            justify-content: space-between; }
            .background-container .signup-form-container .signup-form .signup-form-inner form .inline-dropdowns .dropdown {
              width: 32%; }
          .background-container .signup-form-container .signup-form .signup-form-inner form .dropdown {
            position: relative;
            margin-bottom: 0;
            border: solid 1px #b4b4b4;
            background: #fff; }
            .background-container .signup-form-container .signup-form .signup-form-inner form .dropdown select {
              width: 100%;
              background: transparent;
              -webkit-appearance: none;
              -moz-appearance: none;
              cursor: pointer;
              border: none;
              position: relative;
              z-index: 10;
              margin: 0;
              padding: 0 0 0 10px; }
              .background-container .signup-form-container .signup-form .signup-form-inner form .dropdown select::after {
                content: '';
                width: 8px;
                height: 8px;
                border-left: 2px solid #b4b4b4;
                border-bottom: 2px solid #b4b4b4;
                position: absolute;
                right: 12px;
                top: 50%;
                -webkit-transform: translate(0, -65%) rotate(-45deg);
                -moz-transform: translate(0, -65%) rotate(-45deg);
                -ms-transform: translate(0, -65%) rotate(-45deg);
                -o-transform: translate(0, -65%) rotate(-45deg);
                transform: translate(0, -65%) rotate(-45deg); }
      .background-container .signup-form-container .signup-form .disclaimer {
        font-size: 0.725rem;
        line-height: 1.4em;
        color: #181818;
        margin-top: 24px; }
        .background-container .signup-form-container .signup-form .disclaimer p:first-child {
          margin-bottom: 1em; }
        .background-container .signup-form-container .signup-form .disclaimer ul.links {
          display: inline-block;
          margin-left: 0.5em; }
          .background-container .signup-form-container .signup-form .disclaimer ul.links li {
            display: inline-block; }
            .background-container .signup-form-container .signup-form .disclaimer ul.links li a {
              color: inherit;
              font-size: inherit;
              text-decoration: underline; }
            .background-container .signup-form-container .signup-form .disclaimer ul.links li:not(:last-child) a:after {
              content: '|';
              display: inline-block;
              margin-left: 0.5em;
              margin-right: 0.25em;
              position: relative;
              top: -1px; }
    .background-container .signup-form-container .action-button {
      border: none;
      display: block;
      color: #fff;
      background-color: #181818;
      text-transform: uppercase;
      padding: 4px 16px;
      font-size: 1.125rem;
      font-weight: 600;
      line-height: 1.3rem;
      margin: 24px auto 0;
      width: 184px;
      height: 56px; }
      .background-container .signup-form-container .action-button:focus, .background-container .signup-form-container .action-button:hover {
        background-color: #444; }
      .background-container .signup-form-container .action-button.loading {
        text-indent: -9999px;
        position: relative;
        cursor: progress;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none; }
        .background-container .signup-form-container .action-button.loading::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;
          background-size: 15%; }

.background-container .signup-form-container a.action-button {
  line-height: 3rem;
  text-align: center; }

.background-container .signup-form-container a.linktext {
  color: #414141;
  font-weight: 600;
  text-decoration: underline; }

.background-container .signup-form-container h3 {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 32px auto;
  line-height: 2.2rem; }

@media (max-width: 1440px) {
  .background-container .signup-form-container .header {
    font-size: 24px;
    font-weight: 600;
    width: 100%; }
  .background-container .signup-form-container .signup-form .signup-form-inner {
    width: 100%;
    padding: 0; }
    .background-container .signup-form-container .signup-form .signup-form-inner h2 {
      font-size: 20px; }
  .background-container .signup-form-container .signup-form .signup-form-inner ul {
    font-size: 16px; }
    .background-container .signup-form-container .signup-form .signup-form-inner ul li {
      line-height: 1.8em; }
  .background-container .signup-form-container .signup-form .signup-form-inner form {
    margin: 0; }
    .background-container .signup-form-container .signup-form .signup-form-inner form .action-button {
      height: 40px;
      border-radius: 2px;
      padding: 0 16px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .background-container .signup-form-container .signup-form .disclaimer {
    width: 100%; } }

@media (max-width: 1024px) {
  .background-container {
    display: block;
    padding-top: 200px;
    height: auto;
    margin-bottom: 4px;
    padding-bottom: 20px; }
    .background-container .signup-form-container {
      margin: 0 auto; } }

@media (max-width: 767px) {
  .background-container {
    width: 100%;
    min-width: 320px; }
    .background-container .special-signup-logo {
      height: 37px;
      top: 10px;
      left: 10px;
      position: absolute; }
    .background-container .signup-form-container {
      margin-bottom: 2px; }
      .background-container .signup-form-container .header {
        font-size: 20px; }
      .background-container .signup-form-container h2 {
        font-size: 18px; }
  .background-container .signup-form-container .signup-form {
    padding: 40px; }
    .background-container .signup-form-container .signup-form .signup-form-inner h2 {
      font-size: 1.0625rem; }
  .background-container .signup-form-container .signup-form .signup-form-inner ul {
    font-size: 0.9375rem; }
    .background-container .signup-form-container .signup-form .signup-form-inner ul li {
      line-height: 1.625rem; }
  .background-container .signup-form-container .signup-form .signup-form-inner form {
    font-size: 14px; }
    .background-container .signup-form-container .signup-form .signup-form-inner form input {
      font-size: 14px;
      height: 35px; }
    .background-container .signup-form-container .signup-form .signup-form-inner form select {
      font-size: 14px;
      height: 35px; }
    .background-container .signup-form-container .signup-form .signup-form-inner form .action-button {
      font-size: 16px; }
  .background-container .signup-form-container .signup-form .disclaimer {
    font-size: 12px; } }

/* z-index scale */
/* z-index applications */
/* fonts */
/* colors */
/* opaque */
/* variable opacity */
/* 50 shades of red */
/* variable for default focus color */
/* color for text and links contrast with the grey background */
/* vertical spacing in series landing */
/* breakpoints */
/* video player sizes */
/* hub colors */
/* christmas colors */
/* expire */
.global-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background: #fafafa;
  position: relative;
  z-index: 10; }
  .global-footer .head-section {
    width: 100%;
    text-align: center; }
    .global-footer .head-section .aetn-wrapper {
      display: inline-block;
      width: 86px; }
    .global-footer .head-section span {
      text-transform: uppercase;
      margin-top: 16px; }
  .global-footer .footer-strip ul {
    font-size: 12px;
    margin: 4px 0 20px;
    display: block; }
    .global-footer .footer-strip ul li {
      display: inline-block; }
      .global-footer .footer-strip ul li a {
        color: black;
        padding: 6px;
        display: inline-block; }
      .global-footer .footer-strip ul li:last-child:after {
        width: 0; }
      .global-footer .footer-strip ul li:after {
        content: '';
        display: inline-block;
        width: 1px;
        height: 12px;
        background-color: rgba(0, 0, 0, 0.15);
        margin: 0 0 0 4px;
        position: relative;
        top: 1px; }
  .global-footer .footer-link {
    display: inline-block;
    width: 160px;
    padding: 12px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center; }
  .global-footer .aetn {
    background: url(/assets/images/aenetworks/aetn-charcoal-stacked.svg) no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
    display: inline-block;
    width: 100%;
    height: 0;
    padding-bottom: 54%;
    top: 25%; }
  .global-footer p {
    font-size: 11px;
    margin: 8px 0 0;
    color: black; }

/* z-index scale */
/* z-index applications */
/* fonts */
/* colors */
/* opaque */
/* variable opacity */
/* 50 shades of red */
/* variable for default focus color */
/* color for text and links contrast with the grey background */
/* vertical spacing in series landing */
/* breakpoints */
/* video player sizes */
/* hub colors */
/* christmas colors */
/* expire */
@media (max-width: 767px) {
  .global-footer {
    padding: 8px 0 32px;
    text-align: center; }
    .global-footer .footer-section {
      display: none; }
    .global-footer .head-section .aetn-wrapper {
      margin: 12px; }
    .global-footer .head-section span {
      display: none; } }

@media (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  footer.global-footer {
    padding: 8px 0 32px;
    text-align: center; }
  .global-footer .footer-section {
    display: none; }
  .head-section span {
    display: none !important; } }

/* z-index scale */
/* z-index applications */
/* fonts */
/* colors */
/* opaque */
/* variable opacity */
/* 50 shades of red */
/* variable for default focus color */
/* color for text and links contrast with the grey background */
/* vertical spacing in series landing */
/* breakpoints */
/* video player sizes */
/* hub colors */
/* christmas colors */
/* expire */
@media (min-width: 1025px) {
  .global-footer {
    position: relative;
    z-index: 60; }
    .global-footer .footer-sections {
      width: 88.88%;
      max-width: 960px;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .global-footer .head-section {
      padding: 36px 0 24px;
      border-bottom: 1px solid #ededed;
      margin-bottom: 24px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
    .global-footer .footer-section {
      padding: 0 48px;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box; }
      .global-footer .footer-section.footer-section-fixed {
        width: 600px;
        padding-left: 20px; }
      .global-footer .footer-section.footer-section-dyn {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1; }
      .global-footer .footer-section ul:not(.channel-logos):not(.footer-social) li a {
        border-bottom: 1px solid transparent;
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        transition: all 0.15s linear; }
        .global-footer .footer-section ul:not(.channel-logos):not(.footer-social) li a:focus, .global-footer .footer-section ul:not(.channel-logos):not(.footer-social) li a:hover {
          border-color: rgba(0, 0, 0, 0.8);
          color: rgba(0, 0, 0, 0.8); }
      .global-footer .footer-section .footer-inner-section:not(:last-child) {
        border-bottom: 1px solid #ededed;
        padding-bottom: 24px;
        margin-bottom: 36px; }
      .global-footer .footer-section .footer-inner-section .footer-head {
        margin: 24px 0 16px;
        display: block; }
      .global-footer .footer-section .footer-logo {
        display: block;
        height: 60px;
        max-width: 85px;
        margin-bottom: 20px;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0.6;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        .global-footer .footer-section .footer-logo:focus, .global-footer .footer-section .footer-logo:hover {
          opacity: 1; }
    .global-footer .footer-social {
      max-width: 150px; }
      .global-footer .footer-social .icon {
        display: inline-block;
        border: 1px solid rgba(0, 0, 0, 0.16);
        width: 30px;
        height: 30px;
        border-radius: 30px;
        line-height: 34px;
        font-size: 18px;
        text-align: center;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        .global-footer .footer-social .icon:focus, .global-footer .footer-social .icon:hover {
          -webkit-transform: scale(1.06) translate3d(0, 0, 0);
          -moz-transform: scale(1.06) translate3d(0, 0, 0);
          -ms-transform: scale(1.06) translate3d(0, 0, 0);
          -o-transform: scale(1.06) translate3d(0, 0, 0);
          transform: scale(1.06) translate3d(0, 0, 0); }
      .global-footer .footer-social li {
        display: inline-block; }
    .global-footer ul li {
      margin-bottom: 10px;
      font-size: 14px; }
      .global-footer ul li a {
        color: black; }
    .global-footer .footer-network .channel-logos li {
      float: left;
      margin-right: 38px;
      margin-bottom: 20px; }
      .global-footer .footer-network .channel-logos li:last-child {
        margin-right: 0; }
      .global-footer .footer-network .channel-logos li a {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        height: 60px;
        opacity: 0.6; }
        .global-footer .footer-network .channel-logos li a.ae-logo {
          background-image: url(/assets/images/aetv/logo.svg);
          width: 60px; }
        .global-footer .footer-network .channel-logos li a.lifetime-logo {
          background-image: url(/assets/images/lifetime/logo-black.svg);
          width: 94px; }
        .global-footer .footer-network .channel-logos li a.h-logo {
          background-image: url(/assets/images/history/logo-black.svg);
          width: 50px; }
        .global-footer .footer-network .channel-logos li a.viceland-logo {
          background-image: url(/assets/images/viceland/logo.svg);
          width: 82px; }
        .global-footer .footer-network .channel-logos li a.lmn-logo {
          background-image: url(/assets/images/lmn/logo-black.svg);
          width: 66px; }
        .global-footer .footer-network .channel-logos li a.fyi-logo {
          background-image: url(/assets/images/fyi/logo-black.svg);
          width: 62px; }
        .global-footer .footer-network .channel-logos li a:focus, .global-footer .footer-network .channel-logos li a:hover {
          opacity: 1;
          -webkit-transform: scale(1.06) translate3d(0, 0, 0);
          -moz-transform: scale(1.06) translate3d(0, 0, 0);
          -ms-transform: scale(1.06) translate3d(0, 0, 0);
          -o-transform: scale(1.06) translate3d(0, 0, 0);
          transform: scale(1.06) translate3d(0, 0, 0); }
    .global-footer .other-links {
      display: flex; }
      .global-footer .other-links ul {
        margin-right: 22px;
        width: 186px; }
        .global-footer .other-links ul:last-child {
          margin-right: 0; }
        .global-footer .other-links ul li {
          font-size: 14px; }
          .global-footer .other-links ul li a {
            line-height: 160%; }
    .global-footer abbr[title] {
      border-bottom: none !important;
      cursor: inherit !important;
      text-decoration: none !important; }
    .global-footer .footer-strip {
      background: #fff;
      border-top: 1px solid rgba(0, 0, 0, 0.05);
      padding: 8px 0;
      margin-top: 32px;
      font-size: 12px;
      line-height: 2em;
      text-align: center; }
      .global-footer .footer-strip ul {
        display: none; }
      .global-footer .footer-strip .footer-link {
        padding: 0;
        margin-right: 24px; }
      .global-footer .footer-strip p {
        color: black;
        font-size: 14px;
        display: inline-block;
        margin-top: 0; }
  .lifetime-footer .footer-section-dyn ul:first-of-type li:nth-child(n+5):nth-child(-n+7) {
    max-width: 130px; }
    .lifetime-footer .footer-section-dyn ul:first-of-type li:nth-child(n+5):nth-child(-n+7) a {
      line-height: 120%; } }

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


/*# sourceMappingURL=emails-special-signup.c2751063417bbcb4cbcd.css.map*/