.body {
  font-family: Muli, sans-serif;
  font-weight: 600;
}

.top-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
}

.nav-section {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(34, 34, 34, 0.2);
}

.top-address-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-tel-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-email-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.area-icon {
  margin-right: 10px;
}

.email-icon {
  margin-right: 10px;
}

.address {
  color: #fff;
}

.tel-link {
  color: #fff;
  text-decoration: none;
}

.tel-link._2 {
  margin-left: 10px;
}

.email-link {
  color: #fff;
  text-decoration: none;
}

.nav-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.navlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 3px;
  padding: 15px 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.navlink:hover {
  border-bottom-color: #174858;
}

.navlink.w--current {
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #174858;
  color: #222;
  font-size: 13px;
  font-weight: 600;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.main-slider {
  height: 500px;
  margin-top: 40px;
}

.slide-nav {
  display: none;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slider-top-div {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.request-a-callback-button {
  position: fixed;
  left: auto;
  top: 150px;
  right: 0%;
  bottom: auto;
  z-index: 11;
  width: 200px;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 18px;
  padding-left: 24px;
  border-top: 2px solid hsla(0, 0%, 100%, 0.5);
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.5);
  border-left: 2px solid hsla(0, 0%, 100%, 0.5);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: rgba(23, 72, 88, 0.95);
  box-shadow: 2px 2px 5px 0 #000;
  opacity: 1;
  -webkit-transition: background-color 800ms ease;
  transition: background-color 800ms ease;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  text-align: left;
}

.request-a-callback-button:hover {
  background-color: #222;
}

.slide-1 {
  background-image: url('../images/AdobeStock_83415415.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.body-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-div-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 960px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 26px;
  color: #174858;
  font-size: 24px;
  line-height: 32px;
}

.h1.small {
  font-size: 23px;
}

.p {
  margin-bottom: 0px;
  color: #222;
}

.body-left-div {
  width: 48%;
}

.image-right-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  min-height: 449px;
  margin-top: 2px;
  background-image: url('../images/AdobeStock_138122637.jpeg');
  background-position: 55% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-right-div.home {
  background-image: url('../images/AdobeStock_67628051.jpeg');
}

.image-right-div.building {
  background-image: url('../images/AdobeStock_187633172.jpeg');
}

.image-right-div.newbuilds {
  display: block;
  background-image: url('../images/AdobeStock_90842475.jpeg');
  background-position: 80% 50%;
}

.image-right-div.renovations {
  background-image: url('../images/AdobeStock_219425449.jpeg');
  background-position: 50% 50%;
}

.image-right-div.barn {
  background-image: url('../images/AdobeStock_150539764.jpeg');
}

.green-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #174858;
}

.green-div {
  width: 95%;
  max-width: 960px;
  min-height: 100px;
}

.h2-white {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
}

.p-white {
  margin-bottom: 0px;
  color: #fff;
}

.p-white._50 {
  width: 50%;
  margin-bottom: 0px;
  line-height: 24px;
}

.bullets-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.p-50 {
  margin-bottom: 0px;
  color: #222;
}

.body-div-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 960px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h2-teal {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #174858;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
}

.h3 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 30px;
  background-color: #174858;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
}

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

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #000;
}

.footer-links {
  width: 100%;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.bottom-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
}

.bottom-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 960px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bottom-left-div {
  width: 48%;
  min-height: 100px;
}

.bottom-right-div {
  width: 48%;
  min-height: 50px;
}

.bottom-headings {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  color: #fff;
}

.bottom-line {
  width: 100px;
  height: 2px;
  margin-bottom: 20px;
  background-color: #fff;
}

.bottom-tel-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.bottom-email-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bottom-address-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bottom-icon {
  width: 22px;
  margin-right: 10px;
}

.bottom-tel {
  color: #fff;
  text-decoration: none;
}

.bottom-tel._1 {
  margin-right: 10px;
}

.link {
  color: #fff;
  text-decoration: none;
}

.bottom-address {
  color: #fff;
}

.contact-form {
  height: 280px;
  margin-top: -10px;
  margin-left: -20px;
}

.lower-body-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dark-slider {
  height: 300px;
  margin-top: 40px;
}

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

.left-arrow-2 {
  display: none;
}

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

