@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #333;
  --white: white;
  --white-smoke: #f3f5fb;
  --highlight: #ece79a;
}

body {
  color: #333;
  font-family: Inter;
  font-size: 14px;
  line-height: 1.5;
}

.headings {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.headings:hover {
  background-color: var(--white);
}

.headings.no-margin {
  margin-bottom: 0;
  font-size: 18px;
}

.paragraph {
  color: #555;
  margin-bottom: 20px;
}

.paragraph.bold {
  color: var(--black);
  font-weight: 700;
}

.paragraph.bold.small-bottom-margin {
  margin-bottom: 5px;
}

.paragraph.small-bottom-margin {
  margin-bottom: 0;
}

.paragraph.no-margin {
  margin-bottom: 0;
  text-decoration: none;
}

.paragraph.no-margin.italic {
  font-style: italic;
}

.text-link {
  color: #333;
  border-bottom: 2px #333;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.text-link:hover {
  opacity: .8;
  color: #555;
  text-decoration: none;
}

.text-link.plain {
  color: #555;
  font-weight: 400;
  transition-property: opacity;
}

.text-link.plain:hover {
  opacity: .5;
  text-decoration: none;
}

.body {
  flex-direction: column;
  min-height: auto;
  margin-top: 0;
  padding: 0 70px;
  font-family: century-gothic, sans-serif;
  font-size: 15px;
  display: flex;
}

.nav-container {
  border-bottom: 2.5px solid #000;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.navbar {
  background-color: var(--white);
  max-width: none;
  margin: 0 auto 5px;
  padding: 0;
  position: static;
  inset: 0% 0% auto;
}

.nav-link {
  color: #33333380;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 40px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  transition: color .2s;
}

.nav-link:hover {
  color: #333333bf;
}

.nav-link.w--current {
  color: var(--black);
}

.footer {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  border-top: 0 #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 10px;
  display: block;
}

.brand.w--current {
  background-color: #0000;
  flex: none;
  width: auto;
  height: auto;
}

.nav-menu {
  align-self: flex-end;
  margin-bottom: -5px;
}

.sub-heading-wrap {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.sub-heading-wrap.right {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.sub-heading-wrap.right.long {
  justify-content: flex-start;
  margin-bottom: 20px;
}

.sub-heading-wrap.right.short {
  display: none;
}

.circle {
  width: 5px;
}

.circle-wrap {
  flex: none;
  align-self: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1;
}

.bold {
  color: var(--black);
  font-weight: 700;
}

.contact-methods {
  flex-direction: column;
  flex: 0 auto;
  display: flex;
}

.encoded-ea {
  margin-bottom: 0;
}

.encoded-ea2, .encoded-ea3 {
  margin-bottom: 0;
  display: none;
}

.client-review-wrap {
  border-left: 2px #ddd;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 0;
}

.fa-quote-icn {
  color: #33333380;
  font-family: "Fa solid 900", sans-serif;
}

.main-heading-h1 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.navigation {
  width: 100%;
  max-width: none;
  margin: 0 auto 20px;
}

.copyright.long {
  margin-left: 0;
}

.section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-top-padding {
  margin-top: 20px;
  padding-top: 0;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.container.flex {
  grid-column-gap: 0px;
  justify-content: space-between;
  display: flex;
}

.container.flex.top-margin {
  grid-column-gap: 0px;
  margin-top: 0;
  position: static;
}

.footer-container {
  border-top: 2.5px solid var(--black);
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  display: flex;
}

.social-icons {
  grid-column-gap: 16px;
  margin-left: auto;
  display: flex;
}

.social-icn-link {
  margin-left: 0;
  text-decoration: none;
  transition: opacity .2s;
}

.social-icn-link:hover {
  opacity: .5;
}

.social-icn-link.w--current {
  opacity: 0;
}

.footer-contact-info {
  justify-content: space-between;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-logo.w--current {
  align-self: flex-end;
}

.footer-logo.hidden {
  align-self: flex-end;
  margin-bottom: 5px;
}

.footer-logo.hidden.w--current {
  margin-bottom: 5px;
}

.footer-logo.mobile {
  display: none;
}

.image {
  width: 85px;
}

.page-title {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.page-links-wrap {
  margin-bottom: 30px;
}

.container-900 {
  max-width: 900px;
}

.legal-page-text-links {
  color: #555;
  border-bottom: 2px #333;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
}

.legal-page-text-links:hover {
  opacity: .5;
  color: #555;
  text-decoration: none;
}

.legal-page-text-links.w--current {
  color: var(--black);
  font-weight: 700;
  text-decoration: underline;
}

.legal-page-text-links.w--current:hover {
  opacity: 1;
}

.contact-details {
  flex-direction: row;
  display: flex;
}

.contact-details.bottom-margin {
  margin-bottom: 40px;
}

.div-block-3, .div-block-4 {
  width: 100px;
}

.copy {
  width: 75%;
  padding-right: 20px;
}

.sidebar {
  text-align: right;
  flex: none;
  width: 23%;
  margin-top: 40px;
}

.sidebar.no-top-margin, .sidebar.homepage {
  margin-top: 0;
}

.title {
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.page-wrapper {
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 1156px;
  height: auto;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 0;
  display: flex;
}

.section-gallery {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-around;
  height: 650px;
  max-height: none;
  margin-bottom: 10px;
  display: block;
}

.page-image-container {
  grid-column-gap: 20px;
  outline-offset: 0px;
  background-color: #0000;
  outline: 3px #0000;
  justify-content: space-between;
  height: 650px;
  min-height: auto;
  margin-bottom: 0;
  display: flex;
}

.main-image {
  background-color: var(--white-smoke);
  background-image: url('../images/owen-abbott.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 75%;
  height: 100%;
}

.main-image.hp {
  background-image: none;
  position: relative;
}

.main-image.cont-main {
  background-color: #0000;
  background-image: url('../images/cp-1-may23.jpg');
  background-position: 50%;
}

.main-image.about {
  background-image: url('../images/ap-1.jpg');
  background-position: 50%;
}

.main-image.service {
  background-image: url('../images/sp-1.jpg');
  background-position: 50%;
}

.sidebar-image {
  background-color: var(--white-smoke);
  background-image: url('../images/about-sb.jpg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
  height: 100%;
}

.sidebar-image.hp {
  background-image: url('../images/hp-sb-mar2026.jpg');
  background-position: 50%;
}

.sidebar-image.cont-sb {
  background-color: #0000;
  background-image: url('../images/cp-sb-mar2026.jpg');
  background-position: 50%;
}

.sidebar-image.about {
  background-image: url('../images/ap-sb-130324.jpg');
  background-position: 50%;
}

.sidebar-image.service {
  background-image: url('../images/sp-sb.jpg');
  background-position: 50%;
}

.section-main {
  flex-direction: row;
  justify-content: space-around;
  height: auto;
  max-height: none;
  margin-bottom: 10px;
  display: flex;
}

.flex-box-copy {
  width: 75%;
  padding-right: 30px;
}

.page-title-projects {
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
  position: relative;
}

.non-italic {
  font-style: normal;
}

.gallery-slider-mask {
  width: 25%;
  overflow: visible;
}

.gallery-lightbox {
  width: 100%;
  height: 600px;
  position: relative;
}

.gallery-slide {
  height: 650px;
  color: var(--black);
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.right-arrow {
  opacity: .6;
  width: 40px;
  height: 600px;
  color: var(--black);
  background-color: #0000;
  border: 0 #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: 0 10px 0 auto;
}

.right-arrow:hover {
  border-color: var(--black);
  opacity: .8;
  color: #0000;
  background-color: #0000;
}

.left-arrow {
  border: 1px none var(--white);
  opacity: .6;
  width: 40px;
  height: 600px;
  color: var(--black);
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  padding: 6px 0;
  transition: all .3s;
  display: flex;
  inset: 0 auto 0 10px;
}

.left-arrow:hover {
  border-color: var(--black);
  opacity: .8;
  color: #fff;
  background-color: #0000;
}

.gallery-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.container-regular {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.icon-4 {
  background-color: var(--white);
  width: 30px;
  height: 30px;
  color: var(--black);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-4.projects {
  background-color: #0000;
}

.section-gallery-2 {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 0%;
  overflow: hidden;
}

.gallery-image-small-square {
  background-color: var(--white-smoke);
  background-image: url('../images/pp-sh.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  text-decoration: none;
}

.gallery-image-small-square.p-2-bb {
  background-image: url('../images/pp-bb.jpg');
  background-position: 50%;
}

.gallery-image-small-square.pp-3-byb {
  background-image: url('../images/pp-byb.jpg');
  background-position: 50%;
}

.gallery-image-small-square.pp-4-ag {
  background-image: url('../images/pp-ag.jpg');
  background-position: 50%;
}

.gallery-image-small-square.pp-6-ss {
  background-image: url('../images/pp-ss.jpg');
  background-position: 50%;
}

.gallery-image-small-square.pp-rr {
  background-image: url('../images/pp-rr.jpg');
  background-position: 50%;
}

.gallery-image-small-square.pp-6-ntb {
  background-image: url('../images/pp-ntb.jpg');
  background-position: 50%;
}

.gallery-image-small-square.tth {
  background-image: url('../images/pp-tth.jpg');
  background-position: 50%;
}

.gallery-image-small-square.p-3-lt {
  background-image: url('../images/pp-lt.jpg');
  background-position: 50%;
}

.gallery-image-small-square.pp-ch {
  background-image: url('../images/pp-ch.jpg');
  background-position: 50%;
}

.gallery-image-small-square.p-3-mbs {
  background-image: url('../images/pp-mbs_NEW.jpg');
  background-position: 50%;
}

.gallery-image-small-square.p-11-tcb {
  background-image: url('../images/pp-tcb_NEW.jpg');
  background-position: 50%;
}

.gallery-image-small-square.p-13-teoa {
  background-image: url('../images/pp-teoa_NEW.jpg');
  background-position: 50%;
}

.project-name-wrap {
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-name-wrap:hover {
  opacity: 1;
}

.image-6 {
  width: 100px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-7 {
  width: 80px;
  margin-bottom: 0;
}

.gallery15_arrow {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery15_arrow.hide-mobile-landscape {
  background-color: #ffffff80;
  border-style: none;
  width: 2rem;
  height: 2rem;
  margin-left: 20px;
  margin-right: 20px;
  transition: background-color .3s;
  bottom: 0;
}

.gallery15_arrow.hide-mobile-landscape:hover {
  background-color: #ffffffbf;
}

.gallery15_arrow.hide-mobile-landscape.remove {
  display: block;
}

.gallery15_image-wrapper {
  border-right: 1px none var(--white-smoke);
  border-left: 1px none var(--white-smoke);
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 0%;
  display: flex;
  position: relative;
}

.gallery15_image-wrapper:focus {
  opacity: .5;
}

.gallery15_mask {
  overflow: hidden;
}

.section_gallery15 {
  margin-bottom: 10px;
  display: block;
}

.gallery15_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
}

.gallery15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
}

.gallery15_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 0;
}

.gallery15_slide {
  object-fit: scale-down;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.container-large {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  padding-left: 0%;
  padding-right: 0%;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 0;
}

.fa-icn-footer {
  color: var(--black);
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
}

.fa-icn-footer.email {
  font-family: "Fa 400", sans-serif;
  font-size: 16px;
}

.hp-sb-copy {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.hp-sb-copy.less-top-margin {
  margin-top: 20px;
}

.hp-sb-copy.less-top-margin.membership {
  display: none;
}

.hp-sb-copy.no-top-margin {
  margin-top: 0;
  margin-bottom: 20px;
}

.headings-lc {
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.headings-lc.capitals {
  text-transform: uppercase;
}

.pt-and-nav-wrap {
  align-items: flex-start;
  display: flex;
}

.pr-nav-link {
  color: var(--black);
  text-decoration: none;
  transition: opacity .2s;
}

.pr-nav-link:hover {
  opacity: .5;
}

.pr-nav-link.with-desc {
  align-items: center;
  display: flex;
}

.fa-icn-arrow {
  color: var(--black);
  background-color: #0000;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  text-decoration: none;
}

.left-arrow-2, .right-arrow-2, .slide-nav-2 {
  display: none;
}

.slide {
  background-image: url('../images/hp-1-new.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin-right: 20px;
}

.slide._2 {
  background-image: url('../images/hp-2-mar2026.jpg');
}

.slide._3 {
  background-image: url('../images/hp-3-new.jpg');
}

.slide._4 {
  background-image: url('../images/hp-4-new.jpg');
}

.slide._5 {
  background-image: url('../images/hp-5-new.jpg');
}

.slide._6 {
  background-image: url('../images/hp-6-mar2026.jpg');
}

.mask {
  height: 100%;
}

.slider {
  background-color: #0000;
  height: 100%;
}

.headings-project {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ffffffbf;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  transition: background-color .2s;
}

.headings-project:hover {
  background-color: #fffc;
}

.arrow-desc {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 15px;
  font-weight: 700;
}

.slider-cover {
  z-index: 1000;
  position: absolute;
  inset: 0%;
}

.italic {
  font-style: italic;
}

.lic-wrap {
  display: flex;
}

.lic-state {
  justify-content: flex-end;
  width: 50px;
  margin-right: 0;
  display: flex;
}

.lic-num {
  width: 50px;
}

.awards-wrap {
  margin-top: 40px;
  margin-bottom: 0;
}

.award {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.award.less-top-margin {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  text-decoration: none;
  transition: opacity .2s;
}

.award.less-top-margin:hover {
  opacity: .8;
}

.headings-uc {
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .headings {
    font-size: 19px;
  }

  .paragraph {
    font-size: 17px;
  }

  .paragraph.small-bottom-margin {
    margin-bottom: 10px;
  }

  .paragraph.no-margin.italic {
    font-style: italic;
  }

  .text-link {
    font-size: 17px;
    transition-property: none;
  }

  .text-link:hover {
    text-decoration: none;
  }

  .body {
    padding: 0 30px;
  }

  .navbar {
    position: relative;
  }

  .nav-link {
    font-size: 16px;
  }

  .nav-link.w--current {
    box-shadow: 0 18px 0 -12px #ddd;
  }

  .footer {
    grid-row-gap: 20px;
    border-top-style: none;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .sub-heading-wrap.right {
    justify-content: flex-start;
  }

  .encoded-ea {
    display: none;
  }

  .encoded-ea3 {
    display: block;
  }

  .client-review-wrap {
    margin-bottom: 0;
    display: block;
  }

  .fa-quote-icn {
    font-size: 14px;
  }

  .fa-quote-icn.end {
    transform: rotate(0);
  }

  .main-heading-h1 {
    font-size: 18px;
  }

  .navigation {
    margin-bottom: 20px;
  }

  .section {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .section.no-top-padding {
    padding-bottom: 0;
  }

  .container.flex {
    flex-direction: column;
  }

  .container.flex.top-margin {
    grid-row-gap: 0px;
  }

  .social-icons {
    grid-column-gap: 20px;
  }

  .page-title.hide {
    display: block;
  }

  .legal-page-text-links {
    font-size: 15px;
    transition-property: none;
  }

  .legal-page-text-links:hover {
    text-decoration: none;
  }

  .div-block-4 {
    flex: none;
  }

  .copy {
    width: auto;
    padding-right: 0;
  }

  .sidebar {
    text-align: left;
    order: 1;
    align-self: flex-start;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .sidebar.no-top-margin, .sidebar.homepage {
    margin-top: 40px;
  }

  .sidebar.portrait {
    display: none;
  }

  .website-disclaimer-copy {
    font-size: 18px;
  }

  .page-wrapper {
    height: auto;
    min-height: 100vh;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }

  .section-gallery {
    height: 500px;
    margin-bottom: 15px;
  }

  .page-image-container {
    height: 500px;
    min-height: auto;
  }

  .section-main {
    height: 500px;
    margin-bottom: 15px;
  }

  .flex-box-copy {
    width: auto;
    padding-right: 0;
  }

  .non-italic {
    font-style: normal;
  }

  .gallery-slider-mask {
    width: 33.333%;
    height: 500px;
  }

  .gallery-lightbox {
    height: 500px;
  }

  .gallery-slide {
    width: 100%;
    height: 500px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .right-arrow {
    height: 450px;
    right: 10px;
  }

  .right-arrow:hover {
    color: var(--black);
    background-color: #0000;
    border-color: #e4e6f1;
  }

  .left-arrow {
    height: 450px;
  }

  .left-arrow:hover {
    color: var(--black);
    background-color: #0000;
    border-color: #e4e6f1;
  }

  .section-gallery-2 {
    height: 500px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .gallery-image-small-square {
    height: 500px;
  }

  .gallery15_arrow.hide-mobile-landscape {
    width: 2rem;
    height: 2rem;
  }

  .section_gallery15 {
    margin-bottom: 15px;
  }

  .gallery15_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fa-icn-footer, .fa-icn-footer.email {
    font-size: 18px;
  }

  .hp-sb-copy {
    align-items: flex-start;
    margin-top: 20px;
  }

  .headings-lc {
    font-size: 17px;
  }

  .headings-project {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .lic-state {
    justify-content: flex-start;
  }

  .lic-num {
    display: flex;
  }

  .award {
    align-items: flex-start;
    margin-top: 20px;
  }

  .headings-uc {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .headings {
    font-size: 19px;
  }

  .body {
    margin-top: 0;
    padding: 0 20px;
  }

  .navbar {
    padding: 0;
  }

  .nav-link {
    text-align: right;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
    padding-right: 10px;
    transition-property: none;
  }

  .nav-link:hover {
    color: #33333380;
  }

  .nav-link.w--current {
    border-right: 2.5px solid #000;
    border-left: 2.5px none var(--black);
    box-shadow: none;
    padding-left: 10px;
  }

  .nav-link.w--current:hover {
    color: var(--black);
  }

  .footer {
    flex-direction: column;
    margin-top: auto;
    padding-bottom: 10px;
  }

  .icon {
    color: var(--black);
    background-color: #0000;
    font-size: 38px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    background-color: var(--white);
    padding: 0;
  }

  .sub-heading-wrap.right {
    justify-content: flex-start;
  }

  .contact-methods {
    flex: 1;
  }

  .main-heading-h1 {
    font-size: 18px;
  }

  .navigation {
    margin-bottom: 20px;
  }

  .copyright.long {
    order: -1;
    display: block;
  }

  .section {
    padding-top: 0;
  }

  .section.no-top-padding {
    margin-top: 30px;
  }

  .footer-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 10px;
  }

  .social-icons {
    order: -1;
    align-self: flex-start;
    margin: 0;
  }

  .social-icn-link {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-logo.hidden {
    display: none;
  }

  .footer-logo.hidden.w--current {
    display: block;
  }

  .footer-logo.mobile {
    margin-bottom: 10px;
    display: none;
  }

  .footer-logo.mobile.w--current {
    margin-bottom: 20px;
  }

  .div-block-3, .div-block-4 {
    flex: none;
    width: 100px;
  }

  .sidebar {
    text-align: left;
    margin-bottom: 0;
  }

  .page-wrapper {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-gallery {
    height: auto;
    margin-bottom: 0;
  }

  .page-image-container {
    outline-offset: 0px;
    outline: 0 #0000;
    height: 350px;
    min-height: auto;
  }

  .section-main {
    height: auto;
    margin-bottom: 0;
  }

  .flex-box-copy {
    padding-right: 0;
  }

  .page-title-projects {
    width: auto;
  }

  .gallery-slider-mask {
    width: 50%;
    height: 350px;
  }

  .gallery-lightbox, .gallery-slide {
    height: 350px;
  }

  .right-arrow {
    height: 350px;
    display: flex;
    right: 10px;
  }

  .left-arrow {
    height: 350px;
    display: flex;
  }

  .section-gallery-2, .gallery-image-small-square {
    height: 350px;
  }

  .gallery15_arrow.hide-mobile-landscape {
    width: 2rem;
    height: 2rem;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section_gallery15 {
    margin-bottom: 0;
  }

  .gallery15_slider {
    padding-bottom: 0;
  }

  .gallery15_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .headings-lc {
    font-size: 17px;
  }

  .headings-project {
    font-size: 15px;
  }

  .slider-cover {
    display: none;
  }

  .headings-uc {
    font-size: 17px;
  }
}

@media screen and (max-width: 479px) {
  .headings {
    font-size: 19px;
    display: block;
  }

  .paragraph {
    margin-bottom: 20px;
  }

  .paragraph.bold.small-bottom-margin {
    margin-bottom: 5px;
  }

  .text-link {
    font-size: 17px;
  }

  .body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .icon {
    font-size: 34px;
  }

  .sub-heading-wrap {
    flex-wrap: wrap;
  }

  .sub-heading-wrap.right {
    justify-content: flex-start;
  }

  .sub-heading-wrap.right.long {
    display: none;
  }

  .sub-heading-wrap.right.short {
    flex-wrap: nowrap;
    margin-bottom: 20px;
    display: flex;
  }

  .encoded-ea {
    display: none;
  }

  .encoded-ea2 {
    display: block;
  }

  .encoded-ea3 {
    display: none;
  }

  .client-review-wrap {
    padding-left: 0;
  }

  .main-heading-h1 {
    margin-bottom: 0;
    font-size: 18px;
    display: block;
  }

  .navigation {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .copyright.long {
    display: block;
  }

  .section {
    padding-top: 0;
  }

  .footer-container {
    flex-direction: row;
    padding-top: 10px;
  }

  .social-icons {
    order: -1;
    align-self: flex-start;
    margin-bottom: 0;
  }

  .social-icn-link {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-logo.hidden.w--current {
    display: none;
  }

  .legal-page-text-links {
    font-size: 15px;
  }

  .contact-details {
    margin-bottom: 5px;
  }

  .div-block-4 {
    flex: 0 auto;
  }

  .sidebar {
    text-align: left;
    margin-bottom: 0;
    display: block;
  }

  .page-wrapper {
    padding-top: 10px;
  }

  .section-gallery {
    height: auto;
  }

  .page-image-container {
    height: 280px;
  }

  .main-image {
    width: 100%;
  }

  .sidebar-image {
    display: none;
  }

  .flex-box-copy {
    padding-right: 0;
  }

  .gallery-slider-mask {
    width: 100%;
    height: 280px;
  }

  .gallery-lightbox {
    height: 280px;
  }

  .gallery-slide {
    height: 280px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .right-arrow {
    height: 280px;
    right: 5px;
  }

  .left-arrow {
    height: 280px;
    left: 5px;
  }

  .section-gallery-2 {
    height: 280px;
    margin-left: -5px;
    margin-right: -5px;
    padding-bottom: 0;
    padding-left: 0%;
  }

  .gallery-image-small-square {
    height: 280px;
  }

  .gallery15_arrow.hide-mobile-landscape {
    width: 1rem;
    height: 1rem;
    margin-left: 5px;
    margin-right: 5px;
  }

  .section_gallery15 {
    margin-bottom: 0;
  }

  .headings-lc {
    font-size: 17px;
    display: block;
  }

  .pr-nav-link.with-desc {
    margin-left: 10px;
  }

  .fa-icn-arrow {
    margin-left: 5px;
  }

  .headings-project {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    display: block;
  }

  .arrow-desc {
    font-size: 13px;
  }

  .headings-uc {
    font-size: 17px;
    display: block;
  }
}

#w-node-_523eb997-e502-d12e-cf2c-de1c43441086-5b0d599f, #w-node-_2229fd85-56e5-5d78-cba6-5b9b5cc2f223-5b0d59a0, #w-node-_7b82aee4-3428-01f5-c915-c56d5bab5aa9-5b0d59a1, #w-node-bc9faa5e-2dcd-e028-43b1-24b258af1513-5b0d59a2, #w-node-d406d9a5-e47c-a9b9-a050-c359aaa25361-5b0d59a4, #w-node-aa52a2fb-4746-8ca8-972c-2c498adc7ab0-5b0d59a8, #w-node-_81aa83dd-5003-60b0-d8d4-537cc3bbc11d-5b0d59a9, #w-node-_2ea32610-e611-ac80-f590-fc57aa7eaf7d-5b0d59ab, #w-node-_7b82aee4-3428-01f5-c915-c56d5bab5aa9-5b0d59ad, #w-node-d406d9a5-e47c-a9b9-a050-c359aaa25361-5b0d59ae, #w-node-_7b82aee4-3428-01f5-c915-c56d5bab5aa9-464adf07, #w-node-_7b82aee4-3428-01f5-c915-c56d5bab5aa9-f1fb3647, #w-node-_7b82aee4-3428-01f5-c915-c56d5bab5aa9-45678560 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}