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

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

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

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

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

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address 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. Correct `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. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address 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 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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; }

body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.clear {
  clear: both; }

a:active {
  outline: none; }

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

img {
  -ms-interpolation-mode: bicubic;
  display: block; }

svg:not(:root) {
  overflow: hidden; }

.wrap, .wrap-medium, .wrap-small, .basic_page, .callout-container, .categories-container, .client_list, .contact, .credits-container, .grid_wrap, .header-container, .header-nav-container, .page_header, .next_project-container {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1170px; }
  @media only screen and (max-width: 620px) {
    .wrap, .wrap-medium, .wrap-small, .basic_page, .callout-container, .categories-container, .client_list, .contact, .credits-container, .grid_wrap, .header-container, .header-nav-container, .page_header, .next_project-container {
      padding: 0 15px; } }

.wrap-medium {
  max-width: 900px; }

.wrap-small {
  max-width: 600px; }

.fill, .fill-width {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .fill::after, .fill-width::after {
    clear: both;
    content: "";
    display: block; }

.fill-width {
  height: auto; }

.centered-absolute {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -0.5em; }

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visually-hidden {
  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 */
.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

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

.clear {
  clear: both; }

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #4d4d4d;
  font-family: "pragmatica-extended", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-family: "pragmatica-extended", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.25em;
  margin: 0 0 15px;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  color: #4d4d4d; }

h1 {
  font-size: 3.25em; }

h2 {
  font-size: 2.75em; }

h3 {
  font-size: 2em; }

h4 {
  font-size: 1.75em; }

h5 {
  font-size: 1.5em; }

h6 {
  font-size: 1.25em; }

p {
  margin: 0 0 30px;
  font-size: 1.125em; }
  @media only screen and (max-width: 620px) {
    p {
      font-size: 1em; } }

a {
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #a2945a;
  text-decoration: none; }
  a:hover {
    color: #a2945a; }
  a:active, a:focus {
    color: #a2945a;
    outline: none; }

hr {
  border-bottom: 1px solid #f5f5f5;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img {
  margin: 0;
  max-width: 100%; }

.heading--line, .client_list h1, .page_header h1 {
  font-family: "pragmatica-extended", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 2.125em;
  color: #a2945a; }
  @media only screen and (max-width: 880px) {
    .heading--line, .client_list h1, .page_header h1 {
      font-size: 1.875em; } }

.link-view_all, .callout-link_text, .next_project-view_all {
  -webkit-transition: color .2s ease-in-out, padding .2s ease-in-out;
  transition: color .2s ease-in-out, padding .2s ease-in-out;
  position: relative;
  font-size: .875em;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #4d4d4d; }

fieldset {
  background: white;
  border: 1px solid #f5f5f5;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  font-family: "pragmatica-extended", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  outline: 0;
  background: none;
  border-radius: 0; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,
select[multiple=multiple] {
  -webkit-transition: border-color 0.1s linear;
  transition: border-color 0.1s linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  font-family: "pragmatica-extended", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  width: 100%; }

select {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.5em; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #cfcfcf;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #f5f5f5;
  padding: 0.75em 0; }

tr, td, th {
  vertical-align: middle; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

button,
.button,
input[type="submit"] {
  -webkit-transition: color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  transition: color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  transition: box-shadow .2s ease-in-out, color .2s ease-in-out;
  transition: box-shadow .2s ease-in-out, color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 100%;
  height: 40px;
  border: none;
  background: none;
  -webkit-box-shadow: inset 0px 0px 0px 2px #4d4d4d;
          box-shadow: inset 0px 0px 0px 2px #4d4d4d;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .2em;
  text-decoration: none;
  text-transform: uppercase;
  color: #4d4d4d;
  -webkit-font-smoothing: antialiased; }
  button:hover,
  .button:hover,
  input[type="submit"]:hover {
    -webkit-box-shadow: inset 0px 0px 0px 4px #4d4d4d;
            box-shadow: inset 0px 0px 0px 4px #4d4d4d; }
  button:focus,
  .button:focus,
  input[type="submit"]:focus {
    -webkit-box-shadow: inset 0px 0px 0px 4px #a2945a;
            box-shadow: inset 0px 0px 0px 4px #a2945a;
    color: #a2945a; }

.basic_page {
  display: table;
  width: 100%;
  height: calc(92vh - 80px); }
  .basic_page-center {
    display: table-cell;
    vertical-align: middle; }

.callout {
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  display: block;
  background-color: #f5f5f5;
  text-align: center; }
  .callout:hover, .callout:focus {
    background-color: #f0f0f0; }
    .callout:hover .callout-link_text, .callout:focus .callout-link_text {
      color: #a2945a; }
  .callout:hover .callout-link_text {
    padding-right: 32px; }
    .callout:hover .callout-link_text .hover_arrow {
      opacity: 1; }
      .callout:hover .callout-link_text .hover_arrow svg polygon {
        -webkit-transition: fill .2s ease-in-out;
        transition: fill .2s ease-in-out;
        fill: #a2945a; }
  .callout-container {
    display: table;
    width: 100%;
    height: 160px; }
  .callout-inner {
    display: table-cell;
    vertical-align: middle; }
  .callout-heading {
    margin-bottom: .75em;
    font-family: "pragmatica-extended", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1.875em;
    color: #a2945a; }
    @media only screen and (max-width: 620px) {
      .callout-heading {
        font-size: 1.375em; } }
  .callout-link_text {
    display: inline-block;
    margin: 0; }
    .callout-link_text .hover_arrow {
      -webkit-transition: opacity .2s ease-in-out;
      transition: opacity .2s ease-in-out;
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -8.5px;
      opacity: 0; }
      .callout-link_text .hover_arrow svg polygon {
        -webkit-transition: fill .2s ease-in-out;
        transition: fill .2s ease-in-out;
        fill: #4d4d4d; }

.categories {
  background: #f5f5f5; }
  @media only screen and (min-width: 881px) {
    .categories.stuck {
      position: fixed;
      top: 80px;
      right: 0;
      left: 0;
      z-index: 50; } }
  .categories-anchor {
    position: relative;
    top: -80px;
    height: 0; }
  .categories-container {
    padding: 36px 15px 32px;
    font-size: 0;
    text-align: center; }
    @media only screen and (min-width: 881px) {
      .categories--fanned .categories-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .categories li {
    display: inline-block;
    padding: 0 15px;
    font-size: 16px;
    line-height: 2em; }
    @media only screen and (max-width: 880px) {
      .categories li {
        display: inline; } }
  @media only screen and (max-width: 880px) and (min-width: 621px) {
    .categories li:nth-child(4):after {
      content: "\A";
      white-space: pre; } }
    @media only screen and (max-width: 620px) {
      .categories li {
        padding: 0 8px; }
        .categories li:nth-child(3):after, .categories li:nth-child(5):after {
          content: "\A";
          white-space: pre; } }
    @media screen and (max-width: 500px) {
      .categories li:nth-child(3):after, .categories li:nth-child(5):after {
        content: "\A";
        white-space: pre; } }
    @media only screen and (max-width: 400px) {
      .categories li {
        display: inline-block; } }
  .categories a {
    padding: 2px 0;
    font-size: 0.875em;
    font-weight: bold;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #4d4d4d; }
    .categories a:hover, .categories a:focus {
      color: #a2945a; }
  .categories .current_category a {
    border-bottom: 2px solid #a2945a;
    color: #a2945a; }

.client_list {
  padding-top: 80px;
  padding-bottom: 15px; }
  .client_list h1 {
    margin-bottom: 20px; }
  .client_list ul {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }
    @media only screen and (max-width: 880px) {
      .client_list ul {
        -webkit-column-count: 3;
           -moz-column-count: 3;
                column-count: 3; } }
    @media screen and (max-width: 680px) {
      .client_list ul {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2; } }
    @media only screen and (max-width: 400px) {
      .client_list ul {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1; } }
    .client_list ul li {
      display: inline-block;
      width: 100%;
      margin-bottom: .5em;
      font-size: 1em;
      line-height: 1.125em; }
      .client_list ul li a:hover, .client_list ul li a:focus {
        color: #817648; }

.contact-inner {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.contact-button {
  display: inline-block;
  min-width: 200px;
  height: 40px;
  margin-bottom: 15px;
  padding: 0 20px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #4d4d4d;
          box-shadow: inset 0px 0px 0px 2px #4d4d4d;
  font-size: 1em;
  font-family: "covik-sans", "Georgia", "Times", "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #4d4d4d !important;
  -webkit-transition: color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  transition: color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  transition: box-shadow .2s ease-in-out, color .2s ease-in-out;
  transition: box-shadow .2s ease-in-out, color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out; }
  @media only screen and (max-width: 620px) {
    .contact-button {
      display: block;
      width: 100%; } }
  .contact-button:hover {
    -webkit-box-shadow: inset 0px 0px 0px 4px #4d4d4d;
            box-shadow: inset 0px 0px 0px 4px #4d4d4d; }
  .contact-button:focus {
    -webkit-box-shadow: inset 0px 0px 0px 4px #a2945a;
            box-shadow: inset 0px 0px 0px 4px #a2945a;
    color: #a2945a; }

.contact-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .contact-links-item {
    margin: 0 5px;
    font-size: 0.875em; }
    .contact-links-item a {
      font-family: "covik-sans", "Georgia", "Times", "Times New Roman", serif;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.1em; }
      .contact-links-item a:hover, .contact-links-item a:focus {
        color: #4d4d4d; }

.credits {
  margin-top: 15px;
  background: #343434; }
  .credits-inner {
    padding: 15% 0; }
    @media only screen and (max-width: 620px) {
      .credits-inner {
        padding: 100px 0; } }
  .credits-collaborators {
    position: relative;
    color: white; }
    @media only screen and (max-width: 880px) {
      .credits-collaborators {
        text-align: center; } }
    .credits-collaborators h2 {
      margin-bottom: 30px;
      font-family: "covik-sans", "Georgia", "Times", "Times New Roman", serif;
      font-size: 2.25em;
      font-style: italic;
      letter-spacing: .05em;
      color: white; }
      @media only screen and (max-width: 880px) {
        .credits-collaborators h2 {
          font-size: 1.875em; } }
    .credits-collaborators ul {
      margin-bottom: 65px; }
      @media only screen and (max-width: 880px) {
        .credits-collaborators ul {
          margin-bottom: 40px; } }
    .credits-collaborators li {
      display: inline-block;
      vertical-align: text-top;
      width: 220px;
      margin-bottom: 25px;
      padding-right: 30px;
      font-size: 1.1875em;
      font-weight: normal;
      line-height: 1.25em; }
      @media only screen and (max-width: 880px) {
        .credits-collaborators li {
          width: 100%;
          padding: 0; } }
      @media only screen and (max-width: 620px) {
        .credits-collaborators li {
          font-size: 1em; } }
      .credits-collaborators li a {
        color: white; }
        .credits-collaborators li a:hover {
          color: #a2945a; }
      .credits-collaborators li em {
        font-family: "covik-sans", "Georgia", "Times", "Times New Roman", serif;
        font-size: .8375em; }
  .credits-callout p {
    margin: 0;
    font-size: 1.9375em;
    line-height: 1.25em;
    letter-spacing: .075em;
    color: white; }
    @media only screen and (max-width: 880px) {
      .credits-callout p {
        font-size: 1.75em;
        text-align: center; } }
    @media only screen and (max-width: 620px) {
      .credits-callout p {
        font-size: 1.5em; } }
  .credits-callout a {
    -webkit-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    border-bottom: 2px solid #a2945a;
    color: white; }
    .credits-callout a:hover, .credits-callout a:focus {
      border-color: white; }
  .credits-top {
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
    transition: -webkit-box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -9999px;
    display: block;
    width: 40px;
    height: 40px;
    background: url(/img/arrow-up_2x.png) no-repeat center;
    background-size: 18px 11px;
    -webkit-box-shadow: inset 0px 0px 0px 2px #a2945a;
            box-shadow: inset 0px 0px 0px 2px #a2945a; }
    @media only screen and (max-width: 880px) {
      .credits-top {
        position: relative;
        display: inline-block;
        margin-bottom: 55px; } }
    .credits-top:hover {
      -webkit-box-shadow: inset 0px 0px 0px 4px #a2945a;
              box-shadow: inset 0px 0px 0px 4px #a2945a; }
    .credits-top:focus {
      -webkit-box-shadow: inset 0px 0px 0px 4px #a2945a;
              box-shadow: inset 0px 0px 0px 4px #a2945a;
      color: #a2945a; }
    .credits-top_container {
      position: relative;
      padding-right: 60px; }
      @media only screen and (max-width: 880px) {
        .credits-top_container {
          padding: 0;
          text-align: center; } }

.grid_wrap {
  padding: 0 15px; }
  @media only screen and (max-width: 620px) {
    .grid_wrap {
      padding: 0 7.5px; } }

.grid {
  position: relative; }
  .grid::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (max-width: 760px) {
    .grid {
      height: auto !important; } }
  .grid-sizer {
    width: 25%; }
  .grid-item {
    position: relative; }
    .page-project-entry .grid-item,
    .page-studio .grid-item {
      -webkit-transition: opacity 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transform: translateY(25px);
              transform: translateY(25px);
      opacity: 0.5; }
      .page-project-entry .grid-item.is-visible,
      .page-studio .grid-item.is-visible {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; }
    .grid-item .grid-item {
      opacity: 1 !important; }
    @media only screen and (max-width: 760px) {
      .grid-item {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        display: block;
        width: 100% !important; }
        .bio .grid-item {
          width: 50% !important; }
        .grid-item--text {
          margin: 0;
          padding-left: 15px;
          padding-right: 15px; }
          .grid-item--text .grid-item-pusher {
            padding-bottom: 0 !important; }
        .grid-item picture {
          height: auto !important;
          padding: 0 !important; }
        .bio .grid-item {
          width: 100% !important;
          padding: 0 15px; }
        .grid-item .bio-content-square {
          margin-top: -15px;
          margin-bottom: 15px; } }
    @media only screen and (max-width: 620px) {
      .grid-item.bio-content {
        margin-top: -7.5px;
        padding: 7.5px; }
      .grid-item .bio-content-square {
        margin-bottom: 0; } }
    .grid-item.ratio-1x1 {
      width: 25%; }
      .grid-item.ratio-1x1 .grid-item-pusher {
        padding-bottom: 100%; }
    .grid-item.ratio-1x2 {
      width: 25%; }
      .grid-item.ratio-1x2 .grid-item-pusher {
        padding-bottom: 200%; }
    .grid-item.ratio-2x1 {
      width: 50%; }
      .grid-item.ratio-2x1 .grid-item-pusher {
        padding-bottom: 50%; }
    .grid-item.ratio-2x2 {
      width: 50%; }
      .grid-item.ratio-2x2 .grid-item-pusher {
        padding-bottom: 100%; }
    .grid-item.ratio-2x4 {
      width: 50%; }
      .grid-item.ratio-2x4 .grid-item-pusher {
        padding-bottom: 200%; }
    .grid-item.ratio-3x1 {
      width: 75%; }
      .grid-item.ratio-3x1 .grid-item-pusher {
        padding-bottom: 33.3333%; }
    .grid-item.ratio-3x2 {
      width: 75%; }
      .grid-item.ratio-3x2 .grid-item-pusher {
        padding-bottom: 66.6666%; }
    .grid-item.ratio-4x2 {
      width: 100%; }
      .grid-item.ratio-4x2 .grid-item-pusher {
        padding-bottom: 50%; }
    @media only screen and (max-width: 760px) {
      .grid-item.grid-item--image.has_alternate {
        width: 100%;
        padding: 15px; }
        .grid-item.grid-item--image.has_alternate .grid-item-pusher {
          padding: 0 !important; } }
    @media only screen and (max-width: 620px) {
      .grid-item.grid-item--image.has_alternate {
        padding: 7.5px; } }
    .grid-item--third {
      position: relative;
      float: left;
      width: 33.33%; }
      @media only screen and (max-width: 880px) {
        .grid-item--third {
          width: 50%; } }
      .grid-item--third .grid-item-pusher {
        padding-bottom: 100%; }
    .grid-item--full_image, .grid-item--full_text {
      width: 100%;
      padding: 15px; }
      @media only screen and (max-width: 620px) {
        .grid-item--full_image, .grid-item--full_text {
          padding: 7.5px; } }
    .grid-item--full_text {
      padding-top: 11%;
      padding-bottom: 11%; }
    .no-touchevents .grid-item--linked:hover .grid-item-center-inner, .grid-item--linked.is-in_view .grid-item-center-inner {
      -webkit-transition-delay: .1s;
              transition-delay: .1s;
      opacity: 1;
      color: #a2945a !important; }
      .no-touchevents .grid-item--linked:hover .grid-item-center-inner em,
      .no-touchevents .grid-item--linked:hover .grid-item-center-inner span, .grid-item--linked.is-in_view .grid-item-center-inner em,
      .grid-item--linked.is-in_view .grid-item-center-inner span {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition-delay: .1s;
                transition-delay: .1s; }
    .grid-item--linked.is-in_view .grid-item-center-inner {
      -webkit-transition-delay: .5s;
              transition-delay: .5s; }
      .grid-item--linked.is-in_view .grid-item-center-inner em,
      .grid-item--linked.is-in_view .grid-item-center-inner span {
        -webkit-transition-delay: .5s;
                transition-delay: .5s; }
    .grid-item img {
      width: 100%; }
    .grid-item-pusher {
      width: 100%; }
    .grid-item-container {
      position: absolute;
      top: 15px;
      right: 15px;
      bottom: 15px;
      left: 15px;
      overflow: hidden; }
      @media only screen and (max-width: 620px) {
        .grid-item-container {
          position: absolute;
          top: 7.5px;
          right: 7.5px;
          bottom: 7.5px;
          left: 7.5px; } }
      .feature-image .grid-item-container {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      .feature--left .feature-product .grid-item-container {
        right: 0; }
      .feature--right .feature-product .grid-item-container {
        left: 0; }
      @media only screen and (max-width: 760px) {
        .grid-item--text .grid-item-container,
        .grid-item--image.has_alternate .grid-item-container {
          position: relative;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; } }
      .grid-item-container img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        @media only screen and (min-width: 761px) {
          .grid-item-container img.is_vertical {
            height: 100%; } }
        @media only screen and (max-width: 760px) {
          .has_alternate .grid-item-container img {
            position: relative;
            display: block;
            width: 100%; } }
        .feature .grid-item-container img {
          width: 100%; }
    .grid-item-center {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 10;
      display: table;
      width: 100%;
      height: 100%;
      padding: 30px 0; }
      .ratio-1x2 .grid-item-center {
        padding: 0 0 90px; }
        @media only screen and (max-width: 760px) {
          .ratio-1x2 .grid-item-center {
            padding: 0; } }
      .grid-item--linked .grid-item-center {
        padding: 10px; }
      .grid-item--text .grid-item-center {
        position: relative;
        padding: 0; }
      .grid-item--linked.ratio-2x2 .grid-item-center,
      .grid-item--linked.ratio-2x4 .grid-item-center,
      .grid-item--linked.ratio-3x2 .grid-item-center,
      .grid-item--linked.grid-item--third .grid-item-center,
      .grid-item--linked.grid-item--full_image .grid-item-center {
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        width: 256px;
        height: 256px;
        margin-top: -128px;
        margin-left: -128px; }
      @media only screen and (max-width: 760px) {
        .grid-item--image .grid-item-center {
          position: absolute;
          top: 50%;
          right: auto;
          bottom: auto;
          left: 50%;
          width: 256px;
          height: 256px;
          margin-top: -128px;
          margin-left: -128px; } }
      .grid-item-center-inner {
        -webkit-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
        display: table-cell;
        vertical-align: middle;
        padding: 0 10px; }
        .grid-item--linked .grid-item-center-inner {
          opacity: 0;
          background-color: rgba(255, 255, 255, 0.95);
          text-align: center; }
          .grid-item--linked .grid-item-center-inner em,
          .grid-item--linked .grid-item-center-inner span {
            -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out; }
          .grid-item--linked .grid-item-center-inner em {
            -webkit-transform: translateY(-5px);
                    transform: translateY(-5px);
            display: inline-block; }
          .grid-item--linked .grid-item-center-inner span {
            -webkit-transform: translateY(5px);
                    transform: translateY(5px); }
        .grid-item-center-inner img {
          position: relative;
          width: auto !important;
          margin: 0 auto 40px; }
          @media only screen and (max-width: 760px) {
            .grid-item-center-inner img {
              margin-bottom: 20px; } }
        .ratio-1x2 .grid-item-center-inner {
          vertical-align: bottom; }
        .grid-item--linked .grid-item-center-inner {
          vertical-align: middle; }
    .grid-item-text {
      max-width: 740px;
      margin: 0 auto;
      text-align: center;
      color: #4d4d4d; }
      @media only screen and (max-width: 760px) {
        .grid-item-text {
          margin-top: 60px;
          margin-bottom: 60px; }
          .feature-text--mobile .grid-item-text {
            margin-top: 20px; } }
      @media only screen and (min-width: 761px) {
        .ratio-1x2 .grid-item-text {
          text-align: left; } }
      .grid-item--linked .grid-item-text {
        max-width: 100%;
        text-align: center; }
      @media only screen and (max-width: 760px) {
        .grid-item--image .grid-item-text {
          margin-top: -128px; } }
      .ratio-2x1 .grid-item-text p,
      .ratio-2x2 .grid-item-text p,
      .ratio-2x4 .grid-item-text p, .ratio-2x1
      .grid-item-text blockquote,
      .ratio-2x2
      .grid-item-text blockquote,
      .ratio-2x4
      .grid-item-text blockquote {
        margin-left: auto;
        margin-right: auto; }
        @media only screen and (min-width: 761px) {
          .ratio-2x1 .grid-item-text p,
          .ratio-2x2 .grid-item-text p,
          .ratio-2x4 .grid-item-text p, .ratio-2x1
          .grid-item-text blockquote,
          .ratio-2x2
          .grid-item-text blockquote,
          .ratio-2x4
          .grid-item-text blockquote {
            max-width: 420px; } }
      .grid-item-text p {
        margin-bottom: 15px;
        font-size: 1.0625em; }
        .grid-item-text p.color-gold {
          font-size: 1.125em;
          font-family: "covik-sans", "Georgia", "Times", "Times New Roman", serif;
          font-weight: 500;
          letter-spacing: 0.05em;
          line-height: 1.25em;
          text-transform: uppercase;
          color: #a2945a; }

@media only screen and (min-width: 761px) and (max-width: 880px) {
  .grid-item-text p.color-gold {
    font-size: 1em !important; } }
          .grid-item-text p.color-gold em {
            font-size: 16px;
            font-weight: 400;
            letter-spacing: normal;
            text-transform: none; }
        .grid-item-text p:last-child {
          margin-bottom: 0; }
        .grid-item--linked .grid-item-text p {
          font-family: "pragmatica-extended", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
          font-size: 1.25em;
          line-height: 1.25em;
          color: #a2945a; }
          .grid-item--linked .grid-item-text p span {
            display: inline-block;
            margin-top: 15px;
            font-family: "pragmatica-extended", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
            font-size: .5625em;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: .125em;
            color: #4d4d4d; }
      .ratio-1x1 .grid-item-text p,
      .ratio-1x2 .grid-item-text p,
      .ratio-2x1 .grid-item-text p {
        font-size: 1em; }
      .grid-item-text em {
        font-family: "covik-sans", "Georgia", "Times", "Times New Roman", serif;
        color: #a2945a; }
      .grid-item-text blockquote {
        margin: 0 0 1em;
        font-family: "covik-sans", "Georgia", "Times", "Times New Roman", serif;
        font-size: 1.125em;
        font-style: italic;
        color: #6e7d91; }

@media only screen and (min-width: 761px) and (max-width: 880px) {
  .grid-item-text blockquote {
    margin-bottom: .5em !important;
    font-size: 1em !important; } }

.feature {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 15px 100%; }
  @media only screen and (max-width: 760px) {
    .feature {
      position: relative !important;
      left: auto !important;
      top: auto !important; } }
  @media only screen and (max-width: 620px) {
    .feature {
      padding: 0 7.5px 100%; } }
  .feature-image_container {
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px; }
    @media only screen and (max-width: 620px) {
      .feature-image_container {
        position: absolute;
        top: 7.5px;
        right: 7.5px;
        left: 7.5px; } }
  .feature-image {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }
  .feature-product {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 10; }
    .feature--right .feature-product {
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      left: auto; }
    @media only screen and (max-width: 760px) {
      .feature-product {
        position: relative !important;
        top: 15px !important;
        left: auto !important;
        right: auto !important;
        max-width: 50%;
        margin: 0 auto; } }
    @media only screen and (max-width: 620px) {
      .feature-product {
        top: 7.5px !important; } }
  .feature-text {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }
    .feature--right .feature-text {
      position: absolute;
      top: auto;
      right: auto;
      bottom: 0;
      left: 0; }
    @media only screen and (max-width: 760px) {
      .feature-text {
        display: none; } }
    .feature-text--mobile {
      margin-top: -20px; }
      @media only screen and (min-width: 761px) {
        .feature-text--mobile {
          display: none; } }

.callout {
  margin-top: 15px; }
  @media only screen and (max-width: 620px) {
    .callout {
      margin-top: 7.5px; } }

.categories {
  margin-bottom: 15px; }
  @media only screen and (max-width: 620px) {
    .categories {
      margin-bottom: 7.5px; } }

.break {
  width: 100%; }

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

.bio-image {
  float: right; }
  .bio--right .bio-image {
    float: left; }
  @media only screen and (max-width: 760px) {
    .bio-image {
      float: none !important; } }

.bio-content {
  float: left; }
  @media only screen and (max-width: 760px) {
    .bio-content .grid-item-pusher {
      padding-bottom: 0 !important; } }
  .bio--right .bio-content {
    float: right; }
  @media only screen and (max-width: 760px) {
    .bio-content {
      float: none !important; } }
  .bio-content-square {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: auto;
    width: 350px;
    height: 350px;
    padding-bottom: 50px;
    background: #f5f5f5;
    overflow: initial; }
    @media screen and (max-width: 1000px) {
      .bio-content-square {
        width: 284px;
        height: 284px;
        font-size: .81em; } }
    @media only screen and (max-width: 760px) {
      .bio-content-square {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        height: auto; }
        .bio-content-square::after {
          clear: both;
          content: "";
          display: block; } }
    .bio--right .bio-content-square {
      position: absolute;
      top: auto;
      right: auto;
      bottom: 15px;
      left: 15px; }
    @media only screen and (max-width: 760px) {
      .bio--left .bio-content-square,
      .bio--right .bio-content-square {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; } }
    .bio-content-square-inner {
      -webkit-transition: opacity .3s ease-in-out;
      transition: opacity .3s ease-in-out;
      padding: 26% 18.5% 0; }
      .show-details .bio-content-square-inner {
        opacity: 0; }
      @media screen and (max-width: 1000px) {
        .bio-content-square-inner {
          padding-left: 15.5%;
          padding-right: 15.5%; } }
      @media only screen and (max-width: 760px) {
        .bio-content-square-inner {
          padding-top: 30px;
          padding-bottom: 20px; } }
  .bio-content-overlay {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 20px 20px 70px;
    background: #a2945a;
    opacity: 0;
    pointer-events: none; }
    @media only screen and (max-width: 760px) {
      .bio-content-overlay {
        top: auto;
        padding: 30px 15.5% 85px; } }
    .show-details .bio-content-overlay {
      opacity: 1;
      pointer-events: auto; }
    .bio-content-overlay h1,
    .bio-content-overlay h2,
    .bio-content-overlay h3,
    .bio-content-overlay h4,
    .bio-content-overlay h5,
    .bio-content-overlay h6 {
      margin-bottom: .5em;
      font-family: "covik-sans", "Georgia", "Times", "Times New Roman", serif;
      font-size: 1.5em;
      font-style: italic;
      color: white; }
      @media only screen and (max-width: 760px) {
        .bio-content-overlay h1,
        .bio-content-overlay h2,
        .bio-content-overlay h3,
        .bio-content-overlay h4,
        .bio-content-overlay h5,
        .bio-content-overlay h6 {
          margin-bottom: .375em; } }
    .bio-content-overlay p {
      margin-bottom: 1.25em;
      font-size: 1em;
      font-weight: 400;
      line-height: 1.25em;
      color: white; }
      .bio-content-overlay p:last-child {
        margin: 0; }
    .bio-content-overlay a {
      color: white;
      border-bottom: 1px solid transparent;
      -webkit-transition: border-color 0.1s linear;
      transition: border-color 0.1s linear; }
      .bio-content-overlay a:hover, .bio-content-overlay a:focus {
        border-bottom: 1px solid white; }

.bio-name {
  margin-bottom: .375em;
  font-family: "covik-sans", "Georgia", "Times", "Times New Roman", serif;
  font-size: 1.5em;
  font-style: italic;
  color: #a2945a; }

.bio-role {
  margin: 0;
  font-size: 1em;
  color: #4d4d4d; }

.bio-toggle {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 20;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  color: #4d4d4d;
  overflow: hidden; }
  .bio-toggle svg polygon {
    -webkit-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out;
    fill: #4d4d4d; }
  .bio-toggle:hover svg polygon, .bio-toggle:focus svg polygon {
    fill: #4d4d4d; }
  @media only screen and (max-width: 760px) {
    .bio-toggle {
      left: 15.5%; } }
  .show-details .bio-toggle {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
    .show-details .bio-toggle svg polygon {
      fill: white; }
    .show-details .bio-toggle:hover svg polygon, .show-details .bio-toggle:focus svg polygon {
      fill: white; }

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  background: white; }
  .header::after {
    clear: both;
    content: "";
    display: block; }
  .nav-active .header {
    z-index: 600; }
  .header-container {
    position: relative;
    height: 80px; }
    .header-container::after {
      clear: both;
      content: "";
      display: block; }
  .header-home {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    float: left;
    line-height: 0;
    margin-top: 14px; }
    .header-home svg {
      width: 180px; }
      .header-home svg path {
        fill: #4d4d4d;
        -webkit-transition: fill 0.15s ease-in-out;
        transition: fill 0.15s ease-in-out; }
    .header-home:hover svg path, .header-home:focus svg path {
      fill: #a2945a; }
    .page-home .header-home {
      opacity: 0;
      pointer-events: none; }
      .page-home .header-home svg {
        width: 100%;
        -webkit-transition: width 0.15s ease-in-out;
        transition: width 0.15s ease-in-out; }
    .show-logo .header-home {
      opacity: 1;
      pointer-events: auto; }
      .show-logo .header-home svg {
        width: 180px; }
  .header-nav a, .header-desktop_nav a {
    font-size: 1.5625em;
    font-weight: 400;
    letter-spacing: .15625em;
    text-transform: uppercase;
    color: #4d4d4d; }
    @media only screen and (max-width: 620px) {
      .header-nav a, .header-desktop_nav a {
        font-size: 1.25em; } }
    .header-nav a:hover, .header-nav a:focus, .header-desktop_nav a:hover, .header-desktop_nav a:focus {
      color: #a2945a; }
  .header-nav .active a, .header-desktop_nav .active a {
    color: #a2945a; }
  .header-desktop_nav {
    -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    opacity: 0;
    pointer-events: none; }
    @media only screen and (max-width: 760px) {
      .header-desktop_nav {
        display: none; } }
    .is-scrolled .header-desktop_nav {
      -webkit-transition-delay: .15s;
              transition-delay: .15s;
      opacity: 1;
      pointer-events: auto; }
    .header-desktop_nav li {
      display: inline-block;
      margin: 0 0 0 20px;
      line-height: 80px; }
      .header-desktop_nav li.first {
        margin: 0; }
    .header-desktop_nav a {
      font-size: .75em;
      font-weight: 700;
      letter-spacing: .2em; }
  .header-nav_toggle {
    -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
    transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
    position: absolute;
    top: 50%;
    right: 20px;
    padding: 10px;
    margin-top: -15px;
    text-indent: -9999px;
    opacity: 1; }
    @media only screen and (min-width: 761px) {
      .is-scrolled .header-nav_toggle {
        -webkit-transition-delay: 0s;
                transition-delay: 0s;
        opacity: 0;
        pointer-events: none; } }
    @media only screen and (max-width: 620px) {
      .header-nav_toggle {
        right: 5px; } }
    .header-nav_toggle span {
      display: block;
      position: relative;
      width: 17px;
      height: 10px; }
      .header-nav_toggle span:before, .header-nav_toggle span:after {
        position: absolute;
        left: 0;
        -webkit-transition-duration: 0.3s, 0.3s;
                transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0s;
                transition-delay: 0.3s, 0s;
        content: "";
        display: block;
        width: 17px;
        height: 2px;
        background-color: #4d4d4d;
        -webkit-transform-origin: center;
                transform-origin: center; }
        .nav-active .header-nav_toggle span:before, .nav-active .header-nav_toggle span:after {
          -webkit-transition-delay: 0s, 0.3s;
                  transition-delay: 0s, 0.3s; }
      .header-nav_toggle span:before {
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, -webkit-transform;
        transition-property: top, transform;
        transition-property: top, transform, -webkit-transform;
        top: 0; }
        .nav-active .header-nav_toggle span:before {
          top: 4px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
      .header-nav_toggle span:after {
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
        transition-property: bottom, transform, -webkit-transform;
        bottom: 0; }
        .nav-active .header-nav_toggle span:after {
          bottom: 4px;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
  .header-nav {
    position: fixed;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    display: none;
    height: 100%;
    background: rgba(255, 255, 255, 0.97);
    text-align: center;
    color: white;
    overflow-y: auto; }
    .nav-active .header-nav {
      display: block; }
    .header-nav-container ul {
      -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
      margin: 0 auto;
      padding: 85px 0;
      text-align: center; }
      .nav-animate .header-nav-container ul {
        -webkit-transform: translateY(0);
                transform: translateY(0); }
      @media only screen and (max-width: 620px) {
        .header-nav-container ul {
          padding: 35px 0; } }
      @media only screen and (max-width: 400px) {
        .header-nav-container ul {
          padding: 0;
          text-align: right; } }
      @media screen and (max-height: 500px) {
        .header-nav-container ul {
          padding: 0; } }
    .header-nav-container li {
      -webkit-transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: opacity 0.35s ease-in-out, transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: opacity 0.35s ease-in-out, transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
      padding: 18px 0;
      opacity: 0; }
      .header-nav-container li:nth-child(1) {
        -webkit-transition-delay: 0s;
                transition-delay: 0s; }
      .header-nav-container li:nth-child(2) {
        -webkit-transition-delay: .08s;
                transition-delay: .08s; }
      .header-nav-container li:nth-child(3) {
        -webkit-transition-delay: .16s;
                transition-delay: .16s; }
      .header-nav-container li:nth-child(4) {
        -webkit-transition-delay: .24s;
                transition-delay: .24s; }
      .header-nav-container li:nth-child(5) {
        -webkit-transition-delay: .32s;
                transition-delay: .32s; }
      .header-nav-container li:nth-child(6) {
        -webkit-transition-delay: .4s;
                transition-delay: .4s; }
      .header-nav-container li:nth-child(7) {
        -webkit-transition-delay: .48s;
                transition-delay: .48s; }
      .nav-animate .header-nav-container li {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; }
      @media screen and (max-height: 500px) {
        .header-nav-container li {
          padding: 10px 0; } }

.page_header-container {
  display: table;
  width: 100%;
  height: calc(92vh - 80px); }
  .is-all .page_header-container {
    height: calc(100vh - 180px); }

.page_header-center {
  display: table-cell;
  vertical-align: middle; }

.page_header-content {
  padding: 80px 0; }
  .page_header--columns .page_header-content {
    position: relative; }
    .page_header--columns .page_header-content::after {
      clear: both;
      content: "";
      display: block; }

.page-home .page_header h1 {
  position: relative;
  z-index: 501;
  margin-bottom: 35px;
  line-height: 0; }
  @media only screen and (max-width: 620px) {
    .page-home .page_header h1 {
      margin-bottom: 20px; } }

.show-logo .page_header h1 {
  opacity: 0;
  pointer-events: none; }

.page_header--columns h1 {
  position: absolute;
  left: 0;
  max-width: 340px;
  letter-spacing: 0; }
  @media only screen and (max-width: 880px) {
    .page_header--columns h1 {
      position: relative;
      max-width: 100%;
      margin-bottom: 35px; } }
  .page_header--columns h1:after {
    display: none; }

.page_header-text {
  width: 100%;
  max-width: 750px; }
  .page_header--columns .page_header-text {
    padding-top: 14px; }
  .page_header-text p {
    margin-bottom: 1em;
    font-size: 1.75em;
    line-height: 1.5em;
    color: #6e7d91; }
    .page_header-text p:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 880px) {
      .page_header-text p {
        font-size: 1.5em; } }
    @media only screen and (max-width: 620px) {
      .page_header-text p {
        font-size: 1.375em; } }
    @media only screen and (max-width: 400px) {
      .page_header-text p {
        font-size: 1.25em; } }
  .page_header-text a {
    color: #a2945a; }
    .page_header-text a:hover, .page_header-text a:focus {
      color: #817648; }
  .page_header--columns .page_header-text {
    float: right;
    max-width: 880px;
    padding-left: 370px; }
    @media only screen and (max-width: 880px) {
      .page_header--columns .page_header-text {
        float: none;
        max-width: 100%;
        padding: 0; } }
    .page_header--columns .page_header-text p {
      font-size: 1.375em;
      line-height: 1.625em; }
      @media only screen and (max-width: 880px) {
        .page_header--columns .page_header-text p {
          font-size: 1.25em; } }
      @media only screen and (max-width: 620px) {
        .page_header--columns .page_header-text p {
          font-size: 1.125em; } }
      @media only screen and (max-width: 400px) {
        .page_header--columns .page_header-text p {
          font-size: 1em; } }
      .page_header--columns .page_header-text p.page_header-categories {
        font-family: "covik-sans", "Georgia", "Times", "Times New Roman", serif;
        font-size: 1em;
        font-style: italic;
        color: #a2945a; }

.next_project {
  background-color: #f5f5f5;
  text-align: center; }
  .next_project-container {
    display: table;
    width: 100%;
    height: 255px;
    padding: 0 20px; }
  .next_project-inner {
    display: table-cell;
    vertical-align: middle; }
  .next_project-link {
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px; }
    .next_project-link:hover .next_project-title:after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }
  .next_project-heading {
    margin-bottom: .75em;
    font-size: 1em;
    font-weight: normal;
    line-height: normal; }
  .next_project-title {
    position: relative;
    margin-bottom: .5em;
    font-family: "pragmatica-extended", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 2.25em;
    line-height: 1.25em;
    color: #a2945a; }
    @media only screen and (max-width: 620px) {
      .next_project-title {
        font-size: 1.875em; } }
    .next_project-title:after {
      -webkit-transition: -webkit-transform .2s ease-in-out;
      transition: -webkit-transform .2s ease-in-out;
      transition: transform .2s ease-in-out;
      transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
      -webkit-transform: scaleX(0.0001);
              transform: scaleX(0.0001);
      position: relative;
      top: 5px;
      display: block;
      width: 60px;
      margin: 0 auto;
      content: '';
      border-bottom: 2px solid #4d4d4d; }
  .next_project-view_all {
    display: inline-block;
    margin: 0;
    padding: 10px; }
    .next_project-view_all .hover_arrow {
      -webkit-transition: opacity .2s ease-in-out;
      transition: opacity .2s ease-in-out;
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -8.5px;
      opacity: 0; }
      .next_project-view_all .hover_arrow svg polygon {
        -webkit-transition: fill .2s ease-in-out;
        transition: fill .2s ease-in-out;
        fill: #4d4d4d; }
    .next_project-view_all:hover {
      padding-right: 32px; }
      .next_project-view_all:hover .hover_arrow {
        opacity: 1; }
        .next_project-view_all:hover .hover_arrow svg polygon {
          -webkit-transition: fill .2s ease-in-out;
          transition: fill .2s ease-in-out;
          fill: #a2945a; }

body {
  padding-top: 80px;
  background-color: white;
  font-weight: 300;
  color: #4d4d4d; }
  body.nav-active {
    overflow: hidden; }
