@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,700,700italic);
/* ------------------- Reset ----------------- */
/* /stylesheets/less/global/overrides.less */
.label {
  font-size: 14px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .row.indent {
    margin-left: 4%;
    margin-right: 4%;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1360px;
  }
}
/*---------------- Global Elements ------------*/
/* Background Colours */
.uppercase {
  text-transform: uppercase;
}
.animate-fade {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.animate-fade:hover {
  opacity: 0;
}
.animate-move > .demo-shape {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
/* /stylesheets/less/global/typography.less */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.product-heading {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1.2em;
  background: #009fe0;
  color: #fcfcfc;
  padding: 0 1em .5em;
}
.product-heading span {
  font-size: 20px;
  font-weight: normal;
  position: relative;
  top: 10px;
}
h2 {
  margin: 30px 0 20px;
  text-transform: uppercase;
  font-weight: 700;
}
h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h1 {
    font-size: 45px;
    line-height: 1.5;
  }
  h1 span {
    font-size: 22px;
    top: 25px;
  }
  .product-heading {
    margin: 1.2em 0;
  }
}
/* /stylesheets/less/global/spacing.less */
.vpad-1em {
  padding: 1em 0;
}
/*-------------------- Objects ----------------*/
.get-a-quote-form {
  padding: 4%
  /*background: @light-tan;*/
}
.get-a-quote-form .col-sm-8,
.get-a-quote-form .col-sm-4 {
  padding-left: 0;
  padding-right: 0;
}
.form-control {
  height: 46px;
  border-radius: 0;
  font-size: 16px;
}
.getaquote-comments textarea {
  height: 250px;
}
#FileAttachment {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: transparent;
  color: transparent;
}
.contact-form .form-inline .form-control {
  display: block;
  width: 100%;
}
.contact-form fieldset {
  background-color: #e7e7e7;
  border: 1px solid #d8d8d8;
  position: relative;
  padding: 15px;
  margin: 0 0 1.5em;
  border-radius: 4px;
}
input[type='checkbox'] {
  position: relative;
  top: 3px;
  width: 15px;
  height: 15px;
  margin-right: .5em;
}
.file-group {
  margin-top: 1em;
}
.btn-file {
  position: relative;
  overflow: hidden;
  line-height: 32px;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}
@media (min-width: 768px) {
  .get-a-quote-form .col-sm-8,
  .get-a-quote-form .col-sm-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* /stylesheets/less/objects/gallery.less */
.projects-item-gallery li {
  list-style: none;
  padding: 15px;
}
.blueimp-gallery .modal-dialog {
  width: 100%;
  max-width: 900px;
}
/*--------------------Page Structure--------------*/
header {
  padding: 0 4.4%;
}
header img {
  width: 100%;
  max-width: 370px;
}
.header-logo {
  text-align: center;
}
.header-search {
  text-align: right;
}
.search-box {
  padding: 20px 0;
  text-align: right;
  position: relative;
  width: 300px;
}
.search-box .form-control {
  width: 100%;
  border-radius: 20px;
  height: 36px;
}
.search-box button {
  background: none;
  border: none;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 17px;
  right: 4px;
  font-size: 20px;
  color: #404040;
}
@media (min-width: 768px) {
  header {
    padding: 38px 4.4%;
  }
}
/* /stylesheets/less/objects/nav.less */
nav {
  display: none;
}
nav ul ul {
  /*display:none;*/
}
#mobile-nav {
  background: #fcfcfc;
}
#mobile-nav ul {
  margin: 0 0 20px;
  padding: 0 4.4%;
}
#mobile-nav li {
  list-style: none;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
