@font-face {
  font-family: Fa6;
  src: url('../fonts/FA6-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 brands;
  src: url('../fonts/FA6-Brands.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 solid;
  src: url('../fonts/FA6-Solid.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp 900";
  src: url('../fonts/FA-sharp-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --midnight-blue: #192241;
  --white: white;
  --lime-green: #72b645;
  --midnight-blue-2: #161f3a;
  --dark-grey: #a1a1a1;
}

.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(--black);
  font-family: gill-sans-nova, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.co-logo-link {
  align-items: center;
  display: flex;
}

.top-div-block {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  height: 100%;
  display: flex;
}

.email-link {
  color: var(--midnight-blue);
  text-decoration: none;
}

.tel-div {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.emaiil {
  margin-top: 5px;
  margin-bottom: 0;
  font-family: gill-sans-nova, sans-serif;
  font-size: 16px;
}

.header {
  z-index: 999;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
}

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

.top-tel-link {
  color: var(--lime-green);
  text-align: right;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: gill-sans-nova, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.need-help {
  color: var(--midnight-blue);
  margin-bottom: 5px;
  font-family: gill-sans-nova, sans-serif;
  font-size: 18px;
}

.co-logo {
  background-color: #0000;
  width: 180px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.dropdown-toggle {
  border-right: 1px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 5px #0000;
  padding: 20px 45px 20px 25px;
  font-size: 15px;
  line-height: 25px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  border-bottom-color: var(--lime-green);
}

.dropdown-toggle.w--current {
  color: #fff;
  border-bottom-color: #fc5a0a;
}

.nav-link-dropdown {
  background-color: var(--midnight-blue);
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 0 solid #c4a16c;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-size: 15px;
  line-height: 25px;
  transition: all .2s;
}

.nav-link-dropdown:hover {
  background-color: var(--lime-green);
  border-bottom-width: 0;
  border-bottom-color: #2e2e2e;
}

.nav-link-dropdown.w--current {
  background-color: var(--lime-green);
  color: #fff;
  border-bottom-width: 0;
}

.nav-section {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  border-top: 1px solid var(--white);
  background-color: var(--midnight-blue);
}

.navbar {
  z-index: 90;
  background-color: var(--midnight-blue);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  display: flex;
}

.nav-link {
  border-right: 1px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 5px #0000;
  border-left: 1px #000;
  padding: 20px 25px;
  font-size: 15px;
  line-height: 25px;
  transition: all .2s;
}

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

.nav-link.w--current {
  border-bottom-color: var(--lime-green);
  background-color: var(--lime-green);
  color: #fff;
  border-left-style: none;
}

.nav-link.home {
  border-left: 1px solid var(--white);
  border-bottom-style: none;
  border-bottom-color: var(--lime-green);
  padding-left: 25px;
  padding-right: 25px;
}

.icon {
  margin-right: 15px;
}

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

.small-text-div-and-arrow {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.slider-small-text {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 21px;
  line-height: 25px;
}

.arrow-2 {
  background-color: #2e2e2e4d;
  border: 2px solid #fff;
  width: 140px;
  margin-left: 10px;
}

.arrow-2.banner-arrow {
  width: 70px;
}

.arrow-2.banner-arrow:hover {
  background-color: var(--dark-grey);
}

.hero {
  background-color: var(--midnight-blue-2);
  height: 800px;
}

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

.slider-text-div {
  background-color: #192241cc;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 35%;
  max-width: 780px;
  padding: 30px;
  display: flex;
}

.slider-heading {
  color: #fff;
  text-align: left;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 52px;
}

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

.slider-overlay-div {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.left-arrow {
  display: none;
}

.overlay-div {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.button-link {
  margin-left: 0;
}

.slide-nav {
  display: none;
}

._3-box-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

._3-box-grid.no-padding {
  padding-bottom: 0;
}

._4-box-text {
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
}

._4-block-div {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-container {
  background-color: #72b645bf;
  width: 70%;
  height: 220px;
  padding: 20px;
  text-decoration: none;
  position: static;
}

._4-boxes-section {
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

._4-boxes-section.no-bottom-padding {
  padding-bottom: 50px;
}

.box-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.box-heading:hover {
  text-decoration: none;
}

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

.body-section.areas {
  background-position: 85% 102%;
}

.body-section.test {
  background-image: none;
  padding-bottom: 100px;
}

.body-section.test.top-01 {
  padding-top: 220px;
}

.body-section.test.top-01.small {
  padding-bottom: 40px;
}

.body-section.no-chisel {
  background-image: none;
  padding-bottom: 100px;
}

.body-section.hzl {
  flex-direction: column;
  padding-bottom: 0;
}

.body-section.top {
  padding-top: 220px;
}

.fmb {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  max-width: 1200px;
  display: grid;
}

.p {
  color: #000;
  text-align: center;
  margin-right: 0;
  line-height: 26px;
}

.p._40-bottom {
  text-align: left;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-family: gill-sans-nova, sans-serif;
}

.p.white {
  color: #fff;
  text-align: left;
}

.p.white._40-bottom.c {
  text-align: center;
  justify-content: center;
  display: flex;
}

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

.p.title {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
  bottom: -3px;
}

.p.left {
  text-align: left;
  margin-bottom: 20px;
}

.p._40top {
  margin-top: 40px;
}

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

.arrows {
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.h1 {
  color: #2e2e2e;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

.h1._2 {
  color: var(--midnight-blue);
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: gill-sans-nova, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 52px;
}

.h1._2.extra {
  padding-bottom: 0;
}

.body-div {
  width: 95%;
  max-width: 1400px;
  padding-bottom: 40px;
}

.body-div.vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.body-div.h3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.body-div._100 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.body-div.smaller {
  padding-bottom: 0;
}

.read-more-button {
  border: 1px solid var(--midnight-blue);
  background-color: var(--white);
  color: var(--midnight-blue-2);
  letter-spacing: 1px;
  border-radius: 12px;
  width: auto;
  padding: 15px 20px;
  font-weight: 700;
  transition: all .2s;
}

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

.small {
  color: var(--lime-green);
  font-size: 44px;
}

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

.form {
  width: 100%;
}

.h2 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: gill-sans-nova, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.h2.white {
  color: #fff;
  font-family: gill-sans-nova, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.h2.white.centre {
  text-align: center;
}

.read-more-button-2 {
  border: 1px solid var(--white);
  background-color: var(--midnight-blue);
  letter-spacing: 1px;
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  transition: all .2s;
}

.read-more-button-2:hover {
  background-color: var(--lime-green);
}

.contact-home-div {
  width: 100%;
}

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

.dark-section.h3-section {
  background-image: linear-gradient(#161f3ad6, #161f3ad6), url('../images/topspec.webp'), linear-gradient(#161f3a82, #161f3a82), url('../images/gal18.webp');
  background-position: 0 0, 5% 62%, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, repeat;
  background-size: auto, 500px, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
}

.full-width-image-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-end;
  align-items: flex-end;
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.full-width-image-section.home {
  background-image: url('../images/gal10.webp');
  background-attachment: fixed;
  height: 500px;
}

.full-width-image-section.ext {
  background-image: url('../images/new16.webp');
  background-position: 50% 100%;
  background-attachment: fixed;
}

.full-width-image-section.loft {
  background-image: url('../images/ts-15.webp');
  background-position: 50%;
  background-attachment: fixed;
}

.full-width-image-section.reno {
  background-image: url('../images/ts-12.webp');
}

.full-width-image-section.reno.cbs {
  background-image: url('../images/gal13.webp');
  background-position: 50% 0;
}

.full-width-image-text-div {
  background-color: #192241cc;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  max-width: 600px;
  padding: 30px;
  display: flex;
}

.full-width-image-div {
  justify-content: flex-end;
  width: 95%;
  max-width: 1200px;
  min-height: auto;
  display: flex;
}

.mid-heading {
  color: #fff;
  text-transform: uppercase;
  flex-direction: column;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: gill-sans-nova, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  display: flex;
}

.gallery-section {
  background-color: #d4d4d4;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.gallery-section._2 {
  min-height: 500px;
  padding-top: 0;
  padding-bottom: 0;
}

.read-more-button-3 {
  border: 1px solid var(--white);
  background-color: var(--midnight-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  transition: all .2s;
}

.read-more-button-3:hover {
  background-color: var(--lime-green);
}

.list-item.b {
  color: var(--midnight-blue-2);
}

.list-div {
  justify-content: space-between;
  display: flex;
}

.list-div._20p {
  justify-content: flex-start;
  margin-bottom: 20px;
}

.list-div._20p.wide {
  justify-content: center;
}

.list {
  margin-top: 10px;
  padding-left: 0;
  list-style-type: none;
}

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

.list.white.more-pad, .list.white._0t, .list.morepad {
  margin-left: 60px;
}

.h3 {
  color: var(--midnight-blue-2);
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-decoration: none;
}

.h3.b {
  color: var(--midnight-blue-2);
}

.h3.w {
  color: var(--white);
}

.footer-map {
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}

.h2-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: gill-sans-nova, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

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

.contact-left-div {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.bottom-content-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

.contact-right-div {
  width: 60%;
}

.bottom-text {
  color: #264411;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 24px;
}

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

.footer-links {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.areas-div {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.areas-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.areas {
  color: #000;
  margin-bottom: 0;
  margin-right: 0;
  line-height: 40px;
}

.areas-map {
  width: 80%;
}

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

.contact-div {
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.contact-div.map {
  background-color: var(--midnight-blue);
  flex-direction: column;
}

.contact-container {
  background-color: var(--white);
  color: #000;
  background-image: url('../images/Asset-1circ.svg');
  background-position: 375px -147px;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #19224133;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  padding: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-container:hover {
  background-color: #e9e9e9;
  background-position: 333px -67px;
  border-color: #19224180;
  box-shadow: 0 4px 6px #1922414d;
}

.contact-container.email {
  color: var(--midnight-blue-2);
}

.contact-container.map {
  background-position: 110% -133px;
  width: 100%;
}

.contact-container.map:hover {
  background-position: 104% -70px;
}

.mobile-icon {
  opacity: .8;
  height: 30px;
  margin-bottom: 20px;
}

.contact-details.b {
  color: var(--midnight-blue-2);
}

.phone-icon {
  opacity: .8;
  height: 20px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.site-map-link {
  color: var(--white);
  margin-bottom: 0;
  margin-right: 0;
  line-height: 25px;
  text-decoration: none;
}

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

.services-toggle {
  border-right: 1px solid var(--white);
  border-bottom: 5px none var(--lime-green);
  background-color: var(--lime-green);
  color: var(--white);
  text-transform: uppercase;
  padding: 20px 35px 20px 25px;
  font-size: 15px;
  line-height: 25px;
  transition: all .2s;
}

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

.services-toggle.w--current {
  color: #fff;
  border-bottom-color: #fc5a0a;
}

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

.hyperlink {
  color: var(--midnight-blue);
  font-weight: 700;
}

.hyperlink.w {
  color: var(--white);
}

.lists-div {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.list-container {
  background-color: var(--midnight-blue-2);
  outline-color: var(--white);
  outline-offset: -9px;
  outline-width: 3px;
  outline-style: solid;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin: 0 10px;
  padding: 40px;
  display: flex;
}

.swirl {
  color: var(--white);
  background-image: url('../images/swirl_white.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.swirl.b {
  color: var(--midnight-blue-2);
  background-image: url('../images/swirl.webp');
}

.multline-swirl {
  color: var(--white);
  background-image: url('../images/swirl_white.webp');
  background-position: 0 15%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.fmb-text {
  border: 5px solid var(--midnight-blue-2);
  margin-bottom: 0;
  padding: 40px;
}

.big-text {
  color: var(--midnight-blue-2);
  font-family: Playfair Display, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 26px;
}

.big-text._2 {
  font-size: 22px;
}

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

.logo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80%;
}

.logo._1 {
  background-image: url('../images/FMB.webp');
  width: 80%;
}

.logo._2 {
  background-image: url('../images/TRUSTMARK---tall.webp');
}

.logo._3 {
  background-image: url('../images/GAS-SAFE.webp');
  background-repeat: no-repeat;
}

.logo._4 {
  background-image: url('../images/NICEIC.webp');
}

.logo._5 {
  background-image: url('../images/CITB.webp');
  width: 60%;
}

.now {
  font-size: 80px;
  line-height: 80px;
}

.box {
  opacity: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  min-height: 100px;
  text-decoration: none;
  transition: text-shadow .6s;
  display: flex;
}

.box:hover {
  text-shadow: 4px 4px 5px #000000bf;
  text-decoration: none;
}

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

.box._2 {
  background-image: url('../images/PHOTO-2022-06-28-16-13-01.webp');
  background-repeat: no-repeat;
}

.box._3 {
  background-image: url('../images/PHOTO-2022-06-28-16-18-081.webp');
}

.box._4 {
  background-image: url('../images/gal17.webp');
}

.box._5 {
  background-image: url('../images/PHOTO-2022-06-28-16-18-15.webp');
  background-position: 100%;
}

.box._6 {
  background-image: url('../images/PHOTO-2022-06-28-15-59-21.webp');
  background-position: 50% 100%;
}

.social-divs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 16%;
  display: block;
}

.social {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.social:hover {
  color: var(--lime-green);
}

.social.mob {
  display: none;
}

.social-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fa6 brands, sans-serif;
  font-weight: 400;
}

.form-div {
  border: 5px solid var(--midnight-blue-2);
  background-color: var(--white);
  width: 100%;
  height: 100%;
  margin-top: 30px;
  padding: 40px;
}

.form-div.contact40 {
  background-color: #eee;
  border-style: none;
  margin-bottom: 40px;
}

.form-div.blue {
  background-color: var(--midnight-blue);
  border-style: none;
  padding: 20px;
}

.swirl-white {
  color: var(--white);
  background-image: url('../images/swirl_white.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.grid-box {
  border: 5px none var(--midnight-blue-2);
  background-color: var(--white);
  outline-offset: -7px;
  background-image: url('../images/Asset-1circ.svg');
  background-position: 150% -60%;
  background-repeat: no-repeat;
  background-size: 150px 150px;
  outline: 3px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 30px;
  transition: all .4s;
  display: flex;
}

.grid-box:hover {
  background-position: 126% -41%;
}

.grid-box._10t {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}

.grid-box.long {
  background-position: 150% -92%;
  justify-content: flex-start;
  align-items: center;
}

.grid-box.long:hover {
  background-position: 113% -56%;
}

.grid-box.long.b {
  border-color: var(--midnight-blue);
  background-color: var(--midnight-blue-2);
  outline-color: var(--white);
  outline-offset: -9px;
  outline-width: 2px;
}

.grid-box.c {
  justify-content: center;
  margin-top: 10px;
}

.boxes-of-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.boxes-of-text._40-10pad {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 40px;
  padding-bottom: 10px;
}

.boxes-of-text._40-10pad._2 {
  grid-template-columns: 1fr 1fr;
}

.boxes-of-text._40-bottom {
  margin-bottom: 40px;
}

.boxes-of-text._40t {
  margin-top: 40px;
}

.boxes-of-text._10b {
  margin-bottom: 10px;
}

.boxes-of-text._2 {
  grid-template-columns: 1fr 1fr;
}

.boxes-of-text._4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.img {
  outline-color: var(--midnight-blue-2);
  outline-offset: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  outline-width: 0;
  outline-style: solid;
  width: 100%;
  min-height: 500px;
  transition: all .45s;
}

.img:hover {
  outline-offset: -17px;
  outline-width: 3px;
  width: 130%;
}

.img.ext1 {
  background-image: url('../images/gal14.webp');
  background-repeat: no-repeat;
}

.img.ext2 {
  background-image: url('../images/PHOTO-2022-06-28-16-08-35.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.img.ext3 {
  background-image: url('../images/PHOTO-2022-06-28-15-59-21.webp');
  background-position: 50% 100%;
}

.img.loft1 {
  background-image: url('../images/ts-8.webp');
}

.img.loft2 {
  background-image: url('../images/ts-5.webp');
}

.img.loft3 {
  background-image: url('../images/PHOTO-2022-06-28-16-08-37.webp');
}

.img.bui1 {
  background-image: url('../images/ts-20.webp');
  background-position: 0%;
}

.img.bui2 {
  background-image: url('../images/gal15.webp');
  background-position: 0%;
}

.img.bui3 {
  background-image: url('../images/ts-7.webp');
}

.img.reno1 {
  background-image: url('../images/gal3.webp');
  background-position: 50%;
}

.img.reno2 {
  background-image: url('../images/gal12small.webp');
  background-position: 0%;
}

.img.reno3 {
  background-image: url('../images/ts-22.webp');
}

.img.home2 {
  outline-offset: 0px;
  background-image: url('../images/ts-15.webp');
  outline: 0 solid #000;
  height: 100%;
  min-height: 500px;
  transition: all .4s;
}

.img.home2:hover {
  outline-color: var(--midnight-blue-2);
  outline-offset: -17px;
  outline-width: 3px;
  width: 150%;
}

.img.home {
  outline-offset: 0px;
  background-image: url('../images/ts-11.webp');
  outline: 0 solid #000;
  width: 100%;
  height: 100%;
  min-height: 500px;
  transition: all .4s;
}

.img.home:hover {
  outline-color: var(--midnight-blue-2);
  outline-offset: -17px;
  outline-width: 3px;
  width: 150%;
}

.img.home3 {
  outline-offset: 0px;
  background-image: url('../images/ts-19.webp');
  outline: 0 solid #161f3a;
  transition: all .4s;
}

.img.home3:hover {
  outline-color: var(--midnight-blue-2);
  outline-offset: -17px;
  outline-width: 3px;
  outline-style: solid;
  width: 150%;
}

.img.cbs2 {
  background-image: url('../images/gal9.webp');
}

.img.cbs1 {
  background-image: url('../images/gal7.webp');
}

.img.cbs3 {
  background-image: url('../images/gal5small.webp');
}

.merri {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: gill-sans-nova, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
}

.merri.w {
  color: var(--white);
}

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

.review {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  display: flex;
}

.swirl-line {
  background-image: url('../images/swirl.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  position: relative;
}

.swirl-line.left {
  transform-style: preserve-3d;
  left: 2px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.swirl-line.right {
  right: 2px;
}

.line {
  background-color: var(--midnight-blue);
  width: 50%;
  height: 1px;
}

.line._95 {
  width: 95%;
}

.line.w {
  background-color: var(--white);
}

.review-name {
  text-align: center;
  font-size: 14px;
  line-height: 23px;
}

.stars {
  color: var(--lime-green);
  font-family: Fa6 solid, sans-serif;
  font-size: 22px;
}

.swirl-pim {
  opacity: .8;
  height: 30px;
  margin-bottom: 20px;
  transform: rotate(-40deg);
}

.gal-light {
  width: 100%;
  height: auto;
}

.image {
  width: 100%;
  height: 400px;
}

.text-span-6 {
  display: none;
}

.small-box-heading {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.h3-small-white {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
}

.h3-small-white._20t {
  margin-top: 20px;
}

.bottom-heading {
  text-align: center;
  font-size: 24px;
  line-height: 35px;
}

.google-reviews {
  margin-bottom: 0;
}

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

.proud-img {
  width: 100%;
}

.proud-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  justify-items: start;
}

.gallery-title {
  background-color: var(--lime-green);
  color: var(--white);
  margin-bottom: 0;
  padding: 10px;
  font-family: gill-sans-nova, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.fb-reviews {
  background-color: var(--white);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.blog-link {
  background-color: var(--midnight-blue-2);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

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

.social-text-media {
  color: var(--lime-green);
  font-family: Fa6 brands, sans-serif;
  font-size: 32px;
  transition: color .2s ease-in-out;
}

.social-text-media:hover {
  color: var(--midnight-blue);
}

.social-text-media._2 {
  color: var(--white);
}

.contact-button {
  text-align: center;
  background-color: #575556;
  border-radius: 8px;
  width: 25%;
  max-width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  transition: background-color .2s;
}

.contact-button:hover {
  background-color: #000;
}

.contact-button.header {
  background-color: var(--lime-green);
  width: 100%;
  max-width: 100%;
  padding: 7px;
  font-size: 12px;
}

.telephone-div {
  align-items: center;
  display: flex;
}

.telephone-div.header {
  flex-direction: row;
  margin-left: 10px;
  padding: 0;
}

.fmb-head {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.top-icon {
  opacity: .8;
  height: 30px;
  margin-right: 12px;
}

.address-div {
  align-items: center;
  display: flex;
}

.address-div.header {
  margin-left: 10px;
  padding: 0;
}

.contact-container-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 81%;
  max-width: none;
  display: flex;
}

.co-logo-2 {
  max-width: 170px;
}

.co-logo-2.white {
  margin-bottom: 20px;
  padding: 10px;
}

.fmb-2 {
  max-width: 55px;
}

.top-no-line {
  color: #000;
  text-decoration: none;
}

.trustmark {
  width: 175px;
  max-width: none;
  margin-left: 0;
}

.co-logo-link-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.tel-icon {
  opacity: .8;
  height: 30px;
  margin-right: 10px;
}

.logos-header {
  margin-left: 20px;
  display: none;
}

.logos-header.tablet {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 10px;
  display: grid;
}

.contact-section {
  background-color: #fff;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.address {
  max-width: 330px;
  font-size: 14px;
  line-height: 20px;
}

.large-image-grey-text-box {
  background-color: #000000a6;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 60px 50px;
  display: flex;
}

.grey-box-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 200;
  line-height: 50px;
}

.small-slider-text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.placeholder-div {
  width: 170px;
}

.grey-section-button {
  background-color: var(--midnight-blue-2);
  color: #fff;
  letter-spacing: 0;
  border-radius: 0 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .5s;
  display: flex;
}

.grey-section-button:hover {
  background-color: #575556;
}

.slider-text-div-2 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  display: flex;
}

._3-boxes-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  display: grid;
}

.box-2 {
  background-color: var(--midnight-blue-2);
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.box-2:hover {
  background-color: #2d3963;
}

.box-image {
  width: 100%;
  height: 100%;
}

.box-text {
  text-align: center;
  letter-spacing: .5px;
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.learn-more {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  width: 100%;
  margin-bottom: 0;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
}

.learn-text {
  text-align: center;
  margin-top: auto;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.fmb-logo {
  border: 1.5px solid #fff;
  border-radius: 6px;
  max-width: 70px;
}

.middle-address-div {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.facebook-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.facebook-div._0 {
  margin-bottom: 0;
}

.fmb-lower-footer {
  width: 140px;
}

.address-text {
  color: #fff;
  max-width: 310px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 24px;
}

.left-address-div {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  display: flex;
}

.p-2 {
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.p-2.white {
  color: #fff;
  text-align: left;
}

.fmb-certificate {
  transition: all .2s ease-in-out;
}

.fmb-certificate:hover {
  transform: scale(.9);
}

.bottom-container {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1200px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.fmb-bold {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.right-address-div {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.grey-bot-section {
  background-color: #575556;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.bot-link {
  color: #fff;
  line-height: 24px;
  text-decoration: none;
}

.body-container-vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
}

.tel-text {
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 24px;
}

.fb-icon {
  max-width: 70px;
}

.fmb-link {
  float: right;
  margin-left: 30px;
}

.circle {
  background-color: #303d69;
  border-radius: 240px;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  margin-right: 15px;
  display: flex;
}

.fmb-container {
  border: 1px solid var(--white);
  width: 50%;
  height: 100%;
  padding: 30px;
}

.bot-tel-icon {
  max-width: 25px;
}

.area-icon {
  max-width: 22px;
}

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

.footer-links-2 {
  color: #fff;
  text-align: left;
  border-top: 1px solid #a3a3a3;
  width: 100%;
  max-width: 900px;
  margin: 20px auto 0;
  padding-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.circle-link {
  color: var(--white);
  background-color: #303d69;
  border-radius: 240px;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  margin-right: 15px;
  text-decoration: none;
  display: flex;
}

.email {
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 20px;
}

.email-icom {
  max-width: 25px;
}

.footer-link-div {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.side-text {
  background-color: var(--midnight-blue-2);
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 40px;
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
  box-shadow: 7px 7px 20px #4a4a4a80;
}

.side-text.wh {
  background-color: var(--white);
  color: var(--midnight-blue-2);
}

.side-text.wh._0t {
  outline-offset: -5px;
  outline: 3px solid #161f3a;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
}

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

.h3-link.b {
  color: var(--midnight-blue);
}

.html-embed {
  width: 100%;
}

.insta-section {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}

.insta {
  width: 100%;
}

.fb-div-new {
  width: 30%;
  margin-left: 30px;
}

.fb-feed {
  float: right;
  width: 100%;
  height: auto;
  margin-left: 0;
}

.fb-code {
  display: none;
}

.fb-feed-mobile {
  float: right;
  width: 280px;
  height: 365px;
  margin-left: 30px;
  display: none;
}

.fa {
  padding-bottom: 20px;
  font-family: "Fa Sharp 900", Arial, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.fa.w {
  color: var(--white);
  font-family: "Fa Sharp 900", Arial, sans-serif;
}

.div-block {
  justify-content: space-around;
  width: 35%;
  display: flex;
}

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

.blogs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-8 {
  font-size: 14px;
  font-style: italic;
}

.div-block-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.socials {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-3 {
  background-color: var(--white);
  padding: 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 {
  border: 2px solid var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #f5f5f5;
}

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

.fs-cc-prefs_title {
  color: var(--midnight-blue);
  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 {
  border: 2px solid var(--midnight-blue);
  background-color: var(--midnight-blue);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #fff;
}

.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: var(--midnight-blue);
  width: 16px;
  height: 16px;
  display: flex;
}

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

.fs-cc-prefs_text {
  color: var(--black);
  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: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--midnight-blue);
  color: var(--midnight-blue);
  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%;
}

.social-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--midnight-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.link-block-3 {
  border-right: 1px solid var(--lime-green);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-3.no-line {
  border-right-style: none;
}

.text-social {
  border: 1px solid var(--white);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa sharp 900", Arial, sans-serif;
  display: flex;
}

.text-social.non {
  border: 1px solid var(--white);
  color: var(--white);
  font-family: Fa6 brands, sans-serif;
}

.announcement-wrapper {
  justify-content: space-around;
  align-items: center;
  width: 83%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.announcement-contact-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.announcement-contact-info.margin-right-20 {
  flex-flow: row;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.announcement-contact-info.margin-right-20.mobile-display-none {
  width: 353px;
  margin-right: 0;
}

.announcement-icon {
  border: 1px solid var(--black);
  color: var(--lime-green);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-family: "Fa sharp 900", Arial, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  display: flex;
}

.announcement-time {
  color: var(--midnight-blue);
  width: auto;
  font-size: 1em;
  font-weight: 300;
}

.announcement-link {
  color: var(--midnight-blue);
  font-weight: 300;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.announcement-link:hover {
  color: var(--lime-green);
}

.announcement-contact {
  color: #fff;
  background-color: #e70004;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 5px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.announcement-contact:hover {
  color: #212529;
}

.div-block-4 {
  color: var(--midnight-blue);
  flex-flow: column;
  display: flex;
}

.div-block-5 {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.socials-2 {
  z-index: 99;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: fixed;
  inset: auto 1% 1% auto;
}

.social-button {
  background-color: var(--midnight-blue);
  color: var(--white);
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa sharp 900", Arial, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.social-button:hover {
  background-color: var(--lime-green);
}

.social-button.non.non-2 {
  font-family: Fa6 brands, sans-serif;
}

.text-span-9 {
  font-size: 15px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .top-div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .co-logo {
    width: 400px;
  }

  .dropdown-toggle {
    background-color: var(--midnight-blue);
    text-align: center;
    border-bottom-width: 0;
    width: 100%;
  }

  .dropdown-toggle:hover {
    background-color: var(--lime-green);
  }

  .text-block {
    text-align: center;
    padding-left: 20px;
  }

  .nav-link-dropdown {
    background-color: var(--midnight-blue-2);
    text-align: center;
    padding-right: 15px;
  }

  .dropdown {
    background-color: var(--midnight-blue);
    width: 100%;
  }

  .dropdown-list.w--open {
    border-top-width: 0;
    position: relative;
  }

  .menu-button {
    z-index: 999;
    color: #fff;
    text-align: center;
    width: 100%;
  }

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

  .navbar {
    width: 100%;
  }

  .nav-link {
    text-align: center;
    border-bottom-width: 0;
  }

  .nav-link:hover, .nav-link.home {
    background-color: var(--lime-green);
  }

  .nav-menu {
    background-color: var(--midnight-blue);
    color: #0000;
  }

  .icon {
    display: block;
  }

  .hero {
    height: 565px;
    padding-top: 85px;
  }

  .slider-text-div {
    width: 90%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-overlay-div {
    width: 100%;
  }

  ._3-box-grid {
    grid-template-columns: 1fr;
    padding-bottom: 25px;
  }

  ._4-block-div {
    align-items: flex-end;
  }

  .div-container {
    height: 200px;
  }

  .box-heading {
    font-size: 33px;
  }

  .body-section {
    background-position: 94% 101%;
    background-size: 329px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .body-section.test.top-01.small {
    padding-top: 180px;
  }

  .body-section.no-chisel {
    padding-bottom: 60px;
  }

  .fmb {
    width: 90%;
  }

  .p.title {
    flex-direction: row;
    align-items: flex-end;
    display: flex;
  }

  .body-div {
    width: 90%;
  }

  .grey-section, .dark-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .full-width-image-text-div {
    width: 100%;
    max-width: 100%;
  }

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

  .list-div._20p {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr .75fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .list-div._20p.wide {
    grid-template-rows: auto;
  }

  .list {
    margin-bottom: 0;
  }

  .list.white.more-pad, .list.white._0t, .list.morepad {
    margin-left: 0;
  }

  .bottom-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-left-div {
    width: 100%;
    margin-bottom: 40px;
  }

  .bottom-content-div {
    flex-direction: column;
    width: 90%;
  }

  .contact-right-div {
    width: 100%;
  }

  .areas-container {
    width: 25%;
  }

  .areas-map {
    width: 75%;
  }

  .gallery-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-container {
    width: 25%;
  }

  .contact-container:hover {
    background-position: 120px -67px;
  }

  .contact-container.email {
    min-width: 300px;
  }

  .contact-container.email:hover {
    background-position: 244px -67px;
  }

  .services-toggle {
    background-color: var(--lime-green);
    border-bottom-width: 0;
    width: 100%;
  }

  .services-toggle:hover {
    background-color: var(--lime-green);
  }

  .lists-div {
    flex-direction: column;
  }

  .list-container {
    margin: 10px 0;
  }

  .social-divs {
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 15%;
    height: 100%;
    display: block;
  }

  .social {
    width: 100%;
    display: flex;
  }

  .social.mob {
    display: flex;
  }

  .social-text {
    font-size: 32px;
    line-height: 32px;
  }

  .grid-box {
    background-position: 150% -100%;
  }

  .grid-box:hover {
    background-position: 115% -37%;
  }

  .boxes-of-text {
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-bottom: 25px;
  }

  .boxes-of-text._40-10pad {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .boxes-of-text._4 {
    grid-template-columns: 1fr 1fr;
  }

  .merri {
    margin-left: 5px;
  }

  .text-span {
    display: none;
  }

  .google-reviews {
    margin-top: 40px;
  }

  .proud-img {
    min-height: 450px;
  }

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

  .gallery-container {
    background-color: var(--lime-green);
  }

  .gallery-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }

  .contact-button {
    display: none;
  }

  .address-div {
    max-width: 300px;
  }

  .contact-container-2 {
    width: auto;
  }

  .fmb-2 {
    max-width: 50px;
  }

  .trustmark {
    max-width: 270px;
    margin-top: 0;
  }

  .co-logo-link-2, .co-logo-link-2.w--current {
    width: 100%;
  }

  .logos-header.tablet {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: none;
  }

  .contact-section {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .large-image-grey-text-box {
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grey-box-heading {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
  }

  .small-slider-text {
    text-align: center;
    width: 75%;
    font-size: 20px;
    line-height: 27px;
  }

  .slider-text-div-2 {
    align-items: center;
  }

  .middle-address-div {
    flex-direction: column;
    width: 100%;
  }

  .facebook-div {
    flex-direction: column;
    align-items: center;
  }

  .address-text {
    text-align: center;
  }

  .left-address-div {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .bottom-container, .right-address-div {
    flex-direction: column;
  }

  .grey-bot-section {
    padding: 0 0 30px;
  }

  .body-container-vertical {
    text-align: center;
    align-items: flex-start;
    width: 100%;
  }

  .tel-text {
    text-align: center;
  }

  .circle {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .fmb-container {
    width: 100%;
    margin-top: 50px;
  }

  .footer-links-2 {
    text-align: center;
  }

  .circle-link {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .footer-link-div {
    flex-direction: column;
  }

  .side-text {
    padding: 30px;
    font-size: 25px;
    line-height: 35px;
  }

  .insta-section {
    flex-direction: column;
    align-items: center;
  }

  .insta {
    width: 100%;
  }

  .fb-div-new {
    width: 50%;
    margin-top: 20px;
    margin-left: 0;
  }

  .div-block {
    width: 66%;
  }

  .announcement-wrapper {
    flex-direction: row;
    width: 182px;
  }

  .announcement-contact-info.margin-right-20 {
    flex-flow: row;
    flex: none;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none, .announcement-contact-info.hide {
    display: none;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .socials-2 {
    inset: auto 1% 1% auto;
  }
}

@media screen and (max-width: 767px) {
  .co-logo-link {
    justify-content: center;
    width: 100%;
  }

  .top-div-block {
    flex-direction: column;
  }

  .top-contact-div {
    align-items: center;
  }

  .co-logo {
    width: 125px;
    max-width: none;
  }

  .dropdown {
    background-color: var(--midnight-blue);
    width: 100%;
  }

  .nav-link:hover {
    background-color: var(--lime-green);
  }

  .nav-menu {
    background-color: var(--midnight-blue);
  }

  .hero {
    height: 500px;
  }

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

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

  ._4-boxes-section.no-bottom-padding {
    padding-bottom: 40px;
  }

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

  .body-section.test {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .body-section.no-chisel {
    padding-bottom: 40px;
  }

  .body-div._100 {
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }

  .grey-section, .dark-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .full-width-image-section {
    height: 400px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .mid-heading {
    font-size: 50px;
    line-height: 50px;
  }

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

  .gallery-section._2 {
    width: 100%;
  }

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

  .list-div._20p {
    grid-template-rows: auto;
  }

  .list-div._20p.wide {
    grid-template-columns: .75fr;
  }

  .list.white {
    margin-bottom: 0;
  }

  .list.white._0t {
    margin-top: 0;
  }

  .footer-map {
    margin-bottom: 20px;
  }

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

  .contact-left-div {
    width: 100%;
  }

  .bottom-content-div {
    flex-direction: column;
  }

  .contact-right-div {
    width: 100%;
    margin-top: 40px;
  }

  .areas-container {
    width: 30%;
  }

  .areas-map {
    width: 70%;
  }

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

  .contact-div {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .contact-container {
    background-position: 128% -133px;
    width: 100%;
    padding-bottom: 15px;
  }

  .contact-container:hover {
    background-position: 117% -67px;
  }

  .contact-container.email {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .contact-container.email:hover {
    background-position: 117% -67px;
  }

  .mobile-icon {
    margin-bottom: 10px;
  }

  .contact-details {
    line-height: 21px;
  }

  .phone-icon {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .social-divs {
    flex-direction: row;
    width: 40%;
    display: flex;
  }

  .form-div.contact40 {
    margin-bottom: 20px;
  }

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

  .boxes-of-text._40-10pad._2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 25px;
  }

  .boxes-of-text._2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .boxes-of-text._4 {
    grid-template-columns: 1fr;
  }

  .img:hover, .img.ext3:hover {
    width: 100%;
  }

  .swirl-pim {
    margin-bottom: 10px;
  }

  .proud-img {
    min-height: 350px;
  }

  .telephone-div {
    justify-content: center;
    width: 300px;
  }

  .telephone-div.header {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .top-icon {
    display: none;
  }

  .address-div {
    width: 300px;
    margin-bottom: 10px;
  }

  .address-div.header {
    justify-content: center;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-container-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .co-logo-2.white {
    max-width: 130px;
    margin-bottom: 0;
  }

  .co-logo-link-2 {
    flex-direction: row;
    align-items: center;
    width: auto;
    margin-bottom: 10px;
  }

  .co-logo-link-2.w--current {
    width: auto;
  }

  .tel-icon {
    display: none;
  }

  .address {
    text-align: center;
  }

  .large-image-grey-text-box {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 20px;
  }

  .small-slider-text {
    width: 90%;
  }

  .placeholder-div {
    display: none;
  }

  .slider-text-div-2 {
    width: 80%;
  }

  ._3-boxes-div {
    flex-direction: column;
    margin-top: 40px;
  }

  .box-2 {
    width: 100%;
  }

  .box-2._2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .fmb-container {
    margin-top: 40px;
  }

  .fb-feed {
    display: none;
  }

  .fb-feed-mobile {
    float: none;
    width: 430px;
    margin-bottom: 30px;
    margin-left: 0;
    display: block;
  }

  .div-block {
    width: 78%;
  }

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

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: block;
  }

  .announcement-contact-info.margin-right-20 {
    margin-right: 0;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    margin-right: 10px;
  }

  .announcement-contact {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 20px 40px;
  }

  .socials-2 {
    inset: auto 1% 1% auto;
  }
}

@media screen and (max-width: 479px) {
  .co-logo-link {
    justify-content: center;
    width: 100%;
  }

  .top-div-block {
    flex-direction: column;
  }

  .email-link {
    font-size: 15px;
  }

  .tel-div {
    justify-content: center;
    width: 100%;
  }

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

  .top-contact-div {
    align-items: center;
    width: 100%;
  }

  .top-tel-link {
    font-size: 29px;
  }

  .need-help {
    margin-top: 5px;
  }

  .co-logo {
    width: 120px;
  }

  .dropdown-toggle, .nav-link-dropdown, .menu-button, .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .slider-small-text {
    width: 100%;
  }

  .hero {
    height: 400px;
    padding-top: 160px;
  }

  .slider-text-div {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 30px 20px;
  }

  .slider-heading {
    font-size: 30px;
    line-height: 31px;
  }

  .slider-overlay-div {
    height: 100%;
  }

  .overlay-div {
    height: 350px;
    display: none;
  }

  ._3-box-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    padding-bottom: 20px;
  }

  .div-container {
    width: 100%;
    height: auto;
  }

  ._4-boxes-section {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  ._4-boxes-section.no-bottom-padding {
    padding-bottom: 0;
  }

  .box-heading {
    font-size: 28px;
  }

  .body-section {
    background-position: 94% 100%;
    background-size: 120px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .body-section.areas {
    width: 100%;
  }

  .body-section.test {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .body-section.no-chisel {
    padding-bottom: 30px;
  }

  .fmb {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .p._40-bottom, .p.white {
    text-align: center;
  }

  .p.white._40-bottom {
    padding-bottom: 20px;
  }

  .p.title {
    flex-direction: column;
    align-items: center;
  }

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

  .h1._2 {
    text-align: center;
    padding-bottom: 30px;
    font-size: 34px;
    line-height: 33px;
  }

  .body-div {
    flex-direction: column;
    max-width: 100%;
    display: flex;
  }

  .body-div.h3 {
    margin-top: 0;
  }

  .read-more-button {
    text-align: center;
  }

  .small {
    font-size: 28px;
    line-height: 21px;
  }

  .grey-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .form {
    margin-bottom: 0;
  }

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

  .contact-home-div {
    width: 100%;
  }

  .dark-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .full-width-image-section {
    height: auto;
    padding-top: 0;
  }

  .full-width-image-text-div {
    width: 100%;
    padding: 20px;
  }

  .full-width-image-div {
    align-items: stretch;
    width: 100%;
    max-width: 100%;
  }

  .mid-heading {
    font-size: 28px;
    line-height: 30px;
  }

  .gallery-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .list-div._20p {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 20px;
  }

  .list-div._20p.wide {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .h3 {
    margin-top: 0;
  }

  .h2-white {
    width: 100%;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .bottom-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-left-div {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }

  .bottom-content-div {
    flex-direction: column;
  }

  .contact-right-div {
    width: 100%;
    margin-top: 30px;
  }

  .bottom-text {
    text-align: center;
  }

  .areas-div {
    flex-direction: column;
  }

  .areas-container {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .areas {
    width: 50%;
    line-height: 32px;
  }

  .areas-map {
    width: 100%;
    margin-top: 20px;
  }

  .gallery-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .contact-container:hover {
    background-position: 143% -67px;
  }

  .contact-container.email {
    min-width: 100%;
  }

  .contact-container.email:hover {
    background-position: 143% -67px;
  }

  .contact-container.map {
    background-position: 150% -150px;
  }

  .contact-container.map:hover {
    background-position: 143% -74px;
  }

  .contact-details {
    font-size: 15px;
  }

  .services-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .fmb-div {
    width: 100%;
  }

  .fmb-text {
    width: 100%;
    padding: 20px;
  }

  .logos-div, .box {
    width: 100%;
    height: 250px;
  }

  .social-divs {
    flex-direction: column;
    width: 70%;
  }

  .form-div {
    margin-top: 20px;
    padding: 10px;
  }

  .form-div.contact40 {
    padding: 10px;
  }

  .grid-box {
    text-align: center;
    background-position: 180% -100%;
    padding: 20px;
  }

  .grid-box:hover {
    background-position: 164% -29%;
  }

  .boxes-of-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    padding-bottom: 20px;
  }

  .img, .img.home2 {
    min-height: 300px;
  }

  .img.home2:hover {
    width: 100%;
  }

  .img.home {
    min-height: 300px;
  }

  .img.home:hover {
    width: 100%;
  }

  .img.home3 {
    min-height: 300px;
  }

  .img.home3:hover {
    width: 100%;
  }

  .merri {
    margin-left: 0;
  }

  .image {
    height: 300px;
  }

  .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7 {
    display: none;
  }

  .google-reviews {
    margin-top: 30px;
  }

  .proud-img {
    min-height: 250px;
  }

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

  .fb-reviews {
    margin-bottom: 0;
  }

  .telephone-div.header {
    padding-top: 3px;
    padding-bottom: 0;
  }

  .address-div.header {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-container-2 {
    width: 100%;
    height: 100%;
  }

  .co-logo-2 {
    max-width: 150px;
  }

  .co-logo-2.white {
    max-width: 120px;
  }

  .fmb-2 {
    max-width: 38px;
  }

  .trustmark {
    width: 70%;
    max-width: 140px;
    margin-right: 0;
  }

  .co-logo-link-2.w--current {
    margin-bottom: 0;
  }

  .logos-header.tablet {
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

  .contact-section {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .large-image-grey-text-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grey-box-heading {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .small-slider-text {
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    display: none;
  }

  .grey-section-button {
    margin-top: 0;
  }

  ._3-boxes-div {
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .box-2 {
    width: 100%;
    padding-bottom: 20px;
  }

  .fmb-logo {
    max-width: 60px;
  }

  .middle-address-div {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }

  .facebook-div {
    justify-content: flex-start;
    width: 100%;
  }

  .left-address-div {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .fmb-bold {
    font-size: 16px;
    line-height: 21px;
  }

  .right-address-div {
    justify-content: flex-start;
    width: 100%;
  }

  .body-container-vertical {
    width: 100%;
    max-width: 100%;
  }

  .fmb-container {
    margin-top: 30px;
    padding: 20px;
  }

  .footer-links-2 {
    margin-top: 30px;
    padding-top: 30px;
  }

  .footer-link-div {
    justify-content: flex-start;
    width: 100%;
  }

  .side-text {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
  }

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

  .fb-div-new {
    width: 100%;
  }

  .fb-feed {
    float: none;
    margin-bottom: 20px;
    margin-left: 0;
    display: block;
  }

  .fb-feed-mobile {
    display: none;
  }

  .div-block {
    align-items: flex-start;
    width: 96%;
  }

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

  .div-block-2 {
    width: 100%;
    margin-top: 10px;
    display: flex;
  }

  .div-block-2.hide {
    display: none;
  }

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

  .social-banner {
    grid-column-gap: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-3 {
    border-right-style: none;
  }

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    line-height: 17px;
  }

  .announcement-contact-info.margin-right-20 {
    text-align: center;
    font-size: 14px;
  }

  .announcement-icon {
    width: 30px;
    height: 30px;
    font-size: 1.2em;
  }

  .announcement-link {
    font-size: 15px;
  }

  .announcement-contact {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    padding: 15px 20px;
  }

  .div-block-5 {
    flex-flow: column;
  }

  .socials-2 {
    background-color: var(--midnight-blue);
    flex-flow: row;
    width: 100%;
    height: auto;
    inset: auto auto 0% 0%;
  }
}

#w-node-_38813904-2b53-2a35-4e32-2e42574d71b5-c7fb05f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8103d6c0-b0f2-1a88-3e21-03c45fc0f0b8-c7fb05f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38813904-2b53-2a35-4e32-2e42574d71c4-c7fb05f3, #w-node-_1ba70b6d-3cd5-696b-df04-dab0f8165619-c7fb05f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8341fa64-1b56-b0df-ff68-d900f70060b2-c7fb05f3, #w-node-cb626354-a52c-d662-1b08-cbc943796dc8-c7fb05f3, #w-node-f4ff743c-85d1-0ada-73ee-951a418640b0-c7fb05f3, #w-node-_588de0ca-9996-452b-e727-dbfac7a10c35-938f8ba9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588de0ca-9996-452b-e727-dbfac7a10c4f-938f8ba9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_588de0ca-9996-452b-e727-dbfac7a10c54-938f8ba9 {
  align-self: center;
}

#w-node-_357f3d59-43d7-17dc-619a-6367461f27b3-558e4ba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b421045c-cbd2-ca45-7587-8f741130c641-558e4ba4, #w-node-b421045c-cbd2-ca45-7587-8f741130c642-558e4ba4, #w-node-b421045c-cbd2-ca45-7587-8f741130c643-558e4ba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae356edc-05d2-0e46-ac73-6868ce73706a-e4dd4be9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_351accdb-efe1-a457-328b-0eb192aca793-e4dd4be9, #w-node-_351accdb-efe1-a457-328b-0eb192aca794-e4dd4be9, #w-node-_351accdb-efe1-a457-328b-0eb192aca795-e4dd4be9, #w-node-_7e7e24c4-32ae-07d0-bcdc-657021522397-662ff194, #w-node-_7e7e24c4-32ae-07d0-bcdc-657021522398-662ff194, #w-node-_7e7e24c4-32ae-07d0-bcdc-657021522399-662ff194 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3de2a0bd-7159-9463-4881-4630b7cdb45b-662ff194, #w-node-f6d2b6ab-abb5-5dcb-f7e8-36b44b88c6ac-0f9b6937 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e423a6b5-8dde-ce56-e429-3f332b5aaa99-0f9b6937, #w-node-e423a6b5-8dde-ce56-e429-3f332b5aaa9a-0f9b6937, #w-node-e423a6b5-8dde-ce56-e429-3f332b5aaa9b-0f9b6937 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45d9714c-5934-8424-c69e-e7ba0e0d8bab-0f9b6937, #w-node-_4477cb8c-d748-b5fe-1781-544d49fa23d0-5899c02d, #w-node-_485ec125-cd7d-0e86-1d9b-15d60f209c6c-06590ac4, #w-node-_364b4a9b-33f2-1ce8-6e42-53e2667b73fe-0a4d51bb, #w-node-_3aa12fe6-7422-13e4-8a0e-8b7ac23dc1ab-8a93f4d7, #w-node-_364b4a9b-33f2-1ce8-6e42-53e2667b73fe-1620b0ea, #w-node-_364b4a9b-33f2-1ce8-6e42-53e2667b73fe-7c4d5c24, #w-node-_364b4a9b-33f2-1ce8-6e42-53e2667b73fe-d76c9d22, #w-node-_4477cb8c-d748-b5fe-1781-544d49fa23d0-002b145b, #w-node-f6d2b6ab-abb5-5dcb-f7e8-36b44b88c6ac-84fbc2a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e423a6b5-8dde-ce56-e429-3f332b5aaa99-84fbc2a1, #w-node-e423a6b5-8dde-ce56-e429-3f332b5aaa9b-84fbc2a1, #w-node-e423a6b5-8dde-ce56-e429-3f332b5aaa9a-84fbc2a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45d9714c-5934-8424-c69e-e7ba0e0d8bab-84fbc2a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_588de0ca-9996-452b-e727-dbfac7a10c35-938f8ba9, #w-node-cafb1dd9-2376-cc27-d9ec-582da38b8397-662ff194, #w-node-cafb1dd9-2376-cc27-d9ec-582da38b83a2-662ff194 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a00683e3-7b95-c712-8b18-a9ea592e82ca-938f8ba9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a00683e3-7b95-c712-8b18-a9ea592e82cf-938f8ba9 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_38813904-2b53-2a35-4e32-2e42574d71b5-c7fb05f3, #w-node-_1ba70b6d-3cd5-696b-df04-dab0f8165619-c7fb05f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-a00683e3-7b95-c712-8b18-a9ea592e82ca-938f8ba9 {
    justify-self: center;
  }

  #w-node-a00683e3-7b95-c712-8b18-a9ea592e82cf-938f8ba9 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_357f3d59-43d7-17dc-619a-6367461f27b3-558e4ba4, #w-node-ae356edc-05d2-0e46-ac73-6868ce73706a-e4dd4be9, #w-node-_3de2a0bd-7159-9463-4881-4630b7cdb45b-662ff194 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-cafb1dd9-2376-cc27-d9ec-582da38b8397-662ff194, #w-node-cafb1dd9-2376-cc27-d9ec-582da38b83a2-662ff194 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f6d2b6ab-abb5-5dcb-f7e8-36b44b88c6ac-0f9b6937, #w-node-_45d9714c-5934-8424-c69e-e7ba0e0d8bab-0f9b6937, #w-node-_4477cb8c-d748-b5fe-1781-544d49fa23d0-5899c02d, #w-node-_485ec125-cd7d-0e86-1d9b-15d60f209c6c-06590ac4, #w-node-_364b4a9b-33f2-1ce8-6e42-53e2667b73fe-0a4d51bb, #w-node-_3aa12fe6-7422-13e4-8a0e-8b7ac23dc1ab-8a93f4d7, #w-node-_364b4a9b-33f2-1ce8-6e42-53e2667b73fe-1620b0ea, #w-node-_364b4a9b-33f2-1ce8-6e42-53e2667b73fe-7c4d5c24, #w-node-_364b4a9b-33f2-1ce8-6e42-53e2667b73fe-d76c9d22, #w-node-_4477cb8c-d748-b5fe-1781-544d49fa23d0-002b145b, #w-node-f6d2b6ab-abb5-5dcb-f7e8-36b44b88c6ac-84fbc2a1, #w-node-_45d9714c-5934-8424-c69e-e7ba0e0d8bab-84fbc2a1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


@font-face {
  font-family: 'Fa6';
  src: url('../fonts/FA6-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 brands';
  src: url('../fonts/FA6-Brands.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 solid';
  src: url('../fonts/FA6-Solid.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 900';
  src: url('../fonts/FA-sharp-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}