:root {
  --button-blue: #2996cc;
  --h3: #2e3b4e;
  --paragraph: #5f6a7d;
  --dark-section-border: #e0e0e0;
  --dark-section-background: #fafafa;
  --footer-bg: #161b1f;
  --dim-gray: #505963d9;
  --brightblue: #42c0ff;
  --footerblue: #3c4146;
  --dark-slate-gray: #212a33;
  --dark-slate-gray-2: #2a3541;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #2996cc;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 51px;
  text-decoration: none;
}

h2 {
  color: #2996cc;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 51px;
}

h3 {
  color: #2e3b4e;
  margin-top: 35px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 37px;
}

h4 {
  color: #2996cc;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 70px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #5f6a7d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  line-height: 22px;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.button {
  opacity: .9;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #239bd8;
  border-radius: 3px;
  padding: 15px 40px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .25s;
  display: inline-block;
}

.button:hover {
  opacity: 1;
  color: #fff;
  background-color: #239bd8;
}

.button.bannerbutton {
  float: none;
  display: block;
}

.button.specbutton {
  width: 200px;
  margin: 15px 10px 0;
  padding: 15px 20px;
  font-size: 14px;
  display: inline-block;
}

.button.specbutton.wide {
  width: 420px;
  display: block;
}

.button.hero {
  background-color: #218dc4;
}

.button.hero.first {
  background-color: #c4204b;
  padding: 8px 25px;
  font-size: 14px;
}

.button.about {
  margin-top: 25px;
}

.nav-link {
  color: #dbdbdb;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link:hover {
  color: #fff;
  box-shadow: inset 0 5px 0 -2px #ffffff80;
}

.nav-link.w--current {
  color: #fff;
  box-shadow: inset 0 5px 0 -2px #ffffffb3;
}

.brand {
  padding-top: 13px;
}

.slider {
  height: 700px;
  top: auto;
}

