/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

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

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

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

script {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   B-lazy
   ========================================================================== */
.b-lazy {
  -webkit-transition: opacity 0.25s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.25s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  max-width: 100%;
  opacity: 0; }
  .fw-slideshow li .b-lazy {
    opacity: 1; }
  @media screen and (min-width: 1024px) {
    .b-lazy {
      -webkit-transition: opacity 1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: opacity 1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955); } }

.b-lazy.b-loaded {
  opacity: 1; }

.thumb {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  color: #fff; }

@font-face {
  font-family: 'AvenirNextLTPro-Regular';
  src: url("webfonts/3336ED_0_0.eot");
  src: url("webfonts/3336ED_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/3336ED_0_0.woff2") format("woff2"), url("webfonts/3336ED_0_0.woff") format("woff"), url("webfonts/3336ED_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'AvenirNextLTPro-Demi';
  src: url("webfonts/3336ED_1_0.eot");
  src: url("webfonts/3336ED_1_0.eot?#iefix") format("embedded-opentype"), url("webfonts/3336ED_1_0.woff2") format("woff2"), url("webfonts/3336ED_1_0.woff") format("woff"), url("webfonts/3336ED_1_0.ttf") format("truetype"); }

/* ==========================================================================
   Base
   ========================================================================== */
*,
*:after,
*:before,
html {
  box-sizing: border-box; }

html, body {
  width: 100%;
  min-height: 100%;
  font-family: "AvenirNextLTPro-Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #000;
  background-color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 !important;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
  -webkit-overflow-scrolling: touch; }

::-moz-selection {
  background-color: #dedede; }

::selection {
  background-color: #dedede; }

body {
  background-color: #fff;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease; }
  @media screen and (min-width: 1024px) {
    body {
      -webkit-overflow-scrolling: auto; } }
  body.preload, body.contact, body.latest, body.single-post {
    background-color: #000;
    color: #fff;
    -webkit-transition: all 0.25s 0.5s ease;
    transition: all 0.25s 0.5s ease; }
    body.preload ::-moz-selection, body.contact ::-moz-selection, body.latest ::-moz-selection, body.single-post ::-moz-selection {
      background-color: #888888; }
    body.preload ::selection, body.contact ::selection, body.latest ::selection, body.single-post ::selection {
      background-color: #888888; }
  body.lock {
    overflow: hidden; }

a {
  text-decoration: none;
  color: #000;
  outline: 0 !important; }
  a:visited, a:active {
    outline: 0 !important; }
  body.contact a {
    color: #fff; }

p {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.55; }

img {
  display: block;
  max-width: 100%;
  height: auto; }
  html.no-js img.lazyload {
    display: block !important; }

div {
  display: block; }

button:focus {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
body {
  color: #000;
  font: normal 15px/1.4 "AvenirNextLTPro-Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

/* ==========================================================================
   Header
   ========================================================================== */
body.show-hero .header__logo svg,
body.latest .header__logo svg,
body.single-post .header__logo svg,
body.menu--is-active .header__logo svg,
body.contact .header__logo svg,
body.logo-white .header__logo svg,
body.logo-split .header__logo svg {
  fill: #fff; }

.header {
  position: fixed;
  height: auto;
  width: 100%;
  z-index: 99999; }
  .header__logo {
    position: absolute;
    top: 10px;
    left: 15px;
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
    z-index: 10; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .header__logo {
        position: absolute;
        top: 20px;
        left: 5%; } }
    @media screen and (min-width: 1024px) {
      .header__logo {
        position: absolute;
        top: 50px;
        left: 100px; } }
    body.home.show-hero .header__logo {
      opacity: 0;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    body.home .header__logo {
      opacity: 1;
      -webkit-transition-delay: 1s;
              transition-delay: 1s; }
    body.home.show-hero.menu--is-active .header__logo {
      opacity: 1;
      -webkit-transition-delay: 0.25s;
              transition-delay: 0.25s; }
    .header__logo svg {
      height: 35px;
      width: 61px;
      fill: #000;
      -webkit-transition: all 0.75s 0s ease;
      transition: all 0.75s 0s ease; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .header__logo svg {
          height: 50px;
          width: 87px; } }
      @media screen and (min-width: 1024px) {
        .header__logo svg {
          height: 52px;
          width: 90px;
          fill: #000; } }
      body.show-hero .header__logo svg,
      body.latest .header__logo svg,
      body.single-post .header__logo svg,
      body.menu--is-active .header__logo svg,
      body.contact .header__logo svg,
      body.logo-white .header__logo svg,
      body.logo-split .header__logo svg {
        -webkit-transition-delay: 0s;
                transition-delay: 0s; }
  .header__nav {
    position: absolute;
    top: 6px;
    right: 6px;
    height: 44px;
    width: 44px;
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
    cursor: pointer;
    z-index: 11; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .header__nav {
        position: absolute;
        top: 23px;
        right: calc(5% - 10px); } }
    @media screen and (min-width: 1024px) {
      .header__nav {
        position: absolute;
        top: 59px;
        right: 90px; } }
  .header__background {
    height: 55px;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all 0.5s 0.25s ease;
    transition: all 0.5s 0.25s ease; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .header__background {
        height: 90px;
        width: 100%; } }
    @media screen and (min-width: 1024px) {
      .header__background {
        height: 0;
        width: 100%;
        -webkit-transition: all 0.75s 0s ease;
        transition: all 0.75s 0s ease; } }
    body.contact .header__background,
    body.latest .header__background,
    body.single-post .header__background {
      background-color: #000; }

.menu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100vh;
  width: 100%;
  background-color: #000;
  -webkit-transition: all 0.75s 0.4s ease;
  transition: all 0.75s 0.4s ease;
  z-index: 99; }
  .menu a {
    color: #fff; }
  .menu__primary {
    position: relative;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 25px;
    font-family: "DidotLTStd-Roman", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 12.5vw;
    color: #fff;
    margin-top: 100px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .menu__primary {
        padding-left: 5%;
        margin-top: 150px;
        font-size: 10vw; } }
    @media screen and (min-width: 1024px) {
      .menu__primary {
        height: 100%;
        width: 50%;
        padding-left: 100px;
        font-size: 6vw;
        margin: 0; } }
    .menu__primary ul li {
      line-height: 1.2;
      opacity: 0;
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      -webkit-transition: opacity 0.5s 0s ease, -webkit-transform 0s 0.5s;
      transition: opacity 0.5s 0s ease, -webkit-transform 0s 0.5s;
      transition: opacity 0.5s 0s ease, transform 0s 0.5s;
      transition: opacity 0.5s 0s ease, transform 0s 0.5s, -webkit-transform 0s 0.5s; }
      .menu__primary ul li a {
        display: inline-block;
        color: #fff;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-image: -webkit-linear-gradient(18deg, #555 0%, #555 50%, #fff 50%, #fff 100%);
        background-image: linear-gradient(72deg, #555 0%, #555 50%, #fff 50%, #fff 100%);
        background-size: 210%;
        background-position: 100%;
        -webkit-transition: all 1s 0s ease;
        transition: all 1s 0s ease; }
        .menu__primary ul li a:hover {
          background-position: 0;
          background-size: 240%;
          -webkit-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease; }
  .menu__secondary {
    position: relative;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 25px;
    color: #fff;
    margin-top: 30px;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
    -webkit-transition: opacity 0.5s 0s ease, -webkit-transform 0s 0.5s;
    transition: opacity 0.5s 0s ease, -webkit-transform 0s 0.5s;
    transition: opacity 0.5s 0s ease, transform 0s 0.5s;
    transition: opacity 0.5s 0s ease, transform 0s 0.5s, -webkit-transform 0s 0.5s; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .menu__secondary {
        padding-left: 5%; } }
    @media screen and (min-width: 1024px) {
      .menu__secondary {
        height: 100%;
        width: 50%;
        margin: 0;
        -webkit-transform: translateY(-30px);
                transform: translateY(-30px);
        -webkit-transition: opacity 0.5s 0s ease, -webkit-transform 0s 0.5s;
        transition: opacity 0.5s 0s ease, -webkit-transform 0s 0.5s;
        transition: opacity 0.5s 0s ease, transform 0s 0.5s;
        transition: opacity 0.5s 0s ease, transform 0s 0.5s, -webkit-transform 0s 0.5s; } }
    .menu__secondary h4 {
      font-family: "DidotLTStd-Italic", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-weight: 300;
      letter-spacing: 0.05em;
      margin-bottom: 10px; }
    .menu__secondary a {
      font-family: "DidotLTStd-Roman", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-size: 30px;
      display: block;
      font-weight: 300; }
      @media screen and (min-width: 768px) {
        .menu__secondary a {
          font-size: 3vw; } }
    .menu__secondary address {
      margin-top: 20px;
      margin-bottom: 0;
      font-size: 15px;
      line-height: 1.7; }
      @media screen and (min-width: 768px) {
        .menu__secondary address:first-child {
          margin-top: 0;
          margin-bottom: 20px; } }
      .menu__secondary address a {
        font-family: "AvenirNextLTPro-Demi", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        font-size: 15px;
        line-height: 1.7;
        margin-right: 1em;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    .menu__secondary .menu-container {
      width: 100%; }
      .menu__secondary .menu-container .details {
        margin-top: 40px; }
        @media screen and (min-width: 1024px) {
          .menu__secondary .menu-container .details__address {
            float: left;
            width: 50%;
            max-width: 300px; } }
        .menu__secondary .menu-container .details__social {
          margin-top: 40px; }
          @media screen and (min-width: 1024px) {
            .menu__secondary .menu-container .details__social {
              float: left;
              margin-top: 2px; } }
          .menu__secondary .menu-container .details__social h4 {
            font-family: "AvenirNextLTPro-Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
            font-size: 15px;
            margin-bottom: 4px; }
          .menu__secondary .menu-container .details__social li {
            margin-bottom: 4px; }
            .menu__secondary .menu-container .details__social li a {
              font-family: "AvenirNextLTPro-Demi", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
              display: inline-block;
              color: #fff;
              -webkit-text-fill-color: transparent;
              -webkit-background-clip: text;
              display: inline-block;
              color: #fff;
              -webkit-text-fill-color: transparent;
              -webkit-background-clip: text;
              background-image: -webkit-linear-gradient(18deg, #555 0%, #555 50%, #fff 50%, #fff 100%);
              background-image: linear-gradient(72deg, #555 0%, #555 50%, #fff 50%, #fff 100%);
              background-size: 210%;
              background-position: 100%;
              -webkit-transition: all 1s 0s ease;
              transition: all 1s 0s ease;
              font-size: 15px; }
              .menu__secondary .menu-container .details__social li a:hover {
                background-position: 0;
                background-size: 240%;
                -webkit-transition: all 0.5s 0s ease;
                transition: all 0.5s 0s ease; }

body.menu--is-active {
  overflow: hidden; }
  body.menu--is-active .menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 1s 0s ease;
    transition: all 1s 0s ease; }
    body.menu--is-active .menu__primary ul li {
      -webkit-transition: all 1s .5s ease;
      transition: all 1s .5s ease;
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      body.menu--is-active .menu__primary ul li:nth-child(2) {
        -webkit-transition-delay: 0.65s;
                transition-delay: 0.65s; }
      body.menu--is-active .menu__primary ul li:nth-child(3) {
        -webkit-transition-delay: 0.80s;
                transition-delay: 0.80s; }
      body.menu--is-active .menu__primary ul li:nth-child(4) {
        -webkit-transition-delay: 0.95s;
                transition-delay: 0.95s; }
    body.menu--is-active .menu__secondary {
      -webkit-transition: all 1s 1.25s ease;
      transition: all 1s 1.25s ease;
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      @media screen and (min-width: 1024px) {
        body.menu--is-active .menu__secondary {
          -webkit-transition: all 1s 0.75s ease;
          transition: all 1s 0.75s ease; } }
  body.menu--is-active .header__background {
    background-color: #000; }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  display: block;
  height: auto;
  width: 100%;
  margin: 0;
  background-color: #000;
  color: #fff; }
  @media screen and (min-width: 1024px) {
    .footer {
      margin: 0; }
      body.contact .footer {
        margin: 0; } }
  .footer a {
    color: #fff;
    margin-right: 1em;
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease; }
    .footer a:hover {
      color: #555; }
  .footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 25px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .footer-row {
        margin: 0 5%; } }
    @media screen and (min-width: 1024px) {
      .footer-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; } }
    @media screen and (min-width: 1024px) and (max-width: 1599px) {
      .footer-row {
        margin-left: 90px;
        margin-right: 90px; } }
    @media screen and (min-width: 1600px) {
      .footer-row {
        margin-left: auto;
        margin-right: auto; } }
  .footer__blocks {
    max-width: 1400px;
    padding: 50px 0 20px; }
    @media screen and (min-width: 1024px) and (max-width: 1599px) {
      .footer__blocks {
        padding: 100px 0 65px; } }
    @media screen and (min-width: 1600px) {
      .footer__blocks {
        padding: 100px 0 65px; } }
  .footer__contact {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 25px; }
    @media screen and (min-width: 1024px) {
      .footer__contact {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -webkit-box-flex: 3;
            -ms-flex-positive: 3;
                flex-grow: 3;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        margin-bottom: 0; } }
    .footer__contact a {
      font-family: "DidotLTStd-Roman", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-size: 30px;
      font-weight: 300; }
      @media screen and (min-width: 1024px) {
        .footer__contact a {
          font-size: 40px; } }
    .footer__contact h4 {
      font-family: "DidotLTStd-Italic", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-weight: 300;
      letter-spacing: 0.05em;
      margin-bottom: 10px; }
  .footer__address {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media screen and (min-width: 1024px) {
      .footer__address {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -webkit-box-flex: 1.5;
            -ms-flex-positive: 1.5;
                flex-grow: 1.5;
        -ms-flex-preferred-size: 0;
            flex-basis: 0; } }
    .footer__address address {
      font-size: 15px;
      margin-bottom: 20px; }
    .footer__address a {
      font-family: "AvenirNextLTPro-Demi", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .footer__menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .footer__menu.main {
      margin-bottom: 0; }
    @media screen and (min-width: 1024px) {
      .footer__menu {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        -webkit-box-flex: .75;
            -ms-flex-positive: .75;
                flex-grow: .75;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        margin-bottom: 0; } }
    .footer__menu a {
      font-family: "AvenirNextLTPro-Demi", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      display: inline-block;
      color: #fff;
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text;
      background-image: -webkit-linear-gradient(18deg, #555 0%, #555 50%, #fff 50%, #fff 100%);
      background-image: linear-gradient(72deg, #555 0%, #555 50%, #fff 50%, #fff 100%);
      background-size: 210%;
      background-position: 100%;
      -webkit-transition: all 1s 0s ease;
      transition: all 1s 0s ease; }
      .footer__menu a:hover {
        background-position: 0;
        background-size: 240%;
        -webkit-transition: all 0.5s 0s ease;
        transition: all 0.5s 0s ease; }
    .footer__menu li {
      margin-bottom: 18px; }
      @media screen and (min-width: 1024px) {
        .footer__menu li {
          margin-bottom: 8px; } }
  .footer__legal {
    max-width: 1400px;
    padding: 10px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media screen and (min-width: 1600px) {
      .footer__legal {
        padding: 30px 0; } }
    .footer__legal span {
      font-family: "AvenirNextLTPro-Demi", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      display: inline-block;
      color: #fff;
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text;
      background-image: -webkit-linear-gradient(18deg, #555 0%, #555 50%, #fff 50%, #fff 100%);
      background-image: linear-gradient(72deg, #555 0%, #555 50%, #fff 50%, #fff 100%);
      background-size: 210%;
      background-position: 100%;
      -webkit-transition: all 1s 0s ease;
      transition: all 1s 0s ease;
      cursor: pointer; }
      .footer__legal span:hover {
        background-position: 0;
        background-size: 240%;
        -webkit-transition: all 0.5s 0s ease;
        transition: all 0.5s 0s ease; }
    .footer__legal p {
      font-size: 13px; }

/* ==========================================================================
   Home
   ========================================================================== */
.hero {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  text-align: center; }
  body.home .hero {
    height: 60vh;
    width: 100%;
    top: 55px;
    background-color: #000; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home .hero {
        height: 50vh;
        width: 100%;
        top: 90px; } }
    @media screen and (min-width: 1024px) {
      body.home .hero {
        background-color: transparent;
        -webkit-transition: all 1s .5s ease;
        transition: all 1s .5s ease;
        top: 0; } }
  body.home.show-hero .hero {
    background-color: #000;
    -webkit-transition: all 0.75s 0.25s ease;
    transition: all 0.75s 0.25s ease; }
  @media screen and (min-width: 1024px) {
    .hero {
      position: fixed;
      height: 100vh;
      width: 100%;
      visibility: hidden;
      -webkit-transition: height 1s 0.5s ease, visibility 0s 1.5s;
      transition: height 1s 0.5s ease, visibility 0s 1.5s;
      padding: 0; }
      body.home .hero {
        height: 100vh;
        width: 100%;
        padding: 0; } }
  html.no-js .hero {
    position: relative;
    opacity: 1;
    visibility: visible; }
  body.show-hero .hero {
    visibility: visible;
    -webkit-transition: height 1s 0.5s ease, visibility 0s 0s;
    transition: height 1s 0.5s ease, visibility 0s 0s; }
  .hero__background, .hero__background.b-loaded {
    position: relative;
    height: 50vh;
    width: 100%;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 1s 0.5s ease;
    transition: all 1s 0.5s ease; }
    @media screen and (min-width: 1024px) {
      .hero__background, .hero__background.b-loaded {
        position: absolute;
        height: 100vh;
        width: 100%;
        opacity: 0;
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
        padding-bottom: 0; }
        body.show-hero .hero__background, body.show-hero .hero__background.b-loaded {
          opacity: 1;
          -webkit-transform: scale(1);
                  transform: scale(1); }
          body.show-hero .hero__background.b-loaded, body.show-hero .hero__background.b-loaded.b-loaded {
            opacity: 1;
            -webkit-transform: scale(1);
                    transform: scale(1); } }
  .hero__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    width: 100%;
    z-index: 10;
    -webkit-transition: all 1s 0.75s ease;
    transition: all 1s 0.75s ease;
    padding: 55px 5% 0; }
    body.home .hero__content {
      opacity: 0; }
    @media screen and (min-width: 1024px) {
      .hero__content {
        position: absolute;
        height: 100vh;
        width: 100%;
        padding: 0; }
        body.home .hero__content {
          opacity: 1; } }
  .hero__details {
    margin: auto;
    text-align: center;
    color: #000; }
    body.single-post .hero__details {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .hero__details {
        margin: auto;
        color: #fff;
        cursor: pointer; }
        body.home .hero__details {
          opacity: 0;
          -webkit-transform: translateY(-60px);
                  transform: translateY(-60px);
          -webkit-transition: all 0.75s 0s ease;
          transition: all 0.75s 0s ease; }
        body.home.show-hero .hero__details {
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0);
          -webkit-transition: all 1s 1.25s ease;
          transition: all 1s 1.25s ease; } }
    .hero__details svg {
      width: 26vw;
      fill: #fff; }
    .hero__details h1 {
      margin: 0 0 1.5vw;
      font-family: "DidotLTStd-Roman", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-weight: 300;
      font-size: 10vw;
      line-height: 1.2;
      letter-spacing: -0.03em;
      -webkit-font-variant-ligatures: common-ligatures;
              font-variant-ligatures: common-ligatures;
      -webkit-font-feature-settings: "kern", "liga", "clig";
              font-feature-settings: "kern", "liga", "clig"; }
      .hero__details h1.descender {
        margin: 0 0 3vw; }
      .hero__details h1 span {
        font-family: "DidotLTStd-Italic", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        display: block; }
      body.studio .hero__details h1,
      body.single-post .hero__details h1 {
        font-size: 8vw; }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          body.studio .hero__details h1,
          body.single-post .hero__details h1 {
            font-size: 7vw; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .hero__details h1 {
          font-size: 7vw; } }
      @media screen and (min-width: 1024px) {
        .hero__details h1 {
          font-size: 8.5vw;
          -webkit-transition: all 0.75s 0s ease;
          transition: all 0.75s 0s ease;
          opacity: 0;
          -webkit-transform: translateY(-60px);
                  transform: translateY(-60px); }
          body.show-hero .hero__details h1 {
            opacity: 1;
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            -webkit-transition: all 1s 1.25s ease;
            transition: all 1s 1.25s ease; }
          body.studio .hero__details h1,
          body.single-post .hero__details h1 {
            font-size: 5vw; } }
    .hero__details span.byline {
      display: block;
      font-family: "AvenirNextLTPro-Demi", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
      @media screen and (min-width: 1024px) {
        .hero__details span.byline {
          -webkit-transition: all 0.75s 0.15s ease;
          transition: all 0.75s 0.15s ease;
          opacity: 0;
          -webkit-transform: translateY(-60px);
                  transform: translateY(-60px); } }
      @media screen and (min-width: 1024px) {
        body.show-hero .hero__details span.byline {
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0);
          -webkit-transition: all 1s 1s ease;
          transition: all 1s 1s ease; } }
    .hero__details ul {
      margin: 0 40px 25px; }
      @media screen and (min-width: 1024px) {
        .hero__details ul {
          margin: 0 0 40px;
          -webkit-transition: all 0.5s 0.25s ease;
          transition: all 0.5s 0.25s ease;
          opacity: 0;
          -webkit-transform: translateY(-60px);
                  transform: translateY(-60px); }
          body.show-hero .hero__details ul {
            opacity: 1;
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            -webkit-transition: all 0.75s 1s ease;
            transition: all 0.75s 1s ease; } }
      .hero__details ul li {
        display: inline;
        list-style-type: none;
        font-family: "AvenirNextLTPro-Demi", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        font-weight: 300;
        font-size: 13px;
        line-height: 1.3;
        letter-spacing: 0.02em; }
        .hero__details ul li::after {
          content: '/';
          margin: 0 2px 0 4px;
          font-family: "AvenirNextLTPro-Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
          @media screen and (min-width: 1024px) {
            .hero__details ul li::after {
              margin: 0 3px 0 6px; } }
        .hero__details ul li.noslash::after, .hero__details ul li:last-child::after {
          content: '';
          margin: 0; }
        @media screen and (min-width: 1024px) {
          .hero__details ul li {
            font-size: 16px; } }
  .hero__next {
    display: none; }
    @media screen and (min-width: 1024px) {
      .hero__next {
        display: block;
        -webkit-transition: all 0.65s 0s ease;
        transition: all 0.65s 0s ease;
        opacity: 0;
        -webkit-transform: translateY(60px);
                transform: translateY(60px); }
        body.show-hero .hero__next {
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0);
          -webkit-transition: all 1s 1.5s ease;
          transition: all 1s 1.5s ease;
          z-index: 9999;
          cursor: pointer; } }
    .hero__next .next__text {
      color: #fff; }

/* ==========================================================================
   Setup
   ========================================================================== */
#setup,
#client {
  color: #000;
  font-size: 52px; }
  @media screen and (min-width: 1024px) {
    #setup,
    #client {
      -webkit-transition: all 1s 0.5s ease;
      transition: all 1s 0.5s ease; } }
  body.single-post #setup, body.single-post
  #client {
    color: #fff; }
  #setup .layout__item h4,
  #client .layout__item h4 {
    font-family: "DidotLTStd-Roman", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
    margin-top: 20px; }
  #setup .layout__item p,
  #client .layout__item p {
    font-family: "DidotLTStd-Roman", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 300;
    font-size: 21px;
    letter-spacing: normal;
    -webkit-font-variant-ligatures: common-ligatures;
            font-variant-ligatures: common-ligatures;
    -webkit-font-feature-settings: "kern", "liga", "clig";
            font-feature-settings: "kern", "liga", "clig"; }
    @media screen and (min-width: 1024px) {
      #setup .layout__item p,
      #client .layout__item p {
        font-size: 32px;
        padding: 0; } }
    #setup .layout__item p:last-of-type,
    #client .layout__item p:last-of-type {
      margin-bottom: 0; }
  #setup .layout__item .setup__columns,
  #client .layout__item .setup__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 900px;
    margin: 30px auto 0;
    font-family: "AvenirNextLTPro-Demi", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 15px;
    line-height: 1.7; }
    body.single-project #setup .layout__item .setup__columns, body.single-project
    #client .layout__item .setup__columns {
      margin: 0 auto; }
    @media screen and (min-width: 1024px) {
      #setup .layout__item .setup__columns,
      #client .layout__item .setup__columns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        body.single-project #setup .layout__item .setup__columns, body.single-project
        #client .layout__item .setup__columns {
          margin: 30px auto 0; } }
    #setup .layout__item .setup__columns div,
    #client .layout__item .setup__columns div {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-preferred-size: 0;
          flex-basis: 0; }
  body.resizing #setup, body.resizing
  #client {
    -webkit-transition: all .5s 0s ease;
    transition: all .5s 0s ease; }
  #setup .layout-spacer,
  #client .layout-spacer {
    height: 0; }

#client {
  padding-top: 0; }
  #client .layout__item p:last-of-type {
    margin-bottom: 20px; }

/* ==========================================================================
   Grid
   ========================================================================== */
.wrapper {
  margin: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  body.contact .wrapper {
    padding-bottom: 0;
    padding-top: 55px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.contact .wrapper {
        padding-top: 90px; } }
  @media screen and (min-width: 1024px) {
    .wrapper {
      padding-bottom: 100px;
      padding-top: 0; }
      body.contact .wrapper {
        padding-bottom: 0;
        padding-top: 0; }
      body.home .wrapper,
      body.single .wrapper {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition: all 1s 0.75s ease;
        transition: all 1s 0.75s ease; }
      body.studio .wrapper {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition: all 1s 0.75s ease;
        transition: all 1s 0.75s ease;
        padding-bottom: 0; }
      body.home.show-hero .wrapper,
      body.single.show-hero .wrapper,
      body.studio.show-hero .wrapper {
        -webkit-transform: translateY(100vh);
                transform: translateY(100vh);
        -webkit-transition: all 1s 0s ease;
        transition: all 1s 0s ease; } }
  body.home .wrapper {
    padding-top: 55px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.home .wrapper {
        padding-top: 90px; } }
    @media screen and (min-width: 1024px) {
      body.home .wrapper {
        padding-top: 0; } }
  body.work .wrapper,
  body.latest .wrapper {
    padding-top: 55px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body.work .wrapper,
      body.latest .wrapper {
        padding-top: 90px; } }
    @media screen and (min-width: 1024px) {
      body.work .wrapper,
      body.latest .wrapper {
        padding-top: 150px; } }
  body.latest .wrapper,
  body.single-post .wrapper,
  body.studio .wrapper {
    border-bottom: 1px solid #333; }

.layout {
  display: block;
  position: relative;
  box-sizing: border-box;
  overflow: hidden; }
  .layout .layout__item {
    text-align: center; }

.layout-thumbs {
  max-width: 1420px; }
  .layout-thumbs::after {
    clear: both;
    content: "";
    display: block; }
  .layout-thumbs.layout-thumbs-top {
    margin-top: 10px; }
  .layout-thumbs.layout-thumbs-bottom {
    margin-bottom: 0; }
  .layout-thumbs.layout-thumbs-both {
    margin-top: 10px;
    margin-bottom: 0; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .layout-thumbs {
      width: calc(90% + 20px);
      margin-left: auto;
      margin-right: auto; }
      body.home .layout-thumbs {
        margin-bottom: calc(5% - 10px); }
      .layout-thumbs.layout-thumbs-top {
        margin-top: 5%; }
      .layout-thumbs.layout-thumbs-bottom {
        margin-bottom: calc(5% - 10px); } }
  @media screen and (min-width: 1024px) and (max-width: 1599px) {
    .layout-thumbs {
      margin: 0 90px; }
      .layout-thumbs.layout-thumbs-top {
        margin-top: 20vh; }
      .layout-thumbs.layout-thumbs-bottom {
        margin-bottom: 20vh; }
      .layout-thumbs.layout-thumbs-both {
        margin-top: 20vh;
        margin-bottom: 20vh; } }
  @media screen and (min-width: 1600px) {
    .layout-thumbs {
      margin: 0 auto; }
      .layout-thumbs.layout-thumbs-top {
        margin-top: 20vh; }
      .layout-thumbs.layout-thumbs-bottom {
        margin-bottom: 20vh; }
      .layout-thumbs.layout-thumbs-both {
        margin-top: 20vh;
        margin-bottom: 20vh; } }
  body.home .layout-thumbs {
    margin-top: 10px; }

#work.layout-thumbs {
  margin-top: 10px;
  margin-bottom: calc(5% - 10px); }

.layout-background {
  position: relative;
  height: auto;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f5f5f5;
  padding-bottom: 66.66666%; }
  @media screen and (min-width: 1024px) {
    .layout-background {
      margin-bottom: 0;
      -webkit-transition: opacity 1s 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: opacity 1s 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); } }

.layout-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  width: 100%;
  padding: 10% 0 15%; }
  .layout-text.layout-results {
    padding: 10% 0 0; }
  .layout-text.layout-white {
    color: #fff; }
  .layout-text.layout-black {
    color: #000; }
  @media screen and (min-width: 1024px) {
    .layout-text {
      height: 100vh;
      width: 100%;
      padding: 0; }
      .layout-text.layout-results {
        padding: 0; } }
  .layout-text .layout__item {
    margin: auto; }
    body.single-project .layout-text .layout__item {
      width: 100%;
      max-width: 960px; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        body.single-project .layout-text .layout__item {
          width: 76%; } }
    .layout-text .layout__item h1 {
      margin: 0 0 12px;
      font-family: "DidotLTStd-Roman", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-weight: 300;
      font-size: 8vw;
      line-height: 1; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .layout-text .layout__item h1 {
          font-size: 7vw; } }
      @media screen and (min-width: 1024px) {
        .layout-text .layout__item h1 {
          font-size: 5vw; } }
      .layout-text .layout__item h1 span {
        font-family: "DidotLTStd-Italic", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
    .layout-text .layout__item h2 {
      font-family: "DidotLTStd-Italic", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-weight: 300;
      font-size: 13px;
      margin-bottom: 5px; }
      @media screen and (min-width: 1024px) {
        .layout-text .layout__item h2 {
          font-size: 20px; } }
      .layout-text .layout__item h2.home-setup {
        margin-bottom: 25px; }
    .layout-text .layout__item p {
      margin: 10px 30px 20px;
      font-family: "DidotLTStd-Roman", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-weight: 300;
      font-size: 21px;
      line-height: 1.3;
      letter-spacing: normal; }
      @media screen and (min-width: 1024px) {
        .layout-text .layout__item p {
          margin: 10px 17% 40px; } }
      body.single-project .layout-text .layout__item p {
        font-weight: 300;
        font-size: 21px; }
        @media screen and (min-width: 1024px) {
          body.single-project .layout-text .layout__item p {
            font-size: 32px;
            margin: 0; } }
      @media screen and (min-width: 1024px) {
        .layout-text .layout__item p {
          font-size: 32px; } }

body.home .layout-text {
  padding: 0; }
  body.home .layout-text .layout__item {
    padding: 21% 0 0; }
    @media screen and (min-width: 1024px) {
      body.home .layout-text .layout__item {
        padding: 0; } }

.layout-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 100%;
  padding-bottom: 67.5%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media screen and (min-width: 1024px) {
    .layout-full {
      height: 100vh;
      width: 100%;
      -webkit-transition: all 2s ease;
      transition: all 2s ease; }
      .layout-full.reveal {
        opacity: 1; } }

.layout__view-website {
  position: relative;
  height: auto;
  width: 100%;
  text-align: center;
  margin-bottom: 15%; }
  @media screen and (min-width: 1024px) {
    .layout__view-website {
      position: absolute;
      top: 60px;
      margin-bottom: 0; } }
  .layout__view-website a {
    font-family: "DidotLTStd-Roman", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: -0.03em; }
    @media screen and (min-width: 1024px) {
      .layout__view-website a {
        font-size: 40px;
        display: inline-block;
        color: #000;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-image: -webkit-linear-gradient(18deg, #777777 0%, #777777 50%, #000 50%, #000 100%);
        background-image: linear-gradient(72deg, #777777 0%, #777777 50%, #000 50%, #000 100%);
        background-size: 210%;
        background-position: 100%;
        -webkit-transition: all 1s 0s ease;
        transition: all 1s 0s ease; }
        .layout__view-website a:hover {
          background-position: 0;
          background-size: 240%;
          -webkit-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease; } }

.layout__next {
  position: relative;
  height: auto;
  width: 100%;
  text-align: center;
  margin-top: 15%; }
  @media screen and (min-width: 1024px) {
    .layout__next {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      margin-top: 0; } }
  .layout__next .next__text {
    font-family: "DidotLTStd-Italic", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 4px; }
    @media screen and (min-width: 1024px) {
      .layout__next .next__text {
        font-size: 17px; } }
  .layout__next .next__line {
    height: 30px;
    width: 100%;
    text-align: center;
    margin-bottom: 0; }
    @media screen and (min-width: 1024px) {
      .layout__next .next__line {
        height: 60px;
        width: 100%; } }
    .layout__next .next__line-bg {
      display: block;
      margin: 0 auto;
      height: 30px;
      width: 1px;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      body.single-post .layout__next .next__line-bg {
        background-color: rgba(255, 255, 255, 0.4); }
      @media screen and (min-width: 1024px) {
        .layout__next .next__line-bg {
          height: 60px; } }
  .layout__next.hero__next .next__line-bg {
    background-color: rgba(255, 255, 255, 0.5); }

.layout-contact {
  padding: 0 10px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1400px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .layout-contact {
      padding: 0 5% 50px; } }
  @media screen and (min-width: 1024px) {
    .layout-contact {
      padding: 150px 10px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  @media screen and (min-width: 1024px) and (max-width: 1599px) {
    .layout-contact {
      margin: 0 90px; } }
  @media screen and (min-width: 1600px) {
    .layout-contact {
      margin: 0 auto; } }
  .layout-contact .layout__item:first-child {
    text-align: left !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0; }
    @media screen and (min-width: 1024px) {
      .layout-contact .layout__item:first-child {
        min-width: 345px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin: 0; } }
    .layout-contact .layout__item:first-child h1,
    .layout-contact .layout__item:first-child h2 {
      font-family: "DidotLTStd-Italic", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-size: 8vw;
      margin-top: 40px;
      margin-bottom: 15px; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .layout-contact .layout__item:first-child h1,
        .layout-contact .layout__item:first-child h2 {
          font-size: 5vw; } }
      @media screen and (min-width: 1024px) {
        .layout-contact .layout__item:first-child h1,
        .layout-contact .layout__item:first-child h2 {
          font-size: 2.5vw; } }
    .layout-contact .layout__item:first-child h3 {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .layout-contact .layout__item:first-child address {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 15px;
      margin-bottom: 20px; }
    .layout-contact .layout__item:first-child p {
      margin-bottom: 35px; }
    .layout-contact .layout__item:first-child a {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-bottom: 16px;
      font-family: "AvenirNextLTPro-Demi", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .layout-contact .layout__item:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: right;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media screen and (min-width: 1024px) {
      .layout-contact .layout__item:last-child {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }

#contact-info,
#contact-offices {
  padding-left: 15px; }
  @media screen and (min-width: 768px) {
    #contact-info,
    #contact-offices {
      padding-left: 0; } }

/* ==========================================================================
   Burger & Fries
   ========================================================================== */
.burger {
  -webkit-transition: 0.1s -webkit-transform linear;
  transition: 0.1s -webkit-transform linear;
  transition: 0.1s transform linear;
  transition: 0.1s transform linear, 0.1s -webkit-transform linear;
  position: relative;
  background: 0;
  float: left;
  margin: 14px 10px;
  height: 16px;
  width: 24px;
  z-index: 1;
  outline: 0;
  padding: 0;
  border: 0; }

.bar, .bar::before, .bar::after {
  -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear, 0.2s -webkit-transform linear;
  position: absolute;
  background: #000;
  margin: auto;
  width: 100%;
  height: 2px;
  content: '';
  top: 50%;
  left: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body.show-hero .bar,
  body.latest .bar,
  body.single-post .bar,
  body.contact .bar,
  body.logo-white .bar, body.show-hero .bar::before,
  body.latest .bar::before,
  body.single-post .bar::before,
  body.contact .bar::before,
  body.logo-white .bar::before, body.show-hero .bar::after,
  body.latest .bar::after,
  body.single-post .bar::after,
  body.contact .bar::after,
  body.logo-white .bar::after {
    background: #fff;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }

.bar {
  margin-top: 0; }

.bar::before {
  top: -7px; }

.bar::after {
  top: 7px; }

.bar::before, .bar::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

.is-active .bar {
  background: transparent !important; }
  .is-active .bar::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .is-active .bar::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .is-active .bar::before, .is-active .bar::after {
    top: 0;
    background: #fff; }
  .is-active .bar, .is-active .bar::before, .is-active .bar::after {
    -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s;
    transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s;
    transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
    transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s, 0.2s -webkit-transform linear 0.2s; }

/* ==========================================================================
   Thumbs
   ========================================================================== */
.thumb {
  overflow: hidden; }
  body.latest .thumb,
  body.single-post .thumb {
    background-color: #222; }
  .thumb .thumb-overlay {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .thumb .thumb-overlay div {
      margin: auto;
      text-align: center; }
  .thumb h3 {
    font-family: "DidotLTStd-Roman", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 8vw;
    font-weight: 300;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.2;
    letter-spacing: -0.03em; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .thumb h3 {
        font-size: 5vw; } }
    @media screen and (min-width: 1024px) {
      .thumb h3 {
        font-size: 2.5vw; } }
  .thumb span.byline {
    display: block;
    font-family: "AvenirNextLTPro-Demi", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 15px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 10px; }
  @media screen and (min-width: 1024px) {
    .thumb a:hover {
      -webkit-animation-fill-mode: none;
              animation-fill-mode: none; }
      .thumb a:hover .thumb-overlay {
        opacity: 1; } }
  .thumb.thumb-lg {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px; }
    @media screen and (min-width: 1024px) {
      .thumb.thumb-lg h3 {
        font-size: 5vw; } }
  .thumb.thumb-sm {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px; }
    @media screen and (min-width: 1024px) {
      .thumb.thumb-sm {
        width: calc(50% - 15px);
        float: left;
        margin-left: 10px; } }
  .thumb.animate-go {
    opacity: 0;
    -webkit-transition: opacity 1s ease, -webkit-transform 1.5s ease;
    transition: opacity 1s ease, -webkit-transform 1.5s ease;
    transition: opacity 1s ease, transform 1.5s ease;
    transition: opacity 1s ease, transform 1.5s ease, -webkit-transform 1.5s ease; }
    .thumb.animate-go img {
      -webkit-transition: opacity 1s ease, -webkit-transform 1.5s ease;
      transition: opacity 1s ease, -webkit-transform 1.5s ease;
      transition: opacity 1s ease, transform 1.5s ease;
      transition: opacity 1s ease, transform 1.5s ease, -webkit-transform 1.5s ease; }
    .thumb.animate-go.animated {
      opacity: 1; }
  .thumb.thumb-sm.thumb-delayed.animate-go.animated {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; }
  .thumb.thumb-more svg {
    display: block;
    height: auto;
    max-width: 100%; }
    .thumb.thumb-more svg rect {
      width: 692px;
      height: 390px; }
  .thumb.thumb-more .thumb-overlay {
    opacity: 1;
    background-color: transparent;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
  .thumb.thumb-more a:hover .thumb-overlay {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #333; }

body.single-project .thumb.thumb-sm,
body.single-post .thumb.thumb-sm {
  width: calc(50% - 15px);
  float: left;
  margin-left: 10px; }

body.single-project #work .thumb.thumb-sm,
body.single-post #work .thumb.thumb-sm {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px; }
  @media screen and (min-width: 768px) {
    body.single-project #work .thumb.thumb-sm,
    body.single-post #work .thumb.thumb-sm {
      width: calc(50% - 15px);
      float: left;
      margin-left: 10px; } }

.animate-go {
  opacity: 0;
  -webkit-transition: opacity 1s 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 1s 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .animate-go img {
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease; }
  .animate-go.animated {
    opacity: 1; }
    .animate-go.animated:nth-child(3n) {
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s; }

/* ==========================================================================
   Fader
   ========================================================================== */
#status {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999999;
  visibility: visible;
  -webkit-transition: visibility 0s 2.5s;
  transition: visibility 0s 2.5s; }
  body.loaded #status {
    visibility: hidden; }
  body.home.loaded #status {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0s 2.5s, visibility 0s 3.5s;
    transition: opacity 0s 2.5s, visibility 0s 3.5s; }
  body.home.loaded.out-black #status {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0s, visibility 0s;
    transition: opacity 0s, visibility 0s; }
  #status #fader {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 1;
    visibility: visible;
    z-index: 1; }
    body.loaded #status #fader {
      -webkit-transition: opacity 0.5s 2.15s, visibility 0s 2.5s;
      transition: opacity 0.5s 2.15s, visibility 0s 2.5s;
      opacity: 0;
      visibility: hidden; }
    body.home.loaded #status #fader {
      -webkit-transition: opacity 1.5s 2s, visibility 0s 3.5s;
      transition: opacity 1.5s 2s, visibility 0s 3.5s;
      opacity: 0;
      visibility: hidden; }
    body.out-black #status #fader,
    body.home.loaded.out-black #status #fader {
      background-color: #000;
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 0.75s, visibility 0s;
      transition: opacity 0.75s, visibility 0s; }
    body.out-white #status #fader {
      background-color: #fff;
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 0.75s, visibility 0s;
      transition: opacity 0.75s, visibility 0s; }

#preloader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99; }
  #preloader .preloader-svg {
    margin: auto; }
  body.loaded #preloader {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s 1.75s, visibility 0s 2.25s;
    transition: opacity 0.5s 1.75s, visibility 0s 2.25s; }
  body.home.loaded #preloader {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0s 2.5s, visibility 0s 2.5s;
    transition: opacity 0s 2.5s, visibility 0s 2.5s; }

svg.preloader {
  width: 150px; }
  @media screen and (min-width: 1024px) {
    svg.preloader {
      width: 150px; } }
  body.home svg.preloader {
    width: 150px; }
    @media screen and (min-width: 1024px) {
      body.home svg.preloader {
        width: 26vw; } }

#A {
  stroke-dasharray: 180;
  stroke-dashoffset: 180; }

#Ll {
  stroke-dasharray: 174;
  stroke-dashoffset: 174; }

#Lr {
  stroke-dasharray: 174;
  stroke-dashoffset: 174; }

#I {
  stroke-dasharray: 104;
  stroke-dashoffset: 104; }

#Idot {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 0; }

#S1 {
  stroke-dasharray: 31;
  stroke-dashoffset: 31; }

#S2 {
  stroke-dasharray: 147;
  stroke-dashoffset: 147; }

#S3 {
  stroke-dasharray: 34;
  stroke-dashoffset: 34; }

body.loaded #A {
  -webkit-animation: dash 0.2s linear forwards;
          animation: dash 0.2s linear forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }

body.loaded #Ll {
  -webkit-animation: dash 0.2s linear forwards;
          animation: dash 0.2s linear forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

body.loaded #Lr {
  -webkit-animation: dash 0.2s linear forwards;
          animation: dash 0.2s linear forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }

body.loaded #I {
  -webkit-animation: dash 0.2s linear forwards;
          animation: dash 0.2s linear forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; }

body.loaded #Idot {
  opacity: 1;
  -webkit-transition: all .2s 0.8s ease;
  transition: all .2s 0.8s ease; }

body.loaded #S1 {
  -webkit-animation: dash 0.2s linear forwards;
          animation: dash 0.2s linear forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s; }

body.loaded #S2 {
  -webkit-animation: dash 0.2s linear forwards;
          animation: dash 0.2s linear forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s; }

body.loaded #S3 {
  -webkit-animation: dash 0.2s linear forwards;
          animation: dash 0.2s linear forwards;
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s; }

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

/* ==========================================================================
   Button
   ========================================================================== */
.button {
  padding: 14px 65px;
  color: #fff;
  background-color: #000;
  margin-bottom: 30px;
  font-family: "AvenirNextLTPro-Demi", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  @media screen and (min-width: 1024px) {
    .button {
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
      .button:hover {
        background-color: #444;
        margin-bottom: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; } }

/* ==========================================================================
   Slideshow
   ========================================================================== */
.fw-slideshow,
.fw-slideshow:after {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  padding-bottom: 66.66666%; }
  body.home .fw-slideshow, body.home
  .fw-slideshow:after {
    height: 60vh;
    width: 100%;
    padding: 0; }
  @media screen and (min-width: 1024px) {
    .fw-slideshow,
    .fw-slideshow:after {
      height: 100vh;
      width: 100%;
      padding: 0; }
      body.home .fw-slideshow, body.home
      .fw-slideshow:after {
        height: 100vh;
        width: 100%;
        opacity: 0;
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-transition: all 1s 0.5s ease;
        transition: all 1s 0.5s ease;
        -webkit-transition: opacity 1s 0.5s ease, visibility 0s 1.5s, -webkit-transform 1s 0.5s ease;
        transition: opacity 1s 0.5s ease, visibility 0s 1.5s, -webkit-transform 1s 0.5s ease;
        transition: opacity 1s 0.5s ease, transform 1s 0.5s ease, visibility 0s 1.5s;
        transition: opacity 1s 0.5s ease, transform 1s 0.5s ease, visibility 0s 1.5s, -webkit-transform 1s 0.5s ease; }
      body.home.show-hero .fw-slideshow, body.home.show-hero
      .fw-slideshow:after {
        visibility: visible;
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
        -webkit-transition: opacity 1s 0.5s ease, visibility 0s 0s, -webkit-transform 1s 0.5s ease;
        transition: opacity 1s 0.5s ease, visibility 0s 0s, -webkit-transform 1s 0.5s ease;
        transition: opacity 1s 0.5s ease, transform 1s 0.5s ease, visibility 0s 0s;
        transition: opacity 1s 0.5s ease, transform 1s 0.5s ease, visibility 0s 0s, -webkit-transform 1s 0.5s ease; } }

.fw-slideshow:after {
  content: ''; }

.fw-slideshow li span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0; }

/* ==========================================================================
   Carousel
   ========================================================================== */
.carousel-holder {
  width: 100%;
  background-color: #f5f5f5; }

.carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease; }
  @media screen and (min-width: 1024px) and (max-width: 1599px) {
    .carousel {
      max-width: 1400px;
      height: 120vh;
      width: auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 0 100px; } }
  @media screen and (min-width: 1600px) {
    .carousel {
      max-width: 1400px;
      height: 120vh;
      width: auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 0 auto; } }

.carousel__info {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 15% 25px 5%; }
  .carousel__info .carousel__count,
  .carousel__info .carousel__nav {
    display: none; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .carousel__info {
      padding: 15% 5% 5%; } }
  @media screen and (min-width: 1024px) {
    .carousel__info {
      width: 25%;
      min-width: 350px;
      padding: 0 5% 0 0; }
      .carousel__info .carousel__count,
      .carousel__info .carousel__nav {
        display: block; } }

.carousel__count {
  font-family: "DidotLTStd-Italic", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  margin-bottom: 20px;
  font-size: 17px; }

.carousel__text h4 {
  font-family: "AvenirNextLTPro-Demi", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.carousel__text p {
  font-family: "AvenirNextLTPro-Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.carousel__image {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0 0 0 auto;
  cursor: pointer;
  margin: 0 10px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .carousel__image {
      margin: 0 5%; } }
  .carousel__image.carousel-disabled {
    cursor: default;
    margin-bottom: 15%; }
  .carousel__image-holder {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .carousel__image .carousel__nav {
    margin: 0;
    padding: 25px 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f5f5f5; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .carousel__image .carousel__nav {
        padding: 25px 0 20px; } }
    .carousel__image .carousel__nav .carousel__btn-next {
      margin: 0; }
    .carousel__image .carousel__nav .carousel__count {
      margin: 0; }
  @media screen and (min-width: 1024px) {
    .carousel__image {
      padding: 0;
      margin: 0; }
      .carousel__image .carousel__nav {
        display: none; }
      .carousel__image.carousel-disabled {
        cursor: default;
        margin-bottom: 0; } }
  .carousel__image img {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .carousel__image img.transitioning {
      opacity: 0;
      -webkit-transition: all 0s ease;
      transition: all 0s ease; }

.carousel__nav {
  margin-top: 35px; }
  .carousel__nav .carousel__btn-prev {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .carousel__nav .carousel__btn-prev svg {
      height: 14px;
      width: 30px; }
  .carousel__nav .carousel__btn-next {
    margin-left: 25px;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .carousel__nav .carousel__btn-next svg {
      height: 14px;
      width: 30px; }

#interactive-carousel .carousel__image {
  background-color: #e7e7e7;
  max-width: 1000px; }

/* ==========================================================================
   Video Player
   ========================================================================== */
#film {
  background-color: #000; }
  @media screen and (min-width: 1024px) {
    #film {
      height: 120vh;
      width: 100%; }
      #film.film-image-only {
        height: 120vh;
        width: 100%; } }

.film-container {
  max-width: 1400px;
  padding: 30% 10px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .film-container {
      padding: 30% 5%; } }
  @media screen and (min-width: 1024px) and (max-width: 1599px) {
    .film-container {
      position: relative;
      top: 50%;
      -webkit-transform: perspective(1px) translateY(-50%);
              transform: perspective(1px) translateY(-50%);
      margin: 0 100px;
      padding: 0; } }
  @media screen and (min-width: 1600px) {
    .film-container {
      position: relative;
      top: 50%;
      -webkit-transform: perspective(1px) translateY(-50%);
              transform: perspective(1px) translateY(-50%);
      margin: 0 auto;
      padding: 0; } }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

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

.video-cover {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 99;
  background-color: #222;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
  -webkit-transition: opacity 1s ease, visibility 0s 0s, -webkit-transform 1.75s;
  transition: opacity 1s ease, visibility 0s 0s, -webkit-transform 1.75s;
  transition: opacity 1s ease, transform 1.75s, visibility 0s 0s;
  transition: opacity 1s ease, transform 1.75s, visibility 0s 0s, -webkit-transform 1.75s;
  overflow: hidden;
  cursor: pointer; }
  @media screen and (min-width: 1024px) {
    .video-cover {
      opacity: 0; } }
  .video-cover .play {
    height: 85px;
    width: 85px;
    position: relative;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    @media screen and (min-width: 1024px) {
      .video-cover .play {
        height: 115px;
        width: 115px;
        opacity: 0; } }
    .video-cover .play:before {
      position: absolute;
      top: 50%;
      height: 0;
      width: 0;
      content: '';
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      border-style: solid;
      left: calc(50% + 3px);
      border-width: 13px 0 13px 22px;
      border-color: transparent transparent transparent #fff; }
  .video-cover.animated {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0); }
    .video-cover.animated .play {
      -webkit-transition: all 1s 0.75s ease-out;
      transition: all 1s 0.75s ease-out;
      opacity: 1; }
  .video-cover.hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1s ease, visibility 0s 1.75s, -webkit-transform 1.75s;
    transition: opacity 1s ease, visibility 0s 1.75s, -webkit-transform 1.75s;
    transition: opacity 1s ease, transform 1.75s, visibility 0s 1.75s;
    transition: opacity 1s ease, transform 1.75s, visibility 0s 1.75s, -webkit-transform 1.75s;
    -webkit-transform: scale(1);
            transform: scale(1); }
    .video-cover.hidden .play {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      opacity: 0; }

#film.film-image-only .film-container {
  padding: 0; }

#film.film-image-only .video-cover {
  display: block;
  opacity: 1;
  cursor: default; }
  @media screen and (min-width: 1024px) {
    #film.film-image-only .video-cover {
      opacity: 0; }
      #film.film-image-only .video-cover.animated {
        opacity: 1; } }

