body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}
h1 {
  margin-bottom: 19px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}
h2 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}
h3 {
  margin-top: 41px;
  margin-right: 14px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-right: 0px;
  margin-bottom: 5px;
}
.button {
  display: inline-block;
  margin-right: 14px;
  padding: 13px 23px;
  border-radius: 3px;
  background-color: black;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px 0px;
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  -o-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family:'Roboto Slab', sans-serif;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #489fd9;
}
.button.hollow {
  position: static;
  display: block;
  width: 150px;
  margin-top: 34px;
  margin-right: auto;
  margin-left: 70px;
  float: left;
  background-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px 0px, #050636 0px 0px 0px 2px inset;
  color: #071545;
  text-shadow: none;
}
.button.hollow:hover {
  background-color: #489fd9;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px 0px, #489fd9 0px 0px 0px 2px inset;
  color: white;
  text-shadow: none;
}
.button.hollow.moreprobbutton {
  width: 167px;
  margin-top: 14px;
  margin-left: auto;
  float: none;
  text-shadow: none;
}
.button.hollow.moreprobbutton.w--current {
  text-shadow: none;
}
.button.hollow.moreprobbutton.totop {
  margin-top: 0px;
  margin-left: 30px;
  float: none;
  text-shadow: none;
}
.button.hollow.moreprobbutton.totop.w--current {
  margin-top: 0px;
  margin-left: 15px;
  float: left;
  text-shadow: none;
}
.button.hollow.contactbtn {
  width: 167px;
  margin-top: 0px;
  margin-right: 14px;
  margin-left: 0px;
  float: none;
  text-shadow: none;
}
.button.hollow.contactbtn.aboutcontactbtn {
  text-shadow: none;
}
.button.hollow.aboutbutton {
  margin-top: 50px;
  margin-left: auto;
  float: none;
  text-shadow: none;
}
.logo-text {
  margin-top: 24px;
  font-family:'Roboto Slab', sans-serif;
  color: #1c1c1c;
  font-size: 27px;
  font-weight: 500;
}
.logo-text.footer {
  margin-top: 0px;
  margin-bottom: 19px;
  color: #e6eaed;
}

.logo-text.footer.address {
 font-family:Arial, Verdana;
 font-size:14px;
 line-height:140%;
 }
 
.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-bottom: 0px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 0px 0px;
}
.nav-link {
  padding: 26px 10px;
  box-shadow: transparent 0px 3px 0px 0px inset;
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  -o-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
  font-size: 15px;
}
.nav-link:hover {
  box-shadow: rgba(181, 181, 181, 0.49) 0px 3px 0px 0px inset;
}
.nav-link.w--current {
  box-shadow: #4d59bd 0px 3px 0px 0px inset;
  color: #4d59bd;
}
.section {
  padding-top: 70px;
  padding-bottom: 28px;
  float: none;
}
.section.main {
  height: auto;
  margin-top: 0px;
  float: none;
  background-color: #86add1;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.22) 0px 1px 0px;
}
.section.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}
.section.footer.copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #1c1d1f;
  color: #939596;
  font-size: 14px;
}
.section.purple {
  background-color: #dde7ed;
}
.section.press {
  padding-top: 20px;
  padding-bottom: 14px;
  background-color: #475e9e;
}
.main-subtitle {
  margin-bottom: 26px;
  font-size: 19px;
  line-height: 22px;
  font-weight: 300;
}
.footer-title {
  margin-top: 0px;
  font-family:'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  -o-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #489fd9;
  text-decoration: none;
}
.page-link:hover {
  border-bottom-color: #489fd9;
}
.brand-link {
  text-decoration: none;
}
.main-heading {
  margin-bottom: 20px;
  color: white;
  font-size: 38px;
  line-height: 44px;
}
.section-subtitle {
  margin-bottom: 35px;
  font-size: 19px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}
