@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: "";
}

.project-highlighted--bottom {
  padding: 18px 2.1vw 2.1vw;
}

@media all and (min-width: 768px) {
  .project-highlighted--bottom {
    padding: 30px 20px;
  }
}

@media (min-width: 1440px) {
  .project-highlighted--bottom {
    padding: 2.1vw 1.4vw;
  }
}

.project-highlighted--bottom > *:last-child {
  margin-bottom: 0;
}

.project-highlighted {
  line-height: 1.2;
}

.project-highlighted--top {
  position: relative;
  text-align: center;
  background-color: #EEE;
}

.project-highlighted:not(.projects-placeholder) .project-highlighted--bottom * {
  display: inline;
}

.project-highlighted .text-small {
  font-size: 2.5rem;
}

@media (max-width: 1440px) {
  .project-highlighted .text-small {
    font-size: calc(1.3rem + 1.33333vw) ;
  }
}

@media (min-width: 1440px) {
  .project-highlighted .text-small {
    font-size: 40px;
    font-size: 2.8vw;
    font-size: 2.8vmax;
  }
}

@media all and (max-width: 768px) {
  .project-highlighted .text-small {
    font-size: 1.375rem;
  }
}

@media all and (max-width: 768px) and (max-width: 1440px) {
  .project-highlighted .text-small {
    font-size: calc(1.075rem + 0.33333vw) ;
  }
}

.project-highlighted.projects-placeholder .project-highlighted--top {
  height: 0;
  padding-bottom: 100%;
}

.single .project-highlighted.projects-placeholder .project-highlighted--top {
  padding-bottom: calc(50% + 2.8vw);
}

.project-highlighted.projects-placeholder .project-highlighted--top h2 {
  color: #BBBBBB;
}

.project-highlighted.projects-placeholder .project-highlighted--top--inner {
  position: absolute;
  bottom: 50%;
  width: 100%;
  padding: 30px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  margin: auto;
}

@media (min-width: 1440px) {
  .project-highlighted.projects-placeholder .project-highlighted--top--inner {
    padding: 2.1vw;
  }
}

@media all and (max-width: 768px) {
  .single .project-highlighted.projects-placeholder .project-highlighted--bottom {
    width: 50%;
  }
}
