@charset "UTF-8";
/*
Theme Name: Push10 Custom 
Theme URI: http://www.push10.com/
Description: Custom Theme by Push10.com
Version: 0.3
Author: Push10 Design Studios
Author URI: http://www.push10.com/
Tags: Push10.com
*/
@font-face {
  font-family: "Gilroy";
  src: url("assets/fonts/Gilroy%20Family/Radomir%20Tinkov%20-%20Gilroy-Regular.otf"); }

@font-face {
  font-family: "Gilroy-Regular";
  src: url("assets/fonts/Gilroy%20Family/Radomir%20Tinkov%20-%20Gilroy-Regular.otf"); }

@font-face {
  font-family: "Gilroy-Bold";
  font-weight: bold;
  src: url("assets/fonts/Gilroy%20Family/Radomir%20Tinkov%20-%20Gilroy-Bold.otf"); }

@font-face {
  font-family: "Gilroy-Light";
  font-weight: light;
  src: url("assets/fonts/Gilroy%20Family/Radomir%20Tinkov%20-%20Gilroy-Light.otf"); }

@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url("assets/fonts/Gilroy%20Family/Radomir%20Tinkov%20-%20Gilroy-ExtraBold.otf"); }

@font-face {
  font-family: "Gilroy-Medium";
  src: url("assets/fonts/Gilroy%20Family/Radomir%20Tinkov%20-%20Gilroy-Medium.otf"); }

@font-face {
  font-family: "Gilroy-SemiBold";
  font-weight: bold;
  src: url("assets/fonts/Gilroy%20Family/Radomir%20Tinkov%20-%20Gilroy-SemiBold.otf"); }

@font-face {
  font-family: "JosefinSans-Light";
  src: url("assets/fonts/Gilroy%20Family/JosefinSans-Light.html"); }

@font-face {
  font-family: "JosefinSans-Thin";
  src: url("assets/fonts/Gilroy%20Family/JosefinSans-Thin.html"); }

@font-face {
  font-family: "JosefinSans-LightItalic";
  src: url("assets/fonts/Gilroy%20Family/JosefinSans-LightItalic.html"); }

@font-face {
  font-family: "JosefinSans-BoldItalic";
  src: url("assets/fonts/Gilroy%20Family/JosefinSans-BoldItalic.html"); }

@font-face {
  font-family: "Lateef";
  src: url("assets/fonts/Lateef/LateefRegOT.html"); }

@font-face {
  font-family: "JosefinSans-SemiBoldItalic";
  src: url("assets/fonts/Gilroy%20Family/JosefinSans-SemiBoldItalic.html"); }

.mobile-menu .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link:hover:before {
  content: none; }

.mobile-menu .util-bar .util-menu ul li a:before {
  content: none; }

.mobile-menu .util-bar .util-supplies a:before {
  content: none; }

html.modal-open {
  overflow: hidden;
  position: relative;
  height: 100%; }
  html.modal-open body {
    overflow: hidden;
    position: relative;
    height: 100%; }

html.mobile-menu-open {
  overflow: hidden; }

#ie8 {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  background: black; }
  #ie8 img {
    margin: 0 auto; }
  #ie8 p {
    color: black;
    font-size: 20px;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 40px; }

.ie8 #ie8 {
  display: block; }

.ie8 #site {
  display: none; }

.mobile-header {
  display: none; }

#site {
  max-width: 1600px;
  margin: 0 auto; }

body {
  margin: 0px; }

header.search .header-search {
  max-height: 100px;
  padding-top: 20px; }

header.transparent.search {
  top: 70px; }
  header.transparent.search .header-search {
    top: -70px;
    bottom: auto; }

header {
  z-index: 300;
  background: black;
  top: 0px;
  height: 180px;
  padding: 45px 100px;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  transition: all 0.75s; }
  header .header-search {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #27B7DC;
    left: 0px;
    height: 70px;
    box-sizing: border-box;
    padding-top: 25px;
    max-height: 0px;
    padding: 0px;
    overflow: hidden;
    transition: all 1s; }
    header .header-search ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: white;
      opacity: 0.8; }
    header .header-search ::-moz-placeholder {
      /* Firefox 19+ */
      color: white;
      opacity: 0.8; }
    header .header-search :-ms-input-placeholder {
      /* IE 10+ */
      color: white;
      opacity: 0.8; }
    header .header-search :-moz-placeholder {
      /* Firefox 18- */
      color: white;
      opacity: 0.8; }
    header .header-search form {
      display: inline-block;
      vertical-align: middle; }
    header .header-search .search-close {
      width: 19px;
      height: 19px;
      background-image: url("https://www.inovageloseco.com.br/img/fechar.png");
      display: inline-block;
      background-repeat: no-repeat;
      vertical-align: middle;
      margin-left: 20px;
      padding-left: 20px;
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      background-position: 20px center;
      padding-top: 5px;
      padding-bottom: 5px; }
    header .header-search .frame {
      padding: 0px 50px;
      text-align: right;
      max-width: 100%;
      box-sizing: border-box; }
      header .header-search .frame input.search-field {
        width: 400px;
        background: transparent;
        border: 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        outline: none;
        /* water cooler: */
        font-family: Gilroy-Regular, sans-serif;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0;
        padding-bottom: 5px;
        margin-right: 10px;
        vertical-align: baseline;
        -webkit-appearance: none; }
      header .header-search .frame button.search-submit {
        background: transparent;
        border: 0px;
        vertical-align: middle; }
  @media (min-width: 1600px) {
    header {
      width: 1600px; } }
  header #header-logo {
    display: inline-block; }
  header.transparent {
    background: transparent; }
    header.transparent.mobile-menu {
      background: black; }

.nav {
  float: right;
  text-align: right; }

.util-bar {
  margin-bottom: 23px; }
  .util-bar .util-menu {
    display: inline-block;
    vertical-align: middle; }
    .util-bar .util-menu ul {
      margin: 0px; }
      .util-bar .util-menu ul li {
        display: inline-block;
        padding-right: 10px; }
        .util-bar .util-menu ul li a {
          text-decoration: none;
          font-family: Gilroy-Light, sans-serif;
          font-weight: lighter;
          font-size: 14px;
          color: #FFFFFF;
          position: relative;
          letter-spacing: 0; }
          .util-bar .util-menu ul li a:before {
            content: "";
            width: 0%;
            transition: 0.5s;
            -webkit-transition: 0.5s;
            position: absolute;
            bottom: -5px;
            border-top: 1px solid white;
            height: 0px; }
          .util-bar .util-menu ul li a:hover:before {
            width: 100%; }
        .util-bar .util-menu ul li.current-menu-item a:before {
          width: 100%; }
  .util-bar .util-number {
    vertical-align: middle;
    display: inline-block;
    font-family: Gilroy-Light, sans-serif;
    color: white; }
    .util-bar .util-number span.number {
      font-family: Gilroy-SemiBold, sans-serif;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 0;
      font-weight: bolder;
      text-decoration: none; }
      .util-bar .util-number span.number a {
        text-decoration: none; }
    .util-bar .util-number span {
      font-family: Gilroy-Light, sans-serif;
      color: #27B7DC; }
  .util-bar .util-supplies {
    display: inline-block;
    line-height: 1;
    vertical-align: middle; }
    .util-bar .util-supplies a {
      text-decoration: none;
      font-family: Gilroy-Light, sans-serif;
      font-weight: lighter;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 0;
      position: relative; }
      .util-bar .util-supplies a:before {
        content: "";
        width: 0%;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        position: absolute;
        bottom: -5px;
        border-top: 1px solid white;
        height: 0px; }
      .util-bar .util-supplies a:hover:before {
        width: 100%; }
    .util-bar .util-supplies img {
      vertical-align: top; }
  .util-bar .search-toggle {
    display: inline-block;
    vertical-align: top;
    margin-left: 16px;
    cursor: pointer; }

.menu-bar {
  display: inline-block;
  float: right;
  font-size: 0px; }
  .menu-bar #mega-menu-max_mega_menu_1 li:first-of-type {
    display: none; }
  .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap {
    background: transparent;
    display: inline-block; }
    .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item {
      padding-right: 22px;
      padding-left: 22px; }
      .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item:first-of-type {
        display: none; }
        @media (max-width: 750px) {
          .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item:first-of-type {
            display: block; } }
        @media (min-width: 750px) and (max-width: 1000px) {
          .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item:first-of-type {
            display: block; } }
        @media (max-width: 1050px) {
          .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item:first-of-type {
            display: block; } }
      .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item .mega-sub-menu li:first-of-type {
        display: block; }
      .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item:last-of-type {
        padding-right: 30px; }
        @media (min-width: 1100px) and (max-width: 1200px) {
          .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item:last-of-type {
            padding-right: 10px; } }
        @media (min-width: 1000px) and (max-width: 1100px) {
          .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item:last-of-type {
            padding-right: 10px; } }
      .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-current-menu-item a.mega-menu-link:before {
        width: 100%; }
      .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link {
        /* OUR PRODUCTS PRODUCT: */
        font-family: "tahoma";
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 1px;
        /* Path 3: */
        /* Path 3: */
        text-transform: uppercase;
        padding: 0px;
        position: relative; }
        .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link:before {
          content: "";
          width: 0%;
          transition: 0.5s;
          -webkit-transition: 0.5s;
          position: absolute;
          bottom: 10px;
          border-top: 1px solid white;
          height: 0px; }
        .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link:hover {
          background: transparent; }
          .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link:hover:before {
            width: 100%; }
        .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link:focus {
          background: transparent; }
      .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-item-has-children .mega-menu-link:after {
        position: absolute;
        width: 11px;
        height: 6px;
        background-image: url("assets/imgs/down-arrow.svg");
        content: " ";
        display: block;
        left: calc(100%);
        top: calc(50% - 3px);
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%); }
      @media (max-width: 750px) {
        .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-item-has-children .mega-menu-link {
          top: calc(50%); } }
    .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
      width: 1063px;
      left: -325px;
      background: #27B7DC;
      padding: 10px;
      top: 70px; }
      @media (max-width: 750px) {
        .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
          background: transparent; } }
      @media (min-width: 750px) and (max-width: 1000px) {
        .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
          background: transparent; } }
      @media (max-width: 1050px) {
        .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
          top: 0px;
          background: transparent; } }
      .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu:after {
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-bottom: 20px solid #27B7DC;
        display: block;
        content: " ";
        position: absolute;
        top: -20px;
        left: 355px; }
        @media (min-width: 750px) and (max-width: 1000px) {
          .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu:after {
            content: none; } }
        @media (max-width: 1050px) {
          .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu:after {
            content: none; } }
        @media (max-width: 750px) {
          .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu:after {
            content: none; } }
      .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item {
        padding: 0px;
        padding-right: 1px; }
        @media (max-width: 750px) {
          .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item {
            display: flex;
            display: -webkit-flex;
            flex-direction: column-reverse;
            margin-bottom: 20px; } }
        @media (min-width: 750px) and (max-width: 1000px) {
          .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item {
            display: flex;
            display: -webkit-flex;
            flex-direction: column-reverse;
            margin-bottom: 20px; } }
        @media (max-width: 1050px) {
          .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item {
            display: flex;
            display: -webkit-flex;
            flex-direction: column-reverse;
            margin-bottom: 20px; } }
        .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item img {
          width: 100%;
          height: auto;
          display: block;
          cursor: pointer; }
          @media (max-width: 750px) {
            .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item img {
              width: 100%;
              display: block;
              cursor: pointer;
              margin-top: -29px;
              height: auto;
              width: 84%;
              margin: 0 auto;
              margin-top: -15px; } }
          @media (min-width: 750px) and (max-width: 1000px) {
            .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item img {
              width: 100%;
              display: block;
              cursor: pointer;
              margin-top: -29px;
              height: auto;
              width: 84%;
              margin: 0 auto;
              margin-top: -15px; } }
          @media (max-width: 1050px) {
            .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item img {
              width: 100%;
              display: block;
              cursor: pointer;
              margin-top: -29px;
              height: auto;
              width: 84%;
              margin: 0 auto;
              margin-top: -15px; } }
        @media (max-width: 1050px) {
          .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item a {
            width: 130px;
            height: 130px;
            overflow: hidden;
            display: block;
            margin: auto;
            border-radius: 50%;
            background: #d3d2d6; } }
        @media (min-width: 750px) and (max-width: 1000px) {
          .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item a {
            width: 130px;
            height: 130px;
            overflow: hidden;
            display: block;
            margin: auto;
            border-radius: 50%;
            background: #d3d2d6; } }
        @media (max-width: 750px) {
          .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item a {
            width: 130px;
            height: 130px;
            overflow: hidden;
            display: block;
            margin: auto;
            border-radius: 50%;
            background: #d3d2d6; } }
        @media (min-width: 200px) and (max-width: 350px) {
          .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item a {
            width: 110px;
            height: 110px; } }
      .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu h4.mega-block-title {
        width: 100%;
        top: 15px;
        position: absolute;
        /* Water Coolers: */
        font-family: Gilroy, sans-serif;
        font-size: 14px;
        color: #0A3D4C;
        letter-spacing: 0;
        margin: 0 auto;
        display: block;
        text-align: center;
        text-transform: capitalize; }
        @media (max-width: 750px) {
          .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu h4.mega-block-title {
            top: 10px;
            position: relative;
            /* Water Coolers: */
            font-family: Gilroy-Regular, sans-serif;
            font-size: 14px;
            color: #FFFFFF;
            letter-spacing: 0;
            line-height: 14px;
            font-weight: normal; } }
        @media (min-width: 750px) and (max-width: 1000px) {
          .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu h4.mega-block-title {
            top: 10px;
            position: relative;
            /* Water Coolers: */
            font-family: Gilroy-Regular, sans-serif;
            font-size: 14px;
            color: #FFFFFF;
            letter-spacing: 0;
            line-height: 14px;
            font-weight: normal; } }
        @media (max-width: 1050px) {
          .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu h4.mega-block-title {
            top: 10px;
            position: relative;
            /* Water Coolers: */
            font-family: Gilroy-Regular, sans-serif;
            font-size: 14px;
            color: #FFFFFF;
            letter-spacing: 0;
            line-height: 14px;
            font-weight: normal; } }
        .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu h4.mega-block-title:before {
          width: 11px;
          height: 6px;
          background-image: url("assets/imgs/down-arrow.svg");
          content: " ";
          display: block;
          position: absolute;
          bottom: -12px;
          left: 50%;
          -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
          -webkit-transform: translate(-50%, 0%); }
          @media (max-width: 750px) {
            .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu h4.mega-block-title:before {
              bottom: 0px;
              content: none; } }
          @media (min-width: 750px) and (max-width: 1000px) {
            .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu h4.mega-block-title:before {
              bottom: 0px;
              content: none; } }
          @media (max-width: 1050px) {
            .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu h4.mega-block-title:before {
              bottom: 0px;
              content: none; } }
        .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu h4.mega-block-title:after {
          content: "";
          width: 50px;
          position: absolute;
          border-top: 1px solid rgba(10, 61, 76, 0.2);
          position: absolute;
          bottom: 0px;
          left: 50%;
          transform: translate(-50%, 0%);
          -webkit-transform: translate(-50%, 0%);
          -ms-transform: translate(-50%, 0%); }
          @media (max-width: 750px) {
            .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu h4.mega-block-title:after {
              content: none; } }
    .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-flyout > ul.mega-sub-menu {
      background: #27B7DC;
      width: 226px;
      left: 50%;
      transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      top: 40px;
      padding-top: 20px;
      padding-bottom: 20px; }
      .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-flyout > ul.mega-sub-menu:after {
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-bottom: 20px solid #27B7DC;
        display: block;
        content: " ";
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%); }
      .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item {
        padding: 0px;
        width: 100%; }
        .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item a {
          width: 170px;
          margin: 0 auto;
          display: block;
          text-align: center;
          background: transparent;
          padding: 0px;
          font-family: Gilroy, sans-serif;
          font-size: 16px;
          color: #FFFFFF;
          letter-spacing: 0;
          line-height: 36.25px;
          cursor: pointer;
          border-bottom: 1px solid rgba(255, 255, 255, 0.3);
          transition: 0.5s all; }
          .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item a:before {
            content: none; }
          .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item a:hover {
            color: #0A3D4C; }
          .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item a:after {
            content: none; }
        .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item:last-of-type a {
          border: 0px; }
  .menu-bar .quote-btn {
    display: inline-block;
    background: #4EBEA8;
    /* Get a Free Quote: */
    font-family: tahoma;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 12px;
    padding-bottom: 8px;
    cursor: pointer;
    line-height: 20px;
    transition: 0.5s; }
    .menu-bar .quote-btn:hover {
      background: #52861A; }

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: transparent; }

.mobile-util {
  display: none; }

@media only screen and (max-width: 600px) {
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1 {
    display: block; } }

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
  display: none; }

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-right {
  display: none; }

.gfield_visibility_ {
  display: none !important; }

#quote-modal {
  display: none;
  z-index: 2000;
  position: fixed;
  width: 900px;
  height: auto;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  background-image: url("assets/imgs/quote-modal-background.jpg");
  background-size: cover;
  box-sizing: border-box;
  padding: 40px 20px 35px 30px; }
  #quote-modal form {
    opacity: 1 !important;
    transform: translateX(0px) scale(1) !important;
    -webkit-transform: translateX(0px) scale(1) !important;
    -ms-transform: translateX(0px) scale(1) !important; }
  @media (max-width: 750px) {
    #quote-modal {
      width: 90%;
      height: 90%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      overflow: auto;
      padding: 40px 15px 30px 15px; } }
  #quote-modal .gform_confirmation_message {
    color: white;
    font-family: "mrs-eaves-xl-serif", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 30px;
    color: white;
    letter-spacing: 0;
    line-height: 46px;
    margin: 0px;
    max-width: 320px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px; }
  #quote-modal .validation_message {
    color: red;
    margin-top: 20px;
    margin-bottom: 20px; }
  #quote-modal .validation_error {
    color: white;
    border-bottom: 1px solid red;
    border-top: 1px solid red;
    text-align: center;
    margin-bottom: 30px;
    font-family: "mrs-eaves-xl-serif", serif;
    font-size: 22px;
    padding: 10px 0px;
    line-height: 24px; }

.gfield_required {
  display: none !important; }

.gform_hidden {
  display: none !important; }

.warningTextareaInfo {
  display: none !important; }

#quote-modal .close,
.contact-form .close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer; }

#quote-modal .tagline,
.contact-form .tagline {
  /* Contact Quench Today: */
  font-family: "mrs-eaves-xl-serif", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center; }
  #quote-modal .tagline:before, #quote-modal .tagline:after,
  .contact-form .tagline:before,
  .contact-form .tagline:after {
    width: 150px;
    height: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    content: "";
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 750px) {
      #quote-modal .tagline:before, #quote-modal .tagline:after,
      .contact-form .tagline:before,
      .contact-form .tagline:after {
        width: 5px; } }
  #quote-modal .tagline:before,
  .contact-form .tagline:before {
    margin-right: 15px; }
  #quote-modal .tagline:after,
  .contact-form .tagline:after {
    margin-left: 15px; }

#quote-modal h3.gform_title,
.contact-form h3.gform_title {
  /* Get a free quote: */
  font-family: Gilroy, sans-serif;
  font-size: 72px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 56px;
  text-align: center;
  font-weight: normal;
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 40px; }
  @media (max-width: 750px) {
    #quote-modal h3.gform_title,
    .contact-form h3.gform_title {
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 20px; } }

#quote-modal ul,
.contact-form ul {
  padding: 0px;
  margin: 0px; }

#quote-modal input[type="submit"],
.contact-form input[type="submit"] {
  background: #0A3D4C;
  font-family: tahoma;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1.12px;
  line-height: 18px;
  border: 0px;
  outline: none;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 150px;
  height: 50px;
  box-sizing: border-box;
  padding-top: 8px;
  margin-top: 6px;
  -webkit-appearance: none;
  border-radius: 0%;
  cursor: pointer; }

#quote-modal li.gfield,
.contact-form li.gfield {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 22px;
  vertical-align: top; }
  @media (max-width: 750px) {
    #quote-modal li.gfield,
    .contact-form li.gfield {
      width: 100%; } }
  #quote-modal li.gfield label,
  .contact-form li.gfield label {
    /* company: */
    font-family: tahoma;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 14px;
    margin-bottom: 6px;
    display: block; }
  #quote-modal li.gfield .address_zip label,
  .contact-form li.gfield .address_zip label {
    display: none; }
  #quote-modal li.gfield:nth-of-type(odd),
  .contact-form li.gfield:nth-of-type(odd) {
    padding-right: 10px; }
    @media (max-width: 750px) {
      #quote-modal li.gfield:nth-of-type(odd),
      .contact-form li.gfield:nth-of-type(odd) {
        padding-right: 0px; } }
  #quote-modal li.gfield:nth-of-type(even),
  .contact-form li.gfield:nth-of-type(even) {
    padding-left: 10px; }
    @media (max-width: 750px) {
      #quote-modal li.gfield:nth-of-type(even),
      .contact-form li.gfield:nth-of-type(even) {
        padding-left: 0px; } }
  #quote-modal li.gfield input,
  .contact-form li.gfield input {
    width: 100%;
    border: 0px;
    outline: none;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    /* Rectangle 5: */
    background: rgba(255, 255, 255, 0.25);
    height: 35px;
    box-sizing: border-box;
    font-family: Gilroy-Light, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 18px;
    padding-left: 10px;
    -webkit-appearance: none;
    border-radius: 0%; }

.contact-form {
  padding-bottom: 120px; }
  .contact-form .gform_confirmation_message {
    color: #0A3D4C;
    font-family: "mrs-eaves-xl-serif", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 46px;
    margin: 0px;
    max-width: 100%;
    text-align: left;
    margin-top: 50px; }
  .contact-form .validation_message {
    color: red;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px; }
  .contact-form .validation_error {
    color: #0A3D4C;
    border-bottom: 1px solid red;
    border-top: 1px solid red;
    text-align: left;
    margin-bottom: 30px;
    font-family: "mrs-eaves-xl-serif", serif;
    font-size: 22px;
    padding: 10px 0px;
    line-height: 24px;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px; }
  .contact-form li.gfield:nth-of-type(even) {
    padding-left: 20px; }
    @media (max-width: 750px) {
      .contact-form li.gfield:nth-of-type(even) {
        padding-left: 0px; } }
  .contact-form li.gfield:nth-of-type(odd) {
    padding-right: 20px; }
    @media (max-width: 750px) {
      .contact-form li.gfield:nth-of-type(odd) {
        padding-right: 0px; } }
  .contact-form li.gfield.full_width {
    width: 100%;
    padding: 0px; }
    .contact-form li.gfield.full_width textarea {
      width: 100%;
      padding: 8px;
      box-sizing: border-box; }
  .contact-form .gform_heading {
    display: none; }
  .contact-form input[type="submit"] {
    background: #27B7DC;
    font-family: tahoma;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 16px;
    margin-top: 15px;
    -webkit-appearance: none;
    border-radius: 0px; }
  .contact-form li.gfield {
    margin-bottom: 35px; }
    .contact-form li.gfield input,
    .contact-form li.gfield textarea {
      border: 1px solid rgba(10, 61, 76, 0.35);
      font-family: Gilroy-Light, sans-serif;
      font-size: 18px;
      color: #0A3D4C;
      letter-spacing: 0;
      line-height: 18px; }
    .contact-form li.gfield label {
      font-family: tahoma;
      font-size: 14px;
      color: #0A3D4C;
      letter-spacing: 0;
      line-height: 14px; }
    .contact-form li.gfield .gfield_radio {
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      align-items: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 750px) {
        .contact-form li.gfield .gfield_radio {
          flex-direction: column;
          -webkit-flex-direction: column;
          -ms-flex-direction: column; } }
      .contact-form li.gfield .gfield_radio li {
        align-items: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        margin-left: 15px;
        margin-right: 15px;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox; }
        .contact-form li.gfield .gfield_radio li label {
          /* Customer Care: */
          font-family: Gilroy-Medium, sans-serif;
          font-size: 18px;
          color: #0A3D4C;
          letter-spacing: 0;
          line-height: 16px;
          margin: 0px; }
        .contact-form li.gfield .gfield_radio li input {
          margin-right: 10px;
          -webkit-appearance: none;
          border-radius: 50%;
          /* Oval 2: */
          border: 1px solid #27B7DC;
          width: 22px;
          height: 22px;
          cursor: pointer; }
          .contact-form li.gfield .gfield_radio li input:checked {
            background: #27B7DC; }
  .contact-form .gfield_required {
    display: none; }
  .contact-form .gform_hidden {
    display: none !important; }

#quote-modal-overlay {
  display: none;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  width: 100%;
  height: 100%; }

.ie9-image {
  display: none; }

.solid-banner {
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.25) 0%, #052F3B 100%), -webkit-radial-gradient(57% 91%, rgba(39, 183, 220, 0.6) 40%, #1180B7 95%);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.25) 0%, #052F3B 100%), radial-gradient(57% 91%, rgba(39, 183, 220, 0.6) 40%, #1180B7 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#052f3b',GradientType=0 ) progid:DXImageTransform.Microsoft.gradient( startColorstr='#9927b7dc', endColorstr='#1180b7',GradientType=0 );
  background-blend-mode: multiply;
  height: 680px;
  position: relative; }
  @media (max-width: 750px) {
    .solid-banner {
      overflow: hidden; } }
  .solid-banner.resource {
    overflow: hidden;
    height: 630px; }
    @media (max-width: 750px) {
      .solid-banner.resource {
        height: 500px;
        overflow: hidden; } }
    .solid-banner.resource svg {
      width: 1200px;
      height: 1166px;
      top: -126px;
      left: 326px;
      position: absolute; }
      @media (max-width: 750px) {
        .solid-banner.resource svg {
          width: 500px;
          height: 500px;
          top: 100px;
          left: 100px;
          position: absolute; } }
    .solid-banner.resource .container {
      bottom: 35px;
      width: 100%; }
      .solid-banner.resource .container svg {
        position: relative; }
      .solid-banner.resource .container .copy .quench-mark:before {
        height: 70px;
        width: 1px;
        background: white;
        content: " ";
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
        position: relative;
        right: 0px;
        top: 0px;
        margin-top: 50px;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%); }
      .solid-banner.resource .container .copy .quench-mark:after {
        content: none; }
      .solid-banner.resource .container .copy .quench-mark img,
      .solid-banner.resource .container .copy .quench-mark svg {
        position: relative;
        /* bottom: 80px; */
        bottom: 0px;
        /* left: 50%; */
        display: block;
        width: 25px;
        height: 25px;
        top: auto;
        left: auto; }
      .solid-banner.resource .container .copy .tagline {
        /* The Quench: */
        font-family: "mrs-eaves-xl-serif", serif;
        font-style: italic;
        font-weight: 400;
        font-size: 40px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 32px;
        text-align: center; }
        @media (max-width: 750px) {
          .solid-banner.resource .container .copy .tagline {
            font-size: 30px;
            line-height: 24px; } }
      .solid-banner.resource .container .copy h1 {
        /* Resource Library: */
        font-family: Gilroy, sans-serif;
        font-size: 96px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 82px;
        text-align: center;
        max-width: 550px; }
        @media (max-width: 750px) {
          .solid-banner.resource .container .copy h1 {
            font-size: 50px;
            line-height: 46px; } }
  .solid-banner .quench-mark {
    margin-top: 25px;
    position: relative;
    display: block; }
    @media (min-width: 1000px) and (max-width: 1100px) {
      .solid-banner .quench-mark {
        margin-top: 25px;
        position: relative;
        display: block;
        width: 75%;
        margin: 0 auto;
        margin-top: 25px; } }
    .solid-banner .quench-mark:after {
      top: 50%;
      width: 50%;
      left: -30px;
      position: absolute;
      transform: translate(0%, -50%);
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      content: "";
      display: block;
      border-top: 1px solid white; }
      @media (max-width: 750px) {
        .solid-banner .quench-mark:after {
          top: 50%;
          width: 144px;
          left: 60%;
          position: absolute;
          transform: translate(0%, -50%);
          -webkit-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
          content: "";
          display: block;
          border-top: 1px solid white; } }
    .solid-banner .quench-mark:before {
      top: 50%;
      width: 50%;
      right: -30px;
      position: absolute;
      transform: translate(0%, -50%);
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      content: "";
      display: block;
      border-top: 1px solid white; }
      @media (max-width: 750px) {
        .solid-banner .quench-mark:before {
          top: 50%;
          width: 144px;
          right: 60%;
          position: absolute;
          transform: translate(0%, -50%);
          -webkit-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
          content: "";
          display: block;
          border-top: 1px solid white; } }
  .solid-banner svg {
    width: 1000px;
    height: 1000px;
    margin: 0 auto;
    display: block; }
    .solid-banner svg path {
      fill: white;
      opacity: 0.1; }
  .solid-banner .container {
    top: auto;
    bottom: 200px;
    max-width: 1000px;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    width: 100%; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .solid-banner .container {
        max-width: 1100px; } }
    @media (min-width: 1100px) and (max-width: 1200px) {
      .solid-banner .container {
        max-width: 1000px; } }
    @media (min-width: 1000px) and (max-width: 1100px) {
      .solid-banner .container {
        max-width: 960px; } }
    @media (max-width: 750px) {
      .solid-banner .container {
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        bottom: auto;
        max-width: 90%;
        width: 100%; } }
    .solid-banner .container .copy .post-info {
      text-align: center;
      margin-top: 25px;
      /* AUGUST 02. 2017 / By: */
      font-family: tahoma;
      font-size: 22px;
      color: #FFFFFF;
      letter-spacing: 1px;
      line-height: 28px; }
      .solid-banner .container .copy .post-info span.author {
        font-family: "mrs-eaves-xl-serif", serif;
        font-style: italic;
        font-weight: 400;
        font-size: 24px; }
    .solid-banner .container .copy svg {
      width: 30px;
      height: 30px;
      margin: 0 auto;
      display: block; }
      .solid-banner .container .copy svg path {
        fill: white;
        opacity: 1; }
    .solid-banner .container h1 {
      text-align: center;
      /* Majority of American: */
      font-family: Gilroy, sans-serif;
      font-size: 56px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 60px;
      margin: 0 auto; }
      @media (max-width: 750px) {
        .solid-banner .container h1 {
          font-size: 40px;
          line-height: 45px; } }

