@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  background-color: #101516;
  font-size: 18px; }

body {
  line-height: 1.45625;
  font-family: "proxima-nova-alt-condensed", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #8C9FA5;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }
  body:after {
    content: "";
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 21, 22, 0.6875);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.1875s ease-out;
    transition: opacity 0.1875s ease-out; }
  body.film {
    background-color: #131A1C; }
  body.details-offset {
    margin-top: -266px; }
  body.pagination-offset {
    margin-top: -192px; }

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }

::-moz-selection {
  background-color: #60bddf;
  color: #FFFFFF; }

::selection {
  background-color: #60bddf;
  color: #FFFFFF; }

/* Typography
-------------------- */
a {
  text-decoration: none;
  color: #E6BD4B;
  -webkit-transition: color 0.1875s ease-out;
  transition: color 0.1875s ease-out; }
  a:hover {
    color: #299FC9; }

h1, h2, h3, h4, h5 {
  display: block;
  margin-top: 0.25em;
  margin-bottom: 0.625em;
  line-height: 1.25;
  font-weight: 700;
  color: #FFFFFF;
  text-rendering: optimizeLegibility; }

h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin-top: 0; }

h1 {
  font-size: 5.25em;
  margin-top: 0;
  margin-bottom: 0.4125em;
  line-height: 0.9325;
  font-family: "refrigerator-deluxe", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  left: -0.03125em; }

h2 {
  font-size: 3.75em;
  line-height: 0.9375;
  font-family: "refrigerator-deluxe", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: -2.5px;
  word-spacing: 2px;
  color: #299FC9; }

h3 {
  font-size: 1.5625em;
  line-height: 1.125; }

h4 {
  font-size: 1.325em;
  margin-top: 1.75em;
  font-family: "refrigerator-deluxe", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.125px;
  word-spacing: 1px;
  text-transform: uppercase;
  color: #299FC9; }

h5 {
  font-size: 1.0625em;
  margin-top: 1.75em;
  margin-bottom: 0.4125em;
  font-weight: 700;
  font-style: italic; }

p {
  margin-bottom: 1.5em; }
  p strong {
    font-weight: 700; }

em {
  font-style: italic; }

strong {
  font-weight: 700; }

small {
  font-size: 0.8em; }

hr {
  margin: 2.5em 0;
  border: none;
  height: 1px;
  background-color: #2A3235;
  display: block; }

.copy a {
  color: #299FC9; }
  .copy a:hover {
    color: #E6BD4B; }
  .copy a.yellow {
    color: #E6BD4B; }
    .copy a.yellow:hover {
      color: #299FC9; }

article {
  margin: 0.75em 0; }
  article a {
    color: #299FC9; }
    article a:hover {
      color: #E6BD4B; }
  article ul, article ol {
    margin-bottom: 1.5em;
    margin-left: 2.325em; }
    article ul li, article ol li {
      margin-bottom: 0.75em;
      line-height: 1.125;
      margin-left: 0; }
  article ul {
    list-style-type: disc; }
  article ol {
    list-style-type: decimal; }
  article blockquote {
    font-size: 1.325em;
    padding-left: 1.25em;
    border-left: 1px solid #299FC9;
    font-family: "refrigerator-deluxe", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 0.125px;
    word-spacing: 0.25px;
    margin-bottom: 1.0625em; }
    article blockquote:before, article blockquote:after {
      color: #299FC9;
      font-weight: 700; }
    article blockquote:before {
      content: "“"; }
    article blockquote:after {
      content: "”"; }
  article ins {
    text-decoration: none;
    display: block;
    margin: 0.5em 0 0.5em 2.325em;
    padding: 0.25em 0;
    margin-left: 1.346875em; }
  article code {
    font-family: monospace;
    background-color: #2A3235;
    letter-spacing: -0.75px; }
  article img {
    max-width: 100%; }

/* Inputs
-------------------- */
input {
  display: inline-block;
  vertical-align: top;
  font-size: 1.325em;
  height: 2.4125em;
  padding: 0 0.5625em;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
  font-family: "proxima-nova-alt-condensed", Helvetica, Arial, sans-serif;
  color: #8C9FA5; }
  input:not([type=submit]):not([type=file]) {
    border: 1px solid #2A3235;
    -webkit-transition: border-color 0.1875s ease-out, color 0.1875s ease-out;
    transition: border-color 0.1875s ease-out, color 0.1875s ease-out; }
    input:not([type=submit]):not([type=file]):focus {
      border-color: rgba(140, 159, 165, 0.5625); }
  input[type="submit"] {
    padding-left: 1.25em;
    padding-right: 1.25em;
    background-color: #131A1C;
    font-family: "refrigerator-deluxe", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    -webkit-transition: color 0.1875s ease-out, background-color 0.1875s ease-out;
    transition: color 0.1875s ease-out, background-color 0.1875s ease-out; }
    input[type="submit"]:hover {
      background-color: #192225;
      color: #FFFFFF; }
  input::-webkit-input-placeholder {
    color: rgba(140, 159, 165, 0.5625);
    -webkit-transition: color 0.1875s ease-out;
    transition: color 0.1875s ease-out; }
  input:-moz-placeholder {
    color: rgba(140, 159, 165, 0.5625);
    -webkit-transition: color 0.1875s ease-out;
    transition: color 0.1875s ease-out; }
  input::-moz-placeholder {
    color: rgba(140, 159, 165, 0.5625);
    -webkit-transition: color 0.1875s ease-out;
    transition: color 0.1875s ease-out; }
  input:-ms-input-placeholder {
    color: rgba(140, 159, 165, 0.5625);
    -webkit-transition: color 0.1875s ease-out;
    transition: color 0.1875s ease-out; }

/* Common inner elements
-------------------- */
/* Button
------------ */
.button {
  display: inline-block;
  font-size: 1.325em;
  padding: 0.6875em 2.325em;
  background-color: #131A1C;
  line-height: 1;
  font-family: "refrigerator-deluxe", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  color: #8C9FA5;
  position: relative;
  -webkit-transition: color 0.1875s ease-out, background-color 0.1875s ease-out;
  transition: color 0.1875s ease-out, background-color 0.1875s ease-out; }
  .button:hover {
    color: #FFFFFF;
    background-color: #192225; }
  .button .range-dash {
    display: inline-block;
    padding: 0 0.15625em;
    position: relative;
    bottom: 0.09375em; }

.button-future:after {
  content: "›";
  position: relative;
  font-size: 1.625em;
  line-height: 0.125;
  padding-left: 0.125em;
  top: 0.03125em;
  left: 0.125em; }

.button-past:before {
  content: "‹";
  position: relative;
  font-size: 1.625em;
  line-height: 0.125;
  padding-right: 0.125em;
  top: 0.03125em;
  right: 0.125em; }

/* Tag
------------ */
.wf-loading .tag {
  visibility: hidden; }

.tag {
  display: inline-block;
  padding: 0 2px 0 2px;
  border: 1px solid transparent;
  font-size: 0.9375em;
  line-height: 0.96875;
  font-family: "refrigerator-deluxe", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  white-space: nowrap;
  background-color: #5f7379;
  color: #101516;
  -webkit-transition: background-color 0.1875s ease-out;
  transition: background-color 0.1875s ease-out; }
  @media screen and (min-width: 1360px) {
    .tag {
      line-height: 0.9375; } }

.tag-outline {
  border-color: #5f7379;
  background-color: transparent;
  color: #5f7379;
  -webkit-transition: color 0.1875s ease-out, border-color 0.1875s ease-out;
  transition: color 0.1875s ease-out, border-color 0.1875s ease-out; }

.tag-borderless {
  border-color: transparent;
  padding-right: 0; }

.tag-mini {
  font-size: 68.75%;
  letter-spacing: 0.75px;
  font-weight: 700; }

.tag-mega {
  font-size: 1.2875rem;
  position: relative;
  line-height: 0.875;
  margin-right: 0.15625em; }
  .tag-mega.tag-icon figure {
    position: relative;
    top: 1px; }
  .tag-mega.tag-icon span {
    font-size: 0.875em;
    position: relative;
    bottom: 1px; }
  .tag-mega.tag-expandable {
    max-width: 0.9375em; }
    .tag-mega.tag-expandable:hover {
      max-width: 5em !important; }

.tag-icon figure {
  display: inline-block;
  background-color: #101516;
  height: 1em;
  width: 1em;
  font-size: 0.75em; }
  @media screen and (min-width: 960px) {
    .tag-icon figure {
      font-size: 0.71875em; } }
  @media screen and (min-width: 1080px) {
    .tag-icon figure {
      font-size: 0.75em; } }
  @media screen and (min-width: 1280px) {
    .tag-icon figure {
      font-size: 0.71875em;
      margin-bottom: 1px; } }
  @media screen and (min-width: 1360px) {
    .tag-icon figure {
      font-size: 0.71875em;
      margin-bottom: 0; } }
  @media screen and (min-width: 2040px) {
    .tag-icon figure {
      font-size: 0.6875em;
      margin-bottom: 1px; } }
  @media screen and (min-width: 2140px) {
    .tag-icon figure {
      font-size: 0.71875em; } }
  @media screen and (min-width: 2240px) {
    .tag-icon figure {
      font-size: 0.71875em;
      margin-bottom: 0; } }
  @media screen and (min-width: 2380px) {
    .tag-icon figure {
      font-size: 0.71875em;
      margin-bottom: 1px; } }

.tag-icon span {
  display: inline-block; }

.tag-icon.tag-outline figure {
  background-color: #5f7379; }

.tag-yellow {
  background-color: #E6BD4B; }

.tag-blue {
  background-color: #299FC9; }
  .tag-blue:hover {
    background-color: #E6BD4B !important; }

.tag-red {
  background-color: #AF2523; }

.tag-gray {
  background-color: #5f7379 !important; }

a.tag {
  -webkit-transition: opacity 0.1875s ease-out, border-color 0.1875s ease-out, background-color 0.1875s ease-out, color 0.1875s ease-out;
  transition: opacity 0.1875s ease-out, border-color 0.1875s ease-out, background-color 0.1875s ease-out, color 0.1875s ease-out; }
  a.tag:hover {
    color: #101516;
    background-color: #299FC9; }

a.tag-outline:hover {
  color: #5f7379;
  background-color: transparent;
  opacity: 0.625; }

a.tag-toggle {
  border-color: #5f7379;
  background-color: transparent;
  color: #5f7379;
  -webkit-transition: opacity 0.1875s ease-out;
  transition: opacity 0.1875s ease-out; }
  a.tag-toggle:hover {
    color: #5f7379;
    background-color: transparent;
    opacity: 0.75; }
  a.tag-toggle.active {
    background-color: #5f7379;
    color: #101516; }
    a.tag-toggle.active.tag-icon figure {
      background-color: #101516; }
    a.tag-toggle.active:hover {
      opacity: 1;
      -webkit-transition: none;
      transition: none; }

.tag-expandable, a.tag-expandable {
  max-width: 1em;
  overflow: hidden;
  -webkit-transition: max-width 0.1875s ease-out, background-color 0.1875s ease-out, opacity 0.1875s ease-out !important;
  transition: max-width 0.1875s ease-out, background-color 0.1875s ease-out, opacity 0.1875s ease-out !important;
  -webkit-transition-delay: 0.1875s !important;
          transition-delay: 0.1875s !important; }
  .tag-expandable:hover, a.tag-expandable:hover {
    opacity: 1;
    max-width: 6.75em;
    -webkit-transition-delay: 0.625s;
            transition-delay: 0.625s; }

/* Basic view sizing
-------------------- */
.container {
  min-width: 288px;
  margin: 0 1em; }

.container-extended {
  min-width: 288px;
  margin: 0 0 0 1em; }

.linear_1k {
  position: relative;
  max-width: calc(44.4% + 380px);
  margin: 0 auto; }
  @media screen and (min-width: 1440px) {
    .linear_1k {
      max-width: 1000px; } }

@media screen and (min-width: 1920px) {
  .linear_1k_plus {
    max-width: 79%; } }

@media screen and (min-width: 2380px) {
  .linear_1k_plus {
    max-width: 1844px; } }

.linear_800 {
  max-width: calc(22.94% + 479px);
  margin: 0 auto; }
  @media screen and (min-width: 1440px) {
    .linear_800 {
      max-width: 800px; } }

.linear_640 {
  max-width: calc(20.55% + 353px);
  margin: 0 auto; }
  @media screen and (min-width: 1440px) {
    .linear_640 {
      max-width: 640px; } }

/* Section
-------------------- */
section {
  position: relative;
  padding: 1em 0;
  overflow: hidden;
  background-color: #101516;
  border-bottom: 1px solid #2A3235;
  -webkit-transition: opacity 0.1875s ease-out;
  transition: opacity 0.1875s ease-out; }
  @media screen and (min-width: 660px) {
    section {
      padding: calc(1.94625% + 12px) 0; } }
  @media screen and (min-width: 1440px) {
    section {
      padding: 1.90625em 0; } }
  @media screen and (min-width: 1920px) {
    section {
      padding: calc(1.96% - 2.3529px) 0; } }
  @media screen and (min-width: 2380px) {
    section {
      padding: 2.125em 0; } }

/* Header
-------------------- */
header {
  z-index: 100;
  top: 0;
  width: 100%;
  height: 2.9375em; }
  header .background {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 2.9375em;
    background-color: rgba(19, 26, 28, 0.975);
    border-bottom: 1px solid #2A3235;
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out; }
  header.menu-area {
    pointer-events: none; }
    header.menu-area .background {
      height: 20.5em;
      -webkit-transform: translateY(-17.59em);
          -ms-transform: translateY(-17.59em);
              transform: translateY(-17.59em);
      -webkit-transition: -webkit-transform 0.25s ease-out;
      transition: -webkit-transform 0.25s ease-out;
      transition: transform 0.25s ease-out;
      transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
      -webkit-transition-delay: 0.09375s;
              transition-delay: 0.09375s; }
  header .flex {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2.875em;
    pointer-events: auto; }
  header .left, header .right {
    -webkit-transition: opacity 0.1875s ease-out;
    transition: opacity 0.1875s ease-out; }
    @media screen and (min-width: 660px) {
      header .left, header .right {
        width: 12.1875em; } }
  header .logo {
    font-size: 1.625em;
    font-family: "refrigerator-deluxe", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
    header .logo figure {
      position: relative;
      display: inline-block;
      height: 0.7125em;
      width: 0.875em;
      -webkit-transition: background-color 0.1875s ease-out;
      transition: background-color 0.1875s ease-out; }
      header .logo figure svg {
        position: absolute;
        height: 100%; }
      @media screen and (min-width: 660px) {
        header .logo figure {
          margin-right: 0.325em; } }
    header .logo span {
      display: none; }
    @media screen and (min-width: 660px) {
      header .logo span {
        display: inline-block; } }
    header .logo a {
      display: inline-block; }
      header .logo a figure svg path, header .logo a figure svg polygon {
        -webkit-transition: fill 0.1875s ease-out;
        transition: fill 0.1875s ease-out; }
      header .logo a:hover figure svg path, header .logo a:hover figure svg polygon {
        fill: #299FC9; }
  header .title {
    position: relative;
    font-weight: 700;
    color: #FFFFFF;
    -webkit-transition: opacity 0.1875s ease-out, color 0.1875s ease-out;
    transition: opacity 0.1875s ease-out, color 0.1875s ease-out; }
    header .title.menu-toggle:after {
      content: "›";
      position: absolute;
      display: inline-block;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      top: 0;
      right: -0.5625em;
      line-height: 0.75;
      font-size: 1.875em;
      font-family: "refrigerator-deluxe", Helvetica, Arial, sans-serif;
      font-weight: 700; }
  header a:hover {
    color: #299FC9; }
  header .menu-wrapper {
    pointer-events: none; }
    header .menu-wrapper .linear_1k {
      pointer-events: none; }
  header .fivc-menu {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1em 0 2em;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.1875s ease-in;
    transition: opacity 0.1875s ease-in;
    -webkit-transition-delay: 0;
            transition-delay: 0;
    font-size: 65%; }
    @media screen and (min-width: 660px) {
      header .fivc-menu {
        font-size: 90%; } }
    header .fivc-menu .control-list {
      width: 48%; }
      header .fivc-menu .control-list > ul > li {
        font-size: 1.5625em; }
        header .fivc-menu .control-list > ul > li:nth-last-child(n+2) {
          margin-bottom: 0.64em; }
        header .fivc-menu .control-list > ul > li > a {
          display: block;
          position: relative;
          padding: 0.625em;
          background-color: #192225;
          font-weight: 600;
          color: #8C9FA5;
          -webkit-transition: background-color 0.1875s ease-out, color 0.1875s ease-out;
          transition: background-color 0.1875s ease-out, color 0.1875s ease-out; }
          header .fivc-menu .control-list > ul > li > a figure {
            position: absolute;
            font-size: 0.71875em;
            width: 1em;
            height: 1em;
            right: 0.875em;
            top: 1.2875em; }
            header .fivc-menu .control-list > ul > li > a figure svg path {
              fill: transparent; }
          header .fivc-menu .control-list > ul > li > a:hover {
            background-color: #1f2b2e;
            color: #FFFFFF; }
        header .fivc-menu .control-list > ul > li.selected a {
          background-color: #E6BD4B;
          color: #131A1C;
          cursor: default; }
          header .fivc-menu .control-list > ul > li.selected a figure svg path {
            fill: #131A1C; }
    header .fivc-menu .filter-options > ul > li {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      display: block;
      overflow: hidden;
      height: 4.36875em;
      background-color: #192225;
      -webkit-transition: height 0.1875s ease-out, margin 0.1875s ease-out, opacity 0.1875s ease-out;
      transition: height 0.1875s ease-out, margin 0.1875s ease-out, opacity 0.1875s ease-out; }
      header .fivc-menu .filter-options > ul > li .block-toggle {
        height: 4.36875em;
        -webkit-transition: background-color 0.1875s ease-out, color 0.1875s ease-out, height 0.1875s ease-out;
        transition: background-color 0.1875s ease-out, color 0.1875s ease-out, height 0.1875s ease-out; }
        header .fivc-menu .filter-options > ul > li .block-toggle figure {
          position: absolute;
          font-size: 0.71875em;
          width: 1em;
          height: 1em;
          right: 0.875em;
          top: 2.21875em;
          -webkit-transition: top 0.1875s ease-out;
          transition: top 0.1875s ease-out; }
          header .fivc-menu .filter-options > ul > li .block-toggle figure svg path {
            fill: #8C9FA5;
            -webkit-transition: fill 0.1875s ease-out;
            transition: fill 0.1875s ease-out; }
        header .fivc-menu .filter-options > ul > li .block-toggle .tag-summary {
          font-size: 0.9375rem;
          position: relative;
          top: 0;
          left: 0;
          -webkit-transition: background-color 0.1875s ease-out, border-color 0.1875s ease-out, opacity 0.1875s ease-out, color 0.1875s ease-out, left 0.1875s ease-out, top 0.1875s ease-out;
          transition: background-color 0.1875s ease-out, border-color 0.1875s ease-out, opacity 0.1875s ease-out, color 0.1875s ease-out, left 0.1875s ease-out, top 0.1875s ease-out; }
        header .fivc-menu .filter-options > ul > li .block-toggle:hover figure svg path {
          fill: #FFFFFF; }
      header .fivc-menu .filter-options > ul > li strong {
        position: relative;
        top: 0;
        display: block;
        font-weight: 600;
        -webkit-transition: top 0.1875s ease-out;
        transition: top 0.1875s ease-out; }
      header .fivc-menu .filter-options > ul > li .tag-function {
        position: absolute;
        bottom: 1.03125em; }
        header .fivc-menu .filter-options > ul > li .tag-function:active {
          background-color: #5f7379;
          color: #192225;
          opacity: 1;
          -webkit-transition: none;
          transition: none; }
      header .fivc-menu .filter-options > ul > li > div {
        padding: 1.03125em 1.875em 1.03125em 1.03125em;
        font-size: 1rem;
        position: relative;
        height: 10.4125em; }
        header .fivc-menu .filter-options > ul > li > div ul .tag {
          margin-right: 0.25em; }
        header .fivc-menu .filter-options > ul > li > div ul:last-of-type {
          margin-bottom: 0.625em; }
        header .fivc-menu .filter-options > ul > li > div li {
          display: inline-block; }
        header .fivc-menu .filter-options > ul > li > div p {
          font-size: 0.8rem;
          color: #5f7379; }
          header .fivc-menu .filter-options > ul > li > div p a {
            display: inline-block;
            padding: 0;
            height: auto;
            background-color: transparent;
            color: #299FC9; }
            header .fivc-menu .filter-options > ul > li > div p a:after {
              content: " ›"; }
            header .fivc-menu .filter-options > ul > li > div p a:hover {
              color: #E6BD4B; }
    header .fivc-menu .filter-options .emphasis .tag-toggle {
      border-color: #E6BD4B;
      color: #E6BD4B; }
      header .fivc-menu .filter-options .emphasis .tag-toggle figure {
        background-color: transparent; }
        header .fivc-menu .filter-options .emphasis .tag-toggle figure svg polygon {
          fill: #E6BD4B; }
      header .fivc-menu .filter-options .emphasis .tag-toggle.active {
        background-color: #E6BD4B;
        color: #192225; }
        header .fivc-menu .filter-options .emphasis .tag-toggle.active figure {
          background-color: transparent; }
          header .fivc-menu .filter-options .emphasis .tag-toggle.active figure svg polygon {
            fill: #192225; }
    header .fivc-menu .filter-options .emphasis .tag-summary {
      background-color: #E6BD4B; }
    header .fivc-menu .filter-options .genre .tag-toggle {
      border-color: #299FC9;
      color: #299FC9; }
      header .fivc-menu .filter-options .genre .tag-toggle.active {
        background-color: #299FC9;
        color: #192225; }
    header .fivc-menu .filter-options .genre .tag-summary {
      background-color: #299FC9; }
    header .fivc-menu .filter-options.view-emphasis-block .emphasis {
      height: 9.36875em;
      margin: 0; }
      header .fivc-menu .filter-options.view-emphasis-block .emphasis strong {
        top: -0.45625em;
        color: #FFFFFF; }
      header .fivc-menu .filter-options.view-emphasis-block .emphasis .tag-summary {
        top: -1.25em;
        left: -0.125em;
        background-color: transparent;
        border-color: transparent;
        color: #5f7379; }
    header .fivc-menu .filter-options.view-emphasis-block .block-toggle-emphasis {
      height: 2.71875em !important;
      background-color: #1f2b2e;
      color: #FFFFFF; }
      header .fivc-menu .filter-options.view-emphasis-block .block-toggle-emphasis figure {
        top: 1.2875em; }
        header .fivc-menu .filter-options.view-emphasis-block .block-toggle-emphasis figure svg path {
          fill: #FFFFFF; }
    header .fivc-menu .filter-options.view-emphasis-block .genre {
      height: 0;
      opacity: 0; }
    header .fivc-menu .filter-options.view-genre-block .emphasis {
      height: 0;
      margin: 0;
      opacity: 0; }
      header .fivc-menu .filter-options.view-genre-block .emphasis > div {
        height: calc(100% - 4.2875em); }
    header .fivc-menu .filter-options.view-genre-block .block-toggle-genre {
      height: 2.71875em !important;
      background-color: #1f2b2e;
      color: #FFFFFF; }
      header .fivc-menu .filter-options.view-genre-block .block-toggle-genre:after {
        top: -0.09375em; }
      header .fivc-menu .filter-options.view-genre-block .block-toggle-genre figure {
        top: 1.2875em; }
        header .fivc-menu .filter-options.view-genre-block .block-toggle-genre figure svg path {
          fill: #FFFFFF; }
    header .fivc-menu .filter-options.view-genre-block .genre {
      height: 9.36875em; }
      header .fivc-menu .filter-options.view-genre-block .genre strong {
        color: #FFFFFF; }
      header .fivc-menu .filter-options.view-genre-block .genre .tag-summary {
        opacity: 0;
        top: -0.9em; }
    header .fivc-menu .filter-options:not(.view-emphasis-block) .block-toggle:hover .tag-summary {
      color: #1f2b2e; }
    header .fivc-menu .filter-options-disabled ul > li > a {
      pointer-events: none; }
      header .fivc-menu .filter-options-disabled ul > li > a figure {
        opacity: 0.325; }
      header .fivc-menu .filter-options-disabled ul > li > a .tag {
        opacity: 0.4125; }
  header .fivc-menu-guide {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    header .fivc-menu-guide .control-list p {
      margin-bottom: 0.875em; }
      header .fivc-menu-guide .control-list p a {
        font-weight: 600; }
    header .fivc-menu-guide .control-list hr {
      margin: 1.5em 0 1em; }
    header .fivc-menu-guide .control-list > ul > li {
      margin-bottom: 0.64em; }
      header .fivc-menu-guide .control-list > ul > li a .icon {
        display: inline-block;
        position: relative;
        top: 0.125em;
        font-size: 0.90625em; }
      header .fivc-menu-guide .control-list > ul > li a svg {
        display: block;
        width: 1em; }
        header .fivc-menu-guide .control-list > ul > li a svg path {
          fill: #8C9FA5;
          -webkit-transition: fill 0.1875s ease-out;
          transition: fill 0.1875s ease-out; }
      header .fivc-menu-guide .control-list > ul > li a:hover .icon svg path {
        fill: #FFFFFF; }
      header .fivc-menu-guide .control-list > ul > li.selected a .icon svg path {
        fill: #131A1C; }
      header .fivc-menu-guide .control-list > ul > li.selected.staff-favorites a {
        background-color: #AF2523; }
      header .fivc-menu-guide .control-list > ul > li.selected.staff-picks a {
        background-color: #299FC9; }
  header .search {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.625em;
    -webkit-transform: translateX(6.78125em);
        -ms-transform: translateX(6.78125em);
            transform: translateX(6.78125em);
    -webkit-transition: -webkit-transform 0.1875s ease-out;
    transition: -webkit-transform 0.1875s ease-out;
    transition: transform 0.1875s ease-out;
    transition: transform 0.1875s ease-out, -webkit-transform 0.1875s ease-out; }
    header .search figure {
      position: relative;
      display: inline-block;
      height: 0.7125em;
      width: 0.7125em;
      -webkit-transition: border-color 0.1875s ease-out;
      transition: border-color 0.1875s ease-out; }
      header .search figure svg {
        position: absolute;
        top: 0;
        left: 0; }
        header .search figure svg path {
          -webkit-transition: fill 0.1875s ease-out;
          transition: fill 0.1875s ease-out; }
    header .search:hover figure svg path {
      fill: #FFFFFF; }
    header .search .search-hide {
      display: inline-block;
      height: 0.71875em;
      font-size: 1.875em;
      line-height: 0.625;
      color: transparent;
      -webkit-transition: color 0.1875s ease-out;
      transition: color 0.1875s ease-out; }
    header .search form {
      position: absolute;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: calc(100vw - 3.1875em);
      font-size: 1rem;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.1875s ease-out;
      transition: opacity 0.1875s ease-out; }
      header .search form input[type="search"] {
        display: block;
        width: calc(100%);
        height: 1.625em;
        padding-left: 0.1875em;
        border: none;
        font-size: 1.4125em;
        font-family: "proxima-nova-alt-condensed", Helvetica, Arial, sans-serif;
        color: white; }
        header .search form input[type="search"]::-webkit-search-cancel-button {
          -webkit-appearance: none; }
        header .search form input[type="search"]:focus {
          outline: 0; }
  header .back-link {
    position: relative;
    bottom: 0.03125em; }
    header .back-link a {
      position: relative;
      padding-left: 0.75em;
      font-size: 1.325em;
      font-family: "refrigerator-deluxe", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      word-spacing: 1px; }
      header .back-link a:before {
        content: "‹";
        position: absolute;
        top: 0;
        left: 0;
        font-size: 1.625em;
        line-height: 0.5; }
  header .film-view-toggle {
    position: relative;
    bottom: 0.125em;
    height: 1.25em; }
    header .film-view-toggle:hover a {
      color: #8C9FA5; }
      header .film-view-toggle:hover a .tag-icon {
        border-color: #8C9FA5; }
        header .film-view-toggle:hover a .tag-icon figure polygon, header .film-view-toggle:hover a .tag-icon figure path {
          fill: #8C9FA5; }
    header .film-view-toggle a {
      position: absolute;
      color: #5f7379;
      width: 100%;
      text-align: right;
      -webkit-transition: color 0.1875s ease-out;
      transition: color 0.1875s ease-out; }
    header .film-view-toggle .tag-icon {
      margin-left: 0.1875em;
      border-color: #5f7379; }
      header .film-view-toggle .tag-icon figure {
        background-color: transparent; }
        header .film-view-toggle .tag-icon figure polygon, header .film-view-toggle .tag-icon figure path {
          fill: #5f7379;
          -webkit-transition: fill 0.1875s ease-out;
          transition: fill 0.1875s ease-out; }

/* Header view
------------ */
.header-view {
  overflow: hidden; }
  .header-view header {
    position: fixed; }
    .header-view header + div {
      pointer-events: none; }
  .header-view section:nth-of-type(1) {
    margin-top: 2.9375em; }
  .header-view .search-results-section + section {
    margin-top: 2.9375em; }
  .header-view.sf-template header .background {
    background-color: #131A1C; }
  .header-view.sf-template.sf-transparent header .background {
    background-color: rgba(19, 26, 28, 0.975); }
  .header-view.sf-details header .background {
    border-color: transparent; }
  .header-view.sf-details .details-wrapper {
    opacity: 1;
    pointer-events: auto; }
  .header-view.sf-details-link .film-view-toggle .film-view-trailers {
    color: transparent;
    pointer-events: none; }
    .header-view.sf-details-link .film-view-toggle .film-view-trailers figure polygon, .header-view.sf-details-link .film-view-toggle .film-view-trailers figure path {
      fill: transparent; }
  .header-view.sf-trailer-link .film-view-toggle .film-view-details {
    color: transparent;
    pointer-events: none; }
    .header-view.sf-trailer-link .film-view-toggle .film-view-details figure polygon, .header-view.sf-trailer-link .film-view-toggle .film-view-details figure path {
      fill: transparent; }
  .header-view.sf-top .title:hover {
    color: #FFFFFF; }

/* Search mode and results
------------ */
body.search-mode header .search {
  -webkit-transform: translateX(calc(-100vw + 8.74em));
      -ms-transform: translateX(calc(-100vw + 8.74em));
          transform: translateX(calc(-100vw + 8.74em)); }
  body.search-mode header .search form {
    pointer-events: auto;
    opacity: 1; }
  body.search-mode header .search a figure svg path {
    fill: #FFFFFF; }
  body.search-mode header .search .search-hide {
    color: #5f7379; }
    body.search-mode header .search .search-hide:hover {
      color: #8C9FA5; }

body.search-mode header .left, body.search-mode header .title {
  opacity: 0;
  pointer-events: none; }

body.search-mode section:not(.search-results-section), body.search-mode footer {
  opacity: 0.09375;
  pointer-events: none; }

.search-results-section {
  display: none;
  min-height: calc(100vh - 2.9375em);
  border-bottom: none; }

body.show-results .search-results-section {
  display: block; }

body.show-results section, body.show-results footer {
  display: none; }

/* Active FIVC menu
------------ */
body.show-menu:after {
  opacity: 1;
  pointer-events: auto; }

body.show-menu header .background {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0;
          transition-delay: 0; }

body.show-menu header .menu-wrapper {
  pointer-events: auto; }
  body.show-menu header .menu-wrapper .linear_1k {
    pointer-events: auto; }

body.show-menu header .fivc-menu {
  pointer-events: auto;
  opacity: 1;
  -webkit-transition-delay: 0.1875s;
          transition-delay: 0.1875s; }

body.show-menu header .title {
  color: #FFFFFF; }
  body.show-menu header .title:hover {
    color: #FFFFFF; }

body.show-menu header .logo a, body.show-menu header .logo a:hover {
  color: #414d51;
  pointer-events: none; }
  body.show-menu header .logo a figure svg path, body.show-menu header .logo a figure svg polygon, body.show-menu header .logo a:hover figure svg path, body.show-menu header .logo a:hover figure svg polygon {
    fill: #414d51; }

body.show-menu header .search {
  pointer-events: none; }
  body.show-menu header .search figure svg path {
    fill: #414d51; }

/* Header view calendar
------------ */
.header-view-calendar {
  overflow: visible; }
  .header-view-calendar h5 {
    position: relative;
    z-index: 101;
    margin-top: 0.8125em;
    margin-bottom: 2.78125em;
    font-size: 1em;
    text-align: right;
    font-style: normal;
    font-weight: 400;
    color: #8C9FA5;
    pointer-events: none; }
    .header-view-calendar h5 a {
      padding-right: 1.36875em;
      pointer-events: auto;
      color: #8C9FA5; }
      .header-view-calendar h5 a:hover {
        color: #FFFFFF; }
  .header-view-calendar section {
    padding-bottom: 5.6875em; }
    .header-view-calendar section:first-of-type {
      padding-top: 0; }
      .header-view-calendar section:first-of-type h5 {
        position: fixed;
        top: 0;
        width: calc(100% - 2em); }
  .header-view-calendar section:last-of-type {
    border-bottom: none;
    padding-bottom: 0; }
  .header-view-calendar .date-space {
    text-align: right; }
    .header-view-calendar .date-space .tag-outline {
      border-color: #8C9FA5;
      border: none !important; }
      .header-view-calendar .date-space .tag-outline figure {
        background-color: transparent;
        font-size: 1em;
        position: relative;
        top: 0.125em;
        left: 0.125em; }
  .header-view-calendar .month-spot {
    position: absolute;
    top: -4.75em;
    height: 1px;
    pointer-events: none; }

/* Filter indicators
-------------------- */
.filter-indicators {
  padding: 0 0 1.125em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .filter-indicators .current-filter-block {
    background-color: #131A1C;
    width: 100%;
    max-width: 20em;
    margin-bottom: 1em; }
    @media screen and (min-width: 660px) {
      .filter-indicators .current-filter-block {
        width: 48%;
        max-width: 18em;
        margin-bottom: 4%; } }
    @media screen and (min-width: 1920px) {
      .filter-indicators .current-filter-block {
        width: 31.5625%;
        margin-bottom: 2.65625%; } }
    @media screen and (min-width: 2380px) {
      .filter-indicators .current-filter-block {
        width: 582px; } }
    .filter-indicators .current-filter-block .top {
      background-color: #192225;
      padding: 0.325em 0.625em;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .filter-indicators .current-filter-block .top strong {
        color: #8C9FA5; }
      .filter-indicators .current-filter-block .top .filter-clear {
        color: #8C9FA5;
        -webkit-transition: color 0.1875s ease-out;
        transition: color 0.1875s ease-out; }
        .filter-indicators .current-filter-block .top .filter-clear:hover {
          color: #FFFFFF; }
    .filter-indicators .current-filter-block .bottom {
      padding: 1em 0.625em;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .filter-indicators .current-filter-block .bottom .filters {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .filter-indicators .current-filter-block .bottom .filter-edit {
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end; }
        .filter-indicators .current-filter-block .bottom .filter-edit:active {
          background-color: #5f7379;
          color: #131A1C;
          opacity: 1;
          -webkit-transition: none;
          transition: none; }
      .filter-indicators .current-filter-block .bottom .tag-icon figure {
        background-color: transparent; }

/* Footer
-------------------- */
body.mobile footer .flex-space:first-child {
  height: calc(50vh - 2.90625em);
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

body.mobile footer .flex-space:last-child {
  height: calc(50vh - 0.875em);
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

footer {
  padding: 0;
  background-color: #101516;
  background-image: -webkit-linear-gradient(#101516 25%, #0B2A35 110%);
  background-image: linear-gradient(#101516 25%, #0B2A35 110%);
  text-align: center;
  overflow: hidden; }
  footer .flex-space {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    footer .flex-space:first-child {
      height: 45vh;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      min-height: 14em; }
    footer .flex-space:last-child {
      height: 55vh;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      min-height: 14em; }
  footer .illustration {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    footer .illustration .structures-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 2880px;
      margin-left: -1440px;
      position: relative;
      left: 50vw; }
    footer .illustration .structures {
      position: relative;
      top: 1px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-transform: scale(0.34687);
          -ms-transform: scale(0.34687);
              transform: scale(0.34687);
      -webkit-transform-origin: bottom;
          -ms-transform-origin: bottom;
              transform-origin: bottom;
      -webkit-transition: -webkit-transform 0.1875s ease-out;
      transition: -webkit-transform 0.1875s ease-out;
      transition: transform 0.1875s ease-out;
      transition: transform 0.1875s ease-out, -webkit-transform 0.1875s ease-out; }
      @media screen and (min-width: 480px) {
        footer .illustration .structures {
          -webkit-transform: scale(0.53125);
              -ms-transform: scale(0.53125);
                  transform: scale(0.53125); } }
      @media screen and (min-width: 660px) {
        footer .illustration .structures {
          -webkit-transform: scale(0.71875);
              -ms-transform: scale(0.71875);
                  transform: scale(0.71875); } }
      @media screen and (min-width: 1000px) {
        footer .illustration .structures {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1); } }
      footer .illustration .structures .moon {
        position: relative;
        display: block;
        margin-right: -5em;
        bottom: 10em;
        left: 2em; }
        footer .illustration .structures .moon svg {
          display: block; }
          footer .illustration .structures .moon svg a:hover path {
            fill: #E6BD4B; }
          footer .illustration .structures .moon svg path {
            -webkit-transition: fill 0.1875s ease-out;
            transition: fill 0.1875s ease-out; }
      footer .illustration .structures .structure {
        margin: 0 0.1875em; }
        footer .illustration .structures .structure svg {
          display: block; }
      footer .illustration .structures .welcome-sign {
        display: none; }
        footer .illustration .structures .welcome-sign .tt-link:hover polygon {
          fill: #E6BD4B;
          fill: #E6BD4B; }
        footer .illustration .structures .welcome-sign .tt-link:hover g path {
          fill: #131A1C; }
        footer .illustration .structures .welcome-sign .tt-link polygon {
          -webkit-transition: fill 0.1875s ease-out, stroke 0.1875s ease-out;
          transition: fill 0.1875s ease-out, stroke 0.1875s ease-out; }
        footer .illustration .structures .welcome-sign .tt-link g path {
          fill: #E6BD4B;
          -webkit-transition: fill 0.1875s ease-out;
          transition: fill 0.1875s ease-out; }
        footer .illustration .structures .welcome-sign .info-link:hover polygon {
          fill: #299FC9;
          stroke: #299FC9; }
        footer .illustration .structures .welcome-sign .info-link:hover g path {
          fill: #131A1C; }
        footer .illustration .structures .welcome-sign .info-link polygon {
          -webkit-transition: fill 0.1875s ease-out, stroke 0.1875s ease-out;
          transition: fill 0.1875s ease-out, stroke 0.1875s ease-out; }
        footer .illustration .structures .welcome-sign .info-link g path {
          fill: #299FC9;
          -webkit-transition: fill 0.1875s ease-out;
          transition: fill 0.1875s ease-out; }
        footer .illustration .structures .welcome-sign .social-link:hover rect {
          fill: #299FC9;
          stroke: #299FC9; }
        footer .illustration .structures .welcome-sign .social-link:hover path {
          fill: #131A1C; }
        footer .illustration .structures .welcome-sign .social-link rect {
          -webkit-transition: fill 0.1875s ease-out, stroke 0.1875s ease-out;
          transition: fill 0.1875s ease-out, stroke 0.1875s ease-out; }
        footer .illustration .structures .welcome-sign .social-link path {
          fill: #299FC9;
          -webkit-transition: fill 0.1875s ease-out;
          transition: fill 0.1875s ease-out; }
      footer .illustration .structures .billboard {
        display: none;
        position: relative; }
        footer .illustration .structures .billboard .film-blocks a {
          position: absolute;
          bottom: 67px;
          width: 100%;
          font-size: 87.5%;
          text-align: left;
          box-shadow: 0 0.75em 2em -1.25em rgba(0, 0, 0, 0.125);
          -webkit-transition: box-shadow 0.1875s ease-out;
          transition: box-shadow 0.1875s ease-out; }
          footer .illustration .structures .billboard .film-blocks a:hover {
            box-shadow: 0 0.625em 2.75em -0.5em rgba(0, 0, 0, 0.6875); }
          footer .illustration .structures .billboard .film-blocks a figcaption {
            padding: 0.1875em 0.5em 0.4125em; }
          footer .illustration .structures .billboard .film-blocks a .tag-mini {
            font-size: 81.25%;
            position: relative;
            bottom: 1px; }
          footer .illustration .structures .billboard .film-blocks a .video-info {
            max-width: 5.25em !important;
            opacity: 0.75 !important; }
        footer .illustration .structures .billboard .sponsorship-link:hover rect {
          fill: #299FC9;
          stroke: #299FC9; }
        footer .illustration .structures .billboard .sponsorship-link:hover path {
          fill: #131A1C; }
        footer .illustration .structures .billboard .sponsorship-link rect {
          -webkit-transition: fill 0.1875s ease-out, stroke 0.1875s ease-out;
          transition: fill 0.1875s ease-out, stroke 0.1875s ease-out; }
        footer .illustration .structures .billboard .sponsorship-link path {
          fill: #299FC9;
          -webkit-transition: fill 0.1875s ease-out;
          transition: fill 0.1875s ease-out; }
    footer .illustration .earth {
      position: relative;
      z-index: 10;
      padding: 0.75em 0;
      width: 100%;
      background-color: #101516;
      border-top: 1px solid #2A3235;
      height: 2.9375em; }
    footer .illustration .flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    footer .illustration span, footer .illustration p {
      display: inline-block;
      color: #5f7379;
      opacity: 0.4125;
      margin: 0 0.25em; }
    footer .illustration p {
      display: none; }
      @media screen and (min-width: 1000px) {
        footer .illustration p {
          display: inline-block; } }
    footer .illustration span:first-child {
      text-align: left; }
    footer .illustration span:last-child {
      text-align: right; }
    @media screen and (min-width: 1000px) {
      footer .illustration span {
        width: 9em; } }

body.film footer .earth {
  background-image: none;
  background-color: #131A1C; }

/* Film Blocks
-------------------- */
.film-blocks a {
  display: block;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-tap-highlight-color: transparent; }
  .film-blocks a:hover figure:before {
    -webkit-filter: brightness(132.5%) opacity(1);
            filter: brightness(132.5%) opacity(1); }
  .film-blocks a:hover figure div {
    -webkit-filter: grayscale(100%) brightness(100%) contrast(100%);
            filter: grayscale(100%) brightness(100%) contrast(100%); }
  .film-blocks a:hover figcaption {
    background-color: #192225; }
    .film-blocks a:hover figcaption .title {
      color: #E6BD4B; }
      .film-blocks a:hover figcaption .title .tag figure svg polygon.offblack {
        opacity: 1; }
      .film-blocks a:hover figcaption .title .tag figure svg polygon.offblack_lightened {
        opacity: 1; }
  .film-blocks a:hover .row > *:nth-child(2) {
    max-width: 5em;
    opacity: 0.75; }
  .film-blocks a > figure {
    position: relative;
    padding-top: 41.25%;
    background-color: #131A1C; }
    .film-blocks a > figure:before {
      content: "";
      position: absolute;
      z-index: 200;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #e3bc4e;
      mix-blend-mode: multiply;
      -webkit-filter: brightness(132.5%) opacity(0);
              filter: brightness(132.5%) opacity(0);
      -webkit-transition: -webkit-filter 0.1875s ease-out; }
    .film-blocks a > figure div {
      position: absolute;
      z-index: 100;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-filter: grayscale(0) brightness(100%) contrast(100%);
              filter: grayscale(0) brightness(100%) contrast(100%);
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      -webkit-transition: -webkit-filter 0.1875s ease-out; }

.film-blocks a.no-trailers .trailer-count {
  max-width: 4.875em !important;
  opacity: 0.75 !important; }

.film-blocks a.no-trailers figure {
  background-color: #192225;
  -webkit-transition: background-color 0.1875s ease-out;
  transition: background-color 0.1875s ease-out; }
  .film-blocks a.no-trailers figure div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .film-blocks a.no-trailers figure div .icon {
      display: block;
      width: 5.78125em; }
      .film-blocks a.no-trailers figure div .icon svg {
        display: block; }
        .film-blocks a.no-trailers figure div .icon svg path, .film-blocks a.no-trailers figure div .icon svg polygon, .film-blocks a.no-trailers figure div .icon svg line {
          -webkit-transition: fill 0.1875s ease-out;
          transition: fill 0.1875s ease-out;
          fill: #131A1C; }
        .film-blocks a.no-trailers figure div .icon svg line {
          -webkit-transition: stroke 0.1875s ease-out;
          transition: stroke 0.1875s ease-out;
          stroke: #131A1C; }

.film-blocks a.no-trailers:hover figure {
  background-color: #1f2b2e; }
  .film-blocks a.no-trailers:hover figure .icon svg path, .film-blocks a.no-trailers:hover figure .icon svg polygon, .film-blocks a.no-trailers:hover figure .icon svg line {
    fill: #192225; }
  .film-blocks a.no-trailers:hover figure .icon svg line {
    stroke: #192225; }
  .film-blocks a.no-trailers:hover figure:before {
    -webkit-filter: brightness(100%) opacity(0);
            filter: brightness(100%) opacity(0); }
  .film-blocks a.no-trailers:hover figure div {
    -webkit-filter: grayscale(0%) brightness(100%) contrast(100%);
            filter: grayscale(0%) brightness(100%) contrast(100%); }

.film-blocks .no-image:hover figure {
  background-color: #1f2b2e; }
  .film-blocks .no-image:hover figure .icon svg path, .film-blocks .no-image:hover figure .icon svg polygon, .film-blocks .no-image:hover figure .icon svg line {
    fill: #192225; }
  .film-blocks .no-image:hover figure .icon svg line {
    stroke: #192225; }
  .film-blocks .no-image:hover figure:before {
    -webkit-filter: brightness(100%) opacity(0);
            filter: brightness(100%) opacity(0); }
  .film-blocks .no-image:hover figure div {
    -webkit-filter: grayscale(0%) brightness(100%) contrast(100%);
            filter: grayscale(0%) brightness(100%) contrast(100%); }

.film-blocks figcaption {
  padding: 0.625em 0.6875em 0.5em;
  background-color: #131A1C;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: background-color 0.1875s ease-out;
  transition: background-color 0.1875s ease-out; }
  .film-blocks figcaption .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .film-blocks figcaption .row > *:nth-child(1) {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .film-blocks figcaption .row > *:nth-child(2) {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      overflow: hidden;
      white-space: nowrap;
      opacity: 0.125;
      max-width: 0;
      -webkit-transition: max-width 0.25s ease-out, opacity 0.25s ease-out;
      transition: max-width 0.25s ease-out, opacity 0.25s ease-out; }
  .film-blocks figcaption .title {
    display: block;
    overflow: hidden;
    color: #FFFFFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: color 0.1875s ease-out;
    transition: color 0.1875s ease-out; }
    .film-blocks figcaption .title .tag {
      margin-right: 0.1875em; }
      .film-blocks figcaption .title .tag figure {
        background-color: #131A1C;
        background-color: transparent;
        position: relative; }
        .film-blocks figcaption .title .tag figure svg polygon {
          -webkit-transition: opacity 0.1875s ease-out;
          transition: opacity 0.1875s ease-out; }
          .film-blocks figcaption .title .tag figure svg polygon.offblack {
            opacity: 1; }
          .film-blocks figcaption .title .tag figure svg polygon.offblack_lightened {
            opacity: 0; }
      .film-blocks figcaption .title .tag.tag-expandable {
        max-width: calc(1em + 1px);
        -webkit-transition-delay: 0.12	5s !important;
                transition-delay: 0.12	5s !important; }
        .film-blocks figcaption .title .tag.tag-expandable:hover {
          max-width: 5.5em;
          -webkit-transition-delay: 0.6875s !important;
                  transition-delay: 0.6875s !important; }
  .film-blocks figcaption .tag:not(.tag-outline) {
    color: #192225; }
  .film-blocks figcaption .release-date, .film-blocks figcaption .video-name,
  .film-blocks figcaption .trailer-count, .film-blocks figcaption .video-duration,
  .film-blocks figcaption .video-info {
    display: block;
    font-family: "refrigerator-deluxe", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    color: #5f7379;
    -webkit-transition: color 0.1875s ease-out;
    transition: color 0.1875s ease-out; }

.film-blocks li.sponsor figcaption .row:nth-child(1) > *:nth-child(2) {
  opacity: 0.75;
  max-width: 5em; }

.film-blocks li.all-link {
  background-color: #131A1C;
  -webkit-transition: background-color 0.1875s ease-out;
  transition: background-color 0.1875s ease-out; }
  .film-blocks li.all-link:hover {
    background-color: #192225; }
    .film-blocks li.all-link:hover span {
      color: #E6BD4B; }
  .film-blocks li.all-link div {
    font-family: "refrigerator-deluxe", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  .film-blocks li.all-link .title {
    opacity: 0; }
  .film-blocks li.all-link figcaption {
    background-color: transparent; }
  .film-blocks li.all-link a > figure {
    background-color: transparent;
    position: static; }
    .film-blocks li.all-link a > figure:before {
      -webkit-filter: brightness(100%) opacity(0);
              filter: brightness(100%) opacity(0); }
    .film-blocks li.all-link a > figure div {
      -webkit-filter: none;
              filter: none; }
      .film-blocks li.all-link a > figure div > div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .film-blocks li.all-link a > figure div > div span {
          position: relative;
          font-size: 1.325em;
          letter-spacing: 0.5px;
          word-spacing: 1px;
          color: #8C9FA5;
          -webkit-transition: color 0.1875s ease-out;
          transition: color 0.1875s ease-out; }
          .film-blocks li.all-link a > figure div > div span:after {
            content: "›";
            position: absolute;
            top: 0.09375em;
            padding-left: 0.1875em;
            font-size: 1.625em;
            line-height: 0.5; }

.film-blocks-column ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (min-width: 660px) {
    .film-blocks-column ul {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.film-blocks-column li {
  width: 100%;
  max-width: 20em;
  margin-bottom: 1em; }
  @media screen and (min-width: 660px) {
    .film-blocks-column li {
      width: 48%;
      margin-bottom: 4%;
      max-width: none; } }
  @media screen and (min-width: 1920px) {
    .film-blocks-column li {
      width: 31.5625%;
      margin-bottom: 2.65625%; } }
  @media screen and (min-width: 2380px) {
    .film-blocks-column li {
      width: 582px; } }

.film-blocks-column-small {
  position: relative;
  left: -5%;
  width: 110%;
  font-size: 75%; }
  @media screen and (min-width: 660px) {
    .film-blocks-column-small {
      font-size: 85%; } }
  .film-blocks-column-small ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .film-blocks-column-small li {
    width: 49.5%;
    margin-bottom: 2%; }
    @media screen and (min-width: 660px) {
      .film-blocks-column-small li {
        width: 31.5625%;
        margin-bottom: 2.65625%; }
        .film-blocks-column-small li:nth-child(3n+1), .film-blocks-column-small li:nth-child(3n+2) {
          margin-right: 1.59375em; } }
    @media screen and (min-width: 1920px) {
      .film-blocks-column-small li {
        width: 31.5625%;
        margin-bottom: 2.65625%; } }
    @media screen and (min-width: 2380px) {
      .film-blocks-column-small li {
        width: 582px; } }
  .film-blocks-column-small figcaption .title {
    color: #5f7379; }
  .film-blocks-column-small figcaption .release-date {
    color: #FFFFFF; }
    .film-blocks-column-small figcaption .release-date.release-date-past {
      color: #5f7379; }

.film-blocks-row {
  display: block;
  margin: 1.325em 0; }
  .film-blocks-row ul {
    white-space: nowrap;
    font-size: 0px; }
  .film-blocks-row li {
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
    width: 62.5vw;
    margin-right: 1em;
    max-width: 14.5em; }
    .film-blocks-row li:first-child {
      margin-left: 1em; }
    @media screen and (min-width: 480px) {
      .film-blocks-row li {
        width: 40.5vw;
        max-width: none; } }
    @media screen and (min-width: 660px) {
      .film-blocks-row li {
        width: 25.325vw; } }
    @media screen and (min-width: 1000px) {
      .film-blocks-row li {
        width: 20.625vw; } }
    @media screen and (min-width: 1680px) {
      .film-blocks-row li {
        width: 17vw;
        max-width: 14.90625em; } }
  .film-blocks-row figcaption {
    font-size: 0.875em; }
    .film-blocks-row figcaption .row:nth-of-type(1)
.release-date {
      display: none; }

.film-blocks-specific-video a:hover figcaption .title {
  color: #FFFFFF; }

.film-blocks-specific-video a:hover figcaption .video-name {
  color: #E6BD4B; }

.film-blocks-specific-video a:hover > figure:before {
  -webkit-filter: opacity(1);
          filter: opacity(1); }

.film-blocks-specific-video a:hover > figure div {
  -webkit-filter: grayscale(100%) brightness(93.75%) contrast(106.25%);
          filter: grayscale(100%) brightness(93.75%) contrast(106.25%); }

.film-blocks-specific-video a > figure:before {
  background-color: #f1b100;
  -webkit-filter: opacity(0);
          filter: opacity(0);
  mix-blend-mode: soft-light; }

.film-blocks-each-video ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.film-blocks-each-video li {
  width: calc((100% / 3) - (0.75em * (2/3)));
  max-width: 14.047619048em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-bottom: 0.75em; }
  .film-blocks-each-video li:nth-child(3n+1), .film-blocks-each-video li:nth-child(3n+2) {
    margin-right: 0.75em; }
  .film-blocks-each-video li.specified a {
    cursor: default; }
    .film-blocks-each-video li.specified a > figure {
      background-color: #192225; }
      .film-blocks-each-video li.specified a > figure:before {
        opacity: 0;
        -webkit-filter: brightness(100%) opacity(1);
                filter: brightness(100%) opacity(1); }
      .film-blocks-each-video li.specified a > figure:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 100;
        background-color: rgba(10, 39, 49, 0.65625); }
      .film-blocks-each-video li.specified a > figure div {
        -webkit-filter: grayscale(100%) brightness(135%) contrast(105%);
                filter: grayscale(100%) brightness(135%) contrast(105%);
        opacity: 0.6875;
        opacity: 1; }
  .film-blocks-each-video li.specified figcaption {
    background-color: #192225; }
    .film-blocks-each-video li.specified figcaption .video-name {
      color: #FFFFFF;
      opacity: 0.875; }
    .film-blocks-each-video li.specified figcaption .video-duration {
      opacity: 0.75; }
  .film-blocks-each-video li.specified .row > *:nth-child(2) {
    max-width: 5em; }

.film-blocks-each-video a:hover .video-name {
  color: #E6BD4B; }

.film-blocks-each-video figcaption {
  font-size: 0.90625em;
  padding: 0.25em; }

.film-blocks-search-results figcaption .title {
  color: #5f7379; }
  .film-blocks-search-results figcaption .title em {
    color: #FFFFFF;
    font-style: normal; }

.film-blocks-search-results figcaption .release-date {
  color: #5f7379; }

.film-blocks-search-results a:hover figcaption .title em {
  color: #E6BD4B; }

.film-blocks-search-results a:hover figcaption .release-date {
  color: #8C9FA5; }

/* Pagination space
-------------------- */
.pagination-space {
  text-align: center;
  margin: 2.5em 0; }

/* Pagination block – a fixed-height version for the film calendar and offset
-------------------- */
.pagination-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 233px; }

/* Mini list
-------------------- */
.mini-list {
  padding: 0 0 0.25em; }
  .mini-list .container-overflow {
    padding: 4.25em 0 2.36875em;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
  .mini-list h4 {
    display: inline-block;
    position: absolute;
    top: 2.125em;
    margin-bottom: 0;
    font-weight: 400;
    font-style: normal; }
    .mini-list h4 a {
      position: relative;
      color: #8C9FA5;
      -webkit-transition: color 0.1875s ease-out;
      transition: color 0.1875s ease-out; }
      .mini-list h4 a:hover {
        color: #299FC9; }
      .mini-list h4 a:after {
        content: "›";
        position: absolute;
        top: 0;
        padding-left: 0.1875em;
        font-size: 1.625em;
        line-height: 0.5; }

/* Film section
-------------------- */
.film-section {
  position: relative;
  padding-top: 1.90625em;
  padding-bottom: 3.90625em;
  margin-top: 0 !important;
  background-color: #101516;
  border-top: 1px solid transparent;
  overflow: visible; }
  .film-section:before {
    content: "";
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 0.5em;
    top: calc(-0.5em - 1px);
    left: 0;
    background-image: -webkit-linear-gradient(rgba(19, 26, 28, 0), rgba(19, 26, 28, 0.875));
    background-image: linear-gradient(rgba(19, 26, 28, 0), rgba(19, 26, 28, 0.875));
    pointer-events: none; }
  .film-section .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .film-section .flex main {
      width: 100%; }
  .film-section #trailers {
    position: absolute;
    top: -2.875em;
    height: 1px;
    pointer-events: none; }

.sf-details .film-section {
  border-color: #2A3235; }

/* Main (video block)
-------------------- */
main .feature-wrap {
  position: relative;
  padding-top: 41%;
  margin-bottom: 1.6875em; }

main .feature {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 0;
  padding-top: calc(41% + 2px);
  overflow: hidden;
  background-color: #131A1C;
  box-shadow: inset 0 0 0 1px #101516;
  -webkit-transition: padding-top 0.1875s ease-out;
  transition: padding-top 0.1875s ease-out; }
  main .feature .embed-wrap {
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 25;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    overflow: hidden;
    box-shadow: 0 0 0 1px #101516; }
  main .feature .embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 56.25%;
    margin-top: -7.5%;
    overflow: hidden;
    opacity: 0;
    -webkit-animation: fadeIn 0.25s ease-out;
            animation: fadeIn 0.25s ease-out;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  main .feature .background-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 35; }
  main .feature .background-wrap-autoplay {
    -webkit-animation: slideIn 0.25s ease-out;
            animation: slideIn 0.25s ease-out;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  main .feature .background {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    padding-top: 41%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  main .feature iframe {
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media only screen and (min-width: 1280px) and (max-width: 1919px) {
      main .feature iframe {
        -webkit-transform: scale(0.85399);
            -ms-transform: scale(0.85399);
                transform: scale(0.85399);
        width: 117.09677419%;
        height: 117.09677419%; } }
    @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
      main .feature iframe {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        width: 100%;
        height: 100%; } }

main .feature-no-trailers {
  background-color: #131A1C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  main .feature-no-trailers figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    main .feature-no-trailers figure .icon {
      width: 10em;
      padding-top: 2%; }
      main .feature-no-trailers figure .icon svg {
        display: block; }
        main .feature-no-trailers figure .icon svg path, main .feature-no-trailers figure .icon svg polygon, main .feature-no-trailers figure .icon svg line {
          fill: #101516; }
        main .feature-no-trailers figure .icon svg line {
          stroke: #101516; }

main .sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.1875em; }

main .copy-no-trailers {
  width: 100%; }
  main .copy-no-trailers p {
    margin: 0 auto;
    text-align: center;
    max-width: 31em; }

main .video-details {
  width: calc(100% - (2.5em + 14.25em));
  margin-right: 2.5em; }
  main .video-details p {
    margin-bottom: 0; }
  main .video-details .copy {
    margin-bottom: 1.2875em; }

main .video-interactions {
  position: relative;
  width: 14.25em; }

main .title-line {
  margin-bottom: 0.75em; }
  main .title-line h3 {
    display: inline-block;
    margin: 0 0.09375em 0 0;
    font-size: 1.325em;
    line-height: 1; }
  main .title-line .tag-icon figure {
    background-color: transparent; }

main .controls {
  margin-bottom: 1.0625em;
  text-align: right; }
  main .controls .toggle-wrap {
    padding-left: 0.36875em; }
  main .controls .tag.tag-expandable {
    -webkit-transition-delay: 0 !important;
            transition-delay: 0 !important; }
    main .controls .tag.tag-expandable:hover {
      max-width: 1em !important; }
  main .controls .tag figure {
    background-color: transparent; }
  main .controls .tag.theater-mode-toggle:active, main .controls .tag.theater-mode-toggle.active {
    background-color: #5f7379;
    color: #101516; }
    main .controls .tag.theater-mode-toggle:active figure, main .controls .tag.theater-mode-toggle.active figure {
      background-color: transparent; }
      main .controls .tag.theater-mode-toggle:active figure svg rect.shorter, main .controls .tag.theater-mode-toggle.active figure svg rect.shorter {
        fill: transparent; }
      main .controls .tag.theater-mode-toggle:active figure svg rect.taller, main .controls .tag.theater-mode-toggle.active figure svg rect.taller {
        fill: #101516; }
  main .controls .tag.theater-mode-toggle.active {
    max-width: 6em !important; }
  main .controls .tag.configurations {
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out; }
    main .controls .tag.configurations.active figure {
      background-color: transparent; }
      main .controls .tag.configurations.active figure svg polygon {
        fill: #101516; }
    main .controls .tag.configurations.active {
      max-width: 6.75em !important; }
  main .controls .tag.full-screen {
    -webkit-transition-property: max-width, color, background-color !important;
    transition-property: max-width, color, background-color !important;
    max-width: 1.03125em !important; }
    main .controls .tag.full-screen figure {
      background-color: transparent; }
      main .controls .tag.full-screen figure svg polygon {
        -webkit-transition: fill 0.1875s ease-out;
        transition: fill 0.1875s ease-out;
        -webkit-transition-delay: 0.1875s !important;
                transition-delay: 0.1875s !important;
        fill: #5f7379; }
    main .controls .tag.full-screen:active, main .controls .tag.full-screen.active {
      background-color: #5f7379;
      color: #101516;
      -webkit-transition: none !important;
      transition: none !important; }
      main .controls .tag.full-screen:active figure svg polygon, main .controls .tag.full-screen.active figure svg polygon {
        -webkit-transition: none;
        transition: none;
        fill: #101516; }
    main .controls .tag.full-screen.active {
      max-width: 6.75em !important; }
  main .controls.hoverIntent .toggle-wrap:hover .full-screen, main .controls.hoverIntent .full-screen:hover {
    max-width: 5.4125em !important; }
  main .controls.hoverIntent .theater-mode-toggle:hover {
    max-width: 6em !important; }
  main .controls.hoverIntent .toggle-wrap:not(:hover) .full-screen {
    -webkit-transition-duration: 0.25s !important;
            transition-duration: 0.25s !important;
    -webkit-transition-delay: 0.03125s !important;
            transition-delay: 0.03125s !important; }

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

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

@-webkit-keyframes slideIn {
  0% {
    height: 100%; }
  100% {
    height: 0%; } }

@keyframes slideIn {
  0% {
    height: 100%; }
  100% {
    height: 0%; } }

.wf-loading .trailer-details .copy {
  color: transparent;
  letter-spacing: -1.325px; }

.container-feature {
  margin: 0; }
  @media screen and (min-width: 660px) {
    .container-feature {
      margin: 0 1em; } }
  .container-feature .linear_1k {
    z-index: 20; }

body:not(.theater-mode) .feature-playing.hoverIntent {
  padding-top: calc(48.625% + 2px);
  -webkit-transition-delay: 0;
          transition-delay: 0; }

.feature-playing iframe {
  pointer-events: none; }

.feature-playing.hoverIntent iframe {
  pointer-events: auto; }

/* Post video content
-------------------- */
.post-video-content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(10, 39, 49, 0.8125);
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .post-video-content > div {
    width: 100%; }
  .post-video-content .pull-down-control {
    text-align: center; }
    .post-video-content .pull-down-control a {
      position: relative;
      display: block;
      background-color: #299FC9;
      color: #FFFFFF;
      font-family: "refrigerator-deluxe", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      -webkit-transition: background-color 0.1875s ease-out;
      transition: background-color 0.1875s ease-out; }
      .post-video-content .pull-down-control a:hover {
        background-color: #207d9f; }
    .post-video-content .pull-down-control span {
      position: relative; }
      .post-video-content .pull-down-control span:before {
        content: "›";
        position: absolute;
        left: -0.36875em;
        top: -0.2875em;
        font-family: "refrigerator-deluxe", Helvetica, Arial, sans-serif;
        font-size: 1.625em;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
  .post-video-content .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .post-video-content .main > div {
      width: 35%;
      margin: 0 4%; }
    .post-video-content .main .social-space {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-top: 1.875em; }
      .post-video-content .main .social-space .social-block {
        position: static; }
    .post-video-content .main .next-space p {
      margin-bottom: 0.5em;
      text-align: center;
      color: #FFFFFF; }
    .post-video-content .main .next-space figcaption {
      font-size: 87.5%; }
    .post-video-content .main .next-space .film-blocks a {
      box-shadow: 0 0.75em 2em -1.25em rgba(0, 0, 0, 0.125);
      -webkit-transition: box-shadow 0.1875s ease-out;
      transition: box-shadow 0.1875s ease-out; }
      .post-video-content .main .next-space .film-blocks a:hover {
        box-shadow: 0 0.625em 2.75em -0.5em rgba(0, 0, 0, 0.6875); }
  .post-video-content .thanks {
    padding: 0.325em 0 1.25em;
    text-align: center; }
    .post-video-content .thanks p {
      color: #FFFFFF;
      margin-bottom: 0; }
      .post-video-content .thanks p a {
        font-weight: 700; }

.no-autoplay .post-video-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/* Aside (film details)
-------------------- */
.details-wrapper {
  opacity: 0;
  pointer-events: none;
  position: relative;
  height: calc(267px + 2.8125em);
  background-color: #131A1C; }
  .details-wrapper > div {
    position: fixed;
    top: 2.875em;
    width: calc(100% - 2em); }

aside {
  position: relative;
  height: calc(267px - 1em);
  overflow: hidden;
  text-align: center; }
  @media screen and (min-width: 1440px) {
    aside {
      font-size: 21px; }
      aside .tag-icon figure {
        font-size: 0.71875em;
        margin-bottom: 0; } }
  aside .film-details {
    font-size: 0.9375em; }
  aside p {
    margin-top: 0;
    margin-bottom: 0.25em;
    font-size: 0.78125em;
    line-height: 1.4125;
    color: #5f7379; }
    aside p span {
      font-weight: 700;
      margin-right: 0.1875em; }
    aside p strong {
      font-weight: 400; }
  aside .left-side {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin-right: 0.25rem;
    text-align: right; }
    aside .left-side .tag {
      word-spacing: 0.5px;
      letter-spacing: 0.5px; }
  aside .right-side {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin-left: 0.25rem;
    text-align: left; }
    aside .right-side .tag {
      margin-right: 0.125em; }
  aside .people {
    margin: 0.6875em 0 0.8125em; }
  aside .synopsis {
    margin: 0.325em auto 1em;
    font-size: 0.78125em;
    max-width: 24em; }
  aside .film-attributes {
    position: absolute;
    bottom: 0.5em;
    width: 100%; }
    aside .film-attributes .tag {
      color: #131A1C;
      margin: 0 0.0625em; }
      aside .film-attributes .tag figure {
        background-color: transparent; }

/* Social block
-------------------- */
.social-block {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 2.21875em;
  background-color: #101516;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: background-color 0.1875s ease-out, height 0.1875s ease-out;
  transition: background-color 0.1875s ease-out, height 0.1875s ease-out; }
  .social-block.view-social-block {
    height: 8.45625em;
    background-color: #131A1C; }
    .social-block.view-social-block .social-block-toggle {
      width: 100%;
      padding-left: 0.5625em;
      color: #FFFFFF;
      background-color: #192225;
      box-shadow: inset 0 0 0 0 transparent; }
      .social-block.view-social-block .social-block-toggle:after {
        right: 0.325em;
        color: #FFFFFF; }
    .social-block.view-social-block .item-space {
      top: calc(2.21875em + 0.640625em);
      right: 0.640625em; }
      .social-block.view-social-block .item-space a {
        width: 4.84375em;
        height: 1.5625em;
        padding-top: 0.09375em;
        padding-left: 0.36875em;
        color: #FFFFFF; }
        .social-block.view-social-block .item-space a .text {
          bottom: 0.15625em;
          font-size: 0.6875em;
          letter-spacing: 0.5px; }
        .social-block.view-social-block .item-space a:hover {
          width: 4.84375em; }
      .social-block.view-social-block .item-space .twitter:hover {
        background-color: #3585c1; }
      .social-block.view-social-block .item-space .facebook:hover {
        background-color: #2e4573; }
    .social-block.view-social-block .url {
      opacity: 1;
      -webkit-transition-delay: 0.125s;
              transition-delay: 0.125s; }
  .social-block a {
    display: block;
    padding: 0.125em 0;
    background-color: #131A1C;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.325em;
    font-family: "refrigerator-deluxe", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #8C9FA5; }
  .social-block .social-block-toggle {
    position: relative;
    width: calc(100% - 3.625em);
    padding-left: 0.875em;
    box-shadow: inset -0.75em 0 0 -0.5em #101516;
    letter-spacing: 0.5px;
    -webkit-transition: color 0.1875s ease-out, background-color 0.1875s ease-out, width 0.1875s ease-out, box-shadow 0.1875s ease-out, padding 0.1875s ease-out;
    transition: color 0.1875s ease-out, background-color 0.1875s ease-out, width 0.1875s ease-out, box-shadow 0.1875s ease-out, padding 0.1875s ease-out; }
    .social-block .social-block-toggle:after {
      content: "›";
      position: absolute;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      top: -0.15625em;
      right: 0.1875em;
      font-family: "refrigerator-deluxe", Helvetica, Arial, sans-serif;
      font-size: 1.625em;
      color: transparent;
      -webkit-transition: color 0.1875s ease-out, right 0.1875s ease-out;
      transition: color 0.1875s ease-out, right 0.1875s ease-out; }
  .social-block .item-space {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    top: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
    -webkit-transition: top 0.1875s ease-out, right 0.1875s ease-out;
    transition: top 0.1875s ease-out, right 0.1875s ease-out; }
    .social-block .item-space a {
      width: 1.6875em;
      height: 1.6875em;
      padding-left: 0.5em;
      pointer-events: auto;
      color: transparent;
      -webkit-transition: background-color 0.1875s ease-out, color 0.1875s ease-out, width 0.1875s ease-out, height 0.1875s ease-out, padding 0.1875s ease-out;
      transition: background-color 0.1875s ease-out, color 0.1875s ease-out, width 0.1875s ease-out, height 0.1875s ease-out, padding 0.1875s ease-out; }
      .social-block .item-space a .icon {
        position: relative;
        display: inline-block;
        width: 0.78125em;
        height: 0.78125em;
        -webkit-transition: background-color 0.1875s ease-out;
        transition: background-color 0.1875s ease-out; }
        .social-block .item-space a .icon svg {
          position: absolute;
          width: 100%;
          height: 100%; }
          .social-block .item-space a .icon svg path {
            -webkit-transition: fill 0.1875s ease-out;
            transition: fill 0.1875s ease-out; }
      .social-block .item-space a .text {
        position: relative;
        display: inline-block;
        letter-spacing: 0;
        bottom: 0;
        -webkit-transition: font-size 0.1875s ease-out, bottom 0.1875s ease-out, letter-spacing 0.1875s ease-out;
        transition: font-size 0.1875s ease-out, bottom 0.1875s ease-out, letter-spacing 0.1875s ease-out; }
        .social-block .item-space a .text span {
          display: none;
          width: 2.0625em;
          margin-left: 0;
          vertical-align: top;
          overflow: hidden;
          opacity: 1; }
    .social-block .item-space .twitter {
      position: relative;
      width: calc(1.6875em + 0.25em);
      background-color: #55ACEE; }
      .social-block .item-space .twitter:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 0.25em;
        height: 100%;
        background-color: #101516; }
    .social-block .item-space .facebook {
      background-color: #3B5A99; }
  .social-block.hoverIntent .social-block-toggle:hover {
    color: #FFFFFF;
    background-color: #192225;
    padding-left: 0.5625em; }
    .social-block.hoverIntent .social-block-toggle:hover:after {
      right: 0.325em;
      color: #FFFFFF; }
  .social-block.hoverIntent:not(.view-social-block).phover .item-space a:hover {
    width: calc(100% - 1.6875em);
    color: #FFFFFF; }
  .social-block.hoverIntent:not(.view-social-block).phover .item-space a:not(:hover) {
    background-color: #192225; }
    .social-block.hoverIntent:not(.view-social-block).phover .item-space a:not(:hover) .icon svg path {
      fill: #8C9FA5; }
  .social-block.hoverIntent:not(.view-social-block).phover .item-space a .text span {
    display: inline-block; }
  .social-block.hoverIntent:not(.view-social-block).show-share .item-space a .text span {
    display: inline-block; }
  .social-block .url {
    position: relative;
    margin: 3.4125em 0.640625em;
    opacity: 0;
    -webkit-transition: opacity 0.125s ease-out;
    transition: opacity 0.125s ease-out;
    -webkit-transition-delay: 0;
            transition-delay: 0; }
    .social-block .url input {
      width: 100%;
      font-size: 0.875em;
      color: rgba(140, 159, 165, 0.75); }
      .social-block .url input:hover {
        color: #8C9FA5;
        border-color: rgba(140, 159, 165, 0.28125); }
      .social-block .url input:focus {
        color: #8C9FA5; }
      .social-block .url input:focus:hover {
        border-color: rgba(140, 159, 165, 0.5625); }

.social-block-discuss.view-social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  padding-bottom: 0.6875em; }
  .social-block-discuss.view-social-block .item-space {
    position: relative;
    top: auto;
    right: 0.640625em; }
    .social-block-discuss.view-social-block .item-space a {
      width: calc(50% - 0.45625em);
      padding-left: 0.75em; }
      .social-block-discuss.view-social-block .item-space a .icon {
        margin-right: 0.03125em; }
      .social-block-discuss.view-social-block .item-space a:hover {
        width: calc(50% - 0.45625em); }

.social-block-discuss .social-block-toggle {
  pointer-events: none; }
  .social-block-discuss .social-block-toggle:after {
    display: none; }

.social-block-discuss p {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0.875em 0.6875em;
  font-size: 0.9375em;
  white-space: normal; }

/* CTA block
-------------------- */
.cta-block {
  margin-bottom: 1em; }
  .cta-block a {
    display: block;
    padding: 0.125em;
    background-color: #E6BD4B;
    font-size: 1.5em;
    text-align: center;
    font-family: "refrigerator-deluxe", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    color: #101516;
    -webkit-transition: color 0.1875s ease-out, background-color 0.1875s ease-out;
    transition: color 0.1875s ease-out, background-color 0.1875s ease-out; }
    .cta-block a:hover {
      background-color: #299FC9;
      color: #FFFFFF; }

/* Promo blocks
-------------------- */
.promo-blocks {
  padding: 0; }
  .promo-blocks .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 1000px) {
      .promo-blocks .flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .promo-blocks .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1em;
    min-height: 35vw;
    text-align: center;
    -webkit-transition: background-color 0.1875s ease-out;
    transition: background-color 0.1875s ease-out; }
    .promo-blocks .block:first-child {
      border-bottom: 1px solid #2A3235; }
    @media screen and (min-width: 1000px) {
      .promo-blocks .block {
        width: 50%; }
        .promo-blocks .block:first-child {
          border-bottom: none;
          border-right: 1px solid #2A3235; } }
    .promo-blocks .block:hover {
      background-color: #2A3235; }
      .promo-blocks .block:hover h2 {
        color: #299FC9; }
      .promo-blocks .block:hover p {
        color: #8C9FA5; }
      .promo-blocks .block:hover figure svg .blue {
        fill: #E6BD4B; }
    .promo-blocks .block h2 {
      margin-bottom: 0.325em;
      margin-left: -0.0625em;
      font-size: 3.25em;
      color: #8C9FA5;
      word-spacing: 3px;
      -webkit-transition: color 0.1875s ease-out;
      transition: color 0.1875s ease-out; }
    .promo-blocks .block p {
      margin-bottom: 0;
      color: #299FC9;
      -webkit-transition: color 0.1875s ease-out;
      transition: color 0.1875s ease-out; }
    .promo-blocks .block figure {
      margin: 0 auto 2.5em;
      height: 8em;
      width: 8em;
      -webkit-transition: background-color 0.1875s ease-out;
      transition: background-color 0.1875s ease-out; }
      .promo-blocks .block figure svg .blue {
        color: #299FC9;
        -webkit-transition: fill 0.1875s ease-out;
        transition: fill 0.1875s ease-out; }
      .promo-blocks .block figure svg .white {
        color: #FFFFFF;
        -webkit-transition: fill 0.1875s ease-out;
        transition: fill 0.1875s ease-out; }

/* Email signup
-------------------- */
.email-signup {
  font-size: 87.5%; }
  @media screen and (min-height: 900px) {
    .email-signup {
      font-size: 93.75%; } }
  @media screen and (min-height: 1040px) {
    .email-signup {
      font-size: 100%; } }
  .email-signup h2 {
    margin-bottom: 0.1875em;
    color: #E6BD4B;
    font-size: 3.125em;
    margin-top: 0.325em; }
    @media screen and (min-width: 660px) {
      .email-signup h2 {
        margin-top: 0;
        font-size: 3.75em; } }
  .email-signup h3 {
    font-size: 1.1875em;
    font-weight: 400;
    color: #8C9FA5;
    margin: 0 0 1.75em; }
    @media screen and (min-width: 660px) {
      .email-signup h3 {
        margin: 0 0 2.625em; } }
  .email-signup form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .email-signup input[type="email"] {
    width: 100%;
    max-width: 14.5em;
    color: #FFFFFF;
    border-color: #299FC9;
    -webkit-transition: border-color 0.1875s ease-out;
    transition: border-color 0.1875s ease-out; }
    .email-signup input[type="email"]::-webkit-input-placeholder {
      color: #8C9FA5; }
    .email-signup input[type="email"]:-moz-placeholder {
      color: #8C9FA5; }
    .email-signup input[type="email"]::-moz-placeholder {
      color: #8C9FA5; }
    .email-signup input[type="email"]:-ms-input-placeholder {
      color: #8C9FA5; }
    .email-signup input[type="email"]:focus {
      border-color: #299FC9; }
      .email-signup input[type="email"]:focus::-webkit-input-placeholder {
        color: rgba(140, 159, 165, 0.5625); }
      .email-signup input[type="email"]:focus:-moz-placeholder {
        color: rgba(140, 159, 165, 0.5625); }
      .email-signup input[type="email"]:focus::-moz-placeholder {
        color: rgba(140, 159, 165, 0.5625); }
      .email-signup input[type="email"]:focus:-ms-input-placeholder {
        color: rgba(140, 159, 165, 0.5625); }
  .email-signup input[type="submit"] {
    padding-left: 0.325em;
    padding-right: 0.325em;
    background-color: #299FC9;
    color: #FFFFFF;
    min-width: 5em; }
    @media screen and (min-width: 660px) {
      .email-signup input[type="submit"] {
        min-width: 7.65625em; } }
  .email-signup .phover input[type="email"], .email-signup .fover input[type="email"] {
    border-color: #E6BD4B; }
  .email-signup .phover input[type="submit"], .email-signup .fover input[type="submit"] {
    background-color: #E6BD4B;
    color: #101516; }

/* Error page
-------------------- */
.error-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100vh - 2.90625em);
  text-align: center; }
  .error-page .container {
    width: 100%; }
  .error-page article {
    margin: 0 0 3em; }
  .error-page h4 {
    margin-bottom: 1em;
    font-size: 2em;
    color: #8C9FA5; }
  .error-page a {
    display: block; }
  .error-page .film-blocks figure {
    padding-top: 56.25%; }
    .error-page .film-blocks figure div {
      background-size: cover; }

/* Article details (styles for content outline)
-------------------- */
article > details {
  margin-bottom: 0.75em; }
  article > details summary {
    cursor: pointer;
    color: #8C9FA5;
    -webkit-transition: color 0.1875s ease-out;
    transition: color 0.1875s ease-out;
    outline: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-weight: 700;
    margin-bottom: 0.5em; }
    article > details summary h4 {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0.25em;
      color: #8C9FA5;
      -webkit-transition: color 0.1875s ease-out;
      transition: color 0.1875s ease-out;
      position: relative;
      top: 0.09375em; }
  article > details summary::-webkit-details-marker {
    margin-right: 1.4125em;
    font-size: 0.625em;
    padding-bottom: 0.1875em; }
  article > details > ul {
    margin-left: 1.346875em;
    list-style: none; }
    article > details > ul ul.child-details {
      list-style: none; }
  article > details div {
    margin-left: 1.346875em; }
  article > details p {
    margin-bottom: 0.875em;
    color: #8C9FA5; }
  article > details small {
    color: #5f7379; }
  article > details em {
    text-decoration: underline; }
  article > details summary:hover {
    color: #299FC9; }
    article > details summary:hover h4 {
      color: #299FC9; }
  article > details[open] > summary {
    color: #E6BD4B; }
    article > details[open] > summary h4 {
      color: #E6BD4B; }
  article > details ul details[open] > summary {
    color: #E6BD4B; }
    article > details ul details[open] > summary h4 {
      color: #FFFFFF; }
  article > details ul ul {
    margin-top: 0.75em; }
  article > details details.basic {
    margin-bottom: 1.0625em;
    padding-top: 0.625em; }
    article > details details.basic summary {
      font-weight: 700;
      font-family: "refrigerator-deluxe", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-size: 0.6875em;
      letter-spacing: 0.5px;
      word-spacing: 1px; }
    article > details details.basic summary::-webkit-details-marker {
      margin-right: 0.5em; }
    article > details details.basic[open] > summary {
      color: #E6BD4B; }
    article > details details.basic.basic-spacer {
      margin-top: 0.325em; }
  article > details hr.separator {
    margin: 0 0 0.875em; }
    article > details hr.separator + div {
      background-color: blue; }
  article > details .sep-wrap .separator {
    margin-bottom: 1.4125em; }

.mh_100vh {
  min-height: 100vh; }
  .mh_100vh details {
    border: 1px solid transparent;
    padding: 0.5em 0.75em 0;
    background-color: transparent; }
    .mh_100vh details[open] {
      background-color: rgba(255, 255, 255, 0.015);
      border-color: #2A3235; }

@media screen and (min-width: 640px) {
  html {
    font-size: 117.5%; } }

@media screen and (min-width: 800px) {
  html {
    font-size: 120%; } }

@media screen and (min-width: 960px) {
  html {
    font-size: 122.5%; } }

@media screen and (min-width: 1080px) {
  html {
    font-size: 125%; } }

@media screen and (min-width: 1280px) {
  html {
    font-size: 127.5%; } }

@media screen and (min-width: 1360px) {
  html {
    font-size: 130%; } }

@media screen and (min-width: 1440px) {
  html {
    font-size: 132.5%; } }

@media screen and (min-width: 2040px) {
  html {
    font-size: 135%; } }

@media screen and (min-width: 2140px) {
  html {
    font-size: 137.5%; } }

@media screen and (min-width: 2240px) {
  html {
    font-size: 140%; } }

@media screen and (min-width: 2340px) {
  html {
    font-size: 142.5%; } }

@media screen and (min-width: 2380px) {
  html {
    font-size: 145%; } }

/* Theater mode work // Notes: still need to add quality booster. And responsivizing will be tricky.
-------------------- */
.feature-wrap {
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out; }

.sub, section:not(.film-section), footer {
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out; }

body.film {
  -webkit-transition: background-color 0.1875s ease-out;
  transition: background-color 0.1875s ease-out;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s; }
  body.film .mini-list {
    border-top: 1px solid #2A3235; }

.film-section {
  border-bottom: none; }

.sub h3 {
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out; }

.sub .copy {
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out; }

body.theater-mode .feature-wrap {
  -webkit-transform: translateY(-1.81875em) scale(1.437);
      -ms-transform: translateY(-1.81875em) scale(1.437);
          transform: translateY(-1.81875em) scale(1.437); }

body.theater-mode .sub, body.theater-mode section:not(.film-section), body.theater-mode footer {
  -webkit-transform: translateY(calc(7em + 0.6px));
      -ms-transform: translateY(calc(7em + 0.6px));
          transform: translateY(calc(7em + 0.6px)); }

body.theater-mode.film {
  background-color: #101516;
  -webkit-transition: none;
  transition: none; }

body.theater-mode header .left a {
  color: #5f7379; }

body.theater-mode header .left, body.theater-mode header .right {
  opacity: 0.4125; }

body.theater-mode header .title {
  color: #8C9FA5; }

body.theater-mode .sub h3 {
  color: #8C9FA5; }

body.theater-mode .sub .copy {
  color: #5f7379; }
  body.theater-mode .sub .copy a {
    color: #8C9FA5; }
    body.theater-mode .sub .copy a:hover {
      color: #299FC9; }

body.theater-mode .social-block:not(.view-social-block) .icon svg path {
  fill: #8C9FA5; }

body.theater-mode .social-block:not(.view-social-block) .twitter, body.theater-mode .social-block:not(.view-social-block) .facebook {
  background-color: #131A1C; }

body.theater-mode .configurations {
  opacity: 0;
  pointer-events: none; }

.test:hover {
  color: #299FC9; }
/*# sourceMappingURL=style.css.map */