@charset "UTF-8";
@font-face {
  font-family: 'Mongrel Grotesque';
  src: url("../fonts/Mongrel-Grotesque-Regular.woff"); }

@font-face {
  font-family: 'Mongrel Grotesque';
  src: url("../fonts/Mongrel-Grotesque-Regular-Italic.woff");
  font-style: italic; }

@font-face {
  font-family: 'Mongrel Grotesque';
  src: url("../fonts/Mongrel-Grotesque-Bold.woff");
  font-weight: bold; }

@font-face {
  font-family: 'Mongrel Grotesque Condensed';
  src: url("../fonts/Mongrel-Grotesque-Condensed-Regular.woff"); }

* {
  margin: 0;
  padding: 0;
  font: inherit;
  box-sizing: border-box; }

html {
  font-size: 10px;
  background-color: #F7F5F2;
  -webkit-tap-highlight-color: transparent; }
  @media (max-width: 560px) {
    html {
      font-size: 8px; } }

body {
  min-height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  font-family: 'Mongrel Grotesque', sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #222222;
  transition: opacity 0.25s;
  opacity: 0;
  -webkit-font-smoothing: antialiased; }
  body.ready {
    opacity: 1; }

.highlight {
  color: red; }

.yield {
  min-height: 100vh; }

.edit-link {
  position: fixed;
  top: 0;
  right: 0;
  background: #F7F5F2;
  z-index: 10;
  text-transform: uppercase;
  padding: 0.1rem 0.4rem; }

sup {
  line-height: 0;
  font-size: 0.75em; }

strong, h4 {
  font-weight: bold; }

em {
  font-style: italic; }

h2, h3, .cond {
  text-transform: uppercase; }
  h2 span, h3 span, .cond span {
    border-bottom: 1px solid; }

h2, h3, .cond, .caps {
  text-transform: uppercase;
  letter-spacing: 0.02em; }

h3, .cond {
  font-family: 'Mongrel Grotesque Condensed', sans-serif; }

h5, h6, small {
  font-size: 1.4rem; }

h6 {
  margin-right: calc(100% * 1 / 6);
  margin-left: calc(100% * 1 / 6); }

a {
  text-decoration: none;
  color: inherit; }
  a:hover, a.current {
    color: red; }

p a {
  border-bottom: 1px solid; }

pre, code {
  font-family: monospace; }

p, li,
h2, h3, h4, h5,
.image__wrap .image,
.wp-caption,
.wp-caption img {
  margin-bottom: 1.2em; }

li {
  padding-left: 1.15em;
  position: relative;
  list-style-type: none; }
  .project li {
    margin-left: -1.15em; }
  li:before {
    content: '→';
    position: absolute;
    left: 0; }

blockquote {
  font-size: 3rem;
  color: red; }
  blockquote.has-quotes p:first-of-type {
    text-indent: -0.45em; }
  blockquote p:last-of-type:not(:first-of-type) {
    color: #222222;
    margin-left: calc(100% * 1 / 4);
    text-indent: -0.98em; }

.wp-caption {
  width: auto !important;
  max-width: 100%;
  margin: auto; }
  .wp-caption.aligncenter {
    margin-left: calc(100% * 1 / 6);
    margin-right: calc(100% * 1 / 6); }
  .wp-caption-text {
    font-size: 1.4rem;
    margin-top: -0.8em; }

::-moz-selection {
  background: yellow; }

::selection {
  background: yellow; }

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

.image {
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-top: 66%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.25s; }
  .image.image--load {
    opacity: 0; }
  .image.image--loaded {
    opacity: 1; }

.fit-words {
  visibility: hidden; }

.comma-list > span:not(:last-of-type):after {
  content: ', '; }

.gutter {
  padding: 0 0.8rem;
  width: 100%; }

.col {
  -ms-flex: 1;
      flex: 1; }

