@charset "UTF-8";
/*!
Theme Name: 	Commercial Water Theme
Theme URI: 		http://julian.is
Description: 	Default theme for .
Version: 		1.0
Author: 		Julian Gaviria
Author URI: 	julian.is
Tags: 			starkers, naked, clean, basic, html5, boilerplate, sass, smacss
*/
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013-2014 thoughtbot, inc.
 * MIT License */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
This class is supposed to be assigned to the parent of items you need organized. Example below:
<div class="rows-of-2">
  <div>Item</div>
  <div>Item</div>
  <div>Item</div>
  <div>Item</div>
</div>
This would give you 2 rows with 2 columns.
*/
section.rows-of-1 > * {
  clear: both;
}

.rows-of-2 {
  display: block;
}
.rows-of-2::after {
  clear: both;
  content: "";
  display: table;
}
.rows-of-2 > * {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}
.rows-of-2 > * > *:first-child {
  margin-top: 0;
}
@media (min-width: 48em) {
  .rows-of-2 > * {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .rows-of-2 > *:last-child {
    margin-right: 0;
  }
  .rows-of-2 > *:nth-child(2n) {
    margin-right: 0;
  }
  .rows-of-2 > *:nth-child(2n+1) {
    clear: left;
  }
  .rows-of-2 > *:nth-last-child(2):last-child {
    margin-bottom: 0 !important;
  }
  .rows-of-2 > *:nth-last-child(1):last-child {
    margin-bottom: 0 !important;
  }
}

.lt-ie9 .rows-of-2 {
  display: block;
}
.lt-ie9 .rows-of-2::after {
  clear: both;
  content: "";
  display: table;
}
.lt-ie9 .rows-of-2 > * {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}
.lt-ie9 .rows-of-2 > * > *:first-child {
  margin-top: 0;
}
@media (min-width: 48em) {
  .lt-ie9 .rows-of-2 > * {
    float: left;
    width: 50% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1em;
    padding-right: 1em;
    display: inline-block !important;
    clear: none !important;
  }
}

.rows-of-3 {
  display: block;
}
.rows-of-3::after {
  clear: both;
  content: "";
  display: table;
}
.rows-of-3 > * {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}
.rows-of-3 > * > *:first-child {
  margin-top: 0;
}
@media (min-width: 48em) {
  .rows-of-3 > * {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .rows-of-3 > *:last-child {
    margin-right: 0;
  }
  .rows-of-3 > *:nth-child(3n) {
    margin-right: 0;
  }
  .rows-of-3 > *:nth-child(3n+1) {
    clear: left;
  }
}

.lt-ie9 .rows-of-3 {
  display: block;
}
.lt-ie9 .rows-of-3::after {
  clear: both;
  content: "";
  display: table;
}
.lt-ie9 .rows-of-3 > * {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}
.lt-ie9 .rows-of-3 > * > *:first-child {
  margin-top: 0;
}
@media (min-width: 48em) {
  .lt-ie9 .rows-of-3 > * {
    float: left;
    width: 33.3% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1em;
    padding-right: 1em;
  }
}

.rows-of-4 {
  display: block;
}
.rows-of-4::after {
  clear: both;
  content: "";
  display: table;
}
.rows-of-4 > * {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}
.rows-of-4 > * > *:first-child {
  margin-top: 0;
}
@media (min-width: 48em) {
  .rows-of-4 > * {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .rows-of-4 > *:last-child {
    margin-right: 0;
  }
  .rows-of-4 > *:nth-child(4n) {
    margin-right: 0;
  }
  .rows-of-4 > *:nth-child(4n+1) {
    clear: left;
  }
}

.lt-ie9 .rows-of-4 {
  display: block;
}
.lt-ie9 .rows-of-4::after {
  clear: both;
  content: "";
  display: table;
}
.lt-ie9 .rows-of-4 > * {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}
.lt-ie9 .rows-of-4 > * > *:first-child {
  margin-top: 0;
}
@media (min-width: 48em) {
  .lt-ie9 .rows-of-4 > * {
    float: left;
    width: 25% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media (max-width: 48em) {
  .mobile-rows-of-2 {
    display: block;
  }
  .mobile-rows-of-2::after {
    clear: both;
    content: "";
    display: table;
  }
  .mobile-rows-of-2 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative;
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 46.288514824%;
  }
  .mobile-rows-of-2 > * > *:first-child {
    margin-top: 0;
  }
  .mobile-rows-of-2 > *:nth-last-child(1) {
    background-color: red;
    margin-bottom: 0;
  }
  .mobile-rows-of-2 > *:nth-last-child(2) {
    background-color: green;
    margin-bottom: 0;
  }
  .mobile-rows-of-2 > *:last-child {
    margin-right: 0;
  }
  .mobile-rows-of-2 > *:nth-child(2n) {
    margin-right: 0;
  }
  .mobile-rows-of-2 > *:nth-child(2n+1) {
    clear: left;
  }
}

.row {
  display: block;
  clear: both;
}
.row::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 48em) {
  .col-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%;
  }
  .col-1:last-child {
    margin-right: 0;
  }

  .col-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
  }
  .col-2:last-child {
    margin-right: 0;
  }

  .col-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .col-3:last-child {
    margin-right: 0;
  }

  .col-4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .col-4:last-child {
    margin-right: 0;
  }

  .col-5 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
  }
  .col-5:last-child {
    margin-right: 0;
  }

  .col-6 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .col-6:last-child {
    margin-right: 0;
  }

  .col-7 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  .col-7:last-child {
    margin-right: 0;
  }

  .col-8 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  .col-8:last-child {
    margin-right: 0;
  }

  .col-9 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
  }
  .col-9:last-child {
    margin-right: 0;
  }

  .col-10 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
  }
  .col-10:last-child {
    margin-right: 0;
  }

  .col-11 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 91.4701957002%;
  }
  .col-11:last-child {
    margin-right: 0;
  }

  .col-12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .col-12:last-child {
    margin-right: 0;
  }

  .col-last {
    margin-right: 0;
    margin-right: 0 !important;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  /* @include mq(mediumv) {
     font-size:.875em;
   }
   @include mq(smallv) {
     font-size:.75em;
   }*/
}

.display-font-size {
  font-size: 1.875em;
}
@media (min-width: 48em) {
  .display-font-size {
    font-size: 2.25em;
  }
}
@media (min-width: 60em) {
  .display-font-size {
    font-size: 2.5em;
  }
}

.xlarge-font-size {
  font-size: 1.5em;
}
@media (min-width: 48em) {
  .xlarge-font-size {
    font-size: 1.8em;
  }
}
@media (min-width: 60em) {
  .xlarge-font-size {
    font-size: 2em;
  }
}

.large-font-size {
  font-size: 0.9375em;
}
@media (min-width: 48em) {
  .large-font-size {
    font-size: 1.125em;
  }
}
@media (min-width: 60em) {
  .large-font-size {
    font-size: 1.6875em;
  }
}

.medium-font-size {
  font-size: 1em;
  margin-bottom: 2em;
  margin-top: 1.75em;
}
@media (min-width: 48em) {
  .medium-font-size {
    font-size: 1.125em;
  }
}
@media (min-width: 60em) {
  .medium-font-size {
    font-size: 1.25em;
  }
}

.base-font-size {
  font-size: 0.9375em;
  /*@include mq(medium) {
    font-size: em(18);
  }
  @include mq(large) {
    font-size: em(18);
  }*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  line-height: 1.516875em;
  margin: 0.9375em 0 0.579375em;
  font-weight: 400;
  color: #0061aa;
}

h1 {
  /*@include display-font-size;
  margin-top: 0;
  margin-bottom: 24px;
  color: $base-color;*/
  font-size: 1.875em;
}

h2 {
  /*@include xlarge-font-size;
  margin-top: 24px;
  margin-bottom: 16px;*/
  font-size: 1.40625em;
}

h3 {
  /*@include large-font-size;
  margin-top: 24px;
  margin-bottom: 16px;*/
  font-size: 1.096875em;
}

h4 {
  /* @include medium-font-size;
   margin-top: 16px;
   margin-bottom: 16px;*/
  font-size: 0.9375em;
}

h5 {
  /* @include base-font-size;
   margin-top: 16px;
   margin-bottom: 16px;*/
  font-size: 0.778125em;
}

h6 {
  /* @include base-font-size;
   margin-top: 16px;
   margin-bottom: 16px;*/
  font-size: 0.703125em;
}

p {
  margin: 1.6em 0;
  font-size: 0.9375em;
}

.emph, .page-intro p, .section-header-wrap p {
  font-size: 1.25em;
  font-weight: normal;
}
@media (min-width: 48em) {
  .emph, .page-intro p, .section-header-wrap p {
    font-size: 1.4375em;
  }
}

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #0061aa;
  text-decoration: underline;
}
a:hover {
  color: #fba02a;
}
a:active, a:focus {
  color: #fba02a;
  outline: none;
}
a:focus:not(:hover):not(:active) {
  outline: 2px dashed #fba02a;
  outline-offset: 2px;
}

/*.pm-item{
    &:focus:not(:hover):not(:active) {
    outline: 2px dashed $base-link-color;
    outline-offset: -2px;
  }
}
.rsmi-link{
     &:focus:not(:hover):not(:active) {
    outline: 2px dashed #d3da42 !important;
    outline-offset: -2px;
  }
}
*/
/*




a {
  @include transition(color 0.1s linear);
  color: $base-link-color;
  text-decoration: underline;
  &:hover {
    color: $hover-link-color;
  }
  &:active,
  &:focus {
    color: $hover-link-color;
    outline: none;
  }
}*/
hr {
  border-bottom: 1px solid #eeeeee;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

blockquote {
  padding: 0;
  margin: 0;
  color: #999;
  margin: 2.454375em;
  position: relative;
}
blockquote:before {
  content: "“";
  display: block;
  font-size: 4.2358em;
  height: 0;
  left: -0.618em;
  position: relative;
  top: -0.3819em;
}
blockquote p {
  margin-top: 0;
}

cite {
  color: #404040;
  font-style: italic;
}
cite:before {
  content: "— ";
}

/* 
Forms
Lists
Tables 
*/
/* Forms */
fieldset {
  background: white;
  border: 1px solid #eeeeee;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 0.9375em;
}

label {
  font-weight: bold;
  margin-bottom: 0.375em;
}
label.required:after {
  content: "*";
}
label abbr {
  display: none;
}

textarea,
input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea,
select[multiple=multiple],
select {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3.125em;
  border: 1px solid #eeeeee;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Raleway", sans-serif;
  font-size: 0.9375em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}
textarea:hover,
input[type=color]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=email]:hover, input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, textarea:hover,
select[multiple=multiple]:hover,
select:hover {
  border-color: #d5d5d5;
}
textarea:focus,
input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus,
select[multiple=multiple]:focus,
select:focus {
  border-color: #0061aa;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 82, 145, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
  margin-right: 0.375em;
  width: auto !important;
}

input[type=file] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  height: 2.3em !important;
  width: 100%;
}

.hs-form fieldset {
  max-width: 100% !important;
  background-color: transparent !important;
}

.hs-form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

.hs-error-msgs {
  color: red;
}

/* Lists */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

ul:not([class]) {
  list-style-type: square;
  list-style-position: outside;
  margin-bottom: 0.75em;
  padding-left: 0;
  margin: 0 0 1.516875em 1.875em;
}
ul:not([class]) li:not([class]) {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 0.9375em;
  line-height: 1.5em;
  /*&:after {
    content: '';
    width: $base-spacing;
    height: $base-spacing;
    display: block;
    position: absolute;
    top: 0;
    left: -$base-spacing;
    background-image: url(img/ico-bullet.svg);
    background-position: center center;
    background-size: .45em;
    background-repeat: no-repeat;
  }*/
}
ul:not([class]) li:not([class]) a {
  font-weight: normal;
}
ul:not([class]) li:not([class]) a:hover, ul:not([class]) li:not([class]) a:focus, ul:not([class]) li:not([class]) a:active {
  text-decoration: none;
}

ol:not([class]) {
  clear: left;
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 0.75em;
  padding-left: 0;
  margin: 0 0 1.516875em 1.875em;
}
ol:not([class]) li:not([class]) {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 0.9375em;
  line-height: 1.5em;
}
ol:not([class]) li:not([class]) a {
  font-weight: normal;
}
ol:not([class]) li:not([class]) a:hover, ol:not([class]) li:not([class]) a:focus, ol:not([class]) li:not([class]) a:active {
  text-decoration: none;
}

.bullet-style {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}
.bullet-style li {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 0.9375em;
  line-height: 1.5em;
}
.bullet-style li a {
  font-weight: normal;
}
.bullet-style li a:hover, .bullet-style li a:focus, .bullet-style li a:active {
  text-decoration: none;
}
.bullet-style li:after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: block;
  position: absolute;
  top: 0;
  left: -1.5em;
  background-image: url(img/ico-bullet.svg);
  background-position: center center;
  background-size: 0.45em;
  background-repeat: no-repeat;
}

ol {
  clear: left;
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}
ol li {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 1.125em;
  line-height: 1.5em;
}
ol li a {
  text-decoration: none;
  font-weight: normal;
}

/* Tables */
table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #c8c8c8;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #eeeeee;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

/*=============== Spec Tables ===============*/
.spec-table {
  display: block;
  width: 100%;
  margin-bottom: 1.5em;
  background: white;
}

.spec-thead {
  display: block;
}

.spec-table-row {
  display: block;
  width: 100%;
}

.spec-cell {
  display: block;
  border: 0.2em solid #ffffff;
  padding: 0.5em 0.8em;
  vertical-align: top;
}
.spec-cell p {
  margin: 0.5em 0;
}
.spec-cell > ul {
  margin: 0.5em 0;
}
.spec-cell > ul > li {
  margin-bottom: 0 !important;
}
.spec-cell > ul > li ul {
  padding: 0 0 0 1.8em;
}
.spec-cell input,
.spec-cell select {
  width: 100%;
}

.spec-col {
  display: table-column;
}

.spec-col-1 {
  width: 100%;
}

.spec-col-2 {
  width: 100%;
}

@media (min-width: 48em) {
  .spec-table {
    display: table;
  }

  .spec-thead {
    display: table-header-group;
  }

  .spec-table-row {
    display: table-row;
  }

  .spec-cell {
    display: table-cell;
  }
  .spec-cell p {
    font-size: 1em;
  }

  .spec-spec-col-1 {
    width: 30%;
  }

  .spec-spec-col-2 {
    width: 70%;
  }
}
.btn-alt-arrow, .btn-arrow, .btn-alt-download, .btn-download, .btn-alt, .btn, .product-grid-item-link, button,
input[type=submit] {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 3.125em;
  color: white;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.btn-alt-arrow:hover, .btn-arrow:hover, .btn-alt-download:hover, .btn-download:hover, .btn-alt:hover, .btn:hover, .product-grid-item-link:hover, button:hover,
input[type=submit]:hover, .btn-alt-arrow:focus, .btn-arrow:focus, .btn-alt-download:focus, .btn-download:focus, .btn-alt:focus, .btn:focus, .product-grid-item-link:focus, button:focus,
input[type=submit]:focus, .btn-alt-arrow:active, .btn-arrow:active, .btn-alt-download:active, .btn-download:active, .btn-alt:active, .btn:active, .product-grid-item-link:active, button:active,
input[type=submit]:active {
  color: white;
}
.btn-alt-arrow:disabled, .btn-arrow:disabled, .btn-alt-download:disabled, .btn-download:disabled, .btn-alt:disabled, .btn:disabled, .product-grid-item-link:disabled, button:disabled,
input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-alt-arrow:after, .btn-arrow:after, .btn-alt-download:after, .btn-download:after, .btn-alt:after, .btn:after, .product-grid-item-link:after, button:after,
input[type=submit]:after {
  content: "";
}

.btn, .product-grid-item-link, .btn-arrow, .btn-download, button,
input[type=submit] {
  background-color: #fba02a;
  color: #1C1C1C;
}
.btn:hover, .product-grid-item-link:hover, .btn-arrow:hover, .btn-download:hover, button:hover,
input[type=submit]:hover {
  background-color: #ee8804;
  color: #1C1C1C;
}
.btn:after, .product-grid-item-link:after, .btn-arrow:after, .btn-download:after, button:after,
input[type=submit]:after {
  background-color: #ee8804;
}

.btn-alt, .btn-alt-arrow, .btn-alt-download {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #88b5d7;
}
.btn-alt:hover, .btn-alt-arrow:hover, .btn-alt-download:hover, .btn-alt:focus, .btn-alt-arrow:focus, .btn-alt-download:focus, .btn-alt:active, .btn-alt-arrow:active, .btn-alt-download:active {
  background-color: #005291;
}
.btn-alt:after, .btn-alt-arrow:after, .btn-alt-download:after {
  background-color: #005291;
}

.btn-small {
  font-size: 0.8125em;
}

.btn-large {
  font-size: 1em;
  padding: 0.25em 0.9166666667em;
  line-height: 1.5833333333em;
}
@media (min-width: 48em) {
  .btn-large {
    font-size: 1.125em;
  }
}
@media (min-width: 80em) {
  .btn-large {
    font-size: 1.5em;
  }
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.btn-alt-arrow, .btn-arrow, .btn-alt-download, .btn-download {
  padding-right: 4em;
}
.btn-alt-arrow:after, .btn-arrow:after, .btn-alt-download:after, .btn-download:after {
  content: "";
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3em;
  position: absolute;
  background-position: center center;
  background-size: 1.5em;
  background-repeat: no-repeat;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.btn-alt-arrow:hover:after, .btn-arrow:hover:after, .btn-alt-download:hover:after, .btn-download:hover:after {
  background-size: 2em;
}

.btn-download:after {
  background-image: url(img/ico-download.svg);
}

.btn-alt-download:after {
  background-image: url(img/ico-download.svg);
}

.btn-arrow:after {
  background-image: url(img/ico-white-arrow-right.svg);
}

.btn-alt-arrow:after {
  background-image: url(img/ico-white-arrow-right.svg);
}

.sh-nav-wrap .inner-wrap, .sh-nav-wrap .inner-wrap-fullwidth, .sh-nav-wrap .inner-wrap-wide, .sh-nav-wrap .inner-wrap-narrow {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.site-nav span,
#hs_menu_wrapper_primary_nav span {
  white-space: normal;
}
@media (min-width: 48em) {
  .site-nav,
#hs_menu_wrapper_primary_nav {
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }
}
.sn-level-1,
#hs_menu_wrapper_primary_nav > ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 48em) {
  .sn-level-1,
#hs_menu_wrapper_primary_nav > ul {
    /*height: $nav-height;*/
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.sn-li-l1,
.hs-menu-depth-1 {
  display: block;
  border-bottom: 1px solid #0d0d0d;
  position: relative;
}
.sn-li-l1 span,
.hs-menu-depth-1 span {
  font-size: 0.875em;
  text-transform: uppercase;
}
.sn-li-l1 > a,
.hs-menu-depth-1 > a {
  display: block;
  /*height: $nav-height;*/
  /*line-height: 1;*/
  color: #ffffff;
  text-decoration: none;
  padding: 0.875em 0.5em;
}
.sn-li-l1 > a:visited,
.hs-menu-depth-1 > a:visited {
  color: #ffffff;
}
.sn-li-l1 > a:hover,
.hs-menu-depth-1 > a:hover {
  color: #ffffff;
}
.sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
.hs-menu-depth-1.has-subnav .m-subnav-arrow,
.hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
.hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
  cursor: pointer;
  display: none;
  display: none;
}
@media (max-width: 48em) {
  .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
.hs-menu-depth-1.has-subnav .m-subnav-arrow,
.hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
.hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
    padding-right: 0em;
    /*background-image: url(img/ico-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: em(12);*/
    display: block;
    width: 25px;
    height: 25px;
    /*height: $nav-height;*/
    position: absolute;
    background-color: #fba02a;
    right: 0;
    top: 12px;
    bottom: 0;
  }
  .sn-li-l1.has-subnav .m-subnav-arrow:after, .sn-li-l1.menu-item-has-children .m-subnav-arrow:after, .sn-li-l1.hs-item-has-children .m-subnav-arrow:after,
.hs-menu-depth-1.has-subnav .m-subnav-arrow:after,
.hs-menu-depth-1.menu-item-has-children .m-subnav-arrow:after,
.hs-menu-depth-1.hs-item-has-children .m-subnav-arrow:after {
    content: "+";
    font-size: 22px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -3px;
  }
  .sn-li-l1.has-subnav .m-subnav-arrow.active, .sn-li-l1.menu-item-has-children .m-subnav-arrow.active, .sn-li-l1.hs-item-has-children .m-subnav-arrow.active,
.hs-menu-depth-1.has-subnav .m-subnav-arrow.active,
.hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active,
.hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active {
    transform: rotate(180deg);
  }
  .sn-li-l1.has-subnav .m-subnav-arrow.active:after, .sn-li-l1.menu-item-has-children .m-subnav-arrow.active:after, .sn-li-l1.hs-item-has-children .m-subnav-arrow.active:after,
.hs-menu-depth-1.has-subnav .m-subnav-arrow.active:after,
.hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active:after,
.hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active:after {
    content: "-";
    top: -6px;
  }
}
.sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
.hs-menu-depth-1.has-subnav > a span,
.hs-menu-depth-1.menu-item-has-children > a span,
.hs-menu-depth-1.hs-item-has-children > a span {
  padding-right: 0em;
  /*background-image: url(img/ico-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: em(12);*/
  display: block;
}
.sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
.hs-menu-depth-1.has-subnav > a.active span,
.hs-menu-depth-1.menu-item-has-children > a.active span,
.hs-menu-depth-1.hs-item-has-children > a.active span {
  transform: rotate(180deg);
}
@media (min-width: 48em) {
  .sn-li-l1,
.hs-menu-depth-1 {
    /*height: $nav-height;*/
    float: left;
    border-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    text-align: center;
    /*
    &:nth-child(1n) {
      width:20%;
    }
    &:nth-child(2n) {
      width:20%;
    }
    &:nth-child(3n) {
      width:20%;
    }
    &:nth-child(4n) {
      width:20%;
    }
    &:nth-child(5n) {
      width:20%;
    }*/
  }
  .sn-li-l1 span,
.hs-menu-depth-1 span {
    font-size: 0.875em;
  }
  .sn-li-l1 > a,
.hs-menu-depth-1 > a {
    padding: 0 0.5em;
    color: #ffffff;
  }
  .sn-li-l1 > a:hover,
.hs-menu-depth-1 > a:hover {
    color: #ffffff;
  }
  .sn-li-l1:hover .sn-level-2,
.sn-li-l1:hover .hs-menu-children-wrapper,
.hs-menu-depth-1:hover .sn-level-2,
.hs-menu-depth-1:hover .hs-menu-children-wrapper {
    display: block;
  }
  .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
.hs-menu-depth-1.has-subnav > a span,
.hs-menu-depth-1.menu-item-has-children > a span,
.hs-menu-depth-1.hs-item-has-children > a span {
    padding-right: 0;
    background-size: 0.625em;
    display: inline;
  }
  .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
.hs-menu-depth-1.has-subnav > a.active span,
.hs-menu-depth-1.menu-item-has-children > a.active span,
.hs-menu-depth-1.hs-item-has-children > a.active span {
    /*background-image: url(img/ico-arrow-down.svg);*/
  }
}
@media (min-width: 60em) {
  .sn-li-l1,
.hs-menu-depth-1 {
    border-right: none;
  }
  .sn-li-l1 span,
.hs-menu-depth-1 span {
    font-size: 0.875em;
  }
  .sn-li-l1 > a,
.hs-menu-depth-1 > a {
    padding: 0.5em 0.5em;
    color: #ffffff;
  }
  .sn-li-l1 > a:hover,
.hs-menu-depth-1 > a:hover {
    color: #ffffff;
  }
}
@media (min-width: 80em) {
  .sn-li-l1 > a,
.hs-menu-depth-1 > a {
    padding: 0.5em 0.875em;
  }
}

.sn-level-2,
.hs-menu-children-wrapper {
  padding: 0;
  margin: 0;
  display: none;
  position: relative;
}
.sn-level-2.active,
.hs-menu-children-wrapper.active {
  display: block;
}
@media (min-width: 48em) {
  .sn-level-2,
.hs-menu-children-wrapper {
    position: absolute;
  }
  .sn-level-2.active,
.hs-menu-children-wrapper.active {
    display: none;
  }
}
@media (min-width: 60em) {
  .sn-level-2,
.hs-menu-children-wrapper {
    width: 200px;
  }
}

.sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
  background-color: #0061aa;
  position: relative;
}
.sn-li-l2 > a, .sn-li-l3 > a,
.hs-menu-depth-2 > a {
  padding: 0.9375em 1.25em;
  color: #ffffff;
  border-top: none;
  display: block;
  text-decoration: none;
  /*line-height: 1;*/
  text-align: left;
}
.sn-li-l2 > a span, .sn-li-l3 > a span,
.hs-menu-depth-2 > a span {
  font-size: 0.875em;
  /*line-height: 1;*/
  display: inline-block;
  vertical-align: middle;
}
.sn-li-l2:last-child > a, .sn-li-l3:last-child > a,
.hs-menu-depth-2:last-child > a {
  border-bottom: 0;
}
.sn-li-l2:hover, .sn-li-l3:hover,
.hs-menu-depth-2:hover {
  background-color: #005291;
}
@media (min-width: 48em) {
  .sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
    position: relative;
    background-color: #0061aa;
  }
  .sn-li-l2 > a, .sn-li-l3 > a,
