:root {
  --dkgry: #555;
  --ltgry: #777;
  --mdgry: #e3e3e3;
  --phgry: #cdcdcd;
  --ltacc: #ff9344;
}
body{
  font-family: "Red Hat Display", sans-serif;
  letter-spacing: 1px;
  max-width: 100vw;
  overflow-x: hidden;
}
* {
  transition: all 400ms ease;
}
a, a:hover{
  text-decoration: none;
  color: #000;
}
img{
  width: 100%;
  height: auto;
}

.image-frame {
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
.image-frame > div {
  width: 100%;
}
@media (min-width:992px){
    .image-frame .slide-image{
      --used-height: calc(10vw + 110px);
      --img-height: calc(100vh - var(--used-height));
      --img-width: calc(var(--img-height) / 3);
      height: var(--img-height);
    
      width: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    .image-frame, .image-frame img {
  --used-height: calc(10vw + 110px);
  height: calc(100vh - var(--used-height));
}
}
@media (max-width:991px){
.image-frame .slide-image{
  height: calc(55vw);

  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.image-frame, .image-frame img {
  height: calc(55vw);
}
}
    .image-frame .slide-image{
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
header.region {
  height: 40px;
}
#branding a img{
  max-width: 92px;
  margin: 2px 0;
}
#main-menu nav>ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#main-menu nav>ul li {
  display: block;
  padding: 5px 30px;
  position: relative;
}

#main-menu nav>ul li a {
  color: var(--ltgry);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
}
#main-menu nav>ul li a:hover {
  color: var(--ltacc);
  text-shadow: 0 0 1px var(--ltacc);
}

.home-projects .link-frame, .other-projects .link-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 400ms ease-out 100ms, z-index 400ms step-end;
}

