html[data-parallax="1"] {
  height: 100vh;
  overflow: hidden; }
  html[data-parallax="1"] body {
    height: 100vh;
    overflow: scroll;
    perspective: 1px;
    transform-style: preserve-3d;
    -webkit-overflow-scrolling: touch; }

body {
  font-family: 'Source Sans Pro', sans-serif; }
  body.dark {
    background: black;
    color: white; }
  body.light {
    background: white;
    color: black; }

* {
  box-sizing: border-box; }

.pos-absolute {
  position: absolute; }

.pos-relative {
  position: relative; }

.pos-fixed {
  position: fixed; }

.display-block {
  display: block; }

.display-inline {
  display: inline; }

.display-inline-block {
  display: inline-block; }

.display-table {
  display: table; }

.display-inline-table {
  display: inline-table; }

.display-table-row {
  display: table-row; }

.display-table-cell {
  display: table-cell; }

.display-flex {
  display: flex; }

.display-inline-flex {
  display: inline-flex; }

.display-none {
  display: none; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clear-both {
  clear: both; }

.flex-flow-row {
  flex-flow: row; }

.flex-flow-row-wrap {
  flex-flow: row wrap; }

.flex-flow-column {
  flex-flow: column; }

.flex-flow-column-wrap {
  flex-flow: column wrap; }

.justify-center {
  justify-content: center; }

.justify-around {
  justify-content: space-around; }

.justify-between {
  justify-content: space-between; }

.align-center {
  align-items: center; }

.align-self-start {
  align-self: flex-start; }

.align-self-end {
  align-self: flex-end; }

.width100 {
  width: 100%; }

.height100 {
  height: 100%; }

.v-top {
  vertical-align: top; }

.v-middle {
  vertical-align: middle; }

.v-bottom {
  vertical-align: bottom; }

.italic {
  font-style: italic; }

.uppercase {
  text-transform: uppercase; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

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

.border-box {
  box-sizing: border-box; }

.pointer {
  cursor: pointer; }

.serif {
  font-family: "Source Serif Pro", serif; }

.sans-serif {
  font-family: "Source Sans Pro", sans-serif; }

.color--light {
  color: white; }

.color--dark {
  color: black; }

.type--extralight {
  font-weight: 200; }

.type--light {
  font-weight: 300; }

.type--normal {
  font-weight: 400; }

.type--semibold {
  font-weight: 600; }

.type--bold {
  font-weight: 700; }

.type--black {
  font-weight: 900; }

.type--ls-001 {
  letter-spacing: 0.1em; }

.flex-1 {
  flex: 1; }

.flex-2 {
  flex: 2; }

.margin-auto {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto; }

.margin-0-auto {
  margin: 0 auto; }

.margin-2-auto {
  margin: 2em auto; }

.align-self-start {
  align-self: flex-start; }

.align-self-center {
  align-self: center; }

.align-self-end {
  align-self: flex-end; }

.justify-self-left {
  margin-right: auto; }

.justify-self-right {
  margin-left: auto; }

.justify-self-top {
  margin-bottom: auto; }

.justify-self-bottom {
  margin-top: auto; }

.justify-self-center {
  margin: auto; }

.max-width-150px {
  max-width: 150px !important; }

.max-width-250px {
  max-width: 250px !important; }

.max-width-350px {
  max-width: 350px !important; }

.max-width-500px {
  max-width: 500px !important; }

.max-width-800px {
  max-width: 800px !important; }

.max-width-1000px {
  max-width: 1000px !important; }

.max-width-1200px {
  max-width: 1200px !important; }

.min-width-150px {
  min-width: 150px !important; }

.min-width-250px {
  min-width: 250px !important; }

.font-size-0-5em {
  font-size: 0.5em !important; }

.font-size-0-66em {
  font-size: 0.66em !important; }

.font-size-0-8em {
  font-size: 0.8em !important; }

.font-size-0-9em {
  font-size: 0.9em !important; }

.font-size-1em {
  font-size: 1em !important; }

.font-size-2em {
  font-size: 1.5em !important; }

.font-size-3em {
  font-size: 2em !important; }

.font-size-4em {
  font-size: 2.5em !important; }

.font-size-5em {
  font-size: 3em !important; }

.font-weight-300 {
  font-weight: 300 !important; }

.line-height-1em {
  line-height: 1em !important; }

.line-height-1-33em {
  line-height: 1.33em !important; }

.line-height-1-5em {
  line-height: 1.5em !important; }

.line-height-1-66em {
  line-height: 1.66em !important; }

.line-height-2em {
  line-height: 2em !important; }

.letter-spacing-0-1em {
  letter-spacing: 0.1em !important; }

.letter-spacing-0-05em {
  letter-spacing: 0.05em !important; }

.row-wrap {
  flex-flow: row wrap !important; }

.indent-left {
  transform: translateX(10%) !important; }

.full-bleed {
  width: 115% !important;
  margin-left: -15% !important;
  margin-right: -15% !important; }

.table {
  display: table; }

.table-cell {
  display: table-cell; }

.text-center {
  text-align: center; }

body.with-anim .anim-fade {
  opacity: 0; }

body.with-anim .anim-scale {
  transform: scale(0.66); }

body.with-anim .anim-scale-100-top {
  transform-origin: center top;
  transform: scaleY(0); }

body.with-anim .anim-down {
  transform: translate(0, -1em); }

body.with-anim .anim-right {
  transform: translate(1em, 0); }

body.with-anim .anim-left {
  transform: translate(-1em, 0); }

body.with-anim .anim-up {
  transform: translate(0, 1em); }

body.with-anim *[class^=anim-], body.with-anim *[class*=anim-] {
  transition: opacity 1s ease, transform 1s ease; }
  body.with-anim *[class^=anim-][data-observed="true"], body.with-anim *[class*=anim-][data-observed="true"] {
    opacity: 1;
    transform: translate(0, 0) scale(1); }

body.with-anim .anim-list li {
  opacity: 0;
  transform: translateX(-1em);
  transition: opacity 0.5s ease, transform 0.5s ease; }

body.with-anim .anim-list[data-observed="true"] li {
  opacity: 1;
  transform: translateX(0); }

body.with-anim .anim-end {
  position: relative;
  bottom: 25vh; }

@media screen and (min-width: 37.5em) {
  .width-100 {
    width: 100% !important; }
  .width-90 {
    width: 90% !important; }
  .width-80 {
    width: 80% !important; }
  .width-70 {
    width: 70% !important; }
  .width-60 {
    width: 60% !important; }
  .width-50 {
    width: 50% !important; }
  .width-40 {
    width: 40% !important; }
  .width-30 {
    width: 30% !important; }
  .width-20 {
    width: 20% !important; }
  .width-10 {
    width: 10% !important; }
  .width-75 {
    width: 70% !important; }
  .width-25 {
    width: 50% !important; }
  .width-33 {
    width: 33% !important; }
  .width-66 {
    width: 66% !important; }
  .font-size-1em {
    font-size: 1em !important; }
  .font-size-2em {
    font-size: 2em !important; }
  .font-size-3em {
    font-size: 3em !important; }
  .font-size-4em {
    font-size: 4em !important; }
  .font-size-5em {
    font-size: 5em !important; }
  .indent-left-50px {
    transform: translateX(50px) !important; }
  .indent-left-100px {
    transform: translateX(100px) !important; }
  .indent-left-150px {
    transform: translateX(150px) !important; }
  .indent-left-200px {
    transform: translateX(200px) !important; }
  .indent-right-50px {
    transform: translateX(-50px) !important; }
  .indent-right-100px {
    transform: translateX(-100px) !important; }
  .indent-right-150px {
    transform: translateX(-150px) !important; }
  .indent-right-200px {
    transform: translateX(-200px) !important; }
  .indent-right {
    transform: translateX(-10%) !important; } }

#Loader {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: black;
  color: white;
  text-emphasis: navy wavy underline;
  display: flex;
  opacity: 1;
  transition: opacity 0.5s ease 0s, transform 0.5s ease; }
  #Loader.default .content {
    margin: auto;
    position: relative;
    width: 20em;
    height: 20em;
    box-sizing: border-box; }
  #Loader.default .outline {
    opacity: 0.5;
    animation: loader--loading-outline 20s linear infinite;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  #Loader.default .tag {
    font-size: 1.5em;
    font-family: times-new, serif;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transition: opacity 0.1s ease;
    opacity: 0.5; }
  #Loader.exiting {
    opacity: 0;
    transform: scale(2); }
    #Loader.exiting.default .content {
      transition: opacity 0.5s ease;
      opacity: 0; }
    #Loader.exiting.default .outline {
      opacity: 0; }
    #Loader.exiting.default .tag {
      opacity: 1; }

