/*!
Theme Name: American Water Chemicals
Theme URI: http://chatterbuzzmedia.com
Author: chatterbuzz
Author URI: http://chatterbuzzmedia.com
Description: A Chatter Buzz Media custom theme for American Water Chemicals.
Version: 1.2.4
Text Domain: awc
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Modules
	## Accessibility
	## Alignments
	## Clearings
	## Container
	## Grid
	## Widget Content
	## Images Slider
	## Accordion
	## Image Box
	## Repeater Content
	## Button
	## Event List
	## Post Type List
	## Infinite scroll
# Shortcodes
	## Upcoming Events
	## Testimonials Widget
# Content
	## Posts and pages
	## Comments
	## Header
	## Content
	## Page Title
	## Page Slider
	## Footer
# Page Templates
	## Front Page
	## Contact Us
	## Solutions
	## About Us
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 90%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.25em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Titillium Web", arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  /* 24/16 */
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  /* 30/16 */
}

h1 {
  font-size: 36px;
  font-size: 2.25rem;
  /* 36/16 */
}

@media all and (max-width: 470px) {
  h3 {
    font-size: 22px;
    font-size: 1.375rem;
    /* 22/16 */
  }
  h2 {
    font-size: 28px;
    font-size: 1.75rem;
    /* 28/16 */
  }
  h1 {
    font-size: 34px;
    font-size: 2.125rem;
    /* 34/16 */
  }
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

html,
body {
  overflow-x: hidden;
}

blockquote, q {
  quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 1em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

:focus {
  outline: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  padding: 0.6666666666666666em 1.1111111111111112em;
  /* 12/18 */
  /* 20/18 */
  border-radius: 0;
  border: none;
  background-color: #00aeef;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  /* 18/16 */
  line-height: 1;
  font-weight: 600;
}

button:hover, button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  outline: none;
  background-color: #003263;
  border-color: #ccc #bbb #aaa;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  display: block;
  width: 100%;
  height: 2.4375em;
  /* 39/16 */
  padding: 0.625em 0.9375em;
  /* 10/16 */
  /* 15/16 */
  border: 2px solid #b8b8b8;
  border-radius: 0;
  color: #7c7c7c;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
  outline: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 2.4375em;
  /* 39/16 */
  padding: 0.3125em 0.9375em;
  /* 5/16 */
  /* 15/16 */
  border: 2px solid #b8b8b8;
  color: #7c7c7c;
}

select:focus {
  color: #111;
  outline: none;
}

textarea {
  width: 100%;
  height: 7.25em;
  /* 116/16 */
  color: #7c7c7c;
}

.form-group {
  display: block;
  margin-bottom: 1.625em;
  /* 26/16 */
}

.form-group .form-label {
  color: #7c7c7c;
  font-size: 18px;
  font-size: 1.125rem;
  /* 18/16 */
  font-weight: 600;
  text-align: right;
}

.form-group-inline .form-label {
  float: left;
  width: 34.02061855670103%;
  margin-top: 0.4444444444444444em;
  /* 8/18 */
}

.form-group-inline .form-input {
  float: right;
  width: 58.93470790378007%;
}

.form-group-inline-left .form-label {
  width: 20%;
  text-align: left;
}

.form-group-inline-left .form-input {
  width: 80%;
}

.form-group-last {
  margin-bottom: 0;
}

.form-submit {
  margin-top: 1.625em;
  /* 26/16 */
  text-align: right;
}

.form-mobile-notice {
  display: none;
  margin-bottom: 2em;
  /* 32/16 */
}

.form-mobile-notice h3 {
  margin: 0 0 0.4166666666666667em;
  /* 10/24 */
  color: #00a1e4;
  font-size: 24px;
  font-size: 1.5rem;
  /* 24/16 */
}

.form-mobile-notice p {
  margin: 0;
}

@media all and (max-width: 990px) {
  .form-mobile-notice {
    display: block;
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Branding
--------------------------------------------------------------*/
.site-branding {
  float: left;
  margin-top: 1.1875em;
  /* 19/16 */
}

.site-title {
  margin: 0;
}

.site-title a {
  display: block;
  width: 21.3125em;
  /* 341/16 */
  height: 4.5em;
  /* 72/16 */
  background: url(https://www.membranechemicals.com/wp-content/themes/awc/images/AmericanWaterChemicals-Logo.png) no-repeat center center;
  background-size: 100% 100%;
  text-indent: -9999em;
}

@media all and (max-width: 1120px) {
  .site-title a {
    width: 20em;
    /* 320/16 */
    height: 4.25em;
    /* 68/16 */
  }
}

@media all and (max-width: 990px) {
  .site-branding {
    margin-top: 0;
  }
  .site-title a {
    width: 16.875em;
    /* 270/16 */
    height: 3.5625em;
    /* 57/16 */
  }
}

@media all and (max-width: 630px) {
  .site-title a {
    width: 15em;
    /* 240/16 */
    height: 3.25em;
    /* 52/16 */
  }
}

@media all and (max-width: 570px) {
  .site-title a {
    width: 12.5em;
    /* 200/16 */
    height: 2.6875em;
    /* 43/16 */
  }
}

@media all and (max-width: 350px) {
  .site-title a {
    width: 11.25em;
    /* 180/16 */
    height: 2.4375em;
    /* 39/16 */
  }
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #00a1e4;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #003263;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@media all and (min-width: 991px) {
  #site-navigation .container {
    max-width: 75rem;
  }
  .main-navigation {
    clear: both;
    float: left;
    width: 100%;
    background-color: #003263;
    border-top: 4px solid #00a1e4;
  }
  .main-navigation ul {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 16px;
    font-size: 1rem;
    /* 16/16 */
    text-align: center;
  }
  .main-navigation ul li {
    position: relative;
    display: inline-block;
    margin-left: -2px;
  }
  .main-navigation ul li:after {
    position: absolute;
    right: 0;
    top: 50%;
    content: '';
    display: block;
    width: 2px;
    height: 1.125em;
    /* 18/16 */
    margin-top: -0.5625em;
    /* 9/16 */
    background-color: #fcb323;
  }
  .main-navigation ul li:last-child:after {
    content: none;
  }
  .main-navigation ul a {
    position: relative;
    z-index: 5;
    display: block;
    /* padding: 0.75em 1.4em; */
    /* 15/20 */
    /* 28/20 */
    padding: 0.75em 0.8em;
    color: #fff;
    /* @include font-size(1.25); */
    /* 20/16 */
    font-size: 16.8px;
    font-size: 1.05rem;
    font-weight: normal;
    white-space: nowrap;
  }
  .main-navigation ul a:hover, .main-navigation ul a:focus {
    background-color: #0090d1;
  }
  .main-navigation ul .current-menu-item > a,
  .main-navigation ul .current-menu-item > a:hover,
  .main-navigation ul .current-menu-item > a:focus,
  .main-navigation ul .current-menu-parent > a,
  .main-navigation ul .current-menu-parent > a:hover,
  .main-navigation ul .current-menu-parent > a:focus,
  .main-navigation ul .current-menu-ancestor > a,
  .main-navigation ul .current-menu-ancestor > a:hover,
  .main-navigation ul .current-menu-ancestor > a:focus {
    background-color: #00a1e4;
  }
  .main-navigation li:hover > a,
  .main-navigation li.focus > a {
    background-color: #0090d1;
  }
  .main-navigation li:hover .sub-menu,
  .main-navigation li.focus .sub-menu {
    left: 0;
  }
  .main-navigation li:hover .sub-menu .sub-menu,
  .main-navigation li.focus .sub-menu .sub-menu {
    left: -9999em;
  }
  .main-navigation .sub-menu {
    position: absolute;
    z-index: 50;
    top: calc(100% - 4px);
    left: -9999em;
    display: block;
    min-width: 100%;
    margin-top: 4px;
    background-color: #0075bf;
    text-align: left;
  }
  .main-navigation .sub-menu:before {
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 50;
    content: '';
    height: 4px;
    width: 100%;
  }
  .main-navigation .sub-menu a {
    min-width: 100%;
    padding: 0.6em 1.4em;
    /* 12/20 */
    /* 28/20 */
  }
  .main-navigation .sub-menu li {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #00a1e4;
  }
  .main-navigation .sub-menu li .sub-menu {
    left: 0;
  }
  .main-navigation .sub-menu li:before, .main-navigation .sub-menu li:after {
    content: none !important;
  }
  .main-navigation .sub-menu li:hover > a,
  .main-navigation .sub-menu li.focus > a {
    background-color: #0090d1;
  }
  .main-navigation .sub-menu li:hover .sub-menu,
  .main-navigation .sub-menu li.focus .sub-menu {
    left: 100%;
  }
  .main-navigation .sub-menu .sub-menu {
    z-index: 99;
    top: 0;
    left: -9999em;
    margin-top: 0;
    margin-left: -2px;
    box-shadow: -4px 4px 10px #333;
  }
  .main-navigation .sub-menu .sub-menu a {
    min-width: 17.5em;
    /* 350/20 */
    white-space: normal;
  }
}

.menu-toggle {
  display: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.menu-toggle .bar {
  display: block;
  width: 1.7777777777777777em;
  /* 32/18 */
  height: 0.2777777777777778em;
  /* 5/18 */
  margin-bottom: 0.2222222222222222em;
  /* 4/18 */
  background-color: #003263;
  font-size: 18px;
  font-size: 1.125rem;
  /* 18/16 */
}

.menu-toggle .bar:last-child {
  margin-bottom: 0;
}

.menu-toggle:hover, .menu-toggle:focus {
  background-color: transparent;
}

.site-lang-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-size: 1rem;
  /* 16/16 */
}

.site-lang-nav li {
  position: relative;
  float: left;
  margin-left: -1px;
}

.site-lang-nav li:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  display: block;
  width: 1px;
  height: 0.9375em;
  /* 15/16 */
  margin-top: -0.4375em;
  /* 7/16 */
  background-color: #fcb323;
}

.site-lang-nav li:last-child:after {
  content: none;
}

.site-lang-nav a {
  display: block;
  padding: 0 0.6875em;
  /* 11/16 */
  color: #8b8499;
}

.site-lang-nav a:hover, .site-lang-nav a:focus {
  color: #6dcff6;
}

.site-lang-nav .current-lang a {
  color: #003263;
}

.secondary-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-size: 1rem;
  /* 16/16 */
}

.secondary-navigation li {
  float: left;
  margin-left: 0.5625em;
  /* 9/16 */
}

.secondary-navigation li:first-child {
  margin-left: 0;
}

.secondary-navigation a {
  display: block;
  padding: 0.1875em 0.625em;
  /* 3/16 */
  /* 10/16 */
  min-width: 5.3125em;
  /* 85/16 */
  border: 1px solid #6dcff6;
  border-radius: 1.5625em;
  /* 25/16 */
  color: #8b8499;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
}

.secondary-navigation a:hover, .secondary-navigation a:focus {
  background-color: #6dcff6;
  color: #fff;
}

.footer-navigation ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-size: 1rem;
  /* 16/16 */
  -ms-flex-pack: center;
      justify-content: center;
}

.footer-navigation li {
  position: relative;
  display: inline-block;
  margin-left: -2px;
  padding: 0 1em;
  /* 16/16 */
}

.footer-navigation li:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  display: block;
  width: 1px;
  height: 0.9375em;
  /* 15/16 */
  margin-top: -0.4375em;
  /* 7/16 */
  background-color: #8b859a;
}

.footer-navigation li:last-child:after {
  content: none;
}

.footer-navigation a {
  display: block;
  color: #8b859a;
  font-size: 17px;
  font-size: 1.0625rem;
  /* 17/16 */
  text-align: center;
}

.footer-navigation a:hover, .footer-navigation a:focus {
  color: #6dcff6;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

@media all and (min-width: 991px) {
  .navigation-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999 !important;
  }
}

