@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.6.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-ccw-1turn; }

@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(-1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 75em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 {
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media print, screen and (min-width: 75em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 {
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 75em) and (min-width: 75em) {
  .large-expand {
    flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 75em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 75em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

.shrink {
  flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=75em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fdfdfd;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fdfdfd;
  box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fdfdfd;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f8f8f8;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

::placeholder {
  color: #cacaca; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #333; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 0 0 0 0; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #f8f8f8;
  color: #333;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

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

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fdfdfd;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fdfdfd;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #f8f8f8;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }
  select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f8ebe9; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

abbr, abbr[title] {
  border-bottom: 1px dotted #333;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #f8f8f8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #333; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem; }
  .cite-block:before, cite:before {
    content: "\2014   "; }

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #f8f8f8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem; }

.code-block {
  border: 1px solid #cacaca;
  background-color: #f8f8f8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 75em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #1779ba;
    color: #fdfdfd; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fdfdfd; }
  .button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
    background-color: #1779ba;
    color: #fdfdfd; }
  .button.primary:hover, .button.primary:focus {
    background-color: #126195;
    color: #fdfdfd; }
  .button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
    background-color: #767676;
    color: #fdfdfd; }
  .button.secondary:hover, .button.secondary:focus {
    background-color: #5e5e5e;
    color: #fdfdfd; }
  .button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
    background-color: #3adb76;
    color: #333; }
  .button.success:hover, .button.success:focus {
    background-color: #22bb5b;
    color: #333; }
  .button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
    background-color: #ffae00;
    color: #333; }
  .button.warning:hover, .button.warning:focus {
    background-color: #cc8b00;
    color: #333; }
  .button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
    background-color: #cc4b37;
    color: #fdfdfd; }
  .button.alert:hover, .button.alert:focus {
    background-color: #a53b2a;
    color: #fdfdfd; }
  .button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
    background-color: transparent; }
  .button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
    border: 1px solid #1779ba;
    color: #1779ba; }
  .button.hollow:hover, .button.hollow:focus {
    border-color: #0c3d5d;
    color: #0c3d5d; }
  .button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
    border: 1px solid #1779ba;
    color: #1779ba; }
  .button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: #0c3d5d;
    color: #0c3d5d; }
  .button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
    border: 1px solid #767676;
    color: #767676; }
  .button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b; }
  .button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
    border: 1px solid #3adb76;
    color: #3adb76; }
  .button.hollow.success:hover, .button.hollow.success:focus {
    border-color: #157539;
    color: #157539; }
  .button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00; }
  .button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: #805700;
    color: #805700; }
  .button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37; }
  .button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: #67251a;
    color: #67251a; }
  .button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
    border-color: transparent;
    background-color: transparent; }
  .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
    color: #1779ba; }
  .button.clear:hover, .button.clear:focus {
    color: #0c3d5d; }
  .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
    color: #1779ba; }
  .button.clear.primary:hover, .button.clear.primary:focus {
    color: #0c3d5d; }
  .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
    color: #767676; }
  .button.clear.secondary:hover, .button.clear.secondary:focus {
    color: #3b3b3b; }
  .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
    color: #3adb76; }
  .button.clear.success:hover, .button.clear.success:focus {
    color: #157539; }
  .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
    color: #ffae00; }
  .button.clear.warning:hover, .button.clear.warning:focus {
    color: #805700; }
  .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
    color: #cc4b37; }
  .button.clear.alert:hover, .button.clear.alert:focus {
    color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fdfdfd transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after, .button.dropdown.clear::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    flex: 1 1 0px; }
  .button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
    background-color: #1779ba;
    color: #fdfdfd; }
  .button-group.primary .button:hover, .button-group.primary .button:focus {
    background-color: #126195;
    color: #fdfdfd; }
  .button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
    background-color: #767676;
    color: #fdfdfd; }
  .button-group.secondary .button:hover, .button-group.secondary .button:focus {
    background-color: #5e5e5e;
    color: #fdfdfd; }
  .button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
    background-color: #3adb76;
    color: #333; }
  .button-group.success .button:hover, .button-group.success .button:focus {
    background-color: #22bb5b;
    color: #333; }
  .button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
    background-color: #ffae00;
    color: #333; }
  .button-group.warning .button:hover, .button-group.warning .button:focus {
    background-color: #cc8b00;
    color: #333; }
  .button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
    background-color: #cc4b37;
    color: #fdfdfd; }
  .button-group.alert .button:hover, .button-group.alert .button:focus {
    background-color: #a53b2a;
    color: #fdfdfd; }
  .button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
    background-color: transparent; }
  .button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
    border: 1px solid #1779ba;
    color: #1779ba; }
  .button-group.hollow .button:hover, .button-group.hollow .button:focus {
    border-color: #0c3d5d;
    color: #0c3d5d; }
  .button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
    border: 1px solid #1779ba;
    color: #1779ba; }
  .button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
    border-color: #0c3d5d;
    color: #0c3d5d; }
  .button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
    border: 1px solid #767676;
    color: #767676; }
  .button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b; }
  .button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
    border: 1px solid #3adb76;
    color: #3adb76; }
  .button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
    border-color: #157539;
    color: #157539; }
  .button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00; }
  .button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
    border-color: #805700;
    color: #805700; }
  .button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37; }
  .button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
    border-color: #67251a;
    color: #67251a; }
  .button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
    border-color: transparent;
    background-color: transparent; }
  .button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
    color: #1779ba; }
  .button-group.clear .button:hover, .button-group.clear .button:focus {
    color: #0c3d5d; }
  .button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
    color: #1779ba; }
  .button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
    color: #0c3d5d; }
  .button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
    color: #767676; }
  .button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
    color: #3b3b3b; }
  .button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
    color: #3adb76; }
  .button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
    color: #157539; }
  .button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
    color: #ffae00; }
  .button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
    color: #805700; }
  .button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
    color: #cc4b37; }
  .button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
    color: #67251a; }
  .button-group.no-gaps .button {
    margin-right: -0.0625rem; }
    .button-group.no-gaps .button + .button {
      border-left-color: transparent; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
    .button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
      flex: 1 1 0px; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      flex: 0 0 auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 75em) {
    .button-group.stacked-for-medium .button {
      flex: 0 0 auto;
      margin-bottom: 0; } }
  @media print, screen and (max-width: 39.99875em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }
  @media print, screen and (max-width: 74.99875em) {
    .button-group.stacked-for-medium.expanded {
      display: block; }
      .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

.align-left {
  justify-content: flex-start; }

.align-right {
  justify-content: flex-end; }

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

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

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

.align-left.vertical.menu > li > a {
  justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

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

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

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

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

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

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

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

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

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 75em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

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

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

.flex-dir-column {
  flex-direction: column; }

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

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 75em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important; } }

@media print, screen and (min-width: 40em) and (max-width: 74.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 75em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 75em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 74.99875em) {
  .show-for-large {
    display: none !important; } }

@media print, screen and (min-width: 75em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 74.99875em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.video-react .video-react-big-play-button:before, .video-react .video-react-control:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-react .video-react-big-play-button:before, .video-react .video-react-control:before {
  text-align: center; }

@font-face {
  font-family: "video-react";
  src: url(data:application/vnd.ms-fontobject;base64,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?#iefix) format("eot"); }

@font-face {
  font-family: "video-react";
  src: url(data:application/font-woff;base64,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) format("woff"), url(data:application/x-font-ttf;base64,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) format("truetype");
  font-weight: normal;
  font-style: normal; }

.video-react-icon, .video-react .video-react-big-play-button, .video-react .video-react-play-progress, .video-react .video-react-play-control, .video-react .video-react-mute-control,
.video-react .video-react-volume-menu-button, .video-react .video-react-volume-level, .video-react .video-react-bezel .video-react-bezel-icon, .video-react .video-react-closed-caption {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'video-react' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.video-react-icon-play-arrow:before, .video-react .video-react-big-play-button:before, .video-react .video-react-play-control:before, .video-react .video-react-bezel .video-react-bezel-icon-play:before {
  content: "\F200"; }

.video-react-icon-play-circle-filled:before {
  content: "\F201"; }

.video-react-icon-play-circle-outline:before {
  content: "\F202"; }

.video-react-icon-pause:before, .video-react .video-react-play-control.video-react-playing:before, .video-react .video-react-bezel .video-react-bezel-icon-pause:before {
  content: "\F203"; }

.video-react-icon-pause-circle-filled:before {
  content: "\F204"; }

.video-react-icon-pause-circle-outline:before {
  content: "\F205"; }

.video-react-icon-stop:before {
  content: "\F206"; }

.video-react-icon-fast-rewind:before, .video-react .video-react-bezel .video-react-bezel-icon-fast-rewind:before {
  content: "\F207"; }

.video-react-icon-fast-forward:before, .video-react .video-react-bezel .video-react-bezel-icon-fast-forward:before {
  content: "\F208"; }

.video-react-icon-skip-previous:before {
  content: "\F209"; }

.video-react-icon-skip-next:before {
  content: "\F20A"; }

.video-react-icon-replay-5:before, .video-react .video-react-bezel .video-react-bezel-icon-replay-5:before {
  content: "\F20B"; }

.video-react-icon-replay-10:before, .video-react .video-react-bezel .video-react-bezel-icon-replay-10:before {
  content: "\F20C"; }

.video-react-icon-replay-30:before, .video-react .video-react-bezel .video-react-bezel-icon-replay-30:before {
  content: "\F20D"; }

.video-react-icon-forward-5:before, .video-react .video-react-bezel .video-react-bezel-icon-forward-5:before {
  content: "\F20E"; }

.video-react-icon-forward-10:before, .video-react .video-react-bezel .video-react-bezel-icon-forward-10:before {
  content: "\F20F"; }

.video-react-icon-forward-30:before, .video-react .video-react-bezel .video-react-bezel-icon-forward-30:before {
  content: "\F210"; }

.video-react-icon-volume-off:before, .video-react .video-react-mute-control.video-react-vol-muted:before,
.video-react .video-react-volume-menu-button.video-react-vol-muted:before, .video-react .video-react-bezel .video-react-bezel-icon-volume-off:before {
  content: "\F211"; }

.video-react-icon-volume-mute:before, .video-react .video-react-mute-control.video-react-vol-0:before,
.video-react .video-react-volume-menu-button.video-react-vol-0:before {
  content: "\F212"; }

.video-react-icon-volume-down:before, .video-react .video-react-mute-control.video-react-vol-1:before,
.video-react .video-react-volume-menu-button.video-react-vol-1:before, .video-react .video-react-mute-control.video-react-vol-2:before,
.video-react .video-react-volume-menu-button.video-react-vol-2:before, .video-react .video-react-bezel .video-react-bezel-icon-volume-down:before {
  content: "\F213"; }

.video-react-icon-volume-up:before, .video-react .video-react-mute-control:before,
.video-react .video-react-volume-menu-button:before, .video-react .video-react-bezel .video-react-bezel-icon-volume-up:before {
  content: "\F214"; }

.video-react-icon-fullscreen:before {
  content: "\F215"; }

.video-react-icon-fullscreen-exit:before {
  content: "\F216"; }

.video-react-icon-closed-caption:before, .video-react .video-react-closed-caption:before {
  content: "\F217"; }

.video-react-icon-hd:before {
  content: "\F218"; }

.video-react-icon-settings:before {
  content: "\F219"; }

.video-react-icon-share:before {
  content: "\F21A"; }

.video-react-icon-info:before {
  content: "\F21B"; }

.video-react-icon-info-outline:before {
  content: "\F21C"; }

.video-react-icon-close:before {
  content: "\F21D"; }

.video-react-icon-circle:before, .video-react .video-react-play-progress:before, .video-react .video-react-volume-level:before {
  content: "\F21E"; }

.video-react-icon-circle-outline:before {
  content: "\F21F"; }

.video-react-icon-circle-inner-circle:before {
  content: "\F220"; }

.video-react {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  font-size: 10px;
  line-height: 1;
  font-family: serif, Times, "Times New Roman";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .video-react:-moz-full-screen {
    position: absolute; }
  .video-react:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important; }
  .video-react *,
  .video-react *:before,
  .video-react *:after {
    box-sizing: inherit; }
  .video-react ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .video-react.video-react-fluid, .video-react.video-react-16-9, .video-react.video-react-4-3 {
    width: 100%;
    max-width: 100%;
    height: 0; }
  .video-react.video-react-16-9 {
    padding-top: 56.25%; }
  .video-react.video-react-4-3 {
    padding-top: 75%; }
  .video-react.video-react-fill {
    width: 100%;
    height: 100%; }
  .video-react .video-react-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-react.video-react-fullscreen {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important; }
    .video-react.video-react-fullscreen.video-react-user-inactive {
      cursor: none; }

body.video-react-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto; }
  body.video-react-full-window .video-react-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; }

.video-react button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  cursor: pointer;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.video-react .video-react-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px; }
  .video-react .video-react-loading-spinner:before, .video-react .video-react-loading-spinner:after {
    content: "";
    position: absolute;
    margin: -6px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: transparent;
    border-top-color: white;
    -webkit-animation: video-react-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, video-react-spinner-fade 1.1s linear infinite;
    animation: video-react-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, video-react-spinner-fade 1.1s linear infinite; }

.video-react-seeking .video-react-loading-spinner,
.video-react-waiting .video-react-loading-spinner {
  display: block; }

.video-react-seeking .video-react-loading-spinner:before,
.video-react-waiting .video-react-loading-spinner:before {
  border-top-color: white; }

.video-react-seeking .video-react-loading-spinner:after,
.video-react-waiting .video-react-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

@keyframes video-react-spinner-spin {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes video-react-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes video-react-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes video-react-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.video-react .video-react-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  .video-react .video-react-big-play-button.video-react-big-play-button-center {
    top: 50%;
    left: 50%;
    margin-top: -0.75em;
    margin-left: -1.5em; }
  .video-react .video-react-big-play-button.big-play-button-hide {
    display: none; }

.video-react:hover .video-react-big-play-button,
.video-react .video-react-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.video-react-menu-button {
  cursor: pointer; }
  .video-react-menu-button.video-react-disabled {
    cursor: default; }

.video-react-menu .video-react-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: serif, Times, "Times New Roman"; }

.video-react-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center; }
  .video-react-menu li:focus, .video-react-menu li:hover {
    outline: 0;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5); }
  .video-react-menu li.video-react-selected, .video-react-menu li.video-react-selected:focus, .video-react-menu li.video-react-selected:hover {
    background-color: #fff;
    color: #2B333F; }
  .video-react-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 0.3em 0;
    font-weight: bold;
    cursor: default; }

.video-react-scrubbing .vjs-menu-button:hover .video-react-menu {
  display: none; }

.video-react .video-react-menu-button-popup .video-react-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }
  .video-react .video-react-menu-button-popup .video-react-menu .video-react-menu-content {
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em; }

.video-react-menu-button-popup .video-react-menu.video-react-lock-showing {
  display: block; }

.video-react .video-react-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden; }
  .video-react .video-react-menu-button-inline:before {
    width: 2.222222222em; }
  .video-react .video-react-menu-button-inline:hover, .video-react .video-react-menu-button-inline:focus, .video-react .video-react-menu-button-inline.video-react-slider-active {
    width: 12em; }
    .video-react .video-react-menu-button-inline:hover .video-react-menu, .video-react .video-react-menu-button-inline:focus .video-react-menu, .video-react .video-react-menu-button-inline.video-react-slider-active .video-react-menu {
      display: block;
      opacity: 1; }
  .video-react .video-react-menu-button-inline.video-react-slider-active {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; }
  .video-react .video-react-menu-button-inline .video-react-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .video-react .video-react-menu-button-inline .video-react-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden; }

.video-react-no-flex .video-react-menu-button-inline .video-react-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.video-react-no-flex .video-react-menu-button-inline:hover, .video-react-no-flex .video-react-menu-button-inline:focus, .video-react-no-flex .video-react-menu-button-inline.video-react-slider-active {
  width: auto; }

.video-react .video-react-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }
  .video-react .video-react-poster img {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%; }

.video-react .video-react-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }
  .video-react .video-react-slider:focus {
    -webkit-box-shadow: 0 0 1em #fff;
    -moz-box-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff; }

.video-react .video-react-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }
  .video-react .video-react-control:before {
    font-size: 1.8em;
    line-height: 1.67; }
  .video-react .video-react-control:focus:before, .video-react .video-react-control:hover:before, .video-react .video-react-control:focus {
    text-shadow: 0em 0em 1em #fff, 0em 0em 0.5em #fff; }

.video-react .video-react-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.video-react-no-flex .video-react-control {
  display: table-cell;
  vertical-align: middle; }

.video-react .video-react-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.video-react-has-started .video-react-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.video-react-has-started.video-react-user-inactive.video-react-playing .video-react-control-bar.video-react-control-bar-auto-hide {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.video-react-controls-disabled .video-react-control-bar,
.video-react-using-native-controls .video-react-control-bar,
.video-react-error .video-react-control-bar {
  display: none !important; }

.video-react-audio.video-react-has-started.video-react-user-inactive.video-react-playing .video-react-control-bar {
  opacity: 1;
  visibility: visible; }

.video-react-has-started.video-react-no-flex .video-react-control-bar {
  display: table; }

.video-react .video-react-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em; }

.video-react-live .video-react-progress-control {
  display: none; }

.video-react .video-react-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em; }

.video-react .video-react-progress-control:hover .video-react-progress-holder {
  font-size: 1.666666666666666666em; }

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-react .video-react-progress-control:hover .video-react-time-tooltip,
.video-react .video-react-progress-control:hover .video-react-mouse-display:after,
.video-react .video-react-progress-control:hover .video-react-play-progress:after {
  visibility: visible;
  font-size: 0.6em; }

.video-react .video-react-progress-holder .video-react-play-progress,
.video-react .video-react-progress-holder .video-react-load-progress,
.video-react .video-react-progress-holder .video-react-tooltip-progress-bar,
.video-react .video-react-progress-holder .video-react-load-progress div {
  position: absolute;
  display: block;
  height: 0.3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0; }

.video-react .video-react-play-progress {
  background-color: #fff; }
  .video-react .video-react-play-progress:before {
    position: absolute;
    top: -0.333333333333333em;
    right: -0.5em;
    font-size: 0.9em; }

.video-react .video-react-time-tooltip,
.video-react .video-react-mouse-display:after,
.video-react .video-react-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em; }

.video-react .video-react-time-tooltip,
.video-react .video-react-play-progress:before,
.video-react .video-react-play-progress:after {
  z-index: 1; }

.video-react .video-react-progress-control .video-react-keep-tooltips-inside:after {
  display: none; }

.video-react .video-react-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5); }

.video-react .video-react-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75); }

.video-react.video-react-no-flex .video-react-progress-control {
  width: auto; }

.video-react .video-react-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em; }

.video-react .video-react-tooltip-progress-bar {
  visibility: hidden; }

.video-react .video-react-progress-control .video-react-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.video-react-no-flex .video-react-progress-control .video-react-mouse-display {
  z-index: 0; }

.video-react .video-react-progress-control:hover .video-react-mouse-display {
  display: block; }

.video-react.video-react-user-inactive .video-react-progress-control .video-react-mouse-display,
.video-react.video-react-user-inactive .video-react-progress-control .video-react-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.video-react.video-react-user-inactive.video-react-no-flex .video-react-progress-control .video-react-mouse-display,
.video-react.video-react-user-inactive.video-react-no-flex .video-react-progress-control .video-react-mouse-display:after {
  display: none; }

.video-react .video-react-mouse-display .video-react-time-tooltip,
.video-react .video-react-progress-control .video-react-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-react .video-react-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-react .video-react-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-react.video-react-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999; }

.video-react .video-react-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.video-react .video-react-time-divider {
  line-height: 3em;
  min-width: initial;
  padding: 0; }

.video-react .video-react-mute-control,
.video-react .video-react-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-react .video-react-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.video-react .video-react-volume-bar {
  margin: 1.35em 0.45em; }
  .video-react .video-react-volume-bar.video-react-slider-horizontal {
    width: 5em;
    height: 0.3em; }
    .video-react .video-react-volume-bar.video-react-slider-horizontal .video-react-volume-level {
      width: 100%; }
  .video-react .video-react-volume-bar.video-react-slider-vertical {
    width: 0.3em;
    height: 5em;
    margin: 1.35em auto; }
    .video-react .video-react-volume-bar.video-react-slider-vertical .video-react-volume-level {
      height: 100%; }

.video-react .video-react-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }
  .video-react .video-react-volume-level:before {
    position: absolute;
    font-size: 0.9em; }

.video-react .video-react-slider-vertical .video-react-volume-level {
  width: 0.3em; }
  .video-react .video-react-slider-vertical .video-react-volume-level:before {
    top: -0.5em;
    left: -0.3em; }

.video-react .video-react-slider-horizontal .video-react-volume-level {
  height: 0.3em; }
  .video-react .video-react-slider-horizontal .video-react-volume-level:before {
    top: -0.3em;
    right: -0.5em; }

.video-react .video-react-menu-button-popup.video-react-volume-menu-button .video-react-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent; }

.video-react .video-react-menu-button-popup.video-react-volume-menu-button-vertical .video-react-menu {
  left: 0.5em;
  height: 8em; }

.video-react .video-react-menu-button-popup.video-react-volume-menu-button-horizontal .video-react-menu {
  left: -2em; }

.video-react .video-react-menu-button-popup.video-react-volume-menu-button .video-react-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden; }

.video-react .video-react-volume-menu-button-vertical:hover .video-react-menu-content,
.video-react .video-react-volume-menu-button-vertical:focus .video-react-menu-content,
.video-react .video-react-volume-menu-button-vertical.video-react-slider-active .video-react-menu-content,
.video-react .video-react-volume-menu-button-vertical .video-react-lock-showing .video-react-menu-content {
  height: 8em;
  width: 2.9em; }

.video-react .video-react-volume-menu-button-horizontal:hover .video-react-menu-content,
.video-react .video-react-volume-menu-button-horizontal:focus .video-react-menu-content,
.video-react .video-react-volume-menu-button-horizontal .video-react-slider-active .video-react-menu-content,
.video-react .video-react-volume-menu-button-horizontal .video-react-lock-showing .video-react-menu-content {
  height: 2.9em;
  width: 8em; }

.video-react .video-react-volume-menu-button.video-react-menu-button-inline .video-react-menu-content {
  background-color: transparent !important; }

.video-react .video-react-playback-rate .video-react-playback-rate-value {
  line-height: 3em;
  text-align: center; }

.video-react .video-react-playback-rate .video-react-menu {
  width: 4em;
  left: 0em; }

.video-react .video-react-bezel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 52px;
  z-index: 17;
  margin-left: -26px;
  margin-top: -26px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 26px; }
  .video-react .video-react-bezel.video-react-bezel-animation {
    -moz-animation: video-react-bezel-fadeout .5s linear 1 normal forwards;
    -webkit-animation: video-react-bezel-fadeout .5s linear 1 normal forwards;
    animation: video-react-bezel-fadeout .5s linear 1 normal forwards;
    pointer-events: none; }
  .video-react .video-react-bezel.video-react-bezel-animation-alt {
    -moz-animation: video-react-bezel-fadeout-alt .5s linear 1 normal forwards;
    -webkit-animation: video-react-bezel-fadeout-alt .5s linear 1 normal forwards;
    animation: video-react-bezel-fadeout-alt .5s linear 1 normal forwards;
    pointer-events: none; }
  .video-react .video-react-bezel .video-react-bezel-icon {
    width: 36px;
    height: 36px;
    margin: 8px;
    font-size: 26px;
    line-height: 36px;
    text-align: center; }

@keyframes video-react-bezel-fadeout {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: scale(2); } }