.hs-menu-depth-2 > a {
    padding: 0.9375em 1.25em;
    /*line-height: 1;*/
    border-top: none;
    border-right: none;
  }
  .sn-li-l2 > a span, .sn-li-l3 > a span,
.hs-menu-depth-2 > a span {
    font-size: 0.875em;
  }
  .sn-li-l2:hover, .sn-li-l3:hover,
.hs-menu-depth-2:hover {
    background-color: #005291;
  }
  .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3,
.hs-menu-depth-2:hover .sn-level-3 {
    display: block;
    margin: -1.5625em;
    padding: 1.5625em;
  }
}
@media (min-width: 60em) {
  .sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
    background-color: #0061aa;
  }
  .sn-li-l2 > a, .sn-li-l3 > a,
.hs-menu-depth-2 > a {
    padding: 0.9375em 1.25em;
    /*line-height: $nav-subnav-height;*/
    border-top: none;
    border-right: none;
  }
  .sn-li-l2 > a span, .sn-li-l3 > a span,
.hs-menu-depth-2 > a span {
    font-size: 0.875em;
  }
  .sn-li-l2:hover, .sn-li-l3:hover,
.hs-menu-depth-2:hover {
    background-color: #005291;
  }
}

.sn-level-3 {
  padding: 0;
  margin: 0;
  padding-top: 1px;
  display: none;
  position: relative;
}
.sn-level-3.active {
  display: block;
}
@media (min-width: 48em) {
  .sn-level-3 {
    position: absolute;
    top: 0;
    left: 100%;
    width: 19.5em;
  }
  .sn-level-3.active {
    display: none;
  }
}

