@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Apercu";
  src: url("../fonts/apercu-regular.eot");
  src: url("../fonts/apercu-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu-regular.woff2") format("woff2"), url("../fonts/apercu-regular.woff") format("woff"), url("../fonts/apercu-regular.ttf") format("truetype");
}
@font-face {
  font-weight: 600;
  font-style: normal;
  font-family: "Apercu";
  src: url("../fonts/apercu-medium.eot");
  src: url("../fonts/apercu-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu-medium.woff2") format("woff2"), url("../fonts/apercu-medium.woff") format("woff"), url("../fonts/apercu-medium.ttf") format("truetype");
}
@font-face {
  font-weight: 300;
  font-style: normal;
  font-family: "Apercu";
  src: url("../fonts/apercu-light.eot");
  src: url("../fonts/apercu-light.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu-light.woff2") format("woff2"), url("../fonts/apercu-light.woff") format("woff"), url("../fonts/apercu-light.ttf") format("truetype");
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Cabin Sketch";
  src: url("../fonts/cabinsketch-regular.eot");
  src: url("../fonts/cabinsketch-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/cabinsketch-regular.woff2") format("woff2"), url("../fonts/cabinsketch-regular.woff") format("woff"), url("../fonts/cabinsketch-regular.ttf") format("truetype");
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Site Icons";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg") format("svg");
}
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,
button {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

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

body {
  line-height: 1;
}

body,
input[type=submit],
input[type=button],
button {
  -webkit-font-smoothing: antialiased;
}

ol,
ul {
  list-style: none;
}

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

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

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=color],
input[type=submit],
input[type=button],
input[type=search],
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  border: none;
  border-radius: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 16px;
  background: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=color]:focus,
input[type=submit]:focus,
input[type=button]:focus,
input[type=search]:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
}

button {
  width: auto;
}

input[type=radio],
input[type=checkbox],
input[type=color],
input[type=submit],
input[type=button],
button,
select {
  cursor: pointer;
}

