:root {
  --676767: #676767;
  --092965: #092965;
  --soft-black: #333;
  --cb0017: #cb0017;
  --a4ddf2: #a4ddf2;
  --001c50: #001c50;
  --ebebeb: #e3e3e3;
  --7892c2: #7892c2;
  --white: white;
  --02a0ed: #02a0ed;
  --white-smoke: #f3f3f3;
  --black: black;
  --off-white: #fdfcfc;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: var(--676767);
  padding-top: 75px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.4em;
  font-weight: 700;
}

h2 {
  color: var(--092965);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: var(--soft-black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.3;
}

h4 {
  color: var(--092965);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oxygen, sans-serif;
  font-size: .9em;
  font-weight: 700;
}

h5 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: var(--cb0017);
  font-weight: 500;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: .9em;
}

li {
  margin-bottom: 4px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

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

.color-1 {
  background-color: var(--cb0017);
}

.color-2 {
  background-color: var(--a4ddf2);
}

.color-3 {
  background-color: var(--001c50);
}

.color-4 {
  background-color: var(--ebebeb);
}

.color-5 {
  background-color: var(--7892c2);
}

.button {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: url('../images/75-opac_button-bg-1.png');
  background-position: 50% -100%;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 2px solid #0000;
  border-radius: 5px;
  padding: 10px 29px;
  font-family: Oxygen, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all 1.8s cubic-bezier(.075, .82, .165, 1);
}

.button:hover {
  background-position: 50% 20%;
}

.button.red-btn {
  background-color: var(--cb0017);
  text-shadow: 0 1px 6px var(--cb0017);
}

.button.red-btn.float-right {
  float: right;
  margin-left: auto;
}

.button.hollow-btn {
  border-color: var(--white);
  background-color: #0000;
}

.button.hollow-btn.blue {
  border-color: var(--02a0ed);
  color: var(--02a0ed);
}

.button.header-cta-btn {
  color: var(--white);
  letter-spacing: 0;
  background-color: #0000;
  background-image: url('../images/phone_1.svg'), url('../images/75-opac_button-bg-1.png');
  background-position: 5px, 50% -100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 30px, 100%;
  padding-left: 45px;
  padding-right: 5px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition-duration: .8s;
}

.button.header-cta-btn:hover {
  background-color: var(--cb0017);
  color: var(--white);
  background-image: url('../images/phone-white.svg'), url('../images/75-opac_button-bg-1.png');
}

.button.blue-btn {
  background-color: var(--02a0ed);
}

.button.bignew-btn {
  border-color: var(--cb0017);
  color: var(--cb0017);
  background-color: #3898ec00;
}

.article {
  width: 70%;
  padding-top: 4px;
  padding-right: 20px;
  display: block;
}

.aside {
  border: 1px dotted #000;
  width: 30%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 15px;
}

.int-pg-main {
  background-image: linear-gradient(#ffffffbf, #fff), url('../images/splash-banner.png');
  background-position: 0 0, 50% 115%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.int-pg-main.utility-pg {
  background-image: url('../images/bg-x.png'), url('../images/hero-bg-water.jpg');
  background-position: 40px 0, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: auto;
  min-height: 90vh;
  padding-top: 50px;
}

.int-pg-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 375px;
  margin-bottom: 20px;
}

.container {
  justify-content: space-between;
  width: 80vw;
  min-width: 950px;
  max-width: 1600px;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container.int-main-cont {
  display: none;
}

.container.utility-pg-cont {
  background-color: var(--white);
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/reverse-splash.png');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 950px;
  padding: 45px;
  display: flex;
  box-shadow: 0 1px 12px -3px #02a0ed59;
}

.container.header-sec-cont {
  justify-content: space-between;
}

.container.intro-sec-cont {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container.hot-water-sec-cont {
  flex-direction: column;
  min-width: 930px;
}

.container.footer-cred-sec-cont {
  color: var(--02a0ed);
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
  display: flex;
}

.container.guarantee-sec-cont {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.map-sec-cont {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
}

.container.footer-main-sec-cont {
  align-items: center;
  display: flex;
}

.container.megamenu-sec-cont {
  align-items: center;
  width: 100%;
  min-width: auto;
  display: flex;
  position: relative;
}

.container.int-banner-sec-cont {
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.contact-pg-container {
  border: 1px none var(--white-smoke);
  background-color: var(--white);
  max-width: 1200px;
  margin-top: -80px;
  margin-bottom: 40px;
  display: flex;
  box-shadow: 0 3px 20px #02a0ed40;
}

.container.int-page-sec-cont {
  width: 100%;
  max-width: 2000px;
  display: flex;
}

.container.portfolio-page-container {
  margin-top: -80px;
  display: flex;
  box-shadow: 0 1px 13px -3px #02a0ed4d;
}

.container.full-ride-container {
  padding-top: 6vw;
  padding-bottom: 6vw;
  padding-right: 20px;
  display: flex;
}

.container.benefit-container {
  justify-content: flex-start;
  display: flex;
}

.container.xtreme-container {
  display: flex;
}

.container.discount-container {
  align-items: center;
  display: flex;
}

.privacy-policy-div {
  max-width: none;
}

.int-pg-banner-section {
  background-image: url('../images/diagonal4.png'), linear-gradient(to right, var(--092965), #fff0), url('../images/bg-x.png'), url('../images/hero-bg-water.jpg');
  background-position: 50% 110%, 0 0, 20% -50px, 0 0;
  background-repeat: no-repeat, repeat, no-repeat, repeat;
  background-size: 101% 90px, auto, auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 350px;
  padding-top: 0;
  padding-bottom: 85px;
  display: flex;
  position: relative;
}

.browser-warning {
  background-color: #fcfcfc;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: block;
  box-shadow: 11px 11px 55px #355aa41a;
}

.browser_icon {
  height: 40px;
}

.browser-detect {
  z-index: 9999;
  background-color: #00000096;
  justify-content: center;
  align-items: center;
  padding: 220px 150px;
  display: none;
  position: fixed;
  inset: 0%;
}

.icon_firefox {
  border-radius: 100px;
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
  padding: 6px;
}

.ie_logo {
  width: 70px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.browser_link {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24%;
  padding: 15px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.browser_link:hover {
  background-color: #def7ff;
}

.browser_link.preferred {
  box-shadow: -2px -2px 3px 3px #fff, 1px 1px 3px 2px var(--ebebeb);
}

.link_span {
  color: #2e92e9;
  text-decoration: none;
}

.browser_title {
  color: #7a849e;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.browser_header {
  color: #20355a;
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 40px;
}

.browser_details {
  color: #7a849e;
  text-align: center;
  letter-spacing: -.2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.browser_wrap {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 360px;
  min-height: 50px;
  margin: 25px auto 30px;
  display: flex;
}

.courtesy-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image {
  width: 70px;
  margin-left: 10px;
}

.text-block {
  color: #b6b6b6;
  font-size: 14px;
}

.recommend-message {
  color: #b6b6b6;
  white-space: nowrap;
  justify-content: center;
  margin-bottom: -20px;
  font-size: 12px;
  display: flex;
  position: relative;
  top: 19px;
}

.image-7 {
  width: 11px;
  margin-right: 1px;
}

.ada-contact-box-container {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.ada-contact-box {
  border: 1px solid var(--ebebeb);
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 31%;
  padding: 30px;
  display: flex;
}

.ada-icon {
  width: 80px;
  margin-bottom: 10px;
}

.last-p {
  margin-bottom: 40px;
}

.rte h2 {
  color: var(--001c50);
}

.rte h4 {
  color: var(--7892c2);
}

.rte h3 {
  color: var(--001c50);
  font-weight: 500;
}

.rte blockquote {
  color: var(--676767);
  font-style: italic;
}

.header-section {
  z-index: 99999;
  border-bottom: 1px solid #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-section {
  background-image: url('../images/hero-bg-water.jpg');
  background-position: 0 0;
  background-size: 1600px;
  justify-content: flex-end;
  height: 90vh;
  min-height: 600px;
  max-height: 1000px;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.image-8 {
  max-height: 60px;
}

.nav-link {
  color: var(--092965);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-self: center;
  height: 70px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 25px;
  padding-left: 1.3vw;
  padding-right: 1.3vw;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: color .2s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--cb0017);
}

.nav-link.w--open {
  background-image: url('../images/up-arrow.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 20px 15px;
  position: static;
}

.header-cta-col {
  order: 1;
  align-items: center;
  display: flex;
}

.nav-menu-col {
  flex: 1;
  justify-content: center;
  display: flex;
}

.branding-col {
  order: -1;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: static;
}

.header-cta-btn {
  color: var(--white);
  border-radius: 5px;
  align-items: center;
  padding: 5px;
  display: flex;
}

.dropdown-nav-link {
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.homepage-hero-slider {
  width: 90%;
  height: 100%;
  display: none;
}

.hero-sm-icon-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-slide-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 100px 6vw 80px 120px;
  display: flex;
}

.hero-slide-content.slide1 {
  color: #001c50;
  background-image: url('../images/photo-aug-17-1-19-27-pm.jpg');
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 6vw 80px 120px;
  display: flex;
}

.hero-slide-content.slide2 {
  background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/photo-jun-23-10-40-17-am_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.hero-slide-content.slide3 {
  background-image: linear-gradient(#02a0ed66, #02a0ed66), url('../images/hero-slide-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide-content.slide5 {
  background-image: linear-gradient(#a4ddf280, #a4ddf280), url('../images/photo-oct-05-11-12-42-am-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide-content.slide4 {
  background-image: linear-gradient(#02a0ed66, #02a0ed66), url('../images/photo-jun-26-3-53-34-pm.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide-content.slide6 {
  background-image: url('../images/photo-sep-28-1-12-54-pm.jpg');
}

.left-arrow {
  background-color: var(--001c50);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: padding .2s;
  display: flex;
  inset: auto auto 0% 0%;
}

.left-arrow:hover {
  padding-right: 5px;
}

.right-arrow {
  background-color: var(--092965);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: padding .2s;
  display: flex;
  inset: auto auto 0% 50px;
}

.right-arrow:hover {
  padding-left: 5px;
}

.slide-nav {
  display: none;
  top: 751px;
}

.accent-logo {
  z-index: 99999;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 5% 3% 20px 10%;
  display: flex;
  position: absolute;
  inset: -55% auto auto -8%;
  transform: rotate(-10deg);
  box-shadow: -1px 1px 10px -3px #001c5080;
}

.accent-logo.w--current {
  padding-top: 6%;
  transform: skew(-16deg)rotate(-10deg);
}

.accent-logo.hide {
  display: none;
}

.image-9 {
  width: 10vw;
  max-width: 180px;
  transform: skew(16deg)rotate(18deg);
}

.brand {
  padding-top: 5px;
  padding-bottom: 5px;
}

.hero-sm-link {
  margin-bottom: 20px;
}

.hero-sm-icon {
  width: 21px;
  height: 21px;
  transition: transform .2s;
}

.hero-sm-icon:hover {
  transform: scale(1.1);
}

.hero-slider-heading {
  color: var(--white);
  text-shadow: 0 1px 3px var(--soft-black);
  max-width: 23ch;
  margin-bottom: 40px;
  font-size: 3em;
  line-height: 1.2;
}

.intro-section {
  background-image: url('../images/intro-sec-bg2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.intro-sec-col {
  width: 31%;
  min-height: 20px;
  max-height: 430px;
}

.intro-sec-col.col1 {
  color: var(--7892c2);
}

.intro-sec-col.col2 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.intro-sec-col.col3 {
  flex-direction: column;
  align-items: center;
  width: 28%;
  max-height: none;
  display: flex;
  overflow: visible;
}

.intro-heading-wrap {
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 6vw;
  display: flex;
}

.intro-feature-img {
  box-shadow: 0 1px 10px -4px var(--ebebeb);
  object-fit: fill;
  max-width: 80%;
  max-height: 430px;
}

.feature-li {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.feature-li-icon {
  width: 35px;
  margin-right: 15px;
}

.feature-li-text {
  color: var(--a4ddf2);
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}

.heading {
  color: var(--a4ddf2);
}

.intro-sec-heading {
  color: var(--white);
  max-width: 50ch;
  font-weight: 400;
}

.intro-sec-topline {
  color: var(--a4ddf2);
}

.feature-service-section {
  flex-direction: row;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.feature-service-block {
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 26vw;
  min-height: 350px;
  max-height: 600px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 1vw 2vw;
  display: flex;
}

.feature-service-block.box1 {
  background-image: linear-gradient(#fff0 5%, #fff9), url('../images/soft-pressure-roof-cleaning.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-left: 0;
  transition: filter .4s;
}

.feature-service-block.box1:hover {
  filter: saturate(160%) brightness(80%);
}

.feature-service-block.box2 {
  color: var(--white);
  background-image: linear-gradient(#092965d9, #092965d9), url('../images/photo-mar-02-11-37-24-am.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
}

.feature-service-block.box3 {
  background-image: linear-gradient(#ffffff4d 43%, #fffc), url('../images/water-reclaim-r.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-right: 0;
  transition: all .4s;
}

.feature-service-block.box3:hover {
  filter: brightness(80%) saturate(160%);
}

.feature-box-heading {
  color: var(--092965);
  text-shadow: 0 1px 1px #fff9;
  margin-bottom: 10px;
  font-size: 1.6em;
  font-weight: 500;
}

.feature-box-heading.white-text {
  color: var(--white);
}

.promo-price-box {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.promo-caption {
  font-size: 13px;
  font-weight: 300;
}

.promo-price-num {
  font-family: Oxygen, sans-serif;
  font-size: 4em;
  line-height: 1;
}

.dollar-sign {
  font-size: 30px;
  position: relative;
  top: -30px;
}

.half-col-service-section {
  justify-content: space-between;
  min-height: 350px;
  margin-bottom: 20px;
  display: flex;
}

.feature-box-p {
  color: var(--02a0ed);
  font-size: 14px;
}

.feature-box-p.white-text {
  color: var(--white);
  margin-bottom: 25px;
}

.supplies-text-block {
  background-color: var(--cb0017);
  color: var(--white);
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  min-height: 400px;
  margin-right: 20px;
  padding-top: 2vw;
  padding-bottom: 2vw;
  padding-right: 0;
  display: flex;
}

.div-block {
  background-image: url('../images/flatbed-back2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  min-height: 450px;
}

.half40-container {
  width: 32vw;
  min-width: 360px;
  padding-right: 5vw;
}

.hp-h3-white {
  color: var(--white);
  font-size: 2em;
}

.hp-main-body-margin {
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .2s;
}

.full-width-service-section {
  background-image: linear-gradient(to right, #000000e6, #fff0 70%), url('../images/mall-cleaning2x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.full-width-service-section.hoa {
  background-image: linear-gradient(to right, #000000e6, #fff0 70%), url('../images/hoa-maintenance-xtreme-clean.jpg');
  margin-top: 20px;
}

.div-block-2 {
  color: var(--white);
  max-width: 50ch;
  margin-bottom: 50px;
}

.div-block-2.hoa {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.div-block-3 {
  min-height: 20px;
  display: flex;
}

.service-feature-li {
  color: var(--white);
  align-items: center;
  margin-right: 30px;
  font-weight: 400;
  display: flex;
}

.feature-service-li-icon {
  width: 35px;
  margin-right: 15px;
}

.feature-service-li-label {
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.2;
}

.subscript {
  font-size: 13px;
  line-height: 13px;
  display: inline-block;
}

.guarentee-section {
  background-image: linear-gradient(#ebebeb, #c3e3ef70 15%, #b8e1f047 80%, #a4ddf200 99%);
  margin-top: 20px;
  padding: 6vw 20px;
}

.guarantee-col-left {
  width: 50%;
}

.guarantee-col-right {
  justify-content: flex-end;
  align-items: center;
  width: 45%;
  padding-right: 20px;
  display: flex;
}

.footer-map-section {
  border-top: 20px solid var(--white);
  border-right: 20px solid var(--white);
  border-left: 20px solid var(--white);
  background-image: url('../images/static-locations-map.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.footer-main-section {
  color: var(--7892c2);
  background-color: #000f2a;
  background-image: linear-gradient(#000f2acc, #000f2acc), url('../images/hero-bg-water.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.footer-credits-section {
  background-color: var(--092965);
}

.hp-h4-red {
  color: var(--cb0017);
  white-space: nowrap;
  margin-bottom: 10px;
}

.association-logo {
  height: 80px;
}

.association-logo-wrap {
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.free-estimate-link {
  align-items: flex-end;
  display: flex;
}

.estiamte-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Oxygen, sans-serif;
  font-weight: 700;
  line-height: 1;
}

.estimate-span-text {
  color: var(--black);
  font-size: 22px;
  display: block;
}

.image-10 {
  height: 50px;
  margin-right: 5px;
}

.html-embed {
  background-color: #0000;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.locations-info-box {
  background-color: var(--white);
  background-image: url('../images/mask-group-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: wrap;
  justify-content: space-around;
  width: auto;
  margin-right: 20px;
  padding: 2vw 5vw;
  box-shadow: 0 1px 12px -5px #67676740;
}

.location-title {
  margin-bottom: 5px;
}

.location-title.mb-0 {
  margin-bottom: 0;
}

.locations-box-heading {
  color: var(--cb0017);
  width: 100%;
}

.div-block-4 {
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 300px;
  display: flex;
}

.div-block-4.mb-10 {
  margin-bottom: 10px;
}

.footer-col {
  flex-direction: column;
  width: 30%;
  display: flex;
}

.footer-col.col1 {
  text-align: center;
  align-items: center;
  width: 25%;
}

.footer-col.col3 {
  width: 35%;
  line-height: 1.5;
}

.footer-col.col2 {
  width: 30%;
  padding-top: 40px;
  line-height: 1.6;
}

.footer-sm-text-link {
  color: var(--02a0ed);
  font-weight: 400;
}

.html-embed-2 {
  width: 100%;
  margin-top: 40px;
}

.footer-sm-icon {
  width: 30px;
  margin-bottom: 5px;
}

.footer-logo {
  max-width: 150px;
  margin-bottom: 30px;
}

.footer-contact-link {
  color: var(--7892c2);
  align-items: center;
  margin-bottom: 20px;
  font-weight: 400;
  display: flex;
}

.footer-contact-text {
  line-height: 1.3;
  transition: color .2s;
}

.footer-contact-text:hover {
  color: var(--a4ddf2);
}

.image-12 {
  width: 25px;
  height: 25px;
  margin-right: 20px;
}

.break {
  display: inline-block;
}

.footer-cred-link {
  color: var(--a4ddf2);
  font-weight: 400;
}

.dropdown-list {
  inset: 0% 0% auto;
}

.dropdown-list.w--open {
  background-color: var(--white);
  background-image: url('../images/reverse-splash.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  min-width: 790px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  top: 70px;
  box-shadow: 0 6px 10px -7px #09296580;
}

.mega-menu-col {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.mm-link-wrap {
  flex-wrap: wrap;
  flex: 1;
  place-content: flex-start space-around;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  display: flex;
}

.mega-menu-img {
  object-fit: cover;
  object-position: 50% 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: stretch;
  width: 20%;
}

.megamenu-heading {
  color: var(--cb0017);
  width: 100%;
}

.mm-link {
  background-image: url('../images/right-arrow.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 8px;
  margin-bottom: 6px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 400;
  transition: color .2s;
}

.mm-link:hover {
  color: var(--cb0017);
}

.mm-link.w--current {
  color: var(--02a0ed);
}

.dropdown-indicator {
  background-color: var(--white);
  width: 20px;
  height: 20px;
  position: absolute;
  inset: -5% 0% auto 60%;
  transform: rotate(-45deg);
}

.div-block-5 {
  flex-wrap: wrap;
  flex: 0 auto;
  display: flex;
}

.heading-2 {
  padding-right: 45px;
}

.image-13 {
  filter: brightness(50%);
  width: 100%;
  height: 350px;
  position: absolute;
  top: 65%;
}

.int-col-1 {
  width: 24%;
  min-height: 20px;
  padding-left: 20px;
}

.int-col-2 {
  background-color: var(--white);
  width: 50%;
  margin-top: -85px;
  padding: 30px 30px 20px;
  position: relative;
  box-shadow: 0 1px 20px -10px #09296580;
}

.int-col-3 {
  width: 24%;
  padding-right: 30px;
  position: static;
}

.int-featured-img {
  object-fit: cover;
  width: 100%;
  height: 30vw;
  min-height: 250px;
  max-height: 400px;
  margin-bottom: 30px;
  position: relative;
}

.int-pg-title {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 4vw;
  line-height: 1.2;
}

.service-link-wrap {
  border: 1px solid var(--white-smoke);
  background-color: #fcfcfc;
  padding: 0;
  position: sticky;
  top: 80px;
}

.homepage-body {
  padding-top: 0;
}

.image-15 {
  position: absolute;
  top: 174px;
  transform: scale(1.1);
}

.sb-heading-wrap {
  background-color: var(--092965);
  color: var(--white);
  padding: 10px 20px;
}

.heading-3 {
  color: var(--white);
  margin-bottom: 0;
}

.sb-service-link {
  border-style: solid solid none;
  border-width: 5px;
  border-color: var(--white);
  color: var(--676767);
  align-items: center;
  width: 100%;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.sb-service-link:hover {
  background-color: var(--white-smoke);
}

.service-sb-menu-icon {
  width: 10px;
  margin-right: 8px;
}

.service-link-menu {
  border-bottom: 5px solid var(--white);
}

.form {
  background-color: var(--white);
  padding: 20px;
}

.form-block {
  border: 2px solid var(--white-smoke);
}

.form-block.large-form {
  border-style: none;
  margin-bottom: 0;
}

.text-block-3 {
  font-size: 15px;
}

.text-field {
  border: 1px solid var(--white-smoke);
  background-color: var(--white-smoke);
  background-image: linear-gradient(to bottom, var(--off-white), var(--white-smoke));
  border-radius: 3px;
  height: 50px;
  margin-bottom: 15px;
}

.text-field:focus {
  border-style: solid;
  border-color: var(--02a0ed);
}

.text-field.half-col-field {
  width: 48%;
}

.text-field.text-area {
  height: 100px;
}

.form-two-col-wrap {
  justify-content: space-between;
  display: flex;
}

.sb-form-wrap {
  position: sticky;
  top: 90px;
}

.sb-menu {
  border: 1px solid var(--white-smoke);
  background-color: var(--off-white);
  position: sticky;
  top: 90px;
}

.int-pg-icon-li {
  border-radius: 10px;
  align-items: center;
  width: 48%;
  min-height: 20px;
  margin-bottom: 20px;
  padding: 0;
  font-size: 16px;
  display: flex;
}

.ul-w-icons {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.li-icon {
  background-color: var(--092965);
  border-radius: 5px;
  width: 50px;
  margin-right: 10px;
  padding: 8px;
}

.contact-pg-col-left {
  width: 65%;
  padding: 25px 40px;
}

.contact-pg-col-right {
  background-color: var(--092965);
  color: var(--white);
  background-image: linear-gradient(#092965b3, #092965b3), url('../images/reverse-splash.png');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
  flex-direction: column;
  justify-content: center;
  width: 35%;
  padding: 25px 30px;
  display: flex;
}

.contact-link-block {
  align-items: center;
  margin-bottom: 14%;
  padding: 15px;
  transition: all .2s;
  display: flex;
}

.contact-link-block:hover {
  background-color: #001c50;
  border-radius: 10px;
  box-shadow: 0 1px 12px -3px #02a0ed40;
}

.contact-link-icon {
  margin-right: 15px;
}

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

.utility-main-heading {
  color: var(--02a0ed);
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 3em;
  line-height: 1.4;
}

.utility-h1 {
  color: var(--092965);
  margin-bottom: 0;
  font-size: 1.4em;
}

.div-block-6 {
  justify-content: center;
  align-self: center;
  width: 100%;
  display: flex;
}

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

.paragraph-2 {
  text-align: center;
  max-width: 50ch;
  margin-bottom: 30px;
}

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

.block-item-w-img {
  border: 1px solid #f3f3f4;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
}

.block-item-w-img.projects-pg {
  border-style: none;
  width: 47%;
  margin-bottom: 30px;
  padding: 0;
}

.block-item-w-img.projects-pg.temp-hide {
  display: none;
}

.project-img-lightbox-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 220px;
  margin-bottom: 20px;
}

.project-feature-img {
  filter: brightness(75%);
  object-fit: cover;
  width: 100%;
  height: 15vw;
  transition: filter .3s;
}

.project-feature-img:hover {
  filter: brightness(90%);
}

.project-tesimonial-p {
  font-style: italic;
}

.project-title {
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.project-summary {
  color: var(--white);
  font-size: 1em;
}

.project-link {
  background-image: url('../images/right-arrow-1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-right: 30px;
  font-weight: 400;
  transition: padding .2s;
}

.project-link:hover {
  padding-right: 35px;
}

.project-img-link {
  margin-bottom: 15px;
}

.portfolio-page-col-right {
  background-color: var(--092965);
  color: var(--white);
  background-image: linear-gradient(#092965b3, #092965b3), url('../images/reverse-splash.png');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  padding: 25px 25px 50px;
  font-size: 17px;
  display: flex;
  position: relative;
}

.portfolio-page-col-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  flex-wrap: wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  padding: 25px 25px 5px;
  display: grid;
}

.portfolio-page-col-left.one-image-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.lightbox-link {
  flex: 1;
  height: 15vw;
  min-height: 180px;
  max-height: 300px;
}

.lightbox-link.one-image {
  height: 100%;
  max-height: 100%;
}

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

.page-title-topline {
  color: var(--white);
}

.project-prev-link {
  color: var(--a4ddf2);
  background-image: url('../images/right-arrow-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 14px;
  padding-left: 20px;
  font-weight: 300;
  transition: opacity .2s;
  position: absolute;
  inset: auto auto 25px 25px;
}

.project-prev-link:hover {
  opacity: .8;
}

.paragraph-3 {
  font-size: .9em;
}

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

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

.summary-excerpt {
  font-size: 15px;
  font-weight: 300;
}

.paragraph-4 {
  color: #a4ddf2;
}

.background-video {
  z-index: 10;
  background-color: #0000;
  width: 90%;
  height: 100%;
  display: block;
  overflow: visible;
}

.heading-4 {
  color: var(--white);
}

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

.machine-image {
  width: 45%;
  margin-right: 20px;
}

.machine-content {
  width: 50%;
  padding-top: 2vw;
}

.red-text {
  color: var(--cb0017);
}

.benefits-power-washing-section {
  background-color: #001c4e;
  margin-left: auto;
  margin-right: auto;
  padding: 6vw 20px;
}

.benefit-content {
  width: 50%;
}

.benefit-content.left {
  width: 45%;
  margin-right: 20px;
}

.h2-white {
  color: var(--ebebeb);
  margin-bottom: 0;
}

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

.experience-xtreme-section {
  padding: 6vw 20px;
}

.xtreme-image {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 45%;
  display: flex;
  position: relative;
}

.xtreme-content {
  width: 50%;
}

.banner-discount-section {
  background-color: var(--001c50);
  padding: 4vw 20px;
}

.discount-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 66%;
  display: flex;
}

.button-discount {
  width: 30%;
}

.image-18 {
  width: 77%;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(90deg);
}

.div-block-8 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .machine-image {
    width: 45%;
  }

  .benefit-content {
    padding-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .button.header-cta-btn {
    background-size: 35px, 100%;
    height: 45px;
    padding-left: 50px;
    font-size: 26px;
  }

  .int-pg-main {
    background-image: linear-gradient(#fff6, #fff6), url('../images/splash-banner.png');
    background-position: 0 0, 50% 75%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 100%;
    flex-wrap: wrap;
    padding-left: 25px;
    padding-right: 25px;
  }

  .int-pg-img {
    min-height: 340px;
  }

  .container {
    width: 95vw;
    min-width: auto;
  }

  .container.hot-water-sec-cont {
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.footer-cred-sec-cont {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .container.guarantee-sec-cont {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.footer-main-sec-cont, .container.int-page-sec-cont {
    flex-wrap: wrap;
  }

  .container.benefit-container {
    padding-left: 20px;
    padding-right: 2px;
  }

  .container.xtreme-container, .container.discount-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .int-pg-banner-section {
    background-position: 50% 130%, 0 0, 20% -50px, 0 0;
    background-size: 100% 130px, auto, auto, auto;
    height: 300px;
  }

  .nav-link {
    border-bottom: 1px solid var(--white-smoke);
    color: var(--092965);
    width: 100%;
    height: 70px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
  }

  .header-cta-col {
    flex: 1;
    order: 1;
    justify-content: flex-end;
    margin-right: 20px;
  }

  .nav-menu-col {
    background-color: var(--white);
    background-image: url('../images/mask-group-1.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 425px;
    flex: none;
    width: 50vw;
    margin-top: 1px;
    margin-left: auto;
    box-shadow: -1px 1px 10px -3px #09296580;
  }

  .navbar {
    align-items: center;
  }

  .image-9 {
    width: 30vw;
    max-width: 215px;
  }

  .intro-sec-col {
    width: 48%;
    max-height: none;
    margin-bottom: 30px;
  }

  .intro-sec-col.col2 {
    justify-content: space-around;
  }

  .intro-sec-col.col3 {
    width: 100%;
    margin-bottom: 0;
  }

  .intro-heading-wrap {
    margin-bottom: 2vw;
  }

  .intro-feature-img {
    object-position: 50% 80%;
    max-height: 500px;
  }

  .feature-service-block.box1 {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .feature-box-heading {
    font-size: 1.3em;
  }

  .feature-box-p {
    display: none;
  }

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

  .half40-container {
    width: 100%;
    min-width: auto;
    padding-right: 20px;
  }

  .full-width-service-section.hoa {
    background-image: linear-gradient(to right, #000000e6, #fff0 86%), url('../images/hoa-image-r.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .div-block-3 {
    flex-wrap: wrap;
  }

  .service-feature-li {
    width: 40%;
    margin-bottom: 20px;
  }

  .guarentee-section {
    padding-left: 0;
    padding-right: 0;
  }

  .guarantee-col-right {
    flex: 1;
    padding-top: 12%;
    padding-left: 20px;
    padding-right: 0;
  }

  .association-logo {
    object-fit: contain;
    flex: 1;
    height: 60px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .association-logo-wrap {
    margin-bottom: 30px;
  }

  .footer-col {
    width: 48%;
  }

  .footer-col.col1 {
    width: 100%;
  }

  .footer-col.col3, .footer-col.col2 {
    width: 48%;
  }

  .dropdown-list.w--open {
    background-color: #fafafa;
    background-image: none;
    min-width: auto;
  }

  .mega-menu-col {
    padding-bottom: 0;
  }

  .mega-menu-img {
    display: none;
  }

  .mm-link {
    white-space: normal;
  }

  .menu-button {
    border: 2px none var(--cb0017);
    border-radius: 50%;
    flex-direction: row;
    order: 1;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 35px;
    margin-right: 70px;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .menu-icon {
    background-image: url('../images/menu-circle40x401x-2.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 50%;
    width: 39px;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    transition: all .2s;
  }

  .menu-icon:hover {
    background-color: var(--cb0017);
    background-image: url('../images/menu-circle40x401x-1.svg');
    border-radius: 50%;
  }

  .mobile-menu-label {
    color: var(--001c50);
    text-transform: uppercase;
    cursor: pointer;
    font-family: Oxygen, sans-serif;
    font-weight: 700;
    transition: all .2s;
    position: absolute;
    top: 0;
    left: 45px;
  }

  .mobile-menu-label:hover {
    color: var(--cb0017);
  }

  .heading-2 {
    white-space: nowrap;
  }

  .int-col-1 {
    order: 2;
    width: 48%;
    padding-left: 0;
  }

  .int-col-2 {
    flex: none;
    order: 1;
    width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .int-col-3 {
    flex-direction: column;
    order: 2;
    width: 48%;
    padding-right: 0;
    display: flex;
  }

  .sb-service-link {
    flex: 1;
  }

  .service-link-menu {
    background-color: var(--off-white);
    flex-direction: column;
    flex: 1;
    display: flex;
  }

  .form-block {
    margin-bottom: 0;
  }

  .sb-form-wrap {
    flex: 1;
  }

  .sb-menu {
    border: 1px solid var(--white-smoke);
    flex-direction: column;
    height: 100%;
    display: flex;
  }

  .int-pg-icon-li {
    width: 46%;
  }

  .contact-pg-col-right {
    padding-left: 2%;
    padding-right: 2%;
  }

  .contact-link-block {
    margin-bottom: 14%;
  }

  .project-img-lightbox-link {
    min-height: 350px;
  }

  .project-feature-img {
    height: 30vw;
    min-height: 200px;
    max-height: 300px;
  }

  .portfolio-page-col-left {
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
  }

  .lightbox-link {
    height: 20vw;
    min-height: auto;
    max-height: 200px;
  }

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

  .benefits-power-washing-section {
    padding-left: 0;
    padding-right: 0;
  }

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

  .experience-xtreme-section {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-discount-section {
    padding-left: 0;
    padding-right: 0;
  }

  .discount-content {
    width: 50%;
  }

  .button-discount {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.6em;
  }

  .button.header-cta-btn {
    font-size: 20px;
  }

  .article {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .aside {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .int-pg-main {
    background-image: linear-gradient(#fff6, #fff6), url('../images/splash-banner.png');
    background-position: 0 0, 50% 60%;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .int-pg-main.utility-pg {
    min-height: auto;
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .container {
    width: 90vw;
  }

  .container.header-sec-cont {
    width: 100vw;
  }

  .container.guarantee-sec-cont, .container.footer-main-sec-cont, .container.portfolio-page-container {
    flex-direction: column;
  }

  .container.full-ride-container {
    flex-wrap: wrap;
    align-items: center;
  }

  .container.benefit-container, .container.xtreme-container, .container.discount-container {
    flex-wrap: wrap;
  }

  .int-pg-banner-section {
    background-size: auto 110px, auto, auto, auto;
    height: auto;
    min-height: 220px;
  }

  .browser-warning {
    padding: 25px;
    display: block;
  }

  .browser-detect {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero-section {
    height: auto;
    min-height: auto;
    padding-bottom: 10vw;
  }

  .nav-menu-col {
    width: 65vw;
  }

  .hero-slide-content {
    padding-top: 30vw;
    padding-bottom: 100px;
    padding-left: 50px;
  }

  .hero-slide-content.slide1 {
    background-image: linear-gradient(#02a0ed66, #02a0ed66), url('../images/hero-slide-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 30vw;
    padding-bottom: 100px;
    padding-left: 50px;
  }

  .accent-logo {
    padding-top: 8%;
    padding-bottom: 15px;
  }

  .accent-logo.w--current {
    top: -30%;
  }

  .image-9 {
    width: 26vw;
    max-width: 200px;
  }

  .hero-slider-heading {
    font-size: 2.6em;
  }

  .intro-section {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .intro-sec-col.col1 {
    border-top: 1px solid var(--092965);
    width: 100%;
    margin-bottom: 10px;
    padding-top: 6vw;
  }

  .intro-sec-col.col2 {
    flex-flow: wrap;
    align-content: flex-start;
    width: 100%;
  }

  .intro-heading-wrap {
    border-bottom: 1px solid var(--black);
    margin-bottom: 0;
    padding-bottom: 6vw;
  }

  .feature-li {
    flex-direction: column;
    align-items: flex-start;
    width: 45%;
    margin-bottom: 30px;
  }

  .feature-li-icon {
    width: 40px;
    height: 31px;
    margin-bottom: 10px;
  }

  .feature-li-text {
    max-width: 30ch;
    font-size: 16px;
  }

  .heading {
    font-size: 1.2em;
  }

  .intro-sec-heading {
    margin-bottom: 0;
    font-size: 1.5em;
  }

  .feature-service-section {
    flex-wrap: wrap;
    padding-bottom: 0;
  }

  .feature-service-block {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 5vw;
  }

  .feature-service-block.box1 {
    padding: 3vw 5vw;
  }

  .feature-box-heading {
    font-size: 1.5em;
  }

  .half-col-service-section {
    flex-direction: column;
  }

  .feature-box-p {
    display: block;
  }

  .supplies-text-block {
    width: 100%;
    min-height: auto;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-right: 20px;
  }

  .div-block {
    flex: none;
    height: 50vw;
    min-height: auto;
  }

  .half40-container {
    padding-right: 0;
  }

  .hp-main-body-margin {
    padding-left: 20px;
    padding-right: 20px;
  }

  .full-width-service-section {
    background-image: linear-gradient(to right, #001c50e6, #09296566), url('../images/mall-cleaning2x.jpg');
    background-position: 0 0, 15%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .full-width-service-section.hoa {
    background-image: linear-gradient(to right, #000000e6, #fff0), url('../images/hoa-image-r.jpg');
    background-position: 0 0, 15%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .div-block-3 {
    justify-content: space-between;
  }

  .service-feature-li {
    width: 47%;
    margin-right: 0;
  }

  .feature-service-li-icon {
    width: 30px;
    margin-right: 10px;
  }

  .subscript {
    font-size: 11px;
  }

  .guarantee-col-left {
    width: 100%;
  }

  .guarantee-col-right {
    order: -1;
    width: 100%;
    margin-bottom: 30px;
  }

  .hp-h4-red {
    white-space: normal;
  }

  .association-logo {
    height: 80px;
  }

  .free-estimate-link {
    justify-content: center;
    width: auto;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-col.col1 {
    margin-bottom: 20px;
  }

  .footer-col.col3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-col.col2 {
    order: 1;
    width: 100%;
    padding-top: 0;
  }

  .footer-logo {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-menu-label {
    font-size: 20px;
    top: 3px;
  }

  .text-block-2 {
    margin-bottom: 5px;
  }

  .heading-2 {
    white-space: normal;
  }

  .int-col-1 {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .int-col-2 {
    padding: 20px;
  }

  .int-col-3 {
    width: 100%;
    padding-right: 0;
  }

  .int-pg-icon-li {
    width: 100%;
  }

  .ul-w-icons.last-p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-pg-col-left {
    padding-left: 25px;
    padding-right: 25px;
  }

  .contact-pg-col-right {
    padding-left: 0%;
    padding-right: 0%;
  }

  .contact-link-block {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 8%;
  }

  .contact-link-icon {
    margin-bottom: 20px;
  }

  .contact-link-text {
    font-size: 16px;
  }

  .project-img-lightbox-link {
    min-height: 400px;
  }

  .project-feature-img {
    min-height: 150px;
    max-height: 250px;
  }

  .portfolio-page-col-right {
    width: 100%;
  }

  .portfolio-page-col-left {
    padding-bottom: 25px;
  }

  .lightbox-link {
    height: 28vw;
    max-height: 220px;
  }

  .machine-image {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .machine-content, .benefit-content {
    width: 100%;
  }

  .benefit-content.left {
    width: 100%;
    margin-bottom: 20px;
  }

  .xtreme-image, .xtreme-content, .discount-content, .button-discount {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.4em;
  }

  h3 {
    font-size: 1.1em;
  }

  h4 {
    letter-spacing: 2.5px;
  }

  .button.header-cta-btn {
    background-image: url('../images/phone_1.svg');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 40px;
    border-style: none;
    border-radius: 50%;
    width: 39px;
    height: 39px;
    margin-top: 2px;
    padding-left: 40px;
    padding-right: 0;
    font-size: 4vw;
    overflow: hidden;
  }

  .button.header-cta-btn:hover {
    background-image: url('../images/phone-white.svg');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 40px;
  }

  .int-pg-main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .int-pg-img {
    min-height: 240px;
  }

  .container.utility-pg-cont {
    text-align: center;
    padding: 25px;
  }

  .container.guarantee-sec-cont {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.map-sec-cont {
    position: static;
  }

  .container.contact-pg-container {
    flex-direction: column;
  }

  .browser-warning {
    padding: 20px;
  }

  .browser-detect {
    padding: 10% 10px;
  }

  .browser_link {
    width: 50%;
  }

  .browser_link.preferred {
    margin-bottom: 20px;
  }

  .browser_wrap {
    flex-wrap: wrap;
  }

  .hero-section {
    padding-bottom: 12vw;
  }

  .image-8 {
    max-height: 55px;
  }

  .nav-link {
    font-size: 19px;
  }

  .header-cta-col {
    order: 1;
    margin-right: 20px;
  }

  .nav-menu-col {
    background-attachment: scroll;
    width: 100vw;
    max-height: 90vh;
    overflow: scroll;
  }

  .navbar {
    justify-content: flex-end;
  }

  .hero-slide-content, .hero-slide-content.slide1 {
    padding-left: 20px;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    left: 40px;
  }

  .accent-logo {
    padding-top: 11%;
  }

  .hero-sm-icon {
    width: 16px;
    height: 16px;
  }

  .hero-slider-heading {
    font-size: 1.8em;
  }

  .intro-section {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .intro-feature-img {
    max-height: 260px;
  }

  .feature-li {
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
  }

  .feature-li-icon {
    margin-bottom: 0;
  }

  .feature-service-section {
    padding-top: 15px;
  }

  .feature-service-block {
    height: auto;
    max-height: none;
    margin-bottom: 15px;
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .feature-service-block.box1 {
    background-image: linear-gradient(#ffffff80 36%, #092965), url('../images/feaure-box-3.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .feature-service-block.box2 {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .feature-service-block.box3 {
    background-image: linear-gradient(to bottom, #ffffff4d 41%, var(--092965)), url('../images/parking-garage.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-bottom: 15px;
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .feature-box-heading {
    text-shadow: 1px 1px 3px #fff9;
  }

  .feature-box-heading.white-text {
    text-shadow: none;
  }

  .half-col-service-section {
    margin-bottom: 15px;
  }

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

  .supplies-text-block {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .div-block {
    height: 50vw;
  }

  .hp-h3-white {
    font-size: 1.6em;
  }

  .hp-main-body-margin {
    padding-left: 15px;
    padding-right: 15px;
  }

  .full-width-service-section {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .full-width-service-section.hoa {
    background-image: linear-gradient(to right, #000000e6, #fff0), url('../images/hoa-image-r.jpg');
    background-position: 0 0, 15%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

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

  .service-feature-li {
    width: 100%;
  }

  .guarentee-section {
    margin-top: 15px;
    padding-bottom: 0;
  }

  .guarantee-col-right {
    padding-left: 0;
  }

  .footer-map-section {
    border-top-width: 15px;
    border-left-width: 15px;
    border-right-width: 15px;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 10vw 15px;
  }

  .footer-main-section {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .association-logo {
    flex: none;
    width: 48%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .association-logo-wrap {
    flex-wrap: wrap;
  }

  .locations-info-box {
    background-color: #ffffffb3;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-right: 0;
  }

  .location-title {
    font-size: 15px;
  }

  .location-title.mb-0 {
    font-size: 13px;
  }

  .dropdown-list.w--open {
    position: static;
  }

  .mm-link {
    border-bottom: 1px solid var(--white-smoke);
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 45px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

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

  .menu-button {
    margin-right: 15px;
  }

  .menu-icon {
    background-position: 50% -2px;
    background-size: 43px;
    border: 1px #000;
    width: 40px;
    margin-top: -3px;
    padding-top: 0;
  }

  .mobile-menu-label {
    display: none;
    top: 0;
    left: 35px;
  }

  .heading-2 {
    font-size: 1.6em;
  }

  .int-col-2 {
    padding: 15px;
  }

  .int-featured-img {
    height: 60vw;
    min-height: 200px;
  }

  .text-field.half-col-field {
    width: 100%;
  }

  .form-two-col-wrap {
    flex-direction: column;
  }

  .ul-w-icons.last-p {
    width: 95%;
  }

  .contact-pg-col-left {
    width: 100%;
  }

  .contact-pg-col-right {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact-link-block {
    text-align: center;
    align-items: center;
  }

  .contact-link-text {
    font-size: 20px;
  }

  .utility-h1 {
    line-height: 1.3;
  }

  .block-item-w-img.projects-pg {
    width: 100%;
  }

  .project-img-lightbox-link {
    min-height: 260px;
  }

  .project-feature-img {
    height: 60vw;
    max-height: 300px;
  }

  .portfolio-page-col-left {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 15px;
  }

  .image-19 {
    width: 24px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7ccd7f10-2424-73a5-1f7e-584fae3d0a94-b0a44142 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


