@charset "UTF-8";
/********************
** Vendors
********************/
/*! normalize.css v3.0.0 | 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 in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: 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, 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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/**
 * 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.
 */
img {
  border: 0; }

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  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 5, 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.
 */
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+, 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 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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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.
 * 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.
 */
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; }

/********************
** Partials
********************/
/********************
** Breakpoints
********************/
/********************
** Media Queries
********************/
/********************
** Media Query Mixin
********************/
/********************
** Arbitrary Media Query Mixin
********************/
/********************
** Colors Vars
********************/
/********************
** Colors Classes
********************/
.bg-white {
  background-color: #FFFFFF; }

.bg-black {
  background-color: #000000; }

.bg-gray {
  background-color: #4D4D4F; }

.bg-tan {
  background-color: #F6F8F2; }

.bg-blue {
  background-color: #00B3E3; }

.bg-blue--light {
  background-color: #1EB4E1; }

.bg-orange {
  background-color: #F36C43; }

.text-black {
  color: #000000; }

.text-white {
  color: #FFFFFF; }

.text-orange {
  color: #F36C43; }

.text-blue {
  color: #00B3E3; }

/********************
** Font Config
********************/
/********************
** Font Styles
********************/
html {
  font-family: "livory", serif; }
  html * {
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
    html *::-moz-selection {
      color: #FFFFFF;
      background: #aa924f; }
    html *::selection {
      color: #FFFFFF;
      background: #aa924f; }
  html.wf-inactive *, html.wf-loading * {
    color: transparent !important; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  font-weight: normal; }

.thin-heading, .thin-heading--sml, .thin-heading--med {
  font-family: "gineso-condensed", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem; }
  @media only screen and (min-width: 768px) {
    .thin-heading, .thin-heading--sml, .thin-heading--med {
      font-size: 5.53846vw;
      line-height: 5.53846vw; } }
  @media only screen and (min-width: 1300px) {
    .thin-heading, .thin-heading--sml, .thin-heading--med {
      font-size: 72px;
      font-size: 4.5rem;
      line-height: 72px;
      line-height: 4.5rem; } }

.thin-heading--sml {
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem; }
  @media only screen and (min-width: 768px) {
    .thin-heading--sml {
      font-size: 3.53846vw;
      line-height: 3.53846vw; } }
  @media only screen and (min-width: 1300px) {
    .thin-heading--sml {
      font-size: 46px;
      font-size: 2.875rem;
      line-height: 46px;
      line-height: 2.875rem; } }

.thin-heading--med {
  letter-spacing: 0.05em;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem; }
  @media only screen and (min-width: 768px) {
    .thin-heading--med {
      font-size: 4.30769vw;
      line-height: 4.30769vw; } }
  @media only screen and (min-width: 1300px) {
    .thin-heading--med {
      font-size: 56px;
      font-size: 3.5rem;
      line-height: 56px;
      line-height: 3.5rem; } }

p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 27px;
  line-height: 1.6875rem;
  letter-spacing: 0.025em; }
  @media only screen and (min-width: 768px) {
    p {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 30px;
      line-height: 1.875rem; } }

a {
  text-decoration: none;
  color: #4D4C4E; }

/********************
** Font Styles
********************/
.thin-heading, .thin-heading--sml, .thin-heading--med, .light, .hero--basic .hero-inner h1 {
  font-weight: 100; }

.bold, .client-slider .client-slide-quote {
  font-weight: 700; }

/********************
** Generic font modifiers
********************/
.up {
  text-transform: uppercase; }

.down {
  text-transform: lowercase; }

.italic {
  font-style: italic; }

.centered {
  text-align: center; }

/*********************************************
** Basic page // text area content typography
*********************************************/
.wysiwyg {
  position: relative; }
  .wysiwyg p, .wysiwyg blockquote, .wysiwyg figure, .wysiwyg ul, .wysiwyg ol {
    margin-bottom: 25px; }
  .wysiwyg p, .wysiwyg li {
    line-height: 25px;
    line-height: 1.5625rem;
    letter-spacing: 0.025em;
    font-size: 20px;
    font-size: 1.25rem; }
  .wysiwyg ul li, .wysiwyg ol li {
    margin-left: 30px;
    padding-left: 10px;
    margin-bottom: 3px; }
    @media only screen and (min-width: 768px) {
      .wysiwyg ul li, .wysiwyg ol li {
        margin-left: 40px;
        padding-left: 15px; } }
    @media only screen and (min-width: 1200px) {
      .wysiwyg ul li, .wysiwyg ol li {
        margin-left: 50px;
        padding-left: 20px; } }
  .wysiwyg ol {
    padding: 0; }
    .wysiwyg ol li {
      margin-bottom: 10px;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 24px;
      line-height: 1.5rem;
      list-style-position: inside; }
  .wysiwyg h2 {
    margin-bottom: 7px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
    color: #F36C43;
    font-family: "gineso-condensed", sans-serif;
    letter-spacing: 0.12em; }
    .wysiwyg h2 a {
      text-decoration: underline; }
  .wysiwyg h3 {
    margin-bottom: 7px;
    font-style: italic;
    line-height: 25px;
    line-height: 1.5625rem;
    letter-spacing: 0.025em;
    font-size: 20px;
    font-size: 1.25rem; }
  .wysiwyg h4 {
    margin-bottom: 7px;
    font-size: calc(14px + .12vw); }
  .wysiwyg a {
    position: relative;
    color: #F36C43;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    .wysiwyg a:hover {
      color: #db3e0e; }
  .wysiwyg hr {
    height: 1px;
    background-color: #4D4C4E; }

/*********************************************
** Pagination Styles
*********************************************/
.pagination-links {
  text-align: center; }
  .pagination-links a {
    font-family: "gineso-condensed", sans-serif;
    margin: 10px;
    text-transform: uppercase;
    color: #F36C43; }

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  position: static;
  width: 100%;
  height: 100%;
  visibility: visible;
  font-size: 100%;
  background-color: #FFFFFF;
  font-family: "gineso-condensed", sans-serif; }

body {
  height: 100%;
  line-height: 1.875em;
  font-size: 16px;
  font-size: 1rem;
  color: #4D4D4F;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

li ul, li ol {
  margin: 0; }

input, select, textarea {
  display: block;
  -webkit-appearance: none;
  border-radius: 0; }

figure {
  position: relative;
  margin: 0 0; }

@-webkit-keyframes blur-in {
  0% {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0); }
  100% {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px); } }

@-moz-keyframes blur-in {
  0% {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0); }
  100% {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px); } }

@-o-keyframes blur-in {
  0% {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0); }
  100% {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px); } }

@keyframes blur-in {
  0% {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0); }
  100% {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px); } }

.cf, .clearfix {
  *zoom: 1;
  clear: both; }
  .cf:after, .clearfix:after {
    height: 0;
    width: 0;
    content: ".";
    display: block;
    clear: both;
    visibility: hidden; }

.screen-reader-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.vert-align-contain {
  display: table; }

.vert-align {
  position: relative;
  top: -50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%); }

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.vert-align-center {
  display: table-cell; }
  .vert-align-center.top {
    vertical-align: top; }
  .vert-align-center.middle {
    vertical-align: middle; }
  .vert-align-center.bottom {
    vertical-align: bottom; }

/*****************************
** bLazy and slide animate
*****************************/
.no-js .b-lazy, .no-js .w-img {
  opacity: 1; }

.b-lazy, .w-img {
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out; }

.b-lazy.b-loaded, .b-lazy.b-error, .w-img.loaded {
  opacity: 1; }

/*****************************
** Responsive Video
*****************************/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 15px 0; }
  @media only screen and (min-width: 768px) {
    .video-container {
      margin: 20px 0; } }
  @media only screen and (min-width: 1200px) {
    .video-container {
      margin: 25px 0; } }
  @media only screen and (max-width: 767px) {
    .video-container {
      width: 100% !important; } }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.break {
  display: inline; }
  @media only screen and (min-width: 768px) {
    .break {
      display: block; } }

.flex-col-when-small {
  flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .flex-col-when-small {
      flex-direction: row; } }

/* fade image in after load */
.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms; }

/********************
** Containers
********************/
#page {
  position: relative;
  min-height: 100vh; }

#page-container {
  position: relative;
  height: auto;
  width: 100%;
  margin-bottom: 100px;
  padding-bottom: 240px;
  opacity: 1;
  transition: opacity .5s ease-out;
  transition: margin-left .3s ease-out, background-color 0.5s ease; }
  @media only screen and (min-width: 768px) {
    #page-container {
      width: 100%; } }
  #page-container .navigation-container {
    padding: 35px 0;
    background-color: #323232;
    text-align: center;
    font-family: "gineso-condensed", sans-serif;
    bottom: -101px;
    position: absolute;
    width: 100%; }
    #page-container .navigation-container > nav a {
      color: #FFFFFF;
      font-weight: bold;
      display: inline-block;
      text-transform: uppercase;
      padding: 0 30px;
      margin: 0;
      letter-spacing: 0.2em;
      font-size: 15px;
      font-size: 0.9375rem;
      position: relative; }
      @media only screen and (max-width: 767px) {
        #page-container .navigation-container > nav a {
          font-size: 10px;
          font-size: 0.625rem;
          padding: 0 10px; } }
      #page-container .navigation-container > nav a:after {
        content: "/";
        position: absolute;
        left: 100%;
        color: #FFFFFF; }
      #page-container .navigation-container > nav a:last-of-type:after {
        content: none; }

.content-container, .content-container--lrg, .content-container--med, .content-container--sml {
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .content-container, .content-container--lrg, .content-container--med, .content-container--sml {
      padding: 0 5%; } }
  @media only screen and (min-width: 1170px) {
    .content-container, .content-container--lrg, .content-container--med, .content-container--sml {
      padding: 0 40px; } }
  @media only screen and (min-width: 1300px) {
    .content-container, .content-container--lrg, .content-container--med, .content-container--sml {
      padding: 0; } }

.content-container {
  max-width: 1050px; }

.content-container--lrg {
  max-width: 1170px; }

.content-container--med {
  max-width: 1070px; }

.content-container--sml {
  max-width: 900px; }

/********************
** Flex layouts
********************/
.flex-contain, .flex-contain-wrap {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex; }
  .flex-contain.flex-col, .flex-col.flex-contain-wrap {
    flex-direction: column; }

.flex-contain-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-item {
  width: 100%;
  /* For old syntax, otherwise collapses. */
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  min-width: 0; }

.flex-1 {
  width: 100%;
  /* For old syntax, otherwise collapses. */
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  min-width: 0; }

.flex-2 {
  width: 100%;
  /* For old syntax, otherwise collapses. */
  -webkit-box-flex: 2;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 2;
  /* OLD - Firefox 19- */
  -webkit-flex: 2;
  /* Chrome */
  -ms-flex: 2;
  /* IE 10 */
  flex: 2;
  min-width: 0; }

.flex-3 {
  width: 100%;
  /* For old syntax, otherwise collapses. */
  -webkit-box-flex: 3;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 3;
  /* OLD - Firefox 19- */
  -webkit-flex: 3;
  /* Chrome */
  -ms-flex: 3;
  /* IE 10 */
  flex: 3;
  min-width: 0; }

.flex-4 {
  width: 100%;
  /* For old syntax, otherwise collapses. */
  -webkit-box-flex: 4;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 4;
  /* OLD - Firefox 19- */
  -webkit-flex: 4;
  /* Chrome */
  -ms-flex: 4;
  /* IE 10 */
  flex: 4;
  min-width: 0; }

.flex-5 {
  width: 100%;
  /* For old syntax, otherwise collapses. */
  -webkit-box-flex: 5;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 5;
  /* OLD - Firefox 19- */
  -webkit-flex: 5;
  /* Chrome */
  -ms-flex: 5;
  /* IE 10 */
  flex: 5;
  min-width: 0; }

.flex-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

.flex-basis {
  flex-basis: auto; }

.social-media-icons {
  margin-bottom: 30px;
  justify-content: center;
  margin: 15px 0 0 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex; }
  @media only screen and (min-width: 768px) {
    .social-media-icons {
      margin: 30px 0 0 0; } }
  .social-media-icons .social-media-icon {
    display: inherit;
    margin: 0 10px; }
    .social-media-icons .social-media-icon > svg {
      fill: gray;
      width: 25px;
      height: 25px; }
      @media only screen and (min-width: 768px) {
        .social-media-icons .social-media-icon > svg {
          width: 42px;
          height: 42px; } }
  .social-media-icons .social-media-icon-wrapper {
    background-color: #646464; }

#site-navigation .social-media-icons {
  margin: 0px 0 60px; }
  #site-navigation .social-media-icons .social-media-icon > svg {
    fill: #000000;
    width: 30px;
    height: 30px; }