.banner {
  width: 100%;
  position: relative;
  background-blend-mode: multiply;
  height: 780px; }
  @media (max-width: 750px) {
    .banner {
      height: 500px;
      background-position: center; } }
  .banner img {
    width: 100%;
    height: auto; }
  .banner#single-page {
    background-position: left, left, center; }
    @media (max-width: 750px) {
      .banner#single-page {
        background-position: left, left,top 12% right 37%;
        background-size: auto, auto, cover; } }
    .banner#single-page .container {
      left: 50%;
      bottom: 45px;
      top: auto;
      transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%); }
      @media (max-width: 750px) {
        .banner#single-page .container .copy {
          max-width: 85%;
          margin: 0 auto; } }
      @media (max-width: 750px) {
        .banner#single-page .container {
          bottom: 50px; } }
      .banner#single-page .container img,
      .banner#single-page .container svg {
        position: relative;
        margin-top: 15px;
        width: 40px;
        height: 16px;
        margin: 0 auto;
        margin-top: 15px;
        display: block; }
      .banner#single-page .container .hero-copy {
        text-align: center; }
  .banner#home-hero {
    /* Rectangle 9: */
    overflow: hidden;
    position: relative;
    background-blend-mode: multiply;
    height: 980px;
    text-align: center;
    background-position: initial;
    background-size: cover; }
    .banner#home-hero .video-replacement {
      width: 100%;
      height: 100%;
      position: absolute;
      background-size: cover; }
    .banner#home-hero .video-container video {
      width: auto;
      height: 980px; }
      @media (max-width: 750px) {
        .banner#home-hero .video-container video {
          display: none; } }
    .banner#home-hero .video-container .frame {
      z-index: 60; }
      @media (min-width: 750px) and (max-width: 1000px) {
        .banner#home-hero .video-container .frame {
          max-width: 700px; } }
    .banner#home-hero .video-container:after {
      background: -webkit-linear-gradient(-1deg, rgba(255, 254, 255, 0) 63%, #000000 102%);
      background: linear-gradient(-1deg, rgba(255, 254, 255, 0) 63%, #000000 102%);
      width: 100%;
      position: absolute;
      z-index: 50;
      content: "";
      height: 100%;
      top: 0px;
      left: 0px; }
    @media (max-width: 750px) {
      .banner#home-hero {
        height: 700px; } }
    .banner#home-hero .container h1 {
      max-width: 920px;
      margin: 0 auto; }
    @media (max-width: 750px) {
      .banner#home-hero .container {
        max-width: 295px; } }
    .banner#home-hero .container p {
      max-width: 830px;
      margin: 0 auto;
      margin-top: 20px; }
      @media (max-width: 750px) {
        .banner#home-hero .container p {
          /* With Quench’s bottle: */
          font-family: Gilroy, sans-serif;
          font-size: 16px;
          color: #FFFFFF;
          letter-spacing: 0;
          line-height: 28px; } }
      .banner#home-hero .container p a {
        color: #27B7DC;
        cursor: pointer; }
    .banner#home-hero .container .down-arrow {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      margin-top: 50px; }
      .banner#home-hero .container .down-arrow:before {
        height: 150px;
        width: 1px;
        background: white;
        content: " ";
        display: block;
        margin: 0 auto;
        margin-bottom: 15px; }
        @media (min-width: 1200px) and (max-width: 1400px) {
          .banner#home-hero .container .down-arrow:before {
            height: 90px; } }
        @media (min-width: 750px) and (max-width: 1000px) {
          .banner#home-hero .container .down-arrow:before {
            height: 90px; } }
      @media (max-width: 750px) {
        .banner#home-hero .container .down-arrow {
          margin-top: 20px; }
          .banner#home-hero .container .down-arrow:before {
            height: 50px; } }
      .banner#home-hero .container .down-arrow img,
      .banner#home-hero .container .down-arrow svg {
        width: 25px;
        height: 25px; }
  .banner#half-hero {
    background-blend-mode: normal;
    background-repeat: no-repeat, no-repeat, no-repeat;
    overflow: hidden;
    background-size: cover; }
    .banner#half-hero .blue-overlay {
      position: absolute;
      display: block;
      height: 100%;
      background: -webkit-linear-gradient(-1deg, rgba(255, 255, 255, 0) 72%, rgba(0, 0, 0, 0.5) 102%), url(assets/imgs/half-hero-overlay.png) no-repeat;
      background: linear-gradient(-1deg, rgba(255, 255, 255, 0) 72%, rgba(0, 0, 0, 0.5) 102%), url(assets/imgs/half-hero-overlay.png) no-repeat;
      background-size: 60% 100%;
      width: 100%; }
      @media (min-width: 1200px) and (max-width: 1400px) {
        .banner#half-hero .blue-overlay {
          background-size: 70% 100%; } }
      @media (min-width: 1100px) and (max-width: 1200px) {
        .banner#half-hero .blue-overlay {
          background-size: 70% 100%; } }
      @media (min-width: 1000px) and (max-width: 1100px) {
        .banner#half-hero .blue-overlay {
          background-size: 75% 100%; } }
      @media (min-width: 750px) and (max-width: 1000px) {
        .banner#half-hero .blue-overlay {
          background-size: 90% 100%; } }
      @media (max-width: 750px) {
        .banner#half-hero .blue-overlay {
          position: absolute;
          display: block;
          height: 100%;
          background: -webkit-linear-gradient(-1deg, rgba(255, 255, 255, 0) 72%, rgba(0, 0, 0, 0.5) 102%), url(assets/imgs/half-hero-overlay.png) repeat;
          background: linear-gradient(-1deg, rgba(255, 255, 255, 0) 72%, rgba(0, 0, 0, 0.5) 102%), url(assets/imgs/half-hero-overlay.png) repeat;
          background-size: auto; } }
    .banner#half-hero.site-404 {
      height: 900px;
      background-blend-mode: multiply;
      background-size: cover; }
      .banner#half-hero.site-404 .container .copy {
        max-width: 540px; }
        .banner#half-hero.site-404 .container .copy h1 {
          /* 404: */
          font-family: Gilroy-SemiBold, sans-serif;
          font-size: 70px;
          color: #FFFFFF;
          letter-spacing: 0;
          line-height: 70px; }
        .banner#half-hero.site-404 .container .copy ul li a {
          text-decoration: underline;
          border: 0px;
          color: #0A3D4C; }
        .banner#half-hero.site-404 .container .copy p {
          /* Sadly, your thirst c: */
          font-family: Gilroy, sans-serif;
          font-size: 16px;
          color: #FFFFFF;
          letter-spacing: 0;
          line-height: 16px;
          margin: 0px;
          margin-bottom: 20px; }
          .banner#half-hero.site-404 .container .copy p a {
            text-decoration: underline;
            border: 0px;
            color: #0A3D4C; }
        .banner#half-hero.site-404 .container .copy ul {
          margin-bottom: 20px; }
          .banner#half-hero.site-404 .container .copy ul li {
            font-family: Gilroy, sans-serif;
            font-size: 16px;
            color: #FFFFFF;
            letter-spacing: 0;
            line-height: 16px; }
        .banner#half-hero.site-404 .container .copy .btn img {
          width: auto; }
      .banner#half-hero.site-404 .blue-overlay {
        position: absolute;
        display: block;
        height: 100%;
        background: -webkit-linear-gradient(-1deg, rgba(255, 255, 255, 0) 72%, #000000 102%), url(assets/imgs/404-Overlay.png) no-repeat;
        background: linear-gradient(-1deg, rgba(255, 255, 255, 0) 72%, #000000 102%), url(assets/imgs/404-Overlay.png) no-repeat;
        background-size: contain;
        width: 100%; }
        @media (max-width: 750px) {
          .banner#half-hero.site-404 .blue-overlay {
            position: absolute;
            display: block;
            height: 100%;
            background: -webkit-linear-gradient(-1deg, rgba(255, 255, 255, 0) 72%, #000000 102%), url(assets/imgs/404-Overlay.png) repeat;
            background: linear-gradient(-1deg, rgba(255, 255, 255, 0) 72%, #000000 102%), url(assets/imgs/404-Overlay.png) repeat;
            background-size: cover; } }
    .banner#half-hero .frame {
      max-width: 1160px;
      margin: 0 auto; }
      @media (min-width: 750px) and (max-width: 1000px) {
        .banner#half-hero .frame {
          max-width: 700px; } }
      @media (max-width: 750px) {
        .banner#half-hero .frame {
          max-width: 85%; } }
      .banner#half-hero .frame .copy {
        max-width: 520px; }
        @media (max-width: 750px) {
          .banner#half-hero .frame .copy {
            max-width: 100%; } }
    .banner#half-hero .container {
      bottom: 180px;
      top: auto;
      transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%); }
      @media (min-width: 1200px) and (max-width: 1400px) {
        .banner#half-hero .container {
          max-width: 1100px;
          top: 50%;
          bottom: auto;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%); } }
      @media (min-width: 1100px) and (max-width: 1200px) {
        .banner#half-hero .container {
          max-width: 1000px;
          top: 50%;
          bottom: auto;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%); } }
      @media (min-width: 1000px) and (max-width: 1100px) {
        .banner#half-hero .container {
          max-width: 960px;
          top: 50%;
          bottom: auto;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%); } }
      .banner#half-hero .container h1 {
        /* Water Coolers: */
        font-family: Gilroy-Regular, sans-serif;
        font-size: 72px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 72px; }
        @media (max-width: 750px) {
          .banner#half-hero .container h1 {
            /* Take care of busines: */
            font-family: Gilroy-Medium, sans-serif;
            font-size: 30px;
            color: #FFFFFF;
            letter-spacing: 0;
            line-height: 32px; } }
      .banner#half-hero .container p {
        /* Quench systems use a: */
        font-family: Gilroy-Regular, sans-serif;
        font-size: 20px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 32px; }
        .banner#half-hero .container p a {
          color: white;
          text-decoration: underline; }
        @media (max-width: 750px) {
          .banner#half-hero .container p {
            /* With Quench’s bottle: */
            font-family: Gilroy, sans-serif;
            font-size: 16px;
            color: #FFFFFF;
            letter-spacing: 0;
            line-height: 28px; } }
      @media (max-width: 750px) {
        .banner#half-hero .container {
          /* bottom: 120px; */
          bottom: auto;
          top: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%); } }
    .banner#half-hero.filtration {
      background-size: cover, 65% 100%, cover; }
      @media (max-width: 750px) {
        .banner#half-hero.filtration {
          background-size: cover, 300%, auto; } }
      .banner#half-hero.filtration .container h1 {
        /* Filtration Advantage: */
        font-family: Gilroy, sans-serif;
        font-size: 72px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 70px; }
        @media (max-width: 750px) {
          .banner#half-hero.filtration .container h1 {
            /* Take care of busines: */
            font-family: Gilroy-Medium, sans-serif;
            font-size: 30px;
            color: #FFFFFF;
            letter-spacing: 0;
            line-height: 32px;
            text-align: center; } }
      .banner#half-hero.filtration .container p {
        /* Say goodbye to awkwa: */
        font-family: Gilroy, sans-serif;
        font-size: 20px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 32px; }
        @media (max-width: 750px) {
          .banner#half-hero.filtration .container p {
            /* With Quench’s bottle: */
            font-family: Gilroy, sans-serif;
            font-size: 16px;
            color: #FFFFFF;
            letter-spacing: 0;
            line-height: 22px;
            text-align: center; } }
    .banner#half-hero.why-quench {
      background-size: cover, 65% 100%, cover; }
      @media (max-width: 750px) {
        .banner#half-hero.why-quench {
          background-size: cover,300%, cover;
          background-position: center; } }
      .banner#half-hero.why-quench .container {
        bottom: 200px; }
        @media (min-width: 1000px) and (max-width: 1100px) {
          .banner#half-hero.why-quench .container {
            bottom: auto; } }
        @media (min-width: 1100px) and (max-width: 1200px) {
          .banner#half-hero.why-quench .container {
            bottom: auto; } }
        @media (min-width: 1200px) and (max-width: 1400px) {
          .banner#half-hero.why-quench .container {
            bottom: auto; } }
        @media (max-width: 750px) {
          .banner#half-hero.why-quench .container {
            bottom: auto; } }
    .banner#half-hero.tall {
      height: 980px; }
      @media (min-width: 1200px) and (max-width: 1400px) {
        .banner#half-hero.tall {
          background-position: left, left, center; } }
      @media (min-width: 1100px) and (max-width: 1200px) {
        .banner#half-hero.tall {
          height: 100vh;
          background-position: left, left, center; } }
      @media (min-width: 1000px) and (max-width: 1100px) {
        .banner#half-hero.tall {
          height: 100vh;
          background-position: left, left, center; } }
      @media (max-width: 750px) {
        .banner#half-hero.tall {
          height: 550px; } }
      .banner#half-hero.tall .blue-overlay {
        background: -webkit-linear-gradient(-1deg, rgba(255, 255, 255, 0) 72%, rgba(0, 0, 0, 0.5) 102%), url(assets/imgs/green-overlay.png) no-repeat;
        background: linear-gradient(-1deg, rgba(255, 255, 255, 0) 72%, rgba(0, 0, 0, 0.5) 102%), url(assets/imgs/green-overlay.png) no-repeat; }
    .banner#half-hero.product-finder {
      height: 980px; }
      @media (max-width: 750px) {
        .banner#half-hero.product-finder {
          height: 100vh;
          overflow: hidden; } }
      .banner#half-hero.product-finder .blue-overlay {
        background: -webkit-linear-gradient(-1deg, rgba(255, 255, 255, 0) 72%, rgba(0, 0, 0, 0.5) 102%), url(assets/imgs/half-hero-overlay.png) no-repeat;
        background: linear-gradient(-1deg, rgba(255, 255, 255, 0) 72%, rgba(0, 0, 0, 0.5) 102%), url(assets/imgs/half-hero-overlay.png) no-repeat; }
        @media (max-width: 750px) {
          .banner#half-hero.product-finder .blue-overlay {
            position: absolute;
            display: block;
            height: 100%;
            background: -webkit-linear-gradient(-1deg, rgba(255, 255, 255, 0) 72%, rgba(0, 0, 0, 0.5) 102%), url(assets/imgs/half-hero-overlay.png) repeat;
            background: linear-gradient(-1deg, rgba(255, 255, 255, 0) 72%, rgba(0, 0, 0, 0.5) 102%), url(assets/imgs/half-hero-overlay.png) repeat;
            background-size: auto; } }
      .banner#half-hero.product-finder .container h1 {
        font-family: Gilroy, sans-serif;
        font-size: 64px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 64px; }
        @media (max-width: 750px) {
          .banner#half-hero.product-finder .container h1 {
            /* Take care of busines: */
            font-family: Gilroy-Medium, sans-serif;
            font-size: 30px;
            color: #FFFFFF;
            letter-spacing: 0;
            text-align: center;
            line-height: 32px; } }
      .banner#half-hero.product-finder .container p {
        font-family: Gilroy, sans-serif;
        font-size: 20px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 32px; }
        @media (max-width: 750px) {
          .banner#half-hero.product-finder .container p {
            /* With Quench’s bottle: */
            font-family: Gilroy, sans-serif;
            font-size: 16px;
            color: #FFFFFF;
            letter-spacing: 0;
            line-height: 28px; } }

h1 {
  font-family: Gilroy, sans-serif;
  font-size: 72px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 72px;
  font-weight: normal;
  margin: 0px; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    h1 {
      font-size: 60px;
      line-height: 60px; } }
  @media (max-width: 750px) {
    h1 {
      /* Take care of busines: */
      font-family: Gilroy-Medium, sans-serif;
      font-size: 30px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 32px; } }

h2 {
  /* PRODUCTS: */
  font-family: tahoma;
  font-size: 56px;
  color: #0A3D4C;
  letter-spacing: 0;
  line-height: 56px;
  font-weight: normal;
  margin: 0px; }

.tagline {
  /* The Quench line of: */
  font-family: "mrs-eaves-xl-serif",serif;
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  color: #0A3D4C;
  letter-spacing: 0;
  line-height: 28px; }

p {
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 20px; }
  p strong,
  p b {
    font-family: Gilroy-SemiBold, sans-serif; }

.btn {
  font-family: tahoma;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 14px;
  width: 150px;
  height: 45px;
  background: #4EBEA8;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  text-align: center;
  padding-top: 18px;
  display: inline-block;
  transition: all 0.5s;
  cursor: pointer; }
  .btn img {
    margin-left: 5px; }
  .btn:hover {
    background: #158FAE; }

.container {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%; }

a {
  outline: none;
  text-decoration: none;
  border: 0px; }
  a img {
    outline: none;
    border: 0px;
    text-decoration: none; }
  a svg {
    text-decoration: none;
    border: 0px;
    outline: none; }

body {
  line-height: 0; }

section:focus {
  outline: none; }

.frame {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }
  @media (min-width: 1000px) and (max-width: 1100px) {
    .frame {
      max-width: 960px; } }
  @media (max-width: 750px) {
    .frame {
      max-width: 90%; } }
  @media (min-width: 750px) and (max-width: 1000px) {
    .frame {
      max-width: 700px; } }

.row {
  font-size: 0px; }

.v {
  position: relative; }
  .v:after {
    border-top: 80px solid transparent;
    border-right: 80px solid transparent;
    border-left: 50vw solid white;
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
    display: block;
    z-index: 100; }
    @media (max-width: 750px) {
      .v:after {
        border-top: 20px solid transparent;
        border-right: 20px solid transparent; } }
  .v:before {
    z-index: 100;
    border-top: 80px solid transparent;
    border-right: 50vw solid white;
    border-left: 80px solid transparent;
    position: absolute;
    bottom: 0px;
    right: 0px;
    content: "";
    display: block; }
    @media (max-width: 750px) {
      .v:before {
        border-top: 20px solid transparent;
        border-left: 20px solid transparent; } }
  @media (min-width: 1600px) {
    .v:after {
      border-left: 800px solid white; }
    .v:before {
      border-right: 800px solid white; } }

.up-v {
  position: relative; }
  .up-v:after {
    border-bottom: 80px solid transparent;
    border-right: 80px solid transparent;
    border-left: 50vw solid white;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    display: block; }
    @media (max-width: 750px) {
      .up-v:after {
        border-bottom: 40px solid transparent;
        border-right: 40px solid transparent; } }
  .up-v:before {
    border-bottom: 80px solid transparent;
    border-right: 50vw solid white;
    border-left: 80px solid transparent;
    position: absolute;
    top: 0px;
    right: 0px;
    content: "";
    display: block; }
    @media (max-width: 750px) {
      .up-v:before {
        border-bottom: 40px solid transparent;
        border-left: 40px solid transparent; } }
  @media (min-width: 1600px) {
    .up-v:after {
      border-left: 800px solid white; }
    .up-v:before {
      border-right: 800px solid white; } }

#product-line {
  padding-top: 45px;
  padding-bottom: 140px;
  position: relative; }
  #product-line .product-line-header {
    max-width: 1172px;
    margin: 0 auto; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      #product-line .product-line-header {
        max-width: 1000px; } }
    @media (min-width: 1200px) and (max-width: 1275px) {
      #product-line .product-line-header {
        max-width: 1100px; } }
    @media (min-width: 1100px) and (max-width: 1200px) {
      #product-line .product-line-header {
        max-width: 1000px; } }
    @media (min-width: 1000px) and (max-width: 1100px) {
      #product-line .product-line-header {
        max-width: 950px; } }
    @media (max-width: 750px) {
      #product-line .product-line-header {
        width: 100%;
        text-align: center; } }
    @media (min-width: 750px) and (max-width: 1000px) {
      #product-line .product-line-header {
        max-width: 700px; } }
    #product-line .product-line-header h2 {
      margin-top: 10px; }
      @media (max-width: 750px) {
        #product-line .product-line-header h2 {
          /* PRODUCTS: */
          font-family: tahoma;
          font-size: 32px;
          color: #0A3D4C;
          letter-spacing: 0;
          line-height: 32px; } }
    @media (max-width: 750px) {
      #product-line .product-line-header .tagline {
        /* The Quench line of: */
        font-family: "mrs-eaves-xl-serif", serif;
        font-style: italic;
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        color: #0A3D4C;
        letter-spacing: 0; } }
    #product-line .product-line-header .quench-mark:before {
      width: 430px;
      height: 0px;
      content: "";
      display: inline-block;
      border-top: 1px solid rgba(10, 61, 76, 0.2);
      vertical-align: middle;
      margin-right: 8px; }
      @media (max-width: 750px) {
        #product-line .product-line-header .quench-mark:before {
          width: 250px; } }
    #product-line .product-line-header .quench-mark img,
    #product-line .product-line-header .quench-mark svg {
      vertical-align: middle; }
      @media (max-width: 750px) {
        #product-line .product-line-header .quench-mark img,
        #product-line .product-line-header .quench-mark svg {
          display: none; } }
  #product-line .product-line {
    position: relative;
    z-index: 100;
    margin-top: 50px; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      #product-line .product-line {
        max-width: 1000px; } }
    @media (min-width: 750px) and (max-width: 1000px) {
      #product-line .product-line {
        max-width: 700px; } }
    #product-line .product-line a {
      width: 25%;
      display: inline-block;
      text-decoration: none;
      text-align: center;
      box-sizing: border-box;
      padding-right: 35px;
      padding-left: 35px;
      position: relative;
      padding-bottom: 65px;
      cursor: pointer; }
      @media (max-width: 750px) {
        #product-line .product-line a {
          width: 100%;
          max-width: 150px;
          display: block;
          margin: 0 auto;
          padding: 0px; }
          #product-line .product-line a img {
            width: 100%;
            height: auto;
            display: block;
            margin: 0 auto; } }
      @media (min-width: 750px) and (max-width: 1000px) {
        #product-line .product-line a img {
          max-width: 100%;
          height: auto; } }
      #product-line .product-line a:after {
        height: 400px;
        width: 0px;
        border-right: 1px solid rgba(10, 61, 76, 0.2);
        content: "";
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 0px; }
        @media (max-width: 750px) {
          #product-line .product-line a:after {
            content: none; } }
      #product-line .product-line a:first-of-type {
        padding-left: 10px; }
        @media (max-width: 750px) {
          #product-line .product-line a:first-of-type {
            padding-left: 0px; } }
      #product-line .product-line a:last-of-type {
        padding-right: 10px; }
        #product-line .product-line a:last-of-type:after {
          content: none; }
      #product-line .product-line a img {
        width: auto;
        max-height: 420px;
        position: relative; }
        @media (max-width: 750px) {
          #product-line .product-line a img {
            width: 100%;
            height: auto; } }
        #product-line .product-line a img:hover:after {
          background-image: url("assets/imgs/product-finder-select.svg");
          width: 75px;
          height: 75px;
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%); }
      #product-line .product-line a .product-line-title {
        position: absolute;
        top: calc(100% - 37px);
        /* SPARKLING WATER: */
        font-family: tahoma;
        font-size: 18px;
        color: #0A3D4C;
        letter-spacing: 0;
        line-height: 20px;
        text-decoration: none;
        max-width: 150px;
        margin: 0 auto;
        left: 50%;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%); }
        @media (max-width: 750px) {
          #product-line .product-line a .product-line-title {
            position: relative;
            display: block;
            margin-top: 15px;
            margin-bottom: 50px; } }
        #product-line .product-line a .product-line-title:before {
          width: 100px;
          height: 0px;
          border-top: 1px solid rgba(39, 183, 220, 0.5);
          position: absolute;
          top: -15px;
          content: " ";
          display: block;
          left: 50%;
          transform: translate(-50%, 0%);
          -webkit-transform: translate(-50%, 0%);
          -ms-transform: translate(-50%, 0%); }
        #product-line .product-line a .product-line-title:after {
          position: absolute;
          width: 11px;
          height: 6px;
          background-image: url("assets/imgs/down-arrow.svg");
          content: " ";
          display: block;
          left: 50%;
          bottom: -10px;
          transform: translate(-50%, 0%);
          -webkit-transform: translate(-50%, 0%);
          -ms-transform: translate(-50%, 0%); }
  #product-line:after {
    background: #0A3D4C;
    width: 100%;
    height: 280px;
    position: absolute;
    bottom: 0px;
    content: none;
    display: block;
    opacity: 0.03;
    z-index: 50; }
    @media (max-width: 750px) {
      #product-line:after {
        display: none; } }

#filtration-teaser {
  background-image: radial-gradient(57% 91%, rgba(39, 183, 220, 0.6) 55%, #1180B7 100%);
  background-image: -webkit-radial-gradient(57% 91%, rgba(39, 183, 220, 0.6) 55%, #1180B7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9927b7dc', endColorstr='#1180b7',GradientType=0 );
  position: relative;
  z-index: 150; }
  #filtration-teaser .quench-machine {
    height: 862px; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      #filtration-teaser .quench-machine {
        height: 650px; } }
    @media (min-width: 1000px) and (max-width: 1100px) {
      #filtration-teaser .quench-machine {
        height: 775px; } }
    #filtration-teaser .quench-machine img {
      margin-top: -80px;
      margin-left: 413px;
      vertical-align: bottom; }
      @media (min-width: 1400px) and (max-width: 1600px) {
        #filtration-teaser .quench-machine img {
          margin-left: 0px;
          margin-top: -80px;
          position: absolute;
          width: 514px;
          vertical-align: bottom;
          height: 942px;
          bottom: 0px;
          left: calc( 50% - 120px);
          transform: translate(-50%, 0%);
          -webkit-transform: translate(-50%, 0%);
          -ms-transform: translate(-50%, 0%); } }
      @media (min-width: 1200px) and (max-width: 1400px) {
        #filtration-teaser .quench-machine img {
          margin-left: 0px;
          margin-top: -80px;
          position: absolute;
          width: auto;
          vertical-align: bottom;
          height: 700px;
          bottom: 0px;
          left: calc( 50% - 120px);
          transform: translate(-50%, 0%);
          -webkit-transform: translate(-50%, 0%);
          -ms-transform: translate(-50%, 0%); } }
      @media (min-width: 1100px) and (max-width: 1200px) {
        #filtration-teaser .quench-machine img {
          margin-left: 0px;
          margin-top: -80px;
          position: absolute;
          width: 514px;
          vertical-align: bottom;
          height: 942px;
          bottom: 0px;
          left: calc( 50% - 120px);
          transform: translate(-50%, 0%);
          -webkit-transform: translate(-50%, 0%);
          -ms-transform: translate(-50%, 0%); } }
      @media (min-width: 1000px) and (max-width: 1100px) {
        #filtration-teaser .quench-machine img {
          margin-left: 0px;
          margin-top: -80px;
          position: absolute;
          width: 450px;
          vertical-align: bottom;
          height: auto;
          bottom: 0px;
          left: calc( 50% - 120px);
          transform: translate(-50%, 0%);
          -webkit-transform: translate(-50%, 0%);
          -ms-transform: translate(-50%, 0%); } }
  #filtration-teaser .container {
    max-width: 410px;
    left: 980px;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    overflow: hidden;
    border-top: 1px solid white;
    padding-top: 5px; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      #filtration-teaser .container {
        left: auto;
        right: 100px; } }
    @media (min-width: 1100px) and (max-width: 1200px) {
      #filtration-teaser .container {
        left: auto;
        right: 30px;
        max-width: 350px; } }
    @media (min-width: 1000px) and (max-width: 1100px) {
      #filtration-teaser .container {
        left: auto;
        right: 30px;
        max-width: 350px; } }
    #filtration-teaser .container .tagline {
      font-size: 18px;
      color: #FFFFFF;
      letter-spacing: 0;
      margin-bottom: 30px; }
    #filtration-teaser .container .btn {
      margin-top: 10px; }
    #filtration-teaser .container h2 {
      /* Filtration Advantage: */
      font-family: tahoma;
      font-size: 56px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 52px; }
      @media (min-width: 1200px) and (max-width: 1400px) {
        #filtration-teaser .container h2 {
          font-size: 40px;
          line-height: 40px; } }
    #filtration-teaser .container p {
      /* Quench office water: */
      font-family: Gilroy, sans-serif;
      font-size: 18px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 32px; }
      @media (min-width: 1200px) and (max-width: 1400px) {
        #filtration-teaser .container p {
          line-height: 28px;
          font-size: 17px; } }
      @media (min-width: 1000px) and (max-width: 1100px) {
        #filtration-teaser .container p {
          line-height: 28px; } }
  #filtration-teaser .filtration-icons {
    position: absolute;
    top: 60px;
    left: 200px; }
    @media (min-width: 1400px) and (max-width: 1600px) {
      #filtration-teaser .filtration-icons {
        left: 150px; } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      #filtration-teaser .filtration-icons {
        left: 150px;
        top: 20px;
        padding-top: 0px; } }
    @media (min-width: 1100px) and (max-width: 1200px) {
      #filtration-teaser .filtration-icons {
        left: 50px; } }
    @media (min-width: 1000px) and (max-width: 1100px) {
      #filtration-teaser .filtration-icons {
        left: 20px;
        top: -30px; } }
    #filtration-teaser .filtration-icons .filtration-icon-item {
      position: relative;
      margin-bottom: 25px;
      cursor: pointer; }
      @media (min-width: 1200px) and (max-width: 1400px) {
        #filtration-teaser .filtration-icons .filtration-icon-item {
          margin-bottom: 15px; } }
      @media (max-width: 750px) {
        #filtration-teaser .filtration-icons .filtration-icon-item {
          margin-bottom: 20px; } }
      @media (min-width: 1200px) and (max-width: 1400px) {
        #filtration-teaser .filtration-icons .filtration-icon-item svg {
          width: 130px;
          height: auto; } }
      @media (min-width: 1000px) and (max-width: 1100px) {
        #filtration-teaser .filtration-icons .filtration-icon-item {
          margin-bottom: 15px; } }
      #filtration-teaser .filtration-icons .filtration-icon-item circle {
        transition: all 0.5s; }
      #filtration-teaser .filtration-icons .filtration-icon-item:hover circle:first-of-type {
        fill: #27B7DC; }
      #filtration-teaser .filtration-icons .filtration-icon-item p {
        max-width: 110px;
        text-align: center;
        /* Save Money: */
        font-family: tahoma;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 16px;
        margin-top: 12px;
        margin-bottom: 0px;
        font-weight: normal; }
        @media (min-width: 1200px) and (max-width: 1400px) {
          #filtration-teaser .filtration-icons .filtration-icon-item p {
            max-width: 88px; } }
      #filtration-teaser .filtration-icons .filtration-icon-item .icon-holder {
        width: 110px;
        height: 110px;
        top: 0px;
        left: 0px;
        position: absolute;
        display: flex;
        display: -webkit-flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center; }
        @media (min-width: 1200px) and (max-width: 1400px) {
          #filtration-teaser .filtration-icons .filtration-icon-item .icon-holder {
            width: 88px;
            height: 88px; } }
        #filtration-teaser .filtration-icons .filtration-icon-item .icon-holder img {
          display: block;
          max-width: 100%; }
          @media (min-width: 1200px) and (max-width: 1400px) {
            #filtration-teaser .filtration-icons .filtration-icon-item .icon-holder img {
              max-width: 60%; } }

