@charset "UTF-8";
:root {
  --uiText:#000;
  --uiLine:#000;
  --bg:transparent;
  --uiInvText:white;
  --uiInvLine:white;
  --bgInv:black;
  --colorPop:#02ce94;
  --colorPopLine:#5aff99; }

.invert-ui {
  --uiText:#fff;
  color: var(--uiText); }

.pop-1, .has-pop-1-background-color {
  --colorPop:#000000; }
  .pop-1 .menu-panel, .has-pop-1-background-color .menu-panel {
    --colorPop:#02ce94; }

.pop-2, .has-pop-2-background-color {
  --colorPop:#FFFFFF; }

.pop-3, .has-pop-3-background-color {
  --colorPop:#999999; }

.pop-4, .has-pop-4-background-color {
  --colorPop:#f2f2f2; }

.pop-5, .has-pop-5-background-color {
  --colorPop:#02ce94; }

.pop-6, .has-pop-6-background-color {
  --colorPop:#5aff99; }

.pop-7, .has-pop-7-background-color {
  --colorPop:#007658; }

.pop-8, .has-pop-8-background-color {
  --colorPop:#3c3cbe; }

.pop-9, .has-pop-9-background-color {
  --colorPop:#ffff00; }

.ui-pop-1, .has-pop-1-color {
  --uiText:#000000; }

.ui-pop-2, .has-pop-2-color {
  --uiText:#FFFFFF; }

.ui-pop-3, .has-pop-3-color {
  --uiText:#999999; }

.ui-pop-4, .has-pop-4-color {
  --uiText:#f2f2f2; }

.ui-pop-5, .has-pop-5-color {
  --uiText:#02ce94; }

.ui-pop-6, .has-pop-6-color {
  --uiText:#5aff99; }

.ui-pop-7, .has-pop-7-color {
  --uiText:#007658; }

.ui-pop-8, .has-pop-8-color {
  --uiText:#3c3cbe; }

.ui-pop-9, .has-pop-9-color {
  --uiText:#ffff00; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes downIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes downIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px; }

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

*:focus,
*:active {
  outline: none; }

html {
  font-size: 16px; }

html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0; }
  html.menu-on,
  body.menu-on {
    overflow: hidden; }

.container-fluid,
.container,
.wp-block-columns {
  margin-right: auto;
  margin-left: auto; }

.container-fluid, .wp-block-columns {
  padding-right: 1rem;
  padding-left: 1rem; }
  @media (max-width: 1023px) {
    .container-fluid, .wp-block-columns {
      padding-left: 0.75rem;
      padding-right: 0.75rem; } }
  .wp-block-column .container-fluid, .wp-block-column .wp-block-columns {
    width: 100%;
    padding-right: 0;
    padding-left: 0; }
  .container-fluid.has-background, .wp-block-columns.has-background {
    margin-left: 1rem;
    margin-right: 1rem; }
    .wp-block-column .container-fluid.has-background, .wp-block-column .wp-block-columns.has-background {
      margin-left: 0;
      margin-right: 0; }
    @media (max-width: 767px) {
      .container-fluid.has-background, .wp-block-columns.has-background {
        margin-left: 0;
        margin-right: 0; } }
    #main .container-fluid.has-background, #main .wp-block-columns.has-background {
      padding: 0 0 1rem; }
      #main .container-fluid.has-background.quotesimple, #main .wp-block-columns.has-background.quotesimple {
        padding-top: 1rem;
        padding-bottom: 3rem; }
      @media (max-width: 768px) {
        #main .container-fluid.has-background, #main .wp-block-columns.has-background {
          padding-left: 0.75rem;
          padding-right: 0.75rem; } }
#main > .wp-block-columns {
  z-index: 1; }

#main .no-right-pad {
  padding-right: 0; }

@media (max-width: 767px) {
  #main .mo-fullw {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 767px) {
  .mo-negLR {
    margin-left: -0.75rem;
    margin-right: -0.75rem; } }

@media (max-width: 767px) {
  .mo-negLRHalf {
    margin-left: -0.375rem;
    margin-right: -0.375rem; } }

@media (max-width: 767px) {
  #main .mo-padLR {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
    #main .mo-padLR > .txt-wrap {
      padding-left: 0;
      padding-right: 0; } }

@media (max-width: 767px) {
  #main .mo-limit-75 {
    max-width: 75%; } }

.wp-block-group:not(:last-child) {
  margin-bottom: 3rem; }
  @media (min-height: 800px) {
    .wp-block-group:not(:last-child) {
      margin-bottom: 4.5rem; } }
  .wp-block-group:not(:last-child).has-background.space-std {
    margin-bottom: 3rem; }
    @media (min-height: 800px) {
      .wp-block-group:not(:last-child).has-background.space-std {
        margin-bottom: 4.5rem; } }
  .wp-block-group:not(:last-child).has-background.space-min {
    margin-bottom: 1rem; }
    @media (max-width: 767px) {
      .wp-block-group:not(:last-child).has-background.space-min {
        margin-bottom: 0.75rem; } }
  .wp-block-group:not(:last-child).has-background.space-none {
    margin-bottom: 0; }

.wp-block-group.has-background {
  padding-top: 1rem;
  padding-bottom: 2rem; }

.wp-block-group.padtop-0 {
  padding-top: 0; }

.wp-block-group.padbottom-0 {
  padding-bottom: 0; }

#wbhead + .wp-block-group.has-background {
  padding-top: 0; }
  @media (max-width: 768px) {
    #wbhead + .wp-block-group.has-background {
      padding-top: 0.75rem; } }
@media (min-width: 769px) {
  .wp-block-group.has-background + .wp-block-group.has-background,
  .has-background + .row-inline-book-gallery {
    margin-top: -1rem; } }

.wp-block-columns:last-child {
  margin-bottom: 0; }

@media (max-width: 768px) {
  .wp-block-columns .wp-block-column > * {
    margin-bottom: 0.75rem; } }

@media (min-width: 600px) {
  #app .wp-block-column {
    flex-basis: calc(50% - 0.5rem); } }

.e2e {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }
  @media (max-width: 768px) {
    .row {
      margin-right: -0.75rem;
      margin-left: -0.75rem; } }
  .e2e .row {
    margin-left: 0;
    margin-right: 0; }

@media (max-width: 768px) {
  .row.career-region-wrap {
    margin-right: 0;
    margin-left: 0; }
    .row.career-region-wrap .career-region + .career-region {
      margin-top: 3rem; } }

#main .wp-block-columns {
  margin-bottom: 0; }
  @media (max-width: 768px) {
    #main .wp-block-columns {
      display: block; } }
#main .wp-block-column {
  display: flex;
  flex-direction: column; }
  @media (max-width: 768px) {
    #main .wp-block-column > *:not(.mo-w-inset) {
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
    #main .wp-block-column > .mo-w-bleed {
      width: calc(100% + 1.5rem);
      margin-left: -0.75rem; } }
  #main .wp-block-column > p, #main .wp-block-column > ul, #main .wp-block-column > ol {
    display: block;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (max-width: 1023px) {
      #main .wp-block-column > p, #main .wp-block-column > ul, #main .wp-block-column > ol {
        padding-left: 0.75rem; } }
    @media (max-width: 1023px) {
      #main .wp-block-column > p, #main .wp-block-column > ul, #main .wp-block-column > ol {
        padding-right: 0.75rem; } }
@media (min-width: 782px) {
  #main .wp-block-column:not(:first-child) {
    margin-left: 1rem; } }

.row.reverse {
  flex-direction: row-reverse; }

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

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }
  @media (max-width: 768px) {
    .col-xs,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-offset-0,
    .col-xs-offset-1,
    .col-xs-offset-2,
    .col-xs-offset-3,
    .col-xs-offset-4,
    .col-xs-offset-5,
    .col-xs-offset-6,
    .col-xs-offset-7,
    .col-xs-offset-8,
    .col-xs-offset-9,
    .col-xs-offset-10,
    .col-xs-offset-11,
    .col-xs-offset-12 {
      padding-left: 0.75rem;
      padding-right: 0.75rem; } }
.col-xs, .wp-block-column {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  justify-content: center;
  text-align: center; }

.end-xs {
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  align-items: flex-start; }

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

.bottom-xs {
  align-items: flex-end; }

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

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

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    justify-content: center;
    text-align: center; }
  .end-sm {
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    align-items: flex-start; }
  .middle-sm {
    align-items: center; }
  .bottom-sm {
    align-items: flex-end; }
  .around-sm {
    justify-content: space-around; }
  .between-sm {
    justify-content: space-between; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; } }

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    justify-content: center;
    text-align: center; }
  .end-md {
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    align-items: flex-start; }
  .middle-md {
    align-items: center; }
  .bottom-md {
    align-items: flex-end; }
  .around-md {
    justify-content: space-around; }
  .between-md {
    justify-content: space-between; }
  .first-md {
    order: -1; }
  .last-md {
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    justify-content: center;
    text-align: center; }
  .end-lg {
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    align-items: flex-start; }
  .middle-lg {
    align-items: center; }
  .bottom-lg {
    align-items: flex-end; }
  .around-lg {
    justify-content: space-around; }
  .between-lg {
    justify-content: space-between; }
  .first-lg {
    order: -1; }
  .last-lg {
    order: 1; } }

@media (max-width: 768px) {
  .row > * {
    width: 100%; } }

@media (max-width: 768px) {
  #main .wp-block-column:nth-child(2n) {
    margin-left: 0; } }

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.25s;
  transition-delay: 0s !important; }

.fade-enter, .fade-leave-to {
  opacity: 0;
  transition-delay: 0s !important; }

@font-face {
  font-family: 'Styrene A Web';
  src: url("../fonts/StyreneA-BoldItalic-Web.woff2") format("woff2"), url("../fonts/StyreneA-BoldItalic-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal; }

.StyreneA-BoldItalic-Web {
  font-family: 'Styrene A Web';
  font-weight: 700;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Styrene A Web';
  src: url("../fonts/StyreneA-Bold-Web.woff2") format("woff2"), url("../fonts/StyreneA-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

.StyreneA-Bold-Web {
  font-family: 'Styrene A Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Styrene A Web';
  src: url("../fonts/StyreneA-RegularItalic-Web.woff2") format("woff2"), url("../fonts/StyreneA-RegularItalic-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }

.StyreneA-RegularItalic-Web {
  font-family: 'Styrene A Web';
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Styrene A Web';
  src: url("../fonts/StyreneA-Regular-Web.woff2") format("woff2"), url("../fonts/StyreneA-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

.StyreneA-Regular-Web {
  font-family: 'Styrene A Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'WB Symbols';
  src: url("../fonts/wb-symbol-Regular.woff2") format("woff2"), url("../fonts/wb-symbol-Regular.woff") format("woff");
  font-style: normal;
  font-stretch: normal; }

.head1 {
  font-size: 60px;
  line-height: 1.033333;
  font-weight: 400;
  letter-spacing: -.015em;
  word-spacing: -.025em; }
  @media (max-width: 768px) {
    .head1 {
      font-size: 40px; } }
  .head1.editorial-title {
    font-size: 72px;
    margin-left: -0.08em;
    letter-spacing: -.025em; }
    @media (max-width: 768px) {
      .head1.editorial-title {
        font-size: 40px; } }
    @media (min-width: 900px) {
      .head1.editorial-title {
        max-width: 90%; } }
  .head1.sector-page-title {
    font-size: 80px; }
    @media (max-width: 768px) {
      .head1.sector-page-title {
        font-size: 40px; } }
.head2 {
  font-size: 46px;
  line-height: 1.08659;
  font-weight: 400;
  letter-spacing: -.015em;
  word-spacing: -.025em; }
  @media (max-width: 768px) {
    .head2 {
      font-size: 32px; } }
.wyg-jumbo {
  font-size: 46px;
  line-height: 1.08659;
  font-weight: 400;
  letter-spacing: -.015em;
  word-spacing: -.025em; }
  @media (max-width: 768px) {
    .wyg-jumbo {
      font-size: 32px; } }
.plus, .wyg-plus {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -.003em; }
  @media (max-width: 767px) {
    .plus, .wyg-plus {
      font-size: 16px; } }
.body {
  font-size: 17px;
  line-height: 1.3333;
  font-weight: 400; }
  @media (max-width: 768px) {
    .body {
      font-size: 15px; } }
.minus, .wyg-minus {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400; }
  @media (max-width: 768px) {
    .minus, .wyg-minus {
      font-size: 11px; } }
.navigate {
  font-size: 17px;
  line-height: 1.3333;
  font-weight: 600; }
  @media (max-width: 768px) {
    .navigate.pre-title {
      font-size: 11px; } }
.head3 {
  font-size: 46px;
  line-height: 1.08659;
  font-weight: 600;
  letter-spacing: -.015em;
  word-spacing: -.025em; }
  @media (max-width: 768px) {
    .head3 {
      font-size: 32px; } }
.head4 {
  font-size: 32px;
  line-height: 1.125;
  font-weight: 400;
  letter-spacing: -.015em;
  word-spacing: -.025em; }

.wyg h1 {
  font-size: 60px;
  line-height: 1.033333;
  font-weight: 400;
  letter-spacing: -.015em;
  word-spacing: -.025em; }
  @media (max-width: 768px) {
    .wyg h1 {
      font-size: 40px; } }
  .wyg h1.editorial-title {
    font-size: 72px;
    margin-left: -0.08em;
    letter-spacing: -.025em; }
    @media (max-width: 768px) {
      .wyg h1.editorial-title {
        font-size: 40px; } }
    @media (min-width: 900px) {
      .wyg h1.editorial-title {
        max-width: 90%; } }
  .wyg h1.sector-page-title {
    font-size: 80px; }
    @media (max-width: 768px) {
      .wyg h1.sector-page-title {
        font-size: 40px; } }
.wyg h2 {
  font-size: 46px;
  line-height: 1.08659;
  font-weight: 400;
  letter-spacing: -.015em;
  word-spacing: -.025em; }
  @media (max-width: 768px) {
    .wyg h2 {
      font-size: 32px; } }
.wyg h3 {
  font-size: 17px;
  line-height: 1.3333;
  font-weight: 400;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 0; }
  @media (max-width: 768px) {
    .wyg h3 {
      font-size: 15px; } }
  .wyg h3:not(:first-child) {
    margin-top: 3rem; }

.wyg h4 {
  font-size: 17px;
  line-height: 1.3333;
  font-weight: 400;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0; }
  @media (max-width: 768px) {
    .wyg h4 {
      font-size: 15px; } }
.wyg h5 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  font-weight: bold; }
  @media (max-width: 768px) {
    .wyg h5 {
      font-size: 11px; } }
.wyg h6 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400; }
  @media (max-width: 768px) {
    .wyg h6 {
      font-size: 11px; } }
.wyg h4 + h2 {
  margin-top: 0.25rem; }

/*

Open Office Again?
60/62
font-size:60px;
line-height:1.033333;
font-weight:400;

21st Century Mobility and the Battle for Los Angeles
46/50
font-size:46px;
line-height:1.08659;
font-weight:400;

Lorem ipsum doler if all the surface parking lots in Los Angeles County were developed into residential units  those lots could house between 1.5 to 3 million people.
24/30
font-size:24px;
line-height:1.25;
font-weight:400;

New Yorkers, Londoners or residents of Hong Kong might find their compact urban fabric getting taller, their housing becoming more costly and their subways more jammed. The way they occupy those cities, however, and how they move around them, have not changed. For Angelenos, the region’s fundamental DNA is in flux.
18/24
font-size:18px;
line-height:1.3333;
font-weight:400;

Two visions of the future.  At left, a high-rise “transit-oriented” development, rising next door to a new Metro station, provides a glimpse of a denser, more urban version of Los Angeles.  At right: a tract of newly-built single-family houses, each outfitted with a two or three-car garage and backyard swimming pool, upholds the postwar suburban dream of Los Angeles as a low-density, auto-centric metropolis.  
15/18
font-size:15px;
line-height:1.2;
font-weight:400;

Journal Project News
18/24
font-size:18px;
line-height:1.3333;
font-weight:600;

Journal
46/50
font-size:46px;
line-height:1.08659;
font-weight:600;

*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-duration: 0.25s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: 6;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (max-width: 1023px) {
    header {
      padding-left: 0.75rem; } }
  @media (max-width: 1023px) {
    header {
      padding-right: 0.75rem; } }
  @media (min-width: 769px) {
    .admin-bar header {
      top: 32px; } }
  @media (min-width: 769px) {
    header.inv, .inv header, .single-projects:not(.project-unbuilt) header, .menu-on header, .header-invert header {
      --uiText:white;
      color: var(--uiInvText);
      border-color: var(--uiInvLine); } }
  @media (max-width: 768px) and (min-width: 768px) {
    header {
      padding-left: 0;
      padding-right: 0; } }
  .menu-on header {
    background: var(--bgInv); }

header + .has-background, header + .page-title-wrap + .has-background {
  position: relative;
  padding-top: 0; }
  header + .has-background:BEFORE, header + .page-title-wrap + .has-background:BEFORE {
    content: "";
    position: absolute;
    top: -1000px;
    left: 0;
    right: 0;
    height: 1000px;
    background: var(--colorPop);
    z-index: -1; }

header + .tuck-under-nav {
  margin-top: -84px; }

header + .page-title-wrap + .tuck-under-nav {
  margin-top: -150px; }

header#wbhead .menu-wrap-secondary {
  --colorPop:#02ce94; }
  @media (max-width: 767px) {
    header#wbhead .menu-wrap-secondary .menu-headline {
      font-size: 13px;
      font-weight: bold;
      color: var(--colorPop); }
      header#wbhead .menu-wrap-secondary .menu-headline .link-w-arrow:AFTER {
        transition-duration: 0s;
        transition-delay: 0s;
        -webkit-transform: rotate(45deg) translate(2px, -4px);
                transform: rotate(45deg) translate(2px, -4px); }
      header#wbhead .menu-wrap-secondary .menu-headline .link-w-arrow:HOVER:AFTER {
        margin-left: -0.75rem; } }
  header#wbhead .menu-wrap-secondary .nav-secondary {
    padding-top: 0.75rem; }
    @media (min-width: 768px) {
      header#wbhead .menu-wrap-secondary .nav-secondary {
        padding-top: 0; } }
  @media (max-width: 767px) {
    header#wbhead .menu-wrap-secondary.secondary-on .menu-headline {
      color: white; }
      header#wbhead .menu-wrap-secondary.secondary-on .menu-headline .link-w-arrow:AFTER {
        -webkit-transform: rotate(-45deg) translate(2px, 4px);
                transform: rotate(-45deg) translate(2px, 4px);
        margin-left: -1rem; } }
.site-name {
  position: relative;
  display: block;
  width: 155px;
  height: 15px; }
  .menu-panel .site-name {
    position: absolute;
    top: 2rem;
    left: 2rem; }
  .site-name svg {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .site-name path {
    fill: var(--uiText); }
  .site-name span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden; }
  .site-name .site-name-text {
    opacity: 0; }
  .site-name:BEFORE {
    content: "";
    position: absolute;
    top: -17px;
    left: -1rem;
    right: -1rem;
    height: 48px;
    background: black;
    z-index: -1;
    transition-duration: 0.2s;
    transition-delay: 0s;
    opacity: 0; }
  @media (min-width: 769px) {
    .on-bg .site-name {
      --uiText:white; }
      .on-bg .site-name:BEFORE {
        opacity: 1; }
    .on-bg .site-name:BEFORE {
      right: 2.4rem;
      transition-delay: 0.1s; } }
.site-name-mobile {
  display: none; }
  @media (max-width: 767px) {
    .site-name-mobile {
      display: flex;
      width: 100%;
      height: 48px;
      align-items: center;
      background: black; } }
  .site-name-mobile .site-name-divide {
    width: 100%;
    position: relative; }
    .site-name-mobile .site-name-divide:BEFORE {
      content: "";
      position: absolute;
      top: 50%;
      left: 0.25rem;
      right: 0.4rem;
      height: 3px;
      background: white;
      margin-top: -2px; }

@-webkit-keyframes fadeBG {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeBG {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.logo-full {
  /*
		svg{
			path{
				fill: #02ce94 !important;
			}
		}
	*/ }
  .logo-full:BEFORE {
    content: "";
    position: absolute;
    height: 20%;
    top: 37%;
    left: 14%;
    width: 38.5%;
    background: var(--uiText);
    z-index: 3;
    transition-duration: 0.15s;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    transition-delay: 0s;
    transition-timing-function: ease-out; }
    .menu-on .logo-full:BEFORE, .on-bg .logo-full:BEFORE {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      transition-timing-function: cubic-bezier(0.25, 0.8, 0.35, 0.9); }
    .on-bg .logo-full:BEFORE {
      transition-delay: 0.15s; }

.logo-base {
  fill: var(--uiText); }
  .has-ani .logo-base {
    transition-duration: 0.15s;
    transition-delay: 0.2s; }
  .menu-on .logo-base, .on-bg .logo-base {
    transition-delay: 0s; }

.logo-letters {
  fill: var(--uiText);
  transition-duration: 0.25s;
  transition-delay: 0.15s;
  opacity: 1; }
  .menu-on .logo-letters, .on-bg .logo-letters {
    opacity: 0; }
  .has-ani.menu-on .logo-letters, .on-bg .logo-letters {
    transition-delay: 0s;
    transition-duration: 0.15s; }

nav.menu-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: all;
  opacity: 0;
  visibility: hidden;
  overscroll-behavior: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  --bg:white; }
  .menu-on nav.menu-panel {
    width: 100%;
    height: 100%;
    pointer-events: all;
    opacity: 1;
    visibility: visible; }
    @media (min-width: 768px) {
      .menu-on nav.menu-panel {
        min-height: 100vh; } }
  @media (min-width: 769px) {
    .admin-bar nav.menu-panel {
      top: 32px; }
      .menu-on .admin-bar nav.menu-panel {
        height: calc(100% - 32px); } }
  .menu-on nav.menu-panel {
    --uiText:white;
    --uiLine:white;
    --bg:black;
    transition-delay: 0s;
    color: var(--uiText);
    border-color: var(--uiLine); }
  nav.menu-panel .menu-scroll {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 7rem; }
  nav.menu-panel .menu-contents {
    padding: 5rem 1rem 0; }
    @media (max-width: 768px) {
      nav.menu-panel .menu-contents {
        padding: 5rem 0.75rem 0; } }
    @media (max-width: 650px) {
      nav.menu-panel .menu-contents {
        padding: 3.5rem 0.75rem 0; } }
.nav-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bg);
  transition-duration: 0.25s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-delay: 0.4s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  transition-timing-function: ease-out; }
  .menu-on .nav-bg {
    transition-delay: 0s;
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }

.menu-toggle {
  position: relative;
  width: 58px;
  height: 48px; }
  @media (max-width: 767px) {
    .menu-toggle:BEFORE {
      content: "";
      position: absolute;
      top: -1rem;
      right: -1rem;
      bottom: -1rem;
      left: -1rem; } }
  .menu-toggle span:BEFORE, .menu-toggle span:AFTER {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 2px;
    margin: -1px 0 0 -14px;
    background: var(--uiText);
    transition-duration: 0.15s; }
    @media (max-width: 767px) {
      .menu-toggle span:BEFORE, .menu-toggle span:AFTER {
        width: 24px;
        margin: -1px 0 0 -12px; } }
  .menu-toggle span:BEFORE {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); }
  .menu-toggle span:AFTER {
    -webkit-transform: translateY(4px);
            transform: translateY(4px); }
  @media (max-width: 767px) {
    .menu-toggle span:BEFORE {
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px); }
    .menu-toggle span:AFTER {
      -webkit-transform: translateY(3px);
              transform: translateY(3px); } }
  .menu-toggle:HOVER span:BEFORE {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  .menu-toggle:HOVER span:AFTER {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
  .menu-toggle.open span:BEFORE, .menu-on .menu-toggle span:BEFORE {
    -webkit-transform: translateY(0) rotate(36deg);
            transform: translateY(0) rotate(36deg); }
  .menu-toggle.open span:AFTER, .menu-on .menu-toggle span:AFTER {
    -webkit-transform: translateY(0) rotate(-36deg);
            transform: translateY(0) rotate(-36deg); }
  .menu-panel .menu-toggle {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem; }
  @media (min-width: 768px) {
    body:not(.menu-on) .on-bg .menu-toggle {
      background: black; }
      body:not(.menu-on) .on-bg .menu-toggle span:BEFORE, body:not(.menu-on) .on-bg .menu-toggle span:AFTER {
        background: white; } }
.menu-contents {
  display: flex;
  flex-direction: column;
  min-height: 100%; }
  .menu-contents .menu-col-center {
    position: relative;
    width: 100%;
    max-width: 66.666%;
    margin: auto; }
    @media (max-width: 768px) {
      .menu-contents .menu-col-center {
        max-width: 100%; } }
  @media (min-width: 769px) {
    .menu-contents .menu-search {
      position: absolute;
      top: 1.75rem;
      right: 16.6667%;
      width: 16.6667%; }
    .menu-contents .langLink {
      position: absolute;
      top: 1.75rem;
      left: 16.6667%;
      padding-left: 1.75rem; }
      .menu-contents .langLink:HOVER {
        color: var(--colorPop); } }
  .menu-contents .wb-feature {
    margin-bottom: 2.5rem; }
    .menu-contents .wb-feature.feature-type-1 .img-wrap.card-img.half {
      padding-bottom: 0;
      height: 40vh; }
    @media (min-width: 769px) {
      .menu-contents .wb-feature.feature-type-1 {
        display: flex;
        align-items: flex-end; }
        .menu-contents .wb-feature.feature-type-1 .img-wrap {
          flex-basis: 50%;
          flex-shrink: 0; }
        .menu-contents .wb-feature.feature-type-1 .h2 {
          margin: 0.25rem 0 0.5rem; } }
    @media (min-height: 1000px) {
      .menu-contents .wb-feature.feature-type-1 {
        flex-direction: column;
        align-items: flex-start; }
        .menu-contents .wb-feature.feature-type-1 .img-wrap {
          width: 100%;
          max-width: 750px;
          min-height: 40vh;
          margin: auto auto 0 0; }
        .menu-contents .wb-feature.feature-type-1 .txt-wrap .txt-wrap {
          padding-left: 0; } }
  @media (min-width: 900px) {
    .menu-contents .wb-callouts {
      max-width: 75%; } }
  @media (min-height: 750px) {
    .menu-contents .wb-callouts .img-wrap.card-img {
      padding-bottom: 0;
      height: 25vh; } }
  @media (min-height: 1000px) {
    .menu-contents .wb-callouts .img-wrap.card-img {
      height: 20vh; } }
  .menu-contents .wb-callouts .callout-single .img-wrap {
    margin-bottom: 0.5rem; }
  .menu-contents h6 + .wb-callouts {
    margin-top: 1rem; }
  @media (min-width: 768px) {
    .menu-contents .nav-primary {
      transition-delay: 0.1s; }
    .menu-contents .menu-wrap-secondary {
      transition-delay: 0.1s; }
    .menu-contents .form-search {
      transition-delay: 0.1s; }
    .menu-contents .wb-feature {
      transition-delay: 0.1s; }
    .menu-contents .wb-callouts-wrap {
      transition-delay: 0s; }
    .menu-on .menu-contents .nav-primary {
      transition-delay: 0.1s; }
    .menu-on .menu-contents .menu-wrap-secondary {
      transition-delay: 0.1s; }
    .menu-on .menu-contents .form-search {
      transition-delay: 0.1s; }
    .menu-on .menu-contents .wb-feature {
      transition-delay: 0.15s; }
    .menu-on .menu-contents .wb-callouts-wrap {
      transition-delay: 0.15s; } }
  .menu-contents .nav-primary, .menu-contents .nav-secondary, .menu-contents .form-search, .menu-contents .langLink {
    opacity: 0;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0, 0.8, 0.4, 1);
    -webkit-transform: translateY(-0.25rem);
            transform: translateY(-0.25rem);
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .menu-on .menu-contents .nav-primary, .menu-on .menu-contents .nav-secondary, .menu-on .menu-contents .form-search, .menu-on .menu-contents .langLink {
      opacity: 1;
      transition-delay: 0.2s;
      -webkit-transform: translateY(0) translateX(0);
              transform: translateY(0) translateX(0); }
  .menu-contents .wb-feature, .menu-contents .wb-callouts-wrap {
    opacity: 0;
    transition-duration: 0.2s;
    -webkit-transform: translateX(-0.25rem);
            transform: translateX(-0.25rem); }
    .menu-on .menu-contents .wb-feature, .menu-on .menu-contents .wb-callouts-wrap {
      opacity: 1;
      -webkit-transform: translateY(0) translateX(0);
              transform: translateY(0) translateX(0); }
  @media (max-width: 767px) {
    #main .menu-contents .nav-primary, #main .menu-contents .menu-wrap-secondary, #main .menu-contents .form-search, #main .menu-contents .menu-headline, #main .menu-contents .menu-header-end {
      transition-delay: 0s;
      transition-duration: 0s;
      opacity: 0; }
      .menu-on #main .menu-contents .nav-primary, .menu-on #main .menu-contents .menu-wrap-secondary, .menu-on #main .menu-contents .form-search, .menu-on #main .menu-contents .menu-headline, .menu-on #main .menu-contents .menu-header-end {
        -webkit-animation: fadeIn 0.15s 0.15s forwards 1;
                animation: fadeIn 0.15s 0.15s forwards 1; } }