.btn, .btn--blue, .btn--orange, .btn--white, .btn-notch, .btn-notch--blue, .btn-notch--orange, .btn-notch--white, .btn-filled {
  user-select: none;
  background-color: transparent;
  border: 2px solid #4D4C4E;
  color: #4D4C4E;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 12px;
  font-family: "gineso-condensed", sans-serif;
  display: inline-block;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.12em; }
  @media only screen and (min-width: 768px) {
    .btn, .btn--blue, .btn--orange, .btn--white, .btn-notch, .btn-notch--blue, .btn-notch--orange, .btn-notch--white, .btn-filled {
      padding: 6px 15px; } }
  @media only screen and (min-width: 1200px) {
    .btn, .btn--blue, .btn--orange, .btn--white, .btn-notch, .btn-notch--blue, .btn-notch--orange, .btn-notch--white, .btn-filled {
      padding: 8px 20px; } }
  .btn .selectable, .btn--blue .selectable, .btn--orange .selectable, .btn--white .selectable, .btn-notch .selectable, .btn-notch--blue .selectable, .btn-notch--orange .selectable, .btn-notch--white .selectable, .btn-filled .selectable {
    user-select: text; }
  .big.btn, .big.btn--blue, .big.btn--orange, .big.btn--white, .big.btn-notch, .big.btn-notch--blue, .big.btn-notch--orange, .big.btn-notch--white, .big.btn-filled {
    font-family: "gineso-condensed", sans-serif;
    text-transform: none;
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: 0.025em;
    padding: 10px;
    margin: 8px 0;
    text-align: left;
    padding-left: 0px;
    border: none;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .big.btn, .big.btn--blue, .big.btn--orange, .big.btn--white, .big.btn-notch, .big.btn-notch--blue, .big.btn-notch--orange, .big.btn-notch--white, .big.btn-filled {
        padding: 15px; } }
    @media only screen and (min-width: 1200px) {
      .big.btn, .big.btn--blue, .big.btn--orange, .big.btn--white, .big.btn-notch, .big.btn-notch--blue, .big.btn-notch--orange, .big.btn-notch--white, .big.btn-filled {
        padding: 15px 0px; } }
    .big.btn:after, .big.btn--blue:after, .big.btn--orange:after, .big.btn--white:after, .big.btn-notch:after, .big.btn-notch--blue:after, .big.btn-notch--orange:after, .big.btn-notch--white:after, .big.btn-filled:after {
      display: none !important; }
    .big.btn--blue::-moz-selection {
      color: #FFFFFF;
      background: #00B3E3; }
    .big.btn--blue::selection {
      color: #FFFFFF;
      background: #00B3E3; }
    .big.btn--orange::-moz-selection {
      color: #FFFFFF;
      background: #F36C43; }
    .big.btn--orange::selection {
      color: #FFFFFF;
      background: #F36C43; }

.btn, .btn--blue, .btn--orange, .btn--white {
  position: relative; }
  .btn:after, .btn--blue:after, .btn--orange:after, .btn--white:after {
    content: "";
    position: absolute;
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    left: -2px;
    top: -2px;
    border: 2px solid #4D4C4E;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
  .btn:hover:after, .btn--blue:hover:after, .btn--orange:hover:after, .btn--white:hover:after {
    -webkit-transform: translate(4px, 4px);
    -moz-transform: translate(4px, 4px);
    -ms-transform: translate(4px, 4px);
    -o-transform: translate(4px, 4px);
    transform: translate(4px, 4px); }

.btn--blue {
  color: #00B3E3;
  border-color: #00B3E3; }
  .btn--blue:after {
    border-color: #00B3E3; }

.btn--orange {
  color: #F36C43;
  border-color: #F36C43; }
  .btn--orange:after {
    border-color: #F36C43; }

.btn--white {
  color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn--white:after {
    border-color: #FFFFFF; }

.btn-notch, .btn-notch--blue, .btn-notch--orange, .btn-notch--white {
  position: relative; }
  .btn-notch:after, .btn-notch--blue:after, .btn-notch--orange:after, .btn-notch--white:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #4D4C4E transparent;
    -webkit-transition: transform 0.15s ease-in-out;
    -moz-transition: transform 0.15s ease-in-out;
    -ms-transition: transform 0.15s ease-in-out;
    -o-transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    -webkit-transform: translate(-2px, -2px);
    -moz-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
    @media only screen and (min-width: 768px) {
      .btn-notch:after, .btn-notch--blue:after, .btn-notch--orange:after, .btn-notch--white:after {
        -webkit-transform: translate(-3px, -3px);
        -moz-transform: translate(-3px, -3px);
        -ms-transform: translate(-3px, -3px);
        -o-transform: translate(-3px, -3px);
        transform: translate(-3px, -3px); } }
    @media only screen and (min-width: 1200px) {
      .btn-notch:after, .btn-notch--blue:after, .btn-notch--orange:after, .btn-notch--white:after {
        -webkit-transform: translate(-4px, -4px);
        -moz-transform: translate(-4px, -4px);
        -ms-transform: translate(-4px, -4px);
        -o-transform: translate(-4px, -4px);
        transform: translate(-4px, -4px); } }
  .btn-notch:hover:after, .btn-notch--blue:hover:after, .btn-notch--orange:hover:after, .btn-notch--white:hover:after {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); }

.btn-notch--blue {
  color: #00B3E3;
  border-color: #00B3E3; }
  .btn-notch--blue:after {
    border-color: transparent transparent #00B3E3 transparent; }

.btn-notch--orange {
  color: #F36C43;
  border-color: #F36C43; }
  .btn-notch--orange:after {
    border-color: transparent transparent #F36C43 transparent; }

.btn-notch--white {
  color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-notch--white:after {
    border-color: transparent transparent #FFFFFF transparent; }

.btn-filled {
  background-color: rgba(0, 179, 227, 0.75);
  border-color: #00B3E3;
  color: #FFFFFF;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 0.12em;
  padding: 15px 30px; }
  @media only screen and (min-width: 768px) {
    .btn-filled {
      padding: 15px 40px; } }
  .btn-filled:hover {
    background-color: #00B3E3; }

.cta, .cta--arrow-down, .cta--arrow-right {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.12em;
  text-decoration: underline;
  font-family: "gineso-condensed", sans-serif;
  text-transform: uppercase;
  color: #4D4C4E;
  background-color: transparent;
  user-select: none; }
  .orange.cta, .orange.cta--arrow-down, .orange.cta--arrow-right {
    color: #F36C43; }

.cta--arrow-down {
  position: relative;
  display: inline-block; }
  .cta--arrow-down:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: calc(100% + 7px);
    top: 8px;
    border-style: solid;
    border-width: 11px 9px 0 9px;
    border-color: #4D4C4E transparent transparent transparent;
    -webkit-transition: transform 0.15s ease-in-out;
    -moz-transition: transform 0.15s ease-in-out;
    -ms-transition: transform 0.15s ease-in-out;
    -o-transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .cta--arrow-down:hover:after {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px); }
  .cta--arrow-down.orange:after {
    border-color: #F36C43 transparent transparent transparent; }

.cta--arrow-right {
  position: relative;
  display: inline-block; }
  .cta--arrow-right:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: calc(100% + 7px);
    top: 8px;
    border-style: solid;
    border-width: 9px 0 9px 11px;
    border-color: transparent transparent transparent #4D4C4E;
    -webkit-transition: transform 0.15s ease-in-out;
    -moz-transition: transform 0.15s ease-in-out;
    -ms-transition: transform 0.15s ease-in-out;
    -o-transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .cta--arrow-right:hover:after {
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    -o-transform: translateX(2px);
    transform: translateX(2px); }
  .cta--arrow-right.orange:after {
    border-color: transparent transparent transparent #F36C43; }
  .cta--arrow-right.white {
    color: #FFFFFF; }
    .cta--arrow-right.white:after {
      border-color: transparent transparent transparent #FFFFFF; }

.pseudo-breadcrumb-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1070px;
  padding: 0;
  height: 0;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 899px) {
    .pseudo-breadcrumb-wrapper {
      height: 15px; } }

.pseudo-breadcrumb-container {
  position: absolute;
  top: 6px;
  left: 31px; }
  @media only screen and (min-width: 900px) {
    .pseudo-breadcrumb-container {
      top: 25px;
      left: 25px; } }
  @media only screen and (min-width: 1325px) {
    .pseudo-breadcrumb-container {
      left: 0; } }

.pseudo-breadcrumb, .pseudo-breadcrumb--white {
  position: relative;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #00B3E3;
  font-family: "gineso-condensed", sans-serif;
  user-select: none;
  font-size: 15px;
  font-size: 0.9375rem; }
  @media only screen and (min-width: 900px) {
    .pseudo-breadcrumb, .pseudo-breadcrumb--white {
      font-size: 17px;
      font-size: 1.0625rem; } }
  .pseudo-breadcrumb:after, .pseudo-breadcrumb--white:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: calc(100% + 7px);
    border-style: solid;
    border-width: 9px 11px 9px 0;
    border-color: transparent #00B3E3 transparent transparent;
    -webkit-transition: transform 0.15s ease-in-out;
    -moz-transition: transform 0.15s ease-in-out;
    -ms-transition: transform 0.15s ease-in-out;
    -o-transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .pseudo-breadcrumb:hover:after, .pseudo-breadcrumb--white:hover:after {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    transform: translateX(-2px); }

.pseudo-breadcrumb--white {
  color: #FFFFFF; }
  .pseudo-breadcrumb--white:after {
    border-color: transparent #FFFFFF transparent transparent; }

.u-fit {
  width: 100%;
  height: 100%; }

.u-relative {
  position: relative; }

.u-absolute {
  position: absolute; }
  .u-absolute.u-pos-tl {
    top: 0;
    left: 0; }

.u-flex {
  display: flex; }
  .u-flex.u-center-xy {
    justify-content: center;
    align-items: center; }

.c-magnetic-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%; }

.o-circle {
  display: inline-block;
  border-radius: 50%;
  z-index: -1;
  will-change: opacity; }

.t-btn-label {
  display: inline-block;
  user-select: none;
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px; }

.masonry-sizer {
  width: 19.60784%; }

.headcase__portfolio {
  padding-top: 100px;
  font-family: "livory";
  text-align: center;
  min-height: 100vh; }
  .headcase__portfolio h1 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin: 0;
    letter-spacing: .3em;
    font-weight: 400;
    font-size: 32px;
    font-size: 2rem;
    color: #646464; }
  .headcase__portfolio .filter {
    margin: 30px auto;
    padding: 5px 10px;
    border: #646464 solid 1px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    font-family: "livory";
    font-size: 14px;
    color: #646464;
    font-style: italic;
    position: relative;
    display: inline-block;
    letter-spacing: 1px; }
    @media only screen and (max-width: 767px) {
      .headcase__portfolio .filter {
        width: 70%; } }
    .headcase__portfolio .filter .filter__category {
      color: #646464;
      font-style: normal;
      position: relative;
      margin-right: 10px; }
      .headcase__portfolio .filter .filter__category:hover {
        color: #af9143;
        cursor: pointer; }
      .headcase__portfolio .filter .filter__category:last-of-type {
        margin-right: 0; }
      .headcase__portfolio .filter .filter__category:not(:last-child):after {
        content: "/";
        position: absolute;
        right: -9px;
        color: #4D4D4F !important; }
      .headcase__portfolio .filter .filter__category.active {
        color: #af9143; }
        .headcase__portfolio .filter .filter__category.active:after {
          color: #4D4D4F; }
      .headcase__portfolio .filter .filter__category.animated {
        opacity: 1; }
      .headcase__portfolio .filter .filter__category:before {
        content: "";
        transition: all .5s ease-in; }
      .headcase__portfolio .filter .filter__category.active:before {
        content: "";
        width: calc(100% - 1px);
        height: 1px;
        background-color: #af9143;
        position: absolute;
        bottom: -4px;
        left: 0; }
  .headcase__portfolio .motif-image {
    text-align: center;
    margin-bottom: 50px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 55px); }
    .headcase__portfolio .motif-image img {
      display: inline-block; }
    @media only screen and (min-width: 768px) {
      .headcase__portfolio .motif-image {
        margin-bottom: 120px; } }
    .headcase__portfolio .motif-image img {
      max-width: 110px; }

#masonry {
  margin: 60px auto;
  font-family: "livory";
  max-width: 100vw;
  overflow: hidden; }
  @media (max-width: 450px) {
    #masonry {
      width: 100vw !important; } }
  #masonry:after {
    content: '';
    display: block;
    clear: both; }
  #masonry h1 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin: 0; }
    #masonry h1:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 50%;
      left: 50%;
      width: 50px;
      height: 1px;
      margin-left: -25px;
      background-color: black; }
  #masonry .project-thumbnail {
    float: left;
    display: block;
    width: 19.60784%;
    border: none;
    background-color: white;
    padding: 4px;
    overflow: hidden; }
    #masonry .project-thumbnail .thumbnail-border {
      overflow: hidden; }
    #masonry .project-thumbnail:nth-of-type(18n+1), #masonry .project-thumbnail:nth-of-type(18n+11) {
      width: 39%; }
    #masonry .project-thumbnail:nth-of-type(18n+11) {
      float: right; }
    #masonry .project-thumbnail img {
      width: 100%;
      height: 100%;
      display: block;
      position: relative; }
  #masonry .iso-project-sizer {
    width: 9.80392%; }
  #masonry.tiles-loaded .iso-project-thumbnail {
    opacity: 1; }
  #masonry .iso-project-thumbnail {
    width: 220px;
    height: 270px;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    opacity: 0; }
    @media only screen and (max-width: 374px) {
      #masonry .iso-project-thumbnail {
        width: 130px;
        height: 156px;
        padding: 0; } }
    @media only screen and (min-width: 375px) {
      #masonry .iso-project-thumbnail {
        width: 180px;
        height: 220px;
        padding: 0px; } }
    @media only screen and (max-width: 767px) {
      #masonry .iso-project-thumbnail:nth-child(odd) {
        padding-right: 4px !important;
        padding-left: 8px !important; }
      #masonry .iso-project-thumbnail:nth-child(even) {
        padding-right: 8px !important;
        padding-left: 4px !important; } }
    @media only screen and (min-width: 768px) {
      #masonry .iso-project-thumbnail {
        width: 200px;
        height: 240px;
        padding: 4px; } }
    @media only screen and (min-width: 1800px) {
      #masonry .iso-project-thumbnail {
        width: 400px;
        height: 480px; } }
    @media (max-width: 450px) {
      #masonry .iso-project-thumbnail {
        margin-bottom: 8px !important;
        width: 50% !important;
        height: 58vw !important; } }
    #masonry .iso-project-thumbnail.animated {
      opacity: 1; }
    #masonry .iso-project-thumbnail .iso-project-holder {
      float: left;
      width: 100%;
      height: 100%; }
    #masonry .iso-project-thumbnail .iso-project-img {
      float: left;
      width: 100%;
      z-index: 1; }
    #masonry .iso-project-thumbnail .iso-thumbnail-border {
      height: 100%;
      width: 100%; }
    #masonry .iso-project-thumbnail img {
      width: 100%;
      max-width: 100%;
      height: auto;
      z-index: 1;
      vertical-align: middle; }
    #masonry .iso-project-thumbnail .project-description {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 4px 4px 4px 4px;
      padding: 10px;
      color: black;
      background-color: white;
      opacity: 0;
      transition: opacity 0.5s ease-out;
      text-align: center; }
      #masonry .iso-project-thumbnail .project-description .project-description__content {
        position: relative;
        width: 100%;
        margin: auto 0; }
        #masonry .iso-project-thumbnail .project-description .project-description__content p {
          font-size: 14px;
          font-size: 0.875rem;
          font-family: "livory", serif;
          letter-spacing: 0.1em;
          padding-top: 10px; }
        #masonry .iso-project-thumbnail .project-description .project-description__content h2 {
          position: relative;
          font-family: "gineso-condensed", sans-serif;
          color: #af9143;
          font-size: calc(14px + .12vw);
          letter-spacing: 0.075em;
          line-height: 1.41;
          font-weight: 700;
          padding: 1.2vw 0; }
          #masonry .iso-project-thumbnail .project-description .project-description__content h2 strong {
            text-transform: uppercase;
            font-size: calc(18px + .85vw);
            letter-spacing: 0.05em;
            line-height: 1.025;
            font-weight: 700;
            display: block; }
          #masonry .iso-project-thumbnail .project-description .project-description__content h2:before, #masonry .iso-project-thumbnail .project-description .project-description__content h2:after {
            content: '';
            height: 1px;
            width: 100%;
            background-color: #646464;
            left: 0; }
          #masonry .iso-project-thumbnail .project-description .project-description__content h2:before {
            position: absolute;
            top: 0; }
          #masonry .iso-project-thumbnail .project-description .project-description__content h2:after {
            position: absolute;
            bottom: 0; }
    #masonry .iso-project-thumbnail .hover-animation {
      opacity: 0; }
  #masonry .iso-project-featured {
    width: 400px;
    height: 480px; }
    #masonry .iso-project-featured .project-description .project-description__content h2 {
      font-size: 37px;
      font-size: 2.3125rem;
      font-size: calc(14px + .9vw);
      letter-spacing: 0.075em;
      line-height: 1.24;
      font-weight: 600;
      padding: 1.2vw 0; }
      #masonry .iso-project-featured .project-description .project-description__content h2 strong {
        text-transform: uppercase;
        font-size: calc(24px + 2.3vw);
        letter-spacing: 0.05em;
        line-height: 1.06;
        font-weight: 700; }
    @media only screen and (min-width: 1800px) {
      #masonry .iso-project-featured {
        width: 800px;
        height: 960px; } }

#masonry .iso-project-thumbnail:hover .project-description {
  opacity: 1; }
  @media only screen and (max-width: 767px) {
    #masonry .iso-project-thumbnail:hover .project-description {
      opacity: 0; } }

/* ANIMATION RELATED CSS*/
.animation-start-op-zero {
  opacity: 0; }

[data-animation="onload"] {
  opacity: 0; }

