/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/* !H5BP HELPER CLASSES */
/* -------------------------------------------*/
/*
 * Image replacement
 */
.ir {
  display: block;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.lt-ie8 .ir {
  line-height: 0; }

.ir br {
  display: none; }

.ir.roll {
  height: 0;
  line-height: 0;
  background-size: 100% auto; }
  .ir.roll:hover, .ir.roll:focus {
    background-position: 0 100%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *	  `contenteditable` attribute is included anywhere else in the document.
 *	  Otherwise it causes space to appear at the top and bottom of elements
 *	  that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *	  `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .project figure:before,
.clearfix:after,
.project figure:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .project figure:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.lt-ie8 .clearfix, .lt-ie8 .project figure, .project .lt-ie8 figure {
  zoom: 1; }

.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.flexslider .slides > li:first-of-type {
  display: block; }

/* !BASE STYLES */
/* -------------------------------------------*/
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

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

html,
body,
button,
input,
select,
textarea {
  color: #261B11;
  font-family: "freight-text-pro", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::-moz-selection {
  background: #261B11;
  text-shadow: none;
  color: #fff; }

::selection {
  background: #261B11;
  text-shadow: none;
  color: #fff; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #261B11;
  padding: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

a {
  color: inherit;
  text-decoration: none; }

nav *,
.ir {
  margin: 0;
  padding: 0; }

nav li {
  list-style: none; }

/* !PAGE LAYOUT */
/* -------------------------------------------*/
html, body {
  height: 100%; }

html {
  background-color: #fff; }

main {
  padding: 100px 40px 1px; }
  @media screen and (max-width: 64em) {
    main {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 62.4375em) {
    main {
      padding-left: 20px;
      padding-right: 20px; } }

.container {
  margin: 0 auto;
  max-width: 900px; }
  .container.big {
    max-width: 1100px; }

/* !GLOBAL TYPOGRAPHY AND ELEMENTS */
/* -------------------------------------------*/
.cta a {
  display: inline-block;
  padding: 16px 36px 17px;
  font: 600 16px/1.1 "freight-sans-pro", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: #b3a07d;
  background: none;
  border: 1px solid #453120;
  border-radius: 0;
  transition: background-color 0.25s linear, color 0.25s linear; }
  .cta a:hover, .cta a:focus {
    background: #453120;
    color: #fff; }

/* !ERROR PAGE */
/* -------------------------------------------*/
.error-page h1 {
  margin: 0;
  padding: 80px 0 120px;
  font-size: 42px;
  font-weight: 400;
  font-style: italic;
  color: #b3a07d;
  text-align: center; }
  @media screen and (max-width: 46.8125em) {
    .error-page h1 {
      padding: 60px 0 90px;
      font-size: 32px; } }

#menu-toggle {
  display: none; }

#masthead {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100px;
  color: #261B11;
  transition: background 0.4s linear, height 0.4s ease, color 0.4s linear; }

#logo,
#logo-bug {
  position: absolute;
  z-index: 1;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: opacity 0.4s linear; }
  @media screen and (max-width: 64em) {
    #logo,
    #logo-bug {
      left: 30px; } }
  @media screen and (max-width: 62.4375em) {
    #logo,
    #logo-bug {
      left: 20px; } }

#logo-bug {
  opacity: 0; }
  #logo-bug img {
    width: 30px; }

#logo img {
  width: 120px; }

#logo .white {
  display: none; }

/* !NAV */
/* -------------------------------------------*/
#nav {
  position: absolute;
  z-index: 1;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media screen and (max-width: 64em) {
    #nav {
      right: 30px; } }
  @media screen and (max-width: 62.4375em) {
    #nav {
      right: 20px; } }
  #nav ul {
    float: left; }
  #nav a {
    transition: color 0.25s linear; }
    #nav a:hover, #nav a:focus {
      color: #b3a07d; }

#main-nav {
  font: 600 14px/1.1 "freight-sans-pro", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase; }
  #main-nav li {
    float: left;
    margin-left: 30px; }

#external-links {
  margin-left: 20px;
  font-size: 17px;
  line-height: 1; }
  @media screen and (max-width: 62.4375em) {
    #external-links {
      margin-left: 10px; } }
  #external-links li {
    float: left;
    margin-left: 20px; }

/* !PHOTO BG MASTHEAD */
/* -------------------------------------------*/
.photo-bg-masthead #masthead {
  color: #fff; }
  .photo-bg-masthead #masthead::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.35), transparent); }

.photo-bg-masthead #nav a:hover, .photo-bg-masthead #nav a:focus {
  color: rgba(255, 255, 255, 0.7); }

.photo-bg-masthead #logo .brown {
  display: none; }

.photo-bg-masthead #logo .white {
  display: inline; }

/* !SMALL MASTHEAD */
/* -------------------------------------------*/
.small-masthead #masthead {
  height: 50px;
  background: #261B11; }

.small-masthead #logo {
  opacity: 0; }

.small-masthead #logo-bug {
  opacity: 1; }

.small-masthead #nav a {
  color: rgba(255, 255, 255, 0.75); }
  .small-masthead #nav a:hover, .small-masthead #nav a:focus {
    color: #b3a07d; }

/* !MOBILE NAV */
/* -------------------------------------------*/
@media screen and (max-width: 62.4375em) {
  #menu-toggle {
    position: absolute;
    display: block;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 36px;
    height: 18px;
    border: 2px solid #261B11;
    border-width: 2px 0;
    transition: border-color 0.25s linear; }
    #menu-toggle::before, #menu-toggle::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: calc(50% - 1px);
      width: 100%;
      height: 2px;
      background-color: #261B11;
      transition: background-color 0.25s linear, -webkit-transform 0.4s ease;
      transition: transform 0.4s ease, background-color 0.25s linear;
      transition: transform 0.4s ease, background-color 0.25s linear, -webkit-transform 0.4s ease; }
  #masthead {
    color: #fff; }
  #nav {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: #261B11;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s linear, visibility 0.4s 0.4s; }
    #nav .inner {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-45%);
          -ms-transform: translateY(-45%);
              transform: translateY(-45%);
      width: 100%; }
  #main-nav {
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    text-align: center; }
    #main-nav li {
      float: none;
      margin: 0 0 30px; }
  #external-links {
    margin: 30px 0 0;
    font-size: 22px;
    width: 100%;
    text-align: center; }
    #external-links li {
      float: none;
      display: inline-block;
      margin: 0 15px; }
  .small-masthead #menu-toggle,
  .photo-bg-masthead #menu-toggle {
    border-color: #fff; }
    .small-masthead #menu-toggle::before, .small-masthead #menu-toggle::after,
    .photo-bg-masthead #menu-toggle::before,
    .photo-bg-masthead #menu-toggle::after {
      background-color: #fff; }
  .open-mobile-nav #logo .brown {
    display: none; }
  .open-mobile-nav #logo .white {
    display: inline; }
  .open-mobile-nav #nav {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.4s linear, visibility 0.4s 0s; }
  .open-mobile-nav #menu-toggle {
    border-color: rgba(255, 255, 255, 0); }
    .open-mobile-nav #menu-toggle::before, .open-mobile-nav #menu-toggle::after {
      background-color: #fff; }
    .open-mobile-nav #menu-toggle::before {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .open-mobile-nav #menu-toggle::after {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); } }

@media screen and (max-width: 29.9375em) {
  #menu-toggle {
    width: 30px; } }

/* !FULL SLIDER */
/* -------------------------------------------*/
.full-slider {
  position: relative;
  height: 100%;
  min-height: 500px;
  background: #eee; }
  .full-slider .slides {
    height: 100%; }
    .full-slider .slides > li {
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
  .full-slider .continue {
    display: block;
    position: absolute;
    left: calc(50% - 100px);
    bottom: 40px;
    z-index: 500;
    width: 200px;
    height: 100px;
    opacity: 0.75;
    transition: opacity 0.25s linear; }
    .full-slider .continue::before, .full-slider .continue::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      width: 50px;
      height: 5px;
      background: #fff; }
    .full-slider .continue::before {
      right: 50%;
      -webkit-transform: rotate(35deg);
          -ms-transform: rotate(35deg);
              transform: rotate(35deg);
      -webkit-transform-origin: 100% 100%;
          -ms-transform-origin: 100% 100%;
              transform-origin: 100% 100%; }
    .full-slider .continue::after {
      left: 50%;
      -webkit-transform: rotate(-35deg);
          -ms-transform: rotate(-35deg);
              transform: rotate(-35deg);
      -webkit-transform-origin: 0 100%;
          -ms-transform-origin: 0 100%;
              transform-origin: 0 100%; }
    .full-slider .continue:hover, .full-slider .continue:focus {
      opacity: 1; }
    @media screen and (max-width: 64em) {
      .full-slider .continue::before, .full-slider .continue::after {
        width: 40px;
        height: 4px; } }
    @media screen and (max-width: 46.8125em) {
      .full-slider .continue {
        bottom: 30px; }
        .full-slider .continue::before, .full-slider .continue::after {
          width: 32px; } }

/* !INTRO */
/* -------------------------------------------*/
.home-intro {
  padding-top: 65px;
  padding-bottom: 65px;
  font-size: 24px;
  line-height: 1.75;
  text-align: center; }
  .home-intro p, .home-intro ul {
    margin: 1em 0 0; }
    .home-intro p:first-child, .home-intro ul:first-child {
      margin-top: 0; }
  .home-intro .cta {
    margin: 40px 0 10px; }
    .home-intro .cta:first-child {
      margin-top: 0 !important; }
  @media screen and (max-width: 64em) {
    .home-intro {
      padding-top: 60px;
      font-size: 22px; } }
  @media screen and (max-width: 62.4375em) {
    .home-intro {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (max-width: 46.8125em) {
    .home-intro {
      padding-top: 40px;
      padding-bottom: 40px;
      font-size: 20px;
      line-height: 2; }
      .home-intro .cta {
        margin-top: 30px; } }
  @media screen and (max-width: 29.9375em) {
    .home-intro {
      padding-top: 30px;
      padding-bottom: 36px;
      font-size: 18px; }
      .home-intro .cta {
        margin-top: 25px; } }

/* !PROJECT CARDS */
/* -------------------------------------------*/
.projects-template main {
  padding-left: 0;
  padding-right: 0; }

.projects {
  margin: 0 auto;
  max-width: 1600px;
  padding: 20px 60px 40px; }
  .projects a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 40px;
    width: calc(33.333333333% - 40px);
    background: #eee; }
    .projects a img {
      display: block;
      width: 100%; }
    .projects a .text {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(38, 27, 17, 0.7);
      opacity: 0;
      transition: opacity 0.25s linear; }
    .projects a span {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      padding: 0 15px;
      width: 100%;
      font: 600 18px/1.2 "freight-sans-pro", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.18em;
      text-align: center;
      color: #fff; }
    .projects a:hover .text, .projects a:focus .text {
      opacity: 1; }
  @media screen and (max-width: 79.9375em) {
    .projects {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 64em) {
    .projects {
      padding-left: 15px;
      padding-right: 15px; }
      .projects a {
        margin: 0 15px 30px;
        width: calc(33.333333333% - 30px);
        background: none; }
        .projects a .text {
          position: static;
          height: auto;
          background: none;
          opacity: 1; }
        .projects a span {
          position: static;
          display: block;
          padding: 10px 0 0;
          color: #b3a07d;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          font-weight: 500;
          font-size: 16px;
          letter-spacing: 0.15em; } }
  @media screen and (max-width: 62.4375em) {
    .projects {
      padding-left: 10px;
      padding-right: 10px; }
      .projects a {
        margin: 0 10px 20px;
        width: calc(50% - 20px); } }
  @media screen and (max-width: 37.4375em) {
    .projects {
      padding-left: 20px;
      padding-right: 20px; }
      .projects a {
        margin: 0 0 20px;
        width: 100%; } }

/* !TOP SECTION */
/* -------------------------------------------*/
.project .intro {
  padding: 30px 0 50px;
  text-align: center; }
  .project .intro h1 {
    margin: 0 0 0.8em;
    font: 500 34px/1.2 "freight-sans-pro", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #b3a07d; }
  .project .intro .description p {
    margin: 0 0 1em;
    font-size: 18px;
    line-height: 1.5; }
  .project .intro .credits p {
    margin: 0 0 1em;
    font-size: 16px;
    line-height: 1.35;
    font-style: italic; }
  @media screen and (max-width: 62.4375em) {
    .project .intro {
      padding: 20px 0 35px; } }
  @media screen and (max-width: 46.8125em) {
    .project .intro {
      padding: 10px 0 30px; }
      .project .intro h1 {
        font-size: 28px; }
      .project .intro .description p {
        font-size: 16px; } }

/* !IMAGES AND CAPTIONS */
/* -------------------------------------------*/
.project figure {
  margin: 0 auto;
  padding-bottom: 20px;
  max-width: 1760px; }
  .project figure img {
    display: block;
    margin: 0 0 30px; }
    @media screen and (max-width: 37.4375em) {
      .project figure img {
        margin-bottom: 20px; } }
  .project figure figcaption {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 1.6;
    font-style: italic;
    color: #b3a07d;
    text-align: center; }
    @media screen and (max-width: 62.4375em) {
      .project figure figcaption {
        font-size: 16px; } }
    @media screen and (max-width: 37.4375em) {
      .project figure figcaption {
        margin-bottom: 20px; } }
  .project figure.landscape {
    padding-left: 80px;
    padding-right: 80px; }
    .project figure.landscape img {
      width: 100%; }
    @media screen and (max-width: 79.9375em) {
      .project figure.landscape {
        padding-left: 40px;
        padding-right: 40px; } }
    @media screen and (max-width: 64em) {
      .project figure.landscape {
        padding-left: 0;
        padding-right: 0; } }
  .project figure.squareish img {
    margin-left: auto;
    margin-right: auto;
    width: 60%; }
    @media screen and (max-width: 79.9375em) {
      .project figure.squareish img {
        width: 70%; } }
    @media screen and (max-width: 62.4375em) {
      .project figure.squareish img {
        width: calc(100% - 80px); } }
    @media screen and (max-width: 62.4375em) {
      .project figure.squareish img {
        width: calc(100% - 40px); } }
  .project figure.portrait {
    padding-left: 160px;
    padding-right: 160px; }
    @media screen and (max-width: 79.9375em) {
      .project figure.portrait {
        padding-left: 80px;
        padding-right: 80px; } }
    @media screen and (max-width: 64em) {
      .project figure.portrait {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 62.4375em) {
      .project figure.portrait {
        padding-left: 0;
        padding-right: 0; } }
    .project figure.portrait img {
      width: 65%; }
    .project figure.portrait figcaption {
      margin-top: 50px;
      width: calc(35% - 30px); }
    @media screen and (max-width: 62.4375em) {
      .project figure.portrait img {
        width: 70%; }
      .project figure.portrait figcaption {
        width: calc(30% - 20px); } }
    .project figure.portrait.even img {
      float: left; }
    .project figure.portrait.even figcaption {
      float: left;
      margin-left: 30px;
      text-align: left; }
      @media screen and (max-width: 62.4375em) {
        .project figure.portrait.even figcaption {
          margin-left: 20px; } }
    .project figure.portrait.odd img {
      float: right; }
    .project figure.portrait.odd figcaption {
      float: right;
      margin-right: 30px;
      text-align: right; }
      @media screen and (max-width: 62.4375em) {
        .project figure.portrait.odd figcaption {
          margin-right: 20px; } }
    @media screen and (max-width: 37.4375em) {
      .project figure.portrait img {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 40px); }
      .project figure.portrait.even img, .project figure.portrait.odd img {
        float: none; }
      .project figure.portrait.even figcaption, .project figure.portrait.odd figcaption {
        float: none;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        text-align: center; } }

/* !BOTTOM */
/* -------------------------------------------*/
.project .cta {
  margin-bottom: 80px;
  text-align: center; }

/* !PRESS CARDS */
/* -------------------------------------------*/
.press-template {
  background-color: #eee; }
  .press-template main {
    padding-left: 20px;
    padding-right: 20px; }

.press {
  margin: 0 auto;
  max-width: 1600px;
  padding: 20px 0 40px;
  text-align: center; }
  .press a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 40px; }
    .press a img {
      display: block;
      margin: 0 auto;
      height: 360px;
      width: auto; }
    .press a .text {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(38, 27, 17, 0.7);
      opacity: 0;
      transition: opacity 0.25s linear; }
    .press a span {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      padding: 0 15px;
      width: 100%;
      font: 600 18px/1.2 "freight-sans-pro", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.18em;
      text-align: center;
      color: #fff; }
    .press a:hover .text, .press a:focus .text {
      opacity: 1; }
  @media screen and (max-width: 64em) {
    .press a img {
      height: 300px; }
    .press a .text {
      position: static;
      height: auto;
      background: none;
      opacity: 1; }
    .press a span {
      position: static;
      display: block;
      padding: 10px 0 0;
      color: #b3a07d;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      font-weight: 500;
      font-size: 16px;
      letter-spacing: 0.15em; } }
  @media screen and (max-width: 37.4375em) {
    .press {
      padding: 10px 0 30px; } }

/* !TEAM */
/* -------------------------------------------*/
.team {
  padding: 20px 0 10px; }
  .team article {
    margin-bottom: 65px; }
  .team .photos img {
    display: inline-block;
    height: 360px;
    width: auto;
    margin: 0 20px 20px 0; }
    @media screen and (max-width: 79.9375em) {
      .team .photos img {
        height: 300px; } }
    @media screen and (max-width: 62.4375em) {
      .team .photos img {
        height: auto;
        max-height: 300px; } }
  .team .bio {
    padding-top: 10px; }
  .team h1 {
    margin: 0;
    font: 500 30px/1.2 "freight-sans-pro", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #b3a07d; }
  .team h2 {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    font-style: italic;
    color: #b3a07d; }
  .team p {
    padding-right: 10%;
    font-size: 16px;
    line-height: 1.6; }

/* !HEADER */
/* -------------------------------------------*/
.contact-header {
  padding-bottom: 30%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 62.4375em) {
    .contact-header {
      padding-bottom: 40%; } }
  @media screen and (max-width: 46.8125em) {
    .contact-header {
      padding-bottom: 45%; } }
  @media screen and (max-width: 29.9375em) {
    .contact-header {
      padding-bottom: 60%; } }

/* !STRUCTURE */
/* -------------------------------------------*/
.contact-template main {
  padding-top: 60px; }

#contact-columns {
  padding: 0 0 40px; }

@media screen and (max-width: 64em) {
  .contact-template main {
    padding-top: 40px; } }

@media screen and (max-width: 64em) {
  .contact-template main {
    padding-top: 30px; }
  #contact-columns {
    padding: 0 0 20px; } }

/* !INFO */
/* -------------------------------------------*/
#contact-info {
  width: 250px;
  float: left; }
  @media screen and (max-width: 46.8125em) {
    #contact-info {
      width: auto;
      float: none;
      margin-bottom: 40px; } }
  #contact-info .text {
    margin-bottom: 30px;
    text-align: right;
    font-size: 22px;
    line-height: 1.5; }
    @media screen and (max-width: 64em) {
      #contact-info .text {
        font-size: 20px; } }
    @media screen and (max-width: 62.4375em) {
      #contact-info .text {
        font-size: 18px; } }
    @media screen and (max-width: 46.8125em) {
      #contact-info .text {
        text-align: center;
        font-size: 22px; } }
    #contact-info .text p {
      margin: 0; }
  #contact-info .cta a {
    display: block;
    margin-bottom: 20px;
    width: 100%; }

/* !FORM */
/* -------------------------------------------*/
#contact-form {
  float: left;
  padding-left: 80px;
  width: calc(100% - 250px); }
  @media screen and (max-width: 64em) {
    #contact-form {
      padding-left: 40px; } }
  @media screen and (max-width: 46.8125em) {
    #contact-form {
      padding-left: 0;
      width: 100%; } }
  #contact-form h2 {
    margin: 0 0 0.8em;
    font: 500 28px/1.2 "freight-sans-pro", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #b3a07d; }
    @media screen and (max-width: 46.8125em) {
      #contact-form h2 {
        font-size: 22px;
        font-weight: 600; } }
  #contact-form .field {
    margin-bottom: 25px; }
    @media screen and (max-width: 46.8125em) {
      #contact-form .field {
        margin-bottom: 20px; } }
  #contact-form .heading {
    margin-bottom: 5px; }
    #contact-form .heading label {
      font: 600 14px/1.2 "freight-sans-pro", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.18em; }
  #contact-form .input input,
  #contact-form .input textarea {
    width: 100%;
    background: #eee;
    border: 2px solid #b3a07d;
    border-width: 0 0 2px;
    border-radius: 0;
    transition: background 0.25s linear; }
    #contact-form .input input:focus,
    #contact-form .input textarea:focus {
      outline: none;
      background: rgba(179, 160, 125, 0.2); }
  #contact-form .input input {
    padding: 0;
    height: 46px;
    font-size: 22px;
    text-indent: 10px; }
    @media screen and (max-width: 46.8125em) {
      #contact-form .input input {
        height: 36px;
        font-size: 16px; } }
  #contact-form .input textarea {
    padding: 10px;
    height: 200px;
    font-size: 16px;
    line-height: 1.5; }
  #contact-form button {
    display: inline-block;
    padding: 16px 36px 17px;
    font: 600 16px/1.1 "freight-sans-pro", sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #b3a07d;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    transition: background-color 0.25s linear; }
    #contact-form button:hover, #contact-form button:focus {
      outline: none;
      background: #453120; }
/*# sourceMappingURL=main.css.map */