@import url(../../bower_components/nprogress/nprogress.css);
@import url(../../bower_components/fullpage.js/jquery.fullPage.css);
@import url(../../bower_components/Swiper/dist/css/swiper.min.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

svg {
  position: absolute;
  z-index: -1; }

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }

input[type=submit],
button {
  padding: 15px 20px;
  color: #ffffff;
  background: #ee861e;
  font-family: "MaxBold";
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
  border: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  input[type=submit].reversed,
  button.reversed {
    background: #ffffff;
    color: #ee861e; }
  html:not(.mobile) input[type=submit]:hover, html:not(.mobile)
  button:hover {
    background: #ca6d0f; }
    html:not(.mobile) input[type=submit]:hover.reversed, html:not(.mobile)
    button:hover.reversed {
      background: rgba(255, 255, 255, 0.9); }
  input[type=submit].disabled,
  button.disabled {
    pointer-events: none;
    background: rgba(238, 134, 30, 0.5);
    color: rgba(255, 255, 255, 0.25); }
    input[type=submit].disabled.reversed,
    button.disabled.reversed {
      background: rgba(255, 255, 255, 0.5);
      color: rgba(238, 134, 30, 0.25); }

body {
  font-family: "HelveticaSR", sans-serif;
  font-size: 14px; }

strong {
  font-family: "HelveticaSR", sans-serif;
  font-weight: 600; }

.mceContentBody h1, .wysiwyg h1 {
  font-weight: 600;
  font-size: 30px;
  color: #000000;
  line-height: 1.1;
  margin-bottom: 0.25em; }
.mceContentBody h2, .wysiwyg h2 {
  font-weight: 600;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.2;
  margin-bottom: 0.25em; }
.mceContentBody h3, .wysiwyg h3 {
  font-weight: 600;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0.25em; }
.mceContentBody p, .wysiwyg p {
  line-height: 1.5;
  margin-bottom: 25px;
  color: #666666;
  font-size: 16px; }
  .mceContentBody p:last-child, .wysiwyg p:last-child {
    margin-bottom: 0; }
.mceContentBody ul, .wysiwyg ul {
  margin-bottom: 20px;
  color: #666666;
  font-size: 16px; }
.mceContentBody a, .wysiwyg a {
  color: #ee861e;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  html:not(.mobile) .mceContentBody a:hover, html:not(.mobile) .wysiwyg a:hover {
    color: #b2600d; }
.mceContentBody .small, .wysiwyg .small {
  font-size: 12px; }
.mceContentBody img, .wysiwyg img {
  max-width: 100%;
  height: auto; }

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(37, 37, 38, 0.9);
  opacity: 0;
  pointer-events: none;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: translateZ(0) translate3d(0, 0, 0);
  -ms-transform: translateZ(0) translate3d(0, 0, 0);
  -webkit-transform: translateZ(0) translate3d(0, 0, 0);
  transform: translateZ(0) translate3d(0, 0, 0);
  will-change: opacity; }
  html.no-pointer-events #overlay {
    display: none; }
  body.has-overlay #overlay {
    opacity: 1;
    pointer-events: all;
    display: block; }
    body.has-overlay #overlay #overlayBG {
      -moz-transform: scale(1.01, 1.01);
      -ms-transform: scale(1.01, 1.01);
      -webkit-transform: scale(1.01, 1.01);
      transform: scale(1.01, 1.01);
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
    body.has-overlay #overlay #overlay-content {
      visibility: visible; }
      body.has-overlay #overlay #overlay-content li {
        opacity: 1;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0); }
  #overlay #overlay-menu {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden; }
    @media (max-width: 800px) {
      #overlay #overlay-menu {
        left: 0;
        width: 100%; } }
    @media (min-width: 1601px) {
      #overlay #overlay-menu {
        left: 75%;
        width: 25%; } }
  #overlay #overlayBG {
    position: absolute;
    top: 60px;
    right: calc(10% + 20px);
    width: 2800px;
    height: 2800px;
    margin-right: -1400px;
    margin-top: -1400px;
    background: rgba(238, 134, 30, 0.9);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -moz-transition: all 0.5s cubic-bezier(0.85, 0, 0.15, 1);
    -o-transition: all 0.5s cubic-bezier(0.85, 0, 0.15, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.85, 0, 0.15, 1);
    transition: all 0.5s cubic-bezier(0.85, 0, 0.15, 1);
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s; }
    @media (max-width: 800px) {
      #overlay #overlayBG {
        right: calc(5% + 20px); } }
  #overlay #overlay-content {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
    font-size: 1.28571rem;
    color: #ffffff;
    line-height: 1.5;
    -webkit-overflow-scrolling: touch; }
    html.no-pointer-events #overlay #overlay-content {
      background: #ee861e; }
    #overlay #overlay-content .valign {
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
    #overlay #overlay-content ul {
      display: inline-block;
      vertical-align: middle;
      margin-top: 50px;
      margin-bottom: 50px;
      width: 100%;
      padding: 0 100px; }
      #overlay #overlay-content ul li {
        font-family: "HelveticaSR";
        font-weight: 200;
        font-size: 24px;
        margin-bottom: 30px;
        opacity: 0;
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        -moz-transition: all 800ms;
        -o-transition: all 800ms;
        -webkit-transition: all 800ms;
        transition: all 800ms; }
        @media (min-width: 801px) and (max-width: 2000px) {
          #overlay #overlay-content ul li {
            font-size: 36px; } }
        @media (min-width: 2001px) {
          #overlay #overlay-content ul li {
            font-size: 48px; } }
        #overlay #overlay-content ul li:last-child {
          margin-bottom: 0; }
        #overlay #overlay-content ul li a {
          color: #ffffff;
          opacity: 1; }
          html:not(.mobile) #overlay #overlay-content ul li a:hover {
            opacity: 0.75; }
            html:not(.mobile) #overlay #overlay-content ul li a:hover#overlayClose {
              color: #ee861e;
              background: #ffffff; }
        #overlay #overlay-content ul li .logo {
          display: inline-block;
          opacity: 1; }
          #overlay #overlay-content ul li .logo img {
            width: 160px;
            height: 35px; }
        #overlay #overlay-content ul li #overlayClose {
          display: inline-block;
          width: 50px;
          height: 50px;
          text-align: center;
          line-height: 50px;
          font-family: "icons";
          font-size: 30px;
          letter-spacing: normal;
          border: 1px solid #ffffff;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%; }

body.has-overlay #overlay-content {
  height: 100%;
  width: 100%; }