@keyframes video-react-bezel-fadeout-alt {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: scale(2); } }

.video-react .video-react-closed-caption {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-react video::-webkit-media-text-track-container {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px); }

/* NeueHansKendrick-300 */
@font-face {
  font-family: "NeueHansKendrick";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/static/fonts/NeueHansKendrick/NeueHansKendrick-Light.eot");
  src: url("/static/fonts/NeueHansKendrick/NeueHansKendrick-Light.eot#iefix") format("embedded-opentype"), url("/static/fonts/NeueHansKendrick/NeueHansKendrick-Light.woff2") format("woff2"), url("/static/fonts/NeueHansKendrick/NeueHansKendrick-Light.woff") format("woff"), url("/static/fonts/NeueHansKendrick/NeueHansKendrick-Light.ttf") format("truetype"); }

/* NeueHansKendrick-400 */
@font-face {
  font-family: "NeueHansKendrick";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/NeueHansKendrick/NeueHansKendrick-Regular.eot");
  src: url("/static/fonts/NeueHansKendrick/NeueHansKendrick-Regular.eot#iefix") format("embedded-opentype"), url("/static/fonts/NeueHansKendrick/NeueHansKendrick-Regular.woff2") format("woff2"), url("/static/fonts/NeueHansKendrick/NeueHansKendrick-Regular.woff") format("woff"), url("/static/fonts/NeueHansKendrick/NeueHansKendrick-Regular.ttf") format("truetype"); }

