:root {
  --font: #333;
  --red: #721414;
  --white: white;
  --maroon: #550f0f;
  --black: black;
  --silver: #e4e4e4;
  --sky-blue: #12539c;
  --smoke: #f7f7f7;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  color: var(--font);
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.master-header-section {
  background-color: var(--red);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.menu-group {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.header-group {
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.navbar {
  background-color: #0000;
}

.nav-link {
  color: var(--white);
  border-bottom: 2px solid #0000;
  padding-bottom: 10px;
  transition: all .2s;
}

.nav-link:hover {
  border-bottom-color: var(--white);
}

.nav-link.w--current {
  border-bottom-color: var(--white);
  color: var(--white);
}

.header-info-group {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.header-info-div {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  display: flex;
}

.header-info {
  color: var(--white);
  text-align: center;
}

.link-white {
  color: var(--white);
  text-decoration: none;
}

.divider {
  background-color: var(--white);
  width: 1px;
  margin-left: 5px;
  margin-right: 5px;
}

.divider.black {
  background-color: var(--font);
}

.toggle {
  color: var(--white);
  border-bottom: 2px solid #0000;
  padding-bottom: 10px;
  transition: all .2s;
}

.toggle:hover {
  border-bottom-color: var(--white);
}

.dropdown-link {
  transition: all .2s;
}

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

.dropdown-link.w--current {
  background-color: var(--red);
  color: var(--white);
}

.banner-slider {
  height: auto;
}

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

.mask {
  height: 750px;
}

.menu-link-section {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.menu-link-div {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.menu-link-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.menu-link-label {
  background-color: #fffc;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.menu-link {
  color: var(--font);
  background-image: url('../images/6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 250px;
  text-decoration: none;
  display: flex;
}

.menu-link._1 {
  background-image: url('../images/structural-alterations-service-box.webp');
}

.menu-link._2 {
  background-image: url('../images/41.jpg');
  background-position: 0%;
}

.menu-link._3 {
  background-image: url('../images/32.jpg');
}

.menu-link._4 {
  background-image: url('../images/AdobeStock_79982548.webp');
}

.h4 {
  border-bottom: 2px solid var(--white);
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
}

.content-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.content-section.navy {
  background-color: var(--red);
}

.content-section.black {
  background-color: var(--black);
}

.content-section.red {
  background-color: var(--maroon);
}

.content-section.form {
  background-color: var(--red);
}

.content-div {
  width: 90%;
  max-width: 1300px;
}

.content-div.centre {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content-div.contact {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
}

.h1.white {
  border-bottom-color: var(--white);
  color: var(--white);
}

.h1.subheading {
  font-size: 18px;
  line-height: 30px;
}

.h1-group {
  border-bottom: 2px solid var(--font);
  margin-bottom: 40px;
}

.h1-group.white {
  border-bottom-color: var(--white);
  margin-left: auto;
  margin-right: auto;
}

.h1-group._2 {
  margin-bottom: 0;
}

._3x1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

._3x1._2c1 {
  grid-template-columns: 1fr 1fr;
}

.grid-image {
  background-image: url('../images/Homepage-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  min-height: 400px;
}

.grid-image._1 {
  background-image: url('../images/Homepage.webp');
}

.grid-image._2 {
  background-image: url('../images/IMG_2036.webp');
}

.grid-image._4 {
  background-image: url('../images/structural-alterations-2.webp');
}

.grid-image._6 {
  background-image: url('../images/43.jpg');
}

.grid-image._8 {
  background-image: url('../images/masonry-page.webp');
  background-position: 50%;
}

.grid-image._3 {
  background-image: url('../images/IMG_2044.webp');
  min-height: 500px;
}

.grid-image._5 {
  background-image: url('../images/structural.webp');
  background-position: 50%;
  min-height: 500px;
}

.grid-image._7 {
  background-image: url('../images/41.jpg');
  background-position: 50%;
  min-height: 500px;
}

.grid-image._9 {
  background-image: url('../images/49.jpg');
  background-position: 50%;
  min-height: 500px;
}

.grid-image._10 {
  background-image: url('../images/IMG_2030.webp');
  background-position: 50% 20%;
  background-size: cover;
}

.grid-image._11 {
  background-image: url('../images/FullSizeRender.webp');
  background-position: 50% 0;
  background-size: cover;
  min-height: 500px;
}

.grid-image._12 {
  background-image: url('../images/home-page-2-5.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 500px;
}

.grid-image._14 {
  background-image: url('../images/9deda005-d596-4888-9680-001c8d515a14.webp');
  background-position: 50% 0;
}

.grid-image._21 {
  background-image: url('../images/13.webp');
}

.grid-image.p-1 {
  background-image: url('../images/17.webp');
}

.grid-image.p-2 {
  background-image: url('../images/12.webp');
}

.grid-image.p-3 {
  background-image: url('../images/11.webp');
}

.grid-image.p-4 {
  background-image: url('../images/1.webp');
}

.grid-image.m-6 {
  background-image: url('../images/Homepage.webp');
}

.grid-image.m-7 {
  background-image: url('../images/18.webp');
}

.grid-content {
  width: 100%;
}

.grid-content.outline {
  border: 1px solid var(--silver);
  padding: 20px;
}

.grid-content.brick-1 {
  background-image: url('../images/4.webp');
}

.grid-content.d-1 {
  background-image: url('../images/15.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-content.d-2 {
  background-image: url('../images/10.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-content.stone-1 {
  background-image: url('../images/18.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-content.stone-2 {
  background-image: url('../images/19.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-content.b-1 {
  background-image: url('../images/5.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-content.brick-3 {
  background-image: url('../images/4.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-content.m-1 {
  background-image: url('../images/15.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-content.m-02 {
  background-image: url('../images/10.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-content.dry-1 {
  background-image: url('../images/IMG_2036.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-content.dry-2 {
  background-image: url('../images/Homepage.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-content.r-1 {
  background-image: url('../images/7.webp');
  background-position: 50%;
  background-size: cover;
}

.grid-content.r-2 {
  background-image: url('../images/2.webp');
  background-position: 50%;
  background-size: cover;
}

.p {
  margin-bottom: 10px;
}

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

.p.white._2 {
  padding-bottom: 30px;
}

.p.white._2.center {
  text-align: left;
}

.p._2 {
  padding-bottom: 30px;
}

.p._1 {
  padding-top: 30px;
}

.p.centre {
  text-align: center;
}

.p._3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.read-more-button {
  border: 2px solid var(--white);
  background-color: #0000;
  border-radius: 30px;
  transition: all .2s;
}

.read-more-button:hover {
  background-color: var(--white);
  color: var(--sky-blue);
}

.h2 {
  border-bottom: 2px solid var(--red);
  color: var(--red);
  margin: 0 auto 40px;
  font-size: 24px;
  font-weight: 500;
}

.h2.white {
  border-bottom-color: var(--white);
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
}

.h2.test {
  border-bottom-color: var(--red);
  color: var(--red);
  text-align: center;
  margin-bottom: 20px;
  padding-top: 20px;
}

.list-group {
  width: 100%;
}

.list-group.hzl {
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.list-group.hzl._2 {
  padding-bottom: 30px;
}

.list {
  width: 100%;
  margin-bottom: 0;
  padding-left: 20px;
}

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

.list.area {
  padding-left: 40px;
}

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

.list._100 {
  width: 100%;
}

.list._3-row {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list.w {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  display: grid;
}

.list.w._3-row {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.list._2-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.list._4-row {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-item {
  padding-bottom: 0;
}

.h3 {
  color: var(--font);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}

.form-html {
  width: 100%;
}

.icon {
  margin-top: 24px;
}

.footer-section {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.footer-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.footer-map-html {
  background-image: url('../images/parker-map.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 500px;
}

.footer-map-html.mobile {
  display: none;
}

.footer-group._2 {
  padding-bottom: 40px;
}

.h5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 26px;
}

.h5.black {
  color: var(--font);
}

.footer-info-group {
  flex-direction: column;
  font-size: 18px;
  display: flex;
}

.footer-info-group._2 {
  padding-bottom: 30px;
}

.link-black {
  color: var(--font);
  font-weight: 700;
  text-decoration: underline;
}

.footer-info {
  color: var(--white);
  padding-bottom: 10px;
}

.footer-grid-content {
  border-left: 1px solid var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.footerlink-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.footerlinks {
  color: var(--white);
  text-align: center;
  font-size: 15px;
  text-decoration: none;
}

.services-header-section {
  background-color: var(--red);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.services-toggle {
  border-bottom: 2px solid var(--white);
  color: var(--white);
  padding-bottom: 10px;
  transition: all .2s;
}

.services-toggle:hover {
  border-bottom-color: var(--white);
}

.area-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 90%;
}

.area-map-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.area-grid-content {
  border-left: 1px solid #000;
}

.area-map-html {
  height: 500px;
}

.area-map-html.tablet, .area-map-html.mobile {
  display: none;
}

.contact-group-div {
  font-size: 18px;
  display: flex;
}

.contact-group-div._2 {
  padding-bottom: 20px;
}

.contact-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 90%;
}

.contact-grid.home-1 {
  background-image: url('../images/masonry-page.webp');
  background-position: 50%;
  background-size: cover;
}

.contact-grid.h-2 {
  background-image: url('../images/home-page-3-2.JPG');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.contact-map-html.tablet, .contact-map-html.mobile {
  display: none;
}

.contact-grid-content {
  border-left: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.slide {
  background-image: url('../images/banner-1-7.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/19.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-link {
  width: 350px;
}

.int-link {
  color: var(--font);
  font-weight: 600;
}

.int-link.white {
  color: var(--white);
}

.media-group {
  padding-left: 20px;
}

.media-icon {
  width: 40px;
}

.fb-link-box {
  background-color: #000;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .2s;
}

.fb-link-box:hover {
  background-color: #b21717;
}

._2x1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.gallery-grid {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.thumbnail {
  width: 100%;
}

._2x2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

._3x2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.association-group {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.association-logo {
  background-color: var(--white);
  border-radius: 10px;
  width: 140px;
  margin-top: 10px;
  padding: 10px;
}

.media-vid {
  background-color: var(--smoke);
  display: flex;
}

.media-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 75%;
}

.media-div {
  justify-content: space-between;
  align-items: center;
  width: 1290px;
  display: flex;
}

.banner-overlay {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.banner-heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.banner-title {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

.banner-title.subhead {
  text-transform: capitalize;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
}

.banner-underline {
  background-color: var(--white);
  width: 300px;
  height: 3px;
}

.test-arrow {
  color: var(--font);
  transition: all .2s;
}

.test-arrow:hover {
  background-color: var(--smoke);
}

.right-arrow-2 {
  color: var(--font);
}

.test-slider {
  height: auto;
}

.test-mask {
  height: 500px;
}

.test-main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.test-group {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.rating {
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 26px;
  font-weight: 900;
  display: flex;
}

.rating._1 {
  border: 5px solid var(--red);
  color: var(--red);
  background-color: #0000;
  font-size: 23px;
}

.get-in-touch-button {
  border: 2px solid var(--white);
  background-color: var(--white);
  color: var(--red);
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 24px;
  transition: all .2s;
}

.get-in-touch-button:hover {
  color: var(--white);
  background-color: #0000;
}

.bullet-list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.heading-3 {
  border-bottom: 2px solid #000;
  margin-left: 0;
  margin-right: auto;
  font-size: 22px;
  font-weight: 500;
}

.heading-3.w {
  color: var(--silver);
  font-weight: 500;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.grid-images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.insta-feed {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.slide-nav {
  display: none;
}

.gallery-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  padding-top: 60px;
  display: grid;
}

.lb-img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .master-header-section {
    padding-bottom: 0;
  }

  .menu-group {
    align-items: center;
    width: 100%;
    padding-top: 20px;
  }

  .header-group {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .navbar {
    width: 100%;
  }

  .menu-button {
    color: var(--white);
    text-align: center;
    border-bottom: 1px solid #0000;
    width: 100%;
    transition: all .2s;
  }

  .menu-button:hover {
    border-bottom-color: var(--red);
    background-color: var(--maroon);
  }

  .menu-button.w--open, .menu-button.w--open:hover {
    background-color: var(--maroon);
  }

  .nav-link {
    color: var(--font);
    width: 100%;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    background-color: var(--red);
    color: var(--white);
    border-bottom-color: #0000;
  }

  .nav-link.w--current {
    background-color: var(--red);
    border-bottom-color: #0000;
  }

  .toggle {
    color: var(--font);
    width: 100%;
    padding-bottom: 20px;
  }

  .toggle:hover {
    background-color: var(--red);
    color: var(--white);
    border-bottom-color: #0000;
  }

  .toggle.w--open {
    background-color: var(--maroon);
    color: var(--white);
  }

  .dropdown-link:hover {
    background-color: var(--black);
    color: var(--white);
  }

  .mask {
    height: 550px;
  }

  .menu-link-div {
    width: 96%;
  }

  .menu-link-label {
    height: 60px;
    font-size: 17px;
    line-height: 20px;
  }

  .menu-link {
    height: 150px;
  }

  .content-div.centre, .content-div.contact {
    width: 90%;
  }

  ._3x1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .grid-image._4 {
    width: 100%;
    margin-bottom: 20px;
  }

  .grid-image._6 {
    margin-bottom: 20px;
  }

  .grid-image._3, .grid-image._5, .grid-image._7, .grid-image._9, .grid-image._11, .grid-image._12 {
    min-height: 400px;
  }

  .grid-image.p-1 {
    width: 100%;
    margin-bottom: 20px;
  }

  .grid-image.p-2 {
    width: 100%;
  }

  .grid-content.outline {
    border-color: var(--silver);
  }

  .grid-content.d-1 {
    min-height: 400px;
  }

  .grid-content.d-2 {
    min-height: 400px;
    margin-top: 20px;
  }

  .grid-content.stone-1, .grid-content.stone-2, .grid-content.dry-1 {
    min-height: 400px;
  }

  .grid-content.dry-2 {
    min-height: 400px;
    margin-top: 20px;
  }

  .grid-content.r-1, .grid-content.r-2 {
    min-height: 400px;
  }

  .p.white {
    margin-top: 20px;
  }

  .p.white._1 {
    display: block;
  }

  .list-group {
    display: flex;
  }

  .list-group.hzl._1 {
    flex-direction: column;
  }

  .list._3-row {
    grid-template-columns: 1fr 1fr;
  }

  .list.w._3-row, .list._4-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .footer-section {
    padding-bottom: 100px;
  }

  .dropdown {
    text-align: right;
    width: 100%;
  }

  .services-header-section {
    padding-bottom: 0;
  }

  .services-toggle {
    background-color: var(--red);
    border-bottom-color: #0000;
    width: 100%;
    padding-bottom: 20px;
  }

  .services-toggle:hover {
    border-bottom-color: #0000;
  }

  .services-toggle.w--open {
    background-color: var(--red);
  }

  .area-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .area-grid-content {
    border-left-width: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .area-list-group {
    display: flex;
  }

  .area-map-html {
    display: none;
  }

  .area-map-html.tablet {
    height: 400px;
    display: block;
  }

  .area-map-html.mobile {
    display: none;
  }

  .contact-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .contact-grid.home-1 {
    width: 100%;
    min-height: 350px;
  }

  .contact-grid.h-2 {
    min-height: 350px;
  }

  .contact-map-html {
    display: none;
  }

  .contact-map-html.tablet {
    display: block;
  }

  .contact-map-html.mobile {
    display: none;
  }

  .contact-grid-content {
    border-left-width: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .home-link {
    width: 60%;
  }

  ._2x1 {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  ._2x2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  ._3x2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .media-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .test-arrow, .right-arrow-2 {
    width: 40px;
    font-size: 26px;
  }

  .grid-images {
    flex-flow: column;
    display: flex;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .header-info-group {
    flex-direction: column;
  }

  .header-info-div {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .mask {
    height: 400px;
  }

  .menu-link-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .menu-link-label {
    justify-content: center;
    height: auto;
  }

  .menu-link {
    height: auto;
  }

  .h1 {
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 30px;
  }

  .h1.subheading {
    font-size: 20px;
    line-height: 26px;
  }

  ._3x1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-image, .grid-image._3, .grid-image._5, .grid-image._7, .grid-image._9, .grid-image._11, .grid-image._12 {
    min-height: 300px;
  }

  .grid-content.m-1, .grid-content.m-02 {
    min-height: 400px;
    margin-top: 20px;
  }

  .h2.test {
    font-size: 22px;
    line-height: 28px;
  }

  .list-group, .list-group.hzl {
    flex-direction: column;
  }

  .list-group.hzl._1, .list.white.centre {
    align-items: flex-start;
  }

  .list.w, .list.w._3-row {
    grid-template-columns: 1fr 1fr;
  }

  .list._2-row {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-template-columns: 1fr;
  }

  .list._4-row {
    grid-template-columns: 1fr 1fr;
  }

  .footer-section {
    padding-bottom: 140px;
  }

  .footer-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-map-html {
    display: none;
  }

  .footer-map-html.mobile {
    height: 300px;
    display: block;
  }

  .footer-group._2 {
    padding-bottom: 30px;
  }

  .h5 {
    padding-bottom: 20px;
    font-size: 22px;
  }

  .area-map-html.tablet {
    display: none;
  }

  .area-map-html.mobile {
    height: 300px;
    display: block;
  }

  .contact-map-html.tablet {
    display: none;
  }

  .contact-map-html.mobile {
    display: block;
  }

  .home-link {
    width: 80%;
  }

  .media-group {
    padding-top: 10px;
    padding-left: 0;
  }

  ._2x1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .gallery-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  ._2x2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .media-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .test-mask {
    height: 600px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .header-info-group {
    flex-direction: column;
  }

  .mask {
    height: 300px;
  }

  .h1 {
    font-size: 26px;
    line-height: 28px;
  }

  .h1.subheading {
    font-size: 18px;
    line-height: 24px;
  }

  .grid-image, .grid-image._3, .grid-image._5, .grid-image._7, .grid-image._9, .grid-image._11 {
    min-height: 200px;
  }

  .grid-image._12 {
    min-height: 250px;
  }

  .grid-content.d-1, .grid-content.d-2, .grid-content.stone-1, .grid-content.stone-2, .grid-content.m-1, .grid-content.m-02, .grid-content.r-1, .grid-content.r-2 {
    min-height: 200px;
  }

  .h2 {
    text-align: center;
    padding-bottom: 10px;
    line-height: 30px;
  }

  .h2.white {
    margin-top: 20px;
  }

  .list-group {
    flex-direction: column;
  }

  .list._3-row, .list.w, .list.w._3-row, .list._4-row {
    grid-template-columns: 1fr;
  }

  .footer-group._2 {
    padding-bottom: 20px;
  }

  .footer-grid-content {
    border-left-width: 0;
    padding-left: 0;
  }

  .area-list-group {
    flex-direction: column;
  }

  .contact-grid.home-1, .contact-grid.h-2 {
    min-height: 250px;
  }

  .home-link {
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  ._2x1 {
    display: flex;
  }

  .gallery-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .banner-underline {
    width: 100%;
  }

  .test-arrow, .right-arrow-2 {
    display: none;
  }

  .test-mask {
    height: 700px;
  }

  .test-main {
    justify-content: flex-start;
    padding-top: 30px;
  }

  .test-group {
    width: 90%;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }
}

#w-node-_04052084-8d90-9991-d7cc-1e200e56f6b7-a7ccbb9c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c0e1179d-ad16-e216-050f-d5df7e24e515-a7ccbb9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_910b9007-640c-a086-4f4f-2e3324d3c60b-a7ccbb9c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_171bf3a0-f439-2912-4e88-113e8016d6a0-c8abc4a0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a45938bd-a718-12ee-1bea-15dc1b4e4bf9-c8abc4a0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_712d6746-f955-6b9a-a5b7-0db0c8abc4a6-c8abc4a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_04052084-8d90-9991-d7cc-1e200e56f6b7-4bccbb9d, #w-node-_42769a85-824b-78e8-582a-5daec726bf0f-4bccbb9d, #w-node-_6a90a3dd-7855-698b-9813-d90b183ec96b-4bccbb9d, #w-node-_01431743-be24-5165-9dd4-b063cbe48ee5-4bccbb9d, #w-node-_04052084-8d90-9991-d7cc-1e200e56f6b7-48ccbb9e, #w-node-_86955638-ada0-f7aa-3609-fec33afe2e0c-48ccbb9e, #w-node-_04052084-8d90-9991-d7cc-1e200e56f6b7-47ccbb9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3016a4a9-a472-5fc4-17d8-eec3412332dd-ffccbba0, #w-node-_463cab30-2a60-b88d-6f9a-a1b2d5e2e376-ffccbba0, #w-node-_5b7fad75-16f3-ed82-458c-eaa5aff6333a-ffccbba0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_04052084-8d90-9991-d7cc-1e200e56f6b7-1cc5f733, #w-node-e66f4f80-578d-2777-cc84-11f03bbbf500-1cc5f733, #w-node-_4c2eabae-7e87-3f81-80c7-9960ce1adfca-1cc5f733, #w-node-bf78c96a-d178-50ed-5e6e-519689feb708-1cc5f733 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04052084-8d90-9991-d7cc-1e200e56f6b7-0fe3f9db {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3d5b240e-87e5-dd45-18c9-271f45821cc5-0fe3f9db, #w-node-_13bda9ec-abb7-88eb-fca5-a98644eb601c-41d2e414, #w-node-_038aad9e-fc2c-27e7-d435-40a070e36da9-41d2e414, #w-node-_27e7da6e-20d3-2062-260b-1ce4fe6a7ba4-41d2e414, #w-node-_64c74e5e-e901-071d-cf73-1e67b65b64c5-41d2e414, #w-node-f25bd41f-4160-3d65-ad5a-b821f1601e32-41d2e414, #w-node-fcc99df1-a95f-c581-217d-87fc3e375545-41d2e414, #w-node-_2eb566c2-b5ea-ede8-d1f4-5efe94a792bf-41d2e414, #w-node-_8581a70e-c575-a47a-0be1-d7c11d79f799-41d2e414, #w-node-ee03cf48-3257-737b-3ccc-8da0cc078921-41d2e414, #w-node-_5a9e9f12-6999-ec99-0f1f-618ee649f789-41d2e414, #w-node-_4bbd3a0b-e64a-d260-80f8-745c76b784b2-41d2e414, #w-node-_6d8b75be-c90b-c1c8-e1c7-b46bc5124f27-41d2e414, #w-node-_9c8e8826-c4d7-fb9d-0f36-864109349fc4-41d2e414, #w-node-_16cb302c-9a60-307e-3162-12a252fa15f5-41d2e414, #w-node-_6f2be6dc-498e-c16a-de2d-c85fe6d016bd-41d2e414, #w-node-b0a3695d-2166-c2f1-4989-456d45dce721-41d2e414, #w-node-_503e5d80-f00c-903f-0f4e-d8cadfd4caca-41d2e414, #w-node-ef1b19bd-5b70-47fa-26ff-3d6dcd5ce1ff-41d2e414, #w-node-fe4009f8-006e-08f8-4415-2931302452fe-41d2e414, #w-node-_8fd9fc68-ea95-23b1-4456-455864a23e46-41d2e414, #w-node-_1c3bd182-16c1-6385-ab5f-5f09bf3799a9-41d2e414, #w-node-_0a1301fb-88d1-fff2-d22d-7d566a3490a2-41d2e414 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_04052084-8d90-9991-d7cc-1e200e56f6b7-a7ccbb9c, #w-node-b814d2cf-2c32-5c21-5cad-be08424816f2-a7ccbb9c, #w-node-_910b9007-640c-a086-4f4f-2e3324d3c60b-a7ccbb9c, #w-node-_910b9007-640c-a086-4f4f-2e3324d3c60c-a7ccbb9c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_171bf3a0-f439-2912-4e88-113e8016d6a0-c8abc4a0, #w-node-_712d6746-f955-6b9a-a5b7-0db0c8abc4a6-c8abc4a0 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_04052084-8d90-9991-d7cc-1e200e56f6b7-4bccbb9d, #w-node-b814d2cf-2c32-5c21-5cad-be08424816f2-48ccbb9e, #w-node-_04052084-8d90-9991-d7cc-1e200e56f6b7-48ccbb9e, #w-node-_04052084-8d90-9991-d7cc-1e200e56f6b7-47ccbb9f, #w-node-b814d2cf-2c32-5c21-5cad-be08424816f2-47ccbb9f, #w-node-ecc7c599-518a-7470-6f6f-fe911778cfea-47ccbb9f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3d256bb0-187f-d76c-7c04-7e18852c2f72-47ccbb9f, #w-node-_3d256bb0-187f-d76c-7c04-7e18852c2f7e-47ccbb9f, #w-node-_463cab30-2a60-b88d-6f9a-a1b2d5e2e376-ffccbba0, #w-node-_5b7fad75-16f3-ed82-458c-eaa5aff6333a-ffccbba0, #w-node-_3016a4a9-a472-5fc4-17d8-eec3412332de-ffccbba0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04052084-8d90-9991-d7cc-1e200e56f6b7-1cc5f733, #w-node-b814d2cf-2c32-5c21-5cad-be08424816f2-1cc5f733, #w-node-_013d6835-813c-21f3-5152-4a071d3a08b5-1cc5f733, #w-node-_04052084-8d90-9991-d7cc-1e200e56f6b7-0fe3f9db, #w-node-b814d2cf-2c32-5c21-5cad-be08424816f2-0fe3f9db {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_910b9007-640c-a086-4f4f-2e3324d3c60b-a7ccbb9c, #w-node-_910b9007-640c-a086-4f4f-2e3324d3c60c-a7ccbb9c, #w-node-a45938bd-a718-12ee-1bea-15dc1b4e4bf9-c8abc4a0, #w-node-_712d6746-f955-6b9a-a5b7-0db0c8abc4a6-c8abc4a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42769a85-824b-78e8-582a-5daec726bf0f-4bccbb9d, #w-node-_6a90a3dd-7855-698b-9813-d90b183ec96b-4bccbb9d, #w-node-_01431743-be24-5165-9dd4-b063cbe48ee5-4bccbb9d, #w-node-_86955638-ada0-f7aa-3609-fec33afe2e0c-48ccbb9e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5b7fad75-16f3-ed82-458c-eaa5aff6333a-ffccbba0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3d5b240e-87e5-dd45-18c9-271f45821cc5-0fe3f9db {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