@media all and (max-width: 990px) {
  .main-navigation {
    display: none;
    background-color: #003263;
  }
  .main-navigation > .container {
    padding: 0;
    max-width: none;
  }
  .main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .main-navigation ul a {
    display: block;
    /* padding: 0.7em 1.25em; */
    /* 14/20 */
    /* 25/20 */
    padding: 0.7em 1em;
    color: #fff;
    /* @include font-size(1.25); */
    /* 20/16 */
    font-size: 16.8px;
    font-size: 1.05rem;
    font-weight: normal;
    white-space: nowrap;
  }
  .main-navigation ul a:hover, .main-navigation ul a:focus {
    background-color: #0090d1;
  }
  .main-navigation ul .current-menu-item > a {
    background-color: #00a1e4;
  }
  .main-navigation .sub-menu {
    margin: 5px 0;
  }
  .main-navigation .sub-menu a {
    padding: 0.5555555555555556em 1.3888888888888888em;
    /* 10/18 */
    /* 25/18 */
    font-size: 18px;
    font-size: 1.125rem;
    /* 18/16 */
  }
  .main-navigation .sub-menu a:before {
    content: '>';
    display: inline-block;
    margin-right: 0.4444444444444444em;
    /* 8/18 */
  }
  .main-navigation .sub-menu .sub-menu a {
    padding: 0.5555555555555556em 1.9444444444444444em;
    /* 10/18 */
    /* 35/18 */
  }
  .main-navigation.toggled {
    display: block;
  }
  .footer-navigation ul {
    display: block;
    text-align: center;
  }
}

.search-bar-container {
  position: relative;
}

.search-icon-ben img {
  height: 18px;
  width: 18px;
}

.search-bar-menu {
  display: none;
  position: absolute;
  z-index: 8000;
  right: 5%;
}

.search-bar-menu form {
  display: -ms-flexbox;
  display: flex;
}

.search-bar-menu form input[type="search"] {
  height: auto !important;
}

.tools-single .content-area {
  float: left;
  width: 75%;
  padding: 3.125em 4.6875em 3.125em 0;
  /* 50/16 */
  /* 75/16 */
  /* 50/16 */
  border-right: 1px solid #dcdcdc;
}

.tools-single .tools-quick-links-wrapper {
  float: right;
  width: 24%;
  padding: 3.125em 0 3.125em;
  /* 50/16 */
  /* 50/16 */
  position: relative;
}

.tools-single .tools-quick-links-wrapper .floating-triangle {
  position: absolute;
  top: 0;
  left: -32px;
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-top: 21px solid #1da3ad;
}

.tools-single .tools-quick-links-wrapper .tools-quick-links-title {
  padding-left: 40px;
  margin: 1em 0 0 0;
  font-weight: bold;
}

.tools-single .tools-quick-links-wrapper .tool-quick-links {
  list-style: none;
  margin: 1em 0 0 0;
}

.tools-single .tools-quick-links-wrapper .tool-quick-links li {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 1em;
  padding-bottom: .5em;
}

.tools-single .tools-quick-links-wrapper .tool-quick-links a.current-page {
  outline: 0;
  color: #003263;
}

@media all and (max-width: 990px) {
  .tools-single .content-area {
    float: none;
    width: 100%;
    padding: 0 0 2.5em;
    margin: 0 0 2.5em;
    border-right: 0;
    border-bottom: 1px solid #dcdcdc;
  }
  .tools-single .tools-quick-links-wrapper {
    float: right;
    width: 100%;
    padding: 0 0 2.5em;
  }
  .tools-single .tools-quick-links-wrapper .floating-triangle {
    display: none;
  }
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagination-links {
  margin-top: 2.619047619047619em;
  /* 55/21 */
  vertical-align: middle;
  font-size: 21px;
  font-size: 1.3125rem;
  /* 21/16 */
}

.pagination-links .current {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  width: 1.6666666666666667em;
  /* 35/21 */
  height: 1.6666666666666667em;
  /* 35/21 */
  background-color: #003263;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 1.6666666666666667em;
  /* 35/21 */
}

.pagination-links a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  color: #404040;
}

.pagination-links a:hover, .pagination-links a:focus {
  color: #00a1e4;
}

