@charset "UTF-8";
:root {
  --uiText: #000;
  --uiLine: #000;
  --uiSubdue: #797d82;
  --uiHighlight: #05a9e2;
  --uiHighlightDefault: #05a9e2;
  --uiHighlightGradStop: 5, 169, 226;
  --bg: #fff;
  --bgSubdue: #f2f2f3;
  --flow-space: 1rem;
  --page-margin: 5vw;
  --col-content-space: 3rem;
}
@media (max-width: 767px) {
  :root {
    --page-margin: 20px;
  }
}

/*
	Colors:
	#d83f37 red
	#e9943d orange
	#797d82 gray
	#00305b dark blue
	#abb444 green
	#9d328a magenta
	#05a9e2 cyan
	#fbfbe7 off-white
*/
.hl-red,
[data-highlight=hl-red] {
  --uiHighlight: #d83f37;
  --uiHighlightGradStop: 216, 63, 55;
}

.hl-orange,
[data-highlight=hl-orange] {
  --uiHighlight: #e9943d;
  --uiHighlightGradStop: 233, 148, 61;
}

.hl-gray,
[data-highlight=hl-gray] {
  --uiHighlight: #797d82;
  --uiHighlightGradStop: 121, 125, 130;
}

.hl-darkblue,
[data-highlight=hl-darkblue] {
  --uiHighlight: #00305b;
  --uiHighlightGradStop: 0, 48, 91;
}

.hl-green,
[data-highlight=hl-green] {
  --uiHighlight: #abb444;
  --uiHighlightGradStop: 171, 180, 68;
}

.hl-magenta,
[data-highlight=hl-magenta] {
  --uiHighlight: #9d328a;
  --uiHighlightGradStop: 157, 50, 138;
}

.hl-cyan,
[data-highlight=hl-cyan] {
  --uiHighlight: #05a9e2;
  --uiHighlightGradStop: 5, 169, 226;
}

.hl-off-white,
[data-highlight=hl-off-white] {
  --uiHighlight: #fbfbe7;
  --uiHighlightGradStop: 251, 251, 231;
}
.hl-off-white .inv,
[data-highlight=hl-off-white] .inv {
  --uiText: #000;
  --bg: #fbfbe7;
}

.inv {
  --uiText: #fff;
  --bg: #000;
  --uiSubdue: rgba(255, 255, 255, 0.5);
}

.cols {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cols > .col {
  flex-basis: 0;
  flex-grow: 1;
}

.padinLR,
.p-lr,
section:not(.bleed) {
  padding-left: 5vw;
  padding-right: 5vw;
}
@media (max-width: 767px) {
  .padinLR,
  .p-lr,
  section:not(.bleed) {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .padinLR,
  .p-lr,
  section:not(.bleed) {
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .padin-B-dt {
    padding-bottom: 4rem;
  }
}

.marLR {
  margin-left: 2rem;
  margin-right: 2rem;
}

.padinGridLR {
  padding-left: 3rem;
  padding-right: 3rem;
}

.spc-h {
  margin-bottom: 2.5rem;
}

.padinConLR {
  padding-left: 1rem;
  padding-right: 1rem;
}

.col-max {
  width: 83.3333%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.negConM {
  margin-left: -1rem;
  width: 100%;
  width: calc(100% + 2rem);
}

.grid-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  pointer-events: none;
}
.grid-overlay.hidden {
  display: none;
}
.grid-overlay .grid-vis {
  height: 100%;
  display: grid;
  gap: var(--page-margin);
  grid-template-rows: auto;
  grid-template-columns: repeat(12, 1fr);
}
.grid-overlay .grid-vis > * {
  height: 100%;
  background: rgba(255, 0, 0, 0.1);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#wpadminbar {
  --flow-space: 0;
}

@media (max-width: 768px) {
  #wpadminbar {
    display: none !important;
  }
  html.js {
    margin-top: 0 !important;
  }
}
@font-face {
  font-family: "Clan";
  src: url("../woff2/clanot-medium.woff2") format("woff2"), url("../woff/clanot-medium.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Clan";
  src: url("../woff2/23bbca1c-fb8c-47d5-a487-d1392dbe3542.woff2") format("woff2"), url("../woff/921982be-bd83-472d-94d9-10c93157014d.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Clan";
  src: url("../woff2/fcb506e1-1c25-4264-8626-232f749b6d72.woff2") format("woff2"), url("../woff/351592a3-6286-4683-96a1-469176d0b8f0.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.type-headline-xl {
  /*
  	Project title
  	Person Title
  	Our work intro
  */
  font-family: "Clan", Helvetica, sans-serif;
  font-size: 56px;
  line-height: 1.07;
  letter-spacing: -0.01em;
  font-weight: bold;
}
.type-headline-xl.long-xl {
  font-size: 42px;
}
.type-headline-xl.long {
  font-size: 48px;
}
.type-headline-xl.long-word-xxl {
  font-size: 36px;
}
.type-headline-xl.long-word-xl {
  font-size: 42px;
}
.type-headline-xl.long-word-l {
  font-size: 48px;
}
@media (max-width: 767px) {
  .type-headline-xl {
    font-size: 36px;
    line-height: 1.02;
  }
  .type-headline-xl.long-xl {
    font-size: 30px;
  }
  .type-headline-xl.long {
    font-size: 34px;
  }
  .type-headline-xl.long-word-xxl {
    font-size: 28px;
  }
  .type-headline-xl.long-word-xl {
    font-size: 32px;
  }
  .type-headline-xl.long-word-l {
    font-size: 32px;
  }
}
@media (max-height: 400px) {
  .type-headline-xl {
    font-size: 36px;
    line-height: 1.02;
  }
  .type-headline-xl.long-xl {
    font-size: 30px;
  }
  .type-headline-xl.long {
    font-size: 34px;
  }
  .type-headline-xl.long-word-xxl {
    font-size: 28px;
  }
  .type-headline-xl.long-word-xl {
    font-size: 32px;
  }
  .type-headline-xl.long-word-l {
    font-size: 32px;
  }
}

.type-headline-l {
  /*
  	Masonry text title
  */
  font-family: "Clan", Helvetica, sans-serif;
  font-size: 48px;
  line-height: 1.0833;
  letter-spacing: -0.01em;
  font-weight: bold;
}
.type-headline-l.minus {
  font-size: 40px;
}
@media (max-width: 767px) {
  .type-headline-l {
    font-size: 36px;
  }
  .type-headline-l.minus {
    font-size: 30px;
  }
}

.type-headline-quote {
  /*
  	Pull quote: Quote
  	Award link
  */
  font-family: "Clan", Helvetica, sans-serif;
  font-size: 38px;
  line-height: 44px;
  letter-spacing: -0.014em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .type-headline-quote {
    font-size: 30px;
    line-height: 34px;
  }
}

.type-body {
  font-family: source-sans-3, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .type-body {
    font-size: 18px;
    line-height: 1.2;
  }
}

.type-plus {
  /*
  Long text first paragraph
  */
  font-family: source-sans-3, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.1875;
  letter-spacing: -0.01em;
}

.type-minus,
.img-caption,
figcaption {
  /*
  Project stats
  */
  font-family: source-sans-3, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
}

.type-headline-body {
  /*
  Project pre-title
  */
  font-family: source-sans-3, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.01em;
  font-weight: 600;
}
@media (max-width: 767px) {
  .type-headline-body {
    font-size: 18px;
  }
}

.type-headline-body-reg {
  /*
  Project post-title / category,
  Team member name (grid view)
  Project section header
  */
  font-family: source-sans-3, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.01em;
  font-weight: 400;
}
@media (max-width: 767px) {
  .type-headline-body-reg {
    font-size: 18px;
  }
}

.type-headline-body + .headline-xl,
.blok + .headline-xl {
  margin-top: 0.5rem;
}

.type-headline-xl:not(:last-child) {
  margin-bottom: 2rem;
}
.text-intro .type-headline-xl:not(:last-child) {
  margin-bottom: 1rem;
}

.headline-xl + .type-headline-body-reg,
.type-headline-l.blok + p {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .headline-xl + .type-headline-body-reg,
  .type-headline-l.blok + p {
    margin-top: 0.75rem;
  }
}

.blok + p {
  margin-top: 0.75rem;
}

.pre-title + .type-headline-l {
  margin-top: 0.5rem;
}

.pre-title + .type-headline-xl {
  margin-top: 0.5rem;
}

.pretitle + strong.blok {
  margin-top: 1.5rem;
}

.pretitle + .type-headline-quote {
  margin-top: 0.25rem;
  display: inline-block;
}

.pretitle + .type-headline-xl,
.pretitle + strong.type-headline-xl {
  margin-top: 0.25rem;
}

@media (hover: hover) {
  .type-headline-xl a:hover,
  .type-headline-l a:hover,
  .type-headline-quote a:hover {
    color: var(--uiHighlight);
  }
}

header:not(.banner) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .admin-bar header:not(.banner) {
    top: 32px;
  }
}
header:not(.banner) nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 680px;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 10rem;
  background: white;
  transform: translateX(-100%);
  overflow: auto;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  header:not(.banner) nav {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  header:not(.banner) nav {
    padding-right: 20px;
  }
}
.menu-ani header:not(.banner) nav {
  transition-duration: 0.35s;
}
header:not(.banner) nav ul {
  list-style: none;
}
.menu-on header:not(.banner) nav {
  transform: translateX(0);
}
@media (max-width: 767px) {
  header:not(.banner) nav {
    padding-top: 6rem;
  }
}
header:not(.banner) .menu-primary {
  /*
  	Project title
  	Person Title
  	Our work intro
  */
  font-family: "Clan", Helvetica, sans-serif;
  font-size: 56px;
  line-height: 1.07;
  letter-spacing: -0.01em;
  font-weight: bold;
}
header:not(.banner) .menu-primary.long-xl {
  font-size: 42px;
}
header:not(.banner) .menu-primary.long {
  font-size: 48px;
}
header:not(.banner) .menu-primary.long-word-xxl {
  font-size: 36px;
}
header:not(.banner) .menu-primary.long-word-xl {
  font-size: 42px;
}
header:not(.banner) .menu-primary.long-word-l {
  font-size: 48px;
}
@media (max-width: 767px) {
  header:not(.banner) .menu-primary {
    font-size: 36px;
    line-height: 1.02;
  }
  header:not(.banner) .menu-primary.long-xl {
    font-size: 30px;
  }
  header:not(.banner) .menu-primary.long {
    font-size: 34px;
  }
  header:not(.banner) .menu-primary.long-word-xxl {
    font-size: 28px;
  }
  header:not(.banner) .menu-primary.long-word-xl {
    font-size: 32px;
  }
  header:not(.banner) .menu-primary.long-word-l {
    font-size: 32px;
  }
}
@media (max-height: 400px) {
  header:not(.banner) .menu-primary {
    font-size: 36px;
    line-height: 1.02;
  }
  header:not(.banner) .menu-primary.long-xl {
    font-size: 30px;
  }
  header:not(.banner) .menu-primary.long {
    font-size: 34px;
  }
  header:not(.banner) .menu-primary.long-word-xxl {
    font-size: 28px;
  }
  header:not(.banner) .menu-primary.long-word-xl {
    font-size: 32px;
  }
  header:not(.banner) .menu-primary.long-word-l {
    font-size: 32px;
  }
}
header:not(.banner) .menu-primary li:not(:first-child) {
  margin-top: 0.5rem;
}
header:not(.banner) .menu-secondary {
  /*
  Secondary nav
  */
  font-family: source-sans-3, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: -0.01em;
  font-weight: 400;
  margin-top: 2rem;
}
@media (hover: hover) {
  header:not(.banner) a:hover {
    color: var(--uiSubdue);
  }
}
header:not(.banner) .current_page_item a,
header:not(.banner) .current-menu-item a,
header:not(.banner) .current-page-ancestor a {
  color: var(--uiHighlightDefault);
}

@media (max-width: 767px) {
  .menu-on header:BEFORE,
  .menu-on .stick-header:BEFORE {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: white;
    z-index: 2;
    opacity: 0;
    animation: fadeIn 0.15s 0.5s forwards 1;
  }
}
header button.menu-toggle,
header button.menu-toggle-alt,
.stick-header button.menu-toggle,
.stick-header button.menu-toggle-alt {
  display: inline-block;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: none;
  z-index: 5;
  margin: 0.15rem 1rem 0 0;
  margin-right: calc(5vw - 2.75rem);
}
header button.menu-toggle:before, header button.menu-toggle::after,
header button.menu-toggle-alt:before,
header button.menu-toggle-alt::after,
.stick-header button.menu-toggle:before,
.stick-header button.menu-toggle::after,
.stick-header button.menu-toggle-alt:before,
.stick-header button.menu-toggle-alt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--uiText);
  transform: translateY(-50%);
}
header button.menu-toggle:after,
header button.menu-toggle-alt:after,
.stick-header button.menu-toggle:after,
.stick-header button.menu-toggle-alt:after {
  background: none;
  height: 12px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  border-color: var(--uiText);
}
header button.menu-toggle span,
header button.menu-toggle-alt span,
.stick-header button.menu-toggle span,
.stick-header button.menu-toggle-alt span {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  header button.menu-toggle,
  header button.menu-toggle-alt,
  .stick-header button.menu-toggle,
  .stick-header button.menu-toggle-alt {
    margin-right: 1rem;
  }
}
header a.site-name,
.stick-header a.site-name {
  position: relative;
  z-index: 5;
  display: inline-block;
  vertical-align: middle;
}
header a.site-name span,
.stick-header a.site-name span {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
header a.site-name svg,
.stick-header a.site-name svg {
  width: 124px;
  height: 25px;
}
header a.site-name svg path,
.stick-header a.site-name svg path {
  fill: var(--uiText);
}

.stick-header {
  transition-duration: 0.15s;
  transition-property: opacity, transform, background;
  transform: translateY(-100%);
}
.stick-header.scrollup {
  transform: translateY(0);
}
.menu-on .stick-header {
  transition-delay: 0.15s;
  background: rgba(255, 255, 255, 0);
}

.nav-bg {
  position: fixed;
  inset: 0;
  background: var(--uiHighlight);
  display: none;
  z-index: 4;
  backface-visibility: hidden;
  pointer-events: none;
  transition-duration: 0.15s;
  mix-blend-mode: multiply;
}
.menu-ani .nav-bg {
  display: block;
  animation: navBGOut 0.15s forwards 1;
}
.menu-on .nav-bg {
  pointer-events: all;
  cursor: pointer;
  display: block;
  animation: navBGIn 0.15s forwards 1;
}

@keyframes navBGIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes navBGOut {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
footer {
  background: rgba(121, 125, 130, 0.1);
  position: relative;
  margin-top: 12rem;
}

.footer-cols {
  display: grid;
  gap: 2.5vw;
  grid-template-rows: auto;
  grid-template-columns: 50% 30% 20%;
  grid-template-columns: 5fr 3fr 2fr;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.footer-cols ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  list-style: none;
  margin: 0 auto 0 0;
  padding: 0;
  max-width: 28rem;
}
@media (max-width: 767px) {
  .footer-cols {
    display: block;
    padding-top: 2rem;
  }
}

.footer-links-secondary {
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .footer-links-secondary {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .footer-links-secondary {
    padding-right: 20px;
  }
}
.footer-links-secondary a,
.footer-links-secondary span {
  display: inline-block;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .footer-links-secondary {
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .footer-links-secondary a {
    display: block;
    margin-bottom: 0.5rem;
  }
}

dl.sociallinks {
  margin: 0 auto auto;
  width: 175px;
  height: 45px;
  flex-shrink: 0;
  display: flex;
}
dl.sociallinks dt,
dl.sociallinks dd span {
  pointer-events: none;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
footer dl.sociallinks {
  justify-content: flex-end;
  margin-right: -1px;
}
@media (max-width: 767px) {
  footer dl.sociallinks {
    justify-content: flex-start;
    margin: 0 auto auto 0;
  }
  footer dl.sociallinks dd {
    margin-left: 0;
    margin-right: 1rem;
  }
}
dl.sociallinks dd {
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
  margin-left: 1rem;
}
header dl.sociallinks dd {
  margin-left: 0;
  margin-right: 1rem;
}
dl.sociallinks dd a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  width: 100%;
  align-items: bottom;
}
dl.sociallinks dd.linkedin {
  flex-basis: 23.91px;
}
dl.sociallinks dd.facebook {
  flex-basis: 11.86px;
}
dl.sociallinks dd.twitter {
  flex-basis: 23px;
}
dl.sociallinks dd.youtube {
  flex-basis: 29.14px;
}
dl.sociallinks dd.instagram {
  flex-basis: 21.6px;
}
header dl.sociallinks {
  margin: auto auto 2rem -0.1rem;
}
dl.sociallinks svg {
  width: 100%;
  height: 100%;
}
.wyg dl.sociallinks {
  margin: 0.25rem auto 1rem -0.7rem;
}

#mc-embedded-subscribe-form {
  position: relative;
  max-width: 18rem;
  margin-right: auto;
}
#mc-embedded-subscribe-form label {
  display: none;
}
#mc-embedded-subscribe-form input,
#mc-embedded-subscribe-form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  font-family: source-sans-3, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  border-radius: 0;
  outline: none;
}
@media (max-width: 767px) {
  #mc-embedded-subscribe-form input,
  #mc-embedded-subscribe-form button {
    font-size: 18px;
    line-height: 1.2;
  }
}
#mc-embedded-subscribe-form #mce-EMAIL {
  width: 100%;
  border-bottom: solid 1px;
  padding: 0.5rem 0;
  margin: -0.5rem 0 0 -0.5rem;
}
@media (max-width: 767px) {
  #mc-embedded-subscribe-form #mce-EMAIL {
    margin: 0 0 1rem;
  }
}
#mc-embedded-subscribe-form #mc-embedded-subscribe {
  position: absolute;
  top: 6px;
  right: 20px;
  width: 14px;
  height: 14px;
  border-right: solid 1px;
  border-bottom: solid 1px;
  transform: rotate(-45deg);
  text-indent: -300px;
  overflow: hidden;
  cursor: pointer;
}
#mc-embedded-subscribe-form:before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -2.5rem;
  right: -2.5rem;
  bottom: -1rem;
  border-radius: 50px;
  border: solid 1px var(--uiText);
  z-index: -1;
  opacity: 0;
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  footer #mc-embedded-subscribe-form:before {
    left: -1rem;
    right: -1rem;
    border-radius: 10px;
    bottom: 0;
  }
}
#mc-embedded-subscribe-form:focus-within:before {
  opacity: 0.5;
}
@media (max-width: 767px) {
  footer #mc-embedded-subscribe-form {
    max-width: 100%;
    margin: 2rem 0 1rem;
  }
  footer #mc-embedded-subscribe-form #mc-embedded-subscribe {
    top: 10px;
  }
}