.portfolio-list {
  max-width: 1460px;
  margin: auto auto 30px auto;
  font-family: "livory";
  display: none;
  padding: 20px;
  text-align: left;
  /*a:hover:before {
    margin-left: -20px;
    top: calc(50% - 8px);
    position: absolute;
    display: inline-block;
    border-top: 6px solid transparent;
    border-left: 6px solid $c-gold; // change with border-bottom for triangle pointing up
    border-bottom: 6px solid transparent;
    content: '';
  } */ }
  .portfolio-list .index {
    text-align: center;
    position: relative;
    margin-top: 3vw;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .portfolio-list .index {
        margin-bottom: 25px; } }
    .portfolio-list .index span.left-bracket {
      padding-right: 30px; }
    .portfolio-list .index span.right-bracket {
      padding-left: 30px; }
    .portfolio-list .index span.index-bracket {
      margin-right: 0;
      vertical-align: middle; }
    .portfolio-list .index span.index-bracket svg {
      display: block;
      width: 30px;
      height: auto;
      fill: #646464; }
      @media only screen and (max-width: 767px) {
        .portfolio-list .index span.index-bracket svg {
          width: 22px; } }
    .portfolio-list .index span {
      font-size: 36px;
      font-size: 2.25rem;
      letter-spacing: 0.15em;
      margin-right: -.15em;
      line-height: 1;
      font-family: "livory";
      font-weight: 400;
      color: #646464;
      text-align: center;
      text-transform: uppercase;
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        .portfolio-list .index span {
          font-size: 18px;
          font-size: 1.125rem; } }
  .portfolio-list .visible {
    display: block; }
  .portfolio-list h1 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-family: "gineso-condensed", sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 0.3em;
    line-height: 43px;
    line-height: 2.6875rem;
    padding-bottom: 20px; }
    .portfolio-list h1:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 50%;
      left: 50%;
      width: 50px;
      height: 1px;
      margin-left: -25px;
      background-color: black; }
  .portfolio-list h2 {
    font-family: "gineso-condensed", sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 0.3em;
    line-height: 43px;
    line-height: 2.6875rem;
    font-weight: 700;
    color: #646464; }
    @media only screen and (max-width: 767px) {
      .portfolio-list h2 {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 32px;
        line-height: 2rem; } }
  .portfolio-list li {
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0.025em;
    padding-bottom: 24px;
    padding-right: 85px;
    display: inline-block;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .portfolio-list li {
        padding-right: 0;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.48;
        padding-bottom: 0; } }
  .portfolio-list a {
    position: relative;
    color: #646464 !important; }
  .portfolio-list a:hover {
    color: #9F8343; }
  .portfolio-list .one-col-list {
    float: left;
    width: 100%;
    padding-right: 85px;
    margin-top: 35px;
    margin-bottom: 35px; }
    @media only screen and (min-width: 768px) {
      .portfolio-list .one-col-list {
        width: 50%; } }
    @media only screen and (min-width: 1200px) {
      .portfolio-list .one-col-list {
        width: calc(100%/3); } }
    .portfolio-list .one-col-list .one-col-list-items {
      column-count: 1;
      padding-top: 8px;
      padding-bottom: 11px;
      position: relative; }
      .portfolio-list .one-col-list .one-col-list-items ul {
        list-style-type: none; }
  .portfolio-list .three-col-list {
    float: left;
    width: 100%;
    margin-top: 35px;
    margin-bottom: -10px; }
    @media only screen and (max-width: 767px) {
      .portfolio-list .three-col-list {
        margin-top: 15px; } }
    .portfolio-list .three-col-list .three-col-list-items {
      column-count: 2;
      padding-top: 8px;
      padding-bottom: 11px;
      position: relative; }
      @media only screen and (min-width: 375px) {
        .portfolio-list .three-col-list .three-col-list-items {
          column-count: 1; } }
      @media only screen and (min-width: 768px) {
        .portfolio-list .three-col-list .three-col-list-items {
          column-count: 2; } }
      @media only screen and (min-width: 1200px) {
        .portfolio-list .three-col-list .three-col-list-items {
          column-count: 3; } }
      @media only screen and (max-width: 767px) {
        .portfolio-list .three-col-list .three-col-list-items {
          padding-top: 2px; } }
      .portfolio-list .three-col-list .three-col-list-items ul {
        list-style-type: none; }
  .portfolio-list .list-rule {
    width: 100%;
    background-color: #646464;
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
      .portfolio-list .list-rule {
        margin-bottom: 10px; } }
    .portfolio-list .list-rule.single {
      height: 1px; }
    .portfolio-list .list-rule.double {
      height: 3px; }

.search-results {
  padding: 40px 0;
  display: inline; }
  @media (max-width: 450px) {
    .search-results #page-container {
      margin-bottom: 150px;
      padding-bottom: 0; } }

header.portfolio-header {
  margin: auto;
  text-align: center;
  margin: auto;
  height: 100px;
  position: relative; }
  header.portfolio-header h1 {
    margin: 0;
    font-family: "livory";
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    letter-spacing: 10px;
    color: #4D4D4F;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      header.portfolio-header h1 {
        font-size: 32px; } }
  header.portfolio-header:after {
    content: "";
    height: 1px;
    width: 50px;
    position: absolute;
    top: 65px;
    left: calc(50% - 25px);
    background: black; }

.search-page-header {
  margin: 60px auto 0 auto;
  text-align: center;
  height: 250px;
  display: inline-block;
  width: 100%; }
  @media (max-width: 450px) {
    .search-page-header {
      height: auto; }
      .search-page-header + #masonry {
        margin-top: 30px; } }
  .search-page-header h1 {
    font-family: "livory";
    font-style: italic;
    text-align: center;
    font-size: 16px;
    color: #4D4D4F;
    letter-spacing: 1px; }
  .search-page-header .search-query {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 450px) {
      .search-page-header .search-query {
        padding: 0 10px; } }
    .search-page-header .search-query span.left-bracket {
      vertical-align: middle;
      padding-right: 30px; }
      @media only screen and (max-width: 767px) {
        .search-page-header .search-query span.left-bracket {
          padding-right: 15px; } }
    .search-page-header .search-query span.right-bracket {
      vertical-align: middle;
      padding-left: 30px; }
      @media only screen and (max-width: 767px) {
        .search-page-header .search-query span.right-bracket {
          padding-left: 15px; } }
    .search-page-header .search-query span.search-bracket {
      opacity: 0; }
    .search-page-header .search-query span.search-bracket svg {
      width: 30px;
      height: auto;
      fill: #646464; }
      @media only screen and (max-width: 767px) {
        .search-page-header .search-query span.search-bracket svg {
          width: 12px; } }
    .search-page-header .search-query span.search-terms {
      font-size: 40px;
      font-family: "livory";
      font-weight: 400;
      color: #646464;
      text-align: center;
      text-transform: uppercase;
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        .search-page-header .search-query span.search-terms {
          font-size: 18px;
          font-size: 1.125rem;
          letter-spacing: .3em;
          max-width: 80%;
          min-width: 50%;
          margin-right: -5px;
          line-height: 1.5; } }

.lifecyclelibrary__wrapper .section {
  position: relative;
  padding-left: 100px; }

.lifecyclelibrary__wrapper .lifecyclelibrary__project {
  position: relative;
  margin: 0 auto;
  width: 80%; }
  .lifecyclelibrary__wrapper .lifecyclelibrary__project .project__svg svg {
    width: 50%;
    max-height: 60vh; }
  .lifecyclelibrary__wrapper .lifecyclelibrary__project .project__info {
    position: absolute;
    right: 0;
    top: calc(50% - 150px);
    width: 50%;
    text-align: center;
    font-size: 32px;
    font-size: 2rem;
    font-family: "livory", serif;
    border-left: 1px solid #444446; }
    .lifecyclelibrary__wrapper .lifecyclelibrary__project .project__info h1 {
      font-family: "gineso-condensed", sans-serif;
      font-size: 90px;
      font-size: 5.625rem;
      text-transform: uppercase;
      letter-spacing: .15em; }
    .lifecyclelibrary__wrapper .lifecyclelibrary__project .project__info span {
      font-size: 24px;
      font-size: 1.5rem;
      font-family: "livory", serif; }
    .lifecyclelibrary__wrapper .lifecyclelibrary__project .project__info:before {
      content: "";
      width: 1px;
      height: 30px;
      background-color: #444446;
      position: absolute;
      bottom: 0;
      left: -1px;
      transform: rotate(45deg);
      transform-origin: bottom right; }
    .lifecyclelibrary__wrapper .lifecyclelibrary__project .project__info:after {
      content: "";
      width: 1px;
      height: 30px;
      background-color: #444446;
      position: absolute;
      bottom: 0;
      left: -1px;
      transform: rotate(-45deg);
      transform-origin: bottom right; }
    .lifecyclelibrary__wrapper .lifecyclelibrary__project .project__info .project__manual {
      text-transform: uppercase; }
    .lifecyclelibrary__wrapper .lifecyclelibrary__project .project__info .project__link {
      margin-top: 50px;
      position: relative;
      width: 100%;
      display: inline-block;
      font-size: 20px;
      font-size: 1.25rem;
      font-family: "gineso-condensed", sans-serif; }
      .lifecyclelibrary__wrapper .lifecyclelibrary__project .project__info .project__link a:before,
      .lifecyclelibrary__wrapper .lifecyclelibrary__project .project__info .project__link a:after {
        position: absolute;
        top: 14px;
        content: "";
        width: 20px;
        height: 2px;
        background-color: #444446; }
      .lifecyclelibrary__wrapper .lifecyclelibrary__project .project__info .project__link a:before {
        margin-left: -30px; }
      .lifecyclelibrary__wrapper .lifecyclelibrary__project .project__info .project__link a:after {
        margin-left: 10px; }

.lcl-container .lcl-container-inner {
  max-width: 1200px;
  position: relative; }
  .lcl-container .lcl-container-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 230px;
    height: 100%;
    width: 4px;
    background: #d7e4ed; }
  .lcl-container .lcl-container-inner .phase {
    height: 400px; }
    .lcl-container .lcl-container-inner .phase .project-image {
      float: left;
      width: 50%; }
      .lcl-container .lcl-container-inner .phase .project-image .img-circle {
        position: absolute;
        left: 125px;
        border-radius: 50%;
        height: 200px;
        transition: all 0.5s; }
        .lcl-container .lcl-container-inner .phase .project-image .img-circle.grow {
          height: 300px;
          margin: -50px;
          transition: all 0.5s; }
    .lcl-container .lcl-container-inner .phase .project-info {
      float: right;
      width: 50%;
      text-align: center; }

.header--basic h1, .header--centered h1, .header--arrows h1, .header--subtext h1, .header--clean h1, .header--clean-serif h1, .tessellation-2 .tessellation-heading {
  font-family: "freight-big-pro", serif;
  max-width: 760px;
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 46px;
  line-height: 2.875rem; }
  @media only screen and (min-width: 768px) {
    .header--basic h1, .header--centered h1, .header--arrows h1, .header--subtext h1, .header--clean h1, .header--clean-serif h1, .tessellation-2 .tessellation-heading {
      font-size: 7.69231vw;
      line-height: 7.69231vw; } }
  @media only screen and (min-width: 1300px) {
    .header--basic h1, .header--centered h1, .header--arrows h1, .header--subtext h1, .header--clean h1, .header--clean-serif h1, .tessellation-2 .tessellation-heading {
      font-size: 100px;
      font-size: 6.25rem;
      line-height: 100px;
      line-height: 6.25rem; } }

.header--basic, .header--centered, .header--arrows, .header--subtext, .header--clean, .header--clean-serif {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .header--basic, .header--centered, .header--arrows, .header--subtext, .header--clean, .header--clean-serif {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (min-width: 1200px) {
    .header--basic, .header--centered, .header--arrows, .header--subtext, .header--clean, .header--clean-serif {
      padding-top: 65px;
      padding-bottom: 65px; } }
  .header--basic .header-cta-contain, .header--centered .header-cta-contain, .header--arrows .header-cta-contain, .header--subtext .header-cta-contain, .header--clean .header-cta-contain, .header--clean-serif .header-cta-contain {
    margin: 20px 0; }
    @media only screen and (min-width: 768px) {
      .header--basic .header-cta-contain, .header--centered .header-cta-contain, .header--arrows .header-cta-contain, .header--subtext .header-cta-contain, .header--clean .header-cta-contain, .header--clean-serif .header-cta-contain {
        margin: 30px 0; } }
    @media only screen and (min-width: 1200px) {
      .header--basic .header-cta-contain, .header--centered .header-cta-contain, .header--arrows .header-cta-contain, .header--subtext .header-cta-contain, .header--clean .header-cta-contain, .header--clean-serif .header-cta-contain {
        margin: 40px 0; } }

.header--basic h1 {
  position: relative;
  padding: 20px 0 20px 25px; }
  @media only screen and (min-width: 768px) {
    .header--basic h1 {
      padding: 20px 0 20px 35px; } }
  @media only screen and (min-width: 1200px) {
    .header--basic h1 {
      padding: 20px 0 20px 65px; } }
  .header--basic h1:before {
    content: "";
    height: 100%;
    width: 2px;
    background-color: #F36C43;
    position: absolute;
    display: block;
    left: 0;
    top: 0; }

.header--centered h1 {
  margin: 0 auto;
  text-align: center; }

.header--arrows {
  background-color: #FFFFFF; }
  .header--arrows h1 {
    margin: 0 auto;
    padding: 35px; }
    @media only screen and (min-width: 768px) {
      .header--arrows h1 {
        max-width: 79vw; } }
  .header--arrows .header--arrows-container {
    margin: 0 auto;
    position: relative;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .header--arrows .header--arrows-container {
        max-width: 90vw; } }
    @media only screen and (min-width: 1300px) {
      .header--arrows .header--arrows-container {
        max-width: 1080px; } }
  .header--arrows .arrow-1-stem:after, .header--arrows .arrow-1-stem:before,
  .header--arrows .arrow-2-stem:after,
  .header--arrows .arrow-2-stem:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #F36C43; }
  .header--arrows .arrow-1-stem:before,
  .header--arrows .arrow-2-stem:before {
    width: 2px;
    height: 100%;
    top: 0; }
  .header--arrows .arrow-1-stem:after,
  .header--arrows .arrow-2-stem:after {
    height: 2px;
    width: 90px; }
  .header--arrows .arrow-1-head:after, .header--arrows .arrow-1-head:before,
  .header--arrows .arrow-2-head:after,
  .header--arrows .arrow-2-head:before {
    position: absolute;
    content: "";
    display: block;
    background-color: #F36C43;
    width: 15px;
    height: 2px; }
  .header--arrows .arrow-1-stem:before {
    left: 0; }
  .header--arrows .arrow-1-stem:after {
    left: 0;
    bottom: 0; }
  .header--arrows .arrow-1-head:before {
    -webkit-transform: rotate(145deg);
    -moz-transform: rotate(145deg);
    -ms-transform: rotate(145deg);
    -o-transform: rotate(145deg);
    transform: rotate(145deg);
    transform-origin: left;
    left: 90px;
    bottom: 0; }
  .header--arrows .arrow-1-head:after {
    -webkit-transform: rotate(-145deg);
    -moz-transform: rotate(-145deg);
    -ms-transform: rotate(-145deg);
    -o-transform: rotate(-145deg);
    transform: rotate(-145deg);
    transform-origin: left;
    left: 90px;
    bottom: 0; }
  .header--arrows .arrow-2-stem:before {
    right: 0; }
  .header--arrows .arrow-2-stem:after {
    right: 0;
    top: 0; }
  .header--arrows .arrow-2-head:before {
    -webkit-transform: rotate(215deg);
    -moz-transform: rotate(215deg);
    -ms-transform: rotate(215deg);
    -o-transform: rotate(215deg);
    transform: rotate(215deg);
    transform-origin: right;
    right: 90px;
    top: 0; }
  .header--arrows .arrow-2-head:after {
    -webkit-transform: rotate(-215deg);
    -moz-transform: rotate(-215deg);
    -ms-transform: rotate(-215deg);
    -o-transform: rotate(-215deg);
    transform: rotate(-215deg);
    transform-origin: right;
    right: 90px;
    top: 0; }

.header--subtext h1 {
  padding: 0 0 20px 15px; }
  @media only screen and (min-width: 768px) {
    .header--subtext h1 {
      padding: 0 0 30px; } }
  @media only screen and (min-width: 1200px) {
    .header--subtext h1 {
      padding: 0 0 40px; } }

.header--subtext .subtext {
  position: relative;
  padding: 10px 0 10px 25px; }
  @media only screen and (min-width: 768px) {
    .header--subtext .subtext {
      padding-left: 35px; } }
  @media only screen and (min-width: 1200px) {
    .header--subtext .subtext {
      padding-left: 65px; } }
  .header--subtext .subtext i {
    color: #00B3E3; }
  .header--subtext .subtext:before {
    content: "";
    height: 100%;
    width: 2px;
    background-color: #F36C43;
    position: absolute;
    display: block;
    left: 0;
    top: 0; }

.header--clean .subtext {
  font-family: "gineso-condensed", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 100; }
  @media only screen and (min-width: 768px) {
    .header--clean .subtext {
      font-size: 4.30769vw;
      line-height: 5.38462vw; } }
  @media only screen and (min-width: 1300px) {
    .header--clean .subtext {
      font-size: 56px;
      font-size: 3.5rem;
      line-height: 70px;
      line-height: 4.375rem; } }
  .header--clean .subtext i {
    color: #00B3E3; }

.header--clean .header--clean-cta {
  margin-top: 25px; }
  @media only screen and (min-width: 768px) {
    .header--clean .header--clean-cta {
      margin-top: 30px; } }
  @media only screen and (min-width: 1200px) {
    .header--clean .header--clean-cta {
      margin-top: 40px; } }

.header--clean-serif .subtext {
  font-family: "freight-big-pro", serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 100;
  color: #4D4C4E; }
  @media only screen and (min-width: 768px) {
    .header--clean-serif .subtext {
      font-size: 4.30769vw;
      line-height: 5.38462vw; } }
  @media only screen and (min-width: 1300px) {
    .header--clean-serif .subtext {
      font-size: 56px;
      font-size: 3.5rem;
      line-height: 70px;
      line-height: 4.375rem; } }
  .header--clean-serif .subtext i {
    color: #F36C43;
    font-style: normal;
    background-color: #FFFFFF;
    padding: 0 4px; }
    @media only screen and (min-width: 768px) {
      .header--clean-serif .subtext i {
        padding: 0 7px; } }

.header--clean-serif .header--clean-cta {
  margin-top: 25px; }
  @media only screen and (min-width: 768px) {
    .header--clean-serif .header--clean-cta {
      margin-top: 30px; } }
  @media only screen and (min-width: 1200px) {
    .header--clean-serif .header--clean-cta {
      margin-top: 40px; } }

.tessellation-1, .tessellation-2 {
  padding: 55px 0; }
  .tessellation-1 .copy, .tessellation-2 .copy {
    z-index: 1; }
    .tessellation-1 .copy .copy-inner, .tessellation-2 .copy .copy-inner {
      padding: 10px 10px 10px 25px;
      border-left: 2px solid #F36C43; }
      @media only screen and (min-width: 768px) {
        .tessellation-1 .copy .copy-inner, .tessellation-2 .copy .copy-inner {
          padding: 10px 10px 10px 35px; } }
      @media only screen and (min-width: 1200px) {
        .tessellation-1 .copy .copy-inner, .tessellation-2 .copy .copy-inner {
          padding: 15px 5px 5px 50px; } }
    .tessellation-1 .copy em, .tessellation-2 .copy em,
    .tessellation-1 .copy i,
    .tessellation-2 .copy i {
      color: #00B3E3; }
  .tessellation-1 .button-contain, .tessellation-2 .button-contain {
    text-align: center;
    z-index: 2;
    position: relative; }

.tessellation-1 {
  padding: 15px 0 50px; }
  @media only screen and (min-width: 768px) {
    .tessellation-1 {
      padding: 60px 0 65px; } }
  .tessellation-1 .tessellation-inner {
    position: relative; }
  .tessellation-1 .image-contain:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 30px;
    left: 0;
    height: calc(100% - 30px);
    width: 100%;
    border: 2px solid #00B3E3; }
  @media only screen and (min-width: 768px) {
    .tessellation-1 .image-contain {
      -webkit-transform: translateY(-100px);
      -moz-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
      -o-transform: translateY(-100px);
      transform: translateY(-100px);
      padding: 10px;
      max-width: 80%; } }
  @media only screen and (max-width: 767px) {
    .tessellation-1 .image-contain:before {
      top: 9px;
      left: 9px;
      height: calc(100% - 9px);
      width: calc(100% - 18px); } }
  .tessellation-1 img {
    padding: 5px;
    z-index: 1;
    position: relative; }
  .tessellation-1 .copy {
    background-color: #FFFFFF;
    float: right;
    max-width: 700px;
    padding: 15px; }
    @media only screen and (min-width: 640px) {
      .tessellation-1 .copy {
        padding: 25px; } }
    @media only screen and (min-width: 768px) {
      .tessellation-1 .copy {
        padding: 35px 50px;
        position: absolute;
        bottom: 0;
        right: 10px; } }
    @media only screen and (min-width: 1300px) {
      .tessellation-1 .copy {
        right: 0; } }
    @media only screen and (max-width: 767px) {
      .tessellation-1 .copy {
        margin: 10px 0 75px; } }
  .tessellation-1 .tessellation-1-btn {
    top: 15px; }
    @media only screen and (min-width: 768px) {
      .tessellation-1 .tessellation-1-btn {
        top: 50px; } }

.tessellation-2 .tessellation-heading {
  color: #FFFFFF;
  position: absolute;
  bottom: 35px;
  left: 35px; }
  @media only screen and (min-width: 640px) {
    .tessellation-2 .tessellation-heading {
      bottom: 25px;
      left: 25px; } }
  @media only screen and (min-width: 768px) {
    .tessellation-2 .tessellation-heading {
      bottom: 20px;
      left: 40px; } }
  @media only screen and (min-width: 1200px) {
    .tessellation-2 .tessellation-heading {
      bottom: 25px;
      left: 50px; } }
  @media only screen and (max-width: 639px) {
    .tessellation-2 .tessellation-heading {
      font-size: 38px;
      font-size: 2.375rem;
      line-height: 40px;
      line-height: 2.5rem; } }

.tessellation-2 .image-contain {
  width: calc(100% - 25px);
  display: block;
  position: relative;
  background-color: #F36C43;
  margin-top: 25px; }
  @media only screen and (min-width: 768px) {
    .tessellation-2 .image-contain {
      margin-top: 40px;
      width: calc(100% - 20px); } }
  @media only screen and (min-width: 1200px) {
    .tessellation-2 .image-contain {
      margin-top: 50px;
      width: calc(100% - 25px); } }
  .tessellation-2 .image-contain img {
    float: right;
    -webkit-transform: translate(25px, -25px);
    -moz-transform: translate(25px, -25px);
    -ms-transform: translate(25px, -25px);
    -o-transform: translate(25px, -25px);
    transform: translate(25px, -25px); }
    @media only screen and (min-width: 768px) {
      .tessellation-2 .image-contain img {
        -webkit-transform: translate(20px, -40px);
        -moz-transform: translate(20px, -40px);
        -ms-transform: translate(20px, -40px);
        -o-transform: translate(20px, -40px);
        transform: translate(20px, -40px); } }
    @media only screen and (min-width: 1200px) {
      .tessellation-2 .image-contain img {
        -webkit-transform: translate(25px, -50px);
        -moz-transform: translate(25px, -50px);
        -ms-transform: translate(25px, -50px);
        -o-transform: translate(25px, -50px);
        transform: translate(25px, -50px); } }

.tessellation-2 .copy {
  padding: 15px;
  margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .tessellation-2 .copy {
      margin-top: 25px; } }
  @media only screen and (min-width: 1200px) {
    .tessellation-2 .copy {
      margin-top: 30px; } }
  .tessellation-2 .copy .copy-inner {
    max-width: 850px;
    float: right; }

.tessellation-2 .button-contain {
  margin-top: 5px; }
  @media only screen and (min-width: 768px) {
    .tessellation-2 .button-contain {
      margin-top: 20px; } }
  @media only screen and (min-width: 768px) {
    .tessellation-2 .button-contain {
      margin-top: 30px; } }
  @media only screen and (min-width: 1200px) {
    .tessellation-2 .button-contain {
      margin-top: 40px; } }
  .tessellation-2 .button-contain a {
    margin: 10px 15px; }
    @media only screen and (min-width: 768px) {
      .tessellation-2 .button-contain a {
        margin: 0 20px; } }
    @media only screen and (min-width: 1200px) {
      .tessellation-2 .button-contain a {
        margin: 0 25px; } }

.hero--basic, .hero--script, .hero--script--sml {
  min-height: 43.8vw;
  background-size: cover;
  background-position: 50% 50%;
  display: table;
  width: 100%; }
  @media only screen and (min-width: 1300px) {
    .hero--basic, .hero--script, .hero--script--sml {
      min-height: 570px; } }
  .hero--basic .hero-inner, .hero--script .hero-inner, .hero--script--sml .hero-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 50px 7.5%;
    text-align: center; }
    .hero--basic .hero-inner h1, .hero--script .hero-inner h1, .hero--script--sml .hero-inner h1 {
      color: #FFFFFF; }

.hero--basic .hero-inner h1 {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: "gineso-condensed", sans-serif;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 35px;
  line-height: 2.1875rem; }
  @media only screen and (min-width: 640px) {
    .hero--basic .hero-inner h1 {
      font-size: 42px;
      font-size: 2.625rem;
      line-height: 42px;
      line-height: 2.625rem; } }
  @media only screen and (min-width: 768px) {
    .hero--basic .hero-inner h1 {
      font-size: 5.5vw;
      line-height: 5.5vw; } }
  @media only screen and (min-width: 1300px) {
    .hero--basic .hero-inner h1 {
      font-size: 72px;
      font-size: 4.5rem;
      line-height: 72px;
      line-height: 4.5rem; } }

.hero--script .hero-inner h1, .hero--script--sml .hero-inner h1 {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  letter-spacing: -0.005em;
  font-family: "freight-big-pro", serif;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 44px;
  line-height: 2.75rem; }
  @media only screen and (min-width: 768px) {
    .hero--script .hero-inner h1, .hero--script--sml .hero-inner h1 {
      font-size: 7.92308vw;
      line-height: 7.92308vw; } }
  @media only screen and (min-width: 1300px) {
    .hero--script .hero-inner h1, .hero--script--sml .hero-inner h1 {
      font-size: 103px;
      font-size: 6.4375rem;
      line-height: 103px;
      line-height: 6.4375rem; } }

.hero--script--sml .hero-inner h1 {
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 31px;
  line-height: 1.9375rem; }
  @media only screen and (min-width: 768px) {
    .hero--script--sml .hero-inner h1 {
      font-size: 5.61538vw;
      line-height: 5.61538vw; } }
  @media only screen and (min-width: 1300px) {
    .hero--script--sml .hero-inner h1 {
      font-size: 70px;
      font-size: 4.375rem;
      line-height: 70px;
      line-height: 4.375rem; } }

.hero--img {
  height: 29.61538vw;
  background-size: cover;
  background-position: 50% 50%; }
  @media only screen and (min-width: 1300px) {
    .hero--img {
      height: 385px; } }

.quote--basic, .quote--alt {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .quote--basic, .quote--alt {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media only screen and (min-width: 1200px) {
    .quote--basic, .quote--alt {
      padding-top: 55px;
      padding-bottom: 55px; } }
  .quote--basic .quote-main, .quote--alt .quote-main {
    position: relative;
    font-family: "freight-big-pro", serif;
    padding: 0 0 0 20px; }
    @media only screen and (min-width: 768px) {
      .quote--basic .quote-main, .quote--alt .quote-main {
        padding-left: 30px; } }
    @media only screen and (min-width: 1200px) {
      .quote--basic .quote-main, .quote--alt .quote-main {
        padding-left: 50px; } }
    .quote--basic .quote-main > p, .quote--alt .quote-main > p {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 40px;
      line-height: 2.5rem; }
      @media only screen and (min-width: 768px) {
        .quote--basic .quote-main > p, .quote--alt .quote-main > p {
          font-size: 4.5vw;
          line-height: 5.5vw; } }
      @media only screen and (min-width: 1300px) {
        .quote--basic .quote-main > p, .quote--alt .quote-main > p {
          font-size: 56px;
          font-size: 3.5rem;
          line-height: 71px;
          line-height: 4.4375rem; } }
  .quote--basic .quote-author, .quote--alt .quote-author {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0.025em;
    font-style: italic;
    padding: 20px 20px 0; }
    @media only screen and (min-width: 768px) {
      .quote--basic .quote-author, .quote--alt .quote-author {
        padding: 25px 30px 0; } }
    @media only screen and (min-width: 1200px) {
      .quote--basic .quote-author, .quote--alt .quote-author {
        padding: 30px 50px 0; } }

.quote--basic .quote-main:before {
  content: "";
  height: 100%;
  width: 2px;
  background-color: #F36C43;
  position: absolute;
  display: block;
  left: 0;
  top: 0; }

.quote--basic .quote-main em {
  font-style: italic;
  color: #F36C43; }

.quote--alt {
  background-color: #F6F8F2;
  position: relative; }
  .quote--alt .quote-author,
  .quote--alt .quote-main {
    color: #F36C43; }
  .quote--alt:after {
    content: "";
    height: 2px;
    width: 95%;
    max-width: 1170px;
    margin: 0 auto;
    position: absolute;
    background-color: #F36C43;
    display: block;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

.basic-content {
  padding: 30px 20px; }
  @media only screen and (min-width: 768px) {
    .basic-content {
      padding: 35px 30px; } }
  @media only screen and (min-width: 1200px) {
    .basic-content {
      padding: 65px 50px; } }

.cs-container {
  width: 100%;
  text-align: center;
  font-family: "livory";
  position: relative; }
  .cs-container .cs-left-col {
    background-color: #f6f6f6;
    min-height: 100vh;
    display: block; }
    @media only screen and (min-width: 768px) {
      .cs-container .cs-left-col {
        padding-bottom: 0;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        width: 50%;
        height: 100%; } }
    .cs-container .cs-left-col .cs-left-col__content {
      padding-top: 5%;
      padding-bottom: 5%; }
      @media only screen and (min-width: 768px) {
        .cs-container .cs-left-col .cs-left-col__content {
          position: relative;
          top: 50%;
          transform: translateY(-50%); } }
  .cs-container .cs-right-col {
    min-height: 100vh;
    display: block; }
    @media only screen and (min-width: 768px) {
      .cs-container .cs-right-col {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 100%; } }
  .cs-container .cs-left-col,
  .cs-container .cs-right-col {
    float: left;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .cs-container .cs-left-col,
      .cs-container .cs-right-col {
        width: 50%; } }
    .cs-container .cs-left-col .cs-logo,
    .cs-container .cs-right-col .cs-logo {
      width: 200px;
      margin: auto; }
      @media only screen and (min-width: 768px) {
        .cs-container .cs-left-col .cs-logo,
        .cs-container .cs-right-col .cs-logo {
          width: 300px; } }
    .cs-container .cs-left-col .cs-heading h2,
    .cs-container .cs-right-col .cs-heading h2 {
      text-transform: uppercase;
      font-family: livory;
      font-weight: 700;
      letter-spacing: 7px;
      width: 80%;
      margin: 50px auto 50px auto; }
      @media only screen and (min-width: 768px) {
        .cs-container .cs-left-col .cs-heading h2,
        .cs-container .cs-right-col .cs-heading h2 {
          width: 100%;
          margin-top: 10vh;
          margin-bottom: 10vh; } }
  .cs-container .cs-current-site .cs-current-site__intro {
    font-family: "livory";
    font-style: italic;
    letter-spacing: 5px;
    font-size: 14px;
    display: block;
    margin-bottom: 25px; }
  .cs-container .cs-current-site .cs-current-site__link {
    text-transform: uppercase;
    font-family: "bebas-neue";
    letter-spacing: 5px;
    font-size: 20px; }
    .cs-container .cs-current-site .cs-current-site__link span {
      color: #b28a31;
      transition: fill .4s ease; }
    .cs-container .cs-current-site .cs-current-site__link span:hover {
      opacity: 0.8; }
  .cs-container .cs-portfolio-preview {
    width: 100%;
    margin: auto;
    height: 100vh; }
    @media only screen and (min-width: 768px) {
      .cs-container .cs-portfolio-preview {
        width: 90%; } }
    .cs-container .cs-portfolio-preview .cs-portfolio-preview__slides {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
      .cs-container .cs-portfolio-preview .cs-portfolio-preview__slides img {
        margin: auto;
        height: auto;
        max-height: 80vh; }
    .cs-container .cs-portfolio-preview .cs-portfolio-preview__caption {
      font-family: "livory";
      font-weight: 400;
      letter-spacing: 3px;
      font-size: 14px;
      line-height: 24px;
      position: absolute;
      bottom: 2%;
      right: 50%;
      left: 50%;
      width: 400px;
      margin-left: -200px;
      font-style: italic;
      display: block; }
  .cs-container ul {
    margin: auto;
    display: inline-block;
    position: relative;
    margin-top: 22px;
    padding-top: 25px;
    list-style-type: none; }
    .cs-container ul:before {
      content: "";
      width: 100px;
      height: 1px;
      background-color: black;
      position: absolute;
      right: 50%;
      left: 50%;
      top: 0;
      margin-left: -50px; }
    .cs-container ul li {
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
      .cs-container ul li svg {
        width: 35px;
        fill: #4D4D4F;
        transition: fill .4s ease; }
      .cs-container ul li svg:hover {
        fill: #b28a31; }
  .cs-container .cs-footer__email {
    text-transform: uppercase;
    display: block;
    font-family: "bebas-neue";
    font-weight: 400;
    letter-spacing: 5px; }
  .cs-container .cs-footer__address {
    font-family: "livory";
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 14px;
    line-height: 24px;
    /* margin-top: 20px; */
    position: relative;
    margin-top: 12px;
    display: block; }
  .cs-container .cs-footer__newline {
    display: inline-block; }

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

/*
14px: y = 7.583836 + 0.005832877*x
16px: y = 8.667068 + 0.006666301*x
24px: y = 13.0006 + 0.009999452*x
*/
@media only screen and (max-width: 767px) {
  body.single-headcase-projects {
    overflow-x: hidden; } }

body.single-headcase-projects #page-container {
  margin-bottom: 0; }

#project-content p::selection {
  background: transparent; }

#project-content .project-summary-book {
  width: 90%;
  max-width: 1662px; }
  @media only screen and (min-width: 768px) {
    #project-content .project-summary-book {
      width: 65%;
      padding-left: 1.015628%;
      padding-right: 1.015628%; } }
  @media only screen and (min-width: 1450px) {
    #project-content .project-summary-book {
      width: 65%;
      padding-left: 1.015628%;
      padding-right: 1.015628%; } }
  #project-content .project-summary-book .summary__heading h1 {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.3em;
    line-height: 1.2; }
    @media only screen and (min-width: 1300px) {
      #project-content .project-summary-book .summary__heading h1 {
        font-size: calc(3.2px + 1.6vw); } }
    @media only screen and (min-width: 1800px) {
      #project-content .project-summary-book .summary__heading h1 {
        font-size: 32px;
        font-size: 2rem; } }
  #project-content .project-summary-book .summary__heading p {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 1.45; }
    @media only screen and (min-width: 1300px) {
      #project-content .project-summary-book .summary__heading p {
        font-size: calc(3.2px + 1.6vw); } }
    @media only screen and (min-width: 1800px) {
      #project-content .project-summary-book .summary__heading p {
        font-size: 32px;
        font-size: 2rem; } }
  #project-content .project-summary-book .details__column .column__header h2 {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.3em;
    line-height: 2.38;
    margin-bottom: 6px; }
    @media only screen and (min-width: 1300px) {
      #project-content .project-summary-book .details__column .column__header h2 {
        font-size: calc(2.6px + 0.8vw); } }
    @media only screen and (min-width: 1800px) {
      #project-content .project-summary-book .details__column .column__header h2 {
        font-size: 17px;
        font-size: 1.0625rem; } }
  #project-content .project-summary-book .details__column .column__content {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.52;
    letter-spacing: 0.03em; }
    @media only screen and (min-width: 1100px) {
      #project-content .project-summary-book .details__column .column__content {
        font-size: 0.22vw;
        font-size: calc( 7.57945px + 0.58368vw); } }
    @media only screen and (min-width: 1800px) {
      #project-content .project-summary-book .details__column .column__content {
        font-size: 18.08333px; } }
    #project-content .project-summary-book .details__column .column__content ul li {
      line-height: 1.52;
      margin-bottom: 10px; }
    #project-content .project-summary-book .details__column .column__content p {
      line-height: 1.52;
      letter-spacing: 0.03em; }
    #project-content .project-summary-book .details__column .column__content.column__content--smalldetail {
      font-size: 12.5px;
      font-size: 0.78125rem; }
      @media only screen and (max-width: 767px) {
        #project-content .project-summary-book .details__column .column__content.column__content--smalldetail {
          font-size: 14px;
          font-size: 0.875rem; } }
  @media only screen and (max-width: 767px) and (min-width: 1100px) {
    #project-content .project-summary-book .details__column .column__content.column__content--smalldetail {
      font-size: 0.22vw;
      font-size: calc( 7.57945px + 0.58368vw); } }
  @media only screen and (max-width: 767px) and (min-width: 1800px) {
    #project-content .project-summary-book .details__column .column__content.column__content--smalldetail {
      font-size: 18.08333px; } }
      @media only screen and (min-width: 1300px) {
        #project-content .project-summary-book .details__column .column__content.column__content--smalldetail {
          font-size: calc(0.8px + 0.9vw); } }
      @media only screen and (min-width: 1800px) {
        #project-content .project-summary-book .details__column .column__content.column__content--smalldetail {
          font-size: 17px;
          font-size: 1.0625rem; } }
      #project-content .project-summary-book .details__column .column__content.column__content--smalldetail p {
        font-size: 12.5px;
        font-size: 0.78125rem; }
        @media only screen and (min-width: 1300px) {
          #project-content .project-summary-book .details__column .column__content.column__content--smalldetail p {
            font-size: calc(0.8px + 0.9vw); } }
        @media only screen and (min-width: 1800px) {
          #project-content .project-summary-book .details__column .column__content.column__content--smalldetail p {
            font-size: 17px;
            font-size: 1.0625rem; } }
  #project-content .project-summary-book .details__column--diagnosis .column__content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.9;
    letter-spacing: 0.03em;
    padding-bottom: 9px; }
    @media only screen and (min-width: 1300px) {
      #project-content .project-summary-book .details__column--diagnosis .column__content p {
        font-size: calc(5.6px + 0.8vw); } }
    @media only screen and (min-width: 1800px) {
      #project-content .project-summary-book .details__column--diagnosis .column__content p {
        font-size: 20px;
        font-size: 1.25rem; } }
    #project-content .project-summary-book .details__column--diagnosis .column__content p span.specs {
      letter-spacing: 0.1em; }
    #project-content .project-summary-book .details__column--diagnosis .column__content p span.credits {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 2.4em;
      letter-spacing: 0.03em; }
      @media only screen and (min-width: 1100px) {
        #project-content .project-summary-book .details__column--diagnosis .column__content p span.credits {
          font-size: 0.22vw;
          font-size: calc( 7.57945px + 0.58368vw); } }
      @media only screen and (min-width: 1800px) {
        #project-content .project-summary-book .details__column--diagnosis .column__content p span.credits {
          font-size: 18.08333px; } }
  #project-content .project-summary-book .summary__details {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (min-width: 768px) {
      #project-content .project-summary-book .summary__details {
        flex-wrap: nowrap; } }
    @media only screen and (min-width: 1100px) {
      #project-content .project-summary-book .summary__details {
        flex-wrap: wrap; } }
    @media only screen and (max-width: 767px) {
      #project-content .project-summary-book .summary__details .details__column {
        flex: 1 0 100%; } }
    @media only screen and (min-width: 768px) {
      #project-content .project-summary-book .summary__details .details--stacked {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        width: 100%;
        /* For old syntax, otherwise collapses. */
        -webkit-box-flex: 1 0 25%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 0 25%;
        /* OLD - Firefox 19- */
        -webkit-flex: 1 0 25%;
        /* Chrome */
        -ms-flex: 1 0 25%;
        /* IE 10 */
        flex: 1 0 25%;
        min-width: 0;
        flex-wrap: wrap;
        margin-right: 9%; } }
    @media only screen and (min-width: 1100px) {
      #project-content .project-summary-book .summary__details .details--stacked {
        display: block;
        width: 100%;
        /* For old syntax, otherwise collapses. */
        -webkit-box-flex: 0 0 12%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 0 0 12%;
        /* OLD - Firefox 19- */
        -webkit-flex: 0 0 12%;
        /* Chrome */
        -ms-flex: 0 0 12%;
        /* IE 10 */
        flex: 0 0 12%;
        min-width: 0;
        margin-right: 6%; } }
    #project-content .project-summary-book .summary__details .details--stacked .details--patient {
      flex: 1 0 100%; }
      @media only screen and (min-width: 1100px) {
        #project-content .project-summary-book .summary__details .details--stacked .details--patient {
          width: 100%;
          /* For old syntax, otherwise collapses. */
          -webkit-box-flex: 1 0 100%;
          /* OLD - iOS 6-, Safari 3.1-6 */
          -moz-box-flex: 1 0 100%;
          /* OLD - Firefox 19- */
          -webkit-flex: 1 0 100%;
          /* Chrome */
          -ms-flex: 1 0 100%;
          /* IE 10 */
          flex: 1 0 100%;
          min-width: 0; } }
    #project-content .project-summary-book .summary__details .details--stacked .details--treatment {
      flex: 1 0 100%; }
      @media only screen and (min-width: 1100px) {
        #project-content .project-summary-book .summary__details .details--stacked .details--treatment {
          width: 100%;
          margin-top: 20px; } }
    #project-content .project-summary-book .summary__details .details--stacked > .details--accolades {
      display: none; }
      @media only screen and (min-width: 768px) {
        #project-content .project-summary-book .summary__details .details--stacked > .details--accolades {
          flex: 1 0 100%;
          display: block; } }
      @media only screen and (min-width: 1100px) {
        #project-content .project-summary-book .summary__details .details--stacked > .details--accolades {
          display: none; } }
    #project-content .project-summary-book .summary__details .details--diagnosis {
      hyphens: auto; }
      @media only screen and (min-width: 768px) {
        #project-content .project-summary-book .summary__details .details--diagnosis {
          width: 100%;
          /* For old syntax, otherwise collapses. */
          -webkit-box-flex: 1 0 66%;
          /* OLD - iOS 6-, Safari 3.1-6 */
          -moz-box-flex: 1 0 66%;
          /* OLD - Firefox 19- */
          -webkit-flex: 1 0 66%;
          /* Chrome */
          -ms-flex: 1 0 66%;
          /* IE 10 */
          flex: 1 0 66%;
          min-width: 0; } }
      @media only screen and (min-width: 1100px) {
        #project-content .project-summary-book .summary__details .details--diagnosis {
          width: 100%;
          /* For old syntax, otherwise collapses. */
          -webkit-box-flex: 1 0 56%;
          /* OLD - iOS 6-, Safari 3.1-6 */
          -moz-box-flex: 1 0 56%;
          /* OLD - Firefox 19- */
          -webkit-flex: 1 0 56%;
          /* Chrome */
          -ms-flex: 1 0 56%;
          /* IE 10 */
          flex: 1 0 56%;
          min-width: 0;
          margin-right: 6%; } }
      #project-content .project-summary-book .summary__details .details--diagnosis .column__content p em.padded {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      #project-content .project-summary-book .summary__details > .details--accolades {
        width: 20%;
        display: none; } }
    @media only screen and (min-width: 1100px) {
      #project-content .project-summary-book .summary__details > .details--accolades {
        width: 100%;
        /* For old syntax, otherwise collapses. */
        -webkit-box-flex: 1 0 20%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 0 20%;
        /* OLD - Firefox 19- */
        -webkit-flex: 1 0 20%;
        /* Chrome */
        -ms-flex: 1 0 20%;
        /* IE 10 */
        flex: 1 0 20%;
        min-width: 0;
        display: block; } }