@media all and (max-width: 990px) {
  .pagination-links {
    margin-top: 1.1428571428571428em;
    /* 24/21 */
  }
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 2em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 2em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  /* 32/16 */
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.container:before,
.container:after,
.menu:before,
.menu:after,
.grid:before,
.grid:after,
.row:before,
.row:after,
.upcoming-events li:before,
.upcoming-events li:after,
.testimonials-slider-list:before,
.testimonials-slider-list:after,
.form-group:before,
.form-group:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.container:after,
.menu:after,
.grid:after,
.row:after,
.upcoming-events li:after,
.testimonials-slider-list:after,
.form-group:after {
  clear: both;
}

.widget-content .widget-text > :first-child,
.accordion-content > :first-child,
.testimonials-slider-text > :first-child,
.entry-content > :first-child,
.entry-summary > :first-child,
.widget-box > :first-child {
  margin-top: 0;
}

.widget-content .widget-text > :last-child,
.accordion-content > :last-child,
.testimonials-slider-text > :last-child,
.entry-content > :last-child,
.entry-summary > :last-child,
.widget-box > :last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Container
--------------------------------------------------------------*/
.container {
  max-width: 64rem;
  /* 1024/16 */
  width: 100%;
  margin: 0 auto;
}

@media all and (max-width: 1120px) {
  .container {
    max-width: 60rem;
    /* 960/16 */
    padding: 0 0.9375rem;
    /* 15/16 */
  }
}

@media all and (max-width: 990px) {
  .container {
    max-width: 47.9375rem;
    /* 767/16 */
    padding: 0 1.5625rem;
    /* 25/16 */
  }
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.grid {
  margin: 0 -0.9375rem;
  /* 15/16 */
}

.column {
  float: left;
  width: 100%;
  min-height: 1px;
  padding: 0 0.9375rem;
  /* 15/16 */
}

.span1 {
  width: 8.33%;
}

.span2 {
  width: 16.66%;
}

.span3 {
  width: 25%;
}

.span4 {
  width: 33.33%;
}

.span5 {
  width: 41.66%;
}

.span6 {
  width: 50%;
}

.span7 {
  width: 58.33%;
}

.span8 {
  width: 66.66%;
}

.span9 {
  width: 75%;
}

.span10 {
  width: 83.33%;
}

.span11 {
  width: 91.66%;
}

.span12 {
  width: 100%;
}

@media all and (max-width: 990px) {
  .span1,
  .span2,
  .span3,
  .span4,
  .span5,
  .span6,
  .span7,
  .span8,
  .span9,
  .span10,
  .span11,
  .span12 {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Widget Content
--------------------------------------------------------------*/
.widget-content .widget-title {
  display: block;
  margin: 0 0 0.6666666666666666em;
  /* 24/36 */
  color: #003263;
  font-size: 36px;
  font-size: 2.25rem;
  /* 36/16 */
}

.widget-content .widget-button {
  margin-top: 2em;
  /* 32/16 */
}

@media all and (max-width: 470px) {
  .widget-content .widget-title {
    font-size: 32px;
    font-size: 2rem;
    /* 32/16 */
  }
}

/*--------------------------------------------------------------
# Images Slider
--------------------------------------------------------------*/
.images-slider {
  position: relative;
  padding: 0 3.125em;
  /* 50/16 */
}

.images-slider-wrap {
  padding: 0.625em;
  /* 10/16 */
  border: 2px solid #fcb323;
}

.images-slider-wrap li {
  display: none;
}

.images-slider-wrap li:first-child {
  display: block;
}

.images-slider-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.images-slider-list img {
  display: block;
  width: 100%;
}

.images-slider-nav {
  display: block;
  margin-top: 0.9375em;
  /* 15/16 */
}

.images-slider-nav .flex-control-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
}

.images-slider-nav .flex-control-nav li {
  display: inline-block;
  margin: 0 0.25em;
  /* 4/16 */
}

.images-slider-nav .flex-control-nav a {
  display: block;
  width: 0.6875em;
  /* 11/16 */
  height: 0.6875em;
  /* 11/16 */
  background-color: #fcb323;
  border-radius: 50%;
  text-indent: -9999em;
}

.images-slider-nav .flex-control-nav .flex-active {
  background-color: #00a1e4;
}

.images-slider-nav .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.images-slider-nav .flex-direction-nav .flex-prev,
.images-slider-nav .flex-direction-nav .flex-next {
  display: block;
  width: 2.5em;
  /* 40/16 */
  height: 2.5em;
  /* 40/16 */
  margin-top: -1.25em;
  /* 20/16 */
  border-radius: 50%;
  text-indent: -9999em;
}

.images-slider-nav .flex-direction-nav .flex-prev:hover,
.images-slider-nav .flex-direction-nav .flex-next:hover {
  background-position: -2.5em 0;
  /* 40/16 */
}

.images-slider-nav .flex-direction-nav .flex-prev {
  position: absolute;
  left: 0;
  top: 50%;
  background: url(https://www.membranechemicals.com/wp-content/themes/awc/images/left-arrow.png) no-repeat;
}

.images-slider-nav .flex-direction-nav .flex-next {
  position: absolute;
  right: 0;
  top: 50%;
  background: url(https://www.membranechemicals.com/wp-content/themes/awc/images/right-arrow.png) no-repeat;
}

/*--------------------------------------------------------------
# Team Slider
--------------------------------------------------------------*/
.team-slider {
  position: relative;
  padding: 35px 0;
}

.team-slider-main-title {
  padding: 0.6875em 0;
  /* 11/16 */
  background-color: #00a1e4;
}

.team-slider-main-title h2 {
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-size: 2.25rem;
  /* 36/16 */
  text-align: center;
}

.team-slider-wrap {
  padding: 0 73px;
}

.team-slider-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.team-slider-image {
  margin-bottom: 30px;
}

.team-slider-image .image-box {
  max-width: 270px;
  margin: 0 auto;
  padding: 15px;
  border-radius: 50%;
}

.team-slider-image img {
  border-radius: 50%;
}

.team-slider-meta {
  text-align: center;
}

.team-slider-name {
  margin: 0 0 4px;
  color: #00a1e4;
  font-size: 24px;
  font-weight: 600;
}

.team-slider-title {
  font-style: italic;
}

.team-slider-nav {
  display: block;
}

.team-slider-nav .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.team-slider-nav .flex-direction-nav .flex-prev,
.team-slider-nav .flex-direction-nav .flex-next {
  display: block;
  width: 2.5em;
  /* 40/16 */
  height: 2.5em;
  /* 40/16 */
  margin-top: -1.25em;
  /* 20/16 */
  border-radius: 50%;
  text-indent: -9999em;
}

.team-slider-nav .flex-direction-nav .flex-prev:hover,
.team-slider-nav .flex-direction-nav .flex-next:hover {
  background-position: -2.5em 0;
  /* 40/16 */
}

.team-slider-nav .flex-direction-nav .flex-prev {
  position: absolute;
  z-index: 500;
  top: 40%;
  left: 0.9375em;
  /* 15/16 */
  background: url(https://www.membranechemicals.com/wp-content/themes/awc/images/left-arrow.png) no-repeat;
}

.team-slider-nav .flex-direction-nav .flex-next {
  position: absolute;
  z-index: 500;
  top: 40%;
  right: 0.9375em;
  /* 15/16 */
  background: url(https://www.membranechemicals.com/wp-content/themes/awc/images/right-arrow.png) no-repeat;
}

/*--------------------------------------------------------------
# Testimonials Slider
--------------------------------------------------------------*/
.testimonials-slider {
  position: relative;
  padding: 45px;
  background-color: #fff;
}

.testimonials-slider-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.testimonials-slider-text {
  margin-bottom: 1.5em;
  /* 24/16 */
}

.testimonials-slider-nav {
  display: block;
}

.testimonials-slider-nav .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.testimonials-slider-nav .flex-direction-nav .flex-prev,
.testimonials-slider-nav .flex-direction-nav .flex-next {
  display: block;
  width: 2.5em;
  /* 40/16 */
  height: 2.5em;
  /* 40/16 */
  margin-top: -1.25em;
  /* 20/16 */
  border-radius: 50%;
  text-indent: -9999em;
}

.testimonials-slider-nav .flex-direction-nav .flex-prev:hover,
.testimonials-slider-nav .flex-direction-nav .flex-next:hover {
  background-position: -2.5em 0;
  /* 40/16 */
}

.testimonials-slider-nav .flex-direction-nav .flex-prev {
  position: absolute;
  z-index: 20;
  right: 4.5em;
  /* 80/16 */
  bottom: 1.25em;
  /* 20/16 */
  background: url(https://www.membranechemicals.com/wp-content/themes/awc/images/left-arrow.png) no-repeat;
}

.testimonials-slider-nav .flex-direction-nav .flex-next {
  position: absolute;
  z-index: 20;
  right: 1.25em;
  /* 20/16 */
  bottom: 1.25em;
  /* 20/16 */
  background: url(https://www.membranechemicals.com/wp-content/themes/awc/images/right-arrow.png) no-repeat;
}

.testimonial-slider-flex {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
}

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.accordion-row {
  border-bottom: 3px solid #fff;
  transition: border-bottom .3s;
}

.accordion-row:last-child .accordion-nav {
  border-bottom: 0;
}

.accordion-row:last-child .accordion-content {
  margin-top: 0;
}

.accordion-nav {
  display: block;
  width: 100%;
  padding: 0.625em 1.4166666666666667em;
  /* 15/24 */
  /* 34/24 */
  border-radius: 0;
  background-color: #003263;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  /* 24/16 */
  line-height: 1.15;
  text-align: left;
}

.accordion-nav:hover, .accordion-nav:focus {
  background-color: #00a1e4;
  color: #fff;
}

.accordion-content {
  display: none;
  padding: 2.125em;
  /* 34/16 */
  background-color: #ffffff;
  border-left: 1px solid #979b9c;
  border-right: 1px solid #979b9c;
  border-bottom: 1px solid #979b9c;
}

.accordion-open > .accordion-content {
  display: block;
}

.accordion-inverted .accordion-row {
  border-bottom: 3px solid #ebebeb;
}

.accordion-inverted .accordion-row:last-child {
  border-bottom: 0;
}

.accordion-inverted .accordion-nav {
  position: relative;
  padding: 0.7083333333333334em 0 0.7083333333333334em 1.9583333333333333em;
  /* 17/24 */
  /* 47/24 */
  background-color: transparent;
  border-bottom: 0;
  color: #00a1e4;
  font-weight: 600;
  text-overflow: ellipsis;
}

.accordion-inverted .accordion-nav:hover {
  color: #002a5c;
}

.accordion-inverted .accordion-content {
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 2.9375em;
  /* 47/16 */
  line-height: 1.25em;
  /* 20/16 */
  border: none;
}

.accordion-inverted .accordion-content .accordion-nav,
.accordion-inverted .accordion-content .accordion-icon {
  font-size: 21px;
  font-size: 1.3125rem;
  /* 21/16 */
}

.accordion-inverted .accordion-content .accordion-icon:after {
  width: 20px;
  background-size: auto 20px;
}

.accordion-inverted .accordion-icon {
  position: absolute;
  top: 50%;
  left: -0.7083333333333334em;
  /* 17/24 */
  display: block;
  width: 1.625em;
  /* 39/24 */
  height: 1.625em;
  /* 39/24 */
  margin-top: -0.7916666666666666em;
  /* 19/24 */
  border: 2px solid #fcb323;
  border-radius: 50%;
  font-size: 24px;
  font-size: 1.5rem;
  /* 24/16 */
}

.accordion-inverted .accordion-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  width: 1.05em;
  /* 24/24  */
  height: 1.05em;
  /* 23/24 */
  background: url(https://www.membranechemicals.com/wp-content/themes/awc/images/arrow-up.png) no-repeat;
  -ms-transform: translateX(-48%) translateY(-40%);
      transform: translateX(-48%) translateY(-40%);
}

.accordion-inverted .accordion-open > .accordion-nav .accordion-icon:after {
  background: url(https://www.membranechemicals.com/wp-content/themes/awc/images/arrow-down.png) no-repeat;
  -ms-transform: translateX(-50%) translateY(-47%);
      transform: translateX(-50%) translateY(-47%);
}

.accordion-inverted .accordion-inverted {
  margin-top: 1.0625em;
  /* 17/16 */
}

.accordion-inverted .accordion-inverted .accordion-nav {
  color: #002a5c;
}

.accordion-inverted .accordion-inverted .accordion-nav:hover {
  color: #002a5c;
}

.accordion-inverted .accordion-inverted .accordion-content {
  padding-left: 3em;
  /* 48/16 */
}

.accordion-inverted .accordion-inverted > .accordion-row:last-child {
  border-bottom: 0;
}

.accordion-inverted .accordion-inverted > .accordion-row:last-child > .accordion-content {
  padding-bottom: 0;
}

.accordion-inverted .accordion-inverted .accordion-open > .accordion-nav .accordion-icon:after {
  background: url(https://www.membranechemicals.com/wp-content/themes/awc/images/arrow-down.png) no-repeat;
  -ms-transform: translateX(-50%) translateY(-47%);
      transform: translateX(-50%) translateY(-47%);
  width: 20px;
  background-size: auto 20px;
}

.accordion-content .accordion-product-posts {
  margin-top: 1.6875em;
  /* 27/16 */
}

.accordion-content .accordion-product-posts .hentry {
  margin-bottom: 1.25em;
  /* 20/16 */
  padding-bottom: 1.25em;
  /* 20/16 */
}

.accordion-content .accordion-product-posts .hentry .entry-title {
  font-size: 21px;
  font-size: 1.3125rem;
  /* 21/16 */
}

.accordion-content .accordion-product-posts .hentry .entry-title a {
  color: #002a5c;
}

.accordion-content .accordion-product-posts .hentry:before {
  background-size: 50%;
  font-size: 21px;
  font-size: 1.3125rem;
  /* 21/16 */
}

@media all and (min-width: 991px) {
  .accordion-inverted .accordion-inverted .accordion-content {
    padding-left: 2.5625em;
    /* 41/16 */
  }
  .accordion-inverted-right {
    text-align: right;
  }
  .accordion-inverted-right .accordion-nav {
    padding: 0.7083333333333334em 1.9583333333333333em 0.7083333333333334em 0;
    /* 17/24 */
    /* 47/24 */
    /* 17/24 */
    text-align: right;
  }
  .accordion-inverted-right .accordion-icon {
    left: auto;
    right: -0.7083333333333334em;
    /* 17/24 */
  }
  .accordion-inverted-right .accordion-content {
    padding-left: 0;
    padding-right: 2.9375em;
    /* 47/16 */
  }
  .accordion-inverted-right .accordion-inverted-right .accordion-content {
    padding-left: 0;
    padding-right: 2.6em;
  }
}

@media all and (max-width: 1120px) {
  .accordion-inverted .accordion-nav {
    padding-left: 2.2916666666666665em;
    /* 55/24 */
  }
  .accordion-inverted .accordion-content {
    padding-left: 3.4375em;
    /* 55/16 */
  }
  .accordion-inverted .accordion-icon {
    left: 0;
  }
  .accordion-inverted-right .accordion-nav {
    padding-right: 2.2916666666666665em;
    /* 55/24 */
  }
  .accordion-inverted-right .accordion-content {
    padding-right: 3.4375em;
    /* 55/16 */
  }
  .accordion-inverted-right .accordion-icon {
    left: auto;
    right: 0;
  }
}

@media all and (max-width: 990px) {
  .accordion-inverted .accordion-nav {
    overflow: hidden;
  }
  .accordion-inverted-right .accordion-nav {
    padding-right: 0;
    padding-left: 2.2916666666666665em;
    /* 55/24 */
  }
  .accordion-inverted-right .accordion-content {
    padding-right: 0;
    padding-left: 3.4375em;
    /* 55/16 */
  }
  .accordion-inverted-right .accordion-icon {
    left: 0;
    right: auto;
  }
}

@media all and (max-width: 470px) {
  .accordion-nav {
    padding: 0.6818181818181818em 1.5454545454545454em;
    /* 15/22 */
    /* 34/22 */
    font-size: 22px;
    font-size: 1.375rem;
    /* 22/16 */
  }
  .accordion-inverted-right .accordion-nav,
  .accordion-inverted .accordion-nav {
    padding-left: 2.5em;
    /* 55/22 */
  }
  .accordion-inverted-right .accordion-inverted-right .accordion-content,
  .accordion-inverted-right .accordion-inverted .accordion-content,
  .accordion-inverted .accordion-inverted-right .accordion-content,
  .accordion-inverted .accordion-inverted .accordion-content {
    padding-left: 3.3125em;
    /* 53/16 */
  }
}

/*--------------------------------------------------------------
# Image Box
--------------------------------------------------------------*/
.image-box {
  padding: .4375em;
  border: 2px solid #fcb323;
}

.image-box img {
  display: block;
  width: 100%;
}

/*--------------------------------------------------------------
# Rpeater Content
--------------------------------------------------------------*/
.repeater-content .grid {
  margin-left: -2.1875rem;
  /* 35/16 */
  margin-right: -2.1875rem;
  /* 35/16 */
  padding-top: 3.125rem;
  /* 50/16 */
  padding-bottom: 3.125rem;
  /* 50/16 */
}

.repeater-content .column {
  padding-left: 2.1875rem;
  /* 35/16 */
  padding-right: 2.1875rem;
  /* 35/16 */
}

.repeater-content-even {
  background-color: #ebebeb;
}

.repeater-content-even .column-left {
  float: right;
}

.repeater-content-odd {
  background-color: #fff;
}

@media all and (max-width: 990px) {
  .repeater-content .image-box {
    margin-bottom: 1.25em;
    /* 20/16 */
  }
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.button {
  display: inline-block;
  padding: 0.4em 1em;
  /* 8/20 */
  /* 20/20 */
  background-color: #003263;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  /* 20/16 */
  line-height: 1.1;
  text-align: center;
}

.button:hover, .button:focus {
  background-color: #00a1e4;
  color: #fff;
}

@media all and (max-width: 990px) {
  .button {
    font-size: 19px;
    font-size: 1.1875rem;
    /* 19/16 */
  }
}

/*--------------------------------------------------------------
# Post Type List
--------------------------------------------------------------*/
.ajax-post-type-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ajax-post-type-list li {
  margin-bottom: 1.25em;
  /* 20/16 */
  padding-bottom: 1.875em;
  /* 30/16 */
  border-bottom: 3px solid #ebebeb;
}

.ajax-post-type-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.ajax-post-type-list .read-more {
  margin-top: 1.0625em;
  /* 17/16 */
}

.ajax-post-title {
  margin: 0 0 3px;
  color: #8b8499;
  font-size: 24px;
  font-size: 1.5rem;
  /* 24/16 */
  font-weight: 600;
}

.ajax-post-meta a {
  color: #5b5b5b;
}

.ajax-post-meta a:hover, .ajax-post-meta a:focus {
  color: #00a1e4;
}

.ajax-post-excerpt {
  margin-top: 1.0625em;
  /* 17/16 */
}

.ajax-post-excerpt > :first-child {
  margin-top: 0;
}

.ajax-post-excerpt > :last-child {
  margin-bottom: 0;
}

.ajax-nav {
  margin-top: 3.4375em;
  /* 55/16 */
}

.ajax-nav-disabled {
  opacity: .5;
  pointer-events: none;
}

.ajax-nav-link {
  position: relative;
  display: inline-block;
  width: 2.8125em;
  /* 45/16 */
  height: 2.8125em;
  /* 45/16 */
  vertical-align: middle;
  text-indent: -9999em;
  background-color: #fcb323;
}

.ajax-nav-link:hover {
  background-color: #00a1e4;
}

.ajax-nav-link:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  display: block;
  width: 20px;
  height: 34px;
  margin-top: -17px;
  margin-left: -10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.ajax-nav-prev {
  margin-right: 1.5625em;
  /* 25/16 */
}

.ajax-nav-prev:before {
  background-image: url(https://www.membranechemicals.com/wp-content/themes/awc/images/ajax-nav-left.png);
}

.ajax-nav-page {
  display: inline-block;
  margin-right: 1.5625em;
  /* 25/16 */
  vertical-align: middle;
  font-size: 20px;
  font-size: 1.25rem;
  /* 20/16 */
}

.ajax-nav-next:before {
  background-image: url(https://www.membranechemicals.com/wp-content/themes/awc/images/ajax-nav-right.png);
}

.ajax-nav-link-disabled,
.ajax-nav-link-disabled:hover {
  background-color: #999;
  cursor: default;
}

.widget .ajax-post-type-list li {
  margin-bottom: 1.25em;
  /* 20/16 */
  padding-bottom: 1.25em;
  /* 20/16 */
}

.widget .ajax-post-type-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget .ajax-post-type-list .ajax-post-title {
  font-size: 20px;
  font-size: 1.25rem;
  /* 20/16 */
}

.widget .ajax-post-type-list .ajax-post-excerpt {
  margin-top: 2;
}

.widget .ajax-post-type-list .ajax-nav {
  margin-top: 2.1875em;
  /* 35/16 */
}

.widget .ajax-post-type-list .ajax-nav-link {
  width: 2.1875em;
  /* 35/16 */
  height: 2.1875em;
  /* 35/16 */
}

.widget .ajax-post-type-list .ajax-nav-link:before {
  width: 15px;
  height: 25px;
  margin-top: -13px;
  margin-left: -7px;
}

.widget .ajax-post-type-list .ajax-nav-page {
  font-size: 18px;
  font-size: 1.125rem;
  /* 18/16 */
}

@media all and (max-width: 990px) {
  .ajax-nav {
    margin-top: 2.1875em;
    /* 35/16 */
  }
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Shortcodes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Upcoming Events
--------------------------------------------------------------*/
.upcoming-events ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.upcoming-events li {
  padding-bottom: 1.25em;
  /* 20/16 */
  margin-bottom: 1.25em;
  /* 20/16 */
  border-bottom: 1px solid #fcb323;
}

.upcoming-events li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.upcoming-events h3 {
  margin: 0 0 0.1875em;
  /* 3/16 */
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}

.upcoming-events a {
  color: #fff;
}

.upcoming-events a:hover, .upcoming-events a:focus {
  color: #00a1e4;
}

.upcoming-events .date,
.upcoming-events .venue {
  margin: 0;
}

/*--------------------------------------------------------------
## Testimonials Widget
--------------------------------------------------------------*/
.testimonials-widget {
  margin: 0.625em 0.3125em 0 0.3125em;
  /* 10/16 */
  /* 5/16 */
  /* 5/16 */
}

.testimonials-widget-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.testimonials-widget-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}

.testimonials-widget-closing {
  display: block;
  margin-top: 0.9em;
  /* 18/20 */
  color: #5b5b5b;
  font-size: 20px;
  font-size: 1.25rem;
  /* 20/16 */
  font-weight: bold;
  font-style: italic;
}

.testimonials-widget-nav {
  margin-top: 1.25em;
  /* 20/16 */
}

.testimonials-widget-nav ul,
.testimonials-widget-nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
}

.testimonials-widget-nav ul li,
.testimonials-widget-nav ol li {
  display: inline-block;
  margin: 0 4px;
}

.testimonials-widget-nav ul a,
.testimonials-widget-nav ol a {
  display: block;
  width: 0.9375em;
  /* 15/16 */
  height: 0.9375em;
  /* 15/16 */
  border-radius: 50%;
  border: 2px solid #fcb323;
  background-color: #fcb323;
  text-indent: -9999em;
}

.testimonials-widget-nav ul .flex-active,
.testimonials-widget-nav ol .flex-active {
  background-color: transparent;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* Blog, archive, search and single layouts. */
.blog .content-area,
.search .content-area,
.single .content-area {
  float: left;
  width: 59.86328125%;
  padding: 3.125em 4.6875em 3.125em 0;
  /* 50/16 */
  /* 75/16 */
  /* 50/16 */
  border-right: 3px solid #fcb323;
}

.blog .widget-area,
.search .widget-area,
.single .widget-area {
  float: right;
  width: 35.05859375%;
  padding: 3.125em 0 3.125em;
  /* 50/16 */
  /* 50/16 */
}

.no-events.blog .content-area,
.no-events.archive .content-area,
.no-events.search .content-area,
.no-events.single .content-area {
  float: none;
  width: 100%;
  padding: 3.125em 4.6875em 3.125em 0;
  /* 50/16 */
  /* 75/16 */
  /* 50/16 */
  border-right: none;
}

.no-events.blog .widget-area,
.no-events.archive .widget-area,
.no-events.search .widget-area,
.no-events.single .widget-area {
  display: none;
}

/* Widget part for blog, archive, search and single layouts. */
.widget-area .widget {
  margin-bottom: 1.25em;
  /* 20/16 */
  padding-bottom: 2em;
  /* 32/16 */
  border-bottom: 4px solid #ebebeb;
}

.widget-area .widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.widget-area .widget-title {
  margin: 0 0 0.5em;
  /* 12/24 */
  color: #00a1e4;
  font-size: 24px;
  font-size: 1.5rem;
  /* 24/16 */
  font-weight: 600;
}

.widget-area .widget-box {
  padding: 1.125em;
  /* 18/16 */
  border: 3px solid #979b9c;
}

.widget-area .widget-box > :first-child {
  margin-top: 0;
}

.widget-area .widget-box > :last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_entries ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Specific for all plural styles. */
.blog .hentry,
.archive .hentry,
.search .hentry {
  margin-bottom: 1.5625em;
  /* 25/16 */
  padding-bottom: 1.5625em;
  /* 25/16 */
  border-bottom: 4px solid #ebebeb;
}

.blog .hentry:last-child,
.archive .hentry:last-child,
.search .hentry:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.blog .entry-header,
.archive .entry-header,
.search .entry-header {
  margin-bottom: 1.25em;
  /* 20/16 */
}

.blog .entry-title,
.archive .entry-title,
.search .entry-title {
  margin: 0 0 3px;
  color: #00a1e4;
  font-size: 24px;
  font-size: 1.5rem;
  /* 24/16 */
  font-weight: 600;
}

.blog .entry-title sup,
.archive .entry-title sup,
.search .entry-title sup {
  font-size: 65%;
  top: -0.55em;
}

.blog .entry-meta a,
.archive .entry-meta a,
.search .entry-meta a {
  color: #404040;
}

.blog .entry-meta a:hover, .blog .entry-meta a:focus,
.archive .entry-meta a:hover,
.archive .entry-meta a:focus,
.search .entry-meta a:hover,
.search .entry-meta a:focus {
  color: #00a1e4;
}

/* Possibly general style in every post. */
.post-thumbnail {
  margin-bottom: 3.4375em;
  /* 55/16 */
}

.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Specific for 404 or empty post. */
.no-results .search-submit,
.not-found .search-submit {
  float: right;
  margin-top: 1.4444444444444444em;
  /* 26/18 */
}

.no-results .page-title,
.not-found .page-title {
  margin-top: 0;
}

/* For post type product and service. */
.single-product .site-content,
.single-service .site-content {
  margin: 5.625em 0;
  /* 90/16 */
}

.single-product .content-area,
.single-service .content-area {
  float: right;
  width: 67.48046875%;
  margin: 0;
  padding: 0;
  border: none;
}

.single-product .product-widgets,
.single-product .service-widgets,
.single-service .product-widgets,
.single-service .service-widgets {
  width: 29.78515625%;
  float: left;
  padding-top: 2.875em;
  /* 46/16 */
}

.single-product .product-widgets > :last-child,
.single-product .service-widgets > :last-child,
.single-service .product-widgets > :last-child,
.single-service .service-widgets > :last-child {
  margin-bottom: 0;
}

.single-product .pdf-file,
.single-service .pdf-file {
  margin-bottom: 2.875em;
  /* 46/16 */
  text-align: center;
}

.single-product .pdf-file img,
.single-service .pdf-file img {
  display: block;
  margin: 0 auto 0.75em;
  /* 12/16 */
}

.single-product .pdf-file a,
.single-service .pdf-file a {
  color: #5b5b5b;
  font-size: 20px;
  font-size: 1.25rem;
  /* 20/16 */
}

.single-product .product-return,
.single-product .service-return,
.single-service .product-return,
.single-service .service-return {
  clear: both;
  margin-top: 3.375em;
  /* 54/16 */
}

.accordion-service,
.accordion-product {
  margin-top: 3.375em;
  /* 54/16 */
}

/* For taxonomy product & service category. */
.tax-product_category #main .container {
  max-width: 75rem;
}

.tax-product_category #content.site-content {
  margin-top: 0;
  margin-bottom: 0;
}

.o-tax-product_category .site-content,
.o-tax-service_category .site-content {
  margin: 5em 0;
  /* 80/16 */
}

.o-tax-product_category .product-category-widgets,
.o-tax-product_category .service-category-widgets,
.o-tax-service_category .product-category-widgets,
.o-tax-service_category .service-category-widgets {
  float: left;
  width: 35.64453125%;
}

.o-tax-product_category .widget-item,
.o-tax-service_category .widget-item {
  margin-bottom: 0.625em;
  /* 10/16 */
}

.o-tax-product_category .widget-item:last-child,
.o-tax-service_category .widget-item:last-child {
  margin-bottom: 0;
}

.o-tax-product_category .featured-content,
.o-tax-service_category .featured-content {
  padding: 0 0.9375em;
  /* 15/16 */
}

.o-tax-product_category .featured-content > :first-child,
.o-tax-service_category .featured-content > :first-child {
  margin-top: 0;
}

.o-tax-product_category .featured-content > :last-child,
.o-tax-service_category .featured-content > :last-child {
  margin-bottom: 0;
}

.o-tax-product_category .featured-images,
.o-tax-service_category .featured-images {
  margin-bottom: 0.625em;
  /* 10/16 */
}

.o-tax-product_category .featured-images .image-box,
.o-tax-service_category .featured-images .image-box {
  margin-bottom: 0.625em;
  /* 10/16 */
}

.o-tax-product_category .featured-images .image-box img,
.o-tax-service_category .featured-images .image-box img {
  width: 100%;
}

.o-tax-product_category .featured-images .image-box:last-child,
.o-tax-service_category .featured-images .image-box:last-child {
  margin-bottom: 0;
}

.o-tax-product_category .featured-images:last-child,
.o-tax-service_category .featured-images:last-child {
  margin-bottom: 0;
}

.o-tax-product_category .hentry,
.o-tax-service_category .hentry {
  position: relative;
  margin-bottom: 2em;
  /* 32/16 */
  padding: 0 0 2em 3.4375em;
  /* 32/16 */
  /* 55/16 */
  border-bottom: 4px solid #ebebeb;
}

.o-tax-product_category .hentry:before,
.o-tax-service_category .hentry:before {
  position: absolute;
  top: 0.5833333333333334em;
  /* 14/24 */
  left: -0.08333333333333333em;
  /* 2/24 */
  content: '';
  display: block;
  width: 1.625em;
  /* 39/24 */
  height: 1.625em;
  /* 39/24 */
  margin-top: -0.7916666666666666em;
  /* 19/24 */
  border: 2px solid #fcb323;
  border-radius: 50%;
  background-image: url(https://www.membranechemicals.com/wp-content/themes/awc/images/greater-than.png);
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 24px;
  font-size: 1.5rem;
  /* 24/16 */
}

.o-tax-product_category .hentry:last-child,
.o-tax-service_category .hentry:last-child {
  padding: 0 0 0 3.4375em;
  /* 55/16 */
  border-bottom: 0;
}

.o-tax-product_category .solutions-return,
.o-tax-service_category .solutions-return {
  clear: both;
  text-align: center;
  margin-top: 3.375em;
  /* 54/16 */
}

/* For single post type career. */
.single-career .site-content {
  margin: 5.625em 0;
  /* 90/16 */
}

.single-career .content-area {
  width: 100%;
  border: none;
  padding: 0;
}

.single-career .grid {
  margin-left: -2.1875rem;
  /* 35/16 */
  margin-right: -2.1875rem;
  /* 35/16 */
}

.single-career .column {
  padding-left: 2.1875rem;
  /* 35/16 */
  padding-right: 2.1875rem;
  /* 35/16 */
}

.single-career .featured-image {
  margin-bottom: 1.875em;
  /* 30/16 */
}

/* Single sidebar featured image. */
.single-product .featured-images,
.single-service .featured-images {
  margin-bottom: 0.625em;
  /* 10/16 */
}

.single-product .featured-images .image-box,
.single-service .featured-images .image-box {
  margin-bottom: 0.625em;
  /* 10/16 */
}

.single-product .featured-images .image-box img,
.single-service .featured-images .image-box img {
  width: 100%;
}

.single-product .featured-images .image-box:last-child,
.single-service .featured-images .image-box:last-child {
  margin-bottom: 0;
}

.single-product .featured-images:last-child,
.single-service .featured-images:last-child {
  margin-bottom: 0;
}

.product-category-posts {
  margin-bottom: 3.75em;
  /* 60/16 */
}

.product-category-posts .category-name {
  position: relative;
  margin: 0 0 1.0666666666666667em;
  /* 32/30 */
  padding: 0 0 1.0666666666666667em;
  /* 32/30 */
  padding-left: 0;
  border-bottom: 4px solid #ebebeb;
  color: #003263;
  font-size: 30px;
  font-size: 1.875rem;
  /* 30/16 */
}

.product-category-posts .category-name:before {
  position: absolute;
  top: -0.08333333333333333em;
  /* 2/24 */
  left: -0.08333333333333333em;
  /* 2/24 */
  content: none;
  display: block;
  width: 1.625em;
  /* 39/24 */
  height: 1.625em;
  /* 39/24 */
  border: 2px solid #fcb323;
  border-radius: 50%;
  background-image: url(https://www.membranechemicals.com/wp-content/themes/awc/images/greater-than.png);
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 24px;
  font-size: 1.5rem;
  /* 24/16 */
}

@media all and (max-width: 990px) {
  .blog .content-area,
  .archive .content-area,
  .search .content-area,
  .single .content-area,
  .single-service .content-area,
  .single-product .content-area,
  .tax-product_category .content-area,
  .tax-service_category .content-area {
    float: none;
    width: 100%;
    padding: 0 0 2.5em;
    /* 40/16 */
    margin: 0 0 2.5em;
    /* 40/16 */
    border-right: 0;
    border-bottom: 3px solid #fcb323;
  }
  .blog .widget-area,
  .blog .product-widgets,
  .blog .service-widgets,
  .blog .product-category-widgets,
  .blog .service-category-widgets,
  .archive .widget-area,
  .archive .product-widgets,
  .archive .service-widgets,
  .archive .product-category-widgets,
  .archive .service-category-widgets,
  .search .widget-area,
  .search .product-widgets,
  .search .service-widgets,
  .search .product-category-widgets,
  .search .service-category-widgets,
  .single .widget-area,
  .single .product-widgets,
  .single .service-widgets,
  .single .product-category-widgets,
  .single .service-category-widgets,
  .single-service .widget-area,
  .single-service .product-widgets,
  .single-service .service-widgets,
  .single-service .product-category-widgets,
  .single-service .service-category-widgets,
  .single-product .widget-area,
  .single-product .product-widgets,
  .single-product .service-widgets,
  .single-product .product-category-widgets,
  .single-product .service-category-widgets,
  .tax-product_category .widget-area,
  .tax-product_category .product-widgets,
  .tax-product_category .service-widgets,
  .tax-product_category .product-category-widgets,
  .tax-product_category .service-category-widgets,
  .tax-service_category .widget-area,
  .tax-service_category .product-widgets,
  .tax-service_category .service-widgets,
  .tax-service_category .product-category-widgets,
  .tax-service_category .service-category-widgets {
    float: right;
    width: 100%;
    padding: 0;
  }
  .single-service .content-area,
  .single-product .content-area {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .single-service .product-widgets,
  .single-service .service-widgets,
  .single-product .product-widgets,
  .single-product .service-widgets {
    margin: 0 0 2.5em;
    /* 40/16 */
  }
  .single-service .site-content,
  .single-product .site-content,
  .single-career .site-content,
  .tax-product_category .site-content,
  .tax-service_category .site-content {
    margin: 3.125em 0;
    /* 50/16 */
  }
  .single-career .content-area {
    padding: 0;
    margin: 0;
    border-bottom: none;
  }
  .single-career .apply-form {
    margin-top: 2.5em;
    /* 40/16 */
    padding-top: 1.875em;
    /* 30/16 */
    border-top: 3px solid #fcb323;
  }
  .tax-product_category .hentry:before,
  .tax-service_category .hentry:before {
    left: 0;
  }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  padding: 1.5em 0;
  /* 24/16 */
  background-color: #fff;
}

.header-right {
  float: right;
}

.site-lang-nav {
  float: right;
  margin-top: 2px;
}

.site-slogan {
  float: right;
  clear: right;
  margin-top: 0.75em;
  /* 12/16 */
}

.site-slogan img {
  display: block;
}

.secondary-navigation {
  float: right;
  margin-left: 0.5625em;
  /* 9/16 */
}

.site-description {
  clear: right;
  float: right;
  margin-top: 0.6363636363636364em;
  /* 14/22 */
  color: #8b8499;
  font-size: 22px;
  font-size: 1.375rem;
  /* 22/16 */
  font-style: italic;
  font-weight: 600;
}

@media all and (min-width: 991px) {
  .header-right > .container,
  .site-branding > .container {
    max-width: none;
    width: auto;
    margin: 0;
    padding: 0;
  }
}

@media all and (max-width: 990px) {
  .site-header {
    padding: 0;
    border-bottom: 4px solid #00a1e4;
  }
  .site-header > .container {
    max-width: none;
    padding: 0;
  }
  .header-right,
  .site-branding {
    width: 100%;
  }
  .header-right {
    padding: 0.9375em 0;
    /* 15/16 */
    background-color: #f5f5f5;
  }
  .site-slogan {
    display: none;
  }
  .site-lang-nav {
    float: left;
  }
  .site-branding {
    padding: 1.6666666666666667em 0;
    /* 30/18 */
  }
  .site-branding .site-title {
    float: left;
  }
  .site-branding .menu-toggle {
    display: block;
    float: right;
    margin-top: 0.8888888888888888em;
    /* 16/18 */
  }
  .site-description {
    display: none;
  }
}

@media all and (max-width: 630px) {
  .site-branding {
    padding: 1.3888888888888888em 0;
    /* 25/18 */
  }
  .site-branding .menu-toggle {
    margin-top: 0.7222222222222222em;
    /* 13/18 */
  }
}

@media all and (max-width: 570px) {
  .site-branding .menu-toggle {
    margin-top: 0.5em;
    /* 9/18 */
  }
}

@media all and (max-width: 570px) {
  .secondary-navigation {
    display: none;
  }
  .site-lang-nav {
    float: right;
    margin-right: 0;
  }
}

@media all and (max-width: 350px) {
  .site-branding .menu-toggle {
    margin-top: 0.3888888888888889em;
    /* 7/18 */
  }
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
.site-content {
  clear: both;
  margin: 3.4375em 0;
  /* 55/16 */
}

.page-template .site-content {
  margin: 0;
}

.tp-loader {
  display: none !important;
}

/*--------------------------------------------------------------
## Page Title
--------------------------------------------------------------*/
#page-title {
  clear: both;
  padding: 1.875em 0;
  /* 30/16 */
  background: #1b4172;
  background: linear-gradient(to bottom, #1b4172 0%, #1b4976 10%, #1c5c81 27%, #1d95a5 71%, #1da1ac 84%, #1da3ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b4172', endColorstr='#1da3ad',GradientType=0 );
  text-align: center;
}

#page-title .page-entry-title {
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-size: 2.25rem;
  /* 36/16 */
  font-weight: normal;
  line-height: 1.2;
}

#page-title .page-entry-title sup {
  font-size: 50%;
  top: -1.0em;
}

#page-title .page-title-entry-meta {
  margin-top: 0.625em;
  /* 10/16 */
  color: #fff;
  font-style: italic;
}

#page-title .page-title-entry-meta a {
  color: #fff;
}

@media all and (max-width: 470px) {
  #page-title .page-entry-title {
    font-size: 32px;
    font-size: 2rem;
    /* 32/16 */
  }
}

/*--------------------------------------------------------------
## Page Slider
--------------------------------------------------------------*/
.page-slider {
  clear: both;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #fff;
}

.site-footer .widget {
  margin-bottom: 1.25em;
  /* 20/16 */
}

.site-footer .widget:first-child .widget-title {
  margin-top: 0.5555555555555556em;
  /* 10/18 */
}

.site-footer .widget:last-child {
  margin-bottom: 0;
}

.site-footer .widget .footer-link {
  display: block;
  color: #fdd076;
  font-weight: 600;
  font-size: 1.125rem;
  font-family: "Titillium Web",arial,sans-serif;
}

.site-footer .widget .footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.site-footer .widget-title {
  margin: 0 0 1.3888888888888888em;
  /* 25/18 */
  color: #fdd076;
  font-size: 18px;
  font-size: 1.125rem;
  /* 18/16 */
  font-weight: 600;
}

.site-footer .widget_search {
  margin-top: 2.1875em;
  /* 35/16 */
}

.site-footer .search-form {
  position: relative;
  width: 13.25em;
  /* 212/16 */
}

.site-footer .search-form .search-field {
  display: block;
  width: 100%;
  height: 2.4375em;
  /* 39/16 */
  padding: 0 3.25em 0 0.8125em;
  /* 52/16 */
  /* 13/16 */
  border: none;
  border-radius: 2.4375em;
  /* 39/16 */
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}

.site-footer .search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.375em;
  /* 22/16 */
  height: 1.375em;
  /* 22/16 */
  margin: 0.5em 1.0625em 0 0;
  /* 8/16 */
  /* 17/16 */
  padding: 0;
  background: url(https://www.membranechemicals.com/wp-content/themes/awc/images/search-icon.png) no-repeat center center;
  background-size: 100% 100%;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-size: 1rem;
  text-indent: -9999em;
}

.site-footer .search-form .search-submit:hover {
  opacity: 0.8;
}

.footer-navigation {
  margin-bottom: 1.25em;
  /* 20/16 */
}

.footer-top {
  padding: 3.25em 0;
  /* 52/16 */
  background-color: #003263;
  color: #fff;
}

.footer-top a {
  color: #00a1e4;
}

.footer-top a:hover, .footer-top a:focus {
  color: #9ae1ff;
}

.footer-top .row {
  margin: 0 -2.1875em;
  /* 35/16 */
}

.footer-top .column {
  float: left;
  width: 33.33333333333333%;
  padding: 0 2.1875em;
  /* 35/16 */
}

.footer-bottom {
  margin: 0.9375em 0;
  /* 15/16 */
}

.site-info {
  color: #8b859a;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
}

@media all and (max-width: 990px) {
  .footer-top .row {
    margin: 0;
  }
  .footer-top .column {
    width: 100%;
    padding: 0;
  }
  .footer-top .column-1 {
    margin-bottom: 1.25em;
    /* 20/16 */
  }
  .footer-top .column-2 {
    margin-bottom: 1.25em;
    /* 20/16 */
  }
}

/*--------------------------------------------------------------
# Page Templates
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
.introduction {
  padding: 4.0625em 0;
  /* 65/16 */
}

.introduction-images-slider {
  float: left;
  width: 53.90625%;
}

.introduction-content {
  float: right;
  width: 40.625%;
}

.emphasis {
  text-align: center;
}

.emphasis-title {
  padding: 0.6875em 0;
  /* 11/16 */
  background-color: #00a1e4;
}

.emphasis-title h2 {
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-size: 2.25rem;
  /* 36/16 */
  text-align: center;
}

.emphasis-content {
  padding: 3.4375em 0;
  /* 55/16 */
}

.emphasis-content .widget-content {
  max-width: 51.5em;
  /* 824/16 */
  margin: 0 auto;
}

.emphasis-content .widget-button .button {
  margin: 0 0.5em;
  /* 10/20 */
  min-width: 6.85em;
  /* 137/20 */
}

.industries-testimonials {
  padding: 1.875em 0;
  /* 30/16 */
  background-color: #ebebeb;
}

.industries-testimonials .flex-wrap {
  display: -ms-flexbox;
  display: flex;
}

.industries-testimonials-left {
  -ms-flex: 0 1 50%;
      flex: 0 1 50%;
  padding: 2em 3em 2em 0;
  /* 48/16 */
  border-right: 1px solid #acacac;
}

.industries-testimonials-right {
  -ms-flex: 0 1 50%;
      flex: 0 1 50%;
  padding: 2em 0 2em 3em;
  /* 48/16 */
}

.industries-testimonials-title {
  margin-bottom: 1.125em;
  /* 18/16 */
}

.industries-testimonials-title h3 {
  display: block;
  margin: 0;
  color: #002a5c;
  font-size: 36px;
  font-size: 2.25rem;
  /* 36/16 */
  font-weight: normal;
  line-height: 1.1;
}

.industries-item {
  display: block;
  background-color: #003263;
  margin: 0;
  padding: 0.625em 1.4166666666666667em;
  /* 15/24 */
  /* 34/24 */
  border-bottom: 3px solid #fff;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  /* 24/16 */
  font-weight: normal;
  line-height: 1.15;
}

.industries-item:hover, .industries-item:focus {
  color: #fff;
}

.industries-item:last-child {
  border-bottom: 0;
}

.image-links {
  padding: 5.3125em 0;
  /* 85/16 */
}

.image-links-image-wrap {
  display: block;
  width: 14.3125em;
  /* 229/16 */
  height: 14.3125em;
  /* 229/16 */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.125em;
  /* 18/16 */
  border-radius: 50%;
  padding: 0.75em;
  /* 12/16 */
  border: 2px solid #fcb323;
}

.image-links-image {
  display: block;
  width: 12.5em;
  /* 200/16 */
  height: 12.5em;
  /* 200/16 */
}

.image-links-title {
  display: inline-block;
  max-width: 90%;
  margin: 0;
  color: #00a1e4;
  font-size: 24px;
  font-size: 1.5rem;
  /* 24/16 */
  font-weight: 600;
  text-align: center;
}

.image-links-block {
  display: block;
  text-align: center;
}

.image-links-block:hover .image-links-image, .image-links-block:focus .image-links-image {
  background-position: -12.5em 0 !important;
  /* 200/16 */
}

.image-links-block:hover .image-links-title, .image-links-block:focus .image-links-title {
  color: #003263;
  text-decoration: underline;
}

@media all and (max-width: 1120px) {
  .image-links-image-wrap {
    width: 13.125em;
    /* 210/16 */
    height: 13.125em;
    /* 210/16 */
  }
  .image-links-image {
    width: 11.375em;
    /* 182/16 */
    height: 11.375em;
    /* 182/16 */
    background-size: 22.75em 11.375em !important;
    /* 364/16 */
    /* 182/16 */
  }
  .image-links-block:hover .image-links-image,
  .image-links-block:focus .image-links-image {
    background-position: -11.375em 0 !important;
  }
}

@media all and (max-width: 990px) {
  .introduction-images-slider {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
  .introduction-content {
    float: none;
    width: 100%;
    margin-bottom: 2.1875em;
    /* 35/16 */
    text-align: center;
  }
  .industries-testimonials {
    padding: 3.4375em 0;
    /* 55/16 */
  }
  .industries-testimonials .flex-wrap {
    display: block;
  }
  .industries-testimonials-left {
    margin-bottom: 2em;
    /* 32/16 */
    padding: 0;
    border-right: none;
  }
  .industries-testimonials-right {
    padding: 0;
  }
  .image-links {
    padding: 2.8125em 0;
    /* 45/16 */
  }
  .image-links .column {
    padding: 0.9375em 0;
    /* 15/16 */
    width: 50%;
  }
}

@media all and (max-width: 650px) {
  .introduction-images-slider {
    width: 100%;
  }
}

@media all and (max-width: 530px) {
  .image-links .column {
    width: 100%;
  }
}

@media all and (max-width: 470px) {
  .introduction {
    padding: 3.4375em 0;
    /* 55/16 */
  }
  .emphasis-title h2,
  .industries-testimonials-title h3 {
    font-size: 32px;
    font-size: 2rem;
    /* 32/16 */
  }
}

/*--------------------------------------------------------------
## Contact Us
--------------------------------------------------------------*/
.contact {
  padding: 2.8125em 0 5.625em;
  /* 45/16 */
  /* 90/16 */
}

.contact-left {
  float: left;
  width: 38.671875%;
}

.contact-right {
  float: right;
  width: 56.73828125%;
}

.contact-title {
  margin: 0 0 0.75em;
  /* 18/24 */
  color: #00a1e4;
  font-size: 24px;
  font-size: 1.5rem;
  /* 24/16 */
}

.contact-map {
  padding: 0.4375em;
  /* 7/16 */
  border: 2px solid #fcb323;
}

.contact-map iframe {
  display: block;
  width: 100%;
}

.contact-address {
  margin: 1em 0 1.6666666666666667em 0;
  /* 18/18 */
  /* 30/18 */
  padding-bottom: 1.6666666666666667em;
  /* 30/18 */
  border-bottom: 4px solid #ececec;
  color: #7c7c7c;
  font-size: 18px;
  font-size: 1.125rem;
  /* 18/16 */
  font-weight: 600;
}

.contact-address p {
  margin-bottom: 1em;
}

.contact-address > :first-child {
  margin-top: 0;
}

.contact-address > :last-child {
  margin-bottom: 0;
}

.contact-image {
  padding: 0.4375em;
  /* 7/16 */
  border: 2px solid #fcb323;
}

.contact-image img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-button {
  display: block;
  margin-top: 0.45454545454545453em;
  /* 15/33 */
  padding: 0.5454545454545454em 0.6060606060606061em;
  /* 18/33 */
  /* 20/33 */
  background-color: #00aeef;
  color: #fff;
  font-size: 33px;
  font-size: 2.0625rem;
  /* 33/16 */
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
}

.contact-button:hover, .contact-button:focus {
  background-color: #003263;
  color: #fff;
}

.contact-form {
  padding-top: 0;
  /* 48/16 */
}

.contact-form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

.contact-form ul li > label, .contact-form ul li > div {
  display: inline-block;
  width: 65%;
  vertical-align: top;
}

.contact-form ul li > label {
  text-align: right;
  width: 30%;
  padding-top: 16px;
}

.contact-form ul li > div {
  padding-left: 25px;
}

.contact-form ul li > div input, .contact-form ul li > div textarea, .contact-form ul li > div select {
  width: 100% !important;
}

@media all and (max-width: 991px) {
  .contact-form ul li > label, .contact-form ul li > div {
    display: block;
    width: auto;
  }
  .contact-form ul li > div {
    padding-left: 0;
  }
}

.contact-form .gform_footer {
  text-align: right;
}

.contact-loc {
  padding-top: 40px;
  clear: both;
}

@media (max-width: 991px) {
  .contact-loc {
    padding-top: 0;
  }
}

.contact-loc__title {
  color: #00a1e4;
  text-align: center;
}

.contact-loc__locations {
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
}

@media (max-width: 991px) {
  .contact-loc__locations {
    display: block;
  }
}

.contact-loc__locations ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-loc__locations ul li {
  margin: 0 0 6px;
  position: relative;
  padding-left: 15px;
}

.contact-loc__locations ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: #000;
}

.contact-loc__col {
  -ms-flex: 0 0 45%;
      flex: 0 0 45%;
}

.contact-loc__col:last-child {
  -ms-flex: 0 0 55%;
      flex: 0 0 55%;
}

.contact-loc__col:last-child ul li {
  display: inline-block;
  width: 49%;
}

.contact-loc__cta {
  padding-top: 30px;
}

@media (max-width: 991px) {
  .contact-loc__cta {
    padding-top: 15px;
  }
}

@media all and (max-width: 990px) {
  .contact {
    padding: 2.8125em 0;
    /* 45/16 */
  }
  .contact-left,
  .contact-right {
    float: none;
    width: 100%;
  }
  .contact-right {
    margin-top: 2.5em;
    /* 40/16 */
    padding-top: 1.875em;
    /* 30/16 */
    border-top: 3px solid #fcb323;
  }
  .contact-form {
    padding-top: 0;
  }
}

/*--------------------------------------------------------------
## Solutions
--------------------------------------------------------------*/
.solutions {
  background-color: #003263;
  color: #fff;
}

.solutions-flex {
  display: -ms-flexbox;
  display: flex;
}

.solutions-left {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  padding: 1.5625em 1.875em 1.5625em 0;
  /* 25/16 */
  /* 30/16 */
  /* 25/16 */
  border-right: 1.5px solid #fff;
  text-align: right;
}

.solutions-right {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  padding: 1.5625em 0 1.5625em 1.875em;
  /* 25/16 */
  /* 25/16 */
  /* 30/16 */
  border-left: 1.5px solid #fff;
  text-align: left;
}

.solutions-title {
  margin: 0 0 0.2777777777777778em;
  /* 10/36 */
  font-size: 36px;
  font-size: 2.25rem;
  /* 36/16 */
  color: #fff;
  font-weight: normal;
  line-height: 1.1;
}

.solutions-content > :first-child {
  margin-top: 0;
}

.solutions-content > :last-child {
  margin-bottom: 0;
}

.solutions-mobile-content > :first-child {
  margin-top: 0;
}

.solutions-mobile-content > :last-child {
  margin-bottom: 0;
}

.solutions-mobile-header {
  display: none;
  padding: 1.5625em 0;
  /* 25/16 */
  background-color: #003263;
  color: #fff;
}

.solutions-mobile-header-right {
  text-align: right;
}

.solutions-mobile-title {
  margin: 0 0 0.3125em;
  /* 10/32 */
  color: #fff;
  font-weight: normal;
  line-height: 1.1;
  font-size: 32px;
  font-size: 2rem;
  /* 32/16 */
}

.solutions-accordion {
  padding: 2.5em 0;
  /* 40/16 */
}

.solutions-accordion-flex {
  display: -ms-flexbox;
  display: flex;
}

.solutions-accordion-left {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  padding: 2.5em 2em 2.5em 0;
  /* 40/16 */
  /* 32/16 */
  /* 40/16 */
  border-right: 1.5px solid #fcb323;
}

.solutions-accordion-right {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  padding: 2.5em 0 2.5em 2em;
  /* 40/16 */
  /* 40/16 */
  /* 32/16 */
  border-left: 1.5px solid #fcb323;
}

@media all and (max-width: 990px) {
  .solutions {
    display: none;
  }
  .solutions-mobile-header {
    display: block;
  }
  .solutions-accordion {
    padding: 0;
  }
  .solutions-accordion > .container {
    max-width: 100%;
    padding: 0;
  }
  .solutions-accordion-flex {
    display: block;
  }
  .solutions-accordion-left,
  .solutions-accordion-right {
    max-width: 47.9375rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    margin-left: auto;
    margin-right: auto;
  }
  .solutions-accordion-left {
    border-right: none;
  }
  .solutions-accordion-right {
    border-left: none;
  }
}

/*--------------------------------------------------------------
## Resources
--------------------------------------------------------------*/
.faqs-events {
  padding: 3.75em 0;
  /* 60/16 */
}

.faqs-events .flex-wrap {
  display: -ms-flexbox;
  display: flex;
}

.faqs-events .accordion-content > p {
  overflow: hidden;
  text-overflow: ellipsis;
}

.faqs-events-left {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  width: 50%;
  padding-right: 2.1875em;
  /* 35/16 */
  border-right: 1px solid #acacac;
}

.faqs-events-right {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  width: 50%;
  padding-left: 2.1875em;
  /* 35/16 */
}

.faqs-events-title {
  margin-bottom: 2.8125em;
  /* 45/16 */
}

.faqs-events-title h3 {
  display: block;
  margin: 0;
  color: #002a5c;
  font-size: 36px;
  font-size: 2.25rem;
  /* 36/16 */
  font-weight: normal;
  line-height: 1.1;
}

.question-form {
  padding-bottom: 1.875em;
  /* 30/16 */
  border-bottom: 3px solid #ebebeb;
}

.question-form > .form {
  display: none;
  margin-top: 1.875em;
  /* 30/16 */
}

.question-form .ask-button {
  background-color: #003263;
}

.question-form .cancel-button {
  background-color: #999;
}

.question-form.toggled-form > .form {
  display: block;
}

.question-form .gform_wrapper {
  margin-top: 0;
}

.question-form .gform_fields .gfield {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px;
}

@media (max-width: 767px) {
  .question-form .gform_fields .gfield {
    display: block;
  }
}

.question-form .gform_fields .gfield label {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  padding-right: 30px;
  text-align: right;
  padding-top: 10px;
}

.question-form .gform_fields .gfield .ginput_container {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  margin-top: 0;
}

@media (max-width: 767px) {
  .question-form .gform_fields .gfield .ginput_container {
    margin-top: 10px;
  }
}

.question-form .gform_fields .gfield .ginput_container input, .question-form .gform_fields .gfield .ginput_container select, .question-form .gform_fields .gfield .ginput_container textarea {
  width: 100%;
  display: block;
  padding: 0 10px;
}

.question-form .gform_footer {
  text-align: right;
}

.case-studies-title {
  padding: 2.1875em 0;
  /* 35/16 */
  background-color: #e6e6e6;
  text-align: center;
}

.case-studies-title h3 {
  display: block;
  margin: 0;
  color: #002a5c;
  font-size: 36px;
  font-size: 2.25rem;
  /* 36/16 */
  font-weight: normal;
  line-height: 1.1;
}

.case-studies-sub-title {
  margin-top: 2.1875em;
  /* 35/16 */
}

.case-studies-sub-title > :first-child {
  margin-top: 0;
}

.case-studies-sub-title > :last-child {
  margin-bottom: 0;
}

.case-studies-grid {
  padding: 2.5em 0;
  /* 40/16 */
}

.case-studies-column {
  float: left;
  margin-top: 0.625em;
  /* 10/16 */
  margin-bottom: 0.625em;
  /* 10/16 */
  padding: 0.9375em;
  /* 15/16 */
  border: 2px solid #b8b8b8;
}

.case-studies-image {
  float: left;
  margin-right: 1.25em;
  /* 20/16 */
}

.case-studies-image img {
  display: block;
}

.case-studies-excerpt {
  overflow: hidden;
  margin: 0.625em 0 0;
  /* 10/16 */
}

.case-studies-excerpt > :first-child {
  margin-top: 0;
}

.case-studies-excerpt > :last-child {
  margin-bottom: 0;
}

@media all and (min-width: 991px) {
  .case-studies-column {
    float: left;
    width: 31.0546875%;
    margin-top: 1.0625em;
    /* 17/16 */
    margin-bottom: 1.0625em;
    /* 17/16 */
    margin-right: 3.41796875%;
  }
  .case-studies-column:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media all and (max-width: 990px) and (min-width: 630px) {
  .case-studies-column {
    float: left;
    width: 48.291015625%;
    margin-right: 3.41796875%;
  }
  .case-studies-column:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media all and (max-width: 990px) {
  .faqs-events {
    padding: 2.8125em 0;
    /* 45/16 */
  }
  .faqs-events .flex-wrap {
    display: block;
  }
  .faqs-events-left {
    width: 100%;
    margin-bottom: 2.1875em;
    /* 35/16 */
    padding-right: 0;
    padding-bottom: 3.4375em;
    /* 55/16 */
    border-right: none;
    border-bottom: 1px solid #acacac;
  }
  .faqs-events-right {
    width: 100%;
    padding-left: 0;
  }
}

@media all and (max-width: 470px) {
  .faqs-events-title h3,
  .case-studies-title h3 {
    font-size: 32px;
    font-size: 2rem;
    /* 32/16 */
  }
}

/*--------------------------------------------------------------
## Chemical Calculator
--------------------------------------------------------------*/
.page-template-chemical-calculator .entry-content {
  min-height: 400px;
  margin: 1em 0 0 0;
}

.chemical-intro {
  padding-bottom: 30px;
}

.chemical-extra {
  padding-top: 30px;
}

.chemical-intro, .chemical-extra {
  text-align: center;
}

.chemical-intro p, .chemical-extra p {
  margin: 0 0 25px;
}

.select-holder {
  position: relative;
}

.select-holder__icon {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  right: 15px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #b8b8b8;
}

.select-holder select {
  cursor: pointer;
}

.select-holder select:hover + .select-holder__icon {
  border-top-color: #00aeef;
}

#chemical-table {
  margin: 0 0 40px;
}

#chemical-table .chemical-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  background: #e2e1e1;
  margin: 0 0 1px;
}

#chemical-table .chemical-row--head {
  font-weight: bold;
  background: #ccc;
}

@media (max-width: 767px) {
  #chemical-table .chemical-row--head {
    display: none;
  }
}

#chemical-table .chemical-col {
  -ms-flex: 0 0 26%;
      flex: 0 0 26%;
  text-align: center;
  padding: 10px;
}

#chemical-table .chemical-col:nth-child(1), #chemical-table .chemical-col:nth-child(2) {
  -ms-flex: 0 0 10%;
      flex: 0 0 10%;
}

@media (max-width: 767px) {
  #chemical-table .chemical-col {
    -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
    padding: 0 0 10px;
  }
  #chemical-table .chemical-col:before {
    content: attr(data-title);
    display: block;
    background: #003263;
    color: #fff;
    padding: 3px 5px;
    margin: 0 0 10px;
    font-size: 13px;
  }
}

#chemical-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  #chemical-form {
    display: block;
    text-align: center;
  }
}

#chemical-form #formula {
  -ms-flex: 0 0 40%;
      flex: 0 0 40%;
}

#chemical-form input {
  border-color: #00aeef;
  -ms-flex: 0 0 15%;
      flex: 0 0 15%;
  margin: 0 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}

