@charset "UTF-8";
.Flex {
  display: -ms-flexbox;
  display: flex; }

.Flex--inline {
  display: -ms-inline-flexbox;
  display: inline-flex; }

.Flex--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.Flex--row {
  -ms-flex-direction: row;
  flex-direction: row; }

.Flex--column {
  -ms-flex-direction: column;
  flex-direction: column; }

.Flex--center-between {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.Flex--center-around {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.Flex--center-start {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.Flex--center-end {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.Flex--center-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.Flex--stretch-between {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.Flex--stretch-start {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.Flex--stretch-end {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.Flex--stretch-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: center;
  justify-content: center; }

.Flex--start-between {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.Flex--start-start {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.Flex--start-end {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.Flex--start-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center; }

.Flex--start-around {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.Flex--end-between {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.Flex--end-start {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.Flex--end-end {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.Flex--end-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center; }

@keyframes fade {
  0% {
    opacity: 0; }
  4.16666666666667% {
    opacity: 1; }
  20.8333333333333% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes flyover {
  0% {
    transform: translateY(0) translateZ(0); }
  100% {
    transform: translateY(-80.5%) translateZ(0); } }

@keyframes sheen {
  10% {
    transform: translate(90%, 0); }
  20% {
    transform: translate(90%, 0); }
  25% {
    transform: translate(25%, 0); }
  100% {
    transform: translate(25%, 0); } }

@keyframes wiggle {
  0% {
    transform: rotate(7deg) scale(1); }
  25% {
    transform: rotate(0) scale(1); }
  50% {
    transform: rotate(-7deg) scale(1.1); }
  25% {
    transform: rotate(0) scale(1); }
  100% {
    transform: rotate(7deg) scale(1.1); } }

@keyframes helperDot {
  from {
    background: rgba(255, 255, 255, 0.2);
    transform: translate3d(-50%, -50%, 0) scale(1);
    transform-origin: center; }
  to {
    background: rgba(255, 255, 255, 0.6);
    transform: translate3d(-50%, -50%, 0) scale(2);
    transform-origin: center; } }

@keyframes validateFadeIn {
  from {
    opacity: 0;
    max-height: 0;
    min-height: 0; }
  to {
    opacity: 1;
    min-height: 1em;
    max-height: 3em; } }

@keyframes fadeOut {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes PFilterEntrance {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes PFilterMenuExpand {
  from { }
  to { } }

@keyframes barGrow {
  0% {
    width: 15%;
    opacity: .3; }
  10% {
    width: 100%;
    opacity: 1; }
  100% {
    width: 100%;
    opacity: 0; } }

@keyframes barGlow {
  0% {
    opacity: .5; }
  3% {
    opacity: 1; }
  7% {
    opacity: 1; }
  9% {
    opacity: .5; }
  11% {
    opacity: .5; }
  13% {
    opacity: 1; }
  17% {
    opacity: 1; }
  19% {
    opacity: .5; }
  21% {
    opacity: .5; }
  23% {
    opacity: 1; }
  27% {
    opacity: 1; }
  30% {
    opacity: .5; }
  100% {
    opacity: .5; } }

@keyframes softGlow {
  0% {
    opacity: 1; }
  50% {
    opacity: .6667; }
  100% {
    opacity: 1; } }

[class*='Fade'] {
  transition: all 300ms 0ms cubic-bezier(0.5, 0, 0.1, 1); }

.Fade-enter, .Fade-appear {
  opacity: 0.01; }

.Fade-enter-active, .Fade-appear-active {
  opacity: 1; }

.Fade-leave {
  opacity: 0.01; }

@keyframes scrollArrow {
  0% {
    opacity: .4; }
  45% {
    opacity: .4; }
  50% {
    opacity: 1; }
  60% {
    opacity: 1; }
  90% {
    opacity: .4; }
  100% {
    opacity: .4; } }

@media (max-width: 600px) {
  .Util--hideMobile {
    display: none; } }

@media (max-width: 1100px) {
  .Util--hideNarrow {
    display: none; } }

@media (min-width: 601px) {
  .Util--hideDesktop {
    display: none; } }

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents 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; }

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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).
 * 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; }

html {
  font-size: 62.5% !important;
  color: #000E1D;
  font-family: "Roboto", Segoe UI, Myriad Pro, sans-serif;
  max-width: 100vw;
  overflow: auto;
  min-width: 280px; }
  @media (min-width: 1600px) {
    html {
      font-size: .63vw; } }

html:not([data-reactid]) {
  background: black; }

*:focus {
  outline: none; }

a {
  font: inherit;
  color: inherit;
  text-decoration: inherit;
  cursor: pointer; }
  a:not([class]):hover {
    color: white;
    text-decoration: underline; }

button:not([class]) {
  font: initial;
  color: initial;
  border: initial;
  background: initial;
  text-transform: initial;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: inherit; }

input[class] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: "Montserrat", Verdana, sans-serif; }

p {
  margin: 0;
  max-width: 35em;
  line-height: 28px; }
  p + * {
    margin-top: 1em; }

address {
  font-style: normal;
  padding-left: 30px; }
  @media (max-width: 600px) {
    address {
      padding-left: 15px; } }
  [ng-app="indieflix"] address {
    padding-left: 15px; }

figure {
  margin: 0; }

select:not([class]) {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  outline: none !important;
  text-transform: inherit;
  border: none;
  font: inherit;
  padding: 0 30px 0 10px; }
  [ng-app="indieflix"] select:not([class]) {
    font-size: 10px; }

select:-moz-focusring {
  outline: transparent; }

ul, ol {
  padding: 0;
  margin: 0; }

li {
  padding: 0;
  list-style: none; }

small {
  font-size: inherit; }

code, pre {
  font-family: "Monaco", "Lucida Console", monospace;
  background: black;
  color: #AAA;
  padding: 10px;
  font-size: 14px;
  display: block; }

blockquote,
address {
  margin: 0; }

.Type--h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 56px; }

.Type--h2 {
  font-size: 26px;
  font-weight: 700; }

.Type--h3 {
  font-size: 21px;
  font-weight: 700; }

.Type--h4 {
  font-size: 21px;
  font-weight: 400; }

.Type--h5 {
  font-size: 18px;
  font-weight: 700; }

.Type--h6 {
  font-size: 18px;
  font-weight: 400; }

.Type--lead {
  font-size: 18px;
  font-weight: 400; }

.Type--body {
  font-size: 16px;
  font-weight: 400; }

.Type--small {
  font-size: 14px; }
  @media (min-width: 0) and (max-width: 520px) {
    .Type--small {
      font-size: 15px; } }

.Type--link {
  font-size: 14px;
  font-weight: 400;
  color: white; }
  .Type--link:hover, .Type--link:active, .Type--link.active {
    text-decoration: underline; }

.Type--grey-link {
  color: #AAA !important; }
  .Type--grey-link:hover {
    color: white !important; }

.Type--small-link {
  font-size: 10px;
  font-weight: 600;
  color: #AAA; }

.Type--blue-link {
  font-size: 14px;
  font-weight: 300;
  color: #2f7efb; }

.Type--red {
  color: #EE2624; }

.blockquote {
  color: #AAA;
  font-weight: 300;
  padding: 0 28px;
  font-style: italic;
  border-left: 2px solid #10284E;
  line-height: 2; }
  .blockquote cite {
    display: block;
    font-weight: 400;
    font-style: normal;
    margin-top: 28px; }
    .blockquote cite::before {
      content: "~ "; }

.address {
  color: #AAA;
  font-weight: 300;
  padding: .5em 2em;
  font-style: italic;
  background: #00142A;
  line-height: 2;
  white-space: pre-line; }

.hr {
  width: 100%;
  display: block;
  border: none;
  height: 1px;
  color: rgba(170, 170, 170, 0.6);
  background: currentColor;
  margin: 10px 0; }

.ul {
  padding-left: 1em;
  line-height: 2; }
  .ul .ul {
    margin-bottom: 14px; }
  .ul > * {
    position: relative;
    padding-left: .75em; }
    .ul > * > * {
      width: 100%; }
    .ul > *::before {
      display: inline-block;
      box-sizing: border-box;
      float: left;
      content: " ";
      width: 5px;
      height: 5px;
      border-radius: 1px;
      transform: rotate(-45deg);
      margin-right: .5em;
      border: 1px solid #AAA;
      background: rgba(170, 170, 170, 0.5);
      position: absolute;
      top: .7em;
      left: 0; }

.ol {
  padding-left: 1em;
  line-height: 2;
  counter-reset: ol;
  width: 100%; }
  .ol > *::before {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: left;
    counter-increment: ol;
    content: counters(ol, ".") " ";
    box-sizing: border-box;
    font-size: .666em;
    margin-right: 1em;
    margin-top: .5em;
    padding: 0 .5em;
    height: 1.5em;
    background: rgba(170, 170, 170, 0.1); }

.presentation {
  visibility: visible !important; }

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }

.Backdrop, .Film-row__page-backdrop, .Film-row__track-backdrop, .Film-row__dashboard-backdrop {
  position: fixed;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  background: black;
  opacity: 0;
  z-index: -1;
  transition: opacity 300ms 0ms cubic-bezier(0.5, 0, 0.1, 1), z-index 300ms 0ms cubic-bezier(0.5, 0, 0.1, 1), visiblity 300ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
  margin: 0 !important;
  pointer-events: none; }
  .Backdrop--active {
    z-index: 7500;
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .Backdrop .Loader, .Film-row__page-backdrop .Loader, .Film-row__track-backdrop .Loader, .Film-row__dashboard-backdrop .Loader {
    display: none; }
  .Backdrop--loading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 7500;
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
    .Backdrop--loading .Loader {
      display: block !important;
      color: #ffffff;
      font-size: 20px;
      margin: 100px auto;
      width: 1em;
      height: 1em;
      border-radius: 50%;
      position: relative;
      text-indent: -9999em;
      animation: load4 1.3s infinite linear;
      transform: translateZ(0); }

.Position--absolute-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.Position--fixed-fill {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

[class*='Container--'] {
  overflow-x: hidden; }

.Container--noscroll {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
  min-height: 100vh; }

.Container--tmo .Masthead__right .Button--alert {
  display: none; }

.Container--browse {
  padding-top: 420px !important;
  background-color: black;
  background-image: linear-gradient(to bottom, #000E1D 0%, #000E1D 100%) !important;
  background-repeat: repeat-x !important;
  background-size: 619px !important;
  /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
  @media (max-height: 580px) {
    .Container--browse {
      padding-top: 150px !important; } }
  html[class*=mobile-] .Container--browse {
    padding-top: 150px !important; }
  .Container--browse-guest {
    padding-top: 100vh !important;
    /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
    @media (max-height: 580px) {
      .Container--browse-guest {
        padding-top: 150px !important; } }
    html[class*=mobile-] .Container--browse-guest {
      padding-top: 150px !important; }

.Container--channel {
  padding-top: 420px !important;
  background-color: black;
  background-image: linear-gradient(to bottom, #000E1D 0%, #000E1D 100%) !important;
  background-repeat: repeat-x !important;
  background-size: 619px !important;
  /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
  @media (max-height: 580px) {
    .Container--channel {
      padding-top: 150px !important; } }
  html[class*=mobile-] .Container--channel {
    padding-top: 150px !important; }
  .Container--channel-guest {
    padding-top: 100vh !important;
    /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
    @media (max-height: 580px) {
      .Container--channel-guest {
        padding-top: 150px !important; } }
    html[class*=mobile-] .Container--channel-guest {
      padding-top: 150px !important; }

.Container--hero-fixed {
  padding-top: 150px !important;
  background: black; }

.Container--standard {
  background: #000E1D;
  padding-top: 84px; }

.Container--channels {
  background: black;
  padding-top: 60px; }

.Container--fm-dashboard {
  background: black;
  min-width: 1060px;
  padding-top: 120px; }
  .Container--fm-dashboard .Masthead {
    background: none; }

.Container--watch {
  background: black;
  min-width: 0; }

.Page--standard {
  padding: 30px;
  background: white; }
  @media (max-width: 600px) {
    .Page--standard {
      padding: 15px; } }
  [ng-app="indieflix"] .Page--standard {
    padding: 15px; }
  .Page--standard p img {
    width: auto !important;
    height: auto !important;
    mix-blend-mode: unset !important;
    filter: none !important;
    max-width: 220px !important; }
  .Page--standard h1, .Page--standard h2, .Page--standard h3, .Page--standard h4 {
    margin-bottom: 28px; }
    @media (max-width: 600px) {
      .Page--standard h1, .Page--standard h2, .Page--standard h3, .Page--standard h4 {
        text-align: center; } }
  :root:root .Page--standard a {
    color: #EE2624;
    text-decoration: none; }
    :root:root .Page--standard a:hover {
      text-decoration: underline; }

.Page--channel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
  padding-top: 0;
  margin: 0 auto;
  background: #000E1D; }
  .Page--channel > * + * {
    margin-left: 15px; }
  @media (max-width: 600px) {
    .Page--channel {
      padding: 15px; } }
  [ng-app="indieflix"] .Page--channel {
    padding: 15px; }
  @media (max-width: 700px) {
    .Page--channel {
      -ms-flex-direction: column;
      flex-direction: column; }
      .Page--channel > * + * {
        margin-left: 0; }
      .Page--channel > * + * {
        margin-top: 15px; } }
  .Page--channel__main {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 560px;
    width: 100%; }
  .Page--channel__sidebar {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 350px;
    max-width: 350px; }
    @media (max-width: 700px) {
      .Page--channel__sidebar {
        width: 100%;
        max-width: 100%; } }

.Page--cards {
  background: #000E1D;
  padding: 25px 0 40px;
  max-width: 100%;
  /*
  @include breakpoint($mobileInverse) {
    @content
  } */ }
  html:not([class*=mobile-]) .Page--cards {
    overflow: hidden; }
  .Container--channel .Page--cards {
    padding-bottom: 25px; }
    @media (max-width: 600px) {
      .Container--channel .Page--cards {
        padding-bottom: 0; } }
  .Page--cards .Film-row__container {
    margin-top: -20px; }
  .Page--cards + .Page--watch {
    margin-top: -60px; }

.Page--series {
  background: #000E1D;
  padding: 40px 0 40px;
  max-width: 100%; }
  @media (max-width: 600px) {
    .Page--series {
      padding: 15px 0 20px; } }

.Page--watch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 18px;
  padding-bottom: 18px;
  background: #000E1D;
  box-sizing: border-box;
  margin: 0 auto;
  /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
  .Page--watch > * + * {
    margin-left: 15px; }
  @media (max-width: 600px) {
    .Page--watch {
      padding-right: 15px; } }
  [ng-app="indieflix"] .Page--watch {
    padding-right: 15px; }
  @media (max-width: 600px) {
    .Page--watch {
      padding-left: 15px; } }
  [ng-app="indieflix"] .Page--watch {
    padding-left: 15px; }
  @media (max-width: 850px) {
    .Page--watch {
      -ms-flex-direction: column;
      flex-direction: column; }
      .Page--watch > * + * {
        margin-left: 0; }
      .Page--watch > * + * {
        margin-top: 20px; } }
  @media (max-width: 640px) {
    html[class*=mobile-] .Page--watch {
      padding-right: 0 !important;
      padding-left: 0 !important;
      padding-top: 15px; }
      html[class*=mobile-] .Page--watch > * + * {
        margin-top: 15px; } }
  .Modal--film .Page--watch {
    -ms-flex-direction: column;
    flex-direction: column; }
    .Modal--film .Page--watch > * + * {
      margin-left: 0; }
    .Modal--film .Page--watch > * + * {
      margin-top: 20px; }
  @media (max-width: 600px) {
    .Page--watch {
      padding-top: 18px;
      padding-bottom: 18px; } }
  .Page--watch__left {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 740px;
    /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
    .Page--watch__left > * + * {
      margin-top: 20px; }
    @media (max-width: 850px) {
      .Page--watch__left {
        max-width: 100%;
        width: 100%; } }
    .Modal--film .Page--watch__left {
      max-width: 100%;
      width: 100%; }
    @media (max-width: 640px) {
      html[class*=mobile-] .Page--watch__left > * + * {
        margin-top: 15px; } }
  .Page--watch__right {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 360px; }
    @media (max-width: 1050px) {
      .Page--watch__right {
        width: 300px; } }
    @media (max-width: 850px) {
      .Page--watch__right {
        width: 100%; } }
    .Modal--film .Page--watch__right {
      width: 100%; }

.Fence, .CovidNotice__fence {
  margin: 0 auto;
  max-width: 1196px; }

.Feed > * + * {
  margin-top: 15px; }

.Feed__end {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  margin: 40px 0 20px; }

.Feed__item {
  background: #00142A; }
  .Feed__item-title {
    font-size: 21px;
    font-weight: 700; }
    .Feed__item-title--small {
      font-weight: 300;
      font-size: 14px;
      color: #AAA; }
      .Feed__item-title--small > * + * {
        margin-left: 5px; }
  .Feed__item-content {
    padding: 20px; }
    .Feed__item-content > * + * {
      margin-top: 15px; }
    .Feed__item-content:empty {
      display: none; }
  .Feed__item-sub-content {
    padding: 20px;
    background: #011B37; }
    .Feed__item-sub-content > * + * {
      margin-top: 15px; }
    .Feed__item-sub-content:empty {
      display: none; }

.Text--uppercase {
  text-transform: uppercase; }

.Text--lowercase {
  text-transform: lowercase; }

.Text--keepcase {
  text-transform: none; }

.Text--left {
  text-align: left; }

.Text--center {
  text-align: center; }

.Text--right {
  text-align: right; }

.Text--selectAll {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all; }

.Text--selectNone {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.Text--nowrap {
  white-space: nowrap;
  display: inline-block; }

.Text--red {
  color: #EE2624; }

.Text--monospace {
  font-family: "Monaco", "Lucida Console", monospace; }

.Wrap--label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex: 0;
  flex: 0; }
  .Wrap--label > * + * {
    margin-left: 10px; }
  .Wrap--label label {
    color: #AAA; }
  .Wrap--label-large {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px; }
    .Wrap--label-large > * + * {
      margin-left: 18px; }
  .Wrap--label-mini {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .Wrap--label-mini > * + * {
      margin-left: 15px; }
    .Wrap--label-mini label {
      font-size: 10px;
      color: #AAA; }

.Media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .Media > * + * {
    margin-left: 20px; }
  .Fmd-submit .Media {
    -ms-flex: 1 0 70px;
    flex: 1 0 70px; }
  .Media__figure {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 70px; }
    .Media__figure img {
      max-width: 100%; }
  .Media__detail {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden; }
  .Media__label {
    text-transform: uppercase;
    font-size: 14px;
    color: #AAA;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden; }
  .Media__data {
    font-size: 18px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden; }

.Tabbed__nav {
  text-transform: uppercase; }
  .Tabbed__nav-item {
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    color: #AAA; }
    .Tabbed__nav-item:hover, .Tabbed__nav-item.active, .Tabbed__nav-item--active, .Tabbed__nav-item:active {
      color: white; }
    .Tabbed__nav-item.active, .Tabbed__nav-item:active, .Tabbed__nav-item--active {
      box-shadow: 0 2px 0 0 #EE2624; }
    .Tabbed__nav-item .disabled, .Tabbed__nav-item--disabled {
      cursor: text;
      color: #AAA !important;
      box-shadow: none !important; }

.Form > * + * {
  margin-top: 20px; }

.Form--neocurrency {
  margin: 28px auto;
  max-width: 30em; }
  .Form--neocurrency [class*="Button--"] {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6); }
    .Form--neocurrency [class*="Button--"]:hover {
      text-shadow: none; }
  .Form--neocurrency .Form__label {
    text-transform: none !important;
    font-weight: 400; }

.Form--angst {
  max-width: 680px;
  margin: 0 auto; }
  .Form--angst p {
    max-width: none; }

.Form__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .Form__row > * + * {
    margin-left: 30px; }
  @media (max-width: 600px) {
    .Form__row > * + * {
      margin-left: 15px; } }
  @media (max-width: 480px) {
    .Form__row--collapse {
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: stretch !important;
      align-items: stretch !important; }
      .Form__row--collapse > * + * {
        margin-left: 0; }
      .Form__row--collapse > * + * {
        margin-top: 15px; }
      .Form__row--collapse > * {
        -ms-flex: 0 !important;
        flex: 0 !important; } }
  .Form__row--leftAlign {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .Form__row--leftAlign {
    -ms-flex-pack: start;
    justify-content: flex-start; }

.Form__column {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }
  .Form__column > * + * {
    margin-top: 10px; }
  .Form__column--align-start {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .Form__column--align-end {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .Form__column--noGrow {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .Form__column--horizontal > * + * {
    margin-top: 0; }
  .Form__column--horizontal > * + * {
    margin-left: 15px; }
  .Form__column img {
    max-width: 100%; }

.Form__or {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.Form__label {
  text-transform: uppercase;
  font-size: 14px;
  color: #AAA;
  font-weight: 300;
  margin-bottom: -7px;
  display: block; }
  .Form__label[required]::after {
    opacity: .5;
    content: "*"; }

.Form__fieldset {
  padding: 0 20px 20px;
  border: 1px solid #AAA; }
  .Form__fieldset > * + * {
    margin-top: 20px; }
  .Form__fieldset legend {
    padding: 0 10px;
    font-size: 14px;
    color: #AAA; }

.Table--standard {
  width: 100%; }
  .Table--standard td, .Table--standard th {
    padding: 5px 0; }
  .Table--standard th {
    text-align: left;
    font-size: 10px;
    font-weight: 600;
    color: #AAA;
    text-transform: uppercase; }
  .Table--standard td {
    font-size: 14px;
    font-weight: 300;
    color: white; }

.Rhythm--vertical > * + * {
  margin-top: 20px; }

.Rhythm--horizontal > * + * {
  margin-left: 20px; }

.Rhythm--both > * + * {
  margin-left: 20px; }

.Rhythm--both > * + * {
  margin-top: 20px; }

.Grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .Grid > * + * {
    margin-left: 20px; }
  .Grid--canWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .Grid--canWrap > * + * {
      margin-left: 0; }
    .Grid--canWrap .Grid__item {
      margin: 10px;
      -ms-flex: 0 0 calc(25% - 20px);
      flex: 0 0 calc(25% - 20px); }
      @media (max-width: 760px) {
        .Grid--canWrap .Grid__item {
          -ms-flex: 0 0 calc(33% - 20px);
          flex: 0 0 calc(33% - 20px); } }
      @media (max-width: 520px) {
        .Grid--canWrap .Grid__item {
          -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px); } }
      @media (max-width: 360px) {
        .Grid--canWrap .Grid__item {
          -ms-flex: 0 0 calc(100% - 20px);
          flex: 0 0 calc(100% - 20px); } }
  .Grid__item {
    -ms-flex: 1 0 25%;
    flex: 1 0 25%; }

.Entry, .Learn-more__content {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  max-width: 50em;
  width: 100%;
  line-height: 28px; }
  .Entry > * + *, .Learn-more__content > * + * {
    margin-top: 28px; }
  .Entry [id]::before, .Learn-more__content [id]::before {
    content: " ";
    width: 2px;
    height: 88px;
    margin-top: -88px;
    display: block;
    pointer-events: none; }
  .Entry h1, .Learn-more__content h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 56px;
    line-height: 56px !important; }
  .Entry h2, .Learn-more__content h2 {
    font-size: 26px;
    font-weight: 700; }
  .Entry h3, .Learn-more__content h3 {
    font-size: 21px;
    font-weight: 700; }
  .Entry h4, .Learn-more__content h4 {
    font-size: 21px;
    font-weight: 400; }
  .Entry h5, .Learn-more__content h5 {
    font-size: 18px;
    font-weight: 700; }
  .Entry h6, .Learn-more__content h6 {
    font-size: 18px;
    font-weight: 400; }
  .Entry ul, .Learn-more__content ul {
    font-size: 16px;
    font-weight: 400;
    padding-left: 1em;
    line-height: 2; }
    .Entry ul .Entry ul, .Learn-more__content ul .Entry ul, .Entry ul .Learn-more__content ul, .Learn-more__content ul .Learn-more__content ul {
      margin-bottom: 14px; }
    .Entry ul > *, .Learn-more__content ul > * {
      position: relative;
      padding-left: .75em; }
      .Entry ul > * > *, .Learn-more__content ul > * > * {
        width: 100%; }
      .Entry ul > *::before, .Learn-more__content ul > *::before {
        display: inline-block;
        box-sizing: border-box;
        float: left;
        content: " ";
        width: 5px;
        height: 5px;
        border-radius: 1px;
        transform: rotate(-45deg);
        margin-right: .5em;
        border: 1px solid #AAA;
        background: rgba(170, 170, 170, 0.5);
        position: absolute;
        top: .7em;
        left: 0; }
  .Entry ol, .Learn-more__content ol {
    font-size: 16px;
    font-weight: 400;
    padding-left: 1em;
    line-height: 2;
    counter-reset: ol;
    width: 100%; }
    .Entry ol > *::before, .Learn-more__content ol > *::before {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -ms-inline-flexbox;
      display: inline-flex;
      float: left;
      counter-increment: ol;
      content: counters(ol, ".") " ";
      box-sizing: border-box;
      font-size: .666em;
      margin-right: 1em;
      margin-top: .5em;
      padding: 0 .5em;
      height: 1.5em;
      background: rgba(170, 170, 170, 0.1); }
  .Entry blockquote, .Learn-more__content blockquote {
    color: #AAA;
    font-weight: 300;
    padding: 0 28px;
    font-style: italic;
    border-left: 2px solid #10284E;
    line-height: 2; }
    .Entry blockquote cite, .Learn-more__content blockquote cite {
      display: block;
      font-weight: 400;
      font-style: normal;
      margin-top: 28px; }
      .Entry blockquote cite::before, .Learn-more__content blockquote cite::before {
        content: "~ "; }
  .Entry address, .Learn-more__content address {
    color: #AAA;
    font-weight: 300;
    padding: .5em 2em;
    font-style: italic;
    background: #00142A;
    line-height: 2;
    white-space: pre-line; }
  .Entry hr, .Learn-more__content hr {
    width: 100%;
    display: block;
    border: none;
    height: 1px;
    color: rgba(170, 170, 170, 0.6);
    background: currentColor; }
  .Entry *, .Learn-more__content * {
    line-height: 28px !important; }
  .Entry p, .Learn-more__content p {
    max-width: 100%; }
  .Entry img, .Learn-more__content img {
    width: 100%;
    height: auto; }
  .Entry a:not([class*="Button--"]), .Learn-more__content a:not([class*="Button--"]) {
    text-decoration: underline; }
  :root .Entry h1 a, :root .Learn-more__content h1 a, :root .Entry h2 a, :root .Learn-more__content h2 a, :root .Entry h3 a, :root .Learn-more__content h3 a, :root .Entry h4 a, :root .Learn-more__content h4 a, :root .Entry h5 a, :root .Learn-more__content h5 a, :root .Entry h6 a, :root .Learn-more__content h6 a, :root .Entry li a, :root .Learn-more__content li a {
    text-decoration: none; }

.z-below {
  z-index: -1 !important; }

.z-floor {
  z-index: 0 !important; }

.z-troposphere {
  z-index: 4500 !important; }

.z-stratosphere {
  z-index: 5000 !important; }

.z-dropdown {
  z-index: 6000 !important; }

.z-masthead {
  z-index: 7000 !important; }

.z-mesosphere {
  z-index: 8000 !important; }

.z-thermosphere {
  z-index: 9000 !important; }

.z-exosphere {
  z-index: 10000 !important; }

[class*=Avatar--] {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  margin: 0; }
  [class*=Avatar--] img {
    width: 100%;
    height: auto; }

.Avatar--xs {
  width: 30px;
  height: 30px; }

.Avatar--s {
  width: 40px;
  height: 40px; }

.Avatar--m {
  width: 50px;
  height: 50px; }

.Avatar--l {
  width: 90px;
  height: 90px; }

.Avatar--edit {
  position: relative;
  cursor: pointer; }
  .Avatar--edit__hover-label {
    font-size: 10px;
    font-weight: 600;
    color: #AAA;
    background: rgba(1, 27, 55, 0.7);
    display: none;
    content: "edit";
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px; }
    .Avatar--edit__hover-label i {
      margin-right: .3em; }
    :hover > .Avatar--edit__hover-label,
    .active > .Avatar--edit__hover-label {
      display: block; }

.Badge {
  background: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 2px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6); }
  .Badge--loud {
    background: #EE2624; }

.Button__text {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block; }

img.Button__icon {
  width: 1em;
  height: auto; }

.Button--red {
  color: white;
  border-radius: 2px;
  text-shadow: 0 1px 0 #880000;
  background-color: #eb1d1d;
  background-image: linear-gradient(to bottom, rgba(255, 235, 129, 0) 0%, rgba(255, 235, 129, 0) 100%);
  box-shadow: inset 0px -2px 0px #880000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 500;
  height: 34px;
  font-size: 14px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .Button--red > * + * {
    margin-left: 0.8em; }
  .Button--red button + * {
    margin-left: 0; }
  .Button--red button {
    border: none !important;
    background: none !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10; }
  .Button--red .Living-logo {
    display: none; }
  .Button--red:hover, .Button--red:active, .Button--red.active {
    background-image: linear-gradient(to bottom, rgba(255, 235, 129, 0.3) 0%, rgba(255, 235, 129, 0) 100%); }

.Button--education {
  color: white;
  border-radius: 2px;
  text-shadow: 0 1px 0 #2A4B74;
  background-color: #4B85CF;
  box-shadow: inset 0px -2px 0px #2A4B74;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 500;
  height: 34px;
  font-size: 14px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .Button--education > * + * {
    margin-left: 0.8em; }
  .Button--education button + * {
    margin-left: 0; }
  .Button--education button {
    border: none !important;
    background: none !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10; }
  .Button--education .Living-logo {
    display: none; }
  .Button--education:hover, .Button--education:active, .Button--education.active {
    background: #2A4B74; }

.Button--navy {
  border: 1px solid #00142A;
  color: white;
  border-radius: 2px;
  text-shadow: 0 1px 0 #00142A;
  background-color: #10284E;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 500;
  height: 34px;
  font-size: 14px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .Button--navy > * + * {
    margin-left: 0.8em; }
  .Button--navy button + * {
    margin-left: 0; }
  .Button--navy button {
    border: none !important;
    background: none !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10; }
  .Button--navy .Living-logo {
    display: none; }
  .Button--navy:hover, .Button--navy:active, .Button--navy.active {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%); }

.Button--upstanders {
  border: 1px solid #9d370e;
  color: white;
  border-radius: 2px;
  text-shadow: 0 1px 0 #9d370e;
  background-color: #ff5203;
  background-image: linear-gradient(to bottom, rgba(255, 235, 129, 0) 0%, rgba(255, 235, 129, 0) 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 500;
  height: 34px;
  font-size: 14px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .Button--upstanders > * + * {
    margin-left: 0.8em; }
  .Button--upstanders button + * {
    margin-left: 0; }
  .Button--upstanders button {
    border: none !important;
    background: none !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10; }
  .Button--upstanders .Living-logo {
    display: none; }
  .Button--upstanders:hover, .Button--upstanders:active, .Button--upstanders.active {
    background-image: linear-gradient(to bottom, rgba(255, 235, 129, 0.3) 0%, rgba(255, 235, 129, 0) 100%); }

.Button--mymonday {
  border: 1px solid #823704;
  color: white;
  border-radius: 2px;
  text-shadow: 0 1px 0 #823704;
  background-color: #ee5b12;
  background-image: linear-gradient(to bottom, rgba(255, 235, 129, 0) 0%, rgba(255, 235, 129, 0) 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 500;
  height: 34px;
  font-size: 14px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .Button--mymonday > * + * {
    margin-left: 0.8em; }
  .Button--mymonday button + * {
    margin-left: 0; }
  .Button--mymonday button {
    border: none !important;
    background: none !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10; }
  .Button--mymonday .Living-logo {
    display: none; }
  .Button--mymonday:hover, .Button--mymonday:active, .Button--mymonday.active {
    background-image: linear-gradient(to bottom, rgba(255, 235, 129, 0.3) 0%, rgba(255, 235, 129, 0) 100%); }

.Button--cct {
  border: 1px solid #096e68;
  color: white;
  border-radius: 2px;
  text-shadow: 0 1px 0 #096e68;
  background-color: #309ab4;
  background-image: linear-gradient(to bottom, rgba(255, 235, 129, 0) 0%, rgba(255, 235, 129, 0) 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 500;
  height: 34px;
  font-size: 14px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .Button--cct > * + * {
    margin-left: 0.8em; }
  .Button--cct button + * {
    margin-left: 0; }
  .Button--cct button {
    border: none !important;
    background: none !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10; }
  .Button--cct .Living-logo {
    display: none; }
  .Button--cct:hover, .Button--cct:active, .Button--cct.active {
    background-image: linear-gradient(to bottom, rgba(255, 235, 129, 0.3) 0%, rgba(255, 235, 129, 0) 100%); }

.Button--angst {
  border: 1px solid #000;
  color: white;
  border-radius: 2px;
  text-shadow: 0 1px 0 #000;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background-color: #343434;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 500;
  height: 34px;
  font-size: 14px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .Button--angst > * + * {
    margin-left: 0.8em; }
  .Button--angst button + * {
    margin-left: 0; }
  .Button--angst button {
    border: none !important;
    background: none !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10; }
  .Button--angst .Living-logo {
    display: none; }
  .Button--angst:hover, .Button--angst:active, .Button--angst.active {
    background-image: none;
    background: black; }

.Button--like {
  border: 1px solid #0058ae;
  color: white;
  border-radius: 2px;
  text-shadow: 0 1px 0 #0058ae;
  background-image: linear-gradient(to bottom, rgba(14, 231, 245, 0.6) 0%, rgba(14, 187, 245, 0) 100%);
  background-color: #089cf3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 500;
  height: 34px;
  font-size: 14px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .Button--like > * + * {
    margin-left: 0.8em; }
  .Button--like button + * {
    margin-left: 0; }
  .Button--like button {
    border: none !important;
    background: none !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10; }
  .Button--like .Living-logo {
    display: none; }
  .Button--like:hover, .Button--like:active, .Button--like.active {
    background-image: linear-gradient(to bottom, rgba(8, 243, 224, 0.6) 0%, rgba(8, 243, 224, 0.3) 100%); }

.Button--fk {
  border: 1px solid #880046;
  color: white;
  border-radius: 2px;
  text-shadow: 0 1px 0 #880046;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-color: #dc2894;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 500;
  height: 34px;
  font-size: 14px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .Button--fk > * + * {
    margin-left: 0.8em; }
  .Button--fk button + * {
    margin-left: 0; }
  .Button--fk button {
    border: none !important;
    background: none !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10; }
  .Button--fk .Living-logo {
    display: none; }
  .Button--fk:hover, .Button--fk:active, .Button--fk.active {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%); }

.Button--darkRed {
  border: 1px solid #880000;
  color: white;
  border-radius: 2px;
  text-shadow: 0 1px 0 #880000;
  background-color: #880000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 500;
  height: 34px;
  font-size: 14px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .Button--darkRed > * + * {
    margin-left: 0.8em; }
  .Button--darkRed button + * {
    margin-left: 0; }
  .Button--darkRed button {
    border: none !important;
    background: none !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10; }
  .Button--darkRed .Living-logo {
    display: none; }
  .Button--darkRed:hover, .Button--darkRed:active, .Button--darkRed.active {
    color: white;
    border-radius: 2px;
    text-shadow: 0 1px 0 #880000;
    background-color: #eb1d1d;
    background-image: linear-gradient(to bottom, rgba(255, 235, 129, 0) 0%, rgba(255, 235, 129, 0) 100%);
    box-shadow: inset 0px -2px 0px #880000; }

.Button--outline {
  border: 2px solid rgba(255, 255, 255, 0.7);
  color: white;
  border-radius: 2px;
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 500;
  height: 34px;
  font-size: 14px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .Button--outline > * + * {
    margin-left: 0.8em; }
  .Button--outline button + * {
    margin-left: 0; }
  .Button--outline button {
    border: none !important;
    background: none !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10; }
  .Button--outline .Living-logo {
    display: none; }
  .Button--outline:hover, .Button--outline:active, .Button--outline.active {
    border: 2px solid #fff;
    color: white;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.05);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%); }

.Button--fill {
  border: 2px solid #fff;
  color: white;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.05);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 500;
  height: 34px;
  font-size: 14px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .Button--fill > * + * {
    margin-left: 0.8em; }
  .Button--fill button + * {
    margin-left: 0; }
  .Button--fill button {
    border: none !important;
    background: none !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10; }
  .Button--fill .Living-logo {
    display: none; }
  .Button--fill:hover, .Button--fill:active, .Button--fill.active {
    border: 2px solid rgba(255, 255, 255, 0.7);
    color: white;
    border-radius: 2px;
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%); }

.Button--fillWhite {
  border: 1px solid #fff;
  color: black;
  border-radius: 2px;
  background-color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 500;
  height: 34px;
  font-size: 14px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .Button--fillWhite > * + * {
    margin-left: 0.8em; }
  .Button--fillWhite button + * {
    margin-left: 0; }
  .Button--fillWhite button {
    border: none !important;
    background: none !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10; }
  .Button--fillWhite .Living-logo {
    display: none; }
  .Button--fillWhite:hover, .Button--fillWhite:active, .Button--fillWhite.active {
    border: 2px solid #fff;
    color: white;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.05);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%); }

.Button--fillDark {
  border: 1px solid #000E1D;
  color: white;
  border-radius: 2px;
  background-color: rgba(0, 14, 29, 0.75);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  background-image: linear-gradient(to top, #000e1d 0%, rgba(0, 14, 29, 0) 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 500;
  height: 34px;
  font-size: 14px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .Button--fillDark > * + * {
    margin-left: 0.8em; }
  .Button--fillDark button + * {
    margin-left: 0; }
  .Button--fillDark button {
    border: none !important;
    background: none !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10; }
  .Button--fillDark .Living-logo {
    display: none; }
  .Button--fillDark:hover, .Button--fillDark:active, .Button--fillDark.active {
    border: 1px solid rgba(0, 14, 29, 0.7);
    color: #000E1D;
    border-radius: 2px;
    background-color: transparent; }

.Button--outlineDark {
  border: 1px solid rgba(0, 14, 29, 0.7);
  color: #000E1D;
  border-radius: 2px;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 500;
  height: 34px;
  font-size: 14px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .Button--outlineDark > * + * {
    margin-left: 0.8em; }
  .Button--outlineDark button + * {
    margin-left: 0; }
  .Button--outlineDark button {
    border: none !important;
    background: none !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10; }
  .Button--outlineDark .Living-logo {
    display: none; }
  .Button--outlineDark:hover, .Button--outlineDark:active, .Button--outlineDark.active {
    border: 1px solid #000E1D;
    color: white;
    border-radius: 2px;
    background-color: rgba(0, 14, 29, 0.75);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
    background-image: linear-gradient(to top, #000e1d 0%, rgba(0, 14, 29, 0) 100%); }

.Button--outlineUpstanders {
  border: 1px solid rgba(0, 0, 0, 0.7);
  color: black;
  border-radius: 2px;
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgba(255, 82, 3, 0.05) 0%, rgba(255, 82, 3, 0) 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 500;
  height: 34px;
  font-size: 14px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .Button--outlineUpstanders > * + * {
    margin-left: 0.8em; }
  .Button--outlineUpstanders button + * {
    margin-left: 0; }
  .Button--outlineUpstanders button {
    border: none !important;
    background: none !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10; }
  .Button--outlineUpstanders .Living-logo {
    display: none; }
  .Button--outlineUpstanders:hover, .Button--outlineUpstanders:active, .Button--outlineUpstanders.active {
    background-image: linear-gradient(to bottom, rgba(255, 82, 3, 0.3) 0%, rgba(255, 82, 3, 0) 100%);
    color: #9d370e;
    border-color: #9d370e; }

.Button--outlineFK {
  border: 1px solid rgba(0, 0, 0, 0.7);
  color: black;
  border-radius: 2px;
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgba(165, 4, 100, 0.05) 0%, rgba(165, 4, 100, 0) 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none !important;
  padding: 0 15px;
  font-weight: 500;
  height: 34px;
  font-size: 14px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .Button--outlineFK > * + * {
    margin-left: 0.8em; }
  .Button--outlineFK button + * {
    margin-left: 0; }
  .Button--outlineFK button {
    border: none !important;
    background: none !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10; }
  .Button--outlineFK .Living-logo {
    display: none; }
  .Button--outlineFK:hover, .Button--outlineFK:active, .Button--outlineFK.active {
    background-image: linear-gradient(to bottom, rgba(165, 4, 100, 0.3) 0%, rgba(165, 4, 100, 0) 100%);
    color: #a50464;
    border-color: #a50464; }

.Button--sheen {
  postion: relative;
  overflow: hidden; }
  .Button--sheen::after {
    pointer-events: none;
    animation: sheen 15s forwards infinite;
    animation-timing-function: ease-out;
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    bottom: 0;
    left: -200%;
    margin: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0) 11%, rgba(255, 255, 255, 0.2) 12%, rgba(255, 255, 255, 0.7) 20%, rgba(0, 0, 0, 0) 21%, rgba(0, 0, 0, 0) 64%, rgba(255, 255, 255, 0.3) 65%, rgba(255, 255, 255, 0.5) 69%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 74%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.7) 90%, rgba(0, 0, 0, 0) 91%);
    transform: translate(-100%, 0); }

.Button--s {
  font-size: 14px;
  height: 30px;
  padding: 0 10px; }

.Button--m {
  font-size: 16px;
  height: 37px; }

.Button--l {
  font-size: 18px;
  height: 44px; }

.Button--xl {
  font-size: 15px;
  height: 60px; }

.Button--xxl {
  font-size: 26px;
  height: 65px; }

.Button--tmo {
  font-size: 21px;
  height: 56px; }

.Button--square {
  box-sizing: border-box;
  padding: 0;
  width: 37px; }
  .Button--square.Button--s {
    width: 30px; }
  .Button--square.Button--l {
    width: 44px; }
  .Button--square.Button--xl {
    width: 60px; }

.Button--fw {
  display: -ms-flexbox;
  display: flex; }

:root .Count {
  border: 1px solid currentColor;
  line-height: 1.3;
  color: #AAA;
  margin-left: 8px;
  padding: 0 3px;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box; }
  :root .Count:hover, :root .Count:focus {
    color: white; }
  :root .Count--ml {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: none;
    line-height: auto;
    text-decoration: none;
    opacity: 1;
    min-width: 14px;
    height: 14px;
    color: white;
    background: #EE2624;
    transition: all 300ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
    margin-left: 8px;
    transform: scale(1); }
    :root .Count--ml[data-mylist-count="0"], :root .Count--ml[data-mylist-count=""], :root .Count--ml:not([data-mylist-count]) {
      opacity: 0;
      transform: scale(0.6);
      width: 0;
      margin: 0;
      min-width: 0;
      padding: 0; }
    :root .Film-row .Count--ml {
      position: relative;
      top: 2px; }
    :root .Masthead .Count--ml {
      transform: scale(1); }
    :root .Masthead--dashboard-active .Count--ml {
      opacity: 0;
      transform: scale(0.6) translate3d(0, 35px, 0);
      margin: 0;
      width: 0;
      min-width: 0;
      padding: 0; }
    :root .Count--ml::before {
      content: attr(data-mylist-count); }
    :root .Count--ml:hover, :root .Count--ml:focus {
      color: inherit; }

.Downloadable {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px;
  border: 2px dashed #AAA;
  background-color: rgba(0, 14, 29, 0.2);
  -ms-flex-item-align: stretch;
  align-self: stretch;
  max-width: 100%;
  min-width: 0;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }
  .Downloadable > * + * {
    margin-top: 15px; }
  .Downloadable:hover {
    background-color: rgba(0, 14, 29, 0.4); }
  .Downloadable span {
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    line-height: 1.5;
    text-overflow: ellipsis; }

.Freeflix-logo {
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: .7572em;
  width: 1em;
  font-size: inherit;
  background-image: url(https://www.indieflix.com/vectors/freeflix.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999em; }

.Icon-combo {
  position: relative;
  width: 1em;
  height: 1em;
  display: inline-block; }
  .Icon-combo * {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%); }

@font-face {
  font-family: "indicon";
  src: url("fonts/indicon.eot?FjK5tRus");
  src: url("fonts/indicon.eot?FjK5tRus#iefix") format("embedded-opentype"), url("fonts/indicon.ttf?FjK5tRus") format("truetype"), url("fonts/indicon.woff?FjK5tRus") format("woff"), url("fonts/indicon.svg?FjK5tRus#indicon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="Icon--"],
[class*=" Icon--"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "indicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.Icon--Streaming {
  background-image: url(images/icon_Streaming.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 1em;
  height: 1em;
  display: inline-block;
  transform: scale(1.3);
  position: relative;
  top: .06em; }

.Icon--cinema:before {
  content: ""; }

.Icon--heart-gift:before {
  content: ""; }

.Icon--minimize:before {
  content: ""; }

.Icon--fullscreen:before {
  content: ""; }

.Icon--sd:before {
  content: ""; }

.Icon--hd:before {
  content: ""; }

.Icon--clapboard-play-big:before {
  content: ""; }

.Icon--calendar-31-alt:before {
  content: ""; }

.Icon--devices:before {
  content: ""; }

.Icon--quickpick-cards:before {
  content: ""; }

.Icon--desktop:before {
  content: ""; }

.Icon--phone:before {
  content: ""; }

.Icon--playlist:before {
  content: ""; }

.Icon--prev:before {
  content: ""; }

.Icon--next:before {
  content: ""; }

.Icon--audio-tracks:before {
  content: ""; }

.Icon--cast:before {
  content: ""; }

.Icon--cast-off:before {
  content: ""; }

.Icon--cc:before {
  content: ""; }

.Icon--volume-off:before {
  content: ""; }

.Icon--volume:before {
  content: ""; }

.Icon--more:before {
  content: ""; }

.Icon--buffer:before {
  content: ""; }

.Icon--replay:before {
  content: ""; }

.Icon--error:before {
  content: ""; }

.Icon--cue:before {
  content: ""; }

.Icon--jw-logo:before {
  content: ""; }

.Icon--info-with-circle:before {
  content: ""; }

.Icon--thumbs-down-filled:before {
  content: ""; }

.Icon--thumbs-up-filled:before {
  content: ""; }

.Icon--emblem:before {
  content: ""; }

.Icon--facebook:before {
  content: ""; }

.Icon--gplus:before {
  content: ""; }

.Icon--twitter:before {
  content: ""; }

.Icon--envelope:before {
  content: ""; }

.Icon--envelope-open:before {
  content: ""; }

.Icon--share:before {
  content: ""; }

.Icon--copy:before {
  content: ""; }

.Icon--theater:before {
  content: ""; }

.Icon--telephone:before {
  content: ""; }

.Icon--calendar-31:before {
  content: ""; }

.Icon--laptop-phone:before {
  content: ""; }

.Icon--external-link:before {
  content: ""; }

.Icon--tv:before {
  content: ""; }

.Icon--gift:before {
  content: ""; }

.Icon--dashboard:before {
  content: ""; }

.Icon--stream-check:before {
  content: ""; }

.Icon--sync:before {
  content: ""; }

.Icon--file-preview:before {
  content: ""; }

.Icon--file-spreadsheet:before {
  content: ""; }

.Icon--menu:before {
  content: ""; }

.Icon--radio-checked:before {
  content: ""; }

.Icon--radio:before {
  content: ""; }

.Icon--up-arrow:before {
  content: ""; }

.Icon--calendar-empty:before {
  content: ""; }

.Icon--axe:before {
  content: ""; }

.Icon--western:before {
  content: ""; }

.Icon--mystery:before {
  content: ""; }

.Icon--visa:before {
  content: ""; }

.Icon--pencil:before {
  content: ""; }

.Icon--lifestyle:before {
  content: ""; }

.Icon--arts:before {
  content: ""; }

.Icon--fantasy:before {
  content: ""; }

.Icon--gun:before {
  content: ""; }

.Icon--action-adventure:before {
  content: ""; }

.Icon--lock:before {
  content: ""; }

.Icon--unlock:before {
  content: ""; }

.Icon--animations:before {
  content: ""; }

.Icon--romance:before {
  content: ""; }

.Icon--cult:before {
  content: ""; }

.Icon--medal-empty:before {
  content: ""; }

.Icon--dramas:before {
  content: ""; }

.Icon--documentaries:before {
  content: ""; }

.Icon--camera:before {
  content: ""; }

.Icon--user:before {
  content: ""; }

.Icon--users:before {
  content: ""; }

.Icon--family:before {
  content: ""; }

.Icon--credit-card:before {
  content: ""; }

.Icon--compass:before {
  content: ""; }

.Icon--skull:before {
  content: ""; }

.Icon--sci-fi:before {
  content: ""; }

.Icon--sports:before {
  content: ""; }

.Icon--lgbtq:before {
  content: ""; }

.Icon--earth:before {
  content: ""; }

.Icon--comedies:before {
  content: ""; }

.Icon--mic:before {
  content: ""; }

.Icon--duration:before {
  content: ""; }

.Icon--duration-2:before {
  content: ""; }

.Icon--duration-3:before {
  content: ""; }

.Icon--plus-circle:before {
  content: ""; }

.Icon--clock:before {
  content: ""; }

.Icon--thumbs-up:before {
  content: ""; }

.Icon--thumbs-down:before {
  content: ""; }

.Icon--search:before {
  content: ""; }

.Icon--cross:before {
  content: ""; }

.Icon--plus:before {
  content: ""; }

.Icon--minus:before {
  content: ""; }

.Icon--chevron-up:before {
  content: ""; }

.Icon--chevron-down:before {
  content: ""; }

.Icon--chevron-left:before {
  content: ""; }

.Icon--chevron-right:before {
  content: ""; }

.Icon--warning:before {
  content: ""; }

.Icon--indieflix-a:before {
  content: ""; }

.Icon--indieflix-b:before {
  content: ""; }

.Icon--quickpick-b:before {
  content: ""; }

.Icon--quickpick-a:before {
  content: ""; }

.Icon--down-arrow:before {
  content: ""; }

.Icon--chevron-circle-left:before {
  content: ""; }

.Icon--chevron-circle-right:before {
  content: ""; }

.Icon--facebook-alt:before {
  content: ""; }

.Icon--pause:before {
  content: ""; }

.Icon--play:before {
  content: ""; }

.Icon--horror:before {
  content: ""; }

.Icon--genres:before {
  content: ""; }

.Icon--classics:before {
  content: ""; }

.Icon--thrillers:before {
  content: ""; }

.Icon--spin::before {
  display: block;
  animation: spin 3s infinite linear; }

.Icon--xs {
  font-size: .5em; }

.Icon--s {
  font-size: .75em; }

.Icon--l {
  font-size: 1.25em; }

.Icon--xl {
  font-size: 1.5em; }

.Icon--xxl {
  font-size: 2em; }

.Icon--quickpick {
  position: relative;
  right: -1px; }
  .Icon--quickpick::before {
    content: ""; }
  .Icon--quickpick::after {
    content: "";
    position: absolute;
    left: 0; }

.Icon--quickpick-color {
  position: relative;
  right: -1px; }
  .Icon--quickpick-color::before {
    content: ""; }
  .Icon--quickpick-color::after {
    content: "";
    position: absolute;
    left: 0;
    color: #EE2624; }
    :hover > .Icon--quickpick-color::after,
    :active > .Icon--quickpick-color::after,
    .active > .Icon--quickpick-color::after {
      color: inherit; }

.Icon--indieflix {
  position: relative;
  line-height: 0.21 !important;
  overflow: hidden;
  transition: inherit; }
  .Icon--indieflix::before {
    content: ""; }
  .Icon--indieflix::after {
    content: "";
    position: absolute;
    left: 0;
    color: #EE2624;
    transition: inherit; }

.Icon--visa {
  line-height: 0.4 !important; }

.Icon--thumbs-down::before {
  position: relative;
  top: .2em; }

.Icon--emblem::before {
  position: relative;
  left: .075em; }

.Icon--quickpick-cards {
  transform: scale(1.8); }

.Icon--devices {
  transform: scale(1.8); }

.Icon--calendar-31-alt {
  transform: scale(1.15); }

.Info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.1em;
  height: 1.1em;
  background: rgba(16, 40, 78, 0.8);
  font-weight: 600;
  text-shadow: 1px 1px 0 black;
  text-decoration: none !important;
  color: #AAA;
  transition: all 250ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
  transform: rotate(0deg) scale(1);
  -ms-flex-item-align: center;
  align-self: center;
  cursor: pointer; }
  .Info--alternate {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #AAA;
    width: 1.1em;
    height: 1.1em;
    cursor: help; }
    .Info--alternate::before {
      content: "";
      font-family: "indicon"; }
  .Info::before {
    content: "?";
    font-size: .8em;
    transition: inherit; }
  a:hover > .Info, .Info:hover {
    color: white;
    background: #113c80;
    animation: wiggle 0.5s 250ms 1 none; }

html[class*=mobile-] [class*="Input--"], html[class*=mobile-] [class*="Select--"], html[class*=mobile-] [class*="Textarea--"] {
  font-size: 16px !important; }

/* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/
.Input--textarea {
  box-sizing: border-box;
  background: none;
  border: 1px solid white;
  border-radius: 0;
  color: white;
  font-size: 14px;
  height: 75px;
  min-height: 50px;
  padding: 10px;
  width: 100%; }
  .Input--textarea:-ms-input-placeholder,
  .Input--textarea :-ms-input-placeholder {
    color: #AAA; }
  .Input--textarea::placeholder,
  .Input--textarea ::placeholder {
    color: #AAA; }

.Input--standard {
  width: 100%; }
  .Input--standard__field {
    box-sizing: border-box;
    background: none;
    border: none;
    width: 100%;
    box-shadow: inset 0 -2px 0 0 #AAA;
    padding-bottom: 7px;
    font: inherit; }
    .Input--standard__field:-ms-input-placeholder,
    .Input--standard__field :-ms-input-placeholder {
      color: #AAA; }
    .Input--standard__field::placeholder,
    .Input--standard__field ::placeholder {
      color: #AAA; }
    .Input--standard__field:focus, .Input--standard__field:active {
      box-shadow: inset 0 -2px 0 0 white; }

.Input--outline {
  width: 100%; }
  .Input--outline__field {
    box-sizing: border-box !important;
    background: #10284E;
    border: none;
    width: 100%;
    border: 1px solid #AAA !important;
    padding: 4px 5px !important; }
    .Input--outline__field:-ms-input-placeholder,
    .Input--outline__field :-ms-input-placeholder {
      color: #AAA; }
    .Input--outline__field::placeholder,
    .Input--outline__field ::placeholder {
      color: #AAA; }
    .Input--outline__field:focus, .Input--outline__field:active {
      border-color: white !important; }

.Input--timecode {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex: 0;
  flex: 0;
  padding-right: 8px; }
  .Input--timecode input[type=number]::-webkit-inner-spin-button,
  .Input--timecode input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .Input--timecode__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex: 0;
    flex: 0; }
    .Input--timecode__item:first-child::before {
      display: none; }
    .Input--timecode__item::before {
      content: ":";
      color: #AAA;
      margin-top: -8px;
      pointer-events: none;
      margin-left: 3px; }
  .Input--timecode__field {
    box-sizing: border-box;
    background: none;
    border: none;
    width: 100%;
    box-shadow: inset 0 -2px 0 0 #AAA;
    padding-bottom: 7px;
    font: inherit;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding-left: 3px;
    padding-right: 15px;
    min-width: 55px; }
    .Input--timecode__field:-ms-input-placeholder,
    .Input--timecode__field :-ms-input-placeholder {
      color: #AAA; }
    .Input--timecode__field::placeholder,
    .Input--timecode__field ::placeholder {
      color: #AAA; }
    .Input--timecode__field:focus, .Input--timecode__field:active {
      box-shadow: inset 0 -2px 0 0 white; }
    .Input--timecode__field:hover + .Input--timecode__adjust > *,
    .Input--timecode__field:focus + .Input--timecode__adjust > * {
      background: rgba(255, 255, 255, 0.1);
      color: white; }
  .Input--timecode__mil {
    min-width: 60px; }
  .Input--timecode__adjust {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 6px;
    margin-left: -20px;
    margin-top: -4px;
    color: rgba(255, 255, 255, 0.3); }
    .Input--timecode__adjust > * {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: none;
      border: none;
      outline: none;
      box-shadow: none;
      width: 10px; }
      .Input--timecode__adjust > *:hover {
        background: rgba(255, 255, 255, 0.3) !important;
        color: white !important; }
      .Input--timecode__adjust > *:focus {
        background: rgba(255, 255, 255, 0.1) !important;
        color: white !important; }
      .Input--timecode__adjust > *:active {
        background: rgba(255, 255, 255, 0.9) !important;
        color: #10284E !important; }

.Input--invisible {
  width: 100%;
  max-width: 100%; }
  .Input--invisible__field {
    background: none;
    border: none;
    width: 100%;
    max-width: 100%;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .Input--invisible__field:-ms-input-placeholder,
    .Input--invisible__field :-ms-input-placeholder {
      color: white; }
    .Input--invisible__field::placeholder,
    .Input--invisible__field ::placeholder {
      color: white; }
    .Input--invisible__field:hover {
      box-shadow: 0 1px 0 0 #AAA; }
    .Input--invisible__field:focus, .Input--invisible__field:active {
      box-shadow: 0 1px 0 0 white; }

.Input--invisible-edit {
  position: relative;
  width: 100%; }
  .Input--invisible-edit__field, .Input--invisible-edit__static-field {
    background: none;
    border: none;
    width: auto;
    padding-right: 1em;
    font-size: 1em;
    font-weight: 300;
    box-sizing: border-box;
    width: 100%; }
  :hover > .Input--invisible-edit__field,
  .active > .Input--invisible-edit__field {
    box-shadow: 0 1px 0 0 #AAA; }
  .Input--invisible-edit__field:focus {
    box-shadow: 0 1px 0 0 white; }
  .Input--invisible-edit__static-field {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer; }
    .Dashboard .Input--invisible-edit__static-field {
      display: block;
      max-width: 205px;
      padding-right: 25px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    :hover > .Input--invisible-edit__static-field,
    .active > .Input--invisible-edit__static-field {
      background: rgba(255, 255, 255, 0.075); }
  .Input--invisible-edit::after {
    content: "";
    font-family: "indicon";
    display: none;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: .75em;
    z-index: -1; }
  .Input--invisible-edit:hover::after, .Input--invisible-edit.active::after {
    display: block; }

.Input--xs {
  font-size: 10px; }

.Input--s {
  font-size: 14px;
  font-weight: 300; }

.Input--m {
  font-size: 16px;
  font-weight: 300; }

.Input--l {
  font-size: 18px;
  font-weight: 300; }

.Input-xn {
  max-width: 50px; }

.Input-n {
  max-width: 200px; }

.Input-w {
  max-width: 450px; }

.Input--credit-card {
  position: relative; }
  .Input--credit-card .Input--standard__field {
    padding-left: 30px; }
  .Input--credit-card::before {
    content: "";
    font-family: "indicon";
    position: absolute;
    bottom: 7px;
    left: 0;
    font-size: 20px; }
  .Input--credit-card.Input--s .Input--standard__field {
    padding-left: 23px; }
  .Input--credit-card.Input--s::before {
    content: "";
    font-family: "indicon";
    position: absolute;
    bottom: .6em;
    left: .1em;
    font-size: 14px; }

.Input--calendar {
  position: relative; }
  .Input--calendar .Input--standard__field {
    padding-left: 30px; }
  .Input--calendar::before {
    content: "";
    font-family: "indicon";
    position: absolute;
    bottom: 7px;
    left: 0;
    font-size: 20px; }
  .Input--calendar.Input--s .Input--standard__field {
    padding-left: 23px; }
  .Input--calendar.Input--s::before {
    content: "";
    font-family: "indicon";
    position: absolute;
    bottom: .6em;
    left: .1em;
    font-size: 14px; }

.Input--lock {
  position: relative; }
  .Input--lock .Input--standard__field {
    padding-left: 30px; }
  .Input--lock::before {
    content: "";
    font-family: "indicon";
    position: absolute;
    bottom: 7px;
    left: 0;
    font-size: 20px; }

.Logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .Logo--screeningsBright {
    width: 100%;
    position: relative;
    max-width: 271px;
    height: 26px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .Logo--screeningsBright span {
      text-indent: -9999em;
      position: absolute;
      height: 0;
      width: 0; }
    @media (min-width: 0) and (max-width: 500px) {
      .Masthead .Logo--screeningsBright {
        max-width: 60vw; } }
    .Logo--screeningsBright::before {
      content: " ";
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 8.2490234611932%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(images/IndieFlixForEducation_invert.png); }
  .Logo--screeningsDark {
    width: 100%;
    position: relative;
    max-width: 323px;
    margin-left: auto;
    margin-right: auto;
    height: 52px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .Logo--screeningsDark span {
      text-indent: -9999em;
      position: absolute;
      height: 0;
      width: 0; }
    .Logo--screeningsDark::before {
      content: " ";
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 8.2490234611932%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(images/IndieFlixForEducation.png); }
  .Logo--streamingBright {
    width: 100%;
    position: relative;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    height: 26px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .Logo--streamingBright span {
      text-indent: -9999em;
      position: absolute;
      height: 0;
      width: 0; }
    .Logo--streamingBright::before {
      content: " ";
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 11.5163147792706%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(images/logo_StreamingBright.png); }
  .Logo--angstSmallDark {
    width: 100%;
    position: relative;
    max-width: 80px;
    height: 52px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .Logo--angstSmallDark span {
      text-indent: -9999em;
      position: absolute;
      height: 0;
      width: 0; }
    .Logo--angstSmallDark::before {
      content: " ";
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 58.3850931677019%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(images/logo_angstSmallDark.png); }
  .Logo--angstSmallBright {
    width: 100%;
    position: relative;
    max-width: 80px;
    height: 52px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .Logo--angstSmallBright span {
      text-indent: -9999em;
      position: absolute;
      height: 0;
      width: 0; }
    .Logo--angstSmallBright::before {
      content: " ";
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 58.3850931677019%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(images/logo_angstSmall.png); }
  .Logo--likeSmallDark {
    width: 100%;
    position: relative;
    max-width: 69px;
    height: 52px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .Logo--likeSmallDark span {
      text-indent: -9999em;
      position: absolute;
      height: 0;
      width: 0; }
    .Logo--likeSmallDark::before {
      content: " ";
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 60.8695652173913%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(images/logo_likeSmallDark.png); }
  .Logo--likeSmallBright {
    width: 100%;
    position: relative;
    max-width: 69px;
    height: 52px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .Logo--likeSmallBright span {
      text-indent: -9999em;
      position: absolute;
      height: 0;
      width: 0; }
    .Logo--likeSmallBright::before {
      content: " ";
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 60.8695652173913%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(images/logo_likeSmall.png); }
  .Logo--upstandersSmallDark {
    width: 100%;
    position: relative;
    max-width: 76px;
    height: 52px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .Logo--upstandersSmallDark span {
      text-indent: -9999em;
      position: absolute;
      height: 0;
      width: 0; }
    .Logo--upstandersSmallDark::before {
      content: " ";
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 61.437908496732%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(images/logo_upstandersSmallDark.png); }
  .Logo--upstandersSmallBright {
    width: 100%;
    position: relative;
    max-width: 76px;
    height: 52px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .Logo--upstandersSmallBright span {
      text-indent: -9999em;
      position: absolute;
      height: 0;
      width: 0; }
    .Logo--upstandersSmallBright::before {
      content: " ";
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 61.437908496732%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(images/logo_upstandersSmall.png); }
  .Logo--neverthelessSmallDark {
    width: 100%;
    position: relative;
    max-width: 51px;
    height: 52px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .Logo--neverthelessSmallDark span {
      text-indent: -9999em;
      position: absolute;
      height: 0;
      width: 0; }
    .Logo--neverthelessSmallDark::before {
      content: " ";
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 100.980392156863%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(images/logo_neverthelessSmallDark.png); }
  .Logo--neverthelessSmallBright {
    width: 100%;
    position: relative;
    max-width: 51px;
    height: 52px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .Logo--neverthelessSmallBright span {
      text-indent: -9999em;
      position: absolute;
      height: 0;
      width: 0; }
    .Logo--neverthelessSmallBright::before {
      content: " ";
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 100.980392156863%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(images/logo_neverthelessSmallBright.png); }
  .Logo--epSmallDark {
    width: 100%;
    position: relative;
    max-width: 88px;
    height: 52px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .Logo--epSmallDark span {
      text-indent: -9999em;
      position: absolute;
      height: 0;
      width: 0; }
    .Logo--epSmallDark::before {
      content: " ";
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 60.2272727272727%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(images/logo_epSmallDark.png); }
  .Logo--epSmallBright {
    width: 100%;
    position: relative;
    max-width: 88px;
    height: 52px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .Logo--epSmallBright span {
      text-indent: -9999em;
      position: absolute;
      height: 0;
      width: 0; }
    .Logo--epSmallBright::before {
      content: " ";
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 60.2272727272727%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(images/logo_epSmallBright.png); }
  .Logo--fkSmallDark {
    width: 100%;
    position: relative;
    max-width: 86px;
    height: 52px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .Logo--fkSmallDark span {
      text-indent: -9999em;
      position: absolute;
      height: 0;
      width: 0; }
    .Logo--fkSmallDark::before {
      content: " ";
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 45.9302325581395%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(images/logo_fkSmallDark.png); }
  .Logo--fkSmallBright {
    width: 100%;
    position: relative;
    max-width: 86px;
    height: 52px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .Logo--fkSmallBright span {
      text-indent: -9999em;
      position: absolute;
      height: 0;
      width: 0; }
    .Logo--fkSmallBright::before {
      content: " ";
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 45.9302325581395%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(images/logo_fkSmallBright.png); }
  .Logo__anchor {
    width: 144px;
    display: inline-block; }
  .Logo__icon {
    background-image: url(images/image_AngstWordmarkColorBrightShadow.png);
    background-size: contain;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding: 0 0 20% 0;
    display: block;
    text-indent: -9099em;
    font-size: 0; }

.Prompt {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.3);
  transition: all 300ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
  background: currentColor;
  color: #2f7efb;
  text-transform: none;
  width: 250px;
  z-index: 4000;
  margin-top: 10px;
  margin-left: 0;
  opacity: 0;
  pointer-events: none; }
  .Prompt--active {
    opacity: 1;
    pointer-events: auto; }
  .Hero .Prompt {
    /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
    html[class*=mobile-] .Hero .Prompt {
      display: none; }
  .Hero__fixed-content .Prompt {
    margin-top: 0;
    top: 80%; }
    @media (max-width: 790px) {
      .Hero__fixed-content .Prompt {
        transform: none;
        left: auto;
        right: 40px;
        top: 62%; }
        .Hero__fixed-content .Prompt::before {
          left: auto;
          transform: none;
          right: 7px; } }
    @media (max-width: 600px) {
      .Hero__fixed-content .Prompt {
        right: 15px; } }
  .Prompt::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    font-size: .5em;
    border-width: 0 1.2em 1.5em 1.2em;
    border-color: transparent transparent currentColor transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    color: inherit;
    transform: translateX(-50%); }
  .Prompt__dismiss {
    position: absolute;
    font-size: 18px;
    line-height: 1;
    top: 5px;
    right: 3px;
    background: none;
    border: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    outline: none;
    color: white; }
  .Prompt__message {
    padding: 10px 41px 10px 15px;
    text-align: left;
    font-size: 12px;
    color: white;
    font-weight: 300; }

.Select--m select {
  height: 28px; }

.Select--l {
  font-size: 14px; }
  .Select--l select {
    height: 34px; }

.Select--fw {
  width: 100%; }
  .Select--fw select {
    width: 100%; }

.Select--outline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  box-shadow: inset 0 0 0 1px currentColor;
  text-transform: uppercase;
  color: white; }
  .Select--outline::before {
    content: "";
    font-family: "indicon";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
    font-size: .7em; }

.Select--multiple {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  box-shadow: inset 0 0 0 1px currentColor;
  text-transform: uppercase;
  height: 70px;
  width: 100%; }
  .Select--multiple select {
    width: 100%;
    padding: 5px; }

input[type=radio][class],
input[type=checkbox][class] {
  display: none; }

.Toggle--checkbox {
  font-size: 16px;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  font-size: 12px; }
  .Toggle--checkbox input {
    font-size: 1.5em;
    width: 1em;
    height: 1em; }
  .Toggle--checkbox label,
  .Toggle--checkbox ion-label {
    color: inherit;
    cursor: pointer;
    padding-left: 10px; }
  .Toggle--checkbox:hover, :checked + .Toggle--checkbox {
    color: white; }

.Toggle--radio {
  font-size: 16px;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  font-size: 12px; }
  .Toggle--radio input {
    font-size: 1.5em;
    width: 1em;
    color: white;
    background: white;
    border: none;
    height: 1em;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    .Toggle--radio input:checked + label {
      color: white;
      font-weight: 600; }
  .Toggle--radio label,
  .Toggle--radio ion-label {
    color: inherit;
    cursor: pointer;
    padding-left: 10px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .Toggle--radio:hover {
    color: white; }

.Toggle--standard {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  color: #10284E; }
  .Toggle--standard input {
    display: none; }
  .Toggle--standard__inactive-text {
    color: #AAA;
    margin-right: 15px; }
    :checked ~ .Toggle--standard__inactive-text {
      color: #5e5e5e; }
  .Toggle--standard__active-text {
    color: #5e5e5e;
    margin-left: 15px; }
    :checked ~ .Toggle--standard__active-text {
      color: #5e9cff; }
  .Toggle--standard__label {
    position: relative;
    color: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 20px;
    display: block;
    height: 28px;
    width: 52px;
    border: 1px solid #AAA;
    box-shadow: 0 0 0 2px currentColor;
    background: currentColor;
    transition: color 130ms, border 120ms;
    cursor: pointer;
    box-sizing: border-box; }
    .Toggle--standard__label::before {
      border-radius: 50%;
      width: 20px;
      height: 20px;
      content: " ";
      display: block;
      position: absolute;
      left: 3px;
      top: 3px;
      background: #AAA;
      transition: left 150ms, background 120ms; }
    .Toggle--standard__label:hover::before {
      background: white; }
    :checked ~ .Toggle--standard__label {
      color: #1350b1;
      background: #2f7efb;
      border-color: white; }
      :checked ~ .Toggle--standard__label::before {
        left: 27px;
        background: white; }

.Toggle--big-square {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .Toggle--big-square__label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    width: 120px;
    height: 120px;
    background: #011B37; }
    .Toggle--big-square__label:hover {
      background: #10284E; }
    :checked + .Toggle--big-square__label, .Toggle--big-square__label:active {
      box-shadow: inset 0 0 0 2px currentColor; }
  .Toggle--big-square__line-1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 56px;
    font-size: 30px; }
  .Toggle--big-square__line-2 {
    font-size: 13px;
    font-weight: 300;
    color: white; }

.Tooltip {
  position: relative; }
  .Tooltip:hover .Tooltip__message, .Tooltip:focus .Tooltip__message {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important; }
  .Tooltip--invert .Tooltip__message::before {
    color: white; }
  .Tooltip--invert .Tooltip__message {
    color: black;
    background: white; }
  .Tooltip--tl .Tooltip__message::before {
    bottom: 100%;
    top: auto;
    right: 100%;
    left: auto;
    transform: none;
    border-width: .6em 0 0 .4em;
    border-color: currentColor transparent transparent transparent;
    margin-bottom: -.2em; }
  .Tooltip--tl .Tooltip__message {
    top: auto;
    bottom: 100%;
    left: auto;
    transform: none;
    right: 100%;
    margin-bottom: .4em; }
  .Tooltip--t .Tooltip__message::before {
    bottom: auto;
    top: 100%;
    border-width: .6em .4em 0 .4em;
    border-color: currentColor transparent transparent transparent;
    margin-bottom: -.2em; }
  .Tooltip--t .Tooltip__message {
    top: auto;
    bottom: 100%;
    margin-bottom: .4em; }
  .Tooltip--tr .Tooltip__message::before {
    bottom: auto;
    top: 100%;
    right: auto;
    left: 0;
    transform: none;
    border-width: .6em .4em  0 0;
    border-color: currentColor transparent transparent transparent;
    margin-bottom: -.2em; }
  .Tooltip--tr .Tooltip__message {
    top: auto;
    bottom: 100%;
    right: auto;
    transform: none;
    left: 100%;
    margin-bottom: .4em; }
  .Tooltip--r .Tooltip__message::before {
    bottom: auto;
    top: 50%;
    right: 100%;
    left: auto;
    transform: translateY(-50%);
    border-width: .4em .6em .4em 0;
    border-color: transparent currentColor transparent transparent;
    margin: 0;
    margin-left: .1em; }
  .Tooltip--r .Tooltip__message {
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    bottom: auto;
    margin-left: .7em;
    margin-top: 0; }
  .Tooltip--br .Tooltip__message::before {
    top: auto;
    bottom: 100%;
    left: 0;
    right: auto;
    transform: none;
    border-width: 0 .4em .6em 0;
    border-color: transparent transparent currentColor transparent;
    margin-top: -.2em; }
  .Tooltip--br .Tooltip__message {
    bottom: auto;
    top: 100%;
    right: auto;
    transform: none;
    left: 100%;
    margin-top: .4em; }
  .Tooltip--bl .Tooltip__message::before {
    top: auto;
    bottom: 100%;
    left: auto;
    right: 0;
    transform: none;
    border-width: 0 0 .6em .4em;
    border-color: transparent transparent currentColor transparent;
    margin-top: -.2em; }
  .Tooltip--bl .Tooltip__message {
    bottom: auto;
    top: 100%;
    left: auto;
    transform: none;
    right: 100%;
    margin-top: .4em; }
  .Tooltip--l .Tooltip__message::before {
    bottom: auto;
    top: 50%;
    right: auto;
    left: 100%;
    transform: translateY(-50%);
    border-width: .4em 0 .4em .6em;
    border-color: transparent transparent transparent currentColor;
    margin: 0;
    margin-right: .1em; }
  .Tooltip--l .Tooltip__message {
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    right: 100%;
    bottom: auto;
    margin-right: .7em;
    margin-top: 0; }
  .Tooltip__message {
    margin: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    color: white;
    text-transform: none;
    background: black;
    padding: 1em;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 100ms;
    white-space: nowrap;
    margin-top: .4em;
    font-size: 10px;
    z-index: 9000; }
    .Tooltip__message::before {
      font-size: 10px;
      content: " ";
      position: absolute;
      pointer-events: none;
      color: black;
      bottom: 100%;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 .4em .6em .4em;
      border-color: transparent transparent currentColor transparent;
      margin-top: -.2em;
      transition: opacity 100ms;
      z-index: 9000; }

[class*="Validate--"] {
  display: none;
  margin-bottom: 1em;
  font-size: 10px; }

.Validate--pass {
  color: lightgreen;
  display: block;
  animation: validateFadeIn 300ms cubic-bezier(0.5, 0, 0.1, 1) 0ms 1 forwards; }

.Validate--fail {
  color: #F3403F;
  display: block;
  animation: validateFadeIn 300ms cubic-bezier(0.5, 0, 0.1, 1) 0ms 1 forwards; }

.Validate--warn {
  color: #FF9518;
  display: block;
  animation: validateFadeIn 300ms cubic-bezier(0.5, 0, 0.1, 1) 0ms 1 forwards; }

.Validate--inline {
  margin-top: 0;
  display: inline; }

.View-all {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase; }
  [ng-app="indieflix"] .View-all {
    font-size: 10px; }
  .View-all::before, .View-all::after {
    content: " ";
    height: 0;
    overflow: hidden;
    border-bottom: 1px solid #AAA;
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .View-all::before {
    margin-right: 25px; }
  .View-all::after {
    margin-left: 25px; }

.Vote {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .Vote > * + * {
    margin-left: 1em; }
  .Vote__text {
    font-size: .7em;
    font-weight: 300;
    color: white; }
  .Vote__icon {
    font-size: 1.2em; }
  .Vote *.active {
    pointer-events: none;
    cursor: text; }
  .Vote__upvote > * + * {
    margin-left: 0.5em; }
  .Vote__upvote:hover, .Vote__upvote:active, .Vote__upvote.active {
    color: lightgreen; }
  .Vote__upvote.active .Vote__icon::before, .Vote__upvote:active .Vote__icon::before {
    content: ""; }
  .Vote__tally {
    color: #AAA; }
  .Vote__downvote:hover, .Vote__downvote:active, .Vote__downvote.active {
    color: #F3403F; }
  .Vote__downvote.active .Vote__icon::before, .Vote__downvote:active .Vote__icon::before {
    content: ""; }

.Alpha-index {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 45em;
  margin: 0 auto;
  font-size: 14px;
  margin-bottom: 20px; }
  .Alpha-index > * + * {
    margin-top: 20px; }
  .Alpha-index__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.5; }
  .Alpha-index__search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 30px; }
    .Alpha-index__search > * + * {
      margin-left: 15px; }
    .Alpha-index__search:-ms-input-placeholder,
    .Alpha-index__search :-ms-input-placeholder {
      opacity: 1; }
    .Alpha-index__search::placeholder,
    .Alpha-index__search ::placeholder {
      opacity: 1; }
    .Alpha-index__search-icon {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .Alpha-index__search-field {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 100px; }
  .Alpha-index__item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 18px;
    margin-right: 10px;
    cursor: pointer; }
  .Alpha-index__anchor {
    color: #AAA; }
    [ng-app="indieflix"] .Alpha-index__anchor {
      display: block;
      padding: 4px; }
    .Alpha-index__anchor:hover, .Alpha-index__anchor:active, .Alpha-index__anchor.active, .Alpha-index__anchor--active {
      color: white; }

.Button-set {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 56px; }
  .Button-set > * + * {
    margin-left: 28px; }
  .Button-set > * + * {
    margin-top: 0px; }
  @media (min-width: 0) and (max-width: 600px) {
    .Button-set > * + * {
      margin-left: 14px; } }
  .Button-set--canWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px; }
    .Button-set--canWrap > * {
      margin: 0 15px 10px 0 !important; }
  .Button-set--centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .Film-grid__no-results .Button-set {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .Film-grid__no-results .Button-set > * + * {
      margin-left: 0; }
    .Film-grid__no-results .Button-set > * {
      margin: 8px; }

@media (max-width: 700px) {
  .WhatWeDo {
    padding-top: 52px; } }

.WhatWeDo__pipeFence {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 54%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 33px;
  margin-top: 31px; }
  @media (max-width: 700px) {
    .WhatWeDo__pipeFence {
      display: none; } }

.WhatWeDo__pipeLeft, .WhatWeDo__pipeRight {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-color: white;
  border-width: 2px;
  border-style: solid;
  border-bottom: none;
  display: block;
  height: 14px;
  flex: 1 1 auto;
  box-sizing: border-box; }

.WhatWeDo__pipeLeft {
  border-right: none; }

.WhatWeDo__pipeRight {
  border-left: none; }

.WhatWeDo__pipeCenter {
  width: 2px;
  height: 14px;
  background: white;
  transform: translateY(-12px); }

.WhatWeDo__centerButton {
  line-height: 28px;
  padding: 0 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transform: translateY(12px); }
  .WhatWeDo__centerButton:hover strong, .WhatWeDo__centerButton:hover span {
    opacity: 1; }
  .WhatWeDo__centerButton strong {
    text-transform: uppercase;
    font-family: "Montserrat", Verdana, sans-serif;
    font-weight: 700;
    font-size: 14px;
    opacity: .95; }
  .WhatWeDo__centerButton span {
    text-decoration: underline;
    opacity: .75;
    font-size: 13px; }
    .WhatWeDo__centerButton span::after {
      content: " \203A"; }

.WhatWeDo__columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .WhatWeDo__columns > * + * {
    margin-left: 56px; }
  @media (max-width: 700px) {
    .WhatWeDo__columns {
      -ms-flex-direction: column;
      flex-direction: column;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-pack: center;
      justify-content: center; }
      .WhatWeDo__columns > * + * {
        margin-left: 0; }
      .WhatWeDo__columns > * + * {
        margin-top: 28px; } }

.WhatWeDo__column {
  -ms-flex: 1 1 50%;
  flex: 1 1 50%; }
  @media (max-width: 700px) {
    .WhatWeDo__column {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
      .WhatWeDo__column:first-child {
        border-bottom: 2px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 26px; } }
  .WhatWeDo__column .Entry, .WhatWeDo__column .Learn-more__content {
    margin: 0 auto;
    max-width: 352px; }
  @media (min-width: 701px) and (max-width: 820px) {
    .WhatWeDo__column .Entry p, .WhatWeDo__column .Learn-more__content p {
      display: none; } }
  .WhatWeDo__column .Button {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6); }
    @media (min-width: 701px) and (max-width: 820px) {
      .WhatWeDo__column .Button {
        display: -ms-flexbox;
        display: flex;
        width: 100%; } }
    @media (min-width: 0) and (max-width: 420px) {
      .WhatWeDo__column .Button {
        display: -ms-flexbox;
        display: flex;
        width: 100%; } }
    @media (min-width: 0) and (max-width: 420px) {
      .WhatWeDo__column .Button--outline {
        display: none; } }
  @media (min-width: 701px) and (max-width: 820px) {
    .WhatWeDo__column .Button-set {
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 23px; }
      .WhatWeDo__column .Button-set > * + * {
        margin-left: 0; }
      .WhatWeDo__column .Button-set > * + * {
        margin-top: 13px; } }
  @media (min-width: 0) and (max-width: 420px) {
    .WhatWeDo__column .Button-set {
      width: 100%; } }

.Card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 56.34%;
  background: black;
  transition: opacity 388ms 0ms cubic-bezier(0.5, 0, 0.1, 1), transform 388ms 0ms cubic-bezier(0.5, 0, 0.1, 1), height 388ms 0ms cubic-bezier(0.5, 0, 0.1, 1), z-index 0ms 0ms linear;
  transform: translateZ(0);
  background-size: cover; }
  @media only screen and (-webkit-max-device-pixel-ratio: 1.29), only screen and (-webkit-max-device-pixel-ratio: 1.2395833333333333), only screen and (max-resolution: 119dpi) {
    .Card {
      -webkit-font-smoothing: antialiased; } }
  body:not([ng-app="indieflix"]) .Card:hover {
    z-index: 4500; }
  .Card--standalone .Card__content {
    transform: scale(1);
    position: static;
    width: 100%;
    padding-bottom: 56.25%;
    transition-delay: 1200ms; }
    .Card--standalone .Card__content .Card__detail {
      transition-delay: 1200ms; }
    .Card--standalone .Card__content .Card__trig-mylist,
    .Card--standalone .Card__content .Card__trig-quickpick {
      transition-delay: 1200ms; }
    .Card--standalone .Card__content::before {
      transition: inherit;
      transition-delay: 1200ms; }
  .Card--standalone .Card__bg-wrap {
    transform: scale(1) !important;
    transition-delay: 1200ms; }
  .Card--standalone:hover {
    transition-delay: 200ms; }
    .Card--standalone:hover .Card__content {
      opacity: 1;
      transition-delay: 200ms; }
      .Card--standalone:hover .Card__content .Card__detail {
        opacity: 1;
        transition-delay: 200ms; }
      .Card--standalone:hover .Card__content .Card__trig-mylist,
      .Card--standalone:hover .Card__content .Card__trig-quickpick {
        opacity: 1;
        transition-delay: 200ms; }
      .Card--standalone:hover .Card__content::before {
        opacity: 1;
        transition: inherit;
        transition-delay: 200ms; }
  .Card--no-expand .Card__bg-wrap:hover, .Card--no-expand .Card__bg-wrap.hovered {
    transform: none; }
  .Card--no-expand .Card__bg-wrap::before {
    display: none; }
  .Card--empty {
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none; }
  .Card--view-all {
    position: relative;
    box-sizing: border-box;
    color: #AAA;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    display: block;
    padding: 0 0 55.25%;
    transition: all 80ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
    /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
    body:not([ng-app="indieflix"]) .Card--view-all {
      z-index: -1; }
    html[class*=mobile-] .Card--view-all {
      z-index: 0;
      padding: 0 0 calc(55.25% - 2px); }
    [ng-app="indieflix"] .Card--view-all {
      z-index: 0;
      padding: 0 0 calc(55.25% - 2px); }
    :hover > .Card--view-all {
      z-index: 0; }
    .Card--view-all:hover {
      color: white;
      border-color: rgba(255, 255, 255, 0.4);
      background: rgba(255, 255, 255, 0.1); }
    .Card--view-all > * {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 0 15px; }
      .Card--view-all > *::before {
        margin-right: 15px; }
      .Card--view-all > *::after {
        margin-left: 15px; }
    .Card--view-all:hover, .Card--view-all:active {
      color: white;
      border-color: white; }
      .Card--view-all:hover > *, .Card--view-all:active > * {
        color: inherit; }
        .Card--view-all:hover > *::before, .Card--view-all:active > *::before {
          color: inherit; }
        .Card--view-all:hover > *::after, .Card--view-all:active > *::after {
          color: inherit; }
  .Card--qp-enabled {
    cursor: none; }
    .Card--qp-enabled .Card__bg-wrap {
      transform: translateZ(0) scale(2);
      background: black !important; }
    .Card--qp-enabled:hover .Card__bg-wrap::before {
      opacity: 0; }
    .Card--qp-enabled .Card__qp-content {
      opacity: 1; }
    .Card--qp-enabled .Card__content {
      opacity: 0 !important;
      z-index: -1 !important;
      pointer-events: none !important; }
  .Card--qp-paused, .Card--qp-hover, .Card--qp-complete {
    cursor: initial; }
    .Card--qp-paused .Card__qp-elements,
    .Card--qp-paused .Card__qp-close, .Card--qp-hover .Card__qp-elements,
    .Card--qp-hover .Card__qp-close, .Card--qp-complete .Card__qp-elements,
    .Card--qp-complete .Card__qp-close {
      opacity: 1; }
    .Card--qp-paused .Card__qp-player::before, .Card--qp-hover .Card__qp-player::before, .Card--qp-complete .Card__qp-player::before {
      opacity: 1; }
  .Card--qp-complete .Card__qp-more {
    opacity: 1;
    z-index: 1; }
  .Card--qp-complete .Card__qp-timer {
    opacity: 0;
    z-index: 0; }
  .Card__progress {
    position: absolute;
    left: 6px;
    right: 6px;
    bottom: 6px;
    background: black;
    height: 3px;
    top: auto;
    opacity: 1;
    z-index: 1;
    transition: opacity 388ms 0 cubic-bezier(0.5, 0, 0.1, 1);
    background: rgba(0, 0, 0, 0.75);
    border: 1px solid black; }
    .hovered + .Card__progress {
      opacity: 0; }
    .Card__content .Card__progress {
      position: static; }
    .Card__progress-percent {
      height: 3px;
      background-color: #EE2624;
      display: block; }
  .Card__bg-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .Card__ff-banner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 28px;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    background: #FF9518;
    color: white;
    position: absolute;
    bottom: 0;
    right: 13px;
    padding: 0 9px;
    z-index: 1;
    opacity: 1;
    transition: all 300ms 240ms cubic-bezier(0.5, 0, 0.1, 1); }
    .hovered > .Card__ff-banner {
      opacity: 0;
      pointer-events: none;
      height: 0;
      transition: opacity 180ms 0ms cubic-bezier(0.5, 0, 0.1, 1), height 0ms 300ms linear; }
    .Card__ff-banner--critical {
      background: #EE2624; }
  .Card__trig-quickpick {
    position: absolute;
    right: 10px;
    z-index: 2;
    bottom: 50px;
    opacity: 0;
    transition: opacity 388ms 0ms cubic-bezier(0.5, 0, 0.1, 1), transform 388ms 0ms cubic-bezier(0.5, 0, 0.1, 1), height 388ms 0ms cubic-bezier(0.5, 0, 0.1, 1), z-index 0ms 0ms linear; }
  .Card__trig-mylist {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    opacity: 0;
    transition: opacity 388ms 0ms cubic-bezier(0.5, 0, 0.1, 1), transform 388ms 0ms cubic-bezier(0.5, 0, 0.1, 1), height 388ms 0ms cubic-bezier(0.5, 0, 0.1, 1), z-index 0ms 0ms linear; }
  .Card__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.9);
    background-size: cover;
    background-repeat: no-repeat;
    top: -50%;
    bottom: 0;
    left: -50%;
    right: 0;
    width: 200%;
    padding-bottom: 112%;
    transition: opacity 388ms 0ms cubic-bezier(0.5, 0, 0.1, 1), transform 388ms 0ms cubic-bezier(0.5, 0, 0.1, 1), height 388ms 0ms cubic-bezier(0.5, 0, 0.1, 1), z-index 0ms 0ms linear;
    transform: translateZ(0) scale(0.5);
    white-space: normal; }
    @media (min-width: 501px) {
      .hovered > .Card__content {
        opacity: 1;
        transform: translateZ(0) scale(1); }
        .hovered > .Card__content .Card__detail {
          opacity: 1; }
        .hovered > .Card__content .Card__trig-mylist,
        .hovered > .Card__content .Card__trig-quickpick {
          opacity: 1; }
        .hovered > .Card__content::before {
          opacity: 1; } }
    .Card__content::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: -1px;
      left: 0;
      content: " ";
      background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1) 33%, black 100%);
      opacity: 0;
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      [ng-app="indieflix"] .Card__content::before {
        display: none; }
  .Card__detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 55px 10px 10px;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 300ms 100ms cubic-bezier(0.5, 0, 0.1, 1);
    left: 0;
    top: 0;
    bottom: 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); }
    .Card__detail > * + * {
      margin-top: 0.3em; }
  .Card__title {
    font-size: 20px;
    font-weight: 400;
    white-space: normal; }
  .Card__specs {
    margin-bottom: 6px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    font-weight: 300; }
    .Card__specs > * + * {
      margin-left: 15px; }
    .Card__specs-item {
      font-size: 18px;
      font-weight: 400;
      display: inline-block; }
    .Card__specs-icon {
      margin-right: 5px; }
  .Card__desc {
    line-height: 1.5;
    font-size: 14px;
    max-height: 4.5em;
    overflow: hidden;
    text-overflow: hidden;
    font-weight: 300; }
  .qp-active {
    z-index: 7000; }
  .Card__qp-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -50%;
    bottom: 0;
    left: -50%;
    right: 0;
    width: 200%;
    padding-bottom: 112%;
    opacity: 0;
    transition: opacity 80ms cubic-bezier(0.5, 0, 0.1, 1);
    transform: translateZ(0) scale(0.5);
    background: black; }
  .Card__qp-timer {
    position: absolute !important;
    font-size: 5.5vw !important;
    right: 10px;
    bottom: 10px;
    z-index: 1; }
  .Card__qp-timer {
    position: absolute !important;
    font-size: 5.5vw !important;
    right: 10px;
    bottom: 10px;
    z-index: 1; }
  .Card__qp-more {
    position: absolute;
    right: 15px;
    bottom: 20px;
    z-index: 0;
    opacity: 0;
    transition: opacity 300ms 200ms cubic-bezier(0.5, 0, 0.1, 1); }
    @media (max-width: 1200px) {
      .Card__qp-more .Button__text {
        display: none; } }
  .Card__qp-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    opacity: 0;
    transition: opacity 300ms 200ms cubic-bezier(0.5, 0, 0.1, 1);
    z-index: 1; }
  .Card__qp-player {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    background: black; }
    .Card__qp-player::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.1) 33%, black 100%);
      content: " ";
      opacity: 0;
      z-index: 1;
      transition: all 300ms; }
  .Card__qp-elements {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 15px;
    right: 7vw;
    opacity: 0;
    transition: opacity 300ms 200ms cubic-bezier(0.5, 0, 0.1, 1);
    z-index: 1; }
  .Card__qp-title {
    font-size: 22px;
    font-weight: 300;
    padding: .75em 0; }
  .Card__qp-buttons > * + * {
    margin-left: 20px; }

.QuoteGrid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #000E1D;
  margin-top: 39px;
  margin-bottom: -13px; }
  @media (min-width: 0) and (max-width: 780px) {
    .QuoteGrid {
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .QuoteGrid .QuoteGrid__item:nth-of-type(3), .QuoteGrid .QuoteGrid__item:nth-of-type(4) {
        display: none; } }
  .QuoteGrid__item {
    padding: 24px;
    margin: 13px;
    border: 2px solid #c7dbf8;
    background: #fff;
    -ms-flex: 1 1 calc(50% - 26px);
    flex: 1 1 calc(50% - 26px);
    box-sizing: border-box;
    color: #263b57; }
    @media (min-width: 0) and (max-width: 780px) {
      .QuoteGrid__item {
        margin-left: auto;
        margin-right: auto;
        max-width: 520px; } }
  .QuoteGrid__quote {
    line-height: 28px; }
  .QuoteGrid__blockquote {
    line-height: 28px;
    color: inherit; }
    .QuoteGrid__blockquote p::before {
      content: "\201C";
      font-style: italic; }
    .QuoteGrid__blockquote p::after {
      content: "\201D";
      font-style: italic; }
  .QuoteGrid__paragraph {
    font-size: 16px;
    text-align: left;
    max-width: none; }
  .QuoteGrid__cite {
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    font-style: normal;
    display: block;
    margin-top: 0; }
    @media (min-width: 0) and (max-width: 520px) {
      .QuoteGrid__cite {
        font-size: 15px; } }
    .QuoteGrid__cite::before {
      content: "\2014";
      opacity: .6; }

.Customers {
  margin: 0 auto 13px;
  max-width: 1060px; }
  .Customers__title {
    font-size: 18px;
    color: #10284E;
    line-height: 26px;
    min-height: 26px;
    font-family: "Montserrat", Verdana, sans-serif; }
    @media (max-width: 640px) {
      .Customers__title {
        font-size: 16px;
        font-family: "Roboto", Segoe UI, Myriad Pro, sans-serif;
        margin-bottom: 28px; } }
  .Customers__subtitle {
    font-size: 18px;
    color: #10284E;
    line-height: 26px;
    min-height: 26px;
    font-family: "Montserrat", Verdana, sans-serif; }
    @media (max-width: 640px) {
      .Customers__subtitle {
        font-size: 16px;
        font-family: "Roboto", Segoe UI, Myriad Pro, sans-serif;
        margin-bottom: 28px; } }
  .Customers__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%; }
    .Customers__list--corporate {
      margin-top: 13px;
      border-bottom: 2px solid #ecf1f7;
      padding-bottom: 24px; }
      .Customers__list--corporate > * {
        -ms-flex: 1 0 10%;
        flex: 1 0 10%; }
        @media (min-width: 641px) and (max-width: 900px) {
          .Customers__list--corporate > * {
            -ms-flex: 1 0 25%;
            flex: 1 0 25%; }
            .Customers__list--corporate > *:nth-of-type(10) {
              display: none; } }
        @media (min-width: 0) and (max-width: 640px) {
          .Customers__list--corporate > * {
            -ms-flex: 1 0 33.333%;
            flex: 1 0 33.333%;
            margin-top: 0 !important; }
            .Customers__list--corporate > *:nth-of-type(7), .Customers__list--corporate > *:nth-of-type(8), .Customers__list--corporate > *:nth-of-type(9), .Customers__list--corporate > *:nth-of-type(10) {
              display: none; } }
    .Customers__list--press {
      margin-bottom: 52px; }
      @media (min-width: 0) and (max-width: 640px) {
        .Customers__list--press {
          margin-bottom: 28px; } }
      .Customers__list--press > * {
        -ms-flex: 0 1 16.66666667%;
        flex: 0 1 16.66666667%; }
        @media (min-width: 0) and (max-width: 1060px) {
          .Customers__list--press > *:nth-of-type(6) {
            display: none; } }
        @media (min-width: 641px) and (max-width: 900px) {
          .Customers__list--press > * {
            -ms-flex: 0 1 33.33333333%;
            flex: 0 1 33.33333333%; } }
        @media (min-width: 0) and (max-width: 640px) {
          .Customers__list--press > * {
            -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
            margin-top: 0 !important; } }
    .Customers__list--corporateFull {
      margin-top: 13px;
      border-bottom: 2px solid #ecf1f7;
      padding-bottom: 24px; }
      .Customers__list--corporateFull > * {
        -ms-flex: 1 0 20%;
        flex: 1 0 20%; }
        @media (min-width: 0) and (max-width: 640px) {
          .Customers__list--corporateFull > * {
            -ms-flex: 1 0 33.333%;
            flex: 1 0 33.333%;
            margin-top: 0; } }
    .Customers__list--education > * {
      -ms-flex: 1 0 25%;
      flex: 1 0 25%; }
      @media (min-width: 0) and (max-width: 640px) {
        .Customers__list--education > * {
          margin-top: 0 !important; } }
      @media (min-width: 0) and (max-width: 500px) {
        .Customers__list--education > * {
          -ms-flex: 1 0 50%;
          flex: 1 0 50%; } }
    .Customers__list-item {
      height: 78px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 13px;
      margin: 26px 0 0;
      box-sizing: border-box; }
      .Customers__list-item img {
        max-width: 100%;
        width: 100%;
        height: auto; }
      .Customers__list-item--NYT img {
        min-width: 140px;
        max-width: 200px; }
      .Customers__list-item--ABC img {
        max-width: 123px; }
      .Customers__list-item--USAToday img {
        max-width: 127px; }
      .Customers__list-item--People img {
        max-width: 96px;
        opacity: .9; }
      .Customers__list-item--CNN img {
        max-width: 86px; }
      .Customers__list-item--Today img {
        min-width: 140px;
        max-width: 190px; }
      .Customers__list-item--Microsoft img {
        max-width: 119px; }
      .Customers__list-item--Adobe img {
        max-width: 44px; }
      .Customers__list-item--HP img {
        max-width: 52px; }
      .Customers__list-item--TRowePrice img {
        max-width: 162px; }
      .Customers__list-item--Google img {
        max-width: 162px; }
      .Customers__list-item--GoldmanSachs img {
        max-width: 52px; }
      .Customers__list-item--NAMI img {
        max-width: 139px; }
      .Customers__list-item--BestBuy img {
        max-width: 86px; }
      .Customers__list-item--Starbucks img {
        max-width: 52px; }
      .Customers__list-item--WorldBank img {
        max-width: 96px; }
      .Customers__list-item--AllianceBernstein img {
        max-width: 139px; }
      .Customers__list-item--ChildMindInstitute img {
        max-width: 80px; }
      .Customers__list-item--BringChangeToMind img {
        max-width: 89px; }
      .Customers__list-item--Brightworks img {
        max-width: 160px; }
      .Customers__list-item--CorporateAlliance img {
        max-width: 196px; }
      .Customers__list-item--MindingYourMind img {
        max-width: 148px; }
      .Customers__list-item--Schroders img {
        max-width: 133px; }
      .Customers__list-item--PacificScienceCenter img {
        max-width: 135px; }
      .Customers__list-item--CapitalGroup img {
        max-width: 60px; }
      .Customers__list-item--Clear img {
        max-width: 155px; }
      .Customers__list-item--WillisTowersWatson img {
        max-width: 44px; }
      .Customers__list-item--OkayToSay img {
        max-width: 127px; }
      .Customers__list-item--ParentMap img {
        max-width: 148px; }
      .Customers__list-item--HPE img {
        max-width: 124px; }
      .Customers__list-item--Clif img {
        max-width: 139px; }
      .Customers__list-item--JohnsHopkinsUniversity img {
        max-width: 193px; }
      .Customers__list-item--UWMedicine img {
        max-width: 119px; }
      .Customers__list-item--UCBerkeley img {
        max-width: 211px; }
      .Customers__list-item--StanfordOnlineHS img {
        max-width: 242px; }
      .Customers__list-item--UofM img {
        max-width: 199px; }
      .Customers__list-item--Kamehameha img {
        max-width: 250px; }

.Partners {
  margin: 0 auto 13px;
  max-width: 1060px; }
  .Partners__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%; }
    .Partners__list > * {
      -ms-flex: 1 0 10%;
      flex: 1 0 10%; }
      @media (min-width: 641px) and (max-width: 900px) {
        .Partners__list > * {
          -ms-flex: 1 0 25%;
          flex: 1 0 25%; }
          .Partners__list > *:nth-of-type(10) {
            display: none; } }
      @media (min-width: 0) and (max-width: 640px) {
        .Partners__list > * {
          -ms-flex: 1 0 33.333%;
          flex: 1 0 33.333%;
          margin-top: 0 !important; }
          .Partners__list > *:nth-of-type(7), .Partners__list > *:nth-of-type(8), .Partners__list > *:nth-of-type(9), .Partners__list > *:nth-of-type(10) {
            display: none; } }
    .Partners__list-item {
      height: 78px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 1%;
      margin: 13px 0 0;
      box-sizing: border-box; }
      .Partners__list-item img {
        max-width: 100%;
        width: 100%;
        height: auto; }
      .Partners__list-item--CommonSense img {
        max-width: 112px; }
      .Partners__list-item--ChildMind img {
        max-width: 72px; }
      .Partners__list-item--CenterForHumaneTech img {
        max-width: 82px; }
      .Partners__list-item--ZCares img {
        max-width: 72px; }
      .Partners__list-item--OkayToSay img {
        max-width: 68px; }
      .Partners__list-item--SeattleChildrens img {
        max-width: 102px; }
      .Partners__list-item--NAMI img {
        max-width: 92px; }

.HomeColumns {
  background: white;
  border-top: 28px solid #f2f2f2;
  padding: 52px 26px 39px;
  text-align: center; }
  .HomeColumns__fence {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .HomeColumns__fence > * + * {
      margin-left: 56px; }
    @media (max-width: 800px) {
      .HomeColumns__fence {
        -ms-flex-direction: column;
        flex-direction: column;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .HomeColumns__fence > * + * {
          margin-top: 26px; }
        .HomeColumns__fence > * + * {
          margin-left: 0; }
        .HomeColumns__fence > * + * {
          border-top: 2px dashed #eee;
          padding-top: 28px; } }
  @media (min-width: 0) and (max-width: 520px) {
    .HomeColumns .Button-set--dos {
      height: 112px; } }
  @media (min-width: 0) and (max-width: 520px) {
    .HomeColumns .Button-set {
      -ms-flex-direction: column;
      flex-direction: column;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%; }
      .HomeColumns .Button-set > * + * {
        margin-left: 0; }
      .HomeColumns .Button-set > * + * {
        margin-top: 13px; }
      .HomeColumns .Button-set .Button {
        width: 100%; } }
  .HomeColumns__column {
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .HomeColumns__column .Entry, .HomeColumns__column .Learn-more__content {
      -ms-flex-direction: column;
      flex-direction: column;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 800px) {
        .HomeColumns__column .Entry, .HomeColumns__column .Learn-more__content {
          max-width: 390px; } }
      .HomeColumns__column .Entry img, .HomeColumns__column .Learn-more__content img {
        border-radius: 5px;
        background: #fafafa;
        border: 1px solid #f2f2f2;
        max-width: 332px; }

.Channel-tile {
  position: relative;
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: top;
  transition: transform 220ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
  overflow: hidden;
  background-clip: border-box;
  text-shadow: 0 1px 0 black;
  height: auto; }
  .Channel-tile--large {
    min-height: 130px;
    /*
  @include breakpoint($mobileInverse) {
    @content
  } */ }
    @media (min-width: 601px) {
      html:not([class*=mobile-]) .Channel-tile--large:hover, html:not([class*=mobile-]) .Channel-tile--large:active, html:not([class*=mobile-]) .Channel-tile--large:focus {
        transform: scale(1.1);
        box-shadow: 0 0 12px 4px #000E1D;
        z-index: 10; }
        html:not([class*=mobile-]) .Channel-tile--large:hover .Channel-tile__text, html:not([class*=mobile-]) .Channel-tile--large:active .Channel-tile__text, html:not([class*=mobile-]) .Channel-tile--large:focus .Channel-tile__text {
          border-color: #2f7efb; }
        html:not([class*=mobile-]) .Channel-tile--large:hover .Channel-tile__desc, html:not([class*=mobile-]) .Channel-tile--large:active .Channel-tile__desc, html:not([class*=mobile-]) .Channel-tile--large:focus .Channel-tile__desc {
          max-height: 70px;
          overflow: hidden;
          padding-top: 5px; }
      html:not([class*=mobile-]) .Channel-tile--large:active {
        transform: scale(1.075); }
        html:not([class*=mobile-]) .Channel-tile--large:active .Channel-tile__text {
          border-color: #EE2624; }
        html:not([class*=mobile-]) .Channel-tile--large:active .Channel-tile__desc {
          max-height: 70px;
          overflow: hidden;
          padding-top: 5px; } }
    .Channel-tile--large::before {
      /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
      :hover > .Channel-tile--large::before,
      :active > .Channel-tile--large::before,
      :focus > .Channel-tile--large::before {
        opacity: 1; }
      html[class*=mobile-] .Channel-tile--large::before {
        opacity: .6 !important; }
      @media (max-width: 600px) {
        .Channel-tile--large::before {
          opacity: .6 !important; } }
  .Channel-tile::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    background-image: linear-gradient(-180deg, rgba(0, 14, 29, 0.5) 0%, rgba(0, 14, 29, 0.6) 50%, #000E1D 100%);
    opacity: .3; }
  .Channel-tile::after {
    width: 100%;
    content: " ";
    padding-bottom: 36.398%;
    display: block;
    transition: inherit; }
  .Channel-tile__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 8px;
    width: 100%;
    border: 2px solid transparent; }
  .Channel-tile__title {
    font-size: 16px;
    font-weight: 600; }
  .Channel-tile__desc {
    overflow: hidden;
    max-height: 0;
    font-weight: 400;
    font-size: 12px;
    /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
    html[class*=mobile-] .Channel-tile__desc {
      max-height: 70px;
      overflow: hidden;
      padding-top: 5px; }
    @media (max-width: 600px) {
      .Channel-tile__desc {
        max-height: 70px;
        overflow: hidden;
        padding-top: 5px; } }

.Composer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .Composer > * + * {
    margin-left: 20px; }
  @media (max-width: 600px) {
    .Composer > * + * {
      margin-left: 15px; } }
  :root .Composer__textarea + * {
    margin-top: -1px;
    transition: margin 200ms 0ms cubic-bezier(0.5, 0, 0.1, 1); }
  .Composer__textarea:focus + *,
  .Composer__form--active .Composer__textarea + * {
    margin-top: 7px !important; }
  .Composer__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .Composer__form > * + * {
      margin-top: 7px; }
    .Composer__form [class*=Validate--] {
      position: absolute;
      bottom: 0;
      left: 0; }
    .Composer__form-buttons {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: end;
      justify-content: flex-end;
      overflow: hidden; }
      .Composer__form-buttons > * + * {
        margin-left: 10px; }
      .Composer__form-buttons > * {
        opacity: 0;
        margin-top: -10px;
        transition: margin 200ms cubic-bezier(0.5, 0, 0.1, 1), max-height 200ms cubic-bezier(0.5, 0, 0.1, 1), opacity 200ms cubic-bezier(0.5, 0, 0.1, 1);
        transition-delay: 0;
        max-height: 0; }
        .Composer__form-buttons > *:nth-child(2) {
          transition-delay: 100ms; }
        [ng-app="indieflix"] .Composer__form-buttons > * {
          transition-delay: 1000s !important; }
      :focus + .Composer__form-buttons > *,
      .Composer__form--active .Composer__form-buttons > * {
        opacity: 1;
        margin-top: 0;
        max-height: 300px; }
        [ng-app="indieflix"] :focus + .Composer__form-buttons > *, .Composer__form--active .Composer__form-buttons > * {
          transition-delay: 0s !important; }

.Control-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  [ng-app="indieflix"] .Control-bar {
    padding: 15px;
    background: #011B37;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .Page--cards .Control-bar {
    margin-right: 30px;
    margin-left: 30px; }
    @media (max-width: 600px) {
      .Page--cards .Control-bar {
        margin-right: 15px; } }
    [ng-app="indieflix"] .Page--cards .Control-bar {
      margin-right: 15px; }
    @media (max-width: 600px) {
      .Page--cards .Control-bar {
        margin-left: 15px; } }
    [ng-app="indieflix"] .Page--cards .Control-bar {
      margin-left: 15px; }
  .Quickpick .Control-bar {
    position: relative;
    margin-bottom: 20px;
    z-index: 3;
    opacity: 1;
    transition: opacity 340ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
    min-width: 510px; }
    .Quickpick .Control-bar .Control-bar__left {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      min-width: 0; }
    [ng-app="indieflix"] .Quickpick .Control-bar {
      margin-bottom: 0;
      min-width: 0;
      position: static; }
    @media (max-width: 790px) {
      body:not([ng-app="indieflix"]) .Quickpick .Control-bar {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        body:not([ng-app="indieflix"]) .Quickpick .Control-bar .Control-bar__right {
          width: 100%;
          margin-top: 10px; } }
  .Control-bar + * {
    margin-top: 20px; }
  .Control-bar__left {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .Control-bar__right {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

.Credits {
  background: #00142A;
  padding: 20px;
  /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
  .Credits > * + * {
    margin-top: 20px; }
  [ng-app="indieflix"] .Credits {
    margin-bottom: 20px; }
  @media (max-width: 640px) {
    html[class*=mobile-] .Credits {
      padding-top: 10px; } }
  .Credits__title {
    font-size: 21px;
    font-weight: 700; }
  .Credits__show-hide > * + * {
    margin-top: 20px; }

.Episode {
  display: block;
  padding-top: 67%;
  position: relative;
  background: black;
  border: 2px solid transparent;
  transition: border 180ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
  /*
  @include breakpoint($mobileInverse) {
    @content
  } */ }
  @media (min-width: 741px) {
    html:not([class*=mobile-]) .Episode:hover {
      border: solid 2px #2f7efb;
      cursor: pointer; }
    html:not([class*=mobile-]) .Episode:focus {
      border: solid 2px #2f7efb;
      cursor: pointer; }
    html:not([class*=mobile-]) .Episode:active {
      border: solid 2px #EE2624;
      cursor: pointer; } }
  @media (max-width: 500px) {
    .Episode {
      background: #1a293a;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 3px; }
      .Episode .Episode__image {
        position: static;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px; }
      .Episode .Episode__overview {
        min-width: 0;
        position: relative;
        box-sizing: border-box;
        padding-top: 6px;
        padding-left: 0;
        padding-right: 40px;
        padding-bottom: 9px;
        margin: 0 6px 0 10px;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 56px; }
      :root .Episode::before {
        background: #222;
        margin-bottom: 0; }
      :root .Episode::after {
        box-sizing: border-box;
        position: absolute;
        top: 3px;
        right: auto;
        bottom: 3px;
        left: 3px;
        width: 100px;
        height: 100%;
        padding: 0px 5px 5px 10px; }
      .Episode .Episode__progress {
        position: absolute;
        z-index: 1;
        top: auto;
        bottom: 3px;
        height: 4px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.1);
        border-color: rgba(0, 0, 0, 0.5); }
      .Episode .Episode__read-percent {
        height: 2px; }
      .Episode .Episode__play {
        margin-top: 0; } }
  .Episode--watched {
    background: #222; }
    .Episode--watched .Episode__image {
      opacity: .5; }
    .Episode--watched::before {
      display: inline-block;
      content: "Watched";
      font-weight: 600;
      font-size: 10px;
      position: absolute;
      top: auto;
      right: auto;
      bottom: 61px;
      left: 0;
      padding: 3px 5px;
      margin: 2px;
      background: rgba(34, 34, 34, 0.9);
      color: white;
      z-index: 1; }
      @media (max-width: 500px) {
        .Episode--watched::before {
          position: absolute;
          top: auto;
          right: auto;
          bottom: 3px;
          left: 0; } }
  .Episode::after {
    content: "Ep " counters(episodes, ".") " ";
    counter-increment: episodes;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    background-image: radial-gradient(circle at 100% 0, rgba(34, 34, 34, 0.8) 0%, rgba(0, 0, 0, 0) 70%);
    font-size: 21px;
    font-weight: 400;
    text-align: right;
    font-weight: 600;
    padding: 5px 10px;
    width: 50%;
    height: 80%;
    display: inline-block;
    text-shadow: 1px 1px 1px black; }
  .Episode__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat; }
  .Episode__overview {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 9px 6px 6px;
    background: #1a293a;
    z-index: 9;
    padding-right: 40px;
    height: 46px; }
    .Episode--watched .Episode__overview {
      background: #222222;
      color: #AAA; }
  .Episode__title {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 400; }
  .Episode__synopsis {
    height: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #AAA; }
  .Episode__play {
    position: absolute;
    top: 50%;
    right: 11px;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    transition: all 120ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
    margin-top: 3px;
    font-size: 32px;
    z-index: 10; }
    .Episode--watched .Episode__play {
      font-size: 26px;
      color: #AAA;
      opacity: .5; }
    .Episode--watched:hover .Episode__play {
      transition: opacity 300ms 50ms cubic-bezier(0.5, 0, 0.1, 1);
      opacity: 1;
      color: white; }
  .Episode__progress {
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 56px;
    height: 3px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid black; }
  .Episode__read-percent {
    height: 3px;
    background: #EE2624;
    display: block; }
    .Episode--watched .Episode__read-percent {
      background: rgba(238, 38, 36, 0.5); }

.Film-admin {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
  background: #000E1D;
  padding-top: 18px;
  width: 100%;
  /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
  @media (max-width: 600px) {
    .Film-admin {
      padding-right: 15px; } }
  [ng-app="indieflix"] .Film-admin {
    padding-right: 15px; }
  @media (max-width: 600px) {
    .Film-admin {
      padding-left: 15px; } }
  [ng-app="indieflix"] .Film-admin {
    padding-left: 15px; }
  @media (max-width: 720px) {
    .Film-admin::before {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      content: "IndieFlix Staff: Widen your browser window in order to use this film's administration panel.";
      padding: 20px;
      font-size: 14px;
      color: #AAA;
      background: #00142A;
      width: 100%;
      max-width: 1115px;
      box-sizing: border-box; }
    .Film-admin__header, .Film-admin__body {
      display: none !important; } }
  html[class*=mobile-] .Film-admin::before {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: "IndieFlix Staff: Please visit this page on a computer in order to use the film's administration panel.";
    padding: 20px;
    font-size: 14px;
    color: #AAA;
    background: #00142A;
    width: 100%;
    max-width: 1115px;
    box-sizing: border-box; }
  html[class*=mobile-] .Film-admin__header, html[class*=mobile-] .Film-admin__body {
    display: none !important; }
  .Film-admin > * {
    padding: 15px 20px;
    width: 100%;
    max-width: 1115px;
    box-sizing: border-box; }
  .Film-admin__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #00142A;
    min-height: 60px;
    margin: 0 auto; }
  .Film-admin__nav > * + * {
    margin-left: 20px; }
  .Film-admin__nav-item {
    text-transform: none;
    font-size: 14px; }
  .Film-admin__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #011B37;
    margin: 0 auto;
    min-height: 60px; }

.Filter-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 100%;
  /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
  html[class*=mobile-] .Filter-title {
    margin: 0 auto; }
    @media (max-width: 790px) {
      html[class*=mobile-] .Filter-title {
        margin-top: 15px; } }
  @media (max-width: 790px) {
    .Filter-title {
      margin-top: 15px; } }
  .Filter-title__headline {
    font-size: 26px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.4;
    max-width: 100%;
    width: auto;
    padding-right: 20px;
    box-sizing: border-box;
    /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
    @media (max-width: 600px) {
      .Filter-title__headline {
        font-size: 20px; } }
    html[class*=mobile-] .Filter-title__headline {
      padding-right: 0; }
      html[class*=mobile-] .Filter-title__headline > div {
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
        min-width: 0;
        white-space: nowrap; }

.Helper {
  position: relative; }
  .Helper--t .Helper__message {
    top: auto;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 0 50px 0; }
    .Helper--t .Helper__message::before {
      bottom: -15px;
      top: auto;
      left: 50%;
      transform: translateX(-50%); }
    .Helper--t .Helper__message::after {
      bottom: -41px;
      top: auto;
      left: 50%;
      transform: translateX(-50%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }
  .Helper--l .Helper__message {
    top: 50%;
    right: 100%;
    left: auto;
    transform: translateY(-50%);
    text-align: right;
    margin: 0 50px 0 0; }
    .Helper--l .Helper__message::before {
      top: 50%;
      right: -20px;
      left: auto;
      transform: translateY(-50%); }
    .Helper--l .Helper__message::after {
      background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 100%);
      top: 50%;
      right: -45px;
      left: auto;
      height: 2px;
      width: 26px;
      transform: translateY(-50%); }
  .Helper--b .Helper__message {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin: 50px 0 0 0; }
    .Helper--b .Helper__message::before {
      top: -15px;
      left: 50%;
      transform: translateX(-50%); }
    .Helper--b .Helper__message::after {
      top: -41px;
      left: 50%;
      transform: translateX(-50%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }
  .Helper--r .Helper__message {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    text-align: left;
    margin: 0 0 0 50px; }
    .Helper--r .Helper__message::before {
      top: 50%;
      left: -20px;
      transform: translateY(-50%); }
    .Helper--r .Helper__message::after {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
      top: 50%;
      left: -45px;
      height: 2px;
      width: 26px;
      transform: translateY(-50%); }
  .Helper:hover, .Helper:focus, .Helper--active {
    z-index: 7501 !important; }
    .Helper:hover + .Backdrop, .Helper:hover + .Film-row__page-backdrop, .Helper:hover + .Film-row__track-backdrop, .Helper:hover + .Film-row__dashboard-backdrop, .Helper:focus + .Backdrop, .Helper:focus + .Film-row__page-backdrop, .Helper:focus + .Film-row__track-backdrop, .Helper:focus + .Film-row__dashboard-backdrop, .Helper--active + .Backdrop, .Helper--active + .Film-row__page-backdrop, .Helper--active + .Film-row__track-backdrop, .Helper--active + .Film-row__dashboard-backdrop {
      z-index: 7500;
      opacity: .6;
      pointer-events: auto;
      top: 60px; }
    .Helper:hover .Helper__dot, .Helper:focus .Helper__dot, .Helper--active .Helper__dot {
      opacity: 0;
      pointer-events: none; }
    .Helper:hover .Helper__message, .Helper:focus .Helper__message, .Helper--active .Helper__message {
      z-index: 4500;
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
  .Helper + .Backdrop, .Helper + .Film-row__page-backdrop, .Helper + .Film-row__track-backdrop, .Helper + .Film-row__dashboard-backdrop {
    top: 60px; }
  .Helper__jsx-sucks-wrap {
    height: 0;
    width: 0;
    margin: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .Helper__dot {
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: white;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    display: block;
    transform-origin: top left;
    animation: helperDot 600ms cubic-bezier(0.5, 0, 0.1, 1) 0ms infinite alternate;
    margin: 0; }
  .Helper__message {
    position: absolute;
    transition: opacity 360ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    text-shadow: 1px 1px 0 black;
    font-weight: 300;
    font-size: 18px;
    width: 360px;
    color: white;
    text-transform: none;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin: 50px 0 0 0; }
    .Helper__message::before {
      position: absolute;
      background: white;
      width: 6px;
      height: 6px;
      content: " ";
      display: block;
      border-radius: 50%; }
    .Helper__message::after {
      position: absolute;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
      width: 2px;
      height: 26px;
      content: " ";
      display: block; }
    .Helper__message::before {
      top: -15px;
      left: 50%;
      transform: translateX(-50%); }
    .Helper__message::after {
      top: -41px;
      left: 50%;
      transform: translateX(-50%); }

.Learn-more {
  position: relative;
  z-index: 5000; }
  .Learn-more__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -90px; }
    .Learn-more__nav > * + * {
      margin-left: 20px; }
    [ng-app="indieflix"] .Learn-more__nav {
      -ms-flex-pack: distribute;
      justify-content: space-around; }
    @media (max-width: 1100px) {
      .Learn-more__nav {
        margin-top: -80px; } }
    @media (max-width: 1000px) {
      .Learn-more__nav {
        margin-top: -80px; } }
    @media (max-width: 970px) {
      .Learn-more__nav {
        margin-top: -60px; } }
    @media (max-width: 800px) {
      .Learn-more__nav {
        -ms-flex-direction: column;
        flex-direction: column; }
        .Learn-more__nav > * + * {
          margin-left: 0; } }
    .Learn-more__nav-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex: 0 0 300px;
      flex: 0 0 300px;
      padding-bottom: 15px;
      cursor: pointer; }
      .Learn-more__nav-item > * + * {
        margin-top: 20px; }
      @media (max-width: 970px) {
        .Learn-more__nav-item {
          -ms-flex: 0 0 auto;
          flex: 0 0 auto; } }
      @media (max-width: 800px) {
        .Learn-more__nav-item {
          box-shadow: none !important;
          padding-bottom: 50px;
          color: #AAA !important;
          cursor: text; } }
    .Learn-more__nav-icon {
      font-size: 72px; }
      @media (max-width: 970px) {
        .Learn-more__nav-icon {
          font-size: 70px; } }
      @media (max-width: 800px) {
        .Learn-more__nav-icon {
          font-size: 68px; } }
      @media (max-width: 500px) {
        .Learn-more__nav-icon {
          font-size: 60px; } }
      @media (max-width: 400px) {
        .Learn-more__nav-icon {
          font-size: 54px; } }
    .Learn-more__nav-label {
      font-size: 15px;
      text-transform: none;
      font-weight: 400;
      white-space: nowrap; }
  .Learn-more__content {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    margin: 40px auto 20px; }
    @media (max-width: 800px) {
      .Learn-more__content {
        display: none; } }
  .Learn-more__plans {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
    .Learn-more__plans > * + * {
      margin-left: 20px; }
    .Learn-more__plans__or {
      text-transform: uppercase; }
    .Learn-more__plans__option {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-direction: column;
      flex-direction: column; }
      .Learn-more__plans__option > * + * {
        margin-top: 10px; }
      .Learn-more__plans__option h3 {
        font-size: 21px;
        font-weight: 400; }

@keyframes livingLogo1 {
  0% {
    transform: translate(-15%, -50%) rotateX(0) rotateY(0); }
  20% {
    transform: translate(-50%, -50%) rotateX(-30deg) rotateY(-45deg); }
  80% {
    transform: translate(-50%, -50%) rotateX(-30deg) rotateY(-45deg); }
  100% {
    transform: translate(-82%, -50%) rotateX(0) rotateY(-180deg); } }

@keyframes livingLogo2 {
  0% {
    transform: rotateY(115deg); }
  20% {
    transform: rotateY(90deg); }
  80% {
    transform: rotateY(90deg); }
  90% {
    transform: rotateY(90deg); }
  95% {
    transform: rotateY(90deg); }
  100% {
    transform: rotateY(90deg); } }

.Living-logo {
  animation: livingLogo1 5s ease-in-out infinite;
  animation-delay: -2.5s;
  width: 1em;
  height: 1em;
  position: relative;
  font-size: 3em;
  transform-style: preserve-3d;
  top: .6em;
  left: .6em;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transform: translate(-15%, -50%) rotateX(0) rotateY(0); }
  .Living-logo::before, .Living-logo::after {
    content: " ";
    display: block;
    height: 1em;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0;
    -webkit-backface-visibility: visible;
    backface-visibility: visible; }
  .Living-logo::before {
    width: .333333em;
    background-image: url(https://www.indieflix.com/vectors/LivingLogo-i.svg); }
  .Living-logo::after {
    width: .664em;
    transform-origin: 0% 50%;
    background-image: url(https://www.indieflix.com/vectors/LivingLogo-f.svg);
    transform: rotateY(115deg);
    animation: livingLogo2 5s ease-in-out infinite;
    animation-delay: -2.5s; }
  .Living-logo__container {
    position: relative;
    width: 100%;
    min-height: 80vh;
    cursor: progress; }
    .Living-logo__container--fixed {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 8000;
      cursor: progress; }
      .Living-logo__container--fixed::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        display: block;
        background: rgba(0, 0, 0, 0.6); }
    .Living-logo__container--short {
      min-height: 20vh; }
    .Living-logo__container > .Living-logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 7vw; }
      @media (max-width: 900px) {
        .Living-logo__container > .Living-logo {
          font-size: 64px; } }

.PSA {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  min-height: 55px;
  padding: 15px;
  background: #ce091b;
  z-index: 10000; }
  .PSA > * + * {
    margin-left: 2rem; }
  .PSA--static {
    position: static; }
  .PSA--winter::after {
    background: none;
    background-image: url("https://www.indieflix.com/images/snow-1.png"), url("https://www.indieflix.com/images/snow-2.png"), url("https://www.indieflix.com/images/snow-3.png");
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    animation: snow 16s linear infinite;
    content: " ";
    display: block;
    pointer-events: none; }
  .PSA--valentines {
    background: #880000; }
    @media (min-width: 460px) {
      .PSA--valentines .PSA__title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 28px; } }
  .PSA__filmPageWrap {
    padding-right: 30px;
    padding-left: 30px;
    background: #000E1D;
    padding-top: 18px;
    /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
    @media (max-width: 600px) {
      .PSA__filmPageWrap {
        padding-right: 15px; } }
    [ng-app="indieflix"] .PSA__filmPageWrap {
      padding-right: 15px; }
    @media (max-width: 600px) {
      .PSA__filmPageWrap {
        padding-left: 15px; } }
    [ng-app="indieflix"] .PSA__filmPageWrap {
      padding-left: 15px; }
    @media (max-width: 640px) {
      html[class*=mobile-] .PSA__filmPageWrap {
        padding-right: 0 !important;
        padding-left: 0 !important; } }
    @media (max-width: 480px) {
      .PSA__filmPageWrap .PSA__link {
        display: none; } }
    .PSA__filmPageWrap .PSA {
      margin: 0 auto;
      max-width: 1115px; }
  .PSA__title {
    font-size: 21px;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .PSA__title > * + * {
      margin-left: 15px; }
    @media (max-width: 600px) {
      .PSA__title {
        font-size: 18px;
        font-weight: 400; } }
  .PSA__paragraph {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: none;
    min-width: 0;
    margin: 0 10px 0 0;
    font-size: 14px; }
  .PSA__link {
    font-size: 14px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 4px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    @media (max-width: 600px) {
      .PSA__link {
        font-size: 12px;
        font-weight: 600;
        margin-top: 0; } }
  .PSA__action {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .PSA__dismiss {
    color: white;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 21px;
    text-decoration: none;
    opacity: .7;
    margin: 0; }
    .PSA__dismiss:hover, .PSA__dismiss:focus, .PSA__dismiss:active {
      opacity: 1; }

.Series-tile {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 56.25%;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  transition: transform 220ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
  border: solid 2px transparent;
  /*
  @include breakpoint($mobileInverse) {
    @content
  } */
  /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
  @media (min-width: 741px) {
    html:not([class*=mobile-]) .Series-tile:hover {
      border: solid 2px #2f7efb;
      cursor: pointer;
      transform: scale(1.075);
      box-shadow: 0 0 12px 4px #000E1D;
      z-index: 10; }
    html:not([class*=mobile-]) .Series-tile:focus {
      border: solid 2px #2f7efb;
      cursor: pointer;
      transform: scale(1.075);
      box-shadow: 0 0 12px 4px #000E1D;
      z-index: 10; }
    html:not([class*=mobile-]) .Series-tile:active {
      border: solid 2px #EE2624;
      cursor: pointer;
      transform: scale(1.06);
      z-index: 10; } }
  @media (min-width: 960px) {
    html:not([class*=mobile-]) .Series-tile:hover {
      transform: scale(1.13); }
    html:not([class*=mobile-]) .Series-tile:focus {
      transform: scale(1.13); }
    html:not([class*=mobile-]) .Series-tile:active {
      transform: scale(1.115); } }
  html[class*=mobile-] .Series-tile {
    background-size: contain;
    transition: none; }
    @media (max-width: 500px) {
      html[class*=mobile-] .Series-tile {
        background-size: calc(30% - 10px);
        background-position: 10px center;
        padding: 5px 5px 5px 30%;
        background-color: #1a293a;
        transition: none; } }
  @media (max-width: 600px) {
    .Series-tile {
      background-size: contain;
      transition: none; } }
  @media (max-width: 500px) {
    .Series-tile {
      background-size: calc(30% - 10px);
      background-position: 10px center;
      padding: 5px 5px 5px 30%;
      background-color: #1a293a;
      transition: none; } }
  .Series-tile__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.05) 10%, rgba(0, 0, 0, 0.9) 100%);
    padding: 15px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
    /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
    .Series-tile__text > * + * {
      margin-top: 8px; }
    :hover > .Series-tile__text,
    :active > .Series-tile__text,
    :focus > .Series-tile__text {
      opacity: 1; }
    html[class*=mobile-] .Series-tile__text {
      position: static;
      opacity: 1;
      background: #1a293a;
      width: 100%;
      min-height: 130px;
      max-height: 130px;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-bottom: 10px; }
      @media (max-width: 500px) {
        html[class*=mobile-] .Series-tile__text {
          padding: 10px;
          min-height: 0;
          max-height: none;
          margin-bottom: 0; } }
    @media (max-width: 740px) {
      .Series-tile__text {
        position: static;
        opacity: 1;
        background: #1a293a;
        width: 100%;
        min-height: 130px;
        max-height: 130px;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 10px; } }
    @media (max-width: 500px) {
      .Series-tile__text {
        padding: 10px;
        min-height: 0;
        max-height: none;
        margin-bottom: 0; } }
  .Series-tile__title {
    font-size: 21px;
    font-weight: 400; }
    @media (max-width: 790px) {
      .Series-tile__title {
        font-size: 21px;
        font-weight: 700; } }
    @media (max-width: 650px) {
      .Series-tile__title {
        font-size: 16px; } }
  .Series-tile__tagline {
    font-size: 16px;
    font-weight: 400;
    font-size: 13px;
    max-height: 59px;
    overflow: hidden; }
    @media (max-width: 500px) {
      .Series-tile__tagline {
        display: none; } }
  .Series-tile__specs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-height: 15px; }
    .Series-tile__specs-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-right: 10px;
      font-size: 12px;
      color: white;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
      .Series-tile__specs-item > * + * {
        margin-left: 5px; }
      @media (max-width: 500px) {
        .Series-tile__specs-item {
          color: #AAA; } }
      .Series-tile__specs-item--original {
        position: relative;
        font-size: 10px;
        padding-left: 60px;
        padding: 0;
        color: white !important; }
        .Series-tile__specs-item--original > * + * {
          margin-left: 0; }
        .Series-tile__specs-item--original .Icon--indieflix {
          font-size: 56px;
          position: static; }
      @media (max-width: 730px) {
        .Series-tile__specs-item--excess {
          display: none; } }

.Splash {
  width: 100%; }
  .Splash--block {
    position: relative;
    min-height: 50vh; }
  .Splash--fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 8000; }
  .Splash--hasBG {
    background: rgba(0, 0, 0, 0.6); }
  .Splash > * {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-size: 7vw; }

.Timer {
  position: relative;
  background: none;
  border: none;
  width: 1em;
  padding: 0;
  height: 1em; }
  .Quickpick--loading .Timer__toggle {
    opacity: 0;
    z-index: -1; }
  .Quickpick--loading .Timer__loader {
    opacity: 1;
    z-index: auto; }
  .Timer--gt50 .Timer__mask {
    overflow: visible;
    transition: all 0s 0s linear; }
  .Timer--gt50 .Timer__half {
    opacity: 1;
    transform: rotate(180deg) !important;
    transition: all 0s 0s linear !important; }
  .Timer--gt50.Timer--paused .Timer__half {
    border: solid 0.04167em white; }
  .Timer--done .Timer__half,
  .Timer--done .Timer__ring,
  .Timer--done .Timer--gt50 .Timer__half,
  .Timer--gt50 .Timer--done .Timer__half,
  .Timer--done .Timer__track {
    opacity: 0;
    transition: opacity .2s linear; }
  
  .Timer--done .Timer__ring,
  .Timer--done .Timer--gt50 .Timer__half,
  .Timer--gt50 .Timer--done .Timer__half,
  .Timer--done .Timer__track {
    transform: rotate(0) !important; }
  .Timer--paused .Timer__ring, .Timer--paused .Timer--gt50 .Timer__half, .Timer--gt50 .Timer--paused .Timer__half, .Timer--paused .Timer__track,
  .Timer--paused .Timer__half {
    border: solid 0.04167em white; }
  .Timer--paused .Timer__toggle:before {
    content: "";
    position: relative;
    left: .07em; }
  .Timer, .Timer * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .Timer__mask {
    font-size: inherit;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: .5em;
    width: .5em;
    height: 1em;
    overflow: hidden; }
  .Timer__ring, .Timer--gt50 .Timer__half, .Timer__track {
    box-sizing: border-box;
    position: absolute;
    font-size: inherit;
    width: 1em;
    height: 1em;
    top: 0;
    left: -.5em;
    border: solid 0.125em white;
    border-radius: 1em;
    clip: rect(0, 0.5em, 1em, 0);
    transition: transform 0.2s linear, border 0.1s cubic-bezier(0.18, 0, 0.5, 1.5);
    z-index: 10; }
  .Timer__track {
    content: " ";
    z-index: 0;
    clip: auto;
    left: 0;
    opacity: .6 !important;
    transition: background 100ms linear; }
    :hover > .Timer__track {
      background: rgba(255, 255, 255, 0.5); }
  .Timer__toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -47%, 0) !important;
    transition: font-size 100ms linear;
    font-size: .5em; }
    :hover > .Timer__toggle {
      font-size: .6em; }
  .Timer__half {
    opacity: 0; }
  .Timer__loader {
    font-size: .175em;
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 55%;
    left: 46%;
    transform: translate3d(-50%, -47%, 0) !important;
    backface-visibility: visible;
    -webkit-backface-visibility: visible; }
    .Timer__loader * {
      backface-visibility: visible;
      -webkit-backface-visibility: visible; }
    .Timer__loader > * {
      display: block; }

.AngstPromo {
  background: white;
  color: black;
  padding-bottom: 100px; }
  .AngstPromo::before {
    content: " ";
    border-top: 60px solid black;
    height: 80px;
    background-image: url("images/AngstBorder.png");
    background-size: cover;
    display: block;
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0; }
    @media (max-width: 800px) {
      .AngstPromo::before {
        border-top-width: 7.5vw;
        height: 10vw; } }
  .AngstPromo__website {
    max-width: 431px;
    margin: 20px auto 60px;
    padding: 0 15px; }
    @media (max-width: 510px) {
      .AngstPromo__website {
        max-width: 80%; } }
  .AngstPromo__button-grid {
    margin: 0 auto;
    max-width: 900px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 60%;
    min-width: 480px; }
    @media (max-width: 1250px) {
      .AngstPromo__button-grid {
        width: calc(100% - 30px);
        min-width: 0;
        max-width: 847px; } }
    @media (max-width: 510px) {
      .AngstPromo__button-grid {
        -ms-flex-direction: column;
        flex-direction: column; } }
    .AngstPromo__button-grid-item {
      padding: 10px;
      -ms-flex: 0 1 270px;
      flex: 0 1 270px; }
      @media (max-width: 510px) {
        .AngstPromo__button-grid-item {
          -ms-flex: 0;
          flex: 0;
          width: 100%;
          max-width: 200px; } }
  .AngstPromo__button--website {
    position: relative;
    padding-bottom: 43%;
    height: 0;
    display: block; }
    .AngstPromo__button--website span {
      position: absolute;
      text-indent: -9999em; }
    .AngstPromo__button--website::before {
      background-image: url("images/Angst_Website.png"); }
    .AngstPromo__button--website::after {
      background-image: url("images/Angst_Website_Rollover.png"); }
    .AngstPromo__button--website::before, .AngstPromo__button--website::after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background-size: contain;
      background-repeat: no-repeat; }
    .AngstPromo__button--website::after {
      transition: opacity 120ms;
      opacity: 0;
      z-index: 1; }
    .AngstPromo__button--website:hover::after {
      opacity: 1; }
  .AngstPromo__button--tall {
    position: relative;
    padding-bottom: 74%;
    height: 0;
    display: block; }
    .AngstPromo__button--tall span {
      position: absolute;
      text-indent: -9999em; }
    .AngstPromo__button--tall::before, .AngstPromo__button--tall::after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background-size: contain;
      background-repeat: no-repeat; }
    .AngstPromo__button--tall::after {
      transition: opacity 120ms;
      opacity: 0;
      z-index: 1; }
    .AngstPromo__button--tall:hover::after {
      opacity: 1; }
  .AngstPromo__button--about::before {
    background-image: url("images/Angst_About.jpg"); }
  .AngstPromo__button--about::after {
    background-image: url("images/Angst_About_Rollover.jpg"); }
  .AngstPromo__button--support::before {
    background-image: url("images/Angst_Support.jpg"); }
  .AngstPromo__button--support::after {
    background-image: url("images/Angst_Support_Rollover.jpg"); }
  .AngstPromo__button--resources::before {
    background-image: url("images/Angst_HelpResource.jpg"); }
  .AngstPromo__button--resources::after {
    background-image: url("images/Angst_HelpResource_Rollover.jpg"); }
  .AngstPromo__banner {
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: -30px auto 40px; }
    .AngstPromo__banner::after {
      content: " ";
      height: 0;
      padding-top: 100%;
      width: 100%;
      background-image: url("images/AngstBanner.png");
      background-size: contain;
      display: block;
      background-position: center center;
      background-repeat: no-repeat; }
    .AngstPromo__banner-content {
      position: absolute;
      text-indent: -9999em; }
  .AngstPromo__about {
    padding: 0 15px 20px;
    max-width: 600px;
    box-sizing: border-box;
    width: auto;
    font-size: 21px;
    line-height: 1.6;
    margin: 0 auto 30px;
    color: black;
    text-align: center; }
    .AngstPromo__about strong {
      font-size: 1.333em;
      line-height: 1.2;
      margin-right: .14em; }
    @media (max-width: 600px) {
      .AngstPromo__about {
        font-size: 18px; } }
    @media (max-width: 400px) {
      .AngstPromo__about {
        font-size: 16px; } }
  .AngstPromo__trailer {
    color: black;
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 56.25%;
    margin: 10px 0 30px; }
    .AngstPromo__trailer-title {
      text-align: center;
      font-size: 26px;
      font-weight: 700;
      font-style: italic;
      font-weight: 600;
      color: black; }
    .AngstPromo__trailer-wrapper {
      margin: 0 auto;
      width: 60%;
      min-width: 480px; }
      @media (max-width: 510px) {
        .AngstPromo__trailer-wrapper {
          min-width: calc(100% - 30px); } }

.Tmo__body {
  background: #04223F;
  position: relative; }
  .Tmo__body::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    background: linear-gradient(180deg, rgba(4, 34, 63, 0) 0%, #04223F 100%);
    padding-bottom: 80.8823529411765%; }
    @media (min-width: 0) and (max-width: 600px) {
      .Tmo__body::after {
        padding-bottom: 120.054945054945%; } }
  .Tmo__body::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .6;
    z-index: 0;
    padding-bottom: 80.8823529411765%;
    background-image: url(images/Tmo_BG_L.jpg); }
    @media (min-width: 0) and (max-width: 600px) {
      .Tmo__body::before {
        padding-bottom: 120.054945054945%;
        background-image: url(images/Tmo_BG_S.jpg); } }

.Tmo__header {
  height: 84px;
  background: linear-gradient(180deg, #000E1D 34.38%, rgba(0, 14, 29, 0) 100%);
  text-align: center;
  z-index: 1;
  position: relative; }
  .Tmo__header img {
    margin-top: 16px;
    width: 138px;
    height: auto; }

.Tmo__TuesdaysLogo {
  max-width: 504px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  position: relative; }
  .Tmo__TuesdaysLogo img {
    margin: 0 28px;
    width: calc(100% - 56px);
    height: auto; }

.Tmo__h2 {
  font-size: 28px;
  color: white;
  text-align: Center;
  margin-bottom: 28px;
  text-shadow: 0px 2px 0px #000E1D;
  line-height: 28px; }
  @media (min-width: 0) and (max-width: 600px) {
    .Tmo__h2 {
      font-size: 23px; } }

.Tmo__input {
  background: #04223F;
  height: 56px;
  width: 100%;
  max-width: 336px;
  border-radius: 3px !important;
  padding: 0 28px;
  box-sizing: border-box;
  margin: 0 auto 28px;
  border: 2px solid #6E88A9;
  box-shadow: 0px 2px 0px #000E1D, inset 0px 6px 0px rgba(0, 14, 29, 0.5);
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0px 2px 0px #000E1D; }
  .Tmo__input:-ms-input-placeholder {
    color: #C7DBF8;
    opacity: 1; }
  .Tmo__input::placeholder {
    color: #C7DBF8;
    opacity: 1; }
  .Tmo__input::-webkit-input-placeholder {
    color: #C7DBF8;
    opacity: 1; }
  .Tmo__input::-moz-placeholder {
    /* Firefox 19+ */
    color: #C7DBF8;
    opacity: 1; }
  .Tmo__input:-ms-input-placeholder {
    /* IE 10+ */
    color: #C7DBF8;
    opacity: 1; }
  .Tmo__input:-moz-placeholder {
    /* Firefox 18- */
    color: #C7DBF8;
    opacity: 1; }
  .Tmo__input:focus, .Tmo__input:active {
    background: #000E1D;
    border: 2px solid #C7DBF8;
    box-shadow: inset 0px 6px 0px #000000; }
  .Tmo__input:required:invalid:not(:placeholder-shown), .Tmo__input:focus:invalid:not(:placeholder-shown) {
    /* insert your own styles for invalid form input */
    -moz-box-shadow: none;
    border-color: #EB1D1D; }
  .Tmo__input--code {
    font-family: 'Roboto Mono', 'Monaco', 'Lucida Console', monospace;
    font-size: 27px;
    text-align: center;
    text-transform: uppercase; }
    .Tmo__input--code:placeholder-shown {
      font-family: "Roboto", Segoe UI, Myriad Pro, sans-serif;
      font-size: 16px;
      text-align: left;
      text-transform: capitalize; }
    .Tmo__input--code:-ms-input-placeholder {
      /* Chrome/Opera/Safari */
      font-family: "Roboto", Segoe UI, Myriad Pro, sans-serif;
      font-size: 16px;
      text-align: left;
      text-transform: capitalize; }
    .Tmo__input--code::placeholder {
      /* Chrome/Opera/Safari */
      font-family: "Roboto", Segoe UI, Myriad Pro, sans-serif;
      font-size: 16px;
      text-align: left;
      text-transform: capitalize; }
    .Tmo__input--code::-webkit-input-placeholder {
      font-family: "Roboto", Segoe UI, Myriad Pro, sans-serif;
      font-size: 16px;
      text-align: left;
      text-transform: capitalize; }
    .Tmo__input--code::-moz-placeholder {
      /* Firefox 19+ */
      font-family: "Roboto", Segoe UI, Myriad Pro, sans-serif;
      font-size: 16px;
      text-align: left;
      text-transform: capitalize; }
    .Tmo__input--code:-ms-input-placeholder {
      /* IE 10+ */
      font-family: "Roboto", Segoe UI, Myriad Pro, sans-serif !important;
      font-size: 16px !important;
      text-align: left;
      text-transform: capitalize; }
    .Tmo__input--code:-moz-placeholder {
      /* Firefox 18- */
      font-family: "Roboto", Segoe UI, Myriad Pro, sans-serif;
      font-size: 16px;
      text-align: left;
      text-transform: capitalize; }

.Tmo__Form {
  max-width: 504px;
  margin: 28px auto;
  box-sizing: border-box;
  padding: 28px;
  z-index: 1;
  position: relative; }
  @media (min-width: 601px) {
    .Tmo__Form {
      background: rgba(0, 14, 29, 0.8);
      border-radius: 7px; } }
  @media (min-width: 0) and (max-width: 600px) {
    .Tmo__Form {
      padding: 0 28px; } }

.Tmo__footer {
  border-top: none !important;
  position: relative;
  z-index: 1; }

.Tmo__submit {
  background: #EB1D1D;
  border: 2px solid #000E1D;
  box-shadow: inset 0px -6px 0px rgba(0, 0, 0, 0.25); }

.Tmo__FrontendValidation {
  background: #F5DEDA;
  border-radius: 7px;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 28px;
  color: #04223F;
  margin: 0 auto 28px;
  max-width: 336px;
  box-sizing: border-box; }

.Tmo__small {
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #C7DBF8;
  max-width: 560px;
  box-sizing: border-box;
  padding: 28px;
  margin: 0 auto 28px;
  z-index: 1;
  position: relative; }

.Channel-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 30px;
  padding-right: 17px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 600px) {
    .Channel-grid {
      padding-left: 15px; } }
  [ng-app="indieflix"] .Channel-grid {
    padding-left: 15px; }
  @media (max-width: 600px) {
    .Channel-grid {
      padding-right: 2px; } }
  .Channel-grid__item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box;
    margin-right: 13px;
    margin-bottom: 26px;
    width: calc(25% - 13px); }
    @media (max-width: 1400px) {
      .Channel-grid__item {
        width: calc(33.333% - 13px); } }
    @media (max-width: 960px) {
      .Channel-grid__item {
        width: calc(50% - 13px); } }
    @media (max-width: 600px) {
      .Channel-grid__item {
        width: calc(50% - 13px);
        margin-right: 13px; } }
    @media (max-width: 500px) {
      .Channel-grid__item {
        width: calc(100% - 13px); } }

.Contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center; }
  .Contact > * + * {
    margin-left: 45px; }
  @media (max-width: 600px) {
    .Contact {
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      align-items: center; }
      .Contact > * + * {
        margin-left: 0; }
      .Contact > * + * {
        margin-top: 20px; } }
  .Contact__primary {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 500px; }
    .Contact__primary > * + * {
      margin-top: 20px; }
  .Contact__content {
    background: #00142A;
    padding: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #AAA; }
    .Contact__content--success > * + * {
      margin-top: 26px; }
    .Contact__content--success::before {
      content: " ";
      display: block;
      height: 2px;
      width: 100%;
      background: lightgreen;
      margin-top: -5px;
      margin-bottom: 15px;
      animation: barGrow 4s cubic-bezier(0.66, 0, 0.33, 1);
      animation-fill-mode: forwards; }
    .Contact__content--error {
      line-height: 26px; }
      .Contact__content--error > * + * {
        margin-top: 26px; }
      .Contact__content--error::before {
        content: " ";
        display: block;
        height: 2px;
        margin-top: -5px;
        margin-bottom: 15px;
        width: 100%;
        background: #F3403F;
        animation: barGlow 3s ease-in 3;
        animation-fill-mode: both; }
      .Contact__content--error:hover::before {
        animation-iteration-count: 1; }
  .Contact__sidebar {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    @media (max-width: 600px) {
      .Contact__sidebar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center; }
        .Contact__sidebar > * {
          -ms-flex: 1 0 auto;
          flex: 1 0 auto;
          margin: 20px; } }
  .Contact__link {
    font-size: 18px;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .Contact__link > * + * {
      margin-left: 10px; }
    .Contact__link + .Contact__link {
      margin-top: 10px; }
    @media (max-width: 600px) {
      .Contact__link {
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0; } }
  @media (min-width: 601px) {
    .Contact__social-button {
      margin-top: 20px; } }
  .Contact__social-button + .Contact__social-button {
    margin-top: 10px; }
  .Contact__address {
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    white-space: pre-line; }
    .Contact__address-title {
      font-weight: 300;
      color: #AAA;
      text-transform: uppercase;
      margin-top: 20px;
      font-size: 14px;
      margin-bottom: 0; }
      @media (max-width: 600px) {
        .Contact__address-title {
          margin: 0; } }

.Welcome {
  color: white;
  text-align: Center;
  background: #000E1D;
  padding-top: 140px;
  margin-top: -84px;
  overflow: hidden;
  padding-bottom: 56px;
  position: relative; }
  @media (min-width: 0) and (max-width: 520px) {
    .Welcome {
      padding-bottom: 28px;
      padding-top: 84px; } }
  @media (min-width: 0) and (max-width: 420px) {
    .Welcome {
      padding-bottom: 14px; } }
  .Welcome > * {
    position: relative; }
  .Welcome .Entry, .Welcome .Learn-more__content {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box; }
    @media (max-width: 600px) {
      .Welcome .Entry, .Welcome .Learn-more__content {
        padding-left: 15px; } }
    [ng-app="indieflix"] .Welcome .Entry, [ng-app="indieflix"] .Welcome .Learn-more__content {
      padding-left: 15px; }
    @media (max-width: 600px) {
      .Welcome .Entry, .Welcome .Learn-more__content {
        padding-right: 15px; } }
    [ng-app="indieflix"] .Welcome .Entry, [ng-app="indieflix"] .Welcome .Learn-more__content {
      padding-right: 15px; }
  @media (min-width: 0) and (max-width: 500px) {
    .Welcome .Button-set {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-direction: column;
      flex-direction: column; }
      .Welcome .Button-set > * + * {
        margin-left: 0; }
      .Welcome .Button-set > * + * {
        margin-top: 14px; }
      .Welcome .Button-set > * {
        width: 100%;
        height: 45px;
        line-height: 45px; } }
  .Welcome__background {
    position: absolute;
    top: 0;
    bottom: auto;
    right: 0;
    left: 50%;
    min-width: 1170px;
    width: 100vw;
    transform: translateX(-50%); }
    @media (min-width: 0) and (max-width: 500px) {
      .Welcome__background {
        min-width: 800px; } }
    .Welcome__background-img {
      display: block;
      height: 0;
      padding-bottom: 67.2684458398744%;
      width: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-size: cover;
      background-position: center;
      background-color: transparent;
      background-repeat: no-repeat; }
      .Welcome__background-img::before {
        content: " ";
        background: linear-gradient(180deg, #000E1D 0%, rgba(0, 14, 29, 0.5) 31.77%, #000E1D 90.1%);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
  .Welcome .Entry, .Welcome .Learn-more__content {
    max-width: none; }
    .Welcome .Entry > *, .Welcome .Learn-more__content > * {
      margin-left: auto;
      margin-right: auto; }
  .Welcome h1, .Welcome h2, .Welcome h3, .Welcome h4 {
    text-shadow: 0px 2px 0px #000E1D; }
  .Welcome h1 {
    font-family: "Montserrat", Verdana, sans-serif;
    font-size: 48px;
    line-height: 56px; }
    @media (min-width: 0) and (max-width: 680px) {
      .Welcome h1 {
        font-size: 32px; } }
    @media (min-width: 0) and (max-width: 500px) {
      .Welcome h1 {
        font-size: 24px;
        line-height: 28px; } }
  .Welcome h2 {
    font-family: "Roboto", Segoe UI, Myriad Pro, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    max-width: 610px; }
    @media (min-width: 0) and (max-width: 680px) {
      .Welcome h2 {
        font-size: 18px;
        max-width: 460px; } }
    @media (min-width: 0) and (max-width: 500px) {
      .Welcome h2 {
        font-size: 16px;
        line-height: 28px; } }
  .Welcome h3 {
    text-transform: capitalize;
    font-size: 25px;
    line-height: 56px;
    font-weight: 700;
    font-family: "Montserrat", Verdana, sans-serif;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box; }
    @media (max-width: 600px) {
      .Welcome h3 {
        padding-left: 15px; } }
    [ng-app="indieflix"] .Welcome h3 {
      padding-left: 15px; }
    @media (max-width: 600px) {
      .Welcome h3 {
        padding-right: 15px; } }
    [ng-app="indieflix"] .Welcome h3 {
      padding-right: 15px; }
    @media (min-width: 0) and (max-width: 680px) {
      .Welcome h3 {
        font-size: 18px; } }
    @media (min-width: 0) and (max-width: 500px) {
      .Welcome h3 {
        font-size: 16px;
        line-height: 20px;
        margin: 56px 0 0; } }
  .Welcome h4 {
    font-size: 20px;
    font-style: italic;
    font-family: "Roboto", Segoe UI, Myriad Pro, sans-serif;
    font-weight: 500;
    line-height: 28px;
    color: #FFCF25; }
    @media (min-width: 0) and (max-width: 680px) {
      .Welcome h4 {
        font-size: 17px; } }
  .Welcome__press {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .8;
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 600px) {
      .Welcome__press {
        padding-left: 15px; } }
    [ng-app="indieflix"] .Welcome__press {
      padding-left: 15px; }
    @media (max-width: 600px) {
      .Welcome__press {
        padding-right: 15px; } }
    [ng-app="indieflix"] .Welcome__press {
      padding-right: 15px; }
    @media (min-width: 0) and (max-width: 680px) {
      .Welcome__press {
        -ms-flex-direction: column;
        flex-direction: column;
        width: 75%;
        margin: 0 auto; } }
    .Welcome__press-left {
      height: auto;
      text-indent: -999em;
      margin-right: 14px;
      -ms-flex: 0 1 438px;
      flex: 0 1 438px; }
      @media (min-width: 0) and (max-width: 680px) {
        .Welcome__press-left {
          -ms-flex: 1 1 36px;
          flex: 1 1 36px;
          margin: 15px 0 15px;
          max-width: 438px;
          width: 100%; } }
      .Welcome__press-left::before {
        content: " ";
        height: 0;
        padding-bottom: 8.21917808219178%;
        background-image: url(images/PressLeft.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        display: block; }
      .Welcome__press-left span {
        position: absolute; }
    .Welcome__press-right {
      height: auto;
      text-indent: -999em;
      margin-left: 14px;
      -ms-flex: 0 1 382px;
      flex: 0 1 382px; }
      @media (min-width: 0) and (max-width: 680px) {
        .Welcome__press-right {
          -ms-flex: 1 1 36px;
          flex: 1 1 36px;
          max-width: 382px;
          width: 100%; } }
      .Welcome__press-right::before {
        content: " ";
        height: 0;
        padding-bottom: 9.42408376963351%;
        background-image: url(images/PressRight.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        display: block; }
      .Welcome__press-right span {
        position: absolute; }
  .Welcome__channelGrid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1080px;
    margin-bottom: 28px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 14px;
    padding-left: 15px;
    box-sizing: border-box;
    padding-right: 15px; }
    .Welcome__channelGrid-item {
      -ms-flex: 0 1 calc(25% - 30px);
      flex: 0 1 calc(25% - 30px);
      margin: 15px;
      border-radius: 2px; }
      @media (min-width: 680px) and (max-width: 880px) {
        .Welcome__channelGrid-item {
          -ms-flex: 0 1 calc(25% - 15px);
          flex: 0 1 calc(25% - 15px);
          margin: 7.5px; } }
      @media (min-width: 0) and (max-width: 680px) {
        .Welcome__channelGrid-item {
          -ms-flex: 0 1 calc(50% - 15px);
          flex: 0 1 calc(50% - 15px);
          margin: 7.5px; } }
      @media (min-width: 0) and (max-width: 520px) {
        .Welcome__channelGrid-item {
          -ms-flex: 0 1 100%;
          flex: 0 1 100%;
          margin: 5px; }
          .Welcome__channelGrid-item:nth-child(1), .Welcome__channelGrid-item:nth-child(5), .Welcome__channelGrid-item:nth-child(7) {
            display: none; } }
    .Welcome__channelGrid-link {
      position: relative;
      padding-bottom: 62.5%;
      background-color: black;
      width: 100%;
      display: block;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 2px;
      transition: all 120ms 0ms ease-in-out;
      transform: scale(1);
      box-shadow: inset 0 0 0 2px transparent; }
      @media (min-width: 0) and (max-width: 520px) {
        .Welcome__channelGrid-link {
          padding: 0;
          height: 70px; } }
      .Welcome__channelGrid-link:hover {
        transform: scale(1.05);
        box-shadow: inset 0 0 0 2px #2f7efb, 0 1px 5px 0 rgba(0, 0, 0, 0.6); }
      .Welcome__channelGrid-item--Comedies .Welcome__channelGrid-link {
        background-image: url(images/GenreComedies.jpg); }
      .Welcome__channelGrid-item--Dramas .Welcome__channelGrid-link {
        background-image: url(images/GenreDramas.jpg); }
      .Welcome__channelGrid-item--Social .Welcome__channelGrid-link {
        background-image: url(images/GenreSocial.jpg); }
        @media (min-width: 0) and (max-width: 520px) {
          .Welcome__channelGrid-item--Social .Welcome__channelGrid-link {
            background-position: center 15%; } }
      .Welcome__channelGrid-item--Shorts .Welcome__channelGrid-link {
        background-image: url(images/GenreShorts.jpg); }
        @media (min-width: 0) and (max-width: 520px) {
          .Welcome__channelGrid-item--Shorts .Welcome__channelGrid-link {
            background-position: center 15%; } }
      .Welcome__channelGrid-item--Animated .Welcome__channelGrid-link {
        background-image: url(images/GenreAnimated.jpg); }
        @media (min-width: 0) and (max-width: 520px) {
          .Welcome__channelGrid-item--Animated .Welcome__channelGrid-link {
            background-position: center 35%; } }
      .Welcome__channelGrid-item--Arts .Welcome__channelGrid-link {
        background-image: url(images/GenreArts.jpg); }
      .Welcome__channelGrid-item--Classics .Welcome__channelGrid-link {
        background-image: url(images/GenreClassics.jpg); }
        @media (min-width: 0) and (max-width: 520px) {
          .Welcome__channelGrid-item--Classics .Welcome__channelGrid-link {
            background-position: center 0%; } }
      .Welcome__channelGrid-item--Staff .Welcome__channelGrid-link {
        background-image: url(images/GenreStaff.jpg); }
        @media (min-width: 0) and (max-width: 520px) {
          .Welcome__channelGrid-item--Staff .Welcome__channelGrid-link {
            background-position: center 30%; } }
    .Welcome__channelGrid-label {
      width: 100%;
      height: 56px;
      line-height: 56px;
      position: absolute;
      top: auto;
      bottom: 0;
      right: 0;
      left: 0;
      text-transform: uppercase;
      text-align: center;
      font-size: 19px;
      font-family: "Montserrat", Verdana, sans-serif;
      font-weight: 700;
      text-shadow: 0px 1px 0px #000E1D; }
      @media (min-width: 680px) and (max-width: 880px) {
        .Welcome__channelGrid-label {
          line-height: 28px;
          height: 28px;
          font-size: 15px; } }
      @media (min-width: 0) and (max-width: 520px) {
        .Welcome__channelGrid-label {
          line-height: 28px;
          height: 28px;
          text-align: left;
          padding-left: 15px; } }
  .Welcome__devices {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
    .Welcome__devices-list {
      -ms-flex: 1 1 33.333%;
      flex: 1 1 33.333%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 84px;
      transform: scale(0.8); }
      @media (min-width: 1001px) {
        .Welcome__devices-list {
          -ms-flex: 1 1 auto;
          flex: 1 1 auto;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      @media (max-width: 700px) {
        .Welcome__devices-list {
          -ms-flex: 0 1 20%;
          flex: 0 1 20%;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin-left: -10%;
          margin-bottom: 28px; } }
      @media (max-width: 500px) {
        .Welcome__devices-list {
          display: none; } }
      .Welcome__devices-list img {
        width: 100%;
        height: auto;
        transform: scale(1);
        opacity: .7;
        transition: all 120ms 0ms ease-in-out; }
        .Welcome__devices-list img:hover, .Welcome__devices-list img:active {
          opacity: 1;
          transform: scale(1.1); }
      .Welcome__devices-list-android, .Welcome__devices-list-ios, .Welcome__devices-list-firetv, .Welcome__devices-list-appletv, .Welcome__devices-list-androidtv, .Welcome__devices-list-chromecast, .Welcome__devices-list-roku, .Welcome__devices-list-xbox {
        margin: 26px 18px;
        height: 52px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media (min-width: 0) and (max-width: 520px) {
          .Welcome__devices-list-android, .Welcome__devices-list-ios, .Welcome__devices-list-firetv, .Welcome__devices-list-appletv, .Welcome__devices-list-androidtv, .Welcome__devices-list-chromecast, .Welcome__devices-list-roku, .Welcome__devices-list-xbox {
            margin: 13px; } }
      .Welcome__devices-list-android, .Welcome__devices-list-ios, .Welcome__devices-list-xbox {
        -ms-flex: 0 1 40px;
        flex: 0 1 40px; }
      .Welcome__devices-list-firetv, .Welcome__devices-list-appletv {
        -ms-flex: 0 1 76px;
        flex: 0 1 76px; }
      .Welcome__devices-list-androidtv, .Welcome__devices-list-chromecast {
        -ms-flex: 0 1 125px;
        flex: 0 1 125px; }
      .Welcome__devices-list-roku {
        -ms-flex: 0 1 90px;
        flex: 0 1 90px; }

.Dashboard {
  padding-right: 30px;
  padding-left: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 75px;
  padding-bottom: 35px;
  background: rgba(0, 20, 42, 0.9);
  opacity: 0;
  z-index: 6000;
  pointer-events: none;
  transform: translate3d(0, -100%, 0);
  transition: opacity 388ms 0ms cubic-bezier(0.5, 0, 0.1, 1), transform 388ms 0ms cubic-bezier(0.5, 0, 0.1, 1), height 388ms 0ms cubic-bezier(0.5, 0, 0.1, 1), z-index 0ms 0ms linear;
  height: auto;
  max-height: 100vh;
  min-height: 230px;
  /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
  @media (max-width: 600px) {
    .Dashboard {
      padding-right: 15px; } }
  [ng-app="indieflix"] .Dashboard {
    padding-right: 15px; }
  @media (max-width: 600px) {
    .Dashboard {
      padding-left: 15px; } }
  [ng-app="indieflix"] .Dashboard {
    padding-left: 15px; }
  @media (max-width: 600px) {
    .Dashboard {
      transform: translate3d(0, -100%, 0) !important;
      opacity: 0 !important;
      pointer-events: none !important; } }
  html[class*=mobile-] .Dashboard {
    transform: translate3d(0, -100%, 0) !important;
    opacity: 0 !important;
    pointer-events: none !important; }
  @media (max-height: 230px) {
    .Dashboard {
      min-height: 0; } }
  .Dashboard[aria-hidden="false"] {
    pointer-events: auto;
    opacity: 1;
    z-index: 6000;
    transform: translate3d(0, 0, 0); }
    .Dashboard[aria-hidden="false"] .Dashboard__nav-item:nth-child(1) {
      opacity: 1;
      transition-delay: 450ms; }
    .Dashboard[aria-hidden="false"] .Dashboard__nav-item:nth-child(2) {
      opacity: 1;
      transition-delay: 500ms; }
    .Dashboard[aria-hidden="false"] .Dashboard__nav-item:nth-child(3) {
      opacity: 1;
      transition-delay: 550ms; }
    .Dashboard[aria-hidden="false"] .Dashboard__content {
      opacity: 1;
      transition-delay: 600ms; }
  .Dashboard__nav {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    left: -5px;
    margin-bottom: 30px; }
    .Dashboard__nav > * + * {
      margin-left: 50px; }
    @media (max-width: 980px) {
      .Dashboard__nav > * + * {
        margin-left: 20px; } }
    .Dashboard__nav-item {
      font-size: 21px;
      font-weight: 700;
      position: relative;
      padding: 0 5px;
      opacity: 0;
      transition: all 300ms cubic-bezier(0.5, 0, 0.1, 1);
      transition-delay: 0ms !important;
      white-space: nowrap; }
      @media (max-width: 980px) {
        .Dashboard__nav-item {
          font-size: 20px; }
          .Dashboard__nav-item > * + * {
            margin-left: 20px; } }
  .Dashboard__no-films {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    border: 3px dashed rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    font-size: 16px;
    color: #AAA;
    font-weight: 300; }
    [ng-app="indieflix"] .Dashboard__no-films {
      margin: 15px;
      padding: 50px 15px;
      max-width: calc(100% - 30px); }
    .Page--cards .Dashboard__no-films {
      margin-left: 30px;
      margin-right: 30px;
      max-width: calc(100% -  60px );
      margin-top: 45px; }
      @media (max-width: 600px) {
        .Page--cards .Dashboard__no-films {
          margin-left: 15px; } }
      [ng-app="indieflix"] .Page--cards .Dashboard__no-films {
        margin-left: 15px; }
      @media (max-width: 600px) {
        .Page--cards .Dashboard__no-films {
          margin-right: 15px; } }
      [ng-app="indieflix"] .Page--cards .Dashboard__no-films {
        margin-right: 15px; }
      @media (max-width: 600px) {
        .Page--cards .Dashboard__no-films {
          max-width: calc(100% -  30px ); } }
      [ng-app="indieflix"] .Page--cards .Dashboard__no-films {
        max-width: calc(100% -  30px ); }
  .Dashboard__scrollable {
    overflow-y: auto;
    overflow-x: hidden; }
  .Dashboard__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0;
    transition: all 300ms cubic-bezier(0.5, 0, 0.1, 1);
    transition-delay: 0;
    white-space: nowrap;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .Dashboard__content > * + * {
      margin-left: 75px; }
    @media (max-width: 1260px) {
      .Dashboard__content > * + * {
        margin-left: 40px; } }
    @media (max-width: 980px) {
      .Dashboard__content > * + * {
        margin-left: 20px; } }
    .Dashboard__content-left {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
      @media (max-width: 1260px) {
        .Dashboard__content-left {
          -ms-flex: 1 0 50%;
          flex: 1 0 50%; } }
    .Dashboard__content-right {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex: 1 0 600px;
      flex: 1 0 600px;
      width: auto;
      box-sizing: border-box; }
      .Dashboard__content-right > * + * {
        margin-left: 75px; }
      @media (max-width: 1260px) {
        .Dashboard__content-right {
          -ms-flex: 1 0 50%;
          flex: 1 0 50%;
          -ms-flex-direction: column;
          flex-direction: column; }
          .Dashboard__content-right > * + * {
            margin-left: 0; }
          .Dashboard__content-right > * + * {
            margin-top: 35px; }
          .Dashboard__content-right .Dashboard__section-heading {
            width: 170px; } }
  .Dashboard__avatar {
    margin: 0 auto;
    display: none; }
  .Dashboard__status-info {
    top: -6px;
    right: -5px;
    font-size: 1.2em; }
  .Dashboard__section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .Dashboard__section > * + * {
      margin-left: 30px; }
    @media (max-width: 980px) {
      .Dashboard__section {
        -ms-flex-direction: column;
        flex-direction: column; }
        .Dashboard__section > * + * {
          margin-left: 0; }
        .Dashboard__section > * + * {
          margin-top: 20px; } }
    .Dashboard__section-block {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
      .Dashboard__section-block > * + * {
        margin-top: 25px; }
    .Dashboard__section-heading {
      font-size: 21px;
      font-weight: 700;
      text-transform: uppercase; }
  .Dashboard__label {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: block; }
  .Dashboard__uneditable-data, .Dashboard__data {
    display: inline-block;
    max-width: 210px;
    width: auto;
    text-overflow: ellipsis;
    overflow: hidden; }
  .Dashboard__payment {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%; }
    .Dashboard__payment > * + * {
      margin-left: 10px; }
  .Dashboard__cancel {
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 10px;
    font-weight: 300;
    color: #AAA;
    margin-top: 10px; }
    .Dashboard__cancel:hover {
      color: white;
      text-decoration: underline; }
  .Dashboard__update-card {
    text-transform: uppercase;
    display: block;
    font-size: 10px;
    font-weight: 300;
    color: #AAA;
    margin-top: 15px; }
    .Dashboard__update-card:hover {
      color: white;
      text-decoration: underline; }
  @media (max-width: 600px) {
    .Dashboard .Film-row__container, .Dashboard .Film-grid {
      z-index: 1; } }
  .Dashboard__floaty-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    right: 30px;
    position: absolute;
    top: 75px; }
    .Dashboard__floaty-buttons > * + * {
      margin-left: 15px; }
    @media (max-width: 600px) {
      .Dashboard__floaty-buttons {
        right: 15px; } }
    [ng-app="indieflix"] .Dashboard__floaty-buttons {
      right: 15px; }
    .Dashboard__floaty-buttons * {
      opacity: .8;
      transition: opacity 80ms cubic-bezier(0.5, 0, 0.1, 1); }
    .Dashboard__floaty-buttons *:hover {
      opacity: 1; }
    @media (max-width: 764px) {
      .Dashboard__floaty-buttons {
        -ms-flex-pack: center;
        justify-content: center;
        position: static;
        -ms-flex-order: 1;
        order: 1;
        margin: 30px auto -10px;
        min-width: 33%;
        z-index: -1; } }

.Container--trilogy {
  background: #F2F2F2;
  padding: 56px;
  color: #04223F;
  line-height: 28px; }
  @media (min-width: 0) and (max-width: 600px) {
    .Container--trilogy {
      padding: 28px; } }
  .Container--trilogy .Customers__list {
    margin-top: 0 !important; }
  .Container--trilogy * {
    box-sizing: border-box; }
  .Container--trilogy a {
    transition: all 120ms 0ms ease-in-out; }
  .Container--trilogy h1, .Container--trilogy h2, .Container--trilogy h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold; }
  .Container--trilogy h1 {
    font-size: 26px; }
  .Container--trilogy h2 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 28px; }
  .Container--trilogy h3 {
    font-size: 19px; }
  .Container--trilogy h4 {
    font-size: 18px;
    font-weight: 500; }
  .Container--trilogy h5 {
    font-style: italic;
    text-transform: capitalize;
    font-family: "Roboto", Segoe UI, Myriad Pro, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 14px; }
  .Container--trilogy hr {
    border: none;
    outline: none;
    margin-bottom: 0;
    padding: 27px 0;
    height: 56px; }
    .Container--trilogy hr::before {
      content: " ";
      height: 2px;
      background: #F2F2F2;
      display: block; }
  .Container--trilogy small {
    color: #6E88A9;
    font-size: 14px;
    font-style: italic; }
  .Container--trilogy table {
    margin: 28px auto 0;
    text-align: left; }
    .Container--trilogy table tr + tr > td {
      padding-top: 28px !important; }
    .Container--trilogy table td {
      vertical-align: top;
      max-width: 532px;
      padding-left: 28px; }
  @media (max-width: 600px) {
    :root .Container--trilogy table, :root .Container--trilogy td, :root .Container--trilogy tr {
      display: block !important;
      margin: 0 !important;
      padding: 0 !important;
      width: 100% !important;
      max-width: none !important;
      text-align: center !important; } }
  @media (max-width: 600px) {
    :root .Container--trilogy tr {
      margin-top: 28px !important; } }

.TrilogyHeader {
  text-align: center;
  color: #04223F;
  line-height: 28px;
  margin: 0 auto 56px; }
  @media (max-width: 600px) {
    .TrilogyHeader {
      margin: 0 auto 28px; } }

.TrilogyTitle h1 {
  height: 52px;
  width: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  text-indent: -9999em;
  max-width: 336px;
  background-size: 290px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(images/TrilogyLogo.png);
  background-color: transparent; }
  @media (min-width: 0) and (max-width: 392px) {
    .TrilogyTitle h1 {
      background-size: contain; } }

.TrilogyTitle--foundation h1 {
  background-image: url(images/FoundationTrilogyLogo.png);
  margin-bottom: 14px; }

.TrilogyTitle h2 {
  margin-bottom: 0; }

.TrilogyTrailerButtons {
  margin-top: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: center;
  justify-content: center; }
  .TrilogyTrailerButtons > * + * {
    margin-left: 28px; }
  @media (min-width: 0) and (max-width: 600px) {
    .TrilogyTrailerButtons > * + * {
      margin-left: 14px; } }
  .TrilogyTrailerButtons a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 100%;
    max-width: 168px;
    height: 112px;
    background: white;
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    position: relative;
    z-index: 3;
    transform: scale(1); }
    .TrilogyTrailerButtons a:not(:last-child)::after {
      position: absolute;
      content: " ";
      display: block;
      z-index: -10;
      height: 2px;
      left: 100%;
      top: calc(50% - 1px);
      right: auto;
      bottom: auto;
      width: 100%;
      background: rgba(196, 196, 196, 0.5); }
    .TrilogyTrailerButtons a:hover, .TrilogyTrailerButtons a:active {
      box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
      background: #EEE;
      text-align: center;
      transform: scale(0.99); }

.TrilogyLogo, .TrilogyWatch {
  display: block; }

.TrilogyLogo {
  text-indent: -9999em;
  height: 84px;
  width: 100%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat; }

.TrilogyWatch {
  line-height: 1;
  height: 28px;
  font-weight: 700;
  font-size: 13px; }

.TrilogyTrailerAngst {
  color: #00142A; }
  .TrilogyTrailerAngst .TrilogyLogo {
    background-image: url(images/AngstLogoSmall.png);
    background-size: 104px; }

.TrilogyTrailerLIKE {
  color: #0551BF; }
  .TrilogyTrailerLIKE .TrilogyLogo {
    background-image: url(images/LIKELogoSmall.png);
    background-size: 80px; }

.TrilogyTrailerUpstanders {
  color: #FF7E02; }
  .TrilogyTrailerUpstanders .TrilogyLogo {
    background-image: url(images/UpstandersLogoSmall.png);
    background-size: 75px; }

.TrilogyCardBlock {
  background: white;
  border-radius: 2px;
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15);
  margin: 0 auto 56px;
  max-width: 952px;
  overflow: hidden;
  color: #04223F; }
  section > .TrilogyCardBlock {
    margin: 0 auto 28px; }

.TrilogyTestimonials {
  margin: 0 auto 28px;
  max-width: 952px; }

.TestimonialsGrid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (min-width: 0) and (max-width: 760px) {
    .TestimonialsGrid {
      -ms-flex-direction: column;
      flex-direction: column;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .TestimonialsGrid__left {
    padding-right: 14px; }
    @media (min-width: 0) and (max-width: 760px) {
      .TestimonialsGrid__left {
        padding: 0; } }
  .TestimonialsGrid__right {
    padding-left: 14px; }
    @media (min-width: 0) and (max-width: 760px) {
      .TestimonialsGrid__right {
        padding: 0; } }

.Testimonial {
  background: white;
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15);
  margin: 0 auto 28px;
  padding: 28px;
  border-radius: 2px;
  width: 100%; }
  .Testimonial p {
    font-size: 14px; }
  .Testimonial cite {
    display: block;
    text-align: right;
    font-weight: 600;
    font-style: normal;
    font-size: 13px; }

.TrilogyCardBanner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0; }
  .TrilogyCardBanner--Film {
    padding-bottom: 29.4117647058824%;
    max-height: 280px;
    min-height: 196px; }
  .TrilogyCardBanner--Hero {
    padding-bottom: 38.2352941176471%;
    max-height: 364px;
    min-height: 196px; }
    .TrilogyCardBanner--Hero .slick-list, .TrilogyCardBanner--Hero .slick-track {
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .TrilogyCardBanner--angst .TrilogyCardBanner__title {
    background-image: url(images/AngstTitle.png); }
  .TrilogyCardBanner--angst .TrilogyCardBanner__subtitle {
    background-image: url(images/AngstSubtitle.png);
    max-width: 312px;
    width: 55%;
    min-width: 240px; }
  .TrilogyCardBanner--like .TrilogyCardBanner__title {
    background-image: url(images/LIKETitle3.png); }
  .TrilogyCardBanner--like .TrilogyCardBanner__subtitle {
    background-image: url(images/LIKESubtitle.png);
    max-width: 486px;
    width: 70%;
    min-width: 240px; }
  .TrilogyCardBanner--upstanders .TrilogyCardBanner__title {
    background-image: url(images/UpstandersTitle.png); }
  .TrilogyCardBanner--upstanders .TrilogyCardBanner__subtitle {
    background-image: url(images/UpstandersSubtitle.png);
    max-width: 486px;
    width: 70%;
    min-width: 240px; }
  .TrilogyCardBanner__img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-color: #000E1D;
    background-repeat: no-repeat; }
  .TrilogyCardBanner__title {
    width: 100%;
    background-position: center 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: auto 87.5%;
    height: 80%;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 1;
    text-indent: -999em; }
  .TrilogyCardBanner__subtitle {
    width: 100%;
    background-position: center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center 32.5%;
    background-size: contain;
    position: absolute;
    top: auto;
    height: 20%;
    bottom: 0;
    left: 50%;
    right: auto;
    z-index: 1;
    text-indent: -999em;
    transform: translateX(-50%); }

.TrilogyCardBody {
  padding: 56px;
  font-size: 16px;
  line-height: 28px; }
  .TrilogyCardBody > * + * {
    margin-top: 28px; }
  @media (min-width: 0) and (max-width: 600px) {
    .TrilogyCardBody {
      padding: 28px; } }

.TrilogyCardGrid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (min-width: 0) and (max-width: 760px) {
    .TrilogyCardGrid {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .TrilogyCardGrid small {
    text-align: center;
    display: block;
    color: rgba(0, 0, 0, 0.6); }
  .TrilogyCardGrid a {
    color: #6E88A9;
    font-weight: 700; }
    .TrilogyCardGrid a:hover {
      color: #EB1D1D; }
  @media (min-width: 0) and (max-width: 760px) {
    .TrilogyCardGrid__main {
      -ms-flex-order: -1;
      order: -1;
      margin-bottom: 28px !important;
      text-align: center; } }
  .TrilogyCardGrid__left, .TrilogyCardGrid__right {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; }
  .TrilogyCardGrid__left {
    margin-right: 28px; }
    @media (min-width: 0) and (max-width: 760px) {
      .TrilogyCardGrid__left {
        margin: 0; } }
  .TrilogyCardGrid__right {
    margin-left: 28px; }
    @media (min-width: 0) and (max-width: 760px) {
      .TrilogyCardGrid__right {
        margin: 0; } }

.TrilogyButton {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: Montserrat;
  height: 52px;
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.25);
  background: #EB1D1D;
  border-radius: 2px;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  padding: 14px 28px;
  font-weight: 700; }
  .TrilogyButton:hover {
    box-shadow: inset 0px -26px 52px rgba(0, 0, 0, 0.25); }

.Dialog {
  height: 0;
  width: 0;
  transition: all 0ms 200ms linear, opacity 150ms 50ms cubic-bezier(0.5, 0, 0.1, 1);
  position: fixed;
  top: -999em;
  left: -999em;
  opacity: 0;
  visibility: hidden; }
  .Dialog--active {
    transition: opacity 150ms 50ms cubic-bezier(0.5, 0, 0.1, 1);
    opacity: 1;
    visibility: visible;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000; }
  .Dialog__backdrop {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none; }
    .Dialog--active .Dialog__backdrop {
      pointer-events: all; }
      @media (max-width: 480px) {
        .Dialog--active .Dialog__backdrop {
          position: static; } }
  .Dialog__box {
    position: fixed;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: #00142A;
    padding: 20px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
    max-width: 100%;
    min-width: 300px;
    width: auto;
    box-sizing: border-box;
    transition: transform 200ms 0ms cubic-bezier(0.5, 0, 0.1, 1); }
    .Dialog--active .Dialog__box {
      transform: translate(-50%, -50%) scale(1); }
      @media (max-width: 480px) {
        .Dialog--active .Dialog__box {
          transform: none;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0; } }
    @media (max-width: 480px) {
      .Dialog__box {
        width: 100%;
        min-width: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: none;
        transform: none; } }
    .Dialog__box > * + * {
      margin-top: 28px; }

.IndieFlixStreaming {
  background: #000E1D;
  padding: 84px 28px;
  text-align: center; }
  @media (min-width: 0) and (max-width: 560px) {
    .IndieFlixStreaming {
      padding-bottom: 56px; } }
  @media (min-width: 0) and (max-width: 520px) {
    .IndieFlixStreaming .Button-set {
      -ms-flex-direction: column;
      flex-direction: column;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 112px; }
      .IndieFlixStreaming .Button-set > * + * {
        margin-left: 0; }
      .IndieFlixStreaming .Button-set > * + * {
        margin-top: 13px; }
      .IndieFlixStreaming .Button-set .Button {
        width: 100%; } }
  .IndieFlixStreaming__fence {
    margin: 0 auto;
    max-width: 1196px; }
  .IndieFlixStreaming__logo {
    margin-bottom: -26px;
    width: 310px;
    max-width: 100%;
    color: transparent;
    height: auto;
    display: inline-block;
    overflow: hidden; }
    .IndieFlixStreaming__logo::before {
      width: 100%;
      padding-top: 11.1290322580645%;
      height: 0;
      background-image: url(images/image_IndieflixStreamingLogo.png);
      background-color: transparent;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      content: " "; }
    .IndieFlixStreaming__logo-text {
      position: absolute;
      font-size: 0; }
  .IndieFlixStreaming .Entry, .IndieFlixStreaming .Learn-more__content {
    color: white; }
    .IndieFlixStreaming .Entry p, .IndieFlixStreaming .Learn-more__content p {
      max-width: 653px;
      margin-left: auto;
      margin-right: auto; }
  .IndieFlixStreaming .Homepage2018__channelGrid {
    margin-top: 19.5px;
    margin-bottom: 24px; }
  .IndieFlixStreaming .Homepage2018__devices-list a {
    opacity: .66;
    transition: all 160ms 0ms ease-in-out;
    transform: scale(1); }
    .IndieFlixStreaming .Homepage2018__devices-list a:hover, .IndieFlixStreaming .Homepage2018__devices-list a:active {
      opacity: 1;
      transform: scale(1.06); }

.IndieFlixScreenings {
  background: white;
  border: 28px solid #f2f2f2;
  border-left: none;
  border-right: none;
  padding: 56px 28px; }
  .IndieFlixScreenings__fence {
    text-align: center;
    max-width: 1196px;
    margin: 0 auto; }
  @media (min-width: 0) and (max-width: 520px) {
    .IndieFlixScreenings .Button-set {
      -ms-flex-direction: column;
      flex-direction: column;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 112px; }
      .IndieFlixScreenings .Button-set > * + * {
        margin-left: 0; }
      .IndieFlixScreenings .Button-set > * + * {
        margin-top: 13px; }
      .IndieFlixScreenings .Button-set .Button {
        width: 100%; } }
  .IndieFlixScreenings__graphic {
    background-image: url(images/photo_bg_crowd.jpg);
    background-position: center 67.7%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 56px 28px;
    position: relative; }
    .IndieFlixScreenings__graphic .Button {
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6); }
    @media (min-width: 0) and (max-width: 520px) {
      .IndieFlixScreenings__graphic .Button-set {
        -ms-flex-direction: column;
        flex-direction: column;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 112px; }
        .IndieFlixScreenings__graphic .Button-set > * + * {
          margin-left: 0; }
        .IndieFlixScreenings__graphic .Button-set > * + * {
          margin-top: 13px; }
        .IndieFlixScreenings__graphic .Button-set .Button {
          width: 100%; } }
    .IndieFlixScreenings__graphic::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: " ";
      background: #000E1D;
      opacity: .75;
      z-index: 0; }
    .IndieFlixScreenings__graphic .Entry, .IndieFlixScreenings__graphic .Learn-more__content {
      position: relative;
      z-index: 1;
      max-width: 1196px;
      color: white;
      text-align: center;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6); }
      @media (min-width: 0) and (max-width: 600px) {
        .IndieFlixScreenings__graphic .Entry, .IndieFlixScreenings__graphic .Learn-more__content {
          text-align: left !important; } }
      .IndieFlixScreenings__graphic .Entry p, .IndieFlixScreenings__graphic .Learn-more__content p {
        max-width: 653px;
        margin-left: auto;
        margin-right: auto;
        font-weight: 600;
        font-size: 18px; }
  .IndieFlixScreenings .Entry, .IndieFlixScreenings .Learn-more__content {
    max-width: 768px; }
    @media (min-width: 0) and (max-width: 600px) {
      .IndieFlixScreenings .Entry, .IndieFlixScreenings .Learn-more__content {
        text-align: left !important; } }
  .IndieFlixScreenings .Entry p, .IndieFlixScreenings .Learn-more__content p, .IndieFlixScreenings .Entry h4, .IndieFlixScreenings .Learn-more__content h4 {
    margin-left: auto;
    margin-right: auto; }
  .IndieFlixScreenings__filmLogos {
    height: 56px;
    display: block;
    margin: 28px auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 630px; }
    .IndieFlixScreenings__filmLogos > * + * {
      margin-left: 28px; }
    .IndieFlixScreenings__filmLogos-item {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
    @media (min-width: 0) and (max-width: 520px) {
      .IndieFlixScreenings__filmLogos {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-bottom: 0; }
        .IndieFlixScreenings__filmLogos > * + * {
          margin-left: 0; }
        .IndieFlixScreenings__filmLogos .IndieFlixScreenings__filmLogos-item {
          margin: 0 13px 28px;
          -ms-flex: 1 1 calc(33.333% - 28px);
          flex: 1 1 calc(33.333% - 28px); } }

.NowScreeningCarousel {
  padding: 56px 28px 29px;
  background: #f2f2f2;
  text-align: center;
  border-top: 2px solid #DDD; }
  .NowScreeningCarousel__fence {
    max-width: 1196px;
    margin: 0 auto; }
  .NowScreeningCarousel__carouselObject {
    margin-top: 28px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .NowScreeningCarousel__slide {
    background: black;
    border-radius: 5px;
    color: white;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.AngstSlide {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  position: relative;
  background-image: url(images/photo_AngstSlideBG.jpg);
  background-position: center 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black;
  padding: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column; }
  .AngstSlide > * + * {
    margin-top: 56px; }
  @media (max-width: 820px) {
    .AngstSlide {
      background-position: 20% top; } }
  @media (max-width: 600px) {
    .AngstSlide {
      min-height: 450px; } }
  .AngstSlide__trailer {
    font-weight: 600;
    text-transform: capitalize;
    border: 1px solid red;
    padding: 3px 10px;
    font-size: 18px;
    transition: all 200ms 20ms ease-in-out;
    border-radius: 5px;
    color: white;
    border-color: rgba(255, 255, 255, 0.5);
    line-height: 24px;
    margin-top: 13px; }
    .AngstSlide__trailer:hover {
      color: white;
      border-color: white; }
  .AngstSlide::before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, black 100%);
    opacity: .89;
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0; }
  .AngstSlide__replaceText {
    font-size: 0;
    text-indent: -9999em;
    position: absolute; }
  .AngstSlide__title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column; }
    .AngstSlide__title-logo {
      width: 100%;
      max-width: 380px;
      margin-bottom: 13px; }
      @media (max-width: 820px) {
        .AngstSlide__title-logo {
          width: 70%; } }
      .AngstSlide__title-logo::before {
        display: block;
        content: " ";
        width: 100%;
        padding-bottom: 65.7068062827225%;
        height: 0;
        background-image: url(images/graphic_LogoAngst.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-color: transparent;
        background-position: center; }
    .AngstSlide__title-tagline {
      font-size: 21px;
      font-weight: 700;
      font-style: italic; }
      @media (max-width: 600px) {
        .AngstSlide__title-tagline {
          font-size: 18px; } }
  .AngstSlide__lowerThird {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media (max-width: 820px) {
      .AngstSlide__lowerThird {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 28px !important; } }
    .AngstSlide__lowerThird-left {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex: 0 1 45%;
      flex: 0 1 45%;
      max-width: 480px; }
      @media (max-width: 820px) {
        .AngstSlide__lowerThird-left {
          display: none; } }
    .AngstSlide__lowerThird-right {
      -ms-flex: 0 1 45%;
      flex: 0 1 45%;
      text-align: left; }
      @media (max-width: 820px) {
        .AngstSlide__lowerThird-right {
          text-align: center; }
          .AngstSlide__lowerThird-right h5 {
            font-size: 16px;
            font-weight: 400; } }
      .AngstSlide__lowerThird-right small {
        display: block;
        font-size: 14px; }
        @media (min-width: 0) and (max-width: 520px) {
          .AngstSlide__lowerThird-right small {
            font-size: 15px; } }
        :root .AngstSlide__lowerThird-right small a {
          text-decoration: none; }
  .AngstSlide__laurels {
    display: block;
    width: 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
    .AngstSlide__laurels::before {
      display: block;
      content: " ";
      width: 100%;
      padding-bottom: 29.7845373891001%;
      height: 0;
      background-image: url(images/graphic_AngstLaurels.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-color: transparent;
      background-position: center; }

.LIKESlide {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  position: relative;
  background-image: url(images/photo_LIKESlideBG.jpg);
  background-position: center 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black;
  padding: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column; }
  .LIKESlide > * + * {
    margin-top: 28px; }
  @media (max-width: 820px) {
    .LIKESlide {
      background-position: left top; } }
  @media (max-width: 600px) {
    .LIKESlide {
      min-height: 450px; } }
  .LIKESlide__replaceText {
    font-size: 0;
    text-indent: -9999em;
    position: absolute; }
  .LIKESlide__trailer {
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid white;
    padding: 3px 10px;
    font-size: 18px;
    transition: all 200ms 20ms ease-in-out;
    border-radius: 5px;
    color: white;
    border-color: #1af9f9;
    margin-bottom: 1%;
    line-height: 24px; }
    @media (max-width: 600px) {
      .LIKESlide__trailer {
        margin-top: 13px;
        font-size: 16px; } }
    .LIKESlide__trailer:hover {
      color: #1af9f9; }
  .LIKESlide__title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column; }
    .LIKESlide__title-logo {
      width: 100%;
      max-width: 560px;
      margin-bottom: 2%;
      margin-top: 1%; }
      @media (max-width: 820px) {
        .LIKESlide__title-logo {
          width: 100%; } }
      .LIKESlide__title-logo::before {
        display: block;
        content: " ";
        width: 100%;
        padding-bottom: 49.0066225165563%;
        height: 0;
        background-image: url(images/graphic_LogoLIKE.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-color: transparent;
        background-position: center; }
  .LIKESlide__lowerThird {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media (max-width: 820px) {
      .LIKESlide__lowerThird {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 28px !important; } }
    .LIKESlide__lowerThird-left {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex: 0 1 45%;
      flex: 0 1 45%;
      max-width: 480px; }
      @media (max-width: 820px) {
        .LIKESlide__lowerThird-left {
          display: none; } }
    .LIKESlide__lowerThird-right {
      -ms-flex: 0 1 45%;
      flex: 0 1 45%;
      text-align: left; }
      @media (max-width: 820px) {
        .LIKESlide__lowerThird-right {
          text-align: center; }
          .LIKESlide__lowerThird-right h5 {
            font-size: 16px;
            font-weight: 400; } }
      .LIKESlide__lowerThird-right small {
        display: block;
        font-size: 14px; }
        @media (min-width: 0) and (max-width: 520px) {
          .LIKESlide__lowerThird-right small {
            font-size: 15px; } }
        :root .LIKESlide__lowerThird-right small a {
          text-decoration: none; }
  .LIKESlide__laurels {
    display: block;
    width: 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
    .LIKESlide__laurels::before {
      display: block;
      content: " ";
      width: 100%;
      padding-bottom: 12.7636560302866%;
      height: 0;
      background-image: url(images/graphic_LIKELaurels.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-color: transparent;
      background-position: center; }

.UpstandersSlide {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  position: relative;
  background-image: url(images/photo_UpstandersSlideBG.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
  padding: 28px;
  color: #5d5d5d;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column; }
  .UpstandersSlide > * + * {
    margin-top: 28px; }
  @media (max-width: 600px) {
    .UpstandersSlide {
      min-height: 450px; } }
  .UpstandersSlide__replaceText {
    font-size: 0;
    text-indent: -9999em;
    position: absolute; }
  .UpstandersSlide__trailer {
    font-weight: 600;
    text-transform: capitalize;
    border: 1px solid white;
    padding: 3px 10px;
    font-size: 18px;
    transition: all 200ms 20ms ease-in-out;
    border-radius: 5px;
    color: #5d5d5d;
    border-color: rgba(93, 93, 93, 0.5);
    margin-bottom: 1%;
    line-height: 24px;
    margin-top: 26px; }
    @media (max-width: 600px) {
      .UpstandersSlide__trailer {
        margin-top: 13px; } }
    .UpstandersSlide__trailer:hover {
      color: #ff5d04;
      border-color: #ff5d04; }
  .UpstandersSlide__title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column; }
    .UpstandersSlide__title-logo {
      width: 100%;
      max-width: 380px;
      margin-bottom: 3%;
      margin-top: 1%; }
      @media (max-width: 600px) {
        .UpstandersSlide__title-logo {
          max-width: 60%;
          margin-bottom: 3%; } }
      .UpstandersSlide__title-logo::before {
        display: block;
        content: " ";
        width: 100%;
        padding-bottom: 77.8378378378378%;
        height: 0;
        background-image: url(images/graphic_LogoUpstanders.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-color: transparent;
        background-position: center; }
    .UpstandersSlide__title-tagline {
      font-size: 19px; }
  .UpstandersSlide__lowerThird {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media (max-width: 820px) {
      .UpstandersSlide__lowerThird {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 28px !important; } }
    .UpstandersSlide__lowerThird-center {
      -ms-flex: 0 1 45%;
      flex: 0 1 45%;
      text-align: center; }
      @media (max-width: 820px) {
        .UpstandersSlide__lowerThird-center {
          text-align: center; }
          .UpstandersSlide__lowerThird-center h5 {
            font-size: 16px; } }

.NeverthelessSlide {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  position: relative;
  background: radial-gradient(circle, #212121 0%, #1e1e1e 100%);
  background-color: #212121;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
  padding: 56px;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column; }
  .NeverthelessSlide > * + * {
    margin-top: 28px; }
  @media (max-width: 600px) {
    .NeverthelessSlide {
      min-height: 450px; } }
  .NeverthelessSlide__replaceText {
    font-size: 0;
    text-indent: -9999em;
    position: absolute; }
  .NeverthelessSlide__trailer {
    font-weight: 600;
    text-transform: capitalize;
    border: 1px solid white;
    padding: 3px 10px;
    font-size: 18px;
    transition: all 200ms 20ms ease-in-out;
    border-radius: 5px;
    color: #5d5d5d;
    border-color: rgba(93, 93, 93, 0.5);
    margin-bottom: 1%;
    line-height: 24px;
    margin-top: 26px; }
    @media (max-width: 600px) {
      .NeverthelessSlide__trailer {
        margin-top: 13px; } }
    .NeverthelessSlide__trailer:hover {
      color: #ff5d04;
      border-color: #ff5d04; }
  .NeverthelessSlide__title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column; }
    .NeverthelessSlide__title-logo {
      width: 100%;
      max-width: 260px;
      margin-bottom: 3%;
      margin-top: 1%; }
      @media (max-width: 600px) {
        .NeverthelessSlide__title-logo {
          max-width: 70%;
          margin-bottom: 3%; } }
      .NeverthelessSlide__title-logo::before {
        display: block;
        content: " ";
        width: 100%;
        padding-bottom: 77.8378378378378%;
        height: 0;
        background-image: url(images/logo_NeverthelessLargeBright.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-color: transparent;
        background-position: center; }
    .NeverthelessSlide__title-tagline {
      font-size: 19px;
      line-height: 52px;
      font-weight: 400;
      font-family: "Montserrat", Verdana, sans-serif;
      margin-bottom: 26px; }
      @media (max-width: 840px) {
        .NeverthelessSlide__title-tagline {
          line-height: 26px;
          font-size: 16px;
          -ms-flex-order: 2;
          order: 2;
          margin-bottom: 0;
          margin-top: 10px; } }
  .NeverthelessSlide__lowerThird {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media (max-width: 820px) {
      .NeverthelessSlide__lowerThird {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 28px !important; } }
    @media (max-width: 600px) {
      .NeverthelessSlide__lowerThird .Button-set {
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto; }
        .NeverthelessSlide__lowerThird .Button-set > * + * {
          margin-left: 0; }
        .NeverthelessSlide__lowerThird .Button-set > * + * {
          margin-top: 13px; } }
    .NeverthelessSlide__lowerThird h5 {
      font-weight: 600;
      white-space: nowrap; }
    .NeverthelessSlide__lowerThird small {
      display: block; }
    .NeverthelessSlide__lowerThird-center {
      -ms-flex: 0 1 460px;
      flex: 0 1 460px;
      text-align: center; }
      @media (max-width: 820px) {
        .NeverthelessSlide__lowerThird-center {
          text-align: center; }
          .NeverthelessSlide__lowerThird-center h5 {
            font-size: 14px; } }

.FKSlide {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  position: relative;
  background-image: url(images/photo_FKSlideBG.jpg);
  background-position: center 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
  padding: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column; }
  .FKSlide > * + * {
    margin-top: 28px; }
  @media (max-width: 820px) {
    .FKSlide {
      background-position: center; } }
  @media (max-width: 600px) {
    .FKSlide {
      min-height: 450px; } }
  .FKSlide__replaceText {
    font-size: 0;
    text-indent: -9999em;
    position: absolute; }
  .FKSlide__title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column; }
    .FKSlide__title-logo {
      width: 100%;
      max-width: 470px;
      margin: 3% 0 14%; }
      @media (max-width: 820px) {
        .FKSlide__title-logo {
          width: 90%; } }
      .FKSlide__title-logo::before {
        display: block;
        content: " ";
        width: 100%;
        padding-bottom: 34.0085287846482%;
        height: 0;
        background-image: url(images/graphic_LogoFK.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-color: transparent;
        background-position: center; }
  .FKSlide__lowerThird {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media (max-width: 820px) {
      .FKSlide__lowerThird {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 28px !important; } }
    .FKSlide__lowerThird-left {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex: 0 1 45%;
      flex: 0 1 45%;
      max-width: 480px; }
      @media (max-width: 820px) {
        .FKSlide__lowerThird-left {
          display: none; } }
    .FKSlide__lowerThird-right {
      -ms-flex: 0 1 45%;
      flex: 0 1 45%;
      text-align: left;
      color: #181818; }
      @media (max-width: 820px) {
        .FKSlide__lowerThird-right {
          text-align: center; }
          .FKSlide__lowerThird-right h5 {
            font-size: 16px;
            font-weight: 400;
            color: #181818;
            text-shadow: 1px 1px 0 white; } }
      .FKSlide__lowerThird-right small {
        display: block;
        font-size: 14px;
        text-shadow: 1px 1px 0 white; }
        @media (min-width: 0) and (max-width: 520px) {
          .FKSlide__lowerThird-right small {
            font-size: 15px; } }
        :root .FKSlide__lowerThird-right small a {
          text-decoration: none;
          color: #dc2b95; }
  .FKSlide__laurels {
    display: block;
    width: 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
    .FKSlide__laurels::before {
      display: block;
      content: " ";
      width: 100%;
      padding-bottom: 24.3928194297782%;
      height: 0;
      background-image: url(images/graphic_FKLaurels.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-color: transparent;
      background-position: center; }

.Discovery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: calc( 30px - 5px );
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
  z-index: 0; }
  @media (max-width: 600px) {
    .Discovery {
      padding-left: 15px; } }
  [ng-app="indieflix"] .Discovery {
    padding-left: 15px; }
  @media (max-width: 600px) {
    .Discovery {
      padding-right: calc( 15px - 5px ); } }
  [ng-app="indieflix"] .Discovery {
    padding-right: calc( 15px - 5px ); }
  @media (max-width: 880px) {
    .Discovery {
      margin-bottom: 40px; } }
  @media (max-width: 600px) {
    .Discovery {
      margin-bottom: 20px; } }
  .Discovery__heading {
    font-size: 21px;
    font-weight: 700;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 30px;
    margin-bottom: 15px; }
    @media (max-width: 600px) {
      .Discovery__heading {
        font-size: 18px;
        font-weight: 700; } }
    .Discovery__heading a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: start;
      justify-content: flex-start;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
      .Discovery__heading a::after {
        transition: all 200ms cubic-bezier(0.5, 0, 0.1, 1);
        opacity: 0;
        font-family: "indicon";
        content: "";
        font-size: .5em;
        position: relative;
        top: 2px;
        left: 5px; }
      .Discovery__heading a:hover {
        text-decoration: none; }
        .Discovery__heading a:hover::after {
          opacity: 1; }
  .Discovery__feature {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 28.57143%;
    z-index: 10; }
    @media (max-width: 1650px) {
      .Discovery__feature {
        width: 33.33333%; } }
    @media (max-width: 1400px) {
      .Discovery__feature {
        width: 40%; } }
    @media (max-width: 1050px) {
      .Discovery__feature {
        width: 50%; } }
    @media (max-width: 600px) {
      .Discovery__feature {
        width: 100%;
        margin-bottom: 5px; } }
    @media (min-width: 880px) {
      .Discovery__feature .Discovery__tile {
        width: 100%;
        margin-bottom: 0; }
      .Discovery__feature .Discovery__item-title {
        font-size: 22px; } }
  .Discovery__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    justify-content: flex-start;
    right: calc( 30px - 5px );
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: absolute;
    top: 45px;
    bottom: 0;
    left: calc( 28.57143% + 18px); }
    @media (max-width: 600px) {
      .Discovery__list {
        right: calc( 15px - 5px ); } }
    [ng-app="indieflix"] .Discovery__list {
      right: calc( 15px - 5px ); }
    @media (max-width: 1650px) {
      .Discovery__list {
        left: calc(33.333% + 15px); }
        .Discovery__list :nth-child(10),
        .Discovery__list :nth-child(9) {
          display: none; } }
    @media (max-width: 1400px) {
      .Discovery__list {
        left: calc( 40% + 10px); }
        .Discovery__list :nth-child(8),
        .Discovery__list :nth-child(7) {
          display: none; } }
    @media (max-width: 1050px) {
      .Discovery__list {
        left: calc( 50% + 3px); }
        .Discovery__list :nth-child(6),
        .Discovery__list :nth-child(5) {
          display: none; } }
    @media (max-width: 600px) {
      .Discovery__list {
        position: relative;
        top: 0;
        left: 0; } }
  .Discovery__tile {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(20% - 5px);
    margin-right: 5px;
    margin-bottom: 5px; }
    @media (max-width: 1650px) {
      .Discovery__tile {
        width: calc(25% - 5px); } }
    @media (max-width: 1400px) {
      .Discovery__tile {
        width: calc(33.33333% - 5px); } }
    @media (max-width: 1050px) {
      .Discovery__tile {
        width: calc(40% - 5px); } }
    @media (max-width: 880px) {
      .Discovery__tile {
        width: calc(100% - 5px); }
        .Discovery__tile:not(:nth-child(1)) {
          display: none; } }
    @media (min-width: 500px) and (max-width: 599px) {
      .Discovery__tile .Discovery__tile {
        width: 100%;
        margin-bottom: 0; }
      .Discovery__tile .Discovery__item-title {
        font-size: 22px; } }
    @media (min-width: 790px) and (max-width: 880px) {
      .Discovery__tile .Discovery__tile {
        width: 100%;
        margin-bottom: 0; }
      .Discovery__tile .Discovery__item-title {
        font-size: 22px; } }
  .Discovery__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    z-index: 1;
    background: black;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    transition: transform 220ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
    /*
  @include breakpoint($mobileInverse) {
    @content
  } */ }
    .Discovery__feature .Discovery__item {
      padding-bottom: 56.7%; }
    .Discovery__feature .Discovery__item-desc {
      max-height: none;
      overflow: hidden;
      font-size: 13px; }
    @media (min-width: 601px) {
      html:not([class*=mobile-]) .Discovery__item:hover, html:not([class*=mobile-]) .Discovery__item:focus, html:not([class*=mobile-]) .Discovery__item:active {
        transform: scale(1.075);
        z-index: 10;
        box-shadow: 0 0 12px 4px #000E1D; }
        html:not([class*=mobile-]) .Discovery__item:hover .Discovery__item-desc, html:not([class*=mobile-]) .Discovery__item:focus .Discovery__item-desc, html:not([class*=mobile-]) .Discovery__item:active .Discovery__item-desc {
          max-height: none;
          overflow: hidden; }
      html:not([class*=mobile-]) .Discovery__item:active {
        transform: scale(1.066); } }
    .Discovery__item a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -ms-flex-direction: column;
      flex-direction: column;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 0 10px 0;
      border: 2px solid transparent;
      box-sizing: border-box; }
      .Discovery__item a:hover {
        text-decoration: none; }
      @media (min-width: 601px) {
        :hover > .Discovery__item a {
          border-color: #2f7efb; }
        :focus > .Discovery__item a {
          border-color: #2f7efb; }
        :active > .Discovery__item a {
          border-color: #EE2624; } }
      @media (min-width: 881px) {
        .Discovery__feature .Discovery__item a {
          padding: 5px 15px 10px; } }
    .Discovery__item::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: " ";
      background-image: linear-gradient(-180deg, rgba(0, 14, 29, 0.1) 0%, rgba(0, 14, 29, 0.6) 50%, #000E1D 100%);
      opacity: .5;
      /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
      :hover > .Discovery__item::before {
        opacity: 1;
        background-image: linear-gradient(-180deg, rgba(0, 14, 29, 0.5) 0%, rgba(0, 14, 29, 0.6) 50%, #000E1D 100%); }
      html[class*=mobile-] .Discovery__item::before {
        opacity: .6 !important;
        background-image: linear-gradient(-180deg, rgba(0, 14, 29, 0.5) 0%, rgba(0, 14, 29, 0.6) 50%, #000E1D 100%); }
      @media (max-width: 600px) {
        .Discovery__item::before {
          opacity: .6 !important;
          background-image: linear-gradient(-180deg, rgba(0, 14, 29, 0.5) 0%, rgba(0, 14, 29, 0.6) 50%, #000E1D 100%); } }
    .Discovery__item-image {
      position: absolute;
      top: -2px;
      right: -2px;
      bottom: -2px;
      left: -2px;
      z-index: -1;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center; }
    .Discovery__item-title {
      font-size: 16px;
      font-weight: 600; }
    .Discovery__item-footer {
      padding: 5px 0; }
    .Discovery__item-desc {
      overflow: hidden;
      max-height: 0;
      font-weight: 400;
      font-size: 12px;
      transition: max-height 220ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
      /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
      html[class*=mobile-] .Discovery__item-desc {
        overflow: visible;
        max-height: none; }
      @media (max-width: 600px) {
        .Discovery__item-desc {
          overflow: visible;
          max-height: none; } }

.Episode-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 30px;
  padding-right: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  counter-reset: episodes; }
  @media (max-width: 600px) {
    .Episode-list {
      padding-left: 15px; } }
  [ng-app="indieflix"] .Episode-list {
    padding-left: 15px; }
  @media (max-width: 600px) {
    .Episode-list {
      margin-bottom: 15px; } }
  [ng-app="indieflix"] .Episode-list {
    margin-bottom: 15px; }
  @media (max-width: 600px) {
    .Episode-list {
      padding-right: 5px; }
      .Episode-list + .Load-more {
        margin-bottom: 30px !important; } }
  @media (max-width: 500px) {
    .Episode-list {
      padding: 0; }
      .Episode-list + .Load-more {
        margin-bottom: 20px !important; }
        .Episode-list + .Load-more .Button--outline {
          font-size: 10px;
          height: 28px;
          padding: 0 10px; } }
  .Episode-list + .Load-more {
    margin-top: 10px !important;
    margin-bottom: 60px !important; }
  .Episode-list__heading {
    font-size: 21px;
    font-weight: 700;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 20px; }
    @media (max-width: 600px) {
      .Episode-list__heading {
        padding: 15px; } }
    [ng-app="indieflix"] .Episode-list__heading {
      padding: 15px; }
    @media (max-width: 780px) {
      .Episode-list__heading {
        font-size: 21px;
        font-weight: 400; } }
  .Episode-list__item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box;
    margin-right: 10px;
    margin-bottom: 20px;
    width: calc(16.6667% - 10px); }
    @media (max-width: 1600px) {
      .Episode-list__item {
        width: calc(20% - 10px); } }
    @media (max-width: 1300px) {
      .Episode-list__item {
        width: calc(25% - 10px); } }
    @media (max-width: 960px) {
      .Episode-list__item {
        width: calc(33.3333% - 10px); } }
    @media (max-width: 700px) {
      .Episode-list__item {
        width: calc(50% - 10px); } }
    @media (max-width: 600px) {
      .Episode-list__item {
        width: calc(50% - 10px);
        margin-right: 10px; } }
    @media (max-width: 500px) {
      .Episode-list__item {
        width: 100%;
        margin-bottom: 3px;
        margin-right: 0; } }

.Film-grid {
  position: relative;
  width: 100%; }
  .Container--channel .Film-grid {
    z-index: 0;
    transition: z-index 0ms 0ms linear; }
    .Container--channel .Film-grid:hover {
      z-index: 1;
      transition: z-index 0ms 300ms linear; }
  .Dashboard .Film-grid {
    left: 0;
    margin: 0; }
    .Dashboard .Film-grid .Film-grid__list {
      padding: 0; }
      .Dashboard .Film-grid .Film-grid__list-item {
        padding-top: 0;
        padding-bottom: 0; }
    @media (max-width: 319px) {
      .Dashboard .Film-grid .Film-grid__list-item:not(:nth-child(1)):not(.Film-grid__list-item--view-all) {
        display: none; } }
    @media (max-width: 599px) {
      .Dashboard .Film-grid .Film-grid__list-item:not(:nth-child(1)):not(.Film-grid__list-item--view-all) {
        display: none; } }
    @media (max-width: 701px) {
      .Dashboard .Film-grid .Film-grid__list-item:not(:nth-child(1)):not(:nth-child(2)):not(.Film-grid__list-item--view-all) {
        display: none; } }
    @media (max-width: 1050px) {
      .Dashboard .Film-grid .Film-grid__list-item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(.Film-grid__list-item--view-all) {
        display: none; } }
    @media (max-width: 1400px) {
      .Dashboard .Film-grid .Film-grid__list-item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(.Film-grid__list-item--view-all) {
        display: none; } }
    @media (max-width: 1650px) {
      .Dashboard .Film-grid .Film-grid__list-item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)):not(.Film-grid__list-item--view-all) {
        display: none; } }
    @media (min-width: 1651px) {
      .Dashboard .Film-grid .Film-grid__list-item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(6)):not(.Film-grid__list-item--view-all) {
        display: none; } }
  .Film-grid__title {
    margin-left: 30px;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
    z-index: -1; }
    @media (max-width: 600px) {
      .Film-grid__title {
        margin-left: 15px; } }
    [ng-app="indieflix"] .Film-grid__title {
      margin-left: 15px; }
  .Film-grid__no-results {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px; }
    .Film-grid__no-results > * + * {
      margin-top: 20px; }
    .Film-grid__no-results > * {
      max-width: none; }
  .Film-grid__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 30px;
    padding-left:  25px ;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    position: relative; }
    @media (max-width: 600px) {
      .Film-grid__list {
        padding-right: 15px; } }
    [ng-app="indieflix"] .Film-grid__list {
      padding-right: 15px; }
    @media (max-width: 600px) {
      .Film-grid__list {
        padding-left:  10px ; } }
    [ng-app="indieflix"] .Film-grid__list {
      padding-left:  10px ; }
    [ng-app="indieflix"] .Film-grid__list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: start;
      justify-content: flex-start;
      left: 0;
      width: 100%;
      padding-left: 5px;
      padding-right: 15px; }
    .Film-grid__list-item {
      position: relative;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      transition: opacity 388ms 0ms cubic-bezier(0.5, 0, 0.1, 1), transform 388ms 0ms cubic-bezier(0.5, 0, 0.1, 1), height 388ms 0ms cubic-bezier(0.5, 0, 0.1, 1), z-index 0ms 0ms linear;
      padding-left: 5px;
      padding-top: 30px;
      padding-bottom: 50px;
      visibility: visible;
      z-index: 1;
      /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
      html[class*=mobile-] .Film-grid__list-item {
        padding-bottom: 0 !important; }
      @media (max-width: 600px) {
        .Film-grid__list-item {
          padding-bottom: 0 !important; } }
      .Film-grid__list-item--view-all {
        padding: 0 0 10px 5px;
        z-index: 0; }
      .Film-grid__list-item:nth-child(1) {
        opacity: 1;
        transition-delay: 34.2ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(2) {
        opacity: 1;
        transition-delay: 66.8ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(3) {
        opacity: 1;
        transition-delay: 97.8ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(4) {
        opacity: 1;
        transition-delay: 127.2ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(5) {
        opacity: 1;
        transition-delay: 155ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(6) {
        opacity: 1;
        transition-delay: 181.2ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(7) {
        opacity: 1;
        transition-delay: 205.8ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(8) {
        opacity: 1;
        transition-delay: 228.8ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(9) {
        opacity: 1;
        transition-delay: 250.2ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(10) {
        opacity: 1;
        transition-delay: 270ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(11) {
        opacity: 1;
        transition-delay: 288.2ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(12) {
        opacity: 1;
        transition-delay: 304.8ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(13) {
        opacity: 1;
        transition-delay: 319.8ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(14) {
        opacity: 1;
        transition-delay: 333.2ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(15) {
        opacity: 1;
        transition-delay: 345ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(16) {
        opacity: 1;
        transition-delay: 355.2ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(17) {
        opacity: 1;
        transition-delay: 363.8ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(18) {
        opacity: 1;
        transition-delay: 370.8ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(19) {
        opacity: 1;
        transition-delay: 376.2ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(20) {
        opacity: 1;
        transition-delay: 380ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(21) {
        opacity: 1;
        transition-delay: 382.2ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(22) {
        opacity: 1;
        transition-delay: 382.8ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(23) {
        opacity: 1;
        transition-delay: 381.8ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(24) {
        opacity: 1;
        transition-delay: 379.2ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(25) {
        opacity: 1;
        transition-delay: 375ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(26) {
        opacity: 1;
        transition-delay: 369.2ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(27) {
        opacity: 1;
        transition-delay: 361.8ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(28) {
        opacity: 1;
        transition-delay: 352.8ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(29) {
        opacity: 1;
        transition-delay: 342.2ms, 0ms, 0ms, 0ms, 0ms; }
      .Film-grid__list-item:nth-child(30) {
        opacity: 1;
        transition-delay: 330ms, 0ms, 0ms, 0ms, 0ms; }
      @media (min-width: 320px) {
        .Film-grid__list-item {
          -ms-flex-preferred-size: calc(50% - 5px);
          flex-basis: calc(50% - 5px); } }
      @media (min-width: 600px) {
        .Film-grid__list-item {
          -ms-flex-preferred-size: calc(33% - 5px);
          flex-basis: calc(33% - 5px); } }
      @media (min-width: 701px) {
        .Film-grid__list-item {
          -ms-flex-preferred-size: calc(25% - 5px);
          flex-basis: calc(25% - 5px); } }
      @media (min-width: 1051px) {
        .Film-grid__list-item {
          -ms-flex-preferred-size: calc(20% - 5px);
          flex-basis: calc(20% - 5px); } }
      @media (min-width: 1401px) {
        .Film-grid__list-item {
          -ms-flex-preferred-size: calc(16.667% - 5px);
          flex-basis: calc(16.667% - 5px); } }
      @media (min-width: 1651px) {
        .Film-grid__list-item {
          -ms-flex-preferred-size: calc(14.286% - 6px);
          flex-basis: calc(14.286% - 6px); } }
      [ng-app="indieflix"] .Film-grid__list-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 10px;
        padding-left: 10px; }
        @media (min-width: 560px) {
          [ng-app="indieflix"] .Film-grid__list-item {
            -ms-flex-preferred-size: 33.3333%;
            flex-basis: 33.3333%; } }

.Film-row {
  /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
  .Film-row--related .scroll {
    overflow: visible !important;
    padding-left: 0 !important;
    width: 100%;
    display: block; }
    .Film-row--related .scroll > * + * {
      margin-left: 5px; }
    .Film-row--related .scroll > img {
      display: inline-block; }
  body:not([ng-app="indieflix"]) .Film-row {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
    padding-bottom: 6%;
    position: relative;
    width: 100%;
    overflow: visible;
    box-sizing: border-box; }
    @media (max-width: 600px) {
      body:not([ng-app="indieflix"]) .Film-row {
        padding-left: 15px; } }
    [ng-app="indieflix"] body:not([ng-app="indieflix"]) .Film-row {
      padding-left: 15px; }
    @media (max-width: 600px) {
      body:not([ng-app="indieflix"]) .Film-row {
        padding-right: 15px; } }
    [ng-app="indieflix"] body:not([ng-app="indieflix"]) .Film-row {
      padding-right: 15px; }
  html[class*=mobile-] .Film-row {
    padding-bottom: 20px; }
  :root .Dashboard .Film-row {
    left: -30px;
    width: calc(100% +  60px );
    min-width: calc(100% +  60px );
    padding-bottom: 1.1%; }
    @media (max-width: 600px) {
      :root .Dashboard .Film-row {
        left: -15px; } }
    [ng-app="indieflix"] :root .Dashboard .Film-row {
      left: -15px; }
    @media (max-width: 600px) {
      :root .Dashboard .Film-row {
        width: calc(100% +  30px ); } }
    [ng-app="indieflix"] :root .Dashboard .Film-row {
      width: calc(100% +  30px ); }
    @media (max-width: 600px) {
      :root .Dashboard .Film-row {
        min-width: calc(100% +  30px ); } }
    [ng-app="indieflix"] :root .Dashboard .Film-row {
      min-width: calc(100% +  30px ); }
    :root .Dashboard .Film-row .Film-row__dots {
      top: -30px; }
  .Container--channel .Film-row:hover {
    z-index: 1; }
  [ng-app="indieflix"] .Film-row {
    position: relative;
    margin: 2% 0 20px;
    transform-style: preserve-3d; }
    [ng-app="indieflix"] .Film-row::after, [ng-app="indieflix"] .Film-row::before {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 15px;
      background: rgba(0, 14, 29, 0.5);
      pointer-events: none;
      z-index: 1; }
    [ng-app="indieflix"] .Film-row::before {
      left: 0;
      right: auto; }
    [ng-app="indieflix"] .Film-row::after {
      right: 0;
      left: auto; }
  .Film-row__title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 15px; }
    @media (max-width: 600px) {
      .Film-row__title {
        font-size: 18px;
        font-weight: 700; } }
    .Dashboard .Film-row__title,
    .Container--channel .Film-row__title {
      display: none; }
    [ng-app="indieflix"] .Film-row__title {
      font-size: 16px;
      font-weight: 400;
      color: white;
      margin-bottom: .5em;
      padding: 0 15px; }
    .Film-row__title a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: start;
      justify-content: flex-start;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .Film-row__title a::after {
        transition: all 200ms cubic-bezier(0.5, 0, 0.1, 1);
        opacity: 0;
        font-family: "indicon";
        content: "";
        font-size: .5em;
        position: relative;
        top: 2px;
        left: 5px; }
      .Film-row__title a:hover {
        text-decoration: none; }
        .Film-row__title a:hover::after {
          opacity: 1; }
  .Film-row__slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin: 0; }
  .Film-row__list {
    /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
    body:not([ng-app="indieflix"]) .Film-row__list {
      position: relative;
      display: block;
      margin: 0;
      padding: 0;
      overflow: visible; }
      body:not([ng-app="indieflix"]) .Film-row__list:focus {
        outline: none; }
    .platform-browser .Film-row__list {
      -webkit-overflow-scrolling: auto !important; }
    [ng-app="indieflix"] .Film-row__list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: start;
      justify-content: flex-start;
      box-sizing: border-box;
      overflow-y: hidden;
      white-space: nowrap;
      overflow-x: scroll;
      max-width: 100%;
      padding-left: 15px;
      height: auto; }
      [ng-app="indieflix"] .Film-row__list > * + * {
        margin-left: 5px; }
      [ng-app="indieflix"] .Film-row__list::after {
        display: block;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        height: 8px; }
    html[class*=mobile-] .Film-row__list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: start;
      justify-content: flex-start;
      left: -30px;
      width: calc(100% + 60px );
      max-width: calc(100% + 60px );
      box-sizing: border-box;
      overflow-y: hidden;
      white-space: nowrap;
      overflow-x: scroll;
      padding-left: 15px;
      height: auto;
      position: relative;
      -webkit-overflow-scrolling: touch; }
      html[class*=mobile-] .Film-row__list > * + * {
        margin-left: 5px; }
      @media (max-width: 600px) {
        html[class*=mobile-] .Film-row__list {
          left: -15px; } }
      [ng-app="indieflix"] html[class*=mobile-] .Film-row__list {
        left: -15px; }
      @media (max-width: 600px) {
        html[class*=mobile-] .Film-row__list {
          width: calc(100% + 30px ); } }
      [ng-app="indieflix"] html[class*=mobile-] .Film-row__list {
        width: calc(100% + 30px ); }
      @media (max-width: 600px) {
        html[class*=mobile-] .Film-row__list {
          max-width: calc(100% + 30px ); } }
      [ng-app="indieflix"] html[class*=mobile-] .Film-row__list {
        max-width: calc(100% + 30px ); }
    .Film-row__list.dragging {
      cursor: pointer;
      cursor: hand; }
  .Film-row__track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    transform-style: preserve-3d;
    height: auto !important; }
    .Film-row__track::before, .Film-row__track::after {
      content: "";
      display: table; }
    .Film-row__track::after {
      clear: both; }
    .Film-row__slider .Film-row__track {
      transform: translate3d(0, 0, 0); }
    .Film-row--loading .Film-row__track {
      visibility: hidden; }
  .Film-row__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    -ms-flex: 0 0 calc(50% - 13px);
    flex: 0 0 calc(50% - 13px);
    width: calc(50% - 13px);
    transition: flex 100ms;
    transition: flex 100ms, -ms-flex 100ms;
    /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
    .Film-row__item-image {
      width: 100%; }
    @media (min-width: 601px) {
      .Film-row__item {
        -ms-flex: 0 0 calc(33.333% - 10px);
        flex: 0 0 calc(33.333% - 10px);
        width: calc(33.333% - 10px); } }
    @media (min-width: 900px) {
      .Film-row__item {
        -ms-flex: 0 0 calc(25% - 8.8px);
        flex: 0 0 calc(25% - 8.8px);
        width: calc(25% - 8.8px); } }
    @media (min-width: 1200px) {
      .Film-row__item {
        -ms-flex: 0 0 calc(20% - 7px);
        flex: 0 0 calc(20% - 7px);
        width: calc(20% - 7px); } }
    [ng-app="indieflix"] .Film-row__item:last-child {
      padding-right: 20px;
      box-sizing: content-box; }
    html[class*=mobile-] .Film-row__item:last-child {
      padding-right: 20px; }
    @media (min-width: 900px) {
      .Modal--film .Film-row__item {
        -ms-flex: 0 0 calc(33.333% - 10px);
        flex: 0 0 calc(33.333% - 10px);
        width: calc(33.333% - 10px); } }
    @media (min-width: 1200px) {
      .Modal--film .Film-row__item {
        -ms-flex: 0 0 calc(25% - 8.8px);
        flex: 0 0 calc(25% - 8.8px);
        width: calc(25% - 8.8px); } }
    @media (min-width: 1500px) {
      .Modal--film .Film-row__item {
        -ms-flex: 0 0 calc(20% - 7px);
        flex: 0 0 calc(20% - 7px);
        width: calc(20% - 7px); } }
  .Film-row__slide {
    position: relative;
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    left: -2.5px;
    box-sizing: border-box;
    padding-left: 5px;
    transition: opacity 388ms 0ms cubic-bezier(0.5, 0, 0.1, 1), transform 388ms 0ms cubic-bezier(0.5, 0, 0.1, 1), height 388ms 0ms cubic-bezier(0.5, 0, 0.1, 1), z-index 0ms 0ms linear;
    transform-style: preserve-3d;
    transform: translateZ(0); }
    @media (max-width: 500px) {
      .Film-row__slide {
        transform: none !important; } }
    [dir="rtl"] .Film-row__slide {
      float: right; }
    .Film-row__slide img {
      display: block; }
    .Film-row__slide.Film-row--loading img {
      display: none; }
    .Film-row__slide.dragging img {
      pointer-events: none; }
    .Film-row--initialized .Film-row__slide {
      display: block; }
    .Film-row--loading .Film-row__slide {
      visibility: hidden; }
    .Film-row--vertical .Film-row__slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
  .Film-row__prev, .Film-row__next {
    width: 30px;
    position: absolute;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
    background: rgba(0, 14, 29, 0.6);
    top: -1px;
    bottom: -1px;
    height: auto;
    z-index: 10;
    margin: 0;
    transition: all 300ms 160ms cubic-bezier(0.5, 0, 0.1, 1); }
    @media (max-width: 600px) {
      .Film-row__prev, .Film-row__next {
        width: 15px; } }
    [ng-app="indieflix"] .Film-row__prev, [ng-app="indieflix"] .Film-row__next {
      width: 15px; }
    .Film-row:hover .Film-row__prev::before, .Film-row:hover .Film-row__next::before {
      transition: all 80ms 80ms cubic-bezier(0.5, 0, 0.1, 1);
      opacity: 1; }
    .Film-row__prev::before, .Film-row__next::before {
      line-height: 1;
      color: white;
      opacity: 0.75;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: "indicon";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      opacity: 0;
      margin-top: -.4em;
      transition: inherit;
      font-size: 14px; }
    .Film-row__prev:hover, .Film-row__next:hover {
      outline: none;
      background: rgba(0, 14, 29, 0.6);
      transition: all 80ms 80ms cubic-bezier(0.5, 0, 0.1, 1); }
      .Film-row__prev:hover::before, .Film-row__next:hover::before {
        opacity: 1;
        transform: translateX(-50%) scale(1.5); }
    .Dashboard .Film-row__prev::before, .Dashboard .Film-row__next::before {
      opacity: .5; }
  .Film-row__prev {
    left: auto;
    right: 100%; }
    .Film-row__prev::before {
      content: ""; }
    [dir="rtl"] .Film-row__prev {
      right: auto;
      left: 100%; }
      [dir="rtl"] .Film-row__prev::before {
        content: ""; }
  .Film-row__next {
    right: auto;
    left: 100%; }
    .Film-row__next::before {
      content: ""; }
    [dir="rtl"] .Film-row__next {
      left: auto;
      right: 100%; }
      [dir="rtl"] .Film-row__next::before {
        content: ""; }
  .Film-row__dots {
    display: none !important;
    right: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    bottom: -45px;
    list-style: none;
    text-align: center;
    padding: 0;
    width: 100%;
    width: auto;
    top: auto;
    right: 0;
    bottom: calc(100% + 20px);
    margin-right: -5px;
    margin-top: -20px;
    opacity: 0;
    transition: opacity 80ms 80ms cubic-bezier(0.5, 0, 0.1, 1);
    z-index: 0; }
    @media (max-width: 600px) {
      .Film-row__dots {
        right: 15px; } }
    [ng-app="indieflix"] .Film-row__dots {
      right: 15px; }
    .Film-row__dots li {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      padding: 0;
      cursor: pointer;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin: 0;
      width: 11px;
      height: 11px; }
      .Film-row__dots li.Film-row__dots--active button::before {
        opacity: 0.75; }
      .Film-row__dots li button {
        border: 0;
        background: transparent;
        display: block;
        outline: none;
        line-height: 0;
        font-size: 0;
        color: transparent;
        cursor: pointer;
        text-align: center;
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        height: 11px;
        width: 11px;
        padding: 0 2.5px; }
        .Film-row__dots li button:hover, .Film-row__dots li button:focus {
          outline: none; }
          .Film-row__dots li button:hover::before, .Film-row__dots li button:focus::before {
            opacity: 1;
            color: #AAA; }
        .Film-row__dots li button::before {
          position: absolute;
          top: 0;
          left: 0;
          font-family: "slick";
          font-size: 6px;
          line-height: 20px;
          text-align: center;
          opacity: 0.25;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: rgba(255, 255, 255, 0.5);
          content: " ";
          background: currentColor;
          height: 3px;
          width: 6px;
          display: inline-block; }
  .Film-row__page-backdrop.active, .Film-row__track-backdrop.active, .Film-row__dashboard-backdrop.active {
    z-index: 7000;
    opacity: .8;
    pointer-events: auto !important; }

.Footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 26px solid #f2f2f2;
  background: #000E1D;
  color: #AAA;
  padding: 35px 90px 35px 50px;
  overflow: hidden;
  position: relative;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  box-shadow: 0 100px 0px 0px #000E1D; }
  @media (max-width: 850px) {
    .Footer {
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      max-width: 100vw;
      box-sizing: border-box; }
      :root .Footer__left,
      :root .Footer__right {
        margin: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
      :root .Footer__right {
        margin-bottom: 30px; }
      :root .Footer__emblem {
        font-size: 40px; } }
  @media (max-width: 700px) {
    .Footer {
      padding-left: 20px;
      padding-right: 20px; }
      :root .Footer__right {
        font-size: 12px;
        min-width: 0;
        width: 100%;
        max-width: calc(100vw - 40px); }
      :root .Footer__block-list {
        width: 100%;
        margin: 0;
        padding: 0 10px 0 10px;
        box-sizing: border-box; }
        :root .Footer__block-list > * + * {
          padding-left: 20px; } }
  @media (max-width: 550px) {
    .Footer {
      padding-left: 15px;
      padding-right: 15px; }
      :root .Footer__right {
        font-size: 14px;
        max-width: calc(100vw - 30px); }
      :root .Footer__block-list {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -ms-flex-align: center;
        align-items: center; }
        :root .Footer__block-list > * + * {
          padding-top: 10px;
          padding-left: 0; }
      :root .Footer__block-list-divider {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        :root .Footer__block-list-divider > * {
          -ms-flex: 1 1 100%;
          flex: 1 1 100%; }
        :root .Footer__block-list-divider > * + * {
          margin-left: 15px; } }
  .Footer__left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 6vw; }
  .Footer__emblem {
    font-size: 80px; }
  .Footer__right {
    -ms-flex: 0 1 980px;
    flex: 0 1 980px;
    min-width: 570px;
    font-size: 14px; }
    .Footer__right > * + * {
      margin-top: 40px; }
  .Footer__block-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 2.2; }
    .Footer__block-list-divider {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .Footer__block-list-item {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .Footer__block-list-item > * + * {
        margin-left: 10px; }
      .Footer__block-list-item:nth-child(5n) {
        margin-right: 0; }
  .Footer__inline-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1; }
    .Footer__inline-list-item + * {
      margin-left: 1.5em;
      padding-left: 1.5em;
      border-left: 1px solid currentColor; }

.Gift {
  position: relative;
  background: #333;
  padding-left: 0;
  padding-right: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  margin-top: -60px; }

@keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px; }
  100% {
    background-position: 500px 1000px, 400px 400px, -300px 300px; } }
  .Gift--winter::after {
    background: none;
    background-image: url("https://www.indieflix.com/images/snow-1.png"), url("https://www.indieflix.com/images/snow-2.png"), url("https://www.indieflix.com/images/snow-3.png");
    background-size: auto;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: auto;
    animation: snow 16s linear infinite;
    content: " ";
    display: block;
    mix-blend-mode: lighten; }
  .Gift--winter .Gift__content {
    padding-top: 28vmin; }
  .Gift--valentines::after {
    background: none;
    background-image: url("https://www.indieflix.com/images/hearts-1.png"), url("https://www.indieflix.com/images/hearts-2.png"), url("https://www.indieflix.com/images/hearts-3.png");
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: auto;
    animation: snow 16s linear infinite;
    mix-blend-mode: lighten;
    content: " ";
    display: block; }
  .Gift--valentines .Gift__copy {
    -ms-flex: 0 0 420px;
    flex: 0 0 420px; }
  .Gift::before {
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, black 100%);
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 90%;
    content: " ";
    z-index: 1;
    pointer-events: none; }
  .Gift__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    opacity: .75; }
  .Gift__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 140px;
    padding-bottom: 140px;
    position: relative;
    z-index: 1; }
    .Gift__content > * + * {
      margin-left: 40px; }
  .Gift__copy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
    max-width: calc(100% - 40px);
    text-align: center; }
    .Gift__copy > * + * {
      margin-top: 40px; }
    @media (max-width: 460px) {
      .Gift__copy {
        text-align: left; }
        .Gift__copy > * + * {
          margin-top: 20px; } }
  .Gift__heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }
    .Gift__heading > * + * {
      margin-left: 20px; }
    @media (max-width: 460px) {
      .Gift__heading {
        font-size: 24px; } }
    @media (max-width: 300px) {
      .Gift__heading > * + * {
        margin-left: 0; } }
  .Gift__icon {
    font-size: 80px;
    -ms-flex: 0;
    flex: 0; }
    @media (max-width: 460px) {
      .Gift__icon {
        font-size: 48px; } }
    @media (max-width: 300px) {
      .Gift__icon {
        display: none; } }
  .Gift__message {
    font-size: 18px;
    font-weight: 400; }
    @media (max-width: 600px) {
      .Gift__message {
        font-size: 14px; } }
  @media (max-width: 460px) {
    .Gift .Button--xl {
      font-size: 18px;
      -ms-flex-item-align: start;
      align-self: flex-start; } }
  @media (max-width: 300px) {
    .Gift .Button--xl {
      font-size: 16px; } }

.Homepage2018 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column; }
  .Homepage2018__separator {
    height: 80px; }
  .Homepage2018__heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 400;
    width: 100%; }
    @media (max-width: 1130px) {
      .Homepage2018__heading {
        font-size: 24px; } }
    @media (max-width: 930px) {
      .Homepage2018__heading {
        font-size: 21px; } }
    @media (max-width: 700px) {
      .Homepage2018__heading {
        font-size: 18px; } }
    @media (max-width: 570px) {
      .Homepage2018__heading {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center; }
        .Homepage2018__heading i, .Homepage2018__heading span {
          margin: 0; }
        .Homepage2018__heading i {
          display: none; } }
    .Homepage2018__heading * {
      -ms-flex: 0 auto;
      flex: 0 auto;
      display: inline-block; }
    .Homepage2018__heading i {
      text-align: right; }
      .Homepage2018__heading i.Icon--devices {
        margin-right: 15px; }
    .Homepage2018__heading span {
      margin-left: 15px; }
  .Homepage2018__channelGrid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1280px;
    margin-bottom: 28px; }
    .Homepage2018__channelGrid-item {
      -ms-flex: 0 1 calc(25% - 13px);
      flex: 0 1 calc(25% - 13px);
      margin: 6.5px; }
      @media (min-width: 741px) and (max-width: 960px) {
        .Homepage2018__channelGrid-item {
          -ms-flex: 0 1 calc(33.3333% - 13px);
          flex: 0 1 calc(33.3333% - 13px); }
          .Homepage2018__channelGrid-item:nth-child(7), .Homepage2018__channelGrid-item:nth-child(8) {
            display: none; } }
      @media (max-width: 740px) {
        .Homepage2018__channelGrid-item {
          -ms-flex: 0 1 calc(50% - 13px);
          flex: 0 1 calc(50% - 13px); }
          .Homepage2018__channelGrid-item:nth-child(7), .Homepage2018__channelGrid-item:nth-child(8) {
            display: none; } }
      @media (max-width: 460px) {
        .Homepage2018__channelGrid-item {
          -ms-flex: 0 1 100%;
          flex: 0 1 100%; } }
      .Homepage2018__channelGrid-item a {
        position: relative;
        display: block;
        font-size: 0;
        box-shadow: 0 0 0 2px transparent;
        transition: all 120ms ease-in-out;
        transform: scale(1); }
        .Homepage2018__channelGrid-item a:hover {
          box-shadow: 0 0 0 2px #2f7efb, 0 1px 5px 0 rgba(0, 0, 0, 0.6);
          transform: scale(1.025);
          z-index: 1; }
      .Homepage2018__channelGrid-item img {
        width: 100%;
        height: auto; }
  .Homepage2018__devices {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    max-width: 1180px;
    margin: 20px 0; }
    @media (max-width: 1000px) {
      .Homepage2018__devices {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 120px; } }
    .Homepage2018__devices-graphic {
      max-width: 680px;
      -ms-flex: 1 0 66.6666%;
      flex: 1 0 66.6666%; }
      .Homepage2018__devices-graphic img {
        width: 100%;
        height: auto; }
      @media (max-width: 1000px) {
        .Homepage2018__devices-graphic {
          -ms-flex: 1 1 auto;
          flex: 1 1 auto; } }
    .Homepage2018__devices-button-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex: 0 100%;
      flex: 0 100%; }
      @media (max-width: 1000px) {
        .Homepage2018__devices-button-wrapper {
          position: absolute;
          top: 100%; } }
    .Homepage2018__devices-list {
      -ms-flex: 1 1 33.333%;
      flex: 1 1 33.333%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: -12px;
      margin-bottom: -26px; }
      @media (min-width: 1001px) {
        .Homepage2018__devices-list {
          -ms-flex: 1 1 auto;
          flex: 1 1 auto;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      @media (max-width: 700px) {
        .Homepage2018__devices-list {
          -ms-flex: 0 1 20%;
          flex: 0 1 20%;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          transform: scale(0.8);
          width: 120%;
          margin-left: -10%; } }
      .Homepage2018__devices-list img {
        width: 100%;
        height: auto; }
      .Homepage2018__devices-list-android, .Homepage2018__devices-list-ios, .Homepage2018__devices-list-firetv, .Homepage2018__devices-list-appletv, .Homepage2018__devices-list-androidtv, .Homepage2018__devices-list-chromecast, .Homepage2018__devices-list-roku, .Homepage2018__devices-list-xbox {
        margin: 26px 18px;
        height: 52px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media (min-width: 0) and (max-width: 520px) {
          .Homepage2018__devices-list-android, .Homepage2018__devices-list-ios, .Homepage2018__devices-list-firetv, .Homepage2018__devices-list-appletv, .Homepage2018__devices-list-androidtv, .Homepage2018__devices-list-chromecast, .Homepage2018__devices-list-roku, .Homepage2018__devices-list-xbox {
            margin: 13px; } }
      .Homepage2018__devices-list-android, .Homepage2018__devices-list-ios, .Homepage2018__devices-list-xbox {
        -ms-flex: 0 1 40px;
        flex: 0 1 40px; }
      .Homepage2018__devices-list-firetv, .Homepage2018__devices-list-appletv {
        -ms-flex: 0 1 76px;
        flex: 0 1 76px; }
      .Homepage2018__devices-list-androidtv, .Homepage2018__devices-list-chromecast {
        -ms-flex: 0 1 125px;
        flex: 0 1 125px; }
      .Homepage2018__devices-list-roku {
        -ms-flex: 0 1 90px;
        flex: 0 1 90px; }

.Hero {
  position: relative;
  padding-top: 60px;
  background-color: #000E1D;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  z-index: auto; }
  .Hero--basic {
    position: relative;
    margin-top: -60px; }
    .Hero--basic .Hero__image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: auto;
      width: 100%;
      bottom: 0;
      background-size: cover;
      background-position: center;
      z-index: 0;
      background-repeat: no-repeat; }
    .Hero--basic .Hero__content {
      padding: 30px;
      position: relative;
      z-index: 1;
      color: white;
      max-width: 1196px;
      margin: 0 auto;
      text-align: center; }
      @media (max-width: 600px) {
        .Hero--basic .Hero__content {
          padding: 15px; } }
      [ng-app="indieflix"] .Hero--basic .Hero__content {
        padding: 15px; }
      .Hero--basic .Hero__content .Type--h1 {
        font-size: 24px; }
  .Hero--screenings {
    padding-top: 104px;
    padding-bottom: 52px;
    margin-top: -60px; }
  .Hero--landing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    margin-top: -60px;
    background-color: #031425;
    transition: opacity 120ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
    padding-top: 104px;
    padding-bottom: 52px;
    padding-right: 28px;
    padding-left: 28px;
    max-height: 86vh; }
    @media (min-width: 0) and (max-width: 700px) {
      .Hero--landing {
        max-height: none; } }
    .Hero--landing__title {
      font-size: 36px;
      font-weight: 700;
      line-height: 56px;
      line-height: 52px; }
      @media (min-width: 0) and (max-width: 700px) {
        .Hero--landing__title {
          font-size: 26px;
          font-weight: 700;
          line-height: 26px; } }
    .Hero--landing__subTitle {
      font-size: 18px;
      font-weight: 400; }
    .Hero--landing__filmLogos {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 52px; }
      .Hero--landing__filmLogos > * + * {
        margin-left: 28px; }
      @media (min-width: 0) and (max-width: 700px) {
        .Hero--landing__filmLogos {
          transform: scale(0.8);
          margin-bottom: -13px;
          margin-top: 13px; } }
      @media (min-width: 0) and (max-width: 420px) {
        .Hero--landing__filmLogos {
          display: none; } }
      .Hero--landing__filmLogos > * {
        display: block;
        position: relative;
        transition: all 120ms 0ms ease-in-out;
        transform: scale(1); }
        .Hero--landing__filmLogos > * span {
          font-size: 0;
          text-indent: -999em;
          position: absolute; }
        .Hero--landing__filmLogos > *::before {
          content: " ";
          width: 100%;
          display: block;
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
    .Hero--landing__angst {
      -ms-flex: 0 1 81px;
      flex: 0 1 81px; }
      .Hero--landing__angst::before {
        background-image: url(images/logo_angstSmall.png);
        padding-bottom: 60.3260869565217%; }
    .Hero--landing__like {
      -ms-flex: 0 1 70px;
      flex: 0 1 70px; }
      .Hero--landing__like::before {
        background-image: url(images/logo_likeSmall.png);
        padding-bottom: 63.2911392405063%; }
    .Hero--landing__upstanders {
      -ms-flex: 0 1 80px;
      flex: 0 1 80px; }
      .Hero--landing__upstanders::before {
        background-image: url(images/logo_upstandersSmall.png);
        padding-bottom: 62.8865979381443%; }
    .Hero--landing__television {
      -ms-flex: 0 1 61px;
      flex: 0 1 61px; }
      .Hero--landing__television::before {
        background-image: url(images/icon_television.png);
        padding-bottom: 76.2295081967213%; }
    .Hero--landing__smartphone {
      -ms-flex: 0 1 24px;
      flex: 0 1 24px; }
      .Hero--landing__smartphone::before {
        background-image: url(images/icon_smartphone.png);
        padding-bottom: 193.75%; }
    .Hero--landing__sofa {
      -ms-flex: 0 1 92px;
      flex: 0 1 92px; }
      .Hero--landing__sofa::before {
        background-image: url(images/icon_sofa.png);
        padding-bottom: 49.7297297297297%; }
  .Hero--screenings {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    margin-top: -60px;
    background-color: #031425;
    padding-right: 28px;
    padding-left: 28px; }
    @media (min-width: 0) and (max-width: 700px) {
      .Hero--screenings {
        max-height: none; } }
    @media (min-width: 0) and (max-width: 600px) {
      .Hero--screenings .Entry h1, .Hero--screenings .Learn-more__content h1 {
        font-size: 26px;
        font-weight: 700;
        line-height: 39px !important; } }
  .Hero__fence {
    position: relative;
    z-index: 2;
    width: 100%;
    color: white;
    text-decoration: 0 1px 0 rgba(0, 0, 0, 0.6);
    line-height: 28px;
    text-align: center; }
  .Hero::before {
    background-image: linear-gradient(-180deg, #000e1d 0, #000e1d 26px, rgba(0, 14, 29, 0) 140px);
    display: block;
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    height: 140px;
    content: " ";
    z-index: 1;
    transition: all 300ms cubic-bezier(0.5, 0, 0.1, 1);
    pointer-events: none; }
  .Hero__image {
    position: absolute;
    background-size: cover;
    background-position: center 20%;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    height: auto;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 0;
    opacity: .75;
    transition: none; }
    .Hero__image::before {
      content: " "; }
  .Hero__mobileSlideshow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: .3; }
    @media (min-width: 701px) {
      .Hero__mobileSlideshow {
        display: none; } }
    .Hero__mobileSlideshow-slide {
      background-size: cover;
      background-position: center;
      background-color: transparent;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      animation-name: fade;
      animation-duration: 24s;
      animation-iteration-count: infinite;
      opacity: 0; }
      .Hero__mobileSlideshow-slide:nth-child(1) {
        animation-delay: 0s; }
      .Hero__mobileSlideshow-slide:nth-child(2) {
        animation-delay: 6s; }
      .Hero__mobileSlideshow-slide:nth-child(3) {
        animation-delay: 12s; }
      .Hero__mobileSlideshow-slide:nth-child(4) {
        animation-delay: 18s; }
  .Hero__video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: auto;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 0;
    transition: none;
    overflow: hidden;
    z-index: 0; }
    @media (min-width: 0) and (max-width: 700px) {
      .Hero__video {
        display: none; } }
    @media (max-width: 1280px) {
      .Hero__video {
        width: 1280px;
        height: 720px;
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%); } }
    .Hero__video video {
      position: absolute;
      top: 66.67%;
      right: 0;
      bottom: auto;
      left: 50%;
      opacity: .3;
      width: 100%;
      min-width: 100%;
      height: auto;
      min-height: 100%;
      transform: translate(-50%, -50%); }

.platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader) > * {
  margin-top: 0; }

.platform-browser [ng-click="QuickPick.show()"] {
  display: none; }

[ng-app="indieflix"] .loading-container .loading {
  padding: 0;
  border-radius: 0;
  background: none;
  color: white;
  font-size: inherit;
  text-align: center; }

[ng-app="indieflix"] .menu {
  background: none; }

[ng-app="indieflix"] .has-header {
  top: 0;
  padding-top: 60px; }

[ng-app="indieflix"] .bar {
  background: none; }

[ng-app="indieflix"] .bar .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  position: absolute;
  left: 57px;
  right: 70px;
  font-size: 18px;
  font-weight: 300; }

[ng-app="indieflix"] .bar .small-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 30px;
  font-size: 20px;
  font-weight: 300;
  width: 100%;
  padding: 0 15px; }

[ng-app="indieflix"] .bar .right-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  [ng-app="indieflix"] .bar .right-buttons > * + * {
    margin-left: 10px; }

[ng-app="indieflix"] .bar .buttons-right span {
  margin: 0; }

[ng-app="indieflix"] .modal .scroll {
  height: 100%; }

[ng-app="indieflix"] .popup {
  background: rgba(0, 0, 0, 0.8); }
  [ng-app="indieflix"] .popup-head {
    border-bottom: none; }
  [ng-app="indieflix"] .popup-body {
    color: #AAA; }

[ng-app="indieflix"] ::-webkit-scrollbar {
  display: none; }

[ng-app="indieflix"] .scroll-bar-indicator {
  background: rgba(255, 255, 255, 0.3); }

[ng-app="indieflix"] input, [ng-app="indieflix"] textarea {
  color: white;
  font: inherit; }

[ng-app="indieflix"] button {
  color: white; }
  [ng-app="indieflix"] button.activated, [ng-app="indieflix"] button.active, [ng-app="indieflix"] button:active, [ng-app="indieflix"] button:hover {
    color: white; }

.bar .title + .button:last-child,
.bar > .button + .button:last-child,
.bar > .button.pull-right,
.bar .buttons.pull-right,
.bar .title + .buttons {
  right: 30px; }
  @media (max-width: 600px) {
    .bar .title + .button:last-child,
    .bar > .button + .button:last-child,
    .bar > .button.pull-right,
    .bar .buttons.pull-right,
    .bar .title + .buttons {
      right: 15px; } }
  [ng-app="indieflix"] .bar .title + .button:last-child, [ng-app="indieflix"]
  .bar > .button + .button:last-child, [ng-app="indieflix"]
  .bar > .button.pull-right, [ng-app="indieflix"]
  .bar .buttons.pull-right, [ng-app="indieflix"]
  .bar .title + .buttons {
    right: 15px; }

.Ionic__form {
  padding: 15px; }
  .Ionic__form--devices {
    margin: 0 auto;
    max-width: 400px; }
  .Ionic__form-submit {
    margin: 40px 0 0; }

.Ionic__account {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 30px;
  padding-right: 30px; }
  .Ionic__account > * + * {
    margin-left: 15px; }
  @media (max-width: 600px) {
    .Ionic__account {
      padding-left: 15px; } }
  [ng-app="indieflix"] .Ionic__account {
    padding-left: 15px; }
  @media (max-width: 600px) {
    .Ionic__account {
      padding-right: 15px; } }
  [ng-app="indieflix"] .Ionic__account {
    padding-right: 15px; }
  .Ionic__account-name {
    font-size: 18px;
    font-weight: 400; }
  .Ionic__account > * + * {
    margin-left: 0px; }
  .Ionic__account .Avatar--xs {
    display: none; }

.Ionic-watch {
  background: #000E1D; }

.Ionic-tiled-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0 5px; }
  .Ionic-tiled-list__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%; }
    .Ionic-tiled-list__item:not(:nth-child(3n - 2)) {
      padding-left: 10px; }
    .Ionic-tiled-list__item:nth-child(2) .Ionic-tiled-list__label {
      font-size: 12px; }
    @media (max-width: 330px) {
      .Ionic-tiled-list__item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
        .Ionic-tiled-list__item:not(:nth-child(3n - 2)) {
          padding-left: 0; }
        .Ionic-tiled-list__item .Ionic-tiled-list__label {
          font-size: 12px; } }
  .Ionic-tiled-list__anchor {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 10px 5px; }
    .Ionic-tiled-list__anchor:hover, .Ionic-tiled-list__anchor.active, .Ionic-tiled-list__anchor:active {
      background: white;
      color: #011B37; }
  .Ionic-tiled-list__icon {
    font-size: 30px;
    margin-bottom: 7px; }
  .Ionic-tiled-list__label {
    white-space: nowrap; }

.Ionic-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  height: 60px;
  background: #00142A;
  transition: all 200ms 0ms ease-in;
  width: 100%; }
  .Ionic-header--floated {
    position: absolute;
    z-index: 5000;
    opacity: 1;
    top: 0;
    right: 0;
    left: 0; }
  .Ionic-header--hidden {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    opacity: 0;
    top: -60px;
    right: 0;
    left: 0; }
  .Ionic-header__account {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%); }
    .Ionic-header__account > * + * {
      margin-left: 10px; }
    .Ionic-header__account-username {
      font-weight: 300;
      font-size: 18px; }
  .Ionic-header__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative !important;
    display: flex;
    box-sizing: border-box;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 18px;
    max-width: calc(100% - 60px);
    overflow: hidden; }
    .Ionic-header__nav--shadowless::after {
      opacity: 0; }
    .Ionic-header__nav .scroll {
      overflow-x: scroll;
      overflow-y: hidden; }
    .Ionic-header__nav::after {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      right: -1px;
      bottom: 0;
      left: auto;
      width: 30px;
      pointer-events: none;
      background: linear-gradient(to right, rgba(0, 20, 42, 0) 0%, #00142a 100%);
      z-index: 1;
      opacity: 1;
      transition: opacity 300ms 0ms cubic-bezier(0.5, 0, 0.1, 1); }
    .Ionic-header__nav .scroll-bar-h {
      bottom: 0; }
    .Ionic-header__nav-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 0 30px 0 15px; }
      .Ionic-header__nav-list > * + * {
        margin-left: 20px; }
    .Ionic-header__nav-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      height: 59px;
      white-space: nowrap;
      margin-bottom: 2px; }
  .Ionic-header__title {
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    font-size: 18px;
    padding: 0 15px;
    text-align: center;
    -ms-flex: 1;
    flex: 1; }
  .Ionic-header__left, .Ionic-header__right {
    width: 60px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .Ionic-header__close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    font-size: 18px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 !important;
    padding: 0 12px; }
    .Control-bar + .Ionic-header__close {
      background: #10284E; }
  .Ionic-header__prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px; }

.Ionic-control-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .Ionic-control-item > * + * {
    margin-left: 10px; }
  .Ionic-control-item__icon {
    font-size: 30px; }
  .Ionic-control-item__label {
    font-size: 18px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: calc(100vw - 220px); }

.Ionic__search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 15px 0;
  margin-bottom: 15px;
  min-height: 49px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 70%);
  margin-top: 0 !important; }
  .Ionic__search > * + * {
    margin-left: 10px; }
  body:not(.menu-open) .Ionic__search input {
    position: absolute;
    top: -200px; }
  body:not(.menu-open) .modal .Ionic__search input {
    position: static; }

.Ionic__h3 {
  font-size: 18px;
  font-weight: 400;
  padding: 0 15px; }

.Ionic__h4 {
  font-size: 18px;
  font-weight: 400;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  color: #AAA;
  padding: 0 20px;
  display: block; }

.Ionic__list {
  margin-top: 15px; }
  .Ionic__list-item {
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
    height: 50px !important;
    width: 100%;
    background: #00142A;
    border-top: 2px #000E1D solid; }
    .Ionic__list-item-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 20px;
      width: 100%; }
  .Ionic__list-anchor {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    width: 100%; }
  .Ionic__list-label {
    font-size: 18px;
    font-weight: 400;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: calc(100% - 50px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .Ionic__list-badge {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.1);
    padding: 0 5px;
    border-radius: 5px;
    width: auto;
    min-width: 25px;
    font-size: 14px; }
    .Ionic__list-label .Ionic__list-badge {
      margin-left: 10px; }
  .Ionic__list-icon {
    font-size: 20px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #AAA; }

.Ionic-account-pane {
  padding-bottom: 15px; }
  .Ionic-account-pane > * + * {
    margin-top: 15px; }
  .Ionic-account-pane__radio-list > * + * {
    margin-top: 2px; }
  .Ionic-account-pane__radio-item {
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .Ionic-account-pane__radio-item input {
      display: none; }
    .Ionic-account-pane__radio-item label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 0 15px;
      background: #00142A;
      width: 100%;
      cursor: pointer;
      font-weight: 300; }
      .Ionic-account-pane__radio-item label::before {
        content: "";
        font-family: "indicon";
        margin-right: 1em;
        color: #AAA; }
    .Ionic-account-pane__radio-item :checked + label {
      background: #011B37;
      font-weight: 600; }
      .Ionic-account-pane__radio-item :checked + label::before {
        content: "";
        color: white; }
  .Ionic-account-pane__data-list > * + * {
    margin-top: 2px; }
  .Ionic-account-pane__data-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 65px;
    width: 100%;
    background: #00142A; }
  .Ionic-account-pane__data-anchor {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    width: 100%; }
  .Ionic-account-pane__data-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .Ionic-account-pane__data-content > * + * {
      margin-top: 0.5em; }
  .Ionic-account-pane__data-label {
    text-transform: uppercase;
    font-size: 12px;
    color: #AAA;
    display: block; }
  .Ionic-account-pane__data-value {
    font-size: 18px;
    font-weight: 400; }
  .Ionic-account-pane__data-icon {
    font-size: 20px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #AAA; }
  .Ionic-account-pane__sign-out {
    margin: 20px 15px 0; }

.Masthead {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 0;
  padding-bottom: 28px;
  z-index: 7000;
  height: 84px;
  border-top: 26px solid transparent;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
  right: 0; }
  @media (max-width: 600px) {
    .Masthead {
      padding-right: 15px; } }
  [ng-app="indieflix"] .Masthead {
    padding-right: 15px; }
  @media (max-width: 600px) {
    .Masthead {
      padding-left: 15px; } }
  [ng-app="indieflix"] .Masthead {
    padding-left: 15px; }
  @media (max-width: 780px) {
    .Masthead {
      position: fixed; } }
  @media (max-width: 480px) {
    .Masthead .Logo__anchor {
      width: 120px; }
    .Masthead .Masthead__right {
      -ms-flex: 1 1 66.6667%;
      flex: 1 1 66.6667%;
      transform: scale(0.8);
      transform-origin: right; }
    .Masthead .Masthead__hideNarrow {
      display: none; } }
  @media (max-width: 780px) {
    .Masthead--centered .Masthead__left {
      display: none; }
    .Masthead--centered .Masthead__center {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media (max-width: 480px) {
    .Masthead--centered .Masthead__right {
      transform: scale(0.8);
      transform-origin: right; }
    .Masthead--centered .Masthead__center {
      -ms-flex: 1 1 70.6667%;
      flex: 1 1 70.6667%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .Masthead::before {
    content: " ";
    height: 112px;
    width: 100%;
    display: block;
    background-image: linear-gradient(to bottom, #000E1D 5%, rgba(0, 14, 29, 0.01) 90%, transparent 100%);
    position: absolute;
    top: -26px;
    right: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 180ms 0ms; }
    @media (max-width: 780px) {
      .Masthead::before {
        opacity: 1; } }
  .Masthead__hamburger {
    position: relative;
    color: white;
    font-size: 26px;
    display: none;
    padding: 13px;
    margin-right: -13px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6); }
    .Masthead--mobileMenuActive .Masthead__hamburger .Icon--menu::before {
      content: ""; }
    @media (max-width: 780px) {
      .Masthead__hamburger {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
  .Masthead__fence {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
  .Masthead__left {
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .Masthead__right {
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .Masthead__center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%; }

.Menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  background: #000E1D;
  width: calc(100vw - 40px);
  max-width: 360px;
  z-index: 7002;
  transition: transform 360ms cubic-bezier(0.5, 0, 0.1, 1);
  transform: translate3d(-355px, 0, 0.1px);
  /*
  @include breakpoint($mobileInverse) {
    @content
  } */ }
  @media (min-width: 601px) {
    html:not([class*=mobile-]) .Menu {
      transform: translate3d(-355px, 0, 0.1px); } }
  .Menu--open, .Menu:hover {
    transform: translate3d(0, 0, 0); }
  .Menu__backdrop {
    z-index: 7000 !important;
    /*
  @include breakpoint($mobileInverse) {
    @content
  } */ }
    @media (min-width: 601px) {
      html:not([class*=mobile-]) .Menu__backdrop {
        opacity: 0 !important;
        z-index: -1 !important;
        transition-delay: 0ms; } }
  .Menu__pane {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    height: 100%;
    margin-bottom: 15px;
    -webkit-overflow-scrolling: touch; }
    .Menu__pane > * + * {
      margin-top: 15px; }
    .Menu__pane > * {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .Menu__search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 15px 0;
    margin-bottom: 15px;
    min-height: 49px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 70%);
    margin-top: 0 !important; }
    .Menu__search > * + * {
      margin-left: 10px; }
  .Menu__button {
    margin-left: 15px;
    margin-right: 15px; }
  .Menu__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    height: 60px;
    background: #00142A;
    transition: all 200ms 0ms ease-in;
    width: 100%; }
    .Menu__header-title {
      text-transform: uppercase;
      font-weight: 300;
      text-align: center;
      font-size: 16px;
      padding: 0 15px;
      text-align: center;
      -ms-flex: 1;
      flex: 1;
      white-space: nowrap;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
    .Menu__header-left, .Menu__header-right {
      width: 60px;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .Menu__header-close {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      font-size: 14px;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin: 0 !important;
      padding: 0 12px;
      opacity: .5; }
      .Menu__header-close:hover, .Menu__header-close:active, .Menu__header-close:focus {
        opacity: 1; }
  .Menu__heading {
    font-size: 16px;
    font-weight: 300;
    padding: 0 15px; }
  .Menu__account {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    .Menu__account-name {
      font-size: 18px;
      font-weight: 400;
      font-weight: 600; }
    .Menu__account-sub {
      font-size: 11px;
      opacity: .5;
      text-transform: uppercase;
      font-weight: 400; }
  .Menu__list {
    margin-top: 15px; }
    .Menu__list-item {
      text-transform: uppercase;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-pack: justify;
      justify-content: space-between;
      box-sizing: border-box;
      height: 50px !important;
      width: 100%;
      background: #00142A;
      border-top: 2px #000E1D solid; }
      .Menu__list-item:hover, .Menu__list-item:active, .Menu__list-item:focus {
        background: #011B37;
        color: white; }
      .Menu__list-item-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 20px;
        width: 100%; }
    .Menu__list-anchor {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 20px;
      width: 100%; }
    .Menu__list-label {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: start;
      justify-content: flex-start;
      font-size: 18px;
      font-weight: 400;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      max-width: calc(100% - 50px);
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .Menu__list-icon {
      font-size: 20px;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      color: #AAA; }
  .Menu__data-list > * + * {
    margin-top: 2px; }
  .Menu__data-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 65px;
    width: 100%;
    background: #00142A; }
    .Menu__data-item:hover, .Menu__data-item:active, .Menu__data-item:focus {
      background: #011B37;
      color: white; }
  .Menu__data-anchor {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    width: 100%; }
  .Menu__data-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .Menu__data-content > * + * {
      margin-top: 0.5em; }
  .Menu__data-label {
    text-transform: uppercase;
    font-size: 12px;
    color: #AAA;
    display: block; }
  .Menu__data-value {
    font-size: 18px;
    font-weight: 400; }
  .Menu__data-icon {
    font-size: 20px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #AAA; }

@media (orientation: landscape) and (max-height: 600px) {
  html[class*=mobile-] .Modal__container {
    padding: 0 !important; } }

/* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/
.Modal {
  width: 300px;
  background: #00142A;
  transform: scale(0.95) translate3d(0, 0, 0);
  opacity: 0;
  transition: all 300ms cubic-bezier(0.5, 0, 0.1, 1);
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
  @media (max-width: 500px) {
    .Modal {
      width: 100% !important;
      transform: scale(1) translate3d(0, 75vh, 0);
      transition: all 400ms 0ms cubic-bezier(0.1, 0.7, 0.1, 1); }
      :root .Modal__container {
        padding: 0; } }
  html[class*=mobile-] .Modal {
    transform: scale(1) translate3d(0, 75vh, 0);
    transition: all 400ms 0ms cubic-bezier(0.1, 0.7, 0.1, 1); }
  .Modal--accounthome {
    background: #000E1D; }
    .Modal--accounthome .Modal__body {
      padding: 0; }
  .Modal--film {
    width: 60%; }
    .Modal--film::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: auto;
      left: 0;
      content: " ";
      height: 70px;
      display: block;
      background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 10%, rgba(0, 0, 0, 0.6) 100%);
      pointer-events: none; }
    .Modal--film .Modal__close {
      z-index: 10;
      top: 10px;
      transform: none;
      color: white;
      font-size: 30px;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6), 0 0 5px rgba(0, 0, 0, 0.6);
      font-weight: 700; }
    .Modal--film__cast {
      position: absolute;
      z-index: 10;
      top: 10px;
      right: 50px;
      transform: none;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6), 0 0 5px rgba(0, 0, 0, 0.6);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      /*
  @include breakpoint($mobileInverse) {
    @content
  } */ }
      html:not([class*=mobile-]) .Modal--film__cast {
        display: none; }
      .Modal--film__cast-trigger {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 21px;
        padding: 12px;
        color: #AAA;
        color: white; }
        .Modal--film__cast-trigger .Icon--cast {
          color: #2f7efb; }
    .Modal--film .Modal__body {
      padding: 0; }
    @media (max-width: 840px) {
      .Modal--film {
        width: 100% !important; } }
  .Modal--filters {
    width: 380px; }
    .Modal--filters .Modal__header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border: none;
      padding: 0; }
    .Modal--filters__tab-scroll {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-pack: start;
      justify-content: flex-start;
      overflow-x: auto;
      overflow-y: hidden;
      max-width: 100%;
      -webkit-overflow-scrolling: touch; }
      .Modal--filters__tab-scroll > * {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-bottom: 2px;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
        .Modal--filters__tab-scroll > * img {
          width: 1em;
          height: auto; }
    .Modal--filters__tab-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative;
      padding: 0 0 2px;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      max-width: calc(100% - 55px);
      font-size: 14px;
      /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
      html[class*=mobile-] .Modal--filters__tab-list ::-webkit-scrollbar {
        width: 0;
        height: 0; }
      .Modal--filters__tab-list::before, .Modal--filters__tab-list::after {
        position: absolute;
        top: 0;
        right: auto;
        bottom: 4px;
        left: auto;
        width: 15px;
        content: " ";
        display: block; }
      .Modal--filters__tab-list::before {
        left: 0;
        background: linear-gradient(to left, rgba(0, 20, 42, 0) 0%, #00142a 100%); }
      .Modal--filters__tab-list::after {
        right: 0;
        background: linear-gradient(to right, rgba(0, 20, 42, 0) 0%, #00142a 100%); }
    .Modal--filters__tab-icon {
      padding: 0 4px 0 15px; }
    .Modal--filters__tab-label {
      padding: 0 15px 0 4px;
      white-space: nowrap; }
    .Modal--filters .Modal__body {
      padding: 0; }
  .Modal--membership__plan-select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px; }
    @media (max-width: 500px) {
      .Modal--membership__plan-select {
        -ms-flex-pack: center;
        justify-content: center; }
        .Modal--membership__plan-select > * + * {
          margin-left: 10px; }
        .Modal--membership__plan-select .Toggle--big-square {
          -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
          .Modal--membership__plan-select .Toggle--big-square__label {
            width: 100%;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto; } }
    @media (max-width: 300px) {
      .Modal--membership__plan-select .Toggle--big-square__line-1 {
        font-size: 18px; }
      .Modal--membership__plan-select .Toggle--big-square__line-2 {
        font-size: 12px;
        color: #AAA; } }
  .Modal--membership__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px; }
    .Modal--membership__price > * + * {
      margin-left: 6px; }
  .Modal--membership__promo {
    margin-bottom: 30px; }
    .Modal--membership__promo-result {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 30px; }
      .Modal--membership__promo-result > * + * {
        margin-top: 15px; }
      .Modal--membership__promo-result .Button--s {
        padding: 0 10px; }
    .Modal--membership__promo [class*="Input--"] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 17em; }
      .Modal--membership__promo [class*="Input--"] > * + * {
        margin-left: 10px; }
    .Modal--membership__promo input:-ms-input-placeholder,
    .Modal--membership__promo input :-ms-input-placeholder {
      color: #AAA; }
    .Modal--membership__promo input::placeholder,
    .Modal--membership__promo input ::placeholder {
      color: #AAA; }
    .Modal--membership__promo input:hover {
      cursor: pointer; }
      .Modal--membership__promo input:hover:-ms-input-placeholder,
      .Modal--membership__promo input:hover :-ms-input-placeholder {
        color: white; }
      .Modal--membership__promo input:hover::placeholder,
      .Modal--membership__promo input:hover ::placeholder {
        color: white; }
    .Modal--membership__promo input:focus:hover {
      cursor: text; }
      .Modal--membership__promo input:focus:hover:-ms-input-placeholder,
      .Modal--membership__promo input:focus:hover :-ms-input-placeholder {
        color: #AAA; }
      .Modal--membership__promo input:focus:hover::placeholder,
      .Modal--membership__promo input:focus:hover ::placeholder {
        color: #AAA; }
    .Modal--membership__promo [class*=Button--] {
      opacity: 0;
      transition: opacity 300ms 10000s cubic-bezier(0.5, 0, 0.1, 1); }
    .Modal--membership__promo input:focus + [class*=Button--] {
      opacity: 1;
      transition-delay: 0ms; }
  .Modal--membership__form {
    margin-bottom: 15px; }
  .Modal--membership__agreement {
    color: #AAA; }
    .Modal--membership__agreement a {
      color: white; }
  .Modal--mature-content__toggle {
    width: 100%; }
  .Modal--mature-content__warning {
    color: #AAA; }
  .Modal--cancel {
    width: 420px; }
    .Modal--cancel time {
      color: white;
      white-space: nowrap; }
  .Modal--alert .Modal__title {
    font-size: 18px; }
  .Modal--alert [class*="Button"] {
    display: -ms-flexbox;
    display: flex; }
  .Modal--link-device__code {
    text-align: center;
    display: block;
    letter-spacing: .1em;
    color: white;
    font-size: 28px;
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
    font-weight: 300; }
  .Modal--link-device__waiting {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .Modal--link-device__waiting > * + * {
      margin-left: 10px; }
  .Modal--link-device__found {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: lightgreen; }
    .Modal--link-device__found > * + * {
      margin-left: 10px; }
  .Modal--link-device__warning {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #FF9518; }
    .Modal--link-device__warning > * + * {
      margin-left: 10px; }
  .Modal__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20vmin 0;
    overflow: auto;
    z-index: 8000;
    transition: all 300ms cubic-bezier(0.5, 0, 0.1, 1);
    transition-delay: 200ms;
    background: transparent;
    -webkit-overflow-scrolling: touch; }
    :root .Modal__container--film {
      /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
      @media (max-width: 840px) {
        :root .Modal__container--film {
          padding: 0; } }
      @media (orientation: landscape) {
        :root .Modal__container--film {
          padding: 0 !important; } }
    .Modal__container.active {
      background: rgba(0, 0, 0, 0.7);
      transition-delay: 0ms; }
      .Modal__container.active .Modal {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1; }
      .Modal__container.active .Modal__below {
        opacity: 1; }
  .Modal__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    min-height: 60px;
    padding: 15px;
    box-sizing: border-box;
    border-bottom: 2px solid #EE2624; }
  .Modal__title {
    font-size: 21px;
    font-weight: 700; }
  .Modal__close {
    right: 15px;
    position: absolute;
    top: 50%;
    font-size: 24px;
    transform: translateY(-50%);
    color: #AAA; }
    .Modal__close:hover, .Modal__close:focus, .Modal__close:active {
      color: white; }
    .Modal__banner .Modal__close {
      top: 25px;
      position: absolute; }
  .Modal__banner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    background-image: url("https://www.indieflix.com/heroes/0007.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 20px 10px; }
    .Modal__banner > * + * {
      margin-top: 20px; }
    .Modal__banner .Freeflix-logo {
      font-size: 77px; }
    .Modal__banner .Icon--indieflix {
      font-size: 130px;
      height: 30px;
      margin-top: 0; }
    .Modal__banner * {
      position: relative; }
    .Modal__banner::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: " ";
      display: block;
      background: linear-gradient(to bottom, rgba(0, 20, 42, 0.23) 0%, #00142a 100%); }
  .Modal__body {
    padding: 20px; }
    .Modal__body::after {
      content: " "; }
  .Modal__below {
    font-size: 14px;
    font-weight: 400;
    color: white;
    display: block;
    margin-top: 15px;
    padding-bottom: 15px;
    opacity: 0;
    transition: all 200ms 300ms cubic-bezier(0.5, 0, 0.1, 1); }
    .Modal__below:hover, .Modal__below:active, .Modal__below.active {
      text-decoration: underline; }

.Player {
  position: relative;
  padding-top: 60px;
  margin: 0 auto;
  transition: all 750ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
  text-align: center;
  min-height: 270px;
  height: calc(80vh - 200px);
  max-height: 600px; }
  [ng-app="indieflix"] .Player {
    min-height: 50vh;
    height: 50vh;
    max-height: 50vh;
    padding-top: 0; }
    @media (min-width: 681px) {
      [ng-app="indieflix"] .Player {
        min-height: 30vh;
        height: 30vh;
        max-height: 30vh; } }
  @supports (-webkit-text-stroke: 2px white) or (text-stroke: 2px white) {
    .Player--freeflix-free .Player__launch {
      color: transparent;
      text-shadow: none;
      -webkit-text-stroke: 2px white; } }
  .Player--freeflix-free .Player__freeflix-unlocks {
    display: none; }
  .Player--freeflix-free-unlocked .Player__freeflix-center a {
    display: none; }
  .Player--freeflix-paid .Player__freeflix-remaining {
    display: none; }
  .Player--playing {
    max-width: calc(100% -  60px );
    height: auto;
    min-height: 200px;
    max-height: none; }
    @media (max-width: 600px) {
      .Player--playing {
        max-width: calc(100% -  30px ); } }
    [ng-app="indieflix"] .Player--playing {
      max-width: calc(100% -  30px ); }
    .Modal--film .Player--playing {
      max-width: 100% !important;
      padding: 0;
      background: black; }
    @media (min-width: 1200px) {
      .Player--playing {
        max-width: 1120px; } }
    .Player--playing .Player__video-container {
      opacity: 1;
      width: 100%;
      max-width: calc(160vh - 240px); }
      .Modal--film .Player--playing .Player__video-container {
        padding: 0; }
    .Player--playing .Player__background {
      opacity: 0; }
    .Player--playing .Player__freeflix {
      opacity: 0;
      z-index: -1;
      pointer-events: none; }
    .Player--playing .Player__preview {
      opacity: 0;
      z-index: -1; }
  .Player--blocked {
    height: auto !important; }
    .Player--blocked .Player__geoblocked {
      display: block; }
    .Player--blocked .Player__launch {
      display: none; }
    .Player--blocked .Player__freeflix {
      display: none; }
  .Player--complete {
    padding-right: 30px;
    height: auto;
    padding-left: calc(50% + 40px);
    height: auto;
    box-sizing: border-box;
    padding-top: calc(6vh + 60px);
    padding-bottom: 6vh;
    /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
    @media (max-width: 600px) {
      .Player--complete {
        padding-right: 15px; } }
    [ng-app="indieflix"] .Player--complete {
      padding-right: 15px; }
    .Modal--film .Player--complete {
      padding-top: 6vh; }
    @media (max-width: 600px) {
      .Player--complete {
        padding: 80px 20px 0; }
        .Modal--film .Player--complete {
          padding: 20px 20px 0; }
        .Player--complete .Player__fin {
          display: none;
          position: static;
          padding: 0;
          margin: 20px 0; }
          .Player--complete .Player__fin--active {
            display: -ms-flexbox !important;
            display: flex !important; } }
    @media (min-width: 840px) and (max-width: 1220px) {
      html[class*=mobile-] .Player--complete {
        padding: 80px 20px 0; }
        html[class*=mobile-] .Player--complete .Modal--film .Player--complete {
          padding: 20px 20px 0; }
        html[class*=mobile-] .Player--complete .Player__fin {
          display: none;
          position: static;
          padding: 0;
          margin: 20px 0; }
          html[class*=mobile-] .Player--complete .Player__fin--active {
            display: -ms-flexbox !important;
            display: flex !important; } }
    .Player--complete .Player__background {
      filter: blur(5px);
      opacity: .75; }
      .Player--complete .Player__background::after {
        opacity: 0; }
    .Player--complete .Player__freeflix {
      opacity: 0;
      z-index: -1;
      pointer-events: none; }
    .Player--complete .Player__preview {
      opacity: 0;
      z-index: -1; }
    .Player--complete .Player__video-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      opacity: 1;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      z-index: 1;
      position: relative;
      padding-bottom: 55.25%; }
      .Player--complete .Player__video-container > *:not(.vjs-fullscreen) {
        max-height: 420px; }
      .Player--complete .Player__video-container .jwplayer,
      .Player--complete .Player__video-container .video-js:not(.vjs-fullscreen) {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: auto !important;
        width: 100% !important;
        padding: 0;
        max-height: 420px; }
      @media (max-height: 600px) {
        .Player--complete .Player__video-container {
          width: 80vh;
          height: 45vh;
          padding: 0;
          margin-left: auto;
          margin-right: auto;
          transition: all 750ms 0ms cubic-bezier(0.5, 0, 0.1, 1), padding 0ms 0ms linear, height 0ms 0ms linear; } }
  .Player__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: top;
    z-index: -1;
    transition: inherit; }
    .Player__background::after {
      background-image: linear-gradient(-180deg, rgba(0, 14, 29, 0) 0%, #000e1d 100%);
      display: block;
      position: absolute;
      opacity: 1;
      bottom: 0;
      left: 0;
      right: 0;
      height: 280px;
      content: " ";
      z-index: 0;
      transition: all 300ms cubic-bezier(0.5, 0, 0.1, 1); }
      [ng-app="indieflix"] .Player__background::after {
        background-image: linear-gradient(-180deg, rgba(0, 20, 42, 0) 0%, #00142a 100%); }
  .Player__preview {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 200ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
    opacity: 1;
    overflow: hidden; }
    body:not([ng-app="indieflix"]) .Player__preview {
      top: 60px; }
  .Player__launch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: white;
    transition: all 300ms cubic-bezier(0.5, 0, 0.1, 1);
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    font-size: 78px; }
    .Player__launch i {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 1.3em;
      height: 1.3em;
      background: rgba(16, 40, 78, 0.68);
      border-radius: 50%;
      border: 4px solid rgba(255, 255, 255, 0.9);
      color: white;
      box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.6), inset 0px 0px 15px 0 rgba(0, 0, 0, 0.6);
      transition: inherit; }
      .Player__launch i::before {
        position: relative;
        transition: inherit;
        left: 0.05em;
        top: .02em; }
    [ng-app="indieflix"] .Player__launch {
      font-size: 64px; }
    .Player__launch:hover {
      transform: scale(1.15); }
      .Player__launch:hover i {
        background: rgba(16, 40, 78, 0.9);
        border-color: white; }
    .Player--playing .Player__launch {
      transform: scale(0.5); }
  .Player__geoblocked {
    width: calc(100% - 60px );
    box-sizing: border-box;
    max-width: 430px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.85);
    margin: 20px auto;
    text-align: left;
    display: none;
    font-size: 16px;
    color: #AAA;
    font-weight: 300; }
    .Player__geoblocked > * + * {
      margin-top: 24px; }
    @media (max-width: 600px) {
      .Player__geoblocked {
        width: calc(100% - 30px ); } }
    [ng-app="indieflix"] .Player__geoblocked {
      width: calc(100% - 30px ); }
  .Player__freeflix {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 30px;
    right: calc( 150px );
    position: absolute;
    bottom: 0;
    z-index: 1;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    display: none !important; }
    @media (max-width: 600px) {
      .Player__freeflix {
        left: 15px; } }
    [ng-app="indieflix"] .Player__freeflix {
      left: 15px; }
    @media (max-width: 600px) {
      .Player__freeflix {
        right: calc( 135px ); } }
    [ng-app="indieflix"] .Player__freeflix {
      right: calc( 135px ); }
    @media (min-width: 1190px) {
      .Player__freeflix {
        width: 996px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -60px;
        right: auto; }
        .Modal--film .Player__freeflix {
          padding-left: 30px;
          width: 100%;
          box-sizing: border-box;
          margin-left: 0; } }
    @media (min-width: 1190px) and (max-width: 600px) {
      .Modal--film .Player__freeflix {
        padding-left: 15px; } }
    @media (min-width: 1190px) {
          [ng-app="indieflix"] .Modal--film .Player__freeflix {
            padding-left: 15px; } }
    .Player__freeflix .Freeflix-logo {
      font-size: 46px; }
    .Player__freeflix-remaining {
      text-transform: uppercase;
      color: #FF9518;
      font-weight: 600; }
      .Player__freeflix-remaining--critical {
        color: #F3403F; }
    .Player__freeflix-line1 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .Player__freeflix-line1 > * + * {
        margin-left: 20px; }
    .Player__freeflix-line2 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .Player__freeflix-line2 > * + * {
        margin-left: 20px; }
      .Player__freeflix-line2 a:not([class*="Button--"]) {
        text-transform: uppercase;
        font-weight: 600;
        color: #AAA;
        font-size: 10px;
        white-space: nowrap; }
      @media (max-width: 1010px) {
        .Player__freeflix-line2 {
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-align: start;
          align-items: flex-start; }
          .Player__freeflix-line2 > * + * {
            margin-left: 0; }
          .Player__freeflix-line2 > * + * {
            margin-top: 10px; } }
    .Player__freeflix-left {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
      .Player__freeflix-left > * + * {
        margin-left: 15px; }
      @media (max-width: 1299px) {
        .Player__freeflix-left {
          max-width: calc(50vw - 170px);
          -ms-flex-align: start;
          align-items: flex-start;
          -ms-flex-direction: column;
          flex-direction: column; }
          .Player__freeflix-left > * + * {
            margin-left: 0; }
          .Player__freeflix-left > * + * {
            margin-top: 10px; }
          .Player--freeflix-paid .Player__freeflix-left {
            max-width: calc(50vw - 70px); }
          .Player--freeflix-guest .Player__freeflix-left {
            max-width: calc(100vw - 180px); } }
    .Player__freeflix-center {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: 0;
      transform: translate3d(-50%, -50%, 0);
      margin-left: 60px;
      text-align: center; }
    .Player__freeflix-unlocks {
      display: block;
      width: auto;
      white-space: nowrap; }
      @media (max-width: 756px) {
        .Player__freeflix-unlocks {
          font-size: 10px;
          color: #AAA;
          padding: 0; } }
  .Player__trailer {
    right: 30px;
    position: absolute;
    bottom: 15px;
    z-index: 1;
    /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
    @media (max-width: 600px) {
      .Player__trailer {
        right: 15px; } }
    [ng-app="indieflix"] .Player__trailer {
      right: 15px; }
    [class*=Player--freeflix-] .Player__trailer {
      bottom: 10px; }
    [class*=Player--freeflix-free] .Player__trailer {
      bottom: 5px; }
    @media (min-width: 1190px) {
      .Player__trailer {
        right: 50%;
        transform: translateX(50%);
        margin-right: -505px; }
        .Modal--film .Player__trailer {
          margin-right: 0;
          transform: none;
          right: 40px; } }
    html[class*=mobile-] .Player__trailer {
      display: none; }
  .Player__share {
    left: 30px;
    position: absolute;
    bottom: 15px;
    z-index: 1; }
    @media (max-width: 600px) {
      .Player__share {
        left: 15px; } }
    [ng-app="indieflix"] .Player__share {
      left: 15px; }
  .Player__close {
    position: absolute;
    top: 100px;
    right: 0;
    font-size: 36px;
    opacity: 0;
    transition: opacity 1000ms 2000ms cubic-bezier(0.5, 0, 0.1, 1), transform 300ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
    z-index: 1;
    text-shadow: 1px 1px 2px #000, -1px -1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000; }
    .Player__close:hover {
      transform: scale(1.2); }
    .Player--playing:hover .Player__close {
      opacity: 1;
      transition: opacity 700ms 0ms cubic-bezier(0.5, 0, 0.1, 1), transform 300ms 0ms cubic-bezier(0.5, 0, 0.1, 1); }
    @media (max-width: 600px) {
      .Player__close {
        font-size: 18px;
        top: 80px; } }
    [ng-app="indieflix"] .Player__close {
      padding-right: 30px;
      font-size: 18px;
      padding: 15px;
      top: 0;
      right: 0;
      z-index: 1;
      opacity: 1;
      text-shadow: none; }
      @media (max-width: 600px) {
        [ng-app="indieflix"] .Player__close {
          padding-right: 15px; } }
      [ng-app="indieflix"] [ng-app="indieflix"] .Player__close {
        padding-right: 15px; }
  .Player__aspect-ratio-wrap {
    position: relative;
    width: 100% !important;
    height: 0 !important;
    max-width: 100%;
    padding-bottom: 56.25%;
    transition: inherit; }
    .Player__aspect-ratio-wrap video {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .Player__video-container {
    max-width: 100%;
    margin: 0 auto;
    opacity: 0;
    width: 0;
    transition: inherit;
    z-index: -1;
    padding: 20px 0; }
    @media (max-width: 600px) {
      .Player__video-container {
        padding: 10px 0; } }
    @media (max-aspect-ratio: 1.77778) {
      .Player__video-container {
        padding: 0 !important; } }
    .Player__video-container > * {
      width: 100% !important; }
    .Player__video-container .jwplayer {
      width: 100% !important;
      height: 0 !important;
      max-width: 100%;
      padding-bottom: 56.25%; }
  .Player__fin {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 30px;
    position: absolute;
    top: 60px;
    right: calc(50% - 40px);
    bottom: 0;
    opacity: 0;
    text-align: center;
    transition: all 200ms 100ms cubic-bezier(0.5, 0, 0.1, 1);
    z-index: -1;
    padding-right: 40px; }
    @media (max-width: 600px) {
      .Player__fin {
        left: 15px; } }
    [ng-app="indieflix"] .Player__fin {
      left: 15px; }
    .Player__fin > * + * {
      margin-top: 15px; }
    .Player__fin--active {
      z-index: 1;
      opacity: 1;
      transition-delay: 0; }
    .Player__fin [href*="/quickpick"] {
      margin: 0 10px;
      padding: 0 10px; }
    .Player__fin-title {
      font-size: 26px;
      font-weight: 700; }
    .Player__fin-text {
      font-size: 18px;
      font-weight: 400; }
    .Player__fin-vote {
      font-size: 25px; }
      .Player__fin-vote > * {
        opacity: 0;
        transition: opacity 200ms 0ms cubic-bezier(0.5, 0, 0.1, 1), top 200ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
        position: relative;
        position: relative;
        top: -10px; }
      .Player__fin--active .Player__fin-vote > *:nth-child(1) {
        opacity: 1;
        transition-delay: 79.2ms;
        top: 0; }
      .Player__fin--active .Player__fin-vote > *:nth-child(2) {
        opacity: 1;
        transition-delay: 156.8ms;
        top: 0; }
    .Player__fin-share {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .Player__fin-share > * + * {
        margin-left: 10px; }
      .Player__fin-share > * {
        opacity: 0;
        transition: opacity 200ms 0ms cubic-bezier(0.5, 0, 0.1, 1), top 200ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
        position: relative;
        top: -10px; }
      .Player__fin--active .Player__fin-share > *:nth-child(1) {
        opacity: 1;
        transition-delay: 69.2ms;
        top: 0; }
      .Player__fin--active .Player__fin-share > *:nth-child(2) {
        opacity: 1;
        transition-delay: 136.8ms;
        top: 0; }
      .Player__fin--active .Player__fin-share > *:nth-child(3) {
        opacity: 1;
        transition-delay: 202.8ms;
        top: 0; }
      .Player__fin--active .Player__fin-share > *:nth-child(4) {
        opacity: 1;
        transition-delay: 267.2ms;
        top: 0; }
      .Player__fin--active .Player__fin-share > *:nth-child(5) {
        opacity: 1;
        transition-delay: 330ms;
        top: 0; }
      .Player__fin--active .Player__fin-share > *:nth-child(6) {
        opacity: 1;
        transition-delay: 391.2ms;
        top: 0; }

.Primary-filter {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 90px;
  max-width: calc(50vw - 80px); }
  @media (max-width: 790px) {
    .Primary-filter {
      max-width: none;
      width: 100%;
      -ms-flex: 0 0 40px;
      flex: 0 0 40px;
      height: 40px; } }
  .Primary-filter__remove {
    position: absolute !important;
    margin: 0 !important;
    top: 1px;
    right: -1px;
    bottom: auto;
    left: auto;
    opacity: 0;
    opacity: .8;
    transform: scale(1);
    transition: all 180ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
    padding: 3px;
    font-size: 12px;
    /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
    .Primary-filter__remove:hover {
      opacity: 1;
      transform: scale(1.1); }
    @media (max-width: 790px) {
      .Primary-filter__remove {
        position: static !important; } }
    html[class*=mobile-] .Primary-filter__remove {
      display: none; }
  .Primary-filter__track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 100%;
    /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
    html[class*=mobile-] .Primary-filter__track {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-pack: start;
      justify-content: flex-start;
      overflow-x: auto;
      overflow-y: hidden; }
    @media (max-width: 790px) {
      .Primary-filter__track {
        width: 100%; } }
    .Primary-filter__track:hover .Primary-filter__track-item {
      color: #AAA; }
    .Primary-filter__track-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      cursor: pointer;
      padding: 0 12px;
      transition: all 180ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
      border-bottom: 2px solid transparent;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      min-width: 0; }
      .Primary-filter__track-item > * + * {
        margin-top: 10px; }
      @media (max-width: 1000px) {
        .Primary-filter__track-item {
          padding: 0 8px; } }
      @media (max-width: 790px) {
        .Primary-filter__track-item {
          -ms-flex-direction: row;
          flex-direction: row;
          padding: 0 15px 0 0;
          position: static;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto;
          background-image: linear-gradient(-180deg, rgba(0, 14, 29, 0) 3%, rgba(0, 14, 29, 0) 100%);
          /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
          .Primary-filter__track-item > * + * {
            margin-top: 0; }
          .Primary-filter__track-item > * + * {
            margin-left: 8px; }
          .Primary-filter__track-item > img, .Primary-filter__track-item > i {
            font-size: 14px; }
          .Primary-filter__track-item::before {
            display: none; }
          .Primary-filter__track-item:last-child {
            padding: 0; }
          html[class*=mobile-] .Primary-filter__track-item {
            min-width: auto;
            padding: 0 8px !important; } }
      .Primary-filter__track-item > img {
        position: relative;
        font-size: 33px;
        width: 1em;
        margin: .2em 0; }
        @media (max-width: 870px) {
          .Primary-filter__track-item > img {
            font-size: 28px; } }
      .Primary-filter__track-item::before {
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        background-image: linear-gradient(to bottom, rgba(0, 14, 29, 0) 3%, rgba(0, 14, 29, 0.7) 90%);
        transition: all 180ms 0ms cubic-bezier(0.5, 0, 0.1, 1); }
      .Primary-filter__track-item:hover {
        color: white !important;
        border-bottom: 2px solid rgba(0, 14, 29, 0.7); }
        .Primary-filter__track-item:hover::before {
          opacity: 1; }
        @media (max-width: 790px) {
          .Primary-filter__track-item:hover {
            background-image: linear-gradient(-180deg, rgba(0, 14, 29, 0) 3%, rgba(0, 14, 29, 0.7) 90%); } }
      .Primary-filter__track-item--open {
        opacity: 1;
        border-bottom: 2px solid #EE2624; }
        .Primary-filter__track-item--open:hover {
          border-color: #EE2624; }
        .Primary-filter__track-item--open::before {
          opacity: 1; }
        @media (max-width: 790px) {
          .Primary-filter__track-item--open {
            background-image: linear-gradient(-180deg, rgba(0, 14, 29, 0) 3%, rgba(0, 14, 29, 0.7) 90%); } }
    .Primary-filter__track-icon {
      position: relative;
      font-size: 33px; }
      @media (max-width: 870px) {
        .Primary-filter__track-icon {
          font-size: 28px; } }
    .Primary-filter__track-label {
      position: relative;
      font-size: 12px;
      max-width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 1.2;
      /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
      @media (max-width: 790px) {
        html[class*=mobile-] .Primary-filter__track-label {
          white-space: auto;
          overflow: visible;
          text-overflow: auto;
          padding: 0 15px 0 0;
          font-size: 12px; } }
      @media (max-width: 870px) {
        .Primary-filter__track-label {
          font-size: 10px; } }
      @media (max-width: 790px) {
        .Primary-filter__track-label {
          font-size: 12px; } }
  .Primary-filter__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: -1;
    position: absolute;
    margin: 0 !important;
    border-top: 2px solid #10284E;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 0;
    background: #011B37;
    box-sizing: border-box;
    max-height: calc(100vh - 170px);
    width: 300px;
    cursor: auto;
    transition: all 200ms cubic-bezier(0.5, 0, 0.1, 1);
    overflow-y: auto;
    overflow-x: hidden;
    animation: PFilterEntrance 300ms cubic-bezier(0.5, 0, 0.1, 1);
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }
    .Modal .Primary-filter__menu {
      top: 0;
      position: static !important;
      overflow: visible;
      max-height: none;
      width: 100%;
      border-top: none; }
    @media (max-width: 790px) {
      .Primary-filter__menu {
        width: 100%;
        margin-top: -2px !important; } }
    .Primary-filter__menu__simple {
      animation: PFilterMenuExpand 300ms cubic-bezier(0.5, 0, 0.1, 1);
      animation-iteration-count: 1;
      animation-fill-mode: forwards; }
      .Primary-filter__menu__simple-item:nth-child(1) {
        animation-delay: 34.2ms; }
      .Primary-filter__menu__simple-item:nth-child(2) {
        animation-delay: 66.8ms; }
      .Primary-filter__menu__simple-item:nth-child(3) {
        animation-delay: 97.8ms; }
      .Primary-filter__menu__simple-item:nth-child(4) {
        animation-delay: 127.2ms; }
      .Primary-filter__menu__simple-item:nth-child(5) {
        animation-delay: 155ms; }
      .Primary-filter__menu__simple-item:nth-child(6) {
        animation-delay: 181.2ms; }
      .Primary-filter__menu__simple-item:nth-child(7) {
        animation-delay: 205.8ms; }
      .Primary-filter__menu__simple-item:nth-child(8) {
        animation-delay: 228.8ms; }
      .Primary-filter__menu__simple-item:nth-child(9) {
        animation-delay: 250.2ms; }
      .Primary-filter__menu__simple-item:nth-child(10) {
        animation-delay: 270ms; }
      .Primary-filter__menu__simple-item:nth-child(11) {
        animation-delay: 288.2ms; }
      .Primary-filter__menu__simple-item:nth-child(12) {
        animation-delay: 304.8ms; }
      .Primary-filter__menu__simple-item:nth-child(13) {
        animation-delay: 319.8ms; }
      .Primary-filter__menu__simple-item:nth-child(14) {
        animation-delay: 333.2ms; }
      .Primary-filter__menu__simple-item:nth-child(15) {
        animation-delay: 345ms; }
      .Primary-filter__menu__simple-item:nth-child(16) {
        animation-delay: 355.2ms; }
      .Primary-filter__menu__simple-item:nth-child(17) {
        animation-delay: 363.8ms; }
      .Primary-filter__menu__simple-item:nth-child(18) {
        animation-delay: 370.8ms; }
      .Primary-filter__menu__simple-item:nth-child(19) {
        animation-delay: 376.2ms; }
      .Primary-filter__menu__simple-item:nth-child(20) {
        animation-delay: 380ms; }
      .Primary-filter__menu__simple-item:nth-child(21) {
        animation-delay: 382.2ms; }
      .Primary-filter__menu__simple-item:nth-child(22) {
        animation-delay: 382.8ms; }
      .Primary-filter__menu__simple-item:nth-child(23) {
        animation-delay: 381.8ms; }
      .Primary-filter__menu__simple-item:nth-child(24) {
        animation-delay: 379.2ms; }
      .Primary-filter__menu__simple-item:nth-child(25) {
        animation-delay: 375ms; }
      .Primary-filter__menu__simple-item:nth-child(26) {
        animation-delay: 369.2ms; }
      .Primary-filter__menu__simple-item:nth-child(27) {
        animation-delay: 361.8ms; }
      .Primary-filter__menu__simple-item:nth-child(28) {
        animation-delay: 352.8ms; }
      .Primary-filter__menu__simple-item:nth-child(29) {
        animation-delay: 342.2ms; }
      .Primary-filter__menu__simple-item:nth-child(30) {
        animation-delay: 330ms; }
      .Primary-filter__menu__simple:hover .Primary-filter__menu__simple-anchor {
        color: #AAA; }
      .Primary-filter__menu__simple-item {
        display: block;
        font-size: 18px;
        font-weight: 400;
        border-bottom: 2px solid #10284E;
        animation: fadeIn 300ms cubic-bezier(0.5, 0, 0.1, 1);
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
        opacity: 0; }
        .Primary-filter__menu__simple-item:last-child {
          border-bottom: none; }
      .Primary-filter__menu__simple-anchor {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
        box-sizing: border-box;
        min-height: 40px;
        padding: 5px 15px;
        line-height: 1.2;
        cursor: pointer;
        transition: color 300ms 0ms cubic-bezier(0.5, 0, 0.1, 1); }
        .Primary-filter__menu__simple-anchor > * + * {
          margin-left: 10px; }
        .Primary-filter__menu__simple-anchor:hover {
          background: #10284E;
          color: white !important;
          transition: color 150ms 0ms cubic-bezier(0.5, 0, 0.1, 1); }
        .Primary-filter__menu__simple-anchor img {
          width: 1em;
          font-size: inherit;
          margin: 0; }
        .Primary-filter__menu__simple-anchor--prominant {
          position: relative;
          font-size: .6em;
          background: #00142A;
          z-index: 1;
          color: #AAA;
          /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
          html[class*=mobile-] .Primary-filter__menu__simple-anchor--prominant {
            background: #011B37; }
          .Primary-filter__menu__simple-anchor--prominant:hover {
            background: #10284E; }
    .Primary-filter__menu__tiled {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 8px;
      animation: PFilterMenuExpand 500ms cubic-bezier(0.5, 0, 0.1, 1);
      animation-iteration-count: 1;
      animation-fill-mode: forwards; }
      .Primary-filter__menu__tiled-item:nth-child(1) {
        animation-delay: 34.2ms; }
      .Primary-filter__menu__tiled-item:nth-child(2) {
        animation-delay: 66.8ms; }
      .Primary-filter__menu__tiled-item:nth-child(3) {
        animation-delay: 97.8ms; }
      .Primary-filter__menu__tiled-item:nth-child(4) {
        animation-delay: 127.2ms; }
      .Primary-filter__menu__tiled-item:nth-child(5) {
        animation-delay: 155ms; }
      .Primary-filter__menu__tiled-item:nth-child(6) {
        animation-delay: 181.2ms; }
      .Primary-filter__menu__tiled-item:nth-child(7) {
        animation-delay: 205.8ms; }
      .Primary-filter__menu__tiled-item:nth-child(8) {
        animation-delay: 228.8ms; }
      .Primary-filter__menu__tiled-item:nth-child(9) {
        animation-delay: 250.2ms; }
      .Primary-filter__menu__tiled-item:nth-child(10) {
        animation-delay: 270ms; }
      .Primary-filter__menu__tiled-item:nth-child(11) {
        animation-delay: 288.2ms; }
      .Primary-filter__menu__tiled-item:nth-child(12) {
        animation-delay: 304.8ms; }
      .Primary-filter__menu__tiled-item:nth-child(13) {
        animation-delay: 319.8ms; }
      .Primary-filter__menu__tiled-item:nth-child(14) {
        animation-delay: 333.2ms; }
      .Primary-filter__menu__tiled-item:nth-child(15) {
        animation-delay: 345ms; }
      .Primary-filter__menu__tiled-item:nth-child(16) {
        animation-delay: 355.2ms; }
      .Primary-filter__menu__tiled-item:nth-child(17) {
        animation-delay: 363.8ms; }
      .Primary-filter__menu__tiled-item:nth-child(18) {
        animation-delay: 370.8ms; }
      .Primary-filter__menu__tiled-item:nth-child(19) {
        animation-delay: 376.2ms; }
      .Primary-filter__menu__tiled-item:nth-child(20) {
        animation-delay: 380ms; }
      .Primary-filter__menu__tiled-item:nth-child(21) {
        animation-delay: 382.2ms; }
      .Primary-filter__menu__tiled-item:nth-child(22) {
        animation-delay: 382.8ms; }
      .Primary-filter__menu__tiled-item:nth-child(23) {
        animation-delay: 381.8ms; }
      .Primary-filter__menu__tiled-item:nth-child(24) {
        animation-delay: 379.2ms; }
      .Primary-filter__menu__tiled-item:nth-child(25) {
        animation-delay: 375ms; }
      .Primary-filter__menu__tiled-item:nth-child(26) {
        animation-delay: 369.2ms; }
      .Primary-filter__menu__tiled-item:nth-child(27) {
        animation-delay: 361.8ms; }
      .Primary-filter__menu__tiled-item:nth-child(28) {
        animation-delay: 352.8ms; }
      .Primary-filter__menu__tiled-item:nth-child(29) {
        animation-delay: 342.2ms; }
      .Primary-filter__menu__tiled-item:nth-child(30) {
        animation-delay: 330ms; }
      .Primary-filter__menu__tiled:hover .Primary-filter__menu__tiled-anchor {
        color: #AAA; }
      .Primary-filter__menu__tiled-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex: 1 0 33%;
        flex: 1 0 33%;
        min-width: 33%;
        width: 100%;
        transform: translateZ(0);
        transition: all 300ms cubic-bezier(0.5, 0, 0.1, 1);
        animation: fadeIn 300ms cubic-bezier(0.5, 0, 0.1, 1);
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
        opacity: 0;
        color: white; }
        .Primary-filter__menu__tiled-item:not {
          padding-left: 10px; }
        .Primary-filter__menu__tiled-item--oversize .Primary-filter__menu__tiled-label {
          font-size: 9px; }
      .Primary-filter__menu__tiled-anchor {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -ms-flex-direction: column;
        flex-direction: column;
        cursor: pointer;
        position: relative;
        width: 100%;
        padding: 10px 5px;
        transition: all 200ms cubic-bezier(0.5, 0, 0.1, 1); }
        .Primary-filter__menu__tiled-anchor__icon {
          font-size: 28px;
          margin-bottom: 5px;
          transition: transform 200ms cubic-bezier(0.5, 0, 0.1, 1);
          height: auto; }
        .Primary-filter__menu__tiled-anchor img {
          margin: .32em 0;
          width: 1em; }
        .Primary-filter__menu__tiled-anchor__label {
          white-space: nowrap; }
        .Primary-filter__menu__tiled-anchor:hover, .Primary-filter__menu__tiled-anchor.active, .Primary-filter__menu__tiled-anchor:active {
          background: #10284E;
          color: white !important; }
          .Primary-filter__menu__tiled-anchor:hover .Primary-filter__menu__tiled-anchor__icon, .Primary-filter__menu__tiled-anchor.active .Primary-filter__menu__tiled-anchor__icon, .Primary-filter__menu__tiled-anchor:active .Primary-filter__menu__tiled-anchor__icon {
            transform: scale(1.15); }

.Profile__background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 200px;
  opacity: .6;
  background-position: top center;
  background-size: cover; }
  .Profile__background::after {
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0, 14, 29, 0) 0%, #000e1d 100%);
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    content: " "; }

.Profile__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1; }
  @media (max-width: 600px) {
    .Profile__content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-direction: column;
      flex-direction: column; }
      .Profile__content > * + * {
        margin-top: 20px; } }

.Profile__avatar {
  height: 130px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .Profile__avatar > * {
    width: auto;
    height: 100%; }

.Profile__name {
  font-size: 21px;
  font-weight: 700; }

.Profile__share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .Profile__share > * + * {
    margin-left: 5px; }

.Profile__entry {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 20px;
  height: 130px;
  overflow-y: auto;
  margin-right: 20px; }
  .Profile__entry > * + * {
    margin-top: 10px; }
  @media (max-width: 600px) {
    .Profile__entry {
      height: auto; } }

.Quickpick {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 300ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
  opacity: 1; }
  body:not([ng-app="indieflix"]) .Quickpick {
    z-index: 7999;
    padding: 5vmin 0;
    min-width: 750px; }
    @media (max-width: 800px) {
      body:not([ng-app="indieflix"]) .Quickpick {
        min-width: 0;
        padding: 55px 0;
        max-width: 100vw;
        width: 100vw;
        overflow-x: scroll; } }
  [ng-app="indieflix"] .Quickpick {
    position: relative; }
  .Quickpick--exit {
    opacity: 0;
    pointer-events: none; }
  .Quickpick--playing .Quickpick__slider,
  .Quickpick--playing .Control-bar, .Quickpick:not(.Quickpick--paused):not(.Quickpick--loading) .Quickpick__slider,
  .Quickpick:not(.Quickpick--paused):not(.Quickpick--loading) .Control-bar {
    opacity: 0; }
  .Quickpick--paused .Quickpick__player-elements, .Quickpick--hover .Quickpick__player-elements {
    opacity: 1 !important; }
  .Quickpick--paused .Control-bar, .Quickpick--hover .Control-bar {
    opacity: 1 !important; }
  .Quickpick--standalone {
    background: black; }
    .Quickpick--standalone::before {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background-color: white;
      background-image: url("https://www.indieflix.com/images/palmspringsweb.png");
      background-repeat: no-repeat;
      background-size: 100%;
      background-postion: top left;
      opacity: .175; }
  .Quickpick__close {
    position: absolute;
    color: white;
    font-size: 30px;
    top: 10px;
    right: 20px;
    z-index: 1;
    opacity: 1; }
    @media (max-width: 800px) {
      body:not([ng-app="indieflix"]) .Quickpick__close {
        position: fixed; } }
    [ng-app="indieflix"] .Quickpick__close {
      top: 15px;
      right: 15px; }
  @media (max-width: 800px) {
    .Quickpick .Primary-filter__label {
      max-width: 120px; } }
  .Quickpick__prev, .Quickpick__next {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    font-size: 3vw;
    padding: 0 25px;
    color: #AAA;
    width: 55px;
    text-align: center; }
    .Quickpick__prev:hover, .Quickpick__next:hover {
      color: white;
      transform: translate3d(0, -50%, 0) scale(1.1); }
    @media (min-width: 1120px) {
      .Quickpick__prev, .Quickpick__next {
        font-size: 32px; } }
    @media (max-width: 800px) {
      .Quickpick__prev, .Quickpick__next {
        width: 25px; } }
  .Quickpick__prev {
    right: 100%; }
  .Quickpick__next {
    left: 100%; }
  .Quickpick__loader {
    opacity: 0;
    visibility: hidden;
    transition: opacity 340ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
    position: absolute;
    top: auto;
    left: auto;
    right: 00px;
    bottom: -25px;
    z-index: 99;
    font-size: 90px; }
    @media (max-width: 800px) {
      .Quickpick__loader {
        font-size: 70px; } }
    [ng-app="indieflix"] .Quickpick__loader {
      right: 00px;
      bottom: -10px; }
      @media (max-width: 679px) {
        :root [ng-app="indieflix"] .Quickpick__loader {
          font-size: 12vw; } }
      @media (min-width: 680px) {
        :root [ng-app="indieflix"] .Quickpick__loader {
          font-size: 7vw; } }
  .Quickpick__content {
    box-sizing: border-box;
    padding: 0 100px;
    width: 100%;
    max-width: 150vh;
    min-width: 720px;
    opacity: 1;
    transition: opacity 340ms 0ms cubic-bezier(0.5, 0, 0.1, 1); }
    @media (min-width: 1200px) {
      .Quickpick__content {
        width: 150vh;
        max-width: 1140px; } }
    @media (max-width: 800px) {
      .Quickpick__content {
        min-width: 0;
        padding: 0 70px; } }
  .Quickpick__timer {
    position: absolute !important;
    right: 40px;
    bottom: 25px;
    z-index: 2;
    font-size: 90px; }
    @media (max-width: 800px) {
      .Quickpick__timer {
        font-size: 70px; } }
    [ng-app="indieflix"] .Quickpick__timer {
      right: 20px;
      bottom: 20px; }
      @media (max-width: 679px) {
        :root [ng-app="indieflix"] .Quickpick__timer {
          font-size: 15vw; } }
      @media (min-width: 680px) {
        :root [ng-app="indieflix"] .Quickpick__timer {
          font-size: 10vw; } }
  .Quickpick__video {
    z-index: -1;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    transition: all 340ms 0ms cubic-bezier(0.5, 0, 0.1, 1); }
    .Quickpick__video--current, .Quickpick__video--upcoming, .Quickpick__video--outgoing {
      height: 100%;
      width: 100%;
      opacity: 1;
      top: 0;
      bottom: 0; }
    .Quickpick__video--current {
      right: 0;
      left: 0;
      z-index: 1; }
    .Quickpick__video--upcoming {
      right: auto;
      left: 100%; }
    .Quickpick__video--outgoing {
      left: auto;
      right: 100%; }
  .Quickpick__player {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    overflow: hidden; }
    .Quickpick__player-responsive-wrap {
      min-width: 520px; }
    .Quickpick__player-wrap {
      width: 100%;
      padding-bottom: 56.25%;
      position: relative;
      background: black;
      max-height: 100vh; }
    .Quickpick__player-title {
      font-size: 26px;
      font-weight: 700;
      line-height: 1.3; }
      @media (max-width: 450px) {
        .Quickpick__player-title {
          font-size: 24px; } }
      [ng-app="indieflix"] .Quickpick__player-title {
        font-size: 24px; }
        @media (max-width: 400px) {
          [ng-app="indieflix"] .Quickpick__player-title {
            font-size: 18px; } }
        @media (max-width: 330px) {
          [ng-app="indieflix"] .Quickpick__player-title {
            font-size: 16px; } }
    .Quickpick__player-elements {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -ms-flex-direction: column;
      flex-direction: column;
      z-index: 1;
      opacity: 0;
      transition: opacity 340ms 0ms cubic-bezier(0.5, 0, 0.1, 1);
      padding: 25px 40px;
      pointer-events: none; }
      [ng-app="indieflix"] .Quickpick__player-elements {
        padding: 20px 15px;
        padding-right: 70px; }
      .Quickpick__player-elements-b {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
        pointer-events: auto;
        position: absolute;
        bottom: 40px;
        left: 40px; }
        .Quickpick__player-elements-b > * + * {
          margin-left: 30px; }
        [ng-app="indieflix"] .Quickpick__player-elements-b {
          left: 15px;
          bottom: 30px; }
          [ng-app="indieflix"] .Quickpick__player-elements-b > * + * {
            margin-left: 10px; }
          @media (max-width: 400px) {
            [ng-app="indieflix"] .Quickpick__player-elements-b {
              bottom: 25px; }
              [ng-app="indieflix"] .Quickpick__player-elements-b [class*=Button] {
                font-size: 12px; } }
      .Quickpick__player-elements-t {
        pointer-events: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .Quickpick__player-elements-t > * + * {
          margin-left: 20px; }
      .Quickpick__player-elements::before {
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        width: 100%;
        content: " ";
        padding-bottom: 11%;
        opacity: 0.69;
        background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.1) 33%, black 100%);
        z-index: -1; }
      .Quickpick__player-elements::after {
        position: -1px;
        bottom: -1px;
        left: -1px;
        right: -1px;
        width: 100%;
        content: " ";
        padding-bottom: 20%;
        opacity: 0.69;
        background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, #000000 100%);
        z-index: -1; }

[ng-controller="QuickPickCtrl"] {
  background: black; }
  [ng-controller="QuickPickCtrl"] ion-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
  [ng-controller="QuickPickCtrl"] .slider {
    height: 100%; }
  [ng-controller="QuickPickCtrl"] video {
    width: 100% !important;
    max-width: 100vw; }
  [ng-controller="QuickPickCtrl"] > .scroll {
    overflow: hidden;
    transform: none !important; }
  [ng-controller="QuickPickCtrl"] .Quickpick {
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%); }
  @media (min-width: 680px) {
    [ng-controller="QuickPickCtrl"] .Ionic-header {
      width: 60vw; } }

@media (min-width: 680px) {
  [ng-controller="QuickPickCtrl"] {
    background: none;
    height: auto;
    min-height: 0;
    right: auto;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) !important;
    width: 60%;
    min-width: 320px; }
    [ng-controller="QuickPickCtrl"].ng-leave {
      transform: translate3d(-50%, -65%, 0) !important;
      opacity: 0; }
    [ng-controller="QuickPickCtrl"] > * {
      position: relative;
      padding: 0 0 55.25% 0; }
    [ng-controller="QuickPickCtrl"] .scroll {
      transform: none !important; }
    [ng-controller="QuickPickCtrl"] .Quickpick {
      top: auto;
      transform: none; } }

.Series-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-top: calc(60px + 26vmin);
  padding-right: 30px;
  padding-left: 30px;
  height: 26vmin;
  max-height: 26vmin;
  max-width: 100vw;
  margin-top: -60px; }
  @media (max-width: 600px) {
    .Series-banner {
      padding-right: 15px; } }
  [ng-app="indieflix"] .Series-banner {
    padding-right: 15px; }
  @media (max-width: 600px) {
    .Series-banner {
      padding-left: 15px; } }
  [ng-app="indieflix"] .Series-banner {
    padding-left: 15px; }
  @media (max-width: 600px) {
    .Series-banner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-top: calc(60px + 10vmin);
      height: auto;
      max-height: none; } }
  .Series-banner__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat; }
    .Series-banner__image::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: " ";
      background: linear-gradient(to bottom, rgba(0, 14, 29, 0) 0%, rgba(0, 14, 29, 0) 50%, #000e1d 100%);
      display: block; }
      @media (max-width: 600px) {
        .Series-banner__image::before {
          background: linear-gradient(to bottom, rgba(0, 14, 29, 0) 0%, #000e1d 100%); } }
    .Series-banner__image::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: " ";
      background: linear-gradient(-45deg, rgba(0, 14, 29, 0) 0%, rgba(0, 14, 29, 0.6) 100%);
      display: block; }
      @media (max-width: 600px) {
        .Series-banner__image::after {
          display: none; } }
  .Series-banner__overview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: 40px;
    padding-top: 40px; }
    .Series-banner__overview > * + * {
      margin-top: 10px; }
    @media (max-width: 600px) {
      .Series-banner__overview {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 15px;
        margin-right: 0;
        margin-bottom: 40px; }
        .Series-banner__overview > * + * {
          margin-top: 6px; } }
  .Series-banner__indieflix-original {
    position: absolute;
    top: -2em;
    right: auto;
    bottom: auto;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    right: 30px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: none;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    white-space: nowrap;
    padding: 1.3em .3em .3em;
    width: 4em;
    font-size: 15px;
    background: #011B37; }
    @media (max-width: 600px) {
      .Series-banner__indieflix-original {
        right: 15px; } }
    [ng-app="indieflix"] .Series-banner__indieflix-original {
      right: 15px; }
    .Series-banner__indieflix-original .Icon--indieflix {
      position: absolute;
      top: 0.09em;
      right: auto;
      bottom: auto;
      left: 0.09em;
      font-size: 4em; }
    .Series-banner__indieflix-original span {
      text-transform: uppercase;
      font-size: .5em;
      font-weight: 600; }
    @media (max-width: 600px) {
      .Series-banner__indieflix-original {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .Series-banner__title {
    font-size: 26px;
    font-weight: 700; }
    @media (min-width: 601px) {
      .Series-banner__title {
        top: 0;
        position: absolute;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: calc(100vw - 80px); } }
    @media (max-width: 600px) {
      .Series-banner__title {
        font-size: 21px;
        font-weight: 700;
        text-align: center;
        white-space: normal;
        position: static; } }
  .Series-banner__count {
    font-size: 18px;
    font-weight: 400; }
    @media (max-width: 600px) {
      .Series-banner__count {
        display: none; } }
  .Series-banner__tagline {
    font-size: 16px;
    font-weight: 400;
    max-width: 35em; }
    @media (max-width: 600px) {
      .Series-banner__tagline {
        display: none; } }
  .Series-banner__specs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    white-space: nowrap; }
    @media (max-width: 600px) {
      .Series-banner__specs {
        -ms-flex-order: 1;
        order: 1; } }
    .Series-banner__specs-item {
      font-size: 18px;
      font-weight: 400;
      display: inline-block;
      margin-right: 15px; }
      .Series-banner__specs-item > * + * {
        margin-left: 5px; }
      @media (max-width: 600px) {
        .Series-banner__specs-item {
          font-size: 13px; } }
      .Series-banner__specs-item:last-of-type {
        margin-right: 0; }
    .Series-banner__specs-flag {
      width: 20px;
      height: auto; }
  .Series-banner__genre {
    font-size: 18px;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media (max-width: 600px) {
      .Series-banner__genre {
        font-size: 13px; } }
    .Series-banner__genre-item {
      -ms-flex: 0 auto;
      flex: 0 auto; }
    .Series-banner__genre > * + *::before {
      content: '\00a0/\00a0\00a0'; }
  .Series-banner__buttons {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    @media (max-width: 600px) {
      .Series-banner__buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column; }
        .Series-banner__buttons > * + * {
          margin-left: 0; } }
  @media (max-width: 900px) {
    .Series-banner__play {
      font-size: 18px;
      height: 44px; } }
  @media (min-width: 601px) {
    .Series-banner__mylist .Button__text {
      display: none; } }
  @media (max-width: 900px) {
    .Series-banner__mylist {
      font-size: 18px;
      height: 44px; } }
  @media (max-width: 600px) {
    .Series-banner__mylist {
      border-color: transparent;
      box-shadow: none;
      height: 30px;
      margin-top: 10px;
      font-size: 12px;
      padding: 5px; }
      .Series-banner__mylist .Tooltip__message {
        display: none; }
      .Series-banner__mylist .Button__text {
        display: -ms-inline-flexbox;
        display: inline-flex;
        color: #AAA; }
      .Series-banner__mylist:hover, .Series-banner__mylist:active {
        color: black; } }

.Series-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 30px;
  padding-right: 22px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  @media (max-width: 600px) {
    .Series-grid {
      padding-left: 15px; } }
  [ng-app="indieflix"] .Series-grid {
    padding-left: 15px; }
  @media (max-width: 600px) {
    .Series-grid {
      margin-bottom: 15px; } }
  [ng-app="indieflix"] .Series-grid {
    margin-bottom: 15px; }
  @media (max-width: 600px) {
    .Series-grid {
      padding-right: 7px; } }
  @media (max-width: 500px) {
    .Series-grid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 1601px) and (max-width: 1900px) {
    .Series-grid--featured .Series-grid__item:nth-child(11),
    .Series-grid--featured .Series-grid__item:nth-child(12) {
      display: none; } }
  .Series-grid + .Load-more,
  .Series-grid + .Series-grid__separator {
    margin-top: 10px !important;
    margin-bottom: 60px !important; }
  @media (max-width: 600px) {
    .Series-grid + .Load-more,
    .Series-grid + .Series-grid__separator {
      margin-bottom: 30px !important; } }
  @media (max-width: 500px) {
    .Series-grid + .Load-more,
    .Series-grid + .Series-grid__separator {
      margin-bottom: 20px !important; }
      .Series-grid + .Load-more .Button--outline,
      .Series-grid + .Series-grid__separator .Button--outline {
        font-size: 10px;
        height: 28px;
        padding: 0 10px; } }
  .Series-grid__heading {
    font-size: 26px;
    font-weight: 700;
    padding: 30px;
    padding-top: 0; }
    @media (max-width: 600px) {
      .Series-grid__heading {
        padding: 15px; } }
    [ng-app="indieflix"] .Series-grid__heading {
      padding: 15px; }
    @media (max-width: 780px) {
      .Series-grid__heading {
        font-size: 21px;
        font-weight: 700; } }
  .Series-grid__separator {
    width: 100%;
    display: block;
    border: none;
    height: 1px;
    color: rgba(170, 170, 170, 0.6);
    background: currentColor;
    margin-left: 30px;
    margin-right: 30px;
    max-width: calc(100% -  60px );
    display: none; }
    @media (max-width: 600px) {
      .Series-grid__separator {
        margin-left: 15px; } }
    [ng-app="indieflix"] .Series-grid__separator {
      margin-left: 15px; }
    @media (max-width: 600px) {
      .Series-grid__separator {
        margin-right: 15px; } }
    [ng-app="indieflix"] .Series-grid__separator {
      margin-right: 15px; }
    @media (max-width: 600px) {
      .Series-grid__separator {
        max-width: calc(100% -  30px ); } }
    [ng-app="indieflix"] .Series-grid__separator {
      max-width: calc(100% -  30px ); }
  .Series-grid__item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box;
    margin-right: 8px;
    margin-bottom: 14px;
    width: calc(16.6667% - 10px); }
    @media (max-width: 1900px) {
      .Series-grid__item {
        width: calc(20% - 10px); } }
    @media (max-width: 1600px) {
      .Series-grid__item {
        width: calc(25% - 10px); } }
    @media (max-width: 1300px) {
      .Series-grid__item {
        width: calc(33.333% - 10px); } }
    @media (max-width: 960px) {
      .Series-grid__item {
        width: calc(50% - 10px); } }
    @media (max-width: 600px) {
      .Series-grid__item {
        width: calc(50% - 10px);
        margin-right: 8px; } }
    @media (max-width: 500px) {
      .Series-grid__item {
        width: 100%;
        margin-bottom: 3px;
        margin-right: 0; } }

.TmoSpecialOffer {
  margin: 0 auto 30px;
  max-width: 520px; }
  .TmoSpecialOffer h2 {
    line-height: 1.5 !important; }
  .TmoSpecialOffer__graphic {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px auto;
    overflow: hidden;
    height: auto;
    padding: 0;
    width: 100%; }
    .TmoSpecialOffer__graphic img {
      height: auto;
      width: 100%; }
  @media (max-width: 600px) {
    .TmoSpecialOffer__submit {
      display: -ms-flexbox;
      display: flex; } }

.TMobile {
  position: relative;
  background: #333;
  padding-left: 0;
  padding-right: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  margin-top: -60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transform: translate3d(0, 0, 0); }
  @media (max-width: 600px) {
    .TMobile {
      padding-top: 0; } }
  .TMobile::before {
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, black 100%);
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 90%;
    content: " ";
    transform: translate3d(0, 0, 0);
    z-index: 1;
    pointer-events: none; }
  .TMobile__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: 100vw;
    background-position: center top;
    transform: translate3d(0, 0, 0);
    opacity: .85;
    z-index: 0;
    background-repeat: no-repeat;
    background-color: black;
    /*
  @include breakpoint($mobileInverse) {
    @content
  } */ }
    html:not([class*=mobile-]) .TMobile__bg {
      background-attachment: fixed; }
    @media (max-width: 600px) {
      .TMobile__bg {
        background-size: 230vw; } }
    @media (max-width: 550px) {
      .TMobile__bg {
        background-size: 242vw; } }
    @media (max-width: 500px) {
      .TMobile__bg {
        background-size: 255vw; } }
    @media (max-width: 450px) {
      .TMobile__bg {
        background-size: 268vw; } }
    @media (max-width: 400px) {
      .TMobile__bg {
        background-size: 280vw; } }
  .TMobile__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    margin-top: 140px;
    margin-bottom: 140px;
    position: relative;
    max-width: 400px;
    z-index: 2;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px; }
    @media (max-width: 600px) {
      .TMobile__content {
        margin: 0 0 0 0;
        max-width: 100%;
        padding-top: 75px; } }
    @media (max-width: 400px) {
      .TMobile__content > * + * {
        margin-top: 15px; } }
    .TMobile__content h2 {
      text-align: center; }
      @media (max-width: 400px) {
        .TMobile__content h2 {
          font-size: 16px; } }
    .TMobile__content h3 {
      text-align: center; }
      @media (max-width: 400px) {
        .TMobile__content h3 {
          font-size: 17px; } }
      @media (max-width: 300px) {
        .TMobile__content h3 {
          font-size: 15px; } }
    @media (max-width: 400px) {
      .TMobile__content p {
        font-size: 14px !important; } }
    @media (max-width: 300px) {
      .TMobile__content p {
        font-size: 13px !important; } }
  .TMobile__loader {
    font-size: 64px;
    margin: 50px 0 20px; }
  .TMobile__tuesdaysLogo {
    width: 100%;
    max-width: 260px;
    height: auto; }
    @media (max-width: 600px) {
      .TMobile__tuesdaysLogo {
        max-width: 200px; } }
    @media (max-width: 500px) {
      .TMobile__tuesdaysLogo {
        max-width: 165px; } }
    @media (max-width: 400px) {
      .TMobile__tuesdaysLogo {
        max-width: 125px; } }
  .TMobile__prize {
    border: 1px dashed white;
    border-top-style: solid;
    border-bottom-style: solid;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    box-sizing: border-box; }
    .TMobile__prize > * + * {
      margin-top: 15px; }
    @media (max-width: 400px) {
      .TMobile__prize {
        padding: 8px; }
        .TMobile__prize-desc {
          font-size: 13px !important;
          text-transform: uppercase; }
        .TMobile__prize-code {
          font-size: 15px !important;
          margin-top: 8px !important; } }
    .TMobile__prize--error {
      border-color: #f46c6b; }
      .TMobile__prize--error .TMobile__prize-code {
        color: #f03d3c; }
    .TMobile__prize-desc {
      font-size: 16px !important;
      text-transform: uppercase; }
    .TMobile__prize-code {
      font-family: "Monaco", "Lucida Console", monospace; }
  .TMobile__loginForm [class*="Input--"] {
    color: white; }
  @media (max-height: 500px) {
    .TMobile__expendable {
      display: none; } }
  .TMobile .Form {
    width: 100%; }
  .TMobile .Form__label {
    color: white; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./images/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  height: 52px;
  width: 52px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  font-size: 0;
  text-indent: -9999em;
  top: 50%;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 13px 16px;
  background: rgba(0, 14, 29, 0.75);
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  transition: all 180ms 0ms ease-in-out; }
  @media (min-width: 0) and (max-width: 600px) {
    .slick-prev,
    .slick-next {
      display: none; } }
  .slick-slider:hover .slick-prev, .slick-slider:hover
  .slick-next {
    opacity: .5; }
    .slick-slider:hover .slick-prev:hover, .slick-slider:hover
    .slick-next:hover {
      opacity: 1; }
  .slick-prev::before,
  .slick-next::before {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    display: block;
    height: 26px;
    width: 19px; }

.slick-prev {
  right: auto;
  left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
  .slick-prev::before {
    background-image: url(images/icon_SlickArrowLeft.png); }

.slick-next {
  right: 0;
  left: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
  .slick-next::before {
    background-image: url(images/icon_SlickArrowRight.png); }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  top: 100%;
  transform: translateY(13px);
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 13px; }
  .slick-dots li {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
    height: 26px;
    width: 14px;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 26px;
      width: 14px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      opacity: .5;
      transition: all 180ms 0ms ease-in-out; }
      .slick-dots li button::before {
        content: " ";
        display: block;
        height: 6px;
        width: 6px;
        background: #000E1D;
        border-radius: 50%;
        border: 1px solid white;
        transition: all 180ms 0ms ease-in-out; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none;
        opacity: 1; }
    .slick-dots li.slick-active button:before {
      border: 1px solid #000E1D;
      background: white; }

.Shame__FmdPdfLink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none !important;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px; }
  .Shame__FmdPdfLink > * + * {
    margin-left: 5px; }
  .Shame__FmdPdfLink .Info {
    font-size: 1.2em; }
  .Shame__FmdPdfLink span:not(.Info) {
    text-decoration: underline; }

#us_report_button {
  z-index: 9990 !important; }

.Ionic__native-player {
  height: 0;
  position: absolute;
  opacity: 0;
  pointer-events: none; }
  .Ionic__native-player--active {
    pointer-events: auto;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 10; }

:root .atclear {
  display: none !important; }

:root #at3lb,
:root #at3win {
  display: block; }

:root .at3lblight {
  background: rgba(0, 0, 0, 0.6); }

:root #at3win {
  margin-top: 0 !important; }

:root .at-icon-wrapper,
:root .addthis_32x32_style {
  display: none; }

#at-expanded-menu-container .at-expanded-menu {
  margin-left: 0 !important;
  transform: translateX(-50%);
  width: auto !important;
  max-width: 625px;
  width: 100% !important;
  box-sizing: border-box;
  height: calc(100vh - 110px);
  top: 60px !important;
  position: fixed !important; }

#at-expanded-menu-container #at-expanded-menu-hd {
  box-sizing: border-box;
  width: 100%; }

#at-expanded-menu-container #at-expanded-menu-filter {
  display: none; }

#at-expanded-menu-container .at-expanded-menu-service-list,
#at-expanded-menu-container .at-expanded-menu-ft,
#at-expanded-menu-container .at-expanded-menu-title,
#at-expanded-menu-container .at-expanded-menu-page-title,
#at-expanded-menu-container .at-expanded-menu-page-url {
  width: 100% !important;
  box-sizing: border-box;
  margin-left: 0 !important;
  margin-right: 0 !important; }

span[itemscope] {
  margin: 0 !important; }

.Shame--alertMsg {
  background: #611e1e;
  color: white;
  padding: 10px; }

.CovidNotice {
  background: #f7e6d6;
  text-align: center;
  color: #2a1400;
  padding: 28px; }

body {
  position: relative; }
  body::before {
    background-image: url(images/verticalrhythm.png);
    background-repeat: repeat;
    background-size: auto;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10000;
    opacity: .6; }

.fancybox-content {
  max-width: 780px !important; }

.Debug {
  /*
 &--thisIsHowWeTrip {
  li,
  .Card,
  a,
  span,
  section,
  img,
  h1,
  h2 {
    position: fixed;
    animation: thisIsHowWeTrip 15s $cubicBezier infinite;
    transform: scale(1) translate3d(0,0,0) rotate(0deg);
  }
 }

}

@keyframes thisIsHowWeTrip {
  0% {
    transform: scale(1) translate3d(0,0,0) rotate(0deg);
    mix-blend-mode: normal;
    top: auto;
    left: auto;
  }
  16% {
    transform: scale(.33) translate3d(-25%,-25%,0) rotate(90deg);
    mix-blend-mode: difference;
    top: 25;
    left: 25%;
  }
  33% {
    transform: scale(.33) translate3d(-50%,-50%,0) rotate(180deg);
    mix-blend-mode: overlay;
    top: 50%;
    left: 50%;
  }
  67% {
    transform: scale(2) translate3d(-50%,-50%,0) rotate(240deg);
    mix-blend-mode: color-dodge;
    top: 0;
    left: 0%;
  }
  84% {
    transform: scale(2) translate3d(-50%,-50%,0) rotate(300deg);
    mix-blend-mode: difference;
    top: 0;
    left: 0%;
  }
  100% {
    transform: scale(1) translate3d(0,0,0) rotate(360deg);
    mix-blend-mode: normal;
    top: auto;
    left: auto;
  }
*/ }
  .Debug__style-guide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .Debug__style-guide > * {
      -ms-flex: 0 1 50%;
      flex: 0 1 50%;
      box-sizing: border-box;
      margin-top: 30px; }
    .Debug__style-guide > :nth-child(2n - 1) {
      padding-right: 30px; }
    .Debug__style-guide code {
      border-bottom: 2px #000E1D solid;
      border-top: 2px #000E1D solid;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }
      .Debug__style-guide code:nth-of-type(even) {
        background: #151515; }
      .Debug__style-guide code strong {
        color: white; }

body {
  scrollbar-face-color: rgba(255, 255, 255, 0.3);
  scrollbar-track-color: rgba(255, 255, 255, 0.1); }
  body ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    /* /////////////////////////////////
  @include breakpoint($mobile) {
    @content
  }*/ }
    html[class*=mobile-] body ::-webkit-scrollbar {
      width: 0;
      height: 0; }
  body ::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px; }
  body ::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1); }

input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-clear-button {
  display: none; }

.Modal--membership__form .Button--alert .Button__text {
  font-size: 13px;
  white-space: nowrap; }

@-moz-document url-prefix() {
  .Card__bg-wrap:hover, .Card__bg-wrap.hovered {
    transform: none; }
  .Card__bg-wrap::before {
    display: none; }
  .Card:hover {
    box-shadow: 0 0 0 2px #2f7efb;
    cursor: pointer; }
  .Card:active {
    box-shadow: 0 0 0 2px #EE2624;
    cursor: pointer; }
  .Card__content {
    transform: translateZ(0) scale(0.5) !important; }
    .Card__content .Card__detail {
      opacity: 0 !important; }
    .Card__content .Card__trig-mylist, .Card__content .Card__trig-quickpick, .Card__content::before {
      display: none !important; }
  .Film-row__slide,
  .Film-grid__list-item {
    transition: none !important;
    transform: none !important; } }

/*# sourceMappingURL=indieflix.css.map */
