@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
/* Corrects `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

/* Corrects `inline-block` display not defined in IE 8/9. */
audio, canvas, video {
  display: inline-block; }

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

/* Addresses styling for `hidden` attribute not present in IE 8/9. */
[hidden] {
  display: none; }

/* ==========================================================================
 * Base
 * ========================================================================== */
/* 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom. */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

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

/* ==========================================================================
 * Links
 * ========================================================================== */
/* Addresses `outline` inconsistency between Chrome and other browsers. */
a:focus {
  outline: thin dotted; }
a:active, a:hover {
  outline: 0; }

/* Improves readability when focused and also mouse hovered in all browsers. */
/* ==========================================================================
 * Typography
 * ========================================================================== */
/* Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome. */
h1 {
  font-size: 2em; }

/* Addresses styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

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

/* Corrects font family set oddly in Safari 5 and Chrome. */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

/* Improves readability of pre-formatted text in all browsers. */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/* Sets consistent quote types. */
q {
  quotes: "“" "”" "‘" "’"; }

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

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

/* Corrects overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
 * Figures
 * ========================================================================== */
/* Addresses margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 0; }

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

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

/* 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

input[disabled] {
  cursor: default; }
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/* 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9. */
/* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof). */
/* Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X. */
/* Removes inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers. */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.btn, .btn-outline, .homepage-about-film .more, .matrix-file a, .basic-404-wrap a {
  display: inline-block;
  padding: 1.25em 2.25em;
  color: #fff;
  font-family: "Hind", sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
  border: none; }
  .btn:hover, .btn-outline:hover, .homepage-about-film .more:hover, .matrix-file a:hover, .basic-404-wrap a:hover {
    color: #fff; }
  .btn:focus, .btn-outline:focus, .homepage-about-film .more:focus, .matrix-file a:focus, .basic-404-wrap a:focus, .btn:active, .btn-outline:active, .homepage-about-film .more:active, .matrix-file a:active, .basic-404-wrap a:active {
    outline: none; }

html {
  -webkit-font-smoothing: antialiased; }

body {
  font: normal 100%/1.5 "Hind", sans-serif;
  color: #6a5f58; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Hind", sans-serif;
  font-weight: bold;
  line-height: 1.2; }

h3 {
  font-weight: 300; }

@media screen and (min-width: 320px) {
  body {
    font-size: 105%; } }
@media screen and (min-width: 500px) {
  body {
    font-size: 110%; } }
@media screen and (min-width: 768px) {
  body {
    font-size: 115%; } }
@media screen and (min-width: 980px) {
  body {
    font-size: 120%; } }
.container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em; }
  .container:after {
    content: "";
    display: table;
    clear: both; }
  .container.medium {
    max-width: 54em; }
  .container.narrow {
    max-width: 38em; }

.row {
  display: block; }
  .row:after {
    content: "";
    display: table;
    clear: both; }