@media (max-width: 750px) {
  .android-version-old #filtration-teaser .filtration-icons .filtration-icon-item .icon-holder {
    display: block; }
    .android-version-old #filtration-teaser .filtration-icons .filtration-icon-item .icon-holder img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%); }
  #filtration-teaser {
    height: 1050px;
    padding-top: 50px;
    /* Mask: */
    background-image: radial-gradient(60% 60%, #27B7DC 29%, #1180B7 100%);
    background-image: -webkit-radial-gradient(60% 60%, #27B7DC 29%, #1180B7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27b7dc', endColorstr='#1180b7',GradientType=0 ); }
    #filtration-teaser .filtration-icons .filtration-icon-item {
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box; }
      #filtration-teaser .filtration-icons .filtration-icon-item .icon-holder {
        width: 110px;
        height: 110px;
        top: 0px;
        left: 0px;
        position: relative;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        background: #0A3D4C;
        border-radius: 50%;
        border: 1px solid white; }
      #filtration-teaser .filtration-icons .filtration-icon-item:nth-of-type(even) {
        float: right; }
    #filtration-teaser .filtration-icons {
      top: 200px;
      padding-top: 0px;
      left: 0px;
      width: 100%;
      width: 240px;
      margin: 0 auto;
      left: 50%;
      transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%); }
      #filtration-teaser .filtration-icons .icon-background {
        display: none; }
    #filtration-teaser .container {
      text-align: center;
      position: relative;
      left: 0px;
      top: 0px;
      transform: translate(0%, 0%);
      -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
      max-width: 90%;
      margin: 0 auto; }
      #filtration-teaser .container p {
        /* Quench office water: */
        font-family: Gilroy, sans-serif;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 28px;
        max-width: 300px;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 380px; }
      #filtration-teaser .container h2 {
        /* FILTRATION ADVANTAGE: */
        font-family: tahoma;
        font-size: 38px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 36px; }
      #filtration-teaser .container:before {
        right: 0px;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        left: 50%;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        width: 250px; }
      #filtration-teaser .container .tagline {
        /* The Quench Differenc: */
        font-family: "mrs-eaves-xl-serif", serif;
        font-style: italic;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0; }
    #filtration-teaser .quench-machine {
      display: none; } }

@media (min-width: 750px) and (max-width: 1000px) {
  #filtration-teaser {
    height: auto;
    padding-top: 50px;
    /* Mask: */
    background-image: radial-gradient(32% 95%, #27B7DC 29%, #1180B7 100%);
    background-image: -webkit-radial-gradient(32% 95%, #27B7DC 29%, #1180B7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27b7dc', endColorstr='#1180b7',GradientType=0 ); }
    #filtration-teaser .filtration-icons .filtration-icon-item {
      vertical-align: top;
      box-sizing: border-box;
      margin: 0 15px; }
      #filtration-teaser .filtration-icons .filtration-icon-item .icon-holder {
        width: 110px;
        height: 110px;
        top: 0px;
        left: 0px;
        position: relative;
        display: flex;
        display: -webkit-flex;
        background: #0A3D4C;
        border-radius: 50%;
        border: 1px solid white; }
    #filtration-teaser .filtration-icons {
      top: 200px;
      padding-top: 0px;
      left: 0px;
      width: 100%;
      margin: 0 auto;
      display: flex;
      display: -webkit-flex;
      flex-wrap: nowrap;
      justify-content: center; }
      #filtration-teaser .filtration-icons .icon-background {
        display: none; }
    #filtration-teaser .container {
      padding-bottom: 50px;
      max-width: 700px;
      margin: 0 auto;
      text-align: center;
      position: relative;
      left: 0px;
      top: 0px;
      transform: translate(0%, 0%);
      -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
      max-width: 700px; }
      #filtration-teaser .container p {
        /* Quench office water: */
        font-family: Gilroy, sans-serif;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 28px;
        max-width: 600px;
        margin: 0 auto;
        margin-bottom: 40px;
        margin-top: 250px; }
      #filtration-teaser .container h2 {
        /* FILTRATION ADVANTAGE: */
        font-family: tahoma;
        font-size: 38px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 36px; }
      #filtration-teaser .container:before {
        right: 0px;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        left: 50%;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        width: 250px; }
      #filtration-teaser .container .tagline {
        /* The Quench Differenc: */
        font-family: "mrs-eaves-xl-serif", serif;
        font-style: italic;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0; }
    #filtration-teaser .quench-machine {
      display: none; } }

#why-quench-teaser {
  padding-top: 120px;
  position: relative;
  background: white;
  z-index: 180;
  overflow: hidden; }
  #why-quench-teaser h2 {
    /* Why Over 40,000 Busi: */
    font-family: Gilroy-Light, sans-serif;
    font-size: 56px;
    color: #0A3D4C;
    letter-spacing: 0;
    line-height: 64px;
    text-align: center;
    margin: 0 auto;
    max-width: 960px;
    margin-bottom: 110px; }
  #why-quench-teaser .frame {
    max-width: 1174px; }
    @media (min-width: 1200px) and (max-width: 1275px) {
      #why-quench-teaser .frame {
        max-width: 1100px; } }
    @media (min-width: 1100px) and (max-width: 1200px) {
      #why-quench-teaser .frame {
        max-width: 1000px; } }
    @media (min-width: 1000px) and (max-width: 1100px) {
      #why-quench-teaser .frame {
        max-width: 960px; } }
    @media (min-width: 750px) and (max-width: 1000px) {
      #why-quench-teaser .frame {
        max-width: 700px; } }
  #why-quench-teaser .why-item {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-bottom: 105px; }
    @media (min-width: 750px) and (max-width: 1000px) {
      #why-quench-teaser .why-item {
        display: block; } }
    #why-quench-teaser .why-item .count-item {
      /* Oval: */
      background: rgba(114, 185, 39, 0.9);
      width: 130px;
      height: 130px;
      border-radius: 50%;
      color: white;
      /* 02: */
      font-family: tahoma;
      font-size: 56px;
      color: #FFFFFF;
      letter-spacing: -1.75px;
      line-height: 64px;
      text-align: center;
      box-sizing: border-box;
      display: block;
      position: relative;
      margin: 0 auto;
      padding-top: 40px; }
    #why-quench-teaser .why-item:nth-of-type(even) {
      flex-direction: row-reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      text-align: right; }
      #why-quench-teaser .why-item:nth-of-type(even) .right-box {
        padding-right: 0px;
        padding-left: 0px;
        box-sizing: border-box; }
        #why-quench-teaser .why-item:nth-of-type(even) .right-box * {
          margin-right: 45px;
          margin-left: 0px; }
          @media (max-width: 750px) {
            #why-quench-teaser .why-item:nth-of-type(even) .right-box * {
              margin-right: 0px; } }
          #why-quench-teaser .why-item:nth-of-type(even) .right-box * img {
            margin-right: 0px;
            margin-left: 5px; }
        @media (max-width: 750px) {
          #why-quench-teaser .why-item:nth-of-type(even) .right-box {
            padding-right: 0px; } }
      #why-quench-teaser .why-item:nth-of-type(even) .left-box {
        text-align: left;
        padding-right: 0px;
        padding-left: 0px; }
    #why-quench-teaser .why-item:nth-of-type(1) .left-box .oval img {
      display: block;
      position: absolute;
      right: 0px;
      bottom: 45px;
      width: 100%;
      height: auto; }
    #why-quench-teaser .why-item:nth-of-type(2) .left-box .oval {
      background-image: linear-gradient(-229deg, rgba(255, 255, 255, 0.16) 12%, rgba(186, 206, 201, 0.4) 100%);
      background-image: -webkit-linear-gradient(-229deg, rgba(255, 255, 255, 0.16) 12%, rgba(186, 206, 201, 0.4) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29ffffff', endColorstr='#66bacec9',GradientType=0 );
      /* IE6-9 */
      margin-left: 100px;
      margin-right: 0px; }
      @media (max-width: 750px) {
        #why-quench-teaser .why-item:nth-of-type(2) .left-box .oval {
          margin-left: 0px; } }
      #why-quench-teaser .why-item:nth-of-type(2) .left-box .oval img {
        display: block;
        position: absolute;
        right: -8px;
        bottom: 0px; }
    #why-quench-teaser .why-item:nth-of-type(3) .left-box .oval img {
      display: block;
      position: absolute;
      left: -120px;
      bottom: 0px;
      width: 600px;
      height: auto; }
    #why-quench-teaser .why-item .tagline {
      /* We Are Market Leader: */
      font-family: "mrs-eaves-xl-serif", serif;
      font-style: italic;
      font-weight: 400;
      font-size: 24px;
      color: #0A3D4C;
      letter-spacing: 0;
      line-height: 34px; }
    #why-quench-teaser .why-item h3 {
      /* PRODUCTS: */
      font-family: tahoma;
      font-size: 32px;
      color: #0A3D4C;
      letter-spacing: 0;
      line-height: 34px;
      font-weight: normal;
      margin: 0px; }
    #why-quench-teaser .why-item p {
      /* Quench is an AquaVen: */
      font-family: Gilroy-Regular, sans-serif;
      font-size: 16px;
      color: #0A3D4C;
      letter-spacing: 0;
      line-height: 28px;
      margin-bottom: 30px; }
  #why-quench-teaser .left-box,
  #why-quench-teaser .right-box {
    flex-basis: 512px;
    width: 512px;
    max-width: 100%;
    box-sizing: border-box; }
    @media (min-width: 1100px) and (max-width: 1200px) {
      #why-quench-teaser .left-box,
      #why-quench-teaser .right-box {
        width: 425px;
        flex-basis: 425px; } }
    @media (min-width: 1000px) and (max-width: 1100px) {
      #why-quench-teaser .left-box,
      #why-quench-teaser .right-box {
        width: 405px;
        flex-basis: 405px; } }
    @media (min-width: 750px) and (max-width: 1000px) {
      #why-quench-teaser .left-box,
      #why-quench-teaser .right-box {
        margin: 0 auto; } }
    #why-quench-teaser .left-box .btn,
    #why-quench-teaser .right-box .btn {
      cursor: pointer;
      background: #27B7DC; }
      #why-quench-teaser .left-box .btn:hover,
      #why-quench-teaser .right-box .btn:hover {
        background: #158FAE; }
    #why-quench-teaser .left-box .oval,
    #why-quench-teaser .right-box .oval {
      /* Oval 3 Copy 2: */
      /* Oval 3 Copy 2: */
      position: relative;
      background-image: linear-gradient(-100deg, rgba(255, 255, 255, 0.16) 15%, rgba(186, 206, 201, 0.4) 100%);
      background-image: -webkit-linear-gradient(-100deg, rgba(255, 255, 255, 0.16) 15%, rgba(186, 206, 201, 0.4) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29ffffff', endColorstr='#66bacec9',GradientType=0 );
      /* IE6-9 */
      border-radius: 50%;
      height: 375px;
      width: 375px;
      display: inline-block; }
      @media (max-width: 750px) {
        #why-quench-teaser .left-box .oval,
        #why-quench-teaser .right-box .oval {
          max-width: 100%; } }
  #why-quench-teaser .left-box {
    text-align: right;
    padding-right: 0px; }
    #why-quench-teaser .left-box .oval {
      margin-right: 65px; }
  #why-quench-teaser .right-box {
    margin-top: 35px;
    padding-left: 0px; }
    #why-quench-teaser .right-box sup {
      margin: 0px; }
    #why-quench-teaser .right-box * {
      margin-left: 35px; }
      @media (max-width: 750px) {
        #why-quench-teaser .right-box * {
          margin-left: 0px; } }
      #why-quench-teaser .right-box * img {
        margin-left: 5px; }
    #why-quench-teaser .right-box h3 {
      margin-left: 35px; }
      @media (max-width: 750px) {
        #why-quench-teaser .right-box h3 {
          margin-left: 0px; } }
    @media (max-width: 750px) {
      #why-quench-teaser .right-box {
        padding-left: 0px; } }
  #why-quench-teaser .count {
    flex-basis: 150px;
    width: 150px;
    position: relative; }
    #why-quench-teaser .count .count-item {
      z-index: 30; }
    #why-quench-teaser .count:after {
      height: calc(100% + 105px - 130px);
      border-right: 1px solid rgba(114, 185, 39, 0.5);
      content: "";
      position: absolute;
      display: block;
      left: 50%;
      transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      z-index: 20; }
  #why-quench-teaser .why-item:last-of-type .count:after {
    content: none; }

@media (max-width: 750px) {
  #why-quench-teaser .why-item:nth-of-type(3) .left-box .oval img {
    display: block;
    position: absolute;
    left: -31px;
    bottom: 43px;
    height: auto;
    width: 116%; }
  #why-quench-teaser .why-item:nth-of-type(2) .left-box .oval img {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 39px;
    height: auto;
    width: 100%; }
  #why-quench-teaser .why-item:nth-of-type(even) {
    flex-direction: column;
    text-align: left; }
  #why-quench-teaser .why-item:nth-of-type(even) .left-box {
    padding-left: 0px; }
  #why-quench-teaser .why-item:nth-of-type(1) .left-box .oval img {
    display: block;
    position: absolute;
    right: 24px;
    bottom: 45px;
    height: auto; }
  #why-quench-teaser .left-box,
  #why-quench-teaser .right-box {
    flex-basis: 100%;
    box-sizing: border-box; }
    #why-quench-teaser .left-box img,
    #why-quench-teaser .right-box img {
      max-width: 100%; }
  #why-quench-teaser .left-box {
    padding: 0px;
    text-align: center;
    position: relative; }
  #why-quench-teaser .left-box .oval,
  #why-quench-teaser .right-box .oval {
    width: 320px;
    height: 320px; }
  #why-quench-teaser {
    padding-top: 50px; }
    #why-quench-teaser .right-box {
      padding-left: 0px;
      position: relative; }
    #why-quench-teaser .count {
      display: none; }
    #why-quench-teaser .why-item {
      display: block;
      flex-direction: column;
      position: relative; }
      #why-quench-teaser .why-item p {
        /* Quench is an AquaVen: */
        font-family: Gilroy, sans-serif;
        font-size: 16px;
        color: #0A3D4C;
        letter-spacing: 0;
        line-height: 28px; }
    #why-quench-teaser .frame {
      max-width: 90%; }
    #why-quench-teaser h2 {
      /* Why Over 40,000 Busi: */
      font-family: Gilroy-Light, sans-serif;
      font-size: 32px;
      color: #0A3D4C;
      letter-spacing: 0;
      line-height: 38px;
      margin-bottom: 60px; } }

@media (min-width: 750px) and (max-width: 1000px) {
  #why-quench-teaser .why-item:nth-of-type(3) .left-box .oval img {
    display: block;
    position: absolute;
    left: -31px;
    bottom: 43px;
    height: auto;
    width: 116%; }
  #why-quench-teaser .why-item:nth-of-type(2) .left-box .oval img {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 39px;
    height: auto;
    width: 100%; }
  #why-quench-teaser .why-item:nth-of-type(even) {
    flex-direction: column;
    text-align: left; }
  #why-quench-teaser .why-item:nth-of-type(even) .left-box {
    padding-left: 0px; }
  #why-quench-teaser .why-item:nth-of-type(1) .left-box .oval img {
    display: block;
    position: absolute;
    right: 24px;
    bottom: 45px;
    height: auto; }
  #why-quench-teaser .left-box,
  #why-quench-teaser .right-box {
    flex-basis: 100%;
    box-sizing: border-box; }
    #why-quench-teaser .left-box img,
    #why-quench-teaser .right-box img {
      max-width: 100%; }
  #why-quench-teaser .left-box {
    padding: 0px;
    text-align: center; }
  #why-quench-teaser .left-box .oval,
  #why-quench-teaser .right-box .oval {
    width: 320px;
    height: 320px;
    display: block;
    margin: 0 auto; }
  #why-quench-teaser {
    padding-top: 50px; }
    #why-quench-teaser .right-box {
      padding-left: 0px; }
    #why-quench-teaser .count {
      display: none; }
    #why-quench-teaser .why-item {
      flex-direction: column; }
      #why-quench-teaser .why-item p {
        /* Quench is an AquaVen: */
        font-family: Gilroy, sans-serif;
        font-size: 16px;
        color: #0A3D4C;
        letter-spacing: 0;
        line-height: 28px; }
    #why-quench-teaser .frame {
      max-width: 90%; }
    #why-quench-teaser h2 {
      /* Why Over 40,000 Busi: */
      font-family: Gilroy-Light, sans-serif;
      font-size: 32px;
      color: #0A3D4C;
      letter-spacing: 0;
      line-height: 38px;
      margin-bottom: 60px; } }

@media (min-width: 600px) {
  #company-slider .logo-item {
    display: flex !important; } }

#company-slider {
  padding-top: 100px;
  padding-bottom: 120px;
  background-image: -webkit-linear-gradient(180deg, rgba(186, 206, 201, 0.2) 0%, rgba(255, 255, 255, 0.15) 76%);
  background-image: linear-gradient(180deg, rgba(186, 206, 201, 0.2) 0%, rgba(255, 255, 255, 0.15) 76%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33bacec9', endColorstr='#26ffffff',GradientType=0 );
  /* IE6-9 */ }
  #company-slider .frame {
    max-width: 900px; }
    @media (min-width: 750px) and (max-width: 1000px) {
      #company-slider .frame {
        max-width: 550px; } }
  #company-slider .logo-item {
    text-align: center;
    text-align: center;
    height: 80px;
    display: flex;
    display: -webkit-flex;
    align-items: center; }
  #company-slider img {
    display: inline-block;
    margin: 0 auto; }
  #company-slider h2 {
    /* Quench proudly serve: */
    font-family: Gilroy-Regular, sans-serif;
    font-size: 24px;
    color: #27B7DC;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    margin-bottom: 45px; }
  #company-slider .slick-next,
  #company-slider .slick-prev {
    background-image: url("assets/imgs/slider-arrow.svg");
    width: 20px;
    height: 55px;
    outline: none;
    border: 0px;
    color: transparent;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    right: calc(100% + 50px); }
    @media (min-width: 1000px) and (max-width: 1100px) {
      #company-slider .slick-next,
      #company-slider .slick-prev {
        right: calc(100% + 20px); } }
  #company-slider .slick-next {
    transform: translate(0%, -50%) rotate(180deg);
    -webkit-transform: translate(0%, -50%) rotate(180deg);
    -ms-transform: translate(0%, -50%) rotate(180deg);
    left: calc(100% + 50px);
    right: auto; }
    @media (min-width: 1000px) and (max-width: 1100px) {
      #company-slider .slick-next {
        left: calc(100% + 20px); } }

@media (max-width: 750px) {
  #company-slider {
    /* Rectangle 13: */
    padding-bottom: 40px;
    background-image: -webkit-linear-gradient(-1deg, #BACEC9 0%, #FFFFFF 76%);
    background-image: linear-gradient(-1deg, #BACEC9 0%, #FFFFFF 76%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bacec9', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    padding-top: 0px; }
    #company-slider .logo-item {
      vertical-align: top;
      margin-bottom: 20px;
      margin-top: 20px; }
      #company-slider .logo-item img {
        max-width: 100%; }
    #company-slider .slick-slide div div {
      width: 100% !important;
      display: block; }
    #company-slider h2 {
      /* Quench proudly serve: */
      font-family: Gilroy, sans-serif;
      font-size: 24px;
      color: #27B7DC;
      letter-spacing: 0;
      line-height: 32px;
      max-width: 305px;
      margin: 0 auto;
      margin-bottom: 50px; }
    #company-slider .frame {
      max-width: 250px; }
    #company-slider .slick-next,
    #company-slider .slick-prev {
      right: 100%; }
    #company-slider .slick-next {
      left: 100%; } }

.testimonial + section {
  position: relative; }

.testimonial {
  overflow: hidden;
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox; }
  .testimonial .test-img {
    width: 50%;
    display: inline-block; }
    .testimonial .test-img img {
      width: 100%;
      height: 100%; }
      @media (max-width: 750px) {
        .testimonial .test-img img {
          height: auto; } }
  .testimonial .test-quote {
    width: 50%;
    display: inline-block;
    position: relative;
    background: #27B7DC; }
    .testimonial .test-quote .container {
      transform: translate(0%, -50%);
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      left: -25px;
      text-align: center;
      max-width: 510px;
      width: 510px; }
      .testimonial .test-quote .container:after {
        border: 0px solid white;
        position: absolute;
        display: block;
        content: "";
        padding: 0px 95px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        left: -95px;
        width: 100%;
        height: 600px; }
        @media (min-width: 1100px) and (max-width: 1200px) {
          .testimonial .test-quote .container:after {
            left: -40px;
            padding: 20px 40px;
            height: 100%;
            top: 50%; } }
        @media (min-width: 1000px) and (max-width: 1100px) {
          .testimonial .test-quote .container:after {
            left: -40px;
            padding: 20px 40px;
            height: 100%;
            top: 50%; } }
        @media (min-width: 750px) and (max-width: 1000px) {
          .testimonial .test-quote .container:after {
            height: 100%;
            top: 50%;
            left: 50%;
            padding: 20px 40px;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%); } }
      @media (min-width: 750px) and (max-width: 1000px) {
        .testimonial .test-quote .container {
          max-width: 100%; }
          .testimonial .test-quote .container img {
            width: 50px;
            height: auto; } }
      .testimonial .test-quote .container hr {
        width: 90px;
        margin: 0 auto;
        border-top: 1px solid white;
        border-bottom: 0px;
        margin-top: 14px; }
      .testimonial .test-quote .container p {
        font-family: "mrs-eaves-xl-serif", serif;
        font-style: italic;
        font-weight: 400;
        font-size: 32px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 48px;
        margin-top: 40px; }
        @media (min-width: 750px) and (max-width: 1000px) {
          .testimonial .test-quote .container p {
            font-size: 24px;
            line-height: 30px;
            margin-top: 20px; } }
      .testimonial .test-quote .container .test-name {
        /* Mechanical Engineer: */
        font-family: tahoma;
        font-size: 24px;
        color: #FFFFFF;
        letter-spacing: 2px;
        line-height: 30px; }
      .testimonial .test-quote .container .test-business {
        font-family: Gilroy-Light, sans-serif;
        color: white;
        font-size: 20px;
        line-height: 20px; }
    .testimonial .test-quote .before {
      border-top: 805px solid #27B7DC;
      border-left: 100px solid transparent;
      position: absolute;
      top: 0px;
      left: -100px;
      content: "";
      display: block; }
      @media (min-width: 750px) {
        .testimonial .test-quote .before {
          border-left-color: transparent !important; } }
  .testimonial.Right {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse; }
    @media (max-width: 750px) {
      .testimonial.Right {
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column; } }
    .testimonial.Right .test-quote .before {
      right: -100px;
      left: auto;
      border-right: 100px solid transparent;
      border-left: 0px; }
      @media (min-width: 750px) {
        .testimonial.Right .test-quote .before {
          border-right-color: transparent !important; } }
      @media (max-width: 750px) {
        .testimonial.Right .test-quote .before {
          right: 0px;
          left: auto;
          border-top-color: transparent !important;
          border-left-color: transparent !important;
          border-left-width: 0px !important;
          border-right: 100vw solid #27B7DC; } }
    .testimonial.Right .test-quote .container {
      right: -25px;
      left: auto; }
      @media (max-width: 750px) {
        .testimonial.Right .test-quote .container {
          right: auto;
          left: auto; } }

@media (max-width: 750px) {
  .testimonial {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    line-height: 0; }
    .testimonial .test-quote .before {
      border-left: 100vw solid #27B7DC;
      border-top: 50px solid transparent;
      position: absolute;
      top: -50px;
      left: 0px;
      content: "";
      display: block;
      border-top-color: transparent !important; }
    .testimonial .test-img,
    .testimonial .test-quote {
      width: 100%;
      display: block; }
      .testimonial .test-img .container,
      .testimonial .test-quote .container {
        position: relative;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        left: auto;
        max-width: 90%;
        margin: 0 auto;
        padding-top: 25px;
        padding-bottom: 60px; }
        .testimonial .test-img .container p,
        .testimonial .test-quote .container p {
          /* Quench provided grea: */
          font-family: "mrs-eaves-xl-serif", serif;
          font-style: italic;
          font-weight: 400;
          font-size: 24px;
          color: #FFFFFF;
          font-weight: normal;
          letter-spacing: 0;
          line-height: 32px; }
        .testimonial .test-img .container .test-name,
        .testimonial .test-quote .container .test-name {
          /* Mechanical Engineer: */
          font-family: tahoma;
          font-size: 18px;
          color: #FFFFFF;
          letter-spacing: 2px;
          line-height: 24px; }
        .testimonial .test-img .container .test-business,
        .testimonial .test-quote .container .test-business {
          font-size: 16px;
          margin-top: 0px; }
        .testimonial .test-img .container:after,
        .testimonial .test-quote .container:after {
          content: none; } }

#free-quote-module {
  position: relative;
  overflow: hidden;
  margin-top: -180px;
  padding-top: 180px;
  z-index: 5; }
  #free-quote-module img {
    max-width: 100%;
    height: auto;
    width: 100%; }
  #free-quote-module .container {
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    top: 290px;
    max-width: 1174px;
    width: 100%;
    left: 50%; }
    #free-quote-module .container img {
      width: auto; }
    @media (min-width: 1200px) and (max-width: 1275px) {
      #free-quote-module .container {
        max-width: 1100px; } }
    @media (min-width: 1100px) and (max-width: 1200px) {
      #free-quote-module .container {
        max-width: 1000px; } }
    @media (min-width: 1000px) and (max-width: 1100px) {
      #free-quote-module .container {
        max-width: 960px;
        top: 240px; } }
    @media (min-width: 750px) and (max-width: 1000px) {
      #free-quote-module .container {
        top: 115px;
        max-width: 700px; } }
    #free-quote-module .container .quench-mark {
      margin-bottom: 25px; }
      #free-quote-module .container .quench-mark:before {
        width: 650px;
        height: 0px;
        content: "";
        display: inline-block;
        border-top: 1px solid rgba(10, 61, 76, 0.2);
        vertical-align: middle;
        margin-right: 8px; }
        @media (min-width: 750px) and (max-width: 1000px) {
          #free-quote-module .container .quench-mark:before {
            width: 300px; } }
        @media (min-width: 1100px) and (max-width: 1200px) {
          #free-quote-module .container .quench-mark:before {
            width: 500px; } }
        @media (min-width: 1000px) and (max-width: 1100px) {
          #free-quote-module .container .quench-mark:before {
            width: 500px; } }
      #free-quote-module .container .quench-mark img,
      #free-quote-module .container .quench-mark svg {
        vertical-align: middle; }
    #free-quote-module .container .tagline {
      /* Contact Quench Today: */
      font-family: "mrs-eaves-xl-serif", serif;
      font-style: italic;
      font-weight: 400;
      font-size: 28px;
      color: #0A3D4C;
      letter-spacing: 0;
      margin-bottom: 10px; }
    #free-quote-module .container h2 {
      /* GET A FREE QUOTE: */
      font-family: tahoma;
      font-size: 56px;
      color: #0A3D4C;
      letter-spacing: 0;
      line-height: 56px;
      font-weight: normal;
      margin-bottom: 10px; }
      @media (min-width: 750px) and (max-width: 1000px) {
        #free-quote-module .container h2 {
          font-size: 20px;
          line-height: 35px;
          margin-top: 0px;
          margin-bottom: 0px; } }
    #free-quote-module .container h3.gform_title {
      display: none; }
    #free-quote-module .container form ul {
      padding: 0px;
      margin: 0px; }
    #free-quote-module .container form li {
      display: block; }
    #free-quote-module .container form input[type="submit"] {
      cursor: pointer;
      font-family: tahoma;
      font-size: 18px;
      color: #FFFFFF;
      letter-spacing: 1.12px;
      line-height: 18px;
      border: 0px;
      outline: none;
      text-align: center;
      display: block;
      width: 100px;
      height: 50px;
      box-sizing: border-box;
      padding-top: 8px;
      margin-top: 6px;
      /* Rectangle 4: */
      background: #27B7DC;
      -webkit-appearance: none;
      border-radius: 0%;
      transition: 0.5s; }
      #free-quote-module .container form input[type="submit"]:hover {
        background: #158FAE; }
    #free-quote-module .container form .gfield input {
      width: 400px;
      height: 50px;
      box-sizing: border-box;
      border: 1px solid rgba(10, 61, 76, 0.3);
      background: transparent;
      margin-bottom: 28px;
      font-family: Gilroy-Light, sans-serif;
      font-size: 18px;
      padding-left: 10px; }
      @media (min-width: 750px) and (max-width: 1000px) {
        #free-quote-module .container form .gfield input {
          width: 300px;
          height: 40px;
          margin-bottom: 14px; } }
    #free-quote-module .container form .gfield label {
      /* company: */
      font-family: tahoma;
      font-size: 14px;
      color: #0A3D4C;
      letter-spacing: 0;
      line-height: 14px;
      margin-bottom: 6px;
      display: block; }
    #free-quote-module .container form .gfield .address_zip label {
      display: none; }
  #free-quote-module .gform_confirmation_message {
    color: #0A3D4C;
    font-family: "mrs-eaves-xl-serif", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 46px;
    margin: 0px;
    max-width: 320px;
    text-align: left;
    margin-top: 50px; }
  #free-quote-module .validation_message {
    color: red;
    margin-top: -10px;
    margin-bottom: 40px; }
  #free-quote-module .validation_error {
    color: #0A3D4C;
    border-bottom: 1px solid red;
    border-top: 1px solid red;
    text-align: left;
    margin-bottom: 30px;
    font-family: "mrs-eaves-xl-serif", serif;
    font-size: 22px;
    padding: 10px 0px;
    line-height: 24px;
    max-width: 400px; }

@media (min-width: 750px) and (max-width: 1000px) {
  #free-quote-module {
    padding-top: 75px;
    padding-bottom: 0px;
    margin-top: -75px; } }

@media (max-width: 750px) {
  #free-quote-module {
    padding-top: 135px;
    padding-bottom: 80px;
    margin-top: -75px; }
    #free-quote-module .container {
      position: relative;
      transform: translate(0%, 0%);
      -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
      max-width: 90%;
      margin: 0 auto;
      top: auto;
      left: auto; }
      #free-quote-module .container .tagline {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
        margin-bottom: 0px; }
      #free-quote-module .container h2 {
        margin-bottom: 40px;
        text-align: center;
        font-size: 32px;
        line-height: 34px; }
      #free-quote-module .container form input[type="submit"] {
        margin: 0 auto; }
      #free-quote-module .container form .gfield input {
        width: 100%; }
    #free-quote-module .quench-mark {
      display: none; }
    #free-quote-module img {
      display: none; } }