@media (max-width: 767px) {
  #chemical-form input {
    margin: 0 0 10px;
  }
}

.chemical-results {
  display: none;
}

.total-weight {
  text-align: center;
}

.total-weight h3 span {
  background: #003263;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
}

.chemical-options {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
  -ms-flex-pack: center;
      justify-content: center;
}

.chemical-options .compounds {
  display: none;
}

@media (max-width: 767px) {
  .chemical-options {
    display: block;
  }
}

.chemical-options select {
  border-color: #00aeef;
  border-radius: 0;
}

.chemical-options > * {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .chemical-options > * {
    margin: 0 0 15px;
  }
}

.chemical-options > * label {
  font-weight: bold;
  display: block;
  margin: 0 0 5px;
}

/*--------------------------------------------------------------
## RO Cleaning Chemical Calculator
--------------------------------------------------------------*/
.page-template-cleaning-chemical-calculator .site-content {
  margin: 3.4375em 0;
}

.page-template-cleaning-chemical-calculator .tab-group__nav {
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-template-cleaning-chemical-calculator .tab-group__tab {
  background: #003263;
  padding: 15px 20px;
  color: #fff;
  cursor: pointer;
  margin: 0 10px 10px 0;
}

.page-template-cleaning-chemical-calculator .tab-group__tab:hover {
  background: #00a1e4;
}

.page-template-cleaning-chemical-calculator .tab-group__tab--active {
  background: #fcb323;
}

.page-template-cleaning-chemical-calculator .tab-group__tab--active:hover {
  background: #fcb323;
}

.page-template-cleaning-chemical-calculator .tab-group__tab__icon-tab {
  padding: 15px 25px;
}

.page-template-cleaning-chemical-calculator .tab-group .tab-content {
  transition: .2s ease;
}

.page-template-cleaning-chemical-calculator .tab-group .tab-content:not(:first-child) {
  display: none;
}

.page-template-cleaning-chemical-calculator .tab-group__content {
  padding: 40px;
  border: 3px solid #fcb323;
}

.page-template-cleaning-chemical-calculator .tab-group__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.page-template-cleaning-chemical-calculator .tab-group__title {
  color: #00a1e4;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
}

.page-template-cleaning-chemical-calculator .tab-group__navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.page-template-cleaning-chemical-calculator .tab-group__navigation-btn {
  background: #fcb323;
  padding: 5px 10px;
  color: #fff;
  margin-left: 10px;
}

.page-template-cleaning-chemical-calculator .tab-group__navigation-btn:hover {
  background: #00a1e4;
}

.page-template-cleaning-chemical-calculator .tab-group__navigation-btn--disabled:hover {
  background: #fcb323;
}

.page-template-cleaning-chemical-calculator .tab-group__body {
  margin-top: 20px;
  border-top: 1px solid #ecebeb;
}

.page-template-cleaning-chemical-calculator .tab-group__form {
  margin: 0;
}

.page-template-cleaning-chemical-calculator .tab-group__notes {
  margin: 0;
}

/*--------------------------------------------------------------
## Converter Templates
--------------------------------------------------------------*/
.flux__intro {
  text-align: center;
}

.flux__intro h2 {
  margin: 0 0 20px;
}

.flux__intro > div {
  margin: 0 0 30px;
}

.flux__form {
  padding: 30px 30px 0;
  margin: 0;
}

@media (max-width: 991px) {
  .flux__form {
    padding: 15px 15px 0;
  }
}

.flux__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: 0 -10px;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: 991px) {
  .flux__inner {
    display: block;
  }
}

