/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 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: 1em 40px;
}

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

body {
  color: #000000;
  font-family: "proxima-soft", sans-serif;
  font-size: 18px;
  overflow-x: hidden;
  line-height: 1.7;
}

body.locked, html.locked {
  height: 100%;
  overflow: hidden;
}

.container {
  max-width: 1063px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.video-embed-field-provider-youtube {
  text-align: center;
}

.video-text {
  display: none;
  color: transparent;
}

.jaws-inline-button {
  border-radius: 10px;
  color: white;
  text-transform: uppercase;
  font-size: 1.16em;
  padding: 0px 20px 1px 20px;
  border: 2px solid #0099CC;
  text-decoration: none;
  background-color: #0099CC;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 400ms all;
  -ms-transition: 400ms all;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
}
.jaws-inline-button:active, .jaws-inline-button:focus {
  outline: 0;
}
.jaws-inline-button:hover {
  border: 2px solid #0099CC;
  color: #0099CC;
  background-color: white;
  opacity: 1;
}

a {
  text-decoration: none;
  color: #0099CC;
}
a:hover {
  opacity: 0.8;
}

figcaption {
  text-align: center;
  font-style: italic;
}

h1 {
  margin: 0;
  font-size: 3.11em;
  color: white;
  font-weight: 300;
  text-align: center;
  padding: 10px 0;
  line-height: 1.2;
}

h3 {
  color: #0099CC;
  margin: 0;
  font-size: 1.16em;
  font-weight: 600;
  text-transform: uppercase;
}

img {
  max-width: 100%;
  height: auto;
}
img.align-right {
  margin-left: 20px;
  margin-bottom: 20px;
}
img.align-left {
  margin-right: 20px;
  margin-bottom: 20px;
}

figure.align-right {
  margin-left: 20px;
  margin-bottom: 20px;
}
figure.align-left {
  margin-right: 20px;
  margin-bottom: 20px;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

figure {
  margin: 0;
}

select {
  background-image: url("../img/jaws-select-arrow.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 20px auto;
}

.quick-edit-button, .views-field-edit-node a {
  border-radius: 10px;
  color: white;
  text-transform: uppercase;
  font-size: 0.9em;
  padding: 0px 10px 1px 10px;
  border: 2px solid #DD751F;
  text-decoration: none;
  background-color: #DD751F;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 400ms all;
  -ms-transition: 400ms all;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
  margin: 5px 0 0 0;
  display: inline-block;
}

div.bigstars div.rateit-range {
  background: url(jaws-review-empty-star2.png);
  background-position: left center;
  height: 16px !important;
}

div.svg div.rateit-range {
  background: url(jaws-large-star-outline.png);
  background-position: left center;
  height: 32px !important;
}

div.bigstars div.rateit-hover {
  background: url(jaws-review-full-star2.png);
}

div.svg div.rateit-hover, div.svg div.rateit-selected {
  background: url(jaws-large-star-full.png);
}

div.bigstars div.rateit-selected {
  background: url(jaws-review-full-star2.png);
}

div.bigstars div.rateit-reset {
  background: url(jaws-review-empty-star2.png);
  width: 23px;
  height: 21px;
}

div.bigstars div.rateit-reset:hover {
  background: url(jaws-review-full-star2.png);
}

div.svg div.rateit-reset:hover {
  background: url(jaws-large-star-full.png);
}

div.svg.rateit-small div.rateit-range, div.svg.rateit-small div.rateit-hover, div.svg.rateit-small div.rateit-selected, div.svg.rateit-small div.rateit-preset {
  background-size: 32px 32px;
}

.icheck_jaws {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url("../img/jaws-unselected-new.png") no-repeat;
  border: none;
  cursor: pointer;
}
.icheck_jaws.checked {
  background: url("../img/jaws-selected-new.png") no-repeat;
}

#views-form-homepage-products-page-1, #views-form-product-list-page-1, #views-form-for-retailers-products-page-1 {
  max-width: 1063px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 56px;
}
@media (max-width: 600px) {
  #views-form-homepage-products-page-1, #views-form-product-list-page-1, #views-form-for-retailers-products-page-1 {
    margin-bottom: 30px;
  }
}
#views-form-homepage-products-page-1 .tabledrag-toggle-weight, #views-form-product-list-page-1 .tabledrag-toggle-weight, #views-form-for-retailers-products-page-1 .tabledrag-toggle-weight {
  display: none !important;
}
#views-form-homepage-products-page-1 .views-field-draggableviews, #views-form-product-list-page-1 .views-field-draggableviews, #views-form-for-retailers-products-page-1 .views-field-draggableviews {
  display: block !important;
}
#views-form-homepage-products-page-1 #edit-save-order, #views-form-product-list-page-1 #edit-save-order, #views-form-for-retailers-products-page-1 #edit-save-order {
  appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 10px;
  color: white;
  text-transform: uppercase;
  font-size: 1.16em;
  padding: 0px 20px 1px 20px;
  border: 2px solid #0099CC;
  text-decoration: none;
  background-color: #0099CC;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 400ms all;
  -ms-transition: 400ms all;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
}
#views-form-homepage-products-page-1 #edit-save-order:active, #views-form-homepage-products-page-1 #edit-save-order:focus, #views-form-product-list-page-1 #edit-save-order:active, #views-form-product-list-page-1 #edit-save-order:focus, #views-form-for-retailers-products-page-1 #edit-save-order:active, #views-form-for-retailers-products-page-1 #edit-save-order:focus {
  outline: 0;
}
#views-form-homepage-products-page-1 #edit-save-order:hover, #views-form-product-list-page-1 #edit-save-order:hover, #views-form-for-retailers-products-page-1 #edit-save-order:hover {
  border: 2px solid #0099CC;
  color: #0099CC;
  background-color: white;
  opacity: 1;
}
#views-form-homepage-products-page-1 #edit-save-order, #views-form-product-list-page-1 #edit-save-order, #views-form-for-retailers-products-page-1 #edit-save-order {
  border: 0;
  margin-top: 15px;
}
#views-form-homepage-products-page-1 .draggable a.tabledrag-handle, #views-form-product-list-page-1 .draggable a.tabledrag-handle, #views-form-for-retailers-products-page-1 .draggable a.tabledrag-handle {
  height: auto;
}
#views-form-homepage-products-page-1 a.tabledrag-handle .handle, #views-form-product-list-page-1 a.tabledrag-handle .handle, #views-form-for-retailers-products-page-1 a.tabledrag-handle .handle {
  width: 40px;
  height: 48px;
  background-size: 40px auto;
}

.path-retailers-list #block-jaws-content {
  max-width: 1063px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.path-retailers-list #block-jaws-content .views-row {
  margin-bottom: 40px;
}

.path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 {
  padding-left: 3px;
  padding-right: 3px;
  max-height: 20vw;
  height: 20vw;
  overflow: hidden;
  position: relative;
}
.path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 .no-slick .views-row {
  display: none;
  width: 20%;
  float: left;
}
.path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 .no-slick .views-row:nth-child(-n+5) {
  display: block;
}
.path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 .view-homepage_influencer_carousel::after {
  clear: both;
  content: "";
  display: table;
}
.path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 .views-row .views-field-field-image {
  padding: 0 5px;
}
.path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 .views-row .views-field-field-image img {
  width: 100%;
}
.path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 button.custom-pag {
  appearance: none;
  border: 0;
  box-shadow: none;
  background-color: #0099CC;
  border-radius: 0px;
  height: 50px;
  position: absolute;
  opacity: 1;
  width: 50px;
  right: 0px;
  top: 43%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 5px;
  padding-right: 0px;
}
.path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 button.custom-pag::before {
  content: "";
  background-image: url("../img/arrow-right.svg");
  background-size: 14px auto;
  width: 40px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-position: 16px center;
}
.path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 .slick-next {
  right: 0px;
  top: 45%;
  border: 0;
  width: 50px;
  background-color: #0099CC;
  border-radius: 0px;
  height: 50px;
  position: absolute;
  opacity: 1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-right: 0px;
  padding-left: 5px;
}
.path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 .slick-next.slick-disabled {
  opacity: 0;
}
.path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 .slick-next::before {
  content: "";
  background-image: url("../img/arrow-right.svg");
  background-size: 14px auto;
  width: 40px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-position: 16px center;
}
.path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 .slick-prev {
  z-index: 1;
  border: 0;
  top: 45%;
  width: 50px;
  background-color: #0099CC;
  border-radius: 0px;
  height: 50px;
  position: absolute;
  opacity: 1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-left: 0px;
}
.path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 .slick-prev.slick-disabled {
  opacity: 0;
}
.path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 .slick-prev::before {
  content: "";
  background-image: url("../img/arrow-left.svg");
  background-size: 14px auto;
  width: 40px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-position: 11px center;
}
.path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 .slick__slide:focus {
  border: 0;
}
.path-frontpage #block-views-block-homepage-influencer-carousel-block-2 {
  padding-left: 3px;
  padding-right: 3px;
  max-height: 20vw;
  height: 20vw;
  overflow: hidden;
}
.path-frontpage #block-views-block-homepage-influencer-carousel-block-2 .views-field-field-image {
  padding: 0 5px;
}
.path-frontpage #block-views-block-homepage-influencer-carousel-block-2 .views-field-field-image img {
  width: 100%;
}
.path-frontpage #block-views-block-homepage-influencer-carousel-block-2 .slick-track::after, .path-frontpage #block-views-block-homepage-influencer-carousel-block-2 .view-homepage_influencer_carousel::after {
  clear: both;
  content: "";
  display: table;
}
.path-frontpage #block-views-block-homepage-influencer-carousel-block-2 .slick__slide:focus {
  border: 0;
}
.path-frontpage #block-views-block-homepage-influencer-carousel-block-2 .slick-next {
  right: 0px;
  top: 45%;
  border: 0;
  width: 50px;
  background-color: #0099CC;
  border-radius: 0px;
  height: 50px;
  position: absolute;
  opacity: 1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-right: 0px;
  padding-left: 5px;
}
.path-frontpage #block-views-block-homepage-influencer-carousel-block-2 .slick-next.slick-disabled {
  opacity: 0;
}
.path-frontpage #block-views-block-homepage-influencer-carousel-block-2 .slick-next::before {
  content: "";
  background-image: url("../img/arrow-right.svg");
  background-size: 14px auto;
  width: 40px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-position: 16px center;
}
.path-frontpage #block-views-block-homepage-influencer-carousel-block-2 .slick-prev {
  z-index: 1;
  border: 0;
  top: 45%;
  width: 50px;
  background-color: #0099CC;
  border-radius: 0px;
  height: 50px;
  position: absolute;
  opacity: 1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-left: 0px;
}
.path-frontpage #block-views-block-homepage-influencer-carousel-block-2 .slick-prev.slick-disabled {
  opacity: 0;
}
.path-frontpage #block-views-block-homepage-influencer-carousel-block-2 .slick-prev::before {
  content: "";
  background-image: url("../img/arrow-left.svg");
  background-size: 14px auto;
  width: 40px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-position: 11px center;
}
.path-frontpage #block-jaws-content {
  margin-top: 100px;
}
.path-frontpage #block-jaws-content .body {
  margin-bottom: 0px;
}
.path-frontpage #block-jaws-content .body h1 {
  color: #0099CC;
  font-size: 2.44em;
  font-weight: 300;
  text-align: left;
  padding: 0;
}
.path-frontpage #block-jaws-content .owl-home-slideshow .paragraph--type--homepage-slideshow {
  position: relative;
}
.path-frontpage #block-jaws-content .owl-home-slideshow .paragraph--type--homepage-slideshow .field_image img {
  width: 100%;
  display: block;
}
.path-frontpage #block-jaws-content .owl-home-slideshow .slideshow-caption {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.path-frontpage #block-jaws-content .owl-home-slideshow .slideshow-caption .slideshow-container {
  max-width: 1063px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.path-frontpage #block-jaws-content .owl-home-slideshow .slideshow-caption .slideshow-container .field_caption {
  max-width: 500px;
}
.path-frontpage #block-jaws-content .owl-home-slideshow .slideshow-caption .slideshow-container .field_caption h2 {
  color: #4D4D4D;
  font-weight: 300;
  font-size: 3.3em;
  line-height: 1.1;
  margin: 0;
}
.path-frontpage #block-jaws-content .owl-home-slideshow .slideshow-caption .slideshow-container .field_link {
  margin-top: 15px;
}
.path-frontpage #block-jaws-content .owl-home-slideshow .slideshow-caption .slideshow-container .field_link a {
  border-radius: 10px;
  color: white;
  text-transform: uppercase;
  font-size: 1.16em;
  padding: 0px 20px 1px 20px;
  border: 2px solid #0099CC;
  text-decoration: none;
  background-color: #0099CC;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 400ms all;
  -ms-transition: 400ms all;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
}
.path-frontpage #block-jaws-content .owl-home-slideshow .slideshow-caption .slideshow-container .field_link a:active, .path-frontpage #block-jaws-content .owl-home-slideshow .slideshow-caption .slideshow-container .field_link a:focus {
  outline: 0;
}
.path-frontpage #block-jaws-content .owl-home-slideshow .slideshow-caption .slideshow-container .field_link a:hover {
  border: 2px solid #0099CC;
  color: #0099CC;
  background-color: white;
  opacity: 1;
}
.path-frontpage #block-jaws-content .owl-home-slideshow .owl-dots {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
.path-frontpage #block-jaws-content .owl-home-slideshow .owl-dots .owl-dot.active span, .path-frontpage #block-jaws-content .owl-home-slideshow .owl-dots .owl-dot:hover span {
  background-color: #4D4D4D;
}
.path-frontpage #block-jaws-content .owl-home-slideshow .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid #4D4D4D;
}
.path-frontpage .content-container {
  padding: 0;
}
.path-frontpage .content-container .body-video {
  padding-top: 56px;
}
@media (max-width: 600px) {
  .path-frontpage .content-container .body-video {
    padding-top: 30px;
  }
}
.path-frontpage #block-views-block-homepage-products-block-1 {
  max-width: 1063px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 56px;
}
@media (max-width: 600px) {
  .path-frontpage #block-views-block-homepage-products-block-1 {
    padding-top: 30px;
  }
}
.path-frontpage #block-views-block-homepage-products-block-1 {
  padding-bottom: 35px;
}
.path-frontpage #block-views-block-homepage-products-block-1 header h2 {
  color: #0099CC;
  margin: 0;
  font-weight: 300;
  font-size: 1.77em;
  line-height: 1.3;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (max-width: 600px) {
  .path-frontpage #block-views-block-homepage-products-block-1 header h2 {
    font-size: 1.4em;
  }
}
.path-frontpage #block-views-block-homepage-products-block-1 header p {
  margin: 10px 0 40px 0;
}
.path-frontpage #block-views-block-homepage-products-block-1 .view-homepage_products::after {
  clear: both;
  content: "";
  display: table;
}
.path-frontpage #block-views-block-homepage-products-block-1 .views-row {
  width: calc(50% - 0px);
  float: left;
  margin-left: 0px;
  margin-bottom: 40px;
}
.path-frontpage #block-views-block-homepage-products-block-1 .views-row:nth-child(odd) .homepage-product-container {
  padding-right: 20px;
}
.path-frontpage #block-views-block-homepage-products-block-1 .views-row:nth-child(even) .homepage-product-container {
  padding-left: 20px;
}
.path-frontpage #block-views-block-homepage-products-block-1 .views-row.not-even .homepage-product-container .all-products a {
  color: white;
  background-color: #999999;
  padding: 65px 40px;
  border: 2px solid #999999;
  border-radius: 10px;
  text-align: center;
  font-size: 2.11em;
  display: block;
  transition: 400ms all;
  -ms-transition: 400ms all;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
}
.path-frontpage #block-views-block-homepage-products-block-1 .views-row.not-even .homepage-product-container .all-products a:hover {
  background-color: white;
  color: #999999;
}
.path-frontpage #block-views-block-homepage-products-block-1 .views-row.even {
  width: calc(100% - 0px);
  float: left;
  margin-left: 0px;
}
.path-frontpage #block-views-block-homepage-products-block-1 .views-row.even .homepage-product-container {
  padding-right: 0px;
}
.path-frontpage #block-views-block-homepage-products-block-1 .views-row.even .homepage-product-container .all-products a {
  color: white;
  background-color: #999999;
  padding: 32px 40px;
  border: 2px solid #999999;
  border-radius: 10px;
  text-align: center;
  font-size: 2.11em;
  display: block;
  transition: 400ms all;
  -ms-transition: 400ms all;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
}
.path-frontpage #block-views-block-homepage-products-block-1 .views-row.even .homepage-product-container .all-products a:hover {
  background-color: white;
  color: #999999;
}
.path-frontpage #block-views-block-homepage-products-block-1 .homepage-product::after {
  clear: both;
  content: "";
  display: table;
}
.path-frontpage #block-views-block-homepage-products-block-1 .homepage-product {
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 10px;
  position: relative;
  height: 200px;
}
.path-frontpage #block-views-block-homepage-products-block-1 .homepage-product .homepage-product-left {
  width: calc(58.3333333333% - 0px);
  float: left;
  margin-left: 0px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.path-frontpage #block-views-block-homepage-products-block-1 .homepage-product .homepage-product-left .views-field-title {
  max-width: 263px;
}
.path-frontpage #block-views-block-homepage-products-block-1 .homepage-product .homepage-product-left .views-field-title h2 {
  line-height: 1.2;
  color: white;
  font-size: 1.6em;
  font-weight: 500;
  margin: 0;
}
.path-frontpage #block-views-block-homepage-products-block-1 .homepage-product .homepage-product-left .views-field-field-product-label {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.path-frontpage #block-views-block-homepage-products-block-1 .homepage-product .homepage-product-left .views-field-path a {
  color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 3px 25px;
  margin-top: 12px;
  text-transform: uppercase;
  font-size: 1.11em;
  transition: 400ms all;
  -ms-transition: 400ms all;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
}
.path-frontpage #block-views-block-homepage-products-block-1 .homepage-product .homepage-product-left .views-field-path a:hover {
  color: #4D4D4D;
  background-color: white;
  border: 2px solid white;
  opacity: 1;
}
.path-frontpage #block-views-block-homepage-products-block-1 .homepage-product .homepage-product-right {
  width: calc(41.6666666667% - 0px);
  float: left;
  margin-left: 0px;
}
.path-frontpage .latest {
  background-color: #F0F0F0;
}
.path-frontpage .latest .region-front {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 600px) {
  .path-frontpage .latest .region-front {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.path-frontpage .latest .region-front::after {
  clear: both;
  content: "";
  display: table;
}
.path-frontpage .latest .region-front {
  max-width: 1063px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.path-frontpage .latest .region-front #block-justaddwaterhomepage2, .path-frontpage .latest .region-front #block-views-block-latest-update-block-1 {
  width: calc(50% - 0px);
  float: left;
  margin-left: 0px;
  vertical-align: top;
}
.path-frontpage .latest .region-front #block-justaddwaterhomepage2 .body {
  padding: 0 60px 0 0;
}
.path-frontpage .latest .region-front #block-justaddwaterhomepage2 h2 {
  color: #0099CC;
  margin: 0;
  font-weight: 300;
  font-size: 1.77em;
  line-height: 1.3;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (max-width: 600px) {
  .path-frontpage .latest .region-front #block-justaddwaterhomepage2 h2 {
    font-size: 1.4em;
  }
}
.path-frontpage .latest .region-front #block-justaddwaterhomepage2 .field_step_column {
  width: 28%;
  display: inline-block;
  margin-right: 7%;
  vertical-align: top;
  text-align: center;
  font-size: 0.83em;
  line-height: 1.5;
}
.path-frontpage .latest .region-front #block-justaddwaterhomepage2 .field_step_column:last-child {
  margin-right: 0px;
}
.path-frontpage .latest .region-front #block-justaddwaterhomepage2 .field_step_column .field_title {
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: bold;
}
.path-frontpage .latest .region-front #block-justaddwaterhomepage2 .field_step_column img {
  height: 150px;
}
.path-frontpage .latest .region-front #block-views-block-latest-update-block-1 .view-latest_update {
  padding-left: 60px;
}
.path-frontpage .latest .region-front #block-views-block-latest-update-block-1 h2 {
  padding-left: 60px;
  color: #0099CC;
  margin: 0;
  font-weight: 300;
  font-size: 1.77em;
  line-height: 1.3;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (max-width: 600px) {
  .path-frontpage .latest .region-front #block-views-block-latest-update-block-1 h2 {
    font-size: 1.4em;
  }
}
.path-frontpage .latest .region-front #block-views-block-latest-update-block-1 h2 {
  line-height: 1;
  margin: 0 0 30px 0;
}
.path-frontpage .latest .region-front #block-views-block-latest-update-block-1 .views-field-title {
  line-height: 1.3;
}
.path-frontpage .latest .region-front #block-views-block-latest-update-block-1 .views-field-title h3 {
  margin: 15px 0 0 0;
}
.path-frontpage .latest .region-front #block-views-block-latest-update-block-1 .views-field-field-teaser {
  font-size: 0.83em;
}
.path-frontpage .latest .region-front #block-views-block-latest-update-block-1 .views-field-nothing .jaws-button, .path-frontpage .latest .region-front #block-views-block-latest-update-block-1 .views-field-views-conditional-field .jaws-button {
  border-radius: 10px;
  color: white;
  text-transform: uppercase;
  font-size: 1.16em;
  padding: 0px 20px 1px 20px;
  border: 2px solid #0099CC;
  text-decoration: none;
  background-color: #0099CC;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 400ms all;
  -ms-transition: 400ms all;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
}
.path-frontpage .latest .region-front #block-views-block-latest-update-block-1 .views-field-nothing .jaws-button:active, .path-frontpage .latest .region-front #block-views-block-latest-update-block-1 .views-field-nothing .jaws-button:focus, .path-frontpage .latest .region-front #block-views-block-latest-update-block-1 .views-field-views-conditional-field .jaws-button:active, .path-frontpage .latest .region-front #block-views-block-latest-update-block-1 .views-field-views-conditional-field .jaws-button:focus {
  outline: 0;
}
.path-frontpage .latest .region-front #block-views-block-latest-update-block-1 .views-field-nothing .jaws-button:hover, .path-frontpage .latest .region-front #block-views-block-latest-update-block-1 .views-field-views-conditional-field .jaws-button:hover {
  border: 2px solid #0099CC;
  color: #0099CC;
  background-color: white;
  opacity: 1;
}
.path-frontpage .region-icon_blocks {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 600px) {
  .path-frontpage .region-icon_blocks {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.path-frontpage .region-icon_blocks {
  max-width: 1063px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.path-frontpage .region-icon_blocks::after {
  clear: both;
  content: "";
  display: table;
}
.path-frontpage .region-icon_blocks .icon-block {
  width: calc(25% - 0px);
  float: left;
  margin-left: 0px;
  text-align: center;
}
.path-frontpage .region-icon_blocks .icon-block .field_icon img {
  height: 48px;
}
.path-frontpage .region-icon_blocks .icon-block .field_title {
  font-size: 1.77em;
  color: #0099CC;
  font-weight: 300;
}
.path-frontpage .region-icon_blocks .icon-block .field_description {
  font-size: 0.83em;
  line-height: 1.7;
  padding: 0 20px;
}

header#main-header {
  height: 84px;
  padding: 8px 0;
  -webkit-box-shadow: -1px 6px 14px -2px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: -1px 6px 14px -2px rgba(0, 0, 0, 0.27);
  box-shadow: -1px 6px 14px -2px rgba(0, 0, 0, 0.27);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: white;
  z-index: 3;
}
header#main-header .mobile-menu {
  display: none;
}
header#main-header #block-jawslogo {
  display: inline-block;
}
header#main-header #block-jawslogo img {
  width: 120px;
  height: 75px;
  position: relative;
  top: 5px;
}
header#main-header .header-info {
  position: absolute;
  right: 15px;
  top: -10px;
  height: 44px;
  overflow: hidden;
}
header#main-header .header-info #block-specialoffers {
  display: inline-block;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #0099CC;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
