/*!
Theme Name: 	Default Template
Theme URI: 		http://julian.is
Description: 	Default theme for International Products Corp.
Version: 		1.0
Author: 		Julian Gaviria
Author URI: 	julian.is
Tags: 			starkers, naked, clean, basic, html5, boilerplate, sass, smacss
*/

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors, div.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before, 
span .wpcf7-not-valid
{
	color: #000!important;
	background-color: #F7E700 !important;
} 
div.wpcf7-mail-sent-ok:before {
    content: "\f147";
}
div.wpcf7-validation-errors:before {
    content: "\f158";
}
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.
 */

/*.page-id-2227 #dpsp-content-top, .page-id-2227 .dpsp-share-text, #tab-description .dpsp-networks-btns-wrapper .dpsp-networks-btns-content {
	display:none !important;
}*/
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.
*/
.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: 40em) {
      .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: 40em) {
      .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: 40em) {
      .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: 40em) {
      .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: 40em) {
      .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: 40em) {
      .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: 639px) {
  .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: 40em) {
  .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: white;
  color: #333;
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  line-height: 1.5; }
  @media (max-height: 46em) and (min-width: 60em) {
    body {
      font-size: .875em; } }
  @media (max-height: 40em) and (min-width: 60em) {
    body {
      font-size: .75em; } }

.display-font-size {
  font-weight: bold;
  font-size: 3.421875em; }
  @media (min-width: 40em) {
    .display-font-size {
      font-size: 4.10625em; } }
  @media (min-width: 60em) {
    .display-font-size {
      font-size: 4.5625em; } }

.xlarge-font-size {
  font-size: 2.671875em; }
  @media (min-width: 40em) {
    .xlarge-font-size {
      font-size: 3.20625em; } }
  @media (min-width: 60em) {
    .xlarge-font-size {
      font-size: 3.5625em; } }

.large-font-size {
  font-size: 1.96875em; }
  @media (min-width: 40em) {
    .large-font-size {
      font-size: 2.3625em; } }
  @media (min-width: 60em) {
    .large-font-size {
      font-size: 2.625em; } }

.medium-font-size {
  font-size: 1.3125em;
  margin-bottom: 2em;
  margin-top: 1.75em; }
  @media (min-width: 40em) {
    .medium-font-size {
      font-size: 1.3125em; } }
  @media (min-width: 60em) {
    .medium-font-size {
      font-size: 1.75em; } }

