/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * 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.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
body {
  font-size: 14px;
  font-family: "Neue Helvetica W01", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.42857143;
  color: #333333;
  background-color: transparent;
  font-weight: 400;
  letter-spacing: .025em;
}
img {
  max-width: 100%;
  height: auto;
}
a:hover,
button:hover,
a:focus,
button:focus {
  outline: none;
}
hr {
  margin: 0;
  border-top: 1px solid #ebebeb;
  border-bottom: none;
  border-left: none;
  border-right: none;
  width: 100%;
}
.accordion .accordion-item {
  border-bottom: 1px solid #ebebeb;
}
.accordion .accordion-item:first-child {
  border-top: 1px solid #ebebeb;
}
.accordion .accordion-trigger {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  text-decoration: none;
  padding: 10px;
  background-color: transparent;
  color: #333333;
  outline: none;
  width: 100%;
}
.accordion .accordion-trigger:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}
.accordion .accordion-trigger.gorilla-active:after {
  content: '-';
}
.accordion .accordion-content {
  overflow: hidden;
  height: 0;
  border-bottom: 1px solid transparent;
}
.accordion .accordion-content.gorilla-transitioning {
  transition: height 0.5s ease-in-out;
}
.accordion .accordion-content.gorilla-inactive {
  height: 0!important;
}
.accordion .accordion-content-inner {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .mobile-accordion .accordion-item {
    border-bottom: 1px solid #ebebeb;
  }
  .mobile-accordion .accordion-item:first-child {
    border-top: 1px solid #ebebeb;
  }
  .mobile-accordion .accordion-trigger {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: none;
    white-space: nowrap;
    text-decoration: none;
    padding: 10px;
    background-color: transparent;
    color: #333333;
    outline: none;
    width: 100%;
  }
  .mobile-accordion .accordion-trigger:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
  }
  .mobile-accordion .accordion-trigger.gorilla-active:after {
    content: '-';
  }
  .mobile-accordion .accordion-content {
    overflow: hidden;
    height: 0;
    border-bottom: 1px solid transparent;
  }
  .mobile-accordion .accordion-content.gorilla-transitioning {
    transition: height 0.5s ease-in-out;
  }
  .mobile-accordion .accordion-content.gorilla-inactive {
    height: 0!important;
  }
  .mobile-accordion .accordion-content-inner {
    padding: 20px;
  }
}
.breadcrumbs {
  margin: 16px 0 !important;
  padding: 0;
  background-color: transparent;
}
.breadcrumbs li {
  display: inline-block;
  color: #333333;
  font-size: 12px;
}
.breadcrumbs li + li:before {
  content: '/';
  padding: 0 2px;
}
.breadcrumbs li.active {
  color: #333333;
}
.breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: normal;
}
.button-block {
  display: block;
  width: 100%;
}
.button,
.usecare-index-index .categories-container .products-grid .modal-content:first-child > a,
.usecare-index-index .categories-container .products-grid .modal-content .usecaremaincontainer .download a {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  border: none;
  white-space: nowrap;
  text-decoration: none;
  padding: 20px 28px;
  font-size: 14px;
  line-height: 1em;
  border: 1px solid;
  border-radius: 0;
  min-width: 220px;
}
.button-primary {
  color: #fff;
  background-color: #3eb54a;
  border-color: #3eb54a;
  font-weight: normal;
  transition: 0.2s ease-out;
}
.button-primary:focus,
.button-primary:hover {
  color: #fff;
}
.button-primary[disabled] {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
.button-primary[disabled]:focus,
.button-primary[disabled]:hover {
  background-color: #3eb54a;
  border-color: #3eb54a;
  color: #fff;
}
.button-primary:focus,
.button-primary:hover {
  background-color: #000;
  border-color: #333333;
}
.button-default {
  color: #3eb54a;
  background-color: transparent;
  border-color: #3eb54a;
  font-weight: normal;
  transition: 0.2s ease-out;
}
.button-default:focus,
.button-default:hover {
  color: #3eb54a;
}
.button-default[disabled] {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
.button-default[disabled]:focus,
.button-default[disabled]:hover {
  background-color: transparent;
  border-color: #3eb54a;
  color: #3eb54a;
}
.button-default:focus,
.button-default:hover {
  color: #ffffff;
  background-color: #3eb54a;
}
.button-primary {
  color: #fff;
  background-color: #3eb54a;
  border-color: #3eb54a;
  font-weight: normal;
  transition: 0.2s ease-out;
}
.button-primary:focus,
.button-primary:hover {
  color: #fff;
}
.button-primary[disabled] {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
.button-primary[disabled]:focus,
.button-primary[disabled]:hover {
  background-color: #3eb54a;
  border-color: #3eb54a;
  color: #fff;
}
.button-primary:focus,
.button-primary:hover {
  background-color: #000;
  border-color: #333333;
}
.button-alternate,
.full-bleed .button-home-hero,
.usecare-index-index .categories-container .products-grid .modal-content:first-child > a,
.usecare-index-index .categories-container .products-grid .modal-content .usecaremaincontainer .download a,
.scroll-section .button-home-hero {
  padding: 19px 28px;
  border: 1px solid;
  color: #333333;
  background-color: transparent;
  border-color: #333333;
  font-weight: normal;
  transition: 0.2s ease-out;
}
.button-alternate:focus,
.button-alternate:hover {
  color: #333333;
}
.button-alternate[disabled] {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
.button-alternate[disabled]:focus,
.button-alternate[disabled]:hover {
  background-color: transparent;
  border-color: #333333;
  color: #333333;
}
.button-alternate:focus,
.button-alternate:hover {
  color: #ffffff;
  background-color: #333333;
}
.button-transparent {
  border: 1px solid;
  color: transparent;
  background-color: transparent;
  border-color: transparent;
  font-weight: normal;
  transition: 0.2s ease-out;
}
.button-transparent:focus,
.button-transparent:hover {
  color: transparent;
}
.button-transparent[disabled] {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
.button-transparent[disabled]:focus,
.button-transparent[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
  color: transparent;
}
.button-transparent:focus,
.button-transparent:hover {
  color: #fff;
  background-color: #3eb54a;
}
.button-facebook {
  padding: 19px 28px;
  border: 1px solid;
  position: relative;
  color: #ffffff;
  background-color: transparent;
  border-color: #4e6085;
  font-weight: normal;
  transition: 0.2s ease-out;
  background: #6178a1;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJUlEQVQIW2NkgILo/Ok+SydmbgFxGUEETABGMyKrgCnArhKbmQDpcB2zHOclsgAAAABJRU5ErkJggg=='), linear-gradient(to bottom, #6178a1 0%, #4e6085 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6178a1', endColorstr='#4e6085', GradientType=0);
  border-radius: 5px;
  box-shadow: inset 0px 0 1px #fafafa;
}
.button-facebook:focus,
.button-facebook:hover {
  color: #ffffff;
}
.button-facebook[disabled] {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
.button-facebook[disabled]:focus,
.button-facebook[disabled]:hover {
  background-color: transparent;
  border-color: #4e6085;
  color: #ffffff;
}
.button-facebook:focus,
.button-facebook:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #4e6085;
  font-weight: normal;
  transition: 0.2s ease-out;
}
.button-facebook:focus:focus,
.button-facebook:hover:focus,
.button-facebook:focus:hover,
.button-facebook:hover:hover {
  color: #ffffff;
}
.button-facebook:focus[disabled],
.button-facebook:hover[disabled] {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
.button-facebook:focus[disabled]:focus,
.button-facebook:hover[disabled]:focus,
.button-facebook:focus[disabled]:hover,
.button-facebook:hover[disabled]:hover {
  background-color: transparent;
  border-color: #4e6085;
  color: #ffffff;
}
.button-facebook:before {
  content: '';
  background: url("../images/icn-fb-connect.png") no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 18%;
  height: 100%;
  border-right: 1px solid #6e82a9;
  padding: 0 0 0 0;
  box-shadow: 0px 0 1px #4e6085;
}
.button-facebook span {
  text-shadow: 0px -1px #4e6085;
  margin: 0 0 0 20px;
}
.button-h20 {
  color: #fff;
  background-color: #3fadcc;
  border-color: #3fadcc;
  font-weight: normal;
  transition: 0.2s ease-out;
}
.button-h20:focus,
.button-h20:hover {
  color: #fff;
}
.button-h20[disabled] {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
.button-h20[disabled]:focus,
.button-h20[disabled]:hover {
  background-color: #3fadcc;
  border-color: #3fadcc;
  color: #fff;
}
.buttons-set.loading .button-ajax .button-text,
.buttons-set.loading .button-ajax .button-loader {
  transform: translate3d(0, -52px, 0);
}
.button-ajax {
  height: 54px;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 52px;
}
.button-ajax .button-text,
.button-ajax .button-loader {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.button-ajax .btn-loader {
  top: 20px;
}
.button-ajax[disabled] {
  opacity: 1;
  filter: alpha(opacity=100);
}
.button-ajax.loading .button-text,
.button-ajax.loading .button-loader {
  transform: translate3d(0, -52px, 0);
}
.link {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  text-decoration: none;
  display: inline;
  vertical-align: baseline;
  padding: 0;
  background-color: transparent;
  line-height: inherit;
  color: #333333;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}
.buttons-set + .buttons-set {
  margin-top: 10px;
}
.buttons-set .button + .button {
  margin-left: 10px;
}
.buttons-set .button-block + .button-block {
  margin-top: 10px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .button,
  .usecare-index-index .categories-container .products-grid .modal-content:first-child > a,
  .usecare-index-index .categories-container .products-grid .modal-content .usecaremaincontainer .download a {
    display: block;
    width: 100%;
  }
  .buttons-set .button + .button {
    margin-left: 0;
    margin-top: 10px;
  }
}
code,
kbd,
pre,
samp {
  font-family: "Neue Helvetica W01", Helvetica, Arial, "Lucida Grande", sans-serif;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #000000;
  background-color: #f7f7f9;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(100, 100, 100, 0.4);
}
.prettyprint code {
  box-shadow: none;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #999999;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #000000;
  border: 1px solid #ccc;
  border-radius: 3px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 200px;
  overflow-y: scroll;
}
.code-highlight {
  margin: 20px 0;
}
.code-highlight pre {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.code-highlight h4 {
  background-color: #f9f9f9;
  border-radius: 3px 3px 0 0;
  border: 1px solid #E1E1E8;
  border-bottom: 0;
  margin-bottom: 0;
  padding: 12px 8px;
}
/* Pretty printing styles. Used with prettify.js.
 *
 * This version is slight modified based on the original version.
 *
 * Name:	Stanley Ng
 * Email: 	stanleyhlng@googlegroups.com
 *
 * Reference:
 * http://code.google.com/p/google-code-prettify/source/browse/trunk/src/prettify.css
 */
.pln {
  color: #48484C;
}
.str {
  color: #DD1144;
}
.kwd {
  color: #1E347B;
}
.com {
  color: #93A1A1;
}
.typ {
  color: teal;
}
.lit {
  color: #195F91;
}
.pun {
  color: #93A1A1;
}
.opn {
  color: #93A1A1;
}
.clo {
  color: #93A1A1;
}
.tag {
  color: #008;
}
.atn {
  color: teal;
}
.atv {
  color: #DD1144;
}
.dec {
  color: teal;
}
.var {
  color: teal;
}
.fun {
  color: #DC322F;
}
/* Put a border around prettyprinted code snippets. */
pre.prettyprint {
  background-color: #f9f9f9;
  padding: 0;
  border: 1px solid #E1E1E8;
}
pre.prettyprint.linenums {
  box-shadow: 40px 0 0 #fff inset;
}
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  color: #1E347B;
  padding: 0;
}
ol.linenums li {
  color: #BEBEC5;
  line-height: 18px;
  padding: 2px 2px 2px 20px;
  text-shadow: 0 1px 0 #FFFFFF;
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: normal;
}
/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: #eee;
}
.custom-styled-select {
  position: relative;
  width: 100%;
}
.custom-styled-select .outer {
  width: 100%;
  padding: 17px 14px;
  padding-right: 70px;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #333333;
  background-color: #ffffff;
  text-align: left;
}
.custom-styled-select .outer:after {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 18px;
  padding: 15px 19px;
  color: #dddddd;
  content: "\e605";
  border-left: 1px solid #dddddd;
  font-size: 24px;
}
.custom-styled-select .inner {
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-weight: 400;
  padding-right: 50px;
}
.custom-styled-select select {
  -webkit-appearance: none;
  width: 100%;
  height: 54px;
}
.custom-styled-select.focus .outer {
  border-color: #c4c4c4;
}
.custom-styled-select.disabled .outer {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
label {
  display: block;
  margin-bottom: 8px;
  font-family: "Neue Helvetica W01", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
}
input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}
.input-text {
  display: block;
  width: 100%;
  background-image: none;
  outline: none;
  padding: 17px 14px;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #333333;
  background-color: #ffffff;
  transition: 0.3s ease-out;
  -webkit-appearance: none;
}
.input-text::-ms-clear {
  display: none;
}
.input-text:-moz-placeholder {
  color: #333333;
  font-weight: 300;
}
.input-text::-moz-placeholder {
  color: #333333;
  font-weight: 300;
}
.input-text:-ms-input-placeholder {
  color: #333333;
  font-weight: 300;
}
.input-text::-webkit-input-placeholder {
  color: #333333;
  font-weight: 300;
}
.input-text:focus {
  border-color: #c4c4c4;
}
.input-text[disabled],
.input-text[readonly] {
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
textarea.input-text {
  resize: vertical;
  overflow: auto;
  height: 226px;
}
.input-text.error,
.input-text.validation-failed {
  color: #333333;
  background-color: #ffffff;
  border-color: #ff0000;
}
.input-text.error:-moz-placeholder,
.input-text.validation-failed:-moz-placeholder {
  color: #333333;
  font-weight: 300;
}
.input-text.error::-moz-placeholder,
.input-text.validation-failed::-moz-placeholder {
  color: #333333;
  font-weight: 300;
}
.input-text.error:-ms-input-placeholder,
.input-text.validation-failed:-ms-input-placeholder {
  color: #333333;
  font-weight: 300;
}
.input-text.error::-webkit-input-placeholder,
.input-text.validation-failed::-webkit-input-placeholder {
  color: #333333;
  font-weight: 300;
}
.inline-form .input-box,
.inline-form .button {
  float: left;
}
.inline-form .input-box {
  width: 100%;
  width: calc(100% - 120px);
}
.inline-form .input-text {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}
.inline-form .button {
  width: 120px;
  height: 54px;
  min-width: 0;
}
.horizontal-form label {
  margin-bottom: 0;
  line-height: 54px;
}
.horizontal-form .form-list li {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.horizontal-form .form-list li:before,
.horizontal-form .form-list li:after {
  content: " ";
  display: table;
  line-height: 0;
}
.horizontal-form .form-list li:after {
  clear: both;
}
.grid-form .form-list li {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.grid-form .form-list li:before,
.grid-form .form-list li:after {
  content: " ";
  display: table;
  line-height: 0;
}
.grid-form .form-list li:after {
  clear: both;
}
@media (max-width: 768px) {
  .grid-form .form-list li {
    margin-bottom: 0;
  }
  .grid-form .form-list [class^="col-"] {
    margin-bottom: 16px;
  }
}
.custom-checkbox,
.custom-radio {
  position: relative;
  display: inline-block;
}
.custom-checkbox input[type="checkbox"],
.custom-radio input[type="checkbox"],
.custom-checkbox input[type="radio"],
.custom-radio input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.custom-checkbox input[type="checkbox"][disabled] + label,
.custom-radio input[type="checkbox"][disabled] + label,
.custom-checkbox input[type="radio"][disabled] + label,
.custom-radio input[type="radio"][disabled] + label,
.custom-checkbox input[type="checkbox"][readonly] + label,
.custom-radio input[type="checkbox"][readonly] + label,
.custom-checkbox input[type="radio"][readonly] + label,
.custom-radio input[type="radio"][readonly] + label {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.custom-checkbox label,
.custom-radio label {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 200;
}
.custom-checkbox + .custom-checkbox,
.custom-radio + .custom-checkbox,
.custom-checkbox + .custom-radio,
.custom-radio + .custom-radio {
  margin-left: 16px;
}
.custom-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
}
.custom-checkbox input[type="checkbox"]:checked + label:before {
  content: "\f046";
}
.custom-checkbox label:before {
  display: inline-block;
  content: "\f096";
  width: 16px;
  margin-right: 8px;
  font-size: 16px;
  color: #666666;
  vertical-align: top;
}
.custom-radio input[type="radio"] {
  width: 16px;
  height: 16px;
}
.custom-radio input[type="radio"]:checked + label:before {
  content: "\f192";
}
.custom-radio label:before {
  display: inline-block;
  content: "\f10c";
  margin-right: 8px;
  font-size: 16px;
  color: #666666;
  vertical-align: top;
}
@media screen and (min-width: 320px) {
  .custom-files {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
  }
  .custom-files:last-child {
    margin-right: 0;
  }
}
label.custom-file-input {
  display: block;
  cursor: pointer;
  *zoom: 1;
}
label.custom-file-input:before,
label.custom-file-input:after {
  content: " ";
  display: table;
  line-height: 0;
}
label.custom-file-input:after {
  clear: both;
}
label.custom-file-input .input-text {
  background-color: transparent;
  border: none;
  color: inherit;
  padding: 0;
  transition: unset;
}
label.custom-file-input input[type="file"] {
  position: fixed;
  top: -1000px;
}
label.custom-file-input .button {
  color: #4d4d4d;
  min-width: auto;
  padding: 25px 14px;
}
label.custom-file-input .button span {
  font-weight: 600;
}
label.custom-file-input .button:hover {
  color: #fff;
}
label.custom-file-input .icon-camera {
  font-size: 25px;
  padding-top: 15px;
}
label.custom-file-input.validation-error .button {
  border-color: #ff0000;
}
#mc_embed_signup {
  padding: 0 0 20px;
}
#mc_embed_signup #mc-embedded-subscribe-form {
  width: 60%;
  margin: 0 auto;
}
#mc_embed_signup .mc-field-group {
  margin: 0 0 20px;
}
#mc_embed_signup .mc-field-group label {
  display: none;
}
#mc_embed_signup .mc-field-group .custom-radio label,
#mc_embed_signup .mc-field-group .custom-checkbox label {
  display: inline-block;
}
#mc_embed_signup .mc-field-group .form-list li {
  display: inline-block;
  width: 22%;
}
#mc_embed_signup .label-input {
  width: 100%;
}
#mc_embed_signup #mc-embedded-subscribe {
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #mc_embed_signup #mc-embedded-subscribe-form {
    width: 100%;
  }
  #mc_embed_signup .mc-field-group .form-list li {
    display: block;
    width: 100%;
  }
  #mc_embed_signup .label-input {
    width: 100%;
  }
  #mc_embed_signup #mc-embedded-subscribe {
    width: 100%;
  }
}
label.error,
.validation-advice {
  margin-bottom: 0;
  padding: 0;
  color: #db2323;
  font-size: 12px;
  font-style: italic;
  line-height: 1.6em;
}
.inline-validation li,
.inline-validation .field {
  position: relative;
}
.inline-validation label.error,
.inline-validation .validation-advice {
  position: absolute;
  top: 50%;
  right: 17px 14px;
  margin-top: -0.8em;
}
.inline-validation textarea + label.error,
.inline-validation textarea + .validation-advice {
  top: 17px 14px;
  margin-top: 0;
  line-height: 18px;
}
.form-list li {
  margin-bottom: 16px;
}
.form-list .fields {
  margin-left: -16px;
  margin-right: -16px;
}
.form-list .fields .field {
  float: left;
  width: 50%;
  padding-left: 16px;
  padding-right: 16px;
}
.form-list .field-group .field {
  margin-top: 8px;
}
.form-list .field-group .field:first-child {
  margin-top: 0;
}
.form-list .half {
  width: 50%;
}
.scaffold-form .content .form-instructions {
  margin: 0 0 27px 0;
  max-width: 420px;
}
.scaffold-form .content .form-list,
.scaffold-form .content .buttons-set {
  max-width: 320px;
}
.scaffold-form .content .form-list .button,
.scaffold-form .content .buttons-set .button {
  width: 100%;
}
.scaffold-form .content .forgot-your-password {
  font-size: 12px;
  margin: 0 0 18px 0;
  display: inline-block;
}
.scaffold-form .fields .field {
  width: 100%;
  margin: 0 0 16px 0;
}
.scaffold-form .fields .field:last-child {
  margin: 0;
}
.form-row-double-field .input-box,
.form-row-tripple-field .input-box {
  margin-bottom: 16px;
}
@media screen and (min-width: 480px) {
  .form-row-double-field,
  .form-row-tripple-field {
    *zoom: 1;
  }
  .form-row-double-field:before,
  .form-row-tripple-field:before,
  .form-row-double-field:after,
  .form-row-tripple-field:after {
    content: " ";
    display: table;
    line-height: 0;
  }
  .form-row-double-field:after,
  .form-row-tripple-field:after {
    clear: both;
  }
  .form-row-double-field .input-field,
  .form-row-tripple-field .input-field {
    float: left;
    margin-right: 2%;
    width: 49%;
  }
  .form-row-double-field .input-field:last-child,
  .form-row-tripple-field .input-field:last-child {
    margin-right: 0;
  }
  .form-row-double-field .input-box,
  .form-row-tripple-field .input-box {
    margin-bottom: 0;
  }
  .form-row-double-field .input-field {
    width: 49%;
  }
  .form-row-tripple-field .input-field {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .form-list .fields {
    margin-left: 0;
    margin-right: 0;
  }
  .form-list .fields .field {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 16px;
  }
  .form-list .half {
    width: 100%;
  }
  .inline-validation .field label.error,
  .inline-validation .field .validation-advice {
    right: 17px 14px;
  }
  .scaffold-form .content .form-list,
  .scaffold-form .content .buttons-set {
    max-width: none;
  }
}
.container-fluid,
.video-content,
.usecare-index-index .categories-container {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  display: table;
  line-height: 0;
}
.row:after {
  clear: both;
}
.col-sm-1, .col-md-1, .col-lg-1, .col-sm-2, .col-md-2, .col-lg-2, .col-sm-3, .col-md-3, .col-lg-3, .col-sm-4, .col-md-4, .col-lg-4, .col-sm-5, .col-md-5, .col-lg-5, .col-sm-6, .col-md-6, .col-lg-6, .col-sm-7, .col-md-7, .col-lg-7, .col-sm-8, .col-md-8, .col-lg-8, .col-sm-9, .col-md-9, .col-lg-9, .col-sm-10, .col-md-10, .col-lg-10, .col-sm-11, .col-md-11, .col-lg-11, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  float: left;
}
.col-sm-12 {
  width: 100%;
}
.col-sm-11 {
  width: 91.66666667%;
}
.col-sm-10 {
  width: 83.33333333%;
}
.col-sm-9 {
  width: 75%;
}
.col-sm-8 {
  width: 66.66666667%;
}
.col-sm-7 {
  width: 58.33333333%;
}
.col-sm-6 {
  width: 50%;
}
.col-sm-5 {
  width: 41.66666667%;
}
.col-sm-4 {
  width: 33.33333333%;
}
.col-sm-3 {
  width: 25%;
}
.col-sm-2 {
  width: 16.66666667%;
}
.col-sm-1 {
  width: 8.33333333%;
}
@media (min-width: 769px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 961px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
@font-face {
  font-family: 'contigo';
  src: url('../fonts/contigo.eot');
  src: url('../fonts/contigo.eot?#iefix') format('embedded-opentype'), url('../fonts/contigo.woff2') format('woff2'), url('../fonts/contigo.woff') format('woff'), url('../fonts/contigo.ttf') format('truetype'), url('../fonts/contigo.svg#contigo') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon,
[class^="icon-"],
[class*=" icon-"],
.custom-styled-select .outer:after,
.custom-checkbox label:before,
.custom-radio label:before,
a.arrow-link:after,
.carousel-pagination a:after,
.video-modal .vjs-play-control:after,
.video-modal .vjs-mute-control:after,
.video-content h4:before {
  font-family: 'contigo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0.95;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-spin {
  animation: icon-spin 2s infinite linear;
}
@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-cross:before {
  content: "\e600";
}
.icon-pin12:before {
  content: "\e601";
}
.icon-angle-left:before {
  content: "\e602";
}
.icon-angle-up:before {
  content: "\e603";
}
.icon-angle-right:before {
  content: "\e604";
}
.icon-angle-down:before {
  content: "\e605";
}
.icon-times-circle:before {
  content: "\e606";
}
.icon-plus-circle:before {
  content: "\e607";
}
.icon-plus:before {
  content: "\e608";
}
.icon-account:before {
  content: "\e609";
}
.icon-search:before {
  content: "\e60a";
}
.icon-cart:before {
  content: "\e60b";
}
.icon-questions:before {
  content: "\e60c";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-o:before {
  content: "\f006";
}
.icon-check-square-o:before {
  content: "\f046";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-square-o:before {
  content: "\f096";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-circle-o:before {
  content: "\f10c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-dot-circle-o:before {
  content: "\f192";
}
.icon-file-pdf-o:before {
  content: "\f1c1";
}
.icon-circle-o-notch:before {
  content: "\f1ce";
}
.icon-cc-visa:before {
  content: "\f1f0";
}
.icon-cc-mastercard:before {
  content: "\f1f1";
}
.icon-cc-discover:before {
  content: "\f1f2";
}
.icon-cc-amex:before {
  content: "\f1f3";
}
.icon-pinterest-p:before {
  content: "\f231";
}
.icon-download:before {
  content: "\e60d";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-camera:before {
  content: "\e90f";
}
.icon-questions-green {
  text-decoration: none;
}
.icon-questions-green:before {
  color: #3eb54a;
  content: "\e60c";
  font-weight: 600;
}
.messages {
  position: relative;
}
.messages ul li {
  padding: 12px;
  margin: 20px 0;
  border: 1px solid;
  border-radius: 0;
  text-align: center;
}
.messages .error-msg li {
  color: #ff0000;
  background-color: transparent;
  border-color: #ff0000;
}
.messages .success-msg li {
  color: #3eb54a;
  background-color: transparent;
  border-color: #3eb54a;
}
.messages .note-msg li {
  color: #333333;
  background-color: transparent;
  border-color: #333333;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  outline: 0;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.95);
  transition: 0.3s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal.show {
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal.show .modal-content {
  padding-top: 100px;
}
.modal-content {
  transition-delay: 0.2s;
  transition: padding 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  width: 90%;
  margin: 30px auto;
  padding: 10px;
  background-color: transparent;
  border: none;
  border-radius: 2px;
  background-clip: padding-box;
  outline: 0;
}
.modal-close {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  text-decoration: none;
  position: absolute;
  top: 30px;
  right: 80px;
  background-color: transparent;
  padding: 0;
  font-size: 32px;
}
@media (min-width: 768px) {
  .modal-content {
    width: 400px;
  }
  .modal-close {
    top: 15px;
    right: 15px;
  }
}
@media (min-width: 960px) {
  .modal-content {
    width: 600px;
  }
}
.pagination {
  list-style: none;
  padding-left: 0;
  text-indent: 0;
}
.pagination li {
  float: left;
}
.pagination li a,
.pagination li span {
  display: block;
  padding: 0 10px;
  border: none;
  font-family: "Neue Helvetica W01", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  line-height: 48px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
}
.pagination li a.previous,
.pagination li span.previous,
.pagination li a.next,
.pagination li span.next {
  width: 20px;
  margin: 14px 0;
  padding: 0;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #d3ebc1;
  background-color: #3eb54a;
}
.pagination li a.previous:hover,
.pagination li span.previous:hover,
.pagination li a.next:hover,
.pagination li span.next:hover,
.pagination li a.previous:focus,
.pagination li span.previous:focus,
.pagination li a.next:focus,
.pagination li span.next:focus {
  color: #ffffff;
}
.pagination li a {
  color: #333333;
}
.pagination li a:hover,
.pagination li a:focus {
  color: #666666;
}
.pagination li.disabled span {
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.pagination li.disabled .previous,
.pagination li.disabled .next {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 20px;
  line-height: 18px;
  border: 1px solid #e1e1e1;
  color: #a9a9a9;
  background-color: transparent;
}
.pagination li.disabled .previous:hover,
.pagination li.disabled .next:hover,
.pagination li.disabled .previous:focus,
.pagination li.disabled .next:focus {
  color: #a9a9a9;
}
.pagination li.active span {
  cursor: default;
  color: #333333;
}
.responsive-embed {
  position: relative;
  height: 0;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed embed,
.responsive-embed object {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.responsive-embed-16by9 {
  padding-bottom: 56.25%;
}
.responsive-embed-4by3 {
  padding-bottom: 75%;
}
.table {
  width: 100%;
  margin: 0 0 10px 0;
  font-weight: 300;
}
.table th {
  padding: 16px 12px;
  border: 1px solid #ebebeb;
  background-color: #f5f5f5;
  text-align: center;
  font-weight: normal;
  border-bottom: none;
}
.table td {
  padding: 16px 12px;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  text-align: center;
  border-top: none;
}
.table-striped tbody tr:nth-of-type(odd) td {
  background-color: #f5f5f5;
}
.product-table th,
.product-table td {
  border: none;
}
.product-table td {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ebebeb;
  vertical-align: top;
}
.product-table .product-image {
  float: left;
  width: 50%;
}
.product-table .product-image img {
  max-width: 100%;
  height: auto;
}
.product-table .product-info {
  float: left;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .table-stacked th {
    display: none;
  }
  .table-stacked td {
    display: block;
    text-align: left;
    border-bottom: none;
    border-top: none;
  }
  .table-stacked tr {
    border-bottom: 1px solid #ebebeb;
  }
  .table-stacked tr:first-child td:first-child {
    border-top: 1px solid #ebebeb;
  }
  .table-stacked:not(.no-headers) td:before {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    content: attr(data-header);
    font-weight: bold;
  }
  .product-table tr {
    display: block;
    padding: 20px 0;
    border-top: 1px solid #ebebeb;
  }
  .product-table tr:first-child {
    border-top: none;
  }
  .product-table td {
    text-align: center;
    padding: 0;
    border: none!important;
  }
  .product-table .product-image,
  .product-table .product-info {
    float: none;
    display: block;
    width: 100%;
  }
  .product-table .product-info {
    margin: 15px 0 0 0;
  }
}
.thumbnail {
  display: block;
  padding: 0;
  margin: 0 0 20px 0;
  background-color: transparent;
  border: 1px solid #666666;
  border-radius: 6px;
}
.thumbnail .copy {
  padding: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 20px;
}
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty,
.h1:empty,
.h2:empty,
.h3:empty,
.h4:empty,
.h5:empty,
.h6:empty {
  margin: 0;
}
.big-h1 {
  font-size: 48px;
  font-weight: 200;
}
h1,
.h1 {
  font-size: 36px;
  font-weight: 100;
}
h2,
.h2 {
  font-size: 30px;
  font-weight: 200;
}
h3,
.h3 {
  font-size: 24px;
  font-weight: 500;
}
h4,
.h4 {
  font-size: 18px;
  margin: 16px 0;
}
h5,
.h5 {
  font-size: 14px;
  margin: 14px 0;
  font-weight: 500;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 20px;
  line-height: 24px;
  font-weight: 300;
}
p:empty {
  margin: 0;
}
a {
  color: #333333;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #333333;
  text-decoration: none;
}
a.arrow-link {
  color: #3eb54a;
  text-decoration: none;
}
a.arrow-link:after {
  content: "\e604";
  font-size: 11px;
  padding: 0 2px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 1em;
  text-indent: -1em;
  list-style-position: inside;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.clearfix,
.inline-form,
.form-list .fields,
.container-fluid,
.pagination,
.video-banner .vertical-align,
.utility-links ul,
.nav ul,
.configurable-swatch-list,
.full-bleed .vertical-align,
.page-sitemap .page-title,
.scroll-section .vertical-align,
.video-content,
.usecare-index-index .categories-container {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.inline-form:before,
.inline-form:after,
.form-list .fields:before,
.form-list .fields:after,
.container-fluid:before,
.container-fluid:after,
.pagination:before,
.pagination:after,
.video-banner .vertical-align:before,
.video-banner .vertical-align:after,
.utility-links ul:before,
.utility-links ul:after,
.nav ul:before,
.nav ul:after,
.configurable-swatch-list:before,
.configurable-swatch-list:after,
.full-bleed .vertical-align:before,
.full-bleed .vertical-align:after,
.page-sitemap .page-title:before,
.page-sitemap .page-title:after,
.scroll-section .vertical-align:before,
.scroll-section .vertical-align:after,
.video-content:before,
.video-content:after,
.usecare-index-index .categories-container:before,
.usecare-index-index .categories-container:after {
  content: " ";
  display: table;
  line-height: 0;
}
.clearfix:after,
.inline-form:after,
.form-list .fields:after,
.container-fluid:after,
.pagination:after,
.video-banner .vertical-align:after,
.utility-links ul:after,
.nav ul:after,
.configurable-swatch-list:after,
.full-bleed .vertical-align:after,
.page-sitemap .page-title:after,
.scroll-section .vertical-align:after,
.video-content:after,
.usecare-index-index .categories-container:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.reset-list,
.breadcrumbs,
.form-list,
.messages,
.messages ul,
.pagination,
.utility-links ul,
.nav ul,
.footer ul,
.products-grid,
.configurable-swatch-list,
.carousel-pagination ul {
  margin-bottom: 0;
  padding-left: 0;
  text-indent: 0;
  list-style: none;
}
.reset-anchor,
.utility-links a,
.utility-links-link,
.nav a,
.footer h4,
.footer a,
.products-grid .product-name a,
.carousel-pagination a {
  text-decoration: none;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.sr-only,
.video-modal .vjs-play-control .vjs-control-text,
.video-modal .vjs-mute-control .vjs-control-text,
.video-modal .vjs-current-time .vjs-control-text,
.video-modal .vjs-progress-control .vjs-control-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 480px) {
  .visible-sm {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .visible-md {
    display: block !important;
  }
}
@media (max-width: 960px) {
  .visible-lg {
    display: block !important;
  }
}
.carousel {
  position: relative;
  overflow: hidden;
}
.carousel .slides {
  position: relative;
  white-space: nowrap;
  text-align: left;
  font-size: 0;
  transition: all 0.5s cubic-bezier(0.225, 0.5, 0.165, 1);
}
.carousel .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  white-space: normal;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.carousel.fade .slides {
  transform: translate3d(0, 0, 0) !important;
}
.carousel.fade .slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.75s linear;
}
.carousel.fade .slide.active {
  z-index: 10;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel.disable .slides {
  transition-duration: 0s;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  width: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 64px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  text-decoration: none;
  background-color: transparent;
}
.carousel-control.right {
  left: auto;
  right: 20px;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  cursor: pointer;
  text-indent: 0;
  font-size: 20px;
  color: #ffffff;
}
.carousel-indicators li.active {
  color: #ffffff;
}
.bv-cleanslate .bv-shared .bv-compat .bv-rating-stars-container .bv-rating-stars {
  letter-spacing: .2em!important;
}
.bv-cleanslate .bv-shared .bv-compat .bv-content-item .bv-author-profile .bv-inline-profile .bv-author-avatar span,
.bv-cleanslate .bv-shared .bv-compat .bv-action-bar h2 {
  display: none!important;
}
.bv-cleanslate .bv-shared .bv-compat .bv-content-item .bv-content-btn {
  background-color: white!important;
  color: #3eb54a !important;
  border-color: #3eb54a !important;
}
.bv-cleanslate .bv-shared .bv-compat .bv-content-item .bv-content-btn:hover {
  color: white!important;
  background-color: #3eb54a !important;
}
.bv-cleanslate .bv-shared .bv-compat .bv-section-summary .bv-content-title,
.bv-cleanslate .bv-shared .bv-compat .bv-content-title {
  font-weight: normal!important;
}
.bv-cleanslate .bv-shared .bv-compat .bv-submission .bv-fieldsets {
  background-color: transparent!important;
}
.box-reviews #review-content .reviews .rating .rating-stars {
  text-align: center;
  float: none!important;
}
.bv-cleanslate .bv-shared .bv-compat .bv-stars-container {
  text-align: center!important;
}
.bv-cleanslate .bv-shared .bv-compat .bv-inline-rating-container .bv-stars-container dd {
  display: inline-block !important;
}
.bv-cleanslate .bv-shared .bv-compat .bv-content-item .bv-content-btn,
.bv-cleanslate .bv-shared .bv-compat .bv-content-item .bv-content-btn:hover {
  background-color: #ebebeb !important;
  color: #333 !important;
  border-color: #ebebeb !important;
  border-width: 1px;
}
.flyout {
  *zoom: 1;
  padding: 30px 0;
  position: relative;
}
.flyout:before,
.flyout:after {
  content: " ";
  display: table;
  line-height: 0;
}
.flyout:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .flyout {
    font-size: 12px;
  }
}
.flyout .flyout__empty {
  margin: 10px 0;
}
.flyout .flyout__empty a {
  display: inline;
  font-size: inherit;
  padding: 0;
  text-decoration: underline;
}
.flyout__wrapper {
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  color: #4a4a4a;
  display: block !important;
  font-weight: 300;
  left: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  transition: max-height 0.5s ease-in-out;
  width: 100%;
}
.flyout__wrapper.is-open {
  max-height: 1000px;
  opacity: 1;
  transition: max-height 0.5s ease-in-out;
}
@media screen and (min-width: 768px) {
  .flyout__wrapper {
    border-top: 1px solid #eeeeee;
  }
}
.flyout__container {
  *zoom: 1;
  margin: 0 auto;
  max-width: 768px;
}
.flyout__container:before,
.flyout__container:after {
  content: " ";
  display: table;
  line-height: 0;
}
.flyout__container:after {
  clear: both;
}
.flyout__close {
  text-decoration: none;
  position: absolute;
  top: 30px;
  right: 30px;
}
.flyout__title,
.flyout__subtotal {
  color: #333333;
  font-size: 26px;
  font-weight: 300;
  margin-top: 0;
}
.flyout__subtotal {
  margin-bottom: 10px;
}
.flyout__message {
  margin-bottom: 10px;
}
.flyout__meta,
.flyout__subtotal,
.flyout__message,
.flyout__image {
  display: none;
}
@media screen and (min-width: 768px) {
  .flyout__meta,
  .flyout__subtotal,
  .flyout__message,
  .flyout__image {
    display: block;
  }
}
.flyout__configurable,
.flyout__volume,
.flyout__qty {
  display: none;
}
@media screen and (min-width: 768px) {
  .flyout__configurable,
  .flyout__volume,
  .flyout__qty {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .flyout__tagline {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .flyout__product,
  .flyout__image {
    display: inline-block;
    margin-left: -4px;
    vertical-align: middle;
  }
}
.flyout__product {
  text-align: center;
}
.flyout__product span {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .flyout__product {
    width: 67%;
  }
}
.flyout__image {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .flyout__image {
    width: 33%;
  }
}
.flyout__action {
  display: inline-block !important;
  padding: 10px 28px !important;
  margin-left: 15px;
  min-width: inherit;
  width: auto;
  margin-top: 10px;
}
.flyout__action:last-child {
  margin-left: 0;
}
.flyout__left {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .flyout__left {
    border-right: 1px solid #eeeeee;
  }
}
@media screen and (min-width: 768px) {
  .flyout__left,
  .flyout__right {
    float: left;
    padding: 0 2%;
    width: 50%;
  }
}
.flyout__right,
.flyout__product {
  margin-top: 10px;
}
.flyout__meta,
.flyout__name,
.flyout__tagline {
  margin: 0;
}
.ajax-message {
  margin: 20px 0;
}
.ajax-message.success {
  color: #3eb54a;
}
.ajax-message.error {
  color: #ff0000;
}
.badge {
  box-shadow: #e7e7e7 2px 2px 0 0;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: .2em .5em;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
.badge-new {
  background-color: #3eb54a;
}
.badge-exclusive {
  background-color: #3eb54a;
}
.badge-sale {
  background-color: #F46642;
}
.badge-exclusive-red {
  background-color: #FF0000;
}
.newsletter .input-box {
  width: 100%;
  width: calc(32%);
}
.newsletter .input-box input {
  width: 50%;
  float: left;
}
.newsletter .button {
  margin-top: -1px;
  width: 68px;
  color: #ffffff;
  background-color: #333333;
}
#newsletter-validate-detail .input-box {
  position: relative !important;
}
#newsletter-validate-detail .validation-advice {
  background: #fafafa;
  top: 55px;
  left: 0;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  min-height: 13px;
  padding: 10px;
  position: absolute;
  width: 100%;
}
#newUserPopup_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5000px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 199;
}
#newUserPopup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  background-color: white;
  border: 1px solid black;
  border-left: none;
  border-right: none;
  padding: 5%;
  text-align: center;
}
#newUserPopup #newUserPopup_content #newUserPopupLogo,
#newUserPopup #newUserPopup_success #newUserPopupLogo {
  width: 200px;
}
#newUserPopup #newUserPopup_content h2,
#newUserPopup #newUserPopup_success h2 {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
}
#newUserPopup #newUserPopup_content p,
#newUserPopup #newUserPopup_success p {
  color: black;
  font-weight: 400;
  font-size: 18px;
}
#newUserPopup #newUserPopup_content .formblock,
#newUserPopup #newUserPopup_success .formblock {
  overflow: hidden;
  max-width: 360px;
  width: 100%;
  height: 110px;
  margin: 0px auto 70px auto;
  position: relative;
}
#newUserPopup #newUserPopup_content .formblock input,
#newUserPopup #newUserPopup_success .formblock input {
  border-width: 1px;
  padding: 0px 20px;
  outline: none;
  max-width: 40%;
  width: 80%;
  float: left;
  margin-right: -1px;
  line-height: 52px;
}
@media screen and (max-width: 480px) {
  #newUserPopup #newUserPopup_content .formblock input,
  #newUserPopup #newUserPopup_success .formblock input {
    font-size: 9px;
  }
}
#newUserPopup #newUserPopup_content .formblock button,
#newUserPopup #newUserPopup_success .formblock button {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  max-width: 68px;
  width: 20%;
  color: #ffffff;
  background-color: #333333;
  height: 54px;
  min-width: 0;
  float: left;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 52px;
}
#newUserPopup #newUserPopup_content .formblock button:after,
#newUserPopup #newUserPopup_success .formblock button:after {
  content: " ";
  display: table;
  line-height: 0;
}
#newUserPopup #newUserPopup_content .disclaimer,
#newUserPopup #newUserPopup_success .disclaimer {
  font-size: .75em;
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
}
#newUserPopup #newUserPopup_content .newUserPopup_close,
#newUserPopup #newUserPopup_success .newUserPopup_close {
  display: block;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 10px;
  color: red;
  text-decoration: none;
  font-size: 20px;
  color: #3eb54a;
  cursor: pointer;
}
#newUserPopup #newUserPopup_content #div_error,
#newUserPopup #newUserPopup_success #div_error {
  color: red;
  font-style: italic;
  height: 12px;
  position: absolute;
  bottom: 10px;
}
#newUserPopup #newUserPopup_success {
  display: none;
}
#newsletterLandingPopup_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5000px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 199;
}
#newsletterLandingPopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  background-color: white;
  border: 1px solid black;
  border-left: none;
  border-right: none;
  padding: 5%;
  text-align: center;
}
#newsletterLandingPopup #newUserPopup_content #newUserPopupLogo,
#newsletterLandingPopup #newsletterLandingPopup_success #newUserPopupLogo {
  width: 200px;
}
#newsletterLandingPopup #newUserPopup_content h2,
#newsletterLandingPopup #newsletterLandingPopup_success h2 {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
}
#newsletterLandingPopup #newUserPopup_content p,
#newsletterLandingPopup #newsletterLandingPopup_success p {
  color: black;
  font-weight: 400;
  font-size: 18px;
}
#newsletterLandingPopup #newUserPopup_content .formblock,
#newsletterLandingPopup #newsletterLandingPopup_success .formblock {
  overflow: hidden;
  max-width: 360px;
  width: 100%;
  height: 110px;
  margin: 0px auto 70px auto;
  position: relative;
}
#newsletterLandingPopup #newUserPopup_content .formblock input,
#newsletterLandingPopup #newsletterLandingPopup_success .formblock input {
  border-width: 1px;
  padding: 0px 20px;
  outline: none;
  max-width: 40%;
  width: 80%;
  float: left;
  margin-right: -1px;
  line-height: 52px;
}
@media screen and (max-width: 480px) {
  #newsletterLandingPopup #newUserPopup_content .formblock input,
  #newsletterLandingPopup #newsletterLandingPopup_success .formblock input {
    font-size: 9px;
  }
}
#newsletterLandingPopup #newUserPopup_content .formblock button,
#newsletterLandingPopup #newsletterLandingPopup_success .formblock button {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  max-width: 68px;
  width: 20%;
  color: #ffffff;
  background-color: #333333;
  height: 54px;
  min-width: 0;
  float: left;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 52px;
}
#newsletterLandingPopup #newUserPopup_content .formblock button:after,
#newsletterLandingPopup #newsletterLandingPopup_success .formblock button:after {
  content: " ";
  display: table;
  line-height: 0;
}
#newsletterLandingPopup #newUserPopup_content .disclaimer,
#newsletterLandingPopup #newsletterLandingPopup_success .disclaimer {
  font-size: .75em;
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
}
#newsletterLandingPopup #newUserPopup_content .newsletterLandingPopup_close,
#newsletterLandingPopup #newsletterLandingPopup_success .newsletterLandingPopup_close {
  display: block;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 10px;
  color: red;
  text-decoration: none;
  font-size: 20px;
  color: #78be20;
  cursor: pointer;
}
#newsletterLandingPopup #newUserPopup_content #div_error,
#newsletterLandingPopup #newsletterLandingPopup_success #div_error {
  color: red;
  font-style: italic;
  height: 12px;
  position: absolute;
  bottom: 10px;
}
#newsletterLandingPopup #newsletterLandingPopup_success {
  display: block;
}
.video-banner {
  height: 75vh;
  overflow: hidden;
  position: relative;
  width: auto;
}
.video-banner.light {
  color: #fff;
}
.video-banner.light .button {
  border-color: #fff;
  color: #fff;
}
.video-banner.light .button:hover {
  color: #333;
  background-color: #fff;
}
.video-banner.center {
  text-align: center;
}
.video-banner.right {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .video-banner {
    height: auto;
  }
  .video-banner.is-playing .video-banner-content,
  .video-banner.is-autoplaying .hide-on-play {
    opacity: 0;
  }
  .video-banner .hide-before-play {
    opacity: 0;
  }
}
.video-banner.has-ended .video-banner-content,
.video-banner.is-paused .hide-on-play,
.video-banner.is-paused .hide-before-play {
  opacity: 1;
}
.video-banner .vertical-align {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.video-banner .vertical-align-inner {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.video-banner-background,
.video-banner-content {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-banner-background {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .video-banner-background {
    background-image: none !important;
    position: static;
    width: auto;
  }
}
.video-banner-background video,
.video-banner-background iframe {
  display: none;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}
@media screen and (min-width: 768px) {
  .video-banner-background video,
  .video-banner-background iframe {
    display: block;
  }
}
.video-banner-background .vjs-tech {
  background: none !important;
  height: 100%;
  width: 100%;
}
.video-banner-content {
  transition: 0.3s ease-in-out opacity;
  z-index: 2;
}
iframe[name="google_conversion_frame"] {
  display: none;
}
#content {
  min-height: 300px;
}
.label {
  display: block;
  margin-bottom: 8px;
  font-family: "Neue Helvetica W01", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
}
.label.light {
  color: #ffffff;
}
.label.dark {
  color: #333333;
}
.promotion-bar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 150;
}
.promotion-bar .promo-header {
  height: 36px;
}
.promotion-bar.is-rotating .banner {
  opacity: 1;
  transition: opacity 3s ease-in-out;
  z-index: 1;
}
.promotion-bar.is-rotating .banner:not(.is-active) {
  opacity: 0;
  z-index: -1;
}
.banner {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.banner .banner ~ .banner {
  z-index: -1;
}
.banner .accordion-trigger {
  background-color: #333333;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 36px;
  color: #fafafa;
  padding: 0;
  font-size: 14px;
}
.banner .accordion-trigger i {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  top: 1px;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: all 0.3s ease;
}
.banner .accordion-trigger.gorilla-active i {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.banner .accordion-trigger:after {
  display: none;
  content: '';
}
.banner .accordion-content {
  background-color: #ffffff;
  border-bottom: 1px solid #ebebeb;
}
.banner .accordion-content .accordion-content-inner {
  position: relative;
}
.banner .accordion-content .accordion-content-inner .cta {
  float: left;
  width: 365px;
  margin-left: 20%;
}
.banner .accordion-content .accordion-content-inner .modal-close {
  right: 15px;
  color: #666666;
}
body.nav-fixed .masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.masthead {
  position: relative;
  z-index: 100;
  background-color: #ffffff;
  border-bottom: 1px solid #ebebeb;
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .masthead {
    margin-top: 0;
    padding-top: 36px;
  }
}
.masthead > .container-fluid {
  padding-top: 20px;
  padding-bottom: 20px;
}
.masthead .logo {
  display: block;
  float: left;
}
.masthead .logo img {
  max-width: 160px;
  height: auto;
}
.masthead .nav-primary {
  float: left;
}
.masthead .nav-primary a {
  font-size: 16px;
}
.masthead > .container-fluid {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.masthead .logo {
  -moz-flex: 0 0 160px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
}
.masthead .catalog-search {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.masthead .utility-links {
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.utility-links {
  float: right;
}
.utility-links .mini-cart {
  float: left;
  position: static;
}
.utility-links li {
  position: relative;
  float: left;
}
.utility-links li:first-child {
  padding-left: 15px;
}
.utility-links li:last-child a {
  padding-right: 0;
}
.utility-links a {
  display: block;
  padding: 10px;
  font-size: 16px;
}
.utility-links .drop-down {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #ffffff;
  width: 200px;
  padding: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.3s ease-in-out;
  border: 1px solid #ebebeb;
  z-index: 999;
}
.utility-links .drop-down.show {
  opacity: 1;
  filter: alpha(opacity=100);
}
.utility-links .drop-down a {
  display: block;
  font-size: 12px;
  padding: 6px 0;
  text-decoration: none;
}
.utility-links .drop-down li {
  float: none;
  display: block;
  padding: 0;
}
.utility-links-item {
  position: relative;
  float: left;
}
.utility-links-item:first-child {
  padding-left: 15px;
}
.utility-links-item:last-child a {
  padding-right: 0;
}
.utility-links-link {
  display: block;
  padding: 10px;
  font-size: 16px;
}
.mini-cart .count {
  position: absolute;
  top: 4px;
  right: -8px;
  border-radius: 50%;
  background-color: #ff0000;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 9px;
  line-height: 15px;
  color: #ffffff;
  font-weight: 600;
}
.mini-cart .count.no-count {
  display: none;
}
.mini-cart-link {
  position: relative;
  padding-right: 0;
}
.hamburger-menu {
  display: none;
}
.nav li {
  float: left;
}
.nav a {
  display: block;
  padding: 10px 0;
}
.nav-primary li {
  padding: 0 20px;
}
.nav-primary li:first-child {
  padding-left: 50px;
}
.nav-primary a {
  font-weight: 500;
}
.nav-secondary {
  overflow: hidden;
  height: 0;
  transition: height 0.5s ease-in-out;
  background: #ffffff;
}
.nav-secondary > .container-fluid {
  position: relative;
}
.nav-secondary.closed {
  height: 0!important;
}
.nav-secondary ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.5s ease-in-out;
  background-color: #ffffff;
}
.nav-secondary ul.opened {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 20;
}
.nav-secondary ul.closed.opened,
.nav-secondary ul.closed.in {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 10;
}
.nav-secondary ul.catalog-nav {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.nav-secondary ul.catalog-nav li {
  width: 12.47863248%;
  -moz-flex: 1 1 146px;
  -ms-flex: 1 1 146px;
  flex: 1 1 146px;
}
.nav-secondary ul.cms-nav {
  padding-top: 10px;
}
.nav-secondary ul.cms-nav li {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-secondary ul.cms-nav li a {
  padding-top: 0;
}
.nav-secondary li {
  position: relative;
  text-align: center;
  margin-bottom: 32px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 0;
  border-left: 1px solid #f2f2f2;
}
.nav-secondary li:after {
  position: absolute;
  left: 0;
  bottom: -32px;
  display: block;
  width: 100%;
  content: '';
  border-bottom: 4px solid transparent;
}
.nav-secondary li:hover,
.nav-secondary li:focus {
  color: #3eb54a;
}
.nav-secondary li:hover:after,
.nav-secondary li:focus:after {
  border-color: #3eb54a;
}
.nav-secondary li:first-child {
  padding-left: 0;
  border-color: transparent;
}
.nav-secondary a {
  display: block;
  font-size: 16px;
  padding-bottom: 0;
}
.nav-secondary .thumbnail-image {
  padding-bottom: 20px;
}
.nav-secondary .thumbnail-image img {
  width: 125px;
  height: 125px;
}
.nav-secondary .nav-promo-block {
  color: #3eb54a;
}
.catalog-search {
  position: relative;
  float: left;
}
.catalog-search .search-form {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.catalog-search .search-form.form-visible {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.catalog-search .input-text {
  font-size: 12px;
  padding: 12px 46px;
}
.catalog-search .close-form,
.catalog-search .open-form {
  position: absolute;
  padding: 0 14px;
  min-width: 0;
  line-height: 44px;
  border: none;
}
.catalog-search .open-form {
  top: 0;
  left: 0;
  z-index: 99;
}
.catalog-search .close-form {
  top: 0;
  right: 0;
  color: #bdbdbd;
}
.mobile-catalog-search {
  display: none;
}
.newsletter {
  padding: 30px 0;
  background-color: #fafafa;
}
.newsletter h3 {
  line-height: 1.5em;
  margin: 0;
}
.newsletter .input-box {
  width: 100%;
  width: calc(100% - 68px);
}
.newsletter .input-box input {
  width: 50%;
  float: left;
}
.newsletter .button {
  margin-top: -1px;
  width: 68px;
  color: #ffffff;
  background-color: #333333;
}
.footer {
  padding: 60px 0 40px;
  background-color: #333333;
}
.footer .col {
  border-right: 1px solid #404040;
  padding-left: 5%;
  width: 22%;
  min-height: 202px;
}
.footer .col:first-child {
  padding-left: 2%;
  width: 17%;
}
.footer .col:last-child {
  width: 16%;
  border-right: none;
}
.footer h4,
.footer a {
  color: #fafafa;
}
.footer h4 {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 6px 0;
  line-height: 1;
}
.footer h4 a {
  display: block;
  padding: 6px 0;
  font-size: inherit;
  line-height: 1;
}
.footer h4:first-child a {
  padding-top: 0;
}
.footer a,
.footer address {
  font-size: 12px;
  font-style: normal;
}
.footer ul a {
  display: block;
  padding: 7px 0;
  line-height: 1;
  font-weight: 300;
}
.footer .social ul {
  margin-left: -10px;
}
.footer .social ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.footer .social ul li a {
  font-size: 14px;
}
.footer .logo {
  display: block;
}
.footer .logo img {
  max-width: 100px;
  height: auto;
}
.footer .footer-bottom {
  padding-top: 40px;
  text-align: center;
  position: relative;
}
.footer .footer-bottom .region-selector {
  position: absolute;
  right: 0;
  bottom: 6px;
}
.footer .footer-bottom .region-selector span {
  color: #fff;
  padding-right: 15px;
}
.footer .footer-bottom .region-selector .current-flag {
  vertical-align: middle;
  width: 22px;
  height: 16px;
}
.footer .footer-bottom .region-selector #region-selector-modal .modal-content {
  text-align: left;
}
.footer .footer-bottom .region-selector #region-selector-modal .modal-content img {
  vertical-align: middle;
  margin-right: 10px;
  width: 30px;
  height: 22px;
}
.footer .footer-bottom .region-selector #region-selector-modal .modal-content span,
.footer .footer-bottom .region-selector #region-selector-modal .modal-content a {
  color: #333333;
  font-size: 14px;
}
.footer .footer-bottom .region-selector #region-selector-modal .modal-content span.disabled,
.footer .footer-bottom .region-selector #region-selector-modal .modal-content a.disabled {
  color: #666666;
}
.footer .footer-bottom ul,
.footer .footer-bottom li {
  display: inline-block;
}
.footer .footer-bottom li {
  padding: 0 10px;
}
.footer .footer-bottom a,
.footer .footer-bottom address {
  color: #999999;
}
.footer .footer-bottom address {
  padding: 6px 0;
}
.products-grid {
  clear: both;
  font-size: 0;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products-grid:before,
.products-grid:after {
  content: none;
}
.products-grid > li {
  position: relative;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  font-size: 14px;
  text-align: center;
  color: #666666;
}
.products-grid > li:hover .inner {
  border: 1px solid rgba(141, 199, 93, 0.26);
  transition: all 0.2s;
}
.products-grid > li:hover .product-extra {
  bottom: 15px;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.2s;
}
.products-grid .inner {
  padding-top: 30px;
  padding-bottom: 90px;
  position: relative;
  border: 1px solid transparent;
  transition: all 0.4s;
}
.products-grid .inner .itemlink {
  padding-bottom: 30px;
}
.products-grid .badge {
  position: absolute;
  left: 0;
  top: 0;
}
.products-grid .product-anchor {
  display: block;
}
.products-grid .product-image.hidden {
  display: none!important;
}
.products-grid .product-name {
  font-size: 14px;
  margin: 20px 0 12px;
  font-weight: 400;
}
.products-grid .product-name a {
  color: #666666;
}
.products-grid .product-type {
  font-weight: 300;
  font-size: 12px;
  margin: 12px 0;
}
.products-grid .product-specs {
  margin: 0 0 20px;
  font-size: 0;
}
.products-grid .product-specs .product-volume,
.products-grid .product-specs .price-box {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  font-size: 12px;
  line-height: 1em;
}
.products-grid .product-specs .product-volume {
  padding-right: 6px;
  border-right: 1px solid #666666;
}
.products-grid .product-specs .product-volume + .price-box {
  padding-left: 6px;
}
.products-grid .product-specs .product-volume + .price-box p {
  line-height: 1em;
}
.products-grid .configurable-swatch-color {
  text-align: center;
  font-size: 0;
}
.products-grid .product-extra {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 80%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s;
}
.products-grid .product-extra li {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #d2d0d0;
  margin: 0 5px 6px;
}
.products-grid .review-wrapper {
  margin: 24px 0 10px;
  min-height: 20px;
}
.products-grid .review-wrapper .rating-box {
  float: none;
}
.catalog-product-view .flag-container {
  min-height: 0px;
}
.flag-container .flag {
  display: inline;
}
.flag-container .flag.is-new,
.flag-container .flag.is-exclusive {
  color: #3eb54a;
}
.flag-container .flag.on-sale {
  color: #ff0000;
}
.flag-container .separator {
  padding: 6px 6px 6px 0;
  display: inline-block;
  margin-right: 6px;
  border-right: 1px solid #666666;
}
.configurable-swatch-list a,
.configurable-swatch-list span,
.configurable-swatch-list img {
  display: block;
}
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
.price-box .old-price {
  text-decoration: line-through;
}
.price-box .special-price {
  color: #ff0000;
}
.price-box .minimal-price-link {
  display: none;
}
.full-bleed,
.scroll-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 660px;
}
.full-bleed .vertical-align,
.scroll-section .vertical-align {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.full-bleed h1,
.scroll-section h1 {
  font-size: 48px;
}
.full-bleed p,
.scroll-section p {
  margin: 0 0 45px;
}
.full-bleed .button-home-hero,
.scroll-section .button-home-hero {
  border-color: #3eb54a;
  color: #3eb54a;
}
.full-bleed.light,
.scroll-section.light {
  color: #ffffff;
}
.full-bleed.light .button,
.scroll-section.light .button {
  border-color: #ffffff;
  color: #ffffff;
}
.full-bleed.light .button:focus,
.full-bleed.light .button:hover,
.scroll-section.light .button:focus,
.scroll-section.light .button:hover {
  color: #333333;
  background-color: #ffffff;
}
.full-bleed.center,
.scroll-section.center {
  text-align: center;
}
.full-bleed.video .button-alternate i,
.scroll-section.video .button-alternate i {
  padding-right: 14px;
}
.vertical-align {
  display: table;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.vertical-align .vertical-align-inner {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.scroll-section {
  height: 100vh;
  height: calc(100vh - 84px);
  position: relative;
  overflow: hidden;
}
.carousel-pagination {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 40px;
}
.carousel-pagination ul {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.carousel-pagination li.active a:after {
  content: "\f192";
}
.carousel-pagination a {
  display: block;
  padding: 5px;
}
.carousel-pagination a:after {
  content: "\f10c";
}
.page-title {
  margin: 58px 0 50px;
}
.support-call-number {
  margin: -5px 0 0 0;
}
.filter-container {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  background: white;
  margin: 0 0 40px 0;
}
.filter-container h3 {
  float: left;
}
.filter-container .categories-select-container {
  float: right;
  padding: 0;
}
.filter-container .categories-select-container label {
  float: left;
  margin: 0;
  padding: 23px 20px 23px 0px;
  border-right: 1px solid #eeeeee;
}
.filter-container .categories-select-container .custom-styled-select {
  float: right;
  padding: 0;
  width: auto;
  border-right: 1px solid #eeeeee;
}
.filter-container .categories-select-container .custom-styled-select .outer {
  border: none;
  padding: 23px 40px 23px 20px;
}
.filter-container .categories-select-container .custom-styled-select .outer .inner {
  color: #666666;
  font-weight: 300;
}
.filter-container .categories-select-container .custom-styled-select .outer:after {
  border: none;
  font-size: 10px;
  color: #333333;
  line-height: 3.5;
}
.holiday-message {
  color: #cc0000;
  margin-top: 30px;
}
.page-sitemap .page-title h1 {
  float: left;
}
.page-sitemap .page-title #sitemap_top_links {
  float: left;
  margin: 36px 0 0 20px;
}
.page-sitemap ul li {
  list-style: none;
}
.page-sitemap .links a {
  color: #3eb54a;
}
.cms-index-noroute .std {
  text-align: center;
}
.cms-index-noroute .std .page-title h1 {
  color: #3eb54a;
}
.cms-index-noroute .std .page-title a {
  cursor: pointer;
}
.cms-index-noroute .std img {
  margin: 75px 0 ;
}
.video-modal .modal-content {
  width: 100%;
  margin: 0;
  padding: 0!important;
}
.video-modal .modal-close {
  color: #ffffff;
  z-index: 999;
}
.video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 100%;
}
.video-content .inner {
  max-width: 350px;
}
#video-modal-container {
  background-color: #000;
  width: 100%!important;
  height: 0!important;
  overflow: hidden;
}
#video-modal-container iframe,
#video-modal-container embed,
#video-modal-container object,
#video-modal-container video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#video-modal-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
}
.vjs-duration,
.vjs-time-divider,
.vjs-chapters-button,
.vjs-captions-button,
.vjs-subtitles-button,
.vjs-playback-rate,
.vjs-fullscreen-control,
.vjs-remaining-time,
.vjs-live-controls,
.vjs-volume-control,
.vjs-caption-settings,
.vjs-quality-button {
  display: none;
}
.video-modal {
  /* Slider - used for Volume bar and Seek bar */
}
.video-modal .vjs-control-bar {
  position: absolute;
  bottom: 5%;
  left: 5%;
  right: 5%;
  width: 90%;
  height: 60px;
}
.video-modal .vjs-play-control {
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  padding: 10px;
}
.video-modal .vjs-play-control:after {
  content: "\f04b";
}
.video-modal .vjs-play-control.vjs-playing:after {
  content: "\f04c";
}
.video-modal .vjs-mute-control {
  position: absolute;
  right: 38px;
  top: 0;
  padding: 10px;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}
.video-modal .vjs-mute-control:after {
  display: block;
  width: 20px;
  content: "\f028";
}
.video-modal .vjs-mute-control.vjs-vol-0:after {
  content: "\f026";
}
.video-modal .vjs-current-time {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 10px 10px 0;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.video-modal .vjs-slider {
  /* Replace browser focus highlight with handle highlight */
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  background-color: #ffffff;
}
.video-modal .vjs-slider-handle {
  position: absolute;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.video-modal .vjs-progress-control {
  position: absolute;
  left: 40px;
  right: 80px;
  width: auto;
  height: 4px;
  top: 18px;
  /* Shrink the bar slower than it grows. */
  transition: all 0.4s;
}
.video-modal:hover .vjs-progress-control {
  top: 17px;
  height: 6px;
  /* Even though we're not changing the top/height, we need to include them in
          the transition so they're handled correctly. */
  transition: all 0.2s;
}
.video-modal:hover .vjs-seek-handle {
  opacity: 1;
  filter: alpha(opacity=100);
}
.video-modal .vjs-progress-holder {
  height: 100%;
  /* Progress Bars */
}
.video-modal .vjs-progress-holder .vjs-play-progress,
.video-modal .vjs-progress-holder .vjs-load-progress,
.video-modal .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  /* updated by javascript during playback */
  width: 0;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.video-modal .vjs-play-progress {
  background-color: #3eb54a;
}
.video-modal .vjs-load-progress {
  background: #646464 /* IE8- Fallback */;
  background: rgba(255, 255, 255, 0.2);
}
.video-modal .vjs-load-progress div {
  background: #787878 /* IE8- Fallback */;
  background: rgba(255, 255, 255, 0.1);
}
.video-modal .vjs-seek-handle {
  opacity: 0;
  filter: alpha(opacity=0);
  top: 50%;
  height: 10px;
  width: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-top: -5px;
  transition: all 0.2s;
}
.usecare-index-index .care-and-use {
  height: 350px;
  background-color: #f4f4f4;
}
.usecare-index-index .care-and-use .vertical-align {
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.usecare-index-index .care-and-use .vertical-align-inner {
  color: #3eb54a;
}
.usecare-index-index .hidden {
  display: none;
}
.usecare-index-index .categories-container .products-grid li {
  margin: 30px 0;
  padding-top: 20px;
}
.usecare-index-index .categories-container .products-grid li a {
  text-decoration: none;
  color: #666666;
}
.usecare-index-index .categories-container .products-grid .modal-content {
  text-align: left;
  width: auto;
  padding: 0;
}
.usecare-index-index .categories-container .products-grid .modal-content .modal-close {
  top: 0;
  right: 15px;
}
.usecare-index-index .categories-container .products-grid .modal-content .usecaremaincontainer {
  padding: 60px 0 0 0;
}
.usecare-index-index .categories-container .products-grid .modal-content .usecaremaincontainer div {
  max-width: 700px;
}
.usecare-index-index .categories-container .products-grid .modal-content .usecaremaincontainer .usecaresubheader {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 100;
}
.usecare-index-index .categories-container .products-grid .modal-content .usecaremaincontainer .usecaresubheader:empty {
  margin: 0;
}
.usecare-index-index .categories-container .products-grid .modal-content .usecaremaincontainer .usecaresubheader strong {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 100;
}
.usecare-index-index .categories-container .products-grid .modal-content .usecaremaincontainer .usecaresubheader strong:empty {
  margin: 0;
}
.usecare-index-index .categories-container .products-grid .modal-content .usecaremaincontainer .warningbox img {
  display: none;
}
.usecare-index-index .categories-container .products-grid .modal-content .usecaremaincontainer .download {
  margin: 30px 0;
  float: right;
}
.usecare-index-index .categories-container .products-grid .modal-content .usecaremaincontainer .download a span {
  text-decoration: none !important;
}
.usecare-index-index .categories-container .products-grid .modal-content .usecaremaincontainer ul {
  padding: 0;
  margin: 0;
  text-indent: 0;
}
.usecare-index-index .categories-container .products-grid .modal-content .usecaremaincontainer ul li {
  margin: 0;
  padding: 5px 0 0;
  list-style: disc;
}
.usecare-index-index .categories-container .products-grid .modal-content .usecaremaincontainer ul li.headerblack {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  margin: 16px 0;
  list-style: none;
}
.usecare-index-index .categories-container .products-grid .modal-content .usecaremaincontainer ul li.headerblack:empty {
  margin: 0;
}
.usecare-index-index .categories-container .products-grid .modal-content .usecaremaincontainer .usecarewarningholder .download {
  float: none;
}
.rating-stars.rating-stars-1 .icon-star {
  color: #e1e1e1;
}
.rating-stars.rating-stars-1 .icon-star:nth-child(-n + 1) {
  color: #3eb54a;
}
.rating-stars.rating-stars-2 .icon-star {
  color: #e1e1e1;
}
.rating-stars.rating-stars-2 .icon-star:nth-child(-n + 2) {
  color: #3eb54a;
}
.rating-stars.rating-stars-3 .icon-star {
  color: #e1e1e1;
}
.rating-stars.rating-stars-3 .icon-star:nth-child(-n + 3) {
  color: #3eb54a;
}
.rating-stars.rating-stars-4 .icon-star {
  color: #e1e1e1;
}
.rating-stars.rating-stars-4 .icon-star:nth-child(-n + 4) {
  color: #3eb54a;
}
.rating-stars.rating-stars-5 .icon-star {
  color: #e1e1e1;
}
.rating-stars.rating-stars-5 .icon-star:nth-child(-n + 5) {
  color: #3eb54a;
}
#stars .style-radio {
  display: inline-block;
  position: relative;
  margin-right: 2px;
}
#stars .style-radio input {
  opacity: 0;
}
#stars .style-radio:after {
  font-family: contigo;
  content: "\f005";
  color: #e1e1e1;
  margin-left: -12px;
}
#stars .style-radio.active:after {
  color: #3eb54a;
}
.catalog-seo-sitemap-product .level-0,
.catalog-seo-sitemap-category .level-0 {
  margin-top: 15px;
  font-weight: 700;
}
.catalog-seo-sitemap-product .level-1,
.catalog-seo-sitemap-category .level-1,
.catalog-seo-sitemap-product .level-2,
.catalog-seo-sitemap-category .level-2 {
  font-weight: 300;
}
.catalog-seo-sitemap-product a,
.catalog-seo-sitemap-category a {
  text-decoration: none;
}
.catalog-seo-sitemap-product a:hover,
.catalog-seo-sitemap-category a:hover {
  color: #3eb54a;
}
.social-sharing {
  position: fixed;
  top: 175px;
  width: 44px;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  background-color: #f7f9f4;
  z-index: 999;
}
.social-sharing ul {
  list-style-type: none;
  text-indent: 0;
  padding-left: 0;
  padding-top: 14px;
}
.social-sharing ul li {
  display: table;
  width: 100%;
  height: 44px;
  text-align: center;
}
.social-sharing ul li a {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  color: #868784;
  width: 100%;
  height: 100%;
}
.back-to-top {
  pointer-events: none;
  padding: 15px;
  color: #333333;
  border: 1px solid #666666;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  opacity: 0;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  z-index: 999;
  -webkit-user-select: none;
  transition: opacity .25s ease;
  bottom: 70%;
  right: 1%;
  font-size: 24px;
  text-decoration: none;
}
.back-to-top i {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  -webkit-transform: 90deg;
  display: block;
  color: #333333;
  line-height: 0.5;
}
.back-to-top.show {
  pointer-events: inherit;
  bottom: 70%;
  right: 1%;
  opacity: 1;
  webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.foursixty .heading {
  margin-bottom: 45px;
  text-align: center;
}
.foursixty .heading .green {
  color: #3eb54a;
  margin: 40px 0 10px;
}
.foursixty .heading p {
  margin-bottom: 5px;
}
.video-content h4 {
  font-size: 18px;
}
.video-content h4:before {
  display: inline-block;
  vertical-align: top;
  content: '\e608';
  font-size: 10px;
  line-height: 20px;
  padding-right: 10px;
}
.cms-guarantee-info .please-wait img, .contacts-index-index .please-wait img, .cms-contact .please-wait img
{
	 vertical-align: bottom;
}
.promo-badge{

    background-color: #3eb54a;

}
@media screen and (max-width: 768px) {
  #content {
    padding-top: 0!important;
  }
  .masthead {
    position: relative;
    border-bottom: 0;
  }
  .masthead > .container-fluid {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ebebeb;
  }
  .masthead .logo {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -65px;
  }
  .masthead .logo img {
    max-width: 130px;
  }
  .masthead.open .mobile-navigation {
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 200px;
  }
  .masthead.open .hamburger-menu .line:first-child {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0;
  }
  .masthead.open .hamburger-menu .line:nth-child(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .masthead.open .hamburger-menu .line:last-child {
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
    margin: 0;
  }
  body.nav-showing {
    overflow: hidden;
  }
  body.nav-showing .clip {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .hamburger-menu {
    position: relative;
    display: block;
    float: left;
    min-width: 0;
    width: 24px;
    height: 24px;
    margin: 9px 0;
    padding: 0;
    border: none;
  }
  .hamburger-menu .line {
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 6px;
    background-color: #666666;
    transition: all 0.3s;
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .hamburger-menu .line:first-child {
    margin-top: 0;
  }
  .nav-primary {
    display: none;
  }
  .nav-secondary {
    overflow: visible;
    height: auto;
  }
  .nav-secondary.closed {
    height: auto!important;
  }
  .nav-secondary > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-navigation {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    transition: height 500ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    overflow-y: auto;
    background-color: #ffffff;
    z-index: 1;
  }
  .mobile-navigation .mobile-accordion {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
  }
  .mobile-navigation ul {
    position: static;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-bottom: 0;
    padding-left: 0;
    text-indent: 0;
    list-style: none;
    padding-top: 0!important;
  }
  .mobile-navigation ul li {
    padding: 0!important;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    border: none;
    font-size: 16px;
  }
  .mobile-navigation ul li a {
    display: block;
    padding: 4px 0!important;
    text-decoration: none;
  }
  .mobile-navigation ul li:after {
    display: none;
  }
  .mobile-navigation ul.catalog-nav {
    display: block;
  }
  .mobile-navigation ul.catalog-nav li {
    border: none;
    width: 50%;
    padding: 0 10px!important;
    margin-bottom: 10px;
    text-align: center;
  }
  .mobile-navigation ul.catalog-nav li a {
    padding: 0;
  }
  .mobile-navigation .accordion-trigger {
    padding: 17px 15px;
    text-align: left;
  }
  .mobile-navigation .accordion-trigger i {
    padding-right: 8px;
  }
  .mobile-navigation .accordion-trigger:after {
    font-family: 'contigo';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 0.95;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e605';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -7px;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: all 0.3s ease;
  }
  .mobile-navigation .accordion-trigger.gorilla-active:after {
    content: '\e605';
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .mobile-navigation .accordion-content {
    border-bottom: 1px solid #eeeeee;
  }
  .mobile-navigation .accordion-content-inner {
    padding: 0 15px 15px;
  }
  .utility-links .drop-down {
    display: none!important;
  }
  .catalog-search {
    display: none;
  }
  .mobile-catalog-search {
    display: block;
  }
  .mobile-catalog-search .input-text {
    border-top: 0;
  }
  .newsletter {
    padding: 26px 0;
  }
  .newsletter h3 {
    margin-bottom: 26px;
    font-size: 24px;
    line-height: 1.1em;
    text-align: center;
  }
  .page-title {
    margin: 0 0 50px 0;
  }
  .filter-container {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background: white;
    margin: 0 0 40px 0;
  }
  .filter-container .categories-select-container {
    float: none;
    margin: 20px 0;
    clear: both;
  }
  .filter-container .categories-select-container label {
    float: none;
    margin: 0;
    padding: 13px 20px 12px 0;
    border-right: 0;
    width: 100%;
    text-align: left;
  }
  .filter-container .categories-select-container .custom-styled-select {
    float: none;
    padding: 0;
    width: 100%;
    border: 1px solid #ebebeb;
  }
  .footer {
    padding-top: 0;
  }
  .footer .col {
    border: none;
    width: 100%!important;
    min-height: 0;
    padding: 0 15px;
  }
  .footer .mobile-accordion .accordion-item {
    border-bottom: 1px solid #404040;
  }
  .footer .mobile-accordion .accordion-trigger {
    position: relative;
    margin: 0;
    padding: 20px 0;
    color: #fafafa;
    font-size: 18px;
  }
  .footer .mobile-accordion .accordion-trigger:after {
    right: 0;
    margin-top: -6px;
    content: "\e605";
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: all 0.3s ease;
    font-family: 'contigo';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 0.95;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
  }
  .footer .mobile-accordion .accordion-trigger.gorilla-active:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .footer .mobile-accordion .accordion-content-inner {
    padding-top: 0;
    text-align: center;
  }
  .footer .mobile-accordion .accordion-content-inner .links li {
    padding: 8px 0;
  }
  .footer .marketing {
    font-size: 0;
  }
  .footer .marketing h4 {
    display: inline-block;
    width: 47.5%;
    margin-bottom: 0;
    text-align: right;
    margin-right: 2.5%;
  }
  .footer .marketing h4 a {
    padding: 20px 0;
  }
  .footer .marketing h4 + h4 {
    margin-right: 0;
    margin-left: 2.5%;
    text-align: left;
  }
  .footer .social {
    padding: 30px 0;
  }
  .footer .social h4 {
    display: none;
  }
  .footer .social .links {
    margin-left: 0;
    text-align: center;
  }
  .footer .footer-bottom {
    padding-top: 0;
  }
  .footer .footer-bottom .links {
    font-size: 0;
  }
  .footer .footer-bottom .links li {
    display: inline-block;
    width: 48.75%;
    margin-right: 1.25%;
    text-align: right;
  }
  .footer .footer-bottom .links li:nth-child(odd) {
    margin-right: 0;
    margin-left: 1.25%;
    text-align: left;
  }
  .footer .footer-bottom .links li:first-child {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .full-bleed,
  .scroll-section {
    height: auto;
    background-size: contain;
    background-position: 0 0;
    padding-top: 41.25%;
  }
  .full-bleed .vertical-align,
  .scroll-section .vertical-align {
    text-align: center;
  }
  .full-bleed h1,
  .scroll-section h1 {
    font-size: 28px;
  }
  .full-bleed .buttons-set,
  .scroll-section .buttons-set {
    margin-bottom: 50px;
  }
  .full-bleed .buttons-set .button,
  .scroll-section .buttons-set .button {
    display: block;
    margin: 0 auto;
    vertical-align: top;
  }
  .full-bleed .buttons-set .button + .button,
  .scroll-section .buttons-set .button + .button {
    margin-top: 10px;
  }
  .products-grid > li {
    margin-bottom: 100px;
  }
  .products-grid .inner {
    padding-top: 0;
    padding-bottom: 0;
    border: none!important;
  }
  .products-grid .product-extra {
    bottom: 20px;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .products-grid .review-wrapper {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .back-to-top.show {
    bottom: 0;
    right: 4%;
  }
}
@media screen and (max-width: 480px) {
  .masthead .logo {
    padding: 3px 0;
    margin-left: -65px;
  }
  .masthead .logo img {
    max-width: 130px;
  }
  .utility-links li {
    display: none;
  }
  .utility-links li:last-child {
    display: block;
  }
}
@media screen and (max-width: 1140px) {
  .usecare-index-index .care-and-use {
    height: auto;
    padding-top: 0;
  }
  .usecare-index-index .care-and-use .vertical-align {
    background-size: contain;
    background-position: bottom;
    height: 300px;
    text-align: center;
  }
  .usecare-index-index .care-and-use .vertical-align h1 {
    font-size: 28px;
  }
  .usecare-index-index .care-and-use .vertical-align .vertical-align-inner {
    display: block;
  }
  .footer .footer-bottom .region-selector {
    position: relative;
    margin-top: 60px;
  }
  .banner .accordion-content .accordion-content-inner .cta {
    margin-left: 13%;
  }
}
@media screen and (max-width: 960px) {
  .banner .accordion-content .accordion-content-inner .cta {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .banner .accordion-content .accordion-content-inner .cta {
    text-align: center;
    width: 100%;
    padding: 0 50px;
    margin-left: 0;
  }
  .banner .accordion-content .accordion-content-inner .image {
    display: none;
  }
  .social-sharing {
    display: none;
  }
  .products-grid > li .product-extra {
    position: static;
    width: 100%;
    transform: initial;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 20px;
  }
  .cms-guarantee-info .buttons-set, .contacts-index-index .buttons-set, .cms-contact .buttons-set{
	display: flex;
	flex-direction: column-reverse;
   }
  .cms-guarantee-info .please-wait, .contacts-index-index .please-wait, .cms-contact .please-wait{
	text-align: center;
   }
}