#front-content {
  position: relative;
  width: 100%; }
  #front-content.ready #hero-wrapper {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
    #front-content.ready #hero-wrapper .scrim .title-wrapper {
      opacity: 1;
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0); }
      #front-content.ready #hero-wrapper .scrim .title-wrapper .title {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0); }
  #front-content.ready #home-content #frost-wrapper {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  #front-content #hero-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #333333;
    will-change: transform;
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -moz-transition: -moz-transform cubic-bezier(0.85, 0, 0.15, 1) 0.5s;
    -o-transition: -o-transform cubic-bezier(0.85, 0, 0.15, 1) 0.5s;
    -webkit-transition: -webkit-transform cubic-bezier(0.85, 0, 0.15, 1) 0.5s;
    transition: transform cubic-bezier(0.85, 0, 0.15, 1) 0.5s; }
    #front-content #hero-wrapper #hero-filter-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      will-change: filter;
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
    #front-content #hero-wrapper .hero {
      display: none;
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      z-index: -1;
      opacity: 0; }
      #front-content #hero-wrapper .hero.prev {
        z-index: 0;
        display: block;
        opacity: 1; }
      #front-content #hero-wrapper .hero.active {
        z-index: 1;
        display: block; }
        #front-content #hero-wrapper .hero.active.fade-in {
          opacity: 1;
          -moz-transition: opacity 1s;
          -o-transition: opacity 1s;
          -webkit-transition: opacity 1s;
          transition: opacity 1s; }
      #front-content #hero-wrapper .hero .grayscale-hero {
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        color-interpolation-filters: sRGB;
        will-change: opacity; }
    #front-content #hero-wrapper .scrim {
      position: absolute;
      z-index: 2;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 250px 5% 150px 5%;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
      background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), #000000);
      background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), #000000);
      background-image: linear-gradient(rgba(0, 0, 0, 0), #000000); }
      #front-content #hero-wrapper .scrim .title-wrapper {
        padding: 0 50px;
        opacity: 0;
        text-align: right;
        -moz-transform: translateY(-14px);
        -ms-transform: translateY(-14px);
        -webkit-transform: translateY(-14px);
        transform: translateY(-14px);
        -webkit-transition: -webkit-transform 0.6s 0.6s, opacity 0.2s 0.6s;
        -moz-transition: -webkit-transform 0.6s 0.6s, opacity 0.2s 0.6s;
        -ms-transition: -webkit-transform 0.6s 0.6s, opacity 0.2s 0.6s;
        -o-transition: -webkit-transform 0.6s 0.6s, opacity 0.2s 0.6s;
        transition: -webkit-transform 0.6s 0.6s, opacity 0.2s 0.6s; }
        #front-content #hero-wrapper .scrim .title-wrapper.hidden {
          opacity: 0; }
        #front-content #hero-wrapper .scrim .title-wrapper .title {
          width: 300px;
          max-width: 100%;
          -moz-transform: translateY(-7px);
          -ms-transform: translateY(-7px);
          -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
          -webkit-transition: -webkit-transform 0.6s 0.6s, opacity 0.2s 0.6s;
          -moz-transition: -webkit-transform 0.6s 0.6s, opacity 0.2s 0.6s;
          -ms-transition: -webkit-transform 0.6s 0.6s, opacity 0.2s 0.6s;
          -o-transition: -webkit-transform 0.6s 0.6s, opacity 0.2s 0.6s;
          transition: -webkit-transform 0.6s 0.6s, opacity 0.2s 0.6s; }
  #front-content #home-content {
    position: relative;
    top: 0;
    width: 100%;
    margin-top: calc(100vh - 100px); }
    #front-content #home-content #frost-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(252, 252, 252, 0.8);
      -webkit-transition: -webkit-transform cubic-bezier(0.85, 0, 0.15, 1) 0.5s;
      -moz-transition: -webkit-transform cubic-bezier(0.85, 0, 0.15, 1) 0.5s;
      -ms-transition: -webkit-transform cubic-bezier(0.85, 0, 0.15, 1) 0.5s;
      -o-transition: -webkit-transform cubic-bezier(0.85, 0, 0.15, 1) 0.5s;
      transition: -webkit-transform cubic-bezier(0.85, 0, 0.15, 1) 0.5s;
      -moz-transform: translateY(100px);
      -ms-transform: translateY(100px);
      -webkit-transform: translateY(100px);
      transform: translateY(100px); }
      #front-content #home-content #frost-wrapper .hero {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        opacity: 0;
        -moz-transition: opacity 1s;
        -o-transition: opacity 1s;
        -webkit-transition: opacity 1s;
        transition: opacity 1s; }
        #front-content #home-content #frost-wrapper .hero.active {
          opacity: 1; }
      #front-content #home-content #frost-wrapper .white-out {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #ffffff;
        opacity: 1;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        #front-content #home-content #frost-wrapper .white-out.remove {
          opacity: 0; }
    #front-content #home-content .home-footer {
      position: relative;
      padding: 100px 5% 65px 5%; }
      #front-content #home-content .home-footer .projects-interface.in-view .top-level {
        opacity: 1;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0); }
        #front-content #home-content .home-footer .projects-interface.in-view .top-level .child-level-wrapper .child-level {
          opacity: 1;
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -webkit-transform: translateY(0);
          transform: translateY(0); }
      #front-content #home-content .home-footer .projects-interface .title {
        position: relative;
        font-family: "HelveticaSR";
        color: #000000;
        padding: 0 20px 40px 20px; }
        @media (max-width: 600px) {
          #front-content #home-content .home-footer .projects-interface .title {
            font-size: 36px;
            font-weight: 200; } }
        @media (min-width: 601px) and (max-width: 800px) {
          #front-content #home-content .home-footer .projects-interface .title {
            font-size: 42px;
            font-weight: 200; } }
        @media (min-width: 801px) {
          #front-content #home-content .home-footer .projects-interface .title {
            font-size: 48px;
            font-weight: 100; } }
      #front-content #home-content .home-footer .projects-interface .top-level {
        display: inline-block;
        vertical-align: top;
        padding: 0 20px;
        margin-bottom: 30px;
        opacity: 0;
        -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
        -moz-transition: -moz-transform 0.8s, opacity 0.8s;
        -ms-transition: -ms-transform 0.8s, opacity 0.8s;
        -o-transition: -o-transform 0.8s, opacity 0.8s;
        transition: transform 0.8s, opacity 0.8s;
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        transform: translateY(10px); }
        @media (max-width: 500px) {
          #front-content #home-content .home-footer .projects-interface .top-level {
            width: 100%; } }
        @media (min-width: 501px) and (max-width: 800px) {
          #front-content #home-content .home-footer .projects-interface .top-level {
            width: 50%; } }
        @media (min-width: 801px) and (max-width: 1000px) {
          #front-content #home-content .home-footer .projects-interface .top-level {
            width: 33.33333%; } }
        @media (min-width: 1001px) {
          #front-content #home-content .home-footer .projects-interface .top-level {
            width: 20%; } }
        #front-content #home-content .home-footer .projects-interface .top-level h1 {
          font-family: "HelveticaSR";
          font-weight: 300;
          font-size: 24px;
          color: #000000;
          width: 100%;
          padding-bottom: 10px;
          border-bottom: 1px solid #ee861e; }
        #front-content #home-content .home-footer .projects-interface .top-level .child-level-wrapper {
          margin-top: 10px; }
          #front-content #home-content .home-footer .projects-interface .top-level .child-level-wrapper .child-level {
            padding: 5px 0;
            opacity: 0;
            -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
            -moz-transition: -moz-transform 0.8s, opacity 0.8s;
            -ms-transition: -ms-transform 0.8s, opacity 0.8s;
            -o-transition: -o-transform 0.8s, opacity 0.8s;
            transition: transform 0.8s, opacity 0.8s;
            -moz-transform: translateY(10px);
            -ms-transform: translateY(10px);
            -webkit-transform: translateY(10px);
            transform: translateY(10px); }
            #front-content #home-content .home-footer .projects-interface .top-level .child-level-wrapper .child-level h2 {
              font-family: "HelveticaSR";
              font-weight: 300;
              font-size: 18px; }
  #front-content .scroller-tip {
    position: fixed;
    z-index: 2;
    bottom: 5px;
    left: 50%;
    cursor: pointer;
    -moz-transform: translateX(-50%) scale(1, -1);
    -ms-transform: translateX(-50%) scale(1, -1);
    -webkit-transform: translateX(-50%) scale(1, -1);
    transform: translateX(-50%) scale(1, -1);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
@-moz-keyframes scroller-animated {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -moz-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes scroller-animated {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes scroller-animated {
  0% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
    #front-content .scroller-tip.disabled {
      opacity: 0;
      pointer-events: none; }
    #front-content .scroller-tip .scroller-animated:after {
      content: "n";
      display: block;
      font-family: "icons";
      font-size: 60px;
      color: #ee861e;
      -moz-animation: scroller-animated 1600ms infinite;
      -webkit-animation: scroller-animated 1600ms infinite;
      animation: scroller-animated 1600ms infinite; }

#basic-content .basic-header {
  position: relative;
  width: 100%;
  height: 64vh; }
  #basic-content .basic-header .bg {
    position: fixed;
    width: 100%;
    height: 64vh;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    #basic-content .basic-header .bg.active {
      opacity: 1; }
  #basic-content .basic-header .scrim {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)); }
    @media (max-width: 600px) {
      #basic-content .basic-header .scrim {
        padding: 115px 5% 30px 5%; } }
    @media (min-width: 601px) and (max-width: 800px) {
      #basic-content .basic-header .scrim {
        padding: 140px 5% 35px 5%; } }
    @media (min-width: 801px) and (max-width: 1000px) {
      #basic-content .basic-header .scrim {
        padding: 170px 5% 42px 5%; } }
    @media (min-width: 1001px) {
      #basic-content .basic-header .scrim {
        padding: 200px 5% 50px 5%; } }
    #basic-content .basic-header .scrim .title-wrapper {
      padding: 0 20px;
      font-family: "HelveticaSR"; }
      #basic-content .basic-header .scrim .title-wrapper .title {
        padding-top: 0.35em;
        color: #ffffff; }
        @media (max-width: 600px) {
          #basic-content .basic-header .scrim .title-wrapper .title {
            font-size: 30px;
            font-weight: 300; } }
        @media (min-width: 601px) and (max-width: 800px) {
          #basic-content .basic-header .scrim .title-wrapper .title {
            font-size: 36px;
            font-weight: 200; } }
        @media (min-width: 801px) and (max-width: 1000px) {
          #basic-content .basic-header .scrim .title-wrapper .title {
            font-size: 44px;
            font-weight: 200; } }
        @media (min-width: 1001px) {
          #basic-content .basic-header .scrim .title-wrapper .title {
            font-size: 52px;
            font-weight: 200; } }
#basic-content .basic-copy {
  position: relative;
  width: 100%;
  padding: 0 5%;
  background: #ffffff; }
  #basic-content .basic-copy .deco {
    position: relative;
    width: 100%;
    height: 40px; }
  #basic-content .basic-copy .wysiwyg {
    margin: 0 auto;
    padding: 40px;
    max-width: 800px; }

