@charset "UTF-8";
@font-face {
  font-family: "entityone";
  src: url("/themes/custom/entityone/_sass-essentials/iconfonts/dist/entityone.eot");
  src: url("/themes/custom/entityone/_sass-essentials/iconfonts/dist/entityone.eot?#iefix") format("eot"), url("/themes/custom/entityone/_sass-essentials/iconfonts/dist/entityone.woff2") format("woff2"), url("/themes/custom/entityone/_sass-essentials/iconfonts/dist/entityone.woff") format("woff"), url("/themes/custom/entityone/_sass-essentials/iconfonts/dist/entityone.ttf") format("truetype"), url("/themes/custom/entityone/_sass-essentials/iconfonts/dist/entityone.svg#entityone") format("svg");
}

.icon-arrow-down:before, .icon-arrow-left:before, .icon-arrow-right:before, .icon-chevron-down-light:before, .icon-chevron-down-solid:before, .icon-close:before, .icon-external-link:before, .icon-facebook:before, .icon-instagram:before, .icon-linkedin:before, .icon-pinterest:before, .icon-play:before, .icon-plus:before, .icon-samples:before, .icon-twitter:before, .icon-vimeo:before, .icon-volume-slash:before, .icon-volume-up:before {
  font-family: "entityone";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-chevron-down-light:before {
  content: "";
}

.icon-chevron-down-solid:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-external-link:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-samples:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-vimeo:before {
  content: "";
}

.icon-volume-slash:before {
  content: "";
}

.icon-volume-up:before {
  content: "";
}

.page-title {
  margin-bottom: 10px;
}

@media (min-width: 1440px) {
  .page-title {
    margin-bottom: 0.7vw;
  }
}

.project-top {
  padding-left: 1.4vw;
  padding-right: 1.4vw;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media all and (min-width: 1024px) {
  .project-top {
    flex-wrap: nowrap;
  }
}

.project-top .field {
  margin: 0 20px 20px 0;
}

@media (min-width: 1440px) {
  .project-top .field {
    margin: 0 1.4vw 1.4vw 0;
  }
}

@media all and (min-width: 768px) {
  .project-top .field {
    margin-right: 40px;
  }
}

@media all and (min-width: 768px) and (min-width: 1440px) {
  .project-top .field {
    margin-right: 2.8vw;
  }
}

@media all and (min-width: 1024px) {
  .project-top .field__label {
    white-space: nowrap;
  }
}

@media all and (max-width: 768px) {
  .project-top .offset-container--trigger--wrapper {
    flex-basis: 100%;
  }
}

@media all and (min-width: 1024px) {
  .project-top .offset-container--trigger--wrapper {
    white-space: nowrap;
  }
}

.project-top ~ .field {
  margin-top: 50px;
  margin-bottom: 20px;
}

@media (min-width: 1440px) {
  .project-top ~ .field {
    margin-top: 3.5vw;
  }
}

@media (min-width: 1024px) {
  .project-top ~ .field {
    margin-bottom: 120px;
  }
}

@media (min-width: 1024px) and (min-width: 1440px) {
  .project-top ~ .field {
    margin-bottom: 8.4vw;
  }
}

.project-top + .field {
  margin-top: 35px;
}

@media (min-width: 1440px) {
  .project-top + .field {
    margin-top: 2.45vw;
  }
}

@media all and (min-width: 768px) {
  .project-top .offset-container--trigger {
    margin-left: auto;
  }
}

.field--name-field-project-image .download {
  margin-top: 10px;
  text-align: center;
  padding: 10px;
}

.field--name-field-products .field__item,
.field--name-field-segment .field__item {
  float: left;
}

.field--name-field-products .field__item:not(:last-child),
.field--name-field-segment .field__item:not(:last-child) {
  margin-right: 10px;
}

@media all and (min-width: 1024px) {
  .field--name-field-products .field__item:not(:last-child),
  .field--name-field-segment .field__item:not(:last-child) {
    margin-right: 1.4vw;
  }
}

.field--name-field-products .field__item a,
.field--name-field-segment .field__item a {
  background-position: 0 calc(100% - 2px);
  background-size: 100% 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
}

.field--name-field-project-tiles .layout__item {
  margin-bottom: 30px;
  width: 50%;
}

@media (min-width: 1440px) {
  .field--name-field-project-tiles .layout__item {
    margin-bottom: 2.1vw;
  }
}

@media all and (min-width: 600px) {
  .field--name-field-project-tiles .layout__item {
    width: 33.33333%;
  }
}

@media all and (min-width: 768px) {
  .field--name-field-project-tiles .layout__item {
    width: 25%;
  }
}

@media all and (min-width: 1024px) {
  .field--name-field-project-tiles .layout__item {
    width: 20%;
  }
}

.media--type-image-roomshot {
  position: relative;
}

@media all and (min-width: 600px) {
  .gallery {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
}

.gallery-wrapper {
  position: relative;
}

@media all and (max-width: 768px) {
  .gallery-wrapper .slick-next {
    margin-right: 4px;
  }
}

.gallery .slick-list {
  overflow: visible;
}

.gallery .slick-slide {
  outline: none !important;
}

@media all and (max-width: 600px) {
  .gallery .layout__item {
    padding-left: 0;
    padding-right: 0;
  }
}

.gallery .layout__item .media--type-image-roomshot {
  position: relative;
}

@media all and (max-width: 768px) {
  .gallery .layout__item .media--type-image-roomshot {
    margin: 0 4px 0 0;
  }
}

@media all and (min-width: 768px) {
  .gallery .layout__item .media--type-image-roomshot .field--name-field-media-image img {
    height: 480px;
    width: auto;
  }
}

@media all and (min-width: 768px) {
  .field--name-field-related-projects .layout__item:not(.single) {
    width: 50%;
  }
}

.prev-next--wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  font-size: 1rem;
}

@media (min-width: 1440px) {
  .prev-next--wrapper {
    max-width: 42vw;
  }
}

@media (min-width: 1440px) {
  .prev-next--wrapper {
    font-size: 16px;
    font-size: 1.12vw;
    font-size: 1.12vmax;
  }
}

@media all and (max-width: 599px) {
  .prev-next--wrapper .overview-link--wrapper {
    -webkit-box-ordinal-group: 0;
            order: -1;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media all and (min-width: 600px) {
  .prev-next--wrapper {
    -webkit-box-pack: center;
            justify-content: center;
    flex-wrap: nowrap;
  }
  .prev-next--wrapper .prev-next--placeholder,
  .prev-next--wrapper .prev-next--link {
    flex-basis: 33%;
    flex-shrink: 0;
    width: 33%;
  }
}

.prev-next--link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

@media all and (min-width: 768px) {
  .prev-next--link {
    padding: 0 25px;
  }
}

@media all and (min-width: 768px) and (min-width: 1440px) {
  .prev-next--link {
    padding: 0 1.75vw;
  }
}

@media all and (min-width: 768px) {
  .prev-next--link.next {
    padding-left: 0;
  }
  .prev-next--link.previous {
    padding-right: 0;
  }
}

.prev-next--link.next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.prev-next--link.next .read-more {
  align-self: flex-end;
  margin-right: 0;
}

.prev-next--icon {
  width: 16px;
  height: 16px;
  margin: 2px 10px;
  align-self: flex-start;
}

@media (min-width: 1440px) {
  .prev-next--icon {
    width: 1.12vw;
  }
}

@media (min-width: 1440px) {
  .prev-next--icon {
    height: 1.12vw;
  }
}

@media (min-width: 1440px) {
  .prev-next--icon {
    margin: 0.14vw 0.7vw;
  }
}

.prev-next--text {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.prev-next--text .read-more {
  margin-bottom: 10px;
  align-self: flex-start;
}

@media (min-width: 1440px) {
  .prev-next--text .read-more {
    margin-bottom: 0.7vw;
  }
}

.prev-next--label {
  white-space: nowrap;
  overflow: hidden;
}

div.simple-lightbox .sl-counter {
  z-index: 50000;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  left: calc(50% - 23px);
}

div.simple-lightbox .sl-navigation button.sl-prev {
  font-size: 6rem;
  left: 35px;
}

div.simple-lightbox .sl-navigation button.sl-next {
  font-size: 6rem;
  right: 35px;
}

div.simple-lightbox.tile button.sl-prev {
  left: calc(50% - 360px);
}

div.simple-lightbox.tile button.sl-next {
  right: calc(50% - 360px);
}