#project-content .two-one-image-block {
  max-width: 1610px;
  width: 62.890625%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  /*
        Following blocks should be full-width on "mobile"
         - Single image
         - Single image (dynamic)
         - Wide image
         - Full width image
         - 2 + 1 Image Block
         - 3 Image block
         - Video Block
    */ }
  @media only screen and (max-width: 767px) {
    #project-content .two-one-image-block {
      width: 100% !important; } }
  #project-content .two-one-image-block > img {
    display: inline-block;
    height: 100%; }
    @media only screen and (min-width: 768px) {
      #project-content .two-one-image-block > img:nth-of-type(1) {
        margin-right: 4px; } }
    @media only screen and (min-width: 768px) {
      #project-content .two-one-image-block > img:nth-of-type(2) {
        margin-left: 4px; } }
    #project-content .two-one-image-block > img:nth-of-type(-n + 3) {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        #project-content .two-one-image-block > img:nth-of-type(-n + 3) {
          width: calc(50% - 4px); } }
    #project-content .two-one-image-block > img:nth-of-type(3) {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        #project-content .two-one-image-block > img:nth-of-type(3) {
          margin-top: 8px; } }

#project-content .two-image-block {
  max-width: 1662px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto; }
  @media only screen and (min-width: 768px) {
    #project-content .two-image-block {
      width: 65%;
      padding-bottom: 65px; } }
  #project-content .two-image-block > img {
    height: 100%;
    width: 90%; }
    @media only screen and (min-width: 768px) {
      #project-content .two-image-block > img {
        width: 50%;
        flex: 1 0 auto; }
        #project-content .two-image-block > img:first-of-type {
          margin: 0 0 0 0;
          padding-left: 1.015628%;
          padding-right: 0.87890625%; }
        #project-content .two-image-block > img:nth-of-type(2) {
          margin: 0 0 0 0;
          padding-right: 1.015628%;
          padding-left: 0.87890625%; } }