.btn {
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-color: #e77200; }
  .btn:hover {
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    background-color: #eb8726; }

.btn-small {
  padding: 0.75em 1.5em;
  font-size: 0.675em; }
  @media screen and (min-width: 768px) {
    .btn-small {
      font-size: 0.575em; } }

.btn-outline {
  -webkit-transition: border-color 0.2s, color 0.2s;
  -moz-transition: border-color 0.2s, color 0.2s;
  transition: border-color 0.2s, color 0.2s;
  padding: 1.15em 2.15em;
  background: none;
  border: 2px solid #e77200;
  color: #e77200; }
  .btn-outline:hover {
    -webkit-transition: background 0.2s, border-color 0.2s, color 0.2s;
    -moz-transition: background 0.2s, border-color 0.2s, color 0.2s;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    background: none;
    border-color: #c46100;
    color: #b45900; }

body {
  background: #fffdfc; }
  @media screen and (min-width: 768px) {
    body {
      background: #f6f2ee url("../img/bg-main.png") -50px center no-repeat fixed;
      background-size: cover; } }
  body.homepage {
    background: #000000; }
    body.homepage .main {
      padding-bottom: 0; }
      body.homepage .main:after {
        display: none; }
  body .main {
    position: relative;
    padding-bottom: 100px; }
    body .main:after {
      content: "";
      display: block;
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 100;
      width: 100%;
      height: 180px;
      background: url("../img/grass.png") repeat-x bottom center; }

p {
  margin-top: 0; }

a {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  color: #e77200;
  text-decoration: none; }
  a:hover {
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
    color: #b45900; }

img {
  vertical-align: bottom;
  max-width: 100%; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

b {
  font-weight: 900; }

hr {
  margin: 1em 0;
  border: none;
  border-bottom: 1px solid;
  border-color: #dedddc; }
  hr.left-hr {
    border-width: 0.075em;
    margin-right: 50%; }
  hr.narrow {
    margin: auto 20%; }

blockquote {
  margin: 2rem 0;
  padding: 0 0 0 1rem;
  border-left: 0.25em solid #6a5f58; }
  blockquote p {
    margin-bottom: 0.25rem;
    font-size: 1.175em;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.05em; }
  blockquote cite {
    font-size: 0.675em;
    color: #6a5f58; }
  @media screen and (min-width: 768px) {
    blockquote {
      margin: 2rem 0 2.5rem -2rem;
      padding-left: 2rem;
      font-size: 1.275em; } }

.body-content-bg {
  overflow: visible; }

.map {
  width: 100%;
  height: 500px; }

.page-header {
  padding: 3rem 0 0;
  position: relative;
  text-align: center; }
  .page-header h2 {
    position: relative;
    z-index: 10;
    margin: 0;
    font-size: 2em;
    font-weight: 300;
    color: #241c16; }
  .page-header .broken-circle {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: 0;
    height: 4em;
    width: auto;
    margin: -1.35em 0 0 -2em;
    font-size: 2em;
    color: #6a5f58; }
  @media screen and (max-width: 768px) {
    .page-header {
      background-position: 0 -40px; } }
  @media screen and (min-width: 768px) {
    .page-header h2 {
      font-size: 2.575em; }
    .page-header .broken-circle {
      position: absolute;
      top: 50%;
      right: auto;
      bottom: auto;
      left: 50%;
      z-index: 0;
      height: 5em;
      width: auto;
      margin: -2em 0 0 -2.5em; } }

.news-listing-wrap {
  padding: 3rem 0; }
  @media screen and (min-width: 768px) {
    .news-listing-wrap {
      padding: 5rem 0; }
      .news-listing-wrap:first-of-type {
        padding-top: 4em; } }
  @media screen and (min-width: 768px) {
    .news-listing-wrap .news-entry {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .news-listing-wrap .news-entry:last-child {
        margin-right: 0; }
      .news-listing-wrap .news-entry:nth-child(2n) {
        margin-right: 0; }
      .news-listing-wrap .news-entry:nth-child(2n+1) {
        clear: left; } }

.news-entry {
  position: relative;
  margin-top: 1.5rem;
  padding: 1rem 1rem 2.75rem;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ece4dd; }
  .news-entry p:last-of-type {
    margin-bottom: 0; }
  .news-entry:last-child {
    margin-bottom: 2.5rem; }
  .news-entry h3 {
    margin: 0;
    font-size: 1.375em;
    font-weight: 400; }
    .news-entry h3 a {
      -webkit-transition: color 0.2s;
      -moz-transition: color 0.2s;
      transition: color 0.2s;
      color: #241c16; }
      .news-entry h3 a:hover, .news-entry h3 a:active {
        -webkit-transition: color 0.2s;
        -moz-transition: color 0.2s;
        transition: color 0.2s;
        color: #b45900; }
  .news-entry .news-date {
    display: block;
    margin: 0.5rem 0;
    font-size: 0.775em;
    text-transform: uppercase; }
  .news-entry p {
    font-size: 0.875em; }
  .news-entry .read-more {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 1rem;
    left: 1rem;
    line-height: 1; }
  @media screen and (max-width: 768px) {
    .news-entry {
      height: auto !important; } }
  @media screen and (min-width: 768px) {
    .news-entry {
      padding: 1.5rem 1.5rem 3.5rem; }
      .news-entry .read-more {
        position: absolute;
        top: auto;
        right: auto;
        bottom: 1.5rem;
        left: 1.5rem; } }

.site-header {
  -webkit-transition: padding 0.3s;
  -moz-transition: padding 0.3s;
  transition: padding 0.3s;
  padding: 1rem; }
  .site-header .inner {
    position: relative; }
    .site-header .inner:after {
      content: "";
      display: table;
      clear: both; }
  .site-header .site-logo {
    display: block;
    float: left; }
    .site-header .site-logo img {
      height: 1.5em;
      width: auto; }
  .site-header .menu-action {
    float: right;
    font-size: 1.25em; }
    .site-header .menu-action span {
      display: none;
      margin-right: 0.5em;
      font-size: 0.775em;
      font-weight: 600; }
  @media screen and (max-width: 768px) {
    .site-header .mobile-group:after {
      content: "";
      display: table;
      clear: both; }
    .site-header .site-nav {
      -webkit-transition: max-height 0.4s;
      -moz-transition: max-height 0.4s;
      transition: max-height 0.4s;
      overflow: hidden;
      max-height: 0; }
      .site-header .site-nav.open {
        max-height: 210px; }
      .site-header .site-nav a {
        display: block;
        text-transform: uppercase;
        padding: 0.25rem 0; }
        .site-header .site-nav a:not(:last-child) {
          border-bottom: 1px solid #ededec; }
        .site-header .site-nav a:first-child {
          padding-top: 1.25rem; } }
  @media screen and (min-width: 768px) {
    .site-header {
      padding: 1.5rem;
      text-align: left; }
      .site-header .menu-action {
        display: none; }
      .site-header .site-nav {
        float: right;
        margin-top: 0.25rem; }
        .site-header .site-nav a {
          -webkit-transition: color 0.2s;
          -moz-transition: color 0.2s;
          transition: color 0.2s;
          color: #9e928a;
          display: inline-block;
          margin: 0 0 0 1rem;
          font-size: 0.775em;
          font-weight: 300;
          line-height: 1;
          letter-spacing: 0.025em;
          text-transform: uppercase; }
          .site-header .site-nav a:hover, .site-header .site-nav a:active {
            -webkit-transition: color 0.2s;
            -moz-transition: color 0.2s;
            transition: color 0.2s;
            color: #b45900; }
          .site-header .site-nav a.current {
            -webkit-transition: color 0.2s;
            -moz-transition: color 0.2s;
            transition: color 0.2s;
            color: #241c16; }
            .site-header .site-nav a.current:hover, .site-header .site-nav a.current:active {
              -webkit-transition: color 0.2s;
              -moz-transition: color 0.2s;
              transition: color 0.2s;
              color: #040303; } }
  @media screen and (min-width: 980px) {
    .site-header {
      padding: 1.5rem 2.5rem; } }

.homepage .site-header {
  padding: 0.25rem 1rem;
  background: #000000; }
.homepage .menu-action span {
  display: inline-block; }
.homepage .site-logo {
  display: none; }
.homepage .site-nav a {
  white-space: nowrap; }
@media screen and (max-width: 768px) {
  .homepage .site-nav {
    margin-top: 0; }
    .homepage .site-nav a:not(:last-child) {
      border-bottom-color: #241c16; } }
@media screen and (min-width: 768px) {
  .homepage .site-header {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 100;
    width: 100%;
    background: none;
    text-align: center; }
  .homepage .site-nav {
    float: none; }
    .homepage .site-nav a {
      -webkit-transition: color 0.2s;
      -moz-transition: color 0.2s;
      transition: color 0.2s;
      color: #ffffff;
      font-weight: 600;
      text-shadow: #241c16 0 0 15px;
      white-space: nowrap; }
      .homepage .site-nav a:hover, .homepage .site-nav a:active {
        -webkit-transition: color 0.2s;
        -moz-transition: color 0.2s;
        transition: color 0.2s;
        color: #b45900; } }

.site-footer {
  background: #ece4dd url("../img/noise.png");
  text-align: center; }
  .site-footer .inner {
    background: url("../img/bg-roots-dark.png") repeat-x top center; }
  .site-footer .contact-info span {
    display: inline-block;
    width: 8em;
    padding-right: 1rem;
    text-align: right;
    font-weight: 600; }
  .site-footer .contact-entry:first-of-type {
    margin-bottom: 1.5rem; }
  .site-footer .contact-entry h4 {
    margin: 0 0 0.5rem; }
  .site-footer .contact-entry p, .site-footer .contact-entry a {
    margin: 0.25rem 0;
    line-height: 1.2; }
  .site-footer .contact-entry p:nth-of-type(1) {
    text-transform: uppercase; }
  .site-footer .contact-entry p:nth-of-type(2) {
    font-weight: 600; }
  @media screen and (min-width: 768px) {
    .site-footer .contact-entry {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .site-footer .contact-entry:last-child {
        margin-right: 0; }
      .site-footer .contact-entry:first-of-type {
        margin-bottom: 0; }
      .site-footer .contact-entry p {
        font-size: 0.875em; } }
  .site-footer .social-links a {
    font-size: 3em;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
    color: #6a5f58;
    margin: 0 1rem; }
    .site-footer .social-links a:hover, .site-footer .social-links a:active {
      -webkit-transition: color 0.2s;
      -moz-transition: color 0.2s;
      transition: color 0.2s;
      color: #b45900; }
  .site-footer .copyright {
    font-size: 0.675em;
    color: #b9a090; }
  @media screen and (min-width: 768px) {
    .site-footer .sub-section {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .site-footer .sub-section:last-child {
        margin-right: 0; } }
  .site-footer .top-section {
    padding: 200px 0 3rem; }
  .site-footer .bottom-section {
    padding: 0 1rem;
    text-align: center; }
  @media screen and (min-width: 768px) {
    .site-footer .company-logos {
      max-width: 940px; } }

.homepage .site-footer .inner {
  background: url("../img/bg-roots.png") repeat-x top center; }
  .homepage .site-footer .inner .top-section {
    padding: 200px 0 3rem; }

.homepage-section h3 {
  color: #ededec; }
.homepage-section hr {
  border-bottom-color: #e77200; }

.homepage-hero {
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
  background: #000000;
  text-align: center; }
  .homepage-hero p:last-of-type {
    margin-bottom: 0; }
  .homepage-hero .collisions-logo {
    max-height: 8em;
    -webkit-filter: drop-shadow(#241c16 0 0 25px);
    filter: drop-shadow(#241c16 0 0 25px); }
  .homepage-hero .hero-home-small {
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    height: auto;
    width: 100%; }
  .homepage-hero .hero-bottom {
    padding: 1rem; }
    .homepage-hero .hero-bottom p {
      margin: 1rem 0;
      font-weight: 600;
      line-height: 1.2;
      color: #b9a090;
      text-shadow: #241c16 0 1px 0, #241c16 0 0 25px; }
    .homepage-hero .hero-bottom span {
      display: inline-block;
      font-size: 0.775em;
      line-height: 1.3;
      font-weight: 600;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #b9a090; }
    .homepage-hero .hero-bottom .laurels {
      margin-top: 1rem;
      height: auto;
      width: 8rem; }
  @media screen and (min-width: 768px) {
    .homepage-hero {
      display: table;
      width: 100%;
      height: 60vh;
      min-height: 700px;
      background: url("../img/hero-home.jpg") no-repeat top center;
      background-size: cover; }
      .homepage-hero .hero-home-small {
        display: none; }
      .homepage-hero .inner {
        position: relative;
        display: table-cell;
        vertical-align: middle; }
      .homepage-hero .hero-bottom {
        padding-top: 13rem;
        margin: 0 auto; }
        .homepage-hero .hero-bottom p {
          font-size: 1.175em;
          line-height: 1.35;
          color: #ffffff; }
        .homepage-hero .hero-bottom span {
          display: block;
          color: #ece4dd;
          text-shadow: #241c16 0 1px 0, #241c16 0 0 15px; }
        .homepage-hero .hero-bottom .laurels {
          -webkit-filter: drop-shadow(#000000 0 0 15px);
          filter: drop-shadow(#000000 0 0 15px); } }
  @media screen and (min-width: 1600px) {
    .homepage-hero {
      display: table;
      width: 100%;
      height: 80vh; } }
  @media screen and (min-width: 2060px) {
    .homepage-hero {
      height: 100vh; } }

.homepage-about-film {
  padding: 3rem 0;
  padding-top: 3rem;
  background: #000000; }
  @media screen and (min-width: 768px) {
    .homepage-about-film {
      padding: 5rem 0; }
      .homepage-about-film:first-of-type {
        padding-top: 4em; } }
  .homepage-about-film .sub-section p:last-of-type {
    margin-bottom: 0; }
  .homepage-about-film .sub-section img {
    border-radius: 50%;
    overflow: hidden;
    box-shadow: #241c16 0 0 0 10px; }
  .homepage-about-film h3 {
    margin-top: 0.5rem;
    font-size: 1.575em; }
  .homepage-about-film p {
    color: #ccc6c2;
    text-shadow: #000000 0 0 40px, #000000 0 0 25px, #000000 0 0 15px;
    letter-spacing: 0.015em; }
  .homepage-about-film .more {
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    background-color: #e77200;
    -webkit-transition: border-color 0.2s, color 0.2s;
    -moz-transition: border-color 0.2s, color 0.2s;
    transition: border-color 0.2s, color 0.2s;
    padding: 1.15em 2.15em;
    background: none;
    border: 2px solid #e77200;
    color: #e77200;
    background: rgba(0, 0, 0, 0.5);
    margin-top: 2rem; }
    .homepage-about-film .more:hover {
      -webkit-transition: background-color 0.2s;
      -moz-transition: background-color 0.2s;
      transition: background-color 0.2s;
      background-color: #eb8726; }
    .homepage-about-film .more:hover {
      -webkit-transition: background 0.2s, border-color 0.2s, color 0.2s;
      -moz-transition: background 0.2s, border-color 0.2s, color 0.2s;
      transition: background 0.2s, border-color 0.2s, color 0.2s;
      background: none;
      border-color: #c46100;
      color: #b45900; }
    .homepage-about-film .more:hover {
      background: rgba(0, 0, 0, 0.75); }
  @media screen and (max-width: 768px) {
    .homepage-about-film {
      padding-bottom: 0 !important;
      background: url("../img/bg-sm-about-film.jpg") no-repeat bottom center;
      background-size: cover; }
      .homepage-about-film .sub-section:first-child {
        text-align: center; }
        .homepage-about-film .sub-section:first-child img {
          height: 7em;
          margin-bottom: 2rem; } }
  @media screen and (min-width: 768px) {
    .homepage-about-film {
      background: url("../img/bg-about-film.jpg") no-repeat bottom center;
      background-size: cover; }
      .homepage-about-film .sub-section:first-child {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        padding: 0 2rem; }
        .homepage-about-film .sub-section:first-child:last-child {
          margin-right: 0; }
        .homepage-about-film .sub-section:first-child img {
          height: 9em;
          width: auto; }
      .homepage-about-film .sub-section:last-child {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        padding-bottom: 8em; }
        .homepage-about-film .sub-section:last-child:last-child {
          margin-right: 0; }
        .homepage-about-film .sub-section:last-child p {
          font-size: 1.015em;
          line-height: 1.75;
          color: #9e928a; } }

.homepage-callouts {
  padding: 3rem 0;
  background: #000000; }
  @media screen and (min-width: 768px) {
    .homepage-callouts {
      padding: 5rem 0; }
      .homepage-callouts:first-of-type {
        padding-top: 4em; } }
  .homepage-callouts .homepage-callout {
    margin-bottom: 1rem;
    padding: 1rem;
    background: #1a1a1a; }
  .homepage-callouts h3 {
    margin-top: 0; }
    .homepage-callouts h3 span {
      display: block;
      margin-bottom: 0.5rem;
      text-transform: uppercase;
      font-size: 0.575em;
      font-weight: 600;
      letter-spacing: 0.05em;
      color: #786c64; }
    .homepage-callouts h3 a {
      -webkit-transition: color 0.2s;
      -moz-transition: color 0.2s;
      transition: color 0.2s;
      color: #ffffff; }
      .homepage-callouts h3 a:hover, .homepage-callouts h3 a:active {
        -webkit-transition: color 0.2s;
        -moz-transition: color 0.2s;
        transition: color 0.2s;
        color: #b45900; }
  .homepage-callouts .callout-copy {
    margin-bottom: 1em; }
  .homepage-callouts p {
    color: #92857c; }
  @media screen and (max-width: 768px) {
    .homepage-callouts .homepage-callout .callout-copy {
      height: auto !important; } }
  @media screen and (min-width: 980px) {
    .homepage-callouts .homepage-callout {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-bottom: 0;
      padding: 2rem;
      background: #141414; }
      .homepage-callouts .homepage-callout:last-child {
        margin-right: 0; } }

.basic-matrix-page {
  padding: 3rem 0; }
  @media screen and (min-width: 768px) {
    .basic-matrix-page {
      padding: 5rem 0; }
      .basic-matrix-page:first-of-type {
        padding-top: 4em; } }

.intro-matrix-text {
  font-size: 1em; }
  @media screen and (min-width: 768px) {
    .intro-matrix-text {
      margin: 0 -2rem 3rem;
      font-size: 1.375em; } }

.matrix-text p:last-of-type {
  margin-bottom: 0; }
.matrix-text ul {
  margin: 1rem 0 1.5rem 1.5rem; }
.matrix-text li {
  margin-bottom: 0.75rem;
  line-height: 1.4; }
.matrix-text ul li {
  list-style: disc; }
.matrix-text ol li {
  list-style: decimal; }

.matrix-section-heading {
  margin-bottom: 0.75em;
  font-size: 1.5em;
  text-align: center;
  color: #6a5f58; }
  .matrix-section-heading + hr {
    margin-bottom: 2em; }
  @media screen and (min-width: 768px) {
    .matrix-section-heading {
      font-size: 2em; } }

.martix-video-wrap {
  margin: 3rem 0; }

.matrix-image figcaption,
.matrix-video-caption {
  padding: 0.5rem;
  margin: 0.5rem 0 1.5rem;
  font-size: 0.775em;
  line-height: 1.3;
  font-style: italic;
  color: #9e928a; }

.matrix-image {
  text-align: center;
  margin: 2rem auto; }
  .matrix-image img {
    padding: 0.5rem;
    background: #ffffff !important;
    box-shadow: #e3e3e3 0 0 100px 0; }
  @media screen and (min-width: 1120px) {
    .matrix-image {
      margin: 2rem -2rem; }
      .matrix-image:first-child {
        margin-top: 0; } }

.container + .matrix-image {
  margin-top: 0; }

.matrix-gallery {
  display: block;
  margin: 1.5rem 0; }
  .matrix-gallery:after {
    content: "";
    display: table;
    clear: both; }

.matrix-gallery-image {
  text-align: center; }
  .matrix-gallery-image img {
    padding: 1rem; }
  @media screen and (min-width: 768px) {
    .matrix-gallery-image {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .matrix-gallery-image:last-child {
        margin-right: 0; }
      .matrix-gallery-image:nth-child(2n) {
        margin-right: 0; }
      .matrix-gallery-image:nth-child(2n+1) {
        clear: left; } }

.matrix-file {
  margin: 1rem 0;
  padding: 0.5rem;
  background: whitesmoke;
  text-align: center; }
  .matrix-file a, .matrix-file span {
    display: block; }
  .matrix-file span {
    margin-top: 0.5rem;
    font-style: italic; }
  .matrix-file a {
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    background-color: #e77200;
    padding: 0.75em 1.5em;
    font-size: 0.675em;
    box-shadow: none; }
    .matrix-file a:hover {
      -webkit-transition: background-color 0.2s;
      -moz-transition: background-color 0.2s;
      transition: background-color 0.2s;
      background-color: #eb8726; }
    @media screen and (min-width: 768px) {
      .matrix-file a {
        font-size: 0.575em; } }
    .matrix-file a i {
      margin-left: 0.5em;
      font-size: 1.15em; }
  @media screen and (min-width: 768px) {
    .matrix-file {
      text-align: left; }
      .matrix-file a, .matrix-file span {
        display: inline-block;
        vertical-align: middle;
        line-height: 1; }
      .matrix-file span {
        margin: 0 0 0 0.75rem; } }

.matrix-link i {
  margin-left: 0.25em;
  font-size: 0.775em;
  vertical-align: middle; }

@media screen and (min-width: 768px) {
  body.filmmaker .matrix-image img {
    max-width: 400px;
    height: auto; } }
  @media screen and (min-width: 768px) and (min-width: 1120px) {
    body.filmmaker .matrix-image img {
      margin: 2rem auto 0; }
      body.filmmaker .matrix-image img:first-child {
        margin-top: 0; } }

.styleguide-wrap {
  margin-top: 2rem;
  margin-bottom: 4rem; }
  .styleguide-wrap .logo {
    height: 2em;
    width: auto; }
  .styleguide-wrap section:last-of-type {
    margin-bottom: 3rem; }
  .styleguide-wrap .add-bottom-pad {
    padding-bottom: 1rem; }

.styleguide-font-block {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  padding-bottom: 1.5rem; }
  .styleguide-font-block:last-child {
    margin-right: 0; }
  .styleguide-font-block p {
    margin: 0.5rem 0 0;
    font-size: 1.5em;
    line-height: 1.2; }
  .styleguide-font-block .small {
    font-size: 0.675rem;
    color: #b9a090; }
  .styleguide-font-block .headline-font {
    letter-spacing: -0.03em; }
  .styleguide-font-block .fa {
    display: inline-block;
    width: 1.25em;
    margin-top: 0.5rem; }

.styleguide-color-block {
  float: left;
  margin-bottom: 1rem;
  padding: 0.5em;
  border: 1px solid #ededec; }
  .styleguide-color-block:not(:last-of-type) {
    margin-right: 1rem; }
  .styleguide-color-block span {
    display: block;
    height: 5em;
    width: 5em; }
  .styleguide-color-block p {
    font-size: 0.775em;
    margin: 0.5rem 0 0; }
  .styleguide-color-block .small + .small {
    font-size: 0.675rem;
    color: #b9a090; }

.site-tones div:nth-child(1) span {
  background: #ffffff; }
.site-tones div:nth-child(2) span {
  background: #fffdfc; }
.site-tones div:nth-child(3) span {
  background: whitesmoke; }
.site-tones div:nth-child(4) span {
  background: #ededec; }
.site-tones div:nth-child(5) span {
  background: #dedddc; }
.site-tones div:nth-child(6) span {
  background: #b9a090; }
.site-tones div:nth-child(7) span {
  background: #6a5f58; }
.site-tones div:nth-child(8) span {
  background: #241c16; }

.site-colors div:nth-child(1) span {
  background: red; }
.site-colors div:nth-child(2) span {
  background: green; }
.site-colors div:nth-child(3) span {
  background: blue; }
.site-colors div:nth-child(4) span {
  background: yellow; }
.site-colors div:nth-child(5) span {
  background: #e77200; }
.site-colors div:nth-child(6) span {
  background: #b9a090; }
.site-colors div:nth-child(7) span {
  background: #6a5f58; }
.site-colors div:nth-child(8) span {
  background: #241c16; }

.press-materials-section {
  padding: 1.5rem 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .press-materials-section {
      padding: 3.5rem 0; } }
  .press-materials-section p:last-of-type {
    margin-bottom: 0; }
  .press-materials-section:first-of-type {
    padding-top: 4rem !important; }
  .press-materials-section h4 {
    margin-top: 0; }
  @media screen and (min-width: 768px) {
    .press-materials-section:first-of-type {
      padding-top: 5rem !important; }
    .press-materials-section:not(:first-child) h3 {
      margin-top: 0; } }
  .press-materials-section .section-header {
    margin-bottom: 0.75em;
    font-size: 1.5em;
    font-weight: 300;
    text-align: center;
    color: #6a5f58; }
    .press-materials-section .section-header + hr {
      margin-bottom: 2em; }
  .press-materials-section hr + p {
    margin-bottom: 2rem !important; }
  .press-materials-section .contact-entry {
    margin-bottom: 1.5rem; }
    .press-materials-section .contact-entry h4 {
      margin: 0 0 0.25rem; }
    .press-materials-section .contact-entry p {
      margin: 0.25rem 0;
      line-height: 1.2; }
      .press-materials-section .contact-entry p:nth-of-type(1) {
        text-transform: uppercase; }
      .press-materials-section .contact-entry p:nth-of-type(2) {
        font-weight: 600; }
    @media screen and (min-width: 768px) {
      .press-materials-section .contact-entry {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .press-materials-section .contact-entry:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 980px) {
      .press-materials-section .contact-entry {
        margin-bottom: 0; } }
  .press-materials-section .press-image-download {
    text-align: center; }
    .press-materials-section .press-image-download:not(:last-of-type) {
      margin-bottom: 1rem; }
    .press-materials-section .press-image-download img {
      margin-bottom: 0.75rem;
      max-height: 230px; }
    .press-materials-section .press-image-download p {
      line-height: 1.1; }
    @media screen and (min-width: 768px) {
      .press-materials-section .press-image-download {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .press-materials-section .press-image-download:last-child {
          margin-right: 0; } }
  .press-materials-section .press-download-link {
    font-size: 1.175em; }
  .press-materials-section .press-video-wrap {
    margin-bottom: 3rem; }
    .press-materials-section .press-video-wrap p {
      padding: 0.5rem;
      margin: 0.5rem 0 1.5rem;
      font-size: 0.775em;
      line-height: 1.3;
      color: #9e928a; }
  .press-materials-section.contact-download-section .subsection:last-of-type {
    padding-top: 1.5rem; }
  @media screen and (min-width: 980px) {
    .press-materials-section.contact-download-section .subsection {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .press-materials-section.contact-download-section .subsection:last-child {
        margin-right: 0; }
      .press-materials-section.contact-download-section .subsection:last-of-type {
        padding-top: 0; } }

.temp-page {
  background: #000000; }
  .temp-page .site-header,
  .temp-page .site-footer {
    display: none; }
  .temp-page .temp-section {
    background: #ece4dd;
    padding-top: 5rem;
    text-align: center; }
    .temp-page .temp-section .logo {
      height: 7em;
      width: auto;
      margin-bottom: 2rem; }

.team-members {
  padding: 3rem 0; }
  @media screen and (min-width: 768px) {
    .team-members {
      padding: 5rem 0; }
      .team-members:first-of-type {
        padding-top: 4em; } }

.team-member {
  max-width: 30em;
  margin: 2rem auto 0; }
  .team-member img {
    border-radius: 50%;
    overflow: hidden;
    box-shadow: #e1d7cf 0 0 0 10px; }
  .team-member h4 {
    margin: 0;
    font-weight: 300;
    font-size: 1.5em; }
  .team-member h5 {
    margin: 0.5rem 0 0;
    text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .team-member .team-member-name-position {
      margin-bottom: 1rem;
      text-align: center; }
    .team-member figure {
      text-align: center;
      margin-bottom: 2rem; } }
  @media screen and (min-width: 768px) {
    .team-member {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      padding: 0 1rem; }
      .team-member:last-child {
        margin-right: 0; }
      .team-member:nth-child(2n) {
        margin-right: 0; }
      .team-member:nth-child(2n+1) {
        clear: left; }
      .team-member .team-member-top {
        display: table;
        width: 100%; }
      .team-member p:first-of-type {
        padding-top: 2rem;
        font-size: 0.875em; }
      .team-member figure, .team-member .team-member-name-position {
        display: table-cell;
        vertical-align: middle; }
      .team-member figure {
        width: 180px; }
      .team-member hr {
        display: none; } }

.basic-404-wrap {
  padding: 2rem 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .basic-404-wrap {
      padding: 9rem 0; }
      .basic-404-wrap:first-of-type {
        padding-top: 4em; } }
  .basic-404-wrap h3 {
    font-size: 1.75em; }
  .basic-404-wrap a {
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    background-color: #e77200; }
    .basic-404-wrap a:hover {
      -webkit-transition: background-color 0.2s;
      -moz-transition: background-color 0.2s;
      transition: background-color 0.2s;
      background-color: #eb8726; }