.base-font-size {
  font-size: 1.125em; }
  @media (min-width: 40em) {
    .base-font-size {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    .base-font-size {
      font-size: 1.125em; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima-nova-extra-condensed";
  line-height: 1.25;
  margin: 0;
  font-variant: small-caps; }

h1 {
  font-size: 4.5625em;
  margin-top: 0;
  margin-bottom: 24px;
  color: #0871bb; }

h2 {
  font-size: 3.5625em;
  margin-top: 24px;
  margin-bottom: 16px;
  color: #0871bb; }

h3 {
  font-size: 2.625em;
  margin-top: 24px;
  margin-bottom: 16px; 
color: #0871bb;}


h4 {
  font-size: 1.75em;
  margin-top: 16px;
  margin-bottom: 16px; }

h5 {
  font-size: 1.3125em;
  margin-top: 16px;
  margin-bottom: 16px; }

h6 {
  font-size: 1.3125em;
  margin-top: 16px;
  margin-bottom: 16px; }

p {
  margin: 16px 0;
  font-size: 1.125em; }
  @media (min-width: 40em) {
    p {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    p {
      font-size: 1.125em; } }

.emph, .section-header-wrap p, .page-intro p {
  font-weight: bold;
  font-size: 1.3125em;
  font-family: "proxima-nova-extra-condensed"; }
  @media (min-width: 40em) {
    .emph, .section-header-wrap p, .page-intro p {
      font-size: 1.3125em; } }
  @media (min-width: 60em) {
    .emph, .section-header-wrap p, .page-intro p {
      font-size: 1.75em; } }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #00853E;
  text-decoration: underline; }
  a:hover {
    color: #004821; }
  a:active, a:focus {
    color: #004821;
    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; }

cite {
  color: #737373;
  font-style: italic; }
  cite:before {
    content: "\2014 \00A0"; }

/* 
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: "proxima-nova", sans-serif;
  font-size: 16px; }

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: 0;
  border: 1px solid #eeeeee;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  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: #d5d4d4; }
  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: #00853E;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 123, 56, 0.7);
    outline: none; }

input[type="number"] {
  margin: 0; }

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; }

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]) {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 1.5em; }
  ul:not([class]) li:not([class]) {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 18px;
    line-height: 1.5em; }
    ul:not([class]) li:not([class]) a {
      text-decoration: none;
      font-weight: normal; }
    ul:not([class]) li:not([class]):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: .45em;
      background-repeat: no-repeat; }
    ul:not([class]) li:not([class]) ul:not([class]) li:not([class]) {
      position: relative; }
      ul:not([class]) li:not([class]) ul:not([class]) li:not([class]):after {
        content: '';
        width: 1.5em;
        height: 1.5em;
        display: block;
        position: absolute;
        top: 0;
        left: -1.5em;
        background-image: url(img/ico-bullet-green.svg);
        background-position: center center;
        background-size: .45em;
        background-repeat: no-repeat; }

.um-form ul:not([class]) {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 1.5em; }
  .um-form ul:not([class]) li:not([class]) {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 18px;
    line-height: 1.5em; }
    .um-form ul:not([class]) li:not([class]) a {
      text-decoration: none;
      font-weight: normal; }
    .um-form ul:not([class]) li:not([class]):after {
      content: '';
      width: 1.5em;
      height: 1.5em;
      display: block;
      position: absolute;
      top: 0;
      left: -1.5em;
      background-image: none;
      background-position: center center;
      background-size: .45em;
      background-repeat: no-repeat; }
    .um-form ul:not([class]) li:not([class]) ul:not([class]) li:not([class]) {
      position: relative; }
      .um-form ul:not([class]) li:not([class]) ul:not([class]) li:not([class]):after {
        content: '';
        width: 1.5em;
        height: 1.5em;
        display: block;
        position: absolute;
        top: 0;
        left: -1.5em;
        background-image: none;
        background-position: center center;
        background-size: .45em;
        background-repeat: no-repeat; }

.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;
    line-height: 1.5em; }
    .bullet-style li a {
      text-decoration: none;
      font-weight: normal; }
    .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: .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: 18px;
    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: .5em .8em;
  vertical-align: top; }
  .spec-cell p {
    margin: .5em 0; }
  .spec-cell > ul {
    margin: .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: 40em) {
  .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, button,
input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link, .btn-alt, .btn-alt-download, .btn-alt-arrow {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear; }
  .btn:hover, button:hover,
  input[type="submit"]:hover, .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover, .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    color: white; }
  .btn:disabled, button:disabled,
  input[type="submit"]:disabled, .btn-download:disabled, .btn-arrow:disabled, .product-grid-item-link:disabled, .btn-alt:disabled, .btn-alt-download:disabled, .btn-alt-arrow:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .btn:after, button:after,
  input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .product-grid-item-link:after, .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after {
    content: ''; }

.btn, button,
input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link {
  background-color: #00853E; }
  .btn:hover, button:hover,
  input[type="submit"]:hover, .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover {
    background-color: #00612d; }
  .btn:after, button:after,
  input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .product-grid-item-link:after {
    background-color: #00612d; }

.btn-alt, .btn-alt-download, .btn-alt-arrow {
  background-color: #0871bb; }
  .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    background-color: #06538a; }
  .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after {
    background-color: #06538a; }


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-download, .btn-alt-download, .btn-arrow, .btn-alt-arrow {
  padding-right: 4em; }
  .btn-download:after, .btn-alt-download:after, .btn-arrow:after, .btn-alt-arrow: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-download:hover:after, .btn-alt-download:hover:after, .btn-arrow:hover:after, .btn-alt-arrow: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); }

.site-nav,
#hs_menu_wrapper_primary_nav {
  font-family: "proxima-nova-extra-condensed";
  line-height: 1.25;
  font-variant: small-caps;
  font-weight: bold;
  font-weight: bold;
  background-color: #ffffff; }
  .site-nav span,
  #hs_menu_wrapper_primary_nav span {
    white-space: nowrap; }
  @media (min-width: 40em) {
    .site-nav,
    #hs_menu_wrapper_primary_nav {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      background-color: #ffffff;
      float: right;
      width: 51%;
      margin-left: 0%; } }

.sn-level-1,
#hs_menu_wrapper_primary_nav > ul {
  margin: 0;
  padding: 0; }
  @media (min-width: 40em) {
    .sn-level-1,
    #hs_menu_wrapper_primary_nav > ul {
      height: 3.125em; } }

.sn-li-l1,
.hs-menu-depth-1 {
  display: block;
  border-bottom: 1px solid white;
  background-color: #ffffff;
  position: relative; }
  .sn-li-l1 a.active,
  .hs-menu-depth-1 a.active {
    background-color: #e6e5e5; }
  .sn-li-l1 span,
  .hs-menu-depth-1 span {
    font-size: 1.3125em; }
  .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; }
    @media (max-width: 639px) {
      .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: 0.75em;
        display: block;
        width: 40px;
        height: 50px;
        position: absolute;
        background-color: #0871bb;
        right: 0;
        top: 0px; }
        .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 {
          background-image: url(img/ico-arrow-up.svg); } }
  .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; }
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
    display: block;
    height: 3.125em;
    line-height: 3.125em;
    color: #0871bb;
    text-decoration: none;
    padding: 0 0.75em; }
    .sn-li-l1 > a:visited,
    .hs-menu-depth-1 > a:visited {
      color: #0871bb; }
    .sn-li-l1 > a:hover,
    .hs-menu-depth-1 > a:hover {
      color: #00853E; }
  .sn-li-l1:hover,
  .hs-menu-depth-1:hover {
    background-color: #eeeeee; }
  @media (min-width: 40em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      height: 3.125em;
      float: left;
      border-bottom: 0;
      border-right: 1px solid white;
      /*
    &: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: 1em; }
      .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.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); }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 0.75em;
        text-align: center; } }
  @media (min-width: 60em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      /*&:nth-child(1) {
      width:10.90%;
    }
    &:nth-child(2) {
      width:13.10%;
    }
    &:nth-child(3) {
      width:14.90%;
    }
    &:nth-child(4) {
      width:15.40%;
    }
    &:nth-child(5) {
      width:13.90%;
    }
    &:nth-child(6) {
      width:20.10%;
    }
    &:nth-child(7) {
      width:11.60%;
    }*/ }
      .sn-li-l1:nth-child(1),
      .hs-menu-depth-1:nth-child(1) {
        width: 14%; }
      .sn-li-l1:nth-child(2),
      .hs-menu-depth-1:nth-child(2) {
        width: 15%; }
      .sn-li-l1:nth-child(3),
      .hs-menu-depth-1:nth-child(3) {
        width: 17%; }
      .sn-li-l1:nth-child(4),
      .hs-menu-depth-1:nth-child(4) {
        width: 20%; }
      .sn-li-l1:nth-child(5),
      .hs-menu-depth-1:nth-child(5) {
        width: 17%; }
      .sn-li-l1:nth-child(6),
      .hs-menu-depth-1:nth-child(6) {
        width: 17%; }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 1.3125em; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 0.75em; } }
  @media (min-width: 80em) {
    .sn-li-l1 > a,
    .hs-menu-depth-1 > a {
      padding: 0 0.75em; } }

.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: 40em) {
    .sn-level-2,
    .hs-menu-children-wrapper {
      z-index: 1000;
      position: absolute; }
      .sn-level-2.active,
      .hs-menu-children-wrapper.active {
        display: none; } }

.sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
  background-color: #eeeeee;
  position: relative;
  min-width: 9.375em; }
  .sn-li-l2 > a, .sn-li-l3 > a,
  .hs-menu-depth-2 > a {
    padding: 0 0.75em;
    color: #0871bb;
    border-top: 1px solid white;
    display: block;
    text-decoration: none;
    line-height: 3.125em; }
    .sn-li-l2 > a span, .sn-li-l3 > a span,
    .hs-menu-depth-2 > a span {
      font-size: 1em;
      line-height: 1.25em;
      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: #e1e1e1; }
  @media (min-width: 40em) {
    .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3,
    .hs-menu-depth-2:hover .sn-level-3 {
      display: block; }
    .sn-li-l2 > a, .sn-li-l3 > a,
    .hs-menu-depth-2 > a {
      padding: 0 0.75em; } }
  @media (min-width: 60em) {
    .sn-li-l2 > a, .sn-li-l3 > a,
    .hs-menu-depth-2 > a {
      padding: 0 0.75em; } }
  @media (min-width: 80em) {
    .sn-li-l2 > a, .sn-li-l3 > a,
    .hs-menu-depth-2 > a {
      padding: 0 0.75em; } }

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

.site-nav-container {
  background-color: #ffffff;
  width: 17em;
  height: 100%;
  right: -17em;
  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; }
  @media (min-width: 40em) {
    .site-nav-container {
      width: auto;
      height: auto;
      right: auto;
      bottom: auto;
      top: auto;
      position: static;
      background-color: transparent; } }

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

.close-menu {
  display: inline-block;
  clear: both;
  position: relative;
  text-align: center;
  color: #0871bb !important;
  font-family: "proxima-nova-extra-condensed";
  padding: 0.25em 1em;
  margin: 0 auto;
  font-size: 0.875em;
  background-color: #ffffff;
  border-radius: 0.1875em;
  text-decoration: none;
  font-family: "proxima-nova-extra-condensed";
  line-height: 1.25;
  font-variant: small-caps;
  font-weight: bold; }
  .close-menu:visited {
    color: #ffffff; }
  .close-menu:hover {
    color: #ffffff; }
  @media (min-width: 40em) {
    .close-menu {
      display: none; } }

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

/*
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-narrow, .inner-wrap-wide, .inner-wrap-fullwidth {
  max-width: 86.25em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em 1.5em 1em; }
  .inner-wrap::after, .inner-wrap-narrow::after, .inner-wrap-wide::after, .inner-wrap-fullwidth::after {
    clear: both;
    content: "";
    display: table; }
  .inner-wrap > *:first-child, .inner-wrap-narrow > *:first-child, .inner-wrap-wide > *:first-child, .inner-wrap-fullwidth > *:first-child {
    margin-top: 0; }
  .inner-wrap > *:last-child, .inner-wrap-narrow > *:last-child, .inner-wrap-wide > *:last-child, .inner-wrap-fullwidth > *:last-child {
    margin-bottom: 0; }
  @media (min-width: 40em) {
    .inner-wrap, .inner-wrap-narrow, .inner-wrap-wide, .inner-wrap-fullwidth {
      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: .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: .15em; }

.media-grid-2 > * {
  margin-bottom: 1em; }

@media (min-width: 40em) {
  .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; } }

/*=============== iFrame / YouTube Embed ===============*/
.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 {
  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, .click-expand.active .side-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, .side-ce-header {
  position: relative;
  cursor: pointer;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  font-size: 1.3125em !important; }
  .ce-header:after, .side-ce-header:after {
    content: '+';
    color: #00853E;
    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: .75; }
      .social-wrap a:hover path {
        fill: #0871bb; }
  .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: #333;
  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: .2em 1em; }
  .slide-panel p {
    background: #333;
    padding: .25px 2em; }
  .slide-panel label {
    color: #ffffff !important; }
  .slide-panel:hover {
    right: 0px; }
  @media (min-width: 40em) {
    .slide-panel {
      display: block; } }

.slide-panel-button {
  position: absolute;
  top: 50px;
  right: 340px;
  padding: 20px 20px;
  background: #333;
  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: #0871bb; }
  @media (min-width: 40em) {
    #slidebox {
      width: auto; } }

a.close {
  background-color: white;
  color: #0871bb;
  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: 40em) {
    .accordion-tabs {
      border-radius: 0;
      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: 40em) {
      .accordion-tabs .tab-header-and-content {
        display: inline; } }
    .accordion-tabs .tab-header-and-content:first-child .tab-link {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      @media screen and (max-width: 40em) {
        .accordion-tabs .tab-header-and-content:first-child .tab-link {
          border-top: 0; } }
    @media screen and (max-width: 40em) {
      .accordion-tabs .tab-header-and-content:last-child .tab-link {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; } }
  .accordion-tabs .tab-link {
    background-color: rgba(255, 255, 255, 0);
    border-top: 1px solid #eeeeee;
    color: #333;
    display: block;
    font-weight: bold;
    font-size: 1.75em;
    padding: 0.75em 0.809em;
    text-decoration: none;
    font-family: "proxima-nova-extra-condensed";
    border-bottom: 0; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-link {
        display: inline-block;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: 0; } }
    .accordion-tabs .tab-link:hover {
      color: #00853E;
      border-bottom: 0; }
    .accordion-tabs .tab-link:focus {
      outline: none; }
    .accordion-tabs .tab-link.is-active {
      background-color: white; }
      @media screen and (min-width: 40em) {
        .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: 40em) {
      .accordion-tabs .tab-content {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border: 1px solid #eeeeee;
        float: left; } }

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

figure {
  margin: 0;
  padding: 0; }

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

/*=============== Lightbox / Magnific Popup  ===============*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }
  .white-popup > * {
    margin-top: 0; }

/* 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: #eeeeee; }
  .page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
  .page-intro h1 {
    margin: 0; }
  .page-intro p {
    margin: .5em 0 0 0; }

@media (min-width: 60em) {
  .site-content.one-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0; }
    .site-content.one-column .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.one-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0; }
    .site-content.one-column .site-content-secondary:last-child {
      margin-right: 0; }
  .site-content.two-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    .site-content.two-column .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.two-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    margin-right: 0; }
    .site-content.two-column .site-content-secondary:last-child {
      margin-right: 0; }
  .site-content.three-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .site-content.three-column .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.three-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .site-content.three-column .site-content-secondary:last-child {
      margin-right: 0; }
  .site-content.three-column .additional-content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0; }
    .site-content.three-column .additional-content:last-child {
      margin-right: 0; }
  .site-content.two-column-alt .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .site-content.two-column-alt .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.two-column-alt .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0; }
    .site-content.two-column-alt .site-content-secondary:last-child {
      margin-right: 0; } }

/*=============== Product Grid ===============*/
.product-grid {
  clear: both; }

.product-grid-item {
  font-size: .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 #999;
    border-right: 1px solid #999; }
    .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: 40em) {
    .product-grid-item {
      font-size: .75em;
      margin-bottom: 1.5em; } }
  @media (min-width: 60em) {
    .product-grid-item {
      font-size: 1em; } }

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

.product-grid-item-header {
  font-size: 1.125em;
  color: #0871bb;
  text-decoration: none;
  margin: 0 0 0 0;
  width: 70%;
  float: right;
  text-align: left;
  clear: none; }
  @media (min-width: 40em) {
    .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: 40em) {
    .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 {
  height: auto;
  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: 40em) {
    .product-grid-item-img {
      margin-top: 0;
      float: none;
      width: auto;
      max-height: 13.1875em; } }

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

/*=============== Product Carousel ===============*/
@media (max-width: 639px) {
  .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: 40em) {
  .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 {
  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: 40em) {
    .rm-item {
      margin-bottom: 0; } }

.rm-item-cta {
  font-size: .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: #0871bb;
  position: relative;
  z-index: 10; }
  .rm-item-title span {
    line-height: 1.25em;
    display: inline-block;
    color: #0871bb; }

/*****
Detergent Guide Chart
******/
.detergent-guide thead tr th {
  text-align: center; }

.detergent-guide tbody tr td {
  text-align: center; }
  .detergent-guide tbody tr td:first-child {
    text-align: left; }

.bold-check {
  color: #00853E !important; }

.gray {
  background-color: #f3f3f3; }

/* ===== 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: .2em 2em 2em 2em; }

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

.hs-author-social-links a {
  text-decoration: none; }

.hs-author-social-links img {
  opacity: .7;
  width: 1.875em;
  height: 1.875em; }
  .hs-author-social-links img:hover {
    opacity: 1; }

/*   end defaults   */
.blog-preview-title {
  margin-top: 0; }

.moretag {
  font-size: .75em; }

time.post-date {
  color: #777; }

.print-btn {
  position: relative;
  top: -5px;
  text-decoration: none; }

.single-news hr, .single-post hr {
  margin-bottom: 5px !important;
  margin-top: 5px; }

/*================== Blog Subscribe Form ==================*/
.sb-form-append {
  margin-bottom: 36px;
  border-bottom: solid 1px #eee;
  padding: 0 1em 1.5em 1em; }

.rm_form_container {
  width: auto !important;
  padding: 0 !important; }

.rm_form_el_set {
  padding: 0 !important; }

.site-wrap {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  margin: 0 auto; }

/*=============== Site Header ===============*/
#account-wrap.inner-wrap, #account-wrap.inner-wrap-narrow, #account-wrap.inner-wrap-wide, #account-wrap.inner-wrap-fullwidth {
  padding-bottom: 0; }

.sh-account {
  text-align: right;
  display: inline-block;
  float: right;
  padding: .25em 1.00em;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  font-size: 0.75em; }
  .sh-account a {
    text-decoration: none; }

/*.sales-in-europe*/
#account-wrap {
  text-align: right; }
  #account-wrap a {
    text-decoration: none;
    padding-right: 0.73em;
    padding-left: 0.4em;
    border-right: 1px solid #cccccc;
    line-height: 2.25em;
    vertical-align: center;
    font-size: 0.75em;
    position: relative;
    z-index: 1; 
	text-decoration: underline; }
	#account-wrap a:focus {
		  outline-width: 1px;
		  outline-style: solid;
		  outline-color: #0871bb;
	}
	
    #account-wrap a:last-child {
      padding-right: 0;
      border-right: 0; }

.site-header-wrap {
  background-image: url(img/bg-site-intro-dark.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .site-header-wraps {
  background-image: url(img/bg-site-intro-dark_bk.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .site-header-wrap .inner-wrap, .site-header-wrap .inner-wrap-narrow, .site-header-wrap .inner-wrap-wide, .site-header-wrap .inner-wrap-fullwidth {
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
    @media (min-width: 40em) {
      .site-header-wrap .inner-wrap, .site-header-wrap .inner-wrap-narrow, .site-header-wrap .inner-wrap-wide, .site-header-wrap .inner-wrap-fullwidth {
        position: relative; } }

.site-header {
  background-color: #ffffff; }

.site-logo {
  width: 25%;
  float: left;
  width: 21%; }
  @media (max-width: 639px) {
    .site-logo {
      display: none; } }

.mobile-logo {
  display: block;
  width: 65%;
  float: left;
  margin-top: 0.625em !important; }
  @media (min-width: 40em) {
    .mobile-logo {
      display: none;
      margin-top: none !important; } }

@media (min-width: 40em) {
  .site-nav {
    margin-top: .65em; } }

@media (min-width: 40em) {
  .sh-utility-nav {
    margin-top: 0.5em; } }

@media (min-width: 60em) and (min-width: 80em) {
  .sh-sticky-wrap.stuck .sh-utility-nav {
    margin-top: 0em; } }

@media (min-width: 60em) and (min-width: 80em) {
  .sh-sticky-wrap.stuck .sh-utility-nav {
    margin-top: .5em; } }

@media (min-width: 60em) {
  .sh-sticky-wrap.stuck .site-nav {
    margin-top: 0; }
  .sh-sticky-wrap.stuck .site-nav-container {
    padding: 0 1em;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #ffffff; }
  .sh-sticky-wrap.stuck .site-logo {
    padding-top: .5em; } }
  @media (min-width: 60em) and (min-width: 60em) {
    .sh-sticky-wrap.stuck .site-logo {
      width: 15%; } }

@media (min-width: 60em) and (min-width: 60em) {
  .sh-sticky-wrap.stuck .site-nav {
    top: 2px; } }

@media (min-width: 60em) and (min-width: 80em) {
  .sh-sticky-wrap.stuck .site-nav {
    margin-left: 2em;
    top: 10px;
    transition: all .5s ease-in-out; } }

.sh-utility-nav {
  overflow: hidden;
  padding-top: .5em; }
  @media (max-width: 639px) {
    .sh-utility-nav {
      text-align: center; }
      .sh-utility-nav .sh-ico-search {
        display: none; } }
  .sh-utility-nav .social-wrap {
    width: 15em;
    display: none; }
  @media (min-width: 40em) {
    .sh-utility-nav {
      text-align: right;
      float: right;
      width: 20%; }
      .sh-utility-nav .sh-ico-search {
        display: block; }
      .sh-utility-nav .social-wrap {
        display: inline-block; } }

.sun-cart {
  background-image: url(img/ico-cart.svg);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 0.2em;
  width: 2em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-indent: -9999px;
  margin-right: 0.625em;
  margin-bottom: 0.625em; }
  @media (max-width: 639px) {
    .sun-cart {
      display: inline-block;
      margin: 0 0.5em; } }
  @media (min-width: 40em) {
    .sun-cart {
      width: 33%;
      margin-left: 0;
      margin-right: 0;
      float: left; } }
  @media (min-width: 60em) {
    .sun-cart {
      width: 21%; } }

.sun-rfq {
  font-family: "proxima-nova-extra-condensed"; }

.sh-icons {
  float: right; }
  @media (min-width: 40em) {
    .sh-icons {
      display: none; } }

.sh-ph, .sh-ico-search, .sh-ico-menu {
  background-repeat: no-repeat;
  background-position: center top;
  display: inline-block;
  padding-top: 0.2em;
  width: 2em;
  text-align: center;
  text-decoration: none; }
  .sh-ph span, .sh-ico-search span, .sh-ico-menu span {
    font-size: .75em; }

.sh-ph {
  margin: 0;
  text-indent: -9999px;
  background-image: url(img/ico-ph.svg); }
  @media (max-width: 639px) {
    .sh-ph {
      display: inline-block;
      margin: 0 0.5em; } }
  @media (min-width: 40em) {
    .sh-ph {
      width: 33%;
      float: left;
      display: none; } }
  @media (min-width: 60em) {
    .sh-ph {
      width: 15%; } }

.sh-ico-search {
  background-image: url(img/ico-search-blue.svg);
  margin-right: 1.25em;
  margin-bottom: 0.625em;
  text-indent: -9999px; }
  @media (max-width: 639px) {
    .sh-ico-search {
      margin: 1em 0.5em 1em 0;
      display: inline-block; } }
  @media (min-width: 40em) {
    .sh-ico-search {
      width: 33%;
      float: left;
      margin-right: 0; } }
  @media (min-width: 60em) {
    .sh-ico-search {
      width: 24%;
      margin-right: 0.5em; } }

.sh-ico-menu {
  background-image: url(img/ico-nav.svg);
  margin-top: 1.5em;
  text-indent: -9999px; }
  @media (min-width: 40em) {
    .sh-ico-menu {
      display: none; } }

.sh-iso {
  display: inline-block;
  vertical-align: middle; }
  .sh-iso img {
    max-width: 2.5em;
    display: block; }
  @media (min-width: 60em) {
    .sh-iso {
      margin-left: .5em;
      float: left; } }
  @media (min-width: 80em) {
    .sh-iso {
      margin-left: 0;
      float: none; } }

/*=============== Site Intro ===============*/
.site-intro {
  text-align: center;
  background-image: url(img/swoosh-bg-large.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 250%; }
  @media (min-width: 40em) {
    .site-intro {
      background-size: 100%; } }
  .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
    position: relative;
    padding-top: 2.5em;
    padding-bottom: 10em; }
    @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: 5em;
        padding-bottom: 2em; } }
    @media (min-width: 80em) {
      .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
        padding-top: 5em; 
		padding-bottom: 2em;
		} }

.si-header {
  text-shadow: 1px 1px 3px #000;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  line-height: .90em;
  font-weight: bold;
  font-size: 3.421875em;
  float: left; }
  @media (min-width: 40em) {
    .si-header {
      font-size: 4.10625em; } }
  @media (min-width: 60em) {
    .si-header {
      font-size: 4.5625em; } }
  .si-header .si-small-txt {
    display: block;
    color: rgba(255, 255, 255, 0.75);
    font-weight: normal;
    font-size: .45em;
    font-family: "proxima-nova";
    margin-bottom: 0;
    text-transform: none; }
  @media (min-width: 60em) {
    .si-header {
      text-align: left; } }

.si-content {
  max-width: 100%; }

.si-underline {
  color: #ffffff; }
  .si-underline:hover {
    color: #DBFFE5; 
	
	}
  .si-underline:focus {
    color: #DBFFE5; 
	outline-width: 1px;
	outline-style: solid;
	outline-color: #DBFFE5;
	}
  .si-underline:active {
    color: #DBFFE5; 
	
	}
  @media (min-width: 40em) {
    .si-underline {
      display: inline-block;
      text-decoration: underline;
      color: #ffffff; } }
	  

.si-cta-1 {
  display: block;
  height: 16em;
  margin: auto;
  text-decoration: none;
  color: #ffffff;
  max-width: 13.5em;
  width: auto;
  transition: transform 0.2s ease-in-out; }
  .si-cta-1:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0.125em;
    left: 0;
    z-index: -1;
    opacity: 0;
    box-shadow: 1px 0px 8px 2px #0a4976;
    transition: opacity 0.2s ease-in-out; }
  .si-cta-1:active, .si-cta-1:focus {
    color: #ffffff; }
  .si-cta-1:hover {
    color: #ffffff;
    transform: scale3d(1.1, 1.1, 1);
    /*opacity: .5;
        @include transition (opacity .2s ease-in-out);*/ }
    .si-cta-1:hover:after {
      opacity: 0.6; }
  .si-cta-1 h6 {
    margin: 0; }
  @media (min-width: 60em) {
    .si-cta-1 {
      float: left;
      margin-left: 3.5em;
      font-size: .875em; } }
  @media (min-width: 80em) {
    .si-cta-1 {
      /* margin-top: -3em;*/
	  margin-left: 10em;
      height: 8.25em; } }

.01-c {
  display: block;
  margin-top: -2em; }
  .01-c img {
    max-width: 15em; }

.si-scroll {
  max-width: 2.5em;
  width: 2.5em;
  position: absolute;
  bottom: 2em;
  right: 1em;
  display: none; }

.si-cert {
  max-width: 4.6875em;
  width: 4.6875em;
  height: 4.6875em;
  position: absolute;
  bottom: 20px;
  right: 10px; }

/*=============== Site-Page-Intro ===============*/
.site-page-intro {
  clear: both; }

.spi-header {
  color: #ffffff;
  font-weight: bold;
  font-size: 3.421875em; 
text-shadow: 2px 2px 8px #000000;
}
  @media (min-width: 40em) {
    .spi-header {
      font-size: 4.10625em; } }
  @media (min-width: 60em) {
    .spi-header {
      font-size: 4.5625em; } }

/*=============== Site Content ===============*/
.site-content h1 {
  font-size: 2.671875em; }
  @media (min-width: 40em) {
    .site-content h1 {
      font-size: 3.20625em; } }
  @media (min-width: 60em) {
    .site-content h1 {
      font-size: 3.5625em; } }

.site-content h2 {
  font-size: 1.96875em; }
  @media (min-width: 40em) {
    .site-content h2 {
      font-size: 2.3625em; } }
  @media (min-width: 60em) {
    .site-content h2 {
      font-size: 2.625em; } }

.site-content h3 {
  font-size: 1.3125em; }
  @media (min-width: 40em) {
    .site-content h3 {
      font-size: 1.3125em; } }
  @media (min-width: 60em) {
    .site-content h3 {
      font-size: 1.75em; } }

.site-content .inner-wrap, .site-content .inner-wrap-narrow, .site-content .inner-wrap-wide, .site-content .inner-wrap-fullwidth {
  position: relative;
  max-width: 70em; }

.site-content-primary .product-grid .product-grid-item {
  border: 2px solid #e4e4e4; }
  .site-content-primary .product-grid .product-grid-item .product-grid-item-header {
    width: auto;
    float: none;
    font-size: 1.5em;
    text-align: center;
    vertical-align: top; }
  .site-content-primary .product-grid .product-grid-item .product-grid-item-btn {
    margin-bottom: 0.5em;
    margin-top: 2em; }
  .site-content-primary .product-grid .product-grid-item:hover {
    border: 2px solid #999; }

.breadcrumbs {
  font-size: 0.875em;
  margin-top: -1em !important;
  margin-bottom: 2em; }
  .breadcrumbs a {
    text-decoration: none; }

.rfs-cleaner {
  position: relative; }
  @media (min-width: 40em) {
    .rfs-cleaner {
      position: absolute;
      top: 7em;
      right: 1.4375em;
      z-index: 1; } }
  @media (min-width: 60em) {
    .rfs-cleaner {
      top: 4.1875em; } }

.sidebar-nav {
  background-color: #0871bb;
  width: 100%;
  padding: .5em 0;
  position: relative;
  top: 1em;
  right: 0;
  z-index: 10; }
  @media (min-width: 40em) {
    .sidebar-nav {
      top: 4em; } }
  @media (min-width: 60em) {
    .sidebar-nav {
      top: 1em; } }
  .sidebar-nav .ce-header,
  .sidebar-nav .side-ce-header {
    font-size: 1.3125em;
    margin: 0;
    color: #ffffff; }
    @media (min-width: 40em) {
      .sidebar-nav .ce-header,
      .sidebar-nav .side-ce-header {
        font-size: 1.3125em; } }
    @media (min-width: 60em) {
      .sidebar-nav .ce-header,
      .sidebar-nav .side-ce-header {
        font-size: 1.75em; } }
    .sidebar-nav .ce-header:after,
    .sidebar-nav .side-ce-header:after {
      content: "";
      background-image: url(img/sidebar-arrow.png);
      width: 21px;
      height: 7px;
      color: #ffffff;
      top: 10px;
      right: 10px; }
  .sidebar-nav:hover {
    color: #ffffff;
    background-color: #054572; }
  .sidebar-nav.active {
    background-color: #ffffff;
    box-shadow: 3px 3px 2px #ccc; }
    .sidebar-nav.active .ce-header,
    .sidebar-nav.active .side-ce-header {
      color: #000000; }
      .sidebar-nav.active .ce-header:after,
      .sidebar-nav.active .side-ce-header:after {
        content: "";
        background-image: url(img/sidebar-arrow-dark.png);
        color: #000000;
        top: 10px;
        right: 10px; }
    .sidebar-nav.active .ce-body {
      color: #000000;
      padding-bottom: 0; }
  @media (min-width: 40em) {
    .sidebar-nav {
      position: absolute;
      width: 14em;
      right: 1.45em;
      z-index: 777; } }

.aside-nav li {
  width: 100%;
  border-top: solid 1px #ccc;
  padding: .5em 0;
  display: block;
  text-decoration: none; }
  .aside-nav li a {
    text-decoration: none; }
  .aside-nav li:first-child {
    margin-top: 1em !important; }
  .aside-nav li:last-child {
    padding-bottom: 0em; }
  .aside-nav li:hover {
    background-color: #f8f8f8; }

/*=============== Inudstry Section ===============*/
.is-visual {
  width: 100%;
  background-image: url(img/figure-pharma.jpg);
  background-size: cover;
  background-position: 50%; }
  @media (min-width: 40em) {
    .is-visual {
      float: left;
      display: block;
      width: 40%;
      height: 31.25em; } }
  @media (min-width: 60em) {
    .is-visual {
      width: 50%; } }

.is-content {
  width: 100%;
  min-height: 31.25em;
  padding: 1em 2.5em; }
  @media (min-width: 40em) {
    .is-content {
      width: 60%;
      float: left; } }
  @media (min-width: 60em) {
    .is-content {
      width: 50%;
      padding: 1.5em 3.5em; } }
  .is-content .is-header {
    position: relative;
    font-size: 2.671875em;
    padding-right: 1em; }
    @media (max-width: 639px) {
      .is-content .is-header {
        font-size: 1.8em; } }
    @media (min-width: 40em) {
      .is-content .is-header {
        font-size: 3.20625em; } }
    @media (min-width: 60em) {
      .is-content .is-header {
        font-size: 3.5625em; } }
    .is-content .is-header:after {
      content: "";
      width: 1.25em;
      height: 1.25em;
      position: absolute;
      top: 0;
      right: 0;
      -ms-transform: rotate(45deg);
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      /* Chrome, Safari, Opera */
      transform: rotate(45deg); }

.is-title-desc {
  font-size: .4em;
  color: #00853E;
  font-weight: normal;
  display: block;
  font-family: "proxima-nova", sans-serif; }

.is-pharm .is-header:after {
  background-image: url(img/ico-pharma.svg); }

.is-auto .is-header:after {
  background-image: url(img/ico-automotive.svg); }

.is-lab .is-header:after {
  background-image: url(img/ico-laboratory.svg); }

.is-app .is-header:after {
  background-image: url(img/ico-appliance.svg); }

.is-med .is-header:after {
  background-image: url(img/ico-medical.svg); }

.is-food .is-header:after {
  background-image: url(img/ico-foodbev.svg); }

.is-water .is-header:after {
  background-image: url(img/ico-water.svg); }

.is-pump .is-header:after {
  background-image: url(img/ico-pump.svg); }

.is-truck .is-header:after {
  background-image: url(img/ico-heavyequip.svg); }

.is-icon {
  margin: auto;
  text-align: center;
  color: #0871bb;
  font-weight: bold;
  padding: 1.5em 0;
  transition: color 1s ease-in-out;
  font-family: "proxima-nova-extra-condensed";
  border-right: solid 1px #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1.125em;
  transition: color .25s ease-in-out; }
  @media (min-width: 40em) {
    .is-icon {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    .is-icon {
      font-size: 1.125em; } }
  .is-icon .svg-path,
  .is-icon path {
    fill: #0871bb;
    transition: all .25s ease-in-out; }
  .is-icon.flex-active-slide {
    transition: all .3s ease-in-out;
    background-color: #ffffff;
    color: #00853E; }
    .is-icon.flex-active-slide .svg-path,
    .is-icon.flex-active-slide path {
      fill: #00853E; }
  .is-icon:hover {
    cursor: pointer;
    background-color: #ffffff; }
  .is-icon svg {
    display: block;
    margin: auto;
    width: 3.4375em !important;
    transition: all 1s ease-in-out;
    margin-bottom: .75em; }

#carousel .slides {
  background-color: #f1f1f1; }

#carousel .flex-direction-nav a:before {
  background-size: 1.8125em; }

.is-links a {
  text-decoration: none;
  font-family: "proxima-nova-extra-condensed";
  font-size: 1.125em; }
  @media (min-width: 40em) {
    .is-links a {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    .is-links a {
      font-size: 1.125em; } }

/*=============== Site Footer ===============*/
.site-footer {
  background-image: url(img/bg-footer.jpg);
  background-size: cover;
  background-position: center center; }
  .site-footer p {
    font-family: "proxima-nova-extra-condensed";
    font-size: 1.3125em;
    color: #0871bb;
    font-weight: bold; }
  @media (min-width: 60em) {
    .site-footer p {
      margin: 0; } }

.sf-header {
  text-align: center;
  font-size: 2.671875em;
  margin-bottom: 0;
  line-height: 1em; }
  @media (min-width: 40em) {
    .sf-header {
      font-size: 3.20625em; } }
  @media (min-width: 60em) {
    .sf-header {
      font-size: 3.5625em; } }

.sf-subtext {
  color: #00853E;
  text-align: center;
  color: #00853E;
  font-weight: normal;
  display: block;
  font-family: "proxima-nova", sans-serif;
  margin-top: 0;
  margin-bottom: 2em;
  font-variant: small-caps; }

.sf-item {
  width: 100%;
  margin-bottom: 2em;
  color: #0871bb;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  display: block;
  font-family: "proxima-nova-extra-condensed";
  font-size: 1.125em; }
  @media (min-width: 40em) {
    .sf-item {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    .sf-item {
      font-size: 1.125em; } }
  @media (min-width: 40em) {
    .sf-item {
      width: 33%;
      float: left; } }
  .sf-item:hover {
    position: relative; }
    .sf-item:hover .svg-change {
      fill: #00853E;
      transition: all .1s ease-in-out; }

.sf-visual {
  margin: auto;
  max-width: 9.52em;
  padding: 2.5em;
  border-radius: 6.25em;
  background-color: #ffffff;
  margin-bottom: 1em;
  border: solid 1px #ffffff; }
  .sf-visual:hover {
    transition: all .1s ease-in-out;
    border: solid 1px #ccc; }

.sf-small {
  background-color: #ffffff;
  text-align: center;
  color: #ffffff; }
  .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-links {
  width: 100%; }
  .sf-links a {
    margin-right: 1em;
    font-weight: bold; }
    .sf-links a:last-child {
      margin-right: 0; }
  @media (min-width: 60em) {
    .sf-links {
      width: auto;
      float: left;
      text-align: left; } }

@media (min-width: 40em) {
  .sf-attribution {
    float: right; } }

@media (min-width: 60em) {
  .sf-attribution {
    margin-top: 0.2em; } }

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: .8em;
  width: 100%;
  height: 2.3em;
  border: 1px solid red;
  float: left;
  padding-left: .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; }

.no-svg .search-submit {
  background: url(img/ico-search.svg) no-repeat center center !important; }

@media (min-width: 40em) {
  .site-search {
    width: 100%; }
  .search-text {
    height: 2.3em; }
  .search-submit {
    height: 2.3em; } }

.search-module {
  background-color: #0871bb;
  height: 6em;
  margin-top: -6em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.47);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .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;
  margin-left: 10px;
  margin-bottom: 5px;
  top: 0;
  right: 0; }

.sitemap ul {
  margin-left: 1em; }

.industries-bucket {
  color: #333;
  text-decoration: none; }
  .industries-bucket:hover {
    color: #00853E; }

.woocommerce div.product div.images img,
.woocommerce ul.products li.product a img {
  width: auto;
  max-width: 100%; }

.pp_woocommerce div.ppt {
  opacity: 0 !important; }

.top-box-nav .inner-wrap, .top-box-nav .inner-wrap-narrow, .top-box-nav .inner-wrap-wide, .top-box-nav .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 0; }
  .top-box-nav .inner-wrap a, .top-box-nav .inner-wrap-narrow a, .top-box-nav .inner-wrap-wide a, .top-box-nav .inner-wrap-fullwidth a {
    width: 49%;
    background-color: #00853E;
    color: #ffffff;
    font-size: 1.3125em;
    text-decoration: none;
    padding: 0.3em;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    text-align: center; }
    @media (min-width: 40em) {
      .top-box-nav .inner-wrap a, .top-box-nav .inner-wrap-narrow a, .top-box-nav .inner-wrap-wide a, .top-box-nav .inner-wrap-fullwidth a {
        font-size: 1.3125em; } }
    @media (min-width: 60em) {
      .top-box-nav .inner-wrap a, .top-box-nav .inner-wrap-narrow a, .top-box-nav .inner-wrap-wide a, .top-box-nav .inner-wrap-fullwidth a {
        font-size: 1.75em; } }
    .top-box-nav .inner-wrap a:hover, .top-box-nav .inner-wrap-narrow a:hover, .top-box-nav .inner-wrap-wide a:hover, .top-box-nav .inner-wrap-fullwidth a:hover {
      background-color: #00612d; }
  @media (min-width: 60em) {
    .top-box-nav .inner-wrap a, .top-box-nav .inner-wrap-narrow a, .top-box-nav .inner-wrap-wide a, .top-box-nav .inner-wrap-fullwidth a {
      width: 49.7%;
      padding: 0.5em; } }

.img-with-ul {
  position: relative;
  display: block;
  z-index: 100; }

.tbl-chart thead th {
  background-color: #00853E;
  color: #ffffff; }

.pp_pic_holder .ppt {
  display: none; }

/* Industries Grid */
.ind-item .ind-img img {
  display: block;
  margin: 0 auto; }

.ind-item .ind-content {
  text-align: center; }
  .ind-item .ind-content h3 a {
    text-decoration: none;
    color: #0871bb; }
  .ind-item .ind-content p {
    font-size: 1em;
    width: 95%; }

.three-rows ul {
  clear: inherit; }

.term-8 .woocommerce-result-count,
.term-8 .woocommerce-ordering,
.term-8 .products,
.term-7 .woocommerce-result-count,
.term-7 .woocommerce-ordering,
.term-7 .products {
  display: none; }

.rep-locator-item p {
  font-size: 1.125em; }

#map {
  height: 50em; }

.leaflet-popup-content .li-title {
  margin-top: 0; }

.resource-list li {
  padding-top: 1em;
  padding-bottom: 1em;
  border-color: #eeeeee;
  border-width: 2px 0 0 0;
  border-style: solid;
  position: relative;
  padding-right: 7.5em; }
  .resource-list li .btn-dwnld {
    float: right;
    position: absolute;
    padding-left: 2.5em;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    .resource-list li .btn-dwnld:before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      background-size: 1.5em;
      background-image: url(img/ico-download.png);
      background-repeat: no-repeat;
      background-position: center;
      width: 1.5em;
      height: 1.5em; }

/*=============== Woocommerce ===============*/
.site-content-primary > .term-description {
  margin-top: 4.5em; }

.summary .entry-summary {
  margin-top: 2em; }

#tab-additional_information ul.no-bullet li {
  margin-bottom: 1em; }

.related.products {
  display: none; }

.site-header .qty-cart {
  display: none; }

@media (min-width: 40em) {
  .site-header .qty-cart {
    display: block;
    padding: 0.0625em 0.5625em;
    color: #00853E;
    position: absolute;
    border-radius: 1.25em;
    font-size: 1em;
    font-weight: bold;
    left: 80%;
    top: 3.5%; } }

.login-advisory {
  text-align: center;
  display: block;
  margin-top: 1em;
  padding: .5em;
  border: solid 1px #ccc;
  background-color: #f8f8f8;
  color: #000;
  text-decoration: none;
  font-size: .85em; }

.logged-in .login-advisory {
  display: none; }

.logged-in .vartable_qty {
  width: 60px; }

.pricelist-download {
  display: none; }
/*attempting to display only cleaner or lube pricelist on appropriate products*/
.logged-in .pricelist-download {
  display: inline-block;
  margin-top: 1em; } 
  
   .logged-in .zymit-low-foam .cleaners .pricelist-download  {
	border: thin black solid!important;
	color: #3F9;
}
.variations .price_html,
.variations .quantity,
.variations .add-to-cart {
  /* display: none !important; */ }

@media screen and (max-width: 767px) {
  /*added to hide pricing*/
  .logged-in .variations .price_html {
    display: table !important; }
  .logged-in .variations .quantity,
  .logged-in .variations .add-to-cart {
    display: inline-block !important; } }

@media screen and (min-width: 768px) {
  .logged-in .variations .price_html,
  .logged-in .variations .quantity,
  .logged-in .variations .add-to-cart {
    display: table-cell !important; } }

.available-options-btn,
.available-title,
.variation-filters {
  display: none; }

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center; }

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  margin-top: 2em; }
  @media (min-width: 40em) {
    .woocommerce div.product div.images,
    .woocommerce div.product div.summary {
      margin-top: 5em; } }
  @media (min-width: 60em) {
    .woocommerce div.product div.images,
    .woocommerce div.product div.summary {
      margin-top: 2em; } }

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin-top: 3em; }
  @media (min-width: 40em) {
    .woocommerce .woocommerce-ordering,
    .woocommerce .woocommerce-result-count {
      margin-top: 5.25em; } }
  @media (min-width: 60em) {
    .woocommerce .woocommerce-ordering,
    .woocommerce .woocommerce-result-count {
      margin-top: 3em; } }

.pricecol,
.qtycol,
.cartcol,
.vartable_price,
.vartable_qty,
.vartable_cart {
  display: none !important; }

.logged-in .pricecol,
.logged-in .qtycol,
.logged-in .cartcol,
.logged-in .vartable_price,
.logged-in .vartable_qty,
.logged-in .vartable_cart {
  display: table-cell !important; }

.cart_totals .shipping,
.woocommerce-checkout-review-order-table .shipping {
  display: none; }

/*=============== Video Background ===============*/
/*================= Print Style =================*/
@media print {
  .site-header-wrap,
  .sf-links,
  .site-footer > .inner-wrap,
  .site-footer > .inner-wrap-narrow,
  .site-footer > .inner-wrap-wide,
  .site-footer > .inner-wrap-fullwidth {
    display: none; }
	/* tomhart of bower web added print formating below */
	@page {
      size: A4; 
      margin:0;
    }
    html, body {
        width: 210mm;
        height: 277mm; 
        background: #FFF;
        overflow:visible;
    }
    body {
        padding-top:15mm;
    }
    .search-module .search-table, #cookie-notice
    { display: none !important; 
    } 
/*================= end Print Style =================*/ }

.um-field {
  clear: right; }

@media (min-width: 60em) {
  .um-field-first_name,
  .um-field-phone_number {
    float: left;
    width: 48%;
    margin-right: 2%; }
  .um-field-last_name,
  .um-field-ext {
    float: right;
    width: 48%;
    margin-left: 2%; } }

/*===================== GDD =====================*/
.place-order-logged-in {
  display: none; }

.place-order-logged-out {
  display: block !important; }

.um-login .um-button.um-alt {
  display: none; }

.logged-in .place-order-logged-in {
  display: block !important; }

.logged-in .place-order-logged-out {
  display: none !important; }

/*======== Landing Page =========*/
.wpcf7-form {
 /* background: #f1f1f1;*/
  padding: 1.5em; 
    background: #ffffff !important;
    color: #fff;
}

/* ======= video section homepage ====== */
.video-section {
  background-color: #0871bb; }
  .video-section .inner-wrap, .video-section .inner-wrap-narrow, .video-section .inner-wrap-wide, .video-section .inner-wrap-fullwidth {
    max-width: 86.25em; }
  .video-section .vs-title {
    color: #ffffff;
    font-size: 2.671875em; }
    @media (min-width: 40em) {
      .video-section .vs-title {
        font-size: 3.20625em; } }
    @media (min-width: 60em) {
      .video-section .vs-title {
        font-size: 3.5625em; } }
    @media (min-width: 40em) {
      .video-section .vs-title {
        display: inline-block; } }
  .video-section .vs-video-library {
    padding: 0.6875em 1.25em;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 1em;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 1.5625em; }
    .video-section {
      color: #00853E; }
	  
	.vs-video-library:hover {
	color: rgba(255, 255, 255, 0.7);
	}
  	
    @media (min-width: 40em) {
      .video-section .vs-video-library {
        float: right;
        margin-top: 0.9375em; } }
  .video-section .video-box {
    padding: 1.5625em;
    text-align: center;
    background-color: #ffffff;
    text-decoration: none; }
    .video-section .video-box:hover .video-image img {
      transform: scale(1.1, 1.1);
      transition: all 0.15s ease-in-out 0s; }
    @media (min-width: 40em) {
      .video-section .video-box {
        padding: 0.9375em; } }
    @media (min-width: 60em) {
      .video-section .video-box {
        padding: 1.5625em; } }
    @media (min-width: 80em) {
      .video-section .video-box {
        padding: 2.1875em; } }
  .video-section .video-title {
    font-size: 1.75em; }
    @media (min-width: 40em) {
      .video-section .video-title {
        font-size: 2.5vw;
        min-height: 9.6vw; } }
    @media (min-width: 80em) {
      .video-section .video-title {
        font-size: 1.3125em;
        min-height: 3.12em; } }
  @media (min-width: 80em) and (min-width: 40em) {
    .video-section .video-title {
      font-size: 1.3125em; } }
  @media (min-width: 80em) and (min-width: 60em) {
    .video-section .video-title {
      font-size: 1.75em; } }
  .video-section .video-image img {
    transform: scale(1, 1);
    transition: all 0.15s ease-in-out 0s; }

/*.gdd-003-b-sun-cart {
    background-image: url("img/ico-cart.svg");
    background-position: center top;
    background-repeat: no-repeat;
    display: inline-block;
    text-align: center;
    text-indent: -9999px;
    width: 2.5em;
    position: relative;
    z-index: 1;
    text-indent: 0;
}*/
/*.qty-cart.gdd-003-b-qty-cart {
    @include mq(medium) {
        background: #00853E none repeat scroll 0 0;
        border: 2px solid #fff;
        color: #fff;
        display: inline-block;
        left: 1.5em;
        line-height: 16px;
        padding: 0 12px 0 5px;
        position: absolute;
        right: 0;
        top: -0.4em;
    }
}*/
/*.gdd-003-b-site-header {
    .sn-li-l1,
    .hs-menu-depth-1 {
        @include mq(large) {
            &:nth-child(1) {
                width: 18%;
            }
            &:nth-child(2) {
                width: 19%;
            }
            &:nth-child(3) {
                width: 17%;
            }
            &:nth-child(4) {
                width: 19%;
            }
            &:nth-child(5) {
                width: 12%;
            }
            &:nth-child(6) {
                width: 14%;
            }
        }
    }
    .sh-utility-nav {
        @include mq(large) {
            width: 14%;
        }
    }
}*/
/*.gdd-003-b-language {
    display: inline-block;
    height: 0;
    vertical-align: top;
    .sn-li-ls {
        &:hover {
            .sn-level-2 {
                display: block;
            }
        }
        > a {
            padding-left: em(35) !important;
            padding-right: em(35) !important;
            &:before {
                content: "";
                position: absolute;
                left: 0;
                background-image: url(img/ico-language.svg);
                background-repeat: no-repeat;
                background-position: left top;
                width: 27px;
                height: 27px;
                top: 0;
            }
            &:after {
                content: "";
                position: absolute;
                right: 9px;
                background-image: url(img/ico-arrowdown-menu.svg);
                background-repeat: no-repeat;
                background-position: left top;
                width: 10px;
                height: 10px;
                top: 10px;
            }
        }
        .sn-main-menu-link {
            display: inline-block;
        }
        .sn-level-2,
        .hs-menu-children-wrapper {
            z-index: 1;
        }
    }
    .sn-li-l2,
    .sn-li-l3,
    .hs-menu-depth-2,
    .hs-menu-depth-3 {
        text-align: left;
        a {
            padding: em(3) em(12) !important;
        }
    }
}*/
/* ==== tabs for test005-b ==== */
.tabs .tab {
  display: none; }
  .tabs .tab.active {
    display: block; }

.tabs .tab-links {
  list-style: outside none none;
  margin: 0 0 1.618em;
  overflow: hidden;
  padding: 0 0 0 1em;
  position: relative; }
  .tabs .tab-links:before {
    border-bottom: 1px solid #d3ced2;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1; }
  .tabs .tab-links li {
    background-color: #ebe9eb;
    border: 1px solid #d3ced2;
    border-radius: 4px 4px 0 0;
    display: inline-block;
    margin: 0 -0.3125em;
    padding: 0 1em;
    position: relative;
    z-index: 0; }
    .tabs .tab-links li:before {
      border: 1px solid #d3ced2;
      bottom: -0.0625em;
      content: " ";
      height: 0.3125em;
      position: absolute;
      width: 0.3125em;
      border-bottom-right-radius: 4px;
      border-width: 0 1px 1px 0;
      box-shadow: 2px 2px 0 #ebe9eb;
      left: -6px; }
    .tabs .tab-links li:after {
      border-bottom-left-radius: 4px;
      border-width: 0 0 1px 1px;
      box-shadow: -2px 2px 0 #ebe9eb;
      right: -0.375em; }
    .tabs .tab-links li.active {
      background: #fff;
      border-bottom-color: #fff;
      z-index: 2; }
      .tabs .tab-links li.active:before {
        box-shadow: 2px 2px 0 #fff; }
      .tabs .tab-links li.active:after {
        box-shadow: -2px 2px 0 #fff; }
    .tabs .tab-links li a {
      color: #515151;
      display: inline-block;
      font-weight: 700;
      padding: 0.5em 0;
      text-decoration: none; }

.tabs .no-bullet li {
  margin-bottom: 1em; }

.logged-in .sample-circle, .logged-in .login-advisory {
  display: none !important; }

.sample-circle, .login-advisory {
  display: inline-block;
  background: #f3f3f3 none repeat scroll 0 0;
  border-radius: 50%;
  color: #0871bb;
  float: left;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.125em;
  padding: 7.0625em 3.375em 2.375em;
  text-align: center;
  text-decoration: none;
  position: relative;
  text-transform: capitalize;
  font-variant: small-caps;
  margin-right: 4em;
  margin-bottom: 1em; }
  .sample-circle:before, .login-advisory:before {
    content: "";
    position: absolute;
    background-image: url(img/sample_.png);
    background-repeat: no-repeat;
    width: 2.75em;
    height: 4.4375em;
    top: 1.625em;
    left: 4.5625em;
    text-align: center; }
  .sample-circle:hover, .login-advisory:hover {
    color: #00853E; }

.login-advisory {
  padding: 7.0625em 2.125em 1.125em;
  border: none;
  margin-right: 0;
  margin-top: 0; }
  .login-advisory:before {
    background-image: url(img/login.png);
    height: 3.75em;
    left: 4.375em;
    top: 2.5em;
    width: 3.75em; }
  .login-advisory span {
    font-size: 0.875em;
    color: #333;
    font-weight: normal;
    text-transform: lowercase;
    font-variant: normal; }

@media (min-width: 60em) {
  .woocommerce div.product div.images {
    width: 42%;
    margin-right: 3%; } }

@media (min-width: 60em) {
  .woocommerce div.product div.summary {
    width: 55%; } }

/* ==== GDD 006 B Variation ==== */
@media (min-width: 40em) {
  .gdd-006-b-sf-resources .sf-item {
    width: 23.2318%; } }

.gdd-006-b-sf-resources .sf-visual {
  border-radius: 50%;
  max-width: 10.1em;
  padding: 2.5em 0em 1.6em; }
  @media (min-width: 40em) {
    .gdd-006-b-sf-resources .sf-visual {
      max-width: 8.5em;
      padding: 1.5em 0.5em 1em; } }
  @media (min-width: 60em) {
    .gdd-006-b-sf-resources .sf-visual {
      max-width: 10.1em;
      padding: 2.5em 0em 1.6em; } }

@media (min-width: 60em) {
  .sf-item-contact .sf-visual {
    max-width: 11em;
    width: 10em; } }

.sf-item-cleaner img {
  width: 70px; }

.sf-item-assembly img {
  width: 70px; }

.sf-item-blog img {
  width: 70px; }

.sf-item-contact img {
  width: 130px; }

.comment-form-rating .stars:nth-child(3) {
  display: none; }

#variations table.variations th.sku,
#variations table.variations th.quantity,
#variations table.variations th.price_html,
#variations table.variations th.weight_html,
#variations table.variations th.add-to-cart {
  width: auto !important; }

#variations table.variations th,
#variations table.variations td {
  padding: 5px; }

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #333 !important;
  font-size: 1em !important; }

@media screen and (max-width: 767px) {
  table.variations tr {
    display: block;
    width: 100%;
    border-bottom: 2px solid #6C6360; }
  table.variations td {
    display: block;
    width: 100%;
    clear: both;
    text-align: right; }
  table.variations td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    width: auto !important; }
  table.variations td.pricecol {
    max-width: 100% !important; }
	/*logged-in added by tom to hide pricing and add to cart button on mobile as requested by Kathy 012319*/
 .logged-in  #variations table.variations td.quantity,
 .logged-in  #variations table.variations td.add-to-cart {
    width: 100% !important;
    display: inline-block !important; }
  #variations table.variations input.qty {
    text-align: left !important;
    float: right !important;
    width: 60px !important; }
 #variations table.variations td.add-to-cart button {
    text-align: left !important;
    float: right !important;
    width: auto !important; } }

.woocommerce div.product div.summary .woocommerce-product-details__short-description {
  display: none; }

.images .alignright {
  max-width: 50%; }

.ty-text {
  text-align: center;
  padding: 1.625em;
  font-size: 2em !important;
  color: #00853E; }

/* gdd 007 b Variation */
/*.gdd-007-b-delayed-popup {
      &.white-popup {
        background: #ebebeb;
        position: fixed;
        bottom: 0;
        right: em(10);
        max-width: em(300);
        margin: 0;
        padding: 0;
        z-index: 1001;
        border: none;
        @include mq(medium) {
          right: em(85);
        }
        .ce-header {
          background-color: $green;
          color: $white;
          font-family: $base-font-family;
          font-size: em(18, 16) !important;
          font-variant: none;
          font-weight: normal;
          padding: em(12, 18) em(46, 18) em(10, 18) em(55, 18);
          position: relative;
          margin-bottom: 0;
          &:before {
            background-image: url(img/silouette-white.svg);
            background-repeat: no-repeat;
            background-position: left center;
            content: "";
            position: absolute;
            left: em(16, 18);
            top: em(15, 18);
            width: 25px;
            height: 40px;
          }
          &:after {
            background-image: url(img/drop-down-arrow.svg);
            background-repeat: no-repeat;
            background-position: right center;
            background-size: cover;
            content: "";
            position: absolute;
            right: em(12, 18);
            top: em(23, 18);
            width: 23px;
            height: 14px;
            transform: rotate(180deg);
          }
        }
        .fc-data {
          margin-bottom: 0;
          font-size: em(15, 16);
        }
        .form-divider {
          margin: em(15, 16) 0;
          border-color: currentcolor currentcolor #787878;
        }
        .wpcf7-form {
          background: #ebebeb;
          padding: 0;
          label,
          input,
          textarea {
            font-size: em(15, 18);
            color: #333;
            font-weight: normal;
          }
          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 {
            border: 1px solid #787878;
          }
          input[type="submit"] {
            color: $white;
            border: none;
            padding-left: em(25, 16);
            padding-right: em(25, 16);
            display: block;
            font-size: 1em;
          }
          .alignright {
            padding-left: 0;
            padding-bottom: 0;
          }
          p {
            margin: em(8, 16) 0;
          }
          .wpcf7-response-output {
            font-size: em(12, 16);
            margin: 1.5em 0 0;
            padding: 0;
          }
        }
        &.click-expand {
          &.active {
            .ce-header {
              &:after {
                background-image: url(img/drop-down-arrow.svg);
                transform: rotate(360deg);
              }
            }
            .ce-body {
              padding: em(12, 16) em(23, 16) 0;
            }
            &:hover {
              background-color: #ebebeb;
            }
          }
        }
      }
    }*/
/*===== GDD 008 Var B ====*/
@media (min-width: 40em) {
  .pr-btn, .pro-btn {
    position: absolute;
    top: 7em;
    right: 1.45em;
    padding-bottom: 0.375em;
    padding-right: 0.5em;
    padding-top: 0.6875em;
    background: #7a5382;
    color: #ffffff; }
    .pr-btn img, .pro-btn img {
      display: inline-block;
      vertical-align: middle;
      margin-left: 1.75em; }
    .pr-btn:hover, .pro-btn:hover {
      background: #5d3f63; }
    .pr-btn:visited, .pro-btn:visited {
      color: #ffffff; }
    .pr-btn:active, .pro-btn:active {
      color: #ffffff; }
    .pr-btn:focus, .pro-btn:focus {
      color: #ffffff; } }

@media (min-width: 60em) {
  .pr-btn, .pro-btn {
    top: 4em; } }

.pro-btn img {
  margin-left: 5.625em; }

.cleanerpopup, .lubricantpopup {
  max-width: 67em; }
  .cleanerpopup .check, .lubricantpopup .check {
    padding-top: 2.75em;
    text-align: center; }
  .cleanerpopup .checked, .lubricantpopup .checked {
    font-weight: bold; }
  .cleanerpopup .mfp-close, .lubricantpopup .mfp-close {
    right: 14px;
    top: 13px;
    font-weight: 300;
    font-size: 43px;
    color: #0871bb !important;
    opacity: 1; }
    .cleanerpopup .mfp-close:active, .lubricantpopup .mfp-close:active {
      top: 13px; }
  .cleanerpopup .detergent-guide tbody td, .lubricantpopup .detergent-guide tbody td {
    font-weight: bold; }
    .cleanerpopup .detergent-guide tbody td:first-child, .lubricantpopup .detergent-guide tbody td:first-child {
      font-weight: normal; }
  .cleanerpopup .cleaner-content, .lubricantpopup .cleaner-content {
    padding: 7px;
    border: 1px solid #cccccc;
    display: block;
    width: 100%; }
    .cleanerpopup .cleaner-content h3, .lubricantpopup .cleaner-content h3 {
      margin: 0;
      color: #0871bb; }

.lubricantpopup .lubricant-content {
  padding: 7px;
  border: 1px solid #cccccc;
  display: block;
  width: 100%; }
  .lubricantpopup .lubricant-content h3 {
    margin: 0;
    color: #0871bb;
    float: left; }
  .lubricantpopup .lubricant-content .lc-link {
    text-align: right;
    padding-right: 3.25em; }
    .lubricantpopup .lubricant-content .lc-link p {
      color: #0871bb;
      font-weight: bold; }
  .lubricantpopup .lubricant-content table {
    font-size: 18px;
    margin-top: 2.2222222222em; }
    .lubricantpopup .lubricant-content table th,
    .lubricantpopup .lubricant-content table td {
      vertical-align: top; }
  .lubricantpopup .lubricant-content thead {
    border-top: 1px solid #c9c9c9; }
    .lubricantpopup .lubricant-content thead th {
      background-color: #c9c9c9;
      color: #6a686b; }
      .lubricantpopup .lubricant-content thead th:first-child {
        background-color: transparent;
        border-right: 1px solid #c9c9c9; }
        @media (min-width: 40em) {
          .lubricantpopup .lubricant-content thead th:first-child {
            width: 19%; } }
  .lubricantpopup .lubricant-content tbody tr td:first-child {
    border-right: 1px solid #c9c9c9;
    font-weight: bold; }
  .lubricantpopup .lubricant-content tbody ul li {
    color: #6a686b;
    padding-left: 1.2222222222em; }
    .lubricantpopup .lubricant-content tbody ul li:after {
      background-image: url(img/ico-bullet-table.svg);
      background-size: 4px; }

.lubricantpopup .mfp-close {
  font-size: 43px;
  color: #0871bb !important;
  opacity: 1; }
  .lubricantpopup .mfp-close:active {
    top: 13px; }

/*===== GDD 009 Var B ====*/
.is-links-new .btn-alt, .is-links-new .btn-alt-download, .is-links-new .btn-alt-arrow {
  padding-left: 3.125em;
  padding-right: 3.125em;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-right: 1.25em;
  margin-bottom: 0.625em; }
  @media (min-width: 40em) {
    .is-links-new .btn-alt, .is-links-new .btn-alt-download, .is-links-new .btn-alt-arrow {
      padding-left: 5.125em;
      padding-right: 5em; } }

.is-links-new .btn, .is-links-new button, .is-links-new
input[type="submit"], .is-links-new .btn-download, .is-links-new .btn-arrow, .is-links-new .product-grid-item-link {
  background-color: transparent;
  color: #00853E;
  border: 1px solid #00853E;
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  padding-left: 1.0625em;
  padding-right: 1.1875em; }
  .is-links-new .btn:hover, .is-links-new button:hover, .is-links-new
  input[type="submit"]:hover, .is-links-new .btn-download:hover, .is-links-new .btn-arrow:hover, .is-links-new .product-grid-item-link:hover {
    background-color: #00853E;
    color: #ffffff; }

.about-cta-wrap {
  margin-top: 3.75em; }
  .about-cta-wrap .video-title {
    color: #0871bb;
    text-align: center; }

.gdd-10-b-contact-us .company-info {
  float: right;
  width: 100%; }

.gdd-10-b-contact-us .form-left {
  float: left;
  width: 100%; }

.gdd-10-b-contact-us .info-text p span {
  color: #00853E;
  position: relative; }

@media (min-width: 60em) {
  .gdd-10-b-contact-us .company-info {
    float: right;
    width: 40%;
    transition: all 0.5s ease-in-out; }
  .gdd-10-b-contact-us .form-left {
    float: left;
    width: 50%; }
  .gdd-10-b-contact-us .info-text {
    position: relative; }
    .gdd-10-b-contact-us .info-text:after {
      position: absolute;
      background-image: url(img/arrow-contact.svg);
      background-position: right center;
      width: 5.375em;
      height: 100%;
      top: 4.375em;
      content: "";
      background-size: 5.375em;
      right: -2.4375em;
      background-repeat: no-repeat;
      transform: rotate(225deg); }
    .gdd-10-b-contact-us .info-text p {
      font-size: 1.125em;
      line-height: 2em;
      margin-bottom: 1.1111111111em; }
      .gdd-10-b-contact-us .info-text p:last-child {
        margin-bottom: 1.4444444444em; }
  .gdd-10-b-contact-us .it-hrs {
    font-size: 1.1111111111em; } }

@media (min-width: 80em) {
  .gdd-10-b-contact-us .info-text p {
    font-size: 1.375em;
    line-height: 1.6363636364em;
    margin-bottom: 0.9090909091em; }
    .gdd-10-b-contact-us .info-text p:last-child {
      margin-bottom: 1.1818181818em; } }

.gdd-10-b-contact-us .it-hrs {
  font-size: 1.0909090909em; }

.gdd-10-b-contact-us.blur {
  position: relative; }
  .gdd-10-b-contact-us.blur:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.2s ease-in 0s;
    z-index: 2; }

.gdd-10-b-contact-us .rows-of-2 > * {
  margin-bottom: 0em; }

.form-left {
  transition: all 0.5s ease-in-out 0s; }
  .form-left.contact-active-form {
    opacity: 1;
    transform: scale(1.1);
    z-index: 100; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

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

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

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

@media (min-width: 40em) {
  .alignright {
    display: block;
    float: right;
    padding-bottom: 1.5em;
    padding-left: 1.5em; }
  .alignleft {
    display: block;
    float: left;
    padding-bottom: 1.5em;
    padding-right: 1.5em; }
  .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 .3s ease;
  -moz-transition: all .3s ease;
  transition: all .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: '\f004'; }

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

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* 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: .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: .8;
  left: 10px; }

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

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

.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; }

/* 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: .5em .7em; }

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .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 .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: .4em 0;
    margin: .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; } }

/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

/* Leaflet JS required styles */
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none; }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block; }

/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
  max-width: none !important; }

/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important; }

.leaflet-tile {
  filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0; }

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none; }

.leaflet-tile-pane {
  z-index: 2; }

.leaflet-objects-pane {
  z-index: 3; }

.leaflet-overlay-pane {
  z-index: 4; }

.leaflet-shadow-pane {
  z-index: 5; }

.leaflet-marker-pane {
  z-index: 6; }

.leaflet-popup-pane {
  z-index: 7; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute; }

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto; }

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-control {
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-right .leaflet-control {
  margin-right: 10px; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

/* cursors */
.leaflet-clickable {
  cursor: pointer; }

.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab; }

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto; }

.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing; }

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0; }

.leaflet-container a {
  color: #0078A8; }

.leaflet-container a.leaflet-active {
  outline: 2px solid orange; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px; }

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black; }

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block; }

.leaflet-bar a:hover {
  background-color: #f4f4f4; }

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px; }

.leaflet-control-zoom-out {
  font-size: 20px; }

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px; }

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px; }

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px; }

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px; }

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px; }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0; }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover {
  text-decoration: underline; }

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5); }

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none; }

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px; }

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4; }

.leaflet-popup-content p {
  margin: 18px 0; }

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent; }

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999; }

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1; }

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px; }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999; }

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

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

.no-br br {
  display: none; }

.lube-chart .extra-label1 {
  color: #fff; }

.lube-chart .extra-label2 {
  background-color: #eee;
  border-right: solid 1pc #ccc;
  text-align: center; }

.lube-chart .extra-label3 {
  background-color: #eee;
  text-align: center; }

.lube-chart .first-col {
  border-right: solid 1px #ccc; }

/* ========= Contact Form 7 ========= */
.wpcf7-textarea {
  max-height: 5em;
  margin-bottom: 0; }

/* ========= User Profile ========= */
.page-id-2226 .um-cover,
.page-id-2226 .um-profile-nav,
.page-id-2226 .um-profile-body,
.page-id-2226 .um-profile-photo-img,
.page-id-2226 .um-account-meta-img,
.page-id-2226 .um-profile-photo-overlay,
.page-id-2226 .um-dropdown-b ul li:nth-child(1) {
  display: none; }

.page-id-2231 .um-account-profile-link,
.page-id-2231 .um-profile-nav,
.page-id-2231 .um-header,
.page-id-2231 .um-cover,
.um-account-meta-img {
  display: none; }

.um-profile-meta {
  padding-left: 0 !important; }

.um-meta span {
  display: block !important; }

.um-meta span.b {
  display: none !important; }

/* ========= Disable Distributor Locator ========= */
#map {
  display: none; }

/*=============== Google Custom Search ===============*/
div.gsc-adBlock, table.gsc-resultsHeader {
  display: none !important; }

.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: transparent !important;
  border: 0 !important; }

.gsc-search-box {
  background: none !important; }
  .gsc-search-box td {
    padding: 0;
    border-bottom: 0 !important; }

.gssb_c {
  z-index: 500000000 !important;
  margin: 0 !important; }

.gsc-clear-button {
  display: none !important; }

.gsc-adBlock,
.gsc-adBlockVertical {
  height: 0 !important;
  display: none !important; }

.gs-web-image-box {
  display: none; }

.gs-result .gs-snippet {
  margin-left: 9px; }

.gsc-resultsHeader {
  display: none; }

.gsc-search-box td {
  vertical-align: top !important; }

.gsc-above-wrapper-area {
  border-bottom: 0 !important; }

.gsc-input {
  border: 1px solid transparent !important; }
  .gsc-input input {
    background: #fff !important; }

.gsc-table-result {
  margin: 0; }

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

ul.products_advantages li {
    display: block;
    color: #fff;
    margin:  0 0 5px;
    position: relative;
    padding: 0 0 0 15px;
}

ul.products_advantages li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 5px;
    height: 5px;
    border: 0;
    border-radius: 100%;
    background: #fff;
}
.wpcf7-form{
background-color: #ffffff !important;
}
/* changed label to be black from white Tom Hart bower web solutions may 8 2019 */
 .wpcf7-form p label, {
	color: #000 !important;
}  
.wpcf7-form p{
	color: #000 !important;
	font-style: italic;
}  
label.labeltxt{
	 color: #000;
}

.sh-register {
  color: #00853E;
}

.sales-in-europe{
  color: #00853E;
}

/*used by the navigation menu to create buffer on anchors to account for sticky menu */

section#Content {
    padding-top: 40px;
}

.site-header-wrap {
    margin-bottom: -40px;
}

.primary_navigation:focus,.primary_navigation:active {
          outline-style: none;
          outline-width: 0px;
}

.site-content:focus {
          outline-style: none;
          outline-width: 0px;
}

@media(max-width:519px)
{
.request-sample {
	margin-top:0px !important

}
}