/*
(C) Copyright 2020 Eureka c/o Midea America Corp. All rights reserved. 
http://meyerweb.com/eric/tools/css/reset/ | v2.0-modified | 20110126 | License: none (public domain) 
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * 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 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * 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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

:root {
  --clear: transparent;
  --white: #FFFFFF;
  --white-op-33: rgba(255,255,255,0.33);
  --white-op-40: rgba(255,255,255,0.40);
  --black: #000000;
  --black-op-15: rgba(0,0,0,0.15);
  --black-op-33: rgba(0,0,0,0.33);
  --black-op-50: rgba(0,0,0,0.50);
  --primary-color: #29418A;
  --primary-color-hover: #5F71A7;
  --primary-color-op-66: rgba(41,65,138,0.66);
  --primary-color-op-33: rgba(41,65,138,0.33);
  --skrim-op-00: rgba(37,37,37,0);
  --skrim-op-33: rgba(37,37,37,33);
  --skrim-op-66: rgba(37,37,37,66);
  --skrim-op-100: rgba(37,37,37,1);
  --dark-black: #1A1A1A;
  --grey: #323E48;
  --light-grey: #F2F5F6;
  --med-grey: #E5E5E5;
  --dark-grey: #1E2A35;
  --green: #EDFFF3;
  --red: #FF1744;
  --pink: #FFEDFE;
  --yellow: #FFFEED;
  --light-blue: #F8FBFF; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5 {
  font-family: "HCo Gotham", sans-serif;
  font-weight: 500;
  color: var(--grey);
  -webkit-transition: color 75ms ease-in-out;
  -moz-transition: color 75ms ease-in-out;
  -ms-transition: color 75ms ease-in-out;
  -o-transition: color 75ms ease-in-out;
  transition: color 75ms ease-in-out; }

h6 {
  font-family: "HCo Gotham", sans-serif;
  font-weight: 400;
  color: var(--grey); }

h1 {
  font-size: 40px;
  line-height: 42px; }
  @media (min-width: 1024px) {
    h1 {
      font-size: 40px;
      line-height: 42px; } }

h2 {
  font-size: 22px;
  line-height: 26px; }
  @media (min-width: 520px) {
    h2 {
      font-size: 28px;
      line-height: 32px; } }
  @media (min-width: 1024px) {
    h2 {
      font-size: 32px;
      line-height: 34px; } }

h3 {
  font-size: 18px;
  line-height: 24px; }
  @media (min-width: 720px) {
    h3 {
      font-size: 24px;
      line-height: 30px; } }

h4 {
  font-size: 18px;
  line-height: 24px; }

h5 {
  font-size: 16px;
  line-height: 20px; }
  @media (min-width: 1024px) {
    h5 {
      font-size: 16px;
      line-height: 20px; } }

h6 {
  font-size: 14px;
  line-height: 20px; }

p,
li {
  font-family: "HCo Gotham", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: var(--grey); }
  @media (min-width: 520px) {
    p,
    li {
      font-size: 16px;
      line-height: 26px; } }

a {
  font-family: "HCo Gotham", sans-serif;
  font-weight: 500;
  color: var(--grey);
  text-decoration: none;
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out; }
  a:hover {
    color: var(--primary-color); }

em,
i {
  font-style: italic; }

strong,
b {
  font-weight: 500; }

sup,
sub {
  font-size: 0.3em; }

span {
  font-family: "HCo Gotham", sans-serif;
  font-weight: normal;
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out; }

.btn {
  font-family: "HCo Gotham", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: var(--white);
  text-align: center; }
  .btn:hover {
    color: var(--white); }

.nav-links li .dropdown-label {
  font-weight: 500;
  cursor: pointer; }
  .nav-links li .dropdown-label:hover {
    color: var(--primary-color); }

.dropdown-list li a.btn {
  font-weight: 500; }

.dropdown-container .secondary-label span {
  font-weight: 500; }

.sticky-nav .anchor-link-container ul a {
  font-size: 14px;
  font-weight: 500; }

.card.product p, .card.product li {
  font-size: 14px; }

.product-header h4 {
  font-size: 14px; }

.purchase-modal h5 {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  display: block; }

.rating-container span {
  font-size: 12px; }

.banner-wrapper h3 {
  font-weight: normal; }

.search-results .search-result-item h4 {
  text-transform: capitalize; }

.search-results .search-result-item h4, .search-results .search-result-item h5 {
  text-decoration: none;
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out; }

.search-results .search-result-item h5 {
  color: var(--grey); }

.search-results .search-result-item:hover h4, .search-results .search-result-item:hover p {
  color: var(--primary-color); }

.item h2, .item p, .item button {
  color: var(--white); }

.item h2, .item p {
  width: 100%; }

.item h2 {
  font-size: 48px;
  line-height: 50px; }
  @media (min-width: 720px) {
    .item h2 {
      font-size: 54px;
      line-height: 56px; } }

.item.center-align h1, .item.center-align h2, .item.center-align h3, .item.center-align p {
  text-align: center; }

.item.left-align h2, .item.left-align p {
  text-align: left; }

.item.right-align h2, .item.right-align p {
  text-align: right; }

.item.large-header h1,
.item.large-header h2,
.item.large-header h3 {
  font-size: 40px;
  line-height: 42px; }
  @media (min-width: 520px) {
    .item.large-header h1,
    .item.large-header h2,
    .item.large-header h3 {
      font-size: 48px;
      line-height: 50px; } }
  @media (min-width: 1024px) {
    .item.large-header h1,
    .item.large-header h2,
    .item.large-header h3 {
      font-size: 54px;
      line-height: 56px; } }

.item.medium-header h1,
.item.medium-header h2,
.item.medium-header h3 {
  font-size: 32px;
  line-height: 34px; }
  @media (min-width: 520px) {
    .item.medium-header h1,
    .item.medium-header h2,
    .item.medium-header h3 {
      font-size: 40px;
      line-height: 42px; } }
  @media (min-width: 1024px) {
    .item.medium-header h1,
    .item.medium-header h2,
    .item.medium-header h3 {
      font-size: 48px;
      line-height: 50px; } }

.item.small-header h1,
.item.small-header h2,
.item.small-header h3 {
  font-size: 24px;
  line-height: 30px; }
  @media (min-width: 520px) {
    .item.small-header h1,
    .item.small-header h2,
    .item.small-header h3 {
      font-size: 32px;
      line-height: 34px; } }
  @media (min-width: 1024px) {
    .item.small-header h1,
    .item.small-header h2,
    .item.small-header h3 {
      font-size: 40px;
      line-height: 42px; } }

.video-component h2 {
  text-align: center;
  color: var(--white); }

.banner-info h2 {
  font-size: 40px;
  line-height: 42px; }
  @media (min-width: 1024px) {
    .banner-info h2 {
      font-size: 40px;
      line-height: 42px; } }

.split-block h1, .split-block h2, .split-block h3, .split-block p {
  color: var(--white);
  text-align: center; }

.split-block.grey-bg h3, .split-block.grey-bg p, .split-block.white-bg h3, .split-block.white-bg p {
  color: var(--dark-black); }

.eureka-product .split-block h3, .eureka-product .split-block p {
  text-align: left; }

.eureka-category .split-block h3 {
  font-size: 32px;
  line-height: 34px; }
  @media (min-width: 1024px) {
    .eureka-category .split-block h3 {
      font-size: 32px;
      line-height: 34px; } }

.cover * {
  text-align: center; }

.cover.right-align * {
  text-align: right; }

.cover h1 {
  font-size: 40px;
  line-height: 42px; }
  @media (min-width: 520px) {
    .cover h1 {
      font-size: 48px;
      line-height: 50px; } }
  @media (min-width: 1024px) {
    .cover h1 {
      font-size: 54px;
      line-height: 56px; } }

.cover h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500; }

.cover .large-header h1,
.cover .large-header h2,
.cover .large-header h3 {
  font-size: 40px;
  line-height: 42px; }
  @media (min-width: 520px) {
    .cover .large-header h1,
    .cover .large-header h2,
    .cover .large-header h3 {
      font-size: 48px;
      line-height: 50px; } }
  @media (min-width: 1024px) {
    .cover .large-header h1,
    .cover .large-header h2,
    .cover .large-header h3 {
      font-size: 54px;
      line-height: 56px; } }

.cover .medium-header h1,
.cover .medium-header h2,
.cover .medium-header h3 {
  font-size: 32px;
  line-height: 34px; }
  @media (min-width: 520px) {
    .cover .medium-header h1,
    .cover .medium-header h2,
    .cover .medium-header h3 {
      font-size: 40px;
      line-height: 42px; } }
  @media (min-width: 1024px) {
    .cover .medium-header h1,
    .cover .medium-header h2,
    .cover .medium-header h3 {
      font-size: 48px;
      line-height: 50px; } }

.cover .small-header h1,
.cover .small-header h2,
.cover .small-header h3 {
  font-size: 24px;
  line-height: 30px; }
  @media (min-width: 520px) {
    .cover .small-header h1,
    .cover .small-header h2,
    .cover .small-header h3 {
      font-size: 32px;
      line-height: 34px; } }
  @media (min-width: 1024px) {
    .cover .small-header h1,
    .cover .small-header h2,
    .cover .small-header h3 {
      font-size: 40px;
      line-height: 42px; } }

.cta-cards .card-info h4,
.cta-cards .card-info p {
  width: 100%; }

.form-header h3, .form-header p {
  text-align: center; }

.article-info-container * {
  text-align: center; }

.article-info-container h4 {
  margin-bottom: 10px; }

.article-info-container h2 {
  font-size: 40px;
  line-height: 42px; }
  @media (min-width: 520px) {
    .article-info-container h2 {
      font-size: 48px;
      line-height: 50px; } }
  @media (min-width: 1024px) {
    .article-info-container h2 {
      font-size: 54px;
      line-height: 56px; } }

.eureka-newsroom .list-wrapper:hover h2 {
  color: var(--primary-color); }

.eureka-newsroom .article-info-container * {
  text-align: left; }

.eureka-newsroom .article-info-container h4, .eureka-newsroom .article-info-container h2 {
  width: 100%; }

.eureka-newsroom .featured-article .article-info-container .date,
.eureka-newsroom .featured-article .article-info-container h4 {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 14px; }

.eureka-newsroom .featured-article .article-info-container .date {
  margin: 15px 0; }

.eureka-newsroom .featured-article .article-info-container h2 {
  font-size: 22px;
  line-height: 26px; }
  @media (min-width: 520px) {
    .eureka-newsroom .featured-article .article-info-container h2 {
      font-size: 28px;
      line-height: 32px; } }
  @media (min-width: 1024px) {
    .eureka-newsroom .featured-article .article-info-container h2 {
      font-size: 32px;
      line-height: 34px;
      margin-bottom: 15px; } }

.eureka-newsroom .article-list .article-info-container p {
  font-size: 14px; }

.eureka-newsroom .article-list .article-info-container h3 {
  margin: 10px 0; }

.eureka-newsroom .article-list .article-card:hover h3, .eureka-newsroom .article-list .article-card:hover p {
  color: var(--primary-color); }

.article-list-header h1, .article-list-header h2, .article-list-header h3 {
  text-align: center;
  margin: 50px 0 0;
  padding-top: 25px; }
  @media (min-width: 720px) {
    .article-list-header h1, .article-list-header h2, .article-list-header h3 {
      padding-top: 45px; } }

.article-head-content h1 {
  font-size: 40px;
  line-height: 42px; }
  @media (min-width: 520px) {
    .article-head-content h1 {
      font-size: 48px;
      line-height: 50px; } }
  @media (min-width: 1024px) {
    .article-head-content h1 {
      font-size: 54px;
      line-height: 56px; } }

.article-head-content h5 {
  color: var(--primary-color); }

.article-head-content p {
  font-size: 14px; }

.eureka-comparison h3 {
  text-align: center; }

.footer-content-container * {
  color: var(--white); }

.footer-content-container input {
  color: var(--grey); }

.footer-content-container a {
  font-size: 12px;
  font-weight: normal;
  color: var(--white);
  text-decoration: none;
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out; }
  .footer-content-container a span {
    color: var(--white);
    text-transform: capitalize; }
  .footer-content-container a:hover span {
    color: var(--white); }

.footer-base-links a {
  font-weight: 500;
  color: var(--white);
  text-transform: capitalize; }

.footer-newsletter h5 {
  text-align: center; }
  @media (min-width: 420px) {
    .footer-newsletter h5 {
      text-align: left; } }

.large-header h1,
.large-header h2,
.large-header h3 {
  font-size: 32px;
  line-height: 38px; }
  @media (min-width: 520px) {
    .large-header h1,
    .large-header h2,
    .large-header h3 {
      font-size: 36px;
      line-height: 42px; } }
  @media (min-width: 1024px) {
    .large-header h1,
    .large-header h2,
    .large-header h3 {
      font-size: 40px;
      line-height: 46px; } }

.medium-header h1,
.medium-header h2,
.medium-header h3,
.medium-header h4 {
  font-size: 24px;
  line-height: 30px; }
  @media (min-width: 520px) {
    .medium-header h1,
    .medium-header h2,
    .medium-header h3,
    .medium-header h4 {
      font-size: 28px;
      line-height: 34px; } }
  @media (min-width: 1024px) {
    .medium-header h1,
    .medium-header h2,
    .medium-header h3,
    .medium-header h4 {
      font-size: 32px;
      line-height: 38px; } }

.small-header h1,
.small-header h2,
.small-header h3,
.small-header h4 {
  font-size: 18px;
  line-height: 24px; }
  @media (min-width: 520px) {
    .small-header h1,
    .small-header h2,
    .small-header h3,
    .small-header h4 {
      font-size: 20px;
      line-height: 26px; } }
  @media (min-width: 1024px) {
    .small-header h1,
    .small-header h2,
    .small-header h3,
    .small-header h4 {
      font-size: 24px;
      line-height: 30px; } }

.x-small-header h1,
.x-small-header h2,
.x-small-header h3,
.x-small-header h4 {
  font-size: 14px;
  line-height: 16px; }
  @media (min-width: 520px) {
    .x-small-header h1,
    .x-small-header h2,
    .x-small-header h3,
    .x-small-header h4 {
      font-size: 16px;
      line-height: 18px; } }
  @media (min-width: 1024px) {
    .x-small-header h1,
    .x-small-header h2,
    .x-small-header h3,
    .x-small-header h4 {
      font-size: 18px;
      line-height: 24px; } }

.white-text *:not(.btn) {
  color: var(--white) !important; }

.black-text *:not(.btn) {
  color: var(--dark-black) !important; }

.basic-slider,
.basic-slider .slider-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.basic-slider {
  display: none;
  width: 100%;
  z-index: 1;
  position: relative; }

.basic-slider .slider-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.basic-slider .slider-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.basic-slider .slider-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.basic-slider .slider-item,
.basic-slider .slider-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.basic-slider .slider-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-touch-callout: none; }

.eureka-slider .slider-item img,
.eureka-slider .slider-item video {
  display: block;
  width: 100%;
  z-index: 10; }

.basic-slider .slider-dots.disabled,
.basic-slider .slider-nav.disabled {
  display: none; }

.no-js .basic-slider,
.basic-slider.slider-loaded {
  display: block; }

.basic-slider .slider-dot,
.basic-slider .slider-nav .slider-next,
.basic-slider .slider-nav .slider-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.eureka-slider .slider-nav button,
.prod-cat-gallery .slider-nav button {
  background: var(--clear);
  pointer-events: all;
  height: 100%;
  width: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.eureka-slider .slider-nav button.slider-next,
.prod-cat-gallery .slider-nav button.slider-next {
  margin-right: 20px;
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out; }

.slider-theme .slider-nav button.slider-next:active {
  margin-right: 17px; }

.eureka-slider .slider-nav button.slider-prev,
.prod-cat-gallery .slider-nav button.slider-prev {
  margin-left: 20px;
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out; }

.slider-theme .slider-nav button.slider-prev:active {
  margin-left: 17px; }

.eureka-slider .slider-nav button.slider-next,
.eureka-slider .slider-nav button.slider-prev,
.eureka-slider button.slider-dot,
.prod-cat-gallery .slider-nav button.slider-next,
.prod-cat-gallery .slider-nav button.slider-prev,
.prod-cat-gallery button.slider-dot {
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.basic-slider.slider-loading {
  opacity: 0;
  display: block; }

.basic-slider.slider-hidden {
  opacity: 0; }

.basic-slider.slider-refresh .slider-item {
  visibility: hidden; }

.basic-slider.slider-drag .slider-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.basic-slider.slider-grab {
  cursor: move;
  cursor: grab; }

.basic-slider.slider-rtl {
  direction: rtl; }

.basic-slider.slider-rtl .slider-item {
  float: right; }

.basic-slider .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.basic-slider .slider-animated-in {
  z-index: 0; }

.basic-slider .slider-animated-out {
  z-index: 1; }

.slider-height {
  -webkit-transition: height 125ms ease-in-out;
  -moz-transition: height 125ms ease-in-out;
  -ms-transition: height 125ms ease-in-out;
  -o-transition: height 125ms ease-in-out;
  transition: height 125ms ease-in-out; }

.slider-theme .slider-dots,
.slider-theme .slider-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.slider-theme .slider-nav {
  position: absolute;
  z-index: 20;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100px;
  background: var(--clear);
  width: 100%;
  pointer-events: none;
  display: none; }
  @media (min-width: 720px) {
    .slider-theme .slider-nav {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }

.slider-theme .slider-nav span span {
  display: block;
  height: 2px;
  width: 20px;
  background: var(--white);
  position: absolute;
  bottom: 0;
  right: 0; }
  @media (min-width: 1024px) {
    .slider-theme .slider-nav span span {
      width: 30px; } }

.slider-theme .slider-nav span span:last-child {
  bottom: 9px;
  left: 9px;
  right: inherit;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }
  @media (min-width: 1024px) {
    .slider-theme .slider-nav span span:last-child {
      bottom: 14px;
      left: 14px; } }

.slider-theme .slider-nav span.next-trigger,
.slider-theme .slider-nav span.prev-trigger {
  height: 20px;
  width: 20px;
  display: block;
  position: relative; }
  @media (min-width: 1024px) {
    .slider-theme .slider-nav span.next-trigger,
    .slider-theme .slider-nav span.prev-trigger {
      height: 30px;
      width: 30px; } }

.slider-theme .slider-nav span.next-trigger {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.slider-theme .slider-nav span.prev-trigger {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.slider-theme .slider-nav .disabled {
  opacity: 0;
  cursor: default; }

.slider-theme .slider-nav.disabled + .slider-dots {
  margin-top: 10px; }

.slider-theme .slider-dots {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center; }

.slider-theme .slider-dots .slider-dot {
  background: var(--clear);
  display: inline-block;
  zoom: 1; }

.slider-theme .slider-dots .slider-dot span {
  width: 8px;
  height: 8px;
  margin: 5px;
  background: var(--white-op-33);
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  border-radius: 30px;
  -webkit-transition: background 125ms ease-in-out;
  -moz-transition: background 125ms ease-in-out;
  -ms-transition: background 125ms ease-in-out;
  -o-transition: background 125ms ease-in-out;
  transition: background 125ms ease-in-out; }

.slider-theme .slider-dots .slider-dot.active span,
.slider-theme .slider-dots .slider-dot:hover span {
  background: var(--white); }

.item {
  position: relative; }
  .item.center-align .media-overlay {
    opacity: 0.3;
    /* fallback/image non-cover color */
    background-color: var(--skrim-op-33);
    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(bottom, var(--skrim-op-33) 0%, var(--skrim-op-00) 100%);
    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, bottom left, top right, color-stop(0%, var(--skrim-op-33)), color-stop(100%, var(--skrim-op-00)));
    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(bottom, var(--skrim-op-33) 0%, var(--skrim-op-00) 100%);
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(bottom, var(--skrim-op-33) 0%, var(--skrim-op-00) 100%);
    /* IE10+ */
    background: -ms-linear-gradient(bottom, var(--skrim-op-33) 0%, var(--skrim-op-00) 100%);
    /* Standard */
    background: linear-gradient(to top, var(--skrim-op-33) 0%, var(--skrim-op-00) 100%);
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 ); }
  .item.left-align .media-overlay {
    opacity: 0.3;
    /* fallback/image non-cover color */
    background-color: var(--skrim-op-66);
    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(left, var(--skrim-op-66) 0%, var(--skrim-op-00) 100%);
    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, var(--skrim-op-66)), color-stop(100%, var(--skrim-op-00)));
    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(left, var(--skrim-op-66) 0%, var(--skrim-op-00) 100%);
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(left, var(--skrim-op-66) 0%, var(--skrim-op-00) 100%);
    /* IE10+ */
    background: -ms-linear-gradient(left, var(--skrim-op-66) 0%, var(--skrim-op-00) 100%);
    /* Standard */
    background: linear-gradient(to right, var(--skrim-op-66) 0%, var(--skrim-op-00) 100%);
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 ); }
  .item.right-align .media-overlay {
    opacity: 0.3;
    /* fallback/image non-cover color */
    background-color: var(--skrim-op-00);
    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(left, var(--skrim-op-00) 0%, var(--skrim-op-66) 100%);
    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, var(--skrim-op-00)), color-stop(100%, var(--skrim-op-66)));
    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(left, var(--skrim-op-00) 0%, var(--skrim-op-66) 100%);
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(left, var(--skrim-op-00) 0%, var(--skrim-op-66) 100%);
    /* IE10+ */
    background: -ms-linear-gradient(left, var(--skrim-op-00) 0%, var(--skrim-op-66) 100%);
    /* Standard */
    background: linear-gradient(to right, var(--skrim-op-00) 0%, var(--skrim-op-66) 100%);
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 ); }