#project-content .two-column-image-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto; }
  #project-content .two-column-image-block > img {
    height: 100%;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      #project-content .two-column-image-block > img {
        width: 100%;
        flex: 1 0 auto; } }

#project-content .three-image-block {
  max-width: 1610px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  /*
        Following blocks should be full-width on "mobile"
         - Single image
         - Single image (dynamic)
         - Wide image
         - Full width image
         - 2 + 1 Image Block
         - 3 Image block
         - Video Block
    */ }
  @media only screen and (min-width: 768px) {
    #project-content .three-image-block {
      width: 62.890625%; } }
  @media only screen and (max-width: 767px) {
    #project-content .three-image-block {
      width: 100% !important; } }
  #project-content .three-image-block > img {
    height: 100%;
    width: 100%;
    margin: 0 0 0 0;
    display: inline-block; }
    @media only screen and (min-width: 768px) {
      #project-content .three-image-block > img {
        width: calc(33% - 5.3333333px);
        flex: 1 0 auto; }
        #project-content .three-image-block > img:nth-of-type(2) {
          margin: 0  8px; } }

#project-content .scaled-image {
  width: 100% !important;
  margin: 0;
  justify-content: flex-start; }

#project-content .full-width-image-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  /*
        Following blocks should be full-width on "mobile"
         - Single image
         - Single image (dynamic)
         - Wide image
         - Full width image
         - 2 + 1 Image Block
         - 3 Image block
         - Video Block
    */ }
  @media only screen and (max-width: 767px) {
    #project-content .full-width-image-block {
      width: 100% !important; } }
  #project-content .full-width-image-block > img {
    display: inline-block;
    width: 100%;
    height: 100%; }

#project-content .single-image-block {
  max-width: 1610px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  /*
        Following blocks should be full-width on "mobile"
         - Single image
         - Single image (dynamic)
         - Wide image
         - Full width image
         - 2 + 1 Image Block
         - 3 Image block
         - Video Block
    */ }
  @media only screen and (min-width: 768px) {
    #project-content .single-image-block {
      width: 62.890625%; } }
  #project-content .single-image-block > img {
    display: inline-block;
    width: 100%;
    height: 100%; }
  @media only screen and (max-width: 767px) {
    #project-content .single-image-block {
      width: 100% !important; } }

#project-content .wide-image-block {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  /*
        Following blocks should be full-width on "mobile"
         - Single image
         - Single image (dynamic)
         - Wide image
         - Full width image
         - 2 + 1 Image Block
         - 3 Image block
         - Video Block
    */ }
  #project-content .wide-image-block > img {
    display: inline-block;
    width: 100%;
    height: 100%; }
  @media only screen and (max-width: 767px) {
    #project-content .wide-image-block {
      width: 100% !important; } }

#project-content .book-spread-block {
  max-width: 1662px;
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto; }
  #project-content .book-spread-block > img {
    display: inline-block;
    width: 100%;
    height: 100%; }
  @media only screen and (max-width: 767px) {
    #project-content .book-spread-block {
      width: 90%; } }

#project-content .four-fiths-width-image-block {
  max-width: 1610px;
  width: 62.890625%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto; }
  #project-content .four-fiths-width-image-block > img {
    display: inline-block;
    width: 80%;
    height: 100%; }
  @media only screen and (max-width: 767px) {
    #project-content .four-fiths-width-image-block {
      width: 90%; } }

@media only screen and (max-width: 767px) {
  #project-content .project-gallery-block {
    background-color: transparent !important; } }

#project-content .project-gallery-block .project-gallery-block-inner {
  margin: 0 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 768px) {
    #project-content .project-gallery-block .project-gallery-block-inner {
      padding: 0 1%; } }
  #project-content .project-gallery-block .project-gallery-block-inner .project-gallery-block-image {
    width: 100%;
    /* For old syntax, otherwise collapses. */
    -webkit-box-flex: 1 0 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 0 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 1 0 100%;
    /* Chrome */
    -ms-flex: 1 0 100%;
    /* IE 10 */
    flex: 1 0 100%;
    min-width: 0;
    max-width: 100%; }
    @media only screen and (min-width: 768px) {
      #project-content .project-gallery-block .project-gallery-block-inner .project-gallery-block-image {
        padding: 1%;
        width: 100%;
        /* For old syntax, otherwise collapses. */
        -webkit-box-flex: 1 0 50%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 0 50%;
        /* OLD - Firefox 19- */
        -webkit-flex: 1 0 50%;
        /* Chrome */
        -ms-flex: 1 0 50%;
        /* IE 10 */
        flex: 1 0 50%;
        min-width: 0;
        max-width: 50%; } }
    @media only screen and (min-width: 1200px) {
      #project-content .project-gallery-block .project-gallery-block-inner .project-gallery-block-image {
        width: 100%;
        /* For old syntax, otherwise collapses. */
        -webkit-box-flex: 1 0 25%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 0 25%;
        /* OLD - Firefox 19- */
        -webkit-flex: 1 0 25%;
        /* Chrome */
        -ms-flex: 1 0 25%;
        /* IE 10 */
        flex: 1 0 25%;
        min-width: 0;
        max-width: 25%; } }
    @media only screen and (max-width: 767px) {
      #project-content .project-gallery-block .project-gallery-block-inner .project-gallery-block-image {
        margin-bottom: 10vw; }
        #project-content .project-gallery-block .project-gallery-block-inner .project-gallery-block-image:last-of-type {
          margin-bottom: 0; } }

#project-content .project-spacer {
  width: 100%;
  display: block;
  clear: both; }
  @media only screen and (max-width: 767px) {
    #project-content .project-spacer {
      height: 0 !important; } }

#project-content .project-mobile-spacer {
  width: 100%;
  display: block;
  clear: both; }
  @media only screen and (min-width: 768px) {
    #project-content .project-mobile-spacer {
      height: 0 !important; } }

#project-content .project__carousel {
  width: 65%;
  max-width: 1662px;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    #project-content .project__carousel {
      width: 90%; }
      #project-content .project__carousel img {
        display: none; }
        #project-content .project__carousel img:first-of-type {
          display: block; } }
  #project-content .project__carousel .slick-dots li {
    margin: 0 0.2vw; }
    #project-content .project__carousel .slick-dots li button:before {
      font-size: 2.25vw;
      font-size: calc(1.2vw + 14px);
      transition: color 0.18s ease-in-out; }
  #project-content .project__carousel #project__carousel--prev,
  #project-content .project__carousel #project__carousel--next {
    width: 15px;
    width: calc(15px + 0.5vw);
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer; }
    @media only screen and (min-width: 2560px) {
      #project-content .project__carousel #project__carousel--prev,
      #project-content .project__carousel #project__carousel--next {
        width: 25px; } }
    #project-content .project__carousel #project__carousel--prev svg polyline,
    #project-content .project__carousel #project__carousel--next svg polyline {
      transition: stroke 0.18s ease-in-out; }
  #project-content .project__carousel #project__carousel--prev {
    left: -7vw; }
  #project-content .project__carousel #project__carousel--next {
    right: -7vw; }

#project-content .project-summary-book {
  min-height: 100px;
  display: block;
  margin: 100px auto; }
  #project-content .project-summary-book .summary__heading {
    font-family: "livory", serif;
    margin-bottom: 22px; }
    @media only screen and (min-width: 768px) {
      #project-content .project-summary-book .summary__heading {
        margin-bottom: 25px; } }
    @media only screen and (min-width: 1200px) {
      #project-content .project-summary-book .summary__heading {
        margin-bottom: 80px; } }
    #project-content .project-summary-book .summary__heading h1 {
      text-align: center;
      font-weight: 400;
      margin-bottom: 35px;
      letter-spacing: 0.3em; }
    #project-content .project-summary-book .summary__heading p {
      font-size: 16px;
      font-size: 1rem;
      margin-bottom: 0;
      text-align: center;
      letter-spacing: 0.2em;
      line-height: 1.58;
      font-weight: 400;
      font-style: italic; }
      @media only screen and (min-width: 1300px) {
        #project-content .project-summary-book .summary__heading p {
          font-size: calc(3.2px + 1.6vw); } }
      @media only screen and (min-width: 1800px) {
        #project-content .project-summary-book .summary__heading p {
          font-size: 32px;
          font-size: 2rem; } }
  #project-content .project-summary-book .details__column {
    font-family: "gineso-condensed", sans-serif;
    font-size: 1rem;
    margin-top: 20px; }
    @media only screen and (min-width: 768px) {
      #project-content .project-summary-book .details__column {
        margin-top: 0; } }
    #project-content .project-summary-book .details__column .column__header {
      border-bottom-color: black;
      border-bottom-style: solid;
      border-bottom-width: 0.65px;
      margin-bottom: 15px; }
      #project-content .project-summary-book .details__column .column__header h2 {
        letter-spacing: 0.3em;
        line-height: 2.38;
        font-family: "gineso-condensed", sans-serif;
        margin-bottom: 6px;
        font-weight: 700;
        text-transform: uppercase; }
    #project-content .project-summary-book .details__column .column__content {
      margin-bottom: 25px;
      font-family: "livory", serif;
      line-height: 1.52;
      letter-spacing: 0.03em; }
      #project-content .project-summary-book .details__column .column__content ul {
        margin-left: 14px;
        list-style: none; }
        #project-content .project-summary-book .details__column .column__content ul li {
          line-height: 1.52;
          margin-bottom: 10px;
          position: relative; }
          #project-content .project-summary-book .details__column .column__content ul li:before {
            content: "";
            position: absolute;
            background-color: #444446;
            width: 3px;
            height: 3px;
            left: -11px;
            top: 11px;
            border-radius: 50%; }
      #project-content .project-summary-book .details__column .column__content p {
        font-family: "livory", serif;
        line-height: 1.52;
        letter-spacing: 0.03em; }
  #project-content .project-summary-book .details--diagnosis .column__header {
    margin-bottom: 10px; }
  #project-content .project-summary-book .details--diagnosis .column__content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.9;
    letter-spacing: 0.03em;
    padding-bottom: 9px; }
    @media only screen and (min-width: 1300px) {
      #project-content .project-summary-book .details--diagnosis .column__content p {
        font-size: calc(5.6px + 0.8vw); } }
    @media only screen and (min-width: 1800px) {
      #project-content .project-summary-book .details--diagnosis .column__content p {
        font-size: 20px;
        font-size: 1.25rem; } }
    #project-content .project-summary-book .details--diagnosis .column__content p span.specs {
      font-style: italic;
      letter-spacing: 0.1em;
      line-height: 1.9; }
    #project-content .project-summary-book .details--diagnosis .column__content p span.credits {
      font-size: calc(14px + 0.12vw);
      line-height: 2.24em;
      letter-spacing: 0.03em; }
  @media only screen and (min-width: 768px) {
    #project-content .project-summary-book .details--diagnosis {
      width: 74%;
      margin-right: 6%; } }
  @media only screen and (min-width: 1100px) {
    #project-content .project-summary-book .details--diagnosis {
      width: 56%;
      margin-right: 6%; } }
  #project-content .project-summary-book .details ul {
    line-height: 1rem;
    list-style: disc outside none;
    margin-left: 25px;
    padding-left: 1em; }
  #project-content .project-summary-book .details li {
    margin-bottom: 10px; }
  @media only screen and (min-width: 1100px) {
    #project-content .project-summary-book.project-summary-book--layout3 .details--diagnosis {
      width: 76%;
      margin-right: 0; } }
  @media only screen and (min-width: 1100px) {
    #project-content .project-summary-book.project-summary-book--layout4 .details--stacked {
      flex: 0 0 12%; } }
  @media only screen and (min-width: 1100px) {
    #project-content .project-summary-book.project-summary-book--layout4 .details--diagnosis {
      margin-right: 0; } }

#project-content #project-parallax-image,
#project-content #project-parallax-title {
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

#project-content #project-parallax-title {
  z-index: -1; }
  @media only screen and (max-width: 1199px) {
    #project-content #project-parallax-title {
      background-size: 190%;
      background-repeat: no-repeat;
      background-position: top 45% left 50%; } }

#project-content #project-parallax-video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  -webkit-transition: opacity 0.35s ease-in;
  -moz-transition: opacity 0.35s ease-in;
  -ms-transition: opacity 0.35s ease-in;
  -o-transition: opacity 0.35s ease-in;
  transition: opacity 0.35s ease-in;
  opacity: 0; }
  @media only screen and (max-width: 999px) {
    #project-content #project-parallax-video-container {
      display: none; } }
  #project-content #project-parallax-video-container.paralax-video-can-play {
    opacity: 1; }

#project-content #project-parallax-video {
  position: absolute;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#project-content .parallax__content {
  z-index: 8;
  top: 100vh;
  width: 100vw;
  margin-top: 100vh; }

#project-content .project-remark {
  padding: 0 20px 20px 20px;
  font-family: "livory", serif;
  width: 43%;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 20px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    #project-content .project-remark {
      padding: 0 24px 20px 24px;
      width: 100%; } }
  #project-content .project-remark p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.86;
    font-weight: 400;
    letter-spacing: 0.03em;
    font-family: "livory", serif;
    padding-top: 21px;
    text-align: left; }
    @media only screen and (min-width: 1300px) {
      #project-content .project-remark p {
        font-size: calc(5.6px + 0.8vw); } }
    @media only screen and (min-width: 1800px) {
      #project-content .project-remark p {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media only screen and (min-width: 768px) {
      #project-content .project-remark p {
        text-align: center; } }
    @media only screen and (max-width: 1299px) {
      #project-content .project-remark p {
        line-height: 1.433;
        letter-spacing: 0.03em; } }
  #project-content .project-remark span.directional {
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.3em;
    font-family: "livory", serif;
    color: #B1B1B1; }
    @media only screen and (min-width: 1100px) {
      #project-content .project-remark span.directional {
        font-size: 0.22vw;
        font-size: calc( 7.57945px + 0.58368vw); } }
    @media only screen and (min-width: 1800px) {
      #project-content .project-remark span.directional {
        font-size: 18.08333px; } }
    @media only screen and (min-width: 1300px) {
      #project-content .project-remark span.directional {
        font-size: calc(1vw - 1px); } }
    @media only screen and (min-width: 1800px) {
      #project-content .project-remark span.directional {
        font-size: 17px;
        font-size: 1.0625rem; } }

.you-may-also-like-block {
  padding: 3.5vw 5vw; }
  .you-may-also-like-block h2 {
    text-align: center;
    font-style: italic;
    font-family: livory, serif;
    font-weight: 200;
    margin-bottom: 3vw;
    font-size: calc(0.45vw + 14px);
    letter-spacing: 0.125em; }
  .you-may-also-like-block .you-may-also-like-block-projects {
    display: flex;
    max-width: 600px;
    margin: 0 auto; }
    .you-may-also-like-block .you-may-also-like-block-projects a.you-may-also-like-block-project {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      .you-may-also-like-block .you-may-also-like-block-projects a.you-may-also-like-block-project:nth-of-type(2) {
        margin: 0 20px; }
      @media (max-width: 450px) {
        .you-may-also-like-block .you-may-also-like-block-projects a.you-may-also-like-block-project .screen-reader-text-ct {
          opacity: 1 !important;
          font-size: 0.62rem !important;
          line-height: 1.7 !important; } }
      .you-may-also-like-block .you-may-also-like-block-projects a.you-may-also-like-block-project:hover {
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px);
        transform: scale(1.1) !important; }
        .you-may-also-like-block .you-may-also-like-block-projects a.you-may-also-like-block-project:hover .screen-reader-text-ct {
          opacity: 1 !important; }
      .you-may-also-like-block .you-may-also-like-block-projects a.you-may-also-like-block-project .screen-reader-text-ct {
        font-size: 0.75rem;
        letter-spacing: .15em;
        line-height: 1.7;
        margin-left: 0 !important;
        margin-right: 0 !important;
        opacity: 0;
        display: block !important; }