@keyframes loader--loading-outline {
  to {
    transform: rotate(360deg); } }

#masthead {
  position: fixed;
  z-index: 1;
  left: 0em;
  top: 0em; }

.menu-toggle {
  background: none;
  border: none;
  outline: none;
  padding: 0px;
  position: absolute;
  top: 1.25em;
  left: 1em;
  width: 2em;
  height: 2em;
  z-index: 1;
  cursor: pointer; }
  .menu-toggle svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.menu-cnr {
  background: black;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  max-width: 20em;
  padding: 6em 4em 4em 1em;
  text-align: right;
  display: flex;
  flex-flow: column;
  position: absolute;
  transform: translateX(-100%);
  overflow: auto;
  transition: transform 0.25s ease; }
  .menu-cnr .menu {
    font-family: "NeuzeitGroteskExtCondW03-Blk", sans-serif;
    margin: auto auto 4em; }
  .menu-cnr ul {
    display: block; }
  .menu-cnr .menu-item {
    font-size: 0.9em;
    margin-bottom: 1.5em;
    text-transform: uppercase;
    max-width: 10em; }
    .menu-cnr .menu-item:last-of-type {
      margin-bottom: 0em; }
  .menu-cnr a {
    color: #9d9d9d;
    display: inline-block;
    font-size: 0.9em;
    text-decoration: none; }
    .menu-cnr a:hover, .menu-cnr a.focus, .menu-cnr a.current-menu-ancestor {
      color: white; }
  .menu-cnr .menu-item-has-children:hover > a, .menu-cnr .menu-item-has-children.focus > a, .menu-cnr .menu-item-has-children.current-menu-ancestor > a {
    color: white; }
  .menu-cnr .current-menu-item a {
    color: white; }