@media (max-width: 768px) {
  .menu-wrap-secondary h6 {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    position: relative; }
    .menu-wrap-secondary h6:BEFORE {
      content: "";
      position: absolute;
      top: 1px;
      left: 100%;
      width: 12px;
      height: 12px;
      border-right: solid 2px;
      border-bottom: solid 2px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      margin-left: 0.5rem; }
    .menu-wrap-secondary h6:ACTIVE {
      color: white; }
  .menu-wrap-secondary.secondary-on h6:BEFORE {
    -webkit-transform: rotate(225deg) translateX(-5px) translateY(-5px);
            transform: rotate(225deg) translateX(-5px) translateY(-5px); }
  .menu-wrap-secondary .menu-see-all {
    display: none; } }

.menu-pagetop {
  position: relative;
  padding-left: 1rem;
  padding-top: 2rem;
  padding-bottom: 1.2rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  z-index: 6;
  pointer-events: none; }
  @media (max-width: 1023px) {
    .menu-pagetop {
      padding-left: 0.75rem; } }
  .menu-pagetop > * {
    pointer-events: all; }
  .menu-pagetop .page-info {
    display: flex;
    margin-right: auto;
    margin-bottom: 0.75rem; }
    .menu-on .menu-pagetop .page-info {
      pointer-events: none; }
      .menu-on .menu-pagetop .page-info a {
        pointer-events: all; }
      .menu-on .menu-pagetop .page-info .page-northstar a {
        pointer-events: none; }
    @media (max-width: 768px) {
      .menu-pagetop .page-info {
        width: 100%; } }
  .menu-pagetop .menu-toggle {
    margin: -17px 0 0 2rem; }
    @media (max-width: 767px) {
      .menu-pagetop .menu-toggle {
        position: fixed;
        bottom: 2rem;
        left: 50%;
        width: 52px;
        height: 52px;
        border-radius: 50%;
        margin: 0 0 0 -26px;
        background: black;
        --uiText:white;
        border: solid 2px;
        border-color: white;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
        opacity: 0;
        pointer-events: none;
        transition-duration: 0.2s; }
        .menu-on .menu-pagetop .menu-toggle {
          background: white;
          --uiText:black;
          border-color: black; }
        .scrolled-m .menu-pagetop .menu-toggle, .menu-on .menu-pagetop .menu-toggle {
          -webkit-transform: translateY(0);
                  transform: translateY(0);
          opacity: 1;
          pointer-events: all; }
        .menu-on .menu-pagetop .menu-toggle {
          transition-delay: 0.15s; } }
  .menu-pagetop .link-w-arrow {
    margin-top: -0.3rem; }
  @media (max-width: 767px) {
    .menu-pagetop {
      padding: 0;
      height: 48px; }
      .menu-pagetop .page-info {
        margin: auto; } }
.page-northstar {
  margin: -0.275em 0 0 1.5rem;
  -webkit-animation: fadeIn 0.5s forwards 1;
          animation: fadeIn 0.5s forwards 1; }
  .scrolled-in .page-northstar {
    display: none;
    -webkit-animation: none;
            animation: none; }
  .menu-on .page-northstar {
    opacity: 0;
    transition-duration: 0.1s;
    -webkit-animation: none;
            animation: none;
    pointer-events: none; }

.nav-primary {
  font-size: 46px;
  line-height: 1.08659;
  font-weight: 400;
  letter-spacing: -.015em;
  word-spacing: -.025em;
  margin-bottom: 0.75rem; }
  @media (max-width: 768px) {
    .nav-primary {
      font-size: 40px; } }
  .nav-primary li {
    margin-bottom: 0.25rem; }
  .nav-primary a {
    position: relative;
    display: inline-block; }
    .nav-primary a:HOVER {
      color: var(--colorPop); }

.menu-wrap-secondary {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -.003em; }
  @media (max-width: 767px) {
    .menu-wrap-secondary {
      font-size: 32px; } }
  .menu-wrap-secondary .menu-headline {
    color: white;
    margin-bottom: 0.125rem; }

.nav-secondary {
  margin-top: 0.5rem;
  margin-left: 0.15rem;
  margin-bottom: 1rem; }
  .nav-secondary li {
    display: inline-block;
    line-height: 1.1;
    margin-right: 1rem; }
    @media (min-width: 768px) {
      .nav-secondary li {
        line-height: 1.2; } }
  .nav-secondary a:HOVER {
    color: var(--colorPop); }

.form-search {
  margin-top: auto;
  margin-bottom: 2.5rem;
  max-width: 280px; }
  .form-search input[type="text"] {
    font-size: 17px;
    line-height: 1.3333;
    font-weight: 400;
    line-height: 1.4;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: none;
    border-bottom: solid 2px;
    border-radius: 0 !important;
    width: 100%;
    border-color: var(--uiInvLine);
    padding-bottom: 0.5rem;
    padding-left: 0;
    text-indent: 0;
    color: var(--uiInvText); }
    @media (max-width: 768px) {
      .form-search input[type="text"] {
        font-size: 15px; } }
    .form-search input[type="text"]::-webkit-input-placeholder {
      color: var(--uiInvText);
      transition-duration: 0.2s; }
    .form-search input[type="text"]::-moz-placeholder {
      color: var(--uiInvText);
      transition-duration: 0.2s; }
    .form-search input[type="text"]:-ms-input-placeholder {
      color: var(--uiInvText);
      transition-duration: 0.2s; }
    .form-search input[type="text"]:-moz-placeholder {
      color: var(--uiInvText);
      transition-duration: 0.2s; }
    .form-search input[type="text"]:FOCUS::-webkit-input-placeholder {
      opacity: 0; }
    .form-search input[type="text"]:FOCUS::-moz-placeholder {
      opacity: 0; }
    .form-search input[type="text"]:FOCUS:-ms-input-placeholder {
      opacity: 0; }
    .form-search input[type="text"]:FOCUS:-moz-placeholder {
      opacity: 0; }
  .form-search input[type="submit"] {
    display: none; }
  @media (max-width: 767px) {
    .form-search {
      max-width: 100%;
      margin-top: 3rem; }
      .form-search input[type="text"] {
        border-bottom: solid 2px; } }
.panel-slide {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 8;
  width: 100%;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overscroll-behavior: none; }
  .panel-slide.project-filters {
    background: rgba(0, 0, 0, 0.9); }
  .panel-slide.on {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  @media (min-width: 769px) {
    .panel-slide {
      width: 70%;
      transition-duration: 0.2s; }
      .admin-bar .panel-slide {
        top: 32px;
        height: calc(100% - 32px); } }
  @media (min-width: 1024px) {
    .panel-slide {
      width: 50%; } }
  @media (min-width: 1150px) {
    .panel-slide {
      width: 40%; } }
  @media (min-width: 1500px) {
    .panel-slide {
      width: 33.333%; } }
  .panel-slide .panel-contents {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 5.625rem 4rem 5rem 2rem; }
    @media (max-width: 768px) {
      .panel-slide .panel-contents {
        padding: 4.75rem 1.25rem 2rem; } }
  .panel-slide .panel-list {
    display: flex;
    padding-top: 0.5rem;
    border-top: solid 2px; }
    .panel-slide .panel-list h4 {
      flex-basis: 130px;
      flex-shrink: 0;
      font-weight: normal; }
      @media (max-width: 767px) {
        .panel-slide .panel-list h4 {
          flex-basis: 100px; } }
      .panel-slide .panel-list h4.no-sub-panel {
        flex-basis: 100%;
        margin-bottom: 2rem; }
    .panel-slide .panel-list ul {
      margin: 0 0 2rem;
      font-weight: bold; }
      .panel-slide .panel-list ul ul {
        margin: 0 0 1rem; }
    .panel-slide .panel-list a:HOVER {
      color: var(--colorPop); }
    @media (max-width: 767px) {
      .panel-slide .panel-list h4 {
        margin-top: 0.125rem; }
      .panel-slide .panel-list li {
        padding: 0.125rem 0; } }
  .panel-slide .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 5;
    cursor: pointer; }
    .panel-slide .close span {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 24px;
      height: 2px;
      margin-left: -12px; }
      .panel-slide .close span:BEFORE, .panel-slide .close span:AFTER {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        -webkit-transform: rotate(36deg);
                transform: rotate(36deg);
        background: white; }
      .panel-slide .close span:AFTER {
        -webkit-transform: rotate(-36deg);
                transform: rotate(-36deg); }
  @media (max-width: 768px) {
    .panel-slide .close {
      width: 3rem;
      height: 3rem;
      top: 0.75rem;
      right: 0.75rem;
      background: white;
      color: black;
      border: solid 2px black;
      border-radius: 50%; }
      .panel-slide .close span:BEFORE, .panel-slide .close span:AFTER {
        background: black; } }
.filter-region-title {
  opacity: 0.5; }

.panel-close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  display: none;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .panel-slide.on + .panel-close {
    display: block; }

.nav-feature {
  display: flex;
  opacity: 0.01;
  transition-duration: 0.2s;
  margin-top: 2rem;
  margin-left: -0.75rem;
  overflow: hidden;
  width: calc(100% + 1.5rem);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  @media (min-width: 769px) {
    .nav-feature {
      padding-left: 16.667vw; } }
  @media (min-width: 769px) and (max-height: 700px) {
    .nav-feature {
      display: none; } }
  .nav-feature .nav-single {
    padding-left: 0.75rem;
    flex-shrink: 0;
    width: 33.333%; }
    @media (max-width: 768px) {
      .nav-feature .nav-single {
        padding-left: 0.75rem; } }
  .menu-on .nav-feature.nav-init {
    opacity: 1;
    transition-duration: 0.15s;
    transition-delay: 0.15s; }

.menu-header-end {
  margin-top: 4rem; }
  .menu-header-end path {
    fill: white; }
  .menu-header-end ul {
    list-style: none; }
    .menu-header-end ul li {
      display: inline-block;
      margin-right: 20px; }
  .menu-header-end .footer-primary {
    margin-bottom: 2rem; }
  .menu-header-end .footer-social {
    margin-bottom: 2rem; }

#wbfooter {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  padding-top: 0;
  margin-top: 6rem; }
  @media (max-width: 1023px) {
    #wbfooter {
      padding-left: 0.75rem; } }
  @media (max-width: 1023px) {
    #wbfooter {
      padding-right: 0.75rem; } }
  @media (max-width: 1023px) {
    #wbfooter {
      padding-top: 0.75rem; } }
  @media (max-width: 1023px) {
    #wbfooter {
      padding-bottom: 0.75rem; } }
  #wbfooter ul {
    list-style: none; }
    #wbfooter ul li {
      display: inline-block;
      margin-right: 50px; }
  @media (max-width: 768px) {
    #wbfooter {
      position: relative;
      padding-bottom: 5rem; }
      #wbfooter ul.footer-legal {
        margin-top: 2rem; }
        #wbfooter ul.footer-legal li {
          display: block;
          margin-bottom: 0.25rem; } }
  #wbfooter .qr-code {
    position: absolute;
    bottom: 50px;
    right: 1rem;
    width: 280px;
    display: none; }
    #wbfooter .qr-code.wechat-vis {
      display: block;
      pointer-events: none; }
    #wbfooter .qr-code img {
      width: 100%;
      height: auto; }

.footer-primary {
  margin-bottom: 4rem;
  font-weight: bold;
  padding-top: 0.75rem;
  border-top: solid 4px; }

@media (min-width: 769px) {
  .footer-secondary {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; } }

.footer-social {
  position: relative;
  width: 268px;
  display: flex;
  justify-content: space-between; }
  .footer-social a {
    display: inline-block;
    opacity: 0;
    width: 30px;
    height: 30px; }
  .footer-social svg {
    width: 100%;
    height: auto;
    position: absolute; }

.menu-see-all a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 0.5rem; }
  @media (max-width: 768px) {
    .menu-see-all a {
      font-size: 11px; } }
  .menu-see-all a:AFTER {
    content: "";
    width: 7px;
    height: 11px;
    background-repeat: no-repeat;
    background-size: 6.06px auto;
    position: absolute;
    -webkit-transform: translateY(-50%) translateX(6px);
            transform: translateY(-50%) translateX(6px);
    left: 100%;
    top: 50%;
    transition-duration: 0.2s; }
  .menu-see-all a:AFTER {
    content: "";
    top: 0.4em;
    margin-left: 0.3rem;
    width: 11px;
    height: 11px;
    border-right: solid 2px;
    border-bottom: solid 2px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    .menu-wrap-secondary .menu-see-all a:AFTER {
      border-right: solid 1px;
      border-bottom: solid 1px;
      width: 0.5em;
      height: 0.5em; }
  .menu-see-all a:HOVER:AFTER {
    margin-left: 0.5rem; }

@media (max-width: 768px) {
  #wbhead {
    background: black;
    --uiText:white; }
    #wbhead .page-northstar,
    #wbhead .link-w-arrow.btn {
      display: none; }
  .mo-menu-toggle {
    position: fixed;
    top: 48px;
    left: 0;
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    height: 48px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    z-index: 4;
    transition-duration: 0.25s; }
    .scrolled-m + .mo-menu-toggle, .mo-menu-toggle.scrolled-m {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%); }
    .mo-menu-toggle span {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 38px;
      height: 12px;
      margin: -6px 0 0 -19px;
      border-top: solid 2px;
      border-bottom: solid 2px;
      border-color: white; } }

@media (max-width: 768px) {
  #wpadminbar {
    display: none !important; }
  html.js {
    margin-top: 0 !important; } }

#styleguide {
  padding-bottom: 10rem; }

.styleguide-section {
  position: relative;
  margin-bottom: 12rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.sg-toc-row {
  text-align: center;
  margin-bottom: 1rem; }
  .sg-toc-row a:HOVER {
    opacity: 0.5; }

#styleguide summary, .css-rules summary {
  border-top: solid 2px;
  border-color: black;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 5rem 0 5rem;
  padding-top: 0.5rem;
  cursor: pointer; }
  @media (max-width: 1023px) {
    #styleguide summary, .css-rules summary {
      padding-left: 0.75rem; } }
  @media (max-width: 1023px) {
    #styleguide summary, .css-rules summary {
      padding-right: 0.75rem; } }
  #styleguide summary:HOVER, .css-rules summary:HOVER {
    opacity: 0.8; }
  details details #styleguide summary, details details .css-rules summary {
    border: none;
    margin: 0 0 .5rem;
    padding: 0;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400; }
    @media (max-width: 768px) {
      details details #styleguide summary, details details .css-rules summary {
        font-size: 11px; } }
#styleguide summary::-webkit-details-marker, .css-rules summary::-webkit-details-marker {
  display: none; }

#styleguide details details, .css-rules details details {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  padding: 1rem;
  border: solid 1px;
  border-color: transparent;
  margin-bottom: 5rem;
  margin-top: -4rem; }
  @media (max-width: 768px) {
    #styleguide details details, .css-rules details details {
      font-size: 11px; } }
  #styleguide details details[open], .css-rules details details[open] {
    border-color: #e8e8e8; }

#styleguide .sg-minh, .css-rules .sg-minh {
  min-height: 550px; }