.video-wrapper {
  opacity: 0;
  width: 62.890625%;
  margin: 0 auto;
  max-width: 1610px;
  position: relative; }
  .video-wrapper.video-wrapper--full-width {
    max-width: 2560px;
    width: 100%; }
  .video-wrapper.video-wrapper--wide {
    width: 90%; }
  .video-wrapper.video-wrapper--controls-hidden video {
    cursor: auto !important; }
  @media only screen and (max-width: 767px) {
    .video-wrapper {
      width: 100% !important; } }
  .video-wrapper.reveal {
    transition: opacity .25s linear;
    opacity: 1; }
  .video-wrapper .video-contain, .video-wrapper .inset-border:after {
    -webkit-touch-callout: none;
    -khtml-user-select: none; }
  .video-wrapper .video-contain {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .video-wrapper .video-contain video {
      width: 100%;
      cursor: pointer;
      display: block; }
    .video-wrapper .video-contain .video-button, .video-wrapper .video-contain .video-progress-bar {
      display: inline-block;
      vertical-align: top;
      height: 27px; }
    .video-wrapper .video-contain .video-progress-bar {
      width: calc(100% - 170px);
      position: relative;
      cursor: col-resize;
      z-index: 1; }
    .video-wrapper .video-contain .video-progress-bar:after {
      display: block;
      content: "";
      width: 100%;
      height: 5px;
      position: absolute;
      top: 50%;
      top: calc(50% - 2.5px);
      left: 0; }
    .video-wrapper .video-contain .video-button {
      background-color: transparent;
      width: 40px;
      text-align: left;
      position: relative; }
    .video-wrapper .video-contain .video-time {
      display: inline-block;
      width: 125px;
      vertical-align: top;
      font-size: 16px;
      font-size: 1rem;
      line-height: 25px;
      line-height: 1.5625rem;
      padding: 0;
      float: right;
      text-align: right; }
    .video-wrapper .video-contain .video-progress {
      display: block;
      pointer-events: none;
      height: 100%;
      width: 0;
      transition: width 25ms linear; }
    .video-wrapper .video-contain .video-play-button, .video-wrapper .video-contain .video-pause-button {
      display: none;
      height: 24px; }
    .video-wrapper .video-contain.pause .video-pause-button, .video-wrapper .video-contain.play .video-play-button {
      display: inline-block; }
  .video-wrapper .video-ui-container {
    opacity: 0;
    -webkit-transition: opacity 0.45s ease-in-out;
    -moz-transition: opacity 0.45s ease-in-out;
    -ms-transition: opacity 0.45s ease-in-out;
    -o-transition: opacity 0.45s ease-in-out;
    transition: opacity 0.45s ease-in-out; }
    .video-wrapper .video-ui-container.video-ui-container--visible {
      opacity: 1 !important; }
  .video-wrapper .video-overlay-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    padding: 20px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    transform-origin: top left;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: 0; }
  .video-wrapper:hover .video-overlay-play-button {
    transform: scale(1.1) translate(-50%, -50%); }
  .video-wrapper .video-contain.reset .video-overlay-play-button {
    opacity: 1; }

/********************
** Navigation
********************/
.open-nav-bar {
  overflow: hidden; }

.st-container,
.st-pusher,
.st-content {
  height: 100%; }

.st-content {
  overflow-y: scroll;
  background: #f3efe0; }

.st-content,
.st-content-inner {
  position: relative; }

.st-container {
  position: relative;
  overflow: hidden; }

.st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

.st-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }

.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.st-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 300px;
  height: 100%;
  background: #48a770;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }

/* Effect 3: Push*/
.st-effect-3.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.st-effect-3.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.st-effect-3.st-menu-open .st-effect-3.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

.st-effect-3.st-menu::after {
  display: none; }

/* The side navigation menu */
#site-navigation {
  box-shadow: rgba(0, 0, 0, 0.05) 6px 0 24px;
  height: 100%;
  /* 100% Full-height */
  width: 100%;
  position: fixed;
  /* Stay in place */
  z-index: 11;
  /* Stay on top */
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 115px;
  /* Place content 60px from the top */
  transition: 0.3s;
  /* 0.3 second transition effect to slide in the sidenav */
  margin: auto;
  display: flex;
  flex-flow: column;
  /* The navigation menu links */ }
  @media only screen and (min-width: 768px) {
    #site-navigation {
      width: 300px;
      /* 0 width - change this with JavaScript */ } }
  #site-navigation.closed {
    width: 0;
    background: transparent;
    box-shadow: none; }
    @media only screen and (min-width: 768px) {
      #site-navigation.closed {
        background-color: #FFFFFF;
        /* Black*/
        box-shadow: rgba(0, 0, 0, 0.05) 6px 0 24px;
        padding-top: 40px; } }
    #site-navigation.closed .menu-site-nav-container li, #site-navigation.closed #portfolio-view-picker, #site-navigation.closed #nav-footer, #site-navigation.closed #portfolio-search, #site-navigation.closed .portfolio-view-picker, #site-navigation.closed .portfolio-contact-info {
      visibility: hidden; }
    #site-navigation.closed .closebtn {
      visibility: hidden; }
  #site-navigation .menu-site-nav-container {
    text-align: center;
    flex: 0 1 auto; }
  #site-navigation .hero-pattern {
    flex: 1 1 auto;
    background-size: 1787px; }
  #site-navigation li {
    position: relative;
    opacity: 0; }
  #site-navigation li a {
    font-family: "gineso-condensed", sans-serif;
    font-weight: bold;
    display: inline-block;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: .075em;
    color: #4D4D4F;
    display: block;
    transition: 0.3s; }
  #site-navigation li ul {
    padding-left: 10px;
    font-size: 12px;
    font-size: 0.75rem; }

.portfolio-view-picker {
  font-family: "livory";
  font-style: italic;
  text-align: center;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 1001; }
  @media only screen and (max-width: 767px) {
    .portfolio-view-picker {
      top: 25px;
      right: 10px; } }
  @media (max-width: 450px) {
    .portfolio-view-picker.animated {
      pointer-events: none; } }
  .portfolio-view-picker span.title {
    display: block;
    text-align: center;
    margin-bottom: 6px;
    letter-spacing: 1px;
    font-size: 14px; }
  .portfolio-view-picker a svg {
    margin: 0 5px 0 5px;
    width: 20px;
    height: 20px;
    fill: #646464;
    transition: all .2s ease-in; }
  .portfolio-view-picker a.active svg {
    fill: #9F8343; }
  .portfolio-view-picker .list-grid-toggle {
    width: 40px;
    height: 40px;
    background: shade(#f6f6f6, 8%);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 3px;
    text-align: center;
    text-shadow: 2px 2px 4px shade(#f6f6f6, 20%);
    text-transform: uppercase;
    transition: all 0.15s ease;
    user-select: none; }
    .portfolio-view-picker .list-grid-toggle:hover {
      background: shade(#f6f6f6, 10%); }
    .portfolio-view-picker .list-grid-toggle .label {
      display: none; }
  .portfolio-view-picker .icon {
    width: 40px;
    margin-bottom: 10px; }
  .portfolio-view-picker .icon-bar {
    position: relative;
    width: 40px;
    height: 10px;
    margin: 0 auto 5px auto;
    background: #444446;
    box-shadow: 2px 2px 4px shade(#f6f6f6, 20%);
    transition: all 0.15s ease; }
    .portfolio-view-picker .icon-bar:last-child {
      margin-bottom: 0; }
    .portfolio-view-picker .icon-bar:before, .portfolio-view-picker .icon-bar:after {
      position: absolute;
      display: block;
      width: 10px;
      height: 10px;
      background: #444446;
      box-shadow: 2px 2px 4px shade(#f6f6f6, 20%);
      content: '';
      opacity: 0;
      transition: all 0.15s ease; }
    .portfolio-view-picker .icon-bar:before {
      left: -15px; }
    .portfolio-view-picker .icon-bar:after {
      right: -15px; }
  .portfolio-view-picker .icon-grid .icon-bar {
    width: 10px; }
    .portfolio-view-picker .icon-grid .icon-bar:before, .portfolio-view-picker .icon-grid .icon-bar:after {
      opacity: 1; }
    .portfolio-view-picker .icon-grid .icon-bar:before {
      left: 0;
      transform: translateX(-15px); }
    .portfolio-view-picker .icon-grid .icon-bar:after {
      right: 0;
      transform: translateX(15px); }

.portfolio-search {
  font-family: "livory", serif;
  font-style: italic;
  opacity: 0;
  position: relative;
  bottom: 0;
  width: 80%;
  height: 45px;
  border: #4D4D4F solid 1px;
  border-left: none;
  border-right: none;
  margin: 6vh auto;
  padding: 5px 0;
  flex: 0 1 auto; }
  .portfolio-search.searchpage {
    width: 235px; }
    @media (max-width: 450px) {
      .portfolio-search.searchpage {
        width: calc(80% + 27px);
        margin-top: 30px;
        margin-bottom: 15px; } }
  .portfolio-search input[type=search] {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    top: calc(50% - 14px);
    position: absolute;
    height: 30px;
    background: transparent;
    color: #4D4D4F;
    letter-spacing: 1px;
    font-size: 14px; }
  .portfolio-search input[type=submit] {
    text-align: center;
    top: calc(50% - 14px);
    position: absolute;
    height: 30px; }
  .portfolio-search span.search-icon {
    cursor: pointer;
    height: 12px;
    width: 12px;
    top: calc(50% - 14px);
    left: 0;
    position: absolute; }
  .portfolio-search:after {
    margin-left: 0px;
    right: 0;
    top: calc(50% - 6px);
    position: absolute;
    display: inline-block;
    border-top: 6px solid transparent;
    border-left: 6px solid #4D4D4F;
    border-bottom: 6px solid transparent;
    content: ''; }

.portfolio-contact-info {
  text-align: center;
  font-family: "livory";
  font-size: 14px;
  letter-spacing: 1px;
  color: #4D4D4F;
  margin-top: 20px;
  line-height: 22px;
  position: relative;
  bottom: 0;
  width: 80%;
  margin: 0 auto 5vh auto;
  display: block;
  opacity: 0; }
  .portfolio-contact-info h1 {
    font-family: "gineso-condensed", sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: .075em;
    font-weight: bold; }
  .portfolio-contact-info span {
    display: block; }
  .portfolio-contact-info .nav__phone {
    margin: 40px 0 5px 0;
    position: relative;
    font-family: "gineso-condensed", sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: .075em;
    font-weight: bold; }
    .portfolio-contact-info .nav__phone:after {
      content: "";
      height: 1px;
      width: 50px;
      position: absolute;
      top: -20px;
      left: calc(50% - 25px);
      background: black; }
  .portfolio-contact-info .nav__address, .portfolio-contact-info .nav__email {
    font-family: "livory";
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    letter-spacing: .1em; }
  .portfolio-contact-info .nav__email {
    font-style: italic;
    letter-spacing: .15em; }

#site-navigation .nav-copyright {
  font-family: "livory", serif;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: .1em;
  color: #b1b1b1;
  text-align: center;
  margin-bottom: 2px; }

/* When you mouse over the navigation links, change their color */
#site-navigation a:hover, .offcanvas a:focus {
  color: #af9143; }

/* Position and style the close button (top right corner) */
#site-navigation .closebtn {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  transition: 0.3s;
  transition: visiblity 0.3s ease-out; }
  #site-navigation .closebtn.show {
    display: block; }
  #site-navigation .closebtn.hide {
    display: none; }

#site-navigation #nav-icon {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 15px;
  height: 15px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  visibility: hidden; }
  #site-navigation #nav-icon.open {
    visibility: visible; }
  #site-navigation #nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #4D4D4F;
    border-radius: 9px;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
    #site-navigation #nav-icon span:nth-child(1), #site-navigation #nav-icon span:nth-child(2) {
      top: 15px;
      background: white;
      opacity: 0; }
  #site-navigation #nav-icon.open span:nth-child(1) {
    transform: rotate(45deg);
    background: #4D4D4F;
    opacity: 1; }
  #site-navigation #nav-icon.open span:nth-child(2) {
    transform: rotate(-45deg);
    background: #4D4D4F;
    opacity: 1; }

@media only screen and (max-width: 767px) {
  #masthead {
    top: 0;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.6);
    background: transparent;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    #masthead .nav-logo-wrap {
      position: relative; }
    #masthead img.nav-logo {
      height: 50px;
      width: auto;
      position: relative;
      left: 0;
      border-radius: 50%;
      position: fixed;
      top: 7px;
      left: 50%;
      transform: translateX(-50%); }
    #masthead .nav-logo__background {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      mix-blend-mode: multiply; }
      #masthead .nav-logo__background .nav-logo__background__circle {
        width: 50px;
        height: 50px;
        position: fixed;
        top: 5px;
        left: 50%;
        transform: translateX(-50%); } }

.nav-logo {
  width: 47px;
  position: fixed;
  top: 40px;
  left: 40px;
  z-index: 1111;
  transition: all .2s ease-in;
  cursor: pointer; }
  .nav-logo.open {
    left: calc(50% - 29px); }
    @media only screen and (min-width: 768px) {
      .nav-logo.open {
        left: 127px; } }

.nav-logo__background {
  width: 47px;
  position: fixed;
  top: 40px;
  left: 40px;
  z-index: 1110;
  transition: all .2s ease-in;
  mix-blend-mode: multiply; }
  .nav-logo__background__circle {
    background-color: #2B2B2B;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0; }
    .nav-logo__background__circle.open {
      left: calc(50% - 29px); }
      @media only screen and (min-width: 768px) {
        .nav-logo__background__circle.open {
          left: 127px; } }
  .nav-logo__background.open {
    left: calc(50% - 29px); }
    @media only screen and (min-width: 768px) {
      .nav-logo__background.open {
        left: 127px; } }

.nav-logo svg {
  margin: auto auto 40px auto;
  border-radius: 50%;
  width: 55px;
  display: block; }

#site-navigation .menu-site-nav-container li.current-menu-item a {
  color: #af9143; }

.menuOverlay {
  background-color: black;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 6;
  transition: opacity .5s ease-in-out;
  visibility: hidden; }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation
#page {
    transition: margin-left .5s;
    padding: 20px;
}
*/
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  #site-navigation {
    padding-top: 15px; }
  #site-navigation a {
    font-size: 18px; } }

.lcl-nav {
  height: 300px;
  position: absolute;
  left: 45px;
  top: 35vh;
  z-index: 100; }
  .lcl-nav ul {
    list-style-type: none; }
  .lcl-nav li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 20px 10px;
    position: relative; }
    .lcl-nav li a {
      position: absolute;
      left: 20px;
      top: -10px;
      font-family: "gineso-condensed", sans-serif;
      letter-spacing: 2px;
      transition: all .5s;
      color: #646464;
      text-transform: uppercase; }
    .lcl-nav li.active a {
      color: #444446;
      opacity: 1; }
  .lcl-nav li.active {
    background-color: #FFFFFF !important; }
  .lcl-nav li:not(.active) {
    background-color: transparent !important; }

/* PROJECT NAVIGATION */
.project__prevnextlinks {
  text-align: center;
  padding: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "gineso-condensed", sans-serif;
  font-weight: 700;
  background: transparent;
  width: 100%;
  margin-top: 35px; }
  @media only screen and (max-width: 767px) {
    .project__prevnextlinks {
      margin-top: 0;
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media only screen and (min-width: 768px) {
    .project__prevnextlinks {
      margin-top: 60px; } }
  .project__prevnextlinks span {
    padding: 0 1%; }
  .project__prevnextlinks .decorative-slash {
    color: inherit; }
    @media only screen and (max-width: 767px) {
      .project__prevnextlinks .decorative-slash {
        font-size: 10px;
        font-size: 0.625rem;
        line-height: 2.15;
        letter-spacing: .3em;
        padding: 0 15px; } }
  .project__prevnextlinks a:first-of-type {
    padding-left: 20px; }
    @media only screen and (max-width: 767px) {
      .project__prevnextlinks a:first-of-type {
        margin-bottom: 20px;
        padding-right: 20px; } }
  .project__prevnextlinks a:last-of-type {
    padding-right: 20px; }
    @media only screen and (max-width: 767px) {
      .project__prevnextlinks a:last-of-type {
        padding-right: 0; } }
  .project__prevnextlinks a {
    margin: 10px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.68;
    letter-spacing: .3em;
    font-family: "gineso-condensed", sans-serif;
    color: inherit; }
    @media only screen and (max-width: 767px) {
      .project__prevnextlinks a {
        font-size: 10px;
        font-size: 0.625rem;
        line-height: 2.15;
        letter-spacing: .3em;
        margin: 0 !important;
        padding: 0 !important; } }
    .project__prevnextlinks a svg {
      position: absolute;
      top: 3px;
      transition: transform .5s ease-in-out; }
  .project__prevnextlinks a:first-of-type:hover svg {
    transform: translateX(-5px); }
  .project__prevnextlinks a:last-of-type:hover svg {
    transform: translateX(5px); }

.project__backtotop {
  font-family: "livory", serif;
  color: #444446;
  margin: 40px auto 0 auto;
  text-align: center;
  position: relative; }
  .project__backtotop svg {
    display: inline-block;
    position: absolute;
    top: -12px;
    left: calc(50% - 11px);
    transition: transform .5s ease-in; }
  .project__backtotop:hover svg {
    transform: translateY(-5px); }

/********************
** Footer
********************/
footer#colophon {
  background-color: #2B2B2B;
  padding: 30px 0;
  font-family: "livory", serif;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  width: 100%;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    footer#colophon {
      padding: 35px 0; } }
  footer#colophon span {
    display: inline-block;
    width: 100%; }
  footer#colophon span.consultation {
    font-family: "livory", serif;
    font-style: italic;
    font-weight: 400;
    color: #646464;
    line-height: 1.78;
    letter-spacing: .1em; }
    @media only screen and (max-width: 767px) {
      footer#colophon span.consultation {
        font-size: 15px;
        font-size: 0.9375rem; } }
    @media only screen and (min-width: 768px) {
      footer#colophon span.consultation {
        font-size: 23px;
        font-size: 1.4375rem; } }
  footer#colophon span.address {
    letter-spacing: .1em;
    line-height: 3;
    font-weight: 400;
    color: #FFFFFF;
    font-family: "livory", serif; }
    @media only screen and (min-width: 768px) {
      footer#colophon span.address {
        font-size: 15px;
        font-size: 0.9375rem; } }
    footer#colophon span.address br {
      display: none; }
    @media only screen and (max-width: 767px) {
      footer#colophon span.address {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.8; } }
    footer#colophon span.address .address-line {
      display: inline; }
      @media only screen and (max-width: 767px) {
        footer#colophon span.address .address-line {
          display: block;
          line-height: 2.4; } }
  footer#colophon span.contact {
    text-transform: uppercase;
    font-family: "livory", serif;
    color: #FFFFFF;
    line-height: 2.4;
    letter-spacing: .35em;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem; }
    @media only screen and (min-width: 768px) {
      footer#colophon span.contact {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media only screen and (max-width: 767px) {
      footer#colophon span.contact {
        font-size: 12px;
        font-size: 0.75rem; } }
    footer#colophon span.contact .contact--phone, footer#colophon span.contact .contact--email {
      display: block; }
      @media only screen and (min-width: 768px) {
        footer#colophon span.contact .contact--phone, footer#colophon span.contact .contact--email {
          display: inline; } }
    footer#colophon span.contact span.decorative-slash {
      display: inline; }
      @media only screen and (max-width: 767px) {
        footer#colophon span.contact span.decorative-slash {
          display: none; } }
  footer#colophon a[href^="tel"] {
    color: inherit;
    text-decoration: none; }
  footer#colophon span.copyright {
    letter-spacing: .2em;
    color: #646464;
    margin: 25px 0 0; }
    @media only screen and (min-width: 768px) {
      footer#colophon span.copyright {
        margin: 35px 0; } }
    @media only screen and (max-width: 767px) {
      footer#colophon span.copyright {
        font-size: 9px;
        font-size: 0.5625rem;
        margin: 15px 0; } }