footer {
  height: 520px;
  background: url("assets/imgs/footer-copyright.png") no-repeat center bottom, url("assets/imgs/footer.jpg") no-repeat center bottom;
  background-size: contain;
  background-blend-mode: multiply;
  box-sizing: border-box;
  position: relative;
  background-size: 100% 65px, cover; }
  footer .frame {
    max-width: 1174px;
    font-size: 0px;
    padding-top: 60px; }
    @media (min-width: 1200px) and (max-width: 1275px) {
      footer .frame {
        max-width: 1050px; } }
    @media (min-width: 1100px) and (max-width: 1200px) {
      footer .frame {
        max-width: 1000px; } }
    @media (min-width: 1000px) and (max-width: 1100px) {
      footer .frame {
        max-width: 960px; } }
    @media (min-width: 750px) and (max-width: 1000px) {
      footer .frame {
        max-width: 700px; } }
    footer .frame .footer-col {
      display: inline-block;
      box-sizing: border-box;
      font-size: 20px;
      vertical-align: top; }
    footer .frame .socialAndSearch {
      width: 398px;
      padding-left: 45px;
      position: relative; }
      footer .frame .socialAndSearch input.search-field {
        width: 100%;
        height: 32px;
        background: transparent;
        border: 0px;
        border-bottom: 1px solid #BACEC9;
        /* Product Search: */
        font-family: Gilroy, sans-serif;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0;
        margin-top: 45px;
        -webkit-appearance: none;
        border-radius: 0%; }
      footer .frame .socialAndSearch ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(255, 255, 255, 0.4); }
      footer .frame .socialAndSearch ::-moz-placeholder {
        color: rgba(255, 255, 255, 0.4); }
      footer .frame .socialAndSearch :-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.4); }
      footer .frame .socialAndSearch :-moz-placeholder {
        color: rgba(255, 255, 255, 0.4); }
      @media (min-width: 1200px) and (max-width: 1275px) {
        footer .frame .socialAndSearch {
          width: 250px; }
          footer .frame .socialAndSearch .social a {
            margin-right: 13px; } }
      @media (min-width: 1100px) and (max-width: 1200px) {
        footer .frame .socialAndSearch {
          width: 225px;
          padding-left: 20px; }
          footer .frame .socialAndSearch .social a {
            margin-right: 13px; } }
      @media (min-width: 1000px) and (max-width: 1100px) {
        footer .frame .socialAndSearch {
          width: 225px;
          padding-left: 20px; }
          footer .frame .socialAndSearch .social a {
            margin-right: 22px; } }
      @media (min-width: 750px) and (max-width: 1000px) {
        footer .frame .socialAndSearch {
          float: right;
          width: 50%;
          padding-left: 0px; }
          footer .frame .socialAndSearch input.search-field {
            margin-top: 15px; }
          footer .frame .socialAndSearch button.search-submit {
            top: 15px !important; } }
      footer .frame .socialAndSearch button.search-submit {
        position: absolute;
        right: 0px;
        top: 45px;
        outline: none;
        border: 0px;
        background: transparent; }
      @media (min-width: 1000px) and (max-width: 1100px) {
        footer .frame .socialAndSearch {
          width: 255px;
          padding-left: 0px; } }
      footer .frame .socialAndSearch .social {
        margin-top: 25px; }
        footer .frame .socialAndSearch .social a {
          margin-right: 28px; }
          @media (min-width: 1200px) and (max-width: 1275px) {
            footer .frame .socialAndSearch .social a {
              margin-right: 13px; } }
          @media (min-width: 1100px) and (max-width: 1200px) {
            footer .frame .socialAndSearch .social a {
              margin-right: 13px; } }
          @media (min-width: 1000px) and (max-width: 1100px) {
            footer .frame .socialAndSearch .social a {
              margin-right: 22px; } }
          @media (max-width: 750px) {
            footer .frame .socialAndSearch .social a {
              margin-right: 24px; } }
    footer .frame .contact-col {
      width: 245px; }
      @media (min-width: 750px) and (max-width: 1000px) {
        footer .frame .contact-col {
          width: 50%;
          float: left; } }
      footer .frame .contact-col h4 {
        /* GET IN TOUCH 780 5th: */
        font-family: tahoma;
        font-size: 16px;
        color: rgba(186, 206, 201, 0.75);
        letter-spacing: 0;
        line-height: 20px;
        font-weight: normal;
        margin: 0px;
        margin-bottom: 12px; }
      footer .frame .contact-col .address,
      footer .frame .contact-col .number {
        font-family: "Gilroy", sans-serif;
        font-size: 16px;
        line-height: 32px;
        color: #BACEC9; }
        footer .frame .contact-col .address a,
        footer .frame .contact-col .number a {
          color: #BACEC9;
          text-decoration: none; }
      footer .frame .contact-col div {
        font-family: "Gilroy-SemiBold", sans-serif;
        font-size: 16px;
        line-height: 32px;
        color: #BACEC9; }
      footer .frame .contact-col img {
        margin-top: 95px; }
    footer .frame .links-col {
      width: calc(529px /2);
      padding-left: 38px;
      padding-right: 0px;
      box-sizing: border-box; }
      @media (min-width: 750px) and (max-width: 1000px) {
        footer .frame .links-col {
          width: 50%;
          float: right;
          padding-left: 0px; } }
      @media (min-width: 1000px) and (max-width: 1100px) {
        footer .frame .links-col {
          width: calc(460px /2);
          padding-left: 20px;
          padding-right: 20px; } }
      footer .frame .links-col a {
        display: block;
        /* About Us News Career: */
        font-family: Gilroy, sans-serif;
        font-size: 16px;
        color: rgba(186, 206, 201, 0.75);
        letter-spacing: 0;
        line-height: 16px;
        margin-bottom: 16px;
        text-decoration: none; }
  footer .copyright-bar {
    width: 100%;
    height: 65px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    /* © Copyright 2017 Que: */
    opacity: 0.65;
    font-family: Gilroy-Regular, sans-serif;
    font-size: 12px;
    color: #BACEC9;
    letter-spacing: 0; }
    footer .copyright-bar a {
      text-decoration: none;
      color: #BACEC9; }

@media (max-width: 750px) {
  footer {
    background-blend-mode: multiply;
    height: auto;
    background-color: #0A3D4C;
    background: url(assets/imgs/footer-copyright-mobile.png) no-repeat center bottom, url(assets/imgs/footer-mobile.jpg);
    padding-bottom: 260px;
    background-size: contain, 100%;
    background-position: center bottom; }
    footer .copyright-bar {
      height: 95px;
      background: rgba(10, 61, 76, 0.4);
      line-height: 20px;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    footer .frame .socialAndSearch {
      padding-right: 30px; }
      footer .frame .socialAndSearch button.search-submit {
        right: 30px; }
      footer .frame .socialAndSearch input.search-field {
        max-width: 100%; }
      footer .frame .socialAndSearch .social {
        text-align: center; }
        footer .frame .socialAndSearch .social a {
          margin-left: 12px;
          margin-right: 12px; }
    footer .frame .contact-col {
      margin-bottom: 30px; }
      footer .frame .contact-col img {
        position: absolute;
        bottom: 140px;
        left: 50%;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%); }
    footer .frame .footer-col {
      padding-left: 30px;
      width: 100%; }
      footer .frame .footer-col h4 {
        /* GET IN TOUCH 780 5th: */
        font-family: tahoma;
        font-size: 16px;
        color: rgba(186, 206, 201, 0.75);
        letter-spacing: 0;
        line-height: 32px; } }

#products,
#product-recommendation {
  padding-top: 65px;
  padding-bottom: 30px; }
  #products .frame,
  #product-recommendation .frame {
    padding-left: 35px; }
    @media (max-width: 750px) {
      #products .frame,
      #product-recommendation .frame {
        padding-left: 0px; } }
    @media (min-width: 1000px) and (max-width: 1100px) {
      #products .frame,
      #product-recommendation .frame {
        max-width: 960px; } }
    @media (min-width: 1100px) and (max-width: 1200px) {
      #products .frame,
      #product-recommendation .frame {
        max-width: 1000px; } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      #products .frame,
      #product-recommendation .frame {
        max-width: 1100px; } }
    @media (min-width: 750px) and (max-width: 1000px) {
      #products .frame,
      #product-recommendation .frame {
        padding-left: 80px;
        max-width: 700px; } }

.products-browse {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

.frame {
  max-width: 1170px;
  font-size: 0px; }
  .frame .coffee-links {
    float: left;
    margin-top: -20px; }
    @media (min-width: 750px) and (max-width: 1000px) {
      .frame .coffee-links {
        display: block;
        float: none;
        margin-bottom: 40px;
        overflow: auto; } }
    @media (max-width: 750px) {
      .frame .coffee-links {
        float: none;
        margin: -40px auto 40px;
        max-width: 90%;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        justify-content: center; } }
    .frame .coffee-links a {
      float: left;
      /* View Coffee Menus: */
      font-family: Gilroy-Medium, sans-serif;
      font-size: 12px;
      color: #27B7DC;
      letter-spacing: 0;
      line-height: 14px;
      display: flex;
      display: -webkit-flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      display: -ms-flexbox;
      align-items: center;
      text-decoration: none;
      margin-right: 15px;
      cursor: pointer; }
      .frame .coffee-links a:after {
        content: "";
        position: relative;
        display: inline-block;
        background-image: url("assets/imgs/down-arrow.svg");
        width: 10px;
        height: 4px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        background-size: 100%; }
        @media (max-width: 750px) {
          .frame .coffee-links a:after {
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg); } }
      @media (max-width: 750px) {
        .frame .coffee-links a {
          float: none;
          margin: 0px 20px;
          flex-direction: column; } }
    .frame .coffee-links .coffee-link-item {
      background: #A7496B;
      border-radius: 50%;
      width: 65px;
      height: 65px;
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      justify-content: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      margin-right: 10px; }
      @media (max-width: 750px) {
        .frame .coffee-links .coffee-link-item {
          margin-right: 0px;
          margin-bottom: 10px; } }
      .frame .coffee-links .coffee-link-item svg {
        max-width: 30px; }
        .frame .coffee-links .coffee-link-item svg.thermal {
          margin-left: 3px; }
        .frame .coffee-links .coffee-link-item svg path {
          stroke: white; }
  .frame .blog-filters,
  .frame .product-filters,
  .frame .year-filters {
    text-align: right;
    margin-bottom: 150px; }
    @media (min-width: 750px) and (max-width: 1000px) {
      .frame .blog-filters,
      .frame .product-filters,
      .frame .year-filters {
        text-align: left;
        margin-left: -50px; } }
    @media (min-width: 1000px) and (max-width: 1100px) {
      .frame .blog-filters,
      .frame .product-filters,
      .frame .year-filters {
        margin-right: 20px;
        margin-bottom: 40px; } }
    @media (max-width: 750px) {
      .frame .blog-filters,
      .frame .product-filters,
      .frame .year-filters {
        margin-bottom: 40px; } }
    @media (max-width: 750px) {
      .frame .blog-filters,
      .frame .product-filters,
      .frame .year-filters {
        text-align: center; } }
    .frame .blog-filters .select-box,
    .frame .product-filters .select-box,
    .frame .year-filters .select-box {
      display: none; }
    .frame .blog-filters .price-box,
    .frame .blog-filters .capacity-box,
    .frame .blog-filters .cat-box,
    .frame .blog-filters .sub-box,
    .frame .blog-filters .year-box,
    .frame .blog-filters .ice-storage-box,
    .frame .blog-filters .coffee-box,
    .frame .product-filters .price-box,
    .frame .product-filters .capacity-box,
    .frame .product-filters .cat-box,
    .frame .product-filters .sub-box,
    .frame .product-filters .year-box,
    .frame .product-filters .ice-storage-box,
    .frame .product-filters .coffee-box,
    .frame .year-filters .price-box,
    .frame .year-filters .capacity-box,
    .frame .year-filters .cat-box,
    .frame .year-filters .sub-box,
    .frame .year-filters .year-box,
    .frame .year-filters .ice-storage-box,
    .frame .year-filters .coffee-box {
      display: inline-block;
      margin-left: 50px;
      position: relative;
      cursor: pointer;
      margin-bottom: 30px; }
      @media (max-width: 750px) {
        .frame .blog-filters .price-box,
        .frame .blog-filters .capacity-box,
        .frame .blog-filters .cat-box,
        .frame .blog-filters .sub-box,
        .frame .blog-filters .year-box,
        .frame .blog-filters .ice-storage-box,
        .frame .blog-filters .coffee-box,
        .frame .product-filters .price-box,
        .frame .product-filters .capacity-box,
        .frame .product-filters .cat-box,
        .frame .product-filters .sub-box,
        .frame .product-filters .year-box,
        .frame .product-filters .ice-storage-box,
        .frame .product-filters .coffee-box,
        .frame .year-filters .price-box,
        .frame .year-filters .capacity-box,
        .frame .year-filters .cat-box,
        .frame .year-filters .sub-box,
        .frame .year-filters .year-box,
        .frame .year-filters .ice-storage-box,
        .frame .year-filters .coffee-box {
          margin-left: 0px;
          display: block; } }
    .frame .blog-filters .select-box,
    .frame .product-filters .select-box,
    .frame .year-filters .select-box {
      position: absolute;
      width: 220px;
      right: 0px;
      top: 100%;
      border: 1px solid rgba(10, 61, 76, 0.3);
      border-top: 0px;
      cursor: pointer;
      z-index: 290;
      background: white; }
      .frame .blog-filters .select-box .option,
      .frame .product-filters .select-box .option,
      .frame .year-filters .select-box .option {
        height: 45px;
        width: 100%;
        cursor: pointer;
        /* Low to High: */
        font-family: Gilroy-Regular, sans-serif;
        font-size: 16px;
        color: #0A3D4C;
        letter-spacing: 0;
        line-height: 16px;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        align-items: center;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: center;
        -ms-flex-align: center; }
        .frame .blog-filters .select-box .option div:last-of-type,
        .frame .blog-filters .select-box .option img,
        .frame .product-filters .select-box .option div:last-of-type,
        .frame .product-filters .select-box .option img,
        .frame .year-filters .select-box .option div:last-of-type,
        .frame .year-filters .select-box .option img {
          font-family: Gilroy-Regular, sans-serif;
          font-size: 16px;
          color: #27B7DC;
          letter-spacing: 0;
          line-height: 16px;
          margin-right: 20px; }
        .frame .blog-filters .select-box .option.reset div:last-of-type,
        .frame .product-filters .select-box .option.reset div:last-of-type,
        .frame .year-filters .select-box .option.reset div:last-of-type {
          color: #0A3D4C; }
        .frame .blog-filters .select-box .option div:first-of-type,
        .frame .blog-filters .select-box .option span,
        .frame .product-filters .select-box .option div:first-of-type,
        .frame .product-filters .select-box .option span,
        .frame .year-filters .select-box .option div:first-of-type,
        .frame .year-filters .select-box .option span {
          margin-right: 10px; }
        .frame .blog-filters .select-box .option:nth-of-type(odd),
        .frame .product-filters .select-box .option:nth-of-type(odd),
        .frame .year-filters .select-box .option:nth-of-type(odd) {
          background: rgba(186, 206, 201, 0.15); }
    .frame .blog-filters .select-box.open,
    .frame .product-filters .select-box.open,
    .frame .year-filters .select-box.open {
      display: block; }
    .frame .blog-filters #price-select,
    .frame .blog-filters #capacity-select,
    .frame .blog-filters #sub-select,
    .frame .blog-filters #cat-select,
    .frame .blog-filters #year-select,
    .frame .blog-filters #brewer-select,
    .frame .product-filters #price-select,
    .frame .product-filters #capacity-select,
    .frame .product-filters #sub-select,
    .frame .product-filters #cat-select,
    .frame .product-filters #year-select,
    .frame .product-filters #brewer-select,
    .frame .year-filters #price-select,
    .frame .year-filters #capacity-select,
    .frame .year-filters #sub-select,
    .frame .year-filters #cat-select,
    .frame .year-filters #year-select,
    .frame .year-filters #brewer-select {
      display: inline-block;
      width: 300px;
      height: 26px;
      background: transparent;
      border-bottom: 1px solid rgba(10, 61, 76, 0.3);
      position: relative; }
      @media (max-width: 750px) {
        .frame .blog-filters #price-select,
        .frame .blog-filters #capacity-select,
        .frame .blog-filters #sub-select,
        .frame .blog-filters #cat-select,
        .frame .blog-filters #year-select,
        .frame .blog-filters #brewer-select,
        .frame .product-filters #price-select,
        .frame .product-filters #capacity-select,
        .frame .product-filters #sub-select,
        .frame .product-filters #cat-select,
        .frame .product-filters #year-select,
        .frame .product-filters #brewer-select,
        .frame .year-filters #price-select,
        .frame .year-filters #capacity-select,
        .frame .year-filters #sub-select,
        .frame .year-filters #cat-select,
        .frame .year-filters #year-select,
        .frame .year-filters #brewer-select {
          width: auto;
          height: auto;
          text-align: left; } }
      .frame .blog-filters #price-select .title,
      .frame .blog-filters #capacity-select .title,
      .frame .blog-filters #sub-select .title,
      .frame .blog-filters #cat-select .title,
      .frame .blog-filters #year-select .title,
      .frame .blog-filters #brewer-select .title,
      .frame .product-filters #price-select .title,
      .frame .product-filters #capacity-select .title,
      .frame .product-filters #sub-select .title,
      .frame .product-filters #cat-select .title,
      .frame .product-filters #year-select .title,
      .frame .product-filters #brewer-select .title,
      .frame .year-filters #price-select .title,
      .frame .year-filters #capacity-select .title,
      .frame .year-filters #sub-select .title,
      .frame .year-filters #cat-select .title,
      .frame .year-filters #year-select .title,
      .frame .year-filters #brewer-select .title {
        float: left;
        /* RENTAL RATE: */
        font-family: tahoma;
        font-size: 14px;
        color: #0A3D4C;
        letter-spacing: 0;
        line-height: 16px; }
        @media (max-width: 750px) {
          .frame .blog-filters #price-select .title,
          .frame .blog-filters #capacity-select .title,
          .frame .blog-filters #sub-select .title,
          .frame .blog-filters #cat-select .title,
          .frame .blog-filters #year-select .title,
          .frame .blog-filters #brewer-select .title,
          .frame .product-filters #price-select .title,
          .frame .product-filters #capacity-select .title,
          .frame .product-filters #sub-select .title,
          .frame .product-filters #cat-select .title,
          .frame .product-filters #year-select .title,
          .frame .product-filters #brewer-select .title,
          .frame .year-filters #price-select .title,
          .frame .year-filters #capacity-select .title,
          .frame .year-filters #sub-select .title,
          .frame .year-filters #cat-select .title,
          .frame .year-filters #year-select .title,
          .frame .year-filters #brewer-select .title {
            float: none; } }
      .frame .blog-filters #price-select .filter,
      .frame .blog-filters #capacity-select .filter,
      .frame .blog-filters #sub-select .filter,
      .frame .blog-filters #cat-select .filter,
      .frame .blog-filters #year-select .filter,
      .frame .blog-filters #brewer-select .filter,
      .frame .product-filters #price-select .filter,
      .frame .product-filters #capacity-select .filter,
      .frame .product-filters #sub-select .filter,
      .frame .product-filters #cat-select .filter,
      .frame .product-filters #year-select .filter,
      .frame .product-filters #brewer-select .filter,
      .frame .year-filters #price-select .filter,
      .frame .year-filters #capacity-select .filter,
      .frame .year-filters #sub-select .filter,
      .frame .year-filters #cat-select .filter,
      .frame .year-filters #year-select .filter,
      .frame .year-filters #brewer-select .filter {
        float: right;
        /* All: */
        font-family: Gilroy, sans-serif;
        font-size: 16px;
        color: #0A3D4C;
        letter-spacing: 0;
        line-height: 16px; }
        @media (max-width: 750px) {
          .frame .blog-filters #price-select .filter,
          .frame .blog-filters #capacity-select .filter,
          .frame .blog-filters #sub-select .filter,
          .frame .blog-filters #cat-select .filter,
          .frame .blog-filters #year-select .filter,
          .frame .blog-filters #brewer-select .filter,
          .frame .product-filters #price-select .filter,
          .frame .product-filters #capacity-select .filter,
          .frame .product-filters #sub-select .filter,
          .frame .product-filters #cat-select .filter,
          .frame .product-filters #year-select .filter,
          .frame .product-filters #brewer-select .filter,
          .frame .year-filters #price-select .filter,
          .frame .year-filters #capacity-select .filter,
          .frame .year-filters #sub-select .filter,
          .frame .year-filters #cat-select .filter,
          .frame .year-filters #year-select .filter,
          .frame .year-filters #brewer-select .filter {
            float: none;
            margin-left: 0px !important;
            margin-top: 5px;
            margin-bottom: 5px; } }
        .frame .blog-filters #price-select .filter img,
        .frame .blog-filters #capacity-select .filter img,
        .frame .blog-filters #sub-select .filter img,
        .frame .blog-filters #cat-select .filter img,
        .frame .blog-filters #year-select .filter img,
        .frame .blog-filters #brewer-select .filter img,
        .frame .product-filters #price-select .filter img,
        .frame .product-filters #capacity-select .filter img,
        .frame .product-filters #sub-select .filter img,
        .frame .product-filters #cat-select .filter img,
        .frame .product-filters #year-select .filter img,
        .frame .product-filters #brewer-select .filter img,
        .frame .year-filters #price-select .filter img,
        .frame .year-filters #capacity-select .filter img,
        .frame .year-filters #sub-select .filter img,
        .frame .year-filters #cat-select .filter img,
        .frame .year-filters #year-select .filter img,
        .frame .year-filters #brewer-select .filter img {
          margin-left: 5px; }

.frame .blog-filters {
  margin-bottom: 80px; }

.product-item {
  display: inline-block;
  width: calc(33.3333%);
  box-sizing: border-box;
  margin-bottom: 70px;
  position: relative;
  vertical-align: bottom;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: end;
  flex-direction: column;
  justify-content: flex-end; }
  @media (min-width: 750px) and (max-width: 1000px) {
    .product-item {
      width: 50%; } }
  @media (max-width: 750px) {
    .product-item {
      width: 100%;
      padding: 0px 50px; } }
  .product-item.end-item .product-img:after {
    display: none; }
  .product-item .product-img {
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media (max-width: 750px) {
      .product-item .product-img {
        padding-left: 0px;
        justify-content: center;
        align-items: center; } }
    .product-item .product-img img {
      max-width: 160px;
      height: auto; }
    @media (max-width: 750px) {
      .product-item .product-img {
        order: 1; }
        .product-item .product-img img {
          margin: 0 auto;
          display: block; } }
    .product-item .product-img:after {
      position: absolute;
      display: block;
      height: 100%;
      top: 0px;
      right: 65px;
      border-right: 1px solid rgba(10, 61, 76, 0.3);
      content: ""; }
      @media (max-width: 750px) {
        .product-item .product-img:after {
          content: none; } }
  .product-item .product-title {
    /* Quench 750: */
    font-family: Gilroy-SemiBold, sans-serif;
    font-size: 16px;
    color: #0A3D4C;
    letter-spacing: 0;
    line-height: 16px;
    width: 210px;
    text-align: center;
    margin-bottom: 10px; }
    @media (max-width: 750px) {
      .product-item .product-title {
        width: 100%;
        order: 3;
        margin-top: 20px; } }
    .product-item .product-title a {
      color: #0A3D4C;
      text-decoration: none; }
  .product-item .product-desc {
    /* High Capacity Water: */
    font-family: Gilroy-Regular, sans-serif;
    font-size: 16px;
    color: #0A3D4C;
    letter-spacing: 0;
    line-height: 20px;
    width: 210px;
    text-align: center; }
    @media (max-width: 750px) {
      .product-item .product-desc {
        width: 100%;
        order: 4; } }
  .product-item .product-details {
    /* Oval 2: */
    position: absolute;
    text-align: center;
    top: 70px;
    right: 138px; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .product-item .product-details {
        right: 100px; } }
    @media (min-width: 1100px) and (max-width: 1200px) {
      .product-item .product-details {
        right: 85px; } }
    @media (min-width: 1000px) and (max-width: 1100px) {
      .product-item .product-details {
        right: 77px; } }
    @media (min-width: 750px) and (max-width: 1000px) {
      .product-item .product-details {
        right: 115px; } }
    @media (max-width: 750px) {
      .product-item .product-details {
        right: 40px;
        position: relative;
        top: 0px;
        right: 0px;
        order: 2;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        justify-content: center;
        align-items: center; }
        .product-item .product-details .price,
        .product-item .product-details .temp,
        .product-item .product-details .capacity,
        .product-item .product-details .ice_storage,
        .product-item .product-details .brewer_type {
          margin: 0px 5px !important; } }
    .product-item .product-details .price {
      background: #27B7DC;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      /* $: */
      font-family: Gilroy-Light, sans-serif;
      font-size: 18px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 18px;
      display: flex;
      display: -webkit-flex;
      align-items: center;
      justify-content: center;
      display: -ms-flexbox;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      justify-content: center;
      margin-bottom: 15px; }
    .product-item .product-details .temp {
      margin-right: 4px; }
    .product-item .product-details .capacity,
    .product-item .product-details .ice_storage,
    .product-item .product-details .brewer_type {
      margin-bottom: 15px; }
    .product-item .product-details .capacity_high {
      border-radius: 50%;
      width: 50px;
      height: 50px;
      background-image: url("assets/imgs/capacity_high.svg"); }
    .product-item .product-details .capacity_low {
      border-radius: 50%;
      width: 50px;
      height: 50px;
      background-image: url("assets/imgs/capacity_low.svg"); }
    .product-item .product-details .capacity_medium {
      border-radius: 50%;
      width: 50px;
      height: 50px;
      background-image: url("assets/imgs/capacity_medium.svg"); }
    .product-item .product-details .brewer_type_single-cup {
      border-radius: 50%;
      width: 50px;
      height: 50px;
      background-image: url("assets/imgs/single-cup.svg"); }
    .product-item .product-details .brewer_type_thermal {
      border-radius: 50%;
      width: 50px;
      height: 50px;
      background-image: url("assets/imgs/thermal-product.svg"); }
    .product-item .product-details .ice_storage_high {
      border-radius: 50%;
      width: 50px;
      height: 50px;
      background-image: url("assets/imgs/high-ice.svg"); }
    .product-item .product-details .ice_storage_low {
      border-radius: 50%;
      width: 50px;
      height: 50px;
      background-image: url("assets/imgs/low-ice.svg"); }
    .product-item .product-details .ice_storage_medium {
      border-radius: 50%;
      width: 50px;
      height: 50px;
      background-image: url("assets/imgs/medium-ice.svg"); }

#other-products,
.careers-callout {
  height: 850px;
  width: 100%;
  padding-top: 120px;
  box-sizing: border-box; }
  @media (max-width: 750px) {
    #other-products,
    .careers-callout {
      height: auto; } }
  #other-products .frame,
  .careers-callout .frame {
    max-width: 1050px; }
    @media (max-width: 750px) {
      #other-products .frame,
      .careers-callout .frame {
        max-width: 90%; } }
    #other-products .frame .subtitle,
    .careers-callout .frame .subtitle {
      /* MORE WATER COOLER OP: */
      font-family: Gilroy-ExtraBold, sans-serif;
      font-size: 16px;
      color: #FFFFFF;
      letter-spacing: 2px;
      line-height: 16px;
      text-align: center;
      position: relative; }
      #other-products .frame .subtitle:after,
      .careers-callout .frame .subtitle:after {
        width: 600px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        bottom: -8px;
        content: ""; }
        @media (max-width: 750px) {
          #other-products .frame .subtitle:after,
          .careers-callout .frame .subtitle:after {
            width: 250px; } }
    #other-products .frame .callout,
    .careers-callout .frame .callout {
      /* Need a water cooler: */
      font-family: Gilroy-Regular, sans-serif;
      font-size: 48px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 54px;
      text-align: center;
      margin-top: 30px;
      margin-bottom: 40px; }
      @media (max-width: 750px) {
        #other-products .frame .callout,
        .careers-callout .frame .callout {
          font-size: 40px;
          line-height: 45px; } }
      #other-products .frame .callout p,
      .careers-callout .frame .callout p {
        font-family: Gilroy-Regular, sans-serif;
        font-size: 48px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 54px;
        text-align: center;
        margin: 0px; }
        @media (max-width: 750px) {
          #other-products .frame .callout p,
          .careers-callout .frame .callout p {
            font-family: Gilroy-Regular, sans-serif;
            font-size: 24px;
            color: #FFFFFF;
            letter-spacing: 0;
            line-height: 28px;
            text-align: center; } }
    #other-products .frame .callout-products,
    .careers-callout .frame .callout-products {
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      display: -ms-flexbox;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      flex-direction: row;
      -ms-flex-direction: row; }
      @media (max-width: 750px) {
        #other-products .frame .callout-products,
        .careers-callout .frame .callout-products {
          flex-direction: column; } }
      #other-products .frame .callout-products .callout-product-item,
      .careers-callout .frame .callout-products .callout-product-item {
        margin: 0px 30px; }
        @media (max-width: 750px) {
          #other-products .frame .callout-products .callout-product-item,
          .careers-callout .frame .callout-products .callout-product-item {
            margin-bottom: 40px; } }
        #other-products .frame .callout-products .callout-product-item img,
        .careers-callout .frame .callout-products .callout-product-item img {
          display: block;
          margin: 0 auto;
          border-radius: 50%; }
          @media (max-width: 750px) {
            #other-products .frame .callout-products .callout-product-item img,
            .careers-callout .frame .callout-products .callout-product-item img {
              width: 250px;
              height: 250px; } }
        #other-products .frame .callout-products .callout-product-item .btn,
        .careers-callout .frame .callout-products .callout-product-item .btn {
          display: block;
          margin: 0 auto;
          width: 220px;
          margin-top: 25px; }
          @media (max-width: 750px) {
            #other-products .frame .callout-products .callout-product-item .btn,
            .careers-callout .frame .callout-products .callout-product-item .btn {
              margin-top: 10px; } }
          #other-products .frame .callout-products .callout-product-item .btn img,
          .careers-callout .frame .callout-products .callout-product-item .btn img {
            display: inline-block;
            width: auto;
            height: auto; }
          #other-products .frame .callout-products .callout-product-item .btn:hover,
          .careers-callout .frame .callout-products .callout-product-item .btn:hover {
            background: #158FAE; }
  @media (max-width: 750px) {
    #other-products.coffee,
    .careers-callout.coffee {
      padding-bottom: 60px; } }
  #other-products.coffee .frame .callout-products,
  .careers-callout.coffee .frame .callout-products {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 750px) {
      #other-products.coffee .frame .callout-products,
      .careers-callout.coffee .frame .callout-products {
        justify-content: center;
        align-items: center; } }
    @media (min-width: 750px) and (max-width: 1000px) {
      #other-products.coffee .frame .callout-products,
      .careers-callout.coffee .frame .callout-products {
        justify-content: space-evenly; } }
    #other-products.coffee .frame .callout-products .callout-product-item,
    .careers-callout.coffee .frame .callout-products .callout-product-item {
      width: 220px;
      height: 220px;
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      justify-content: center;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: white;
      position: relative;
      margin: 0px; }
      #other-products.coffee .frame .callout-products .callout-product-item img,
      .careers-callout.coffee .frame .callout-products .callout-product-item img {
        margin: 0px; }
      @media (min-width: 750px) and (max-width: 1000px) {
        #other-products.coffee .frame .callout-products .callout-product-item,
        .careers-callout.coffee .frame .callout-products .callout-product-item {
          width: 150px;
          height: 150px; } }
      @media (max-width: 750px) {
        #other-products.coffee .frame .callout-products .callout-product-item,
        .careers-callout.coffee .frame .callout-products .callout-product-item {
          width: 150px;
          height: 150px;
          margin-bottom: 70px; } }
      #other-products.coffee .frame .callout-products .callout-product-item img,
      .careers-callout.coffee .frame .callout-products .callout-product-item img {
        border-radius: 0px; }
        @media (max-width: 750px) {
          #other-products.coffee .frame .callout-products .callout-product-item img,
          .careers-callout.coffee .frame .callout-products .callout-product-item img {
            width: 75px;
            height: 75px; } }
      #other-products.coffee .frame .callout-products .callout-product-item .btn,
      .careers-callout.coffee .frame .callout-products .callout-product-item .btn {
        position: absolute;
        top: calc(100% + 15px);
        left: 0px;
        height: auto;
        margin-top: 0px;
        background: transparent; }
        @media (min-width: 750px) and (max-width: 1000px) {
          #other-products.coffee .frame .callout-products .callout-product-item .btn,
          .careers-callout.coffee .frame .callout-products .callout-product-item .btn {
            width: 150px; } }
        @media (max-width: 750px) {
          #other-products.coffee .frame .callout-products .callout-product-item .btn,
          .careers-callout.coffee .frame .callout-products .callout-product-item .btn {
            width: 150px;
            top: calc(100% - 10px); } }
        #other-products.coffee .frame .callout-products .callout-product-item .btn:after,
        .careers-callout.coffee .frame .callout-products .callout-product-item .btn:after {
          position: absolute;
          width: 11px;
          height: 6px;
          background-image: url(assets/imgs/down-arrow-white.svg);
          content: " ";
          display: block;
          left: calc(50%);
          bottom: -10px;
          transform: translate(-50%, 0%);
          -webkit-transform: translate(-50%, 0%);
          -ms-transform: translate(-50%, 0%); }
        #other-products.coffee .frame .callout-products .callout-product-item .btn img,
        .careers-callout.coffee .frame .callout-products .callout-product-item .btn img {
          display: none; }

.careers-callout {
  background-size: cover;
  overflow: hidden; }
  @media (max-width: 750px) {
    .careers-callout {
      padding-top: 60px;
      height: auto;
      padding-bottom: 60px; } }
  .careers-callout .frame {
    max-width: 900px; }
    .careers-callout .frame .callout {
      margin-top: 20px; }
    @media (max-width: 750px) {
      .careers-callout .frame {
        max-width: 90%; } }
    .careers-callout .frame .btn {
      width: 200px;
      height: 45px;
      /* WORK AT QUENCH: */
      font-family: tahoma;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 1px;
      margin: 0 auto;
      background: #27B7DC;
      display: block;
      margin-top: 30px; }
      .careers-callout .frame .btn:hover {
        background: #158FAE; }
    .careers-callout .frame .subtitle {
      /* CAREERS: */
      font-family: Gilroy-ExtraBold, sans-serif;
      font-size: 16px;
      color: #27B7DC;
      letter-spacing: 2px;
      line-height: 16px; }
    .careers-callout .frame h2 {
      /* Work at Quench: */
      font-family: Gilroy, sans-serif;
      font-size: 56px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 56px; }
    .careers-callout .frame .callout-intro,
    .careers-callout .frame .callout-text {
      /* Quench has a very se: */
      font-family: Gilroy, sans-serif;
      font-size: 16px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 32px; }
      .careers-callout .frame .callout-intro p,
      .careers-callout .frame .callout-text p {
        /* Quench has a very se: */
        font-family: Gilroy, sans-serif;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 32px;
        text-align: center; }
  .careers-callout .callout-infographic {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: space-between; }
    @media (max-width: 750px) {
      .careers-callout .callout-infographic {
        flex-direction: column; } }
    .careers-callout .callout-infographic .callout-info-item {
      flex: 1; }
      @media (max-width: 750px) {
        .careers-callout .callout-infographic .callout-info-item {
          margin-bottom: 30px; } }
      .careers-callout .callout-infographic .callout-info-item:last-of-type .callout-info-item-inner:after {
        content: none; }
    .careers-callout .callout-infographic .callout-info-item-inner {
      margin: 0 auto;
      width: 190px;
      height: 190px;
      background: #4EBEA8;
      border-radius: 50%;
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      justify-content: center;
      align-items: center;
      justify-content: center;
      position: relative; }
      .careers-callout .callout-infographic .callout-info-item-inner:after {
        width: 50px;
        height: 0px;
        position: absolute;
        left: 100%;
        border-top: 1px solid #4EBEA8;
        content: "";
        top: 50%;
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%); }
        @media (max-width: 750px) {
          .careers-callout .callout-infographic .callout-info-item-inner:after {
            width: 0px;
            height: 60px;
            position: absolute;
            left: 100%;
            border-left: 1px solid #4EBEA8;
            content: "";
            top: 100%;
            left: 50%;
            transform: translate(0%, -50%);
            -webkit-transform: translate(0%, -50%);
            -ms-transform: translate(0%, -50%); } }
      .careers-callout .callout-infographic .callout-info-item-inner p {
        /* Communicate openly a: */
        text-align: center;
        font-family: "mrs-eaves-xl-serif", serif;
        font-style: italic;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 22px;
        max-width: 150px;
        margin: 0 auto; }

.android-version-old .careers-callout .callout-infographic .callout-info-item-inner {
  display: block; }
  .android-version-old .careers-callout .callout-infographic .callout-info-item-inner div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }

#product-recommendation {
  padding-bottom: 150px; }
  #product-recommendation .btn {
    width: 250px;
    background: #27B7DC;
    font-family: tahoma;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 40px; }
    #product-recommendation .btn:hover {
      background: #158FAE; }
  #product-recommendation .frame {
    border-bottom: 1px solid rgba(10, 61, 76, 0.5);
    opacity: 0;
    transition: all 0.5s;
    position: relative; }
    @media (max-width: 750px) {
      #product-recommendation .frame {
        max-width: 90%;
        margin: 0 auto; } }
  #product-recommendation .products-browse .product-item {
    margin-bottom: 45px; }
  #product-recommendation .products-browse .btn {
    width: 160px;
    margin-top: 30px;
    margin-left: 25px; }
  #product-recommendation .products-browse .product-img {
    position: relative; }
  #product-recommendation .restart {
    border: 0px;
    outline: none;
    font-family: tahoma;
    font-size: 14px;
    color: #0A3D4C;
    letter-spacing: 0;
    line-height: 14px;
    background: white;
    background-size: contain;
    background-position: right center;
    padding-right: 25px;
    background-size: 16px 8px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: calc( 100% + 15px);
    cursor: pointer; }
    #product-recommendation .restart:after {
      background-image: url(assets/imgs/down-arrow.svg);
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      position: absolute;
      content: "";
      right: 0%;
      width: 12px;
      height: 7px;
      cursor: pointer; }
  #product-recommendation .warning {
    font-family: Gilroy-Light, sans-serif;
    font-size: 48px;
    color: #0A3D4C;
    letter-spacing: 0;
    line-height: 54px;
    text-align: center;
    width: 600px;
    border-bottom: 0px solid rgba(10, 61, 76, 0.3);
    margin: 0 auto;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 25px;
    margin-top: 40px;
    max-width: 100%; }
    @media (max-width: 750px) {
      #product-recommendation .warning {
        font-size: 28px;
        line-height: 30px; } }