#styleguide .sg-cc, .css-rules .sg-cc {
  display: flex;
  align-items: center;
  justify-content: center; }

#styleguide .sg-break-sm, .css-rules .sg-break-sm {
  margin-bottom: 3.5rem; }

#styleguide .sg-interact, .css-rules .sg-interact {
  position: relative;
  z-index: 10; }

#styleguide .sg-type-style, .css-rules .sg-type-style {
  width: 75%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14rem; }
  #styleguide .sg-type-style .sg-type-style-label, .css-rules .sg-type-style .sg-type-style-label {
    display: block;
    margin-left: -14rem;
    width: 12rem;
    float: left;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    border-top: solid 1px;
    border-color: #b3b3b3;
    color: #b3b3b3;
    padding: 0.45rem 0 0 0.6rem; }
    @media (max-width: 768px) {
      #styleguide .sg-type-style .sg-type-style-label, .css-rules .sg-type-style .sg-type-style-label {
        font-size: 11px; } }
#styleguide .img-placehold, .css-rules .img-placehold {
  position: relative;
  overflow: hidden; }
  #styleguide .img-placehold img, .css-rules .img-placehold img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .img-fullh #styleguide .img-placehold, .img-fullh .css-rules .img-placehold {
    overflow: visible;
    padding-bottom: 0 !important;
    height: auto !important; }
    .img-fullh #styleguide .img-placehold img, .img-fullh .css-rules .img-placehold img {
      position: relative;
      height: auto; }

#styleguide .sg-menu-underneath, .css-rules .sg-menu-underneath {
  position: absolute;
  top: -2rem;
  left: -1rem;
  right: -1rem;
  z-index: -1; }

#styleguide .icon-row, .css-rules .icon-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  align-items: center; }

#styleguide .center-elements, .css-rules .center-elements {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  #styleguide .center-elements .btn, .css-rules .center-elements .btn {
    margin-left: auto;
    margin-right: auto; }
  #styleguide .center-elements .menu-toggle, .css-rules .center-elements .menu-toggle {
    margin-left: auto;
    margin-right: 0; }

#styleguide header, .css-rules header {
  position: relative; }
  .inv #styleguide header, .inv .css-rules header {
    position: relative; }
  summary + #styleguide header, summary + .css-rules header {
    margin-top: 8rem; }

#styleguide .sg-page .menu-pagetop:BEFORE, .css-rules .sg-page .menu-pagetop:BEFORE {
  content: "";
  position: absolute;
  bottom: 100%;
  left: -1rem;
  right: -1rem;
  height: 2rem;
  border-radius: 6px 6px 0 0;
  background: #eaeaea;
  margin-bottom: 1.875rem; }
  .inv #styleguide .sg-page .menu-pagetop:BEFORE, .inv .css-rules .sg-page .menu-pagetop:BEFORE {
    margin-bottom: 1rem;
    left: 0;
    right: 0; }

#styleguide .row-image-lockup, .css-rules .row-image-lockup {
  overflow: hidden; }

#styleguide .image-lockup-wrap, .css-rules .image-lockup-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  justify-content: flex-start;
  width: 100%; }
  #styleguide .image-lockup-wrap.hor-cent, .css-rules .image-lockup-wrap.hor-cent {
    justify-content: center;
    margin-left: auto;
    margin-right: auto; }

#styleguide .img-lockup, .css-rules .img-lockup {
  position: relative;
  width: 100%; }
  #styleguide .img-lockup .img-placehold, .css-rules .img-lockup .img-placehold {
    width: 100%;
    overflow: initial; }
    #styleguide .img-lockup .img-placehold img, .css-rules .img-lockup .img-placehold img {
      position: relative;
      width: 100%;
      height: auto; }

#styleguide .logo-full.doingAni, .css-rules .logo-full.doingAni {
  background: white;
  -webkit-animation: logoFullDashAni 6s forwards infinite;
          animation: logoFullDashAni 6s forwards infinite; }

@-webkit-keyframes logoFullDashAni {
  0% {
    width: 0; }
  30% {
    width: 0; }
  40% {
    width: 100%; }
  60% {
    width: 100%; }
  70% {
    width: 0; }
  100% {
    width: 0; } }

@keyframes logoFullDashAni {
  0% {
    width: 0; }
  30% {
    width: 0; }
  40% {
    width: 100%; }
  60% {
    width: 100%; }
  70% {
    width: 0; }
  100% {
    width: 0; } }

#styleguide .sg-options, .css-rules .sg-options {
  position: fixed;
  bottom: .5rem;
  right: -2.2rem;
  padding: .25rem 0.65rem;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: white;
  font-size: 12px;
  line-height: 2;
  border-radius: 4px; }

#styleguide div#gridOverlay, .css-rules div#gridOverlay {
  position: fixed;
  top: 0;
  left: 1rem;
  right: 0;
  bottom: 0;
  display: none;
  pointer-events: none;
  background-size: 8.333333% 40px;
  background-image: linear-gradient(to right, aqua 0%, aqua calc(100% - 1rem), transparent 1rem);
  z-index: 100;
  opacity: 0.3;
  mix-blend-mode: multiply;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  #styleguide div#gridOverlay.grid-on, .css-rules div#gridOverlay.grid-on {
    display: block; }
  #styleguide div#gridOverlay:AFTER, .css-rules div#gridOverlay:AFTER {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, transparent 0%, transparent 1rem, white 1.0000001rem, white calc(100% - 2rem), transparent 1rem);
    background-size: 8.333333% 40px;
    opacity: 0.5; }

#styleguide .video-cover, .css-rules .video-cover {
  position: relative;
  padding-bottom: 75%;
  width: 100%;
  overflow: hidden; }
  #styleguide .video-cover video, .css-rules .video-cover video {
    position: absolute;
    top: 0;
    left: 0;
    width: 134%;
    height: 100%; }

.rule-above {
  position: relative;
  border-top: solid 4px;
  padding-top: 0.5rem; }
  .search-results .rule-above {
    border-top: solid 2px; }
  @media (max-width: 768px) {
    .rule-above {
      border-top: solid 2px; }
      .bg-pop .rule-above.txt-wrap {
        position: relative;
        border: none; }
        .bg-pop .rule-above.txt-wrap:BEFORE {
          content: "";
          position: absolute;
          top: 0;
          left: 0.75rem;
          right: 0.75rem;
          height: 2px;
          background: var(--uiText); } }
.dt-rule-above {
  position: relative; }
  @media (min-width: 769px) {
    .dt-rule-above {
      border-top: solid 4px;
      padding-top: 0.5rem; }
      .search-results .dt-rule-above {
        border-top: solid 2px; } }
  @media (max-width: 768px) {
    .dt-rule-above {
      padding-top: 0.75rem; } }
.group-w-link {
  position: relative; }
  .group-w-link.hovered img {
    opacity: 0.85; }

@media (min-width: 768px) {
  .tagline {
    max-width: 60%; } }

h1 + .tagline {
  margin-top: 2rem;
  margin-bottom: 1rem; }
  @media (max-width: 767px) {
    h1 + .tagline {
      margin-top: 1rem;
      margin-bottom: 1.25rem; } }
.video-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%; }
  .video-wrap:BEFORE {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111; }
  .video-wrap .video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 !important; }
  .video-wrap iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
  .video-wrap p {
    position: absolute;
    opacity: 0; }
  .video-cover .video-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 0 !important; }
    .video-cover .video-wrap iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
      min-height: 120%;
      min-width: 177.77%;
      /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (max-width: 767px) {
        .video-cover .video-wrap iframe {
          min-width: 275%;
          min-height: 177.77%; } }
  @media (min-width: 768px) {
    .h50 .video-wrap, .h75 .video-wrap, .h100 .video-wrap, .h-full .video-wrap {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100vw;
      height: 100vh;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      padding-bottom: 0 !important; }
      .h50 .video-wrap video, .h75 .video-wrap video, .h100 .video-wrap video, .h-full .video-wrap video {
        min-height: 56.25vw; }
      .h50 .video-wrap iframe, .h75 .video-wrap iframe, .h100 .video-wrap iframe, .h-full .video-wrap iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
        min-height: 120%;
        min-width: 177.77%;
        /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
    @media (min-width: 768px) and (max-width: 767px) {
      .h50 .video-wrap iframe, .h75 .video-wrap iframe, .h100 .video-wrap iframe, .h-full .video-wrap iframe {
        min-width: 275%;
        min-height: 177.77%; } }
  @media (min-width: 768px) {
    .sq .video-wrap {
      position: relative;
      padding-bottom: 100%; } }
  @media (min-width: 768px) {
    .video-wrap.h-full {
      padding-bottom: 0 !important;
      height: 80vh;
      min-height: 560px;
      max-height: 1000px; }
      .video-wrap.h-full video {
        min-height: 56.25vw; }
      .video-wrap.h-full iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
        min-height: 120%;
        min-width: 177.77%;
        /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
    @media (min-width: 768px) and (max-width: 767px) {
      .video-wrap.h-full iframe {
        min-width: 275%;
        min-height: 177.77%; } }
  .auto .video-wrap {
    position: relative;
    padding-bottom: 56.25%; }
    .auto .video-wrap iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .video-wrap video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%; }
    .img-lockup .video-wrap video {
      position: relative;
      right: auto;
      left: 0;
      width: 100%;
      height: auto; }
  .video-wrap .video-buttons {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    --uiText:white;
    z-index: 3; }
    .video-wrap .video-buttons button {
      position: relative;
      width: 3rem;
      height: 3rem; }
      .video-wrap .video-buttons button svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        display: none;
        pointer-events: none; }
        .video-wrap .video-buttons button svg rect, .video-wrap .video-buttons button svg polygon, .video-wrap .video-buttons button svg path {
          fill: var(--uiText); }
      .video-wrap .video-buttons button .off {
        display: block; }
      .video-wrap .video-buttons button.on .on {
        display: block; }
      .video-wrap .video-buttons button.on .off {
        display: none; }

.mute-toggle svg, .unmute-toggle svg {
  width: 32px;
  height: 32px; }

.pause-toggle svg, .unpause-toggle svg {
  width: 32px;
  height: 38px; }

.carousel_callout_type1 {
  position: relative;
  height: 85vh;
  min-height: 560px;
  max-height: 1000px; }
  .carousel_callout_type1 .clickOver {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    pointer-events: all; }
  .carousel_callout_type1 .bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
    .carousel_callout_type1 .bg-wrap .bg-single {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      -webkit-animation: carouselType1out 0.25s forwards 1;
              animation: carouselType1out 0.25s forwards 1; }
      @media (max-width: 768px) {
        .carousel_callout_type1 .bg-wrap .bg-single {
          -webkit-animation: carouselType1outmobile 0.25s forwards 1;
                  animation: carouselType1outmobile 0.25s forwards 1; } }
      .carousel_callout_type1 .bg-wrap .bg-single img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .carousel_callout_type1 .bg-wrap .bg-single.active {
        z-index: 2;
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
        -webkit-animation: carouselType1in 0.25s forwards 1;
                animation: carouselType1in 0.25s forwards 1; }
        @media (max-width: 768px) {
          .carousel_callout_type1 .bg-wrap .bg-single.active {
            -webkit-animation: carouselType1inmobile 0.25s forwards 1;
                    animation: carouselType1inmobile 0.25s forwards 1; } }
      .carousel_callout_type1 .bg-wrap .bg-single .video-wrap.h-full {
        height: 100%; }
  .carousel_callout_type1 .labels-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    overflow: hidden;
    z-index: 3;
    pointer-events: none; }
    .carousel_callout_type1 .labels-wrap > .label-single {
      flex-basis: 50%;
      -webkit-transform: translateY(calc(100% - 4px));
              transform: translateY(calc(100% - 4px));
      transition-duration: 0.15s;
      background: rgba(0, 0, 0, 0.9);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      margin-top: auto;
      pointer-events: all; }
      .carousel_callout_type1 .labels-wrap > .label-single:not(.active):HOVER {
        -webkit-transform: translateY(calc(100% - 1rem));
                transform: translateY(calc(100% - 1rem)); }
      .carousel_callout_type1 .labels-wrap > .label-single.active {
        -webkit-transform: translateY(0);
                transform: translateY(0); }
      @media (max-width: 768px) {
        .carousel_callout_type1 .labels-wrap > .label-single {
          transition-duration: 0s; } }
    .carousel_callout_type1 .labels-wrap[data-count="3"] > .label-single {
      flex-basis: 33.33%; }
  .carousel_callout_type1.hovered .labels-wrap > .label-single {
    background: black; }
  @media (min-width: 769px) {
    .carousel_callout_type1 .label-single {
      overflow: hidden;
      padding-bottom: 1rem; }
    .carousel_callout_type1 .ani-line.opted-in {
      -webkit-transform: translateX(0) !important;
              transform: translateX(0) !important; }
    .carousel_callout_type1:not(.autoplaying) .label-single:not(.active) .ani-line {
      -webkit-transform: translateX(0) !important;
              transform: translateX(0) !important; }
    .carousel_callout_type1.autoplaying .label-single:not(.active) .ani-line {
      -webkit-transform: translateX(0) !important;
              transform: translateX(0) !important; }
    .carousel_callout_type1 .ani-line {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4px; } }
  @media (max-width: 768px) {
    .carousel_callout_type1 {
      min-height: 400px;
      margin-left: -0.75rem;
      width: calc(100% + 1.5rem); }
      .carousel_callout_type1 .bg-wrap .bg-single {
        bottom: 7rem; }
        .carousel_callout_type1 .bg-wrap .bg-single iframe {
          position: absolute;
          width: 100%;
          height: 100%;
          /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
          min-height: 120%;
          min-width: 177.77%;
          /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
      @media (max-width: 768px) and (max-width: 767px) {
        .carousel_callout_type1 .bg-wrap .bg-single iframe {
          min-width: 275%;
          min-height: 177.77%; } }
  @media (max-width: 768px) {
      .carousel_callout_type1 .labels-wrap {
        overflow: visible;
        display: block;
        height: 7rem; }
        .carousel_callout_type1 .labels-wrap > .label-single {
          -webkit-transform: none;
                  transform: none;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 100%;
          opacity: 0;
          pointer-events: none;
          border: none;
          padding-bottom: 0; }
          .carousel_callout_type1 .labels-wrap > .label-single:not(.active):HOVER {
            -webkit-transform: none;
                    transform: none; }
          .carousel_callout_type1 .labels-wrap > .label-single.active {
            opacity: 1;
            pointer-events: all; } }
.mobile-carousel-nav {
  position: absolute;
  bottom: 100%;
  height: 4px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow: hidden; }
  .mobile-carousel-nav .carousel-nav-single {
    position: relative;
    cursor: pointer;
    background: var(--colorPop);
    transition-duration: 0;
    flex-basis: 16px; }
    .mobile-carousel-nav .carousel-nav-single.active {
      flex-basis: 100%; }
      .mobile-carousel-nav .carousel-nav-single.active:BEFORE {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: translateX(0);
                transform: translateX(0); }
        .autoplaying .mobile-carousel-nav .carousel-nav-single.active:BEFORE {
          background: black;
          -webkit-animation: carouselNavFuse 5s forwards 1;
                  animation: carouselNavFuse 5s forwards 1;
          -webkit-animation-timing-function: ease-out;
                  animation-timing-function: ease-out; }

@-webkit-keyframes carouselType1out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes carouselType1out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes carouselType1in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes carouselType1in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes carouselType1outmobile {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0; } }

@keyframes carouselType1outmobile {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0; } }