.video-control {
  position: relative;
  min-width: 200px;
  margin: 0 auto;
  width: 100%; }

#video-player {
  position: absolute;
  top: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  @media screen and (min-width: 1024px) {
    #video-player {
      opacity: 0; }
      #video-player.playing {
        opacity: 1; } }

#interactive-video {
  width: 100%;
  background-color: #000; }

.interactive-capture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1400px;
  padding: 42% 10px; }
  .interactive-capture svg {
    z-index: 10; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .interactive-capture {
      padding: 42% 5%; } }
  @media screen and (min-width: 1024px) and (max-width: 1599px) {
    .interactive-capture {
      margin: 0 100px;
      height: 120vh;
      padding: 0; } }
  @media screen and (min-width: 1600px) {
    .interactive-capture {
      margin: 0 auto;
      height: 120vh;
      padding: 0; } }
  .interactive-capture video {
    margin: -2px auto 0;
    width: 100% !important;
    height: auto !important; }

/* ==========================================================================
   Hover Styles
   ========================================================================== */
a.underline, .overlay .overlay__content a, #single-latest .latest__content a {
  display: inline-block;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 10px;
  line-height: 1; }
  a.underline:before, .overlay .overlay__content a:before, #single-latest .latest__content a:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #404040; }
  a.underline.underline-dark:before, .overlay .overlay__content a.underline-dark:before, #single-latest .latest__content a.underline-dark:before {
    background-color: #ccc; }