.product-finder-section {
  padding-top: 110px;
  padding-bottom: 80px;
  overflow: hidden; }
  @media (max-width: 750px) {
    .product-finder-section {
      padding-top: 60px; } }
  .product-finder-section .product-finder-counter {
    /* of 04: */
    text-align: center;
    font-family: tahoma;
    font-size: 22px;
    color: #27B7DC;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 90px; }
    @media (max-width: 750px) {
      .product-finder-section .product-finder-counter {
        margin-bottom: 40px; } }
    .product-finder-section .product-finder-counter span {
      color: white;
      border-radius: 50%;
      background: #27B7DC;
      width: 50px;
      height: 50px;
      display: inline-block;
      vertical-align: middle;
      box-sizing: border-box;
      padding-top: 17px;
      line-height: 22px; }
  .product-finder-section#product-finder-needs h2,
  .product-finder-section#product-finder-needs .settings-question, .product-finder-section#product-finder-product-placement h2,
  .product-finder-section#product-finder-product-placement .settings-question, .product-finder-section#product-finder-setting h2,
  .product-finder-section#product-finder-setting .settings-question {
    font-family: Gilroy-Light, sans-serif;
    font-size: 48px;
    color: #0A3D4C;
    letter-spacing: 0;
    line-height: 54px;
    text-align: center;
    width: 600px;
    border-bottom: 1px solid rgba(10, 61, 76, 0.3);
    margin: 0 auto;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 25px;
    max-width: 100%; }
    .product-finder-section#product-finder-needs h2 p,
    .product-finder-section#product-finder-needs .settings-question p, .product-finder-section#product-finder-product-placement h2 p,
    .product-finder-section#product-finder-product-placement .settings-question p, .product-finder-section#product-finder-setting h2 p,
    .product-finder-section#product-finder-setting .settings-question p {
      font-family: Gilroy-Light, sans-serif;
      font-size: 48px;
      color: #0A3D4C;
      letter-spacing: 0;
      line-height: 54px;
      text-align: center;
      width: 600px;
      border-bottom: 1px solid rgba(10, 61, 76, 0.3);
      margin: 0 auto;
      padding-bottom: 15px;
      position: relative;
      margin-bottom: 0px;
      max-width: 100%; }
    @media (max-width: 750px) {
      .product-finder-section#product-finder-needs h2,
      .product-finder-section#product-finder-needs .settings-question, .product-finder-section#product-finder-product-placement h2,
      .product-finder-section#product-finder-product-placement .settings-question, .product-finder-section#product-finder-setting h2,
      .product-finder-section#product-finder-setting .settings-question {
        font-size: 40px;
        line-height: 40px;
        max-width: 85%;
        margin: 0 auto;
        margin-bottom: 25px; }
        .product-finder-section#product-finder-needs h2 p,
        .product-finder-section#product-finder-needs .settings-question p, .product-finder-section#product-finder-product-placement h2 p,
        .product-finder-section#product-finder-product-placement .settings-question p, .product-finder-section#product-finder-setting h2 p,
        .product-finder-section#product-finder-setting .settings-question p {
          font-family: Gilroy-Light, sans-serif;
          font-size: 48px;
          color: #0A3D4C;
          letter-spacing: 0;
          line-height: 54px;
          text-align: center;
          width: 600px;
          border-bottom: 1px solid rgba(10, 61, 76, 0.3);
          margin: 0 auto;
          padding-bottom: 15px;
          position: relative;
          margin-bottom: 25px;
          max-width: 100%; } }
    .product-finder-section#product-finder-needs h2:after,
    .product-finder-section#product-finder-needs .settings-question:after, .product-finder-section#product-finder-product-placement h2:after,
    .product-finder-section#product-finder-product-placement .settings-question:after, .product-finder-section#product-finder-setting h2:after,
    .product-finder-section#product-finder-setting .settings-question:after {
      border-top: 8px solid #0A3D4C;
      position: absolute;
      content: "";
      left: 50%;
      top: 100%;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%); }
  .product-finder-section#product-finder-needs .tagline, .product-finder-section#product-finder-product-placement .tagline, .product-finder-section#product-finder-setting .tagline {
    /* Select all that appl: */
    font-family: tahoma;
    font-size: 14px;
    font-style: normal;
    color: #0A3D4C;
    letter-spacing: 0;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase; }
  .product-finder-section .product-types {
    margin-top: 75px;
    position: relative;
    z-index: 100; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .product-finder-section .product-types.frame {
        max-width: 1100px; } }
    @media (min-width: 1100px) and (max-width: 1200px) {
      .product-finder-section .product-types.frame {
        max-width: 1000px; } }
    @media (min-width: 1000px) and (max-width: 1100px) {
      .product-finder-section .product-types.frame {
        max-width: 960px; } }
    @media (max-width: 750px) {
      .product-finder-section .product-types.frame {
        max-width: 90%; } }
    .product-finder-section .product-types .product-type {
      width: 25%;
      display: inline-block;
      text-decoration: none;
      text-align: center;
      box-sizing: border-box;
      padding-right: 35px;
      padding-left: 35px;
      position: relative;
      padding-bottom: 65px;
      cursor: pointer;
      margin-bottom: 40px; }
      @media (max-width: 750px) {
        .product-finder-section .product-types .product-type {
          width: 50%; }
          .product-finder-section .product-types .product-type img {
            width: 100%;
            height: auto; } }
      .product-finder-section .product-types .product-type .img-container {
        position: relative; }
        .product-finder-section .product-types .product-type .img-container:before {
          background-image: url("assets/imgs/product-finder-select.svg");
          width: 75px;
          height: 75px;
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          opacity: 0;
          transition: 0.5s; }
      .product-finder-section .product-types .product-type:hover .img-container:before, .product-finder-section .product-types .product-type.selected .img-container:before {
        opacity: 1; }
      .product-finder-section .product-types .product-type:after {
        height: 400px;
        width: 0px;
        border-right: 1px solid rgba(10, 61, 76, 0.2);
        content: "";
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 0px; }
        @media (max-width: 750px) {
          .product-finder-section .product-types .product-type:after {
            content: none; } }
      .product-finder-section .product-types .product-type:first-of-type {
        padding-left: 10px; }
        @media (max-width: 750px) {
          .product-finder-section .product-types .product-type:first-of-type {
            padding-left: 35px; } }
      .product-finder-section .product-types .product-type:last-of-type {
        padding-right: 10px; }
        @media (max-width: 750px) {
          .product-finder-section .product-types .product-type:last-of-type {
            padding-right: 35px; } }
        .product-finder-section .product-types .product-type:last-of-type:after {
          content: none; }
      .product-finder-section .product-types .product-type img {
        max-height: 420px;
        width: auto; }
        @media (max-width: 750px) {
          .product-finder-section .product-types .product-type img {
            width: 100%;
            height: auto; } }
      .product-finder-section .product-types .product-type .product-line-title {
        position: absolute;
        top: calc(100% - 37px);
        /* SPARKLING WATER: */
        font-family: tahoma;
        font-size: 18px;
        color: #0A3D4C;
        letter-spacing: 0;
        line-height: 20px;
        text-decoration: none;
        max-width: 150px;
        margin: 0 auto;
        left: 50%;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%); }
        .product-finder-section .product-types .product-type .product-line-title:before {
          width: 100px;
          height: 0px;
          border-top: 1px solid rgba(39, 183, 220, 0.5);
          position: absolute;
          top: -15px;
          content: " ";
          display: block;
          left: 50%;
          transform: translate(-50%, 0%);
          -webkit-transform: translate(-50%, 0%);
          -ms-transform: translate(-50%, 0%); }
        .product-finder-section .product-types .product-type .product-line-title:after {
          position: absolute;
          width: 11px;
          height: 6px;
          background-image: url("assets/imgs/down-arrow.svg");
          content: " ";
          display: block;
          left: calc(50%);
          bottom: -10px;
          transform: translate(-50%, 0%);
          -webkit-transform: translate(-50%, 0%);
          -ms-transform: translate(-50%, 0%); }
  .product-finder-section#product-finder-num-employees {
    padding-bottom: 210px;
    background-size: cover; }
    .product-finder-section#product-finder-num-employees .product-finder-counter {
      color: white; }
      .product-finder-section#product-finder-num-employees .product-finder-counter span {
        background: white;
        color: #27B7DC; }
    .product-finder-section#product-finder-num-employees label {
      /* Enter number of empl: */
      font-family: Gilroy-Regular, sans-serif;
      font-size: 16px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 14px;
      display: block;
      text-align: center;
      margin-top: 20px;
      position: absolute;
      width: 100%;
      bottom: 20px; }
    .product-finder-section#product-finder-num-employees .num-employees {
      position: relative;
      max-width: 90%;
      margin: 0 auto; }
      .product-finder-section#product-finder-num-employees .num-employees:after {
        content: "";
        bottom: 40px;
        border-bottom: 1px solid white;
        height: 0px;
        width: 100%;
        position: absolute;
        left: 0%; }
    .product-finder-section#product-finder-num-employees input {
      margin-top: 60px;
      margin: 0 auto;
      display: block;
      max-width: 800px;
      width: 100%;
      background: transparent;
      font-family: tahoma;
      font-size: 192px;
      color: #FFFFFF;
      letter-spacing: -10px;
      line-height: 192px;
      -webkit-appearance: none;
      outline: none;
      -webkit-appearance: none;
      box-shadow: none;
      border: 0px;
      border-bottom: 0px solid white;
      text-align: center;
      box-sizing: border-box;
      margin-top: 30px; }
      @media (max-width: 750px) {
        .product-finder-section#product-finder-num-employees input {
          max-width: 90%;
          font-size: 100px;
          padding-bottom: 0px;
          padding-top: 60px;
          line-height: 132px;
          letter-spacing: -5px; } }
    .product-finder-section#product-finder-num-employees h2 {
      text-align: center;
      /* How many employees o: */
      font-family: Gilroy-Regular, sans-serif;
      font-size: 48px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 54px; }
      @media (max-width: 750px) {
        .product-finder-section#product-finder-num-employees h2 {
          font-size: 40px;
          line-height: 40px;
          max-width: 85%;
          margin: 0 auto;
          margin-bottom: 25px; } }
  .product-finder-section#product-finder-product-placement {
    padding-bottom: 125px; }
    .product-finder-section#product-finder-product-placement h2 {
      border-bottom: 0px;
      width: auto; }
      .product-finder-section#product-finder-product-placement h2:before {
        border-bottom: 1px solid rgba(10, 61, 76, 0.3);
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        width: 600px;
        content: "";
        max-width: 90%; }
        @media (max-width: 750px) {
          .product-finder-section#product-finder-product-placement h2:before {
            max-width: 90%; } }
    .product-finder-section#product-finder-product-placement .frame {
      max-width: 970px; }
      @media (min-width: 1000px) and (max-width: 1100px) {
        .product-finder-section#product-finder-product-placement .frame {
          max-width: 960px; } }
    .product-finder-section#product-finder-product-placement .placement-types {
      margin-top: 50px;
      font-size: 0px; }
      .product-finder-section#product-finder-product-placement .placement-types .placement-type {
        width: 50%;
        display: inline-block;
        box-sizing: border-box; }
        @media (max-width: 750px) {
          .product-finder-section#product-finder-product-placement .placement-types .placement-type {
            width: 80%;
            margin: 0 auto;
            display: block;
            margin-bottom: 40px; }
            .product-finder-section#product-finder-product-placement .placement-types .placement-type .img-container img {
              height: auto; } }
        .product-finder-section#product-finder-product-placement .placement-types .placement-type:last-of-type {
          padding-left: 25px; }
          @media (max-width: 750px) {
            .product-finder-section#product-finder-product-placement .placement-types .placement-type:last-of-type {
              padding-left: 0px; } }
        .product-finder-section#product-finder-product-placement .placement-types .placement-type:first-of-type {
          padding-right: 25px; }
          @media (max-width: 750px) {
            .product-finder-section#product-finder-product-placement .placement-types .placement-type:first-of-type {
              padding-right: 0px; } }
        .product-finder-section#product-finder-product-placement .placement-types .placement-type .img-container {
          position: relative; }
          @media (max-width: 750px) {
            .product-finder-section#product-finder-product-placement .placement-types .placement-type .img-container {
              position: relative;
              max-width: 300px;
              margin: 0 auto;
              text-align: center; } }
          .product-finder-section#product-finder-product-placement .placement-types .placement-type .img-container img {
            width: 100%; }
          .product-finder-section#product-finder-product-placement .placement-types .placement-type .img-container:before {
            background-image: url("assets/imgs/product-finder-select.svg");
            width: 75px;
            height: 75px;
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            opacity: 0;
            transition: 0.5s; }
        .product-finder-section#product-finder-product-placement .placement-types .placement-type:hover .img-container:before, .product-finder-section#product-finder-product-placement .placement-types .placement-type.selected .img-container:before {
          opacity: 1; }
  .product-finder-section#product-finder-setting {
    padding-bottom: 120px;
    background-size: cover; }
    .product-finder-section#product-finder-setting .frame {
      max-width: 900px; }
      @media (min-width: 1200px) and (max-width: 1400px) {
        .product-finder-section#product-finder-setting .frame {
          max-width: 1100px; } }
      @media (min-width: 1100px) and (max-width: 1200px) {
        .product-finder-section#product-finder-setting .frame {
          max-width: 1000px; } }
      @media (min-width: 1000px) and (max-width: 1100px) {
        .product-finder-section#product-finder-setting .frame {
          max-width: 960px; } }
      @media (max-width: 750px) {
        .product-finder-section#product-finder-setting .frame {
          max-width: 90%; } }
    .product-finder-section#product-finder-setting .product-finder-counter {
      color: white; }
      .product-finder-section#product-finder-setting .product-finder-counter span {
        background: white;
        color: #A7496B; }
    .product-finder-section#product-finder-setting h2 {
      border-bottom: 0px;
      width: auto;
      color: white; }
      .product-finder-section#product-finder-setting h2:after {
        border-top: 8px solid white; }
      .product-finder-section#product-finder-setting h2:before {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        width: 600px;
        content: ""; }
        @media (max-width: 750px) {
          .product-finder-section#product-finder-setting h2:before {
            max-width: 90%; } }
    .product-finder-section#product-finder-setting .settings-question {
      border-bottom: 0px;
      width: auto;
      color: white; }
      .product-finder-section#product-finder-setting .settings-question p {
        border-bottom: 0px;
        width: auto;
        color: white; }
      .product-finder-section#product-finder-setting .settings-question:after {
        border-top: 8px solid white; }
      .product-finder-section#product-finder-setting .settings-question:before {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        width: 600px;
        content: ""; }
        @media (max-width: 750px) {
          .product-finder-section#product-finder-setting .settings-question:before {
            max-width: 90%; } }
    .product-finder-section#product-finder-setting .tagline {
      color: white; }
    .product-finder-section#product-finder-setting .setting-types {
      margin-top: 80px;
      font-size: 0px; }
      .product-finder-section#product-finder-setting .setting-types .setting-type {
        width: 33.3333%;
        display: inline-block;
        box-sizing: border-box;
        text-align: center;
        margin-bottom: 50px;
        vertical-align: top; }
        @media (max-width: 750px) {
          .product-finder-section#product-finder-setting .setting-types .setting-type {
            width: 50%; } }
        .product-finder-section#product-finder-setting .setting-types .setting-type .name {
          text-align: center;
          color: white;
          /* gym: */
          font-family: tahoma;
          font-size: 14px;
          color: #FFFFFF;
          letter-spacing: 0;
          line-height: 16px;
          margin: 0 auto;
          margin-top: 20px;
          max-width: 170px; }
        .product-finder-section#product-finder-setting .setting-types .setting-type .img-container {
          position: relative;
          padding: 0px 10px; }
          .product-finder-section#product-finder-setting .setting-types .setting-type .img-container img {
            border-radius: 50%;
            width: 250px;
            height: 250px;
            border: 2px solid white; }
            @media (max-width: 750px) {
              .product-finder-section#product-finder-setting .setting-types .setting-type .img-container img {
                width: 100%;
                height: auto; } }
          .product-finder-section#product-finder-setting .setting-types .setting-type .img-container:before {
            background-image: url("assets/imgs/product-finder-select.svg");
            width: 75px;
            height: 75px;
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            opacity: 0;
            transition: 0.5s; }
        .product-finder-section#product-finder-setting .setting-types .setting-type:hover .img-container:before, .product-finder-section#product-finder-setting .setting-types .setting-type.selected .img-container:before {
          opacity: 1; }

.filtration-icons,
.jump-icons {
  font-size: 0px;
  max-width: 870px;
  margin: 0 auto;
  padding-top: 50px; }
  .filtration-icons h2,
  .jump-icons h2 {
    /* Coffee Menus: */
    font-family: Gilroy-Light, sans-serif;
    font-size: 56px;
    color: #0A3D4C;
    letter-spacing: 0;
    line-height: 64px;
    text-align: center;
    margin: 0px;
    margin-bottom: 25px; }
    @media (max-width: 750px) {
      .filtration-icons h2,
      .jump-icons h2 {
        font-size: 40px;
        line-height: 45px; } }
  .filtration-icons .icon-col,
  .jump-icons .icon-col {
    width: 25%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center; }
    @media (max-width: 750px) {
      .filtration-icons .icon-col,
      .jump-icons .icon-col {
        width: 50%;
        margin-bottom: 30px; } }
    .filtration-icons .icon-col .blue-container,
    .jump-icons .icon-col .blue-container {
      width: 175px;
      height: 175px;
      background: #27B7DC;
      border-radius: 50%;
      margin: 0 auto;
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      -webkit-align-items: center;
      -ms-flex-align: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      align-items: center;
      justify-content: center; }
      .filtration-icons .icon-col .blue-container svg.coffeemug,
      .jump-icons .icon-col .blue-container svg.coffeemug {
        margin-left: 12px;
        margin-top: -16px; }
      .filtration-icons .icon-col .blue-container svg.thermal,
      .jump-icons .icon-col .blue-container svg.thermal {
        margin-left: 3px; }
      .filtration-icons .icon-col .blue-container svg.pod,
      .jump-icons .icon-col .blue-container svg.pod {
        margin-top: 11px; }
      @media (max-width: 750px) {
        .filtration-icons .icon-col .blue-container,
        .jump-icons .icon-col .blue-container {
          width: 120px;
          height: 120px; } }
      .filtration-icons .icon-col .blue-container img,
      .jump-icons .icon-col .blue-container img {
        display: block;
        max-width: 60px; }
    .filtration-icons .icon-col p,
    .jump-icons .icon-col p {
      /* Drink Clean: */
      font-family: tahoma;
      font-size: 14px;
      color: #27B7DC;
      letter-spacing: 0;
      line-height: 16px;
      position: relative; }
      @media (max-width: 750px) {
        .filtration-icons .icon-col p,
        .jump-icons .icon-col p {
          max-width: 120px;
          margin: 0 auto;
          margin-top: 8px; } }
      .filtration-icons .icon-col p:after,
      .jump-icons .icon-col p:after {
        position: absolute;
        width: 11px;
        height: 6px;
        background-image: url(assets/imgs/down-arrow.svg);
        content: " ";
        display: block;
        left: 50%;
        bottom: -10px;
        transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%); }