.sub-menu {
  position: absolute;
  left: -999em;
  font-family: 'Source Sans Pro', sans-serif; }
  .sub-menu .menu-item {
    margin-bottom: 0em;
    text-transform: none;
    max-width: 100%; }

.menu-cnr .menu-item:hover .sub-menu, .menu-cnr .menu-item.focus .sub-menu, .menu-cnr .menu-item.current-menu-ancestor .sub-menu {
  position: relative;
  margin-top: 0.5em;
  left: 0em; }

#site-navigation .menu-toggle svg line {
  transition: transform 0.2s ease; }

#site-navigation.toggled .menu-toggle svg line:nth-of-type(1) {
  transform: rotate(45deg) scale(1.25) translateY(-2.5px); }

#site-navigation.toggled .menu-toggle svg line:nth-of-type(2) {
  transform: scale(0); }

#site-navigation.toggled .menu-toggle svg line:nth-of-type(3) {
  transform: rotate(-45deg) scale(1.25) translateY(2.5px); }

#site-navigation.toggled .menu-toggle .theme-dark {
  display: block; }

#site-navigation.toggled .menu-toggle .theme-light {
  display: none; }

#site-navigation.toggled .menu-cnr {
  transform: translateX(0%); }

body.dark .menu-toggle .theme-dark {
  display: block; }

body.dark .menu-toggle .theme-light {
  display: none; }

body.light .menu-toggle .theme-dark {
  display: none; }

body.light .menu-toggle .theme-light {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: block; }
  .menu-cnr {
    padding: 4em 4em 0em 1em; }
  #page.with-sidebar .menu-toggle {
    display: none; }
  #page.with-sidebar #masthead {
    position: relative;
    width: 15em;
    z-index: 1;
    right: auto;
    grid-area: sidebar; }
  #page.with-sidebar .menu-cnr {
    background: none;
    width: auto;
    height: auto;
    right: auto;
    top: auto;
    position: relative;
    transform: none;
    margin-top: 2em;
    padding: 0em 3em 2em 1em; }
  #page.with-sidebar .main-navigation ul {
    display: block; }
  body.dark #page.with-sidebar #primary-menu a:hover, body.dark #page.with-sidebar #primary-menu a.focus {
    color: white; }
  body.dark #page.with-sidebar #primary-menu .menu-item-has-children:hover > a, body.dark #page.with-sidebar #primary-menu .menu-item-has-children.focus > a, body.dark #page.with-sidebar #primary-menu .menu-item-has-children.current-menu-ancestor > a {
    color: white; }
  body.dark #page.with-sidebar #primary-menu .current-menu-item a {
    color: white; }
  body.light #page.with-sidebar #primary-menu a:hover, body.light #page.with-sidebar #primary-menu a.focus {
    color: black; }
  body.light #page.with-sidebar #primary-menu .menu-item-has-children:hover > a, body.light #page.with-sidebar #primary-menu .menu-item-has-children.focus > a, body.light #page.with-sidebar #primary-menu .menu-item-has-children.current-menu-ancestor > a {
    color: black; }
  body.light #page.with-sidebar #primary-menu .current-menu-item a {
    color: black; } }

