/*
Theme Name: Pivot (v5)
Theme URI:
Description: Custom theme for Pivot
Author: Joe Blackburn
Version: 5.0
Tags: custom
*/
/* =============================================================================
   Adapted from HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

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

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

blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

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

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

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

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * 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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* !Global Styles - - - - - */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}

.page-block {
  scroll-margin-top: 80px;
}

html {
  scroll-behavior: smooth;
}

.sans {
  font-family: "instrument-sans-variable", Arial, Verdana, sans-serif;
}

.serif {
  font-family: "dm-serif-text", Georgia, Times, serif;
}

.altserif {
  font-family: "dm-serif-display", "dm-serif-text", Georgia, Times, serif;
}

.cond {
  font-family: "Antonio", "instrument-sans-variable", Arial, Verdana, sans-serif;
}

.grey {
  color: #C7C7C7;
}

.lt-grey {
  color: #F4F2EF;
}

.dk-grey {
  color: #3A3E3D;
}

.vdk-grey {
  color: #231F20;
}

.border {
  color: #AEAEAE;
}

.red {
  color: #b50000;
}

.white {
  color: #fff;
}

.grey-bg {
  background: #C7C7C7;
}

.lt-grey-bg {
  background: #F4F2EF;
}

.dk-grey-bg {
  background: #3A3E3D;
}

.vdk-grey-bg {
  background: #231F20;
}

.border-bg {
  background: #AEAEAE;
}

.red-bg {
  background: #b50000;
}

.white-bg {
  background: #fff;
}

