@media (min-width: 992px) {
  #container-fluid-clouds {
    height: 768px;
  }
    #covid-banner {
        height: 64px;
        position: absolute;
        top: 64px;
        left: 0;
        z-index: 999;
        width: 100%;
        background-color: rgba(255,255,255,0.75);
    }
    .covid-text {
        position: absolute;
        top: 15px;
        left: 0px;
        width: 100%;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        font-family: SiteOswaldLight;
        text-transform: uppercase;
        color: rgba(0, 146, 188, 1.0);
    }
}
#container-fluid-clouds #container-home-banner-video {
  opacity: 0.0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#container-fluid-clouds #container-home-banner-video video {
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 991px) {
  #container-fluid-clouds #container-home-banner-video {
    display: none;
  }
  #covid-banner {
    height: 24px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: rgba(255,255,255,0.75);
  }
    .covid-text {
        position: absolute;
        top: 4px;
        left: 0px;
        width: 100%;
        text-align: center;
        font-size: 9px;
        font-weight: bold;
        font-family: SiteOswaldLight;
        text-transform: uppercase;
        color: rgba(0, 146, 188, 1.0);
    }

}
@media (min-width: 992px) {
  .home-content {
    width: 80%;
    margin: 15% auto 0 auto;
    text-align: center;
  }
  .home-content hr {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .home-content {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
  }
}
.home-content-headline {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "SiteOswaldBold";
  font-weight: bold;
  color: #ffffff;
  background-color: #818181;
}
.content-bg {
  background-repeat: no-repeat;
  background-position: center center;
}
#water-bottle-bg {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("/Images/water-bottle-bg.jpg");
}
#water-bottle-bg > #container-water-bottle {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1200px) {
  #water-bottle-bg {
    height: 800px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #water-bottle-bg {
    height: 550px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #water-bottle-bg {
    height: 475px;
    background-position: center 10px;
  }
}
@media (max-width: 767px) {
  #water-bottle-bg {
    height: 400px;
    background-position: center 10px;
  }
}
@media (max-width: 550px) {
  #water-bottle-bg {
    height: 300px;
    background-position: center 10px;
  }
}
#water-bottle-slides-wrapper {
  width: 100%;
  overflow: hidden;
}
.water-slide-controls {
  color: #0092bc;
  cursor: pointer;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.water-slide-controls:hover {
  color: #67cce9;
}
#water-bottle-slides {
  width: 100000000px;
  height: 100%;
}
#water-bottle-slides > div {
  float: left;
  width: 975px;
  padding-right: 10px;
}
#water-bottle-slides > div > i {
  font-size: 36px;
  color: #67cce9;
}
#water-bottle-slides > div > div,
#water-bottle-slides > div > p {
  -ms-word-break: break-word;
  word-break: break-word;
  font-size: 18px;
}
@media (max-width: 767px) {
  #water-bottle-slides > div {
    padding-right: 0;
  }
  #water-bottle-slides > div > div,
  #water-bottle-slides > div > p {
    font-size: 14px;
  }
}
/*# sourceMappingURL=home.css.map */