.flux__left {
  padding: 0 10px;
}

.flux__label, .flux input, .flux .button {
  height: 40px;
  line-height: 40px;
  margin: 0 0 30px;
}

.flux input[type="text"] {
  border-color: #00aeef;
}

@media (max-width: 991px) {
  .flux__label {
    display: none;
  }
}

@media (max-width: 991px) {
  .flux__label--reset {
    display: block;
  }
}

.flux__col {
  padding: 0 10px;
}

.flux__col label {
  display: none;
}

@media (max-width: 991px) {
  .flux__col label {
    display: block;
  }
}

.flux__row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 30px;
}

@media (max-width: 991px) {
  .flux__row {
    display: block;
  }
}

.flux__row:last-child {
  margin-bottom: 0;
}

.flux__field {
  -ms-flex: 0 0 calc(calc(100% - 230px) / 3);
      flex: 0 0 calc(calc(100% - 230px) / 3);
  padding: 0 10px;
}

@media (max-width: 991px) {
  .flux__field {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
  }
}

.flux__field label {
  display: none;
}

@media (max-width: 991px) {
  .flux__field label {
    display: block;
    margin: 0 0 10px;
  }
}

.flux__field input {
  border: 0;
}

@media (max-width: 991px) {
  .flux__field input {
    margin: 0 0 10px;
  }
}