header#main-header .header-info #block-specialoffers p {
  margin: 0;
}
header#main-header .header-info #block-specialoffers a {
  padding-left: 5px;
}
header#main-header .header-info #block-specialoffers a::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Sharp";
  margin-right: 5px;
  font-weight: 100;
}
header#main-header .header-info #block-specialoffers a:hover {
  color: #4D4D4D;
  opacity: 1;
}
header#main-header .header-info .cart-info {
  background-color: #F0F0F0;
  padding: 9px 18px;
  font-size: 0.8em;
  text-transform: uppercase;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: inline-block;
  position: relative;
}
header#main-header .header-info .cart-info a {
  color: #000000;
}
header#main-header .header-info .cart-info a:hover {
  color: #0099CC;
  opacity: 1;
}
header#main-header .header-info .cart-info .sign-in {
  margin-right: 15px;
}
header#main-header .header-info .cart-info .sign-in-sub {
  display: none;
  position: absolute;
  top: 34px;
  left: 0px;
  background-color: #F0F0F0;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
header#main-header .header-info .cart-info .sign-in-sub.active {
  display: block;
}
header#main-header .header-info .cart-info .view-cart {
  min-width: 37px;
  display: inline-block;
}
header#main-header .header-info .cart-info .view-cart i {
  font-size: 1.3em;
  margin-right: 3px;
}
header#main-header .container {
  position: relative;
}
header#main-header .region-header {
  position: relative;
}
header#main-header nav {
  position: absolute !important;
  right: 0px;
  bottom: 0px;
  width: 645px;
}
header#main-header nav .social {
  display: none;
}
header#main-header nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}
header#main-header nav > ul > li {
  list-style: none;
  display: inline-block;
  margin: 0 35px 0 0;
  padding: 0;
  position: relative;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
}
header#main-header nav > ul > li.store-locator {
  margin-right: 0px;
}
header#main-header nav > ul > li.expanded .mobile-single-toggle {
  display: none;
}
header#main-header nav > ul > li:last-child, header#main-header nav > ul > li:nth-last-child(2) {
  margin: 0;
}
header#main-header nav > ul > li:hover ul {
  display: block;
}
header#main-header nav > ul > li ul {
  list-style: none;
  position: absolute;
  background-color: #0099CC;
  width: 265px;
  padding: 10px;
  display: none;
  font-weight: normal;
  -webkit-font-smoothing: subpixel-antialiased;
}
header#main-header nav > ul > li ul li {
  display: block;
  line-height: 1.2;
  margin-bottom: 6px;
  -webkit-font-smoothing: subpixel-antialiased;
}
header#main-header nav > ul > li ul li:last-child {
  margin-bottom: 0px;
}
header#main-header nav > ul > li ul li a {
  color: white;
  font-size: 0.83em;
  text-transform: uppercase;
}
header#main-header nav > ul > li ul li a.menu-icon {
  font-size: 1.2em;
  width: 16px;
  height: 32px;
  display: inline-block;
}
header#main-header nav > ul > li ul li a:hover {
  color: white;
  opacity: 0.8;
}
header#main-header nav > ul > li a {
  color: #4D4D4D;
  font-size: 0.88em;
  text-transform: uppercase;
}
header#main-header nav > ul > li a:hover {
  color: #0099CC;
  opacity: 1;
}
header#main-header nav > ul > li a.menu-icon {
  font-size: 1.2em;
  width: 16px;
  height: 32px;
  display: inline-block;
}
header#main-header nav > ul > li a.hidden-desktop {
  display: none;
}

.hero-image {
  margin-top: 100px;
}
.hero-image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.hero-image .owl-carousel .owl-dots {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
.hero-image .owl-carousel .owl-dots .owl-dot.active span, .hero-image .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #4D4D4D;
}
.hero-image .owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 2px solid #4D4D4D;
}
.hero-image .region-hero {
  background-color: #4D4D4D;
  color: white;
  font-size: 0.88em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}
.hero-image .region-hero strong {
  -webkit-font-smoothing: antialiased;
}
.hero-image .region-hero p {
  margin: 0;
  padding: 10px 0;
}
.hero-image .region-title {
  max-width: 1063px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.page-node-3634 .region-interior_header, .page-node-3635 .region-interior_header {
  display: none;
}

.content-container {
  padding-top: 56px;
}
@media (max-width: 600px) {
  .content-container {
    padding-top: 30px;
  }
}
.content-container #block-freeshipping-2 {
  background-color: #4D4D4D;
  color: white;
  font-size: 0.88em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}
.content-container #block-freeshipping-2 strong {
  -webkit-font-smoothing: antialiased;
}
.content-container #block-freeshipping-2 p {
  margin: 0;
  padding: 10px 0;
}
.content-container #block-delaynotice {
  background-color: #DD751F;
  color: white;
  font-size: 0.88em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}