.media-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 300;
  opacity: 0.3;
  /* fallback/image non-cover color */
  background-color: var(--skrim-op-33);
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(bottom, var(--skrim-op-33) 0%, var(--skrim-op-00) 100%);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, bottom left, top right, color-stop(0%, var(--skrim-op-33)), color-stop(100%, var(--skrim-op-00)));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(bottom, var(--skrim-op-33) 0%, var(--skrim-op-00) 100%);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(bottom, var(--skrim-op-33) 0%, var(--skrim-op-00) 100%);
  /* IE10+ */
  background: -ms-linear-gradient(bottom, var(--skrim-op-33) 0%, var(--skrim-op-00) 100%);
  /* Standard */
  background: linear-gradient(to top, var(--skrim-op-33) 0%, var(--skrim-op-00) 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 ); }

.center-align {
  align-items: center;
  justify-content: center; }

.item.left-align {
  align-items: flex-start;
  justify-content: center; }

.item.right-align {
  align-items: flex-end;
  justify-content: center; }

.slider-content-container {
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  z-index: 500;
  padding: 0;
  margin: auto; }

.slider-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 15;
  padding: 0 20px;
  max-width: 520px;
  width: 100%; }
  @media (min-width: 720px) {
    .slider-content {
      max-width: 575px; } }

.eureka-slider .slider-item .desktop-video {
  display: none; }
  @media (min-width: 720px) {
    .eureka-slider .slider-item .desktop-video {
      display: block; } }

.eureka-slider .slider-item .mobile-cine-poster {
  display: block; }
  @media (min-width: 720px) {
    .eureka-slider .slider-item .mobile-cine-poster {
      display: none; } }

.center-align .slider-content-container {
  justify-content: center; }

.center-align .slider-content {
  align-items: center; }

.item.left-align .slider-content-container {
  justify-content: flex-start; }

.item.right-align .slider-content-container {
  justify-content: flex-end; }

.item.left-align .slider-content {
  align-items: flex-start;
  margin: 0 10px;
  width: 80%; }
  @media (min-width: 520px) {
    .item.left-align .slider-content {
      margin: 0 20px; } }
  @media (min-width: 720px) {
    .item.left-align .slider-content {
      margin: 0 75px; } }
  @media (min-width: 1024px) {
    .item.left-align .slider-content {
      margin: 0 150px; } }

.item.right-align .slider-content {
  align-items: flex-end;
  margin: 0 10px;
  width: 80%; }
  @media (min-width: 520px) {
    .item.right-align .slider-content {
      margin: 0 20px; } }
  @media (min-width: 720px) {
    .item.right-align .slider-content {
      margin: 0 75px; } }
  @media (min-width: 1024px) {
    .item.right-align .slider-content {
      margin: 0 150px; } }

.item .btn {
  margin-top: 25px; }
  @media (min-width: 720px) {
    .item .btn {
      margin-top: 50px; } }

.item p {
  margin-top: 15px; }
  @media (min-width: 720px) {
    .item p {
      margin-top: 20px; } }

.product-category-component {
  padding: 25px 0; }
  @media (min-width: 1024px) {
    .product-category-component {
      padding: 50px 0; } }

.product-category-component h2 {
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .product-category-component h2 {
      margin-bottom: 50px; } }

.product-category-component .slider-stage {
  padding: 20px 0 20px 10px; }

.prod-cat-gallery .item {
  position: relative;
  width: 200px !important;
  padding: 15px 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none; }
  @media (min-width: 1024px) {
    .prod-cat-gallery .item {
      width: 420px !important; } }

.prod-cat-gallery .slider-item {
  width: 300px;
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out; }
  .prod-cat-gallery .slider-item img {
    -webkit-box-shadow: 0 0px 15px var(--clear);
    -moz-box-shadow: 0 0px 15px var(--clear);
    box-shadow: 0 0px 15px var(--clear);
    -webkit-transition: all 125ms ease-in-out;
    -moz-transition: all 125ms ease-in-out;
    -ms-transition: all 125ms ease-in-out;
    -o-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out; }
  @media (min-width: 1024px) {
    .prod-cat-gallery .slider-item {
      width: 420px; } }

.prod-cat-gallery .slider-item:hover img {
  -webkit-box-shadow: 0 0px 16px var(--black-op-33);
  -moz-box-shadow: 0 0px 16px var(--black-op-33);
  box-shadow: 0 0px 16px var(--black-op-33); }

.prod-cat-gallery .slider-content-container {
  position: relative;
  display: flex;
  margin: 0; }

.prod-cat-gallery img {
  max-width: 90%;
  margin: 0 auto;
  display: block; }
  @media (min-width: 1024px) {
    .prod-cat-gallery img {
      max-width: 400px; } }

.prod-cat-gallery .slider-content {
  max-width: none;
  width: 100%; }

.prod-cat-gallery .item h4 {
  margin-top: 10px; }
  @media (min-width: 720px) {
    .prod-cat-gallery .item h4 {
      margin-top: 15px; } }

.prod-cat-gallery .item p {
  margin-top: 5px; }

.prod-cat-gallery .slider-nav {
  left: 0;
  right: 0;
  width: 90%; }

.prod-cat-gallery .slider-nav button {
  background: var(--white);
  height: 60px;
  width: 60px;
  border-radius: 100px;
  -webkit-box-shadow: 0 2px 3px var(--black-op-33);
  -moz-box-shadow: 0 2px 3px var(--black-op-33);
  box-shadow: 0 2px 3px var(--black-op-33); }

.prod-cat-gallery .slider-nav span.next-trigger,
.prod-cat-gallery .slider-nav span.prev-trigger {
  height: 20px;
  width: 20px; }

.prod-cat-gallery .slider-nav span.next-trigger {
  margin-right: 10px; }

.prod-cat-gallery .slider-nav span.prev-trigger {
  margin-left: 10px; }

.prod-cat-gallery .slider-nav span span {
  background: var(--dark-black);
  width: 20px; }

.prod-cat-gallery .slider-nav span span:last-child {
  bottom: 9px;
  left: 9px; }

.featured-details * {
  color: var(--white); }

.product-image-gallery {
  width: 100%;
  max-width: calc(100% - 40px);
  margin-top: 20px; }
  @media (min-width: 720px) {
    .product-image-gallery {
      max-width: calc(100% - 100px); } }
  @media (min-width: 1200px) {
    .product-image-gallery {
      max-width: calc(100% - 200px); } }
  .product-image-gallery.slider-theme .slider-nav {
    width: calc(100% + 50px);
    margin-left: -25px;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 720px) {
      .product-image-gallery.slider-theme .slider-nav {
        width: calc(100% + 60px);
        margin-left: -30px;
        display: flex; } }
  .product-image-gallery .item {
    border: solid 5px var(--clear);
    cursor: pointer;
    -webkit-transition: all 75ms ease-in-out;
    -moz-transition: all 75ms ease-in-out;
    -ms-transition: all 75ms ease-in-out;
    -o-transition: all 75ms ease-in-out;
    transition: all 75ms ease-in-out; }
    .product-image-gallery .item:hover, .product-image-gallery .item.active-image {
      padding: 0;
      border: solid 5px var(--primary-color); }
  .product-image-gallery img,
  .product-image-gallery .video-thumbnail {
    height: 75px;
    width: 75px; }
  .product-image-gallery .video-thumbnail iframe {
    display: none; }
  .product-image-gallery .slider-next,
  .product-image-gallery .slider-prev {
    background: var(--clear);
    pointer-events: all;
    height: 50px;
    width: 30px;
    margin: 0;
    padding: 0 10px; }
  .product-image-gallery .slider-nav button.slider-next:active {
    margin-right: 2px; }
  .product-image-gallery .slider-nav button.slider-prev:active {
    margin-left: 2px; }
  .product-image-gallery .slider-nav span.next-trigger, .product-image-gallery .slider-nav span.prev-trigger {
    height: 10px;
    width: 10px; }
    .product-image-gallery .slider-nav span.next-trigger span, .product-image-gallery .slider-nav span.prev-trigger span {
      background: var(--dark-black);
      width: 10px; }
      .product-image-gallery .slider-nav span.next-trigger span:last-child, .product-image-gallery .slider-nav span.prev-trigger span:last-child {
        bottom: 4px;
        left: 4px; }

.video-data {
  height: 70px;
  width: 70px;
  margin: 2.5px;
  position: relative;
  background: var(--grey); }
  .video-data .play0,
  .video-data .play1 {
    -webkit-transition: all 75ms ease-in-out;
    -moz-transition: all 75ms ease-in-out;
    -ms-transition: all 75ms ease-in-out;
    -o-transition: all 75ms ease-in-out;
    transition: all 75ms ease-in-out; }
  .video-data .play0 {
    fill: var(--white); }
  .video-data .play1 {
    fill: var(--primary-color); }
  .video-data .thumbnail-icon {
    height: 70px;
    width: 70px;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0; }

.lightbox-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1099;
  background: var(--black-op-50);
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out; }

.lightbox-container {
  height: calc(100% - 100px);
  width: 100%;
  max-width: calc(100% - 200px);
  opacity: 0;
  pointer-events: none;
  margin: -50px auto auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 45px;
  z-index: 1100;
  -webkit-box-shadow: 0 5px 10px var(--black-op-33);
  -moz-box-shadow: 0 5px 10px var(--black-op-33);
  box-shadow: 0 5px 10px var(--black-op-33);
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out; }
  .lightbox-container .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .lightbox-container .close-btn-container {
    top: 30px;
    right: 45px; }

.open-lightbox {
  height: 100%;
  overflow: hidden; }
  .open-lightbox .lightbox-mask,
  .open-lightbox .lightbox-container {
    opacity: 1;
    pointer-events: all; }
  .open-lightbox .lightbox-container {
    margin-top: 0; }
    .open-lightbox .lightbox-container .slider-nav .slider-next,
    .open-lightbox .lightbox-container .slider-nav .slider-prev {
      pointer-events: all; }

