*{
    box-sizing: border-box;
}
img{
    display: block;
}
body {
    padding: 0;
    margin: 0;
    /*overflow-x: hidden;*/
}
h1,
h2,
h3,
h4,
h5,
p,
pre {
    padding: 0;
    margin: 0;
    line-height: inherit;
    white-space: normal;
    display: block;
    font-weight: inherit;
    font: inherit;
    vertical-align: baseline;
}
h1{
    font-size: clamp(32px, calc(2.53vw - 3px), 52px);
    line-height: 1.3;
}
h2 {
    font-size: clamp(27px, calc(2.50vw - 3px), 47px);
    line-height: 1.3;
    padding-bottom: 30px;
}
h2 big{
    font-size: clamp(97px, calc(11.70vw - 3px), 247px);
    line-height: 1;
    font-weight: 500;
}
h3{
    font-size: clamp(32px, calc(2.53vw - 3px), 52px);
    line-height: 1.3;
}
.services .our-services h3{
    font-size: clamp(37px, calc(2.50vw - 3px), 52px);
}
.content-inner
.content-inner h3 big{
    font-size: clamp(27px, calc(1.40vw - 3px), 50px);
    line-height: 1.3;
    padding-bottom: 115px;
    display: block;
}
h4{
    font-size: clamp(27px, calc(1.40vw - 3px), 50px);
    line-height: 1.3;
    padding-bottom: 30px;
}
h6{
    font-size: clamp(27px, calc(1.40vw - 3px), 50px);
    line-height: 25px;
    padding-bottom: 30px;
    margin: 0;
}
p,
.alternating-block .content table tr td p,
.ecological-design  h3,
.services .ecological-design-intro .our-services h3,
.services h3,
.content ol, .content ul, li {
    font-size: clamp(15px, calc(1.40vw - 3px), 25px);
    line-height: 1.3;
    padding-bottom: 35px;
}
li{
    padding-bottom: 0!important;
}
span.txt-center{
    display: block;
}
.fade-in {
    opacity: 0;
    margin-top: 30px;
    margin-bottom: -30px;
    transition: 0.25s;
}

.faded-in {
    opacity: 1!important;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    transition: 0.25s;
}
.two-column{
    column-count: 2;
}
.button{
    padding: 17px 55px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    border: none;
}

.button.client-briefing{
    margin-top: 20px;
}

.bg-tan{
    background-color: #f0e7db;
}

.txt-black{
    color: #000;
}

.txt-red{
    color: #ad6c55;
}
.inc-letter-spacing{
    letter-spacing: 3px;
}

.font-sen{
  font-family: "Sen", sans-serif;
}

.font-zilla{
  font-family: "Zilla Slab", serif;
}

.txt-center{
    text-align: center;
}
.txt-left{
    text-align: left;
}
.txt-right{
    text-align: right;
}
a,
a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    color: inherit;
}
a img {
    border: inherit;
}
input,
input:active,
input:focus,
input:hover,
select,
select:active,
select:focus,
select:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
    border: none;
    outline: 0;
    background: 0 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -mos-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    padding: 5px;
}
html {
    overflow-x: hidden;
}
body {
    font-family: "Sen", sans-serif;
    font-size: 13px;
    color: #000;
    line-height: 19px;
}
.hamburger{
    display: none;
}
.hamburger .line{
  width: 40px;
  height: 5px;
  background-color: #000000;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}
.hamburger.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

.hamburger.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  -o-transform: translateY(-13px);
  transform: translateY(-13px);
}
.clear {
    clear: both;
}
.noSelect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.right {
    float: right;
}
.left {
    float: left;
}
.third {
    width: 30%;
}
.width30{
    width: 30%;
    margin: 0 auto;
}
.width35{
    width: 35%;
    margin: 0 auto;
}
.forty{
    width: 40%;
    margin: 0 auto;
}
.width50{
    width: 50%;
    margin: 0 auto;
}
.sixty{
    width: 60%;
    margin: 0 auto;
}
.width70{
    width: 70%;
    margin: 0 auto;
}
.width85{
    width: 85%;
    margin: 0 auto;
}
.margin-top-100{
    margin-top: 100px;
}
h1.grey,
h2.grey {
    color: #000;
}
/* .content ol,
.content ul {
    margin: 0;
    padding: 0 0 0 30px;
    line-height: 26px;
    font-size: 12px;
} */
 .content ol{
    padding-bottom: 0;
 }
.bg-grey {
    background-color: #f2f2f2;
}
.content table {
    border-collapse: collapse;
    width: 100% !important;
    table-layout: fixed;
}
.content table td {
    box-sizing: border-box;
    padding: 10px;
    font-size: 11px;
    line-height: 20px;
}
.nav {
    overflow: hidden;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
    margin: 0;
    padding: 50px 0;
    top: 0;
    left: 0;
    width: 100%!important;
    background-color: #fff;
    position: absolute;
    padding-left: 7.5%;
    padding-right: 7.5%;
}
@keyframes navMove {
  from {transform: translateY(-105%);}
  to {transform: translateY(0%);}
}
.nav.fixed{
    z-index: 9;
    margin: 0;
    padding: 50px 0;
    top: 0;
    left: 0;
    width: 100%!important;
    background-color: #fff;
    position: fixed;
    padding-left: 7.5%;
    padding-right: 7.5%;
    animation-name: navMove;
    animation-duration: 0.5s;
}