.content-container #block-delaynotice strong {
  -webkit-font-smoothing: antialiased;
}
.content-container #block-delaynotice p {
  margin: 0;
  padding: 10px 0;
}
.content-container #block-sponsoredorganizations {
  margin-top: -30px;
  padding-bottom: 56px;
}
@media (max-width: 600px) {
  .content-container #block-sponsoredorganizations {
    padding-bottom: 30px;
  }
}
.content-container #block-sponsoredorganizations .body {
  margin-bottom: 20px;
}
.content-container #block-sponsoredorganizations .image-column.image-mobile {
  padding: 0 15px;
}
.content-container #block-sponsoredorganizations .image-column.image-mobile .field_clickable_image {
  margin-bottom: 30px;
}
.content-container #block-sponsoredorganizations .image-column.image-mobile .field_clickable_image:last-child {
  margin-bottom: 0px;
}
.content-container #block-sponsoredorganizations .image-column.image-mobile .field_clickable_image a, .content-container #block-sponsoredorganizations .image-column.image-mobile .field_clickable_image img {
  display: block;
}
.content-container #block-sponsoredorganizations .image-container .image-column::after {
  clear: both;
  content: "";
  display: table;
}
.content-container #block-sponsoredorganizations .image-container .image-column {
  margin-bottom: 30px;
}
.content-container #block-sponsoredorganizations .image-container .image-column:last-child {
  margin-bottom: 0px;
}
.content-container #block-sponsoredorganizations .image-container .field_clickable_image {
  width: 16%;
  display: block;
  float: left;
  margin-right: 5%;
  position: relative;
}
.content-container #block-sponsoredorganizations .image-container .field_clickable_image:last-child {
  margin-right: 0px;
}
.content-container #block-sponsoredorganizations .image-container .field_clickable_image .paragraph--type--image-link {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.content-container #block-views-block-for-retailers-products-block-1 {
  max-width: 1063px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px;
  margin-top: -25px;
}
.content-container #block-views-block-for-retailers-products-block-1 header h2 {
  color: #0099CC;
  margin: 0;
  font-weight: 300;
  font-size: 1.77em;
  line-height: 1.3;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (max-width: 600px) {
  .content-container #block-views-block-for-retailers-products-block-1 header h2 {
    font-size: 1.4em;
  }
}
.content-container #block-views-block-for-retailers-products-block-1 header h2 {
  margin-bottom: 30px;
}
.content-container #block-views-block-for-retailers-products-block-1 .views-row::after {
  clear: both;
  content: "";
  display: table;
}
.content-container #block-views-block-for-retailers-products-block-1 .views-row {
  margin-bottom: 20px;
}
.content-container #block-views-block-for-retailers-products-block-1 .views-row:last-child {
  margin-bottom: 0px;
}
.content-container #block-views-block-for-retailers-products-block-1 .retailer-image {
  width: 13%;
  display: block;
  float: left;
}
.content-container #block-views-block-for-retailers-products-block-1 .retailer-details {
  width: 87%;
  display: block;
  float: left;
}
.content-container #block-views-block-for-retailers-products-block-1 .retailer-details h3 {
  font-weight: 500;
}
.content-container #block-views-block-for-retailers-products-block-1 .retailer-details .views-field-field-teaser p {
  margin: 8px 0 0 0;
}
.content-container .body-video {
  padding-bottom: 56px;
}
@media (max-width: 600px) {
  .content-container .body-video {
    padding-bottom: 30px;
  }
}
.content-container .body-video .field_youtube_video_embed {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 3;
  display: none;
  opacity: 0;
  transition: 400ms opacity;
  -ms-transition: 400ms opacity;
  -moz-transition: 400ms opacity;
  -webkit-transition: 400ms opacity;
}
.content-container .body-video .field_youtube_video_embed.active {
  display: block;
  opacity: 1;
}
.content-container .body-video .field_youtube_video_embed figure {
  margin: 0;
}
.content-container .body-video .field_youtube_video_embed i {
  position: absolute;
  right: 0px;
  top: -25px;
  color: white;
  font-size: 3.5em;
  background-color: #0099CC;
  border-radius: 50%;
  cursor: pointer;
}
.content-container .body-video .field_youtube_video_embed .container {
  max-width: 900px;
}
.content-container .body-video .container::after {
  clear: both;
  content: "";
  display: table;
}
.content-container .body-video .container {
  top: calc(50% - 300px);
  position: relative;
}
.content-container .body-video .body-field-video {
  width: calc(50% - 0px);
  float: left;
  margin-left: 0px;
}
.content-container .body-video .body-field-video .body {
  padding: 0 30px 0 0;
  margin: 0;
}
.content-container .body-video .how-it-works-video {
  width: calc(50% - 0px);
  float: left;
  margin-left: 0px;
}
.content-container .body-video .how-it-works-video #block-howitworksvideo {
  padding: 0 0 0 30px;
}
.content-container .body-video .how-it-works-video #block-howitworksvideo .field_video_thumbnail {
  position: relative;
}
.content-container .body-video .how-it-works-video #block-howitworksvideo .field_video_thumbnail img {
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.content-container .body-video .how-it-works-video #block-howitworksvideo .field_video_thumbnail .play {
  position: absolute;
  font-size: 3em;
  left: 50%;
  top: 54%;
  line-height: 1;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  color: white;
}
.content-container .body-video .how-it-works-video #block-howitworksvideo .field_teaser_text {
  background-color: #4D4D4D;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 5px 0;
}
.content-container .body {
  max-width: 1063px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 56px;
}
@media (max-width: 600px) {
  .content-container .body {
    margin-bottom: 30px;
  }
}
.content-container .body h2 {
  color: #0099CC;
  margin: 0;
  font-weight: 300;
  font-size: 1.77em;
  line-height: 1.3;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (max-width: 600px) {
  .content-container .body h2 {
    font-size: 1.4em;
  }
}
.content-container .body h2 {
  line-height: 1.2;
  margin-bottom: 5px;
}
.content-container .body p:last-child {
  margin-bottom: 0px;
}
.content-container .body .jaws-inline-button {
  border-radius: 10px;
  color: white;
  text-transform: uppercase;
  font-size: 1.16em;
  padding: 0px 20px 1px 20px;
  border: 2px solid #0099CC;
  text-decoration: none;
  background-color: #0099CC;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 400ms all;
  -ms-transition: 400ms all;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
}
.content-container .body .jaws-inline-button:active, .content-container .body .jaws-inline-button:focus {
  outline: 0;
}
.content-container .body .jaws-inline-button:hover {
  border: 2px solid #0099CC;
  color: #0099CC;
  background-color: white;
  opacity: 1;
}
.content-container .cart-contents {
  position: fixed;
  z-index: 100;
  right: 0px;
  bottom: 0px;
  width: 300px;
  transition: 400ms opacity;
  opacity: 0;
}
.content-container .cart-contents.active {
  opacity: 1;
}
.content-container .cart-contents .cart-contents-details {
  background-color: #4D4D4D;
  color: white;
  padding: 10px 15px;
  line-height: 1.2;
}
.content-container .cart-contents .cart-contents-details h3 {
  font-weight: 600;
  margin-bottom: 10px;
}
.content-container .cart-contents .cart-contents-details .product-added {
  margin-top: 7px;
}
.content-container .cart-contents .cart-contents-details .product-added:nth-child(2) {
  margin-top: 0px;
}
.content-container .cart-contents .cart-contents-details .view-cart-popup {
  margin-top: 10px;
}
.content-container .interior-icon-blocks {
  background-color: #F0F0F0;
}
.content-container .interior-icon-blocks .region-icon_blocks {
  max-width: 1063px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.content-container .interior-icon-blocks .region-icon_blocks::after {
  clear: both;
  content: "";
  display: table;
}
.content-container .interior-icon-blocks .region-icon_blocks {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 600px) {
  .content-container .interior-icon-blocks .region-icon_blocks {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.content-container .interior-icon-blocks .region-icon_blocks #block-howitworksheadline {
  text-align: center;
}
.content-container .interior-icon-blocks .region-icon_blocks #block-howitworksheadline h2 {
  margin-top: 0px;
  margin-bottom: 40px;
}
.content-container .interior-icon-blocks .region-icon_blocks .icon-block {
  width: calc(50% - 0px);
  float: left;
  margin-left: 0px;
  text-align: center;
  margin-bottom: 50px;
}
.content-container .interior-icon-blocks .region-icon_blocks .icon-block:last-child, .content-container .interior-icon-blocks .region-icon_blocks .icon-block:nth-last-child(2) {
  margin-bottom: 0px;
}
.content-container .interior-icon-blocks .region-icon_blocks .icon-block .field_icon img {
  height: 48px;
}
.content-container .interior-icon-blocks .region-icon_blocks .icon-block .field_title {
  font-size: 1.16em;
  color: #0099CC;
  font-weight: 500;
  text-transform: uppercase;
}
.content-container .interior-icon-blocks .region-icon_blocks .icon-block .field_description {
  font-size: 0.83em;
  line-height: 1.7;
  padding: 0 12%;
  margin-top: 10px;
}
.content-container .faqs-wrapper {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 600px) {
  .content-container .faqs-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.content-container .faqs-wrapper h2 {
  color: #0099CC;
  margin: 0;
  font-weight: 300;
  font-size: 1.77em;
  line-height: 1.3;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (max-width: 600px) {
  .content-container .faqs-wrapper h2 {
    font-size: 1.4em;
  }
}
.content-container .faqs-wrapper .faq-accordion {
  font-family: "proxima-soft", sans-serif !important;
  margin-top: 40px;
}
.content-container .faqs-wrapper .faq-accordion h3 {
  text-transform: none;
  background-color: white;
  border: 0;
  border-top: 1px solid #95989A;
  color: #4D4D4D;
  margin-top: 0px;
  padding: 15px;
  transition: 600ms background-color;
  -ms-transition: 600ms background-color;
  -moz-transition: 600ms background-color;
  -webkit-transition: 600ms background-color;
  position: relative;
  font-weight: 500;
}
.content-container .faqs-wrapper .faq-accordion h3 span.h3-text {
  position: relative;
  display: block;
  width: 90%;
}
.content-container .faqs-wrapper .faq-accordion h3 img {
  position: absolute;
  right: 15px;
  top: 21px;
}
.content-container .faqs-wrapper .faq-accordion h3 span.ui-icon {
  display: none !important;
}
.content-container .faqs-wrapper .faq-accordion h3:active, .content-container .faqs-wrapper .faq-accordion h3:focus {
  outline: 0;
}
.content-container .faqs-wrapper .faq-accordion h3.ui-accordion-header-active {
  background-color: #F0F0F0;
}
.content-container .faqs-wrapper .faq-accordion h3.ui-accordion-header-active img {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.content-container .faqs-wrapper .faq-accordion .ui-widget-content {
  border: 0;
  background-color: #F0F0F0;
  padding: 0 15px;
  font-size: 0.88em;
  color: #000000;
}
.content-container .faqs-wrapper .faq-accordion .ui-widget-content p {
  margin-top: 0px;
}

.page-node-3656 .content-container {
  padding-top: 140px !important;
}

.cta {
  background-color: #F0F0F0;
  text-align: center;
  color: #0099CC;
  font-size: 1.33em;
  line-height: 1.3;
  font-weight: 500;
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 600px) {
  .cta {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cta p {
  margin: 0;
}

#block-views-block-jaws-updates-block-1 {
  max-width: 1063px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
#block-views-block-jaws-updates-block-1 .view-jaws_updates:last-child .views-row:last-child {
  border-bottom: 0px;
}
#block-views-block-jaws-updates-block-1 #views-exposed-form-jaws-updates-block-1 {
  text-align: center;
  padding-bottom: 56px;
}
@media (max-width: 600px) {
  #block-views-block-jaws-updates-block-1 #views-exposed-form-jaws-updates-block-1 {
    padding-bottom: 30px;
  }
}
#block-views-block-jaws-updates-block-1 #views-exposed-form-jaws-updates-block-1 .form-submit {
  display: none;
}
#block-views-block-jaws-updates-block-1 #views-exposed-form-jaws-updates-block-1 legend {
  display: block;
  width: 100%;
}
#block-views-block-jaws-updates-block-1 #views-exposed-form-jaws-updates-block-1 legend span {
  display: block;
  color: #0099CC;
  margin: 0;
  font-size: 1.26em;
  font-weight: 500;
  text-transform: uppercase;
}
#block-views-block-jaws-updates-block-1 #views-exposed-form-jaws-updates-block-1 .js-form-type-checkbox {
  display: inline-block;
  color: #000000;
  text-transform: uppercase;
  font-weight: 300;
  margin-right: 25px;
  cursor: pointer !important;
  -webkit-font-smoothing: subpixel-antialiased;
}
#block-views-block-jaws-updates-block-1 #views-exposed-form-jaws-updates-block-1 .js-form-type-checkbox:last-child {
  margin-right: 0px;
}
#block-views-block-jaws-updates-block-1 #views-exposed-form-jaws-updates-block-1 .js-form-type-checkbox .icheck_jaws {
  top: -2px;
  margin-right: 3px;
}
#block-views-block-jaws-updates-block-1 #views-exposed-form-jaws-updates-block-1 .js-form-type-checkbox label {
  cursor: pointer;
}
#block-views-block-jaws-updates-block-1 .views-row.has-image::after {
  clear: both;
  content: "";
  display: table;
}
#block-views-block-jaws-updates-block-1 .views-row.has-image .updates-left, #block-views-block-jaws-updates-block-1 .views-row.has-image .updates-right {
  width: calc(66.6666666667% - 0px);
  float: left;
  margin-left: 0px;
}
#block-views-block-jaws-updates-block-1 .views-row.has-image .updates-left .updates-container, #block-views-block-jaws-updates-block-1 .views-row.has-image .updates-right .updates-container {
  padding-right: 50px;
}
#block-views-block-jaws-updates-block-1 .views-row.has-image .updates-right {
  width: calc(33.3333333333% - 0px);
  float: left;
  margin-left: 0px;
}
#block-views-block-jaws-updates-block-1 .views-row {
  padding: 40px 0;
  border-top: 1px solid #999999;
}
#block-views-block-jaws-updates-block-1 .views-row .views-field-title h2 {
  color: #0099CC;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.16em;
  line-height: 1.4;
}
#block-views-block-jaws-updates-block-1 .views-row .views-field-field-teaser p {
  margin-top: 10px;
}
#block-views-block-jaws-updates-block-1 .views-row .views-field-edit-node a {
  margin: 10px 0 0 0;
}
#block-views-block-jaws-updates-block-1 .views-row .read-more {
  border-radius: 10px;
  color: white;
  text-transform: uppercase;
  font-size: 1.16em;
  padding: 0px 20px 1px 20px;
  border: 2px solid #0099CC;
  text-decoration: none;
  background-color: #0099CC;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 400ms all;
  -ms-transition: 400ms all;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
}
#block-views-block-jaws-updates-block-1 .views-row .read-more:active, #block-views-block-jaws-updates-block-1 .views-row .read-more:focus {
  outline: 0;
}
#block-views-block-jaws-updates-block-1 .views-row .read-more:hover {
  border: 2px solid #0099CC;
  color: #0099CC;
  background-color: white;
  opacity: 1;
}
#block-views-block-jaws-updates-block-1 .views-row .date-category {
  color: #999999;
  text-transform: uppercase;
  font-size: 0.88em;
  opacity: 0.7;
  margin-bottom: 10px;
  display: block;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
}
#block-views-block-jaws-updates-block-1 .views-row .date-category .divider {
  margin: 0 5px;
  display: inline-block;
}
#block-views-block-jaws-updates-block-1 .pager {
  list-style: none;
  padding: 40px 0;
  text-align: center;
  color: #0099CC;
  text-transform: uppercase;
  font-size: 1.16em;
  margin: 0;
  font-weight: bold;
  border-top: 1px solid #999999;
}
#block-views-block-jaws-updates-block-1 .pager a::before {
  content: "\f107";
  font-family: "Font Awesome 6 Sharp";
  font-size: 0.8em;
  margin-right: 10px;
  font-weight: 300;
}
#block-views-block-jaws-updates-block-1 .pager a::after {
  content: "\f107";
  font-family: "Font Awesome 6 Sharp";
  font-size: 0.8em;
  margin-left: 10px;
  font-weight: 300;
}

.node--type-jaws_update .body {
  padding: 0;
  margin-bottom: 30px;
}
.node--type-jaws_update .body h2 {
  color: #0099CC;
  margin: 0;
  font-weight: 300;
  font-size: 1.77em;
  line-height: 1.3;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (max-width: 600px) {
  .node--type-jaws_update .body h2 {
    font-size: 1.4em;
  }
}
.node--type-jaws_update .all-updates {
  border-top: 1px solid #95989A;
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 600px) {
  .node--type-jaws_update .all-updates {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.node--type-jaws_update .all-updates {
  margin-top: 56px;
}
@media (max-width: 600px) {
  .node--type-jaws_update .all-updates {
    margin-top: 30px;
  }
}
.node--type-jaws_update .all-updates .jaws-button {
  border-radius: 10px;
  color: white;
  text-transform: uppercase;
  font-size: 1.16em;
  padding: 0px 20px 1px 20px;
  border: 2px solid #0099CC;
  text-decoration: none;
  background-color: #0099CC;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 400ms all;
  -ms-transition: 400ms all;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
}
.node--type-jaws_update .all-updates .jaws-button:active, .node--type-jaws_update .all-updates .jaws-button:focus {
  outline: 0;
}
.node--type-jaws_update .all-updates .jaws-button:hover {
  border: 2px solid #0099CC;
  color: #0099CC;
  background-color: white;
  opacity: 1;
}
.node--type-jaws_update .field_update_category, .node--type-jaws_update .field_publish_date {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #95989A;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
}
.node--type-jaws_update .field_youtube_ {
  margin-bottom: 35px;
}
.node--type-jaws_update .field_publish_date span.divider {
  margin: 0 7px;
  position: relative;
  top: 1px;
}
.node--type-jaws_update #share h3 {
  display: inline-block;
  font-weight: 500;
}
.node--type-jaws_update #share ul {
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
  display: inline-block;
}
.node--type-jaws_update #share ul li {
  display: inline-block;
  width: auto !important;
  text-align: center;
  font-size: 1.2em;
  margin-right: 7px;
}
.node--type-jaws_update #share ul li:last-child {
  margin-right: 0px;
}
.node--type-jaws_update #share ul li a {
  color: white;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  background-color: #0099CC;
  display: inline-block;
}
.node--type-jaws_update #share ul li a i {
  position: relative;
  top: 2px;
}
.node--type-jaws_update #share ul li a i.fa-pinterest-p {
  top: 3px;
}