#mobile-nav li a {
  color: #009fe0;
  display: block;
}
.navbar-toggle {
  position: relative;
  z-index: 100;
}
.navbar-toggle .icon-bar {
  background-color: #000000;
}
.home-nav {
  margin-top: 50px ;
  margin-bottom: 50px;
}
.home-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-nav li {
  width: 100%;
  background: #009fe0;
  margin-top: 1em;
  margin-bottom: 1em;
}
.home-nav li a {
  font-size: 18px;
  padding: 20px 30px 60px;
  color: #fcfcfc;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  background-position: center center;
  background-size: cover;
}
.home-nav li a:hover,
.home-nav li a:focus {
  text-decoration: none;
  background-color: transparent;
  outline: none;
}
.home-nav li a[href='/insaclad'] {
  background-image: url(/_assets/insaclad.jpg);
}
.home-nav li a[href='/insapipe'] {
  background-image: url(/_assets/insapipe.jpg);
}
.home-nav li a[href='/insaduct'] {
  background-image: url(/_assets/insaduct.jpg);
}
.home-nav li a span {
  font-size: 30px;
}
.home-nav .home-nav-2-line a {
  padding: 10px 0;
}
.subpage-menu li {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 0;
}
.subpage-menu li > a {
  background-color: #666;
  color: #fcfcfc;
  line-height: 30px;
}
.subpage-menu li > a .fa {
  line-height: 30px;
  font-size: 20px;
}
.subpage-menu li > a:hover,
.subpage-menu li > a:focus,
.subpage-menu li > a.active {
  background-color: #009fe0;
}
@media (min-width: 768px) {
  nav {
    display: block;
    background: #009fe0;
  }
  nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding: 0 4.4%;
    margin: 0;
  }
  nav li {
    list-style: none;
    width: 20%;
    text-align: center;
    position: relative;
  }
  nav li a {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    color: #fcfcfc;
    display: block;
    padding: 9px 0;
  }
  nav li a:hover,
  nav li a:focus {
    color: #fcfcfc;
    text-decoration: none;
  }
  nav li ul {
    position: absolute;
    display: none;
    background: rgba(0, 195, 224, 0.8);
    padding: 2px 2em 10px;
    width: 140%;
    left: -10px;
    z-index: 100;
  }
  nav li ul li {
    width: 100%;
    text-align: left;
  }
  #mobile-nav {
    display: none!important;
  }
  .home-nav li {
    max-width: 23%;
  }
  .home-nav .home-nav-2-line a {
    padding: 18px 0;
  }
  .subpage-menu li {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/*@media (min-width:@screen-lge) {
    nav li ul {
        left:-20px;
        width:120%;
    }
    .home-nav {
        li {
            max-width:23%;
        }
        .home-nav-2-line a {
            padding: 22px 0;
        }
    }
}*/
@media (min-width: 1200px) {
  nav li ul {
    width: 90%;
    left: 14px;
  }
}
/* /stylesheets/less/objects/submenu.less */
.submenu {
  padding: 10px 25px 40px;
  background: #ebebeb;
}
.submenu.product-dropdown {
  background: none;
  margin-bottom: 6em;
}
.submenu h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
  margin-left: 10px;
}
.submenu ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.submenu li {
  width: 100%;
  height: 50px;
  margin: 8px 0.75%;
  float: left;
  position: relative;
}
.submenu li a {
  background: #797979;
  color: #fcfcfc;
  display: block;
  line-height: 50px;
  padding: 0 1em;
  font-weight: 700;
  -webkit-transition: 0.2s ease-out;
          transition: 0.2s ease-out;
}
.submenu li a:hover {
  text-decoration: none;
  background: #009fe0;
}
.submenu li a:after {
  content: "\f0da";
  font-family: 'FontAwesome';
  float: right;
  -webkit-transition: 0.2s ease-out;
          transition: 0.2s ease-out;
}
.submenu li a.down:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.submenu li a .fa {
  font-size: 30px;
  margin-right: 1em;
  position: relative;
  top: 4px;
}
.submenu li ul {
  position: absolute;
  width: 100%;
  z-index: 100;
  background: #fcfcfc;
  display: none;
}
.submenu li ul li {
  float: none;
  margin: 2px 0;
}
.submenu li ul li a {
  background: #ebebeb;
  display: block;
  color: #404040;
}
@media (min-width: 768px) {
  .submenu {
    padding: 10px 50px 40px;
  }
  .submenu li {
    width: 48.5%;
  }
  .submenu li li {
    width: 100%;
  }
}
@media (min-width: 840px) {
  .submenu li {
    width: 31.8%;
  }
  .submenu li li {
    width: 100%;
  }
}
/* /stylesheets/less/objects/footer.less */
footer {
  background-color: #a9a9a9;
}
footer .container {
  padding: 0 4.4%;
}
footer .footer-contact {
  padding: 30px 0;
}
footer .footer-contact p {
  font-size: 12px;
  color: #fcfcfc;
}
footer .footer-contact a {
  color: #7ad8ff;
}
.hydroflow-logo {
  padding: 0 0 67px 15px;
}
@media (min-width: 768px) {
  .hydroflow-logo {
    text-align: right;
    padding: 67px 0;
  }
}
section {
  padding: 0 0 4em;
}
.home-resources {
  padding: 10px 25px 40px;
  background: #ebebeb;
}
.home-resources h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
  margin-left: 10px;
}
.home-resources ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.home-resources li {
  width: 100%;
  height: 50px;
  margin: 8px 0.75%;
  float: left;
  position: relative;
}
.home-resources li a {
  background: #797979;
  color: #fcfcfc;
  display: block;
  line-height: 50px;
  padding: 0 1em;
  font-weight: 700;
  -webkit-transition: 0.2s ease-out;
          transition: 0.2s ease-out;
}
.home-resources li a:hover {
  text-decoration: none;
  background: #009fe0;
}
.home-resources li a:after {
  content: "\f0da";
  font-family: 'FontAwesome';
  float: right;
  -webkit-transition: 0.3s ease-out;
          transition: 0.3s ease-out;
}
.home-resources li a.down:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.home-resources li ul {
  position: absolute;
  width: 100%;
  z-index: 100;
  background: #fcfcfc;
  display: none;
}
.home-resources li ul li {
  float: none;
  margin: 2px 0;
}
.home-resources li ul li a {
  background: #ebebeb;
  display: block;
  color: #404040;
}
.page-resources .home-resources {
  background: none;
}
.fds-image-large {
  display: none;
}
.faq-item {
  padding: 1em 0;
  margin: .5em 0;
  border-bottom: 1px #a9a9a9 solid;
  width: 100%;
  clear: both;
}
.about-learn-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.about-learn-more > div {
  -webkit-flex-basis: 33.3%;
      -ms-flex-preferred-size: 33.3%;
          flex-basis: 33.3%;
  padding: 0 4%;
}
@media (min-width: 500px) {
  .fds-image-large {
    display: inline;
  }
  .fds-image-small {
    display: none;
  }
}
@media (min-width: 768px) {
  .home-resources {
    padding: 10px 50px 40px;
  }
  .home-resources li {
    width: 48.5%;
  }
  .home-resources li li {
    width: 100%;
  }
  .home-brands {
    display: block;
    padding: 0 8%;
  }
  .home-brands li {
    float: left;
    padding: 55px 2.5%;
    display: inline;
  }
  .home-brands img {
    -webkit-filter: grayscale();
            filter: grayscale();
    width: 100%;
  }
  .faq-item {
    width: 50%;
  }
  .faq-question {
    font-size: 18px;
  }
  .contact-map {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .about-learn-more > div {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
  }
}
@media (min-width: 840px) {
  .home-resources li {
    width: 31.8%;
  }
  .home-resources li li {
    width: 100%;
  }
}
/* /stylesheets/less/objects/downloads.less */
.literature-item p {
  font-size: 18px;
}
.literature-item .fa {
  font-size: 28px;
  margin-right: 1em;
}
@media (min-width: 768px) {
  min-height: 120px;
}
/* /stylesheets/less/objects/product.less */
.product-description {
  margin-bottom: 2em;
}
.product-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-items h2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.product-item-large {
  padding-left: 15px;
  padding-right: 15px;
}
.product-item-large .product-image {
  padding: 0 20%;
}
.product-item-large img {
  width: 100%;
}
.product-item {
  padding: 30px 15px;
}
.product-item img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .product-item-large {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .product-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
  .product-image {
    height: 140px;
  }
}
@media (min-width: 992px) {
  .product-item-large {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36%;
        -ms-flex: 0 0 36%;
            flex: 0 0 36%;
  }
  .product-image {
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .product-image {
    height: 280px;
  }
}
/*--------------------- Components --------------*/
/* Lists */
.inline-list li {
  display: inline-block;
}
/* Social List */
.social-list li {
  margin: 0 0.4rem $space 0;
}
.social-list a {
  font-size: 1.6em;
}
/* Bullet List */
.bullet-list {
  list-style: disc inside;
  margin: 0 0 1em 1.2em;
  line-height: 1.3;
}
.bullet-list li {
  margin-bottom: $space;
}
/* Text List */
.text-list {
  list-style: disc inside;
  margin: 0 0 1em;
  line-height: 1.3;
}
.text-list li {
  margin-bottom: 1em;
}
/*# sourceMappingURL=style.css.map */