.return-breadcrumb {
  position: unset;
  z-index: 4;
  text-align: center;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.menu-on .return-breadcrumb {
  opacity: 0;
}
.return-breadcrumb a {
  position: relative;
  display: inline-block;
  background: var(--bgSubdue);
  padding: 1.5rem 2.5rem;
  border-radius: 40px;
  color: var(--uiText);
  z-index: 6;
}
.return-breadcrumb a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-left: solid 1px;
  border-bottom: solid 1px;
  transform: rotate(45deg);
  margin-right: 1rem;
}
.return-breadcrumb a.cta-button:before {
  display: none;
}
.return-breadcrumb a.cta-button:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: solid 1px;
  border-bottom: solid 1px;
  transform: rotate(-45deg);
  margin-left: 1rem;
}
@media (hover: hover) {
  .return-breadcrumb a:hover {
    --bgSubdue: black;
    --uiText: white;
  }
}
@media (max-width: 767px) {
  .return-breadcrumb a {
    padding: 1rem 1.7rem;
  }
}
.return-breadcrumb + section {
  margin-top: 2.5rem;
}
.return-breadcrumb + section.text-intro {
  margin-top: 4.5rem;
}

.stick-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 5;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  background: white;
  color: black;
  --bg: white;
  --uiText: black;
}
@media (min-width: 768px) {
  .admin-bar .stick-header {
    top: 32px;
  }
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-size: 16px;
  scroll-behavior: smooth;
  flex-direction: column;
}
html ::-moz-selection {
  background: var(--uiHighlight);
}
html ::selection {
  background: var(--uiHighlight);
}

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

*:focus:not(:focus-visible),
*:active {
  outline: none;
}

:focus-visible {
  outline: 1px solid black;
}
.post-carousel :focus-visible, :focus-visible.post-carousel {
  outline: none;
}

.noflow {
  --flow-space: 0 !important;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--uiText);
  transition-duration: 0.15s;
  transition-property: background;
  font-family: source-sans-3, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 1.2;
  }
}
body.has-modal, body.menu-on {
  overflow: hidden;
}
body.section-projects {
  --bg: #e5e1d6;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p,
figure {
  margin: 0;
  padding: 0;
}

hr {
  height: 1px;
  background: var(--uiText);
  border: none;
  margin: 0;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  cursor: pointer;
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: none;
}

details {
  padding-left: 5vw;
  padding-right: 5vw;
}
@media (max-width: 767px) {
  details {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  details {
    padding-right: 20px;
  }
}

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

a {
  color: inherit;
  text-decoration: none;
}
.link-under a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
  text-decoration-color: var(--uiSubdue);
}
@media (hover: hover) {
  a.highlight:hover {
    --uiHighlight: black;
  }
}

@media (max-width: 767px) {
  main#content {
    padding-top: 60px;
  }
  main#content > .on-matte:first-child {
    padding-top: 1rem;
  }
  .inv-nav + main#content {
    padding-top: 0;
  }
}

section.bleed-r {
  padding-right: 0;
}
section.bleed-l {
  padding-left: 0;
}
@media (min-width: 768px) {
  section.bleed-r-dt {
    padding-right: 0;
  }
  section.bleed-l-dt {
    padding-left: 0;
  }
}
section.limit-view {
  overflow: hidden;
}

section + section {
  margin-top: 7rem;
}
section + section.section-quote {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  section + section {
    margin-top: 3rem;
  }
  section + section.masonry-pre {
    margin-top: 3rem;
  }
}

#grid-wrap-view + section {
  margin-top: 5rem;
}

section.section-quote + section {
  margin-top: 5rem;
}

section.spc-none + section {
  margin-top: 0;
}

section.spc-min + section {
  margin-top: 1.5rem;
}

.below-header {
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .below-header {
    margin-top: 0;
  }
}

dl {
  margin: 0;
  /*
  Project stats
  */
  font-family: source-sans-3, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
}
dl dt {
  color: var(--uiSubdue);
}
dl dd {
  margin: 0;
}
dl p + dt,
dl dd + dt,
dl .nobreak {
  margin-top: 1rem;
}

.flow {
  --flow-space: 1rem;
}

.flow > * + * {
  margin-top: 1rem;
  margin-top: var(--flow-space);
}

.push-v-05 {
  margin-top: 0.5rem;
}

.push-v-1 {
  margin-top: 1rem;
}

.blok {
  display: block;
}
.blok + .blok.type-minus {
  margin-top: 0.175rem;
}

.tac {
  text-align: center;
}

.subdue {
  color: var(--uiSubdue);
}

.on-matte {
  background: var(--bgSubdue);
}
.on-matte.highlight-matte {
  background: var(--uiHighlight);
}
@media (max-width: 767px) {
  .on-matte > .txt-wrap:first-child {
    padding-top: 1rem;
  }
}

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

.color-treatment:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  mix-blend-mode: hard-light;
  background-color: var(--uiHighlight);
}

.inv {
  color: var(--uiText);
}

.inv-nav .menu-toggle,
.inv-nav .site-name {
  --uiText: white;
}
.menu-on .inv-nav .menu-toggle,
.menu-on .inv-nav .site-name {
  --uiText: black;
}