.italic {
  font-style: italic;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.light {
  font-weight: 300;
}

.center {
  text-align: center;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.space {
  letter-spacing: 0.05em;
}

.xspace {
  letter-spacing: 0.1em;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.plain a, a.plain {
  text-decoration: none;
}

a {
  color: #C7C7C7;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

a:hover {
  color: #3A3E3D;
}

.rel {
  position: relative;
}

ul.clean {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.inline {
  display: inline-block;
}

ul.inline > li {
  display: inline;
  float: left;
}

ul.ilb > li,
.ilb {
  display: inline-block;
  vertical-align: top;
}

ul.ilb {
  display: block;
}

li.vmiddle,
.vmiddle {
  vertical-align: middle;
}

.vbottom,
li.vbottom {
  vertical-align: bottom;
}

.reverse {
  direction: rtl;
}

.dfix {
  direction: ltr;
}

img.full {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

img.fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

video {
  width: 100%;
  height: auto;
  display: block;
}

.screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.flex-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrap .flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 100% !important;
}

.cover {
  background: url(images/trans.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.flex-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-bottom .flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 100% !important;
}

.teeth-top,
.teeth-bottom {
  position: relative;
}

.teeth-top:before,
.teeth-top:after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 0;
  background: url(images/tooth-top.svg) repeat-x center bottom;
  z-index: 5;
}

.teeth-top:after {
  top: auto;
  bottom: -10px;
  background-image: url(images/tooth-bottom.svg);
}

.hang {
  position: relative;
}

/*
.hang:before {
content: open-quote;
position: absolute;
top: 0;
left: -60px;
color: $dk-grey;
font-size: inherit;
z-index: 1;
font-family: $serif;
}

.hang.small-callout-text:before { left: -35px;}

.hang:after {
content: close-quote;
color: $dk-grey;
font-size: inherit;
position: relative;
z-index: 1;
font-family: $serif;
}
*/
.cover {
  background: url(images/trans.png) no-repeat center;
  background-size: cover;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
}

.grid.row {
  grid-auto-rows: 1fr;
}

.grid.grid2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.grid4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid.grid5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.over {
  position: relative;
  z-index: 20;
}

.swap {
  grid-auto-flow: column;
  direction: rtl;
}

.flex {
  display: flex;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.overflow {
  overflow: hidden;
}

a div.image-hover,
a.image-hover {
  position: relative;
  display: block;
}

a div.image-hover:before,
a.image-hover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(58, 62, 61, 0);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

a:hover div.image-hover:before,
a.image-hover:hover:before,
.team-image-wrap:hover a.image-hover:hover:before {
  background: rgba(58, 62, 61, 0.1);
}

/* !Font Size Functions - - - - - */
/* !Page Defaults - - - - - */
.text {
  line-height: 1.7em;
  font-size: 1.4285714286rem;
}

.text.mid-text {
  font-size: 1.2857142857rem;
  line-height: 1.4em;
}

.text.small-text {
  font-size: 1rem;
}

.text.large-text {
  font-size: 1.5714285714rem;
}

.text.vlarge-text {
  font-size: 2.1428571429rem;
  font-weight: 200;
  font-family: "dm-serif-text", Georgia, Times, serif;
}

.text a {
  text-decoration: underline;
}

.text p {
  margin: 10px 0;
}

.header-text p:first-child,
.text p:first-child {
  margin-top: 0;
}

.header-text p:last-child,
.text p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: normal;
}

.text img {
  display: block;
  margin: 10px auto;
  width: auto;
  height: auto;
  max-width: 100%;
}

.text img.alignleft {
  float: left;
  margin: 0 30px 30px 0;
  display: inline-block;
}

.text img.alignright {
  float: right;
  margin: 0 0 30px 30px;
  display: inline-block;
}

.text ul {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}

.text ul li {
  padding-left: 15px;
  position: relative;
  margin-top: 8px;
  display: block;
}

.text ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
  border-radius: 120%;
  overflow: hidden;
  background: #3A3E3D;
}

.text.white ul li:before {
  background: #fff;
}

.text h1,
.text h2,
.text h3,
.text h4 {
  margin: 30px 0 10px 0;
  font-weight: normal;
  color: #3A3E3D;
  font-family: "dm-serif-text", Georgia, Times, serif;
  line-height: 1.4em;
}

.text h3 {
  font-weight: 200;
}

.text h4 {
  font-weight: bold;
  font-family: "instrument-sans-variable", Arial, Verdana, sans-serif;
}

.text.mid-text h2 {
  font-family: "dm-serif-text", Georgia, Times, serif;
  font-size: 4rem;
  line-height: 1em;
}

.text.mid-text h3 {
  font-family: "dm-serif-text", Georgia, Times, serif;
  font-size: 1.8571428571rem;
  line-height: 1.3em;
}

.text.mid-text h4 {
  font-size: 1.2857142857rem;
  font-weight: bold;
  font-family: "instrument-sans-variable", Arial, Verdana, sans-serif;
  margin-bottom: 0;
}

.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text ul:first-child {
  margin-top: 0;
}

.text h1:last-child,
.text h2:last-child,
.text h3:last-child,
.text h4:last-child,
.text ul:last-child {
  margin-bottom: 0;
}

.text blockquote {
  margin: 50px 0;
  padding: 10px 0 10px 30px;
  border-left: 2px solid #C7C7C7;
  color: #3A3E3D;
  font-size: 1.4285714286rem;
  line-height: 1.5em;
  text-align: left;
  font-family: "dm-serif-text", Georgia, Times, serif;
}

/* !Body - - - - - */
body {
  min-width: 320px;
  font-size: 14px;
  font-family: "instrument-sans-variable", Arial, Verdana, sans-serif;
  color: #3A3E3D;
  line-height: 1.6em;
  background: #fff;
  overflow-x: hidden;
}

#container {
  background: #fff;
  padding-top: 80px;
}

#container.no-top-pad {
  padding-top: 0;
}

/* !Page Blocks - - - - - */
.inner {
  padding: 0 130px;
  max-width: 1320px;
  display: block;
  margin: 0 auto;
}

.inner.mid {
  max-width: 1590px;
}

.inner.wide {
  max-width: 1860px;
}

.inner.wide.new {
  max-wiidth: 1680px;
  pading: 0 40px;
}

.inner.skinny {
  max-width: 1200px;
}

.inner.alt-skinny {
  max-width: 980px;
  padding: 0 40px;
}

.max {
  max-width: 1600px;
  margin: 0 auto;
}

.wide-max {
  max-width: 1920px;
  margin: 0 auto;
}

.small-section-pad {
  padding: 45px 0;
}

.section-pad {
  padding: 90px 0;
}

.mid-section-pad {
  padding: 130px 0;
}

.pad-bottom {
  padding-bottom: 130px;
}

.pad-top {
  padding-top: 130px;
}

.big-section-pad {
  padding: 180px 0;
}

.vbig-section-pad {
  padding: 240px 0;
}

.spacer-small {
  height: 20px;
}

.spacer-medium {
  height: 90px;
}

.spacer-large {
  height: 180px;
}

.spacer-xlarge {
  height: 240px;
}

.offset-right {
  max-width: 1060px;
  margin: 0 0 0 auto;
}

.offset-left {
  max-width: 1060px;
  margin: 0 auto 0 0;
}

.page-block {
  position: relative;
  z-index: 10;
}

.page-block.block-margin + .page-block.block-margin {
  margin-top: 20px;
}

section.page-block.pad {
  padding: 60px 0;
}

section.page-block.mid-pad {
  padding: 80px 0;
}

section.page-block.big-pad {
  padding: 100px 0;
}

section.page-block.vbig-pad {
  padding: 200px 0;
}

/* !Headlines - - - - - */
.small-label,
.small-sans-headline,
.vsmall-label,
.vvsmall-label {
  font-size: 1.1428571429rem;
  line-height: 1.4em;
  font-family: "instrument-sans-variable", Arial, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.small-sans-headline {
  font-size: 2.8571428571rem;
}

.small-label.lined {
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 5px;
  margin-bottom: 55px;
}

.vsmall-label {
  font-size: 1rem;
}

.vvsmall-label {
  font-size: 0.7857142857rem;
}

.small-serif-headline,
.grid-serif-headline,
.big-serif-headline,
.vbig-serif-headline,
.vvbig-serif-headline,
.mid-serif-headline,
.serif-headline,
.callout-text,
.small-callout-text,
.vert-title,
.serif-subhead,
.person-name,
.vert-title,
.mobile-studio-headline,
.studio-headline,
.small-serif-subhead,
.intro-subhead,
.col-headline {
  font-family: "dm-serif-text", Georgia, Times, serif;
  font-weight: 200;
  font-size: 1.4285714286rem;
  line-height: 1.4em;
}

.col-headline {
  font-size: 1.8571428571rem;
  line-height: 1.4em;
}

.grid-serif-headline {
  font-size: 2.5714285714rem;
}

.mid-serif-headline {
  font-size: 2.8571428571rem;
  line-height: 1.3em;
}

.small-serif-subhead {
  font-size: 3.5714285714rem;
  line-height: 1.3em;
}

.serif-subhead {
  font-size: 3.8571428571rem;
  line-height: 1.3em;
  font-family: "dm-serif-display", "dm-serif-text", Georgia, Times, serif;
}

.big-serif-headline,
.small-callout-text {
  font-size: 4.8571428571rem;
  line-height: 1.2em;
  font-family: "dm-serif-display", "dm-serif-text", Georgia, Times, serif;
}

.person-name {
  font-size: 6.7857142857rem;
  line-height: 1em;
  font-family: "dm-serif-display", "dm-serif-text", Georgia, Times, serif;
}

.vbig-serif-headline {
  font-size: 9.2857142857rem;
  line-height: 1em;
  font-family: "dm-serif-display", "dm-serif-text", Georgia, Times, serif;
}

.studio-headline {
  font-size: 7.8571428571rem;
  line-height: 1em;
  font-family: "dm-serif-display", "dm-serif-text", Georgia, Times, serif;
}

.vvbig-serif-headline,
.vert-title {
  font-size: 11.4285714286rem;
  line-height: 1em;
  font-weight: normal;
  font-family: "dm-serif-display", "dm-serif-text", Georgia, Times, serif;
}

.callout-text {
  font-size: 10rem;
  line-height: 1em;
  font-weight: normal;
  font-family: "dm-serif-display", "dm-serif-text", Georgia, Times, serif;
}

.serif-headline {
  font-size: 4.5714285714rem;
  line-height: 1.2em;
  font-family: "dm-serif-display", "dm-serif-text", Georgia, Times, serif;
}

.mobile-studio-headline {
  font-size: 2.5714285714rem;
  margin-bottom: 30px;
  display: none;
}

.small-sans-headline.margin-bottom,
.vbig-serif-headline.margin-bottom,
.small-label.margin-bottom,
.small-sans-headline.margin-bottom,
.vvbig-serif-headline {
  margin-bottom: 30px;
}

.big-serif-headline.big-margin-bottom,
.small-label.big-margin-bottom,
.serif-headline.margin-bottom {
  margin-bottom: 50px;
}

/* !Buttons + Links - - - - - */
a.button,
input.gform_button {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border-radius: 0;
  border: 1px solid #3A3E3D;
  color: #3A3E3D;
  font-family: "Antonio", "instrument-sans-variable", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1428571429rem;
  line-height: 1.5em;
  padding: 10px 13px;
  display: inline-block;
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

a.button:hover,
input.gform_button:hover {
  background: #F4F2EF;
  border-color: #F4F2EF;
  color: #3A3E3D;
}

.form-block.lt-grey-bg input.gform_button:hover {
  background: #3A3E3D;
  color: #fff;
  border-color: #3A3E3D;
}

a.text-link {
  font-size: 1.1428571429rem;
  line-height: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #3A3E3D;
  display: inline-block;
  position: relative;
  background-image: linear-gradient(#C7C7C7, #C7C7C7);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

a.text-link:hover,
a.text-link:focus {
  color: #C7C7C7;
  background-size: 100% 1px;
}

a.button.margin-top,
a.text-link.margin-top,
.text.margin-top {
  margin-top: 35px;
}

a.text-link.small-margin-top {
  magin-top: 15px;
}

/* !Header - - - - - */
header {
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110000;
  padding-top: 30px;
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

a.logo {
  width: 78px;
  height: 21px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 101;
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

a.logo path,
a.logo rect,
a.logo polygon {
  fill: #3A3E3D;
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.swap-header a.logo path,
.swap-header a.logo rect,
.swap-header a.logo polygon,
.nav-active a.logo path,
.nav-active a.logo rect,
.nav-active a.logo polygon {
  fill: #fff;
}

.search-active .swap-header a.logo path,
.search-active .swap-header a.logo rect,
.search-active .swap-header a.logo polygon,
.search-active a.logo path,
.search-active a.logo rect,
.search-active a.logo polygon {
  fill: #3A3E3D;
}

a.search-toggle {
  width: 22px;
  height: 80px;
  position: fixed;
  top: 0;
  right: 110px;
  z-index: 101;
  padding-top: 29px;
}

a.search-toggle path {
  fill: #3A3E3D;
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.nav-active a.search-toggle path,
.swap-header a.search-toggle path {
  fill: #fff;
}

.search-active a.search-toggle path,
.search-active .swap-header a.search-toggle path {
  fill: #3A3E3D;
}

a.nav-toggle {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0;
  right: 30px;
  cursor: pointer;
  z-index: 100500;
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

a.nav-toggle div {
  width: 28px;
  height: 3px;
  background: #3A3E3D;
  position: absolute;
  right: 26px;
  text-indent: -9999px;
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

a.nav-toggle.active div,
.swap-header a.nav-toggle div {
  background: #fff;
}

.search-active a.nav-toggle div,
.search-active a.nav-toggle.active div,
.search-active .swap-header a.nav-toggle div {
  background: #3A3E3D;
}

a.nav-toggle div:nth-child(1) {
  top: 33px;
}

a.nav-toggle div:nth-child(2) {
  bottom: 33px;
}

a.nav-toggle.active div:nth-child(1) {
  top: 38px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

a.nav-toggle.active div:nth-child(2) {
  bottom: 39px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.nav-wrap,
.search-wrap {
  display: block;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 101%;
  bottom: 0;
  background: #231F20;
  z-index: 10100;
  padding: 80px 60px 130px 120px;
  overflow-y: scroll;
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.search-wrap {
  padding-left: 60px;
}

.nav-active .nav-wrap,
.search-active .search-wrap {
  left: 0;
}

.nav-wrap .flex-wrap,
.search-wrap .flex-wrap {
  min-height: calc(100vh - 160px);
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-delay: 0.25s; /* Safari */
  transition-delay: 0.25s;
}

.search-wrap {
  background: #F4F2EF;
}

.nav-active .nav-wrap .flex-wrap,
.search-active .search-wrap .flex-wrap {
  opacity: 1;
}

ul.nav a {
  display: block;
  font-size: 9.2857142857rem;
  line-height: 1em;
  color: #fff;
}

ul.nav li + li {
  margin-top: 30px;
}

ul.nav a:hover,
ul.nav li#current a {
  color: #C7C7C7;
}

.nav-bottom {
  margin-top: 90px;
}

.nav-left {
  width: calc(100% - 350px);
}

.nav-right {
  width: 350px;
}

.info-block + .info-block {
  margin-top: 30px;
}

.info-block {
  font-size: 1.4285714286rem;
  line-height: 1.4em;
  font-weight: bold;
}

.info-block a {
  color: #3A3E3D;
}

.info-block a:hover {
  color: #C7C7C7;
}

.info-block.white a {
  color: #fff;
}

.info-block.white a:hover {
  color: #C7C7C7;
}

/* !Vertical Text - - - - - */
.vert-text-wrap {
  position: absolute;
  top: 40px;
  left: 30px;
  height: calc(100% - 40px);
  z-index: 1;
  width: 60px;
  padding-bottom: 30px;
}

.vert-text {
  font-style: italic;
  font-size: 0.9285714286rem;
  line-height: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  position: sticky;
  position: -webkit-sticky;
  top: 30vh;
  right: 0;
  overflow: visible;
  padding: 10px 0;
}

.vert-text span {
  transform-origin: center;
  transform: rotate(180deg);
  display: inline-block;
  padding: 5px 0;
}

.nav-wrap .vert-text {
  position: static;
}

.nav-wrap .vert-text-wrap,
.nav-wrap .vert-tex {
  display: flex;
  text-align: center;
}

/* !Work Landing - - - - - */
ul.work-list {
  max-width: 1600px;
  margin: 0 auto;
}

ul.work-list li {
  width: 50%;
}

ul.work-list li + li {
  padding-top: 20px;
}

ul.work-list li:nth-child(7n+1) {
  width: 100%;
}

ul.work-list li:nth-child(7n+2),
ul.work-list li:nth-child(7n+4),
ul.work-list li:nth-child(7n+6) {
  padding-right: 10px;
}

ul.work-list li:nth-child(7n+3),
ul.work-list li:nth-child(7n+5),
ul.work-list li:nth-child(7n+7) {
  padding-left: 10px;
}

.image-hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #3A3E3D;
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

.grid-screen {
  padding: 40px;
  opacity: 0;
}

a:hover .grid-screen,
a:hover .image-hover:after {
  opacity: 0.3;
}

.grid-screen .small-label {
  margin-bottom: 20px;
}

ul.work-list li:nth-child(7n+1) .grid-screen .small-label {
  margin-bottom: 30px;
}

.grid-screen .flex-item {
  position: relative;
  z-index: 10;
}

ul.work-list a {
  display: block;
  color: #fff;
}

.grid-screen-title {
  font-size: 2rem;
  line-height: 1.3em;
  font-family: "dm-serif-text", Georgia, Times, serif;
  font-weight: 200;
}

ul.work-list li:nth-child(7n+1) .grid-screen-title {
  font-size: 4.8571428571rem;
  line-height: 1.1em;
}

.screen-max {
  max-width: 550px;
  margin: 0 auto;
}

ul.work-list li:nth-child(7n+1) .screen-max {
  max-width: 900px;
}

.grid-screen-title:after,
.home-insights a .text:after {
  content: "";
  width: 0;
  height: 48px;
  background: url(images/small-white-arrow.svg) no-repeat right 1px center;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

a:hover .grid-screen-title:after,
.home-insights a:hover .text:after {
  width: 50px;
}

ul.work-list li:nth-child(7n+1) .grid-screen-title:after {
  display: none;
}

/* !Form Fields - - - - - */
.gfield {
  margin-bottom: 40px;
  clear: both;
}

input.medium,
input.large,
input.small,
textarea,
select,
.ginput_complex input,
input.datepicker,
input.ginput_total,
body input[type=number],
body .gform_legacy_markup_wrapper .ginput_stripe_creditcard input,
body .gravity-theme .ginput_stripe_creditcard input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #AEAEAE;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 5px 0;
  height: 40px;
  font-family: "instrument-sans-variable", Arial, Verdana, sans-serif;
  color: #3A3E3D;
  text-indent: 0.01px;
  text-overflow: "";
  font-size: 1.1428571429rem;
  line-height: 1.3em;
}

body input[type=number]::-webkit-inner-spin-button,
body input[type=number]::-webkit-outer-spin-button {
  opacity: 1 !important;
}

select {
  background: url(images/sort-arrow.svg) no-repeat right center transparent;
  padding-right: 50px;
}

textarea {
  resize: none;
  height: 150px;
  padding: 15px;
  border: 1px solid #AEAEAE;
}

.gform_validation_container {
  display: none !important;
}

.show-label .gfield_label,
.show-label .ginput_complex label {
  display: block;
}

.page-form ::-webkit-input-placeholder {
  opacity: 1;
  color: #AEAEAE;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.page-form :-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: #AEAEAE;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.page-form ::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: #AEAEAE;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.page-form :-ms-input-placeholder {
  opacity: 1;
  color: #AEAEAE;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.page-form :focus::-webkit-input-placeholder {
  color: transparent;
}

.page-form :focus:-moz-placeholder { /* Firefox 18- */
  color: transparent;
}

.page-form :focus::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
}

.page-form :focus:-ms-input-placeholder {
  color: transparent;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

.ginput_container_consent {
  position: relative;
  padding-left: 34px;
}

.gfield_radio,
.gfield_checkbox {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}

.gfield_radio .gchoice,
.gfield_checkbox .gchoice {
  text-align: left;
  width: calc(50% - 4px);
  display: inline-block;
  padding: 0 25px 0 34px;
  margin: 15px 0 0 0;
  position: relative;
  vertical-align: top;
}

.gfield_radio label,
.gfield_checkbox label,
.ginput_container_consent label {
  font-size: 1rem;
  display: block;
  font-family: "instrument-sans-variable", Arial, Verdana, sans-serif;
  color: #3A3E3D;
}

.ginput_container_consent label {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #AEAEAE;
}

.gfield_radio input,
.gfield_checkbox input,
.offset input[type=checkbox],
.ginput_container_consent input[type=checkbox] {
  width: 22px;
  height: 22px;
  border: 1px solid #AEAEAE;
  background: #fff;
  border-radius: 120%;
  -webkit-appearance: none;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
}

.gfield_checkbox input,
.offset input[type=checkbox],
.ginput_container_consent input[type=checkbox] {
  border-radius: 0;
}

.gfield_radio input:checked {
  background: #3A3E3D;
}

.gfield_checkbox input:checked,
.ginput_container_consent input[type=checkbox]:checked {
  background: url(images/check.svg) no-repeat center #fff;
}

ul.gform_fields li.left,
.text ul.gform_fields li.left,
ul.gform_fields li.right,
.text ul.gform_fields li.right,
.ginput_complex span,
.gfield.left,
.gfield.right {
  width: 50%;
  float: left;
  clear: none;
}

ul.gform_fields li.left,
.text ul.gform_fields li.left,
.gfield.left {
  padding-right: 10px;
  clear: left;
}

ul.gform_fields li.right,
.text ul.gform_fields li.right,
.gfield.right {
  padding-left: 10px;
  padding-right: 0;
  clear: none !important;
  float: right;
}

li.clear,
.gfield.clear {
  clear: both;
}

.gform_ajax_spinner {
  margin: 20px auto 0 auto;
  border: 4px solid rgba(174, 174, 174, 0.2);
  border-left: 4px solid #AEAEAE;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.gform_footer img {
  display: block;
  margin: 10px auto 0 auto;
  width: 24px;
  height: auto;
  clear: both;
}

.gsection_title {
  font-family: "dm-serif-text", Georgia, Times, serif;
  font-weight: bold;
  color: #3A3E3D;
  font-size: 2.1428571429rem;
  line-height: 1.3em;
  margin: 90px 0 30px 0;
}

.gfield:first-child .gsection_title {
  margin-top: 0;
}

.ginput_complex.ginput_container_address span:nth-child(1),
.ginput_complex.ginput_container_address span:nth-child(2) {
  width: 100%;
  float: none;
  padding: 0;
  margin-bottom: 30px;
  display: block;
}

.ginput_complex.ginput_container_address span:nth-child(3),
.ginput_complex.ginput_container_address span:nth-child(4),
.ginput_complex.ginput_container_address span:nth-child(5) {
  float: left;
}

.ginput_complex.ginput_container_address span:nth-child(3) {
  width: 40%;
  padding: 0;
}

.ginput_complex.ginput_container_address span:nth-child(4) {
  width: 30%;
  padding: 0 0 0 20px;
}

.ginput_complex.ginput_container_address span:nth-child(5) {
  width: 30%;
  padding: 0 0 0 20px !important;
  clear: none;
}

.ginput_complex.ginput_container_address span:nth-child(6) {
  width: 100%;
  margin-top: 30px;
  clear: both;
}

.gfield_description:last-child {
  margin-top: 5px;
}

legend + .gfield_description {
  margin-top: 0;
}

.text .gform_wrapper {
  margin-top: 40px;
}

.text .gform_wrapper:first-child {
  margin-top: 0;
}

.gfield_required_text,
.gfield_required,
.spacer.gfield,
.gfield_label {
  display: none;
}

.show-label .gfield_label,
.show-label .ginput_complex label,
fieldset .gfield_label {
  display: block;
  color: #3A3E3D;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8571428571rem;
  font-family: "instrument-sans-variable", Arial, Verdana, sans-serif;
  line-height: 1.3em;
  margin-bottom: 5px;
}

.gfield--type-consent legend {
  display: none;
}

.gform_drop_area {
  border: 1px dashed #AEAEAE;
  padding: 40px 20px;
  margin: 5px 0;
  text-align: center;
}

.gform_drop_instructions {
  display: block;
  margin-bottom: 15px;
  font-family: "instrument-sans-variable", Arial, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#extensions_message {
  display: block;
  margin-top: 3px;
}

.ginput_preview {
  font-size: 1.0714285714rem;
  line-height: 16px;
  font-weight: normal;
  margin-bottom: 8px;
}

.ginput_preview button {
  width: 16px;
  height: 16px;
  z-index: 9;
  margin-right: 5px;
  position: relative;
  top: 1px;
  display: inline-block;
  border: none;
  padding: 0;
  text-indent: -9999px;
  background: url(images/cancel.svg) no-repeat;
}

/* !Hide Captcha Badge - - - - - */
.grecaptcha-logo,
.grecaptcha-badge {
  visibility: hidden !important;
}

/* !Form Fields - - - - - */
input.small-search-box {
  font-family: "dm-serif-text", Georgia, Times, serif;
  color: #C7C7C7;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  height: 60px;
  font-size: 2.7142857143rem;
  line-height: 1.3em;
  padding: 0;
  width: 100%;
}

input.small-search-box::-webkit-input-placeholder {
  opacity: 1;
  color: #C7C7C7;
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

input.small-search-box:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: #C7C7C7;
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

input.small-search-box::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: #C7C7C7;
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

input.small-search-box:-ms-input-placeholder {
  opacity: 1;
  color: #C7C7C7;
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

input.small-search-box:focus::-webkit-input-placeholder {
  color: transparent;
}

input.small-search-box:focus:-moz-placeholder { /* Firefox 18- */
  color: transparent;
}

input.small-search-box:focus::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
}

input.small-search-box:focus:-ms-input-placeholder {
  color: transparent;
}

input.search-box {
  font-family: "dm-serif-text", Georgia, Times, serif;
  color: #C7C7C7;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  height: 225px;
  font-size: 10rem;
  line-height: 1.3em;
  padding: 0;
  width: 100%;
  text-align: center;
}

input.search-box::-webkit-input-placeholder {
  opacity: 1;
  color: #C7C7C7;
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

input.search-box:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: #C7C7C7;
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

input.search-box::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: #C7C7C7;
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

input.search-box:-ms-input-placeholder {
  opacity: 1;
  color: #C7C7C7;
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

input.search-box:focus::-webkit-input-placeholder {
  color: transparent;
}

input.search-box:focus:-moz-placeholder { /* Firefox 18- */
  color: transparent;
}

input.search-box:focus::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
}

input.search-box:focus:-ms-input-placeholder {
  color: transparent;
}

#bigsearch {
  padding: 30px 0 130px 0;
}

input.search-button {
  width: 34px;
  height: 34px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(images/search-icon.svg) no-repeat center bottom;
  background-size: 100% auto;
  border: none;
  text-indent: -9999px;
}

/* !Social - - - - - */
a.social {
  display: inline-block;
  vertical-align: middle;
}

a.social + a.social {
  margin-left: 20px;
}

a.social path {
  fill: #3A3E3D;
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

.nav-wrap a.social path,
.post-share.white a.social path {
  fill: #fff;
}

a.social:hover path,
.nav-wrap a.social:hover path {
  fill: #C7C7C7;
}

.post-share.white a.social:hover path {
  fill: #3A3E3D;
}

.nav-social {
  margin-top: 40px;
}

/* !Scroll Bottom - - - - - */
a.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  z-index: 10001;
  display: none;
}

a.scroll-top path,
a.scroll-top polygon {
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

a.scroll-top:hover path,
a.scroll-top:hover polygon {
  fill: #C7C7C7;
}

/* !Footer - - - - - */
.over {
  position: relative;
  z-index: 10;
}

.footer-bg:before {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
}

.footer-bg {
  padding-bottom: 60px;
}

.footer-newsletter {
  margin-top: 50px;
}

.footer-left {
  width: 50%;
  padding-right: 60px;
}

.footer-right {
  width: 50%;
}

.footer-bottom {
  margin-top: 40px;
}

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

.footer-social {
  display: inline-block;
  margin: 0 0 0 auto;
}

.signup-form input[type=email] {
  font-family: "instrument-sans-variable", Arial, Verdana, sans-serif;
  color: #3A3E3D;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4285714286rem;
  border: none;
  border-bottom: 2px solid #3A3E3D;
  padding: 5px 35px 5px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background: url(images/email-icon.svg) no-repeat right 5px center;
  width: 100%;
}

.footer-sign-form {
  max-width: 500px;
}

.signup-form input[type=submit] {
  position: absolute;
  top: 0;
  left: -9999px;
}

.signup-form ::-webkit-input-placeholder {
  opacity: 1;
  color: #C7C7C7;
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

.signup-form :-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: #C7C7C7;
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

.signup-form ::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: #C7C7C7;
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

.signup-form :-ms-input-placeholder {
  opacity: 1;
  color: #C7C7C7;
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

.signup-form :focus::-webkit-input-placeholder {
  color: transparent;
}

.signup-form :focus:-moz-placeholder { /* Firefox 18- */
  color: transparent;
}

.signup-form :focus::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
}

.signup-form :focus:-ms-input-placeholder {
  color: transparent;
}

.gform_footer {
  text-align: center;
  padding-top: 25px;
}

.gform_footer img {
  width: 24px;
  height: 24px;
  margin: 0 auto;
}

.gfield_label {
  display: none;
}

.gform_ajax_spinner {
  margin: 20px auto 0 auto;
  border: 4px solid rgba(58, 62, 61, 0.2);
  border-left: 4px solid #3A3E3D;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.gform_submission_error {
  color: #b50000;
  font-weight: bold;
  line-height: 1.4em;
  padding-bottom: 25px;
}

.validation_message {
  color: #b50000;
  font-style: italic;
  padding-top: 5px;
}

.mobile-footer-text {
  display: none;
}

/* !Contact - - - - - */
.top-text {
  max-width: 600px;
  margin: 0 auto;
}

ul.contact-links,
.top-text {
  margin-top: 60px;
}

.top-text + ul.contact-links {
  margin-top: 10px;
}

ul.contact-links li {
  padding: 30px;
}

/* !Blog Landing - - - - - */
ul.post-grid li {
  width: 33.33%;
  padding: 30px 30px 120px 30px;
}

ul.post-grid {
  max-width: 1660px;
  margin: 0 auto;
}

.grid-post-info {
  margin-top: 50px;
}

.small-label.post-category {
  margin-bottom: 15px;
}

.grid-post-info .grid-serif-headline,
.featured-post-left .mid-serif-headline {
  margin-bottom: 10px;
}

.grid-serif-headline a,
.big-serif-headline a {
  color: #3A3E3D;
}

.grid-serif-headline a:hover,
.big-serif-headline a:hover {
  color: #C7C7C7;
}

.featured-post-right {
  width: calc(100% - 400px);
}

.featured-post-left {
  width: 400px;
  padding-right: 50px;
}

li.grid-post a.small-arrow-link,
.featured-post a.small-arrow-link {
  display: none;
}

.cat-title {
  margin-bottom: 50px;
}

.cat-title .small-label.post-category {
  margin-bottom: 5px;
}

/* !Single Work - - - - - */
.work-header {
  padding-top: 240px;
}

.work-intro {
  padding-bottom: 130px;
  background: url(images/small-arrow-down.svg) no-repeat center bottom;
}

.work-intro.white {
  background-image: url(images/small-white-arrow-down.svg);
}

.block-margin + .block-margin {
  margin-top: 20px;
}

video {
  width: 100%;
  height: auto;
  display: block;
}

.client-intro-right {
  width: calc(100% - 380px);
  padding-left: 10px;
}

.client-intro-left {
  width: 380px;
  padding-right: 10px;
}

.work-social {
  margin-top: 30px;
}

.service-text {
  font-size: 1.1428571429rem;
  line-height: 1.5em;
  padding-top: 5px;
}

/* !Callout - - - - - */
.callout-names {
  margin-top: 50px;
}

/* !Gallery - - - - - */
a.slick-prev,
a.slick-next {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  padding: 12px 20px;
  transform: translate(0, -50%);
  z-index: 101;
}

a.slick-prev {
  left: 0;
}

a.slick-next {
  right: 0;
}

a.slick-prev polygon,
a.slick-next polygon {
  fill: #fff;
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

a.slick-prev:hover polygon,
a.slick-next:hover polygon {
  fill: rgba(255, 255, 255, 0.5);
}

/* !Half Block - - - - - */
.half-block {
  width: 50%;
}

.half-block:nth-child(odd) {
  padding-right: 10px;
}

.half-block:nth-child(even) {
  padding-left: 10px;
}

/* !Website - - - - - */
ul.web-list li {
  width: 33.33%;
  padding: 0 30px;
}

ul.web-list {
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
}

.web-wrap {
  border: 4px solid #3A3E3D;
  overflow: scroll;
  background: #3A3E3D;
  height: 640px;
  border-radius: 20px;
  width: calc(100% + 8px);
  margin-left: -8px;
}

/* !CTA - - - - - */
.cta-wrap {
  padding-right: 250px;
  position: relative;
}

a.arrow-link {
  width: 102px;
  height: 102px;
  position: relative;
  display: block;
}

a.arrow-link.down .arrow-down-text {
  font-size: 1rem;
  line-height: 1.4em;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #3A3E3D;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

a.arrow-link.down {
  height: auto;
}

a.arrow-link polygon,
a.small-arrow-link polygon {
  fill: #3A3E3D;
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

a.arrow-link:hover polygon,
a.small-arrow-link:hover polygon {
  fill: #C7C7C7;
}

.cta-wrap .arrow-link {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.arrow-vert {
  font-size: 1rem;
  line-height: 1.4em;
  position: absolute;
  top: 50%;
  left: -10px;
  z-index: 1;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #3A3E3D;
  transform-origin: center bottom;
  transform: translate(-50%, -100%) rotate(-90deg);
  text-align: center;
  font-weight: bold;
  width: 102px;
}

a.small-arrow-link {
  font-size: 1rem;
  line-height: 1.4em;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #3A3E3D;
  display: block;
}

a.small-arrow-link.margin-top {
  margin-top: 35px;
}

a.small-arrow-link:hover,
a.arrow-link.down:hover .arrow-down-text {
  color: #C7C7C7;
}

a.small-arrow-link svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

a.arrow-link.white,
a.arrow-link.white .arrow-down-text,
a.arrow-link.white .arrow-vert {
  color: #fff;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

a.arrow-link.white:hover,
a.arrow-link.white:hover .arrow-down-text,
a.arrow-link.white:hover .arrow-vert {
  color: rgba(255, 255, 255, 0.5);
}

a.arrow-link.white polygon,
a.small-arrow-link.white polygon {
  fill: #fff;
}

a.arrow-link.white:hover polygon,
a.small-arrow-link.white:hover polygon {
  fill: rgba(255, 255, 255, 0.5);
}

/* !Side Block - - - - - */
.side-wrap {
  width: 82.5%;
}

.side-block a.arrow-link {
  position: absolute;
  bottom: 0;
  left: calc(82.5% + 90px);
}

/* !Single Post - - - - - */
.post-header {
  padding: 290px 0 0 0;
}

.post-header-top {
  position: sticky;
  position: -webkit-sticky;
  top: 290px;
  left: 0;
  z-index: 100;
}

.post-header-max {
  max-width: 700px;
  padding-bottom: 80px;
}

.post-header-max .small-label {
  margin-top: 30px;
}

.post-share.small-label {
  margin-bottom: 40px;
  margin-top: 0;
}

.post-header-image {
  width: 92.2%;
  display: block;
  margin: 0 0 0 auto;
}

.post-header-cover:before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 200px;
  left: 0;
  z-index: 1;
  background: url(images/tooth-top-white.svg) repeat-x center;
}

.post-header-cover:after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 1;
}

/* !Homepage - - - - - */
a.home-arrow-link {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
  z-index: 10;
}

.home-work-pad {
  padding-bottom: 120px;
  margin-top: -95px;
}

.home-work-pad .vvbig-serif-headline {
  max-width: 900px;
}

.home-work-pad .text {
  max-width: 750px;
}

.vert-title-wrap {
  position: absolute;
  top: 130px;
  right: 0;
  z-index: 1;
  height: calc(100% - 190px);
}

.vert-title {
  position: sticky;
  position: -webkit-sticky;
  top: 30px;
  right: 0;
}

.vert-title-wrap .vert-title {
  width: 120px;
}

.vert-title a {
  display: block;
}

.home-studio-top-image {
  width: 59.4%;
}

.home-studio-top-text {
  width: 40.6%;
  padding-left: 90px;
}

.home-studio-top-text a.arrow-link {
  margin: 45px 0 0 auto;
}

.home-studio-bottom-image {
  width: 81.5%;
  display: block;
  margin: 0 0 0 auto;
}

.home-studio-bottom {
  text-align: right;
  margin-top: 20px;
}

.home-insights-top-image {
  width: 69.2%;
}

.home-insights-top-text {
  width: 30.8%;
  padding-left: 60px;
}

.insight-screen {
  padding: 40px;
  text-align: center;
}

a.block {
  display: block;
}

.small-screen-max {
  max-width: 350px;
  margin: 0 auto;
}

.mid-serif-headline a {
  color: #3A3E3D;
}

.mid-serif-headline a:hover {
  color: #C7C7C7;
}

.home-insights-bottom {
  margin-top: 30px;
}

.home-insights-bottom-image {
  width: 48.9%;
}

.home-insights-bottom-text {
  width: 51.1%;
  padding-right: 50px;
  margin: 0 0 0 auto;
  max-width: 400px;
}

.home-insights .text {
  text-align: left;
  position: relative;
}

.home-work-bottom {
  margin-top: 20px;
}

.home-work-max {
  max-width: 54.1%;
  margin: 0 0 0 auto;
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

.home-work-top {
  padding-right: 15%;
}

.home-work-top .small-label {
  margin-bottom: 20px;
}

.mobile-work-label,
.mobile-work-link {
  display: none;
}

.mobile-work-link {
  width: 164px;
  display: none;
  margin: 35px 0 0 auto;
}

.mobile-work-label .small-label {
  margin-top: 20px;
  display: block !important;
}

.home-work-bottom-left {
  max-width: 55%;
  width: 100%;
  padding-right: 10px;
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

.home-work-bottom-right {
  max-width: 45%;
  width: 100%;
  padding-left: 10px;
  text-align: right;
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

.home-work-max:hover {
  max-width: 70%;
}

.home-work-bottom:hover .home-work-bottom-right {
  max-width: 55%;
}

.home-work-bottom:hover .home-work-bottom-left {
  max-width: 45%;
}

.home-work-bottom-left:hover {
  max-width: 62% !important;
}

.home-work-bottom-left:hover + .home-work-bottom-right {
  max-width: 38%;
}

.home-work-bottom .small-label {
  margin-top: 20px;
}

/* !Studio - - - - - */
ul.studio-nav {
  padding: 0 30px;
  text-align: center;
}

.studio-pad {
  padding-top: 40px;
}

ul.studio-nav li + li {
  margin-left: 50px;
}

ul.studio-nav a {
  display: block;
  font-size: 1rem;
  line-height: 1.3em;
  position: relative;
  color: #3A3E3D;
  font-style: italic;
}

ul.studio-nav a:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -8px;
  left: 0;
  background: #3A3E3D;
  z-index: 1;
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

ul.studio-nav a:hover:before {
  width: 100%;
}

.leader-middle {
  display: none;
  text-align: left;
}

.leader-left {
  width: 395px;
  padding-right: 10px;
}

.leader-right {
  width: 395px;
  padding-left: 10px;
  padding-top: 130px;
}

.person-name {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-top: -60px;
}

.also-header {
  padding: 0 30px;
  max-width: 1660px;
  margin: 0 auto;
}

.also-header .small-sans-headline {
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.disc-wrap {
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 45px;
}

.disc-right {
  width: 49.4%;
}

.disc-left {
  width: 50.6%;
  padding-right: 40px;
}

ul.disc-list li {
  width: 25%;
  padding: 10px 45px 0 0;
}

ul.disc-list {
  padding-top: 35px;
  max-width: 1060px;
  display: block;
  margin: 0 0 0 auto;
  font-size: 1.1428571429rem;
  line-height: 1.4em;
}

.who-block a.arrow-link {
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translate(0, -50%);
  z-index: 101;
}

.layout-bottom .text {
  max-width: 385px;
  margin-left: -135px;
}

.layout1-right {
  width: 61.3%;
}

.layout-bottom .layout1-right {
  margin: 0 0 0 auto;
}

.layout1-left {
  width: 38.7%;
  padding-right: 50px;
}

.layout-bottom {
  margin-top: 45px;
}

.layout-top .layout1-left {
  text-align: right;
}

.who-block + .who-block {
  margin-top: 350px;
}

.layout2-left {
  width: 48.9%;
}

.layout2-right {
  width: 51.1%;
  padding-left: 50px;
}

.layout2 .text,
.layout3 .text {
  padding-left: 90px;
}

.layout3-right {
  width: 37.3%;
}

.layout3-left {
  width: 62.7%;
  padding-right: 50px;
}

/* !Search Results - - - - - */
.search-block {
  margin-top: 90px;
}

.search-cycle {
  width: calc(100% + 60px);
}

.search-result {
  padding-right: 60px;
}

.search-cycle-wrap button.slick-prev {
  display: none !important;
}

.search-cycle-wrap .slick-next {
  width: 130px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: -130px;
  z-index: 101;
  background: url(images/slide-arrow-right.svg) no-repeat center #fff;
  z-index: 10;
  transform: translate(0, -50%);
  border: none;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
}

.search-form-wrap #bigsearch {
  padding-bottom: 0;
}

.search-form-wrap #bigsearch input[type=submit] {
  position: absolute;
  left: -9999px;
}

/* !Video Block (Full Screen) - - - - - */
.video-block .inner,
.video-block.flex-wrap {
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.video-block.active {
  min-height: 100vh;
  background: #231F20;
}

.video-block.active .inner {
  padding: 0;
  max-width: none;
}

.video-block {
  cursor: none !important;
}

.cursor {
  display: none;
  cursor: none !important;
  width: 86px;
  height: 42px;
  background: url(images/play.svg) no-repeat center;
  position: fixed;
}

.cursor:focus,
.video-block:focus {
  cursor: none !important;
}

.video-block.active .cursor {
  background: url(images/big-close.svg) no-repeat center;
}

/* !Scrollback Header - - - - - */
header,
a.search-toggle {
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

header.hide,
header.hide a.nav-toggle,
header.hide a.search-toggle {
  top: -100px;
}

.nav-active header.hide,
.nav-active header.hide a.nav-toggle,
.nav-active header.hide a.search-toggle,
.search-active header.hide,
.search-active header.hide a.nav-toggle,
.search-active header.hide a.search-toggle {
  top: 0;
}

.scrolled header {
  background: #fff;
}

.nav-active.scrolled header,
.seacrch-active.scrolled header {
  background: rgba(255, 255, 255, 0);
}

/* !Blog Cats - - - - - */
.blog-filters {
  font-size: 1.4285714286rem;
  line-height: 1.4em;
}

.blog-filter-wrap {
  border-top: 1px solid #AEAEAE;
  padding: 90px 0 100px 0;
  display: none;
}

.cats-left {
  width: 250px;
}

.cats-right {
  width: calc(100% - 250px);
}

ul.cat-list li {
  width: 33.33%;
  padding-left: 60px;
  padding-bottom: 10px;
}

ul.cat-list a {
  color: #3A3E3D;
}

ul.cat-list a:hover,
ul.cat-list a.active {
  color: #C7C7C7;
}

a.filter-toggle {
  color: #3A3E3D;
  display: block;
}

a.filter-toggle span {
  position: relative;
  padding-right: 40px;
  display: inline-block;
}

a.filter-toggle span:before {
  content: "";
  width: 22px;
  height: 12px;
  position: absolute;
  top: 7px;
  right: 0;
  z-index: 1;
  background: url(images/sort-arrow.svg) no-repeat center;
  transform-origin: center;
  transform: rotate(-90deg);
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

a.filter-toggle.active span:before {
  transform: rotate(0);
}

.filter-pad {
  padding-bottom: 40px;
}

/* !Studio Page (v2) - - - - - */
.studio-cta-text {
  font-size: 1.4285714286rem;
  line-height: 1.4em;
}

.studio-cta-text a {
  border-bottom: 1px solid #3A3E3D;
  color: #3A3E3D;
}

.studio-cta-text a:hover {
  color: #C7C7C7;
  border-color: #C7C7C7;
}

ul.studio-ctas {
  margin-top: 60px;
}

ul.studio-ctas li + li {
  margin-top: 30px;
}

.studio-left {
  width: 46.9%;
}

.studio-right {
  width: 53.1%;
  padding: 170px 90px 0 90px;
}

.studio-image {
  margin-top: 40px;
}

.studio-left-pad {
  padding: 0 40px 0 130px;
}

.new-studio-pad {
  padding: 160px 0;
}

/* !Signup Block - - - - - */
.signup-border {
  padding: 90px 0;
  margin: 40px 0;
  border-top: 1px solid #AEAEAE;
  border-bottom: 1px solid #AEAEAE;
}

.signup-text {
  margin-top: 25px;
}

.post-signup-form {
  margin-top: 40px;
}

.signup-max {
  max-width: 520px;
  margin: 0 auto;
}

/* !Pagination - - - - - */
.load-status {
  border-top: 1px solid #AEAEAE;
  padding-top: 30px;
}

.post-nav a {
  display: block;
  font-family: "instrument-sans-variable", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-style: italic;
  color: #3A3E3D;
  font-size: 1.1428571429rem;
  line-height: 1.4em;
  padding-bottom: 35px;
  background: url(images/sort-arrow.svg) no-repeat center bottom;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.post-nav a:hover {
  color: #C7C7C7;
}

/* !Embed Fix - - - - - */
.embed-block iframe {
  max-width: 100%;
  width: 100%;
}

/* !Block Effects - - - - - */
.fade {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.shift-left {
  position: relative;
  left: -100px;
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.shift-right {
  position: relative;
  right: -100px;
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.delay1 {
  transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
}

.delay2 {
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}

.delay3 {
  transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
}

.inview.fade,
.inview .fade {
  opacity: 1;
}

.inview .shift-left {
  left: 0;
}

.inview .shift-right {
  right: 0;
}

/* !Load Next Post - - - - - */
.more-wrap {
  padding: 40px 0;
  color: #3A3E3D;
}

.more-wrap a {
  color: #3A3E3D;
}

a.next-load {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: -99999px;
}

/* !Team Grid - - - - - */
ul.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
}

ul.grid.four-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

ul.grid.two-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

ul.grid.auto {
  grid-auto-rows: auto;
}

.team-grid-screen {
  background: rgba(35, 31, 32, 0.3);
  padding: 90px 40px;
  opacity: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

a.team-grid-link:hover .team-grid-screen {
  opacity: 1;
}

a.team-grid-link {
  display: block;
  position: relative;
}

ul.team-grid {
  padding: 0 20px;
  max-width: 1660px;
  margin: 0 auto;
}

ul.team-grid li {
  padding: 10px;
}

.team-headline {
  font-size: 6.4285714286rem;
  line-height: 1.2em;
  font-family: "dm-serif-text", Georgia, Times, serif;
}

.team-block .team-headline {
  margin-bottom: 80px;
}

.person-screen-name + .person-grid-title {
  margin-top: 10px;
}

/* !Single Person - - - - - */
.person-quote {
  font-size: 6.4285714286rem;
  line-height: 1.1em;
  font-family: "dm-serif-text", Georgia, Times, serif;
}

.mobile-quote {
  display: none;
  margin-top: 30px;
}

.desk-quote {
  margin-top: 120px;
}

.person-intro-left {
  width: 50%;
  padding-right: 40px;
  padding-top: 5px;
}

.person-intro-right {
  width: 50%;
  padding-left: 40px;
}

ul.person-info li {
  width: 50%;
}

ul.person-info li.mobile-info {
  display: none;
}

ul.person-info li.person-social {
  text-align: right;
  padding-left: 30px;
}

a.text-link.back {
  font-style: italic;
  background-size: 100% 1px;
}

.person-image {
  max-width: 1660px;
  padding: 0 30px;
  margin: 0 auto;
}

.person-screen {
  padding-bottom: 30px;
}

.person-social a.social path,
.person-social a.social polygon {
  fill: #3A3E3D;
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

.person-social a.social:hover path,
.person-social a.social:hover polygon {
  fill: #C7C7C7;
}

ul.image-list li:nth-child(1) {
  transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
}
ul.image-list li:nth-child(2) {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
ul.image-list li:nth-child(3) {
  transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
}
ul.image-list li:nth-child(4) {
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
ul.image-list li:nth-child(5) {
  transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
}
ul.image-list li:nth-child(6) {
  transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
}
ul.image-list li:nth-child(7) {
  transition-delay: 1.05s;
  -moz-transition-delay: 1.05s;
  -webkit-transition-delay: 1.05s;
}
ul.image-list li:nth-child(8) {
  transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
}
ul.image-list li:nth-child(9) {
  transition-delay: 1.35s;
  -moz-transition-delay: 1.35s;
  -webkit-transition-delay: 1.35s;
}
ul.image-list li:nth-child(10) {
  transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
}
ul.image-list li:nth-child(11) {
  transition-delay: 1.65s;
  -moz-transition-delay: 1.65s;
  -webkit-transition-delay: 1.65s;
}
ul.image-list li:nth-child(12) {
  transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -webkit-transition-delay: 1.8s;
}
ul.image-list li:nth-child(13) {
  transition-delay: 1.95s;
  -moz-transition-delay: 1.95s;
  -webkit-transition-delay: 1.95s;
}
ul.image-list li:nth-child(14) {
  transition-delay: 2.1s;
  -moz-transition-delay: 2.1s;
  -webkit-transition-delay: 2.1s;
}
ul.image-list li:nth-child(15) {
  transition-delay: 2.25s;
  -moz-transition-delay: 2.25s;
  -webkit-transition-delay: 2.25s;
}
ul.image-list li:nth-child(16) {
  transition-delay: 2.4s;
  -moz-transition-delay: 2.4s;
  -webkit-transition-delay: 2.4s;
}
ul.image-list li:nth-child(17) {
  transition-delay: 2.55s;
  -moz-transition-delay: 2.55s;
  -webkit-transition-delay: 2.55s;
}
ul.image-list li:nth-child(18) {
  transition-delay: 2.7s;
  -moz-transition-delay: 2.7s;
  -webkit-transition-delay: 2.7s;
}
ul.image-list li:nth-child(19) {
  transition-delay: 2.85s;
  -moz-transition-delay: 2.85s;
  -webkit-transition-delay: 2.85s;
}
ul.image-list li:nth-child(20) {
  transition-delay: 3s;
  -moz-transition-delay: 3s;
  -webkit-transition-delay: 3s;
}
ul.image-list li:nth-child(21) {
  transition-delay: 3.15s;
  -moz-transition-delay: 3.15s;
  -webkit-transition-delay: 3.15s;
}
ul.image-list li:nth-child(22) {
  transition-delay: 3.3s;
  -moz-transition-delay: 3.3s;
  -webkit-transition-delay: 3.3s;
}
ul.image-list li:nth-child(23) {
  transition-delay: 3.45s;
  -moz-transition-delay: 3.45s;
  -webkit-transition-delay: 3.45s;
}
ul.image-list li:nth-child(24) {
  transition-delay: 3.6s;
  -moz-transition-delay: 3.6s;
  -webkit-transition-delay: 3.6s;
}
ul.image-list li:nth-child(25) {
  transition-delay: 3.75s;
  -moz-transition-delay: 3.75s;
  -webkit-transition-delay: 3.75s;
}
ul.image-list li:nth-child(26) {
  transition-delay: 3.9s;
  -moz-transition-delay: 3.9s;
  -webkit-transition-delay: 3.9s;
}
ul.image-list li:nth-child(27) {
  transition-delay: 4.05s;
  -moz-transition-delay: 4.05s;
  -webkit-transition-delay: 4.05s;
}
ul.image-list li:nth-child(28) {
  transition-delay: 4.2s;
  -moz-transition-delay: 4.2s;
  -webkit-transition-delay: 4.2s;
}
ul.image-list li:nth-child(29) {
  transition-delay: 4.35s;
  -moz-transition-delay: 4.35s;
  -webkit-transition-delay: 4.35s;
}
ul.image-list li:nth-child(30) {
  transition-delay: 4.5s;
  -moz-transition-delay: 4.5s;
  -webkit-transition-delay: 4.5s;
}
ul.image-list li:nth-child(31) {
  transition-delay: 4.65s;
  -moz-transition-delay: 4.65s;
  -webkit-transition-delay: 4.65s;
}
ul.image-list li:nth-child(32) {
  transition-delay: 4.8s;
  -moz-transition-delay: 4.8s;
  -webkit-transition-delay: 4.8s;
}
ul.image-list li:nth-child(33) {
  transition-delay: 4.95s;
  -moz-transition-delay: 4.95s;
  -webkit-transition-delay: 4.95s;
}
ul.image-list li:nth-child(34) {
  transition-delay: 5.1s;
  -moz-transition-delay: 5.1s;
  -webkit-transition-delay: 5.1s;
}
ul.image-list li:nth-child(35) {
  transition-delay: 5.25s;
  -moz-transition-delay: 5.25s;
  -webkit-transition-delay: 5.25s;
}
ul.image-list li:nth-child(36) {
  transition-delay: 5.4s;
  -moz-transition-delay: 5.4s;
  -webkit-transition-delay: 5.4s;
}
ul.image-list li:nth-child(37) {
  transition-delay: 5.55s;
  -moz-transition-delay: 5.55s;
  -webkit-transition-delay: 5.55s;
}
ul.image-list li:nth-child(38) {
  transition-delay: 5.7s;
  -moz-transition-delay: 5.7s;
  -webkit-transition-delay: 5.7s;
}
ul.image-list li:nth-child(39) {
  transition-delay: 5.85s;
  -moz-transition-delay: 5.85s;
  -webkit-transition-delay: 5.85s;
}
ul.image-list li:nth-child(40) {
  transition-delay: 6s;
  -moz-transition-delay: 6s;
  -webkit-transition-delay: 6s;
}
ul.image-list li:nth-child(41) {
  transition-delay: 6.15s;
  -moz-transition-delay: 6.15s;
  -webkit-transition-delay: 6.15s;
}
ul.image-list li:nth-child(42) {
  transition-delay: 6.3s;
  -moz-transition-delay: 6.3s;
  -webkit-transition-delay: 6.3s;
}
ul.image-list li:nth-child(43) {
  transition-delay: 6.45s;
  -moz-transition-delay: 6.45s;
  -webkit-transition-delay: 6.45s;
}
ul.image-list li:nth-child(44) {
  transition-delay: 6.6s;
  -moz-transition-delay: 6.6s;
  -webkit-transition-delay: 6.6s;
}
ul.image-list li:nth-child(45) {
  transition-delay: 6.75s;
  -moz-transition-delay: 6.75s;
  -webkit-transition-delay: 6.75s;
}
ul.image-list li:nth-child(46) {
  transition-delay: 6.9s;
  -moz-transition-delay: 6.9s;
  -webkit-transition-delay: 6.9s;
}
ul.image-list li:nth-child(47) {
  transition-delay: 7.05s;
  -moz-transition-delay: 7.05s;
  -webkit-transition-delay: 7.05s;
}
ul.image-list li:nth-child(48) {
  transition-delay: 7.2s;
  -moz-transition-delay: 7.2s;
  -webkit-transition-delay: 7.2s;
}
ul.image-list li:nth-child(49) {
  transition-delay: 7.35s;
  -moz-transition-delay: 7.35s;
  -webkit-transition-delay: 7.35s;
}
ul.image-list li:nth-child(50) {
  transition-delay: 7.5s;
  -moz-transition-delay: 7.5s;
  -webkit-transition-delay: 7.5s;
}

.team-grid-image {
  display: none;
}

/* !Form Block - - - - - */
.page-form {
  margin-top: 60px;
}

.page-form:first-child {
  margin-top: 0;
}

/* !Featured Block - - - - - */
.feature-block a.arrow-link {
  margin-top: 60px;
  position: relative;
  left: 50px;
}

/* !Alternating Rows - - - - - */
.alt-row + .alt-row {
  margin-top: 130px;
}

.alt-row:nth-child(odd) {
  direction: rtl;
}

.alt-image {
  width: 49.3%;
}

.alt-content {
  width: 50.7%;
  padding-left: 150px;
}

.alt-row:nth-child(odd) .alt-content {
  padding: 0 150px 0 0;
}

.small-serif-subhead + .text {
  margin-top: 25px;
}

/* !Posts Block - - - - - */
.posts-block ul.post-grid {
  padding: 0 100px;
  max-width: 1860px;
}

/* !Columns Block - - - - - */
ul.block-cols {
  gap: 45px;
}

* + ul.block-cols {
  margin-top: 90px;
}

* + .columns-cta {
  margin-top: 75px;
}

.columns-cta {
  display: flex;
  justify-content: flex-end;
}

ul.block-cols .text.margin-top {
  margin-top: 15px;
}

/* !Gallery Slider Block - - - - - */
.gallery-slider-block {
  overflow: hidden;
}

/* .gallery-slider-left,
.gallery-slider-right
{ background: $lt-grey;}

.gallery-slider-left .slick-slide,
.gallery-slider-right .slick-slide
{ opacity: .45;} */
.gallery-slider-center-wrap {
  position: relative;
  z-index: 101;
  margin: 0 auto;
}

ul.slider-gallery-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 150px);
  display: flex;
  justify-content: space-between;
  z-index: 1010;
  transform: translate(-50%, -50%);
}

* + .grid-serif-headline {
  padding-top: 35px;
}

.gallery-center-info {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 60px;
  margin: 0 auto;
  width: calc(100vw - 330px);
  padding: 40px 30px 0 30px;
}

.gallery-center-info * + a.text-link {
  margin-top: 15px;
}

.gallery-slider-center-wrap {
  width: calc(100vw - 360px);
  padding: 0 15px;
  margin: 0 auto;
  z-index: 1010;
}

.gallery-slider-left-wrap,
.gallery-slider-right-wrap {
  width: 180px;
  height: calc(100% - 130px);
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 101;
}

.gallery-slider-right-wrap {
  left: auto;
  right: 0;
}

.gallery-slider-left .slick-track,
.gallery-slider-right .slick-track {
  display: flex !important;
  align-items: center;
}

.gallery-slider-left .slick-track,
.gallery-slider-right .slick-track,
.gallery-slider-left .slick-list,
.gallery-slider-right .slick-list,
.gallery-slider-left .slick-slide,
.gallery-slider-right .slick-slide,
.gallery-slider-left.slick-slider,
.gallery-slider-right.slick-slider {
  height: 100% !important;
}

.gallery-slider-left .slick-slide,
.gallery-slider-right .slick-slide {
  display: flex !important;
  align-items: center;
}

.side-image img {
  height: 100%;
  width: auto;
  display: block;
}

/* !Intro Block - - - - - */
.intro-image-grid {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 75px;
  align-items: end;
}

.intro-under-grid {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 75px;
}

.intro-under-grid.swap {
  grid-auto-flow: column;
  direction: rtl;
}

.big-serif-headline + .intro-under-grid {
  margin-top: 30px;
}

* + .over-intro-under {
  margin-top: 90px;
}

.over-intro-screen {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.over-intro-grid {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 75px;
  align-items: end;
  padding-bottom: 40px;
}

.over-intro-right {
  padding-bottom: 12px;
}

.intro-image-wrap {
  margin-bottom: 50px;
}

ul.service-list {
  font-size: 1.4285714286rem;
  line-height: 1.3em;
}

ul.service-list li + li,
* + ul.service-list {
  margin-top: 10px;
}

.mobile-cta {
  display: none;
  padding-top: 45px;
}

.over-intro-grid h1 {
  margin: 0;
}

/* !New Headlines - - - - - */
.subhead {
  font-family: "Antonio", "instrument-sans-variable", Arial, Verdana, sans-serif;
  font-size: 1.1428571429rem;
  line-height: 1.5em;
  text-transform: uppercase;
}

.head56 {
  font-family: "dm-serif-text", Georgia, Times, serif;
  font-size: 4rem;
  line-height: 1em;
}

.head86 {
  font-family: "dm-serif-text", Georgia, Times, serif;
  font-size: 6.1428571429rem;
  line-height: 1em;
}

.head26 {
  font-family: "dm-serif-text", Georgia, Times, serif;
  font-size: 1.8571428571rem;
  line-height: 1.3em;
}

.title {
  font-family: "instrument-sans-variable", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 1.1428571429rem;
  line-height: 1.4em;
}

.title.big {
  font-size: 1.2857142857rem;
}

.title.normal {
  font-weight: normal;
}

.new-callout-text {
  font-family: "dm-serif-text", Georgia, Times, serif;
  font-size: 4.4285714286rem;
  line-height: 1.3em;
  font-style: italic;
}

/* !New Buttons - - - - - */
a.new-button {
  font-family: "Antonio", "instrument-sans-variable", Arial, Verdana, sans-serif;
  font-size: 1.1428571429rem;
  line-height: 1.5em;
  text-transform: uppercase;
  padding: 10px;
  color: #3A3E3D;
  border: 1px solid #3A3E3D;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

a.new-button:hover {
  background: #F4F2EF;
  color: #3A3E3D;
  border-color: #F4F2EF;
}

/* !Work Landing - - - - - */
ul.new-work-list {
  gap: 20px;
}

.work-grid-content {
  padding: 20px 0 30px 0;
}

* + ul.new-work-list {
  margin-top: 40px;
}

ul.new-work-list li.grid-wide {
  grid-column: 1/3;
}

/* !Text Grid - - - - - */
.text-grid {
  gap: 60px;
}

.headline + .text,
.text + a.button,
.headline + a.button {
  margin-top: 40px;
}

.title + .title {
  margin-top: 3px;
}

/* !Section Marker - - - - - */
.section-marker-flex {
  justify-content: space-between;
  gap: 60px;
}

.section-marker-left {
  max-width: 380px;
}

.section-marker-right {
  max-width: 605px;
}

.section-number {
  font-size: 8.2857142857rem;
  line-height: 1em;
  font-family: "Antonio", "instrument-sans-variable", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  transform: translate(-5px, 0);
}

* + .section-title {
  margin-top: 15px;
}

/* !Work Intro - - - - - */
* + .work-intro-image {
  margin-top: 40px;
}

* + .work-intro-text {
  margin-top: 60px;
}

section.page-block.services-bar {
  margin-top: 30px;
}

.service-bar-border {
  padding-bottom: 15px;
  border-bottom: 1px solid #3A3E3D;
}

.toggle-wrap {
  display: flex;
  justify-content: flex-end;
  padding: 20px 0;
}

a.simple-toggle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
  font-size: 1.2857142857rem;
  line-height: 1.4em;
}

.toggle-left,
.toggle-right {
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  color: rgba(58, 62, 61, 0.2);
}

a.simple-toggle .toggle-right {
  color: #3A3E3D;
  font-weight: bold;
}

a.simple-toggle.active .toggle-left {
  color: #3A3E3D;
}

a.simple-toggle.active .toggle-right {
  color: rgba(58, 62, 61, 0.2);
}

.toggle-middle {
  width: 32px;
  height: 14px;
  border-radius: 16px;
  background: #3A3E3D;
  text-indent: -9999px;
  position: relative;
}

.toggle-middle:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #F4F2EF;
  position: absolute;
  top: 2px;
  right: 2px;
  border-radius: 20px;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

a.simple-toggle.active .toggle-middle:after {
  right: 20px;
}

* + ul.services-list {
  margin-top: 5px;
}

ul.services-list {
  gap: 20px;
  flex-wrap: wrap;
}

.hide-toggle {
  overflow: hidden;
  transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1);
}

.hide-toggle > * {
  transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1);
}

.hide-toggle.active {
  opacity: 0;
  padding: 0 !important;
}

.hide-toggle.active > * {
  margin-top: -150%;
}

/* !Work Intro - - - - - */
.work-intro-flex {
  display: grid;
  grid-template-columns: 1fr 106px;
  gap: 60px;
  align-items: end;
}

.work-intro-max {
  max-width: 800px;
}

.work-intro-right {
  width: 110px;
  display: flex;
  justify-content: flex-end;
}

ul.social-list {
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

ul.social-list.share-list {
  justify-content: flex-end;
}

ul.social-list path {
  fill: #3A3E3D;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

ul.social-list a:hover path {
  fill: rgba(58, 62, 61, 0.2);
}

/* !Callout (New) - - - - - */
* + .callout-info {
  margin-top: 60px;
}

/* !Typography Block - - - - - */
.type-grid {
  display: grid;
  grid-template-columns: 325px 1fr;
  gap: 20px;
  width: 100%;
  transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1);
}

.type-grid-left {
  border-top: 1px solid #3A3E3D;
  padding-top: 20px;
  transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1);
}

.typography-block.view-toggle.active .type-grid {
  width: calc(100% + 345px);
  margin-left: -345px;
}

/* !Color Block - - - - - */
.color-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.color-flex .color-box {
  flex: 1 1 0;
  height: 100%;
  padding: 10px;
  min-height: 380px;
}

/* !Image Grid - - - - - */
.gap .image-row + .image-row {
  margin-top: 20px;
}

.gap .image-row.grid {
  gap: 20px;
}

.caption {
  padding-top: 20px;
  font-size: 1rem;
  line-height: 1.4em;
}

section.page-block.image-grid-block.gap {
  padding: 20px 0;
}

/* !Transition API - - - - - */
@view-transition {
  navigation: auto;
}
#container {
  padding-top: 110px;
}

/* !Related Projects - - - - - */
.related-wrap {
  width: calc(100vw + 500px);
  padding: 30px 0;
}

.related-dots ul.splide__pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  height: 2px;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: static;
  background: rgba(58, 62, 61, 0.2);
}

.related-dots ul.splide__pagination li {
  flex-grow: 1;
  position: relative;
  height: 2px;
  display: flex;
}

.related-dots ul.splide__pagination li button.splide__pagination__page {
  width: 100%;
  height: 2px;
  text-indent: -9999px;
  transform: none;
  opacity: 1;
  margin: 0;
  position: relative;
  border-radius: 0;
  border: none;
  background: transparent;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

.related-dots ul.splide__pagination li button.splide__pagination__page.is-active {
  background: #3A3E3D;
}

.related-foot {
  display: grid;
  grid-template-columns: 1fr 108px;
  gap: 30px;
  align-items: center;
}

.related-controls {
  display: flex;
  align-items: center;
  gap: 20px;
}

.related-controls a path,
.related-controls a polygon {
  fill: rgba(58, 62, 61, 0.2);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

.related-controls a:hover path,
.related-controls a:hover polygon {
  fill: #3A3E3D;
}

/* - - - Media Queries - - - */
@media only screen and (max-width: 1650px) {
  .team-grid-screen {
    padding: 80px 30px;
  }
  .person-screen-name.grid-serif-headline {
    font-size: 2.1428571429rem;
    font-family: "dm-serif-text", Georgia, Times, serif;
  }
}
@media only screen and (max-width: 1350px) {
  .featured-post-right {
    width: 60%;
  }
  .featured-post-left {
    width: 40%;
    padding-right: 50px;
  }
  .grid-serif-headline {
    font-size: 2.1428571429rem;
  }
  .mid-serif-headline {
    font-size: 2.5714285714rem;
  }
  .featured-post .inner.wide {
    max-width: 1220px;
    padding-right: 30px;
  }
  .studio-headline {
    font-size: 6.4285714286rem;
  }
  .team-grid-screen {
    padding: 70px 25px;
  }
  .person-screen-name.grid-serif-headline {
    font-size: 1.8571428571rem;
    font-family: "dm-serif-text", Georgia, Times, serif;
  }
  .vvsmall-label {
    font-size: 0.7142857143rem;
  }
  .person-quote {
    font-size: 4.2857142857rem;
    line-height: 1.15em;
  }
  .person-header .vbig-serif-headline {
    font-size: 7.8571428571rem;
  }
  .gallery-center-info {
    width: calc(100vw - 160px);
  }
  .gallery-slider-center-wrap {
    width: calc(100vw - 190px);
  }
  .gallery-slider-left-wrap,
  .gallery-slider-right-wrap {
    width: 95px;
    height: calc(100% - 60px);
    top: 30px;
  }
}
@media only screen and (max-width: 1250px) {
  input.search-box,
  .callout-text {
    font-size: 7.1428571429rem;
  }
  input.search-box {
    height: 180px;
  }
  .footer-bg:before {
    height: 60px;
  }
  .studio-headline {
    font-size: 5.7142857143rem;
  }
  .studio-right {
    padding-top: 80px;
  }
  .inner {
    padding: 0 80px;
  }
  .vert-title-wrap .vert-title {
    width: 70px;
  }
  .home-insights-top-text {
    padding-left: 40px;
  }
  a.home-arrow-link {
    right: 20px;
  }
  .vvbig-serif-headline {
    font-size: 8.5714285714rem;
  }
  .person-header .vbig-serif-headline {
    font-size: 6.4285714286rem;
  }
  .home-work-pad {
    margin-top: -85px;
  }
  ul.team-grid.grid.four-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .person-screen-name.grid-serif-headline {
    font-size: 2.1428571429rem;
    font-family: "dm-serif-text", Georgia, Times, serif;
  }
  .person-quote {
    font-size: 3.5714285714rem;
    line-height: 1.15em;
  }
  .posts-block ul.post-grid {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1140px) {
  .grid-screen-title:after {
    display: none;
  }
  .nav-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  input.search-box {
    font-size: 6.4285714286rem;
  }
  input.search-box {
    height: 120px;
  }
  .callout-text {
    font-size: 5.7142857143rem;
  }
  .footer-bg:before {
    height: 45px;
  }
  .mid-serif-headline,
  .grid-serif-headline {
    font-size: 1.8571428571rem;
  }
  .small-label {
    font-size: 1rem;
  }
  .text {
    font-size: 1.1428571429rem;
  }
  .text.small-text {
    font-size: 0.9285714286rem;
  }
  .text.large-text {
    font-size: 1.2857142857rem;
  }
  .text.vlarge-text {
    font-size: 1.2857142857rem;
  }
  .blog-filters {
    font-size: 1.1428571429rem;
  }
  a.filter-toggle span:before {
    top: 5px;
  }
  ul.cat-list li {
    padding-left: 40px;
    width: 50%;
  }
  ul.post-grid li {
    padding: 15px 15px 80px 15px;
  }
  .search-result {
    padding-right: 30px;
  }
  .search-cycle {
    width: calc(100% + 30px);
  }
  ul.post-grid {
    padding: 0 15px;
  }
  .small-section-pad {
    padding: 40px 0;
  }
  .section-pad {
    padding: 65px 0;
  }
  .mid-section-pad {
    padding: 90px 0;
  }
  .pad-bottom {
    padding-bottom: 90px;
  }
  .pad-top {
    padding-top: 65px;
  }
  .big-section-pad {
    padding: 90px 0;
  }
  .vbig-section-pad {
    padding: 160px 0;
  }
  .spacer-medium {
    height: 50px;
  }
  .spacer-large {
    height: 90px;
  }
  .spacer-xlarge {
    height: 120px;
  }
  .studio-headline {
    font-size: 5rem;
  }
  .studio-right {
    padding-top: 60px;
    padding-left: 50px;
  }
  .studio-cta-text {
    font-size: 1.1428571429rem;
  }
  .post-header {
    padding-top: 190px;
  }
  .post-header-top {
    top: 190px;
  }
  .text ul li:before {
    top: 9px;
  }
  ul.work-list li:nth-child(7n+1) .grid-screen-title {
    font-size: 3.5714285714rem;
  }
  .grid-screen-title {
    font-size: 1.5714285714rem;
  }
  .grid-screen {
    padding: 25px 30px;
  }
  .web-wrap {
    height: 500px;
  }
  .client-intro-left {
    width: 280px;
  }
  .client-intro-right {
    width: calc(100% - 280px);
  }
  .small-sans-headline {
    font-size: 2.1428571429rem;
  }
  .vvbig-serif-headline {
    font-size: 6.4285714286rem;
  }
  .home-work-pad {
    margin-top: -65px;
  }
  .person-quote {
    font-size: 2.8571428571rem;
    line-height: 1.2em;
  }
  .person-header .vbig-serif-headline {
    font-size: 5.7142857143rem;
  }
  .alt-content {
    padding: 0 0 0 70px;
  }
  .alt-row:nth-child(odd) .alt-content {
    padding: 0 70px 0 0;
  }
  .small-serif-subhead {
    font-size: 2.5714285714rem;
  }
  .posts-block ul.post-grid {
    padding: 0 65px;
  }
}
@media only screen and (max-width: 1000px) {
  ul.nav a {
    font-size: 5.7142857143rem;
  }
  .nav-bottom {
    margin-top: 60px;
  }
  .person-screen-name.grid-serif-headline {
    font-size: 1.8571428571rem;
  }
}
@media only screen and (max-height: 768px) {
  ul.nav a {
    font-size: 4.2857142857rem;
  }
  .info-block {
    font-size: 1.1428571429rem;
  }
  ul.nav li + li {
    margin-top: 20px;
  }
  .nav-bottom {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 1023px) {
  .vert-text-wrap,
  .vert-title-wrap {
    display: none !important;
  }
  .footer-signup-text,
  .studio-left .studio-left-pad,
  a.home-arrow-link {
    display: none;
  }
  .vbig-serif-headline {
    font-size: 4.2857142857rem;
  }
  .studio-headline {
    font-size: 3.5714285714rem;
    font-family: "dm-serif-text", Georgia, Times, serif;
  }
  .inner {
    padding: 0 30px;
  }
  a.scroll-top {
    width: 30px;
    height: 30px;
    bottom: 15px;
    right: 15px;
  }
  a.scroll-top svg {
    width: 30px;
    height: 30px;
  }
  .footer-bg {
    padding-bottom: 70px;
  }
  .footer-left,
  .footer-right {
    width: 100%;
    display: block;
    padding: 0;
    text-align: center;
  }
  .footer-sign-form {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
  .callout-text {
    font-size: 4.2857142857rem;
  }
  .footer-bottom .footer-right {
    text-align: center;
    margin-top: 45px;
  }
  .footer-signup-text.mobile-footer-text {
    display: block;
    margin-bottom: 45px;
  }
  footer .callout-text {
    text-align: center;
  }
  .footer-bg:before {
    height: 40px;
  }
  a.button,
  input.gform_button {
    font-size: 1.0714285714rem;
    padding: 12px 20px;
  }
  ul.contact-links li {
    padding: 15px;
  }
  .blog-filter-wrap {
    padding: 45px 0 50px 0;
  }
  ul.post-grid li {
    width: 50%;
  }
  .featured-post-left,
  .featured-post-right,
  .studio-left,
  .studio-right {
    width: 100%;
    display: block;
  }
  .featured-post-left {
    margin-top: 50px;
  }
  .section-pad {
    padding: 50px 0;
  }
  .mid-section-pad {
    padding: 70px 0;
  }
  .pad-bottom {
    padding-bottom: 70px;
  }
  .pad-top {
    padding-top: 50px;
  }
  .big-section-pad {
    padding: 70px 0;
  }
  .vbig-section-pad {
    padding: 80px 0;
  }
  .spacer-medium {
    height: 40px;
  }
  .spacer-large {
    height: 60px;
  }
  .spacer-xlarge {
    height: 80px;
  }
  .search-cycle-wrap {
    padding-right: 30px;
  }
  .search-cycle-wrap .slick-next {
    right: -30px;
    width: 60px;
  }
  .new-studio-pad {
    padding-top: 0;
  }
  .studio-image {
    margin-top: 0;
  }
  .mobile-studio-headline {
    display: block;
  }
  .studio-right {
    padding: 45px 30px 0 30px;
  }
  ul.studio-ctas {
    margin-top: 45px;
  }
  .post-header-image {
    width: calc(100% - 30px);
  }
  .post-header-max {
    padding-left: 30px;
  }
  .signup-border {
    padding: 50px 0;
    margin: 30px 0;
  }
  .side-wrap {
    width: calc(100% - 200px);
  }
  .side-block a.arrow-link {
    right: 0;
    left: auto;
  }
  ul.work-list li:nth-child(7n+1) .grid-screen-title {
    font-size: 2.8571428571rem;
  }
  ul.web-list {
    padding: 0 30px;
  }
  ul.web-list li {
    padding: 0 15px;
  }
  a.nav-toggle {
    right: 5px;
  }
  a.search-toggle {
    right: 85px;
  }
  .vvbig-serif-headline,
  .team-headline {
    font-size: 5rem;
  }
  .home-work-pad {
    margin-top: -45px;
  }
  .person-quote {
    font-size: 2.5rem;
    line-height: 1.25em;
  }
  .alt-content {
    padding: 0 0 0 40px;
  }
  .alt-row:nth-child(odd) .alt-content {
    padding: 0 40px 0 0;
  }
  .alt-row + .alt-row {
    margin-top: 70px;
  }
  .serif-headline.has-mobile {
    font-size: 2.5714285714rem;
    font-family: "dm-serif-text", Georgia, Times, serif;
  }
  .posts-block ul.post-grid {
    padding: 0 15px;
  }
  .posts-block ul.post-grid li {
    width: 100%;
    display: block;
  }
  .over-intro-screen .lt-grey {
    color: #3A3E3D;
  }
  .over-intro-screen {
    position: static;
    padding: 50px 0 0 0;
  }
  .over-intro-grid,
  .intro-under-grid,
  .intro-under-grid.swap,
  .intro-image-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 30px;
    grid-auto-flow: row;
    direction: ltr;
  }
  .over-intro-grid {
    padding: 0;
  }
  ul.service-list {
    font-size: 1.1428571429rem;
  }
  .over-intro-screen a.arrow-link.white,
  .over-intro-screen a.arrow-link.white .arrow-down-text {
    color: #3A3E3D;
  }
  .over-intro-screen a.arrow-link.white:hover,
  .over-intro-screen a.arrow-link.white:hover .arrow-down-text {
    color: #C7C7C7;
  }
  .over-intro-screen a.arrow-link polygon {
    fill: #3A3E3D;
  }
  .over-intro-screen a.arrow-link:hover polygon {
    fill: #C7C7C7;
  }
  * + .over-intro-under {
    margin-top: 40px;
  }
  .over-intro-right,
  .intro-image-cta {
    display: none;
  }
  .intro-block a.arrow-link {
    padding-left: 0;
    width: 120px;
  }
  .mobile-cta {
    display: flex;
    justify-content: flex-end;
  }
  .over-intro-screen {
    display: block;
  }
  .intro-image-wrap .inner {
    padding: 0;
  }
  .intro-block {
    padding-top: 80px;
  }
  ul.block-cols {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 35px;
  }
  * + ul.block-cols {
    margin-top: 45px;
  }
  * + .columns-cta {
    margin-top: 35px;
  }
  .gallery-center-info {
    width: 100%;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
  }
  .gallery-slider-center-wrap {
    width: 100%;
    padding: 0;
  }
  .gallery-slider-left-wrap,
  .gallery-slider-right-wrap {
    display: none;
  }
  ul.slider-gallery-nav {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .nav-right .nav-search,
  .nav-wrap .vert-text-wrap,
  .home-insights-bottom .grid-screen,
  .home-work-top .small-label,
  .person-screen,
  .person-header .vert-text-wrap,
  .desk-quote {
    display: none;
  }
  .nav-left,
  .nav-right,
  .client-intro-right,
  .client-intro-left {
    width: 100%;
    padding: 0;
    display: block;
  }
  ul.nav a {
    font-size: 2.8571428571rem;
  }
  .info-block {
    font-size: 1rem;
  }
  ul.nav li + li {
    margin-top: 10px;
  }
  .nav-bottom,
  .nav-social,
  ul.contact-links,
  .client-intro-left {
    margin-top: 45px;
  }
  .nav-wrap .inner {
    padding: 0 45px;
  }
  .nav-wrap {
    padding: 120px 0 45px 0;
  }
  input.search-box {
    font-size: 4.2857142857rem;
  }
  input.search-box {
    height: 80px;
  }
  .search-wrap {
    padding: 125px 45px 45px 45px;
  }
  .callout-text {
    font-size: 2.8571428571rem;
  }
  .footer-bg:before {
    height: 25px;
  }
  .signup-form input[type=email] {
    font-size: 1.1428571429rem;
  }
  .small-sans-headline {
    font-size: 1.7142857143rem;
  }
  .small-label.lined {
    margin-bottom: 25px;
    border: none;
    padding-bottom: 0;
  }
  .home-work-pad {
    margin-top: 0;
    padding: 45px 0 60px 0;
  }
  .home-work-pad .inner {
    padding: 0;
  }
  .home-insights-top-image,
  .home-insights-top-text,
  .home-insights-bottom-image,
  .home-insights-bottom-text,
  .person-intro-left,
  .person-intro-right {
    width: 100%;
    display: block;
    padding: 0;
  }
  .home-insights-top-text,
  .home-insights-bottom-text {
    margin-top: 25px;
    text-align: left;
  }
  .home-insights-bottom {
    margin-top: 50px;
  }
  .home-insights-bottom-text {
    max-width: none;
  }
  .home-work-top {
    padding: 0;
  }
  .home-work-max,
  .home-work-max:hover,
  .home-work-bottom-left,
  .home-work-bottom-left:hover,
  .home-work-bottom-right,
  .home-work-bottom-right:hover,
  .home-studio-top-image,
  .home-studio-top-text,
  .home-studio-bottom-image,
  .alt-content,
  .alt-image {
    max-width: none !important;
    width: 100% !important;
    display: block;
  }
  .home-work-bottom-left,
  .home-work-bottom-right {
    padding: 0;
    margin-top: 50px;
    text-align: left;
  }
  .home-studio-top-text {
    padding: 0;
    margin-top: 35px;
    text-align: left;
  }
  .mobile-work-label,
  .mobile-work-link,
  .mobile-quote {
    display: block;
  }
  .person-intro-right {
    margin-top: 40px;
  }
  ul.person-info li {
    display: block !important;
    padding: 0 !important;
    text-align: left !important;
  }
  ul.person-info li + li {
    margin-top: 25px;
  }
  ul.person-info .person-screen-name.grid-serif-headline {
    font-size: 2.1428571429rem;
    font-family: "dm-serif-text", Georgia, Times, serif;
  }
  a.text-link.back {
    font-size: 0.6428571429rem;
  }
  ul.person-info .person-screen-name.grid-serif-headline {
    font-size: 2.5rem;
    font-family: "dm-serif-text", Georgia, Times, serif;
  }
  .mobile-quote.person-quote {
    font-size: 2.1428571429rem;
    font-family: "dm-serif-text", Georgia, Times, serif;
  }
  .alt-content,
  .alt-image,
  .alt-row:nth-child(odd) .alt-content {
    padding: 0;
  }
  .alt-image {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 850px) {
  ul.team-grid.grid.four-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .person-screen-name.grid-serif-headline {
    font-size: 2.1428571429rem;
    font-family: "dm-serif-text", Georgia, Times, serif;
  }
}
@media only screen and (max-width: 790px) {
  /* Style adjustments for viewports that meet the condition */
  ul.work-list li:nth-child(7n+2),
  ul.work-list li:nth-child(7n+4),
  ul.work-list li:nth-child(7n+6),
  ul.work-list li:nth-child(7n+3),
  ul.work-list li:nth-child(7n+5),
  ul.work-list li:nth-child(7n+7) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  ul.work-list li {
    padding-top: 10px;
  }
  .cats-left,
  .cats-right {
    width: 100%;
    display: block;
    padding: 0;
  }
  .cats-right {
    margin-top: 25px;
  }
  .blog-filters {
    font-size: 1rem;
  }
  a.filter-toggle span:before {
    top: 4px;
  }
  ul.cat-list li {
    padding-left: 0;
    padding-right: 30px;
  }
  ul.work-list li:nth-child(7n+1) .grid-screen-title {
    font-size: 1.5714285714rem;
  }
  .web-wrap {
    height: 450px;
  }
}
@media only screen and (max-width: 768px) {
  /* Style adjustments for viewports that meet the condition */
  .text img.alignleft,
  .text img.alignright {
    margin: 10px auto;
    float: none;
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .vbig-serif-headline,
  .studio-headline,
  .small-callout-text {
    font-size: 3.5714285714rem;
    font-family: "dm-serif-text", Georgia, Times, serif;
  }
  .post-header {
    padding-top: 120px;
  }
  .post-header-top {
    top: 120px;
  }
  .post-header-cover:after {
    height: 100px;
  }
  .post-header-cover:before {
    bottom: 100px;
  }
  .post-header-max {
    padding-bottom: 40px;
  }
  .half-block,
  .half-block:nth-child(odd),
  .half-block:nth-child(even) {
    width: 100%;
    display: block;
    padding: 0;
  }
  .half-block:nth-child(even) {
    margin-top: 10px;
  }
  .cta-wrap {
    padding-right: 0;
  }
  .cta-wrap .arrow-link,
  .side-block a.arrow-link {
    position: static;
    margin-top: 30px;
    transform: translate(0, 0);
  }
  a.arrow-link {
    transform: translate(0, 0);
    padding-left: 58px;
    width: 164px;
  }
  .arrow-link .arrow-vert {
    transform: translate(0, -100%) rotate(-90deg);
  }
  .side-wrap {
    width: 100%;
  }
  .web-wrap {
    height: 400px;
  }
  .vvbig-serif-headline,
  .team-headline {
    font-size: 3.5714285714rem;
    font-family: "dm-serif-text", Georgia, Times, serif;
  }
  .gfield_radio .gchoice,
  .gfield_checkbox .gchoice {
    width: 100%;
    padding-right: 0;
  }
  .feature-block a.arrow-link {
    left: 0;
  }
  .small-serif-subhead {
    font-size: 1.8571428571rem;
  }
}
@media only screen and (max-width: 767px) {
  .team-grid-video {
    display: none;
  }
  .team-grid-image {
    display: block;
  }
}
@media only screen and (max-width: 650px) {
  ul.team-grid.grid.four-grid {
    display: block;
    padding: 0 30px;
    max-width: 445px;
  }
  ul.team-grid.grid.four-grid li {
    padding: 0;
  }
  .person-screen-name.grid-serif-headline {
    font-size: 2.1428571429rem;
    font-family: "dm-serif-text", Georgia, Times, serif;
  }
  .team-grid-screen {
    opacity: 1;
    position: static;
    padding: 20px 0 60px 0;
    background: none;
  }
  .team-grid-screen .white {
    color: #3A3E3D;
  }
}
@media only screen and (max-width: 600px) {
  /* Style adjustments for viewports that meet the condition */
  .image-hover:after {
    display: none;
  }
  input.search-box,
  .big-serif-headline,
  .small-callout-text {
    font-size: 2.8571428571rem;
    font-family: "dm-serif-text", Georgia, Times, serif;
  }
  input.search-box {
    height: 60px;
  }
  .info-block {
    font-size: 1rem;
  }
  .grid-screen {
    position: static;
    padding: 25px 0 35px 0;
    text-align: left;
    opacity: 1;
  }
  .grid-screen .white {
    color: #3A3E3D;
  }
  .grid-screen .small-label {
    margin-bottom: 15px !important;
  }
  .web-wrap {
    height: 300px;
    border-width: 2px;
  }
  ul.person-info .person-screen-name.grid-serif-headline,
  .person-screen-name.grid-serif-headline {
    font-size: 2.5rem;
    font-family: "dm-serif-text", Georgia, Times, serif;
  }
}
@media only screen and (max-width: 560px) {
  /* Style adjustments for viewports that meet the condition */
  ul.cat-list li,
  ul.post-grid li {
    width: 100%;
    display: block;
  }
  ul.cat-list li {
    padding-right: 0;
  }
  .grid-post-info,
  .featured-post-left {
    margin-top: 40px;
  }
  ul.post-grid li {
    padding-bottom: 45px;
  }
  li.grid-post a.small-arrow-link,
  .featured-post a.small-arrow-link {
    display: block;
  }
  .search-cycle-wrap {
    padding-right: 0;
  }
  .small-callout-text {
    font-size: 2.1428571429rem;
  }
  .text blockquote {
    padding-left: 20px;
    font-size: 1.2857142857rem;
  }
  a.slick-prev svg,
  a.slick-next svg {
    width: 16px;
    height: 29px;
  }
  a.slick-next,
  a.slick-prev {
    padding: 15px 7px;
    width: 30px;
  }
  .vvbig-serif-headline {
    font-size: 2.8571428571rem;
    font-family: "dm-serif-text", Georgia, Times, serif;
  }
  .team-headline {
    font-size: 2.4285714286rem;
  }
  .team-block .team-headline {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 400px) {
  /* Style adjustments for viewports that meet the condition */
  .web-wrap {
    height: 250px;
  }
}
@media only screen and (max-width: 320px) {
  /* Style adjustments for viewports that meet the condition */
}
/* - - - Non-Semantic Helper Classes - - - */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* - - - Print Styles - - - */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  } /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