.product-lightbox-gallery {
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  box-sizing: border-box;
  background: var(--white); }
  .product-lightbox-gallery img {
    height: 100%;
    width: auto;
    margin: 0 auto;
    display: block; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .product-lightbox-gallery img {
        height: 100%; } }
  .product-lightbox-gallery .slider-stage-outer,
  .product-lightbox-gallery .slider-stage,
  .product-lightbox-gallery .slider-item,
  .product-lightbox-gallery .item {
    height: 100%; }
  .product-lightbox-gallery .video-item-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    width: auto; }
  .product-lightbox-gallery .video-item {
    width: 100%; }
    @media (min-width: 720px) {
      .product-lightbox-gallery .video-item {
        width: calc(100% - 200px); } }
    @media (min-width: 1200px) {
      .product-lightbox-gallery .video-item {
        width: calc(100% - 300px); } }
  .product-lightbox-gallery .slider-nav {
    width: 90%;
    right: 0;
    left: 0; }
    .product-lightbox-gallery .slider-nav .slider-prev,
    .product-lightbox-gallery .slider-nav .slider-next {
      background: var(--clear); }
    .product-lightbox-gallery .slider-nav button.slider-next:active {
      margin-right: 2px; }
    .product-lightbox-gallery .slider-nav button.slider-prev:active {
      margin-left: 2px; }
    .product-lightbox-gallery .slider-nav span span {
      background: var(--dark-black); }
    @media (min-width: 1080px) {
      .product-lightbox-gallery .slider-nav {
        width: 80%; } }

.full-width-gallery {
  height: 225px;
  overflow: hidden; }
  @media (min-width: 720px) {
    .full-width-gallery {
      height: 550px; } }
  .full-width-gallery .slider-stage-outer,
  .full-width-gallery .slider-stage,
  .full-width-gallery .slider-item,
  .full-width-gallery .item,
  .full-width-gallery img {
    height: 100%; }
  .full-width-gallery .slider-item {
    opacity: 0.5;
    -webkit-transition: opacity 75ms ease-in-out;
    -moz-transition: opacity 75ms ease-in-out;
    -ms-transition: opacity 75ms ease-in-out;
    -o-transition: opacity 75ms ease-in-out;
    transition: opacity 75ms ease-in-out; }
    .full-width-gallery .slider-item.center {
      opacity: 1; }
      .full-width-gallery .slider-item.center .video-modal-trigger {
        pointer-events: all; }
    .full-width-gallery .slider-item img {
      object-fit: contain;
      width: auto; }
    .full-width-gallery .slider-item .video-modal-trigger {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      pointer-events: none; }
  .full-width-gallery .slider-nav {
    padding: 0 50px;
    box-sizing: border-box; }
    @media (min-width: 920px) {
      .full-width-gallery .slider-nav {
        padding: 0 100px; } }
    .full-width-gallery .slider-nav button {
      height: 60px;
      width: 60px;
      border-radius: 30px;
      background: var(--primary-color-op-33); }
      .full-width-gallery .slider-nav button:hover {
        background: var(--primary-color); }
    .full-width-gallery .slider-nav span.next-trigger, .full-width-gallery .slider-nav span.prev-trigger {
      height: 14px;
      width: 14px; }
    .full-width-gallery .slider-nav span.next-trigger {
      margin-right: 6px; }
    .full-width-gallery .slider-nav span.prev-trigger {
      margin-left: 6px; }
    .full-width-gallery .slider-nav span span {
      width: 100%; }
      .full-width-gallery .slider-nav span span:last-child {
        bottom: 6px;
        left: 6px; }

.quick-link-container {
  background: var(--white); }

.quick-links {
  padding: 15px 0px;
  border-bottom: 1px solid var(--med-grey);
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .quick-links {
      padding: 25px 0px;
      margin-bottom: 50px; } }

.quick-links .slider-stage {
  margin: 0 auto; }

.quick-links a.quick-link {
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  word-break: break-all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 1024px) {
    .quick-links a.quick-link {
      font-size: 16px; } }

.quick-links .slider-item img {
  width: 50%;
  margin: 0 auto;
  padding: 0px 10px 10px;
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out; }

.quick-links .slider-item:hover img {
  margin: -3px auto 3px; }

.quick-link-item {
  cursor: pointer;
  width: 150px; }
  @media (min-width: 1024px) {
    .quick-link-item {
      width: 200px; } }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
    height: 506px; } }

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " "; }

.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both; }

.video-modal .modal-lg {
  overflow: hidden; }
  @media (min-width: 992px) {
    .video-modal .modal-lg {
      width: 900px;
      height: 506px; } }

body {
  background: var(--white);
  padding-top: 48px;
  display: block;
  overflow-x: hidden; }
  @media (min-width: 770px) {
    body {
      padding-top: 58px; } }

main {
  background: var(--white);
  max-width: 1665px;
  margin: 0 auto; }

picture,
svg {
  width: 100%;
  height: 100%; }

img {
  align-self: center;
  flex-shrink: 0;
  object-fit: cover; }

video {
  object-fit: cover; }

::-moz-selection {
  background-color: var(--primary-color);
  color: var(--white); }

::selection {
  background-color: var(--primary-color);
  color: var(--white); }

form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start; }

input {
  box-sizing: border-box; }

button {
  border: none; }

.btn {
  background: var(--primary-color);
  display: inline-block;
  box-sizing: border-box;
  padding: 16px 25px;
  min-width: 125px;
  border-radius: 5px;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out; }
  @media (min-width: 720px) {
    .btn {
      padding: 16px 25px; } }
  .btn:hover, .btn:focus {
    background: var(--primary-color-hover); }
  .btn.disabled-btn {
    pointer-events: none !important;
    background: var(--light-grey) !important;
    color: var(--black-op-33) !important; }
  .btn.overlay-btn {
    background: var(--white);
    color: var(--primary-color); }
    .btn.overlay-btn:hover {
      background: var(--primary-color);
      color: var(--white); }
  .btn.compare-btn, .btn.manual-btn, .btn.support-btn {
    background: var(--white);
    color: var(--primary-color);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .btn.compare-btn:hover, .btn.compare-btn:focus, .btn.manual-btn:hover, .btn.manual-btn:focus, .btn.support-btn:hover, .btn.support-btn:focus {
      background: var(--light-grey);
      color: var(--primary-color); }
    .btn.compare-btn svg, .btn.manual-btn svg, .btn.support-btn svg {
      margin-right: 5px;
      height: 14px;
      width: 20px; }
  .btn.manual-btn {
    display: inline-flex;
    border: 1px solid var(--med-grey);
    margin: 10px 5px 0 0; }
    @media (min-width: 720px) {
      .btn.manual-btn {
        margin: 0px 0px 10px; } }
  .btn.support-btn:hover, .btn.support-btn:focus {
    background: var(--primary-color);
    color: var(--white); }

.social-btn {
  cursor: pointer; }

.copy-btn {
  position: relative; }
  .copy-btn:hover .tooltip {
    opacity: 1; }
  .copy-btn input {
    opacity: 0;
    pointer-events: none;
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute; }
  .copy-btn .tooltip {
    position: absolute;
    left: -23px;
    width: 60px;
    pointer-events: none;
    padding: 5px;
    color: var(--white);
    background: var(--dark-grey);
    border-radius: 5px;
    display: block;
    opacity: 0;
    -webkit-transition: all 75ms ease-in-out;
    -moz-transition: all 75ms ease-in-out;
    -ms-transition: all 75ms ease-in-out;
    -o-transition: all 75ms ease-in-out;
    transition: all 75ms ease-in-out; }
    .copy-btn .tooltip p {
      font-size: 12px;
      font-weight: 500;
      text-align: center;
      padding: 0;
      margin: 0; }
      .copy-btn .tooltip p:last-child {
        display: none; }
    .copy-btn .tooltip.copied p:first-child {
      display: none; }
    .copy-btn .tooltip.copied p:last-child {
      display: block; }

.wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column; }
  @media (min-width: 1200px) {
    .wrapper {
      padding: 0; } }

@media (min-width: 770px) {
  .modal-open nav,
  .modal-open .sticky-sub-nav-container {
    width: calc(100% - 15px); } }