.flux__first {
  -ms-flex: 0 0 230px;
      flex: 0 0 230px;
  padding: 0 10px;
}

@media (max-width: 991px) {
  .flux__first--label {
    display: none;
  }
}

.flux .button {
  background: #00a1e4;
  color: #fff;
  padding: 0 15px;
}

.flux .button:hover {
  background: #008fcb;
}

.flux .button--reset {
  float: right;
  background-color: #003263;
  color: #fff;
}

.flux .button--reset:hover, .flux .button--reset:focus {
  background: #00a1e4;
}

.flow-units {
  padding: 0 0 0 40px;
}

.flow-units__form_fields {
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .flow-units__form_fields {
    display: block;
  }
}

.flow-units .form-group {
  -ms-flex-align: baseline;
      align-items: baseline;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 20px;
}

.flow-units .form-group select, .flow-units .form-group #flow_value {
  border-color: #00aeef;
  border-radius: 0;
}

.flow-units .form-group label {
  width: 75%;
}

.flow-units .conversion-input {
  -ms-flex-pack: center;
      justify-content: center;
}

.flow-units .conversion-input #flow_value {
  width: 35%;
}

@media (max-width: 991px) {
  .flow-units .conversion-input #flow_value {
    width: 100%;
  }
}

.flow-units__fields {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 400px;
}