.inset-tb {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.inset-t {
  padding-top: 4rem;
}

@media (min-width: 768px) {
  .inset-t-dt {
    padding-top: 4rem;
  }
}

.highlight,
section .highlight {
  color: var(--uiHighlight);
}
.highlight a,
section .highlight a {
  color: var(--uiHighlight);
}

.meta {
  /*
  Project stats
  */
  font-family: source-sans-3, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: var(--uiSubdue);
  margin-right: 1rem;
}
@media (hover: hover) {
  .meta a:hover {
    color: var(--uiText);
  }
}

a.link-w-arrow:after,
.cta-arrow:after {
  content: "";
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  border-right: solid 1px;
  border-bottom: solid 1px;
  transform: rotate(-45deg);
  margin-left: 0.3rem;
  margin-bottom: 0.15em;
  border-color: var(--uiSubdue);
}
.type-headline-l a.link-w-arrow:after,
.type-headline-l .cta-arrow:after {
  border-right: solid 2px;
  border-bottom: solid 2px;
}

.arrow-ne,
.arrow-e {
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  position: relative;
  margin-left: 0.3em;
}

.path-ne {
  fill: none;
  stroke: var(--uiText);
  stroke-miterlimit: 10;
}

.read-more-link,
.more-link {
  text-decoration: none !important;
  color: var(--uiSubdue);
  display: inline-block;
}
@media (hover: hover) {
  .read-more-link:hover,
  .more-link:hover {
    color: var(--uiText);
  }
}
.read-more-link:after,
.more-link:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: solid 1px;
  border-bottom: solid 1px;
  transform: rotate(-45deg);
  margin-left: 0.3rem;
  margin-bottom: 1px;
  border-color: var(--uiSubdue);
}

.more-link {
  margin-top: 1rem;
}
.more-link:after {
  display: none;
}

.headline-spc-min {
  margin-bottom: 1rem;
}

.headline-spc {
  margin-bottom: 2rem;
}

.social-links {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  color: var(--uiSubdue);
}
@media (hover: hover) {
  .social-links a:hover {
    color: var(--uiText);
  }
}
.social-links li {
  display: inline-block;
  margin-right: 1.5rem;
}
.social-links li.linkedin span {
  display: none;
}
.social-links li.linkedin svg {
  width: 20px;
  height: 20px;
}
.social-links li.linkedin svg path {
  fill: var(--uiSubdue);
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

@media (hover: hover) {
  .flickity-button:hover {
    background: white;
    cursor: pointer;
  }
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.carousel-wrap-centered {
  position: relative;
}
.carousel-wrap-centered .carousel-item {
  width: 75%;
}
.carousel-wrap-centered .carousel-item .img-wrap {
  position: relative;
  max-height: 70vh;
  overflow: hidden;
}
.carousel-wrap-centered .carousel-item .img-wrap:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 65%;
}
.carousel-wrap-centered .carousel-item .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.js .iv {
  opacity: 0;
}
.js .vis {
  transition-duration: 0.5s;
  transition-property: opacity;
  opacity: 1;
}

.wyg > *,
.wyg > div > * {
  margin-top: 1em;
}
.wyg h2:not(:first-child) {
  margin-top: 4rem;
}
.wyg h2 + * {
  margin-top: 2rem;
}
.wyg h5 {
  margin: 4rem 0 1rem;
}
.wyg h3 strong,
.wyg h3 b {
  font-weight: normal;
}
.wyg h4 strong,
.wyg h4 b {
  font-weight: normal;
}
.wyg h3 {
  /*
  	WYSIWYG H3
  */
  font-size: 38px;
  line-height: 44px;
  letter-spacing: -0.014em;
  font-weight: bold;
  font-weight: normal;
}
@media (max-width: 767px) {
  .wyg h3 {
    font-size: 30px;
    line-height: 34px;
  }
}
.wyg h3 + *:not(:first-child) {
  margin-top: 3rem;
}
.wyg h3:not(:first-child) {
  margin-top: 5rem;
}
.wyg h4,
.wyg h5 {
  font-size: 1em;
}
.wyg h2:not(:first-child),
.wyg h3:not(:first-child),
.wyg h4:not(:first-child),
.wyg h5:not(:first-child) {
  margin-top: 3rem;
}
.wyg h2:not(:first-child) + *,
.wyg h3:not(:first-child) + *,
.wyg h4:not(:first-child) + *,
.wyg h5:not(:first-child) + * {
  margin-top: 1em;
}
.wyg h3:not(:first-child) + * {
  margin-top: 3rem;
}
.wyg h1,
.wyg h2 {
  /*
  	Pull quote: Quote
  	Award link
  */
  font-family: "Clan", Helvetica, sans-serif;
  font-size: 38px;
  line-height: 44px;
  letter-spacing: -0.014em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .wyg h1,
  .wyg h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
.wyg h1:not(:first-child),
.wyg h2:not(:first-child) {
  margin-top: 5rem;
}
.wyg h4 + h2:not(:first-child) {
  margin-top: 0.5rem;
}
.wyg h2 + *:not(:first-child) {
  margin-top: 2rem;
}
.wyg a {
  color: var(--uiText);
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--uiHighlight);
}
@media (hover: hover) {
  .wyg a:hover {
    color: var(--uiHighlight);
  }
}
.wyg a.cta-inline {
  text-decoration: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (hover: hover) {
  .wyg a.cta-inline:hover {
    color: #fff;
  }
}
.wyg a.cta-inline:before {
  display: none;
}
.wyg table {
  width: 100% !important;
  max-width: 100%;
}
.wyg table td {
  vertical-align: top;
}
.wyg table td:not(:first-child) {
  padding-left: 1rem;
}
.wyg ol:not(.no-bull) {
  margin-left: 60px;
  list-style: none;
  counter-reset: wygOL;
}
.wyg ol:not(.no-bull) li {
  position: relative;
  counter-increment: wygOL;
}
.wyg ol:not(.no-bull) li::before {
  position: absolute;
  left: -60px;
  top: 0.125em;
  padding-left: 24px;
  content: counter(wygOL) ". ";
  vertical-align: middle;
  line-height: 1em;
}
.single-stories .wyg ol:not(.no-bull) li::before {
  /*
  Long text
  */
  font-family: source-sans-3, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 1.2307;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.wyg ol:not(.no-bull) li:not(:first-child) {
  margin-top: 0.75rem;
}
.wyg ul:not(.no-bull) {
  margin-left: 60px;
  list-style: none;
}
.wyg ul:not(.no-bull) li {
  position: relative;
  counter-increment: wygUL;
}
.wyg ul:not(.no-bull) li::before {
  position: absolute;
  left: -60px;
  top: 0.4rem;
  padding-left: 24px;
  content: "·";
  font-size: 2em;
  vertical-align: middle;
  line-height: 1rem;
}
.wyg ul:not(.no-bull) li:not(:first-child) {
  margin-top: 0.75rem;
}
.wyg ul.no-bull {
  list-style: none;
}
.wyg ul.no-bull li {
  text-indent: -0.8em;
  padding-left: 0.8em;
}
.wyg ol,
.wyg ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.wyg blockquote {
  margin: 3rem 60px 2rem;
}
.wyg > :first-child {
  margin-top: 0;
}
.single-stories .wyg {
  /*
  Long text
  */
  font-family: source-sans-3, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 1.2307;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.wyg img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.wyg img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.wyg img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wyg .minus {
  /*
  Project stats
  */
  font-family: source-sans-3, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
}
.wyg *:not(.minus) + .minus {
  margin-top: 2em;
}

a.wyg-link {
  color: var(--uiText);
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--uiHighlight);
}
@media (hover: hover) {
  a.wyg-link:hover {
    color: var(--uiHighlight);
  }
}

.img-wrap.cover {
  position: relative;
}
.img-wrap.cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-wrap.size-up {
  max-height: 90vh;
}
.img-wrap.size-up img {
  width: 100%;
  height: auto;
  max-height: 100%;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.img-wrap.size-std:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}

.label-mo {
  display: none;
}
@media (max-width: 767px) {
  .label-mo {
    display: block;
  }
}

.label-dt {
  display: block;
}
@media (max-width: 767px) {
  .label-dt {
    display: none;
  }
}

[data-cropfrom=tl] img {
  -o-object-position: 0 0;
     object-position: 0 0;
}

[data-cropfrom=tc] img {
  -o-object-position: 50% 0;
     object-position: 50% 0;
}

[data-cropfrom=tr] img {
  -o-object-position: 100% 0;
     object-position: 100% 0;
}

[data-cropfrom=ml] img {
  -o-object-position: 0 50%;
     object-position: 0 50%;
}

[data-cropfrom=mc] img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

[data-cropfrom=mr] img {
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}

[data-cropfrom=bl] img {
  -o-object-position: 0 100%;
     object-position: 0 100%;
}

[data-cropfrom=bc] img {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}

[data-cropfrom=br] img {
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}

.grid-item {
  grid-column: span 4;
}

.span_1 {
  grid-column: span 1;
}

.span_2 {
  grid-column: span 2;
}

.span_3 {
  grid-column: span 3;
}

.span_4 {
  grid-column: span 4;
}

.span_5 {
  grid-column: span 5;
}

.span_6 {
  grid-column: span 6;
}

.span_7 {
  grid-column: span 7;
}

.span_8 {
  grid-column: span 8;
}

.span_9 {
  grid-column: span 9;
}

.span_10 {
  grid-column: span 10;
}

.span_11 {
  grid-column: span 11;
}

.span_12 {
  grid-column: span 12;
}

.grid {
  display: grid;
  gap: var(--page-margin);
  grid-template-columns: repeat(12, 1fr);
}
.grid.auto {
  grid-template-columns: 1fr auto;
}
.grid .pull-bleed-l {
  margin-left: calc(-1 * var(--page-margin));
}
.grid .pull-bleed-r {
  margin-right: calc(-1 * var(--page-margin));
}
.grid.v-top {
  align-items: flex-start;
}
.grid.v-cent {
  align-items: center;
}
.grid.v-bottom {
  align-items: flex-end;
}
.grid.middle > * {
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 767px) {
  .grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid > * {
    grid-column: 1/-1;
  }
}

.grid-quote {
  grid-column: span 4;
  padding-left: var(--page-margin);
  padding-right: var(--page-margin);
}
html:NOT([lang="en"]) .grid-quote {
  display: none;
}
.grid-quote .attribution:before {
  content: "— ";
}
.grid-quote[data-quoteindex="0"] {
  order: 8;
}
.grid-quote[data-quoteindex="1"] {
  order: 16;
}
.grid-quote[data-quoteindex="2"] {
  order: 32;
}
.grid-quote[data-quoteindex="3"] {
  order: 48;
}
.grid-quote[data-quoteindex="4"] {
  order: 64;
}
.grid-quote[data-quoteindex="5"] {
  order: 80;
}
.grid-quote[data-quoteindex="6"], .grid-quote[data-quoteindex="7"], .grid-quote[data-quoteindex="8"], .grid-quote[data-quoteindex="9"], .grid-quote[data-quoteindex="10"] {
  display: none;
}

#grid-wrap-view {
  margin-top: var(--page-margin);
}

.section-column_content article {
  grid-column: span 6;
}
.section-column_content article > *:not(:first-child) {
  margin-top: var(--col-content-space);
}
.section-column_content .content-media img {
  display: block;
  width: 100%;
  height: auto;
}
.page-id-5368 .section-column_content .content-media img, .page-id-5366 .section-column_content .content-media img {
  width: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .section-column_content.mobile-swap .left-column {
    order: 1;
  }
}

.block-img-w-text {
  align-items: flex-end;
}
@media (min-width: 768px) {
  .block-img-w-text .img-wrap {
    min-height: 600px;
  }
}
.block-img-w-text .txt-wrap {
  grid-column: span 4;
  flex-shrink: 0;
}
.block-img-w-text .txt-wrap.no-feat-img {
  grid-column: span 8;
  padding-top: 2rem;
}
.block-img-w-text .img-wrap {
  position: relative;
  grid-column: span 8;
  height: 100%;
  background: #cacaca;
  max-height: 90vh;
  overflow: hidden;
}
.block-img-w-text .img-wrap:before {
  content: "";
  position: relative;
  display: block;
  padding-bottom: 90%;
}
.block-img-w-text .img-wrap .img-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
}
@media (max-width: 1200px) {
  .block-img-w-text .txt-wrap {
    grid-column: span 6;
  }
  .block-img-w-text .img-wrap {
    grid-column: span 6;
  }
}

.section-video,
section.video {
  grid-row-gap: 1rem;
}
.section-video > *:not(.span_12):not(.span_6),
section.video > *:not(.span_12):not(.span_6) {
  grid-column: 3/span 8;
}
@media (max-width: 767px) {
  .section-video > *:not(.span_12):not(.span_6),
  section.video > *:not(.span_12):not(.span_6) {
    grid-column: 1/-1;
  }
}
.section-video.full > *:not(.span_12):not(.span_6), .section-video.bleed > *:not(.span_12):not(.span_6),
section.video.full > *:not(.span_12):not(.span_6),
section.video.bleed > *:not(.span_12):not(.span_6) {
  grid-column: 1/span 12;
}
@media (max-width: 767px) {
  .section-video.full > *:not(.span_12):not(.span_6), .section-video.bleed > *:not(.span_12):not(.span_6),
  section.video.full > *:not(.span_12):not(.span_6),
  section.video.bleed > *:not(.span_12):not(.span_6) {
    grid-column: 1/-1;
  }
}
.section-video.bleed .caption,
section.video.bleed .caption {
  padding-left: 5vw;
  padding-right: 5vw;
}
@media (max-width: 767px) {
  .section-video.bleed .caption,
  section.video.bleed .caption {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .section-video.bleed .caption,
  section.video.bleed .caption {
    padding-right: 20px;
  }
}

.vid-wrap {
  position: relative;
}
.vid-wrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
.vid-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vid-wrap .jpg-cover,
.vid-wrap .jpg-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vid-wrap .jpg-cover {
  cursor: pointer;
}
.vid-wrap .jpg-cover svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 56px;
  margin: -28px 0 0 -30px;
  z-index: 3;
}
.vid-wrap .jpg-cover.interacted {
  animation: fadeOut 0.15s forwards 1;
  pointer-events: none;
}
.vid-wrap .jpg-cover:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  background: var(--uiHighlight);
  z-index: 2;
}