body.node-alias-about .staff-wrapper {
  padding-bottom: 100px; }
  body.node-alias-about .staff-wrapper .staff-category-wrapper {
    margin-bottom: 50px; }
    body.node-alias-about .staff-wrapper .staff-category-wrapper .div {
      margin: 25px 20px 0 25px;
      border-bottom: 1px solid #ee861e; }
    body.node-alias-about .staff-wrapper .staff-category-wrapper h1 {
      color: #000000;
      padding: 20px; }
      @media (max-width: 600px) {
        body.node-alias-about .staff-wrapper .staff-category-wrapper h1 {
          font-size: 28px;
          font-weight: 200; } }
      @media (min-width: 601px) and (max-width: 800px) {
        body.node-alias-about .staff-wrapper .staff-category-wrapper h1 {
          font-size: 32px;
          font-weight: 200; } }
      @media (min-width: 801px) {
        body.node-alias-about .staff-wrapper .staff-category-wrapper h1 {
          font-size: 36px;
          font-weight: 100; } }
    body.node-alias-about .staff-wrapper .staff-category-wrapper .staff {
      position: relative;
      display: inline-block;
      vertical-align: top;
      padding: 20px;
      cursor: pointer; }
      @media (max-width: 600px) {
        body.node-alias-about .staff-wrapper .staff-category-wrapper .staff {
          width: 100%; } }
      @media (min-width: 601px) and (max-width: 800px) {
        body.node-alias-about .staff-wrapper .staff-category-wrapper .staff {
          width: 50%; } }
      @media (min-width: 801px) and (max-width: 1000px) {
        body.node-alias-about .staff-wrapper .staff-category-wrapper .staff {
          width: 33.33333%; } }
      @media (min-width: 1001px) and (max-width: 1200px) {
        body.node-alias-about .staff-wrapper .staff-category-wrapper .staff {
          width: 25%; } }
      @media (min-width: 1201px) {
        body.node-alias-about .staff-wrapper .staff-category-wrapper .staff {
          width: 20%; } }
      @media (max-width: 600px) {
        body.node-alias-about .staff-wrapper .staff-category-wrapper .staff.principals {
          width: 100%; } }
      @media (min-width: 601px) {
        body.node-alias-about .staff-wrapper .staff-category-wrapper .staff.principals {
          width: 50%; } }
      @media (max-width: 600px) {
        body.node-alias-about .staff-wrapper .staff-category-wrapper .staff.associates {
          width: 100%; } }
      @media (min-width: 601px) and (max-width: 800px) {
        body.node-alias-about .staff-wrapper .staff-category-wrapper .staff.associates {
          width: 50%; } }
      @media (min-width: 801px) and (max-width: 1000px) {
        body.node-alias-about .staff-wrapper .staff-category-wrapper .staff.associates {
          width: 33.33333%; } }
      @media (min-width: 1001px) {
        body.node-alias-about .staff-wrapper .staff-category-wrapper .staff.associates {
          width: 25%; } }
      body.node-alias-about .staff-wrapper .staff-category-wrapper .staff.no-bio {
        cursor: default; }
      body.node-alias-about .staff-wrapper .staff-category-wrapper .staff .staff-pic {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 75%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
      body.node-alias-about .staff-wrapper .staff-category-wrapper .staff .staff-name {
        font-weight: 300;
        font-size: 18px;
        color: #000000;
        margin-top: 20px; }
      body.node-alias-about .staff-wrapper .staff-category-wrapper .staff .staff-position {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.5);
        margin-top: 5px;
        margin-bottom: 10px; }
      body.node-alias-about .staff-wrapper .staff-category-wrapper .staff .staff-email {
        margin-bottom: 5px; }
      body.node-alias-about .staff-wrapper .staff-category-wrapper .staff .staff-bio {
        overflow: hidden;
        width: 100%;
        background: #ffffff;
        line-height: 1.5;
        margin-top: 20px; }

#news-content .news-header {
  position: relative;
  width: 100%;
  height: 64vh; }
  #news-content .news-header .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    #news-content .news-header .bg.active {
      opacity: 1; }
  #news-content .news-header .scrim {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)); }
    @media (max-width: 600px) {
      #news-content .news-header .scrim {
        padding: 115px 5% 30px 5%; } }
    @media (min-width: 601px) and (max-width: 800px) {
      #news-content .news-header .scrim {
        padding: 140px 5% 35px 5%; } }
    @media (min-width: 801px) and (max-width: 1000px) {
      #news-content .news-header .scrim {
        padding: 170px 5% 42px 5%; } }
    @media (min-width: 1001px) {
      #news-content .news-header .scrim {
        padding: 200px 5% 50px 5%; } }
    #news-content .news-header .scrim .title-wrapper {
      padding: 0 20px;
      font-family: "HelveticaSR"; }
      #news-content .news-header .scrim .title-wrapper .date {
        font-weight: 600;
        letter-spacing: -0.025em;
        padding-left: 0.075em;
        color: rgba(255, 255, 255, 0.5); }
        @media (max-width: 600px) {
          #news-content .news-header .scrim .title-wrapper .date {
            font-size: 12px; } }
        @media (min-width: 601px) and (max-width: 800px) {
          #news-content .news-header .scrim .title-wrapper .date {
            font-size: 14px; } }
        @media (min-width: 801px) and (max-width: 1000px) {
          #news-content .news-header .scrim .title-wrapper .date {
            font-size: 16px; } }
        @media (min-width: 1001px) {
          #news-content .news-header .scrim .title-wrapper .date {
            font-size: 18px; } }
      #news-content .news-header .scrim .title-wrapper .title {
        padding-top: 0.35em;
        color: #ffffff; }
        @media (max-width: 600px) {
          #news-content .news-header .scrim .title-wrapper .title {
            font-size: 30px;
            font-weight: 300; } }
        @media (min-width: 601px) and (max-width: 800px) {
          #news-content .news-header .scrim .title-wrapper .title {
            font-size: 36px;
            font-weight: 200; } }
        @media (min-width: 801px) and (max-width: 1000px) {
          #news-content .news-header .scrim .title-wrapper .title {
            font-size: 44px;
            font-weight: 200; } }
        @media (min-width: 1001px) {
          #news-content .news-header .scrim .title-wrapper .title {
            font-size: 52px;
            font-weight: 200; } }
#news-content .wrapper {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  #news-content .wrapper .news-copy {
    position: relative;
    width: 100%;
    padding: 0 5%; }
    #news-content .wrapper .news-copy .deco {
      position: relative;
      width: 100%;
      height: 40px; }
    #news-content .wrapper .news-copy .wysiwyg {
      margin: 0 auto;
      padding: 40px;
      max-width: 800px; }
  #news-content .wrapper .in-section-navigation {
    position: relative;
    width: 100%;
    padding: 100px 5% 50px 5%;
    background: #fafafa; }

body.node-alias-news:not(.has-overlay) header .line {
  background: #ee861e !important; }

#news-content .news {
  padding: 200px 5% 100px 5%; }
  #news-content .news .page-header {
    width: 50%;
    padding: 0 20px 40px 20px; }
    #news-content .news .page-header h1 {
      font-family: "HelveticaSR";
      color: #000000; }
      @media (max-width: 600px) {
        #news-content .news .page-header h1 {
          font-size: 36px;
          font-weight: 200; } }
      @media (min-width: 601px) and (max-width: 800px) {
        #news-content .news .page-header h1 {
          font-size: 42px;
          font-weight: 200; } }
      @media (min-width: 801px) {
        #news-content .news .page-header h1 {
          font-size: 48px;
          font-weight: 100; } }
#news-content .news-teaser {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 50px;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
  -moz-transition: -moz-transform 0.8s, opacity 0.8s;
  -ms-transition: -ms-transform 0.8s, opacity 0.8s;
  -o-transition: -o-transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px); }
  @media (max-width: 700px) {
    #news-content .news-teaser {
      width: 100%; } }
  @media (min-width: 701px) and (max-width: 1000px) {
    #news-content .news-teaser {
      width: 50%; } }
  @media (min-width: 1001px) {
    #news-content .news-teaser {
      width: 33.33333%; } }
  #news-content .news-teaser.in-view {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  #news-content .news-teaser:hover .bg {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  #news-content .news-teaser:hover .read-more {
    color: #000000 !important;
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
    #news-content .news-teaser:hover .read-more:before {
      width: 20px !important; }
  #news-content .news-teaser .bg-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden; }
  #news-content .news-teaser .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  #news-content .news-teaser .info-wrapper {
    margin-top: 40px;
    padding: 0 20px;
    font-family: "HelveticaSR"; }
    #news-content .news-teaser .info-wrapper .title {
      font-weight: 200;
      font-size: 24px;
      color: #000000; }
    #news-content .news-teaser .info-wrapper .date {
      margin-top: 10px;
      font-size: 12px;
      color: rgba(0, 0, 0, 0.5); }
    #news-content .news-teaser .info-wrapper .summary {
      margin: 20px 0;
      font-size: 16px;
      line-height: 1.3;
      color: rgba(0, 0, 0, 0.75); }
    #news-content .news-teaser .info-wrapper .read-more {
      position: relative;
      display: inline-block;
      font-weight: 200;
      font-size: 18px;
      color: rgba(0, 0, 0, 0.5);
      margin-left: -20px;
      padding-left: 20px;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      #news-content .news-teaser .info-wrapper .read-more:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -3px;
        margin-left: -10px;
        width: 0;
        height: 2px;
        background: #000000;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }

#projects-content .hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
#projects-content .interface-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh; }
  #projects-content .interface-wrapper .projects-interface {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 100px 5% 65px 5%;
    background: rgba(252, 252, 252, 0.8); }
    #projects-content .interface-wrapper .projects-interface.release {
      position: static;
      padding: 200px 5% 100px 5%; }
    #projects-content .interface-wrapper .projects-interface.in-view .top-level {
      opacity: 1;
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0); }
      #projects-content .interface-wrapper .projects-interface.in-view .top-level .child-level-wrapper .child-level {
        opacity: 1;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0); }
    #projects-content .interface-wrapper .projects-interface .title {
      position: relative;
      font-family: "HelveticaSR";
      color: #000000;
      padding: 0 20px 40px 20px; }
      @media (max-width: 600px) {
        #projects-content .interface-wrapper .projects-interface .title {
          font-size: 36px;
          font-weight: 200; } }
      @media (min-width: 601px) and (max-width: 800px) {
        #projects-content .interface-wrapper .projects-interface .title {
          font-size: 42px;
          font-weight: 200; } }
      @media (min-width: 801px) {
        #projects-content .interface-wrapper .projects-interface .title {
          font-size: 48px;
          font-weight: 100; } }
    #projects-content .interface-wrapper .projects-interface .top-level {
      display: inline-block;
      vertical-align: top;
      width: 25%;
      padding: 0 20px;
      margin-bottom: 30px;
      opacity: 0;
      -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
      -moz-transition: -moz-transform 0.8s, opacity 0.8s;
      -ms-transition: -ms-transform 0.8s, opacity 0.8s;
      -o-transition: -o-transform 0.8s, opacity 0.8s;
      transition: transform 0.8s, opacity 0.8s;
      -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
      -webkit-transform: translateY(10px);
      transform: translateY(10px); }
      @media (max-width: 500px) {
        #projects-content .interface-wrapper .projects-interface .top-level {
          width: 100%; } }
      @media (min-width: 501px) and (max-width: 800px) {
        #projects-content .interface-wrapper .projects-interface .top-level {
          width: 50%; } }
      @media (min-width: 801px) and (max-width: 1000px) {
        #projects-content .interface-wrapper .projects-interface .top-level {
          width: 33.33333%; } }
      @media (min-width: 1001px) {
        #projects-content .interface-wrapper .projects-interface .top-level {
          width: 20%; } }
      #projects-content .interface-wrapper .projects-interface .top-level h1 {
        font-family: "HelveticaSR";
        font-weight: 300;
        font-size: 24px;
        color: #000000;
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid #ee861e; }
      #projects-content .interface-wrapper .projects-interface .top-level .child-level-wrapper {
        margin-top: 10px; }
        #projects-content .interface-wrapper .projects-interface .top-level .child-level-wrapper .child-level {
          padding: 5px 0;
          opacity: 0;
          -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
          -moz-transition: -moz-transform 0.8s, opacity 0.8s;
          -ms-transition: -ms-transform 0.8s, opacity 0.8s;
          -o-transition: -o-transform 0.8s, opacity 0.8s;
          transition: transform 0.8s, opacity 0.8s;
          -moz-transform: translateY(10px);
          -ms-transform: translateY(10px);
          -webkit-transform: translateY(10px);
          transform: translateY(10px); }
          #projects-content .interface-wrapper .projects-interface .top-level .child-level-wrapper .child-level h2 {
            font-family: "HelveticaSR";
            font-weight: 300;
            font-size: 18px; }

@media (min-width: 700px) {
  .swiper-button-prev.swiper-button-big,
  .swiper-button-next.swiper-button-big {
    width: 32.4px;
    height: 52.8px;
    margin-top: -26.4px;
    -moz-background-size: 32.4px 52.8px;
    -webkit-background-size: 32.4px 52.8px;
    background-size: 32.4px 52.8px; } }

.swiper-button-prev.swiper-button-orange,
.swiper-container-rtl .swiper-button-next.swiper-button-orange {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ee861e'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-orange,
.swiper-container-rtl .swiper-button-prev.swiper-button-orange {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ee861e'%2F%3E%3C%2Fsvg%3E"); }

#project-content .project-header {
  position: relative;
  width: 100%;
  height: 100vh; }
  @media (max-aspect-ratio: 4 / 3) {
    #project-content .project-header {
      height: 0;
      padding-bottom: 75%; } }
  @media (max-width: 600px), (max-height: 450px) {
    #project-content .project-header {
      height: 450px;
      padding-bottom: 0; } }
  #project-content .project-header .swiper-container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; }
  #project-content .project-header .gallery-top {
    top: 0; }

#project-content .project-header .gallery-top .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: ew-resize;
}

    #project-content .project-header .gallery-top.noInterface ~ .gallery-thumbs {
      display: none; }
    #project-content .project-header .gallery-top.noInterface ~ .scrim {
      bottom: 0; }
    #project-content .project-header .gallery-top.noInterface ~ .swiper-button-next, #project-content .project-header .gallery-top.noInterface ~ .swiper-button-prev {
      display: none; }

#project-content .project-header .gallery-thumbs {
  bottom: -100px;
  height: 100px;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.8);
}

    #project-content .project-header .gallery-thumbs .swiper-slide {
      width: 100px;
      height: 75px;
      opacity: 0;
      cursor: pointer;
      -moz-transform: translateX(100px);
      -ms-transform: translateX(100px);
      -webkit-transform: translateX(100px);
      transform: translateX(100px);
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      #project-content .project-header .gallery-thumbs .swiper-slide .inner {
        position: relative;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat; }
        #project-content .project-header .gallery-thumbs .swiper-slide .inner .active {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          opacity: 0;
          -moz-transition: all 0.2s;
          -o-transition: all 0.2s;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
      #project-content .project-header .gallery-thumbs .swiper-slide.ready {
        opacity: 1;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0); }
      #project-content .project-header .gallery-thumbs .swiper-slide.swiper-slide-active {
        cursor: default; }
        #project-content .project-header .gallery-thumbs .swiper-slide.swiper-slide-active .inner .active {
          opacity: 1; }
  #project-content .project-header .scrim {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)); }
    @media (max-width: 600px) {
      #project-content .project-header .scrim {
        padding: 115px 5% 30px 5%; } }
    @media (min-width: 601px) and (max-width: 800px) {
      #project-content .project-header .scrim {
        padding: 140px 5% 35px 5%; } }
    @media (min-width: 801px) and (max-width: 1000px) {
      #project-content .project-header .scrim {
        padding: 170px 5% 42px 5%; } }
    @media (min-width: 1001px) {
      #project-content .project-header .scrim {
        padding: 200px 5% 50px 5%; } }
    #project-content .project-header .scrim .title-wrapper {
      padding: 0 20px;
      font-family: "HelveticaSR"; }
      #project-content .project-header .scrim .title-wrapper .type {
        pointer-events: all;
        font-weight: 600;
        letter-spacing: -0.025em;
        padding-left: 0.075em; }
        @media (max-width: 600px) {
          #project-content .project-header .scrim .title-wrapper .type {
            font-size: 12px; } }
        @media (min-width: 601px) and (max-width: 800px) {
          #project-content .project-header .scrim .title-wrapper .type {
            font-size: 14px; } }
        @media (min-width: 801px) and (max-width: 1000px) {
          #project-content .project-header .scrim .title-wrapper .type {
            font-size: 16px; } }
        @media (min-width: 1001px) {
          #project-content .project-header .scrim .title-wrapper .type {
            font-size: 18px; } }
      #project-content .project-header .scrim .title-wrapper .title {
        padding-top: 0.35em;
        color: #ffffff; }
        @media (max-width: 600px) {
          #project-content .project-header .scrim .title-wrapper .title {
            font-size: 30px;
            font-weight: 300; } }
        @media (min-width: 601px) and (max-width: 800px) {
          #project-content .project-header .scrim .title-wrapper .title {
            font-size: 36px;
            font-weight: 200; } }
        @media (min-width: 801px) and (max-width: 1000px) {
          #project-content .project-header .scrim .title-wrapper .title {
            font-size: 44px;
            font-weight: 200; } }
        @media (min-width: 1001px) {
          #project-content .project-header .scrim .title-wrapper .title {
            font-size: 52px;
            font-weight: 200; } }