.dark-slide-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.85)), to(rgba(34, 34, 34, 0.85))), url('../images/AdobeStock_83415415.jpeg');
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.85), rgba(34, 34, 34, 0.85)), url('../images/AdobeStock_83415415.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.dark-slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.85)), to(rgba(34, 34, 34, 0.85))), url('../images/AdobeStock_247127825-1.jpeg');
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.85), rgba(34, 34, 34, 0.85)), url('../images/AdobeStock_247127825-1.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slider-div {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dark-slider-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
}

.bold-headings {
  font-size: 15px;
  line-height: 22px;
  font-weight: 800;
  text-transform: uppercase;
}

._3-block-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  margin-top: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._3-box-text-left {
  width: 31%;
  padding: 30px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
}

._3-box-text-mid {
  width: 31%;
  padding: 30px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
}

._3-box-text-right {
  width: 31%;
  padding: 30px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
}

.list {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 20px;
  color: #fff;
}

.list.bottom {
  margin-bottom: 20px;
}

.list-item {
  margin-bottom: 8px;
}

.list-item.bottom {
  margin-bottom: 0px;
}

.areas-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 960px;
  min-height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.areas-list {
  width: 20%;
  margin-bottom: 0px;
  color: #fff;
  line-height: 32px;
}

.html-embed {
  width: 80%;
}

.site-map-link {
  width: 100%;
  margin-bottom: 5px;
  color: #222;
  text-decoration: none;
}

.footer-link {
  color: hsla(0, 0%, 100%, 0.5);
  text-decoration: none;
}

.body-link-white {
  color: #fff;
  text-decoration: underline;
}

.body-link-black {
  color: #222;
}

.h3-link {
  color: #fff;
  text-decoration: none;
}

.body-tel-link {
  color: #222;
  text-decoration: none;
}

.fmb-logo {
  margin-right: 20px;
  margin-bottom: 20px;
}

.callback-button-mobile {
  position: fixed;
  left: auto;
  top: 150px;
  right: 0%;
  bottom: auto;
  z-index: 11;
  display: none;
  width: 200px;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 18px;
  padding-left: 24px;
  border-top: 2px solid hsla(0, 0%, 100%, 0.5);
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.5);
  border-left: 2px solid hsla(0, 0%, 100%, 0.5);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: rgba(23, 72, 88, 0.95);
  box-shadow: 2px 2px 5px 0 #000;
  opacity: 1;
  -webkit-transition: background-color 800ms ease;
  transition: background-color 800ms ease;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  text-align: left;
}

.callback-button-mobile:hover {
  background-color: #222;
}

.top-contact-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-body-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 960px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
}

.contact-div-top-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-div-bottom-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-tel-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-email-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-address-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.email-black-icon {
  margin-right: 0px;
  padding: 8px;
}

.address-icon {
  margin-right: 5px;
  padding: 5px;
}

.telephone-icon {
  margin-right: 5px;
}

.contact-info {
  margin-bottom: 0px;
  color: #fff;
}

.body-link-no-line {
  color: #fff;
  text-decoration: none;
}

.body-link-no-line._2 {
  margin-left: 5px;
}

.contact-map {
  width: 65%;
  height: 260px;
}

.contact-us-form-div {
  width: 30%;
}

.contact-us-form {
  height: 300px;
  margin-top: -20px;
  margin-left: -20px;
}

