html {
  background-color: #131313;
  color: #ffffff; }

body {
  font-size: 16px;
  letter-spacing: 0.04em; }

h1, h2, h3, h4, h5 {
  font-weight: normal; }

h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 10px 0; }
  h1 span.subtitle {
    color: #bababa; }

h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 50px 0 20px 0; }
  h2 .plus {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 60px; }

h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 27px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 20px 0 10px 0; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 13px;
  letter-spacing: 1px; }

p, ul {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  margin: 10px 0 20px 0;
  line-height: 1.6; }

img {
  max-width: 100%; }

ul.inline-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.inline-list li {
    display: inline-block; }

a {
  transition: all 0.2s ease;
  color: #999999;
  text-decoration: underline; }
  a.cta, a.red {
    display: inline-block;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    color: #B02317;
    text-decoration: none;
    margin: 2px 0; }
  a.cta {
    color: #B02317; }
    a.cta .plus {
      position: relative;
      top: -1px; }
    a.cta:hover {
      color: #989898;
      opacity: 1; }
  a.red {
    background-color: #B02317;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 14px; }
    a.red:hover {
      background-color: #989898;
      color: #ffffff;
      opacity: 1; }
  a:hover {
    opacity: 0.7; }

.row {
  max-width: 1280px; }
  .row.full {
    width: 100%;
    max-width: none; }
  .row.compressed .columns:nth-child(1) {
    padding-right: 40px; }
  .row.compressed .columns:nth-child(2) {
    padding-left: 40px;
    padding-right: 40px; }

.back-films {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #868686;
  text-align: center;
  font-size: 16px;
  background-color: #232323;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  padding: 16px 0; }
  .back-films .fa {
    margin-right: 4px; }
  .back-films:hover {
    background-color: #333333;
    color: #ffffff; }

.content-top {
  padding-top: 100px; }

header .menu {
  position: fixed;
  top: 0;
  left: -290px;
  width: 398px;
  height: 100%;
  background-image: url(../img/bg-red.png);
  background-repeat: no-repeat;
  z-index: 1000;
  color: #ffffff;
  padding: 40px 35px;
  transition: left .2s ease; }
  header .menu.open {
    left: 0; }
  header .menu ul {
    margin: 60px 0 0 0;
    padding: 0;
    list-style: none; }
    header .menu ul li {
      margin-bottom: 16px;
      max-width: 200px; }
  header .menu a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none; }
    header .menu a:hover {
      border-bottom: 2px solid #ffffff; }
header .social {
  position: absolute;
  bottom: 20px;
  width: 100%;
  max-width: 200px; }
  header .social a {
    font-size: 15px; }
    header .social a:hover {
      border: 0; }
      header .social a:hover .fa-stack .fa-inverse {
        color: #131313; }
    header .social a .fa-stack .fa-circle {
      color: #ffffff; }
    header .social a .fa-stack .fa-inverse {
      transition: color .2s ease;
      color: #B02317; }
  header .social span.follow {
    font-size: 14px; }

@media (max-height: 700px) {
  header .menu ul {
    margin-top: 45px; }
    header .menu ul li {
      margin: 0; }
  header .newsletter {
    margin-bottom: 10px; } }
@media (max-height: 550px) {
  header .social {
    position: static; }
  header .menu.open {
    overflow-y: scroll; } }
footer {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background-color: #323232;
  margin-top: 2px;
  padding: 14px 0 5px 0; }
  footer .made p {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 0; }
    footer .made p.copyright {
      color: #7d7d7d;
      margin-top: 10px;
      text-transform: none;
      font-size: 11px; }
  footer .contact {
    text-align: right; }

.logo {
  text-align: right;
  z-index: 800;
  position: fixed;
  width: 100%;
  background-color: transparent;
  padding: 36px 0 26px 0;
  transition: padding .25s ease; }
  .logo img {
    transition: height .25s ease;
    height: 34px;
    width: auto; }
  .logo .row .columns {
    padding: 0 40px; }
  .logo a {
    display: block;
    transition: transform 200ms linear; }
  .logo.headroom--not-top {
    padding: 19px 0 14px; }
    .logo.headroom--not-top img {
      height: 26px; }
    .logo.headroom--not-top a.headroom--unpinned {
      transform: translateY(-200%); }

.tagline {
  text-align: center;
  max-height: 1000px;
  overflow: hidden;
  transition: max-height 1s ease; }
  .tagline p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 30px;
    max-width: 790px;
    margin: 0 auto;
    line-height: 1.5;
    padding-top: 90px; }
  .tagline .arrow {
    padding: 100px 0 56px 0; }
    .tagline .arrow img {
      height: 25px;
      cursor: pointer; }
      .tagline .arrow img:hover {
        opacity: 0.7; }
  .tagline.headroom--not-top {
    max-height: 0; }

.featured {
  border-bottom: 10px solid #B02317;
  height: 100vh;
  min-height: 720px; }
  @media only screen and (max-width: 767px) {
    .featured {
      min-height: 420px; } }
  .featured .slideshow {
    position: relative;
    height: 100%;
    width: 100%; }
    .featured .slideshow .slides {
      height: 100%;
      width: 100%; }
      .featured .slideshow .slides .slide {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 100%;
        width: 100%; }
    .featured .slideshow .captions-dots {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 400;
      height: 100%;
      width: 100%; }
      .featured .slideshow .captions-dots .captions {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative;
        width: 600px;
        margin: 0 auto; }
    .featured .slideshow .captions-slideshow {
      transition: height .25s ease; }
    .featured .slideshow .caption {
      width: 100%;
      height: 100%;
      text-align: center; }
      .featured .slideshow .caption h2 {
        font-family: 'Merriweather', serif;
        font-weight: 400;
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0; }
      .featured .slideshow .caption h3 {
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        font-size: 42px;
        text-transform: uppercase;
        margin: 25px 0 20px;
        line-height: 1; }
      .featured .slideshow .caption p {
        font-family: 'Lato', sans-serif;
        font-weight: 300; }
      .featured .slideshow .caption a {
        color: #ffffff; }
    .featured .slideshow .caption-inner {
      background-image: url(../img/bg-black-trans.png);
      width: 600px;
      padding: 24px 64px; }
    .featured .slideshow .dots {
      text-align: center;
      margin: 20px 0; }
      .featured .slideshow .dots span {
        text-indent: -999em;
        display: inline-block;
        background-image: url(../img/dot-off.png);
        background-size: 12px 12px;
        width: 12px;
        height: 12px;
        margin: 0 2px; }
        .featured .slideshow .dots span.cycle-pager-active {
          background-image: url(../img/dot-on.png); }
    .featured .slideshow .next,
    .featured .slideshow .previous {
      position: absolute;
      top: 0;
      height: 27px;
      left: 20px;
      z-index: 100;
      cursor: pointer;
      transition: top .25s ease; }
      .featured .slideshow .next.next,
      .featured .slideshow .previous.next {
        left: auto;
        right: 20px; }
      .featured .slideshow .next:hover,
      .featured .slideshow .previous:hover {
        opacity: 0.5; }
  .featured.featured-film, .featured.featured-blog {
    max-height: 768px; }
  .featured .film {
    height: 100%;
    width: 100%;
    position: relative; }
    .featured .film .image {
      height: 100%;
      width: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    .featured .film .play {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(../img/btn-play.png);
      background-repeat: no-repeat;
      background-position: center center;
      transition: opacity 0.5s ease;
      cursor: pointer;
      z-index: 1; }
      .featured .film .play:hover {
        opacity: 0.8; }
    .featured .film .video {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      background-color: #131313;
      transition: opacity 1s ease;
      z-index: 0;
      padding-left: 100px; }
      .featured .film .video .inside {
        height: 100%;
        width: 100%; }
  .featured .blog {
    height: 100%;
    width: 100%; }
    .featured .blog .image {
      height: 100%;
      width: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
  .featured .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 195px;
    background-image: url(../img/bg-top-shadow.png); }

.collapsible {
  margin-bottom: 2px;
  background-color: #232323;
  padding: 20px 0;
  transition: background-color 0.5s ease; }
  .collapsible .payload {
    max-height: 0;
    transition: max-height .5s ease;
    overflow: hidden; }
  .collapsible h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin: 20px 0; }
  .collapsible span.close {
    display: none; }
  .collapsible a.red {
    text-align: left;
    text-align: center;
    min-width: 104px; }
  .collapsible.open {
    background-color: #323232; }
    .collapsible.open .payload {
      max-height: 5000px; }
    .collapsible.open a.red {
      background-color: #989898; }
    .collapsible.open span.close {
      display: inline; }
    .collapsible.open span.expand {
      display: none; }

.node-people-list {
  margin-bottom: 40px; }

.people-list {
  margin-top: 20px; }
  .people-list .row .columns:nth-child(1) {
    padding-right: 20px; }
  .people-list .row .columns:nth-child(2) {
    padding-left: 40px; }
  .people-list .image {
    cursor: pointer; }
  .people-list .container {
    margin-right: 20px; }
  .people-list img {
    max-width: 360px;
    width: 100%;
    cursor: pointer; }

.not-front.node-type-film .content-top {
  padding-top: 0; }
.not-front .logo {
  padding: 19px 0 14px; }
  .not-front .logo a {
    transition: transform 200ms linear;
    display: block; }
  .not-front .logo img {
    height: 26px; }
.not-front .logo.headroom--unpinned a {
  transform: translateY(-200%); }

.node-homepage .about-us {
  background-image: linear-gradient(left, #232323 66%, #131313 0%);
  background-image: -o-linear-gradient(left, #232323 66%, #131313 0%);
  background-image: -moz-linear-gradient(left, #232323 66%, #131313 0%);
  background-image: -webkit-linear-gradient(left, #232323 66%, #131313 0%);
  background-image: -ms-linear-gradient(left, #232323 66%, #131313 0%); }
  .node-homepage .about-us .about {
    padding-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .node-homepage .about-us .about {
        background-color: #232323; } }
  .node-homepage .about-us .explore {
    text-align: center;
    background-color: #131313;
    padding-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .node-homepage .about-us .explore {
        background-color: #131313; } }
.node-homepage .resources-submit {
  background-image: linear-gradient(left, #323232 33%, #232323 0%);
  background-image: -o-linear-gradient(left, #323232 33%, #232323 0%);
  background-image: -moz-linear-gradient(left, #323232 33%, #232323 0%);
  background-image: -webkit-linear-gradient(left, #323232 33%, #232323 0%);
  background-image: -ms-linear-gradient(left, #323232 33%, #232323 0%); }
  .node-homepage .resources-submit .submit {
    text-align: center;
    background-color: #323232;
    padding-bottom: 40px; }
    .node-homepage .resources-submit .submit h2 {
      margin-top: 57px; }
      @media only screen and (max-width: 767px) {
        .node-homepage .resources-submit .submit h2 {
          margin-top: 57px; } }
  .node-homepage .resources-submit .resources {
    padding-bottom: 30px; }
    .node-homepage .resources-submit .resources h2 {
      margin-top: 62px; }
    @media only screen and (max-width: 767px) {
      .node-homepage .resources-submit .resources {
        background-color: #232323; } }
.node-homepage .about-us,
.node-homepage .resources-submit {
  margin-bottom: 2px; }
  .node-homepage .about-us .fa,
  .node-homepage .resources-submit .fa {
    margin-bottom: 15px; }
.node-homepage .from {
  background-image: linear-gradient(left, #232323 50%, #131313 0%);
  background-image: -o-linear-gradient(left, #232323 50%, #131313 0%);
  background-image: -moz-linear-gradient(left, #232323 50%, #131313 0%);
  background-image: -webkit-linear-gradient(left, #232323 50%, #131313 0%);
  background-image: -ms-linear-gradient(left, #232323 50%, #131313 0%); }
  .node-homepage .from .blog {
    background-color: #232323;
    padding-bottom: 30px; }
    .node-homepage .from .blog a {
      color: #ffffff;
      text-decoration: none; }
  .node-homepage .from h4, .node-homepage .from h5 {
    margin: 5px 0; }
  .node-homepage .from h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-weight: 300;
    margin-bottom: 0; }
  .node-homepage .from h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    color: #A9A9A9; }
  .node-homepage .from .tweet {
    padding-bottom: 30px;
    background-image: url(../img/bg-twitter.png);
    background-repeat: no-repeat;
    background-position: bottom 50px left 90px; }
    .node-homepage .from .tweet h3 {
      font-family: 'Merriweather', serif;
      font-weight: 400;
      font-size: 22px;
      line-height: 1.6em;
      text-transform: none;
      font-weight: 300; }
    .node-homepage .from .tweet h4 {
      font-family: 'Lato', sans-serif;
      font-weight: 400;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .node-homepage .from .tweet a {
      color: #ffffff; }

.node-films ul.types {
  margin-bottom: 24px; }
  .node-films ul.types li {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 8px 16px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #323232;
    color: #868686;
    margin-bottom: 4px; }
    .node-films ul.types li.active {
      color: #ffffff;
      background-color: #B02317; }
    .node-films ul.types li:hover {
      color: #ffffff; }
.node-films .or span {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  padding-right: 20px; }
.node-films .or .subjects {
  min-width: 220px;
  display: inline-block;
  position: relative;
  z-index: 3;
  margin-bottom: 60px;
  cursor: pointer; }
  .node-films .or .subjects:hover ul {
    display: block; }
  .node-films .or .subjects .filter-subjects {
    height: 280px;
    overflow-y: scroll; }
.node-films .or ul {
  display: inline-block;
  position: absolute;
  width: 100%;
  display: none;
  margin: 0;
  padding: 0; }
.node-films .or .current,
.node-films .or li {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 8px 24px;
  display: block;
  text-transform: uppercase;
  background-color: #323232;
  color: #ffffff;
  text-align: center; }
.node-films .or li {
  border-bottom: 2px solid #131313; }
.node-films .or .current {
  background-image: url(../img/bg-dropdown.png);
  background-repeat: no-repeat;
  background-position: right bottom; }
.node-films .boxes ul li {
  display: block;
  width: 25%;
  float: left; }
  .node-films .boxes ul li a {
    display: block;
    position: relative;
    overflow: hidden; }
    .node-films .boxes ul li a:hover .shadow {
      bottom: -40px; }
    .node-films .boxes ul li a img {
      width: 100%; }
    .node-films .boxes ul li a span {
      font-family: 'Oswald', sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 18px;
      letter-spacing: 1px;
      line-height: 1.4;
      position: absolute;
      width: 100%;
      display: block;
      bottom: 20px;
      color: #ffffff;
      text-align: center;
      z-index: 2;
      padding: 0 20px; }
    .node-films .boxes ul li a .shadow {
      /* IE9, iOS 3.2+ */
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiIG9mZnNldD0iMC41Ii8+PHN0b3Agc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuOTkyIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.5, transparent), color-stop(0.992, black));
      /* Android 2.3 */
      background-image: -webkit-linear-gradient(top, transparent 50%, black 99.2%);
      /* IE10+ */
      background-image: linear-gradient(to bottom, transparent 50%, black 99.2%);
      background-image: -ms-linear-gradient(top, transparent 50%, black 99.2%);
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: 0;
      z-index: 1;
      transition: bottom 0.25s ease-in-out; }

.node-film {
  min-height: 100vh;
  margin-top: 40px;
  padding: 0 70px; }
  .node-film .row .columns {
    padding: 0 40px; }
  .node-film h1 {
    font-size: 60px;
    text-align: center;
    margin: 10px 0 0 0; }
  .node-film h3 {
    margin-top: 40px; }
  .node-film h4, .node-film h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 5px 0; }
  .node-film ul.menu-section {
    margin: 0 auto;
    display: block;
    text-align: center; }
    .node-film ul.menu-section li {
      font-family: 'Lato', sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #868686;
      text-transform: uppercase;
      border: 1px solid transparent;
      cursor: pointer;
      padding: 4px 16px; }
      .node-film ul.menu-section li.active {
        border: 1px solid #B02317;
        color: #B02317; }
      .node-film ul.menu-section li:hover {
        color: #ffffff; }
    .node-film ul.menu-section .hidden {
      display: none; }
  .node-film .section {
    display: none;
    margin-bottom: 60px; }
    .node-film .section:first-child {
      display: block; }
  .node-film .synopsis .text p {
    font-size: 19px; }
  .node-film .social a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .node-film .social a .fa {
      padding-right: 5px;
      color: #868686; }
  .node-film .bios .right {
    padding: 0; }
  .node-film .bios .left p {
    padding: 10px 24px;
    background-color: #232323; }
    .node-film .bios .left p span {
      display: block; }
      .node-film .bios .left p span.name {
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        font-size: 22px;
        margin-bottom: 4px; }
      .node-film .bios .left p span.title {
        font-size: 13px;
        line-height: 1.6;
        text-transform: uppercase;
        color: #A9A9A9;
        letter-spacing: 1px; }
  .node-film .update,
  .node-film .festival {
    margin-bottom: 60px; }
    .node-film .update h5,
    .node-film .festival h5 {
      color: #A9A9A9;
      text-transform: uppercase; }
  .node-film .tweets .tweet {
    border-bottom: 1px solid #323232;
    padding-bottom: 20px; }
    .node-film .tweets .tweet:last-child {
      border-bottom: 0; }
  .node-film .tweets h4 {
    font-size: 13px;
    color: #A9A9A9; }
  .node-film .tweets h5 {
    text-transform: uppercase;
    color: #ffffff; }
  .node-film a.red .fa {
    font-size: 22px;
    position: relative;
    top: 3px;
    padding-right: 5px; }
  .node-film .review {
    margin-bottom: 60px; }
    .node-film .review p {
      font-family: 'Merriweather', serif;
      font-weight: 300;
      font-size: 24px;
      position: relative; }
      .node-film .review p span {
        position: absolute;
        left: -0.75em; }
      .node-film .review p.source {
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 17px;
        color: #A9A9A9;
        text-transform: uppercase; }
  .node-film .outreach {
    margin-bottom: 60px; }
    .node-film .outreach h4 {
      font-family: 'Lato', sans-serif;
      font-weight: 300; }
    .node-film .outreach a.cta {
      text-transform: lowercase; }
  .node-film .gwi-widget .btn-gwi {
    background-image: linear-gradient(to bottom, #a72623 0%, #a72623 100%);
    border: #a72623; }

.node-about h1 {
  margin-top: 40px;
  margin-bottom: 15px; }
.node-about .names a {
  display: block;
  color: #B02317;
  text-decoration: none; }
  .node-about .names a:hover {
    color: #989898; }
.node-about .checkers .checker .row {
  border-bottom: 5px solid #B02317;
  margin-bottom: 5px; }
.node-about .checkers .checker .columns {
  padding-right: 40px;
  padding-left: 50px; }
.node-about .checkers h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #A9A9A9;
  font-size: 13px; }
.node-about .checkers .bio {
  min-height: 350px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #232323; }
  @media only screen and (max-width: 767px) {
    .node-about .checkers .bio {
      min-height: 0; } }
.node-about .checkers .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  padding-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .node-about .checkers .image {
      height: 320px; } }
.node-about .people-list .row {
  margin: 0 auto 40px auto; }
.node-about .people-list p.image {
  margin-top: 0; }
  .node-about .people-list p.image img {
    max-width: 360px;
    width: 100%; }
.node-about .people-list h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #A9A9A9;
  font-size: 13px; }

.node-friends ul li {
  margin-bottom: 10px; }
  .node-friends ul li .container {
    margin-right: 15px; }
  .node-friends ul li img {
    max-width: 185px; }
    @media only screen and (max-width: 767px) {
      .node-friends ul li img {
        max-width: 360px;
        width: 100%; } }
  .node-friends ul li h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0; }
  .node-friends ul li a.cta {
    text-transform: lowercase; }

.node-submissions .collapsibles,
.node-submissions-faq .collapsibles,
.node-fellowship-faq .collapsibles {
  margin: 40px 0; }
.node-submissions .trigger,
.node-submissions-faq .trigger,
.node-fellowship-faq .trigger {
  text-align: right; }
.node-submissions .notice p,
.node-submissions-faq .notice p,
.node-fellowship-faq .notice p {
  color: #989898; }

.node-submissions .notice {
  margin-bottom: 50px; }

.node-producers-resources .intro {
  background-image: linear-gradient(left, #131313 58%, #323232 0%);
  background-image: -o-linear-gradient(left, #131313 58%, #323232 0%);
  background-image: -moz-linear-gradient(left, #131313 58%, #323232 0%);
  background-image: -webkit-linear-gradient(left, #131313 58%, #323232 0%);
  background-image: -ms-linear-gradient(left, #131313 58%, #323232 0%); }
.node-producers-resources .collapsibles {
  margin-top: 2px; }
.node-producers-resources .emerging {
  margin-top: 20px;
  padding-left: 50px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .node-producers-resources .emerging {
      padding-left: 40px; } }
.node-producers-resources .trigger {
  text-align: right; }
.node-producers-resources .payload h5 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 27px;
  margin: 0; }
.node-producers-resources .payload li {
  float: left;
  display: block;
  width: 33%;
  margin-bottom: 10px; }
  .node-producers-resources .payload li .container {
    margin-right: 40px; }
  .node-producers-resources .payload li .cta {
    text-transform: none; }

.node-page {
  margin-bottom: 40px; }
  .node-page h3 {
    margin-top: 60px; }

.node-page-single-column {
  margin-bottom: 40px; }
  .node-page-single-column h3 {
    margin-top: 60px; }

.node-blog-landing h4, .node-blog-landing h5,
.node-blog h4,
.node-blog h5 {
  margin: 5px 0; }
.node-blog-landing h5,
.node-blog h5 {
  text-transform: uppercase;
  color: #A9A9A9; }
.node-blog-landing .blog,
.node-blog .blog {
  margin-bottom: 60px; }
  .node-blog-landing .blog .cta,
  .node-blog .blog .cta {
    text-transform: none; }
.node-blog-landing .recent a,
.node-blog .recent a {
  color: #ffffff;
  display: block;
  margin: 20px 0; }
.node-blog-landing .right h3,
.node-blog .right h3 {
  margin-top: 60px; }
  .node-blog-landing .right h3.first,
  .node-blog .right h3.first {
    margin-top: 0; }
.node-blog-landing .tags a,
.node-blog-landing .tags span,
.node-blog .tags a,
.node-blog .tags span {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #868686;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #323232;
  padding: 4px 12px;
  display: inline-block;
  margin-bottom: 2px;
  text-decoration: none; }
  .node-blog-landing .tags a:hover,
  .node-blog-landing .tags span:hover,
  .node-blog .tags a:hover,
  .node-blog .tags span:hover {
    background-color: #333333;
    color: #ffffff; }
.node-blog-landing .pagination,
.node-blog .pagination {
  font-family: 'Merriweather', serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
  max-width: 1080px;
  border-top: 1px solid #989898; }
  .node-blog-landing .pagination .columns,
  .node-blog .pagination .columns {
    padding-top: 30px; }
    .node-blog-landing .pagination .columns:nth-child(1),
    .node-blog .pagination .columns:nth-child(1) {
      padding-left: 0; }
    .node-blog-landing .pagination .columns:nth-child(3),
    .node-blog .pagination .columns:nth-child(3) {
      padding-left: 40px;
      padding-right: 0; }
  .node-blog-landing .pagination .previous,
  .node-blog .pagination .previous {
    text-align: left; }
  .node-blog-landing .pagination .next,
  .node-blog .pagination .next {
    text-align: right; }
  .node-blog-landing .pagination .current a,
  .node-blog .pagination .current a {
    color: #ffffff;
    padding: 0 4px; }
    .node-blog-landing .pagination .current a.active,
    .node-blog .pagination .current a.active {
      color: #B02317; }
.node-blog-landing .next-previous,
.node-blog .next-previous {
  border-top: 1px solid #989898;
  max-width: 1080px;
  padding: 40px 0;
  margin-top: 50px; }
  .node-blog-landing .next-previous .columns:nth-child(1),
  .node-blog .next-previous .columns:nth-child(1) {
    padding-left: 0; }
    .node-blog-landing .next-previous .columns:nth-child(1) p,
    .node-blog .next-previous .columns:nth-child(1) p {
      padding-left: 19px; }
  .node-blog-landing .next-previous .columns:nth-child(2),
  .node-blog .next-previous .columns:nth-child(2) {
    padding-right: 0;
    text-align: right; }
    .node-blog-landing .next-previous .columns:nth-child(2) p,
    .node-blog .next-previous .columns:nth-child(2) p {
      padding-right: 19px; }
  .node-blog-landing .next-previous a,
  .node-blog .next-previous a {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 19px;
    display: block;
    text-decoration: none; }
  .node-blog-landing .next-previous p,
  .node-blog .next-previous p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 5px 0 0 0;
    font-size: 19px; }

.node-blog-landing h4 a {
  color: #ffffff; }
.node-blog-landing a {
  text-decoration: none; }
.node-blog-landing h4, .node-blog-landing h5 {
  font-family: 'Lato', sans-serif;
  font-weight: 400; }

.node-type-film .content-top,
.node-type-blog-landing .content-top,
.node-type-blog .content-top {
  padding-top: 0; }
.node-type-film h1,
.node-type-blog-landing h1,
.node-type-blog h1 {
  margin-top: 60px; }

.node-type-film h1 {
  margin-top: 30px; }
.node-type-film .featured-film {
  transition: height 0.5s linear; }
.node-type-film.open .featured-film .play {
  opacity: 0;
  z-index: 0; }
.node-type-film.open .featured-film .video {
  opacity: 1;
  z-index: 3; }
.node-type-film.open.headroom--not-top .featured-film {
  z-index: 15;
  position: fixed;
  top: 0;
  width: 100%;
  max-height: none;
  height: 160px; }
.node-type-film.open.headroom--not-top .node-film {
  margin-top: 240px; }

.remodal {
  background-color: #131313;
  color: #ffffff;
  text-align: left;
  padding: 0;
  max-width: 640px; }
  .remodal h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 27px;
    margin: 0;
    text-transform: uppercase; }
  .remodal h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #a9a9a9;
    margin: 5px 0 20px 0;
    text-transform: uppercase;
    font-size: 13px; }
  .remodal .image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 480px;
    border-bottom: 5px solid #B02317; }
    @media only screen and (max-width: 767px) {
      .remodal .image {
        height: 360px; } }
    @media only screen and (max-width: 480px) {
      .remodal .image {
        height: 320px; } }
  .remodal .bio {
    padding: 42px; }
    @media only screen and (max-width: 480px) {
      .remodal .bio {
        padding: 24px; } }
  .remodal .remodal-close {
    left: auto;
    right: 0;
    height: 80px;
    width: 80px;
    transition: all 0.15s ease-in-out; }
    .remodal .remodal-close:hover {
      height: 100px;
      width: 100px; }

.hamburger {
  display: inline-block;
  width: 36px;
  height: 28px;
  left: 30px;
  position: fixed;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.hamburger span:nth-child(1) {
  top: 2px; }

.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
  top: 14px; }

.hamburger span:nth-child(4) {
  top: 26px; }

.hamburger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

.hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.hamburger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

/* newsletter */
.newsletter {
  width: 100%;
  margin-bottom: 30px; }
  .newsletter p {
    margin: 0; }
  .newsletter input {
    margin: 0;
    padding: 0;
    border: 0; }
  .newsletter input[type="text"] {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    border: 1px solid #ededed;
    background-color: #c5726a;
    padding: 10px 14px 10px 14px;
    width: 100%;
    margin: 5px 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 1;
    outline: none; }
  .newsletter ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
    opacity: 1 !important; }
  .newsletter ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
    opacity: 1 !important; }
  .newsletter :-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
    opacity: 1 !important; }
  .newsletter :-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
    opacity: 1 !important; }
  .newsletter input[type="submit"] {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    color: #B02317;
    text-decoration: none;
    margin: 5px 0;
    padding: 10px 14px;
    transition: all 0.2s ease;
    background-color: #ffffff; }
    .newsletter input[type="submit"]:hover {
      color: #131313;
      opacity: 0.7; }
  .newsletter .error-content,
  .newsletter .success-content,
  .newsletter .loading-content {
    display: none; }
  .newsletter .error-content p {
    font-size: 12px;
    font-weight: 600;
    color: #131313; }
  .newsletter.newsletter-is-showing-errors .error-content {
    display: block; }
  .newsletter.newsletter-is-showing-errors input[type="text"] {
    border: 1px solid #131313; }
  .newsletter.newsletter-is-loading .form-content {
    display: none; }
  .newsletter.newsletter-is-loading .loading-content {
    display: block; }
  .newsletter.newsletter-is-loading input[type="submit"] {
    display: none; }
  .newsletter.newsletter-is-success .form-content {
    display: none; }
  .newsletter.newsletter-is-success .success-content {
    display: block; }

@media only screen and (max-width: 1279px) {
  header {
    opacity: 1; } }
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px; }

  h1 {
    font-size: 32px; }

  h2 {
    font-size: 27px; }

  h4 {
    font-size: 19px; }

  .columns {
    padding-left: 40px;
    padding-right: 40px; }

  .logo {
    padding: 19px 0 14px; }
    .logo img {
      height: 26px;
      max-width: none; }

  .hamburger {
    width: 20px;
    left: 10px; }
    .hamburger span:nth-child(1) {
      top: 0; }
    .hamburger span:nth-child(2) {
      top: 6px; }
    .hamburger span:nth-child(3) {
      top: 12px; }
    .hamburger span:nth-child(4) {
      top: 12px; }
    .hamburger.open span:nth-child(3) {
      top: 6px; }

  header .menu {
    left: -350px;
    padding-top: 20px; }
    header .menu.open {
      background-image: url(../img/bg-red-square.png);
      background-repeat: repeat;
      width: 100%; }
      header .menu.open ul {
        margin-top: 20px;
        text-align: center; }
        header .menu.open ul a {
          font-size: 16px; }
        header .menu.open ul li {
          max-width: none;
          margin-bottom: 6px; }
      header .menu.open .social {
        position: static;
        text-align: center;
        margin: 0 auto;
        width: auto; }

  .newsletter {
    margin: 16px 0; }

  .content-top {
    padding-top: 57px; }

  .featured .slideshow .next,
  .featured .slideshow .previous {
    display: none; }
  .featured .slideshow .captions-slideshow {
    margin: 0 20px; }
  .featured .slideshow .captions-dots .captions {
    width: 100%; }
  .featured .slideshow .caption-inner {
    width: 100%;
    padding: 24px 24px; }
  .featured .slideshow .caption h3 {
    font-size: 40px;
    line-height: 1.2; }

  .featured.featured-film,
  .featured.featured-blog {
    max-height: 400px; }

  .node-homepage .about-us {
    background-image: none; }
    .node-homepage .about-us .submit {
      padding-bottom: 50px; }
      .node-homepage .about-us .submit h2 br {
        display: none; }
      .node-homepage .about-us .submit h2 span {
        display: block; }
  .node-homepage .from {
    background-image: none; }
    .node-homepage .from .tweet {
      padding-bottom: 100px;
      background-position: bottom 50px left 50px; }
      .node-homepage .from .tweet h4 {
        margin-bottom: 20px; }

  .node-producers-resources .intro {
    background-image: none; }
    .node-producers-resources .intro h3 br {
      display: none; }
  .node-producers-resources ul.inline-list li {
    float: none;
    width: 100%; }
  .node-producers-resources .payload h5 {
    font-size: 22px; }

  .node-friends ul.inline-list li {
    float: none;
    width: 100%; }

  .node-films .boxes ul.inline-list li {
    float: left;
    width: 50%; }
  .node-films .or span {
    display: block;
    margin-bottom: 5px; }
  .node-films .or .subjects {
    margin-bottom: 30px; }

  .node-film {
    padding: 0; }
    .node-film h1 {
      line-height: 1.2; }
    .node-film .bios .left p {
      padding: 0;
      background-color: transparent;
      margin-bottom: 0; }
    .node-film .bios .right {
      padding: 0 40px; }
    .node-film .review p {
      font-size: 19px; }

  .node-producers-resources .trigger,
  .node-submissions .trigger,
  .node-submissions-faq .trigger,
  .node-fellowship-faq .trigger {
    text-align: left; }

  .node-blog-landing .next-previous .columns:nth-child(1),
  .node-blog .next-previous .columns:nth-child(1) {
    padding-left: 40px; }

  .node-blog-landing .next-previous .columns:nth-child(2),
  .node-blog .next-previous .columns:nth-child(2) {
    padding-right: 40px; }

  footer .contact {
    padding-top: 20px;
    text-align: left; }
  footer .made {
    padding-bottom: 20px; } }
.page-user main {
  margin-left: 140px; }
  .page-user main .row {
    max-width: none; }
    .page-user main .row .columns {
      padding: 0; }
.page-user #user-login input {
  color: #131313; }

/* drupal tabs */
.logged-in .tabs {
  position: fixed;
  z-index: 4000;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0a92e8;
  box-shadow: 0 3px 20px #131313;
  padding: 8px 10px 8px 10px;
  margin: 0;
  border: 0; }
  .logged-in .tabs li {
    border: none; }
  .logged-in .tabs li a {
    background-color: transparent;
    margin: 0;
    color: #131313;
    border: none;
    font-size: 14px;
    padding: 0 0 0 1em;
    color: #ffffff; }
  .logged-in .tabs li a:hover,
  .logged-in .tabs li.active a {
    color: #ffffff;
    text-decoration: underline;
    border: none;
    background-color: transparent; }

.logged-in footer {
  margin-bottom: 36px; }

/* loading */
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.loading {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-top-color: white;
  animation: spin 1s infinite linear; }
  .loading--double {
    border-style: double;
    border-width: .5rem; }

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