a.slide, .overlay .overlay__content a, #single-latest .latest__content a {
  display: inline-block;
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: -webkit-linear-gradient(10deg, #555 0%, #555 50%, #fff 50%, #fff 100%);
  background-image: linear-gradient(80deg, #555 0%, #555 50%, #fff 50%, #fff 100%);
  background-size: 210%;
  background-position: 100%;
  -webkit-transition: all 1s 0s ease;
  transition: all 1s 0s ease; }
  @media screen and (min-width: 1024px) {
    a.slide:hover, .overlay .overlay__content a:hover, #single-latest .latest__content a:hover {
      background-position: 0;
      -webkit-transition: all 0.5s 0s ease;
      transition: all 0.5s 0s ease; } }

/* ==========================================================================
   Overlay
   ========================================================================== */
.overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100vh;
  width: 100%;
  background-color: #000;
  -webkit-transition: opacity 1s .5s ease, visibility 0s 1.75s;
  transition: opacity 1s .5s ease, visibility 0s 1.75s;
  z-index: 9999999999;
  color: #fff; }
  .overlay .overlay__content {
    width: 100%;
    padding: 50px 25px 100px;
    -webkit-transition: opacity 1s ease, -webkit-transform 0s 1s ease;
    transition: opacity 1s ease, -webkit-transform 0s 1s ease;
    transition: opacity 1s ease, transform 0s 1s ease;
    transition: opacity 1s ease, transform 0s 1s ease, -webkit-transform 0s 1s ease;
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .overlay .overlay__content {
        padding: 50px 5% 100px; } }
    @media screen and (min-width: 1024px) {
      .overlay .overlay__content {
        width: 66.6666667%;
        max-width: 960px;
        margin: 100px auto 160px; } }
    .overlay .overlay__content h1 {
      font-family: "DidotLTStd-Italic", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-size: 36px; }
    .overlay .overlay__content h2 {
      font-family: "AvenirNextLTPro-Demi", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
    .overlay .overlay__content p, .overlay .overlay__content ul, .overlay .overlay__content li {
      font-family: "AvenirNextLTPro-Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      margin-bottom: 20px;
      line-height: 1.55; }
    .overlay .overlay__content ul {
      display: block;
      list-style-type: disc;
      margin-top: 1em;
      margin-bottom: 1em;
      margin-left: 0;
      margin-right: 0;
      padding-left: 1.1em; }
  .overlay .overlay__close {
    position: absolute;
    top: 6px;
    right: 6px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .overlay .overlay__close {
        position: absolute;
        top: 23px;
        right: calc(5% - 10px); } }
    @media screen and (min-width: 1024px) {
      .overlay .overlay__close {
        position: fixed;
        top: 59px;
        right: 90px;
        z-index: 9;
        -webkit-transform: translateZ(0);
                transform: translateZ(0); } }
  .overlay.show-overlay {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .5s ease, visibility 0s 0s;
    transition: opacity .5s ease, visibility 0s 0s; }
    .overlay.show-overlay .overlay__close {
      opacity: 1;
      -webkit-transition: opacity 1s 1s ease;
      transition: opacity 1s 1s ease; }
    .overlay.show-overlay .overlay__content {
      opacity: 1;
      -webkit-transition: opacity 1.25s 0.5s ease, -webkit-transform 1s 0.5s ease;
      transition: opacity 1.25s 0.5s ease, -webkit-transform 1s 0.5s ease;
      transition: opacity 1.25s 0.5s ease, transform 1s 0.5s ease;
      transition: opacity 1.25s 0.5s ease, transform 1s 0.5s ease, -webkit-transform 1s 0.5s ease;
      -webkit-transform: translateY(0);
              transform: translateY(0); }

body.overlay--is-active {
  overflow: hidden; }

/* ==========================================================================
   Home
   ========================================================================== */
/*
body.go-black {
  background-color: $black;
  color: $white;
}

#setup {
    opacity: 1;
    visibility: visible;
    transition: all 0.7s 0.5s ease;
    body.show-hero & {
        opacity: 0;
        visibility: hidden;
    }
}
*/
/* ==========================================================================
   Project
   ========================================================================== */
body.bg--interactive #bg-interactive,
body.bg--photography #bg-photography,
body.bg--print #bg-print {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.layout-spacer {
  display: none; }
  @media screen and (min-width: 1024px) {
    .layout-spacer {
      display: block;
      height: 50vh;
      width: 100%; } }