.flow-units__fields input, .flow-units__fields button {
  height: 40px;
  line-height: 40px;
}

.flow-units__fields input[type="button"] {
  padding: 0 15px;
  width: 100%;
}

.flow-units__field {
  -ms-flex: 0 0 calc(100% - 150px);
      flex: 0 0 calc(100% - 150px);
  padding: 0 10px;
}

.flow-units__button {
  padding: 0 10px;
}

.flow-units__button input {
  background-color: #003263;
}

.flow-units__button input:hover {
  background-color: #00aeef;
}

.flow-units__selections {
  text-align: center;
  padding-top: 20px;
}

.flow-units__select {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 15px;
}

.unit-result {
  max-width: 400px;
  margin: 20px auto 0;
  background: #003263;
  color: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.unit-result__title {
  background: #fdd076;
  font-weight: bold;
  padding: 10px;
  font-size: 18px;
  color: #043f79;
}

.unit-result__item {
  padding: 10px;
}

.unit-result__item:nth-child(odd) {
  background: #043f79;
}

/*--------------------------------------------------------------
## Careers
--------------------------------------------------------------*/
.apply-form .gform_wrapper {
  margin-top: 0;
}

.apply-form .gform_fields .gfield {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 15px;
}

@media (max-width: 767px) {
  .apply-form .gform_fields .gfield {
    display: block;
  }
}

.apply-form .gform_fields .gfield label {
  -ms-flex: 0 0 40%;
      flex: 0 0 40%;
  padding-right: 30px;
  text-align: right;
}

.apply-form .gform_fields .gfield .ginput_container {
  -ms-flex: 0 0 60%;
      flex: 0 0 60%;
}

.apply-form .gform_fields .gfield .ginput_container input, .apply-form .gform_fields .gfield .ginput_container select, .apply-form .gform_fields .gfield .ginput_container textarea {
  width: 100%;
  display: block;
  padding: 0 10px;
}

.apply-form .gform_footer {
  text-align: right;
}

/*--------------------------------------------------------------
## Case
--------------------------------------------------------------*/
.case-study {
  padding: 45px 0;
}

.case-study__list {
  /*display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;*/
  display: block;    
}

.case-study__inner {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #F9F9F9;
  display: inline-flex;
}

.case-study__content {
  padding: 20px;
  width: 65%;
}

.case-study__item {
  /* -ms-flex: 0 0 calc(50%);
      flex: 0 0 calc(50%);
  padding: 0 10px; */
  margin: 0 0 65px;
}

.case-study__item h3 {
  font-size: 20px;
  color: #00a1e4;
  font-weight: 600;
  margin: 0 0 20px;
  min-height: 75px;
}

.case-study__item .button {
  font-size: 1.1em;
  position: absolute;
  top: calc(100% - 18px);
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.case-study__item p {
  margin: 0 0 15px;
  min-height: 75px;
}

.case-study__img {
  position: relative;
  /* padding-top: 60%; */
  width: 35%;
  overflow: hidden;
}

.case-study__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
}

.case-study__pager {
  text-align: center;
  padding-top: 30px;
}

.case-study__pager .page-numbers {
  background: #003263;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  padding: 10px 15px;
}

.case-study__pager .page-numbers.current {
  background: #00a1e4;
}

.single-case_study #primary {
  float: none;
  width: 100%;
  border-right: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .single-case_study #content {
    margin: 20px 0;
  }
}