@-webkit-keyframes carouselType1inmobile {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@keyframes carouselType1inmobile {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes carouselNavFuse {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes carouselNavFuse {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

#main > .chips-refsingle.has-background {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding: 1rem 1rem 3rem; }

.chipstext-block.wyg {
  padding-right: 5%; }
  .chipstext-block.wyg img {
    max-width: 100%;
    height: auto; }

@media (min-width: 769px) {
  .col-adjust-height .img-wrap {
    height: 100%;
    position: relative; }
    .col-adjust-height .img-wrap img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; } }

.callout-row-single-type1 {
  display: flex;
  flex-wrap: nowrap;
  background: var(--colorBG);
  padding-bottom: 1rem; }
  .callout-row-single-type1 article {
    position: relative;
    flex-basis: 50%;
    min-height: 30vh;
    background: var(--colorBG); }
    .callout-row-single-type1 article:first-child {
      margin-right: 0.5rem; }
    .callout-row-single-type1 article:last-child {
      margin-left: 0.5rem; }
  .callout-row-single-type1 .text-block {
    position: relative;
    padding-top: 1rem; }
    .callout-row-single-type1 .text-block:BEFORE {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 0.5rem;
      background: black; }
  .callout-row-single-type1 .img-wrap {
    /* Temp */ }
    .callout-row-single-type1 .img-wrap .img-placehold {
      padding-bottom: 60%;
      background: #cacaca; }

.stroke-count button {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  font-size: 46px;
  line-height: 1.08659;
  font-weight: 400;
  letter-spacing: -.015em;
  word-spacing: -.025em;
  border-radius: 50%;
  border: solid 4px;
  margin-right: 1rem; }
  @media (max-width: 768px) {
    .stroke-count button {
      font-size: 32px; } }
  @media (max-width: 768px) {
    .stroke-count button {
      border: solid 2px; } }
  .stroke-count button:HOVER {
    background: var(--bgInv);
    color: var(--uiInvText);
    border-color: var(--uiInvText);
    border: none; }
  .stroke-count button.active {
    background: var(--bgInv);
    color: var(--uiInvText);
    border-color: var(--uiInvText);
    border: none; }
  .stroke-count button span {
    display: block;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }

.row-media {
  position: relative;
  overflow: hidden; }
  .row-media.auto img {
    display: block;
    max-width: 100%;
    height: auto; }
  .row-media.h50 .img-wrap, .row-media.h75 .img-wrap, .row-media.h100 .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .row-media.h50 .img-wrap img, .row-media.h75 .img-wrap img, .row-media.h100 .img-wrap img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .row-media.sq .img-wrap {
    position: relative;
    padding-bottom: 100%; }
    .row-media.sq .img-wrap img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .row-media .caption {
    padding-bottom: 0.35rem; }

.row-reference {
  border-color: var(--uiText); }
  .row-reference .txt-wrap {
    color: var(--uiText); }
  .row-reference .img-wrap {
    position: relative; }
    .row-reference .img-wrap a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .row-reference .img-wrap img {
      width: 100%;
      height: 100% !important;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (max-width: 767px) {
      .row-reference .img-wrap {
        margin-left: -0.75rem;
        width: calc(100% + 1.5rem); } }
  #main > .row-reference .img-wrap, #main > .row-reference .video-wrap {
    height: 75vh;
    min-height: 550px; }
    @media (max-width: 767px) {
      #main > .row-reference .img-wrap, #main > .row-reference .video-wrap {
        min-height: 320px;
        height: 50vh; } }
  .row-reference .video-wrap {
    padding: 0 !important; }
    .row-reference .video-wrap > video {
      position: relative;
      width: 100%;
      height: auto; }
    .row-reference .video-wrap iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
      min-height: 120%;
      min-width: 177.77%;
      /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (max-width: 767px) {
        .row-reference .video-wrap iframe {
          min-width: 275%;
          min-height: 177.77%; } }
  .row-reference > video {
    width: 100%;
    height: auto; }
  .row-reference .video-wrap ~ .img-wrap {
    display: none; }
  .wp-block-column .row-reference .row {
    display: block; }
    .wp-block-column .row-reference .row > * {
      max-width: 100%; }
    .wp-block-column .row-reference .row .col-sm-6 + .col-sm-6 {
      margin-top: 1.5rem; }
    .wp-block-column .row-reference .row .plus {
      font-size: 17px;
      line-height: 1.3333;
      font-weight: 400; }
      @media (max-width: 768px) {
        .wp-block-column .row-reference .row .plus {
          font-size: 15px; } }
  .wp-block-column .row-reference .img-wrap {
    height: 0;
    padding-bottom: 56.25%; }
  .wp-block-column .row-reference.ref-type-journal {
    position: relative; }
    .wp-block-column .row-reference.ref-type-journal .img-wrap {
      padding-bottom: 100%; }
    @media (min-width: 768px) {
      .wp-block-column .row-reference.ref-type-journal .row {
        position: absolute;
        top: 0;
        left: 0;
        right: 3rem; } }
    @media (max-width: 767px) {
      .wp-block-column .row-reference.ref-type-journal .row {
        position: relative;
        margin-top: -5.5rem; } }
    .wp-block-column .row-reference.ref-type-journal .row .col-sm-6 + .col-sm-6 {
      margin-top: 0;
      display: none; }
    .wp-block-column .row-reference.ref-type-journal .row .txt-wrap {
      display: flex;
      flex-direction: column;
      padding-left: 0.5rem; }
      @media (min-width: 768px) {
        .wp-block-column .row-reference.ref-type-journal .row .txt-wrap {
          padding-right: 20%; } }
      @media (min-width: 1400px) {
        .wp-block-column .row-reference.ref-type-journal .row .txt-wrap {
          padding-right: 30%; } }
      @media (min-width: 1500px) {
        .wp-block-column .row-reference.ref-type-journal .row .txt-wrap {
          padding-right: 40%; } }
      .wp-block-column .row-reference.ref-type-journal .row .txt-wrap > strong,
      .wp-block-column .row-reference.ref-type-journal .row .txt-wrap > h2, .wp-block-column .row-reference.ref-type-journal .row .txt-wrap.plus p {
        background: rgba(0, 0, 0, 0.9);
        color: var(--uiInvText);
        padding: 0.25rem 0.5rem 0.5rem;
        margin-bottom: 0.25rem;
        display: inline-block;
        margin-right: auto; }
      .wp-block-column .row-reference.ref-type-journal .row .txt-wrap.plus p {
        display: block; }
    .wp-block-column .row-reference.ref-type-journal .row .txt-wrap > h2 {
      max-width: 80%;
      margin-left: 0; }
  @media (max-width: 767px) {
    .wp-block-column .row-reference.ref-type-post h2 {
      font-size: 24px;
      line-height: 1.2;
      font-weight: 400;
      letter-spacing: -.003em;
      margin-left: 0; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .wp-block-column .row-reference.ref-type-post h2 {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .row-reference .row {
      margin-right: auto; }
    .row-reference .txt-wrap {
      padding-left: 0.75rem;
      padding-right: 0.75rem; } }
.has-background .ref-headline {
  padding-top: 1rem;
  padding-bottom: 0.75rem; }
  .has-background .has-background .ref-headline {
    padding-top: 0; }

.ref-headline a {
  position: relative; }
  .ref-headline a:AFTER {
    content: ">";
    font-family: 'WB Symbols';
    padding-left: 0.25em;
    transition-duration: 0.1s; }
  .ref-headline a:HOVER:AFTER {
    display: inline-block;
    -webkit-transform: translateX(0.05em);
            transform: translateX(0.05em); }

.hero-hor .journal-hero-img {
  max-width: 95%; }

.hero-hor.pin-hero-right .journal-hero-img {
  margin-left: auto; }

.title-align-bottom.hero-hor {
  display: flex;
  flex-direction: column-reverse; }

.hero-vert {
  display: flex;
  flex-direction: row; }
  .hero-vert .field-cluster, .hero-vert .journal-hero-img {
    flex-basis: 50%; }
  .hero-vert.title-align-bottom .field-cluster {
    margin-top: auto;
    margin-bottom: 0; }

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

.journal-intro-byline {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: bold; }

.journal-intro-text {
  padding-bottom: 0.5rem; }
  @media (min-width: 768px) {
    .journal-intro-text {
      width: 75%;
      max-width: 924px; } }
.stat-parent {
  color: var(--uiText); }
  .stat-parent .stat-caption {
    position: relative;
    max-width: 66%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1.5rem; }
    @media (max-width: 1023px) {
      .stat-parent .stat-caption {
        padding-left: 0.75rem; } }
    @media (max-width: 1023px) {
      .stat-parent .stat-caption {
        padding-right: 0.75rem; } }
    @media (max-width: 1023px) {
      .stat-parent .stat-caption {
        padding-top: 0.75rem; } }
    @media (max-width: 1023px) {
      .stat-parent .stat-caption {
        padding-bottom: 0.75rem; } }
    .stat-parent .stat-caption:BEFORE {
      content: "";
      position: absolute;
      top: -4px;
      left: 0;
      width: 100px;
      height: 4px;
      background: var(--uiText); }
    @media (max-width: 768px) {
      .stat-parent .stat-caption {
        margin-top: 1rem;
        max-width: 85%;
        padding: 0.5rem 0 0.75rem; }
        .stat-parent .stat-caption:BEFORE {
          top: -2px;
          height: 2px; } }
  .stat-parent .stat-display {
    font-size: 12vw;
    line-height: 0.98;
    margin: auto;
    align-self: center;
    text-align: center; }
    .stat-parent .stat-display[data-length="2"] {
      font-size: 22vw; }
    .stat-parent .stat-display[data-length="1"] {
      font-size: 22vw; }
    .stat-parent .stat-display sup, .stat-parent .stat-display sub {
      font-size: 8vw; }
    .stat-parent .stat-display .stat-number {
      letter-spacing: -0.095em;
      margin-right: 0.14em; }
      @media (max-width: 768px) {
        .stat-parent .stat-display .stat-number {
          margin-right: 0.1em; } }
    @media (max-width: 768px) {
      .stat-parent .stat-display {
        font-size: 24vw; }
        .stat-parent .stat-display[data-length="2"] {
          font-size: 50vw; }
        .stat-parent .stat-display[data-length="1"] {
          font-size: 50vw; } }
    .stat-parent .stat-display sup, .stat-parent .stat-display sub {
      -webkit-transform: translateY(-35%);
              transform: translateY(-35%);
      display: inline-block; }
      @media (max-width: 768px) {
        .stat-parent .stat-display sup, .stat-parent .stat-display sub {
          -webkit-transform: translateY(-140%);
                  transform: translateY(-140%); } }
  @media (max-width: 768px) {
    .stat-parent.has-background {
      padding-left: 0.75rem;
      padding-right: 0.75rem; }
      #main .stat-parent.has-background {
        margin-left: -0.75rem;
        width: calc(100% + 1.5rem); } }
.row-reference-text-overlay .img-wrap, .row-reference-text-overlay .video-cover {
  position: relative;
  height: 100%;
  min-height: 550px;
  overflow: hidden;
  transition-duration: 0.15s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  padding: 0 !important; }
  @media (max-width: 767px) {
    .row-reference-text-overlay .img-wrap, .row-reference-text-overlay .video-cover {
      margin-left: -0.75rem;
      width: calc(100% + 1.5rem);
      min-height: 320px; } }
  .row-reference-text-overlay .img-wrap img, .row-reference-text-overlay .video-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .row-reference-text-overlay .img-wrap iframe, .row-reference-text-overlay .video-cover iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 120%;
    min-width: 177.77%;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .row-reference-text-overlay .img-wrap iframe, .row-reference-text-overlay .video-cover iframe {
        min-width: 275%;
        min-height: 177.77%; } }
.row-reference-text-overlay .video-cover + .img-wrap {
  display: none; }

@media (max-width: 767px) {
  .row-reference-text-overlay.mo-title-txtfirst article {
    display: flex;
    flex-direction: column; }
    .row-reference-text-overlay.mo-title-txtfirst article .hero-text-over {
      order: -1;
      margin-top: 0;
      margin-bottom: -80px; } }

.mobile-gallery {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden; }
  .mobile-gallery .img-wrap, .mobile-gallery .h-full {
    position: relative;
    height: 450px; }
    .mobile-gallery .img-wrap img, .mobile-gallery .h-full img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .mobile-gallery .img-wrap:AFTER, .mobile-gallery .h-full:AFTER {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: var(--colorPop);
      opacity: 0;
      mix-blend-mode: multiply;
      transition-duration: 0.5s; }
  .mobile-gallery.slide-change .img-wrap:AFTER {
    opacity: 1;
    transition-duration: 0.15s; }
  .mobile-gallery .mobile-gallery-title {
    margin: 0.75rem 0; }

.simple-gallery {
  position: relative; }
  .has-background .simple-gallery {
    padding-bottom: 0.5rem; }
  .simple-gallery .media-wrap {
    height: 75vh;
    min-height: 550px; }
    .wp-block-column .simple-gallery .media-wrap {
      height: 50vh;
      min-height: 450px; }
  .simple-gallery .arrow-icons {
    position: absolute;
    bottom: -1.625rem;
    right: 0.75rem; }
  .simple-gallery .gallery-counter {
    position: absolute;
    right: 8rem;
    bottom: -0.7rem; }
  .simple-gallery iframe, .simple-gallery video {
    pointer-events: none; }
  .simple-gallery .inv-nav {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 50%;
    height: calc(100% - 50px);
    z-index: 2;
    cursor: e-resize; }
    .simple-gallery .inv-nav.inv-nav-w {
      cursor: w-resize;
      right: auto;
      left: 0; }
  .simple-gallery .caption {
    padding-bottom: 0.5rem;
    transition-duration: 0.075s;
    transition-delay: 0.15s; }
  .simple-gallery .dragging .caption {
    opacity: 0;
    transition-delay: 0s; }
  #main .simple-gallery button.arrow {
    margin: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
    #main .simple-gallery button.arrow path {
      stroke-width: 5; }

.row-reference-taxonomy .hor-overflow {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden; }
  .row-reference-taxonomy .hor-overflow.jumbo {
    margin-top: 4rem; }
    .row-reference-taxonomy .hor-overflow.jumbo .ref-single:first-child {
      margin-left: 5rem; }

.row-reference-taxonomy.inv {
  padding-top: 0.75rem;
  padding-bottom: 4rem; }
  .row-reference-taxonomy.inv .hor-overflow {
    margin-top: 4rem;
    padding-left: 6rem; }

.row-reference-taxonomy.has-background .img-wrap.padin-l {
  padding-left: 0; }

.row-reference-taxonomy.has-background .img-wrap.padin-r {
  padding-right: 0; }

.people_block_single.inherit-pop {
  background: #f2f2f2; }

.people_block_single.has-background .people-block-single-contents {
  padding: 1rem; }

@media (max-width: 768px) {
  .associated-people .portraits-sm {
    pointer-events: none; } }

.vcard > :first-child {
  margin-top: 0; }

.row-filters {
  pointer-events: none;
  text-align: right;
  position: -webkit-sticky;
  position: sticky;
  top: 3.75rem;
  z-index: 3;
  padding: 0 0 1rem;
  transition-duration: 0.2s; }
  .row-filters button {
    pointer-events: all;
    background: white; }
  @media (max-width: 767px) {
    .row-filters {
      margin-bottom: 2rem; }
      .page-title-wrap.no-height.near-header + .row-filters {
        margin-top: -1rem; } }
  @media (min-width: 768px) {
    .row-filters {
      top: 2rem; }
      .admin-bar .row-filters {
        top: calc(1rem + 32px); }
      .row-filters.on-bg {
        -webkit-transform: translateY(4rem);
                transform: translateY(4rem); } }
.hor-overflow {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2rem;
  cursor: grab; }
  .hor-overflow[data-keen-slider-moves] {
    cursor: grabbing; }
    .hor-overflow[data-keen-slider-moves] a {
      cursor: grabbing; }
  .hor-overflow.no-cycle .ref-single {
    flex-basis: calc(50% - 0.5rem); }

.carousel-nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 12.5%;
  height: 100%;
  background: white;
  opacity: 0;
  cursor: pointer;
  cursor: e-resize; }
  @media (max-width: 768px) {
    .carousel-nav {
      width: 22.3%; } }
  @media (min-width: 1600px) {
    .carousel-nav {
      width: 2.8%; } }
.hero-row-single {
  position: relative; }
  .hero-row-single article {
    position: relative; }
  .hero-row-single .hero-text-over {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.5rem;
    width: 50%;
    z-index: 3;
    pointer-events: none;
    max-width: 510px; }
    .hero-row-single .hero-text-over a {
      pointer-events: all; }
    @media (min-width: 768px) {
      .wp-block-column .hero-row-single .hero-text-over {
        width: 90%; } }
    @media (min-width: 769px) {
      .hero-row-single .hero-text-over.br {
        left: auto;
        right: 0; }
      .hero-row-single .hero-text-over.tl {
        left: 0;
        bottom: auto;
        top: 0; }
      .hero-row-single .hero-text-over.ml {
        left: 0;
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .hero-row-single .hero-text-over.mr {
        left: auto;
        right: 0;
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .hero-row-single .hero-text-over.mc {
        left: 50%;
        right: auto;
        bottom: auto;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%); }
      .hero-row-single .hero-text-over.tr {
        left: auto;
        bottom: auto;
        top: 0;
        right: 0; } }
    .hero-row-single .hero-text-over .text-on-bg {
      background: rgba(0, 0, 0, 0.9);
      color: white;
      padding: 0.25rem 0.6rem 0.5rem;
      display: inline-block; }
      .hero-row-single .hero-text-over .text-on-bg h2, .hero-row-single .hero-text-over .text-on-bg .h2, .hero-row-single .hero-text-over .text-on-bg.h2 {
        max-width: calc(100% - 3rem); }
      @media (max-width: 767px) {
        .hero-row-single .hero-text-over .text-on-bg {
          padding-left: 0.375rem;
          padding-right: 0.375rem; } }
    .hero-row-single .hero-text-over p.text-on-bg {
      max-width: calc(100% - 1rem); }
    @media (max-width: 1023px) {
      .hero-row-single .hero-text-over {
        width: auto;
        max-width: 50%; }
        .wp-block-column .hero-row-single .hero-text-over {
          max-width: 100%; } }
    @media (max-width: 767px) {
      .hero-row-single .hero-text-over {
        width: auto;
        max-width: 100%; } }
    @media (max-width: 768px) {
      .hero-row-single .hero-text-over {
        width: auto;
        position: relative;
        bottom: auto;
        top: auto;
        left: auto;
        right: auto;
        margin-top: -5.5rem;
        margin-bottom: 2rem;
        padding-left: 0;
        padding-right: 0; }
        .hero-row-single .hero-text-over.text-on-bg {
          -webkit-transform: none;
                  transform: none; } }
  .hero-row-single.hovered .hero-text-over .text-on-bg {
    background: black; }
  .hero-row-single .hero-text-row .h1 {
    padding-bottom: 1rem;
    max-width: 90%; }
  .hero-row-single .hero-text-row + .hero-text-row {
    margin-top: 0.2rem; }

.headline-over-text {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0.5rem;
  width: 90%;
  z-index: 3;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
  .headline-over-text p:first-child {
    margin-top: 0; }
  .headline-over-text p:last-child {
    margin-bottom: 0; }
  .headline-over-text p + p {
    margin-top: 1em; }
  .headline-over-text a {
    pointer-events: all; }
  @media (min-width: 768px) {
    .wp-block-column .headline-over-text {
      width: 90%; } }
  @media (min-width: 769px) {
    .headline-over-text {
      width: 70%; }
      .headline-over-text.br {
        left: auto;
        right: 0;
        -webkit-transform: none;
                transform: none; }
      .headline-over-text.tl {
        left: 0;
        bottom: auto;
        top: 0;
        -webkit-transform: none;
                transform: none; }
      .headline-over-text.ml {
        left: 0;
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .headline-over-text.mr {
        left: auto;
        right: 0;
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .headline-over-text.mc {
        left: 50%;
        right: auto;
        bottom: auto;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%); }
      .headline-over-text.tr {
        left: auto;
        bottom: auto;
        top: 0;
        right: 0;
        -webkit-transform: none;
                transform: none; } }
.wp-block-image figure img, .wp-block-media-text figure img {
  max-width: 100%;
  height: auto;
  display: block; }

figure.wp-block-image {
  margin: 1rem; }
  .wp-block-column figure.wp-block-image {
    margin: 0; }
  figure.wp-block-image figcaption {
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (max-width: 1023px) {
      figure.wp-block-image figcaption {
        padding-left: 0.75rem; } }
    @media (max-width: 1023px) {
      figure.wp-block-image figcaption {
        padding-right: 0.75rem; } }
  figure.wp-block-image img {
    display: block;
    height: auto; }

.carousel_feat_hero {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-height: 100vh;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  overflow: hidden; }
  #main .carousel_feat_hero {
    transition-property: max-height,opacity,-webkit-transform;
    transition-property: max-height,opacity,transform;
    transition-property: max-height,opacity,transform,-webkit-transform;
    transition-delay: 0s;
    transition-duration: 0.4s; }
  #main.has-project-filters .carousel_feat_hero {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    transition-delay: 0.3s; }
  @media (max-width: 767px) {
    #main .carousel_feat_hero {
      margin-bottom: 4rem; } }
  .carousel_feat_hero .slides {
    position: relative;
    height: 100vh; }
    @media (min-width: 768px) {
      .carousel_feat_hero .slides {
        min-height: 660px;
        max-height: 1000px; } }
    .carousel_feat_hero .slides .slide {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      flex-direction: column;
      opacity: 0;
      pointer-events: none;
      transition-duration: 0.15s;
      transition-delay: 0.15s; }
      .carousel_feat_hero .slides .slide.active {
        opacity: 1;
        pointer-events: all; }
  .carousel_feat_hero .txt-wrap {
    opacity: 0;
    -webkit-animation: carouselFeatOut 0.5s forwards 1;
            animation: carouselFeatOut 0.5s forwards 1; }
  @media (min-width: 768px) {
    .carousel_feat_hero .fill-space + .txt-wrap {
      min-height: 9rem;
      max-width: calc(100% - 9rem); } }
  .carousel_feat_hero .active .txt-wrap {
    -webkit-animation: carouselFeatIn 0.5s 0.5s forwards 1;
            animation: carouselFeatIn 0.5s 0.5s forwards 1; }
  .carousel_feat_hero .radial-icons-wrap {
    position: absolute;
    right: 0.75rem;
    bottom: 7.25rem;
    z-index: 2; }
    @media (max-width: 768px) {
      .carousel_feat_hero .radial-icons-wrap {
        right: 0.75rem;
        bottom: -35px; } }
    .carousel_feat_hero .radial-icons-wrap button {
      margin-left: 0.75rem; }
      @media (max-width: 768px) {
        .carousel_feat_hero .radial-icons-wrap button {
          margin-left: 0.5rem; } }
  @media (max-width: 768px) {
    .carousel_feat_hero {
      margin-bottom: 50px; } }
@-webkit-keyframes carouselFeatOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes carouselFeatOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes carouselFeatIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes carouselFeatIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media (max-width: 768px) {
  .project-grid-row {
    padding-left: 0.375rem;
    padding-right: 0.375rem; } }

.project-grid-row .grid-w {
  flex: unset;
  flex-basis: 50%;
  width: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto; }
  @media (min-width: 1550px) {
    .project-grid-row .grid-w {
      flex-basis: 33.333%;
      width: 33.333%; } }
  @media (min-width: 2100px) {
    .project-grid-row .grid-w {
      flex-basis: 25%;
      width: 25%; } }
  @media (max-width: 768px) {
    .project-grid-row .grid-w {
      padding-left: 0.375rem;
      padding-right: 0.375rem; }
      #main .project-grid-row .grid-w .txt-wrap {
        padding-left: 0;
        padding-right: 0; } }
@media (max-width: 768px) {
  .project-grid-row.featured-project-grid .grid-w {
    flex-basis: 100%;
    width: 100%; } }

@media (max-width: 768px) {
  .project-grid-row.first-item-feature .grid-w:first-child {
    flex-basis: 100%;
    width: 100%; } }

.projects-all-list {
  margin-top: 8.5rem; }
  @media (max-width: 768px) {
    .projects-all-list {
      margin-top: 4rem; } }
  .projects-all-list .rule-above {
    border-top: solid 2px; }

@media (max-width: 768px) {
  .people-grid-row {
    padding-left: 0.375rem;
    padding-right: 0.375rem; } }

.people-grid-row .grid-w {
  flex: unset;
  flex-basis: 25%;
  width: 25%;
  flex-shrink: 0;
  flex-grow: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto; }
  @media (max-width: 768px) {
    .people-grid-row .grid-w {
      padding-left: 0.375rem;
      padding-right: 0.375rem;
      flex-basis: 50%;
      width: 50%; }
      #main .people-grid-row .grid-w .txt-wrap {
        padding-left: 0;
        padding-right: 0; } }
  @media (min-width: 1300px) {
    .people-grid-row .grid-w {
      flex-basis: 20%;
      width: 20%; } }
  @media (min-width: 1650px) {
    .people-grid-row .grid-w {
      flex-basis: 16.6666%;
      width: 16.6666%; } }
.project-grid-feature:not(:first-child) {
  margin-top: 2.5rem; }

.row-project-primary .project-hero-img img {
  display: block;
  max-width: 100%;
  height: auto; }

.row-project-primary.hero-display-hor .project-hero-img img {
  width: 100%; }

.row-project-primary .img-inset {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (max-width: 767px) {
    .row-project-primary .img-inset {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
@media (min-width: 769px) {
  .project-details .container-fluid {
    padding-right: 0.5rem; } }

.project-details .img-inset {
  opacity: 0;
  -webkit-animation: fadeIn 0.15s 0.75s forwards 1;
          animation: fadeIn 0.15s 0.75s forwards 1; }

.flag-inprogress {
  margin-left: 2.5rem; }

.project-detail-sectors {
  max-width: calc(100% - 3rem); }

.project-unbuilt .project-detail-col {
  position: relative; }
  .project-unbuilt .project-detail-col:AFTER {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0.5rem;
    right: 1rem;
    height: 4px;
    background: black; }
    @media (max-width: 768px) {
      .project-unbuilt .project-detail-col:AFTER {
        left: 0.75rem;
        right: 0.75rem;
        height: 2px; } }
.row-reference-taxonomy.has-background {
  padding-top: 0.75rem;
  margin-bottom: 0; }

.ref-single.sm .txt-wrap-inner {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (max-width: 768px) {
    .ref-single.sm .txt-wrap-inner {
      padding-left: 0;
      padding-right: 0; } }
.full-h {
  display: flex;
  flex-direction: row; }

.row-inline-book-gallery {
  position: relative; }
  .row-inline-book-gallery .slidewrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0; }
    @media (max-width: 767px) {
      .row-inline-book-gallery .slidewrap {
        width: 100%;
        min-width: 100%;
        display: block; }
        .row-inline-book-gallery .slidewrap .col-xs-6 {
          width: 100%;
          flex-basis: 100%;
          max-width: 100%; } }
  .row-inline-book-gallery .slidewrap-mo .h-full {
    position: absolute;
    top: 72px;
    height: auto;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0; }
  @media (min-width: 769px) {
    .row-inline-book-gallery .slidewrap-mo {
      display: none; } }
  .row-inline-book-gallery .gallery-controls {
    position: absolute;
    top: 0.75rem;
    left: 1rem;
    z-index: 5;
    width: calc(50% - 2rem); }
    @media (max-width: 767px) {
      .row-inline-book-gallery .gallery-controls {
        width: calc(100% - 1.5rem);
        left: 0.75rem;
        top: 0.5rem; } }
  .row-inline-book-gallery .gallery-img-wrap {
    position: relative;
    height: 90vh;
    min-height: 400px;
    display: flex; }
    @media (min-width: 768px) {
      .row-inline-book-gallery .gallery-img-wrap {
        height: calc(100vh - 84px);
        min-height: 550px; }
        .admin-bar .row-inline-book-gallery .gallery-img-wrap {
          height: calc(100vh - 116px); } }
    .row-inline-book-gallery .gallery-img-wrap .slide-single {
      position: relative;
      height: 100%;
      display: flex;
      flex-direction: column;
      padding-top: 100px; }
      .row-inline-book-gallery .gallery-img-wrap .slide-single > .text:first-child {
        margin-top: auto; }
      @media (max-width: 768px) {
        .row-inline-book-gallery .gallery-img-wrap .slide-single {
          padding-top: 72px; } }
      .row-inline-book-gallery .gallery-img-wrap .slide-single .video-wrap, .row-inline-book-gallery .gallery-img-wrap .slide-single .img-inset {
        margin-top: auto;
        margin-bottom: auto; }
    .row-inline-book-gallery .gallery-img-wrap .slide-img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      pointer-events: none;
      transition-duration: 0.5s;
      transition-delay: 0.25s; }
      .row-inline-book-gallery .gallery-img-wrap .slide-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .row-inline-book-gallery .gallery-img-wrap .slide-img.active {
        opacity: 1;
        pointer-events: all; }
  .row-inline-book-gallery .gallery-text {
    position: relative;
    display: flex;
    flex-direction: column; }
  .row-inline-book-gallery .img-inset {
    margin-top: auto;
    margin-bottom: auto; }
    .row-inline-book-gallery .img-inset img {
      max-width: 100%;
      height: auto; }
  .row-inline-book-gallery .active .img-inset {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    transition-duration: 0s;
    opacity: 1;
    -webkit-animation: slideshowInRTL 0.5s forwards 1;
            animation: slideshowInRTL 0.5s forwards 1; }
  .row-inline-book-gallery .text {
    transition-duration: 0.15s;
    transition-delay: 0s;
    margin: 0 0 1rem; }
  .row-inline-book-gallery .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition-delay: 0.3s;
    transition-duration: 0.25s; }

@-webkit-keyframes slideshowInRTL {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes slideshowInRTL {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes slideshowOutRTL {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes slideshowOutRTL {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.detail-table {
  border-bottom: solid 1px; }
  @media (max-width: 767px) {
    .detail-table {
      margin: 2rem 0.75rem 0; } }
.detail-row {
  border-top: solid 1px;
  padding: 0.25rem 0 0.5rem; }
  @media (max-width: 767px) {
    .detail-row {
      padding: 0.475rem 0 .5rem; } }
  .detail-row .label {
    width: 33.3333%;
    margin-top: 0.3em;
    margin-right: 1.5rem;
    flex-shrink: 0; }
    @media (max-width: 768px) {
      .detail-row .label {
        width: 25%;
        margin-top: 0.25rem;
        margin-right: 1.25rem;
        font-weight: bold; } }
  .detail-row .detail-content {
    width: 100%; }
  .detail-row .detail-content p:not(:last-child) {
    margin-bottom: 0rem; }

.expansion-wrap .expand-button {
  display: inline-block;
  cursor: pointer;
  margin-top: 1rem; }
  @media (max-width: 767px) {
    .expansion-wrap .expand-button {
      padding-left: 0; } }
.expansion-wrap:not(.visible) .expansion-row {
  display: none; }

.expansion-row {
  padding-top: 1rem;
  padding-bottom: 1.5rem; }
  @media (max-width: 1023px) {
    .expansion-row {
      padding-top: 0.75rem; } }
  @media (max-width: 1023px) {
    .expansion-row {
      padding-bottom: 0.75rem; } }
  .visible .expansion-row > :nth-of-type(1) {
    opacity: 0;
    -webkit-animation: accordionIn 0.15s 0s forwards 1;
            animation: accordionIn 0.15s 0s forwards 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .visible .expansion-row > :nth-of-type(2) {
    opacity: 0;
    -webkit-animation: accordionIn 0.15s 0.05s forwards 1;
            animation: accordionIn 0.15s 0.05s forwards 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .visible .expansion-row > :nth-of-type(3) {
    opacity: 0;
    -webkit-animation: accordionIn 0.15s 0.1s forwards 1;
            animation: accordionIn 0.15s 0.1s forwards 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  @media (max-width: 768px) {
    .expansion-row {
      padding-top: 1rem; } }
@-webkit-keyframes accordionIn {
  0% {
    -webkit-transform: translateY(-0.375rem);
            transform: translateY(-0.375rem);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }
@keyframes accordionIn {
  0% {
    -webkit-transform: translateY(-0.375rem);
            transform: translateY(-0.375rem);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.contact-callout {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  background: var(--bg); }
  @media (max-width: 1023px) {
    .contact-callout {
      padding-left: 0.75rem; } }
  @media (max-width: 1023px) {
    .contact-callout {
      padding-right: 0.75rem; } }
  @media (max-width: 1023px) {
    .contact-callout {
      padding-top: 0.75rem; } }
  @media (max-width: 1023px) {
    .contact-callout {
      padding-bottom: 0.75rem; } }
  @media (min-width: 768px) {
    .contact-callout {
      max-width: 75%;
      margin-left: auto; }
      .people_block_single .contact-callout {
        max-width: 100%; } }
  @media (max-width: 767px) {
    .contact-callout {
      margin-top: 2rem;
      margin-bottom: 2.25rem;
      padding-bottom: 1.5rem; } }
  .contact-callout .contact-details {
    width: 100%; }

.portrait {
  position: relative;
  width: 78px;
  flex-basis: 78px;
  height: 78px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 0.5rem; }
  .single-projects .contact-callout .portrait, .people_block_single .portrait {
    margin-right: 0; }
  .portrait img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .portrait.round-feature {
    width: 126px;
    height: 126px;
    flex-basis: 126px; }
  .portrait.round-sm {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
    margin-right: 0; }
  @media (max-width: 768px) {
    .portrait {
      width: 72px;
      flex-basis: 72px;
      height: 72px; }
      .row-project-primary .portrait {
        margin-right: 1.25rem; } }
.portraits-sm {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin: 3rem 0 0.5rem;
  padding: 0;
  overflow: hidden; }
  .portraits-sm li {
    padding-right: 0.5rem;
    margin-bottom: 0.5rem; }
  .portraits-sm a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.quotewcallout {
  background: var(--bg);
  padding-top: 1rem;
  padding-bottom: 3rem; }
  .quotewcallout .quote-wrap {
    max-width: 80%;
    margin: auto;
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .quotewcallout .reverse .quote-wrap {
    margin-left: 0;
    margin-right: auto; }
  .quotewcallout .quote-text {
    font-size: 46px;
    line-height: 1.08659;
    font-weight: 400;
    letter-spacing: -.015em;
    word-spacing: -.025em;
    margin-bottom: 1.5rem; }
    @media (max-width: 768px) {
      .quotewcallout .quote-text {
        font-size: 32px; } }
  .quotewcallout .callout-wrap {
    max-width: 80%;
    margin: auto;
    border-left: solid 4px black;
    padding-left: 1rem; }
    @media (max-width: 1023px) {
      .quotewcallout .callout-wrap {
        padding-left: 0.75rem; } }
    @media (min-width: 1024px) {
      .quotewcallout .callout-wrap {
        padding-right: 3rem;
        border-left: solid 2px black; } }
  @media (min-width: 768px) {
    .quotewcallout .img-wrap {
      max-width: 300px; } }
  @media (max-width: 1023px) {
    .quotewcallout .callout-wrap {
      margin-left: 1rem;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      max-width: 560px; }
    .quotewcallout .quote-wrap {
      margin-left: 1rem;
      margin-right: 1rem;
      padding-top: 0;
      max-width: 560px; } }
.quotesimple {
  background: var(--bg);
  color: var(--uiText);
  padding-top: 1rem;
  padding-bottom: 3rem; }
  .quotesimple .quote-wrap {
    max-width: 80%;
    margin: 0.75rem 1rem; }
  .quotesimple .quote-text {
    font-size: 46px;
    line-height: 1.08659;
    font-weight: 400;
    letter-spacing: -.015em;
    word-spacing: -.025em;
    margin-bottom: 1.5rem; }
    @media (max-width: 768px) {
      .quotesimple .quote-text {
        font-size: 32px; } }
.people_sectors {
  flex-grow: 1;
  display: flex; }
  .people_sectors .people-feature-leader {
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem 0; }
    @media (max-width: 768px) {
      .people_sectors .people-feature-leader {
        padding: 1rem 0 0; } }
  .people_sectors .associated-people {
    margin-top: auto; }
    .studio-preview .people_sectors .associated-people {
      margin-top: 0; }
    @media (max-width: 768px) {
      .people_sectors .associated-people li:nth-of-type(5) {
        display: none; } }
    .people_sectors .associated-people .link-w-arrow.gt:AFTER {
      line-height: 0.8; }

.people-feature-leader-single {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }
  .people-feature-leader-single .portrait {
    margin-right: 1rem; }
  .people-feature-leader-single .contact-details p {
    color: #999;
    margin: 0; }

.people_sectors-single .portraits-sm {
  margin-top: 0.5rem; }

.no-height {
  height: 0; }
  .no-height .page-title:not(.inline-title) {
    padding-right: 12rem; }
  @media (max-width: 767px) {
    .no-height {
      margin-bottom: 0; }
      .no-height .page-title {
        padding-right: 5rem; } }
@media (max-width: 767px) {
  .m-flip-before-title.row-filters {
    order: -1;
    height: 0;
    margin: 0.75rem 0 -0.75rem;
    padding: 0; }
    .m-flip-before-title.row-filters.mo-filter-up {
      margin: -6.5rem 0.75rem 6.5rem; } }

@media (min-width: 768px) {
  .m-flip-before-title {
    margin-top: 3.75rem; } }

.no-tag-grid {
  margin-top: -0.125rem; }

.page-title-wrap + .block-text-wrapper, .page-title-wrap + .wp-block-group .block-text-wrapper:first-child {
  margin-top: 4rem; }

@media (max-width: 768px) {
  .page-title-wrap {
    margin: 0.75rem 0 1rem; } }

.header-invert .page-title-wrap {
  --uiText: white;
  color: var(--uiInvText); }

.page-title-wrap .projects-breadcrumb {
  display: inline-block;
  position: relative; }
  .page-title-wrap .projects-breadcrumb:BEFORE {
    content: "";
    position: absolute;
    bottom: -0.25rem;
    left: 0;
    right: 0;
    height: 4px;
    background: black;
    opacity: 0; }
    @media (max-width: 768px) {
      .page-title-wrap .projects-breadcrumb:BEFORE {
        height: 2px; } }
  .page-title-wrap .projects-breadcrumb:HOVER:BEFORE {
    opacity: 1; }

@media (min-width: 769px) {
  .page-title-wrap {
    padding-top: 1rem;
    margin-bottom: 3.75rem; }
    .page-title-wrap.near-header {
      padding-top: 0;
      margin-top: -1rem;
      margin-bottom: 1rem; } }

@media (min-width: 769px) {
  #wbhead + .wp-block-group .block-text-wrapper:first-child .chipstext-block > h1:first-child,
  #wbhead + .wp-block-group .block-text-wrapper:first-child .chipstext-block > h2:first-child,
  #wbhead + .block-head-wrap,
  #wbhead + .wp-block-group .block-head-wrap:first-child {
    margin-top: -1rem; } }

@media (max-width: 768px) {
  #wbhead + .row-media {
    margin-top: 0.75rem; } }

.wp-block-buttons {
  padding-left: 1rem;
  padding-right: 1rem; }

@media (min-width: 768px) {
  .row-pullup-filteralign {
    margin-top: -2.5rem; } }

.custom-html-wrap {
  position: relative; }
  .custom-html-wrap svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.custom-html-wrap-mobile {
  display: none; }
  @media (max-width: 768px) {
    .custom-html-wrap-mobile {
      display: block; }
      .custom-html-wrap-mobile ~ .custom-html-wrap {
        display: none; } }
.block-head-wrap {
  width: 100%; }
  @media (max-width: 767px) {
    #wbhead + .block-head-wrap {
      margin-top: 0.75rem; } }
.studio-preview {
  position: relative; }
  .studio-preview button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 3;
    cursor: pointer; }
    .studio-preview button span {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 15px;
      height: 15px;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
              transform: translateX(-50%) translateY(-50%) rotate(-135deg);
      border-right: solid 2px;
      border-bottom: solid 2px;
      border-color: var(--uiText); }
    .studio-preview button:HOVER span {
      opacity: 0.7; }
  .studio-preview img {
    max-width: 100%;
    height: auto; }
  .studio-preview .portrait img {
    height: 100%; }
  .studio-preview .studio-contact {
    margin-top: 1rem; }
  .studio-preview + .txt-wrap {
    margin-top: 2rem; }

#main .studio-group-row {
  display: flex;
  flex-direction: column;
  height: auto; }
  #main .studio-group-row > .row {
    margin-bottom: auto; }
  @media (max-width: 1023px) {
    #main .studio-group-row {
      width: 100%; } }
.studio-group-row-cta {
  margin-top: auto; }
  .studio-group-row-cta a {
    font-size: 17px;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
    background: black;
    color: white;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    padding-bottom: 1rem; }
    @media (max-width: 1023px) {
      .studio-group-row-cta a {
        padding-left: 0.75rem; } }
    @media (max-width: 1023px) {
      .studio-group-row-cta a {
        padding-right: 0.75rem; } }
    @media (max-width: 1023px) {
      .studio-group-row-cta a {
        padding-top: 0.75rem; } }
    @media (max-width: 1023px) {
      .studio-group-row-cta a {
        padding-bottom: 0.75rem; } }
    .studio-group-row-cta a:HOVER {
      background-color: #007658; }

@media (max-width: 1023px) {
  .studio-preview .row {
    margin-left: 0;
    margin-right: 0; } }

.studio-preview .people_sectors {
  min-height: 500px; }

.people-introduction, .news-introduction {
  margin-top: 3rem; }

.page-title-wrap.near-header + .row-media,
.page-title-wrap.near-header + .wb-studio-block,
.page-title-wrap.near-header + .hero-row-single {
  margin-top: 6rem; }
  @media (max-width: 767px) {
    .page-title-wrap.near-header + .row-media,
    .page-title-wrap.near-header + .wb-studio-block,
    .page-title-wrap.near-header + .hero-row-single {
      margin-top: 2.5rem; } }
  .page-id-5819 .page-title-wrap.near-header + .row-media, .page-id-5819 .page-title-wrap.near-header + .wb-studio-block, .page-id-5819 .page-title-wrap.near-header + .hero-row-single {
    margin-top: 0; }

.carousel_journal_landing .bg-wrap {
  position: relative;
  height: 60vh;
  min-height: 500px;
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem; }
  .carousel_journal_landing .bg-wrap .bg-single {
    position: relative;
    height: 100%;
    flex-basis: 33.33333%;
    flex-shrink: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    @media (max-width: 768px) {
      .carousel_journal_landing .bg-wrap .bg-single {
        padding-left: 0.375rem;
        padding-right: 0.375rem; } }
    .carousel_journal_landing .bg-wrap .bg-single:AFTER {
      content: "";
      position: absolute;
      top: 0;
      left: 0.5rem;
      right: 0.5rem;
      bottom: 0;
      background: var(--colorPop);
      mix-blend-mode: screen;
      transition-duration: 0.15s; }
      @media (max-width: 768px) {
        .carousel_journal_landing .bg-wrap .bg-single:AFTER {
          left: 0.375rem;
          right: 0.375rem; } }
    .carousel_journal_landing .bg-wrap .bg-single.active:AFTER {
      opacity: 0; }
    .carousel_journal_landing .bg-wrap .bg-single img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .carousel_journal_landing .bg-wrap .img-wrap {
    position: relative;
    height: 100%; }

@media (min-width: 768px) {
  .carousel_journal_landing .h2 {
    max-width: 50%; } }

@media (min-width: 1024px) {
  .carousel_journal_landing .h2 {
    max-width: 33.3333%; } }

.carousel_journal_landing .carousel-numbering {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: solid 4px;
  line-height: 52px;
  bottom: 0.875rem;
  left: 1.25rem;
  text-align: center;
  z-index: 1; }

.carousel_journal_landing .active .carousel-numbering {
  background: black;
  color: white;
  border-color: black; }

.carousel_journal_landing .labels-wrap {
  display: flex;
  flex-direction: row; }
  @media (min-width: 768px) {
    .carousel_journal_landing .labels-wrap {
      margin-left: -0.5rem;
      margin-right: -0.5rem; } }
  .carousel_journal_landing .labels-wrap > .label-single {
    flex-basis: 33.333%;
    flex-shrink: 0;
    flex-grow: 0;
    opacity: 0;
    transition-duration: 0.15s;
    transition-property: opacity;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    .carousel_journal_landing .labels-wrap > .label-single.active {
      opacity: 1; }
    @media (max-width: 1024px) {
      .carousel_journal_landing .labels-wrap > .label-single {
        flex-basis: 50%;
        flex-shrink: 1; }
        .carousel_journal_landing .labels-wrap > .label-single.active {
          flex-grow: 1;
          flex-shrink: 0; } }
.carousel_journal_landing .journal-carousel-excerpt {
  margin: 1rem auto 0; }

.career-pretitle {
  margin-bottom: 0.5rem; }

.career-region li:BEFORE {
  content: "—"; }

/* Custom HTML Classes */
.pullup-2 {
  margin-top: -2rem;
  position: relative; }

.pullup-4 {
  margin-top: -4rem;
  position: relative; }

.pullup-6 {
  margin-top: -6rem;
  position: relative; }

.pullup-8 {
  margin-top: -8rem;
  position: relative; }

.pullup-10 {
  margin-top: -10rem;
  position: relative; }

.pullup-12 {
  margin-top: -12rem;
  position: relative; }

@media (max-width: 768px) {
  .pullup-m-0 {
    margin-top: 0; }
  .pullup-m-2 {
    margin-top: -2rem; }
  .pullup-m-4 {
    margin-top: -4rem; }
  .pullup-m-6 {
    margin-top: -6rem; }
  .pullup-m-8 {
    margin-top: -8rem; }
  .pullup-m-10 {
    margin-top: -10rem; }
  .pullup-m-12 {
    margin-top: -12rem; } }

#main .col-news-single {
  flex-basis: 25%;
  flex-grow: 0;
  flex-shrink: 0; }
  #main .col-news-single.news-featured {
    flex-basis: 50%; }
  @media (max-width: 1024px) {
    #main .col-news-single {
      flex-basis: 33.3333%; }
      #main .col-news-single.news-featured {
        flex-basis: 66.6666%; } }
  @media (max-width: 768px) {
    #main .col-news-single {
      flex-basis: 50%; }
      #main .col-news-single.news-featured {
        flex-basis: 100%; } }
  @media (max-width: 550px) {
    #main .col-news-single {
      flex-basis: 100%;
      margin-bottom: 3rem; } }
.news-header-hor {
  flex-direction: column-reverse; }
  .news-header-hor .img-wrap.card-img {
    padding-bottom: 56.25% !important;
    margin-bottom: 0.75rem; }
  .news-header-hor .col-sm-6 {
    max-width: 100%;
    width: 100%; }
  @media (max-width: 767px) {
    .news-header-hor {
      flex-direction: column; } }
.form-search-pagetop {
  width: 100%;
  max-width: 75%;
  margin: 2rem auto 3.25rem; }
  @media (max-width: 767px) {
    .form-search-pagetop {
      max-width: 100%; } }
  .form-search-pagetop input[type="text"] {
    border-radius: 0;
    border: none;
    border-bottom: solid 4px;
    margin: 0 0 0.75rem;
    width: 100%;
    padding-bottom: 0.25rem;
    line-height: 1.3; }
  .form-search-pagetop input[type="submit"] {
    display: none; }

@media (min-width: 768px) {
  #main .long-text {
    width: 75%;
    margin: auto; }
    #main .long-text .container-fluid, #main .long-text .txt-wrap {
      padding-left: 0;
      padding-right: 0; } }

#main .container-fluid .long-text .container-fluid {
  padding-left: 0;
  padding-right: 0; }