@media (max-width: 991px) {
  .top-section {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-section {
    top: 93px;
  }
  .top-tel-div {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .navbar {
    width: 60%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .navlink {
    margin-right: 0px;
    padding-right: 14px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .navlink.w--current {
    margin-right: 0px;
    padding-right: 14px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #174858;
    color: #fff;
    text-align: right;
  }
  .nav-menu {
    background-color: #f7f7f7;
  }
  .main-slider {
    height: 310px;
    margin-top: 93px;
  }
  .slider-top-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .request-a-callback-button {
    position: absolute;
    top: 200px;
    z-index: 2;
    display: none;
    width: 271px;
    font-size: 20px;
    line-height: 30px;
  }
  .body-div-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .body-left-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-right-div {
    width: 100%;
    margin-top: 30px;
  }
  .image-right-div.home {
    display: none;
  }
  .image-right-div.newbuilds {
    display: block;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .p-white._50 {
    width: 100%;
  }
  .bullets-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .dark-slider {
    height: 200px;
    margin-top: 93px;
  }
  .slider-div {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  ._3-block-text-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._3-box-text-left {
    width: 100%;
    margin-bottom: 30px;
  }
  ._3-box-text-mid {
    width: 100%;
    margin-bottom: 30px;
  }
  ._3-box-text-right {
    width: 100%;
  }
  .areas-list {
    width: 30%;
  }
  .html-embed {
    width: 70%;
  }
  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
  }
  .menu-button.w--open {
    background-color: #fff;
  }
  .icon {
    margin-top: 3px;
    color: #222;
  }
  .callback-button-mobile {
    position: static;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    line-height: 24px;
  }
  .callback-button-mobile.home {
    margin-top: 20px;
  }
  .contact-div-top-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-div-bottom-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-tel-div {
    width: 100%;
  }
  .contact-email-div {
    width: 100%;
  }
  .contact-address-div {
    width: 100%;
  }
  .contact-map {
    width: 100%;
    height: 260px;
    margin-bottom: 30px;
  }
  .contact-us-form-div {
    width: 100%;
  }
  .big-image {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .top-section {
    position: static;
  }
  .nav-section {
    position: static;
    top: 116px;
  }
  .top-tel-div {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .main-slider {
    margin-top: 0px;
  }
  .body-section {
    padding: 30px;
  }
  .image-right-div {
    min-height: 300px;
  }
  .green-section {
    padding: 30px;
  }
  .footer-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .bottom-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .bottom-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bottom-left-div {
    width: 100%;
  }
  .bottom-right-div {
    width: 100%;
    margin-top: 20px;
  }
  .lower-body-section {
    padding: 30px;
  }
  .dark-slider {
    margin-top: 0px;
  }
  .slider-div {
    padding-left: 30px;
  }
  .dark-slider-text {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }
  .areas-list {
    width: 35%;
  }
  .html-embed {
    width: 65%;
  }
  .callback-button-mobile {
    margin-left: 10px;
    font-size: 17px;
  }
  .callback-button-mobile.home {
    padding-top: 15px;
    padding-bottom: 13px;
    line-height: 20px;
  }
  .top-contact-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 479px) {
  .top-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-section {
    top: 134px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-address-div {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top-email-div {
    margin-left: 0px;
  }
  .area-icon {
    display: none;
  }
  .email-icon {
    display: none;
  }
  .address {
    text-align: center;
  }
  .tel-link {
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
  }
  .tel-link._2 {
    margin-right: 0px;
    margin-left: 5px;
    text-align: center;
  }
  .email-link {
    text-align: center;
  }
  .nav-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .co-logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navbar {
    width: 100%;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .co-logo {
    width: 90%;
    max-width: 280px;
  }
  .navlink {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navlink.w--current {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-slider {
    height: 260px;
  }
  .slider-top-div {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .body-section {
    padding: 20px;
  }
  .h1 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
  }
  .image-right-div {
    min-height: 200px;
  }
  .image-right-div.home {
    min-height: 280px;
  }
  .image-right-div.building {
    min-height: 200px;
    margin-top: 20px;
  }
  .image-right-div.newbuilds {
    min-height: 180px;
  }
  .image-right-div.renovations {
    min-height: 180px;
  }
  .green-section {
    padding: 20px;
  }
  .h2-white {
    margin-bottom: 20px;
  }
  .large-image {
    margin-bottom: 20px;
  }
  .body-div-vertical {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h2-teal {
    margin-bottom: 20px;
  }
  .h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .h3.no-padding {
    padding: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .footer-section {
    padding: 20px;
  }
  .bottom-right-div {
    width: 110%;
  }
  .lower-body-section {
    padding: 20px;
  }
  .dark-slider {
    height: 210px;
  }
  .slider-div {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dark-slider-text {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
  .areas-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .areas-list {
    width: 100%;
    text-align: center;
  }
  .html-embed {
    width: 100%;
    margin-top: 20px;
  }
  .site-map-link {
    text-align: center;
  }
  .icon {
    text-align: center;
  }
  .callback-button-mobile {
    width: 180px;
    margin-top: 15px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-right: 2px solid hsla(0, 0%, 96.7%, 0.5);
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    text-align: center;
  }
  .callback-button-mobile.home {
    margin-right: 20px;
  }
  .top-contact-div {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-body-div {
    padding: 20px;
  }
  .contact-div-top-div {
    margin-bottom: 20px;
  }
  .email-black-icon {
    display: none;
  }
  .address-icon {
    display: none;
  }
  .telephone-icon {
    display: none;
  }
  .contact-info {
    margin-bottom: 6px;
  }
  .contact-us-form {
    width: 110%;
  }
  .big-image {
    margin-top: 20px;
  }
}