.filtration_advantage,
.why-section,
.order-section {
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 140px;
  padding-top: 210px;
  margin-top: -180px; }
  @media (max-width: 750px) {
    .filtration_advantage,
    .why-section,
    .order-section {
      padding-top: 240px;
      padding-bottom: 60px;
      margin-top: -75px;
      padding-top: 135px; } }
  .filtration_advantage:first-of-type,
  .why-section:first-of-type,
  .order-section:first-of-type {
    padding-top: 280px; }
    @media (max-width: 750px) {
      .filtration_advantage:first-of-type,
      .why-section:first-of-type,
      .order-section:first-of-type {
        padding-top: 40px; } }
  .filtration_advantage.count-odd .frame .row,
  .why-section.count-odd .frame .row,
  .order-section.count-odd .frame .row {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse; }
    @media (max-width: 750px) {
      .filtration_advantage.count-odd .frame .row,
      .why-section.count-odd .frame .row,
      .order-section.count-odd .frame .row {
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse; } }
    .filtration_advantage.count-odd .frame .row .col:first-of-type,
    .why-section.count-odd .frame .row .col:first-of-type,
    .order-section.count-odd .frame .row .col:first-of-type {
      padding-left: 40px;
      padding-right: 0px; }
      @media (max-width: 750px) {
        .filtration_advantage.count-odd .frame .row .col:first-of-type,
        .why-section.count-odd .frame .row .col:first-of-type,
        .order-section.count-odd .frame .row .col:first-of-type {
          padding-left: 10px;
          padding-right: 10px;
          padding-bottom: 40px; } }
    .filtration_advantage.count-odd .frame .row .col:last-of-type,
    .why-section.count-odd .frame .row .col:last-of-type,
    .order-section.count-odd .frame .row .col:last-of-type {
      padding-right: 40px;
      padding-left: 0px; }
      @media (max-width: 750px) {
        .filtration_advantage.count-odd .frame .row .col:last-of-type,
        .why-section.count-odd .frame .row .col:last-of-type,
        .order-section.count-odd .frame .row .col:last-of-type {
          padding-left: 20px;
          padding-bottom: 40px;
          padding-right: 20px; } }
  .filtration_advantage .frame,
  .why-section .frame,
  .order-section .frame {
    max-width: 1160px; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .filtration_advantage .frame,
      .why-section .frame,
      .order-section .frame {
        max-width: 1100px; } }
    @media (min-width: 1100px) and (max-width: 1200px) {
      .filtration_advantage .frame,
      .why-section .frame,
      .order-section .frame {
        max-width: 1000px; } }
    @media (min-width: 1000px) and (max-width: 1100px) {
      .filtration_advantage .frame,
      .why-section .frame,
      .order-section .frame {
        max-width: 960px; } }
    @media (max-width: 750px) {
      .filtration_advantage .frame,
      .why-section .frame,
      .order-section .frame {
        max-width: 90%; } }
    .filtration_advantage .frame .row,
    .why-section .frame .row,
    .order-section .frame .row {
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      font-size: 0px; }
      @media (max-width: 750px) {
        .filtration_advantage .frame .row,
        .why-section .frame .row,
        .order-section .frame .row {
          flex-direction: column-reverse;
          -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse; } }
      .filtration_advantage .frame .row .col,
      .why-section .frame .row .col,
      .order-section .frame .row .col {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        font-size: 15px;
        box-sizing: border-box; }
        @media (max-width: 750px) {
          .filtration_advantage .frame .row .col,
          .why-section .frame .row .col,
          .order-section .frame .row .col {
            width: 100%; } }
        .filtration_advantage .frame .row .col img,
        .why-section .frame .row .col img,
        .order-section .frame .row .col img {
          width: 100%;
          height: auto; }
        .filtration_advantage .frame .row .col:first-of-type,
        .why-section .frame .row .col:first-of-type,
        .order-section .frame .row .col:first-of-type {
          padding-right: 40px; }
          @media (max-width: 750px) {
            .filtration_advantage .frame .row .col:first-of-type,
            .why-section .frame .row .col:first-of-type,
            .order-section .frame .row .col:first-of-type {
              padding-left: 10px;
              padding-right: 10px;
              padding-bottom: 40px; } }
        .filtration_advantage .frame .row .col:last-of-type,
        .why-section .frame .row .col:last-of-type,
        .order-section .frame .row .col:last-of-type {
          padding-left: 40px; }
          @media (max-width: 750px) {
            .filtration_advantage .frame .row .col:last-of-type,
            .why-section .frame .row .col:last-of-type,
            .order-section .frame .row .col:last-of-type {
              padding-left: 20px;
              padding-right: 20px;
              padding-bottom: 40px; } }
        .filtration_advantage .frame .row .col .tagline,
        .why-section .frame .row .col .tagline,
        .order-section .frame .row .col .tagline {
          font-family: "mrs-eaves-xl-serif", serif;
          font-style: italic;
          font-weight: 400;
          font-size: 24px;
          color: #0A3D4C;
          letter-spacing: 0;
          line-height: 24px;
          width: 100%;
          border-bottom: 1px solid rgba(10, 61, 76, 0.3);
          margin-bottom: 45px;
          padding-bottom: 10px; }
          @media (max-width: 750px) {
            .filtration_advantage .frame .row .col .tagline,
            .why-section .frame .row .col .tagline,
            .order-section .frame .row .col .tagline {
              text-align: center; } }
        .filtration_advantage .frame .row .col h2,
        .why-section .frame .row .col h2,
        .order-section .frame .row .col h2 {
          font-family: tahoma;
          font-size: 32px;
          color: #0A3D4C;
          letter-spacing: 0;
          line-height: 34px; }
          @media (max-width: 750px) {
            .filtration_advantage .frame .row .col h2,
            .why-section .frame .row .col h2,
            .order-section .frame .row .col h2 {
              text-align: center; } }
        .filtration_advantage .frame .row .col p,
        .why-section .frame .row .col p,
        .order-section .frame .row .col p {
          font-family: Gilroy, sans-serif;
          font-size: 16px;
          color: #0A3D4C;
          letter-spacing: 0;
          line-height: 28px; }
        .filtration_advantage .frame .row .col ul,
        .why-section .frame .row .col ul,
        .order-section .frame .row .col ul {
          padding: 0px;
          padding-left: 20px;
          margin: 0px;
          margin-top: -15px;
          margin-bottom: 16px; }
          .filtration_advantage .frame .row .col ul li,
          .why-section .frame .row .col ul li,
          .order-section .frame .row .col ul li {
            font-family: "mrs-eaves-xl-serif", serif;
            font-style: italic;
            font-weight: 400;
            font-size: 16px;
            color: #0A3D4C;
            line-height: 28px; }
        .filtration_advantage .frame .row .col .btn,
        .why-section .frame .row .col .btn,
        .order-section .frame .row .col .btn {
          font-family: tahoma;
          font-size: 14px;
          color: #FFFFFF;
          letter-spacing: 1px;
          width: auto;
          background: #27B7DC;
          padding-left: 30px;
          padding-right: 30px;
          margin-top: 20px;
          transition: 0.5s all; }
          .filtration_advantage .frame .row .col .btn:hover,
          .why-section .frame .row .col .btn:hover,
          .order-section .frame .row .col .btn:hover {
            background: #158FAE; }
          @media (max-width: 750px) {
            .filtration_advantage .frame .row .col .btn,
            .why-section .frame .row .col .btn,
            .order-section .frame .row .col .btn {
              padding-left: 18px;
              padding-right: 18px; } }
          .filtration_advantage .frame .row .col .btn img,
          .why-section .frame .row .col .btn img,
          .order-section .frame .row .col .btn img {
            width: auto;
            height: auto;
            display: inline-block; }

.order-section {
  padding-top: 0px;
  margin-top: 80px;
  padding-bottom: 0px; }
  .order-section:last-of-type {
    padding-bottom: 100px; }
  .order-section .frame {
    border-top: 1px solid rgba(10, 61, 76, 0.3);
    padding-top: 80px;
    max-width: 1000px;
    padding-left: 20px;
    box-sizing: border-box; }
    @media (max-width: 750px) {
      .order-section .frame {
        border: 0px; } }
    @media (min-width: 1100px) and (max-width: 1200px) {
      .order-section .frame {
        max-width: 1000px; } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .order-section .frame {
        max-width: 1100px; } }
    @media (min-width: 1000px) and (max-width: 1100px) {
      .order-section .frame {
        max-width: 960px; } }
    .order-section .frame .row {
      align-items: center; }
      .order-section .frame .row .col form {
        margin-top: 25px; }
        .order-section .frame .row .col form a {
          /* Forgot Password?: */
          font-family: Gilroy-Regular, sans-serif;
          font-size: 16px;
          color: #27B7DC;
          letter-spacing: 0;
          line-height: 16px;
          text-decoration: none;
          display: inline-block; }
        .order-section .frame .row .col form p {
          /* Current Customers: */
          font-family: Gilroy-Medium, sans-serif;
          font-size: 18px;
          color: #27B7DC;
          letter-spacing: 0;
          line-height: 16px; }
        .order-section .frame .row .col form input[type="submit"] {
          background: #0A3D4C;
          font-family: tahoma;
          font-size: 18px;
          color: #FFFFFF;
          letter-spacing: 1.12px;
          line-height: 18px;
          border: 0px;
          outline: none;
          text-align: center;
          margin: 0 auto;
          display: block;
          width: 150px;
          height: 50px;
          box-sizing: border-box;
          padding-top: 8px;
          margin-top: 6px;
          float: left;
          /* Rectangle 4: */
          background: #27B7DC;
          /* Login: */
          font-family: tahoma;
          font-size: 16px;
          color: #FFFFFF;
          letter-spacing: 1px;
          line-height: 16px;
          padding: 0px;
          padding-top: 6px;
          margin: 0px;
          transition: all 0.5s; }
          .order-section .frame .row .col form input[type="submit"]:hover {
            background: #158FAE; }
        .order-section .frame .row .col form label {
          /* Password: */
          font-family: tahoma;
          font-size: 14px;
          color: #0A3D4C;
          letter-spacing: 0;
          line-height: 14px;
          margin-bottom: 5px;
          display: block; }
        .order-section .frame .row .col form .form-item.actions {
          display: inline-block;
          vertical-align: middle;
          margin-right: 20px;
          margin-top: 0px; }
        .order-section .frame .row .col form input {
          width: 100%;
          border: 0px;
          outline: none;
          padding: 0;
          border: 1px solid rgba(10, 61, 76, 0.3);
          /* Rectangle 5: */
          background: white;
          height: 50px;
          box-sizing: border-box;
          font-family: Gilroy-Light, sans-serif;
          font-size: 18px;
          color: #0a3d4c;
          letter-spacing: 0;
          line-height: 18px;
          padding-left: 10px;
          margin-bottom: 30px;
          -webkit-appearance: none;
          border-radius: 0%; }

.why-section .frame .row .col h2 {
  max-width: 375px; }

#industry-copy {
  padding-top: 85px;
  padding-bottom: 75px;
  overflow: hidden; }
  #industry-copy ul {
    padding: 0px;
    padding-left: 20px;
    margin: 0px;
    margin-top: -15px;
    margin-bottom: 16px; }
    #industry-copy ul li {
      font-family: "mrs-eaves-xl-serif", serif;
      font-style: italic;
      font-weight: 400;
      font-size: 16px;
      color: #0A3D4C;
      line-height: 28px; }
  @media (max-width: 750px) {
    #industry-copy {
      padding-top: 40px; } }
  #industry-copy .frame {
    max-width: 1225px; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      #industry-copy .frame {
        max-width: 1100px; } }
    @media (min-width: 1100px) and (max-width: 1200px) {
      #industry-copy .frame {
        max-width: 1000px; } }
    @media (min-width: 1000px) and (max-width: 1100px) {
      #industry-copy .frame {
        max-width: 960px; } }
    @media (max-width: 750px) {
      #industry-copy .frame {
        max-width: 90%; } }
    #industry-copy .frame .row {
      display: flex;
      display: -webkit-flex;
      font-size: 0px;
      border-top: 1px solid rgba(10, 61, 76, 0.25);
      padding-top: 70px; }
      @media (max-width: 750px) {
        #industry-copy .frame .row {
          flex-direction: column; } }
      #industry-copy .frame .row .col {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        font-size: 15px;
        box-sizing: border-box; }
        @media (max-width: 750px) {
          #industry-copy .frame .row .col {
            width: 100%;
            display: block; } }
        #industry-copy .frame .row .col p {
          /* The Greener Solution: */
          font-family: Gilroy, sans-serif;
          font-size: 14px;
          color: #0A3D4C;
          letter-spacing: 0;
          line-height: 28px;
          margin-top: 0px;
          margin-bottom: 30px; }
        #industry-copy .frame .row .col h4 {
          font-size: 14px;
          color: #0A3D4C;
          letter-spacing: 0;
          line-height: 28px;
          font-family: "tahoma";
          margin: 0px;
          margin-bottom: 5px; }
          @media (max-width: 750px) {
            #industry-copy .frame .row .col h4 {
              line-height: 20px; } }
        #industry-copy .frame .row .col img {
          width: 100%;
          height: auto;
          border-radius: 50%; }
        #industry-copy .frame .row .col:first-of-type {
          padding-right: 40px; }
          @media (max-width: 750px) {
            #industry-copy .frame .row .col:first-of-type {
              padding-right: 0px; } }
        #industry-copy .frame .row .col:last-of-type {
          padding-left: 40px; }
          @media (max-width: 750px) {
            #industry-copy .frame .row .col:last-of-type {
              padding-left: 0px; } }
  #industry-copy .intro {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px; }
    #industry-copy .intro p {
      font-family: "mrs-eaves-xl-serif", serif;
      font-style: italic;
      font-weight: 400;
      font-size: 30px;
      color: #0A3D4C;
      letter-spacing: 0;
      line-height: 46px;
      margin: 0px; }
      @media (max-width: 750px) {
        #industry-copy .intro p {
          font-size: 24px;
          color: #0A3D4C;
          letter-spacing: 0;
          line-height: 32px; } }

.case-study-teasers.additional-teasers {
  position: relative;
  padding-bottom: 0px; }
  @media (max-width: 750px) {
    .case-study-teasers.additional-teasers {
      padding-bottom: 40px; } }
  .case-study-teasers.additional-teasers .frame {
    border-top: 1px solid rgba(10, 61, 76, 0.3);
    max-width: 1225px;
    border-bottom: 0px; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .case-study-teasers.additional-teasers .frame {
        max-width: 1100px; } }
    @media (min-width: 1100px) and (max-width: 1200px) {
      .case-study-teasers.additional-teasers .frame {
        max-width: 1000px; } }
    @media (min-width: 1000px) and (max-width: 1100px) {
      .case-study-teasers.additional-teasers .frame {
        max-width: 960px; } }
    @media (max-width: 750px) {
      .case-study-teasers.additional-teasers .frame {
        border: 0px;
        padding-bottom: 0px; } }
  .case-study-teasers.additional-teasers h2 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: -18px;
    margin: 0 auto;
    left: 50%;
    /* width: 440px; */
    padding-left: 50px;
    background: white;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    padding-right: 50px; }
    .case-study-teasers.additional-teasers h2 span {
      font-family: "mrs-eaves-xl-serif", serif;
      font-style: italic;
      font-weight: 400;
      font-size: 32px; }
    @media (max-width: 750px) {
      .case-study-teasers.additional-teasers h2 {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
        position: absolute;
        top: -70px;
        margin: 0 auto;
        left: 50%;
        width: 90%;
        padding-left: 0px;
        background: white;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        padding-right: 0px; } }
  .case-study-teasers.additional-teasers .teasers {
    margin-top: 85px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .case-study-teasers.additional-teasers .teasers .teaser-item {
        padding: 0px 10px; } }
    .case-study-teasers.additional-teasers .teasers .teaser-item:nth-of-type(2) .teaser-item-inner {
      margin: 0 auto; }
      @media (max-width: 750px) {
        .case-study-teasers.additional-teasers .teasers .teaser-item:nth-of-type(2) .teaser-item-inner {
          margin: 0 auto; } }
    .case-study-teasers.additional-teasers .teasers .teaser-item:nth-of-type(3) .teaser-item-inner {
      float: right; }
      @media (max-width: 750px) {
        .case-study-teasers.additional-teasers .teasers .teaser-item:nth-of-type(3) .teaser-item-inner {
          margin: 0 auto;
          float: none; } }
    .case-study-teasers.additional-teasers .teasers .teaser-item-inner {
      position: relative;
      font-size: 0px;
      line-height: 0px;
      width: 360px; }
      @media (max-width: 750px) {
        .case-study-teasers.additional-teasers .teasers .teaser-item-inner {
          margin: 0 auto;
          width: 300px;
          max-width: 80%; } }
      .case-study-teasers.additional-teasers .teasers .teaser-item-inner img {
        max-width: 100%; }
      .case-study-teasers.additional-teasers .teasers .teaser-item-inner .btn {
        /* READ MORE: */
        font-family: tahoma;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 2px;
        position: absolute;
        bottom: 0px;
        width: 160px;
        height: 50px;
        left: 50%;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        bottom: -25px;
        background: #27B7DC;
        padding-top: 20px; }
      .case-study-teasers.additional-teasers .teasers .teaser-item-inner .title {
        font-family: "tahoma";
        color: #27B7DC;
        font-size: 14px;
        margin-bottom: 10px;
        letter-spacing: 0;
        line-height: 28px; }
      .case-study-teasers.additional-teasers .teasers .teaser-item-inner .teaser-text p {
        /* Mauris sollicitudin: */
        font-family: Gilroy, sans-serif;
        font-size: 14px;
        color: #0A3D4C;
        letter-spacing: 0;
        line-height: 28px;
        margin: 0px; }
      .case-study-teasers.additional-teasers .teasers .teaser-item-inner .tab {
        position: absolute;
        top: 6px;
        left: 50px; }
      .case-study-teasers.additional-teasers .teasers .teaser-item-inner:before {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 0px;
        border-bottom: 10px solid #27B7DC;
        position: absolute;
        content: ""; }
      @media (min-width: 1200px) and (max-width: 1400px) {
        .case-study-teasers.additional-teasers .teasers .teaser-item-inner {
          width: 100%; } }
      @media (min-width: 1000px) and (max-width: 1100px) {
        .case-study-teasers.additional-teasers .teasers .teaser-item-inner {
          width: 100%; } }
      @media (min-width: 1100px) and (max-width: 1200px) {
        .case-study-teasers.additional-teasers .teasers .teaser-item-inner {
          width: 100%; } }
      .case-study-teasers.additional-teasers .teasers .teaser-item-inner .text {
        text-align: center;
        padding: 40px 30px 70px;
        border: 1px solid rgba(0, 0, 0, 0.5);
        border-top: 0px; }

.related-products {
  padding-top: 110px;
  padding-bottom: 100px; }
  .related-products .btn {
    width: 160px;
    background: #27B7DC;
    font-family: tahoma;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1px;
    display: block;
    margin-top: 30px;
    margin-left: 25px;
    cursor: pointer; }
    .related-products .btn:hover {
      background: #158FAE; }
    @media (max-width: 750px) {
      .related-products .btn {
        order: 5; } }
  .related-products .frame {
    padding-left: 35px; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .related-products .frame {
        max-width: 1100px; } }
    @media (min-width: 1100px) and (max-width: 1200px) {
      .related-products .frame {
        max-width: 1000px; } }
    @media (min-width: 1000px) and (max-width: 1100px) {
      .related-products .frame {
        max-width: 960px; } }
    @media (max-width: 750px) {
      .related-products .frame {
        padding-left: 0px; } }
  .related-products h2 {
    text-align: center;
    font-family: Gilroy-Light, sans-serif;
    font-size: 56px;
    color: #0A3D4C;
    letter-spacing: 0;
    line-height: 64px;
    margin-bottom: 50px; }
    @media (max-width: 750px) {
      .related-products h2 {
        /* Take care of busines: */
        font-family: Gilroy-Medium, sans-serif;
        font-size: 30px;
        color: #0A3D4C;
        letter-spacing: 0;
        max-width: 90%;
        margin: 0 auto;
        line-height: 32px;
        margin-bottom: 50px; } }
  .related-products .product-img {
    position: relative;
    width: 100%; }
  .related-products .product-item:last-of-type .product-img:after {
    content: none; }
  @media (max-width: 750px) {
    .related-products {
      padding-bottom: 0px; } }

.video-section {
  background-color: black;
  padding-top: 80px;
  padding-bottom: 110px;
  background-size: cover; }
  .video-section .frame {
    text-align: center; }
    @media (max-width: 750px) {
      .video-section .frame {
        max-width: 90%; } }
  .video-section video {
    display: block;
    margin: 0 auto;
    border: 1px solid #A7496B;
    max-width: 100%; }
    @media (max-width: 750px) {
      .video-section video {
        height: auto; } }
  .video-section .tagline {
    font-family: Gilroy-ExtraBold, sans-serif;
    font-size: 16px;
    color: #27B7DC;
    letter-spacing: 2px;
    line-height: 16px;
    text-align: center;
    font-style: normal; }
  .video-section h2 {
    text-align: center;
    /* What our Customers S: */
    font-family: Gilroy-Regular, sans-serif;
    font-size: 56px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 56px;
    margin-bottom: 40px; }
    @media (max-width: 750px) {
      .video-section h2 {
        font-size: 40px;
        line-height: 40px; } }
  .video-section hr {
    width: 400px;
    margin: 0 auto;
    border: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 10px;
    margin-bottom: 10px; }
    @media (max-width: 750px) {
      .video-section hr {
        max-width: 100%; } }
  .video-section .play-btn {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(167, 73, 107, 0.9);
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: 0.5s all;
    cursor: pointer; }
    @media (max-width: 750px) {
      .video-section .play-btn {
        width: 100px;
        height: 100px; } }
    .video-section .play-btn img,
    .video-section .play-btn svg {
      top: 50%;
      left: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
      @media (max-width: 750px) {
        .video-section .play-btn img,
        .video-section .play-btn svg {
          width: 20px; } }
    .video-section .play-btn svg.pause-img {
      opacity: 0;
      max-width: 100px; }
      .video-section .play-btn svg.pause-img path {
        fill: white; }
    .video-section .play-btn.playing {
      opacity: 0;
      width: 100px;
      height: 100px; }
      .video-section .play-btn.playing svg.pause-img {
        opacity: 1; }
        @media (max-width: 750px) {
          .video-section .play-btn.playing svg.pause-img {
            opacity: 0; } }
      .video-section .play-btn.playing img {
        opacity: 0; }
  .video-section .video {
    position: relative;
    display: inline-block; }
    .video-section .video:hover .playing {
      opacity: 1; }
      @media (max-width: 750px) {
        .video-section .video:hover .playing {
          opacity: 0; } }

.contact-form {
  padding-top: 05px;
  overflow: hidden; }
  .contact-form .frame {
    max-width: 1000px; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .contact-form .frame {
        max-width: 1100px; } }
    @media (min-width: 1100px) and (max-width: 1200px) {
      .contact-form .frame {
        max-width: 1000px; } }
    @media (min-width: 1000px) and (max-width: 1100px) {
      .contact-form .frame {
        max-width: 960px; } }
    @media (max-width: 750px) {
      .contact-form .frame {
        max-width: 90%; } }
  .contact-form .intro {
    text-align: center;
    border-bottom: 1px solid rgba(10, 61, 76, 0.3);
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 100px; }
    .contact-form .intro:after {
      border-top: 8px solid #0A3D4C;
      position: absolute;
      content: "";
      left: 50%;
      top: 100%;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%); }
    .contact-form .intro p {
      font-family: Gilroy-Light, sans-serif;
      font-size: 48px;
      color: #0A3D4C;
      letter-spacing: 0;
      line-height: 54px;
      margin: 0px;
      max-width: 775px;
      margin: 0 auto; }
      .contact-form .intro p a {
        color: #27B7DC;
        text-decoration: none; }
      @media (max-width: 750px) {
        .contact-form .intro p {
          font-size: 35px;
          line-height: 40px; } }

.contact-callout {
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 110px;
  height: 880px;
  background-size: cover;
  text-align: center; }
  .contact-callout .frame {
    max-width: 85%;
    margin: 0 auto; }
  @media (max-width: 750px) {
    .contact-callout {
      height: auto;
      padding-bottom: 50px; } }
  .contact-callout #map {
    width: 500px;
    height: 500px;
    max-width: 100%;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }
    @media (max-width: 750px) {
      .contact-callout #map {
        width: 300px;
        height: 300px;
        display: block;
        margin: 0 auto;
        max-width: 100%; } }
  .contact-callout .subtitle {
    font-family: Gilroy-ExtraBold, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 2px;
    line-height: 16px;
    text-transform: uppercase;
    position: relative; }
    .contact-callout .subtitle:after {
      width: 600px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      bottom: -8px;
      content: "";
      max-width: 90%; }
  .contact-callout .callout {
    max-width: 1050px;
    margin: 0 auto; }
    .contact-callout .callout p {
      /* Praesent ac sem eget: */
      font-family: Gilroy-Regular, sans-serif;
      font-size: 48px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 54px;
      margin: 0px;
      margin-top: 30px;
      margin-bottom: 40px; }
      @media (max-width: 750px) {
        .contact-callout .callout p {
          font-size: 24px;
          line-height: 32px; } }
  .contact-callout .row {
    max-width: 810px;
    font-size: 0px;
    margin: 0 auto; }
    .contact-callout .row .col {
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      font-family: Gilroy-Medium, sans-serif;
      font-size: 20px;
      color: #FFFFFF;
      letter-spacing: 0;
      text-align: left;
      line-height: 32px; }
      .contact-callout .row .col a {
        color: white; }
      @media (max-width: 750px) {
        .contact-callout .row .col {
          text-align: center; } }
      .contact-callout .row .col b {
        font-family: Gilroy-Bold, sans-serif; }
      .contact-callout .row .col hr {
        width: 250px;
        margin-top: 35px;
        margin-bottom: 45px;
        border: 0px;
        border-top: 1px solid rgba(255, 255, 255, 0.5); }
      .contact-callout .row .col h3 {
        /* Find us: */
        font-family: tahoma;
        font-size: 32px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 32px;
        font-weight: normal;
        margin-top: 35px;
        margin-bottom: 10px; }
      .contact-callout .row .col div {
        /* Corporate Offices 78: */
        font-family: Gilroy-Bold, sans-serif;
        font-size: 20px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 32px; }
      .contact-callout .row .col:first-of-type {
        width: 500px; }
        @media (max-width: 750px) {
          .contact-callout .row .col:first-of-type {
            width: 100%;
            display: block; } }
      .contact-callout .row .col:last-of-type {
        padding-top: 15px;
        padding-left: 50px;
        width: calc(100% - 500px);
        text-align: left; }
        @media (max-width: 750px) {
          .contact-callout .row .col:last-of-type {
            width: 100%;
            display: block;
            padding-left: 0px;
            text-align: center; } }
      .contact-callout .row .col #map .gmnoprint.gm-style-cc {
        right: 50% !important;
        bottom: 60px !important; }
      .contact-callout .row .col #map .gmnoprint {
        right: 50% !important;
        bottom: 40px !important; }
      .contact-callout .row .col #map .gm-style-cc {
        bottom: 20px !important;
        right: 50% !important; }
      .contact-callout .row .col #map .gm-style div {
        background: transparent !important; }
      .contact-callout .row .col #map .gm-style div:nth-of-type(2) {
        left: 50% !important;
        bottom: 30px !important;
        margin-top: -20px;
        top: auto !important; }

.faqs {
  margin-top: -180px;
  padding-top: 255px;
  padding-bottom: 115px; }
  .faqs h2 {
    /* FAQ Library: */
    font-family: Gilroy-Light, sans-serif;
    font-size: 56px;
    color: #0A3D4C;
    letter-spacing: 0;
    line-height: 64px;
    text-align: center;
    margin-bottom: 35px; }
  .faqs .frame {
    max-width: 1000px; }
    @media (min-width: 1000px) and (max-width: 1100px) {
      .faqs .frame {
        max-width: 960px; } }
    @media (max-width: 750px) {
      .faqs .frame {
        max-width: 90%; } }
  .faqs .faq-section {
    display: none; }
    .faqs .faq-section.active {
      display: block; }
    .faqs .faq-section .faq-item {
      cursor: pointer;
      padding: 50px 70px;
      border-bottom: 1px solid rgba(10, 61, 76, 0.3);
      position: relative; }
      @media (max-width: 750px) {
        .faqs .faq-section .faq-item {
          padding: 30px 40px 10px 00px; } }
      .faqs .faq-section .faq-item.open .faq-arrow {
        transform: translate(0%, -50%) rotate(270deg);
        -webkit-transform: translate(0%, -50%) rotate(270deg);
        -ms-transform: translate(0%, -50%) rotate(270deg); }
      .faqs .faq-section .faq-item .faq-arrow {
        right: 70px;
        position: absolute;
        top: 50%;
        transform: translate(0%, -50%) rotate(180deg);
        -webkit-transform: translate(0%, -50%) rotate(180deg);
        -ms-transform: translate(0%, -50%) rotate(180deg);
        transition: 0.5s all; }
        @media (max-width: 750px) {
          .faqs .faq-section .faq-item .faq-arrow {
            right: 10px;
            height: 40px; } }
      .faqs .faq-section .faq-item .faq-question {
        /* Where can I obtain a: */
        margin-bottom: 20px;
        font-family: Gilroy-SemiBold, sans-serif;
        font-size: 20px;
        color: #0A3D4C;
        letter-spacing: 0;
        line-height: 28px;
        max-width: 750px; }
        .faqs .faq-section .faq-item .faq-question p {
          /* Where can I obtain a: */
          font-family: Gilroy-SemiBold, sans-serif;
          font-size: 20px;
          color: #0A3D4C;
          letter-spacing: 0;
          line-height: 28px;
          margin: 0px; }
          @media (max-width: 750px) {
            .faqs .faq-section .faq-item .faq-question p {
              font-size: 16px;
              line-height: 24px; } }
      .faqs .faq-section .faq-item .faq-answer {
        max-width: 670px;
        display: none; }
        .faqs .faq-section .faq-item .faq-answer ul {
          margin-top: 10px;
          margin-bottom: 20px; }
        .faqs .faq-section .faq-item .faq-answer ul li {
          /* Nationwide Issue One: */
          font-family: Gilroy, sans-serif;
          font-size: 14px;
          color: #0A3D4C;
          letter-spacing: 0;
          line-height: 28px;
          margin-bottom: 10px;
          margin-top: 0px; }
        .faqs .faq-section .faq-item .faq-answer p {
          margin: 0px;
          font-family: Gilroy-Regular, sans-serif;
          font-size: 16px;
          color: #0A3D4C;
          letter-spacing: 0;
          line-height: 28px; }
          .faqs .faq-section .faq-item .faq-answer p a {
            color: #27B7DC;
            text-decoration: none; }

.section {
  display: none; }
  .section.active {
    display: block; }

#product-details .tabs.full #tab-hover {
  width: 100% !important;
  left: 0px !important; }

#product-details .tabs #tab-hover {
  width: 50%; }
  #product-details .tabs #tab-hover.section-2 {
    left: 50%; }

.faq-tabs, .tabs {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  position: relative;
  margin-bottom: 25px; }
  .faq-tabs #tab-hover, .tabs #tab-hover {
    width: 33.3%;
    transition: all 0.5s;
    position: absolute;
    left: 0%; }
    .faq-tabs #tab-hover.section-equipmentservicefaqs, .tabs #tab-hover.section-equipmentservicefaqs {
      left: 33.333%; }
    .faq-tabs #tab-hover.section-generalfaqs, .tabs #tab-hover.section-generalfaqs {
      left: 66.666%; }
    .faq-tabs #tab-hover:before, .tabs #tab-hover:before {
      border-top: 8px solid #27B7DC;
      content: "";
      width: 100%;
      height: 0px;
      top: 0px;
      left: 0px;
      position: absolute; }
    .faq-tabs #tab-hover:after, .tabs #tab-hover:after {
      border-top: 8px solid #27B7DC;
      position: absolute;
      content: "";
      left: 50%;
      top: 7px;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%); }
  .faq-tabs .tab, .tabs .tab {
    flex: 1;
    border-top: 1px solid rgba(10, 61, 76, 0.3);
    padding-top: 15px;
    position: relative;
    cursor: pointer;
    -ms-flex: 1 1 auto; }
    .faq-tabs .tab:after, .tabs .tab:after {
      border-top: 0px solid #27B7DC;
      position: absolute;
      content: "";
      left: 50%;
      top: 7px;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transition: 0.5s all; }
    .faq-tabs .tab:before, .tabs .tab:before {
      border-top: 0px solid #27B7DC;
      transition: 0.5s all;
      content: "";
      width: 100%;
      height: 0px;
      top: 0px;
      left: 0px;
      position: absolute; }
    .faq-tabs .tab p, .tabs .tab p {
      /* billing faqs: */
      text-align: center;
      font-family: tahoma;
      font-size: 12px;
      color: #0A3D4C;
      letter-spacing: 0;
      line-height: 14px;
      text-transform: uppercase; }