.site-nav-container {
  width: 100%;
  height: 100%;
  /*right: -$nav-width-mobile;*/
  right: -100%;
  top: 0;
  bottom: 0;
  z-index: 1000;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.site-nav-container.active {
  right: 0;
  background-color: #0061aa;
  padding: 0 15px;
}
.site-nav-container.active .sn-li-l1 {
  border-bottom: 1px solid #ffffff;
}
.site-nav-container.active .sn-li-l1:last-child {
  border-bottom: none;
}
.site-nav-container.active .sn-li-l1 .sn-level-2, .site-nav-container.active .sn-li-l1 .sn-level-3 {
  padding-left: 25px;
}
.site-nav-container.active .sn-li-l1 .sn-level-2.active, .site-nav-container.active .sn-li-l1 .sn-level-3.active {
  border-top: 1px solid #ffffff;
}
.site-nav-container.active .sn-li-l1 .sn-li-l2, .site-nav-container.active .sn-li-l1 .sn-li-l3 {
  border-bottom: 1px solid #ffffff;
}
.site-nav-container.active .sn-li-l1 .sn-li-l2:last-child, .site-nav-container.active .sn-li-l1 .sn-li-l3:last-child {
  border-bottom: none;
}
.site-nav-container.active .sn-li-l2:hover, .site-nav-container.active .sn-li-l2:focus, .site-nav-container.active .sn-li-l2:active, .site-nav-container.active .sn-li-l3:hover, .site-nav-container.active .sn-li-l3:focus, .site-nav-container.active .sn-li-l3:active {
  background: transparent;
  outline: none;
}
.site-nav-container.active .sn-li-l2:hover > a, .site-nav-container.active .sn-li-l2:focus > a, .site-nav-container.active .sn-li-l2:active > a, .site-nav-container.active .sn-li-l3:hover > a, .site-nav-container.active .sn-li-l3:focus > a, .site-nav-container.active .sn-li-l3:active > a {
  color: #fba02a;
}
@media (min-width: 48em) {
  .site-nav-container {
    width: auto;
    height: auto;
    right: auto;
    bottom: auto;
    top: auto;
    position: static;
    margin-right: 20px;
  }
}

.site-nav-container-screen {
  position: absolute;
  display: none;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.site-nav-container-screen.active {
  display: block;
}
@media (min-width: 48em) {
  .site-nav-container-screen {
    display: none !important;
  }
}

.close-menu {
  display: inline-block;
  clear: both;
  position: relative;
  text-align: center;
  color: #0061aa !important;
  font-family: "Raleway", sans-serif;
  padding: 0.25em 1em;
  padding-right: 1.5625em;
  margin: 0 auto;
  font-size: 0.875em;
  background-color: #ffffff;
  border-radius: 0.1875em;
}
.close-menu:visited {
  color: #ffffff;
}
.close-menu:hover {
  color: #ffffff;
}
.close-menu:after {
  content: "";
  background-color: transparent;
  background-image: url(img/ico-exit.svg);
  background-size: 0.8125em 0.8125em;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 1.5625em;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
@media (min-width: 48em) {
  .close-menu {
    display: none;
  }
}

.snc-header {
  text-align: center;
  padding: 1em;
}
@media (min-width: 48em) {
  .snc-header {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .sh-nav-wrap .sh-nav-container {
    float: none !important;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .sh-nav-wrap .sh-nav-container span.m-subnav-arrow {
    display: none !important;
  }
}
/*
This is used to separate sections/modules of the website while still keeping a consistent max-width. Example below:
<section class="about-module">
  <div class="inner-wrap">
    Content here...
  </div>
</section>
*/
.inner-wrap, .inner-wrap-fullwidth, .inner-wrap-wide, .inner-wrap-narrow {
  max-width: 76.125em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em 1.5em 1em;
}
.inner-wrap::after, .inner-wrap-fullwidth::after, .inner-wrap-wide::after, .inner-wrap-narrow::after {
  clear: both;
  content: "";
  display: table;
}
.inner-wrap > *:first-child, .inner-wrap-fullwidth > *:first-child, .inner-wrap-wide > *:first-child, .inner-wrap-narrow > *:first-child {
  margin-top: 0;
}
.inner-wrap > *:last-child, .inner-wrap-fullwidth > *:last-child, .inner-wrap-wide > *:last-child, .inner-wrap-narrow > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .inner-wrap, .inner-wrap-fullwidth, .inner-wrap-wide, .inner-wrap-narrow {
    padding: 2.5em 1.5em 2.5em 1.5em;
  }
}

.inner-wrap-narrow {
  max-width: 62.5em;
}

.inner-wrap-wide {
  max-width: 87.5em;
}

.inner-wrap-fullwidth {
  max-width: 100%;
}

/*=============== Sections ===============*/
.section-header-wrap {
  background-color: #eeeeee;
}
.section-header-wrap .inner-wrap, .section-header-wrap .inner-wrap-narrow, .section-header-wrap .inner-wrap-wide, .section-header-wrap .inner-wrap-fullwidth {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.section-header-wrap h1 {
  margin: 0;
}
.section-header-wrap p {
  margin: 0.5em 0 0 0;
}

.section-cta {
  text-align: center;
}

/*=============== Media Object ===============*/
.media-object {
  overflow: hidden;
}

.media-object-img {
  width: 20%;
  float: left;
  display: block;
  margin-right: 5%;
}
.media-object-img img {
  width: 100%;
}

.media-object-body {
  width: 75%;
  float: left;
}

.media-object-header {
  margin-top: 0;
  margin-bottom: 0.15em;
}

.media-grid-2 > * {
  margin-bottom: 1em;
}
@media (min-width: 48em) {
  .media-grid-2 > * {
    float: left;
    display: block;
    margin-right: 3.1684356888%;
    width: 48.4157821556%;
    margin-bottom: 1.5em;
  }
  .media-grid-2 > *:last-child {
    margin-right: 0;
  }
  .media-grid-2 > *:nth-child(2n) {
    margin-right: 0;
  }
  .media-grid-2 > *:nth-child(2n+1) {
    clear: left;
  }
}

/*======= Responsive iFrame / YouTube / HTML5 Video =======*/
.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 1.8em;
}
.iframe-container iframe, .iframe-container object, .iframe-container embed, .iframe-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=============== Click to Expand ===============*/
.click-expand {
  border: 1px solid #eeeeee;
  clear: both;
  overflow: hidden;
  margin-bottom: 1.5em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.click-expand.active:hover {
  background-color: #ffffff;
}
.click-expand.active .ce-header:after {
  content: "-";
}
.click-expand.active .ce-body {
  display: block;
  opacity: 1;
  -webkit-animation: click-expand 0.5s 1;
  -moz-animation: click-expand 0.5s 1;
  animation: click-expand 0.5s 1;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  animation-delay: 0.05s;
  padding: 0 12px 1.5em 12px;
  display: block;
}
.click-expand.active .ce-body > *:first-child {
  margin-top: 0;
}
.click-expand.active .ce-body > *:last-child {
  margin-bottom: 0;
}
.click-expand:hover {
  background-color: #eeeeee;
}
.ce-header {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.ce-header:after {
  content: "+";
  color: #0061aa;
  padding-left: 8px;
  position: absolute;
  right: 0.3125em;
}

.ce-body {
  display: none;
  opacity: 0;
}

@-webkit-keyframes click-expand {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes click-expand {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes click-expand {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*=============== Social Media Icons ===============*/
.social-wrap {
  overflow: hidden;
  /*span {
    background-color:$white;
    border-radius:3px;
    display:inline-block;
    padding:.15em;
    img {
      display:block;
      margin:0 auto;
    }
  }*/
}
.social-wrap a {
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
}
.social-wrap a path {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.social-wrap a:hover {
  opacity: 0.75;
}
.social-wrap a:hover path {
  fill: #0061aa;
}
.social-wrap img {
  display: inline-block;
  margin: 0 auto;
  width: 1.1em;
  height: auto;
  vertical-align: middle;
}
.social-wrap svg {
  display: inline-block;
  vertical-align: middle;
}

/*=============== Slide Panel ===============*/
.slide-panel {
  display: none;
  position: fixed;
  background: #232323;
  color: #fff;
  height: 100%;
  width: 21.25em;
  right: -21.25em;
  top: 14%;
  z-index: 10;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
}
.slide-panel h2 {
  padding: 0.2em 1em;
}
.slide-panel p {
  background: #232323;
  padding: 0.25px 2em;
}
.slide-panel label {
  color: #ffffff !important;
}
.slide-panel:hover {
  right: 0px;
}
@media (min-width: 48em) {
  .slide-panel {
    display: block;
  }
}

.slide-panel-button {
  position: absolute;
  top: 50px;
  right: 340px;
  padding: 20px 20px;
  background: #232323;
  min-width: 200px;
}

/*=============== Slide Box ===============*/
#last {
  margin: 0;
  padding: 0;
}

#slidebox {
  padding: 0.625em 0.625em 0.625em 1em;
  position: fixed;
  bottom: 0;
  right: -26.875em;
  z-index: 1000;
  width: 100%;
  background-color: #000000;
}
@media (min-width: 48em) {
  #slidebox {
    width: auto;
  }
}

a.close {
  background-color: white;
  color: #0061aa;
  text-align: center;
  float: left;
  padding: 0 0.5em;
  font-size: 0.6875em;
  border-radius: 0.1875em;
  position: absolute;
  cursor: pointer;
  top: 1.5em;
  right: 2em;
}

a.close:hover {
  background-color: rgba(255, 255, 255, 0.75);
}

/*=============== Accordion Tabs ===============*/
.accordion-tabs {
  line-height: 1.5;
  margin-bottom: 1.5em;
  padding: 0 !important;
}
.accordion-tabs::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 48em) {
  .accordion-tabs {
    border-radius: 3.125em;
    border: 1px solid #eeeeee;
  }
}
.accordion-tabs .tab-header-and-content {
  list-style: none;
  margin-bottom: 0;
}
.accordion-tabs .tab-header-and-content:after {
  display: none;
}
@media screen and (min-width: 48em) {
  .accordion-tabs .tab-header-and-content {
    display: inline;
  }
}
.accordion-tabs .tab-header-and-content:first-child .tab-link {
  border-top-left-radius: 3.125em;
  border-top-right-radius: 3.125em;
}
@media screen and (max-width: 48em) {
  .accordion-tabs .tab-header-and-content:first-child .tab-link {
    border-top: 0;
  }
}
@media screen and (max-width: 48em) {
  .accordion-tabs .tab-header-and-content:last-child .tab-link {
    border-bottom-left-radius: 3.125em;
    border-bottom-right-radius: 3.125em;
  }
}
.accordion-tabs .tab-link {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid #eeeeee;
  color: #232323;
  display: block;
  font-weight: bold;
  font-size: 1.25em;
  padding: 0.75em 0.809em;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  border-bottom: 0;
}
@media screen and (min-width: 48em) {
  .accordion-tabs .tab-link {
    display: inline-block;
    border-top-left-radius: 3.125em;
    border-top-right-radius: 3.125em;
    border-top: 0;
  }
}
.accordion-tabs .tab-link:hover {
  color: #0061aa;
  border-bottom: 0;
}
.accordion-tabs .tab-link:focus {
  outline: none;
}
.accordion-tabs .tab-link.is-active {
  background-color: white;
}
@media screen and (min-width: 48em) {
  .accordion-tabs .tab-link.is-active {
    background-color: white;
    border: 1px solid #eeeeee;
    border-bottom-color: white;
    margin-bottom: -1px;
  }
}
.accordion-tabs .tab-content {
  background: white;
  display: none;
  padding: 1.5em 1.618em;
  width: 100%;
}
.accordion-tabs .tab-content > *:first-child {
  margin-top: 0;
}
.accordion-tabs .tab-content > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .accordion-tabs .tab-content {
    border-bottom-left-radius: 3.125em;
    border-bottom-right-radius: 3.125em;
    border-top-right-radius: 3.125em;
    border: 1px solid #eeeeee;
    float: left;
  }
}

/*=============== HubSpot Thumbnail Slider Gallery  ===============*/
.hs_cos_gallery_thumbnails .hs_cos_gallery_slide:hover {
  cursor: pointer;
}
.hs_cos_gallery_thumbnails img {
  height: 3.75em;
  object-fit: cover;
  border: 1px solid #eeeeee;
}
.hs_cos_gallery_thumbnails .slick-current img {
  border: 1px solid #0061aa;
}

/*=============== Misc ===============*/
hr {
  display: block;
  clear: both;
}

figure {
  margin: 0;
  padding: 0;
}

.wp-pagenavi > * {
  margin-right: 0.75em;
}

/*=============== Lightbox / Magnific Popup  ===============*/
.white-popup {
  position: relative;
  background: #ffffff;
  padding: 2.5em;
  width: auto;
  max-width: 60em;
  margin: 1.25em auto;
}
.white-popup > * {
  margin-top: 0;
}

.mfp-fade-side .mfp-content, .mfp-fade-side .white-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}

/*=============== Layouts  ===============*/
.page-intro {
  background-color: #232323;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}
.page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
  padding-top: 5.1875em;
  padding-bottom: 5.1875em;
}
.page-intro h1 {
  margin: 0;
}
.page-intro p {
  margin: 0.5em 0 0 0;
}

.page-header.ipp-heading {
  color: #ffffff;
}

.site-content {
  /*@include mq(large) {
    &.one-column {
      .site-content-primary {
        @include span-columns(12 of 12);
        @include omega;
      }
      .site-content-secondary {
        @include span-columns(12 of 12);
        @include omega;
      }
      .additional-content {}
    }
    &.two-column {
      .site-content-primary {
      //@include span-columns(9 of 12);

      }
      .site-content-secondary {
        @include span-columns(3 of 12);
        @include omega;
      }
      .additional-content {}
    }
    &.three-column {
      .site-content-primary {
        @include span-columns(4 of 12);
      }
      .site-content-secondary {
        @include span-columns(4 of 12);
      }
      .additional-content {
        @include span-columns(4 of 12);
        @include omega;
      }
    }
    &.two-column-alt {
      .site-content-primary {
        @include span-columns(8 of 12);
      }
      .site-content-secondary {
        @include span-columns(4 of 12);
        @include omega;
      }
      .additional-content {}
    }
  }*/
}

.site-content .inner-wrap, .site-content .inner-wrap-narrow, .site-content .inner-wrap-wide, .site-content .inner-wrap-fullwidth {
  padding-top: 1.516875em;
  padding-bottom: 1.516875em;
}
@media (min-width: 48em) {
  .site-content.two-column .site-content-primary {
    width: 830px;
    float: left;
  }
}

@media (min-width: 910px) and (min-width: 48em) {
  .site-content.two-column .site-content-primary {
    width: 830px;
    float: left;
  }
}
@media (min-width: 1050px) {
  .site-content.two-column .site-content-secondary {
    width: 300px;
    float: right;
  }
}
/*=============== Product Grid ===============*/
.product-grid {
  clear: both;
}

.product-grid-item {
  font-size: 0.875em;
  text-decoration: none;
  text-align: center;
  background-color: #ffffff;
  padding: 1em;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.product-grid-item:hover {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
.product-grid-item:hover .product-grid-item-img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
}
@media (min-width: 48em) {
  .product-grid-item {
    font-size: 0.75em;
    margin-bottom: 1.5em;
  }
}
@media (min-width: 60em) {
  .product-grid-item {
    font-size: 1em;
  }
}

@media (min-width: 48em) {
  .product-grid-item-header-wrap {
    height: 4em;
    line-height: 4em;
    margin-bottom: 1em;
  }
  .product-grid-item-header-wrap .product-grid-item-header {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 60em) {
  .product-grid-item-header-wrap {
    height: 4em;
    line-height: 4em;
  }
}

.product-grid-item-header {
  font-size: 1.125em;
  color: #000000;
  text-decoration: none;
  margin: 0 0 0 0;
  width: 70%;
  float: right;
  text-align: left;
  clear: none;
}
@media (min-width: 48em) {
  .product-grid-item-header {
    width: auto;
    float: none;
    text-align: center;
  }
}

.product-grid-item-subheader {
  color: #000000;
  margin: 0 0 1em 0;
  width: 70%;
  float: right;
  text-align: left;
  clear: none;
  font-size: 0.9375em;
}
@media (min-width: 48em) {
  .product-grid-item-subheader {
    width: auto;
    float: none;
    text-align: center;
  }
}
@media (min-width: 60em) {
  .product-grid-item-subheader {
    min-height: 3em;
  }
}

.product-grid-item-img {
  float: left;
  width: 25%;
  margin-top: -1em;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 48em) {
  .product-grid-item-img {
    margin-top: 0;
    float: none;
    width: auto;
  }
}

.product-grid-item-link {
  margin: 1em 0 0 0;
  float: right;
  text-align: left;
  clear: none;
  font-size: 0.75em;
}
@media (min-width: 48em) {
  .product-grid-item-link {
    width: auto;
    float: none;
    text-align: center;
  }
}

/*=============== Product Carousel ===============*/
@media (max-width: 48em) {
  .product-item {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 47.5854210427%;
  }
  .product-item:last-child {
    margin-right: 0;
  }
  .product-item:nth-child(2n) {
    margin-right: 0;
  }
  .product-item:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 48em) {
  .product-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .product-item:last-child {
    margin-right: 0;
  }
}

/*=============== Resources Module ===============*/
.resources-module {
  background-color: #ffffff;
}

.rm-item-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 48em) {
  .rm-item-wrap {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.rm-item-wrap > * {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
@media (min-width: 48em) {
  .rm-item-wrap > * {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.rm-item {
  text-align: center;
  background-color: #eeeeee;
  padding: 1em !important;
}
.rm-item:hover .rm-item-img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
@media (min-width: 48em) {
  .rm-item {
    margin-bottom: 0;
  }
}

.rm-item-cta {
  font-size: 0.75em;
  font-weight: bold;
}

.rm-item-img {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-bottom: 1em;
}
.rm-item-img img {
  max-width: 100%;
  object-fit: contain;
  height: 19.375em;
}

.rm-item-title {
  text-decoration: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  text-align: center;
  height: 2.5em;
  line-height: 2.5em;
  color: #000000;
  position: relative;
  z-index: 10;
}
.rm-item-title span {
  line-height: 1.25em;
  display: inline-block;
  color: #000000;
}

body .gform_wrapper .gform_fields label.gfield_label {
  font-size: 0.875em;
}
body .gform_wrapper .gform_fields div.ginput_container {
  margin-top: 0 !important;
}
body .gform_wrapper .gform_fields .gfield_checkbox li label, body .gform_wrapper .gform_fields .gfield_radio li label {
  line-height: 1.5;
  font-size: 0.8203125em;
  cursor: pointer;
  font-weight: 400;
}
body .gform_wrapper .gform_fields .ginput_complex label {
  line-height: 1.5;
  font-size: 0.8203125em;
  cursor: pointer;
  font-weight: 400;
}
body .gform_wrapper textarea,
body .gform_wrapper input[type=color],
body .gform_wrapper input[type=date],
body .gform_wrapper input[type=datetime],
body .gform_wrapper input[type=datetime-local],
body .gform_wrapper input[type=email],
body .gform_wrapper input[type=month],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=password],
body .gform_wrapper input[type=search],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=time],
body .gform_wrapper input[type=url],
body .gform_wrapper input[type=week],
body .gform_wrapper textarea,
body .gform_wrapper select[multiple=multiple],
body .gform_wrapper select {
  font-size: 0.9375em !important;
  margin-top: 0.8em;
  background-color: #f1f1f1;
  padding: 1em 1.3333333333em !important;
  margin: 0 !important;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  border: none;
}
body .gform_wrapper .gform_footer {
  /*text-align: center;*/
  margin: 0 0 0 0;
}
body .gform_wrapper .gform_footer input[type=submit] {
  font-size: 1.3125em;
  display: block;
  border: none;
  border-radius: 0.1428571429em;
  /*width: 100%;*/
  font-weight: 600;
  padding: 0.4761904762em 0.5714285714em;
  line-height: 1.1904761905em !important;
  outline: none;
  white-space: normal;
}

.page-header {
  font-size: 2em;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin: 0;
  margin-bottom: 0.75em;
}
@media (min-width: 48em) {
  .page-header {
    font-size: 2.25em;
    margin-bottom: 0.6666666667em;
  }
}

.sidebar .sidebar-title {
  font-size: 2em;
  font-weight: 400;
  color: #000000;
  text-transform: capitalize;
  font-variant: small-caps;
  letter-spacing: 1px;
  margin: 0 0 1.125em;
}

.page-template-default .additional-content .inner-wrap, .page-template-default .additional-content .inner-wrap-narrow, .page-template-default .additional-content .inner-wrap-wide, .page-template-default .additional-content .inner-wrap-fullwidth, .page-template-page-with-sidebar .additional-content .inner-wrap, .page-template-page-with-sidebar .additional-content .inner-wrap-narrow, .page-template-page-with-sidebar .additional-content .inner-wrap-wide, .page-template-page-with-sidebar .additional-content .inner-wrap-fullwidth, .page-template-fullwidth .additional-content .inner-wrap, .page-template-fullwidth .additional-content .inner-wrap-narrow, .page-template-fullwidth .additional-content .inner-wrap-wide, .page-template-fullwidth .additional-content .inner-wrap-fullwidth {
  padding: 0;
}

@media (min-width: 48em) {
  .two-third-block {
    float: left;
    width: 70%;
  }
}

@media (min-width: 48em) {
  .one-third-block {
    float: left;
    width: 30%;
  }
}

.wp-caption {
  text-align: center;
  max-width: 100%;
}
.wp-caption img {
  height: auto;
}

.blue-text {
  color: #0039a6;
}

.fig-cap-block .wp-caption-text {
  font-variant: small-caps;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}

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

@media (min-width: 48em) {
  .table-wrapper {
    width: 50%;
    margin: 0 auto;
  }
}

ul.waterdrop {
  text-indent: 0;
  margin: 0 0 1.618em 30px;
  font-size: 15px;
  line-height: 1.618;
}
ul.waterdrop li {
  list-style-image: url(img/drop_bullet.gif);
}

.search-form {
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}
.search-form #search-site {
  background: #eee;
  border-radius: 0;
  box-shadow: none;
  color: #000000;
  padding: 0.618em 1em;
  width: 100%;
  border-radius: 3.125em;
}
.search-form #search-site:hover, .search-form #search-site:focus {
  border: none;
}

iframe {
  max-width: 100%;
}

.image-gallery-module {
  text-align: center;
}

.gform_wrapper .gform_heading {
  display: none;
}

.gform_legacy_markup_wrapper .gform_heading {
  width: 100%;
  margin-bottom: 18px;
}

.gform_title {
  font-weight: 500;
  font-size: 1.625em;
  line-height: 1.1538461538em;
  padding-right: 3.1153846154em;
  letter-spacing: normal !important;
  margin: 10px 0 6px 0;
}
@media (min-width: 60em) {
  .gform_title {
    padding-right: 3.8846153846em;
  }
}

/*=============== Industries Pillar Page Single Column ===============*/
.industries-pillar-page-single-col {
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
}
.industries-pillar-page-single-col:before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6615021008) 60%, white 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.industries-pillar-page-single-col .inner-wrap, .industries-pillar-page-single-col .inner-wrap-narrow, .industries-pillar-page-single-col .inner-wrap-wide, .industries-pillar-page-single-col .inner-wrap-fullwidth {
  position: relative;
  z-index: 1;
  padding-top: 3.75em;
  padding-bottom: 9.375em;
}

.ippsc-heading {
  font-size: 2.25em;
  color: #ffffff;
  display: inline-block;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}

.ippsc-desc {
  max-width: 46.5625em;
  width: 100%;
  margin: 0 auto;
}
.ippsc-desc p {
  color: #ffffff;
}

/*=============== Industries Pillar Page with Tabs ===============*/
.industries-pillar-page-with-tabs {
  background-size: cover;
  background-position: top center;
  position: relative;
  text-align: center;
}
.industries-pillar-page-with-tabs:before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6615021008) 60%, white 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.industries-pillar-page-with-tabs .inner-wrap, .industries-pillar-page-with-tabs .inner-wrap-narrow, .industries-pillar-page-with-tabs .inner-wrap-wide, .industries-pillar-page-with-tabs .inner-wrap-fullwidth {
  position: relative;
  z-index: 1;
  padding-top: 3.75em;
  padding-bottom: 9.375em;
}

.ippwt_heading {
  font-size: 2.25em;
  color: #ffffff;
  display: inline-block;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}

.ippwt-desc {
  max-width: 46.5625em;
  width: 100%;
  margin: 0 auto;
}
.ippwt-desc p {
  color: #ffffff;
}

/*
.ctl-nested-nav-item:hover .tab-pane {
    display: block;
}*/
.industries-pillar-page-with-tabs .ctl-nested-tab {
  display: inline-block;
  margin: 1em 0 0 0;
}
@media (min-width: 48em) {
  .industries-pillar-page-with-tabs .ctl-nested-tab {
    display: flex;
    justify-content: space-evenly;
  }
}
.industries-pillar-page-with-tabs .ctl-nested-tab .ctl-nested-nav-item {
  position: relative;
  margin: 0 0 2em 0;
  text-align: left;
}
@media (min-width: 48em) {
  .industries-pillar-page-with-tabs .ctl-nested-tab .ctl-nested-nav-item {
    margin: 0;
  }
}
.industries-pillar-page-with-tabs .ctl-nested-tab .ctl-nested-nav-item a {
  color: white;
  text-decoration: none;
}
.industries-pillar-page-with-tabs .ctl-nested-tab .ctl-nested-nav-item:after {
  top: 11px;
  left: -42px;
  line-height: 0px;
  cursor: pointer;
  border: none;
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  transform: translateY(-50%);
  right: 40px;
  background-image: url(https://www.reynoldsculligan.com/wp-content/uploads/ico-checkmark.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fba02a;
  border-radius: 50px;
}
.industries-pillar-page-with-tabs .ctl-nested-tab .ctl-nested-nav-item:hover .tab-pane {
  display: block;
}
.industries-pillar-page-with-tabs .ctl-nested-tab-content .tab-pane {
  color: white;
  display: none;
}

/*=============== Industries Pillar Page Image Left Content Right ===============*/
.industries-pillar-page-image-left-content-right {
  position: relative;
}
.industries-pillar-page-image-left-content-right h2 {
  color: #0061aa;
  margin-top: 0;
}
.industries-pillar-page-image-left-content-right .inner-wrap, .industries-pillar-page-image-left-content-right .inner-wrap-narrow, .industries-pillar-page-image-left-content-right .inner-wrap-wide, .industries-pillar-page-image-left-content-right .inner-wrap-fullwidth {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
@media (min-width: 60em) {
  .industries-pillar-page-image-left-content-right .inner-wrap, .industries-pillar-page-image-left-content-right .inner-wrap-narrow, .industries-pillar-page-image-left-content-right .inner-wrap-wide, .industries-pillar-page-image-left-content-right .inner-wrap-fullwidth {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .industries-pillar-page-image-left-content-right .inner-wrap:after, .industries-pillar-page-image-left-content-right .inner-wrap-narrow:after, .industries-pillar-page-image-left-content-right .inner-wrap-wide:after, .industries-pillar-page-image-left-content-right .inner-wrap-fullwidth:after {
    display: none;
  }
}

.ippilcr-image {
  max-width: 30.0625em;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1.25em;
}
.ippilcr-image img {
  display: block;
  width: 100%;
}
@media (min-width: 60em) {
  .ippilcr-image {
    margin: 0;
  }
}

.ippilcr-content {
  text-align: center;
}
@media (min-width: 60em) {
  .ippilcr-content {
    margin: 0;
    width: calc(100% - 30.0625em);
    padding-left: 3.125em;
    text-align: left;
  }
}

/*=============== Industries Pillar Page Image Right Content Left ===============*/
.industries-pillar-page-image-right-content-left {
  position: relative;
}
.industries-pillar-page-image-right-content-left h2 {
  color: #0061aa;
  margin-top: 0;
}
.industries-pillar-page-image-right-content-left .inner-wrap, .industries-pillar-page-image-right-content-left .inner-wrap-narrow, .industries-pillar-page-image-right-content-left .inner-wrap-wide, .industries-pillar-page-image-right-content-left .inner-wrap-fullwidth {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
@media (min-width: 60em) {
  .industries-pillar-page-image-right-content-left .inner-wrap, .industries-pillar-page-image-right-content-left .inner-wrap-narrow, .industries-pillar-page-image-right-content-left .inner-wrap-wide, .industries-pillar-page-image-right-content-left .inner-wrap-fullwidth {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .industries-pillar-page-image-right-content-left .inner-wrap:after, .industries-pillar-page-image-right-content-left .inner-wrap-narrow:after, .industries-pillar-page-image-right-content-left .inner-wrap-wide:after, .industries-pillar-page-image-right-content-left .inner-wrap-fullwidth:after {
    display: none;
  }
}

.ippircl-image {
  max-width: 30.0625em;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1.25em;
}
.ippircl-image img {
  display: block;
  width: 100%;
}
@media (min-width: 60em) {
  .ippircl-image {
    margin: 0;
  }
}

.ippircl-content {
  text-align: center;
}
@media (min-width: 60em) {
  .ippircl-content {
    margin: 0;
    width: calc(100% - 30.0625em);
    padding-right: 3.125em;
    text-align: left;
  }
}

/*=============== Industries Pillar Page Buckets Module  ===============*/
.industries-pillar-page-buckets-module {
  position: relative;
}
.industries-pillar-page-buckets-module .inner-wrap, .industries-pillar-page-buckets-module .inner-wrap-narrow, .industries-pillar-page-buckets-module .inner-wrap-wide, .industries-pillar-page-buckets-module .inner-wrap-fullwidth {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.ippbm-content {
  text-align: center;
}

.ippbm-item {
  text-align: center;
}
.ippbm-item.ippbm-item-4 .ippbm-item-title {
  max-width: 17.5625em;
  height: 6.5em;
}
.ippbm-item.ippbm-item-5 .ippbm-item-title {
  max-width: 13.75em;
  height: 5.75em;
}
.ippbm-item.ippbm-item-6 .ippbm-item-title {
  max-width: 11.5em;
  height: 5.75em;
}
@media (min-width: 80em) {
  .ippbm-item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
}

.ippbm-item-title {
  background-color: #0061aa;
  color: #ffffff;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 0 1px;
}
.ippbm-item-title > div {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 80em) {
  .ippbm-item-title {
    margin: 0;
  }
}

/*=============== Pillar Page Links  ===============*/
.ppl-content {
  text-align: center;
}

@media only screen and (max-width: 676px) {
  .ppl-item {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}
.ppl-item {
  text-align: center;
  padding: 0.75em 0.0625em;
  background-color: #0061aa;
}
@media (min-width: 48em) {
  .ppl-item {
    display: flex;
    justify-content: space-between;
  }
}
.ppl-item .ppl-item-title {
  max-width: 100%;
  padding: 0.375em 0;
}
@media (min-width: 48em) {
  .ppl-item .ppl-item-title {
    max-width: 11.5em;
    margin-top: 5px;
    height: 6em;
  }
}
@media (min-width: 60em) {
  .ppl-item .ppl-item-title {
    /*height: em(60);*/
    margin-top: 0;
    padding: 0;
  }
}
@media (min-width: 80em) {
  .ppl-item .ppl-item-title {
    height: 5.75em;
  }
}
@media (min-width: 60em) {
  .ppl-item {
    padding: 0 0;
    background-color: transparent;
  }
}
@media (min-width: 80em) {
  .ppl-item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
}

.pillar-page-links > .inner-wrap, .pillar-page-links > .inner-wrap-narrow, .pillar-page-links > .inner-wrap-wide, .pillar-page-links > .inner-wrap-fullwidth {
  padding-top: 0.983125em;
  padding-bottom: 0.983125em;
}

@media (min-width: 60em) {
  .pillar-page-links.stuck {
    background-color: #0061aa;
  }
  .pillar-page-links.stuck .inner-wrap, .pillar-page-links.stuck .inner-wrap-narrow, .pillar-page-links.stuck .inner-wrap-wide, .pillar-page-links.stuck .inner-wrap-fullwidth {
    padding: 0;
  }
  .pillar-page-links.stuck .ppl-item .ppl-item-title {
    max-width: 11.5em;
    /*height: 3.5em;*/
    padding: 2px;
  }
  .pillar-page-links.stuck .ppl-item .ppl-item-title.active {
    background: #ee8804;
  }
}
.ppl-item-title {
  background-color: #0061aa;
  color: #ffffff;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 0 1px;
}
.ppl-item-title:hover {
  background: #ee8804;
}
.ppl-item-title > a {
  display: inline-block;
}
.ppl-item-title > a span {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  padding: 0 8px;
  line-height: 20px;
}
@media (min-width: 80em) {
  .ppl-item-title > a {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
  }
}
@media (min-width: 60em) {
  .ppl-item-title > a span {
    font-size: 12px;
  }
}
@media (min-width: 80em) {
  .ppl-item-title {
    margin: 0;
  }
  .ppl-item-title > a span {
    font-size: 16px;
  }
}

/*=============== Industries Pillar Page Manufacturing Bucket   ===============*/
.industries-pillar-page-manufacturing-bucket {
  position: relative;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
.industries-pillar-page-manufacturing-bucket .inner-wrap, .industries-pillar-page-manufacturing-bucket .inner-wrap-narrow, .industries-pillar-page-manufacturing-bucket .inner-wrap-wide, .industries-pillar-page-manufacturing-bucket .inner-wrap-fullwidth {
  position: relative;
}

.ippmb-lcrm-content {
  background-color: #f1f1f1;
  padding: 1.25em 2.5em;
  border-left: solid 4px #fba02a;
}
@media (min-width: 60em) {
  .ippmb-lcrm-content {
    width: 43%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.ippmb-lcrm-image {
  max-width: 43.3125em;
  width: 100%;
}
.ippmb-lcrm-image img {
  display: block;
  width: 100%;
}
@media (min-width: 60em) {
  .ippmb-lcrm-image {
    float: right;
  }
}

.ippmb-rclm-content {
  background-color: #f1f1f1;
  padding: 1.25em 2.5em;
  border-left: solid 4px #fba02a;
}
@media (min-width: 60em) {
  .ippmb-rclm-content {
    width: 43%;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.ippmb-rclm-image {
  max-width: 43.3125em;
  width: 100%;
}
.ippmb-rclm-image img {
  display: block;
  width: 100%;
}
@media (min-width: 60em) {
  .ippmb-rclm-image {
    float: left;
  }
}

/*=============== Industries Pillar Page Left Right Content  ===============*/
.industries-pillar-page-left-right-content {
  position: relative;
}
.industries-pillar-page-left-right-content h2 {
  color: #000000;
  margin-top: 0;
}

.ipplrc-wrap-item {
  padding: 2.5em 0;
}
@media (min-width: 60em) {
  .ipplrc-wrap-item {
    width: 100%;
    display: table;
    position: relative;
  }
}

.ipplrc-left-content {
  background-color: #f1f1f1;
  padding: 1.25em 2.5em;
}
@media (min-width: 60em) {
  .ipplrc-left-content {
    width: 50%;
    float: left;
  }
}

.ipplrc-right-image {
  max-width: 39.9375em;
  width: 100%;
  margin: 0 auto;
}
.ipplrc-right-image img {
  display: block;
  width: 100%;
}
@media (min-width: 60em) {
  .ipplrc-right-image {
    max-width: inherit;
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}

.ipplrc-right-content {
  background-color: #f1f1f1;
  padding: 1.25em 2.5em;
}
@media (min-width: 60em) {
  .ipplrc-right-content {
    width: 50%;
    float: right;
  }
}

.ipplrc-left-image {
  max-width: 39.9375em;
  width: 100%;
  margin: 0 auto;
}
.ipplrc-left-image img {
  display: block;
  width: 100%;
}
@media (min-width: 60em) {
  .ipplrc-left-image {
    max-width: inherit;
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
}

/*=============== Industries Pillar Page Educational Facilities  ===============*/
.industries-pillar-page-educational-facilities {
  position: relative;
}
.industries-pillar-page-educational-facilities .inner-wrap, .industries-pillar-page-educational-facilities .inner-wrap-narrow, .industries-pillar-page-educational-facilities .inner-wrap-wide, .industries-pillar-page-educational-facilities .inner-wrap-fullwidth {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
.industries-pillar-page-educational-facilities h2 {
  color: #000000;
  margin-top: 0;
  text-align: center;
}

.ippef-sub-heading {
  text-align: center;
  margin-bottom: 1.25em;
}

@media (min-width: 60em) {
  .ippef-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
}

.ippef-item {
  background-size: cover;
  background-position: center;
  position: relative;
  color: #ffffff;
  text-align: center;
  padding: 2.5em;
  margin-bottom: 0.625em;
}
.ippef-item:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 48em) {
  .ippef-item {
    min-height: 16.25em;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ippef-item > div {
    width: 100%;
  }
}
@media (min-width: 60em) {
  .ippef-item {
    width: 49.8%;
    margin-bottom: 0;
  }
  .ippef-item > div {
    /*transform: translateY(-50%);
    top: 50%;
    position: relative;*/
  }
}

.ippef-content {
  position: relative;
  margin-bottom: 1.25em;
}

.ippef-list-wrap {
  position: relative;
}
@media (min-width: 48em) {
  .ippef-list-wrap > div {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1.25em;
  }
}

.ippef-bottom-content {
  border-top: solid 4px #0061aa;
  padding: 1.25em 2.5em;
  background-color: #f1f1f1;
  text-align: center;
}
@media (min-width: 60em) {
  .ippef-bottom-content {
    width: 80%;
    margin: 0 auto;
    position: relative;
    top: -1.25em;
  }
}

/*=============== Industries Pillar Page Hospitality And Lodging  ===============*/
.industries-pillar-page-hospitality-and-lodging {
  position: relative;
}
@media (min-width: 60em) {
  .industries-pillar-page-hospitality-and-lodging .inner-wrap, .industries-pillar-page-hospitality-and-lodging .inner-wrap-narrow, .industries-pillar-page-hospitality-and-lodging .inner-wrap-wide, .industries-pillar-page-hospitality-and-lodging .inner-wrap-fullwidth {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .industries-pillar-page-hospitality-and-lodging .inner-wrap:after, .industries-pillar-page-hospitality-and-lodging .inner-wrap-narrow:after, .industries-pillar-page-hospitality-and-lodging .inner-wrap-wide:after, .industries-pillar-page-hospitality-and-lodging .inner-wrap-fullwidth:after {
    display: none;
  }
}

@media (min-width: 60em) {
  .ipphal-content {
    width: 50%;
    float: left;
    background-color: #f1f1f1;
    border-left: solid 4px #fba02a;
    padding: 1.25em 2.5em;
  }
}

@media (min-width: 60em) {
  .ipphal-image {
    width: 50%;
    float: right;
  }
  .ipphal-image img {
    display: block;
    width: 100%;
  }
}

/*=============== Industries Pillar Page Image Content Repeater   ===============*/
.industries-pillar-page-image-content-repeater {
  position: relative;
}
.industries-pillar-page-image-content-repeater .inner-wrap, .industries-pillar-page-image-content-repeater .inner-wrap-narrow, .industries-pillar-page-image-content-repeater .inner-wrap-wide, .industries-pillar-page-image-content-repeater .inner-wrap-fullwidth {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}

.ippicr-wrap-item {
  margin-bottom: 3.75em;
}
@media (min-width: 60em) {
  .ippicr-wrap-item {
    width: 100%;
    display: table;
    position: relative;
    padding-top: 9.375em;
  }
}

.ippicr-left-image {
  max-width: 43.3125em;
  width: 100%;
  margin: 0 auto;
}
.ippicr-left-image img {
  width: 100%;
  display: block;
}
@media (min-width: 60em) {
  .ippicr-left-image {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.ippicr-right-content {
  background: #f1f1f1;
  position: relative;
  padding: 2.5em;
  border-top: solid 4px #0061aa;
}
.ippicr-right-content h2 {
  margin-top: 0;
}
@media (min-width: 60em) {
  .ippicr-right-content {
    width: 65%;
    float: right;
  }
}

.ippicr-right-image {
  max-width: 43.3125em;
  width: 100%;
  margin: 0 auto;
}
.ippicr-right-image img {
  width: 100%;
  display: block;
}
@media (min-width: 60em) {
  .ippicr-right-image {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.ippicr-left-content {
  background: #f1f1f1;
  position: relative;
  padding: 2.5em;
  border-top: solid 4px #0061aa;
}
.ippicr-left-content h2 {
  margin-top: 0;
}
@media (min-width: 60em) {
  .ippicr-left-content {
    width: 65%;
    float: left;
  }
}

/*=============== Industries Pillar Page Fullwidth CTA Module  ===============*/
.industries-pillar-page-fullwidth-cta-module {
  position: relative;
  background-size: cover;
  background-position: center bottom;
  text-align: center;
}
.industries-pillar-page-fullwidth-cta-module .inner-wrap, .industries-pillar-page-fullwidth-cta-module .inner-wrap-narrow, .industries-pillar-page-fullwidth-cta-module .inner-wrap-wide, .industries-pillar-page-fullwidth-cta-module .inner-wrap-fullwidth {
  padding-top: 6.125em;
  padding-bottom: 6.125em;
}
@media (min-width: 80em) {
  .industries-pillar-page-fullwidth-cta-module .inner-wrap, .industries-pillar-page-fullwidth-cta-module .inner-wrap-narrow, .industries-pillar-page-fullwidth-cta-module .inner-wrap-wide, .industries-pillar-page-fullwidth-cta-module .inner-wrap-fullwidth {
    padding-top: 18.75em;
    padding-bottom: 6.125em;
  }
}

.ippfcm-heading {
  font-size: 1.875em;
  color: #000000;
}

.ippfcm-desciption {
  margin-bottom: 1.25em;
}

.ippfcm-btn {
  margin: 10px;
}

.ippfcm-btn-one {
  background-color: #0061aa;
  padding-left: 2.5em;
  padding-right: 2.5em;
  color: #ffffff;
}
.ippfcm-btn-one:hover {
  background-color: #004477;
  color: #ffffff;
}

.Contact .inner-wrap, .Contact .inner-wrap-narrow, .Contact .inner-wrap-wide, .Contact .inner-wrap-fullwidth {
  padding-top: 3em;
}

@media (min-width: 60em) {
  .pillar-page-links.stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 11.6em;
    margin-top: 0;
    z-index: 99;
  }
}
/*    .page-inner-anchor {
      @include mq(large){
    padding-top: 240px;
    margin-top: -240px;
  }
}*/
@media (min-width: 60em) {
  .top-padding {
    padding-top: 8em;
  }
}

.first .inner-wrap, .first .inner-wrap-narrow, .first .inner-wrap-wide, .first .inner-wrap-fullwidth {
  padding-bottom: 0;
}

.Overview .ippbm-content {
  display: none;
}
.Overview .inner-wrap, .Overview .inner-wrap-narrow, .Overview .inner-wrap-wide, .Overview .inner-wrap-fullwidth {
  padding-top: 0;
}

/* ===== DEFAULTS FOR ALL BLOGS =====  */
.fb_iframe_widget span {
  height: 24px !important;
}

#recaptcha_table {
  table-layout: initial !important;
  height: 126px;
  overflow: hidden;
  margin-bottom: 1em;
}

.blog-pagination {
  font-size: 1.7em;
  font-weight: bold;
}
.blog-pagination a {
  margin-right: 2em;
  text-decoration: none;
}

.more-link {
  font-size: 1.4em;
  text-decoration: none;
}

.post-item {
  border-bottom: 5px solid #eeeeee;
  padding-bottom: 2em;
  margin-bottom: 2em;
}

.hs-author-avatar {
  float: left;
  margin-right: 1.5em;
}
.hs-author-avatar img {
  border-bottom: 1px solid #adadad;
}

.hs-author-social-label {
  font-size: 1.3em;
}

.hs-author-bio {
  font-size: 1.3em;
  line-height: 1.5em;
  margin-bottom: 1em;
}

.hs-author-profile {
  background: #F2F2F2;
  padding: 0.2em 2em 2em 2em;
}

.hs-author-listing-header {
  padding-top: 1em;
  margin-top: 0.3em;
  color: #b9b9b9;
}

.hs-author-social-links a {
  text-decoration: none;
}
.hs-author-social-links img {
  opacity: 0.7;
  width: 1.875em;
  height: 1.875em;
}
.hs-author-social-links img:hover {
  opacity: 1;
}

/*   end defaults   */
html body {
  opacity: 1 !important;
}
html #_vis_opt_path_hides {
  z-index: -1 !important;
}

.site-wrap {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  min-height: 100%;
}

/*=============== Site Header ===============*/
.site-header {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-header .site-logo {
  display: block;
  text-align: center;
  margin-bottom: 1.25em;
}
.site-header .site-logo img {
  width: 6.875em;
  height: auto !important;
}
@media (min-width: 60em) {
  .site-header .site-logo {
    display: inline-block;
  }
}
@media (min-width: 80em) {
  .site-header .site-logo {
    width: 8.75em;
  }
}
@media (min-width: 60em) {
  .site-header {
    height: 186.23px;
  }
}

.sh-sticky-wrap {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 60em) {
  .sh-sticky-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    height: 187px;
  }
  .sh-sticky-wrap.stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    height: 187px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
}

@media (min-width: 60em) {
  .site-header {
    height: 155px;
  }
}

.search-module {
  top: 0;
}

.top-header {
  background: #232323;
  color: #ffffff;
  padding: 3px 0;
}
.top-header .sh-utility-nav {
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 10px;
}
@media (min-width: 48em) {
  .top-header .sh-utility-nav {
    padding-top: 0;
  }
}
.top-header .sh-utility-nav .hd-new-text {
  margin-bottom: 10px;
  text-transform: capitalize;
}
@media (min-width: 48em) {
  .top-header .sh-utility-nav .hd-new-text {
    margin-bottom: 0;
  }
}
.top-header .sh-utility-nav .social-wrap {
  width: 15em;
  display: none;
}
.top-header .sh-utility-nav .inner-wrap, .top-header .sh-utility-nav .inner-wrap-narrow, .top-header .sh-utility-nav .inner-wrap-wide, .top-header .sh-utility-nav .inner-wrap-fullwidth {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  max-width: 93.6923076923em;
}
@media (min-width: 60em) {
  .top-header .sh-utility-nav .inner-wrap, .top-header .sh-utility-nav .inner-wrap-narrow, .top-header .sh-utility-nav .inner-wrap-wide, .top-header .sh-utility-nav .inner-wrap-fullwidth {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.top-header .sh-utility-nav .fa-icon {
  margin-right: 0.3846153846em;
  font-size: 1.2307692308em;
}
.top-header .sh-utility-nav .sh-contact-info {
  display: block;
  text-align: center;
}
@media (min-width: 48em) {
  .top-header .sh-utility-nav .sh-contact-info {
    margin-right: 2.3076923077em;
    display: inline-block;
    text-align: left;
  }
}
.top-header .sh-utility-nav .sh-phone {
  display: inline-block;
  text-align: center;
}
.top-header .sh-utility-nav .sh-phone .fa-icon {
  border: 1px solid #fff;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 48em) {
  .top-header .sh-utility-nav .sh-phone {
    display: inline-block;
    text-align: left;
  }
}
@media (min-width: 48em) {
  .top-header .sh-utility-nav {
    text-align: center;
  }
  .top-header .sh-utility-nav .social-wrap {
    display: inline-block;
  }
}

.sh-nav-wrap {
  background-color: #0061aa;
  color: #ffffff;
}
@media (min-width: 60em) {
  .sh-nav-wrap {
    height: 135px;
  }
  .sh-nav-wrap .inner-wrap, .sh-nav-wrap .inner-wrap-narrow, .sh-nav-wrap .inner-wrap-wide, .sh-nav-wrap .inner-wrap-fullwidth {
    padding-bottom: 0px !important;
  }
}
.sh-nav-wrap .sh-nav-container {
  float: right;
}
@media (min-width: 60em) {
  .sh-nav-wrap .sh-nav-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-top: 1.625em;
  }
}

.sh-icons {
  /*float: right;*/
}
.sh-ico-menu, .sh-ico-search {
  background-repeat: no-repeat;
  background-position: center top;
  display: inline-block;
  padding-top: 1.2em;
  width: 2em;
  margin-left: 1em;
  text-align: center;
  text-decoration: none;
}
.sh-ico-menu span, .sh-ico-search span {
  font-size: 0.75em;
}
.sh-ph {
  margin: 0;
  color: #ffffff;
  margin-left: 0.3125em;
  text-decoration: none;
}
.sh-ph i {
  font-style: normal;
}
@media (min-width: 48em) {
  .sh-ph {
    font-size: 1.5384615385em;
  }
}

.sh-ico-search {
  background-image: url(img/ico-search.svg);
}

.sh-ico-menu {
  background-image: url(img/ico-nav.svg);
  background-color: #fba02a;
  padding-top: 0;
  margin: 0;
  padding: 5px;
  display: inline-block;
  background-position: center center;
  background-size: 20px;
}
.sh-ico-menu span {
  opacity: 0;
}
@media (min-width: 48em) {
  .sh-ico-menu {
    display: none;
  }
}

/*=============== Site Intro ===============*/
.site-intro {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  background-color: #fff;
}
.site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  padding-left: 0.3125em;
  padding-right: 0.3125em;
}
@media (min-width: 60em) {
  .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
    padding-top: 6.5625em;
    padding-bottom: 3.625em;
  }
}
.site-intro .si-text {
  margin-bottom: 1.5em;
}
.site-intro .si-text h1 {
  font-size: 1em;
  color: #000000;
  line-height: 1.5em;
  margin: 0;
}
@media (min-width: 48em) {
  .site-intro .si-text {
    max-width: 300px;
  }
}
@media (min-width: 80em) {
  .site-intro .si-text {
    max-width: 550px;
  }
}
.site-intro span.si-button.si-cta1 {
  margin: 10px 0;
  display: inline-block;
}
@media (min-width: 60em) {
  .site-intro span.si-button.si-cta1 {
    width: auto;
    margin-right: 20px;
  }
}

@media (max-width: 640px) {
  .si-button {
    display: block;
    width: 100%;
    text-align: center;
  }
  .si-button .btn-large {
    width: 100%;
    max-width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1064px) {
  span.si-button {
    float: left;
    width: auto !important;
    margin: 10px 0;
  }
  span.si-button .btn-large {
    text-align: center;
  }

  .site-intro span.si-button.si-cta1 {
    margin-right: 10px;
  }
}
/*=============== Site Content ===============*/
.site-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.home .site-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

/*=============== Site Footer ===============*/
.site-footer {
  background-color: #232323;
  color: #ffffff;
  padding-bottom: 0 !important;
}
@media (min-width: 48em) {
  .site-footer .sf-left-middle-block {
    float: none;
    width: auto;
  }
  .site-footer .sf-left-block {
    float: left;
    width: 23.07692%;
    font-size: 0.9375em;
  }
  .site-footer .sf-middle-block {
    width: 23.07692%;
    float: left;
    font-size: 0.9375em;
    margin-left: 1.9333333333em;
  }
  .site-footer .sf-last-block {
    width: 45.71795%;
    float: left;
    font-size: 0.9375em;
    margin-left: 1.9333333333em;
  }
}
.site-footer .sf-last-block {
  margin-bottom: 1.5625em;
}
.site-footer .sf-last-block h3.sf-title {
  display: inline-block;
  margin-bottom: 0;
}
.site-footer h3.sf-title {
  font-size: 1.5em;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0;
}
.site-footer .sf-list li {
  font-size: 17px;
  margin-bottom: 0.375em;
}
.site-footer .sf-list li a {
  font-size: 1.0625em;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.75em;
  position: relative;
}
.site-footer .sf-list li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -4px;
  background-color: #fff;
  visibility: hidden;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.site-footer .sf-list li a:hover:after, .site-footer .sf-list li a:focus:after, .site-footer .sf-list li a:active:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  transition: all 0.3s ease-in-out 0s;
}
.site-footer .sf-thomas .inner-wrap, .site-footer .sf-thomas .inner-wrap-narrow, .site-footer .sf-thomas .inner-wrap-wide, .site-footer .sf-thomas .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 1.25em;
}
.site-footer .sf-thomas .sf-dashed-border {
  border-top: 2px dashed #414141;
  display: block;
  height: 0.0625em;
  margin-bottom: 1.25em;
}
.site-footer .sf-thomas .sft-copyright {
  text-align: center;
}
@media (min-width: 48em) {
  .site-footer .sf-thomas .sft-copyright {
    float: left;
    width: 50%;
    text-align: left;
  }
}
.site-footer .sf-thomas .sft-copyright p {
  font-size: 15px;
  margin: 0;
}
.site-footer .sf-thomas .sft-right {
  text-align: center;
}
@media (min-width: 48em) {
  .site-footer .sf-thomas .sft-right {
    float: left;
    width: 50%;
    text-align: right;
  }
}
.site-footer .sf-thomas .sft-right .sfb-list ul li {
  display: inline-block;
}
.site-footer .sf-thomas .sft-right .sfb-list ul li + li {
  margin-left: 10px;
}
.site-footer .sf-thomas a {
  font-size: 15px;
  color: #ffffff;
  position: relative;
  text-decoration: none;
}
.site-footer .sf-thomas a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -4px;
  background-color: #fff;
  visibility: hidden;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.site-footer .sf-thomas a:hover:after, .site-footer .sf-thomas a:focus:after, .site-footer .sf-thomas a:active:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  transition: all 0.3s ease-in-out 0s;
}
.site-footer a {
  color: #ffffff;
  position: relative;
  text-decoration: none;
}
.site-footer a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -4px;
  background-color: #fff;
  visibility: hidden;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.site-footer a:hover:after, .site-footer a:focus:after, .site-footer a:active:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  transition: all 0.3s ease-in-out 0s;
}
.site-footer .sf-phone span {
  margin-right: 15px;
  font-size: 12px;
}

@media (min-width: 1025px) and (max-width: 1180px) {
  .sf-last-block {
    width: 48.71795%;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .sf-left-middle-block,
.sf-last-block {
    float: left;
    width: 50%;
  }
}
.sf-small {
  background-color: #999;
  text-align: center;
}
.sf-small .inner-wrap, .sf-small .inner-wrap-narrow, .sf-small .inner-wrap-wide, .sf-small .inner-wrap-fullwidth {
  padding-top: 1em;
  padding-bottom: 1em;
}

.sf-social {
  text-align: center;
}
.sf-social p {
  font-weight: bold;
}
.sf-social a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin-right: 0.875em;
  margin-bottom: 1.375em;
}
.sf-social a .on {
  display: block;
}
.sf-social a .off {
  display: none;
}
.sf-social a:hover .on {
  display: none;
}
.sf-social a:hover .off {
  display: block;
}
.sf-social a img {
  width: 2.5em;
}

@media (min-width: 641px) {
  .sf-social {
    text-align: left;
    position: relative;
    bottom: 0;
    left: 3%;
  }
}
img[name=pphLoggerImage] {
  display: none;
}

/*=============== Search ===============*/
.search-table {
  display: table;
  width: 100%;
  float: right;
  padding: 0;
}

.search-row {
  display: table-row;
  width: 100%;
}

.search-cell1 {
  display: table-cell;
  padding-right: 0.4375em;
}

.search-cell2 {
  display: table-cell;
  width: 2.1875em;
  border: 0;
}

.search-text {
  font-size: 0.8em;
  width: 100%;
  height: 2.3em;
  border: 1px solid red;
  float: left;
  padding-left: 0.5em;
  margin-bottom: 0 !important;
}

.search-submit {
  width: 100%;
  height: 2.3em;
  border: 0;
  float: right;
  background: url(img/ico-search.svg) no-repeat center center !important;
}

@media (min-width: 48em) {
  .site-search {
    width: 100%;
  }

  .search-text {
    height: 2.3em;
  }

  .search-submit {
    height: 2.3em;
  }
}
.search-module {
  background-color: #000000;
  height: 11em;
  margin-top: -14em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.47);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10000;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 60em) {
  .search-module {
    height: 6em;
  }
}
.search-module.active {
  margin-top: 0;
}
.search-module .inner-wrap, .search-module .inner-wrap-narrow, .search-module .inner-wrap-wide, .search-module .inner-wrap-fullwidth {
  padding: 0.3em 1.5em 1em;
}

.search-exit {
  float: right;
  width: 1.125em;
  height: 1.125em;
  margin-left: 10px;
  margin-bottom: 5px;
  top: 0;
  right: 0;
  margin-top: 32px !important;
}
@media (min-width: 48em) {
  .search-exit {
    margin-top: auto !important;
  }
}

/*=============== Read More ===============*/
.main-content {
  display: block;
  overflow: hidden;
  position: relative;
}
@media (min-width: 48em) {
  .main-content {
    display: inline;
  }
}

@media (max-width: 48em) {
  .height {
    max-height: 15.625em;
  }
  .height:before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
  }

  .heightAuto {
    max-height: 312.5em;
  }
  .heightAuto:before {
    display: none;
  }
}
.link {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #0061aa;
  padding-bottom: 0.625em;
}
@media (min-width: 48em) {
  .link {
    display: none;
  }
}

/** Home Logo section **/
.hlm-logos {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.hlm-logos .hlm-item {
  width: 50%;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 48em) {
  .hlm-logos .hlm-item {
    width: auto;
    margin-bottom: 0;
  }
}

/** About section **/
.section-heading {
  font-size: 1.875em;
  line-height: 1.6em;
  margin-bottom: 0.6666666667em;
}
.section-heading span {
  color: #0061aa;
  font-weight: 700;
}
@media (min-width: 48em) {
  .section-heading {
    font-size: 2.25em;
    line-height: 1.6111111111em;
  }
}

/** Home logo section **/
.home-logo-module {
  clear: both;
}

/** Learn more about section **/
.learn-more-about-module .inner-wrap, .learn-more-about-module .inner-wrap-narrow, .learn-more-about-module .inner-wrap-wide, .learn-more-about-module .inner-wrap-fullwidth {
  padding-top: 1.516875em;
  padding-bottom: 1.516875em;
}
.learn-more-about-module .section-heading {
  text-align: center;
}
.learn-more-about-module .lmamr-content p a {
  display: inline-block;
}

/** Why Choose Culligan Css **/
.why-choose-module .inner-wrap, .why-choose-module .inner-wrap-narrow, .why-choose-module .inner-wrap-wide, .why-choose-module .inner-wrap-fullwidth {
  padding-top: 5em;
  padding-bottom: 5em;
}
.why-choose-module .section-heading {
  text-align: center;
}
.why-choose-module .section-sub-heading {
  text-align: center;
  margin: 0 auto 50px;
}
@media (min-width: 48em) {
  .why-choose-module .section-sub-heading {
    width: 70%;
  }
}
.why-choose-module .wcm-block .wcm-left-block {
  box-shadow: 0 0 1.875em rgba(0, 0, 0, 0.08);
}
.why-choose-module .wcm-block .wcm-left-block .wcml-item {
  padding: 1.25em 3.125em;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  background-color: #ffffff;
}
.why-choose-module .wcm-block .wcm-left-block .wcml-item h3.wcml-heading {
  margin-top: 0;
  font-size: 1.625em;
  color: #0061aa;
  font-weight: 400;
  padding-left: 1.9230769231em;
  margin-bottom: 0.5769230769em;
  position: relative;
}
.why-choose-module .wcm-block .wcm-left-block .wcml-item h3.wcml-heading span.wcml-icon {
  position: absolute;
  left: 0;
}
.why-choose-module .wcm-block .wcm-left-block .wcml-item h3.wcml-heading span.wcml-icon img.icon-hover {
  display: none;
}
.why-choose-module .wcm-block .wcm-left-block .wcml-item p {
  line-height: 24px;
  margin: 0;
}
.why-choose-module .wcm-block .wcm-left-block .wcml-item:hover, .why-choose-module .wcm-block .wcm-left-block .wcml-item:focus, .why-choose-module .wcm-block .wcm-left-block .wcml-item:active {
  background-color: #0061aa;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.why-choose-module .wcm-block .wcm-left-block .wcml-item:hover h3.wcml-heading, .why-choose-module .wcm-block .wcm-left-block .wcml-item:focus h3.wcml-heading, .why-choose-module .wcm-block .wcm-left-block .wcml-item:active h3.wcml-heading {
  color: #ffffff;
}
.why-choose-module .wcm-block .wcm-left-block .wcml-item:hover h3.wcml-heading span.wcml-icon img.icon, .why-choose-module .wcm-block .wcm-left-block .wcml-item:focus h3.wcml-heading span.wcml-icon img.icon, .why-choose-module .wcm-block .wcm-left-block .wcml-item:active h3.wcml-heading span.wcml-icon img.icon {
  display: none;
}
.why-choose-module .wcm-block .wcm-left-block .wcml-item:hover h3.wcml-heading span.wcml-icon img.icon-hover, .why-choose-module .wcm-block .wcm-left-block .wcml-item:focus h3.wcml-heading span.wcml-icon img.icon-hover, .why-choose-module .wcm-block .wcm-left-block .wcml-item:active h3.wcml-heading span.wcml-icon img.icon-hover {
  display: block;
}
.why-choose-module .wcm-block .wcm-left-block .wcml-item:hover .wcmi-content, .why-choose-module .wcm-block .wcm-left-block .wcml-item:focus .wcmi-content, .why-choose-module .wcm-block .wcm-left-block .wcml-item:active .wcmi-content {
  color: #ffffff;
}
@media (min-width: 48em) {
  .why-choose-module .wcm-block .wcm-left-block {
    width: 56.248%;
    float: left;
  }
}
.why-choose-module .wcm-block .wcm-right-block {
  padding: 1.5625em 2.1875em 2.1875em;
  background-color: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.why-choose-module .wcm-block .wcm-right-block h3.wcmir-heading {
  color: #0061aa;
  font-size: 1.625em;
  line-height: 2.1153846154em;
  margin-top: 0;
  margin-bottom: 0.3846153846em;
  font-weight: 400;
}
@media (min-width: 48em) {
  .why-choose-module .wcm-block .wcm-right-block h3.wcmir-heading {
    font-size: 2.0625em;
  }
}
.why-choose-module .wcm-block .wcm-right-block .gform_wrapper {
  margin-top: 0;
}
.why-choose-module .wcm-block .wcm-right-block .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
  font-size: 15px;
}
.why-choose-module .wcm-block .wcm-right-block .gform_wrapper .gform_footer {
  text-align: center;
}
.why-choose-module .wcm-block .wcm-right-block .gform_wrapper .gform_footer input[type=submit] {
  width: 100%;
}
@media (min-width: 48em) {
  .why-choose-module .wcm-block .wcm-right-block {
    width: 38.624%;
    margin-left: 5.12%;
    float: left;
  }
}

/** Services CSS **/
.services-tab-module {
  background-color: #0061aa;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
@media (min-width: 48em) {
  .services-tab-module {
    height: 47.5em;
  }
}
.services-tab-module h2.section-heading {
  font-weight: 400;
  color: #ffffff;
}
.services-tab-module h2.section-heading span {
  color: #ffffff;
}
.services-tab-module .stm_left-block ul.responsive-tabs__list {
  display: none;
}
.services-tab-module .stm_left-block ul.responsive-tabs__list .responsive-tabs_list_item {
  font-size: 0.875em;
  padding: 0 0.3571428571em 1.4285714286em;
  text-align: center;
  line-height: 1.5714285714em;
  margin-right: 1.5em;
  border-bottom: 5px solid transparent;
  position: relative;
  top: 3px;
  color: #ffffff;
  margin-top: 0;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
}
.services-tab-module .stm_left-block ul.responsive-tabs__list .responsive-tabs_list_item .stmi-icon {
  display: block;
  height: 57px;
  margin-bottom: 0.5714285714em;
}
.services-tab-module .stm_left-block ul.responsive-tabs__list .responsive-tabs_list_item.responsive-tabs_list_item--active {
  border-bottom-color: #fff;
}
.services-tab-module .stm_left-block ul.responsive-tabs__list .responsive-tabs_list_item:hover, .services-tab-module .stm_left-block ul.responsive-tabs__list .responsive-tabs_list_item:active {
  border-bottom-color: #fff;
}
.services-tab-module .stm_left-block .responsive-tabs_heading {
  background: #ffffff;
  font-size: 1em;
  border-top: 0;
  text-transform: inherit;
  margin: 0;
  padding-left: 1.25em;
  position: relative;
  padding: 0.625em 0.9375em;
  color: #000000;
  font-weight: 600;
  border: 0 none;
  margin-top: 1.25em;
}
.services-tab-module .stm_left-block .responsive-tabs_heading:after {
  border: 0 none;
  transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  width: auto;
  font-size: 12px;
  content: "";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 15px;
  top: 38%;
}
.services-tab-module .stm_left-block .responsive-tabs_heading.responsive-tabs_heading--active {
  background: #fba02a;
  color: #ffffff;
}
.services-tab-module .stm_left-block .responsive-tabs_heading.responsive-tabs_heading--active:after {
  transform: rotate(180deg) translate(0, 25%);
  -webkit-transform: rotate(180deg) translate(0, 25%);
  -moz-transform: rotate(180deg) translate(0, 25%);
  -ms-transform: rotate(180deg) translate(0, 25%);
  -o-transform: rotate(180deg) translate(0, 25%);
}
@media (min-width: 48em) {
  .services-tab-module .stm_left-block {
    width: 74.35897%;
  }
  .services-tab-module .stm_left-block .responsive-tabs_heading {
    display: none;
  }
  .services-tab-module .stm_left-block ul.responsive-tabs__list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #9ba1af;
    margin-bottom: 40px;
    margin-top: 30px;
  }
  .services-tab-module .stm_left-block h2.tab-title {
    font-size: 1.375em;
    font-weight: 400;
    margin-bottom: 0.9090909091em;
    color: #ffffff;
  }
}
.services-tab-module .stm_right-block {
  width: 30%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}
.services-tab-module .stm_right-block .stm-bg-image {
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
}
@media (min-width: 48em) {
  .services-tab-module .stm_right-block .stm-bg-image {
    background-size: contain;
    background-color: rgba(0, 0, 0, 0);
  }
}
.services-tab-module .stm_right-block .stm-bg-image:first-child img {
  visibility: hidden;
}
.services-tab-module .stm_right-block img {
  height: 100%;
  width: 100%;
  visibility: hidden;
}
@media (min-width: 48em) {
  .services-tab-module .stm_right-block img {
    visibility: visible;
  }
}
@media (min-width: 48em) {
  .services-tab-module .stm_right-block {
    display: block;
  }
}

@media (max-width: 767px) {
  .responsive-tabs_panel {
    padding: 20px 25px 30px;
    background-color: #f6f6f6;
  }
  .responsive-tabs_panel h2.tab-title {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    color: #000000;
    font-weight: 400;
  }
  .responsive-tabs_panel .tab-content {
    color: #000000;
  }
  .responsive-tabs_panel a.btn-alt, .responsive-tabs_panel a.btn-alt-download, .responsive-tabs_panel a.btn-alt-arrow {
    background-color: #0061aa;
    border: 0 none;
    color: #ffffff;
    font-size: 13px;
    padding: 8px 12px;
    line-height: 21px;
  }
  .responsive-tabs_panel a.btn-alt:hover, .responsive-tabs_panel a.btn-alt-download:hover, .responsive-tabs_panel a.btn-alt-arrow:hover, .responsive-tabs_panel a.btn-alt:focus, .responsive-tabs_panel a.btn-alt-download:focus, .responsive-tabs_panel a.btn-alt-arrow:focus, .responsive-tabs_panel a.btn-alt:active, .responsive-tabs_panel a.btn-alt-download:active, .responsive-tabs_panel a.btn-alt-arrow:active {
    background: #fba02a;
    color: #ffffff;
  }
}
@media (min-width: 767px) and (max-width: 1470px) {
  .services-tab-module .stm_right-block {
    width: 25%;
  }

  .services-tab-module .stm_left-block ul.responsive-tabs__list .responsive-tabs_list_item {
    font-size: 11px;
  }

  .services-tab-module .stm_right-block .stm-bg-image {
    background-position: left center;
    background-size: cover;
  }
}
.case-studies-module .csm-items-block {
  text-align: center;
}
@media (min-width: 48em) {
  .case-studies-module .csm-items-block {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.case-studies-module .csm-items-block a.csmi-items {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  max-width: 14.375em;
}
.case-studies-module .csm-items-block a.csmi-items figure figcaption {
  font-variant: small-caps;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}

.wcm-right-content .gform_anchor {
  margin-top: -200px;
  display: block;
  height: 200px;
}

body.popup-open {
  overflow: hidden;
}

.error-popup {
  max-width: 500px;
}

.gform_wrapper .left_label input.large,
.gform_wrapper .left_label textarea.small {
  width: 100% !important;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first {
  margin-right: 3px !important;
  padding-right: 8px !important;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
  margin-right: -8px !important;
  padding-right: 8px !important;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio li input[type=radio] {
  margin-top: 0 !important;
  /*z-index: -6;
  position: relative;*/
}

.sn-level-2,
.hs-menu-children-wrapper {
  z-index: 9;
}

@media (max-width: 1220px) {
  .site-intro {
    position: relative;
  }
  .site-intro:before {
    content: "";
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100 */
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    /* IE6-9 */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
    position: relative;
  }
}
@media (max-width: 960px) {
  .site-intro:before {
    background: rgba(255, 255, 255, 0.7);
  }
}
@media (max-width: 1050px) {
  .site-content.two-column .site-content-secondary {
    clear: both;
  }
}
div#sf_banner_popup_new {
  max-width: 500px;
  max-height: 550px;
  overflow-y: auto;
  border: 17px solid rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 0;
  background: rgba(0, 0, 0, 0);
}
div#sf_banner_popup_new .popup-inner-wrap {
  background: #fff;
}
div#sf_banner_popup_new h3.gform_title {
  font-family: Raleway, sans-serif;
  font-size: 36px !important;
  font-weight: 400 !important;
  color: #000 !important;
}
div#sf_banner_popup_new .gform_wrapper .gform_footer input[type=submit] {
  margin: 0 auto;
}

@media (max-width: 1450px) {
  .services-tab-module .stm_right-block .stm-bg-image {
    background-size: contain;
    /*background-color: #ffffff;*/
  }
  .services-tab-module .stm_right-block .stm-bg-image:first-child {
    background-color: rgba(0, 0, 0, 0);
  }
  .services-tab-module .stm_right-block .stm-bg-image img {
    visibility: hidden;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10-specific styles go here */
  .services-tab-module .stm_left-block ul.responsive-tabs__list .responsive-tabs_list_item {
    float: left;
    width: 14%;
  }
}
ul:not([class]) {
  display: inline-block;
}

.sitemap-menu ul.sub-menu {
  padding-left: 15px;
}

@media screen and (min-width: 960px) and (max-width: 1060px) {
  .site-nav-container {
    margin-right: 0;
  }

  .sn-li-l1 span,
.hs-menu-depth-1 span {
    font-size: 0.75em;
  }

  .site-header .site-logo img {
    width: 6.25em;
  }
}
/*======== Solution Module =========*/
.sm-tabs-wrap .slick-prev {
  width: 50px;
  height: 75px;
  background-color: #0061aa;
  background-image: url(img/ico-arrowleft.png);
  background-size: 10px 16px;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 1;
  transform: none;
  background-repeat: no-repeat;
}
.sm-tabs-wrap .slick-prev:before {
  display: none;
}
.sm-tabs-wrap .slick-prev:after {
  display: none;
}
.sm-tabs-wrap .slick-prev:focus, .sm-tabs-wrap .slick-prev:hover {
  background-color: #0061aa;
  background-image: url(img/ico-arrowleft.png);
  background-size: 10px 16px;
  background-repeat: no-repeat;
  transform: none;
  background-position: center;
}
.sm-tabs-wrap .slick-prev:focus:not(:hover):not(:active) {
  outline: 2px dashed #fba02a;
  outline-offset: 2px;
}
.sm-tabs-wrap .slick-next {
  width: 50px;
  height: 75px;
  background-color: #0061aa;
  background-image: url(img/ico-arrowleft.png);
  background-size: 10px 16px;
  background-position: center;
  top: 0;
  right: 0;
  z-index: 1;
  transform: rotate(180deg);
  background-repeat: no-repeat;
}
.sm-tabs-wrap .slick-next:before {
  display: none;
}
.sm-tabs-wrap .slick-next:after {
  display: none;
}
.sm-tabs-wrap .slick-next:focus, .sm-tabs-wrap .slick-next:hover {
  background-color: #0061aa;
  background-image: url(img/ico-arrowleft.png);
  background-size: 10px 16px;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  background-position: center;
}
.sm-tabs-wrap .slick-next:focus:not(:hover):not(:active) {
  outline: 2px dashed #fba02a;
  outline-offset: 2px;
}
.sm-tabs-wrap .slick-list {
  width: calc(100% - 102px);
  margin: auto;
}
.sm-tabs-wrap .slick-slide {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
@media (min-width: 48em) {
  .sm-tabs-wrap .slick-current .sm-tab-title {
    background-color: #ffffff;
  }
  .sm-tabs-wrap .slick-current .sm-tab-title span {
    color: #0061aa;
  }
  .sm-tabs-wrap .slick-current .sm-tab-title:focus:not(:hover):not(:active) {
    outline-offset: -1px;
  }
  .sm-tabs-wrap .slick-slide {
    border-left: 0;
  }
}

.sm-tab-title {
  text-align: center;
  cursor: pointer;
  background-color: #0061aa;
  padding: 0.75em 0.625em;
  height: 4.625em;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.sm-tab-title span {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 500;
  color: #ffffff;
}

/*******IE10 11hack******/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sm-tab-title {
    padding: 10px;
  }
  .sm-tab-title span {
    font-size: 16px;
  }
}
.sm-wrap.slick-slider {
  margin-bottom: 0 !important;
}
.sm-wrap .inner-wrap, .sm-wrap .inner-wrap-narrow, .sm-wrap .inner-wrap-wide, .sm-wrap .inner-wrap-fullwidth {
  padding-top: 5em;
  padding-bottom: 8.375em;
}
.sm-wrap .slick-dots {
  bottom: 4.25em;
}
.sm-wrap .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0;
  margin: 3px;
}
.sm-wrap .slick-dots li:last-child {
  margin-right: 0;
}
.sm-wrap .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #0061aa;
  padding: 0;
}
.sm-wrap .slick-dots li button:before {
  display: none;
}
.sm-wrap .slick-dots li button:after {
  display: none;
}
.sm-wrap .slick-dots li.slick-active {
  background-color: #0061aa;
}

.sm-content {
  text-align: center;
}
@media (min-width: 60em) {
  .sm-content {
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    max-width: 69.25em;
    margin: auto;
  }
}

.sm-img {
  border-radius: 4px;
  overflow: hidden;
}
.sm-img img {
  margin: auto;
  height: auto !important;
}
@media (min-width: 60em) {
  .sm-img {
    width: 32.5em;
  }
}

@media (min-width: 60em) {
  .sm-txt {
    width: calc(100% - 32.5em);
    padding-left: 4.8125em;
    padding-right: 0.5em;
  }
}

.smc-subtitle {
  font-size: 0.9375em;
  line-height: 2.5333333333em;
  text-transform: uppercase;
}

.smc-title {
  font-weight: 500;
  margin: 0;
}
@media (min-width: 48em) {
  .smc-title {
    font-size: 1.625em;
    line-height: 1.2307692308em;
  }
}

.btn-smc {
  padding: 0;
  font-size: 1.3125em;
  max-width: 9.5238095238em;
  width: 100%;
  line-height: 2.380952381em;
  border-radius: 0.1904761905em;
  text-align: center;
}

/*======== Industry Module ========*/
.industry-module {
  background-color: #f1f1f1;
  text-align: center;
  padding-bottom: 1.625em;
  padding-top: 5em;
}

.im-title {
  margin: 0;
}
.im-title span {
  font-weight: 700;
}
@media (min-width: 60em) {
  .im-title {
    font-size: 2.0625em;
    line-height: 0.7575757576em;
  }
}

.im-txt {
  max-width: 75.5625em;
  margin: auto;
  margin-top: 1.75em;
  margin-bottom: 2.6875em;
}
.im-txt p {
  font-size: 1em;
  line-height: 1.625em;
  margin: 0;
}

.im-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.im-item {
  height: 14.375em;
  width: 50%;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  background-color: #232323;
  text-decoration: none;
  position: relative;
  display: block;
  -webkit-transition: 0.25s all linear;
  -moz-transition: 0.25s all linear;
  transition: 0.25s all linear;
  margin-bottom: 1px;
}
.im-item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
}
.im-item:nth-of-type(2n):after {
  display: none;
}
@media (min-width: 60em) {
  .im-item {
    width: 33.33%;
  }
  .im-item:nth-of-type(2n):after {
    display: block;
  }
  .im-item:nth-of-type(3n):after {
    display: none;
  }
  .im-item:hover {
    background-blend-mode: normal;
  }
  .im-item:hover .imi-content {
    height: 3.75em;
    background-color: #fba02a;
  }
  .im-item:focus {
    background-blend-mode: normal;
  }
  .im-item:focus .imi-content {
    height: 3.75em;
    background-color: #fba02a;
  }
  .im-item:focus:not(:hover):not(:active) {
    outline: 3px dashed #fba02a;
    outline-offset: -4px;
  }
}

.imi-content {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.25s all linear;
  -moz-transition: 0.25s all linear;
  transition: 0.25s all linear;
}

.imi-title {
  color: #ffffff;
  font-size: 1.125em;
  line-height: 1.3333333333em;
  font-weight: 500;
}
@media (min-width: 48em) {
  .imi-title {
    font-size: 1.625em;
    line-height: 0.9615384615em;
  }
}

.additional-content {
  z-index: 2;
  position: relative;
  clear: both;
}

/*========== Accessible website starts ==========*/
#skipToContent {
  position: fixed;
  z-index: 0;
  top: 10px;
  left: 10px;
  opacity: 0;
}
#skipToContent:focus {
  opacity: 1;
  z-index: 99999;
}

.site-nav-container .site-nav a:focus:not(:active) {
  outline-offset: -2px;
}
.site-nav-container .site-nav a.tse-remove-border:focus:not(:active) {
  outline: none;
  outline-offset: 0;
}

.nonlink {
  cursor: default;
  pointer-events: none;
}

.lightbox.tse-remove-border {
  outline: none !important;
}
.lightbox.tse-remove-border:focus {
  outline: none !important;
}

.tse-remove-border {
  outline: none !important;
}
.tse-remove-border:focus {
  outline: none !important;
}

.sh-rq-desk {
  display: none;
}
@media (min-width: 60em) {
  .sh-rq-desk {
    display: inline-block;
    padding: 0;
    font-size: 1.0625em;
    font-weight: 700;
    max-width: 11.1764705882em;
    width: 100%;
    line-height: 3.5294117647em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #fba02a;
    color: #ffffff;
    border-radius: 30px;
    margin-right: 0.3529411765em;
    margin-left: 1.5294117647em;
  }
  .sh-rq-desk:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .sh-rq-desk:focus {
    background-color: #fba02a;
    color: #ffffff;
  }
}

.sh-rq-mob {
  padding: 0;
  font-size: 1.0625em;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  background-color: #fba02a;
  max-width: 5.1764705882em;
  width: 100%;
  line-height: 2.9411764706em;
  text-decoration: none;
  border-radius: 24px;
}
.sh-rq-mob:hover {
  background-color: #232323;
  color: #ffffff;
}
.sh-rq-mob:focus {
  background-color: #fba02a;
  color: #ffffff;
}
@media (min-width: 60em) {
  .sh-rq-mob {
    display: none;
  }
}

.sh-search-wrap {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
}
.sh-search-wrap::before {
  content: "";
  width: 1px;
  height: 107%;
  left: 2.1875em;
  top: 0;
  position: absolute;
}
@media (min-width: 48em) {
  .sh-search-wrap {
    padding-bottom: 0;
  }
  .sh-search-wrap::before {
    display: none;
  }
  .sh-search-wrap .sh-ico-search {
    margin-top: 7px;
  }
}
@media (min-width: 60em) {
  .sh-search-wrap {
    display: inline-block;
    vertical-align: bottom;
  }
}

.sh-ico-search {
  background-image: url(img/search.svg);
  background-size: 23px 20px;
  width: 25px;
  height: 22px;
  margin: 0em 0 0.625em 0.375em;
  padding-right: 4em;
}
@media (min-width: 60em) {
  .sh-ico-search {
    margin: 0;
    vertical-align: middle;
  }
  .sh-ico-search:hover {
    background-image: url(img/search-hover.svg);
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .sh-ico-search {
    background-size: 16px 16px;
  }
}
@media (max-height: 40em) and (min-width: 60em) {
  .sh-ico-search {
    background-size: 13px 13px;
  }
}

.search-module .search-website {
  clear: both;
  z-index: -1;
}

.search-website,
.search-plp {
  margin-bottom: 0;
}
.search-website .search-table,
.search-plp .search-table {
  width: 90%;
  float: left;
}

/** Landing Page page css**/
@media (min-width: 60em) {
  #move-left-side {
    float: left;
    width: 50%;
    clear: none;
  }
}

@media (min-width: 60em) {
  #move-right-side {
    float: right;
    width: 50%;
    clear: none;
  }
  #move-right-side .alignleft {
    padding-right: 0;
    margin-left: 1.618em;
    margin-right: 0;
  }
}

.lp-right-image {
  max-width: 15.5625em;
  width: 100%;
  margin: 0 auto 1.5625em;
}
.lp-right-image > img {
  display: block;
  width: 100%;
}
@media (min-width: 60em) {
  .lp-right-image {
    float: right;
    margin: 0 0 1.5625em 0.625em;
  }
}

@media (min-width: 60em) {
  .lp-left-cotent {
    float: left;
    width: calc(100% - 259px);
  }
}
@media (min-width: 80em) {
  .lp-left-cotent {
    width: 50%;
  }
}

.clear {
  clear: both;
}

.form-arrow {
  position: relative;
}
.form-arrow::after {
  content: "";
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  top: 0.9375em;
  right: 0;
  width: 4.8125em;
  height: 2.3125em;
}
@media (min-width: 60em) {
  .form-arrow::after {
    top: 1.0625em;
    right: 1.25em;
  }
}
@media (min-width: 80em) {
  .form-arrow::after {
    top: 1.0625em;
    right: 6.6875em;
  }
}
.form-arrow .gform_title {
  position: relative;
}
.form-arrow .gform_title::after {
  content: "";
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  top: 0.3846153846em;
  right: 0;
  width: 2.9615384615em;
  height: 2.3125em;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .form-arrow .gform_title {
    width: 78%;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .form-arrow .gform_title {
    width: 68%;
  }
}
@media (min-width: 60em) {
  .form-arrow .gform_title::after {
    top: 0.2692307692em;
    right: 0.7692307692em;
  }
}
@media (min-width: 80em) {
  .form-arrow .gform_title::after {
    top: 0.2692307692em;
    right: 3.6538461538em;
  }
}

@media (min-width: 60em) {
  #move-right-side img.alignright {
    margin-left: 0;
    padding-left: 0.625em;
  }
  #move-right-side ul li span {
    display: block;
  }
}

#gform_wrapper_16 {
  max-width: 35em;
  width: 100%;
  margin: 0 auto;
}
#gform_wrapper_16 .gform_title {
  font-weight: 500;
  font-size: 1.625em;
  line-height: 1.1538461538em;
  padding-right: 3.1153846154em;
}
@media (min-width: 60em) {
  #gform_wrapper_16 .gform_title {
    padding-right: 3.8846153846em;
  }
}
#gform_wrapper_16 .gform_body .address_zip {
  width: 100%;
  padding-right: 0;
}
#gform_wrapper_16 .gform_footer {
  padding-top: 2.375em;
  padding-bottom: 2.0625em;
}
#gform_wrapper_16 .gform_footer input[type=submit] {
  max-width: 13em;
  width: 100%;
  font-weight: 600;
}
@media (min-width: 60em) {
  #gform_wrapper_16 {
    margin: 0;
  }
}

@media (min-width: 48em) {
  .tn-badge__link {
    margin-left: 1.375em;
  }
}

@media (max-width: 639px) {
  .tn-badge__link {
    display: block;
    text-align: center;
  }
}
/* gdd 002 b css start */
.product-categories-module {
  text-align: center;
  padding: 1.25em;
}
@media (min-width: 60em) {
  .product-categories-module {
    position: relative;
  }
  .product-categories-module:before {
    content: "";
    background-color: #0061aa;
    left: 0;
    top: 0;
    height: 100%;
    width: 60px;
    position: absolute;
  }
  .product-categories-module:after {
    content: "All Product Categories";
    position: absolute;
    left: -79px;
    top: 47%;
    transform: rotate(-90deg) translateY(-50%);
    color: white;
    font-weight: 700;
    font-size: 22px;
  }
}

.pcm-heading {
  font-size: 1.375em;
  margin: 0;
  padding: 0.4545454545em 0.9090909091em;
  background-color: #0061aa;
  color: white;
  display: block;
  font-weight: 700;
}
.pcm-heading > span span {
  font-weight: 400;
}
@media (min-width: 60em) {
  .pcm-heading {
    display: none;
  }
}

.pcm-wrapper {
  padding: 1.25em;
}
@media (min-width: 48em) {
  .pcm-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    overflow: hidden;
    justify-content: space-around;
    align-items: stretch;
  }
}
@media (min-width: 60em) {
  .pcm-wrapper {
    padding: 1.875em 1.25em 1.25em 3.75em;
  }
}

.pcm-item {
  display: block;
}
.pcm-item a {
  text-decoration: none;
  max-width: 11.25em;
  margin: 0 auto 2.5em;
  display: inline-block;
  vertical-align: top;
}
.pcm-item a:hover .pcm-title {
  color: #fba02a;
}
@media (min-width: 48em) {
  .pcm-item {
    display: block;
    width: 33.33%;
    padding: 0 0.625em;
    margin: 0 auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (min-width: 60em) {
  .pcm-item {
    width: 20%;
  }
}

.pcm-visual {
  text-align: center;
}
.pcm-visual img {
  display: block;
  margin: 0 auto;
  height: auto !important;
}

.pcm-title {
  font-weight: 700;
  font-size: 0.9375em;
}
.pcm-title img {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 60em) {
  .pcm-cta-wrapper {
    position: absolute;
    width: 3.75em;
    right: 0;
    top: 0;
    text-align: center;
  }
}

.btn.pcm-cta-1, button.pcm-cta-1,
input.pcm-cta-1[type=submit], .pcm-cta-1.btn-download, .pcm-cta-1.btn-arrow, .pcm-cta-1.product-grid-item-link {
  border-radius: 3px;
  text-transform: none;
  margin-bottom: 0.625em;
  width: 12.5em;
}
@media (min-width: 60em) {
  .btn.pcm-cta-1, button.pcm-cta-1,
input.pcm-cta-1[type=submit], .pcm-cta-1.btn-download, .pcm-cta-1.btn-arrow, .pcm-cta-1.product-grid-item-link {
    position: relative;
    transform: rotate(-90deg);
    right: -3.8125em;
    transform-origin: bottom left 0;
    top: 28.9375em;
  }
}

.btn-alt.pcm-cta-2, .pcm-cta-2.btn-alt-download, .pcm-cta-2.btn-alt-arrow {
  padding: 0.75em 1em;
  width: 12.5em;
  border-radius: 3px;
  color: white;
  background-color: #0060af;
  border: none;
  text-transform: none;
}
.btn-alt.pcm-cta-2:hover, .pcm-cta-2.btn-alt-download:hover, .pcm-cta-2.btn-alt-arrow:hover {
  background-color: #006097;
}
@media (min-width: 60em) {
  .btn-alt.pcm-cta-2, .pcm-cta-2.btn-alt-download, .pcm-cta-2.btn-alt-arrow {
    position: relative;
    transform: rotate(-90deg);
    right: -3.75em;
    transform-origin: left bottom;
    bottom: -8.1875em;
  }
}

/* gdd 002 b css end */
/** gdd-001 contact page **/
/*form focus css*/
/* Change the styling here to change how the focus effect animates in and out for the form */
.gcv-form-wrap {
  display: inline-block;
  transition-duration: 0.25s;
  transition-timing-function: ease-in;
  transition-delay: initial;
  transition-property: all;
  width: 100%;
  position: relative;
  z-index: 10;
}

.gcv-form-wrap {
  transition: all ease-in 0.5s;
  -webkit-transition: all ease-in 0.5s;
}

/* Change the styling here to change how the active focus effect looks on the form */
.gcv-form-wrap.focus-active {
  z-index: 37;
  position: relative;
  display: inline-block;
  transform: scale(1);
  width: 100%;
  background: #ffffff;
}

.gcv-form-wrap.focus-active:after {
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  background-color: #fff;
  box-shadow: 0px 5px 10px 6px rgba(0, 0, 0, 0.4);
  z-index: -1;
}

/* Change the styling here to change how the blurred/faded content looks on the page */
body:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 200ms ease-in-out;
  pointer-events: none;
}

/* This sets up the `blur` class */
.blur {
  position: relative;
}

/* When the `blur` class is toggled on via JS, this makes it show up on the page */
body.blur:after {
  opacity: 1;
  pointer-events: all;
  background-color: rgba(133, 133, 133, 0.9);
  z-index: 9;
}

@media (min-width: 60em) {
  body.blur .sh-sticky-wrap:not(.stuck) {
    position: relative;
    z-index: 38;
  }

  body.blur .sh-sticky-wrap.stuck {
    z-index: 8;
  }

  body.blur .site-header-stuck {
    z-index: 1 !important;
  }
}
/*form focus css end*/
.gcv-title-wrap h1 {
  position: relative;
  color: #2861a5;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  margin-top: 0;
}
.gcv-title-wrap p {
  font-size: 0.8203125em;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  color: #282b2e;
  margin-top: 0;
}
@media (min-width: 60em) {
  .gcv-title-wrap {
    width: 55%;
  }
}

.gcv-form-wrap .frm-title {
  position: relative;
  color: #2861a5;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: left;
  overflow: hidden;
}
.gcv-form-wrap .frm-title:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #0061aa;
  top: 12px;
  width: 100%;
  margin-left: 5px;
}
.gcv-form-wrap iframe {
  transform: scale(0.8) translateX(0);
  margin-left: -11%;
}
@media (min-width: 48em) {
  .gcv-form-wrap iframe {
    transform: none;
    margin-left: 0;
  }
}
.gcv-form-wrap .frm-text {
  margin-bottom: 0;
  margin-top: 5px;
  text-align: left;
}

.address-details {
  margin-top: 1em;
}
.address-details h4 {
  color: #2861a5;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}
.address-details .ph-text {
  color: #2861a5;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}
.address-details .ph-link {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
.address-details .ph-link:hover {
  text-decoration: underline;
}
.address-details p {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 0.8203125em;
  font-weight: 600;
}

.bottom-text {
  color: #000;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  text-align: center;
}

.gcv-form-wrap #field_6_6 .gfield_description {
  text-align: center;
  text-transform: uppercase;
}

.gcv-form-wrap .gform_footer {
  text-align: center;
}

.gcv-form-wrap .gform_footer input[type=submit] {
  display: inline-block !important;
}

.gcv-rows .text-col {
  margin-bottom: 0;
}
.gcv-rows .text-col h3 {
  position: relative;
  color: #2861a5;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  overflow: hidden;
}
.gcv-rows .text-col h3:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #0061aa;
  top: 12px;
  width: 100%;
  margin-left: 5px;
}
.gcv-rows h3 {
  text-transform: uppercase;
}

.gdd001-bottom-img {
  overflow: hidden;
  background-image: url(https://www.reynoldsculligan.com/wp-content/uploads/Water-bottom-bkgd-new.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 175px;
}
@media (min-width: 60em) {
  .gdd001-bottom-img {
    height: 440px;
  }
}

.gdd001-top-img {
  position: absolute;
  right: 0;
}

@media (max-width: 767px) {
  .gcv-rows .form-col {
    text-align: center;
  }

  .gcv-form-wrap.focus-active {
    width: 90%;
    margin: 15px;
  }
}
.gc-map {
  height: 300px;
}

@media (min-width: 768px) {
  .gc-map {
    height: 400px;
  }
}
/** gdd-001 contact page end **/
/** gdd-001 RFQ page **/
/*form focus css*/
/* Change the styling here to change how the focus effect animates in and out for the form */
.gfv-form-wrap {
  display: inline-block;
  transition-duration: 0.25s;
  transition-timing-function: ease-in;
  transition-delay: initial;
  transition-property: all;
  width: 100%;
  position: relative;
  z-index: 10;
}
.gfv-form-wrap iframe {
  transform: scale(0.8) translateX(0);
  margin-left: -11%;
}
@media (min-width: 48em) {
  .gfv-form-wrap iframe {
    transform: none;
    margin-left: 0;
  }
}

.gfv-form-wrap {
  transition: all ease-in 0.5s;
  -webkit-transition: all ease-in 0.5s;
}

/* Change the styling here to change how the active focus effect looks on the form */
.gfv-form-wrap.rfq-focus-active {
  z-index: 37;
  position: relative;
  display: inline-block;
  transform: scale(1);
  width: 100%;
  background: #ffffff;
}

.gfv-form-wrap.rfq-focus-active:after {
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  background-color: #fff;
  box-shadow: 0px 5px 10px 6px rgba(0, 0, 0, 0.4);
  z-index: -1;
}

/* Change the styling here to change how the blurred/faded content looks on the page */
body:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 200ms ease-in-out;
  pointer-events: none;
}

/* This sets up the `blur` class */
.blur {
  position: relative;
}

/* When the `blur` class is toggled on via JS, this makes it show up on the page */
body.blur:after {
  opacity: 1;
  pointer-events: all;
  background-color: rgba(133, 133, 133, 0.9);
  z-index: 9;
}

/*form focus css end*/
.gfv-title-wrap h1 {
  position: relative;
  color: #2861a5;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  margin-top: 0;
}
.gfv-title-wrap p {
  font-size: 0.8203125em;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  color: #282b2e;
  margin-top: 0;
}
@media (min-width: 60em) {
  .gfv-title-wrap {
    width: 55%;
  }
}

.gfv-form-wrap .frm-title {
  position: relative;
  color: #2861a5;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: left;
  overflow: hidden;
}
.gfv-form-wrap .frm-title:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #0061aa;
  top: 12px;
  width: 100%;
  margin-left: 5px;
}
.gfv-form-wrap .frm-text {
  margin-bottom: 0;
  margin-top: 5px;
  text-align: left;
}

.address-details {
  margin-top: 1em;
}
.address-details h4 {
  color: #2861a5;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}
.address-details .ph-text {
  color: #2861a5;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}
.address-details .ph-link {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
.address-details .ph-link:hover {
  text-decoration: underline;
}
.address-details p {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 0.8203125em;
  font-weight: 600;
}

.bottom-text {
  color: #000;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  text-align: center;
}

.gfv-form-wrap #field_8_6 .gfield_description {
  text-align: center;
  text-transform: uppercase;
}

.gfv-form-wrap .gform_footer {
  text-align: center;
}

.gfv-form-wrap .gform_footer input[type=submit] {
  display: inline-block !important;
}

.gfv-rows .text-col {
  margin-bottom: 0;
}
.gfv-rows .text-col h3 {
  position: relative;
  color: #2861a5;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  overflow: hidden;
}
.gfv-rows .text-col h3:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #0061aa;
  top: 12px;
  width: 100%;
  margin-left: 5px;
}
.gfv-rows h3 {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .gfv-rows .form-col {
    text-align: center;
  }

  .gfv-form-wrap.rfq-focus-active {
    width: 90%;
    margin: 15px;
  }
}
.single-landing-page .gform_wrapper {
  max-width: 35em;
  width: 100%;
  margin: 0 auto;
}
.single-landing-page .gform_description {
  color: #0061aa;
  font-weight: 500 !important;
  font-size: 1.625em;
  line-height: 1.1538461538em;
  padding-right: 3.1153846154em;
  margin: 0.3846153846em 0 0.2307692308em 0 !important;
}
.single-landing-page .gform_body .address_zip {
  width: 100% !important;
  padding-right: 0 !important;
}
.single-landing-page .gform_footer {
  padding-top: 2.375em !important;
  padding-bottom: 2.0625em !important;
}
.single-landing-page .gform_footer input[type=submit] {
  max-width: 13em !important;
  width: 100% !important;
  font-weight: 600 !important;
}
@media (min-width: 48em) {
  .single-landing-page .site-content.two-column .site-content-primary {
    width: 100%;
  }
}
@media (min-width: 60em) {
  .single-landing-page .gform_wrapper {
    margin: 0;
  }
  .single-landing-page .gform_description {
    padding-right: 3.8846153846em;
  }
}

.popup-youtube {
  display: inline-block;
  position: relative;
}
.popup-youtube img {
  max-width: 100%;
  height: auto;
  display: block;
}
.popup-youtube:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 68px;
  height: 48px;
  -moz-transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 63;
  cursor: pointer;
  background: url(img/youtube-icon-gray.svg) center/68px no-repeat;
  /*opacity: 0.8;*/
}
.popup-youtube:hover:before {
  /*opacity: 1;*/
  background: url(img/youtube-icon-red.svg) center/68px no-repeat;
}

.mp4-video {
  display: inline-block;
  position: relative;
}
.mp4-video img {
  max-width: 100%;
  height: auto;
  display: block;
}
.mp4-video:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 68px;
  height: 48px;
  -moz-transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 63;
  cursor: pointer;
  background: url(img/ico-play.svg) center/68px no-repeat;
  /*opacity: 0.8;*/
}
.mp4-video:hover:before {
  /*opacity: 1;*/
  background: url(img/ico-play.svg) center/68px no-repeat;
}

/** gdd-003 Start **/
.gdd-003-b h3.sf-title {
  font-size: 1.5em;
}
@media (min-width: 60em) {
  .gdd-003-b h3.sf-title {
    font-size: 1.2em;
  }
}
@media (min-width: 80em) {
  .gdd-003-b h3.sf-title {
    font-size: 1.5em;
  }
}
.gdd-003-b .sf-left-block .sf-phone {
  display: block;
  margin-bottom: 10px;
}
.gdd-003-b .sf-left-block .sf-phone span {
  font-size: 16px;
}
.gdd-003-b .sf-left-block .sf-phone .sf-ph {
  font-size: 1.1em;
}
.gdd-003-b .sf-left-block .btn:hover:after, .gdd-003-b .sf-left-block button:hover:after,
.gdd-003-b .sf-left-block input[type=submit]:hover:after, .gdd-003-b .sf-left-block .btn-download:hover:after, .gdd-003-b .sf-left-block .btn-arrow:hover:after, .gdd-003-b .sf-left-block .product-grid-item-link:hover:after {
  visibility: hidden;
}
.gdd-003-b .sf-left-block .btn-alt:hover:after, .gdd-003-b .sf-left-block .btn-alt-download:hover:after, .gdd-003-b .sf-left-block .btn-alt-arrow:hover:after {
  visibility: hidden;
}
.gdd-003-b .sf-left-block .sf-add {
  font-size: 1.0625em;
  display: block;
}
.gdd-003-b .sf-left-block .btn, .gdd-003-b .sf-left-block button,
.gdd-003-b .sf-left-block input[type=submit], .gdd-003-b .sf-left-block .btn-download, .gdd-003-b .sf-left-block .btn-arrow, .gdd-003-b .sf-left-block .product-grid-item-link {
  border-radius: 0;
  padding: 14px 15px;
  background-color: #005291;
  margin-bottom: 10px;
}
@media (min-width: 60em) {
  .gdd-003-b .sf-left-block .btn, .gdd-003-b .sf-left-block button,
.gdd-003-b .sf-left-block input[type=submit], .gdd-003-b .sf-left-block .btn-download, .gdd-003-b .sf-left-block .btn-arrow, .gdd-003-b .sf-left-block .product-grid-item-link {
    margin-right: 0;
  }
}
@media (min-width: 80em) {
  .gdd-003-b .sf-left-block .btn, .gdd-003-b .sf-left-block button,
.gdd-003-b .sf-left-block input[type=submit], .gdd-003-b .sf-left-block .btn-download, .gdd-003-b .sf-left-block .btn-arrow, .gdd-003-b .sf-left-block .product-grid-item-link {
    margin-right: 10px;
  }
}
.gdd-003-b .sf-left-block .btn:hover, .gdd-003-b .sf-left-block button:hover,
.gdd-003-b .sf-left-block input[type=submit]:hover, .gdd-003-b .sf-left-block .btn-download:hover, .gdd-003-b .sf-left-block .btn-arrow:hover, .gdd-003-b .sf-left-block .product-grid-item-link:hover {
  background-color: #88b5d7;
}
.gdd-003-b .sf-left-block .btn-alt, .gdd-003-b .sf-left-block .btn-alt-download, .gdd-003-b .sf-left-block .btn-alt-arrow {
  border-radius: 0;
  margin-bottom: 10px;
}
@media (min-width: 60em) {
  .gdd-003-b .sf-left-block .btn-alt, .gdd-003-b .sf-left-block .btn-alt-download, .gdd-003-b .sf-left-block .btn-alt-arrow {
    margin-left: 0;
  }
}
@media (min-width: 80em) {
  .gdd-003-b .sf-left-block .btn-alt, .gdd-003-b .sf-left-block .btn-alt-download, .gdd-003-b .sf-left-block .btn-alt-arrow {
    margin-left: 0;
  }
}
@media (min-width: 48em) {
  .gdd-003-b .sf-left-block {
    float: left;
    width: 26.07692%;
    font-size: 0.9375em;
    font-size: 1em;
  }
}
@media (min-width: 80em) {
  .gdd-003-b .sf-left-block {
    float: left;
    width: 30.07692%;
    font-size: 0.9375em;
    font-size: 1em;
  }
}
.gdd-003-b .sf-last-block .sf-list {
  column-count: 2;
  margin-top: 12px;
}
@media (min-width: 48em) {
  .gdd-003-b .sf-last-block {
    width: 40.71795%;
    float: left;
    font-size: 0.9375em;
    margin-left: 1.9333333333em;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .gdd-003-b .sf-last-block {
    width: 40.71795%;
  }
}
.gdd-003-b .inner-wrap, .gdd-003-b .inner-wrap-narrow, .gdd-003-b .inner-wrap-wide, .gdd-003-b .inner-wrap-fullwidth {
  max-width: 92em;
}
.gdd-003-b .sf-dashed-border {
  border-top: 2px solid #414141 !important;
}
@media (min-width: 640px) and (max-width: 767px) {
  .gdd-003-b .sf-left-middle-block, .gdd-003-b .sf-last-block {
    float: left;
    width: 49%;
  }
}
.gdd-003-b .tn-badge__link {
  display: inline-block;
  width: 100%;
  max-width: 7em;
  /*float: right;*/
}
@media (min-width: 60em) {
  .gdd-003-b .tn-badge__link {
    max-width: 6em;
    /*float: right;*/
    /*margin-right: 109px;*/
  }
}
.gdd-003-b .tn-badge__link:hover:after {
  visibility: hidden;
}
.gdd-003-b .sf-connect {
  display: inline-block;
}
.gdd-003-b .sf-social {
  display: inline-block;
  bottom: auto;
}
.gdd-003-b .sf-social a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin-right: 0.875em;
  margin-bottom: 0.375em;
  margin-left: 10px;
}
.gdd-003-b .gdd-wrapss {
  display: table;
  width: 100%;
}

.sim-content {
  position: relative;
  margin-bottom: 10px;
  width: 290px;
}
.sim-content::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  right: 19px;
  bottom: -3px;
  background-image: url(https://www.reynoldsculligan.com/wp-content/uploads/img1.png);
  background-repeat: no-repeat;
  background-size: 28px 18px;
  background-position: right !important;
}

.sim-title {
  position: absolute;
  width: 290px;
  top: 76px;
  background-color: #0a63a6;
  padding-left: 16px;
  font-size: 15px;
  left: 0;
  color: #ffffff;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: bold;
}

.sim-link {
  text-decoration: none;
  margin-bottom: 2em;
}

.heading-anchor-wrap p {
  margin: 0;
}
.heading-anchor-wrap .btn, .heading-anchor-wrap button,
.heading-anchor-wrap input[type=submit], .heading-anchor-wrap .btn-download, .heading-anchor-wrap .btn-arrow, .heading-anchor-wrap .product-grid-item-link {
  padding-top: 0.85em;
  font-size: 1.25em;
  text-align: center;
}
@media (min-width: 60em) {
  .heading-anchor-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .heading-anchor-wrap .haw-heading {
    margin-right: 0.4444444444em;
  }
  .heading-anchor-wrap .btn, .heading-anchor-wrap button,
.heading-anchor-wrap input[type=submit], .heading-anchor-wrap .btn-download, .heading-anchor-wrap .btn-arrow, .heading-anchor-wrap .product-grid-item-link {
    margin-bottom: 0;
  }
}

.ginput_recaptcha {
  transform: scale(0.8) translateX(0);
  margin-left: -11%;
}
@media (min-width: 48em) {
  .ginput_recaptcha {
    transform: none;
    margin-left: 0;
  }
}

/*****************************************************/
body.page-id-2180, body.page-id-1595 {
  /*.ipplrc-wrap-item{
      .ipplrc-left-content{
          background-image: url(img/);
      }
  }*/
}
body.page-id-2180 .page-intro, body.page-id-1595 .page-intro {
  position: relative;
}
body.page-id-2180 .page-intro::before, body.page-id-1595 .page-intro::before {
  content: "";
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
body.page-id-2180 .page-intro .inner-wrap, body.page-id-2180 .page-intro .inner-wrap-narrow, body.page-id-2180 .page-intro .inner-wrap-wide, body.page-id-2180 .page-intro .inner-wrap-fullwidth, body.page-id-1595 .page-intro .inner-wrap, body.page-id-1595 .page-intro .inner-wrap-narrow, body.page-id-1595 .page-intro .inner-wrap-wide, body.page-id-1595 .page-intro .inner-wrap-fullwidth {
  position: relative;
}
body.page-id-2180 .additional-content, body.page-id-1595 .additional-content {
  position: relative;
}
body.page-id-2180 .additional-content:before, body.page-id-1595 .additional-content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(https://www.reynoldsculligan.com/wp-content/uploads/contact-us-rfq-water-bg.png);
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.5;
}
body.page-id-2180 .additional-content p, body.page-id-1595 .additional-content p {
  font-size: 1em;
}
@media (min-width: 80em) {
  body.page-id-2180 .additional-content:before, body.page-id-1595 .additional-content:before {
    opacity: 1;
  }
}
body.page-id-2180 .industries-pillar-page-image-content-repeater, body.page-id-1595 .industries-pillar-page-image-content-repeater {
  background-image: url(https://www.reynoldsculligan.com/wp-content/uploads/grocery-store-fitness-centers-bg.png);
  background-position: center 8%;
  background-size: 100%;
  background-repeat: repeat-y;
}

.single-post .page-intro {
  background-color: #0061aa;
  color: #fff;
}
.single-post .page-intro h1 {
  color: #fff;
}

.img-lightbox {
  padding: 0;
  margin: 0;
  line-height: 0;
  margin-left: 10px;
  margin-bottom: 12px;
}

@media (max-width: 480px) {
  .sim-content, .sim-content img, .sim-title {
    width: 100%;
  }

  .sim-content {
    display: inherit;
  }

  .sim-title {
    bottom: 0;
    top: auto;
  }

  .sim-content::after {
    bottom: -6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 860px) {
  .col-9:last-child {
    margin-right: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .indust-vdo {
    text-align: center;
  }
  .indust-vdo video {
    width: 50%;
  }
}
.iv-vdo {
  text-align: center;
  margin: 0;
  position: relative;
}

.player-buttons {
  background: url("/wp-content/uploads/youtube-icon-gray-1.svg") center center no-repeat;
  height: 128px;
  left: 50%;
  margin: -80px 0 0 -30px;
  position: absolute;
  top: 50%;
  width: 65px;
  z-index: 1;
}

.mfp-zoom-out-cur .sh-sticky-wrap {
  right: 0;
}
.mfp-zoom-out-cur .sh-sticky-wrap.stuck .sh-nav-wrap {
  width: 100%;
}
.mfp-zoom-out-cur .sh-sticky-wrap.stuck .top-header {
  width: 100%;
}

.mfp-zoom-out-cur .sh-nav-wrap {
  width: calc(100% - 15px);
}

.mfp-zoom-out-cur .top-header {
  width: calc(100% - 15px);
}

.fi-new-content {
  display: block;
  margin-top: 1.25em;
}

.right-image {
  text-align: center;
}
@media (min-width: 48em) {
  .right-image {
    float: right;
    margin: 0 0 10px 10px;
  }
}
.right-image img {
  z-index: 2;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.right-image a {
  display: inline-block;
  vertical-align: top;
}

.left-image {
  text-align: center;
}
@media (min-width: 48em) {
  .left-image {
    float: left;
    margin: 0 10px 10px 0;
  }
}
.left-image img {
  z-index: 2;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.left-image a {
  display: inline-block;
  vertical-align: top;
}

.cfm-form-wrap {
  background-color: #EFF4F8;
  margin-bottom: 1.875em;
  padding: 2.5em;
}
.cfm-form-wrap .gform_wrapper .gform_fields label.gfield_label {
  font-weight: 400;
  font-size: 1em !important;
}
.cfm-form-wrap .gform_wrapper .gform_fields label.gfield_label .gfield_required_asterisk {
  color: #000;
  font-size: 16px;
}
.cfm-form-wrap .gform_wrapper input[type=text], .cfm-form-wrap .gform_wrapper.gravity-theme textarea {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #B7B7B7;
  padding: 0.4em 0.6666666667em !important;
}
.cfm-form-wrap .gform_button {
  border-radius: 3.125em !important;
  font-size: 16px !important;
  padding: 0.75em 2.5em !important;
  color: white;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  text-transform: uppercase;
}
.cfm-form-wrap .gfield--type-captcha .gfield_label {
  position: relative;
  text-transform: capitalize;
}
.cfm-form-wrap .gfield--type-captcha .gfield_label:before {
  content: "*";
  right: -10px;
  top: 0;
  position: absolute;
}

@media (min-width: 60em) {
  .cfm-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.25vw;
  }
  .cfm-wrap > div {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  }
  .cfm-wrap > div:first-child {
    padding-right: 0.9375em;
  }
  .cfm-wrap > div:last-child {
    padding-left: 0.9375em;
  }
}
@media (min-width: 80em) {
  .cfm-wrap {
    font-size: 1em;
  }
}

.cfm-text h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.cfm-text > p {
  margin-top: 0;
}

.cfm-image-wrap > div {
  padding-bottom: 1.875em;
}
@media (min-width: 48em) {
  .cfm-image-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .cfm-image-wrap > div {
    -webkit-flex-basis: 47.36%;
    -moz-flex-basis: 47.36%;
    flex-basis: 47.36%;
    -ms-flex-preferred-size: 47.36%;
    margin-left: 1.875em;
  }
  .cfm-image-wrap > div:nth-of-type(2n-1) {
    margin-left: 0;
  }
}

@media (min-width: 40em) {
  .cfm-image-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .cfm-image-wrap > div {
    -webkit-flex-basis: 47.36%;
    -moz-flex-basis: 47.36%;
    flex-basis: 47.36%;
    -ms-flex-preferred-size: 47.36%;
    margin-left: 1.875em;
  }
  .cfm-image-wrap > div:nth-of-type(2n-1) {
    margin-left: 0;
  }
}
.cfmi-image-item {
  max-width: 16.875em;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 auto;
}
.cfmi-image-item img {
  display: block;
  width: 100%;
}

.job-openings-module {
  padding-bottom: 3.75em;
}

.jom-heading {
  font-size: 1.375em;
  margin-bottom: 1.3636363636em;
}

.jom-item .click-expand {
  border: none;
}
.jom-item .click-expand:last-child {
  margin-bottom: 0;
}
.jom-item .click-expand.active .ce-header {
  background-color: #1E487B;
}
.jom-item .click-expand.active .ce-body {
  background-color: #EFF4F8;
  padding: 1.875em 2.5em;
}
.jom-item .click-expand:hover .ce-header {
  background-color: #1E487B;
}
.jom-item .ce-header {
  background-color: #2861A5;
  color: white;
  font-size: 1.0625em;
  line-height: 1.5294117647em;
  padding: 0.8235294118em 4.7058823529em 0.8235294118em 1.7647058824em;
}
.jom-item .ce-header:after {
  color: white;
  font-size: 2em;
  right: 0.8823529412em;
}

.what-we-offer-module {
  padding-top: 2.5em;
  padding-bottom: 1.875em;
}

.wwom-wrap > div {
  background-color: #0061AA;
  padding: 1.875em 1.25em;
  margin-bottom: 1.875em;
  color: white;
}
.wwom-wrap > div h3 {
  color: white;
  margin-top: 0;
  font-size: 1.0625em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.1764705882em;
  font-weight: 600;
}
.wwom-wrap > div p {
  color: white;
  font-size: 0.9375em;
  line-height: 1.6em;
  margin: 0;
}
@media (min-width: 60em) {
  .wwom-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .wwom-wrap > div {
    -webkit-flex-basis: 31.91%;
    -moz-flex-basis: 31.91%;
    flex-basis: 31.91%;
    -ms-flex-preferred-size: 31.91%;
    margin-left: 1.875em;
  }
  .wwom-wrap > div:first-child {
    margin-left: 0;
  }
}

.wwom-text p {
  margin-top: 0;
}

.jom-heading {
  /*color: #285FA5;*/
}

body.join-our-team .page-header {
  color: #2861A5;
}
body.join-our-team .page-header.page-header-sub {
  text-align: left;
  color: #1C1C1C;
}

body.join-our-team .site-content {
  position: relative;
  z-index: 1;
}
body.join-our-team .site-content::before {
  content: "";
  background-image: url(img/water-top-bkgd.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 34.4375em;
  height: 8.125em;
  z-index: -1;
}
body.join-our-team .site-content::after {
  content: "";
  background-image: url(img/water-bottom-bkgd.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 10.625em;
  z-index: -1;
}
@media (min-width: 60em) {
  body.join-our-team .site-content::before {
    top: -2.0625em;
  }
}
body.join-our-team .page-anchore {
  padding-top: 140px;
  margin-top: -140px;
}

.fcom-header {
  font-size: 2.25em;
  line-height: 1.2777777778em;
  color: #2861A5;
}

.fcom-wrap {
  text-align: center;
}
@media (min-width: 60em) {
  .fcom-wrap {
    display: flex;
    align-items: center;
  }
  .fcom-wrap > div {
    flex-basis: 30%;
  }
  .fcom-wrap > div:first-child {
    flex-basis: 70%;
  }
  .fcom-wrap > div.fcom-cta {
    text-align: right;
  }
}

body .cfm-form-wrap .gform_wrapper .gform_footer input[type=submit] {
  text-transform: none;
}

.full-cta-opeining-module {
  padding-top: 1.875em;
  padding-bottom: 10em;
}

.jcl-btn, .fcom-cta-link {
  color: #1C1C1C;
  font-size: 13px;
  line-height: 1.6923076923em;
  padding: 0.6923076923em 3.0769230769em;
  font-weight: 600;
  text-transform: none;
}

@media (max-width: 768px) {
  .site-content.two-column .site-content-primary {
    width: 100% !important;
    float: left;
  }
}
@media (max-width: 1024px) {
  .site-content.two-column .site-content-primary {
    width: 100% !important;
    float: left;
  }
}
a.lightbox.infographic-lightbox {
  position: relative;
}

@media (min-width: 60em) {
  .product-img {
    column-count: 2;
    text-align: center;
  }
}

@media (min-width: 40em) {
  .product-img {
    column-count: 2;
    text-align: center;
  }
}
.page-id-2810 .page-intro {
  position: relative;
}
.page-id-2810 .page-intro .inner-wrap, .page-id-2810 .page-intro .inner-wrap-narrow, .page-id-2810 .page-intro .inner-wrap-wide, .page-id-2810 .page-intro .inner-wrap-fullwidth {
  z-index: 1;
  position: relative;
}
.page-id-2810 .page-intro::before {
  content: "";
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

/************************History page infographics****************************/
.history-timeline-para {
  text-align: center;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5.25em 0 6.25em;
}
.history-timeline-para h1 {
  color: #fff;
}
.history-timeline-para .ht-content {
  max-width: 60.875em;
  margin: auto;
  font-family: Helvetica;
}
.history-timeline-para .ht-content p {
  font-size: 1em;
  line-height: 1.5em;
}

.history-timeline-module {
  position: relative;
  overflow: hidden;
  margin-bottom: 8.625em;
}
@media (min-width: 992px) {
  .history-timeline-module {
    margin-bottom: 4em;
    padding-bottom: 4em;
  }
  .history-timeline-module:before {
    content: "";
    background-image: url(/wp-content/uploads/water-line.svg);
    width: 7.0625em;
    height: 100%;
    position: absolute;
    left: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    background-color: transparent;
    z-index: 1;
  }
}
@media (min-width: 1178px) {
  .history-timeline-module:before {
    left: 1.5em;
  }
}
@media (min-width: 1225px) {
  .history-timeline-module:before {
    left: 2.3em;
  }
}
@media (min-width: 1234px) {
  .history-timeline-module {
    padding-bottom: 5em;
  }
}
@media (min-width: 1240px) {
  .history-timeline-module:before {
    left: 2.6em;
  }
}
@media (min-width: 1260px) {
  .history-timeline-module:before {
    left: 3.5em;
  }
}
@media (min-width: 1280px) {
  .history-timeline-module:before {
    content: "";
    left: -64.5em;
    top: 2em;
    right: 0;
  }
}

.ht-row-wrap {
  position: relative;
}
.ht-row-wrap .inner-wrap, .ht-row-wrap .inner-wrap-narrow, .ht-row-wrap .inner-wrap-wide, .ht-row-wrap .inner-wrap-fullwidth {
  position: relative;
}

.ht-row-wrap-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
  opacity: 0;
}
@media (min-width: 48em) {
  .ht-row-wrap-bg {
    opacity: 1;
  }
}

.ht-row-1 {
  background-color: #ffffff;
}
@media (max-height: 46em) and (min-width: 60em) {
  .ht-row-1 .ht-row-wrap-bg {
    opacity: 1;
  }
}

.ht-row-2 {
  background-color: #ffffff;
}
.ht-row-2 .ht-row-wrap-bg {
  background-position: center top;
}
@media (max-height: 46em) and (min-width: 60em) {
  .ht-row-2 .ht-row-wrap-bg {
    opacity: 1;
  }
}

.htrc-row {
  margin-bottom: 3.25em;
}
.htrc-row > div {
  padding-bottom: 1.5625em;
}
@media (min-width: 48em) {
  .htrc-row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 3.25em;
    padding-left: 7.5em;
  }
  .htrc-row > div {
    float: left;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .htrc-row {
    margin-bottom: 8.5em;
    padding-left: 7.375em;
  }
}
@media (min-width: 1060px) {
  .htrc-row {
    margin-bottom: 6.5em;
    padding-left: 7.375em;
  }
}
@media (min-width: 1130px) {
  .htrc-row {
    margin-bottom: 5.5em;
    padding-left: 7.375em;
  }
}
@media (min-width: 1215px) {
  .htrc-row {
    margin-bottom: 5em;
    padding-left: 7.375em;
  }
}
@media (min-width: 1234px) {
  .htrc-row {
    margin-bottom: 4.4em;
    padding-left: 7.375em;
  }
}
@media (min-width: 1270px) {
  .htrc-row {
    margin-bottom: 4em;
    padding-left: 7.375em;
  }
}
@media (min-width: 1280px) {
  .htrc-row {
    margin-bottom: 4.25em;
    padding-left: 7.375em;
  }
}

.ht-row .inner-wrap, .ht-row .inner-wrap-narrow, .ht-row .inner-wrap-wide, .ht-row .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 0;
}

.ht-row-1 .inner-wrap, .ht-row-1 .inner-wrap-narrow, .ht-row-1 .inner-wrap-wide, .ht-row-1 .inner-wrap-fullwidth {
  padding-top: 5.5625em;
}
@media (min-width: 992px) {
  .ht-row-1 .inner-wrap, .ht-row-1 .inner-wrap-narrow, .ht-row-1 .inner-wrap-wide, .ht-row-1 .inner-wrap-fullwidth {
    padding-top: 2em;
    padding-left: 3em;
  }
}
.ht-row-1 .ht-row-content-wrap {
  padding-top: 0;
}
.ht-row-1 .htrc-year, .ht-row-1 .htrc-content {
  /*>span{
    color: $white;
  }*/
}
@media (min-width: 1280px) {
  .ht-row-1 .htrc-row-1:before {
    width: 4.8em;
  }
  .ht-row-1 .htrc-row-2:before {
    left: 0.9em;
    width: 11em;
  }
  .ht-row-1 .htrc-row-3 {
    padding-left: 14.5em;
  }
  .ht-row-1 .htrc-row-3:before {
    left: 0.7em;
    width: 11.4em;
  }
  .ht-row-1 .htrc-row-4 {
    padding-left: 10.5em;
  }
  .ht-row-1 .htrc-row-4:before {
    left: 1em;
    width: 7.9em;
  }
}

.ht-row-2 .htrc-year, .ht-row-2 .htrc-content {
  /*>span{
    color: $white;
  }*/
}
@media (min-width: 992px) {
  .ht-row-2 .inner-wrap, .ht-row-2 .inner-wrap-narrow, .ht-row-2 .inner-wrap-wide, .ht-row-2 .inner-wrap-fullwidth {
    padding-left: 2em;
  }
}
@media (min-width: 992px) {
  .ht-row-2 {
    padding-top: 7.2em;
  }
  .ht-row-2 .htrc-row-1:before, .ht-row-2 .htrc-row-2:before, .ht-row-2 .htrc-row-3:before, .ht-row-2 .htrc-row-4:before {
    left: 0.5em;
  }
}
@media (min-width: 1000px) {
  .ht-row-2 {
    padding-top: 6.2em;
  }
}
@media (min-width: 1010px) {
  .ht-row-2 {
    padding-top: 5.2em;
  }
}
@media (min-width: 1060px) {
  .ht-row-2 {
    padding-top: 0em;
    margin-top: 11.5em;
  }
}
@media (min-width: 1100px) {
  .ht-row-2 {
    padding-top: 0em;
    margin-top: 9.5em;
  }
}
@media (min-width: 1125px) {
  .ht-row-2 {
    padding-top: 0em;
    margin-top: 6.5em;
  }
}
@media (min-width: 1130px) {
  .ht-row-2 {
    padding-top: 0em;
    margin-top: 11.5em;
  }
}
@media (min-width: 1155px) {
  .ht-row-2 {
    padding-top: 0em;
    margin-top: 9.5em;
  }
}
@media (min-width: 1190px) {
  .ht-row-2 {
    padding-top: 0em;
    margin-top: 9.5em;
  }
}
@media (min-width: 1190px) {
  .ht-row-2 {
    padding-top: 0em;
    margin-top: 5.7em;
  }
}
@media (min-width: 1260px) {
  .ht-row-2 {
    padding-top: 0em;
    margin-top: 4.7em;
  }
}
@media (min-width: 1270px) {
  .ht-row-2 {
    padding-top: 0em;
    margin-top: 5.7em;
  }
}
@media (min-width: 1280px) {
  .ht-row-2 {
    padding-top: 7.5em;
    margin-top: 0em;
  }
  .ht-row-2 .htrc-row-1 {
    padding-left: 6.5em;
  }
  .ht-row-2 .htrc-row-1:before {
    left: 1em;
    width: 5em;
  }
  .ht-row-2 .htrc-row-2:before {
    left: 1em;
    width: 10.8em;
  }
  .ht-row-2 .htrc-row-3 {
    padding-left: 13.5em;
  }
  .ht-row-2 .htrc-row-3:before {
    left: 1em;
    width: 11.9em;
  }
  .ht-row-2 .htrc-row-4 {
    padding-top: 1em;
    padding-left: 10em;
  }
  .ht-row-2 .htrc-row-4:before {
    left: 0.8em;
    width: 7.8em;
    top: 57%;
  }
}

@media (min-width: 992px) {
  .ht-row-3 .inner-wrap, .ht-row-3 .inner-wrap-narrow, .ht-row-3 .inner-wrap-wide, .ht-row-3 .inner-wrap-fullwidth {
    padding-left: 3em;
  }
}
@media (min-width: 992px) {
  .ht-row-3 .htrc-row-1:before {
    left: -1.2em;
    width: 8.1875em;
  }
}
@media (min-width: 992px) {
  .ht-row-3 {
    margin-top: 9.5em;
  }
}
@media (min-width: 1030px) {
  .ht-row-3 {
    margin-top: 7.5em;
  }
}
@media (min-width: 1040px) {
  .ht-row-3 {
    margin-top: 7em;
  }
  .ht-row-3 .htrc-row-3:before {
    left: 0.7em;
  }
  .ht-row-3 .htrc-row-4:before {
    left: 1em;
  }
  .ht-row-3 .htrc-row-1:before {
    left: 0;
    width: 6.1875em;
  }
}
@media (min-width: 1045px) {
  .ht-row-3 {
    margin-top: 7em;
  }
}
@media (min-width: 1055px) {
  .ht-row-3 {
    margin-top: 6.5em;
  }
}
@media (min-width: 1060px) {
  .ht-row-3 {
    margin-top: 12.5em;
  }
  .ht-row-3 .htrc-row-3:before {
    left: 0.5em;
  }
  .ht-row-3 .htrc-row-4:before {
    left: -0.3em;
  }
}
@media (min-width: 1065px) {
  .ht-row-3 .htrc-row-4:before {
    left: 1em;
  }
}
@media (min-width: 1095px) {
  .ht-row-3 {
    margin-top: 9.5em;
  }
}
@media (min-width: 1280px) {
  .ht-row-3 {
    margin-top: 8em;
  }
  .ht-row-3 .htrc-row-1:before {
    left: 1em;
    width: 4.8em;
  }
  .ht-row-3 .htrc-row-2:before {
    left: 0.7em;
  }
  .ht-row-3 .htrc-row-3:before {
    left: 1em;
  }
  .ht-row-3 .htrc-row-4 {
    padding-left: 9.5em;
  }
  .ht-row-3 .htrc-row-4:before {
    left: 1em;
    width: 6.8em;
  }
}

@media (min-width: 992px) {
  .ht-row-4 .inner-wrap, .ht-row-4 .inner-wrap-narrow, .ht-row-4 .inner-wrap-wide, .ht-row-4 .inner-wrap-fullwidth {
    padding-left: 3em;
  }
}
@media (min-width: 992px) {
  .ht-row-4 .htrc-row-1:before {
    left: -1.2em;
    width: 8.1875em;
  }
}
@media (min-width: 992px) {
  .ht-row-4 .htrc-row-3 {
    padding-left: 13.5em;
  }
  .ht-row-4 .htrc-row-3:before {
    left: -1em;
    width: 12.5em;
  }
}
@media (min-width: 992px) {
  .ht-row-4 {
    margin-top: 10.5em;
  }
  .ht-row-4 .htrc-row-1:before, .ht-row-4 .htrc-row-2:before, .ht-row-4 .htrc-row-3:before {
    left: -1em;
  }
  .ht-row-4 .htrc-row-1 {
    padding-left: 11.375em;
  }
}
@media (min-width: 1010px) {
  .ht-row-4 .htrc-row-1:before, .ht-row-4 .htrc-row-2:before, .ht-row-4 .htrc-row-3:before {
    left: 0em;
  }
}
@media (min-width: 1040px) {
  .ht-row-4 {
    margin-top: 7.5em;
  }
}
@media (min-width: 1060px) {
  .ht-row-4 {
    margin-top: 0em;
  }
}
@media (min-width: 1080px) {
  .ht-row-4 {
    margin-top: 10em;
  }
}
@media (min-width: 1110px) {
  .ht-row-4 {
    margin-top: 7em;
  }
}
@media (min-width: 1160px) {
  .ht-row-4 {
    margin-top: 9em;
  }
}
@media (min-width: 1280px) {
  .ht-row-4 {
    margin-top: 10em;
    padding-bottom: 2em;
  }
  .ht-row-4 .htrc-row-1:before {
    left: 0;
    width: 4.8em;
  }
  .ht-row-4 .htrc-row-2:before {
    width: 11em;
    left: 0.5em;
  }
  .ht-row-4 .htrc-row-3 {
    padding-left: 14.5em;
  }
  .ht-row-4 .htrc-row-3:before {
    left: 0.2em;
    width: 12.1em;
  }
}

.ht-row-content-wrap {
  padding-left: 4.5em;
  position: relative;
  padding-top: 2.5em;
  padding-bottom: 4.25em;
}
.ht-row-content-wrap::before {
  content: "";
  background: transparent linear-gradient(180deg, #0061AA76 0%, #0061AA 100%) 0% 0% no-repeat padding-box;
  width: 0.5em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 5em;
}
@media (max-width: 48em) {
  .ht-row-content-wrap::before {
    top: 3.125em;
  }
}
@media (min-width: 48em) {
  .ht-row-content-wrap::before {
    left: 5em;
  }
}
@media (min-width: 992px) {
  .ht-row-content-wrap::before {
    display: none;
  }
}

.ht-row-2 .ht-row-content-wrap::before {
  background: transparent linear-gradient(180deg, #0061AA 0%, #0061AA5A 100%) 0% 0% no-repeat padding-box;
  top: 0;
}

.ht-row-3 {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 10%, #eeeeee 84%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 10%, #eeeeee 84%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 10%, #eeeeee 84%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.ht-row-3 .ht-row-content-wrap::before {
  background: transparent linear-gradient(180deg, #A5C8E1 0%, #0061AA 100%) 0% 0% no-repeat padding-box;
  top: -4.3125em;
}

.ht-row-4 .ht-row-content-wrap::before {
  background: transparent linear-gradient(180deg, #0061AA 0%, #0061AA5A 100%) 0% 0% no-repeat padding-box;
  top: -4.3125em;
}

.htrc-year > span {
  display: block;
  font-size: 4.875em;
  line-height: 1.1282051282em;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #0061aa;
}

.htrc-image > span {
  display: block;
  max-width: 10em;
  width: 100%;
  margin: 0;
  min-height: 10.0625em;
}
.htrc-image > span > img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 10.0625em;
}
@media (min-width: 48em) {
  .htrc-image > span {
    margin: 0 auto;
  }
}
.htrc-image .popup-youtube {
  border-radius: 200px;
  overflow: hidden;
}
.htrc-image .popup-youtube:before {
  width: 48px;
  height: 28px;
  background: url(img/youtube-icon-gray.svg) center/38px no-repeat;
}
.htrc-image .popup-youtube:hover:before {
  background: url(img/youtube-icon-red.svg) center/38px no-repeat;
}

.htrc-content > span {
  font-size: 1.5em;
  line-height: 1.3333333333em;
}
@media (min-width: 48em) {
  .htrc-content {
    padding-left: 0.75em;
  }
}

@media (min-width: 48em) {
  .htrc-row-1, .htrc-row-5 {
    position: relative;
  }
  .htrc-row-1 > div.htrc-year, .htrc-row-5 > div.htrc-year {
    -webkit-flex-basis: 19.11%;
    -moz-flex-basis: 19.11%;
    flex-basis: 19.11%;
    -ms-flex-preferred-size: 19.11%;
  }
  .htrc-row-1 > div.htrc-image, .htrc-row-5 > div.htrc-image {
    -webkit-flex-basis: 20.27%;
    -moz-flex-basis: 20.27%;
    flex-basis: 20.27%;
    -ms-flex-preferred-size: 20.27%;
  }
  .htrc-row-1 > div.htrc-content, .htrc-row-5 > div.htrc-content {
    -webkit-flex-basis: 60.62%;
    -moz-flex-basis: 60.62%;
    flex-basis: 60.62%;
    -ms-flex-preferred-size: 60.62%;
  }
}

@media (min-width: 48em) {
  .htrc-row-2, .htrc-row-4 {
    padding-left: 13.5em;
  }
  .htrc-row-2 > div.htrc-year, .htrc-row-4 > div.htrc-year {
    -webkit-flex-basis: 21.57%;
    -moz-flex-basis: 21.57%;
    flex-basis: 21.57%;
    -ms-flex-preferred-size: 21.57%;
  }
  .htrc-row-2 > div.htrc-image, .htrc-row-4 > div.htrc-image {
    -webkit-flex-basis: 22.88%;
    -moz-flex-basis: 22.88%;
    flex-basis: 22.88%;
    -ms-flex-preferred-size: 22.88%;
  }
  .htrc-row-2 > div.htrc-content, .htrc-row-4 > div.htrc-content {
    -webkit-flex-basis: 55.55%;
    -moz-flex-basis: 55.55%;
    flex-basis: 55.55%;
    -ms-flex-preferred-size: 55.55%;
  }
}

@media (min-width: 48em) {
  .htrc-row-3 {
    padding-left: 14.375em;
  }
  .htrc-row-3 > div.htrc-year {
    -webkit-flex-basis: 19.36%;
    -moz-flex-basis: 19.36%;
    flex-basis: 19.36%;
    -ms-flex-preferred-size: 19.36%;
  }
  .htrc-row-3 > div.htrc-image {
    -webkit-flex-basis: 25.84%;
    -moz-flex-basis: 25.84%;
    flex-basis: 25.84%;
    -ms-flex-preferred-size: 25.84%;
  }
  .htrc-row-3 > div.htrc-content {
    -webkit-flex-basis: 49.8%;
    -moz-flex-basis: 49.8%;
    flex-basis: 49.8%;
    -ms-flex-preferred-size: 49.8%;
  }
}

.htrc-row {
  position: relative;
}
.htrc-row::before {
  content: "";
  background-color: #a6a6a6;
  width: 3.125em;
  height: 2px;
  position: absolute;
  left: -4.5em;
  top: 3.125em;
}

@media (min-width: 48em) {
  .htrc-row-1::before {
    content: "";
    background-color: #a6a6a6;
    width: 6.1875em;
    height: 2px;
    position: absolute;
    left: 0.5em;
    top: 5.3125em;
  }
}
@media (min-width: 992px) {
  .htrc-row-1::before {
    left: 0.7em;
    width: 6.1875em;
    height: 2px;
  }
}

@media (min-width: 48em) {
  .htrc-row-2::before {
    content: "";
    background-color: #a6a6a6;
    width: 12.25em;
    position: absolute;
    left: 0.5em;
    top: 5.3125em;
  }
}

@media (min-width: 48em) {
  .htrc-row-3::before {
    content: "";
    background-color: #a6a6a6;
    width: 12.5em;
    position: absolute;
    left: 0.5em;
    top: 5.3125em;
  }
}
@media (min-width: 992px) {
  .htrc-row-3::before {
    left: 0.3em;
  }
}

@media (min-width: 48em) {
  .htrc-row-4::before {
    content: "";
    background-color: #a6a6a6;
    width: 12.25em;
    position: absolute;
    left: 0.5em;
    top: 5.3125em;
  }
}

@media (min-width: 48em) {
  .htrc-row-5::before {
    content: "";
    background-color: #a6a6a6;
    width: 6.1875em;
    position: absolute;
    left: 0.5em;
    top: 5.3125em;
  }
}

*[data-aos=fade-left] {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: all 0.99s linear;
}
*[data-aos=fade-left].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

*[data-aos=linedraw]::before {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: all 0.99s linear;
}
*[data-aos=linedraw].aos-animate::before {
  opacity: 1;
}
@media (max-width: 48em) {
  *[data-aos=linedraw].aos-animate::before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@media (min-width: 48em) {
  *[data-aos=linedraw].aos-animate::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 48em) {
  .ht-row-content-wrap {
    font-size: 1.25vw;
  }
}
@media (min-width: 60em) {
  .ht-row-content-wrap {
    font-size: 1.25vw;
  }
}
@media (min-width: 80em) {
  .ht-row-content-wrap {
    font-size: 1em;
  }
}

.history-full-cta-module {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.history-full-cta-module .inner-wrap, .history-full-cta-module .inner-wrap-narrow, .history-full-cta-module .inner-wrap-wide, .history-full-cta-module .inner-wrap-fullwidth {
  padding-top: 4.375em;
  padding-bottom: 4.125em;
}

.hfcm-header {
  color: #ffffff;
}

.ht-row-content-wrap hr {
  height: 20px;
  border: 0;
  background: paint(curved-line);
}

.history-timeline-cta {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  padding: 6.665em 0;
}
.history-timeline-cta h2 {
  font-size: 1.5em;
  color: #FFFFFF;
}
.history-timeline-cta .htc-content p {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 1.125em;
}
.history-timeline-cta .htc-cta-link {
  padding: 0.65625em 3.114375em;
  font-weight: 700;
  line-height: 1.5em;
  color: #000000;
}

.postid-2914 .site-content-primary {
  width: 100% !important;
  float: none;
}
.postid-2914 .post-meta {
  display: none;
}
.postid-2914 #comments {
  display: none;
}
.postid-2914 .site-content-secondary {
  display: none;
}
.postid-2914 .page-intro {
  position: relative;
}
.postid-2914 .page-intro:before {
  content: "";
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.postid-2914 .page-intro .page-header {
  z-index: 2;
  position: relative;
}

@media (min-width: 60em) {
  .postid-2914 .site-header {
    height: 153.23px;
  }
}
/*Pillar Page*/
.page-template-pillar-page .page-intro {
  position: relative;
}
.page-template-pillar-page .page-intro:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-pillar-page .page-intro .inner-wrap, .page-template-pillar-page .page-intro .inner-wrap-narrow, .page-template-pillar-page .page-intro .inner-wrap-wide, .page-template-pillar-page .page-intro .inner-wrap-fullwidth {
  position: relative;
}

.about-water-system {
  min-height: 31.1875em;
}

.bm-img {
  text-align: center;
}
.bm-img img {
  vertical-align: middle;
}
@media (min-width: 60em) {
  .bm-img {
    width: 50%;
  }
}

.bm-content {
  text-align: center;
}
@media (min-width: 60em) {
  .bm-content {
    width: 50%;
    text-align: left;
  }
}

.bm-item {
  padding: 1.25em 0;
}
@media (min-width: 60em) {
  .bm-item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .bm-item .bm-img {
    text-align: left;
    padding-right: 1.875em;
  }
  .bm-item:nth-child(even) .bm-img {
    order: 2;
    text-align: right;
    padding-left: 1.875em;
  }
  .bm-item:nth-child(even) .bm-content {
    order: 1;
  }
}

@media (min-width: 60em) {
  .bm-subheading {
    margin-top: 0;
  }
}

#contact-us + section {
  text-align: center;
}
#contact-us + section .inner-wrap, #contact-us + section .inner-wrap-narrow, #contact-us + section .inner-wrap-wide, #contact-us + section .inner-wrap-fullwidth {
  padding-top: 5em;
  padding-bottom: 5em;
}
#contact-us + section .btn, #contact-us + section button,
#contact-us + section input[type=submit], #contact-us + section .btn-download, #contact-us + section .btn-arrow, #contact-us + section .product-grid-item-link {
  background-color: #0061aa;
  text-transform: uppercase;
  border-color: #0061aa;
  min-width: 12.5em;
  color: #ffffff;
}
#contact-us + section .btn:hover, #contact-us + section button:hover,
#contact-us + section input[type=submit]:hover, #contact-us + section .btn-download:hover, #contact-us + section .btn-arrow:hover, #contact-us + section .product-grid-item-link:hover {
  background-color: #fba02a;
  color: #005291;
  border-color: #fba02a;
}

/*=============== Industries Pillar Page Single Column ===============*/
.our-approach-module {
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
}
.our-approach-module:before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 60%, white 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.our-approach-module .inner-wrap, .our-approach-module .inner-wrap-narrow, .our-approach-module .inner-wrap-wide, .our-approach-module .inner-wrap-fullwidth {
  position: relative;
  z-index: 1;
  padding-top: 3.75em;
  padding-bottom: 9.375em;
}

.oam-heading {
  font-size: 2.25em;
  color: #ffffff;
  display: inline-block;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}

.oam-desc {
  max-width: 50.5em;
  width: 100%;
  margin: 0 auto;
}
.oam-desc p {
  color: #ffffff;
}

.check-list {
  list-style-position: inside;
  display: table;
  margin: auto;
}
@media (min-width: 48em) {
  .check-list {
    column-count: 2;
    display: block;
    max-width: 25em;
  }
}
@media (min-width: 60em) {
  .check-list {
    column-count: 4;
    max-width: 100%;
  }
}
.check-list li {
  font-weight: bold;
  line-height: 2.6em;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 0.6666666667em;
}
.check-list li:before {
  content: url("/wp-content/uploads/check-list.svg");
  margin-right: 10px;
  height: 39px;
}

.sep-items {
  width: 16.66%;
  flex-grow: 1;
  height: 27.5em;
  position: relative;
  -webkit-perspective: 33.125em;
  -moz-perspective: 33.125em;
  -o-perspective: 33.125em;
  perspective: 33.125em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-right: 2px solid #ffffff;
}
.sep-items:last-child {
  border-right: none;
}
.sep-items:focus:not(:active):not(:hover) {
  position: relative;
  z-index: 2;
}
.sep-items:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.sep-items {
  overflow: hidden;
}
.sep-items.active-col {
  width: 70%;
}
@media (min-width: 80em) {
  .sep-items.active-col {
    width: 50%;
  }
}
.sep-items.active-col .sep-black-patch {
  display: block;
  color: #ffffff;
}
.sep-items.active-col .sep-banner-heaing {
  display: none;
}
.sep-items.deactive-col {
  width: 6%;
}
@media (min-width: 80em) {
  .sep-items.deactive-col {
    width: 10%;
  }
}
.sep-items.deactive-col .sep-banner-heaing {
  transform: rotate(-90deg);
}

.si-ban-item-wrap {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.sep-main {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.sep-black-patch {
  display: none;
  color: #ffffff;
  position: relative;
  padding: 0.625em;
}
.sep-black-patch ul li {
  margin-bottom: 0 !important;
}
@media (min-width: 90em) {
  .sep-black-patch {
    padding: 1.875em 2.5em;
  }
}

.sep-black-ver-patch {
  width: 100%;
  position: absolute;
  bottom: 50%;
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: padding 0.3s linear;
  -moz-transition: padding 0.3s linear;
  transition: padding 0.3s linear;
  left: 0;
  color: #ffffff;
  text-align: center;
}
.sep-black-ver-patch .sep-banner-heaing {
  color: #ffffff;
  font-size: 0.9375em;
  line-height: 1.4666666667em;
}
@media (min-width: 80em) {
  .sep-black-ver-patch .sep-banner-heaing {
    font-size: 1.125em;
    line-height: 1.3333333333em;
  }
}

.sep-banner-heading2 {
  color: #ffffff;
  font-size: 1.125em;
  line-height: 1.3333333333em;
  font-weight: bold;
  position: relative;
}

.sep-banner-desc {
  position: relative;
}

.sep-wrap {
  position: relative;
  color: #ffffff;
  padding: 1.25em;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sep-wrap ul {
  list-style-position: inside;
  margin-left: 0 !important;
}
.sep-wrap ul li {
  margin-bottom: 0 !important;
}
.sep-wrap:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .sep-slider {
    display: none !important;
  }
}
.sep-slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #000;
  border-radius: 50%;
}

.sep-main {
  display: none;
}
@media screen and (min-width: 1024px) {
  .sep-main {
    display: flex;
  }
}

.sep-top-wrap {
  padding-top: 3.125rem;
  padding-bottom: 2rem;
  text-align: center;
  max-width: 62.875em;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 959px) {
  .pillar-stuck {
    padding-top: 0 !important;
  }
}

#overview + section .inner-wrap, #overview + section .inner-wrap-narrow, #overview + section .inner-wrap-wide, #overview + section .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-wrapper {
  display: block;
  text-align: center;
}
@media (min-width: 48em) {
  .footer-wrapper {
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.gmap {
  margin-bottom: 24px;
  padding: 0 0.625em;
}
@media (min-width: 60em) {
  .gmap {
    margin-bottom: 0;
  }
}

.comercial-image img {
  z-index: 2;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.comercial-image a {
  display: inline-block;
}

@media only screen and (max-height: 600px) {
  .sn-level-2 a {
    padding: 0.3em 1.2em;
  }
  .sn-level-2 span {
    font-size: 0.72em !important;
  }
}
.go-residential {
  margin-bottom: 1.25em;
}
.go-residential a:after {
  content: none;
}
.go-residential .btn-go {
  border-radius: 0;
}

.case-study-module {
  background-color: #F1F1F1;
}
.case-study-module .inner-wrap, .case-study-module .inner-wrap-narrow, .case-study-module .inner-wrap-wide, .case-study-module .inner-wrap-fullwidth {
  padding-top: 3.125em;
  padding-bottom: 4.75em;
}
.case-study-module .csm-heading {
  font-size: 2.25em;
  line-height: 1.1111111111em;
  margin-bottom: 0.5555555556em;
  text-align: center;
}
.case-study-module .csm-heading + .csm-desc {
  text-align: center;
  color: #000;
  font-size: 1em;
}
@media (min-width: 60em) {
  .case-study-module .csm-heading + .csm-desc {
    max-width: 61.4375em;
    margin-left: auto;
    margin-right: auto;
  }
}
.case-study-module .csm-title {
  margin-top: 0;
  font-size: 1.25em;
  line-height: 1.3em;
  font-weight: bold;
  color: #0061AA;
  margin-bottom: 0.5em;
}
.case-study-module .csm-desc p {
  margin-top: 0;
}
.case-study-module .csm-btn {
  font-size: 1em;
  line-height: 1.3125em;
  text-transform: uppercase;
  padding: 1.0625em 1.1875em;
  font-weight: bold;
  border-radius: 4px;
}
.case-study-module .csm-img-wrap {
  height: 17.8125em;
  background-position: center;
  background-size: cover;
}
.case-study-module .csm-content-wrap {
  padding: 1.4375em 1.4375em 2.875em 1.4375em;
}
.case-study-module .csm-wrap {
  margin: 2em 0;
}
.case-study-module .csm-wrap .csm-item {
  position: relative;
  background-color: #fff;
  margin-bottom: 16px;
}
.case-study-module .csm-wrap .csm-item a.csm-link {
  position: absolute;
  bottom: 29px;
  left: 24px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.875em;
  color: #FBA02A;
}
.case-study-module .csm-wrap .csm-item a.csm-link:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FBA02A;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: all 0.25s ease;
}
.case-study-module .csm-wrap .csm-item a.csm-link:hover:before, .case-study-module .csm-wrap .csm-item a.csm-link:focus:before {
  width: 0;
}
@media (min-width: 48em) {
  .case-study-module .csm-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .case-study-module .csm-wrap .csm-item {
    width: calc(50% - 16px);
    min-height: 31.5em;
  }
  .case-study-module .csm-wrap .csm-item:nth-child(odd) {
    margin-right: 16px;
  }
}

/*water-softner-module*/
.water-softner-module {
  text-align: center;
}
.water-softner-module > .inner-wrap, .water-softner-module > .inner-wrap-narrow, .water-softner-module > .inner-wrap-wide, .water-softner-module > .inner-wrap-fullwidth {
  padding-top: 2.954375em;
  padding-bottom: 4.5em;
}
.water-softner-module .wsm-heading {
  font-size: 2.25em;
  line-height: 1.1666666667em;
  color: #0061AA;
  display: inline-block;
  border-top: solid 1px #0061AA;
  border-bottom: solid 1px #0061AA;
  margin-bottom: 0.9722222222em;
}
.water-softner-module .wsm-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.water-softner-module .wsm-left {
  background: #F1F1F1;
  border-left: 5px solid #FBA02A;
  width: 100%;
  margin-bottom: 1.5em;
  padding: 1.5em;
  text-align: left;
}
@media (min-width: 60em) {
  .water-softner-module .wsm-left {
    padding: 1.75em 2.125em 1.5em 3.0625em;
    width: 60%;
    margin-bottom: 0;
  }
}
@media (min-width: 80em) {
  .water-softner-module .wsm-left {
    width: 618px;
  }
}
.water-softner-module .wsm-left p {
  color: #000000;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.25em;
}
.water-softner-module .wsm-left p:last-child {
  margin-bottom: 0;
}
.water-softner-module .wsm-right {
  width: 100%;
}
@media (min-width: 60em) {
  .water-softner-module .wsm-right {
    width: 40%;
  }
}
@media (min-width: 80em) {
  .water-softner-module .wsm-right {
    width: calc(100% - 618px);
  }
}
.water-softner-module .wsm-right .lightbox:before {
  content: none;
}

/*key-benifit-module*/
.key-benifit-module {
  text-align: center;
  background: url(/wp-content/uploads/Key-Benefits-of-Commercial-water-Softening-Industrial-Water-Softening.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
}
.key-benifit-module:before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/Key-Benefits-of-Commercial-water-Softening-Industrial-Water-Softening-overlay.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 60em) {
  .key-benifit-module {
    background-size: contain;
  }
  .key-benifit-module:before {
    background-size: contain;
  }
}
.key-benifit-module > .inner-wrap, .key-benifit-module > .inner-wrap-narrow, .key-benifit-module > .inner-wrap-wide, .key-benifit-module > .inner-wrap-fullwidth {
  position: relative;
}
@media (min-width: 60em) {
  .key-benifit-module > .inner-wrap, .key-benifit-module > .inner-wrap-narrow, .key-benifit-module > .inner-wrap-wide, .key-benifit-module > .inner-wrap-fullwidth {
    padding-top: 5em;
    padding-bottom: 8.125em;
  }
}
.key-benifit-module .kbm-heading {
  font-size: 2.25em;
  line-height: 1.1666666667em;
  color: #ffffff;
  display: inline-block;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  max-width: 20.3888888889em;
  margin: 0 auto 0.8333333333em;
  padding: 0.1666666667em 0 0.25em 0;
}
.key-benifit-module .kbm-subtext {
  font-size: 1em;
  line-height: 1.5em;
  color: #ffffff;
  display: inline-block;
  /*border-top: solid 1px #ffffff;*/
  /*border-bottom: solid 1px #ffffff;*/
  margin-bottom: 2.625em;
}
.key-benifit-module .kbm-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.125em;
}
@media (min-width: 60em) {
  .key-benifit-module .kbm-list {
    margin-bottom: 6.25em;
  }
}
.key-benifit-module .kbm-list li {
  background: #0061AA;
  width: 100%;
  text-align: center;
  background: #0061AA;
  min-height: 7.125em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
  margin: 0;
  padding: 0 1.375em;
  margin-bottom: 1.5em;
}
.key-benifit-module .kbm-list li:first-child {
  margin-left: 0;
}
.key-benifit-module .kbm-list li:last-child {
  margin-right: 0;
  /*margin-bottom: 0;*/
}
@media (min-width: 48em) {
  .key-benifit-module .kbm-list li {
    width: 48%;
  }
}
@media (min-width: 60em) {
  .key-benifit-module .kbm-list li {
    width: 24%;
    margin-bottom: 0;
  }
}
.key-benifit-module .kbm-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2em;
}
@media (min-width: 60em) {
  .key-benifit-module .kbm-wrap {
    margin-bottom: 4.875em;
    margin-top: 0;
  }
}
.key-benifit-module .kbm-left {
  background: #F1F1F1;
  border-left: 5px solid #FBA02A;
  width: 100%;
  margin-bottom: 1.5em;
  padding: 1.5em;
  text-align: left;
}
@media (min-width: 60em) {
  .key-benifit-module .kbm-left {
    padding: 2.4375em 2em 2.4375em 2.125em;
    width: 60%;
    margin-bottom: 0;
    order: 2;
  }
}
@media (min-width: 80em) {
  .key-benifit-module .kbm-left {
    width: 618px;
  }
}
.key-benifit-module .kbm-left p {
  color: #000000;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.25em;
}
.key-benifit-module .kbm-left p:last-child {
  margin-bottom: 0;
}
.key-benifit-module .kbm-left h3 {
  color: #0061AA;
  font-size: 1.40625em;
  line-height: 1.4222222222em;
  font-weight: 400;
  margin-bottom: 0.7111111111em;
  margin-top: 0;
}
.key-benifit-module .kbm-left ul {
  list-style: none;
  margin-left: 1.125em;
}
.key-benifit-module .kbm-left ul li {
  position: relative;
}
.key-benifit-module .kbm-left ul li:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #0061AA;
  border-radius: 50%;
  top: 6px;
  left: -16px;
}
.key-benifit-module .kbm-right {
  width: 100%;
}
@media (min-width: 60em) {
  .key-benifit-module .kbm-right {
    width: 40%;
  }
}
@media (min-width: 80em) {
  .key-benifit-module .kbm-right {
    width: calc(100% - 618px);
  }
}
.key-benifit-module .kbm-right .lightbox:before {
  content: none;
}
.key-benifit-module .kbms-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.key-benifit-module .kbms-left {
  background: #F1F1F1;
  border-left: 5px solid #FBA02A;
  width: 100%;
  margin-bottom: 1.5em;
  padding: 1.5em;
  text-align: left;
}
@media (min-width: 60em) {
  .key-benifit-module .kbms-left {
    padding: 3.0625em 2em 3.0625em 2.875em;
    width: 60%;
    margin-bottom: 0;
  }
}
@media (min-width: 80em) {
  .key-benifit-module .kbms-left {
    width: 618px;
  }
}
.key-benifit-module .kbms-left p {
  color: #000000;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.25em;
}
.key-benifit-module .kbms-left p:last-child {
  margin-bottom: 0;
}
.key-benifit-module .kbms-left h3 {
  color: #0061AA;
  font-size: 1.40625em;
  line-height: 1.4222222222em;
  font-weight: 400;
  margin-bottom: 0.7111111111em;
  margin-top: 0;
}
.key-benifit-module .kbms-left ul {
  list-style: none;
}
.key-benifit-module .kbms-right {
  width: 100%;
}
@media (min-width: 60em) {
  .key-benifit-module .kbms-right {
    width: 40%;
  }
}
@media (min-width: 80em) {
  .key-benifit-module .kbms-right {
    width: calc(100% - 618px);
  }
}
.key-benifit-module .kbms-right .lightbox:before {
  content: none;
}

/*commercial-industrial-module*/
.commercial-industrial-module {
  text-align: center;
  background: url(/wp-content/uploads/AdobeStock_108459098.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.commercial-industrial-module:before {
  content: "";
  position: absolute;
  background: #141517;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.74;
}
.commercial-industrial-module > .inner-wrap, .commercial-industrial-module > .inner-wrap-narrow, .commercial-industrial-module > .inner-wrap-wide, .commercial-industrial-module > .inner-wrap-fullwidth {
  position: relative;
}
@media (min-width: 60em) {
  .commercial-industrial-module > .inner-wrap, .commercial-industrial-module > .inner-wrap-narrow, .commercial-industrial-module > .inner-wrap-wide, .commercial-industrial-module > .inner-wrap-fullwidth {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
.commercial-industrial-module .cim-heading {
  font-size: 2.25em;
  line-height: 1.1666666667em;
  color: #ffffff;
  display: inline-block;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  margin-bottom: 1.1388888889em;
  padding: 0.1666666667em 0 0.25em 0;
}
.commercial-industrial-module .cim-list {
  padding-left: 3.125em;
}
.commercial-industrial-module .cim-list li {
  color: #ffffff;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  position: relative;
  text-align: left;
  max-width: 66.625em;
  margin: 0 auto;
  margin-bottom: 1.3125em;
}
.commercial-industrial-module .cim-list li:last-child {
  margin-bottom: 0;
}
.commercial-industrial-module .cim-list li span {
  font-weight: 700;
}
.commercial-industrial-module .cim-list li:before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/check-list.svg) no-repeat;
  background-size: 39px;
  background-position: center;
  width: 39px;
  height: 39px;
  top: 0;
  left: -55px;
}

/*how-to-size-module*/
.how-to-size-module {
  text-align: center;
}
.how-to-size-module > .inner-wrap, .how-to-size-module > .inner-wrap-narrow, .how-to-size-module > .inner-wrap-wide, .how-to-size-module > .inner-wrap-fullwidth {
  padding-top: 5.1875em;
  padding-bottom: 5em;
}
.how-to-size-module .htsm-heading {
  font-size: 2.25em;
  line-height: 1.1666666667em;
  color: #0061AA;
  display: inline-block;
  border-top: solid 1px #0061AA;
  border-bottom: solid 1px #0061AA;
  margin-bottom: 1.1111111111em;
}
.how-to-size-module .htsm-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.how-to-size-module .htsm-left {
  background: #F1F1F1;
  border-left: 5px solid #FBA02A;
  width: 100%;
  margin-bottom: 1.5em;
  padding: 1.5em;
  text-align: left;
}
@media (min-width: 60em) {
  .how-to-size-module .htsm-left {
    padding: 2.125em 2em 2em 2.0625em;
    width: 60%;
    margin-bottom: 0;
    order: 2;
  }
}
@media (min-width: 80em) {
  .how-to-size-module .htsm-left {
    width: 618px;
  }
}
.how-to-size-module .htsm-left p {
  color: #000000;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.25em;
}
.how-to-size-module .htsm-left p:last-child {
  margin-bottom: 0;
}
.how-to-size-module .htsm-left ul {
  list-style: none;
  margin-left: 1.125em;
}
.how-to-size-module .htsm-left ul li {
  position: relative;
}
.how-to-size-module .htsm-left ul li:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #0061AA;
  border-radius: 50%;
  top: 6px;
  left: -16px;
}
.how-to-size-module .htsm-right {
  width: 100%;
}
@media (min-width: 60em) {
  .how-to-size-module .htsm-right {
    width: 40%;
  }
}
@media (min-width: 80em) {
  .how-to-size-module .htsm-right {
    width: calc(100% - 618px);
  }
}
.how-to-size-module .htsm-right .lightbox:before {
  content: none;
}

/*why-choose-module*/
.why-choose-reynold-module {
  text-align: center;
}
.why-choose-reynold-module > .inner-wrap, .why-choose-reynold-module > .inner-wrap-narrow, .why-choose-reynold-module > .inner-wrap-wide, .why-choose-reynold-module > .inner-wrap-fullwidth {
  padding-top: 2.6875em;
  padding-bottom: 0;
}
.why-choose-reynold-module .wcmr-heading {
  font-size: 2.25em;
  line-height: 1.1666666667em;
  color: #0061AA;
  display: inline-block;
  border-top: solid 1px #0061AA;
  border-bottom: solid 1px #0061AA;
  max-width: 23.0555555556em;
  margin: 0 auto 2.0277777778em;
  padding: 0.1666666667em 0 0.25em;
}
.why-choose-reynold-module .wcmr-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.why-choose-reynold-module .wcmr-left {
  background: #F1F1F1;
  border-left: 5px solid #FBA02A;
  width: 100%;
  margin-bottom: 1.5em;
  padding: 1.5em;
  text-align: left;
}
@media (min-width: 60em) {
  .why-choose-reynold-module .wcmr-left {
    padding: 3em 2.4375em 2.5625em 2.75em;
    width: 60%;
    margin-bottom: 0;
    /*order: 2;*/
  }
}
@media (min-width: 80em) {
  .why-choose-reynold-module .wcmr-left {
    width: 618px;
  }
}
.why-choose-reynold-module .wcmr-left p {
  color: #000000;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.25em;
}
.why-choose-reynold-module .wcmr-left p:last-child {
  margin-bottom: 0;
}
.why-choose-reynold-module .wcmr-left ul {
  list-style: none;
  margin-left: 1.125em;
}
.why-choose-reynold-module .wcmr-left ul li {
  position: relative;
}
.why-choose-reynold-module .wcmr-left ul li:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #0061AA;
  border-radius: 50%;
  top: 6px;
  left: -16px;
}
.why-choose-reynold-module .wcmr-right {
  width: 100%;
}
@media (min-width: 60em) {
  .why-choose-reynold-module .wcmr-right {
    width: 40%;
  }
}
@media (min-width: 80em) {
  .why-choose-reynold-module .wcmr-right {
    width: calc(100% - 618px);
    text-align: end;
  }
}
.why-choose-reynold-module .wcmr-right .lightbox:before {
  content: none;
}

.new-pillar-cta {
  background-position: center;
}
.new-pillar-cta > .inner-wrap, .new-pillar-cta > .inner-wrap-narrow, .new-pillar-cta > .inner-wrap-wide, .new-pillar-cta > .inner-wrap-fullwidth {
  padding-top: 3.125em;
}
@media (min-width: 60em) {
  .new-pillar-cta > .inner-wrap, .new-pillar-cta > .inner-wrap-narrow, .new-pillar-cta > .inner-wrap-wide, .new-pillar-cta > .inner-wrap-fullwidth {
    padding-top: 6.125em;
  }
}
@media (min-width: 80em) {
  .new-pillar-cta > .inner-wrap, .new-pillar-cta > .inner-wrap-narrow, .new-pillar-cta > .inner-wrap-wide, .new-pillar-cta > .inner-wrap-fullwidth {
    padding-top: 17.5em;
  }
}

/*industries-applications-module*/
.industries-applications-module {
  text-align: center;
  background: url(/wp-content/uploads/Industries-and-Applications-for-Commercial-Industrial-Water-Softeners.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
}
.industries-applications-module:before {
  content: "";
  position: absolute;
  /*background: url(/wp-content/uploads/Industries-and-Applications-for-Commercial-Industrial-Water-Softeners-overlay-1.png);*/
  background: transparent linear-gradient(180deg, #000000D4 0%, #0000008F 56%, #DDDDDDF0 85%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.industries-applications-module > .inner-wrap, .industries-applications-module > .inner-wrap-narrow, .industries-applications-module > .inner-wrap-wide, .industries-applications-module > .inner-wrap-fullwidth {
  position: relative;
}
@media (min-width: 60em) {
  .industries-applications-module > .inner-wrap, .industries-applications-module > .inner-wrap-narrow, .industries-applications-module > .inner-wrap-wide, .industries-applications-module > .inner-wrap-fullwidth {
    padding-top: 4.78125em;
    padding-bottom: 1.65625em;
  }
}
.industries-applications-module .apm-heading {
  font-size: 2.25em;
  line-height: 1.1666666667em;
  color: #ffffff;
  display: inline-block;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  max-width: 20.3888888889em;
  margin: 0 auto 1.0833333333em;
  padding: 0.1666666667em 0 0.25em 0;
}
.industries-applications-module .apm-subtext {
  font-size: 1em;
  line-height: 1.5em;
  color: #ffffff;
  display: inline-block;
  /*border-top: solid 1px #ffffff;*/
  /*border-bottom: solid 1px #ffffff;*/
  margin-bottom: 1.875em;
}
.industries-applications-module .apm-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.25em;
}
.industries-applications-module .apm-list li {
  background: #0061AA;
  width: 100%;
  text-align: center;
  background: #0061AA;
  min-height: 7.125em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
  margin: 0;
  padding: 0 1.375em;
  margin-bottom: 1.5em;
}
.industries-applications-module .apm-list li:first-child {
  margin-left: 0;
}
.industries-applications-module .apm-list li:last-child {
  margin-right: 0;
  /*margin-bottom: 0;*/
}
@media (min-width: 48em) {
  .industries-applications-module .apm-list li {
    width: 28%;
  }
}
@media (min-width: 60em) {
  .industries-applications-module .apm-list li {
    width: 18%;
    margin-bottom: 0;
  }
}
.industries-applications-module .apm-footer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.industries-applications-module .apm-footer-list li {
  background: #0061AA;
  width: 100%;
  text-align: center;
  background: #0061AA;
  min-height: 7.125em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
  margin: 0;
  padding: 0 1.375em;
  margin-bottom: 0.875em;
}
.industries-applications-module .apm-footer-list li:first-child {
  margin-left: 0;
}
.industries-applications-module .apm-footer-list li:last-child {
  margin-right: 0;
  /*margin-bottom: 0;*/
}
@media (min-width: 48em) {
  .industries-applications-module .apm-footer-list li {
    width: 48%;
  }
}
@media (min-width: 60em) {
  .industries-applications-module .apm-footer-list li {
    width: 24%;
    /*margin-bottom: 0;*/
  }
}
.industries-applications-module .apm-subheading {
  color: #ffffff;
  font-size: 1.40625em;
  line-height: 1.4222222222em;
  margin: 0 0 0.9333333333em 0;
  font-weight: 400;
}
.industries-applications-module .apm-drscription {
  margin-bottom: 1.875em;
}
.industries-applications-module .apm-drscription p {
  color: #ffffff;
  font-size: 1em;
  line-height: 1.625em;
  font-weight: 400;
  margin: 0 0 1.5em 0;
}
.industries-applications-module .apm-drscription p:last-child {
  margin: 0;
}

.mfp-zoom-out-cur .sh-sticky-wrap.stuck, .mfp-zoom-out-cur .anchor-links-nav.stuck, .mfp-zoom-out-cur .pillar-page-links.stuck, .mfp-helper .sh-sticky-wrap.stuck, .mfp-helper .anchor-links-nav.stuck, .mfp-helper .pillar-page-links.stuck {
  width: calc(100% - 15px);
}
.mfp-zoom-out-cur iframe#chatbot-iframe, .mfp-helper iframe#chatbot-iframe {
  right: 32px !important;
}

.working-principles .cim-list {
  padding-left: 3.125em;
}
.working-principles .cim-list li {
  color: #ffffff;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
  position: relative;
  text-align: left;
  max-width: 66.625em;
  margin: 0 auto;
  padding-top: 0.3125em;
  margin-bottom: 2.3125em;
}
.working-principles .cim-list li:last-child {
  margin-bottom: 0;
}
.working-principles .cim-list li span {
  font-weight: 700;
}
.working-principles .cim-list li:before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/check-list.svg) no-repeat;
  background-size: 39px;
  background-position: center;
  width: 39px;
  height: 39px;
  top: 0;
  left: -55px;
}

.how-does-ro-work .cim-list {
  padding-left: 3.125em;
}
.how-does-ro-work .cim-list li {
  color: #000000;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
  position: relative;
  text-align: left;
  max-width: 66.625em;
  margin: 0 auto;
  padding-top: 0.1875em;
  margin-bottom: 1.0625em;
}
.how-does-ro-work .cim-list li:last-child {
  margin-bottom: 0;
}
.how-does-ro-work .cim-list li span {
  font-weight: 700;
}
.how-does-ro-work .cim-list li:before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/check-list.svg) no-repeat;
  background-size: 29px;
  background-position: center;
  width: 29px;
  height: 29px;
  top: 0;
  left: -55px;
}

body.page-id-3252 .benefits {
  background-color: #EFF4F8;
}
body.page-id-3252 .benefits .cim-list {
  padding-left: 3.125em;
}
body.page-id-3252 .benefits .cim-list li {
  color: #000000;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
  position: relative;
  text-align: left;
  max-width: 66.625em;
  margin: 0 auto;
  padding-top: 0.1875em;
  margin-bottom: 1.0625em;
}
body.page-id-3252 .benefits .cim-list li:last-child {
  margin-bottom: 0;
}
body.page-id-3252 .benefits .cim-list li span {
  font-weight: 700;
}
body.page-id-3252 .benefits .cim-list li:before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/check-list.svg) no-repeat;
  background-size: 29px;
  background-position: center;
  width: 29px;
  height: 29px;
  top: 0;
  left: -55px;
}
body.page-id-3252 .considerations-for-a-ro-system .cim-list {
  padding-left: 3.125em;
}
body.page-id-3252 .considerations-for-a-ro-system .cim-list li {
  color: #ffffff;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
  position: relative;
  text-align: left;
  max-width: 66.625em;
  margin: 0 auto;
  padding-top: 0.3125em;
  margin-bottom: 1.375em;
}
body.page-id-3252 .considerations-for-a-ro-system .cim-list li:last-child {
  margin-bottom: 0;
}
body.page-id-3252 .considerations-for-a-ro-system .cim-list li span {
  font-weight: 700;
}
body.page-id-3252 .considerations-for-a-ro-system .cim-list li:before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/check-list.svg) no-repeat;
  background-size: 39px;
  background-position: center;
  width: 39px;
  height: 39px;
  top: 0;
  left: -55px;
}