.node--type-product.page-node-17 .product-column-right .disclaimer-pod {
  display: none;
}
.node--type-product .container::after {
  clear: both;
  content: "";
  display: table;
}
.node--type-product .product-column-left {
  width: calc(66.6666666667% - 0px);
  float: left;
  margin-left: 0px;
  padding-bottom: 56px;
}
@media (max-width: 600px) {
  .node--type-product .product-column-left {
    padding-bottom: 30px;
  }
}
.node--type-product .product-column-left .main-subtitle {
  color: #0099CC;
  margin: 0;
  font-weight: 300;
  font-size: 1.77em;
  line-height: 1.3;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (max-width: 600px) {
  .node--type-product .product-column-left .main-subtitle {
    font-size: 1.4em;
  }
}
.node--type-product .product-column-left > div {
  padding-right: 55px;
}
.node--type-product .product-column-left .review-average-details-condensed {
  margin-top: 10px;
}
.node--type-product .product-column-left .review-average-details-condensed .rateit, .node--type-product .product-column-left .review-average-details-condensed .read-reviews {
  display: inline-block;
}
.node--type-product .product-column-left .review-average-details-condensed .read-reviews {
  font-size: 0.88em;
  margin-left: 5px;
  font-weight: 600;
}
.node--type-product .product-column-left .product-purchase-options-mobile {
  display: none;
}
.node--type-product .product-column-left .product-images-body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.node--type-product .product-column-left .product-carousel-images-par {
  margin-top: 30px;
}
.node--type-product .product-column-left .product-carousel-images-par .attachment-2 .views-field-field-youtube-video-embed {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 3;
  display: none;
  opacity: 1;
  transition: 400ms opacity;
  -ms-transition: 400ms opacity;
  -moz-transition: 400ms opacity;
  -webkit-transition: 400ms opacity;
}
.node--type-product .product-column-left .product-carousel-images-par .attachment-2 .views-field-field-youtube-video-embed.active {
  display: block;
  opacity: 1;
}
.node--type-product .product-column-left .product-carousel-images-par .attachment-2 .views-field-field-youtube-video-embed .field-content {
  max-width: 1063px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
}
.node--type-product .product-column-left .product-carousel-images-par .attachment-2 .views-field-field-youtube-video-embed .field-content .product-yt-embed {
  width: 97%;
  position: relative;
}
.node--type-product .product-column-left .product-carousel-images-par .attachment-2 .views-field-field-youtube-video-embed figure {
  margin: 0;
}
.node--type-product .product-column-left .product-carousel-images-par .attachment-2 .views-field-field-youtube-video-embed i {
  position: absolute;
  right: -30px;
  top: -25px;
  color: white;
  font-size: 3.5em;
  background-color: #0099CC;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick-vertical .slick-slide {
  border: 0;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1 {
  width: 509px;
  display: block;
  float: left;
  margin-right: 20px;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1.unslick {
  width: 100%;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1.unslick .views-field-field-image {
  height: auto;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1.unslick .views-field-field-image img {
  max-height: 1000px;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1 nav {
  display: none;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1 .views-field-field-youtube-video-embed {
  display: none;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1 .pv-close {
  display: none;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1 .views-field-field-image {
  height: 500px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1 .views-field-field-image.video-thumb {
  display: none !important;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1 .views-field-field-image img {
  max-height: 500px;
  width: auto;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1 .views-field-field-title {
  margin-top: 10px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  position: absolute;
  text-align: center;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.7);
  color: #4D4D4D;
  padding: 5px;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .thumb-attachment {
  width: 101px;
  display: block;
  float: left;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .thumb-attachment .slick--less .slick-vertical {
  padding: 0 !important;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .thumb-attachment .slick-vertical {
  padding: 27px 0 28px 0;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .thumb-attachment .slick-vertical .slick-slide {
  border: 0;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .thumb-attachment .slick-list {
  top: -1px;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .thumb-attachment .views-field-field-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 12px;
  min-height: 101px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #F0F0F0;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .thumb-attachment .views-field-field-image:hover {
  opacity: 0.8;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .thumb-attachment .views-field-field-image .video-trigger::after {
  content: "\f167";
  font-family: "Font Awesome 6 Brands";
  font-size: 22px;
  color: #c4302b;
  position: absolute;
  top: 40px;
  width: 100%;
  left: 0px;
  text-align: center;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .thumb-attachment .views-field-field-image img {
  width: 101px;
  height: auto;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .thumb-attachment .slick__arrow {
  top: 0px;
  z-index: 0;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .thumb-attachment .slick__slider {
  position: relative;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .thumb-attachment .slick-next {
  background-color: #0099CC;
  border-radius: 0px;
  width: 100%;
  top: calc(100% - 15px);
  height: 29px;
  transform: none;
  position: absolute;
  top: 473px;
  opacity: 1;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .thumb-attachment .slick-next.slick-disabled {
  opacity: 0.5;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .thumb-attachment .slick-next::before {
  content: "";
  background-image: url("../img/arrow-down.svg");
  background-size: 20px auto;
  width: 100%;
  height: 21px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .thumb-attachment .slick-prev {
  background-color: #0099CC;
  border-radius: 0px;
  width: 100%;
  position: absolute;
  top: 0px;
  height: 29px;
  transform: none;
  opacity: 1;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .thumb-attachment .slick-prev.slick-disabled {
  opacity: 0.5;
}
.node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .thumb-attachment .slick-prev::before {
  content: "";
  background-image: url("../img/arrow-up.svg");
  background-size: 20px auto;
  width: 100%;
  height: 21px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.node--type-product .product-column-left .product-images {
  margin-top: 30px;
  text-align: center;
}
.node--type-product .product-column-left .product-images .field_product_images {
  margin-right: 50px;
  display: inline-block;
}
.node--type-product .product-column-left .product-images .field_product_images img {
  max-height: 300px;
  width: auto;
}
.node--type-product .product-column-left .product-images .field_product_images:last-child {
  margin-right: 0px;
}
.node--type-product .product-column-left .product-images .field_product_images .caption {
  display: block;
  text-transform: uppercase;
  color: #666666;
  font-weight: 300;
}
.node--type-product .product-column-left .body {
  padding: 0;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-left: 0px;
  margin-right: 0px;
}
.node--type-product .product-column-right {
  width: calc(33.3333333333% - 0px);
  float: left;
  margin-left: 0px;
  padding-bottom: 56px;
}
@media (max-width: 600px) {
  .node--type-product .product-column-right {
    padding-bottom: 30px;
  }
}
.node--type-product .product-column-right.no-sub .field_purchase_options:last-child {
  padding-bottom: 0px;
}
.node--type-product .product-column-right .badges-logos::after {
  clear: both;
  content: "";
  display: table;
}
.node--type-product .product-column-right .badges-logos {
  text-align: center;
}
.node--type-product .product-column-right .field_badges_logos {
  text-align: center;
  display: inline-block;
  margin-right: 25px;
}
.node--type-product .product-column-right .field_badges_logos img {
  max-height: 185px;
  width: auto;
}
.node--type-product .product-column-right .product-column-right-bg {
  background-color: #F0F0F0;
  border-radius: 10px;
  color: #666666;
}
.node--type-product .product-column-right .product-finder {
  padding: 0;
  color: #0099CC;
  margin: 20px 0 0 0;
}
.node--type-product .product-column-right .product-finder a {
  color: #0099CC;
  display: block;
}
.node--type-product .product-column-right .product-finder div {
  display: inline-block;
}
.node--type-product .product-column-right .product-finder div.icon {
  font-size: 2.1em;
  width: 12%;
  vertical-align: top;
  line-height: 1;
}
.node--type-product .product-column-right .product-finder div.icon i {
  position: relative;
  top: 5px;
}
.node--type-product .product-column-right .product-finder div.description {
  font-size: 1.16em;
  width: 85%;
  vertical-align: top;
  line-height: 1.2;
  font-weight: 500;
}
.node--type-product .product-column-right .field_purchase_options {
  margin-top: 13px;
  border-bottom: 1px solid #666666;
  padding-bottom: 20px;
}
.node--type-product .product-column-right .field_purchase_options:last-child {
  border-bottom: 0px;
}
.node--type-product .product-column-right .paragraph--type--purchase-option::after {
  clear: both;
  content: "";
  display: table;
}
.node--type-product .product-column-right .product-option-content {
  width: 74%;
  display: block;
  float: left;
  padding-right: 15px;
}
.node--type-product .product-column-right .product-option-content.stock-1 {
  width: 100%;
}
.node--type-product .product-column-right .out-of-stock {
  width: 100%;
  display: block;
  float: left;
  font-size: 0.9em;
  font-style: italic;
  color: red;
}
.node--type-product .product-column-right .quantity-picker {
  width: 20%;
  display: block;
  float: left;
  position: relative;
  top: 6px;
}
.node--type-product .product-column-right .quantity-picker .input-number {
  width: 91%;
  height: 50px;
  border: 0;
  padding-left: 9px;
  border-radius: 0px;
}
.node--type-product .product-column-right .quantity-picker .input-number:active, .node--type-product .product-column-right .quantity-picker .input-number:focus {
  outline: none;
}
.node--type-product .product-column-right .quantity-picker .increase {
  position: absolute;
  right: 3px;
  top: 2px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  height: 19px;
  line-height: 1;
  padding: 0;
}
.node--type-product .product-column-right .quantity-picker .increase:active, .node--type-product .product-column-right .quantity-picker .increase:focus {
  outline: none;
}
.node--type-product .product-column-right .quantity-picker .decrease {
  position: absolute;
  right: 3px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  height: 19px;
  line-height: 1;
  bottom: 2px;
  padding: 0;
}
.node--type-product .product-column-right .quantity-picker .decrease:active, .node--type-product .product-column-right .quantity-picker .decrease:focus {
  outline: none;
}
.node--type-product .product-column-right > div {
  padding: 20px;
}
.node--type-product .product-column-right > div h3 {
  line-height: 1.2;
}
.node--type-product .product-column-right > div .field_description {
  line-height: 1.3;
  font-size: 0.88em;
}
.node--type-product .product-column-right > div .field_option_name {
  font-size: 1.14em;
  display: inline-block;
  font-weight: 400;
  max-width: 144px;
  line-height: 1.1;
  vertical-align: top;
  margin-bottom: 5px;
  position: relative;
}
.node--type-product .product-column-right > div .field_price {
  font-size: 1.14em;
  display: inline-block;
  color: #0099CC;
  margin-left: 7px;
  font-weight: 400;
  vertical-align: top;
  line-height: 1.1;
}
.node--type-product .product-column-right .kit-options h4 {
  font-size: 1.14em;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
  position: relative;
  padding-right: 10px;
}
.node--type-product .product-column-right .kit-options select {
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: white;
  border-radius: 0px;
  border: 0;
  height: 50px;
  padding-left: 10px;
  width: 100%;
  margin-bottom: 10px;
}
.node--type-product .product-column-right .kit-options select.kit-select-empty {
  border: 1px solid red;
}
.node--type-product .product-column-right .kit-options select:last-child {
  margin-bottom: 0px;
}
.node--type-product .product-column-right .kit-options select:active, .node--type-product .product-column-right .kit-options select:focus {
  outline: 0;
}
.node--type-product .product-column-right .subscribe-options::after {
  clear: both;
  content: "";
  display: table;
}
.node--type-product .product-column-right .subscribe-options .subscribe {
  background-color: #86dcac;
  padding: 13px 17px 17px 17px;
}
.node--type-product .product-column-right .subscribe-options .subscribe h4 {
  font-size: 1.14em;
  font-weight: 400;
  margin: 0;
}
.node--type-product .product-column-right .subscribe-options .subscribe .subscribe-price {
  color: #4D4D4D;
  margin-left: 5px;
  font-weight: bold;
}
.node--type-product .product-column-right .subscribe-options .subscribe .subscribe-description {
  line-height: 1.2;
  font-size: 0.88em;
}
.node--type-product .product-column-right .subscribe-options .subscribe .frequency-picker {
  margin-top: 10px;
}
.node--type-product .product-column-right .subscribe-options .subscribe .frequency-picker select {
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: white;
  border-radius: 0px;
  border: 0;
  height: 50px;
  padding-left: 10px;
  width: 168px;
}
.node--type-product .product-column-right .subscribe-options .subscribe .frequency-picker select:active, .node--type-product .product-column-right .subscribe-options .subscribe .frequency-picker select:focus {
  outline: 0;
}
.node--type-product .product-column-right .subscribe-options .subscribe .subscribe-details {
  display: inline-block;
  margin-left: 10px;
}
.node--type-product .product-column-right .subscribe-options .subscribe .quantity-picker {
  min-width: 71px;
  float: none;
  top: 0px;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.node--type-product .product-column-right .subscribe-options .subscribe .quantity-picker .input-number-sub {
  width: 65px;
  height: 50px;
  border: 0;
  padding-left: 9px;
  border-radius: 0px;
}
.node--type-product .product-column-right .subscribe-options .subscribe .quantity-picker .input-number-sub:active, .node--type-product .product-column-right .subscribe-options .subscribe .quantity-picker .input-number-sub:focus {
  outline: none;
}
.node--type-product .product-column-right .subscribe-options .subscribe .quantity-picker .sub-increase {
  position: absolute;
  right: 3px;
  top: 2px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  height: 19px;
  line-height: 1;
  padding: 0;
}
.node--type-product .product-column-right .subscribe-options .subscribe .quantity-picker .sub-increase:active, .node--type-product .product-column-right .subscribe-options .subscribe .quantity-picker .sub-increase:focus {
  outline: none;
}
.node--type-product .product-column-right .subscribe-options .subscribe .quantity-picker .sub-decrease {
  position: absolute;
  right: 3px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  height: 19px;
  line-height: 1;
  bottom: 2px;
  padding: 0;
}
.node--type-product .product-column-right .subscribe-options .subscribe .quantity-picker .sub-decrease:active, .node--type-product .product-column-right .subscribe-options .subscribe .quantity-picker .sub-decrease:focus {
  outline: none;
}
.node--type-product .product-column-right .add-cart {
  margin-top: 20px;
  border-radius: 10px;
  color: white;
  text-transform: uppercase;
  font-size: 1.16em;
  padding: 0px 20px 1px 20px;
  border: 2px solid #0099CC;
  text-decoration: none;
  background-color: #0099CC;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 400ms all;
  -ms-transition: 400ms all;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
}
.node--type-product .product-column-right .add-cart:active, .node--type-product .product-column-right .add-cart:focus {
  outline: 0;
}
.node--type-product .product-column-right .add-cart:hover {
  border: 2px solid #0099CC;
  color: #0099CC;
  background-color: white;
  opacity: 1;
}
.node--type-product .product-column-right .add-cart.purchase-false {
  background-color: transparent;
  color: #666666;
  border: 2px solid #666666;
  opacity: 0.5;
}
.node--type-product .product-column-right .disclaimer-pod {
  font-size: 0.77em;
  line-height: 1.2;
  margin-top: 15px;
}
.node--type-product .where-to-use {
  background-color: #F0F0F0;
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 600px) {
  .node--type-product .where-to-use {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.node--type-product .where-to-use #block-showercleanerdisclaimer {
  font-size: 0.8em;
}
.node--type-product .where-to-use #block-showercleanerdisclaimer .body {
  margin: 20px 0 0 0;
  text-align: center;
}
.node--type-product .where-to-use h3 {
  margin-bottom: 25px;
  text-align: center;
}
.node--type-product .where-to-use p {
  text-align: center;
}
.node--type-product .where-to-use .field-field_where_to_use, .node--type-product .where-to-use .field-field_where_to_use_2 {
  line-height: 1.8;
}
.node--type-product .where-to-use .field-field_where_to_use::after, .node--type-product .where-to-use .field-field_where_to_use_2::after {
  clear: both;
  content: "";
  display: table;
}
.node--type-product .where-to-use .field-field_where_to_use .column-container > div, .node--type-product .where-to-use .field-field_where_to_use_2 .column-container > div {
  line-height: 1.4;
  margin-bottom: 5px;
}
.node--type-product .where-to-use .field-field_where_to_use .column-container > div:last-child, .node--type-product .where-to-use .field-field_where_to_use_2 .column-container > div:last-child {
  margin-bottom: 0px;
}
.node--type-product .where-to-use .field-field_where_to_use.two-col, .node--type-product .where-to-use .field-field_where_to_use_2.two-col {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.node--type-product .where-to-use .field-field_where_to_use.two-col .column, .node--type-product .where-to-use .field-field_where_to_use_2.two-col .column {
  width: calc(50% - 0px);
  float: left;
  margin-left: 0px;
  font-size: 0.88em;
}
.node--type-product .where-to-use .field-field_where_to_use.two-col .column .column-container, .node--type-product .where-to-use .field-field_where_to_use_2.two-col .column .column-container {
  padding-right: 15px;
}
.node--type-product .where-to-use .field-field_where_to_use.two-col .column:last-child .column-container, .node--type-product .where-to-use .field-field_where_to_use_2.two-col .column:last-child .column-container {
  padding-right: 0px;
}
.node--type-product .where-to-use .field-field_where_to_use.four-col .column, .node--type-product .where-to-use .field-field_where_to_use_2.four-col .column {
  width: calc(25% - 0px);
  float: left;
  margin-left: 0px;
  font-size: 0.88em;
  text-align: center;
}
.node--type-product .where-to-use .field-field_where_to_use.four-col .column .column-container, .node--type-product .where-to-use .field-field_where_to_use_2.four-col .column .column-container {
  padding-right: 15px;
}
.node--type-product .where-to-use .field-field_where_to_use.four-col .column:last-child .column-container, .node--type-product .where-to-use .field-field_where_to_use_2.four-col .column:last-child .column-container {
  padding-right: 0px;
}
.node--type-product .directions {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 600px) {
  .node--type-product .directions {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.node--type-product .directions .column {
  width: calc(50% - 0px);
  float: left;
  margin-left: 0px;
}
.node--type-product .directions .directions-list, .node--type-product .directions .ingredients-list {
  padding-right: 30px;
}
.node--type-product .directions .directions-list p:first-child, .node--type-product .directions .ingredients-list p:first-child {
  margin-top: 5px;
}
.node--type-product .directions .ingredients-list {
  margin-top: 30px;
}
.node--type-product .directions .related-product {
  width: calc(100% - 0px);
  float: left;
  margin-left: 0px;
  text-align: center;
  margin-top: 56px;
}
@media (max-width: 600px) {
  .node--type-product .directions .related-product {
    margin-top: 30px;
  }
}
.node--type-product .directions .related-product {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  font-weight: 500;
}
.node--type-product .directions .related-product.no-directions-ingredients {
  margin-top: 0px;
}
.node--type-product .directions .related-product p {
  line-height: 1.2;
}
.node--type-product .directions .related-product p:first-child {
  margin: 0;
  font-size: 0.77em;
}
.node--type-product .directions .related-product p:last-child {
  margin-bottom: 0px;
  margin-top: 5px;
}
.node--type-product .directions .related-product a {
  display: block;
  padding: 15px 4.5%;
  border-radius: 5px;
  font-size: 1.33em;
  line-height: 1.3;
  border: 1px solid #0099CC;
  transition: 400ms all;
  -ms-transition: 400ms all;
  -moz-transition: 400ms all;
  -webkit-transition: 400ms all;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.node--type-product .directions .related-product a:hover {
  background-color: #0099CC;
  border: 1px solid #0099CC;
  color: white;
}
.node--type-product #block-jawsrefillreloadreuse2 {
  padding-left: 30px;
}
.node--type-product #block-jawsrefillreloadreuse2 .body {
  margin-bottom: 0px;
}
.node--type-product #block-jawsrefillreloadreuse2 .body p:nth-child(2) {
  margin-top: 5px;
}
.node--type-product #block-jawsrefillreloadreuse2 h2 {
  color: #0099CC;
  margin: 0;
  font-weight: 300;
  font-size: 1.77em;
  line-height: 1.3;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (max-width: 600px) {
  .node--type-product #block-jawsrefillreloadreuse2 h2 {
    font-size: 1.4em;
  }
}
.node--type-product #block-jawsrefillreloadreuse2 .field_body p {
  margin-top: 5px;
}
.node--type-product #block-jawsrefillreloadreuse2 .field_step_column {
  width: 28%;
  display: inline-block;
  margin-right: 6%;
  vertical-align: top;
  text-align: center;
  font-size: 0.83em;
  line-height: 1.5;
}
.node--type-product #block-jawsrefillreloadreuse2 .field_step_column:last-child {
  margin-right: 0px;
}
.node--type-product #block-jawsrefillreloadreuse2 .field_step_column .field_title {
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: bold;
}
.node--type-product #block-jawsrefillreloadreuse2 .field_step_column img {
  height: 150px;
}
.node--type-product .reviews .region-review #block-reviewaverageblock {
  background-color: #F0F0F0;
  padding-top: 56px;
}
@media (max-width: 600px) {
  .node--type-product .reviews .region-review #block-reviewaverageblock {
    padding-top: 30px;
  }
}
.node--type-product .reviews .region-review #block-reviewaverageblock .review-average-details .average {
  font-weight: 600;
}
.node--type-product .reviews .region-review #block-reviewaverageblock .review-average-details h2 {
  color: #0099CC;
  margin: 0;
  font-weight: 300;
  font-size: 1.77em;
  line-height: 1.3;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (max-width: 600px) {
  .node--type-product .reviews .region-review #block-reviewaverageblock .review-average-details h2 {
    font-size: 1.4em;
  }
}
.node--type-product .reviews .region-review #block-reviewaverageblock .review-average-details .no-reviews .jaws-button {
  margin: 25px 0 0 0;
}
.node--type-product .reviews .region-review #block-reviewaverageblock .review-average-details .jaws-button {
  border-radius: 10px;
  color: white;
  text-transform: uppercase;
  font-size: 1.16em;
  padding: 0px 20px 1px 20px;
  border: 2px solid #0099CC;
  text-decoration: none;
  background-color: #0099CC;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 400ms all;
  -ms-transition: 400ms all;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
}
.node--type-product .reviews .region-review #block-reviewaverageblock .review-average-details .jaws-button:active, .node--type-product .reviews .region-review #block-reviewaverageblock .review-average-details .jaws-button:focus {
  outline: 0;
}
.node--type-product .reviews .region-review #block-reviewaverageblock .review-average-details .jaws-button:hover {
  border: 2px solid #0099CC;
  color: #0099CC;
  background-color: white;
  opacity: 1;
}
.node--type-product .reviews .region-review #block-reviewaverageblock .review-average-details .jaws-button {
  margin: 25px 0 40px 0;
  display: inline-block;
}
.node--type-product .reviews .region-review .views-field-body p {
  margin: 0;
}
.node--type-product .reviews .region-review .view-reviews {
  font-size: 0.88em;
  max-width: 1063px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.node--type-product .reviews .region-review .view-reviews:last-child .views-row:last-child {
  border-bottom: 1px solid #95989A;
}
.node--type-product .reviews .region-review .view-reviews .views-row {
  padding: 10px 0;
  border-top: 1px solid #95989A;
}
.node--type-product .reviews .region-review .view-reviews .views-row .views-field-field-rating {
  font-weight: 600;
}
.node--type-product .reviews .region-review .view-reviews .views-row .views-field-nothing {
  font-size: 0.9em;
}
.node--type-product .reviews .region-review .view-reviews .views-row .views-field-field-rating, .node--type-product .reviews .region-review .view-reviews .views-row .views-field-field-review-title {
  display: inline-block;
}
.node--type-product .reviews .region-review .view-reviews .views-row .views-field-field-review-title {
  font-weight: 600;
}
.node--type-product .reviews .region-review .view-reviews .views-row .views-field-field-review-title span {
  margin: 0 3px;
}
.node--type-product .reviews .region-review #block-views-block-reviews-block-1 {
  background-color: #F0F0F0;
  padding-bottom: 56px;
}
@media (max-width: 600px) {
  .node--type-product .reviews .region-review #block-views-block-reviews-block-1 {
    padding-bottom: 30px;
  }
}
.node--type-product .reviews .region-review #block-views-block-reviews-block-1 .pager {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #0099CC;
  text-transform: uppercase;
  font-size: 1.16em;
  margin: 15px 0 0 0;
  font-weight: bold;
}
.node--type-product .reviews .region-review #block-views-block-reviews-block-1 .pager a::before {
  content: "\f107";
  font-family: "Font Awesome 6 Sharp";
  font-weight: 300;
  font-size: 0.8em;
  margin-right: 10px;
}
.node--type-product .reviews .region-review #block-views-block-reviews-block-1 .pager a::after {
  content: "\f107";
  font-family: "Font Awesome 6 Sharp";
  font-weight: 300;
  font-size: 0.8em;
  margin-left: 10px;
}
.node--type-product .reviews .region-review #block-webform {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 600px) {
  .node--type-product .reviews .region-review #block-webform {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.node--type-product .reviews .region-review #block-webform {
  max-width: 1063px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.node--type-product .reviews .region-review #block-webform .webform-error {
  color: red;
  display: none;
}
.node--type-product .reviews .region-review #block-webform .webform-error.active {
  display: block;
  margin-top: 15px;
}
.node--type-product .reviews .region-review #block-webform h2 {
  color: #0099CC;
  margin: 0;
  font-weight: 300;
  font-size: 1.77em;
  line-height: 1.3;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (max-width: 600px) {
  .node--type-product .reviews .region-review #block-webform h2 {
    font-size: 1.4em;
  }
}
.node--type-product .reviews .region-review #block-webform p {
  margin-bottom: 0px;
}
.node--type-product .reviews .region-review #block-webform #reviews-form {
  margin-top: 15px;
}
.node--type-product .reviews .region-review #block-webform label {
  text-transform: uppercase;
  font-size: 0.88em;
  display: block;
  margin-bottom: 5px;
  color: #95989A;
  font-weight: 300;
}
.node--type-product .reviews .region-review #block-webform input[type=text] {
  height: 40px;
  max-width: 100%;
  width: 100%;
  padding-left: 10px;
  border: 1px solid #95989A;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.node--type-product .reviews .region-review #block-webform input[type=text]:active, .node--type-product .reviews .region-review #block-webform input[type=text]:focus {
  outline: 0;
}
.node--type-product .reviews .region-review #block-webform input[type=submit] {
  border-radius: 10px;
  color: white;
  text-transform: uppercase;
  font-size: 1.16em;
  padding: 0px 20px 1px 20px;
  border: 2px solid #0099CC;
  text-decoration: none;
  background-color: #0099CC;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 400ms all;
  -ms-transition: 400ms all;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
}
.node--type-product .reviews .region-review #block-webform input[type=submit]:active, .node--type-product .reviews .region-review #block-webform input[type=submit]:focus {
  outline: 0;
}
.node--type-product .reviews .region-review #block-webform input[type=submit]:hover {
  border: 2px solid #0099CC;
  color: #0099CC;
  background-color: white;
  opacity: 1;
}
.node--type-product .reviews .region-review #block-webform input[type=submit] {
  margin: 15px 0 0 0;
}
.node--type-product .reviews .region-review #block-webform input[type=submit]:active, .node--type-product .reviews .region-review #block-webform input[type=submit]:focus {
  outline: 0;
}
.node--type-product .reviews .region-review #block-webform textarea {
  border: 1px solid #95989A;
  padding-left: 10px;
  width: 100%;
  max-width: 100%;
  border-radius: 0px;
  height: 73px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.node--type-product .reviews .region-review #block-webform textarea:active, .node--type-product .reviews .region-review #block-webform textarea:focus {
  outline: none;
}
.node--type-product .reviews .region-review #block-webform .js-form-type-textfield {
  width: 49%;
  display: inline-block;
  margin-bottom: 15px;
}
.node--type-product .reviews .region-review #block-webform .js-form-type-textfield.js-form-item-name {
  margin-right: 1.52%;
}
.node--type-product .reviews .region-review #block-webform .js-form-type-webform-rating {
  margin-bottom: 5px;
}
.node--type-product .reviews .region-review #block-webform .review-url {
  display: none !important;
}