#main .wp-block-button {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  color: inherit; }
  #main .wp-block-button .wp-block-button__link {
    padding: 0;
    margin: 0;
    background: none;
    color: inherit;
    display: inline-block;
    border-bottom: solid 2px;
    border-radius: 0; }

#main .gform_wrapper {
  max-width: 80%;
  margin: auto; }
  #main .gform_wrapper .top_label input.medium, #main .gform_wrapper .top_label select.medium {
    width: 100%; }
  #main .gform_wrapper ul.gform_fields li.gfield {
    padding: 0; }
  #main .gform_wrapper input[type="text"] {
    border: solid 1px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    line-height: 1.3;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
  #main .gform_wrapper select {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
  #main .gform_wrapper input[type="submit"] {
    padding: 0.75rem 1rem;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: black;
    color: white;
    cursor: pointer; }

.search-flex-result .search-thumb {
  float: left;
  width: 150px; }

.inline-vid-wrap {
  position: relative;
  padding-bottom: 56.25%; }
  .inline-vid-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.force-hide {
  display: none !important; }

.wb_custom_html polyline.st7 {
  display: none; }

[data-keen-slider-moves] a {
  pointer-events: none; }

.keen-slider {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.keen-slider__slide {
  position: absolute;
  overflow: hidden;
  width: 100%;
  min-height: 100%; }

.keen-slider.keen-slider--vertical .keen-slider__slide {
  min-height: auto; }

.ref-single {
  padding-left: 1rem; }
  @media (max-width: 768px) {
    .ref-single {
      padding-left: 0.75rem; } }
  .ref-single .txt-wrap {
    padding-right: 1rem; }
  .ref-single .img-wrap.card-img.half, .ref-single .img-wrap.card-img.near-sq {
    padding-bottom: 65%; }
  .ref-single .pre-title {
    margin-top: 0.25rem; }
  .ref-single.sm {
    position: relative;
    padding-top: 0.75rem;
    min-height: 206px; }
    .ref-single.sm:BEFORE {
      content: "";
      position: absolute;
      top: 0;
      left: 1rem;
      right: 0;
      height: 4px;
      background-color: var(--uiText); }
      @media (max-width: 768px) {
        .ref-single.sm:BEFORE {
          left: 0.75rem;
          height: 2px; } }
    .ref-single.sm .img-placehold {
      display: none; }
    .ref-single.sm .img-wrap {
      position: absolute;
      left: 1rem;
      width: 40%;
      width: calc(40% - 1.125rem);
      flex-shrink: 0;
      margin-top: 0.25rem; }
      .ref-single.sm .img-wrap.card-img.half {
        height: 190px;
        padding-bottom: 0; }
        @media (max-width: 768px) {
          .ref-single.sm .img-wrap.card-img.half {
            height: 100px; } }
      @media (max-width: 768px) {
        .ref-single.sm .img-wrap {
          width: calc(40% - 0.75rem);
          left: 0.75rem;
          margin-bottom: 0.5rem; } }
    .ref-single.sm .txt-wrap {
      padding-left: 40%; }
      #main .ref-single.sm .txt-wrap {
        margin-top: 0; }
        #main .ref-single.sm .txt-wrap .pre-title {
          margin-top: 0;
          margin-bottom: 0.25rem; }