.how-to-size-a-ro-system {
  background-color: #eff4f8;
}

.cerm-wraper .ce-header {
  background-color: #2861A5;
  color: white;
}
.cerm-wraper .ce-header:after {
  color: white;
  font-size: 30px;
  padding-right: 11px;
}
.cerm-wraper .click-expand.active {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.cerm-wraper .click-expand.active .ce-header {
  color: white;
  background-color: #1E487B;
}
.cerm-wraper .ce-body {
  background-color: white;
  padding-top: 24px !important;
}

.video-module-o .inner-wrap, .video-module-o .inner-wrap-narrow, .video-module-o .inner-wrap-wide, .video-module-o .inner-wrap-fullwidth {
  padding-top: 0;
  text-align: center;
}

.o-view .rows-of-2 > div {
  margin-bottom: 0 !important;
}

@media (min-width: 48em) {
  body.page-id-3252 .ppl-item .ppl-item-title {
    max-width: 9.5em;
  }
  body.page-id-3252 .ppl-item-title > a span {
    font-size: 12px;
  }
}
@media (min-width: 80em) {
  body.page-id-3252 .ppl-item-title > a span {
    font-size: 16px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.alignright {
  display: block;
  padding-bottom: 1.5em;
  margin: auto;
}

.alignleft {
  display: block;
  padding-bottom: 1.5em;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .alignright {
    display: block;
    float: right;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    margin-left: 1.618em;
  }

  .alignleft {
    display: block;
    float: left;
    padding-bottom: 1.5em;
    padding-right: 1.5em;
    margin-right: 1.618em;
  }

  .aligncenter {
    display: block;
    margin: 0 auto;
  }
}
.text-alignright {
  text-align: right;
}

.text-alignleft {
  text-align: left;
}

.text-aligncenter {
  text-align: center;
}

.clearboth {
  clear: both;
  display: block;
}

.spacing-bottom {
  margin-bottom: 2em;
}

.spacing-top {
  margin-top: 2em;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts - Removed
*********************************/
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: transparent;
  border: 0;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 125em;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 57%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  left: 10px;
}

.flexslider:hover .flex-next {
  right: 10px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  display: block;
  content: "";
  height: 2.5em;
  background-size: 40px;
  background-repeat: no-repeat;
  background-image: url(img/ico-arrow-left.svg);
}

/*{ font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }*/
.flex-direction-nav a.flex-next:before {
  background-image: url(img/ico-arrow-right.svg);
}

/*{ content: '\f002'; }*/
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "";
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/*
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
*/
.flex-direction-nav .flex-prev {
  opacity: 0.3;
  left: 10px;
}

.flex-direction-nav .flex-next {
  opacity: 0.3;
  right: 10px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-image: url(img/popup-overlay-bg.png);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
  max-height: 100% !important;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*! Tablesaw - v1.0.2 - 2014-12-17
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2014 Filament Group; Licensed MIT */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%;
}

.tablesaw {
  border-collapse: collapse;
  width: 100%;
}

/* Structure */
.tablesaw {
  border: 0;
  padding: 0;
}

.tablesaw th,
.tablesaw td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 0.7em;
}

.tablesaw thead tr:first-child th {
  padding-top: 0.9em;
  padding-bottom: 0.7em;
}

/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
.tablesaw-stack th {
    text-align: left;
    display: block;
  }

  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }

  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 0.6em 0 0;
    width: 30%;
    display: inline-block;
  }

  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
.tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: 0.4em 0;
    margin: 0.4em 0;
  }

  .tablesaw-cell-label {
    display: block;
  }

  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }

  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}
@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
.tablesaw-stack thead th {
    display: none;
  }

  .tablesaw-stack tbody td,
.tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%;
  }

  .tablesaw-cell-label {
    vertical-align: top;
  }

  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
  }

  .tablesaw-stack td:empty,
.tablesaw-stack th:empty {
    display: none;
  }
}
/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }

  /* Show the table header rows */
  .tablesaw-stack td,
.tablesaw-stack th,
.tablesaw-stack thead td,
.tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }

  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}
.tablesaw td {
  border: 1px solid #dfdfdf;
  font-size: 0.9375em;
}
.tablesaw thead td h2 {
  font-size: 1.0625em;
  color: #0061aa;
  font-weight: 600;
}

.tablesaw.custom-table {
  font-size: 12px;
  color: #333;
  width: 100%;
  border-width: 1px;
  border-color: #729ea5;
  border-collapse: collapse;
}
.tablesaw.custom-table tr {
  background-color: #d4e3e5;
}
.tablesaw.custom-table tr th, .tablesaw.custom-table tr td {
  font-size: 12px;
  border-width: 1px;
  padding: 5px;
  border-style: solid;
  border-color: #729ea5;
}
.tablesaw.custom-table tr th {
  background-color: #acc8cc;
}

/*** Slick Slider CSS ***/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/*.slick-list {
    .slick-loading & {
        background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
    }
}*/
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Anything HubSpot Related */
.hs-error-msgs {
  color: #C02F2F;
}

/*! {% include "hubspot/styles/responsive/required_base.css" %}*/
/*!
[hubspot-metadata]
{
    "path": "custom/page/web_page_basic/style.css"
}
[end-hubspot-metadata]
*/