.nav .menu{
    right: calc(7.5% + 160px);
}
.header-dummy{
    height: 200px;
}
.nav a,
.footer a{
    transition: 0.3s ease-in-out;
}
.nav a.active-page{
    position: relative;
}
.nav a.active-page::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #000;
    border-radius: 5px;
}
.nav a:hover,
.footer a:hover{
    opacity: 0.5;
}
.logo {
    height: 100px;
    width: auto;
}
.nav .social {
    float: left;
}
.menu{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 140px;
}
.menu ul,
.footer ul{
    display: flex;
    gap: 30px;
}
.nav ul,
.footer ul {
    padding: 0;
    margin: 0;
}
.nav ul li,
.footer ul li {
    list-style: none;
    font-size: 15px;
    line-height: 15px;
    position: relative;
    font-weight: 700;
}
.nav ul li ul,
.footer ul li ul {
    position: absolute;
    margin-left: -110px;
    top: 0;
    text-align: right;
    overflow: hidden;
}
.nav ul li:hover ul li {
    margin-right: 0;
}
.nav ul li ul li {
    margin-right: -100%;
    transition: all 0.5s;
}
.nav ul li.ancestor,
.nav ul li.selected {
    font-weight: 700;
}
.nav .social img {
    height: 40px;
    display: block;
    margin:0 auto;
    padding: 3px 0;
}
.nav .social ul,
.footer .social ul{
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
    align-items: center;
}
.projects {
    background-color: #ebebeb;
}
.featureProject .left,
.featureProject .right {
    width: 50%;
}
.featureProject .right {
    overflow: hidden;
}
.centerText {
    margin-left: 80px;
    margin-top: 20%;
}
.featureProject h2 {
    font-weight: 300;
    line-height: 40px;
    font-size: 13px;
    line-height: 19px;
}
.featureProject h1 {
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 59px;
}
.featureProject p {
    font-size: 11px;
    line-height: 19px;
    font-weight: 300;
    max-width: 350px;
    margin-bottom: 0;
}
.moreProjects {
    margin: 0 80px;
    padding-bottom: 40px;
}
.moreProjects h2 {
    line-height: 35px;
    font-weight: 700;
    color: #737373;
    padding-bottom: 20px;
}
.moreProjects .project {
    position: relative;
    float: left;
    line-height: 0;
}
.moreProjects .project:nth-of-type(2) {
    margin-left: 4.5%;
    margin-right: 4.5%;
}
.moreProjects .tint {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
.moreProjects img {
    width: 100%;
    height: 15vw;
    object-fit: cover;
    object-position: bottom;
    line-height: 0;
}
.project .inner{
    font-family: 'Zilla Slab', serif;
}
.project.smaller h2 {
    font-size: 14px;
    line-height: 23px;
}
.project .fact,
.projecttext > p{
    padding-bottom: 7px;
}
.projecttext > p{
    padding-top: 0px;
    font-size: 14px;
    line-height: 24px;
}
.projecttext > p.fact{
    padding-top: 0;
    font-size: 14px;
    line-height: 24px;
}
/* .project.smaller p {
    line-height: 20px;
    font-size: 11px;
    padding-bottom: 0;
} */
.project h1{
    font-size: 22px;
    line-height: 30px;
    padding: 0 0 30px 0;
}
.moreProjects .textContainer {
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.moreProjects .textContainer p {
    max-width: 100%;
    margin-bottom: 0;
    line-height: 30px;
}
.intro .left,
.intro .right {
    width: 50%;
}
.intro h2 {
    color: #737373;
    margin-bottom: 20px;
    max-width: 350px;
}
.intro p {
    max-width: 350px;
    margin-bottom: 20px;
}
.intro a p {
    font-weight: 700;
}
.tallImage img {
    width: 100%;
}
.tallImage {
    margin-right: 20px;
    box-sizing: border-box;
    line-height: 0;
}
.intro .right {
    position: relative;
}
.intro .right .right {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    bottom: 0;
}
.squareImage {
    margin-right: 80px;
    line-height: 0;
    height: 48%;
    overflow: hidden;
}
.squareImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.squareImage:nth-of-type(2) {
    position: absolute;
    bottom: 0;
}
.social-feeds {
    margin: 0 80px;
    padding-top: 40px;
}
.instaContainer {
    width: 75%;
    float: left;
}
.instaContainer iframe {
    width: 100%;
    border: none;
    height: 450px;
}
.twitterContainer {
    width: 25%;
    float: left;
    display: inline-block;
}
.twitterContainer h2 {
    margin-bottom: 10px;
}
.intro {
    margin-bottom: 10px;
}
.overflowContainer {
    height: 405px;
    overflow-y: scroll;
    margin-bottom: 40px;
}
.footer {
    background: #ad6c55;
    padding-top: 40px;
}
.footer .section-top p{
    font-family: "Zilla Slab", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 0;
}
.footer .section-top,
.footer .section-btm{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .section-top{
    padding-top: 25px;
}
.footer .section-btm{
    padding-top: 75px;
    padding-bottom: 55px;
}
.footer .awards{
    display: flex;
    gap: 100px;
}
.fifth {
    width: 20%;
    display: inline-block;
    float: left;
    min-height: 100px;
    box-sizing: border-box;
}
.footer .fifth {
    text-align: center;
}
.footer img.social-icons {
    width: 40px;
}
.footer .fifth.align-left {
    text-align: left;
}
.footer .fifth.align-right {
    text-align: right;
}
.footer .fifth ul {
    list-style: none;
}
.fifth.align-left p {
    font-size: 13px;
    line-height: 18px;
}
img.footer-logo {
    height: 50px;
}
.footer ul li {
    font-size: 13px;
    line-height: 20px;
}
.footer .logo {
    margin-bottom: 20px;
    height: auto;
}
.full-width.biographies {
    height: auto;
    padding-top: 20px;
    overflow: hidden;
}
.biographies .left,
.biographies .right {
    width: 50%;
    display: inline-block;
    position: relative;
    line-height: 0;
    max-height: 580px;
}
.biographies .background {
    width: 100%;
    height: 580px;
    object-fit: cover;
    object-position: top;
    position: relative;
}
.biographies .hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.biographies .tint {
    opacity: 0.5;
}
.tint {
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.biographies .left .hover img {
    top: 20px;
    right: 20px;
    position: absolute;
}
.biographies h2 {
    font-size: 45px;
    line-height: 45px;
    font-weight: 600;
    color: #fff;
    position: relative;
    top: 50%;
    width: 100%;
    text-align: center;
    height: 50px;
    margin-bottom: 60px;
}
.biographies .whiteButton {
    position: relative;
    top: 50%;
    cursor: pointer;
}
.biographies .slideIn .whiteButton {
    margin-top: 20px;
}
.whiteButton {
    width: 150px;
    height: 30px;
    border: 3px solid #fff;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
}
.biographies .left:hover .hover,
.biographies .right:hover .hover {
    display: block;
}
.biographies .right .hover img {
    top: 20px;
    left: 20px;
    position: absolute;
}
.whiteButton:hover {
    background-color: #fff;
    color: #000;
}
.slideIn {
    line-height: 18px;
    font-size: 15px;
    box-sizing: border-box;
    padding: 80px;
    position: absolute;
    top: 0;
    background-color: #222;
    height: 100%;
    width: 100%;
    color: #fff;
    transition: all 1s;
    overflow: auto;
}
.biographies p {
    line-height: 22px;
}
.biographies .slideIn a div {
    margin-top: 20px;
    font-weight: 700;
}
.left .slideIn {
    left: -110%;
}
.right .slideIn {
    left: 110%;
}
.open .slideIn {
    left: 0;
}
.slideIn .close {
    position: absolute;
    top: 40px;
    right: 40px;
}
.why {
    margin: 40px 150px 0 190px;
    position: relative;
}
.why .left,
.why .right {
    width: 50%;
}
.why .right {
    position: relative;
    right: 0;
    top: 0;
    width: 50%;
}
.why .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: 600px;
}
.whoWeAre .header {
    width: 85%;
    margin: 0 auto;
    padding: 0;
}
.whoWeAre .header h1 {
    color: #000;
    font-weight: 700;
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 20px;
}
.why .left h2 {
    margin-bottom: 20px;
    line-height: 35px;
}
.why .left h2.grey {
    color: #000;
}
.why .left p {
    max-width: 400px;
}
.photoBlock {
    padding: 0 150px 0 190px;
}
.photoBlock .top {
    padding-bottom: 20px;
    padding-top: 40px;
}
.photoBlock .top .third {
    width: 33%;
    float: left;
    height: 300px;
    overflow: hidden;
}
.photoBlock .top .third img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.photoBlock .top .third:nth-of-type(2) {
    width: 30%;
    margin-left: 2%;
}
.photoBlock .top .third:nth-of-type(3) {
    float: right;
}
.photoBlock .bottom {
    clear: both;
}
.photoBlock .bottom img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.title {
    padding: 0 80px 40px 80px;
}
.title h1 {
    font-size: 30px;
    color: #000;
    font-weight: 500;
    line-height: 35px;
}
.title h1 b,
.title h1 strong {
    font-size: 50px;
}/*
.padd-left {
    padding-left: 130px;
}*/
.services .padd-left .left,
.services .padd-left .right {
    width: 50%;
}
.services .full-width.bg-grey {
    padding: 40px 190px 40px 150px;
}
.articleLinks {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.services .full-width h2 {
    font-weight: 700;
    margin-bottom: 20px;
}
.services .articleLinks h2 {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 10px;
}
.services .linkContainer {
    margin-top: 20px;
}
.topLogos img {
    width: 30%;
    margin-left: 10%;
    margin-right: 10%;
    float: left;
    margin-bottom: 20px;
}
.full-width {
    width: 100%;
    box-sizing: border-box;
}
.services .full-width img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
.padd-right {
    padding-right: 150px;
    box-sizing: border-box;
}
.services .padd-right img {
    width: 100%;
}
.services .padd-left .full-width {
    margin-bottom: 20px;
}
.services .padd-left {
    padding-bottom: 40px;
}
.contactContainer {
    text-align: center;
    padding: 80px;
}
.contactContainer h2 {
    max-width: 950px;
    margin: 0 auto;
    font-weight: 700;
    margin-bottom: 20px;
}
.services .padd-left .left {
    padding-right: 100px;
    box-sizing: border-box;
}
.padd-left .left h2.grey {
    margin-bottom: 40px;
    line-height: 40px;
}
.shortBanner {
    width: 75%;
    text-align: center;
    margin: 0 auto;
}
.shortBanner img {
    width: 100%;
}
.project-detailed .details .left,
.project-detailed .details .right {
    width: 50%;
}
.gallery .imageBig {
    width: 100%;
    min-height: 670px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
.gallery .slides .slide {
    width: 120px;
    height: 120px;
    display: inline-block;
    cursor: pointer;
}
.gallery .slides .slide img {
    width: 100%;
    object-fit: cover;
}
.gallery .slides .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.allProjects .gallery .imageBig img {
    opacity: 1;
}
h1.align-right {
    text-align: right;
    float: left;
}
.project-detailed .title {
    padding-top: 40px;
}
.project-detailed .details .left {
    box-sizing: border-box;
    padding: 80px;
}
.project-detailed .details .left h1,
.project-detailed .details .left h2 {
    margin-bottom: 20px;
    line-height: 35px;
    font-size: 30px;
    font-weight: 700;
}
.project-detailed .details {
    position: relative;
    padding-bottom: 20px;
}
p.backLink {
    position: absolute;
    bottom: 20px;
    left: 80px;
    font-weight: 300;
}
.gallery .imageBig .leftArrow img,
.gallery .imageBig .rightArrow img {
    width: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    left: unset;
}
.gallery .imageBig .rightArrow img {
    right: 0;
}
.project {
    position: relative;
    padding-bottom: 40px;
}
.relatedLinks .projectContainer .project {
    width: 30%;
    height: 180px;
    overflow: hidden;
    float: left;
}
.relatedLinks .projectContainer .project.square {
    height: 15vw;
    float: none!important;
    margin: 0!important;
    padding-bottom: 0;
}
.projectContainer{
    display: flex;
    justify-content: space-between;
}
.relatedLinks .projectContainer .project img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    transition: 0.3s ease-in-out;
}
.relatedLinks .projectContainer .project:hover img{
    transform: scale(1.1);
}
.relatedLinks .projectContainer .project .tint {
    position: absolute;
    top: 0;
    left: 0;
}
.relatedLinks .projectContainer .project .textContainer {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
}
.relatedLinks .projectContainer .project .textContainer p {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    line-height: 30px;
    padding-bottom: 0;
}
.relatedLinks {
    width: 85%;
    margin: 0 auto;
    box-sizing: border-box;
}
.relatedLinks h2 {
    margin-bottom: 20px;
}
.relatedLinks .projectContainer .project:nth-of-type(2) {
    margin-left: 5.5%;
}
.relatedLinks .projectContainer .project:nth-of-type(3) {
    float: right;
}
.allProjects .gallery .imageBig {
    height: 450px;
    min-height: 450px;
}
.allProjects .gallery .imageBig img {
    position: absolute;
    bottom: 0;
}
.allProjects .project-detailed .details p {
    max-width: 400px;
}
.projectSquares .project {
    width: 31.3%;
    overflow: hidden;
    float: left;
    height: 27vw;
    position: relative;
    margin-bottom: 40px;
}
.projectSquares .project .tint {
    top: 0;
    left: 0;
}
.projectSquares .project .textContainer {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}
.projectSquares .project .textContainer p {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
.projectSquares .project img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.projectSquares {
    margin-top: 20px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 30px;
}
.projectSquares .project:nth-of-type(3n) {
    float: right;
}
.projectSquares .project:nth-of-type(3n-1) {
    margin-left: 3%;
    margin-right: 3%;
}
.allProjects h2.grey {
    font-weight: 700;
    padding-left: 80px;
}
.contact-us .left,
.contact-us .right {
    width: 50%;
}
.contact-form {
    padding: 80px;
    box-sizing: border-box;
}
.contact-form input,
.contact-form textarea {
    width: 100%;
    border-bottom: 1px solid #262626;
    height: 30px;
}
.contact-form label {
    color: #b5b5b5;
    line-height: 40px;
}
.contact-form input[type="submit"],
/*.button{
    margin-bottom: 20px;
    display: inline-block;
    cursor: pointer;
    border: none;
    background-color: #8c8c8c;
    width: auto;
    padding: 8px 50px;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    min-height: 41px;
    box-sizing: border-box;
    color: #fff!important;
}*/
.contact-form input[type="submit"]{
    margin-bottom: 20px;
    background-color: #f0e7db;
    color: #000;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    border: none;
    cursor: pointer;
    font-family: "Sen", sans-serif;
    line-height: 22px;
}
.contact-form input[type="submit"]:hover,
.button:hover{
    color: #fff;
    background-color: #000
}
.contact-form p.gdpr {
    font-size: 14px;
    line-height: 17px;
    margin: 20px 0;
    max-width: 100%;
}
.contact-form p {
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 0;
    font-family: 'Zilla Slab', serif;
}
/* .contact-form h1 + p {
    font-size: 15px;
    line-height: 24px;
    max-width: 270px;
    margin-bottom: 40px;
} */
.contact-form h1,
.contact-form h2 {
    font-size: clamp(27px, calc(2.34vw - 3px), 47px);
    line-height: 1.3;
    padding-bottom: 30px;
    font-weight: 700;
}
.contact-us .right .address,
.contact-us .right .follow {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 20px;
}
.follow .smaller{
        font-size: 30px;
    }
.socailIcons{
    display: flex;
    gap: 20px
}
.contact-us .right .address{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-us .right .address .button{
    padding: 0
}
.contact-us .right .address .button a{
    padding: 10px 20px;
    display: block;
}
.contact-us .right .address h4{
    padding-bottom: 0;
}
.contact-us .right h2 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 700;
}
img.smallSocial {
    max-width: 20px;
    max-height: 20px;
    margin-left: 10px;
}
.featureProject .right img {
    width: 100%;
}
.description.e-content.right {
    width: 50%;
    box-sizing: border-box;
    padding: 0 50px;
}
.paddingCotnainer {
    box-sizing: border-box;
    padding: 20px 40px;
    width: 35%;
    float: left;
}
.blogPosts .paddingCotnainer{
    padding: 0;
}
.blogImage {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
}
.blogPosts.focus .blogImage{
    height: auto;
    padding-top: 100%;
}
.blogImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.blogPosts.left {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
}
.blogPosts time {
    color: #000;
    font-size: 15px;
    line-height: 31px;
}
.blogPosts time,
p.time {
    font-size: 20px;
}
article.h-entry h2 {
    margin-top: 10px;
    margin-bottom: 0px;
}
.blogPosts .vertical-line {
    display: none;
    height: 98%;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #8c8c8c;
    background-color: #8c8c8c;
}
article.h-entry {
    position: relative;
}
.blogPosts article.h-entry{
    padding-top: 50px;
}
.blogPosts article.h-entry:first-of-type{
    padding-top: 0;
}

.h-entry .horizontalDivide {
    display: none;
    width: 55%;
    height: 0;
    position: absolute;
    border: 1px solid #8c8c8c;
    background-color: #8c8c8c;
    right: 80px;
    bottom: 20px;
}
.featureBlog .left,
.featureBlog .right {
    width: 50%;
}
.featureBlog .right img {
    width: 100%;
}
.featureBlog .right {
    line-height: 0;
}
.featureBlog .left {
    box-sizing: border-box;
    padding: 120px 80px 0;
}
.featureBlog h1,
.featureBlog h2 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #000;
    margin-top: 10px;
    font-size: 30px;
    line-height: 30px;
}
.featureBlog.bg-grey {
    margin-top: 0;
    margin-bottom: 50px;
    background-color: #f0e7db;
}
.featureBlog p.readMore a{
    background-color: #000;
    color: #fff;
}
.featureBlog p.readMore a:hover{
    background-color: #ad6c55;
}
.blogRight.right{
    display: none;
}
p.readMore {
    margin-top: 00px;
    margin-bottom: 0px;
    cursor: pointer;
    display: inline-block;
    padding-bottom: 0;
}
.blogDetailed {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: 2px solid #8c8c8c;
    z-index: 8;
    display: none;
}
.blogDetailed.open {
    display: block;
}
.blogPosts.left.focus .blogImage img {
    opacity: 0.5;
}
.blogPosts.left.focus .selected .blogImage img {
    opacity: 1;
}
.blogDetailed .social div {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    vertical-align: top;
}
.blogDetailed div a:first-of-type div {
    padding-left: 20px;
}
.blogDetailed .social div p {
    line-height: 40px;
}
img.socialShare {
    width: 100%;
}
.blogDetailed .social {
    display: inline-block;
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
}
.blogDetailed h2.grey {
    margin-bottom: 20px;
    margin-top: 10px;
}
.blogDetailed h2.close {
    text-align: center;
    font-size: 20px;
}
.seeMore h2 {
    font-size: 20px;
}
.blogDetailed .closeX {
    position: absolute;
    right: 60px;
}
article.h-entry.hide {
    display: none;
}
.seeMore {
    width: 100%;
    text-align: center;
}
.seeMore.hide {
    display: none;
}
.blogRight {
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
    width: 20%;
}
.blogRight p {
    display: inline-block;
    margin-right: 20px;
}
.archive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.blogRight .archive {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.archive:hover ul {
    max-height: 400px;
}
.archive ul {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
}
.searchForm {
    position: absolute;
    background-color: #ebebeb;
    right: -280px;
    height: 24px;
    width: 200px;
    transition: all 0.5s;
}
.searchForm.open {
    right: 30px;
}
.searchForm input {
    width: 100%;
    height: 24px;
    box-sizing: border-box;
    line-height: 18px;
}
.searchForm .searchClose {
    height: 12px !important;
    position: absolute;
    top: 3px;
    right: 5px;
}
.gallery .imageBig img.focus {
    opacity: 1;
}
.gallery .imageBig img {
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
}
.gallery .imageBig .leftArrow img,
.gallery .imageBig .rightArrow img {
    opacity: 1;
    z-index: 999;
}
.featureProject a p {
    font-weight: 700;
}
.topLogos {
    padding-bottom: 20px;
}
.allProjects .project-detailed .details a p {
    font-weight: 700;
}
.archive li.focus {
    font-weight: 700;
}
.blogShort.hide {
    display: none;
}
.blogShort {
    display: block;
}
.blogShort > p{
    padding-bottom: 15px;
    padding-top: 15px;
}
.blog-post-wrapper{
    background-color: #f0e7db;
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: 'Zilla Slab', serif;
}
.blog-post .blog-post-wrapper{
    padding-left: 9.5%;
    padding-right: 10%;
}
.blog-post .blog-post-wrapper.latest{
    padding-left: 0;
    padding-right: 0;
}
.blog-post-wrapper .title{
    padding-left: 0;
    padding-right: 0;
}
.blog-post.wrap1200{
    background-color: #f0e7db;
    display: flex;
    align-items: flex-start;
}
.blog-post .main{
    width: 75%;
}
.blog-post .latest-news{
    width: 25%;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 7.5%;
    position: sticky;
    top: 0;
    align-self: flex-start;
}
.blog-post-wrapper.latest .readMore{
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
    color: #f0e7db;
    font-weight: 500;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
}
.blog-post-wrapper.latest .readMore:hover{
    color: #fff;
    background-color: #ad6c55;
}
.blog-post .latest-news .blog-details .title{
    padding-bottom: 15px;
}
.blog-post .latest-news .title h5{
    font-size: 30px;
    line-height: 36px;
}
.blog-post .latest-news > h5{
    font-size: 30px;
    padding-bottom: 35px;
}
.blog-post-wrapper img{
    width: 100%;
    padding-left: 0px;
    padding-bottom: 50px;
}
.blog-top{
    display: flex;
}

.blog-post-wrapper p{
    padding-bottom: 15px;
}
.view-all h4.close{
    padding-top: 30px;
}
.focus article.h-entry:not(.selected) {
    pointer-events: none;
    opacity: 0.5;
}
.overflowContainer::-webkit-scrollbar {
    background-color: #ebebeb;
    width: 5px;
}
.overflowContainer::-webkit-scrollbar-thumb {
    background-color: #b1b1b1;
    border-radius: 5px;
}
.content.search {
    padding: 0 80px;
}
.search-full {
    width: 100%;
    margin-bottom: 20px;
}
.search-full form input {
    height: 40px;
    width: 300px;
    border: 1px solid #000;
    line-height: 40px;
    font-size: 20px;
}
.legal {
    padding: 20px 80px;
}
.legal.sitemap h2 {
    padding: 0;
}
.legal h1 {
    font-size: 35px;
    margin-bottom: 20px;
}
.legal table,
.legal td,
.legal tr {
    border-collapse: collapse;
    border: 1px solid #000;
}
.legal hr {
    margin-top: 20px;
    margin-bottom: 20px;
}
.legal h2 {
    padding: 20px 0;
}
.allProjects .project-detailed .gallery .imageBig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
img.arrows {
    cursor: pointer;
}
.intro .centerText {
    margin-top: 10%;
}
.blogMobile {
    display: none;
}
.project.allProjects .gallery .imageBig #bigSlide {
    position: relative;
    height: auto;
    top: 0;
    left: 0;
    transform: none;
}
.project.allProjects .gallery .imageBig {
    min-height: auto;
    height: auto;
    position: relative;
}
.contact-us .right img {
    max-height: 500px;
    max-width: 700px;
}
.social-buttons {
    display: none;
}
.allProjects .column-3 {
    float: left;
    width: 45%;
}
.allProjects .column-2 {
    float: left;
    width: 25%;
}
.allProjects .column-1 {
    float: left;
    width: 30%;
}
.project-block {
    position: relative;
    line-height: 0;
    box-sizing: border-box;
    padding: 5px;
}
.project-block img {
    width: 100%;
}
.project-block .orange-tint {
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background-color: #bc6400cc;
    top: 5px;
    left: 5px;
    display: none;
}
.project-block:hover .orange-tint {
    display: block;
}
.project-block .orange-tint .text-container {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
}
.project-block .orange-tint .text-container p {
    text-decoration: underline;
}
.half {
    width: 50%;
}
.three-quater {
    width: 75%;
}
.project .layer .image {
    float: left;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
}
.project .layer .image.padd-left {
    padding-left: 20%;
}
.project .layer .image img {
    width: 100%;
}
.project .layer:first-of-type .left:nth-of-type(2) {
    clear: none;
}
.project .layer .left:nth-of-type(2) {
    box-sizing: border-box;
    float: right;
    clear: left;
}
.project .layer .image p {
    position: absolute;
    font-style: italic;
    max-width: 100%;
}
.left.half.text {
    box-sizing: border-box;
    padding: 20px 100px;
}
.left.half.text h2 {
    margin-bottom: 20px;
}
.more-images .thumbnails img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.more-images .thumbnails {
    width: 150px;
    overflow: hidden;
    float: left;
    height: 150px;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
}
.more-images .thumbnails .overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    background-color: #bc6400cc;
    display: none;
}
.more-images .thumbnails:hover .overlay {
    display: block;
}
.more-images .thumbnails .overlay p {
    color: #fff;
    position: absolute;
    bottom: 5px;
    left: 10px;
    text-decoration: underline;
}
.more-images {
    padding: 60px 80px 0;
}
.imageOverlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #d3d3d3cc;
    display: none;
}
.imageOverlay.open {
    display: block;
}
.imageOverlay img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 95%;
    max-height: 95%;
}
.imageOverlay .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    font-weight: 600;
}
.layer .three-quater {
    padding-bottom: 20px;
}
.intro h2 {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
.instaContainer h2.grey,
.twitterContainer h2.grey {
    font-size: 14px;
}
.padd-left .left h2.grey,
.services .full-width h2 {
    color: #000;
    font-size: 11px;
    line-height: 20px;
}
/* .content.services p {
    font-size: 11px;
    line-height: 20px;
} */
.project .layer {
    position: relative;
}
.project .layer .projecttext{
    margin-top: 7px;
    background-color: #f0e7db;
    padding: 50px 7% 50px 7%;
    top: 0;
    height: 100%;
    min-height: 100vh;
}
.project .layer .left.image-8 {
    clear: none;
}
.imageOverlay .rightArrow {
    right: 40px;
}
.imageOverlay .leftArrow {
    left: 40px;
}
.imageOverlay .leftArrow,
.imageOverlay .rightArrow {
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
/*2026*/
    .hero.image img{
        width: 100%;
        object-fit: cover;
        border-radius: 5px;
    }
    .intro-copy.full-width{
        width: 70%;
        max-width: 1500px;
    }
    .intro-copy-inner h3{
        padding-bottom: 30px;
    }
    .intro-copy{
        padding-top: 70px;
        padding-bottom: 40px;
    }
    .intro-copy.forty-sixty{
        display: flex;
        justify-content: space-between;
    }
    .intro-copy.forty-sixty .intro-copy-inner{
        padding-right: 65px;
    }
    .alternating-block,
    .content.contact-us{
        display: flex;
        align-items: stretch;
    }
    .alternating-block .content,
    .alternating-block .image{
        width: 50%;
    }
    .alternating-block .image {
    position: sticky;
    top: 0;
    /* remove align-self: flex-start */
    height: 100vh;
    overflow: hidden;
}
    .alternating-block .image img{
        width: 100%;
        max-height: 100vh;
        object-fit: cover;
    }
    .alternating-block .content{
        background-color: #f0e7db;
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 1;
        top: 0;
    }
    .alternating-block .content table{
        border: none;
    }
    .alternating-block .content table tbody{
        display: block;
    }
    .alternating-block .content table tbody tr{
        display: flex;
        padding-bottom: 25px;
    }
    .alternating-block .content table tbody tr p span.font-sen{
        display: inline-block;
        padding-bottom: 10px;
    }
    .alternating-block .content-inner{
        width: 53%;
        margin: 0 auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .content.services .alternating-block .content-inner{
        width: 60%;
    }
    .alternating-block .content-inner h2 big{
        font-weight: 400;
    }
    .alternating-block .content-inner h4 big{
        padding-bottom: 50px;
        display: block;
    }
    .alternating-block .content-inner h6{
        width: 80%;
        margin: 0 auto;
    }
    .alternating-block .content-inner .content-cols{
        display: flex;
    }
    .alternating-block .content table tr td{
        width: 50%;
        padding: 0;
    }
    .alternating-block .content table tr td:first-of-type{
        padding-right: 40px;
    }
    .alternating-block .content table tr td:last-of-type{
        padding-left: 40px;
    }
    .alternating-block .content-inner img{
        margin: 0 auto;
    }
    .ecological-design .image{
        display: flex;
        align-items: center;
    }
    .ecological-design .image img{
        height: auto!important;
    }
    /*.alternating-block .content-inner p,
    .image-overlay.image .content p{
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 35px;
    }*/
    /*.alternating-block .content-inner h6{
        font-size: 25px;
        line-height: 30px;
    }
    .alternating-block .content-inner h4{
        font-size: 35px;
        line-height: 40px;
    }*/
    .image-overlay.image{
        margin-top: 100px!important;
        margin-bottom: 100px!important;
        position: relative;
    }
    .image-overlay.image img{
        border-radius: 5px;
        object-fit: cover;
        width: 100%;
    }
    .image-overlay.image .content{
        position: absolute;
        right: 140px;
        top: 50%;
        transform: translateY(-50%);
        max-width: 75%;
        width: 785px;
        border-radius: 5px;
        padding: 40px 70px;
        padding-bottom: 5px;
        background-color: rgba(255,255,255,0.80);
    }
    .intro-copy-inner h1 strong{
        font-weight: 500;
    }
    .image-overlay.image .content h4{
        font-size: clamp(17px, calc(2.3vw - 3px), 47px);
        padding-bottom: 45px;
    }
    .image-overlay.image .content p{
        font-size: 19px;
    }
    .image-overlay.image .content .button{
        font-size: 22px;
        line-height: 27px;
        padding: 15px 30px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .image-overlay.image .content p{
        padding-bottom: 25px;
    }
    .call-to-action{
        display: flex;
        margin-bottom: 75px;
        margin-top: 75px;
        justify-content: space-between;
    }
    .call-to-action .col{
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .call-to-action .col-left h4{
        font-size: clamp(17px, calc(2.15vw - 3px), 47px)
    }
    .call-to-action .col a,
    a.client-briefing{
        color: #ad6c55;
        text-decoration: underline;
        text-underline-offset: 2px;
    }
    .call-to-action .col a:hover,
    a.client-briefing:hover{
        color: #000;
    }

    a.client-briefing{
        display: inline-block;
        padding-top: 20px;
    }
    .call-to-action .col .button a{
        text-decoration: none;
    }
    .call-to-action .col .button a:hover{
        color: #fff;
    }
    .call-to-action .col .txt-black a{
        color: #000;
    }
    .call-to-action .col .txt-black:hover a{
        color: #fff;
    }
    .txt-black:hover{
        color: #fff;
    }
    .our-services{
        display: flex;
        margin-bottom: 50px;
    }
    .our-services .image{
        width: 50%;
    }
    .our-services .image img{
        width: 100%;
    }
    .our-services .content{
        width: 39%;
        padding-left: 175px;
        padding-right: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .ecological-design-intro .our-services .content{
        padding-right: 0;
    }
    .our-services .content .title{
        padding-left: 0;
        padding-right: 0;
        font-family: 'Sen', sans-serif;
        font-weight: 500;
    }
    .content.contact-us{
        display: flex;
        flex-direction: row;
    }
    .content.contact-us .contact-form,
    .content.contact-us .right{
        background: #fff;
    }
    .content.contact-us .contact-form{
        width: 40%;
        padding-top: 0!important;
    }
    .content .right{
        float: none;
        padding-left: 50px;
        width: 60%;
    }
    .content.project .right{
        width: 50%;
        float: right;
        padding-left: 0;
    }
    .content.project .right.imagegrid img{
        padding-left: 7px;
        padding-bottom: 7px;
        border-radius: 0;
    }
    .smallSocial{
        height: 48px;
    }
    .content .right > img{
        width: 100%;
        border-radius: 5px;
        max-height: 450px;
        max-width: none;
    }
    .content .right.arrow > img{
        width: auto
    }
    .ecological-design-intro{
        padding-top: 100px;
    }
    .ecological-design .alternating-block .content .content-inner,
    .ecological-design-intro .alternating-block .content .content-inner{
        padding-top: 0;
        padding-bottom: 0;
        width: 80%;
        margin: 0 auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .logos{
        padding-top: 50px;
    }
    .ecological-design .alternating-block .content .content-inner{
        width: 70%;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .ecological-design .alternating-block .content .content-inner h3:last-of-type,
    .ecological-design-intro .alternating-block .content .content-inner h3:last-of-type{
        padding-bottom: 0;
    }
    .ecological-design-intro .alternating-block{
        padding-bottom: 50px;
    }
    .ecological-design-intro .alternating-block .content .content-inner{
        padding-top: 0;
    }
    .ecological-design-intro .alternating-block .content{
        background-color: #fff;
    }
    .ecological-design .alternating-block .image,
    .ecological-design-intro .alternating-block .image{
        height: auto;
    }
    .ecological-design-intro .alternating-block .image img{
        width: 100%!important;
        height: auto!important;
        object-fit: unset;
    }
    .ecological-design-intro .alternating-block{
        flex-direction: row;
    }
    .ecological-design .alternating-block:nth-child(odd){
        flex-direction: row-reverse;
    }
    .ecological-design .alternating-block:nth-child(even){
        flex-direction: row;
    }
    .ecological-design-intro .padd-left{
        display: flex
    }
    .ecological-design-intro .left,
    .ecological-design-intro .right{
        float: none;
    }
    .ecological-design,
    .ecological-design-intro{
        font-family: 'Zilla Slab', serif;
    }
    .ecological-design-intro .our-services h1 strong{
        font-weight: 400;
    }
    .services .contactContainer{
        padding-top: 0;
    }
    .services .contactContainer a,
    .readMore a,
    .perch-videos a,
    .perch-contact a,
    .alternating-block-container.bio-grid .content-inner a{
        padding: 10px 20px;
        text-align: center;
        border-radius: 5px;
        text-transform: uppercase;
        font-weight: 600;
        display: inline-block;
        cursor: pointer;
        border: none;
        background-color: #f0e7db;
        width: 250px;
        font-family: 'Sen', sans-serif;
    }
    .perch-videos a{
        width: 100%;
    }
    .services .contactContainer a:hover,
    .readMore a:hover,
    .perch-videos a:hover,
    .perch-contact a:hover,
    .alternating-block-container.bio-grid .content-inner a{
        background-color: #000;
        color: #fff;
    }
     .alternating-block-container.bio-grid .content-inner a:hover{
        background-color: #fff;
        color: #000;
    }
    .content.services .contactContainer a p{
        padding-bottom: 0;
        font-size: clamp(15px, calc(1.16vw - 3px), 35px);
        line-height: 1.3;
    }
    .featureBlog{
        display: flex;
    }
    .featureBlog .left{
        padding: 50px 50px 0 50px;
    }
    .featureBlog .right img{
        width: 100%;
        object-fit: cover;
    }
    .featureBlog p,
    .blogShort .content p{
        font-family: 'Zilla Slab', serif;
        font-weight: 500;
    }
    p.readMore a{
        font-family: 'Sen', sans-serif!important;
    }
    article.h-entry{
        display: flex;
    }
    .blogPostsWrapper{
        display: flex;
        padding-bottom: 50px;
    }
    .blogRight.right{
        width: 20%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .blogDetailed p{
        padding-bottom: 10px!important;
        font-family: 'Zilla Slab', serif;
    }
    .videoBlock-knowledge .text p{
        font-size: 16px;
        padding-bottom: 0;
    }
    .videoBlock-knowledge .text p:first-of-type{
        padding-bottom: 15px;
    }
    .whoWeAre{
        padding-top: 50px;
    }
    .whoWeAre .header .left.half{
        width: 80%;
        float: none;
    }
    .whoWeAre .header .clear{
        display: none;
    }
    .whoWeAre .header h1{
        font-size: clamp(22px, calc(2.73vw - 3px), 52px);
        line-height: 1.3;
    }
    .whoWeAre .header h3{
        font-size: clamp(12px, calc(1.16vw - 3px), 32px);
        line-height: 1.3;
        font-family: 'Zilla Slab', serif;
    }
    .alternating-block-container.bio-grid{
        padding-top: 50px;
    }
    .alternating-block-container.bio-grid .alternating-block .content-inner{
        padding-top: 0;
        padding-bottom: 0;
    }
    .alternating-block-container.bio-grid .alternating-block:nth-child(odd){
        flex-direction: row;
    }
    .alternating-block-container.bio-grid .alternating-block:nth-child(even){
        flex-direction: row-reverse;
    }
    .alternating-block-container.bio-grid .content{
        width: 70%;
    }
    .alternating-block-container.bio-grid .alternating-block .image img{
        height: 100%!important;
        object-position: top;
    }
    .alternating-block-container.bio-grid .alternating-block .image{
        height: auto;
        max-height: 500px;
    }
    .alternating-block-container.bio-grid .content-inner{
        width: 85%;
    }
    .alternating-block-container.bio-grid .alternating-block .content-inner p{
        padding-bottom: 20px;
    }
    .alternating-block-container.bio-grid .image{
        width: 30%;
    }
    .alternating-block-container.bio-grid .content-inner h2{
        padding-bottom: 30px;
        font-size: clamp(30px, calc(2.34vw - 3px), 50px);
        line-height: 1.3;
        letter-spacing: 3px;
    }
    .alternating-block-container.bio-grid .content-inner p{
        font-family: 'Zilla Slab', serif;
    }
    .team-member .popup{
        display: none;
    }
    .team .intro{
        margin-bottom: 0
    }
    /* .team .intro h1{
        font-size: 30px;
        line-height: 1.3;
        padding-top: 30px;
        font-weight: 600;
        letter-spacing: 2px;
        padding-bottom: 30px;
    } */
    .team-grid{
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        row-gap: 0;
        justify-content: left;
    }
    .team-grid .team-member{
        width: calc(33.33% - 27px);
        box-sizing: border-box;
    }
    .team-grid .team-member img{
        width: 100%;
        height: 100%;
        max-width: 140%;
        object-fit: cover;
    }
    .team-member .name{
        /* width: 450px; */
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 25px;
    }
    .team-member .popup-inner .name{
        width: 450px;
        display: block;
        padding: 0;
    }
    .team-member .name-content{
        width: calc(100% - 450px);
    }
    .team-member .read-more{
        background: #f0e7db;
        color: #ad6c55;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        transition: all 0.3s;
    }
    .team-member .read-more:hover{
        background: #000;
        color: #fff;
    }
    .team-member .name h2{
        font-size: 17px;
        padding: 0
    }
    
    .team-member .popup-content h2{
        font-size: 47px;
        padding-bottom: 30px;
    }
    .team-member .popup-content p{
        padding-bottom: 15px;
    }
    .team-member .read-more p{
        padding: 0;
        font-weight: 600;
        font-size: 13px;
    }
    .team-member .popup-content a{
        width: 200px;
        text-align: center;
        display: block;
        text-transform: uppercase;
        padding: 10px 20px;
        background: #000;
        color: #fff;
        border-radius: 5px;
        font-weight: 600;
        margin-top: 20px;
        transition: all 0.3s;
    }
    .team-member .popup-content .close,
    .iframe-container .cross{
        top: 0px;
        right: 0px;
        line-height: 75px;
        font-size: 45px;
        color: #000;
        font-weight: 900;
        position: absolute;
        text-align: center;
        width: 75px;
        height: 75px;
        z-index: 3;
        cursor: pointer;
    }
    body.popup-active{
        overflow: hidden;
    }
    .team-member .popup-content a:hover{
        background: #ad6c55;
        color: #fff;
    }
    .team-member .popup{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.85);
        z-index: 9;
    }
    .team-member .popup .popup-content{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #f0e7db;
        padding: 75px;
        width: calc(100% - 150px);
        max-width: 1366px;
        max-height: 80dvh;
        border-radius: 10px;
    }
    .team-member .popup .popup-content .inner{
        overflow-y: auto;
        max-height: 70dvh;
        display: flex;
    }
    .popup-ui{
        position: sticky;
        top: 0;
        height: 0;
        overflow: visible;
        z-index: 9;
    }
    .intro-copy-inner h1{
        padding-bottom: 30px;
    }
    .knowledge .intro-copy-inner{
        width: 70%;
    }
    .knowledge .intro-copy{
        padding-bottom: 0;
    }
    .videoBlock-knowledge .text a{
        text-align: left;
        color: #ad6c55;
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
        transition: opacity 0.3s ease-in-out;
        text-decoration: underline;
        text-underline-offset: 2px;
        text-transform: inherit;
    }
    .videoBlock-knowledge .text a:hover{
        background: transparent;
        opacity: 0.5;
    }
    .content-inner .title{
        padding: 0 0 30px 0;
        font-family: "Sen", sans-serif;
    }
    .col.col-right.logos img{
        width: 640px!important;
        height: auto!important;
    }
    .col.col-right.logos{
        padding-top: 0;
    }
    .call-to-action.cta-logos{
        align-items: center;
    }
    .perch-contact p span{
        padding: 0
    }
    .perch-contact p span a:hover{
        color: #ad6c55;
    }
    .width85.team .intro{
        padding-top: 30px;
        padding-bottom: 30px;
    }
/*2026*/
@media all and (min-width: 1600px) {
    .photoBlock .bottom img {
        height: 400px;
    }
    .photoBlock .top .third {
        height: 400px;
    }
}
@media all and (min-width: 1800px) {
    .photoBlock .bottom img {
        height: 500px;
    }
    .photoBlock .top .third {
        height: 500px;
    }
}
@media all and (min-width: 1680px) {
    .content-inner h3 big{
        font-size: 42px;
        line-height: 1.3;
    }
    .our-services{
        margin-bottom: 150px;
    }
    p, li, .alternating-block .content table tr td p, .ecological-design h3, .services h3, .content ol, .content ul,  .services .ecological-design-intro .our-services h3{
        font-size: 18px;
    }
    .content-inner h6{
        font-size: 25px;
        line-height: 30px;
    }

    .content-inner h6 strong{
        font-weight: 600;
    }
    .nav ul li, .footer ul li{
        font-size: 19px;
        line-height: 19px;
    }
    .menu ul, .footer ul{
        gap: 50px;
    }
    .nav .social img{
        height: 48px;
    }
    .intro-copy{
        padding-top: 120px;
        padding-bottom: 100px;
    }

    .knowledge .intro-copy{
        padding-top: 30px;
    }
}
@media all and (max-width: 1500px){
    .our-services .content{
        padding-right: 100px;
        padding-left: 100px;
    }
}
@media all and (max-width: 1280px) {
    .blog-post .blog-post-wrapper{
        padding-left: 5%;
        padding-right: 50px;
    }
    .blog-post .main{
        width: 70%;
    }
    .blog-post .latest-news{
        width: 30%;
    }
    .slideIn {
        padding: 60px;
    }
    .biographies p {
        line-height: 18px;
    }
    .featureBlog .left {
        padding: 80px 80px 0;
    }
    .image-overlay.image .content{
        right: 70px;
        width: 60%;
    }
}
@media all and (max-width: 1160px) {
    .centerText {
        margin-top: 15%;
    }
    .why {
        margin: 40px 80px 0 80px;
    }
    .photoBlock {
        padding: 0 80px;
    }
    .services .full-width.bg-grey {
        padding: 40px 80px 40px 80px;
    }
    .featureBlog .left {
        padding: 30px 20px;
    }
    .featureBlog .right img{
        height: 100%;
    }
    .our-services .content{
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media all and (max-width: 1024px) {
    .blog-post .main{
        width: 60%;
    }
    .blog-post .latest-news{
        width: 40%;
    }
    .team-member .popup .popup-content .inner{
        flex-direction: column;
    }
    .team-member .popup-inner .name,
    .team-member .name-content{
        width: 100%;
    }
    .team-grid .team-member{
        width: calc(50% - 20px);
    }
    .header-dummy{
        height: 180px;
    }
    .projectContainer{
        flex-direction: column;
        gap: 20px;
    }
    .relatedLinks .projectContainer .project.square{
        width: 100%;
        height: 25vw;
    }
    .instaContainer {
        width: 50%;
    }
    .twitterContainer {
        width: 50%;
    }
    .slideIn {
        padding: 60px 20px;
    }
    .biographies .left,
    .biographies .right {
        width: 100%;
    }
    .slideIn {
        padding: 80px;
    }
    .open .slideIn {
        left: 0 !important;
        right: auto !important;
    }
    .services .padd-left {
        padding-left: 80px;
    }
    .services .full-width.bg-grey {
        padding: 40px;
    }
    .projectSquares {
        padding-left: 20px;
        padding-right: 20px;
    }
    .featureBlog p {
        line-height: 20px;
    }
    .intro-copy.forty-sixty{
        padding-top: 50px;
    }
    .intro-copy.forty-sixty .forty{
        width: 100%;
    }
    .intro-copy.forty-sixty .intro-copy-inner{
        padding-right: 25px;
    }
    .intro-copy.forty-sixty .sixty{
        width: 100%;
    }
    .our-services{
        flex-direction: column;
    }
    .our-services .image,
    .our-services .content{
        width: 100%;
    }
    .our-services .content{
        padding-top: 50px;
    }
    .our-services{
        margin-bottom: 0;
    }
    .intro-copy.forty-sixty{
        padding-bottom: 0;
    }
    .project .layer{
        width: 100%;
    }
    .projecttext.padd-left{
        padding-left: 20px;
    }
    .relatedLinks{
        width: 90%;
    }
    .alternating-block-container.bio-grid .alternating-block{
        flex-direction: column!important;
    }
    .alternating-block-container.bio-grid .alternating-block .content,
    .alternating-block-container.bio-grid .alternating-block .image{
        width: 100%;
    }
}
@media all and (max-width: 880px) {
    .project .layer .projecttext{
        width: 100%!important;
        min-height: 0;
    }
    .featureBlog.bg-grey{
        position: relative;
    }
    .featureBlog.bg-grey .left{
        padding-left: 50px;
        padding-right: 50px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: rgba(173, 108, 85, 0.75)
    }
    .content .right.imagegrid,
    .project.smaller .column.half,
    .project.smaller .imagegrid .column.right
    {
        width: 100%!important;
    }
    .project .project .half{
        height: auto;
    }
    .project h1{
        padding-top: 50px;
    }
    .featureProject {
        position: relative;
        background: #000;
        color: #fff;
    }
    p.readMore a{
        color: #000;
    }
    .content .featureBlog .right{
        padding-left: 0;
    }
    .featureProject .right {
        opacity: 0.6;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%;
        line-height: 0;
    }
    .featureProject .right img {
        max-height: none;
    }
    .centerText {
        margin: 40px;
    }
    .featureProject p {
        max-width: 100%;
    }
    .featureProject .centerText {
        position: relative;
        z-index: 999;
    }
    .featureProject .left {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .moreProjects {
        margin: 0 20px;
        margin-top: 20px;
    }
    .intro .left,
    .intro .right {
        width: 100%;
    }
    .intro .right .left {
        width: 50%;
    }
    .squareImage {
        margin-right: 0;
    }
    .intro h2,
    .intro p {
        max-width: 100%;
    }
    .social-feeds {
        margin: 0;
    }
    .social-feeds h2.grey {
        margin-left: 20px;
    }
    .social-feeds a p {
        margin-left: 20px;
    }
    .why .left,
    .why .right {
        width: 100%;
    }
    .why .left p {
        max-width: 100%;
    }
    .why .left {
        margin-bottom: 20px;
    }
    .why .right {
        position: relative;
    }
    .photoBlock {
        padding: 0;
    }
    .services .padd-left .left,
    .services .padd-left .right {
        width: 100%;
        padding: 0;
    }
    .services .padd-left {
        padding: 0;
    }
    .services .padd-left .left {
        padding: 40px;
        padding-top: 0;
    }
    .services .padd-left .full-width {
        margin-bottom: 0;
        line-height: 0;
    }
    .services .padd-left .right .padd-right {
        padding: 0;
        line-height: 0;
    }
    .articleLinks {
        width: 100%;
    }
    .project-detailed {
        margin-bottom: 20px;
    }
    .project-detailed .details {
        background-color: #000;
        padding-bottom: 0;
    }
    .project-detailed .details .left,
    .project-detailed .details .right {
        width: 100%;
    }
    .project-detailed .details .left {
        position: absolute;
        z-index: 999;
        color: #fff;
    }
    .gallery .imageBig {
        margin-bottom: 0;
    }
    .project-detailed .details .right {
        position: relative;
        opacity: 0.6;
    }
    .allProjects .project-detailed .details p {
        max-width: 100%;
    }
    .project .project-detailed .details {
        background-color: unset;
    }
    .project .project-detailed .details .left {
        position: relative;
        color: #000;
    }
    .project .project-detailed .details .right {
        opacity: 1;
    }
    .project .right .slides {
        padding: 40px;
    }
    .relatedLinks {
        padding: 0 40px;
    }
    .featureBlog {
        background-color: #000;
    }
    .featureBlog .left,
    .featureBlog .right {
        width: 100%;
    }
    .featureBlog .left {
        position: absolute;
        color: #fff;
        z-index: 8;
        padding: 80px;
    }
    .featureBlog h1 {
        color: #fff;
    }
    .featureBlog .right {
        opacity: 0.6;
    }
    .featureBlog h2 {
        color: #fff;
    }
    .featureBlog p {
        line-height: 26px;
    }
    .description.e-content.right {
        width: 100%;
        padding: 20px 20px;
    }
    .blogShort{
        padding: 0;
    }
    .paddingCotnainer {
        width: 100%;
        overflow: hidden;
        height: 300px;
    }
    .blogImage {
        padding-top: 0;
        height: 100%;
    }
    .h-entry .horizontalDivide {
        width: 75%;
    }
    .blogRight {
        display: none;
    }
    .blogPosts .vertical-line {
        display: none;
    }
    .blogMobile {
        width: 100%;
        display: block;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 2px solid #000;
        padding-left: 40px;
    }
    .blogPosts.left {
        width: 100%;
    }
    .blogPosts.left .paddingCotnainer{
        padding: 0;
    }
    .contact-form p {
        max-width: 100%;
    }
    .contact-us .left,
    .contact-us .right {
        width: 100%;
    }
    .contact-us .right img:not(.smallSocial) {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
    }
    .content.search {
        padding: 0 20px;
    }
    .legal {
        padding: 0 20px;
    }
    .h-entry .horizontalDivide {
        width: 80%;
        right: 10%;
    }
    .project-block .orange-tint {
        display: block;
        bottom: 0;
        top: unset;
        height: auto;
        box-sizing: border-box;
        padding: 10px;
    }
    .project-block .orange-tint .text-container {
        position: relative;
        bottom: 0;
        left: 0;
    }
    .project-block .orange-tint .text-container h2 {
        font-size: 20px;
    }
    .project-block .orange-tint .text-container p {
        line-height: 20px;
    }
    .allProjects .column-1,
    .allProjects .column-2,
    .allProjects .column-3 {
        width: 33.3%;
    }
    .project .left.half {
        width: 100%;
    }
    .project .project .half {
        width: 100%;
        margin-bottom: 20px;
    }
    .project .project .three-quater {
        width: 100%;
    }
    .project .layer .image.padd-left {
        padding-left: 0;
    }
    .project .layer .left.image-8 {
        position: relative;
    }
}
@media all and (max-width: 750px) {
    .alternating-block .content-inner{
        width: 75%!important;
    }
    .knowledge .intro-copy-inner{
        width: 100%;
    }
    .blog-post .latest-news > h5{
        padding-bottom: 0;
    }
    .blog-post .blog-post-wrapper{
        padding-left: 30px;
        padding-right: 30px;
    }
    .blog-post .latest-news{
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }
    .blog-post.wrap1200{
        flex-direction: column;
    }
    .blog-post .blog-post-wrapper{
        padding-bottom: 0;
    }
    .blog-post .main{
        width: 100%;
    }
    .blog-post .latest-news{
        width: 100%;
        padding-top: 0;
    }
    .blogPosts.left{
        padding-left: 25px;
        padding-right: 25px;
    }
    .team-member .popup-content .close{
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 25px;
    }
    .team-member .popup-content h2{
        font-size: 25px;
        padding-bottom: 20px!important;
    }
    .photoBlock .top .third {
        height: 200px;
    }
    .photoBlock .bottom img {
        height: 200px;
    }
    .team-member .name h2{
        font-size: 16px;
    }
    .team-grid{
        gap: 20px;
        row-gap: 0;
    }
    .blog-post-wrapper img{
        width: 100%;
        padding-left: 0px;
        padding-bottom: 30px;
    }
}
@media all and (max-width: 650px) {
    .whoWeAre .header{
        width: 90%;
    }
    .whoWeAre .header .left.half{
        width: 100%;
    }
    .moreProjects {
        margin: 0;
        margin-top: 20px;
        padding-bottom: 0;
    }
    .moreProjects img {
        height: 50vw;
    }
    .instaContainer {
        width: 100%;
    }
    .twitterContainer {
        width: 100%;
    }
    .footer .fifth {
        width: 100%;
        min-height: 0;
        margin-bottom: 20px;
    }
    .footer .fifth.align-left,
    .footer .fifth.align-right {
        text-align: center;
    }
    .featureProject .right {
        position: absolute;
    }
    .featureProject .right img {
        height: 100%;
        object-fit: cover;
    }
    .featureProject .left {
        position: relative;
    }
    .twitterContainer .overflowContainer {
        height: 400px !important;
    }
    .footer .fifth ul {
        padding: 0;
    }
    .slideIn {
        padding: 60px 40px;
    }
    .why {
        margin: 40px 40px 0 40px;
    }
    .photoBlock .top .third {
        height: 150px;
    }
    .photoBlock .bottom img {
        height: 150px;
    }
    .projectSquares {
        padding: 0;
    }
    .projectSquares .project {
        width: 33.33%;
        height: 33.33vw;
        margin: 0 !important;
    }
    .relatedLinks {
        padding: 0;
    }
    .moreProjects .third,
    .relatedLinks .projectContainer .project {
        width: 50%;
        margin: 0 !important;
    }
    .project .project-detailed .details .left {
        padding: 20px;
        padding-bottom: 60px;
    }
    p.backLink {
        left: 20px;
    }
    .featureBlog .left {
        padding: 20px;
    }
    .featureBlog p {
        line-height: 20px;
    }
    .contact-us .right .address,
    .contact-us .right .follow {
        width: 100%;
        text-align: center;
    }
    .legal table,
    .legal tbody,
    .legal td,
    .legal th,
    .legal thead,
    .legal tr {
        display: block;
    }
    .legal table tr:first-of-type {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .legal tr {
        border: 1px solid #ccc;
    }
    .legal td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 40%;
    }
    .legal td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    .legal td:nth-of-type(1):before {
        content: "Cookie Type";
    }
    .legal td:nth-of-type(2):before {
        content: "Name";
    }
    .legal td:nth-of-type(3):before {
        content: "Purpose";
    }
    .legal td:nth-of-type(4):before {
        content: "1st/3rd Party";
    }
    .legal td:nth-of-type(5):before {
        content: "Lifespan";
    }
    .moreProjects h2 {
        padding-left: 20px;
    }
    .social-feeds {
        display: none;
    }
    .social-buttons {
        width: 100%;
        height: 40px;
        display: block;
    }
    .social-buttons a {
        width: 50%;
        float: left;
        text-align: center;
        padding-top: 20px;
    }
    .left .slideIn {
        top: 100%;
        z-index: 999;
    }
    .right .slideIn {
        top: -100%;
    }
    .gallery .imageBig .leftArrow img,
    .gallery .imageBig .rightArrow img {
        width: 40px;
    }
    .project .right .slides {
        display: none;
    }
    .relatedLinks h2 {
        padding-left: 20px;
    }
    .gallery .imageBig img.focus {
        display: block;
    }
    .gallery .imageBig img {
        display: none;
        position: relative;
        left: 0;
        top: 0;
        transform: none;
    }
    .gallery .imageBig {
        min-height: 0;
    }
    .gallery .imageBig .leftArrow img,
    .gallery .imageBig .rightArrow img {
        top: 100px;
    }
    /*.moreProjects .third.project:nth-of-type(3),
    .relatedLinks .projectContainer .project:nth-of-type(3) {
        display: none;
    }*/
    .content table {
        border-collapse: collapse;
        width: 100% !important;
        display: block;
        overflow-x: scroll;
    }
    .imageOverlay .leftArrow,
    .imageOverlay .rightArrow {
        top: unset;
        bottom: 20px;
    }
    .imageOverlay .leftArrow {
        left: 20px;
    }
    .imageOverlay .rightArrow {
        right: 20px;
    }
    .intro-copy-inner h3{
        padding-bottom: 15px;
        font-size: 16px;
        line-height: 23px;
    }
}
@media all and (max-width: 580px){
    .intro-copy.forty-sixty{
        flex-direction: column;
    }
    .intro-copy.forty-sixty .intro-copy-inner.width50{
        width: 100%;
    }
    .team-grid .team-member{
        width: 100%;
        padding-left: 0!important;
        padding-right: 0!important;
    }
}
@media all and (max-width: 500px) {
    .header-dummy{
        height: 140px;
    }
    .slideIn {
        padding: 60px 20px;
    }
    .biographies p {
        font-size: 13px;
    }
    .photoBlock .top .third {
        height: 100px;
    }
    .photoBlock .bottom img {
        height: 100px;
    }
    .projectSquares .project {
        width: 50%;
        height: 50vw;
        margin: 0 !important;
    }
    .project-detailed .details .left {
        padding: 20px;
    }
    .project-detailed .details .left h1,
    .project-detailed .details .left h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .contactContainer {
        padding: 20px;
    }
    .gallery .slides .slide {
        width: 50%;
        height: 40vw;
        float: left;
    }
    .featureBlog p {
        line-height: 15px;
        font-size: 13px;
    }
    .project .project .left.half.text {
        padding: 20px 50px;
    }

    .whoWeAre .header h1{
        font-size: 26px;
        line-height: 31px;
    }

    .logo {
        box-sizing: border-box;
        padding: 15px;
    }
}
@media all and (max-width: 400px) {
    .moreProjects img {
        height: 70vw;
    }
    .nav .menu {
        margin-right: 20px;
    }
    .nav {
        padding: 20px;
    }
    .slideIn .close {
        top: 10px;
        right: 20px;
    }
    .biographies p {
        line-height: 16px;
    }
    .featureBlog {
        position: relative;
    }
    .featureBlog .left {
        position: relative;
    }
    .featureBlog .right {
        position: absolute;
        height: 100%;
    }
    .featureBlog .right img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .slideIn {
        padding: 25px 20px;
    }
}


/*RESPONSIVE - 2026 */
    @media screen and (max-width: 1250px){
        p.readMore a{
            margin: 0;
        }
        .nav.width85,
        .footer .section.width85{
            width: 90%;
        }
        .nav.fixed{
            padding-left: 5%;
            padding-right: 5%;    
        }
        .menu{
            right: 140px;
        }
        .menu ul{
            gap: 25px;
        }
        .col.width30{
            width: 35%;
        }
        .col.width70{
            width: 55%;
        }
        .project .layer{
            padding-left: 0;
        }
        .ecological-design-intro .alternating-block{
            flex-direction: column;
        }
        .ecological-design-intro .alternating-block .content, .ecological-design-intro .alternating-block .image{
            width: 100%;
        }
        .ecological-design-intro .alternating-block .image{
            margin-top: -50px;
        }
        .ecological-design-intro{
            padding-top: 50px;
        }
        .width85.cta-logos-block{
            width: 90%;
        }
        .alternating-block .content-inner,
        .content.services .alternating-block .content-inner{
            width: 65%
        }
    }
    @media screen and (max-width: 1100px){
        .menu{
            right: 110px;
        }
        .menu ul{
            gap: 20px;
        }
        .nav ul li{
            font-size: 14px;
            line-height: 14px;
        }
        .nav .social ul{
            gap: 25px;
        }
        .image-overlay.image .content{
            width: 100%;
        }
        .call-to-action .col-right{
            width: 55%;
        }
        .call-to-action{
            margin-top: 30px;
            margin-bottom: 30px;
        }
    }
    @media screen and (max-width: 1024px){
         .width85.cta-logos-block .call-to-action .col-left{
            padding-top: 50px;
            text-align: center;
         }
        .team-member .popup .popup-content{
            width: 90vw;
            max-width: calc(100% - 50px);
        }
        .team-member .popup .popup-content{
            padding: 30px;
        }
        .team-member .popup-content h2{
            padding-bottom: 40px;
        }
        .content.contact-us{
            padding: 0;
            flex-direction: column;
        }
        article.h-entry{
            flex-direction: column;
        }
        .content.contact-us .contact-form{
            width: 100%;
            padding-left: 20px;
            padding-right: 20px;
        }
        .content.contact-us .right{
            width: 100%;
            padding-left: 20px;
            padding-right: 20px;
        }
        .blogShort{
            padding: 0px;
        }
        .blogPosts article.h-entry{
            padding-top: 0;
        }
        .blogPostsWrapper{
            padding-bottom: 0;
        }
        .h-entry .horizontalDivide{
            width: 90%;
            right: auto;
            left: 50%;
            transform: translateX(-50%);
        }
        .blogShort p.readMore a{
            margin-bottom: 30px;
        }
        .blogImage img{
            height: 300px;
        }
        .description.e-content.right{
            width: 100%;
            padding: 0
        }
        .paddingCotnainer{
            height: 300px;
            width: 100%;
            overflow: hidden;
            padding: 20px 20px;
        }
        .featureBlog.bg-grey{
            margin-bottom: 30px;
        }
        .ecological-design-intro .alternating-block .image img{
            max-height: none;
        }
        .ecological-design .alternating-block:nth-child(2n+1),
        .ecological-design .alternating-block:nth-child(2n){
            flex-direction: column;
            padding-top: 50px;
        }
        .image-overlay.image .content{
            position: static;
            max-width: 100%;
            transform: none;
            background-color: #fff;
            padding-left: 0;
            padding-right: 0;
        }
        .image-overlay.image{
            margin-top: 50px!important;
            margin-bottom: 0px!important;
        }
        .call-to-action{
            margin-bottom: 0;
            margin-top: 0;
            flex-direction: column;
        }
        .call-to-action .col-left,
        .call-to-action .col-right{
            width: 100%;
        }
        .image-overlay.image .content h4:first-of-type{
            display: none;
        }
        .logo{
            height: 75px;
        }
        .nav{
            margin-top: 30px;
            margin-bottom: 30px;
            overflow: visible;
        }
        .menu{
            position: absolute;
            transform: none;
            bottom: auto;
            top: 0;
            left: 0;
            height: auto;
            width: 100%;
            background-color: #fff;
            z-index: 99;
            transform: translateY(-110%);
            transition: 0.3s ease-in-out;
            padding: 100px 50px 50px 50px;

        }
        .menu.is-active{
            transform: translateY(0%);
        }
        .menu ul{
            background-color: #fff;
            flex-direction: column;
            gap: 35px;
        }
        .nav.width85{
            width: 100%;
            padding: 0 25px;
        }
        .nav.fixed.width85{
            padding: 25px;
        }
        .footer .section.width85{
            width: 100%;
            padding-left: 25px;
            padding-right: 25px;
        }
        .hamburger{
            display: block;
            z-index: 99;
        }
        .nav ul li{
            font-size: 24px;
            line-height: 25px;
            text-align: right;
        }
        .footer ul{
            gap: 20px;
            flex-direction: column;
            text-align: center;
        }
        img.footer-logo{
            height: 40px;
        }
        .footer .section-top{
            padding-top: 0;
            flex-direction: column;
            text-align: center;
            gap: 20px;
        }
        .footer .logo{
            margin-bottom: 0;
        }
        .footer .section-btm{
            padding-top: 40px;
            padding-bottom: 40px;
            flex-direction: column-reverse;
            gap: 30px;
        }
        .footer .awards{
            gap: 50px;
        }
        .width85{
            padding-left: 40px;
            padding-right: 40px;
            width: 100%;
        }
        .intro-copy.full-width{
            width: 100%;
            padding-top: 30px;
            padding-bottom: 30px;
        }
        h3{
            font-size: 25px;
            line-height: 30px;
        }
        .alternating-block-container .alternating-block:nth-child(odd){
            flex-direction: column;
        }
        .alternating-block-container .alternating-block:nth-child(even){
            flex-direction: column-reverse;
        }
        .alternating-block .content, .alternating-block .image{
            width: 100%;
        }
        .alternating-block .content-inner{
            padding-top: 50px;
            padding-bottom: 50px;
        }
        .alternating-block .image img{
            height: auto!important;
            max-height: 500px;
        }
        .alternating-block-container.bio-grid .alternating-block .image img{
            object-position: top;
        }
        .alternating-block .image{
            height: auto;
        }
        .col.width30,
        .col.width70{
            width: 100%;
        }
        .margin-top-100{
            margin-top: 30px;
        }
    }
    @media screen and (max-width: 650px){
        h3{
            font-size: 20px;
            line-height: 30px;
        }
        .intro-copy.full-width{
            padding-top: 15px;
            padding-bottom: 15px;
        }
        .width85{
            padding-left: 20px;
            padding-right: 20px;
        }
        .alternating-block .content-inner,
        .content.services .alternating-block .content-inner{
            width: 90%;
        }
        .alternating-block .content table tr td:first-of-type{
            padding-right: 15px;
        }
        .alternating-block .content table tr td:last-of-type{
            padding-left: 15px;
        }
        .alternating-block .content-inner p:last-of-type{
            padding-bottom: 0;
        }
        .our-services .content{
            padding-left: 20px;
            padding-right: 20px;
        }
    }
    @media screen and (max-width: 500px){
        .alternating-block .content-inner{
            width: 95%!important;
        }
        .nav{
            margin-top: 15px;
            margin-bottom: 15px;
        }
        .logo{
            height: 50px;
            padding: 0;
        }
        .alternating-block .content-inner{
            padding-top: 20px;
            padding-bottom: 20px;
        }
        .alternating-block .content table tbody tr{
            flex-direction: column;
        }
        .alternating-block .content table tr td{
            width: 100%;
            padding: 0!important;
        }
        .alternating-block .content-inner p:last-of-type{
            padding-bottom: 15px;
        }
    }
/*RESPONSIVE - 2026 */