:root {
  --black: black;
  --company-blue: #124362;
  --company-orange: #ef5a28;
  --white: white;
}

.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;
}

.header-section {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.header-div {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

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

.telephone-p {
  margin-bottom: 10px;
}

.black-no-line {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.body {
  font-family: Lato, sans-serif;
}

.email-no-line {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.enquire {
  background-color: var(--company-blue);
  padding-left: 30px;
  padding-right: 30px;
  transition: background-color .2s;
}

.enquire:hover {
  background-color: var(--company-orange);
}

.slider {
  height: 600px;
}

.slide {
  background-image: url('../images/homepage-banner-3.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._1 {
  background-image: url('../images/homepage-banner-2.webp');
}

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

.top-section {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
  display: flex;
}

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

.black-h1 {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
}

.p-black {
  color: var(--black);
  text-align: center;
}

.contact-us-button {
  background-color: var(--company-blue);
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  transition: background-color .2s;
}

.contact-us-button:hover {
  background-color: var(--company-orange);
}

.menu-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 40px;
}

.navbar {
  z-index: 4;
  background-color: #0000;
  justify-content: space-between;
  width: 90%;
  display: flex;
}

.nav-link {
  z-index: 1;
  background-color: var(--company-blue);
  color: var(--white);
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 400;
  transition: background-color .2s;
}

.nav-link:hover {
  background-color: var(--company-orange);
}

.nav-link.w--current {
  background-color: var(--company-orange);
  color: var(--white);
}

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

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

.grid-home-3 {
  grid-template-rows: auto;
  margin-bottom: 60px;
}

.image-home-1 {
  background-image: url('../images/House-Extensions-3.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 400px;
}

.p-white-boxes {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
}

.image-home-2 {
  background-image: url('../images/Garage-conversions-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.image-home-2.mobile {
  display: none;
}

.image-home-3 {
  background-image: url('../images/5e5f9602873225a99c568070_House-Renovations.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.image-home-4 {
  background-image: url('../images/Building-Services-18.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.image-home-4.mobile {
  display: none;
}

.image-home-5 {
  background-image: url('../images/areas.webp');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

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

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

.h2-orange {
  color: var(--company-orange);
  margin-bottom: 20px;
}

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

.h3-white {
  color: var(--white);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.contact-form-section {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 10px;
  display: flex;
}

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

.html-embed {
  width: 100%;
  margin-left: -10px;
}

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

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

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: center;
}

.white-p-left-align {
  color: var(--company-orange);
}

.orange-link-no-line, .orange-link-no-line.w--current {
  color: var(--company-orange);
  text-decoration: none;
}

.orange-p {
  color: var(--company-orange);
  text-align: center;
}

.orange-p-right-align {
  color: var(--company-orange);
  text-align: right;
  margin-bottom: 10px;
}

.h4-white {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.h4-white.right {
  text-align: right;
}

.h4-white-right-align {
  color: var(--white);
  text-align: right;
}

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

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

.h2-boxes {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  display: flex;
}

.h3-boxes {
  color: var(--company-orange);
  text-align: center;
  margin-top: 0;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
}

.box-button {
  background-color: var(--company-orange);
  text-transform: uppercase;
  margin-top: 20px;
  transform: scale(1);
}

.box-button:hover {
  transform: scale(1.1);
}

.body-2 {
  font-family: Lato, sans-serif;
}

.menu-div-2 {
  background-color: var(--company-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  top: 40px;
}

.navbar-2 {
  background-color: #0000;
  justify-content: space-between;
  display: flex;
}

.grid-services {
  grid-template-rows: auto;
  margin-bottom: 0;
}

.grid-services.small {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-services.small._2-grid {
  grid-template-columns: 1fr 1fr;
}

.building-1 {
  background-image: url('../images/building-services-1.webp');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.building-2 {
  background-image: url('../images/building-services-2.webp');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.building-2._3 {
  background-image: url('../images/building-services-4.webp');
}

.building-2._4 {
  background-image: url('../images/building-services-7.webp');
}

.body-link-white {
  color: var(--white);
  font-weight: 700;
}

.body-3 {
  font-family: Lato, sans-serif;
}

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

.body-4, .body-5, .body-6 {
  font-family: Lato, sans-serif;
}

.areas-section {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

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

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

.html-embed-2 {
  height: 450px;
}

.areas-p {
  line-height: 37px;
}

.h3-white-areas {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.body-7, .body-8 {
  font-family: Lato, sans-serif;
}

.contact-form-section-contact-page {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

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

.body-9 {
  font-family: Lato, sans-serif;
}

.ex-1 {
  background-image: url('../images/gde-1.webp');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.ex-2 {
  background-image: url('../images/house-extensions-1.webp');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.reno-1 {
  background-image: url('../images/house-renovations-1.webp');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.reno-1._4 {
  background-image: url('../images/house-renovations-5.webp');
}

.reno-2 {
  background-image: url('../images/house-renovations-2.webp');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.reno-2._1 {
  background-image: url('../images/house-renovations-1_1.webp');
}

.reno-2._2 {
  background-image: url('../images/house-renovations-2_1.webp');
}

.reno-2._3 {
  background-image: url('../images/house-renovations-4.webp');
}

.reno-2._5 {
  background-image: url('../images/house-renovations-6.webp');
}

.garage-1 {
  background-image: url('../images/garage-conversions-1.webp');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.garage-2 {
  background-image: url('../images/Garage-Conversions-3.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.footer-links {
  background-color: var(--company-blue);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footers-link-p {
  color: var(--white);
  text-align: center;
}

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

.social-media-div {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.social-media-div.footer {
  margin-top: 20px;
}

.image {
  margin-right: 15px;
}

.insta-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.insta-div {
  width: 100%;
}

.body-10 {
  font-family: Lato, sans-serif;
}

.gallery-h2 {
  color: var(--company-orange);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 700;
}

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

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

.gallery-h2-more-padding {
  color: var(--company-orange);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 700;
}

.image-7 {
  background-image: url('../images/Garage-Conversion.jpg');
  background-position: 50%;
  background-size: cover;
}

.fed-email-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fed-div {
  margin-right: 10px;
}

.master-fed-copyright-div {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-31 {
  margin-bottom: 40px;
}

.home-image-grid {
  grid-template-rows: auto;
  margin-top: 40px;
}

.blue-div-home {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.h2-orange-home {
  color: var(--company-orange);
  text-align: center;
  margin-bottom: 20px;
}

.guild-1 {
  background-image: url('../images/homepage-1.webp');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.guild-2 {
  background-image: url('../images/hpbrick.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.grid-mob {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

.grid-home-2, .grid-home-4, .grid-home-5, .grid-home-36 {
  grid-template-rows: auto;
  margin-bottom: 60px;
}

.grid-2-mob, .grid-2-mob-3 {
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: center;
  display: none;
}

.master-fed-copyright-div-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.fb-reviews {
  width: 100%;
  margin-top: 40px;
}

._3x1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.guild-3 {
  background-image: url('../images/homepage-2-1.webp');
  background-position: 50%;
  background-size: cover;
}

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

.list {
  color: var(--white);
  padding-left: 20px;
}

.list.b {
  color: var(--black);
}

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

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

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

.h3list {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.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%;
}

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

@media screen and (max-width: 991px) {
  .header-div {
    justify-content: center;
    align-items: center;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    place-items: center;
    display: block;
  }

  .telephone-p, .email-no-line {
    text-align: center;
  }

  .logo-link-block.w--current {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .enquire-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .enquire {
    display: none;
  }

  .slider {
    height: 400px;
  }

  .top-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .black-h1 {
    font-size: 30px;
  }

  .menu-div {
    top: 0;
  }

  .navbar {
    background-color: var(--company-blue);
    width: 100%;
  }

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

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

  .h2-orange {
    text-align: center;
  }

  .menu-div-2 {
    top: 0;
  }

  .navbar-2 {
    background-color: var(--company-blue);
    width: 100%;
  }

  .grid-services.small {
    grid-template-columns: 1fr 1fr;
  }

  .building-1, .building-2 {
    height: 300px;
  }

  .grid-3 {
    grid-template-columns: .5fr 1.5fr;
  }

  .social-media-div {
    margin-bottom: 0;
  }

  .h2-orange-home {
    text-align: center;
  }

  .grid-mob {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .image-32 {
    margin-right: 10px;
  }

  .master-fed-copyright-div-2 {
    display: none;
  }

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

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

@media screen and (max-width: 767px) {
  .header-section {
    padding-top: 10px;
  }

  .top-section {
    margin-top: 40px;
  }

  .grid-home-3 {
    grid-template-columns: 1fr;
  }

  .image-home-2 {
    display: none;
  }

  .image-home-2.mobile {
    margin-bottom: 20px;
    display: block;
  }

  .image-home-4 {
    display: none;
  }

  .image-home-4.mobile {
    margin-bottom: 20px;
    padding-bottom: 0;
    display: block;
  }

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

  .logo-bottom-of-page.w--current {
    margin-bottom: 20px;
  }

  .nav-div {
    width: 100%;
  }

  .direct-contact-div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .grid-services.small {
    grid-template-columns: 1fr 1fr;
  }

  .ex-1, .ex-2, .reno-1, .reno-2, .garage-1, .garage-2 {
    height: 300px;
  }

  .image-7 {
    height: 200px;
  }

  .master-fed-copyright-div {
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-31 {
    margin-bottom: 20px;
  }

  .home-image-grid {
    grid-template-columns: 1fr;
  }

  .guild-1, .guild-2 {
    height: 300px;
  }

  .grid-home-2 {
    grid-template-columns: 1fr;
  }

  .grid-home-4 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .grid-home-5 {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
    display: block;
  }

  .grid-home-36 {
    grid-template-columns: 1fr;
    display: block;
  }

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

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

  .image-33 {
    margin-bottom: 20px;
  }

  .master-fed-copyright-div-2 {
    display: flex;
  }

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

  .guild-3 {
    height: 300px;
  }

  .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;
  }
}

@media screen and (max-width: 479px) {
  .black-h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .image-home-1 {
    height: 200px;
  }

  .image-home-2 {
    height: 200px;
    display: none;
  }

  .image-home-2.mobile {
    margin-bottom: 20px;
    display: block;
  }

  .image-home-3 {
    height: 200px;
  }

  .image-home-4 {
    height: 200px;
    display: none;
  }

  .image-home-4.mobile {
    margin-bottom: 20px;
    display: block;
  }

  .image-home-5 {
    height: 200px;
  }

  .blue-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .footer-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .nav-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .direct-contact-div {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .orange-p-right-align {
    text-align: center;
  }

  .h4-white {
    text-align: left;
  }

  .h4-white-right-align {
    text-align: center;
  }

  .h2-boxes {
    font-size: 25px;
  }

  .h3-boxes {
    font-size: 16px;
    line-height: 23px;
  }

  .grid-services, .grid-services.small, .grid-services.small._2-grid, .grid-3 {
    grid-template-columns: 1fr;
  }

  .image {
    height: 30px;
  }

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

  .master-fed-copyright-div {
    align-items: flex-start;
  }

  .image-31 {
    margin-bottom: 30px;
  }

  .h2-orange-home {
    margin-top: 0;
  }

  .grid-home-4 {
    margin-bottom: 0;
  }

  .grid-home-5, .grid-home-36 {
    display: block;
  }

  .grid-2-mob-3 {
    grid-template-columns: 1fr;
  }

  .master-fed-copyright-div-2 {
    justify-content: center;
    align-items: center;
  }

  .list.b._4 {
    text-align: center;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .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;
  }

  ._2x1 {
    grid-template-columns: 1fr;
    display: block;
  }

  .heading, .heading-2 {
    font-size: 22px;
  }

  .image-34 {
    width: auto;
    height: 30px;
  }
}

#w-node-bc358de9-ee8d-5f99-d91f-f23bc4ea71ca-78ef890d {
  place-self: center;
}

#w-node-_3014bb18-3ddb-d4ad-4ceb-1b97fdac3f1e-fdac3f17 {
  justify-self: start;
}

#w-node-_3014bb18-3ddb-d4ad-4ceb-1b97fdac3f1b-fdac3f17 {
  align-self: start;
}

#w-node-_3014bb18-3ddb-d4ad-4ceb-1b97fdac3f3e-fdac3f17 {
  place-self: start end;
}

#w-node-_76d3f2fa-e531-209a-4066-fc44db11b007-fdac3f17 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-b8f22ea5-e077-6eca-bcf1-c3ada91ea91f-fee6c5a5 {
  place-self: center start;
}

#w-node-dc51f01d-1468-47ff-2e94-f3b7fee6c5af-fee6c5a5 {
  place-self: center;
}

#w-node-dc51f01d-1468-47ff-2e94-f3b7fee6c5b1-fee6c5a5 {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-b8f22ea5-e077-6eca-bcf1-c3ada91ea91f-fee6c5a5, #w-node-dc51f01d-1468-47ff-2e94-f3b7fee6c5af-fee6c5a5, #w-node-dc51f01d-1468-47ff-2e94-f3b7fee6c5b1-fee6c5a5 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bd5c52ea-c2bc-e37a-50a6-53a504b7c451-78ef890d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3014bb18-3ddb-d4ad-4ceb-1b97fdac3f1b-fdac3f17 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_76d3f2fa-e531-209a-4066-fc44db11b007-fdac3f17 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3014bb18-3ddb-d4ad-4ceb-1b97fdac3f1b-fdac3f17 {
    grid-column-end: 2;
  }

  #w-node-_76d3f2fa-e531-209a-4066-fc44db11b007-fdac3f17 {
    grid-column: span 1 / span 1;
  }
}