#interactive-mobile {
  display: table;
  height: auto;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    #interactive-mobile {
      height: 120vh;
      width: 100%; } }

.mobile-black,
.mobile-white {
  position: relative;
  display: block;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 1s 0s ease;
  transition: all 1s 0s ease;
  padding: 20% 0; }
  @media screen and (min-width: 1024px) {
    .mobile-black,
    .mobile-white {
      display: table-cell;
      padding: 0; } }
  .mobile-black .mobile-phone,
  .mobile-white .mobile-phone {
    position: relative;
    width: 60%;
    max-width: 341px;
    margin: 0 auto; }
    @media screen and (min-width: 1024px) {
      .mobile-black .mobile-phone,
      .mobile-white .mobile-phone {
        width: 100%; } }
    .mobile-black .mobile-phone .phone-screen,
    .mobile-white .mobile-phone .phone-screen {
      position: absolute;
      top: 13.8312586%;
      right: 0;
      bottom: 0;
      left: 5.8651%;
      height: 72.3374827%;
      width: 88.269747%;
      overflow: hidden; }
  .mobile-black svg,
  .mobile-white svg {
    max-width: 100%;
    z-index: 2; }
    .mobile-black svg path,
    .mobile-white svg path {
      fill: #070707;
      stroke: #626262;
      stroke-width: 1; }