footer .youtube-fill {
  fill: #2B2B2B !important; }

@media only screen and (max-width: 899px) {
  .page--home {
    background-color: #000000; } }

.page--home .home-content {
  z-index: 1;
  min-width: 100vw;
  min-height: 100vh;
  position: absolute; }
  @media only screen and (min-width: 1200px) {
    .page--home .home-content {
      height: 100vh; } }
  .page--home .home-content .home-logo-subtext {
    font-family: "livory", serif;
    font-style: italic;
    font-size: 19px;
    font-size: 1.1875rem;
    color: #FFFFFF;
    letter-spacing: 0.5em;
    display: block; }
    @media only screen and (min-width: 900px) {
      .page--home .home-content .home-logo-subtext {
        font-size: 17px;
        font-size: 1.0625rem; } }

.page--home .home-logo-container {
  width: 100%;
  margin: 7.5vh auto;
  text-align: center;
  color: #FFFFFF; }
  @media only screen and (min-width: 1800px) {
    .page--home .home-logo-container {
      margin: 8vh auto; } }
  @media (max-width: 450px) {
    .page--home .home-logo-container {
      margin-bottom: 10vw;
      margin-top: 10vw;
      padding-top: 0; }
      .page--home .home-logo-container .home-logo-subtext {
        font-size: .8rem;
        letter-spacing: .25rem; }
      .page--home .home-logo-container .home-logo-image-container {
        width: 55% !important; } }
  .page--home .home-logo-container img {
    display: inline-block; }
  .page--home .home-logo-container .home-logo-image-container {
    max-width: 350px;
    width: 80%;
    margin: 0 auto 3vh auto;
    position: relative; }
    @media only screen and (min-width: 900px) {
      .page--home .home-logo-container .home-logo-image-container {
        max-width: 400px; } }
    .page--home .home-logo-container .home-logo-image-container .home-logo-image-spacer {
      padding-top: 71%; }
  .page--home .home-logo-container .home-logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    opacity: 1;
    transition: opacity .3s ease-out; }
    .page--home .home-logo-container .home-logo.home-logo--inactive {
      opacity: 0; }
  .page--home .home-logo-container .home-logo-tagline {
    display: block;
    letter-spacing: 0.5em;
    font-style: italic;
    font-family: "livory", serif;
    font-size: 18px;
    font-size: 1.125rem; }
    @media only screen and (min-width: 768px) {
      .page--home .home-logo-container .home-logo-tagline {
        font-size: 21px;
        font-size: 1.3125rem; } }
    @media only screen and (min-width: 1200px) {
      .page--home .home-logo-container .home-logo-tagline {
        font-size: 22px;
        font-size: 1.375rem; } }

.page--home .home-nav {
  text-align: center;
  font-family: "gineso-condensed", sans-serif;
  margin: 0 auto 8vh; }
  @media (max-width: 450px) {
    .page--home .home-nav {
      margin-bottom: 4vw; } }
  .page--home .home-nav .home-nav-item-area {
    display: block;
    margin: 30px 0; }
    @media only screen and (min-width: 900px) {
      .page--home .home-nav .home-nav-item-area {
        margin: 20px 0; } }
    @media only screen and (min-width: 1200px) {
      .page--home .home-nav .home-nav-item-area {
        display: inline-block;
        margin: 0; } }
    @media (max-width: 450px) {
      .page--home .home-nav .home-nav-item-area {
        margin: 10px 0; } }
    .page--home .home-nav .home-nav-item-area .home-nav-item {
      color: #FFFFFF;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      margin: 40px 0;
      padding: 12px;
      font-size: 33px;
      font-size: 2.0625rem; }
      @media only screen and (min-width: 900px) {
        .page--home .home-nav .home-nav-item-area .home-nav-item {
          font-size: 30px;
          font-size: 1.875rem;
          margin: 25px 0; } }
      @media only screen and (min-width: 1200px) {
        .page--home .home-nav .home-nav-item-area .home-nav-item {
          padding: 30px 0 30px 30px;
          font-size: 33px;
          font-size: 2.0625rem; } }
      @media (max-width: 450px) {
        .page--home .home-nav .home-nav-item-area .home-nav-item {
          font-size: 1.2rem !important; } }
      .page--home .home-nav .home-nav-item-area .home-nav-item:after {
        content: "/";
        margin-left: 25px;
        color: #FFFFFF; }
        @media only screen and (max-width: 1199px) {
          .page--home .home-nav .home-nav-item-area .home-nav-item:after {
            display: none; } }
      .page--home .home-nav .home-nav-item-area .home-nav-item:hover {
        color: #9F8343; }
    .page--home .home-nav .home-nav-item-area:last-of-type .home-nav-item:after {
      content: none; }

.page--home .home-motif-button {
  display: block;
  text-align: center;
  margin-bottom: 70px;
  opacity: 1;
  -webkit-transition: opacity 0.275s ease-out;
  -moz-transition: opacity 0.275s ease-out;
  -ms-transition: opacity 0.275s ease-out;
  -o-transition: opacity 0.275s ease-out;
  transition: opacity 0.275s ease-out; }
  @media only screen and (min-width: 1200px) {
    .page--home .home-motif-button {
      margin-bottom: 8vh; } }
  @media (max-width: 450px) {
    .page--home .home-motif-button {
      margin-bottom: 45px; } }
  .page--home .home-motif-button:hover {
    opacity: .6; }
  .page--home .home-motif-button img {
    margin: auto;
    max-width: 60px; }
    @media only screen and (min-width: 1200px) {
      .page--home .home-motif-button img {
        max-width: 80px; } }
    @media only screen and (min-width: 1800px) {
      .page--home .home-motif-button img {
        max-width: 100px; } }
  .page--home .home-motif-button .home-motif-subtext {
    font-family: "livory", serif;
    font-style: italic;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #9F8343;
    letter-spacing: 0.5em;
    display: block; }

.page--home .home-details-container {
  color: #FFFFFF;
  text-align: center;
  font-family: "livory", serif;
  width: 100%;
  margin-bottom: 80px; }
  .page--home .home-details-container .home-details-top {
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 21px;
    line-height: 1.3125rem;
    letter-spacing: 0.15em;
    margin-bottom: 10px; }
    @media only screen and (min-width: 1200px) {
      .page--home .home-details-container .home-details-top {
        margin-bottom: 15px; } }
    @media (max-width: 450px) {
      .page--home .home-details-container .home-details-top {
        margin-bottom: 0 !important;
        font-size: 0.7rem !important;
        line-height: 2.2; } }
    @media (max-width: 450px) {
      .page--home .home-details-container .home-details-top span {
        display: block;
        opacity: 0;
        height: 0; } }
  .page--home .home-details-container .home-details-bottom {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.3em; }
    @media (max-width: 450px) {
      .page--home .home-details-container .home-details-bottom {
        font-size: 0.7rem !important; } }

.page--home .home-bottom-pattern {
  width: 100vw;
  height: 6.4vh;
  position: absolute;
  bottom: 0;
  background-size: 2060px; }

.page--home .home-background-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0; }
  .page--home .home-background-container .home-background {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: cover;
    background-position: 50% 50%;
    transition: opacity .4s ease-out; }
    .page--home .home-background-container .home-background.active-hover {
      opacity: 1; }

@media screen and (min-width: 768px) and (max-height: 900px) {
  .page--home .home-logo-container .home-logo-image-container {
    max-width: 300px; }
  .page--home .home-nav .home-nav-item-area .home-nav-item {
    font-size: 1.8rem; } }

.page--about .about-hero {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 0;
  background-position: 50% 50%;
  background-size: cover; }
  .page--about .about-hero .about-hero-inner {
    position: relative;
    text-align: center;
    height: 100%;
    width: 100%;
    margin: 0; }
    .page--about .about-hero .about-hero-inner h1 {
      position: absolute;
      width: 90%;
      top: 45%;
      left: 50%;
      color: #FFFFFF;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-family: "livory", serif;
      letter-spacing: 0.5em;
      text-transform: uppercase;
      font-size: 4.23077vw; }
      @media only screen and (min-width: 1200px) {
        .page--about .about-hero .about-hero-inner h1 {
          font-size: 3.53846vw; } }
      @media (max-width: 450px) {
        .page--about .about-hero .about-hero-inner h1 {
          font-size: 1.65rem !important;
          width: 100%;
          letter-spacing: .4em !important; } }

.page--about .about-hero-pattern {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 1;
  transform: translateY(-100px); }

.page--about .about-content {
  position: relative;
  top: 100vh;
  background-color: #2b2b2b; }
  .page--about .about-content .about-content-inner {
    width: 90%;
    margin: 0 auto;
    padding: 6vw 0 0;
    max-width: 1300px; }
    @media (max-width: 450px) {
      .page--about .about-content .about-content-inner blockquote {
        font-size: 1.2rem !important;
        letter-spacing: 0.1rem !important;
        margin-top: 3vw;
        margin-bottom: 7vw !important; } }
    @media (min-width: 768) {
      .page--about .about-content .about-content-inner blockquote {
        font-size: 2.1rem !important;
        letter-spacing: 0.2rem !important; } }
    .page--about .about-content .about-content-inner blockquote footer {
      display: block;
      margin-top: 10px; }
      @media (max-width: 450px) {
        .page--about .about-content .about-content-inner blockquote footer {
          font-size: 0.8rem !important; } }
    @media (max-width: 450px) {
      .page--about .about-content .about-content-inner {
        z-index: 1;
        padding-top: 11vw !important;
        padding-bottom: 11vw !important; } }
  .page--about .about-content .intro-text-contain {
    color: #FFFFFF;
    text-align: center;
    margin: 0 0 7.5vw; }
    @media (max-width: 450px) {
      .page--about .about-content .intro-text-contain {
        margin-bottom: 0 !important; } }
    .page--about .about-content .intro-text-contain .intro-text, .page--about .about-content .intro-text-contain .intro-text-sub {
      font-family: "livory", serif;
      margin-bottom: 50px;
      letter-spacing: 0.065em;
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 29px;
      line-height: 1.8125rem; }
      @media only screen and (min-width: 768px) {
        .page--about .about-content .intro-text-contain .intro-text, .page--about .about-content .intro-text-contain .intro-text-sub {
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 35px;
          line-height: 2.1875rem; } }
      @media only screen and (min-width: 1200px) {
        .page--about .about-content .intro-text-contain .intro-text, .page--about .about-content .intro-text-contain .intro-text-sub {
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 41px;
          line-height: 2.5625rem;
          line-height: 1.9; } }
      @media (max-width: 450px) {
        .page--about .about-content .intro-text-contain .intro-text, .page--about .about-content .intro-text-contain .intro-text-sub {
          font-size: .9375rem;
          line-height: 1.9; } }
      .page--about .about-content .intro-text-contain .intro-text em, .page--about .about-content .intro-text-contain .intro-text-sub em {
        display: block;
        font-style: normal;
        text-transform: uppercase;
        margin-bottom: 12px; }
    @media (max-width: 450px) {
      .page--about .about-content .intro-text-contain .intro-text-sub {
        padding-bottom: 10vw !important;
        margin-bottom: 10vw !important; }
        .page--about .about-content .intro-text-contain .intro-text-sub em {
          font-size: 1rem !important; } }
    .page--about .about-content .intro-text-contain .intro-text em {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 30px;
      line-height: 1.875rem;
      letter-spacing: 0.3em; }
      @media only screen and (min-width: 1200px) {
        .page--about .about-content .intro-text-contain .intro-text em {
          font-size: 2.46154vw;
          line-height: 2.92308vw; } }
      @media (max-width: 450px) {
        .page--about .about-content .intro-text-contain .intro-text em {
          font-size: 1.3rem !important;
          line-height: 1.2 !important;
          letter-spacing: 0.15em; } }
    .page--about .about-content .intro-text-contain .intro-text-sub em {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 27px;
      line-height: 1.6875rem;
      letter-spacing: 0.3em; }
      @media only screen and (min-width: 1200px) {
        .page--about .about-content .intro-text-contain .intro-text-sub em {
          font-size: 24px;
          font-size: 1.5rem;
          line-height: 30px;
          line-height: 1.875rem; } }
  .page--about .about-content .profiles-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    color: #FFFFFF;
    border-bottom: 1px solid #9F8343;
    padding-bottom: 70px;
    margin-bottom: 70px; }
    @media only screen and (min-width: 768px) {
      .page--about .about-content .profiles-container {
        padding-bottom: 95px;
        margin-bottom: 95px; } }
    @media only screen and (min-width: 1200px) {
      .page--about .about-content .profiles-container {
        padding-bottom: 110px;
        margin-bottom: 110px; } }
    .page--about .about-content .profiles-container .profile {
      width: 100%;
      /* For old syntax, otherwise collapses. */
      -webkit-box-flex: 1 0 100%;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-flex: 1 0 100%;
      /* OLD - Firefox 19- */
      -webkit-flex: 1 0 100%;
      /* Chrome */
      -ms-flex: 1 0 100%;
      /* IE 10 */
      flex: 1 0 100%;
      min-width: 0; }
      @media only screen and (min-width: 768px) {
        .page--about .about-content .profiles-container .profile {
          width: 100%;
          /* For old syntax, otherwise collapses. */
          -webkit-box-flex: 1 0 50%;
          /* OLD - iOS 6-, Safari 3.1-6 */
          -moz-box-flex: 1 0 50%;
          /* OLD - Firefox 19- */
          -webkit-flex: 1 0 50%;
          /* Chrome */
          -ms-flex: 1 0 50%;
          /* IE 10 */
          flex: 1 0 50%;
          min-width: 0; } }
      .page--about .about-content .profiles-container .profile img {
        display: inline-block; }
      @media (max-width: 450px) {
        .page--about .about-content .profiles-container .profile .profile-image-ct {
          padding: 5vw 10vw 0; } }
      .page--about .about-content .profiles-container .profile:first-of-type .profile-inner {
        padding-bottom: 30px; }
        @media only screen and (min-width: 768px) {
          .page--about .about-content .profiles-container .profile:first-of-type .profile-inner {
            padding-right: 2.5vw;
            padding-bottom: 0; } }
      .page--about .about-content .profiles-container .profile:last-of-type .profile-inner {
        padding-bottom: 30px; }
        @media only screen and (min-width: 768px) {
          .page--about .about-content .profiles-container .profile:last-of-type .profile-inner {
            padding-left: 2.5vw;
            padding-bottom: 0; } }
      @media (max-width: 450px) {
        .page--about .about-content .profiles-container .profile:not(:first-of-type) .profile-inner .profile-image-ct {
          padding-top: 10vw; } }
      .page--about .about-content .profiles-container .profile .profile-image {
        display: inline-block;
        max-width: 675px;
        width: 100%;
        margin-bottom: 3vw; }
      .page--about .about-content .profiles-container .profile h2 {
        display: block;
        letter-spacing: 0.3em;
        text-transform: uppercase;
        color: #9F8343;
        font-family: "livory", serif;
        font-size: 29px;
        font-size: 1.8125rem;
        line-height: 35px;
        line-height: 2.1875rem;
        margin-bottom: 3vw; }
        @media only screen and (min-width: 768px) {
          .page--about .about-content .profiles-container .profile h2 {
            font-size: 2.46154vw;
            line-height: 2.92308vw; } }
        @media only screen and (min-width: 1200px) {
          .page--about .about-content .profiles-container .profile h2 {
            margin-bottom: 10px !important; } }
        @media only screen and (min-width: 1800px) {
          .page--about .about-content .profiles-container .profile h2 {
            font-size: 32px;
            font-size: 2rem;
            line-height: 38px;
            line-height: 2.375rem;
            margin-bottom: 20px; } }
        @media (max-width: 450px) {
          .page--about .about-content .profiles-container .profile h2 {
            font-size: 1.2rem !important;
            letter-spacing: .2rem;
            line-height: 1 !important; } }
      .page--about .about-content .profiles-container .profile .profile-title {
        display: block;
        font-weight: bold;
        color: #FFFFFF;
        text-transform: uppercase;
        letter-spacing: 0.3em;
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 3vw; }
        @media only screen and (min-width: 768px) {
          .page--about .about-content .profiles-container .profile .profile-title {
            font-size: 1.38462vw; } }
        @media only screen and (min-width: 1200px) {
          .page--about .about-content .profiles-container .profile .profile-title {
            margin-bottom: 1.5vw; } }
        @media (max-width: 450px) {
          .page--about .about-content .profiles-container .profile .profile-title {
            font-size: .7rem !important;
            letter-spacing: .2rem;
            line-height: 1 !important;
            margin-bottom: 10vw !important; } }
      .page--about .about-content .profiles-container .profile .profile-symbol {
        margin-bottom: 3vw;
        width: 20%;
        max-width: 100px; }
        @media only screen and (min-width: 1200px) {
          .page--about .about-content .profiles-container .profile .profile-symbol {
            margin-bottom: 1.5vw; } }
      .page--about .about-content .profiles-container .profile .profile-bio {
        display: block;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 35px;
        line-height: 2.1875rem;
        letter-spacing: 0.065em;
        font-family: "livory", serif;
        margin-bottom: 3vw; }
        @media only screen and (min-width: 1200px) {
          .page--about .about-content .profiles-container .profile .profile-bio {
            margin-bottom: 1.5vw;
            font-size: 17px;
            font-size: 1.0625rem;
            line-height: 36px;
            line-height: 2.25rem; } }
        @media only screen and (min-width: 1800px) {
          .page--about .about-content .profiles-container .profile .profile-bio {
            font-size: 17px;
            font-size: 1.0625rem;
            line-height: 36px;
            line-height: 2.25rem; } }
        @media (max-width: 450px) {
          .page--about .about-content .profiles-container .profile .profile-bio {
            font-size: .9375rem;
            line-height: 1.4;
            text-align: left; } }
        .page--about .about-content .profiles-container .profile .profile-bio em {
          display: block;
          font-style: normal;
          text-transform: uppercase;
          letter-spacing: 0.15em; }
      .page--about .about-content .profiles-container .profile .profile-email {
        color: #9F8343;
        font-family: "livory", serif;
        text-transform: uppercase;
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: 0.3em; }
        @media only screen and (min-width: 1200px) {
          .page--about .about-content .profiles-container .profile .profile-email {
            font-size: 15px;
            font-size: 0.9375rem; } }
        @media only screen and (min-width: 1800px) {
          .page--about .about-content .profiles-container .profile .profile-email {
            font-size: 17px;
            font-size: 1.0625rem; } }

.page--about .about-columns, .page--about .publications {
  color: #FFFFFF;
  margin-bottom: 40px;
  padding-bottom: 40px; }
  .page--about .about-columns.patients, .page--about .publications.patients {
    margin-bottom: 0 !important; }
  @media (max-width: 450px) {
    .page--about .about-columns.about-column--gold-border, .page--about .publications.about-column--gold-border {
      border: none !important;
      padding-bottom: 10vw !important;
      margin-bottom: 0 !important; }
    .page--about .about-columns .pub-ul-li-ct ul.about-column-list, .page--about .publications .pub-ul-li-ct ul.about-column-list {
      max-height: inherit !important;
      column-fill: inherit !important;
      column-gap: 40px !important; }
      .page--about .about-columns .pub-ul-li-ct ul.about-column-list li, .page--about .publications .pub-ul-li-ct ul.about-column-list li {
        width: auto !important;
        break-inside: avoid; } }
  .page--about .about-columns h2, .page--about .publications h2 {
    font-weight: bold;
    border-bottom: 1px solid #6a6a6a;
    text-transform: uppercase;
    font-family: "gineso-condensed", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.3em;
    margin-bottom: 25px;
    padding-bottom: 25px; }
    @media only screen and (min-width: 768px) {
      .page--about .about-columns h2, .page--about .publications h2 {
        margin-bottom: 20px;
        padding-bottom: 15px; } }
    @media (max-width: 450px) {
      .page--about .about-columns h2, .page--about .publications h2 {
        font-size: .85rem;
        margin-bottom: 5vw;
        padding-bottom: 5vw;
        line-height: 1; } }
  .page--about .about-columns ul.about-column-list, .page--about .publications ul.about-column-list {
    padding: 0 17px; }
    .page--about .about-columns ul.about-column-list li, .page--about .publications ul.about-column-list li {
      font-family: "livory", serif;
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 23px;
      line-height: 1.4375rem;
      letter-spacing: 0.03em;
      margin-bottom: 10px;
      position: relative; }
      @media (max-width: 450px) {
        .page--about .about-columns ul.about-column-list li, .page--about .publications ul.about-column-list li {
          font-size: .9375rem; } }
    .page--about .about-columns ul.about-column-list.five-columns, .page--about .publications ul.about-column-list.five-columns {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -moz-column-fill: auto;
      column-fill: auto;
      column-gap: 25px; }
      @media (max-width: 450px) {
        .page--about .about-columns ul.about-column-list.five-columns, .page--about .publications ul.about-column-list.five-columns {
          padding-left: 0 !important;
          padding-right: 0 !important;
          display: block;
          max-height: inherit !important;
          column-gap: 25px !important; }
          .page--about .about-columns ul.about-column-list.five-columns li, .page--about .publications ul.about-column-list.five-columns li {
            width: auto;
            font-size: .9375rem;
            line-height: 1.2; } }
      @media only screen and (min-width: 768px) {
        .page--about .about-columns ul.about-column-list.five-columns, .page--about .publications ul.about-column-list.five-columns {
          -webkit-column-count: 3;
          -moz-column-count: 3;
          column-count: 3;
          column-gap: 40px; } }
      @media only screen and (min-width: 1200px) {
        .page--about .about-columns ul.about-column-list.five-columns, .page--about .publications ul.about-column-list.five-columns {
          -webkit-column-count: 4;
          -moz-column-count: 4;
          column-count: 4; } }
      @media only screen and (min-width: 1200px) {
        .page--about .about-columns ul.about-column-list.five-columns, .page--about .publications ul.about-column-list.five-columns {
          -webkit-column-count: 5;
          -moz-column-count: 5;
          column-count: 5; } }
      .page--about .about-columns ul.about-column-list.five-columns li, .page--about .publications ul.about-column-list.five-columns li {
        list-style: none; }
    .page--about .about-columns ul.about-column-list.three-columns, .page--about .publications ul.about-column-list.three-columns {
      display: block !important;
      max-height: inherit !important; }
      @media only screen and (min-width: 1200px) {
        .page--about .about-columns ul.about-column-list.three-columns, .page--about .publications ul.about-column-list.three-columns {
          column-gap: 70px;
          -webkit-column-count: 3;
          -moz-column-count: 3;
          column-count: 3;
          max-height: inherit !important; } }
      .page--about .about-columns ul.about-column-list.three-columns li, .page--about .publications ul.about-column-list.three-columns li {
        width: auto; }
        @media only screen and (min-width: 1200px) {
          .page--about .about-columns ul.about-column-list.three-columns li, .page--about .publications ul.about-column-list.three-columns li {
            break-inside: avoid-column;
            width: auto !important; } }
  .page--about .about-columns.about-column--gold-border, .page--about .publications.about-column--gold-border {
    border-bottom: 1px solid #9F8343;
    margin-bottom: 60px;
    padding-bottom: 60px; }
    @media only screen and (min-width: 768px) {
      .page--about .about-columns.about-column--gold-border, .page--about .publications.about-column--gold-border {
        margin-bottom: 70px;
        padding-bottom: 70px; } }
    .page--about .about-columns.about-column--gold-border.publications, .page--about .publications.about-column--gold-border.publications {
      border-bottom: 1px solid #9F8343;
      margin-bottom: 60px;
      padding-bottom: 60px; }
      @media only screen and (min-width: 768px) {
        .page--about .about-columns.about-column--gold-border.publications, .page--about .publications.about-column--gold-border.publications {
          margin-bottom: 70px;
          padding-bottom: 70px; } }
  .page--about .about-columns.about-column-thirds, .page--about .publications.about-column-thirds {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    border-bottom: none; }
    .page--about .about-columns.about-column-thirds .about-column, .page--about .publications.about-column-thirds .about-column {
      width: 100%;
      /* For old syntax, otherwise collapses. */
      -webkit-box-flex: 1 0 100%;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-flex: 1 0 100%;
      /* OLD - Firefox 19- */
      -webkit-flex: 1 0 100%;
      /* Chrome */
      -ms-flex: 1 0 100%;
      /* IE 10 */
      flex: 1 0 100%;
      min-width: 0; }
      @media only screen and (min-width: 768px) {
        .page--about .about-columns.about-column-thirds .about-column, .page--about .publications.about-column-thirds .about-column {
          width: 100%;
          /* For old syntax, otherwise collapses. */
          -webkit-box-flex: 1 0 33.333%;
          /* OLD - iOS 6-, Safari 3.1-6 */
          -moz-box-flex: 1 0 33.333%;
          /* OLD - Firefox 19- */
          -webkit-flex: 1 0 33.333%;
          /* Chrome */
          -ms-flex: 1 0 33.333%;
          /* IE 10 */
          flex: 1 0 33.333%;
          min-width: 0; } }
      .page--about .about-columns.about-column-thirds .about-column .about-column-inner, .page--about .publications.about-column-thirds .about-column .about-column-inner {
        padding: 0 0 40px; }
        @media only screen and (min-width: 768px) {
          .page--about .about-columns.about-column-thirds .about-column .about-column-inner, .page--about .publications.about-column-thirds .about-column .about-column-inner {
            padding: 0 15px 15px 15px; } }
        @media only screen and (min-width: 1200px) {
          .page--about .about-columns.about-column-thirds .about-column .about-column-inner, .page--about .publications.about-column-thirds .about-column .about-column-inner {
            padding: 0 20px; } }
      @media only screen and (min-width: 1200px) {
        .page--about .about-columns.about-column-thirds .about-column:first-of-type .about-column-inner, .page--about .publications.about-column-thirds .about-column:first-of-type .about-column-inner {
          padding-left: 0; } }
      @media only screen and (min-width: 1200px) {
        .page--about .about-columns.about-column-thirds .about-column:last-of-type .about-column-inner, .page--about .publications.about-column-thirds .about-column:last-of-type .about-column-inner {
          padding-right: 0; } }

.page--about .about-thanks {
  text-align: center;
  color: #FFFFFF;
  border-bottom: 1px solid #9F8343;
  font-family: "livory", serif;
  margin-bottom: 60px;
  padding-bottom: 60px; }
  @media only screen and (min-width: 768px) {
    .page--about .about-thanks {
      margin-bottom: 70px;
      padding-bottom: 70px; } }
  @media (max-width: 450px) {
    .page--about .about-thanks {
      border-top: 1px solid #9F8343;
      padding-bottom: 10vw !important;
      margin-bottom: 10vw !important;
      padding-top: 10vw !important; } }
  .page--about .about-thanks h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.3em;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 26px;
    line-height: 1.625rem; }
    @media only screen and (min-width: 768px) {
      .page--about .about-thanks h2 {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 30px;
        line-height: 1.875rem; } }
    @media only screen and (min-width: 1200px) {
      .page--about .about-thanks h2 {
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 32px;
        line-height: 2rem; } }
    @media (max-width: 450px) {
      .page--about .about-thanks h2 {
        font-size: 1rem !important;
        line-height: 1.6 !important;
        letter-spacing: 0.3em !important; } }
  .page--about .about-thanks .about-thanks-text {
    margin-bottom: 20px;
    letter-spacing: 0.065em;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem; }
    @media only screen and (min-width: 768px) {
      .page--about .about-thanks .about-thanks-text {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 27px;
        line-height: 1.6875rem; } }
    @media only screen and (min-width: 1200px) {
      .page--about .about-thanks .about-thanks-text {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 30px;
        line-height: 1.875rem; } }
    @media (max-width: 450px) {
      .page--about .about-thanks .about-thanks-text {
        font-size: .9375rem;
        line-height: 1.6 !important;
        display: block;
        margin-bottom: 0; }
        .page--about .about-thanks .about-thanks-text br {
          display: none; } }

.page--about .about-motif-image {
  text-align: center;
  margin-bottom: 50px; }
  .page--about .about-motif-image img {
    display: inline-block; }
  @media only screen and (min-width: 768px) {
    .page--about .about-motif-image {
      margin-bottom: 80px; } }
  .page--about .about-motif-image img {
    max-width: 110px; }

.page--about .about-footer {
  font-family: "livory", serif;
  text-align: center;
  padding: 60px 20px 110px; }
  .page--about .about-footer .footer-intro {
    color: #6a6a6a;
    display: block;
    font-style: italic;
    font-size: 21px;
    font-size: 1.3125rem;
    letter-spacing: 0.1em;
    margin-bottom: 20px; }
  .page--about .about-footer .footer-contact {
    color: #FFFFFF;
    display: block;
    text-transform: uppercase;
    font-size: 19px;
    font-size: 1.1875rem;
    margin-bottom: 20px; }
    .page--about .about-footer .footer-contact .footer-address-item {
      margin: 0 30px;
      letter-spacing: 0.3em;
      position: relative; }
      .page--about .about-footer .footer-contact .footer-address-item:first-of-type:after {
        content: "/";
        position: absolute;
        right: -30px; }
  .page--about .about-footer .footer-address {
    display: block;
    color: #FFFFFF;
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.1em;
    margin-bottom: 20px; }
  .page--about .about-footer .footer-social {
    display: block;
    color: #FFFFFF; }
  .page--about .about-footer .footer-copyright {
    display: block;
    color: #6a6a6a;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.2em; }

.page--about .bottom-content .about-columns ul.about-column-list {
  list-style: none; }
  .page--about .bottom-content .about-columns ul.about-column-list li {
    position: relative; }
    .page--about .bottom-content .about-columns ul.about-column-list li:before {
      content: "";
      position: absolute;
      background-color: #FFF;
      width: 3px;
      height: 3px;
      left: -11px;
      top: 10px;
      border-radius: 50%; }

@media (max-width: 768px) {
  .page--about .publications .about-column .about-column-inner {
    padding-bottom: 0 !important; } }

.page--about .publications .about-column-third {
  width: 100%; }
  @media (min-width: 768px) {
    .page--about .publications .about-column-third {
      width: 33.3333%; } }
  .page--about .publications .about-column-third ul {
    list-style: none;
    padding: 0 17px; }
    .page--about .publications .about-column-third ul li {
      position: relative;
      font-family: "livory", serif;
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 23px;
      line-height: 1.4375rem;
      letter-spacing: 0.03em;
      margin-bottom: 10px;
      position: relative; }
      @media (max-width: 450px) {
        .page--about .publications .about-column-third ul li {
          font-size: .9375rem; } }
      .page--about .publications .about-column-third ul li a {
        color: #FFFFFF; }
        .page--about .publications .about-column-third ul li a:hover {
          color: #9F8343; }
      .page--about .publications .about-column-third ul li:before {
        content: "";
        position: absolute;
        background-color: #FFF;
        width: 3px;
        height: 3px;
        left: -11px;
        top: 10px;
        border-radius: 50%; }

.glide {
  position: relative;
  width: 100%; }

.glide__wrapper {
  overflow: hidden; }

.glide__track {
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
  overflow: hidden; }

.glide__track.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.glide__slide {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

.glide__slide a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.glide__arrow {
  cursor: pointer; }

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.glide--slider .glide__slide {
  float: left;
  clear: none; }

.glide--carousel.glide--vertical .glide__track {
  overflow: visible; }

.glide--carousel .glide__slide {
  float: left;
  clear: none; }

.glide--slideshow .glide__slide {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.glide--slideshow .glide__slide.active {
  z-index: 1; }

.glide__arrows {
  position: absolute; }

.glide--horizontal .glide__arrows {
  top: 50%;
  width: 92%;
  margin-left: 4%; }

.glide--vertical .glide__arrows {
  left: 50%;
  height: 88%;
  margin-top: 6%; }

.glide__arrow {
  position: absolute;
  z-index: 2;
  padding: 5px;
  background-color: transparent; }

.glide__arrow:focus {
  outline: none; }

.glide__arrow:hover {
  border-color: white; }

.glide--horizontal .glide__arrow {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.glide--horizontal .glide__arrow.prev {
  left: 0; }

.glide--horizontal .glide__arrow.next {
  right: 0; }

.glide--vertical .glide__arrow {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.glide--vertical .glide__arrow.prev {
  top: 0; }

.glide--vertical .glide__arrow.next {
  bottom: 0; }

.glide__bullets {
  position: relative;
  list-style: none; }

.glide--horizontal .glide__bullets {
  width: 100%;
  text-align: center; }

.glide--vertical .glide__bullets {
  top: 50%;
  right: 8%;
  width: 12px;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.glide__bullets > * {
  display: inline-block;
  background-color: transparent;
  width: 8px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #F36C43;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.glide--horizontal .glide__bullets > * {
  margin: 0 5px; }

.glide--vertical .glide__bullets > * {
  vertical-align: middle; }

.glide__bullets > *.active {
  background-color: #F36C43; }

.glide__bullets > *:focus {
  outline: none; }

.glide__bullets > *:hover {
  background-color: #F36C43; }

.glide--slider .glide__arrow {
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease; }

.glide--slider .glide__arrow.disabled {
  opacity: 0.33; }

@media only screen and (min-width: 768px) {
  .glide--horizontal .glide__arrow.prev, .glide--horizontal .glide__arrow.next {
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out; } }

.glide--horizontal .glide__arrow.prev > svg, .glide--horizontal .glide__arrow.next > svg {
  fill: #F36C43;
  height: 20px; }
  @media only screen and (min-width: 768px) {
    .glide--horizontal .glide__arrow.prev > svg, .glide--horizontal .glide__arrow.next > svg {
      height: 35px; } }
  @media only screen and (min-width: 1200px) {
    .glide--horizontal .glide__arrow.prev > svg, .glide--horizontal .glide__arrow.next > svg {
      height: 50px; } }

.glide--horizontal .glide__arrow.prev {
  left: -10%; }
  @media only screen and (min-width: 768px) {
    .glide--horizontal .glide__arrow.prev:hover {
      -webkit-transform: translate(-3px, -50%);
      -moz-transform: translate(-3px, -50%);
      -ms-transform: translate(-3px, -50%);
      -o-transform: translate(-3px, -50%);
      transform: translate(-3px, -50%); } }
  @media only screen and (min-width: 1200px) {
    .glide--horizontal .glide__arrow.prev {
      left: -15%; } }

.glide--horizontal .glide__arrow.next {
  right: -10%; }
  @media only screen and (min-width: 768px) {
    .glide--horizontal .glide__arrow.next:hover {
      -webkit-transform: translate(3px, -50%);
      -moz-transform: translate(3px, -50%);
      -ms-transform: translate(3px, -50%);
      -o-transform: translate(3px, -50%);
      transform: translate(3px, -50%); } }
  @media only screen and (min-width: 1200px) {
    .glide--horizontal .glide__arrow.next {
      right: -15%; } }

.client-slider {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .client-slider {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (min-width: 1200px) {
    .client-slider {
      padding-top: 55px;
      padding-bottom: 55px; } }
  @media only screen and (min-width: 1300px) {
    .client-slider {
      padding-top: 65px;
      padding-bottom: 65px; } }
  .client-slider .client-slider-inner {
    max-width: 800px;
    width: 90%;
    margin: 0 auto; }
  .client-slider .client-slider-heading {
    text-align: center;
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: 0.12em;
    color: #F36C43;
    font-family: "gineso-condensed", sans-serif;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .client-slider .client-slide-quote {
    letter-spacing: 0.025em;
    font-family: "freight-big-pro", serif;
    display: block;
    margin: 25px 0;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem; }
    @media only screen and (min-width: 640px) {
      .client-slider .client-slide-quote {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 36px;
        line-height: 2.25rem; } }
    @media only screen and (min-width: 768px) {
      .client-slider .client-slide-quote {
        font-size: 34px;
        font-size: 2.125rem;
        line-height: 44px;
        line-height: 2.75rem; } }
    @media only screen and (min-width: 1200px) {
      .client-slider .client-slide-quote {
        font-size: 39px;
        font-size: 2.4375rem;
        line-height: 54px;
        line-height: 3.375rem; } }
  .client-slider .client-slide-byline {
    display: block;
    margin-bottom: 50px;
    font-style: italic;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0.025em; }

/* IE9 and IE10 rule sets go here */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 25px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: calc(50% - 20px);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -22px; }
  @media only screen and (min-width: 768px) {
    .slick-prev {
      left: -50px; } }
  @media only screen and (min-width: 1200px) {
    .slick-prev {
      left: -55px; } }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: '';
    width: 25px;
    height: 1px;
    background-color: #a2a1a3;
    transform: rotate(-45deg);
    position: absolute;
    left: -3px;
    top: 10px; }
  .slick-prev:after {
    content: '';
    width: 25px;
    height: 1px;
    background-color: #a2a1a3;
    transform: rotate(45deg);
    position: absolute;
    left: -3px;
    top: 27px; }

.slick-next {
  right: -22px; }
  @media only screen and (min-width: 768px) {
    .slick-next {
      right: -50px; } }
  @media only screen and (min-width: 1200px) {
    .slick-next {
      right: -55px; } }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: '';
    width: 25px;
    height: 1px;
    background-color: #a2a1a3;
    transform: rotate(45deg);
    position: absolute;
    right: -3px;
    top: 10px; }
  .slick-next:after {
    content: '';
    width: 25px;
    height: 1px;
    background-color: #a2a1a3;
    transform: rotate(-45deg);
    position: absolute;
    right: -3px;
    top: 27px; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        color: #E0E0E0;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #B1B1B1;
      opacity: 1; }