.hor-overflow {
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.wb-simple-gallery {
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  display: flex; }
  .size-override .wb-simple-gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .size-override .wb-simple-gallery .simple-gal-slide {
      position: relative;
      height: 100%; }
      .size-override .wb-simple-gallery .simple-gal-slide .media-wrap {
        height: 100%; }

.gal-navigation-wrapper {
  position: relative; }
  .size-override .gal-navigation-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.gal-dots {
  display: flex;
  padding: 10px 0;
  justify-content: center; }

.gal-dot {
  border: none;
  width: 10px;
  height: 10px;
  background: #c5c5c5;
  border-radius: 50%;
  margin: 0 5px;
  padding: 5px;
  cursor: pointer; }

.gal-dot:focus {
  outline: none; }

.gal-dot--active {
  background: #000; }

.gal-arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  fill: #fff;
  cursor: pointer; }

.gal-arrow--left {
  left: 5px; }

.gal-arrow--right {
  left: auto;
  right: 5px; }

.gal-arrow--disabled {
  fill: rgba(255, 255, 255, 0.5); }

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

.pretty input:not([type='checkbox']):not([type='radio']) {
  display: none; }

.pretty {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1; }
  .pretty input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer; }
  .pretty .state label {
    position: initial;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    text-indent: 1.5em;
    min-width: calc(1em + 2px); }
    .pretty .state label:before, .pretty .state label:after {
      content: '';
      width: calc(1em + 2px);
      height: calc(1em + 2px);
      display: block;
      box-sizing: border-box;
      border-radius: 0;
      border: 1px solid transparent;
      z-index: 0;
      position: absolute;
      left: 0;
      top: calc((0% - (100% - 1em)) - 8%);
      background-color: transparent; }
    .pretty .state label:before {
      border-color: white; }
  .pretty .state.p-is-hover, .pretty .state.p-is-indeterminate {
    display: none; }

@-webkit-keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); } }

@-webkit-keyframes tada {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: scale(7);
            transform: scale(7); }
  38% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  55% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  72% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(1);
            transform: scale(1); }
  81% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scale(1.24);
            transform: scale(1.24); }
  89% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(1);
            transform: scale(1); }
  95% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scale(1.04);
            transform: scale(1.04); }
  100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes tada {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: scale(7);
            transform: scale(7); }
  38% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  55% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  72% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(1);
            transform: scale(1); }
  81% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scale(1.24);
            transform: scale(1.24); }
  89% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(1);
            transform: scale(1); }
  95% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scale(1.04);
            transform: scale(1.04); }
  100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes jelly {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1); }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1); }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
            transform: scale3d(0.85, 1.15, 1); }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1); }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes jelly {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1); }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1); }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
            transform: scale3d(0.85, 1.15, 1); }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1); }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-200px) rotate(-45deg);
            transform: translateZ(-200px) rotate(-45deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(0);
            transform: translateZ(0) rotate(0); } }

@keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-200px) rotate(-45deg);
            transform: translateZ(-200px) rotate(-45deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(0);
            transform: translateZ(0) rotate(0); } }

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px white; }
  100% {
    box-shadow: 0px 0px 0px 1.5em rgba(255, 255, 255, 0); } }

@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px white; }
  100% {
    box-shadow: 0px 0px 0px 1.5em rgba(255, 255, 255, 0); } }

.pretty.p-default.p-fill .state label:after {
  -webkit-transform: scale(1);
          transform: scale(1); }

.pretty.p-default .state label:after {
  -webkit-transform: scale(0.6);
          transform: scale(0.6); }

.pretty.p-default input:checked ~ .state label:after {
  background-color: white !important; }

.pretty.p-default.p-thick .state label:before, .pretty.p-default.p-thick .state label:after {
  border-width: calc(1em / 7); }

.pretty.p-default.p-thick .state label:after {
  -webkit-transform: scale(0.4) !important;
          transform: scale(0.4) !important; }

.pretty.p-icon .state .icon {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid transparent;
  opacity: 0; }

.pretty.p-icon .state .icon:before {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  line-height: 1; }

.pretty.p-icon input:checked ~ .state .icon {
  opacity: 1; }

.pretty.p-icon input:checked ~ .state label:before {
  border-color: #5a656b; }

.pretty.p-svg .state .svg {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid transparent;
  opacity: 0; }

.pretty.p-svg .state svg {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  line-height: 1; }

.pretty.p-svg input:checked ~ .state .svg {
  opacity: 1; }

.pretty.p-image .state img {
  opacity: 0;
  position: absolute;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  top: 0;
  top: calc((0% - (100% - 1em)) - 8%);
  left: 0;
  z-index: 0;
  text-align: center;
  line-height: normal;
  -webkit-transform: scale(0.8);
          transform: scale(0.8); }

.pretty.p-image input:checked ~ .state img {
  opacity: 1; }

.pretty.p-switch input {
  min-width: 2em; }

.pretty.p-switch .state {
  position: relative; }
  .pretty.p-switch .state:before {
    content: '';
    border: 1px solid white;
    border-radius: 60px;
    width: 2em;
    box-sizing: unset;
    height: calc(1em + 2px);
    position: absolute;
    top: 0;
    top: calc((0% - (100% - 1em)) - 16%);
    z-index: 0;
    transition: all 0.5s ease; }
  .pretty.p-switch .state label {
    text-indent: 2.5em; }
    .pretty.p-switch .state label:before, .pretty.p-switch .state label:after {
      transition: all 0.5s ease;
      border-radius: 100%;
      left: 0;
      border-color: transparent;
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
    .pretty.p-switch .state label:after {
      background-color: white !important; }

.pretty.p-switch input:checked ~ .state:before {
  border-color: #5a656b; }

.pretty.p-switch input:checked ~ .state label:before {
  opacity: 0; }

.pretty.p-switch input:checked ~ .state label:after {
  background-color: #5a656b !important;
  left: 1em; }

.pretty.p-switch.p-fill input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important; }

.pretty.p-switch.p-fill input:checked ~ .state label:before {
  opacity: 0; }

.pretty.p-switch.p-fill input:checked ~ .state label:after {
  background-color: #fff !important;
  left: 1em; }

.pretty.p-switch.p-slim .state:before {
  height: 0.1em;
  background: white !important;
  top: calc(50% - 0.1em); }

.pretty.p-switch.p-slim input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important; }

.pretty.p-has-hover input:hover ~ .state:not(.p-is-hover) {
  display: none; }

.pretty.p-has-hover input:hover ~ .state.p-is-hover {
  display: block; }
  .pretty.p-has-hover input:hover ~ .state.p-is-hover .icon {
    display: block; }

.pretty.p-has-focus input:focus ~ .state label:before {
  box-shadow: 0px 0px 3px 0px #bdc3c7; }

.pretty.p-has-indeterminate input[type='checkbox']:indeterminate ~ .state:not(.p-is-indeterminate) {
  display: none; }

.pretty.p-has-indeterminate input[type='checkbox']:indeterminate ~ .state.p-is-indeterminate {
  display: block; }
  .pretty.p-has-indeterminate input[type='checkbox']:indeterminate ~ .state.p-is-indeterminate .icon {
    display: block;
    opacity: 1; }

.pretty.p-toggle .state.p-on {
  opacity: 0;
  display: none; }

.pretty.p-toggle .state.p-off,
.pretty.p-toggle .state .icon,
.pretty.p-toggle .state .svg,
.pretty.p-toggle .state img {
  opacity: 1;
  display: inherit; }

.pretty.p-toggle .state.p-off .icon {
  color: white; }

.pretty.p-toggle input:checked ~ .state.p-on {
  opacity: 1;
  display: inherit; }

.pretty.p-toggle input:checked ~ .state.p-off {
  opacity: 0;
  display: none; }

.pretty.p-plain input:checked ~ .state label:before, .pretty.p-plain.p-toggle .state label:before {
  content: none; }

.pretty.p-plain.p-plain .icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.pretty.p-round .state label:before, .pretty.p-round .state label:after {
  border-radius: 100%; }

.pretty.p-round.p-icon .state .icon {
  border-radius: 100%;
  overflow: hidden; }
  .pretty.p-round.p-icon .state .icon:before {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }

.pretty.p-curve .state label:before, .pretty.p-curve .state label:after {
  border-radius: 20%; }

.pretty.p-smooth label:before,
.pretty.p-smooth label:after,
.pretty.p-smooth .icon,
.pretty.p-smooth .svg {
  transition: all 0.5s ease; }

.pretty.p-smooth input:checked + .state label:after {
  transition: all 0.3s ease; }

.pretty.p-smooth input:checked + .state .icon,
.pretty.p-smooth input:checked + .state .svg,
.pretty.p-smooth input:checked + .state img {
  -webkit-animation: zoom 0.2s ease;
          animation: zoom 0.2s ease; }

.pretty.p-smooth.p-default input:checked + .state label:after {
  -webkit-animation: zoom 0.2s ease;
          animation: zoom 0.2s ease; }

.pretty.p-smooth.p-plain input:checked + .state label:before {
  content: '';
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: all 0.5s ease; }

.pretty.p-tada:not(.p-default) input:checked + .state .icon,
.pretty.p-tada:not(.p-default) input:checked + .state .svg,
.pretty.p-tada:not(.p-default) input:checked + .state img,
.pretty.p-tada:not(.p-default) input:checked + .state label:before,
.pretty.p-tada:not(.p-default) input:checked + .state label:after {
  -webkit-animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
          animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  opacity: 1; }

.pretty.p-jelly:not(.p-default) input:checked + .state .icon,
.pretty.p-jelly:not(.p-default) input:checked + .state .svg,
.pretty.p-jelly:not(.p-default) input:checked + .state img,
.pretty.p-jelly:not(.p-default) input:checked + .state label:before,
.pretty.p-jelly:not(.p-default) input:checked + .state label:after {
  -webkit-animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1; }

.pretty.p-jelly:not(.p-default) input:checked + .state label:before {
  border-color: transparent; }

.pretty.p-rotate:not(.p-default) input:checked ~ .state .icon,
.pretty.p-rotate:not(.p-default) input:checked ~ .state .svg,
.pretty.p-rotate:not(.p-default) input:checked ~ .state img,
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before,
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:after {
  -webkit-animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1; }

.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
  border-color: transparent; }

.pretty.p-pulse:not(.p-switch) input:checked ~ .state label:before {
  -webkit-animation: pulse 1s;
          animation: pulse 1s; }

.pretty input[disabled] {
  cursor: not-allowed;
  display: none; }
  .pretty input[disabled] ~ * {
    opacity: .5; }

.pretty.p-locked input {
  display: none;
  cursor: not-allowed; }

.pretty input:checked ~ .state.p-primary label:after, .pretty.p-toggle .state.p-primary label:after {
  background-color: white !important; }

.pretty input:checked ~ .state.p-primary .icon,
.pretty input:checked ~ .state.p-primary .svg, .pretty.p-toggle .state.p-primary .icon,
.pretty.p-toggle .state.p-primary .svg {
  color: #fff;
  stroke: #fff; }

.pretty input:checked ~ .state.p-primary-o label:before, .pretty.p-toggle .state.p-primary-o label:before {
  border-color: white; }

.pretty input:checked ~ .state.p-primary-o label:after, .pretty.p-toggle .state.p-primary-o label:after {
  background-color: transparent; }

.pretty input:checked ~ .state.p-primary-o .icon,
.pretty input:checked ~ .state.p-primary-o .svg,
.pretty input:checked ~ .state.p-primary-o svg, .pretty.p-toggle .state.p-primary-o .icon,
.pretty.p-toggle .state.p-primary-o .svg,
.pretty.p-toggle .state.p-primary-o svg {
  color: white;
  stroke: white; }

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
  background-color: white !important; }

.pretty.p-switch input:checked ~ .state.p-primary:before {
  border-color: white; }

.pretty.p-switch.p-fill input:checked ~ .state.p-primary:before {
  background-color: white !important; }

.pretty.p-switch.p-slim input:checked ~ .state.p-primary:before {
  border-color: #cccccc;
  background-color: #cccccc !important; }

.pretty input:checked ~ .state.p-info label:after, .pretty.p-toggle .state.p-info label:after {
  background-color: #5bc0de !important; }

.pretty input:checked ~ .state.p-info .icon,
.pretty input:checked ~ .state.p-info .svg, .pretty.p-toggle .state.p-info .icon,
.pretty.p-toggle .state.p-info .svg {
  color: #fff;
  stroke: #fff; }

.pretty input:checked ~ .state.p-info-o label:before, .pretty.p-toggle .state.p-info-o label:before {
  border-color: #5bc0de; }

.pretty input:checked ~ .state.p-info-o label:after, .pretty.p-toggle .state.p-info-o label:after {
  background-color: transparent; }

.pretty input:checked ~ .state.p-info-o .icon,
.pretty input:checked ~ .state.p-info-o .svg,
.pretty input:checked ~ .state.p-info-o svg, .pretty.p-toggle .state.p-info-o .icon,
.pretty.p-toggle .state.p-info-o .svg,
.pretty.p-toggle .state.p-info-o svg {
  color: #5bc0de;
  stroke: #5bc0de; }

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-info-o label:after {
  background-color: #5bc0de !important; }

.pretty.p-switch input:checked ~ .state.p-info:before {
  border-color: #5bc0de; }

.pretty.p-switch.p-fill input:checked ~ .state.p-info:before {
  background-color: #5bc0de !important; }

.pretty.p-switch.p-slim input:checked ~ .state.p-info:before {
  border-color: #2390b0;
  background-color: #2390b0 !important; }

.pretty input:checked ~ .state.p-success label:after, .pretty.p-toggle .state.p-success label:after {
  background-color: #5cb85c !important; }

.pretty input:checked ~ .state.p-success .icon,
.pretty input:checked ~ .state.p-success .svg, .pretty.p-toggle .state.p-success .icon,
.pretty.p-toggle .state.p-success .svg {
  color: #fff;
  stroke: #fff; }

.pretty input:checked ~ .state.p-success-o label:before, .pretty.p-toggle .state.p-success-o label:before {
  border-color: #5cb85c; }

.pretty input:checked ~ .state.p-success-o label:after, .pretty.p-toggle .state.p-success-o label:after {
  background-color: transparent; }

.pretty input:checked ~ .state.p-success-o .icon,
.pretty input:checked ~ .state.p-success-o .svg,
.pretty input:checked ~ .state.p-success-o svg, .pretty.p-toggle .state.p-success-o .icon,
.pretty.p-toggle .state.p-success-o .svg,
.pretty.p-toggle .state.p-success-o svg {
  color: #5cb85c;
  stroke: #5cb85c; }

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-success-o label:after {
  background-color: #5cb85c !important; }

.pretty.p-switch input:checked ~ .state.p-success:before {
  border-color: #5cb85c; }

.pretty.p-switch.p-fill input:checked ~ .state.p-success:before {
  background-color: #5cb85c !important; }

.pretty.p-switch.p-slim input:checked ~ .state.p-success:before {
  border-color: #357935;
  background-color: #357935 !important; }

.pretty input:checked ~ .state.p-warning label:after, .pretty.p-toggle .state.p-warning label:after {
  background-color: #f0ad4e !important; }

.pretty input:checked ~ .state.p-warning .icon,
.pretty input:checked ~ .state.p-warning .svg, .pretty.p-toggle .state.p-warning .icon,
.pretty.p-toggle .state.p-warning .svg {
  color: #fff;
  stroke: #fff; }

.pretty input:checked ~ .state.p-warning-o label:before, .pretty.p-toggle .state.p-warning-o label:before {
  border-color: #f0ad4e; }

.pretty input:checked ~ .state.p-warning-o label:after, .pretty.p-toggle .state.p-warning-o label:after {
  background-color: transparent; }

.pretty input:checked ~ .state.p-warning-o .icon,
.pretty input:checked ~ .state.p-warning-o .svg,
.pretty input:checked ~ .state.p-warning-o svg, .pretty.p-toggle .state.p-warning-o .icon,
.pretty.p-toggle .state.p-warning-o .svg,
.pretty.p-toggle .state.p-warning-o svg {
  color: #f0ad4e;
  stroke: #f0ad4e; }

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
  background-color: #f0ad4e !important; }

.pretty.p-switch input:checked ~ .state.p-warning:before {
  border-color: #f0ad4e; }

.pretty.p-switch.p-fill input:checked ~ .state.p-warning:before {
  background-color: #f0ad4e !important; }

.pretty.p-switch.p-slim input:checked ~ .state.p-warning:before {
  border-color: #c77c11;
  background-color: #c77c11 !important; }

.pretty input:checked ~ .state.p-danger label:after, .pretty.p-toggle .state.p-danger label:after {
  background-color: #d9534f !important; }

.pretty input:checked ~ .state.p-danger .icon,
.pretty input:checked ~ .state.p-danger .svg, .pretty.p-toggle .state.p-danger .icon,
.pretty.p-toggle .state.p-danger .svg {
  color: #fff;
  stroke: #fff; }

.pretty input:checked ~ .state.p-danger-o label:before, .pretty.p-toggle .state.p-danger-o label:before {
  border-color: #d9534f; }

.pretty input:checked ~ .state.p-danger-o label:after, .pretty.p-toggle .state.p-danger-o label:after {
  background-color: transparent; }

.pretty input:checked ~ .state.p-danger-o .icon,
.pretty input:checked ~ .state.p-danger-o .svg,
.pretty input:checked ~ .state.p-danger-o svg, .pretty.p-toggle .state.p-danger-o .icon,
.pretty.p-toggle .state.p-danger-o .svg,
.pretty.p-toggle .state.p-danger-o svg {
  color: #d9534f;
  stroke: #d9534f; }

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-danger-o label:after {
  background-color: #d9534f !important; }

.pretty.p-switch input:checked ~ .state.p-danger:before {
  border-color: #d9534f; }

.pretty.p-switch.p-fill input:checked ~ .state.p-danger:before {
  background-color: #d9534f !important; }

.pretty.p-switch.p-slim input:checked ~ .state.p-danger:before {
  border-color: #a02622;
  background-color: #a02622 !important; }

.pretty.p-bigger label:before,
.pretty.p-bigger label:after,
.pretty.p-bigger .icon,
.pretty.p-bigger .svg,
.pretty.p-bigger .img {
  font-size: 1.2em !important;
  top: calc((0% - (100% - 1em)) - 35%) !important; }

.pretty.p-bigger label {
  text-indent: 1.7em; }

@media print {
  .pretty .state:before,
  .pretty .state label:before,
  .pretty .state label:after,
  .pretty .state .icon {
    /* stylelint-disable */
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; } }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

BODY.page-id-10942 {
  overflow: hidden; }

#overlay-subscribe-form {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 999; }
  #overlay-subscribe-form .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.4); }
  #overlay-subscribe-form .scroll-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow-y: auto; }
  #overlay-subscribe-form .layout {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%; }
  #overlay-subscribe-form .col {
    display: table-cell;
    vertical-align: middle; }
  #overlay-subscribe-form .win {
    background-color: #3c3cbf;
    width: 100%;
    max-width: 1280px;
    text-align: center;
    margin: 0 auto; }
  #overlay-subscribe-form .inner {
    padding: 40px 20px 40px 20px;
    color: white; }
  #overlay-subscribe-form .win-content {
    max-width: 795px;
    margin: 0 auto; }
  #overlay-subscribe-form ul.layout-form li.half {
    width: calc( (100% - 30px)/2);
    display: inline-block; }
    #overlay-subscribe-form ul.layout-form li.half.left {
      float: left; }
    #overlay-subscribe-form ul.layout-form li.half.right {
      float: right; }
  #overlay-subscribe-form ul.layout-form li.centered {
    text-align: center !important; }
  #overlay-subscribe-form ul.layout-form li.clearfix {
    margin: 0 !important; }
  #overlay-subscribe-form h1.win-title {
    font-size: 70px;
    line-height: 82px; }
    @media (min-width: 768px) {
      #overlay-subscribe-form h1.win-title {
        font-size: 94px;
        line-height: 113px; } }
    #overlay-subscribe-form h1.win-title span {
      display: inline-block;
      height: 69px;
      vertical-align: middle;
      margin-top: 10px; }
      @media (min-width: 768px) {
        #overlay-subscribe-form h1.win-title span {
          margin-top: -20px; } }
      #overlay-subscribe-form h1.win-title span svg {
        vertical-align: top;
        height: auto;
        width: 160px; }
        @media (min-width: 768px) {
          #overlay-subscribe-form h1.win-title span svg {
            width: 237px; } }
  #overlay-subscribe-form .desc {
    max-width: 670px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 25px; }
    @media (min-width: 768px) {
      #overlay-subscribe-form .desc {
        font-size: 24px;
        line-height: 29px; } }
  #overlay-subscribe-form input[type="text"], #overlay-subscribe-form input[type="email"] {
    width: 100%;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid white;
    padding: 15px 0px;
    color: white;
    font-size: 24px;
    line-height: 30px; }
    #overlay-subscribe-form input[type="text"]::-webkit-input-placeholder, #overlay-subscribe-form input[type="email"]::-webkit-input-placeholder {
      color: white;
      opacity: 1; }
    #overlay-subscribe-form input[type="text"]::-moz-placeholder, #overlay-subscribe-form input[type="email"]::-moz-placeholder {
      color: white;
      opacity: 1; }
    #overlay-subscribe-form input[type="text"]::placeholder, #overlay-subscribe-form input[type="email"]::placeholder {
      color: white;
      opacity: 1; }
    @media (min-width: 768px) {
      #overlay-subscribe-form input[type="text"], #overlay-subscribe-form input[type="email"] {
        font-size: 36px;
        line-height: 44px; } }
  #overlay-subscribe-form input[type="submit"] {
    border-radius: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    background-color: transparent;
    color: white;
    border: 1px solid white;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 25px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      #overlay-subscribe-form input[type="submit"] {
        font-size: 24px;
        line-height: 29px; } }
  #overlay-subscribe-form select {
    display: block;
    border-radius: 0;
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    color: white;
    font-size: 24px;
    line-height: 30px;
    width: 100%;
    padding: 15px 0px;
    border-bottom: 1px solid white; }
    #overlay-subscribe-form select::-webkit-input-placeholder {
      color: white;
      opacity: 1; }
    #overlay-subscribe-form select::-moz-placeholder {
      color: white;
      opacity: 1; }
    #overlay-subscribe-form select::placeholder {
      color: white;
      opacity: 1; }
    @media (min-width: 768px) {
      #overlay-subscribe-form select {
        font-size: 36px;
        line-height: 44px; } }
  #overlay-subscribe-form .footer-link {
    font-size: 18px;
    line-height: 25px; }
    @media (min-width: 768px) {
      #overlay-subscribe-form .footer-link {
        font-size: 24px;
        line-height: 29px; } }
  #overlay-subscribe-form .agree {
    text-align: left; }
    #overlay-subscribe-form .agree .pretty {
      margin-top: 25px;
      margin-left: 0px; }
      #overlay-subscribe-form .agree .pretty input {
        width: calc( 100% - 100px) !important; }
  #overlay-subscribe-form h1.win-title {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      #overlay-subscribe-form h1.win-title {
        margin-bottom: 60px; } }
  #overlay-subscribe-form .desc {
    margin-bottom: 70px; }
    @media (min-width: 768px) {
      #overlay-subscribe-form .desc {
        margin-bottom: 100px; } }
  #overlay-subscribe-form ul.layout-form li {
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      #overlay-subscribe-form ul.layout-form li {
        margin-bottom: 80px; } }
  #overlay-subscribe-form .wb-logo-all {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      #overlay-subscribe-form .wb-logo-all {
        margin-bottom: 60px; } }
  @media (max-width: 728px) {
    #overlay-subscribe-form ul.layout-form li {
      margin-bottom: 30px; }
      #overlay-subscribe-form ul.layout-form li.half.left, #overlay-subscribe-form ul.layout-form li.half.right {
        float: none;
        width: 100%;
        display: block; } }