nav {
  width: 100%;
  background: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  nav .plus-sign-container {
    display: block;
    height: 25px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
    nav .plus-sign-container .plus-sign {
      height: 25px;
      width: 25px; }
      nav .plus-sign-container .plus-sign span {
        background: var(--dark-black);
        margin: 0;
        width: 25px;
        top: 11px;
        -webkit-transition: all 75ms ease-in-out;
        -moz-transition: all 75ms ease-in-out;
        -ms-transition: all 75ms ease-in-out;
        -o-transition: all 75ms ease-in-out;
        transition: all 75ms ease-in-out; }
        nav .plus-sign-container .plus-sign span:last-child {
          top: 9px; }
    nav .plus-sign-container:hover .plus-sign span {
      background: var(--primary-color); }
  nav .nav-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  nav .nav-logo {
    display: inline-block; }
    nav .nav-logo:hover .logo-icon {
      fill: var(--primary-color); }
    nav .nav-logo .logo-icon {
      fill: var(--grey);
      -webkit-transition: all 125ms ease-in-out;
      -moz-transition: all 125ms ease-in-out;
      -ms-transition: all 125ms ease-in-out;
      -o-transition: all 125ms ease-in-out;
      transition: all 125ms ease-in-out; }

.search-container {
  height: 25px;
  background: var(--white);
  padding: 11px 15px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out; }
  @media (min-width: 770px) {
    .search-container {
      padding: 0px; } }
  .search-container input {
    background: var(--clear);
    pointer-events: none;
    border: 0px;
    width: 0;
    margin: 0;
    padding: 2px 0;
    -webkit-transition: all 125ms ease-in-out;
    -moz-transition: all 125ms ease-in-out;
    -ms-transition: all 125ms ease-in-out;
    -o-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out; }

.search-button {
  height: 25px;
  width: 25px;
  cursor: pointer; }
  .search-button:hover .icon .search-icon {
    fill: var(--primary-color); }
  .search-button .icon {
    height: 100%;
    width: 100%; }
    .search-button .icon .search-icon {
      fill: var(--grey);
      -webkit-transition: all 125ms ease-in-out;
      -moz-transition: all 125ms ease-in-out;
      -ms-transition: all 125ms ease-in-out;
      -o-transition: all 125ms ease-in-out;
      transition: all 125ms ease-in-out; }

@media (min-width: 770px) and (max-width: 1099px) {
  .opened-search .nav-links-container {
    display: none; } }

@media (min-width: 770px) {
  .opened-search .search-container {
    background: var(--light-grey);
    padding: 6px 10px; }
    .opened-search .search-container input {
      border: 0px;
      background: var(--clear);
      width: 250px;
      pointer-events: all; }
  .opened-search .search-button {
    margin-right: 10px; } }

@media (min-width: 770px) {
  .mobile-search {
    display: none; } }

.mobile-search.search-container {
  background: var(--light-grey);
  padding: 6px 10px;
  margin: 20px; }
  .mobile-search.search-container input {
    border: 0px;
    background: var(--clear);
    width: 100%;
    pointer-events: all; }

.mobile-search .search-button {
  margin-right: 10px; }

.main-nav-container {
  width: 100%;
  height: 48px;
  position: relative;
  background: var(--white);
  padding: 0px;
  box-sizing: border-box;
  z-index: 1000;
  -webkit-box-shadow: 0 0px 5px var(--black-op-15);
  -moz-box-shadow: 0 0px 5px var(--black-op-15);
  box-shadow: 0 0px 5px var(--black-op-15); }
  @media (min-width: 770px) {
    .main-nav-container {
      padding: 10px 25px;
      height: 58px; } }

.opened-mobile .main-nav-container {
  z-index: 1000; }

.nav-wrapper {
  max-width: 1665px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.logo-holster {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center; }
  @media (min-width: 770px) {
    .logo-holster {
      width: 150px; } }

.nav-logo {
  width: 95px;
  height: 22px;
  display: block;
  padding: 13px 20px; }
  @media (min-width: 770px) {
    .nav-logo {
      width: 140px;
      height: 31px;
      padding: 4px; } }

.nav-links-container {
  align-items: center;
  width: 100%;
  display: none;
  padding: 0;
  background: var(--white);
  position: absolute;
  top: 48px;
  left: 0px; }
  @media (min-width: 770px) {
    .nav-links-container {
      width: auto;
      padding: 0 0 0 20px;
      display: inline-flex;
      position: relative;
      top: 0; } }

.opened-mobile .nav-links-container {
  display: block;
  border-top: 1px solid var(--light-grey);
  overflow: hidden; }

.nav-links {
  display: inline-flex;
  flex-direction: column;
  width: 100%; }
  @media (max-width: 769px) {
    .nav-links {
      overflow: auto; } }
  @media (min-width: 770px) {
    .nav-links {
      flex-direction: row; } }
  .nav-links li {
    position: relative;
    padding: 0;
    margin: 0;
    border-top: 1px solid var(--light-grey); }
    @media (min-width: 770px) {
      .nav-links li {
        margin: 0 35px;
        border-top: 0px; } }
    .nav-links li .dropdown-label {
      padding: 20px 25px;
      display: block;
      font-size: 18px; }
      @media (min-width: 770px) {
        .nav-links li .dropdown-label {
          padding: 20px 15px;
          display: unset;
          font-size: 16px; } }
      @media (min-width: 920px) {
        .nav-links li .dropdown-label {
          padding: 20px 25px; } }
      @media all and (-ms-high-contrast: none) {
        .nav-links li .dropdown-label {
          padding: 10px 25px; } }
  @media all and (-ms-high-contrast: none) and (min-width: 770px) {
    .nav-links li .dropdown-label {
      padding: 10px 15px; } }
  @media all and (-ms-high-contrast: none) and (min-width: 920px) {
    .nav-links li .dropdown-label {
      padding: 10px 25px; } }
    .nav-links li .plus-sign-container {
      padding: 0;
      height: 16px;
      width: 16px;
      top: 20px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
      @media (min-width: 770px) {
        .nav-links li .plus-sign-container {
          display: none; } }
      .nav-links li .plus-sign-container .plus-sign {
        padding: 0;
        height: 16px;
        width: 16px; }
        .nav-links li .plus-sign-container .plus-sign span {
          padding: 0;
          width: 16px;
          top: 9px; }
          .nav-links li .plus-sign-container .plus-sign span:last-child {
            top: 7px; }
    .nav-links li.active .plus-sign-container .plus-sign span:last-child {
      width: 0;
      left: 9px; }
    @media (min-width: 770px) {
      .nav-links li.active .dropdown-label, .nav-links li:hover .dropdown-label {
        padding: 21px 15px 15px;
        border-bottom: 4px solid var(--primary-color); } }
    @media (min-width: 920px) {
      .nav-links li.active .dropdown-label, .nav-links li:hover .dropdown-label {
        padding: 21px 25px 15px; } }

@media all and (-ms-high-contrast: none) and (min-width: 770px) {
  .nav-links li.active .dropdown-label, .nav-links li:hover .dropdown-label {
    padding: 10px 15px 8px; } }

@media all and (-ms-high-contrast: none) and (min-width: 920px) {
  .nav-links li.active .dropdown-label, .nav-links li:hover .dropdown-label {
    padding: 10px 25px 8px; } }

.opening .nav-links li {
  pointer-events: none; }

.dropdown-container {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 900;
  background: var(--light-grey); }
  .dropdown-container.opened {
    height: auto;
    padding: 15px 0 25px; }
  @media (min-width: 770px) {
    .dropdown-container .tertiary-trigger {
      display: none; } }

.dropdown-media {
  width: 50%;
  padding: 25px 0; }
  @media (max-width: 769px) {
    .dropdown-media {
      display: none; } }
  .dropdown-media a {
    display: inline-flex;
    flex-direction: column; }
  .dropdown-media span {
    font-weight: 500; }
  .dropdown-media picture {
    height: auto; }
  .dropdown-media img {
    width: 100%;
    max-width: 345px;
    margin: 15px 0; }

.dropdown-wrapper {
  display: none;
  padding: 0;
  width: 100%;
  position: relative;
  background: var(--light-grey); }
  @media (min-width: 770px) {
    .dropdown-wrapper {
      position: fixed;
      left: 0;
      top: 58px;
      padding-bottom: 35px; } }
  .dropdown-wrapper.opened {
    display: flex;
    justify-content: flex-end; }

.dropdown-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 20px; }
  @media (min-width: 770px) {
    .dropdown-list {
      align-items: flex-start;
      padding: 25px 0; } }
  @media (min-width: 770px) and (max-width: 979px) {
    .dropdown-list {
      width: 50%; } }
  @media (min-width: 980px) {
    .dropdown-list {
      width: 33%; } }
  .dropdown-list .tertiary-label span {
    display: block;
    padding: 20px 25px; }
    @media (min-width: 770px) {
      .dropdown-list .tertiary-label span {
        padding: 5px 10px; } }
  .dropdown-list li {
    -webkit-transition: all 75ms ease-in-out;
    -moz-transition: all 75ms ease-in-out;
    -ms-transition: all 75ms ease-in-out;
    -o-transition: all 75ms ease-in-out;
    transition: all 75ms ease-in-out; }
    .dropdown-list li.nav-button {
      display: flex;
      flex-direction: row;
      align-items: center; }
    @media (min-width: 770px) {
      .dropdown-list li {
        padding: 5px 0; } }
    .dropdown-list li a {
      padding: 0; }
      .dropdown-list li a.btn {
        padding: 10px 20px;
        margin: 5px auto; }
        @media (min-width: 770px) {
          .dropdown-list li a.btn {
            margin-left: 10px; } }
    .dropdown-list li a, .dropdown-list li span {
      font-weight: normal; }
      .dropdown-list li a.tertiary-header, .dropdown-list li span.tertiary-header {
        display: none; }
        @media (min-width: 770px) {
          .dropdown-list li a.tertiary-header, .dropdown-list li span.tertiary-header {
            display: inline-block;
            padding: 5px 10px 5px;
            font-weight: 500; } }

.nav-mask {
  height: 100%;
  width: 100%;
  background: var(--black-op-50);
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 850;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }

.opened-mobile .nav-mask,
.opened-dropdown .nav-mask,
.opened-search .nav-mask {
  pointer-events: all;
  opacity: 1; }

.mobile-menu-trigger {
  height: 22px;
  width: 25px;
  padding: 13px 15px;
  background: var(--grey);
  cursor: pointer;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  .mobile-menu-trigger span {
    height: 2px;
    width: 100%;
    display: block;
    background: var(--white);
    margin: 4px 0px;
    position: relative;
    -webkit-transition: all 75ms ease-in-out;
    -moz-transition: all 75ms ease-in-out;
    -ms-transition: all 75ms ease-in-out;
    -o-transition: all 75ms ease-in-out;
    transition: all 75ms ease-in-out; }
    .mobile-menu-trigger span:first-child, .mobile-menu-trigger span:last-child {
      top: 0px; }
  .mobile-menu-trigger:hover {
    background: var(--primary-color); }
  @media (min-width: 770px) {
    .mobile-menu-trigger {
      display: none; } }

.transitioning .mobile-menu-trigger {
  pointer-events: none; }
  .transitioning .mobile-menu-trigger span:first-child {
    top: 6px; }
  .transitioning .mobile-menu-trigger span:last-child {
    top: -6px;
    opacity: 1; }

.transitioning.opened-mobile .mobile-menu-trigger span {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }
  .transitioning.opened-mobile .mobile-menu-trigger span:first-child {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  .transitioning.opened-mobile .mobile-menu-trigger span:last-child {
    opacity: 0; }

.opened-mobile .mobile-menu-trigger span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  .opened-mobile .mobile-menu-trigger span:first-child {
    top: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .opened-mobile .mobile-menu-trigger span:last-child {
    opacity: 0; }

.mobile-search-trigger {
  padding: 10px 15px;
  cursor: pointer; }
  .mobile-search-trigger .icon {
    width: 20px;
    height: 20px; }
    .mobile-search-trigger .icon svg {
      width: 100%;
      height: 100%; }
  @media (min-width: 770px) {
    .mobile-search-trigger {
      display: none; } }

.opened-mobile {
  overflow: hidden; }

.sticky-nav {
  position: fixed;
  height: auto;
  width: 100%;
  z-index: 900;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.cards-container {
  width: 100%;
  background: var(--white);
  padding: 10px 0; }
  @media (min-width: 720px) {
    .cards-container {
      padding: 25px 0; } }
  .cards-container.summary-cards {
    background: var(--light-grey); }

.cards-wrapper {
  padding: 0 20px;
  max-width: 1110px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (min-width: 720px) {
    .cards-wrapper {
      flex-direction: row; } }
  @media (min-width: 1200px) {
    .cards-wrapper {
      padding: 0px 25px; } }
  .cards-wrapper > h1, .cards-wrapper h2, .cards-wrapper h3 {
    text-align: center;
    width: 100%;
    flex-shrink: 0;
    padding: 30px 0 5px; }
    @media (min-width: 720px) {
      .cards-wrapper > h1, .cards-wrapper h2, .cards-wrapper h3 {
        padding: 30px 0; } }

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  margin: 10px 0 25px;
  position: relative; }
  @media (min-width: 720px) {
    .card {
      width: calc(50% - 20px);
      margin: 0 5px; } }
  .card picture {
    height: auto;
    flex-shrink: 0; }
  .card .media-overlay {
    opacity: 0.6;
    /* fallback/image non-cover color */
    background-color: var(--skrim-op-66);
    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(bottom, var(--skrim-op-66) 0%, var(--skrim-op-00) 100%);
    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, bottom left, top right, color-stop(0%, var(--skrim-op-66)), color-stop(100%, var(--skrim-op-00)));
    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(bottom, var(--skrim-op-66) 0%, var(--skrim-op-00) 100%);
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(bottom, var(--skrim-op-66) 0%, var(--skrim-op-00) 100%);
    /* IE10+ */
    background: -ms-linear-gradient(bottom, var(--skrim-op-66) 0%, var(--skrim-op-00) 100%);
    /* Standard */
    background: linear-gradient(to top, var(--skrim-op-66) 0%, var(--skrim-op-00) 100%);
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 ); }
  .card .card-info {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column; }
    .card .card-info .copy {
      display: flex;
      flex-direction: column;
      width: 100%; }

.feature-cards .card:last-child {
  margin-bottom: 0; }

.feature-cards .card .card-info {
  width: calc(100% - 60px);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 500; }
  .feature-cards .card .card-info .copy {
    width: calc(100% - 150px); }
  .feature-cards .card .card-info p {
    margin-top: 10px; }

.feature-cards .card h3 {
  text-align: left;
  padding: 0; }

.feature-cards .card .btn {
  margin-top: 10px;
  margin-left: 25px; }

.summary-cards {
  margin: 20px 0;
  padding-bottom: 45px; }
  @media (min-width: 720px) {
    .summary-cards {
      margin: 50px 0;
      padding-bottom: 75px; } }
  .summary-cards .card .card-info {
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between; }
    .summary-cards .card .card-info .copy {
      width: 100%; }
      .summary-cards .card .card-info .copy p {
        margin: 10px 0; }
      .summary-cards .card .card-info .copy h5, .summary-cards .card .card-info .copy p {
        text-align: center; }
    .summary-cards .card .card-info .btn {
      margin-top: 15px; }
  @media (min-width: 720px) {
    .summary-cards.three-up .card {
      width: calc(33% - 20px);
      margin: 0 10px; } }
  @media (min-width: 720px) {
    .summary-cards.four-up .card {
      width: calc(50% - 30px);
      margin: 15px 15px 25px; } }
  @media (min-width: 1080px) {
    .summary-cards.four-up .card {
      width: calc(25% - 20px);
      margin: 0 5px; } }

.banner-container {
  width: 100%;
  background: var(--white);
  padding: 10px 0; }
  @media (min-width: 720px) {
    .banner-container {
      padding: 25px 0; } }

.banner-wrapper {
  padding: 0px 20px;
  max-width: 1110px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }
  @media (min-width: 720px) {
    .banner-wrapper {
      flex-direction: row; } }
  @media (min-width: 1200px) {
    .banner-wrapper {
      padding: 0px 25px;
      flex-direction: row; } }

.banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  width: 100%;
  margin: 10px 0 25px;
  position: relative; }
  @media (min-width: 720px) {
    .banner {
      margin: 0 5px; } }

.banner-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 500;
  padding: 30px;
  box-sizing: border-box; }
  .banner-info .copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 750px; }
  .banner-info p {
    margin-top: 10px;
    width: 100%; }
    @media (min-width: 720px) {
      .banner-info p {
        max-width: 75%; } }
  .banner-info h2, .banner-info p {
    width: 100%; }
  .banner-info .btn {
    margin-top: 25px; }

.left-align .banner-info {
  align-items: flex-start; }
  @media (min-width: 720px) {
    .left-align .banner-info {
      padding-left: 60px; } }
  .left-align .banner-info .copy {
    align-items: flex-start; }
  .left-align .banner-info h2, .left-align .banner-info p {
    text-align: left; }

.left-align .media-overlay {
  opacity: 0.6;
  /* fallback/image non-cover color */
  background-color: var(--skrim-op-66);
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(left, var(--skrim-op-66) 0%, var(--skrim-op-00) 100%);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, var(--skrim-op-66)), color-stop(100%, var(--skrim-op-00)));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, var(--skrim-op-66) 0%, var(--skrim-op-00) 100%);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(left, var(--skrim-op-66) 0%, var(--skrim-op-00) 100%);
  /* IE10+ */
  background: -ms-linear-gradient(left, var(--skrim-op-66) 0%, var(--skrim-op-00) 100%);
  /* Standard */
  background: linear-gradient(to right, var(--skrim-op-66) 0%, var(--skrim-op-00) 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 ); }

.right-align .banner-info {
  align-items: flex-end; }
  @media (min-width: 720px) {
    .right-align .banner-info {
      padding-right: 60px; } }
  .right-align .banner-info .copy {
    align-items: flex-end; }
  .right-align .banner-info h2, .right-align .banner-info p {
    text-align: right; }

.right-align .media-overlay {
  opacity: 0.6;
  /* fallback/image non-cover color */
  background-color: var(--skrim-op-00);
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(left, var(--skrim-op-00) 0%, var(--skrim-op-66) 100%);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, var(--skrim-op-00)), color-stop(100%, var(--skrim-op-66)));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, var(--skrim-op-00) 0%, var(--skrim-op-66) 100%);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(left, var(--skrim-op-00) 0%, var(--skrim-op-66) 100%);
  /* IE10+ */
  background: -ms-linear-gradient(left, var(--skrim-op-00) 0%, var(--skrim-op-66) 100%);
  /* Standard */
  background: linear-gradient(to right, var(--skrim-op-00) 0%, var(--skrim-op-66) 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 ); }

.center-align .banner-info {
  align-items: center; }
  .center-align .banner-info .copy {
    align-items: center; }
  .center-align .banner-info h2, .center-align .banner-info p {
    text-align: center; }

.cta-banner img,
.cta-banner .media-overlay {
  border-radius: 5px; }

.split-block {
  padding: 10px 0;
  width: 100%; }
  @media (min-width: 1200px) {
    .split-block.left-align .split-block-content, .split-block.right-align .split-block-content {
      padding: 50px; } }
  .split-block.grey-bg .split-block-content {
    background: var(--light-grey); }
  @media (min-width: 720px) {
    .split-block {
      padding: 25px 0; } }
  .split-block .split-block-wrapper {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    max-width: 1100px;
    padding: 0px 20px;
    margin: 0 auto; }
    @media (min-width: 720px) {
      .split-block .split-block-wrapper {
        padding: 0px 25px; } }
  .split-block .eureka-about .split-block-wrapper,
  .split-block .eureka-product .split-block-wrapper {
    align-items: center; }
  .split-block .content-container {
    width: 100%;
    display: flex;
    flex-direction: column; }
    @media (min-width: 1200px) {
      .split-block .content-container {
        max-width: 500px; } }
  .split-block h3 {
    margin-top: 5px; }
    @media (min-width: 720px) {
      .split-block h3 {
        margin-top: 10px; } }
  .split-block p {
    margin-top: 10px; }
    @media (min-width: 720px) {
      .split-block p {
        margin-top: 15px; } }
  .split-block .btn {
    width: 175px;
    margin: 20px auto 0; }
    @media (min-width: 720px) {
      .split-block .btn {
        width: 225px;
        margin: 25px auto 0; } }
  .split-block .desktop-video {
    display: none; }
    @media (min-width: 720px) {
      .split-block .desktop-video {
        display: block; } }
  .split-block .mobile-cine-poster {
    display: block; }
    @media (min-width: 720px) {
      .split-block .mobile-cine-poster {
        display: none; } }

@media (min-width: 720px) {
  .split-block.right-align .split-block-wrapper {
    flex-direction: row; } }

@media (min-width: 720px) {
  .split-block.left-align .split-block-wrapper {
    flex-direction: row-reverse; } }

.split-block-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box; }
  @media (min-width: 480px) {
    .split-block-content {
      padding: 50px; } }
  @media (min-width: 720px) {
    .split-block-content {
      width: 50%; } }
  @media (min-width: 1200px) {
    .split-block-content {
      flex-direction: row;
      align-items: center; } }

.right-align video,
.right-align img {
  object-position: right; }

.left-align video,
.left-align img {
  object-position: left; }

@media (min-width: 1200px) {
  .left-align .split-block-content {
    justify-content: flex-start;
    padding: 50px 50px 50px 100px; } }

.black-bg .split-block-content,
.black-bg .split-block-media {
  background: var(--grey); }

.black-bg .btn {
  background: var(--white);
  color: var(--primary-color); }
  .black-bg .btn:hover {
    background: var(--light-grey); }

.grey-bg .split-block-content,
.grey-bg .split-block-media {
  background: var(--light-grey); }

.white-bg .split-block-content,
.white-bg .split-block-media {
  background: var(--white); }

