:root {
  --offwhite: #f7f7f7;
  --lightgrey: #8f8f8f;
  --maxscreenwidth: 1920px;
  --brand-primary: #d36200;
  --brand-accent: #4f2718;
  --darkgrey: #1a1a1a;
  --relume-library-lite--rl-white: white;
  --relume-library-lite--rl-black: black;
}

body {
  background-color: var(--offwhite);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--offwhite);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 6rem;
}

h2 {
  color: var(--lightgrey);
  text-transform: uppercase;
  text-shadow: 0 1px 4px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.navbar-logo-left {
  z-index: 5;
  background-image: url('../images/light-wood-grain-texture-with-horizontal-lines-in-warm-golde.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 101%;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  max-width: var(--maxscreenwidth);
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

.navcontainer {
  max-width: var(--maxscreenwidth);
  width: 100%;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.navbar-brand {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 22%;
  transition: opacity .2s;
  display: flex;
}

.navbar-brand:hover {
  opacity: .8;
}

.navlistwrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 75px;
  display: flex;
  overflow: visible;
}

.navmenulist {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.nav-link {
  color: var(--brand-primary);
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.whitebumpnav {
  z-index: 1;
  object-fit: fill;
}

.body {
  background-color: var(--offwhite);
}

.button {
  background-color: var(--brand-primary);
  text-transform: capitalize;
  border: 2px solid #0000;
  border-radius: 20px;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  transition: background-color .2s, color .2s, border-color .2s;
}

.button:hover {
  border-color: var(--brand-primary);
  background-color: var(--offwhite);
  color: var(--brand-primary);
}

.button.invis {
  border-width: 2px;
  border-color: var(--brand-accent);
  color: var(--brand-accent);
  background-color: #d3620000;
  font-weight: 700;
}

.button.invis.mapselect {
  opacity: .8;
  color: var(--offwhite);
  text-align: center;
  cursor: pointer;
  border-color: #4f271800;
  border-radius: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 15px;
  font-weight: 400;
  transition: background-color .2s, opacity .2s;
}

.button.invis.mapselect:hover {
  opacity: 100;
}

.button.invis.mapselect._1stselected {
  background-color: var(--brand-primary);
  opacity: 100;
}

.button.invis.mapselect.hidden {
  display: none;
}

.button.invis.woodgrain {
  transition: all .2s;
}

.button.invis.woodgrain:hover {
  border-color: var(--offwhite);
  color: var(--offwhite);
  background-image: url('../images/light-wood-grain-texture-with-horizontal-lines-in-warm-golde.avif');
  background-position: 0 0;
  background-size: auto;
}

.navbuttoncontainer {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  width: 23%;
  display: flex;
  position: relative;
}

.bigarrow {
  font-size: 1.5rem;
  line-height: 0;
}

.section-main {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  padding: 80px 60px;
}

.section-main.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  height: 50vw;
  display: flex;
}

.section-main.hero.home {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/backyard-wood-deck-with-pergola-steps-and-black-metal-railin.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-main.hero.about {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/wood-grain-geometric-logo-above-the-word-construction.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section-main.hero.services {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/wood-backyard-deck-with-wide-steps-pergola-privacy-screen-ou.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-main.hero.projects {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/cedar-privacy-gate-with-pergola-top-beside-house-with-stone-.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-main.hero.contact {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/black-metal-gate-set-in-cedar-and-corrugated-fence-between-t.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-main.nobg {
  background-image: none;
}

.section-main.nobg.footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-main.maphome {
  background-image: url('../images/stylized-coastal-street-map-on-dark-wood-texture.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.hero-container {
  max-width: var(--maxscreenwidth);
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.bumpholder {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.containermain {
  max-width: var(--maxscreenwidth);
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.containermain.nostretch {
  justify-content: center;
  align-items: center;
}

.splitcontainer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.splitcontainer.about {
  align-items: stretch;
}

.splitcontainer.topalign {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}

.infoblock {
  flex-flow: column;
  display: flex;
}

.infoblock._50 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 45%;
  max-width: 50%;
}

.infoblock._50.about {
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  box-shadow: 0 2px 5px #0003;
}

.infoblock._50.heightlocked {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  overflow: clip;
  box-shadow: 0 2px 5px #0003;
}

.infoblock._45 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
  width: 45%;
  position: static;
}

.infoblock._45.form {
  background-color: #fff;
  border-radius: 20px;
  max-width: none;
  padding: 30px;
  position: sticky;
  top: 40px;
  box-shadow: 0 2px 5px #0003;
}

.infoblock._45.padded {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 30px 30px;
}

.black {
  color: var(--darkgrey);
}

.stepssection {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-image: url('../images/Line.svg');
  background-position: 50% 4%;
  background-repeat: no-repeat;
  background-size: 89%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stepblock {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.stepimage {
  box-shadow: 0 0 14px -1px var(--brand-primary);
  border-radius: 12px;
  overflow: clip;
}

.paddingnormal {
  padding-top: 40px;
  padding-bottom: 40px;
}

.white {
  color: var(--offwhite);
}

.mapfloatingtitle {
  max-width: 45%;
  padding-bottom: 15%;
}

.mapinfocontainer {
  width: 50%;
  height: 65%;
  max-height: 650px;
  position: absolute;
  inset: auto 60px 40px auto;
}

.projecttypeselector {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mapinfoblock {
  background-color: var(--offwhite);
  box-shadow: 0 2px 5px 0 var(--brand-primary);
  border-radius: 20px;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.mapinfoblock._1 {
  display: flex;
}

.mapinfoblock._2, .mapinfoblock._3, .mapinfoblock._4 {
  display: none;
}

.mapinfo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding-top: 15px;
  padding-bottom: 18px;
  padding-right: 15px;
  display: flex;
  overflow: auto;
}

.mappic {
  width: 50%;
}

.h3map {
  font-size: 1.5rem;
  font-weight: 300;
}

.mapcardtitle {
  color: var(--brand-primary);
  text-align: center;
  font-weight: 600;
}

.mapcardlocation {
  color: var(--offwhite);
  text-align: center;
  background-image: url('../images/light-wood-grain-texture-with-horizontal-lines-in-warm-golde.avif');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.8rem;
}

.mapinfopin {
  border: 3px solid var(--brand-primary);
  cursor: pointer;
  border-radius: 160px;
  width: 8vw;
  min-width: 100px;
  max-width: 140px;
  height: 8vw;
  min-height: 100px;
  max-height: 140px;
  transition: box-shadow .2s;
  position: absolute;
  top: 20%;
  left: 25%;
  overflow: clip;
}

.mapinfopin:hover {
  box-shadow: 0 2px 13px 6px var(--brand-primary);
}

.mapinfopin._2 {
  top: 12%;
  left: 52%;
}

.mapinfopin._3 {
  top: 55%;
  left: 30%;
}

.mapinfopin._4 {
  display: none;
  top: 60%;
  left: 30%;
}

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

.faqsection {
  background-color: #fff0;
}

.faqcomponent {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.faqaccordion {
  border: 1px solid var(--lightgrey);
  background-color: var(--relume-library-lite--rl-white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 2px 5px #0003;
}

.faqcontainer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.questiontext {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.faqquestion {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faqquestion._1 {
  border-top-color: #0000;
}

.faqlist {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.faqiconwrapper {
  align-self: flex-start;
}

.faqanswer {
  overflow: hidden;
}

.faqanswerwrapper {
  margin-bottom: 1.5rem;
}

.faqicon {
  color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.orangespacer {
  background-color: var(--brand-primary);
  border-radius: 15px;
  width: 100px;
  height: 10px;
}

.form-block {
  width: 100%;
}

.ctafaq {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.formfield {
  background-color: var(--offwhite);
  font-family: Raleway, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.success-message {
  background-color: var(--brand-primary);
  color: var(--offwhite);
  font-family: Raleway, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.failtext {
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.footertop {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.longline {
  background-color: var(--darkgrey);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footerbottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footerblock {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footerlogo {
  transition: opacity .2s;
}

.footerlogo:hover {
  opacity: .8;
}

.footerheading {
  color: var(--darkgrey);
  font-size: 1.5rem;
}

.serviceareas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footertext {
  color: var(--darkgrey);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  transition: opacity .2s;
}

.footertext:hover {
  opacity: .8;
}

.quicklinks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contactgrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contactitem {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--darkgrey);
  grid-template-rows: auto;
  grid-template-columns: minmax(25px, 25px) 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  transition: opacity .2s;
  display: grid;
}

.contactitem:hover {
  opacity: .75;
}

.link {
  color: var(--darkgrey);
}

.mapinfoslider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  padding-left: 20px;
}

.sliderblock {
  height: 100%;
  display: flex;
}

.mappicimg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.arrowicon {
  background-color: var(--brand-primary);
  opacity: .75;
  color: var(--offwhite);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  padding: 5px;
  transition: opacity .2s;
}

.arrowicon:hover {
  opacity: 100;
}

.slidenav {
  display: none;
}

.cursive {
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  font-weight: 400;
}

.heading {
  text-shadow: 0 1px 5px #000000a3;
  font-size: 7vw;
  font-weight: 700;
  line-height: 7.2vw;
}

.heading.dark {
  color: var(--brand-accent);
}

.aboutimg {
  object-fit: cover;
  height: 100%;
}

.aboutbanner {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(90deg, #00000080, #8c8c8c00 50%, #00000080), url('../images/two-builders-in-hard-hats-by-a-timber-house-frame-at-a-fores.avif');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: space-between;
  align-items: center;
  height: 450px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.small {
  color: var(--lightgrey);
  font-size: 1.7rem;
  line-height: 2rem;
}

.abouth2 {
  color: var(--darkgrey);
}

.aboutbannerh2 {
  color: var(--offwhite);
  text-align: center;
}

.orangenumber {
  color: var(--brand-primary);
  font-size: 5rem;
  line-height: 6rem;
}

.serviceblock {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.serviceblock.reverse {
  flex-flow: row-reverse;
}

.serviceimg {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  width: 45%;
  max-height: 500px;
  position: relative;
  overflow: clip;
  box-shadow: 0 2px 7px #0003;
}

.serviceinfo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 52%;
  display: flex;
}

.serviceinfotext {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: static;
  inset: 0%;
}

.serviceinfotext.lastitem {
  order: 9999;
  display: block;
}

.serviceheadingholder {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  margin-left: -5px;
  display: grid;
}

.serviceimage {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.serviceimage.fence5, .serviceimage.fence4, .serviceimage.fence3, .serviceimage.fence2 {
  opacity: 0;
  display: none;
}

.serviceimage.fence1, .serviceimage.deck1 {
  display: block;
}

.serviceimage.deck2, .serviceimage.deck3, .serviceimage.deck4, .serviceimage.concrete7, .serviceimage.concrete6, .serviceimage.concrete5, .serviceimage.concrete4, .serviceimage.concrete3, .serviceimage.concrete2 {
  display: none;
}

.serviceimage.concrete1 {
  display: block;
}

.serviceimage.deck5 {
  display: none;
}

.selectorh3 {
  border: 1px solid var(--lightgrey);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--lightgrey);
  cursor: pointer;
  border-radius: 16px;
  padding: 5px 20px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.3rem;
  box-shadow: 0 2px 5px #0003;
}

.selectorh3._1stselected {
  color: var(--brand-primary);
}

.serviceh2 {
  color: var(--darkgrey);
  text-align: left;
  font-size: 2rem;
  line-height: 2.5rem;
}

.servicetabs {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.tablink {
  font-family: Raleway, sans-serif;
}

.serviceinfotextholder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.projectsholder {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.projectitem {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.projecttype {
  font-family: Raleway, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.projectcity {
  color: var(--offwhite);
  background-image: url('../images/light-wood-grain-texture-with-horizontal-lines-in-warm-golde.avif');
  background-position: 0 0;
  background-size: auto;
  border-radius: 5px;
  align-self: flex-start;
  padding: 5px 40px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.projectname {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3rem;
}

.projectimg {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  height: 300px;
  box-shadow: 0 2px 2px #0003;
}

.projectimage {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.featureprojecth2 {
  color: var(--lightgrey);
  text-align: left;
  font-size: 2rem;
  line-height: 2.5rem;
}

.h3tagline {
  font-size: 2.5rem;
  line-height: 3rem;
}

.featureimg {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.featureimg.contact {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}

.gallery-slider {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0000;
  flex-flow: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: relative;
}

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

.gallerywrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.galleryslide {
  background-color: #0000;
  height: auto;
  display: flex;
}

.slidewrapper {
  max-width: 32.5%;
  min-height: 375px;
  margin-right: .5rem;
}

.gallery-slide-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 375px;
  max-height: 550px;
  position: relative;
}

.gallery-slide-image.multi {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  display: block;
  box-shadow: 0 2px 2px #0003;
}

.gallery-slide-text {
  color: var(--offwhite);
  margin-bottom: 0;
  line-height: 2rem;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 40px;
  transition: background-color .2s;
  display: flex;
  left: -50px;
}

.gallery-slider-left:hover {
  background-color: var(--brand-primary);
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.arrow-wrapper {
  background-color: var(--brand-primary);
  border-radius: 50px;
  padding: 5px;
}

.slider-arrow-embed.reverse {
  transform: rotate(180deg);
}

.gallery-slider-right {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 40px;
  transition: background-color .2s;
  display: flex;
  right: -50px;
}

.gallery-slider-right:hover {
  background-color: var(--brand-primary);
  opacity: 1;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.mask {
  background-color: #0000;
  align-self: stretch;
}

.serviceinfotextblock.fence5, .serviceinfotextblock.fence4, .serviceinfotextblock.fence3, .serviceinfotextblock.fence2 {
  opacity: 0;
  display: none;
}

.serviceinfotextblock.deck2, .serviceinfotextblock.deck3, .serviceinfotextblock.deck4, .serviceinfotextblock.concrete2, .serviceinfotextblock.concrete3, .serviceinfotextblock.concrete4, .serviceinfotextblock.concrete5, .serviceinfotextblock.concrete6, .serviceinfotextblock.concrete7 {
  display: none;
}

.animatedbutton {
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  padding: 9px 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-bg {
  z-index: 1;
  background-color: var(--brand-primary);
  position: absolute;
  inset: 0%;
}

.btn-shine {
  z-index: 2;
  mix-blend-mode: screen;
  background-color: #ffffff59;
  width: 40%;
  height: 200%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-140%)rotate(20deg);
}

.btn-text-wrap {
  z-index: 3;
  color: #fff;
  height: 1.5rem;
  font-family: Lato, sans-serif;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}

.btn-text {
  font-weight: 400;
}

.btn-text.is-hover {
  transform: translate(0, 120%);
}

.mappinimg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.grey {
  color: var(--brand-primary);
}

.countup {
  color: var(--brand-primary);
  font-size: 5rem;
  line-height: 6rem;
}

.stepsh3 {
  font-size: 1.7rem;
}

.herosub {
  color: var(--offwhite);
  max-width: 50%;
  font-weight: 400;
}

.herosub.dark {
  color: var(--brand-accent);
}

.paddingsmall {
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph {
  order: 9999;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    padding: 10px 40px;
  }

  .navcontainer {
    max-width: 728px;
  }

  .navbar-brand {
    width: 50%;
  }

  .navlistwrapper {
    background-color: #0000;
  }

  .navmenulist {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    background-color: var(--offwhite);
    color: var(--brand-primary);
    border-radius: 12px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--brand-primary);
    color: var(--offwhite);
  }

  .navbuttoncontainer {
    display: none;
  }

  .section-main {
    padding: 60px;
  }

  .section-main.hero {
    height: 80vw;
    padding: 40px;
  }

  .section-main.hero.about {
    background-image: linear-gradient(#00000080, #00000080), url('../images/wood-grain-geometric-logo-above-the-word-construction-tablet.avif'), linear-gradient(#0000, #0000);
    background-position: 0 0, 50%, 0 0;
    background-size: auto, cover, auto;
  }

  .section-main.nobg {
    padding: 40px;
  }

  .section-main.maphome {
    background-size: cover;
    height: auto;
    min-height: 100vh;
    padding: 20px 40px;
  }

  .bumpholder {
    display: none;
  }

  .splitcontainer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .infoblock._50 {
    min-width: auto;
    max-width: none;
  }

  .infoblock._50.about {
    padding: 20px 20px 30px;
  }

  .infoblock._50.heightlocked {
    max-height: 500px;
  }

  .infoblock._45.form {
    width: 100%;
    position: static;
  }

  .infoblock._45.stretchonmobile {
    width: auto;
  }

  .stepssection {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .paddingnormal {
    padding: 20px 0;
  }

  .mapinfocontainer {
    width: 47%;
    height: 65%;
    max-height: 600px;
    right: 40px;
  }

  .mapinfo {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex: none;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 50%;
    padding: 10px;
  }

  .mappic {
    width: auto;
    height: 100%;
  }

  .mapinfopin._1 {
    top: 26%;
    left: 15%;
  }

  .mapinfopin._2 {
    top: 10%;
  }

  .mapinfopin._3 {
    left: 22%;
  }

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

  .ctafaq {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footertop {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .footerblock {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .footerblock.centered {
    justify-content: flex-start;
    align-items: center;
  }

  .mapinfoslider {
    padding-left: 0;
  }

  .sliderblock {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .heading {
    font-size: 4rem;
    line-height: 5rem;
  }

  .aboutbanner {
    height: auto;
    padding: 40px;
  }

  .serviceheadingholder {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .selectorh3 {
    justify-content: center;
    align-items: center;
    min-height: 3.4rem;
    font-size: 1.2rem;
    line-height: 1.3rem;
    display: flex;
  }

  .projectsholder {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .container {
    max-width: 728px;
  }

  .gallerywrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .herosub {
    max-width: 75%;
  }

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

@media screen and (max-width: 767px) {
  .navbar-logo-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .navmenulist {
    border-radius: 20px;
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .section-main {
    padding: 40px;
  }

  .section-main.hero {
    height: 80vh;
    padding: 20px;
  }

  .section-main.hero.about {
    background-image: linear-gradient(#00000080, #00000080), url('../images/wood-grain-geometric-logo-above-the-word-construction-tablet.avif');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .section-main.nobg {
    padding: 20px;
  }

  .section-main.maphome {
    background-size: cover;
    padding: 10px 20px;
  }

  .infoblock._50.about {
    padding: 15px 15px 25px;
  }

  .stepssection {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .mapinfocontainer {
    right: 20px;
  }

  .mappic {
    flex: none;
    height: 50%;
  }

  .mapinfopin._1 {
    left: 10%;
  }

  .mapinfopin._2 {
    top: 8%;
    left: 55%;
  }

  .mapinfopin._3 {
    left: 17%;
  }

  .questiontext {
    font-size: 1rem;
  }

  .faqquestion {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faqiconwrapper {
    width: 1.75rem;
  }

  .faqanswerwrapper {
    margin-bottom: 1.25rem;
  }

  .faqicon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .longline {
    margin-top: 0;
  }

  .sliderblock {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
  }

  .heading {
    font-size: 3.3rem;
    line-height: 4rem;
  }

  .aboutbanner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 20px;
  }

  .abouth2 {
    font-size: 2.3rem;
    line-height: 2.7rem;
  }

  .serviceblock {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
  }

  .serviceblock.reverse {
    flex-flow: column-reverse;
  }

  .serviceimg {
    aspect-ratio: 3 / 2;
    width: 100%;
    max-width: 100%;
    max-height: 350px;
  }

  .serviceinfo {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: auto;
  }

  .serviceinfotextholder {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .projectsholder {
    grid-row-gap: 1rem;
  }

  .gallery-slider {
    padding: 0;
  }

  .galleryslide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slidewrapper {
    max-width: 50%;
    min-height: 300px;
  }

  .gallery-slide-image {
    min-height: 300px;
  }

  .gallery-slide-image.multi {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .btn-text {
    font-size: .9rem;
  }

  .herosub {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  p, ul {
    font-size: 1rem;
  }

  .navbar-logo-left {
    background-size: cover;
  }

  .navcontainer {
    max-width: none;
  }

  .navbar-brand {
    width: 80%;
  }

  .navmenulist {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .section-main {
    padding: 20px;
  }

  .section-main.hero {
    height: 75vh;
    padding: 10px;
  }

  .section-main.hero.about {
    background-image: linear-gradient(#00000080, #00000080), url('../images/wood-grain-geometric-logo-above-the-word-construction-mobile.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .section-main.nobg {
    padding: 10px;
  }

  .section-main.nobg.footer {
    padding-top: 10px;
  }

  .section-main.maphome {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-size: auto;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .infoblock._50.about {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .stepssection {
    grid-template-columns: 1fr;
  }

  .paddingnormal {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mapfloatingtitle {
    max-width: 100%;
    padding-bottom: 0%;
  }

  .mapinfocontainer {
    width: 100%;
    max-height: none;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .projecttypeselector {
    align-self: center;
  }

  .mapinfoblock {
    position: relative;
  }

  .mapinfo {
    height: 300px;
  }

  .mappic {
    height: 200px;
  }

  .mapinfopin._1, .mapinfopin._2, .mapinfopin._3 {
    display: none;
  }

  .vertpadding {
    padding-top: 0;
  }

  .footertop {
    justify-content: center;
  }

  .footerbottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .footerblock {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .contactitem {
    flex-flow: wrap;
    justify-content: center;
    place-items: center start;
    display: flex;
  }

  .link {
    font-size: 1rem;
  }

  .sliderblock {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .mappicimg {
    box-shadow: 0 8px 16px 0 var(--brand-primary);
  }

  .aboutbanner {
    flex-flow: column;
    padding: 10px;
  }

  .small {
    font-size: 1.5rem;
  }

  .abouth2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .serviceheadingholder, .projectsholder {
    grid-template-columns: 1fr;
  }

  .container {
    max-width: none;
  }

  .gallerywrapper {
    grid-template-columns: 1fr;
  }

  .slidewrapper {
    max-width: 99%;
    margin-right: 1%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .paddingsmall {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slide-2 {
    vertical-align: bottom;
  }
}

#w-node-adbdaf13-7935-3284-927d-0bedb50158f4-f4f628ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adbdaf13-7935-3284-927d-0bedb50158f8-f4f628ee {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-adbdaf13-7935-3284-927d-0bedb50158fb-f4f628ee, #w-node-adbdaf13-7935-3284-927d-0bedb50158fc-f4f628ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adbdaf13-7935-3284-927d-0bedb50158fd-f4f628ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-adbdaf13-7935-3284-927d-0bedb5015900-f4f628ee, #w-node-_9548ebf9-d71a-f954-cc50-df34aa11d0a9-f4f628ee, #w-node-_75676f39-f74e-fbcb-5ff6-d4e4a3ff3a39-f4f628ee, #w-node-_75676f39-f74e-fbcb-5ff6-d4e4a3ff3a3a-f4f628ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75676f39-f74e-fbcb-5ff6-d4e4a3ff3a3b-f4f628ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ab3736c6-c694-8aab-3f60-5dea74644306-f4f628ee, #w-node-_4265d235-62e5-deb3-abe3-7cb9080f6579-f4f628ee, #w-node-f72e9bcd-0f7e-2068-cfbc-d389ed57f6e9-f4f628ee, #w-node-f72e9bcd-0f7e-2068-cfbc-d389ed57f6ea-f4f628ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f72e9bcd-0f7e-2068-cfbc-d389ed57f6eb-f4f628ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d91cd8a8-be6b-62be-e9c1-752dbc14e31f-f4f628ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-adbdaf13-7935-3284-927d-0bedb50158f4-f4f628ee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