body {
  font-family: 'Styrene A Web',Arial,sans-serif;
  -webkit-font-feature-settings: "salt" 2, "liga", "clig";
  font-feature-settings: "salt" 2, "liga", "clig";
  font-size: 17px;
  line-height: 1.3333;
  font-weight: 400; }
  @media (max-width: 768px) {
    body {
      font-size: 15px; } }
h1, h2, h3, h4, h5, h6, ul, ol, p {
  margin: 0;
  padding: 0; }

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

.h1, h1 {
  font-size: 60px;
  line-height: 1.033333;
  font-weight: 400;
  letter-spacing: -.015em;
  word-spacing: -.025em; }
  @media (max-width: 768px) {
    .h1, h1 {
      font-size: 40px; } }
  .h1.editorial-title, h1.editorial-title {
    font-size: 72px;
    margin-left: -0.08em;
    letter-spacing: -.025em; }
    @media (max-width: 768px) {
      .h1.editorial-title, h1.editorial-title {
        font-size: 40px; } }
    @media (min-width: 900px) {
      .h1.editorial-title, h1.editorial-title {
        max-width: 90%; } }
  .h1.sector-page-title, h1.sector-page-title {
    font-size: 80px; }
    @media (max-width: 768px) {
      .h1.sector-page-title, h1.sector-page-title {
        font-size: 40px; } }
.h2, h2 {
  font-size: 46px;
  line-height: 1.08659;
  font-weight: 400;
  letter-spacing: -.015em;
  word-spacing: -.025em; }
  @media (max-width: 768px) {
    .h2, h2 {
      font-size: 32px; } }
.h4 {
  font-size: 32px;
  line-height: 1.125;
  font-weight: 400;
  letter-spacing: -.015em;
  word-spacing: -.025em; }

.bodyplus {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -.003em; }
  @media (max-width: 767px) {
    .bodyplus {
      font-size: 16px; } }
h6, .h6 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400; }
  @media (max-width: 768px) {
    h6, .h6 {
      font-size: 11px; } }
.reg-title {
  font-weight: 400;
  margin-bottom: 1rem; }

.pre-title {
  font-size: 17px;
  line-height: 1.3333;
  font-weight: 600; }
  @media (max-width: 768px) {
    .pre-title.pre-title {
      font-size: 11px; } }
  .col-news-single .pre-title {
    margin-bottom: 0.25rem; }
  .pre-title.hovParent {
    font-weight: normal; }

.bug-pretitle {
  display: block; }
  .bug-pretitle + h2, .bug-pretitle + .h2 {
    margin-top: 0.25rem; }
    @media (min-width: 1600px) {
      .bug-pretitle + h2, .bug-pretitle + .h2 {
        font-size: 60px;
        line-height: 1.033333;
        font-weight: 400;
        letter-spacing: -.015em;
        word-spacing: -.025em; } }
  @media (min-width: 1600px) and (max-width: 768px) {
    .bug-pretitle + h2, .bug-pretitle + .h2 {
      font-size: 40px; } }
    @media (min-width: 1600px) {
        .bug-pretitle + h2.editorial-title, .bug-pretitle + .h2.editorial-title {
          font-size: 72px;
          margin-left: -0.08em;
          letter-spacing: -.025em; } }
    @media (min-width: 1600px) and (max-width: 768px) {
      .bug-pretitle + h2.editorial-title, .bug-pretitle + .h2.editorial-title {
        font-size: 40px; } }
    @media (min-width: 1600px) and (min-width: 900px) {
      .bug-pretitle + h2.editorial-title, .bug-pretitle + .h2.editorial-title {
        max-width: 90%; } }
    @media (min-width: 1600px) {
        .bug-pretitle + h2.sector-page-title, .bug-pretitle + .h2.sector-page-title {
          font-size: 80px; } }
    @media (min-width: 1600px) and (max-width: 768px) {
      .bug-pretitle + h2.sector-page-title, .bug-pretitle + .h2.sector-page-title {
        font-size: 40px; } }
@media (max-width: 767px) {
  #main .mo-plus {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: -.003em;
    margin-left: 0; }
  #main .mo-headline1 {
    letter-spacing: -.015em;
    word-spacing: -.025em;
    letter-spacing: -.025em;
    font-size: 40px; }
  #main .mo-minus {
    font-size: 11px;
    line-height: 1.2; }
  #main .mo-body {
    font-size: 15px;
    line-height: 1.3333; }
    #main .mo-body.mo-b {
      line-height: 1.25; }
  #main .mo-b {
    font-weight: bold; }
  #main .m-flex-col {
    display: flex;
    flex-direction: column; } }

ul, ol {
  list-style: none; }

a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.8, 0.4, 1); }
  a.overlink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0;
    z-index: 2;
    overflow: hidden; }
  a.inh {
    color: inherit; }

hr {
  height: 2px;
  border: none;
  background: var(--uiLine); }
  hr.wp-block-separator {
    height: 4px; }
    #main > hr.wp-block-separator {
      margin-left: 1rem;
      margin-right: 1rem; }

input, textarea, button {
  border-radius: 0;
  font-family: 'Styrene A Web',Arial,sans-serif;
  -webkit-font-feature-settings: "salt" 2, "liga", "clig";
  font-feature-settings: "salt" 2, "liga", "clig"; }

.blok {
  display: block; }

.ib {
  display: inline-block; }

.ib-wrap > * {
  display: inline-block; }

.caption {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  font-weight: bold; }
  @media (max-width: 768px) {
    .caption {
      font-size: 11px; } }
.b {
  font-weight: bold; }

.btn {
  font-size: 17px;
  line-height: 1.3333;
  font-weight: 600;
  white-space: nowrap; }
  @media (max-width: 768px) {
    .btn.pre-title {
      font-size: 11px; } }
.tac {
  text-align: center; }

.rel {
  position: relative; }

.fill-h-row {
  height: 100%; }
  .fill-h-row > * {
    height: 100%; }

.js .iv {
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  opacity: 0;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform; }
  .js .iv.in-view {
    opacity: 1; }
  .js .iv.up-in {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem); }
    .js .iv.up-in.in-view {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  .js .iv.grid-in {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
    transition-delay: 0.1s;
    transition-duration: 0.15s; }
    .js .iv.grid-in.in-view {
      -webkit-transform: translateY(0);
              transform: translateY(0); }

.first-b-dt {
  order: -1; }

#main .btn-w-underline {
  display: inline-block;
  border-bottom: solid 2px; }

#main {
  padding-top: 80px; }
  .single-projects:not(.project-unbuilt) #main:BEFORE {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: black;
    z-index: -1; }
  @media (max-width: 767px) {
    #main {
      padding-top: 96px; } }
.iv:nth-child(2n + 2) {
  transition-delay: 0.2s; }

.iv:nth-child(2n + 1) {
  transition-delay: 0.1s; }

.iv.no-delay {
  transition-delay: 0s; }

.bg-on {
  background: var(--bg); }

.bg-pop:not(.inherit-pop), .has-background:not(.inherit-pop) {
  background: var(--colorPop); }
  @media (max-width: 767px) {
    .container-fluid > .bg-pop:not(.inherit-pop), .container-fluid > .has-background:not(.inherit-pop) {
      margin-left: -0.75rem;
      width: calc(100% + 1.5rem); }
      .container-fluid > .bg-pop:not(.inherit-pop) > .row, .container-fluid > .has-background:not(.inherit-pop) > .row {
        margin-left: 0;
        margin-right: 0; } }
.has-text-color:not(.inherit-pop) {
  color: var(--uiText); }

.inv {
  color: var(--uiInvText);
  border-color: var(--uiInvLine);
  background: var(--bgInv); }

.ui-inv {
  color: var(--uiInvText);
  border-color: var(--uiInvLine); }

.bg-inv {
  background: var(--bgInv); }

.color-pop {
  color: var(--colorPop);
  border-color: var(--colorPopLine); }

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

.flex-std {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

@media (min-width: 768px) {
  .height-min50 {
    min-height: 50vh; }
  .height-min75 {
    min-height: 75vh; }
  .height-min100 {
    min-height: 100vh; }
  .height-min50 > article,
  .height-min75 > article,
  .height-min100 > article {
    position: absolute;
    top: 0;
    left: 1rem;
    right: 1rem;
    bottom: 0; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .height-min50 > article,
    .height-min75 > article,
    .height-min100 > article {
      left: 0.75rem;
      right: 0.75rem; } }
@media (min-width: 768px) and (max-height: 750px) {
  .height-min75 {
    min-height: 550px; } }

.fill-v {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between; }
  .fill-v .pin-bottom {
    margin-top: auto; }

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

.stack {
  margin-top: 0;
  margin-bottom: 1rem; }

.round {
  border-radius: 50%;
  overflow: hidden; }

.title-sep {
  display: inline-block;
  width: 1em;
  height: 2px;
  background: var(--uiText);
  vertical-align: middle;
  margin-left: 0.15em;
  margin-right: 0.15em;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px); }
  .sm .title-sep, .jumbo .title-sep {
    height: 1px; }

.sep-angled {
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative; }
  .sep-angled:AFTER {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 1.2em;
    -webkit-transform: translateY(-40%) rotate(45deg);
            transform: translateY(-40%) rotate(45deg);
    background: var(--uiText); }
  .sep-angled.angle-nav:AFTER {
    width: 2px; }

.t-0 {
  margin-top: 0; }

.b-0 {
  margin-bottom: 0; }

.b-auto {
  margin-bottom: auto; }

.t-auto {
  margin-top: auto; }

.v-top {
  margin-bottom: auto; }

.v-middle {
  margin-top: auto;
  margin-bottom: auto; }
  .v-middle.height-min100 {
    display: flex;
    flex-direction: column; }
    .v-middle.height-min100 > * {
      margin-top: auto;
      margin-bottom: auto; }

.v-bottom {
  margin-top: auto; }
  .v-bottom.height-min100 {
    display: flex;
    flex-direction: column; }
    .v-bottom.height-min100 > * {
      margin-top: auto;
      margin-bottom: 0; }

@media (min-width: 768px) {
  .w-25 {
    width: 25%;
    margin-left: auto;
    margin-right: auto; }
  .w-50 {
    width: 50%;
    margin-left: auto;
    margin-right: auto; }
  .w-75 {
    width: 75%;
    margin-left: auto;
    margin-right: auto; } }

.h-full {
  overflow: hidden; }
  @media (max-width: 767px) {
    .h-full {
      height: 100%; } }
  .h-full .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .h-full .video-wrap {
    height: 100%;
    max-height: 100%; }
  .h-full img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover; }
  .h-full iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 120%;
    min-width: 177.77%;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .h-full iframe {
        min-width: 275%;
        min-height: 177.77%; } }
.img-display-full img {
  -o-object-fit: contain !important;
     object-fit: contain !important; }

@media (min-width: 768px) {
  .h50 {
    height: 50vh;
    min-height: 550px; }
  .h75 {
    height: 75vh;
    min-height: 550px; }
  .h100 {
    height: 100vh;
    min-height: 550px; }
  .h50, .h75, .h100 {
    overflow: hidden; }
    .h50 .img-wrap, .h75 .img-wrap, .h100 .img-wrap {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .h50 .video-wrap.h-full, .h75 .video-wrap.h-full, .h100 .video-wrap.h-full {
      height: 100%;
      max-height: 100%; }
    .h50 img, .h75 img, .h100 img {
      width: 100%;
      height: 100% !important;
      -o-object-fit: cover;
         object-fit: cover; } }

@media (min-width: 768px) {
  .m-only {
    display: none !important; } }

@media (max-width: 767px) {
  .dt-only {
    display: none !important; } }

@media (max-width: 767px) {
  .m-flex-first {
    order: -1;
    margin-bottom: 0.75rem; } }

.border-top {
  position: relative;
  margin-top: 4px; }
  .border-top:BEFORE {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--uiText); }
  #main > .border-top:BEFORE, #main > .wp-block-group > .wp-block-group__inner-container .border-top:BEFORE {
    left: 1rem;
    right: 1rem; }
  .border-top .row-text:first-child {
    padding-top: 0.75rem; }
  .border-top .row-text.chipsheader:first-child {
    padding-top: 0.5rem; }
  @media (max-width: 767px) {
    .border-top .wp-block-column:not(:first-child) .row-text:first-child {
      padding-top: 0; } }
h1.page-title {
  margin-left: -0.08em; }

@media (max-width: 767px) {
  h1.standalone-title {
    margin-bottom: 1.5rem;
    max-width: calc(100% - 3.5rem); } }

@media (max-width: 767px) {
  h1.standalone-title + .row-filters {
    order: -1;
    height: 0;
    margin: 0.75rem 0 -0.75rem;
    padding: 0; } }

.txt-wrap {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (max-width: 1023px) {
    .txt-wrap {
      padding-left: 0.75rem; } }
  @media (max-width: 1023px) {
    .txt-wrap {
      padding-right: 0.75rem; } }
  .txt-wrap h2, .txt-wrap .h2 {
    margin-left: -0.04em; }
  .txt-wrap h3, .txt-wrap .h3, .txt-wrap h4, .txt-wrap .h4 {
    margin-left: -0.06em; }
  @media (max-width: 768px) {
    .txt-wrap {
      padding-left: 0;
      padding-right: 0; }
      .row:not(.slidewrap) .txt-wrap {
        padding-left: 0.75rem;
        padding-right: 0.75rem; } }
@media (max-width: 768px) {
  .mo-txt-wrap {
    padding-left: 0.75rem;
    padding-right: 0.75rem; } }

.img-wrap {
  overflow: hidden; }
  .img-wrap img {
    max-width: 100%;
    height: auto;
    display: block; }
  .img-wrap.card-img {
    position: relative;
    padding-bottom: 60%;
    height: 0; }
    .img-wrap.card-img.half {
      padding-bottom: 35%; }
    .img-wrap.card-img.near-sq {
      padding-bottom: 80%; }
    .img-wrap.card-img.card-portrait-img {
      padding-bottom: 120%;
      overflow: hidden; }
      .img-wrap.card-img.card-portrait-img a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden; }
        .img-wrap.card-img.card-portrait-img a img {
          transition-duration: 0.15s; }
        .img-wrap.card-img.card-portrait-img a:HOVER img, .img-wrap.card-img.card-portrait-img a:FOCUS img {
          opacity: 0.85; }
        .img-wrap.card-img.card-portrait-img a:ACTIVE img {
          opacity: 1; }
    .img-wrap.card-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      -o-object-fit: cover;
         object-fit: cover; }
  .img-wrap.fill-space {
    flex-grow: 1;
    position: relative; }
    .img-wrap.fill-space img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .img-wrap .img-placehold img {
    height: 100%; }

.mo-over-img, .mo-over-vid {
  display: none; }

@media (max-width: 768px) {
  .mo-over-img, .mo-over-vid {
    display: block; }
  .mo-w-bleed {
    padding-left: 0;
    padding-right: 0; }
    .container-fluid .mo-w-bleed {
      margin-left: -0.75rem;
      width: calc(100% + 1.5rem); }
  .mo-w-inset {
    margin-left: 3rem;
    margin-right: 3rem;
    width: auto !important; }
  .mo-over-img ~ .img-wrap, .mo-over-vid ~ .video-wrap {
    display: none !important; } }

.txt-wrap + .media-wrap,
.txt-wrap + .img-wrap,
.txt-wrap + .video-wrap,
.txt-wrap + .callout-wrap,
.row-text + .row-text:not(.v-bottom),
.wp-block-image + p,
.wyg p + img, .wyg ul + img,
.wyg img + p,
.wyg-plus + p,
.wyg-jumbo + p {
  margin-top: 1rem; }
  @media (max-width: 767px) {
    .txt-wrap + .media-wrap,
    .txt-wrap + .img-wrap,
    .txt-wrap + .video-wrap,
    .txt-wrap + .callout-wrap,
    .row-text + .row-text:not(.v-bottom),
    .wp-block-image + p,
    .wyg p + img, .wyg ul + img,
    .wyg img + p,
    .wyg-plus + p,
    .wyg-jumbo + p {
      margin-top: 0.5rem; } }
.wyg p img {
  margin-top: 1rem;
  max-width: 100%;
  height: auto; }

.img-wrap + .txt-wrap:not(.v-bottom),
.video-wrap + .txt-wrap:not(.v-bottom),
.video-wrap + .row,
.img-wrap + .row,
.media-wrap + .txt-wrap:not(.v-bottom),
.media-wrap + .row {
  margin-top: 0.75rem; }
  @media (max-width: 767px) {
    .img-wrap + .txt-wrap:not(.v-bottom),
    .video-wrap + .txt-wrap:not(.v-bottom),
    .video-wrap + .row,
    .img-wrap + .row,
    .media-wrap + .txt-wrap:not(.v-bottom),
    .media-wrap + .row {
      margin-top: 0.5rem; } }
.row-image + hr, .media-wrap + hr, .row-media + hr, .wyg img + h4 {
  margin-top: 3.5rem; }

hr + .row {
  margin-top: 0.75rem; }
  @media (max-width: 767px) {
    hr + .row {
      margin-top: 0.5rem; } }
.pre-title + h2, .pre-title + h3, .pre-title + h4, .pre-title + .h4, .pre-title + .head4, .h2 + .excerpt {
  margin-top: 0.25rem; }

h1 + .plus, .h1 + .plus, h1 + .wyg-plus, .h1 + .wyg-plus,
h2 + .plus, .h2 + .plus, h2 + .wyg-plus, .h2 + .wyg-plus,
h1 + .jumbo, .h1 + .jumbo, h1 + .wyg-jumbo, .h1 + .wyg-jumbo,
h2 + .jumbo, .h2 + .jumbo, h2 + .wyg-jumbo, .h2 + .wyg-jumbo {
  margin-top: 1.25rem; }
  @media (max-width: 767px) {
    h1 + .plus, .h1 + .plus, h1 + .wyg-plus, .h1 + .wyg-plus,
    h2 + .plus, .h2 + .plus, h2 + .wyg-plus, .h2 + .wyg-plus,
    h1 + .jumbo, .h1 + .jumbo, h1 + .wyg-jumbo, .h1 + .wyg-jumbo,
    h2 + .jumbo, .h2 + .jumbo, h2 + .wyg-jumbo, .h2 + .wyg-jumbo {
      margin-top: 0.75rem; } }
h2 + p,
h2 + .blok,
.h2 + p,
.h2 + .blok,
h4 + ul {
  margin-top: 1.375rem; }
  h2 + p.list-inline,
  h2 + .blok.list-inline,
  .h2 + p.list-inline,
  .h2 + .blok.list-inline,
  h4 + ul.list-inline {
    margin-top: 0.25rem; }

h4 + h6, h4 + .h6, .h4 + .h6, .h4 + h6 {
  margin-top: 0.625rem; }

.plus + .h6, .plus + h6, .jumbo + .h6, .jumbo + h6 {
  margin-top: 0.625rem; }

@media (min-width: 1100px) {
  .wp-block-column h2 ~ p, .wp-block-column .h2 ~ p, .row h2 ~ p, .row .h2 ~ p {
    display: block;
    padding-right: 7%; } }

@media (min-width: 1350px) {
  .wp-block-column h2 ~ p, .wp-block-column .h2 ~ p, .row h2 ~ p, .row .h2 ~ p {
    display: block;
    padding-right: 10%; } }

.head4 + p {
  margin-top: 0.5rem; }
  @media (max-width: 767px) {
    .head4 + p {
      margin-top: 0.25rem; }
      .grid-w .head4 + p {
        font-size: 11px; } }
.bodyplus + p {
  margin-top: 0.25rem; }
  @media (max-width: 767px) {
    .bodyplus + p {
      margin-top: 0.25rem; }
      .grid-w .bodyplus + p {
        font-size: 11px; } }
.wyg p:not(:last-child), .wyg ul:not(:last-child), .wyg ol:not(:last-child) {
  margin-bottom: 1.3333em; }

.wyg ul:not(.hierarchy-nav) {
  margin-left: 0;
  list-style: none; }
  .wyg ul:not(.hierarchy-nav) li {
    padding-left: 0.85em;
    position: relative; }
    .wyg ul:not(.hierarchy-nav) li:BEFORE {
      content: "•";
      left: 0;
      position: absolute; }

.wyg ol {
  margin-left: 1.25em; }

.wyg li {
  margin-bottom: 0.25rem; }

.wyg ol {
  list-style: decimal; }

.wyg a {
  border-bottom: solid 1px; }
  .wyg a.mailto-link {
    border-bottom: solid 2px; }
  .wyg a.no-border {
    border: none; }

.wyg h1 a {
  border: none;
  background: linear-gradient(to left, var(--uiText) 0%, var(--uiText) 100%);
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 100% 4px; }

.wyg.plus a, .plus .wyg a {
  border-bottom: solid 2px; }