.about-intro {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden; }
  @media (max-width: 750px) {
    .about-intro {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .about-intro .frame {
    max-width: 900px; }
    @media (max-width: 750px) {
      .about-intro .frame {
        max-width: 90%; } }
  .about-intro p {
    /* Quench USA, Inc. off: */
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    color: #0A3D4C;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center; }

.aqua-blurb {
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 120px; }
  .aqua-blurb .frame {
    max-width: 1000px; }
    @media (max-width: 750px) {
      .aqua-blurb .frame {
        max-width: 90%; } }
    @media (min-width: 1000px) and (max-width: 1100px) {
      .aqua-blurb .frame {
        max-width: 960px; } }
  .aqua-blurb h2 {
    /* AquaVenture Holdings: */
    font-family: Gilroy-Light, sans-serif;
    font-size: 56px;
    color: #0A3D4C;
    letter-spacing: 0;
    line-height: 56px;
    position: relative;
    text-align: center;
    margin-bottom: 50px; }
    .aqua-blurb h2:after {
      width: 150px;
      border-top: 1px solid #27B7DC;
      content: "";
      left: 50%;
      transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      bottom: -20px;
      position: absolute; }
    @media (max-width: 750px) {
      .aqua-blurb h2 {
        font-size: 40px;
        line-height: 40px; } }
  .aqua-blurb p {
    /* AquaVenture Holdings: */
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    text-align: center;
    color: #0A3D4C;
    letter-spacing: 0;
    line-height: 32px; }
  .aqua-blurb .btn {
    width: 220px;
    height: 45px;
    /* WORK AT QUENCH: */
    font-family: tahoma;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin: 0 auto;
    background: #27B7DC;
    display: block;
    margin-top: 30px; }
    .aqua-blurb .btn:hover {
      background: #158FAE; }

.team {
  overflow: hidden; }
  .team .bio-modal {
    transition: opacity 0.25s;
    opacity: 0;
    z-index: -1;
    position: fixed;
    position: fixed;
    max-width: 850px;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-height: 90%;
    overflow: auto; }
    @media (max-width: 750px) {
      .team .bio-modal {
        height: 90%;
        width: 90%;
        overflow: auto; } }
    .team .bio-modal img {
      width: 100%;
      height: auto; }
    @media (min-width: 1100px) and (max-width: 1200px) {
      .team .bio-modal {
        max-width: 700px; } }
    @media (min-width: 1000px) and (max-width: 1100px) {
      .team .bio-modal {
        max-width: 600px; } }
    .team .bio-modal .close {
      width: 70px;
      height: 70px;
      position: absolute;
      top: 0px;
      right: 0px;
      background: #A7496B;
      z-index: 100;
      background-image: url("assets/imgs/close.svg");
      background-position: center;
      background-repeat: no-repeat;
      cursor: pointer; }
      @media (max-width: 750px) {
        .team .bio-modal .close {
          width: 35px;
          height: 35px;
          background-size: 12px; } }
    .team .bio-modal .bio-img {
      position: relative; }
      .team .bio-modal .bio-img:before {
        border-left: 850px solid #27B7DC;
        border-top: 170px solid transparent;
        position: absolute;
        bottom: 0px;
        left: 0px;
        content: "";
        display: block; }
        @media (max-width: 750px) {
          .team .bio-modal .bio-img:before {
            border-left: 90vw solid #27B7DC;
            border-top: 60px solid transparent; } }
      .team .bio-modal .bio-img svg {
        width: 80px;
        height: 80px;
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        z-index: 45;
        bottom: 45px; }
        @media (min-width: 1200px) and (max-width: 1400px) {
          .team .bio-modal .bio-img svg {
            width: 60px;
            height: 60px;
            z-index: 45; } }
        @media (min-width: 1000px) and (max-width: 1100px) {
          .team .bio-modal .bio-img svg {
            width: 60px;
            height: 60px;
            z-index: 45; } }
        @media (min-width: 1100px) and (max-width: 1200px) {
          .team .bio-modal .bio-img svg {
            width: 60px;
            height: 60px;
            z-index: 45; } }
        .team .bio-modal .bio-img svg path {
          fill: white; }
        @media (max-width: 750px) {
          .team .bio-modal .bio-img svg {
            width: 50px;
            height: 50px;
            position: absolute;
            bottom: 45px;
            left: 50%;
            transform: translate(-50%, 0%);
            -webkit-transform: translate(-50%, 0%);
            -ms-transform: translate(-50%, 0%);
            top: calc( 100% - 55px);
            z-index: 40; } }
    .team .bio-modal .bio-content {
      padding-bottom: 40px;
      position: relative;
      background: #27B7DC;
      width: 100%;
      box-sizing: border-box;
      padding-left: 75px;
      padding-right: 75px;
      text-align: center; }
      .team .bio-modal .bio-content.no-img {
        padding-top: 60px; }
      @media (min-width: 1100px) and (max-width: 1200px) {
        .team .bio-modal .bio-content {
          padding: 40px; } }
      @media (min-width: 1000px) and (max-width: 1100px) {
        .team .bio-modal .bio-content {
          padding: 40px; } }
      @media (min-width: 1200px) and (max-width: 1400px) {
        .team .bio-modal .bio-content {
          padding-top: 40px; } }
      @media (max-width: 750px) {
        .team .bio-modal .bio-content {
          padding-bottom: 20px;
          position: relative;
          margin-top: 0px;
          background: #27B7DC;
          width: 100%;
          box-sizing: border-box;
          padding-left: 35px;
          padding-right: 35px;
          text-align: center;
          padding-top: 20px; } }
      .team .bio-modal .bio-content hr {
        width: 100px;
        border: 0px;
        border-top: 1px solid white;
        margin: 0 auto;
        display: block; }
      .team .bio-modal .bio-content img {
        position: absolute; }
      .team .bio-modal .bio-content .bio_name {
        /* Barry Bleahen Vice P: */
        font-family: tahoma;
        font-size: 40px;
        color: #FFFFFF;
        letter-spacing: 1px;
        line-height: 32px; }
      .team .bio-modal .bio-content .bio_title {
        font-family: Gilroy, sans-serif;
        font-size: 20px;
        line-height: 32px;
        color: white;
        position: relative;
        margin-bottom: 20px; }
      .team .bio-modal .bio-content p {
        /* A seasoned professio: */
        font-family: Gilroy, sans-serif;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 32px;
        color: white;
        margin-top: 20px; }
  .team .bio-modal-overlay {
    display: none;
    z-index: 300;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85); }
  .team .frame {
    max-width: 1140px; }
    @media (min-width: 1000px) and (max-width: 1100px) {
      .team .frame {
        max-width: 960px; } }
    @media (min-width: 1100px) and (max-width: 1200px) {
      .team .frame {
        max-width: 1000px; } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .team .frame {
        max-width: 1100px; } }
    .team .frame .team-teasers {
      font-size: 0px; }
      .team .frame .team-teasers .team-item {
        cursor: pointer;
        width: 33.3333%;
        text-align: center;
        padding-left: 40px;
        padding-right: 40px;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box; }
        @media (min-width: 1000px) and (max-width: 1100px) {
          .team .frame .team-teasers .team-item {
            padding-left: 20px;
            padding-right: 20px; } }
        .team .frame .team-teasers .team-item img {
          border-radius: 50%;
          max-width: 100%;
          height: auto; }
          @media (max-width: 750px) {
            .team .frame .team-teasers .team-item img {
              max-width: 100%;
              height: auto; } }
        @media (max-width: 750px) {
          .team .frame .team-teasers .team-item {
            width: 100%;
            margin-bottom: 80px; } }
        .team .frame .team-teasers .team-item:nth-of-type(3n+2) {
          margin-top: 0px; }
          @media (max-width: 750px) {
            .team .frame .team-teasers .team-item:nth-of-type(3n+2) {
              margin-top: 0px; } }
        .team .frame .team-teasers .team-item .bio_title {
          font-family: Gilroy-Light, sans-serif;
          font-size: 20px;
          color: #0A3D4C;
          letter-spacing: 1px;
          margin-top: 0px;
          line-height: 30px; }
        .team .frame .team-teasers .team-item .bio_name {
          /* Tony Ibarguen Job Po: */
          font-family: tahoma;
          font-size: 22px;
          color: #27B7DC;
          letter-spacing: 1px;
          margin-top: 30px;
          line-height: 30px; }
          .team .frame .team-teasers .team-item .bio_name p {
            /* Tony Ibarguen Job Po: */
            font-family: tahoma;
            font-size: 22px;
            color: #27B7DC;
            letter-spacing: 1px;
            line-height: 30px; }

#product-details {
  margin-top: 180px;
  padding-top: 100px;
  padding-bottom: 130px;
  background-image: url("assets/imgs/mark.jpg");
  background-repeat: no-repeat;
  background-position: right 180px;
  position: relative;
  z-index: 10;
  transition: all 0.5s; }
  @media (max-width: 750px) {
    #product-details {
      margin-top: 80px;
      padding-top: 100px; } }
  #product-details .frame {
    max-width: 1160px;
    transition: all 0.5s; }
    @media (min-width: 1100px) and (max-width: 1200px) {
      #product-details .frame {
        max-width: 1000px; } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      #product-details .frame {
        max-width: 1100px; } }
    @media (min-width: 1000px) and (max-width: 1100px) {
      #product-details .frame {
        max-width: 960px; } }
    @media (max-width: 750px) {
      #product-details .frame {
        max-width: 90%; } }
    #product-details .frame .row {
      font-size: 0px;
      transition: all 0.5s; }
      #product-details .frame .row .col {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        transition: all 0.5s; }
        #product-details .frame .row .col .links {
          margin-top: 60px; }
          #product-details .frame .row .col .links a {
            cursor: pointer;
            border-left: 1px solid rgba(10, 61, 76, 0.3);
            text-align: center;
            display: inline-block;
            /* Download Brochure: */
            vertical-align: middle;
            font-family: Gilroy-Medium, sans-serif;
            font-size: 12px;
            color: #27B7DC;
            letter-spacing: 0;
            line-height: 14px;
            text-decoration: none;
            width: 150px;
            box-sizing: border-box;
            padding: 0px 42px;
            position: relative; }
            #product-details .frame .row .col .links a img {
              display: block;
              margin: 0 auto;
              margin-bottom: 10px; }
            @media (max-width: 750px) {
              #product-details .frame .row .col .links a {
                width: 50%; } }
            #product-details .frame .row .col .links a:after {
              position: absolute;
              width: 11px;
              height: 6px;
              background-image: url(assets/imgs/down-arrow.svg);
              content: " ";
              display: block;
              left: calc(50%);
              bottom: -10px;
              transform: translate(-50%, 0%);
              -webkit-transform: translate(-50%, 0%);
              -ms-transform: translate(-50%, 0%); }
            #product-details .frame .row .col .links a.btn {
              padding: 0px;
              padding-top: 18px;
              /* Rectangle 4: */
              background: #27B7DC;
              /* Fill 1: */
              /* get a quote: */
              font-family: tahoma;
              font-size: 14px;
              color: #FFFFFF;
              letter-spacing: 1px;
              line-height: 14px; }
              #product-details .frame .row .col .links a.btn:hover {
                background: #158FAE; }
              @media (max-width: 750px) {
                #product-details .frame .row .col .links a.btn {
                  margin-top: 20px;
                  margin: 0 auto;
                  margin-top: 40px;
                  display: block; } }
              #product-details .frame .row .col .links a.btn img {
                display: inline-block;
                margin: 0px; }
              #product-details .frame .row .col .links a.btn:after {
                content: none; }
        #product-details .frame .row .col .main-img {
          width: calc(100% - 120px);
          display: inline-block;
          vertical-align: top;
          box-sizing: border-box;
          padding-left: 80px;
          padding-right: 60px; }
          #product-details .frame .row .col .main-img img {
            max-width: 100%;
            height: auto; }
          @media (max-width: 750px) {
            #product-details .frame .row .col .main-img {
              padding-left: 20px;
              padding-right: 20px;
              width: calc(100% - 90px); }
              #product-details .frame .row .col .main-img img {
                max-width: 100%;
                height: auto; } }
        #product-details .frame .row .col .thumb-col {
          width: 120px;
          display: inline-block;
          vertical-align: top;
          box-sizing: border-box; }
          @media (max-width: 750px) {
            #product-details .frame .row .col .thumb-col {
              width: 90px; }
              #product-details .frame .row .col .thumb-col img {
                max-width: 100%; } }
          #product-details .frame .row .col .thumb-col .thumb-item {
            /* Mask: */
            display: block;
            border: 1px solid rgba(10, 61, 76, 0.5);
            border-radius: 50%;
            width: 120px;
            height: 120px;
            margin-bottom: 25px;
            background-size: 80%, cover;
            background-repeat: no-repeat;
            background-position: center top; }
            @media (max-width: 750px) {
              #product-details .frame .row .col .thumb-col .thumb-item {
                width: 90px;
                height: 90px; } }
        #product-details .frame .row .col:first-of-type {
          padding-top: 60px;
          width: 512px;
          border-right: 1px solid rgba(10, 61, 76, 0.3); }
          @media (min-width: 1000px) and (max-width: 1100px) {
            #product-details .frame .row .col:first-of-type {
              width: 50%; } }
          @media (max-width: 750px) {
            #product-details .frame .row .col:first-of-type {
              border: 0px;
              width: 100%;
              display: block; } }
        #product-details .frame .row .col:last-of-type {
          width: calc(100% - 512px);
          padding-left: 85px;
          padding-top: 30px; }
          @media (max-width: 750px) {
            #product-details .frame .row .col:last-of-type {
              border: 0px;
              width: 100%;
              display: block;
              padding-left: 0px; } }
        #product-details .frame .row .col h1 {
          /* QUENCH 750: */
          font-family: Gilroy, sans-serif;
          font-size: 48px;
          color: #27B7DC;
          letter-spacing: 0;
          line-height: 72px;
          text-transform: uppercase;
          margin: 0px; }
          @media (max-width: 750px) {
            #product-details .frame .row .col h1 {
              position: absolute;
              top: 0px;
              text-align: center;
              width: 100%;
              left: 0px;
              top: 40px; } }
        #product-details .frame .row .col .short-desc {
          /* Free-standing Filter: */
          font-family: Gilroy-Medium, sans-serif;
          font-size: 18px;
          color: #0A3D4C;
          letter-spacing: 0;
          line-height: 16px;
          margin-bottom: 40px; }
        #product-details .frame .row .col .desc {
          margin-bottom: 40px; }
          #product-details .frame .row .col .desc p {
            /* The Quench 750 saves: */
            font-family: Gilroy-Regular, sans-serif;
            font-size: 16px;
            color: #0A3D4C;
            letter-spacing: 0;
            line-height: 28px; }
        #product-details .frame .row .col .section ul {
          padding-left: 20px; }
        #product-details .frame .row .col .section p {
          color: #0A3D4C;
          font-size: 16px;
          line-height: 18px; }
        #product-details .frame .row .col .section li {
          /* • Bottleless design: */
          font-family: Gilroy, sans-serif;
          font-size: 16px;
          color: #0A3D4C;
          letter-spacing: 0;
          line-height: 28px; }
        #product-details .frame .row .col .section td.column-1 {
          /* Dimensions Weight Co: */
          font-family: Gilroy-SemiBold, sans-serif;
          font-size: 16px;
          color: #0A3D4C;
          letter-spacing: 0;
          line-height: 40px; }
        #product-details .frame .row .col .section td {
          /* 40.5"H x 13.5"W x 14: */
          border: 0px;
          font-family: Gilroy, sans-serif;
          font-size: 16px;
          color: #0A3D4C;
          letter-spacing: 0;
          line-height: 40px; }

.post-content {
  position: relative;
  z-index: 150;
  padding-bottom: 100px; }
  .post-content iframe {
    max-width: 100%; }
  .post-content div[itemprop="video"] {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center; }
  .post-content.no-img {
    padding-top: 80px; }
  .post-content .frame {
    max-width: 1000px; }
    @media (min-width: 1000px) and (max-width: 1100px) {
      .post-content .frame {
        max-width: 960px; } }
    @media (max-width: 750px) {
      .post-content .frame {
        max-width: 90%; } }
    .post-content .frame .featured_image {
      margin: 0 auto;
      margin-top: -130px;
      margin-bottom: 75px; }
      .post-content .frame .featured_image img {
        margin: 0 auto;
        display: block;
        width: auto;
        max-width: 100%; }
      @media (max-width: 750px) {
        .post-content .frame .featured_image {
          margin-top: -60px; }
          .post-content .frame .featured_image img {
            width: auto;
            max-width: 100%;
            height: auto; } }
    .post-content .frame hr {
      border-top: 1px solid rgba(10, 61, 76, 0.3);
      border-color: rgba(10, 61, 76, 0.3); }
    .post-content .frame .intro {
      /* What do you think is: */
      font-family: "mrs-eaves-xl-serif", serif;
      font-style: italic;
      font-weight: 400;
      font-size: 32px;
      color: #0A3D4C;
      letter-spacing: 0;
      line-height: 48px;
      margin-bottom: 50px; }
      .post-content .frame .intro p {
        text-align: center;
        /* What do you think is: */
        font-family: "mrs-eaves-xl-serif", serif;
        font-style: italic;
        font-weight: 400;
        font-size: 32px;
        color: #0A3D4C;
        letter-spacing: 0;
        line-height: 48px; }
    .post-content .frame p {
      /* Nationwide Issue One: */
      font-family: Gilroy, sans-serif;
      font-size: 14px;
      color: #0A3D4C;
      letter-spacing: 0;
      line-height: 28px;
      margin-bottom: 20px;
      margin-top: 0px;
      display: block; }
    .post-content .frame ul li {
      /* Nationwide Issue One: */
      font-family: Gilroy, sans-serif;
      font-size: 14px;
      color: #0A3D4C;
      letter-spacing: 0;
      line-height: 28px;
      margin-bottom: 20px;
      margin-top: 0px; }
    .post-content .frame h4 {
      /* Nationwide Issue One: */
      display: block;
      font-family: tahoma;
      font-size: 14px;
      color: #0A3D4C;
      letter-spacing: 0;
      line-height: 28px;
      margin-bottom: 5px;
      font-weight: normal;
      margin-top: 40px; }

.alm-reveal {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1200px;
  -ms-flex-pack: start; }
  @media (max-width: 750px) {
    .alm-reveal {
      display: block;
      flex-wrap: wrap;
      justify-content: center;
      max-width: 1200px;
      flex-direction: column;
      max-width: 90%;
      margin: 0 auto; } }
  .alm-reveal .teaser-item.news .teaser-item-inner:before {
    border-color: #A7496B; }
  .alm-reveal .teaser-item.news .teaser-item-inner svg #Combined-Shape use {
    fill: #A7496B; }
  .alm-reveal .teaser-item.news .teaser-item-inner svg #mark path {
    fill: white; }
  .alm-reveal .teaser-item.other .teaser-item-inner:before {
    border-color: #4EBEA8; }
  .alm-reveal .teaser-item.other .teaser-item-inner svg #Combined-Shape use {
    fill: #4EBEA8; }
  .alm-reveal .teaser-item.other .teaser-item-inner svg #mark path {
    fill: white; }

.additional-teasers {
  position: relative;
  padding-bottom: 140px; }
  .additional-teasers.recent-news {
    padding-top: 90px;
    padding-bottom: 60px; }
    .additional-teasers.recent-news .teasers .teaser-item {
      margin-bottom: 0px; }
    .additional-teasers.recent-news .frame {
      max-width: 1160px; }
      @media (min-width: 1200px) and (max-width: 1400px) {
        .additional-teasers.recent-news .frame {
          max-width: 1100px; } }
      @media (min-width: 1100px) and (max-width: 1200px) {
        .additional-teasers.recent-news .frame {
          max-width: 1000px; } }
      @media (min-width: 1000px) and (max-width: 1100px) {
        .additional-teasers.recent-news .frame {
          max-width: 960px; } }
      @media (max-width: 750px) {
        .additional-teasers.recent-news .frame {
          max-width: 90%; } }
    @media (max-width: 750px) {
      .additional-teasers.recent-news h2 {
        position: relative; }
      .additional-teasers.recent-news .teasers .teaser-item {
        margin-bottom: 75px; }
        .additional-teasers.recent-news .teasers .teaser-item:last-of-type {
          margin-bottom: 0px; } }
  .additional-teasers .frame {
    padding-bottom: 70px;
    border-top: 1px solid rgba(10, 61, 76, 0.3);
    border-bottom: 1px solid rgba(10, 61, 76, 0.3);
    max-width: 1200px;
    position: relative; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .additional-teasers .frame {
        max-width: 1100px; } }
    @media (min-width: 1100px) and (max-width: 1200px) {
      .additional-teasers .frame {
        max-width: 1000px; } }
    @media (min-width: 1000px) and (max-width: 1100px) {
      .additional-teasers .frame {
        max-width: 960px; } }
    @media (max-width: 750px) {
      .additional-teasers .frame {
        max-width: 90%; } }
    .additional-teasers .frame .back-btn {
      /* Back to all Resource: */
      font-family: Gilroy, sans-serif;
      font-size: 16px;
      color: #27B7DC;
      letter-spacing: 0;
      line-height: 16px;
      position: absolute;
      right: 0px;
      top: calc(100% + 15px);
      text-decoration: none; }
      .additional-teasers .frame .back-btn svg {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg); }
        .additional-teasers .frame .back-btn svg path {
          fill: #27B7DC; }
  .additional-teasers h2 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: -18px;
    margin: 0 auto;
    left: 50%;
    /* width: 440px; */
    padding-left: 50px;
    background: white;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    padding-right: 50px; }
    .additional-teasers h2 span {
      font-family: "mrs-eaves-xl-serif", serif;
      font-style: italic;
      font-weight: 400;
      font-size: 32px; }
    @media (max-width: 750px) {
      .additional-teasers h2 {
        position: relative; } }
  .additional-teasers .teasers {
    margin-top: 85px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 750px) {
      .additional-teasers .teasers {
        margin-top: 0px;
        flex-direction: column; } }
    .additional-teasers .teasers.alm-listing {
      display: block; }
    .additional-teasers .teasers .teaser-item {
      flex-basis: 33.3333%;
      width: 33.3333%;
      margin-bottom: 90px; }
      @media (min-width: 1100px) and (max-width: 1200px) {
        .additional-teasers .teasers .teaser-item {
          flex-basis: 33.333%;
          width: 33.3333%;
          box-sizing: border-box;
          padding-left: 10px;
          padding-right: 10px; } }
      @media (min-width: 1000px) and (max-width: 1100px) {
        .additional-teasers .teasers .teaser-item {
          flex-basis: 33.333%;
          box-sizing: border-box;
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 750px) {
        .additional-teasers .teasers .teaser-item {
          flex-basis: 100%;
          width: 100%; } }
      .additional-teasers .teasers .teaser-item:nth-of-type(3n + 2) .teaser-item-inner {
        margin: 0 auto; }
      .additional-teasers .teasers .teaser-item:nth-of-type(3n + 3) .teaser-item-inner {
        float: right; }
      @media (max-width: 750px) {
        .additional-teasers .teasers .teaser-item .teaser-item-inner {
          margin: 0 auto; }
        .additional-teasers .teasers .teaser-item:nth-of-type(3) .teaser-item-inner {
          float: none; }
        .additional-teasers .teasers .teaser-item:nth-of-type(3n + 3) .teaser-item-inner {
          float: none; } }
    .additional-teasers .teasers .teaser-item-inner {
      position: relative;
      font-size: 0px;
      line-height: 0px;
      width: 360px; }
      @media (max-width: 750px) {
        .additional-teasers .teasers .teaser-item-inner {
          max-width: 90%; } }
      .additional-teasers .teasers .teaser-item-inner .date {
        text-transform: uppercase;
        /* August 11. 2017: */
        font-family: Gilroy-Bold, sans-serif;
        font-size: 12px;
        color: #27B7DC;
        letter-spacing: 0.86px;
        line-height: 14px;
        text-align: left;
        margin-bottom: 15px; }
      .additional-teasers .teasers .teaser-item-inner .btn {
        /* READ MORE: */
        font-family: tahoma;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 2px;
        position: relative;
        width: 160px;
        height: 50px;
        padding-top: 20px;
        margin-top: 10px;
        background: #27B7DC; }
        .additional-teasers .teasers .teaser-item-inner .btn:hover {
          background: #158FAE; }
      .additional-teasers .teasers .teaser-item-inner img {
        max-width: 100%;
        height: auto; }
      .additional-teasers .teasers .teaser-item-inner .title {
        /* Vestibulum purus qua: */
        font-family: tahoma;
        font-size: 24px;
        color: #0A3D4C;
        letter-spacing: 0;
        line-height: 26px;
        text-align: left; }
      .additional-teasers .teasers .teaser-item-inner .teaser-text p {
        /* Duis leo. Quisque id: */
        font-family: Gilroy, sans-serif;
        font-size: 16px;
        color: #0A3D4C;
        letter-spacing: 0;
        line-height: 28px;
        text-align: left; }
      .additional-teasers .teasers .teaser-item-inner .tab {
        position: absolute;
        top: 6px;
        left: 50px;
        width: 100px; }
      .additional-teasers .teasers .teaser-item-inner:before {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 0px;
        border-bottom: 10px solid #27B7DC;
        position: absolute;
        content: ""; }
      .additional-teasers .teasers .teaser-item-inner hr {
        border: 0px;
        border-top: 1px solid #27B7DC;
        border-color: #27B7DC;
        margin-top: 15px;
        margin-bottom: 15px; }
      @media (min-width: 1100px) and (max-width: 1200px) {
        .additional-teasers .teasers .teaser-item-inner {
          width: 100%; } }
      @media (min-width: 1000px) and (max-width: 1100px) {
        .additional-teasers .teasers .teaser-item-inner {
          width: 100%; } }
      .additional-teasers .teasers .teaser-item-inner .text {
        text-align: center;
        padding-top: 40px;
        border-top: 0px; }

.alm-reveal {
  width: 100%; }

#archive {
  padding-top: 80px;
  padding-bottom: 130px; }
  #archive .additional-teasers {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid rgba(10, 61, 76, 0.3); }
  #archive .alm-btn-wrap {
    position: absolute;
    right: 0;
    top: calc( 100% + 15px); }
    @media (max-width: 750px) {
      #archive .alm-btn-wrap {
        right: 40px; } }
    #archive .alm-btn-wrap .alm-load-more-btn {
      border: 0px;
      outline: none;
      /* load more: */
      font-family: tahoma;
      font-size: 14px;
      color: #0A3D4C;
      letter-spacing: 0;
      line-height: 14px;
      background: white;
      background-image: url("assets/imgs/down-arrow.svg");
      background-size: contain;
      background-position: right center;
      padding-right: 25px;
      background-size: 16px 8px;
      background-repeat: no-repeat;
      cursor: pointer; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    #archive .frame {
      width: 92%;
      max-width: 1200px; } }
  @media (min-width: 1100px) and (max-width: 1200px) {
    #archive .frame {
      max-width: 1020px; } }
  @media (min-width: 1000px) and (max-width: 1100px) {
    #archive .frame {
      max-width: 980px; } }
  #archive .frame .blog-filters .select-box .option .cat-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #27B7DC; }
  #archive .frame .blog-filters .select-box .option.news .cat-circle {
    background: #A7496B; }
  #archive .frame .blog-filters .select-box .option.other .cat-circle {
    background: #4EBEA8; }

.disclaimer {
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 20px; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .disclaimer {
      max-width: 1100px; } }
  @media (min-width: 1100px) and (max-width: 1200px) {
    .disclaimer {
      max-width: 1000px; } }
  @media (min-width: 1000px) and (max-width: 1100px) {
    .disclaimer {
      max-width: 960px; } }
  @media (max-width: 750px) {
    .disclaimer {
      max-width: 90%; } }
  .disclaimer p {
    max-width: 1000px;
    margin: 0px; }
  .disclaimer p {
    /* DISCLAIMER Maecenas: */
    font-family: "mrs-eaves-xl-serif", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    color: #0A3D4C;
    letter-spacing: 0;
    line-height: 20px; }
    .disclaimer p strong {
      font-family: tahoma;
      font-weight: normal;
      font-style: normal; }