.splash {
  color: #F7F5F2;
  background-color: #222222;
  width: 100vw;
  position: relative;
  z-index: 10;
  transform: translateZ(0);
  background-position: center;
  background-size: cover;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -moz-crisp-edges;
      image-rendering: pixelated;
  background-attachment: fixed;
  opacity: 0;
  transition: opacity 0.25s;
  transition-delay: 0.25s; }
  .splash a {
    cursor: s-resize; }
  .splash a:hover {
    color: inherit; }
  @media (max-width: 960px) {
    .splash {
      background-attachment: scroll; } }
  body.tablet .splash {
    background-attachment: scroll; }
  .splash__backdrop {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #F7F5F2;
    z-index: 9; }
  body.ready .splash {
    opacity: 1; }
  .splash svg {
    fill: currentColor;
    width: 100%;
    max-width: 56rem;
    height: auto; }
  .splash__screen {
    width: 100vw;
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .splash__screen--second {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      padding: 0 calc(100vw * 1 / 14); }
  .splash__text {
    font-size: 4.8rem;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #222222;
    width: 100%; }
    .splash__text .word {
      position: relative;
      z-index: 2; }
      .splash__text .word:after {
        z-index: -1;
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin-left: -0.26em;
        margin-bottom: -0.1em;
        background: #F7F5F2; }
    @media (max-width: 1280px) {
      .splash__text {
        font-size: 3.6rem; } }
    @media (max-width: 960px) {
      .splash__text {
        font-size: 2.4rem; } }
    .splash__text__logo svg {
      fill: currentColor;
      height: 0.76em;
      width: auto; }

/*$menu_width: calc(100vw * 1 / 14);*/
/*$negative_menu_width: calc(-100vw * 1 / 14);*/
/*$internal_menu_offset: calc(100vw - 100vw * 1 / 14);*/
.project__section:not([data-layout="single_image"]),
.project__header__content,
.page--about,
.splash__text,
.awards,
.project__sections:after {
  margin: 0 7.14286vw; }
  @media (max-width: 960px) {
    .project__section:not([data-layout="single_image"]),
    .project__header__content,
    .page--about,
    .splash__text,
    .awards,
    .project__sections:after {
      margin-left: 0;
      margin-right: 0; } }

.projects,
.projects__terms,
.people,
.person,
.post,
.awards {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  margin-left: 7.14286vw; }
  @media (max-width: 960px) {
    .projects,
    .projects__terms,
    .people,
    .person,
    .post,
    .awards {
      margin-left: 0;
      margin-right: 0; } }

.project__header__title-container,
.project__header__precede-container {
  margin-right: 7.14286vw; }

.project__section__heading__arrow {
  margin-right: -7.14286vw; }

.project__section .image__wrap--single .image__caption {
  margin-left: 7.14286vw;
  padding-left: 2.4rem;
  max-width: 64rem; }

.menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vh;
  height: 7.14286vw;
  transform: translateX(7.14286vw) rotate(-90deg);
  transform-origin: bottom left;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  line-height: 1.1;
  padding-top: 2.4rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .menu li {
    margin: 0; }
  .menu__close {
    display: none; }
  .menu--internal {
    position: absolute;
    left: 100vw;
    transform: rotate(90deg);
    transform-origin: top left;
    bottom: initial;
    top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding-right: 0; }
    .menu--internal div {
      -ms-flex: none;
          flex: none;
      margin-right: 2.4rem; }
  .project__header .menu, .menu--internal {
    color: #F7F5F2;
    z-index: 3; }
    body:not(.display--retina) .project__header .menu, body:not(.display--retina) .menu--internal {
      position: absolute; }
  .menu__logo svg {
    height: 0.8em;
    width: auto;
    fill: currentColor; }
    body.ie .menu__logo svg {
      width: 2.4em; }
  .menu__logo--ghost {
    visibility: hidden;
    display: none; }
    @media (min-height: 768px) {
      .menu__logo--ghost {
        display: initial; } }
  .menu__sub {
    display: none; }
    @media (min-height: 768px) and (min-width: 961px) {
      .menu__sub {
        display: initial; } }

.mobile-menu__open {
  display: none;
  position: fixed;
  top: 2rem;
  right: 2.1rem;
  z-index: 3;
  font-size: 2.4rem; }

@media (max-width: 960px) {
  .mobile-menu__open {
    display: block; }
    body.single-projects:not(.project--past-header) .mobile-menu__open {
      display: none; }
    body.single-projects:not(.project--past-header) .project__header .mobile-menu__open {
      display: block; }
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: initial;
    width: 100vw;
    height: auto;
    transform: none;
    padding: 2.4rem;
    background: #F7F5F2;
    z-index: 20;
    transform: translateY(calc(-100% - 0.6rem));
    box-shadow: 0 0 0.6rem #222222; }
    body.mobile-menu--open .menu {
      transform: translateY(0); }
    .menu__logo__wrapper {
      margin-left: 3.2rem; }
    .menu__logo--ghost {
      display: none; }
    .menu__back {
      position: absolute;
      left: 2.4rem;
      top: 2.4rem;
      transform: rotate(-90deg); }
    .menu__close {
      display: initial;
      position: absolute;
      top: 2.4rem;
      right: 2.4rem;
      transform: scale(1.5); }
    .project__header .menu, .menu--internal {
      display: none; } }

body.single-projects.project--past-header .project__header .menu {
  pointer-events: none; }

@keyframes pilcrow {
  0% {
    opacity: 1; }
  1% {
    opacity: 0; }
  50% {
    opacity: 0; }
  51% {
    opacity: 1; } }

.projects {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media (max-width: 640px) {
    .projects {
      margin-top: 1.6rem; } }
  .projects__project {
    opacity: 0;
    transition: opacity 0.25s; }
    .projects__project[data-filter-show="false"], .projects__project[data-search-show="false"] {
      display: none; }
    .projects__project__wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row; }
    .projects__project--flip .projects__project__wrapper {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
    .projects__project--loaded {
      opacity: 1; }
    .projects__project .gutter {
      padding-top: 0.8rem;
      padding-bottom: 0.8rem; }
    .projects__project__date {
      font-size: 1.2rem;
      color: red;
      margin-bottom: 0.4rem; }
      .projects__project__date .gutter {
        padding-bottom: 0; }
    .projects[data-col="6"] .projects__project {
      width: 16.666666666%; }
    .projects[data-col="5"] .projects__project {
      width: 20%; }
    .projects[data-col="4"] .projects__project {
      width: 25%; }
    .projects[data-col="3"] .projects__project {
      width: 33.333333333%; }
      .projects[data-col="3"] .projects__project .projects__project__precede {
        font-size: 1.2rem; }
    .projects[data-col="2"] .projects__project {
      width: 50%; }
      .projects[data-col="2"] .projects__project .projects__project__precede {
        font-size: 1.4rem; }
    .projects[data-col="1"] .projects__project {
      width: 100%; }
      .projects[data-col="1"] .projects__project .projects__project__precede {
        font-size: 1.6rem; }
    @media (min-width: 1280px) {
      .page--news .projects__project:nth-of-type(1), .page--news .projects__project:nth-of-type(2) {
        width: 50%; }
        .page--news .projects__project:nth-of-type(1) .projects__project__title, .page--news .projects__project:nth-of-type(2) .projects__project__title {
          font-size: 3.2rem; }
      .page--news .projects__project:nth-of-type(3), .page--news .projects__project:nth-of-type(4), .page--news .projects__project:nth-of-type(5) {
        width: 33.333333333%; }
        .page--news .projects__project:nth-of-type(3) .projects__project__title, .page--news .projects__project:nth-of-type(4) .projects__project__title, .page--news .projects__project:nth-of-type(5) .projects__project__title {
          font-size: 2.4rem; } }
    .page--news .projects__project .projects__project__title {
      font-size: 1.8rem; }
    @media (max-width: 1280px) {
      .projects[data-col="6"] .projects__project {
        width: 20%; }
      .projects[data-col="5"] .projects__project {
        width: 25%; }
      .projects[data-col="4"] .projects__project {
        width: 33.333333333%; }
        .projects[data-col="4"] .projects__project .projects__project__precede {
          font-size: 1.2rem; }
      .projects[data-col="3"] .projects__project {
        width: 50%; }
        .projects[data-col="3"] .projects__project .projects__project__precede {
          font-size: 1.4rem; }
      .projects[data-col="2"] .projects__project {
        width: 100%; }
        .projects[data-col="2"] .projects__project .projects__project__precede {
          font-size: 1.6rem; }
      .projects[data-col="1"] .projects__project {
        width: 100%; }
        .projects[data-col="1"] .projects__project .projects__project__precede {
          font-size: 1.6rem; } }
    @media (max-width: 960px) {
      .projects[data-col="6"] .projects__project {
        width: 25%; }
      .projects[data-col="5"] .projects__project {
        width: 33.333333333%; }
        .projects[data-col="5"] .projects__project .projects__project__precede {
          font-size: 1.2rem; }
      .projects[data-col="4"] .projects__project {
        width: 50%; }
        .projects[data-col="4"] .projects__project .projects__project__precede {
          font-size: 1.3rem; }
      .projects[data-col="3"] .projects__project {
        width: 100%; }
        .projects[data-col="3"] .projects__project .projects__project__precede {
          font-size: 1.6rem; }
      .projects[data-col="2"] .projects__project {
        width: 100%; }
        .projects[data-col="2"] .projects__project .projects__project__precede {
          font-size: 1.6rem; }
      .projects[data-col="1"] .projects__project {
        width: 100%; }
        .projects[data-col="1"] .projects__project .projects__project__precede {
          font-size: 1.6rem; } }
    @media (max-width: 640px) {
      .projects[data-col="6"] .projects__project {
        width: 33.333333333%; }
        .projects[data-col="6"] .projects__project .projects__project__precede {
          font-size: 1.2rem; }
      .projects[data-col="5"] .projects__project {
        width: 50%; }
        .projects[data-col="5"] .projects__project .projects__project__precede {
          font-size: 1.4rem; }
      .projects[data-col="4"] .projects__project {
        width: 100%; }
        .projects[data-col="4"] .projects__project .projects__project__precede {
          font-size: 1.6rem; }
      .projects[data-col="3"] .projects__project {
        width: 100%; }
        .projects[data-col="3"] .projects__project .projects__project__precede {
          font-size: 1.6rem; }
      .projects[data-col="2"] .projects__project {
        width: 100%; }
        .projects[data-col="2"] .projects__project .projects__project__precede {
          font-size: 1.6rem; }
      .projects[data-col="1"] .projects__project {
        width: 100%; }
        .projects[data-col="1"] .projects__project .projects__project__precede {
          font-size: 1.6rem; } }
    @media (max-width: 560px) {
      .projects[data-col="6"] .projects__project {
        width: 50%; }
        .projects[data-col="6"] .projects__project .projects__project__precede {
          font-size: 1.4rem; }
      .projects[data-col="5"] .projects__project {
        width: 100%; }
        .projects[data-col="5"] .projects__project .projects__project__precede {
          font-size: 1.6rem; }
      .projects[data-col="4"] .projects__project {
        width: 100%; }
        .projects[data-col="4"] .projects__project .projects__project__precede {
          font-size: 1.6rem; }
      .projects[data-col="3"] .projects__project {
        width: 100%; }
        .projects[data-col="3"] .projects__project .projects__project__precede {
          font-size: 1.6rem; }
      .projects[data-col="2"] .projects__project {
        width: 100%; }
        .projects[data-col="2"] .projects__project .projects__project__precede {
          font-size: 1.6rem; }
      .projects[data-col="1"] .projects__project {
        width: 100%; }
        .projects[data-col="1"] .projects__project .projects__project__precede {
          font-size: 1.6rem; } }
    .projects__project:hover {
      color: red; }
      .projects__project:hover .projects__project__image {
        -webkit-filter: none;
                filter: none;
        mix-blend-mode: initial;
        opacity: 1; }
      .projects__project:hover .projects__project__title__word {
        position: relative;
        color: #F7F5F2; }
        .projects__project:hover .projects__project__title__word:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          z-index: -1;
          margin: 0 -0.2rem;
          background-color: red; }
    .projects__project__col {
      width: 50%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
    .projects__project__image {
      margin-bottom: 0.8rem;
      -webkit-filter: grayscale(1) contrast(2);
              filter: grayscale(1) contrast(2);
      mix-blend-mode: multiply;
      opacity: 0.8; }
    .projects__project__precede {
      font-size: 0.7rem; }
      @media (max-width: 640px) {
        .projects__project__precede {
          display: none; } }
    .projects__project__title {
      font-size: 1.2rem;
      text-transform: uppercase; }
      .projects__project__title .gutter {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        margin-right: auto;
        padding-bottom: 0; }
  .projects__terms {
    font-size: 2.4rem;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 2rem;
    margin-bottom: 2.4rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    body.tablet .projects__terms {
      font-size: 1.6rem; }
    @media (max-width: 960px) {
      .projects__terms body:not(.tablet)__input {
        width: 100%;
        -ms-flex: none;
            flex: none;
        margin-bottom: 1.2em; } }
    @media (max-width: 640px) {
      .projects__terms {
        display: none; } }
    .projects__terms__filter {
      display: -ms-flexbox;
      display: flex;
      cursor: pointer; }
      .projects__terms__filter input[type="text"] {
        text-transform: uppercase;
        background: none;
        border: none;
        outline: none;
        color: red;
        width: 100%; }
        .projects__terms__filter input[type="text"]:not(:focus)::-webkit-input-placeholder {
          color: red; }
        .projects__terms__filter input[type="text"]:not(:focus):-ms-input-placeholder {
          color: red; }
        .projects__terms__filter input[type="text"]:not(:focus)::placeholder {
          color: red; }
    .projects__terms__term {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      cursor: pointer;
      white-space: nowrap; }
      .projects__terms__term input[type="checkbox"] {
        position: relative;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        display: block;
        border: 2px solid;
        width: 0.75em;
        height: 0.75em;
        margin-right: 0.4rem;
        outline: none;
        cursor: pointer; }
        .projects__terms__term input[type="checkbox"]:checked:after {
          font-size: 2rem;
          content: '✘';
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          line-height: 1; }

.project {
  width: 100vw; }
  body.single-projects .project {
    min-height: 100vh; }
  .project blockquote {
    max-width: 58rem; }
  .project p {
    max-width: 64rem; }
  .project .highlight {
    color: red; }
  .project .gutter {
    padding-left: 1.2rem;
    padding-right: 1.2rem; }
  .project__header {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: #222222;
    color: #F7F5F2; }
    .invert .project__header {
      background-color: #F7F5F2;
      color: #222222; }
      .invert .project__header .menu {
        color: #222222; }
    body.project--past-header .project__header {
      pointer-events: none; }
    .project__header__image {
      width: 100vw;
      min-height: 100vh;
      background-size: cover;
      background-position: center center;
      background-blend-mode: multiply;
      padding-top: 0 !important; }
      @media (max-width: 640px) {
        .project__header__image {
          min-height: 70vh;
          height: 70vh; } }
    .project__header__title-container, .project__header__precede-container {
      position: fixed;
      padding: 2.4rem 1.2rem; }
      @media (max-width: 640px) {
        .project__header__title-container, .project__header__precede-container {
          position: static;
          width: 100% !important; } }
    .project__header__title-container {
      top: 0;
      width: calc(100% * 5 / 12);
      height: 100%;
      max-height: calc(100% * 3 / 4);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      @media (max-width: 640px) {
        .project__header__title-container {
          padding-left: 2.4rem;
          padding-right: 2.4rem; } }
      @media (max-width: 960px) {
        .project__header__title-container {
          width: calc(100% * 8 / 12); } }
      .project__header--flip .project__header__title-container {
        left: calc(100% * 5 / 12 - 1.2rem); }
      .project__header--flop .project__header__title-container {
        top: initial;
        bottom: 0; }
        .project__header--flop .project__header__title-container .project__title {
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .project__header__title-container .project__title {
        -ms-flex: 1;
            flex: 1;
        line-height: 1;
        text-transform: uppercase;
        position: relative;
        top: 0.5rem; }
    .project__header__precede-container {
      bottom: 0;
      width: calc(100% * 5 / 12);
      left: calc(100% * 6 / 12 - 1.2rem); }
      @media (max-width: 960px) {
        .project__header__precede-container {
          left: initial;
          width: calc(100% * 10 / 12); } }
      .project__header--flip .project__header__precede-container {
        left: initial; }
      .project__header--flop .project__header__precede-container {
        bottom: initial;
        top: 0; }
      .project__header__precede-container .project__precede {
        font-size: 2.8rem; }
        .project__header__precede-container .project__precede p:last-of-type {
          margin-bottom: 0; }
  .project__sections {
    position: relative;
    z-index: 2;
    padding-top: 7.2rem;
    pointer-events: none; }
    .project--content .project__sections {
      padding-top: 2.4rem; }
    @media (max-width: 640px) {
      .project__sections {
        padding-top: 2.4rem; } }
    body.project--past-header .project__sections > * {
      pointer-events: initial; }
    .project__sections:after {
      content: '';
      display: block;
      background: #F7F5F2;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: -1; }
  .project__section {
    font-size: 2rem;
    position: relative; }
    .project__section__heading__arrow {
      position: absolute;
      top: 0;
      right: 0;
      padding-right: 2.4rem; }
      @media (max-width: 960px) {
        .project__section__heading__arrow {
          display: none; } }
    .project__section .image__wrap--single {
      color: white;
      position: relative;
      z-index: 2;
      overflow: hidden; }
      @media (max-width: 640px) {
        .project__section .image__wrap--single {
          width: 100vw;
          height: 100vh; } }
      body.tablet .project__section .image__wrap--single {
        width: 100vw;
        height: 100vh; }
      @media (max-width: 960px) {
        .project__section .image__wrap--single {
          z-index: 1; } }
      .project__section .image__wrap--single .image {
        width: 100vw;
        height: 100vh;
        padding-top: 0 !important;
        background-size: cover;
        background-attachment: fixed;
        margin-bottom: 0; }
        body.tablet .project__section .image__wrap--single .image {
          background-attachment: scroll;
          position: fixed;
          top: 0;
          left: 0; }
        @media (max-width: 1024px) {
          .project__section .image__wrap--single .image {
            background-attachment: scroll; } }
      .project__section .image__wrap--single .image__caption {
        position: absolute;
        bottom: 2.4rem;
        left: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        @media (max-width: 960px) {
          .project__section .image__wrap--single .image__caption {
            margin-left: 0;
            bottom: 0; } }
    .project__section__row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (max-width: 640px) {
        .project__section__row {
          display: block; } }
    .project__section__column, .project__section--last[data-layout="single_image"] {
      margin-bottom: 4.8rem; }
      @media (max-width: 960px) {
        .project__section__column, .project__section--last[data-layout="single_image"] {
          margin-bottom: 2.4rem; } }
    .project__section--first[data-layout="single_image"] {
      margin-top: -7.2rem; }
      @media (max-width: 960px) {
        .project__section--first[data-layout="single_image"] {
          margin-bottom: -2.4rem; } }
    .project__section__column {
      -ms-flex: 1;
          flex: 1;
      min-width: 28rem; }
      .project__section__column .image__caption {
        font-size: 1.4rem;
        margin-top: -0.8em; }
      @media (max-width: 960px) {
        .project__section__column[data-layout="empty_column"] {
          display: none; } }
      .project__section__column[data-layout="breakout_box_column"] {
        color: red;
        font-size: 1.4rem; }
        .project__section__column[data-layout="breakout_box_column"] ~ * .image {
          -webkit-filter: grayscale(1);
                  filter: grayscale(1);
          mix-blend-mode: screen; }
          .project__section__column[data-layout="breakout_box_column"] ~ * .image:hover, .project__section__column[data-layout="breakout_box_column"] ~ * .image:hover .image__wrap {
            -webkit-filter: none;
                    filter: none;
            mix-blend-mode: initial; }
          .project__section__column[data-layout="breakout_box_column"] ~ * .image__wrap {
            background: currentColor;
            mix-blend-mode: multiply; }
      .project__section__column--flex-1 {
        -ms-flex: 1;
            flex: 1; }
      .project__section__column--flex-2 {
        -ms-flex: 2;
            flex: 2; }
      .project__section__column--flex-3 {
        -ms-flex: 3;
            flex: 3; }
      .project__section__column--flex-4 {
        -ms-flex: 4;
            flex: 4; }
      .project__section__column--flex-5 {
        -ms-flex: 5;
            flex: 5; }
      .project__section__column--flex-6 {
        -ms-flex: 6;
            flex: 6; }
      .project__section__column--flex-7 {
        -ms-flex: 7;
            flex: 7; }
      .project__section__column--flex-8 {
        -ms-flex: 8;
            flex: 8; }
      .project__section__column--flex-9 {
        -ms-flex: 9;
            flex: 9; }
      .project__section__column--flex-10 {
        -ms-flex: 10;
            flex: 10; }
      .project__section__column--flex-11 {
        -ms-flex: 11;
            flex: 11; }
      .project__section__column--flex-12 {
        -ms-flex: 12;
            flex: 12; }
  .project__footer a:hover {
    color: #222222 !important; }
  .project__footer li {
    margin-bottom: 0; }
  .project__footer .table__row:not(.table__row--head) h3 {
    margin-bottom: 0; }
  .project__footer .table__col {
    -ms-flex: 3;
        flex: 3; }
  .project__footer .table__col:first-of-type {
    -ms-flex: 1;
        flex: 1; }
  @media (max-width: 640px) {
    .project__footer .table__row--head .table__col:nth-of-type(1) {
      display: none; } }
  .project__footer .project__section__column {
    max-width: calc(100% * 8 / 12); }
    @media (max-width: 640px) {
      .project__footer .project__section__column {
        max-width: 100%; } }
    body.tablet .project__footer .project__section__column {
      min-width: 0; }

.page--about {
  padding-top: 2.4rem; }
  .page--about__internal {
    max-width: 120rem; }
  .page--about__main {
    margin-top: -0.075em;
    font-size: 3.2rem;
    width: calc(100% * 9 / 12); }
    @media (max-width: 960px) {
      .page--about__main {
        font-size: 2.4rem;
        width: calc(100% * 8 / 12); } }
    @media (max-width: 640px) {
      .page--about__main {
        width: 100%; } }
  .page--about__sidebar {
    max-width: 24rem;
    margin-right: 1.8rem;
    margin-top: 0.4rem;
    left: calc(100% * 9 / 12);
    position: fixed; }
    @media (max-width: 960px) {
      .page--about__sidebar {
        left: calc(100% * 8 / 12); } }
    @media (max-width: 640px) {
      .page--about__sidebar {
        margin-top: 0;
        position: static;
        left: initial;
        max-width: 36rem;
        margin-bottom: 2.4rem; } }
  .page--about__wrapper {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 640px) {
      .page--about__wrapper {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
  .page--about .caps {
    border-bottom: 1px solid; }

.page--news {
  padding-top: 2rem; }

.post h1 {
  text-transform: uppercase;
  font-size: 6rem; }

.post h2 {
  margin-left: calc(100% * 1 / 6); }

.post .caption {
  font-size: 1.4rem; }

.post img {
  max-width: 100%; }

.table__row {
  display: -ms-flexbox;
  display: flex; }

.table__col {
  -ms-flex: 1;
      flex: 1; }
  .table__col--flex-2 {
    -ms-flex: 2;
        flex: 2; }
  .table__col--flex-3 {
    -ms-flex: 3;
        flex: 3; }
  .table__col--flex-4 {
    -ms-flex: 4;
        flex: 4; }
  .table__col--flex-5 {
    -ms-flex: 5;
        flex: 5; }
  .table__col--flex-6 {
    -ms-flex: 6;
        flex: 6; }
  .table__col--flex-7 {
    -ms-flex: 7;
        flex: 7; }
  .table__col--flex-8 {
    -ms-flex: 8;
        flex: 8; }
  .table__col--flex-9 {
    -ms-flex: 9;
        flex: 9; }
  .table__col--flex-10 {
    -ms-flex: 10;
        flex: 10; }
  .table__col--flex-11 {
    -ms-flex: 11;
        flex: 11; }
  .table__col--flex-12 {
    -ms-flex: 12;
        flex: 12; }

.people {
  margin-top: 2.4rem;
  font-size: 2rem; }
  .people .gutter {
    padding-left: 1.2rem;
    padding-right: 1.2rem; }
  .people__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .people__person {
    width: calc(100% * 1 / 5);
    margin-bottom: 4.8rem; }
    @media (max-width: 960px) {
      .people__person {
        width: calc(100% * 1 / 3); } }
    .people__person:hover .people__person__image {
      -webkit-filter: none;
              filter: none; }
    .people__person__image {
      padding-top: calc(100% * 3 / 5);
      margin-bottom: 1.2rem;
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
      mix-blend-mode: multiply;
      opacity: 0.8; }

.person, .post {
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  padding-top: 2.4rem;
  margin-bottom: 2.4rem; }
  @media (max-width: 640px) {
    .person, .post {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .person--no-bio, .post--no-bio {
    -ms-flex-direction: column;
        flex-direction: column; }
  .person blockquote p:last-of-type:not(:first-of-type), .post blockquote p:last-of-type:not(:first-of-type) {
    margin-left: calc(100% * 1 / 6); }
  .person h1, .post h1 {
    margin-bottom: 3.2rem; }
  .person__date, .post__date {
    color: red;
    font-size: 1.8rem;
    margin-bottom: 1.8rem; }
  .person__image, .post__image {
    padding-top: calc(100% * 2 / 3);
    margin-bottom: 3.6rem; }
  .person__main, .post__main {
    width: calc(100% * 6 / 12); }
    @media (max-width: 960px) {
      .person__main, .post__main {
        width: calc(100% * 8 / 12); } }
    @media (max-width: 640px) {
      .person__main, .post__main {
        width: 100%; } }
  .person__aside, .post__aside {
    width: calc(100% * 4 / 12);
    margin-bottom: 3.6rem; }
    @media (max-width: 960px) {
      .person--no-bio .person__aside, .person--no-bio .post__aside {
        width: calc(100% * 6 / 12); } }
    @media (max-width: 640px) {
      .person__aside, .post__aside {
        width: 100%; } }
  .person__contact, .post__contact {
    margin-bottom: 3.6rem; }
  .person__projects ul h3, .person__projects ul li, .post__projects ul h3, .post__projects ul li {
    margin-bottom: 0; }
  .person h1, .post h1 {
    font-size: 4.6rem; }
    @media (max-width: 640px) {
      .person h1, .post h1 {
        font-size: 3.2rem; } }
  .person__quote, .post__quote {
    margin-left: calc(100% * 1 / 6); }
    @media (max-width: 640px) {
      .person__quote blockquote, .post__quote blockquote {
        font-size: 2.4rem; } }

.awards {
  font-size: 1.8rem;
  margin-top: 2.2rem; }
  .awards li {
    margin-bottom: 0; }
  .awards .table {
    margin-bottom: 3.6rem; }
  .awards .table--head {
    text-transform: uppercase;
    font-size: 2.4rem;
    margin-bottom: 7.2rem; }
  .awards .table__row .border {
    border-top: 1px solid;
    padding-top: 0.4rem;
    margin-bottom: 0.8rem; }
  @media (max-width: 640px) {
    .awards__year {
      display: block; }
    .awards__body {
      display: none; }
    .awards .table--head {
      display: none; } }

.banner {
  font-size: 4.8rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #F7F5F2;
  z-index: 200;
  padding: 2.4rem;
  box-shadow: 0 0 2rem #222222; }
  .banner__inner {
    position: relative; }
  .banner__message {
    max-width: 120rem; }
  .banner__close {
    font-family: 'Wingdings';
    position: absolute;
    bottom: -0.6rem;
    right: 0; }
    .banner__close:hover {
      color: #222222; }