.mobile-black {
  background-color: #000; }
  .mobile-black svg path {
    fill: #f3f3f3;
    stroke: #fff;
    stroke-width: 1; }

.mobile-white {
  background-color: #fafafa; }

svg.browser-bar {
  max-width: 100%;
  display: block; }
  svg.browser-bar path.bar {
    fill: #C4C4C4; }
  svg.browser-bar path.bar-ui {
    fill: #fff; }

.strategy-holder {
  width: 100%;
  background-color: #f5f5f5; }
  .strategy-holder .strategy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease; }
    @media screen and (min-width: 1024px) and (max-width: 1599px) {
      .strategy-holder .strategy {
        max-width: 1400px;
        height: 120vh;
        width: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin: 0 100px; } }
    @media screen and (min-width: 1600px) {
      .strategy-holder .strategy {
        max-width: 1400px;
        height: 120vh;
        width: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin: 0 auto; } }
  .strategy-holder .strategy__info {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 15% 30px 5%; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .strategy-holder .strategy__info {
        padding: 15% 5% 5%; } }
    @media screen and (min-width: 1024px) {
      .strategy-holder .strategy__info {
        width: 25%;
        min-width: 350px;
        padding: 0 5% 0 0; } }
  .strategy-holder .strategy__text h4 {
    font-family: "AvenirNextLTPro-Demi", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .strategy-holder .strategy__text p {
    font-family: "AvenirNextLTPro-Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .strategy-holder .strategy__image {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin: 0 0 0 auto;
    padding: 0 10px 15%; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .strategy-holder .strategy__image {
        padding: 0 5% 15%; } }
    @media screen and (min-width: 1024px) {
      .strategy-holder .strategy__image {
        padding: 0; }
        .strategy-holder .strategy__image.animated .strategy__logo {
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0);
          -webkit-transition: all 0.75s 0.25s ease;
          transition: all 0.75s 0.25s ease; } }
  .strategy-holder .strategy__video {
    position: relative; }
    .strategy-holder .strategy__video video {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100% !important;
      height: auto !important;
      z-index: 9; }
    .strategy-holder .strategy__video svg.video-brand-svg {
      max-width: 100%;
      width: 840px; }
      .strategy-holder .strategy__video svg.video-brand-svg rect {
        fill: #000; }
  .strategy-holder .strategy__logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .strategy-holder .strategy__logo {
        opacity: 0;
        -webkit-transform: translateY(60px);
                transform: translateY(60px);
        -webkit-transition: all 0.75s 0s ease;
        transition: all 0.75s 0s ease; } }
    .strategy-holder .strategy__logo img {
      max-height: 60%;
      max-width: 60%;
      margin: auto; }
      @media screen and (min-width: 1024px) {
        .strategy-holder .strategy__logo img {
          height: auto; } }

/* ==========================================================================
   Studio
   ========================================================================== */
.video-title {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 99;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 1024px) {
    .video-title {
      opacity: 0;
      -webkit-transform: translateY(60px);
              transform: translateY(60px); }
      .video-title.show-soon {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition: opacity 1s ease, -webkit-transform 1.5s ease;
        transition: opacity 1s ease, -webkit-transform 1.5s ease;
        transition: opacity 1s ease, transform 1.5s ease;
        transition: opacity 1s ease, transform 1.5s ease, -webkit-transform 1.5s ease; } }
  .video-title div {
    margin: auto;
    text-align: center; }
    .video-title div h3 {
      font-family: "DidotLTStd-Roman", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-size: 10vw;
      font-weight: 300;
      color: #fff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 1.2;
      letter-spacing: -0.03em; }
      @media screen and (min-width: 1024px) {
        .video-title div h3 {
          font-size: 5vw; } }
    .video-title div span.byline {
      display: block;
      font-family: "AvenirNextLTPro-Demi", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-size: 15px;
      color: #fff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-top: 10px; }

#featured-team {
  background-color: #000;
  padding: 15% 0 2.5%; }
  @media screen and (min-width: 1024px) {
    #featured-team {
      padding: 100px 0; } }
  #featured-team h2 {
    font-family: "DidotLTStd-Roman", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 10vw;
    text-align: center;
    color: #fff;
    margin-bottom: 15%;
    letter-spacing: -0.03em; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      #featured-team h2 {
        font-size: 7vw; } }
    @media screen and (min-width: 1024px) {
      #featured-team h2 {
        font-size: 5vw;
        margin-bottom: 84px; } }