.col-content.content-media > iframe {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
}
.col-content.content-media .img-caption.vid-caption {
  margin-top: var(--flow-space);
}

.block-text.text-long {
  /*
  Long text
  */
  font-family: source-sans-3, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 1.2307;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.block-text.text-long > *:not(:first-child) {
  margin-top: 1.2307em;
}

.collapse-import strong {
  display: block;
  color: var(--uiSubdue);
  font-weight: normal;
  font-style: italic;
  margin-bottom: 0.5rem;
}
.collapse-import strong + br {
  display: none;
}

.temp-edu-import p {
  grid-column: span 4;
}
@media (max-width: 767px) {
  .temp-edu-import p {
    grid-column: 1/-1;
  }
}
.temp-edu-import strong {
  display: block;
  font-weight: normal;
}
.temp-edu-import strong + br {
  display: none;
}

.block-img > figure,
.media-flex > figure,
.section-image > figure {
  grid-column: 3/span 8;
}
.block-img.full > figure, .block-img.bleed > figure,
.media-flex.full > figure,
.media-flex.bleed > figure,
.section-image.full > figure,
.section-image.bleed > figure {
  grid-column: 1/span 12;
}
.block-img img,
.media-flex img,
.section-image img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.block-img.limit-h,
.media-flex.limit-h,
.section-image.limit-h {
  position: relative;
  max-height: 90vh;
  overflow: hidden;
}
.block-img.limit-h:before,
.media-flex.limit-h:before,
.section-image.limit-h:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.block-img.limit-h img,
.block-img.limit-h video,
.media-flex.limit-h img,
.media-flex.limit-h video,
.section-image.limit-h img,
.section-image.limit-h video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.block-img.limit-h video,
.media-flex.limit-h video,
.section-image.limit-h video {
  -o-object-fit: cover;
     object-fit: cover;
}
.block-img.bleed .img-caption,
.media-flex.bleed .img-caption,
.section-image.bleed .img-caption {
  padding-left: 5vw;
  padding-right: 5vw;
}
@media (max-width: 767px) {
  .block-img.bleed .img-caption,
  .media-flex.bleed .img-caption,
  .section-image.bleed .img-caption {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .block-img.bleed .img-caption,
  .media-flex.bleed .img-caption,
  .section-image.bleed .img-caption {
    padding-right: 20px;
  }
}
.block-img figcaption,
.media-flex figcaption,
.section-image figcaption {
  margin-top: var(--flow-space);
}

@media (max-aspect-ratio: 1550/800) {
  .cover-dt {
    justify-content: stretch;
    width: 100%;
  }
  .cover-dt .img-wrap {
    width: 100%;
  }
  .cover-dt img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.cards strong,
.cards .meta,
.cards .meta span {
  display: inline-block;
  margin-right: 1rem;
}
.cards .img-wrap + .txt-wrap {
  margin-top: 1rem;
}

.cards-grid {
  display: grid;
  gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.cards-grid.up-2 {
  grid-template-columns: 1fr 1fr;
}
.cards-grid.up-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.cards-grid > h4 {
  grid-column: 1/-1;
  grid-row: 1;
  margin: 0;
}
@media (min-width: 1024px) {
  .cards-grid.people-grid[data-count="3"] {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 12%;
    padding-right: 12%;
  }
}
.cards-grid .card {
  width: 100%;
  opacity: 0;
  animation: cardIn 1s forwards 1;
}
.cards-grid .card.featured-story {
  background: none;
}
@media (min-width: 768px) {
  .cards-grid .card.featured-story {
    grid-column: 1/-1;
    margin-left: calc(-1 * var(--page-margin));
    width: calc(100% + var(--page-margin) * 2);
    display: flex;
    align-items: center;
  }
  .cards-grid .card.featured-story .txt-wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .cards-grid .card.featured-story .txt-wrap {
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .cards-grid .card.featured-story .txt-wrap {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .cards-grid .card.featured-story .txt-wrap strong {
    /*
    	Masonry text title
    */
    font-family: "Clan", Helvetica, sans-serif;
    font-size: 48px;
    line-height: 1.0833;
    letter-spacing: -0.01em;
    font-weight: bold;
  }
  .cards-grid .card.featured-story .txt-wrap strong.minus {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .cards-grid .card.featured-story .txt-wrap strong {
    font-size: 36px;
  }
  .cards-grid .card.featured-story .txt-wrap strong.minus {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .cards-grid .card.featured-story .img-wrap {
    flex-basis: 50%;
    flex-shrink: 0;
    position: relative;
  }
  .cards-grid .card.featured-story .img-wrap:BEFORE {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .cards-grid .card.featured-story .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cards-grid .card.single-person .img-wrap,
.cards-grid .card.single-person .txt-wrap {
  transition-duration: 0.15s;
}
@media (hover: hover) {
  .cards-grid .card.single-person:hover .img-wrap,
  .cards-grid .card.single-person:hover .txt-wrap {
    opacity: 0.9;
  }
}
@media (hover: hover) {
  .cards-grid .card .link-ext:hover {
    --uiText: var(--uiHighlight);
    color: var(--uiHighlight);
  }
}
.cards-grid .meta:first-child {
  margin: 0 1rem 0.75rem 0;
}
@media (max-width: 767px) {
  .cards-grid {
    gap: 20px;
    grid-column: 1/-1;
    grid-row-gap: 2.5rem;
  }
  .cards-grid.up-2 > *, .cards-grid.up-3 > * {
    grid-column: 1/-1;
  }
  .cards-grid.people-grid > * {
    grid-column: span 2;
  }
  .cards-grid.people-grid > .grid-quote {
    grid-column: 1/-1;
  }
}

@keyframes cardIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.story-block-grid {
  padding: 2rem;
  background: var(--bgSubdue);
  /*
  	Pull quote: Quote
  	Award link
  */
  font-family: "Clan", Helvetica, sans-serif;
  font-size: 38px;
  line-height: 44px;
  letter-spacing: -0.014em;
  font-weight: bold;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .story-block-grid {
    font-size: 30px;
    line-height: 34px;
  }
}
.story-block-grid + .txt-wrap {
  margin-top: 1rem;
}
@media (hover: hover) {
  .story-block-grid > a:hover {
    color: var(--uiHighlight);
  }
}

.callout-single figure.img-wrap {
  position: relative;
}
.callout-single figure.img-wrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 75%;
}
.callout-single figure.img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* TEMP Typology Template | People Grid w/ Text Blurb */
.wyg.blurb {
  margin-top: 0.75em;
}

.section-people_grid_with_blurb .wyg h5 + h2 {
  margin-top: 0;
}

section.search-header-wrap {
  padding-top: 6rem;
}

.searchform {
  position: relative;
  max-width: 250px;
  margin-top: 2rem;
}
header .searchform {
  margin-bottom: 3rem;
}
.searchform:before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -2.5rem;
  right: -2.5rem;
  bottom: -1rem;
  border-radius: 50px;
  border: solid 1px var(--uiText);
  z-index: -1;
  opacity: 0;
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .searchform:before {
    right: -1rem;
    left: -1rem;
    border-radius: 10px;
  }
}
.searchform:focus-within:before {
  opacity: 0.5;
}
header .searchform {
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}
header .searchform:focus-within {
  transition-delay: 0s;
  max-width: 325px;
}
.searchform label {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.searchform input[type=text] {
  display: block;
  width: 100%;
  padding: 0.5rem 0 1rem;
  border: none;
  border-bottom: solid 1px;
  font-size: 26px;
  text-indent: 0.5rem;
}
.search-header-wrap .searchform input[type=text] {
  padding-bottom: 0.5rem;
}
.searchform input[type=text]:focus {
  outline: none;
}
.searchform input[type=text]::-moz-placeholder {
  transition-duration: 0.15s;
  padding-left: 0;
  opacity: 1;
  text-indent: 0;
}
.searchform input[type=text]::placeholder {
  transition-duration: 0.15s;
  padding-left: 0;
  opacity: 1;
  text-indent: 0;
}
.searchform input[type=text]:focus::-moz-placeholder {
  opacity: 0;
}
.searchform input[type=text]:focus::placeholder {
  opacity: 0;
}
.searchform .submit-wrap,
.searchform input[type=submit],
.searchform .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  padding: 0;
}
.searchform .submit-wrap {
  opacity: 1;
  width: 80px;
  height: 52px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 43%, rgb(255, 255, 255) 100%);
}
.searchform .submit-wrap:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border: solid 1px black;
  border-radius: 50%;
  top: 10px;
  right: 10px;
}
.searchform .submit-wrap:after {
  content: "";
  position: absolute;
  top: 27px;
  right: 10px;
  height: 10px;
  background: black;
  transform: rotate(-45deg);
  width: 1px;
}
section.search-header-wrap .searchform .submit-wrap {
  background: linear-gradient(90deg, rgba(242, 242, 243, 0) 0%, #f2f2f3 43%, #f2f2f3 100%);
  height: 68px;
}
section.search-header-wrap .searchform .submit-wrap:before {
  top: 20px;
}
section.search-header-wrap .searchform .submit-wrap:after {
  top: 37px;
}
.searchform.search-page-form {
  max-width: 100%;
}
.searchform.search-page-form input[type=text] {
  /*
  	Masonry text title
  */
  font-family: "Clan", Helvetica, sans-serif;
  font-size: 48px;
  line-height: 1.0833;
  letter-spacing: -0.01em;
  font-weight: bold;
}
.searchform.search-page-form input[type=text].minus {
  font-size: 40px;
}
@media (max-width: 767px) {
  .searchform.search-page-form input[type=text] {
    font-size: 36px;
  }
  .searchform.search-page-form input[type=text].minus {
    font-size: 30px;
  }
}
.searchform.search-page-form:after {
  top: 42px;
}
@media (max-width: 767px) {
  .searchform {
    margin-bottom: 2rem;
  }
}

section + section.search-results {
  margin-top: 2rem;
}

.search-result .result-thumb {
  grid-column: 2/span 2;
}
.search-result .txt-wrap {
  grid-column: 4/span 8;
}
@media (max-width: 767px) {
  .search-result {
    display: block;
    margin-bottom: 2.5rem;
  }
  .search-result .result-thumb {
    margin-bottom: 1rem;
  }
}

.paged-wrap .flickity-button {
  background: none;
}
.paged-wrap .flickity-button.previous {
  left: 5vw;
  bottom: 0;
  top: auto;
  margin-left: -0.5rem;
}
.paged-wrap .flickity-button.next {
  left: 5vw;
  margin-left: 40px;
  bottom: 0;
  top: auto;
}
.paged-wrap .paged-single {
  width: 100%;
}
@media (min-width: 768px) {
  .paged-wrap .img-wrap {
    grid-column: span 8;
    order: 2;
  }
  .paged-wrap .txt-wrap:not(.r-width-inset) {
    grid-column: span 4;
    order: 1;
  }
}

@media (min-width: 768px) {
  .layout-imgL-right .img-wrap {
    order: 2;
  }
  .layout-imgL-right .txt-wrap {
    order: 1;
    padding-left: var(--page-margin);
  }
}

.flickity-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 21px;
  border-left: solid 1px;
  border-bottom: solid 1px;
  transform: rotate(45deg);
  margin: -10px 0 0 -10px;
}
.flickity-button.next:before {
  transform: rotate(-135deg);
}
.flickity-button svg {
  display: none;
}

.paged-single .txt-wrap {
  opacity: 0;
  transform: translateX(30px);
  transition-duration: 0.4s;
}
.paged-single .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 50vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.paged-single.is-selected .txt-wrap {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}

.award-callout {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.masonry-with-flex {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: var(--page-margin, 30px);
       column-gap: var(--page-margin, 30px);
  padding-top: 7.5vw;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media (max-width: 767px) {
  .masonry-with-flex {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .masonry-with-flex {
    padding-right: 20px;
  }
}
.masonry-pre + .masonry-with-flex {
  margin-top: 1rem;
}
.masonry-with-flex > * {
  margin: 0 0 5vw 0;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  width: 100%;
}
@media (min-width: 768px) {
  .masonry-with-flex .pull-up-txt {
    margin-top: -7.5vw;
  }
  .masonry-with-flex[data-count="3"] > .masonry-single:nth-child(2) {
    -moz-column-break-after: column;
         break-after: column;
  }
  .masonry-with-flex[data-count="4"] > .masonry-single:nth-child(3) {
    -moz-column-break-after: column;
         break-after: column;
  }
}
.masonry-with-flex.top-level {
  padding-top: 0;
}
@media (max-width: 767px) {
  .masonry-with-flex {
    -moz-column-count: 1;
         column-count: 1;
    padding-top: 0;
  }
  .masonry-with-flex > * {
    margin-bottom: 40px;
  }
}

.masonry-single .img-wrap,
.masonry-single .txt-wrap,
.cards .card .img-wrap,
.cards .card .txt-wrap,
.person.swiper-slide .img-wrap,
.person.swiper-slide .txt-wrap {
  transition-duration: 0.15s;
}
@media (hover: hover) {
  .masonry-single:hover .img-wrap,
  .masonry-single:hover .txt-wrap,
  .cards .card:hover .img-wrap,
  .cards .card:hover .txt-wrap,
  .person.swiper-slide:hover .img-wrap,
  .person.swiper-slide:hover .txt-wrap {
    opacity: 0.9;
  }
}

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

.faux-img {
  position: relative;
}
.faux-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.split-50 {
  position: relative;
  align-items: center;
}
.split-50.reverse > :nth-child(1) {
  order: 2;
}
.split-50.reverse > :nth-child(2) {
  order: 1;
}
.split-50 .pull-bleed-landing {
  margin-left: calc(-1 * var(--page-margin));
  margin-right: calc(-0.5 * var(--page-margin));
}
.split-50 .pull-bleed-landing + .txt-wrap {
  padding-left: calc(0.5 * var(--page-margin));
}
.split-50.reverse .pull-bleed-landing {
  margin-right: calc(-1 * var(--page-margin));
  margin-left: calc(-0.5 * var(--page-margin));
}
.split-50.reverse .pull-bleed-landing + .txt-wrap {
  padding-right: calc(0.5 * var(--page-margin));
}
.split-50.v-bottom {
  align-items: flex-end;
}
.split-50.v-top {
  align-items: flex-start;
}
.split-50.on-matte .txt-wrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.split-50 .img-wrap {
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .split-50 .img-wrap {
    min-height: 500px;
  }
}
@media (min-width: 1024px) {
  .split-50 .img-wrap {
    min-height: 600px;
  }
}
.split-50 .img-wrap img,
.split-50 .img-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.over-media {
  position: relative;
}
.over-media:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80%;
  display: none;
  z-index: 2;
  background-image: linear-gradient(to top, var(--uiHighlight) 0%, rgba(var(--uiHighlightGradStop), 0) 100%);
  mix-blend-mode: darken;
}
.home .over-media:before, .over-media.typology-header:before {
  display: block;
  height: 50%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.over-media .img-wrap {
  position: relative;
  z-index: 0;
  height: 90vh;
  max-height: 1200px;
  min-height: 500px;
  overflow: hidden;
}
.over-media .img-wrap img,
.over-media .img-wrap video,
.over-media .img-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.over-media .img-wrap img.attachment-thumbnail + img {
  display: none !important;
}
.over-media .img-wrap iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.over-media .img-wrap video + img {
  z-index: -1;
}
.over-media .over-media-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-bottom: 4rem;
  padding-top: 4rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .over-media .over-media-layer {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .over-media .over-media-layer {
    padding-right: 20px;
  }
}
.over-media .txt-wrap .excerpt {
  max-inline-size: 32em;
}
.over-media.typology-header .img-wrap {
  height: 75vh;
}
.over-media.typology-header .txt-wrap {
  text-wrap: balance;
}

.autoplay-pause {
  position: absolute;
  bottom: var(--page-margin);
  right: var(--page-margin);
  z-index: 8;
  cursor: pointer;
}
.autoplay-pause:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 24px;
  border-left: solid 1px;
  border-right: solid 1px;
  border-color: white;
}
.autoplay-pause span {
  opacity: 0;
}

table {
  max-width: 100%;
}

.data-table table {
  /*
  Project stats
  */
  font-family: source-sans-3, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  width: 100%;
}
.data-table tr {
  display: grid;
  gap: 0;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
}
.data-table td,
.data-table th {
  vertical-align: top;
  padding: 1rem 1rem 1rem 0;
  text-align: left;
}
.data-table td {
  border-top: solid 1px;
  border-color: rgba(0, 0, 0, 0.3);
}
.data-table th {
  font-weight: normal;
  vertical-align: baseline;
}
.data-table .table-col-title {
  /*
  Project post-title / category,
  Team member name (grid view)
  Project section header
  */
  font-family: source-sans-3, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.01em;
  font-weight: 400;
}
@media (max-width: 767px) {
  .data-table .table-col-title {
    font-size: 18px;
  }
}
.data-table .table-col-title + .read-more-link {
  margin-top: 0.15rem;
}
.data-table .table-title {
  /*
  	Pull quote: Quote
  	Award link
  */
  font-family: "Clan", Helvetica, sans-serif;
  font-size: 38px;
  line-height: 44px;
  letter-spacing: -0.014em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .data-table .table-title {
    font-size: 30px;
    line-height: 34px;
  }
}
.data-table a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
  text-decoration-color: rgba(0, 0, 0, 0.3);
}

input,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: none;
  font-family: source-sans-3, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
}
@media (max-width: 767px) {
  input,
  button {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  input,
  button {
    font-size: 18px;
  }
}

legend {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.radio_wrap {
  display: flex;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .radio_wrap {
    justify-content: center;
  }
}
.radio_wrap label {
  display: flex;
  align-items: center;
  font-family: source-sans-3, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  cursor: pointer;
  background: var(--bgSubdue);
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .radio_wrap label {
    font-size: 18px;
    line-height: 1.2;
  }
}
.radio_wrap label:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.radio_wrap label:last-child {
  border-radius: 0 30px 30px 0;
}
@media (max-width: 767px) {
  .radio_wrap label {
    font-size: 18px;
    padding: 1rem 1.2rem;
  }
}
.radio_wrap input:first-child + label {
  border-radius: 30px 0 0 30px;
}
.radio_wrap input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio_wrap input[type=radio]:checked + label {
  background: black;
  color: white;
}

.filters {
  position: relative;
}

button.filter-button,
a.reset-filters {
  display: inline-block;
  padding: 1rem 2rem;
  background: var(--bgSubdue);
  color: var(--uiText);
  border-radius: 30px;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.3s ease-out 0.2s;
}
.filters-on button.filter-button,
.filters-on a.reset-filters {
  display: block;
  --uiText: white;
  --bgSubdue: black;
}
@media (hover: hover) {
  button.filter-button:hover,
  a.reset-filters:hover {
    --uiText: white;
    --bgSubdue: black;
  }
}
.filters-on button.filter-button.close-on-open,
.filters-on a.reset-filters.close-on-open {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
button.filter-button svg,
a.reset-filters svg {
  display: inline-block;
  width: 27px;
  height: 14px;
  margin-right: 0.5rem;
}
button.filter-button path,
a.reset-filters path {
  stroke: var(--uiText);
}
@media (max-width: 767px) {
  button.filter-button,
  a.reset-filters {
    padding: 1rem 1.2rem;
  }
}

a.reset-filters {
  position: relative;
  padding-left: 3.5rem;
  text-align: center;
  margin-left: 1rem;
  display: none;
}
@media (max-width: 767px) {
  a.reset-filters {
    margin: 1rem auto 0;
  }
}
a.reset-filters:before, a.reset-filters:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 20px;
  height: 1px;
  background: var(--uiText);
  transform: rotate(45deg);
}
a.reset-filters:after {
  transform: rotate(-45deg);
}
a.reset-filters.filters-can-reset {
  display: inline-block;
  opacity: 0;
  animation: fadeIn 0.2s 0.5s forwards 1;
}
.filters-on a.reset-filters {
  display: none;
}

button.filter-button-close {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 1rem 2rem;
  background: transparent;
  color: var(--uiText);
  border-radius: 30px;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s ease-out 0s;
}
button.filter-button-close:before, button.filter-button-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 1px;
  background: var(--uiText);
  transform: rotate(45deg);
}
button.filter-button-close:after {
  transform: rotate(-45deg);
}
.filters-on button.filter-button-close {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-out 0.4s;
}

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

.filters-exposed {
  flex-basis: 100%;
  display: grid;
  text-align: left;
  gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  background: var(--bgSubdue);
  padding: 0;
  border-radius: 1rem;
  transform: scaleX(0) scaleY(0);
  animation: filtersClose 0.35s forwards 1;
  margin-top: -60px;
  max-height: 60px;
  overflow: hidden;
  transition: all 0.15s ease-out 0.1s;
}
#filter_people .filters-exposed {
  margin-top: 1rem;
}
.filters-on .filters-exposed {
  padding: 4rem 2rem;
  animation: filtersOpen 0.35s forwards 1;
  max-height: 100vh;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .filters-on .filters-exposed {
    padding: 1.5rem 0.75rem;
    max-height: 2000px;
  }
  .filters-on .filters-exposed label {
    font-size: 16px;
    padding-top: 0.2rem;
  }
  .page-id-22 .filters-on .filters-exposed {
    padding-top: 4rem;
  }
}
.filters-exposed .filter-col {
  opacity: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
}
.filters-on .filters-exposed .filter-col {
  opacity: 1;
  transition-delay: 0.3s;
}
.filters-exposed .filter-col-full {
  width: 100%;
  grid-column: 1/-1;
}
.filters-exposed.story-filter-wrap {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.filters-exposed.template-66-33 {
  grid-template-columns: 2fr 1fr;
}
.filters-exposed.template-75-25 {
  grid-template-columns: 75% 25%;
}
.filters-exposed h4 {
  border-bottom: solid 1px;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.filters-exposed ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filters-exposed ul.two-cols {
  -moz-column-count: 2;
       column-count: 2;
}
@media (max-width: 767px) {
  .filters-exposed label,
  .filters-exposed .radio_as_checkbox label {
    text-indent: 0;
  }
  .filters-exposed input[type=checkbox],
  .filters-exposed input[type=radio] {
    position: absolute;
  }
  .filters-exposed ul.two-cols {
    -moz-column-count: 1;
         column-count: 1;
  }
  .filters-exposed.template-66-33 {
    grid-template-columns: 1fr 1fr;
  }
}

@keyframes filtersOpen {
  0% {
    transform: scaleX(0) scaleY(0);
    transform-origin: 50% 0;
  }
  100% {
    transform: scaleX(1) scaleY(1);
    transform-origin: 50% 0;
  }
}
@keyframes filtersClose {
  0% {
    transform: scaleX(1) scaleY(1);
    transform-origin: 50% 0;
    opacity: 1;
  }
  100% {
    transform: scaleX(0) scaleY(0);
    transform-origin: 50% 0;
    opacity: 0;
  }
}
.radio_as_checkbox label {
  position: relative;
  padding-left: 1.5rem;
  text-indent: -0.7rem;
  display: block;
}
.radio_as_checkbox label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: solid 1px;
}
.radio_as_checkbox label:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  width: 10px;
  height: 10px;
  border: none;
  background: var(--uiText);
  border-radius: 50%;
  opacity: 0;
}
@media (hover: hover) {
  .radio_as_checkbox label:hover:after {
    opacity: 1;
  }
}
.radio_as_checkbox label.selected:after {
  opacity: 1;
}
.radio_as_checkbox .active label:after {
  opacity: 1;
}
@media (max-width: 767px) {
  .radio_as_checkbox li {
    margin-bottom: 0.5rem;
  }
}

.quote + .attribution {
  margin-top: 1rem;
}

.type-headline-quote circle {
  fill: var(--uiHighlight);
}
.type-headline-quote path {
  fill: none;
  stroke: #f2f2f2;
  stroke-miterlimit: 10;
}

.quotes-wrapped > *:first-child {
  text-indent: -0.45em;
}
.quotes-wrapped > *:first-child:BEFORE {
  content: "“";
}
.quotes-wrapped > *:last-child:AFTER {
  content: "”";
}

.section-quote_carousel {
  overflow: hidden;
  max-width: 100%;
}
.section-quote_carousel .swiper-slide {
  padding-left: var(--page-margin);
  padding-right: var(--page-margin);
}
.section-quote_carousel ul.controls {
  left: var(--page-margin);
}

.blockquote-carousel-item {
  row-gap: 0;
  padding: var(--page-margin, 50px) 0;
}
.blockquote-carousel-item blockquote {
  margin: 0;
}
@media (max-width: 767px) {
  .blockquote-carousel-item {
    padding: var(--page-margin) var(--page-margin) 80px;
  }
}
.blockquote-carousel-item > * {
  grid-column: 1/-1;
}

/* TEMP Typology Template | Quote Intro Field */
.section-quote_carousel .quote-intro {
  padding-left: var(--page-margin);
  padding-right: var(--page-margin);
}
.section-quote_carousel .wyg {
  grid-column: 1/span 9;
}
.section-quote_carousel .wyg h5 + h2 {
  margin: 0;
}

section.image-cloud {
  padding-top: 0;
}

@media (min-width: 992px) {
  section.image-cloud {
    padding-top: 0;
  }
}
section.image-cloud .wrapper {
  height: 350vw;
  position: relative;
}

section.image-cloud img {
  position: absolute;
  display: block;
  height: auto;
}

section.image-cloud img:first-child {
  top: 25vw;
  left: 0;
  width: 75vw;
}

section.image-cloud img:nth-child(2) {
  z-index: 1;
  top: 40vw;
  right: 0;
  width: 60vw;
}

section.image-cloud img:nth-child(3) {
  z-index: 1;
  right: 0;
  top: 0;
  width: 30vw;
}

section.image-cloud img:nth-child(4) {
  top: 100vw;
  left: 0;
  width: 100vw;
}
@media (max-width: 767px) {
  section.image-cloud img:nth-child(4) {
    width: 90vw;
  }
}

section.image-cloud img:nth-child(5) {
  bottom: 0;
  left: 10vw;
  width: 55vw;
  z-index: 1;
}

section.image-cloud img:nth-child(6) {
  bottom: 90vw;
  left: 0;
  width: 60vw;
  z-index: 1;
}

section.image-cloud img:nth-child(7) {
  z-index: 1;
  right: 0;
  bottom: 130vw;
  width: 55vw;
}

section.image-cloud img:nth-child(8) {
  bottom: 30vw;
  right: 0;
  width: 60vw;
}

@media (min-width: 720px) {
  section.image-cloud .wrapper {
    height: 100vw;
  }
  section.image-cloud img:first-child {
    left: 2vw;
    top: 5vw;
    width: 45vw;
  }
  section.image-cloud img:nth-child(2) {
    left: 42vw;
    top: 3vw;
    width: 25vw;
  }
  section.image-cloud img:nth-child(3) {
    right: 15vw;
    top: 18vw;
    width: 15vw;
  }
  section.image-cloud img:nth-child(4) {
    width: 62vw;
    top: 26vw;
    left: 19vw;
  }
  section.image-cloud img:nth-child(5) {
    left: 5vw;
    bottom: 12vw;
    width: 25vw;
  }
  section.image-cloud img:nth-child(6) {
    bottom: 5vw;
    left: 20vw;
    width: 25vw;
  }
  section.image-cloud img:nth-child(7) {
    bottom: 3.5vw;
    left: 48vw;
    width: 25vw;
  }
  section.image-cloud img:nth-child(8) {
    bottom: 18vw;
    right: 10vw;
    width: 25vw;
  }
}
/*
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA')
    format('woff');
  font-weight: 400;
  font-style: normal;
}
*/
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.on-matte.debug {
  background: rgba(255, 0, 0, 0.4);
}

.section-image_carousel {
  overflow: hidden;
}

ul.controls {
  position: absolute;
  z-index: 2;
  list-style-image: none;
  margin: 0;
  opacity: 0;
  bottom: 0px;
  line-height: 40px;
  display: flex;
  align-items: center;
}
ul.controls li {
  display: inline-block;
}
ul.controls .prev,
ul.controls .next {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
}
ul.controls .prev:before,
ul.controls .next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  transform: rotate(-45deg);
  border-right: solid 1px;
  border-bottom: solid 1px;
}
ul.controls .prev:before {
  transform: rotate(135deg);
}
.swiper-initialized ul.controls {
  opacity: 1;
}

.module-slideshow .slide .img-wrap {
  grid-column: span 8;
}
.module-slideshow img {
  display: block;
  max-width: 100%;
  height: auto;
}
.module-slideshow .slide .txt-wrap {
  grid-column: span 4;
}
@media (max-width: 767px) {
  .module-slideshow .slide .txt-wrap {
    grid-column: span 6;
  }
}
@media (max-width: 767px) {
  .module-slideshow.module-slideshow-a {
    padding-bottom: 4rem;
  }
}
.module-slideshow.module-slideshow-a .pagination-dots {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .module-slideshow.module-slideshow-a .pagination-dots {
    display: block;
    z-index: 3;
    bottom: 1rem;
  }
}
.module-slideshow.module-slideshow-a ul.controls {
  position: absolute;
  bottom: 2.5rem;
  left: -0.5rem;
  margin-left: var(--page-margin);
}
.module-slideshow.module-slideshow-a ul.controls:before {
  content: "";
  position: absolute;
  top: -17px;
  left: -2rem;
  width: 200px;
  height: 76px;
  background: #f1f2f2;
  z-index: -1;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .module-slideshow.module-slideshow-a ul.controls {
    left: 0;
    right: 0;
    margin: 0;
    bottom: 0;
  }
  .module-slideshow.module-slideshow-a ul.controls li {
    display: none;
  }
}
.module-slideshow.module-slideshow-a .layout-imgL-right {
  padding-bottom: 7rem;
}
@media (max-width: 767px) {
  .module-slideshow.module-slideshow-a .layout-imgL-right {
    padding-bottom: 0;
  }
  .module-slideshow.module-slideshow-a .layout-imgL-right .txt-wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .module-slideshow.module-slideshow-a .layout-imgL-right .txt-wrap {
    padding-left: 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .module-slideshow.module-slideshow-a .layout-imgL-right .txt-wrap {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .module-slideshow.module-slideshow-a .img-wrap {
    max-height: calc(90vh - 11rem);
    max-height: calc(100svh - 11rem);
    min-height: 400px;
  }
}
.module-slideshow.module-slideshow-a .img-wrap.vertical {
  position: relative;
}
.module-slideshow.module-slideshow-a .img-wrap.vertical:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 70%;
}
.module-slideshow.module-slideshow-a .img-wrap.vertical img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right top;
     object-position: right top;
}
.module-slideshow.module-slideshow-b {
  overflow: visible;
  padding-left: var(--page-margin);
}
.module-slideshow.module-slideshow-b .swiper-slide {
  min-width: 240px;
  width: calc(25vw - 5rem);
}
.module-slideshow.module-slideshow-b .swiper-slide .img-placeholder {
  padding-bottom: 130%;
}
.module-slideshow.module-slideshow-b .swiper-slide .txt-wrap {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .module-slideshow.module-slideshow-b .swiper-slide {
    min-width: 220px;
  }
}
.module-slideshow.module-slideshow-b.items-wide .swiper-slide {
  width: calc(33.33vw - 5rem);
}
.module-slideshow.module-slideshow-b ul.controls {
  padding-right: var(--page-margin);
  top: -76px;
  right: 0px;
  bottom: auto;
}
@media (max-width: 767px) {
  .module-slideshow.module-slideshow-b ul.controls {
    top: -70px;
  }
}
.module-slideshow.module-slideshow-d {
  padding-bottom: 7rem;
  overflow: visible;
}
.module-slideshow.module-slideshow-d[data-count="1"] {
  padding-bottom: 0;
}
.module-slideshow.module-slideshow-d ul.controls {
  padding-left: var(--page-margin);
  bottom: -1rem;
}
.module-slideshow.module-slideshow-d .swiper-slide {
  width: 70vw;
}
.module-slideshow.module-slideshow-d .swiper-slide:only-child {
  margin-left: auto;
  margin-right: auto;
}
.module-slideshow.module-slideshow-d .swiper-slide .txt-wrap {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .module-slideshow.module-slideshow-d .swiper-slide {
    width: 90vw;
  }
}
.module-slideshow.module-slideshow-d .img-wrap {
  position: relative;
  max-height: 60vh;
}
.module-slideshow.module-slideshow-d .img-wrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 60%;
}
.module-slideshow.module-slideshow-d .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.module-slideshow .collapse-size {
  display: flex;
  align-items: center;
  justify-content: center;
}
.module-slideshow .collapse-size .img-wrap {
  width: 100%;
}
.module-slideshow .collapse-size figcaption,
.module-slideshow .collapse-size .txt-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .module-slideshow .collapse-size figcaption p,
  .module-slideshow .collapse-size .txt-wrap p {
    width: var(--contentW);
  }
}

@media (max-width: 767px) {
  .mo-carousel {
    position: relative;
    overflow: hidden;
  }
  .mo-carousel .controls {
    bottom: auto;
    top: -10px;
    right: 0;
    left: auto;
  }
  .mo-carousel .cards-grid {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    gap: 0;
  }
  .mo-carousel .cards-grid .card {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    padding-left: 0;
    padding-right: 20px;
  }
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: var(--bg);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--uiText);
}

.stats-slideshow {
  position: relative;
  padding-bottom: 4.5rem;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  overflow-x: hidden;
}
.stats-slideshow .stat-img-set {
  position: relative;
  aspect-ratio: 578/489;
}
.stats-slideshow .stat-img-set img {
  position: absolute;
}
.stats-slideshow .stat-img-set img:nth-child(1) {
  top: 0;
  left: 0;
  width: 60%;
  height: auto;
}
.stats-slideshow .stat-img-set img:nth-child(2) {
  top: 5%;
  right: 0;
  width: 35%;
  height: auto;
  z-index: -1;
}
.stats-slideshow .stat-img-set img:nth-child(3) {
  bottom: 0;
  left: 50%;
  width: 30%;
  height: auto;
}
.stats-slideshow .stat-img-row {
  align-items: center;
}
.stats-slideshow .stat-img-txt .stat-num {
  /*
  	Project title
  	Person Title
  	Our work intro
  */
  font-family: "Clan", Helvetica, sans-serif;
  font-size: 56px;
  line-height: 1.07;
  letter-spacing: -0.01em;
  font-weight: bold;
  font-size: 96px;
  margin-bottom: 2rem;
}
.stats-slideshow .stat-img-txt .stat-num.long-xl {
  font-size: 42px;
}
.stats-slideshow .stat-img-txt .stat-num.long {
  font-size: 48px;
}
.stats-slideshow .stat-img-txt .stat-num.long-word-xxl {
  font-size: 36px;
}
.stats-slideshow .stat-img-txt .stat-num.long-word-xl {
  font-size: 42px;
}
.stats-slideshow .stat-img-txt .stat-num.long-word-l {
  font-size: 48px;
}
@media (max-width: 767px) {
  .stats-slideshow .stat-img-txt .stat-num {
    font-size: 36px;
    line-height: 1.02;
  }
  .stats-slideshow .stat-img-txt .stat-num.long-xl {
    font-size: 30px;
  }
  .stats-slideshow .stat-img-txt .stat-num.long {
    font-size: 34px;
  }
  .stats-slideshow .stat-img-txt .stat-num.long-word-xxl {
    font-size: 28px;
  }
  .stats-slideshow .stat-img-txt .stat-num.long-word-xl {
    font-size: 32px;
  }
  .stats-slideshow .stat-img-txt .stat-num.long-word-l {
    font-size: 32px;
  }
}
@media (max-height: 400px) {
  .stats-slideshow .stat-img-txt .stat-num {
    font-size: 36px;
    line-height: 1.02;
  }
  .stats-slideshow .stat-img-txt .stat-num.long-xl {
    font-size: 30px;
  }
  .stats-slideshow .stat-img-txt .stat-num.long {
    font-size: 34px;
  }
  .stats-slideshow .stat-img-txt .stat-num.long-word-xxl {
    font-size: 28px;
  }
  .stats-slideshow .stat-img-txt .stat-num.long-word-xl {
    font-size: 32px;
  }
  .stats-slideshow .stat-img-txt .stat-num.long-word-l {
    font-size: 32px;
  }
}
.stats-slideshow .stat-img-txt .stat-num,
.stats-slideshow .stat-img-txt .stat-txt {
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
}
.stats-slideshow.stats-slideshow-init {
  opacity: 1;
}
.stats-slideshow .stat-img-row {
  position: absolute;
  width: 100%;
  top: 0px;
  opacity: 0;
}
.stats-slideshow .stat-img-row:first-child {
  position: relative;
}
.stats-slideshow .control {
  text-align: right;
  position: relative;
}
.stats-slideshow .next {
  font-size: 15px;
  color: var(--uiSubdue);
}
.stats-slideshow .next svg {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 0.6rem;
}
.stats-slideshow .next:active {
  --uiSubdue: black;
}
@media (max-width: 767px) {
  .stats-slideshow .control {
    text-align: center;
    margin-top: 50px;
  }
}

.refresh-icon {
  fill: none;
  stroke: var(--uiSubdue);
  stroke-miterlimit: 10;
}

.img-grid figure {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.img-grid figure.vertX {
  padding-left: 20%;
  padding-right: 20%;
}
.img-grid figure.vert {
  padding-left: 15%;
  padding-right: 15%;
}
.img-grid figcaption {
  display: none;
}
.img-grid img {
  max-width: 100%;
  height: auto;
}
.img-grid[data-count="2"] figure {
  grid-column: span 6;
}
.img-grid.show-caption figure {
  justify-content: flex-start;
}
.img-grid.show-caption figure figcaption {
  margin-top: 1rem;
  display: block;
}

.dl-grid {
  align-items: flex-start;
}
.dl-grid figure {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: auto;
}
.dl-grid figcaption {
  display: none;
}
.dl-grid .dl-text {
  width: 100%;
}
.dl-grid .img-link-wrap {
  display: block;
  position: relative;
  padding-bottom: 75%;
  width: 100%;
  margin-bottom: 1rem;
}
.dl-grid .img-link-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dl-grid img {
  max-width: 100%;
  height: auto;
}
.dl-grid[data-count="2"] figure {
  grid-column: span 6;
}

.cta-button,
.cta-inline {
  position: relative;
  display: inline-block;
  background: var(--bgSubdue);
  padding: 1.5rem 2.5rem;
  border-radius: 40px;
  color: var(--uiText);
  margin-left: -0.5rem;
}
.cta-button:before,
.cta-inline:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-left: solid 1px;
  border-bottom: solid 1px;
  transform: rotate(45deg);
  margin-right: 1rem;
}
.cta-button.cta-button:before,
.cta-inline.cta-button:before {
  display: none;
}
.cta-button.cta-button:after,
.cta-inline.cta-button:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: solid 1px;
  border-bottom: solid 1px;
  transform: rotate(-45deg);
  margin-left: 1rem;
}
@media (hover: hover) {
  .cta-button:hover,
  .cta-inline:hover {
    --bgSubdue: black;
    --uiText: white;
  }
}
@media (max-width: 767px) {
  .cta-button,
  .cta-inline {
    padding: 1rem 1.7rem;
  }
}

.cta-button-inline,
.cta-inline {
  display: inline-block;
}
.cta-button-inline:after,
.cta-inline:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: solid 1px;
  border-bottom: solid 1px;
  transform: rotate(-45deg);
  margin-left: 1rem;
}