textarea {
  resize: none;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

.project-gallery, .flex-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
.project-gallery iframe, .flex-container iframe,
.project-gallery object,
.flex-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row {
  margin-left: -20px;
  font-size: 0;
}
.row.row--reverse {
  direction: rtl;
  text-align: left;
}
.row.row--centred {
  text-align: center;
}
.row.row--flush {
  margin-left: 0;
}
.row.row--flush > .col {
  padding-left: 0;
}
.row.row--bottom-aligned > .col {
  vertical-align: bottom;
}
.row--wide {
  margin-left: -40px;
}

.col {
  font-size: 16px;
  text-align: left;
  direction: ltr;
  vertical-align: top;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: normal;
  padding-left: 20px;
}
.row--wide .col {
  padding-left: 40px;
}

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

.col--margin-right {
  margin-right: 80px;
}
@media only screen and (max-width: 810px) {
  .col--margin-right {
    margin-right: 48px;
  }
}
@media only screen and (max-width: 490px) {
  .col--margin-right {
    margin-right: 19.2px;
  }
}

.col--gap-mobile {
  margin-bottom: 32px;
}

@media only screen and (max-width: 1150px) {
  .col--hide-b {
    display: none;
  }
}
@media only screen and (max-width: 490px) {
  .col--hide-b {
    display: block;
  }
}

@media only screen and (max-width: 950px) {
  .col--hide-c {
    display: none;
  }
}
@media only screen and (max-width: 490px) {
  .col--hide-c {
    display: block;
  }
}

@media only screen and (max-width: 490px) {
  .col--hide-on-mob {
    display: none;
  }
}

.a1-12 {
  width: 8.3333333333%;
}

.a2-12 {
  width: 16.6666666667%;
}

.a3-12 {
  width: 25%;
}

.a4-12 {
  width: 33.3333333333%;
}

.a5-12 {
  width: 41.6666666667%;
}

.a6-12 {
  width: 50%;
}

.a7-12 {
  width: 58.3333333333%;
}

.a8-12 {
  width: 66.6666666667%;
}

.a9-12 {
  width: 75%;
}

.a10-12 {
  width: 83.3333333333%;
}

.a11-12 {
  width: 91.6666666667%;
}

.a12-12 {
  width: 100%;
}

.a1-10 {
  width: 10%;
}

.a2-10 {
  width: 20%;
}

.a3-10 {
  width: 30%;
}

.a4-10 {
  width: 40%;
}

.a5-10 {
  width: 50%;
}

.a6-10 {
  width: 60%;
}

.a7-10 {
  width: 70%;
}

.a8-10 {
  width: 80%;
}

.a9-10 {
  width: 90%;
}

.a10-10 {
  width: 100%;
}

.a1-6 {
  width: 16.6666666667%;
}

.a2-6 {
  width: 33.3333333333%;
}

.a3-6 {
  width: 50%;
}

.a4-6 {
  width: 66.6666666667%;
}

.a5-6 {
  width: 83.3333333333%;
}

.a6-6 {
  width: 100%;
}

@media only screen and (max-width: 1150px) {
  .b1-12 {
    width: 8.3333333333%;
  }
  .b2-12 {
    width: 16.6666666667%;
  }
  .b3-12 {
    width: 25%;
  }
  .b4-12 {
    width: 33.3333333333%;
  }
  .b5-12 {
    width: 41.6666666667%;
  }
  .b6-12 {
    width: 50%;
  }
  .b7-12 {
    width: 58.3333333333%;
  }
  .b8-12 {
    width: 66.6666666667%;
  }
  .b9-12 {
    width: 75%;
  }
  .b10-12 {
    width: 83.3333333333%;
  }
  .b11-12 {
    width: 91.6666666667%;
  }
  .b12-12 {
    width: 100%;
  }
  .b1-10 {
    width: 10%;
  }
  .b2-10 {
    width: 20%;
  }
  .b3-10 {
    width: 30%;
  }
  .b4-10 {
    width: 40%;
  }
  .b5-10 {
    width: 50%;
  }
  .b6-10 {
    width: 60%;
  }
  .b7-10 {
    width: 70%;
  }
  .b8-10 {
    width: 80%;
  }
  .b9-10 {
    width: 90%;
  }
  .b10-10 {
    width: 100%;
  }
  .b1-6 {
    width: 16.6666666667%;
  }
  .b2-6 {
    width: 33.3333333333%;
  }
  .b3-6 {
    width: 50%;
  }
  .b4-6 {
    width: 66.6666666667%;
  }
  .b5-6 {
    width: 83.3333333333%;
  }
  .b6-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 1040px) {
  .bc1-12 {
    width: 8.3333333333%;
  }
  .bc2-12 {
    width: 16.6666666667%;
  }
  .bc3-12 {
    width: 25%;
  }
  .bc4-12 {
    width: 33.3333333333%;
  }
  .bc5-12 {
    width: 41.6666666667%;
  }
  .bc6-12 {
    width: 50%;
  }
  .bc7-12 {
    width: 58.3333333333%;
  }
  .bc8-12 {
    width: 66.6666666667%;
  }
  .bc9-12 {
    width: 75%;
  }
  .bc10-12 {
    width: 83.3333333333%;
  }
  .bc11-12 {
    width: 91.6666666667%;
  }
  .bc12-12 {
    width: 100%;
  }
  .bc1-10 {
    width: 10%;
  }
  .bc2-10 {
    width: 20%;
  }
  .bc3-10 {
    width: 30%;
  }
  .bc4-10 {
    width: 40%;
  }
  .bc5-10 {
    width: 50%;
  }
  .bc6-10 {
    width: 60%;
  }
  .bc7-10 {
    width: 70%;
  }
  .bc8-10 {
    width: 80%;
  }
  .bc9-10 {
    width: 90%;
  }
  .bc10-10 {
    width: 100%;
  }
  .bc1-6 {
    width: 16.6666666667%;
  }
  .bc2-6 {
    width: 33.3333333333%;
  }
  .bc3-6 {
    width: 50%;
  }
  .bc4-6 {
    width: 66.6666666667%;
  }
  .bc5-6 {
    width: 83.3333333333%;
  }
  .bc6-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 950px) {
  .c1-12 {
    width: 8.3333333333%;
  }
  .c2-12 {
    width: 16.6666666667%;
  }
  .c3-12 {
    width: 25%;
  }
  .c4-12 {
    width: 33.3333333333%;
  }
  .c5-12 {
    width: 41.6666666667%;
  }
  .c6-12 {
    width: 50%;
  }
  .c7-12 {
    width: 58.3333333333%;
  }
  .c8-12 {
    width: 66.6666666667%;
  }
  .c9-12 {
    width: 75%;
  }
  .c10-12 {
    width: 83.3333333333%;
  }
  .c11-12 {
    width: 91.6666666667%;
  }
  .c12-12 {
    width: 100%;
  }
  .c1-10 {
    width: 10%;
  }
  .c2-10 {
    width: 20%;
  }
  .c3-10 {
    width: 30%;
  }
  .c4-10 {
    width: 40%;
  }
  .c5-10 {
    width: 50%;
  }
  .c6-10 {
    width: 60%;
  }
  .c7-10 {
    width: 70%;
  }
  .c8-10 {
    width: 80%;
  }
  .c9-10 {
    width: 90%;
  }
  .c10-10 {
    width: 100%;
  }
  .c1-6 {
    width: 16.6666666667%;
  }
  .c2-6 {
    width: 33.3333333333%;
  }
  .c3-6 {
    width: 50%;
  }
  .c4-6 {
    width: 66.6666666667%;
  }
  .c5-6 {
    width: 83.3333333333%;
  }
  .c6-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 810px) {
  .d1-12 {
    width: 8.3333333333%;
  }
  .d2-12 {
    width: 16.6666666667%;
  }
  .d3-12 {
    width: 25%;
  }
  .d4-12 {
    width: 33.3333333333%;
  }
  .d5-12 {
    width: 41.6666666667%;
  }
  .d6-12 {
    width: 50%;
  }
  .d7-12 {
    width: 58.3333333333%;
  }
  .d8-12 {
    width: 66.6666666667%;
  }
  .d9-12 {
    width: 75%;
  }
  .d10-12 {
    width: 83.3333333333%;
  }
  .d11-12 {
    width: 91.6666666667%;
  }
  .d12-12 {
    width: 100%;
  }
  .d1-10 {
    width: 10%;
  }
  .d2-10 {
    width: 20%;
  }
  .d3-10 {
    width: 30%;
  }
  .d4-10 {
    width: 40%;
  }
  .d5-10 {
    width: 50%;
  }
  .d6-10 {
    width: 60%;
  }
  .d7-10 {
    width: 70%;
  }
  .d8-10 {
    width: 80%;
  }
  .d9-10 {
    width: 90%;
  }
  .d10-10 {
    width: 100%;
  }
  .d1-6 {
    width: 16.6666666667%;
  }
  .d2-6 {
    width: 33.3333333333%;
  }
  .d3-6 {
    width: 50%;
  }
  .d4-6 {
    width: 66.6666666667%;
  }
  .d5-6 {
    width: 83.3333333333%;
  }
  .d6-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 490px) {
  .e1-12 {
    width: 8.3333333333%;
  }
  .e2-12 {
    width: 16.6666666667%;
  }
  .e3-12 {
    width: 25%;
  }
  .e4-12 {
    width: 33.3333333333%;
  }
  .e5-12 {
    width: 41.6666666667%;
  }
  .e6-12 {
    width: 50%;
  }
  .e7-12 {
    width: 58.3333333333%;
  }
  .e8-12 {
    width: 66.6666666667%;
  }
  .e9-12 {
    width: 75%;
  }
  .e10-12 {
    width: 83.3333333333%;
  }
  .e11-12 {
    width: 91.6666666667%;
  }
  .e12-12 {
    width: 100%;
  }
  .e1-10 {
    width: 10%;
  }
  .e2-10 {
    width: 20%;
  }
  .e3-10 {
    width: 30%;
  }
  .e4-10 {
    width: 40%;
  }
  .e5-10 {
    width: 50%;
  }
  .e6-10 {
    width: 60%;
  }
  .e7-10 {
    width: 70%;
  }
  .e8-10 {
    width: 80%;
  }
  .e9-10 {
    width: 90%;
  }
  .e10-10 {
    width: 100%;
  }
  .e1-6 {
    width: 16.6666666667%;
  }
  .e2-6 {
    width: 33.3333333333%;
  }
  .e3-6 {
    width: 50%;
  }
  .e4-6 {
    width: 66.6666666667%;
  }
  .e5-6 {
    width: 83.3333333333%;
  }
  .e6-6 {
    width: 100%;
  }
}
img,
object,
video,
audio {
  max-width: 100%;
}

img {
  height: auto;
  display: block;
}

.flex-container {
  padding-bottom: 56.25%;
}

.lightbox__button::before, .external-feed__instagram::after, .fullscreen-icon::before, .back::before, .icon::before,
.icon-end::after {
  font-family: "Site Icons";
  vertical-align: middle;
  speak: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.icon--twitter::before,
.icon-end--twitter::after {
  content: "\e904";
}

.icon--facebook::before,
.icon-end--facebook::after {
  content: "\e900";
}

.external-feed__instagram::after, .icon--instagram::before,
.icon-end--instagram::after {
  content: "\e902";
}

.icon--houzz::before,
.icon-end--houzz::after {
  content: "\e901";
}

.icon--search::before,
.icon-end--search::after {
  content: "\e903";
}

.lightbox__button--prev::before, .icon--arrow-left::before,
.icon-end--arrow-left::after {
  content: "\e90a";
}

.lightbox__button--next::before, .icon--arrow-right::before,
.icon-end--arrow-right::after {
  content: "\e909";
}

.fullscreen-icon::before, .icon--fullscreen::before,
.icon-end--fullscreen::after {
  content: "\e90c";
}

.back::before, .icon--arrow-tail::before,
.icon-end--arrow-tail::after {
  content: "\e905";
}

.container {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 80px;
}
@media only screen and (max-width: 810px) {
  .container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media only screen and (max-width: 490px) {
  .container {
    padding-left: 19.2px;
    padding-right: 19.2px;
  }
}

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

.container--ovh {
  max-width: 2000px;
  padding-right: 0;
}
.js .container--ovh {
  overflow: hidden;
}

.container--full-bleed {
  padding: 0;
}

.container--full-screen {
  height: 100%;
}

.container--maxw800 {
  max-width: 800px;
}

.container--left-aligned {
  margin: 0;
}

.gamma {
  font-size: 32px;
  line-height: 1.375;
}
@media only screen and (max-width: 810px) {
  .gamma {
    font-size: 24px;
  }
}

.delta {
  font-size: 24px;
}
@media only screen and (max-width: 810px) {
  .delta {
    font-size: 18px;
  }
}
@media only screen and (max-width: 490px) {
  .delta {
    font-size: 16px;
  }
}

.eta {
  font-size: 18px;
  line-height: 1.7;
}

.iota {
  font-size: 14px;
}
@media only screen and (max-width: 490px) {
  .iota {
    font-size: 12px;
  }
}

.kappa {
  font-size: 12px;
}

.center {
  text-align: center;
}

.h1,
.typeset h3,
.typeset h2 {
  font-size: 24px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 950px) {
  .h1,
.typeset h3,
.typeset h2 {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 490px) {
  .h1,
.typeset h3,
.typeset h2 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.h1--small-mb {
  margin-bottom: 29.92px;
}
@media only screen and (max-width: 950px) {
  .h1--small-mb {
    margin-bottom: 16px;
  }
}

.h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media only screen and (max-width: 810px) {
  .h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 490px) {
  .h2 {
    font-size: 24px;
  }
}

.h2--big-mb {
  margin-bottom: 16px;
}

.h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.a,
.slideshow-text-white.nav-open .nav__item a,
.all-blog-posts,
.fullscreen-icon,
.footer__legal a,
.typeset a,
.p--tweet a {
  color: #0E0E0E;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.a:hover, .a:focus,
.slideshow-text-white.nav-open .nav__item a:hover,
.all-blog-posts:hover,
.fullscreen-icon:hover,
.footer__legal a:hover,
.typeset a:hover,
.p--tweet a:hover,
.slideshow-text-white.nav-open .nav__item a:focus,
.all-blog-posts:focus,
.fullscreen-icon:focus,
.footer__legal a:focus,
.typeset a:focus,
.p--tweet a:focus {
  cursor: pointer;
}

.a--inverse,
.slideshow-text-white .nav__item a,
.all-blog-posts,
.fullscreen-icon,
.dark-home-page .footer a,
.typeset--link-white a {
  color: #fff;
}

.a--secondary,
.footer__legal a,
.cookie-notice a,
.typeset--link-secondary a {
  color: #868686;
}

.a--highlight,
.typeset--link-highlight a,
.p--tweet a {
  color: #f47706;
}

.a--underline {
  text-decoration: underline;
}

.a--hover-highlight:hover, .a--hover-highlight:focus {
  color: #f47706;
}

.p,
.external-feed__error-message,
.typeset p,
.typeset ul,
.typeset ol,
.typeset img {
  display: block;
  margin: 0 0 16px;
}

.p--small-mb {
  margin-bottom: 4.8px;
}
@media only screen and (max-width: 810px) {
  .p--small-mb {
    margin-bottom: 1.6px;
  }
}

.p--big-mb {
  margin-bottom: 24px;
}

.p--nomb {
  margin: 0;
}

.p--secondary {
  color: #868686;
}

.p--inverse {
  color: #fff;
}

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

.p--big {
  font-size: 18px;
}
@media only screen and (max-width: 490px) {
  .p--big {
    font-size: 16px;
  }
}

.p--tweet {
  font-size: 18px;
  color: #868686;
  margin-bottom: 8px;
  text-align: center;
}
@media only screen and (max-width: 490px) {
  .p--tweet {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.p--tweet a:hover, .p--tweet a:focus {
  color: #868686;
}

.date {
  font-size: 12px;
  color: #868686;
  margin-bottom: 16px;
}

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

.typeset ul, .typeset ol, .ul, .ol {
  padding-left: 19.2px;
}

.typeset ul li, .typeset ol li, .ul li, .ol li {
  margin-bottom: 9.6px;
}

.typeset ul li, .ul li {
  list-style: disc outside;
}

.typeset ol li, .ol li {
  list-style: decimal outside;
}

.typeset h2 {
  font-size: 32px;
}
.typeset h3 {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 32px;
}
@media only screen and (max-width: 490px) {
  .typeset h3 {
    margin-bottom: 16px;
    margin-top: 24px;
  }
}
.typeset a:hover, .typeset a:focus {
  color: #f47706;
}
.typeset--link-white a:hover, .typeset--link-white a:focus {
  color: #868686;
}

.typeset--link-highlight a:hover, .typeset--link-highlight a:focus {
  color: #868686;
}

.typeset--link-secondary a:hover, .typeset--link-secondary a:focus {
  color: #0E0E0E;
}

.typeset--ul-inline ul {
  display: inline-block;
  vertical-align: top;
  width: 45%;
}
@media only screen and (max-width: 490px) {
  .typeset--ul-inline ul {
    display: block;
    width: 100%;
  }
}

.invisible {
  left: -999rem;
  position: absolute;
}

.back {
  font-size: 24px;
}
.back::before {
  padding-right: 0.5rem;
}

.relative {
  position: relative;
}

.paddingb100 {
  padding-bottom: 100px;
}

.marginb10 {
  margin-bottom: 9.6px;
}

.marginb16 {
  margin-bottom: 16px;
}

.marginb18 {
  margin-bottom: 18px;
}

.marginb20 {
  margin-bottom: 20px;
}

.marginb24 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 490px) {
  .marginb24 {
    margin-bottom: 16px;
  }
}

.marginb40 {
  margin-bottom: 40px;
}

.marginb45 {
  margin-bottom: 44.8px;
}
@media only screen and (max-width: 950px) {
  .marginb45 {
    margin-bottom: 36.8px;
  }
}
@media only screen and (max-width: 490px) {
  .marginb45 {
    margin-bottom: 20.8px;
  }
}

.marginb88 {
  margin-bottom: 88px;
}

.marginb100 {
  margin-bottom: 100px;
}

.maxw800 {
  margin: 0 auto;
  max-width: 800px;
}

.fh {
  height: 100%;
}

.visible,
.js .project-gallery-mobile__open,
.js .project-gallery-mobile__reveal.visible,
.project-gallery-mobile__reveal,
.flickity-prev-next-button.visible,
.flickity-prev-next-button:hover,
.flickity-prev-next-button:focus,
.slideshow__project-categories__item.visible,
.search-open .search-overlay,
.is-hidden,
.state-will-change,
.overlay-open .team-overlay .team-overlay__content,
.overlay-open .team-overlay,
.team-member__link:hover .team-member__image::before,
.team-member__link:focus .team-member__image::before,
.external-feed__instagram:hover::after,
.external-feed__instagram:focus::after,
.external-feed__instagram:hover::before,
.external-feed__instagram:focus::before,
.js .external-feed--loaded .external-feed__content,
.blog-entry:hover .blog-entry__image::before,
.blog-entry:focus .blog-entry__image::before,
.news-content,
.project-details-open.js .project-details,
.append-container,
.js .project-categories__item.visible,
.ajax-receptacle,
.footer,
.news-header__arrows__right:hover::after,
.news-header__arrows__left:hover::after,
.news-header__arrows__right:focus::after,
.news-header__arrows__left:focus::after,
.news-header__arrows__right::before,
.news-header__arrows__left::before {
  opacity: 1;
  visibility: visible;
}

.hidden,
.project-gallery-mobile__open,
.js .project-gallery-mobile__reveal,
.flickity-prev-next-button,
.slideshow__project-categories__item,
.search-overlay,
.js .is-hidden,
.team-overlay__content,
.team-overlay,
.team-member__image::before,
.external-feed__instagram::after,
.external-feed__instagram::before,
.js .external-feed__content,
.blog-entry__image::before,
.news-content.loading,
.js .project-details,
.append-container.loading,
.js .project-categories__item,
.loading-page .ajax-receptacle,
.loading-page .footer,
.news-header__arrows__right:hover::before,
.news-header__arrows__left:hover::before,
.news-header__arrows__right:focus::before,
.news-header__arrows__left:focus::before,
.news-header__arrows__right::after,
.news-header__arrows__left::after {
  opacity: 0;
  visibility: hidden;
}

.branch-nav__item, .news-header__nav li, .nav__item,
.nav-item {
  display: inline-block;
}
.branch-nav__item a, .news-header__nav li a, .nav__item a,
.nav-item a {
  display: block;
  position: relative;
}
@media only screen and (max-width: 810px) {
  .branch-nav__item a, .news-header__nav li a, .nav__item a,
.nav-item a {
    display: inline-block;
  }
}
.branch-nav__item a::before, .news-header__nav li a::before, .nav__item a::before,
.nav-item a::before {
  background-color: #f47706;
  bottom: 2px;
  content: "";
  display: block;
  height: 2.5px;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  width: 0;
}
.branch-nav__item a:hover::before, .news-header__nav li a:hover::before, .nav__item a:hover::before, .branch-nav__item a:focus::before, .news-header__nav li a:focus::before, .nav__item a:focus::before, .branch-nav__item a.selected::before, .news-header__nav li a.selected::before, .nav__item a.selected::before,
.nav-item a:hover::before,
.nav-item a:focus::before,
.nav-item a.selected::before {
  width: 100%;
}
@media only screen and (max-width: 810px) {
  .branch-nav__item a:hover::before, .news-header__nav li a:hover::before, .nav__item a:hover::before, .branch-nav__item a:focus::before, .news-header__nav li a:focus::before, .nav__item a:focus::before,
.nav-item a:hover::before,
.nav-item a:focus::before {
    width: 0;
  }
  .branch-nav__item a:hover.selected::before, .news-header__nav li a:hover.selected::before, .nav__item a:hover.selected::before, .branch-nav__item a:focus.selected::before, .news-header__nav li a:focus.selected::before, .nav__item a:focus.selected::before,
.nav-item a:hover.selected::before,
.nav-item a:focus.selected::before {
    width: 100%;
  }
}

.dark-home-page .footer span {
  color: #fff;
}
.dark-home-page .footer__legal a {
  color: #868686;
}

@media only screen and (max-width: 810px) {
  .dark-home-page .nav {
    background-color: #fff;
  }
  .dark-home-page .nav a {
    color: #0E0E0E;
  }
  .nav-open.dark-home-page .mobile-nav-toggle span {
    background: url("../img/line-black.png") no-repeat center;
    background-size: contain;
  }
  .nav-open.dark-home-page .nav__search {
    color: #0E0E0E;
  }
}

.spinner,
.lightbox__loader {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  width: 20px;
}
.spinner::before,
.lightbox__loader::before {
  -webkit-animation: spinner 0.6s linear infinite;
          animation: spinner 0.6s linear infinite;
  border: 2px solid #868686;
  border-radius: 50%;
  border-top-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  height: 20px;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}

.spinner--dark::before {
  border-top-color: #0E0E0E;
}

.spinner--shown,
.lightbox__frame.loading .lightbox__loader,
.team-overlay-loading .team-overlay__spinner {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s 0.2s;
  transition: -webkit-transform 0.4s 0.2s;
  transition: transform 0.4s 0.2s;
  transition: transform 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
}

.loader {
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.loader span {
  background-color: #fff;
  border-radius: 20%;
  display: inline-block;
  height: 5px;
  margin-left: 2px;
  opacity: 0.5;
  position: relative;
  width: 5px;
}
.loader span:nth-of-type(1) {
  -webkit-animation: loader1 0.9s linear infinite;
          animation: loader1 0.9s linear infinite;
  margin-left: 0;
}
.loader span:nth-of-type(2) {
  -webkit-animation: loader2 0.9s linear infinite;
          animation: loader2 0.9s linear infinite;
}
.loader span:nth-of-type(3) {
  -webkit-animation: loader3 0.9s linear infinite;
          animation: loader3 0.9s linear infinite;
}

.news-header__arrows__right, .news-header__arrows__left {
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  position: relative;
  width: 32px;
  z-index: 1;
}
.news-header__arrows__right::before, .news-header__arrows__left::before, .news-header__arrows__right::after, .news-header__arrows__left::after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin-left: 5px;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.slideshow__project-categories__item, .project-details__category, .project-categories__item {
  display: inline-block;
  margin-right: 16px;
  position: relative;
}
.slideshow__project-categories__item::before, .project-details__category::before, .project-categories__item::before {
  background-color: #f47706;
  bottom: 2px;
  content: "";
  display: block;
  height: 2.5px;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  width: 0;
}
.slideshow__project-categories__item:hover::before, .project-details__category:hover::before, .project-categories__item:hover::before, .slideshow__project-categories__item:focus::before, .project-details__category:focus::before, .project-categories__item:focus::before, .selected.slideshow__project-categories__item::before, .selected.project-details__category::before, .selected.project-categories__item::before {
  width: 100%;
}
.slideshow__project-categories__item:last-of-type, .project-details__category:last-of-type, .project-categories__item:last-of-type {
  margin-right: 0;
}
.slideshow__project-categories__item a, .project-details__category a, .project-categories__item a {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 810px) {
  .slideshow__project-categories__item span, .project-details__category span, .project-categories__item span {
    font-size: 18px;
    letter-spacing: 0.4px;
  }
}
@media only screen and (max-width: 490px) {
  .slideshow__project-categories__item span, .project-details__category span, .project-categories__item span {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.listing__project-category {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 60px;
  position: relative;
  width: 42px;
}

.project-details-toggle__arrow {
  background: url("../img/down.png") no-repeat center;
  background-size: contain;
  display: inline-block;
  height: 9.5px;
  width: 12.5px;
}

.flickity-prev-next-button {
  background: rgba(14, 14, 14, 0.7);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 45px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  width: 45px;
}

.dark-home-page .search-overlay {
  background-color: rgba(255, 255, 255, 0.9);
}
.dark-home-page .search-overlay__form {
  border-bottom: 2px solid #0E0E0E;
}
.dark-home-page .search-overlay__form input {
  color: #0E0E0E;
}
.dark-home-page .search-overlay__close {
  background: url("../img/close-black.svg") center no-repeat;
  background-size: contain;
  height: 28px;
  position: absolute;
  width: 28px;
  z-index: 130;
}
.dark-home-page .search-overlay__close:hover, .dark-home-page .search-overlay__close:focus {
  cursor: pointer;
}
@media only screen and (max-width: 810px) {
  .dark-home-page .search-overlay__close {
    height: 20.8px;
    width: 20.8px;
  }
}

.cookie-notice {
  background: #0E0E0E;
  color: #fff;
  display: none;
  margin-top: 0;
  padding: 16px 0;
  padding-right: 80px;
  position: relative;
  -webkit-transition: color 0.2s, background 0.2s, margin 0.2s;
  transition: color 0.2s, background 0.2s, margin 0.2s;
  z-index: 50;
}
.show-cookie-notice .cookie-notice {
  display: block;
}
.cookie-notice a:hover, .cookie-notice a:focus {
  color: #fff;
}
.cookie-notice button {
  background: url("../img/close-white.svg") center no-repeat;
  background-size: contain;
  height: 28px;
  position: absolute;
  width: 28px;
  z-index: 130;
  right: 80px;
  top: 16px;
}
.cookie-notice button:hover, .cookie-notice button:focus {
  cursor: pointer;
}
@media only screen and (max-width: 810px) {
  .cookie-notice button {
    height: 20.8px;
    width: 20.8px;
  }
}
@media only screen and (max-width: 810px) {
  .cookie-notice button {
    right: 48px;
  }
}
@media only screen and (max-width: 490px) {
  .cookie-notice button {
    right: 19.2px;
  }
}

@-webkit-keyframes logo1 {
  0% {
    color: #868686;
  }
  12% {
    color: #fff;
  }
  100% {
    color: #868686;
  }
}

@keyframes logo1 {
  0% {
    color: #868686;
  }
  12% {
    color: #fff;
  }
  100% {
    color: #868686;
  }
}
@-webkit-keyframes logo2 {
  8% {
    color: #868686;
  }
  20% {
    color: #fff;
  }
  100% {
    color: #868686;
  }
}
@keyframes logo2 {
  8% {
    color: #868686;
  }
  20% {
    color: #fff;
  }
  100% {
    color: #868686;
  }
}
@-webkit-keyframes logo3 {
  16% {
    color: #868686;
  }
  28% {
    color: #fff;
  }
  100% {
    color: #868686;
  }
}
@keyframes logo3 {
  16% {
    color: #868686;
  }
  28% {
    color: #fff;
  }
  100% {
    color: #868686;
  }
}
@-webkit-keyframes logo4 {
  24% {
    color: #868686;
  }
  36% {
    color: #fff;
  }
  100% {
    color: #868686;
  }
}
@keyframes logo4 {
  24% {
    color: #868686;
  }
  36% {
    color: #fff;
  }
  100% {
    color: #868686;
  }
}
@-webkit-keyframes logo5 {
  32% {
    color: #868686;
  }
  44% {
    color: #fff;
  }
  100% {
    color: #868686;
  }
}
@keyframes logo5 {
  32% {
    color: #868686;
  }
  44% {
    color: #fff;
  }
  100% {
    color: #868686;
  }
}
@-webkit-keyframes logo6 {
  40% {
    color: #868686;
  }
  52% {
    color: #fff;
  }
  100% {
    color: #868686;
  }
}
@keyframes logo6 {
  40% {
    color: #868686;
  }
  52% {
    color: #fff;
  }
  100% {
    color: #868686;
  }
}
@-webkit-keyframes logo7 {
  48% {
    color: #868686;
  }
  60% {
    color: #fff;
  }
  100% {
    color: #868686;
  }
}
@keyframes logo7 {
  48% {
    color: #868686;
  }
  60% {
    color: #fff;
  }
  100% {
    color: #868686;
  }
}
@-webkit-keyframes logo8 {
  56% {
    color: #868686;
  }
  68% {
    color: #fff;
  }
  100% {
    color: #868686;
  }
}
@keyframes logo8 {
  56% {
    color: #868686;
  }
  68% {
    color: #fff;
  }
  100% {
    color: #868686;
  }
}
@-webkit-keyframes logo9 {
  64% {
    color: #868686;
  }
  76% {
    color: #fff;
  }
  100% {
    color: #868686;
  }
}
@keyframes logo9 {
  64% {
    color: #868686;
  }
  76% {
    color: #fff;
  }
  100% {
    color: #868686;
  }
}
@-webkit-keyframes logo10 {
  72% {
    color: #868686;
  }
  84% {
    color: #fff;
  }
  100% {
    color: #868686;
  }
}
@keyframes logo10 {
  72% {
    color: #868686;
  }
  84% {
    color: #fff;
  }
  100% {
    color: #868686;
  }
}
@-webkit-keyframes logo11 {
  80% {
    color: #868686;
  }
  92% {
    color: #fff;
  }
  100% {
    color: #868686;
  }
}
@keyframes logo11 {
  80% {
    color: #868686;
  }
  92% {
    color: #fff;
  }
  100% {
    color: #868686;
  }
}
@-webkit-keyframes logo12 {
  88% {
    color: #868686;
  }
  100% {
    color: #fff;
  }
}
@keyframes logo12 {
  88% {
    color: #868686;
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes logo1_dark {
  0% {
    color: #868686;
  }
  12% {
    color: #0E0E0E;
  }
  100% {
    color: #868686;
  }
}
@keyframes logo1_dark {
  0% {
    color: #868686;
  }
  12% {
    color: #0E0E0E;
  }
  100% {
    color: #868686;
  }
}
@-webkit-keyframes logo2_dark {
  8% {
    color: #868686;
  }
  20% {
    color: #0E0E0E;
  }
  100% {
    color: #868686;
  }
}
@keyframes logo2_dark {
  8% {
    color: #868686;
  }
  20% {
    color: #0E0E0E;
  }
  100% {
    color: #868686;
  }
}
@-webkit-keyframes logo3_dark {
  16% {
    color: #868686;
  }
  28% {
    color: #0E0E0E;
  }
  100% {
    color: #868686;
  }
}
@keyframes logo3_dark {
  16% {
    color: #868686;
  }
  28% {
    color: #0E0E0E;
  }
  100% {
    color: #868686;
  }
}
@-webkit-keyframes logo4_dark {
  24% {
    color: #868686;
  }
  36% {
    color: #0E0E0E;
  }
  100% {
    color: #868686;
  }
}
@keyframes logo4_dark {
  24% {
    color: #868686;
  }
  36% {
    color: #0E0E0E;
  }
  100% {
    color: #868686;
  }
}
@-webkit-keyframes logo5_dark {
  32% {
    color: #868686;
  }
  44% {
    color: #0E0E0E;
  }
  100% {
    color: #868686;
  }
}
@keyframes logo5_dark {
  32% {
    color: #868686;
  }
  44% {
    color: #0E0E0E;
  }
  100% {
    color: #868686;
  }
}
@-webkit-keyframes logo6_dark {
  40% {
    color: #868686;
  }
  52% {
    color: #0E0E0E;
  }
  100% {
    color: #868686;
  }
}
@keyframes logo6_dark {
  40% {
    color: #868686;
  }
  52% {
    color: #0E0E0E;
  }
  100% {
    color: #868686;
  }
}
@-webkit-keyframes logo7_dark {
  48% {
    color: #868686;
  }
  60% {
    color: #0E0E0E;
  }
  100% {
    color: #868686;
  }
}
@keyframes logo7_dark {
  48% {
    color: #868686;
  }
  60% {
    color: #0E0E0E;
  }
  100% {
    color: #868686;
  }
}
@-webkit-keyframes logo8_dark {
  56% {
    color: #868686;
  }
  68% {
    color: #0E0E0E;
  }
  100% {
    color: #868686;
  }
}
@keyframes logo8_dark {
  56% {
    color: #868686;
  }
  68% {
    color: #0E0E0E;
  }
  100% {
    color: #868686;
  }
}
@-webkit-keyframes logo9_dark {
  64% {
    color: #868686;
  }
  76% {
    color: #0E0E0E;
  }
  100% {
    color: #868686;
  }
}
@keyframes logo9_dark {
  64% {
    color: #868686;
  }
  76% {
    color: #0E0E0E;
  }
  100% {
    color: #868686;
  }
}
@-webkit-keyframes logo10_dark {
  72% {
    color: #868686;
  }
  84% {
    color: #0E0E0E;
  }
  100% {
    color: #868686;
  }
}
@keyframes logo10_dark {
  72% {
    color: #868686;
  }
  84% {
    color: #0E0E0E;
  }
  100% {
    color: #868686;
  }
}
@-webkit-keyframes logo11_dark {
  80% {
    color: #868686;
  }
  92% {
    color: #0E0E0E;
  }
  100% {
    color: #868686;
  }
}
@keyframes logo11_dark {
  80% {
    color: #868686;
  }
  92% {
    color: #0E0E0E;
  }
  100% {
    color: #868686;
  }
}
@-webkit-keyframes logo12_dark {
  88% {
    color: #868686;
  }
  100% {
    color: #0E0E0E;
  }
}
@keyframes logo12_dark {
  88% {
    color: #868686;
  }
  100% {
    color: #0E0E0E;
  }
}
@-webkit-keyframes loading1 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.5;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading1 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.5;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loading2 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading2 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loading3 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading3 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loading4 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0.5;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading4 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0.5;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loading5 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading5 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loader1 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loader1 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes loader2 {
  30% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loader2 {
  30% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes loader3 {
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loader3 {
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body,
input,
textarea,
button {
  font-size: 16px;
  font-family: "Apercu", Arial, Helvetica, "sans-serif";
}
@media only screen and (max-width: 490px) {
  body,
input,
textarea,
button {
    font-size: 14px;
  }
}

body {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  color: #0E0E0E;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media only screen and (max-width: 810px) {
  body.nav-open {
    overflow: hidden;
  }
}
body.overlay-open {
  overflow: hidden;
}

.overlay-open .page-content {
  z-index: 0;
}

.dark-home-page {
  background-color: #0E0E0E;
  color: #fff;
}
.dark-home-page .header {
  background-color: #fff;
}
.dark-home-page.js .header {
  background-color: transparent;
}
.dark-home-page.js .header--sticky {
  background-color: #fff;
}
.dark-home-page.slideshow-text-white .header--sticky {
  background-color: #0E0E0E;
}

.ajax-receptacle,
.footer {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-top: 0;
  -webkit-transition: opacity 0.4s, visibility 0.4s, margin-top 0.4s;
  transition: opacity 0.4s, visibility 0.4s, margin-top 0.4s;
}
.loading-page .ajax-receptacle,
.loading-page .footer {
  margin-top: 80px;
}

.loading-page .logo span:nth-of-type(2) {
  -webkit-animation: logo1_dark 0.9s linear infinite;
          animation: logo1_dark 0.9s linear infinite;
}
.loading-page .logo span:nth-of-type(3) {
  -webkit-animation: logo2_dark 0.9s linear infinite;
          animation: logo2_dark 0.9s linear infinite;
}
.loading-page .logo span:nth-of-type(4) {
  -webkit-animation: logo3_dark 0.9s linear infinite;
          animation: logo3_dark 0.9s linear infinite;
}
.loading-page .logo span:nth-of-type(5) {
  -webkit-animation: logo4_dark 0.9s linear infinite;
          animation: logo4_dark 0.9s linear infinite;
}
.loading-page .logo span:nth-of-type(6) {
  -webkit-animation: logo5_dark 0.9s linear infinite;
          animation: logo5_dark 0.9s linear infinite;
}
.loading-page .logo span:nth-of-type(7) {
  -webkit-animation: logo6_dark 0.9s linear infinite;
          animation: logo6_dark 0.9s linear infinite;
}
.loading-page .logo span:nth-of-type(8) {
  -webkit-animation: logo7_dark 0.9s linear infinite;
          animation: logo7_dark 0.9s linear infinite;
}
.loading-page .logo span:nth-of-type(9) {
  -webkit-animation: logo8_dark 0.9s linear infinite;
          animation: logo8_dark 0.9s linear infinite;
}
.loading-page .logo span:nth-of-type(10) {
  -webkit-animation: logo9_dark 0.9s linear infinite;
          animation: logo9_dark 0.9s linear infinite;
}
.loading-page .logo span:nth-of-type(11) {
  -webkit-animation: logo10_dark 0.9s linear infinite;
          animation: logo10_dark 0.9s linear infinite;
}
.loading-page .logo span:nth-of-type(12) {
  -webkit-animation: logo11_dark 0.9s linear infinite;
          animation: logo11_dark 0.9s linear infinite;
}
.loading-page .logo span:nth-of-type(13) {
  -webkit-animation: logo12_dark 0.9s linear infinite;
          animation: logo12_dark 0.9s linear infinite;
}

.header {
  background-color: transparent;
  margin: 38px 0;
  padding: 24px 0;
  position: relative;
  -webkit-transition: top 0.2s, background-color 0.2s;
  transition: top 0.2s, background-color 0.2s;
  z-index: 100;
}
@media only screen and (max-width: 810px) {
  .header {
    height: 19.2px;
    margin: 25.6px 0;
  }
}
@media only screen and (max-width: 490px) {
  .header {
    margin: 12px 0;
  }
}
.overlay-open .header {
  z-index: 0;
}

.header--sticky {
  background-color: #fff;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: -72px;
}
@media only screen and (max-width: 810px) {
  .header--sticky {
    top: -67px;
  }
}
.header--sticky.reveal {
  top: 0;
}

.logo {
  color: #AAAAAA;
  font-size: 28px;
  font-weight: 300;
  left: 80px;
  letter-spacing: 12px;
  line-height: 1;
  position: absolute;
}
@media only screen and (max-width: 1040px) {
  .logo {
    font-size: 22px;
    letter-spacing: 11.2px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 810px) {
  .logo {
    left: 48px;
    line-height: 1;
  }
}
@media only screen and (max-width: 490px) {
  .logo {
    font-size: 18px;
    left: 19.2px;
    letter-spacing: 6.4px;
    line-height: 1.3;
  }
}

.dust {
  color: #0E0E0E;
  -webkit-transition: color 0.2s 0.1s;
  transition: color 0.2s 0.1s;
}

.footer {
  padding: 152px 0 72px;
  position: relative;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.overlay-open .footer {
  z-index: -1;
}
@media only screen and (max-width: 950px) {
  .footer {
    padding-top: 136px;
  }
}
@media only screen and (max-width: 810px) {
  .footer {
    padding-top: 104px;
  }
}
@media only screen and (max-width: 490px) {
  .footer {
    padding: 80px 0 48px;
  }
}
.footer a:hover, .footer a:focus {
  color: #f47706;
}

.footer__riba {
  background-image: url("../img/riba.svg");
  background-size: 88px 20px;
  display: block;
  height: 20px;
  position: relative;
  top: 4px;
  width: 88px;
}
.dark-home-page .footer__riba {
  background-image: url("../img/riba-white.svg");
}

.footer__contact {
  margin-bottom: 49.6px;
}

.footer__contact--branch {
  display: inline-block;
  margin-right: 56px;
}
.footer__contact--branch:last-of-type {
  margin-right: 0;
}

.footer__social {
  margin-bottom: 33.6px;
}
.footer__social li {
  font-size: 18px;
  display: inline-block;
  margin-right: 16px;
}

.footer__legal li {
  font-size: 12px;
  color: #868686;
  display: inline-block;
  margin-right: 16px;
}
@media only screen and (max-width: 810px) {
  .footer__legal li {
    margin-right: 8px;
  }
  .footer__legal li:first-of-type {
    display: block;
    margin-bottom: 3.2px;
  }
}
@media only screen and (max-width: 490px) {
  .footer__legal li {
    display: block;
  }
  .footer__legal li:first-of-type {
    margin-bottom: 8px;
  }
  .footer__legal li:last-of-type {
    margin-top: 8px;
  }
}
.nav {
  font-size: 16px;
  text-align: right;
}
.nav ul {
  display: inline-block;
}
@media only screen and (max-width: 1150px) {
  .nav ul {
    display: block;
  }
}
@media only screen and (max-width: 1150px) {
  .nav {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-color: #fff;
    bottom: 0;
    color: #0E0E0E;
    left: 100%;
    min-height: 500px;
    padding-top: 96px;
    position: fixed;
    right: -100%;
    text-align: center;
    top: 0;
    -webkit-transition: left 0.4s, right 0.4s, padding-top 0.2s;
    transition: left 0.4s, right 0.4s, padding-top 0.2s;
  }
  .nav a {
    color: #0E0E0E;
  }
  .show-cookie-notice .nav {
    padding-top: 208px;
  }
}
@media only screen and (max-width: 490px) {
  .nav {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 1150px) {
  .nav__inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100vh;
    overflow-y: scroll;
    padding: 96px 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.nav__item {
  margin-right: 40px;
}
@media only screen and (max-width: 950px) {
  .nav__item {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 1150px) {
  .nav__item {
    display: block;
    margin: 24px 0;
  }
}

.nav__search {
  display: none;
  margin-left: 16px;
  position: relative;
  vertical-align: text-top;
}
.js .nav__search {
  display: inline-block;
  margin-left: 38.4px;
}
@media only screen and (max-width: 950px) {
  .js .nav__search {
    margin-left: 22.4px;
  }
}
@media only screen and (max-width: 1150px) {
  .js .nav__search {
    margin: 16px auto 0;
  }
}
@media only screen and (max-width: 1150px) {
  .nav__search {
    color: #fff;
    text-align: center;
  }
}
@media only screen and (min-width: 811px) {
  .search-open .nav__search::after {
    opacity: 0;
  }
}

.mobile-nav-toggle {
  display: none;
  height: 21px;
  position: absolute;
  right: 48px;
  top: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 27px;
  z-index: 5;
}
@media only screen and (max-width: 1150px) {
  .mobile-nav-toggle {
    display: block;
  }
}
@media only screen and (max-width: 490px) {
  .mobile-nav-toggle {
    right: 19.2px;
  }
}
.mobile-nav-toggle span {
  background: url("../img/line-black.png") no-repeat center;
  background-size: contain;
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transition: background 0.2s 0.2s, top 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s 0.2s, top 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s 0.2s, transform 0.2s, top 0.2s;
  transition: background 0.2s 0.2s, transform 0.2s, top 0.2s, -webkit-transform 0.2s;
  width: 25.6px;
}
.mobile-nav-toggle span:nth-of-type(2) {
  top: 8px;
  -webkit-transition: background 0.2s 0.2s, width 0.2s;
  transition: background 0.2s 0.2s, width 0.2s;
}
.mobile-nav-toggle span:nth-of-type(3) {
  top: 16px;
}

@media only screen and (max-width: 1150px) {
  .nav-open .nav {
    left: 0;
    right: 0;
  }
  .nav-open .mobile-nav-toggle {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .nav-open .mobile-nav-toggle span {
    background: url("../img/line-black.png") no-repeat center;
    background-size: contain;
    -webkit-transition: background 0.2s, top 0.2s, -webkit-transform 0.2s;
    transition: background 0.2s, top 0.2s, -webkit-transform 0.2s;
    transition: background 0.2s, transform 0.2s, top 0.2s;
    transition: background 0.2s, transform 0.2s, top 0.2s, -webkit-transform 0.2s;
  }
  .nav-open .mobile-nav-toggle span:nth-of-type(1) {
    top: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .nav-open .mobile-nav-toggle span:nth-of-type(2) {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    width: 0;
  }
  .nav-open .mobile-nav-toggle span:nth-of-type(3) {
    top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.section {
  margin-bottom: 40px;
  padding-top: 40px;
}
@media only screen and (max-width: 950px) {
  .section {
    margin-bottom: 24px;
    padding-top: 24px;
  }
}
@media only screen and (max-width: 490px) {
  .section {
    margin-bottom: 16px;
    padding-top: 16px;
  }
}

.section--padding-bt-big {
  padding: 140px 0 100px;
}
@media only screen and (max-width: 810px) {
  .section--padding-bt-big {
    padding: 104px 0 76px;
  }
}
@media only screen and (max-width: 490px) {
  .section--padding-bt-big {
    padding: 64px 0 48px;
  }
}

.section--marginb-big {
  margin-bottom: 160px;
}

.section-paddingt--big {
  padding-top: 140px;
}
@media only screen and (max-width: 950px) {
  .section-paddingt--big {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 490px) {
  .section-paddingt--big {
    padding-top: 48px;
  }
}

.section--blog {
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
}

.project-categories {
  margin-bottom: 80px;
  overflow: hidden;
  padding-top: 11.2px;
}
@media only screen and (max-width: 490px) {
  .project-categories {
    padding-top: 3.2px;
    margin-bottom: 40px;
  }
}
.project-categories.loading .project-categories__item:nth-of-type(1) {
  -webkit-animation: loading1 1s linear infinite;
          animation: loading1 1s linear infinite;
}
.project-categories.loading .project-categories__item:nth-of-type(2) {
  -webkit-animation: loading2 1s linear infinite;
          animation: loading2 1s linear infinite;
}
.project-categories.loading .project-categories__item:nth-of-type(3) {
  -webkit-animation: loading3 1s linear infinite;
          animation: loading3 1s linear infinite;
}
.project-categories.loading .project-categories__item:nth-of-type(4) {
  -webkit-animation: loading4 1s linear infinite;
          animation: loading4 1s linear infinite;
}
.project-categories.loading .project-categories__item:nth-of-type(5) {
  -webkit-animation: loading5 1s linear infinite;
          animation: loading5 1s linear infinite;
}

.project-categories__item {
  color: #0E0E0E;
}
.project-categories__item:nth-of-type(1) {
  -webkit-transition: opacity 0.4s 0.1 s, visibility 0.4s 0.1 s;
  transition: opacity 0.4s 0.1 s, visibility 0.4s 0.1 s;
}
.project-categories__item:nth-of-type(2) {
  -webkit-transition: opacity 0.4s 0.2 s, visibility 0.4s 0.2 s;
  transition: opacity 0.4s 0.2 s, visibility 0.4s 0.2 s;
}
.project-categories__item:nth-of-type(3) {
  -webkit-transition: opacity 0.4s 0.3 s, visibility 0.4s 0.3 s;
  transition: opacity 0.4s 0.3 s, visibility 0.4s 0.3 s;
}
.project-categories__item:nth-of-type(4) {
  -webkit-transition: opacity 0.4s 0.4 s, visibility 0.4s 0.4 s;
  transition: opacity 0.4s 0.4 s, visibility 0.4s 0.4 s;
}
.project-categories__item:nth-of-type(5) {
  -webkit-transition: opacity 0.4s 0.5 s, visibility 0.4s 0.5 s;
  transition: opacity 0.4s 0.5 s, visibility 0.4s 0.5 s;
}
.project-categories__item a {
  display: block;
  height: 100%;
}
@media only screen and (min-width: 810px) {
  .project-categories__item:hover::before, .project-categories__item:focus::before {
    width: 100%;
  }
}
.project-categories__item.active {
  pointer-events: none;
}
.project-categories__item.active::before {
  width: 100%;
}
.project-categories__item.active span {
  opacity: 1;
}

.project-details-toggle {
  display: block;
  padding-top: 12.8px;
}
.project-details-toggle p {
  display: inline-block;
}
@media only screen and (max-width: 490px) {
  .project-details-toggle {
    text-align: left;
  }
}

.append-container {
  position: relative;
  top: 0;
  -webkit-transition: opacity 0.2s, visibility 0.2s, top 0.2s;
  transition: opacity 0.2s, visibility 0.2s, top 0.2s;
}
.append-container.loading {
  top: 16px;
}

@media only screen and (max-width: 490px) {
  .project-summary {
    font-size: 14px;
  }
}

.project-details {
  height: auto;
  overflow: hidden;
  position: relative;
}
.js .project-details {
  margin-top: -100%;
}

.project-details--transitions {
  -webkit-transition: opacity 0.2s, visibility 0.2s, margin 0.2s 0.2s;
  transition: opacity 0.2s, visibility 0.2s, margin 0.2s 0.2s;
}

.project-details-toggle__arrow {
  margin-left: 8px;
  -webkit-transition: -webkit-transform 0.2s 0.2s;
  transition: -webkit-transform 0.2s 0.2s;
  transition: transform 0.2s 0.2s;
  transition: transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
}

.project-details-open.js .project-details {
  top: 0;
  -webkit-transition: opacity 0.2s 0.2s, visibility 0.2s 0.2s, margin 0.2s;
  transition: opacity 0.2s 0.2s, visibility 0.2s 0.2s, margin 0.2s;
}
.project-details-open.js .project-details-toggle__arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.project-details__category {
  float: left;
}
@media only screen and (max-width: 490px) {
  .project-details__category {
    display: block;
    float: none;
  }
}

.project-details__category--featured::before {
  background-image: url("../img/project-sizes/featured-black.png");
}

.project-details__category--small::before {
  background-image: url("../img/project-sizes/small-black.png");
}

.project-details__category--medium::before {
  background-image: url("../img/project-sizes/medium-black.png");
}

.project-details__category--large::before {
  background-image: url("../img/project-sizes/large-black.png");
}

.project-details__category--extra-large::before {
  background-image: url("../img/project-sizes/x-large-black.png");
}

.project-details__description {
  color: #868686;
  padding-right: 10%;
}
@media only screen and (max-width: 950px) {
  .project-details__description {
    margin-left: 112px;
  }
}
@media only screen and (max-width: 810px) {
  .project-details__description {
    padding-right: 0;
  }
}
@media only screen and (max-width: 490px) {
  .project-details__description {
    font-size: 14px;
    margin-left: 0;
  }
}

.project-details__info {
  font-size: 14px;
  color: #868686;
  line-height: 24px;
}
@media only screen and (max-width: 810px) {
  .project-details__info {
    margin-left: 112px;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 490px) {
  .project-details__info {
    margin: 0 0 8px;
  }
}
.project-details__info td,
.project-details__info th {
  min-width: 89.6px;
}
.project-details__info a:hover, .project-details__info a:focus {
  color: #868686;
}

.project-gallery {
  padding-bottom: 50%;
  display: none;
}
.js .project-gallery {
  display: block;
}
@media only screen and (max-width: 810px) {
  .js .project-gallery {
    display: none;
  }
}

.project-gallery__main {
  margin-bottom: 5.5rem;
  width: 100%;
}

.project__title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 8px;
}

.project-gallery__image {
  display: block;
  max-width: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: auto;
}
.project-gallery__image.flickity-lazyloaded, .project-gallery__image.flickity-lazyerror {
  opacity: 0.5;
}
.is-selected .project-gallery__image.flickity-lazyloaded.flickity-lazyloaded, .is-selected .project-gallery__image.flickity-lazyloaded.flickity-lazyerror, .is-selected .project-gallery__image.flickity-lazyerror.flickity-lazyloaded, .is-selected .project-gallery__image.flickity-lazyerror.flickity-lazyerror {
  opacity: 1;
}

.fullscreen-icon:hover, .fullscreen-icon:focus {
  color: #868686;
}
.fullscreen-icon::before {
  font-size: 24px;
  mix-blend-mode: difference;
  position: absolute;
  right: 8px;
  top: 8px;
}

.listing {
  margin-bottom: 5rem;
  position: relative;
}
.listing:hover .listing__info__inner, .listing:focus .listing__info__inner {
  opacity: 1;
  top: 50%;
}
.listing:hover .listing__info, .listing:focus .listing__info {
  opacity: 1;
}
.listing img {
  margin: 0 auto;
  width: 80%;
}
.listing--landscape img {
  width: 100%;
}
@media only screen and (max-width: 810px) {
  .listing {
    margin-bottom: 40px;
  }
  .listing img {
    width: 100%;
  }
}

.listing--nomb {
  margin-bottom: 0;
}

.listing__info {
  background-color: rgba(255, 255, 255, 0.85);
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 810px) {
  .dark-home-page .listing__info {
    display: none;
  }
}
@media only screen and (max-width: 810px) {
  .listing__info {
    background-color: transparent;
    opacity: 1;
    position: relative;
    text-align: left;
  }
}

.listing__info__inner {
  left: 0;
  opacity: 0;
  padding: 0 20%;
  position: absolute;
  right: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
}
@media only screen and (max-width: 810px) {
  .listing__info__inner {
    color: #0E0E0E;
    opacity: 1;
    padding: 0;
    padding-top: 9.6px;
    position: relative;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.listing__info__inner p {
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 810px) {
  .listing__info__inner p {
    color: #0E0E0E;
  }
}

@media only screen and (max-width: 810px) {
  .listing__project-category {
    left: 0;
    position: absolute;
    top: 9.6px;
  }
}

.listing__project-category--featured {
  background-image: url("../img/project-sizes/featured-white.png");
}
@media only screen and (max-width: 810px) {
  .listing__project-category--featured {
    background-image: url("../img/project-sizes/featured-black.png");
  }
}

.listing__project-category--small {
  background-image: url("../img/project-sizes/small-white.png");
}
@media only screen and (max-width: 810px) {
  .listing__project-category--small {
    background-image: url("../img/project-sizes/small-black.png");
  }
}

.listing__project-category--medium {
  background-image: url("../img/project-sizes/medium-white.png");
}
@media only screen and (max-width: 810px) {
  .listing__project-category--medium {
    background-image: url("../img/project-sizes/medium-black.png");
  }
}

.listing__project-category--large {
  background-image: url("../img/project-sizes/large-white.png");
}
@media only screen and (max-width: 810px) {
  .listing__project-category--large {
    background-image: url("../img/project-sizes/large-black.png");
  }
}

.listing__project-category--extra-large {
  background-image: url("../img/project-sizes/extra-large-white.png");
}
@media only screen and (max-width: 810px) {
  .listing__project-category--extra-large {
    background-image: url("../img/project-sizes/extra-large-black.png");
  }
}

.news-header {
  height: 60px;
  position: relative;
}

.news-header__nav {
  margin-bottom: 32px;
}
.news-header__nav li {
  font-size: 14px;
  margin-right: 24px;
}
.news-header__nav li .selected {
  pointer-events: none;
}

.news-header__arrows {
  position: absolute;
  right: 0;
  top: 4px;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
@media only screen and (max-width: 810px) {
  .news-header__arrows {
    top: 2.6666666667px;
  }
}

.news-header__arrows__left::before {
  background-image: url("../img/arrow-left-greyx2.png");
}
.news-header__arrows__left::after {
  background-image: url("../img/arrow-left-greyx2.png");
}

.news-header__arrows__right::before {
  background-image: url("../img/arrow-right-greyx2.png");
}
.news-header__arrows__right::after {
  background-image: url("../img/arrow-right-greyx2.png");
}

.news-header__loader {
  bottom: 0;
  position: absolute;
  right: 0;
}

.news-content {
  margin-top: 0;
  -webkit-transition: opacity 0.4s, visibility 0.4s, margin-top 0.4s;
  transition: opacity 0.4s, visibility 0.4s, margin-top 0.4s;
}
.news-content.loading {
  margin-top: 80px;
}

.news-wrapper {
  -webkit-overflow-scrolling: touch;
  background-image: url("../img/timeline.png");
  background-position: left 0 top;
  background-repeat: repeat-x;
  background-size: auto 8px;
  bottom: -19.2px;
  margin-top: -19.2px;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-right: 80px;
  position: relative;
  white-space: nowrap;
}
@media only screen and (max-width: 810px) {
  .news-wrapper {
    padding-right: 48px;
  }
}
@media only screen and (max-width: 490px) {
  .news-wrapper {
    padding-right: 99.2px;
  }
}

.news-timeline__indicator {
  height: 80px;
  margin-bottom: 24px;
  position: relative;
}
@media only screen and (max-width: 490px) {
  .news-timeline__indicator {
    height: 74.4px;
    margin-bottom: 16px;
  }
}
.news-timeline__indicator::before {
  background: #0E0E0E;
  content: "";
  height: 53px;
  left: 20px;
  position: absolute;
  top: 0;
  width: 1px;
}
.news-timeline__indicator p {
  bottom: 0;
  position: absolute;
}
.news-timeline__indicator span {
  font-size: 32px;
  bottom: 9.6px;
  font-family: "Cabin Sketch";
  left: 32px;
  position: absolute;
}
@media only screen and (max-width: 490px) {
  .news-timeline__indicator span {
    font-size: 24px;
  }
}

.blog-entry {
  display: block;
  margin-bottom: 100px;
}
@media only screen and (max-width: 810px) {
  .blog-entry {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 490px) {
  .blog-entry {
    margin-bottom: 40px;
  }
}
.blog-entry:hover .blog-entry__title, .blog-entry:focus .blog-entry__title {
  color: #868686;
}
.blog-entry--small-mb {
  margin-bottom: 48px;
}

.blog-entry__image {
  position: relative;
}
.blog-entry__image::before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(14, 14, 14, 0.3);
  content: "";
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}

.blog-entry__title {
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media only screen and (max-width: 490px) {
  .blog-entry__title {
    font-size: 16px;
  }
}

.blog-entry__summary {
  color: #868686;
  display: block;
  margin-bottom: 24px;
}
@media only screen and (max-width: 490px) {
  .blog-entry__summary {
    font-size: 14px;
  }
}

.all-blog-posts {
  font-size: 14px;
  display: block;
}
.all-blog-posts:hover, .all-blog-posts:focus {
  color: #868686;
}
@media only screen and (max-width: 810px) {
  .all-blog-posts {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 490px) {
  .all-blog-posts {
    font-size: 12px;
  }
}

.all-blog-posts__arrow {
  background: url("../img/down.png") no-repeat center;
  background-size: contain;
  display: inline-block;
  height: 8px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 16px;
}

.external-feed {
  position: relative;
}
.js .external-feed {
  text-indent: -99999999999999px;
}

.external-feed__content {
  padding: 0 16px;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.js .external-feed__content {
  padding: 0;
}

.external-feed__error-message {
  font-size: 14px;
}

.js .external-feed--loaded {
  text-indent: 0;
}
.js .external-feed--loaded::before {
  content: none;
}
.external-feed__instagram {
  margin-bottom: 0;
  position: relative;
}
.external-feed__instagram::before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.85);
  content: "";
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media only screen and (max-width: 810px) {
  .external-feed__instagram::before {
    background-color: rgba(14, 14, 14, 0.3);
    opacity: 1;
    visibility: visible;
  }
}
.external-feed__instagram::after {
  font-size: 32px;
  color: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media only screen and (max-width: 810px) {
  .external-feed__instagram::after {
    font-size: 24px;
    bottom: 16px;
    left: auto;
    opacity: 1;
    right: 16px;
    top: auto;
    -webkit-transform: none;
            transform: none;
    visibility: visible;
  }
}
.tweet-icon {
  font-size: 18px;
  color: #f47706;
  margin-bottom: 20px;
  text-align: center;
}

.branch-address {
  margin-bottom: 16px;
}
@media only screen and (max-width: 490px) {
  .branch-address {
    font-size: 14px;
  }
}
.branch-address p {
  color: #868686;
}
.branch-address a {
  display: block;
  margin-top: 33.6px;
}
.branch-address a:hover, .branch-address a:focus {
  color: #868686;
}
@media only screen and (max-width: 950px) {
  .branch-address a {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 490px) {
  .branch-address a {
    margin-top: 16px;
  }
}

.branch-image {
  margin: 72px 0 44.8px;
}
@media only screen and (max-width: 950px) {
  .branch-image {
    margin: 28.8px 0 24px;
  }
}

.team-member {
  margin-bottom: 76px;
}
@media only screen and (max-width: 950px) {
  .team-member {
    margin-bottom: 56px;
  }
}
@media only screen and (max-width: 490px) {
  .team-member {
    margin-bottom: 24px;
  }
}

.team-member__image {
  margin-bottom: 14.4px;
  position: relative;
}
@media only screen and (max-width: 810px) {
  .team-member__image {
    margin-bottom: 6.4px;
  }
}
.team-member__image::before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(14, 14, 14, 0.3);
  content: "";
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}

.team-overlay {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 1000;
}
.overlay-open .team-overlay .team-overlay__content {
  top: 0;
}

.team-overlay__close {
  background: url("../img/close-black.svg") center no-repeat;
  background-size: contain;
  height: 28px;
  position: absolute;
  width: 28px;
  z-index: 130;
  right: 80px;
  top: 60px;
  z-index: 1001;
}
.team-overlay__close:hover, .team-overlay__close:focus {
  cursor: pointer;
}
@media only screen and (max-width: 810px) {
  .team-overlay__close {
    height: 20.8px;
    width: 20.8px;
  }
}
@media only screen and (max-width: 810px) {
  .team-overlay__close {
    right: 48px;
    top: 48px;
  }
}
@media only screen and (max-width: 490px) {
  .team-overlay__close {
    right: 19.2px;
    top: 19.2px;
  }
}

.team-overlay__spinner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  width: 20px;
  margin-top: -10px;
  top: 50%;
}
.team-overlay__spinner::before {
  -webkit-animation: spinner 0.6s linear infinite;
          animation: spinner 0.6s linear infinite;
  border: 1px solid #868686;
  border-radius: 50%;
  border-top-color: #0E0E0E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  height: 20px;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.team-overlay__content {
  bottom: 0;
  left: 0;
  min-height: calc(100% + 1px);
  overflow: hidden;
  padding-top: 147.2px;
  position: relative;
  right: 0;
  top: 64px;
  -webkit-transition: opacity 0.2s 0.4s, visibility 0.2s 0.4s, top 0.2s 0.4s;
  transition: opacity 0.2s 0.4s, visibility 0.2s 0.4s, top 0.2s 0.4s;
  z-index: 1000;
}
@media only screen and (max-width: 810px) {
  .team-overlay__content {
    padding-top: 112px;
  }
}
@media only screen and (max-width: 490px) {
  .team-overlay__content {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 810px) {
  .member-info__image {
    margin: 0 auto 32px;
    width: 48%;
  }
}
@media only screen and (max-width: 490px) {
  .member-info__image {
    max-width: 200px;
  }
}

.member-info__body {
  padding-left: 52px;
}
@media only screen and (max-width: 950px) {
  .member-info__body {
    padding-left: 32px;
    padding-right: 28px;
  }
}
@media only screen and (max-width: 810px) {
  .member-info__body {
    margin: 0 auto;
    max-width: 400px;
    padding-left: 28px;
  }
}
@media only screen and (max-width: 490px) {
  .member-info__body .typeset {
    font-size: 14px;
  }
}

.member-info__subheading {
  margin-bottom: 19.2px;
  margin-top: 4.8px;
}
.member-info__subheading p {
  display: block;
}
@media only screen and (max-width: 490px) {
  .member-info__subheading p {
    font-size: 12px;
  }
}

.member-info__projects {
  margin-top: 90px;
}

.images-grid {
  font-size: 0;
  position: relative;
  z-index: 5;
}

.images-grid--previous {
  padding-right: 80px;
  position: absolute;
  top: 0;
  z-index: 0;
}
@media only screen and (max-width: 810px) {
  .images-grid--previous {
    padding-right: 48px;
  }
}
@media only screen and (max-width: 490px) {
  .images-grid--previous {
    padding-right: 19.2px;
  }
}

.images-grid__item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.insight__body {
  color: #868686;
}
@media only screen and (max-width: 490px) {
  .insight__body {
    font-size: 14px;
  }
}

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

.branch-nav__item {
  font-size: 24px;
  margin-right: 16px;
}
@media only screen and (max-width: 490px) {
  .branch-nav__item {
    font-size: 18px;
  }
}
.branch-nav__item .selected {
  pointer-events: none;
}
.branch-nav__item a {
  padding-bottom: 4.8px;
}

.branch-loader {
  bottom: 0;
  position: absolute;
  right: 0;
}
.branch-loader span {
  background-color: #0E0E0E;
}

.member-info__content--page {
  opacity: 1;
  padding: 0;
  position: relative;
  top: 0;
  visibility: visible;
}

.state-will-change {
  height: auto;
  -webkit-transition: opacity 0.75s, visibility 0.75s;
  transition: opacity 0.75s, visibility 0.75s;
}

.is-hidden {
  overflow: hidden;
}
.insight.state-will-change,
.team-member.state-will-change,
.section--branch.state-will-change {
  position: relative;
  top: 0;
  -webkit-transition: opacity 0.75s, visibility 0.75s, top 0.75s;
  transition: opacity 0.75s, visibility 0.75s, top 0.75s;
}
.insight.is-hidden,
.team-member.is-hidden,
.section--branch.is-hidden {
  top: 48px;
}

.search-overlay {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 105;
}
.search-overlay .container {
  height: 100%;
}
.search-overlay__form {
  border-bottom: 2px solid #0E0E0E;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.search-overlay__form input {
  font-size: 32px;
  color: #0E0E0E;
  line-height: 32px;
  padding: 8px 0;
}
@media only screen and (max-width: 810px) {
  .search-overlay__form input {
    font-size: 24px;
    padding: 4px 0;
  }
}
@media only screen and (max-width: 490px) {
  .search-overlay__form input {
    font-size: 18px;
    padding: 0;
  }
}

.search-overlay__close {
  background: url("../img/close-black.svg") center no-repeat;
  background-size: contain;
  height: 28px;
  position: absolute;
  width: 28px;
  z-index: 130;
  right: 74px;
  top: 59.2px;
}
.search-overlay__close:hover, .search-overlay__close:focus {
  cursor: pointer;
}
@media only screen and (max-width: 810px) {
  .search-overlay__close {
    height: 20.8px;
    width: 20.8px;
  }
}
@media only screen and (max-width: 810px) {
  .search-overlay__close {
    right: 50px;
    top: 48px;
  }
}
@media only screen and (max-width: 490px) {
  .search-overlay__close {
    right: 21.2px;
    top: 36px;
  }
}

.nav__search-form-nojs {
  display: inline-block;
}
.nav__search-form-nojs input {
  border-bottom: 1px solid #0E0E0E;
  color: #0E0E0E;
  display: inline-block;
  width: auto;
}
.nav__search-form-nojs button {
  display: inline-block;
}
.js .nav__search-form-nojs {
  display: none;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
}
.js.dark-home-page input::-webkit-input-placeholder, .nav__search-form-nojs input::-webkit-input-placeholder {
  color: #0E0E0E;
}
.js.dark-home-page input::-moz-placeholder, .nav__search-form-nojs input::-moz-placeholder {
  color: #0E0E0E;
}
.js.dark-home-page input:-ms-input-placeholder, .nav__search-form-nojs input:-ms-input-placeholder {
  color: #0E0E0E;
}
.js.dark-home-page input::-ms-input-placeholder, .nav__search-form-nojs input::-ms-input-placeholder {
  color: #0E0E0E;
}
.js.dark-home-page input::placeholder, .nav__search-form-nojs input::placeholder {
  color: #0E0E0E;
}
.dark-home-page input::-webkit-input-placeholder, .search-overlay input::-webkit-input-placeholder {
  color: #0E0E0E;
}
.dark-home-page input::-moz-placeholder, .search-overlay input::-moz-placeholder {
  color: #0E0E0E;
}
.dark-home-page input:-ms-input-placeholder, .search-overlay input:-ms-input-placeholder {
  color: #0E0E0E;
}
.dark-home-page input::-ms-input-placeholder, .search-overlay input::-ms-input-placeholder {
  color: #0E0E0E;
}
.dark-home-page input::placeholder, .search-overlay input::placeholder {
  color: #0E0E0E;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.flex--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.flex--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex--justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-image__img {
  margin: 0 auto;
}
.flex-image__img--portrait {
  width: 65%;
}
@media only screen and (max-width: 810px) {
  .flex-image__img--portrait {
    width: 80%;
  }
}

.slideshow {
  position: relative;
  margin-top: -148px;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 810px) {
  .slideshow {
    height: 800px;
  }
}
@media only screen and (max-width: 490px) {
  .slideshow {
    height: 400px;
    min-height: 300px;
    overflow: visible;
  }
}

.slideshow__prop {
  visibility: hidden;
}

.slideshow-text-white .mobile-nav-toggle span {
  background: url("../img/line-black.png") no-repeat center;
  background-size: contain;
}
.slideshow-text-white.nav-open .nav__search {
  color: #0E0E0E;
}
.slideshow-text-white .dust {
  color: #fff;
}
.slideshow-text-white .nav__search {
  color: #fff;
}
.slideshow-text-white.nav-open .nav__search {
  color: #0E0E0E;
}
.slideshow-text-white .header--sticky {
  background-color: #0E0E0E;
}

.slideshow__project-categories {
  position: absolute;
  z-index: 5;
  bottom: 64px;
}
@media only screen and (max-width: 810px) {
  .slideshow__project-categories {
    bottom: 16px;
  }
}
@media only screen and (max-width: 490px) {
  .slideshow__project-categories {
    bottom: -104px;
  }
}

.slideshow__project-categories__item {
  cursor: pointer;
}
.slideshow__project-categories__item:nth-of-type(1) {
  -webkit-transition: opacity 0.4s 0.1 s, visibility 0.4s 0.1 s;
  transition: opacity 0.4s 0.1 s, visibility 0.4s 0.1 s;
}
.slideshow__project-categories__item:nth-of-type(2) {
  -webkit-transition: opacity 0.4s 0.2 s, visibility 0.4s 0.2 s;
  transition: opacity 0.4s 0.2 s, visibility 0.4s 0.2 s;
}
.slideshow__project-categories__item:nth-of-type(3) {
  -webkit-transition: opacity 0.4s 0.3 s, visibility 0.4s 0.3 s;
  transition: opacity 0.4s 0.3 s, visibility 0.4s 0.3 s;
}
.slideshow__project-categories__item:nth-of-type(4) {
  -webkit-transition: opacity 0.4s 0.4 s, visibility 0.4s 0.4 s;
  transition: opacity 0.4s 0.4 s, visibility 0.4s 0.4 s;
}
.slideshow__slide {
  position: absolute;
  top: 0;
  z-index: 0;
  max-width: none;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 490px) {
  .slideshow__slide {
    height: 400px;
    min-height: 300px;
  }
}
.slideshow__slide:first-of-type {
  opacity: 1;
}
.js .slideshow__slide {
  opacity: 0;
}

.slideshow__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.slideshow__slide--behind,
.slideshow__slide--top {
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.js .slideshow__slide--behind,
.js .slideshow__slide--top {
  opacity: 1;
}

.slideshow__slide--behind {
  z-index: 1;
}

.slideshow__slide--top {
  z-index: 2;
}

.lightbox__frame {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  background-color: #fff;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  -webkit-transition: opacity 0.2s, visibility 0s 0s;
  transition: opacity 0.2s, visibility 0s 0s;
}
.lightbox__frame.loading .lightbox__inner {
  opacity: 0.3;
}
.lightbox__frame.disabled {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
}

.lightbox__loader {
  top: 50%;
  margin-top: -10px;
}

.lightbox__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
  max-width: 1920px;
  padding: 6.5rem 7rem;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.lightbox__inner img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.lightbox__inner img,
.lightbox__inner .flex-container {
  margin: 0 auto;
}
.lightbox__inner .flex-container {
  background-color: #0E0E0E;
}
@media only screen and (max-width: 810px) {
  .lightbox__inner {
    padding: 2rem;
  }
}

.lightbox__caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 6.4px 0;
}

.lightbox__button {
  font-size: 24px;
  cursor: pointer;
  font-family: "Site Icons";
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lightbox__button--close {
  background: url("../img/close-black.svg") center no-repeat;
  background-size: contain;
  height: 28px;
  position: absolute;
  width: 28px;
  z-index: 130;
  top: 2.5rem;
  right: 2.5rem;
}
.lightbox__button--close:hover, .lightbox__button--close:focus {
  cursor: pointer;
}
@media only screen and (max-width: 810px) {
  .lightbox__button--close {
    height: 20.8px;
    width: 20.8px;
  }
}

.lightbox__button--prev:active,
.lightbox__button--next:active {
  opacity: 0.6;
}
@media only screen and (max-width: 490px) {
  .lightbox__button--prev,
.lightbox__button--next {
    top: auto;
    bottom: 2rem;
  }
}

.lightbox__button--prev {
  left: 2.5rem;
}
.lightbox__button--next {
  right: 2.5rem;
}
.lightbox__counter {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 2.5rem;
  position: absolute;
  top: 2.5rem;
}

.lightbox__total,
.lightbox__current {
  display: block;
}

.lightbox__current {
  width: 1.5rem;
}

.lightbox__total {
  width: 3rem;
}

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

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

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

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

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

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

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

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  z-index: 10;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.flickity-prev-next-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.flickity-prev-next-button:hover {
  background: #0E0E0E;
}

.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09F;
          box-shadow: 0 0 0 5px #09F;
}

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

.flickity-prev-next-button.previous {
  left: 80px;
}
@media only screen and (max-width: 950px) {
  .flickity-prev-next-button.previous {
    left: 48px;
  }
}
@media only screen and (max-width: 490px) {
  .flickity-prev-next-button.previous {
    left: 19.2px;
  }
}

.flickity-prev-next-button.next {
  right: 80px;
}
@media only screen and (max-width: 950px) {
  .flickity-prev-next-button.next {
    right: 48px;
  }
}
@media only screen and (max-width: 490px) {
  .flickity-prev-next-button.next {
    right: 19.2px;
  }
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 80px;
}
@media only screen and (max-width: 950px) {
  .flickity-rtl .flickity-prev-next-button.previous {
    right: 48px;
  }
}
@media only screen and (max-width: 490px) {
  .flickity-rtl .flickity-prev-next-button.previous {
    right: 19.2px;
  }
}

.flickity-prev-next-button.previous::before {
  background: url("../img/left-white.png") no-repeat center;
  background-size: 60%;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 80px;
}
@media only screen and (max-width: 950px) {
  .flickity-rtl .flickity-prev-next-button.next {
    left: 48px;
  }
}
@media only screen and (max-width: 490px) {
  .flickity-rtl .flickity-prev-next-button.next {
    left: 19.2px;
  }
}

.flickity-prev-next-button.next::before {
  background: url("../img/right-white.png") no-repeat center;
  background-size: 60%;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  display: none;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

.project-gallery-mobile {
  display: block;
  overflow-y: hidden;
  margin-bottom: 16px;
}
.js .project-gallery-mobile {
  display: none;
}
@media only screen and (max-width: 810px) {
  .js .project-gallery-mobile {
    display: block;
  }
}
.project-gallery-mobile img {
  position: relative;
}
.project-gallery-mobile .relative {
  -webkit-transition: margin-top 0.6s;
  transition: margin-top 0.6s;
}

.project-gallery-mobile__reveal {
  position: relative;
  -webkit-transition: margin-top 0.4s ease-out, opacity 0.4s ease-out, visibility 0.4s ease-out;
  transition: margin-top 0.4s ease-out, opacity 0.4s ease-out, visibility 0.4s ease-out;
}
.project-gallery-mobile__open {
  background: url("../img/down.png") no-repeat center;
  background-color: rgba(255, 255, 255, 0.7);
  background-size: 50%;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 24px;
  right: 48px;
  z-index: 50;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, opacity 0.2s, transform 0.2s;
  transition: background-color 0.2s, opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
@media only screen and (max-width: 490px) {
  .project-gallery-mobile__open {
    right: 19.2px;
  }
}
.js .project-gallery-mobile__open {
  z-index: 99;
}
.project-gallery-mobile__open:hover, .project-gallery-mobile__open:active {
  background-color: #fff;
}
.project-gallery-mobile__open:active {
  opacity: 0.5;
}
.project-gallery-mobile__open.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.open .project-gallery-mobile__open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.project-gallery-mobile__open.sticky {
  position: fixed;
  bottom: 32px;
  right: 48px;
  -webkit-transition: bottom 0.2s, position 0.2s;
  transition: bottom 0.2s, position 0.2s;
}
@media only screen and (max-width: 490px) {
  .project-gallery-mobile__open.sticky {
    right: 19.2px;
  }
}

.project-gallery-mobile__info {
  color: #0E0E0E;
  position: absolute;
  bottom: 24px;
  padding: 3.2px 8px;
  left: 48px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 50;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.4s;
  transition: opacity 0.2s 0.4s;
}
@media only screen and (max-width: 490px) {
  .project-gallery-mobile__info {
    left: 19.2px;
  }
}
.js .project-gallery-mobile__info {
  opacity: 1;
  z-index: 99;
}
.open .project-gallery-mobile__info {
  opacity: 0;
}