:root {
  --black-3: #0000008f;
  --crimson: #da3431;
  --lighter-blu: #49b5ff;
  --wwet: #2cb3ff;
  --black: black;
  --white: white;
  --light-gray: #b1b0b0;
  --dark-turquoise: #5ec6cf;
  --forest-green: #13903c;
  --white-smoke: #f1f0f0;
  --brown: #9a342a;
  --orange: #faa628;
  --black-2: #2c28138f;
  --indian-red: #c34848;
  --dark-slate-grey: #264430;
  --green: #2f553c;
  --deep-sky-blue: #4dadee;
  --lime-green: #50ae38;
  --lime-green-op: #56c03bd9;
  --dark-orange: #f88131;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

li {
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
}

.section-hero {
  background-image: linear-gradient(to bottom, var(--black-3), var(--black-3)), url('../images/paint-truck.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  margin-top: 26px;
  padding-top: 146px;
  padding-bottom: 175px;
}

.brand {
  width: 37%;
  height: 130px;
  margin-top: 0;
  margin-bottom: 0;
}

.brand.w--current {
  align-items: center;
  display: flex;
}

.nav-link {
  text-transform: uppercase;
  border: 4px solid #0000;
  height: 80px;
  padding: 61px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 2px;
  text-decoration: none;
}

.nav-link:hover {
  color: #a0a0a0;
  border-top-color: #000;
  border-bottom-style: none;
  border-bottom-color: #0000;
  font-size: 12px;
}

.nav-link.w--current {
  color: #000;
  border-top-color: #000;
}

.nav-bar {
  box-shadow: 0 1px 3px 0 #00000036, inset 0 4px 0 0 var(--crimson);
  background-color: #fff;
  border-top: 1px #000;
  border-bottom: 1px solid #64626259;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.body-all-pages {
  text-align: center;
  padding-top: 80px;
  font-family: Lato, sans-serif;
}

.section-basic {
  padding-top: 53px;
  padding-bottom: 31px;
}

.section-basic.cta {
  background-color: #fff;
  background-image: linear-gradient(to bottom, var(--black-3), var(--black-3)), url('../images/side-strips.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  padding-top: 90px;
  padding-bottom: 87px;
}

.section-basic.cta._2 {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/GettyImages-890825218.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  display: none;
}

.section-basic.testimonials {
  padding-top: 0;
  padding-bottom: 0;
}

.section-basic.features {
  border-bottom-color: #b1b0b0;
  height: auto;
  overflow: hidden;
}

.section-basic.welcome-section {
  padding-top: 24px;
  padding-bottom: 54px;
}

.section-basic.welcome-section._54 {
  padding-bottom: 35px;
}

.section-basic.contact-section {
  padding-bottom: 94px;
}

.section-basic.contact-section.graaay {
  background-color: #f3f3f3;
  padding-top: 73px;
}

.section-basic.contact-section.graaay.first {
  padding-bottom: 10px;
}

.section-basic.rates {
  background-color: #000;
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/GettyImages-977930646.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-basic.welcome-section-copy {
  padding-top: 0;
  padding-bottom: 54px;
}

.section-basic.welcome-section-copy.review {
  padding-bottom: 90px;
}

.slide {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 94px;
}

.slider {
  background-color: #f1f0f0;
  height: auto;
}

.footer {
  background-color: #000;
  padding: 33px 33px 40px;
}

.all-h1-headings {
  margin-bottom: 20px;
}

.all-h1-headings.hero {
  color: #fff;
  letter-spacing: 0;
  text-shadow: 0 1px 5px #00000073;
  width: 100%;
  margin: 0 auto 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 71px;
  font-weight: 700;
  line-height: 78px;
  display: block;
}

.button {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 24px;
}

.button.tabs {
  width: 30%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.button.hero-button {
  background-color: var(--crimson);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 25px;
  padding: 25px 49px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.button.hero-button.width-full {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.hero-button.width-full.training {
  padding-top: 17px;
  padding-bottom: 17px;
}

.button.submit {
  background-color: var(--crimson);
  text-transform: uppercase;
  border-radius: 4px;
  width: 100%;
  margin-left: 0;
  padding: 20px 42px;
  font-size: 18px;
}

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

.button.cta-button.parts-order {
  background-color: var(--lighter-blu);
  margin-bottom: 60px;
}

.button.cta-button.parts-order:hover {
  background-color: #025da8;
}

.button.cta-button {
  float: none;
  text-transform: uppercase;
  background-color: #ddb78d;
  border: 0 #fff;
  border-radius: 4px;
  padding: 25px 45px;
  font-size: 18px;
  line-height: 21px;
  transition: opacity .5s;
}

.button.cta-button:hover {
  background-color: #000;
  border-color: #da3431;
}

.hero-image {
  margin-top: 60px;
}

.teaser-icon {
  margin-bottom: 25px;
}

.all-h5-headings {
  color: var(--crimson);
  text-align: left;
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}

.all-h5-headings.contact-h5 {
  color: #000;
  margin-bottom: 5px;
  font-size: 17px;
}

.all-h5-headings.bottom-margin {
  margin-bottom: 34px;
}

.all-h5-headings.left-event {
  text-align: left;
  margin-top: 29px;
}

.all-h3-headings {
  color: #000;
  margin-bottom: 4px;
  font-size: 41px;
  font-weight: 700;
  line-height: 45px;
}

.all-h3-headings.dine-with-us {
  margin-top: 0;
}

.all-h3-headings.contact-h3 {
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 41px;
}

.all-h3-headings.section-2 {
  margin-bottom: 20px;
  font-size: 41px;
}

.all-h4-headings {
  color: var(--crimson);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 29px;
}

.all-h4-headings.bottom {
  margin-bottom: 30px;
}

.all-h4-headings.coin {
  margin-bottom: 20px;
}

.features-row {
  text-align: left;
  margin-top: 60px;
  margin-bottom: 100px;
}

.all-paragraphs {
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.all-paragraphs.about-paragraph {
  text-align: center;
  margin-top: 47px;
  margin-bottom: 28px;
}

.all-paragraphs.about-paragraph.half-width {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.all-paragraphs.about-paragraph.services {
  margin-top: 20px;
  margin-bottom: 20px;
}

.all-paragraphs.about-paragraph.services._2 {
  margin-top: 47px;
}

.all-paragraphs.about-paragraph.services._2.l {
  text-align: left;
}

.all-paragraphs.about-paragraph.second {
  margin-top: 0;
  margin-bottom: 0;
}

.all-paragraphs.about-paragraph.second.bottom {
  margin-bottom: 60px;
}

.all-paragraphs.left {
  text-align: left;
}

.all-paragraphs.left.event-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.features-description {
  text-align: left;
  margin-top: 44px;
  margin-bottom: 0;
  font-size: 14px;
}

.features-description.data {
  background-image: url('../images/features-icon-data.png');
  background-size: 80px;
}

.about-tabs {
  text-align: left;
  margin-top: 60px;
}

.about-tabs-menu {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15%;
  padding-right: 15%;
}

.tab-button {
  text-align: center;
  margin-right: 25px;
}

.about-icon {
  margin-bottom: 20px;
}

.cta-text {
  float: none;
  color: #23b0ff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 3px;
  padding-bottom: 3px;
  font-size: 41px;
  font-weight: 700;
  line-height: 43px;
}

.cta-text.sub-cta {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  padding-bottom: 19px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.cta-text.rates-txt {
  color: #faa628;
}

.team-row {
  margin-top: 33px;
  margin-bottom: 33px;
}

.team-image {
  border-radius: 50%;
  width: 95%;
  margin-bottom: 16px;
}

.team-title {
  margin-bottom: 16px;
}

.twitter {
  width: 125px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonial-icon {
  margin-bottom: 31px;
}

.testimonial-quote {
  width: 80%;
  max-width: 940px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 33px;
  display: block;
}

.contact-row {
  text-align: left;
  margin-top: 29px;
}

.contact-p-text {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 21px;
}

.copyright {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  padding-top: 11px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.social-media-link {
  float: right;
  background-image: url('../images/footer-icons.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200%;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  display: none;
}

.social-media-link:hover {
  background-color: #fff;
  background-position: 100% 0;
  border-radius: 50%;
}

.social-media-link.tw {
  background-position: 0;
}

.social-media-link.tw:hover {
  background-position: 100%;
}

.social-media-link.g {
  background-position: 0 100%;
}

.social-media-link.g:hover {
  background-position: 100% 100%;
}

.all-h2-headings.hero-h2 {
  color: #e7c49d;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 1px 3px #00000078;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: block;
}

.all-h2-headings.hero-h2.interior-hero {
  color: #fff;
}

.hide-logo {
  display: block;
}

.text-logo-lg {
  float: none;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom-style: none;
  margin-top: 39px;
  padding-bottom: 0;
  padding-right: 14px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 23px;
  line-height: 28px;
  display: none;
}

.text-logo-sm {
  float: left;
  color: var(--crimson);
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.right-welcome {
  padding-left: 35px;
}

.right-welcome.left-p {
  text-align: left;
}

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

.container {
  transition: opacity .5s;
}

.container._10-wrapper.gray-stroke {
  border-top: 1px solid #f1f0f0;
  padding-top: 30px;
}

.slider-arrow {
  color: #b1b0b0;
}

.testimonial-author {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.map {
  height: 100%;
  margin-top: 48px;
}

.contact-column2 {
  padding-left: 25px;
}

._10-wrapper.stroke {
  border-top: 1px solid #00000017;
  padding-top: 50px;
}

.welcome-img {
  margin-bottom: 35px;
  display: none;
}

.image {
  margin-top: 6px;
}

.image.logo-image {
  float: left;
  width: 170px;
  max-width: 90%;
  margin-top: 18px;
  margin-right: 12px;
  display: block;
}

.row {
  margin-top: 30px;
  margin-bottom: 26px;
  display: none;
}

.image-circle {
  background-image: url('../images/GettyImages-514724822.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-circle.variant-1 {
  background-image: url('../images/GettyImages-157425354.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-circle.variant-2 {
  background-image: url('../images/GettyImages-172214659.jpg');
  background-position: 100%;
  background-size: cover;
}

.dynamic-item {
  text-align: left;
  display: inline-block;
  position: static;
}

.image-2 {
  height: 100%;
}

.img-1 {
  background-image: url('../images/IMG_4592.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 140px;
}

.img-1._2 {
  background-image: url('../images/IMG_3305.JPG');
}

.img-1.all-h3-headings {
  background-image: none;
}

.img-1._3 {
  background-image: url('../images/IMG_4600.JPG');
}

.img-1._4 {
  background-image: url('../images/IMG_4158.JPG');
}

.img-1._5 {
  background-image: url('../images/IMG_4605.JPG');
}

.img-1._6 {
  background-image: url('../images/IMG_3297.JPG');
}

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

.image-3 {
  width: 200px;
}

.full-width-gallery {
  width: 100%;
  margin-bottom: 30px;
}

.list-item {
  color: #000;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
}

.h6-heading-white {
  color: #da3431;
  text-align: center;
  font-size: 21px;
  line-height: 30px;
}

.slide-nav {
  margin-bottom: 35px;
}

.about-row {
  margin-top: 40px;
  margin-bottom: 24px;
}

.about-row.links-style {
  border-bottom: 1px solid #f1f0f0;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.visible-slider {
  display: block;
}

.slider-2 {
  background-color: #ddd0;
  height: auto;
  margin-bottom: 18px;
}

.unordered-list {
  color: #000;
}

.row-2 {
  margin-bottom: 17px;
}

.link-2 {
  color: var(--lighter-blu);
}

.list-item-2 {
  color: #fff;
  text-align: left;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
}

.list-item-2.paragraph {
  text-align: center;
  margin-bottom: 31px;
  font-size: 16px;
  font-weight: 300;
}

.list-item-2.paragraph.lett-small {
  text-align: left;
  font-size: 15px;
}

.unordered-list-3 {
  color: #fff;
}

.row-3 {
  margin-bottom: 31px;
  padding-left: 0;
  padding-right: 0;
}

.cta-text-2 {
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 3px;
  padding-bottom: 3px;
  font-size: 35px;
  font-weight: 700;
  line-height: 43px;
}

.cta-text-2.rates-txt {
  color: #fff;
  font-size: 41px;
}

.cta-text-2.sub-cta {
  color: #50c0ff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  padding-bottom: 19px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.bold-text {
  display: none;
}

.all-h4-headings-2 {
  color: #5a94c3;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

.all-h4-headings-2.parts {
  margin-bottom: 27px;
}

.all-h3-headings-2 {
  color: #004b8a;
  margin-bottom: 4px;
  font-size: 38px;
  font-weight: 700;
  line-height: 45px;
}

.all-h3-headings-2.dine-with-us {
  color: #004b8a;
  margin-top: 0;
}

.all-paragraphs-2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.all-paragraphs-2.about-paragraph {
  margin-top: 47px;
  margin-bottom: 53px;
}

.all-paragraphs-2.about-paragraph.work {
  margin-top: 8px;
  font-size: 15px;
}

.all-paragraphs-2.about-paragraph.work.order {
  margin-bottom: 23px;
  font-size: 15px;
}

.section-basic-2 {
  padding-top: 68px;
  padding-bottom: 68px;
}

.section-basic-2.cta {
  background-color: #000;
  background-image: linear-gradient(#77231b, #77231b);
  padding-top: 53px;
  padding-bottom: 70px;
}

.section-basic-2.cta.interior-cta-bg {
  background-image: linear-gradient(#000, #000);
  padding-top: 60px;
  padding-bottom: 47px;
}

.cta-text-3 {
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 3px;
  padding-bottom: 3px;
  font-size: 35px;
  font-weight: 700;
  line-height: 43px;
}

.cta-text-3.interior-cta {
  margin-bottom: 14px;
}

.section-hero-2 {
  background-image: linear-gradient(#00000094, #00000094), url('../images/GettyImages-171584190_resized.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: 26px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-hero-2.interior-pages {
  background-image: linear-gradient(#0c679bc4, #0c679bc4), url('../images/GettyImages-936322446.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: 40px;
  padding-top: 36px;
  padding-bottom: 32px;
}

.link-3, .link-4, .link-5, .link-6 {
  color: var(--wwet);
}

.registration-wastewater {
  margin-top: 40px;
  margin-bottom: 24px;
  display: none;
}

.registration-wastewater.links-style {
  border-bottom: 1px solid #f1f0f0;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.container-wastewater {
  transition: opacity .5s;
}

.container-wastewater._10-wrapper {
  margin-top: 25px;
}

.container-wastewater._10-wrapper.gray-stroke {
  border-top: 1px solid #f1f0f0;
  padding-top: 30px;
  display: block;
}

.link-7 {
  color: var(--wwet);
}

.italic-text {
  color: #c50f0f;
}

.div-block {
  background-image: url('../images/AllTestPro2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 116px;
}

.div-block.chemtrac {
  background-image: url('../images/WWET-LOGO.png');
  background-size: auto;
}

.div-block.wwet {
  background-image: url('../images/unnamed.png');
}

.div-block-2 {
  border-bottom: 1px solid #b1b0b0;
  height: 25px;
}

.link-8 {
  color: var(--wwet);
}

.link-9 {
  color: #119fff;
}

.textarea {
  min-height: 250px;
}

.bold-text-2 {
  color: var(--crimson);
}

.text-span {
  background-color: #f8813114;
  border-radius: 5px;
  font-weight: 700;
}

.bold-text-3 {
  color: var(--crimson);
  font-size: 18px;
  line-height: 26px;
}

.italic-text-2 {
  color: var(--crimson);
  font-weight: 600;
}

.cell {
  justify-content: flex-start;
}

.image-4 {
  margin-bottom: 10px;
}

.testimonial-title {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.star-row {
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.star-2 {
  margin-right: 4px;
}

.testimonial-author-role {
  color: var(--crimson);
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.testimonial-content-2 {
  flex-direction: column;
  align-items: center;
  margin-top: 39px;
  display: flex;
}

.testimonial-author-2 {
  letter-spacing: -.01em;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.testimonial-details {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-style: italic;
  line-height: 28px;
}

.author-wrap {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 0;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section-hero {
    background-image: linear-gradient(#0000008f, #0000008f), url('../images/GettyImages-681169358.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .brand {
    width: 30%;
    height: 87px;
  }

  .brand.w--current {
    width: 40%;
    height: 117px;
  }

  .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-basic.welcome-section, .section-basic.welcome-section-copy {
    padding-bottom: 43px;
  }

  .all-h1-headings.hero {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 69px;
    line-height: 73px;
  }

  .all-h3-headings {
    margin-bottom: 7px;
    line-height: 39px;
  }

  .testimonial-quote {
    font-size: 19px;
  }

  .all-h2-headings.hero-h2 {
    font-size: 22px;
  }

  .text-logo-lg {
    letter-spacing: 1px;
    margin-top: 31px;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 21px;
    line-height: 24px;
    display: none;
  }

  .text-logo-sm {
    letter-spacing: 2px;
    margin-left: 0;
    font-size: 14px;
    display: none;
  }

  .right-welcome.left-p {
    padding-left: 10px;
  }

  ._10-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image {
    float: left;
    max-width: 91%;
    margin-top: 10px;
    overflow: hidden;
  }

  .image.logo-image {
    width: 190px;
  }

  .image-circle {
    width: 220px;
    height: 220px;
  }

  .img-1 {
    height: 140px;
    margin-bottom: 22px;
  }

  .visible-slider {
    margin-bottom: 27px;
  }

  .slider-2 {
    height: auto;
    margin-bottom: 31px;
  }

  .row-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .all-h3-headings-2 {
    margin-bottom: 7px;
    line-height: 39px;
  }

  .section-basic-2 {
    padding-top: 42px;
  }

  .section-basic-2.cta {
    background-image: linear-gradient(#77231b, #77231b);
    padding-top: 36px;
    padding-bottom: 51px;
  }

  .cta-text-3 {
    font-size: 30px;
    line-height: 35px;
  }

  .section-hero-2 {
    background-image: linear-gradient(#0000008f, #0000008f), url('../images/GettyImages-171584190_resized.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    background-image: linear-gradient(#0000008f, #0000008f), url('../images/GettyImages-505169324.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1000px;
    margin-top: 12px;
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .brand {
    width: 50%;
    height: 100%;
    margin-top: 1px;
    margin-bottom: 0;
    margin-left: 10px;
    display: block;
    position: relative;
  }

  .brand.w--current {
    width: 75%;
  }

  .nav-link {
    color: #fff;
    background-color: #000;
    border-top-style: none;
    border-top-width: 0;
    height: 70px;
    padding: 32px 16px;
    font-size: 15px;
    line-height: 8px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #252525;
    font-size: 15px;
  }

  .nav-link.w--current {
    line-height: 6px;
  }

  .nav-link.w--current:hover {
    background-color: #000;
  }

  .nav-bar {
    padding: 0;
  }

  .section-basic {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-basic.cta {
    background-image: linear-gradient(#00000096, #00000096), url('../images/GettyImages-925440650.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-basic.rates {
    background-image: linear-gradient(#000000c2, #000000c2), url('../images/GettyImages-977930646.jpg');
    background-size: auto, cover;
  }

  .slide {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .all-h1-headings.hero {
    width: 95%;
    font-size: 43px;
    line-height: 47px;
  }

  .button.hero-button {
    display: block;
  }

  .button.hero-button.width-full {
    display: none;
  }

  .all-h5-headings {
    text-align: center;
  }

  .all-h5-headings.bottom-margin {
    line-height: 22px;
  }

  .all-h3-headings {
    margin-bottom: 9px;
    font-size: 37px;
    line-height: 40px;
  }

  .all-h4-headings {
    margin-bottom: 34px;
    font-size: 16px;
    line-height: 21px;
  }

  .all-paragraphs {
    text-align: center;
    margin-bottom: 12px;
  }

  .cta-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    font-size: 41px;
    line-height: 46px;
    display: block;
  }

  .cta-text.sub-cta {
    font-size: 16px;
    line-height: 22px;
  }

  .cta-text.rates-txt {
    padding-bottom: 6px;
    font-size: 31px;
  }

  .team-image {
    width: 100%;
  }

  .testimonial-icon {
    width: 15%;
  }

  .testimonial-quote {
    margin-bottom: 36px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 19px;
    line-height: 30px;
  }

  .copyright {
    padding-bottom: 16px;
  }

  .social-media-link {
    float: none;
  }

  .all-h2-headings.hero-h2 {
    margin-bottom: 11px;
    padding-left: 8px;
    font-size: 18px;
    line-height: 25px;
  }

  .all-h2-headings.hero-h2.interior-hero {
    margin-top: 0;
  }

  .text-logo-lg {
    margin-top: 34px;
    padding-bottom: 2px;
    font-size: 24px;
    display: none;
  }

  .text-logo-sm {
    letter-spacing: 2.2px;
    margin-left: 0;
    font-size: 15px;
    display: none;
  }

  .right-welcome {
    margin-top: 29px;
    padding-left: 0;
  }

  .right-welcome.left-p {
    margin-top: 1px;
  }

  .testimonial-author {
    margin-bottom: 43px;
    font-size: 14px;
  }

  ._10-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .welcome-img {
    width: 100%;
    height: auto;
    margin-bottom: 29px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
    inset: 0;
  }

  .column {
    height: 249px;
    overflow: hidden;
  }

  .menu-button {
    color: var(--crimson);
    font-size: 42px;
  }

  .menu-button-2 {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .menu-button-2.w--open {
    background-color: #000;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .slide-4 {
    display: inline-block;
  }

  .image {
    height: 100%;
    margin-top: 4px;
  }

  .image.logo-image {
    width: 160px;
    height: auto;
  }

  .image-circle {
    width: 160px;
    height: 160px;
  }

  .container-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .list-item.end {
    line-height: 28px;
  }

  .h6-heading-white.mobile-spacing {
    margin-top: 26px;
  }

  .about-row {
    margin-top: 41px;
  }

  .visible-slider {
    margin-bottom: 33px;
  }

  .slider-2 {
    height: 273px;
  }

  .unordered-list.after, .unordered-list-2 {
    margin-bottom: 0;
  }

  .list-item-2.paragraph {
    font-size: 16px;
  }

  .unordered-list-3 {
    margin-bottom: 0;
  }

  .cta-text-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    font-size: 28px;
    line-height: 34px;
    display: block;
  }

  .cta-text-2.rates-txt {
    padding-bottom: 6px;
    font-size: 41px;
    line-height: 44px;
  }

  .cta-text-2.sub-cta {
    font-size: 17px;
    line-height: 22px;
  }

  .all-h4-headings-2 {
    margin-bottom: 34px;
  }

  .all-h3-headings-2 {
    margin-bottom: 9px;
    line-height: 40px;
  }

  .all-paragraphs-2 {
    text-align: center;
    margin-bottom: 12px;
  }

  .section-basic-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-basic-2.cta {
    background-image: linear-gradient(#77231b, #77231b);
  }

  .section-basic-2.cta.interior-cta-bg {
    padding-top: 42px;
    padding-bottom: 49px;
  }

  .cta-text-3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    font-size: 28px;
    line-height: 34px;
    display: block;
  }

  .section-hero-2 {
    background-image: linear-gradient(#0000008f, #0000008f), url('../images/GettyImages-171584190_resized.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-top: 12px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .registration-wastewater {
    margin-top: 41px;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    background-image: linear-gradient(#0000008f, #0000008f), url('../images/GettyImages-681169358.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1000px;
    margin-top: 32px;
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .brand {
    width: 71%;
    height: 100%;
    margin-top: 4px;
    overflow: hidden;
  }

  .nav-link {
    color: #fff;
    border-style: none;
    border-width: 0;
    height: 44px;
    padding-top: 20px;
    padding-bottom: 27px;
    font-size: 14px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #333;
    border-style: none;
    font-size: 14px;
  }

  .nav-link.w--current {
    color: #fff;
    border-style: none;
    line-height: 8px;
  }

  .body-all-pages {
    padding-top: 59px;
  }

  .section-basic {
    padding-top: 29px;
  }

  .section-basic.cta {
    background-image: linear-gradient(to bottom, var(--black-3), var(--black-3)), url('../images/GettyImages-919763570.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-basic.welcome-section {
    padding-top: 8px;
    padding-bottom: 34px;
  }

  .section-basic.rates {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .section-basic.welcome-section-copy {
    padding-top: 8px;
    padding-bottom: 34px;
  }

  .all-h1-headings.hero {
    width: 95%;
    margin-bottom: 20px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 28px;
    line-height: 33px;
  }

  .button.hero-button {
    margin-bottom: 14px;
    margin-left: 19px;
    margin-right: 19px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
    display: block;
  }

  .button.cta-button {
    width: 90%;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.cta-button.parts-order {
    padding: 16px 17px;
    font-size: 16px;
  }

  .button.cta-button {
    width: 90%;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    padding: 19px 23px;
    font-size: 16px;
    display: block;
  }

  .all-h5-headings {
    text-align: left;
  }

  .all-h5-headings.bottom-margin {
    font-size: 15px;
  }

  .all-h3-headings {
    font-size: 30px;
    line-height: 32px;
  }

  .all-h3-headings.contact-h3 {
    font-size: 26px;
  }

  .all-h3-headings.section-2 {
    font-size: 32px;
  }

  .all-h4-headings {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 21px;
  }

  .all-paragraphs {
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .all-paragraphs.about-paragraph {
    text-align: left;
    margin-top: 16px;
    margin-bottom: 0;
  }

  .features-description {
    margin-top: 30px;
  }

  .cta-text {
    margin-top: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .cta-text.sub-cta {
    font-size: 15px;
    line-height: 19px;
  }

  .cta-text.rates-txt {
    font-size: 28px;
    line-height: 32px;
  }

  .testimonial-quote {
    padding-left: 27px;
    padding-right: 27px;
    font-size: 16px;
    line-height: 23px;
  }

  .all-h2-headings.hero-h2 {
    width: 90%;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
  }

  .all-h2-headings.hero-h2.interior-hero {
    margin-top: 10px;
  }

  .text-logo-lg {
    margin-bottom: -2px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 18px;
    display: none;
  }

  .text-logo-sm {
    letter-spacing: 2.4px;
    margin-left: 0;
    font-size: 14px;
    display: none;
  }

  .left-welcome {
    padding-left: 0;
    padding-right: 0;
  }

  .right-welcome {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .right-welcome.left-p {
    padding-left: 0;
  }

  .slider-arrow {
    font-size: 28px;
  }

  .testimonial-author {
    margin-bottom: 3px;
  }

  .map {
    width: 100%;
    margin-top: 36px;
    display: block;
  }

  ._10-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .welcome-img {
    margin-bottom: 21px;
  }

  .column {
    height: 196px;
  }

  .menu-button {
    background-color: #0000;
    margin-top: 0;
    padding: 37px 8px;
    font-size: 32px;
  }

  .menu-button-2 {
    padding: 7px 5px;
  }

  .menu-button-2.w--open {
    background-color: #000;
    padding: 7px 5px;
  }

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

  .slide-3 {
    background-image: url('../images/pizza3.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 360px;
  }

  .mobile-slider {
    height: 200px;
    margin-bottom: 28px;
  }

  .slide-4 {
    background-image: url('../images/GettyImages-514724822.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-5 {
    background-image: url('../images/GettyImages-157425354.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .mobile-arrow {
    display: none;
  }

  .nav-menu {
    background-color: #da3431;
  }

  .slide-6 {
    background-image: url('../images/GettyImages-172214659.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image {
    float: left;
    height: 90%;
    margin-top: 7px;
    padding-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }

  .image.logo-image {
    width: auto;
    height: 90px;
    margin-top: 14px;
  }

  .img-1 {
    height: 120px;
  }

  .container-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-row {
    margin-top: 24px;
  }

  .slider-2 {
    height: 159px;
    margin-bottom: 21px;
  }

  .list-item-2.paragraph {
    font-size: 15px;
  }

  .list-item-2.paragraph.mobile-wdith {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cta-text-2 {
    margin-top: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .cta-text-2.rates-txt {
    font-size: 28px;
    line-height: 32px;
  }

  .cta-text-2.sub-cta {
    font-size: 15px;
    line-height: 19px;
  }

  .all-h4-headings-2 {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 21px;
  }

  .all-h3-headings-2 {
    font-size: 30px;
    line-height: 32px;
  }

  .all-paragraphs-2 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .all-paragraphs-2.about-paragraph {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .all-paragraphs-2.about-paragraph.work, .all-paragraphs-2.about-paragraph.work.order {
    font-size: 14px;
  }

  .section-basic-2.cta {
    background-image: linear-gradient(#77231b, #77231b);
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .cta-text-3 {
    margin-top: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .section-hero-2 {
    background-image: linear-gradient(#0000008f, #0000008f), url('../images/GettyImages-171584190_resized.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-top: 32px;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .section-hero-2.interior-pages {
    padding-bottom: 28px;
  }

  .registration-wastewater {
    margin-top: 24px;
  }

  .html-embed {
    text-align: center;
    display: inline-block;
  }

  .testimonial-title {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 25px;
  }

  .star-row {
    margin-bottom: 10px;
  }

  .author-wrap {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

#w-node-e85d5a4a-584d-b297-0010-35a66484023f-4dece3bf {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}