/* NeueHansKendrick-600 */
@font-face {
  font-family: "NeueHansKendrick";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/static/fonts/NeueHansKendrick/NeueHansKendrick-SemiBold.eot");
  src: url("/static/fonts/NeueHansKendrick/NeueHansKendrick-SemiBold.eot#iefix") format("embedded-opentype"), url("/static/fonts/NeueHansKendrick/NeueHansKendrick-SemiBold.woff2") format("woff2"), url("/static/fonts/NeueHansKendrick/NeueHansKendrick-SemiBold.woff") format("woff"), url("/static/fonts/NeueHansKendrick/NeueHansKendrick-SemiBold.ttf") format("truetype"); }

body {
  font: 400 18px/1.5 "NeueHansKendrick", sans-serif;
  color: #333;
  background-color: #fdfdfd;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  overflow-y: scroll; }
  body.noscroll {
    position: fixed;
    width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol {
  margin-bottom: 15px;
  font-family: "NeueHansKendrick", sans-serif; }
  h1::selection,
  h2::selection,
  h3::selection,
  h4::selection,
  h5::selection,
  h6::selection,
  p::selection,
  blockquote::selection,
  pre::selection,
  ul::selection,
  ol::selection {
    background-color: #333;
    color: #fdfdfd; }

figure,
video,
iframe {
  margin-bottom: 30px; }

video {
  max-width: 100%;
  height: auto; }

img {
  width: 100%;
  vertical-align: middle; }

.horizontal-ruler {
  height: 1px;
  width: 100%;
  background-color: #333;
  margin: 2rem 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #333;
  margin-bottom: 0.5rem;
  margin-top: 1rem; }

h1 {
  font-size: 3.5rem; }
  @media print, screen and (max-width: 39.99875em) {
    h1 {
      font-size: 2.2rem; } }

h2 {
  font-size: 2.5rem; }
  @media print, screen and (max-width: 39.99875em) {
    h2 {
      font-size: 1.8rem; } }

h3 {
  font-size: 1.5rem; }
  @media print, screen and (max-width: 39.99875em) {
    h3 {
      font-size: 1.25rem; } }

h4 {
  font-size: 1.2rem; }

h5 {
  font-size: 1.25rem; }
  @media print, screen and (max-width: 39.99875em) {
    h5 {
      font-size: 1.125rem; } }

iframe {
  width: 100%;
  height: 660px; }

ul {
  list-style-type: none;
  margin: 0; }

a {
  color: #333; }
  a.button {
    background: #333;
    color: white; }
    a.button:hover, a.button:visited {
      background: white;
      color: #333; }
  a:hover, a:focus, a.active {
    text-decoration: none;
    color: #fdfdfd;
    background-color: #333;
    outline: none; }

.thumbnail {
  transition: opacity 500ms;
  margin-bottom: 2rem;
  background-color: transparent; }
  .thumbnail.icon img {
    max-height: 6rem;
    width: auto; }
  .thumbnail img {
    margin-bottom: 1rem; }
  .thumbnail h2,
  .thumbnail h4,
  .thumbnail h5 {
    margin: 0 0 0 0.3rem; }
  .thumbnail h3 {
    margin: 0 0 0.5rem 0; }
  .thumbnail a {
    display: inline-block; }
    .thumbnail a h4 {
      margin-left: 0; }
      .thumbnail a h4:hover {
        color: #fdfdfd; }
  .thumbnail:hover, .thumbnail:active, .thumbnail:focus {
    background-color: transparent; }
  .thumbnail .social-media {
    position: absolute;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7); }
    .thumbnail .social-media .links {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      height: auto;
      transform: translate(-50%, -50%);
      list-style-type: none;
      margin: 0; }
      .thumbnail .social-media .links li {
        display: block;
        text-align: center;
        margin: 1rem 0; }

.subtitle {
  display: block;
  color: #787673; }
  @media print, screen and (max-width: 39.99875em) {
    .subtitle {
      font-size: 0.875rem; } }

.button-list {
  margin-bottom: 1rem; }
  .button-list h3 {
    font-size: 1.25rem;
    color: #fdfdfd;
    opacity: 0.45;
    padding-bottom: 0.5rem; }
  .button-list .category {
    position: relative; }
    .button-list .category a {
      font-size: 1.4375rem;
      display: inline-block;
      padding: 0.2rem 0.3rem;
      margin: 0.2rem 0;
      opacity: 0.4; }
      .button-list .category a:hover {
        background-color: transparent;
        opacity: 0.7; }
    .button-list .category.active a {
      opacity: 1; }

q,
blockquote {
  display: block;
  background-color: #f8f8f8;
  padding: 1rem;
  margin: 1.5rem 0;
  border: 0;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
  font-size: 2rem; }
  q:after, q:before,
  blockquote:after,
  blockquote:before {
    content: ""; }
  q:before,
  blockquote:before {
    background-image: url("/static/icons/quotationmark.svg");
    background-position: center;
    background-size: 2rem;
    background-repeat: no-repeat;
    display: block;
    width: 3rem;
    height: 3rem;
    float: left;
    margin-right: 1rem; }

.hero {
  background-color: #cfcfaa;
  color: #fdfdfd;
  padding-bottom: 3rem;
  padding-left: 1rem;
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 40em) {
    .hero {
      padding-bottom: 15rem;
      margin-bottom: 4rem; } }
  .hero h1 {
    margin-bottom: 4rem; }
  .hero h2 {
    font-size: 2.2rem;
    color: inherit;
    margin-bottom: 3rem; }
    @media print, screen and (min-width: 75em) {
      .hero h2 {
        font-size: 3.5rem; } }
  .hero a {
    color: inherit; }
  .hero .description,
  .hero p {
    font-size: 1.25rem;
    font-weight: 300; }
    @media print, screen and (min-width: 40em) {
      .hero .description,
      .hero p {
        font-size: 1.25rem; } }

.contact strong {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1rem;
  display: block;
  width: auto;
  margin-bottom: 0.6rem; }

.contact li {
  height: 2.05rem; }

.active-filter {
  font-size: 1.75rem;
  text-align: center; }
  @media print, screen and (min-width: 75em) {
    .active-filter {
      font-size: 2rem; } }
  .active-filter a {
    position: relative;
    color: #333; }
    .active-filter a:after {
      font-size: 3rem;
      display: inline-block;
      content: "\D7";
      font-weight: 300;
      position: absolute;
      margin-left: 0.75rem;
      line-height: 2.5rem; }
      @media print, screen and (min-width: 75em) {
        .active-filter a:after {
          font-size: 4rem;
          line-height: 3rem; } }
    .active-filter a:hover {
      background-color: transparent; }

.animated {
  opacity: 0; }
  @media print, screen and (max-width: 39.99875em) {
    .animated.fadeInDown, .animated.fadeInLeft {
      opacity: 1;
      animation-name: none; } }

.show-more {
  font-size: 1rem;
  margin-bottom: 0.5rem; }
  .show-more:after {
    opacity: 0.4; }
  .show-more:hover a {
    background-color: transparent; }
  .show-more:hover:after {
    opacity: 0.8; }

.scroll-down {
  position: absolute;
  right: 1rem;
  bottom: 3rem; }
  @media print, screen and (min-width: 40em) {
    .scroll-down {
      right: 5rem;
      bottom: 5rem; } }
  .scroll-down:after {
    display: inline-block;
    content: " ";
    background: url("/static/icons/pil-white-black.svg") no-repeat center;
    width: 6rem;
    height: 9rem;
    margin-left: 1rem;
    vertical-align: middle;
    margin-bottom: 0.25rem; }
  .scroll-down:hover:after {
    background: url("/static/icons/pil-white-black-hover.svg") no-repeat center; }

.small-title {
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1.8px; }

.logo {
  display: block; }
  .logo svg {
    width: 70px; }
    .logo svg .t-symbol {
      fill: #545d33; }
    .logo svg .f-symbol {
      fill: #fdfdfd; }
    @media print, screen and (min-width: 40em) {
      .logo svg {
        width: 90px; } }
  .logo img {
    width: 70px; }
    @media print, screen and (min-width: 40em) {
      .logo img {
        width: 90px; } }

.loader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: #545d33;
  display: block;
  opacity: 1;
  z-index: 9999;
  transition: opacity 0.3s;
  top: 0;
  left: 0; }

header {
  padding: 1.5rem 1rem 1.5rem 0;
  background-color: #cfcfaa;
  width: 100%;
  z-index: 100; }
  @media print, screen and (min-width: 40em) {
    header {
      padding: 3.5rem 1rem 1.5rem 0; } }
  header.row {
    max-width: 100%; }
  header a {
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    color: #333;
    font-size: 1.25rem; }
    header a:hover, header a:focus {
      background-color: transparent;
      color: #333; }
  header .menu-item {
    margin-left: 1.2rem;
    margin-right: 1.2rem; }
    header .menu-item a {
      z-index: 1; }
      header .menu-item a:after {
        content: "";
        position: absolute;
        left: 50%;
        right: 50%;
        top: calc(50%);
        height: 0.5em;
        border-top: 4px solid #545d33;
        z-index: 2;
        transition: all 0.5s; }
    header .menu-item:hover a:after {
      left: 0;
      right: 0; }
    header .menu-item.active a:after {
      left: 0;
      right: 0; }
    header .menu-item:last-of-type a {
      margin-right: 1rem; }
  header .column:first-of-type a, header .columns:first-of-type a {
    margin-left: 1rem; }
  @media print, screen and (min-width: 40em) {
    header .logo {
      margin-top: -1rem; } }
  @media print, screen and (max-width: 39.99875em) {
    header .logo svg {
      height: 4rem;
      width: 4rem; } }

@media print, screen and (max-width: 74.99875em) {
  .site-nav nav {
    display: none; } }

@media print, screen and (max-width: 74.99875em) {
  .site-nav.open {
    display: block;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: #cfcfaa;
    top: 0;
    left: 0; }
    .site-nav.open nav {
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      text-align: center; }
      .site-nav.open nav a {
        margin: 1rem;
        display: block; } }

#burger {
  background-image: url("/static/icons/menu-open.svg");
  background-repeat: no-repeat;
  height: 4rem;
  width: 4rem;
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 10000;
  transition: background-image 0.1s; }
  #burger:hover {
    background-image: url("/static/icons/menu-open-hover.svg"); }
  @media print, screen and (min-width: 75em) {
    #burger {
      display: none; } }

.site-nav.open #burger {
  background-image: url("/static/icons/menu-close.svg"); }
  .site-nav.open #burger:hover {
    background-image: url("/static/icons/menu-close-hover.svg"); }

a#to-the-top {
  display: inline-block;
  margin: 1rem 0; }
  a#to-the-top:hover, a#to-the-top:focus {
    background-color: transparent; }

.to-the-top {
  position: relative;
  z-index: 20;
  background-image: url("/static/icons/pil-purple.svg");
  background-repeat: no-repeat;
  height: 3rem;
  color: #585476;
  background-position: left center;
  padding-left: 3rem;
  margin-left: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  display: inline-flex;
  align-items: flex-end; }
  .to-the-top:hover {
    background-image: url("/static/icons/pil-green.svg");
    color: #545d33;
    background-color: none; }

footer {
  background-color: #333;
  padding: 3rem 0;
  color: #fdfdfd; }
  @media print, screen and (min-width: 40em) {
    footer {
      padding: 5rem 0; } }
  footer a {
    color: #fdfdfd;
    display: inline-block; }
    footer a.logo svg .t-symbol {
      fill: #545d33 !important; }
    footer a.logo svg .f-symbol {
      fill: #fdfdfd !important; }
    footer a.logo:hover {
      background-color: transparent; }
  footer span.map-link {
    line-height: 1.75; }
  @media print, screen and (max-width: 39.99875em) {
    footer ul {
      margin-bottom: 2rem; } }
  footer ul li {
    font-size: 1.1rem;
    margin-bottom: 0.25rem; }
    @media print, screen and (min-width: 75em) {
      footer ul li {
        font-size: 1.3rem; } }
  footer .social-links {
    display: flex;
    justify-content: center; }
  @media print, screen and (max-width: 39.99875em) {
    footer .map-link-wrapper {
      display: flex;
      justify-content: center; } }
  @media print, screen and (min-width: 40em) {
    footer .bottom {
      margin-top: 2rem; } }

.projects-overview-page .logo svg .t-symbol,
.project-page .logo svg .t-symbol {
  fill: #cfcfaa; }

.projects-overview-page .logo svg .f-symbol,
.project-page .logo svg .f-symbol {
  fill: #333; }

.projects-overview-page header,
.project-page header {
  background-color: #fdfdfd; }
  .projects-overview-page header a,
  .project-page header a {
    color: #333; }
  @media print, screen and (max-width: 74.99875em) {
    .projects-overview-page header .site-nav.open,
    .project-page header .site-nav.open {
      background-color: #fdfdfd; } }
  .projects-overview-page header .menu-item a:after,
  .project-page header .menu-item a:after {
    border-top-color: #cfcfaa; }

@media print, screen and (min-width: 75em) {
  .projects-overview-page .project-container,
  .project-page .project-container {
    max-width: calc(100% - 200px); } }

.projects-overview-page #contact-form-wrapper,
.project-page #contact-form-wrapper {
  margin-top: 0; }

.projects-overview-page .loader,
.project-page .loader {
  background-color: #cfcfaa; }

.projects-overview-page .scrollarea .sticky .project-filter .menu-item a {
  z-index: 1; }
  .projects-overview-page .scrollarea .sticky .project-filter .menu-item a:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: calc(50%);
    height: 0.5em;
    border-top: 3px solid #333;
    z-index: 2;
    transition: all 0.5s; }

.projects-overview-page .scrollarea .sticky .project-filter .menu-item:hover a {
  opacity: 1; }
  .projects-overview-page .scrollarea .sticky .project-filter .menu-item:hover a:after {
    left: 0;
    right: 0; }

.projects-overview-page .scrollarea .sticky .project-filter.color-scheme-0 {
  background-color: #585476; }

.projects-overview-page .scrollarea .sticky .project-filter.color-scheme-1 {
  background-color: #c6cdd9; }
  .projects-overview-page .scrollarea .sticky .project-filter.color-scheme-1 .menu-item a {
    color: #333; }
    .projects-overview-page .scrollarea .sticky .project-filter.color-scheme-1 .menu-item a:after {
      border-top-color: #545d33; }

.projects-overview-page .scrollarea .sticky .project-filter.color-scheme-2 {
  background-color: #768373; }

.projects-overview-page .scrollarea .sticky .project-filter.color-scheme-3 {
  background-color: #3e3c38; }
  .projects-overview-page .scrollarea .sticky .project-filter.color-scheme-3 .menu-item a:after {
    border-top-color: #545d33; }

.projects-overview-page .scrollarea .sticky .project-filter.color-scheme-4 {
  background-color: #c0d7e9; }
  .projects-overview-page .scrollarea .sticky .project-filter.color-scheme-4 .menu-item a {
    color: #333; }
    .projects-overview-page .scrollarea .sticky .project-filter.color-scheme-4 .menu-item a:after {
      border-top-color: #768373; }

.projects-overview-page .scrollarea .content {
  padding-bottom: 2rem; }
  @media print, screen and (min-width: 40em) {
    .projects-overview-page .scrollarea .content .subtitle {
      opacity: 0;
      transition: 0.3s; } }
  .projects-overview-page .scrollarea .content .projects div:hover h3 {
    text-decoration: underline; }
  .projects-overview-page .scrollarea .content .projects div:hover .subtitle {
    opacity: 1; }

@media print, screen and (min-width: 40em) {
  .project-page header {
    padding-bottom: 3.5rem; } }

@media print, screen and (max-width: 39.99875em) {
  .project-page .media-container {
    margin-right: -0.625rem;
    margin-left: -0.625rem; } }

@media print, screen and (min-width: 40em) and (max-width: 74.99875em) {
  .project-page .media-container {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }

@media print, screen and (max-width: 74.99875em) {
  .project-page .media-container {
    position: static !important; } }

@media print, screen and (min-width: 75em) {
  .project-page .media-container header {
    margin: 0;
    position: relative;
    width: calc(100vw - 20px);
    right: calc(100vw - 20px - 100%); } }

.project-page .media-container.orientation-vertical img {
  width: auto; }

.project-page #project-hero {
  position: relative;
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 75em) {
    .project-page #project-hero {
      max-width: 100%;
      margin-right: 5%;
      margin-left: 5%;
      margin-bottom: 7rem;
      min-height: 70vh; } }
  .project-page #project-hero .column.media video, .project-page #project-hero .media.columns video {
    margin-bottom: 0; }
  @media print, screen and (min-width: 75em) {
    .project-page #project-hero .column.media, .project-page #project-hero .media.columns {
      padding-right: 0;
      text-align: right; } }
  @media print, screen and (min-width: 75em) {
    .project-page #project-hero .text-wrapper {
      max-width: 90%;
      margin-top: 1rem;
      position: relative;
      height: 100%; } }
  @media print, screen and (max-width: 74.99875em) {
    .project-page #project-hero .text-wrapper .info-pane {
      padding-top: 2rem; } }
  .project-page #project-hero .text-wrapper .info-pane .subtitle {
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.35rem;
    margin-bottom: 2rem; }
  .project-page #project-hero .text-wrapper .info-pane .lead {
    margin-top: 2rem; }
  .project-page #project-hero .text-wrapper .info-pane .services {
    margin-top: 2rem; }
  .project-page #project-hero .text-wrapper .hero-body h2,
  .project-page #project-hero .text-wrapper .hero-body h3,
  .project-page #project-hero .text-wrapper .hero-body h4 {
    margin-top: 3rem;
    margin-bottom: 1rem; }
    .project-page #project-hero .text-wrapper .hero-body h2:first-of-type,
    .project-page #project-hero .text-wrapper .hero-body h3:first-of-type,
    .project-page #project-hero .text-wrapper .hero-body h4:first-of-type {
      margin-top: 0; }

.project-page .hero-text-blocks {
  background-color: #f8f8f8;
  padding: 3rem 0; }
  .project-page .hero-text-blocks h3 {
    font-size: 1.6rem; }
  .project-page .hero-text-blocks p {
    font-size: 1.2rem; }
  @media print, screen and (max-width: 39.99875em) {
    .project-page .hero-text-blocks .row .column:first-child, .project-page .hero-text-blocks .row .columns:first-child {
      padding-bottom: 2rem; } }
  @media print, screen and (min-width: 40em) {
    .project-page .hero-text-blocks .row .column:first-child, .project-page .hero-text-blocks .row .columns:first-child {
      padding-right: 2rem; }
    .project-page .hero-text-blocks .row .column:last-child, .project-page .hero-text-blocks .row .columns:last-child {
      padding-left: 2rem; } }
  @media print, screen and (min-width: 75em) {
    .project-page .hero-text-blocks {
      padding: 5rem 0;
      display: flex;
      align-items: center; }
      .project-page .hero-text-blocks h3 {
        font-size: 2rem; }
      .project-page .hero-text-blocks p {
        font-size: 1.3rem; }
      .project-page .hero-text-blocks .row .column:first-child, .project-page .hero-text-blocks .row .columns:first-child {
        padding-right: 4rem; }
      .project-page .hero-text-blocks .row .column:last-child, .project-page .hero-text-blocks .row .columns:last-child {
        padding-left: 4rem; } }

.project-page h1 {
  margin: 1rem 0; }
  @media print, screen and (min-width: 75em) {
    .project-page h1 {
      font-size: 2.5rem; } }

.project-page ul.services li a {
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 0.85rem;
  font-weight: 600;
  position: relative;
  background: transparent;
  color: #333;
  padding-bottom: 0.2rem; }
  .project-page ul.services li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: calc(100%);
    top: 100%;
    height: 0.5em;
    border-top: 4px solid #c0d7e9;
    transition: all 0.3s ease-in-out; }
  .project-page ul.services li a:hover:after {
    right: 0; }

.project-page .next-project {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  @media print, screen and (min-width: 75em) {
    .project-page .next-project {
      margin-top: 7rem;
      margin-bottom: 7rem; } }
  .project-page .next-project .headline {
    margin-bottom: 1.5rem; }
    @media print, screen and (min-width: 40em) {
      .project-page .next-project .headline {
        margin-bottom: 3rem; } }
    .project-page .next-project .headline h4 {
      font-size: 1.2rem;
      margin: 0;
      position: relative;
      white-space: nowrap;
      color: #585476; }
      @media print, screen and (min-width: 40em) {
        .project-page .next-project .headline h4 {
          font-size: 1.4rem; } }
      .project-page .next-project .headline h4.line {
        text-indent: -9999px; }
        .project-page .next-project .headline h4.line:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: calc(50%);
          height: 0.5em;
          border-top: 4px solid #c6cdd9;
          transition: all 0.3s ease-in-out; }
  .project-page .next-project .clickable-area:hover .headline h4.line:after {
    left: -200px; }
  @media print, screen and (min-width: 40em) {
    .project-page .next-project h3 {
      margin-bottom: 1rem; } }
  @media print, screen and (min-width: 75em) {
    .project-page .next-project h3 {
      font-size: 1.875rem; } }
  .project-page .next-project .subtitle {
    font-size: 1rem; }
  @media print, screen and (min-width: 40em) {
    .project-page .next-project .media-wrapper {
      overflow: hidden; }
      .project-page .next-project .media-wrapper img {
        transition: transform 0.7s ease;
        width: auto; } }

.projects.view_mode-overview > div {
  padding-top: 2rem;
  padding-bottom: 3rem; }
  @media print, screen and (min-width: 40em) {
    .projects.view_mode-overview > div {
      padding-bottom: 2rem; } }
  @media print, screen and (min-width: 75em) {
    .projects.view_mode-overview > div {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.projects.view_mode-overview .thumbnail .media-wrapper {
  overflow: hidden;
  margin-bottom: 1rem; }
  .projects.view_mode-overview .thumbnail .media-wrapper video {
    margin-bottom: 0;
    display: block; }
  .projects.view_mode-overview .thumbnail .media-wrapper img {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .projects.view_mode-overview .thumbnail .media-wrapper img,
    .projects.view_mode-overview .thumbnail .media-wrapper video {
      transition: transform 0.7s ease; } }

.project-body {
  position: relative; }
  .project-body > div.video-block, .project-body > div.image-block {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    @media print, screen and (min-width: 40em) {
      .project-body > div.video-block, .project-body > div.image-block {
        padding-top: 3rem;
        padding-bottom: 3rem; } }
  .project-body > div.video-block video {
    margin-bottom: 0; }
  .project-body > div.video-block .description {
    margin-top: 0.5rem;
    white-space: pre-wrap; }
    @media print, screen and (min-width: 40em) {
      .project-body > div.video-block .description {
        display: none; } }
  .project-body figcaption {
    white-space: pre-wrap;
    margin-top: 1rem; }
    @media print, screen and (min-width: 40em) {
      .project-body figcaption {
        display: none; } }
  .project-body .project-list {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    @media print, screen and (min-width: 40em) {
      .project-body .project-list {
        padding-top: 3rem;
        padding-bottom: 3rem; } }
    .project-body .project-list ul li {
      border-bottom: 1px solid #333;
      margin-bottom: 1rem;
      padding-bottom: 1rem; }
      .project-body .project-list ul li:first-of-type {
        font-size: 1.2rem;
        font-weight: 700; }
  .project-body .column.row.row, .project-body .row.row.columns {
    display: flex; }
  .project-body .textlist {
    border-top: 1px solid #333;
    margin: 0.3rem 0;
    padding: 0.3rem 0; }
    .project-body .textlist h2 {
      margin-top: 0.5rem; }
    .project-body .textlist .list > div {
      border-bottom: 1px solid #333;
      padding: 1rem 0; }
      .project-body .textlist .list > div p {
        margin-bottom: 0; }
      .project-body .textlist .list > div:last-of-type {
        border-bottom: none;
        padding-bottom: 0.5rem; }

.has-photo-credit {
  position: relative;
  height: auto; }
  .has-photo-credit .photo-credit {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(51, 51, 51, 0.7);
    min-width: 40px;
    min-height: 50px;
    padding-left: 40px;
    background-image: url("/static/icons/photocred.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 30px;
    padding-top: 14px;
    padding-right: 12px;
    cursor: pointer; }
    .has-photo-credit .photo-credit:hover, .has-photo-credit .photo-credit:active {
      background-color: #333333;
      padding-left: 50px; }
      .has-photo-credit .photo-credit:hover span, .has-photo-credit .photo-credit:active span {
        display: block;
        font-size: 1rem; }
    .has-photo-credit .photo-credit span {
      color: white;
      letter-spacing: 0;
      display: none;
      margin-bottom: 0.8rem; }

.highlight {
  background-color: #f8f8f8;
  padding-bottom: 2rem; }
  .highlight span {
    font-size: 200%;
    line-height: 1; }

.project-filter {
  background-color: #545d33;
  padding: 1rem 0;
  z-index: 9;
  opacity: 0;
  transition: opacity 0.5s; }
  .project-filter .horizontal-menu {
    width: 100%; }
    .project-filter .horizontal-menu .menu-item-wrapper {
      padding: 0.2rem 0rem;
      outline: none; }
      .project-filter .horizontal-menu .menu-item-wrapper .menu-item a {
        position: relative;
        outline: none;
        display: block;
        color: #fdfdfd;
        padding: 0 1rem;
        font-size: 1.25rem;
        min-width: 20%;
        margin-left: 2rem;
        margin-right: 2rem; }
        .project-filter .horizontal-menu .menu-item-wrapper .menu-item a:hover {
          background-color: transparent;
          opacity: 0.7; }
      .project-filter .horizontal-menu .menu-item-wrapper .menu-item.active a {
        z-index: 1; }
        .project-filter .horizontal-menu .menu-item-wrapper .menu-item.active a:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 50%;
          height: 0.5em;
          border-top: 3px solid #333;
          z-index: 1; }
        .project-filter .horizontal-menu .menu-item-wrapper .menu-item.active a:hover {
          opacity: 1; }
    .project-filter .horizontal-menu .scroll-menu-arrow .next,
    .project-filter .horizontal-menu .scroll-menu-arrow .prev {
      cursor: pointer; }
      .project-filter .horizontal-menu .scroll-menu-arrow .next:after,
      .project-filter .horizontal-menu .scroll-menu-arrow .prev:after {
        display: inline-block;
        content: " ";
        background: url("/static/icons/arrow-right-white.svg") no-repeat center;
        width: 30px;
        height: 20px;
        background-size: cover;
        margin-left: 1rem;
        vertical-align: middle;
        margin-bottom: 0.25rem; }
    .project-filter .horizontal-menu .scroll-menu-arrow .prev:after {
      transform: rotate(180deg);
      margin-left: 0;
      margin-right: 1rem; }
    .project-filter .horizontal-menu .scroll-menu-arrow.scroll-menu-arrow--disabled {
      visibility: hidden; }
  @media print, screen and (max-width: 39.99875em) {
    .project-filter .horizontal-menu .menu-item-wrapper .menu-item a {
      font-size: 1.15rem;
      padding: 0 0;
      margin-left: 2rem;
      margin-right: 1rem; }
    .project-filter .scroll-menu-arrow {
      display: none; } }

.sticky .project-filter {
  opacity: 1; }

.blog-overview-page .logo svg .t-symbol,
.article-page .logo svg .t-symbol {
  fill: #c0d7e9; }

.blog-overview-page .logo svg .f-symbol,
.article-page .logo svg .f-symbol {
  fill: #333; }

.blog-overview-page header,
.article-page header {
  background-color: #fdfdfd; }
  .blog-overview-page header a,
  .article-page header a {
    color: #333; }
  @media print, screen and (max-width: 74.99875em) {
    .blog-overview-page header .site-nav.open,
    .article-page header .site-nav.open {
      background-color: #fdfdfd; } }
  .blog-overview-page header .menu-item a:after,
  .article-page header .menu-item a:after {
    border-top-color: #c0d7e9; }

@media print, screen and (min-width: 75em) {
  .blog-overview-page .blog-container,
  .article-page .blog-container {
    max-width: calc(100% - 200px); } }

.blog-overview-page .loader,
.article-page .loader {
  background-color: #c0d7e9; }

.articles.view_mode-overview > div {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media print, screen and (min-width: 40em) {
    .articles.view_mode-overview > div {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  @media print, screen and (min-width: 75em) {
    .articles.view_mode-overview > div {
      padding-left: 0;
      padding-right: 0; } }
  .articles.view_mode-overview > div:nth-child(3n + 1) .lead {
    background-color: #c0d7e9; }
  .articles.view_mode-overview > div:nth-child(3n + 2) .lead {
    background-color: #e7e7d4; }
  .articles.view_mode-overview > div:nth-child(3n + 3) .lead {
    background-color: #c6cdd9; }
  .articles.view_mode-overview > div h3 {
    margin-bottom: 1rem; }
  .articles.view_mode-overview > div a .image-wrapper {
    position: relative; }
    .articles.view_mode-overview > div a .image-wrapper img {
      margin-bottom: 0; }
    .articles.view_mode-overview > div a .image-wrapper .lead {
      display: none;
      position: absolute;
      color: #333;
      top: 0;
      min-height: 100%;
      width: 100%;
      padding: 2rem;
      font-size: 1.2rem;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease-in-out;
      align-items: center; }
      @media print, screen and (min-width: 75em) {
        .articles.view_mode-overview > div a .image-wrapper .lead {
          display: flex;
          padding-left: 6rem;
          padding-right: 6rem; } }
  .articles.view_mode-overview > div a:hover .lead {
    visibility: visible;
    opacity: 1; }

.article-page.hero-color-first .top-wrapper,
.article-page.hero-color-first header {
  background-color: #c0d7e9; }

.article-page.hero-color-second .top-wrapper,
.article-page.hero-color-second header {
  background-color: #e7e7d4; }

.article-page.hero-color-third .top-wrapper,
.article-page.hero-color-third header {
  background-color: #c6cdd9; }

.article-page .logo svg .t-symbol {
  fill: #fdfdfd; }

@media print, screen and (min-width: 75em) {
  .article-page header {
    min-height: 20vh; } }

.article-page .row.top {
  margin-bottom: 2rem;
  padding-bottom: 2rem; }
  @media print, screen and (min-width: 40em) {
    .article-page .row.top {
      margin-bottom: 6rem;
      padding-bottom: 6rem; } }
  .article-page .row.top h1 {
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) and (max-width: 74.99875em) {
      .article-page .row.top h1 {
        font-size: 2.1875rem; } }
    @media print, screen and (min-width: 75em) {
      .article-page .row.top h1 {
        margin-top: 0; } }
  @media print, screen and (min-width: 75em) {
    .article-page .row.top {
      max-width: 95rem;
      min-height: 80vh; }
      .article-page .row.top .lead {
        margin-bottom: 2rem; } }

.article-page .row.content {
  padding-bottom: 4rem; }

.article-page .row.bottom {
  margin-bottom: 4rem; }
  @media print, screen and (min-width: 40em) {
    .article-page .row.bottom {
      margin-bottom: 7rem; } }
  .article-page .row.bottom a {
    font-size: 1.25rem; }
    @media print, screen and (min-width: 40em) {
      .article-page .row.bottom a {
        font-size: 1.75rem; } }

@media print, screen and (min-width: 40em) {
  .article-page .column.media, .article-page .media.columns {
    text-align: right; }
    .article-page .column.media img, .article-page .media.columns img {
      width: auto; } }

.article-page .byline {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #8a8a8a;
  margin-bottom: 4rem;
  margin-top: 1rem; }

.article-page .tags {
  margin-bottom: 4rem;
  margin-top: 2rem; }
  .article-page .tags span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #8a8a8a;
    margin-bottom: 1rem; }

@media print, screen and (max-width: 74.99875em) {
  .article-page .lead {
    font-size: 115%; } }

.article-page .body {
  margin-bottom: 4rem; }
  .article-page .body h1,
  .article-page .body h2,
  .article-page .body h3,
  .article-page .body h4,
  .article-page .body h5,
  .article-page .body h6 {
    margin-bottom: 2rem;
    margin-top: 3rem; }
  .article-page .body h1,
  .article-page .body h2,
  .article-page .body h3,
  .article-page .body h4,
  .article-page .body h5,
  .article-page .body h6,
  .article-page .body ul,
  .article-page .body p,
  .article-page .body .video {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .article-page .body h1,
      .article-page .body h2,
      .article-page .body h3,
      .article-page .body h4,
      .article-page .body h5,
      .article-page .body h6,
      .article-page .body ul,
      .article-page .body p,
      .article-page .body .video {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
      .article-page .body h1,
      .article-page .body h2,
      .article-page .body h3,
      .article-page .body h4,
      .article-page .body h5,
      .article-page .body h6,
      .article-page .body ul,
      .article-page .body p,
      .article-page .body .video {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto; } }
    @media print, screen and (min-width: 75em) {
      .article-page .body h1,
      .article-page .body h2,
      .article-page .body h3,
      .article-page .body h4,
      .article-page .body h5,
      .article-page .body h6,
      .article-page .body ul,
      .article-page .body p,
      .article-page .body .video {
        max-width: 40%; } }
  .article-page .body video {
    width: 100%; }
  .article-page .body ul {
    margin-bottom: 2rem; }
    .article-page .body ul li {
      position: relative;
      margin-bottom: 1rem; }
      @media print, screen and (max-width: 74.99875em) {
        .article-page .body ul li {
          padding-left: 1.75rem; } }
      .article-page .body ul li:before {
        content: "\2A2F";
        color: #8a8a8a;
        font-size: 1.5rem;
        position: absolute;
        left: 0;
        top: -6px; }
        @media print, screen and (min-width: 75em) {
          .article-page .body ul li:before {
            left: -30px; } }

.front {
  overflow-x: hidden; }
  .front header {
    height: 20vh; }
  .front #hero-loader {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #c0d7e9;
    transition: all 0.1s;
    z-index: 9999;
    top: 0;
    left: 0; }
    .front #hero-loader .keyword-wrap {
      position: relative;
      margin-left: auto;
      margin-right: auto; }
      .front #hero-loader .keyword-wrap .keyword {
        position: relative;
        opacity: 1;
        font-size: 6.25rem;
        letter-spacing: 0.5rem;
        text-align: center;
        font-weight: 300;
        transition: opacity 0s;
        transition-timing-function: ease; }
        @media print, screen and (max-width: 39.99875em) {
          .front #hero-loader .keyword-wrap .keyword {
            font-size: 2.125rem;
            letter-spacing: 0.2rem;
            margin-top: calc(50vh - 34px - 4rem); } }
        @media print, screen and (min-width: 40em) {
          .front #hero-loader .keyword-wrap .keyword {
            font-size: 4rem;
            letter-spacing: 0.35rem;
            margin-top: calc(50vh - 64px - 10rem); } }
        @media print, screen and (min-width: 75em) {
          .front #hero-loader .keyword-wrap .keyword {
            font-size: 6.25rem;
            letter-spacing: 0.5rem;
            margin-top: calc(50vh - 100px - 10rem); } }
    .front #hero-loader .logo:hover {
      background-color: transparent; }
    .front #hero-loader .logo svg {
      width: 8rem;
      height: 8rem;
      margin-left: calc(50vw - 4rem);
      margin-top: calc(50vh - 4rem);
      transition: all 0.3s;
      transition-timing-function: ease; }
      @media print, screen and (max-width: 39.99875em) {
        .front #hero-loader .logo svg {
          width: 4rem;
          height: 4rem;
          margin-left: calc(50vw - 2rem);
          margin-top: calc(50vh - 2rem); } }
    .front #hero-loader .logo.first .t-symbol {
      fill: #fdfdfd; }
    .front #hero-loader .logo.first .f-symbol {
      fill: #333; }
    .front #hero-loader .logo.second .t-symbol {
      fill: #333; }
    .front #hero-loader .logo.second .f-symbol {
      fill: #fdfdfd; }
    .front #hero-loader .logo.third .t-symbol {
      fill: #545d33; }
    .front #hero-loader .logo.third .f-symbol {
      fill: #fdfdfd; }
    .front #hero-loader .logo.fourth .t-symbol {
      fill: #768373; }
    .front #hero-loader .logo.fourth .f-symbol {
      fill: #fdfdfd; }
    .front #hero-loader .logo.fifth .t-symbol {
      fill: #545d33; }
    .front #hero-loader .logo.fifth .f-symbol {
      fill: #fdfdfd; }
    .front #hero-loader .logo.sixth .t-symbol {
      fill: #333;
      opacity: 0.9; }
    .front #hero-loader .logo.sixth .f-symbol {
      fill: #fdfdfd; }
    @media print, screen and (min-width: 40em) {
      .front #hero-loader .logo.seventh svg {
        width: 6rem;
        height: 6rem;
        margin-left: 1.85rem;
        margin-top: 2.42rem;
        margin-bottom: 6.5rem;
        transition: all 0s;
        transition-timing-function: ease; } }
    .front #hero-loader .logo.seventh .t-symbol {
      fill: #545d33; }
    .front #hero-loader .logo.seventh .f-symbol {
      fill: #fdfdfd; }
  .front .hero {
    width: 100%;
    min-height: 60vh;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden; }
    .front .hero .text-wrap {
      margin-top: calc(30vh - 55px);
      margin-left: 2rem; }
      .front .hero .text-wrap .slogan {
        font-size: 1.5625rem; }
      .front .hero .text-wrap a:hover {
        background-color: transparent; }
    @media print, screen and (min-width: 40em) {
      .front .hero .text-wrap {
        position: absolute;
        left: 5rem;
        margin-left: 0; }
        .front .hero .text-wrap .slogan {
          font-size: 2.375rem;
          width: 30rem;
          margin-bottom: 1rem;
          line-height: 3.3rem;
          letter-spacing: 0.06rem; }
      .front .hero .scroll-down {
        right: 2rem;
        bottom: 10rem; }
        .front .hero .scroll-down:after {
          width: 8rem;
          height: 12rem; } }
    @media print, screen and (min-width: 75em) {
      .front .hero .text-wrap {
        left: 10rem; }
      .front .hero .scroll-down {
        right: 5rem; } }
  .front h2 {
    font-weight: 600; }
  .front .section-text {
    font-size: 1.5625rem;
    font-weight: 300;
    margin-top: 1rem;
    margin-bottom: 3rem; }
    @media print, screen and (min-width: 40em) {
      .front .section-text {
        font-size: 1.875rem; } }
    @media print, screen and (min-width: 75em) {
      .front .section-text {
        font-size: 2.1875rem; } }
  .front #content-wrapper {
    overflow: hidden; }
  .front .projects {
    margin-top: 2rem; }
    @media print, screen and (min-width: 75em) {
      .front .projects {
        max-width: calc(100% - 200px);
        margin-top: 6rem; }
        .front .projects .column, .front .projects .columns {
          padding-left: 2rem;
          padding-right: 2rem; } }
    .front .projects .project,
    .front .projects .article {
      padding-bottom: 2rem; }
      @media print, screen and (min-width: 40em) {
        .front .projects .project,
        .front .projects .article {
          padding-bottom: 1rem; } }
      .front .projects .project a,
      .front .projects .article a {
        display: block;
        padding: 0.5rem 0; }
      .front .projects .project .summary,
      .front .projects .project .item-type,
      .front .projects .article .summary,
      .front .projects .article .item-type {
        color: #333; }
      .front .projects .project .item-type,
      .front .projects .article .item-type {
        text-transform: uppercase;
        letter-spacing: 2.2px;
        margin-bottom: 0.5rem; }
      .front .projects .project .image,
      .front .projects .article .image {
        overflow: hidden;
        margin-bottom: 1rem; }
        .front .projects .project .image img,
        .front .projects .article .image img {
          margin-bottom: 0; }
          @media print, screen and (min-width: 40em) {
            .front .projects .project .image img,
            .front .projects .article .image img {
              transition: transform 0.7s ease; } }
      @media print, screen and (min-width: 75em) {
        .front .projects .project .subtitle,
        .front .projects .article .subtitle {
          opacity: 0;
          transition: 0.3s; } }
      @media print, screen and (min-width: 75em) {
        .front .projects .project:hover a .text h3,
        .front .projects .article:hover a .text h3 {
          text-decoration: underline; }
        .front .projects .project:hover a .text .subtitle,
        .front .projects .article:hover a .text .subtitle {
          opacity: 1; } }
    .front .projects .article h3 {
      border-top: 8px solid #c0d7e9;
      padding-top: 1.5rem;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; }
    .front .projects .article.color-first h3 {
      border-top-color: #c0d7e9; }
    .front .projects .article.color-second h3 {
      border-top-color: #e7e7d4; }
    .front .projects .article.color-third h3 {
      border-top-color: #c6cdd9; }

.people-overview-page .logo svg .t-symbol {
  fill: #c6cdd9; }

.people-overview-page .logo svg .f-symbol {
  fill: #333; }

.people-overview-page header {
  background-color: transparent; }
  .people-overview-page header a {
    color: #333; }
  @media print, screen and (max-width: 74.99875em) {
    .people-overview-page header .site-nav.open {
      background-color: #fdfdfd; } }
  .people-overview-page header .menu-item a:after {
    border-top-color: #c6cdd9; }

.people-overview-page .intro {
  margin-bottom: 4rem; }
  @media print, screen and (min-width: 75em) {
    .people-overview-page .intro {
      margin-bottom: 8rem; } }
  .people-overview-page .intro .section-text {
    margin-top: 1.5rem; }
    @media print, screen and (min-width: 75em) {
      .people-overview-page .intro .section-text {
        font-size: 1.3rem; } }

@media print, screen and (min-width: 75em) {
  .people-overview-page .row.content {
    max-width: 95rem; } }

.people-overview-page section.contact {
  overflow: hidden;
  min-height: 100vh; }
  @media print, screen and (max-width: 74.99875em) {
    .people-overview-page section.contact .placeholder {
      flex-basis: auto;
      padding-left: 0;
      padding-right: 0;
      display: none; } }
  .people-overview-page section.contact .person {
    margin-bottom: 4rem; }
    @media print, screen and (min-width: 40em) {
      .people-overview-page section.contact .person {
        margin-bottom: 6rem; } }
    .people-overview-page section.contact .person .image-wrapper {
      margin-bottom: 1rem; }
      .people-overview-page section.contact .person .image-wrapper.has-bg-image {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
        .people-overview-page section.contact .person .image-wrapper.has-bg-image img {
          visibility: visible;
          opacity: 1;
          transition: all 0s; }
        .people-overview-page section.contact .person .image-wrapper.has-bg-image:hover img {
          visibility: hidden;
          opacity: 0; }

.people-overview-page .loader {
  background-color: #c6cdd9; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid rgba(51, 51, 51, 0.6);
  font-size: 1.125rem;
  padding-left: 1px; }
  [type="text"]:active, [type="text"]:focus,
  [type="password"]:active,
  [type="password"]:focus,
  [type="date"]:active,
  [type="date"]:focus,
  [type="datetime"]:active,
  [type="datetime"]:focus,
  [type="datetime-local"]:active,
  [type="datetime-local"]:focus,
  [type="month"]:active,
  [type="month"]:focus,
  [type="week"]:active,
  [type="week"]:focus,
  [type="email"]:active,
  [type="email"]:focus,
  [type="number"]:active,
  [type="number"]:focus,
  [type="search"]:active,
  [type="search"]:focus,
  [type="tel"]:active,
  [type="tel"]:focus,
  [type="time"]:active,
  [type="time"]:focus,
  [type="url"]:active,
  [type="url"]:focus,
  [type="color"]:active,
  [type="color"]:focus,
  textarea:active,
  textarea:focus {
    background-color: transparent;
    box-shadow: none;
    outline: none;
    border: none;
    border-bottom: 2px solid #333; }
  [type="text"]::-webkit-input-placeholder, [type="text"]::placeholder,
  [type="password"]::-webkit-input-placeholder,
  [type="password"]::placeholder,
  [type="date"]::-webkit-input-placeholder,
  [type="date"]::placeholder,
  [type="datetime"]::-webkit-input-placeholder,
  [type="datetime"]::placeholder,
  [type="datetime-local"]::-webkit-input-placeholder,
  [type="datetime-local"]::placeholder,
  [type="month"]::-webkit-input-placeholder,
  [type="month"]::placeholder,
  [type="week"]::-webkit-input-placeholder,
  [type="week"]::placeholder,
  [type="email"]::-webkit-input-placeholder,
  [type="email"]::placeholder,
  [type="number"]::-webkit-input-placeholder,
  [type="number"]::placeholder,
  [type="search"]::-webkit-input-placeholder,
  [type="search"]::placeholder,
  [type="tel"]::-webkit-input-placeholder,
  [type="tel"]::placeholder,
  [type="time"]::-webkit-input-placeholder,
  [type="time"]::placeholder,
  [type="url"]::-webkit-input-placeholder,
  [type="url"]::placeholder,
  [type="color"]::-webkit-input-placeholder,
  [type="color"]::placeholder,
  textarea::-webkit-input-placeholder,
  textarea::placeholder {
    color: #333;
    opacity: 0.8; }
  [type="text"]:-webkit-autofill, [type="text"]:-webkit-autofill:hover, [type="text"]:-webkit-autofill:focus, [type="text"]:-webkit-autofill:active,
  [type="password"]:-webkit-autofill,
  [type="password"]:-webkit-autofill:hover,
  [type="password"]:-webkit-autofill:focus,
  [type="password"]:-webkit-autofill:active,
  [type="date"]:-webkit-autofill,
  [type="date"]:-webkit-autofill:hover,
  [type="date"]:-webkit-autofill:focus,
  [type="date"]:-webkit-autofill:active,
  [type="datetime"]:-webkit-autofill,
  [type="datetime"]:-webkit-autofill:hover,
  [type="datetime"]:-webkit-autofill:focus,
  [type="datetime"]:-webkit-autofill:active,
  [type="datetime-local"]:-webkit-autofill,
  [type="datetime-local"]:-webkit-autofill:hover,
  [type="datetime-local"]:-webkit-autofill:focus,
  [type="datetime-local"]:-webkit-autofill:active,
  [type="month"]:-webkit-autofill,
  [type="month"]:-webkit-autofill:hover,
  [type="month"]:-webkit-autofill:focus,
  [type="month"]:-webkit-autofill:active,
  [type="week"]:-webkit-autofill,
  [type="week"]:-webkit-autofill:hover,
  [type="week"]:-webkit-autofill:focus,
  [type="week"]:-webkit-autofill:active,
  [type="email"]:-webkit-autofill,
  [type="email"]:-webkit-autofill:hover,
  [type="email"]:-webkit-autofill:focus,
  [type="email"]:-webkit-autofill:active,
  [type="number"]:-webkit-autofill,
  [type="number"]:-webkit-autofill:hover,
  [type="number"]:-webkit-autofill:focus,
  [type="number"]:-webkit-autofill:active,
  [type="search"]:-webkit-autofill,
  [type="search"]:-webkit-autofill:hover,
  [type="search"]:-webkit-autofill:focus,
  [type="search"]:-webkit-autofill:active,
  [type="tel"]:-webkit-autofill,
  [type="tel"]:-webkit-autofill:hover,
  [type="tel"]:-webkit-autofill:focus,
  [type="tel"]:-webkit-autofill:active,
  [type="time"]:-webkit-autofill,
  [type="time"]:-webkit-autofill:hover,
  [type="time"]:-webkit-autofill:focus,
  [type="time"]:-webkit-autofill:active,
  [type="url"]:-webkit-autofill,
  [type="url"]:-webkit-autofill:hover,
  [type="url"]:-webkit-autofill:focus,
  [type="url"]:-webkit-autofill:active,
  [type="color"]:-webkit-autofill,
  [type="color"]:-webkit-autofill:hover,
  [type="color"]:-webkit-autofill:focus,
  [type="color"]:-webkit-autofill:active,
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover,
  textarea:-webkit-autofill:focus,
  textarea:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s; }

.input-wrapper {
  margin-bottom: 1rem; }
  .input-wrapper input {
    margin-bottom: 0.25rem; }
  .input-wrapper .error {
    color: #cc4b37;
    font-size: 1rem; }

.content-module {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  .content-module.margin-top-medium {
    margin-top: 5rem; }
  .content-module.margin-bottom-medium {
    margin-bottom: 5rem; }
  .content-module.margin-top-large {
    margin-top: 6rem; }
  .content-module.margin-bottom-large {
    margin-bottom: 6rem; }
  .content-module.margin-top-none {
    margin-top: 0; }
  .content-module.margin-bottom-none {
    margin-bottom: 0; }
  @media print, screen and (min-width: 75em) {
    .content-module {
      margin-top: 7rem;
      margin-bottom: 7rem; }
      .content-module.margin-top-medium {
        margin-top: 9rem; }
      .content-module.margin-bottom-medium {
        margin-bottom: 9rem; }
      .content-module.margin-top-large {
        margin-top: 12rem; }
      .content-module.margin-bottom-large {
        margin-bottom: 12rem; } }
  @media print, screen and (max-width: 39.99875em) {
    .content-module .inner {
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (max-width: 39.99875em) and (min-width: 40em) {
    .content-module .inner {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
    .content-module .size-small .inner {
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .content-module .size-small .inner {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
    .content-module .size-medium_square .inner {
      flex: 0 0 50%;
      max-width: 50%;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .content-module .size-medium_square .inner {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
    .content-module .size-medium .inner {
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .content-module .size-medium .inner {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
    .content-module .size-big .inner {
      flex: 0 0 75%;
      max-width: 75%;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .content-module .size-big .inner {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
    .content-module .size-full_grid .inner {
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .content-module .size-full_grid .inner {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
    .content-module .size-edge_to_edge {
      max-width: 100%; } }
  .content-module video {
    margin-bottom: 0;
    display: block; }
  .content-module.text-block:not(.margin-bottom-small):not(.margin-bottom-medium):not(.margin-bottom-large) {
    margin-bottom: 2rem; }
    .content-module.text-block:not(.margin-bottom-small):not(.margin-bottom-medium):not(.margin-bottom-large) + .video:not(.margin-top-small):not(.margin-top-medium):not(.margin-top-large),
    .content-module.text-block:not(.margin-bottom-small):not(.margin-bottom-medium):not(.margin-bottom-large) + .image:not(.margin-top-small):not(.margin-top-medium):not(.margin-top-large) {
      margin-top: 2rem; }
  .content-module.text-block .text-size-big .text {
    font-size: 1.375rem; }
  @media print, screen and (max-width: 39.99875em) {
    .content-module.two-visuals .row > .column:first-of-type, .content-module.two-visuals .row > .columns:first-of-type {
      margin-bottom: 4rem; } }
  @media print, screen and (min-width: 40em) and (max-width: 74.99875em) {
    .content-module.two-visuals img {
      height: 100%; } }
  @media print, screen and (min-width: 40em) {
    .content-module.two-visuals video {
      object-fit: fill;
      height: calc(50vw - 0.9375rem * 2); } }
  @media print, screen and (min-width: 75em) {
    .content-module.two-visuals video {
      height: 570px; } }
  .content-module.text-visual h3 {
    margin-top: 0; }
  @media print, screen and (max-width: 39.99875em) {
    .content-module.text-visual img,
    .content-module.text-visual video {
      margin-bottom: 1rem; } }
  @media print, screen and (min-width: 40em) {
    .content-module.text-visual img {
      width: auto; } }
  @media print, screen and (min-width: 75em) {
    .content-module.text-visual .text {
      max-width: 85%; }
    .content-module.text-visual .visual-style-vertical > div .text, .content-module.text-visual .visual-style-vertical > div img {
      margin-left: auto;
      margin-right: auto; }
    .content-module.text-visual .visual-style-vertical > div img {
      width: 75%;
      display: block; }
    .content-module.text-visual .visual-style-vertical video {
      max-width: 450px; }
    .content-module.text-visual .visual-style-square img, .content-module.text-visual .visual-style-horizontal img {
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
    .content-module.text-visual .visual-style-square video, .content-module.text-visual .visual-style-horizontal video {
      max-width: 500px; } }
  @media print, screen and (min-width: 75em) {
    .content-module.text-visual.inverted .text {
      margin-left: 15%; }
    .content-module.text-visual.inverted h3 {
      margin-left: 15%; } }
  .content-module.carousel h3 {
    margin-top: 0;
    margin-bottom: 1.5rem; }
  .content-module.carousel .pager button {
    outline: none;
    cursor: pointer; }
    .content-module.carousel .pager button:after {
      display: inline-block;
      content: " ";
      background: url("/static/icons/arrow-right.svg") no-repeat center;
      width: 30px;
      height: 20px;
      background-size: cover;
      margin-left: 1rem;
      vertical-align: middle;
      margin-bottom: 0.25rem; }
    .content-module.carousel .pager button.prev:after {
      transform: rotate(180deg); }
  .content-module.carousel .slick-slider {
    overflow: hidden; }
    .content-module.carousel .slick-slider .slick-list {
      margin-left: -1rem;
      margin-right: -1rem; }
      .content-module.carousel .slick-slider .slick-list .slick-slide {
        padding: 0 1rem; }
        .content-module.carousel .slick-slider .slick-list .slick-slide .slide-inner .thumbnail .caption {
          color: rgba(51, 51, 51, 0.8); }
        .content-module.carousel .slick-slider .slick-list .slick-slide .slide-inner .thumbnail:hover .caption {
          color: #333; }
  .content-module.carousel.instagram .slick-slide .caption {
    display: none; }
  .content-module.carousel.instagram .slick-slide .media-wrapper {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-end; }
    .content-module.carousel.instagram .slick-slide .media-wrapper img {
      height: 380px;
      margin-bottom: 0; }
    .content-module.carousel.instagram .slick-slide .media-wrapper img,
    .content-module.carousel.instagram .slick-slide .media-wrapper video {
      max-height: 380px;
      width: auto; }
  @media print, screen and (min-width: 40em) {
    .content-module.customer-list {
      margin-bottom: 10rem; } }
  .content-module.customer-list .text {
    color: #585476;
    font-size: 1.3rem;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 4rem; }
    @media print, screen and (min-width: 40em) {
      .content-module.customer-list .text {
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1.8;
        margin-bottom: 6rem; } }
    @media print, screen and (min-width: 75em) {
      .content-module.customer-list .text {
        max-width: 75%; } }
  .content-module.customer-list h3 {
    text-transform: uppercase;
    color: #8a8a8a;
    font-size: 1rem;
    margin-bottom: 1.5rem; }
  @media print, screen and (min-width: 40em) {
    .content-module.customer-list ul {
      columns: 3; } }
  .content-module.customer-list ul li {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    color: #333; }
    .content-module.customer-list ul li a {
      font-size: 1.4rem;
      position: relative;
      background: transparent;
      color: #333; }
      .content-module.customer-list ul li a:after {
        content: "";
        position: absolute;
        left: -5px;
        right: calc(100% + 5px);
        top: calc(50%);
        height: 0.5em;
        border-top: 4px solid #c6cdd9;
        transition: all 0.3s ease-in-out; }
        @media print, screen and (min-width: 40em) {
          .content-module.customer-list ul li a:after {
            left: -10px;
            right: calc(100% + 10px); } }
      .content-module.customer-list ul li a:hover:after {
        right: -5px; }
        @media print, screen and (min-width: 40em) {
          .content-module.customer-list ul li a:hover:after {
            right: -10px; } }
  @media print, screen and (min-width: 75em) {
    .content-module.address > .row {
      max-width: 100%;
      margin-right: calc((100vw - 75rem) / 2); }
      .content-module.address > .row .map-column {
        padding-left: 0; } }
  @media print, screen and (max-width: 39.99875em) {
    .content-module.address ul {
      float: left;
      margin-top: 2rem; }
      .content-module.address ul:last-of-type {
        margin-left: 3rem; } }
  @media print, screen and (min-width: 40em) {
    .content-module.address ul {
      margin-bottom: 2rem; } }
  @media print, screen and (min-width: 75em) {
    .content-module.address ul li {
      font-size: 1.3rem; } }
  .content-module.partner {
    background-color: #c6cdd9;
    padding-top: 4rem;
    padding-bottom: 4rem; }
    @media print, screen and (min-width: 40em) {
      .content-module.partner {
        padding-top: 7rem;
        padding-bottom: 7rem; } }
    @media print, screen and (min-width: 75em) {
      .content-module.partner {
        padding-top: 10rem;
        padding-bottom: 10rem; } }
    @media print, screen and (min-width: 75em) {
      .content-module.partner .text-wrapper {
        max-width: 90%; } }
    .content-module.partner h5 {
      text-transform: uppercase;
      color: #585476;
      font-weight: 600;
      letter-spacing: 2.5px;
      font-size: 1rem;
      margin-bottom: 1.5rem; }
    .content-module.partner h3 {
      margin-bottom: 1rem; }
    .content-module.partner .description {
      margin-bottom: 1.5rem; }
  .content-module.info-message > .row {
    border-top: 8px solid #c6cdd9;
    padding-top: 2rem; }
    @media print, screen and (min-width: 40em) {
      .content-module.info-message > .row {
        padding-top: 4rem; } }
  .content-module.info-message h2 {
    margin-top: 0;
    font-weight: normal; }
    @media print, screen and (min-width: 40em) {
      .content-module.info-message h2 {
        text-align: right; } }
  @media print, screen and (min-width: 40em) {
    .content-module.info-message .text {
      font-size: 125%; } }
  .content-module.info-message a {
    color: #333; }
    .content-module.info-message a:hover, .content-module.info-message a:focus {
      color: #333;
      background-color: transparent; }

#contact-form-wrapper {
  background-color: #c0d7e9;
  margin-top: 3rem; }
  @media print, screen and (max-width: 39.99875em) {
    #contact-form-wrapper {
      padding-top: 1rem;
      padding-bottom: 3rem;
      margin-top: 2rem; } }
  @media print, screen and (min-width: 40em) {
    #contact-form-wrapper > div {
      min-height: 400px; } }
  #contact-form-wrapper > div h4,
  #contact-form-wrapper > div h5 {
    color: #333; }
  #contact-form-wrapper > div h4 {
    letter-spacing: 1.3px;
    font-size: 1.3125rem; }
    @media print, screen and (min-width: 40em) {
      #contact-form-wrapper > div h4 {
        font-size: 2rem; } }
    @media print, screen and (min-width: 75em) {
      #contact-form-wrapper > div h4 {
        font-size: 2.8125rem; } }
    @media print, screen and (max-width: 39.99875em) {
      #contact-form-wrapper > div h4 {
        padding-bottom: 1rem; }
        #contact-form-wrapper > div h4 br {
          display: none; } }
  @media print, screen and (min-width: 40em) {
    #contact-form-wrapper form {
      padding: 0 2rem; } }
  @media print, screen and (min-width: 75em) {
    #contact-form-wrapper form {
      padding: 0 5rem; } }
  #contact-form-wrapper form .step-number {
    float: left;
    color: #8a8a8a; }
  #contact-form-wrapper form .form-actions {
    float: right; }
    #contact-form-wrapper form .form-actions button {
      outline: none;
      cursor: pointer; }
      #contact-form-wrapper form .form-actions button.back {
        margin-right: 1rem; }
      #contact-form-wrapper form .form-actions button:after {
        display: inline-block;
        content: " ";
        background: url("/static/icons/arrow-right.svg") no-repeat center;
        width: 30px;
        height: 20px;
        background-size: cover;
        margin-left: 1rem;
        vertical-align: middle;
        margin-bottom: 0.25rem; }
      #contact-form-wrapper form .form-actions button.back:after {
        transform: rotate(180deg); }

.services-page .logo svg .t-symbol {
  fill: #3e3c38; }

.services-page .logo svg .f-symbol {
  fill: #fdfdfd; }

.services-page header,
.services-page .hero {
  margin-bottom: 0;
  transition: background-color 0.5s ease-in-out;
  background-color: #585476; }

.services-page header {
  min-height: 15vh; }
  @media print, screen and (min-width: 40em) {
    .services-page header {
      height: 15vh; } }
  .services-page header a {
    color: #fdfdfd; }
  @media print, screen and (max-width: 74.99875em) {
    .services-page header .site-nav.open {
      background-color: #3e3c38; } }
  .services-page header .menu-item a:after {
    border-top-color: #3e3c38; }

.services-page .hero {
  color: #fdfdfd;
  min-height: 85vh;
  padding-bottom: 4rem; }
  .services-page .hero .description,
  .services-page .hero p {
    font-size: 1rem; }
    @media print, screen and (min-width: 40em) {
      .services-page .hero .description,
      .services-page .hero p {
        font-size: 1.5rem; } }
  .services-page .hero .hero-title {
    font-size: 1.6875rem;
    overflow: hidden;
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 40em) {
      .services-page .hero .hero-title {
        font-size: 2rem; } }
  @media print, screen and (min-width: 40em) {
    .services-page .hero .description {
      min-height: 40vh; } }
  .services-page .hero .description .services-image {
    margin-top: 3rem; }
  .services-page .hero .description .featured-projects {
    margin-top: 5rem; }

@media print, screen and (max-width: 39.99875em) {
  .services-page .button-list {
    display: none; } }

.services-page .featured-projects {
  position: relative; }
  .services-page .featured-projects .thumbnail {
    display: block; }
    .services-page .featured-projects .thumbnail .media-wrapper {
      overflow: hidden;
      margin-bottom: 1rem; }
      .services-page .featured-projects .thumbnail .media-wrapper video {
        margin-bottom: 0;
        display: block; }
      .services-page .featured-projects .thumbnail .media-wrapper img {
        margin-bottom: 0; }
    @media print, screen and (min-width: 75em) {
      .services-page .featured-projects .thumbnail img,
      .services-page .featured-projects .thumbnail video {
        min-height: 210px; }
      .services-page .featured-projects .thumbnail video {
        object-fit: cover; } }
  .services-page .featured-projects .show-more {
    cursor: pointer;
    margin-left: auto;
    margin-right: 1rem; }
    .services-page .featured-projects .show-more:after {
      display: inline-block;
      content: " ";
      background: url("/static/icons/arrow-right-white.svg") no-repeat center;
      width: 30px;
      height: 20px;
      background-size: cover;
      margin-left: 1rem;
      vertical-align: middle;
      margin-bottom: 0.25rem; }
    @media (min-width: 1400px) {
      .services-page .featured-projects .show-more {
        position: absolute;
        bottom: 30%;
        right: -200px; } }
  @media print, screen and (min-width: 40em) {
    .services-page .featured-projects .thumbnail image {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%; }
    .services-page .featured-projects .thumbnail:hover .featured-project-title {
      opacity: 1; }
    .services-page .featured-projects .featured-project-title {
      margin-top: auto;
      margin-bottom: auto;
      font-size: 1rem;
      display: inline-block;
      line-height: 2;
      opacity: 0;
      transition: opacity 0.3s; } }

.services-page.color-scheme-0 .logo svg .t-symbol, .services-page.color-scheme-1 .logo svg .t-symbol, .services-page.color-scheme-2 .logo svg .t-symbol {
  fill: #fdfdfd; }

.services-page.color-scheme-0 .logo svg .f-symbol, .services-page.color-scheme-1 .logo svg .f-symbol, .services-page.color-scheme-2 .logo svg .f-symbol {
  fill: #333; }

.services-page.color-scheme-0 header .menu-item a:before, .services-page.color-scheme-1 header .menu-item a:before, .services-page.color-scheme-2 header .menu-item a:before {
  border-top-color: #333; }

.services-page.color-scheme-0 .scroll-down, .services-page.color-scheme-1 .scroll-down, .services-page.color-scheme-2 .scroll-down, .services-page.color-scheme-3 .scroll-down {
  display: none; }

@media print, screen and (min-width: 40em) {
  .services-page.color-scheme-0 .description p, .services-page.color-scheme-1 .description p, .services-page.color-scheme-2 .description p, .services-page.color-scheme-3 .description p {
    font-size: 1.125rem; } }

.services-page.color-scheme-0 header,
.services-page.color-scheme-0 .hero,
.services-page.color-scheme-0 .site-nav.open {
  background-color: #c6cdd9;
  color: #333; }
  .services-page.color-scheme-0 header a,
  .services-page.color-scheme-0 .hero a,
  .services-page.color-scheme-0 .site-nav.open a {
    color: #333; }
  .services-page.color-scheme-0 header .menu-item a:after,
  .services-page.color-scheme-0 .hero .menu-item a:after,
  .services-page.color-scheme-0 .site-nav.open .menu-item a:after {
    border-top-color: #fdfdfd; }

.services-page.color-scheme-0 .show-more:after {
  background: url("/static/icons/arrow-right.svg") no-repeat center; }

.services-page.color-scheme-1 header,
.services-page.color-scheme-1 .hero,
.services-page.color-scheme-1 .site-nav.open {
  background-color: #768373; }

.services-page.color-scheme-1 .logo svg .t-symbol {
  fill: #333; }

.services-page.color-scheme-1 .logo svg .f-symbol {
  fill: #fdfdfd; }

.services-page.color-scheme-2 header,
.services-page.color-scheme-2 .hero,
.services-page.color-scheme-2 .site-nav.open {
  background-color: #3e3c38; }
  .services-page.color-scheme-2 header .menu-item a:after,
  .services-page.color-scheme-2 .hero .menu-item a:after,
  .services-page.color-scheme-2 .site-nav.open .menu-item a:after {
    border-top-color: #545d33; }

.services-page.color-scheme-2 .logo svg .t-symbol {
  fill: #545d33; }

.services-page.color-scheme-2 .logo svg .f-symbol {
  fill: #fdfdfd; }

.services-page.color-scheme-3 .show-more:after {
  background: url("/static/icons/arrow-right.svg") no-repeat center; }

.services-page.color-scheme-3 .logo svg .t-symbol {
  fill: #fdfdfd; }

.services-page.color-scheme-3 .logo svg .f-symbol {
  fill: #333; }

.services-page.color-scheme-3 header,
.services-page.color-scheme-3 .hero,
.services-page.color-scheme-3 .site-nav.open {
  color: #333;
  background-color: #c0d7e9; }

.services-page.color-scheme-3 header a {
  color: #333; }

.services-page.color-scheme-3 header .menu-item a:after {
  border-top-color: #fdfdfd; }

.services-page .loader {
  background-color: #3e3c38; }

.services-page #contact-form-wrapper {
  margin-top: 0; }

.project-filter.serviceify {
  background-color: #fdfdfd; }
  @media print, screen and (min-width: 40em) {
    .project-filter.serviceify {
      display: none; } }
  .project-filter.serviceify .menu-item a {
    color: #333 !important; }

#process {
  background-color: #cfcfaa; }
  #process .title,
  #process .description {
    margin: 0 auto; }
  #process .title {
    text-align: center;
    text-transform: uppercase;
    color: #fdfdfd;
    letter-spacing: 2.5px;
    padding-top: 4rem;
    font-weight: 600; }
  #process .description {
    padding: 4rem 0; }
    @media print, screen and (min-width: 40em) {
      #process .description {
        max-width: 80%; } }
    @media print, screen and (min-width: 75em) {
      #process .description {
        max-width: 60%; } }
  #process #service-model-circle {
    overflow: hidden;
    padding-top: 5rem;
    padding-bottom: 8rem; }
    @media print, screen and (min-width: 40em) {
      #process #service-model-circle {
        padding-top: 1rem;
        padding-bottom: 10rem; } }
    #process #service-model-circle img {
      transform: scale(2); }
      @media print, screen and (min-width: 40em) {
        #process #service-model-circle img {
          transform: scale(1.4); } }

#service-model #trigger1 {
  height: 1px; }

#service-model svg {
  display: block; }
  #service-model svg .st0 {
    display: none; }
  #service-model svg .st1 {
    fill: #cfcfaa; }
  #service-model svg .st2 {
    fill: #ffffff; }
  #service-model svg .st3 {
    fill: #3e3c38; }
  #service-model svg .st4 {
    fill: #2b2620; }
  #service-model svg .st5 {
    display: none;
    fill: none;
    stroke: #130055;
    stroke-miterlimit: 10; }
  #service-model svg .st6 {
    fill: none;
    stroke: #3e3c38;
    stroke-width: 2;
    stroke-miterlimit: 10; }
  #service-model svg g.fadeIn {
    opacity: 0;
    transition: all 0.3s ease-in-out; }
    #service-model svg g.fadeIn.visible {
      opacity: 1; }
  #service-model svg g.slide-to-left {
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.6s ease-out; }
    #service-model svg g.slide-to-left.animate {
      transform: none;
      opacity: 1; }
  #service-model svg g.rotate {
    transform-box: fill-box;
    transform-origin: center; }
    #service-model svg g.rotate.animate {
      transform: rotate(1800deg);
      transition: transform 3s ease-out; }

.about-us-page .logo svg .t-symbol {
  fill: #cfcfaa; }

.about-us-page .logo svg .f-symbol {
  fill: #333; }

.about-us-page header {
  background-color: transparent;
  min-height: 20vh; }
  .about-us-page header a {
    color: #333; }
  @media print, screen and (max-width: 74.99875em) {
    .about-us-page header .site-nav.open {
      background-color: #fdfdfd; } }
  .about-us-page header .menu-item a:after {
    border-top-color: #cfcfaa; }

.about-us-page .intro {
  min-height: 80vh; }
  @media print, screen and (min-width: 40em) {
    .about-us-page .intro .images-column {
      padding-right: 0; }
      .about-us-page .intro .images-column img {
        width: auto; } }
  @media print, screen and (min-width: 75em) {
    .about-us-page .intro {
      max-width: 100%;
      margin-left: calc((100vw - 75rem) / 2); } }
  .about-us-page .intro h1 {
    margin-top: 0; }
  .about-us-page .intro .section-text {
    margin-top: 1.5rem;
    margin-bottom: 4rem; }
    @media print, screen and (min-width: 75em) {
      .about-us-page .intro .section-text {
        font-size: 125%;
        margin-bottom: 7rem; } }

.about-us-page #vision {
  min-height: 100vh;
  background-color: #545d33;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .about-us-page #vision h4 {
    color: #fdfdfd;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2.5px;
    font-size: 1rem;
    margin-bottom: 1.5rem; }
  .about-us-page #vision h2 {
    color: #cfcfaa; }
    @media print, screen and (min-width: 75em) {
      .about-us-page #vision h2 {
        font-size: 3.5rem; } }

.about-us-page .loader {
  background-color: #cfcfaa; }

.ntnu {
  background-color: #c0d7e9; }
  .ntnu a {
    text-decoration: underline; }
  .ntnu header {
    background-color: transparent;
    min-height: 20vh; }
    .ntnu header .logo svg .t-symbol {
      fill: #768373; }
    .ntnu header .logo svg .f-symbol {
      fill: #333; }
    .ntnu header a {
      color: #333; }
    @media print, screen and (max-width: 74.99875em) {
      .ntnu header .site-nav.open {
        background-color: #fdfdfd; } }
    .ntnu header .menu-item a:after {
      border-top-color: #cfcfaa; }
  @media print, screen and (min-width: 40em) {
    .ntnu .ntnuTitle {
      font-size: 3.75rem;
      font-weight: 600;
      line-height: 120%;
      margin-bottom: 4rem; } }
  .ntnu p {
    font-size: 1.875rem;
    margin-bottom: 2rem; }
  .ntnu .underline {
    font-weight: bold; }
  .ntnu #contact-form-wrapper {
    display: none; }
  .ntnu .whitebg {
    background-color: white; }
    .ntnu .whitebg h2 {
      margin-bottom: 2rem;
      margin-top: 2rem; }
    .ntnu .whitebg .show-more {
      font-size: 2rem;
      margin-bottom: 2rem; }
      .ntnu .whitebg .show-more a:hover {
        color: #cfcfaa; }