.cta-title {
  margin-bottom: 1rem;
  display: inline-block;
}
.has-swatch .cta-title {
  color: var(--uiHighlight);
}

.section-cta_large:not(.img-overlay-cta) .img-wrap {
  margin-right: calc(-1 * var(--page-margin));
}
.section-cta_large:not(.img-overlay-cta) .img-wrap img {
  display: block;
  height: 340px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-cta_large.img-overlay-cta .cta-img-overlay {
  position: relative;
  grid-column: 1/-1;
}
.section-cta_large.img-overlay-cta .cta-img-overlay.has-swatch {
  background-color: var(--uiHighlight);
}
.section-cta_large.img-overlay-cta .cta-overlay-text {
  color: white;
  position: relative;
  padding: 5rem 0;
  z-index: 1;
}
.section-cta_large.img-overlay-cta .cta-overlay-image {
  mix-blend-mode: overlay;
}
.section-cta_large.img-overlay-cta .cta-overlay-image img {
  opacity: 0.5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 90%;
     object-position: 50% 90%;
}
.section-cta_large.img-overlay-cta .cta-overlay-image, .section-cta_large.img-overlay-cta .cta-overlay-image img, .section-cta_large.img-overlay-cta .cta-overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-cta_large.img-overlay-cta .cta-overlay-link {
  z-index: 2;
  text-indent: -9999px;
  color: transparent;
}

.page-template-_tmpl-history .img-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 75%;
}
.page-template-_tmpl-history .img-wrapper.square {
  padding-bottom: 100%;
}
.page-template-_tmpl-history .img-wrapper.full {
  padding-bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.page-template-_tmpl-history .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.page-template-_tmpl-history header.banner {
  position: relative;
}
.page-template-_tmpl-history header.banner.banner-text-only {
  padding-top: 8rem;
}
.page-template-_tmpl-history header.banner .wrapper {
  padding: 4rem 1rem;
  text-align: center;
}
@media (min-width: 720px) {
  .page-template-_tmpl-history header.banner .wrapper {
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .page-template-_tmpl-history header.banner .wrapper {
    padding-right: 8rem;
  }
}
@media (min-width: 1440px) {
  .page-template-_tmpl-history header.banner .wrapper {
    padding-right: 8rem;
  }
}
@media (min-width: 720px) {
  .page-template-_tmpl-history header.banner .wrapper {
    padding-left: 4rem;
  }
}
@media (min-width: 992px) {
  .page-template-_tmpl-history header.banner .wrapper {
    padding-left: 8rem;
  }
}
@media (min-width: 1440px) {
  .page-template-_tmpl-history header.banner .wrapper {
    padding-left: 8rem;
  }
}
.page-template-_tmpl-history header.banner .title.title-small {
  font-family: Source Sans Pro, Tacoma, sans-serif;
  line-height: 1.6;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3.6px;
}
@media (min-width: 720px) {
  .page-template-_tmpl-history header.banner .title.title-small {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .page-template-_tmpl-history header.banner .title.title-small {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .page-template-_tmpl-history header.banner .title.title-small {
    font-size: 20px;
  }
}
.page-template-_tmpl-history header.banner .subheading.subheading-large {
  font-family: Clan;
  line-height: 1.2;
  font-weight: 400;
  display: block;
  margin-bottom: 1rem;
  letter-spacing: normal;
  max-width: 100%;
  font-size: 1.625rem;
}
@media (min-width: 720px) {
  .page-template-_tmpl-history header.banner .subheading.subheading-large {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .page-template-_tmpl-history header.banner .subheading.subheading-large {
    font-size: 78px;
  }
}
@media (min-width: 1440px) {
  .page-template-_tmpl-history header.banner .subheading.subheading-large {
    font-size: 78px;
  }
}
.page-template-_tmpl-history header.banner .description {
  font-family: Source Sans Pro, Tacoma, sans-serif;
}
@media (min-width: 992px) {
  .page-template-_tmpl-history header.banner .description {
    font-size: 31px;
    line-height: 1.6;
    font-weight: 300;
  }
}
.page-template-_tmpl-history .timeline {
  position: 0;
  padding: 4rem 0;
}
@media (min-width: 720px) {
  .page-template-_tmpl-history .timeline .mobile-view {
    display: none;
  }
}
.page-template-_tmpl-history .timeline .mobile-view .event.dialog-logo-event {
  background-color: #007fa7;
  color: #fff;
}
.page-template-_tmpl-history .timeline .mobile-view .event.dialog-logo-event .mobile-year {
  color: #fff;
}
.page-template-_tmpl-history .timeline .mobile-view .content {
  text-align: center;
  min-height: 330px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.page-template-_tmpl-history .timeline .mobile-view .mobile-year {
  opacity: 0.1;
  font-family: Clan;
  font-size: 44vw;
  color: #888b8d;
  font-weight: 700;
  position: absolute;
  left: -7vw;
}
.page-template-_tmpl-history .timeline .mobile-view .content-padding {
  padding: 4rem 1rem;
  width: 100%;
  box-sizing: border-box;
}
.page-template-_tmpl-history .timeline .mobile-view p.year {
  font-family: Clan;
  font-size: 0.875rem;
  letter-spacing: 2.25px;
  font-weight: 700;
}
.page-template-_tmpl-history .timeline .mobile-view .description.small {
  font-size: 1.25rem;
  font-family: Clan;
  line-height: 1.3;
}
.page-template-_tmpl-history .timeline .mobile-view .icon-logo svg {
  width: 348px;
  height: 67px;
  fill: white;
}
.page-template-_tmpl-history .timeline .desktop-view {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
@media (min-width: 720px) {
  .page-template-_tmpl-history .timeline .desktop-view {
    display: block;
  }
}
.page-template-_tmpl-history .timeline .desktop-view.ready {
  opacity: 1;
}
.page-template-_tmpl-history .timeline .desktop-view .event {
  height: 100vh;
  position: relative;
}
.page-template-_tmpl-history .timeline .desktop-view .event > .col {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
}
.page-template-_tmpl-history .timeline .desktop-view .event > .col:last-child {
  left: 50%;
}
.page-template-_tmpl-history .timeline .desktop-view .event .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #007fa7;
}
.page-template-_tmpl-history .timeline .desktop-view .event.dialog-logo-event .last-two-year {
  color: white;
}
.page-template-_tmpl-history .timeline .desktop-view .first-two-year, .page-template-_tmpl-history .timeline .desktop-view .last-two-year {
  display: block;
  position: relative;
  font-family: Clan;
  font-size: 38vw;
  font-weight: 700;
  width: 100%;
}
.page-template-_tmpl-history .timeline .desktop-view .first-two-year {
  color: white;
}
.page-template-_tmpl-history .timeline .desktop-view .last-two-year {
  opacity: 0.1;
  color: #888b8d;
}
.page-template-_tmpl-history .timeline .desktop-view .last-two-years-displaced {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 50%;
  top: -100%;
  display: flex;
  align-items: center;
}
.page-template-_tmpl-history .timeline .desktop-view .first-year-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.page-template-_tmpl-history .timeline .desktop-view .first-year-container .vertical-center {
  position: relative;
}
.page-template-_tmpl-history .timeline .desktop-view .vertical-center {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
}
.page-template-_tmpl-history .timeline .desktop-view .vertical-center.is-dialog p.year {
  color: white;
}
.page-template-_tmpl-history .timeline .desktop-view .vertical-center.is-dialog svg {
  width: 348px;
  height: 67px;
  fill: white;
}
.page-template-_tmpl-history .timeline .desktop-view .content-padding {
  width: 100%;
  text-align: center;
  padding: 4rem 1rem;
}
@media (min-width: 720px) {
  .page-template-_tmpl-history .timeline .desktop-view .content-padding {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .page-template-_tmpl-history .timeline .desktop-view .content-padding {
    padding-right: 6rem;
  }
}
@media (min-width: 1440px) {
  .page-template-_tmpl-history .timeline .desktop-view .content-padding {
    padding-right: 8rem;
  }
}
@media (min-width: 720px) {
  .page-template-_tmpl-history .timeline .desktop-view .content-padding {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .page-template-_tmpl-history .timeline .desktop-view .content-padding {
    padding-left: 6rem;
  }
}
@media (min-width: 1440px) {
  .page-template-_tmpl-history .timeline .desktop-view .content-padding {
    padding-left: 8rem;
  }
}
.page-template-_tmpl-history .timeline .desktop-view p.year {
  font-size: 27px;
  font-family: Clan;
  letter-spacing: 2.25px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 41px;
}
.page-template-_tmpl-history .timeline .desktop-view p.description {
  font-family: Clan;
  font-size: 58px;
  font-weight: 300;
  line-height: 76px;
}
.page-template-_tmpl-history .timeline .desktop-view .img-wrapper {
  background-color: white;
}
.page-template-_tmpl-history .timeline .desktop-view .img-wrapper.dialog-logo-event {
  background-color: #007fa7;
}

.section-scroll_gallery {
  position: relative;
}
.section-scroll_gallery article {
  grid-column: 7/span 6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
.section-scroll_gallery .scroll-gal-media {
  position: sticky;
  top: 0;
  height: 100%;
  grid-column: 1/span 6;
  grid-row-start: 1;
  grid-row-end: -1;
  margin-left: calc(-1 * var(--page-margin));
}
.section-scroll_gallery .scroll-gal-media-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition-duration: 0.5s;
  opacity: 0;
}
.section-scroll_gallery .scroll-gal-media-item.active {
  opacity: 1;
}
.section-scroll_gallery .scroll-gal-media-item img,
.section-scroll_gallery .scroll-gal-media-item video {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100vh;
  max-height: 100lvh;
}
@media (max-width: 767px) {
  .section-scroll_gallery .scroll-gal-media {
    height: 50vh;
    max-height: 350px;
    grid-column: 1/-1;
    grid-row: 1;
    width: calc(100% + var(--page-margin) * 2);
    background: var(--bg);
    z-index: 3;
  }
  .section-scroll_gallery article {
    grid-column: 1/-1;
  }
}

.iv-trigger {
  display: block;
  height: 1px;
}

.studio-single {
  grid-column: span 4;
}
.studio-single .img-wrap + .txt-wrap {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .single-studio:not(:first-child) {
    margin-top: 4rem;
  }
}

nav.typology-subnav {
  position: sticky;
  top: -1px;
  padding: 4px 5vw 0;
  z-index: 4;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transition: 0.15s;
  transition-property: transform;
}
nav.typology-subnav.scrollup {
  transform: translateY(60px);
}
nav.typology-subnav a {
  display: block;
  padding: 0.5rem 0;
  color: white;
  border-bottom: 4px solid transparent;
}
nav.typology-subnav a.active-section {
  border-bottom-color: currentColor;
}
@media (hover: hover) {
  nav.typology-subnav a:HOVER {
    border-bottom-color: currentColor;
  }
}
nav.typology-subnav[data-subnav-color=red] {
  background: #d83f37;
}
nav.typology-subnav[data-subnav-color=orange] {
  background: #e9943d;
}
nav.typology-subnav[data-subnav-color=gray] {
  background: #797d82;
}
nav.typology-subnav[data-subnav-color="dark blue"] {
  background: #00305b;
}
nav.typology-subnav[data-subnav-color=green] {
  background: #abb444;
}
nav.typology-subnav[data-subnav-color=magenta] {
  background: #9d328a;
}
nav.typology-subnav[data-subnav-color=cyan] {
  background: #05a9e2;
}
nav.typology-subnav[data-subnav-color=off-white] {
  background: #fbfbe7;
}
@media (min-width: 768px) {
  .admin-bar nav.typology-subnav {
    top: 31px;
  }
}
@media (max-width: 1100px) {
  nav.typology-subnav a {
    margin: 0 1.5rem 0 0;
  }
}
@media (max-width: 960px) {
  nav.typology-subnav {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  nav.typology-subnav {
    display: none;
  }
}

.subnav-target {
  width: 100%;
  padding: 2.5rem 0;
  color: transparent;
  border-bottom: 4px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.typology-subnav + .subnav-target {
  margin-top: -2rem;
}

.section-featured_project {
  margin: 7rem 0 0;
}
.section-featured_project .featured-project-col {
  grid-column: 1/span 7;
}
.section-featured_project .featured-project-col .wyg h5 + h1 {
  margin-top: 0;
}
section.section-text + .section-featured_project {
  margin-top: 3rem;
}
.section-featured_project .wyg h5:first-child {
  text-transform: uppercase;
}
.section-featured_project .related-projects-col {
  grid-column: span 5/-1;
  margin: 0 0 auto;
  padding: 2rem;
}
.section-featured_project .related-projects-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-featured_project .related-projects-col ul li {
  padding: 0.75rem 0;
  text-indent: 0;
  text-wrap: pretty;
}
.section-featured_project .related-projects-col ul li:not(:first-child) {
  border-top: 1px solid var(--uiSubdue);
}
.section-featured_project .related-projects-col ul li:first-child {
  padding-top: 0;
}
.section-featured_project .related-projects-col ul li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .section-featured_project .featured-project-col {
    grid-column: 1/-1;
  }
  .section-featured_project .related-projects-col {
    grid-column: 1/-2;
    margin: 2rem 0;
    padding: 1rem;
  }
  .section-featured_project .related-projects-col ul li {
    padding: 1rem 0;
  }
}

.section-bg_color_section {
  position: relative;
}
.section-bg_color_section:AFTER {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--uiHighlight);
  opacity: 0.1;
}
.section-bg_color_section .col-content {
  grid-column: 3/span 8;
}
@media (max-width: 767px) {
  .section-bg_color_section .col-content {
    grid-column: 1/-1;
  }
}
.section-bg_color_section .content-statistics {
  display: contents;
}
.section-bg_color_section .content-statistics .single-stat {
  grid-column: span all;
}
.section-bg_color_section .content-statistics .single-stat[data-stat-total="3"] {
  grid-column: auto/span 4;
}
.section-bg_color_section .content-statistics .single-stat[data-stat-total="4"] {
  grid-column: auto/span 3;
}
@media (max-width: 767px) {
  .section-bg_color_section .content-statistics .single-stat {
    margin: 1rem 0;
  }
  .section-bg_color_section .content-statistics .single-stat,
  .section-bg_color_section .content-statistics .single-stat[data-stat-total="3"],
  .section-bg_color_section .content-statistics .single-stat[data-stat-total="4"] {
    grid-column: 2/-2;
  }
}
.section-bg_color_section .content-statistics .sources {
  grid-column: 1/-1;
}
.section-bg_color_section .content-text .wyg {
  text-align: center;
  text-wrap: pretty;
}
.section-bg_color_section .content-text .wyg * {
  margin-left: auto;
  margin-right: auto;
}

.single-stat span {
  display: block;
}
.single-stat .stat-big {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}
.single-stat .stat-small {
  text-wrap: balance;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #ff0000;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
/*
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}
*/
/* Remove these to get rid of the spinner */
/*
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}
*/
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

/*
@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
*/
body.page-loading {
  cursor: wait;
}

.carousel-wrap-fixed {
  overflow: hidden;
}
.carousel-wrap-fixed .carousel-item {
  display: inline-block;
  width: 20%;
  width: calc(25vw - 3rem);
  min-width: 240px;
  padding-left: 2rem;
}
.carousel-wrap-fixed .carousel-item.start-position {
  width: calc(5vw - 2rem);
  padding-left: 0;
  min-width: 0;
}
.carousel-wrap-fixed .carousel-item.person .img-wrap + .txt-wrap {
  margin-top: 1rem;
}

.img-placeholder {
  position: relative;
  display: block;
  width: 100%;
  background: #94c1c7;
  max-height: 90vh;
  overflow: hidden;
}
.img-placeholder:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 85%;
}
.cards-grid .img-placeholder:before {
  padding-bottom: 60%;
}
.img-placeholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.people .img-placeholder {
  padding-bottom: 130%;
}
.people .img-placeholder:before {
  padding-bottom: 0;
}
.img-placeholder.person:before {
  display: none;
}

.r-width-wide {
  grid-column: 2/span 10;
}
@media (max-width: 767px) {
  .r-width-wide {
    grid-column: 1/-1;
  }
}

@media (min-width: 768px) {
  .inset,
  .r-width {
    grid-column: 3/span 8;
  }
}
.inset blockquote.quote,
.r-width blockquote.quote {
  margin: 0;
}

@media (min-width: 768px) {
  .r-width-inset {
    grid-column: 4/span 6;
  }
}

.bm-1 {
  margin-bottom: 1rem;
}

.single-line-out p {
  margin: 0;
}

/* TEMP Project Typology Landing Page */
.page-template-_tmpl-typology h1, .page-template-_tmpl-typology h2, .page-template-_tmpl-typology h3, .page-template-_tmpl-typology h4, .page-template-_tmpl-typology h5, .page-template-_tmpl-typology h6, .single-projects h1, .single-projects h2, .single-projects h3, .single-projects h4, .single-projects h5, .single-projects h6 {
  text-wrap: pretty;
}
.page-template-_tmpl-typology .wyg p, .page-template-_tmpl-typology .wyg h1, .page-template-_tmpl-typology .wyg h2, .page-template-_tmpl-typology .wyg h3, .page-template-_tmpl-typology .wyg h4, .single-projects .wyg p, .single-projects .wyg h1, .single-projects .wyg h2, .single-projects .wyg h3, .single-projects .wyg h4 {
  max-width: 72ch;
}
.page-template-_tmpl-typology .wyg ol, .page-template-_tmpl-typology .wyg ul, .single-projects .wyg ol, .single-projects .wyg ul {
  max-width: 60ch;
}

@media (min-width: 768px) {
  .page-template-_tmpl-typology .r-width {
    grid-column: 1/span 8;
  }
}

/* Move into components */
.map-graphic {
  position: relative;
  margin-bottom: 1rem;
}
.map-graphic:before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../svg/map-pin.svg);
  background-repeat: no-repeat;
  background-size: 42.86px 55.38px;
  background-position: 50% 40%;
}

/* Temp */
.headline-xl {
  /*
  	Project title
  	Person Title
  	Our work intro
  */
  font-family: "Clan", Helvetica, sans-serif;
  font-size: 56px;
  line-height: 1.07;
  letter-spacing: -0.01em;
  font-weight: bold;
}
.headline-xl.long-xl {
  font-size: 42px;
}
.headline-xl.long {
  font-size: 48px;
}
.headline-xl.long-word-xxl {
  font-size: 36px;
}
.headline-xl.long-word-xl {
  font-size: 42px;
}
.headline-xl.long-word-l {
  font-size: 48px;
}
@media (max-width: 767px) {
  .headline-xl {
    font-size: 36px;
    line-height: 1.02;
  }
  .headline-xl.long-xl {
    font-size: 30px;
  }
  .headline-xl.long {
    font-size: 34px;
  }
  .headline-xl.long-word-xxl {
    font-size: 28px;
  }
  .headline-xl.long-word-xl {
    font-size: 32px;
  }
  .headline-xl.long-word-l {
    font-size: 32px;
  }
}
@media (max-height: 400px) {
  .headline-xl {
    font-size: 36px;
    line-height: 1.02;
  }
  .headline-xl.long-xl {
    font-size: 30px;
  }
  .headline-xl.long {
    font-size: 34px;
  }
  .headline-xl.long-word-xxl {
    font-size: 28px;
  }
  .headline-xl.long-word-xl {
    font-size: 32px;
  }
  .headline-xl.long-word-l {
    font-size: 32px;
  }
}

.block-img .img-wrap {
  position: relative;
}
.block-img .img-wrap .img-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.header-wo-landing .img-wrap + .txt-wrap {
  margin-top: 3rem;
}

.img-place-temp .faux-img {
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .project-stats {
    margin-top: 3rem;
    -moz-column-count: 2;
         column-count: 2;
  }
  .project-stats dd,
  .project-stats p {
    -moz-column-break-before: avoid;
         break-before: avoid;
  }
  .project-stats dt {
    -moz-column-break-after: avoid;
         break-after: avoid;
  }
  .project-stats .nobreak {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}

.page-template-_tmpl-storytax section + section.section-column_content {
  margin-top: 2rem;
}
.page-template-_tmpl-storytax section + section.section-column_content + * {
  margin-top: 2rem;
}

/* Legacy fallbacks */

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