@media screen and (min-height: 26.25em) and (min-width: 37.5em) {
  #page.with-sidebar .main-navigation {
    position: sticky;
    top: 1em; } }

.entry-content {
  margin: 0;
  position: relative; }
  .entry-content > * {
    max-width: calc(100% - 2em);
    margin-left: auto;
    margin-right: auto; }
  .entry-content p {
    margin: 1em auto;
    font-weight: 300;
    line-height: 2em; }
  .entry-content a {
    color: currentColor; }
    .entry-content a:hover {
      color: #fce65a; }
  .entry-content figure {
    margin: auto; }
  .entry-content h4 {
    font-family: "Source Serif Pro", serif;
    letter-spacing: 0.1em; }
  .entry-content ul {
    padding: 0;
    font-weight: 300;
    line-height: 2em;
    margin: 0 0 1.5em 1em; }

.link-to {
  max-width: calc(100% - 2em);
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  margin-top: 6em; }
  .link-to a {
    color: currentColor;
    text-decoration: none;
    font-weight: bold;
    display: inline-block; }
    .link-to a .arrow {
      width: 5em;
      display: inline-block;
      vertical-align: middle; }
    .link-to a .label {
      margin-right: 1.5em;
      text-transform: uppercase;
      font-family: "NeuzeitGroteskExtCondW03-Blk", sans-serif;
      display: inline-block;
      vertical-align: middle; }
    .link-to a:hover .arrow {
      animation: arrow-nudge 1s ease; }

.fullbleed {
  width: 100%;
  max-width: 100%; }

#hero_media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0; }
  #hero_media img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.intro {
  position: relative;
  margin: 8em auto 8em; }
  .intro .pre {
    letter-spacing: 0.1em;
    font-family: "Source Serif Pro", serif;
    font-weight: 600;
    margin: 0em 0em 1em;
    font-size: 0.9em;
    line-height: 1em; }
  .intro .headline {
    max-width: 9em;
    margin: 0.5em 0 0.25em;
    line-height: 1.25em;
    font-weight: 600;
    font-family: "Source Serif Pro", serif; }
  .intro .body {
    font-weight: 300;
    font-family: "Source Sans Pro", sans-serif;
    margin: 1em 0em;
    padding: 0; }
  .intro figure {
    margin: 1em 0;
    width: 100%; }
    .intro figure img {
      width: 100%;
      max-height: 27.5em; }

ul.in-list {
  list-style-type: none;
  margin: auto;
  padding: 0;
  font-size: 0.75em; }
  ul.in-list li {
    display: inline; }
    ul.in-list li::after {
      content: "\2022";
      margin-left: 0.5em;
      margin-right: 0.5em; }
    ul.in-list li:first-of-type::before {
      content: none; }
    ul.in-list li:last-of-type::after {
      content: none; }

.vertical-line {
  position: relative; }
  .vertical-line:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0.05em;
    background: white; }

body.light .vertical-line:after {
  background: black; }

.map-heading {
  margin-bottom: 1.5em; }

.wp-block-button {
  color: inherit !important;
  border: 1px solid white;
  border-color: currentColor; }

.wp-block-buttons .wp-block-button {
  margin: 0; }

.pull-quote {
  margin: 0;
  font-family: "Source Serif Pro", serif;
  font-size: 2em; }
  .pull-quote p {
    line-height: 1.36em;
    font-weight: bold;
    font-size: 1em; }

.stats .wp-block-group__inner-container {
  display: block;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  grid-gap: 4em; }