.home-projects .grid-frame, .other-projects .grid-frame {
  position: relative;
  padding: 2px;
}
.home-projects .content-frame, .home-projects .content-frame span, .other-projects .content-frame, .other-projects .content-frame span {
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.home-projects .link-frame a, .other-projects .link-frame a {
  height: calc(100% - 4px);
  position: relative;
  background: #0009;
  color: #ddd;
  margin: 2px;
  opacity: 0;
  backdrop-filter:blur(4px);
}
.home-projects .grid-frame .image,
.other-projects .grid-frame .image{
    z-index:20;
    position: relative;
}
.home-projects .grid-frame .link-frame,
.other-projects .grid-frame .link-frame{
    z-index:10;
}
.home-projects .grid-frame .image:hover + .link-frame,
.home-projects .grid-frame .image:active + .link-frame,
.other-projects .grid-frame .image:hover + .link-frame,
.other-projects .grid-frame .image:active + .link-frame,
.home-projects .grid-frame .link-frame:hover,
.other-projects .grid-frame .link-frame:hover {
    z-index: 30;
    transition: opacity 400ms ease-out 100ms, z-index 400ms step-start;
}
.home-projects .grid-frame .image:hover + .link-frame a,
.home-projects .grid-frame .image:active + .link-frame a,
.other-projects .grid-frame .image:hover + .link-frame a,
.other-projects .grid-frame .image:active + .link-frame a,
.home-projects .grid-frame .link-frame:hover a,
.other-projects .grid-frame .link-frame:hover a{
  opacity: 1;
}
.home-projects .grid-frame .image:hover + .link-frame a .title,
.home-projects .grid-frame .image:hover + .link-frame a .designer,
.other-projects .grid-frame .image:hover + .link-frame a .title,
.other-projects .grid-frame .image:hover + .link-frame a .designer,
.home-projects .grid-frame .link-frame:hover a .title,
.other-projects .grid-frame .link-frame:hover a .title,
.home-projects .grid-frame .link-frame:hover a .designer,
.other-projects .grid-frame .link-frame:hover a .designer{
  top: 0;
}


.project-list .views-exposed-form fieldset.fieldgroup .js-form-item.js-form-type-radio,
.home-projects .views-exposed-form fieldset.fieldgroup .js-form-item.js-form-type-radio {
  display: inline-block;
  padding: 0 50px;
  margin: 2px;
  position: relative;
}
.home-projects .views-exposed-form fieldset.fieldgroup .js-form-item.js-form-type-radio:after,
.project-list .views-exposed-form fieldset.fieldgroup .js-form-item.js-form-type-radio:after {
  content: " ";
  display: block;
  width: 1px;
  height: 20px;
  background: var(--ltgry);
  right: 0;
  top: 4px;
  position: absolute;
}
.home-projects .views-exposed-form fieldset.fieldgroup .js-form-item.js-form-type-radio:first-child,
.project-list .views-exposed-form fieldset.fieldgroup .js-form-item.js-form-type-radio:first-child {
  padding-left: 20px;
}
.home-projects .views-exposed-form fieldset.fieldgroup .js-form-item.js-form-type-radio:last-child:after,
.project-list .views-exposed-form fieldset.fieldgroup .js-form-item.js-form-type-radio:last-child:after {
  content: none;
}

.project-list .views-exposed-form fieldset.fieldgroup .js-form-item.js-form-type-radio:hover label,
.project-list .views-exposed-form fieldset.fieldgroup .js-form-item.js-form-type-radio input:checked+label,
.home-projects .views-exposed-form fieldset.fieldgroup .js-form-item.js-form-type-radio:hover label,
.home-projects .views-exposed-form fieldset.fieldgroup .js-form-item.js-form-type-radio input:checked+label{
  color: var(--ltacc);
  text-shadow: 0 0 1px var(--ltacc);
}
.home-projects .views-exposed-form fieldset.fieldgroup .js-form-item.js-form-type-radio label,
.project-list .views-exposed-form fieldset.fieldgroup .js-form-item.js-form-type-radio label {
  font-size: 20px;
  color: var(--ltgry);
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  font-weight: 300;
}

.home-projects .views-exposed-form fieldset.fieldgroup .js-form-item.js-form-type-radio input,
.project-list .views-exposed-form fieldset.fieldgroup .js-form-item.js-form-type-radio input {
  display: none;
}
#project_carousel .carousel-indicators [data-bs-target]{
  width: 15px!important;
}
#project_carousel .carousel-item {
  width: 100%;
  text-align: center;
}
#project_carousel .carousel-item img{
  width: auto;
  height: 82vh;
}
.carousel-control-prev, .carousel-control-next {
  width: 10%;
}
.corporate.sm-block a {
  margin: 6px;
  filter: grayscale(100%);
}
.corporate.sm-block {
  margin-top: 9px;
}
.corporate.sm-block a:hover {
  filter: grayscale(0%);
}
#copyright-row{
    position: relative;
}
#copyright-row img {
    max-width: 80px;
    margin: 2px;
}
#copyright-row span.cp-text {
  display: block;
  position: absolute;
  bottom: -1px;
}
#main-menu #search-form{
  background: var(--ltgry);
  border-radius: 30px 0 0 30px;
  height: 40px;
}
body.search-node main {
    padding: 100px;
}
div#navbar-toggler {
  background: var(--ltgry);
  height: 40px;
  margin-right: 0;
  margin-left: auto;
  display: block;
  width: 60px;
  border-radius: 30px 0 0 30px;
  padding-top: 12px;
  padding-left: 17px;
}
#navbar-toggler div[data-bs-toggle]{
  padding: 6px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 20px;
}
#navbar-toggler div[data-bs-toggle] span{
  display: block;
  height: 1px;
  background: #fff;
  width: 20px;
}
#search-form>span {
  display: inline-block;
  width: 40px;
  height: 100%;
  cursor: pointer;
}
#search-form>span:after{
  position: relative;
  top:9px;
}
#project_carousel .carousel-image{
  --used-height: calc(7vw + 130px);
  --img-height: calc(100vh - var(--used-height));
  --img-width: calc(var(--img-height) / 3);
  height: var(--img-height);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#project_carousel .carousel_thumb {
  padding: 1px;
}
article .page_title{
  font-size: 36px;
  font-weight: 100;
}
article .location .value {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 32px;
}
article .props .label,
article .props .value{
  font-size: 18px;
  text-transform: uppercase;
  line-height: 32px;
}
article .props.credits .label,
article .props.credits .value{
  text-transform: none;
}
article .location .value{
  font-weight: 100;
}
article .props .label{
  font-weight: 400;
}
article .props .value{
  font-weight: 100;
  font-size: 24px;
}
article .props.credits .value {
  font-size: 20px;
}
article .props.credits{
  margin-top: 30px;
}
article .body{
  font-size: 18px;
  text-align: justify;
}
.project-list .title {
  text-transform: uppercase;
  font-weight: 400;
  color: var(--dkgry);
}
.project-list .summary {
  overflow: hidden;
  color: var(--dkgry);
}
.project-list .location {
  color: var(--ltgry)
}