.wyg.plus p:not(:last-child), .plus .wyg p:not(:last-child), .wyg.wyg-plus p:not(:last-child), .wyg-plus .wyg p:not(:last-child), .wyg .wyg-plus p:not(:last-child), .wyg.plus ol:not(:last-child), .plus .wyg ol:not(:last-child), .wyg.wyg-plus ol:not(:last-child), .wyg-plus .wyg ol:not(:last-child), .wyg .wyg-plus ol:not(:last-child), .wyg.plus ul:not(:last-child), .plus .wyg ul:not(:last-child), .wyg.wyg-plus ul:not(:last-child), .wyg-plus .wyg ul:not(:last-child), .wyg .wyg-plus ul:not(:last-child), .wyg.plus li:not(:last-child), .plus .wyg li:not(:last-child), .wyg.wyg-plus li:not(:last-child), .wyg-plus .wyg li:not(:last-child), .wyg .wyg-plus li:not(:last-child) {
  margin-bottom: 0.9em; }

.wyg h2 a {
  position: relative;
  display: inline-block;
  border: none; }
  .wyg h2 a:AFTER {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--uiText);
    opacity: 0.7; }
  .wyg h2 a:HOVER:AFTER {
    opacity: 1; }

.wyg.minus p:not(:last-child), .minus .wyg p:not(:last-child), .wyg.wyg-minus p:not(:last-child), .wyg-minus .wyg p:not(:last-child), .wyg .wyg-minus p:not(:last-child), .wyg.minus ol:not(:last-child), .minus .wyg ol:not(:last-child), .wyg.wyg-minus ol:not(:last-child), .wyg-minus .wyg ol:not(:last-child), .wyg .wyg-minus ol:not(:last-child), .wyg.minus ul:not(:last-child), .minus .wyg ul:not(:last-child), .wyg.wyg-minus ul:not(:last-child), .wyg-minus .wyg ul:not(:last-child), .wyg .wyg-minus ul:not(:last-child) {
  margin-bottom: 1.2em; }

.wyg.jumbo p:not(:last-child), .jumbo .wyg p:not(:last-child), .wyg.wyg-jumbo p:not(:last-child), .wyg-jumbo .wyg p:not(:last-child), .wyg .wyg-jumbo p:not(:last-child) {
  margin-bottom: 0.9em; }

.borderUI {
  border-color: var(--uiLine); }

.pop-line {
  border-color: var(--colorPop); }

.arrow-icons path {
  stroke: var(--uiText);
  stroke-width: 4px;
  fill: none; }
  .inv .arrow-icons path {
    stroke: var(--uiInvText); }
  @media (max-width: 768px) {
    .arrow-icons path {
      stroke-width: 2px; } }
.arrow-icons.size-large {
  margin-top: 1rem; }
  .arrow-icons.size-large button {
    position: relative;
    width: 45px;
    height: 45px;
    transition: 0.15s; }
    .arrow-icons.size-large button:first-child {
      margin-right: 0.5rem; }
    .arrow-icons.size-large button:last-child {
      margin-left: 0.5rem; }
    .arrow-icons.size-large button:ACTIVE {
      -webkit-transform: scale(0.96);
              transform: scale(0.96); }
    .arrow-icons.size-large button svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    @media (max-width: 768px) {
      .arrow-icons.size-large button:first-child {
        margin-right: 0; }
      .arrow-icons.size-large button:last-child {
        margin-left: 0; }
      .arrow-icons.size-large button svg {
        -webkit-transform: scale(0.75);
                transform: scale(0.75); } }
  .arrow-icons.size-large path {
    stroke-width: 4px; }
    @media (max-width: 768px) {
      .arrow-icons.size-large path {
        stroke-width: 3px; } }
  @media (max-width: 768px) {
    .arrow-icons.size-large {
      margin-top: 0.125rem; } }
.page-title.inline-title {
  display: inline-block; }

.hierarchy-nav-wrap {
  position: relative; }
  .hierarchy-nav-wrap span.mo-grad {
    display: none; }
  @media (max-width: 767px) {
    .hierarchy-nav-wrap span.mo-grad {
      position: absolute;
      top: 0;
      right: -0.75rem;
      height: 100%;
      width: 80px;
      pointer-events: none;
      display: block; }
      .hierarchy-nav-wrap span.mo-grad:AFTER {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 80px;
        background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
        pointer-events: none; }
    .has-background .hierarchy-nav-wrap span.mo-grad:AFTER {
      background: linear-gradient(to left, rgba(var(--colorPop), 0) 0%, rgba(var(--colorPop), 1) 100%); }
    .has-pop-9-background-color .hierarchy-nav-wrap span.mo-grad:AFTER {
      background: linear-gradient(to left, yellow 0%, rgba(255, 255, 0, 0) 100%); } }
.hierarchy-nav {
  list-style: none;
  margin-top: 6rem; }
  @media (max-width: 767px) {
    .hierarchy-nav {
      position: relative;
      margin-left: -0.75rem;
      margin-right: -0.75rem;
      padding-left: 0.75rem;
      margin-top: 2rem;
      white-space: nowrap;
      overflow: auto;
      padding-right: 4rem;
      padding-bottom: 0.75rem;
      margin-bottom: -0.75rem; }
      .hierarchy-nav li:last-child {
        position: relative; } }
  .hierarchy-nav li {
    display: inline-block;
    margin-right: 1.5rem; }
  .hierarchy-nav:not(.inline-hierarchy) li {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -.003em; }
    @media (max-width: 767px) {
      .hierarchy-nav:not(.inline-hierarchy) li {
        font-size: 16px; } }
  .hierarchy-nav.inline-hierarchy {
    margin-top: 0;
    display: inline-block; }
    .hierarchy-nav.inline-hierarchy li {
      margin-right: 1.5rem; }
    @media (min-width: 768px) {
      .hierarchy-nav.inline-hierarchy li:before {
        display: none; } }
    @media (max-width: 767px) {
      .hierarchy-nav.inline-hierarchy {
        display: block;
        margin-top: 1rem; }
        .hierarchy-nav.inline-hierarchy li {
          margin-right: 0.75rem; } }
  .hierarchy-nav a {
    display: inline-block;
    border-bottom: solid 2px transparent; }
    .hierarchy-nav a:HOVER {
      border-color: var(--uiText); }

/* Non-block (Classic editor) */
#main > h1, #main > h2, #main > h3, #main > h4, #main > h5, #main > h6, #main > p, #main > ul, #main > ol, #main > table {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 100%;
  margin: 0 auto 1.3333em; }
  @media (max-width: 1023px) {
    #main > h1, #main > h2, #main > h3, #main > h4, #main > h5, #main > h6, #main > p, #main > ul, #main > ol, #main > table {
      padding-left: 0.75rem; } }
  @media (max-width: 1023px) {
    #main > h1, #main > h2, #main > h3, #main > h4, #main > h5, #main > h6, #main > p, #main > ul, #main > ol, #main > table {
      padding-right: 0.75rem; } }
  @media (min-width: 768px) {
    #main > h1, #main > h2, #main > h3, #main > h4, #main > h5, #main > h6, #main > p, #main > ul, #main > ol, #main > table {
      width: 66.666%;
      max-width: 650px; } }
  #main > h1 img, #main > h2 img, #main > h3 img, #main > h4 img, #main > h5 img, #main > h6 img, #main > p img, #main > ul img, #main > ol img, #main > table img {
    max-width: 100%;
    height: auto; }
  #main > h1:last-child, #main > h2:last-child, #main > h3:last-child, #main > h4:last-child, #main > h5:last-child, #main > h6:last-child, #main > p:last-child, #main > ul:last-child, #main > ol:last-child, #main > table:last-child {
    margin-bottom: 0; }

#main > img {
  max-width: 100%;
  height: auto; }

.hov-opac {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-duration: 0.15s; }
  .hovered .hov-opac {
    opacity: 0.9; }

.hov-scale {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-duration: 0.15s; }
  .hovered .hov-scale {
    -webkit-transform: scale(1.01);
            transform: scale(1.01); }

.link-w-arrow {
  position: relative; }
  .link-w-arrow:BEFORE, .link-w-arrow:AFTER {
    transition-duration: 0.1s; }
  .link-w-arrow.ne {
    margin-right: 15px; }
  .link-w-arrow.e:AFTER {
    content: "→";
    font-family: 'WB Symbols'; }
  .link-w-arrow.gt:AFTER {
    content: ">";
    font-family: 'WB Symbols';
    padding-left: 0.25em; }
    .associated-people .link-w-arrow.gt:AFTER {
      line-height: 0.8; }
  .link-w-arrow.w:BEFORE {
    content: "←";
    font-family: 'WB Symbols';
    margin-right: 0.15rem; }
  .link-w-arrow.ne:AFTER {
    content: "→";
    font-family: 'WB Symbols';
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    display: inline-block; }
  .link-w-arrow:HOVER.e:AFTER, .hovered .link-w-arrow.e:AFTER {
    display: inline-block;
    -webkit-transform: translateX(0.05em);
            transform: translateX(0.05em); }
  .link-w-arrow:HOVER.gt:AFTER, .hovered .link-w-arrow.gt:AFTER {
    display: inline-block;
    -webkit-transform: translateX(0.05em);
            transform: translateX(0.05em); }
  body:not(.menu-on) .on-bg .link-w-arrow {
    position: relative;
    color: white; }
    body:not(.menu-on) .on-bg .link-w-arrow:BEFORE {
      content: "";
      position: absolute;
      top: -12px;
      left: -1rem;
      height: 48px;
      right: -1rem;
      background: #2e148e;
      z-index: -1;
      transition-duration: 0.15s; }

.expand-arrow:AFTER {
  content: "↓";
  font-family: 'WB Symbols';
  display: inline-block;
  transition-duration: 0.2s;
  margin-right: 0.2rem; }
  .visible .expand-arrow:AFTER {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    transition-delay: 0.1s; }

.overX-none {
  overflow: hidden; }

ul.list-inline {
  list-style: none;
  margin-bottom: 2.5rem; }
  ul.list-inline li {
    display: inline-block;
    margin-right: 0.15em; }
    ul.list-inline li:not(:last-child):AFTER {
      content: ","; }
    ul.list-inline li a {
      position: relative;
      display: inline-block;
      white-space: nowrap; }
      ul.list-inline li a:AFTER {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 4px;
        background: var(--colorPop);
        opacity: 0.7; }
      ul.list-inline li a:HOVER:AFTER {
        opacity: 1; }
      ul.list-inline li a.active {
        color: var(--uiText); }
        ul.list-inline li a.active:AFTER {
          background: var(--uiText);
          opacity: 1; }

ul.cols_span {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem; }

.space-std, .space- {
  margin-bottom: 3rem; }
  @media (min-height: 800px) {
    .space-std, .space- {
      margin-bottom: 4.5rem; } }
  .wp-block-column .space-std, .wp-block-column .space- {
    margin-bottom: 3rem; }
    @media (min-height: 800px) {
      .wp-block-column .space-std, .wp-block-column .space- {
        margin-bottom: 4.5rem; } }
.space-min:not(:last-child) {
  margin-bottom: 1rem; }
  @media (max-width: 767px) {
    .space-min:not(:last-child) {
      margin-bottom: 0.75rem; } }
.wp-block-column .space-min {
  margin-bottom: 1rem; }
  @media (max-width: 767px) {
    .wp-block-column .space-min {
      margin-bottom: 0.75rem; } }
@media (max-width: 768px) {
  #main .mo-spc-none {
    margin-bottom: 0; }
  #main .mo-spc-extra {
    margin-bottom: 4rem; }
  #main .mo-spc-min {
    margin-bottom: 0.75rem; }
  #main .mo-page-start {
    padding-top: 0.75rem; } }

.img-fill-browser {
  position: relative;
  height: 90vh;
  min-height: 700px;
  max-height: 1000px; }
  .img-fill-browser img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .img-fill-browser .img-placehold {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media (max-width: 767px) {
    .img-fill-browser {
      height: 80vh;
      min-height: 520px; } }
.max-h-std {
  max-height: 95vh; }

.quote-inline {
  border-top: solid 4px;
  border-color: var(--colorPop);
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 0.75rem; }
  .quote-inline .attribution {
    margin-top: 1rem; }
  @media (max-width: 768px) {
    .quote-inline {
      border-top: solid 2px; } }
.media-wrap {
  position: relative; }

.img-inset {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .img-inset .img-wrap {
    margin-left: auto;
    margin-right: auto; }
  .img-inset .hor {
    width: 100%; }
  .img-inset .vert {
    width: 70%; }
  .img-inset .vertX {
    width: 65%; }
  .img-inset .squareplus {
    width: 80%; }
  .img-inset .squareminus {
    width: 90%; }
  .img-inset img {
    max-width: 100%;
    height: auto; }

.progress-ring__circle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }
  .no-auto .progress-ring__circle {
    stroke-dashoffset: 0 !important; }
  .active .progress-ring__circle {
    fill: black; }

.ext-under {
  display: inline-block;
  position: relative;
  min-width: 1em;
  text-align: center;
  border-bottom: solid 4px;
  margin-right: auto;
  padding-bottom: 0.375rem; }
  @media (max-width: 768px) {
    .ext-under {
      padding-top: 0;
      border-bottom: solid 2px; } }
.cnt-sep:BEFORE {
  content: "/";
  font-size: 90%;
  display: inline-block;
  -webkit-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
  padding: 0 0.25rem; }

button.filter {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 1.3333;
  font-weight: 600;
  line-height: 58px;
  border: solid 2px;
  border-radius: 31px;
  padding: 0;
  width: 152px;
  height: 62px;
  transition-duration: 0.15s;
  overflow: hidden;
  margin-right: -2px; }
  .inv button.filter {
    --uiText:white;
    color: white;
    width: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  @media (max-width: 768px) {
    button.filter.pre-title {
      font-size: 11px; } }
  button.filter.no-filters {
    opacity: 0;
    pointer-events: none; }
  @media (min-width: 768px) {
    .on-bg button.filter {
      width: 62px; } }
  @media (max-width: 767px) {
    button.filter {
      padding: 0;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      line-height: 48px; }
      button.filter.view-results {
        width: auto;
        border-radius: 24px;
        line-height: 40px; } }
  button.filter svg {
    -webkit-transform: translateX(-2.25rem);
            transform: translateX(-2.25rem);
    transition-duration: 0.15s; }
    @media (min-width: 768px) {
      .on-bg button.filter svg {
        -webkit-transform: translateX(0) translateY(0.1rem);
                transform: translateX(0) translateY(0.1rem); } }
    @media (max-width: 767px) {
      button.filter svg {
        margin-right: 0;
        -webkit-transform: scale(0.75);
                transform: scale(0.75); }
        button.filter svg path {
          stroke-width: 2.666666667px; } }
  button.filter path {
    stroke: var(--uiText);
    stroke-width: 2px; }
  button.filter em {
    font-style: normal;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
    transition-duration: 0.1s;
    transition-delay: 0.15s;
    transition-property: opacity; }
    @media (max-width: 767px) {
      button.filter em {
        display: none; } }
    .on-bg button.filter em {
      opacity: 0;
      transition-delay: 0s; }
  button.filter small {
    font-size: 1em; }
    @media (max-width: 767px) {
      button.filter small {
        display: none; } }
  button.filter:HOVER {
    background: var(--bgInv);
    color: var(--uiInvText);
    border-color: black; }
    .inv button.filter:HOVER {
      background: white;
      color: black;
      border-color: white; }
    button.filter:HOVER em {
      transition-delay: 0s;
      transition-duration: 0s; }
    button.filter:HOVER path {
      stroke: white; }
  .row-filter-stick button.filter {
    width: 62px;
    height: 62px;
    padding: 0; }
    @media (max-width: 767px) {
      .row-filter-stick button.filter {
        width: 52px;
        height: 52px; } }
    .row-filter-stick button.filter svg {
      margin: 0; }

.row-filter-stick {
  position: fixed;
  top: 83px;
  right: 1rem;
  z-index: 3;
  border-radius: 50%;
  background: white;
  pointer-events: none;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  transition-duration: 0.1s;
  transition-delay: 0s; }
  .admin-bar .row-filter-stick {
    top: 115px; }
  @media (max-width: 767px) {
    .row-filter-stick {
      top: 60px; }
      .admin-bar .row-filter-stick {
        top: 60px; } }
  .row-filter-stick.on-bg {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    transition-duration: 0.25s;
    transition-delay: 0.3s;
    pointer-events: all; }

.bull-list-links li {
  text-indent: -1rem;
  padding-left: 1rem; }
  .bull-list-links li.disabled {
    opacity: 0.3;
    pointer-events: none; }

.bull-list > li:BEFORE, .bull-list-links > li > a:BEFORE, .bull-title:BEFORE {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  border: solid 1px;
  vertical-align: baseline;
  margin: 0 0.375rem 0 0; }
  .inv .bull-list > li:BEFORE, .inv .bull-list-links > li > a:BEFORE, .inv .bull-title:BEFORE {
    background: var(--uiInvText); }
  .panel-slide .bull-list > li:BEFORE, .panel-slide .bull-list-links > li > a:BEFORE, .panel-slide .bull-title:BEFORE {
    --uiInvText: black;
    --uiText: white; }

.bull-list > li.project-detail-sectors:BEFORE, .bull-list-links > li > a.project-detail-sectors:BEFORE, .bull-title.project-detail-sectors:BEFORE {
  background: black; }

.bull-list > li.project-detail-sectors:HOVER:BEFORE, .bull-list-links > li > a.project-detail-sectors:HOVER:BEFORE, .bull-title.project-detail-sectors:HOVER:BEFORE {
  background: white; }

@media (max-width: 768px) {
  .bull-list > li, .bull-list-links > li > a, .bull-title {
    vertical-align: bottom; }
    .bull-list > li:BEFORE, .bull-list-links > li > a:BEFORE, .bull-title:BEFORE {
      margin-bottom: 0;
      width: 0.5rem;
      height: 0.5rem; }
    .bull-list > li.mo-minus:BEFORE, .bull-list-links > li > a.mo-minus:BEFORE, .bull-title.mo-minus:BEFORE {
      width: 0.5rem;
      height: 0.5rem;
      margin: 0 0.5rem 0 0.15rem; } }

.bull-title.single-line {
  position: relative;
  white-space: nowrap;
  overflow: hidden; }
  .bull-title.single-line:AFTER {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 70px;
    background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none; }

.ib-wrap .bull-title:AFTER {
  display: none; }

.bull-list-links > li > a:HOVER:BEFORE, .bull-list-links > li.active > a:BEFORE, .bull-title:BEFORE {
  background: var(--uiText); }

.bull-title.hovParent:BEFORE {
  background: white;
  border: solid 1px; }

.bull-title.hovParent.hovered:BEFORE {
  background: black; }

.padin {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem; }
  @media (max-width: 1023px) {
    .padin {
      padding-left: 0.75rem; } }
  @media (max-width: 1023px) {
    .padin {
      padding-right: 0.75rem; } }
  @media (max-width: 1023px) {
    .padin {
      padding-top: 0.75rem; } }
  @media (max-width: 1023px) {
    .padin {
      padding-bottom: 0.75rem; } }
.padin-text {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 2rem; }
  @media (max-width: 1023px) {
    .padin-text {
      padding-left: 0.75rem; } }
  @media (max-width: 1023px) {
    .padin-text {
      padding-right: 0.75rem; } }
  @media (max-width: 1023px) {
    .padin-text {
      padding-top: 0.75rem; } }
  @media (max-width: 1023px) {
    .padin-text {
      padding-bottom: 0.75rem; } }
.padin-t {
  padding-top: 1rem; }
  @media (max-width: 1023px) {
    .padin-t {
      padding-top: 0.75rem; } }
.padin-b {
  padding-bottom: 1.5rem; }
  @media (max-width: 1023px) {
    .padin-b {
      padding-bottom: 0.75rem; } }
  @media (max-width: 768px) {
    .padin-b .row-project-primary {
      padding-bottom: 1.125rem; } }
.padin-l {
  padding-left: 1rem; }
  @media (max-width: 1023px) {
    .padin-l {
      padding-left: 0.75rem; } }
.padin-r {
  padding-right: 1rem; }
  @media (max-width: 1023px) {
    .padin-r {
      padding-right: 0.75rem; } }
p:empty {
  display: none; }

#main .below-none, #main .wp-block-columns.below-none {
  margin-bottom: 0; }

#main .below-min, #main .wp-block-columns.below-none {
  margin-bottom: 1rem; }
  @media (max-width: 767px) {
    #main .below-min, #main .wp-block-columns.below-none {
      margin-bottom: 0.75rem; } }
.threshold-iv {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20%;
  pointer-events: none; }

#news_date_parse {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  overflow: hidden; }

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  border: none !important; }

.force-white-text {
  color: white !important; }
  .force-white-text a {
    color: white !important; }
  .force-white-text .footer-primary {
    border-color: white !important; }

.eraco-button {
  border-radius: 22px;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
  padding: 10px 24px 12px;
  text-transform: uppercase;
  border-color: #000;
  color: #000; }
  .eraco-button:disabled {
    opacity: 0.5; }
  .eraco-button:hover {
    background: #000;
    color: white; }
  .eraco-button.invert {
    border-color: #fff;
    color: #fff; }
    .eraco-button.invert:hover {
      background-color: white;
      color: #000; }

.bg-black {
  background: black; }

.py-24 {
  padding: 4rem 0; }

.eraco-read_more {
  border-bottom: 1px solid black;
  display: inline-block;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }
  .eraco-read_more:hover {
    border-bottom: 1px solid transparent; }
  .eraco-read_more::disabled {
    opacity: 0.5; }
  .eraco-read_more.white {
    border-bottom: 1px solid white;
    color: white; }
    .eraco-read_more.white:hover {
      border-bottom: 1px solid transparent; }

.eraco-spotlight {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  border-bottom: none !important; }
  .eraco-spotlight .circle {
    height: 16px;
    width: 16px;
    margin-right: 8px;
    margin-top: 1px;
    border-radius: 50%;
    border: 1px solid black; }
  .eraco-spotlight:hover .circle {
    background: black; }
  .eraco-spotlight.white {
    color: white; }
    .eraco-spotlight.white .circle {
      border: 1px solid white; }
    .eraco-spotlight.white:hover .circle {
      background: white; }
  .eraco-spotlight::disabled {
    opacity: 0.5; }
/*# sourceMappingURL=styles.css.map */