#project-content .wrapper .project-info-wrapper {
  position: relative;
  width: 100%;
  padding: 50px 5% 40px 5%;
  background: #252526; }
  #project-content .wrapper .project-info-wrapper.noBody.noStats {
    display: none; }
  #project-content .wrapper .project-info-wrapper.noBody .wysiwyg {
    display: none; }
  #project-content .wrapper .project-info-wrapper.noStats .wysiwyg {
    width: 50% !important;
    margin-bottom: 0 !important; }
  #project-content .wrapper .project-info-wrapper.noStats .stats {
    display: none; }
  #project-content .wrapper .project-info-wrapper .subhead {
    font-family: "HelveticaSR";
    font-size: 30px;
    font-weight: 200;
    color: #ffffff;
    margin-bottom: 30px; }
  #project-content .wrapper .project-info-wrapper .wysiwyg {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 20px; }
    #project-content .wrapper .project-info-wrapper .wysiwyg h1, #project-content .wrapper .project-info-wrapper .wysiwyg h2, #project-content .wrapper .project-info-wrapper .wysiwyg h3, #project-content .wrapper .project-info-wrapper .wysiwyg p, #project-content .wrapper .project-info-wrapper .wysiwyg ul {
      color: #cccccc; }
    @media (max-width: 600px) {
      #project-content .wrapper .project-info-wrapper .wysiwyg {
        width: 100%;
        margin-bottom: 30px; } }
  #project-content .wrapper .project-info-wrapper .stats {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 20px; }
    @media (max-width: 600px) {
      #project-content .wrapper .project-info-wrapper .stats {
        width: 100%; } }
    #project-content .wrapper .project-info-wrapper .stats .stat-wrapper {
      font-family: "HelveticaSR";
      margin-bottom: 30px; }
      #project-content .wrapper .project-info-wrapper .stats .stat-wrapper .stat {
        display: inline-block;
        padding: 5px 0;
        font-size: 36px;
        font-weight: 200;
        letter-spacing: -0.025em;
        color: #ee861e; }
        #project-content .wrapper .project-info-wrapper .stats .stat-wrapper .stat.budget:before {
          content: "$";
          font-size: 18px;
          vertical-align: text-top;
          padding-right: 5px; }
      #project-content .wrapper .project-info-wrapper .stats .stat-wrapper .tip {
        display: block;
        margin-top: -5px;
        padding-left: 1px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.03em;
        color: #cccccc; }
#project-content .wrapper .in-section-navigation {
  position: relative;
  width: 100%; }
  #project-content .wrapper .in-section-navigation .siblings-interface {
    padding: 50px 5% 0 5%;
    background: #fafafa; }
    #project-content .wrapper .in-section-navigation .siblings-interface .page-header {
      padding: 0 20px 50px 20px;
      font-family: "HelveticaSR";
      font-weight: 300; }
      #project-content .wrapper .in-section-navigation .siblings-interface .page-header a.backToProjects:hover h2 {
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -webkit-transform: translateX(20px);
        transform: translateX(20px); }
        #project-content .wrapper .in-section-navigation .siblings-interface .page-header a.backToProjects:hover h2:before {
          width: 20px; }
      #project-content .wrapper .in-section-navigation .siblings-interface .page-header a.backToProjects:hover + h2 {
        opacity: 0; }
      #project-content .wrapper .in-section-navigation .siblings-interface .page-header a.backToProjects h2 {
        position: relative;
        margin-left: -20px;
        padding-left: 20px;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        #project-content .wrapper .in-section-navigation .siblings-interface .page-header a.backToProjects h2:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          margin-top: -3px;
          margin-left: -10px;
          width: 0;
          height: 2px;
          background: #000000;
          -moz-transition: all 0.2s;
          -o-transition: all 0.2s;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
      #project-content .wrapper .in-section-navigation .siblings-interface .page-header h2 {
        display: inline-block;
        margin-bottom: 10px;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        @media (max-width: 600px) {
          #project-content .wrapper .in-section-navigation .siblings-interface .page-header h2 {
            font-size: 14px; } }
        @media (min-width: 601px) and (max-width: 800px) {
          #project-content .wrapper .in-section-navigation .siblings-interface .page-header h2 {
            font-size: 16px; } }
        @media (min-width: 801px) {
          #project-content .wrapper .in-section-navigation .siblings-interface .page-header h2 {
            font-size: 18px; } }
        @media (max-width: 600px) {
          #project-content .wrapper .in-section-navigation .siblings-interface .page-header h2.larger {
            font-size: 18px; } }
        @media (min-width: 601px) and (max-width: 800px) {
          #project-content .wrapper .in-section-navigation .siblings-interface .page-header h2.larger {
            font-size: 21px; } }
        @media (min-width: 801px) {
          #project-content .wrapper .in-section-navigation .siblings-interface .page-header h2.larger {
            font-size: 24px; } }
        #project-content .wrapper .in-section-navigation .siblings-interface .page-header h2 .slash {
          color: #cccccc; }
      #project-content .wrapper .in-section-navigation .siblings-interface .page-header h1 {
        color: #000000; }
        @media (max-width: 600px) {
          #project-content .wrapper .in-section-navigation .siblings-interface .page-header h1 {
            font-size: 36px;
            font-weight: 200; } }
        @media (min-width: 601px) and (max-width: 800px) {
          #project-content .wrapper .in-section-navigation .siblings-interface .page-header h1 {
            font-size: 42px;
            font-weight: 200; } }
        @media (min-width: 801px) {
          #project-content .wrapper .in-section-navigation .siblings-interface .page-header h1 {
            font-size: 48px;
            font-weight: 100; } }
      #project-content .wrapper .in-section-navigation .siblings-interface .page-header .siblings a {
        display: block;
        margin-top: 10px; }
        #project-content .wrapper .in-section-navigation .siblings-interface .page-header .siblings a h2 {
          margin-bottom: 0; }
    #project-content .wrapper .in-section-navigation .siblings-interface .project-teaser {
      position: relative;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 50px;
      opacity: 0;
      -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
      -moz-transition: -moz-transform 0.8s, opacity 0.8s;
      -ms-transition: -ms-transform 0.8s, opacity 0.8s;
      -o-transition: -o-transform 0.8s, opacity 0.8s;
      transition: transform 0.8s, opacity 0.8s;
      -moz-transform: translateY(100px);
      -ms-transform: translateY(100px);
      -webkit-transform: translateY(100px);
      transform: translateY(100px); }
      @media (max-width: 400px) {
        #project-content .wrapper .in-section-navigation .siblings-interface .project-teaser {
          width: 100%; } }
      @media (min-width: 401px) and (max-width: 600px) {
        #project-content .wrapper .in-section-navigation .siblings-interface .project-teaser {
          width: 50%; } }
      @media (min-width: 601px) {
        #project-content .wrapper .in-section-navigation .siblings-interface .project-teaser {
          width: 33.33333%; } }
      #project-content .wrapper .in-section-navigation .siblings-interface .project-teaser.in-view {
        opacity: 1;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0); }
      #project-content .wrapper .in-section-navigation .siblings-interface .project-teaser:hover .bg {
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1); }
        #project-content .wrapper .in-section-navigation .siblings-interface .project-teaser:hover .bg.dramatic {
          opacity: 0; }
      #project-content .wrapper .in-section-navigation .siblings-interface .project-teaser:hover .info-wrapper .title {
        color: #000000;
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -webkit-transform: translateX(20px);
        transform: translateX(20px); }
        #project-content .wrapper .in-section-navigation .siblings-interface .project-teaser:hover .info-wrapper .title:before {
          width: 20px; }
      #project-content .wrapper .in-section-navigation .siblings-interface .project-teaser .bg-wrapper {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 75%;
        overflow: hidden; }
      #project-content .wrapper .in-section-navigation .siblings-interface .project-teaser .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
      #project-content .wrapper .in-section-navigation .siblings-interface .project-teaser .info-wrapper {
        margin-top: 20px;
        padding: 0 20px;
        font-family: "HelveticaSR";
        font-weight: 200; }
        #project-content .wrapper .in-section-navigation .siblings-interface .project-teaser .info-wrapper .title {
          font-size: 18px;
          color: rgba(0, 0, 0, 0.75);
          margin-left: -20px;
          padding-left: 20px;
          -moz-transition: all 0.2s;
          -o-transition: all 0.2s;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
          #project-content .wrapper .in-section-navigation .siblings-interface .project-teaser .info-wrapper .title:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -3px;
            margin-left: -10px;
            width: 0;
            height: 2px;
            background: #000000;
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            -webkit-transition: all 0.2s;
            transition: all 0.2s; }
  #project-content .wrapper .in-section-navigation .projects-interface {
    padding: 50px 5% 40px 5%;
    background: #f0f0f0; }
    #project-content .wrapper .in-section-navigation .projects-interface.in-view .top-level {
      opacity: 1;
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0); }
      #project-content .wrapper .in-section-navigation .projects-interface.in-view .top-level .child-level-wrapper .child-level {
        opacity: 1;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0); }
    #project-content .wrapper .in-section-navigation .projects-interface .title {
      position: relative;
      font-family: "HelveticaSR";
      color: #000000;
      padding: 0 20px 40px 20px; }
      @media (max-width: 600px) {
        #project-content .wrapper .in-section-navigation .projects-interface .title {
          font-size: 36px;
          font-weight: 200; } }
      @media (min-width: 601px) and (max-width: 800px) {
        #project-content .wrapper .in-section-navigation .projects-interface .title {
          font-size: 42px;
          font-weight: 200; } }
      @media (min-width: 801px) {
        #project-content .wrapper .in-section-navigation .projects-interface .title {
          font-size: 48px;
          font-weight: 100; } }
    #project-content .wrapper .in-section-navigation .projects-interface .top-level {
      display: inline-block;
      vertical-align: top;
      padding: 0 20px;
      margin-bottom: 30px;
      opacity: 0;
      -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
      -moz-transition: -moz-transform 0.8s, opacity 0.8s;
      -ms-transition: -ms-transform 0.8s, opacity 0.8s;
      -o-transition: -o-transform 0.8s, opacity 0.8s;
      transition: transform 0.8s, opacity 0.8s;
      -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
      -webkit-transform: translateY(10px);
      transform: translateY(10px); }
      @media (max-width: 500px) {
        #project-content .wrapper .in-section-navigation .projects-interface .top-level {
          width: 100%; } }
      @media (min-width: 501px) and (max-width: 800px) {
        #project-content .wrapper .in-section-navigation .projects-interface .top-level {
          width: 50%; } }
      @media (min-width: 801px) and (max-width: 1000px) {
        #project-content .wrapper .in-section-navigation .projects-interface .top-level {
          width: 33.33333%; } }
      @media (min-width: 1001px) {
        #project-content .wrapper .in-section-navigation .projects-interface .top-level {
          width: 20%; } }
      #project-content .wrapper .in-section-navigation .projects-interface .top-level h1 {
        font-family: "HelveticaSR";
        font-weight: 300;
        font-size: 24px;
        color: #000000;
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid #ee861e; }
      #project-content .wrapper .in-section-navigation .projects-interface .top-level .child-level-wrapper {
        margin-top: 10px; }
        #project-content .wrapper .in-section-navigation .projects-interface .top-level .child-level-wrapper .child-level {
          padding: 5px 0;
          opacity: 0;
          -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
          -moz-transition: -moz-transform 0.8s, opacity 0.8s;
          -ms-transition: -ms-transform 0.8s, opacity 0.8s;
          -o-transition: -o-transform 0.8s, opacity 0.8s;
          transition: transform 0.8s, opacity 0.8s;
          -moz-transform: translateY(10px);
          -ms-transform: translateY(10px);
          -webkit-transform: translateY(10px);
          transform: translateY(10px); }
          #project-content .wrapper .in-section-navigation .projects-interface .top-level .child-level-wrapper .child-level h2 {
            font-family: "HelveticaSR";
            font-weight: 300;
            font-size: 18px; }