.project-list .link {
    position: absolute;
    display: block;
    bottom: 10px;
    right: 35px;
}
.project-list a.btn{
  opacity: 0.4;
  font-size: 24px;
  letter-spacing: 2px;
  transition: opacity 500ms ease;
}

.project-list .content {
  position: relative;
}
.project-list .project-col:hover a.btn{
  opacity: 0.7;
}
div#block-sitebranding > a {
  display: block;
  margin-left: auto;
  width: fit-content;
}

.row.biography {
  font-size: 20px;
  text-align: left;
  color: #666;
}
.media-videos span.video-thumb {
  /* padding: 1px; */
  display: block;
  background: #000;
  overflow: hidden;
}

.media-videos span.video-title {
  display: block;
  position: absolute;
  width: 70%;
  left: 50%;
  text-align: center;
  top: 50%;
  font-size: 22px;
  color: #fff;
  transform: translate(-50%,-50%);
}

.media-videos .video-frame {
  position: relative;
  padding: 2px;
  cursor: pointer;
}

.media-videos span.video-thumb img {
  opacity: 0.7;
  filter: blur(4px);
  transform: scale(1.1);
}

.media-videos .video-frame:hover  span.video-thumb img{
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.media-videos .video-frame:hover span.video-title{
  opacity: 0;
}
.press .col-12 a {
  padding: 10px 50px;
  display: block;
  font-size: 22px;
  color: var(--ltgry);
}
.press .col-12 a:hover {
  color: var(--ltacc);
}
.press {
  margin-bottom: 60px;
}
.press h2 {
  margin: 20px;
}
.home-projects {
  padding: 0 2px;
}
.project-col {
  padding: 2px;
}
.design-firm{
  font-weight: 300;
  font-size: 20px;
}
.project-list {
  padding: 0 2px;
}
.project-list .project-col img{
  max-width: 15.8vw;
}
.media-videos {
  padding: 2px;
}
.youtube-modal.modal .modal-dialog {
  max-width: calc(70vh* 1.5);
  width: 100%;
}
.youtube-modal.modal.show .modal-content {
  width: 100%;
  padding: 0;
  height: 70vh;
}
.youtube-modal iframe {
  height: 100%;
  width: 100%;
}
.plans .plan-thumb{
  cursor: zoom-in;
  height: 800px;
  width: auto;
}
.plan-col{
  text-align: center;
  overflow: hidden;
}
#block-views-block-similar-projects-block-1 h2, #block-views-block-project-videos-block-1 h2 {
    margin-left: 160px;
}
fieldset legend {
  margin: 0;
}
.media-videos .video-frame .modal-body {
  padding: 0!important;
}

.media-videos .video-frame .modal {
  background: #0009!important;
}
ul.pager li.pager__item a.button {
  display: inline-block;
  border: 1px solid #666;
  color: #666;
  padding: 5px 12px;
  margin: 0 auto;
}

ul.pager li.pager__item {
  display: block;
  text-align: center;
}