.plan-wrapper {
  height: 447px;
  min-height: 300px;
  padding: 17px;
  border-radius: 3px;
  background-color: white;
  color: #2b2b2b;
}
.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}
.divider {
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
  background-color: #dbdbdb;
}
.additional-contact {
  margin-top: 21px;
  text-align: center;
}
.feature-row {
  margin-bottom: 14px;
}
.feature-row.problemslide {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.testimonial-slider {
  height: auto;
  margin-top: 0px;
  margin-bottom: 65px;
  background-color: transparent;
}
.testimony-slide {
  padding-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}
.testimony-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family:'Roboto Slab', sans-serif;
  font-size: 25px;
  line-height: 31px;
  font-weight: 300;
}
.slider-arrow {
  width: 50px;
  -webkit-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #bdbdbd;
  font-size: 32px;
}
.slider-arrow:hover {
  color: black;
}
.main-feature-group {
  margin-top: 30px;
}
.mainslider {
  display: block;
  height: 180px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}
.slidercol {
  margin-top: 42px;
}
.firstbox {
  height: auto;
}
.hardpic {
  width: 100%;
  margin-top: 70px;
  margin-left: 0px;
}
.hardpic.threesliderimg {
  width: 100%;
  margin-top: 63px;
  margin-left: 0px;
  padding-right: 5px;
  padding-left: 5px;
}
.harddesc {
  margin-top: 9px;
  margin-bottom: 8px;
}
.cloudypic {
  width: 100%;
  margin-top: 59px;
  margin-bottom: 0px;
}
.freetext {
  color: #489fd9;
}
.freelist {
  margin-bottom: 18px;
  padding-left: 11px;
}
.careheading {
  font-size: 20px;
  line-height: 22px;
}
.freeheading {
  margin-bottom: 0px;
}
.programslist {
  margin-bottom: 1px;
  padding-left: 10px;
}
.valueheading {
  margin-bottom: 0px;
}
.businessheading {
  margin-bottom: 0px;
}
.businesslist {
  padding-left: 10px;
}
.contactcontainer {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 400px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #5a92db;
}

.searchcontainer {
  position: absolute;
  right:0px;
  bottom: 30px;
  display: block;
  width: 400px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #5a92db;
  height: 50px;
}
.navslide {
  width: auto;
}
.problemslider {
  background-color: rgba(188, 214, 224, 0.49);
}
.highlightsimg {
  display: block;
  width: 70%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}
.highlightsslider {
  background-color: transparent;
}
.reverselink {
  display: block;
  width: auto;
}
.treatmentsystems {
  margin-top: 21px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}