#block-wheretousedisclaimers {
  font-size: 0.8em;
  text-align: center;
}
#block-wheretousedisclaimers p {
  margin-top: 0px;
}

#block-views-block-where-to-use-block-1 {
  max-width: 1063px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 600px) {
  #block-views-block-where-to-use-block-1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#block-views-block-where-to-use-block-1 {
  padding-top: 0px;
}
#block-views-block-where-to-use-block-1 header h2 {
  color: #0099CC;
  margin: 0;
  font-weight: 300;
  font-size: 1.77em;
  line-height: 1.3;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (max-width: 600px) {
  #block-views-block-where-to-use-block-1 header h2 {
    font-size: 1.4em;
  }
}
#block-views-block-where-to-use-block-1 header p {
  margin-bottom: 0px;
}
#block-views-block-where-to-use-block-1 .where-to-use-full-list::after {
  clear: both;
  content: "";
  display: table;
}
#block-views-block-where-to-use-block-1 .where-to-use-full-list {
  padding-top: 56px;
}
@media (max-width: 600px) {
  #block-views-block-where-to-use-block-1 .where-to-use-full-list {
    padding-top: 30px;
  }
}
#block-views-block-where-to-use-block-1 .where-to-use-full-list .column {
  width: 29.3%;
  margin-right: 6%;
  display: block;
  float: left;
}
#block-views-block-where-to-use-block-1 .where-to-use-full-list .column:last-child {
  margin-right: 0px;
}
#block-views-block-where-to-use-block-1 .where-to-use-full-list .view-where_to_use {
  line-height: 1.4;
  font-size: 0.95em;
}
#block-views-block-where-to-use-block-1 .where-to-use-full-list .where-to-use-list-item {
  text-align: left;
  margin-bottom: 32px;
}
#block-views-block-where-to-use-block-1 .where-to-use-full-list .where-to-use-list-item:last-child {
  margin-bottom: 0px;
}
#block-views-block-where-to-use-block-1 .where-to-use-full-list .where-to-use-list-item h3 {
  color: #4D4D4D;
  font-size: 1.1em;
  margin-bottom: 0px;
  line-height: 1.3;
  font-weight: 600;
}