body.page-taxonomy:not(.has-overlay) header .line {
  background: #ee861e !important; }

#project-taxonomy-content {
  position: relative;
  padding: 175px 5% 100px 5%; }
  #project-taxonomy-content .page-header {
    padding: 0 20px 50px 20px;
    font-family: "HelveticaSR";
    font-weight: 300; }
    #project-taxonomy-content .page-header a.backToProjects:hover h2 {
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -webkit-transform: translateX(20px);
      transform: translateX(20px); }
      #project-taxonomy-content .page-header a.backToProjects:hover h2:before {
        width: 20px; }
    #project-taxonomy-content .page-header a.backToProjects:hover + h2 {
      opacity: 0; }
    #project-taxonomy-content .page-header a.backToProjects h2 {
      position: relative;
      margin-left: -20px;
      padding-left: 20px;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      #project-taxonomy-content .page-header a.backToProjects h2:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -3px;
        margin-left: -10px;
        width: 0;
        height: 2px;
        background: #000000;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
    #project-taxonomy-content .page-header h2 {
      display: inline-block;
      margin-bottom: 10px;
      font-size: 18px;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      @media (max-width: 600px) {
        #project-taxonomy-content .page-header h2 {
          font-size: 14px; } }
      @media (min-width: 601px) and (max-width: 800px) {
        #project-taxonomy-content .page-header h2 {
          font-size: 16px; } }
      @media (min-width: 801px) {
        #project-taxonomy-content .page-header h2 {
          font-size: 18px; } }
      @media (max-width: 600px) {
        #project-taxonomy-content .page-header h2.larger {
          font-size: 18px; } }
      @media (min-width: 601px) and (max-width: 800px) {
        #project-taxonomy-content .page-header h2.larger {
          font-size: 21px; } }
      @media (min-width: 801px) {
        #project-taxonomy-content .page-header h2.larger {
          font-size: 24px; } }
      #project-taxonomy-content .page-header h2 .slash {
        color: #cccccc; }
    #project-taxonomy-content .page-header h1 {
      color: #000000; }
      @media (max-width: 600px) {
        #project-taxonomy-content .page-header h1 {
          font-size: 36px;
          font-weight: 200; } }
      @media (min-width: 601px) and (max-width: 800px) {
        #project-taxonomy-content .page-header h1 {
          font-size: 42px;
          font-weight: 200; } }
      @media (min-width: 801px) {
        #project-taxonomy-content .page-header h1 {
          font-size: 48px;
          font-weight: 100; } }
    #project-taxonomy-content .page-header .siblings a {
      display: block;
      margin-top: 10px; }
      #project-taxonomy-content .page-header .siblings a h2 {
        margin-bottom: 0; }
  #project-taxonomy-content .project-teaser {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
    -moz-transition: -moz-transform 0.8s, opacity 0.8s;
    -ms-transition: -ms-transform 0.8s, opacity 0.8s;
    -o-transition: -o-transform 0.8s, opacity 0.8s;
    transition: transform 0.8s, opacity 0.8s;
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
    @media (max-width: 400px) {
      #project-taxonomy-content .project-teaser {
        width: 100%; } }
    @media (min-width: 401px) and (max-width: 600px) {
      #project-taxonomy-content .project-teaser {
        width: 50%; } }
    @media (min-width: 601px) {
      #project-taxonomy-content .project-teaser {
        width: 33.33333%; } }
    #project-taxonomy-content .project-teaser.in-view {
      opacity: 1;
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    #project-taxonomy-content .project-teaser:hover .bg {
      -moz-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      -webkit-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1); }
      #project-taxonomy-content .project-teaser:hover .bg.dramatic {
        opacity: 0; }
    #project-taxonomy-content .project-teaser:hover .info-wrapper .title {
      color: #000000;
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -webkit-transform: translateX(20px);
      transform: translateX(20px); }
      #project-taxonomy-content .project-teaser:hover .info-wrapper .title:before {
        width: 20px; }
    #project-taxonomy-content .project-teaser .bg-wrapper {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 75%;
      overflow: hidden; }
    #project-taxonomy-content .project-teaser .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    #project-taxonomy-content .project-teaser .info-wrapper {
      margin-top: 20px;
      padding: 0 20px;
      font-family: "HelveticaSR";
      font-weight: 200; }
      #project-taxonomy-content .project-teaser .info-wrapper .title {
        font-size: 18px;
        color: rgba(0, 0, 0, 0.75);
        margin-left: -20px;
        padding-left: 20px;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        #project-taxonomy-content .project-teaser .info-wrapper .title:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          margin-top: -3px;
          margin-left: -10px;
          width: 0;
          height: 2px;
          background: #000000;
          -moz-transition: all 0.2s;
          -o-transition: all 0.2s;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }

body.node-alias-contact .contact-content {
  position: relative;
  padding: 50px 5%;
  background: #ffffff; }
  body.node-alias-contact .contact-content .global-info {
    padding: 0 20px; }
    @media (max-width: 600px) {
      body.node-alias-contact .contact-content .global-info .links, body.node-alias-contact .contact-content .global-info .wysiwyg {
        width: 100%; } }
    @media (min-width: 601px) and (max-width: 1000px) {
      body.node-alias-contact .contact-content .global-info .links, body.node-alias-contact .contact-content .global-info .wysiwyg {
        width: 50%; } }
    @media (min-width: 1001px) {
      body.node-alias-contact .contact-content .global-info .links, body.node-alias-contact .contact-content .global-info .wysiwyg {
        width: 33.33333%; } }
    body.node-alias-contact .contact-content .global-info .links {
      display: inline-block;
      vertical-align: top; }
    body.node-alias-contact .contact-content .global-info .wysiwyg {
      display: inline-block;
      vertical-align: top; }
    body.node-alias-contact .contact-content .global-info .link {
      display: block;
      margin-bottom: 15px; }
      body.node-alias-contact .contact-content .global-info .link .icon {
        display: inline-block;
        vertical-align: middle;
        font-family: "icons";
        font-size: 30px; }
      body.node-alias-contact .contact-content .global-info .link .tip {
        display: inline-block;
        vertical-align: middle;
        font-weight: 600;
        margin-top: 3px;
        margin-left: 5px; }
      body.node-alias-contact .contact-content .global-info .link.team .icon {
        font-weight: 600; }
      body.node-alias-contact .contact-content .global-info .link.team .tip {
        font-size: 24px;
        margin-top: 10px; }
  body.node-alias-contact .contact-content #locations {
    margin: 0 10px;
    padding: 50px 0; }
    body.node-alias-contact .contact-content #locations .location {
      display: inline-block;
      vertical-align: top;
      width: 33.33333%;
      padding: 20px 10px 0 10px; }
      body.node-alias-contact .contact-content #locations .location .open-map {
        display: block;
        font-weight: 600;
        margin-top: 15px;
        margin-left: -5px; }
        body.node-alias-contact .contact-content #locations .location .open-map .icon {
          display: inline-block;
          vertical-align: middle;
          font-family: "icons";
          font-size: 30px; }
        body.node-alias-contact .contact-content #locations .location .open-map .tip {
          display: inline-block;
          vertical-align: middle;
          margin-top: 3px;
          margin-left: 5px; }
      body.node-alias-contact .contact-content #locations .location .address_1 {
        padding: 5px 0; }
      body.node-alias-contact .contact-content #locations .location .contact-details {
        display: inline-block;
        vertical-align: top;
        width: 100%; }
        body.node-alias-contact .contact-content #locations .location .contact-details .title {
          font-weight: 200;
          font-size: 30px;
          margin-bottom: 3px;
          color: #000000; }
        body.node-alias-contact .contact-content #locations .location .contact-details .subtitle {
          font-weight: 300;
          font-size: 18px;
          margin-bottom: 20px;
          color: #666666; }
        body.node-alias-contact .contact-content #locations .location .contact-details .phone {
          font-weight: 200;
          font-size: 30px;
          letter-spacing: -0.025em;
          margin-bottom: 5px; }
        body.node-alias-contact .contact-content #locations .location .contact-details .compact-display {
          display: none; }
      body.node-alias-contact .contact-content #locations .location .map-canvas {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 0;
        padding-bottom: 75%;
        white-space: normal;
        margin: 15px 0 20px 0; }
      body.node-alias-contact .contact-content #locations .location .div {
        padding-bottom: 20px;
        border-bottom: 1px solid #ee861e; }
    @media (max-width: 1000px) {
      body.node-alias-contact .contact-content #locations {
        margin: 0 -10px; }
        body.node-alias-contact .contact-content #locations .location {
          width: 100%; }
          body.node-alias-contact .contact-content #locations .location .contact-details {
            width: 50%;
            padding: 0 20px; }
            body.node-alias-contact .contact-content #locations .location .contact-details .compact-display {
              display: block; }
          body.node-alias-contact .contact-content #locations .location .map-canvas {
            width: 50%;
            padding-bottom: 37.5%;
            margin: 0; }
          body.node-alias-contact .contact-content #locations .location .loose-display {
            display: none; } }
    @media (max-width: 600px) {
      body.node-alias-contact .contact-content #locations .location .contact-details {
        width: 100%; }
      body.node-alias-contact .contact-content #locations .location .map-canvas {
        display: none; } }

body.node-alias-contact .contact-content {
  position: relative;
  padding: 50px 5%;
  background: #ffffff; }
  body.node-alias-contact .contact-content .global-info {
    padding: 0 20px; }
    @media (max-width: 600px) {
      body.node-alias-contact .contact-content .global-info .links, body.node-alias-contact .contact-content .global-info .wysiwyg {
        width: 100%; } }
    @media (min-width: 601px) and (max-width: 1000px) {
      body.node-alias-contact .contact-content .global-info .links, body.node-alias-contact .contact-content .global-info .wysiwyg {
        width: 50%; } }
    @media (min-width: 1001px) {
      body.node-alias-contact .contact-content .global-info .links, body.node-alias-contact .contact-content .global-info .wysiwyg {
        width: 33.33333%; } }
    body.node-alias-contact .contact-content .global-info .links {
      display: inline-block;
      vertical-align: top; }
    body.node-alias-contact .contact-content .global-info .wysiwyg {
      display: inline-block;
      vertical-align: top; }
    body.node-alias-contact .contact-content .global-info .link {
      display: block;
      margin-bottom: 15px; }
      body.node-alias-contact .contact-content .global-info .link .icon {
        display: inline-block;
        vertical-align: middle;
        font-family: "icons";
        font-size: 30px; }
      body.node-alias-contact .contact-content .global-info .link .tip {
        display: inline-block;
        vertical-align: middle;
        font-weight: 600;
        margin-top: 3px;
        margin-left: 5px; }
      body.node-alias-contact .contact-content .global-info .link.team .icon {
        font-weight: 600; }
      body.node-alias-contact .contact-content .global-info .link.team .tip {
        font-size: 24px;
        margin-top: 10px; }
  body.node-alias-contact .contact-content #locations {
    margin: 0 10px;
    padding: 50px 0; }
    body.node-alias-contact .contact-content #locations .location {
      display: inline-block;
      vertical-align: top;
      width: 33.33333%;
      padding: 20px 10px 0 10px; }
      body.node-alias-contact .contact-content #locations .location .open-map {
        display: block;
        font-weight: 600;
        margin-top: 15px;
        margin-left: -5px; }
        body.node-alias-contact .contact-content #locations .location .open-map .icon {
          display: inline-block;
          vertical-align: middle;
          font-family: "icons";
          font-size: 30px; }
        body.node-alias-contact .contact-content #locations .location .open-map .tip {
          display: inline-block;
          vertical-align: middle;
          margin-top: 3px;
          margin-left: 5px; }
      body.node-alias-contact .contact-content #locations .location .address_1 {
        padding: 5px 0; }
      body.node-alias-contact .contact-content #locations .location .contact-details {
        display: inline-block;
        vertical-align: top;
        width: 100%; }
        body.node-alias-contact .contact-content #locations .location .contact-details .title {
          font-weight: 200;
          font-size: 30px;
          margin-bottom: 3px;
          color: #000000; }
        body.node-alias-contact .contact-content #locations .location .contact-details .subtitle {
          font-weight: 300;
          font-size: 18px;
          margin-bottom: 20px;
          color: #666666; }
        body.node-alias-contact .contact-content #locations .location .contact-details .phone {
          font-weight: 200;
          font-size: 30px;
          letter-spacing: -0.025em;
          margin-bottom: 5px; }
        body.node-alias-contact .contact-content #locations .location .contact-details .compact-display {
          display: none; }
      body.node-alias-contact .contact-content #locations .location .map-canvas {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 0;
        padding-bottom: 75%;
        white-space: normal;
        margin: 15px 0 20px 0; }
      body.node-alias-contact .contact-content #locations .location .div {
        padding-bottom: 20px;
        border-bottom: 1px solid #ee861e; }
    @media (max-width: 1000px) {
      body.node-alias-contact .contact-content #locations {
        margin: 0 -10px; }
        body.node-alias-contact .contact-content #locations .location {
          width: 100%; }
          body.node-alias-contact .contact-content #locations .location .contact-details {
            width: 50%;
            padding: 0 20px; }
            body.node-alias-contact .contact-content #locations .location .contact-details .compact-display {
              display: block; }
          body.node-alias-contact .contact-content #locations .location .map-canvas {
            width: 50%;
            padding-bottom: 37.5%;
            margin: 0; }
          body.node-alias-contact .contact-content #locations .location .loose-display {
            display: none; } }
    @media (max-width: 600px) {
      body.node-alias-contact .contact-content #locations .location .contact-details {
        width: 100%; }
      body.node-alias-contact .contact-content #locations .location .map-canvas {
        display: none; } }