ul.pager {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
#project_carousel .carousel-control-next{
    margin-right: -50px;
}
#project_carousel .carousel-control-prev{
    margin-left: -50px;

}
.carousel-control-next .next-icon{
  background-image: url("../img/next-icon.svg");
}
.carousel-control-prev .prev-icon{
  background-image: url("../img/previous-icon.svg");
}
.carousel-control-next .next-icon,
.carousel-control-prev .prev-icon{
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
}
span.cp-text {
  color: var(--ltgry);
  font-size: 14px;
}
article .props.credits .label {
    font-size: 1.5rem;
}
.media-videos iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.cat-label{
  font-size: 20px;
  color: var(--ltacc);
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 300;
  padding-left: 20px;
}
.cat-label:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 17px;
  border-bottom: 1.5px solid var(--ltacc);
  border-right: 1.5px solid var(--ltacc);
  transform: rotate(45deg);
  border-bottom-right-radius: 5px;
  position: relative;
  top: -3px;
}
@media (min-width:992px) {
  #main-menu nav>ul {
    display: flex;
    justify-content: end;
  }
  #main-menu nav>ul li:after {
    content: "";
    display: block;
    width: 1px;
    height: 22px;
    background:  var(--ltgry);
    top: 9px;
    position: absolute;
    right: 0;
  }
  #main-menu nav>ul li:last-child:after {
    content: none;
  }
  .row.biography div {
    column-count: 2;
    column-gap: 100px;
  }
  .home-projects .content-frame, .other-projects .content-frame {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
          padding: 0 20px;
}

.home-projects .content-frame .title, .home-projects .content-frame .title, .other-projects .content-frame .title, .other-projects .content-frame .title {
  font-size: 20px;
  top: 30px;
  position: relative;
  transition: all 400ms ease-out 100ms;
}

