.hidden {
  display: none; }

@keyframes navSlideIn {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes fadedIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(72px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

li {
  list-style: none; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.33;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0px;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top: #000 solid 1px; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none; }

cite {
  font-style: normal; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

::selection {
  color: #fffeff;
  background: #000; }

h1, .big-p {
  font-family: "UniversLTStd-Ex", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.5; }
  @media (min-width: 1620px) {
    h1, .big-p {
      font-size: 2vw; } }
  @media (max-width: 1240px) {
    h1, .big-p {
      font-size: 1.3rem; } }

h3, label, .button {
  font-family: "gt-pressura-mono-light", Georgia, serif;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 12px 0 18px 0; }
  @media (min-width: 1620px) {
    h3, label, .button {
      font-size: 1.3vw; } }
  @media (max-width: 1240px) {
    h3, label, .button {
      font-size: 1rem; } }

p, .field {
  font-family: "UniversLTStd-Ex", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5; }

.small-p {
  font-size: 1rem;
  line-height: 1.5; }

.big-p {
  margin-top: 0; }

.little-p {
  font-family: "gt-pressura-mono-light", Georgia, serif;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.5; }
  @media (min-width: 1620px) {
    .little-p {
      font-size: 1.3vw; } }
  @media (max-width: 1240px) {
    .little-p {
      font-size: 1rem; } }

li a {
  font-family: "gt-pressura-mono-light", Georgia, serif;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.5; }
  @media (min-width: 1620px) {
    li a {
      font-size: 1.3vw; } }
  @media (max-width: 1240px) {
    li a {
      font-size: 1rem; } }

blockquote {
  font-family: "UniversLTStd-Ex", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 3.8rem;
  line-height: 1.5;
  line-height: 1.25; }
  @media (min-width: 1620px) {
    blockquote {
      font-size: 4vw; } }
  @media (max-width: 1240px) {
    blockquote {
      font-size: 3.8rem; } }
  @media (max-width: 820px) {
    blockquote {
      font-size: 2.25rem; } }

blockquote::before {
  content: "\201C";
  position: relative;
  left: -.5%; }
  @media (max-width: 820px) {
    blockquote::before {
      left: 0;
      margin-left: 0; } }

cite {
  font-family: "gt-pressura-mono-light", Georgia, serif;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.5; }
  @media (min-width: 1620px) {
    cite {
      font-size: 1.3vw; } }
  @media (max-width: 1240px) {
    cite {
      font-size: 1rem; } }

a {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

p a {
  color: #828282; }

.floating-header-s, .floating-header-mix {
  max-width: 460px; }
  @media (min-width: 1620px) {
    .floating-header-s, .floating-header-mix {
      max-width: none;
      width: 42vw; } }

.floating-header-m {
  max-width: 600px; }
  @media (min-width: 1620px) {
    .floating-header-m {
      max-width: none;
      width: 42vw; } }

@font-face {
  font-family: 'UniversLTStd-Ex';
  src: url("/assets/fonts/UniversLTStd-Ex.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/UniversLTStd-Ex.otf") format("opentype"), url("/assets/fonts/UniversLTStd-Ex.woff") format("woff"), url("/assets/fonts/UniversLTStd-Ex.ttf") format("truetype"), url("/assets/fonts/UniversLTStd-Ex.svg#UniversLTStd-Ex") format("svg"); }

@font-face {
  font-family: 'gt-pressura-mono-light';
  src: url("/assets/fonts/gt-pressura-mono-light.woff") format("woff"), url("/assets/fonts/gt-pressura-mono-light.ttf") format("truetype"); }

html {
  overflow-x: hidden; }

body {
  background: #fffeff; }

.callout {
  width: 100%;
  display: flex;
  position: relative;
  cursor: pointer;
  margin-top: 0; }
  .callout .callout-label, .callout .callout-arrow {
    display: inline-block;
    position: relative; }
  .callout .callout-label {
    width: auto; }
  .callout .callout-arrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 12px;
    bottom: 0px;
    width: 200px; }

.margin-divider {
  height: 6vw; }

.unit-divider {
  height: 24px; }

.unit-divider-2 {
  height: 72px; }
  @media (max-width: 820px) {
    .unit-divider-2 {
      height: 24px; } }

.ui-interactive {
  transition: 500ms linear opacity;
  cursor: pointer;
  user-select: none;
  user-drag: none; }

.ui-interactive:hover {
  opacity: 0.8; }

.hero, .hero-project, .hero-mix {
  animation: fadedIn 500ms linear;
  background-size: cover;
  background-position: top;
  height: 70vh;
  min-height: 680px;
  position: relative;
  overflow: hidden; }
  .hero .tagline, .hero .page-title, .hero-project .tagline, .hero-project .page-title, .hero-mix .tagline, .hero-mix .page-title {
    z-index: 9; }
  .hero .tagline, .hero-project .tagline, .hero-mix .tagline {
    position: absolute;
    bottom: 24px;
    padding: 0 6vw; }
    .hero .tagline h1, .hero-project .tagline h1, .hero-mix .tagline h1 {
      color: #fffeff; }
  .hero .page-title, .hero-project .page-title, .hero-mix .page-title {
    position: absolute;
    top: 52.7%;
    left: 50%;
    transform: translate(-52.7%, -50%); }
    .hero .page-title h1, .hero-project .page-title h1, .hero-mix .page-title h1 {
      color: #fffeff;
      text-transform: capitalize;
      font-size: 10rem;
      letter-spacing: -0.3rem; }
      @media (min-width: 1620px) {
        .hero .page-title h1, .hero-project .page-title h1, .hero-mix .page-title h1 {
          letter-spacing: -0.3vw;
          font-size: 10vw; } }
      @media (max-width: 1240px) {
        .hero .page-title h1, .hero-project .page-title h1, .hero-mix .page-title h1 {
          font-size: 5.7rem; } }
      @media (max-width: 820px) {
        .hero .page-title h1, .hero-project .page-title h1, .hero-mix .page-title h1 {
          font-size: 3.8rem; } }
  .hero .play-button, .hero-project .play-button, .hero-mix .play-button {
    position: absolute;
    top: 50.4%;
    left: 50%;
    transform: translate(-50.4%, -50%);
    z-index: 2;
    width: 72px;
    height: auto; }
  .hero video, .hero-project video, .hero-mix video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .hero .overlay, .hero-project .overlay, .hero-mix .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.2;
    z-index: 2; }
  @media (max-width: 820px) {
    .hero, .hero-project, .hero-mix {
      height: 480px;
      min-height: 480px; }
      .hero .page-title, .hero-project .page-title, .hero-mix .page-title {
        position: absolute;
        top: 51.9%;
        left: 50%;
        transform: translate(-51.9%, -50%); }
      .hero .tagline, .hero-project .tagline, .hero-mix .tagline {
        padding: 0 27px;
        bottom: 12px; }
      .hero .play-button, .hero-project .play-button, .hero-mix .play-button {
        width: 48px; } }

.hero-project, .hero-mix {
  height: 63vh;
  min-height: 680px;
  background-position: center; }
  @media (max-width: 820px) {
    .hero-project, .hero-mix {
      height: 480px;
      min-height: 480px; } }

.hero-mix {
  background-position: center; }

.content-two-up {
  display: flex;
  justify-content: space-between; }
  .content-two-up .content-left, .content-two-up .content-right {
    width: 49%; }
    .content-two-up .content-left .two-up-image-full, .content-two-up .content-right .two-up-image-full {
      width: 100%; }
  .content-two-up .person-info h1 {
    margin-top: 0 !important;
    position: relative;
    bottom: 6px; }
  .content-two-up .callout-header {
    margin-top: 0; }
    @media (max-width: 820px) {
      .content-two-up .callout-header {
        margin-top: 6vw; } }
  @media (max-width: 820px) {
    .content-two-up {
      display: block; }
      .content-two-up .content-left, .content-two-up .content-right {
        width: 100%; }
        .content-two-up .content-left .two-up-image-full, .content-two-up .content-right .two-up-image-full {
          margin-bottom: 12px; } }

.content-four-up {
  display: flex;
  justify-content: space-between; }
  .content-four-up .content-four, .content-four-up .content-1, .content-four-up .content-2, .content-four-up .content-3, .content-four-up .content-4 {
    width: 25%; }
    .content-four-up .content-four .two-up-image-full, .content-four-up .content-1 .two-up-image-full, .content-four-up .content-2 .two-up-image-full, .content-four-up .content-3 .two-up-image-full, .content-four-up .content-4 .two-up-image-full {
      width: 100%; }
  @media (max-width: 820px) {
    .content-four-up {
      display: block; }
      .content-four-up .content-left, .content-four-up .content-right {
        width: 100%; }
      .content-four-up .content-four, .content-four-up .content-1, .content-four-up .content-2, .content-four-up .content-3, .content-four-up .content-4 {
        width: 100%; } }

.content-centered-narrow {
  max-width: 48vw; }
  .content-centered-narrow .centered-box {
    margin-left: 3vw; }

.content-centered {
  max-width: 60vw; }
  .content-centered .centered-box {
    margin-left: 3vw; }
  @media (max-width: 1240px) {
    .content-centered .centered-box {
      margin-left: 0; } }

.content-centered, .content-centered-narrow, .content-centered-contact {
  margin: 0 auto;
  width: 100% !important; }
  .content-centered h1, .content-centered-narrow h1, .content-centered-contact h1 {
    margin-top: 0; }
  @media (max-width: 820px) {
    .content-centered .centered-box, .content-centered-narrow .centered-box, .content-centered-contact .centered-box {
      margin-left: 0; } }

@media (max-width: 1240px) {
  .content-centered-narrow, .content-centered {
    width: 80%;
    max-width: 100%; } }

.project-card {
  display: flex;
  margin-bottom: 6vw;
  justify-content: space-between; }
  .project-card .project-left, .project-card .project-right {
    width: 48%;
    justify-content: center; }
    .project-card .project-left h3, .project-card .project-right h3 {
      margin-top: 0; }
  .project-card .project-left img {
    width: 100%;
    height: auto; }
  .project-card .project-right h1 {
    margin-top: 60px;
    margin-bottom: 60px;
    cursor: pointer; }
    @media (max-width: 1240px) {
      .project-card .project-right h1 {
        margin-top: 12px;
        margin-bottom: 12px; } }
  .project-card .project-right .project-right-container {
    margin-left: 3vw; }
  .project-card .project-right-top {
    display: flex;
    margin-left: 3vw;
    width: 50%; }
  .project-card .project-mix, .project-card .project-mix-mobile {
    display: flex;
    justify-content: space-between; }
    .project-card .project-mix .project-mix-left, .project-card .project-mix .project-mix-right, .project-card .project-mix-mobile .project-mix-left, .project-card .project-mix-mobile .project-mix-right {
      width: 48%;
      justify-content: center; }
      .project-card .project-mix .project-mix-left h3, .project-card .project-mix .project-mix-right h3, .project-card .project-mix-mobile .project-mix-left h3, .project-card .project-mix-mobile .project-mix-right h3 {
        margin-top: 0; }
    .project-card .project-mix .project-mix-left h1, .project-card .project-mix-mobile .project-mix-left h1 {
      margin-top: 60px;
      margin-bottom: 60px;
      cursor: pointer; }
      @media (max-width: 1240px) {
        .project-card .project-mix .project-mix-left h1, .project-card .project-mix-mobile .project-mix-left h1 {
          margin-top: 12px;
          margin-bottom: 12px; } }
    .project-card .project-mix .project-mix-left .project-right-container, .project-card .project-mix-mobile .project-mix-left .project-right-container {
      margin-left: 3vw; }
    .project-card .project-mix .project-mix-right, .project-card .project-mix-mobile .project-mix-right {
      margin-right: 0; }
      .project-card .project-mix .project-mix-right img, .project-card .project-mix-mobile .project-mix-right img {
        width: 100%;
        height: auto; }
  .project-card .mix-list {
    margin-left: 3vw; }
    .project-card .mix-list .mix-list-header {
      margin-bottom: 0; }
      .project-card .mix-list .mix-list-header h1 {
        margin-top: 0; }
    .project-card .mix-list .mix-list-body .disco-embed {
      position: relative;
      right: 1vw;
      width: 40vw; }
    @media (max-width: 820px) {
      .project-card .mix-list .mix-list-header h1, .project-card .mix-list .mix-list-header h3 {
        margin: 6px 0 0 0; }
      .project-card .mix-list .mix-list-body .disco-embed {
        width: 90vw; } }
  .project-card .callout .callout-arrow {
    margin-bottom: 1vw; }
  .project-card .project-mix-mobile {
    display: none; }
  @media (max-width: 820px) {
    .project-card {
      margin-bottom: 32.4px !important;
      display: block;
      margin-bottom: 54px; }
      .project-card .callout {
        margin-top: 12px; }
        .project-card .callout .callout-arrow {
          margin-bottom: 12px; }
      .project-card .project-mix-mobile {
        display: block; }
      .project-card .project-mix {
        display: none; }
      .project-card .project-left, .project-card .project-right {
        width: 100%; }
      .project-card .project-right {
        margin-top: 18px; }
        .project-card .project-right .project-right-container {
          margin-left: 0; }
      .project-card .project-mix-mobile .project-mix-left {
        margin-right: 0;
        width: 100%; }
        .project-card .project-mix-mobile .project-mix-left img {
          width: 100%;
          height: auto; }
      .project-card .project-mix-mobile .project-mix-right {
        margin-top: 18px;
        margin-right: 0;
        width: 100%; } }

.project-image {
  background-size: cover;
  background-position: top;
  height: 30vw; }
  @media (max-width: 1240px) {
    .project-image {
      padding-top: 40%; } }

.project-thumbnail .content-left, .project-thumbnail .content-right {
  width: 48%; }

.project-thumbnail .project-image {
  width: 100%;
  margin-bottom: 24px; }

.project-thumbnail h1 {
  margin-bottom: 0; }

.project-thumbnail h3 {
  margin-top: 6px;
  margin-bottom: 4.8vw; }

@media (max-width: 820px) {
  .project-thumbnail .content-left, .project-thumbnail .content-right {
    width: 100%; }
  .project-thumbnail .project-image {
    margin-bottom: 12px; }
  .project-thumbnail .project-thumbnail-info {
    margin-bottom: 32.4px; } }

.info-card {
  padding: 6vw;
  border-top: solid #000 1px; }

.item-card {
  padding: 6vw;
  border-top: solid #000 1px; }
  .item-card .button {
    color: #fffeff !important;
    background: #000 !important; }
  .item-card .content-right a .callout {
    bottom: 12px; }
  .item-card .le-form-flex {
    width: 70%; }
    .item-card .le-form-flex .field {
      min-width: 100%; }
  @media (max-width: 1240px) {
    .item-card .content-two-up {
      display: block;
      width: auto; }
      .item-card .content-two-up .content-left, .item-card .content-two-up .content-right {
        width: 80%; } }
  @media (max-width: 820px) {
    .item-card {
      padding: 27px 18px 18px 18px; }
      .item-card .content-two-up .content-left, .item-card .content-two-up .content-right {
        width: 100%; }
      .item-card .le-form-flex {
        width: 100%; }
        .item-card .le-form-flex .field {
          min-width: 50%; } }

.no-border {
  border: none; }

.card {
  height: auto;
  min-height: 680px;
  background-color: #000; }
  .card .card-container {
    padding: 6vw; }
    .card .card-container h1, .card .card-container h2, .card .card-container h3, .card .card-container p, .card .card-container a, .card .card-container blockquote, .card .card-container cite {
      color: #fffeff; }
    .card .card-container h1 {
      margin-bottom: 0; }
  @media (max-width: 820px) {
    .card {
      min-height: 480px; }
      .card .card-container {
        padding: 18px 18px; } }

.card-image {
  background-size: cover;
  background-position: top; }

.card-quote {
  background: #000;
  min-height: auto; }
  .card-quote .card-container {
    padding: 6vw; }
    .card-quote .card-container blockquote {
      padding-bottom: 85px; }
    .card-quote .card-container cite {
      margin-bottom: 6vw; }
    .card-quote .card-container .callout {
      margin-top: 12px; }
  @media (max-width: 820px) {
    .card-quote .card-container {
      padding: 54px 21.6px; }
      .card-quote .card-container blockquote {
        padding-bottom: 68px; } }

.card-quote-single {
  min-height: auto; }
  .card-quote-single .card-container blockquote {
    padding-bottom: 0; }

@media (max-width: 1240px) {
  .mix-single .project-card {
    display: block; }
    .mix-single .project-card .project-left, .mix-single .project-card .project-right {
      width: 100%; }
    .mix-single .project-card .project-right-top {
      margin-left: 0;
      width: 100%; }
      .mix-single .project-card .project-right-top .mix-list {
        margin-left: auto;
        margin-right: auto; } }

@media (max-width: 820px) {
  .mix-single .project-card .project-right-top .mix-list {
    margin-left: 0;
    margin-right: 0; } }

.content-main, .content-main-project {
  margin: 6vw;
  background: #fffeff; }
  .content-main .content-image-margin, .content-main-project .content-image-margin {
    width: 85%; }
  .content-main .content-header, .content-main-project .content-header {
    margin-bottom: 3vw; }
  @media (max-width: 820px) {
    .content-main, .content-main-project {
      margin: 27px; }
      .content-main .content-header, .content-main-project .content-header {
        margin-bottom: 27px; }
      .content-main .content-image-margin, .content-main-project .content-image-margin {
        width: 100%;
        margin-bottom: 24px; } }

.content-main-project {
  margin: 3vw 6vw 6vw 6vw; }
  .content-main-project .related-content .related-content-head {
    margin: 6vw auto 1.5vw auto; }
    .content-main-project .related-content .related-content-head .content-right {
      width: auto;
      padding-right: 0.7vw; }
  .content-main-project .related-content .related-thumbnails .related-thumbnail {
    margin-right: 2vw; }
    .content-main-project .related-content .related-thumbnails .related-thumbnail h1 {
      margin-top: 2vw;
      margin-bottom: 0.375vw;
      font-size: 1.3rem;
      line-height: 1.5; }
      @media (min-width: 1620px) {
        .content-main-project .related-content .related-thumbnails .related-thumbnail h1 {
          font-size: 1.3vw; } }
      @media (max-width: 1240px) {
        .content-main-project .related-content .related-thumbnails .related-thumbnail h1 {
          font-size: 1rem; } }
    .content-main-project .related-content .related-thumbnails .related-thumbnail .related-thumbnail-image {
      background-size: cover;
      background-position: top;
      width: 100%;
      height: 18vw; }
  .content-main-project .related-content .related-thumbnails .related-thumbnail:last-child {
    margin-right: 0; }
  .content-main-project .related-content .related-content-callout {
    display: flex;
    bottom: 12px; }
    .content-main-project .related-content .related-content-callout a {
      margin-left: auto;
      margin-right: 12px; }
  .content-main-project .related-content .related-content-callout-mobile {
    display: none; }
  @media (max-width: 820px) {
    .content-main-project {
      margin: 18px; }
      .content-main-project .content-two-up .content-left h1, .content-main-project .content-two-up .content-left h3 {
        margin-top: 0; }
      .content-main-project .content-two-up .content-left .content-two-up {
        display: flex !important; }
      .content-main-project .content-two-up {
        margin: 0; }
      .content-main-project .related-content {
        margin-top: 81px; }
        .content-main-project .related-content .related-content-head {
          margin: 81px auto 27px auto; }
          .content-main-project .related-content .related-content-head .content-right {
            width: auto;
            padding-right: 0; }
          .content-main-project .related-content .related-content-head .callout {
            margin-top: 0; }
        .content-main-project .related-content .related-content-callout {
          display: none; }
        .content-main-project .related-content .related-content-callout-mobile {
          display: block; }
        .content-main-project .related-content .related-thumbnails {
          margin-bottom: 18px; }
          .content-main-project .related-content .related-thumbnails .related-thumbnail {
            margin-right: 0;
            margin-bottom: 32.4px; }
            .content-main-project .related-content .related-thumbnails .related-thumbnail h1 {
              margin-top: 12px;
              margin-bottom: 0; }
            .content-main-project .related-content .related-thumbnails .related-thumbnail h3 {
              margin-top: 0; }
            .content-main-project .related-content .related-thumbnails .related-thumbnail .related-thumbnail-image {
              padding-top: 40%; } }

@media (max-width: 820px) {
  .mobile-hidden {
    display: none !important; } }

nav {
  position: fixed;
  width: 100%;
  height: 7.8vw;
  z-index: 10;
  top: 0;
  background-image: url("/assets/ui/nav-shade.png");
  background-size: 100% 100%;
  background-repeat: repeat; }
  nav .brand {
    z-index: 9; }
    nav .brand .brand-image {
      position: absolute;
      top: 24px;
      left: 3vw;
      width: 17vw;
      height: auto;
      transition: 500ms linear width; }
      nav .brand .brand-image svg {
        transition: 300ms linear fill;
        fill: #fffeff; }
      @media (max-width: 1620px) {
        nav .brand .brand-image {
          width: 288px; } }
      @media (max-width: 1240px) {
        nav .brand .brand-image {
          width: 168px; } }
      nav .brand .brand-image.center {
        left: 50%;
        transform: translateX(-50%);
        max-width: 12rem; }
    nav .brand .brand-image:hover svg {
      fill: #1c1c1c; }
    nav .brand .brand-minimized {
      width: 12vw;
      min-width: 140px;
      top: 36px; }
      @media (max-width: 1240px) {
        nav .brand .brand-minimized {
          width: 168px;
          top: 24px; } }
  nav ul {
    position: absolute;
    top: 1.8vw;
    right: 3vw; }
    nav ul li {
      display: inline-block;
      margin-left: 3.6vw; }
    nav ul a {
      color: #fffeff; }
    nav ul a:hover::after {
      content: '';
      display: block;
      position: relative;
      height: 2px;
      background: #FFF;
      top: 6px;
      animation: navSlideIn 300ms; }
    @media (max-width: 1620px) {
      nav ul {
        top: 30px; }
        nav ul li {
          margin-left: 36px; } }
  nav .nav-ear {
    display: none; }
  @media (max-width: 1240px) {
    nav .brand .brand-image {
      top: 30px;
      width: 264px; } }
  @media (max-width: 820px) {
    nav {
      height: 108px; }
      nav .nav-links {
        display: none; }
      nav .nav-ear {
        display: block;
        position: absolute;
        z-index: 9;
        top: 18px;
        right: 24px; }
        nav .nav-ear .emblem {
          width: 30px; }
      nav .brand .brand-image {
        top: 26.4px;
        left: 24px;
        width: 144px; } }

.mobile-menu {
  animation: fadedIn 500ms linear;
  display: none; }
  .mobile-menu .brand {
    position: relative;
    top: 26.4px;
    left: 24px;
    width: 144px;
    height: auto; }
    .mobile-menu .brand svg {
      transition: 300ms linear fill;
      fill: #fffeff; }
  .mobile-menu ul {
    padding: 54px;
    position: relative;
    top: 96px; }
    .mobile-menu ul li a {
      animation: fadeInUp 400ms ease-in;
      position: relative;
      display: inline-block;
      color: #fffeff;
      font-size: 1.8rem;
      margin-bottom: 27px; }

footer {
  background: #000;
  padding: 3vw 6vw; }
  footer .footer-container {
    width: 100%;
    display: flex;
    position: relative; }
    footer .footer-container h3, footer .footer-container p, footer .footer-container li {
      font-family: "UniversLTStd-Ex", Helvetica, Arial, sans-serif;
      color: #fffeff; }
    footer .footer-container .footer-center h3, footer .footer-container .footer-left h3, footer .footer-container .footer-right h3 {
      margin-bottom: 24px; }
    footer .footer-container .footer-left {
      width: 10vw;
      margin-right: 54px;
      text-align: left img;
        text-align-width: 100%; }
      footer .footer-container .footer-left .emblem {
        position: relative;
        top: 24px;
        width: 120px; }
    footer .footer-container .footer-right {
      width: 40vw;
      text-align: right; }
    footer .footer-container .footer-center {
      width: 50vw; }
      footer .footer-container .footer-center p {
        margin-top: 15.6px; }
    footer .footer-container .emblem, footer .footer-container .footer-subscribe-form {
      display: inline-block; }
    footer .footer-container .footer-social .social-media-icon {
      margin-left: 24px;
      width: 42px; }
    footer .footer-container .footer-social ul {
      margin-top: 32.4px; }
    footer .footer-container .footer-social li {
      display: inline-block; }
  footer .footer-baseline {
    position: relative;
    bottom: 24px; }
    footer .footer-baseline .footer-right p {
      position: absolute;
      right: 0;
      bottom: 0; }
  @media (max-width: 1240px) {
    footer .footer-container h3 {
      margin-bottom: 4px; }
    footer .footer-container .footer-left {
      width: 2%; }
      footer .footer-container .footer-left .emblem {
        width: 36px; }
    footer .footer-container .footer-center {
      width: 100%; }
    footer .footer-container .footer-right {
      display: block;
      width: 50%; }
      footer .footer-container .footer-right .social-media-icon {
        width: 24px; } }
  @media (max-width: 820px) {
    footer {
      padding: 27px 18px; }
      footer .footer-container {
        margin: 18px auto;
        display: block; }
        footer .footer-container .footer-left {
          display: none; }
        footer .footer-container .footer-center h3 {
          margin-bottom: 24px; }
        footer .footer-container .footer-right {
          text-align: left; }
          footer .footer-container .footer-right .footer-social {
            margin-bottom: 54px; }
            footer .footer-container .footer-right .footer-social h3 {
              margin-bottom: 12px; }
            footer .footer-container .footer-right .footer-social .social-media-icon {
              margin-left: 0;
              margin-right: 24px; }
            footer .footer-container .footer-right .footer-social ul {
              padding-left: 0;
              margin-top: 12px; } }

#mc_embed_signup {
  text-align: left !important; }
  #mc_embed_signup #mce-EMAIL {
    background-color: transparent !important;
    color: #828282 !important;
    font-family: "UniversLTStd-Ex", Helvetica, Arial, sans-serif;
    padding: 20.4px 18px 18px 18px !important;
    font-size: 1rem;
    line-height: 1.5;
    line-height: 24px !important;
    height: 36px;
    width: 70%; }
  #mc_embed_signup #mc-embedded-subscribe {
    color: #000;
    background: #fffeff;
    font-size: 1rem;
    line-height: 1.5;
    font-family: "gt-pressura-mono-light", Georgia, serif;
    width: auto;
    cursor: pointer;
    line-height: 24px !important;
    height: 40.8px;
    width: auto; }
  @media (max-width: 1240px) {
    #mc_embed_signup #mce-EMAIL {
      width: 70%; }
    #mc_embed_signup .clear {
      width: auto; }
      #mc_embed_signup .clear #mc-embedded-subscribe {
        width: auto; } }
  @media (max-width: 820px) {
    #mc_embed_signup #mce-EMAIL {
      width: 100%; }
    #mc_embed_signup .clear {
      width: 100%; }
      #mc_embed_signup .clear #mc-embedded-subscribe {
        width: 100%; } }

.hero-project, a img, .callout, .project-card h1, .project-image, .project-thumbnail-info, .related-thumbnail-image:hover, .related-thumbnail-info, .button {
  transition: 100ms linear opacity;
  -webkit-backface-visibility: hidden; }

h1, h2, h3, p a {
  transition: 100ms linear opacity;
  -webkit-backface-visibility: hidden; }

.hero-project:hover, a img:hover, .project-image:hover, .project-thumbnail-info:hover, .related-thumbnail-image:hover, .related-thumbnail-info:hover {
  opacity: 0.8;
  transition: 300ms linear; }
  .hero-project:hover h1, .hero-project:hover h3, .hero-project:hover .callout-arrow, a img:hover h1, a img:hover h3, a img:hover .callout-arrow, .project-image:hover h1, .project-image:hover h3, .project-image:hover .callout-arrow, .project-thumbnail-info:hover h1, .project-thumbnail-info:hover h3, .project-thumbnail-info:hover .callout-arrow, .related-thumbnail-image:hover h1, .related-thumbnail-image:hover h3, .related-thumbnail-image:hover .callout-arrow, .related-thumbnail-info:hover h1, .related-thumbnail-info:hover h3, .related-thumbnail-info:hover .callout-arrow {
    opacity: 0.8; }

p a:hover, .callout:hover, .project-card h1:hover {
  opacity: 0.5;
  transition: 300ms linear; }
  p a:hover h1, p a:hover h3, p a:hover .callout-arrow, .callout:hover h1, .callout:hover h3, .callout:hover .callout-arrow, .project-card h1:hover h1, .project-card h1:hover h3, .project-card h1:hover .callout-arrow {
    opacity: 0.5; }

.video-overlay {
  display: none; }
  .video-overlay .video-container {
    position: relative;
    top: 20vh;
    width: 100%;
    text-align: center; }
    .video-overlay .video-container iframe {
      width: 1280px;
      height: 720px; }
    @media (max-width: 1440px) {
      .video-overlay .video-container iframe {
        width: 848px;
        height: 480px; } }
    @media (max-width: 820px) {
      .video-overlay .video-container {
        top: 81px; }
        .video-overlay .video-container iframe {
          width: 320px;
          height: 480px; } }
    @media (max-width: 820px) and (orientation: landscape) {
      .video-overlay .video-container {
        top: -54px; } }

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s; }

.close-button {
  position: absolute;
  top: 48px;
  right: 48px;
  z-index: 99; }
  .close-button img {
    height: 72px;
    width: 72px; }

@media (max-width: 820px) {
  .close-button {
    top: 18px;
    right: 14.4px; }
    .close-button img {
      height: 48px;
      width: 48px; } }

.overlay-on {
  display: block !important; }

.offset:before {
  display: block;
  content: " ";
  height: 150px;
  /* Give height of your fixed element */
  margin-top: -150px;
  /* Give negative margin of your fixed element */
  visibility: hidden; }

.Reel {
  padding: 8rem 2rem 5rem; }

.Reel-main {
  width: 100%;
  max-width: 60rem;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto; }

.Reel-slide {
  width: 100%; }

.Reel-holder {
  position: relative;
  width: 100%;
  max-width: 100%;
  max-width: 80rem;
  height: 0;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-bottom: 54.45%;
  /* 16:9 */ }
  .Reel-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.Reel-holder-info {
  position: relative;
  top: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  font-family: 'UniversLTStd-Ex', Helvetica, Arial, sans-serif;
  text-align: center;
  color: #000000; }
  .Reel-holder-info span {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 0 1rem; }

.Reel-nav {
  margin-right: 2rem;
  margin-left: 2rem; }

.Reel-thumb {
  position: relative;
  margin: 1rem;
  opacity: 0.7; }
  .Reel-thumb.is-nav-selected {
    opacity: 1; }
  .Reel-thumb:hover .Reel-thumb-info, .Reel-thumb:active .Reel-thumb-info {
    opacity: 1; }

.Reel-holder-small {
  position: relative;
  width: 100%;
  max-width: 100%;
  max-width: 12rem;
  height: 0;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-bottom: 54.45%;
  /* 16:9 */ }
  .Reel-holder-small iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.Reel-thumb-info {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  padding: 0.5rem;
  transition: 0.2s;
  font-family: 'UniversLTStd-Ex', Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
  letter-spacing: -1px;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8); }
  .Reel-thumb-info p {
    margin-top: 0;
    margin-bottom: 0.2rem;
    font-size: 0.8rem;
    line-height: 1.5em; }

.Reel-img {
  display: block;
  max-width: 12rem; }

.Reel {
  /* icon color */
  /* position outside */ }
  .Reel .flickity-button:disabled {
    display: none !important; }
  .Reel .flickity-button {
    background: #333333; }
  .Reel .flickity-button:hover {
    background: #666666; }
  .Reel .flickity-prev-next-button {
    width: 30px;
    height: 30px;
    border-radius: 5px; }
  .Reel .flickity-button-icon {
    fill: white; }
  .Reel .flickity-prev-next-button.previous {
    left: -40px; }
  .Reel .flickity-prev-next-button.next {
    right: -40px; }