.stats .wp-block-quote {
  position: relative;
  margin: 0 0 2em;
  padding-left: 1.5em; }
  .stats .wp-block-quote::before {
    content: "";
    position: absolute;
    width: 2px;
    background-color: #fce65a;
    left: 0;
    top: 0;
    height: 100%; }

.stats p {
  margin: 0;
  font-size: 5em;
  color: #fce65a;
  line-height: 1em;
  font-weight: bold;
  font-family: "NeuzeitGroteskExtCondW03-Blk", sans-serif; }

.stats cite {
  font-style: normal;
  color: currentColor;
  font-weight: 300; }

body.light .stats .wp-block-quote::before {
  background-color: #ea4c47; }

body.light .stats p {
  color: #ea4c47; }

.in-date {
  margin-bottom: 2em; }
  .in-date .wp-block-group__inner-container {
    display: flex;
    align-items: center; }
  .in-date h2 {
    font-family: "Source Serif Pro", serif;
    font-size: 2em;
    margin: 0; }
  .in-date p {
    margin: 0 0 0 2.5em;
    font-size: 1em;
    max-width: 50em; }

body.light .wp-block-button:hover {
  background: black; }
  body.light .wp-block-button:hover a {
    color: white !important; }

body.dark .wp-block-button:hover {
  background: white; }
  body.dark .wp-block-button:hover a {
    color: black !important; }

.wp-block-columns.geo-cnr .wp-block-column.collapse-after {
  order: 2;
  margin-top: 2em; }

.wp-block-button__link {
  font-size: 0.8em !important;
  border: none !important; }

.home-cta .wp-block-column p {
  max-width: 22em; }

@keyframes arrow-nudge {
  0% {
    transform: translateX(0em); }
  50% {
    transform: translateX(1em); }
  100% {
    transform: translateX(0em); } }

@media screen and (min-width: 37.5em) {
  .entry-content {
    margin: 0; }
    .entry-content > * {
      max-width: none; }
  .link-to {
    max-width: none; }
  #page .intro {
    margin: 0em 0em 12em; }
    #page .intro .body {
      line-height: 2em; }
    #page .intro .headline {
      font-size: 4em; }
  .wp-block-columns.geo-cnr {
    justify-content: center;
    align-items: center; }
    .wp-block-columns.geo-cnr .wp-block-column.collapse-after {
      order: 0;
      margin-top: 0em; }
  .pull-quote {
    font-size: 2.85em; }
  .stats .wp-block-group__inner-container {
    display: grid; }
  .stats .wp-block-quote {
    margin: 0; } }

@media screen and (min-width: 75em) {
  ul.in-list {
    font-size: 1em; } }

footer {
  text-align: center;
  padding: 1em 1em;
  display: flex;
  flex-flow: column; }
  footer .legal {
    display: inline-block;
    vertical-align: middle;
    order: 2;
    text-decoration: none;
    color: #4e4e4e; }
  footer .logo {
    display: block;
    margin: 0 auto 0.5em;
    order: 1; }
    footer .logo img {
      max-width: 5em;
      max-height: 5em; }

@media screen and (min-width: 22.5em) {
  footer {
    padding: 1em 1em;
    text-align: right;
    display: block; }
    footer .logo {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 0.5em; }
      footer .logo img {
        max-width: 3em;
        max-height: 3em; } }

@media screen and (min-width: 37.5em) {
  footer .legal {
    color: #4E4E4E;
    font-size: 0.9em; } }

.custom-logo-link {
  position: absolute;
  width: 4em;
  height: auto;
  top: 1.25em;
  right: 1em;
  z-index: 1; }

main {
  width: 100%;
  padding: 0em 0em 4em; }

.geo-cnr a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold; }
  .geo-cnr a:hover {
    text-decoration: underline; }

body.home .custom-logo-link {
  opacity: 0; }

@media screen and (min-width: 37.5em) {
  #page {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "header" "content" "footer"; }
    #page.with-sidebar {
      grid-template-columns: 2fr 4fr 4fr;
      grid-template-areas: "header  header  header" "sidebar content content" "footer  footer  footer";
      padding-top: 8em; }
      #page.with-sidebar main {
        max-width: 66em;
        padding-right: 1em; }
    #page footer {
      width: 100%;
      grid-area: footer;
      text-align: right; }
    #page main {
      grid-area: content; } }

