@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }


.clearfix:before,
.clearfix:after,
.cf:before,
.cf:after {
  content: " ";
  display: table; }


.clearfix:after,
.cf:after {
  clear: both; }

html,
body {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF; }

h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0; }

h1.header,
.header--alpha {
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 34px;
  line-height: 32px;
  letter-spacing: normal;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    h1.header,
    .header--alpha {
      font-size: 50px;
      line-height: 48px;
      letter-spacing: normal;
      font-weight: 400; } }

h2.header,
.header--beta {
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.005em;
  font-weight: 300; }
  @media screen and (min-width: 992px) {
    h2.header,
    .header--beta {
      font-size: 30px;
      line-height: 30px;
      letter-spacing: -0.005em;
      font-weight: 300; } }

.header--theta {
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.005em;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    .header--theta {
      font-size: 24px;
      line-height: 26px;
      letter-spacing: -0.005em;
      font-weight: 400; } }

.header--eta {
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600; }
  @media screen and (min-width: 992px) {
    .header--eta {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }

.header--gamma {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: normal;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    .header--gamma {
      font-size: 24px;
      line-height: 26px;
      letter-spacing: normal;
      font-weight: 400; } }

.header--delta {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    .header--delta {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: normal;
      font-weight: 400; } }

h5.header,
.header--epsilon {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    h5.header,
    .header--epsilon {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }

h6.header,
.header--zeta {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    h6.header,
    .header--zeta {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: normal;
      font-weight: 400; } }

.body-text {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    .body-text {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }

.legal {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    .legal {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: normal;
      font-weight: 400; } }

.caps,
.upcase,
.read-more__toggle,
.read-more__toggle--less {
  text-transform: uppercase; }

.downcase {
  text-transform: lowercase; }

.smallcaps {
  text-transform: uppercase;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600; }
  @media screen and (min-width: 992px) {
    .smallcaps {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }

.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

.capitalize {
  text-transform: capitalize; }

.container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    clear: both;
    content: "";
    display: table; }

.input--faux-radio {
  position: relative;
  display: block;
  cursor: pointer;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 32px;
  padding-right: 5px;
  min-height: 24px; }
  @media screen and (min-height: 650px) and (max-height: 749px) {
    .input--faux-radio {
      padding-top: 5px;
      padding-bottom: 3px;
      padding-left: 35px;
      min-height: 27px; } }
  @media screen and (min-height: 750px) {
    .input--faux-radio {
      padding-top: 7px;
      padding-bottom: 4px;
      padding-left: 40px;
      min-height: 30px; } }

.input--faux-radio .input__icon {
  position: absolute;
  top: -2px;
  left: 0;
  margin-right: 8px;
  height: 24px;
  width: 24px; }
  @media screen and (min-height: 650px) and (max-height: 749px) {
    .input--faux-radio .input__icon {
      top: -1px;
      height: 27px;
      width: 27px;
      margin-right: 10px; } }
  @media screen and (min-height: 750px) {
    .input--faux-radio .input__icon {
      top: 0;
      height: 30px;
      width: 30px;
      margin-right: 10px; } }

.section {
  margin-bottom: 40px; }

.section--large {
  margin-bottom: 40px; }
  @media screen and (min-width: 992px) {
    .section--large {
      margin-bottom: 80px; } }

.section--extra-large {
  margin-bottom: 80px; }
  @media screen and (min-width: 768px) {
    .section--extra-large {
      margin-bottom: 120px; } }

.section--black {
  background: #000000; }

.section--gradient {
  background-color: #191919;
  background-image: -webkit-linear-gradient(top, #191919 60%, #000000);
  background-image: linear-gradient(to bottom,#191919 60%, #000000);
  padding: 40px 0 20px 0; }
  @media screen and (min-width: 992px) {
    .section--gradient {
      padding-top: 80px; } }

.section--inner {
  border: transparent solid 15px;
  border-width: 0 15px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }
  .section--inner::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 768px) {
    .section--inner {
      border: transparent solid 50px;
      border-width: 0 50px; } }
  @media screen and (min-width: 1360px) {
    .section--inner {
      border: transparent solid 100px;
      border-width: 0 100px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .section--pad-more {
    margin-bottom: 20px;
    padding-bottom: 5px; } }

@media screen and (min-width: 992px) {
  .section--pad-more {
    padding-bottom: 10px; } }

.section__description {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    .section__description {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  .section__description:not(:last-child) {
    margin-bottom: 20px; }

.icon {
  display: inline-block;
  background-size: cover; }

.icon--xsmall {
  display: inline-block;
  background-size: cover;
  height: 10px;
  width: 10px; }

.icon--small, .read-more__toggle::after, .read-more__toggle--less::after {
  display: inline-block;
  background-size: cover;
  height: 12px;
  width: 12px; }

.icon--medium {
  display: inline-block;
  background-size: cover;
  height: 24px;
  width: 24px; }

.icon--large {
  display: inline-block;
  background-size: cover;
  height: 32px;
  width: 32px; }

.icon--xlarge {
  display: inline-block;
  background-size: cover;
  height: 40px;
  width: 40px; }

.icon--play {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/play.svg"); }

.icon--audio {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/audio.svg"); }

.icon--photo {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/photo.svg"); }

.icon--next {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/next.svg"); }

.icon--next-medium {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/next--thinner.svg"); }

.icon--next-large {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/next--thinner.svg"); }

.icon--next--dark-grey {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/next-dark-grey.svg"); }

.icon--next-red-medium {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/next-red--thinner.svg"); }

.icon--next-red {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/next-red.svg"); }

.icon--next-dark-red {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/next-dark-red.svg"); }

.icon--next-grey {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/next-grey.svg"); }

.icon--prev {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/prev.svg"); }

.icon--prev-medium {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/prev--thinner.svg"); }

.icon--prev-red {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/prev-red.svg"); }

.icon--close {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/close.svg"); }

.icon--envelope {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/envelope.svg"); }

.icon--check-alt {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/check-alt.svg"); }

.icon--check-alt-grey {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/check-alt-grey.svg"); }

.icon--check-mark {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/check-mark.svg"); }

.icon--check-mark-white {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/check-mark-white.svg"); }

.icon--prev-dark-red {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/prev-dark-red.svg"); }

.icon--prev-grey {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/prev-grey.svg"); }

.icon--down-arrow {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/down-arrow.svg"); }

.icon--up-arrow {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/up-arrow.svg"); }

.icon--down {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/down.svg"); }

.icon--down-white, .read-more__toggle::after {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/down-white.svg"); }

.icon--up-white, .read-more__toggle--less::after {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/up-white.svg"); }

.icon--list--rounded {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/list-rounded.svg"); }

.icon--triangle-right-black {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/triangle-right-black.svg"); }

.icon--triangle-right-white {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/triangle-right-white.svg"); }

.icon--triangle-right-white-outline {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/triangle-right-white-outline-stroke.svg"); }

.icon--up {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/up.svg"); }

.icon--down-arrow-red {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/down-arrow-red.svg"); }

.icon--down-arrow-black {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/down-arrow-black.svg"); }

.icon--up-arrow-black {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/up-arrow-black.svg"); }

.icon--up-arrow-red {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/up-arrow-red.svg"); }

.icon--down-arrow-white {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/down-arrow-white.svg"); }

.icon--up-arrow-white {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/up-arrow-white.svg"); }

.icon--ext-link {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/ext-link.svg"); }

.icon--search {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/search.svg"); }

.icon--replay {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/replay.svg"); }

.icon--phone {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/phone.svg"); }

.icon--devices {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/devices.svg");
  width: 180px;
  height: 46px; }

.icon--devices-xl {
  display: inline-block;
  background-size: cover; }

.icon--devices-xl-tv {
  background-image: url("/assets/svg/devices-xl-tv.svg");
  width: 160px;
  height: 110px; }

.icon--devices-xl-computer {
  background-image: url("/assets/svg/devices-xl-computer.svg");
  width: 152px;
  height: 90px; }

.icon--devices-xl-mobile {
  background-image: url("/assets/svg/devices-xl-mobile.svg");
  width: 95px;
  height: 100px; }

.icon--download {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/download.svg");
  width: 43px;
  height: 46px; }

.icon--sho-app-logo {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/sho-app-logo.svg"); }

.icon--headphones, .promo--icon--audio .promo__body::before, .promo--audio .promo__body::before {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/headphones.svg"); }

.icon--camera, .promo--icon--photos .promo__body::before, .promo--photos .promo__body::before {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/camera.svg"); }

.icon--text-document {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/text-document.svg"); }

.icon--text-document-out, .promo--icon--article-out .promo__body::before, .promo--article_out .promo__body::before {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/text-document-out.svg"); }

.icon--headphones-out, .promo--icon--external-audio .promo__body::before, .promo--external_audio .promo__body::before {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/headphones-out.svg"); }

.icon--play-arrow, .promo--icon--play .promo__body:before, .promo--video .promo__body:before {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/play-arrow.svg"); }

.icon--rotate-ccw {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/rotate-ccw.svg"); }

.icon--arrow-up-right, .promo--icon--external-link .promo__body::before, .promo--external_link .promo__body::before {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/arrow-up-right.svg"); }

.icon--arrow-right, .promo--icon--link .promo__body::before, .promo--link .promo__body::before {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/arrow-right.svg"); }

.icon--shopping-bag {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/shopping-bag.svg"); }

.icon--shopping-bag-out, .promo--icon--external-shop-link .promo__body::before, .promo--shop_link .promo__body::before {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/shopping-bag-out.svg"); }

.icon--muted-speaker {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/muted-speaker.svg"); }

.icon--unmuted-speaker {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/unmuted-speaker.svg"); }

.icon--x {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/x.svg"); }

.icon--telephone {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/telephone.svg"); }

.icon--mail {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/mail.svg"); }

.icon--brand-facebook {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/brand-facebook.svg"); }

.icon--brand-twitter {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/brand-twitter.svg"); }

.icon--brand-tiktok {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/brand-tiktok.svg"); }

.icon--brand-instagram {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/brand-instagram.svg"); }

.icon--brand-youtube {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/brand-youtube.svg"); }

.block-container {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  padding: 30px 20px 20px 20px;
  color: #FFFFFF; }
  @media screen and (min-width: 992px) {
    .block-container {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  @media screen and (min-width: 480px) {
    .block-container {
      padding: 30px; } }
  .block-container__headline {
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.005em;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #ff202C; }
    @media screen and (min-width: 992px) {
      .block-container__headline {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: -0.005em;
        font-weight: 300; } }
  .block-container__copy,
  .block-container p {
    margin: 0; }

.block-list {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  padding-top: 10px; }
  .block-list__item {
    position: relative;
    padding-left: 34px;
    margin-bottom: 20px; }
    .block-list__item p {
      font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: normal;
      font-weight: 400;
      position: relative; }
      @media screen and (min-width: 992px) {
        .block-list__item p {
          font-size: 16px;
          line-height: 22px;
          letter-spacing: normal;
          font-weight: 400; } }
    .block-list__item p:last-child {
      margin-bottom: 0; }
  .block-list__icon {
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%); }

.block-list--to-grid .block-list__item {
  padding-left: 48px; }

@media screen and (min-width: 768px) {
  .block-list--to-grid {
    display: flex;
    flex-wrap: wrap; }
    .block-list--to-grid .block-list__item {
      padding: 15px;
      max-width: 50%;
      flex-basis: 50%;
      text-align: center; }
    .block-list--to-grid .block-list__icon {
      position: static;
      margin-bottom: 15px; } }

@media screen and (min-width: 992px) {
  .block-list--to-grid {
    flex-wrap: nowrap; }
    .block-list--to-grid .block-list__item {
      flex-basis: 25%; }
    .block-list--to-grid .block-list__icon {
      height: 24px;
      width: 24px;
      transform: none; } }

.block-list--to-grid .block-list__item--wide .block-list__icon {
  width: 36px; }
  @media screen and (min-width: 992px) {
    .block-list--to-grid .block-list__item--wide .block-list__icon {
      width: 60px; } }

.cta:after:after,
.cta--expand:after:after,
.cta--collapse:after:after {
  display: inline-block;
  background-size: cover;
  height: 12px;
  width: 12px;
  margin-left: 5px;
  content: ""; }

.cta--prev:before {
  display: inline-block;
  background-size: cover;
  height: 12px;
  width: 12px;
  margin-right: 10px;
  content: ""; }

.cta--white {
  color: #FFFFFF; }

.cta--white:before {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/prev.svg"); }

.cta--next:after {
  display: inline-block;
  background-size: cover;
  height: 12px;
  width: 12px;
  background-image: url("/assets/svg/next.svg");
  margin-left: 5px;
  margin-right: -10px;
  content: ""; }

.cta--red {
  color: #ff202C; }

.cta--red:before {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/prev-red.svg"); }

.cta--red:after {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/prev-red.svg"); }

.cta--black {
  color: #000000; }

.cta--expand:after {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/prev-red.svg"); }

.cta--collapse:after {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/prev-red.svg"); }

@media screen and (min-width: 768px) {
  .cta--item {
    margin-right: 15px; } }

.cta--video,
.cta--gallery,
.cta--facebook,
.cta--twitter,
.cta--contact {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    .cta--video,
    .cta--gallery,
    .cta--facebook,
    .cta--twitter,
    .cta--contact {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  @media screen and (max-width: 767px) {
    .cta--video,
    .cta--gallery,
    .cta--facebook,
    .cta--twitter,
    .cta--contact {
      display: block; } }
  .cta--video:before,
  .cta--gallery:before,
  .cta--facebook:before,
  .cta--twitter:before,
  .cta--contact:before {
    display: inline-block;
    background-size: cover;
    height: 24px;
    width: 24px;
    margin: 0 10px 0 0;
    vertical-align: -7px;
    content: ""; }

.cta--gallery {
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-transform: uppercase; }
  @media screen and (min-width: 992px) {
    .cta--gallery {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }

.cta--gallery:before {
  background-image: url("/assets/svg/camera.svg"); }

.cta--video:before {
  background-image: url("/assets/svg/play-arrow.svg"); }

.cta--facebook:before {
  background-image: url("/assets/svg/social-icons-facebook.svg"); }

.cta--twitter:before {
  background-image: url("/assets/svg/social-icons-twitter.svg"); }

.cta--contact:before {
  background-image: url("/assets/svg/envelope.svg"); }

.button--outline-red {
  transition: all .15s ease-out;
  -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  display: inline-block;
  border: 2px solid;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  outline: 0;
  padding: 8px 12px 6px 12px;
  -webkit-padding-before: 7px;
  -webkit-padding-after: 7px;
  border-color: #ff202C;
  color: #ff202C; }
  @media screen and (min-width: 992px) {
    .button--outline-red {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  @media screen and (min-width: 992px) {
    .button--outline-red {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  .button--outline-red:hover {
    background-color: #ff202C;
    color: #000000; }

.button--outline-black {
  transition: all .15s ease-out;
  -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  display: inline-block;
  border: 2px solid;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  outline: 0;
  padding: 8px 12px 6px 12px;
  -webkit-padding-before: 7px;
  -webkit-padding-after: 7px;
  border-color: #000000;
  color: #000000; }
  @media screen and (min-width: 992px) {
    .button--outline-black {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  @media screen and (min-width: 992px) {
    .button--outline-black {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  .button--outline-black:hover {
    background-color: #000000;
    color: #FFFFFF; }

.button--outline-white {
  transition: all .15s ease-out;
  -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  display: inline-block;
  border: 2px solid;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  outline: 0;
  padding: 8px 12px 6px 12px;
  -webkit-padding-before: 7px;
  -webkit-padding-after: 7px;
  border-color: #FFFFFF;
  color: #FFFFFF; }
  @media screen and (min-width: 992px) {
    .button--outline-white {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  @media screen and (min-width: 992px) {
    .button--outline-white {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  .button--outline-white:hover {
    background-color: #FFFFFF;
    color: #000000; }

.button--primary {
  transition: all .15s ease-out;
  -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  display: inline-block;
  border: 2px solid;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  outline: 0;
  padding: 8px 12px 6px 12px;
  -webkit-padding-before: 7px;
  -webkit-padding-after: 7px;
  background-color: #ff202C;
  border-color: #ff202C;
  color: #000000; }
  @media screen and (min-width: 992px) {
    .button--primary {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  @media screen and (min-width: 992px) {
    .button--primary {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  .button--primary:hover {
    border-color: #FFFFFF;
    background-color: #FFFFFF; }

.button--secondary {
  transition: all .15s ease-out;
  -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  display: inline-block;
  border: 2px solid;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  outline: 0;
  padding: 8px 12px 6px 12px;
  -webkit-padding-before: 7px;
  -webkit-padding-after: 7px;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #000000; }
  @media screen and (min-width: 992px) {
    .button--secondary {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  @media screen and (min-width: 992px) {
    .button--secondary {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  .button--secondary:hover {
    color: #000000; }

.button--video::before {
  position: relative;
  top: 1px;
  content: '';
  margin-right: 5px;
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/triangle-right-black.svg");
  height: 12px;
  width: 12px; }

.button--outline-white.button--video::before {
  -webkit-transition: filter 0.25s ease-in-out;
  -moz-transition: filter 0.25s ease-in-out;
  transition: filter 0.25s ease-in-out;
  filter: invert(100%); }

.button--outline-white.button--video:hover::before {
  filter: invert(0%); }

.card, .promo {
  position: relative;
  margin: 0 0 15px 0; }
  @media screen and (min-width: 992px) {
    .card, .promo {
      margin-bottom: 30px; } }

.card__mask, .promo__image {
  display: block;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-color: #FAFAFA; }

.card__body, .promo__body {
  display: block;
  padding: 15px;
  padding-left: 0; }

.card--docked .card__body, .promo--docked .card__body, .promo--season .card__body, .promo--episode .card__body, .promo--video .card__body, .promo--audio .card__body, .promo--link .card__body, .promo--external_link .card__body, .promo--shop_link .card__body, .promo--photos .card__body, .promo--external_audio .card__body, .promo--article_out .card__body, .card--docked .promo__body, .promo--docked .promo__body, .promo--season .promo__body, .promo--episode .promo__body, .promo--video .promo__body, .promo--audio .promo__body, .promo--link .promo__body, .promo--external_link .promo__body, .promo--shop_link .promo__body, .promo--photos .promo__body, .promo--external_audio .promo__body, .promo--article_out .promo__body {
  padding: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }

@media screen and (min-width: 768px) {
  .card--landscape-to-square .card__mask, .promo--landscape-to-square .card__mask, .card--landscape-to-square .promo__image, .promo--landscape-to-square .promo__image {
    padding-top: 100%; } }

.card--square-to-landscape .card__mask, .promo--season .card__mask, .card--square-to-landscape .promo__image, .promo--season .promo__image {
  padding-top: 100%; }
  @media screen and (min-width: 768px) {
    .card--square-to-landscape .card__mask, .promo--season .card__mask, .card--square-to-landscape .promo__image, .promo--season .promo__image {
      padding-top: 56.25%; } }

@media screen and (max-width: 767px) {
  .card--from-portrait .card__mask, .promo--cast .card__mask, .card--from-portrait .promo__image, .promo--cast .promo__image {
    padding-top: 150%; } }

.card--split-right::after, .promo--split-right::after,
.card--split-left::after {
  clear: both;
  content: "";
  display: table; }

@media screen and (max-width: 767px) {
  .card--split-right .card__mask, .promo--split-right .card__mask, .card--split-right .promo__image, .promo--split-right .promo__image {
    padding-top: 28.125%;
    width: 50%;
    float: left; }
  .card--split-right .card__body, .promo--split-right .card__body, .card--split-right .promo__body, .promo--split-right .promo__body {
    position: relative;
    width: 50%;
    float: right; }
  .card--split-left .card__mask, .card--split-left .promo__image {
    padding-top: 28.125%;
    width: 50%;
    float: right; }
  .card--split-left .card__body, .card--split-left .promo__body {
    position: relative;
    width: 50%;
    float: left; } }

.cart-modal--default {
  position: relative;
  max-width: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  background-color: #000000; }
  @media screen and (min-width: 992px) {
    .cart-modal--default {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  @media screen and (min-width: 992px) {
    .cart-modal--default {
      max-width: 640px; } }

.cart-modal__image {
  width: 100%;
  height: auto;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("https://www.sho.com/assets/images/favicon/clear_320x180.gif"); }

.cart-modal--default .cart-modal__image {
  padding-top: 56.25%; }

.cart-modal__headline {
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.005em;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 15px;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .cart-modal__headline {
      font-size: 30px;
      line-height: 30px;
      letter-spacing: -0.005em;
      font-weight: 300; } }
  @media screen and (min-width: 768px) {
    .cart-modal__headline {
      padding-right: 40px;
      padding-left: 40px; } }

.cart-modal__note {
  margin-top: 20px;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
  font-weight: 400;
  color: #ADA8A8; }
  @media screen and (min-width: 992px) {
    .cart-modal__note {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: normal;
      font-weight: 400; } }
  @media screen and (min-width: 992px) {
    .cart-modal__note {
      font-weight: bold; } }

.cart-modal__copy {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center; }

.cart-modal__line {
  height: 1px;
  border-top: 1px solid #2D2D33;
  width: 280px; }
  @media screen and (min-width: 768px) {
    .cart-modal__line {
      width: 340px; } }
  @media screen and (min-width: 992px) {
    .cart-modal__line {
      width: 440px; } }

.cart-modal__list {
  padding: 0 20px;
  margin-left: 30px;
  margin-top: 20px;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .cart-modal__list {
      margin-left: 0px;
      padding: 0 20px 0 40px; } }
  @media screen and (min-width: 992px) {
    .cart-modal__list {
      margin-left: 0px;
      padding: 0 80px; } }
  .cart-modal__list__item {
    margin-bottom: 20px; }

.cart-modal--no-description .cart-modal__line {
  visibility: hidden;
  margin-bottom: 15px; }

.modal-open .cart-modal__loader {
  height: 300px;
  width: 300px; }
  .modal-open .cart-modal__loader .loading-animation {
    top: 135px; }

.modal-open .modal--is-lower-third.modal {
  top: auto;
  background: transparent;
  overflow-y: hidden; }
  @media screen and (min-width: 992px) {
    .modal-open .modal--is-lower-third.modal {
      height: 180px; } }

.cart-modal--lower-third {
  height: auto; }
  @media screen and (min-width: 992px) {
    .cart-modal--lower-third {
      height: 160px; } }

.cart-modal--lower-third .cart-modal__inner {
  display: flex;
  height: 100%; }

.cart-modal--lower-third .cart-modal__right-container {
  display: flex;
  width: 100%;
  margin-right: 40px; }
  @media screen and (min-width: 768px) {
    .cart-modal--lower-third .cart-modal__right-container {
      margin-top: 10px;
      margin-bottom: 10px; } }
  @media screen and (min-width: 992px) {
    .cart-modal--lower-third .cart-modal__right-container {
      margin-right: 60px; } }
  @media screen and (max-width: 1199px) {
    .cart-modal--lower-third .cart-modal__right-container {
      flex-direction: column;
      padding: 20px;
      padding-right: 10px; } }

.cart-modal--lower-third .cart-modal__text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  width: 100%; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .cart-modal--lower-third .cart-modal__text-container {
      margin-bottom: 15px;
      padding: 0; } }
  @media screen and (min-width: 1200px) {
    .cart-modal--lower-third .cart-modal__text-container {
      margin: 40px;
      width: 33%; } }

.cart-modal--lower-third .cart-modal__button-container {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .cart-modal--lower-third .cart-modal__button-container .button--solid-red {
    margin-bottom: 10px; }
    @media screen and (min-width: 1200px) {
      .cart-modal--lower-third .cart-modal__button-container .button--solid-red {
        margin-right: 40px; } }
  @media screen and (max-width: 991px) {
    .cart-modal--lower-third .cart-modal__button-container {
      flex-direction: column;
      align-items: flex-start;
      margin: 0px; } }
  @media screen and (min-width: 992px) {
    .cart-modal--lower-third .cart-modal__button-container {
      flex-direction: row;
      justify-content: space-between; } }

.cart-modal--lower-third .cart-modal__image-container {
  width: 305px;
  min-width: 305px;
  height: 180px;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .cart-modal--lower-third .cart-modal__image-container {
      display: none; } }

.cart-modal--lower-third .cart-modal__image {
  position: absolute;
  width: 305px;
  height: 180px;
  bottom: 0;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .cart-modal--lower-third .cart-modal__image {
      display: none; } }

.cart-modal--lower-third .cart-modal__headline {
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.005em;
  font-weight: 400;
  text-align: left;
  padding: 0;
  margin-bottom: 10px; }
  @media screen and (min-width: 992px) {
    .cart-modal--lower-third .cart-modal__headline {
      font-size: 24px;
      line-height: 26px;
      letter-spacing: -0.005em;
      font-weight: 400; } }

.cart-modal--lower-third .cart-modal__copy {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
  padding: 0;
  margin: 0;
  max-width: 100%; }
  @media screen and (min-width: 992px) {
    .cart-modal--lower-third .cart-modal__copy {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: normal;
      font-weight: 400; } }
  @media screen and (max-width: 767px) {
    .cart-modal--lower-third .cart-modal__copy {
      color: #7D7D7D; } }

.cart-modal--lower-third .cart-modal__copy--sub-headline {
  display: none; }
  @media screen and (min-width: 992px) {
    .cart-modal--lower-third .cart-modal__copy--sub-headline {
      display: block; } }

.cart-modal--lower-third .cart-modal__copy--close-modal {
  white-space: nowrap;
  color: #FAFAFA; }
  .cart-modal--lower-third .cart-modal__copy--close-modal:after {
    display: inline-block;
    content: '';
    display: inline-block;
    background-size: cover;
    background-image: url("/assets/svg/next.svg");
    height: 10px;
    width: 10px;
    width: 8px;
    height: 8px;
    margin-left: 4px; }
    @media screen and (min-width: 992px) {
      .cart-modal--lower-third .cart-modal__copy--close-modal:after {
        height: 10px;
        width: 10px;
        margin-left: 5px; } }
  @media screen and (min-width: 1200px) {
    .cart-modal--lower-third .cart-modal__copy--close-modal {
      margin-left: 40px; } }

.cart-modal--lower-third .cart-modal__button-terms {
  color: #aaaaaa;
  margin-top: 10px; }
  @media screen and (max-width: 1199px) {
    .cart-modal--lower-third .cart-modal__button-terms {
      margin-left: 20px;
      margin-top: 0; } }
  @media screen and (max-width: 991px) {
    .cart-modal--lower-third .cart-modal__button-terms {
      margin-left: 0;
      margin-top: 10px;
      margin-bottom: 0px; } }

.cart-modal--lower-third .cart-modal__list {
  height: 100%;
  padding: 0;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0; }
  .cart-modal--lower-third .cart-modal__list__item {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    color: #aaaaaa;
    margin-bottom: 0;
    height: 50%;
    margin-right: 15px; }
    @media screen and (min-width: 992px) {
      .cart-modal--lower-third .cart-modal__list__item {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
    @media screen and (max-width: 991px) {
      .cart-modal--lower-third .cart-modal__list__item {
        margin-right: 15px; } }
  @media screen and (max-width: 767px) {
    .cart-modal--lower-third .cart-modal__list {
      display: none; } }

.modal--is-lower-third .modal__inner {
  width: 100%;
  vertical-align: bottom !important;
  max-width: 100% !important; }
  @media screen and (max-height: 649px) {
    .modal--is-lower-third .modal__inner {
      margin: 0 !important; } }

.modal--is-lower-third .cart-modal__loader {
  height: 160px; }
  .modal--is-lower-third .cart-modal__loader .loading-animation {
    top: 75px; }

.cast-details__heading {
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 34px;
  line-height: 32px;
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  padding: 15px;
  margin-top: 80px;
  color: #ff202C; }
  @media screen and (min-width: 992px) {
    .cast-details__heading {
      font-size: 50px;
      line-height: 48px;
      letter-spacing: normal;
      font-weight: 400; } }
  @media screen and (max-width: 991px) {
    .cast-details__heading {
      margin-top: 10px; } }

.grid-container {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -15px; }
  @supports (display: grid) {
    .grid-container {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-gap: 30px;
      margin: 0; } }
  @media screen and (max-width: 991px) {
    .grid-container {
      padding-top: 18px; }
      @supports (display: grid) {
        .grid-container {
          grid-template-columns: 1fr 1fr;
          grid-gap: 20px; } } }
  @media screen and (max-width: 767px) {
    .grid-container {
      padding-top: 15px; }
      @supports (display: grid) {
        .grid-container {
          grid-gap: 15px; } } }

.grid-container:last-of-type {
  margin-bottom: 80px; }

.grid-item {
  margin-bottom: 30px;
  width: 25%;
  padding: 0 15px; }
  @media screen and (max-width: 991px) {
    .grid-item {
      padding: 10px 15px 0;
      width: 50%; } }
  @supports (display: grid) {
    .grid-item {
      width: auto;
      padding: 0; } }
  .grid-item__image {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: cover; }
  .grid-item__title {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
    font-weight: 400;
    padding: 15px 0px 0px;
    position: relative;
    display: block;
    hyphens: auto; }
    @media screen and (min-width: 992px) {
      .grid-item__title {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: normal;
        font-weight: 400; } }
  .grid-item__subtitle {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    padding: 0 0 15px;
    color: #FFFFFF; }
    @media screen and (min-width: 992px) {
      .grid-item__subtitle {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
  .grid-item__copy {
    color: #aaaaaa;
    line-height: 20px; }

.grid-item__title--last-word {
  display: inline-block;
  margin-right: 5px;
  hyphens: auto; }
  @media screen and (max-width: 991px) {
    .grid-item__title--last-word {
      margin-right: 5px; } }

.grid-item__title--cta {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/next.svg");
  height: 16px;
  width: 16px;
  margin-top: 1px;
  content: ""; }

.dropdown-menu {
  width: 100%;
  position: relative; }
  @media screen and (min-width: 992px) {
    .dropdown-menu {
      display: none; } }
  .dropdown-menu__title {
    text-transform: uppercase;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px;
    cursor: pointer; }
    @media screen and (min-width: 992px) {
      .dropdown-menu__title {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
  .dropdown-menu__arrow {
    position: relative;
    display: inline-block;
    background-size: cover;
    background-image: url("/assets/svg/down-arrow-white.svg");
    height: 12px;
    width: 12px;
    margin-left: 5px;
    margin-top: -8px; }
  .dropdown-menu__item-list {
    position: absolute;
    width: 100%;
    background-color: #000000;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none; }
  .dropdown-menu__item {
    text-transform: uppercase;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    cursor: pointer;
    padding-bottom: 15px;
    float: left;
    clear: left; }
    @media screen and (min-width: 992px) {
      .dropdown-menu__item {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }

.dropdownMenuOpen .dropdown-menu__arrow {
  transform: rotateX(-180deg);
  margin-top: 0px; }

.console-toggle {
  display: block;
  margin-left: 40px;
  width: 80px;
  height: 44px;
  position: relative;
  border-radius: 40px;
  border: #7D7D7D solid 2px;
  cursor: pointer; }
  .console-toggle, .console-toggle__toggle, .console-toggle__toggle:before, .console-toggle__toggle:after {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
  .console-toggle__toggle {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    height: 40px;
    width: auto;
    font-style: normal; }
    .console-toggle__toggle:before, .console-toggle__toggle:after {
      top: 0;
      display: block;
      position: absolute; }
    .console-toggle__toggle:before {
      content: '';
      left: 0;
      right: auto;
      background-color: #7D7D7D;
      height: 40px;
      width: 40px;
      border-radius: 100%; }
    .console-toggle__toggle:after {
      left: -80px;
      width: 80px;
      padding: 0 10px;
      height: 40px;
      white-space: nowrap;
      content: attr(data-off);
      font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: normal;
      font-weight: 400;
      line-height: 40px !important;
      text-transform: uppercase;
      color: #7D7D7D; }
      @media screen and (min-width: 992px) {
        .console-toggle__toggle:after {
          font-size: 16px;
          line-height: 22px;
          letter-spacing: normal;
          font-weight: 400; } }
  .console-toggle--on {
    background-color: green;
    border-color: #FFFFFF; }
  .console-toggle--on .console-toggle__toggle {
    left: calc(100% - 40px); }
    .console-toggle--on .console-toggle__toggle:before {
      background-color: #FFFFFF; }
    .console-toggle--on .console-toggle__toggle:after {
      left: 40px;
      text-align: left;
      content: attr(data-on);
      color: #FFFFFF; }

.countdown-widget {
  background: #191919; }
  @media screen and (min-width: 768px) {
    .countdown-widget {
      max-width: 100%;
      background: transparent; } }
  .countdown-widget__title, .countdown-widget__time-unit {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: normal;
    font-weight: 400;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #FAFAFA; }
    @media screen and (min-width: 992px) {
      .countdown-widget__title, .countdown-widget__time-unit {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: normal;
        font-weight: 400; } }
  .countdown-widget__title {
    margin-bottom: 5px; }
  .countdown-widget__time-units {
    display: inline-block;
    margin-right: 5px; }
    .countdown-widget__time-units:not(:last-child) .countdown-widget__time:after {
      content: ':'; }
  .countdown-widget__time, .countdown-widget__time-unit {
    display: block;
    width: 25%;
    text-align: left; }
  .countdown-widget__time {
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 34px;
    line-height: 32px;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 38px;
    letter-spacing: normal; }
    @media screen and (min-width: 992px) {
      .countdown-widget__time {
        font-size: 50px;
        line-height: 48px;
        letter-spacing: normal;
        font-weight: 400; } }

.device-grid__header {
  margin: 40px 0 30px 0;
  text-align: center;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase; }
  @media screen and (min-width: 992px) {
    .device-grid__header {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  @media screen and (min-width: 480px) {
    .device-grid__header {
      margin-top: 0;
      text-align: left; } }

.device-grid .device-list {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -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;
  -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; }
  @media screen and (min-width: 480px) {
    .device-grid .device-list {
      -webkit-box-pack: start;
      -moz-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start; } }

.device-grid .device {
  display: inline-block;
  width: 100px;
  text-align: center;
  margin: 0 20px 20px 20px; }
  @media screen and (min-width: 480px) {
    .device-grid .device {
      margin-bottom: 40px; } }
  .device-grid .device__name {
    margin-bottom: 10px;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .device-grid .device__name {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
  .device-grid .device__model {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: normal;
    font-weight: 400;
    color: #aaaaaa; }
    @media screen and (min-width: 992px) {
      .device-grid .device__model {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: normal;
        font-weight: 400; } }

.email-signup {
  border: transparent solid 15px;
  border-width: 0 15px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .email-signup::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 768px) {
    .email-signup {
      border: transparent solid 50px;
      border-width: 0 50px; } }
  @media screen and (min-width: 1360px) {
    .email-signup {
      border: transparent solid 100px;
      border-width: 0 100px; } }
  .email-signup .email-signup__inner {
    width: 100%;
    padding: 20px;
    background-color: #191919; }
    @media screen and (min-width: 768px) {
      .email-signup .email-signup__inner {
        display: table;
        padding: 40px; } }
    .email-signup .email-signup__inner .email-signup__headline {
      font-family: Atyp, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-size: 24px;
      line-height: 24px;
      letter-spacing: -0.005em;
      font-weight: 300;
      text-transform: uppercase;
      padding-bottom: 15px;
      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; }
      @media screen and (min-width: 992px) {
        .email-signup .email-signup__inner .email-signup__headline {
          font-size: 30px;
          line-height: 30px;
          letter-spacing: -0.005em;
          font-weight: 300; } }
      .email-signup .email-signup__inner .email-signup__headline--text {
        overflow: hidden;
        display: block; }
        @media screen and (max-width: 767px) {
          .email-signup .email-signup__inner .email-signup__headline--text {
            margin-top: 5px; } }
      @media screen and (min-width: 768px) {
        .email-signup .email-signup__inner .email-signup__headline--text {
          position: relative;
          top: -1px;
          overflow: hidden;
          display: block; } }
      .email-signup .email-signup__inner .email-signup__headline i {
        float: left;
        margin: 0 15px 0 0;
        min-width: 32px; }
    .email-signup .email-signup__inner .email-signup__label {
      margin-bottom: 0;
      font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: normal;
      font-weight: 400;
      color: #FFFFFF; }
      @media screen and (min-width: 992px) {
        .email-signup .email-signup__inner .email-signup__label {
          font-size: 16px;
          line-height: 22px;
          letter-spacing: normal;
          font-weight: 400; } }
    @media screen and (min-width: 992px) {
      .email-signup .email-signup__inner .email-signup__form-fields {
        float: left;
        display: block;
        margin-right: 2%;
        width: 74.5%; }
        .email-signup .email-signup__inner .email-signup__form-fields:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 768px) {
      .email-signup .email-signup__inner .email-signup__email-input {
        float: left;
        display: block;
        margin-right: 2.68456%;
        width: 54.36242%; }
        .email-signup .email-signup__inner .email-signup__email-input:last-child {
          margin-right: 0; } }
    .email-signup .email-signup__inner .email-signup__email-input::-webkit-input-placeholder {
      color: #7D7D7D; }
    .email-signup .email-signup__inner .email-signup__email-input::-moz-placeholder {
      color: #7D7D7D; }
    .email-signup .email-signup__inner .email-signup__email-input:-moz-placeholder {
      color: #7D7D7D; }
    .email-signup .email-signup__inner .email-signup__email-input:-ms-input-placeholder {
      color: #7D7D7D; }
    .email-signup .email-signup__inner .email-signup__opt-in {
      margin-bottom: 15px; }
      .email-signup .email-signup__inner .email-signup__opt-in__checkbox {
        margin-right: 10px; }
      .email-signup .email-signup__inner .email-signup__opt-in__label {
        font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
        color: #FFFFFF;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: normal;
        font-weight: 400;
        color: #FFFFFF; }
        @media screen and (min-width: 992px) {
          .email-signup .email-signup__inner .email-signup__opt-in__label {
            font-size: 12px;
            line-height: 16px;
            letter-spacing: normal;
            font-weight: 400; } }
    .email-signup .email-signup__inner input .input-box-email::-webkit-input-placeholder {
      color: #7D7D7D;
      text-align: left; }
    .email-signup .email-signup__inner input::-webkit-input-placeholder {
      color: #7D7D7D; }
    .email-signup .email-signup__inner input .input-box-email::-moz-placeholder {
      color: #7D7D7D; }
    .email-signup .email-signup__inner input .input-box-email:-ms-input-placeholder {
      color: #7D7D7D; }
    .email-signup .email-signup__inner .input-box-email, .email-signup .email-signup__inner .input-box-contact, .email-signup .email-signup__inner .input-box-affiliation {
      height: 33px !important;
      padding: 0px 0px 0px 10px !important; }
    .email-signup .email-signup__inner .input-box {
      -webkit-border-radius: 0;
      border-radius: 0;
      height: 25px;
      width: 100%;
      margin: 5px 20px 15px 0;
      background-color: #FFFFFF;
      border: solid 1px #FAFAFA;
      color: #191919;
      padding: 15px 15px 15px 10px; }
    @media screen and (min-width: 768px) {
      .email-signup .email-signup__inner .email-signup__dob-select {
        float: left;
        display: block;
        margin-right: 2.68456%;
        width: 42.95302%;
        margin-right: 0; }
        .email-signup .email-signup__inner .email-signup__dob-select:last-child {
          margin-right: 0; } }
    .email-signup .email-signup__inner .dob-select {
      padding: 5px; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .email-signup .email-signup__inner .dob-select {
          padding-left: 1px; } }
    .email-signup .email-signup__inner select {
      box-sizing: border-box;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      height: 33px;
      margin-top: 5px;
      margin-bottom: 15px;
      border: solid 1px #FAFAFA;
      text-overflow: '';
      text-indent: 0.01px;
      background-image: url(https://www.sho.com/assets/images/accounts/mobile/select_arrow.png);
      background-color: #FFFFFF;
      background-repeat: no-repeat;
      background-position: 90% 50%;
      font-size: 16px;
      color: #7D7D7D; }
      @media screen and (min-width: 768px) {
        .email-signup .email-signup__inner select {
          margin-right: 3%;
          font-size: 12px; } }
    .email-signup .email-signup__inner .select-month,
    .email-signup .email-signup__inner .select-day {
      width: 26%;
      margin-right: 2.7%; }
      @media screen and (min-width: 768px) {
        .email-signup .email-signup__inner .select-month,
        .email-signup .email-signup__inner .select-day {
          width: 22%; } }
    .email-signup .email-signup__inner .select-year {
      width: 39%; }
      @media screen and (min-width: 768px) {
        .email-signup .email-signup__inner .select-year {
          width: 40%; } }
    .email-signup .email-signup__inner .email-signup__tos-input {
      font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: normal;
      font-weight: 400;
      color: #FFFFFF; }
      @media screen and (min-width: 768px) {
        .email-signup .email-signup__inner .email-signup__tos-input {
          float: left;
          display: block;
          margin-right: 2.68456%;
          width: 100%; }
          .email-signup .email-signup__inner .email-signup__tos-input:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 992px) {
        .email-signup .email-signup__inner .email-signup__tos-input {
          font-size: 16px;
          line-height: 22px;
          letter-spacing: normal;
          font-weight: 400; } }
      .email-signup .email-signup__inner .email-signup__tos-input .check-box {
        transform: scale(1.4);
        margin: 1px 10px 40px 0;
        box-sizing: border-box;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        float: left; }
        @media screen and (min-width: 768px) {
          .email-signup .email-signup__inner .email-signup__tos-input .check-box {
            margin: 5px 10px 5px 0; } }
      .email-signup .email-signup__inner .email-signup__tos-input span {
        overflow: hidden;
        display: block; }
    .email-signup .email-signup__inner a {
      text-decoration: underline; }
    .email-signup .email-signup__inner .email-signup__submit-btn {
      transition: all .15s ease-out;
      -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
      -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
      transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
      font-family: Atyp, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600;
      text-transform: uppercase;
      font-family: Atyp, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600;
      display: inline-block;
      border: 2px solid;
      text-align: center;
      -webkit-font-smoothing: antialiased;
      background-color: transparent;
      outline: 0;
      padding: 8px 12px 6px 12px;
      -webkit-padding-before: 7px;
      -webkit-padding-after: 7px;
      border-color: #FFFFFF;
      color: #FFFFFF;
      float: left;
      display: block;
      margin-right: 2%;
      width: 100%;
      float: none;
      text-align: center;
      margin: 20px 0 15px 0; }
      @media screen and (min-width: 992px) {
        .email-signup .email-signup__inner .email-signup__submit-btn {
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 0.15em;
          font-weight: 600; } }
      @media screen and (min-width: 992px) {
        .email-signup .email-signup__inner .email-signup__submit-btn {
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 0.15em;
          font-weight: 600; } }
      .email-signup .email-signup__inner .email-signup__submit-btn:hover {
        background-color: #FFFFFF;
        color: #000000; }
      .email-signup .email-signup__inner .email-signup__submit-btn:last-child {
        margin-right: 0; }
      @media screen and (min-width: 768px) {
        .email-signup .email-signup__inner .email-signup__submit-btn {
          float: left;
          display: block;
          margin-right: 2%;
          width: 23.5%;
          margin-right: 0;
          margin-top: 25px; }
          .email-signup .email-signup__inner .email-signup__submit-btn:last-child {
            margin-right: 0; } }
    .email-signup .email-signup__inner .email-signup__validation {
      background: #ff202C;
      padding: 10px;
      margin: 10px 0 20px 0; }
      .email-signup .email-signup__inner .email-signup__validation .email-signup__validation--error {
        font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
        color: #FFFFFF;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: normal;
        font-weight: 400;
        font-weight: 200;
        display: block; }
        @media screen and (min-width: 992px) {
          .email-signup .email-signup__inner .email-signup__validation .email-signup__validation--error {
            font-size: 12px;
            line-height: 16px;
            letter-spacing: normal;
            font-weight: 400; } }
    .email-signup .email-signup__inner .email-signup__error--label {
      color: #ff202C; }
    .email-signup .email-signup__inner .email-signup__error--form {
      outline: 2px solid #ff202C; }
  .email-signup .email-signup__headline--success,
  .email-signup .email-signup__headline--lockout,
  .email-signup .email-signup__headline--error {
    width: 100%;
    padding: 20px 20px 20px 20px;
    margin-bottom: 40px;
    background-color: #191919;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .email-signup .email-signup__headline--success,
      .email-signup .email-signup__headline--lockout,
      .email-signup .email-signup__headline--error {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: normal;
        font-weight: 400; } }
    .email-signup .email-signup__headline--success span,
    .email-signup .email-signup__headline--lockout span,
    .email-signup .email-signup__headline--error span {
      overflow: hidden;
      display: block; }
    .email-signup .email-signup__headline--success i,
    .email-signup .email-signup__headline--lockout i,
    .email-signup .email-signup__headline--error i {
      float: left;
      margin: 0 15px 15px 0; }
    @media screen and (min-width: 768px) {
      .email-signup .email-signup__headline--success,
      .email-signup .email-signup__headline--lockout,
      .email-signup .email-signup__headline--error {
        padding: 20px 20px 40px 20px; }
        .email-signup .email-signup__headline--success span,
        .email-signup .email-signup__headline--lockout span,
        .email-signup .email-signup__headline--error span {
          position: relative;
          top: 11px; }
        .email-signup .email-signup__headline--success i,
        .email-signup .email-signup__headline--lockout i,
        .email-signup .email-signup__headline--error i {
          margin: 0 15px 0 0; } }
  .email-signup__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5); }
  .email-signup .loading-animation {
    top: 50%; }

/* Alt Test */
.email-signup--alt .email-signup__inner {
  position: relative;
  background-color: transparent;
  background-position: 100% 0; }
  @media screen and (max-width: 767px) {
    .email-signup--alt .email-signup__inner {
      background-size: contain; } }
  @media screen and (max-width: 991px) {
    .email-signup--alt .email-signup__inner {
      padding-top: 80px; } }
  .email-signup--alt .email-signup__inner:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: transparent;
    background-image: -webkit-linear-gradient(top, transparent, #222226 50%);
    background-image: linear-gradient(to bottom,transparent, #222226 50%); }
    @media screen and (min-width: 768px) {
      .email-signup--alt .email-signup__inner:before {
        background-color: transparent;
        background-image: -webkit-linear-gradient(right, transparent, #222226 50%);
        background-image: linear-gradient(to left,transparent, #222226 50%); } }
  .email-signup--alt .email-signup__inner > * {
    position: relative; }
  .email-signup--alt .email-signup__inner .email-signup__submit-btn {
    background-color: #FFFFFF;
    color: #000000; }

/* Roadies Test */
.email-signup--roadies .email-signup__inner {
  background-image: url("https://www.sho.com/assets/images/email/roadies-email-signup-module-767x400.jpg"); }

/* Ray Donovan Test */
.email-signup--ray-donovan .email-signup__inner {
  background-image: url("https://www.sho.com/assets/images/email/ray-email-signup-module-767x400.jpg"); }

/* Marketing Feed & Contact Us */
.email-signup--marketing-feed,
.email-signup--contact-us {
  border: none; }
  .email-signup--marketing-feed .email-signup__inner,
  .email-signup--contact-us .email-signup__inner {
    background-color: transparent;
    padding: 0; }
    .email-signup--marketing-feed .email-signup__inner .email-signup__form-fields,
    .email-signup--marketing-feed .email-signup__inner .email-signup__contact-input,
    .email-signup--marketing-feed .email-signup__inner .email-signup__affiliation-input,
    .email-signup--marketing-feed .email-signup__inner .email-signup__email-input,
    .email-signup--marketing-feed .email-signup__inner .email-signup__tos-input,
    .email-signup--contact-us .email-signup__inner .email-signup__form-fields,
    .email-signup--contact-us .email-signup__inner .email-signup__contact-input,
    .email-signup--contact-us .email-signup__inner .email-signup__affiliation-input,
    .email-signup--contact-us .email-signup__inner .email-signup__email-input,
    .email-signup--contact-us .email-signup__inner .email-signup__tos-input {
      float: left;
      display: block;
      margin-right: 2%;
      width: 100%; }
      .email-signup--marketing-feed .email-signup__inner .email-signup__form-fields:last-child,
      .email-signup--marketing-feed .email-signup__inner .email-signup__contact-input:last-child,
      .email-signup--marketing-feed .email-signup__inner .email-signup__affiliation-input:last-child,
      .email-signup--marketing-feed .email-signup__inner .email-signup__email-input:last-child,
      .email-signup--marketing-feed .email-signup__inner .email-signup__tos-input:last-child,
      .email-signup--contact-us .email-signup__inner .email-signup__form-fields:last-child,
      .email-signup--contact-us .email-signup__inner .email-signup__contact-input:last-child,
      .email-signup--contact-us .email-signup__inner .email-signup__affiliation-input:last-child,
      .email-signup--contact-us .email-signup__inner .email-signup__email-input:last-child,
      .email-signup--contact-us .email-signup__inner .email-signup__tos-input:last-child {
        margin-right: 0; }
    @media screen and (min-width: 768px) {
      .email-signup--marketing-feed .email-signup__inner .email-signup__tos-input,
      .email-signup--contact-us .email-signup__inner .email-signup__tos-input {
        margin: 15px 0 10px 0; } }
    @media screen and (max-width: 479px) {
      .email-signup--marketing-feed .email-signup__inner .email-signup__label,
      .email-signup--contact-us .email-signup__inner .email-signup__label {
        margin: 0; } }
    .email-signup--marketing-feed .email-signup__inner .email-signup__submit-btn,
    .email-signup--contact-us .email-signup__inner .email-signup__submit-btn {
      width: 100%;
      transition: all .15s ease-out;
      -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
      -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
      transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
      font-family: Atyp, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600;
      text-transform: uppercase;
      font-family: Atyp, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600;
      display: inline-block;
      border: 2px solid;
      text-align: center;
      -webkit-font-smoothing: antialiased;
      background-color: transparent;
      outline: 0;
      padding: 8px 12px 6px 12px;
      -webkit-padding-before: 7px;
      -webkit-padding-after: 7px;
      background-color: #ff202C;
      border-color: #ff202C;
      color: #000000; }
      @media screen and (min-width: 992px) {
        .email-signup--marketing-feed .email-signup__inner .email-signup__submit-btn,
        .email-signup--contact-us .email-signup__inner .email-signup__submit-btn {
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 0.15em;
          font-weight: 600; } }
      @media screen and (min-width: 992px) {
        .email-signup--marketing-feed .email-signup__inner .email-signup__submit-btn,
        .email-signup--contact-us .email-signup__inner .email-signup__submit-btn {
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 0.15em;
          font-weight: 600; } }
      .email-signup--marketing-feed .email-signup__inner .email-signup__submit-btn:hover,
      .email-signup--contact-us .email-signup__inner .email-signup__submit-btn:hover {
        border-color: #FFFFFF;
        background-color: #FFFFFF; }
      @media screen and (max-width: 767px) {
        .email-signup--marketing-feed .email-signup__inner .email-signup__submit-btn,
        .email-signup--contact-us .email-signup__inner .email-signup__submit-btn {
          margin-top: 0; } }
      .email-signup--marketing-feed .email-signup__inner .email-signup__submit-btn:hover,
      .email-signup--contact-us .email-signup__inner .email-signup__submit-btn:hover {
        color: #FFFFFF !important;
        background-color: #ff202C !important; }
  .email-signup--marketing-feed .email-signup__headline--success,
  .email-signup--marketing-feed .email-signup__headline--error,
  .email-signup--marketing-feed .email-signup__headline--lockout,
  .email-signup--contact-us .email-signup__headline--success,
  .email-signup--contact-us .email-signup__headline--error,
  .email-signup--contact-us .email-signup__headline--lockout {
    background-color: transparent; }
  .email-signup--marketing-feed .email-signup__headline--success h1,
  .email-signup--contact-us .email-signup__headline--success h1 {
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 34px;
    line-height: 32px;
    letter-spacing: normal;
    font-weight: 400;
    text-transform: uppercase; }
    @media screen and (min-width: 992px) {
      .email-signup--marketing-feed .email-signup__headline--success h1,
      .email-signup--contact-us .email-signup__headline--success h1 {
        font-size: 50px;
        line-height: 48px;
        letter-spacing: normal;
        font-weight: 400; } }

.email-signup--contact-us {
  padding: 40px; }
  .email-signup--contact-us .email-signup__inner .email-signup__headline {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: 400;
    justify-content: center;
    padding-top: 15px; }
    @media screen and (min-width: 992px) {
      .email-signup--contact-us .email-signup__inner .email-signup__headline {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: normal;
        font-weight: 400; } }
  .email-signup--contact-us .email-signup__call {
    text-align: center; }
    .email-signup--contact-us .email-signup__call-icon {
      margin-top: 5px;
      margin-bottom: -5px; }
    .email-signup--contact-us .email-signup__call-number {
      font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: normal;
      font-weight: 400;
      display: inline-block;
      margin-bottom: 10px; }
      @media screen and (min-width: 992px) {
        .email-signup--contact-us .email-signup__call-number {
          font-size: 20px;
          line-height: 24px;
          letter-spacing: normal;
          font-weight: 400; } }
    .email-signup--contact-us .email-signup__call-hours {
      font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: normal;
      font-weight: 400;
      margin-bottom: 20px;
      color: #7D7D7D; }
      @media screen and (min-width: 992px) {
        .email-signup--contact-us .email-signup__call-hours {
          font-size: 16px;
          line-height: 22px;
          letter-spacing: normal;
          font-weight: 400; } }
  .email-signup--contact-us .email-signup__required {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: normal;
    font-weight: 400;
    color: #7D7D7D;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .email-signup--contact-us .email-signup__required {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: normal;
        font-weight: 400; } }

.js-email-signup > .email-signup__headline--success,
.js-email-signup > .email-signup__headline--lockout,
.js-email-signup > .email-signup__headline--error {
  display: none; }

.fight-card {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  width: 274px;
  color: #FFFFFF;
  background-color: #191919;
  overflow: hidden; }
  @media screen and (min-width: 992px) {
    .fight-card {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  @media screen and (min-width: 768px) {
    .fight-card {
      width: 530px; } }
  .fight-card__header {
    position: relative;
    text-align: center;
    overflow: hidden;
    background-color: #2d2d33; }
    .fight-card__header .fight-card__fighter-left {
      padding: 10px 0 10px 10px; }
    .fight-card__header .fight-card__vs-circle {
      position: absolute;
      left: 50%;
      width: 34px;
      height: 34px;
      margin-left: -17px;
      margin-top: 30px;
      background: url("/assets/svg/vs-circle.svg");
      background-repeat: no-repeat;
      display: none; }
      @media screen and (min-width: 768px) {
        .fight-card__header .fight-card__vs-circle {
          display: block; } }
    .fight-card__header .fight-card__fighter-right {
      padding: 10px 10px 10px 0; }
    .fight-card__header .fight-card__fighter-photo {
      width: 70px;
      height: 70px; }
    .fight-card__header .fight-card__row {
      text-transform: uppercase;
      float: left;
      width: 100%;
      color: #7D7D7D;
      border: none; }
      @media screen and (min-width: 768px) {
        .fight-card__header .fight-card__row {
          display: none; } }
  .fight-card__fighter-first-name, .fight-card__fighter-last-name, .fight-card__fighter-record {
    color: #FFFFFF; }
  .fight-card__fighter-record {
    color: #7D7D7D; }
  .fight-card__fighter-result {
    display: none;
    color: #7D7D7D;
    text-transform: capitalize; }
  .fight-card__fighter-left {
    float: left;
    width: 100%;
    text-align: left;
    border-bottom: 1px dotted #7D7D7D; }
    @media screen and (min-width: 768px) {
      .fight-card__fighter-left {
        width: 50%;
        border-bottom: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; } }
    .fight-card__fighter-left .fight-card__fighter-photo {
      float: left;
      margin-right: 10px; }
    .fight-card__fighter-left .fight-card__fighter-name-record {
      float: left;
      padding-top: 5px; }
  .fight-card__fighter-center {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: normal;
    font-weight: 400;
    position: absolute;
    left: 50%;
    margin-left: -10%;
    width: 20%;
    text-align: center;
    color: #7D7D7D;
    display: none; }
    @media screen and (min-width: 992px) {
      .fight-card__fighter-center {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: normal;
        font-weight: 400; } }
    @media screen and (min-width: 768px) {
      .fight-card__fighter-center {
        display: block; } }
  .fight-card__fighter-right {
    float: left;
    width: 100%;
    text-align: left;
    border-top: 1px dotted #7D7D7D;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media screen and (min-width: 768px) {
      .fight-card__fighter-right {
        float: right;
        width: 50%;
        text-align: right;
        border-top: none; } }
    .fight-card__fighter-right .fight-card__fighter-photo {
      float: left;
      margin-left: 10px;
      margin-right: 10px; }
      @media screen and (min-width: 768px) {
        .fight-card__fighter-right .fight-card__fighter-photo {
          float: right;
          margin-right: 0; } }
    .fight-card__fighter-right .fight-card__fighter-name-record {
      float: left;
      padding-top: 5px; }
      @media screen and (min-width: 768px) {
        .fight-card__fighter-right .fight-card__fighter-name-record {
          float: right; } }
  .fight-card__body {
    position: relative;
    padding: 10px 10px 0;
    text-align: center;
    overflow: hidden;
    display: none; }
    @media screen and (min-width: 768px) {
      .fight-card__body {
        display: block; }
        .fight-card__body .fight-card__fighter-left,
        .fight-card__body .fight-card__fighter-right {
          max-width: 225px; } }
    .fight-card__body .fight-card__fighter-center {
      line-height: 30px; }
  .fight-card__footer {
    padding-top: 30px; }
  .fight-card__row {
    border-bottom: 1px dotted #7D7D7D;
    overflow: hidden;
    line-height: 30px; }
  .fight-card__shostreak {
    text-align: left;
    padding: 15px 10px; }
    .fight-card__shostreak .fight-card__shostreak-link {
      display: block; }
    .fight-card__shostreak .fight-card__shostreak-logo {
      display: block;
      width: 13px;
      height: 17px;
      float: left;
      margin-right: 10px;
      background: url("/assets/svg/shostreak-logo.svg");
      background-repeat: no-repeat; }
  .fight-card__tune-in {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: normal;
    font-weight: 400;
    padding: 10px;
    background-color: #191919; }
    @media screen and (min-width: 992px) {
      .fight-card__tune-in {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: normal;
        font-weight: 400; } }
  .fight-card--main-card .fight-card__tune-in {
    background-color: #ff202C; }
  .fight-card--post .fight-card__fighter-photo {
    opacity: .8; }
  .fight-card--post .fight-card__fighter-record {
    display: none; }
  .fight-card--post .fight-card__fighter-result {
    display: block; }
  .fight-card--post .fight-card--winner {
    background: #38958B; }
    .fight-card--post .fight-card--winner .fight-card__fighter-photo {
      opacity: 1; }
    .fight-card--post .fight-card--winner .fight-card__fighter-result {
      color: #65F2E3; }

.flyout-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  display: none;
  z-index: 103;
  background-color: #000000;
  box-shadow: 0 20px 80px #000000;
  -webkit-transform: translateY(-101%);
  -moz-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  -o-transform: translateY(-101%);
  transform: translateY(-101%);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }
  .flyout-container .flyout-container__inner {
    padding-top: 83px;
    margin: 20px 0 40px 0; }
  @media screen and (min-width: 992px) {
    .flyout-container {
      display: block; } }
  .flyout-container .flyout-container__icon-close {
    display: inline-block;
    background-size: cover;
    background-image: url("/assets/svg/close.svg");
    height: 24px;
    width: 24px;
    float: right;
    cursor: pointer; }

.form-preview-modal {
  margin: 0 auto;
  max-width: 440px; }
  @media screen and (min-width: 992px) {
    .form-preview-modal {
      max-width: 580px; } }
  .form-preview-modal__image {
    width: 100%;
    margin-bottom: -5px; }
  .form-preview-modal__text {
    padding: 40px 80px;
    background: #2b2f8b; }
  .form-preview-modal__message, .form-preview-modal__name {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px; }
  .form-preview-modal__message {
    margin-bottom: 15px; }

.form-preview-modal--active .modal__close {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/close-black.svg");
  height: 24px;
  width: 24px; }

.footer {
  background-color: #000000; }
  .footer__inner {
    border: transparent solid 15px;
    border-width: 0 15px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto; }
    .footer__inner::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 768px) {
      .footer__inner {
        border: transparent solid 50px;
        border-width: 0 50px; } }
    @media screen and (min-width: 1360px) {
      .footer__inner {
        border: transparent solid 100px;
        border-width: 0 100px; } }
  .footer__logo {
    height: 40px;
    width: 114px;
    margin-bottom: 40px;
    background-image: url("/assets/svg/showtime-logo-red.svg");
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (min-width: 768px) {
      .footer__logo {
        height: 53px;
        width: 150px;
        background-size: contain; } }
  .footer__schedule-section {
    padding: 40px 0 20px 0; }
    @media screen and (min-width: 768px) {
      .footer__schedule-section {
        padding: 80px 0;
        height: 560px; } }
  .footer__nav-section {
    background: #191919; }
    @media screen and (max-width: 767px) {
      .footer__nav-section {
        padding: 40px 0 15px 0; } }
    @media screen and (min-width: 768px) {
      .footer__nav-section {
        padding-top: 40px;
        height: 240px; } }

.footer__nav-section__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .footer__nav-section__inner {
      flex-direction: column-reverse; } }

.footer-nav {
  float: left;
  display: block;
  margin-right: 2%;
  width: 100%; }
  .footer-nav:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .footer-nav {
      float: left;
      display: block;
      margin-right: 2%;
      width: 40.5%; }
      .footer-nav:last-child {
        margin-right: 0; } }
  .footer-nav li {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    margin-bottom: 20px;
    color: #FFFFFF; }
    @media screen and (min-width: 992px) {
      .footer-nav li {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
    @media screen and (min-width: 768px) {
      .footer-nav li {
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-left: 15px; } }
  .footer-nav__links--sho, .footer-nav__links--social {
    list-style-type: none;
    margin: 0;
    padding-left: 0; }
    @media screen and (min-width: 768px) {
      .footer-nav__links--sho, .footer-nav__links--social {
        margin-left: 0;
        text-align: right; } }
  .footer-nav__links--sho {
    margin: 0; }
    @media screen and (min-width: 768px) {
      .footer-nav__links--sho {
        margin: 0; } }
    @media screen and (min-width: 768px) {
      .footer-nav__links--sho li:nth-child(6n) {
        margin-right: 0; }
      .footer-nav__links--sho li:nth-child(6n+1) {
        clear: left; } }
  .footer-nav__links--social {
    width: 100%;
    margin-bottom: 40px; }
    .footer-nav__links--social::after {
      clear: both;
      content: "";
      display: table; }
    .footer-nav__links--social li {
      display: inline-block;
      margin: 15px 20px 20px 0; }
      @media screen and (min-width: 768px) {
        .footer-nav__links--social li {
          margin: 5px 0 0 20px; } }
      .footer-nav__links--social li a {
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        height: 24px;
        width: 24px; }

@media screen and (min-width: 768px) {
  .footer__disclaimer {
    float: left;
    display: block;
    margin-right: 2%;
    width: 57.5%; }
    .footer__disclaimer:last-child {
      margin-right: 0; } }

.footer__disclaimer p {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
  font-weight: 400;
  color: #FFFFFF; }
  @media screen and (min-width: 992px) {
    .footer__disclaimer p {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: normal;
      font-weight: 400; } }

.footer__disclaimer a {
  text-decoration: underline; }

@media screen and (min-width: 768px) {
  .footer-order-promo {
    float: left;
    display: block;
    margin-right: 2%;
    width: 40.5%; }
    .footer-order-promo:last-child {
      margin-right: 0; } }

.footer-order-promo__header {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: 400;
  margin-bottom: 10px;
  color: #FFFFFF; }
  @media screen and (min-width: 992px) {
    .footer-order-promo__header {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: normal;
      font-weight: 400; } }

.footer-order-promo__link {
  transition: all .15s ease-out;
  -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  display: inline-block;
  border: 2px solid;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  outline: 0;
  padding: 8px 12px 6px 12px;
  -webkit-padding-before: 7px;
  -webkit-padding-after: 7px;
  background-color: #ff202C;
  border-color: #ff202C;
  color: #000000;
  margin-bottom: 30px;
  display: inline-block; }
  @media screen and (min-width: 992px) {
    .footer-order-promo__link {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  @media screen and (min-width: 992px) {
    .footer-order-promo__link {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  .footer-order-promo__link:hover {
    border-color: #FFFFFF;
    background-color: #FFFFFF; }
  @media screen and (min-width: 768px) {
    .footer-order-promo__link {
      margin-bottom: 40px; } }

.footer-schedule {
  position: relative; }
  @media screen and (min-width: 768px) {
    .footer-schedule {
      float: left;
      display: block;
      margin-right: 2%;
      width: 57.5%; }
      .footer-schedule:last-child {
        margin-right: 0; } }
  .footer-schedule__header {
    text-transform: uppercase;
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.005em;
    font-weight: 400;
    margin: 0 0 15px 0;
    color: #ff202C; }
    @media screen and (min-width: 992px) {
      .footer-schedule__header {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -0.005em;
        font-weight: 400; } }
    @media screen and (min-width: 768px) {
      .footer-schedule__header {
        margin: 0 0 20px 0;
        float: left;
        display: block;
        margin-right: 3.47826%;
        width: 55.65217%;
        margin-left: 44.34783%;
        white-space: nowrap;
        padding-left: 3.47826%; }
        .footer-schedule__header:last-child {
          margin-right: 0; } }
  .footer-schedule__header:before {
    display: block;
    margin: 10px 0 40px 0;
    border-top: 2px solid #ff202C;
    opacity: .6;
    content: ""; }
    @media screen and (min-width: 768px) {
      .footer-schedule__header:before {
        position: absolute;
        top: 35px;
        bottom: -15px;
        left: 31%; } }
  .footer-schedule__list {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    float: left;
    display: block;
    margin-right: 3.47826%;
    width: 100%; }
    .footer-schedule__list:last-child {
      margin-right: 0; }
    .footer-schedule__list-item {
      margin-bottom: 15px; }
      @media screen and (min-width: 768px) {
        .footer-schedule__list-item {
          max-width: 1600px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 0; }
          .footer-schedule__list-item::after {
            clear: both;
            content: "";
            display: table; } }
      @media screen and (min-width: 768px) {
        .footer-schedule__list-item .footer-schedule__program-time {
          float: left;
          display: block;
          margin-right: 3.47826%;
          width: 40.86957%;
          text-align: right;
          white-space: nowrap; }
          .footer-schedule__list-item .footer-schedule__program-time:last-child {
            margin-right: 0; } }
      .footer-schedule__list-item .footer-schedule__program-time h4, .footer-schedule__list-item .footer-schedule__program-time h5 {
        display: inline-block; }
      .footer-schedule__list-item .footer-schedule__program-time h4 {
        font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: normal;
        font-weight: 400; }
        @media screen and (min-width: 992px) {
          .footer-schedule__list-item .footer-schedule__program-time h4 {
            font-size: 20px;
            line-height: 24px;
            letter-spacing: normal;
            font-weight: 400; } }
      .footer-schedule__list-item .footer-schedule__program-time h5 {
        font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: normal;
        font-weight: 400; }
        @media screen and (min-width: 992px) {
          .footer-schedule__list-item .footer-schedule__program-time h5 {
            font-size: 16px;
            line-height: 22px;
            letter-spacing: normal;
            font-weight: 400; } }
      .footer-schedule__list-item .footer-schedule__meta {
        width: 60%; }
        @media screen and (min-width: 768px) {
          .footer-schedule__list-item .footer-schedule__meta {
            float: left;
            display: block;
            margin-right: 3.47826%;
            width: 55.65217%;
            padding-bottom: 15px;
            padding-left: 3.47826%;
            border-left: 2px solid #ff202C; }
            .footer-schedule__list-item .footer-schedule__meta:last-child {
              margin-right: 0; } }
      .footer-schedule__list-item .footer-schedule__program-title {
        font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: normal;
        font-weight: 400;
        color: #FFFFFF; }
        @media screen and (min-width: 992px) {
          .footer-schedule__list-item .footer-schedule__program-title {
            font-size: 20px;
            line-height: 24px;
            letter-spacing: normal;
            font-weight: 400; } }
      @media screen and (min-width: 768px) {
        .footer-schedule__list-item .footer-schedule__program-title--subtitle {
          font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
          color: #FFFFFF;
          font-size: 14px;
          line-height: 18px;
          letter-spacing: normal;
          font-weight: 400;
          display: table; } }
  @media screen and (min-width: 768px) and (min-width: 992px) {
    .footer-schedule__list-item .footer-schedule__program-title--subtitle {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
    .footer-schedule__list-item:last-child .footer-schedule__program-time {
      display: none; }
      @media screen and (min-width: 768px) {
        .footer-schedule__list-item:last-child .footer-schedule__program-time {
          display: block; } }
    .footer-schedule__list-item:last-child .footer-schedule__cta {
      border-left: none; }
  .footer-schedule__cta {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    margin-bottom: 20px;
    color: #ff202C; }
    @media screen and (min-width: 992px) {
      .footer-schedule__cta {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
    .footer-schedule__cta:after {
      content: "\2192";
      position: relative;
      top: -1px;
      margin-left: 4px; }
    @media screen and (min-width: 768px) {
      .footer-schedule__cta {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: normal;
        float: left;
        padding-left: 3.47826%;
        border-left: 2px solid #ff202C; } }

.global-nav {
  position: sticky;
  z-index: 100;
  min-height: 64px;
  top: -1px;
  background: black; }
  @media screen and (min-width: 992px) {
    .global-nav {
      height: 0;
      min-height: 0;
      background: none; } }
  .global-nav__inner, .global-nav__list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -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: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
  .global-nav__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 110;
    padding: 14px 0 12px 0;
    min-height: 64px;
    background: #000000;
    border: transparent solid 15px;
    border-width: 0 15px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto; }
    .global-nav__inner::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 768px) {
      .global-nav__inner {
        border: transparent solid 50px;
        border-width: 0 50px; } }
    @media screen and (min-width: 1360px) {
      .global-nav__inner {
        border: transparent solid 100px;
        border-width: 0 100px; } }
    @media screen and (min-width: 480px) {
      .global-nav__inner {
        padding-right: 25px; } }
    @media screen and (min-width: 992px) {
      .global-nav__inner {
        padding: 20px 25px 0 0;
        background: none; } }
  .global-nav__gradient {
    display: none;
    height: 165px;
    width: 100%;
    background: -webkit-linear-gradient(black 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to   , rgba(0, 0, 0, 0) 100%); }
    @media screen and (min-width: 992px) {
      .global-nav__gradient {
        display: block;
        opacity: 1;
        -webkit-transition: 0.25s ease-in;
        -moz-transition: 0.25s ease-in;
        transition: 0.25s ease-in; } }
  .global-nav__logo__wrapper {
    order: 2;
    font-size: inherit; }
    @media screen and (max-width: 379px) {
      .global-nav__logo__wrapper {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-left: -20px; } }
    @media screen and (min-width: 992px) {
      .global-nav__logo__wrapper {
        order: 1; } }
  .global-nav__logo {
    z-index: 20;
    display: inline-block;
    width: 93px;
    height: 33px;
    margin-right: 20px;
    text-indent: -1000px;
    background: url("/assets/svg/showtime-logo-red.svg");
    background-size: 93px 33px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.25s ease-in;
    -moz-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in; }
    @media screen and (min-width: 992px) {
      .global-nav__logo {
        order: 1;
        width: 127px;
        height: 44px;
        background-size: 127px 44px; } }
  .global-nav__list {
    order: 3;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-in;
    -moz-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in; }
  @media screen and (min-width: 992px) {
    .global-nav__list--utility {
      position: absolute;
      right: 25px;
      margin-left: auto; } }
  @media screen and (max-width: 991px) {
    .global-nav__list--utility {
      display: none; } }
  .global-nav__item {
    display: list-item;
    margin-right: 15px;
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .global-nav__item {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
    .global-nav__item--highlight {
      color: #ff202C !important; }
    @media screen and (min-width: 992px) {
      .global-nav__item {
        display: inline-block;
        margin-right: 20px; }
        .global-nav__item--red .global-nav__link {
          transition: all .15s ease-out;
          -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
          -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
          transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
          font-family: Atyp, Helvetica, Arial, sans-serif;
          color: #FFFFFF;
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 0.15em;
          font-weight: 600;
          text-transform: uppercase;
          font-family: Atyp, Helvetica, Arial, sans-serif;
          color: #FFFFFF;
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 0.15em;
          font-weight: 600;
          display: inline-block;
          border: 2px solid;
          text-align: center;
          -webkit-font-smoothing: antialiased;
          background-color: transparent;
          outline: 0;
          padding: 8px 12px 6px 12px;
          -webkit-padding-before: 7px;
          -webkit-padding-after: 7px;
          background-color: #ff202C;
          border-color: #ff202C;
          color: #000000; } }
    @media screen and (min-width: 992px) and (min-width: 992px) {
      .global-nav__item--red .global-nav__link {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.15em;
        font-weight: 600; } }
    @media screen and (min-width: 992px) and (min-width: 992px) {
      .global-nav__item--red .global-nav__link {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.15em;
        font-weight: 600; } }
    @media screen and (min-width: 992px) {
          .global-nav__item--red .global-nav__link:hover {
            border-color: #FFFFFF;
            background-color: #FFFFFF; }
        .global-nav__item--white .global-nav__link {
          transition: all .15s ease-out;
          -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
          -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
          transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
          font-family: Atyp, Helvetica, Arial, sans-serif;
          color: #FFFFFF;
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 0.15em;
          font-weight: 600;
          text-transform: uppercase;
          font-family: Atyp, Helvetica, Arial, sans-serif;
          color: #FFFFFF;
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 0.15em;
          font-weight: 600;
          display: inline-block;
          border: 2px solid;
          text-align: center;
          -webkit-font-smoothing: antialiased;
          background-color: transparent;
          outline: 0;
          padding: 8px 12px 6px 12px;
          -webkit-padding-before: 7px;
          -webkit-padding-after: 7px;
          background-color: #FFFFFF;
          border-color: #FFFFFF;
          color: #000000; } }
    @media screen and (min-width: 992px) and (min-width: 992px) {
      .global-nav__item--white .global-nav__link {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.15em;
        font-weight: 600; } }
    @media screen and (min-width: 992px) and (min-width: 992px) {
      .global-nav__item--white .global-nav__link {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.15em;
        font-weight: 600; } }
    @media screen and (min-width: 992px) {
          .global-nav__item--white .global-nav__link:hover {
            color: #000000; }
        .global-nav__item--outline .global-nav__link {
          transition: all .15s ease-out;
          -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
          -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
          transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
          font-family: Atyp, Helvetica, Arial, sans-serif;
          color: #FFFFFF;
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 0.15em;
          font-weight: 600;
          text-transform: uppercase;
          font-family: Atyp, Helvetica, Arial, sans-serif;
          color: #FFFFFF;
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 0.15em;
          font-weight: 600;
          display: inline-block;
          border: 2px solid;
          text-align: center;
          -webkit-font-smoothing: antialiased;
          background-color: transparent;
          outline: 0;
          padding: 8px 12px 6px 12px;
          -webkit-padding-before: 7px;
          -webkit-padding-after: 7px;
          border-color: #FFFFFF;
          color: #FFFFFF; } }
    @media screen and (min-width: 992px) and (min-width: 992px) {
      .global-nav__item--outline .global-nav__link {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.15em;
        font-weight: 600; } }
    @media screen and (min-width: 992px) and (min-width: 992px) {
      .global-nav__item--outline .global-nav__link {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.15em;
        font-weight: 600; } }
    @media screen and (min-width: 992px) {
          .global-nav__item--outline .global-nav__link:hover {
            background-color: #FFFFFF;
            color: #000000; } }
  @media screen and (min-width: 992px) {
    .global-nav__link {
      line-height: 32px; } }
  .global-nav__link.global-nav__flyout {
    cursor: pointer; }
  .global-nav__list--callout {
    margin-left: auto; }
    .global-nav__list--callout .global-nav__item--red .global-nav__link {
      transition: all .15s ease-out;
      -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
      -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
      transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
      font-family: Atyp, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600;
      text-transform: uppercase;
      font-family: Atyp, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600;
      display: inline-block;
      border: 2px solid;
      text-align: center;
      -webkit-font-smoothing: antialiased;
      background-color: transparent;
      outline: 0;
      padding: 8px 12px 6px 12px;
      -webkit-padding-before: 7px;
      -webkit-padding-after: 7px;
      background-color: #ff202C;
      border-color: #ff202C;
      color: #000000; }
      @media screen and (min-width: 992px) {
        .global-nav__list--callout .global-nav__item--red .global-nav__link {
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 0.15em;
          font-weight: 600; } }
      @media screen and (min-width: 992px) {
        .global-nav__list--callout .global-nav__item--red .global-nav__link {
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 0.15em;
          font-weight: 600; } }
      .global-nav__list--callout .global-nav__item--red .global-nav__link:hover {
        border-color: #FFFFFF;
        background-color: #FFFFFF; }
    .global-nav__list--callout .global-nav__item--white .global-nav__link {
      transition: all .15s ease-out;
      -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
      -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
      transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
      font-family: Atyp, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600;
      text-transform: uppercase;
      font-family: Atyp, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600;
      display: inline-block;
      border: 2px solid;
      text-align: center;
      -webkit-font-smoothing: antialiased;
      background-color: transparent;
      outline: 0;
      padding: 8px 12px 6px 12px;
      -webkit-padding-before: 7px;
      -webkit-padding-after: 7px;
      background-color: #FFFFFF;
      border-color: #FFFFFF;
      color: #000000; }
      @media screen and (min-width: 992px) {
        .global-nav__list--callout .global-nav__item--white .global-nav__link {
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 0.15em;
          font-weight: 600; } }
      @media screen and (min-width: 992px) {
        .global-nav__list--callout .global-nav__item--white .global-nav__link {
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 0.15em;
          font-weight: 600; } }
      .global-nav__list--callout .global-nav__item--white .global-nav__link:hover {
        color: #000000; }
    .global-nav__list--callout .global-nav__item--outline .global-nav__link {
      transition: all .15s ease-out;
      -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
      -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
      transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
      font-family: Atyp, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600;
      text-transform: uppercase;
      font-family: Atyp, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600;
      display: inline-block;
      border: 2px solid;
      text-align: center;
      -webkit-font-smoothing: antialiased;
      background-color: transparent;
      outline: 0;
      padding: 8px 12px 6px 12px;
      -webkit-padding-before: 7px;
      -webkit-padding-after: 7px;
      border-color: #FFFFFF;
      color: #FFFFFF; }
      @media screen and (min-width: 992px) {
        .global-nav__list--callout .global-nav__item--outline .global-nav__link {
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 0.15em;
          font-weight: 600; } }
      @media screen and (min-width: 992px) {
        .global-nav__list--callout .global-nav__item--outline .global-nav__link {
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 0.15em;
          font-weight: 600; } }
      .global-nav__list--callout .global-nav__item--outline .global-nav__link:hover {
        background-color: #FFFFFF;
        color: #000000; }
    @media screen and (max-width: 379px) {
      .global-nav__list--callout {
        display: none; } }
    @media screen and (max-width: 479px) {
      .global-nav__list--callout .global-nav__item {
        margin-right: 0; } }
    @media screen and (min-width: 992px) {
      .global-nav__list--callout {
        display: none; } }
  .global-nav__menu__wrapper {
    display: none;
    order: 3;
    overflow: hidden; }
    @media screen and (min-width: 992px) {
      .global-nav__menu__wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
  .global-nav__menu {
    left: 147px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    -o-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
  .global-nav__breadcrumb {
    position: absolute; }
    .global-nav__breadcrumb .global-nav__item {
      padding-left: 15px;
      border-left: 1px solid #7D7D7D; }
    @media screen and (max-width: 991px) {
      .global-nav__breadcrumb {
        bottom: -29px; }
        .global-nav__breadcrumb .global-nav__item:first-child {
          padding-left: 0;
          border: 0; } }
    @media screen and (min-width: 992px) {
      .global-nav__breadcrumb {
        left: 187px;
        background: none;
        opacity: 1;
        -webkit-transition: opacity 0.25s ease-in;
        -moz-transition: opacity 0.25s ease-in;
        transition: opacity 0.25s ease-in;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
    @media screen and (min-width: 992px) {
      .global-nav__breadcrumb .global-nav__item {
        padding-left: 20px; } }
  .global-nav__breadcrumb__background {
    position: absolute;
    z-index: 1;
    bottom: -40px;
    height: 40px;
    width: 100%;
    background: rgba(25, 25, 25, 0.85); }
    @media screen and (min-width: 992px) {
      .global-nav__breadcrumb__background {
        display: none; } }

.global-nav__search-icon {
  display: none;
  position: absolute;
  right: 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in; }
  @media screen and (max-width: 379px) {
    .global-nav__search-icon {
      display: block; } }
  @media screen and (min-width: 480px) {
    .global-nav__search-icon {
      display: block; } }
  .global-nav__search-icon .global-nav__circle {
    position: relative;
    z-index: 1;
    display: block;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 8px;
    transition: all 0.25s cubic-bezier(0.25, 1.7, 0.35, 0.8); }
  .global-nav__search-icon .global-nav__handle {
    position: absolute;
    top: 12px;
    left: 15px;
    z-index: 1;
    display: block;
    width: 2px;
    height: 8px;
    background-color: #FFFFFF;
    border-radius: 2px;
    transition: all .1s ease;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    .global-nav__search-icon .global-nav__handle:after {
      top: 12px;
      left: 15px;
      z-index: -1;
      display: block;
      content: "";
      width: 2px;
      height: 8px;
      background-color: #FFFFFF;
      border-radius: 2px; }

.global-nav__search-bar {
  position: absolute;
  right: 40px;
  width: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }
  @media screen and (min-width: 992px) {
    .global-nav__search-bar {
      right: 50px; } }
  .global-nav__search-bar .global-nav__search-field {
    width: 100%;
    padding: 5px 5px 5px 10px;
    border-radius: 2px;
    border: none;
    outline: none;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    color: #000000; }
    @media screen and (min-width: 992px) {
      .global-nav__search-bar .global-nav__search-field {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
    @media screen and (min-width: 480px) {
      .global-nav__search-bar .global-nav__search-field {
        position: relative;
        top: 1px;
        height: 33px; } }
    @media screen and (max-width: 767px) {
      .global-nav__search-bar .global-nav__search-field {
        font-size: 16px !important; } }
    @media screen and (min-width: 992px) {
      .global-nav__search-bar .global-nav__search-field {
        padding-left: 0;
        color: #FFFFFF;
        background: none;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #FFFFFF; } }

.global-nav__menu-toggle {
  order: 1;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in; }
  @media screen and (min-width: 992px) {
    .global-nav__menu-toggle {
      order: 2; } }

.global-nav__menu-icon {
  position: relative;
  z-index: 102;
  top: 1px;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }
  @media screen and (min-width: 1200px) {
    .global-nav__menu-icon {
      margin-right: 20px; } }
  .global-nav__menu-icon span {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #FFFFFF;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
  .global-nav__menu-icon span:nth-child(1) {
    top: 0px;
    left: 0; }
  .global-nav__menu-icon span:nth-child(2),
  .global-nav__menu-icon span:nth-child(3) {
    top: 8px;
    left: 0; }
  .global-nav__menu-icon span:nth-child(4) {
    top: 16px;
    left: 0; }

.global-nav__menu.global-nav__menu--mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  opacity: 0;
  background: #000000;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-transform: translateX(-101%);
  -moz-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  -o-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }
  @media screen and (min-width: 992px) {
    .global-nav__menu.global-nav__menu--mobile {
      display: none; } }
  .global-nav__menu.global-nav__menu--mobile .global-nav__menu__shadow {
    position: absolute;
    bottom: -20px;
    display: block;
    content: '';
    height: 20px;
    width: 100%;
    background: -webkit-linear-gradient(black 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to   , rgba(0, 0, 0, 0) 100%); }
  .global-nav__menu.global-nav__menu--mobile .global-nav__list {
    display: block;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
  .global-nav__menu.global-nav__menu--mobile .global-nav__item {
    display: block;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: 400;
    border: transparent solid 15px;
    border-width: 0 15px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 992px) {
      .global-nav__menu.global-nav__menu--mobile .global-nav__item {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: normal;
        font-weight: 400; } }
    .global-nav__menu.global-nav__menu--mobile .global-nav__item::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 768px) {
      .global-nav__menu.global-nav__menu--mobile .global-nav__item {
        border: transparent solid 50px;
        border-width: 0 50px; } }
    @media screen and (min-width: 1360px) {
      .global-nav__menu.global-nav__menu--mobile .global-nav__item {
        border: transparent solid 100px;
        border-width: 0 100px; } }
    .global-nav__menu.global-nav__menu--mobile .global-nav__item--red {
      margin-top: 15px;
      padding: 15px 0;
      background: #ff202C; }
  .global-nav__menu.global-nav__menu--mobile .global-nav__link {
    display: block;
    padding: 15px 0; }
  .global-nav__menu.global-nav__menu--mobile .global-nav__list--primary:first-child {
    margin-top: 60px; }
  .global-nav__menu.global-nav__menu--mobile .global-nav__list--utility {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #7D7D7D; }

@media screen and (max-width: 991px) {
  .global-nav--open .global-nav__menu--mobile {
    opacity: 1;
    max-height: calc(100vh);
    overflow-y: scroll;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .global-nav--open.global-nav--banner-exists .global-nav__menu--mobile {
    max-height: calc(100vh - 80px); }
  .global-nav--open .global-nav__breadcrumb {
    display: none; } }

@media screen and (min-width: 992px) {
  .global-nav--open .global-nav__menu--desktop {
    left: 187px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .global-nav--open .global-nav__breadcrumb,
  .global-nav--open .global-nav__list--utility,
  .global-nav--open .global-nav__search-icon {
    opacity: 0;
    pointer-events: none; } }

@media screen and (max-width: 479px) {
  .global-nav--open .global-nav__inner .global-nav__list--utility {
    display: none; }
  .global-nav--open .global-nav__inner .global-nav__search-icon {
    display: block; } }

.global-nav--open .global-nav__inner .global-nav__menu-toggle span:nth-child(1) {
  width: 0;
  top: 16px;
  left: 50%; }

.global-nav--open .global-nav__inner .global-nav__menu-toggle span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.global-nav--open .global-nav__inner .global-nav__menu-toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.global-nav--open .global-nav__inner .global-nav__menu-toggle span:nth-child(4) {
  width: 0;
  top: 16px;
  left: 50%; }

.global-nav--open .global-nav__list--callout {
  opacity: 0; }

@media screen and (min-width: 480px) {
  .global-nav.global-nav--flyout-open .flyout-container {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

.global-nav--selected:after {
  content: "";
  display: block;
  width: auto;
  height: 3px;
  background-color: #ff202C;
  margin-top: -5px; }

.global-nav--search-open .global-nav__search-bar {
  position: absolute;
  width: 100%;
  padding-left: 40px;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }
  @media screen and (min-width: 992px) {
    .global-nav--search-open .global-nav__search-bar {
      padding-left: 197px; } }

.global-nav--search-open .global-nav__menu-toggle,
.global-nav--search-open .global-nav__list,
.global-nav--search-open .global-nav__logo {
  opacity: 0; }

@media screen and (max-width: 991px) {
  .global-nav--search-open .global-nav__list.global-nav__breadcrumb {
    opacity: 1; } }

@media screen and (min-width: 992px) {
  .global-nav--search-open .global-nav__logo {
    opacity: 1; } }

.global-nav--search-open .global-nav__search-icon {
  display: block; }

.global-nav--search-open .global-nav__circle {
  -webkit-transform: scale(0.02);
  -moz-transform: scale(0.02);
  -ms-transform: scale(0.02);
  -o-transform: scale(0.02);
  transform: scale(0.02);
  -webkit-transform-origin: 30% 40%;
  -moz-transform-origin: 30% 40%;
  -ms-transform-origin: 30% 40%;
  -o-transform-origin: 30% 40%;
  transform-origin: 30% 40%;
  background: transparent;
  border-color: transparent; }

.global-nav--search-open .global-nav__handle {
  display: block;
  top: 0;
  left: 10px;
  height: 22px; }
  @media screen and (min-width: 480px) {
    .global-nav--search-open .global-nav__handle {
      top: 0px; } }

.global-nav--search-open .global-nav__handle:after {
  animation: animate-search-handle 0.7s;
  animation-timing-function: cubic-bezier(0.25, 1.7, 0.35, 0.8);
  animation-delay: .1s;
  animation-fill-mode: forwards; }

@keyframes animate-search-handle {
  0% { }
  100% {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 22px; } }

@media screen and (max-width: 991px) {
  .global-nav--has-breadcrumb {
    margin-bottom: 40px; }
    .has-breadcrumb-on-desktop .global-nav--has-breadcrumb {
      margin-bottom: 0; } }

@media screen and (min-width: 992px) {
  .global-nav.global-nav--stuck .global-nav__gradient {
    opacity: 1;
    -webkit-transition: background 0.25s ease-in;
    -moz-transition: background 0.25s ease-in;
    transition: background 0.25s ease-in; } }

.global-nav.global-nav--stuck.global-nav--open .global-nav__menu--mobile {
  max-height: calc(100vh); }

@media screen and (min-width: 1200px) {
  .has-nav-exposed .global-nav__menu-toggle {
    display: none; } }

@media screen and (min-width: 1200px) {
  .has-nav-exposed .global-nav__menu--desktop {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

.global-nav--solid,
.has-nav-solid .global-nav {
  margin-bottom: 40px; }
  .global-nav--solid .global-nav__gradient,
  .has-nav-solid .global-nav .global-nav__gradient {
    display: none; }
  @media screen and (min-width: 992px) {
    .global-nav--solid,
    .has-nav-solid .global-nav {
      height: 84px;
      margin-bottom: 0;
      background-color: #000000; } }

@media screen and (min-width: 992px) {
  .global-nav--solid-when-stuck .global-nav__gradient,
  .has-nav-solid-when-stuck .global-nav--stuck .global-nav__gradient {
    height: 84px;
    background: -webkit-linear-gradient(black 0%, black 100%);
    background: linear-gradient(to   , black 100%); } }

.has-breadcrumb-solid .global-nav__breadcrumb__background {
  background: #000000; }

@media screen and (max-width: 991px) {
  .has-menu-open {
    overflow: hidden; } }

.has-breadcrumb-on-desktop .global-nav__breadcrumb,
.has-breadcrumb-on-desktop .global-nav__breadcrumb__background {
  display: none; }

@media screen and (min-width: 992px) {
  .has-breadcrumb-on-desktop .global-nav__breadcrumb {
    display: block; } }

.global-banner {
  position: relative;
  z-index: 200; }
  .global-banner__bg {
    height: 80px; }
  .global-banner__content {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80px;
    text-align: center;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .global-banner__content {
        background-size: contain; } }
  .global-banner__mobile {
    display: none; }

.global-banner__mobile {
  display: none; }

.global-banner__switch .global-banner__desktop {
  display: none; }
  @media screen and (min-width: 768px) {
    .global-banner__switch .global-banner__desktop {
      display: block; } }
  .global-banner__switch .global-banner__desktop .global-banner__content {
    max-width: 765px; }

.global-banner__switch .global-banner__mobile {
  display: block; }
  @media screen and (min-width: 768px) {
    .global-banner__switch .global-banner__mobile {
      display: none; } }
  .global-banner__switch .global-banner__mobile .global-banner__content {
    max-width: 400px; }

.container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    clear: both;
    content: "";
    display: table; }

.section-header {
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.005em;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-bottom: 10px;
  color: #ff202C; }
  @media screen and (min-width: 992px) {
    .section-header {
      font-size: 30px;
      line-height: 30px;
      letter-spacing: -0.005em;
      font-weight: 300; } }
  @media screen and (min-width: 992px) {
    .section-header {
      margin-bottom: 5px; } }
  .section-header--white {
    color: #FFFFFF; }

.section-header--more {
  margin-bottom: 0;
  color: #FFFFFF; }

.section-header--more::after {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/next.svg");
  height: 12px;
  width: 12px;
  display: inline-block !important;
  vertical-align: 3px;
  content: ""; }
  @media screen and (min-width: 768px) {
    .section-header--more::after {
      vertical-align: 5px; } }

.section-header--more.section-header--border::after {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/next-red.svg");
  height: 12px;
  width: 12px; }

.section-header--border {
  padding-bottom: 10px;
  color: #ff202C; }

.section-header--related-videos {
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.005em;
  font-weight: 300;
  color: #ff202C; }
  @media screen and (min-width: 992px) {
    .section-header--related-videos {
      font-size: 30px;
      line-height: 30px;
      letter-spacing: -0.005em;
      font-weight: 300; } }

.section-header--hero {
  top: 62px;
  opacity: 0;
  height: 0;
  background: linear-gradient(180deg, #191919 0%, rgba(25, 25, 25, 0.8) 25%, rgba(25, 25, 25, 0) 100%); }
  @media screen and (min-width: 992px) {
    .section-header--hero {
      top: 80px; } }
  .section-header--hero__inner {
    border: transparent solid 15px;
    border-width: 0 15px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    height: 60px;
    padding: 10px 0;
    background: none; }
    .section-header--hero__inner::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 768px) {
      .section-header--hero__inner {
        border: transparent solid 50px;
        border-width: 0 50px; } }
    @media screen and (min-width: 1360px) {
      .section-header--hero__inner {
        border: transparent solid 100px;
        border-width: 0 100px; } }
    @media screen and (min-width: 992px) {
      .section-header--hero__inner {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
    @media screen and (min-width: 992px) {
      .section-header--hero__inner {
        padding: 12px 0; } }

.refresh-hero--has-header .section-header--hero {
  position: sticky;
  height: auto;
  width: 100%;
  opacity: 1;
  z-index: 5; }

.promo-group-header {
  margin-bottom: 10px;
  /*
  &__title:before {
    display: block;
    margin-bottom: $size-s;
    height: $size-xs;
    width: $size-xl;
    background: $colors-red;
    content: "";

    @include from-large {
      width: ($size-xl + $size-l);
      height: ($size-xs + $size-xxs)
    }
    
    .promo-group-header--no-accent & {
      display: none
    }
  }
*/ }
  @media screen and (min-width: 992px) {
    .promo-group-header {
      margin-bottom: 20px; } }
  .promo-group-header__title {
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.005em;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0 10px 0 0;
    color: #ff202C; }
    @media screen and (min-width: 992px) {
      .promo-group-header__title {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: -0.005em;
        font-weight: 300; } }
  .promo-group-header__title--large {
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 34px;
    line-height: 32px;
    letter-spacing: normal;
    font-weight: 400;
    color: #ff202C; }
    @media screen and (min-width: 992px) {
      .promo-group-header__title--large {
        font-size: 50px;
        line-height: 48px;
        letter-spacing: normal;
        font-weight: 400; } }
  .promo-group-header__sub-title {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    margin: 0; }
    @media screen and (min-width: 992px) {
      .promo-group-header__sub-title {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
  .promo-group-header--with-callout .promo-group-header__title {
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.005em;
    font-weight: 300; }
    @media screen and (min-width: 992px) {
      .promo-group-header--with-callout .promo-group-header__title {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: -0.005em;
        font-weight: 300; } }
  .promo-group-header--with-callout .promo-group-header__sub-title {
    text-transform: uppercase; }
  .promo-group-header--with-callout .promo-group-header__callout {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .promo-group-header--with-callout .promo-group-header__callout {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: normal;
        font-weight: 400; } }
  .promo-group-header--with-callout .promo-group-header__sub-title .promo-group-header__callout {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .promo-group-header--with-callout .promo-group-header__sub-title .promo-group-header__callout {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
  .promo-group-header--with-callout .promo-group-header__callout,
  .promo-group-header--with-callout .promo-group-header__sub-title .promo-group-header__callout {
    font-style: normal;
    color: #7D7D7D; }

.promo-group-header--large .promo-group-header__title {
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 34px;
  line-height: 32px;
  letter-spacing: normal;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    .promo-group-header--large .promo-group-header__title {
      font-size: 50px;
      line-height: 48px;
      letter-spacing: normal;
      font-weight: 400; } }
  .promo-group-header--large .promo-group-header__title:before {
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .promo-group-header--large .promo-group-header__title:before {
        margin-bottom: 15px; } }

.hero {
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  background: #000000;
  text-align: left; }
  .hero > * {
    position: relative;
    z-index: 2; }
  .hero .video-player {
    display: none; }

@media screen and (min-width: 992px) {
  .hero--bottom {
    margin-bottom: 30px; } }

@media screen and (min-width: 1200px) {
  .hero--bottom {
    margin-bottom: 60px; } }

.hero__image {
  right: 0;
  background-size: cover;
  background-position: center center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 75%; }
  .hero__image:before {
    content: '';
    z-index: 1;
    transition: opacity, 0.4s ease-in-out;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 40%, black 100%);
    background-repeat: no-repeat; }
  @media screen and (min-width: 768px) {
    .hero__image {
      padding-top: 62.5%; } }

.hero__inner {
  border: transparent solid 15px;
  border-width: 0 15px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 220px; }
  .hero__inner::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 768px) {
    .hero__inner {
      border: transparent solid 50px;
      border-width: 0 50px; } }
  @media screen and (min-width: 1360px) {
    .hero__inner {
      border: transparent solid 100px;
      border-width: 0 100px; } }
  .hero__inner::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .hero__inner {
      margin-top: 260px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .hero__inner {
      margin-top: 260px; } }
  @media screen and (min-width: 992px) {
    .hero__inner {
      margin-top: 50vmin; } }

.hero__inner--short {
  border: transparent solid 15px;
  border-width: 0 15px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px; }
  .hero__inner--short::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 768px) {
    .hero__inner--short {
      border: transparent solid 50px;
      border-width: 0 50px; } }
  @media screen and (min-width: 1360px) {
    .hero__inner--short {
      border: transparent solid 100px;
      border-width: 0 100px; } }
  .hero__inner--short::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 768px) {
    .hero__inner--short {
      margin-top: 120px; } }
  @media screen and (min-width: 992px) {
    .hero__inner--short {
      margin-top: 180px; } }

.hero__body {
  padding-bottom: 20px; }
  .hero__body::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 768px) {
    .hero__body {
      padding-bottom: 40px; } }
  @media screen and (min-width: 1200px) {
    .hero__body {
      padding-left: 0; } }

@media screen and (min-width: 768px) {
  .hero--panel-link .hero__shim {
    float: right;
    width: 40%; } }

.hero__top-line {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: 400;
  text-transform: capitalize; }
  @media screen and (min-width: 992px) {
    .hero__top-line {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: normal;
      font-weight: 400; } }

.hero__copy {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  margin: 0;
  padding-bottom: 10px; }
  @media screen and (min-width: 992px) {
    .hero__copy {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  @media screen and (max-width: 767px) {
    .hero__copy {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: normal;
      font-weight: 400; } }

.hero__subtitle {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  margin: 0;
  padding-bottom: 10px; }
  @media screen and (min-width: 992px) {
    .hero__subtitle {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  @media screen and (max-width: 767px) {
    .hero__subtitle {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: normal;
      font-weight: 400; } }

.hero__description {
  margin-bottom: 15px;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    .hero__description {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  .hero__description strong {
    color: #FFFFFF;
    font-weight: 400; }
  .hero__description em {
    color: #FFFFFF;
    font-style: italic; }

.hero__copy--metadata {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  padding-bottom: 5px; }
  @media screen and (min-width: 992px) {
    .hero__copy--metadata {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }

.hero__headline {
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 34px;
  line-height: 32px;
  letter-spacing: normal;
  font-weight: 400;
  color: #ff202C;
  display: block;
  margin: 2px 0 2px -2px;
  padding: 0 1px 8px 0;
  /* padding-right required to prevent :after el from wrapping by itself (see .hero__headline__link:after below) */
  text-transform: uppercase; }
  @media screen and (min-width: 992px) {
    .hero__headline {
      font-size: 50px;
      line-height: 48px;
      letter-spacing: normal;
      font-weight: 400; } }
  .hero__headline .icon {
    position: relative;
    vertical-align: middle;
    top: -5px; }

.hero__headline--episode > span {
  display: block; }

.hero__headline__link:after {
  display: inline-block;
  background-size: cover;
  height: 12px;
  width: 12px;
  margin-left: 5px;
  content: ""; }

.hero__headline__link::after {
  position: relative;
  top: -3px;
  margin-right: -18px;
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/next-red.svg");
  height: 18px;
  width: 18px; }
  @media screen and (min-width: 992px) {
    .hero__headline__link::after {
      top: -8px; } }

.hero__info {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: normal;
  font-weight: 400;
  padding-bottom: 10px; }
  @media screen and (min-width: 992px) {
    .hero__info {
      font-size: 24px;
      line-height: 26px;
      letter-spacing: normal;
      font-weight: 400; } }

.hero__links {
  border: transparent solid 15px;
  border-width: 0 15px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px; }
  .hero__links::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 768px) {
    .hero__links {
      border: transparent solid 50px;
      border-width: 0 50px; } }
  @media screen and (min-width: 1360px) {
    .hero__links {
      border: transparent solid 100px;
      border-width: 0 100px; } }
  @media screen and (max-width: 767px) {
    .hero__links {
      padding: 0 15px 40px; } }

.hero__cta {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase; }
  @media screen and (min-width: 992px) {
    .hero__cta {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: normal;
      font-weight: 400; } }
  .hero__cta:after {
    display: inline-block;
    background-size: cover;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    content: ""; }
  .hero__cta:after {
    display: inline-block;
    background-size: cover;
    background-image: url("/assets/svg/next.svg");
    margin-right: -40px; }

.hero__ctas {
  border: transparent solid 15px;
  border-width: 0 15px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }
  .hero__ctas::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 768px) {
    .hero__ctas {
      border: transparent solid 50px;
      border-width: 0 50px; } }
  @media screen and (min-width: 1360px) {
    .hero__ctas {
      border: transparent solid 100px;
      border-width: 0 100px; } }
  @media screen and (min-width: 992px) {
    .hero__ctas {
      margin-bottom: 80px; } }

.hero__ctas .cta--item {
  margin-bottom: 20px;
  display: inline-block;
  margin-top: 0;
  margin-right: 15px; }

.hero__navigation-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
  z-index: 3; }
  @media screen and (max-width: 767px) {
    .hero__navigation-container {
      padding-top: 75%; } }
  @media screen and (min-width: 768px) {
    .hero__navigation-container {
      position: relative; } }

.hero__navigation {
  position: absolute;
  z-index: 3;
  top: 50%;
  margin-top: -20px;
  padding: 15px;
  height: auto;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: width 2s ease-in;
  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; }
  .hero__navigation--previous {
    left: 0px;
    border-left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    @media screen and (min-width: 768px) {
      .hero__navigation--previous {
        padding-left: 40px; } }
  .hero__navigation--next {
    right: 0px;
    border-right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
    @media screen and (min-width: 768px) {
      .hero__navigation--next {
        padding-right: 40px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .hero__navigation {
      top: 160px;
      padding: 15px 20px;
      height: 75px; } }
  @media screen and (min-width: 992px) {
    .hero__navigation {
      top: 300px;
      padding: 20px 30px;
      height: 90px; } }
  .hero__navigation .hero__navigation__detail {
    text-transform: capitalize;
    opacity: 0;
    max-width: 0px;
    margin: 0;
    text-align: left;
    overflow: hidden;
    transition: all .3s ease-in-out; }
    @media screen and (max-width: 767px) {
      .hero__navigation .hero__navigation__detail {
        display: none; } }
  @media screen and (min-width: 768px) {
    .hero__navigation:hover > .hero__navigation__detail {
      opacity: 1;
      margin-left: 35px;
      max-width: inherit; } }
  @media screen and (min-width: 768px) {
    .hero__navigation--next:hover .hero__navigation__detail {
      margin: 0 35px 0 0; } }

.hero > .order-banner {
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .hero > .order-banner {
      margin-bottom: 80px; } }

.sports-home .hero > .order-promo {
  margin-bottom: 40px; }

@media screen and (max-width: 767px) {
  .hero--poster .hero__poster img {
    width: 50%;
    margin-bottom: 15px; }
  .hero--poster .button--stream {
    max-width: 100%; } }

@media screen and (min-width: 768px) {
  .hero--poster .hero__body {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 95%;
    padding-bottom: 40px; }
  .hero--poster .hero__poster {
    margin-right: 40px; }
    .hero--poster .hero__poster img {
      width: 320px; } }

.hero--poster .hero__inner {
  margin-top: 110px; }

.hero--poster .hero__copy {
  padding-bottom: 2px; }

.hero--no-accent .hero__headline:before {
  display: none; }

.hero--no-top-line .hero__top-line {
  display: none; }

.hero--no-description .hero__description {
  display: none; }

.hero--no-bottom-padding .hero__body {
  padding-bottom: 0; }

.hero--detail .hero__headline:before {
  display: none; }

.hero--detail .hero__body {
  padding-bottom: 0; }

@media screen and (max-width: 479px) {
  .hero--detail .hero__inner {
    margin-top: 260px; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .hero--detail .hero__inner {
    margin-top: 380px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero--detail .hero__inner {
    margin-top: 420px; } }

.hero--blur .hero__image {
  -webkit-filter: blur(15px);
  filter: blur(15px);
  overflow: hidden; }

.hero--cast .hero__headline:before {
  display: none; }

.hero--cast .hero__body {
  padding-bottom: 20px; }

@media screen and (max-width: 767px) {
  .hero--cast .hero__image {
    position: relative; }
  .hero--cast .hero__inner {
    display: none; } }

@media screen and (max-width: 479px) {
  .hero--cast .hero__inner {
    margin-top: 250px; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .hero--cast .hero__inner {
    margin-top: 499px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero--cast .hero__inner {
    margin-top: 40vmin; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hero--cast .hero__inner {
    margin-top: 55vmin; } }

@media screen and (min-width: 1200px) {
  .hero--cast .hero__inner {
    margin-top: 60vmin; } }

/* no longer in use */
.hero--multi-headline .hero__body {
  padding-bottom: 20px; }

.hero--multi-headline .hero__inner.hero__inner--headline-2 {
  margin-top: 120px;
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .hero--multi-headline .hero__inner.hero__inner--headline-2 {
      margin-top: 60px;
      margin-bottom: 40px; } }

/* /bulk */
.hero__top-line--logo {
  margin-bottom: 30px;
  background: url(https://www.sho.com/assets/images/bulk/showtime-logo.svg) no-repeat;
  background-size: contain;
  height: 70px;
  width: 300px; }

.hero__headline-emphasis {
  color: #ff202C; }

@media screen and (max-width: 991px) {
  .refresh-hero--has-header .video-player {
    margin-top: -60px; } }

.event-hero {
  position: relative;
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (max-width: 767px) {
    .event-hero {
      background-image: none; } }
  .event-hero__inner {
    border: transparent solid 15px;
    border-width: 0 15px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 40px; }
    .event-hero__inner::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 768px) {
      .event-hero__inner {
        border: transparent solid 50px;
        border-width: 0 50px; } }
    @media screen and (min-width: 1360px) {
      .event-hero__inner {
        border: transparent solid 100px;
        border-width: 0 100px; } }
    @media screen and (max-width: 767px) {
      .event-hero__inner {
        border: 0 !important; } }
    @media screen and (min-width: 768px) {
      .event-hero__inner {
        padding-top: 20px;
        padding-bottom: 80px; } }
    .event-hero__inner .countdown-widget {
      display: block;
      margin: 0 15px;
      padding: 20px; }
      @media screen and (min-width: 768px) {
        .event-hero__inner .countdown-widget {
          display: none; } }
  .event-hero__image-container {
    position: relative; }
    .event-hero__image-container .countdown-widget {
      position: absolute;
      left: 0;
      bottom: 0;
      display: none;
      margin-bottom: 0;
      padding: 20px 0;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        .event-hero__image-container .countdown-widget {
          display: block; } }
    @media screen and (min-width: 768px) {
      .event-hero__image-container {
        float: left;
        display: block;
        margin-right: 2%;
        width: 49%; }
        .event-hero__image-container:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 992px) {
      .event-hero__image-container {
        float: left;
        display: block;
        margin-right: 2%;
        width: 40.5%; }
        .event-hero__image-container:last-child {
          margin-right: 0; } }
    .event-hero__image-container:after {
      content: "";
      width: 100%;
      height: 160px;
      position: absolute;
      left: 0;
      bottom: 0;
      opacity: 0.8;
      background-color: transparent;
      background-image: -webkit-linear-gradient(transparent, #000000 100%);
      background-image: linear-gradient(transparent, #000000 100%); }
  .event-hero__image {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .event-hero__image {
        box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.5); } }
  @media screen and (max-width: 767px) {
    .event-hero__copy {
      margin: 15px 15px 0 15px; } }
  @media screen and (min-width: 768px) {
    .event-hero__copy {
      float: left;
      display: block;
      margin-right: 2%;
      width: 49%;
      margin-right: 0 !important; }
      .event-hero__copy:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 992px) {
    .event-hero__copy {
      float: left;
      display: block;
      margin-right: 2%;
      width: 57.5%; }
      .event-hero__copy:last-child {
        margin-right: 0; } }
  .event-hero__logo {
    display: none; }
    @media screen and (min-width: 768px) {
      .event-hero__logo {
        display: block;
        margin-bottom: 20px; } }
  .event-hero__super-title {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 5px;
    padding-left: 10px;
    width: 100%;
    z-index: 1;
    color: #ff202C;
    background-color: transparent;
    background-image: -webkit-linear-gradient(#000000, transparent 100%);
    background-image: linear-gradient(#000000, transparent 100%); }
    @media screen and (min-width: 992px) {
      .event-hero__super-title {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
    @media screen and (min-width: 768px) {
      .event-hero__super-title {
        display: none; } }
  .event-hero__title {
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 34px;
    line-height: 32px;
    letter-spacing: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px; }
    @media screen and (min-width: 992px) {
      .event-hero__title {
        font-size: 50px;
        line-height: 48px;
        letter-spacing: normal;
        font-weight: 400; } }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .event-hero__title {
        margin-bottom: 15px; } }
    @media screen and (min-width: 768px) {
      .event-hero__title {
        margin-bottom: 15px; } }
  .event-hero__sub-title {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: 400;
    margin-bottom: 20px; }
    @media screen and (min-width: 992px) {
      .event-hero__sub-title {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: normal;
        font-weight: 400; } }
  .event-hero__detail {
    margin: 0 40px 20px 0; }
    @media screen and (min-width: 768px) {
      .event-hero__detail {
        display: inline-block;
        margin-bottom: 20px; } }
    .event-hero__detail-title, .event-hero__detail-info {
      font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: normal;
      font-weight: 400; }
      @media screen and (min-width: 992px) {
        .event-hero__detail-title, .event-hero__detail-info {
          font-size: 16px;
          line-height: 22px;
          letter-spacing: normal;
          font-weight: 400; } }
  .event-hero__description {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    margin-bottom: 20px; }
    @media screen and (min-width: 992px) {
      .event-hero__description {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .event-hero__logo, .event-hero__sub-title, .event-hero__detail, .event-hero__description {
      margin-bottom: 25px; } }

.event-hero--centered .event-hero__logo {
  margin-bottom: 10px;
  display: inline-block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 144px;
  height: 32px;
  background-image: url("/assets/svg/provider-logos/showtime-ppv-logo.svg"); }

.event-hero--centered .event-hero__inner {
  display: block; }
  .event-hero--centered .event-hero__inner.hero__inner {
    border: 0; }
    @media screen and (max-width: 479px) {
      .event-hero--centered .event-hero__inner.hero__inner {
        margin-top: 195px; } }

@media screen and (min-width: 768px) {
  .event-hero--centered .event-hero__body {
    text-align: center; } }

.event-hero__bout,
.event-hero--centered .event-hero__sub-title {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px; }
  @media screen and (min-width: 992px) {
    .event-hero__bout,
    .event-hero--centered .event-hero__sub-title {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }

.event-hero__bout {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    .event-hero__bout {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: normal;
      font-weight: 400; } }

.event-hero--centered .event-hero__description {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .event-hero--centered .event-hero__description {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; } }

.event-hero--centered .event-hero__title {
  margin-bottom: 10px; }
  .event-hero--centered .event-hero__title em {
    font-weight: 100; }

@media screen and (min-width: 992px) {
  .event-hero--pending {
    margin-bottom: 30px; } }

@media screen and (min-width: 1200px) {
  .event-hero--pending {
    margin-bottom: 60px; } }

.event-hero__big-button {
  display: inline-block;
  margin-bottom: 15px;
  transition: all .15s ease-out;
  -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  display: inline-block;
  border: 2px solid;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  outline: 0;
  padding: 8px 12px 6px 12px;
  -webkit-padding-before: 7px;
  -webkit-padding-after: 7px;
  background-color: #ff202C;
  border-color: #ff202C;
  color: #000000; }
  @media screen and (min-width: 992px) {
    .event-hero__big-button {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  @media screen and (min-width: 992px) {
    .event-hero__big-button {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  .event-hero__big-button:hover {
    border-color: #FFFFFF;
    background-color: #FFFFFF; }
  @media screen and (min-width: 768px) {
    .event-hero__big-button {
      min-width: 350px; } }

.event-hero__big-button--provider-lead {
  background-color: #ff202C;
  border-color: #ff202C;
  color: #000000; }
  .event-hero__big-button--provider-lead:hover {
    border-color: #FFFFFF;
    background-color: #FFFFFF; }
  .no-touchevents .event-hero__big-button--provider-lead:hover {
    background-color: #ff202C;
    color: #FFFFFF; }

.event-hero__mandatory {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
  font-weight: 400;
  color: #7D7D7D;
  margin-bottom: 30px; }
  @media screen and (min-width: 992px) {
    .event-hero__mandatory {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: normal;
      font-weight: 400; } }

@media screen and (min-width: 1600px) {
  .event-hero--no-providers {
    margin-bottom: 80px; } }

.hero--megastrip .hero__logo,
.hero--stream-showtime .hero__logo {
  position: absolute;
  top: 15px;
  margin-left: 50%;
  transform: translateX(-50%);
  width: 110px; }
  @media screen and (min-width: 480px) {
    .hero--megastrip .hero__logo,
    .hero--stream-showtime .hero__logo {
      width: 140px; } }
  @media screen and (min-width: 768px) {
    .hero--megastrip .hero__logo,
    .hero--stream-showtime .hero__logo {
      width: 180px; } }

.hero--megastrip .hero__logo,
.hero--megastrip .hero__logo-link,
.hero--stream-showtime .hero__logo,
.hero--stream-showtime .hero__logo-link {
  z-index: 999; }

.hero--megastrip .hero__inner {
  display: block;
  text-align: center;
  margin-top: 300px; }
  @media screen and (min-width: 768px) {
    .hero--megastrip .hero__inner {
      margin-top: 380px; } }

.hero--megastrip .hero__image {
  padding-top: 0;
  overflow: hidden;
  height: 700px; }
  .hero--megastrip .hero__image:before {
    content: none;
    display: none; }
  .hero--megastrip .hero__image.megastrip--active {
    top: 73px; }
    @media screen and (min-width: 480px) {
      .hero--megastrip .hero__image.megastrip--active {
        top: 84px; } }
    @media screen and (min-width: 768px) {
      .hero--megastrip .hero__image.megastrip--active {
        top: 98px; } }

.megastrip {
  position: relative;
  width: 100%; }
  .megastrip__inner {
    opacity: 0;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    width: 320px;
    height: 300px; }
    @media screen and (min-width: 768px) {
      .megastrip__inner {
        width: 3905px;
        height: 375px; } }
    @media screen and (min-width: 992px) {
      .megastrip__inner {
        width: 5980px;
        height: 525px;
        background-color: #000000; } }
    @media screen and (min-width: 480px) {
      .megastrip__inner {
        opacity: 1;
        position: relative;
        margin: 0;
        left: 0px;
        top: 0; } }
  .megastrip__inner--clone {
    position: absolute;
    top: 0;
    left: 0; }
  .megastrip__item {
    display: none;
    margin-right: 10px;
    position: relative; }
    .megastrip__item:before {
      content: '';
      z-index: 1;
      transition: opacity, 0.4s ease-in-out;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 85%, rgba(0, 0, 0, 0.7) 100%);
      background-repeat: no-repeat; }
    .megastrip__item:before {
      top: 50%;
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 0%, black 60%); }
      @media screen and (min-width: 480px) {
        .megastrip__item:before {
          background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 0%, black 60%); } }
    .megastrip__item {
      width: 100px;
      height: 300px; }
    .megastrip__item > img {
      width: 100px;
      height: 150px; }
    @media screen and (min-width: 768px) {
      .megastrip__item {
        width: 125px;
        height: 375px;
        margin-right: 15px; }
      .megastrip__item > img {
        width: 125px;
        height: 187.5px; } }
    @media screen and (min-width: 992px) {
      .megastrip__item {
        width: 175px;
        height: 525px; }
      .megastrip__item > img {
        width: 175px;
        height: 262.5px;
        margin-right: 40px; } }
    .megastrip__item .badge {
      font-family: monospace;
      font-style: normal;
      display: block;
      position: absolute;
      background-color: purple;
      top: 0;
      left: 0;
      padding: 10px;
      z-index: 9999999;
      font-size: 14px; }
  .megastrip.transition--dissolve .badge {
    display: none; }
  .megastrip__item-1, .megastrip__item-2, .megastrip__item-3 {
    display: block; }
  @media screen and (max-width: 479px) {
    .megastrip__item-3 {
      margin-right: 0; } }
  @media screen and (min-width: 480px) {
    .megastrip__item {
      display: block; }
    .megastrip__item:last-child {
      margin-right: 0; } }
  .megastrip__image {
    background-size: cover;
    -webkit-box-reflect: below 0px; }

.site-container .hero > br,
.site-container .hero__inner > br {
  display: none; }

@media screen and (min-width: 768px) {
  .hero--chunky .hero__inner {
    border-width: 0 90px; } }

.hero--chunky .hero__inner {
  display: block;
  text-align: center; }
  @media screen and (max-width: 479px) {
    .hero--chunky .hero__inner {
      padding-top: 25px; } }

.hero--chunky .hero__logo-link {
  display: block; }

.hero--chunky .hero__body {
  width: 100%; }

.hero--chunky .hero__headline:before {
  display: none; }

.hero--chunky .hero__headline {
  padding-top: 10px;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: normal;
  text-transform: uppercase; }
  @media screen and (min-width: 992px) {
    .hero--chunky .hero__headline {
      font-size: 64px;
      line-height: 80px;
      letter-spacing: normal; } }

.hero--tallboy {
  padding-top: 50%; }
  @media screen and (min-width: 768px) {
    .hero--tallboy {
      padding-top: 0; } }
  .hero--tallboy .hero__logo-link {
    position: absolute;
    width: 100%;
    top: 30px; }
  .hero--tallboy .hero__inner {
    padding-bottom: 80px;
    display: block;
    text-align: center; }
  .hero--tallboy .hero__image {
    padding-top: 0;
    bottom: 0; }
    @media screen and (min-width: 768px) {
      .hero--tallboy .hero__image::before {
        visibility: hidden; } }
  .hero--tallboy .hero__headline,
  .hero--tallboy .hero__copy {
    width: 100%;
    text-align: center;
    line-height: 36px !important; }
    @media screen and (min-width: 768px) {
      .hero--tallboy .hero__headline,
      .hero--tallboy .hero__copy {
        display: none; } }
  .hero--tallboy .hero__copy {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: normal; }

.hero--tallboy .hero__headline:before,
.hero--tallboy + .hero__popover .hero__headline:before {
  display: none; }

.hero--tallboy + .hero__popover {
  display: none;
  position: relative;
  padding: 40px;
  transform: translateY(-50%);
  margin-left: 15%;
  margin-right: 15%;
  text-align: center;
  background-color: #000000;
  z-index: 99; }
  @media screen and (min-width: 768px) {
    .hero--tallboy + .hero__popover {
      display: block; }
      .hero--tallboy + .hero__popover .hero__headline {
        margin-bottom: 20px; }
      .hero--tallboy + .hero__popover .hero__copy {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: normal;
        font-weight: 400; } }
  @media screen and (min-width: 992px) {
    .hero--tallboy + .hero__popover .hero__copy {
      padding: 0 10%; } }
  @media screen and (min-width: 1200px) and (max-width: 1359px) {
    .hero--tallboy + .hero__popover .hero__copy {
      padding: 0 15%; } }

.wyndham-badge {
  display: block;
  margin: 0 50% 40px 50%;
  padding: 0;
  position: relative;
  transform: translateX(-50%);
  height: 136px;
  width: 136px;
  background: transparent no-repeat url("/assets/svg/wyndham-badge.min.svg") center center;
  background-size: contain;
  z-index: 999; }
  .wyndham-badge__alt-text {
    display: none; }
  @media screen and (min-width: 768px) {
    .wyndham-badge {
      height: 188px;
      width: 188px; } }

.hero--tallboy .hero__logo--directv-hospitality {
  width: 272px;
  height: 40px; }

@media screen and (min-width: 768px) {
  .hero--tallboy .hero__logo--directv-hospitality {
    width: 408px;
    height: 60px; }
  .hero--tallboy .hero__logo-link {
    top: 10px; } }

.decorated-symbols__symbol {
  position: relative; }

.decorated-symbols__symbol--reg {
  font-size: 8px;
  bottom: 20px; }
  @media screen and (min-width: 992px) {
    .decorated-symbols__symbol--reg {
      bottom: 40px; } }

.decorated-symbols__symbol--asterisk {
  font-size: 14px;
  bottom: 16px; }
  @media screen and (min-width: 992px) {
    .decorated-symbols__symbol--asterisk {
      bottom: 36px; } }

h3.decorated-symbols .decorated-symbols__symbol {
  bottom: 6px !important; }

.music-list {
  max-width: 768px;
  padding: 30px 20px 30px 20px;
  background: #191919; }
  @media screen and (min-width: 768px) {
    .music-list {
      padding: 30px; } }
  .music-list .music-list__headline {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: 400;
    text-transform: uppercase; }
    @media screen and (min-width: 992px) {
      .music-list .music-list__headline {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: normal;
        font-weight: 400; } }
  .music-list .music-list__item {
    border-bottom: 1px solid #2d2d33;
    margin: 0;
    overflow: hidden; }
    .music-list .music-list__item:last-of-type {
      border-bottom: 0; }
  .music-list .music-list__item {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .music-list .music-list__item {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
  .music-list__title, .music-list__artist, .music-list__purchase {
    margin: 0; }
  .music-list__title {
    width: 100%;
    padding-top: 15px;
    color: #FFFFFF; }
  .music-list__artist {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    float: none;
    width: 100%;
    color: #7D7D7D;
    padding-bottom: 10px; }
    @media screen and (min-width: 992px) {
      .music-list__artist {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
    @media screen and (min-width: 480px) {
      .music-list__artist {
        padding-bottom: 10px; } }
    @media screen and (min-width: 992px) {
      .music-list__artist {
        float: left;
        padding-bottom: 15px; } }
  .music-list__artist--link {
    width: auto; }

.line--solid-red {
  border-bottom: 1px solid red; }

.link-banner {
  border: transparent solid 15px;
  border-width: 0 15px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }
  .link-banner::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 768px) {
    .link-banner {
      border: transparent solid 50px;
      border-width: 0 50px; } }
  @media screen and (min-width: 1360px) {
    .link-banner {
      border: transparent solid 100px;
      border-width: 0 100px; } }
  .link-banner__link, .link-banner__link--est, .link-banner__link--est {
    display: block;
    position: relative;
    margin-bottom: 10px;
    padding: 20px;
    height: 160px;
    background: #191919; }
    @media screen and (min-width: 768px) {
      .link-banner__link, .link-banner__link--est, .link-banner__link--est {
        height: auto;
        padding: 0;
        align-items: center;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
  .link-banner__link--last {
    margin-bottom: 0px; }
  .link-banner__link--est {
    height: auto;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .link-banner__image {
    display: none; }
    @media screen and (min-width: 768px) {
      .link-banner__image {
        display: block;
        width: 80px;
        min-height: 120px; } }
  .link-banner__title-container {
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .link-banner__title-container {
        margin-left: 20px;
        flex-direction: column;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        float: left;
        display: block;
        margin-right: 2%;
        width: 32%; }
        .link-banner__title-container:last-child {
          margin-right: 0; } }
    .link-banner__title-container--est {
      margin: 20px 0 20px 10px;
      float: left;
      display: block;
      margin-right: 2%;
      width: 91.5%; }
      .link-banner__title-container--est:last-child {
        margin-right: 0; }
      @media screen and (min-width: 768px) {
        .link-banner__title-container--est {
          margin: 40px; } }
  .link-banner__title {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .link-banner__title {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: normal;
        font-weight: 400; } }
    .link-banner__title--est {
      font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: normal;
      font-weight: 400;
      color: #FAFAFA; }
      @media screen and (min-width: 992px) {
        .link-banner__title--est {
          font-size: 20px;
          line-height: 24px;
          letter-spacing: normal;
          font-weight: 400; } }
  .link-banner__sub-title {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .link-banner__sub-title {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
  .link-banner__availability {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    bottom: 40px;
    margin-bottom: 5px;
    color: #7D7D7D; }
    @media screen and (min-width: 992px) {
      .link-banner__availability {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
    @media screen and (min-width: 768px) {
      .link-banner__availability {
        position: static;
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        float: left;
        display: block;
        margin-right: 2%;
        width: 32%; }
        .link-banner__availability:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1200px) {
      .link-banner__availability {
        margin-left: 8.5%; } }
  .link-banner__info {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    bottom: 15px; }
    @media screen and (min-width: 992px) {
      .link-banner__info {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: normal;
        font-weight: 400; } }
    @media screen and (min-width: 768px) {
      .link-banner__info {
        position: relative;
        bottom: -3px;
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        float: left;
        display: block;
        margin-right: 2%;
        width: 23.5%; }
        .link-banner__info:last-child {
          margin-right: 0; } }
    .link-banner__info--highlight {
      color: #ff202C; }
  .link-banner__more, .link-banner__more--est {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    display: inline-block;
    background-size: cover;
    background-image: url("/assets/svg/next.svg");
    height: 12px;
    width: 12px; }
    @media screen and (min-width: 768px) {
      .link-banner__more, .link-banner__more--est {
        margin-right: 40px;
        min-width: 12px; } }
  @media screen and (max-width: 991px) {
    .link-banner__more {
      display: none; } }
  .link-banner__link--no-link .link-banner__more {
    visibility: hidden; }

.loading-animation {
  position: absolute;
  left: calc(50% - 30px);
  top: 40vh;
  height: 15px;
  width: 15px;
  -webkit-animation: ball-roll .75s linear infinite alternate;
  -moz-animation: ball-roll .75s linear infinite alternate;
  animation: ball-roll .75s linear infinite alternate;
  border-radius: 50%; }

@-webkit-keyframes ball-roll {
  0% {
    background-color: white;
    box-shadow: 22px 0 0 0 rgba(255, 255, 255, 0.2), 44px 0 0 0 rgba(255, 255, 255, 0.2); }
  50% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 22px 0 0 0 white, 44px 0 0 0 rgba(255, 255, 255, 0.2); }
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 22px 0 0 0 rgba(255, 255, 255, 0.2), 44px 0 0 0 white; } }

@-moz-keyframes ball-roll {
  0% {
    background-color: white;
    box-shadow: 22px 0 0 0 rgba(255, 255, 255, 0.2), 44px 0 0 0 rgba(255, 255, 255, 0.2); }
  50% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 22px 0 0 0 white, 44px 0 0 0 rgba(255, 255, 255, 0.2); }
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 22px 0 0 0 rgba(255, 255, 255, 0.2), 44px 0 0 0 white; } }

@-o-keyframes ball-roll {
  0% {
    background-color: white;
    box-shadow: 22px 0 0 0 rgba(255, 255, 255, 0.2), 44px 0 0 0 rgba(255, 255, 255, 0.2); }
  50% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 22px 0 0 0 white, 44px 0 0 0 rgba(255, 255, 255, 0.2); }
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 22px 0 0 0 rgba(255, 255, 255, 0.2), 44px 0 0 0 white; } }

@keyframes ball-roll {
  0% {
    background-color: white;
    box-shadow: 22px 0 0 0 rgba(255, 255, 255, 0.2), 44px 0 0 0 rgba(255, 255, 255, 0.2); }
  50% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 22px 0 0 0 white, 44px 0 0 0 rgba(255, 255, 255, 0.2); }
  100% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 22px 0 0 0 rgba(255, 255, 255, 0.2), 44px 0 0 0 white; } }

.loading-animation--scrolling {
  top: initial;
  position: relative;
  margin-bottom: 40px; }

.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  background: green;
  position: absolute;
  top: -9999px; }

.movies-gallery__inner {
  border: transparent solid 15px;
  border-width: 0 15px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  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;
  margin-bottom: 30px; }
  .movies-gallery__inner::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 768px) {
    .movies-gallery__inner {
      border: transparent solid 50px;
      border-width: 0 50px; } }
  @media screen and (min-width: 1360px) {
    .movies-gallery__inner {
      border: transparent solid 100px;
      border-width: 0 100px; } }
  .movies-gallery__inner::after {
    clear: both;
    content: "";
    display: table; }

.movies-gallery__item {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  float: left;
  display: block;
  margin-right: 2%;
  width: 32%; }
  .movies-gallery__item:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .movies-gallery__item {
      float: left;
      display: block;
      margin-right: 2%;
      width: 23.5%; }
      .movies-gallery__item:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 992px) {
    .movies-gallery__item {
      float: left;
      display: block;
      margin-right: 2%;
      width: 15%; }
      .movies-gallery__item:last-child {
        margin-right: 0; } }

@media screen and (max-width: 479px) {
  .movies-gallery {
    margin-bottom: 40px; } }

@media screen and (max-width: 767px) {
  .movies-gallery__item:nth-child(3n) {
    margin-right: 0; } }

@media screen and (min-width: 768px) {
  .movies-gallery__item:nth-child(4n) {
    margin-right: 0; } }

@media screen and (min-width: 992px) {
  .movies-gallery__item:nth-child(4n) {
    margin-right: 2%; }
  .movies-gallery__item:nth-child(6n) {
    margin-right: 0; } }

.movies-gallery__item__image {
  margin-bottom: 15px;
  width: 100%;
  padding-top: 150%;
  background-color: #191919;
  background-repeat: no-repeat;
  background-size: cover; }

.movies-gallery__title {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    .movies-gallery__title {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }

.modal {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.2s, z-index 0s 0.2s;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: auto; }

body.modal-open {
  width: 100%;
  height: 100%;
  overflow-y: scroll; }

.modal > * {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  text-align: left; }

.modal:before {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: ""; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 210;
  opacity: 1;
  transition: opacity 0.2s;
  -webkit-tap-highlight-color: transparent; }

.modal__inner {
  position: relative;
  max-width: 90%;
  min-height: 80px;
  min-width: 80px;
  background: #191919;
  z-index: -1;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.2s, transform 0.2s, z-index 0s 0.2s; }
  @media screen and (min-width: 768px) {
    .modal__inner {
      -webkit-animation-name: pop-down;
      -moz-animation-name: pop-down;
      animation-name: pop-down;
      -webkit-animation-duration: 0.2s;
      -moz-animation-duration: 0.2s;
      animation-duration: 0.2s;
      -webkit-animation-direction: normal;
      -moz-animation-direction: normal;
      animation-direction: normal;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      animation-fill-mode: forwards; } }
  @media screen and (max-height: 649px) {
    .modal__inner {
      margin: 5% 0; } }

.modal__header,
.modal__footer {
  position: relative; }

.modal-open .modal__inner {
  z-index: 100;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.2s, transform 0.2s; }
  @media screen and (min-width: 768px) {
    .modal-open .modal__inner {
      -webkit-animation-name: pop-up;
      -moz-animation-name: pop-up;
      animation-name: pop-up;
      -webkit-animation-duration: 0.2s;
      -moz-animation-duration: 0.2s;
      animation-duration: 0.2s;
      -webkit-animation-direction: normal;
      -moz-animation-direction: normal;
      animation-direction: normal;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      animation-fill-mode: forwards; } }

@keyframes pop-up {
  from {
    z-index: -1;
    opacity: 0;
    transform: scale(0); }
  to {
    z-index: 100;
    opacity: 1;
    transform: scale(1); } }

@keyframes pop-down {
  from {
    z-index: 100;
    opacity: 1;
    transform: scale(1); }
  to {
    z-index: -1;
    opacity: 0;
    transform: scale(0); } }

.modal__close {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/close.svg");
  height: 24px;
  width: 24px;
  position: absolute;
  z-index: 2;
  cursor: pointer; }
  .modal__header .modal__close {
    right: 20px;
    top: 20px; }
  .modal__footer .modal__close {
    left: 20px;
    bottom: 20px; }

.notification {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  padding: 20px 0;
  background-color: #222226;
  border-bottom: #000000 solid 1px;
  z-index: 100; }
  .notification br {
    display: none; }
  .notification__content {
    border: transparent solid 15px;
    border-width: 0 15px;
    max-width: 1600px;
    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-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -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;
    position: relative;
    width: 100%; }
    .notification__content::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 768px) {
      .notification__content {
        border: transparent solid 50px;
        border-width: 0 50px; } }
    @media screen and (min-width: 1360px) {
      .notification__content {
        border: transparent solid 100px;
        border-width: 0 100px; } }
  .notification__message {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    padding-right: 60px;
    color: #FFFFFF; }
    @media screen and (min-width: 992px) {
      .notification__message {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
    .notification__message a {
      text-decoration: underline; }
  .notification__closer {
    position: absolute;
    display: inline-block;
    background-size: cover;
    background-image: url("/assets/svg/close.svg");
    height: 24px;
    width: 24px;
    top: 0;
    right: 0;
    cursor: pointer; }
  .notification__icon {
    margin-top: -5px;
    margin-right: 20px;
    min-width: 24px; }
  .notification--white {
    background: #FFFFFF; }
    .notification--white .notification__message {
      color: #000000; }
  .notification--no-closer .notification__message {
    padding-right: 0; }

.order-promo {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  padding: 30px 20px 20px 20px;
  color: #FFFFFF;
  margin-bottom: 15px;
  padding-bottom: 30px;
  background-color: #ff202C; }
  @media screen and (min-width: 992px) {
    .order-promo {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  @media screen and (min-width: 480px) {
    .order-promo {
      padding: 30px; } }
  @media screen and (max-width: 767px) {
    .order-promo {
      text-align: center; } }
  @media screen and (min-width: 768px) {
    .order-promo {
      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-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      flex: 1 0 auto;
      padding: 20px 15px; } }
  @media screen and (min-width: 992px) {
    .order-promo {
      margin-bottom: 30px; } }
  .order-promo__body {
    position: relative;
    width: 100%; }
  .order-promo__body--bottom {
    margin-top: auto; }
  .order-promo__logo {
    display: none;
    background: url("/assets/svg/showtime-logo.svg");
    background-repeat: no-repeat;
    width: 100%;
    height: 34px;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .order-promo__logo {
        display: block; } }
  .order-promo__headline {
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.005em;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 20px; }
    @media screen and (min-width: 992px) {
      .order-promo__headline {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: -0.005em;
        font-weight: 300; } }
  .order-promo__copy {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    color: #FFFFFF !important;
    display: none; }
    @media screen and (min-width: 992px) {
      .order-promo__copy {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
    @media screen and (min-width: 992px) {
      .order-promo__copy {
        display: block;
        margin-bottom: 15px; } }
    .order-promo__copy--b2b {
      display: block;
      margin-top: 15px;
      text-align: center; }
  .order-promo__button {
    transition: all .15s ease-out;
    -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.15em;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.15em;
    font-weight: 600;
    display: inline-block;
    border: 2px solid;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    outline: 0;
    padding: 8px 12px 6px 12px;
    -webkit-padding-before: 7px;
    -webkit-padding-after: 7px;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #000000;
    border-color: #FFFFFF;
    width: 250px; }
    @media screen and (min-width: 992px) {
      .order-promo__button {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.15em;
        font-weight: 600; } }
    @media screen and (min-width: 992px) {
      .order-promo__button {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.15em;
        font-weight: 600; } }
    .order-promo__button:hover {
      color: #000000; }
    @media screen and (min-width: 480px) {
      .order-promo__button {
        margin: 0 auto;
        margin-top: auto; } }
    @media screen and (min-width: 768px) {
      .order-promo__button {
        padding-left: 0;
        padding-right: 0;
        width: 100%; } }

@media screen and (min-width: 768px) {
  .until-medium {
    display: none; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .order-promo--large {
    padding: 20px; }
    .order-promo--large .order-promo__headline {
      padding-bottom: 10px; } }

@media screen and (min-width: 1200px) {
  .order-promo--large {
    padding: 30px;
    padding-bottom: 20px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .order-promo--landscape .order-promo__headline {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: normal;
    font-weight: 400; } }

@media screen and (min-width: 992px) {
  .order-promo--landscape {
    padding: 20px; } }

.order-promo__headline--logo {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  height: 35px;
  margin-bottom: 20px;
  background: transparent no-repeat url("/assets/svg/showtime-logo.svg") center center; }
  .order-promo--dark .order-promo__headline--logo {
    height: 45px; }

.order-promo--dark {
  background-color: #2d2d33; }
  .order-promo--dark .order-promo__copy {
    display: none; }

.order-promo--hotel-app .order-promo__headline--logo,
.order-promo--hotel-app .order-banner__headline--logo {
  background: transparent no-repeat url(https://www.sho.com/assets/images/bulk/showtime-hotel-app-logo.svg) center center;
  height: 70px; }

.order-promo--fullwidth.order-promo {
  align-items: center; }
  @media screen and (max-width: 991px) {
    .order-promo--fullwidth.order-promo {
      display: none; } }

.order-promo--fullwidth .order-promo__body {
  width: initial; }

.order-promo--fullwidth .order-promo__logo {
  display: none; }

.order-promo--fullwidth .order-promo__button {
  width: 250px; }

.order-banner {
  margin-top: 0;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .order-banner {
      margin-bottom: 120px; } }
  .order-banner__inner {
    padding: 30px 20px;
    background-color: #ff202C;
    text-align: center; }
    @media screen and (min-width: 480px) {
      .order-banner__inner {
        padding: 30px; } }
    @media screen and (min-width: 992px) {
      .order-banner__inner {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 40px;
        text-align: left; } }
  .order-banner__body {
    margin: 0 auto; }
    @media screen and (min-width: 992px) {
      .order-banner__body {
        width: 50%; } }
    @media screen and (min-width: 1200px) {
      .order-banner__body {
        width: 55%; } }
  .order-banner__logo {
    margin-bottom: 20px; }
  .order-banner__headline {
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.005em;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media screen and (min-width: 992px) {
      .order-banner__headline {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: -0.005em;
        font-weight: 300; } }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .order-banner__headline br {
        display: none; } }
  .order-banner__copy {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    display: none; }
    @media screen and (min-width: 992px) {
      .order-banner__copy {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
    @media screen and (min-width: 992px) {
      .order-banner__copy {
        display: block;
        margin-bottom: 20px; } }
  .order-banner__button {
    transition: all .15s ease-out;
    -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.15em;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.15em;
    font-weight: 600;
    display: inline-block;
    border: 2px solid;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    outline: 0;
    padding: 8px 12px 6px 12px;
    -webkit-padding-before: 7px;
    -webkit-padding-after: 7px;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #000000; }
    @media screen and (min-width: 992px) {
      .order-banner__button {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.15em;
        font-weight: 600; } }
    @media screen and (min-width: 992px) {
      .order-banner__button {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.15em;
        font-weight: 600; } }
    .order-banner__button:hover {
      color: #000000; }
    @media screen and (max-width: 479px) {
      .order-banner__button {
        width: 100%;
        max-width: 250px; } }
    @media screen and (min-width: 768px) {
      .order-banner__button {
        margin-bottom: 0;
        max-width: 320px; } }
  .order-banner__image {
    display: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
    @media screen and (min-width: 992px) {
      .order-banner__image {
        display: block;
        width: 50%; } }
    @media screen and (min-width: 1200px) {
      .order-banner__image {
        width: 45%; } }

.sports-home .hero .order-banner--bellator.order-banner {
  display: block !important; }

.order-banner--bellator .order-banner__inner {
  background-color: #ffffff;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: left 45px;
  padding-top: 10px;
  color: #000000; }
  @media screen and (min-width: 480px) {
    .order-banner--bellator .order-banner__inner {
      background-size: 50%;
      background-position: -40px 55px; } }
  @media screen and (min-width: 768px) {
    .order-banner--bellator .order-banner__inner {
      background-size: 30%;
      background-position: 50px 55px; } }
  @media screen and (min-width: 992px) {
    .order-banner--bellator .order-banner__inner {
      background-size: 29%;
      background-position: 82% center;
      padding: 40px 30px 40px 30px; } }
  @media screen and (min-width: 1200px) {
    .order-banner--bellator .order-banner__inner {
      background-size: 25%; } }
  @media screen and (min-width: 1360px) {
    .order-banner--bellator .order-banner__inner {
      background-size: 20%; } }

.order-banner--bellator .order-banner__headline {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/assets/svg/sports-mma_logo.svg");
  height: 35px;
  text-indent: -2000px; }
  @media screen and (min-width: 992px) {
    .order-banner--bellator .order-banner__headline {
      margin-top: 20px;
      background-position: left center; } }

@media screen and (min-width: 992px) {
  .order-banner--bellator .order-banner__image {
    display: block; } }

.order-banner--bellator .order-banner__copy {
  color: #000000;
  display: block;
  margin: 8% 5% 7% 50%; }
  @media screen and (min-width: 768px) {
    .order-banner--bellator .order-banner__copy {
      margin: 8% 15% 7% 40%; } }
  @media screen and (min-width: 992px) {
    .order-banner--bellator .order-banner__copy {
      margin: 0; } }

.order-banner--bellator .order-banner__button {
  display: none; }

.order-banner.order-banner--bellator {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .order-banner.order-banner--bellator {
      margin-bottom: 80px; } }

.pagination {
  position: relative;
  margin: 0 auto;
  width: 240px;
  border: 1px solid #7D7D7D;
  border-radius: 40px;
  -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-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .pagination__prev, .pagination__next {
    position: absolute;
    top: 18px; }
  .pagination__prev {
    display: inline-block;
    background-size: cover;
    background-image: url("/assets/svg/prev--thinner.svg");
    height: 18px;
    width: 18px;
    left: 20px; }
  .pagination__next {
    display: inline-block;
    background-size: cover;
    background-image: url("/assets/svg/next--thinner.svg");
    height: 18px;
    width: 18px;
    right: 20px; }
  .pagination__list {
    margin: 0;
    list-style-type: none;
    padding: 16px 20px;
    width: 80%;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .pagination__page-number {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: 400;
    color: #7D7D7D;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 992px) {
      .pagination__page-number {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: normal;
        font-weight: 400; } }
    .pagination__page-number--active {
      color: #FFFFFF; }

.stream-showtime__banner {
  display: none;
  width: 100%;
  height: 60px;
  background: #191919;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 11px;
  z-index: 99; }
  .stream-showtime__banner__inner {
    border: transparent solid 15px;
    border-width: 0 15px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px; }
    .stream-showtime__banner__inner::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 768px) {
      .stream-showtime__banner__inner {
        border: transparent solid 50px;
        border-width: 0 50px; } }
    @media screen and (min-width: 1360px) {
      .stream-showtime__banner__inner {
        border: transparent solid 100px;
        border-width: 0 100px; } }
  .stream-showtime__banner-logo {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 42px;
    text-indent: -1000px;
    background: url("/assets/svg/showtime-logo-red.svg");
    background-size: 80px 42px;
    background-repeat: no-repeat; }
    @media screen and (min-width: 992px) {
      .stream-showtime__banner-logo {
        width: 100px;
        height: 38px;
        min-height: 86px;
        background-size: 100px 38px; } }
  .stream-showtime__banner-cta {
    transition: all .15s ease-out;
    -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.15em;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.15em;
    font-weight: 600;
    display: inline-block;
    border: 2px solid;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    outline: 0;
    padding: 8px 12px 6px 12px;
    -webkit-padding-before: 7px;
    -webkit-padding-after: 7px;
    transition: all .15s ease-out;
    -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.15em;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.15em;
    font-weight: 600;
    display: inline-block;
    border: 2px solid;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    outline: 0;
    padding: 8px 12px 6px 12px;
    -webkit-padding-before: 7px;
    -webkit-padding-after: 7px;
    background-color: #ff202C;
    border-color: #ff202C;
    color: #000000;
    float: right;
    margin-top: 3px; }
    @media screen and (min-width: 992px) {
      .stream-showtime__banner-cta {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.15em;
        font-weight: 600; } }
    @media screen and (min-width: 992px) {
      .stream-showtime__banner-cta {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.15em;
        font-weight: 600; } }
    @media screen and (min-width: 992px) {
      .stream-showtime__banner-cta {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.15em;
        font-weight: 600; } }
    @media screen and (min-width: 992px) {
      .stream-showtime__banner-cta {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.15em;
        font-weight: 600; } }
    .stream-showtime__banner-cta:hover {
      border-color: #FFFFFF;
      background-color: #FFFFFF; }
    .stream-showtime__banner-cta:hover {
      border-color: #FFFFFF;
      background-color: #FFFFFF; }
    @media screen and (min-width: 768px) {
      .stream-showtime__banner-cta {
        margin-top: 0; } }
  .stream-showtime__banner .peek-a-boo--dismiss {
    position: fixed;
    top: 0;
    right: 0;
    margin: 23px 14px;
    height: 16px;
    width: 16px;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .stream-showtime__banner .peek-a-boo--dismiss {
        margin: 22px 38px; } }

.metaname-example {
  background-color: #000000;
  float: left;
  display: block;
  margin-right: 2%;
  width: 49%; }
  .metaname-example:last-child {
    margin-right: 0; }
  @media screen and (min-width: 992px) {
    .metaname-example {
      padding-top: 40px; } }

.podcast-list__divider {
  border-bottom: 1px solid #2d2d33;
  margin: 10px 0 10px 0; }

.podcast-list__item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr auto;
  padding: 0 20px 0 0; }
  @media screen and (min-width: 768px) {
    .podcast-list__item {
      display: flex;
      align-items: center; } }
  .podcast-list__item__field--title {
    grid-column: span 2;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .podcast-list__item__field--title {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
    @media screen and (min-width: 768px) {
      .podcast-list__item__field--title {
        flex-basis: 60%;
        flex-grow: 2;
        padding-right: 20px; } }
  .podcast-list__item__field--play {
    grid-area: span 2/span 1;
    padding-right: 15px; }
    @media screen and (min-width: 768px) {
      .podcast-list__item__field--play {
        flex-basis: 32px;
        padding-right: 0px;
        order: 1; } }
  .podcast-list__item__field--date, .podcast-list__item__field--time {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: normal;
    font-weight: 400;
    color: #aaaaaa; }
    @media screen and (min-width: 992px) {
      .podcast-list__item__field--date, .podcast-list__item__field--time {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: normal;
        font-weight: 400; } }
    @media screen and (min-width: 768px) {
      .podcast-list__item__field--date, .podcast-list__item__field--time {
        flex-basis: 15%;
        flex-grow: 1; } }
  .podcast-list__item--separator {
    padding: 0 15px 0 15px; }
    @media screen and (min-width: 768px) {
      .podcast-list__item--separator {
        display: none; } }

.metaname-example {
  background-color: #000000;
  float: left;
  display: block;
  margin-right: 2%;
  width: 49%; }
  .metaname-example:last-child {
    margin-right: 0; }

.subscription-list {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: repeat(3 auto);
  column-gap: 15px;
  row-gap: 15px;
  padding: 30px 20px;
  background-color: #2d2d33; }
  @media screen and (min-width: 768px) {
    .subscription-list {
      display: flex;
      padding: 40px; } }
  .subscription-list__item--headline {
    grid-column: span 2;
    justify-self: center;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
    font-weight: 400;
    text-transform: capitalize; }
    @media screen and (min-width: 992px) {
      .subscription-list__item--headline {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: normal;
        font-weight: 400; } }
    @media screen and (min-width: 768px) {
      .subscription-list__item--headline {
        margin-right: 50px;
        padding-top: 10px; } }
  .subscription-list__item--img {
    background-image: url(https://www.sho.com/assets/images/sports/podcast/spotify.png);
    background-size: 35% auto;
    background-repeat: no-repeat;
    background-position: center;
    height: 40px; }
    @media screen and (min-width: 768px) {
      .subscription-list__item--img {
        margin-right: 10px;
        width: 150px;
        background-size: 60% auto; } }
  .subscription-list__item--feed-apple {
    background-color: #8641BD;
    border-color: #8641BD; }
  .subscription-list__item--feed-youtube {
    background-color: #FC1A21;
    border-color: #FC1A21; }
  .subscription-list__item--feed-rss {
    background-color: #1C9EDD;
    border-color: #1C9EDD; }
  .subscription-list__item--feed-spotify {
    background-color: #FFFFFF;
    border-color: #FFFFFF; }

.press-recap {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }
  .press-recap::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 768px) {
    .press-recap {
      max-width: 1600px;
      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; }
      .press-recap::after {
        clear: both;
        content: "";
        display: table; } }
  .press-recap__body {
    position: relative;
    padding: 20px;
    background-color: #FFFFFF;
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .press-recap__body {
        float: left;
        display: block;
        margin-right: 2%;
        width: 100%; }
        .press-recap__body:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 768px) {
      .press-recap__body {
        float: left;
        display: block;
        margin-right: 2%;
        width: 49%; }
        .press-recap__body:last-child {
          margin-right: 0; } }
  .press-recap__logo {
    height: 32px;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .press-recap__logo {
        margin-bottom: 15px; } }
  .press-recap__copy {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    padding-bottom: 15px;
    color: #000000; }
    @media screen and (min-width: 992px) {
      .press-recap__copy {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
    @media screen and (min-width: 480px) {
      .press-recap__copy {
        padding-bottom: 80px; } }
  .press-recap__link {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    text-transform: uppercase;
    width: 66%;
    color: #7D7D7D; }
    @media screen and (min-width: 992px) {
      .press-recap__link {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
    @media screen and (min-width: 480px) {
      .press-recap__link {
        position: absolute;
        bottom: 20px; } }
    .press-recap__link:after {
      display: inline-block;
      background-size: cover;
      background-image: url("/assets/svg/next-grey.svg");
      height: 12px;
      width: 12px;
      margin-right: -32px;
      margin-left: 3px;
      content: ''; }

.promo__body {
  position: relative;
  z-index: 2;
  padding: 10px 15px;
  color: #FFFFFF;
  background-color: transparent;
  transition: color 0.6s ease-in-out; }

.promo__image {
  position: relative;
  background-color: #000000;
  background-repeat: no-repeat; }
  .promo__image:before {
    content: '';
    z-index: 1;
    transition: opacity, 0.4s ease-in-out;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 85%, rgba(0, 0, 0, 0.7) 100%);
    background-repeat: no-repeat; }

.promo__headline {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: 400;
  margin: 0; }
  @media screen and (min-width: 992px) {
    .promo__headline {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: normal;
      font-weight: 400; } }
  .promo--large .promo__headline {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .promo--large .promo__headline {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: normal;
        font-weight: 400; } }
  .promo--large.promo--square .promo__headline, .promo--large.promo--cast .promo__headline {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .promo--large.promo--square .promo__headline, .promo--large.promo--cast .promo__headline {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: normal;
        font-weight: 400; } }

.promo__copy {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  margin: 0;
  padding-top: 2px;
  color: #FAFAFA; }
  @media screen and (min-width: 992px) {
    .promo__copy {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }

.promo__topline {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  color: #aaaaaa; }
  @media screen and (min-width: 992px) {
    .promo__topline {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }

.promo__link {
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.005em;
  font-weight: 300;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 3;
  text-indent: 200%;
  white-space: nowrap;
  background: transparent;
  opacity: 0;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  @media screen and (min-width: 992px) {
    .promo__link {
      font-size: 30px;
      line-height: 30px;
      letter-spacing: -0.005em;
      font-weight: 300; } }
  .promo-group--from-list .promo__link:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    background-size: cover;
    background-image: url("/assets/svg/next-grey.svg");
    height: 24px;
    width: 24px; }
  .promo-group--from-list-small .promo__link:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    background-size: cover;
    background-image: url("/assets/svg/next.svg");
    height: 12px;
    width: 12px;
    margin-top: 3px; }

.pplus-bundle .promo__link {
  cursor: auto; }

.promo__copy__date {
  color: #FAFAFA; }
  .promo__copy__date:after {
    content: ' \2022'; }

.promo--docked .promo__body, .promo--season .promo__body, .promo--episode .promo__body, .promo--video .promo__body, .promo--audio .promo__body, .promo--link .promo__body, .promo--external_link .promo__body, .promo--shop_link .promo__body, .promo--photos .promo__body, .promo--external_audio .promo__body, .promo--article_out .promo__body {
  padding: 15px 20px 15px 15px; }

@media screen and (min-width: 992px) {
  .promo--docked .promo__body, .promo--season .promo__body, .promo--episode .promo__body, .promo--video .promo__body, .promo--audio .promo__body, .promo--link .promo__body, .promo--external_link .promo__body, .promo--shop_link .promo__body, .promo--photos .promo__body, .promo--external_audio .promo__body, .promo--article_out .promo__body {
    padding: 20px; }
  .promo--docked.promo--large .promo__body, .promo--large.promo--season .promo__body, .promo--large.promo--episode .promo__body, .promo--large.promo--video .promo__body, .promo--large.promo--audio .promo__body, .promo--large.promo--link .promo__body, .promo--large.promo--external_link .promo__body, .promo--large.promo--shop_link .promo__body, .promo--large.promo--photos .promo__body, .promo--large.promo--external_audio .promo__body, .promo--large.promo--article_out .promo__body {
    padding: 20px 30px; } }

.promo--square .promo__image, .promo--cast .promo__image {
  padding-top: 100%; }

.promo--fourbythree .promo__image, .promo--episode .promo__image {
  padding-top: 75%; }

.promo--portrait .promo__image {
  padding-top: 150%; }

@media screen and (min-width: 768px) {
  .promo--split-below .promo__image:before {
    content: '';
    z-index: 1;
    transition: opacity, 0.4s ease-in-out;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 85%, rgba(0, 0, 0, 0.7) 100%);
    background-repeat: no-repeat; }
  .promo--split-below .promo__body {
    padding: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0; } }

@media screen and (max-width: 767px) {
  .promo--split-right .promo__body {
    padding-top: 0; } }

.promo--diminish .promo__body {
  color: #7D7D7D; }

.promo--diminish:before {
  content: '';
  z-index: 1;
  transition: opacity, 0.4s ease-in-out;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.5;
  background-repeat: no-repeat; }

.promo--no-overlay .promo__image:before, .promo--cast .promo__image:before {
  display: none; }

@media screen and (min-width: 768px) {
  .promo-season-group {
    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; } }

.promo-season-group .promo {
  float: left;
  float: left;
  display: block;
  margin-right: 2%;
  width: 100%; }
  .promo-season-group .promo:last-child {
    margin-right: 0; }
  @media screen and (min-width: 992px) {
    .promo-season-group .promo {
      float: left;
      display: block;
      margin-right: 2%;
      width: 32%;
      margin-bottom: 60px; }
      .promo-season-group .promo:last-child {
        margin-right: 0; } }

.promo-season-group .promo__body {
  float: none;
  padding-bottom: 60px;
  padding-left: 0; }
  @media screen and (min-width: 992px) {
    .promo-season-group .promo__body {
      float: left;
      display: block;
      margin-right: 2%;
      width: 66%;
      float: left;
      padding-top: 0;
      margin-right: 0px; }
      .promo-season-group .promo__body:last-child {
        margin-right: 0; } }

.promo-season-group .promo__headline {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: 400;
  padding-top: 20px;
  color: #FFFFFF; }
  @media screen and (min-width: 992px) {
    .promo-season-group .promo__headline {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: normal;
      font-weight: 400; } }
  @media screen and (min-width: 768px) {
    .promo-season-group .promo__headline {
      padding-top: 0; } }
  .promo-season-group .promo__headline::after {
    display: inline-block;
    background-size: cover;
    background-image: url("/assets/svg/next.svg");
    height: 12px;
    width: 12px;
    content: '';
    margin-right: -40px;
    position: relative;
    top: 0;
    left: 2px; }
    @media screen and (min-width: 992px) {
      .promo-season-group .promo__headline::after {
        top: -1px; } }

.promo-season-group .promo__image:before {
  background: none; }

.promo-season-group .promo__date_time {
  padding: 10px 0; }

.promo-season-group .promo__copy {
  padding-bottom: 20px; }

.promo-season-group .promo__copy, .promo-season-group .promo__date_time {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  margin: 0;
  color: #FFFFFF; }
  @media screen and (min-width: 992px) {
    .promo-season-group .promo__copy, .promo-season-group .promo__date_time {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }

.promo--cast .promo__headline {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    .promo--cast .promo__headline {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: normal;
      font-weight: 400; } }

.promo--cast .promo__body {
  padding: 10px 0; }

.promo--cast .promo__copy {
  color: #aaaaaa; }

.promo-group--from-list .promo.promo--square .promo__headline, .promo-group--from-list .promo.promo--cast .promo__headline {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: normal;
  font-weight: 400;
  text-transform: none; }
  @media screen and (min-width: 992px) {
    .promo-group--from-list .promo.promo--square .promo__headline, .promo-group--from-list .promo.promo--cast .promo__headline {
      font-size: 24px;
      line-height: 26px;
      letter-spacing: normal;
      font-weight: 400; } }

.promo .promo--list-view__item {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  height: 80px;
  cursor: pointer;
  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-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media screen and (min-width: 768px) {
    .promo .promo--list-view__item {
      display: none; } }
  .promo .promo--list-view__item__title {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .promo .promo--list-view__item__title {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: normal;
        font-weight: 400; } }
  @media screen and (max-width: 767px) {
    .promo .promo--list-view__item__title--ellipsis {
      width: 89%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; } }
  .promo .promo--list-view__item__sub-title {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    color: #7D7D7D; }
    @media screen and (min-width: 992px) {
      .promo .promo--list-view__item__sub-title {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
  .promo .promo--list-view__item__more {
    display: inline-block;
    background-size: cover;
    background-image: url("/assets/svg/next.svg");
    height: 12px;
    width: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 33px;
    right: 20px;
    cursor: pointer; }

.promo__icon {
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 32px; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .promo__icon {
      height: 24px;
      width: 24px;
      background-size: 24px; } }

.promo--icon .promo__icon, .promo--video .promo__icon, .promo--audio .promo__icon, .promo--link .promo__icon, .promo--external_link .promo__icon, .promo--shop_link .promo__icon, .promo--photos .promo__icon, .promo--external_audio .promo__icon, .promo--article_out .promo__icon {
  z-index: 2; }

.promo--icon .promo__body:before, .promo--video .promo__body:before, .promo--audio .promo__body:before, .promo--link .promo__body:before, .promo--external_link .promo__body:before, .promo--shop_link .promo__body:before, .promo--photos .promo__body:before, .promo--external_audio .promo__body:before, .promo--article_out .promo__body:before {
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 32px;
  content: '';
  position: absolute;
  left: 15px;
  top: 9px; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .promo--icon .promo__body:before, .promo--video .promo__body:before, .promo--audio .promo__body:before, .promo--link .promo__body:before, .promo--external_link .promo__body:before, .promo--shop_link .promo__body:before, .promo--photos .promo__body:before, .promo--external_audio .promo__body:before, .promo--article_out .promo__body:before {
      height: 24px;
      width: 24px;
      background-size: 24px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .promo--icon .promo__body:before, .promo--video .promo__body:before, .promo--audio .promo__body:before, .promo--link .promo__body:before, .promo--external_link .promo__body:before, .promo--shop_link .promo__body:before, .promo--photos .promo__body:before, .promo--external_audio .promo__body:before, .promo--article_out .promo__body:before {
      top: 13px; } }
  @media screen and (min-width: 992px) {
    .promo--icon .promo__body:before, .promo--video .promo__body:before, .promo--audio .promo__body:before, .promo--link .promo__body:before, .promo--external_link .promo__body:before, .promo--shop_link .promo__body:before, .promo--photos .promo__body:before, .promo--external_audio .promo__body:before, .promo--article_out .promo__body:before {
      left: 20px;
      top: 16px; } }

.promo--icon .promo__body > *, .promo--video .promo__body > *, .promo--audio .promo__body > *, .promo--link .promo__body > *, .promo--external_link .promo__body > *, .promo--shop_link .promo__body > *, .promo--photos .promo__body > *, .promo--external_audio .promo__body > *, .promo--article_out .promo__body > * {
  padding-left: 40px; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .promo--icon .promo__body > *, .promo--video .promo__body > *, .promo--audio .promo__body > *, .promo--link .promo__body > *, .promo--external_link .promo__body > *, .promo--shop_link .promo__body > *, .promo--photos .promo__body > *, .promo--external_audio .promo__body > *, .promo--article_out .promo__body > * {
      padding-left: 32px; } }

@media screen and (min-width: 992px) {
  .promo--icon.promo--large .promo__body:before, .promo--large.promo--video .promo__body:before, .promo--large.promo--audio .promo__body:before, .promo--large.promo--link .promo__body:before, .promo--large.promo--external_link .promo__body:before, .promo--large.promo--shop_link .promo__body:before, .promo--large.promo--photos .promo__body:before, .promo--large.promo--external_audio .promo__body:before, .promo--large.promo--article_out .promo__body:before {
    left: 30px; } }

@media screen and (max-width: 767px) {
  .promo--icon.promo--split-below .promo__image:after, .promo--split-below.promo--video .promo__image:after, .promo--split-below.promo--audio .promo__image:after, .promo--split-below.promo--link .promo__image:after, .promo--split-below.promo--external_link .promo__image:after, .promo--split-below.promo--shop_link .promo__image:after, .promo--split-below.promo--photos .promo__image:after, .promo--split-below.promo--external_audio .promo__image:after, .promo--split-below.promo--article_out .promo__image:after, .promo--icon.promo--split-right .promo__image:after, .promo--split-right.promo--video .promo__image:after, .promo--split-right.promo--audio .promo__image:after, .promo--split-right.promo--link .promo__image:after, .promo--split-right.promo--external_link .promo__image:after, .promo--split-right.promo--shop_link .promo__image:after, .promo--split-right.promo--photos .promo__image:after, .promo--split-right.promo--external_audio .promo__image:after, .promo--split-right.promo--article_out .promo__image:after {
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 32px;
    content: '';
    bottom: 10px;
    left: 15px;
    min-height: 32px;
    z-index: 2;
    display: block;
    position: absolute; } }
  @media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .promo--icon.promo--split-below .promo__image:after, .promo--split-below.promo--video .promo__image:after, .promo--split-below.promo--audio .promo__image:after, .promo--split-below.promo--link .promo__image:after, .promo--split-below.promo--external_link .promo__image:after, .promo--split-below.promo--shop_link .promo__image:after, .promo--split-below.promo--photos .promo__image:after, .promo--split-below.promo--external_audio .promo__image:after, .promo--split-below.promo--article_out .promo__image:after, .promo--icon.promo--split-right .promo__image:after, .promo--split-right.promo--video .promo__image:after, .promo--split-right.promo--audio .promo__image:after, .promo--split-right.promo--link .promo__image:after, .promo--split-right.promo--external_link .promo__image:after, .promo--split-right.promo--shop_link .promo__image:after, .promo--split-right.promo--photos .promo__image:after, .promo--split-right.promo--external_audio .promo__image:after, .promo--split-right.promo--article_out .promo__image:after {
      height: 24px;
      width: 24px;
      background-size: 24px; } }

@media screen and (max-width: 767px) {
  .promo--icon.promo--split-below .promo__body, .promo--split-below.promo--video .promo__body, .promo--split-below.promo--audio .promo__body, .promo--split-below.promo--link .promo__body, .promo--split-below.promo--external_link .promo__body, .promo--split-below.promo--shop_link .promo__body, .promo--split-below.promo--photos .promo__body, .promo--split-below.promo--external_audio .promo__body, .promo--split-below.promo--article_out .promo__body, .promo--icon.promo--split-right .promo__body, .promo--split-right.promo--video .promo__body, .promo--split-right.promo--audio .promo__body, .promo--split-right.promo--link .promo__body, .promo--split-right.promo--external_link .promo__body, .promo--split-right.promo--shop_link .promo__body, .promo--split-right.promo--photos .promo__body, .promo--split-right.promo--external_audio .promo__body, .promo--split-right.promo--article_out .promo__body {
    min-height: 0; }
  .promo--icon.promo--split-below .promo__body:before, .promo--split-below.promo--video .promo__body:before, .promo--split-below.promo--audio .promo__body:before, .promo--split-below.promo--link .promo__body:before, .promo--split-below.promo--external_link .promo__body:before, .promo--split-below.promo--shop_link .promo__body:before, .promo--split-below.promo--photos .promo__body:before, .promo--split-below.promo--external_audio .promo__body:before, .promo--split-below.promo--article_out .promo__body:before, .promo--icon.promo--split-right .promo__body:before, .promo--split-right.promo--video .promo__body:before, .promo--split-right.promo--audio .promo__body:before, .promo--split-right.promo--link .promo__body:before, .promo--split-right.promo--external_link .promo__body:before, .promo--split-right.promo--shop_link .promo__body:before, .promo--split-right.promo--photos .promo__body:before, .promo--split-right.promo--external_audio .promo__body:before, .promo--split-right.promo--article_out .promo__body:before {
    display: none; }
  .promo--icon.promo--split-below .promo__body > *, .promo--split-below.promo--video .promo__body > *, .promo--split-below.promo--audio .promo__body > *, .promo--split-below.promo--link .promo__body > *, .promo--split-below.promo--external_link .promo__body > *, .promo--split-below.promo--shop_link .promo__body > *, .promo--split-below.promo--photos .promo__body > *, .promo--split-below.promo--external_audio .promo__body > *, .promo--split-below.promo--article_out .promo__body > *, .promo--icon.promo--split-right .promo__body > *, .promo--split-right.promo--video .promo__body > *, .promo--split-right.promo--audio .promo__body > *, .promo--split-right.promo--link .promo__body > *, .promo--split-right.promo--external_link .promo__body > *, .promo--split-right.promo--shop_link .promo__body > *, .promo--split-right.promo--photos .promo__body > *, .promo--split-right.promo--external_audio .promo__body > *, .promo--split-right.promo--article_out .promo__body > * {
    padding-left: 0; } }

@media screen and (max-width: 991px) {
  .promo--icon.promo--split-below .promo__body > *, .promo--split-below.promo--video .promo__body > *, .promo--split-below.promo--audio .promo__body > *, .promo--split-below.promo--link .promo__body > *, .promo--split-below.promo--external_link .promo__body > *, .promo--split-below.promo--shop_link .promo__body > *, .promo--split-below.promo--photos .promo__body > *, .promo--split-below.promo--external_audio .promo__body > *, .promo--split-below.promo--article_out .promo__body > *, .promo--icon.promo--split-right .promo__body > *, .promo--split-right.promo--video .promo__body > *, .promo--split-right.promo--audio .promo__body > *, .promo--split-right.promo--link .promo__body > *, .promo--split-right.promo--external_link .promo__body > *, .promo--split-right.promo--shop_link .promo__body > *, .promo--split-right.promo--photos .promo__body > *, .promo--split-right.promo--external_audio .promo__body > *, .promo--split-right.promo--article_out .promo__body > * {
    display: block; } }

@media screen and (max-width: 767px) {
  .promo--icon--play.promo--split-below .promo__image:after, .promo--split-below.promo--video .promo__image:after, .promo--icon--play.promo--split-right .promo__image:after, .promo--split-right.promo--video .promo__image:after {
    background-image: url("/assets/svg/play-arrow.svg"); } }

@media screen and (max-width: 767px) {
  .promo--icon.promo--split-below .promo__body, .promo--split-below.promo--video .promo__body, .promo--split-below.promo--audio .promo__body, .promo--split-below.promo--link .promo__body, .promo--split-below.promo--external_link .promo__body, .promo--split-below.promo--shop_link .promo__body, .promo--split-below.promo--photos .promo__body, .promo--split-below.promo--external_audio .promo__body, .promo--split-below.promo--article_out .promo__body {
    position: relative; } }

.promo--reveal, .promo--season, .promo--episode {
  overflow: hidden; }
  .promo--reveal:after, .promo--season:after, .promo--episode:after {
    content: '';
    background: #000000;
    opacity: 0;
    transition: opacity 0.4s ease-in-out 0.1s;
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .promo--reveal.promo--diminish:after, .promo--diminish.promo--season:after, .promo--diminish.promo--episode:after {
    content: none; }
  .promo--reveal .promo__copy, .promo--season .promo__copy, .promo--episode .promo__copy {
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease-in-out, opacity 0.3s ease-in-out; }
  @media screen and (min-width: 992px) {
    .promo--reveal:hover:after, .promo--season:hover:after, .promo--episode:hover:after {
      opacity: 0.4;
      transition-delay: 0.2s; }
    .promo--reveal:hover .promo__body, .promo--season:hover .promo__body, .promo--episode:hover .promo__body {
      color: #FFFFFF; }
    .promo--reveal:hover .promo__copy, .promo--season:hover .promo__copy, .promo--episode:hover .promo__copy {
      max-height: 300px;
      opacity: 1;
      transition: max-height 0.5s ease-in-out 0.2s, opacity 0.5s ease-in-out 0.3s; } }

.promo-season-group .promo__stream-btn {
  transition: all .15s ease-out;
  -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  display: inline-block;
  border: 2px solid;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  outline: 0;
  padding: 8px 12px 6px 12px;
  -webkit-padding-before: 7px;
  -webkit-padding-after: 7px;
  transition: all .15s ease-out;
  -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  display: inline-block;
  border: 2px solid;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  outline: 0;
  padding: 8px 12px 6px 12px;
  -webkit-padding-before: 7px;
  -webkit-padding-after: 7px;
  background-color: #ff202C;
  border-color: #ff202C;
  color: #000000; }
  @media screen and (min-width: 992px) {
    .promo-season-group .promo__stream-btn {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  @media screen and (min-width: 992px) {
    .promo-season-group .promo__stream-btn {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  @media screen and (min-width: 992px) {
    .promo-season-group .promo__stream-btn {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  @media screen and (min-width: 992px) {
    .promo-season-group .promo__stream-btn {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  .promo-season-group .promo__stream-btn:hover {
    border-color: #FFFFFF;
    background-color: #FFFFFF; }

.promo-season-group .promo__watch-btn {
  transition: all .15s ease-out;
  -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  display: inline-block;
  border: 2px solid;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  outline: 0;
  padding: 8px 12px 6px 12px;
  -webkit-padding-before: 7px;
  -webkit-padding-after: 7px;
  transition: all .15s ease-out;
  -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  display: inline-block;
  border: 2px solid;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  outline: 0;
  padding: 8px 12px 6px 12px;
  -webkit-padding-before: 7px;
  -webkit-padding-after: 7px;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #000000;
  display: table;
  margin-top: 20px; }
  @media screen and (min-width: 992px) {
    .promo-season-group .promo__watch-btn {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  @media screen and (min-width: 992px) {
    .promo-season-group .promo__watch-btn {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  @media screen and (min-width: 992px) {
    .promo-season-group .promo__watch-btn {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  @media screen and (min-width: 992px) {
    .promo-season-group .promo__watch-btn {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  .promo-season-group .promo__watch-btn:hover {
    color: #000000; }
  @media screen and (min-width: 992px) {
    .promo-season-group .promo__watch-btn {
      display: inline-block;
      margin-top: 0px;
      margin-left: 15px; } }
  .promo-season-group .promo__watch-btn--first {
    margin-left: 0; }

.promo--valign .promo__body,
.promo--valign.promo--large .promo__body {
  padding-top: 0;
  padding-bottom: 0; }
  .promo--valign .promo__body .promo__details,
  .promo--valign.promo--large .promo__body .promo__details {
    padding-top: 0;
    padding-bottom: 0;
    height: 4.5em;
    display: table-cell;
    vertical-align: middle; }

.promo--valign .promo__body::before {
  top: 50%;
  transform: translateY(-50%); }

.promo-group {
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .promo-group {
      margin-bottom: 65px; } }
  .promo-group .promo__body--docked-under {
    position: relative;
    text-align: left; }

.promo-group--three-up .promo {
  float: left;
  display: block;
  margin-right: 2%;
  width: 32%; }
  .promo-group--three-up .promo:last-child {
    margin-right: 0; }
  .promo-group--three-up .promo:nth-child(3n) {
    margin-right: 0; }
  .promo-group--three-up .promo:nth-child(3n+1) {
    clear: left; }

.promo-group--to-three-up .refresh-order-banner {
  display: none; }

@media screen and (min-width: 768px) {
  .promo-group--to-three-up {
    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; }
    .promo-group--to-three-up .promo,
    .promo-group--to-three-up .order-promo,
    .promo-group--to-three-up .refresh-order-banner {
      float: left;
      display: block;
      margin-right: 2%;
      width: 32%; }
      .promo-group--to-three-up .promo:last-child,
      .promo-group--to-three-up .order-promo:last-child,
      .promo-group--to-three-up .refresh-order-banner:last-child {
        margin-right: 0; }
      .promo-group--to-three-up .promo:nth-child(3n),
      .promo-group--to-three-up .order-promo:nth-child(3n),
      .promo-group--to-three-up .refresh-order-banner:nth-child(3n) {
        margin-right: 0; }
      .promo-group--to-three-up .promo:nth-child(3n+1),
      .promo-group--to-three-up .order-promo:nth-child(3n+1),
      .promo-group--to-three-up .refresh-order-banner:nth-child(3n+1) {
        clear: left; }
    .promo-group--to-three-up .order-promo,
    .promo-group--to-three-up .refresh-order-banner {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px;
      background-color: #000000; }
      .promo-group--to-three-up .order-promo__body,
      .promo-group--to-three-up .refresh-order-banner__body {
        height: 100%;
        padding-bottom: 0; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .promo-group--one-two-three {
    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; }
    .promo-group--one-two-three .promo {
      float: left;
      display: block;
      margin-right: 2%;
      width: 49%; }
      .promo-group--one-two-three .promo:last-child {
        margin-right: 0; }
      .promo-group--one-two-three .promo:nth-child(2) {
        margin-right: 0; }
      .promo-group--one-two-three .promo:nth-child(n+2):nth-child(odd) {
        margin-right: 0; }
    .promo-group--one-two-three .order-promo {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      text-align: center;
      padding: 30px; }
      .promo-group--one-two-three .order-promo .order-promo__button {
        width: 250px; } }

@media screen and (min-width: 992px) {
  .promo-group--one-two-three {
    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; }
    .promo-group--one-two-three .promo, .promo-group--one-two-three .order-promo {
      float: left;
      display: block;
      margin-right: 2%;
      width: 32%; }
      .promo-group--one-two-three .promo:last-child, .promo-group--one-two-three .order-promo:last-child {
        margin-right: 0; }
      .promo-group--one-two-three .promo:nth-child(6n), .promo-group--one-two-three .order-promo:nth-child(6n) {
        margin-right: 0; }
      .promo-group--one-two-three .promo:nth-child(6n+1), .promo-group--one-two-three .order-promo:nth-child(6n+1) {
        clear: left; }
      .promo-group--one-two-three .promo:nth-child(n+2):nth-child(3n), .promo-group--one-two-three .order-promo:nth-child(n+2):nth-child(3n) {
        margin-right: 0; }
    .promo-group--one-two-three .order-promo {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: 0;
      text-align: left; }
      .promo-group--one-two-three .order-promo .order-promo__button {
        width: 100%; } }

@media screen and (max-width: 767px) {
  .promo-group--from-two-up .promo {
    float: left;
    display: block;
    margin-right: 2%;
    width: 49%; }
    .promo-group--from-two-up .promo:last-child {
      margin-right: 0; }
    .promo-group--from-two-up .promo:nth-child(2n) {
      margin-right: 0; }
    .promo-group--from-two-up .promo:nth-child(2n+1) {
      clear: left; }
    .promo-group--from-two-up .promo .promo__body {
      position: relative;
      text-align: center; } }

@media screen and (max-width: 767px) {
  .promo-group--from-one-over-two .promo {
    float: left;
    display: block;
    margin-right: 2%;
    width: 100%; }
    .promo-group--from-one-over-two .promo:last-child {
      margin-right: 0; }
  .promo-group--from-one-over-two .promo:nth-child(2),
  .promo-group--from-one-over-two .promo:nth-child(3) {
    float: left;
    display: block;
    margin-right: 2%;
    width: 49%; }
    .promo-group--from-one-over-two .promo:nth-child(2):last-child,
    .promo-group--from-one-over-two .promo:nth-child(3):last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px) {
  .promo-group--four-up .promo {
    float: left;
    display: block;
    margin-right: 2%;
    width: 23.5%; }
    .promo-group--four-up .promo:last-child {
      margin-right: 0; }
    .promo-group--four-up .promo:nth-child(4) {
      margin-right: 0; } }

.promo-group--one-beside-two .promo {
  margin-bottom: 2%; }
  @media screen and (max-width: 767px) {
    .promo-group--one-beside-two .promo {
      float: none !important; } }
  @media screen and (min-width: 768px) {
    .promo-group--one-beside-two .promo {
      float: left;
      display: block;
      margin-right: 2%;
      width: 32%;
      float: left; }
      .promo-group--one-beside-two .promo:last-child {
        margin-right: 0; }
      .promo-group--one-beside-two .promo:nth-child(3n) {
        margin-right: 0; }
      .promo-group--one-beside-two .promo:nth-child(3n+1) {
        clear: left; } }

@media screen and (max-width: 767px) {
  .promo-group--one-beside-two .promo:first-child {
    float: none !important;
    float: left;
    display: block;
    margin-right: 2%;
    width: 100%; }
    .promo-group--one-beside-two .promo:first-child:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px) {
  .promo-group--one-beside-two .promo:first-child {
    float: left;
    display: block;
    margin-right: 2%;
    width: 66%;
    float: left; }
    .promo-group--one-beside-two .promo:first-child:last-child {
      margin-right: 0; }
    .promo-group--one-beside-two .promo:first-child .promo__image {
      padding-top: 58%; } }

@media screen and (max-width: 767px) {
  .promo-group--one-beside-two .order-promo {
    margin-bottom: 2%; } }

.promo-group--one-beside-two .promo:nth-child(2),
.promo-group--one-beside-two .promo:nth-child(3),
.promo-group--one-beside-two .promo:nth-child(6) {
  margin-right: 0; }

.promo-group--one-beside-two .promo:nth-child(4) {
  margin-right: 2%; }

@media screen and (max-width: 767px) {
  .promo-group--from-list .promo {
    margin: 0;
    padding: 30px 0;
    border-top: 1px solid #2d2d33; }
  .promo-group--from-list .promo.promo--list-view {
    padding: 0px;
    border: none; }
  .promo-group--from-list .promo__body, .promo-group--from-list .promo__image {
    display: none; }
  .promo-group--from-list .promo__link {
    position: relative;
    opacity: 1;
    text-indent: 0;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
    text-transform: capitalize; }
  .promo-group--from-list.promo-group--from-list-small .promo {
    border-top: none;
    border-bottom: 1px solid #2d2d33; }
  .promo-group--from-list.promo-group--from-list-small .promo__link {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: 400;
    white-space: normal;
    margin-top: 3px; } }
  @media screen and (max-width: 767px) and (min-width: 992px) {
    .promo-group--from-list.promo-group--from-list-small .promo__link {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: normal;
      font-weight: 400; } }

@media screen and (max-width: 767px) {
  .promo-group--from-list .order-promo {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0; } }

.promo-group-no-slider {
  border: transparent solid 15px;
  border-width: 0 15px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }
  .promo-group-no-slider::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 768px) {
    .promo-group-no-slider {
      border: transparent solid 50px;
      border-width: 0 50px; } }
  @media screen and (min-width: 1360px) {
    .promo-group-no-slider {
      border: transparent solid 100px;
      border-width: 0 100px; } }
  .promo-group-no-slider .promo-group {
    padding: 0px; }

.promo--spotify .promo__body {
  top: 0; }

.promo--spotify .promo__headline {
  display: none; }
  @media screen and (min-width: 1360px) {
    .promo--spotify .promo__headline {
      display: block;
      position: absolute;
      bottom: 0;
      padding-bottom: 1.75em; } }

.glossy-card {
  text-align: center;
  margin-bottom: 40px;
  border-radius: 20px;
  border: #191919 solid 1px; }
  .glossy-card__header {
    padding: 20px 20px;
    background-color: #191919;
    background-image: -webkit-linear-gradient(top, #000000, #505050 100%);
    background-image: linear-gradient(to bottom,#000000, #505050 100%);
    border-radius: 20px 20px 0 0;
    border: #191919 solid 1px;
    border-bottom: 0; }
  .glossy-card__body {
    padding: 20px; }
  .glossy-card__headline {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
    color: #FFFFFF; }
    .glossy-card__headline > span {
      white-space: nowrap; }
    .glossy-card__headline sup.glossy-card__symbol {
      top: -0.45em;
      font-size: 16px; }
  .glossy-card__price {
    margin-bottom: 40px; }
    .glossy-card__price__point, .glossy-card__price__headline, .glossy-card__price__sub {
      font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-weight: 600; }
    .glossy-card__price__point, .glossy-card__price__headline {
      font-size: 42px;
      line-height: 52px;
      letter-spacing: normal;
      font-weight: 700; }
    @media screen and (min-width: 768px) {
      .glossy-card__price__point {
        font-size: 60px;
        line-height: 72px;
        letter-spacing: normal; } }
    .glossy-card__price__point sup {
      top: -0.45em;
      font-size: 25px; }
      @media screen and (min-width: 768px) {
        .glossy-card__price__point sup {
          font-size: 36px; } }
    .glossy-card__price__sub {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: normal;
      text-transform: uppercase; }
    .glossy-card__price em {
      font-style: normal; }
  .glossy-card__copy {
    margin-bottom: 40px;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: normal;
    color: #000000; }
    .glossy-card__copy--emphasis {
      font-weight: 600; }
  .glossy-card__legal {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: normal;
    font-weight: 400;
    color: #7D7D7D; }
    @media screen and (min-width: 992px) {
      .glossy-card__legal {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: normal;
        font-weight: 400; } }
  .glossy-card__price__point, .glossy-card__price__headline, .glossy-card__copy--emphasis {
    color: #337ace; }
  .glossy-card__price__sub {
    color: #000000; }

.provider-grid__inner {
  position: relative;
  left: -1%;
  margin-left: -1%;
  margin-right: -1%;
  padding: 1%; }
  .provider-grid__inner::after {
    clear: both;
    content: "";
    display: table; }

.provider-grid__header {
  display: block;
  margin-bottom: 10px;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase; }
  @media screen and (min-width: 992px) {
    .provider-grid__header {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: normal;
      font-weight: 400; } }
  .provider-grid__header > em {
    font-style: normal;
    color: #7D7D7D; }

.provider-grid__entry {
  position: relative;
  float: left;
  margin: 1%;
  width: 48%; }
  @media screen and (min-width: 768px) {
    .provider-grid__entry {
      width: 23%; } }
  .provider-grid__entry a, .provider-grid__entry img {
    display: block; }
  .provider-grid__entry img {
    max-width: 100%;
    height: auto; }
  .provider-grid__entry__copy, .provider-grid__entry__header {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: normal;
    font-weight: 400;
    padding-top: 10px;
    color: #7D7D7D; }
    @media screen and (min-width: 992px) {
      .provider-grid__entry__copy, .provider-grid__entry__header {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: normal;
        font-weight: 400; } }
  .provider-grid__entry__header {
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 10px;
    text-align: center; }
  .provider-grid__entry br {
    display: none; }

.provider-grid--two-up .provider-grid__entry {
  background-color: #1B1B1F; }
  @media screen and (min-width: 768px) {
    .provider-grid--two-up .provider-grid__entry {
      width: 48%; } }
  .provider-grid--two-up .provider-grid__entry img {
    margin-left: auto;
    margin-right: auto; }

@media screen and (max-width: 767px) {
  .provider-grid--with-copy .provider-grid__entry:nth-child(odd) {
    clear: both; } }

@media screen and (min-width: 768px) {
  .provider-grid--with-copy .provider-grid__entry:nth-child(4n+1) {
    clear: both; } }

.provider-grid--dynamic-grid {
  /* note IE does not support @supports or css grid */ }
  @supports (display: grid) {
    .provider-grid--dynamic-grid .provider-grid__inner {
      display: grid;
      /* while technically IE supports -ms-grid & -ms-grid-columns, repeat and auto-fit do no exist in that spec */
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      grid-gap: 20px; }
      @media screen and (min-width: 480px) {
        .provider-grid--dynamic-grid .provider-grid__inner {
          grid-gap: 40px; } }
    .provider-grid--dynamic-grid .provider-grid__entry {
      width: 100%; } }

.provider-list {
  list-style: none;
  padding-left: 0; }
  .provider-list__item {
    margin-bottom: 15px; }
    .provider-list__item span {
      font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: normal;
      font-weight: 400; }
      @media screen and (min-width: 992px) {
        .provider-list__item span {
          font-size: 16px;
          line-height: 22px;
          letter-spacing: normal;
          font-weight: 400; } }
  .provider-list__item:last-child {
    margin-bottom: 0; }

.device-logos {
  position: relative;
  text-align: center;
  background-color: #FFFFFF;
  overflow: hidden; }
  .device-logos__title {
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.005em;
    font-weight: 300;
    padding: 10px 0;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 1px solid #aaaaaa; }
    @media screen and (min-width: 992px) {
      .device-logos__title {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: -0.005em;
        font-weight: 300; } }
  .device-logos__image {
    margin: 15px;
    background: transparent no-repeat url("/assets/svg/provider-device-logos/mobile.min.svg") top center;
    background-size: contain;
    padding-top: 58.25545%; }
    @media screen and (min-width: 768px) {
      .device-logos__image {
        margin: 0 auto;
        padding-top: 12.65625%;
        background-size: contain;
        background-image: url("/assets/svg/provider-device-logos/desktop.min.svg"); } }
  .device-logos__image-alt-text {
    position: absolute;
    left: -999999px; }

.device-logos--alternate {
  background-color: #000000; }
  .device-logos--alternate .device-logos__title {
    color: #FFFFFF; }
  .device-logos--alternate .device-logos__image {
    background-image: url("/assets/svg/provider-device-logos/mobile.white.min.svg"); }
    @media screen and (min-width: 768px) {
      .device-logos--alternate .device-logos__image {
        background-image: url("/assets/svg/provider-device-logos/desktop.white.min.svg"); } }

.pseudo-table-container {
  background-color: #FFFFFF;
  margin-bottom: 40px; }

.pseudo-table {
  padding: 20px 0; }
  .pseudo-table__header {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #000000 !important;
    text-align: center;
    border-bottom: 1px solid #ff202C;
    font-weight: 400; }
  .pseudo-table--primary {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ff202C; }
    @media screen and (max-width: 767px) {
      .pseudo-table--primary {
        display: block; } }
  .pseudo-table--secondary {
    display: none; }
    @media screen and (max-width: 767px) {
      .pseudo-table--secondary {
        padding: 0 0 20px; } }
  .pseudo-table__toggle {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    display: flex;
    justify-content: center;
    color: black;
    width: 100%;
    padding: 30px 0; }
    @media screen and (min-width: 992px) {
      .pseudo-table__toggle {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
  .pseudo-table__toggle-button {
    cursor: pointer; }
  .pseudo-table__toggle-button:after {
    content: "";
    margin-left: 5px; }

.pt-provider {
  display: flex;
  justify-content: space-between;
  padding: 20px 0; }
  .pt-provider--primary {
    flex-direction: column;
    flex-basis: 30%; }
    @media screen and (max-width: 767px) {
      .pt-provider--primary {
        border-bottom: 1px solid #aaaaaa;
        display: block; } }
  @media screen and (max-width: 767px) {
    .pt-provider--primary:last-of-type {
      border-bottom: none; } }
  .pt-provider--secondary {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #aaaaaa; }
    @media screen and (min-width: 768px) {
      .pt-provider--secondary {
        padding: 20px 0 0; } }
  .pt-provider--secondary:last-of-type {
    border-bottom: none; }
  @media screen and (max-width: 991px) {
    .pt-provider__sub-container {
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  .pt-provider__sub-container:last-of-type {
    align-items: flex-start;
    justify-content: flex-start; }
    @media screen and (max-width: 767px) {
      .pt-provider__sub-container:last-of-type {
        align-items: center;
        flex-basis: 100%; } }
  .pt-provider__img {
    width: 100%;
    max-width: 225px; }
    @media screen and (max-width: 767px) {
      .pt-provider__img {
        width: 225px; } }
  .pt-provider__name {
    display: none;
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.005em;
    font-weight: 400;
    text-transform: uppercase; }
    @media screen and (min-width: 992px) {
      .pt-provider__name {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -0.005em;
        font-weight: 400; } }
  .pt-provider__copy {
    margin: 10px 10px 20px 0;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    color: black; }
    @media screen and (min-width: 992px) {
      .pt-provider__copy {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
  .pt-provider__button {
    transition: all .15s ease-out;
    -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.15em;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.15em;
    font-weight: 600;
    display: inline-block;
    border: 2px solid;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    outline: 0;
    padding: 8px 12px 6px 12px;
    -webkit-padding-before: 7px;
    -webkit-padding-after: 7px;
    border-color: #FFFFFF;
    color: #FFFFFF;
    text-transform: uppercase;
    border-color: #000000;
    font-weight: 600 !important;
    color: #000000;
    cursor: pointer; }
    @media screen and (min-width: 992px) {
      .pt-provider__button {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.15em;
        font-weight: 600; } }
    @media screen and (min-width: 992px) {
      .pt-provider__button {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.15em;
        font-weight: 600; } }
    .pt-provider__button:hover {
      background-color: #FFFFFF;
      color: #000000; }
    @media screen and (max-width: 767px) {
      .pt-provider__button {
        max-width: 300px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .pt-provider__button {
        padding-left: 5px;
        padding-right: 5px; } }

.pseudo-table--alternate .pt-provider__button {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #000000; }
  .pseudo-table--alternate .pt-provider__button:hover {
    color: #000000; }

@media screen and (min-width: 768px) {
  .pt-provider--primary:nth-child(2n) {
    margin: 0 15px; } }

.pseudo-table--primary .pt-provider__button {
  width: 100%; }

.pseudo-table--secondary .pt-provider__button {
  width: 300px; }
  @media screen and (max-width: 300px) {
    .pseudo-table--secondary .pt-provider__button {
      width: 100%; } }

@media screen and (min-width: 768px) {
  .pseudo-table--secondary .pt-provider__sub-container:first-of-type {
    flex-basis: 48%; } }

.pseudo-table__toggle--top .pseudo-table__toggle-button:after {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/down-arrow-black.svg");
  height: 12px;
  width: 12px; }

.pseudo-table__toggle--bottom .pseudo-table__toggle-button:after {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/up-arrow-black.svg");
  height: 12px;
  width: 12px; }

.read-more__content {
  display: none; }

.read-more__toggle, .read-more__toggle--less {
  display: inline-block;
  margin-top: 30px;
  padding-right: 10px;
  cursor: pointer; }

.read-more__toggle::after, .read-more__toggle--less::after {
  content: "";
  display: inline-block !important; }

.read-more__toggle::after {
  position: absolute;
  margin-left: 10px;
  margin-top: 3px; }

.read-more__button {
  cursor: pointer;
  color: #7D7D7D;
  font-size: 12px; }

.read-more--should-truncate {
  position: relative;
  padding-bottom: 1.5em; }
  .read-more--should-truncate .read-more__button {
    display: none;
    position: absolute;
    bottom: 7px;
    right: 0;
    background-color: #000000;
    box-shadow: 0 0 15px 5px #000000;
    text-transform: uppercase; }

.read-more--test-clamp .read-more__inner {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.read-more--truncated {
  padding-bottom: 0.5em; }
  .read-more--truncated .read-more__inner {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, black 25%, rgba(0, 0, 0, 0) 100%); }

.refresh-hero {
  position: relative;
  overflow: hidden; }
  .refresh-hero > * {
    position: relative;
    z-index: 2; }
  .refresh-hero__header {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .refresh-hero__header {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: normal;
        font-weight: 400; } }
  .refresh-hero__image {
    right: 0;
    background-size: cover;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 75%; }
    .refresh-hero__image:before {
      content: '';
      z-index: 1;
      transition: opacity, 0.4s ease-in-out;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 40%, black 100%);
      background-repeat: no-repeat; }
    @media screen and (min-width: 768px) {
      .refresh-hero__image {
        padding-top: 56.25%; } }
  .refresh-hero__inner {
    border: transparent solid 15px;
    border-width: 0 15px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 220px;
    margin-bottom: 60px; }
    .refresh-hero__inner::after {
      clear: both;
      content: "";
      display: table; }
    .refresh-hero__inner::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 768px) {
      .refresh-hero__inner {
        border: transparent solid 50px;
        border-width: 0 50px; } }
    @media screen and (min-width: 1360px) {
      .refresh-hero__inner {
        border: transparent solid 100px;
        border-width: 0 100px; } }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .refresh-hero__inner {
        margin-top: 260px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .refresh-hero__inner {
        margin-top: 25vmin; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .refresh-hero__inner {
        margin-top: 35vmin; } }
    @media screen and (min-width: 1200px) {
      .refresh-hero__inner {
        margin-top: 40vmin;
        margin-bottom: 60px; } }
  .refresh-hero__body__container {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .refresh-hero__body__container::after {
      clear: both;
      content: "";
      display: table; }
  .refresh-hero__body {
    padding-top: 30px; }
    @media screen and (min-width: 992px) {
      .refresh-hero__body {
        width: 60%; } }
    @media screen and (min-width: 1360px) {
      .refresh-hero__body {
        width: 55%; } }
  .refresh-hero__headline, .refresh-hero__headline__container, .refresh-hero__info, .refresh-hero__detail, .refresh-hero__subtitle, .refresh-hero__descriptor {
    margin-bottom: 10px; }
  .refresh-hero__headline {
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 34px;
    line-height: 32px;
    letter-spacing: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: #ff202C;
    padding-right: 5px; }
    @media screen and (min-width: 992px) {
      .refresh-hero__headline {
        font-size: 50px;
        line-height: 48px;
        letter-spacing: normal;
        font-weight: 400; } }
  .refresh-hero .hero__headline__link {
    display: inline-block; }
    .refresh-hero .hero__headline__link:after {
      display: inline-block;
      background-size: cover;
      height: 12px;
      width: 12px;
      margin-left: 5px;
      content: ""; }
    .refresh-hero .hero__headline__link::after {
      position: relative;
      top: -3px;
      margin-right: -18px;
      display: inline-block;
      background-size: cover;
      background-image: url("/assets/svg/next-red.svg");
      height: 18px;
      width: 18px; }
      @media screen and (min-width: 992px) {
        .refresh-hero .hero__headline__link::after {
          top: -8px; } }
  .refresh-hero__headline__container {
    display: inline-block;
    max-width: MIN(75vw, 500px);
    margin-top: 10px; }
  .refresh-hero__headline__container__image {
    height: 100%;
    max-height: 50px;
    max-width: 100%; }
    @media screen and (min-width: 900px) {
      .refresh-hero__headline__container__image {
        max-height: 70px; } }
    @media screen and (min-width: 1200px) {
      .refresh-hero__headline__container__image {
        max-height: 90px; } }
    @media screen and (min-width: 1500px) {
      .refresh-hero__headline__container__image {
        max-height: 110px; } }
    @media screen and (min-width: 1800px) {
      .refresh-hero__headline__container__image {
        max-height: 130px; } }
  .refresh-hero__info {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .refresh-hero__info {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: normal;
        font-weight: 400; } }
  .refresh-hero__descriptor, .refresh-hero__detail {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .refresh-hero__descriptor, .refresh-hero__detail {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
    .refresh-hero__descriptor strong, .refresh-hero__detail strong {
      font-weight: 600; }
  .refresh-hero__cta {
    margin-top: 10px;
    margin-right: 15px; }
  .refresh-hero__attribution {
    text-transform: uppercase;
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.15em;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 0.3em !important; }
    @media screen and (min-width: 992px) {
      .refresh-hero__attribution {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.15em;
        font-weight: 600; } }

.refresh-hero--has-header {
  overflow: visible; }

.refresh-order-banner {
  margin-bottom: 40px; }
  @media screen and (min-width: 992px) {
    .refresh-order-banner {
      margin-bottom: 80px; } }
  .refresh-order-banner__inner {
    background-color: #000000;
    align-items: center; }
    @media screen and (min-width: 992px) {
      .refresh-order-banner__inner {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row; } }
  .refresh-order-banner__image-wrapper {
    flex: 66.6%; }
  .refresh-order-banner__image {
    position: relative;
    padding-top: 44%;
    background-repeat: no-repeat;
    background-size: contain;
    display: none; }
    @media screen and (min-width: 992px) {
      .refresh-order-banner__image {
        display: block;
        padding-top: 18.75%; } }
  .refresh-order-banner__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-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    flex: 33.3%;
    padding-bottom: 10px;
    border-right: 6px solid #ff202C; }
    @media screen and (min-width: 992px) {
      .refresh-order-banner__body {
        margin: 0 0 0 20px;
        padding-right: 30px; } }
  .refresh-order-banner__topline {
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.15em;
    font-weight: 600;
    text-transform: uppercase; }
    @media screen and (min-width: 992px) {
      .refresh-order-banner__topline {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.15em;
        font-weight: 600; } }
  .refresh-order-banner__headline {
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.005em;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    left: -2px;
    color: #ff202C;
    padding-top: 2px;
    padding-bottom: 10px; }
    @media screen and (min-width: 992px) {
      .refresh-order-banner__headline {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: -0.005em;
        font-weight: 300; } }
  .refresh-order-banner__button {
    transition: all .15s ease-out;
    -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.15em;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.15em;
    font-weight: 600;
    display: inline-block;
    border: 2px solid;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    outline: 0;
    padding: 8px 12px 6px 12px;
    -webkit-padding-before: 7px;
    -webkit-padding-after: 7px;
    background-color: #ff202C;
    border-color: #ff202C;
    color: #000000;
    margin: auto 0 10px; }
    @media screen and (min-width: 992px) {
      .refresh-order-banner__button {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.15em;
        font-weight: 600; } }
    @media screen and (min-width: 992px) {
      .refresh-order-banner__button {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.15em;
        font-weight: 600; } }
    .refresh-order-banner__button:hover {
      border-color: #FFFFFF;
      background-color: #FFFFFF; }
  .refresh-order-banner__legal {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: normal;
    font-weight: 400;
    margin-top: auto;
    color: #aaaaaa; }
    @media screen and (min-width: 992px) {
      .refresh-order-banner__legal {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: normal;
        font-weight: 400; } }
  @media screen and (min-width: 992px) {
    .refresh-order-banner--until-large {
      display: none; } }
  @media screen and (max-width: 991px) {
    .refresh-order-banner--from-large {
      display: none; } }
  .refresh-order-banner--no-border {
    border: 0; }

.refresh-order-banner--no-image {
  border: 0; }
  .refresh-order-banner--no-image .refresh-order-banner__image-wrapper {
    display: none; }
  .refresh-order-banner--no-image .refresh-order-banner__body {
    margin-left: 0; }

.sample-component__title {
  font-size: 1.2em; }

.sample-react-component {
  margin: 80px;
  padding: 40px;
  border: 2px solid #ff202C;
  text-align: center;
  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-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .sample-react-component__header {
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.005em;
    font-weight: 300; }
    @media screen and (min-width: 992px) {
      .sample-react-component__header {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: -0.005em;
        font-weight: 300; } }
  .sample-react-component__button {
    margin: 0 auto;
    height: 40px;
    width: 40px;
    background-color: #7D7D7D;
    border-radius: 10px;
    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-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .sample-react-component__button-icon {
      margin-left: -7px; }
      .sample-react-component__button-icon--thumbsup:before {
        content: '👍'; }
      .sample-react-component__button-icon--thumbsdown:before {
        content: '👎'; }

.secondary-nav--datepicker {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 40; }

.date-picker {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  text-transform: capitalize;
  z-index: 50; }
  @media screen and (min-width: 992px) {
    .date-picker {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  @media (max-width: 743px) {
    .date-picker {
      width: 325px; } }
  .date-picker__toggle {
    cursor: pointer;
    padding: 10px;
    height: 40px;
    color: #FFFFFF;
    float: left; }
    @media screen and (min-width: 768px) {
      .date-picker__toggle {
        padding: 20px;
        height: 60px;
        width: auto; } }
    .date-picker__toggle:after {
      display: inline-block;
      background-size: cover;
      background-image: url("/assets/svg/down-arrow-white.svg");
      height: 12px;
      width: 12px;
      margin-left: 10px;
      content: '';
      background-position: 0px 10px; }
    .date-picker__toggle:focus {
      outline: none; }
  .date-picker .date-picker__toggle.date-picker__toggle--active {
    background: #FFFFFF;
    color: #191919; }
    .date-picker .date-picker__toggle.date-picker__toggle--active:after {
      display: inline-block;
      background-size: cover;
      background-image: url("/assets/svg/down-arrow-black.svg");
      height: 12px;
      width: 12px;
      margin-left: 10px;
      content: ''; }
  .date-picker__input {
    float: left;
    width: 120px;
    height: 40px;
    border: none;
    color: #FFFFFF;
    background: none;
    background-repeat: no-repeat;
    background-position: 95% 13px;
    display: inline-block;
    background-size: cover;
    background-image: url("/assets/svg/down-arrow-white.svg");
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    background-size: inherit; }
    @media screen and (min-width: 768px) {
      .date-picker__input {
        height: 60px;
        background-position: 95% 20px; } }
    .date-picker__input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      display: none; }
    .date-picker__input::-webkit-calendar-picker-indicator {
      -webkit-appearance: none;
      display: none; }
    .android .date-picker__input {
      background-image: none; }
  .date-picker__calendar {
    display: inline-block;
    margin: 0 40px 40px 0;
    background: #FFFFFF; }
    .date-picker__calendar-container {
      display: none;
      position: absolute;
      top: 40px;
      padding: 40px 0 0 40px;
      background: #FFFFFF;
      z-index: 40; }
      @media screen and (min-width: 768px) {
        .date-picker__calendar-container {
          top: 60px; } }
      .date-picker__calendar-container--active {
        display: block; }
    .date-picker__calendar table {
      border: 1px solid #FAFAFA; }
    .date-picker__calendar td {
      height: 40px;
      width: 40px; }
  .date-picker .calendar__month {
    padding: 10px;
    text-align: center;
    color: #FFFFFF;
    background: #191919; }
  .date-picker .calendar__days {
    margin: 5px;
    border-bottom: 1px solid #FAFAFA; }
  .date-picker .calendar__day {
    text-align: center;
    color: #7D7D7D; }
  .date-picker .calendar__date {
    text-align: center;
    color: #191919; }
    .date-picker .calendar__date:hover {
      background: #FAFAFA; }
    .date-picker .calendar__date--selected {
      background: #FAFAFA; }
    .date-picker .calendar__date--past {
      color: #7D7D7D;
      cursor: auto; }
      .date-picker .calendar__date--past:hover {
        background: #FFFFFF; }
    .date-picker .calendar__date--selected {
      color: #FFFFFF;
      background: #ff202C; }
      .date-picker .calendar__date--selected:hover {
        background: #ff202C; }
  .date-picker .calendar__date-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%; }

.schedule-drawer {
  display: none;
  background-color: #000000; }
  @media screen and (min-width: 992px) {
    .schedule-drawer {
      display: block; } }

.schedule-drawer {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    .schedule-drawer {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: normal;
      font-weight: 400; } }
  .schedule-drawer .schedule-drawer__inner,
  .schedule-drawer .schedule-drawer__footer__inner {
    border: transparent solid 15px;
    border-width: 0 15px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto; }
    .schedule-drawer .schedule-drawer__inner::after,
    .schedule-drawer .schedule-drawer__footer__inner::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 768px) {
      .schedule-drawer .schedule-drawer__inner,
      .schedule-drawer .schedule-drawer__footer__inner {
        border: transparent solid 50px;
        border-width: 0 50px; } }
    @media screen and (min-width: 1360px) {
      .schedule-drawer .schedule-drawer__inner,
      .schedule-drawer .schedule-drawer__footer__inner {
        border: transparent solid 100px;
        border-width: 0 100px; } }
  .schedule-drawer .schedule-drawer__icon-close {
    display: inline-block;
    background-size: cover;
    background-image: url("/assets/svg/close.svg");
    height: 24px;
    width: 24px;
    float: right;
    cursor: pointer; }
  .schedule-drawer .showtime-logo {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background-image: url("/assets/svg/showtime-logo.svg");
    height: 40px;
    width: 100px;
    margin-left: 8px;
    background-repeat: no-repeat;
    background-size: contain; }
  .schedule-drawer .schedule-drawer--header {
    display: inline-flex;
    line-height: 40px; }
  .schedule-drawer .schedule-drawer__list {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    overflow: hidden; }
    .schedule-drawer .schedule-drawer__list .schedule-drawer__list-item {
      float: left;
      display: block;
      margin-right: 2%;
      width: 32%; }
      .schedule-drawer .schedule-drawer__list .schedule-drawer__list-item:last-child {
        margin-right: 0; }
      .schedule-drawer .schedule-drawer__list .schedule-drawer__list-item:nth-child(3n) {
        margin-right: 0; }
      .schedule-drawer .schedule-drawer__list .schedule-drawer__list-item:nth-child(3n+1) {
        clear: left; }
      .schedule-drawer .schedule-drawer__list .schedule-drawer__list-item .schedule-drawer__program-img {
        float: left;
        margin: 0 5% 10px 0;
        width: 50%;
        max-width: 135px;
        box-shadow: 6px 2px 11px -5px black; }
      .schedule-drawer .schedule-drawer__list .schedule-drawer__list-item .schedule-drawer__program-time,
      .schedule-drawer .schedule-drawer__list .schedule-drawer__list-item .schedule-drawer__program-episode-number {
        font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
        color: #FFFFFF;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: normal;
        font-weight: 400; }
        @media screen and (min-width: 992px) {
          .schedule-drawer .schedule-drawer__list .schedule-drawer__list-item .schedule-drawer__program-time,
          .schedule-drawer .schedule-drawer__list .schedule-drawer__list-item .schedule-drawer__program-episode-number {
            font-size: 12px;
            line-height: 16px;
            letter-spacing: normal;
            font-weight: 400; } }
      .schedule-drawer .schedule-drawer__list .schedule-drawer__list-item .schedule-drawer__program-title {
        font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: normal;
        font-weight: 400; }
        @media screen and (min-width: 992px) {
          .schedule-drawer .schedule-drawer__list .schedule-drawer__list-item .schedule-drawer__program-title {
            font-size: 16px;
            line-height: 22px;
            letter-spacing: normal;
            font-weight: 400; } }
      .schedule-drawer .schedule-drawer__list .schedule-drawer__list-item .schedule-drawer__program-time,
      .schedule-drawer .schedule-drawer__list .schedule-drawer__list-item .schedule-drawer__program-title,
      .schedule-drawer .schedule-drawer__list .schedule-drawer__list-item .schedule-drawer__program-episode-number {
        text-align: left; }
      .schedule-drawer .schedule-drawer__list .schedule-drawer__list-item .schedule-drawer__program-title, .schedule-drawer .schedule-drawer__list .schedule-drawer__list-item .schedule-drawer__program-episode-number {
        display: block; }
      .schedule-drawer .schedule-drawer__list .schedule-drawer__list-item .schedule-drawer__program-time {
        color: #FAFAFA; }
      .schedule-drawer .schedule-drawer__list .schedule-drawer__list-item .schedule-drawer__program-episode-number {
        color: #7D7D7D; }
  .schedule-drawer .schedule-drawer__footer__inner {
    display: flex;
    align-items: center;
    left: 0;
    padding: 15px 0 0 0;
    width: 100%; }
    .schedule-drawer .schedule-drawer__footer__inner .pipebar {
      height: 40px;
      width: 1px;
      background-color: #2d2d33;
      padding: 0; }
    .schedule-drawer .schedule-drawer__footer__inner i {
      margin-left: 5px;
      height: 16px;
      width: 16px; }

.schedule-drawer__link--view-more {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  display: inline-flex;
  color: #FFFFFF;
  margin: 0 30px;
  width: auto; }
  @media screen and (min-width: 992px) {
    .schedule-drawer__link--view-more {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  .schedule-drawer__link--view-more:after {
    content: "\2192";
    position: relative;
    top: -1px;
    margin-left: 4px; }
  .schedule-drawer__link--view-more:first-child {
    margin: 0 25px 0 0; }

.schedule-grid {
  position: relative;
  overflow: hidden; }
  .schedule-grid__inner {
    min-height: 100vh;
    border: transparent solid 15px;
    border-width: 0 15px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute; }
    .schedule-grid__inner::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 768px) {
      .schedule-grid__inner {
        border: transparent solid 50px;
        border-width: 0 50px; } }
    @media screen and (min-width: 1360px) {
      .schedule-grid__inner {
        border: transparent solid 100px;
        border-width: 0 100px; } }

.schedule-grid__nav {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #222226;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .schedule-grid__nav {
      top: 60px; } }
  .schedule-grid__nav-inner {
    border: transparent solid 15px;
    border-width: 0 15px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center; }
    .schedule-grid__nav-inner::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 768px) {
      .schedule-grid__nav-inner {
        border: transparent solid 50px;
        border-width: 0 50px; } }
    @media screen and (min-width: 1360px) {
      .schedule-grid__nav-inner {
        border: transparent solid 100px;
        border-width: 0 100px; } }
    .schedule-grid__nav-inner .schedule-grid__channels-header {
      font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: normal;
      font-weight: 400;
      text-transform: capitalize;
      position: absolute;
      top: 10px;
      color: #aaaaaa;
      z-index: 1; }
      @media screen and (min-width: 992px) {
        .schedule-grid__nav-inner .schedule-grid__channels-header {
          font-size: 12px;
          line-height: 16px;
          letter-spacing: normal;
          font-weight: 400; } }
      @media screen and (min-width: 768px) {
        .schedule-grid__nav-inner .schedule-grid__channels-header {
          top: 27px;
          left: 0; } }
    .schedule-grid__nav-inner .schedule-grid__channel-prev {
      display: inline-block;
      background-size: cover;
      background-image: url("/assets/svg/prev.svg");
      height: 12px;
      width: 12px;
      position: absolute;
      top: 29px;
      left: 0;
      cursor: pointer; }
      @media screen and (min-width: 768px) {
        .schedule-grid__nav-inner .schedule-grid__channel-prev {
          left: 66px; } }
    .schedule-grid__nav-inner .schedule-grid__channel-next {
      display: inline-block;
      background-size: cover;
      background-image: url("/assets/svg/next.svg");
      height: 12px;
      width: 12px;
      position: absolute;
      top: 29px;
      right: 0;
      cursor: pointer; }
  .schedule-grid__nav-shim {
    width: 80px; }
    @media screen and (max-width: 767px) {
      .schedule-grid__nav-shim {
        display: none; } }

g.tick text {
  fill: #FFFFFF; }

g.tick:first-child text {
  fill: none; }

.channel,
.channel__header {
  position: relative;
  margin-right: 10px;
  width: 90%; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .channel,
    .channel__header {
      width: 20%; } }
  @media screen and (min-width: 992px) {
    .channel,
    .channel__header {
      width: 22%; } }
  .channel--hidden,
  .channel__header--hidden {
    display: none; }

.channel__header {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  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-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  text-align: center;
  background-color: #222226; }
  @media screen and (min-width: 992px) {
    .channel__header {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  @media screen and (max-width: 767px) {
    .channel__header {
      margin: 0 auto; } }
  .channel__header--hidden {
    display: none; }

.airing {
  width: 100%; }
  .airing__content {
    position: relative;
    background-color: #191919;
    height: 100%;
    width: 100%; }
  .airing__image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%; }
    .airing__image:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background-color: rgba(0, 0, 0, 0.1);
      background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), #191919);
      background-image: linear-gradient(rgba(0, 0, 0, 0.1), #191919); }
  .airing__copy {
    position: absolute;
    padding: 10px;
    height: 100%;
    width: 100%; }
    @media screen and (max-width: 479px) {
      .airing__copy {
        top: 0; } }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .airing__copy {
        bottom: 20px;
        height: 40%; } }
    @media screen and (max-width: 767px) {
      .airing__copy {
        padding: 20px; } }
    @media screen and (min-width: 768px) {
      .airing__copy {
        top: 0; } }
  .airing__title, .airing__time {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    position: relative; }
    @media screen and (min-width: 992px) {
      .airing__title, .airing__time {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
  .airing__subtitle {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: normal;
    font-weight: 400;
    font-weight: 400 !important;
    position: relative; }
    @media screen and (min-width: 992px) {
      .airing__subtitle {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: normal;
        font-weight: 400; } }
  .airing__description {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    position: relative;
    height: 100%; }
    @media screen and (min-width: 992px) {
      .airing__description {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
    @media screen and (min-width: 768px) {
      .airing__description {
        opacity: 0; } }
    .touchevents .airing__description {
      opacity: 1; }
    .airing__description:hover {
      opacity: 1; }
    .airing__description p {
      position: absolute; }
      @media screen and (max-width: 479px) {
        .airing__description p {
          top: 140px; } }
      @media screen and (min-width: 480px) and (max-width: 767px) {
        .airing__description p {
          top: 0; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .airing__description p {
          top: 0; } }
      @media screen and (min-width: 992px) and (max-width: 1199px) {
        .airing__description p {
          top: 100px; } }
      @media screen and (min-width: 1200px) {
        .airing__description p {
          top: 150px; } }

.y-axis {
  position: relative;
  top: 0;
  float: left;
  margin-top: 40px; }
  .y-axis--hidden {
    display: none; }
  .y-axis .domain {
    display: none; }

.schedule-grid__error {
  margin: 80px auto;
  height: 20px;
  color: #FFFFFF;
  text-transform: uppercase; }

.search-results__header, .search-results__suggestion {
  border: transparent solid 15px;
  border-width: 0 15px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  color: #7D7D7D; }
  .search-results__header::after, .search-results__suggestion::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 768px) {
    .search-results__header, .search-results__suggestion {
      border: transparent solid 50px;
      border-width: 0 50px; } }
  @media screen and (min-width: 1360px) {
    .search-results__header, .search-results__suggestion {
      border: transparent solid 100px;
      border-width: 0 100px; } }
  @media screen and (min-width: 992px) {
    .search-results__header, .search-results__suggestion {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }

.search-results__header {
  margin-top: 20px;
  width: 100%; }
  .search-results__header--keyword {
    color: #FFFFFF;
    font-style: italic; }

.search-results__suggestion {
  margin-top: 10px;
  color: #ff202C; }
  .search-results__suggestion--keyword {
    font-style: italic;
    border-bottom: 1px solid #ff202C; }

.super-serp {
  overflow: hidden;
  border: transparent solid 15px;
  border-width: 0 15px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }
  .super-serp::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 768px) {
    .super-serp {
      border: transparent solid 50px;
      border-width: 0 50px; } }
  @media screen and (min-width: 1360px) {
    .super-serp {
      border: transparent solid 100px;
      border-width: 0 100px; } }
  .super-serp:before, .super-serp:after {
    display: block;
    border-bottom: 1px solid #191919;
    content: "";
    float: left;
    display: block;
    margin-right: 2%;
    width: 100%; }
    .super-serp:before:last-child, .super-serp:after:last-child {
      margin-right: 0; }
  .super-serp:before {
    margin: 10px 0 40px 0; }
    @media screen and (min-width: 768px) {
      .super-serp:before {
        margin: 20px 0 80px 0; } }
  .super-serp:after {
    margin-top: 40px; }
    @media screen and (min-width: 768px) {
      .super-serp:after {
        margin-top: 80px; } }
  .super-serp__header {
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 34px;
    line-height: 32px;
    letter-spacing: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px; }
    @media screen and (min-width: 992px) {
      .super-serp__header {
        font-size: 50px;
        line-height: 48px;
        letter-spacing: normal;
        font-weight: 400; } }
  .super-serp__image {
    position: relative;
    margin-bottom: 10px;
    float: left;
    display: block;
    margin-right: 2%;
    width: 100%; }
    .super-serp__image:last-child {
      margin-right: 0; }
    @media screen and (min-width: 992px) {
      .super-serp__image {
        float: left;
        display: block;
        margin-right: 2%;
        width: 23.5%; }
        .super-serp__image:last-child {
          margin-right: 0; } }
    .super-serp__image img {
      width: 100%; }
  .super-serp__button-container {
    position: absolute;
    top: 0;
    bottom: 3px;
    left: 0;
    right: 0;
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    justify-content: center; }
    @media screen and (min-width: 768px) {
      .super-serp__button-container {
        padding: 30px; } }
    .super-serp__button-container:after {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 25;
      height: 100%;
      width: 100%;
      content: "";
      background-color: transparent;
      background-image: -webkit-linear-gradient(transparent 75%, rgba(0, 0, 0, 0.75));
      background-image: linear-gradient(transparent 75%, rgba(0, 0, 0, 0.75)); }
  .super-serp__button {
    width: 100%;
    z-index: 100;
    white-space: nowrap; }
  .super-serp__links {
    float: left;
    display: block;
    margin-right: 2%;
    width: 100%; }
    .super-serp__links:last-child {
      margin-right: 0; }
    @media screen and (min-width: 992px) {
      .super-serp__links {
        float: left;
        display: block;
        margin-right: 2%;
        width: 74.5%; }
        .super-serp__links:last-child {
          margin-right: 0; } }
  .super-serp__link {
    position: relative;
    margin-bottom: 10px;
    height: 80px;
    background: #191919;
    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; }
    .super-serp__link:last-child {
      margin-bottom: 0; }
    .super-serp__link-text {
      margin-left: 30px; }
      .super-serp__link-text > *:last-child {
        margin-bottom: 0; }
    .super-serp__link-title {
      margin-bottom: 5px;
      font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: normal;
      font-weight: 400; }
      @media screen and (min-width: 992px) {
        .super-serp__link-title {
          font-size: 20px;
          line-height: 24px;
          letter-spacing: normal;
          font-weight: 400; } }
    .super-serp__link-sub-title {
      font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: normal;
      font-weight: 400;
      padding-right: 30px; }
      @media screen and (min-width: 992px) {
        .super-serp__link-sub-title {
          font-size: 16px;
          line-height: 22px;
          letter-spacing: normal;
          font-weight: 400; } }
    .super-serp__link-video {
      position: relative;
      width: 140px;
      height: 100%;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        .super-serp__link-video {
          display: none; } }
      .super-serp__link-video:after {
        position: absolute;
        bottom: 10px;
        left: 10px;
        width: 12px;
        content: "";
        display: inline-block;
        background-size: cover;
        background-image: url("/assets/svg/play-arrow.svg");
        height: 24px;
        width: 24px; }
    .super-serp__link:before {
      position: absolute;
      width: 12px;
      right: 20px;
      top: 42%;
      /* this is necessary for safari because it won't respect the flex for psuedo els for some reason */
      content: "";
      display: inline-block;
      background-size: cover;
      background-image: url("/assets/svg/next.svg");
      height: 12px;
      width: 12px; }
      @media screen and (min-width: 768px) {
        .super-serp__link:before {
          right: 30px; } }
  .super-serp--sign-in .super-serp__image {
    display: none; }
  .super-serp--sign-in .super-serp__links {
    float: left;
    display: block;
    margin-right: 2%;
    width: 100%; }
    .super-serp--sign-in .super-serp__links:last-child {
      margin-right: 0; }
  .super-serp--sign-in .super-serp__link {
    padding-right: 40px;
    height: 100px; }
    @media screen and (max-width: 767px) {
      .super-serp--sign-in .super-serp__link {
        padding: 30px 40px 30px 0;
        height: auto; } }

.search-results__list-item {
  margin-bottom: 15px;
  border: transparent solid 15px;
  border-width: 0 15px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }
  .search-results__list-item::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 768px) {
    .search-results__list-item {
      border: transparent solid 50px;
      border-width: 0 50px; } }
  @media screen and (min-width: 1360px) {
    .search-results__list-item {
      border: transparent solid 100px;
      border-width: 0 100px; } }
  @media screen and (min-width: 768px) {
    .search-results__list-item {
      margin-bottom: 40px; } }

@media screen and (min-width: 768px) {
  .search-results:last-child {
    margin-bottom: 80px; } }

.search-results__image {
  display: inline-block;
  position: relative;
  float: left;
  display: block;
  margin-right: 2%;
  width: 23.5%; }
  .search-results__image:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .search-results__image {
      float: left;
      display: block;
      margin-right: 2%;
      width: 40.5%; }
      .search-results__image:last-child {
        margin-right: 0; } }
  .search-results__image img {
    width: 100%; }

.search-results__video-duration {
  display: none; }

.search-results__text {
  display: inline-block;
  float: left;
  display: block;
  margin-right: 2%;
  width: 74.5%; }
  .search-results__text:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .search-results__text {
      padding-left: 5px;
      float: left;
      display: block;
      margin-right: 2%;
      width: 57.5%; }
      .search-results__text:last-child {
        margin-right: 0; } }

.search-results__title {
  display: inline-block;
  margin-bottom: 5px;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    .search-results__title {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: normal;
      font-weight: 400; } }
  @media screen and (max-width: 767px) {
    .search-results__title {
      font-size: 14px; } }

.search-results__description {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  color: #aaaaaa; }
  @media screen and (min-width: 992px) {
    .search-results__description {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  @media screen and (max-width: 767px) {
    .search-results__description {
      display: none; } }

.search-results__price {
  display: none; }

.search-results__list-item--order {
  background: #ff202C;
  background-clip: padding-box;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .search-results__list-item--order {
      height: 140px;
      background-clip: border-box; } }
  .search-results__list-item--order .search-results__link {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .search-results__list-item--order .search-results__image {
    margin-bottom: -6px;
    margin-left: -1px; }
    @media screen and (max-width: 767px) {
      .search-results__list-item--order .search-results__image {
        display: none; } }
  .search-results__list-item--order .search-results__text {
    padding-right: 10px;
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center; }
    @media screen and (max-width: 767px) {
      .search-results__list-item--order .search-results__text {
        float: left;
        display: block;
        margin-right: 2%;
        width: 100%; }
        .search-results__list-item--order .search-results__text:last-child {
          margin-right: 0; } }
  .search-results__list-item--order .search-results__title {
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .search-results__list-item--order .search-results__title {
        font-size: 16px; } }
  .search-results__list-item--order .search-results__description {
    color: #FFFFFF;
    display: block; }

.search-results__list-item--store .search-results__image {
  background: #FFFFFF;
  text-align: center; }
  .search-results__list-item--store .search-results__image img {
    width: 50%; }
  .search-results__list-item--store .search-results__image .search-results__link {
    display: inline-block;
    height: 100%;
    width: 100%; }

.search-results__list-item--store .search-results__price {
  display: block;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  margin-bottom: 10px;
  color: #aaaaaa; }
  @media screen and (min-width: 992px) {
    .search-results__list-item--store .search-results__price {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  .search-results__list-item--store .search-results__price--sale {
    color: #ff202C; }

.search-results__list-item--video .search-results__image .search-results__link:before {
  position: absolute;
  bottom: 10px;
  left: 5px;
  content: "";
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/play-arrow.svg");
  height: 24px;
  width: 24px; }
  @media screen and (min-width: 768px) {
    .search-results__list-item--video .search-results__image .search-results__link:before {
      bottom: 10px;
      left: 10px;
      display: inline-block;
      background-size: cover;
      background-image: url("/assets/svg/play-arrow.svg");
      height: 32px;
      width: 32px; } }

.search-results__list-item--video .search-results__video-duration {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 5px;
  padding: 2px 5px;
  background: rgba(0, 0, 0, 0.75);
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    .search-results__list-item--video .search-results__video-duration {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  @media screen and (max-width: 767px) {
    .search-results__list-item--video .search-results__video-duration {
      font-size: 12px; } }
  @media screen and (min-width: 768px) {
    .search-results__list-item--video .search-results__video-duration {
      bottom: 10px;
      right: 10px;
      padding: 5px 15px; } }

.search-results__list {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .search-results__list {
      margin-top: 80px; } }

.secondary-nav {
  margin-bottom: 20px; }
  @media screen and (min-width: 992px) {
    .secondary-nav {
      margin-bottom: 40px; } }
  .secondary-nav__content {
    border: transparent solid 15px;
    border-width: 0 15px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto; }
    .secondary-nav__content::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 768px) {
      .secondary-nav__content {
        border: transparent solid 50px;
        border-width: 0 50px; } }
    @media screen and (min-width: 1360px) {
      .secondary-nav__content {
        border: transparent solid 100px;
        border-width: 0 100px; } }
    @media screen and (max-width: 767px) {
      .secondary-nav__content {
        background: rgba(0, 0, 0, 0.2); } }
  .secondary-nav__list {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    display: none; }
    @media screen and (min-width: 768px) {
      .secondary-nav__list {
        padding: 20px 0 17px;
        -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-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
  .secondary-nav__item {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    font-weight: 400 !important;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #FFFFFF; }
    @media screen and (min-width: 992px) {
      .secondary-nav__item {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
    .secondary-nav__item--active {
      color: #ff202C;
      border-bottom: 3px solid #ff202C; }

.secondary-nav--red-from-medium, .secondary-nav--red-always {
  position: relative; }
  @media screen and (min-width: 768px) {
    .secondary-nav--red-from-medium, .secondary-nav--red-always {
      background: #ff202C; } }
  @media screen and (min-width: 768px) {
    .secondary-nav--red-from-medium .secondary-nav__content ul, .secondary-nav--red-always .secondary-nav__content ul {
      width: 65%;
      float: left; } }
  @media screen and (min-width: 992px) {
    .secondary-nav--red-from-medium .secondary-nav__content ul, .secondary-nav--red-always .secondary-nav__content ul {
      width: 50%; } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .secondary-nav--red-from-medium .secondary-nav__content ul, .secondary-nav--red-always .secondary-nav__content ul {
      width: 55%; } }
  .secondary-nav--red-from-medium .secondary-nav__item, .secondary-nav--red-always .secondary-nav__item {
    color: #191919; }
    .secondary-nav--red-from-medium .secondary-nav__item--active, .secondary-nav--red-always .secondary-nav__item--active {
      color: #FFFFFF; }
      @media screen and (min-width: 768px) {
        .secondary-nav--red-from-medium .secondary-nav__item--active, .secondary-nav--red-always .secondary-nav__item--active {
          border-bottom: 3px solid #FFFFFF; } }
  .secondary-nav--red-from-medium .secondary-nav__link, .secondary-nav--red-always .secondary-nav__link {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    text-transform: capitalize;
    font-weight: 400 !important;
    display: none;
    padding: 20px;
    float: right;
    width: 200px;
    color: #FFFFFF;
    text-align: center;
    background: #ff202C; }
    @media screen and (min-width: 992px) {
      .secondary-nav--red-from-medium .secondary-nav__link, .secondary-nav--red-always .secondary-nav__link {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
    @media screen and (min-width: 768px) {
      .secondary-nav--red-from-medium .secondary-nav__link, .secondary-nav--red-always .secondary-nav__link {
        display: block; } }
    @media screen and (min-width: 992px) {
      .secondary-nav--red-from-medium .secondary-nav__link, .secondary-nav--red-always .secondary-nav__link {
        width: 250px; } }
    .secondary-nav--red-from-medium .secondary-nav__link:after, .secondary-nav--red-always .secondary-nav__link:after {
      display: inline-block;
      background-size: cover;
      background-image: url("/assets/svg/next.svg");
      height: 12px;
      width: 12px;
      margin-left: 10px;
      content: ''; }

.secondary-nav--red-always .secondary-nav__content {
  background: #ff202C;
  min-height: 40px; }
  @media screen and (min-width: 768px) {
    .secondary-nav--red-always .secondary-nav__content {
      position: relative; } }

.secondary-nav--red-always .secondary-nav__dropdown {
  height: 40px;
  width: 170px;
  color: #FFFFFF;
  background-position: 95%;
  background-image: url("/assets/svg/down-arrow-white.svg"); }
  @media screen and (min-width: 768px) {
    .secondary-nav--red-always .secondary-nav__dropdown {
      display: block;
      float: left;
      margin: 0;
      padding: 20px 0;
      height: 60px; } }

.secondary-nav--red-always .secondary-nav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0; }
  @media screen and (max-width: 767px) {
    .secondary-nav--red-always .secondary-nav__link {
      padding: 10px;
      height: 40px;
      width: auto; } }

.secondary-nav__disclosure {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  padding: 10px 30px;
  width: 100%;
  color: #ff202C;
  background: rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 992px) {
    .secondary-nav__disclosure {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  @media screen and (min-width: 768px) {
    .secondary-nav__disclosure {
      display: none; } }
  .secondary-nav__disclosure:after {
    display: inline-block;
    background-size: cover;
    background-image: url("/assets/svg/down-arrow-red.svg");
    height: 12px;
    width: 12px;
    margin-left: 5px;
    content: ''; }
  .secondary-nav__disclosure--mobile-reveal {
    background: #191919; }
    .secondary-nav__disclosure--mobile-reveal:after {
      display: inline-block;
      background-size: cover;
      background-image: url("/assets/svg/up-arrow-red.svg");
      height: 12px;
      width: 12px;
      margin-left: 5px;
      content: ''; }

.secondary-nav__content .responsive-dropdown {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  flex-direction: column;
  padding: 20px 20px 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 768px) {
    .secondary-nav__content .responsive-dropdown {
      padding: 15px 0;
      flex-direction: row;
      justify-content: space-between; } }

.secondary-nav__content--mobile-reveal {
  background: #000000; }
  @media screen and (min-width: 768px) {
    .secondary-nav__content--mobile-reveal {
      background: none; } }
  .secondary-nav__content--mobile-reveal .secondary-nav__item--active {
    font-size: 14px; }
    @media screen and (min-width: 768px) {
      .secondary-nav__content--mobile-reveal .secondary-nav__item--active {
        color: #ff202C; } }
    @media screen and (min-width: 992px) {
      .secondary-nav__content--mobile-reveal .secondary-nav__item--active {
        font-size: 16px; } }
  .secondary-nav__content--mobile-reveal li {
    display: block; }

.secondary-nav__item {
  font-weight: 400 !important;
  display: none;
  margin-bottom: 20px;
  color: #7D7D7D; }
  @media screen and (min-width: 768px) {
    .secondary-nav__item {
      display: block;
      margin-bottom: 0;
      color: #FFFFFF; } }
  .secondary-nav__item--active {
    color: #FFFFFF;
    font-size: 24px;
    border: none; }
    @media screen and (min-width: 768px) {
      .secondary-nav__item--active {
        color: #ff202C;
        font-size: 14px;
        border-bottom: 3px solid #ff202C; } }
    @media screen and (min-width: 992px) {
      .secondary-nav__item--active {
        font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: normal;
        font-weight: 400; } }
  @media screen and (min-width: 992px) and (min-width: 992px) {
    .secondary-nav__item--active {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }

.select-navigation {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  padding: 10px 0;
  width: 100%;
  color: #ff202C;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  background-repeat: no-repeat;
  background-position: 95%;
  text-transform: capitalize;
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/down-arrow-red.svg");
  background-size: initial; }
  @media screen and (min-width: 992px) {
    .select-navigation {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  @media screen and (min-width: 768px) {
    .select-navigation {
      display: none; } }
  .select-navigation::-ms-expand {
    /* for IE 11 */
    display: none; }
  .select-navigation option:nth-child(n+2) {
    text-transform: capitalize; }

.section-header--dropdown {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: 400;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #000000;
  border-bottom: 1px solid #ff202C; }
  @media screen and (min-width: 992px) {
    .section-header--dropdown {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: normal;
      font-weight: 400; } }

.section-header--dropdown select {
  text-transform: uppercase;
  position: relative;
  height: 40px;
  padding: 10px 40px 10px 10px;
  color: #fff;
  border: none;
  outline: 1px solid #000000;
  background-color: #000000;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.section-header--dropdown:after {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/down-arrow.svg");
  position: relative;
  left: -40px;
  z-index: 1; }
  .section-header--dropdown:after:after {
    display: inline-block;
    background-size: cover;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    content: ""; }

.catalog-grid__row {
  margin-top: 15px; }
  .catalog-grid__row::after {
    clear: both;
    content: "";
    display: table; }

.catalog-grid__image {
  display: block;
  float: left;
  margin: 12px 1%;
  width: 48%;
  color: #000000;
  text-align: center; }
  .catalog-grid__image figure {
    margin: 0; }
  .catalog-grid__image-shim {
    display: block;
    background-color: #191919;
    padding-top: 56.19%;
    background-size: contain;
    background-position: center center; }
  @media screen and (max-width: 767px) {
    .catalog-grid__image:nth-child(odd) {
      clear: both; } }
  @media screen and (min-width: 768px) {
    .catalog-grid__image {
      width: 31%; } }
  @media screen and (min-width: 992px) {
    .catalog-grid__image {
      width: 14.5%; }
      .catalog-grid__image:nth-child(6n+1) {
        clear: both; } }
  .catalog-grid__image img {
    width: 100%; }

.catalog-grid__copy {
  margin: 10px 8px;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
  font-weight: 400;
  color: #FFFFFF; }
  @media screen and (min-width: 992px) {
    .catalog-grid__copy {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: normal;
      font-weight: 400; } }
  @media screen and (min-width: 768px) {
    .catalog-grid__copy {
      font-size: 16px;
      line-height: 19px;
      letter-spacing: normal;
      font-weight: 400; } }

.series-drawer {
  display: none; }
  @media screen and (min-width: 992px) {
    .series-drawer {
      display: block; } }
  .series-drawer__inner {
    border: transparent solid 15px;
    border-width: 0 15px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .series-drawer__inner::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 768px) {
      .series-drawer__inner {
        border: transparent solid 50px;
        border-width: 0 50px; } }
    @media screen and (min-width: 1360px) {
      .series-drawer__inner {
        border: transparent solid 100px;
        border-width: 0 100px; } }
  .series-drawer__see-all-cntr {
    padding-top: 20px;
    text-align: center; }

.about-the-series-section {
  border: transparent solid 15px;
  border-width: 0 15px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px; }
  .about-the-series-section::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 768px) {
    .about-the-series-section {
      border: transparent solid 50px;
      border-width: 0 50px; } }
  @media screen and (min-width: 1360px) {
    .about-the-series-section {
      border: transparent solid 100px;
      border-width: 0 100px; } }
  @media screen and (max-width: 991px) {
    .about-the-series-section {
      margin-bottom: 40px; } }

@media screen and (min-width: 992px) {
  .about-the-series--has-updates .about-the-series__synapsis, .about-the-series--has-next-on .about-the-series__synapsis {
    float: left;
    display: block;
    margin-right: 2%;
    width: 66%; }
    .about-the-series--has-updates .about-the-series__synapsis:last-child, .about-the-series--has-next-on .about-the-series__synapsis:last-child {
      margin-right: 0; }
  .about-the-series--has-updates .about-the-series__updates,
  .about-the-series--has-updates .about-the-series__next-on, .about-the-series--has-next-on .about-the-series__updates,
  .about-the-series--has-next-on .about-the-series__next-on {
    float: left;
    display: block;
    margin-right: 2%;
    width: 32%;
    display: none; }
    .about-the-series--has-updates .about-the-series__updates:last-child,
    .about-the-series--has-updates .about-the-series__next-on:last-child, .about-the-series--has-next-on .about-the-series__updates:last-child,
    .about-the-series--has-next-on .about-the-series__next-on:last-child {
      margin-right: 0; }
  .about-the-series--has-updates .about-the-series__updates,
  .about-the-series--has-next-on .about-the-series__next-on {
    display: block;
    margin-right: 0; }
  .about-the-series--has-updates.about-the-series--has-next-on .about-the-series__synapsis {
    float: left;
    display: block;
    margin-right: 2%;
    width: 32%; }
    .about-the-series--has-updates.about-the-series--has-next-on .about-the-series__synapsis:last-child {
      margin-right: 0; }
  .about-the-series--has-updates.about-the-series--has-next-on .about-the-series__updates {
    margin-right: 2%; }
  .about-the-series--has-updates .about-the-series__order-promo,
  .about-the-series--has-next-on .about-the-series__order-promo {
    display: none; }
  .about-the-series--has-synapsis-only .about-the-series__synapsis {
    float: left;
    display: block;
    margin-right: 2%;
    width: 66%; }
    .about-the-series--has-synapsis-only .about-the-series__synapsis:last-child {
      margin-right: 0; }
  .about-the-series--has-synapsis-only .about-the-series__updates,
  .about-the-series--has-synapsis-only .about-the-series__next-on {
    display: none; }
  .about-the-series--has-synapsis-only .about-the-series__order-promo {
    float: left;
    display: block;
    margin-right: 2%;
    width: 32%;
    margin-right: 0; }
    .about-the-series--has-synapsis-only .about-the-series__order-promo:last-child {
      margin-right: 0; } }

@media screen and (max-width: 991px) {
  .about-the-series--has-updates .about-the-series__synapsis,
  .about-the-series--has-updates .about-the-series__updates,
  .about-the-series--has-updates .about-the-series__next-on,
  .about-the-series--has-next-on .about-the-series__synapsis,
  .about-the-series--has-next-on .about-the-series__updates,
  .about-the-series--has-next-on .about-the-series__next-on {
    margin-bottom: 20px; }
  .about-the-series--has-updates div:last-of-type,
  .about-the-series--has-next-on div:last-of-type {
    margin-bottom: 0; }
  .about-the-series--has-updates.about-the-series--has-next-on .about-the-series__next-on {
    margin-bottom: 0; } }

.series-legal.section--inner {
  margin-bottom: 40px; }
  @media screen and (min-width: 992px) {
    .series-legal.section--inner {
      margin-bottom: 0; } }

.series-legal .series-legal__icon {
  position: relative;
  float: left;
  margin-right: 10px;
  height: 30px;
  width: 30px; }

.series-legal__advisories {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
  font-weight: 400;
  display: block;
  overflow: hidden;
  color: #aaaaaa; }
  @media screen and (min-width: 992px) {
    .series-legal__advisories {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: normal;
      font-weight: 400; } }

.series-legal__advisories--ratings {
  text-transform: capitalize; }

.series-legal .tvma-dlvs {
  background: transparent url(https://www.sho.com/assets/images/series/lib/tv-ratings/tvma-dlvs_24x24.png);
  background-size: cover; }

.series-legal .tv14-d {
  background: transparent url(https://www.sho.com/assets/images/series/lib/tv-ratings/tv14-d_24x24.png);
  background-size: cover; }

.series-legal .tv14-dl {
  background: transparent url(https://www.sho.com/assets/images/series/lib/tv-ratings/tv14-dl_24x24.png);
  background-size: cover; }

.series-legal .tv14-l {
  background: transparent url(https://www.sho.com/assets/images/series/lib/tv-ratings/tv14-l_24x24.png);
  background-size: cover; }

.series-legal .tv14-lv {
  background: transparent url(https://www.sho.com/assets/images/series/lib/tv-ratings/tv14-lv_24x24.png);
  background-size: cover; }

.series-legal .tv14-lvd {
  background: transparent url(https://www.sho.com/assets/images/series/lib/tv-ratings/tv14-lvd_24x24.png);
  background-size: cover; }

.series-legal .tv14-dlvs {
  background: transparent url(https://www.sho.com/assets/images/series/lib/tv-ratings/tv14-dlvs_24x24.png);
  background-size: cover; }

.series-legal .tvma {
  background: transparent url(https://www.sho.com/assets/images/series/lib/tv-ratings/tvma_24x24.png);
  background-size: cover; }

.series-legal .tvma-dl {
  background: transparent url(https://www.sho.com/assets/images/series/lib/tv-ratings/tvma-dl_24x24.png);
  background-size: cover; }

.series-legal .tvma-ds {
  background: transparent url(https://www.sho.com/assets/images/series/lib/tv-ratings/tvma-ds_24x24.png);
  background-size: cover; }

.series-legal .tvma-dls {
  background: transparent url(https://www.sho.com/assets/images/series/lib/tv-ratings/tvma-dls_24x24.png);
  background-size: cover; }

.series-legal .tvma-dlv {
  background: transparent url(https://www.sho.com/assets/images/series/lib/tv-ratings/tvma-dlv_24x24.png);
  background-size: cover; }

.series-legal .tvma-dvs {
  background: transparent url(https://www.sho.com/assets/images/series/lib/tv-ratings/tvma-dvs_24x24.png);
  background-size: cover; }

.series-legal .tvma-l {
  background: transparent url(https://www.sho.com/assets/images/series/lib/tv-ratings/tvma-l_24x24.png);
  background-size: cover; }

.series-legal .tvma-lv {
  background: transparent url(https://www.sho.com/assets/images/series/lib/tv-ratings/tvma-lv_24x24.png);
  background-size: cover; }

.series-legal .tvma-sl {
  background: transparent url(https://www.sho.com/assets/images/series/lib/tv-ratings/tvma-sl_24x24.png);
  background-size: cover; }

.series-legal .tvma-sv {
  background: transparent url(https://www.sho.com/assets/images/series/lib/tv-ratings/tvma-sv_24x24.png);
  background-size: cover; }

.series-legal .tvpg-ac {
  background: transparent url(https://www.sho.com/assets/images/series/lib/tv-ratings/tvpg-ac_24x24.png);
  background-size: cover; }

.series-legal .tvpg-l {
  background: transparent url(https://www.sho.com/assets/images/series/lib/tv-ratings/tvpg-l_24x24.png);
  background-size: cover; }

.series-legal .tvpg-acv {
  background: transparent url(https://www.sho.com/assets/images/series/lib/tv-ratings/tvpg-acv_24x24.png);
  background-size: cover; }

.series-legal .tvma-acvl {
  background: transparent url(https://www.sho.com/assets/images/series/lib/tv-ratings/tvma-acvl_24x24.png);
  background-size: cover; }

.series-legal .tvma-acglnv {
  background: transparent url(https://www.sho.com/assets/images/series/lib/tv-ratings/tvma_acglnv_60x60.png);
  background-size: cover; }

.series-legal .tvma-acal {
  background: transparent url(https://www.sho.com/assets/images/series/lib/tv-ratings/tvma-acal_60x60.png);
  background-size: cover; }

.series-legal .tvma-al {
  background: transparent url(https://www.sho.com/assets/images/series/lib/tv-ratings/tvma-al_60x60.png);
  background-size: cover; }

.simplified-global-navigation {
  position: relative;
  width: 100%;
  height: 90px;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 35%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 35%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0) 100%); }
  @media screen and (min-width: 992px) {
    .simplified-global-navigation {
      height: 240px; } }
  .simplified-global-navigation__inner {
    border: transparent solid 15px;
    border-width: 0 15px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    min-height: 74px;
    padding-top: 15px;
    padding-bottom: 15px; }
    .simplified-global-navigation__inner::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 768px) {
      .simplified-global-navigation__inner {
        border: transparent solid 50px;
        border-width: 0 50px; } }
    @media screen and (min-width: 1360px) {
      .simplified-global-navigation__inner {
        border: transparent solid 100px;
        border-width: 0 100px; } }
    @media screen and (min-width: 480px) {
      .simplified-global-navigation__inner {
        min-height: 63px; } }
    @media screen and (min-width: 992px) {
      .simplified-global-navigation__inner {
        border-bottom: 10px !important;
        padding-top: 30px;
        padding-bottom: 20px;
        background: none; } }
  .simplified-global-navigation__logo {
    display: block;
    float: left;
    width: 127px;
    height: 44px;
    margin: 0 20px 0 0;
    text-indent: -1000px;
    background: url("/assets/svg/showtime-logo.svg");
    background-size: 127px 44px;
    background-repeat: no-repeat; }
    @media screen and (min-width: 480px) {
      .simplified-global-navigation__logo {
        width: 93px;
        height: 33px;
        background-size: 93px 33px; } }
  .simplified-global-navigation__link {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    display: block;
    float: right;
    padding-top: 1px;
    line-height: 44px;
    color: #FAFAFA;
    cursor: pointer; }
    @media screen and (min-width: 992px) {
      .simplified-global-navigation__link {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
    @media screen and (min-width: 480px) {
      .simplified-global-navigation__link {
        padding-top: 2px;
        line-height: 33px; } }

.slider {
  position: relative;
  min-height: 150px; }

.slider__container {
  scrollbar-width: none;
  -ms-overflow-style: none; }

.slider__container::-webkit-scrollbar {
  display: none; }

.slider.slider--grid .slider__container {
  position: relative;
  overflow: auto; }

.slider.slider--grid .slider__content {
  width: auto; }

.slider--inline .slider__container {
  position: absolute;
  overflow-x: scroll;
  left: 0;
  right: 0;
  display: flex; }

.slider--inline .slider__content {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: left 0.25s ease-in-out;
  -moz-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out; }

.slider__control {
  overflow: hidden;
  position: absolute;
  right: 0;
  height: 100%;
  width: 40px;
  z-index: 5;
  background: none; }
  .slider__control--prev {
    left: -10px;
    background: none; }
  @media screen and (min-width: 768px) {
    .slider__control {
      width: 100px; }
      .slider__control--prev {
        left: -40px; }
      .slider__control--next {
        right: -40px; } }

.slider__control__label {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/next--thinner.svg");
  height: 32px;
  width: 32px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -20px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }
  @media screen and (min-width: 768px) {
    .slider__control__label {
      left: auto;
      right: 0; } }
  .slider__control--prev .slider__control__label {
    display: inline-block;
    background-size: cover;
    background-image: url("/assets/svg/prev--thinner.svg");
    height: 32px;
    width: 32px; }
    @media screen and (min-width: 768px) {
      .slider__control--prev .slider__control__label {
        left: 0; } }

.slider__items {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  margin: 0 20px;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 768px) {
    .slider__items {
      margin: 0; } }

.slider__item {
  min-width: 80px;
  margin-right: 20px;
  vertical-align: text-top; }
  .slider__item:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .slider__item {
      margin-right: 15px; }
      .slider__item:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 992px) {
    .slider__item {
      margin-right: 20px; }
      .slider__item:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1200px) {
    .slider__item {
      margin-right: 25px; }
      .slider__item:last-child {
        margin-right: 0; } }

.slider--grid {
  height: auto; }
  .slider--grid .slider__items {
    display: block; }

.slider--inline .promo {
  margin-bottom: 0; }

.slider--season {
  min-height: 0;
  height: 172px; }
  @media screen and (min-width: 768px) {
    .slider--season {
      height: 252px; } }
  .slider--season .slider__item {
    width: 172px; }
    @media screen and (min-width: 768px) {
      .slider--season .slider__item {
        width: 448px; } }

.slider--cast {
  margin-bottom: 120px;
  min-height: 0;
  height: 172px; }
  @media screen and (min-width: 992px) {
    .slider--cast {
      margin-bottom: 180px; } }
  .slider--cast .slider__item {
    width: 172px; }

.slider--portrait {
  min-height: 0;
  height: 225px; }
  @media screen and (min-width: 768px) {
    .slider--portrait {
      height: 369px; } }
  .slider--portrait .slider__item {
    width: 150px; }
    @media screen and (min-width: 768px) {
      .slider--portrait .slider__item {
        width: 246px; } }

.slider--dark-grey .slider__control {
  background: none; }
  .slider--dark-grey .slider__control--prev {
    background: none; }

.slider--no-shaders .slider__control {
  background: none; }

@media screen and (max-width: 767px) {
  .slider--from-square {
    height: 225px; }
    .slider--from-square .slider__item {
      width: 225px; } }

.slider--square.slider--inline {
  height: 225px; }
  .slider--square.slider--inline .slider__item {
    width: 225px; }
  @media screen and (min-width: 768px) {
    .slider--square.slider--inline {
      height: 320px; }
      .slider--square.slider--inline .slider__item {
        width: 320px; } }

.slider--from-stack.slider--grid {
  height: auto; }
  .slider--from-stack.slider--grid .slider__items {
    display: block;
    margin: 0; }
  .slider--from-stack.slider--grid .slider__item {
    display: block;
    width: auto;
    margin: 15px;
    height: auto;
    min-height: auto; }

.slider--from-stack.slider--grid.slider--from-two-col .slider__items {
  outline: red solid 2px; }
  .slider--from-stack.slider--grid.slider--from-two-col .slider__items::after {
    clear: both;
    content: "";
    display: table; }

.slider--from-stack.slider--grid.slider--from-two-col .slider__item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 10px 10px 10px; }
  .slider--from-stack.slider--grid.slider--from-two-col .slider__item:nth-child(3) {
    clear: both; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

  * This is the "default skin" stlying that comes with Photoswipe. It has been moved
  here from lib/photoswipe so we can can edit and remove styles we override or 
  do not use anyway. 

	Contents:

	1. Buttons
	2. Share modal and links --> removed, we don't use this 
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator --> removed, we use our own loading animation
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none; }

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1; }

.pswp__button:active {
  outline: none;
  opacity: 0.9; }

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url("/assets/svg/default-skin.svg") 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url("/assets/svg/default-skin.svg"); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
/* --- REMOVED --- */
/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }

.pswp__caption small {
  font-size: 11px;
  color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

 */
/* --- REMOVED --- */
/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.pswp__bg {
  opacity: 0.88 !important; }

@media screen and (min-width: 1360px) {
  .pswp__button--close {
    position: absolute;
    right: 320px; } }

@media screen and (min-width: 1360px) {
  .pswp__counter {
    left: 320px; } }

@media screen and (min-width: 1360px) {
  .pswp__button--arrow--left {
    left: 320px; } }

.pswp__button--arrow--left:before {
  background: url("/assets/svg/prev.svg") no-repeat !important;
  background-size: cover !important; }

@media screen and (min-width: 1360px) {
  .pswp__button--arrow--right {
    right: 320px; } }

.pswp__button--arrow--right:before {
  background: url("/assets/svg/next.svg") no-repeat !important;
  background-size: cover !important; }

.pswp__caption__center {
  font-size: 14px;
  color: #FAFAFA;
  text-align: center;
  max-width: 600px; }
  .pswp__caption__center span {
    font-size: 12px; }

.loading-animation {
  z-index: 99999; }

@media screen and (max-width: 991px) {
  .modal__close {
    height: 18px !important;
    width: 18px !important; } }

.streaming-modal {
  position: relative;
  max-width: 440px;
  background: #000000;
  max-width: 1600px;
  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; }
  .streaming-modal::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 992px) {
    .streaming-modal {
      max-width: 874px; } }

.streaming-modal__option {
  padding: 30px;
  float: left;
  display: block;
  margin-right: 2%;
  width: 100%;
  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-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  flex: 1 0 auto;
  margin-right: 0; }
  .streaming-modal__option:last-child {
    margin-right: 0; }
  @media screen and (min-width: 992px) {
    .streaming-modal__option {
      float: left;
      display: block;
      margin-right: 2%;
      width: 49%;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: 0;
      width: 40%; }
      .streaming-modal__option:last-child {
        margin-right: 0; } }

.streaming-modal__headline {
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.005em;
  font-weight: 400;
  width: 100%;
  text-align: center;
  display: none; }
  @media screen and (min-width: 992px) {
    .streaming-modal__headline {
      font-size: 24px;
      line-height: 26px;
      letter-spacing: -0.005em;
      font-weight: 400; } }

@media screen and (max-width: 991px) {
  .streaming-modal__option--showtime-anytime {
    border-top: 1px solid #2d2d33; } }

@media screen and (min-width: 992px) {
  .streaming-modal__option--showtime-anytime {
    border-left: 1px solid #2d2d33; } }

.streaming-modal__copy {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  margin: 0 auto;
  padding: 15px 0 15px;
  color: #FFFFFF;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .streaming-modal__copy {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  @media screen and (min-width: 992px) {
    .streaming-modal__copy {
      width: 95%; } }

.streaming-modal__button {
  transition: all .15s ease-out;
  -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  display: inline-block;
  border: 2px solid;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  outline: 0;
  padding: 8px 12px 6px 12px;
  -webkit-padding-before: 7px;
  -webkit-padding-after: 7px;
  border-color: #FFFFFF;
  color: #FFFFFF;
  margin-top: auto;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .streaming-modal__button {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  @media screen and (min-width: 992px) {
    .streaming-modal__button {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  .streaming-modal__button:hover {
    background-color: #FFFFFF;
    color: #000000; }
  .streaming-modal__option--showtime-anytime .streaming-modal__button {
    padding-left: 1px;
    padding-right: 1px; }

.streaming-modal__order {
  padding: 30px;
  text-align: center;
  float: left;
  display: block;
  margin-right: 2%;
  width: 100%; }
  .streaming-modal__order:last-child {
    margin-right: 0; }

.streaming-modal__order-header {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #aaaaaa; }
  @media screen and (min-width: 992px) {
    .streaming-modal__order-header {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: normal;
      font-weight: 400; } }

.streaming-modal__order-promo {
  display: none;
  width: 100%;
  background: #0064ff;
  padding: 20px; }
  .streaming-modal__order-promo .streaming-modal__headline {
    padding: 0 !important;
    margin-bottom: 0 !important; }
  .streaming-modal__order-promo .streaming-modal__copy {
    padding-bottom: 0;
    margin-bottom: 15px !important; }
    @media screen and (min-width: 992px) {
      .streaming-modal__order-promo .streaming-modal__copy {
        width: 70%; } }

.streaming-modal--order-promo .streaming-modal__option {
  padding: 0 30px 30px; }
  .streaming-modal--order-promo .streaming-modal__option .streaming-modal__button {
    border-color: #FFFFFF;
    color: #FFFFFF; }
    .streaming-modal--order-promo .streaming-modal__option .streaming-modal__button:hover {
      background-color: #FFFFFF;
      color: #000000; }

.streaming-modal--order-promo .streaming-modal__option.streaming-modal__option--pplus {
  padding-bottom: 0; }

.streaming-modal--order-promo .streaming-modal__headline {
  display: block;
  padding: 30px 0 20px; }

@media screen and (max-width: 991px) {
  .streaming-modal--order-promo .streaming-modal__option--showtime-anytime {
    border-top: none; } }

@media screen and (min-width: 992px) {
  .streaming-modal--order-promo .streaming-modal__option--showtime-anytime {
    border-left: none; } }

.streaming-modal--order-promo .streaming-modal__copy {
  margin-bottom: 0;
  padding-top: 0; }

.streaming-modal--order-promo .streaming-modal__order-promo {
  display: block;
  text-align: center; }

.streaming-modal--order-promo .streaming-modal__order-promo-button {
  display: block;
  margin: 0 auto;
  transition: all .15s ease-out;
  -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  display: inline-block;
  border: 2px solid;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  outline: 0;
  padding: 8px 12px 6px 12px;
  -webkit-padding-before: 7px;
  -webkit-padding-after: 7px;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #000000; }
  @media screen and (min-width: 992px) {
    .streaming-modal--order-promo .streaming-modal__order-promo-button {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  @media screen and (min-width: 992px) {
    .streaming-modal--order-promo .streaming-modal__order-promo-button {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  .streaming-modal--order-promo .streaming-modal__order-promo-button:hover {
    color: #000000; }
  @media screen and (min-width: 992px) {
    .streaming-modal--order-promo .streaming-modal__order-promo-button {
      width: 40%; } }

.streaming-modal__image {
  display: none;
  width: 100%; }

.streaming-modal__link {
  display: none; }
  .streaming-modal__link:after {
    display: inline-block;
    background-size: cover;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    content: ""; }
  .streaming-modal__link:after {
    background-image: url("/assets/svg/next.svg");
    margin-left: 5px;
    content: ' '; }

.streaming-modal--with-image {
  max-width: 600px; }
  .streaming-modal--with-image .streaming-modal__image {
    display: block; }
  .streaming-modal--with-image .streaming-modal__image-headline {
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.005em;
    font-weight: 400;
    padding-right: 30px;
    text-transform: uppercase; }
    @media screen and (min-width: 992px) {
      .streaming-modal--with-image .streaming-modal__image-headline {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -0.005em;
        font-weight: 400; } }
  .streaming-modal--with-image .streaming-modal__copy {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0;
    width: 100%; }
    @media screen and (min-width: 992px) {
      .streaming-modal--with-image .streaming-modal__copy {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
  .streaming-modal--with-image .streaming-modal__image-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden; }
    .streaming-modal--with-image .streaming-modal__image-container__shim {
      position: absolute;
      height: 30%;
      width: 100%;
      top: 0px;
      z-index: 1;
      opacity: 0.6;
      background: -webkit-linear-gradient(top, #000000, rgba(53, 53, 48, 0)); }
    .streaming-modal--with-image .streaming-modal__image-container img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
  @media screen and (max-width: 991px) {
    .streaming-modal--with-image .streaming-modal__order-promo {
      padding-top: 20px; }
      .streaming-modal--with-image .streaming-modal__order-promo .streaming-modal__headline {
        padding-top: 0 !important; } }
  .streaming-modal--with-image .streaming-modal__order-promo-button {
    width: 100%; }
    @media screen and (min-width: 992px) {
      .streaming-modal--with-image .streaming-modal__order-promo-button {
        width: 48%; } }
  @media screen and (max-width: 767px) {
    .streaming-modal--with-image .streaming-modal__headline {
      padding: 30px 0 20px 0; } }
  .streaming-modal--with-image .streaming-modal__option .streaming-modal__button {
    display: block; }
  .streaming-modal--with-image .streaming-modal__option .streaming-modal__link {
    display: none; }
    @media screen and (max-width: 991px) {
      .streaming-modal--with-image .streaming-modal__option .streaming-modal__link {
        text-align: center; } }
  @media screen and (max-width: 991px) {
    .streaming-modal--with-image .streaming-modal__option--showtime .streaming-modal__copy {
      text-align: center; }
    .streaming-modal--with-image .streaming-modal__option--showtime .streaming-modal__link {
      display: none; } }
  @media screen and (max-width: 991px) and (max-width: 991px) {
    .streaming-modal--with-image .streaming-modal__option--showtime .streaming-modal__link {
      margin-bottom: 20px; } }
  @media screen and (max-width: 991px) and (min-width: 992px) {
    .streaming-modal--with-image .streaming-modal__option--showtime .streaming-modal__link {
      margin-bottom: 30px; } }
  @media screen and (min-width: 992px) {
    .streaming-modal--with-image .streaming-modal__option--showtime {
      border-right: 1px solid #191919; } }
  @media screen and (max-width: 991px) {
    .streaming-modal--with-image .streaming-modal__option--showtime-anytime .streaming-modal__copy {
      text-align: center; } }

.streaming-modal__logo {
  display: block;
  margin: 10px auto 10px auto;
  height: 40px;
  width: 175px;
  text-indent: -10000px;
  background-image: url("http://www.sho.com/assets/images/lib/pplus-logo-white.svg");
  background-size: contain;
  background-repeat: no-repeat; }

.streaming-modal__option--pplus .streaming-modal__button {
  margin: 0 auto; }
  @media screen and (min-width: 992px) {
    .streaming-modal__option--pplus .streaming-modal__button {
      width: 40%; } }

.striped-data-table {
  display: flex;
  flex-direction: column; }
  .striped-data-table__row {
    display: flex;
    padding: 30px; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .striped-data-table__row {
        padding: 30px 15px; } }
    @media screen and (max-width: 767px) {
      .striped-data-table__row {
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 15px 20px;
        width: 100%; } }
  .striped-data-table__row:nth-child(even) {
    background-color: #191919; }
  .striped-data-table__highlight {
    color: #FFFFFF; }

.striped-data-table__row:first-child {
  display: flex;
  padding: 30px 30px 15px 30px; }
  @media screen and (max-width: 767px) {
    .striped-data-table__row:first-child {
      display: none; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .striped-data-table__row:first-child {
      padding: 30px 15px 15px; } }
  .striped-data-table__row:first-child .striped-data-table__item {
    flex-direction: row;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: normal;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .striped-data-table__row:first-child .striped-data-table__item {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: normal;
        font-weight: 400; } }
  .striped-data-table__row:first-child .striped-data-table__item--centered {
    justify-content: center; }

.striped-data-table__item {
  flex: 1;
  padding: 5px;
  display: flex;
  flex-direction: column;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  color: #aaaaaa;
  width: 100%;
  margin: 0 10px; }
  @media screen and (min-width: 992px) {
    .striped-data-table__item {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  @media screen and (min-width: 768px) {
    .striped-data-table__item {
      max-width: 250px; } }
  @media screen and (max-width: 767px) {
    .striped-data-table__item {
      margin: 0;
      padding: 0px 5px 20px 5px;
      flex: none; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .striped-data-table__item {
      padding: 0px 10px 10px; } }
  .striped-data-table__item p {
    padding: 0 !important;
    margin: 0 !important; }

.striped-data-table__item:first-child {
  color: #FFFFFF;
  flex: .75;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .striped-data-table__item:first-child {
      padding-bottom: 0px;
      flex: none; } }

.striped-data-table__item:last-child {
  flex: 1;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .striped-data-table__item:last-child {
      margin-top: 15px;
      flex: none; } }

.striped-data-table__item a {
  text-decoration: none;
  color: #FFFFFF; }

.striped-data-table__item a:hover {
  text-decoration: underline; }

.store-banner {
  background: #FFFFFF; }

.store-banner__inner {
  border: transparent solid 15px;
  border-width: 0 15px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  padding: 15px 0 0 0; }
  .store-banner__inner::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 768px) {
    .store-banner__inner {
      border: transparent solid 50px;
      border-width: 0 50px; } }
  @media screen and (min-width: 1360px) {
    .store-banner__inner {
      border: transparent solid 100px;
      border-width: 0 100px; } }
  @media screen and (min-width: 768px) {
    .store-banner__inner {
      max-width: 1600px;
      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;
      padding: 0; }
      .store-banner__inner::after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (min-width: 992px) {
    .store-banner__inner {
      padding: 20px 0; } }
  .store-banner__inner .store-banner__image {
    margin-top: 15px;
    height: 120px;
    background-size: contain;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat; }
    @media screen and (min-width: 768px) {
      .store-banner__inner .store-banner__image {
        margin-top: 0;
        float: left;
        display: block;
        margin-right: 2%;
        width: 40.5%;
        margin-left: -102%;
        height: auto; }
        .store-banner__inner .store-banner__image:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 992px) {
      .store-banner__inner .store-banner__image {
        float: left;
        display: block;
        margin-right: 2%;
        width: 23.5%;
        margin-left: -102%; }
        .store-banner__inner .store-banner__image:last-child {
          margin-right: 0; } }
  .store-banner__inner .store-banner__body {
    position: relative; }
    @media screen and (min-width: 768px) {
      .store-banner__inner .store-banner__body {
        float: left;
        display: block;
        margin-right: 2%;
        width: 57.5%;
        margin-left: 25%;
        margin-left: 42.5%; }
        .store-banner__inner .store-banner__body:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 992px) {
      .store-banner__inner .store-banner__body {
        float: left;
        display: block;
        margin-right: 2%;
        width: 74.5%;
        margin-left: 25.5%; }
        .store-banner__inner .store-banner__body:last-child {
          margin-right: 0; } }
  .store-banner__inner .store-banner__headline {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
    font-weight: 400;
    color: #000000;
    text-align: center;
    padding: 20px 10px 15px 10px; }
    @media screen and (min-width: 992px) {
      .store-banner__inner .store-banner__headline {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: normal;
        font-weight: 400; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .store-banner__inner .store-banner__headline {
        padding: 20px;
        padding-bottom: 10px; } }
    @media screen and (min-width: 992px) {
      .store-banner__inner .store-banner__headline {
        float: left;
        display: block;
        margin-right: 2.68456%;
        width: 54.36242%;
        text-align: left;
        padding: 4% 0; }
        .store-banner__inner .store-banner__headline:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1200px) {
      .store-banner__inner .store-banner__headline {
        padding: 4% 0; } }
  .store-banner__inner .store-banner__button {
    text-align: center;
    white-space: nowrap;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .store-banner__inner .store-banner__button {
        padding-bottom: 20px;
        float: left;
        display: block;
        margin-right: 2%;
        width: 100%; }
        .store-banner__inner .store-banner__button:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 992px) {
      .store-banner__inner .store-banner__button {
        padding: 4% 0;
        float: left;
        display: block;
        margin-right: 2.68456%;
        width: 42.95302%; }
        .store-banner__inner .store-banner__button:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1200px) {
      .store-banner__inner .store-banner__button {
        text-align: center; } }

@media screen and (max-width: 991px) {
  .stickybanner--sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 30;
    width: 100%;
    border-width: 0; } }

.metaname-example {
  background-color: #000000;
  float: left;
  display: block;
  margin-right: 2%;
  width: 100%; }
  .metaname-example:last-child {
    margin-right: 0; }

.metadata {
  margin-top: 0;
  margin-bottom: 15px;
  border-top: 1px solid #ff202C;
  padding: 0 20px 20px 0; }
  @media screen and (min-width: 768px) {
    .metadata {
      margin-bottom: 40px;
      padding: 0 30px;
      border-left: 1px solid #ff202C;
      border-top: none;
      float: left;
      display: block;
      margin-right: 2%;
      width: 49%; }
      .metadata:last-child {
        margin-right: 0; } }

.metadata__key {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  margin: 15px 0 2px 0;
  color: #7D7D7D;
  font-size: 14px; }
  @media screen and (min-width: 992px) {
    .metadata__key {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  @media screen and (min-width: 768px) {
    .metadata__key:first-child {
      margin-top: 0px; } }

.metadata__value {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  display: block;
  margin-left: 0px;
  color: #FFFFFF; }
  @media screen and (min-width: 992px) {
    .metadata__value {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  @media screen and (min-width: 768px) {
    .metadata__value {
      margin-bottom: 30px; } }
  .metadata__value:last-child {
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .metadata__value:last-child {
        margin-bottom: 30px; } }
  .metadata__value--multi {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px dotted #2d2d33; }
    @media screen and (max-width: 767px) {
      .metadata__value--multi {
        margin: 0 0 10px 0; } }
    @media screen and (min-width: 768px) {
      .metadata__value--multi-key, .metadata__value--multi-value {
        display: inline-block; } }
    .metadata__value--multi-key {
      color: #aaaaaa; }
      @media screen and (min-width: 768px) {
        .metadata__value--multi-key {
          float: left;
          display: block;
          margin-right: 2%;
          width: 49%; }
          .metadata__value--multi-key:last-child {
            margin-right: 0; } }
    .metadata__value--multi-value {
      margin-bottom: 5px;
      margin-left: 0; }
      @media screen and (min-width: 768px) {
        .metadata__value--multi-value {
          float: left;
          display: block;
          margin-right: 2%;
          width: 49%;
          text-align: right; }
          .metadata__value--multi-value:last-child {
            margin-right: 0; } }
    .metadata__value--multi:last-child {
      margin-bottom: 15px; }
      @media screen and (min-width: 768px) {
        .metadata__value--multi:last-child {
          margin-bottom: 30px; } }

.metadata__link {
  text-transform: capitalize;
  border-bottom: 1px solid #FFFFFF; }
  .metadata__link:not(:last-child):after {
    content: ","; }

.terms-modal {
  max-width: 600px;
  padding: 40px; }
  .terms-modal__title {
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.005em;
    font-weight: 400;
    margin-bottom: 20px;
    color: #FFFFFF; }
    @media screen and (min-width: 992px) {
      .terms-modal__title {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -0.005em;
        font-weight: 400; } }
  .terms-modal__description {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    margin-bottom: 20px;
    color: #FFFFFF; }
    @media screen and (min-width: 992px) {
      .terms-modal__description {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
  .terms-modal a:link, .terms-modal a:visited {
    text-decoration: underline; }
  .terms-modal a:hover, .terms-modal a:active {
    text-decoration: none; }

.tv-providers-modal {
  -webkit-overflow-scrolling: auto; }

.modal-open .tv-providers-modal .modal__inner {
  width: 1600px;
  margin: 15px 0;
  animation: none; }
  @media screen and (min-width: 768px) {
    .modal-open .tv-providers-modal .modal__inner {
      margin: 40px 0; } }

.modal-open .tv-providers-modal__content {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  padding: 0 40px 60px 40px;
  background-color: #FFFFFF; }
  @media screen and (min-width: 992px) {
    .modal-open .tv-providers-modal__content {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }

.modal-open .tv-providers-modal .modal__header .modal__close {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/close-black.svg");
  height: 24px;
  width: 24px;
  top: 35px; }

.modal-open .tv-providers-modal .modal__footer .modal__close {
  left: 40px;
  width: auto !important;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  cursor: pointer;
  color: #000000; }
  @media screen and (min-width: 992px) {
    .modal-open .tv-providers-modal .modal__footer .modal__close {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }

.modal-open .tv-providers-modal .order-card {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: none;
  border-radius: 0px; }

.modal-open .tv-providers-modal--loading .modal__inner {
  max-width: 90%;
  height: 400px; }
  @media screen and (min-width: 768px) {
    .modal-open .tv-providers-modal--loading .modal__inner {
      max-width: 400px; } }

.modal-open .tv-providers-modal--loading .modal__inner .loading-animation {
  margin-top: 185px; }

.modal-open .tv-providers-modal--loading .modal__inner .modal__header .modal__close {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/close.svg");
  height: 24px;
  width: 24px;
  top: 20px; }

.modal-open .tv-providers-modal--loading .modal__inner .modal__footer .modal__close {
  display: none; }

.partner-list {
  margin: 0;
  list-style-type: none;
  margin: 0;
  padding-left: 0; }
  .partner-list__divider {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #000000;
    border-bottom: #500207 solid 1px; }
    @media screen and (min-width: 992px) {
      .partner-list__divider {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: normal;
        font-weight: 400; } }
  .partner-list__link {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    display: inline-block;
    padding: 5px 0;
    color: #7D7D7D; }
    @media screen and (min-width: 992px) {
      .partner-list__link {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }

.partner-list-header {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: 400;
  padding-top: 40px;
  color: #000000; }
  @media screen and (min-width: 992px) {
    .partner-list-header {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: normal;
      font-weight: 400; } }

.video-playr__age-gate {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1; }
  .video-playr__age-gate__inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .video-playr__age-gate form {
    text-align: center; }
    .video-playr__age-gate form input {
      height: 30px;
      width: 40px;
      margin-right: 5px;
      padding: 0 5px;
      background-color: #191919;
      border: #7D7D7D solid 1px;
      color: #FAFAFA;
      outline: 0;
      text-align: center;
      vertical-align: middle; }
      .video-playr__age-gate form input:last-child {
        margin-right: 0;
        width: 60px; }
  .video-playr__age-gate_form.has_errors {
    border: 1px solid #ff202C; }
  .video-playr__age-gate__message {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    margin-bottom: 10px;
    color: #FFFFFF;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .video-playr__age-gate__message {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
    .video-playr__age-gate__message.has_errors {
      font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: normal;
      font-weight: 400;
      color: #ff202C; }
      @media screen and (min-width: 992px) {
        .video-playr__age-gate__message.has_errors {
          font-size: 16px;
          line-height: 22px;
          letter-spacing: normal;
          font-weight: 400; } }
  .video-playr__age-gate__date-of-birth {
    display: inline-block;
    margin-right: 15px; }
    @media screen and (max-width: 479px) {
      .video-playr__age-gate__date-of-birth {
        display: block;
        margin-bottom: 10px;
        margin-right: 0; } }
  .video-playr__age-gate .btn-submit {
    display: inline-block;
    min-width: 144px; }

.has_errors .video-playr__age-gate__date-of-birth input {
  border: 1px solid #ff202C; }

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  padding: 10px;
  color: #7D7D7D;
  text-align: center;
  font-size: 15px;
  text-align: center; }

.video-player {
  border: transparent solid 15px;
  border-width: 0 15px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 15px; }
  .video-player::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 768px) {
    .video-player {
      border: transparent solid 50px;
      border-width: 0 50px; } }
  @media screen and (min-width: 1360px) {
    .video-player {
      border: transparent solid 100px;
      border-width: 0 100px; } }
  .video-player::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 991px) {
    .video-player__secondary {
      margin-bottom: 20px; } }
  @media screen and (min-width: 992px) {
    .video-player {
      padding-bottom: 15px; }
      .video-player--two-col .video-player__primary,
      .video-player--two-col .video-player__secondary {
        float: left; }
      .video-player--two-col .video-player__primary {
        float: left;
        width: 66.66%; }
      .video-player--two-col .video-player__secondary {
        width: 33.33%;
        padding-left: 30px; }
        .video-player--two-col .video-player__secondary__header {
          font-family: Atyp, Helvetica, Arial, sans-serif;
          color: #FFFFFF;
          font-size: 18px;
          line-height: 20px;
          letter-spacing: -0.005em;
          font-weight: 400;
          color: #ff202C;
          margin-bottom: 20px; } }
      @media screen and (min-width: 992px) and (min-width: 992px) {
        .video-player--two-col .video-player__secondary__header {
          font-size: 24px;
          line-height: 26px;
          letter-spacing: -0.005em;
          font-weight: 400; } }
  @media screen and (min-width: 992px) {
      .video-player--two-col .video-player__video {
        margin-bottom: 15px; }
      .video-player--two-col .promo--video:last-child {
        margin-bottom: 0; } }
  @media screen and (max-width: 991px) {
    .video-player .video-player__secondary--from-large {
      display: none; } }
  .video-player__video {
    position: relative;
    max-width: 100%;
    padding-top: 56.25%;
    background-color: #000000; }
  .video-player--youtube .video-player__video {
    padding-top: 0;
    position: static; }
    .video-player--youtube .video-player__video #ytplayer {
      width: 100%; }
  .video-player__video .video-play7r {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

@media screen and (min-width: 992px) {
  .full-episode-banner {
    margin-bottom: 10px; } }

.full-episode-banner__inner {
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px; }

.full-episode-banner__cta {
  text-transform: uppercase;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.005em;
  font-weight: 400;
  color: #000000; }
  @media screen and (min-width: 992px) {
    .full-episode-banner__cta {
      font-size: 24px;
      line-height: 26px;
      letter-spacing: -0.005em;
      font-weight: 400; } }
  .full-episode-banner__cta:after {
    display: inline-block;
    background-size: cover;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    content: ""; }
  @media screen and (max-width: 767px) {
    .full-episode-banner__cta {
      margin-right: 12px; } }

.full-episode-banner__cta:after {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/next-black.svg");
  width: 15px;
  height: 15px;
  margin-left: 5px;
  content: "";
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .full-episode-banner__cta:after {
      position: absolute;
      margin-top: 4px; } }
  @media screen and (min-width: 768px) {
    .full-episode-banner__cta:after {
      margin-top: 0;
      margin-bottom: 1px; } }
  @media screen and (max-width: 991px) {
    .full-episode-banner__cta:after {
      height: 12px;
      width: 12px; } }

.video-player-simple {
  margin: 0 auto 20px;
  width: 90%;
  max-width: 810px;
  background-color: #FFFFFF; }
  .video-player-simple__inner {
    position: relative;
    height: 225px; }
    @media screen and (min-width: 480px) {
      .video-player-simple__inner {
        height: 295px; } }
    @media screen and (min-width: 768px) {
      .video-player-simple__inner {
        height: 455px; } }

.video-player-simple__embed .vjs-big-play-button {
  width: 120px;
  height: 120px;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 160px;
  text-align: center; }
  .video-player-simple__embed .vjs-big-play-button .vjs-icon-placeholder::before {
    width: 30px;
    height: 40px;
    margin: 40px;
    font-size: 40px;
    line-height: 40px; }

.video-play7r {
  position: relative;
  cursor: pointer; }
  .video-play7r, .video-play7r__poster {
    max-width: 100%; }
  .video-play7r__poster {
    width: 100%;
    height: auto;
    background-size: cover; }
  .video-play7r__big-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    border-width: .15rem;
    border-color: #FFFFFF;
    border-style: solid;
    background: rgba(0, 0, 0, 0.15);
    transform: translate(-50%, -50%);
    cursor: pointer; }
    .video-play7r__big-play-button::before {
      position: relative;
      top: 1px;
      content: '';
      margin-right: 5px;
      display: inline-block;
      background-size: cover;
      background-image: url("/assets/svg/triangle-right-white-outline-stroke.svg");
      height: 24px;
      width: 24px; }
    .video-play7r__big-play-button::before {
      top: 10px;
      left: 14px; }
  .video-play7r-modal {
    width: 90vw;
    padding-top: 56.25%; }
  .video-play7r-modal__placeholder, .video-play7r__age-gate-container {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .video-play7r__age-gate-container {
    background: transparent; }
  .video-play7r .vjs-title-bar {
    display: none; }
  .video-play7r .vjs-control-bar {
    font-size: 1em !important;
    background-color: black; }
  .video-play7r .vjs-slider {
    background-color: rgba(0, 0, 0, 0.25); }
  .video-play7r .vjs-play-progress,
  .video-play7r .vjs-volume-level,
  .video-play7r .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected {
    background-color: #ff202C; }
  .video-play7r .vjs-control-bar {
    background-color: rgba(43, 51, 63, 0.7); }
  .video-play7r .vjs-big-play-button {
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.15);
    opacity: 1;
    border: solid #FFFFFF 0.15rem;
    height: 48px;
    width: 48px;
    font-size: 28px;
    line-height: 46px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: .1rem;
    -webkit-text-stroke-color: #FFFFFF; }
  .video-play7r .vjs-error-display {
    display: none; }
  .video-play7r.vjs-fluid {
    cursor: auto; }

.bc-player-7JuE5DqUiM_default:hover .vjs-big-play-button,
.bc-player-WAPuItek9_default:hover .vjs-big-play-button {
  background-color: rgba(0, 0, 0, 0.15); }

.video-playr__age-gate {
  background-color: rgba(0, 0, 0, 0.75); }

.video-play7r__error,
.video-play7r-modal__error {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.video-play7r__error__message,
.video-play7r-modal__error__message {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-0.5em);
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .video-play7r__error__message,
    .video-play7r-modal__error__message {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }

.video-background {
  position: absolute;
  margin: 0 auto;
  top: 0;
  min-height: 100%;
  width: 100%;
  object-fit: cover; }

.video-background video,
.video-background .vjs-poster {
  min-height: 100%;
  width: 100%;
  object-fit: cover; }

.video-background .vjs-poster {
  background-size: cover !important; }

.video-background .vjs-control-bar,
.video-background .vjs-title-bar,
.video-background .vjs-big-play-button,
.video-background .vjs-dock-text .vjs-dock-title,
.video-background .vjs-dock-text .vjs-dock-description,
.video-background .vjs-loading-spinner {
  display: none !important; }

.video-metadata {
  position: relative;
  margin-bottom: 15px;
  padding-top: 10px;
  color: #FFFFFF;
  background-color: 0;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    .video-metadata {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  @media screen and (min-width: 992px) {
    .video-metadata {
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 40px; } }

.video-metadata__title {
  margin-bottom: 10px;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.005em;
  font-weight: 300;
  text-transform: uppercase; }
  @media screen and (min-width: 992px) {
    .video-metadata__title {
      font-size: 30px;
      line-height: 30px;
      letter-spacing: -0.005em;
      font-weight: 300; } }

.video-metadata__detail {
  margin-bottom: 10px;
  color: #aaaaaa; }

.video-metadata__info__headline {
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.005em;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: uppercase; }
  @media screen and (min-width: 992px) {
    .video-metadata__info__headline {
      font-size: 30px;
      line-height: 30px;
      letter-spacing: -0.005em;
      font-weight: 300; } }
  .video-metadata__info__headline:after {
    display: inline-block;
    background-size: cover;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    content: ""; }
  .video-metadata__info__headline::after {
    position: relative;
    top: 0;
    margin-right: -18px;
    display: inline-block;
    background-size: cover;
    background-image: url("/assets/svg/next--thinner.svg");
    height: 18px;
    width: 18px; }
    @media screen and (min-width: 992px) {
      .video-metadata__info__headline::after {
        top: -2px; } }

.video-metadata__info__attribution {
  text-transform: uppercase;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.3em !important; }
  @media screen and (min-width: 992px) {
    .video-metadata__info__attribution {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }

.video-metadata__info__headline__image {
  max-width: MIN(55vw, 280px);
  max-height: 100px;
  margin-bottom: 10px; }

.video-metadata__info__tunein {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: 400;
  margin-bottom: 10px; }
  @media screen and (min-width: 992px) {
    .video-metadata__info__tunein {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: normal;
      font-weight: 400; } }

.video-metadata__info__detail {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  margin-bottom: 10px; }
  @media screen and (min-width: 992px) {
    .video-metadata__info__detail {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }

.video-metadata__link,
.video-metadata__info__link {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  display: block;
  margin-bottom: 20px; }
  @media screen and (min-width: 992px) {
    .video-metadata__link,
    .video-metadata__info__link {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  .video-metadata__link:after,
  .video-metadata__info__link:after {
    content: "\2192";
    position: relative;
    top: -1px;
    margin-left: 4px; }
  @media screen and (min-width: 992px) {
    .video-metadata__link,
    .video-metadata__info__link {
      margin-bottom: 40px; } }

.video-metadata__link {
  margin-top: 10px; }
  @media screen and (min-width: 992px) {
    .video-metadata__link {
      display: none; } }

.video-text-link {
  float: left;
  padding-left: 20px;
  padding-right: 80px; }

.video-text-link__play {
  display: inline-block;
  background-size: cover;
  background-image: url("/assets/svg/play.svg");
  height: 24px;
  width: 24px;
  float: left;
  width: 25px;
  margin-right: 15px; }

.video-text-link__headline {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  float: left;
  margin: 1px 0px 1px 0px;
  color: #FFFFFF;
  text-transform: uppercase; }
  @media screen and (min-width: 992px) {
    .video-text-link__headline {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }

.variation-controls {
  padding: 15px;
  background-color: #191919;
  border-radius: 10px; }
  .variation-controls__header {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .variation-controls__header {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: normal;
        font-weight: 400; } }
  .variation-controls__toggle {
    transition: all .15s ease-out;
    -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.15em;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.15em;
    font-weight: 600;
    display: inline-block;
    border: 2px solid;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    outline: 0;
    padding: 8px 12px 6px 12px;
    -webkit-padding-before: 7px;
    -webkit-padding-after: 7px;
    border-color: #7D7D7D;
    color: #7D7D7D;
    min-width: 100px; }
    @media screen and (min-width: 992px) {
      .variation-controls__toggle {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.15em;
        font-weight: 600; } }
    @media screen and (min-width: 992px) {
      .variation-controls__toggle {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.15em;
        font-weight: 600; } }
    .variation-controls__toggle:hover {
      background-color: #7D7D7D;
      color: #FFFFFF; }
  .variation-controls__toggle--on {
    transition: all .15s ease-out;
    -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.15em;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.15em;
    font-weight: 600;
    display: inline-block;
    border: 2px solid;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    outline: 0;
    padding: 8px 12px 6px 12px;
    -webkit-padding-before: 7px;
    -webkit-padding-after: 7px;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #000000; }
    @media screen and (min-width: 992px) {
      .variation-controls__toggle--on {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.15em;
        font-weight: 600; } }
    @media screen and (min-width: 992px) {
      .variation-controls__toggle--on {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.15em;
        font-weight: 600; } }
    .variation-controls__toggle--on:hover {
      color: #000000; }

@media screen and (min-width: 992px) {
  .ways-to-watch {
    max-width: 1600px;
    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; }
    .ways-to-watch::after {
      clear: both;
      content: "";
      display: table; } }

.ways-to-watch__headline {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: 400;
  width: 95%;
  margin-bottom: 10px; }
  @media screen and (min-width: 992px) {
    .ways-to-watch__headline {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: normal;
      font-weight: 400; } }

.ways-to-watch__copy, .ways-to-watch__date_time {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    .ways-to-watch__copy, .ways-to-watch__date_time {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }

.ways-to-watch__section {
  position: relative; }
  @media screen and (max-width: 991px) {
    .ways-to-watch__section {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media screen and (min-width: 992px) {
    .ways-to-watch__section {
      float: left;
      display: block;
      margin-right: 2%;
      width: 32%; }
      .ways-to-watch__section:last-child {
        margin-right: 0; } }

.ways-to-watch__section:after {
  content: "";
  display: block;
  position: absolute;
  font-size: 1px;
  background-color: #2d2d33;
  color: #2d2d33; }
  @media screen and (max-width: 991px) {
    .ways-to-watch__section:after {
      left: 20px;
      right: 20px;
      bottom: 0;
      height: 1px; } }
  @media screen and (min-width: 480px) and (max-width: 991px) {
    .ways-to-watch__section:after {
      left: 30px;
      right: 30px; } }
  @media screen and (min-width: 992px) {
    .ways-to-watch__section:after {
      top: 30px;
      bottom: 30px;
      width: 1px; } }

.ways-to-watch__section:last-child:after {
  display: none; }

@media screen and (min-width: 992px) {
  .ways-to-watch .ways-to-watch__section:after {
    right: 0.5%; }
  .ways-to-watch--stream-first .ways-to-watch__section:after {
    left: -7.25%; }
  .ways-to-watch--stream-first .ways-to-watch__section:last-child:after {
    display: block; } }

.ways-to-watch__link {
  display: inline-block;
  margin-top: 12px; }
  .ways-to-watch__link:after {
    display: inline-block;
    background-size: cover;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    content: ""; }
  .ways-to-watch__link:after {
    content: "\2192";
    position: relative;
    top: -1px;
    margin-left: 4px; }
  @media screen and (min-width: 992px) {
    .ways-to-watch__link {
      margin: 12px 0; } }

.ways-to-watch__stream {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 479px) {
    .ways-to-watch__stream {
      padding-top: 20px; } }
  @media screen and (min-width: 992px) {
    .ways-to-watch__stream {
      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-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; } }

@media screen and (max-width: 479px) {
  .ways-to-watch__stream__button {
    margin-top: 10px; } }

.ways-to-watch__stream__button .ways-to-watch__button {
  transition: all .15s ease-out;
  -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  font-weight: 600;
  display: inline-block;
  border: 2px solid;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  outline: 0;
  padding: 8px 12px 6px 12px;
  -webkit-padding-before: 7px;
  -webkit-padding-after: 7px;
  border-color: #FFFFFF;
  color: #FFFFFF; }
  @media screen and (min-width: 992px) {
    .ways-to-watch__stream__button .ways-to-watch__button {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  @media screen and (min-width: 992px) {
    .ways-to-watch__stream__button .ways-to-watch__button {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.15em;
      font-weight: 600; } }
  .ways-to-watch__stream__button .ways-to-watch__button:hover {
    background-color: #FFFFFF;
    color: #000000; }

@media screen and (min-width: 480px) and (max-width: 991px) {
  .ways-to-watch__stream {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
  .ways-to-watch__stream__headline, .ways-to-watch__stream__button {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    display: block;
    width: 44%; }
  .ways-to-watch__stream__headline {
    padding-right: 10px;
    margin-top: 7px; }
  .ways-to-watch__stream__button {
    width: 56%;
    text-align: right; }
  .ways-to-watch__event__button {
    text-align: left; } }

@media screen and (min-width: 992px) {
  .ways-to-watch__stream__headline {
    margin-bottom: 10px; } }

.w2w {
  position: relative;
  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-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
  @media screen and (min-width: 992px) {
    .w2w {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row; } }
  .w2w__section {
    position: relative;
    padding: 40px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    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-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -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; }
    .w2w__section .w2w__headline {
      width: 260px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start; }
      @media screen and (min-width: 992px) {
        .w2w__section .w2w__headline {
          -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; } }
    @media screen and (max-width: 991px) {
      .w2w__section:nth-child(1) {
        margin-bottom: 15px; } }
    .w2w__section:nth-child(1) .w2w__logo {
      width: 260px;
      height: 76px;
      background: center center url(https://www.sho.com/assets/images/bulk/showtime-hotel-app-logo.png) no-repeat;
      background-size: contain; }
    .w2w__section:nth-child(1):after {
      position: absolute;
      top: 20px;
      right: 0;
      content: '';
      height: 140px;
      border-left: 2px solid #2d2d33; }
      @media screen and (max-width: 991px) {
        .w2w__section:nth-child(1):after {
          display: none; } }
    @media screen and (max-width: 991px) {
      .w2w__section:nth-child(2) .w2w__headline {
        width: 193px; } }
    .w2w__section:nth-child(2) .w2w__logo {
      width: 193px;
      background: url(https://www.sho.com/assets/images/bulk/showtime-logo.svg) no-repeat; }
    .w2w__section:nth-child(3) .w2w__logo {
      width: 260px;
      background: url(https://www.sho.com/assets/images/bulk/showtime-on-demand-logo.svg) no-repeat; }
  .w2w__ribbon {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background: url(https://www.sho.com/assets/images/bulk/new-ribbon.png) no-repeat;
    background-size: contain;
    width: 70px; }
    @media screen and (min-width: 992px) {
      .w2w__ribbon {
        width: 75px; } }
  .w2w__logo {
    margin-bottom: 20px;
    height: 60px; }
  .w2w__button {
    display: block;
    margin: 0 auto;
    width: 215px; }

.ways-to-order {
  padding: 0;
  margin: 0;
  text-align: left; }
  .ways-to-order__headline {
    margin-bottom: 20px;
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.005em;
    font-weight: 300;
    text-transform: uppercase; }
    @media screen and (min-width: 992px) {
      .ways-to-order__headline {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: -0.005em;
        font-weight: 300; } }
  .ways-to-order__headline .icon {
    display: none; }
  .ways-to-order__devices-lockup {
    position: relative;
    margin-bottom: 20px;
    padding-left: 81px; }
    @media screen and (min-width: 768px) {
      .ways-to-order__devices-lockup {
        display: none; } }
    .ways-to-order__devices-lockup__icon {
      position: absolute;
      left: 0;
      top: 25%; }
      .ways-to-order__devices-lockup__icon,
      .ways-to-order__devices-lockup__icon .icon {
        height: 50px;
        width: 50px; }
    .ways-to-order__devices-lockup__image {
      width: 100%;
      height: auto; }
    .ways-to-order__devices-lockup__pipe {
      display: block;
      position: absolute;
      left: 65px;
      width: 1px;
      top: 0;
      bottom: 0;
      background-color: #5A5A5A;
      color: #5A5A5A;
      overflow: hidden; }
  .ways-to-order__device-group__icon {
    display: none;
    margin-bottom: 20px; }
  .ways-to-order__device-group__name {
    margin-bottom: 10px;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: #7D7D7D; }
    @media screen and (min-width: 992px) {
      .ways-to-order__device-group__name {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
  .ways-to-order__device-group__devices {
    margin-bottom: 40px;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .ways-to-order__device-group__devices {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }
    @media screen and (min-width: 992px) {
      .ways-to-order__device-group__devices {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }

.ways-to-order--clear-footer .ways-to-order__body {
  border-bottom: #5A5A5A solid 1px;
  padding-bottom: 80px;
  margin-bottom: 80px; }

@media screen and (min-width: 768px) {
  .ways-to-order__headline {
    position: relative;
    padding-left: 90px;
    margin: 0 15% 40px 15%; }
  .ways-to-order__headline .icon {
    display: block;
    position: absolute;
    left: 0;
    height: 60px;
    width: 60px; }
  .ways-to-order__body {
    text-align: center;
    display: flex; }
  .ways-to-order__device-group {
    width: 33.33%; }
  .ways-to-order__device-group__icon {
    display: inline-block; }
  .ways-to-order--clear-footer .ways-to-order__body {
    padding-bottom: 100px;
    margin-bottom: 120px; } }

html,
body {
  height: 100%;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

html.theme--dark,
html.theme--dark body {
  background-color: #21252b;
  color: #474f60; }

body {
  margin: 0; }

/* ==================================================== */
*, *:before, *:after {
  box-sizing: inherit; }

a {
  color: inherit;
  text-decoration: none; }

.site-content > h1, .site-content h2 {
  margin-bottom: 20px; }

.site-content > h3, .site-content p, .site-content table, .site-content pre {
  margin-bottom: 15px; }

.component-examples {
  max-width: 320px; }

.component-examples--large {
  max-width: 640px; }

.site-container {
  display: flex;
  position: relative;
  align-items: stretch;
  margin: 0 auto;
  max-width: 100%;
  min-height: 100%; }

.site-container:after {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: #21252b;
  color: #abb2bf;
  z-index: 9999; }
  @media screen and (max-width: 479px) {
    .site-container:after {
      display: none; } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .site-container:after {
      content: 'small'; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .site-container:after {
      content: 'medium'; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .site-container:after {
      content: 'large'; } }
  @media screen and (min-width: 1200px) and (max-width: 1359px) {
    .site-container:after {
      content: 'extra large'; } }

.site-header a {
  display: block;
  padding: 1em 1em 1em 50px; }

.theme--dark .site-header a {
  color: #abb2bf;
  background-color: #181a1f; }
  .theme--dark .site-header a:hover, .theme--dark .site-header a:focus {
    background-color: #000000; }

.site-header.site-header--pre-release a {
  background-color: purple;
  color: #FFFFFF; }

.site-sidebar {
  display: none;
  min-width: 200px;
  position: relative; }
  @media screen and (min-width: 992px) {
    .site-sidebar {
      display: block; } }

.site-sidebar-toggle {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 25px;
  width: 25px;
  color: #21252b;
  background-color: #9da5b4;
  border: none;
  outline: none;
  border-radius: 5px;
  z-index: 98;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600; }

.site-sidebar-toggle:focus {
  outline: 0; }

.site-main {
  flex: 1;
  padding: 15px; }
  @media screen and (min-width: 992px) {
    .site-main {
      padding: 2em; } }
  .theme--dark .site-main {
    background-color: #282c34;
    border: #181a1f solid 1px;
    border-width: 0 1px;
    color: #abb2bf; }

.site-nav__section {
  padding: 1em; }

.site-nav__heading {
  font-size: 1em;
  margin: 0 0 0.5em; }

.site-nav__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.site-nav__item {
  margin-bottom: 0.5em; }

.theme--dark .site-nav__heading {
  color: #abb2bf; }

.theme--dark .site-nav__anchor:hover, .theme--dark .site-nav__anchor:focus {
  color: #abb2bf; }

.site-footer {
  padding: 1em;
  position: relative;
  bottom: 0;
  left: 0;
  color: #ccc; }

.site-content {
  max-width: 1440px; }

pre code {
  display: none; }
  @media screen and (min-width: 768px) {
    pre code {
      display: block;
      position: relative;
      padding: 15px;
      width: 768px;
      word-wrap: break-word;
      background-color: #181a1f;
      font-family: "Droid Sans Mono","Consolas", monospace;
      overflow: auto; } }
  @media screen and (min-width: 1200px) {
    pre code {
      width: 992px; } }

.site-content .jsp-partial-annotation-container {
  padding: 10px 15px;
  background-color: #474f60;
  display: none; }
  .site-content .jsp-partial-annotation-container + p {
    display: none; }
  .site-content .jsp-partial-annotation-container + p + pre,
  .site-content .jsp-partial-annotation-container + pre {
    border: #474f60 solid 4px; }
  @media screen and (min-width: 768px) {
    .site-content .jsp-partial-annotation-container {
      display: block; } }

.site-content .jsp-partial-annotation {
  margin: 0;
  padding: 0; }
  .site-content .jsp-partial-annotation--exports {
    font-family: "Droid Sans Mono","Consolas", monospace; }

.site-content > pre {
  margin-top: 0 !important; }

.build-version {
  display: flex; }
  .build-version__label, .build-version__number {
    border: #000000 solid 1px;
    font-size: 14px;
    padding: 5px 10px;
    color: #abb2bf; }
  .build-version__number {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 10em; }

.analytics-example {
  padding: 35px; }
  .analytics-example a {
    margin-right: 15px;
    transition: all .15s ease-out;
    -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.15em;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.15em;
    font-weight: 600;
    display: inline-block;
    border: 2px solid;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    outline: 0;
    padding: 8px 12px 6px 12px;
    -webkit-padding-before: 7px;
    -webkit-padding-after: 7px;
    background-color: #ff202C;
    border-color: #ff202C;
    color: #000000; }
    @media screen and (min-width: 992px) {
      .analytics-example a {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.15em;
        font-weight: 600; } }
    @media screen and (min-width: 992px) {
      .analytics-example a {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.15em;
        font-weight: 600; } }
    .analytics-example a:hover {
      border-color: #FFFFFF;
      background-color: #FFFFFF; }

.block-list-example {
  margin-bottom: 40px; }

.block-list {
  padding-left: 0; }

.block-list-example--white {
  background-color: #FFFFFF; }
  .block-list-example--white .block-list__item p {
    color: #000000; }

.cta-example {
  margin-bottom: 20px; }

.color-swatches::after {
  clear: both;
  content: "";
  display: table; }

.color-swatch {
  float: left; }
  .color-swatch__fill {
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 100px;
    width: 100px; }
  .color-swatch em {
    display: block;
    font-style: normal; }

.color-swatch--teal .color-swatch__fill {
  background-color: #65F2E3; }

.color-swatch--teal em:after {
  content: "#65F2E3"; }

.color-swatch--dark-teal .color-swatch__fill {
  background-color: #38958B; }

.color-swatch--dark-teal em:after {
  content: "#38958B"; }

.color-swatch--text-med .color-swatch__fill {
  background-color: #aaaaaa; }

.color-swatch--text-med em:after {
  content: "#aaaaaa"; }

.color-swatch--text-dark .color-swatch__fill {
  background-color: #7D7D7D; }

.color-swatch--text-dark em:after {
  content: "#7D7D7D"; }

.color-swatch--bg-dark .color-swatch__fill {
  background-color: #191919; }

.color-swatch--bg-dark em:after {
  content: "#191919"; }

.color-swatch--bg-med .color-swatch__fill {
  background-color: #222226; }

.color-swatch--bg-med em:after {
  content: "#222226"; }

.color-swatch--bg-light .color-swatch__fill {
  background-color: #2d2d33; }

.color-swatch--bg-light em:after {
  content: "#2d2d33"; }

.color-swatch--red .color-swatch__fill {
  background-color: #ff202C; }

.color-swatch--red em:after {
  content: "#ff202C"; }

.color-swatch--blue .color-swatch__fill {
  background-color: #0064ff; }

.color-swatch--blue em:after {
  content: "#0064ff"; }

.color-swatch--pure-white .color-swatch__fill {
  background-color: #FFFFFF; }

.color-swatch--pure-white em:after {
  content: "#FFFFFF"; }

.color-swatch--pure-black .color-swatch__fill {
  background-color: #000000; }

.color-swatch--pure-black em:after {
  content: "#000000"; }

.styleguide-panel {
  padding: 1em;
  margin: 1em 0;
  border: 1px solid; }

.styleguide-panel--teal {
  padding: 1em;
  margin: 1em 0;
  border: 1px solid;
  background-color: #65F2E3;
  border-color: #191919; }

.styleguide-panel--dark-teal {
  padding: 1em;
  margin: 1em 0;
  border: 1px solid;
  background-color: #38958B;
  border-color: #191919; }

.styleguide-panel--text-med {
  padding: 1em;
  margin: 1em 0;
  border: 1px solid;
  background-color: #aaaaaa;
  border-color: #191919; }

.styleguide-panel--text-dark {
  padding: 1em;
  margin: 1em 0;
  border: 1px solid;
  background-color: #7D7D7D;
  border-color: #191919; }

.styleguide-panel--bg-dark {
  padding: 1em;
  margin: 1em 0;
  border: 1px solid;
  background-color: #191919;
  border-color: #191919; }

.styleguide-panel--bg-med {
  padding: 1em;
  margin: 1em 0;
  border: 1px solid;
  background-color: #222226;
  border-color: #191919; }

.styleguide-panel--bg-light {
  padding: 1em;
  margin: 1em 0;
  border: 1px solid;
  background-color: #2d2d33;
  border-color: #191919; }

.styleguide-panel--red {
  padding: 1em;
  margin: 1em 0;
  border: 1px solid;
  background-color: #ff202C;
  border-color: #191919; }

.styleguide-panel--blue {
  padding: 1em;
  margin: 1em 0;
  border: 1px solid;
  background-color: #0064ff;
  border-color: #191919; }

.styleguide-panel--pure-white {
  padding: 1em;
  margin: 1em 0;
  border: 1px solid;
  background-color: #FFFFFF;
  border-color: #191919; }

.styleguide-panel--pure-black {
  padding: 1em;
  margin: 1em 0;
  border: 1px solid;
  background-color: #000000;
  border-color: #191919; }

.placeholder-images::after {
  clear: both;
  content: "";
  display: table; }

.placeholder-images section {
  float: left;
  width: 30%;
  margin: 0 1.5% 0 0; }

.placeholder-image {
  margin: 0;
  background: #FAFAFA;
  font-family: "Consolas","Courier New", monospace; }
  .placeholder-image__label {
    padding: 15px;
    background: white; }
  .placeholder-image--square {
    padding-top: 100%; }
  .placeholder-image--landscape {
    padding-top: 56.25%; }
  .placeholder-image--portrait {
    padding-top: 150%; }
  .placeholder-image--fourbythree {
    padding-top: 75%; }
  .placeholder-image--catalog-image {
    padding-top: 56.19%; }

.responsive-placeholder-image {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150%; }
  @media screen and (min-width: 992px) {
    .responsive-placeholder-image {
      padding-top: 75%; } }

.icons-example {
  padding: 20px;
  background: #7D7D7D; }

.card-examples__sidebar {
  min-height: 600px; }
  @media screen and (min-width: 480px) {
    .card-examples__sidebar {
      width: 380px; } }
  .card-examples__sidebar .card, .card-examples__sidebar .promo {
    color: #000000; }
  .card-examples__sidebar .card__body, .card-examples__sidebar .promo__body {
    background-color: #7D7D7D; }

.card-group {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }
  .card-group::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (min-width: 768px) {
  .card-group--three-up .column {
    float: left;
    display: block;
    margin-right: 2%;
    width: 32%; }
    .card-group--three-up .column:last-child {
      margin-right: 0; } }

.card-group--three-over-two .column {
  float: left;
  display: block;
  margin-right: 2%;
  width: 49%; }
  .card-group--three-over-two .column:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .card-group--three-over-two .column {
      float: left;
      display: block;
      margin-right: 2%;
      width: 32%; }
      .card-group--three-over-two .column:last-child {
        margin-right: 0; } }

@media screen and (max-width: 767px) {
  .card-group--three-over-two .column:first-child {
    float: left;
    display: block;
    margin-right: 2%;
    width: 100%; }
    .card-group--three-over-two .column:first-child:last-child {
      margin-right: 0; } }

.super-radio-example, .faux-radio-example {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  padding: 20px;
  background-color: #ff202C; }
  @media screen and (min-width: 992px) {
    .super-radio-example, .faux-radio-example {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }

.my-full-width-component {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  background-color: #28676f; }
  @media screen and (min-width: 992px) {
    .my-full-width-component {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  .my-full-width-component__inner {
    border: transparent solid 15px;
    border-width: 0 15px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #2e7982; }
    .my-full-width-component__inner::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 768px) {
      .my-full-width-component__inner {
        border: transparent solid 50px;
        border-width: 0 50px; } }
    @media screen and (min-width: 1360px) {
      .my-full-width-component__inner {
        border: transparent solid 100px;
        border-width: 0 100px; } }

.header-with-button {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  padding: 30px 20px 20px 20px;
  color: #FFFFFF;
  background: #191919; }
  @media screen and (min-width: 992px) {
    .header-with-button {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  @media screen and (min-width: 480px) {
    .header-with-button {
      padding: 30px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .header-with-button {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      .header-with-button__header, .header-with-button__button {
        display: block;
        flex: 1;
        max-width: 50%; }
      .header-with-button__button {
        text-align: right; } }
  .header-with-button__header {
    text-transform: uppercase; }
  @media screen and (min-width: 992px) {
    .header-with-button--isolated-example {
      width: 33%; } }

.header-with-button-outer {
  background: #191919; }
  @media screen and (min-width: 992px) {
    .header-with-button-outer {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .header-with-button-outer__column {
        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-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        width: 33%;
        outline: #2d2d33 solid 1px; }
        .header-with-button-outer__column span {
          padding: 15px; } }

.promo-examples .promo, .promo-examples--large .promo {
  margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .promo-examples .promo, .promo-examples--large .promo {
    max-width: 450px; } }

@media screen and (min-width: 768px) {
  .promo-examples--large .promo {
    max-width: 768px; } }

.promo--episode,
.promo-cast {
  max-width: 252px; }

.promo--cast .promo__image {
  max-height: 202px; }

.slider--example {
  height: 250px; }

.slider--example.slider--grid {
  height: auto; }

@media screen and (min-width: 992px) {
  .slider--example {
    margin: 0 50px;
    outline: green solid 2px; } }

.slider--tall-example {
  height: 275px; }

.slider--extra-tall-example {
  height: 400px; }

.slider-example__item {
  color: #FFFFFF;
  background-color: #ff202C;
  width: 300px; }

.slider-example__image {
  padding-top: 56.25%;
  display: block;
  background-color: #ec000d; }

.slider--example-grid-at.slider--grid .slider__item {
  float: left;
  margin: 0 20px 20px 0; }

.slider--example-grid-at.slider--grid .slier__item:nth-child(3) {
  clear: both; }

.slider--example-grid-until .slider__items {
  margin: 0; }

.slider--example-grid-until.slider--grid .slider__item {
  width: 48%;
  float: left;
  margin: 1%; }

.slider--example-grid-until.slider--grid .slider__item:nth-child(3) {
  clear: both; }

.breakpoints-aside {
  width: 600px; }

.breakpoints-example-code-snippet em {
  font-style: normal;
  text-decoration: line-through; }

.breakpoints-example {
  margin: 0;
  position: fixed;
  width: auto;
  z-index: 9999999; }
  .breakpoints-example--width {
    top: 20px;
    right: 20px; }
    .breakpoints-example--width .breakpoints-example__breakpoint {
      border-radius: 20px;
      background-color: #9da5b4; }
  .breakpoints-example--height {
    bottom: 20px;
    left: 20px; }
    @media screen and (max-width: 991px) {
      .breakpoints-example--height {
        bottom: auto;
        top: 20px; } }
    .breakpoints-example--height .breakpoints-example__breakpoint {
      border-radius: 20px;
      background-color: #474f60; }
  .breakpoints-example__breakpoint {
    display: none;
    padding: 15px 20px; }
    .breakpoints-example__breakpoint h1 {
      font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-size: 18px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; }
      @media screen and (min-width: 992px) {
        .breakpoints-example__breakpoint h1 {
          font-size: 24px;
          line-height: 26px;
          letter-spacing: normal;
          font-weight: 400; } }
    .breakpoints-example__breakpoint em {
      font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: normal;
      font-weight: 400;
      font-style: normal; }
      @media screen and (min-width: 992px) {
        .breakpoints-example__breakpoint em {
          font-size: 20px;
          line-height: 24px;
          letter-spacing: normal;
          font-weight: 400; } }
    .breakpoints-example__breakpoint--extra-small {
      display: block; }
      @media screen and (min-width: 480px) {
        .breakpoints-example__breakpoint--extra-small {
          display: none; } }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .breakpoints-example__breakpoint--small {
        display: block; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .breakpoints-example__breakpoint--medium {
        display: block; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .breakpoints-example__breakpoint--large {
        display: block; } }
    @media screen and (min-width: 1200px) and (max-width: 1359px) {
      .breakpoints-example__breakpoint--extra-large {
        display: block; } }
    .breakpoints-example__breakpoint--extra-extra-short {
      display: block; }
      @media screen and (min-height: 450px) {
        .breakpoints-example__breakpoint--extra-extra-short {
          display: none; } }
    @media screen and (min-height: 450px) and (max-height: 549px) {
      .breakpoints-example__breakpoint--extra-short {
        display: block; } }
    @media screen and (min-height: 550px) and (max-height: 649px) {
      .breakpoints-example__breakpoint--short {
        display: block; } }
    @media screen and (min-height: 650px) and (max-height: 749px) {
      .breakpoints-example__breakpoint--medium-tall {
        display: block; } }
    @media screen and (min-height: 750px) and (max-height: 1199px) {
      .breakpoints-example__breakpoint--tall {
        display: block; } }
    @media screen and (min-height: 1200px) {
      .breakpoints-example__breakpoint--extra-tall {
        display: block; } }

.breakpoints-example--until {
  position: static;
  width: 100%;
  overflow: hidden; }
  .breakpoints-example--until .breakpoints-example__breakpoint {
    display: block;
    padding: 0;
    margin-bottom: 10px;
    background-color: #181a1f; }
    .breakpoints-example--until .breakpoints-example__breakpoint--until-small {
      width: 480px; }
      @media screen and (max-width: 479px) {
        .breakpoints-example--until .breakpoints-example__breakpoint--until-small {
          background-color: #54b6c2; } }
    .breakpoints-example--until .breakpoints-example__breakpoint--until-medium {
      width: 768px; }
      @media screen and (max-width: 767px) {
        .breakpoints-example--until .breakpoints-example__breakpoint--until-medium {
          background-color: #54b6c2; } }
    .breakpoints-example--until .breakpoints-example__breakpoint--until-large {
      width: 992px; }
      @media screen and (max-width: 991px) {
        .breakpoints-example--until .breakpoints-example__breakpoint--until-large {
          background-color: #54b6c2; } }
    .breakpoints-example--until .breakpoints-example__breakpoint--until-extra-large {
      width: 1200px; }
      @media screen and (max-width: 1199px) {
        .breakpoints-example--until .breakpoints-example__breakpoint--until-extra-large {
          background-color: #54b6c2; } }

.grid-examples a {
  text-decoration: underline; }

.grid-examples h3 {
  margin-bottom: 15px; }

.grid-examples article {
  margin-bottom: 15px;
  padding: 15px;
  background: #191919; }

.grid-examples .grid-example {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  padding: 10px 0 0 0;
  background: #000000; }
  .grid-examples .grid-example::after {
    clear: both;
    content: "";
    display: table; }
  .grid-examples .grid-example__legend pre,
  .grid-examples .grid-example__snippet pre {
    font-family: "Droid Sans Mono","Consolas", monospace;
    font-size: 14px;
    overflow: hidden;
    font-style: normal; }
  .grid-examples .grid-example__legend {
    float: left;
    display: block;
    margin-right: 2%;
    width: 100%; }
    .grid-examples .grid-example__legend:last-child {
      margin-right: 0; }
    .grid-examples .grid-example__legend pre {
      padding: 0 15px; }
  @media screen and (min-width: 768px) {
    .grid-examples .grid-example.zero article {
      float: left;
      display: block;
      margin-right: 2%;
      width: 49%; }
      .grid-examples .grid-example.zero article:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .grid-examples .grid-example.one article {
      float: left;
      display: block;
      margin-right: 2%;
      width: 49%; }
      .grid-examples .grid-example.one article:last-child {
        margin-right: 0; }
      .grid-examples .grid-example.one article:nth-child(2n) {
        margin-right: 0; }
      .grid-examples .grid-example.one article:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 992px) {
    .grid-examples .grid-example.one article {
      float: left;
      display: block;
      margin-right: 2%;
      width: 23.5%; }
      .grid-examples .grid-example.one article:last-child {
        margin-right: 0; } }
  .grid-examples .grid-example.two {
    padding-top: 0; }
    @media screen and (min-width: 768px) {
      .grid-examples .grid-example.two {
        max-width: 1600px;
        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; }
        .grid-examples .grid-example.two::after {
          clear: both;
          content: "";
          display: table; }
        .grid-examples .grid-example.two > * {
          margin-top: 0;
          float: left;
          display: block;
          margin-right: 2%;
          width: 23.5%; }
          .grid-examples .grid-example.two > *:last-child {
            margin-right: 0; } }
    .grid-examples .grid-example.two .grid-example__legend {
      float: left;
      display: block;
      margin-right: 2%;
      width: 100%; }
      .grid-examples .grid-example.two .grid-example__legend:last-child {
        margin-right: 0; }

.read-more-example {
  padding: 20px 15px;
  margin-bottom: 80px;
  background-color: #191919;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    .read-more-example {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  .read-more-example h2 {
    font-family: Atyp, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.005em;
    font-weight: 300; }
    @media screen and (min-width: 992px) {
      .read-more-example h2 {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: -0.005em;
        font-weight: 300; } }

.box-left,
.box-right {
  float: left;
  display: block;
  width: 150px;
  height: 150px; }

.box-right {
  background-color: #000000; }

.box-left {
  background-color: #ff202C; }

.box-hdr {
  clear: both;
  padding-top: 40px; }

.box-copy {
  float: left;
  width: 300px;
  clear: both;
  outline: 1px solid #000000;
  position: relative; }

.box--xxs {
  margin-right: 1px;
  padding: 1px; }

.box--xs {
  margin-right: 5px;
  padding: 5px; }

.box--s {
  margin-right: 10px;
  padding: 10px; }

.box--m {
  margin-right: 15px;
  padding: 15px; }

.box--l {
  margin-right: 20px;
  padding: 20px; }

.box--xl {
  margin-right: 40px;
  padding: 40px; }

.box--xxl {
  margin-right: 80px;
  padding: 80px; }

.xxs--value:after {
  content: "1px"; }

.xs--value:after {
  content: "5px"; }

.s--value:after {
  content: "10px"; }

.m--value:after {
  content: "15px"; }

.l--value:after {
  content: "20px"; }

.xl--value:after {
  content: "40px"; }

.xxl--value:after {
  content: "80px"; }

.video-section__inner {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }
  .video-section__inner::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (min-width: 768px) {
  .video-example {
    float: left;
    display: block;
    margin-right: 2%;
    width: 32%; }
    .video-example:last-child {
      margin-right: 0; } }

.video-text-link--container {
  background-color: #000000; }

.streaming-modal-example {
  padding-bottom: 20px; }
  .streaming-modal-example .streaming-modal {
    background-color: #1b1b1f; }
  .streaming-modal-example .streaming-modal__link {
    font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .streaming-modal-example .streaming-modal__link {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
        font-weight: 400; } }

.streaming-modal-example-buttons {
  width: 100%; }
  .streaming-modal-example-buttons td {
    padding: 10px 0; }

.weight-example {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  margin-bottom: 10px; }
  @media screen and (min-width: 992px) {
    .weight-example {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: normal;
      font-weight: 400; } }
  .weight-example--medium {
    font-weight: 600; }
  .weight-example--regular {
    font-weight: 400 !important; }

.header-mixin-example .property-list__key {
  font-family: Atyp, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 34px;
  line-height: 32px;
  letter-spacing: normal;
  font-weight: 400;
  padding: 15px; }
  @media screen and (min-width: 992px) {
    .header-mixin-example .property-list__key {
      font-size: 50px;
      line-height: 48px;
      letter-spacing: normal;
      font-weight: 400; } }

.header-mixin-example .property-list__value {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: 400;
  padding: 10px 15px; }
  @media screen and (min-width: 992px) {
    .header-mixin-example .property-list__value {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: normal;
      font-weight: 400; } }

.hero--megastrip .hero__inner {
  font-family: AntiqueLegacy, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  display: block;
  text-align: center;
  border-width: 0 25px;
  color: #000000; }
  @media screen and (max-width: 479px) {
    .hero--megastrip .hero__inner {
      margin-top: 275px;
      background: #FFFFFF;
      padding-top: 25px; } }
  @media screen and (min-width: 768px) {
    .hero--megastrip .hero__inner {
      margin-top: 350px;
      padding-bottom: 100px;
      border-width: 0 65px;
      color: #FFFFFF; } }
  @media screen and (min-width: 992px) {
    .hero--megastrip .hero__inner {
      border-width: 0 90px;
      margin-top: 40vmin; } }
  .hero--megastrip .hero__inner .stream-showtime--reg {
    font-size: 8px;
    position: relative;
    top: -10px; }
    @media screen and (min-width: 480px) {
      .hero--megastrip .hero__inner .stream-showtime--reg {
        top: -20px; } }

.hero--megastrip .stream-showtime__hero-header {
  padding-top: 10px;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase; }
  @media screen and (min-width: 992px) {
    .hero--megastrip .stream-showtime__hero-header {
      font-size: 64px;
      line-height: 80px;
      letter-spacing: normal;
      font-weight: 400; } }

.hero--megastrip .stream-showtime__hero-copy {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    .hero--megastrip .stream-showtime__hero-copy {
      font-size: 24px;
      line-height: 29px;
      letter-spacing: normal;
      font-weight: 400; } }