.single-case__content {
  font-size: 18px;
  line-height: 1.5;
}

.single-case__content img {
  border: 2px solid #fcb323;
  padding: 8px;
}

@media (max-width: 991px) {
  .single-case .container {
    padding: 0 10px;
  }
}

.accordion-repeater {
  padding-top: 30px;
}

.accordion-repeater .accordion-inverted .accordion-icon {
  left: 0;
}

@media (max-width: 991px) {
  .accordion-repeater .accordion-inverted .accordion-content {
    padding-left: 0;
  }
}

.accordion-repeater .accordion-nav {
  padding-top: 30px;
  padding-bottom: 30px;
}

/*--------------------------------------------------------------
## Tools
--------------------------------------------------------------*/
.tools .case-study__item h3 {
  min-height: 0;
}

.tools .case-study__item p {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Conference
--------------------------------------------------------------*/
.conference__item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 4px;
  margin: 0 0 20px;
}

.conference__inner {
  background: #F9F9F9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}

/*.conference__inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20%;
  background: #F1F1F1;
}

@media (max-width: 991px) {
  .conference__inner:before {
    display: none;
  }
}*/

.conference__col {
  /*-ms-flex: 0 0 40%;
      flex: 0 0 40%;*/
  padding: 10px;
  line-height: 1.5;
  position: relative;
}

.conference__col--trigger {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  text-align: center;
}

.conference h4 {
  color: #00a1e4;
  margin: 0;
}

.conference__form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: none;
}

.conference__dialog {
  max-width: 580px;
  margin: 10vh auto 0;
  background: #fff;
  padding: 50px;
  text-align: center;
  position: relative;
}

@media (max-width: 991px) {
  .conference__dialog {
    padding: 20px;
  }
}

.conference__dialog h3 {
  color: #00a1e4;
  margin: 0 0 10px;
  font-weight: normal;
}

.conference__dialog p {
  margin: 0 0 25px;
  font-weight: bold;
}

.conference__dialog .gform_wrapper ul.gform_fields li.gfield {
  margin: 0 0 15px;
  padding: 0;
}

.conference__dialog .gform_wrapper ul.gform_fields li.gfield label, .conference__dialog .gform_wrapper ul.gform_fields li.gfield .ginput_container {
  display: inline-block;
  vertical-align: middle;
}

.conference__dialog .gform_wrapper ul.gform_fields li.gfield label {
  width: 80px;
}

.conference__dialog .gform_wrapper ul.gform_fields li.gfield .ginput_container {
  width: calc(100% - 90px);
}

.conference__dialog .gform_wrapper ul.gform_fields li.gfield .ginput_container input {
  width: 100%;
  display: block;
}

.conference__dialog .gform_wrapper .gform_footer {
  padding: 0 0 0 85px;
}

@media (max-width: 991px) {
  .conference__dialog .gform_wrapper .gform_footer {
    padding: 0;
  }
}

.conference__dialog .gform_wrapper .gform_footer input {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin: 0 !important;
}

.conference__download {
  position: relative;
}

.conference-cancel {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .conference-cancel {
    position: relative;
    width: 100%;
  }
}

/*--------------------------------------------------------------
## Water Treatment
--------------------------------------------------------------*/
.treatment__item {
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

@media (max-width: 991px) {
  .treatment__item {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}

.treatment__item h3 {
  color: #00a1e4;
  margin: 0 0 30px;
}

.treatment__item .button {
  position: absolute;
  bottom: -20px;
  right: 15px;
}

.single-water_treatment #primary {
  float: none;
  width: 100%;
  border-right: 0;
  padding: 0;
}

/*--------------------------------------------------------------
## FAQ
--------------------------------------------------------------*/
.faq__form {
  background: #FEFEFE;
  background-image: linear-gradient(#fff, #F1F1F1);
  padding: 40px 0;
  text-align: center;
}

.faq__form .question-form {
  border: 0;
  padding: 0;
}

.faq__form .gform_wrapper ul.gform_fields {
  padding-right: 50%;
  position: relative;
}

.faq__form .gform_wrapper ul.gform_fields li.gfield:last-child {
  position: absolute;
  top: 0;
  right: 0;
}

.faq__form .gform_wrapper ul.gform_fields li.gfield:last-child textarea {
  height: 97px;
}

.faq__form .gform_wrapper .gform_footer {
  text-align: center;
}

.faq__form .gform_wrapper .gform_footer input[type="submit"] {
  margin: 0;
}

.single-faqs #primary {
  float: none;
  width: 100%;
  border-right: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .single-faqs #content {
    margin: 20px 0;
  }
}

/*--------------------------------------------------------------
## Product
--------------------------------------------------------------*/
.single-product #primary {
  float: none;
  width: 100%;
  border-right: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .single-product #content {
    margin: 20px 0;
  }
}

.single-product .product-media-row {
  display: -ms-flexbox;
  display: flex;
}

.single-product .product-media-sidebar {
  width: 30%;
  padding-top: 30px;
}

.single-product .product-media-sidebar img {
  width: 50%;
}

.single-product .product-media-accordion {
  width: 70%;
  padding-left: 2rem;
}

@media (max-width: 991px) {
  .single-product .product-media-row {
    display: block;
  }
  .single-product .product-media-sidebar {
    width: 100%;
  }
  .single-product .product-media-sidebar img {
    width: 30%;
  }
  .single-product .product-media-accordion {
    width: 100%;
    padding-left: 0;
  }
}

/*--------------------------------------------------------------
## ro chemicals & nanofiltration
--------------------------------------------------------------*/
.page-template-ro-chemicals-nanofiltration #main .container {
  max-width: 75rem;
}

.page-template-ro-chemicals-nanofiltration #content.site-content {
  margin-top: 0;
  margin-bottom: 0;
}

.main-content {
  border-right: 1px solid #bbb;
  padding-right: 4%;
  padding-top: 3.4375em;
  padding-bottom: 3.4375em;
}

.right-sidebar {
  padding-top: 3.4375em;
  padding-bottom: 3.4375em;
}

.page-main-content h2 {
  font-size: 1.5rem;
  color: #003366;
  border-bottom: 1px solid #bbb;
}

.right-sidebar ul {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-left: 0;
}

.right-sidebar ul li {
  color: #00aaee;
  text-transform: uppercase;
  border-bottom: 1px solid #bbb;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.awc-general-purpose {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.awc-general-purpose li {
  line-height: 22px;
}

.awc-general-purpose li h5 {
  color: #00aaee;
  margin-bottom: 0;
  font-size: 16px;
}

.awc-general-purpose li p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.column.span8.column-left.page-main-content p {
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