.press-release-section {
  margin-top: 100px;
  position: relative; }
  @media (max-width: 750px) {
    .press-release-section {
      margin-top: 20px; } }
  .press-release-section h2 {
    /* PRESS RELEASES: */
    font-family: tahoma;
    font-size: 24px;
    color: #0A3D4C;
    letter-spacing: 0;
    line-height: 40px;
    vertical-align: middle;
    display: inline-block;
    position: relative; }
    @media (max-width: 750px) {
      .press-release-section h2 {
        text-align: center; } }
    .press-release-section h2:after {
      width: 500px;
      position: relative;
      display: inline-block;
      border-top: 1px solid rgba(10, 61, 76, 0.3);
      content: "";
      vertical-align: middle;
      margin-left: 0px; }
      @media (min-width: 1100px) and (max-width: 1200px) {
        .press-release-section h2:after {
          width: 400px; } }
      @media (min-width: 1000px) and (max-width: 1100px) {
        .press-release-section h2:after {
          width: 300px; } }
      @media (max-width: 750px) {
        .press-release-section h2:after {
          width: 200px; } }
    .press-release-section h2:before {
      position: absolute;
      display: inline-block;
      content: "";
      background-image: url("assets/imgs/quench-mark-green.svg");
      width: 25px;
      height: 25px;
      left: calc(100% + 2px);
      top: 45%;
      transform: translate(0%, -50%);
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%); }
      @media (max-width: 750px) {
        .press-release-section h2:before {
          position: absolute;
          display: inline-block;
          content: "";
          background-image: url(assets/imgs/quench-mark-green.svg);
          width: 25px;
          height: 25px;
          left: calc(271px);
          top: 70%;
          transform: translate(0%, -50%);
          -webkit-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%); } }
  .press-release-section .year-filters {
    top: 0px;
    right: 0px;
    position: absolute; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .press-release-section .year-filters {
        right: 0px; } }
    @media (min-width: 1100px) and (max-width: 1200px) {
      .press-release-section .year-filters {
        right: 0px; } }
    @media (min-width: 1000px) and (max-width: 1100px) {
      .press-release-section .year-filters {
        right: 0px; } }
    @media (max-width: 750px) {
      .press-release-section .year-filters {
        margin-top: 40px;
        position: relative;
        right: auto;
        top: auto; } }
  .press-release-section .frame {
    max-width: 1160px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(10, 61, 76, 0.3);
    position: relative; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .press-release-section .frame {
        max-width: 1100px; } }
    @media (min-width: 1100px) and (max-width: 1200px) {
      .press-release-section .frame {
        max-width: 1000px; } }
    @media (min-width: 1000px) and (max-width: 1100px) {
      .press-release-section .frame {
        max-width: 960px; } }
    @media (max-width: 750px) {
      .press-release-section .frame {
        max-width: 90%; } }
    .press-release-section .frame .press-teasers {
      margin-top: 60px; }
      .press-release-section .frame .press-teasers .press-item {
        margin-bottom: 40px;
        width: 980px;
        position: relative;
        display: none; }
        .press-release-section .frame .press-teasers .press-item.active {
          display: block; }
        @media (min-width: 1100px) and (max-width: 1200px) {
          .press-release-section .frame .press-teasers .press-item {
            width: calc(100% - 92px); } }
        @media (min-width: 1000px) and (max-width: 1100px) {
          .press-release-section .frame .press-teasers .press-item {
            width: calc(100% - 92px); } }
        @media (max-width: 750px) {
          .press-release-section .frame .press-teasers .press-item {
            max-width: 100%; } }
        .press-release-section .frame .press-teasers .press-item img {
          display: inline-block;
          vertical-align: top;
          width: 160px;
          box-sizing: border-box;
          height: 160px; }
          @media (max-width: 750px) {
            .press-release-section .frame .press-teasers .press-item img {
              display: block;
              margin: 0 auto; } }
        .press-release-section .frame .press-teasers .press-item svg {
          position: absolute;
          left: calc(70px + 100%);
          top: 50%;
          transform: translate(0%, -50%) rotate(180deg);
          -webkit-transform: translate(0%, -50%) rotate(180deg);
          -ms-transform: translate(0%, -50%) rotate(180deg); }
          @media (min-width: 1000px) and (max-width: 1100px) {
            .press-release-section .frame .press-teasers .press-item svg {
              left: calc(40px + 100%); } }
        .press-release-section .frame .press-teasers .press-item:last-of-type .press-item-inner {
          border-bottom: 0px; }
        .press-release-section .frame .press-teasers .press-item .press-item-inner {
          display: inline-block;
          vertical-align: top;
          width: calc(100% - 210px);
          box-sizing: border-box;
          margin-left: 50px;
          min-height: 160px;
          border-bottom: 1px solid #27B7DC; }
          @media (max-width: 750px) {
            .press-release-section .frame .press-teasers .press-item .press-item-inner {
              padding: 0px;
              display: block;
              max-width: 100%;
              margin: 0 auto;
              width: 100%;
              margin-top: 20px; } }
          .press-release-section .frame .press-teasers .press-item .press-item-inner .date {
            /* August 11. 2017: */
            font-family: Gilroy-Bold, sans-serif;
            font-size: 12px;
            color: #27B7DC;
            letter-spacing: 0.86px;
            line-height: 14px;
            text-transform: uppercase;
            margin-bottom: 10px; }
            @media (max-width: 750px) {
              .press-release-section .frame .press-teasers .press-item .press-item-inner .date {
                text-align: center; } }
          .press-release-section .frame .press-teasers .press-item .press-item-inner a {
            text-decoration: none; }
          .press-release-section .frame .press-teasers .press-item .press-item-inner .title {
            /* Vestibulum purus qua: */
            font-family: tahoma;
            font-size: 18px;
            color: #0A3D4C;
            letter-spacing: 0;
            line-height: 26px;
            text-decoration: none; }
            @media (max-width: 750px) {
              .press-release-section .frame .press-teasers .press-item .press-item-inner .title {
                text-align: center; } }
          .press-release-section .frame .press-teasers .press-item .press-item-inner .teaser-text {
            font-family: Gilroy, sans-serif;
            font-size: 16px;
            color: #0A3D4C;
            letter-spacing: 0;
            line-height: 28px;
            padding-bottom: 10px; }
            .press-release-section .frame .press-teasers .press-item .press-item-inner .teaser-text p {
              font-family: Gilroy, sans-serif;
              font-size: 16px;
              color: #0A3D4C;
              letter-spacing: 0;
              line-height: 28px; }
              @media (max-width: 750px) {
                .press-release-section .frame .press-teasers .press-item .press-item-inner .teaser-text p {
                  text-align: center; } }

@media (max-width: 750px) {
  .android-version-old .product-item .product-details {
    display: block;
    margin-top: 10px; }
    .android-version-old .product-item .product-details .price,
    .android-version-old .product-item .product-details .capacity,
    .android-version-old .product-item .product-details .temps,
    .android-version-old .product-item .product-details .ice_storage,
    .android-version-old .product-item .product-details .brewer_type {
      display: inline-block;
      vertical-align: middle; }
    .android-version-old .product-item .product-details .price {
      display: inline-block;
      box-sizing: border-box;
      padding-top: 16px; }
  .android-version-old .contact-form li.gfield .gfield_radio {
    display: block; }
    .android-version-old .contact-form li.gfield .gfield_radio li {
      display: block; }
      .android-version-old .contact-form li.gfield .gfield_radio li input {
        display: inline-block;
        vertical-align: middle; }
      .android-version-old .contact-form li.gfield .gfield_radio li label {
        vertical-align: middle;
        display: inline-block; }
  .android-version-old .filtration-icons .icon-col .blue-container,
  .android-version-old .jump-icons .icon-col .blue-container {
    display: block;
    position: relative; }
    .android-version-old .filtration-icons .icon-col .blue-container svg,
    .android-version-old .jump-icons .icon-col .blue-container svg {
      top: 50%;
      left: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%); }
  .android-version-old .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item {
    display: block;
    padding-bottom: 30px; }
    .android-version-old .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item h4.mega-block-title {
      position: absolute;
      bottom: 0px;
      top: auto; }
  .android-version-old .mobile-util .mobile-utils {
    display: block;
    font-size: 0px; }
    .android-version-old .mobile-util .mobile-utils a {
      width: 27.5%;
      display: inline-block; }
    .android-version-old .mobile-util .mobile-utils .quote-btn {
      font-size: 14px;
      width: 45%;
      display: inline-block; }
  .android-version-old .banner#half-hero.why-quench .container {
    top: 50%; }
  .mobile-util {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 125px;
    /* Rectangle 2: */
    background-image: radial-gradient(63% 88%, #27B7DC 66%, #1180B7 100%);
    background-image: -webkit-radial-gradient(63% 88%, #27B7DC 66%, #1180B7 100%);
    width: 100%;
    box-sizing: border-box;
    padding-top: 27px; }
    .mobile-util .mobile-utils {
      /* Sales: */
      display: flex;
      display: -webkit-flex;
      font-family: Gilroy-Medium, sans-serif;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 14px;
      margin-top: 20px;
      justify-content: space-between; }
      .mobile-util .mobile-utils a img {
        vertical-align: middle;
        margin-right: 5px; }
      .mobile-util .mobile-utils .quote-btn svg {
        width: 16px;
        height: 20px;
        vertical-align: middle;
        margin-right: 5px; }
        .mobile-util .mobile-utils .quote-btn svg path {
          stroke: white; }
      .mobile-util .mobile-utils a {
        /* Sales: */
        font-family: Gilroy-Medium, sans-serif;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 14px;
        text-decoration: none; }
    .mobile-util .frame {
      max-width: 290px;
      margin: 0 auto; }
    .mobile-util form {
      text-align: left; }
    .mobile-util input[type="search"] {
      width: 200px;
      height: 23px;
      background: #FFFFFF;
      border-radius: 15px;
      box-sizing: border-box;
      -webkit-appearance: none;
      border: 0px;
      outline: none;
      background-image: url("assets/imgs/search-mobile.svg");
      background-repeat: no-repeat;
      background-position: 10px;
      padding-left: 35px; }
    .mobile-util button[type="submit"] {
      display: none; }
  .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap {
    width: 100%; }
  body {
    line-height: 0px;
    font-size: 0px; }
  .mobile-header {
    display: block; }
    .mobile-header .mobile-logo {
      float: left;
      margin-left: 20px;
      margin-top: 20px; }
    .mobile-header a {
      float: right;
      /* margin-right: 20px; */
      /* margin-top: 30px; */
      position: fixed;
      right: 20px;
      top: 30px;
      z-index: 1500; }
      .mobile-header a.logo {
        float: left;
        margin-left: 20px;
        position: relative;
        top: auto;
        z-index: 0; }
  header {
    padding: 0px;
    padding-bottom: 20px;
    height: 75px; }
  header #header-logo {
    display: inline-block; }
  #menu-toggle svg rect {
    transition: all 0.5s; }
  .nav {
    position: fixed;
    left: 100%;
    width: 100%;
    top: 0px;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.9);
    height: 100%;
    overflow: auto; }
    .nav .nav-container {
      padding-top: 150px;
      display: flex;
      display: -webkit-flex;
      flex-direction: column-reverse;
      text-align: center; }
    .nav .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link {
      width: auto;
      display: inline-block;
      /* Home Our Products Pr: */
      font-family: Gilroy-Regular, sans-serif;
      font-size: 18px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 40px;
      text-transform: capitalize;
      text-align: left; }
    .nav .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item {
      text-align: left;
      padding: 0px 30px; }
    .nav .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-item-has-children .mega-menu-link:after {
      position: relative;
      width: 11px;
      height: 6px;
      background-image: url(assets/imgs/down-arrow.svg);
      content: " ";
      display: inline-block;
      vertical-align: middle;
      /* left: calc(92%); */
      top: 50%;
      transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      -webkit-transform: translate(0%, -50%);
      left: auto;
      /* -webkit-transform: translate(0%, -50%); */ }
    .nav .menu-bar {
      font-size: 0px;
      padding-right: 0px;
      width: 100%;
      display: block;
      float: none; }
      .nav .menu-bar .quote-btn {
        display: none; }
    .nav .util-bar {
      width: 100%;
      display: block;
      float: none;
      padding-top: 30px;
      margin-top: auto !important;
      padding-top: 0px; }
      .nav .util-bar .search-toggle {
        display: none; }
      .nav .util-bar .util-supplies {
        display: block;
        text-align: left;
        width: auto;
        padding: 0px 30px; }
        .nav .util-bar .util-supplies a {
          display: inline-block;
          /* Home Our Products Pr: */
          font-family: Gilroy-Regular, sans-serif;
          font-size: 18px;
          color: #FFFFFF;
          letter-spacing: 0;
          line-height: 40px;
          text-transform: capitalize;
          text-align: left; }
        .nav .util-bar .util-supplies img {
          vertical-align: middle; }
      .nav .util-bar .util-number {
        display: none; }
      .nav .util-bar .util-menu {
        margin: 0 auto;
        display: block;
        margin-bottom: 0px; }
        .nav .util-bar .util-menu ul {
          margin: 0px;
          padding: 0px;
          text-align: center; }
          .nav .util-bar .util-menu ul li {
            display: block;
            padding: 0px 30px;
            width: auto;
            font-size: 14px;
            text-align: center;
            line-height: 1;
            text-align: left; }
            .nav .util-bar .util-menu ul li:first-of-type {
              display: none; }
            .nav .util-bar .util-menu ul li a {
              width: auto;
              display: inline-block;
              /* Home Our Products Pr: */
              font-family: Gilroy-Regular, sans-serif;
              font-size: 18px;
              color: #FFFFFF;
              letter-spacing: 0;
              line-height: 40px;
              text-transform: capitalize;
              text-align: left; }
    .nav .mega-menu-wrap {
      width: 100%; }
  header.mobile-menu .nav {
    left: 0%; }
  header.mobile-menu #menu-toggle #hamburger-menu rect:nth-of-type(1) {
    opacity: 0; }
  header.mobile-menu #menu-toggle #hamburger-menu rect:nth-of-type(2) {
    transform-origin: 0px;
    -webkit-transform-origin: 0px;
    transform: translate(0px, -8px) rotate(45deg);
    -webkit-transform: translate(0px, -8px) rotate(45deg);
    width: 23px; }
  header.mobile-menu #menu-toggle #hamburger-menu rect:nth-of-type(3) {
    -webkit-transform-origin: 0px 16px;
    transform-origin: 0px 16px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 23px; }
  .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
    visibility: visible;
    opacity: 1;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.75s; }
  .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu:hover ul.mega-sub-menu {
    max-height: 1000px;
    padding-top: 30px;
    border-top: 1px solid #27B7DC; }
  .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-flyout {
    position: relative; }
    .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
      padding-top: 30px;
      border-top: 1px solid #27B7DC;
      background: transparent;
      left: auto;
      top: auto;
      transform: translate(0%, 0%);
      -webkit-transform: translate(0%, 0%);
      padding-bottom: 45px;
      width: 100%; }
      .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a {
        text-align: left;
        width: 100%;
        border-bottom: 0px; }
      .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu:after {
        content: none; }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover,
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:focus {
    background: transparent; } }

@media screen and (max-width: 1050px) and (min-width: 750px) {
  .mobile-util {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 125px;
    /* Rectangle 2: */
    background-image: radial-gradient(63% 88%, #27B7DC 66%, #1180B7 100%);
    background-image: -webkit-radial-gradient(63% 88%, #27B7DC 66%, #1180B7 100%);
    width: 100%;
    box-sizing: border-box;
    padding-top: 27px; }
    .mobile-util .mobile-utils {
      /* Sales: */
      display: flex;
      display: -webkit-flex;
      font-family: Gilroy-Medium, sans-serif;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 14px;
      margin-top: 20px;
      justify-content: space-between; }
      .mobile-util .mobile-utils a img {
        vertical-align: middle;
        margin-right: 5px; }
      .mobile-util .mobile-utils .quote-btn svg {
        width: 16px;
        height: 20px;
        vertical-align: middle;
        margin-right: 5px; }
        .mobile-util .mobile-utils .quote-btn svg path {
          stroke: white; }
      .mobile-util .mobile-utils a {
        /* Sales: */
        font-family: Gilroy-Medium, sans-serif;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 14px;
        text-decoration: none; }
    .mobile-util .frame {
      max-width: 290px;
      margin: 0 auto; }
    .mobile-util form {
      text-align: left; }
    .mobile-util input[type="search"] {
      width: 200px;
      height: 23px;
      background: #FFFFFF;
      border-radius: 15px;
      box-sizing: border-box;
      -webkit-appearance: none;
      border: 0px;
      outline: none;
      background-image: url("assets/imgs/search-mobile.svg");
      background-repeat: no-repeat;
      background-position: 10px;
      padding-left: 35px; }
    .mobile-util button[type="submit"] {
      display: none; }
  .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap {
    width: 100%; }
  body {
    line-height: 0px;
    font-size: 0px; }
  .mobile-header {
    display: block; }
    .mobile-header .mobile-logo {
      float: left;
      margin-left: 20px;
      margin-top: 20px; }
    .mobile-header a {
      float: right;
      /* margin-right: 20px; */
      /* margin-top: 30px; */
      position: fixed;
      right: 20px;
      top: 30px;
      z-index: 1500; }
      .mobile-header a.logo {
        float: left;
        margin-left: 20px;
        position: relative;
        top: auto;
        z-index: 0; }
  header {
    padding: 0px;
    padding-bottom: 20px;
    height: 75px; }
  header #header-logo {
}
  #menu-toggle svg rect {
    transition: all 0.5s; }
  .nav {
    position: fixed;
    left: 100%;
    width: 100%;
    top: 0px;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.9);
    height: 100%;
    overflow: auto; }
    .nav .nav-container {
      padding-top: 150px;
      display: flex;
      display: -webkit-flex;
      flex-direction: column-reverse;
      text-align: center; }
    .nav .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link {
      width: auto;
      display: inline-block;
      /* Home Our Products Pr: */
      font-family: Gilroy-Regular, sans-serif;
      font-size: 18px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 40px;
      text-transform: capitalize;
      text-align: left; }
    .nav .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item {
      text-align: left;
      padding: 0px 30px;
      display: block; }
    .nav .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-item-has-children .mega-menu-link:after {
      position: relative;
      width: 11px;
      height: 6px;
      background-image: url(assets/imgs/down-arrow.svg);
      content: " ";
      display: inline-block;
      vertical-align: middle;
      /* left: calc(92%); */
      top: calc(50% - 20px);
      transform: translate(0%, -50%);
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      left: auto;
      /* -webkit-transform: translate(0%, -50%); */ }
    .nav .menu-bar {
      font-size: 0px;
      padding-right: 0px;
      width: 100%;
      display: block;
      float: none; }
      .nav .menu-bar .quote-btn {
        display: none; }
    .nav .util-bar {
      width: 100%;
      display: block;
      float: none;
      padding-top: 30px;
      margin-top: auto !important;
      padding-top: 0px; }
      .nav .util-bar .search-toggle {
        display: none; }
      .nav .util-bar .util-supplies {
        display: block;
        text-align: left;
        width: auto;
        padding: 0px 30px; }
        .nav .util-bar .util-supplies a {
          display: inline-block;
          /* Home Our Products Pr: */
          font-family: Gilroy-Regular, sans-serif;
          font-size: 18px;
          color: #FFFFFF;
          letter-spacing: 0;
          line-height: 40px;
          text-transform: capitalize;
          text-align: left; }
        .nav .util-bar .util-supplies img {
          vertical-align: middle; }
      .nav .util-bar .util-number {
        display: none; }
      .nav .util-bar .util-menu {
        margin: 0 auto;
        display: block;
        margin-bottom: 0px; }
        .nav .util-bar .util-menu ul {
          margin: 0px;
          padding: 0px;
          text-align: center; }
          .nav .util-bar .util-menu ul li {
            display: block;
            padding: 0px 30px;
            width: auto;
            font-size: 14px;
            text-align: center;
            line-height: 1;
            text-align: left; }
            .nav .util-bar .util-menu ul li:first-of-type {
              display: none; }
            .nav .util-bar .util-menu ul li a {
              width: auto;
              display: inline-block;
              /* Home Our Products Pr: */
              font-family: Gilroy-Regular, sans-serif;
              font-size: 18px;
              color: #FFFFFF;
              letter-spacing: 0;
              line-height: 40px;
              text-transform: capitalize;
              text-align: left; }
    .nav .mega-menu-wrap {
      width: 100%; }
  header.mobile-menu .nav {
    left: 0%; }
  header.mobile-menu #menu-toggle #hamburger-menu rect:nth-of-type(1) {
    opacity: 0; }
  header.mobile-menu #menu-toggle #hamburger-menu rect:nth-of-type(2) {
    transform-origin: 0px;
    -webkit-transform-origin: 0px;
    transform: translate(0px, -8px) rotate(45deg);
    -webkit-transform: translate(0px, -8px) rotate(45deg);
    width: 23px; }
  header.mobile-menu #menu-toggle #hamburger-menu rect:nth-of-type(3) {
    transform-origin: 0px 16px;
    -webkit-transform-origin: 0px 16px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 23px; }
  .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
    visibility: visible;
    opacity: 1;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.75s;
    position: relative;
    left: 0px; }
  .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu:hover ul.mega-sub-menu {
    max-height: 1000px;
    padding-top: 30px;
    border-top: 1px solid #27B7DC; }
  .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-flyout {
    position: relative; }
    .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-flyout:hover ul.mega-sub-menu {
      max-height: 1000px;
      padding-top: 30px;
      padding-bottom: 45px; }
    .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
      position: relative;
      padding-top: 30px;
      margin: 0px;
      padding: 0px;
      border-top: 1px solid #27B7DC;
      background: transparent;
      left: auto;
      top: auto;
      transform: translate(0%, 0%);
      -webkit-transform: translate(0%, 0%);
      transition: all 0.5s;
      width: 100%;
      max-height: 0px; }
      .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a {
        text-align: left;
        width: 100%;
        border-bottom: 0px; }
      .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu:after {
        content: none; }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover,
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:focus {
    background: transparent; } }

@media screen and (max-width: 1250px) {
  .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    left: -247px; }
  .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu:after {
    left: 287px; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    left: 0px;
    top: 0px; } }

@media (min-width: 1200px) and (max-width: 1400px) {
  header {
    height: 140px;
    padding: 45px 20px; }
    header .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link {
      font-size: 13px; }
    header .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item {
      padding-right: 15px;
      padding-left: 15px; }
    header .util-bar .util-number span.number {
      font-size: 11px; }
    header .util-bar .util-menu ul {
      margin: 0px;
      padding-left: 0px; }
    header .util-bar .util-menu ul li {
      padding-right: 6px; }
      header .util-bar .util-menu ul li a {
        font-size: 12px; } }

#menu-toggle {
  display: none; }

@media screen and (max-width: 1050px) {
  #menu-toggle {
    display: block; } }

@media (min-width: 1100px) and (max-width: 1200px) {
  header {
    height: 140px; }
  .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    width: 850px;
    left: 0px; }
    .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu:after {
      left: 40px; }
  .mobile-header {
    display: inline-block; }
  header #header-logo {
 }
  #menu-toggle {
    display: none; } }

@media screen and (min-width: 1100px) and (max-width: 1200px) and (max-width: 1050px) {
  #menu-toggle {
    display: block; } }

@media (min-width: 1100px) and (max-width: 1200px) {
  header {
    padding: 45px 20px; }
    header .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link {
      font-size: 13px; }
    header .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item {
      padding-right: 15px;
      padding-left: 15px; }
    header .util-bar .util-number span.number {
      font-size: 11px; }
    header .util-bar .util-menu ul {
      margin: 0px;
      padding-left: 0px; }
    header .util-bar .util-menu ul li {
      padding-right: 6px; }
      header .util-bar .util-menu ul li a {
        font-size: 12px; } }

@media screen and (max-width: 1120px) {
  header .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link {
    font-size: 12px; } }

@media screen and (max-width: 1075px) and (min-width: 1050px) {
  .mobile-logo {
    width: 100px; } }

@media (min-width: 900px) and (max-width: 1200px) {
  .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    width: 700px;
    left: 0px; }
    .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu:after {
      left: 40px; }
  .mobile-header {
    display: inline-block; }
  header #mobile-logo {
     }
  header {
    height: 140px;
    padding: 30px 15px; }
    header .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link {
      font-size: 11px; }
    header .menu-bar #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap ul#mega-menu-max_mega_menu_1 li.mega-menu-item {
      padding-right: 15px;
      padding-left: 15px; }
    header .util-bar .util-number span.number {
      font-size: 10px; }
    header .util-bar .util-menu ul {
      margin: 0px;
      padding-left: 0px; }
    header .util-bar .util-menu ul li {
      padding-right: 6px; }
      header .util-bar .util-menu ul li a {
        font-size: 12px; } }

@media screen and (max-width: 1050px) {
  header {
    padding: 0px 20px 20px; }
  .mobile-header a.logo {
    margin-left: 0px; } }

section.search#products {
  margin-top: 350px;
  padding-top: 0px; }
  section.search#products h2 {
    text-align: center;
    margin: 0px;
    /* 12 search results fo: */
    font-family: Gilroy-Regular, sans-serif;
    font-size: 48px;
    color: #0A3D4C;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 90px; }
    section.search#products h2 span {
      color: #27B7DC; }

html.ie9 #other-products.coffee .frame .callout-products .callout-product-item, html.ie9 .careers-callout.coffee .frame .callout-products .callout-product-item {
  margin: 0px 20px; }
  html.ie9 #other-products.coffee .frame .callout-products .callout-product-item img, html.ie9 .careers-callout.coffee .frame .callout-products .callout-product-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }

html.ie9 #other-products .frame .callout-products, html.ie9 .careers-callout .frame .callout-products {
  display: block;
  text-align: center; }
  html.ie9 #other-products .frame .callout-products .callout-product-item, html.ie9 .careers-callout .frame .callout-products .callout-product-item {
    display: inline-block; }

html.ie9 footer .copyright-bar {
  box-sizing: border-box;
  padding-top: 30px; }

html.ie9 #product-details .faq-tabs, html.ie9 #product-details .tabs {
  display: block; }
  html.ie9 #product-details .faq-tabs .tab, html.ie9 #product-details .tabs .tab {
    width: 50%;
    display: inline-block; }

html.ie9 .frame .coffee-links .coffee-link-item {
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  html.ie9 .frame .coffee-links .coffee-link-item svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }

html.ie9 .product-item .product-details .price {
  padding-top: 15px;
  box-sizing: border-box; }

html.ie9 .product-item .product-img {
  display: block;
  height: 350px; }
  html.ie9 .product-item .product-img img {
    bottom: 0px;
    position: absolute; }

html.ie9 .contact-form li.gfield .gfield_radio {
  display: block;
  text-align: center; }

html.ie9 .contact-form li.gfield .gfield_radio li {
  display: inline-block;
  vertical-align: middle; }

html.ie9 .contact-form li.gfield .gfield_radio li input {
  display: inline-block;
  vertical-align: middle; }

html.ie9 .contact-form li.gfield .gfield_radio li label {
  display: inline-block;
  vertical-align: middle; }

html.ie9 .order-section .frame .row .col form input[type="text"] {
  width: 80%; }

html.ie9 .faq-tabs, html.ie9 .tabs {
  display: block; }
  html.ie9 .faq-tabs .tab, html.ie9 .tabs .tab {
    width: 33.333%;
    display: inline-block; }

html.ie9 .filtration-icons .icon-col .blue-container, html.ie9 .jump-icons .icon-col .blue-container {
  display: block;
  position: relative; }
  html.ie9 .filtration-icons .icon-col .blue-container svg, html.ie9 .filtration-icons .icon-col .blue-container img, html.ie9 .jump-icons .icon-col .blue-container svg, html.ie9 .jump-icons .icon-col .blue-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }

html.ie9 .ie9-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  overflow: hidden; }

html.ie9 #product-finder-num-employees .ie9-image:after {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27b7dc', endColorstr='#1180b7',GradientType=0 );
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
  content: "";
  z-index: 10; }

html.ie9 #product-finder-setting .ie9-image:after {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc577c', endColorstr='#881f45',GradientType=0 );
  /* IE6-9 */
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
  content: "";
  z-index: 10; }

html.ie9 #filtration-teaser .filtration-icons .filtration-icon-item .icon-holder img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

html.ie9 #why-quench-teaser .why-item {
  display: block; }
  html.ie9 #why-quench-teaser .why-item .left-box, html.ie9 #why-quench-teaser .why-item .right-box, html.ie9 #why-quench-teaser .why-item .count {
    display: inline-block;
    vertical-align: top; }

html.ie9 .testimonial {
  font-size: 0px;
  display: block; }

html.ie9 .testimonial .test-quote {
  width: 50%;
  display: inline-block;
  position: absolute;
  left: 50%;
  background: #27B7DC;
  height: 100%; }

html.ie9 .filtration_advantage .frame .row .col img, html.ie9 .why-section .frame .row .col img, html.ie9 .order-section .frame .row .col img {
  display: block; }

html.ie9 .why-quench .ie9-image {
  z-index: 5;
  overflow: hidden; }

html.ie9 .why-quench .container {
  z-index: 10; }

html.ie9 .why-quench .ie9-image:after {
  background-image: url("assets/imgs/green-overlay.png");
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 65% 100%;
  content: "";
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  z-index: 5; }

html.ie9 .why-quench .ie9-image:before {
  z-index: 10;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000000',GradientType=0 );
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  content: "";
  top: 0px;
  left: 0px; }

html.ie9 .careers-callout .callout-infographic .callout-info-item {
  width: 25%;
  display: inline-block;
  vertical-align: top; }

html.ie9 .careers-callout .callout-infographic {
  display: block; }

html.ie9 .careers-callout .callout-infographic .callout-info-item-inner {
  display: block; }
  html.ie9 .careers-callout .callout-infographic .callout-info-item-inner div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }

html.ie9 .alm-reveal {
  display: block; }

html.ie9 .additional-teasers .teasers .teaser-item {
  display: inline-block;
  vertical-align: top; }

@media (min-width: 750px) and (max-width: 1000px) {
  .about-intro,
  .aqua-blurb,
  .careers-callout {
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .team .frame .team-teasers .team-item {
    width: 50%;
    padding-bottom: 60px; }
    .team .frame .team-teasers .team-item:nth-of-type(3n+2) {
      margin-top: 0; }
  .careers-callout .callout-infographic .callout-info-item-inner {
    width: 165px;
    height: 165px; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .additional-teasers .teasers .teaser-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
    .additional-teasers .teasers .teaser-item:nth-of-type(3n + 3) .teaser-item-inner {
      float: none; }
  .additional-teasers .teasers .teaser-item-inner {
    margin: 0 auto; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .faqs .faq-section .faq-item .faq-question {
    padding-right: 30px; } }

@media (min-width: 750px) and (max-width: 1000px) {
  #faqs {
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .frame .blog-filters {
    margin-left: initial; }
  #other-products .frame .callout,
  .careers-callout .frame .callout {
    padding: 0 20px;
    font-size: 40px; }
  #other-products .frame .callout-products .callout-product-item img,
  .careers-callout .frame .callout-products .callout-product-item img {
    width: 250px;
    height: 250px; } }

@media (min-width: 750px) and (max-width: 1000px) {
  h1 {
    font-size: 62px; } }

@media (min-width: 750px) and (max-width: 1000px) {
  #industry-copy .intro p {
    padding: 0 30px; }
  #industry-copy .frame .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #industry-copy .frame .row .col {
      padding-left: 30px;
      padding-right: 30px;
      width: 100%;
      display: block; }
      #industry-copy .frame .row .col img {
        max-width: 560px;
        margin: 0 auto;
        display: table; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .post-content .frame {
    max-width: 90%; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .solid-banner svg {
    width: 90%; }
  .solid-banner .container {
    padding: 0 30px;
    max-width: 90%; }
  .banner#half-hero.product-finder {
    height: 680px; }
  .banner#half-hero.tall {
    height: 780px; }
  .banner#single-page .container .hero-copy {
    padding: 0 20px; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .product-finder-section {
    padding-bottom: 20px; }
    .product-finder-section .product-types .product-type {
      padding: 0 15px 65px; }
      .product-finder-section .product-types .product-type img {
        max-width: 100%;
        height: auto; }
    .product-finder-section#product-finder-num-employees input {
      max-width: 90%; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .product-finder-section#product-finder-product-placement .placement-types .placement-type {
    padding-right: 25px;
    padding-left: 25px; }
    .product-finder-section#product-finder-product-placement .placement-types .placement-type .img-container img {
      height: auto; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .product-finder-section#product-finder-setting .setting-types .setting-type .img-container img {
    width: 200px;
    height: 200px; } }

@media (min-width: 750px) and (max-width: 1000px) {
  #product-details {
    margin-top: 100px; }
    #product-details .frame .row .col {
      display: table;
      margin: 0 auto;
      max-width: 512px;
      width: 100%; }
      #product-details .frame .row .col h1 {
        position: absolute;
        top: 0px;
        text-align: center;
        width: 100%;
        left: 0px;
        top: 40px; }
      #product-details .frame .row .col:last-of-type {
        width: 100%;
        padding-left: 0;
        padding-top: 80px; } }

.mobile-search {
  margin: 0 auto;
  display: table; }

.filtration_advantage .frame .row .col img,
.why-section .frame .row .col img,
.order-section .frame .row .col img {
  max-width: 560px;
  margin: 0 auto;
  display: table; }

@media (min-width: 750px) and (max-width: 1000px) {
  .filtration_advantage,
  .why-section,
  .order-section {
    padding-right: 30px;
    padding-left: 30px; }
    .filtration_advantage p a,
    .why-section p a,
    .order-section p a {
      color: #27B7DC; }
    .filtration_advantage.count-odd .frame .row,
    .why-section.count-odd .frame .row,
    .order-section.count-odd .frame .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .filtration_advantage .frame .row,
    .why-section .frame .row,
    .order-section .frame .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .filtration_advantage .frame .row .col,
      .why-section .frame .row .col,
      .order-section .frame .row .col {
        width: 100%; }
        .filtration_advantage .frame .row .col:last-of-type,
        .why-section .frame .row .col:last-of-type,
        .order-section .frame .row .col:last-of-type {
          padding-bottom: 40px; }
        .filtration_advantage .frame .row .col img,
        .why-section .frame .row .col img,
        .order-section .frame .row .col img {
          max-width: 360px; } }

@media (min-width: 750px) and (max-width: 1000px) {
  .contact-form {
    padding-right: 30px;
    padding-left: 30px; }
  .contact-callout {
    height: auto;
    padding-bottom: 50px; }
    .contact-callout #map {
      display: block;
      margin: 0 auto; }
    .contact-callout .row .col,
    .contact-callout .row .col:first-of-type,
    .contact-callout .row .col:last-of-type {
      width: 100%;
      display: block;
      padding-left: 0px;
      text-align: center; } }