.split-block-media {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  @media (min-width: 720px) {
    .split-block-media {
      width: 50%; } }
  .split-block-media .video-modal-trigger {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .split-block-media img {
    height: 100%;
    width: 100%; }

.video-content {
  z-index: 500;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%; }
  @media (min-width: 720px) {
    .video-content {
      padding: 60px 15px;
      width: 75%; } }

.video-modal-trigger {
  cursor: pointer;
  background: var(--white-op-40);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 50px;
  padding: 10px;
  margin: auto;
  z-index: 500;
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out; }
  .video-modal-trigger svg {
    height: 30px;
    width: 30px;
    fill: var(--white);
    margin-left: 5px;
    -webkit-transition: all 125ms ease-in-out;
    -moz-transition: all 125ms ease-in-out;
    -ms-transition: all 125ms ease-in-out;
    -o-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out; }
  .video-modal-trigger:hover {
    background: var(--primary-color); }
    .video-modal-trigger:hover svg {
      fill: var(--white); }

.eureka-search main {
  overflow-x: hidden; }

.search-banner {
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px;
  background: var(--light-grey); }
  .search-banner h3 {
    max-width: 1080px;
    margin: 0 auto; }
  @media (min-width: 720px) {
    .search-banner {
      padding: 60px 15px; } }

.search-results {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box; }
  @media (min-width: 720px) {
    .search-results {
      padding: 20px; } }
  .search-results .search-result-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 20px;
    text-decoration: none; }
    @media (min-width: 720px) {
      .search-results .search-result-item {
        align-items: center;
        padding: 20px; } }
    .search-results .search-result-item h5 {
      margin-bottom: 10px; }
  .search-results picture {
    width: auto;
    flex-shrink: 0;
    border-radius: 5px;
    overflow: hidden; }
  .search-results img {
    width: 75px;
    max-height: 75px;
    object-fit: contain;
    align-self: flex-start;
    -webkit-transition: all 75ms ease-in-out;
    -moz-transition: all 75ms ease-in-out;
    -ms-transition: all 75ms ease-in-out;
    -o-transition: all 75ms ease-in-out;
    transition: all 75ms ease-in-out; }
    @media (min-width: 720px) {
      .search-results img {
        width: 175px;
        max-height: 125px;
        margin-top: 0px;
        align-self: center; } }
  .search-results .excerpt-fragment {
    line-height: 24px; }
  .search-results .item-content {
    width: calc(100% - 75px);
    box-sizing: border-box;
    padding: 0 0 10px 30px; }
    @media (min-width: 720px) {
      .search-results .item-content {
        width: calc(100% - 125px);
        padding: 10px 0 10px 20px;
        padding: 20px; } }

.video-component {
  background: var(--white);
  padding: 25px 0; }
  @media (min-width: 720px) {
    .video-component {
      padding: 25px 0; } }

.video-media {
  max-width: 1100px;
  margin: 0px auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .video-media img {
    width: 100%; }

.video-component h2 {
  padding: 0 20px 15px; }
  @media (min-width: 1024px) {
    .video-component h2 {
      padding: 0 20px 30px; } }

.eureka-article .sticky-rail .sticky-block {
  padding: 0; }
  @media (min-width: 720px) {
    .eureka-article .sticky-rail .sticky-block {
      padding: 20px; } }

@media (min-width: 720px) {
  .eureka-article .main-rail {
    width: 75%; }
  .eureka-article .side-rail {
    width: 25%; } }

.eureka-article .pull-quote-block,
.eureka-article .photo-block,
.eureka-article .video-component {
  padding: 25px 0;
  margin-left: -15px;
  width: calc(100% + 30px);
  max-width: none; }
  @media (min-width: 720px) {
    .eureka-article .pull-quote-block,
    .eureka-article .photo-block,
    .eureka-article .video-component {
      margin-left: -25px;
      width: calc(100% - 70px); } }
  @media (min-width: 860px) {
    .eureka-article .pull-quote-block,
    .eureka-article .photo-block,
    .eureka-article .video-component {
      margin-left: -25px;
      width: calc(100% - 140px); } }
  @media (min-width: 1080px) {
    .eureka-article .pull-quote-block,
    .eureka-article .photo-block,
    .eureka-article .video-component {
      margin-left: -75px;
      width: calc(100% - 75px); } }

.share-widget {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 175px;
  -webkit-transition: padding 75ms ease-in-out;
  -moz-transition: padding 75ms ease-in-out;
  -ms-transition: padding 75ms ease-in-out;
  -o-transition: padding 75ms ease-in-out;
  transition: padding 75ms ease-in-out; }
  @media (min-width: 720px) {
    .share-widget {
      flex-direction: column;
      padding: 0px 35px; } }
  @media (min-width: 820px) {
    .share-widget {
      padding: 0px 55px; } }
  @media (min-width: 900px) {
    .share-widget {
      padding: 0px 75px; } }
  @media (min-width: 980px) {
    .share-widget {
      padding: 0px 100px; } }
  .share-widget p {
    margin-bottom: 15px;
    width: 100%; }
  .share-widget svg {
    fill: var(--dark-black);
    height: 24px;
    width: 24px;
    -webkit-transition: all 75ms ease-in-out;
    -moz-transition: all 75ms ease-in-out;
    -ms-transition: all 75ms ease-in-out;
    -o-transition: all 75ms ease-in-out;
    transition: all 75ms ease-in-out; }
  .share-widget a,
  .share-widget .social-btn {
    margin-bottom: 15px; }
    .share-widget a:hover svg,
    .share-widget .social-btn:hover svg {
      fill: var(--primary-color); }

.article-head {
  background: var(--white);
  position: relative;
  padding: 10px; }
  .article-head::before {
    display: block;
    content: '';
    height: 65%;
    width: 100%;
    z-index: 1;
    background: var(--light-grey);
    position: absolute;
    top: 0;
    left: 0; }
  @media (min-width: 720px) {
    .article-head {
      padding: 25px; } }

.article-head-wrapper {
  max-width: 1100px;
  margin: 0px auto;
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .article-head-wrapper img {
    width: 100%; }

.article-head-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  padding: 25px 20px; }
  @media (min-width: 720px) {
    .article-head-content {
      padding: 50px 20px 25px; } }
  .article-head-content h1 {
    margin: 5px auto 25px;
    width: 100%; }

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

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

.copy-block {
  padding: 10px 0; }
  @media (min-width: 720px) {
    .copy-block {
      padding: 20px 0;
      max-width: 75%; } }
  .copy-block p {
    margin-bottom: 10px; }
  .copy-block h1, .copy-block h2, .copy-block h3, .copy-block h4 {
    margin-bottom: 25px; }
    @media (min-width: 720px) {
      .copy-block h1, .copy-block h2, .copy-block h3, .copy-block h4 {
        margin-bottom: 35px; } }

@media (min-width: 720px) {
  .photo-block {
    max-width: 75%; } }

.photo-block p {
  margin-top: 5px;
  font-size: 12px; }

.horizontal-line {
  height: 1px;
  margin: 30px 0;
  background: var(--grey); }
  @media (min-width: 720px) {
    .horizontal-line {
      max-width: 75%; } }
  .horizontal-line.grey-line {
    background: var(--grey); }
  .horizontal-line.light-grey-line {
    background: var(--light-grey); }
  .horizontal-line.black-line {
    background: var(--black); }
  .horizontal-line.white-line {
    background: var(--white); }

.icon-grid {
  padding: 25px 0; }
  @media (min-width: 720px) {
    .icon-grid {
      padding: 50px 0; } }

.icon-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0px auto; }
  .icon-wrapper h3 {
    width: 100%;
    text-align: center; }
    @media (min-width: 520px) {
      .icon-wrapper h3 {
        margin-bottom: 15px; } }
  .icon-wrapper .icon-block {
    margin: 0 10px;
    width: calc(50% - 20px); }
    @media (min-width: 520px) {
      .icon-wrapper .icon-block {
        max-width: 105px;
        width: 25%; } }
    @media (min-width: 720px) {
      .icon-wrapper .icon-block {
        margin: 0 20px; } }
    .icon-wrapper .icon-block img {
      margin: 0 auto 15px; }

.icon-block {
  display: inline-flex;
  flex-direction: column;
  padding: 20px 0; }
  @media (min-width: 720px) {
    .icon-block {
      padding: 20px; } }
  .icon-block img {
    width: 75px;
    margin: 0 auto;
    padding: 5px;
    display: block;
    box-sizing: border-box; }
  .icon-block h4 {
    margin-bottom: 10px; }
  .icon-block p {
    font-size: 14px;
    line-height: 18px;
    text-align: center; }
  .icon-block a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; }

@media (min-width: 720px) {
  .eureka-information .side-rail .copy-block {
    padding: 20px; } }

.eureka-information .side-rail .copy-block a {
  font-weight: normal; }

.eureka-information .main-rail .photo-block {
  max-width: 90%;
  margin: 20px 0; }

.side-rail-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1150px;
  padding: 25px;
  margin: 0 auto;
  box-sizing: border-box; }
  @media (min-width: 720px) {
    .side-rail-container {
      flex-direction: row;
      padding: 50px 25px; } }
  @media (min-width: 720px) {
    .side-rail-container.right-side {
      flex-direction: row; } }
  @media (min-width: 720px) {
    .side-rail-container.left-side {
      flex-direction: row-reverse; } }

.main-rail,
.side-rail {
  height: auto;
  padding: 0; }

.main-rail {
  width: 100%; }
  @media (min-width: 720px) {
    .main-rail {
      width: 70%; } }
  .main-rail .form-wrapper,
  .main-rail .text-block-container {
    margin-bottom: 50px; }
  .main-rail .text-block-container {
    width: 100%;
    padding: 0; }
  .main-rail .text-block-content {
    margin: 50px 0 0;
    width: 100%;
    padding: 0; }

.side-rail {
  width: 100%;
  min-width: 300px; }
  @media (min-width: 720px) {
    .side-rail {
      width: 30%;
      margin: 0; } }
  .side-rail .text-block-container {
    padding: 0 10px; }
    @media (min-width: 720px) {
      .side-rail .text-block-container {
        padding: 0px 20px;
        width: 100%; } }
  .side-rail .text-block-content {
    margin: 0;
    padding: 0; }

@media (min-width: 720px) {
  .right-side .main-rail .form-wrapper,
  .right-side .main-rail .text-block-container {
    padding-right: 50px; } }

@media (min-width: 720px) {
  .left-side .main-rail .form-wrapper,
  .left-side .main-rail .text-block-container {
    padding-left: 50px; } }

.sticky-rail {
  height: auto; }
  .sticky-rail .side-rail {
    min-width: 175px; }
  .sticky-rail .sticky-block {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    padding: 20px; }
    @media (min-width: 720px) {
      .sticky-rail .sticky-block {
        padding: 20px 0;
        width: auto; } }
    .sticky-rail .sticky-block.stuck {
      position: fixed;
      top: 58px;
      margin: 25px 0; }
    .sticky-rail .sticky-block a {
      margin-bottom: 15px; }