.home-projects .content-frame .designer, .other-projects .content-frame .designer {
  font-size: 12px;
  margin-top: 8px;
  padding: 0 20px;
  top: 30px;
  position: relative;
  transition: all 300ms ease-out 250ms;
}

}
@media (max-width:991px) {
  nav#block-custom-main-menu {
    top: 50%;
    position: absolute;
    text-align: center;
    width: 80%;
    transform: translateY(-50%);
  }
  .cat-dropdown {
    height: 0;
    max-height: 240px;
    overflow: hidden;
    display: block;
    transition: height 400ms ease;
  }
  .cat-dropdown.visible {
    height: auto!important;
    position: absolute;
    z-index: 1;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 5px #0003;
  }
  .project-list .views-exposed-form fieldset.fieldgroup .js-form-item.js-form-type-radio,
  .home-projects .views-exposed-form fieldset.fieldgroup .js-form-item.js-form-type-radio {
    display: block!important;
    margin: 0!important;
    padding: 4px 20px!important;
  }
  .project-list .views-exposed-form fieldset.fieldgroup .js-form-item.js-form-type-radio:after,
  .home-projects .views-exposed-form fieldset.fieldgroup .js-form-item.js-form-type-radio:after {
    content: none;
  }
  #main-menu {
    position: fixed;
    top: 0;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
  }
  #main-menu .menu-bg {
    background: #fff;
    z-index: 1;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 20vw;
    width: 90vw;
  }
  #main-menu .icons-row {
    justify-content: end;
    position: absolute;
    bottom: 0;
  }
  #search-form>span {
    display: inline-block;
    width: 40px;
  }
  #main-menu .backdrop {
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 1;
    background: #0005;
  }
}
@media (min-width: 1600px) {
  .project-list .title {
    font-size: 20px;
    line-height: 30px;
  }
  .project-list .summary {
    font-size: 16px;
    margin-top: 16px;
    line-height: 22px;
    max-height: 110px;
  }
  .project-list .location {
    font-size: 14px;
  }
  .project-list .project-col img{
    max-width: 15.8vw;
  }
  .project-list .content {
    height: 100%;
  }
  article .body{
    column-count: 2;
    column-gap: 50px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px){
  .project-list .title {
    font-size: 18px;
    line-height: 24px;
  }
  .project-list .summary {
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
    max-height: 100px;
  }
  .project-list .location {
    font-size: 14px;
  }
  .project-list .project-col img{
    max-width: 15.8vw;
  }
  .project-list .content {
    height: 100%;
  }
  article .body{
    column-count: 2;
    column-gap: 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px){
  .project-list .title {
    font-size: 18px;
    line-height: 24px;
  }
  .project-list .summary {
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
    max-height: 100px;
  }
  .project-list .location {
    font-size: 14px;
  }
  .project-list .project-col img{
    max-width: 15.8vw;
  }
  .project-list .content {
    height: 100%;
  }
  article .body{
    column-count: 2;
    column-gap: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  .project-list .title {
    font-size: 18px;
    line-height: 24px;
  }
  .project-list .summary {
    font-size: 12px;
    margin-top: 8px;
    line-height: 18px;
    max-height: 54px;
  }
  .project-list .location {
    font-size: 13px;
  }
  .project-list .project-col img{
    max-width: 15.8vw;
  }
  .project-list .content {
    height: 100%;
  }

}

@media (min-width: 768px) and (max-width: 991px){
  .project-list .title {
    font-size: 24px;
    line-height: 30px;
  }
  .project-list .summary {
    font-size: 18px;
    margin-top: 14px;
    line-height: 28px;
    max-height: 100px;
  }
  .project-list .location {
    font-size: 14px;
  }
  .project-list .project-col img{
    max-width: 42vw;
  }
  .project-list .content {
    height: 100%;
  }
.home-projects .content-frame, .other-projects .content-frame {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.home-projects .content-frame .title, .home-projects .content-frame .title, .other-projects .content-frame .title, .other-projects .content-frame .title {
  font-size: 20px;
  top: 30px;
  position: relative;
  transition: all 400ms ease-out 100ms;
}

.home-projects .content-frame .designer, .other-projects .content-frame .designer {
  font-size: 12px;
  margin-top: 8px;
  padding: 0 20px;
  top: 30px;
  position: relative;
  transition: all 300ms ease-out 250ms;
}

}

@media (min-width: 576px) and (max-width: 767px){
  .project-list .title {
    font-size: 24px;
    line-height: 30px;
  }
  .project-list .summary {
    font-size: 18px;
    margin-top: 14px;
    line-height: 28px;
    max-height: 100px;
  }
  .project-list .location {
    font-size: 14px;
  }
  .project-list .project-col img{
    max-width: 100vw;
  }
  .project-list .content {
    height: 180px;
    margin-bottom: 20px;
  }
.home-projects .content-frame, .other-projects .content-frame {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 5px;
}

.home-projects .content-frame .title, .home-projects .content-frame .title, .other-projects .content-frame .title, .other-projects .content-frame .title {
  font-size: 18px;
  top: 30px;
  position: relative;
  transition: all 400ms ease-out 100ms;
}

.home-projects .content-frame .designer, .other-projects .content-frame .designer {
  font-size: 10px;
  margin-top: 8px;
  padding: 0 20px;
  top: 30px;
  position: relative;
  transition: all 300ms ease-out 250ms;
}

}

@media (max-width: 575px){
  .project-list .title {
    font-size: 22px;
    line-height: 30px;
  }
  .project-list .summary {
    font-size: 15px;
    margin-top: 12px;
    line-height: 24px;
    max-height: 100px;
  }
  .project-list .location {
    font-size: 14px;
  }
  .project-list .project-col img{
    max-width: 100vw;
  }
  .project-list .content {
    height: 220px;
    margin-bottom: 12px;
  }
.home-projects .content-frame, .other-projects .content-frame {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 5px;
}

.home-projects .content-frame .title, .home-projects .content-frame .title, .other-projects .content-frame .title, .other-projects .content-frame .title {
  font-size: 10px;
  line-height:13px;
  top: 30px;
  position: relative;
  transition: all 400ms ease-out 100ms;
}

.home-projects .content-frame .designer, .other-projects .content-frame .designer {
  display: none;
}

}

#search-form .modal-body form div.js-form-item {
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 30px 0 0 30px;
    width: 79%;
}

#search-form .modal-body form div.form-actions {
    display: inline-block;
    width: 19%;
    left: -5px;
    position: relative;
}

#search-form .modal-body form div.js-form-item input {
    border: none;
    background: none;
    padding: 6px 20px;
    width: 100%;
}
#search-form .modal-body form div.form-actions input {
    border: none;
    background-color: #ccc;
    background-image: url('../img/src-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28%;
    border-radius: 0 30px 30px 0;
    width: 100%;
    padding: 8px;
    position: relative;
}