body.page-not-found .wysiwyg {
  text-align: center; }
  body.page-not-found .wysiwyg a {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    padding: 15px;
    padding-top: 20px;
    -moz-border-radius: 50px / 50px;
    -webkit-border-radius: 50px 50px;
    border-radius: 50px / 50px; }
    body.page-not-found .wysiwyg a:hover {
      background-color: #ee861e;
      color: #f9d3ac; }

body.page-forbidden .wysiwyg {
  text-align: center; }
  body.page-forbidden .wysiwyg a {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    padding: 15px;
    padding-top: 20px;
    -moz-border-radius: 50px / 50px;
    -webkit-border-radius: 50px 50px;
    border-radius: 50px / 50px; }
    body.page-forbidden .wysiwyg a:hover {
      background-color: #ee861e;
      color: #f9d3ac; }

html {
  font-family: "Open Sans", sans-serif;
  height: 100%; }

body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #898989;
  margin: 0px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }
  body.has-overlay {
    overflow: hidden; }
  body.page-user header {
    display: none; }
  body.page-user section#content {
    padding: 200px 5%; }
    body.page-user section#content input {
      padding: 10px; }
  body.page-user.not-logged-in header {
    display: table; }

.spinner {
  display: none !important; }

#nprogress .bar {
  background-color: #ee861e; }
#nprogress .peg {
  display: none; }

body.has-overlay #nprogress .bar {
  z-index: 2000;
  background-color: #fff !important; }

a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #ee861e;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  a:hover {
    color: #c06000; }
  a.lineout {
    color: rgba(0, 0, 0, 0.75);
    margin-left: -20px;
    padding-left: 20px; }
    a.lineout:hover {
      color: #000000;
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -webkit-transform: translateX(20px);
      transform: translateX(20px); }
      a.lineout:hover:before {
        width: 20px; }
    a.lineout:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -3px;
      margin-left: -10px;
      width: 0;
      height: 2px;
      background: #000000;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }

#toolbar {
  z-index: 5000; }

.fade-in {
  opacity: 0; }
  .fade-in.ready {
    -moz-transition: opacity cubic-bezier(0.85, 0, 0.15, 1) 0.5s;
    -o-transition: opacity cubic-bezier(0.85, 0, 0.15, 1) 0.5s;
    -webkit-transition: opacity cubic-bezier(0.85, 0, 0.15, 1) 0.5s;
    transition: opacity cubic-bezier(0.85, 0, 0.15, 1) 0.5s;
    opacity: 1; }

header {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  display: table;
  padding: 20px 5%;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  body.has-overlay header .header-left {
    opacity: 0; }
  header .header-left {
    display: table-cell;
    width: 80px;
    height: 80px;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    header .header-left .logo {
      width: 100%;
      height: 100%; }
      header .header-left .logo #logo {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        overflow: hidden;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
        header .header-left .logo #logo:hover {
          -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
          -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); }
          header .header-left .logo #logo:hover:after {
            opacity: 0;
            -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            -moz-transition: all 0.4s;
            -o-transition: all 0.4s;
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
        header .header-left .logo #logo:after {
          content: "";
          position: absolute;
          top: 0;
          left: 100%;
          width: 282.84271%;
          height: 282.84271%;
          margin-top: -141.42136%;
          margin-left: -141.42136%;
          background: rgba(255, 255, 255, 0.5);
          opacity: 1;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          -moz-transform: scale(0, 0);
          -ms-transform: scale(0, 0);
          -webkit-transform: scale(0, 0);
          transform: scale(0, 0); }
  header .header-right {
    display: table-cell;
    text-align: right;
    vertical-align: middle; }
    header .header-right .menu-btn {
      cursor: pointer;
      display: inline-block; }
      html:not(.mobile) header .header-right .menu-btn:hover .line:first-child {
        -moz-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px); }
      html:not(.mobile) header .header-right .menu-btn:hover .line:last-child {
        -moz-transform: translateY(4px);
        -ms-transform: translateY(4px);
        -webkit-transform: translateY(4px);
        transform: translateY(4px); }
      body.has-overlay header .header-right .menu-btn {
        padding: 15px 0; }
        body.has-overlay header .header-right .menu-btn .line {
          opacity: 0;
          margin-bottom: 0;
          background: #ffffff;
          -moz-transform-origin: 36% 50%;
          -ms-transform-origin: 36% 50%;
          -webkit-transform-origin: 36% 50%;
          transform-origin: 36% 50%; }
        body.has-overlay header .header-right .menu-btn .line:first-child {
          opacity: 1;
          -moz-transform: rotate(45deg) !important;
          -ms-transform: rotate(45deg) !important;
          -webkit-transform: rotate(45deg) !important;
          transform: rotate(45deg) !important; }
        body.has-overlay header .header-right .menu-btn .line:last-child {
          opacity: 1;
          -moz-transform: rotate(-45deg) !important;
          -ms-transform: rotate(-45deg) !important;
          -webkit-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important; }
      header .header-right .menu-btn .line {
        width: 40px;
        height: 4px;
        margin-bottom: 4px;
        background: #ee861e;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        header .header-right .menu-btn .line:last-child {
          margin-bottom: 0 !important; }

.cta-wrapper {
  position: relative;
  width: 100%;
  background: #252526; }
  .cta-wrapper .cta {
    padding: 50px 5%;
    font-family: "HelveticaSR"; }
    .cta-wrapper .cta .cta-block {
      display: inline-block;
      vertical-align: top;
      width: 33.33333%;
      padding: 0 20px; }
      @media (max-width: 750px) {
        .cta-wrapper .cta .cta-block {
          width: 100%;
          margin-bottom: 30px; } }
      .cta-wrapper .cta .cta-block .heading {
        display: block; }
        .cta-wrapper .cta .cta-block .heading h2 {
          font-weight: 300;
          font-size: 24px;
          margin-bottom: 20px; }
    .cta-wrapper .cta .cta-news .news-cta-teaser {
      display: block;
      margin-bottom: 15px; }
      .cta-wrapper .cta .cta-news .news-cta-teaser .title {
        font-weight: 300;
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 5px; }
      .cta-wrapper .cta .cta-news .news-cta-teaser .date {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5); }
    .cta-wrapper .cta .cta-contact .tel {
      font-weight: 300;
      font-size: 16px;
      color: #ffffff;
      margin-bottom: 5px; }
    .cta-wrapper .cta .cta-contact .email {
      font-weight: 300; }
    .cta-wrapper .cta .cta-contact .title {
      display: block;
      padding-top: 10px;
      font-weight: 300;
      font-size: 16px; }
    .cta-wrapper .cta .cta-contact .subtitle {
      padding-bottom: 7px; }
    .cta-wrapper .cta .cta-contact .address {
      color: #ffffff; }
      .cta-wrapper .cta .cta-contact .address_1 {
        margin-bottom: 3px; }
    .cta-wrapper .cta .cta-about .description {
      line-height: 1.3;
      margin-bottom: 15px; }
    .cta-wrapper .cta .cta-about .learn-more {
      font-weight: 300; }
    .cta-wrapper .cta .cta-bottom {
      display: table;
      width: 100%;
      table-layout: fixed;
      padding: 20px 20px 0 20px; }
      @media (max-width: 480px) {
        .cta-wrapper .cta .cta-bottom .language-toggle-wrapper, .cta-wrapper .cta .cta-bottom .attrib-legal {
          display: block !important; }
        .cta-wrapper .cta .cta-bottom .attrib-legal {
          text-align: left !important;
          margin-top: 20px; } }
      .cta-wrapper .cta .cta-bottom .language-toggle-wrapper {
        display: table-cell;
        vertical-align: middle;
        width: 100px;
        min-width: 100px;
        max-width: 100px; }
        .cta-wrapper .cta .cta-bottom .language-toggle-wrapper a.languageToggleBtn {
          display: inline-block;
          text-align: center;
          width: 44px;
          height: 44px;
          line-height: 44px;
          font-size: 12px;
          font-weight: 600;
          text-transform: uppercase;
          border: 1px solid #ee861e;
          -moz-border-radius: 50% / 50%;
          -webkit-border-radius: 50% 50%;
          border-radius: 50% / 50%; }
          .cta-wrapper .cta .cta-bottom .language-toggle-wrapper a.languageToggleBtn:hover {
            background-color: #ee861e;
            color: #ffffff; }
      .cta-wrapper .cta .cta-bottom .attrib-legal {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        text-align: right;
        font-size: 12px; }
        .cta-wrapper .cta .cta-bottom .attrib-legal .designed-by {
          margin-right: 12px; }
          @media (max-width: 600px) {
            .cta-wrapper .cta .cta-bottom .attrib-legal .designed-by {
              display: block;
              margin-bottom: 10px;
              margin-right: 0; } }
        .cta-wrapper .cta .cta-bottom .attrib-legal .copyright .sr-name {
          color: #ffffff; }
        .cta-wrapper .cta .cta-bottom .attrib-legal .copyright .sr-plus {
          color: #ee861e; }