.info-layout .side-rail {
  min-width: 200px;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (min-width: 720px) {
    .info-layout .side-rail {
      padding-top: 0px;
      justify-content: flex-end; } }

@media (min-width: 720px) {
  .info-layout .main-rail .copy-block {
    max-width: 90%; } }

.link-list {
  display: flex;
  flex-direction: column; }
  .link-list a {
    font-size: 18px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  .link-list li {
    border-bottom: 1px solid var(--med-grey); }
    .link-list li:hover .link-arrow {
      border-color: var(--primary-color); }

.link-arrow {
  display: block;
  margin-left: 15px;
  height: 10px;
  width: 10px;
  border-right: 2px solid var(--dark-black);
  border-top: 2px solid var(--dark-black);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out; }

.cover {
  padding: 0;
  width: 100%;
  background: var(--white); }

.cover-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  width: 100%;
  position: relative; }
  .cover-container .copy {
    max-width: 750px;
    margin: 0 auto; }
  .cover-container.white-cover, .cover-container.grey-cover, .cover-container.blue-cover {
    padding: 75px 0; }
    .cover-container.white-cover .banner-info, .cover-container.grey-cover .banner-info, .cover-container.blue-cover .banner-info {
      position: relative;
      transform: inherit;
      left: 0;
      top: 0; }
  .cover-container.white-cover {
    background: var(--white); }
  .cover-container.grey-cover {
    background: var(--grey); }
  .cover-container.blue-cover {
    background: var(--primary-color); }

@media (min-width: 720px) {
  .left-align .cover-container .copy {
    margin: 0 0 0 30px; } }

@media (min-width: 1080px) {
  .left-align .cover-container .copy {
    margin: 0 0 0 100px; } }

@media (min-width: 720px) {
  .right-align .cover-container .copy {
    margin: 0 30px 0 0; } }

@media (min-width: 1080px) {
  .right-align .cover-container .copy {
    margin: 0 100px 0 0; } }

.highlight-cards {
  background: var(--white); }
  .highlight-cards .cards-wrapper {
    max-width: 1120px; }
  @media (min-width: 720px) {
    .highlight-cards .card {
      width: calc(33% - 20px);
      margin: 0 10px; } }
  .highlight-cards .card .card-info {
    height: 100%; }
    .highlight-cards .card .card-info p {
      margin-top: 10px; }

.product-cards {
  padding: 25px 0; }
  @media (min-width: 720px) {
    .product-cards {
      padding: 50px 0; } }
  @media (min-width: 720px) {
    .product-cards .card {
      width: calc(33% - 20px);
      margin: 0 10px; } }
  .product-cards .card .card-media {
    background: var(--light-grey);
    padding: 10px; }
    .product-cards .card .card-media img {
      max-width: 330px;
      max-height: 330px;
      margin: 0 auto;
      display: block;
      object-fit: contain; }
  .product-cards .card .card-info {
    width: 100%;
    height: 100%;
    justify-content: space-between; }
    .product-cards .card .card-info .btn {
      max-width: 150px; }
      .product-cards .card .card-info .btn:first-child {
        margin-left: 0; }
      .product-cards .card .card-info .btn.compare-btn {
        margin: 0 0 0 10px; }
        @media (min-width: 720px) and (max-width: 875px) {
          .product-cards .card .card-info .btn.compare-btn {
            margin: 10px 0 0 0; } }
  .product-cards .card .rating-container {
    margin: 20px 0; }
  .product-cards .card ul {
    padding-left: 15px;
    list-style: initial; }
  .product-cards .card .product-card-buttons {
    display: flex;
    flex-direction: row;
    margin-top: 20px; }
    @media (min-width: 720px) and (max-width: 875px) {
      .product-cards .card .product-card-buttons {
        flex-direction: column; } }

.product-flag {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 10px 15px;
  box-sizing: border-box;
  background: var(--yellow);
  border-radius: 25px;
  font-size: 12px;
  font-weight: 500; }

.featured-article {
  width: 100%;
  background: var(--white);
  padding: 10px 0; }
  @media (min-width: 720px) {
    .featured-article {
      padding: 25px 0; } }
  .featured-article .list-wrapper {
    justify-content: space-between;
    align-items: center; }

.list-wrapper {
  padding: 0 20px;
  max-width: 1110px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  @media (min-width: 720px) {
    .list-wrapper {
      flex-direction: row; } }

.article-info-container,
.article-media {
  width: 100%; }
  @media (min-width: 720px) {
    .article-info-container,
    .article-media {
      width: 50%; } }

.article-info-container {
  padding: 25px 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .article-info-container .btn {
    margin-top: 35px; }

.article-media img {
  width: 100%; }

.article-list {
  background: var(--light-grey);
  padding: 25px 0 25px;
  margin: 0; }
  @media (min-width: 720px) {
    .article-list {
      padding: 45px 0 75px; } }
  .article-list .list-wrapper {
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (min-width: 480px) {
      .article-list .list-wrapper {
        flex-direction: row;
        padding: 0 10px; } }

.article-list-header {
  background: var(--light-grey); }

.article-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-bottom: 10px; }
  @media (min-width: 480px) {
    .article-card {
      width: 50%;
      padding: 0 10px;
      margin-bottom: 25px; } }
  @media (min-width: 720px) {
    .article-card {
      width: 33%; } }
  .article-card.hide-card {
    display: none; }
  .article-card .article-info-container,
  .article-card .article-media {
    width: 100%; }
  .article-card .article-info-container {
    padding: 15px 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .article-card .article-info-container .btn {
      margin-top: 10px; }
  .article-card .article-media {
    flex-shrink: 0; }

.see-more-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.eureka-newsroom .featured-article .article-info-container {
  align-items: flex-start; }

@media (min-width: 720px) {
  .eureka-newsroom .featured-article .list-wrapper {
    flex-direction: row-reverse; } }

.eureka-newsroom .article-list .list-wrapper {
  max-width: 920px; }

.eureka-newsroom .article-card {
  background: var(--white);
  padding: 0;
  border-radius: 10px;
  overflow: hidden; }
  @media (min-width: 480px) {
    .eureka-newsroom .article-card {
      width: calc(50% - 10px);
      margin: 0 0 20px; } }
  .eureka-newsroom .article-card .article-info-container {
    align-items: flex-start; }

.eureka-faqs .side-rail p {
  padding: 20px; }
  @media (min-width: 720px) {
    .eureka-faqs .side-rail p {
      padding: 20px 0; } }

.h-100 {
  height: 100%; }
  .h-100 body {
    height: 100%;
    box-sizing: border-box; }
  .h-100 main {
    min-height: calc(100% - 547px); }
    @media (min-width: 520px) {
      .h-100 main {
        min-height: calc(100% - 473px); } }
    @media (min-width: 720px) {
      .h-100 main {
        min-height: calc(100% - 372px); } }

.eureka-faq-answer {
  min-height: 100%; }

.eureka-product-support .troubleshoot-list .side-rail-container {
  padding: 0; }

.eureka-product-support .troubleshoot-list .side-rail {
  display: none; }

.eureka-product-support .troubleshoot-list .main-rail {
  width: 100%; }

.product-selection-cards {
  padding: 25px 0; }
  @media (min-width: 720px) {
    .product-selection-cards {
      padding: 50px 0; } }
  .product-selection-cards .cards-wrapper {
    flex-direction: row;
    padding: 0 10px; }
    @media (min-width: 720px) {
      .product-selection-cards .cards-wrapper {
        padding: 0 20px; } }
    .product-selection-cards .cards-wrapper h3 {
      padding: 20px 0; }
  .product-selection-cards .card {
    align-items: center;
    width: calc(50% - 40px);
    margin: 0 20px 15px;
    cursor: pointer; }
    .product-selection-cards .card:hover p {
      color: var(--primary-color); }
    @media (min-width: 720px) {
      .product-selection-cards .card {
        width: calc(25% - 40px); } }
    .product-selection-cards .card .card-media {
      background: var(--light-grey);
      padding: 10px;
      border-radius: 5px;
      width: 100%; }
      .product-selection-cards .card .card-media img {
        max-width: 330px;
        max-height: 330px;
        margin: 0 auto;
        display: block;
        object-fit: contain; }
    .product-selection-cards .card p {
      margin-top: 10px; }

.individual-product-cards {
  background: var(--light-grey);
  height: auto;
  display: none; }
  .individual-product-cards.open-list {
    display: block; }

.subcategory-list {
  display: none; }
  .subcategory-list.show-cards {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .subcategory-list .card {
    width: calc(50% - 20px);
    margin: 10px 10px 25px;
    box-sizing: border-box; }
    @media (min-width: 720px) {
      .subcategory-list .card {
        width: calc(25% - 20px); } }
    .subcategory-list .card .card-media {
      background: var(--white);
      border-radius: 5px;
      overflow: hidden;
      padding: 20px; }
    .subcategory-list .card img {
      max-height: 225px;
      margin: 0 auto;
      object-fit: contain; }

.form-page main {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  @media (min-width: 720px) {
    .form-page main {
      flex-direction: row; } }

.form-page .large-image-container,
.form-page .form-container {
  width: 100%; }
  @media (min-width: 720px) {
    .form-page .large-image-container,
    .form-page .form-container {
      width: 50%; } }

.form-page .large-image-container .image-wrapper {
  height: 100%; }

.form-page .large-image-container img {
  min-height: 100%; }

.form-header {
  width: 100%;
  box-sizing: border-box;
  padding: 35px 15px 30px 15px;
  margin: 0 auto; }
  @media (min-width: 720px) {
    .form-header {
      padding: 65px 15px 50px 15px; } }

.form-wrapper {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  padding: 0 25px 50px;
  box-sizing: border-box; }
  @media (min-width: 720px) {
    .form-wrapper {
      padding: 0 25px 75px; } }

form .tooltip {
  position: relative;
  margin-left: 3px;
  cursor: pointer; }
  form .tooltip .tool-message {
    position: absolute;
    top: -20px;
    left: 25px;
    padding: 10px;
    background: var(--white);
    width: 225px;
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    font-size: 12px;
    line-height: 16px;
    -webkit-box-shadow: 0 1px 2px var(--black-op-33);
    -moz-box-shadow: 0 1px 2px var(--black-op-33);
    box-shadow: 0 1px 2px var(--black-op-33); }
    form .tooltip .tool-message.opened {
      opacity: 1;
      pointer-events: all; }
  form .tooltip .tool-trigger {
    border: 2px solid var(--med-grey);
    padding: 0px 4px;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    color: var(--med-grey);
    -webkit-transition: all 75ms ease-in-out;
    -moz-transition: all 75ms ease-in-out;
    -ms-transition: all 75ms ease-in-out;
    -o-transition: all 75ms ease-in-out;
    transition: all 75ms ease-in-out; }
  form .tooltip:hover .tool-trigger {
    border: 2px solid var(--primary-color);
    color: var(--primary-color); }

form .form-dropdown-container {
  width: 100%;
  position: relative;
  cursor: pointer; }
  form .form-dropdown-container .form-dropdown-input {
    pointer-events: none; }
  form .form-dropdown-container .list-toggle {
    height: 15px;
    width: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    position: absolute;
    bottom: 29px;
    right: 15px;
    -webkit-transition: all 75ms ease-in-out;
    -moz-transition: all 75ms ease-in-out;
    -ms-transition: all 75ms ease-in-out;
    -o-transition: all 75ms ease-in-out;
    transition: all 75ms ease-in-out; }
    form .form-dropdown-container .list-toggle .carrot-icon {
      -webkit-transform: rotate(225deg);
      -moz-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      -o-transform: rotate(225deg);
      transform: rotate(225deg);
      -webkit-transition: all 75ms ease-in-out;
      -moz-transition: all 75ms ease-in-out;
      -ms-transition: all 75ms ease-in-out;
      -o-transition: all 75ms ease-in-out;
      transition: all 75ms ease-in-out; }
  form .form-dropdown-container .form-dropdown-list {
    display: block;
    box-sizing: border-box;
    background: var(--white);
    overflow: auto;
    border: 1px solid var(--grey);
    border-top: 0px solid var(--grey);
    padding: 0px 10px;
    margin: 10px 0;
    width: 100%;
    height: 0;
    position: absolute;
    top: 66px;
    z-index: 10;
    -webkit-transition: all 75ms ease-in-out;
    -moz-transition: all 75ms ease-in-out;
    -ms-transition: all 75ms ease-in-out;
    -o-transition: all 75ms ease-in-out;
    transition: all 75ms ease-in-out; }
    form .form-dropdown-container .form-dropdown-list option {
      padding: 10px 0;
      -webkit-transition: all 75ms ease-in-out;
      -moz-transition: all 75ms ease-in-out;
      -ms-transition: all 75ms ease-in-out;
      -o-transition: all 75ms ease-in-out;
      transition: all 75ms ease-in-out; }
      form .form-dropdown-container .form-dropdown-list option:hover {
        color: var(--primary-color); }
  form .form-dropdown-container.opened .list-toggle {
    bottom: 25px; }
    form .form-dropdown-container.opened .list-toggle .carrot-icon {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  form .form-dropdown-container.opened .form-dropdown-list {
    height: 145px;
    padding: 5px 10px;
    border-top: 1px solid var(--grey); }
  @media (min-width: 720px) {
    form .form-dropdown-container {
      flex-direction: row;
      margin-top: 15px; } }

form .double-input {
  display: flex;
  flex-direction: column;
  width: 100%; }
  form .double-input .form-dropdown-container {
    margin: 0; }
  form .double-input .input-container {
    width: 100%; }
    form .double-input .input-container:first-child {
      margin-bottom: 0px; }
    @media (min-width: 720px) {
      form .double-input .input-container {
        width: 50%; }
        form .double-input .input-container:first-child {
          margin-right: 5px; }
        form .double-input .input-container:last-child {
          margin-left: 5px; } }
  @media (min-width: 720px) {
    form .double-input {
      flex-direction: row;
      margin-top: 15px; } }

form label {
  display: none;
  margin-top: 15px; }
  form label.check-radio-row {
    display: flex; }
  form label.tool-label {
    display: block;
    margin-top: 0px; }

form input {
  border: 2px solid var(--clear);
  background: var(--light-grey);
  padding: 13px 10px;
  margin: 6px 0;
  width: 100%;
  border-radius: 5px; }
  @media (min-width: 720px) {
    form input {
      margin: 10px 0; } }
  form input:focus {
    border: 2px solid var(--primary-color); }

form button {
  margin-top: 50px; }

form .form-notification {
  margin-top: 15px;
  padding: 10px 15px; }
  form .form-notification p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500; }
  form .form-notification.success-submission {
    background: var(--green); }
  form .form-notification.failed-submission {
    background: var(--pink); }

.check-radio-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 0 0;
  cursor: pointer; }
  .check-radio-row input {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    height: 0;
    width: 0; }
    .check-radio-row input:checked ~ .check-radio-container .check-radio span {
      height: 8px;
      width: 8px;
      background: var(--primary-color); }
  .check-radio-row .check-radio-container {
    margin: 0 10px 0 0; }
    .check-radio-row .check-radio-container .check-radio {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 12px;
      width: 12px;
      margin: 0;
      border-radius: 25px;
      background: var(--white);
      border: 2px solid var(--light-grey);
      -webkit-transition: all 75ms ease-in-out;
      -moz-transition: all 75ms ease-in-out;
      -ms-transition: all 75ms ease-in-out;
      -o-transition: all 75ms ease-in-out;
      transition: all 75ms ease-in-out; }
      .check-radio-row .check-radio-container .check-radio span {
        display: block;
        height: 0px;
        width: 0px;
        border-radius: 20px;
        background: var(--light-grey);
        -webkit-transition: all 75ms ease-in-out;
        -moz-transition: all 75ms ease-in-out;
        -ms-transition: all 75ms ease-in-out;
        -o-transition: all 75ms ease-in-out;
        transition: all 75ms ease-in-out; }
        .check-radio-row .check-radio-container .check-radio span:last-child {
          width: 8px;
          display: none; }
  .check-radio-row .check-radio-info p {
    font-size: 14px;
    line-height: 18px;
    margin: 0; }
  .check-radio-row .check-radio-info a {
    text-decoration: underline; }
    .check-radio-row .check-radio-info a:hover {
      color: var(--primary-color-hover); }
  .check-radio-row:hover .check-radio-container .check-radio {
    background: var(--white); }
    .check-radio-row:hover .check-radio-container .check-radio span {
      height: 8px;
      width: 8px;
      background: var(--light-grey); }
  .check-radio-row.check-row .check-radio-container .check-radio {
    width: 13px;
    border-radius: 0px;
    background: var(--light-grey); }
    .check-radio-row.check-row .check-radio-container .check-radio span {
      border-radius: 0px;
      transform: rotate(225deg);
      position: relative;
      left: -2px;
      top: 3px;
      width: 5px;
      height: 2px; }
      .check-radio-row.check-row .check-radio-container .check-radio span:last-child {
        display: block;
        transform: rotate(125deg);
        width: 8px;
        left: 2px;
        top: -1px; }
  .check-radio-row.check-row input:checked ~ .check-radio-container .check-radio span {
    width: 5px;
    height: 2px;
    background: var(--primary-color); }
    .check-radio-row.check-row input:checked ~ .check-radio-container .check-radio span:last-child {
      width: 8px; }
  .check-radio-row.check-row:hover .check-radio-container .check-radio span {
    background: var(--med-grey); }

.no-belt footer {
  margin: 20px 0 0; }
  @media (min-width: 720px) {
    .no-belt footer {
      margin: 50px 0 0; } }

.comparing footer {
  margin-bottom: 40px; }
  @media (min-width: 720px) {
    .comparing footer {
      margin-bottom: 60px; } }

.form-page footer,
.form-page .seatbelt,
.eureka-helpful-tips footer,
.eureka-helpful-tips .seatbelt,
.eureka-newsroom footer,
.eureka-newsroom .seatbelt,
.eureka-support-home footer,
.eureka-support-home .seatbelt {
  margin: 0; }

.footer-content-container ::-moz-selection {
  background-color: var(--primary-color);
  color: var(--white); }

.footer-content-container ::selection {
  background-color: var(--primary-color);
  color: var(--white); }

.footer-content-container {
  background: var(--grey);
  padding: 30px 0 0; }
  @media (min-width: 720px) {
    .footer-content-container {
      padding: 50px 0 0; } }
  .footer-content-container form button {
    margin-top: 10px;
    width: 100%; }

.footer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 25px 50px; }
  @media (min-width: 980px) {
    .footer-wrapper {
      flex-direction: row;
      max-width: 1100px;
      margin: 0 auto; } }

.footer-logo-container {
  width: 100%;
  margin-bottom: 25px; }
  @media (min-width: 980px) {
    .footer-logo-container {
      width: 35%; } }
  .footer-logo-container .footer-logo {
    display: block;
    width: 175px;
    height: 40px; }
    .footer-logo-container .footer-logo svg {
      fill: var(--white);
      -webkit-transition: all 125ms ease-in-out;
      -moz-transition: all 125ms ease-in-out;
      -ms-transition: all 125ms ease-in-out;
      -o-transition: all 125ms ease-in-out;
      transition: all 125ms ease-in-out; }
      .footer-logo-container .footer-logo svg:hover svg {
        fill: var(--white); }

.footer-newsletter {
  width: 100%;
  margin: 35px auto 0; }
  @media (min-width: 420px) {
    .footer-newsletter {
      max-width: 320px;
      margin: 35px 0 0; } }
  @media (min-width: 980px) {
    .footer-newsletter {
      margin: 0; } }

.links-block {
  display: inline-flex;
  flex-direction: column;
  width: 48%;
  padding: 10px 0;
  height: auto;
  position: relative; }
  @media (max-width: 979px) {
    .links-block {
      overflow: hidden; } }
  @media (min-width: 520px) {
    .links-block {
      width: 32%;
      padding: 0;
      border-bottom: 0px solid var(--dark-grey);
      border-top: 0px solid var(--dark-grey); } }

.links-block.opened-footer-links {
  height: auto; }

.plus-sign-container {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 9px;
  right: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (min-width: 720px) {
    .plus-sign-container {
      display: none; } }

.plus-sign {
  height: 16px;
  width: 16px;
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out; }

.plus-sign span {
  display: block;
  height: 2px;
  width: 16px;
  position: relative;
  top: 7px;
  left: 0;
  background: var(--white);
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out; }

.plus-sign span:last-child {
  top: 5px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.opened-footer-links .plus-sign span:last-child {
  width: 2px;
  left: 6px; }

.links {
  display: inline-flex;
  flex-direction: column; }
  .links li {
    padding: 2px 0; }

.links-block h5 {
  margin-bottom: 10px;
  cursor: pointer; }
  @media (min-width: 1080px) {
    .links-block h5 {
      cursor: auto; } }

.links a {
  padding: 8px 2px; }

.footer-links {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }
  .footer-links img {
    display: none; }
  @media (min-width: 980px) {
    .footer-links {
      width: 65%;
      justify-content: flex-end; } }
  .footer-links .plus-sign-container {
    pointer-events: none; }

.footer-base {
  flex-direction: column-reverse;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  background: var(--dark-grey); }
  @media (min-width: 720px) {
    .footer-base {
      flex-direction: row;
      align-items: center; } }
  .footer-base .footer-wrapper {
    padding: 0 25px;
    justify-content: space-between;
    align-items: center; }
  .footer-base p {
    font-size: 12px;
    display: inline-block;
    text-align: center; }
    @media (min-width: 720px) {
      .footer-base p {
        margin-left: 20px;
        text-align: left; } }

.footer-social {
  padding: 20px 0; }
  @media (min-width: 720px) {
    .footer-social {
      padding: 0; } }
  .footer-social .footer-social-links {
    display: flex;
    flex-direction: row; }
    .footer-social .footer-social-links li {
      margin: 0 10px; }
    .footer-social .footer-social-links a {
      height: 25px;
      width: 25px;
      display: block; }
    .footer-social .footer-social-links img {
      height: 100%;
      width: 100%;
      display: block; }

.footer-legal {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 720px) {
    .footer-legal {
      flex-direction: row; } }

.footer-base-links {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  width: 100%; }
  @media (min-width: 720px) {
    .footer-base-links {
      width: auto;
      justify-content: flex-start; } }
  .footer-base-links img {
    display: none; }
  .footer-base-links a {
    padding: 10px 15px; }
    @media (min-width: 720px) {
      .footer-base-links a {
        padding: 0 0 0 15px; } }

.comparing .compare-widget-container {
  bottom: 0; }

.compare-widget-container {
  background: var(--white);
  box-sizing: border-box;
  position: fixed;
  bottom: -200px;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 40px;
  overflow: hidden;
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out; }
  @media (min-width: 720px) {
    .compare-widget-container {
      height: 60px; } }
  .compare-widget-container .compare-widget {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%; }
  .compare-widget-container .compare-controls {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    background: var(--grey);
    position: relative;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: background 125ms ease-in-out;
    -moz-transition: background 125ms ease-in-out;
    -ms-transition: background 125ms ease-in-out;
    -o-transition: background 125ms ease-in-out;
    transition: background 125ms ease-in-out; }
    @media (min-width: 720px) {
      .compare-widget-container .compare-controls {
        padding: 20px 15px; } }
    .compare-widget-container .compare-controls:hover {
      background: var(--primary-color); }
    .compare-widget-container .compare-controls .controls-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      max-width: 1665px;
      margin: 0 auto; }
    .compare-widget-container .compare-controls .compare-info h5 {
      color: var(--white); }
      .compare-widget-container .compare-controls .compare-info h5 span {
        font-weight: 500; }
    @media (min-width: 720px) {
      .compare-widget-container .compare-controls .compare-info {
        padding-bottom: 0; } }
    .compare-widget-container .compare-controls .compare-info,
    .compare-widget-container .compare-controls .compare-actions {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      @media (min-width: 720px) {
        .compare-widget-container .compare-controls .compare-info,
        .compare-widget-container .compare-controls .compare-actions {
          justify-content: flex-start; } }
    .compare-widget-container .compare-controls .compare-toggle {
      margin: 0 15px;
      height: 20px;
      width: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .compare-widget-container .compare-controls .compare-toggle .carrot-icon {
        margin-top: 5px; }
        .compare-widget-container .compare-controls .compare-toggle .carrot-icon span {
          background: var(--white); }
      .compare-widget-container .compare-controls .compare-toggle:hover .carrot-icon span {
        background: var(--white); }
  .compare-widget-container.open {
    height: auto; }
    .compare-widget-container.open .compare-toggle .carrot-icon {
      margin-top: -5px;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg); }

.compare-bucket,
.comparison-cards {
  height: auto;
  width: 100%;
  max-width: 1665px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .compare-bucket .product-card,
  .comparison-cards .product-card {
    width: calc(25% - 15px);
    max-height: 200px;
    min-height: 80px;
    margin: 10px;
    padding: 10px;
    border: 2px dashed var(--med-grey);
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    -webkit-transition: all 75ms ease-in-out;
    -moz-transition: all 75ms ease-in-out;
    -ms-transition: all 75ms ease-in-out;
    -o-transition: all 75ms ease-in-out;
    transition: all 75ms ease-in-out; }
    @media (min-width: 1080px) {
      .compare-bucket .product-card,
      .comparison-cards .product-card {
        max-height: 175px; } }
    @supports (-ms-ime-align: auto) {
      .compare-bucket .product-card,
      .comparison-cards .product-card {
        width: calc(25% - 16px); } }
    .compare-bucket .product-card.active-card,
    .comparison-cards .product-card.active-card {
      border: 2px solid var(--med-grey); }
      .compare-bucket .product-card.active-card:hover,
      .comparison-cards .product-card.active-card:hover {
        border: 2px solid var(--primary-color); }
    @media (min-width: 1080px) {
      .compare-bucket .product-card,
      .comparison-cards .product-card {
        margin: 0 10px; } }
    .compare-bucket .product-card:first-child,
    .comparison-cards .product-card:first-child {
      margin-left: 0; }
    .compare-bucket .product-card:last-child,
    .comparison-cards .product-card:last-child {
      margin-right: 0; }
    .compare-bucket .product-card .plus-sign-container,
    .comparison-cards .product-card .plus-sign-container {
      display: flex;
      top: 10px;
      right: 10px;
      height: 30px;
      width: 30px;
      border-radius: 3px;
      cursor: pointer;
      -webkit-transition: all 75ms ease-in-out;
      -moz-transition: all 75ms ease-in-out;
      -ms-transition: all 75ms ease-in-out;
      -o-transition: all 75ms ease-in-out;
      transition: all 75ms ease-in-out; }
      .compare-bucket .product-card .plus-sign-container .plus-sign,
      .comparison-cards .product-card .plus-sign-container .plus-sign {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
        .compare-bucket .product-card .plus-sign-container .plus-sign span,
        .comparison-cards .product-card .plus-sign-container .plus-sign span {
          top: 7px;
          height: 2px;
          width: 15px;
          background: var(--dark-black);
          -webkit-transition: all 75ms ease-in-out;
          -moz-transition: all 75ms ease-in-out;
          -ms-transition: all 75ms ease-in-out;
          -o-transition: all 75ms ease-in-out;
          transition: all 75ms ease-in-out; }
          .compare-bucket .product-card .plus-sign-container .plus-sign span:last-child,
          .comparison-cards .product-card .plus-sign-container .plus-sign span:last-child {
            top: 5px; }
      .compare-bucket .product-card .plus-sign-container:hover,
      .comparison-cards .product-card .plus-sign-container:hover {
        background: var(--primary-color); }
        .compare-bucket .product-card .plus-sign-container:hover .plus-sign span,
        .comparison-cards .product-card .plus-sign-container:hover .plus-sign span {
          background: var(--white); }
    .compare-bucket .product-card img,
    .comparison-cards .product-card img {
      height: 100%;
      margin: 0 auto;
      align-self: flex-start; }
    .compare-bucket .product-card .card-info,
    .comparison-cards .product-card .card-info {
      width: calc(66% - 15px);
      padding-right: 15px;
      display: none; }

.comparison-cards .product-card {
  max-height: none;
  border: 2px solid var(--clear); }
  .comparison-cards .product-card img {
    max-height: 175px; }
  .comparison-cards .product-card .card-info {
    width: calc(66% - 15px);
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .comparison-cards .product-card .card-info p {
      text-align: center;
      margin-bottom: 15px; }
      .comparison-cards .product-card .card-info p strong {
        font-size: 18px; }
  .comparison-cards .product-card .product-card-details {
    margin-top: 15px; }
    .comparison-cards .product-card .product-card-details li {
      text-align: center;
      margin-bottom: 8px;
      font-size: 12px;
      line-height: 16px; }

.compare-bucket {
  width: 100%;
  padding: 10px 20px 110px;
  margin: 0; }
  .compare-bucket .product-card img {
    max-width: 100%;
    object-fit: contain; }
  @media (min-width: 720px) {
    .compare-bucket {
      padding: 20px 0 110px; } }
  @media (max-width: 1079px) {
    .compare-bucket {
      min-width: 860px; } }
  @media (min-width: 1080px) {
    .compare-bucket {
      padding: 20px 0; } }

.compare-callout {
  width: 100%;
  min-width: 200px;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  pointer-events: none;
  box-sizing: border-box;
  position: absolute;
  bottom: 15px; }
  @media (min-width: 1080px) {
    .compare-callout {
      position: relative;
      bottom: initial;
      width: calc(100% - 760px); } }
  .compare-callout h5 {
    margin-bottom: 15px;
    text-align: center; }
  .compare-callout .compare-all-btn {
    opacity: 1;
    background: var(--primary-color);
    color: var(--white);
    padding: 10px 20px;
    margin-left: 15px;
    pointer-events: all;
    min-width: 175px; }
    .compare-callout .compare-all-btn:hover {
      background: var(--primary-color-hover);
      color: var(--white); }

.compare-bucket-mask {
  overflow: auto;
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }
  @media (min-width: 720px) {
    .compare-bucket-mask {
      width: calc(100% - 40px);
      margin: 0 auto; } }
  @media (min-width: 1080px) {
    .compare-bucket-mask {
      flex-direction: row;
      padding: 20px 0; } }

.eureka-comparison main {
  overflow: auto; }

.eureka-comparison .compare-widget-container {
  display: none; }

.eureka-comparison footer {
  margin-bottom: 0 !important; }

.eureka-comparison h1 {
  text-align: center;
  padding: 25px 0; }
  @media (min-width: 720px) {
    .eureka-comparison h1 {
      padding: 50px 0; } }

.eureka-comparison.not-comparing .product-comparison-component,
.eureka-comparison.not-comparing .comparison-data-sheet {
  display: none; }

.eureka-comparison.not-comparing .return-btn {
  display: block;
  margin: 30px auto;
  width: 175px; }

.product-comparison-component {
  width: 950px;
  max-width: 1665px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px 50px; }
  @media (min-width: 720px) {
    .product-comparison-component {
      width: 1200px;
      padding: 0 25px 50px; } }
  @media (min-width: 1200px) {
    .product-comparison-component {
      width: 100%;
      max-width: 1665px; } }
  .product-comparison-component .comparison-cards .product-card {
    border: 2px solid var(--clear);
    max-width: 300px; }
  .product-comparison-component .card-container {
    min-height: 500px;
    margin-top: 0; }

.card-container {
  width: 100%;
  margin-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }

.comparison-cards {
  width: 85%;
  margin: 0;
  justify-content: flex-end; }
  @media (min-width: 720px) {
    .comparison-cards {
      width: 80%; } }
  .comparison-cards .product-card {
    padding: 20px;
    flex-direction: column;
    border: 2px solid var(--clear); }
    .comparison-cards .product-card img {
      width: auto;
      max-width: 100px;
      margin: 0 auto 25px; }
      @media (min-width: 720px) {
        .comparison-cards .product-card img {
          margin: 0 auto 40px; } }
    .comparison-cards .product-card .card-column {
      display: flex;
      flex-direction: column;
      align-items: center; }
    .comparison-cards .product-card .card-info {
      width: 100%;
      padding: 0;
      flex-grow: 1;
      justify-content: space-between; }
    .comparison-cards .product-card .pr-category-snippet__total,
    .comparison-cards .product-card .pr-category-snippet__item:last-of-type {
      display: none !important; }
    .comparison-cards .product-card .btn {
      width: 100%;
      max-width: 145px;
      padding: 15px;
      margin-top: 10px;
      background: var(--primary-color);
      color: var(--white); }
      .comparison-cards .product-card .btn:hover {
        background: var(--primary-color-hover); }

.comparison-data-sheet {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box; }

.data-sheet-header {
  background: var(--grey);
  padding: 10px;
  box-sizing: border-box; }
  .data-sheet-header h5 {
    color: var(--white); }

.data-sheet {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box; }
  .data-sheet .data-row {
    display: flex;
    flex-direction: row;
    background: var(--white);
    border-bottom: 1px solid var(--med-grey); }
    .data-sheet .data-row:nth-child(even) {
      background: var(--light-blue); }
  .data-sheet .data-label-container,
  .data-sheet .data-cell-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: row; }
  .data-sheet .data-label-container {
    width: 15%; }
    @media (min-width: 720px) {
      .data-sheet .data-label-container {
        width: 20%; } }
    .data-sheet .data-label-container .data-label {
      padding: 10px;
      box-sizing: border-box;
      font-weight: 500;
      font-size: 12px; }
      @media (min-width: 720px) {
        .data-sheet .data-label-container .data-label {
          padding: 15px 20px;
          font-size: 16px;
          line-height: 20px; } }
  .data-sheet .data-cell-container {
    width: 85%;
    justify-content: flex-end; }
    @media (min-width: 720px) {
      .data-sheet .data-cell-container {
        width: 80%; } }
    .data-sheet .data-cell-container .data-cell {
      width: calc(25% - 15px);
      max-width: 300px;
      padding: 10px;
      flex-grow: 1;
      font-size: 12px;
      text-align: center; }
      @media (min-width: 720px) {
        .data-sheet .data-cell-container .data-cell {
          padding: 15px 10px;
          font-size: 16px; } }

.carrot-icon {
  height: 10px;
  width: 10px;
  position: relative;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
  .carrot-icon span {
    height: 2px;
    width: 10px;
    display: block;
    background: var(--dark-black);
    position: absolute; }
    .carrot-icon span:last-child {
      top: 4px;
      left: -4px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }

.eureka-about .copy-block {
  padding: 0 20px;
  max-width: 775px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (min-width: 720px) {
    .eureka-about .copy-block {
      padding: 0 25px;
      margin: 50px auto; } }

.eureka-about .video-component,
.eureka-about .full-width-gallery {
  margin-bottom: 50px; }
  @media (min-width: 720px) {
    .eureka-about .video-component,
    .eureka-about .full-width-gallery {
      margin-bottom: 75px; } }

.eureka-about .split-block * {
  text-align: left; }

.seatbelt {
  width: 100%;
  background: var(--light-grey);
  padding: 40px 20px;
  margin: 20px 0 0;
  box-sizing: border-box; }
  @media (min-width: 720px) {
    .seatbelt {
      padding: 50px 25px;
      margin: 50px 0 0; } }
  .seatbelt img {
    width: 75px;
    margin: 10px auto;
    display: block; }
    @media (min-width: 720px) {
      .seatbelt img {
        width: 100px; } }
  .seatbelt * {
    text-align: center; }
  .seatbelt h3, .seatbelt p {
    max-width: 575px;
    margin: 10px auto; }

.no-belt .seatbelt {
  display: none; }

.sticky-nav .sticky-nav-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1665px;
  margin: 0 auto; }

.sticky-nav.product-detail {
  height: auto;
  background: var(--white);
  padding: 20px 30px;
  box-sizing: border-box;
  top: -225px;
  border-bottom: 2px solid var(--light-grey); }
  .sticky-nav.product-detail.show-nav {
    top: 48px; }
    @media (min-width: 770px) {
      .sticky-nav.product-detail.show-nav {
        top: 58px; } }
  .sticky-nav.product-detail.open-mobile .anchor-link-container .mobile-anchor-trigger .trigger-holster {
    margin-top: 5px;
    transform: rotate(-45deg); }
  .sticky-nav.product-detail.open-mobile .sticky-mobile-nav {
    display: block; }
  .sticky-nav.product-detail h3,
  .sticky-nav.product-detail .btn {
    flex-shrink: 0; }
  .sticky-nav.product-detail h3 {
    width: 45%; }
    @media (min-width: 1080px) {
      .sticky-nav.product-detail h3 {
        width: 35%; } }
  .sticky-nav.product-detail .btn {
    width: 150px; }
  .sticky-nav.product-detail .sticky-mobile-nav {
    width: 100%;
    padding: 15px 0 0;
    flex-shrink: 0;
    display: none; }
    .sticky-nav.product-detail .sticky-mobile-nav li {
      padding: 5px 0; }

.sticky-nav .anchor-link-container {
  width: calc(55% - 150px);
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-shrink: 1; }
  .sticky-nav .anchor-link-container .mobile-anchor-trigger {
    height: 40px;
    width: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    @media (min-width: 920px) {
      .sticky-nav .anchor-link-container .mobile-anchor-trigger {
        display: none; } }
    .sticky-nav .anchor-link-container .mobile-anchor-trigger .trigger-holster {
      height: 14px;
      width: 14px;
      margin-top: -5px;
      transform: rotate(135deg); }
    .sticky-nav .anchor-link-container .mobile-anchor-trigger span {
      display: block;
      height: 2px;
      width: 14px;
      background: var(--black);
      position: relative; }
      .sticky-nav .anchor-link-container .mobile-anchor-trigger span:last-child {
        transform: rotate(90deg);
        top: 4px;
        left: 6px; }
  .sticky-nav .anchor-link-container ul {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    display: none; }
    @media (min-width: 920px) {
      .sticky-nav .anchor-link-container ul {
        display: inline-flex; } }
    .sticky-nav .anchor-link-container ul li {
      width: 25%;
      display: inline-flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
    .sticky-nav .anchor-link-container ul a {
      box-sizing: border-box; }

.product-header {
  height: auto;
  background: var(--white); }
  .product-header h2 {
    margin: 5px 0 10px; }
  .product-header .product-header-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 20px; }
    .product-header .product-header-info .info {
      display: flex;
      flex-direction: column; }
  .product-header .btn {
    margin-left: 15px; }

.rating-container {
  display: inline-flex;
  align-content: center; }
  .rating-container span {
    display: inline-flex;
    justify-content: center;
    flex-direction: column; }

.rating-container .p-w-r,
.form-wrapper .p-w-r {
  margin: 0; }
  .rating-container .p-w-r fieldset label.pr-btn,
  .form-wrapper .p-w-r fieldset label.pr-btn {
    padding: 15px;
    -webkit-transition: background 75ms ease-in-out;
    -moz-transition: background 75ms ease-in-out;
    -ms-transition: background 75ms ease-in-out;
    -o-transition: background 75ms ease-in-out;
    transition: background 75ms ease-in-out; }
    .rating-container .p-w-r fieldset label.pr-btn:hover,
    .form-wrapper .p-w-r fieldset label.pr-btn:hover {
      background: var(--med-grey); }
    .rating-container .p-w-r fieldset label.pr-btn:first-of-type,
    .form-wrapper .p-w-r fieldset label.pr-btn:first-of-type {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .rating-container .p-w-r fieldset label.pr-btn:last-of-type,
    .form-wrapper .p-w-r fieldset label.pr-btn:last-of-type {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-bottom-width: 1px !important; }
  .rating-container .p-w-r .control-label span,
  .rating-container .p-w-r .pr-control-label span,
  .form-wrapper .p-w-r .control-label span,
  .form-wrapper .p-w-r .pr-control-label span {
    color: var(--grey); }
  .rating-container .p-w-r input[type='text'],
  .rating-container .p-w-r textarea,
  .form-wrapper .p-w-r input[type='text'],
  .form-wrapper .p-w-r textarea {
    height: auto !important;
    border: 2px solid var(--clear);
    background: var(--light-grey);
    padding: 13px 10px !important;
    margin: 6px 0;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    font-size: 16px;
    color: var(--black); }
  .rating-container .p-w-r .pr-submit button,
  .form-wrapper .p-w-r .pr-submit button {
    background: var(--primary-color);
    display: inline-block;
    box-sizing: border-box;
    padding: 16px 25px;
    min-width: 125px;
    border-radius: 5px;
    border: 0px;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-transition: all 75ms ease-in-out;
    -moz-transition: all 75ms ease-in-out;
    -ms-transition: all 75ms ease-in-out;
    -o-transition: all 75ms ease-in-out;
    transition: all 75ms ease-in-out; }
    @media (min-width: 720px) {
      .rating-container .p-w-r .pr-submit button,
      .form-wrapper .p-w-r .pr-submit button {
        padding: 16px 25px; } }
    .rating-container .p-w-r .pr-submit button:hover, .rating-container .p-w-r .pr-submit button:focus,
    .form-wrapper .p-w-r .pr-submit button:hover,
    .form-wrapper .p-w-r .pr-submit button:focus {
      background: var(--primary-color-hover);
      color: white; }
  .rating-container .p-w-r button,
  .form-wrapper .p-w-r button {
    -webkit-transition: all 75ms ease-in-out;
    -moz-transition: all 75ms ease-in-out;
    -ms-transition: all 75ms ease-in-out;
    -o-transition: all 75ms ease-in-out;
    transition: all 75ms ease-in-out; }
    .rating-container .p-w-r button.pr-btn-fileinput,
    .form-wrapper .p-w-r button.pr-btn-fileinput {
      border-radius: 5px;
      border-width: 0;
      padding: 11px 25px;
      background-color: var(--med-grey);
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 10px;
      font-weight: 500;
      color: var(--grey); }
      @media (min-width: 720px) {
        .rating-container .p-w-r button.pr-btn-fileinput,
        .form-wrapper .p-w-r button.pr-btn-fileinput {
          margin-right: 10px; } }
      .rating-container .p-w-r button.pr-btn-fileinput svg circle,
      .form-wrapper .p-w-r button.pr-btn-fileinput svg circle {
        fill: var(--med-grey);
        -webkit-transition: all 75ms ease-in-out;
        -moz-transition: all 75ms ease-in-out;
        -ms-transition: all 75ms ease-in-out;
        -o-transition: all 75ms ease-in-out;
        transition: all 75ms ease-in-out; }
      .rating-container .p-w-r button.pr-btn-fileinput:hover,
      .form-wrapper .p-w-r button.pr-btn-fileinput:hover {
        background-color: var(--grey);
        color: var(--white); }
        .rating-container .p-w-r button.pr-btn-fileinput:hover svg circle,
        .form-wrapper .p-w-r button.pr-btn-fileinput:hover svg circle {
          fill: var(--grey); }
  .rating-container .p-w-r .pr-file-input-btn-group,
  .form-wrapper .p-w-r .pr-file-input-btn-group {
    flex-wrap: wrap; }
    .rating-container .p-w-r .pr-file-input-btn-group label,
    .form-wrapper .p-w-r .pr-file-input-btn-group label {
      width: 100%; }
  .rating-container .p-w-r .control-label .pr-required-indicator,
  .rating-container .p-w-r .pr-control-label .pr-required-indicator,
  .form-wrapper .p-w-r .control-label .pr-required-indicator,
  .form-wrapper .p-w-r .pr-control-label .pr-required-indicator {
    color: var(--red); }
  .rating-container .p-w-r .pr-snippet-rating-decimal,
  .form-wrapper .p-w-r .pr-snippet-rating-decimal {
    padding-top: 4px !important; }
  .rating-container .p-w-r .pr-snippet-write-review-link,
  .form-wrapper .p-w-r .pr-snippet-write-review-link {
    display: none; }
  .rating-container .p-w-r .pr-snippet,
  .form-wrapper .p-w-r .pr-snippet {
    display: flex; }
  .rating-container .p-w-r .pr-snippet-review-count,
  .form-wrapper .p-w-r .pr-snippet-review-count {
    color: var(--primary-color); }
  .rating-container .p-w-r .pr-snippet-read-and-write,
  .rating-container .p-w-r .pr-category-snippet__total,
  .form-wrapper .p-w-r .pr-snippet-read-and-write,
  .form-wrapper .p-w-r .pr-category-snippet__total {
    margin-top: 0 !important;
    padding-top: 2px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .rating-container .p-w-r .pr-snippet-rating-decimal,
  .form-wrapper .p-w-r .pr-snippet-rating-decimal {
    border: 0px; }
  .rating-container .p-w-r .pr-star-v4,
  .form-wrapper .p-w-r .pr-star-v4 {
    margin-right: 0 !important; }
  .rating-container .p-w-r .pr-star-v4-0-filled,
  .form-wrapper .p-w-r .pr-star-v4-0-filled {
    background-image: url("../imgs/stars/0-fill-v2.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85%; }
  .rating-container .p-w-r .pr-star-v4-25-filled,
  .form-wrapper .p-w-r .pr-star-v4-25-filled {
    background-image: url("../imgs/stars/25-fill-v2.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85%; }
  .rating-container .p-w-r .pr-star-v4-50-filled,
  .form-wrapper .p-w-r .pr-star-v4-50-filled {
    background-image: url("../imgs/stars/50-fill-v2.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85%; }
  .rating-container .p-w-r .pr-star-v4-75-filled,
  .form-wrapper .p-w-r .pr-star-v4-75-filled {
    background-image: url("../imgs/stars/75-fill-v2.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85%; }
  .rating-container .p-w-r .pr-star-v4-100-filled,
  .form-wrapper .p-w-r .pr-star-v4-100-filled {
    background-image: url("../imgs/stars/100-fill-v2.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85%; }

.product-details-container h3 {
  margin-bottom: 15px; }

.product-details-container .product-overview-container {
  max-width: 575px;
  padding-right: 50px; }
  .product-details-container .product-overview-container p {
    margin-bottom: 15px; }

.product-details-container .feature-list ul {
  list-style: disc;
  padding-left: 15px; }

.product-details-container .feature-list li {
  margin-bottom: 10px; }

.accessories-cards {
  max-width: 575px;
  padding-right: 50px;
  margin-top: 25px; }
  @media (min-width: 720px) {
    .accessories-cards {
      margin-top: 75px; } }
  .accessories-cards .cards-wrapper {
    padding: 0;
    flex-direction: row;
    justify-content: flex-start; }
  .accessories-cards .card {
    max-width: 100px;
    max-height: 200px;
    border-radius: 10px;
    margin: 0 10px 0 0; }
    @media (min-width: 720px) {
      .accessories-cards .card {
        max-width: 150px;
        max-height: 250px;
        margin: 0 15px 0 0; } }
    .accessories-cards .card img {
      width: 100%;
      max-height: 200px;
      object-fit: contain;
      border-radius: 10px;
      border: 1px solid var(--light-grey);
      padding: 10px;
      box-sizing: border-box; }
    .accessories-cards .card p {
      margin-top: 10px;
      text-align: center;
      font-size: 14px;
      line-height: 16px; }

@media (min-width: 720px) {
  .eureka-product .split-block.left-align .split-block-content {
    padding: 50px 0 50px 100px; } }

@media (min-width: 720px) {
  .eureka-product .split-block.right-align .split-block-content {
    padding: 50px 100px 50px 0; } }

.product-specs-manuals-container h3 {
  margin-bottom: 15px; }

.product-specs-container {
  max-width: 575px;
  margin-bottom: 25px; }
  @media (min-width: 720px) {
    .product-specs-container {
      padding-right: 50px; } }
  .product-specs-container .specs-table {
    height: 295px;
    overflow: hidden; }
    @media (min-width: 520px) {
      .product-specs-container .specs-table {
        height: 310px; } }
  .product-specs-container.expand .specs-table {
    height: auto; }
  .product-specs-container.expand .spec-toggle {
    display: none; }
  .product-specs-container .spec-toggle {
    width: 100%;
    padding: 10px;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    font-weight: 500;
    text-align: center;
    cursor: pointer; }
    .product-specs-container .spec-toggle:hover {
      color: var(--primary-color); }
  .product-specs-container .table-block > div {
    padding: 8px 5px;
    border-bottom: 1px solid var(--med-grey);
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .product-specs-container .table-block .table-block-header {
    background: var(--light-grey); }

.product-reviews {
  padding: 25px 0; }
  .product-reviews .reviews-wrapper {
    max-width: 1100px;
    margin: 0px auto;
    padding: 0 25px;
    position: relative; }
  .product-reviews h3 {
    text-align: center;
    margin-bottom: 15px; }
  .product-reviews .pr-headline,
  .product-reviews .pr-snapshot-logo {
    display: none !important; }
  .product-reviews .pr-star-v4-0-filled {
    background-image: url("../imgs/stars/0-fill-v2.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85%; }
  .product-reviews .pr-star-v4-25-filled {
    background-image: url("../imgs/stars/25-fill-v2.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85%; }
  .product-reviews .pr-star-v4-50-filled {
    background-image: url("../imgs/stars/50-fill-v2.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85%; }
  .product-reviews .pr-star-v4-75-filled {
    background-image: url("../imgs/stars/75-fill-v2.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85%; }
  .product-reviews .pr-star-v4-100-filled {
    background-image: url("../imgs/stars/100-fill-v2.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85%; }
  .product-reviews .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-barValue {
    background: var(--primary-color); }
  .product-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-reco {
    background: var(--primary-color);
    border-radius: 5px; }
    .product-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-reco span {
      line-height: 34px;
      color: var(--white) !important; }
  .product-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-snippet-reco-to-friend-yellow {
    background-color: var(--clear); }
  .product-reviews .pr-snippet .pr-snippet-read-and-write .pr-snippet-write-review-link.pr-underline {
    background-color: var(--primary-color) !important;
    display: inline-block;
    box-sizing: border-box;
    padding: 16px 25px;
    min-width: 125px;
    border-radius: 5px !important;
    border: 0px !important;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-transition: all 75ms ease-in-out;
    -moz-transition: all 75ms ease-in-out;
    -ms-transition: all 75ms ease-in-out;
    -o-transition: all 75ms ease-in-out;
    transition: all 75ms ease-in-out; }
    @media (min-width: 720px) {
      .product-reviews .pr-snippet .pr-snippet-read-and-write .pr-snippet-write-review-link.pr-underline {
        padding: 16px 25px; } }
    .product-reviews .pr-snippet .pr-snippet-read-and-write .pr-snippet-write-review-link.pr-underline:hover, .product-reviews .pr-snippet .pr-snippet-read-and-write .pr-snippet-write-review-link.pr-underline:focus {
      background: var(--primary-color-hover) !important;
      color: white !important; }

.purchase-modal .close-btn-container {
  top: 20px;
  right: 25px; }
  .purchase-modal .close-btn-container .close-btn span {
    height: 30px; }

.purchase-modal .logo-icon {
  display: inline-flex;
  flex-direction: column;
  padding: 0 50px;
  margin-bottom: 15px; }

.purchase-modal .modal-content {
  padding: 50px 50px 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap; }

.purchase-modal p {
  text-align: center; }

.purchase-modal img {
  width: 100%;
  display: block;
  max-width: 150px;
  margin: 0 auto 10px; }

.cover.support-cover {
  background: var(--light-grey);
  padding: 50px 0; }
  @media (min-width: 720px) {
    .cover.support-cover {
      padding: 75px 0; } }
  .cover.support-cover .cover-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 100%;
    position: relative;
    max-width: 900px;
    margin: 0 auto; }
    @media (min-width: 600px) {
      .cover.support-cover .cover-container {
        flex-direction: row; } }
    .cover.support-cover .cover-container .banner-info {
      width: 100%;
      position: relative;
      align-items: flex-start;
      transform: inherit;
      left: 0;
      top: 0; }
      @media (min-width: 600px) {
        .cover.support-cover .cover-container .banner-info {
          width: calc(100% - 275px); } }
      @media all and (-ms-high-contrast: none) {
        .cover.support-cover .cover-container .banner-info {
          top: 125px; } }
  @media all and (-ms-high-contrast: none) and (min-width: 720px) {
    .cover.support-cover .cover-container .banner-info {
      top: 75px; } }
    .cover.support-cover .cover-container .copy {
      align-items: flex-start; }
      .cover.support-cover .cover-container .copy * {
        text-align: left; }
      .cover.support-cover .cover-container .copy h1 {
        font-size: 32px;
        line-height: 34px;
        font-weight: 500; }
    .cover.support-cover .cover-container img,
    .cover.support-cover .cover-container picture {
      max-width: 275px;
      margin: 0 auto; }
    .cover.support-cover .cover-container img {
      height: 275px;
      object-fit: contain; }
  .cover.support-cover .support-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .cover.support-cover .support-buttons .btn {
      margin-right: 10px; }

.product-support-video-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 30px; }
  @media (min-width: 720px) {
    .product-support-video-list {
      padding-top: 50px; } }
  .product-support-video-list .video-component {
    width: calc(50% - 10px);
    margin-right: 20px;
    padding: 5px 0; }
    .product-support-video-list .video-component:nth-child(even) {
      margin-right: 0; }
    .product-support-video-list .video-component .copy h4 {
      padding: 10px 0; }

.eureka-product-support .product-manuals-container h3,
.eureka-product-support .accessories-cards h3 {
  margin-bottom: 15px; }

.eureka-product-support .product-manuals-container {
  margin-top: 50px; }
  .eureka-product-support .product-manuals-container .btn {
    margin-right: 10px; }