.layout-featured-peeps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1400px;
  padding: 10px 0;
  margin-left: 10px;
  margin-right: 10px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .layout-featured-peeps {
      margin-left: 5%;
      margin-right: 5%; } }
  @media screen and (min-width: 1024px) {
    .layout-featured-peeps {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  @media screen and (min-width: 1024px) and (max-width: 1599px) {
    .layout-featured-peeps {
      padding: 10px 0 0;
      margin: 0 100px; } }
  @media screen and (min-width: 1600px) {
    .layout-featured-peeps {
      padding: 10px 0 0;
      margin: 0 auto; } }
  .layout-featured-peeps .layout__item {
    color: #fff; }
  .layout-featured-peeps .layout-bio-headshot {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
  .layout-featured-peeps .layout-team-bio {
    text-align: left;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    margin: 0 15px 15px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .layout-featured-peeps .layout-team-bio {
        margin: 0 0 15px; } }
    @media screen and (min-width: 1024px) {
      .layout-featured-peeps .layout-team-bio {
        min-width: 345px;
        margin: 0; } }
    .layout-featured-peeps .layout-team-bio h3 {
      font-family: "DidotLTStd-Italic", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-size: 8vw;
      margin-top: 40px;
      margin-bottom: 15px;
      line-height: 1.2; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .layout-featured-peeps .layout-team-bio h3 {
          font-size: 5vw; } }
      @media screen and (min-width: 1024px) {
        .layout-featured-peeps .layout-team-bio h3 {
          font-size: 2.5vw; } }
    .layout-featured-peeps .layout-team-bio p {
      margin-bottom: 20px; }
    .layout-featured-peeps .layout-team-bio span.job-title {
      font-family: "AvenirNextLTPro-Demi", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .layout-featured-peeps:nth-child(odd) .layout-bio-headshot {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .layout-featured-peeps:nth-child(odd) .layout-team-bio {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media screen and (min-width: 1024px) {
      .layout-featured-peeps:nth-child(odd) .layout-team-bio {
        padding-left: 5%; } }
  .layout-featured-peeps:nth-child(even) .layout-bio-headshot {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media screen and (min-width: 1024px) {
      .layout-featured-peeps:nth-child(even) .layout-bio-headshot {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .layout-featured-peeps:nth-child(even) .layout-team-bio {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media screen and (min-width: 1024px) {
      .layout-featured-peeps:nth-child(even) .layout-team-bio {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding-right: 5%; } }

/* ==========================================================================
   Latest
   ========================================================================== */
body.single-post {
  color: #fff; }
  body.single-post #work .layout__next,
  body.single-post #gallery .layout__next {
    position: relative;
    margin-bottom: 10px; }
  @media screen and (min-width: 1024px) and (max-width: 1599px) {
    body.single-post .layout-thumbs.layout-thumbs-top {
      margin-top: 10px; } }
  @media screen and (min-width: 1600px) {
    body.single-post .layout-thumbs.layout-thumbs-top {
      margin-top: 10px; } }

#single-latest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1400px;
  padding: 15% 25px 5%; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    #single-latest {
      padding: 15% 5% 5%; } }
  @media screen and (min-width: 1024px) {
    #single-latest {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media screen and (min-width: 1024px) and (max-width: 1599px) {
    #single-latest {
      margin: 0 100px;
      padding: 25vh 0 100px; } }
  @media screen and (min-width: 1600px) {
    #single-latest {
      margin: 0 auto; } }
  @media screen and (min-width: 1024px) {
    #single-latest .latest__share {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  #single-latest .latest__share h4, #single-latest .latest__share li {
    line-height: 1.67; }
  #single-latest .latest__share ul {
    margin-bottom: 15%; }
  #single-latest .latest__share li {
    display: inline;
    margin-right: 10px; }
    @media screen and (min-width: 1024px) {
      #single-latest .latest__share li {
        display: block;
        margin-right: 0; } }
  #single-latest .latest__share ul li a {
    font-family: "AvenirNextLTPro-Demi", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    color: #fff; }
  @media screen and (min-width: 1024px) {
    #single-latest .latest__content {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  #single-latest .latest__content p, #single-latest .latest__content li {
    line-height: 1.55; }
  #single-latest .latest__content li {
    margin-bottom: 10px; }
  #single-latest .latest__content p, #single-latest .latest__content ul {
    margin-bottom: 20px; }
  #single-latest .latest__content p.callout {
    font-family: "DidotLTStd-Roman", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 300;
    font-size: 7vw;
    line-height: 1.3;
    letter-spacing: -0.03em;
    -webkit-font-variant-ligatures: common-ligatures;
            font-variant-ligatures: common-ligatures;
    -webkit-font-feature-settings: "kern", "liga", "clig";
            font-feature-settings: "kern", "liga", "clig";
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      #single-latest .latest__content p.callout {
        font-size: 5vw; } }
    @media screen and (min-width: 1024px) {
      #single-latest .latest__content p.callout {
        font-size: 2vw; } }
  #single-latest .latest__content a {
    margin-bottom: 0; }
    #single-latest .latest__content a::before {
      background-color: #777777; }
      @media screen and (min-width: 1024px) {
        #single-latest .latest__content a::before {
          background-color: #404040; } }

/* ==========================================================================
   Contact
   ========================================================================== */
h1 .char4 {
  vertical-align: top;
  margin-left: -0.186em; }

h1 .char5 {
  vertical-align: top;
  margin-left: 0.028em; }

body.contact .layout__item a.slide, body.contact .layout__item .overlay .overlay__content a, .overlay .overlay__content body.contact .layout__item a, body.contact .layout__item #single-latest .latest__content a, #single-latest .latest__content body.contact .layout__item a {
  display: inline-block;
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: -webkit-linear-gradient(18deg, #555 0%, #555 50%, #fff 50%, #fff 100%);
  background-image: linear-gradient(72deg, #555 0%, #555 50%, #fff 50%, #fff 100%);
  background-size: 210%;
  background-position: 100%;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease; }
  body.contact .layout__item a.slide:hover, body.contact .layout__item .overlay .overlay__content a:hover, .overlay .overlay__content body.contact .layout__item a:hover, body.contact .layout__item #single-latest .latest__content a:hover, #single-latest .latest__content body.contact .layout__item a:hover {
    background-position: 0;
    background-size: 240%;
    -webkit-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease; }

body.contact .layout__item a.link-regular {
  font-family: "AvenirNextLTPro-Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

#contact-full {
  background-position: right bottom;
  background-color: #222; }

/* ==========================================================================
   404
   ========================================================================== */
body.error404 {
  background-color: #000;
  color: #fff; }
  body.error404 .header__logo svg {
    fill: #fff; }
  body.error404 .bar,
  body.error404 .bar::after,
  body.error404 .bar::before {
    background-color: #fff; }
  body.error404 .hero__details h1 {
    color: #fff;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  body.error404 .hero__details p {
    color: #fff;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-family: "AvenirNextLTPro-Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    margin: 0 0 10px; }
    body.error404 .hero__details p span {
      display: block; }
  body.error404 .hero__details ul {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin: 0; }
    body.error404 .hero__details ul li {
      margin: 0 6px; }
      body.error404 .hero__details ul li a {
        color: #fff;
        font-size: 15px; }
      body.error404 .hero__details ul li::after {
        content: '';
        margin: 0; }
  body.error404 .header__background {
    background-color: #000; }
  @media screen and (min-width: 1024px) {
    body.error404 .hero {
      position: relative;
      visibility: visible; }
    body.error404 .hero__background,
    body.error404 .hero__background.b-loaded {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }
    body.error404 .hero__details p span {
      display: inline-block; } }

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