#block-views-block-product-list-block-1 {
  background-color: #F0F0F0;
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 600px) {
  #block-views-block-product-list-block-1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#block-views-block-product-list-block-1 header {
  max-width: 1063px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px;
}
#block-views-block-product-list-block-1 header h2 {
  color: #0099CC;
  margin: 0;
  font-weight: 300;
  font-size: 1.77em;
  line-height: 1.3;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (max-width: 600px) {
  #block-views-block-product-list-block-1 header h2 {
    font-size: 1.4em;
  }
}
#block-views-block-product-list-block-1 .view-product_list {
  max-width: 1063px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
#block-views-block-product-list-block-1 .view-product_list .views-field-title h3 {
  margin-bottom: 15px;
  margin: 0 0 30px 0;
  font-size: 1.16em;
}
#block-views-block-product-list-block-1 .view-product_list .views-row {
  margin-bottom: 56px;
}
@media (max-width: 600px) {
  #block-views-block-product-list-block-1 .view-product_list .views-row {
    margin-bottom: 30px;
  }
}
#block-views-block-product-list-block-1 .view-product_list .views-field-edit-node a {
  margin: 10px 0 0 0;
}
#block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .field-content::after {
  clear: both;
  content: "";
  display: table;
}
#block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing {
  width: 26.7%;
  display: block;
  float: left;
  margin: 0 9.9% 0 0;
}
#block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing:nth-child(3n+3) {
  margin: 0;
}
#block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .out-of-stock {
  font-style: italic;
  color: red;
}
#block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .customize-button {
  text-align: center;
}
#block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .customize-button .jaws-button.jaws-kit-customize {
  margin-left: 0px;
}
#block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .field_option_image {
  text-align: center;
  position: relative;
}
#block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .field_option_image .image-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
#block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .field_option_name {
  text-align: center;
  font-size: 1.16em;
  color: #4D4D4D;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
  margin: 12px 0 0 0;
  font-weight: 500;
}
#block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .field_price {
  text-align: center;
  font-size: 1.16em;
  line-height: 1.2;
  color: #0099CC;
  margin: 5px 0 15px 0;
}
#block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .jaws-button {
  appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 10px;
  color: white;
  text-transform: uppercase;
  font-size: 1.16em;
  padding: 0px 20px 1px 20px;
  border: 2px solid #0099CC;
  text-decoration: none;
  background-color: #0099CC;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 400ms all;
  -ms-transition: 400ms all;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
}
#block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .jaws-button:active, #block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .jaws-button:focus {
  outline: 0;
}
#block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .jaws-button:hover {
  border: 2px solid #0099CC;
  color: #0099CC;
  background-color: white;
  opacity: 1;
}
#block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .jaws-button {
  font-size: 1.1em;
  box-shadow: none;
  margin-left: 9px;
}
#block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .quantity-wrapper {
  display: inline-block;
  position: relative;
}
#block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .quantity-wrapper .quantity-picker {
  display: inline-block;
  position: relative;
}
#block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .quantity-wrapper .input-number {
  width: 60px;
  height: 43px;
  border: 1px solid #95989A;
  padding-left: 9px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}
#block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .quantity-wrapper .input-number:active, #block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .quantity-wrapper .input-number:focus {
  outline: none;
}
#block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .quantity-wrapper .increase {
  position: absolute;
  right: 6px;
  top: 2px;
  color: #666666;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  height: 19px;
  line-height: 1;
  padding: 0;
}
#block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .quantity-wrapper .increase:active, #block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .quantity-wrapper .increase:focus {
  outline: none;
}
#block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .quantity-wrapper .decrease {
  color: #666666;
  position: absolute;
  right: 6px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  height: 19px;
  line-height: 1;
  bottom: 2px;
  padding: 0;
}
#block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .quantity-wrapper .decrease:active, #block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .quantity-wrapper .decrease:focus {
  outline: none;
}

.page-node-31 .content-container {
  padding-top: 0px;
}
.page-node-31 .content-container .body {
  margin-top: 30px;
}

#block-webform-2, #block-jaws-webform {
  max-width: 1063px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

#block-emailoptindisclaimer {
  color: #666666;
  font-size: 0.77em;
  line-height: 1.4;
  margin-top: 25px;
}
#block-emailoptindisclaimer .webform-error {
  color: red;
  font-size: 1.3em;
  display: none;
}
#block-emailoptindisclaimer .webform-error.active {
  display: block;
}

.webform-submission-contact-form-form::after, .webform-submission-special-offers-form::after {
  clear: both;
  content: "";
  display: table;
}
.webform-submission-contact-form-form input[type=text], .webform-submission-contact-form-form input[type=email], .webform-submission-contact-form-form select, .webform-submission-special-offers-form input[type=text], .webform-submission-special-offers-form input[type=email], .webform-submission-special-offers-form select {
  border: 1px solid #95989A;
  margin-bottom: 15px;
  padding-left: 10px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.webform-submission-contact-form-form input[type=text]:active, .webform-submission-contact-form-form input[type=text]:focus, .webform-submission-contact-form-form input[type=email]:active, .webform-submission-contact-form-form input[type=email]:focus, .webform-submission-contact-form-form select:active, .webform-submission-contact-form-form select:focus, .webform-submission-special-offers-form input[type=text]:active, .webform-submission-special-offers-form input[type=text]:focus, .webform-submission-special-offers-form input[type=email]:active, .webform-submission-special-offers-form input[type=email]:focus, .webform-submission-special-offers-form select:active, .webform-submission-special-offers-form select:focus {
  outline: none;
}
.webform-submission-contact-form-form input[type=text], .webform-submission-contact-form-form input[type=email], .webform-submission-special-offers-form input[type=text], .webform-submission-special-offers-form input[type=email] {
  height: 40px;
  max-width: 100%;
  width: 100%;
}
.webform-submission-contact-form-form select, .webform-submission-special-offers-form select {
  height: 40px;
  max-width: 100%;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-color: white;
  border-radius: 0px;
  box-shadow: none;
}
.webform-submission-contact-form-form textarea, .webform-submission-special-offers-form textarea {
  border: 1px solid #95989A;
  padding-left: 10px;
  width: 100%;
  border-radius: 0px;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.webform-submission-contact-form-form textarea:active, .webform-submission-contact-form-form textarea:focus, .webform-submission-special-offers-form textarea:active, .webform-submission-special-offers-form textarea:focus {
  outline: none;
}
.webform-submission-contact-form-form label, .webform-submission-special-offers-form label {
  text-transform: uppercase;
  font-size: 0.88em;
  display: block;
  margin-bottom: 5px;
  color: #95989A;
  font-weight: 300;
}
.webform-submission-contact-form-form .form-item-first-name, .webform-submission-contact-form-form .form-item-last-name, .webform-submission-contact-form-form .form-item-email-address, .webform-submission-special-offers-form .form-item-first-name, .webform-submission-special-offers-form .form-item-last-name, .webform-submission-special-offers-form .form-item-email-address {
  width: 48%;
  display: block;
  float: left;
}
.webform-submission-contact-form-form .form-item-first-name, .webform-submission-contact-form-form .form-item-email-address, .webform-submission-contact-form-form .form-item-city, .webform-submission-special-offers-form .form-item-first-name, .webform-submission-special-offers-form .form-item-email-address, .webform-submission-special-offers-form .form-item-city {
  margin-right: 4%;
}
.webform-submission-contact-form-form .form-item-city, .webform-submission-special-offers-form .form-item-city {
  width: 28%;
  display: block;
  float: left;
}
.webform-submission-contact-form-form .form-item-state, .webform-submission-special-offers-form .form-item-state {
  width: 16%;
  display: block;
  float: left;
}
.webform-submission-contact-form-form .form-item-message, .webform-submission-contact-form-form .form-actions, .webform-submission-special-offers-form .form-item-message, .webform-submission-special-offers-form .form-actions {
  width: 100%;
  display: block;
  float: left;
}
.webform-submission-contact-form-form .form-actions .webform-button--submit, .webform-submission-special-offers-form .form-actions .webform-button--submit {
  border-radius: 10px;
  color: white;
  text-transform: uppercase;
  font-size: 1.16em;
  padding: 0px 20px 1px 20px;
  border: 2px solid #0099CC;
  text-decoration: none;
  background-color: #0099CC;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 400ms all;
  -ms-transition: 400ms all;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
}
.webform-submission-contact-form-form .form-actions .webform-button--submit:active, .webform-submission-contact-form-form .form-actions .webform-button--submit:focus, .webform-submission-special-offers-form .form-actions .webform-button--submit:active, .webform-submission-special-offers-form .form-actions .webform-button--submit:focus {
  outline: 0;
}
.webform-submission-contact-form-form .form-actions .webform-button--submit:hover, .webform-submission-special-offers-form .form-actions .webform-button--submit:hover {
  border: 2px solid #0099CC;
  color: #0099CC;
  background-color: white;
  opacity: 1;
}
.webform-submission-contact-form-form .form-actions .webform-button--submit, .webform-submission-special-offers-form .form-actions .webform-button--submit {
  margin-top: 30px;
}
.webform-submission-contact-form-form .form-item-promotions-opt-in, .webform-submission-special-offers-form .form-item-promotions-opt-in {
  width: 100%;
  display: block;
  float: left;
  margin-top: 20px;
}
.webform-submission-contact-form-form .form-item-promotions-opt-in label, .webform-submission-special-offers-form .form-item-promotions-opt-in label {
  display: inline-block;
  color: #0099CC;
  font-size: 1.16em;
  margin-bottom: 0px;
  position: relative;
  top: 3px;
  margin-left: 10px;
  cursor: pointer;
  font-weight: 500;
}

.mobile-break {
  display: none;
}

.region-prefooter {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 600px) {
  .region-prefooter {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.region-prefooter h2 {
  color: #0099CC;
  margin: 0;
  font-weight: 300;
  font-size: 1.77em;
  line-height: 1.3;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (max-width: 600px) {
  .region-prefooter h2 {
    font-size: 1.4em;
  }
}
.region-prefooter p {
  margin-bottom: 0px;
}

.prefooter-no-container {
  background-color: #0099CC;
}
.prefooter-no-container .region-prefooter_no_container > div {
  max-width: 1063px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 300;
  color: white;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.prefooter-no-container .region-prefooter_no_container > div .body p {
  font-size: 42px;
  line-height: 1.2;
  margin: 0;
}
.prefooter-no-container .region-prefooter_no_container > div .body p:first-child {
  font-size: 22px;
  margin: 0;
}
.prefooter-no-container .region-prefooter_no_container > div .body p:last-child {
  margin: 0;
}
.prefooter-no-container .region-prefooter_no_container > div .body .cta-button {
  font-size: 21px;
  background-color: white;
  border-radius: 10px;
  text-transform: uppercase;
  color: #0099CC;
  padding: 7px 20px;
  font-weight: bold;
  display: inline-block;
}

footer#main-footer {
  background-color: #4D4D4D;
  color: white;
  padding: 25px 0;
  line-height: 1.5;
  font-weight: 300;
}
footer#main-footer a {
  color: white;
}
footer#main-footer .column {
  width: calc(33.3333333333% - 0px);
  float: left;
  margin-left: 0px;
}
footer#main-footer .column.right {
  text-align: right;
  padding-top: 20px;
}
footer#main-footer .column.left {
  padding-top: 20px;
}
footer#main-footer .column.center {
  text-align: center;
}
footer#main-footer .column.center img {
  margin-bottom: 15px;
}
footer#main-footer .social {
  font-size: 1.25em;
  margin-right: 10px;
}
footer#main-footer .social:last-child {
  margin-right: 0px;
}
footer#main-footer #block-footermenu ul {
  margin: 0;
  list-style: none;
  font-size: 0.88em;
}
footer#main-footer #block-footermenu ul li {
  margin: 0 0 10px 0;
  padding: 0;
  display: block;
  text-transform: uppercase;
}
footer#main-footer .container::after {
  clear: both;
  content: "";
  display: table;
}
footer#main-footer .copyright {
  font-size: 0.72em;
  margin-top: 15px;
}
footer#main-footer .disclaimer {
  font-size: 0.72em;
  margin-top: 15px;
}
footer#main-footer .footer-phone {
  font-size: 1.5em;
  margin-bottom: 15px;
  display: inline-block;
}
footer#main-footer .footer-email {
  font-size: 1.5em;
  display: block;
}