.slide-2 {
  text-align: center;
  background-image: linear-gradient(#5f6a7d80, #4d51573b 0%), url('../images/ForHome.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 250px;
}

.navbar {
  background-color: #505963d9;
  height: 60px;
  margin-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

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

.section.about {
  background-image: linear-gradient(#e6f3fa, #ffffff5c), url('../images/droptransparentSmall.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top: 1px solid #e0e0e0;
  padding-bottom: 200px;
}

.section.blog {
  background-color: #f7f7f7;
  padding-bottom: 100px;
}

.section.blogpost {
  background-color: #f7f7f7;
  padding-top: 75px;
}

.section.aboutdark {
  background-image: linear-gradient(#5f6a7dab, #5f6a7dc7), url('../images/droptransparentSmall.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.icon-column {
  text-align: center;
}

.dark-section {
  background-color: #fafafa;
  background-image: linear-gradient(#fafafa, #fff);
  border-top: 1px solid #e0e0e0;
  padding-top: 90px;
  padding-bottom: 90px;
}

.slide-1 {
  text-align: center;
  background-image: linear-gradient(#5b6c7591, #5b6c7591 0%), url('../images/splashing-165192.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 150px;
}

.portfilio-container, .about-container {
  text-align: center;
}

.about-column {
  margin-top: 35px;
  margin-bottom: 70px;
  display: block;
}

.left-icon {
  float: none;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 20px;
  display: block;
}

.about-text {
  text-align: left;
  margin-top: 0;
}

.about-text.team-name {
  margin-top: 10px;
}

.learn-more {
  color: #2996cc;
  text-align: left;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.learn-more:hover {
  color: #1c85b9;
}

.about-paragraph {
  text-align: left;
  font-size: 15px;
  line-height: 21px;
}

.about-paragraph.team-profesion {
  font-style: italic;
}

.testimonial-slider {
  background-color: #2996cc;
  background-image: url('../images/splash-773084.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  height: 500px;
}

.testimonial-one {
  text-align: center;
  margin-top: 100px;
}

.testimonial-text {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  line-height: 38px;
}

.testimonial-name {
  color: #ffffffe6;
  text-transform: uppercase;
  margin-top: 50px;
  font-size: 12px;
}

.banner-section {
  background-color: #5cb8e6;
  height: 140px;
  padding-top: 42px;
}

.banner-text {
  float: left;
  color: #fff;
  margin-top: 6px;
  margin-bottom: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 38px;
  display: inline-block;
}

.banner-button {
  padding-top: 18px;
}

.banner-text-column {
  padding-top: 21px;
}

.solutionsection {
  background-color: #212a33;
  padding-top: 90px;
  padding-bottom: 90px;
}

.solutionsection.problemspage {
  background-color: #2a3541;
}

.service-container {
  text-align: center;
}

.services-sub-text {
  color: #fff;
  margin-bottom: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.tab-link {
  color: #2996cc;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #2996cc;
  border-radius: 3px;
  width: 22%;
  margin-right: 2%;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  transition: all .5s;
}

.tab-link:hover {
  color: #fff;
}

.tab-link.w--current {
  color: #fff;
  background-color: #2996cc;
}

.tabs-arrow {
  width: 28px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
}

.tab-image-column {
  text-align: center;
}

.tab-pane {
  margin-top: 90px;
}

.tab-text-column {
  text-align: left;
  margin-top: 55px;
}

.blue-title {
  color: #2996cc;
  margin-top: 30px;
  margin-bottom: 4px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.tab-pane-2 {
  background-color: #212a33;
  margin-top: 90px;
}

.clients-container {
  text-align: center;
}

.clinet-logo-box {
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  padding-top: 20px;
  padding-bottom: 20px;
}

.clinet-logo-box.two {
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 80px;
}

.client-row {
  margin-top: 70px;
}

.contact-container {
  text-align: center;
}

.email-field {
  border-radius: 3px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.email-field.city {
  float: left;
  width: 40%;
  margin-right: 2%;
  display: inline-block;
}

.email-field.city.zip {
  float: right;
  width: 26%;
  margin-right: 0%;
}

.email-field.city.state {
  float: none;
  width: 30%;
}

.email-field.phone {
  width: 40%;
  display: inline-block;
}

.email-field.phone.time {
  float: right;
  width: 58%;
  margin-right: 0%;
}

.form {
  text-align: left;
}

.form-column {
  margin-top: 70px;
}

.text-area {
  border-radius: 3px;
  min-height: 100px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.text-field {
  border-radius: 3px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.contact-info {
  grid-column-gap: 4px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template: ". . Hours"
                 ". . Business-Hours"
                 / 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -9px;
  padding-left: 20px;
  display: grid;
}

.footer-section {
  background-color: #3c4146;
  padding-top: 40px;
  padding-bottom: 40px;
}

.copyright-text {
  color: #6c7980;
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
}

.portfolio {
  background-image: url('../images/portfolio1.png');
  background-repeat: no-repeat;
  border-radius: 3px;
  height: 222px;
}

.portfolio.hardwater {
  background-image: url('../images/HardWater.jpg');
  background-position: 50%;
  background-size: cover;
}

.portfolio.sulfur {
  background-image: url('../images/egg.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.iron {
  background-image: url('../images/Iron.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 222px;
}

.bacteria {
  background-image: url('../images/Bacteria.jpg');
  background-size: cover;
}

.nitrates {
  background-image: url('../images/nitrates.jpg');
  background-size: cover;
}

.acidwater {
  background-image: url('../images/acid.jpg');
  background-size: cover;
}

.badtaste {
  background-image: url('../images/badtaste.jpg');
  background-size: cover;
}

.pharmaceuticals {
  background-image: url('../images/pills.jpg');
  background-size: cover;
}

.turbidity {
  background-image: url('../images/Turbidity.png');
  background-position: 50% 100%;
  background-size: cover;
  margin-bottom: 1px;
}

.toxic {
  background-image: url('../images/toxic-water.jpg');
  background-size: cover;
}

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

.portfolio-color-box {
  background-color: #96f;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.portfolio-color-box.iron {
  background-color: #b14700bf;
}

.portfolio-color-box.sulfur {
  background-color: #c7a718bf;
}

.portfolio-color-box.bacteria {
  background-color: #788842bf;
  height: 100%;
}

.portfolio-color-box.chlorine {
  background-color: #0092c1bf;
}

.portfolio-color-box.nitrates {
  background-color: #376d35bf;
  background-image: url('../images/nitrates2.jpg');
  background-position: 0 0;
  background-size: auto;
}

.portfolio-color-box.acid {
  background-color: #1a9e4abf;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.portfolio-color-box.hardwater {
  background-color: #9d74edbf;
}

.portfolio-color-box.badtaste {
  background-color: #bf2c2cbf;
}

.portfolio-color-box.pharmaceutials {
  background-color: #3259acbf;
  margin-bottom: 0;
}

.portfolio-color-box.turbidity {
  background-color: #50596391;
  background-image: linear-gradient(#0000, #0000);
  margin-bottom: 0;
  display: block;
}

.portfolio-color-box.toxic {
  background-color: #444444bf;
}

.portfolio-color-box.methane {
  background-color: #50596380;
  background-image: none;
  margin-bottom: 0;
}

.portfolio-title {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.portfolio-sub-title {
  color: #fff;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.portfolio-link {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-bottom: 1px;
  text-decoration: none;
  display: block;
}

.portfolio-row {
  margin-top: 10px;
  margin-bottom: 20px;
}

.success-message {
  background-color: #0000;
  border-radius: 3px;
  font-size: 17px;
}

.error-message {
  background-color: #ffa6a6;
  border-radius: 3px;
}

.team {
  overflow: hidden;
}

.team-members {
  text-align: center;
}

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

.social-links {
  color: #2996cc;
  text-align: left;
  text-transform: uppercase;
  margin-right: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
}

.social-links:hover {
  color: #1c85b9;
  font-weight: 600;
  text-decoration: none;
}

.member {
  text-align: left;
}

.about-text-column {
  text-align: left;
  padding-left: 30px;
}

.portfolio-text-link {
  margin-bottom: 60px;
}

.text-link {
  color: #2e3b4e;
  margin-top: 35px;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.text-link:hover {
  color: #5f6a7d;
}

.text-link.in-tabs {
  color: #fff;
  font-weight: 400;
}

.hero-title-center {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 38px;
  margin-bottom: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 51px;
}

.hero-title-center.white {
  color: #fff;
}

.slider-arrows {
  color: #c2c2c27d;
  font-size: 25px;
}

.slider-arrows:hover {
  color: #969696;
}

.social-link {
  opacity: .49;
  margin-right: 15px;
  transition: all .5s;
}

.social-link:hover {
  opacity: 1;
}

.social-footer {
  text-align: right;
  padding-top: 11px;
}

.tab-pane-3 {
  margin-top: 90px;
}

.about-icon-column {
  text-align: left;
}

.icon-row-in-tab {
  margin-top: 80px;
}

.portfolio-navbar {
  background-color: #444444bd;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.logo-2 {
  padding-top: 19px;
}

.portfolio-nav-link {
  color: #fff;
  text-transform: none;
  border-right: 1px dashed gray;
  margin-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.portfolio-nav-link:hover {
  color: #dbdbdb;
  text-decoration: none;
}

.portfolio-item {
  margin-bottom: 30px;
}

.singel-portfolio-container {
  margin-top: 30px;
}

.portfolio-item-info {
  margin-bottom: 30px;
}

.singel-page {
  margin-bottom: 60px;
}

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

.link:hover {
  color: #2996cc;
}

.dot-slider {
  font-size: 8px;
}

.herologotext {
  display: inline-block;
}

.herologo {
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.herotagline {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 50px;
  margin-bottom: 35px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 23px;
}

.navlogo {
  z-index: 1001;
  opacity: .85;
  position: relative;
}

.slidernav {
  text-align: right;
  padding-right: 32px;
  font-size: 10px;
}

.slideh2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
}

.slideh2.white {
  color: #fff;
}

.slide3 {
  text-align: center;
  background-color: #505963bf;
  background-image: linear-gradient(#50596399, #50596399), url('../images/commercial.jpg');
  background-size: auto, cover;
  padding-top: 250px;
}

.quotemark {
  color: #2e3b4e;
  margin-top: 109px;
  font-family: PT Sans, sans-serif;
  font-size: 250px;
  line-height: 0;
}

.wave {
  position: relative;
  left: -382px;
}

.herolinktext {
  color: #fff;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.slide4 {
  text-align: center;
  background-image: linear-gradient(#00939040, #3f6d6c47 0%), url('../images/waterfall.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 150px;
}

.specsheetcolumn {
  text-align: left;
}

.specsheetsh2 {
  color: #42c0ff;
  margin-bottom: 30px;
}

.specinfo {
  color: #fff;
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.specsection {
  background-image: linear-gradient(#ffffff21, #ffffff12), url('../images/testimonialbg-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 432px;
  background-attachment: scroll, fixed;
  padding-top: 90px;
  padding-bottom: 90px;
}

.problemsheader {
  text-align: center;
  background-image: linear-gradient(#7d7d7dd9, #7e7e7eb3), url('../images/Water1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
  padding-top: 150px;
}

.problemsheader.hardwater {
  background-image: linear-gradient(#9d74edbf, #9d74ed80), linear-gradient(#7d7d7dd9, #7d7d7db3), url('../images/Water1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.pageh1 {
  color: #fff;
  font-size: 49px;
  font-weight: 600;
}

.problemssection {
  text-align: left;
  padding-top: 100px;
  padding-bottom: 100px;
}

.problemssection.solutions {
  background-color: #212a33;
}

.pageh2 {
  color: #fff;
  font-size: 31px;
}

.pageh2.white {
  color: #e0e0e0;
}

.pageh2.about {
  font-size: 34px;
  font-weight: 300;
}

.pageh2.about.white {
  color: #fff;
}

.problems {
  text-align: left;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 26px;
}

.problems.light {
  color: #fff;
}

.problemsh3 {
  color: #fff;
  text-align: center;
  margin-top: -20px;
  font-size: 18px;
  font-weight: 600;
}

.underlinebold {
  font-weight: 700;
  text-decoration: underline;
}

.droplink {
  color: #dbdbdb;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
}

.droplink:hover, .droplink.w--current {
  color: #fff;
  box-shadow: inset 6px 0 0 -2px #ffffff80;
}

.droplist {
  background-color: #505963d9;
}

.footerlogo {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footerright {
  color: #6c7980;
  text-align: right;
  margin-top: 20px;
  font-size: 16px;
}

.tm {
  font-size: 8px;
  position: relative;
  top: -7px;
}

.contactinfoheader {
  color: #2e3b4e;
  text-align: left;
  margin-top: 7px;
  margin-bottom: 5px;
  font-size: 22px;
}

.contactinfo {
  color: #5f6a7d;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 14px;
  display: block;
}

.pageheader {
  text-align: center;
  background-image: linear-gradient(#5b6c7591, #5b6c7591), url('../images/splashing-165192.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 300px;
  padding-top: 150px;
}

.solutionssection {
  background-color: #212a33;
  background-image: linear-gradient(#3d434d99, #3d434d99), url('../images/testimonialbg-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 432px;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.solutionslink:hover {
  color: #42c0ff;
}

.problemsp {
  margin-bottom: 20px;
}

.ipad {
  margin-top: 15px;
}

.solutionsrich {
  text-align: left;
  margin-top: 30px;
}

.solutionsrich h3 {
  color: #e0e0e0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 300;
}

.solutionsrich p {
  color: #fff;
  text-align: left;
  font-size: 16px;
}

.solutionsrich a {
  color: #30b7fa;
}

.solutionsrich a:hover {
  color: #9cdeff;
}

.solutionsrich h4 {
  color: #e0e0e0;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 300;
}

.solutionsrich h5 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
}

.solutionsrich ul {
  color: #2996cc;
  margin-top: 20px;
  font-size: 17px;
  line-height: 24px;
  list-style-type: disc;
}

.problemsrich p {
  text-align: left;
  font-size: 17px;
  line-height: 26px;
}

.problemsthumbdiv {
  float: left;
  border: 1px solid #3b404570;
  border-radius: 4px;
  width: 200px;
  height: 200px;
  margin-top: 6px;
  margin-right: 20px;
  position: relative;
}

.problemsthumbdiv.hardwater {
  background-image: url('../images/HardWater.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.problemsthumbdiv.iron {
  background-image: url('../images/Iron.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.problemsthumbdiv.sulfur {
  background-image: url('../images/egg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.problemsthumbdiv.bacteria {
  background-image: url('../images/Bacteria.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.problemsthumbdiv.nitrates {
  background-image: url('../images/nitrates.jpg');
  background-position: 0 0;
  background-size: 320px;
}

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

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

.problemsthumbdiv.pharm {
  background-image: url('../images/pills.jpg');
  background-position: 50%;
  background-size: cover;
}

.problemsthumbdiv.turbidity {
  background-image: url('../images/Turbidity.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.problemsthumbdiv.toxic {
  background-image: url('../images/toxic-water.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.bloghero {
  text-align: center;
  background-image: linear-gradient(#fff0, #5b6c7575), url('../images/index.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
  padding-top: 150px;
}

.bloghero.saltfree {
  background-image: linear-gradient(#5b6c7585, #5b6c75b3), url('../images/Salt-Free.jpg');
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bloghero.bacteria {
  background-image: linear-gradient(#fff0, #5b6c7575), url('../images/bacteriahero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bloghero.bypass {
  background-image: linear-gradient(#fff0, #5b6c7575), url('../images/bypass.jpg');
  background-repeat: repeat, no-repeat;
}

.bloghero.epa {
  background-image: linear-gradient(#fff0, #5b6c7575), url('../images/epa.jpg');
}

.blogh1 {
  color: #fff;
  font-size: 49px;
  font-weight: 600;
}

.bloglink {
  opacity: .85;
  border-radius: 3px;
  width: 100%;
  transition: opacity .2s;
  overflow: hidden;
  box-shadow: 0 0 0 1px #0000001f;
}

.bloglink:hover {
  opacity: 1;
}

.blogthumb {
  width: 100%;
  height: 150px;
  transition: opacity .2s;
}

.blogthumb.saltfree {
  background-image: url('../images/saltfreethumb.jpg');
  background-position: 50%;
  background-size: cover;
}

.blogthumb.bypass {
  background-image: url('../images/bypassthumb.jpg');
  background-position: 50%;
  background-size: cover;
}

.blogthumb.epa {
  background-image: url('../images/epathumb.jpg');
  background-position: 0 0;
  background-size: cover;
}

.blogthumb.bacteria {
  background-image: url('../images/bacteriathumb.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blogthumbtitle {
  color: #3c4146;
  background-color: #fff;
  height: 90px;
  padding: 15px;
  font-size: 15px;
  font-weight: 600;
}

.blogtitle {
  color: #48535c;
  text-transform: none;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
}

.divider {
  background-color: #dedede;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blogpostrich {
  text-align: left;
}

.blogpostrich p {
  text-align: left;
  margin-top: 2px;
  margin-bottom: -4px;
  font-size: 15px;
  font-weight: 400;
}

.blogpostrich h2 {
  text-align: left;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.blogpostrich h3 {
  color: #1f719b;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
}

.blogpostrich a {
  color: #2996cc;
  text-decoration: underline;
}

.blogpostrich h4 {
  color: #5f6a7d;
  text-transform: none;
  margin-top: -5px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}

.blogpostrich ul {
  color: #5f6a7d;
  font-weight: 400;
}

.blogimage {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.abouthero {
  background-image: url('../images/splashing-165192.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 500px;
}

.aboutparagraph {
  text-align: left;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
}

.aboutparagraph.light, .white {
  color: #fff;
}

._404bg {
  text-align: center;
  background-image: url('../images/index.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  position: absolute;
}

._404block {
  color: #fff;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 150px;
  line-height: 150px;
  display: block;
  position: relative;
}

._404block.notfound {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
}

.hypercolor {
  color: #e0e0e0;
}

.hypercolor:hover {
  color: #2996cc;
}

.hypercolor:active {
  color: #42c0ff;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.contact-message {
  float: right;
  clear: none;
  margin-top: 0;
  padding-top: 8px;
  padding-left: 0;
  display: inline-block;
}

.contact-button {
  width: 460px;
  padding-left: 0;
}

.heading {
  color: #c4204b;
  font-family: Changa One, Impact, sans-serif;
  font-size: 30px;
  line-height: 34px;
}

.text-block {
  color: #c4204b;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

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

.link-3, .link-4 {
  color: #5f6a7d;
  text-decoration: underline;
}

.heading-2, .text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  color: #fff;
}

html.w-mod-js [data-ix="about-image"] {
  opacity: 1;
  display: block;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="tabs-arrow"] {
  opacity: 0;
  transform: translate(0, -6px);
}

html.w-mod-js [data-ix="tab-1-iphone-left"], html.w-mod-js [data-ix="tab-1-iphone-right"] {
  opacity: .82;
  transform: translate(40px);
}

html.w-mod-js [data-ix="portfolio-item-hover"] {
  opacity: 0;
}

html.w-mod-js [data-ix="hero-title-center"] {
  transform: scale(.71);
}

html.w-mod-js [data-ix="move-down"] {
  opacity: 0;
  transform: translate(0, 20px);
}

@media screen and (max-width: 991px) {
  h2 {
    line-height: 33px;
  }

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

  .button.specbutton {
    width: 150px;
  }

  .button.specbutton.wide {
    width: 320px;
  }

  .nav-link {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-link.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: inset -7px 0 0 -2px #ffffff80;
  }

  .nav-link.w--current:hover {
    box-shadow: none;
  }

  .section.about {
    padding-bottom: 102px;
  }

  .slide-1 {
    background-position: 56%;
    background-size: cover;
  }

  .left-icon {
    display: none;
  }

  .testimonial-text {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 20px;
    line-height: 33px;
  }

  .banner-text {
    font-size: 22px;
    line-height: 33px;
  }

  .services-sub-text {
    font-size: 20px;
    line-height: 33px;
  }

  .tab-link {
    height: 62px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-mobile {
    background-color: #505963d9;
  }

  .menu-button {
    padding-bottom: 16px;
  }

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

  .hamburger-menu-icon {
    color: #ededed;
    font-size: 27px;
  }

  .wave {
    top: 60px;
    left: -383px;
  }

  .droplink {
    text-align: right;
  }

  .droplink:hover, .droplink.w--current {
    box-shadow: inset -6px 0 0 -2px #ffffff80;
  }

  .ipad {
    margin-top: 50px;
  }

  .heading {
    padding-bottom: 65px;
    font-size: 24px;
    line-height: 30px;
    overflow: scroll;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 38px;
    line-height: 28px;
  }

  h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .button.bannerbutton {
    float: none;
  }

  .button.specbutton {
    width: 200px;
    display: inline-block;
  }

  .button.specbutton.wide {
    width: 420px;
    display: inline-block;
  }

  .nav-link.w--current:hover {
    box-shadow: none;
  }

  .navbar {
    height: auto;
  }

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

  .section.about {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-column {
    margin-top: 30px;
  }

  .dark-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-1 {
    background-position: 61%;
  }

  .slider-info-box {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .left-icon {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .about-text, .learn-more, .about-paragraph {
    text-align: center;
  }

  .banner-section {
    text-align: center;
    padding-top: 20px;
  }

  .banner-text {
    float: none;
    text-align: center;
    font-size: 20px;
  }

  .banner-button {
    text-align: center;
    padding-top: 0;
  }

  .banner-text-column {
    margin-bottom: 12px;
    padding-top: 0;
  }

  .solutionsection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link {
    height: 82px;
  }

  .tab-link.w--current {
    padding-left: 5px;
    padding-right: 10px;
  }

  .tab-text-column {
    text-align: center;
    margin-top: 60px;
  }

  .clinet-logo-box {
    border-bottom-style: none;
    border-right-style: none;
  }

  .contact-info {
    text-align: center;
    margin-top: 50px;
  }

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

  .copyright-text {
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .portfolio.chlorine, .iron, .bacteria {
    margin-bottom: 20px;
  }

  .portfolio-row {
    margin-top: 0;
    margin-bottom: 0;
  }

  .team {
    text-align: center;
  }

  .member {
    text-align: center;
    margin-bottom: 40px;
  }

  .about-text-column {
    text-align: center;
  }

  .hero-title-center {
    font-size: 21px;
    line-height: 33px;
  }

  .social-footer {
    text-align: center;
  }

  .nav-menu-mobile {
    background-color: #505963d9;
  }

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

  .about-icon-column {
    margin-top: 40px;
  }

  .hamburger-menu-icon {
    font-size: 38px;
  }

  .herotagline {
    font-size: 18px;
  }

  .navlogo {
    width: 120px;
    margin-bottom: 10px;
  }

  .slidernav {
    text-align: center;
    padding-right: 0;
  }

  .arrowbutton {
    width: 40px;
  }

  .specsheetcolumn {
    text-align: center;
  }

  .specinfo {
    text-align: center;
    margin-top: 31px;
    font-size: 20px;
    line-height: 25px;
  }

  .problemsheader {
    height: 250px;
    padding-top: 135px;
  }

  .pageh1 {
    font-size: 39px;
  }

  .problemssection {
    padding: 70px 20px;
  }

  .pageh2 {
    font-size: 28px;
  }

  .problems {
    font-size: 16px;
    line-height: 24px;
  }

  .problemsh3 {
    margin-top: -10px;
    font-size: 15px;
  }

  .footerright, .contactinfoheader, .contactinfo {
    text-align: center;
  }

  .solutionssection {
    padding: 70px 20px;
  }

  .ipad {
    max-width: 75%;
    margin-top: 0;
  }

  .heading {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 27px;
    line-height: 29px;
  }

  p {
    line-height: 21px;
  }

  .button.specbutton {
    width: 275px;
  }

  .button.specbutton.wide {
    width: 275px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .button.hero {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    display: block;
  }

  .nav-link.w--current:hover {
    box-shadow: none;
  }

  .slider {
    height: 550px;
  }

  .slide-2 {
    padding-top: 20px;
  }

  .section {
    padding-bottom: 55px;
  }

  .icon-column {
    margin-bottom: 50px;
  }

  .slide-1 {
    background-position: 67% 55%;
    background-size: cover;
    padding-top: 0;
  }

  .slider-info-box {
    text-align: center;
    margin-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-column {
    text-align: center;
  }

  .left-icon {
    text-align: center;
    margin-right: 0;
    display: inline-block;
  }

  .testimonial-text {
    font-size: 16px;
    line-height: 26px;
  }

  .banner-section {
    height: auto;
    padding: 18px 10px 23px;
  }

  .banner-text {
    font-size: 15px;
    line-height: 28px;
  }

  .services-sub-text {
    font-size: 16px;
    line-height: 23px;
  }

  .tab-link {
    width: 100%;
    height: auto;
    margin-top: 20px;
    transition: none;
  }

  .tab-link.w--current {
    min-width: 300px;
    margin-top: 10px;
    overflow: hidden;
  }

  .tabs-arrow {
    display: none;
  }

  .email-field.city {
    float: none;
    width: 100%;
    margin-right: 0%;
  }

  .email-field.city.zip {
    float: none;
    width: 100%;
  }

  .email-field.city.state {
    width: 100%;
  }

  .email-field.phone {
    width: 100%;
    margin-right: 0%;
    display: block;
  }

  .email-field.phone.time {
    width: 100%;
  }

  .about-text-column {
    text-align: center;
  }

  .hero-title-center {
    font-size: 15px;
    line-height: 22px;
  }

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

  .about-icon-column {
    text-align: center;
    margin-top: 40px;
  }

  .hamburger-menu-icon {
    font-size: 35px;
  }

  .herotagline {
    font-size: 15px;
    line-height: 19px;
  }

  .navlogo {
    width: 100px;
  }

  .slideh2 {
    font-size: 25px;
  }

  .slide3 {
    padding-top: 20px;
  }

  .slide4 {
    padding-top: 100px;
  }

  .specsheetcolumn {
    text-align: center;
  }

  .specinfo {
    margin-top: 15px;
    font-size: 18px;
    line-height: 22px;
  }

  .problemsheader {
    height: 200px;
    padding-top: 110px;
  }

  .pageh1 {
    font-size: 32px;
  }

  .pageh2 {
    font-size: 22px;
  }

  .problems {
    font-size: 14px;
    line-height: 20px;
  }

  .problemsh3 {
    font-size: 14px;
    line-height: 21px;
  }

  .ipad {
    max-width: 75%;
  }

  .problemsthumbdiv {
    float: none;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 24px;
    overflow: auto;
  }
}

#w-node-fec18d84-ec73-fe42-174d-38bc6aa3d180-bb722233 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4a4d030a-838c-e40b-b397-a4b419a59815-bb722233 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-deb8c1c2-7a99-f4cc-7809-f65e64c08af0-bb722233 {
  grid-area: Hours;
}

#w-node-_4e00610d-1b36-0a2a-d9ca-577fa2b6cdbe-bb722233 {
  grid-area: Business-Hours;
}