.softeningtitle {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #206ee3;
  font-size: 20px;
  text-align: center;
}
.treatmenttext {
  margin-top: 16px;
  padding-right: 20px;
  text-align: center;
}
.treatmenttext.arsenictext {
  margin-top: 32px;
  text-align: center;
}
.treatmenttext.irontext {
  margin-top: 44px;
  text-align: center;
}
.treatmenttext.sedimenttext {
  padding-bottom: 60px;
}
.filtrationtitle {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #0e2b8a;
  font-size: 24px;
  text-align: center;
}
.learnmore {
  position: relative;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 110px;
  height: auto;
  margin-top: 59px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  float: none;
  background-color: #206ee3;
  font-family: Lato, sans-serif;
  color: white;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.learnmore.filtrationlm {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-right: auto;
  float: none;
  background-color: #0e2b8a;
}
.learnmore.arseniclm {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-right: auto;
  float: none;
  background-color: #1cb2b8;
}
.filtersystemlist {
  padding-bottom: 2px;
  color: #121c29;
}
.filtrationlist {
  margin-top: 16px;
  margin-bottom: 0px;
  padding-left: 57px;
}
.filtrationlist.purificationlist {
  margin-top: 20px;
  padding-left: 73px;
}
.puretitle {
  color: #1cb2b8;
}
.treatmentsliderow {
  position: relative;
  margin-top: 30px;
  padding-right: 69px;
  padding-bottom: 56px;
  padding-left: 68px;
}
.filtrationrow {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-bottom: 0px;
  padding-left: 25px;
}
.treatmentslider {
  height: auto;
  margin-bottom: 26px;
  background-color: #e6e6ff;
}
.puretext {
  margin-top: 23px;
}
.systemstext {
  margin-top: 27px;
  font-size: 19px;
  font-weight: 500;
}
.navlogo {
  height: 120px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.topsection {
  width: 100%;
  margin-top: 0px;
  background-color: #f2f6fa;
  color: #777;
}
.topsection.abouttop {
  background-color: white;
}
.topsection.bottommargin {
  margin-bottom: 50px;
}
.pagetitle {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0px;
  color: #444;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}
.pagetitle.contacttitle {
  padding-left: 90px;
  text-align: left;
}
.problemslist {
  margin-bottom: 30px;
  padding-left: 20px;
}
.problemsli {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  color: black;
  font-weight: 700;
}
.problemscontainer {
  padding-left: 45px;
}
.problemsection {
  margin-top: 30px;
  font-size: 16px;
}
.problemsection.bluebg {
  background-color: #f0f6fc;
}
.problemsection.topproblems {
  margin-top: -30px;
}
.problemsection.lastsection {
  margin-bottom: 65px;
}
.sidebarimg {
  display: block;
  width: 70%;
  margin: 10px auto;
}
.sidebarimg.mineralimg {
  width: 100%;
  margin-top: 48px;
  margin-left: 39px;
  padding-left: 0px;
}
.sidebarimg.twosidebarimg.bottleimg {
  width: 100%;
  margin-top: 129px;
}
.sidebarimg.ironimg {
  margin-top: 70px;
}
.sidebarimg.latherimg {
  width: 100%;
}
.sidebarimg.poorimg {
  width: 100%;
  margin-top: 166px;
}
.sidebarimg.moldyimg {
  margin-top: 29px;
}
.sidebarimg.chlorineimg {
  margin-top: 66px;
}
.sidebarimg.costimg {
  width: 100%;
  margin-top: 161px;
}
.problemstitle {
  padding-top: 30px;
  padding-bottom: 9px;
  color: #444;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height:130%;
}
.problemstitle.bigtitle {
  font-size: 36px;
}
.problemstext {
  padding-top: 20px;
  padding-left: 20px;
  color: #555;
  text-align: left;
}
.imagesidebar {
  padding-top: 40px;
}
.imagesidebar.aboutusside {
  margin-top: 183px;
}
.imagesidebar.radioside {
  margin-top: 56px;
}
.problemssubtitle {
  margin-top: 15px;
  color: #454545;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.problemssubtitle.filttitle {
  margin-top: 0px;
  margin-bottom: 28px;
}
.problemslink {
  color: #777;
  text-decoration: none;
}
.phonenum {
  display: block;
  width: 200px;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  float: left;
  font-size: 21px;
}
.phonetext {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  color: #555;
  text-align: right;
  text-decoration: none;
}
.contactbox {
  display: block;
  width: auto;
  margin: 25px auto;
  padding-left: 18px;
  text-align: center;
}
.threesliderimg {
  width: 33%;
}
.contactholder {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  float: left;
}
.moreholder {
  float: left;
}
.linkdiv {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 56px;
  text-decoration: none;
}
.colholder {
  width: 32%;
  margin-left: 10px;
  padding-left: 0px;
  float: left;
}
.problemlinks {
  background-color: transparent;
  font-weight: 700;
  text-decoration: none;
}
.contactmoreholder {
  display: block;
  width: 536px;
  margin-right: auto;
  margin-left: auto;
}
.phoneholder {
  width: 200px;
  float: left;
}
.form-holder {
  width: 50%;
  margin-bottom: 20px;
  margin-left: 40%;
}
.cityfield {
  width: 100%;
  float: none;
}
.city-text {
  width: 30%;
}
.cityholder {
  width: 30%;
  margin-right: 15px;
  padding-right: 0px;
  float: left;
}
.send-contact {
  clear: both;
}
.clear {
  height: 0px;
  clear: both;
}
.halfdiv {
  width: 50%;
  margin-right: 0px;
  padding-right: 10px;
  float: left;
}
.notbold {
  font-weight: 300;
}
.disclaimer {
  font-size: 12px;
  line-height: 12px;
}
.contact-image-holder {
  width: 38%;
  margin-top: 23px;
  float: left;
}
.lastcheck {
  margin-bottom: 30px;
}
.contactaboutholder {
  width: 587px;
  margin-left: 208px;
  float: none;
}
.aboutcontactbox {
  margin-top: 40px;
  padding-left: 178px;
}
.posrel {
  position: relative;
}
.servingtxt {
  float: left;
  font-family: Montserrat, sans-serif;
  color: #1c445e;
  font-size: 21px;
  font-weight: 700;
}
.servingimg {
  position: static;
  width: 59%;
  float: left;
}
.servingimgbox.boxoutline {
  padding: 50px 25px;
  border: 3px solid black;
}
.servingtextlight {
  color: #489fd9;
  font-size: 16px;
  font-weight: 400;
}
.filtrationslidetxt {
  margin-top: 20px;
  text-align: center;
}
.electra {
  display: block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}
.tenpadding {
  padding-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
}
.boldtitle {
  color: #184563;
  font-weight: 700;
}
.justified {
  text-align: left;
}
.boxoutline {
  padding: 30px;
  border: 3px solid black;
}
.footmargin {
  margin-bottom: 40px;
}
.saltlearnmore {
  display: block;
  width: 110px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.nolink {
  color: #e4e8eb;
  text-decoration: none;
}
.final-row {
  margin-bottom: 66px;
}
.radiolist {
  margin-top: 32px;
  padding-left: 40px;
}
.nav-holder {
  background-color: transparent;
}
.specialimg {
  width: 100%;
  margin-bottom: 5px;
}
.checkboxfloat {
  width: 100%;
  float: left;
}
.checkboxfloat.lastbox {
  margin-bottom: 59px;
}
.specialcaption {
  margin-bottom: 20px;
  text-align: center;
}

.specialcaption2 {
  margin-bottom: 20px;
  text-align: center;
  color: #ff0000;
  width: 80%;
}

@media (max-width: 991px) {
  body {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  h3 {
    margin-right: 0px;
    padding-right: 0px;
  }
  .button.hollow {
    display: block;
    margin-top: 0px;
    margin-left: auto;
    float: none;
    text-shadow: none;
  }
  .button.hollow.moreprobbutton {
    text-shadow: none;
  }
  .button.hollow.moreprobbutton.totop {
    margin-left: 0px;
    text-shadow: none;
  }
  .button.hollow.contactbtn {
    margin-right: 15px;
    margin-left: 0px;
    text-shadow: none;
  }
  .button.hollow.contactbtn.aboutcontactbtn {
    margin-left: 82px;
    text-shadow: none;
  }
  .navigation {
    margin-bottom: 20px;
  }
  .nav-link {
    padding: 18px 0px;
    color: white;
  }
  .nav-link:hover {
    box-shadow: transparent 0px 3px 0px 0px inset;
  }
  .nav-link.w--current {
    box-shadow: transparent 0px 1px 0px 0px inset;
  }
  .nav-link.menu {
    padding: 22px 17px;
    color: black;
    font-size: 30px;
  }
  .nav-link.menu.w--open {
    background-color: black;
    color: white;
  }
  .section.main {
    height: auto;
    margin-top: 0px;
  }
  .nav-menu {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: black;
  }
  .main-heading {
    width: 369px;
  }
  .plan-wrapper {
    height: 525px;
  }
  .main-feature-group {
    margin-top: 0px;
  }
  .main-image {
    margin-top: 49px;
  }
  .mainslider {
    margin-top: 69px;
    background-color: transparent;
  }
  .slidercol {
    margin-top: 0px;
  }
  .freelist {
    margin-bottom: 40px;
  }
  .freeheading {
    margin-bottom: 20px;
  }
  .valueheading {
    margin-bottom: 51px;
  }
  .businessheading {
    margin-bottom: 24px;
  }
  .businesslist {
    margin-bottom: 62px;
    padding-left: 10px;
  }
  .contactcontainer {
    right: 0;
    bottom: 50px;
    margin-top: 0px;
    padding-left: 0;
  }
  .navslide {
    width: auto;
  }
  .problemslider {
    width: auto;
  }
  .navlogo {
    height: 100px;
  }
  .topsection {
    margin-top: 0px;
  }
  .pagetitle {
    color: #183a52;
  }
  .problemscontainer {
    padding-left: 0px;
  }
  .problemstitle {
    font-size: 26px;
  }
  .problemstitle.bigtitle {
    font-size: 36px;
  }
  .phonenum {
    width: 100%;
  }
  .phonetext {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
  }
  .contactbox {
    width: 100%;
  }
  .sliderarrow {
    margin-right: 0px;
    margin-left: 0px;
  }
  .rightsliderarrow {
    margin-left: 40px;
  }
  .contactholder {
    width: auto;
  }
  .colholder {
    margin-left: 0px;
  }
  .contactmoreholder {
    width: 351px;
  }
  .phoneholder {
    width: 100%;
  }
  .cityholder {
    margin-right: 11px;
  }
  .posrel {
    left: 0px;
    top: 0px;
    right: 0px;
  }
  .servingtxt {
    margin-left: 91px;
    float: left;
    font-family: Montserrat, sans-serif;
    color: #205375;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
  }
  .servingimg {
    position: static;
    width: auto;
    margin-bottom: 37px;
    float: none;
  }
  .servingimgbox {
    position: static;
    text-align: center;
  }
  .servingtextlight {
    color: #489fd9;
  }
  .saltlearnmore {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  body {
    margin-top: 0px;
  }
  h3 {
    display: block;
    margin-right: auto;
    margin-bottom: 8px;
    margin-left: auto;
  }
  p {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: center;
  }
  .button.hollow {
    position: static;
    display: block;
    width: 140px;
    margin-top: 0px;
    margin-left: auto;
    float: none;
    text-align: center;
    text-shadow: none;
  }
  .button.hollow.moreprobbutton.totop {
    margin-right: 0px;
    margin-left: 0px;
    text-shadow: none;
  }
  .button.hollow.contactbtn {
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    text-shadow: none;
  }
  .button.hollow.contactbtn.aboutcontactbtn {
    margin-left: 0px;
    text-shadow: none;
  }
  .logo-text {
    margin-top: 15px;
  }
  .navigation {
    height: auto;
  }
  .nav-link.menu {
    height: 70px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .section {
    padding-top: 23px;
    padding-bottom: 23px;
    text-align: center;
  }
  .section.main {
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
  }
  .nav-menu {
    padding-right: 12px;
    padding-left: 12px;
  }
  .footer-title {
    margin-top: 35px;
  }
  .brand-link {
    width: 85%;
  }
  .main-heading {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section-subtitle {
    margin-bottom: 23px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .plan-wrapper {
    height: auto;
    min-height: 0px;
    margin-right: 5%;
    margin-bottom: 20px;
    margin-left: 5%;
  }
  .divider {
    width: 100%;
  }
  .feature-row.problemslide {
    margin-bottom: 0px;
  }
  .testimony-text {
    font-size: 16px;
    line-height: 22px;
  }
  .main-feature-group {
    margin-top: 0px;
    margin-bottom: 34px;
    text-align: center;
  }
  .mainslider {
    height: auto;
    margin-top: 0px;
  }
  .firstbox {
    margin-top: 5px;
  }
  .col1 {
    margin-top: 60px;
    margin-bottom: 0px;
    text-align: center;
  }
  .hardpic {
    margin-top: 25px;
  }
  .hardpic.threesliderimg {
    width: 100%;
  }
  .harddesc {
    margin-bottom: 0px;
  }
  .cloudypic {
    display: block;
    margin: 17px auto 41px;
  }
  .freelist {
    margin-bottom: 0px;
    text-align: left;
  }
  .programslist {
    margin-bottom: 0px;
    text-align: left;
  }
  .valueheading {
    margin-bottom: 0px;
  }
  .businesslist {
    margin-bottom: 0px;
    text-align: left;
  }
  .contactcontainer {
    position: absolute;
    top: 50px;
    right: 0px;
    bottom: 20px;
    width: 100%;
    padding-top: 0px;
    text-align:center;
    background-color: #d0e0f7;
    height:34px;
  }
  .cloudycol {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .navslide {
    width: auto;
  }
  .problemslider {
    height: auto;
    background-color: rgba(188, 214, 224, 0.49);
  }
  .filtersystemlist {
    padding-bottom: 0px;
  }
  .filtrationlist {
    margin-top: 10px;
  }
  .navlogo {
    width: 250px;
    height: auto;
  }
  .topsection {
    margin-top: 0px;
  }
  .pagetitle.contacttitle {
    padding-left: 0px;
    text-align: center;
  }
  .problemslist {
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .problemsli {
    display: block;
    width: 80%;
    height: auto;
    margin: 5px auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #c7c7c7;
    text-align: center;
  }
  .problemscontainer {
    padding-bottom: 30px;
    padding-left: 0px;
  }
  .sidebarimg {
    width: 33%;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
  }
  .sidebarimg.twosidebarimg {
    width: 50%;
  }
  .sidebarimg.ironimg {
    width: 100%;
  }
  .sidebarimg.latherimg {
    width: 60%;
    margin-top: 0px;
    float: none;
  }
  .sidebarimg.poorimg {
    width: 70%;
    margin-top: 0px;
    float: none;
  }
  .sidebarimg.moldyimg {
    float: none;
  }
  .sidebarimg.intestineimg {
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
  }
  .sidebarimg.costimg {
    width: 70%;
    margin-top: 0px;
    float: none;
  }
  .problemstext.irontext {
    margin-bottom: 10px;
  }
  .imagesidebar.aboutusside {
    margin-top: 0px;
  }
  .problemslink {
    width: 100%;
    background-color: #c7c7c7;
    color: white;
  }
  .problemsdrop {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #576980;
    color: white;
    text-align: center;
  }
  .phonenum {
    padding-right: 0px;
    float: none;
  }
  .phonetext {
    margin-bottom: -14px;
    text-align: center;
  }
  .contactbox {
    position: static;
    width: 100%;
    padding-left: 0px;
  }
  .problemslistitem {
    display: block;
    width: 60%;
    height: 30px;
    margin: 4px auto;
    padding-top: 3px;
    background-color: #c2c2c2;
    color: white;
    font-weight: 500;
    text-align: center;
    letter-spacing: 4px;
  }
  .contactholder {
    display: block;
    width: 168px;
    margin: 10px auto;
    float: none;
    text-align: center;
  }
  .moreholder {
    display: block;
    width: 166px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .probcol {
    margin-bottom: -4px;
  }
  .linkdiv {
    display: block;
    width: 90%;
    margin: 5px auto;
    padding-left: 0px;
    text-align: center;
  }
  .colholder {
    width: 100%;
    margin-bottom: -6px;
  }
  .problemlinks {
    width: 100%;
  }
  .contactmoreholder {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .phoneholder {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .form-holder {
    width: 100%;
    margin-left: 0%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .contact-image-holder {
    width: 100%;
  }
  .mobileimg {
    display: block;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .servingtxt {
    margin-left: 0px;
  }
  .boxoutline {
    margin-top: 10px;
    padding: 30px;
    border: 4px solid black;
  }
  .promisetext {
    margin-top: 20px;
  }
  .saltlearnmore {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .specialistimg {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .radiolist {
    margin-bottom: 40px;
  }
}

@media (max-width: 766px) {
    body {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .contact-image-holder {
    width: 100%;
    display:none;
  }
  .highlightsimg {
  margin-top: 20px;
}

}

@media (max-width: 479px) {
  body {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  
  .contact-image-holder {
    width: 100%;
    display:none;
  }
  
  
  h2 {
    margin-bottom: 0px;
    font-size: 25px;
  }
  h3 {
    margin-top: 6px;
  }
  p {
    margin-bottom: 12px;
  }
  .button.hollow {
    margin-left: auto;
    float: none;
    text-shadow: none;
  }
  .button.hollow.moreprobbutton {
    margin-bottom: 49px;
    text-shadow: none;
  }
  .button.hollow.moreprobbutton.totop {
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    text-shadow: none;
  }
  .button.hollow.contactbtn {
    position: static;
    width: 168px;
    margin: 15px auto;
    float: none;
    clear: none;
    text-align: center;
    text-shadow: none;
  }
  .button.hollow.contactbtn.aboutcontactbtn {
    text-shadow: none;
  }
  .navigation {
    height: auto;
  }
  .section {
    padding-top: 0px;
  }
  .section.main {
    margin-top: 0px;
    padding-top: 17px;
    padding-bottom: 0px;
  }
  .brand-link {
    width: 80%;
  }
  .main-heading {
    width: auto;
    margin-top: 28px;
    font-size: 35px;
    letter-spacing: -2px;
  }
  .section-subtitle {
    margin-bottom: 9px;
  }
  .plan-wrapper {
    height: auto;
  }
  .testimony-text {
    font-size: 14px;
    line-height: 22px;
  }
  .mainslider {
    height: 121px;
  }
  .slidercol {
    margin-bottom: 14px;
  }
  .firstbox {
    margin-top: 0px;
  }
  .col1 {
    margin-top: 33px;
    margin-bottom: 0px;
  }
  .hardpic.threesliderimg {
    width: 100%;
  }
  .cloudypic {
    margin-top: 28px;
    margin-bottom: 37px;
  }
  .contactcontainer {
    position: absolute;
    left: 0px;
    top: 60px;
    right: 0px;
    bottom: 40px;
    width: 100%;
    margin-top: 0px;
    padding-left: 0px;
    background-color: #d0e0f7;
    text-align: center;
  }
  .cloudycol {
    height: auto;
  }
  .navslide {
    width: auto;
  }
  .problemslider {
    height: auto;
    min-height: 1px;
  }
  .treatmenttext {
    margin-top: 20px;
  }
  .treatmenttext.arsenictext {
    padding-right: 0px;
    padding-left: 0px;
  }
  .treatmenttext.irontext {
    margin-top: 20px;
  }
  .filtersystemlist {
    padding-bottom: 6px;
  }
  .filtrationlist {
    margin-top: 26px;
    padding-left: 35px;
  }
  .puretitle {
    width: 199px;
    float: none;
    text-align: center;
  }
  .treatmentsliderow {
    padding-right: 48px;
    padding-left: 50px;
  }
  .navlogo {
    width: 100%;
    height: auto;
    float: none;
  }
  .topsection {
    margin-top: 0px;
  }
  .problemslist {
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .problemsli {
    width: 100%;
    height: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #c7c7c7;
    color: white;
    text-align: center;
  }
  .problemscontainer {
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .sidebarimg {
    width: 33%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 9px;
    float: left;
  }
  .sidebarimg.twosidebarimg {
    width: 50%;
  }
  .sidebarimg.ironimg {
    width: 100%;
  }
  .sidebarimg.poorimg {
    margin-top: 0px;
  }
  .problemstitle {
    float: none;
    font-size: 22px;
  }
  .problemstext.irontext {
    margin-bottom: 30px;
  }
  .imagesidebar {
    padding-top: 0px;
  }
  .imagesidebar.aboutusside {
    margin-top: 0px;
  }
  .problemslink {
    padding-top: 3px;
    padding-bottom: 3px;
    color: white;
    text-align: center;
  }
  .problemsdrop {
    width: 100%;
    background-color: #576980;
    color: white;
    text-align: center;
  }
  .problemtoggle {
    width: 100%;
    background-color: #9db1d4;
    color: white;
    font-weight: 700;
  }
  .dropitem {
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
  }
  .droplist.w--open {
    background-color: #dfe7f2;
  }
  .phonenum {
    padding-right: 0px;
    text-align: left;
  }
  .phonetext {
    position: static;
    width: 155px;
    text-align: left;
  }
  .contactbox {
    position: static;
    width: 100%;
    padding-left: 0px;
    float: none;
  }
  .sliderarrow {
    margin-right: -15px;
    margin-left: -8px;
  }
  .rightsliderarrow {
    margin-left: 49px;
  }
  .problemslistitem {
    width: 80%;
    height: auto;
  }
  .contactholder {
    width: 168px;
    margin-top: 0px;
  }
  .moreholder {
    width: 166px;
    float: none;
  }
  .probcol {
    margin-bottom: -4px;
  }
  .linkdiv {
    width: 100%;
    padding-bottom: 0px;
  }
  .problemlinks {
    padding-top: 0px;
  }
  .contactmoreholder {
    width: 100%;
    margin-left: 0px;
  }
  .cityholder {
    width: 50%;
    margin-right: 0px;
    padding-right: 10px;
  }
  .cityholder.cityonly {
    width: 100%;
  }
  .halfdiv {
    width: 100%;
  }
  .mobileimg {
    margin-top: 10px;
  }
  .saltlearnmore {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .nopad {
    margin-bottom: -25px;
    padding-bottom: 0px;
  }
  .radiolist {
    margin-bottom: 40px;
  }
  .waterlink {color:#000; }
}