@media only screen and (max-width: 1360px) {
  .node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1 {
    max-width: 450px;
  }
}
@media only screen and (max-width: 998px) {
  .path-frontpage #block-jaws-content .owl-home-slideshow .slideshow-caption .slideshow-container .field_caption h2 {
    font-size: 3em;
  }
  .path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 {
    max-height: 24vw;
    height: 24vw;
    overflow: hidden;
  }
  .path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 .no-slick .views-row {
    display: none;
    width: 25%;
    float: left;
  }
  .path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 .no-slick .views-row:nth-child(-n+5) {
    display: none;
  }
  .path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 .no-slick .views-row:nth-child(-n+4) {
    display: block;
  }
  .path-frontpage #block-views-block-homepage-influencer-carousel-block-2 {
    max-height: 24vw;
    overflow: hidden;
    height: 24vw;
  }
  .path-frontpage .latest .region-front #block-justaddwaterhomepage2, .path-frontpage .latest .region-front #block-views-block-latest-update-block-1 {
    width: calc(100% - 0px);
    float: left;
    margin-left: 0px;
  }
  .path-frontpage .latest .region-front #block-justaddwaterhomepage2 {
    margin-bottom: 56px;
  }
}
@media only screen and (max-width: 998px) and (max-width: 600px) {
  .path-frontpage .latest .region-front #block-justaddwaterhomepage2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 998px) {
  .path-frontpage .latest .region-front #block-justaddwaterhomepage2 .body {
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .path-frontpage .latest .region-front #block-views-block-latest-update-block-1 h2 {
    padding-left: 0px;
  }
  .path-frontpage .latest .region-front #block-views-block-latest-update-block-1 .view-latest_update {
    padding-left: 0px;
  }
  .path-frontpage .region-icon_blocks .icon-block {
    width: calc(50% - 0px);
    float: left;
    margin-left: 0px;
  }
  .path-frontpage .region-icon_blocks .icon-block:nth-child(2), .path-frontpage .region-icon_blocks .icon-block:first-child {
    margin-bottom: 30px;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .views-row {
    margin-bottom: 20px;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .views-row.not-even .homepage-product-container .all-products a, .path-frontpage #block-views-block-homepage-products-block-1 .views-row.even .homepage-product-container .all-products a {
    padding: 77px 45px;
    font-size: 2em;
    line-height: 1.2;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .views-row.even .homepage-product-container {
    padding-right: 0px;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .views-row.even .all-products a {
    padding: 32px 45px;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .views-row:nth-child(even) .homepage-product-container {
    padding-left: 10px;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .views-row:nth-child(odd) .homepage-product-container {
    padding-right: 10px;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .homepage-product .homepage-product-left {
    width: 45%;
    font-size: 0.8em;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .homepage-product .homepage-product-right {
    width: 55%;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .homepage-product .homepage-product-right .views-field-field-preview-image {
    text-align: right;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .homepage-product .homepage-product-right .views-field-field-preview-image img {
    max-width: 199px;
  }
  #block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .quantity-picker {
    text-align: center;
  }
  #block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .jaws-button {
    display: block;
    margin: 15px auto 0 auto;
  }
  .webform-submission-contact-form-form .form-item-first-name, .webform-submission-contact-form-form .form-item-last-name, .webform-submission-contact-form-form .form-item-email-address, .webform-submission-contact-form-form .form-item-city, .webform-submission-contact-form-form .form-item-state, .webform-submission-special-offers-form .form-item-first-name, .webform-submission-special-offers-form .form-item-last-name, .webform-submission-special-offers-form .form-item-email-address, .webform-submission-special-offers-form .form-item-city, .webform-submission-special-offers-form .form-item-state {
    width: 100%;
  }
  .webform-submission-contact-form-form select, .webform-submission-special-offers-form select {
    width: 100.3%;
    background-position: 99% center;
  }
  .webform-submission-contact-form-form .form-item-first-name, .webform-submission-contact-form-form .form-item-email-address, .webform-submission-contact-form-form .form-item-city, .webform-submission-special-offers-form .form-item-first-name, .webform-submission-special-offers-form .form-item-email-address, .webform-submission-special-offers-form .form-item-city {
    margin-right: 0px;
  }
  .field_youtube_video_embed.active .video-embed-field-provider-youtube iframe {
    width: 100%;
    height: 55vw;
  }
  .node--type-product .reviews .region-review #block-webform .js-form-type-textfield {
    width: 48%;
  }
  .node--type-product .reviews .region-review #block-webform .js-form-type-textfield.js-form-item-name {
    margin-right: 3.4%;
  }
  .node--type-product .product-column-left {
    width: calc(100% - 0px);
    float: left;
    margin-left: 0px;
  }
  .node--type-product .product-column-left > div {
    padding-right: 0px;
  }
  .node--type-product .product-column-left .product-purchase-options-mobile {
    display: block;
    width: 100%;
  }
  .node--type-product .product-column-left .product-purchase-options-mobile .product-column-right {
    display: block !important;
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .thumb-attachment {
    display: none;
  }
  .node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1 {
    max-width: 500px;
    width: auto;
    margin: 0 auto;
    float: none;
  }
  .node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1 nav {
    display: block;
  }
  .node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1 .views-field-field-image {
    height: 500px;
  }
  .node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1 .views-field-field-image.video-thumb {
    display: flex !important;
    position: relative;
    cursor: pointer;
  }
  .node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1 .views-field-field-image.video-thumb::after {
    content: "\f167";
    font-family: "Font Awesome 6 Brands";
    color: #c4302b;
    position: absolute;
    font-size: 3em;
    width: 100%;
    left: 0px;
    text-align: center;
  }
  .node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1 .views-field-field-image img {
    max-height: 500px;
  }
  .node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1 .slick-next {
    background-color: #0099CC;
    border-radius: 0px;
    height: 100px;
    position: absolute;
    opacity: 1;
  }
  .node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1 .slick-next.slick-disabled {
    opacity: 0.5;
  }
  .node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1 .slick-next::before {
    content: "";
    background-image: url("../img/arrow-right.svg");
    background-size: 14px auto;
    width: 100%;
    height: 100px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
  }
  .node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1 .slick-prev {
    background-color: #0099CC;
    border-radius: 0px;
    height: 100px;
    position: absolute;
    opacity: 1;
  }
  .node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1 .slick-prev.slick-disabled {
    opacity: 0.5;
  }
  .node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1 .slick-prev::before {
    content: "";
    background-image: url("../img/arrow-left.svg");
    background-size: 14px auto;
    width: 100%;
    height: 100px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
  }
  .node--type-product .product-column-right {
    width: calc(100% - 0px);
    float: left;
    margin-left: 0px;
  }
  .node--type-product .product-column-right .badges-logos {
    padding-bottom: 0px;
  }
  .node--type-product .product-column-right .subscribe-options .subscribe .frequency-picker {
    margin-top: 0px;
    margin-left: 10px;
    display: inline-block;
  }
  .node--type-product .product-column-right .subscribe-options .subscribe .quantity-picker .sub-increase, .node--type-product .product-column-right .subscribe-options .subscribe .quantity-picker .sub-decrease {
    right: 6px;
  }
  .node--type-product .product-column-right .field_purchase_options {
    margin-top: 20px;
  }
  .node--type-product .product-column-right .paragraph--type--purchase-option {
    position: relative;
  }
  .node--type-product .product-column-right .product-option-content {
    width: 80%;
  }
  .node--type-product .product-column-right .quantity-picker {
    width: 75px;
    float: none;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .node--type-product .product-column-right .product-finder div.icon {
    font-size: 1.6em;
    width: auto;
    margin-right: 10px;
  }
  .node--type-product .product-column-right .product-finder div.description {
    font-size: 1.3em;
    top: 4px;
    position: relative;
  }
  .content-container #block-views-block-for-retailers-products-block-1 .retailer-details {
    width: 83%;
    padding-left: 2%;
  }
  .content-container #block-views-block-for-retailers-products-block-1 .retailer-image {
    width: 15%;
  }
  .content-container .body-video .body-field-video {
    width: calc(100% - 0px);
    float: left;
    margin-left: 0px;
  }
  .content-container .body-video .body-field-video .body {
    padding: 0;
  }
  .content-container .body-video .how-it-works-video {
    width: auto;
    float: left;
    max-width: 540px;
    margin-top: 30px;
  }
  .content-container .body-video .how-it-works-video #block-howitworksvideo {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 800px) {
  img.align-left, img.align-right, figure.align-left, figure.align-right {
    margin: 0 0 20px 0;
    display: block;
    float: none !important;
  }
  figcaption {
    text-align: left;
  }
  .path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 {
    max-height: 32vw;
    height: 32vw;
    overflow: hidden;
  }
  .path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 .no-slick .views-row {
    display: none;
    width: 33.33%;
    float: left;
  }
  .path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 .no-slick .views-row:nth-child(-n+5) {
    display: none;
  }
  .path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 .no-slick .views-row:nth-child(-n+4) {
    display: none;
  }
  .path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 .no-slick .views-row:nth-child(-n+3) {
    display: block;
  }
  .path-frontpage #block-views-block-homepage-influencer-carousel-block-2 {
    max-height: 32vw;
    overflow: hidden;
    height: 32vw;
  }
  .path-frontpage #block-jaws-content {
    margin-top: 80px;
  }
  .path-frontpage #block-jaws-content .owl-home-slideshow .slideshow-caption .slideshow-container .field_caption {
    max-width: 350px;
  }
  .path-frontpage #block-jaws-content .owl-home-slideshow .slideshow-caption .slideshow-container .field_caption h2 {
    font-size: 2em;
  }
  .path-frontpage .latest .region-front #block-justaddwaterhomepage2 .step-columns {
    max-width: 600px;
    margin: 0 auto;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .homepage-product .homepage-product-left {
    font-size: 1em;
    width: 57%;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .homepage-product .homepage-product-left .views-field-title {
    max-width: 100%;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .homepage-product .homepage-product-right {
    width: 43%;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .views-row {
    width: calc(100% - 0px);
    float: left;
    margin-left: 0px;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .views-row:nth-child(even) .homepage-product-container {
    padding-left: 0px;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .views-row:nth-child(odd) .homepage-product-container {
    padding-right: 0px;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .views-row.even .homepage-product-container {
    padding-right: 0px;
  }
  h1 {
    font-size: 2.5em;
  }
  #block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing {
    width: 30%;
    margin: 0 5% 0 0;
  }
  #block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .jaws-button {
    font-size: 1em;
    padding: 4px 15px 3px 15px;
  }
  .hero-image {
    margin-top: 81px;
  }
  header#main-header {
    padding: 0;
    height: 82px;
  }
  header#main-header #block-jawslogo img {
    width: 110px;
    height: auto;
    position: relative;
    top: 6px;
  }
  header#main-header .mobile-menu {
    position: absolute;
    right: 75px;
    top: 10px;
    display: block;
    font-size: 2em;
  }
  header#main-header .mobile-menu a {
    margin-right: 15px;
    color: #4D4D4D;
  }
  header#main-header .mobile-menu a.mobile-login {
    font-size: 0.5em;
    text-transform: uppercase;
    position: relative;
    top: -3px;
  }
  header#main-header .mobile-menu a:nth-child(3) {
    margin-right: 48px;
    width: 25px;
    height: 53px;
  }
  header#main-header .mobile-menu a:nth-child(2) {
    width: 35px;
    height: 53px;
  }
  header#main-header .mobile-menu a:hover {
    color: #0099CC;
    opacity: 1;
  }
  header#main-header .mobile-menu .menu-toggle, header#main-header .mobile-menu .menu-close {
    color: white;
    cursor: pointer;
    height: 93px;
    width: 93px;
    position: absolute;
    top: -20px;
    right: -75px;
    background-color: #4D4D4D;
  }
  header#main-header .mobile-menu .menu-toggle:hover i, header#main-header .mobile-menu .menu-close:hover i {
    color: #0099CC;
  }
  header#main-header .mobile-menu .menu-toggle i, header#main-header .mobile-menu .menu-close i {
    position: relative;
    top: 22px;
    left: 29px;
  }
  header#main-header .mobile-menu .menu-close {
    font-size: 0.75em;
    width: 45px;
    height: 45px;
    top: -37px;
    right: -59px;
    z-index: 100000;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    display: none;
    background-color: transparent;
  }
  header#main-header .mobile-menu .menu-close.active {
    display: block;
  }
  header#main-header .mobile-menu .menu-close i {
    left: 40px;
    top: 22px;
  }
  header#main-header .header-info {
    display: none;
  }
  header#main-header nav {
    display: none;
    position: fixed !important;
    right: 0px;
    top: 0px;
    background-color: #4D4D4D;
    height: 100%;
    width: 300px;
    padding: 70px 30px 0 30px;
    font-weight: 300;
    z-index: 100000;
  }
  header#main-header nav.active {
    display: block;
  }
  header#main-header nav .social {
    display: block;
  }
  header#main-header nav .social a.social {
    margin-top: 10px;
    display: inline-block;
    color: white;
    font-size: 1.5em;
    margin-right: 10px;
  }
  header#main-header nav .social a.social:last-child {
    margin-right: 0px;
  }
  header#main-header nav .social a.social:hover {
    color: #0099CC;
    opacity: 1;
  }
  header#main-header nav > ul > li {
    display: block;
    margin: 0;
  }
  header#main-header nav > ul > li:first-child {
    border-top: 2px solid #666666;
  }
  header#main-header nav > ul > li:nth-last-child(3) {
    display: none;
  }
  header#main-header nav > ul > li.mobile-login-list {
    display: block !important;
  }
  header#main-header nav > ul > li.expanded {
    position: relative;
  }
  header#main-header nav > ul > li.expanded .mobile-single-toggle {
    display: inline-block;
    position: absolute;
    right: 0px;
    padding-right: 5px;
    top: -2px;
    font-size: 25px;
    color: white;
    width: 198px;
    cursor: pointer;
    text-align: right;
    z-index: 10;
  }
  header#main-header nav > ul > li.expanded > ul {
    display: none;
  }
  header#main-header nav > ul > li.expanded > ul.active {
    display: block;
  }
  header#main-header nav > ul > li a.hidden-desktop {
    display: block;
  }
  header#main-header nav > ul > li > a {
    color: white;
    font-size: 1em;
    display: block;
    border-bottom: 2px solid #666666;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  header#main-header nav > ul > li ul {
    display: block;
    background-color: #4D4D4D;
    position: relative;
    padding: 15px 0 15px 0;
    width: auto;
    border-bottom: 2px solid #666666;
    margin-bottom: 2px;
  }
  header#main-header nav > ul > li ul li {
    margin: 7px 0 0 0;
  }
  header#main-header nav > ul > li ul li:first-child {
    margin-top: 0px;
  }
  header#main-header nav > ul > li ul li a {
    font-size: 0.85em;
    line-height: 1.4;
  }
  header#main-header nav > ul > li ul li a:hover {
    color: #0099CC;
    opacity: 1;
  }
  .webform-submission-contact-form-form .form-item-promotions-opt-in label, .webform-submission-special-offers-form .form-item-promotions-opt-in label {
    font-size: 1em;
    top: 2px;
    margin-left: 10px;
    width: 91%;
  }
  .webform-submission-contact-form-form .form-item-promotions-opt-in .icheck_jaws, .webform-submission-special-offers-form .form-item-promotions-opt-in .icheck_jaws {
    vertical-align: top;
    top: 10px;
    position: relative;
  }
  #block-views-block-where-to-use-block-1 .where-to-use-full-list .column {
    width: 45%;
    margin-right: 10%;
  }
  #block-views-block-where-to-use-block-1 .where-to-use-full-list .column:last-child {
    margin-right: 0px;
  }
  #block-views-block-jaws-updates-block-1 .views-row.has-image .updates-left {
    width: 100%;
  }
  #block-views-block-jaws-updates-block-1 .views-row.has-image .updates-left .updates-container {
    padding-right: 0px;
  }
  #block-views-block-jaws-updates-block-1 .views-row.has-image .updates-right {
    display: none;
  }
  .node--type-product .where-to-use .field-field_where_to_use_2.four-col .column-wrapper {
    width: 50%;
    display: block;
    float: left;
  }
  .node--type-product .where-to-use .field-field_where_to_use_2.four-col .column-wrapper .column .column-container {
    padding-right: 0px;
  }
  .node--type-product .where-to-use .field-field_where_to_use_2.four-col .column-wrapper:first-child .column .column-container {
    padding-right: 15px;
  }
  .node--type-product .where-to-use .field-field_where_to_use_2.four-col .column {
    width: 100%;
  }
  .node--type-product #block-jawsrefillreloadreuse2 .step-columns {
    max-width: 600px;
    margin: 0 auto;
  }
  .node--type-product .reviews .region-review #block-webform .js-form-type-textfield {
    width: 100%;
  }
  .node--type-product .reviews .region-review #block-webform .js-form-type-textfield.js-form-item-name {
    margin-right: 0px;
  }
  .node--type-product .reviews .region-review #block-views-block-reviews-block-1 .pager {
    margin-bottom: 0px;
  }
  .node--type-product .directions .column {
    width: calc(100% - 0px);
    float: left;
    margin-left: 0px;
  }
  .node--type-product .directions .column .directions-list, .node--type-product .directions .column .ingredients-list {
    padding-right: 0px;
  }
  .node--type-product #block-jawsrefillreloadreuse2 {
    padding-left: 0px;
    margin-top: 15px;
  }
  .node--type-product #block-jawsrefillreloadreuse2 .body {
    padding: 0;
  }
  .node--type-product #block-jawsrefillreloadreuse2 .step-columns {
    max-width: 600px;
    margin: 0 auto;
  }
  .page-node-3656 .content-container {
    padding-top: 100px !important;
  }
  .content-container .interior-icon-blocks .region-icon_blocks .icon-block {
    width: calc(100% - 0px);
    float: left;
    margin-left: 0px;
  }
  .content-container .interior-icon-blocks .region-icon_blocks .icon-block:nth-last-child(2) {
    margin-bottom: 50px;
  }
  .content-container .interior-icon-blocks .region-icon_blocks .icon-block .field_description {
    padding: 0;
  }
  .content-container #block-sponsoredorganizations .image-container {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 800px) and (max-width: 600px) {
  .content-container #block-sponsoredorganizations .image-container {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 800px) {
  .content-container #block-sponsoredorganizations .image-container .image-column {
    margin-bottom: 40px;
  }
  .content-container #block-sponsoredorganizations .image-container .field_clickable_image {
    width: 29%;
    margin-right: 6.5%;
  }
  .content-container #block-views-block-for-retailers-products-block-1 {
    margin-top: 0px;
    margin-bottom: 35px;
  }
  .content-container #block-views-block-for-retailers-products-block-1 .retailer-details {
    width: 100%;
    padding-left: 0px;
  }
  .content-container #block-views-block-for-retailers-products-block-1 .retailer-image {
    width: 100%;
  }
  .store-results .retailer-result {
    width: 100%;
  }
  .store-results .retailer-result:nth-child(odd) {
    margin-right: 0px;
  }
  .store-results .retailer-result:nth-child(2) {
    border-top: 0px;
  }
  .store-results .retailer-result:last-child {
    border-bottom: 0px;
  }
  .store-results .retailer-result:first-child {
    border-top: 0px;
  }
  footer#main-footer .column {
    width: calc(100% - 0px);
    float: left;
    margin-left: 0px;
    text-align: center;
  }
  footer#main-footer .column.right {
    text-align: center;
    padding-top: 25px;
    margin-top: 25px;
  }
  footer#main-footer .column.left {
    padding-top: 0px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  footer#main-footer #block-footermenu ul {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 2em;
  }
  .prefooter-no-container .region-prefooter_no_container > div {
    padding-left: 50px;
    padding-right: 50px;
  }
  .prefooter-no-container .region-prefooter_no_container > div .body p:nth-child(2) {
    line-height: 1;
    margin-top: 6px;
  }
  header#main-header .mobile-menu a.mobile-login {
    display: none;
  }
  .path-frontpage #block-views-block-homepage-influencer-carousel-block-2 {
    max-height: 48vw;
    height: 48vw;
    overflow: hidden;
  }
  .path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 {
    max-height: 48vw;
    height: 48vw;
    overflow: hidden;
  }
  .path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 .no-slick .views-row {
    display: none;
    width: 50%;
    float: left;
  }
  .path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 .no-slick .views-row:nth-child(-n+5) {
    display: none;
  }
  .path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 .no-slick .views-row:nth-child(-n+4) {
    display: none;
  }
  .path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 .no-slick .views-row:nth-child(-n+3) {
    display: none;
  }
  .path-frontpage #block-views-block-homepage-influencer-carousel-block-2-2 .no-slick .views-row:nth-child(-n+2) {
    display: block;
  }
  .path-frontpage .latest .region-front #block-justaddwaterhomepage2 .step-columns {
    max-width: 450px;
    margin: 0 auto;
  }
  .path-frontpage .latest .region-front #block-justaddwaterhomepage2 .field_step_column {
    margin-right: 6%;
  }
  .path-frontpage #block-jaws-content .body h1 {
    font-size: 2em;
  }
  .path-frontpage #block-jaws-content .owl-home-slideshow .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
  .path-frontpage #block-jaws-content .owl-home-slideshow .owl-item > div {
    width: 100vw;
    overflow: hidden;
    position: relative;
  }
  .path-frontpage #block-jaws-content .owl-home-slideshow .owl-item img {
    position: relative;
    width: 130%;
    max-width: 130%;
    left: -15%;
  }
  .path-frontpage #block-jaws-content .owl-home-slideshow .slideshow-caption .slideshow-container .field_link {
    margin-top: 10px;
  }
  .path-frontpage #block-jaws-content .owl-home-slideshow .slideshow-caption .slideshow-container .field_link a {
    font-size: 0.95em;
  }
  .path-frontpage #block-jaws-content .owl-home-slideshow .slideshow-caption .slideshow-container .field_caption {
    max-width: 300px;
  }
  .path-frontpage #block-jaws-content .owl-home-slideshow .slideshow-caption .slideshow-container .field_caption h2 {
    font-size: 1.8em;
  }
  .path-frontpage .region-icon_blocks .icon-block {
    width: calc(100% - 0px);
    float: left;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .path-frontpage .region-icon_blocks .icon-block:last-child {
    margin-bottom: 0px;
  }
  .path-frontpage .region-icon_blocks .icon-block .field_title {
    line-height: 1;
    margin-bottom: 10px;
    font-size: 1.4em;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .views-row.not-even, .path-frontpage #block-views-block-homepage-products-block-1 .views-row.even {
    margin-bottom: 0px;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .views-row.not-even .homepage-product-container .all-products a, .path-frontpage #block-views-block-homepage-products-block-1 .views-row.even .homepage-product-container .all-products a {
    padding: 59px 15px;
    font-size: 1.8em;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .homepage-product {
    height: 165px;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .homepage-product .homepage-product-left {
    width: 50%;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .homepage-product .homepage-product-left .views-field-title h2 {
    font-size: 1.2em;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .homepage-product .homepage-product-left .views-field-path a {
    padding: 3px 20px;
    font-size: 1em;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .homepage-product .homepage-product-right {
    width: 50%;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .homepage-product .homepage-product-right .views-field-field-preview-image img {
    max-width: 160px;
  }
  .hero-image .owl-carousel .owl-item > div {
    width: 100vw;
    overflow: hidden;
    position: relative;
  }
  .hero-image .owl-carousel .owl-item img {
    position: relative;
    width: 175%;
    max-width: 175%;
    left: -35%;
  }
  .node--type-jaws_update .field_publish_date {
    display: block;
  }
  .node--type-jaws_update .field_publish_date span.divider {
    display: none;
  }
  .node--type-jaws_update .body {
    margin-bottom: 20px;
  }
  .node--type-jaws_update #share ul {
    display: block;
    margin: 10px 0 0 0;
  }
  .field_youtube_video_embed.active .video-embed-field-provider-youtube iframe {
    width: 100%;
    height: 54vw;
  }
  .node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1 {
    max-width: 420px;
  }
  .node--type-product .product-column-left .product-carousel-images-par .attachment-2 .views-field-field-youtube-video-embed i {
    right: -18px;
    font-size: 2.5em;
  }
  .node--type-product .product-column-left .product-images .field_product_images img {
    max-height: 200px;
  }
  .node--type-product .reviews .region-review .view-reviews .views-row .views-field-field-review-title {
    display: block;
  }
  .node--type-product .reviews .region-review .view-reviews .views-row .views-field-field-review-title span {
    display: none;
  }
  .node--type-product .product-column-left .product-images .field_product_images {
    width: 49%;
    margin: 0;
  }
  .node--type-product .product-column-right .product-finder div.description {
    font-size: 1.1em;
  }
  .node--type-product .product-column-right .product-option-content {
    width: 67%;
  }
  .node--type-product .product-column-right .subscribe-options .subscribe .frequency-picker {
    margin-left: 0px;
    display: block;
    margin-top: 10px;
  }
  .node--type-product #block-jawsrefillreloadreuse2 .step-columns {
    max-width: 450px;
  }
  .content-container #block-sponsoredorganizations {
    margin-top: 0px;
  }
  .content-container .body-video .how-it-works-video {
    margin-bottom: 10px;
  }
  #block-storelocator, #block-storelocatorkroger {
    margin-top: 0px;
  }
  #block-storelocator .store-input input[type=text], #block-storelocatorkroger .store-input input[type=text] {
    width: 100%;
  }
  #block-storelocator .store-input select, #block-storelocatorkroger .store-input select {
    width: 100%;
    background-position: 98% center;
  }
  #block-storelocator .store-input #zip-wrapper, #block-storelocator .store-input #mile-wrapper, #block-storelocator .store-input button, #block-storelocatorkroger .store-input #zip-wrapper, #block-storelocatorkroger .store-input #mile-wrapper, #block-storelocatorkroger .store-input button {
    display: block;
  }
  #block-storelocator .store-input #mile-wrapper, #block-storelocatorkroger .store-input #mile-wrapper {
    margin: 10px 0 20px 0;
  }
  #block-views-block-product-list-block-1 .view-product_list .views-field-title {
    text-align: center;
  }
  #block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing {
    width: 100%;
    margin: 0 0 40px 0;
    max-width: 100%;
    float: none;
  }
  #block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing:last-child {
    margin: 0;
  }
  #block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .field_option_image img {
    max-width: 300px;
    margin: 0 auto;
  }
  #block-views-block-product-list-block-1 .view-product_list .views-field-field-purchase-options .paragraph--view-mode--product-listing .jaws-button {
    font-size: 1.16em;
    padding: 2px 20px 3px 20px;
  }
  #block-views-block-where-to-use-block-1 .where-to-use-full-list .column {
    width: 100%;
    margin-right: 0px;
  }
  .webform-submission-contact-form-form select, .webform-submission-special-offers-form select {
    width: 100.4%;
    background-position: 98% center;
  }
  #block-views-block-jaws-updates-block-1 #views-exposed-form-jaws-updates-block-1 {
    text-align: left;
  }
  #block-views-block-jaws-updates-block-1 #views-exposed-form-jaws-updates-block-1 legend span {
    margin: 0 0 6px 0;
    display: block;
  }
  #block-views-block-jaws-updates-block-1 #views-exposed-form-jaws-updates-block-1 .js-form-type-checkbox {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  #block-views-block-jaws-updates-block-1 #views-exposed-form-jaws-updates-block-1 .js-form-type-checkbox:last-child {
    margin-bottom: 0px;
  }
  #block-views-block-jaws-updates-block-1 .views-row .date-category {
    display: block;
  }
  #block-views-block-jaws-updates-block-1 .views-row .date-category .divider {
    height: 0;
    color: transparent;
    display: block;
  }
  #block-views-block-jaws-updates-block-1 .views-row .views-field-title h2 {
    font-size: 1.1em;
  }
  .cta {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 450px) {
  h3 {
    line-height: 1.4;
  }
  header#main-header #block-jawslogo img {
    width: 100px;
    top: 8px;
  }
  header#main-header nav {
    width: 250px;
    padding: 67px 15px 0 15px;
  }
  header#main-header nav > ul {
    height: 85vh;
  }
  header#main-header nav > ul > li.expanded .mobile-single-toggle {
    width: 150px;
  }
  header#main-header .mobile-menu .mobile-close {
    top: -29px;
  }
  header#main-header .mobile-menu a {
    margin-right: 12px;
  }
  header#main-header .mobile-menu a:nth-child(3) {
    margin-right: 44px;
  }
  h1 {
    font-size: 1.8em;
  }
  .content-container #block-sponsoredorganizations .image-container {
    margin-top: 0px;
  }
  .content-container #block-sponsoredorganizations .image-container::after {
    clear: both;
    content: "";
    display: table;
  }
  .content-container #block-sponsoredorganizations .image-container .field_clickable_image {
    width: 100%;
    margin-right: 0px;
    height: auto !important;
    margin-bottom: 25px;
  }
  .content-container #block-sponsoredorganizations .image-container .field_clickable_image:last-child {
    margin-bottom: 0px;
  }
  .content-container #block-sponsoredorganizations .image-container .field_clickable_image img {
    max-width: 100%;
  }
  .content-container #block-sponsoredorganizations .image-container .field_clickable_image .paragraph--type--image-link {
    top: 0px;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
  }
  #block-reviewaverageblock .rateit-bg {
    display: block;
    line-height: 1;
    margin-top: 10px;
  }
  .node--type-product #block-jawsrefillreloadreuse2 .field_step_column {
    font-size: 0.77em;
  }
  .node--type-product .where-to-use .field-field_where_to_use_2.two-col {
    max-width: 100%;
  }
  .node--type-product .where-to-use .field-field_where_to_use_2.two-col .column {
    width: 100%;
  }
  .node--type-product .where-to-use .field-field_where_to_use_2.two-col .column .column-container {
    padding-right: 0px;
  }
  .node--type-product .where-to-use .field-field_where_to_use_2.four-col .column-wrapper {
    width: 100%;
  }
  .node--type-product .where-to-use .field-field_where_to_use_2.four-col .column-wrapper:first-child .column .column-container {
    padding-right: 0px;
  }
  .node--type-product .directions .related-product a {
    padding: 3%;
  }
  .node--type-product .product-column-left .product-images-body-wrapper {
    overflow: hidden;
  }
  .node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1 {
    max-width: 325px;
    width: auto;
    margin: 0 auto;
    float: none;
  }
  .node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1 .views-field-field-youtube-video-embed.has-video {
    height: auto;
  }
  .node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1 .views-field-field-image {
    height: auto;
  }
  .node--type-product .product-column-left .product-carousel-images-par > .product-carousel-images > .views-element-container > .product-carousel-images-wrapper .slick--view--product-carousel-images--block-1 .views-field-field-image img {
    max-height: 2000px;
  }
  .node--type-product .product-column-left .product-images .field_product_images {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .node--type-product .product-column-left .product-images .field_product_images:last-child {
    margin: 0;
  }
  .node--type-product .product-column-left .product-images .field_product_images img {
    max-height: 300px;
  }
  .node--type-product .product-column-right .product-option-content {
    width: 70%;
  }
  .node--type-product .product-column-right .product-finder div.icon {
    font-size: 2.2em;
  }
  .node--type-product .product-column-right .quantity-picker {
    width: 56px;
  }
  .node--type-product .product-column-right .quantity-picker .input-number {
    padding-right: 0px;
  }
  .node--type-product .product-column-right .subscribe-options .subscribe h4 {
    font-size: 1em;
  }
  .node--type-product .product-column-right .subscribe-options .subscribe .quantity-picker {
    min-width: 56px;
  }
  .node--type-product .product-column-right .subscribe-options .subscribe .quantity-picker .input-number-sub {
    width: 49px;
    padding-right: 0px;
  }
  .node--type-product .product-column-right .subscribe-options .subscribe .subscribe-description {
    font-size: 0.81em;
  }
  .node--type-product .product-column-right > div .field_price {
    margin-left: 5px;
  }
  .node--type-product .product-column-right > div .field_option_name, .node--type-product .product-column-right > div .field_price {
    font-size: 1em;
  }
  .node--type-product .product-column-right > div .field_description {
    font-size: 0.81em;
  }
  .path-frontpage .latest .region-front #block-justaddwaterhomepage2 .field_step_column {
    margin-right: 6%;
    font-size: 0.77em;
  }
  .path-frontpage #block-jaws-content {
    margin-top: 82px;
  }
  .path-frontpage #block-jaws-content .body h1 {
    font-size: 1.8em;
  }
  .path-frontpage #block-jaws-content .owl-home-slideshow .owl-item img {
    position: relative;
    width: 160%;
    max-width: 160%;
    left: -40%;
  }
  .path-frontpage #block-jaws-content .owl-home-slideshow .slideshow-caption .slideshow-container {
    top: 49%;
  }
  .path-frontpage #block-jaws-content .owl-home-slideshow .slideshow-caption .slideshow-container .field_link a {
    font-size: 0.9em;
  }
  .path-frontpage #block-jaws-content .owl-home-slideshow .slideshow-caption .slideshow-container .field_caption {
    max-width: 60%;
  }
  .path-frontpage #block-jaws-content .owl-home-slideshow .slideshow-caption .slideshow-container .field_caption h2 {
    font-size: 1.3em;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .views-row.not-even .homepage-product-container .all-products a, .path-frontpage #block-views-block-homepage-products-block-1 .views-row.even .homepage-product-container .all-products a {
    padding: 51px 15px;
    font-size: 1.6em;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .homepage-product {
    overflow: hidden;
    height: 155px;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .homepage-product .homepage-product-left {
    width: 55%;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .homepage-product .homepage-product-left .views-field-path a {
    font-size: 0.9em;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .homepage-product .homepage-product-left .views-field-field-product-label {
    font-size: 0.8em;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .homepage-product .homepage-product-left .views-field-title h2 {
    padding-right: 10px;
    font-size: 1em;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .homepage-product .homepage-product-right {
    width: 45%;
  }
  .path-frontpage #block-views-block-homepage-products-block-1 .homepage-product .homepage-product-right .views-field-field-preview-image img {
    max-width: 150px;
  }
  .webform-submission-contact-form-form select, .webform-submission-special-offers-form select {
    width: 101%;
    background-position: 98% center;
  }
  .webform-submission-contact-form-form .form-item-promotions-opt-in label, .webform-submission-special-offers-form .form-item-promotions-opt-in label {
    width: 87%;
  }
}
.node--type-product.is-device .product-column-right .quantity-picker .input-number {
  padding-right: 0px;
}
.node--type-product.is-device .product-column-right .subscribe-options .subscribe .quantity-picker .input-number-sub {
  padding-right: 0px;
}

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