@charset "UTF-8";
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #0F7FFF !important;
  outline-offset: 1px !important; }

input:focus + label {
  outline: 2px solid #0F7FFF !important;
  outline-offset: 1px !important; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 551px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width:901px)/";
  width: 551px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:901px)/";
  width: 901px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:901px) and (max-width:1261px)/";
  width: 901px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1261px)/";
  width: 1261px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
  width: 1261px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.u-block {
  display: block !important; }

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.u-textAlignCenter {
  text-align: center !important; }

.u-textAlignLeft {
  text-align: left !important; }

.u-textAlignRight {
  text-align: right !important; }

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

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

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

body {
  background: white;
  color: #333333;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

html {
  font-size: 14px; }
  @media (min-width: 551px) {
    html {
      font-size: 14px; } }
  @media (min-width: 901px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 14px; } }

body {
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #333333;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #757575; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #757575;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.78571rem; }

hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0 1.92857rem; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.35714rem; }

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #cccccc;
  color: #333333;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 22px;
  line-height: 29px; }

cite {
  color: #999999;
  display: block;
  font-size: 1rem; }

.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #757575;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.21429rem;
  margin-left: -1.57143rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.57143rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  border: solid 1px #e5e5e5;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.78571rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.78571rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #e5e5e5; }

.table-tfoot {
  border: 1px solid #e5e5e5; }

.table-tbody tr {
  border-bottom: 1px solid #e5e5e5; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

```sass_file_example
src/settings/foundation/buttons/_settings.scss
```

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #8f8f8f;
  color: #666666;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.78571rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

<button class="button">Secondary / Default Button</button>

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #444444;
  border-color: #444444;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .button--primary:active {
    background-color: black;
    border: 1px solid black;
    color: white; }

.button[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

<button class="button">Default</button>

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 15px; }

.button--small {
  font-size: 13px;
  padding: 0.57143rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: 0.78571rem 0.78571rem; }
  .button--icon svg {
    fill: #757575; }

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.78571rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.35714rem 0.71429rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.35714rem; }
  .dropdown-menu-item a {
    margin: -0.35714rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: transparent;
  border: solid #999999;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.78571rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #757575;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #8f8f8f;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #666666;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="disabled_input1">Input Label</label>
    <input class="form-input" id="disabled_input1" disabled type="text" value="Disabled text">
</div>

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #474747;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #999999; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #999999; }
  .form-input:-ms-input-placeholder {
    color: #999999; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #8f8f8f;
  color: #666666;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #474747; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #474747; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #999999;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 551px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.35714rem;
    padding-left: 1.85714rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #8f8f8f;
      border-width: 1px;
      height: 1.14286rem;
      left: 0;
      top: 0;
      width: 1.14286rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1rem; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before,
  .form-radio[disabled] + .form-label::before {
    background-color: white; }

.form-checkbox + .form-label::before {
  border-radius: 4px; }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(51, 51, 51, 0.999);
  content: "";
  font-size: 1rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(51, 51, 51, 0.999);
  border: 3px solid white;
  border-radius: 1rem; }

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action {
  float: left;
  padding-right: 2.85714rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.85714rem;
    margin: 0.07143rem 0 0 -2.92857rem;
    width: 2.85714rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon {
  float: left;
  padding-right: 2.57143rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2.57143rem;
    width: 1.42857rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input {
    flex: 1; }
  .form-prefixPostfix .button {
    height: 3rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #999999;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 6.42857rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: #757575;
    box-shadow: 0 0 4px rgba(117, 117, 117, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 2rem;
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 4.28571rem; }
  .switch--important .switch-toggle {
    background-color: #f1a500;
    border-color: #f1a500; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999999;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.4286rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.4286rem;
  left: 0.21427rem;
  position: absolute;
  top: 0.21427rem;
  transition: all 100ms ease-out;
  width: 1.4286rem; }
  .switch--checked .switch-toggle::before {
    left: 2.49999rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 1.92857;
  position: absolute;
  right: 0.42857rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.42857rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #757575; }

.switch-label--icon.icon {
  height: 1.85714rem;
  width: 1.85714rem; }
  .switch-label--icon.icon svg {
    height: 1.85714rem;
    width: 1.85714rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #757575; }

.switch-description--off {
  color: black;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #757575; }

.switch-description--on {
  color: #757575;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: black; }

.switch-ariaDescription {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 481px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 481px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #999999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.57143rem;
  width: 1.57143rem;
  float: left;
  margin: 0 0 0 -2.14286rem;
  position: relative;
  top: 0.71429rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #008a06; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.21429rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.35714rem 0 -0.5rem;
  width: 100%; }

.form-field--success .form-input,
.form-field--error .form-input,
.form-field--warning .form-input {
  float: left; }

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #008a06; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #008a06; }

.form-field--success .form-input-indicator > svg {
  fill: #008a06; }

.form-field--error .form-input,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #cc4749; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #cc4749; }

.form-field--error .form-input-indicator > svg {
  fill: #cc4749; }

.form-field--warning .form-input,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #f1a500; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #f1a500; }

.form-field--warning .form-input-indicator > svg {
  fill: #f1a500; }

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #e5e5e5;
  margin: 0;
  padding: 1.5rem 2rem 0; }

.panel-title {
  line-height: 1.5;
  margin: 0; }

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #e5e5e5; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden; }

.breadcrumb {
  color: #757575;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #757575; }
  .breadcrumb.current {
    color: #757575;
    cursor: default; }
    .breadcrumb.current a {
      color: #757575;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #757575;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #333333;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #757575;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e5e5e5;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: white;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 551px) {
    .tab {
      float: left; } }

.tab-title {
  color: #757575;
  display: block;
  font-size: 15px;
  padding: 0.78571rem 1.57143rem; }
  .tab-title:hover {
    color: #333333; }

.tab.is-active .tab-title {
  color: #333333;
  font-weight: 700; }

@media (min-width: 551px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.5rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 551px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before, .navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

.navBar ul,
.navBar ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navBar ul ul,
  .navBar ul ol,
  .navBar ol ul,
  .navBar ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navBar ul li,
  .navBar ol li {
    margin: 0;
    padding: 0; }

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

.navBar-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

@media (min-width: 551px) {
  .navBar-item {
    float: left; } }

.navBar-item, .navBar-action {
  display: block; }

.navBar-action {
  color: black;
  font-size: 15px;
  padding: 0.78571rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

You can create a navigation list abstraction with the following mixin:

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

.navList ul,
.navList ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navList ul ul,
  .navList ul ol,
  .navList ol ul,
  .navList ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navList ul li,
  .navList ol li {
    margin: 0;
    padding: 0; }

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: #333333;
  font-size: 15px;
  padding: 0.21429rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #757575;
    font-size: 1rem;
    margin-left: 0.35714rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #757575;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.28571rem 0.5rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: #333333; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #333333;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.78571rem;
  padding: 0.78571rem 1.14286rem 0.78571rem 1.14286rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox .button {
    margin: 0 0 0 0.78571rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #333333; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }
  .alertBox--success svg {
    fill: #008a06; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: white; }
  .alertBox--warning svg {
    fill: #f1a500; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: white; }
  .alertBox--error svg {
    fill: #cc4749; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.14286rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.14286rem; }
  .alertBox-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox-close svg {
    fill: #999999; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e5e5e5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #333333;
    padding: 1.85714rem;
    display: block;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

.accordion-content {
  display: none;
  padding: 2rem;
  border: #e5e5e5 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #008a06; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #cc4749; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #f1a500; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(51, 51, 51, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 0.35714rem 0.78571rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(51, 51, 51, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.85714rem;
    width: 2.85714rem;
    border-radius: 2.85714rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.78571rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 551px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.35714rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 14.28571rem; } }

@media (min-width: 551px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #999999;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: #757575; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #333333; }

.card-body {
  padding: 0.78571rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #757575; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

.aria-description--hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin-left: -10000px; }

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #8f8f8f;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

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

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  border: 1px solid white;
  height: 4.35714rem;
  margin-top: -1.07143rem;
  padding: 0.71429rem;
  width: 2.85714rem; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.92857rem;
    width: 1.42857rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -5px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.35714rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-prev {
  left: -5px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.35714rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2.28571rem;
    width: 2.28571rem;
    margin: 0;
    padding: 0.35714rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1.07143rem;
      width: 1.07143rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #333333;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #333333; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #757575; }

.productView .slick-dots {
  position: relative; }

.slick-disabled {
  cursor: default;
  opacity: 0.1; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

div.slick-slider {
  width: 1px;
  min-width: 100%;
  *width: 100%; }

.slick-slide .card-image,
.slick-slide .heroCarousel-image {
  -webkit-touch-callout: default; }

.carousel-tooltip {
  height: 1px;
  display: none;
  position: relative;
  margin-top: 10px; }
  .carousel-tooltip::before {
    border-color: transparent transparent #313440;
    border-style: solid;
    border-width: 0.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .carousel-tooltip:before, .carousel-tooltip:after {
    display: none; }
  .carousel-tooltip:focus::before, .carousel-tooltip:focus::after {
    display: block; }
  @media (min-width: 551px) {
    .carousel-tooltip {
      display: block; } }
  .carousel-tooltip:after {
    padding: 15px 10px;
    top: 10px; }
  .slick-prev:focus .carousel-tooltip:before, .slick-prev:focus .carousel-tooltip:after,
  .slick-next:focus .carousel-tooltip:before,
  .slick-next:focus .carousel-tooltip:after,
  .slick-dots button:focus .carousel-tooltip:before,
  .slick-dots button:focus .carousel-tooltip:after {
    display: block; }
  .slick-prev .carousel-tooltip:before,
  .slick-next .carousel-tooltip:before {
    top: -7px; }
  .slick-prev .carousel-tooltip:before {
    right: -2px; }
  .slick-prev .carousel-tooltip:after {
    right: auto;
    left: -5px; }
  .slick-next .carousel-tooltip:after {
    right: -5px; }
  .slick-dots button .carousel-tooltip {
    margin-top: 25px; }
    .slick-dots button .carousel-tooltip:before, .slick-dots button .carousel-tooltip:after {
      right: 50%;
      transform: translateX(50%); }
    .slick-dots button .carousel-tooltip:before {
      top: -7px; }

.carousel-play-pause-button {
  display: none;
  position: absolute;
  left: 15px;
  bottom: 0.5rem;
  height: 32px;
  min-width: 60px;
  max-width: 60px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #8f8f8f;
  transition: color 100ms ease-out;
  z-index: 5;
  border: 1px solid white;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9); }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      min-width: 80px;
      max-width: 90px; } }
  @media (min-width: 551px) {
    .carousel-play-pause-button {
      max-width: 150px;
      font-size: 18px; } }
  @media (min-width: 901px) {
    .carousel-play-pause-button {
      left: 25px;
      bottom: 1.5rem; } }
  .carousel-play-pause-button:hover {
    color: #474747; }

.nanobar {
  display: none;
  width: 100%;
  height: 0.35714rem;
  z-index: 9999;
  top: 0;
  pointer-events: none;
  user-select: none; }
  .nanobar .bar {
    width: 0;
    height: 100%;
    transition: height .1s;
    background-color: #999999; }

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9; }
  .swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
    padding: 0; }
  .swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 0.6em;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em; }
  .swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8; }
  .swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    padding: 0;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0; }
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 1.8em;
      font-weight: bold; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
          font-size: .25em; } }
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      top: .875em;
      width: 1.375em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: .3125em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: .3125em; }
  .swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 .3125em; }
  .swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em; }
    .swal2-popup.swal2-toast .swal2-styled:focus {
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 1.6em;
      height: 3em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.8em;
        left: -.5em;
        transform: rotate(-45deg);
        transform-origin: 2em 2em;
        border-radius: 4em 0 0 4em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.25em;
        left: .9375em;
        transform-origin: 0 1.5em;
        border-radius: 0 4em 4em 0; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: .4375em;
      width: .4375em;
      height: 2.6875em; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
      height: .3125em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 1.125em;
        left: .1875em;
        width: .75em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
        top: .9375em;
        right: .1875em;
        width: 1.375em; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-toast-animate-success-line-tip .75s; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-toast-animate-success-line-long .75s; }
  .swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show 0.5s; }
  .swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide 0.1s forwards; }

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch; }
  .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.4); }
  .swal2-container.swal2-backdrop-hide {
    background: transparent !important; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom > :first-child,
  .swal2-container.swal2-bottom-start > :first-child,
  .swal2-container.swal2-bottom-left > :first-child,
  .swal2-container.swal2-bottom-end > :first-child,
  .swal2-container.swal2-bottom-right > :first-child {
    margin-top: auto; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container.swal2-no-transition {
    transition: none !important; }
  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem; }
  .swal2-popup:focus {
    outline: none; }
  .swal2-popup.swal2-loading {
    overflow-y: hidden; }

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em; }

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word; }

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0; }
  .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4; }
  .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
  .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent !important;
    cursor: default;
    user-select: none; }
  .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px; }
  .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 3px solid #999999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff; }

.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500; }
  .swal2-styled:not([disabled]) {
    cursor: pointer; }
  .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-styled::-moz-focus-inner {
    border: 0; }

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em; }

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2); }

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto; }

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer; }
  .swal2-close:hover {
    transform: none;
    background: transparent;
    color: #f27474; }
  .swal2-close::-moz-focus-inner {
    border: 0; }

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word; }

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto; }

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em; }
  .swal2-input.swal2-inputerror,
  .swal2-file.swal2-inputerror,
  .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important; }
  .swal2-input:focus,
  .swal2-file:focus,
  .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: 0 0 3px #c4e6f5; }
  .swal2-input::placeholder,
  .swal2-file::placeholder,
  .swal2-textarea::placeholder {
    color: #cccccc; }

.swal2-range {
  margin: 1em auto;
  background: #fff; }
  .swal2-range input {
    width: 80%; }
  .swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center; }
  .swal2-range input,
  .swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em; }

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em; }
  .swal2-input[type='number'] {
    max-width: 10em; }

.swal2-file {
  background: inherit;
  font-size: 1.125em; }

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em; }

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em; }

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit; }
  .swal2-radio label,
  .swal2-checkbox label {
    margin: 0 .6em;
    font-size: 1.125em; }
  .swal2-radio input,
  .swal2-checkbox input {
    margin: 0 .4em; }

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300; }
  .swal2-validation-message::before {
    content: '!';
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center; }

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none; }
  .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em; }
  .swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      flex-grow: 1; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      display: block;
      position: absolute;
      top: 2.3125em;
      width: 2.9375em;
      height: .3125em;
      border-radius: .125em;
      background-color: #f27474; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: 1.0625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: 1em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-error.swal2-icon-show {
      animation: swal2-animate-error-icon .5s; }
      .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
        animation: swal2-animate-error-x-mark .5s; }
  .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86; }
  .swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee; }
  .swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 3.75em;
      height: 7.5em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.4375em;
        left: -2.0635em;
        transform: rotate(-45deg);
        transform-origin: 3.75em 3.75em;
        border-radius: 7.5em 0 0 7.5em; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.6875em;
        left: 1.875em;
        transform: rotate(-45deg);
        transform-origin: 0 3.75em;
        border-radius: 0 7.5em 7.5em 0; }
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      z-index: 2;
      top: -.25em;
      left: -.25em;
      box-sizing: content-box;
      width: 100%;
      height: 100%;
      border: 0.25em solid rgba(165, 220, 134, 0.3);
      border-radius: 50%; }
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      z-index: 1;
      top: .5em;
      left: 1.625em;
      width: .4375em;
      height: 5.625em;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      display: block;
      position: absolute;
      z-index: 2;
      height: .3125em;
      border-radius: .125em;
      background-color: #a5dc86; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 2.875em;
        left: .8125em;
        width: 1.5625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-animate-success-line-tip .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-animate-success-line-long .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
      animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600; }
  .swal2-progress-steps li {
    display: inline-block;
    position: relative; }
  .swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center; }
    .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
      background: #3085d6; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
        background: #add8e6;
        color: #fff; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
        background: #add8e6; }
  .swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  animation: swal2-show 0.3s; }

.swal2-hide {
  animation: swal2-hide 0.15s forwards; }

.swal2-noanimation {
  transition: none; }

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

.swal2-rtl .swal2-close {
  right: auto;
  left: 0; }

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4); } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden; }

body.swal2-height-auto {
  height: auto !important; }

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important; }
  body.swal2-no-backdrop .swal2-container > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
    top: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
    top: 0;
    right: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
    bottom: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
    right: 0;
    bottom: 0; }

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
      display: none; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
      position: static !important; } }

body.swal2-toast-shown .swal2-container {
  background-color: transparent; }
  body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
  body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch; }
  body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em; }
  body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center; }
  body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em; }
  body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em; }

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Karla", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #444444;
    font-size: 2.14286rem; }
  .swal2-modal .swal2-content {
    color: #333333;
    font-size: 1.14286rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #8f8f8f;
    color: #666666; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #666666; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #8f8f8f;
    color: #666666;
    font-size: 1rem;
    padding: 0.85714rem 2.28571rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #474747;
      color: #333333; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #757575;
      color: black; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #444444;
    border-color: #444444;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: black;
    border-color: black;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #8f8f8f;
    color: #666666; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #757575;
    color: black; }
  .swal2-modal .button + .button {
    margin-left: 0.78571rem; }

.swal2-icon {
  display: flex; }

.swal2-container {
  z-index: 1000; }

html,
body {
  height: auto; }

body {
  padding-top: 55px; }
  @media (min-width: 901px) {
    body {
      padding-top: 0; } }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #999999;
  margin-top: 0.78571rem; }

body {
  font-size: 1rem;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 2.28571rem; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.5;
  margin: 0.5rem 0 0; }

.page-heading {
  margin: 0 0 3rem;
  text-align: center; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #757575;
  float: left;
  font-weight: 400;
  margin: 0 0.35714rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.57143rem top 0.71429rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

.form-label small {
  float: right;
  margin-top: 0.35714rem; }

.form-label--inlineSmall small {
  color: #757575;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.35714rem;
  text-transform: none; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e5e5e5; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.35714rem; } }

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu {
  z-index: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus {
    z-index: 5; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.78571rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.28571rem 1.14286rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }
  .dropdown-menu-button:focus {
    z-index: 10; }

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 901px) {
    #wishlist-dropdown.is-open {
      padding-right: 0px; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: none;
    margin-bottom: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
    margin-bottom: 0px; }

.modal {
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  left: 50%;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .modal .form-field {
    position: relative; }

@media (min-width: 1261px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 3.03571rem; }

.modal-header-title {
  font-size: 22px;
  text-align: center; }
  @media (min-width: 901px) {
    .modal-header-title {
      font-size: 25px; } }

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #757575;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 901px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.71429rem); }
  .modal-close::before {
    border-color: transparent transparent #313440;
    border-style: solid;
    border-width: 0.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .modal-close:before, .modal-close:after {
    display: none; }
  .modal-close:focus::before, .modal-close:focus::after {
    display: block; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: #333333;
    font-size: 1.14286rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #444444;
      border-color: #444444;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #666666;
      border-color: #666666;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: black;
      border-color: black;
      color: white; }

.hide-content {
  opacity: 0; }

ol.breadcrumbs {
  display: none;
  font-size: 0;
  text-align: center;
  overflow: visible;
  margin: 9px 0 0 !important; }
  @media (min-width: 551px) {
    ol.breadcrumbs {
      display: block; } }
  @media screen and (max-width: 767px) {
    ol.breadcrumbs {
      margin: 3px 0 6px !important;
      text-align: left !important; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 700; }
  .breadcrumb:not(:first-child):before {
    display: inline-block;
    margin: 0 0.25rem;
    transform: rotate(15deg);
    border-right: 0.1em solid #757575;
    height: 0.8em;
    content: ''; }

.panel-title {
  font-size: 20px; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem; }

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #333333; }
  .pagination-item.pagination-item--current {
    border-color: #e5e5e5;
    border-radius: 4px;
    margin: 0 0.35714rem 0 0.78571rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #333333; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #757575; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #757575; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.42857rem;
  margin-top: -0.14286rem;
  width: 1.42857rem; }

.pagination-item--previous {
  float: left; }
  .pagination-item--previous .icon {
    margin-left: -0.85714rem; }

.pagination-item--next {
  float: right; }
  .pagination-item--next .icon {
    margin-right: -0.85714rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #757575;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.35714rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 901px) {
      .button + .button {
        margin-left: 0.78571rem; } }

.button[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #757575; }

.tab {
  border-top: 1px solid #e5e5e5;
  float: none; }
  @media (min-width: 901px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 901px) {
      .tab.is-active {
        border: 1px solid #e5e5e5;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 901px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.78571rem 1.28571rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

@media (min-width: 551px) {
  .tab-content .productReview {
    width: 50%; } }

@media (min-width: 901px) {
  .tab-content .productReview {
    width: 33.33333%; } }

@media (min-width: 1261px) {
  .tab-content .productReview {
    width: 50%; } }

.tab-content .productReviews {
  border-top: 0; }

.accordion {
  border-radius: 4px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  font-size: 1.07143rem;
  margin: 0;
  color: #444444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }

.accordion-navigation {
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 1rem; }

@media (min-width: 901px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 901px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2rem; } }

@media (min-width: 901px) {
  .accordion--navList .accordion-block {
    margin-top: 2rem; } }

.accordion--navList .accordion-heading {
  font-size: 1rem;
  line-height: 19px;
  margin: 0; }

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 901px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

@media (min-width: 901px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0;
    margin-bottom: 0.78571rem !important;
    padding: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 901px) {
    .accordion--navList .accordion-title {
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #999999; }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 4px 4px 0 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 4px 4px; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

.accordion-nav-clear-holder {
  position: relative; }

.facetedSearch-clearLink {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #757575; }
  @media (min-width: 901px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: #333333; }

ul.inlineList {
  overflow: visible; }
  ul.inlineList:before, ul.inlineList:after {
    content: " ";
    display: table; }
  ul.inlineList:after {
    clear: both; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.78571rem; }
  .inlineList--labels > li {
    margin-bottom: 0.78571rem;
    margin-left: 0.78571rem; }

.alertBox {
  border-radius: 4px;
  color: #333333; }

.alertBox-icon .icon {
  height: 1.78571rem;
  width: 1.78571rem; }

.alertBox--info {
  color: white;
  background-color: #707070; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.form--hiddenLabels .form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-inlineMessage {
  display: block; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1rem;
  left: -0.14286rem;
  margin-right: 0.07143rem;
  position: relative;
  top: 0.21429rem;
  width: 1rem; }

.form-field--success .form-input[type="text"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.71429rem center;
  background-repeat: no-repeat; }

.form-field--success .form-input[name="credit_card_number"] {
  background-position: right 2.28571rem center; }

.form-field--success .form-input[name="cvv"] {
  background-position: right 2.28571rem center; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.28571rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 0.28571rem; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0.21429rem; }

.form-option-wrapper {
  position: relative;
  display: inline-block; }
  .form-option-wrapper .form-radio,
  .form-option-wrapper .form-checkbox {
    bottom: 0.5rem;
    left: 0.5rem; }

.form-actions {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.78571rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.78571rem; } }

.form-label--alternate {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.78571rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.35714rem; }

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.28571rem;
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.57143rem 0.78571rem;
  padding-right: 2rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #999999;
  font-size: 13px; }

.form-field-group {
  border: 1px solid #8f8f8f;
  border-radius: 4px;
  padding: 1.5rem; }

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }

@media (min-width: 1261px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

.form-prefixPostfix .form-input::-webkit-input-placeholder {
  color: #666666; }

.form-prefixPostfix .form-input::-moz-placeholder {
  color: #666666; }

.form-prefixPostfix .form-input:-ms-input-placeholder {
  color: #666666; }

@media (min-width: 1261px) {
  .form-prefixPostfix .button {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.35714rem; }
  @media (min-width: 1261px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix--centeredColumn.wrap {
  flex-direction: column; }

.form-prefixPostfix--centeredColumn .g-recaptcha {
  margin: 2em auto 0; }

@media (min-width: 1261px) {
  .form-prefixPostfix--centeredColumn .form-prefixPostfix-button--postfix {
    margin: 1em 0 0.78571rem; } }

.form-prefixPostfix-button--postfix {
  margin: 0.78571rem 0 0;
  order: 1; }
  @media (min-width: 1261px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.78571rem;
      order: 0; } }

.form-increment .button {
  margin: 0;
  padding: 0.21429rem 0.35714rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.5rem; }

.form-option {
  border: 1px solid #8f8f8f;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #474747; }
  .form-radio:checked + .form-option {
    border-color: #333333;
    box-shadow: 0 0 0 1px #333333; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.71429rem;
  padding: 1px 0.35714rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.57143rem;
  width: 1.57143rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 551px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

@media (min-width: 551px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3; }
    [data-product-attribute] .form-option.unavailable:before {
      background-color: #000;
      content: "";
      height: 2px;
      left: -5px;
      position: absolute;
      top: 11px;
      transform: rotate(-45deg);
      width: 141%; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

.card:focus-within .card-figcaption {
  opacity: 1; }

.card.focus-within .card-figcaption {
  opacity: 1; }

.card-figure {
  margin-top: 0;
  position: relative;
  padding: 3px;
  overflow: hidden; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }
  .card-figure__link {
    display: block;
    position: relative; }

.card-img-container {
  max-width: 500px; }
  .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.8%; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 901px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  /* Object-fit polyfill */
  font-family: 'object-fit: contain;'; }

.card-title {
  font-size: 15px;
  margin: 0 0 0.28571rem; }
  .card-title > a {
    color: #333333;
    text-decoration: none;
    display: block; }
    .card-title > a:hover {
      color: #757575; }

.card-text {
  margin-bottom: 0.21429rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.35714rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: white;
    outline: revert; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.35714rem 0 0; }

.card-body {
  text-align: center; }
  @media (min-width: 551px) {
    .card-body {
      text-align: left; } }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.78571rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #757575; }
    .card--alternate:hover .card-body {
      background-color: #757575; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #8f8f8f;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.57143rem; }
  .navList-action--checkbox:after {
    margin-top: -0.5rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.28571rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.92857rem;
    width: 0.92857rem;
    fill: #333333; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.78571rem; }
    @media (min-width: 901px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 901px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 901px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: #757575;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #333333; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #8f8f8f;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #474747; }

.actionBar-section .form-label {
  color: #757575;
  font-size: 13px;
  line-height: 2.14286rem;
  margin-bottom: 0;
  padding-left: 0.78571rem; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.21429rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #333333;
  height: 2.14286rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.78571rem -0.78571rem 0 0;
  padding: 0.07143rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 901px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open:before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.78571rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open:after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.92857rem;
      position: absolute; }

@media (min-width: 901px) {
  .navUser-section {
    position: relative; } }

.navUser-action {
  color: #333333;
  font-weight: 700;
  padding: 1rem 0.78571rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #757575; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #757575;
      stroke: #757575; }
  .navUser-action .icon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: -1px 0 0 0.21429rem; }
  .navUser-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

.navUser-action--currencySelector + .dropdown-menu:before,
.navUser-action--channelSelector + .dropdown-menu:before {
  left: auto !important;
  right: 0.78571rem; }

.navUser-action--currencySelector + .dropdown-menu:after,
.navUser-action--channelSelector + .dropdown-menu:after {
  left: auto !important;
  right: 0.92857rem; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 21.42857rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu:before {
    left: 10rem !important; }
  .navUser-action--storeCredit + .dropdown-menu:after {
    left: 10.14286rem !important; }

.navUser-action-divider {
  border-right: 1px solid #e5e5e5;
  color: #757575;
  display: inline-block;
  padding: 0 1.42857rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 901px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.35714rem;
        padding-right: 0.35714rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.78571rem;
        margin-top: 0.57143rem;
        padding-left: 0.14286rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: auto !important;
      left: auto !important;
      right: 0.35714rem; }
      @media (min-width: 901px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open:before {
        right: 0.42857rem; }
        @media (min-width: 901px) {
          .navUser-item--cart .dropdown-menu.is-open:before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open:after {
        right: 0.57143rem; }
        @media (min-width: 901px) {
          .navUser-item--cart .dropdown-menu.is-open:after {
            right: 0.92857rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 551px) {
    .navUser-item-cartLabel {
      display: inline; } }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: -0.5rem; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-or {
  color: #333333;
  cursor: default;
  display: inline-block;
  margin: 0 -0.85714rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e5e5e5;
  padding: 1.5rem 0;
  display: none; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    display: block;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: #333333;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.21429rem;
  text-align: center;
  width: 20px; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #cccccc;
  color: #333333; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #cccccc;
  margin: 0.35714rem 0.78571rem;
  padding-left: 0.78571rem; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 901px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px; }

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 901px) {
    .navPages {
      margin: 0 auto;
      max-width: 85.71429rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 901px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 901px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 901px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 85.71429rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

.navPages-list {
  margin: 0; }
  @media (min-width: 901px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.78571rem;
    padding-top: 0.78571rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 901px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
      display: inline-block; } }

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }
  @media (min-width: 901px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 901px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #cccccc;
  text-align: center; }
  @media (min-width: 901px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 901px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 901px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #757575;
    stroke: #757575; }
  @media (min-width: 901px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; } }
  .navPages-action:hover, .navPages-action.activePage {
    color: #757575; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #757575;
      stroke: #757575; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: #757575; }

.navPages-action--compare {
  display: none; }
  .navPages-action--compare.show {
    display: block; }

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.78571rem;
  transform: rotate(-90deg); }
  @media (min-width: 901px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.78571rem;
    width: 0.78571rem;
    margin: 0 1.5rem; }
    @media (min-width: 901px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        margin: 0 0 0 0.78571rem; } }

.navPage-childList {
  display: none; }
  @media (min-width: 901px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 901px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 901px) {
    .navPage-subMenu {
      background-color: #e5e5e5;
      padding: 1.5rem 1.5rem 2.28571rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 901px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

@media (min-width: 901px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 15.35714rem; } }

@media (min-width: 901px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid #cccccc;
    display: inherit;
    height: auto;
    margin-left: 15.35714rem;
    padding: 0 !important;
    top: 0;
    width: 16.35714rem; } }

@media (min-width: 901px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

.navPage-subMenu-item {
  padding: 0.78571rem 0; }
  @media (min-width: 901px) {
    .navPage-subMenu-item {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left;
      padding: 0 0.75rem !important; }
      .navPage-subMenu-item .navPages-action {
        text-transform: none;
        width: 100%; }
      .navPage-subMenu-item > .navPage-subMenu-action {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 1.14286rem; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 901px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; } }

.navPage-subMenu-action {
  padding: 0.78571rem 0; }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 901px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.78571rem 0 1.14286rem; } }
  @media (min-width: 901px) {
    .navPage-subMenu-action {
      padding: 0.78571rem 0 1.14286rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    height: 100%;
    width: 100%;
    box-sizing: content-box;
    display: inline-block;
    text-align: right; }
    @media (min-width: 901px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.35714rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.78571rem; }
  @media (min-width: 901px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

@media (min-width: 901px) {
  .navPages-list--user {
    display: none; } }

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.78571rem 1.5rem; }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #757575;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #333333; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.42857rem;
    width: 1.42857rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: #757575;
      transition: all 0.15s ease; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.35714rem;
    margin-right: 0.78571rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    position: relative;
    height: 2rem; }
    .socialLinks-item .socialLinks__link::before {
      border-color: transparent transparent #313440;
      border-style: solid;
      border-width: 0.71429rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.57143rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.28571rem 0.42857rem;
      position: absolute;
      right: 0;
      top: 100%;
      white-space: nowrap; }
    .socialLinks-item .socialLinks__link:before, .socialLinks-item .socialLinks__link:after {
      display: none; }
    .socialLinks-item .socialLinks__link:focus::before, .socialLinks-item .socialLinks__link:focus::after {
      display: block; }
    .socialLinks-item .socialLinks__link:focus:after {
      right: auto;
      left: 0;
      z-index: 20; }

.socialLinks--alt .icon {
  height: 1.5rem;
  width: 1.5rem; }

.socialLinks--alt svg {
  fill: #757575; }

.heroCarousel {
  width: 1px;
  min-width: 100%;
  margin-bottom: 4.5rem;
  margin-top: -1.5rem; }
  @media (min-width: 901px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 28.57143rem; } }
  @media (min-width: 901px) {
    .heroCarousel.slick-initialized {
      max-height: 42.85714rem; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .heroCarousel {
      opacity: 0; }
      .heroCarousel.slick-initialized {
        opacity: 1; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 50%;
    transform: translateY(-50%);
    margin: 0; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 901px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 901px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 901px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 551px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error .heroCarousel-image-wrapper {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: 50% 0%; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    width: 100%;
    height: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 56.25vw;
    max-height: 100vh;
    transition: height .3s ease; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 28.57143rem; } }
    @media (min-width: 901px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 42.85714rem; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.78571rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 551px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      width: 50rem;
      padding: 2.25rem;
      width: 70%;
      background-color: rgba(255, 255, 255, 0.9);
      left: 0;
      padding: 1.5rem;
      margin: 0 auto;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      max-height: 80%;
      overflow: auto; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent;
        left: 50%;
        overflow: visible;
        padding: 0;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
        width: auto; } }

.heroCarousel-title {
  color: #444444;
  font-size: 20px;
  margin: 0; }
  @media (min-width: 901px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #333333;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 901px) {
    .heroCarousel-description {
      font-size: 15px; } }

.heroCarousel-action {
  margin: 1.5rem 0 0; }

@media (min-width: 901px) {
  .writeReview-productDetails {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productDetails .product-brand {
  color: #999999;
  margin: 0; }

.writeReview-productDetails .product-title {
  margin-top: 0; }

@media (min-width: 901px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }
  .writeReview-productImage-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.78571rem;
        padding-top: 0.78571rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.21429rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 15px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 551px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 15px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #999999;
  margin-bottom: 0.35714rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 551px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  width: 1px;
  min-width: 100%;
  position: relative;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 901px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

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

.quickView:after {
  clear: both; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }
  .productReviews-list:before, .productReviews-list:after {
    content: " ";
    display: table; }
  .productReviews-list:after {
    clear: both; }

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 901px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

.productReview-title {
  margin: 0;
  text-transform: none; }

.productReview-author {
  color: #757575;
  margin-bottom: 1rem; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.35714rem; }

.productReview-ratingNumber {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.productView {
  padding-top: 1rem; }

.productView-images {
  margin-bottom: 3rem; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 901px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }
  @media (min-width: 320px) and (max-width: 901px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  position: relative;
  margin: auto;
  max-width: 550px;
  width: 100%; }
  .productView-img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }
  .productView-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.35714rem;
  margin-right: -0.35714rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails[data-slick] {
    opacity: 0; }
    .productView-thumbnails[data-slick].slick-initialized {
      opacity: 1; }
  .productView-thumbnails .slick-list {
    margin-left: 2.85714rem;
    margin-right: 2.85714rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin: 0;
    width: 75px;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;';
    position: relative; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding: 0.35714rem;
  text-align: center; }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  display: flex;
  height: 67px;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%;
  box-sizing: content-box;
  justify-content: center; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #333333; }

.productView-details {
  padding-bottom: 2rem; }

@media (min-width: 901px) {
  .productView-product {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-size: 20px;
  margin: -0.78571rem 0 0.35714rem; }
  @media (min-width: 901px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 28px; } }

.productView-brand {
  color: #757575;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.21429rem 0 1rem; } }
  .productView-brand a {
    color: #757575; }
    .productView-brand a:hover {
      color: #333333; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.5rem; }
  @media (min-width: 901px) {
    .productView-price {
      font-size: 25px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.35714rem;
  vertical-align: middle;
  color: #757575; }
  .productView-reviewLink:hover {
    color: #333333; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-info {
  margin-top: 0.78571rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      text-align: justify;
      display: inline-block; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 901px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  @media (min-width: 551px) {
    .productView-options .form-action.pre-order-buttons {
      min-width: 50%;
      width: auto; } }
  @media (min-width: 901px) {
    .productView-options .form-action.pre-order-buttons {
      margin-right: 0.78571rem;
      min-width: auto;
      padding: 0;
      width: auto; } }
  .productView-options .form-action.pre-order-buttons .button {
    padding: 0.92857rem 1.71429rem; }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 901px) {
      .productView-options .form-action .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.78571rem; } }
  .productView-options .form-action .button--primary {
    margin-right: 0.78571rem; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.78571rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #757575;
      display: block;
      margin-top: 0.35714rem;
      padding: 0.35714rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #333333; }

.productOptions-list {
  border: 1px solid #8f8f8f;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #8f8f8f; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.28571rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through;
  color: red; }

.price-section--minor {
  color: #999999; }

.compareTable {
  border-top: 1px solid #e5e5e5;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e5e5e5; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 901px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.28571rem;
  white-space: nowrap; }
  @media (min-width: 901px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media (min-width: 901px) {
    .compareTable-item {
      padding-top: 1.28571rem; } }

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: #757575;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.28571rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }
  .compareTable-product .card-figure {
    overflow: visible; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 71.42857rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.28571rem; }
  .toggle:last-of-type {
    margin-bottom: 4.57143rem; }

.toggle-title {
  margin-bottom: 2.28571rem; }

.toggleLink {
  color: #757575; }
  .toggleLink:hover {
    color: #333333; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 13px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 901px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 901px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 901px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 901px) {
    .facetedSearch-refineFilters {
      display: block; } }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.reset-filters {
  display: none; }

.banners {
  background-color: #757575;
  color: white;
  padding: 0.78571rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.21429rem 0.5rem 0.21429rem 0.71429rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.85714rem;
    width: 0.85714rem;
    display: inline-block;
    fill: #757575;
    position: relative;
    top: -1px; }

.cart-additionalCheckoutButtons:before, .previewCart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight:before, .previewCart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight p, .previewCart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: 0.5rem 0;
  text-align: right; }

.cart-additionalCheckoutButtons .FloatRight div, .previewCart-additionalCheckoutButtons .FloatRight div {
  float: right; }

.cart-additionalCheckoutButtons .CheckoutButton, .previewCart-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:first-child, .previewCart-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:last-child, .previewCart-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 901px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 901px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-header-item {
  padding-bottom: 1rem; }
  .cart-header-item:last-child {
    text-align: right; }

.cart-list {
  border-top: 1px solid #e5e5e5;
  display: block; }
  @media (min-width: 901px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: block;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .cart-item {
      padding-left: 25%; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 901px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item:before, .cart-item:after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media (min-width: 901px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.35714rem; }

.cart-item-figure {
  float: left;
  text-align: center;
  margin-bottom: 1.5rem;
  width: 33.33333%;
  position: relative; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 901px) {
    .cart-item-figure {
      float: none;
      width: 8.33333%;
      padding: 0.5rem 0; } }
  .cart-item-figure:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  max-height: 14rem;
  max-width: 100px; }
  @media (min-width: 901px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: table-cell;
  height: 7.14286rem;
  padding-left: 1.5rem; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 901px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 901px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }

.cart-content-padding-right {
  padding-right: 4px; }

@media (min-width: 901px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.21429rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 901px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: #333333;
  float: left;
  margin-bottom: 0.35714rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 901px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 901px) {
    .cart-item-value {
      padding-left: 0; } }

.cart-item-brand {
  color: #757575;
  margin-bottom: 0.21429rem; }

.cart-item-name {
  font-size: 15px;
  margin: 0;
  display: inline-block; }
  .cart-item-name__label {
    display: inline-block; }
  .cart-item-name + .definitionList {
    margin-top: 0.35714rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.14286rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #333333; }

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.28571rem;
  margin-top: 0.14286rem;
  padding: 0.21429rem;
  transition: background-color 0.15s ease;
  width: 1.28571rem; }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #757575; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 901px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 901px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.28571rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.35714rem center;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: 0.78571rem;
    padding: 0 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #757575;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 901px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

.cart-total-value {
  text-align: left; }
  @media (min-width: 551px) {
    .cart-total-value {
      text-align: right; } }
  @media (min-width: 901px) {
    .cart-total-value {
      width: 50%; } }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media (min-width: 901px) {
    .cart-total-label,
    .cart-total-value {
      padding: 1rem 0; } }

.cart-total-grandTotal {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 0.21429rem;
  padding-top: 0.21429rem;
  position: relative; }
  @media (min-width: 901px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.28571rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #757575;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #333333; }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.78571rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 2.28571rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.71429rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.35714rem; }

.previewCart-additionalCheckoutButtons {
  padding-right: 1.5rem; }

.previewCartWrapper {
  max-height: calc(100vh - 6rem);
  overflow: auto; }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e5e5e5; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  text-align: center;
  position: relative; }
  .previewCartItem-image img {
    max-height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
  @media (min-width: 320px) {
    .previewCartItem-image:after {
      padding-bottom: 75%; } }
  @media (min-width: 481px) {
    .previewCartItem-image:after {
      padding-bottom: 100%; } }

.previewCartItem-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding-left: 0; }

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.21429rem; }

.previewCartItem-brand,
.previewCartItem-price {
  color: #757575;
  display: inline-block;
  font-size: 13px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.78571rem 0.35714rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.78571rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkout {
  padding-right: 0.35714rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.78571rem;
  padding-top: 0.35714rem; }

.previewCartAction-viewCart {
  padding-left: 0.35714rem; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.78571rem;
  margin-right: -0.78571rem; }

.address {
  display: inline-block;
  padding: 0 0.78571rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .address {
      width: 50%; } }
  @media (min-width: 1261px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 17.85714rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.78571rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.78571rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.35714rem; } }

.address-title {
  margin: 0 0 0.78571rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.78571rem; }

.address-details--postal {
  font-size: 15px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #757575;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #757575; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1.14286rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.78571rem;
  position: relative;
  margin-bottom: 1.85714rem;
  padding-top: 0; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 901px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.85714rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.78571rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.78571rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 901px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

.video-figure {
  margin-right: 1.85714rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

.previewCart {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 901px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: 100%; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 901px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p {
      margin-top: 0.78571rem; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 0.78571rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 28px;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important;
  margin: 0.5rem 0; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 901px) {
    .suggestiveCart {
      display: block; } }

.login {
  margin: 1rem auto 6rem;
  max-width: 64.28571rem; }

.login-row {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  @media (min-width: 901px) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 901px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      margin-top: 3rem; } }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 901px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.new-customer-intro {
  margin-bottom: 0; }

.new-customer-fact-list {
  margin-left: 3rem; }

.new-customer-fact {
  padding-left: 0.78571rem; }

@media screen and (max-width: 800px) {
  .login {
    /*margin-top: 192px;*/ } }

.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.quickSearchResults {
  margin-top: 1.5rem; }
  @media (min-width: 901px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 901px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 15px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 28px;
  margin: 1.5rem 0 0;
  text-align: center; }

.search-nav {
  position: relative; }

.navBar--account {
  display: none; }
  @media (min-width: 901px) {
    .navBar--account {
      display: block; } }

.account-heading {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.78571rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.78571rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 2.35714rem;
  padding: 0;
  position: absolute;
  right: -0.78571rem;
  top: -0.78571rem;
  width: 2.35714rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.35714rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.21429rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.78571rem; }

.account-product-subtitle {
  color: #999999;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.21429rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 15px; }

.account-product-description + .definitionList {
  margin: -1.35714rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #757575;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.35714rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #757575;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  padding: 0.21429rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.78571rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #333333; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #999999; }

.account-sidebar-block {
  font-size: 15px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #757575;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #757575;
  font-size: 15px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #757575; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 85.71429rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 39.28571rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 46.42857rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

.icon--ratingFull svg {
  fill: #474747; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 1rem;
    width: 1rem;
    margin-top: -3px; }

.paymentMethodsTitle {
  padding: 0;
  text-transform: none;
  width: 100%;
  margin: 0 0 0.78571rem; }

.paymentMethodsGrid {
  margin: -0.78571rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap; }
  .paymentMethodsGrid-item {
    min-height: 17.85714rem;
    padding: 0.78571rem;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  border-radius: 0.21429rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #ffffff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  justify-content: space-between;
  display: flex;
  flex-flow: row;
  align-items: center; }
  .methodHeader-icon {
    margin-right: 0.78571rem;
    width: 2rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #666666;
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    padding-left: 0.78571rem;
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap; }
  .methodHeader-default {
    margin-left: 0.78571rem;
    fill: #666666;
    height: 1.28571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

.methodDetails {
  margin: 0;
  display: flex; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 13px; }

.newPaymentMethod {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  min-height: 13.28571rem;
  height: 100%; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.78571rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 551px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.78571rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 551px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.78571rem; }

.paymentMethodForm-details-description {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.category-header-image {
  width: 100%; }

.manual-captcha-input-container {
  align-items: center;
  display: flex; }
  .manual-captcha-input-container .question {
    font-size: 1.25rem;
    margin-right: 1rem; }
  .manual-captcha-input-container .form-input {
    flex: 1; }

.skip-to-main-link {
  background: white;
  color: #333333;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 55px; }
  @media (min-width: 901px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      overflow: visible;
      position: relative;
      height: auto;
      display: flex;
      flex-direction: column; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 901px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  margin: 0 3.92857rem;
  text-align: center;
  height: 55px; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 901px) {
    .header-logo {
      margin: 4rem auto 4.5rem;
      padding: 0;
      height: auto; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    color: #333333;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 9px;
    position: relative;
    text-decoration: none;
    width: 75px;
    z-index: 20;
    overflow: hidden; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 901px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    @media screen and (max-width: 901px) and (min-width: 640px) {
      .header-logo__link {
        width: 189px; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 901px) {
    .header-logo--left {
      margin-left: 2.85714rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 901px) {
    .header-logo--right {
      margin-right: 2.85714rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 901px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      white-space: normal;
      padding: 0 10px; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 901px) {
    .header-logo-image-container {
      min-height: 100px; } }

.header-logo-image-container:after {
  content: '';
  display: block; }

.header-logo-image {
  max-height: 2.35714rem;
  display: block;
  margin: 0 auto; }
  @media (min-width: 901px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 2.35714rem; }
  @media (min-width: 901px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 901px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #444444;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #444444;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 901px) {
    .body {
      margin-top: 2.5rem; } }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

.page-region {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  float: right;
  width: 100%; }
  @media (min-width: 901px) {
    .page-region {
      width: 75%; } }

@media (min-width: 901px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 901px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative;
  transform: translateZ(0); }

.footer-title-sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all;
  overflow-wrap: break-word; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 901px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 901px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 901px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #757575;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #333333; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright > .paypal-credit {
    color: #757575;
    font-size: 12px;
    margin: 1em 0 2em; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin-left: 0;
  margin-top: 1.5rem; }
  @media (min-width: 551px) {
    .footer-payment-icons {
      justify-content: normal; } }
  @media (min-width: 901px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 2.85714rem;
    margin: 0.35714rem;
    vertical-align: middle;
    width: 3.57143rem; }
  .footer-payment-icons svg {
    fill: #757575; }

.footer-newsletter-summary {
  text-align: left; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.71429rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container {
      padding: 0 6rem; } }

.blog {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 1.5rem; }
  .blog .blog-inner {
    margin: 0 auto; }
    @media screen and (max-width: 1000px) {
      .blog .blog-inner {
        margin: 0 auto 51px; } }
  .blog.has-sidebar .blog-inner {
    margin: 0; }
    @media screen and (max-width: 1000px) {
      .blog.has-sidebar .blog-inner {
        margin: 0 auto 51px; } }
  .blog.has-sidebar .shop-blog {
    display: block; }
  @media screen and (max-width: 1000px) {
    .blog {
      flex-wrap: wrap; } }
  @media (min-width: 901px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }
  .blog .shop-blog {
    display: none;
    width: 50%;
    margin-left: 3%;
    border-left: 1px solid #eee;
    padding: 33px 0 0 30px; }
    @media screen and (max-width: 1200px) {
      .blog .shop-blog {
        width: 50%; } }
    @media screen and (max-width: 1000px) {
      .blog .shop-blog {
        width: 100%;
        margin: 0;
        border: none;
        padding: 0; } }

.blog-title {
  font-size: 22px;
  margin: 0 1.5rem 0.35714rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #757575;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 15px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  position: relative;
  max-width: 1400px; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 901px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0;
  text-align: center;
  width: 100%;
  max-width: 600px; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 901px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }
  .blog-post-body .blog-post > p:first-child > img:first-child {
    float: none;
    max-width: 100%;
    margin: 0; }
  .blog-post-body .blog-post > img:first-child {
    float: none;
    max-width: 100%;
    margin: 0; }
  .blog-post-body img {
    float: right;
    max-width: 320px;
    margin: 0 10px 10px; }
    @media screen and (max-width: 767px) {
      .blog-post-body img {
        max-width: 50%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-size: 1.07143rem;
  margin-top: 0;
  text-transform: inherit; }
  @media (min-width: 901px) {
    .sidebarBlock-heading.heading-price {
      margin-top: -0.85714rem; } }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 901px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  position: relative;
  max-width: 100px; }
  .brand-image-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .brand-image-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.brand .card-img-container {
  max-width: 300px; }
  .brand .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 901px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 901px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    page-break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 901px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 901px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 901px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 901px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.78571rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      opacity: 0;
      position: absolute; }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.35714rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 901px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.21429rem; }
  @media (min-width: 901px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 901px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.57143rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 901px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 901px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 901px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 901px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after, .sold-out-flag-star,
.sold-out-flag-star:before,
.sold-out-flag-star:after {
  content: "";
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.57143rem;
  z-index: 10; }
  
  .sale-flag-star:before,
  .sold-out-flag-star:before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star:after,
  .sold-out-flag-star:after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #007dc6; }

.sold-out-flag-star,
.sold-out-flag-star:before,
.sold-out-flag-star:after {
  background: #007dc6; }

.starwrap {
  height: 3.57143rem;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 3.57143rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star:before,
.product:hover .starwrap .sale-flag-star:after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star:before,
.product:hover .starwrap .sold-out-flag-star:after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: black; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -25px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 8.5rem;
  z-index: 10; }

.sale-flag-sash {
  background: #007dc6;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      top: 19px;
      left: -20px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100px;
  width: 100px; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 901px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 901px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 901px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 901px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 901px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 901px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

#___ratingbadge_0 {
  display: none !important; }

* {
  scroll-margin-top: 175px; }
  @media (min-width: 901px) {
    * {
      scroll-margin-top: unset; } }

html {
  scroll-behavior: smooth;
  font-size: 14px;
  line-height: 20px; }

html, body, p, span, button {
  color: #1A1A1A;
  font-family: 'atten-new';
  font-weight: 400; }

a {
  color: #1A1A1A;
  font-family: 'atten-new'; }

p {
  color: #1A1A1A;
  max-width: 100%; }
  p.short-margin {
    margin-bottom: 0.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'atten-new';
  margin-top: 0;
  text-transform: unset;
  color: #1A1A1A;
  font-weight: 800; }

@media screen and (max-width: 901px) {
  .only-desktop {
    visibility: visible !important; } }

@media screen and (max-width: 551px) {
  .only-desktop {
    display: none !important; } }

@media screen and (min-width: 901px) {
  .only-mobile {
    display: none !important; } }

@media screen and (max-width: 551px) {
  .only-mobile {
    visibility: visible !important; } }

h2 {
  font-size: 30px;
  line-height: 32px; }

@media (min-width: 901px) {
  h2 {
    font-size: 36px;
    line-height: 40px; }
  h5 {
    font-size: 18px;
    line-height: 20px; } }

h6 {
  font-size: 15px;
  font-weight: 800; }

h1.page-heading {
  margin: 0 0 2rem; }

.page h1.page-heading {
  font-size: 30px;
  line-height: 30px; }
  @media (min-width: 901px) {
    .page h1.page-heading {
      font-size: 50px;
      line-height: 60px;
      margin: 20px 0 30px; }
      .page h1.page-heading.small-heading {
        font-size: 30px;
        line-height: 36px;
        text-align: left; } }

input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: none !important; }

input:focus + label {
  outline: none !important; }

select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #777777 50%), linear-gradient(135deg, #777777 50%, transparent 50%);
  background-position: center right 20px, center right 15px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat; }

.body {
  margin-bottom: 0;
  overflow-x: hidden;
  padding-bottom: 50px; }

body[data-page-type="category"] .body {
  margin-top: 161px; }

@media (min-width: 901px) {
  body[data-page-type="category"] .body {
    margin-top: 0; } }

body[data-page-type="search"] .body {
  margin-top: 191px; }

@media (min-width: 901px) {
  body[data-page-type="search"] .body {
    margin-top: 0; } }

body[data-page-type="default"] .body {
  padding-bottom: 0; }

#FormField_28.form-field--checkbox {
  display: none; }

#stamped-reviews-widget[data-widget-type="drawer"] {
  visibility: hidden; }
  @media (min-width: 901px) {
    #stamped-reviews-widget[data-widget-type="drawer"] {
      visibility: visible; } }

img, input, button, .button,
.ob-btn,
.stamped-main-widget .stamped-summary-actions-newreview,
.stamped-main-widget .stamped-summary-actions-newquestion, .button--primary {
  border-radius: 4px; }

.page-content,
.page-content--full {
  padding: 0; }
  @media (min-width: 901px) {
    .page-content,
    .page-content--full {
      padding: 0 0.75rem; } }

.ob-page-default-content {
  width: 100%;
  clear: both;
  float: none; }

iframe,
img {
  max-width: 100%; }

iframe {
  border-radius: 4px;
  max-width: 100%; }

.container {
  overflow: visible; }

body {
  padding-top: 0px; }

.container[data-page-type="default"] {
  max-width: unset;
  padding: 0px;
  margin: 0px; }

.page {
  max-width: 1300px;
  margin: 0 auto; }

.page-content--centered {
  width: 100% !important; }

.text-white {
  color: white !important; }

.text-blue {
  color: #1D72F3 !important; }

.text-yellow {
  color: #FEF030 !important; }

.text-black {
  color: #1A1A1A !important; }

ol.breadcrumbs {
  margin-top: 1rem;
  text-align: left;
  display: block;
  text-align: center; }
  @media (min-width: 901px) {
    ol.breadcrumbs {
      text-align: left; } }
  ol.breadcrumbs a {
    color: #777777; }
  ol.breadcrumbs .breadcrumb-label {
    text-decoration: none;
    font-size: 14px;
    line-height: 17px; }
    ol.breadcrumbs .breadcrumb-label span {
      color: #777777; }
  ol.breadcrumbs .breadcrumb.is-active span {
    color: #1A1A1A;
    font-weight: 400; }
  ol.breadcrumbs .breadcrumb:not(:first-child):before {
    border: none;
    transform: none;
    width: 4px;
    height: 14px;
    line-height: 14px;
    content: '/';
    top: 0; }

.u-hiddenVisually {
  margin: 0 !important;
  display: none; }
  .u-hiddenVisually .form-label {
    margin: 0 !important;
    height: 0 !important; }

div[data-cart-status] .alertBox--info {
  display: none; }

@media only screen and (max-width: 901px) {
  .ob-desktop {
    display: none !important; } }

@media only screen and (min-width: 901px) {
  .ob-hide-desktop {
    display: none !important; } }

@media only screen and (max-width: 901px) and (min-width: 767px) {
  .ob-hide-tablet {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .ob-hide-phone {
    display: none !important; } }

@media only screen and (min-width: 901px) {
  .ob-mobile {
    display: none !important; } }

.ob-invisible {
  visibility: hidden; }

.ob-hidden {
  display: none !important; }

.ob-text-center {
  text-align: center !important; }

.ob-text-left {
  text-align: left !important; }

.ob-subscription-form {
  margin-bottom: 0px; }

.ob-subscription-input {
  margin-bottom: 0 !important;
  border-radius: 2px 0px 0px 2px !important;
  border-right: none;
  border: 1px solid transparent !important;
  height: 50px !important;
  background-color: white; }

.ob-subscription-btn {
  max-height: 100%;
  max-width: 50px;
  width: 50px;
  border-radius: 0px 2px 2px 0px;
  padding: 10px; }
  .ob-subscription-btn svg {
    margin: 0px; }

.skip-to-main-link {
  display: none; }

.login-form .form-actions .button--primary {
  text-align: center;
  justify-content: center; }

.login-form .forgot-password {
  margin-top: 0 !important; }
  @media (min-width: 901px) {
    .login-form .forgot-password {
      margin-top: 15px !important; } }

.new-customer a {
  text-decoration: none; }

.slick-dots {
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%; }
  .slick-dots li {
    width: 15px;
    height: 15px;
    padding: 0; }
  .slick-dots li button,
  .slick-dots li button::before {
    width: 10px;
    height: 10px;
    border-color: #ddd;
    background: #ddd;
    color: #ddd; }
  .slick-dots li.slick-active button,
  .slick-dots li.slick-active button::before {
    border-color: #1A1A1A;
    color: #1A1A1A;
    background: #1A1A1A; }

.slick-arrow,
.ob-mobile-prev-arrow,
.ob-mobile-next-arrow {
  width: 40px;
  height: 40px;
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  background: white !important;
  border: none;
  border-radius: 100%;
  box-shadow: 5px 5px 15px rgba(100, 100, 100, 0.15);
  opacity: 1;
  top: 45%; }
  @media (min-width: 901px) {
    .slick-arrow,
    .ob-mobile-prev-arrow,
    .ob-mobile-next-arrow {
      width: 50px;
      height: 50px; } }
  .slick-arrow:before,
  .ob-mobile-prev-arrow:before,
  .ob-mobile-next-arrow:before {
    display: none !important; }
  .slick-arrow.slick-disabled,
  .ob-mobile-prev-arrow.slick-disabled,
  .ob-mobile-next-arrow.slick-disabled {
    opacity: 0.4; }

.slick-prev,
.ob-mobile-prev-arrow {
  left: -15px;
  background: url(../icons/chevron-left.svg) no-repeat center !important;
  background-size: 35px 40px !important;
  background-color: white !important; }
  @media (min-width: 901px) {
    .slick-prev,
    .ob-mobile-prev-arrow {
      left: -20px; } }

.slick-next,
.ob-mobile-next-arrow {
  right: -15px;
  background: url(../icons/chevron-right.svg) no-repeat center !important;
  background-size: 35px 40px !important;
  background-color: white !important; }
  @media (min-width: 901px) {
    .slick-next,
    .ob-mobile-next-arrow {
      right: -25px; } }

.carousel-tooltip {
  display: none !important; }

@media (min-width: 901px) {
  .blog-slider .slick-prev {
    left: -10px; }
  .blog-slider .slick-next {
    right: 0; } }

.icon--ratingEmpty svg {
  fill: #babfc3; }

.icon--ratingFull svg {
  fill: #FEF030; }

div[data-sub-layout] {
  padding: 0 !important; }

@media (max-width: 375px) {
  #titlediv.zsiq_cnt {
    display: none !important; } }

.zsiq_flt_rel {
  background-color: #1A1A1A !important; }

#stamped-reviews-widget {
  max-width: 100%; }

#stamped-widget-drawer .stamped-widget-button {
  width: 165px !important;
  margin-right: -165px !important;
  margin-left: -40px !important;
  border-radius: 4px 4px 0 0;
  border: 2px solid white;
  border-width: 2px 2px 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 62px;
  height: 40px; }
  @media (min-width: 551px) {
    #stamped-widget-drawer .stamped-widget-button {
      height: 50px;
      border-width: 0 2px 2px 2px;
      border-radius: 0 0 4px 4px;
      width: 180px !important;
      margin-right: -180px !important;
      margin-left: 0 !important;
      margin-top: 65px; } }
  #stamped-widget-drawer .stamped-widget-button .vertical-text {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center; }
    #stamped-widget-drawer .stamped-widget-button .vertical-text:before {
      height: 13px;
      width: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-top: -2px;
      margin-right: 5px; }

#qn-dialog-toggle {
  bottom: 80px !important;
  width: 150px !important;
  height: 50px !important; }

.form-field::before {
  content: none; }

[data-banner-location="top"] {
  background: #F5F5F5;
  color: #1A1A1A;
  padding: 50px 0; }

#search-results-heading h1 {
  text-align: center;
  padding-top: 25px; }

.search-nav .navBar-item {
  margin-bottom: 10px; }
  @media (min-width: 901px) {
    .search-nav .navBar-item {
      margin-bottom: 0; } }
  .search-nav .navBar-item a {
    text-decoration: none;
    border-bottom: 2px solid #1A1A1A;
    display: inline-block; }
    .search-nav .navBar-item a span {
      text-transform: uppercase;
      font-weight: 800; }
    .search-nav .navBar-item a.navBar-action-color--active {
      border-color: #1D72F3; }
      .search-nav .navBar-item a.navBar-action-color--active span {
        color: #1D72F3; }

.supercross-btn {
  display: flex !important;
  justify-content: space-around !important; }
  .supercross-btn:hover .supercross-icon {
    background-image: url("https://cdn11.bigcommerce.com/s-f2blb58h/images/stencil/original/image-manager/supercross-icon.png"); }

.supercross-icon, .rewards-icon {
  background-image: url("https://cdn11.bigcommerce.com/s-f2blb58h/images/stencil/original/image-manager/supercross-icon-bl.png");
  background-position: 50%;
  width: 30px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  left: -14px;
  display: block;
  float: right;
  margin-left: 9px; }

@media screen and (max-width: 801px) {
  .supercross-icon {
    background-image: url("https://cdn11.bigcommerce.com/s-f2blb58h/images/stencil/original/image-manager/supercross-icon.png"); } }

.rewards-icon {
  background-image: url("https://cdn11.bigcommerce.com/s-f2blb58h/images/stencil/original/image-manager/skiddy-coin-icon.png"); }

.video-carousel .video-block {
  float: left;
  height: 100%;
  min-height: 1px;
  display: block; }

.rtc-global-sale-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: #1D72F3;
  text-align: center;
  z-index: 21; }
  .rtc-global-sale-banner.mobile {
    position: absolute; }
  .rtc-global-sale-banner span, .rtc-global-sale-banner a {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: bold; }

@media screen and (max-width: 801px) {
  .navPages-container.has-sale-banner {
    top: 155px; } }

.ob-mobile.mobile-ribbon.has-sale-banner {
  margin-top: 39px; }

.home-top-icons.has-sale-banner {
  margin-top: 170px; }

.pencil-banner.has-sale-banner {
  margin-top: 30px; }

body[data-page-type="category"] .body#main-content.has-sale-banner {
  margin-top: 168px; }

.promo-text-wrap {
  margin: 12px 0 0;
  text-align: center;
  font-size: 18px; }

.promo-progress-bar {
  width: 100%;
  height: 30px;
  position: relative;
  background-color: #eee; }
  .promo-progress-bar .progress-bar {
    background-color: #1D72F3;
    height: 100%;
    width: 10%;
    position: absolute;
    left: 0;
    top: 0; }
  .promo-progress-bar .percentage {
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    text-align: left;
    padding-left: 10px;
    width: 30px;
    z-index: 10;
    position: absolute; }

.shop-more-btn {
  margin: 12px 0 0 auto;
  width: auto;
  max-width: 230px; }

#stamped-rewards-widget .stamped-rewards-widget-number:first-child {
  background: url("https://cdn11.bigcommerce.com/s-f2blb58h/images/stencil/320w/image-manager/skidsteer.png?t=1687802157");
  width: 130px;
  height: 100px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat; }

#stamped-rewards-widget [data-target-id="section-step-two"] .stamped-rewards-widget-number:first-child {
  background: url("https://cdn11.bigcommerce.com/s-f2blb58h/images/stencil/320w/image-manager/skiddy-coins-cropped.jpg?t=1687802155");
  width: 130px;
  height: 100px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat; }

#stamped-rewards-widget [data-target-id="section-step-three"] .stamped-rewards-widget-number:first-child {
  background: url("https://cdn11.bigcommerce.com/s-f2blb58h/images/stencil/320w/image-manager/redeem-cash.jpg?t=1687802155");
  width: 130px;
  height: 100px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat; }

[data-widget-type="rewards-earnings-v2"] .stamped-rewards-earnings {
  justify-content: center; }
  [data-widget-type="rewards-earnings-v2"] .stamped-rewards-earnings .stamped-rewards-widget-item {
    flex: 0 0 25%; }
    [data-widget-type="rewards-earnings-v2"] .stamped-rewards-earnings .stamped-rewards-widget-item .stamped-rewards-widget-item-content {
      flex-grow: 1;
      border: 1px solid #ccc;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 9px; }
      [data-widget-type="rewards-earnings-v2"] .stamped-rewards-earnings .stamped-rewards-widget-item .stamped-rewards-widget-item-content .stamped-rewards-widget-item-inner {
        width: 100%;
        padding: 0px 30px;
        margin-top: 30px;
        position: relative; }
        [data-widget-type="rewards-earnings-v2"] .stamped-rewards-earnings .stamped-rewards-widget-item .stamped-rewards-widget-item-content .stamped-rewards-widget-item-inner .stamped-rewards-widget-campaign-title {
          margin-bottom: 5px;
          font-weight: bold; }
        [data-widget-type="rewards-earnings-v2"] .stamped-rewards-earnings .stamped-rewards-widget-item .stamped-rewards-widget-item-content .stamped-rewards-widget-item-inner .stamped-rewards-widget-campaign-value {
          margin-bottom: 20px; }

.price-row .price-section--saving {
  display: none !important;
  width: auto;
  background: #1D72F3;
  border-radius: 6px;
  text-align: center;
  justify-content: center;
  padding: 0 12px; }
  .price-row .price-section--saving .price {
    color: #fff !important;
    font-size: 15px !important; }
  .price-row .price-section--saving .price:last-child {
    margin: 0; }
  .price-row .price-section--saving .price:nth-child(2n) {
    margin: 0; }

.price-row .msrp-price {
  display: none !important; }

.price-row .productView-price .non-sale-price--withoutTax {
  height: 24px;
  margin-bottom: 6px; }

.price-row .productView-price .price-now-label {
  display: none !important; }

.price-row .productView-price .price-section--withoutTax {
  height: 24px;
  margin-bottom: 6px; }

.price-row .productView-price .price-range-section {
  margin-bottom: 12px; }

.price-row .price.price--non-sale {
  font-weight: normal;
  font-size: 20px;
  line-height: 25px; }

.inline-flex {
  display: inline-flex !important; }
  .inline-flex.hide {
    display: none !important; }

.promo-image-container {
  position: absolute;
  z-index: 9;
  width: 130px;
  left: 30px;
  top: 30px; }

@media screen and (max-width: 900px) {
  .promo-image-container {
    position: absolute;
    z-index: 9;
    width: 111px;
    left: 15px;
    top: 0; } }

.space-evenly {
  justify-content: space-evenly !important; }

/**
 Custom Home Page Styles
 */
@media screen and (max-width: 900px) {
  .sd-product-set__arrow--left, .sd-product-set__arrow--right {
    display: none !important; } }

.home-row {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 9px;
  padding: 9px; }
  .home-row.display-3 .rtc-fancy-box {
    width: 33%; }
  .home-row.display-4 .rtc-fancy-box {
    width: 25%; }
  .home-row.display-5 .rtc-fancy-box {
    width: 20%; }
  @media screen and (max-width: 900px) {
    .home-row {
      flex-wrap: wrap; }
      .home-row.display-3 .rtc-fancy-box {
        width: 49%; }
      .home-row.display-3 .rtc-fancy-box:last-child {
        width: 100%; }
      .home-row .rtc-fancy-box:last-child {
        margin-bottom: 33px; }
      .home-row.display-4 .rtc-fancy-box {
        width: 48%; } }
  @media screen and (max-width: 767px) {
    .home-row {
      flex-wrap: wrap; }
      .home-row.display-3 .rtc-fancy-box {
        width: 100%; }
      .home-row.display-4 .rtc-fancy-box {
        width: 100%; } }

.rtc-fancy-box {
  border-radius: 9px;
  overflow: hidden;
  min-height: 450px;
  font-family: 'atten-new', sans-serif;
  position: relative;
  color: #fff; }
  .rtc-fancy-box .overlay {
    background: rgba(26, 26, 26, 0.6);
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0; }
  .rtc-fancy-box .subheading {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: .1em;
    text-transform: uppercase; }
  .rtc-fancy-box .submessage {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 20px;
    text-align: left; }
  .rtc-fancy-box p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 40px;
    text-align: left;
    color: #fff; }

@media screen and (max-width: 1000px) {
  #sale-slider .slick-dots {
    display: none !important; } }

.rtc-shop-items-btn {
  margin: auto; }
  @media screen and (max-width: 901px) {
    .rtc-shop-items-btn {
      margin: 0 auto 21px; } }

@media screen and (max-width: 767px) {
  .rtc-slider {
    min-width: 100% !important; }
    .rtc-slider .slick-prev, .rtc-slider .ob-mobile-prev-arrow {
      left: 2px; }
    .rtc-slider .slick-next, .rtc-slider .ob-mobile-next-arrow {
      right: 2px; } }

.rtc-slider .rtc-home-slide {
  position: relative; }

.rtc-slider .slider-badge {
  display: block;
  position: absolute;
  left: 6px;
  top: 6px;
  width: 48px;
  height: 48px;
  background-size: cover;
  z-index: 999; }

.rtc-slider-tabs {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 9px 21px;
  white-space: nowrap;
  overflow-x: auto;
  width: 100%;
  margin: 18px 0 0; }
  .rtc-slider-tabs.blog-tabs {
    display: block;
    padding: 9px 21px 21px; }
  @media screen and (max-width: 901px) {
    .rtc-slider-tabs {
      width: 100%;
      margin-left: 0%;
      padding: 9px 9px 15px;
      display: inline-block; } }
  .rtc-slider-tabs .rtc-slider-tab {
    cursor: pointer;
    background: #eee;
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    padding: 3px 15px;
    font-weight: bold;
    width: auto;
    white-space: nowrap; }
    .rtc-slider-tabs .rtc-slider-tab.loading {
      box-shadow: 0 0 0 0 black;
      transform: scale(1);
      animation: pulse-blue 2s infinite; }
    .rtc-slider-tabs .rtc-slider-tab:hover {
      background: #aaa;
      color: #fff; }
    .rtc-slider-tabs .rtc-slider-tab:focus, .rtc-slider-tabs .rtc-slider-tab.active {
      background: #1d72f3;
      color: #fff; }

.rtc-fancy-header {
  position: relative;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .rtc-fancy-header {
      margin-top: 21px; } }
  .rtc-fancy-header:after {
    content: '';
    background: #333;
    width: 100%;
    height: 6px;
    position: absolute;
    z-index: 0;
    top: 20px;
    left: 0; }
  .rtc-fancy-header h2 {
    background: #fff;
    padding: 3px 18px;
    text-align: left !important;
    z-index: 1;
    position: relative;
    margin: 0 0 0 24px;
    display: inline-block; }

.red {
  color: red; }

@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(52, 172, 224, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0); } }

.css-1k0woj, .rtc-home-slide {
  display: flex;
  flex-direction: column;
  padding: 15px;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  box-shadow: 0 0 12px #eee;
  margin: 21px 6px; }
  .css-1k0woj:hover, .rtc-home-slide:hover {
    box-shadow: 0 0 18px #1d72f3; }
  .css-1k0woj .css-1wn6xct, .css-1k0woj .rtc-product-brand, .rtc-home-slide .css-1wn6xct, .rtc-home-slide .rtc-product-brand {
    color: #1d72f3;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    font-weight: 800;
    margin-top: 16px;
    text-align: center; }
  .css-1k0woj .css-1clkqco, .css-1k0woj .rtc-product-name, .rtc-home-slide .css-1clkqco, .rtc-home-slide .rtc-product-name {
    font-size: 15px;
    margin: 0 0 0.28571rem;
    text-transform: unset;
    color: #1a1a1a;
    font-weight: 800;
    line-height: 23px; }
    .css-1k0woj .css-1clkqco a, .css-1k0woj .rtc-product-name a, .rtc-home-slide .css-1clkqco a, .rtc-home-slide .rtc-product-name a {
      display: block;
      text-align: center;
      overflow: hidden;
      height: 40px;
      font-size: 16px;
      line-height: 19px;
      text-decoration: none; }
  .css-1k0woj .rtc-product-price, .rtc-home-slide .rtc-product-price {
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: center;
    gap: 6px; }
    .css-1k0woj .rtc-product-price .price--discounted, .rtc-home-slide .rtc-product-price .price--discounted {
      font-size: 0.75em;
      line-height: 2em; }
  .css-1k0woj .rtc-link, .rtc-home-slide .rtc-link {
    min-height: 167px;
    display: block;
    position: relative; }
    .css-1k0woj .rtc-link img, .rtc-home-slide .rtc-link img {
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
      display: block;
      width: 100%;
      max-height: 100%;
      width: auto;
      margin: auto;
      left: 0;
      right: 0; }

.our-promise {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease; }
  .our-promise.transform-up {
    margin: -51px 0 0; }
  .our-promise .down-arrow {
    transform: rotate(180deg) translate(-4px, 5px);
    font-size: 33px; }

span.stamped-badge[data-rating="0.0"] {
  display: none !important; }

.rtc-promo-messaging {
  font-size: 16px; }

.fs-9 {
  font-size: 9px; }

.fs-12 {
  font-size: 12px; }

.fs-15 {
  font-size: 15px; }

.fs-16 {
  font-size: 16px; }

.fs-18 {
  font-size: 18px; }

.fs-21 {
  font-size: 21px; }

.fs-24 {
  font-size: 24px; }

@media screen and (min-width: 767px) {
  .rtc-mobile-banner-slideshow.ob-hide-desktop {
    display: none !important; } }

.rtc-mobile-banner-slideshow.full-height-overlay .bottom-content {
  height: 100%; }

.rtc-mobile-banner-slideshow .slick-list {
  padding: 0 9% 0 0 !important; }

.rtc-mobile-banner-slideshow .slick-track {
  padding: 0 6px; }

.rtc-mobile-banner-slideshow .slide {
  position: relative;
  height: 318px;
  background-size: cover;
  background-position: 50%;
  margin-right: 6px;
  border-radius: 9px;
  overflow: hidden; }
  .rtc-mobile-banner-slideshow .slide .slide-bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    right: 0;
    background-size: cover; }
  .rtc-mobile-banner-slideshow .slide .bottom-content {
    background: rgba(0, 0, 0, 0.369);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 9px 12px 18px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-shadow: 0 0 9px #000;
    z-index: 2; }
    .rtc-mobile-banner-slideshow .slide .bottom-content h3 {
      text-transform: uppercase;
      font-size: 12px;
      line-height: 30px;
      letter-spacing: 0.1em;
      margin: 0;
      color: #fff; }
    .rtc-mobile-banner-slideshow .slide .bottom-content h2 {
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 15px;
      color: #fff; }
    .rtc-mobile-banner-slideshow .slide .bottom-content p {
      font-size: 16px;
      line-height: 19px;
      color: #fff; }
    .rtc-mobile-banner-slideshow .slide .bottom-content .button-link {
      font-weight: bold;
      font-size: 21px;
      color: #fff; }

@media screen and (max-width: 901px) {
  .slick-next {
    right: 0 !important; }
  .slick-prev {
    left: 0 !important; } }

.strikethrough {
  text-decoration: line-through; }

.flip-clock {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 204px;
  margin: 0 0 0 18px; }
  .flip-clock .countdown-heading {
    font-weight: bold;
    line-height: 21px;
    font-size: 16px; }

.flipdown.flipdown__theme-dark {
  font-family: sans-serif;
  font-weight: bold; }

.flipdown.flipdown__theme-dark .rotor-group-heading:before {
  color: #000; }

.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before, .flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #151515; }

.flipdown.flipdown__theme-dark .rotor, .flipdown.flipdown__theme-dark .rotor-top, .flipdown.flipdown__theme-dark .rotor-leaf-front {
  color: #fff;
  background-color: #151515; }

.flipdown.flipdown__theme-dark .rotor-bottom, .flipdown.flipdown__theme-dark .rotor-leaf-rear {
  color: #efefef;
  background-color: #202020; }

.flipdown.flipdown__theme-dark .rotor:after {
  border-top: solid 1px #151515; }

.flipdown.flipdown__theme-light {
  font-family: sans-serif;
  font-weight: bold; }

.flipdown.flipdown__theme-light .rotor-group-heading:before {
  color: #eee; }

.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before, .flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #ddd; }

.flipdown.flipdown__theme-light .rotor, .flipdown.flipdown__theme-light .rotor-top, .flipdown.flipdown__theme-light .rotor-leaf-front {
  color: #222;
  background-color: #ddd; }

.flipdown.flipdown__theme-light .rotor-bottom, .flipdown.flipdown__theme-light .rotor-leaf-rear {
  color: #333;
  background-color: #eee; }

.flipdown.flipdown__theme-light .rotor:after {
  border-top: solid 1px #222; }

.flipdown {
  overflow: visible;
  width: 510px;
  height: 110px; }

.flipdown .rotor-group {
  position: relative;
  float: left;
  padding-right: 30px; }

.flipdown .rotor-group:last-child {
  padding-right: 0; }

.flipdown .rotor-group-heading:before {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center; }

.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
  content: attr(data-before); }

.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
  content: attr(data-before); }

.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
  content: attr(data-before); }

.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
  content: attr(data-before); }

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 115px;
  width: 10px;
  height: 10px;
  border-radius: 50%; }

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  content: '';
  position: absolute;
  bottom: 50px;
  left: 115px;
  width: 10px;
  height: 10px;
  border-radius: 50%; }

.flipdown .rotor {
  position: relative;
  float: left;
  width: 50px;
  height: 80px;
  margin: 0 5px 0 0;
  border-radius: 4px;
  font-size: 4rem;
  text-align: center;
  perspective: 200px; }

.flipdown .rotor:last-child {
  margin-right: 0; }

.flipdown .rotor-top, .flipdown .rotor-bottom {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 40px; }

.flipdown .rotor-leaf {
  z-index: 1;
  position: absolute;
  width: 50px;
  height: 80px;
  transform-style: preserve-3d;
  transition: transform 0s; }

.flipdown .rotor-leaf.flipped {
  transform: rotateX(-180deg);
  transition: all .5s ease-in-out; }

.flipdown .rotor-leaf-front, .flipdown .rotor-leaf-rear {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 40px;
  margin: 0;
  transform: rotateX(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.flipdown .rotor-leaf-front {
  line-height: 80px;
  border-radius: 4px 4px 0 0; }

.flipdown .rotor-leaf-rear {
  line-height: 0;
  border-radius: 0 0 4px 4px;
  transform: rotateX(-180deg); }

.flipdown .rotor-top {
  line-height: 80px;
  border-radius: 4px 4px 0 0; }

.flipdown .rotor-bottom {
  bottom: 0;
  line-height: 0;
  border-radius: 0 0 4px 4px; }

.flipdown .rotor:after {
  content: '';
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 40px;
  border-radius: 0 0 4px 4px; }

.flipdown {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: start;
  margin: 0 0 9px; }

.flipdown .rotor {
  font-size: 1.75rem;
  margin-right: 3px; }

.flipdown .rotor, .flipdown .rotor-leaf, .flipdown .rotor-leaf-front, .flipdown .rotor-leaf-rear, .flipdown .rotor-top, .flipdown .rotor-bottom, .flipdown .rotor:after {
  width: 20px; }

.flipdown .rotor-group {
  padding-right: 9px; }

.flipdown .rotor-group:last-child {
  padding-right: 0; }

.flipdown .rotor-group-heading:before {
  font-size: .8rem;
  height: 15px;
  line-height: 15px; }

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before, .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  left: 69px; }

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
  bottom: 13px;
  height: 8px;
  width: 8px;
  display: none; }

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  bottom: 29px;
  height: 8px;
  width: 8px;
  display: none; }

.flipdown .rotor-leaf-front, .flipdown .rotor-top {
  line-height: 36px; }

.flipdown .rotor-leaf, .flipdown .rotor {
  height: 36px; }

.flipdown .rotor-leaf-front, .flipdown .rotor-leaf-rear, .flipdown .rotor-top, .flipdown .rotor-bottom, .flipdown .rotor:after {
  height: 18px; }

.d-flex {
  display: flex; }

.flex-column {
  flex-direction: column; }

.flex-row {
  flex-direction: row; }

.desktop-sizzle.ob-hide-phone {
  display: block !important; }
  @media screen and (max-width: 700px) {
    .desktop-sizzle.ob-hide-phone {
      display: none !important; } }

.fantasy-sx-container {
  margin-right: 15px;
  padding-left: 30px; }
  @media screen and (max-width: 900px) {
    .fantasy-sx-container {
      padding-left: 0; } }
  @media screen and (max-width: 767px) {
    .fantasy-sx-container h3, .fantasy-sx-container h4 {
      font-size: 16px; } }
  .fantasy-sx-container .submit-picks-message {
    line-height: 1.2; }
  .fantasy-sx-container .race-wrapper {
    padding: 0 15px;
    background: #3870eb;
    color: #fff;
    line-height: 50px;
    border-radius: 9px; }
    .fantasy-sx-container .race-wrapper h2 {
      padding-top: 6px;
      margin: 0; }
    .fantasy-sx-container .race-wrapper .race-label, .fantasy-sx-container .race-wrapper h2, .fantasy-sx-container .race-wrapper h3, .fantasy-sx-container .race-wrapper h4, .fantasy-sx-container .race-wrapper p {
      color: #fff; }
    .fantasy-sx-container .race-wrapper h4 {
      line-height: 1.2;
      padding: 6px 0;
      font-size: 16px; }
  .fantasy-sx-container .submission-container, .fantasy-sx-container .previous-picks-wrap {
    padding: 0 15px; }
    @media screen and (max-width: 767px) {
      .fantasy-sx-container .submission-container, .fantasy-sx-container .previous-picks-wrap {
        padding: 0 6px; } }
  .fantasy-sx-container .previous-picks-wrap {
    margin-bottom: 45px; }
    .fantasy-sx-container .previous-picks-wrap .pick-race {
      padding: 0 15px; }
  .fantasy-sx-container .sign-up-wrap {
    max-width: 480px; }
  .fantasy-sx-container .logout-fantasy {
    margin: 0 auto 50px; }

.stamped-launcher-button {
  z-index: 999999 !important; }

#stamped-reviews-widget[data-widget-type="reviews-popup"] {
  z-index: 999999999 !important;
  position: fixed; }
  @media screen and (max-width: 767px) {
    #stamped-reviews-widget[data-widget-type="reviews-popup"] {
      display: none !important; } }

.ns-box-inner .ns-content .popup-stars {
  color: #FEF030 !important; }

.ns-box-inner .ns-content a, .ns-box-inner .ns-content span, .ns-box-inner .ns-content p {
  color: #fff !important; }

.category-triple-banner {
  height: 450px;
  width: 100%; }
  .category-triple-banner.half-height {
    height: 369px; }
  .category-triple-banner .flex-column:first-child {
    width: 66.369%; }
    .category-triple-banner .flex-column:first-child > .home-masthead-slideshow {
      height: 100%;
      margin: 0; }
      .category-triple-banner .flex-column:first-child > .home-masthead-slideshow .container {
        border-radius: 9px;
        height: 100%;
        overflow: hidden; }
      .category-triple-banner .flex-column:first-child > .home-masthead-slideshow .slider-wrap .group .overlay h2, .category-triple-banner .flex-column:first-child > .home-masthead-slideshow .slider-wrap .group .overlay p, .category-triple-banner .flex-column:first-child > .home-masthead-slideshow .slider-wrap .group .overlay h3 {
        text-align: left; }
  .category-triple-banner .flex-column {
    height: 100%;
    width: 33.931%; }
    .category-triple-banner .flex-column .home-masthead-single {
      padding: 0 0 3px;
      height: 50%;
      margin: 0; }
      @media screen and (max-width: 900px) {
        .category-triple-banner .flex-column .home-masthead-single {
          padding: 0 0 3px 9px; } }
      .category-triple-banner .flex-column .home-masthead-single .button {
        bottom: 12px; }
      .category-triple-banner .flex-column .home-masthead-single .slider-wrap .overlay {
        justify-content: start;
        padding: 24px; }
        .category-triple-banner .flex-column .home-masthead-single .slider-wrap .overlay h2 {
          font-size: 27px;
          line-height: 27px; }
        .category-triple-banner .flex-column .home-masthead-single .slider-wrap .overlay h2, .category-triple-banner .flex-column .home-masthead-single .slider-wrap .overlay p, .category-triple-banner .flex-column .home-masthead-single .slider-wrap .overlay h3 {
          text-align: left !important; }
          .category-triple-banner .flex-column .home-masthead-single .slider-wrap .overlay h2.subheading, .category-triple-banner .flex-column .home-masthead-single .slider-wrap .overlay p.subheading, .category-triple-banner .flex-column .home-masthead-single .slider-wrap .overlay h3.subheading {
            text-align: left !important; }
          .category-triple-banner .flex-column .home-masthead-single .slider-wrap .overlay h2.submessage, .category-triple-banner .flex-column .home-masthead-single .slider-wrap .overlay p.submessage, .category-triple-banner .flex-column .home-masthead-single .slider-wrap .overlay h3.submessage {
            text-align: left !important; }
      .category-triple-banner .flex-column .home-masthead-single .container {
        border-radius: 9px;
        height: 100%;
        overflow: hidden; }
      .category-triple-banner .flex-column .home-masthead-single.first {
        margin: 0 0 6px; }

.cart-coupons-offered {
  flex-direction: column;
  justify-content: end;
  justify-items: end;
  align-items: end;
  text-align: right; }
  .cart-coupons-offered .cart-total-label {
    text-align: right; }
  .cart-coupons-offered .coupon-apply-terms {
    font-weight: bold; }
  .cart-coupons-offered .coupon-shown {
    text-align: right; }
  @media screen and (max-width: 767px) {
    .cart-coupons-offered {
      align-items: start; }
      .cart-coupons-offered .coupon-shown {
        text-align: left; }
      .cart-coupons-offered .cart-total-value {
        text-align: left; }
      .cart-coupons-offered .cart-total-label {
        text-align: left;
        font-size: 18px;
        padding: 9px 0; }
      .cart-coupons-offered .coupon-apply-terms {
        text-align: left; } }

.coupons-offered {
  margin: 0;
  padding: 0;
  flex-direction: column; }
  .coupons-offered .coupon-shown h6, .coupons-offered .coupon-shown p {
    margin: 0; }

.site-ad {
  position: absolute;
  margin: 0;
  background-size: contain;
  background-position: 45% 231px;
  width: 12.639%;
  background-attachment: fixed;
  height: 100%;
  width: 700px;
  height: 1920px;
  display: flex; }
  .site-ad.left-ad {
    left: 0; }
  .site-ad.right-ad {
    right: 0;
    background-position: 34.5% 231px; }
  .site-ad.left-ad {
    left: -700px;
    justify-content: flex-end; }
  .site-ad.right-ad {
    right: -700px;
    justify-content: flex-start; }

.home-container.has-ad {
  max-width: 74.722%; }

body .stamped-summary-photos-container .stamped-photos-carousel .photo.stamped-photo > img {
  width: 100% !important;
  height: 100% !important; }

.row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 1300px;
  max-width: 100%; }

.container {
  width: 1330px;
  max-width: 100%;
  padding: 0px 20px;
  float: none;
  clear: both; }
  @media screen and (max-width: 767px) {
    .container {
      padding: 0 12px; } }
  .container.ob-narrow-content-wrap {
    width: 1000px;
    padding: 0; }
    .container.ob-narrow-content-wrap.ob-full-narrow-page {
      padding: 0 15px; }

@media screen and (max-width: 767px) {
  .home-container {
    padding: 0; }
    .home-container .home-masthead, .home-container .home-masthead-minimal, .home-container .home-masthead-slideshow, .home-container .home-masthead-single {
      margin: 6px 6px !important; } }

.ob-mt-200 {
  margin-top: 200px; }

.ob-mt-150 {
  margin-top: 150px; }

.ob-mt-125 {
  margin-top: 125px; }

.ob-mt-100 {
  margin-top: 100px; }

.ob-mt-75 {
  margin-top: 75px; }

.ob-mt-50 {
  margin-top: 50px; }

.ob-mt-25 {
  margin-top: 25px; }

.ob-mt-15 {
  margin-top: 15px; }

.ob-mt-12 {
  margin-top: 12px; }

.ob-mt-9 {
  margin-top: 9px; }

.ob-mt-6 {
  margin-top: 6px; }

@media only screen and (max-width: 801px) {
  .ob-mt-200-mobile {
    margin-top: 200px; }
  .ob-mt-150-mobile {
    margin-top: 150px; }
  .ob-mt-100-mobile {
    margin-top: 100px; }
  .ob-mt-75-mobile {
    margin-top: 75px; }
  .ob-mt-50-mobile {
    margin-top: 50px; }
  .ob-mt-25-mobile {
    margin-top: 25px !important; }
  .ob-mt-15-mobile {
    margin-top: 15px; }
  .ob-mt-12-mobile {
    margin-top: 12px; }
  .ob-mt-0-mobile {
    margin-top: 0px; } }

.ob-mb-200 {
  margin-bottom: 200px; }

.ob-mb-150 {
  margin-bottom: 150px; }

.ob-mb-100 {
  margin-bottom: 100px; }

.ob-mb-75 {
  margin-bottom: 75px; }

.ob-mb-50 {
  margin-bottom: 50px; }

.ob-mb-25 {
  margin-bottom: 25px; }

.ob-mb-15 {
  margin-bottom: 15px; }

.ob-mb-12 {
  margin-bottom: 12px; }

.ob-mb-9 {
  margin-bottom: 9px; }

.ob-mb-6 {
  margin-bottom: 6px; }

.ob-mb-3 {
  margin-bottom: 6px; }

.ob-mb-0-auto {
  margin: 0 auto; }

@media only screen and (max-width: 801px) {
  .ob-mb-200-mobile {
    margin-bottom: 200px; }
  .ob-mb-150-mobile {
    margin-bottom: 150px; }
  .ob-mb-100-mobile {
    margin-bottom: 100px; }
  .ob-mb-100-mobile {
    margin-bottom: 75px; }
  .ob-mb-50-mobile {
    margin-bottom: 50px; }
  .ob-mb-25-mobile {
    margin-bottom: 25px !important; }
  .ob-mb-12-mobile {
    margin-bottom: 12px; }
  .ob-mb-9-mobile {
    margin-bottom: 9px; }
  .ob-mb-6-mobile {
    margin-bottom: 6px; }
  .ob-mb-3-mobile {
    margin-bottom: 6px; }
  .ob-mb-0-mobile {
    margin-bottom: 0px; } }

.ob-ml-30 {
  margin-left: 30px; }

.ob-ml-12 {
  margin-left: 12px; }

.ob-mr-30 {
  margin-right: 30px; }

.ob-mr-12 {
  margin-right: 12px; }

.ob-pl-42 {
  padding-left: 42px; }

.ob-pl-30 {
  padding-left: 30px; }

.ob-pl-15 {
  padding-left: 30px; }

.ob-pl-12 {
  padding-left: 30px; }

.ob-pl-9 {
  padding-left: 30px; }

.ob-pt-175 {
  padding-top: 175px; }

.ob-pt-150 {
  padding-top: 150px; }

.ob-pt-100 {
  padding-top: 100px; }

.ob-pt-50 {
  padding-top: 50px; }

.ob-pt-25 {
  padding-top: 25px; }

.ob-pt-0 {
  padding-top: 0px; }

@media only screen and (max-width: 801px) {
  .ob-pt-200-mobile {
    padding-top: 200px; }
  .ob-pt-150-mobile {
    padding-top: 150px; }
  .ob-pt-100-mobile {
    padding-top: 100px; }
  .ob-pt-50-mobile {
    padding-top: 50px; }
  .ob-pt-25-mobile {
    padding-top: 25px; }
  .ob-pt-12-mobile {
    padding-top: 12px; }
  .ob-pt-0-mobile {
    padding-top: 0px; } }

.ob-pb-175 {
  padding-bottom: 175px; }

.ob-pb-150 {
  padding-bottom: 150px; }

.ob-pb-100 {
  padding-bottom: 100px; }

.ob-pb-50 {
  padding-bottom: 50px; }

.ob-pb-25 {
  padding-bottom: 25px; }

.ob-pb-0 {
  padding-bottom: 0px; }

@media only screen and (max-width: 801px) {
  .ob-pb-200-mobile {
    padding-bottom: 200px; }
  .ob-pb-150-mobile {
    padding-bottom: 150px; }
  .ob-pb-100-mobile {
    padding-bottom: 100px; }
  .ob-pb-50-mobile {
    padding-bottom: 50px; }
  .ob-pb-25-mobile {
    padding-bottom: 25px; }
  .ob-pb-12-mobile {
    padding-bottom: 12px; }
  .ob-pb-0-mobile {
    padding-bottom: 0px; } }

.ob-relative {
  position: relative; }

.ob-mw-1400 {
  max-width: 1400px; }

.ob-mw-1200 {
  max-width: 1200px; }

.ob-mw-500 {
  max-width: 500px; }

.ob-mw-400 {
  max-width: 400px; }

.ob-mw-200 {
  max-width: 200px; }

@media only screen and (max-width: 801px) {
  .px-0-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.rotate-180 {
  transform: rotate(180deg); }

.fw-900 {
  font-weight: 900 !important; }

.fw-800 {
  font-weight: 800 !important; }

.fw-500 {
  font-weight: 500 !important; }

.fw-normal {
  font-weight: normal !important; }

button[disabled],
.button[disabled],
.ob-btn[disabled],
.stamped-main-widget .stamped-summary-actions-newreview[disabled],
.stamped-main-widget .stamped-summary-actions-newquestion[disabled] {
  background-color: #ddd !important;
  cursor: not-allowed !important;
  color: white !important;
  border-color: #ddd !important; }
  button[disabled] svg,
  .button[disabled] svg,
  .ob-btn[disabled] svg,
  .stamped-main-widget .stamped-summary-actions-newreview[disabled] svg,
  .stamped-main-widget .stamped-summary-actions-newquestion[disabled] svg {
    fill: white !important; }

button,
.button,
.button--primary,
.ob-btn,
.stamped-main-widget .stamped-summary-actions-newreview,
.stamped-main-widget .stamped-summary-actions-newquestion {
  padding: 0px 30px;
  height: 45px;
  letter-spacing: 0.12em;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  background: white;
  border: 2px solid #1D72F3;
  font-weight: 800;
  color: #1D72F3;
  font-size: 14px;
  line-height: 14px;
  font-family: 'atten-new'; }
  button:hover, button:focus, button:active,
  .button:hover,
  .button:focus,
  .button:active,
  .button--primary:hover,
  .button--primary:focus,
  .button--primary:active,
  .ob-btn:hover,
  .stamped-main-widget .stamped-summary-actions-newreview:hover,
  .stamped-main-widget .stamped-summary-actions-newquestion:hover,
  .ob-btn:focus,
  .stamped-main-widget .stamped-summary-actions-newreview:focus,
  .stamped-main-widget .stamped-summary-actions-newquestion:focus,
  .ob-btn:active,
  .stamped-main-widget .stamped-summary-actions-newreview:active,
  .stamped-main-widget .stamped-summary-actions-newquestion:active {
    background: #1D72F3;
    color: white;
    border-color: #1D72F3; }
  button-white,
  .button-white,
  .button--primary-white,
  .ob-btn-white {
    border-color: white; }
    button-white:hover,
    .button-white:hover,
    .button--primary-white:hover,
    .ob-btn-white:hover {
      border-color: #1D72F3; }
  button-blue,
  .button-blue,
  .button--primary-blue,
  .ob-btn-blue {
    background: #1D72F3;
    color: white;
    border-color: white; }
    button-blue:hover,
    .button-blue:hover,
    .button--primary-blue:hover,
    .ob-btn-blue:hover {
      color: #1D72F3;
      background: white;
      border-color: white; }
  button-blue-light,
  .button-blue-light,
  .button--primary-blue-light,
  .ob-btn-blue-light {
    background: #1D72F3;
    color: white;
    border-color: #1D72F3; }
    button-blue-light:hover,
    .button-blue-light:hover,
    .button--primary-blue-light:hover,
    .ob-btn-blue-light:hover {
      color: #1D72F3;
      background: white;
      border-color: #1D72F3; }
  button-blue-dark,
  .button-blue-dark,
  .button--primary-blue-dark,
  .ob-btn-blue-dark {
    background: #1D72F3;
    color: white;
    border-color: white; }
    button-blue-dark:hover,
    .button-blue-dark:hover,
    .button--primary-blue-dark:hover,
    .ob-btn-blue-dark:hover {
      color: #1D72F3;
      background: white;
      border-color: white; }
  button-black,
  .button-black,
  .button--primary-black,
  .ob-btn-black {
    border-color: #ddd;
    color: #1A1A1A;
    background: white; }
    button-black svg,
    .button-black svg,
    .button--primary-black svg,
    .ob-btn-black svg {
      stroke: #1A1A1A; }
    button-black:hover,
    .button-black:hover,
    .button--primary-black:hover,
    .ob-btn-black:hover {
      background: #1A1A1A;
      border-color: #1A1A1A;
      color: white; }
      button-black:hover svg,
      .button-black:hover svg,
      .button--primary-black:hover svg,
      .ob-btn-black:hover svg {
        stroke: white; }
  button-inline,
  .button-inline,
  .button--primary-inline,
  .ob-btn-inline {
    display: inline-flex !important;
    width: auto !important; }
  button-text,
  .button-text,
  .button--primary-text,
  .ob-btn-text {
    background: none !important;
    border: none !important;
    letter-spacing: 0.05em; }
    button-text:hover,
    .button-text:hover,
    .button--primary-text:hover,
    .ob-btn-text:hover {
      text-decoration: underline;
      color: inherit; }
  @media (max-width: 375px) {
    button-mobile-full,
    .button-mobile-full,
    .button--primary-mobile-full,
    .ob-btn-mobile-full {
      width: 100% !important; } }
  button svg,
  .button svg,
  .button--primary svg,
  .ob-btn svg,
  .stamped-main-widget .stamped-summary-actions-newreview svg,
  .stamped-main-widget .stamped-summary-actions-newquestion svg {
    transition: all ease-in-out .2s;
    max-width: 22px;
    max-height: 22px;
    fill: none; }
    @media (min-width: 901px) {
      button svg,
      .button svg,
      .button--primary svg,
      .ob-btn svg,
      .stamped-main-widget .stamped-summary-actions-newreview svg,
      .stamped-main-widget .stamped-summary-actions-newquestion svg {
        max-width: 30px;
        max-height: 30px; } }
  button.icon-left svg,
  .button.icon-left svg,
  .button--primary.icon-left svg,
  .ob-btn.icon-left svg,
  .stamped-main-widget .icon-left.stamped-summary-actions-newreview svg,
  .stamped-main-widget .icon-left.stamped-summary-actions-newquestion svg {
    margin-right: 7px; }
  button.icon-right svg,
  .button.icon-right svg,
  .button--primary.icon-right svg,
  .ob-btn.icon-right svg,
  .stamped-main-widget .icon-right.stamped-summary-actions-newreview svg,
  .stamped-main-widget .icon-right.stamped-summary-actions-newquestion svg {
    margin-right: 7px; }
  button.no-pad,
  .button.no-pad,
  .button--primary.no-pad,
  .ob-btn.no-pad,
  .stamped-main-widget .no-pad.stamped-summary-actions-newreview,
  .stamped-main-widget .no-pad.stamped-summary-actions-newquestion {
    padding: 0; }

.cart-actions .button,
.previewCartCheckout .button {
  height: auto;
  padding: 15px 20px;
  text-align: center; }

.modal-close {
  border: none !important;
  background: none !important; }
  .modal-close .aria-description--hidden {
    display: none !important; }

#qn-add-to-quote {
  text-transform: none;
  text-decoration: underline;
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
  margin: 0;
  padding: 0 10px;
  background: none;
  border: none;
  letter-spacing: 0.05em;
  color: #1A1A1A; }
  #qn-add-to-quote:hover {
    color: #1A1A1A; }

.gpay-button {
  background-repeat: no-repeat !important;
  background-position: center !important; }

/* Address verification popup buttons */
.ui-dialog-buttonpane .ui-state-default, .ui-dialog-buttonpane .ui-widget-content .ui-state-default, .ui-dialog-buttonpane .ui-widget-header .ui-state-default {
  border: 2px solid #1D72F3 !important;
  background: white !important;
  color: #1D72F3 !important;
  border-radius: 4px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-family: "atten-new" !important; }
  .ui-dialog-buttonpane .ui-state-default .ui-button-text, .ui-dialog-buttonpane .ui-widget-content .ui-state-default .ui-button-text, .ui-dialog-buttonpane .ui-widget-header .ui-state-default .ui-button-text {
    color: #1D72F3 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-family: "atten-new" !important; }
  .ui-dialog-buttonpane .ui-state-default:hover, .ui-dialog-buttonpane .ui-widget-content .ui-state-default:hover, .ui-dialog-buttonpane .ui-widget-header .ui-state-default:hover {
    color: white !important;
    background: #1D72F3 !important;
    border: 2px solid #1D72F3 !important; }
    .ui-dialog-buttonpane .ui-state-default:hover .ui-button-text, .ui-dialog-buttonpane .ui-widget-content .ui-state-default:hover .ui-button-text, .ui-dialog-buttonpane .ui-widget-header .ui-state-default:hover .ui-button-text {
      color: white !important; }

:root {
  --reflex-columns: 12;
  --reflex-f-grid-spacing: 15px;
  --reflex-xs: 330px;
  --reflex-sm: 551px;
  --reflex-md: 801px;
  --reflex-lg: 1282px;
  --reflex-xlg: 1600px;
  --reflex-xxs-max: 575px;
  --reflex-xs-max: 767px;
  --reflex-sm-max: 991px;
  --reflex-md-max: 1199px;
  --reflex-lg-max: 1599px; }

.f-container,
.f-container-full {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }

.f-container .f-grid,
.f-container-full .f-grid {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 350px) {
  .f-container {
    max-width: 350px; } }

@media (min-width: 551px) {
  .f-container {
    max-width: 768px; } }

@media (min-width: 901px) {
  .f-container {
    max-width: 992px; } }

@media (min-width: 1261px) {
  .f-container {
    max-width: 1200px; } }

@media (min-width: 1600px) {
  .f-container {
    max-width: 1600px; } }

.f-grid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  *letter-spacing: normal;
  list-style-type: none; }

.f-grid::before, .f-grid::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal; }

[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 15px;
  display: inline-block;
  *display: inline;
  zoom: 1; }

[class*="col-"]::before, [class*="col-"]::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal; }

[class*="col-"] .f-grid {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: -15px; }

.col-12 {
  width: 100%;
  *width: 99.9%; }

.col-11 {
  width: 91.66666667%;
  *width: 91.56666667%; }

.col-10 {
  width: 83.33333333%;
  *width: 83.23333333%; }

.col-9 {
  width: 75%;
  *width: 74.9%; }

.col-8 {
  width: 66.66666667%;
  *width: 66.56666667%; }

.col-7 {
  width: 58.33333333%;
  *width: 58.23333333%; }

.col-6 {
  width: 50%;
  *width: 49.9%; }

.col-5 {
  width: 41.66666667%;
  *width: 41.56666667%; }

.col-4 {
  width: 33.33333333%;
  *width: 33.23333333%; }

.col-3 {
  width: 25%;
  *width: 24.9%; }

.col-2-5 {
  width: 20%;
  *width: 20%; }

.col-2 {
  width: 16.66666667%;
  *width: 16.56666667%; }

.col-1 {
  width: 8.33333333%;
  *width: 8.23333333%; }

@media (min-width: 350px) {
  .col-xs-12 {
    width: 100%;
    *width: 99.9%; }
  .col-xs-11 {
    width: 91.66666667%;
    *width: 91.56666667%; }
  .col-xs-10 {
    width: 83.33333333%;
    *width: 83.23333333%; }
  .col-xs-9 {
    width: 75%;
    *width: 74.9%; }
  .col-xs-8 {
    width: 66.66666667%;
    *width: 66.56666667%; }
  .col-xs-7 {
    width: 58.33333333%;
    *width: 58.23333333%; }
  .col-xs-6 {
    width: 50%;
    *width: 49.9%; }
  .col-xs-5 {
    width: 41.66666667%;
    *width: 41.56666667%; }
  .col-xs-4 {
    width: 33.33333333%;
    *width: 33.23333333%; }
  .col-xs-3 {
    width: 25%;
    *width: 24.9%; }
  .col-xs-2-5 {
    width: 20%;
    *width: 20%; }
  .col-xs-2 {
    width: 16.66666667%;
    *width: 16.56666667%; }
  .col-xs-1 {
    width: 8.33333333%;
    *width: 8.23333333%; } }

@media (min-width: 551px) {
  .col-sm-12 {
    width: 100%;
    *width: 99.9%; }
  .col-sm-11 {
    width: 91.66666667%;
    *width: 91.56666667%; }
  .col-sm-10 {
    width: 83.33333333%;
    *width: 83.23333333%; }
  .col-sm-9 {
    width: 75%;
    *width: 74.9%; }
  .col-sm-8 {
    width: 66.66666667%;
    *width: 66.56666667%; }
  .col-sm-7 {
    width: 58.33333333%;
    *width: 58.23333333%; }
  .col-sm-6 {
    width: 50%;
    *width: 49.9%; }
  .col-sm-5 {
    width: 41.66666667%;
    *width: 41.56666667%; }
  .col-sm-4 {
    width: 33.33333333%;
    *width: 33.23333333%; }
  .col-sm-3 {
    width: 25%;
    *width: 24.9%; }
  .col-sm-2-5 {
    width: 20%;
    *width: 20%; }
  .col-sm-2 {
    width: 16.66666667%;
    *width: 16.56666667%; }
  .col-sm-1 {
    width: 8.33333333%;
    *width: 8.23333333%; } }

@media (min-width: 901px) {
  .col-md-12 {
    width: 100%;
    *width: 99.9%; }
  .col-md-11 {
    width: 91.66666667%;
    *width: 91.56666667%; }
  .col-md-10 {
    width: 83.33333333%;
    *width: 83.23333333%; }
  .col-md-9 {
    width: 75%;
    *width: 74.9%; }
  .col-md-8 {
    width: 66.66666667%;
    *width: 66.56666667%; }
  .col-md-7 {
    width: 58.33333333%;
    *width: 58.23333333%; }
  .col-md-6 {
    width: 50%;
    *width: 49.9%; }
  .col-md-5 {
    width: 41.66666667%;
    *width: 41.56666667%; }
  .col-md-4 {
    width: 33.33333333%;
    *width: 33.23333333%; }
  .col-md-3 {
    width: 25%;
    *width: 24.9%; }
  .col-md-2-5 {
    width: 20%;
    *width: 20%; }
  .col-md-2 {
    width: 16.66666667%;
    *width: 16.56666667%; }
  .col-md-1 {
    width: 8.33333333%;
    *width: 8.23333333%; } }

@media (min-width: 1261px) {
  .col-lg-12 {
    width: 100%;
    *width: 99.9%; }
  .col-lg-11 {
    width: 91.66666667%;
    *width: 91.56666667%; }
  .col-lg-10 {
    width: 83.33333333%;
    *width: 83.23333333%; }
  .col-lg-9 {
    width: 75%;
    *width: 74.9%; }
  .col-lg-8 {
    width: 66.66666667%;
    *width: 66.56666667%; }
  .col-lg-7 {
    width: 58.33333333%;
    *width: 58.23333333%; }
  .col-lg-6 {
    width: 50%;
    *width: 49.9%; }
  .col-lg-5 {
    width: 41.66666667%;
    *width: 41.56666667%; }
  .col-lg-4 {
    width: 33.33333333%;
    *width: 33.23333333%; }
  .col-lg-3 {
    width: 25%;
    *width: 24.9%; }
  .col-lg-2-5 {
    width: 20%;
    *width: 20%; }
  .col-lg-2 {
    width: 16.66666667%;
    *width: 16.56666667%; }
  .col-lg-1 {
    width: 8.33333333%;
    *width: 8.23333333%; } }

@media (min-width: 1600px) {
  .col-xlg-12 {
    width: 100%;
    *width: 99.9%; }
  .col-xlg-11 {
    width: 91.66666667%;
    *width: 91.56666667%; }
  .col-xlg-10 {
    width: 83.33333333%;
    *width: 83.23333333%; }
  .col-xlg-9 {
    width: 75%;
    *width: 74.9%; }
  .col-xlg-8 {
    width: 66.66666667%;
    *width: 66.56666667%; }
  .col-xlg-7 {
    width: 58.33333333%;
    *width: 58.23333333%; }
  .col-xlg-6 {
    width: 50%;
    *width: 49.9%; }
  .col-xlg-5 {
    width: 41.66666667%;
    *width: 41.56666667%; }
  .col-xlg-4 {
    width: 33.33333333%;
    *width: 33.23333333%; }
  .col-xlg-3 {
    width: 25%;
    *width: 24.9%; }
  .col-xlg-2-5 {
    width: 20%;
    *width: 20%; }
  .col-xlg-2 {
    width: 16.66666667%;
    *width: 16.56666667%; }
  .col-xlg-1 {
    width: 8.33333333%;
    *width: 8.23333333%; } }

.col-auto {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 0px;
  flex: 1 0 0px;
  width: auto; }

@media (min-width: 350px) {
  .col-xs-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto; } }

@media (min-width: 551px) {
  .col-sm-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto; } }

@media (min-width: 901px) {
  .col-md-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto; } }

@media (min-width: 1261px) {
  .col-lg-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto; } }

@media (min-width: 1600px) {
  .col-xlg-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto; } }

.order-12 {
  -ms-flex-order: 12;
  -webkit-order: 12;
  order: 12; }

.order-11 {
  -ms-flex-order: 11;
  -webkit-order: 11;
  order: 11; }

.order-10 {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10; }

.order-9 {
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9; }

.order-8 {
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8; }

.order-7 {
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7; }

.order-6 {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6; }

.order-5 {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5; }

.order-4 {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4; }

.order-3 {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3; }

.order-2 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }

.order-1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.order-0 {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0; }

@media only screen and (min-width: 350px) {
  .order-xs-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }
  .order-xs-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }
  .order-xs-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }
  .order-xs-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }
  .order-xs-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }
  .order-xs-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }
  .order-xs-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }
  .order-xs-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }
  .order-xs-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }
  .order-xs-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }
  .order-xs-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .order-xs-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .order-xs-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; } }

@media only screen and (min-width: 768px) {
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; } }

@media only screen and (min-width: 992px) {
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; } }

@media only screen and (min-width: 1200px) {
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; } }

@media only screen and (min-width: 1600px) {
  .order-xlg-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }
  .order-xlg-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }
  .order-xlg-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }
  .order-xlg-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }
  .order-xlg-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }
  .order-xlg-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }
  .order-xlg-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }
  .order-xlg-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }
  .order-xlg-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }
  .order-xlg-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }
  .order-xlg-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .order-xlg-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .order-xlg-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; } }

.offset-11 {
  margin-left: 91.66666667%;
  *margin-left: 91.56666667%; }

.offset-10 {
  margin-left: 83.33333333%;
  *margin-left: 83.23333333%; }

.offset-9 {
  margin-left: 75%;
  *margin-left: 74.9%; }

.offset-8 {
  margin-left: 66.66666667%;
  *margin-left: 66.56666667%; }

.offset-7 {
  margin-left: 58.33333333%;
  *margin-left: 58.23333333%; }

.offset-6 {
  margin-left: 50%;
  *margin-left: 49.9%; }

.offset-5 {
  margin-left: 41.66666667%;
  *margin-left: 41.56666667%; }

.offset-4 {
  margin-left: 33.33333333%;
  *margin-left: 33.23333333%; }

.offset-3 {
  margin-left: 25%;
  *margin-left: 24.9%; }

.offset-2 {
  margin-left: 16.66666667%;
  *margin-left: 16.56666667%; }

.offset-1 {
  margin-left: 8.33333333%;
  *margin-left: 8.23333333%; }

@media only screen and (min-width: 350px) {
  .offset-xs-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%; }
  .offset-xs-10 {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%; }
  .offset-xs-9 {
    margin-left: 75%;
    *margin-left: 74.9%; }
  .offset-xs-8 {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%; }
  .offset-xs-7 {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%; }
  .offset-xs-6 {
    margin-left: 50%;
    *margin-left: 49.9%; }
  .offset-xs-5 {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%; }
  .offset-xs-4 {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%; }
  .offset-xs-3 {
    margin-left: 25%;
    *margin-left: 24.9%; }
  .offset-xs-2 {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%; }
  .offset-xs-1 {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%; }
  .offset-xs-0 {
    margin-left: 0;
    *margin-left: -0.1%; } }

@media only screen and (min-width: 768px) {
  .offset-sm-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%; }
  .offset-sm-10 {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%; }
  .offset-sm-9 {
    margin-left: 75%;
    *margin-left: 74.9%; }
  .offset-sm-8 {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%; }
  .offset-sm-7 {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%; }
  .offset-sm-6 {
    margin-left: 50%;
    *margin-left: 49.9%; }
  .offset-sm-5 {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%; }
  .offset-sm-4 {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%; }
  .offset-sm-3 {
    margin-left: 25%;
    *margin-left: 24.9%; }
  .offset-sm-2 {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%; }
  .offset-sm-1 {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%; }
  .offset-sm-0 {
    margin-left: 0;
    *margin-left: -0.1%; } }

@media only screen and (min-width: 992px) {
  .offset-md-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%; }
  .offset-md-10 {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%; }
  .offset-md-9 {
    margin-left: 75%;
    *margin-left: 74.9%; }
  .offset-md-8 {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%; }
  .offset-md-7 {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%; }
  .offset-md-6 {
    margin-left: 50%;
    *margin-left: 49.9%; }
  .offset-md-5 {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%; }
  .offset-md-4 {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%; }
  .offset-md-3 {
    margin-left: 25%;
    *margin-left: 24.9%; }
  .offset-md-2 {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%; }
  .offset-md-1 {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%; }
  .offset-md-0 {
    margin-left: 0;
    *margin-left: -0.1%; } }

@media only screen and (min-width: 1200px) {
  .offset-lg-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%; }
  .offset-lg-10 {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%; }
  .offset-lg-9 {
    margin-left: 75%;
    *margin-left: 74.9%; }
  .offset-lg-8 {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%; }
  .offset-lg-7 {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%; }
  .offset-lg-6 {
    margin-left: 50%;
    *margin-left: 49.9%; }
  .offset-lg-5 {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%; }
  .offset-lg-4 {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%; }
  .offset-lg-3 {
    margin-left: 25%;
    *margin-left: 24.9%; }
  .offset-lg-2 {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%; }
  .offset-lg-1 {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%; }
  .offset-lg-0 {
    margin-left: 0;
    *margin-left: -0.1%; } }

@media only screen and (min-width: 1600px) {
  .offset-xlg-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%; }
  .offset-xlg-10 {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%; }
  .offset-xlg-9 {
    margin-left: 75%;
    *margin-left: 74.9%; }
  .offset-xlg-8 {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%; }
  .offset-xlg-7 {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%; }
  .offset-xlg-6 {
    margin-left: 50%;
    *margin-left: 49.9%; }
  .offset-xlg-5 {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%; }
  .offset-xlg-4 {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%; }
  .offset-xlg-3 {
    margin-left: 25%;
    *margin-left: 24.9%; }
  .offset-xlg-2 {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%; }
  .offset-xlg-1 {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%; }
  .offset-xlg-0 {
    margin-left: 0;
    *margin-left: -0.1%; } }

.wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.no-wrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.no-wrap [class*="col-"] {
  -ms-flex-negative: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1; }

.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row; }

.direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.direction-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.align-start {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.align-end {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.align-end [class*="col-"] {
  vertical-align: bottom; }

.align-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.align-center [class*="col-"] {
  vertical-align: middle; }

.align-baseline {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline; }

.align-content-start {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start; }

.align-content-end {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end; }

.align-content-end [class*="col-"] {
  vertical-align: bottom; }

.align-content-center {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center; }

.align-content-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between; }

.align-content-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch; }

.align-self-start {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start; }

.align-self-end {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom; }

.align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  vertical-align: middle; }

.align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline; }

.justify-start {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.justify-start.f-grid {
  text-align: left; }

.justify-end {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.justify-end.f-grid {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right; }

.justify-end.f-grid [class*="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start; }

.justify-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.justify-center.f-grid {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center; }

.justify-center.f-grid [class*="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start; }

.justify-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.justify-space-between.f-grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify; }

.justify-space-between.f-grid [class*="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start; }

.justify-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.justify-space-around.f-grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify; }

.justify-space-around.f-grid [class*="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start; }

.f-grid-bleed [class*="col-"] {
  padding: 0; }

.flex-wrap {
  flex-wrap: wrap; }

.col-f-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.col-f-grid.direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row; }

.col-bleed {
  padding: 0; }

.col-bleed-x {
  padding: 15px 0; }

.col-bleed-y {
  padding: 0 15px; }

.flex-img {
  display: block;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  *width: auto; }

.flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0; }

.flex-footer > :last-child {
  margin-bottom: 0; }

@media (max-width: 575px) {
  .hidden-xxs {
    display: none; } }

@media (min-width: 350px) and (max-width: 767px) {
  .hidden-xs {
    display: none; } }

@media (min-width: 551px) {
  .hidden-sm {
    display: none; } }

@media (min-width: 901px) {
  .hidden-md {
    display: none; } }

@media (min-width: 1261px) {
  .hidden-lg {
    display: none; } }

@media (min-width: 1600px) {
  .hidden-xlg {
    display: none; } }

#modal {
  border-radius: 4px; }
  #modal .modal-body {
    padding: 35px 20px; }
    @media (min-width: 901px) {
      #modal .modal-body {
        padding: 2.25rem 2.25rem; } }

.ob-modal-content.content-center {
  justify-content: center;
  text-align: center;
  align-items: center; }

.return-modal .ob-modal-content svg.lead {
  fill: none;
  width: 50px;
  height: 50px;
  margin-bottom: 10px; }

.return-modal .ob-modal-content h2 {
  font-size: 30px;
  line-height: 30px;
  text-align: center; }

.return-modal .ob-modal-content .button-row {
  margin: 25px 0 40px; }

.return-modal .ob-modal-content .sub {
  font-size: 90%; }

.sites-modal .ob-modal-content svg.lead {
  height: 46px;
  width: 78px;
  margin-bottom: 10px; }

.sites-modal .ob-modal-content h2 {
  font-size: 30px;
  line-height: 30px;
  text-align: center; }

.sites-modal .ob-modal-content .logos {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  max-width: 75%;
  margin: 50px 0 0;
  flex-wrap: wrap; }
  .sites-modal .ob-modal-content .logos a {
    display: inline-flex;
    max-width: 100%;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 90%;
    flex-direction: column;
    margin-bottom: 20px; }
    @media (min-width: 901px) {
      .sites-modal .ob-modal-content .logos a {
        max-width: 50%;
        margin-bottom: 0; } }
    .sites-modal .ob-modal-content .logos a svg {
      width: 250px;
      max-width: 100%;
      max-height: 88px;
      display: flex; }
    .sites-modal .ob-modal-content .logos a span {
      display: flex;
      width: 100%;
      justify-content: center; }

.modal-background {
  background: rgba(26, 26, 26, 0.5); }

.modal-content {
  overflow: auto; }
  .modal-content h1, .modal-content h2 {
    text-align: left;
    margin: 0;
    font-size: 16px;
    line-height: 28px; }
    @media (min-width: 551px) {
      .modal-content h1, .modal-content h2 {
        font-size: 18px; } }
  .modal-content h2 {
    margin-bottom: 10px; }
  .modal-content div[data-content-region="page_builder_content"] {
    display: none;
    visibility: hidden; }
  .modal-content .page-content {
    padding: 0; }
    .modal-content .page-content p, .modal-content .page-content li {
      font-size: 15px;
      line-height: 19px; }
      @media (min-width: 551px) {
        .modal-content .page-content p, .modal-content .page-content li {
          font-size: 16px;
          line-height: 22px; } }
    .modal-content .page-content li {
      margin-bottom: 20px; }
    .modal-content .page-content iframe {
      width: 600px;
      height: 338px;
      max-width: 100%;
      float: none;
      margin: 0 auto;
      display: block;
      border-radius: 4px; }

.ob-modal-create-account-form {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 20px; }
  .ob-modal-create-account-form h3 {
    width: 100%;
    margin-bottom: 30px;
    text-align: center; }
  .ob-modal-create-account-form .form-field {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
    @media (min-width: 901px) {
      .ob-modal-create-account-form .form-field {
        width: 47%; } }
    .ob-modal-create-account-form .form-field--full {
      justify-content: center;
      width: 100%; }
    .ob-modal-create-account-form .form-field label {
      text-transform: uppercase;
      font-size: 14px;
      line-height: 15px;
      font-weight: 700;
      color: #1D72F3;
      width: 100%;
      margin-bottom: 5px; }
      .ob-modal-create-account-form .form-field label.check-label {
        width: auto;
        margin: 0 0 0 5px; }
    .ob-modal-create-account-form .form-field input {
      background: #F5F5F5;
      border: 1px solid white;
      border-radius: 4px;
      height: 45px;
      width: 100%;
      padding: 0 10px; }
      .ob-modal-create-account-form .form-field input[type="checkbox"] {
        height: 15px;
        width: 15px; }
      .ob-modal-create-account-form .form-field input::placeholder {
        color: #babfc3; }

.ob-modal-gallery-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px; }
  .ob-modal-gallery-image img {
    max-width: 100%; }

#modal .login-row {
  margin: 0 auto;
  float: none;
  width: 444px;
  max-width: 100%; }
  #modal .login-row:before, #modal .login-row:after {
    display: none; }
  #modal .login-row .login-form,
  #modal .login-row .new-customer {
    width: 100%;
    clear: both;
    float: none;
    text-align: center;
    justify-content: center; }
    #modal .login-row .login-form .panel-title,
    #modal .login-row .new-customer .panel-title {
      text-align: center; }
    #modal .login-row .login-form .form-field label,
    #modal .login-row .new-customer .form-field label {
      font-weight: 800;
      color: #1A1A1A;
      text-align: left; }
      #modal .login-row .login-form .form-field label + input,
      #modal .login-row .new-customer .form-field label + input {
        border: none;
        background: #F5F5F5; }
    #modal .login-row .login-form .form-actions,
    #modal .login-row .new-customer .form-actions {
      justify-content: center;
      display: flex;
      width: 100%;
      flex-wrap: wrap; }
      #modal .login-row .login-form .form-actions a,
      #modal .login-row .new-customer .form-actions a {
        display: flex;
        width: 100%;
        justify-content: center;
        margin: 0;
        color: #1A1A1A;
        font-weight: 700; }
    #modal .login-row .login-form .panel-header,
    #modal .login-row .login-form .panel-body,
    #modal .login-row .new-customer .panel-header,
    #modal .login-row .new-customer .panel-body {
      background: none;
      text-align: center; }
      #modal .login-row .login-form .panel-header p, #modal .login-row .login-form .panel-header ul,
      #modal .login-row .login-form .panel-body p,
      #modal .login-row .login-form .panel-body ul,
      #modal .login-row .new-customer .panel-header p,
      #modal .login-row .new-customer .panel-header ul,
      #modal .login-row .new-customer .panel-body p,
      #modal .login-row .new-customer .panel-body ul {
        display: none; }
      #modal .login-row .login-form .panel-header a,
      #modal .login-row .login-form .panel-body a,
      #modal .login-row .new-customer .panel-header a,
      #modal .login-row .new-customer .panel-body a {
        display: flex;
        width: 100%;
        justify-content: center; }
        #modal .login-row .login-form .panel-header a .button,
        #modal .login-row .login-form .panel-body a .button,
        #modal .login-row .new-customer .panel-header a .button,
        #modal .login-row .new-customer .panel-body a .button {
          margin: 0;
          float: none; }
    #modal .login-row .login-form .panel-body,
    #modal .login-row .new-customer .panel-body {
      padding: 0;
      margin: 0 0 20px; }
  #modal .login-row .login-form {
    margin: 0 0 50px; }

.ob-video-modal {
  position: fixed;
  overflow: visible;
  max-width: calc(100vw - 30px);
  background-color: transparent; }
  @media (min-width: 901px) {
    .ob-video-modal {
      max-width: calc(100vw - 100px); } }
  @media (min-width: 1261px) {
    .ob-video-modal {
      width: 1000px; } }
  .ob-video-modal .modal-body,
  .ob-video-modal .modal-content {
    position: relative;
    padding: 0; }
    .ob-video-modal .modal-body::before,
    .ob-video-modal .modal-content::before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    .ob-video-modal .modal-body iframe, .ob-video-modal .modal-body img,
    .ob-video-modal .modal-content iframe,
    .ob-video-modal .modal-content img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      margin: 0; }
    .ob-video-modal .modal-body img,
    .ob-video-modal .modal-content img {
      object-fit: contain; }
  .ob-video-modal .modal-content img,
  .ob-video-modal .modal-content iframe {
    width: 100%; }
  .ob-video-modal .modal-content > .modal-body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .ob-video-modal .modal-close {
    top: -50px;
    right: 5px; }
    @media (min-width: 901px) {
      .ob-video-modal .modal-close {
        top: -40px;
        right: -40px; } }
    .ob-video-modal .modal-close span {
      font-size: 48px;
      color: #ffffff; }

.mobile-menu-phone {
  position: relative;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 800;
  padding: 0 17px 0 15px;
  background-color: #1a1a1a; }
  .mobile-menu-phone span {
    color: #FEF030 !important;
    font-weight: 800;
    margin-right: 3px;
    display: flex;
    align-items: center; }
  .mobile-menu-phone a {
    text-decoration: none;
    padding: 15px 0 !important; }

.menu-svg {
  width: 20px;
  height: 20px;
  transform: rotate(35deg); }

.abs-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.header {
  color: white;
  background: #1A1A1A;
  height: auto;
  border: none;
  display: flex;
  width: 100%;
  align-items: center; }
  .header .mobile-ribbon {
    padding: 8px 0; }
  .header .mobileMenu-toggle {
    display: inline-flex; }
    .header .mobileMenu-toggle .mobileMenu-toggleIcon,
    .header .mobileMenu-toggle .mobileMenu-toggleIcon::before,
    .header .mobileMenu-toggle .mobileMenu-toggleIcon::after {
      background: white; }
    .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
      background: transparent; }
    @media (min-width: 901px) {
      .header .mobileMenu-toggle {
        display: none; } }
  .header > .container {
    overflow: visible;
    align-self: flex-start; }
    @media screen and (max-width: 901px) {
      .header > .container {
        padding: 0 3px 0 20px; } }
  .header svg {
    fill: none; }
  .header p, .header span, .header a {
    color: white; }
  .header a:hover,
  .header a:hover span {
    color: #FEF030; }
  .header .promo-banner {
    display: flex;
    width: 100%;
    flex-wrap: no-wrap;
    align-items: center;
    justify-content: flex-start; }
    .header .promo-banner .lead {
      display: inline-flex;
      padding: 5px;
      background: white;
      color: #1A1A1A;
      text-transform: uppercase;
      font-weight: 700;
      border-radius: 4px;
      text-align: center;
      margin-right: 7px; }
    @media screen and (min-width: 800px) and (max-width: 1028px) {
      .header .promo-banner .message {
        width: 80px; } }
  .header .pencil-banner {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #333333; }
    @media (min-width: 901px) {
      .header .pencil-banner {
        display: flex; } }
    .header .pencil-banner .pencil-content {
      display: flex;
      width: 100%;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between; }
      .header .pencil-banner .pencil-content .half-section {
        display: flex;
        width: 50%;
        align-items: center;
        font-size: 14px;
        line-height: 16px; }
        .header .pencil-banner .pencil-content .half-section.left-wing {
          justify-content: flex-start;
          width: 45%;
          min-width: 200px; }
          @media screen and (min-width: 937px) {
            .header .pencil-banner .pencil-content .half-section.left-wing {
              width: 45%; } }
        .header .pencil-banner .pencil-content .half-section.right-wing {
          justify-content: flex-end;
          width: 103%; }
        .header .pencil-banner .pencil-content .half-section .mini-nav {
          margin: 0;
          list-style: none;
          padding: 0;
          display: flex;
          align-items: center;
          justify-content: flex-end;
          flex-wrap: nowrap;
          width: 100%; }
          .header .pencil-banner .pencil-content .half-section .mini-nav li {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 9px; }
            .header .pencil-banner .pencil-content .half-section .mini-nav li.desktop-phone {
              display: block; }
              .header .pencil-banner .pencil-content .half-section .mini-nav li.desktop-phone span {
                color: #FEF030 !important;
                font-weight: 800; }
              .header .pencil-banner .pencil-content .half-section .mini-nav li.desktop-phone a {
                color: #FEF030 !important; }
            .header .pencil-banner .pencil-content .half-section .mini-nav li span {
              font-size: 12px; }
            .header .pencil-banner .pencil-content .half-section .mini-nav li a {
              text-decoration: none;
              font-weight: 700px;
              font-size: 12px;
              line-height: 16px;
              display: flex;
              align-items: center;
              justify-content: center; }
              .header .pencil-banner .pencil-content .half-section .mini-nav li a:hover {
                color: #FEF030; }
            .header .pencil-banner .pencil-content .half-section .mini-nav li svg {
              height: 5px;
              width: 10px;
              margin-left: 4px; }
    .header .pencil-banner .newsletter-dropdown {
      width: 100%;
      align-items: center;
      justify-content: center;
      flex-wrap: nowrap;
      padding: 25px 0;
      display: none; }
      .header .pencil-banner .newsletter-dropdown h3 {
        display: inline-flex;
        color: white;
        font-size: 24px;
        line-height: 60px;
        margin: 0 25px 0 0; }
      .header .pencil-banner .newsletter-dropdown .form {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        margin: 0; }
        .header .pencil-banner .newsletter-dropdown .form .form-fieldset .form-field {
          margin: 0; }
          .header .pencil-banner .newsletter-dropdown .form .form-fieldset .form-field .form-prefixPostfix {
            display: flex;
            align-items: center;
            justify-content: flex-start; }
            .header .pencil-banner .newsletter-dropdown .form .form-fieldset .form-field .form-prefixPostfix .form-inner {
              display: flex;
              align-items: center;
              justify-content: flex-start;
              flex-wrap: nowrap;
              background: #333333;
              padding: 15px;
              border-radius: 4px;
              height: 45px;
              width: 520px;
              max-width: 100%; }
            .header .pencil-banner .newsletter-dropdown .form .form-fieldset .form-field .form-prefixPostfix svg {
              width: 24px;
              height: 24px; }
            .header .pencil-banner .newsletter-dropdown .form .form-fieldset .form-field .form-prefixPostfix input[type="email"] {
              background: none;
              border-radius: 0;
              border: none;
              color: white;
              font-size: 14px;
              height: 15px;
              padding: 0 0 0 10px; }
              .header .pencil-banner .newsletter-dropdown .form .form-fieldset .form-field .form-prefixPostfix input[type="email"]::placeholder {
                color: #F5F5F5; }
            .header .pencil-banner .newsletter-dropdown .form .form-fieldset .form-field .form-prefixPostfix .button {
              height: 45px;
              width: auto !important;
              margin: 0 0 0 10px; }
  .header .header-wrap {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0 25px;
    overflow: visible; }
    @media (min-width: 901px) {
      .header .header-wrap {
        flex-wrap: nowrap;
        padding: 25px 0; } }
    @media screen and (max-width: 901px) {
      .header .header-wrap {
        padding: 10px 0 6px;
        flex-wrap: nowrap; } }
    .header .header-wrap .header-bottom .header-search {
      width: 100%;
      margin: -7px 0 0 5px !important; }
      .header .header-wrap .header-bottom .header-search input {
        padding: 0 0 0 33px;
        background-repeat: no-repeat;
        background-position: center left 12px;
        background-size: 13px 13px;
        font-size: 14px;
        width: 100%; }
      .header .header-wrap .header-bottom .header-search.active {
        position: fixed;
        width: 96%;
        z-index: 999;
        left: 2%;
        right: 2%;
        margin: -7px 0 0 0 !important;
        transition: all 0.3s ease; }
        .header .header-wrap .header-bottom .header-search.active .ss__autocomplete--target {
          width: 100%; }
  .header .header--left,
  .header .header--right {
    display: flex;
    align-items: center;
    flex-wrap: nowrap; }
  .header .header--left {
    justify-content: flex-start; }
    @media screen and (max-width: 901px) {
      .header .header--left {
        width: 100%; } }
    .header .header--left .header-logo {
      margin: 0;
      display: flex; }
      .header .header--left .header-logo .header-logo-image-container {
        min-height: 0; }
      .header .header--left .header-logo svg {
        width: 165px;
        height: 33px;
        margin-left: 20px; }
        @media (min-width: 901px) {
          .header .header--left .header-logo svg {
            width: 265px;
            height: 52px;
            margin-left: 0; } }
  .header .header--right {
    width: 69%;
    margin-left: 1%;
    justify-content: flex-end; }
    @media screen and (max-width: 901px) {
      .header .header--right {
        width: auto;
        margin: 0; } }
    .header .header--right .header-link-modules {
      display: flex;
      flex-direction: row;
      min-width: 270px; }
      @media screen and (max-width: 901px) {
        .header .header--right .header-link-modules {
          width: auto;
          margin: 0;
          min-width: 0; } }
    .header .header--right .header-module {
      display: inline-flex;
      font-size: 13px; }
      .header .header--right .header-module a {
        text-decoration: none;
        text-transform: none;
        margin: 0 5px; }
      .header .header--right .header-module .navUser-action,
      .header .header--right .header-module .navUser-action .navUser-item--sub {
        padding: 0;
        display: inline-flex;
        align-items: center; }
      .header .header--right .header-module .navUser-item--sub {
        margin: 0 3px; }
        .header .header--right .header-module .navUser-item--sub svg {
          margin-right: 5px; }
        .header .header--right .header-module .navUser-item--sub .countPill {
          background: none;
          border-radius: 0;
          padding: 0;
          margin: 0;
          font-weight: 400;
          font-size: 14px;
          display: inline;
          height: auto;
          width: auto;
          line-height: inherit; }
      .header .header--right .header-module svg {
        width: 22px;
        height: 22px;
        fill: none !important; }
    .header .header--right .account-module {
      margin: 0 7px; }
      .header .header--right .account-module svg {
        margin-right: 3px; }
      .header .header--right .account-module a {
        font-weight: 800;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
      .header .header--right .account-module.ob-mobile a {
        display: flex; }
    .header .header--right .cart-module a svg {
      margin-right: 3px; }
    .header .header--right .header-cart-preview-dropdown {
      border-radius: 4px;
      background: white;
      z-index: 99;
      border: 2px solid #ddd; }
      .header .header--right .header-cart-preview-dropdown p {
        color: #1A1A1A;
        text-align: center; }
      .header .header--right .header-cart-preview-dropdown .previewCartItem a, .header .header--right .header-cart-preview-dropdown .previewCartItem span {
        color: #1A1A1A;
        margin-left: 0;
        margin-right: 0; }
      .header .header--right .header-cart-preview-dropdown .previewCartItem .previewCartItem-brand {
        text-transform: uppercase;
        color: #1D72F3;
        font-weight: 800;
        font-size: 11px; }
      .header .header--right .header-cart-preview-dropdown .previewCartAction {
        border-top: 2px solid #ddd; }
  .header .header-bottom {
    display: flex;
    width: 100%;
    margin-top: 10px;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 901px) {
      .header .header-bottom {
        justify-content: start; } }
    .header .header-bottom .header-search {
      margin: 0 !important; }

.header-search {
  margin-right: 30px;
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  position: relative;
  overflow: visible; }
  .header-search .form {
    width: 100%;
    position: relative; }
  .header-search .form, .header-search .form-field {
    margin: 0; }
  .header-search input {
    background-color: #333333;
    border: none;
    color: white;
    background-image: url(../icons/ob-search.svg);
    background-repeat: no-repeat;
    background-position: center left 15px;
    background-size: 15px 15px;
    font-size: 14px;
    height: 45px;
    padding: 0 40px;
    width: 100%; }
    .header-search input::placeholder {
      color: #F5F5F5; }
  .header-search .quickSearchResults {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    display: none;
    padding: 20px;
    background: white;
    border: 2px solid #ddd;
    border-radius: 4px;
    max-height: 100vh;
    overflow-y: scroll; }
    .header-search .quickSearchResults .modal-close {
      background: none;
      padding: 0;
      height: auto;
      border: none;
      top: 0;
      right: 0;
      display: block !important; }
      .header-search .quickSearchResults .modal-close .aria-description--hidden {
        display: none !important; }
      .header-search .quickSearchResults .modal-close span[aria-hidden="true"] {
        color: #1A1A1A !important; }
    .header-search .quickSearchResults .productGrid {
      padding-top: 30px; }
      @media (min-width: 901px) {
        .header-search .quickSearchResults .productGrid {
          padding-top: 0; } }
      .header-search .quickSearchResults .productGrid li {
        width: 100%; }
        @media (min-width: 901px) {
          .header-search .quickSearchResults .productGrid li {
            width: 49%; } }
        .header-search .quickSearchResults .productGrid li .card {
          background: #F5F5F5;
          margin-bottom: 20px;
          border: none; }
        .header-search .quickSearchResults .productGrid li a {
          color: #1A1A1A !important;
          font-size: 14px; }
        .header-search .quickSearchResults .productGrid li .price-section span {
          color: #1D72F3; }
        .header-search .quickSearchResults .productGrid li .card-figure {
          background: none !important; }
        .header-search .quickSearchResults .productGrid li .card-img-container {
          max-width: 125px;
          max-height: 125px;
          background: none !important; }
          .header-search .quickSearchResults .productGrid li .card-img-container img {
            max-width: 125px;
            max-height: 125px; }
        .header-search .quickSearchResults .productGrid li .card-body {
          padding: 10px;
          background: none !important;
          height: 70px;
          overflow: hidden; }
          .header-search .quickSearchResults .productGrid li .card-body [data-test-info-type="brandName"] {
            display: none; }
    .header-search .quickSearchResults .ob-product-availability {
      display: none; }

.navPages-container {
  bottom: auto;
  top: 175px; }
  @media (min-width: 901px) {
    .navPages-container {
      top: 0; } }
  .navPages-container.is-open {
    padding-top: 0;
    overflow-y: scroll; }
    .navPages-container.is-open .navPages {
      background: #1D72F3;
      padding: 0 0 64px; }
    .navPages-container.is-open .navPages-list--user li a {
      text-decoration: none; }
  @media (min-width: 901px) {
    .navPages-container {
      display: flex;
      background: #1D72F3;
      width: 100%; } }
  .navPages-container li a {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 19px;
    color: #FCFCFC;
    padding: 15px 15px;
    font-weight: 800; }
  .navPages-container li.split-item a {
    background: #1D4FF3; }

.navPages-list,
.navPages-list.right-list {
  margin: 0;
  padding: 0;
  border: none; }

.navPage-childList.active-group-child {
  display: flex;
  flex-direction: row; }
  @media (min-width: 901px) {
    .navPage-childList.active-group-child {
      display: flex; } }
  .navPage-childList.active-group-child .flex-column {
    width: 174px;
    display: flex;
    flex-direction: column; }
  .navPage-childList.active-group-child .rtc-sub-items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
    .navPage-childList.active-group-child .rtc-sub-items.short-menu .flex-column {
      width: 300px; }

@media screen and (max-width: 1173px) {
  .navPages-container li a {
    font-size: 15px; } }

@media screen and (max-width: 1126px) {
  .navPages-container li a {
    font-size: 13px; } }

@media screen and (max-width: 1026px) {
  .navPages-container li a {
    font-size: 12px; } }

@media screen and (max-width: 972px) {
  .navPages-container li a {
    font-size: 11px; } }

@media screen and (max-width: 921px) {
  .navPages-container li a {
    font-size: 11px; } }

@media (max-width: 901px) {
  .navPages-container {
    height: calc(100% - 175px);
    scroll-behavior: smooth; }
  .navPages {
    background: #1A1A1A !important;
    height: auto;
    max-height: none; }
    .navPages .category-item {
      background: #1D72F3; }
      .navPages .category-item a {
        font-size: 18px;
        line-height: 21px;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        padding: 17px 18px; }
        .navPages .category-item a.mid-action {
          padding: 0; }
        .navPages .category-item a.has-subMenu:after {
          content: '+';
          display: block;
          font-weight: 400;
          font-size: 24px;
          line-height: 24px; }
        .navPages .category-item a.has-subMenu.no-sub-menu:after {
          content: ''; }
        .navPages .category-item a.has-subMenu.no-sub-menu.is-open:after {
          content: ''; }
        .navPages .category-item a.has-subMenu.is-open:after {
          content: '-'; }
        .navPages .category-item a:hover {
          color: white; }
      .navPages .category-item .navPage-childList {
        border: none; }
      .navPages .category-item .mid-level.has-children .mid-action:after {
        display: none; }
      .navPages .category-item .mid-level.has-children .mid-action .category-name {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between; }
        .navPages .category-item .mid-level.has-children .mid-action .category-name:after {
          content: '+';
          display: block;
          font-weight: 400;
          font-size: 24px;
          line-height: 24px; }
      .navPages .category-item .mid-level.has-children .mid-action.active-group .category-name:after {
        content: '-'; }
      .navPages .category-item .mid-level-nav-col {
        padding: 0; }
        .navPages .category-item .mid-level-nav-col .mid-level {
          padding: 17px 15px;
          border-bottom: 2px solid #ddd; }
          .navPages .category-item .mid-level-nav-col .mid-level:last-of-type {
            border: none; }
      .navPages .category-item .navPage-subMenu.is-open {
        background: white; }
        .navPages .category-item .navPage-subMenu.is-open ul {
          margin: 0;
          padding: 0; }
          .navPages .category-item .navPage-subMenu.is-open ul a, .navPages .category-item .navPage-subMenu.is-open ul a span {
            color: #1A1A1A;
            font-weight: 800; }
            .navPages .category-item .navPage-subMenu.is-open ul a:hover, .navPages .category-item .navPage-subMenu.is-open ul a span:hover {
              color: #1A1A1A; }
          .navPages .category-item .navPage-subMenu.is-open ul ul {
            padding-top: 10px;
            width: 100%;
            align-items: flex-start;
            justify-content: space-between;
            flex-wrap: wrap; }
            .navPages .category-item .navPage-subMenu.is-open ul ul li {
              width: 100%;
              margin: 0 0 15px; }
              .navPages .category-item .navPage-subMenu.is-open ul ul li a {
                font-size: 14px;
                line-height: 17px;
                font-weight: 400;
                padding: 5px 0; }
                .navPages .category-item .navPage-subMenu.is-open ul ul li a:after {
                  display: none; }
              .navPages .category-item .navPage-subMenu.is-open ul ul li.navPage-childList-item {
                width: 50%;
                margin: 0; }
                .navPages .category-item .navPage-subMenu.is-open ul ul li.navPage-childList-item a, .navPages .category-item .navPage-subMenu.is-open ul ul li.navPage-childList-item a span {
                  font-size: 15px;
                  line-height: 18px; }
                  .navPages .category-item .navPage-subMenu.is-open ul ul li.navPage-childList-item a:after, .navPages .category-item .navPage-subMenu.is-open ul ul li.navPage-childList-item a span:after {
                    display: none; }
    .navPages .pencil-banner {
      display: block;
      padding: 0;
      border: none; }
      .navPages .pencil-banner .container {
        padding: 0; }
        .navPages .pencil-banner .container .left-wing {
          display: none; }
        .navPages .pencil-banner .container .right-wing {
          width: 100%;
          background: #1A1A1A; }
          .navPages .pencil-banner .container .right-wing .mini-nav {
            flex-wrap: wrap; }
            .navPages .pencil-banner .container .right-wing .mini-nav li {
              padding: 0;
              width: 100%; }
              .navPages .pencil-banner .container .right-wing .mini-nav li a {
                padding: 10px 18px;
                width: 100%;
                justify-content: flex-start;
                font-size: 16px;
                line-height: 19px; }
        .navPages .pencil-banner .container .newsletter-dropdown {
          padding: 20px;
          max-width: 100%;
          flex-wrap: wrap;
          align-items: flex-start;
          justify-content: flex-start; }
          .navPages .pencil-banner .container .newsletter-dropdown h3 {
            width: 100%;
            margin: 0; }
          .navPages .pencil-banner .container .newsletter-dropdown .form {
            width: 100%;
            flex-wrap: wrap; }
            .navPages .pencil-banner .container .newsletter-dropdown .form .form-field .form-inner {
              width: 100% !important; }
            .navPages .pencil-banner .container .newsletter-dropdown .form .button {
              margin: 10px 0 0 !important; }
  .navPages-item-page {
    background: #1A1A1A; }
    .navPages-item-page .navPage-subMenu-list {
      display: none; }
  .navPages-list:first-of-type {
    padding-bottom: 10px;
    background: #1D72F3; }
  .navPages-list + .navPages-list {
    padding-top: 10px; }
  .navPages-list + .navPages-list li a {
    font-size: 15px;
    line-height: 17px;
    padding: 10px 18px; } }

@media (min-width: 901px) {
  .navPages {
    width: 1300px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .navPages:before, .navPages:after {
      display: none; }
    .navPages a {
      color: white; }
    .navPages li li a {
      color: #1A1A1A; }
    .navPages .navPages-action.has-subMenu.is-open {
      background: white;
      color: #1A1A1A; }
  .navPages ul.navPages-list > li.navPages-item:hover > a + div.navPage-subMenu {
    display: block; }
  .category-item .navPage-subMenu {
    background: white;
    max-width: 100%;
    width: 1300px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0 0 4px 4px;
    border: 1px solid #ddd;
    border-top: none;
    padding: 20px !important;
    box-shadow: 0px 6px 12px rgba(51, 51, 51, 0.15); }
  .category-item .navPage-subMenu-list {
    margin: 0 !important;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden; }
    .category-item .navPage-subMenu-list:before, .category-item .navPage-subMenu-list:after {
      display: none; }
    .category-item .navPage-subMenu-list .navPage-subMenu-item.mid-level-nav-col {
      width: 275px;
      padding: 0 !important;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      float: none; }
      .category-item .navPage-subMenu-list .navPage-subMenu-item.mid-level-nav-col .navPage-subMenu-item.mid-level {
        width: 100%;
        border: none;
        margin: 0 0 15px 9px;
        padding: 0 !important;
        height: 63px;
        box-shadow: 0 0 9px #cbcdcd;
        border-radius: 6px; }
        .category-item .navPage-subMenu-list .navPage-subMenu-item.mid-level-nav-col .navPage-subMenu-item.mid-level:first-child {
          margin: 9px 0 15px 9px; }
        .category-item .navPage-subMenu-list .navPage-subMenu-item.mid-level-nav-col .navPage-subMenu-item.mid-level:last-child {
          margin: 0 0 15px 9px; }
        .category-item .navPage-subMenu-list .navPage-subMenu-item.mid-level-nav-col .navPage-subMenu-item.mid-level .mid-action {
          display: flex;
          width: 100%;
          border: none;
          height: 65px;
          border: 1px solid #ddd;
          background: #F5F5F5;
          padding: 10px;
          align-items: center;
          justify-content: start;
          gap: 18px;
          border-radius: 4px;
          margin: 0; }
          .category-item .navPage-subMenu-list .navPage-subMenu-item.mid-level-nav-col .navPage-subMenu-item.mid-level .mid-action .category-name {
            display: flex;
            color: #1A1A1A;
            font-size: 14px;
            line-height: 23px;
            font-weight: 800;
            width: calc(100% - 115px); }
          .category-item .navPage-subMenu-list .navPage-subMenu-item.mid-level-nav-col .navPage-subMenu-item.mid-level .mid-action .image-wrap {
            position: relative;
            width: 65px;
            height: 55px;
            border-radius: 4px;
            overflow: hidden;
            background: #777777;
            align-items: center;
            justify-content: center;
            display: flex;
            text-align: center; }
            .category-item .navPage-subMenu-list .navPage-subMenu-item.mid-level-nav-col .navPage-subMenu-item.mid-level .mid-action .image-wrap span {
              display: inline-flex;
              padding: 0 15px;
              font-size: 12px;
              font-weight: 400;
              color: #ddd !important;
              opacity: 0.6; }
            .category-item .navPage-subMenu-list .navPage-subMenu-item.mid-level-nav-col .navPage-subMenu-item.mid-level .mid-action .image-wrap img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
          .category-item .navPage-subMenu-list .navPage-subMenu-item.mid-level-nav-col .navPage-subMenu-item.mid-level .mid-action:hover, .category-item .navPage-subMenu-list .navPage-subMenu-item.mid-level-nav-col .navPage-subMenu-item.mid-level .mid-action.active-group {
            background: #E2EDFD;
            border-color: #1D72F3; }
    .category-item .navPage-subMenu-list .navPage-subMenu-largeGroup {
      display: flex;
      flex-wrap: wrap;
      width: calc(100% - 325px);
      float: none; }
      .category-item .navPage-subMenu-list .navPage-subMenu-largeGroup .navPage-childList {
        width: 100%;
        display: none; }
        .category-item .navPage-subMenu-list .navPage-subMenu-largeGroup .navPage-childList.active-group-child {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap; } }
        @media (min-width: 901px) and (min-width: 901px) {
          .category-item .navPage-subMenu-list .navPage-subMenu-largeGroup .navPage-childList.active-group-child {
            display: flex; } }

@media (min-width: 901px) {
        .category-item .navPage-subMenu-list .navPage-subMenu-largeGroup .navPage-childList h3 {
          width: 100%;
          display: flex;
          clear: both;
          align-items: center;
          justify-content: flex-start;
          font-size: 24px;
          line-height: 24px;
          margin: 0 0 15px; }
          .category-item .navPage-subMenu-list .navPage-subMenu-largeGroup .navPage-childList h3 a {
            font-weight: 400;
            font-size: 14px;
            line-height: 16px;
            color: #1A1A1A;
            padding: 0;
            margin: 7px 0 0 15px; }
            .category-item .navPage-subMenu-list .navPage-subMenu-largeGroup .navPage-childList h3 a:hover {
              color: #1D72F3; }
        .category-item .navPage-subMenu-list .navPage-subMenu-largeGroup .navPage-childList .navPage-childList-item {
          display: inline-flex;
          width: 100%;
          padding: 0 20px 0 0;
          margin: 0 0 9px; }
          .category-item .navPage-subMenu-list .navPage-subMenu-largeGroup .navPage-childList .navPage-childList-item a {
            padding: 0;
            font-weight: 400;
            font-size: 15px;
            line-height: 17px; }
            .category-item .navPage-subMenu-list .navPage-subMenu-largeGroup .navPage-childList .navPage-childList-item a:hover {
              color: #1D72F3; }
  .navPages-item-page {
    background: #1D4FF3;
    position: relative; }
    .navPages-item-page .navPages-action.is-open {
      background: white;
      color: #1A1A1A; }
    .navPages-item-page .navPage-subMenu-list {
      width: 225px;
      background: white;
      border-radius: 0 0 4px 4px;
      border: 1px solid #ddd;
      border-top: none;
      position: absolute;
      z-index: 50;
      top: 100%;
      left: 0;
      padding: 15px;
      max-width: 255px;
      box-shadow: 0px 6px 12px rgba(51, 51, 51, 0.15);
      display: none; }
      .navPages-item-page .navPage-subMenu-list.is-open {
        display: block; }
      .navPages-item-page .navPage-subMenu-list .navPage-subMenu-item {
        width: 100%;
        padding: 0 !important;
        margin: 0 0 12px; }
        .navPages-item-page .navPage-subMenu-list .navPage-subMenu-item:last-child {
          margin: 0; }
        .navPages-item-page .navPage-subMenu-list .navPage-subMenu-item .ob-btn, .navPages-item-page .navPage-subMenu-list .navPage-subMenu-item .stamped-main-widget .stamped-summary-actions-newreview, .stamped-main-widget .navPages-item-page .navPage-subMenu-list .navPage-subMenu-item .stamped-summary-actions-newreview,
        .navPages-item-page .navPage-subMenu-list .navPage-subMenu-item .stamped-main-widget .stamped-summary-actions-newquestion, .stamped-main-widget .navPages-item-page .navPage-subMenu-list .navPage-subMenu-item .stamped-summary-actions-newquestion {
          text-transform: uppercase;
          color: #1D72F3;
          font-size: 12px;
          line-height: 14px;
          letter-spacing: 0.09em; }
          .navPages-item-page .navPage-subMenu-list .navPage-subMenu-item .ob-btn:hover, .navPages-item-page .navPage-subMenu-list .navPage-subMenu-item .stamped-main-widget .stamped-summary-actions-newreview:hover, .stamped-main-widget .navPages-item-page .navPage-subMenu-list .navPage-subMenu-item .stamped-summary-actions-newreview:hover,
          .navPages-item-page .navPage-subMenu-list .navPage-subMenu-item .stamped-main-widget .stamped-summary-actions-newquestion:hover, .stamped-main-widget .navPages-item-page .navPage-subMenu-list .navPage-subMenu-item .stamped-summary-actions-newquestion:hover {
            color: white; } }

.ob-sticky-social {
  position: fixed;
  z-index: 50;
  left: 15px;
  bottom: 15px;
  top: auto;
  display: none; }
  @media (min-width: 1405px) {
    .ob-sticky-social {
      width: 3%;
      display: block; } }
  @media (min-width: 1480px) {
    .ob-sticky-social {
      width: 3%; } }
  @media (min-width: 1560px) {
    .ob-sticky-social {
      width: 3%; } }
  @media (min-width: 1680px) {
    .ob-sticky-social {
      width: auto; } }
  .ob-sticky-social h4 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 22px;
    color: #777777;
    mix-blend-mode: difference;
    display: none; }
    @media (max-width: 1479px) {
      .ob-sticky-social h4 {
        display: none; } }
  .ob-sticky-social .socialLinks {
    display: flex;
    flex-wrap: wrap; }
    .ob-sticky-social .socialLinks .socialLinks-item {
      margin: 0 5px 5px 0;
      display: inline-block; }
      .ob-sticky-social .socialLinks .socialLinks-item a {
        width: 30px;
        height: 30px;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #1A1A1A; }
        .ob-sticky-social .socialLinks .socialLinks-item a svg {
          max-width: 18px;
          max-height: 18px;
          fill: #FFFFFF; }
        .ob-sticky-social .socialLinks .socialLinks-item a:hover {
          background: #333333; }

.ob-sticky-scroll-top {
  position: fixed;
  z-index: 60;
  right: 10px;
  top: auto;
  bottom: 10%;
  display: none;
  width: 40px;
  height: 40px;
  background: white;
  box-shadow: 0px 6px 12px rgba(51, 51, 51, 0.15);
  border-radius: 100%;
  align-items: center;
  justify-content: center; }
  .ob-sticky-scroll-top svg {
    transform: rotate(180deg);
    height: 25px;
    width: 25px; }
  @media (min-width: 901px) {
    .ob-sticky-scroll-top {
      display: none; } }

.banners[data-banner-location="top"] {
  background-color: #fff !important; }

.main-image.category-nav-image {
  background-size: 100%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  background-position: 50%; }

.footer {
  background: #1A1A1A;
  color: white;
  position: relative; }
  .footer .footer-info {
    margin: 0; }
  .footer .footer-newsletter {
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 0 25px;
    display: flex;
    margin-bottom: 50px; }
    @media (min-width: 901px) {
      .footer .footer-newsletter {
        padding: 25px 0; } }
    .footer .footer-newsletter svg {
      fill: none; }
    .footer .footer-newsletter h3 {
      display: flex;
      width: 100%;
      justify-content: center;
      text-align: center;
      color: white;
      font-size: 24px;
      line-height: 60px;
      margin: 0 0 10px; }
      @media (min-width: 551px) {
        .footer .footer-newsletter h3 {
          font-size: 30px;
          line-height: 32px; } }
    .footer .footer-newsletter p {
      display: flex;
      width: 100%;
      justify-content: center;
      text-align: center;
      color: white;
      font-size: 16px;
      line-height: 17px; }
      @media (min-width: 551px) {
        .footer .footer-newsletter p {
          font-size: 18px;
          line-height: 30px; } }
    .footer .footer-newsletter .form {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start;
      margin: 0;
      max-width: 100%; }
      @media (min-width: 901px) {
        .footer .footer-newsletter .form {
          flex-wrap: nowrap; } }
      .footer .footer-newsletter .form .form-fieldset .form-field {
        margin: 0; }
        .footer .footer-newsletter .form .form-fieldset .form-field .form-prefixPostfix {
          display: flex;
          align-items: center;
          justify-content: flex-start; }
          .footer .footer-newsletter .form .form-fieldset .form-field .form-prefixPostfix .form-inner {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            flex-wrap: nowrap;
            background: #333333;
            padding: 15px;
            border-radius: 4px;
            height: 45px;
            width: 100%;
            max-width: 100%;
            margin-bottom: 10px; }
            @media (min-width: 901px) {
              .footer .footer-newsletter .form .form-fieldset .form-field .form-prefixPostfix .form-inner {
                width: 520px;
                margin-bottom: 0; } }
          .footer .footer-newsletter .form .form-fieldset .form-field .form-prefixPostfix svg {
            width: 24px;
            height: 24px; }
          .footer .footer-newsletter .form .form-fieldset .form-field .form-prefixPostfix input[type="email"] {
            background: none;
            border-radius: 0;
            border: none;
            color: white;
            font-size: 14px;
            height: 15px;
            padding: 0 0 0 10px; }
            .footer .footer-newsletter .form .form-fieldset .form-field .form-prefixPostfix input[type="email"]::placeholder {
              color: #F5F5F5; }
          .footer .footer-newsletter .form .form-fieldset .form-field .form-prefixPostfix .button {
            height: 45px;
            width: 100% !important;
            margin: 0;
            display: flex;
            justify-content: center; }
            @media (min-width: 901px) {
              .footer .footer-newsletter .form .form-fieldset .form-field .form-prefixPostfix .button {
                width: auto !important;
                margin: 0 0 0 10px; } }
  .footer .footer-info-heading {
    color: white;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px; }
  .footer .footer-social-heading {
    margin-top: 40px; }
  .footer a {
    color: white;
    font-size: 15px;
    line-height: 27px; }
    .footer a:hover {
      color: #FEF030; }
  .footer .footer-info.row {
    align-items: flex-start; }
  .footer .footer-info-col {
    text-align: left; }
    .footer .footer-info-col.social-col h3, .footer .footer-info-col.social-col .socialLinks {
      text-align: center; }
      @media (min-width: 901px) {
        .footer .footer-info-col.social-col h3, .footer .footer-info-col.social-col .socialLinks {
          text-align: left; } }
    .footer .footer-info-col.social-col a {
      justify-content: center; }
      @media (min-width: 901px) {
        .footer .footer-info-col.social-col a {
          justify-content: flex-start; } }
  .footer .reach-out li {
    margin-bottom: 10px; }
    .footer .reach-out li a {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start; }
      .footer .reach-out li a span {
        color: #fff; }
      .footer .reach-out li a svg {
        width: 35px;
        max-height: 35px;
        margin-right: 10px;
        margin-top: 4px;
        border: 1px solid transparent;
        border-radius: 4px;
        padding: 4px; }
        @media (min-width: 901px) {
          .footer .reach-out li a svg {
            width: 25px;
            max-height: 25px; } }
  .footer .reach-out .email a {
    align-items: center; }
  .footer .reach-out .email svg {
    margin-top: 0; }
  .footer .reach-out a:hover svg {
    border-color: #FEF030; }
  .footer .socialLinks li {
    margin: 0 5px 0 0; }
  .footer .socialLinks svg {
    max-width: 19px;
    max-height: 19px;
    fill: #FFFFFF; }
  .footer .socialLinks a:hover svg {
    max-width: 22px;
    max-height: 22px;
    fill: #FFFFFF; }
  .footer .footer-copyright {
    justify-content: center;
    text-align: center; }
    .footer .footer-copyright p, .footer .footer-copyright a {
      color: white;
      font-size: 13px;
      line-height: 24px;
      font-weight: 400; }
    .footer .footer-copyright a {
      text-decoration: none; }
      .footer .footer-copyright a:hover {
        color: #FEF030; }
    .footer .footer-copyright #stamped-reviews-widget {
      margin: 0 0 15px; }
      .footer .footer-copyright #stamped-reviews-widget span {
        font-family: 'atten-new';
        font-size: 14px !important;
        font-weight: 800; }
    .footer .footer-copyright .extended {
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
      overflow: hidden; }
      @media (min-width: 901px) {
        .footer .footer-copyright .extended {
          display: inline-flex;
          width: auto;
          justify-content: flex-start;
          height: 20px;
          margin-left: 5px;
          border-left: 1px solid white;
          overflow: hidden; } }
      .footer .footer-copyright .extended a {
        display: inline-block;
        padding: 0 5px;
        border-right: 1px solid white; }
        .footer .footer-copyright .extended a:last-of-type {
          border: none; }

.home-top-icons {
  padding: 0;
  margin-top: 190px;
  display: none; }
  @media (min-width: 901px) {
    .home-top-icons {
      margin-top: 0; } }
  .home-top-icons .container {
    padding: 0 10px; }
    @media (min-width: 901px) {
      .home-top-icons .container {
        padding: 0 20px; } }
  .home-top-icons .row {
    align-items: flex-start;
    justify-content: center; }
    .home-top-icons .row .icon-box {
      padding: 5px; }
      @media (min-width: 901px) {
        .home-top-icons .row .icon-box {
          padding: 15px; } }
  .home-top-icons .icon-wrap {
    text-align: center; }
    .home-top-icons .icon-wrap img, .home-top-icons .icon-wrap svg {
      fill: none;
      max-height: 28px;
      max-width: 28px; }
    .home-top-icons .icon-wrap a {
      text-decoration: none;
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
      @media (min-width: 901px) {
        .home-top-icons .icon-wrap a {
          flex-wrap: nowrap; } }
    .home-top-icons .icon-wrap h4 {
      text-decoration: underline;
      font-size: 12px;
      line-height: 13px;
      font-weight: 700;
      margin: 10px 0 0;
      width: 100%; }
      @media (min-width: 901px) {
        .home-top-icons .icon-wrap h4 {
          font-size: 14px;
          line-height: 19px;
          display: inline-flex;
          margin: 0 0 0 10px;
          width: auto; } }
    .home-top-icons .icon-wrap a:hover span {
      color: #1D72F3; }

.home-masthead-slideshow.first {
  margin-top: 0; }

.home-masthead, .home-masthead-minimal, .home-masthead-slideshow, .home-masthead-single {
  border-radius: 9px;
  overflow: hidden;
  margin: 51px 6px; }
  @media screen and (max-width: 640px) {
    .home-masthead, .home-masthead-minimal, .home-masthead-slideshow, .home-masthead-single {
      margin: 6px 0 !important; } }
  .home-masthead > .container, .home-masthead-minimal > .container, .home-masthead-slideshow > .container, .home-masthead-single > .container {
    padding: 0; }
    @media (min-width: 901px) {
      .home-masthead > .container, .home-masthead-minimal > .container, .home-masthead-slideshow > .container, .home-masthead-single > .container {
        padding-left: 15px;
        padding-right: 15px; } }
  .home-masthead .images-wrap, .home-masthead-minimal .images-wrap, .home-masthead-slideshow .images-wrap, .home-masthead-single .images-wrap {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (min-width: 901px) {
      .home-masthead .images-wrap, .home-masthead-minimal .images-wrap, .home-masthead-slideshow .images-wrap, .home-masthead-single .images-wrap {
        flex-wrap: nowrap; } }
  .home-masthead .left-image,
  .home-masthead .right-images,
  .home-masthead .slider-wrap, .home-masthead-minimal .left-image,
  .home-masthead-minimal .right-images,
  .home-masthead-minimal .slider-wrap, .home-masthead-slideshow .left-image,
  .home-masthead-slideshow .right-images,
  .home-masthead-slideshow .slider-wrap, .home-masthead-single .left-image,
  .home-masthead-single .right-images,
  .home-masthead-single .slider-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start; }
  .home-masthead .left-image, .home-masthead .slider-wrap, .home-masthead-minimal .left-image, .home-masthead-minimal .slider-wrap, .home-masthead-slideshow .left-image, .home-masthead-slideshow .slider-wrap, .home-masthead-single .left-image, .home-masthead-single .slider-wrap {
    border-radius: 9px;
    overflow: hidden;
    width: 100%;
    height: 350px;
    background-size: cover; }
    @media (min-width: 901px) {
      .home-masthead .left-image, .home-masthead .slider-wrap, .home-masthead-minimal .left-image, .home-masthead-minimal .slider-wrap, .home-masthead-slideshow .left-image, .home-masthead-slideshow .slider-wrap, .home-masthead-single .left-image, .home-masthead-single .slider-wrap {
        width: 875px;
        height: 610px;
        margin-bottom: 0;
        border-radius: 9px; } }
    .home-masthead .left-image .left-inner, .home-masthead .slider-wrap .left-inner, .home-masthead-minimal .left-image .left-inner, .home-masthead-minimal .slider-wrap .left-inner, .home-masthead-slideshow .left-image .left-inner, .home-masthead-slideshow .slider-wrap .left-inner, .home-masthead-single .left-image .left-inner, .home-masthead-single .slider-wrap .left-inner {
      display: flex;
      width: 100%;
      height: 100%;
      margin-bottom: 0 !important; }
    .home-masthead .left-image .left-inner, .home-masthead .slider-wrap .left-inner, .home-masthead-minimal .left-image .left-inner, .home-masthead-minimal .slider-wrap .left-inner, .home-masthead-slideshow .left-image .left-inner, .home-masthead-slideshow .slider-wrap .left-inner, .home-masthead-single .left-image .left-inner, .home-masthead-single .slider-wrap .left-inner {
      opacity: 0; }
    .home-masthead .left-image .left-inner.slick-initialized, .home-masthead .slider-wrap .left-inner.slick-initialized, .home-masthead-minimal .left-image .left-inner.slick-initialized, .home-masthead-minimal .slider-wrap .left-inner.slick-initialized, .home-masthead-slideshow .left-image .left-inner.slick-initialized, .home-masthead-slideshow .slider-wrap .left-inner.slick-initialized, .home-masthead-single .left-image .left-inner.slick-initialized, .home-masthead-single .slider-wrap .left-inner.slick-initialized {
      opacity: 1;
      transition: opacity .25s ease-out; }
    .home-masthead .left-image .slick-track, .home-masthead .slider-wrap .slick-track, .home-masthead-minimal .left-image .slick-track, .home-masthead-minimal .slider-wrap .slick-track, .home-masthead-slideshow .left-image .slick-track, .home-masthead-slideshow .slider-wrap .slick-track, .home-masthead-single .left-image .slick-track, .home-masthead-single .slider-wrap .slick-track {
      height: 100%; }
    .home-masthead .left-image .group, .home-masthead .slider-wrap .group, .home-masthead-minimal .left-image .group, .home-masthead-minimal .slider-wrap .group, .home-masthead-slideshow .left-image .group, .home-masthead-slideshow .slider-wrap .group, .home-masthead-single .left-image .group, .home-masthead-single .slider-wrap .group {
      position: relative;
      height: 100%; }
      .home-masthead .left-image .group img, .home-masthead .slider-wrap .group img, .home-masthead-minimal .left-image .group img, .home-masthead-minimal .slider-wrap .group img, .home-masthead-slideshow .left-image .group img, .home-masthead-slideshow .slider-wrap .group img, .home-masthead-single .left-image .group img, .home-masthead-single .slider-wrap .group img {
        position: relative;
        z-index: 1;
        height: 100%;
        object-fit: cover;
        display: flex; }
      .home-masthead .left-image .group .overlay, .home-masthead .slider-wrap .group .overlay, .home-masthead-minimal .left-image .group .overlay, .home-masthead-minimal .slider-wrap .group .overlay, .home-masthead-slideshow .left-image .group .overlay, .home-masthead-slideshow .slider-wrap .group .overlay, .home-masthead-single .left-image .group .overlay, .home-masthead-single .slider-wrap .group .overlay {
        background: rgba(26, 26, 26, 0.6);
        display: flex;
        width: 100%;
        height: 100%;
        padding: 0 20px;
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
        text-align: center;
        flex-wrap: wrap;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0; }
        @media (min-width: 901px) {
          .home-masthead .left-image .group .overlay, .home-masthead .slider-wrap .group .overlay, .home-masthead-minimal .left-image .group .overlay, .home-masthead-minimal .slider-wrap .group .overlay, .home-masthead-slideshow .left-image .group .overlay, .home-masthead-slideshow .slider-wrap .group .overlay, .home-masthead-single .left-image .group .overlay, .home-masthead-single .slider-wrap .group .overlay {
            padding: 0 100px;
            text-align: left; } }
        .home-masthead .left-image .group .overlay h3, .home-masthead .left-image .group .overlay h2, .home-masthead .left-image .group .overlay p, .home-masthead .slider-wrap .group .overlay h3, .home-masthead .slider-wrap .group .overlay h2, .home-masthead .slider-wrap .group .overlay p, .home-masthead-minimal .left-image .group .overlay h3, .home-masthead-minimal .left-image .group .overlay h2, .home-masthead-minimal .left-image .group .overlay p, .home-masthead-minimal .slider-wrap .group .overlay h3, .home-masthead-minimal .slider-wrap .group .overlay h2, .home-masthead-minimal .slider-wrap .group .overlay p, .home-masthead-slideshow .left-image .group .overlay h3, .home-masthead-slideshow .left-image .group .overlay h2, .home-masthead-slideshow .left-image .group .overlay p, .home-masthead-slideshow .slider-wrap .group .overlay h3, .home-masthead-slideshow .slider-wrap .group .overlay h2, .home-masthead-slideshow .slider-wrap .group .overlay p, .home-masthead-single .left-image .group .overlay h3, .home-masthead-single .left-image .group .overlay h2, .home-masthead-single .left-image .group .overlay p, .home-masthead-single .slider-wrap .group .overlay h3, .home-masthead-single .slider-wrap .group .overlay h2, .home-masthead-single .slider-wrap .group .overlay p {
          color: white;
          width: 100%;
          text-align: center; }
          @media (min-width: 901px) {
            .home-masthead .left-image .group .overlay h3, .home-masthead .left-image .group .overlay h2, .home-masthead .left-image .group .overlay p, .home-masthead .slider-wrap .group .overlay h3, .home-masthead .slider-wrap .group .overlay h2, .home-masthead .slider-wrap .group .overlay p, .home-masthead-minimal .left-image .group .overlay h3, .home-masthead-minimal .left-image .group .overlay h2, .home-masthead-minimal .left-image .group .overlay p, .home-masthead-minimal .slider-wrap .group .overlay h3, .home-masthead-minimal .slider-wrap .group .overlay h2, .home-masthead-minimal .slider-wrap .group .overlay p, .home-masthead-slideshow .left-image .group .overlay h3, .home-masthead-slideshow .left-image .group .overlay h2, .home-masthead-slideshow .left-image .group .overlay p, .home-masthead-slideshow .slider-wrap .group .overlay h3, .home-masthead-slideshow .slider-wrap .group .overlay h2, .home-masthead-slideshow .slider-wrap .group .overlay p, .home-masthead-single .left-image .group .overlay h3, .home-masthead-single .left-image .group .overlay h2, .home-masthead-single .left-image .group .overlay p, .home-masthead-single .slider-wrap .group .overlay h3, .home-masthead-single .slider-wrap .group .overlay h2, .home-masthead-single .slider-wrap .group .overlay p {
              text-align: left;
              max-width: 500px; } }
        .home-masthead .left-image .group .overlay h3, .home-masthead .slider-wrap .group .overlay h3, .home-masthead-minimal .left-image .group .overlay h3, .home-masthead-minimal .slider-wrap .group .overlay h3, .home-masthead-slideshow .left-image .group .overlay h3, .home-masthead-slideshow .slider-wrap .group .overlay h3, .home-masthead-single .left-image .group .overlay h3, .home-masthead-single .slider-wrap .group .overlay h3 {
          text-transform: uppercase;
          font-size: 12px;
          line-height: 30px;
          letter-spacing: 0.1em;
          margin: 0; }
          @media (min-width: 901px) {
            .home-masthead .left-image .group .overlay h3, .home-masthead .slider-wrap .group .overlay h3, .home-masthead-minimal .left-image .group .overlay h3, .home-masthead-minimal .slider-wrap .group .overlay h3, .home-masthead-slideshow .left-image .group .overlay h3, .home-masthead-slideshow .slider-wrap .group .overlay h3, .home-masthead-single .left-image .group .overlay h3, .home-masthead-single .slider-wrap .group .overlay h3 {
              font-size: 14px; } }
        .home-masthead .left-image .group .overlay h2, .home-masthead .slider-wrap .group .overlay h2, .home-masthead-minimal .left-image .group .overlay h2, .home-masthead-minimal .slider-wrap .group .overlay h2, .home-masthead-slideshow .left-image .group .overlay h2, .home-masthead-slideshow .slider-wrap .group .overlay h2, .home-masthead-single .left-image .group .overlay h2, .home-masthead-single .slider-wrap .group .overlay h2 {
          font-size: 40px;
          line-height: 40px; }
          @media (min-width: 901px) {
            .home-masthead .left-image .group .overlay h2, .home-masthead .slider-wrap .group .overlay h2, .home-masthead-minimal .left-image .group .overlay h2, .home-masthead-minimal .slider-wrap .group .overlay h2, .home-masthead-slideshow .left-image .group .overlay h2, .home-masthead-slideshow .slider-wrap .group .overlay h2, .home-masthead-single .left-image .group .overlay h2, .home-masthead-single .slider-wrap .group .overlay h2 {
              font-size: 60px;
              line-height: 60px;
              margin-bottom: 20px; } }
        .home-masthead .left-image .group .overlay p, .home-masthead .slider-wrap .group .overlay p, .home-masthead-minimal .left-image .group .overlay p, .home-masthead-minimal .slider-wrap .group .overlay p, .home-masthead-slideshow .left-image .group .overlay p, .home-masthead-slideshow .slider-wrap .group .overlay p, .home-masthead-single .left-image .group .overlay p, .home-masthead-single .slider-wrap .group .overlay p {
          font-size: 16px;
          line-height: 19px; }
          @media (min-width: 901px) {
            .home-masthead .left-image .group .overlay p, .home-masthead .slider-wrap .group .overlay p, .home-masthead-minimal .left-image .group .overlay p, .home-masthead-minimal .slider-wrap .group .overlay p, .home-masthead-slideshow .left-image .group .overlay p, .home-masthead-slideshow .slider-wrap .group .overlay p, .home-masthead-single .left-image .group .overlay p, .home-masthead-single .slider-wrap .group .overlay p {
              font-size: 20px;
              line-height: 24px;
              margin-bottom: 40px; } }
        .home-masthead .left-image .group .overlay .button, .home-masthead .slider-wrap .group .overlay .button, .home-masthead-minimal .left-image .group .overlay .button, .home-masthead-minimal .slider-wrap .group .overlay .button, .home-masthead-slideshow .left-image .group .overlay .button, .home-masthead-slideshow .slider-wrap .group .overlay .button, .home-masthead-single .left-image .group .overlay .button, .home-masthead-single .slider-wrap .group .overlay .button {
          margin: 0 auto; }
          @media (min-width: 901px) {
            .home-masthead .left-image .group .overlay .button, .home-masthead .slider-wrap .group .overlay .button, .home-masthead-minimal .left-image .group .overlay .button, .home-masthead-minimal .slider-wrap .group .overlay .button, .home-masthead-slideshow .left-image .group .overlay .button, .home-masthead-slideshow .slider-wrap .group .overlay .button, .home-masthead-single .left-image .group .overlay .button, .home-masthead-single .slider-wrap .group .overlay .button {
              margin: 0; } }
    .home-masthead .left-image .slick-dots, .home-masthead .slider-wrap .slick-dots, .home-masthead-minimal .left-image .slick-dots, .home-masthead-minimal .slider-wrap .slick-dots, .home-masthead-slideshow .left-image .slick-dots, .home-masthead-slideshow .slider-wrap .slick-dots, .home-masthead-single .left-image .slick-dots, .home-masthead-single .slider-wrap .slick-dots {
      bottom: 15px; }
      .home-masthead .left-image .slick-dots button, .home-masthead .slider-wrap .slick-dots button, .home-masthead-minimal .left-image .slick-dots button, .home-masthead-minimal .slider-wrap .slick-dots button, .home-masthead-slideshow .left-image .slick-dots button, .home-masthead-slideshow .slider-wrap .slick-dots button, .home-masthead-single .left-image .slick-dots button, .home-masthead-single .slider-wrap .slick-dots button {
        opacity: 0.4; }
      .home-masthead .left-image .slick-dots button, .home-masthead .left-image .slick-dots button::before, .home-masthead .slider-wrap .slick-dots button, .home-masthead .slider-wrap .slick-dots button::before, .home-masthead-minimal .left-image .slick-dots button, .home-masthead-minimal .left-image .slick-dots button::before, .home-masthead-minimal .slider-wrap .slick-dots button, .home-masthead-minimal .slider-wrap .slick-dots button::before, .home-masthead-slideshow .left-image .slick-dots button, .home-masthead-slideshow .left-image .slick-dots button::before, .home-masthead-slideshow .slider-wrap .slick-dots button, .home-masthead-slideshow .slider-wrap .slick-dots button::before, .home-masthead-single .left-image .slick-dots button, .home-masthead-single .left-image .slick-dots button::before, .home-masthead-single .slider-wrap .slick-dots button, .home-masthead-single .slider-wrap .slick-dots button::before {
        background: white; }
      .home-masthead .left-image .slick-dots .slick-active button, .home-masthead .slider-wrap .slick-dots .slick-active button, .home-masthead-minimal .left-image .slick-dots .slick-active button, .home-masthead-minimal .slider-wrap .slick-dots .slick-active button, .home-masthead-slideshow .left-image .slick-dots .slick-active button, .home-masthead-slideshow .slider-wrap .slick-dots .slick-active button, .home-masthead-single .left-image .slick-dots .slick-active button, .home-masthead-single .slider-wrap .slick-dots .slick-active button {
        opacity: 1; }
  .home-masthead .right-images, .home-masthead-minimal .right-images, .home-masthead-slideshow .right-images, .home-masthead-single .right-images {
    width: 100%;
    flex-wrap: wrap;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 901px) {
      .home-masthead .right-images, .home-masthead-minimal .right-images, .home-masthead-slideshow .right-images, .home-masthead-single .right-images {
        width: 416px;
        padding: 0; } }
    .home-masthead .right-images .mini-image, .home-masthead-minimal .right-images .mini-image, .home-masthead-slideshow .right-images .mini-image, .home-masthead-single .right-images .mini-image {
      width: 100%;
      height: 215px;
      background-position: center;
      background-size: cover;
      border-radius: 9px;
      overflow: hidden; }
      .home-masthead .right-images .mini-image.top, .home-masthead-minimal .right-images .mini-image.top, .home-masthead-slideshow .right-images .mini-image.top, .home-masthead-single .right-images .mini-image.top {
        margin-bottom: 10px; }
      @media (min-width: 901px) {
        .home-masthead .right-images .mini-image, .home-masthead-minimal .right-images .mini-image, .home-masthead-slideshow .right-images .mini-image, .home-masthead-single .right-images .mini-image {
          height: 300px; } }
      .home-masthead .right-images .mini-image .overlay, .home-masthead-minimal .right-images .mini-image .overlay, .home-masthead-slideshow .right-images .mini-image .overlay, .home-masthead-single .right-images .mini-image .overlay {
        background: rgba(26, 26, 26, 0.6);
        display: flex;
        width: 100%;
        height: 100%;
        padding: 0 20px;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        text-align: center; }
        @media (min-width: 901px) {
          .home-masthead .right-images .mini-image .overlay, .home-masthead-minimal .right-images .mini-image .overlay, .home-masthead-slideshow .right-images .mini-image .overlay, .home-masthead-single .right-images .mini-image .overlay {
            padding: 0 50px;
            align-items: flex-start;
            text-align: left; } }
        .home-masthead .right-images .mini-image .overlay h3, .home-masthead .right-images .mini-image .overlay h2, .home-masthead .right-images .mini-image .overlay a, .home-masthead-minimal .right-images .mini-image .overlay h3, .home-masthead-minimal .right-images .mini-image .overlay h2, .home-masthead-minimal .right-images .mini-image .overlay a, .home-masthead-slideshow .right-images .mini-image .overlay h3, .home-masthead-slideshow .right-images .mini-image .overlay h2, .home-masthead-slideshow .right-images .mini-image .overlay a, .home-masthead-single .right-images .mini-image .overlay h3, .home-masthead-single .right-images .mini-image .overlay h2, .home-masthead-single .right-images .mini-image .overlay a {
          color: white;
          clear: both; }
        .home-masthead .right-images .mini-image .overlay h3, .home-masthead-minimal .right-images .mini-image .overlay h3, .home-masthead-slideshow .right-images .mini-image .overlay h3, .home-masthead-single .right-images .mini-image .overlay h3 {
          text-transform: uppercase;
          font-size: 12px;
          line-height: 30px;
          letter-spacing: 0.1em;
          margin: 0; }
          @media (min-width: 901px) {
            .home-masthead .right-images .mini-image .overlay h3, .home-masthead-minimal .right-images .mini-image .overlay h3, .home-masthead-slideshow .right-images .mini-image .overlay h3, .home-masthead-single .right-images .mini-image .overlay h3 {
              font-size: 14px; } }
        .home-masthead .right-images .mini-image .overlay h2, .home-masthead-minimal .right-images .mini-image .overlay h2, .home-masthead-slideshow .right-images .mini-image .overlay h2, .home-masthead-single .right-images .mini-image .overlay h2 {
          font-size: 24px;
          line-height: 26px; }
          @media (min-width: 901px) {
            .home-masthead .right-images .mini-image .overlay h2, .home-masthead-minimal .right-images .mini-image .overlay h2, .home-masthead-slideshow .right-images .mini-image .overlay h2, .home-masthead-single .right-images .mini-image .overlay h2 {
              font-size: 36px;
              line-height: 36px;
              margin-bottom: 20px; } }
        .home-masthead .right-images .mini-image .overlay a, .home-masthead-minimal .right-images .mini-image .overlay a, .home-masthead-slideshow .right-images .mini-image .overlay a, .home-masthead-single .right-images .mini-image .overlay a {
          display: flex;
          align-items: center;
          font-size: 14px;
          line-height: 30px;
          text-decoration: none;
          text-transform: uppercase;
          font-weight: 800; }
          .home-masthead .right-images .mini-image .overlay a svg, .home-masthead-minimal .right-images .mini-image .overlay a svg, .home-masthead-slideshow .right-images .mini-image .overlay a svg, .home-masthead-single .right-images .mini-image .overlay a svg {
            max-width: 21px;
            max-height: 21px;
            fill: none;
            margin-right: 7px; }
          .home-masthead .right-images .mini-image .overlay a:hover, .home-masthead-minimal .right-images .mini-image .overlay a:hover, .home-masthead-slideshow .right-images .mini-image .overlay a:hover, .home-masthead-single .right-images .mini-image .overlay a:hover {
            color: #FEF030; }

.home-masthead .left-image {
  margin-bottom: 9px; }
  @media screen and (min-width: 901px) {
    .home-masthead .left-image {
      margin-right: 9px; } }

.home-masthead .right-images {
  padding: 0; }

.home-container, .home-container > .container {
  padding: 0;
  margin: auto; }
  @media screen and (min-width: 1400px) {
    .home-container, .home-container > .container {
      max-width: 1368px; } }
  @media screen and (max-width: 1400px) {
    .home-container, .home-container > .container {
      max-width: 100%; } }

.home-container .category-featured-banner {
  margin: 15px !important;
  width: auto; }
  @media screen and (max-width: 767px) {
    .home-container .category-featured-banner {
      margin: 0 6px 6px !important;
      width: auto; } }

.home-masthead-minimal .left-image, .home-masthead-minimal .slider-wrap, .home-masthead-slideshow .left-image, .home-masthead-slideshow .slider-wrap, .home-masthead-single .left-image, .home-masthead-single .slider-wrap {
  width: 32%;
  height: 450px;
  border-radius: 9px; }
  @media screen and (max-width: 900px) {
    .home-masthead-minimal .left-image, .home-masthead-minimal .slider-wrap, .home-masthead-slideshow .left-image, .home-masthead-slideshow .slider-wrap, .home-masthead-single .left-image, .home-masthead-single .slider-wrap {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .home-masthead-minimal .left-image, .home-masthead-minimal .slider-wrap, .home-masthead-slideshow .left-image, .home-masthead-slideshow .slider-wrap, .home-masthead-single .left-image, .home-masthead-single .slider-wrap {
      width: 100%; } }
  .home-masthead-minimal .left-image .group .overlay, .home-masthead-minimal .slider-wrap .group .overlay, .home-masthead-slideshow .left-image .group .overlay, .home-masthead-slideshow .slider-wrap .group .overlay, .home-masthead-single .left-image .group .overlay, .home-masthead-single .slider-wrap .group .overlay {
    padding: 0 33px; }
    .home-masthead-minimal .left-image .group .overlay h2, .home-masthead-minimal .left-image .group .overlay .submessage, .home-masthead-minimal .slider-wrap .group .overlay h2, .home-masthead-minimal .slider-wrap .group .overlay .submessage, .home-masthead-slideshow .left-image .group .overlay h2, .home-masthead-slideshow .left-image .group .overlay .submessage, .home-masthead-slideshow .slider-wrap .group .overlay h2, .home-masthead-slideshow .slider-wrap .group .overlay .submessage, .home-masthead-single .left-image .group .overlay h2, .home-masthead-single .left-image .group .overlay .submessage, .home-masthead-single .slider-wrap .group .overlay h2, .home-masthead-single .slider-wrap .group .overlay .submessage {
      font-size: 42px;
      line-height: 42px; }
    @media screen and (max-width: 767px) {
      .home-masthead-minimal .left-image .group .overlay .button, .home-masthead-minimal .slider-wrap .group .overlay .button, .home-masthead-slideshow .left-image .group .overlay .button, .home-masthead-slideshow .slider-wrap .group .overlay .button, .home-masthead-single .left-image .group .overlay .button, .home-masthead-single .slider-wrap .group .overlay .button {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 45px;
        max-width: 200px; } }

.home-masthead-minimal .right-images, .home-masthead-slideshow .right-images, .home-masthead-single .right-images {
  width: 68%;
  flex-direction: row; }
  @media screen and (max-width: 900px) {
    .home-masthead-minimal .right-images, .home-masthead-slideshow .right-images, .home-masthead-single .right-images {
      width: 100%;
      padding: 0; } }
  .home-masthead-minimal .right-images .mini-image, .home-masthead-slideshow .right-images .mini-image, .home-masthead-single .right-images .mini-image {
    width: 48.5%;
    height: 450px; }
    @media screen and (max-width: 900px) {
      .home-masthead-minimal .right-images .mini-image, .home-masthead-slideshow .right-images .mini-image, .home-masthead-single .right-images .mini-image {
        width: 49%; } }
    @media screen and (max-width: 767px) {
      .home-masthead-minimal .right-images .mini-image, .home-masthead-slideshow .right-images .mini-image, .home-masthead-single .right-images .mini-image {
        width: 100%; } }
    .home-masthead-minimal .right-images .mini-image.top, .home-masthead-slideshow .right-images .mini-image.top, .home-masthead-single .right-images .mini-image.top {
      margin-right: 9px; }
      @media screen and (max-width: 767px) {
        .home-masthead-minimal .right-images .mini-image.top, .home-masthead-slideshow .right-images .mini-image.top, .home-masthead-single .right-images .mini-image.top {
          margin-right: 0; } }
    .home-masthead-minimal .right-images .mini-image .overlay, .home-masthead-slideshow .right-images .mini-image .overlay, .home-masthead-single .right-images .mini-image .overlay {
      font-family: 'atten-new';
      margin-top: 0;
      text-transform: unset;
      padding: 0 33px;
      font-weight: 800;
      color: #fff; }
      .home-masthead-minimal .right-images .mini-image .overlay h3, .home-masthead-minimal .right-images .mini-image .overlay .subheading, .home-masthead-slideshow .right-images .mini-image .overlay h3, .home-masthead-slideshow .right-images .mini-image .overlay .subheading, .home-masthead-single .right-images .mini-image .overlay h3, .home-masthead-single .right-images .mini-image .overlay .subheading {
        line-height: 30px;
        letter-spacing: 0.1em;
        text-transform: uppercase; }
      .home-masthead-minimal .right-images .mini-image .overlay h2, .home-masthead-minimal .right-images .mini-image .overlay .submessage, .home-masthead-slideshow .right-images .mini-image .overlay h2, .home-masthead-slideshow .right-images .mini-image .overlay .submessage, .home-masthead-single .right-images .mini-image .overlay h2, .home-masthead-single .right-images .mini-image .overlay .submessage {
        font-size: 42px;
        line-height: 42px;
        margin-bottom: 20px; }
      .home-masthead-minimal .right-images .mini-image .overlay p, .home-masthead-slideshow .right-images .mini-image .overlay p, .home-masthead-single .right-images .mini-image .overlay p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 40px;
        color: #fff; }
      .home-masthead-minimal .right-images .mini-image .overlay a.button, .home-masthead-slideshow .right-images .mini-image .overlay a.button, .home-masthead-single .right-images .mini-image .overlay a.button {
        color: #1D72F3; }
        .home-masthead-minimal .right-images .mini-image .overlay a.button:hover, .home-masthead-slideshow .right-images .mini-image .overlay a.button:hover, .home-masthead-single .right-images .mini-image .overlay a.button:hover {
          color: #fff; }

.home-masthead-slideshow .slider-wrap, .home-masthead-single .slider-wrap, .home-masthead-single-small .slider-wrap {
  width: 100%;
  height: 450px;
  border-radius: 9px; }
  @media screen and (max-width: 900px) {
    .home-masthead-slideshow .slider-wrap, .home-masthead-single .slider-wrap, .home-masthead-single-small .slider-wrap {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .home-masthead-slideshow .slider-wrap, .home-masthead-single .slider-wrap, .home-masthead-single-small .slider-wrap {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .home-masthead-slideshow .slider-wrap .group .overlay, .home-masthead-single .slider-wrap .group .overlay, .home-masthead-single-small .slider-wrap .group .overlay {
      justify-content: start;
      padding: 21px 33px 0; } }
  .home-masthead-slideshow .slider-wrap .group .overlay h2, .home-masthead-slideshow .slider-wrap .group .overlay .submessage, .home-masthead-single .slider-wrap .group .overlay h2, .home-masthead-single .slider-wrap .group .overlay .submessage, .home-masthead-single-small .slider-wrap .group .overlay h2, .home-masthead-single-small .slider-wrap .group .overlay .submessage {
    font-size: 42px;
    line-height: 42px; }
    @media screen and (max-width: 767px) {
      .home-masthead-slideshow .slider-wrap .group .overlay h2, .home-masthead-slideshow .slider-wrap .group .overlay .submessage, .home-masthead-single .slider-wrap .group .overlay h2, .home-masthead-single .slider-wrap .group .overlay .submessage, .home-masthead-single-small .slider-wrap .group .overlay h2, .home-masthead-single-small .slider-wrap .group .overlay .submessage {
        font-size: 33px;
        line-height: 33px; } }
  @media screen and (max-width: 767px) {
    .home-masthead-slideshow .slider-wrap .group .overlay .button, .home-masthead-slideshow .slider-wrap .group .overlay .subbutton, .home-masthead-single .slider-wrap .group .overlay .button, .home-masthead-single .slider-wrap .group .overlay .subbutton, .home-masthead-single-small .slider-wrap .group .overlay .button, .home-masthead-single-small .slider-wrap .group .overlay .subbutton {
      left: 0;
      right: 0;
      max-width: 200px; } }
  .home-masthead-slideshow .slider-wrap .overlay, .home-masthead-single .slider-wrap .overlay, .home-masthead-single-small .slider-wrap .overlay {
    background: rgba(26, 26, 26, 0.6);
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    flex-wrap: wrap;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0; }
    @media (min-width: 901px) {
      .home-masthead-slideshow .slider-wrap .overlay, .home-masthead-single .slider-wrap .overlay, .home-masthead-single-small .slider-wrap .overlay {
        padding: 0 33px;
        text-align: left;
        border-radius: 9px;
        overflow: hidden; } }
    .home-masthead-slideshow .slider-wrap .overlay h3, .home-masthead-slideshow .slider-wrap .overlay h2, .home-masthead-slideshow .slider-wrap .overlay p, .home-masthead-slideshow .slider-wrap .overlay .submessage, .home-masthead-slideshow .slider-wrap .overlay .subheading, .home-masthead-single .slider-wrap .overlay h3, .home-masthead-single .slider-wrap .overlay h2, .home-masthead-single .slider-wrap .overlay p, .home-masthead-single .slider-wrap .overlay .submessage, .home-masthead-single .slider-wrap .overlay .subheading, .home-masthead-single-small .slider-wrap .overlay h3, .home-masthead-single-small .slider-wrap .overlay h2, .home-masthead-single-small .slider-wrap .overlay p, .home-masthead-single-small .slider-wrap .overlay .submessage, .home-masthead-single-small .slider-wrap .overlay .subheading {
      color: white;
      width: 100%;
      text-align: center; }
      @media (min-width: 901px) {
        .home-masthead-slideshow .slider-wrap .overlay h3, .home-masthead-slideshow .slider-wrap .overlay h2, .home-masthead-slideshow .slider-wrap .overlay p, .home-masthead-slideshow .slider-wrap .overlay .submessage, .home-masthead-slideshow .slider-wrap .overlay .subheading, .home-masthead-single .slider-wrap .overlay h3, .home-masthead-single .slider-wrap .overlay h2, .home-masthead-single .slider-wrap .overlay p, .home-masthead-single .slider-wrap .overlay .submessage, .home-masthead-single .slider-wrap .overlay .subheading, .home-masthead-single-small .slider-wrap .overlay h3, .home-masthead-single-small .slider-wrap .overlay h2, .home-masthead-single-small .slider-wrap .overlay p, .home-masthead-single-small .slider-wrap .overlay .submessage, .home-masthead-single-small .slider-wrap .overlay .subheading {
          text-align: left;
          max-width: 500px; } }
    .home-masthead-slideshow .slider-wrap .overlay h3, .home-masthead-slideshow .slider-wrap .overlay .subheading, .home-masthead-single .slider-wrap .overlay h3, .home-masthead-single .slider-wrap .overlay .subheading, .home-masthead-single-small .slider-wrap .overlay h3, .home-masthead-single-small .slider-wrap .overlay .subheading {
      text-transform: uppercase;
      font-size: 12px;
      line-height: 30px;
      letter-spacing: 0.1em;
      margin: 0;
      font-weight: 800; }
      @media (min-width: 901px) {
        .home-masthead-slideshow .slider-wrap .overlay h3, .home-masthead-slideshow .slider-wrap .overlay .subheading, .home-masthead-single .slider-wrap .overlay h3, .home-masthead-single .slider-wrap .overlay .subheading, .home-masthead-single-small .slider-wrap .overlay h3, .home-masthead-single-small .slider-wrap .overlay .subheading {
          font-size: 14px; } }
    .home-masthead-slideshow .slider-wrap .overlay h2, .home-masthead-slideshow .slider-wrap .overlay .submessage, .home-masthead-single .slider-wrap .overlay h2, .home-masthead-single .slider-wrap .overlay .submessage, .home-masthead-single-small .slider-wrap .overlay h2, .home-masthead-single-small .slider-wrap .overlay .submessage {
      font-size: 40px;
      line-height: 40px;
      font-weight: 800;
      margin-bottom: 15px; }
      @media (min-width: 901px) {
        .home-masthead-slideshow .slider-wrap .overlay h2, .home-masthead-slideshow .slider-wrap .overlay .submessage, .home-masthead-single .slider-wrap .overlay h2, .home-masthead-single .slider-wrap .overlay .submessage, .home-masthead-single-small .slider-wrap .overlay h2, .home-masthead-single-small .slider-wrap .overlay .submessage {
          font-size: 40px;
          line-height: 40px;
          margin-bottom: 20px; } }
      @media screen and (max-width: 767px) {
        .home-masthead-slideshow .slider-wrap .overlay h2, .home-masthead-slideshow .slider-wrap .overlay .submessage, .home-masthead-single .slider-wrap .overlay h2, .home-masthead-single .slider-wrap .overlay .submessage, .home-masthead-single-small .slider-wrap .overlay h2, .home-masthead-single-small .slider-wrap .overlay .submessage {
          font-size: 33px;
          line-height: 33px; } }
    .home-masthead-slideshow .slider-wrap .overlay p, .home-masthead-single .slider-wrap .overlay p, .home-masthead-single-small .slider-wrap .overlay p {
      font-size: 16px;
      line-height: 19px; }
      @media (min-width: 901px) {
        .home-masthead-slideshow .slider-wrap .overlay p, .home-masthead-single .slider-wrap .overlay p, .home-masthead-single-small .slider-wrap .overlay p {
          font-size: 18px;
          line-height: 21px;
          margin-bottom: 20px; } }
    .home-masthead-slideshow .slider-wrap .overlay .button, .home-masthead-single .slider-wrap .overlay .button, .home-masthead-single-small .slider-wrap .overlay .button {
      margin: 0 auto; }
      @media (min-width: 901px) {
        .home-masthead-slideshow .slider-wrap .overlay .button, .home-masthead-single .slider-wrap .overlay .button, .home-masthead-single-small .slider-wrap .overlay .button {
          margin: 0; } }
      @media screen and (max-width: 767px) {
        .home-masthead-slideshow .slider-wrap .overlay .button, .home-masthead-single .slider-wrap .overlay .button, .home-masthead-single-small .slider-wrap .overlay .button {
          left: 0;
          right: 0;
          max-width: 200px; } }

.home-masthead-slideshow.half-height .slider-wrap, .home-masthead-single.half-height .slider-wrap, .home-masthead-single-small.half-height .slider-wrap {
  height: 270px; }
  .home-masthead-slideshow.half-height .slider-wrap .overlay, .home-masthead-single.half-height .slider-wrap .overlay, .home-masthead-single-small.half-height .slider-wrap .overlay {
    justify-content: start;
    padding: 33px 33px; }
    .home-masthead-slideshow.half-height .slider-wrap .overlay h2, .home-masthead-slideshow.half-height .slider-wrap .overlay .submessage, .home-masthead-single.half-height .slider-wrap .overlay h2, .home-masthead-single.half-height .slider-wrap .overlay .submessage, .home-masthead-single-small.half-height .slider-wrap .overlay h2, .home-masthead-single-small.half-height .slider-wrap .overlay .submessage {
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 15px; }
    .home-masthead-slideshow.half-height .slider-wrap .overlay .button, .home-masthead-single.half-height .slider-wrap .overlay .button, .home-masthead-single-small.half-height .slider-wrap .overlay .button {
      bottom: 18px; }

@media screen and (max-width: 767px) {
  .home-masthead-slideshow.third-height .slider-wrap, .home-masthead-single.third-height .slider-wrap, .home-masthead-single-small.third-height .slider-wrap {
    height: 180px; }
    .home-masthead-slideshow.third-height .slider-wrap .overlay, .home-masthead-single.third-height .slider-wrap .overlay, .home-masthead-single-small.third-height .slider-wrap .overlay {
      justify-content: start;
      padding: 33px 33px; }
      .home-masthead-slideshow.third-height .slider-wrap .overlay h2, .home-masthead-slideshow.third-height .slider-wrap .overlay .submessage, .home-masthead-single.third-height .slider-wrap .overlay h2, .home-masthead-single.third-height .slider-wrap .overlay .submessage, .home-masthead-single-small.third-height .slider-wrap .overlay h2, .home-masthead-single-small.third-height .slider-wrap .overlay .submessage {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 15px; }
      .home-masthead-slideshow.third-height .slider-wrap .overlay .button, .home-masthead-single.third-height .slider-wrap .overlay .button, .home-masthead-single-small.third-height .slider-wrap .overlay .button {
        bottom: 18px; }
      .home-masthead-slideshow.third-height .slider-wrap .overlay p, .home-masthead-single.third-height .slider-wrap .overlay p, .home-masthead-single-small.third-height .slider-wrap .overlay p {
        display: none; } }

.home-masthead-single-small .overlay {
  padding: 0 20px;
  justify-content: center;
  align-items: flex-start; }
  @media (min-width: 901px) {
    .home-masthead-single-small .overlay {
      padding: 0 33px;
      text-align: left; } }
  @media screen and (max-width: 767px) {
    .home-masthead-single-small .overlay {
      justify-content: start;
      padding-top: 42px; } }
  .home-masthead-single-small .overlay .button {
    margin: 0 auto; }
    @media (min-width: 901px) {
      .home-masthead-single-small .overlay .button {
        margin: 0; } }

.home-masthead-single .container {
  padding: 0; }

.home-masthead-single .subbutton, .home-masthead-single .button, .home-masthead-slideshow .subbutton, .home-masthead-slideshow .button, .home-masthead-minimal .subbutton, .home-masthead-minimal .button {
  position: absolute;
  bottom: 51px; }
  @media screen and (max-width: 901px) {
    .home-masthead-single .subbutton, .home-masthead-single .button, .home-masthead-slideshow .subbutton, .home-masthead-slideshow .button, .home-masthead-minimal .subbutton, .home-masthead-minimal .button {
      font-size: 12px;
      padding: 0 15px;
      margin: 0 12px !important; } }

@media screen and (max-width: 1100px) {
  .home-masthead-single.half-height .slider-wrap .overlay .subheading, .home-masthead-slideshow.half-height .slider-wrap .overlay .subheading, .home-masthead-minimal.half-height .slider-wrap .overlay .subheading {
    font-size: 12px; } }

.home-masthead-single.half-height .slider-wrap .overlay .subheading, .home-masthead-slideshow.half-height .slider-wrap .overlay .subheading, .home-masthead-minimal.half-height .slider-wrap .overlay .subheading {
  line-height: 24px; }

@media screen and (max-width: 925px) {
  .home-masthead-single.half-height .slider-wrap .overlay, .home-masthead-slideshow.half-height .slider-wrap .overlay, .home-masthead-minimal.half-height .slider-wrap .overlay {
    padding: 33px 15px; }
    .home-masthead-single.half-height .slider-wrap .overlay .subheading, .home-masthead-slideshow.half-height .slider-wrap .overlay .subheading, .home-masthead-minimal.half-height .slider-wrap .overlay .subheading {
      line-height: 15px; } }

@media screen and (max-width: 925px) and (min-width: 700px) {
  .home-masthead-single.half-height .slider-wrap .overlay, .home-masthead-slideshow.half-height .slider-wrap .overlay, .home-masthead-minimal.half-height .slider-wrap .overlay {
    padding: 39px 15px; }
    .home-masthead-single.half-height .slider-wrap .overlay .submessage, .home-masthead-slideshow.half-height .slider-wrap .overlay .submessage, .home-masthead-minimal.half-height .slider-wrap .overlay .submessage {
      margin-top: 9px;
      font-size: 24px;
      line-height: 27px; } }

@media screen and (max-width: 700px) {
  .home-masthead-single.half-height .slider-wrap .overlay .subheading, .home-masthead-slideshow.half-height .slider-wrap .overlay .subheading, .home-masthead-minimal.half-height .slider-wrap .overlay .subheading {
    line-height: 30px; }
  .home-masthead-single.half-height .slider-wrap .overlay .subbutton, .home-masthead-single.half-height .slider-wrap .overlay .button, .home-masthead-slideshow.half-height .slider-wrap .overlay .subbutton, .home-masthead-slideshow.half-height .slider-wrap .overlay .button, .home-masthead-minimal.half-height .slider-wrap .overlay .subbutton, .home-masthead-minimal.half-height .slider-wrap .overlay .button {
    margin: 0 auto !important;
    bottom: 27px; } }

@media screen and (max-width: 925px) and (min-width: 700px) {
  .home-masthead-single .third-height .slider-wrap .overlay, .home-masthead-slideshow .third-height .slider-wrap .overlay, .home-masthead-minimal .third-height .slider-wrap .overlay {
    padding: 30px 15px; } }

@media screen and (max-width: 925px) {
  .home-masthead-single .slider-wrap .overlay, .home-masthead-slideshow .slider-wrap .overlay, .home-masthead-minimal .slider-wrap .overlay {
    padding: 33px 15px; } }

@media screen and (max-width: 767px) {
  .home-masthead-single .left-image, .home-masthead-slideshow .left-image, .home-masthead-minimal .left-image {
    margin-bottom: 12px; } }

@media screen and (max-width: 900px) {
  .home-masthead-slideshow.half-height .slider-wrap .overlay .button {
    margin: 0 auto !important;
    bottom: 36px; } }

@media screen and (max-width: 1100px) {
  .home-masthead-single.half-height .slider-wrap .overlay .subheading {
    font-size: 12px; }
  .home-masthead-single.half-height .slider-wrap .overlay .button {
    margin: 0 12px;
    left: 0;
    right: 0; } }

.home-masthead-single.half-height .slider-wrap .overlay .subheading {
  line-height: 24px; }

@media screen and (max-width: 901px) {
  .home-masthead-single.half-height .slider-wrap .overlay {
    padding: 33px 15px; }
    .home-masthead-single.half-height .slider-wrap .overlay .subheading {
      line-height: 15px; } }

@media screen and (max-width: 901px) and (min-width: 700px) {
  .home-masthead-single.half-height .slider-wrap .overlay {
    padding: 15px; }
    .home-masthead-single.half-height .slider-wrap .overlay .submessage {
      margin-top: 9px;
      font-size: 24px;
      line-height: 27px; } }

@media screen and (max-width: 700px) {
  .home-masthead-single.half-height .slider-wrap .overlay .subheading {
    line-height: 30px; }
  .home-masthead-single.half-height .slider-wrap .overlay .subbutton, .home-masthead-single.half-height .slider-wrap .overlay .button {
    margin: 0 auto !important;
    bottom: 27px; } }

@media screen and (max-width: 901px) and (min-width: 700px) {
  .home-masthead-single .third-height .slider-wrap .overlay {
    padding: 30px 15px; } }

.home-section-heading {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center; }
  @media (min-width: 901px) {
    .home-section-heading {
      justify-content: space-between;
      margin-bottom: 20px; } }
  .home-section-heading h2 {
    display: flex;
    font-size: 24px;
    line-height: 60px;
    margin: 0; }
    @media (min-width: 901px) {
      .home-section-heading h2 {
        font-size: 30px; } }
  .home-section-heading .button {
    display: none; }
    @media (min-width: 901px) {
      .home-section-heading .button {
        display: flex; } }

.home-section-footer {
  display: flex;
  justify-content: center;
  padding-top: 30px; }
  @media (min-width: 901px) {
    .home-section-footer {
      display: none; } }
  .home-section-footer .button {
    margin: 0; }

.home-info-boxes {
  margin-bottom: 50px; }
  .home-info-boxes .boxes {
    display: flex;
    width: 100%;
    flex-wrap: wrap; }
    @media (min-width: 901px) {
      .home-info-boxes .boxes {
        flex-wrap: nowrap; } }
    .home-info-boxes .boxes .box {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin: 0 5px;
      padding: 25px;
      width: 100%;
      background: #F5F5F5;
      border-radius: 4px;
      margin-bottom: 15px; }
      @media (min-width: 901px) {
        .home-info-boxes .boxes .box {
          max-width: 33%;
          margin-bottom: 0;
          padding: 40px; } }
      .home-info-boxes .boxes .box h4 {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 18px;
        line-height: 36px; }
        @media (min-width: 901px) {
          .home-info-boxes .boxes .box h4 {
            font-size: 20px; } }
        .home-info-boxes .boxes .box h4 img, .home-info-boxes .boxes .box h4 svg {
          max-height: 23px;
          max-width: 23px;
          fill: none;
          margin-right: 10px; }
      .home-info-boxes .boxes .box p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 10px; }
        @media (min-width: 901px) {
          .home-info-boxes .boxes .box p {
            font-size: 18px;
            line-height: 26px; } }

.ob-home-member-benefits {
  margin-bottom: 50px; }
  .ob-home-member-benefits .container {
    padding: 0; }
    @media (min-width: 901px) {
      .ob-home-member-benefits .container {
        padding: 0 20px; } }
  .ob-home-member-benefits .benefits-wrap {
    background: #1D72F3;
    color: white;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 20px;
    flex-wrap: wrap;
    flex-direction: column; }
    @media (min-width: 901px) {
      .ob-home-member-benefits .benefits-wrap {
        padding: 75px; } }
    .ob-home-member-benefits .benefits-wrap .top-section {
      text-align: center;
      margin: 0 auto; }
      .ob-home-member-benefits .benefits-wrap .top-section svg {
        width: 80px;
        height: 46px; }
      .ob-home-member-benefits .benefits-wrap .top-section h2, .ob-home-member-benefits .benefits-wrap .top-section p {
        color: white; }
    .ob-home-member-benefits .benefits-wrap .row {
      align-items: flex-start;
      justify-content: center;
      margin-bottom: 35px;
      padding-top: 20px;
      padding-bottom: 30px; }
      .ob-home-member-benefits .benefits-wrap .row .icon-outer {
        text-align: center;
        justify-content: center;
        align-items: flex-start;
        padding: 8px;
        margin-bottom: 10px;
        cursor: default; }
        .ob-home-member-benefits .benefits-wrap .row .icon-outer:hover {
          box-shadow: 0px 30px 60px rgba(29, 79, 243, 0.5);
          margin-top: -10px; }
        @media (min-width: 901px) {
          .ob-home-member-benefits .benefits-wrap .row .icon-outer {
            padding: 25px;
            margin-bottom: 0;
            height: 185px; } }
        .ob-home-member-benefits .benefits-wrap .row .icon-outer .icon-inner {
          display: flex;
          width: 100%;
          height: 100%;
          flex-wrap: wrap;
          text-align: center;
          justify-content: center;
          align-items: center;
          text-decoration: none;
          flex-direction: column; }
          .ob-home-member-benefits .benefits-wrap .row .icon-outer .icon-inner img, .ob-home-member-benefits .benefits-wrap .row .icon-outer .icon-inner svg {
            max-width: 36px;
            max-height: 36px;
            fill: none;
            margin-bottom: 20px; }
            @media (min-width: 901px) {
              .ob-home-member-benefits .benefits-wrap .row .icon-outer .icon-inner img, .ob-home-member-benefits .benefits-wrap .row .icon-outer .icon-inner svg {
                max-width: 45px;
                max-height: 45px; } }
          .ob-home-member-benefits .benefits-wrap .row .icon-outer .icon-inner span {
            display: block;
            text-transform: uppercase;
            color: white;
            font-weight: 800;
            font-size: 11px;
            line-height: 12px;
            text-align: center;
            letter-spacing: 0.1em;
            width: 100%;
            padding: 0; }
            @media (min-width: 901px) {
              .ob-home-member-benefits .benefits-wrap .row .icon-outer .icon-inner span {
                font-size: 14px;
                line-height: 16px;
                padding: 0 10px; } }
    .ob-home-member-benefits .benefits-wrap .bottom-section {
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }

.home-brands {
  margin-bottom: 50px; }
  @media (min-width: 901px) {
    .home-brands {
      margin-bottom: 65px; } }
  .home-brands .container {
    justify-content: center;
    text-align: center;
    padding-bottom: 0px;
    overflow: visible; }
    @media (min-width: 901px) {
      .home-brands .container {
        padding-bottom: 50px; } }
    .home-brands .container .carousel-wrap {
      padding: 0;
      overflow: visible; }
      .home-brands .container .carousel-wrap .carousel {
        margin-bottom: 15px; }
    .home-brands .container h2 {
      font-size: 24px;
      line-height: 36px;
      margin-bottom: 0; }
      @media (min-width: 901px) {
        .home-brands .container h2 {
          font-size: 30px;
          line-height: 50px; } }
    .home-brands .container .button-group,
    .home-brands .container .bottom-section {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: center;
      text-align: center;
      flex-wrap: wrap; }
      @media (min-width: 901px) {
        .home-brands .container .button-group,
        .home-brands .container .bottom-section {
          flex-wrap: nowrap; } }
    .home-brands .container .slick-list {
      padding: 0 20px; }
    .home-brands .container .slick-track {
      padding: 30px 0; }
    .home-brands .container .slide {
      text-align: center;
      overflow: visible; }
      .home-brands .container .slide a {
        display: flex;
        width: 125px;
        height: 120px;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0;
        margin: 0 auto; }
        .home-brands .container .slide a:hover {
          background: white;
          margin-top: -10px;
          box-shadow: 0px 30px 60px rgba(59, 54, 51, 0.15); }
        .home-brands .container .slide a img {
          width: 125px;
          height: 100%;
          object-fit: contain; }
        @media (min-width: 901px) {
          .home-brands .container .slide a {
            width: 250px;
            height: 105px;
            padding: 0 20px; }
            .home-brands .container .slide a img {
              width: 250px;
              height: 105px; } }
    .home-brands .container .slick-dots {
      bottom: -150px; }
      @media (min-width: 551px) {
        .home-brands .container .slick-dots {
          bottom: -100px; } }

.home-video-gallery {
  padding: 50px 0;
  background: #F5F5F5;
  margin-bottom: 25px; }
  @media (min-width: 901px) {
    .home-video-gallery {
      padding: 100px 0;
      margin-bottom: 75px; } }
  @media (min-width: 901px) {
    .home-video-gallery .videos {
      margin-top: 20px; } }
  .home-video-gallery .videos .video {
    text-align: center;
    opacity: 1;
    display: flex;
    align-items: center; }
    @media (min-width: 901px) {
      .home-video-gallery .videos .video {
        width: 800px;
        min-height: 450px;
        opacity: 0.4; }
        .home-video-gallery .videos .video:hover {
          opacity: 0.4; } }
    .home-video-gallery .videos .video .video-inner {
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
    .home-video-gallery .videos .video iframe {
      max-width: 100%;
      margin: 0 0 10px;
      display: flex; }
      @media (min-width: 901px) {
        .home-video-gallery .videos .video iframe {
          width: 625px;
          height: 350px;
          border-radius: 4px;
          pointer-events: none; } }
    .home-video-gallery .videos .video p {
      text-align: center;
      justify-content: center;
      font-weight: 700;
      clear: both;
      display: flex;
      max-width: 80%; }
      @media (min-width: 901px) {
        .home-video-gallery .videos .video p {
          display: none; } }
  .home-video-gallery .videos .slick-center {
    opacity: 1 !important; }
    .home-video-gallery .videos .slick-center iframe {
      max-width: 100%; }
      @media (min-width: 901px) {
        .home-video-gallery .videos .slick-center iframe {
          width: 800px;
          height: 450px;
          pointer-events: auto; } }
    @media (min-width: 901px) {
      .home-video-gallery .videos .slick-center p {
        display: flex; } }
  .home-video-gallery .slick-arrow {
    top: 30%; }
    @media (min-width: 901px) {
      .home-video-gallery .slick-arrow {
        top: 50%; } }
  .home-video-gallery .slick-prev {
    left: 10px; }
    @media (min-width: 901px) {
      .home-video-gallery .slick-prev {
        left: 50px; } }
    @media (min-width: 1261px) {
      .home-video-gallery .slick-prev {
        left: 26%; } }
  .home-video-gallery .slick-next {
    right: 10px; }
    @media (min-width: 901px) {
      .home-video-gallery .slick-next {
        right: 50px; } }
    @media (min-width: 1261px) {
      .home-video-gallery .slick-next {
        right: 26%; } }

.home-blog-feed {
  margin-bottom: 90px; }
  .home-blog-feed .container {
    overflow: visible; }
  .home-blog-feed .slick-prev {
    left: -15px;
    top: 30%; }
    @media (min-width: 901px) {
      .home-blog-feed .slick-prev {
        left: -30px;
        top: 45%; } }
  .home-blog-feed .slick-next {
    right: -10px;
    top: 30%; }
    @media (min-width: 901px) {
      .home-blog-feed .slick-next {
        right: -30px;
        top: 45%; } }
  .home-blog-feed .slick-dots {
    bottom: -40px; }
  .home-blog-feed .blog .thumbnail-wrap {
    border: none !important; }
  .home-blog-feed .blog .post-body {
    background: white !important; }
    .home-blog-feed .blog .post-body .details-row {
      display: none !important; }

.home-top-products {
  padding: 75px 0;
  background: #F5F5F5; }
  .home-top-products .container {
    overflow: visible; }
  .home-top-products .product .card-figure {
    background: #F5F5F5; }
  .home-top-products .product:hover .card {
    background: #F5F5F5 !important; }
  .home-top-products .product:hover .card-img-container {
    background: #F5F5F5 !important; }
  .home-top-products .slick-prev {
    left: 0; }
    @media (min-width: 901px) {
      .home-top-products .slick-prev {
        left: -30px; } }
  .home-top-products .slick-next {
    right: 0; }
    @media (min-width: 901px) {
      .home-top-products .slick-next {
        right: -30px; } }

.quick-ship-card {
  height: 20px;
  width: auto;
  align-items: center;
  text-align: center;
  display: flex;
  align-content: center;
  flex-direction: row;
  justify-content: center; }
  @media (max-width: 481px) {
    .quick-ship-card .quick-ship-text {
      font-size: 10px; } }

.quick-ship-badge {
  align-items: center;
  text-align: center;
  display: flex;
  align-content: center;
  flex-direction: row;
  justify-content: center;
  max-width: none; }

.quick-ship-truck {
  height: 12px;
  background-image: url("https://cdn11.bigcommerce.com/s-f2blb58h/images/stencil/320w/image-manager/shipping-truck-cropped.png?t=1665167981");
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  background-position: 50% 50%;
  margin: 0 3px 0 0; }
  @media (max-width: 481px) {
    .quick-ship-truck {
      width: 19px; } }

.quick-ship-text {
  font-weight: bold;
  display: flex;
  color: #1D72F3; }

.retic-price-reduced-badge-wrapper .retic-price-reduced-badge, .retic-price-reduced-badge-wrapper .retic-quick-ship-badge, .retic-price-reduced-badge-wrapper .retic-sale-badge, .retic-quick-ship-badge-wrapper .retic-price-reduced-badge, .retic-quick-ship-badge-wrapper .retic-quick-ship-badge, .retic-quick-ship-badge-wrapper .retic-sale-badge, .retic-sale-badge-wrapper .retic-price-reduced-badge, .retic-sale-badge-wrapper .retic-quick-ship-badge, .retic-sale-badge-wrapper .retic-sale-badge {
  width: auto;
  text-align: center;
  font-weight: bold;
  padding: 3px 9px;
  background-color: #1D72F3;
  border-radius: 4px;
  color: #FFFFFF; }
  .retic-price-reduced-badge-wrapper .retic-price-reduced-badge .ob-availabilityMessage, .retic-price-reduced-badge-wrapper .retic-quick-ship-badge .ob-availabilityMessage, .retic-price-reduced-badge-wrapper .retic-sale-badge .ob-availabilityMessage, .retic-quick-ship-badge-wrapper .retic-price-reduced-badge .ob-availabilityMessage, .retic-quick-ship-badge-wrapper .retic-quick-ship-badge .ob-availabilityMessage, .retic-quick-ship-badge-wrapper .retic-sale-badge .ob-availabilityMessage, .retic-sale-badge-wrapper .retic-price-reduced-badge .ob-availabilityMessage, .retic-sale-badge-wrapper .retic-quick-ship-badge .ob-availabilityMessage, .retic-sale-badge-wrapper .retic-sale-badge .ob-availabilityMessage {
    font-weight: 800; }

.retic-price-reduced-badge-wrapper .retic-quick-ship-badge, .retic-quick-ship-badge-wrapper .retic-quick-ship-badge, .retic-sale-badge-wrapper .retic-quick-ship-badge {
  max-width: none;
  background-color: #1D72F3;
  color: #fff; }
  .retic-price-reduced-badge-wrapper .retic-quick-ship-badge .quick-ship-text, .retic-quick-ship-badge-wrapper .retic-quick-ship-badge .quick-ship-text, .retic-sale-badge-wrapper .retic-quick-ship-badge .quick-ship-text {
    color: #fff;
    font-weight: 800; }
  .retic-price-reduced-badge-wrapper .retic-quick-ship-badge .quick-ship-truck, .retic-quick-ship-badge-wrapper .retic-quick-ship-badge .quick-ship-truck, .retic-sale-badge-wrapper .retic-quick-ship-badge .quick-ship-truck {
    background-image: url("https://cdn11.bigcommerce.com/s-f2blb58h/images/stencil/320w/image-manager/shipping-truck-cropped-white.png?t=1665416165"); }

.retic-price-reduced-badge-wrapper.price-reduced-mobile, .retic-quick-ship-badge-wrapper.price-reduced-mobile, .retic-sale-badge-wrapper.price-reduced-mobile {
  margin: -10px auto 0; }

@media (max-width: 481px) {
  .product .card .card-figure .ob-product-availability .ob-badge .icon {
    display: none; } }

.product,
.productCarousel-slide {
  padding: 15px; }
  .product .card,
  .productCarousel-slide .card {
    text-align: center;
    padding: 10px; }
    .product .card.hasQuickShip:hover .retic-quick-ship-badge-wrapper,
    .productCarousel-slide .card.hasQuickShip:hover .retic-quick-ship-badge-wrapper {
      display: block !important; }
    .product .card.hasQuickShip:hover .retic-price-reduced-badge-wrapper,
    .productCarousel-slide .card.hasQuickShip:hover .retic-price-reduced-badge-wrapper {
      /*display: none;*/ }
    @media (min-width: 901px) {
      .product .card,
      .productCarousel-slide .card {
        padding: 20px; } }
    .product .card .card-figcaption,
    .productCarousel-slide .card .card-figcaption {
      display: none !important; }
    .product .card .card-figure,
    .productCarousel-slide .card .card-figure {
      overflow: visible; }
      .product .card .card-figure img,
      .productCarousel-slide .card .card-figure img {
        mix-blend-mode: darken; }
      .product .card .card-figure .card-img-container,
      .productCarousel-slide .card .card-figure .card-img-container {
        padding: 0; }
      .product .card .card-figure .retic-quick-ship-badge-wrapper,
      .productCarousel-slide .card .card-figure .retic-quick-ship-badge-wrapper {
        display: none !important; }
      .product .card .card-figure .ob-product-availability, .product .card .card-figure .retic-price-reduced-badge-wrapper, .product .card .card-figure .retic-quick-ship-badge-wrapper,
      .productCarousel-slide .card .card-figure .ob-product-availability,
      .productCarousel-slide .card .card-figure .retic-price-reduced-badge-wrapper,
      .productCarousel-slide .card .card-figure .retic-quick-ship-badge-wrapper {
        position: absolute;
        top: -10px;
        right: -10px;
        z-index: 1;
        width: auto; }
        @media (max-width: 901px) {
          .product .card .card-figure .ob-product-availability, .product .card .card-figure .retic-price-reduced-badge-wrapper, .product .card .card-figure .retic-quick-ship-badge-wrapper,
          .productCarousel-slide .card .card-figure .ob-product-availability,
          .productCarousel-slide .card .card-figure .retic-price-reduced-badge-wrapper,
          .productCarousel-slide .card .card-figure .retic-quick-ship-badge-wrapper {
            top: 0px;
            right: 0px; } }
        .product .card .card-figure .ob-product-availability svg, .product .card .card-figure .retic-price-reduced-badge-wrapper svg, .product .card .card-figure .retic-quick-ship-badge-wrapper svg,
        .productCarousel-slide .card .card-figure .ob-product-availability svg,
        .productCarousel-slide .card .card-figure .retic-price-reduced-badge-wrapper svg,
        .productCarousel-slide .card .card-figure .retic-quick-ship-badge-wrapper svg {
          fill: none; }
        .product .card .card-figure .ob-product-availability span, .product .card .card-figure .retic-price-reduced-badge-wrapper span, .product .card .card-figure .retic-quick-ship-badge-wrapper span,
        .productCarousel-slide .card .card-figure .ob-product-availability span,
        .productCarousel-slide .card .card-figure .retic-price-reduced-badge-wrapper span,
        .productCarousel-slide .card .card-figure .retic-quick-ship-badge-wrapper span {
          color: inherit; }
        .product .card .card-figure .ob-product-availability .icon, .product .card .card-figure .retic-price-reduced-badge-wrapper .icon, .product .card .card-figure .retic-quick-ship-badge-wrapper .icon,
        .productCarousel-slide .card .card-figure .ob-product-availability .icon,
        .productCarousel-slide .card .card-figure .retic-price-reduced-badge-wrapper .icon,
        .productCarousel-slide .card .card-figure .retic-quick-ship-badge-wrapper .icon {
          margin-right: 4px; }
        .product .card .card-figure .ob-product-availability .ob-badge, .product .card .card-figure .ob-product-availability .retic-price-reduced-badge, .product .card .card-figure .ob-product-availability .retic-quick-ship-badge, .product .card .card-figure .retic-price-reduced-badge-wrapper .ob-badge, .product .card .card-figure .retic-price-reduced-badge-wrapper .retic-price-reduced-badge, .product .card .card-figure .retic-price-reduced-badge-wrapper .retic-quick-ship-badge, .product .card .card-figure .retic-quick-ship-badge-wrapper .ob-badge, .product .card .card-figure .retic-quick-ship-badge-wrapper .retic-price-reduced-badge, .product .card .card-figure .retic-quick-ship-badge-wrapper .retic-quick-ship-badge,
        .productCarousel-slide .card .card-figure .ob-product-availability .ob-badge,
        .productCarousel-slide .card .card-figure .ob-product-availability .retic-price-reduced-badge,
        .productCarousel-slide .card .card-figure .ob-product-availability .retic-quick-ship-badge,
        .productCarousel-slide .card .card-figure .retic-price-reduced-badge-wrapper .ob-badge,
        .productCarousel-slide .card .card-figure .retic-price-reduced-badge-wrapper .retic-price-reduced-badge,
        .productCarousel-slide .card .card-figure .retic-price-reduced-badge-wrapper .retic-quick-ship-badge,
        .productCarousel-slide .card .card-figure .retic-quick-ship-badge-wrapper .ob-badge,
        .productCarousel-slide .card .card-figure .retic-quick-ship-badge-wrapper .retic-price-reduced-badge,
        .productCarousel-slide .card .card-figure .retic-quick-ship-badge-wrapper .retic-quick-ship-badge {
          padding: 3px 9px;
          background-color: #1D72F3;
          border-radius: 4px;
          color: #FFFFFF; }
          @media (max-width: 551px) {
            .product .card .card-figure .ob-product-availability .ob-badge, .product .card .card-figure .ob-product-availability .retic-price-reduced-badge, .product .card .card-figure .ob-product-availability .retic-quick-ship-badge, .product .card .card-figure .retic-price-reduced-badge-wrapper .ob-badge, .product .card .card-figure .retic-price-reduced-badge-wrapper .retic-price-reduced-badge, .product .card .card-figure .retic-price-reduced-badge-wrapper .retic-quick-ship-badge, .product .card .card-figure .retic-quick-ship-badge-wrapper .ob-badge, .product .card .card-figure .retic-quick-ship-badge-wrapper .retic-price-reduced-badge, .product .card .card-figure .retic-quick-ship-badge-wrapper .retic-quick-ship-badge,
            .productCarousel-slide .card .card-figure .ob-product-availability .ob-badge,
            .productCarousel-slide .card .card-figure .ob-product-availability .retic-price-reduced-badge,
            .productCarousel-slide .card .card-figure .ob-product-availability .retic-quick-ship-badge,
            .productCarousel-slide .card .card-figure .retic-price-reduced-badge-wrapper .ob-badge,
            .productCarousel-slide .card .card-figure .retic-price-reduced-badge-wrapper .retic-price-reduced-badge,
            .productCarousel-slide .card .card-figure .retic-price-reduced-badge-wrapper .retic-quick-ship-badge,
            .productCarousel-slide .card .card-figure .retic-quick-ship-badge-wrapper .ob-badge,
            .productCarousel-slide .card .card-figure .retic-quick-ship-badge-wrapper .retic-price-reduced-badge,
            .productCarousel-slide .card .card-figure .retic-quick-ship-badge-wrapper .retic-quick-ship-badge {
              padding: 1px 3px; } }
        .product .card .card-figure .ob-product-availability .retic-quick-ship-badge, .product .card .card-figure .retic-price-reduced-badge-wrapper .retic-quick-ship-badge, .product .card .card-figure .retic-quick-ship-badge-wrapper .retic-quick-ship-badge,
        .productCarousel-slide .card .card-figure .ob-product-availability .retic-quick-ship-badge,
        .productCarousel-slide .card .card-figure .retic-price-reduced-badge-wrapper .retic-quick-ship-badge,
        .productCarousel-slide .card .card-figure .retic-quick-ship-badge-wrapper .retic-quick-ship-badge {
          background-color: #ff4200; }
        .product .card .card-figure .ob-product-availability .ob-availabilityMessage, .product .card .card-figure .retic-price-reduced-badge-wrapper .ob-availabilityMessage, .product .card .card-figure .retic-quick-ship-badge-wrapper .ob-availabilityMessage,
        .productCarousel-slide .card .card-figure .ob-product-availability .ob-availabilityMessage,
        .productCarousel-slide .card .card-figure .retic-price-reduced-badge-wrapper .ob-availabilityMessage,
        .productCarousel-slide .card .card-figure .retic-quick-ship-badge-wrapper .ob-availabilityMessage {
          font-weight: 700;
          font-size: 12px;
          letter-spacing: 0.04em; }
          @media (max-width: 551px) {
            .product .card .card-figure .ob-product-availability .ob-availabilityMessage, .product .card .card-figure .retic-price-reduced-badge-wrapper .ob-availabilityMessage, .product .card .card-figure .retic-quick-ship-badge-wrapper .ob-availabilityMessage,
            .productCarousel-slide .card .card-figure .ob-product-availability .ob-availabilityMessage,
            .productCarousel-slide .card .card-figure .retic-price-reduced-badge-wrapper .ob-availabilityMessage,
            .productCarousel-slide .card .card-figure .retic-quick-ship-badge-wrapper .ob-availabilityMessage {
              font-size: 12px; } }
          @media (max-width: 481px) {
            .product .card .card-figure .ob-product-availability .ob-availabilityMessage, .product .card .card-figure .retic-price-reduced-badge-wrapper .ob-availabilityMessage, .product .card .card-figure .retic-quick-ship-badge-wrapper .ob-availabilityMessage,
            .productCarousel-slide .card .card-figure .ob-product-availability .ob-availabilityMessage,
            .productCarousel-slide .card .card-figure .retic-price-reduced-badge-wrapper .ob-availabilityMessage,
            .productCarousel-slide .card .card-figure .retic-quick-ship-badge-wrapper .ob-availabilityMessage {
              font-size: 9px; } }
          @media (min-width: 901px) {
            .product .card .card-figure .ob-product-availability .ob-availabilityMessage, .product .card .card-figure .retic-price-reduced-badge-wrapper .ob-availabilityMessage, .product .card .card-figure .retic-quick-ship-badge-wrapper .ob-availabilityMessage,
            .productCarousel-slide .card .card-figure .ob-product-availability .ob-availabilityMessage,
            .productCarousel-slide .card .card-figure .retic-price-reduced-badge-wrapper .ob-availabilityMessage,
            .productCarousel-slide .card .card-figure .retic-quick-ship-badge-wrapper .ob-availabilityMessage {
              font-size: 14px;
              letter-spacing: 0.25px; } }
        .product .card .card-figure .ob-product-availability .retic-price-reduced-badge, .product .card .card-figure .ob-product-availability .retic-quick-ship-badge, .product .card .card-figure .retic-price-reduced-badge-wrapper .retic-price-reduced-badge, .product .card .card-figure .retic-price-reduced-badge-wrapper .retic-quick-ship-badge, .product .card .card-figure .retic-quick-ship-badge-wrapper .retic-price-reduced-badge, .product .card .card-figure .retic-quick-ship-badge-wrapper .retic-quick-ship-badge,
        .productCarousel-slide .card .card-figure .ob-product-availability .retic-price-reduced-badge,
        .productCarousel-slide .card .card-figure .ob-product-availability .retic-quick-ship-badge,
        .productCarousel-slide .card .card-figure .retic-price-reduced-badge-wrapper .retic-price-reduced-badge,
        .productCarousel-slide .card .card-figure .retic-price-reduced-badge-wrapper .retic-quick-ship-badge,
        .productCarousel-slide .card .card-figure .retic-quick-ship-badge-wrapper .retic-price-reduced-badge,
        .productCarousel-slide .card .card-figure .retic-quick-ship-badge-wrapper .retic-quick-ship-badge {
          padding: 3px 4px; }
          @media (max-width: 481px) {
            .product .card .card-figure .ob-product-availability .retic-price-reduced-badge, .product .card .card-figure .ob-product-availability .retic-quick-ship-badge, .product .card .card-figure .retic-price-reduced-badge-wrapper .retic-price-reduced-badge, .product .card .card-figure .retic-price-reduced-badge-wrapper .retic-quick-ship-badge, .product .card .card-figure .retic-quick-ship-badge-wrapper .retic-price-reduced-badge, .product .card .card-figure .retic-quick-ship-badge-wrapper .retic-quick-ship-badge,
            .productCarousel-slide .card .card-figure .ob-product-availability .retic-price-reduced-badge,
            .productCarousel-slide .card .card-figure .ob-product-availability .retic-quick-ship-badge,
            .productCarousel-slide .card .card-figure .retic-price-reduced-badge-wrapper .retic-price-reduced-badge,
            .productCarousel-slide .card .card-figure .retic-price-reduced-badge-wrapper .retic-quick-ship-badge,
            .productCarousel-slide .card .card-figure .retic-quick-ship-badge-wrapper .retic-price-reduced-badge,
            .productCarousel-slide .card .card-figure .retic-quick-ship-badge-wrapper .retic-quick-ship-badge {
              padding: 1px 4px; } }
      .product .card .card-figure .retic-price-reduced-badge-wrapper, .product .card .card-figure .retic-quick-ship-badge-wrapper,
      .productCarousel-slide .card .card-figure .retic-price-reduced-badge-wrapper,
      .productCarousel-slide .card .card-figure .retic-quick-ship-badge-wrapper {
        right: auto;
        left: -10px; }
        @media (max-width: 551px) {
          .product .card .card-figure .retic-price-reduced-badge-wrapper.desktop, .product .card .card-figure .retic-quick-ship-badge-wrapper.desktop,
          .productCarousel-slide .card .card-figure .retic-price-reduced-badge-wrapper.desktop,
          .productCarousel-slide .card .card-figure .retic-quick-ship-badge-wrapper.desktop {
            /*display: none !important;*/ } }
        @media (max-width: 901px) {
          .product .card .card-figure .retic-price-reduced-badge-wrapper, .product .card .card-figure .retic-quick-ship-badge-wrapper,
          .productCarousel-slide .card .card-figure .retic-price-reduced-badge-wrapper,
          .productCarousel-slide .card .card-figure .retic-quick-ship-badge-wrapper {
            top: 0;
            left: 0; } }
        .product .card .card-figure .retic-price-reduced-badge-wrapper .retic-price-reduced-badge, .product .card .card-figure .retic-price-reduced-badge-wrapper .retic-quick-ship-badge, .product .card .card-figure .retic-quick-ship-badge-wrapper .retic-price-reduced-badge, .product .card .card-figure .retic-quick-ship-badge-wrapper .retic-quick-ship-badge,
        .productCarousel-slide .card .card-figure .retic-price-reduced-badge-wrapper .retic-price-reduced-badge,
        .productCarousel-slide .card .card-figure .retic-price-reduced-badge-wrapper .retic-quick-ship-badge,
        .productCarousel-slide .card .card-figure .retic-quick-ship-badge-wrapper .retic-price-reduced-badge,
        .productCarousel-slide .card .card-figure .retic-quick-ship-badge-wrapper .retic-quick-ship-badge {
          background-color: #1D72F3;
          border-radius: 4px;
          color: #FFFFFF;
          /*border: 2px solid $ob-blue;*/ }
        .product .card .card-figure .retic-price-reduced-badge-wrapper .retic-quick-ship-badge, .product .card .card-figure .retic-quick-ship-badge-wrapper .retic-quick-ship-badge,
        .productCarousel-slide .card .card-figure .retic-price-reduced-badge-wrapper .retic-quick-ship-badge,
        .productCarousel-slide .card .card-figure .retic-quick-ship-badge-wrapper .retic-quick-ship-badge {
          background-color: #ff4200; }
    .product .card .card-body,
    .productCarousel-slide .card .card-body {
      padding: 0;
      margin: 0;
      border: none; }
    .product .card .card-text,
    .product .card .card-title a,
    .product .card .stamped-product-reviews-badge,
    .productCarousel-slide .card .card-text,
    .productCarousel-slide .card .card-title a,
    .productCarousel-slide .card .stamped-product-reviews-badge {
      text-align: center; }
    .product .card .stamped-product-reviews-badge,
    .productCarousel-slide .card .stamped-product-reviews-badge {
      height: 28px; }
    .product .card .card-text[data-test-info-type="brandName"],
    .productCarousel-slide .card .card-text[data-test-info-type="brandName"] {
      color: #1D72F3;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 18px;
      font-weight: 800;
      margin-bottom: 10px; }
      @media (min-width: 551px) {
        .product .card .card-text[data-test-info-type="brandName"],
        .productCarousel-slide .card .card-text[data-test-info-type="brandName"] {
          font-size: 13px; } }
    .product .card .card-title a,
    .productCarousel-slide .card .card-title a {
      font-weight: 700;
      font-size: 14px;
      line-height: 16px; }
      @media (min-width: 551px) {
        .product .card .card-title a,
        .productCarousel-slide .card .card-title a {
          font-size: 16px;
          line-height: 19px; } }
  .product:hover .card,
  .productCarousel-slide:hover .card {
    margin-top: -10px;
    background: white;
    box-shadow: 0px 10px 10px rgba(59, 54, 51, 0.15); }
  .product:hover .card-img-container,
  .productCarousel-slide:hover .card-img-container {
    background: white; }

@media screen and (max-width: 640px) and (min-width: 550px) {
  .product .card .card-figure .retic-price-reduced-badge-wrapper .ob-availabilityMessage,
  .product .card .card-figure .ob-product-availability .ob-availabilityMessage,
  .product .card .card-figure .retic-quick-ship-badge-wrapper .ob-availabilityMessage {
    font-size: 9px !important; } }

@media screen and (max-width: 1000px) and (min-width: 800px) {
  .product .card .card-figure .retic-price-reduced-badge-wrapper .ob-availabilityMessage,
  .product .card .card-figure .retic-quick-ship-badge-wrapper .ob-availabilityMessage,
  .product .card .card-figure .ob-product-availability .ob-availabilityMessage {
    font-size: 10px !important; } }

.quickSearchResults .product .card {
  background: white; }

.productCarousel-slide .card-figure {
  background: #F5F5F5; }

.productCarousel-slide:hover .card {
  margin-top: 0;
  background: #F5F5F5 !important; }

.productCarousel-slide:hover .card-img-container {
  background: #F5F5F5 !important; }

.similar-products-wrap .productCarousel .card {
  padding: 10px; }
  @media (min-width: 901px) {
    .similar-products-wrap .productCarousel .card {
      padding: 20px; } }

.slash-price {
  text-decoration: line-through;
  color: red; }

.sale-badge-wrapper {
  position: absolute;
  top: -5px;
  left: -5px; }
  .sale-badge-wrapper .sale-circle-badge {
    border-radius: 100px;
    border-style: dashed;
    border-width: 2px;
    border-color: #1D72F3;
    height: 50px;
    width: 50px;
    position: relative; }
    .sale-badge-wrapper .sale-circle-badge .sale-text {
      position: absolute;
      transform: translateX(-50%) translateY(-50%);
      left: 50%;
      top: 50%;
      color: #1D72F3;
      font-size: 14px;
      font-weight: 800;
      text-transform: capitalize;
      line-height: 14px; }
  @media (min-width: 901px) {
    .sale-badge-wrapper .sale-circle-badge .sale-text {
      font-size: 15px;
      line-height: 17px; } }

body[data-page-type="product"] .breadcrumbs .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap; }
  body[data-page-type="product"] .breadcrumbs .breadcrumb a {
    text-decoration: underline; }
  body[data-page-type="product"] .breadcrumbs .breadcrumb:before {
    border: none;
    content: '';
    transform: rotate(180deg);
    width: 4px;
    height: 7px;
    background: url("https://store-ny2ro.mybigcommerce.com/content/breadcrumb-arrow.svg") no-repeat center;
    background-size: 5px 8px;
    display: flex;
    margin-right: 5px;
    top: 0; }

.price-label {
  display: none !important; }

.pulse {
  display: block; }

.rtc-promo-banner {
  width: 100%;
  height: 57px;
  display: none;
  position: relative; }
  .rtc-promo-banner a.banner-link {
    display: block;
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.extra-badges {
  clear: both;
  float: left;
  width: 100%;
  margin: 0 0 9px; }
  .extra-badges .retic-price-reduced-badge-wrapper, .extra-badges .retic-sale-badge-wrapper {
    float: left;
    margin: 0 9px 0 0; }
  .extra-badges .retic-quick-ship-badge-wrapper {
    float: left; }

.discount-banner {
  padding: 0 6px;
  background-color: #686868;
  border-radius: 6px;
  margin-left: 12px; }
  .discount-banner .discount-text {
    color: #fff; }

.easyzoom-flyout {
  background: #FFF; }

.productView-images {
  margin-bottom: 20px;
  position: relative; }
  @media (min-width: 901px) {
    .productView-images {
      margin-bottom: 3rem; } }
  .productView-images .product-image-controls {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ddd; }
    .productView-images .product-image-controls a {
      margin: 0;
      display: block;
      width: 40px;
      height: 40px; }
      .productView-images .product-image-controls a svg {
        width: 100%;
        height: 100%; }
      .productView-images .product-image-controls a.ob-360-view {
        margin-left: 8px; }

.productView-thumbnails .slick-current > .productView-thumbnail-link {
  border: 2px solid #1D72F3 !important; }

.product-image-zoom-modal {
  width: 860px;
  height: 550px;
  padding: 10px; }
  @media (min-width: 901px) {
    .product-image-zoom-modal {
      padding: 20px;
      width: 1900px;
      height: 850px;
      max-width: 100%;
      max-height: 100%; } }
  .product-image-zoom-modal img {
    max-width: 100%;
    max-height: 100%; }

.product-image-nav-row {
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: nowrap; }
  @media (min-width: 901px) {
    .product-image-nav-row {
      align-items: flex-start;
      justify-content: flex-start; } }
  .product-image-nav-row .customer-photos,
  .product-image-nav-row .videos-link {
    display: flex; }
    .product-image-nav-row .customer-photos a,
    .product-image-nav-row .videos-link a {
      display: flex;
      flex-flow: column nowrap;
      width: 75px;
      height: 100%;
      font-size: 14px;
      line-height: 15px;
      text-align: center; }
      .product-image-nav-row .customer-photos a .ob-image-container,
      .product-image-nav-row .videos-link a .ob-image-container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 7px;
        border-radius: 4px;
        overflow: hidden; }
        @media (min-width: 901px) {
          .product-image-nav-row .customer-photos a .ob-image-container,
          .product-image-nav-row .videos-link a .ob-image-container {
            width: 75px;
            height: 75px; } }
        .product-image-nav-row .customer-photos a .ob-image-container::before,
        .product-image-nav-row .videos-link a .ob-image-container::before {
          content: '';
          display: flex;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 2;
          background: linear-gradient(0deg, rgba(26, 26, 26, 0.5), rgba(26, 26, 26, 0.5)); }
        .product-image-nav-row .customer-photos a .ob-image-container img,
        .product-image-nav-row .videos-link a .ob-image-container img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          position: relative;
          z-index: 1; }
        .product-image-nav-row .customer-photos a .ob-image-container::after,
        .product-image-nav-row .videos-link a .ob-image-container::after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          z-index: 3;
          width: 50px;
          height: 50px; }
      .product-image-nav-row .customer-photos a:hover:before,
      .product-image-nav-row .videos-link a:hover:before {
        background: linear-gradient(0deg, rgba(26, 26, 26, 0.35), rgba(26, 26, 26, 0.35)); }
  .product-image-nav-row .customer-photos {
    order: 2;
    margin-right: 15px; }
    @media (min-width: 901px) {
      .product-image-nav-row .customer-photos {
        order: 1; } }
    .product-image-nav-row .customer-photos a .ob-image-container::after {
      background: url(../icons/ob-picture.svg) no-repeat center;
      background-size: 50px 50px; }
  .product-image-nav-row .videos-link {
    order: 3; }
    @media (min-width: 901px) {
      .product-image-nav-row .videos-link {
        order: 2;
        margin-right: 15px; } }
    .product-image-nav-row .videos-link a .ob-image-container::after {
      background: url(../icons/ob-play.svg) no-repeat center;
      background-size: 50px 50px; }
  .product-image-nav-row .videos-mobile-link {
    text-align: center;
    width: 100px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #1A1A1A; }
    .product-image-nav-row .videos-mobile-link a {
      font-size: 12px;
      line-height: 16px;
      width: 100%;
      display: block; }
  .product-image-nav-row .thumbnails-wrap {
    width: auto;
    order: 1; }
    @media (min-width: 901px) {
      .product-image-nav-row .thumbnails-wrap {
        width: calc(100% - 200px);
        margin-bottom: 0;
        order: 2; } }
    .product-image-nav-row .thumbnails-wrap .productView-thumbnails {
      margin: 0; }
      .product-image-nav-row .thumbnails-wrap .productView-thumbnails .slick-list {
        display: none; }
        @media (min-width: 901px) {
          .product-image-nav-row .thumbnails-wrap .productView-thumbnails .slick-list {
            display: block; } }
      .product-image-nav-row .thumbnails-wrap .productView-thumbnails .slick-dots {
        bottom: 0;
        max-width: 150px; }
        @media (min-width: 551px) {
          .product-image-nav-row .thumbnails-wrap .productView-thumbnails .slick-dots {
            max-width: 100%; } }
        .product-image-nav-row .thumbnails-wrap .productView-thumbnails .slick-dots li {
          width: 16px;
          height: 16px;
          display: inline-flex;
          align-items: center;
          justify-content: center; }
          .product-image-nav-row .thumbnails-wrap .productView-thumbnails .slick-dots li button {
            width: 12px;
            height: 12px; }
    .product-image-nav-row .thumbnails-wrap .productView-thumbnail {
      width: 25%; }
      .product-image-nav-row .thumbnails-wrap .productView-thumbnail .productView-thumbnail-link {
        border: 2px solid white;
        border-radius: 4px;
        overflow: hidden;
        display: flex;
        width: calc(100% - 4px);
        height: calc(100% - 4px); }
        .product-image-nav-row .thumbnails-wrap .productView-thumbnail .productView-thumbnail-link.is-active {
          border-color: #1D72F3; }
        .product-image-nav-row .thumbnails-wrap .productView-thumbnail .productView-thumbnail-link img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    @media (min-width: 901px) {
      .product-image-nav-row .thumbnails-wrap .slick-arrow {
        width: 40px;
        height: 40px;
        display: flex !important; } }

.productView-details.product-data {
  padding-bottom: 20px; }
  .productView-details.product-data .productView-product {
    border: none;
    padding: 0; }
  .productView-details.product-data .productView-info {
    display: none; }

.productView-info {
  margin-top: 0; }

.productView-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px; }

.productView-brand {
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
  color: #1A1A1A;
  margin-bottom: 5px; }
  .productView-brand a span {
    color: #1D72F3;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 800; }

.productView-rating {
  font-size: 14px;
  line-height: 33px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px; }
  .productView-rating span {
    display: inline-flex;
    font-weight: 500; }
  .productView-rating a {
    text-decoration: underline;
    padding: 0 10px;
    display: inline-flex; }
  .productView-rating .icon {
    max-height: 15px;
    max-width: 15px;
    display: inline-flex;
    margin-right: 2px; }
    .productView-rating .icon svg {
      max-height: 15px;
      max-width: 15px; }

.rtc-learn-more-btn {
  height: 24px;
  padding: 0 9px;
  text-transform: uppercase;
  margin: -4px 0 0; }
  .rtc-learn-more-btn:hover {
    background-color: #1D72F3;
    color: #fff; }

.ob-stamped-rating {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  line-height: 33px;
  margin-bottom: 5px; }
  @media (min-width: 901px) {
    .ob-stamped-rating {
      font-size: 14px; } }
  .ob-stamped-rating span {
    display: inline-block;
    height: 33px;
    font-weight: 500; }
  .ob-stamped-rating .stamped-product-reviews-badge {
    margin-right: 9px; }
    @media (min-width: 901px) {
      .ob-stamped-rating .stamped-product-reviews-badge {
        margin-right: 12px; } }
  .ob-stamped-rating .stamped-starrating .stamped-fa-star::before {
    font-size: 14px; }
    @media (min-width: 901px) {
      .ob-stamped-rating .stamped-starrating .stamped-fa-star::before {
        font-size: 18px; } }
  .ob-stamped-rating .ob-customerPhotosBadge,
  .ob-stamped-rating .stamped-starrating + .stamped-badge-caption {
    cursor: pointer;
    text-decoration: underline; }
  .ob-stamped-rating [data-type="qna"] .stamped-badge-caption {
    text-decoration: underline; }
    .ob-stamped-rating [data-type="qna"] .stamped-badge-caption::before {
      text-decoration: none;
      vertical-align: bottom; }
    .ob-stamped-rating [data-type="qna"] .stamped-badge-caption::after {
      content: ' Q&As'; }
  .ob-stamped-rating [data-rating="0.0"] {
    height: auto; }
  .ob-stamped-rating [data-questions="0"] {
    display: none; }

.ob-prod-data-row {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 2px solid #ddd; }
  .ob-prod-data-row svg {
    fill: none;
    width: 24px;
    height: 24px;
    margin-right: 5px; }
  .ob-prod-data-row .item {
    position: relative;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0 5px 0 0;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px; }
    .ob-prod-data-row .item:last-of-type {
      border-right: none;
      margin-right: 0; }
    .ob-prod-data-row .item.weight-item {
      text-transform: lowercase;
      margin-top: 5px; }
    .ob-prod-data-row .item.ob-availability, .ob-prod-data-row .item.ob-availability--builtToOrder, .ob-prod-data-row .item.ob-availability--inStock, .ob-prod-data-row .item.ob-availability--lowStock, .ob-prod-data-row .item.ob-availability--outOfStock, .ob-prod-data-row .item.ob-availability--preorder {
      display: none; }
      .ob-prod-data-row .item.ob-availability.ob-active, .ob-prod-data-row .item.ob-active.ob-availability--builtToOrder, .ob-prod-data-row .item.ob-active.ob-availability--inStock, .ob-prod-data-row .item.ob-active.ob-availability--lowStock, .ob-prod-data-row .item.ob-active.ob-availability--outOfStock, .ob-prod-data-row .item.ob-active.ob-availability--preorder {
        display: inline-flex;
        line-height: 18px; }
    .ob-prod-data-row .item.ob-availability--inStock span.first-span {
      font-weight: bold; }
    .ob-prod-data-row .item span {
      font-weight: 500;
      line-height: 17px; }
    .ob-prod-data-row .item .ob-availabilityInfo {
      margin-left: 8px;
      cursor: pointer;
      align-items: center;
      display: flex; }
      .ob-prod-data-row .item .ob-availabilityInfo:hover .ob-availabilityTooltip {
        opacity: 1;
        visibility: visible; }
      .ob-prod-data-row .item .ob-availabilityInfo svg {
        width: 13px;
        height: 13px;
        margin: 0;
        fill: #1D72F3; }
    .ob-prod-data-row .item .ob-availabilityTooltip {
      position: absolute;
      top: 0;
      left: 0;
      transform: translate(0, calc(-16px - 100%));
      z-index: 1;
      width: 300px;
      padding: 2rem 1.5rem;
      background-color: #FFFFFF;
      border-radius: 4px;
      box-shadow: 0px 9px 33px rgba(57, 106, 120, 0.2);
      opacity: 0;
      transition: opacity 0.2s ease-in-out;
      visibility: hidden; }
      @media (min-width: 901px) {
        .ob-prod-data-row .item .ob-availabilityTooltip {
          top: 50%;
          left: 100%;
          transform: translate(0, -50%); } }
      .ob-prod-data-row .item .ob-availabilityTooltip::before {
        content: '';
        display: block; }
  .ob-prod-data-row.availability-row {
    margin-top: 25px; }

.rtc-prod-data-row-top {
  border-bottom: 2px solid #ddd;
  border-top: none !important;
  margin-bottom: 12px;
  padding-bottom: 12px;
  padding-top: 0;
  margin-top: 0 !important; }

.price-row {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin: 9px 0 5px;
  font-size: 14px;
  line-height: 32px;
  text-align: left; }
  .price-row .productView-price {
    margin: 0; }
    @media (max-width: 767px) {
      .price-row .productView-price {
        max-width: 100%; } }
  .price-row .price {
    font-weight: 800;
    font-size: 24px;
    line-height: 34px;
    margin-right: 5px; }
  .price-row .price-section.rrp-price--withoutTax {
    font-size: 0;
    line-height: 0; }
    .price-row .price-section.rrp-price--withoutTax .price {
      font-size: 18px;
      font-weight: 400;
      line-height: 21px;
      color: #777777; }
  .price-row .price-section--saving {
    display: none; }

.productView-details .financing {
  position: relative;
  left: -3px;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  padding: 0; }
  .productView-details .financing .cit-widget-inline-button {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .productView-details .financing .cit-widget-inline-button .CIT-widget--inline-button {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      font-size: 13px;
      line-height: 16px;
      font-family: 'atten-new';
      height: 25px;
      overflow: hidden; }
      @media (min-width: 901px) {
        .productView-details .financing .cit-widget-inline-button .CIT-widget--inline-button {
          font-size: 14px; } }
      .productView-details .financing .cit-widget-inline-button .CIT-widget--inline-button .CIT-widget__button:first-of-type {
        border: none;
        border-radius: 0;
        padding: 0;
        width: auto;
        display: inline-flex;
        height: 25px;
        line-height: 25px; }
        .productView-details .financing .cit-widget-inline-button .CIT-widget--inline-button .CIT-widget__button:first-of-type > span {
          font-size: 0; }
          .productView-details .financing .cit-widget-inline-button .CIT-widget--inline-button .CIT-widget__button:first-of-type > span small {
            display: none; }
          .productView-details .financing .cit-widget-inline-button .CIT-widget--inline-button .CIT-widget__button:first-of-type > span .cit-widget-montly-payment {
            font-size: 18px;
            font-weight: 800;
            line-height: 20px;
            text-transform: lowercase;
            letter-spacing: 0.05rem; }
            @media (min-width: 901px) {
              .productView-details .financing .cit-widget-inline-button .CIT-widget--inline-button .CIT-widget__button:first-of-type > span .cit-widget-montly-payment {
                font-size: 19px;
                line-height: 24px; } }
        .productView-details .financing .cit-widget-inline-button .CIT-widget--inline-button .CIT-widget__button:first-of-type .CIT-arrow--right {
          display: none; }
      .productView-details .financing .cit-widget-inline-button .CIT-widget--inline-button .CIT-widget-button__support-text {
        display: none; }
  .productView-details .financing .CIT-widget--inline-button .CIT-widget__button.CIT-widget__button--outlined:hover .cit-widget-montly-payment, .productView-details .financing .CIT-widget--inline-button .CIT-widget__button.CIT-widget__button--outlined:focus .cit-widget-montly-payment {
    color: #FFFFFF; }
  .productView-details .financing p.cit-details {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    height: 25px;
    margin: 0 0 0 3px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px; }
    @media (min-width: 901px) {
      .productView-details .financing p.cit-details {
        font-size: 17px;
        line-height: 19px; } }
    .productView-details .financing p.cit-details a {
      font-weight: 600; }
    .productView-details .financing p.cit-details svg {
      height: 19px;
      width: 39px;
      margin: 0 3px 0 8px; }

.ob-sku-row {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 21px;
  color: #777777;
  text-align: left; }

.productView-options .form-field {
  text-align: left; }

.productView-options .form-label {
  color: #1A1A1A;
  font-weight: 800;
  font-size: 15px;
  line-height: 28px;
  text-align: left;
  font-family: 'atten-new'; }
  .productView-options .form-label small {
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'atten-new'; }

.productView-options [data-product-attribute="set-rectangle"] .ob-form-option-group-wrapper {
  width: 100%;
  overflow: visible; }
  .productView-options [data-product-attribute="set-rectangle"] .ob-form-option-group-wrapper .slick-prev,
  .productView-options [data-product-attribute="set-rectangle"] .ob-form-option-group-wrapper .slick-next {
    width: 30px;
    height: 30px;
    background-size: 20px 25px !important; }
    .productView-options [data-product-attribute="set-rectangle"] .ob-form-option-group-wrapper .slick-prev.slick-disabled,
    .productView-options [data-product-attribute="set-rectangle"] .ob-form-option-group-wrapper .slick-next.slick-disabled {
      display: none !important; }
  .productView-options [data-product-attribute="set-rectangle"] .ob-form-option-group-wrapper .slick-prev {
    left: -10px; }
  .productView-options [data-product-attribute="set-rectangle"] .ob-form-option-group-wrapper .slick-next {
    right: -10px; }
  .productView-options [data-product-attribute="set-rectangle"] .ob-form-option-group-wrapper .slick-track {
    margin-left: 0; }

.productView-options [data-product-attribute="set-rectangle"] .form-option {
  border: 2px solid #ddd;
  background: #F5F5F5;
  border-radius: 4px;
  box-shadow: none;
  padding: 0;
  height: auto;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .productView-options [data-product-attribute="set-rectangle"] .form-option .form-option-variant {
    font-weight: 700;
    border: none;
    background: none;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    word-wrap: break-word;
    overflow: hidden; }

.productView-options [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
  border-color: #1D72F3;
  background: #E2EDFD; }

.productView-options [data-product-attribute="set-rectangle"] .form-radio + label:before, .productView-options [data-product-attribute="set-rectangle"] .form-radio + label:after {
  display: none; }

.productView-options .form-radio + .form-option-swatch {
  border-radius: 100%;
  border: 2px solid #777777; }
  .productView-options .form-radio + .form-option-swatch .form-option-variant {
    border-radius: 100%; }

.productView-options .form-radio:checked + .form-option-swatch {
  box-shadow: none;
  border-color: #1D72F3; }

.productView-options .form-radio {
  display: none; }

.productView-options .productOptions-list {
  width: 100%;
  height: auto;
  max-height: unset;
  border: none;
  overflow: unset; }
  .productView-options .productOptions-list .slick-prev,
  .productView-options .productOptions-list .slick-next {
    width: 30px;
    height: 30px;
    background-size: 20px 25px !important; }
    .productView-options .productOptions-list .slick-prev.slick-disabled,
    .productView-options .productOptions-list .slick-next.slick-disabled {
      display: none !important; }
  .productView-options .productOptions-list .slick-prev {
    left: -10px; }
  .productView-options .productOptions-list .slick-next {
    right: -10px; }
  .productView-options .productOptions-list-item {
    width: 150px;
    border-radius: 4px;
    border: 2px solid #ddd;
    background: #F5F5F5;
    display: inline-block;
    margin: 0 5px 0 0;
    height: 230px;
    padding: 15px; }
    @media (min-width: 901px) {
      .productView-options .productOptions-list-item {
        width: 195px;
        height: 275px; } }
    .productView-options .productOptions-list-item.active-product {
      border-color: #1D72F3; }
    .productView-options .productOptions-list-item .list-item-wrap {
      display: flex;
      width: 100%;
      height: 100%;
      align-items: flex-start;
      justify-content: center;
      flex-wrap: wrap; }
  .productView-options .productOptions-list-item-content {
    width: 100%;
    padding: 0;
    display: block; }
    .productView-options .productOptions-list-item-content label {
      padding: 0;
      text-align: center;
      width: 100%;
      font-size: 14px;
      line-height: 15px;
      display: flex;
      width: 100%;
      align-items: flex-start;
      justify-content: center; }
      .productView-options .productOptions-list-item-content label .productOptions-list-item-figure {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 125px;
        height: 125px;
        margin: 0 0 5px;
        max-width: 100%; }
        @media (min-width: 901px) {
          .productView-options .productOptions-list-item-content label .productOptions-list-item-figure {
            height: 165px;
            width: 165px; } }
        .productView-options .productOptions-list-item-content label .productOptions-list-item-figure.placeholder-figure {
          opacity: 0.5; }
        .productView-options .productOptions-list-item-content label .productOptions-list-item-figure img {
          mix-blend-mode: multiply;
          border-radius: 0; }
      .productView-options .productOptions-list-item-content label span {
        display: block;
        width: 100%; }
      .productView-options .productOptions-list-item-content label .product-name {
        font-weight: 800;
        margin-bottom: 10px;
        max-height: 45px;
        overflow: hidden; }
  .productView-options .productOptions-list .form-radio + label:before, .productView-options .productOptions-list .form-radio + label:after {
    display: none; }

.productView-options .backorder-shipping-description {
  display: none !important; }

.steel-surcharge {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  clear: both;
  float: none;
  display: none;
  margin-top: 6px;
  align-items: center; }
  .steel-surcharge .steel-message {
    margin-right: 3px; }
  .steel-surcharge p {
    margin: 0 0 10px; }

#add-to-cart-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px; }
  @media (min-width: 901px) {
    #add-to-cart-wrapper {
      flex-wrap: nowrap;
      justify-content: flex-start; } }
  #add-to-cart-wrapper .form-field--increments {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0; }
    #add-to-cart-wrapper .form-field--increments label {
      display: none; }
    #add-to-cart-wrapper .form-field--increments .form-increment {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap;
      margin-right: 15px; }
      #add-to-cart-wrapper .form-field--increments .form-increment input {
        border-top: 2px solid #ddd;
        border-bottom: 2px solid #ddd;
        border-radius: 0;
        padding: 0;
        height: 40px;
        width: 40px; }
      #add-to-cart-wrapper .form-field--increments .form-increment button {
        width: 28px;
        border: 2px solid #ddd;
        border-radius: 4px 0 0 4px;
        height: 40px;
        background: #f5f5f5; }
        #add-to-cart-wrapper .form-field--increments .form-increment button[data-action="inc"] {
          border-radius: 0 4px 4px 0; }
        #add-to-cart-wrapper .form-field--increments .form-increment button svg {
          fill: #777777; }
  @media (min-width: 901px) {
    #add-to-cart-wrapper .form-action {
      margin: 0 10px 0 0; } }
  #add-to-cart-wrapper .form-action input {
    margin: 0;
    width: 220px; }
    @media (max-width: 374px) {
      #add-to-cart-wrapper .form-action input {
        width: 200px; } }
    @media (min-width: 551px) {
      #add-to-cart-wrapper .form-action input {
        width: 220px; } }
    @media (min-width: 901px) {
      #add-to-cart-wrapper .form-action input {
        width: 250px; } }
  #add-to-cart-wrapper .add-quote-btn a, #add-to-cart-wrapper .add-quote-btn button,
  #add-to-cart-wrapper .wishlist-wrap a,
  #add-to-cart-wrapper .wishlist-wrap button {
    text-transform: none;
    text-decoration: underline;
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
    margin: 0;
    padding: 0 10px; }
  #add-to-cart-wrapper .add-quote-btn svg,
  #add-to-cart-wrapper .wishlist-wrap svg {
    fill: none;
    max-width: 18px;
    max-height: 23px;
    margin-right: 5px; }

button.qn-add-to-quote {
  display: none !important; }

.product-section {
  clear: both;
  display: flex;
  width: 100%;
  padding: 20px 0;
  margin: 0;
  border-top: 2px solid #ddd;
  flex-wrap: wrap; }
  .product-section .ob-product-section-body {
    display: none;
    width: 100%; }
    .product-section .ob-product-section-body.is-open {
      display: block; }
  .product-section .toggle.videoGallery {
    border: none;
    margin: 0;
    max-width: 100%; }
  .product-section .sub-section {
    clear: both;
    display: flex;
    width: 100%;
    margin-bottom: 25px;
    flex-wrap: wrap; }
    .product-section .sub-section .content-area {
      padding-bottom: 25px;
      border-bottom: 2px solid #ddd; }
      .product-section .sub-section .content-area p, .product-section .sub-section .content-area ul, .product-section .sub-section .content-area ol, .product-section .sub-section .content-area div {
        width: 100%; }
    .product-section .sub-section.full-width {
      display: block; }
    .product-section .sub-section:last-of-type {
      padding-bottom: 0;
      margin-bottom: 0; }
      .product-section .sub-section:last-of-type .content-area {
        border: none; }
  .product-section h3 {
    clear: both;
    display: flex;
    font-size: 18px;
    line-height: 23px;
    width: 100%;
    margin: 0 0 20px; }
    .product-section h3 span {
      font-size: 18px;
      line-height: 23px;
      font-weight: 800; }
    @media (min-width: 901px) {
      .product-section h3 {
        width: 200px;
        margin: 0 25px 0 0; } }
  .product-section h2.section-title {
    clear: both;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    font-size: 24px;
    line-height: 43px; }
    .product-section h2.section-title:not(.is-open) {
      margin-bottom: 0; }
      .product-section h2.section-title:not(.is-open) .icon {
        transform: rotate(180deg); }
    .product-section h2.section-title .icon {
      margin-right: 16px; }
      @media (min-width: 901px) {
        .product-section h2.section-title .icon {
          margin-right: 20px; } }
      .product-section h2.section-title .icon svg {
        fill: none; }
  .product-section .content-area {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    @media (min-width: 901px) {
      .product-section .content-area {
        width: calc(100% - 225px); } }
    .product-section .content-area ul.itemized-list {
      margin-bottom: 0; }

.product-description {
  position: relative; }
  .product-description .full-description {
    display: none; }
  .product-description .ob-product-section-body {
    overflow: hidden; }
    .product-description .ob-product-section-body h2 {
      display: block;
      width: 100%;
      font-size: 24px;
      line-height: 26px;
      color: #777777; }
  .product-description .read-full, .product-description .collapse-full {
    display: none;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 10px; }

.product-specifications {
  display: none; }

.basic-spec-table {
  margin: 0 0 15px; }
  .basic-spec-table .basic-spec-name {
    font-weight: bold; }

.spec-table {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px; }
  .spec-table .heading-col {
    width: 110px;
    border-radius: 4px;
    border: 2px solid #ddd; }
    @media (min-width: 901px) {
      .spec-table .heading-col {
        width: 156px; } }
    .spec-table .heading-col .spec-cell {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      font-size: 12px;
      line-height: 12px;
      padding: 0 10px;
      height: 50px;
      background: #F5F5F5;
      border-bottom: 2px solid #ddd;
      overflow: hidden; }
      @media (min-width: 901px) {
        .spec-table .heading-col .spec-cell {
          font-size: 14px;
          line-height: 14px; } }
      .spec-table .heading-col .spec-cell.bold-cell {
        font-weight: 900; }
      .spec-table .heading-col .spec-cell:nth-child(even) {
        background: white; }
      .spec-table .heading-col .spec-cell:last-child {
        border-bottom: none; }
  .spec-table .models {
    width: calc(100% - 120px);
    position: relative; }
    @media (min-width: 901px) {
      .spec-table .models {
        width: calc(100% - 165px); } }
    .spec-table .models .models-list {
      z-index: 1;
      position: relative; }
    .spec-table .models .spec-cell {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      font-size: 12px;
      line-height: 12px;
      padding: 0 10px;
      height: 50px;
      background: #F5F5F5;
      border-bottom: 2px solid #ddd;
      overflow: hidden;
      border-left: 2px solid #ddd; }
      .spec-table .models .spec-cell:last-child {
        height: 52px; }
      @media (min-width: 901px) {
        .spec-table .models .spec-cell {
          font-size: 14px;
          line-height: 14px; } }
      .spec-table .models .spec-cell.bold-cell {
        font-weight: 900; }
      .spec-table .models .spec-cell:nth-child(even) {
        background: white; }
    .spec-table .models .model-item {
      display: inline-block;
      margin: 0; }
      .spec-table .models .model-item:last-child {
        border-right: 2px solid #ddd;
        border-radius: 4px; }
      .spec-table .models .model-item:first-child {
        border-left: 2px solid #ddd;
        border-radius: 4px; }
        .spec-table .models .model-item:first-child .spec-cell {
          border-left: none; }
      .spec-table .models .model-item .bold-cell {
        border-top: 2px solid #ddd;
        height: 52px; }
  .spec-table .slick-track {
    margin-left: 0; }
  .spec-table .slick-arrow {
    top: auto;
    transform: translateY(-50%);
    top: 50%;
    background: none;
    color: #1A1A1A;
    font-size: 14px;
    font-weight: normal;
    text-transform: none; }
    @media (min-width: 901px) {
      .spec-table .slick-arrow {
        font-size: 12px; } }
    .spec-table .slick-arrow:before {
      display: none !important; }
    .spec-table .slick-arrow.slick-prev {
      left: -40px; }
    .spec-table .slick-arrow.slick-next {
      right: -15px; }
      @media (min-width: 1261px) {
        .spec-table .slick-arrow.slick-next {
          right: -40px; } }
    .spec-table .slick-arrow.slick-disabled {
      display: none !important; }
    .spec-table .slick-arrow span {
      display: none; }
      @media (min-width: 901px) {
        .spec-table .slick-arrow span {
          display: inline; } }

#videoGallery-content {
  display: flex;
  width: 100%;
  clear: both;
  flex-wrap: wrap;
  padding-bottom: 10px; }
  @media (min-width: 901px) {
    #videoGallery-content {
      padding-bottom: 40px; } }
  #videoGallery-content .ob-featuredVideo-title {
    width: 100%; }

.videoGallery-main {
  display: flex;
  align-content: flex-start;
  width: 100%;
  padding: 0;
  height: auto;
  flex-wrap: wrap;
  margin: 0; }
  @media (min-width: 901px) {
    .videoGallery-main {
      width: 48.65384%;
      padding-right: 32.5px; } }
  .videoGallery-main .ob-video-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
    border-radius: 4px;
    overflow: hidden; }
    @media (min-width: 901px) {
      .videoGallery-main .ob-video-wrapper {
        min-height: 300px; } }
    .videoGallery-main .ob-video-wrapper::before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
  .videoGallery-main iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%; }

.ob-videoGallery-listWrapper {
  width: 100%; }
  @media (min-width: 901px) {
    .ob-videoGallery-listWrapper {
      width: 51.34615%;
      padding: 0 0 0 32.5px; } }

.videoGallery-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -5px; }
  @media (min-width: 901px) {
    .videoGallery-list {
      margin: 0 -18px; } }
  .videoGallery-list .videoGallery-item {
    display: flex;
    width: calc(50% - 10px);
    margin: 0 5px 20px;
    padding: 0;
    flex-wrap: wrap; }
    @media (min-width: 901px) {
      .videoGallery-list .videoGallery-item {
        width: calc(50% - 36px);
        margin: 0 18px 35px; } }
    .videoGallery-list .videoGallery-item a {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      margin: 0;
      opacity: 1; }
    .videoGallery-list .videoGallery-item .video-figure {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 92px;
      width: 300px;
      max-width: 100%;
      margin: 0 0 13px; }
      @media (min-width: 901px) {
        .videoGallery-list .videoGallery-item .video-figure {
          height: 168px;
          margin: 0 0 17px; } }
      .videoGallery-list .videoGallery-item .video-figure:hover .icon svg {
        fill: #f00;
        fill-opacity: 1; }
      .videoGallery-list .videoGallery-item .video-figure img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
      .videoGallery-list .videoGallery-item .video-figure .icon {
        position: absolute;
        width: 68px;
        height: 48px; }
        .videoGallery-list .videoGallery-item .video-figure .icon svg {
          fill: #222222;
          fill-opacity: 0.85; }
    .videoGallery-list .videoGallery-item .video-body {
      display: flex;
      width: 100%; }
      .videoGallery-list .videoGallery-item .video-body .video-title {
        overflow: hidden;
        font-size: 14px;
        line-height: 15px;
        letter-spacing: normal; }
        @media (min-width: 901px) {
          .videoGallery-list .videoGallery-item .video-body .video-title {
            font-size: 17px;
            line-height: 20px; } }
      .videoGallery-list .videoGallery-item .video-body .video-description {
        display: none; }

.compatible-parts {
  display: none; }
  .compatible-parts h3 {
    margin-bottom: 10px; }
  .compatible-parts .content-area {
    width: 100%; }
  .compatible-parts .parts-list {
    width: 100%; }
    .compatible-parts .parts-list .product {
      background: #F5F5F5;
      padding: 10px;
      border-radius: 4px;
      width: 165px;
      text-align: center;
      display: inline-block;
      margin: 0 3px; }
      .compatible-parts .parts-list .product a {
        text-decoration: none; }
      .compatible-parts .parts-list .product .product-image {
        width: 100%;
        height: 142px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px; }
        .compatible-parts .parts-list .product .product-image img {
          mix-blend-mode: multiply;
          max-width: 100%;
          height: auto; }
        .compatible-parts .parts-list .product .product-image.placeholder img {
          mix-blend-mode: none; }
      .compatible-parts .parts-list .product .product-notes {
        margin-bottom: 5px; }
        .compatible-parts .parts-list .product .product-notes strong {
          display: block;
          text-transform: uppercase;
          font-weight: 700;
          color: #1D72F3;
          font-size: 12px;
          line-height: 18px;
          margin-bottom: 5px; }
        .compatible-parts .parts-list .product .product-notes h3 {
          width: 100%;
          font-size: 14px;
          line-height: 16px;
          height: 48px;
          overflow: hidden; }
      @media (min-width: 901px) {
        .compatible-parts .parts-list .product {
          width: 210px;
          padding: 20px; }
          .compatible-parts .parts-list .product .product-image {
            height: 182px; }
          .compatible-parts .parts-list .product .product-notes strong {
            font-size: 13px; }
          .compatible-parts .parts-list .product .product-notes h3 {
            font-size: 16px;
            line-height: 19px;
            height: 40px; } }

.knowledge-base {
  display: none; }
  .knowledge-base .ob-product-section-body {
    padding-bottom: 30px; }
    @media (min-width: 901px) {
      .knowledge-base .ob-product-section-body {
        padding-bottom: 50px; } }
  .knowledge-base .article-list {
    width: 100%; }
    .knowledge-base .article-list:not(.slick-initialized) {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start; }
    .knowledge-base .article-list .blog-item {
      display: inline-block;
      width: 100%;
      margin: 0 10px;
      border-radius: 4px;
      overflow: hidden;
      background: #F5F5F5; }
      @media (min-width: 551px) {
        .knowledge-base .article-list .blog-item {
          width: 31%; } }
      @media (min-width: 901px) {
        .knowledge-base .article-list .blog-item {
          width: 25%; } }
      .knowledge-base .article-list .blog-item .blog-post-figure {
        margin: 0 0 10px;
        width: 100%;
        border-radius: 4px 4px 0 0; }
        .knowledge-base .article-list .blog-item .blog-post-figure .blog-thumbnail {
          width: 100%;
          margin: 0;
          max-width: 100%;
          height: 98px; }
          @media (min-width: 901px) {
            .knowledge-base .article-list .blog-item .blog-post-figure .blog-thumbnail {
              height: 190px; } }
        .knowledge-base .article-list .blog-item .blog-post-figure img {
          border-radius: 0;
          display: flex;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .knowledge-base .article-list .blog-item .blog-post-body {
        margin: 0;
        width: 100%;
        padding: 0 15px 15px; }
        .knowledge-base .article-list .blog-item .blog-post-body .blog-title {
          margin: 0 0 10px;
          text-align: left;
          font-size: 16px;
          line-height: 18px;
          height: 55px;
          overflow: hidden; }
          @media (min-width: 901px) {
            .knowledge-base .article-list .blog-item .blog-post-body .blog-title {
              font-size: 20px;
              line-height: 22px;
              height: 45px; } }
        .knowledge-base .article-list .blog-item .blog-post-body .blog-date {
          display: none; }
        .knowledge-base .article-list .blog-item .blog-post-body .blog-post {
          font-size: 14px;
          line-height: 16px;
          overflow: hidden;
          height: 95px; }
          @media (min-width: 901px) {
            .knowledge-base .article-list .blog-item .blog-post-body .blog-post {
              font-size: 18px;
              line-height: 20px;
              height: 60px; } }
        .knowledge-base .article-list .blog-item .blog-post-body .blog-post ~ * {
          display: none; }

.similar-products-wrap {
  padding: 50px 0;
  background: #F5F5F5;
  width: 100%;
  text-align: center; }
  .similar-products-wrap h2 {
    font-size: 24px;
    line-height: 60px; }

#ob-warranty-body {
  padding-bottom: 25px; }

.ob-product-section-body.ob-reviews-body {
  display: none; }
  @media (min-width: 901px) {
    .ob-product-section-body.ob-reviews-body.is-open {
      display: flex; } }
  .ob-product-section-body.ob-reviews-body .ob-reviews-summary-title {
    padding-right: 15px;
    font-size: 18px;
    line-height: 43px; }
    @media (min-width: 901px) {
      .ob-product-section-body.ob-reviews-body .ob-reviews-summary-title {
        flex: 1;
        line-height: 18px; } }

.stamped-main-widget {
  margin: 0 0 1em !important;
  overflow: visible !important;
  width: 100%; }
  .stamped-main-widget .stamped-header-title {
    display: none; }
  .stamped-main-widget .stamped-container[data-widget-style] {
    max-width: 1076px;
    margin: 0 0 30px !important; }
  .stamped-main-widget .stamped-summary .stamped-summary-text-1 strong {
    font-weight: 800; }
  .stamped-main-widget .stamped-summary .stamped-summary-text {
    font-weight: 500; }
  .stamped-main-widget .stamped-summary .stamped-summary-ratings {
    border-width: 0;
    color: #666;
    font-size: 15px; }
  .stamped-main-widget .stamped-photos-title {
    display: block !important;
    font-family: 'atten-new', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 43px;
    color: #1A1A1A;
    text-align: left; }
  .stamped-main-widget .stamped-summary-photos.stamped-summary-photos-container {
    max-width: 100%;
    width: 100%;
    overflow: visible !important; }
    @media (min-width: 901px) {
      .stamped-main-widget .stamped-summary-photos.stamped-summary-photos-container {
        margin-bottom: 30px; } }
    .stamped-main-widget .stamped-summary-photos.stamped-summary-photos-container > div {
      overflow: visible !important; }
    .stamped-main-widget .stamped-summary-photos.stamped-summary-photos-container .slick-initialized .slick-list {
      margin: 0 -5px; }
      @media (min-width: 901px) {
        .stamped-main-widget .stamped-summary-photos.stamped-summary-photos-container .slick-initialized .slick-list {
          margin: 0 -6px; } }
    .stamped-main-widget .stamped-summary-photos.stamped-summary-photos-container .stamped-photos-carousel {
      overflow: visible; }
      .stamped-main-widget .stamped-summary-photos.stamped-summary-photos-container .stamped-photos-carousel > div:not(.slick-initialized) {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -5px; }
        @media (min-width: 901px) {
          .stamped-main-widget .stamped-summary-photos.stamped-summary-photos-container .stamped-photos-carousel > div:not(.slick-initialized) {
            margin: 0 -6px; } }
    .stamped-main-widget .stamped-summary-photos.stamped-summary-photos-container .stamped-photos-carousel .photo.stamped-photo {
      height: 124px;
      width: calc(50% - 10px);
      margin: 0 5px;
      margin-top: 0;
      border-radius: 4px; }
      @media (min-width: 551px) {
        .stamped-main-widget .stamped-summary-photos.stamped-summary-photos-container .stamped-photos-carousel .photo.stamped-photo {
          height: 165px; } }
      @media (min-width: 901px) {
        .stamped-main-widget .stamped-summary-photos.stamped-summary-photos-container .stamped-photos-carousel .photo.stamped-photo {
          width: calc(25% - 12px);
          margin: 0 6px 12px;
          height: 195px; } }
      .stamped-main-widget .stamped-summary-photos.stamped-summary-photos-container .stamped-photos-carousel .photo.stamped-photo a {
        width: 100%;
        height: 195px; }
    .stamped-main-widget .stamped-summary-photos.stamped-summary-photos-container .slick-prev,
    .stamped-main-widget .stamped-summary-photos.stamped-summary-photos-container .slick-next {
      top: 50%;
      transform: translateY(-50%);
      height: 40px;
      width: 40px; }
      .stamped-main-widget .stamped-summary-photos.stamped-summary-photos-container .slick-prev.slick-disabled,
      .stamped-main-widget .stamped-summary-photos.stamped-summary-photos-container .slick-next.slick-disabled {
        opacity: 0; }
    .stamped-main-widget .stamped-summary-photos.stamped-summary-photos-container .slick-prev {
      left: -8px; }
      @media (min-width: 901px) {
        .stamped-main-widget .stamped-summary-photos.stamped-summary-photos-container .slick-prev {
          left: -18px; } }
    .stamped-main-widget .stamped-summary-photos.stamped-summary-photos-container .slick-next {
      right: -8px; }
      @media (min-width: 901px) {
        .stamped-main-widget .stamped-summary-photos.stamped-summary-photos-container .slick-next {
          right: -18px; } }
  .stamped-main-widget .stamped-summary .stamped-review-options {
    display: none; }
  @media (min-width: 901px) {
    .stamped-main-widget .stamped-summary {
      position: relative; } }
  .stamped-main-widget .stamped-summary-actions {
    display: flex !important;
    justify-content: space-between; }
    @media (min-width: 901px) {
      .stamped-main-widget .stamped-summary-actions {
        position: absolute;
        right: 0;
        bottom: -28px;
        z-index: 1;
        justify-content: flex-end; } }
  .stamped-main-widget .stamped-summary-actions-newreview,
  .stamped-main-widget .stamped-summary-actions-newquestion {
    width: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
    box-shadow: none !important;
    font-size: 12px;
    letter-spacing: 0.1em; }
    @media (min-width: 375px) {
      .stamped-main-widget .stamped-summary-actions-newreview,
      .stamped-main-widget .stamped-summary-actions-newquestion {
        padding: 0 14px;
        font-size: 14px; } }
    @media (min-width: 901px) {
      .stamped-main-widget .stamped-summary-actions-newreview,
      .stamped-main-widget .stamped-summary-actions-newquestion {
        width: unset;
        margin-left: 12px; } }
    .stamped-main-widget .stamped-summary-actions-newreview::before,
    .stamped-main-widget .stamped-summary-actions-newquestion::before {
      display: none; }
  .stamped-main-widget .stamped-container .stamped-tabs li.active {
    background-color: transparent;
    border-bottom: 3px solid #1D72F3;
    color: #1D72F3;
    font-family: 'atten-new', sans-serif;
    font-size: 16px;
    font-weight: 700; }
  .stamped-main-widget .stamped-container .stamped-tabs li::after {
    background-color: transparent !important; }
  .stamped-main-widget .stamped-sort-select2-wrapper {
    width: 100%; }
    @media (min-width: 901px) {
      .stamped-main-widget .stamped-sort-select2-wrapper {
        width: auto; } }
  .stamped-main-widget .stamped-reviews .stamped-review {
    padding: 25px 0 22px !important; }
  .stamped-main-widget .stamped-questions-search-text {
    clear: both; }
    @media (min-width: 901px) {
      .stamped-main-widget .stamped-questions-search-text {
        clear: none; } }
  .stamped-main-widget .stamped-sort-select {
    width: 100%;
    max-width: 100% !important;
    margin-top: 15px; }
    @media (min-width: 901px) {
      .stamped-main-widget .stamped-sort-select {
        width: auto;
        margin-top: 0; } }
  .stamped-main-widget .stamped-questions {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px; }
  .stamped-main-widget #stamped-pagination-question > div {
    display: flex;
    justify-content: center; }
  .stamped-main-widget #stamped-pagination-question #pages {
    display: flex;
    justify-content: center; }
  .stamped-main-widget #stamped-pagination-question .page {
    display: block;
    margin: 0 !important; }

#ob360ViewModal {
  height: 500px;
  max-height: 85vh;
  padding: 20px;
  overflow: visible; }
  @media (min-width: 901px) {
    #ob360ViewModal {
      height: 700px; } }
  #ob360ViewModal iframe {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0 auto; }
  #ob360ViewModal .modal-content {
    height: 100%; }
  #ob360ViewModal .modal-close {
    top: -40px;
    right: 10px; }
    @media (min-width: 901px) {
      #ob360ViewModal .modal-close {
        top: -40px;
        right: -40px; } }
    #ob360ViewModal .modal-close span {
      font-size: 48px;
      color: #F5F5F5; }

.form-wishlist {
  width: 100% !important;
  clear: both;
  float: left; }

#wishlist-dropdown {
  top: -200px !important;
  left: 0 !important;
  width: 100%;
  max-width: unset;
  background: white;
  padding: 10px;
  border-radius: 6px;
  border: 2px solid #babfc3;
  text-align: center;
  margin: 0; }
  @media (min-width: 901px) {
    #wishlist-dropdown {
      left: auto !important;
      right: 0;
      width: 250px; } }
  #wishlist-dropdown li .button {
    width: 100%; }
  #wishlist-dropdown li:last-child .button {
    margin: 0; }

.pulse {
  animation: pulse-nomove-blue 2s infinite;
  -webkit-transition: color 0.25s;
  transition: color 0.25s; }

.machine-filter-buttons {
  display: flex;
  justify-content: space-around;
  max-width: 420px;
  margin: 0 auto 18px; }
  .machine-filter-buttons > div {
    border-radius: 50%;
    border: 1px solid #ddd;
    width: 135px;
    height: 135px;
    cursor: pointer;
    position: relative; }
    .machine-filter-buttons > div.skidsteer-filter, .machine-filter-buttons > div.mini-skidsteer-filter, .machine-filter-buttons > div.mini-excavator-filter {
      background: #fff;
      position: relative;
      border-radius: 100%;
      margin: 1px;
      border-radius: 100%; }
    @media screen and (max-width: 767px) {
      .machine-filter-buttons > div {
        width: 117px;
        height: 117px; } }
    .machine-filter-buttons > div:hover {
      transform: translate(-50%, -50%) scale(1);
      box-shadow: 0 0 0 0 #34ace0;
      animation: pulse-blue 2s infinite;
      -webkit-transition: color 0.25s;
      transition: color 0.25s; }
    .machine-filter-buttons > div.active {
      border: 3px solid #1d72f3;
      -webkit-transition: color 0.25s;
      transition: color 0.25s; }

@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(29, 114, 243, 0.7); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(29, 114, 243, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(29, 114, 243, 0); } }

@keyframes pulse-nomove-blue {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(29, 114, 243, 0.7);
    border-color: #ddd; }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(29, 114, 243, 0);
    border-color: #1D72F3; }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(29, 114, 243, 0);
    border-color: #ddd; } }
    .machine-filter-buttons > div .will-it-fit-icon {
      height: 66%;
      width: 66%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      background-size: contain;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
    .machine-filter-buttons > div .will-it-fit-text {
      position: absolute;
      bottom: 21px;
      width: 100%;
      text-align: center;
      font-size: 15px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .machine-filter-buttons > div .will-it-fit-text {
          font-size: 13px; } }
  .machine-filter-buttons .skidsteer-filter .will-it-fit-icon {
    background-image: url("https://cdn11.bigcommerce.com/s-f2blb58h/images/stencil/320w/image-manager/skid-steer.png?t=1697059128"); }
  .machine-filter-buttons .mini-skidsteer-filter .will-it-fit-icon {
    background-image: url("https://cdn11.bigcommerce.com/s-f2blb58h/images/stencil/320w/image-manager/mini-skid.png?t=1697059128"); }
  .machine-filter-buttons .mini-excavator-filter {
    display: none; }
    .machine-filter-buttons .mini-excavator-filter .will-it-fit-icon {
      background-image: url("https://cdn11.bigcommerce.com/s-f2blb58h/images/stencil/320w/image-manager/mini-excavator.png?t=1697059127"); }

.flow-finder-dropdown-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  justify-content: start; }
  @media screen and (max-width: 767px) {
    .flow-finder-dropdown-wrapper {
      flex-wrap: wrap;
      justify-content: space-between; } }
  .flow-finder-dropdown-wrapper .inner-flow-finder {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    justify-content: start; }
    @media screen and (max-width: 767px) {
      .flow-finder-dropdown-wrapper .inner-flow-finder {
        flex-wrap: wrap;
        justify-content: space-between; } }
  .flow-finder-dropdown-wrapper #shop-by-machine {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    margin-bottom: 30px;
    flex-wrap: wrap; }
  .flow-finder-dropdown-wrapper select {
    min-width: 156px;
    min-height: 40px;
    padding: 0 10px;
    font-weight: bold;
    border-radius: 5px;
    border: 2px solid #ddd; }
    .flow-finder-dropdown-wrapper select#model, .flow-finder-dropdown-wrapper select#brand, .flow-finder-dropdown-wrapper select#high_flow {
      width: 30%; }
      @media screen and (max-width: 767px) {
        .flow-finder-dropdown-wrapper select#model, .flow-finder-dropdown-wrapper select#brand, .flow-finder-dropdown-wrapper select#high_flow {
          width: 47%; } }
    @media screen and (max-width: 767px) {
      .flow-finder-dropdown-wrapper select#high_flow {
        width: 100%; } }

.shop-by-machine-content.loading {
  display: flex;
  justify-content: center;
  align-items: center; }

#will-it-fit-filters {
  margin-bottom: 10px;
  border-bottom: 2px solid #ddd;
  padding: 10px 0;
  text-align: left; }
  #will-it-fit-filters.shop-by-machine .inner-wrapper {
    justify-content: center;
    text-align: center; }
    #will-it-fit-filters.shop-by-machine .inner-wrapper .max-flow-pressure-wrapper {
      justify-content: center; }
  #will-it-fit-filters svg {
    width: 13px;
    height: 13px;
    margin: 0;
    fill: #1D72F3; }
  #will-it-fit-filters .will-it-fit-info {
    display: flex;
    gap: 3px;
    align-items: center;
    line-height: 12px;
    font-size: 12px;
    margin: 9px 0 0; }
    #will-it-fit-filters .will-it-fit-info.flow-finder {
      margin: 0; }
  #will-it-fit-filters .inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center; }
    #will-it-fit-filters .inner-wrapper.no-gap {
      gap: 0; }
    #will-it-fit-filters .inner-wrapper .machine-specs-wrapper {
      display: flex;
      justify-content: start;
      align-items: end;
      width: auto;
      max-width: 540px; }
      #will-it-fit-filters .inner-wrapper .machine-specs-wrapper .change-machine {
        cursor: pointer;
        width: 33px;
        height: 30px;
        padding: 0 12px;
        margin: 0 0 0 12px; }
        @media screen and (max-width: 767px) {
          #will-it-fit-filters .inner-wrapper .machine-specs-wrapper .change-machine {
            align-self: end; } }
    #will-it-fit-filters .inner-wrapper .your-machine, #will-it-fit-filters .inner-wrapper .addt-machine {
      display: flex;
      justify-content: space-between;
      width: 100%;
      align-items: baseline; }
      #will-it-fit-filters .inner-wrapper .your-machine h6, #will-it-fit-filters .inner-wrapper .addt-machine h6 {
        margin: 0; }
    #will-it-fit-filters .inner-wrapper .max-flow-pressure-wrapper {
      display: flex;
      flex-wrap: wrap;
      font-family: 'atten-new', Helvetica, Arial, Lucida, sans-serif;
      font-size: 18px;
      color: #333333;
      padding-left: 10px;
      line-height: 1;
      font-weight: bold; }
      #will-it-fit-filters .inner-wrapper .max-flow-pressure-wrapper .bar-spacer {
        width: 2px;
        height: 25px;
        margin: 0 21px;
        background: #1D72F3; }
        @media screen and (max-width: 767px) {
          #will-it-fit-filters .inner-wrapper .max-flow-pressure-wrapper .bar-spacer {
            margin: 0 9px; } }
      @media screen and (max-width: 767px) {
        #will-it-fit-filters .inner-wrapper .max-flow-pressure-wrapper {
          font-size: 15px;
          padding-left: 0;
          justify-content: space-between; } }
      @media screen and (max-width: 400px) {
        #will-it-fit-filters .inner-wrapper .max-flow-pressure-wrapper {
          font-size: 13px; } }
      #will-it-fit-filters .inner-wrapper .max-flow-pressure-wrapper .machine, #will-it-fit-filters .inner-wrapper .max-flow-pressure-wrapper .machine span {
        font-weight: bold;
        margin-bottom: 9px; }
      #will-it-fit-filters .inner-wrapper .max-flow-pressure-wrapper p {
        margin-bottom: 0; }
      #will-it-fit-filters .inner-wrapper .max-flow-pressure-wrapper .max-capacity-wrapper {
        margin-left: 9px; }
      #will-it-fit-filters .inner-wrapper .max-flow-pressure-wrapper .min-flow-label, #will-it-fit-filters .inner-wrapper .max-flow-pressure-wrapper .max-flow-label, #will-it-fit-filters .inner-wrapper .max-flow-pressure-wrapper .max-pressure-label, #will-it-fit-filters .inner-wrapper .max-flow-pressure-wrapper .max-capacity-label {
        font-size: 14px;
        font-family: 'Heritage Sans', Helvetica, Arial, Lucida, sans-serif;
        color: #8d9090; }
        @media screen and (max-width: 767px) {
          #will-it-fit-filters .inner-wrapper .max-flow-pressure-wrapper .min-flow-label, #will-it-fit-filters .inner-wrapper .max-flow-pressure-wrapper .max-flow-label, #will-it-fit-filters .inner-wrapper .max-flow-pressure-wrapper .max-pressure-label, #will-it-fit-filters .inner-wrapper .max-flow-pressure-wrapper .max-capacity-label {
            font-size: 10px; } }
        @media screen and (max-width: 400px) {
          #will-it-fit-filters .inner-wrapper .max-flow-pressure-wrapper .min-flow-label, #will-it-fit-filters .inner-wrapper .max-flow-pressure-wrapper .max-flow-label, #will-it-fit-filters .inner-wrapper .max-flow-pressure-wrapper .max-pressure-label, #will-it-fit-filters .inner-wrapper .max-flow-pressure-wrapper .max-capacity-label {
            font-size: 9px; } }
    #will-it-fit-filters .inner-wrapper .details-dropdown {
      flex-basis: 80%; }
      #will-it-fit-filters .inner-wrapper .details-dropdown .details-dropdown-header {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        padding: 10px;
        border: 2px solid #ddd;
        border-radius: 4px;
        background: white;
        transition: all 0.5s; }
      #will-it-fit-filters .inner-wrapper .details-dropdown .details-dropdown-content {
        display: none; }
      #will-it-fit-filters .inner-wrapper .details-dropdown .machine-details-table-wrapper {
        padding-left: 20px;
        border-top: none;
        border-left: 2px solid #ddd;
        border-right: 2px solid #ddd;
        border-bottom: 2px solid #ddd;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px; }
        #will-it-fit-filters .inner-wrapper .details-dropdown .machine-details-table-wrapper table {
          width: 100%;
          border: none !important;
          border-collapse: collapse;
          font-family: 'Heritage Sans', Helvetica, Arial, Lucida, sans-serif;
          color: #333;
          font-size: 17px; }
          #will-it-fit-filters .inner-wrapper .details-dropdown .machine-details-table-wrapper table td {
            font-size: 15px;
            font-family: 'atten-new'; }

@media screen and (min-width: 767px) {
  #product-listing-container.rtc-shop-by-machine .productGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #product-listing-container.rtc-shop-by-machine .productGrid:before, #product-listing-container.rtc-shop-by-machine .productGrid:after {
      display: none; }
    #product-listing-container.rtc-shop-by-machine .productGrid .product {
      border-radius: 9px;
      box-shadow: 0 0px 20px #cdcbcb;
      width: 22%;
      background: #F5F5F5; }
      #product-listing-container.rtc-shop-by-machine .productGrid .product:hover {
        box-shadow: 0 0px 20px #1D72F3;
        transition: all .3s ease; } }
    @media screen and (min-width: 767px) and (max-width: 800px) {
      #product-listing-container.rtc-shop-by-machine .productGrid .product {
        width: 30%; } }

@media screen and (min-width: 767px) {
  .ob-filtered-subcategories.rtc-shop-by-machine .filtered-cat-content {
    justify-content: space-evenly;
    margin-left: 0; }
    .ob-filtered-subcategories.rtc-shop-by-machine .filtered-cat-content .subcategory-item {
      width: 28.2%;
      overflow: visible;
      margin: 0 21px 25px;
      border-radius: 9px;
      box-shadow: 0 0px 20px #cdcbcb; }
      .ob-filtered-subcategories.rtc-shop-by-machine .filtered-cat-content .subcategory-item:hover {
        box-shadow: 0 0px 20px #1D72F3;
        transition: all .3s ease; }
      .ob-filtered-subcategories.rtc-shop-by-machine .filtered-cat-content .subcategory-item a {
        border-radius: 9px;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center;
        text-decoration: none;
        -ms-flex-wrap: wrap;
        flex-wrap: nowrap;
        justify-content: space-between;
        overflow: visible;
        background: #f5f5f5; }
        .ob-filtered-subcategories.rtc-shop-by-machine .filtered-cat-content .subcategory-item a .image-wrap {
          width: 110%;
          overflow: visible;
          height: 175px;
          padding: 0;
          margin: 0;
          border-radius: 9px; } }
        @media screen and (min-width: 767px) and (min-width: 1000px) {
          .ob-filtered-subcategories.rtc-shop-by-machine .filtered-cat-content .subcategory-item a .image-wrap {
            width: 80%; } }

@media screen and (min-width: 767px) {
          .ob-filtered-subcategories.rtc-shop-by-machine .filtered-cat-content .subcategory-item a .image-wrap img {
            display: -ms-flexbox;
            display: flex;
            width: auto;
            height: auto;
            /* position: absolute; */
            mix-blend-mode: multiply;
            margin-left: -45%;
            border-radius: 9px; }
        .ob-filtered-subcategories.rtc-shop-by-machine .filtered-cat-content .subcategory-item a h3 {
          font-size: 23px;
          line-height: 29px;
          margin: 59px 0px;
          font-weight: 900;
          padding: 0 10px;
          text-align: left;
          align-self: center;
          justify-self: start;
          justify-content: stretch;
          justify-items: left;
          letter-spacing: -0.01em;
          width: 80%;
          margin-left: -9%;
          z-index: 1; } }

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .ob-filtered-subcategories.rtc-shop-by-machine .filtered-cat-content .subcategory-item {
    width: 27%; }
    .ob-filtered-subcategories.rtc-shop-by-machine .filtered-cat-content .subcategory-item a .image-wrap {
      width: 100%; }
    .ob-filtered-subcategories.rtc-shop-by-machine .filtered-cat-content .subcategory-item a h3 {
      font-size: 15px;
      line-height: 19px;
      padding: 0 21px;
      letter-spacing: -0.01em;
      margin-left: -15%;
      z-index: 9;
      width: 50%; } }

@media screen and (max-width: 767px) {
  #product-listing-container.rtc-shop-by-machine .productGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #product-listing-container.rtc-shop-by-machine .productGrid:before, #product-listing-container.rtc-shop-by-machine .productGrid:after {
      display: none; }
    #product-listing-container.rtc-shop-by-machine .productGrid .product {
      border-radius: 9px;
      box-shadow: 0 0px 20px #cdcbcb;
      width: 22%;
      background: #F5F5F5; }
      #product-listing-container.rtc-shop-by-machine .productGrid .product:hover {
        box-shadow: 0 0px 20px #1D72F3;
        transition: all .3s ease; } }
  @media screen and (max-width: 767px) and (max-width: 640px) {
    #product-listing-container.rtc-shop-by-machine .productGrid {
      justify-content: space-between; }
      #product-listing-container.rtc-shop-by-machine .productGrid .product {
        width: 48%; } }

@media screen and (max-width: 767px) {
  .ob-filtered-subcategories.rtc-shop-by-machine .filtered-cat-content {
    justify-content: space-between; }
    .ob-filtered-subcategories.rtc-shop-by-machine .filtered-cat-content .subcategory-item {
      border-radius: 9px;
      box-shadow: 0 0px 20px #cdcbcb;
      width: 30%; }
      .ob-filtered-subcategories.rtc-shop-by-machine .filtered-cat-content .subcategory-item:hover {
        box-shadow: 0 0px 20px #1D72F3;
        transition: all .3s ease; }
      .ob-filtered-subcategories.rtc-shop-by-machine .filtered-cat-content .subcategory-item a {
        background: #F5F5F5;
        padding: 0 0 9px;
        border-radius: 9px; } }
  @media screen and (max-width: 767px) and (max-width: 640px) {
    .ob-filtered-subcategories.rtc-shop-by-machine .filtered-cat-content .subcategory-item {
      width: 48%; } }

.rtc-tire-kicker-container {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2147483647; }
  .rtc-tire-kicker-container .backdrop {
    background: rgba(0, 0, 0, 0.6);
    bottom: -1000px;
    left: -1000px;
    right: -1000px;
    top: -1000px;
    pacity: 0;
    position: fixed;
    opacity: 1;
    transition: opacity .4s ease;
    z-index: 2147483647; }
    .rtc-tire-kicker-container .backdrop.ob-hidden {
      transition: opacity .3s ease, z-index .3s step-end;
      z-index: -1; }
  .rtc-tire-kicker-container .rtc-kicker-promo {
    display: block;
    background: rgba(255, 255, 255, 0.06);
    border-style: none;
    margin: auto;
    padding-top: 0px;
    border-radius: 0px;
    min-width: 436px;
    max-width: 436px;
    height: 303px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0 0 21px #7d7b7b; }
    @media screen and (max-width: 640px) {
      .rtc-tire-kicker-container .rtc-kicker-promo {
        max-width: 94%;
        min-width: 94%;
        width: 94%;
        margin: auto 3%;
        height: 309px; } }
    .rtc-tire-kicker-container .rtc-kicker-promo .close {
      background-color: rgba(255, 255, 255, 0.79);
      border: 0;
      border-radius: 50%;
      color: #525151;
      cursor: pointer;
      font-size: 15px;
      line-height: 20px;
      font-weight: 400;
      height: 20px;
      outline: none;
      padding: 0;
      position: absolute;
      right: 10px;
      text-align: center;
      top: 10px;
      transition: transform .2s ease-in-out, background-color .2s ease-in-out;
      width: 20px;
      z-index: 100; }
      .rtc-tire-kicker-container .rtc-kicker-promo .close:hover {
        background-color: #fff;
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
    .rtc-tire-kicker-container .rtc-kicker-promo .rtc-kicker-promo-box {
      display: block;
      border-radius: 0px;
      z-index: 1;
      width: 100%;
      margin: 6% auto 9px;
      left: 0;
      position: relative;
      padding: 0 15px; }
    .rtc-tire-kicker-container .rtc-kicker-promo .promo-subtitle {
      margin: 0 auto;
      line-height: 24px;
      font-size: 24px; }
      @media screen and (max-width: 767px) {
        .rtc-tire-kicker-container .rtc-kicker-promo .promo-subtitle {
          line-height: 21px;
          font-size: 18px; } }
    .rtc-tire-kicker-container .rtc-kicker-promo .left-half {
      width: 54%;
      height: 100%;
      background: #1D72F3;
      position: absolute;
      right: 0;
      top: 0; }
      .rtc-tire-kicker-container .rtc-kicker-promo .left-half .rtc-verify-submit {
        margin: auto; }
      .rtc-tire-kicker-container .rtc-kicker-promo .left-half .rtc-kicker-coupon {
        padding: 0 15px;
        color: #fff; }
        .rtc-tire-kicker-container .rtc-kicker-promo .left-half .rtc-kicker-coupon span {
          color: #fff; }
      .rtc-tire-kicker-container .rtc-kicker-promo .left-half .rtc-kicker-coupon-img {
        width: 165px;
        height: 81px;
        position: absolute;
        top: 6px;
        left: 0;
        right: 0;
        margin: 0 0 0 6px;
        background-repeat: no-repeat;
        background-position: 50%; }
        .rtc-tire-kicker-container .rtc-kicker-promo .left-half .rtc-kicker-coupon-img.bottom {
          position: relative;
          height: 54px; }
        @media screen and (max-width: 767px) {
          .rtc-tire-kicker-container .rtc-kicker-promo .left-half .rtc-kicker-coupon-img {
            margin: 0 0 0 6px; } }
        .rtc-tire-kicker-container .rtc-kicker-promo .left-half .rtc-kicker-coupon-img .coupon-wrap .coupon-left {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 9px;
          color: #fff;
          margin: auto;
          height: 52px;
          font-size: 42px;
          line-height: 55px;
          font-weight: 900; }
        .rtc-tire-kicker-container .rtc-kicker-promo .left-half .rtc-kicker-coupon-img .coupon-wrap .coupon-right {
          position: absolute;
          right: 0;
          font-size: 18px;
          line-height: 18px;
          height: 36px;
          top: 0;
          bottom: 0;
          margin: auto;
          color: #fff;
          width: 96px; }
          .rtc-tire-kicker-container .rtc-kicker-promo .left-half .rtc-kicker-coupon-img .coupon-wrap .coupon-right .line1, .rtc-tire-kicker-container .rtc-kicker-promo .left-half .rtc-kicker-coupon-img .coupon-wrap .coupon-right .line2 {
            font-weight: 900;
            color: #fff;
            text-transform: uppercase; }
        .rtc-tire-kicker-container .rtc-kicker-promo .left-half .rtc-kicker-coupon-img .coupon-wrap.dollar-coupon .coupon-right {
          font-size: 18px;
          line-height: 18px;
          height: 36px;
          width: 103px; }
        .rtc-tire-kicker-container .rtc-kicker-promo .left-half .rtc-kicker-coupon-img .coupon-wrap.gt10lt100 .coupon-left {
          font-size: 39px; }
        .rtc-tire-kicker-container .rtc-kicker-promo .left-half .rtc-kicker-coupon-img .coupon-wrap.gt10lt100 .coupon-right {
          font-size: 16px;
          line-height: 16px;
          height: 33px;
          width: 77px; }
        .rtc-tire-kicker-container .rtc-kicker-promo .left-half .rtc-kicker-coupon-img .coupon-wrap.gt10lt100.dollar-coupon .coupon-right {
          width: 90px; }
        .rtc-tire-kicker-container .rtc-kicker-promo .left-half .rtc-kicker-coupon-img .coupon-wrap.gt100lt1000.dollar-coupon .coupon-left {
          font-size: 36px; }
        .rtc-tire-kicker-container .rtc-kicker-promo .left-half .rtc-kicker-coupon-img .coupon-wrap.gt100lt1000.dollar-coupon .coupon-right {
          font-size: 15px;
          line-height: 15px;
          height: 30px;
          width: 72px; }
      .rtc-tire-kicker-container .rtc-kicker-promo .left-half .rtc-kicker-wrapper {
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 75px 0; }
        .rtc-tire-kicker-container .rtc-kicker-promo .left-half .rtc-kicker-wrapper.remove-padding {
          padding: 15px 0; }
        .rtc-tire-kicker-container .rtc-kicker-promo .left-half .rtc-kicker-wrapper .form-input {
          height: 2.4rem;
          margin-bottom: 6px; }
        .rtc-tire-kicker-container .rtc-kicker-promo .left-half .rtc-kicker-wrapper .email-form {
          padding: 6px 15px;
          width: 100%; }
        .rtc-tire-kicker-container .rtc-kicker-promo .left-half .rtc-kicker-wrapper .promo-subtitle, .rtc-tire-kicker-container .rtc-kicker-promo .left-half .rtc-kicker-wrapper .promo-text, .rtc-tire-kicker-container .rtc-kicker-promo .left-half .rtc-kicker-wrapper .verified-promo-text {
          color: #fff;
          text-align: left; }
        .rtc-tire-kicker-container .rtc-kicker-promo .left-half .rtc-kicker-wrapper .promo-text, .rtc-tire-kicker-container .rtc-kicker-promo .left-half .rtc-kicker-wrapper .verified-promo-text {
          padding: 0 15px;
          text-align: left;
          font-size: 15px;
          line-height: 18px;
          width: 100%;
          margin-bottom: 5px;
          font-weight: 600; }
        .rtc-tire-kicker-container .rtc-kicker-promo .left-half .rtc-kicker-wrapper .verified-promo-text {
          margin-top: 9px;
          width: 100%; }
        .rtc-tire-kicker-container .rtc-kicker-promo .left-half .rtc-kicker-wrapper .rtc-kicker-header {
          z-index: 1 !important;
          position: relative;
          background: none;
          width: 100%; }
    .rtc-tire-kicker-container .rtc-kicker-promo .right-half {
      width: 46%;
      height: 100%;
      background: #ffffff;
      position: absolute;
      left: 0;
      top: 0; }
      .rtc-tire-kicker-container .rtc-kicker-promo .right-half .rtc-kicker-bg-image {
        height: 100%;
        position: absolute;
        z-index: 1;
        mix-blend-mode: multiply;
        width: 100%;
        right: 0;
        top: 0;
        background-repeat: no-repeat;
        background-size: contain; }
      .rtc-tire-kicker-container .rtc-kicker-promo .right-half .rtc-kicker-product-img {
        width: 100%;
        height: 70%;
        position: absolute;
        bottom: 0;
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat; }
      .rtc-tire-kicker-container .rtc-kicker-promo .right-half .rtc-kicker-product-title {
        font-size: 15px;
        line-height: 15px;
        margin: 36px 9px 0;
        position: relative;
        text-align: center; }
      .rtc-tire-kicker-container .rtc-kicker-promo .right-half .rtc-kicker-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background: rgba(0,0,0, 0.72);*/ }

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1; }

.animated {
  animation-duration: var(--animate-duration);
  animation-fill-mode: both; }

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

.animated.repeat-1 {
  animation-iteration-count: var(--animate-repeat); }

.animated.repeat-2 {
  animation-iteration-count: calc(var(--animate-repeat) * 2); }

.animated.repeat-3 {
  animation-iteration-count: calc(var(--animate-repeat) * 3); }

.animated.delay-1s {
  animation-delay: var(--animate-delay); }

.animated.delay-2s {
  animation-delay: calc(var(--animate-delay) * 2); }

.animated.delay-3s {
  animation-delay: calc(var(--animate-delay) * 3); }

.animated.delay-4s {
  animation-delay: calc(var(--animate-delay) * 4); }

.animated.delay-5s {
  animation-delay: calc(var(--animate-delay) * 5); }

.animated.faster {
  animation-duration: calc(var(--animate-duration) / 2); }

.animated.fast {
  animation-duration: calc(var(--animate-duration) * 0.8); }

.animated.slow {
  animation-duration: calc(var(--animate-duration) * 2); }

.animated.slower {
  animation-duration: calc(var(--animate-duration) * 3); }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

.fadeOutDown {
  animation-name: fadeOutDown; }

.ob-complex-product .ob-product-option-group,
.ob-upsell-product .ob-product-option-group {
  display: none; }
  .ob-complex-product .ob-product-option-group .step-details,
  .ob-upsell-product .ob-product-option-group .step-details {
    font-weight: 800;
    color: #1A1A1A;
    margin-bottom: 5px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start; }
    .ob-complex-product .ob-product-option-group .step-details small,
    .ob-upsell-product .ob-product-option-group .step-details small {
      text-transform: uppercase;
      font-weight: 400;
      font-size: 11px;
      margin: 2px 0 0 10px;
      color: #777777;
      line-height: 11px; }
  .ob-complex-product .ob-product-option-group .form-label,
  .ob-upsell-product .ob-product-option-group .form-label {
    display: none; }
  .ob-complex-product .ob-product-option-group.active,
  .ob-upsell-product .ob-product-option-group.active {
    display: block; }
  .ob-complex-product .ob-product-option-group .step-actions,
  .ob-upsell-product .ob-product-option-group .step-actions {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    @media (min-width: 901px) {
      .ob-complex-product .ob-product-option-group .step-actions,
      .ob-upsell-product .ob-product-option-group .step-actions {
        justify-content: space-between; } }
    .ob-complex-product .ob-product-option-group .step-actions .option-guide,
    .ob-upsell-product .ob-product-option-group .step-actions .option-guide {
      width: 100%;
      margin-bottom: 15px;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      font-size: 14px;
      line-height: 18px;
      text-align: left; }
      @media (min-width: 901px) {
        .ob-complex-product .ob-product-option-group .step-actions .option-guide,
        .ob-upsell-product .ob-product-option-group .step-actions .option-guide {
          width: 53%;
          margin-bottom: 0; } }
      .ob-complex-product .ob-product-option-group .step-actions .option-guide svg,
      .ob-upsell-product .ob-product-option-group .step-actions .option-guide svg {
        fill: #1D72F3;
        width: 13px;
        height: 13px;
        margin: 2px 6px 0 0; }
      .ob-complex-product .ob-product-option-group .step-actions .option-guide p,
      .ob-upsell-product .ob-product-option-group .step-actions .option-guide p {
        width: calc(100% - 20px); }
    .ob-complex-product .ob-product-option-group .step-actions .step-navigation,
    .ob-upsell-product .ob-product-option-group .step-actions .step-navigation {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      .ob-complex-product .ob-product-option-group .step-actions .step-navigation p,
      .ob-upsell-product .ob-product-option-group .step-actions .step-navigation p {
        width: 75px;
        margin: 0; }
        @media (max-width: 374px) {
          .ob-complex-product .ob-product-option-group .step-actions .step-navigation p,
          .ob-upsell-product .ob-product-option-group .step-actions .step-navigation p {
            width: 70px;
            font-size: 12px; } }
        @media (min-width: 551px) {
          .ob-complex-product .ob-product-option-group .step-actions .step-navigation p,
          .ob-upsell-product .ob-product-option-group .step-actions .step-navigation p {
            width: 250px;
            text-align: center; } }
      .ob-complex-product .ob-product-option-group .step-actions .step-navigation .ob-btn, .ob-complex-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .stamped-summary-actions-newreview, .stamped-main-widget .ob-complex-product .ob-product-option-group .step-actions .step-navigation .stamped-summary-actions-newreview,
      .ob-complex-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .stamped-summary-actions-newquestion, .stamped-main-widget .ob-complex-product .ob-product-option-group .step-actions .step-navigation .stamped-summary-actions-newquestion,
      .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .ob-btn,
      .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .stamped-summary-actions-newreview,
      .stamped-main-widget .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .stamped-summary-actions-newreview,
      .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .stamped-summary-actions-newquestion,
      .stamped-main-widget .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .stamped-summary-actions-newquestion {
        width: 125px; }
        @media (max-width: 374px) {
          .ob-complex-product .ob-product-option-group .step-actions .step-navigation .ob-btn, .ob-complex-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .stamped-summary-actions-newreview, .stamped-main-widget .ob-complex-product .ob-product-option-group .step-actions .step-navigation .stamped-summary-actions-newreview,
          .ob-complex-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .stamped-summary-actions-newquestion, .stamped-main-widget .ob-complex-product .ob-product-option-group .step-actions .step-navigation .stamped-summary-actions-newquestion,
          .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .ob-btn,
          .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .stamped-summary-actions-newreview,
          .stamped-main-widget .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .stamped-summary-actions-newreview,
          .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .stamped-summary-actions-newquestion,
          .stamped-main-widget .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .stamped-summary-actions-newquestion {
            padding: 0 20px;
            width: 115px; } }
        .ob-complex-product .ob-product-option-group .step-actions .step-navigation .ob-btn svg, .ob-complex-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .stamped-summary-actions-newreview svg, .stamped-main-widget .ob-complex-product .ob-product-option-group .step-actions .step-navigation .stamped-summary-actions-newreview svg, .ob-complex-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .stamped-summary-actions-newquestion svg, .stamped-main-widget .ob-complex-product .ob-product-option-group .step-actions .step-navigation .stamped-summary-actions-newquestion svg,
        .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .ob-btn svg,
        .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .stamped-summary-actions-newreview svg,
        .stamped-main-widget .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .stamped-summary-actions-newreview svg,
        .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .stamped-summary-actions-newquestion svg,
        .stamped-main-widget .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .stamped-summary-actions-newquestion svg {
          width: 11px;
          height: 11px;
          margin: -2px 0 0;
          fill: #1D72F3; }
        .ob-complex-product .ob-product-option-group .step-actions .step-navigation .ob-btn:hover svg, .ob-complex-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .stamped-summary-actions-newreview:hover svg, .stamped-main-widget .ob-complex-product .ob-product-option-group .step-actions .step-navigation .stamped-summary-actions-newreview:hover svg, .ob-complex-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .stamped-summary-actions-newquestion:hover svg, .stamped-main-widget .ob-complex-product .ob-product-option-group .step-actions .step-navigation .stamped-summary-actions-newquestion:hover svg,
        .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .ob-btn:hover svg,
        .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .stamped-summary-actions-newreview:hover svg,
        .stamped-main-widget .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .stamped-summary-actions-newreview:hover svg,
        .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .stamped-summary-actions-newquestion:hover svg,
        .stamped-main-widget .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .stamped-summary-actions-newquestion:hover svg {
          fill: white; }
        .ob-complex-product .ob-product-option-group .step-actions .step-navigation .ob-btn.no-click, .ob-complex-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .no-click.stamped-summary-actions-newreview, .stamped-main-widget .ob-complex-product .ob-product-option-group .step-actions .step-navigation .no-click.stamped-summary-actions-newreview,
        .ob-complex-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .no-click.stamped-summary-actions-newquestion, .stamped-main-widget .ob-complex-product .ob-product-option-group .step-actions .step-navigation .no-click.stamped-summary-actions-newquestion,
        .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .ob-btn.no-click,
        .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .no-click.stamped-summary-actions-newreview,
        .stamped-main-widget .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .no-click.stamped-summary-actions-newreview,
        .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .no-click.stamped-summary-actions-newquestion,
        .stamped-main-widget .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .no-click.stamped-summary-actions-newquestion {
          opacity: 0.5;
          cursor: not-allowed; }
          .ob-complex-product .ob-product-option-group .step-actions .step-navigation .ob-btn.no-click:hover, .ob-complex-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .no-click.stamped-summary-actions-newreview:hover, .stamped-main-widget .ob-complex-product .ob-product-option-group .step-actions .step-navigation .no-click.stamped-summary-actions-newreview:hover,
          .ob-complex-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .no-click.stamped-summary-actions-newquestion:hover, .stamped-main-widget .ob-complex-product .ob-product-option-group .step-actions .step-navigation .no-click.stamped-summary-actions-newquestion:hover,
          .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .ob-btn.no-click:hover,
          .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .no-click.stamped-summary-actions-newreview:hover,
          .stamped-main-widget .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .no-click.stamped-summary-actions-newreview:hover,
          .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .no-click.stamped-summary-actions-newquestion:hover,
          .stamped-main-widget .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .no-click.stamped-summary-actions-newquestion:hover {
            background: white;
            border-color: #1D72F3;
            color: #1D72F3; }
            .ob-complex-product .ob-product-option-group .step-actions .step-navigation .ob-btn.no-click:hover svg, .ob-complex-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .no-click.stamped-summary-actions-newreview:hover svg, .stamped-main-widget .ob-complex-product .ob-product-option-group .step-actions .step-navigation .no-click.stamped-summary-actions-newreview:hover svg, .ob-complex-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .no-click.stamped-summary-actions-newquestion:hover svg, .stamped-main-widget .ob-complex-product .ob-product-option-group .step-actions .step-navigation .no-click.stamped-summary-actions-newquestion:hover svg,
            .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .ob-btn.no-click:hover svg,
            .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .no-click.stamped-summary-actions-newreview:hover svg,
            .stamped-main-widget .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .no-click.stamped-summary-actions-newreview:hover svg,
            .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .no-click.stamped-summary-actions-newquestion:hover svg,
            .stamped-main-widget .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .no-click.stamped-summary-actions-newquestion:hover svg {
              fill: #1D72F3; }
      .ob-complex-product .ob-product-option-group .step-actions .step-navigation .prev-step svg,
      .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .prev-step svg {
        margin-right: 7px;
        transform: rotate(180deg); }
      .ob-complex-product .ob-product-option-group .step-actions .step-navigation .next-step svg,
      .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .next-step svg {
        margin-left: 7px; }
      @media (min-width: 901px) {
        .ob-complex-product .ob-product-option-group .step-actions .step-navigation,
        .ob-upsell-product .ob-product-option-group .step-actions .step-navigation {
          width: 43%;
          align-items: flex-start; }
          .ob-complex-product .ob-product-option-group .step-actions .step-navigation .ob-btn, .ob-complex-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .stamped-summary-actions-newreview, .stamped-main-widget .ob-complex-product .ob-product-option-group .step-actions .step-navigation .stamped-summary-actions-newreview,
          .ob-complex-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .stamped-summary-actions-newquestion, .stamped-main-widget .ob-complex-product .ob-product-option-group .step-actions .step-navigation .stamped-summary-actions-newquestion,
          .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .ob-btn,
          .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .stamped-summary-actions-newreview,
          .stamped-main-widget .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .stamped-summary-actions-newreview,
          .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .stamped-main-widget .stamped-summary-actions-newquestion,
          .stamped-main-widget .ob-upsell-product .ob-product-option-group .step-actions .step-navigation .stamped-summary-actions-newquestion {
            display: inline-flex;
            width: 48%;
            margin-bottom: 10px; }
          .ob-complex-product .ob-product-option-group .step-actions .step-navigation p,
          .ob-upsell-product .ob-product-option-group .step-actions .step-navigation p {
            width: 100%; } }
  .ob-complex-product .ob-product-option-group .productOptions-list .form-label,
  .ob-upsell-product .ob-product-option-group .productOptions-list .form-label {
    display: block; }
    .ob-complex-product .ob-product-option-group .productOptions-list .form-label:before, .ob-complex-product .ob-product-option-group .productOptions-list .form-label:after,
    .ob-upsell-product .ob-product-option-group .productOptions-list .form-label:before,
    .ob-upsell-product .ob-product-option-group .productOptions-list .form-label:after {
      display: none; }
  .ob-complex-product .ob-product-option-group.product-summary,
  .ob-upsell-product .ob-product-option-group.product-summary {
    margin-bottom: 25px; }
    .ob-complex-product .ob-product-option-group.product-summary .summary-list,
    .ob-upsell-product .ob-product-option-group.product-summary .summary-list {
      width: 100%;
      font-size: 12px;
      line-height: 14px;
      margin-top: 20px; }
      @media (min-width: 901px) {
        .ob-complex-product .ob-product-option-group.product-summary .summary-list,
        .ob-upsell-product .ob-product-option-group.product-summary .summary-list {
          font-size: 14px;
          line-height: 16px; } }
      .ob-complex-product .ob-product-option-group.product-summary .summary-list .summary-row,
      .ob-upsell-product .ob-product-option-group.product-summary .summary-list .summary-row {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 2px solid #ddd; }
        .ob-complex-product .ob-product-option-group.product-summary .summary-list .summary-row strong, .ob-complex-product .ob-product-option-group.product-summary .summary-list .summary-row span,
        .ob-upsell-product .ob-product-option-group.product-summary .summary-list .summary-row strong,
        .ob-upsell-product .ob-product-option-group.product-summary .summary-list .summary-row span {
          display: block;
          text-align: left; }
        .ob-complex-product .ob-product-option-group.product-summary .summary-list .summary-row strong,
        .ob-upsell-product .ob-product-option-group.product-summary .summary-list .summary-row strong {
          width: 75px; }
        .ob-complex-product .ob-product-option-group.product-summary .summary-list .summary-row .selected-value,
        .ob-upsell-product .ob-product-option-group.product-summary .summary-list .summary-row .selected-value {
          width: 135px;
          padding: 0 5px; }
        .ob-complex-product .ob-product-option-group.product-summary .summary-list .summary-row .added-price,
        .ob-upsell-product .ob-product-option-group.product-summary .summary-list .summary-row .added-price {
          width: 75px;
          text-align: right; }
        @media (min-width: 901px) {
          .ob-complex-product .ob-product-option-group.product-summary .summary-list .summary-row strong,
          .ob-upsell-product .ob-product-option-group.product-summary .summary-list .summary-row strong {
            width: 135px; }
          .ob-complex-product .ob-product-option-group.product-summary .summary-list .summary-row .selected-value,
          .ob-upsell-product .ob-product-option-group.product-summary .summary-list .summary-row .selected-value {
            width: 275px; }
          .ob-complex-product .ob-product-option-group.product-summary .summary-list .summary-row .added-price,
          .ob-upsell-product .ob-product-option-group.product-summary .summary-list .summary-row .added-price {
            width: 100px; } }

.ob-complex-product .ob-complex-add-cart,
.ob-upsell-product .ob-complex-add-cart {
  display: none; }

@media (min-width: 901px) {
  .ob-upsell-product .ob-upsell-options-full-wrap {
    height: 390px;
    overflow-y: scroll;
    border: 2px solid #ddd;
    border-radius: 4px;
    padding: 15px 15px 0;
    margin: 0 0 20px; }
    .ob-upsell-product .ob-upsell-options-full-wrap::-webkit-scrollbar {
      width: 8px;
      border-radius: 2px;
      background: #F5F5F5; }
    .ob-upsell-product .ob-upsell-options-full-wrap::-webkit-scrollbar-button {
      display: none; }
    .ob-upsell-product .ob-upsell-options-full-wrap::-webkit-scrollbar-thumb {
      background: #ddd; } }

.ob-upsell-product .ob-upsell-options-full-wrap .ob-upsell-group {
  display: block;
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ddd; }
  .ob-upsell-product .ob-upsell-options-full-wrap .ob-upsell-group:last-of-type {
    padding: 0;
    border: none; }
  .ob-upsell-product .ob-upsell-options-full-wrap .ob-upsell-group .slick-prev,
  .ob-upsell-product .ob-upsell-options-full-wrap .ob-upsell-group .slick-next {
    width: 30px;
    height: 30px;
    background-size: 20px 25px !important; }
    .ob-upsell-product .ob-upsell-options-full-wrap .ob-upsell-group .slick-prev.slick-disabled,
    .ob-upsell-product .ob-upsell-options-full-wrap .ob-upsell-group .slick-next.slick-disabled {
      display: none !important; }
  .ob-upsell-product .ob-upsell-options-full-wrap .ob-upsell-group .slick-prev {
    left: -10px; }
  .ob-upsell-product .ob-upsell-options-full-wrap .ob-upsell-group .slick-next {
    right: -10px; }
  .ob-upsell-product .ob-upsell-options-full-wrap .ob-upsell-group .ob-product-name {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    font-weight: 800;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: left; }
    .ob-upsell-product .ob-upsell-options-full-wrap .ob-upsell-group .ob-product-name small {
      font-size: 10px;
      font-weight: 400;
      margin-left: 7px;
      text-transform: uppercase;
      color: #757575; }
  .ob-upsell-product .ob-upsell-options-full-wrap .ob-upsell-group .variant-row {
    display: block;
    width: 100%; }
    .ob-upsell-product .ob-upsell-options-full-wrap .ob-upsell-group .variant-row .variant-item {
      width: 150px;
      border-radius: 4px;
      border: 2px solid #ddd;
      background: #F5F5F5;
      display: inline-block;
      margin: 0 5px 0 0;
      padding: 15px;
      cursor: pointer; }
      @media (min-width: 901px) {
        .ob-upsell-product .ob-upsell-options-full-wrap .ob-upsell-group .variant-row .variant-item {
          width: 195px; } }
      .ob-upsell-product .ob-upsell-options-full-wrap .ob-upsell-group .variant-row .variant-item .item-inner {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        font-size: 14px;
        line-height: 15px; }
        .ob-upsell-product .ob-upsell-options-full-wrap .ob-upsell-group .variant-row .variant-item .item-inner img {
          mix-blend-mode: multiply;
          width: 75px;
          height: 75px; }
        .ob-upsell-product .ob-upsell-options-full-wrap .ob-upsell-group .variant-row .variant-item .item-inner .option-data {
          margin: 0 0 10px;
          width: 100%; }
          .ob-upsell-product .ob-upsell-options-full-wrap .ob-upsell-group .variant-row .variant-item .item-inner .option-data p {
            margin: 0 0 5px; }
        .ob-upsell-product .ob-upsell-options-full-wrap .ob-upsell-group .variant-row .variant-item .item-inner p.price {
          margin: 0; }
      .ob-upsell-product .ob-upsell-options-full-wrap .ob-upsell-group .variant-row .variant-item.selected-option {
        border-color: #1D72F3;
        background: #E2EDFD; }
  .ob-upsell-product .ob-upsell-options-full-wrap .ob-upsell-group .option-guide {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    margin-top: 15px; }
    .ob-upsell-product .ob-upsell-options-full-wrap .ob-upsell-group .option-guide svg {
      fill: #1D72F3;
      width: 13px;
      height: 13px;
      margin: 2px 6px 0 0; }
    .ob-upsell-product .ob-upsell-options-full-wrap .ob-upsell-group .option-guide p {
      width: calc(100% - 20px);
      margin: 0; }

.ob-upsell-product .ob-product-option-group {
  display: block !important;
  margin-bottom: 20px;
  border-bottom: 2px solid #ddd; }
  .ob-upsell-product .ob-product-option-group label {
    display: block !important; }
  @media (min-width: 901px) {
    .ob-upsell-product .ob-product-option-group .step-actions .option-guide {
      width: 100%; } }

[data-page-type="category"] .page-heading,
[data-page-type="brand"] .page-heading,
[data-page-type="search"] .page-heading {
  text-align: left;
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 28px; }
  @media (min-width: 901px) {
    [data-page-type="category"] .page-heading,
    [data-page-type="brand"] .page-heading,
    [data-page-type="search"] .page-heading {
      font-size: 30px;
      line-height: 60px; } }

[data-page-type="category"] .ob-category-description,
[data-page-type="brand"] .ob-category-description,
[data-page-type="search"] .ob-category-description {
  margin: 0 0 25px;
  border-bottom: 2px solid #ddd; }
  @media screen and (max-width: 767px) {
    [data-page-type="category"] .ob-category-description,
    [data-page-type="brand"] .ob-category-description,
    [data-page-type="search"] .ob-category-description {
      margin: 0; } }
  [data-page-type="category"] .ob-category-description #featuredImage,
  [data-page-type="brand"] .ob-category-description #featuredImage,
  [data-page-type="search"] .ob-category-description #featuredImage {
    display: none; }
  [data-page-type="category"] .ob-category-description .powr-contact-form,
  [data-page-type="brand"] .ob-category-description .powr-contact-form,
  [data-page-type="search"] .ob-category-description .powr-contact-form {
    display: none; }

@media (min-width: 901px) {
  [data-page-type="category"] .page-sidebar,
  [data-page-type="brand"] .page-sidebar,
  [data-page-type="search"] .page-sidebar {
    width: 20%;
    padding: 0; }
    [data-page-type="category"] .page-sidebar + .page-content,
    [data-page-type="brand"] .page-sidebar + .page-content,
    [data-page-type="search"] .page-sidebar + .page-content {
      width: 80%;
      padding: 0 0 0 50px;
      float: right; } }

[data-page-type="category"] .page-sidebar .sidebarBlock + .sidebarBlock,
[data-page-type="brand"] .page-sidebar .sidebarBlock + .sidebarBlock,
[data-page-type="search"] .page-sidebar .sidebarBlock + .sidebarBlock {
  border-top: 2px solid #ddd; }

[data-page-type="category"] .page-sidebar .sidebarBlock-heading,
[data-page-type="category"] .page-sidebar .accordion-title,
[data-page-type="brand"] .page-sidebar .sidebarBlock-heading,
[data-page-type="brand"] .page-sidebar .accordion-title,
[data-page-type="search"] .page-sidebar .sidebarBlock-heading,
[data-page-type="search"] .page-sidebar .accordion-title {
  text-transform: none;
  font-weight: 800;
  color: #1A1A1A;
  font-family: 'atten-new';
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01rem; }
  @media (min-width: 901px) {
    [data-page-type="category"] .page-sidebar .sidebarBlock-heading,
    [data-page-type="category"] .page-sidebar .accordion-title,
    [data-page-type="brand"] .page-sidebar .sidebarBlock-heading,
    [data-page-type="brand"] .page-sidebar .accordion-title,
    [data-page-type="search"] .page-sidebar .sidebarBlock-heading,
    [data-page-type="search"] .page-sidebar .accordion-title {
      font-size: 18px;
      line-height: 60px; } }

[data-page-type="category"] .page-sidebar .accordion-block,
[data-page-type="brand"] .page-sidebar .accordion-block,
[data-page-type="search"] .page-sidebar .accordion-block {
  padding-top: 20px;
  border-top: 2px solid #ddd; }
  [data-page-type="category"] .page-sidebar .accordion-block:first-of-type,
  [data-page-type="brand"] .page-sidebar .accordion-block:first-of-type,
  [data-page-type="search"] .page-sidebar .accordion-block:first-of-type {
    border: none; }
    @media (min-width: 901px) {
      [data-page-type="category"] .page-sidebar .accordion-block:first-of-type,
      [data-page-type="brand"] .page-sidebar .accordion-block:first-of-type,
      [data-page-type="search"] .page-sidebar .accordion-block:first-of-type {
        border-top: 2px solid #ddd; } }
  [data-page-type="category"] .page-sidebar .accordion-block .accordion-navigation,
  [data-page-type="brand"] .page-sidebar .accordion-block .accordion-navigation,
  [data-page-type="search"] .page-sidebar .accordion-block .accordion-navigation {
    border-radius: 0;
    background: none !important;
    border: none;
    padding: 0 10px 0 0; }
  [data-page-type="category"] .page-sidebar .accordion-block .accordion-indicator,
  [data-page-type="brand"] .page-sidebar .accordion-block .accordion-indicator,
  [data-page-type="search"] .page-sidebar .accordion-block .accordion-indicator {
    background: #F5F5F5;
    color: #333333;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    [data-page-type="category"] .page-sidebar .accordion-block .accordion-indicator svg,
    [data-page-type="brand"] .page-sidebar .accordion-block .accordion-indicator svg,
    [data-page-type="search"] .page-sidebar .accordion-block .accordion-indicator svg {
      fill: #333333; }
  [data-page-type="category"] .page-sidebar .accordion-block .toggleLink.is-open .toggleLink-text--off,
  [data-page-type="brand"] .page-sidebar .accordion-block .toggleLink.is-open .toggleLink-text--off,
  [data-page-type="search"] .page-sidebar .accordion-block .toggleLink.is-open .toggleLink-text--off {
    display: none; }
  [data-page-type="category"] .page-sidebar .accordion-block .toggleLink:not(.is-open) .toggleLink-text--on,
  [data-page-type="brand"] .page-sidebar .accordion-block .toggleLink:not(.is-open) .toggleLink-text--on,
  [data-page-type="search"] .page-sidebar .accordion-block .toggleLink:not(.is-open) .toggleLink-text--on {
    display: none; }
  [data-page-type="category"] .page-sidebar .accordion-block .navList-action--checkbox.is-selected:before,
  [data-page-type="brand"] .page-sidebar .accordion-block .navList-action--checkbox.is-selected:before,
  [data-page-type="search"] .page-sidebar .accordion-block .navList-action--checkbox.is-selected:before {
    background: #1D72F3;
    border-color: #1D72F3; }
  [data-page-type="category"] .page-sidebar .accordion-block .navList-action--checkbox.is-selected:after,
  [data-page-type="brand"] .page-sidebar .accordion-block .navList-action--checkbox.is-selected:after,
  [data-page-type="search"] .page-sidebar .accordion-block .navList-action--checkbox.is-selected:after {
    color: white;
    background-image: url(../icons/ob-check-w.svg);
    background-size: 70%; }

[data-page-type="category"] .page-sidebar .facetedSearch-clearLink,
[data-page-type="category"] .page-sidebar .facetedSearch-refineFilters .remove-all-filters,
[data-page-type="brand"] .page-sidebar .facetedSearch-clearLink,
[data-page-type="brand"] .page-sidebar .facetedSearch-refineFilters .remove-all-filters,
[data-page-type="search"] .page-sidebar .facetedSearch-clearLink,
[data-page-type="search"] .page-sidebar .facetedSearch-refineFilters .remove-all-filters {
  position: relative;
  top: 0;
  left: 15px;
  right: unset;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  color: #1D72F3;
  font-size: 11px;
  letter-spacing: 0.1rem; }
  @media (min-width: 901px) {
    [data-page-type="category"] .page-sidebar .facetedSearch-clearLink,
    [data-page-type="category"] .page-sidebar .facetedSearch-refineFilters .remove-all-filters,
    [data-page-type="brand"] .page-sidebar .facetedSearch-clearLink,
    [data-page-type="brand"] .page-sidebar .facetedSearch-refineFilters .remove-all-filters,
    [data-page-type="search"] .page-sidebar .facetedSearch-clearLink,
    [data-page-type="search"] .page-sidebar .facetedSearch-refineFilters .remove-all-filters {
      top: -10px;
      left: unset; } }

[data-page-type="category"] .page-sidebar .facetedSearch-refineFilters .remove-all-filters,
[data-page-type="brand"] .page-sidebar .facetedSearch-refineFilters .remove-all-filters,
[data-page-type="search"] .page-sidebar .facetedSearch-refineFilters .remove-all-filters {
  top: 0; }

[data-page-type="category"] .page-sidebar .facetedSearch-refineFilters .facetLabel,
[data-page-type="brand"] .page-sidebar .facetedSearch-refineFilters .facetLabel,
[data-page-type="search"] .page-sidebar .facetedSearch-refineFilters .facetLabel {
  background: #F5F5F5;
  border-radius: 4px;
  color: #777777;
  font-family: 'atten-new';
  font-size: 16px;
  line-height: 16px;
  display: inline-flex;
  height: 40px;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between; }
  [data-page-type="category"] .page-sidebar .facetedSearch-refineFilters .facetLabel svg,
  [data-page-type="brand"] .page-sidebar .facetedSearch-refineFilters .facetLabel svg,
  [data-page-type="search"] .page-sidebar .facetedSearch-refineFilters .facetLabel svg {
    margin: 3px 0 0 7px; }

[data-page-type="category"] .page-sidebar .form-minMaxRow,
[data-page-type="brand"] .page-sidebar .form-minMaxRow,
[data-page-type="search"] .page-sidebar .form-minMaxRow {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0; }
  [data-page-type="category"] .page-sidebar .form-minMaxRow:before,
  [data-page-type="brand"] .page-sidebar .form-minMaxRow:before,
  [data-page-type="search"] .page-sidebar .form-minMaxRow:before {
    display: none; }
  [data-page-type="category"] .page-sidebar .form-minMaxRow .form-field,
  [data-page-type="brand"] .page-sidebar .form-minMaxRow .form-field,
  [data-page-type="search"] .page-sidebar .form-minMaxRow .form-field {
    padding: 0;
    margin: 0;
    width: 48%;
    float: none; }
    [data-page-type="category"] .page-sidebar .form-minMaxRow .form-field:last-of-type,
    [data-page-type="brand"] .page-sidebar .form-minMaxRow .form-field:last-of-type,
    [data-page-type="search"] .page-sidebar .form-minMaxRow .form-field:last-of-type {
      width: 100%;
      margin-top: 10px; }
    [data-page-type="category"] .page-sidebar .form-minMaxRow .form-field input[type="number"],
    [data-page-type="brand"] .page-sidebar .form-minMaxRow .form-field input[type="number"],
    [data-page-type="search"] .page-sidebar .form-minMaxRow .form-field input[type="number"] {
      background: #F5F5F5;
      border: none;
      color: #777777; }

[data-no-products-notification] {
  border: none !important;
  color: #999;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1rem;
  text-align: center;
  padding: 50px 0;
  box-shadow: none !important;
  outline: none !important; }

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

.ob-category-sort-row {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 25px; }
  .ob-category-sort-row h2 {
    font-size: 24px;
    line-height: 60px;
    margin: 0; }
  .ob-category-sort-row .actionBar {
    margin: 0 auto; }
    @media (min-width: 901px) {
      .ob-category-sort-row .actionBar {
        margin: 0; } }
    .ob-category-sort-row .actionBar .form-field {
      margin: 0;
      border-radius: 0;
      border: none;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      .ob-category-sort-row .actionBar .form-field label {
        color: #1A1A1A;
        font-size: 14px;
        font-weight: 800;
        margin-right: 10px; }
      .ob-category-sort-row .actionBar .form-field select {
        border-radius: 4px;
        border: 2px solid #ddd;
        padding: 0 15px;
        height: 45px;
        min-width: 185px;
        background-position: right 0.5rem top 50%; }
  .ob-category-sort-row .mobile-sort-wrap {
    width: 100%;
    display: none;
    margin-bottom: 15px; }
    .ob-category-sort-row .mobile-sort-wrap .form-field {
      justify-content: center; }
    @media (min-width: 901px) {
      .ob-category-sort-row .mobile-sort-wrap {
        display: none !important; } }
  .ob-category-sort-row .mobile-filters-wrap {
    width: 100%;
    max-height: 50vh;
    overflow-y: auto;
    border-radius: 4px;
    border: 2px solid #ddd;
    display: none; }
    .ob-category-sort-row .mobile-filters-wrap .page-sidebar {
      padding: 0; }
      .ob-category-sort-row .mobile-filters-wrap .page-sidebar .facetedSearch-toggle {
        display: none !important; }
      .ob-category-sort-row .mobile-filters-wrap .page-sidebar .facetedSearch-navList {
        display: block !important;
        border: none;
        margin: 0;
        padding: 0; }
      .ob-category-sort-row .mobile-filters-wrap .page-sidebar .accordion--navList {
        border-radius: 0;
        border: none; }
  .ob-category-sort-row .sort-buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px; }
    .ob-category-sort-row .sort-buttons .ob-btn, .ob-category-sort-row .sort-buttons .stamped-main-widget .stamped-summary-actions-newreview, .stamped-main-widget .ob-category-sort-row .sort-buttons .stamped-summary-actions-newreview,
    .ob-category-sort-row .sort-buttons .stamped-main-widget .stamped-summary-actions-newquestion, .stamped-main-widget .ob-category-sort-row .sort-buttons .stamped-summary-actions-newquestion {
      padding: 0;
      width: 49%; }
      .ob-category-sort-row .sort-buttons .ob-btn svg, .ob-category-sort-row .sort-buttons .stamped-main-widget .stamped-summary-actions-newreview svg, .stamped-main-widget .ob-category-sort-row .sort-buttons .stamped-summary-actions-newreview svg, .ob-category-sort-row .sort-buttons .stamped-main-widget .stamped-summary-actions-newquestion svg, .stamped-main-widget .ob-category-sort-row .sort-buttons .stamped-summary-actions-newquestion svg {
        margin-right: 7px; }

.facetedSearch-toggle {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin: unset; }

#facetedSearch .facetedSearch-navList .accordion--navList {
  border-radius: 4px;
  border: 2px solid #e5e5e5; }
  @media (min-width: 901px) {
    #facetedSearch .facetedSearch-navList .accordion--navList {
      border: none; } }

#sortBy-row {
  display: none; }
  @media (min-width: 901px) {
    #sortBy-row {
      display: flex; } }

.category-list-toggles {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (min-width: 901px) {
    .category-list-toggles {
      display: none; } }
  .category-list-toggles .facetedSearch-toggle,
  .category-list-toggles .sort-toggle {
    width: 49%;
    text-decoration: none; }
  .category-list-toggles .show-filters-btn svg,
  .category-list-toggles .show-sort-btn svg {
    margin-right: 7px; }

.category-sub-name {
  display: none; }
  @media (min-width: 901px) {
    .category-sub-name {
      display: block; } }

.ob-filtered-subcategories {
  padding-bottom: 40px;
  border-bottom: 2px solid #ddd; }
  @media screen and (max-width: 767px) {
    .ob-filtered-subcategories {
      padding-bottom: 9px; } }
  .ob-filtered-subcategories h3 {
    font-size: 24px;
    line-height: 60px;
    margin: 0;
    width: 100%; }
  .ob-filtered-subcategories .search-row,
  .ob-filtered-subcategories .search-toggle-row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px; }
    .ob-filtered-subcategories .search-row .category-search-term,
    .ob-filtered-subcategories .search-toggle-row .category-search-term {
      border-radius: 4px;
      border: 2px solid #ddd;
      background: url(../icons/ob-search-blue.svg) no-repeat center left 10px white;
      background-size: 22px 22px;
      padding: 0 15px 0 40px;
      width: calc(100% - 110px);
      height: 40px; }
      @media (min-width: 901px) {
        .ob-filtered-subcategories .search-row .category-search-term,
        .ob-filtered-subcategories .search-toggle-row .category-search-term {
          width: 444px;
          max-width: 35%;
          height: 45px; } }
    .ob-filtered-subcategories .search-row .view-style,
    .ob-filtered-subcategories .search-toggle-row .view-style {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .ob-filtered-subcategories .search-row .view-style h5,
      .ob-filtered-subcategories .search-toggle-row .view-style h5 {
        font-size: 15px;
        line-height: 18px;
        margin: 0 10px 0 0; }
      .ob-filtered-subcategories .search-row .view-style .style-buttons,
      .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        .ob-filtered-subcategories .search-row .view-style .style-buttons .ob-btn, .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-main-widget .stamped-summary-actions-newreview, .stamped-main-widget .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-summary-actions-newreview,
        .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-main-widget .stamped-summary-actions-newquestion, .stamped-main-widget .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-summary-actions-newquestion,
        .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .ob-btn,
        .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-main-widget .stamped-summary-actions-newreview,
        .stamped-main-widget .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-summary-actions-newreview,
        .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-main-widget .stamped-summary-actions-newquestion,
        .stamped-main-widget .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-summary-actions-newquestion {
          background: #F5F5F5;
          border: none;
          padding: 0 10px;
          height: 40px; }
          @media (min-width: 901px) {
            .ob-filtered-subcategories .search-row .view-style .style-buttons .ob-btn, .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-main-widget .stamped-summary-actions-newreview, .stamped-main-widget .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-summary-actions-newreview,
            .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-main-widget .stamped-summary-actions-newquestion, .stamped-main-widget .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-summary-actions-newquestion,
            .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .ob-btn,
            .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-main-widget .stamped-summary-actions-newreview,
            .stamped-main-widget .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-summary-actions-newreview,
            .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-main-widget .stamped-summary-actions-newquestion,
            .stamped-main-widget .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-summary-actions-newquestion {
              padding: 0 15px;
              height: 45px; } }
          .ob-filtered-subcategories .search-row .view-style .style-buttons .ob-btn span, .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-main-widget .stamped-summary-actions-newreview span, .stamped-main-widget .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-summary-actions-newreview span, .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-main-widget .stamped-summary-actions-newquestion span, .stamped-main-widget .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-summary-actions-newquestion span,
          .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .ob-btn span,
          .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-main-widget .stamped-summary-actions-newreview span,
          .stamped-main-widget .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-summary-actions-newreview span,
          .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-main-widget .stamped-summary-actions-newquestion span,
          .stamped-main-widget .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-summary-actions-newquestion span {
            color: #777777;
            font-weight: 800;
            text-transform: none;
            letter-spacing: 0.01rem; }
          .ob-filtered-subcategories .search-row .view-style .style-buttons .ob-btn svg, .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-main-widget .stamped-summary-actions-newreview svg, .stamped-main-widget .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-summary-actions-newreview svg, .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-main-widget .stamped-summary-actions-newquestion svg, .stamped-main-widget .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-summary-actions-newquestion svg,
          .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .ob-btn svg,
          .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-main-widget .stamped-summary-actions-newreview svg,
          .stamped-main-widget .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-summary-actions-newreview svg,
          .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-main-widget .stamped-summary-actions-newquestion svg,
          .stamped-main-widget .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-summary-actions-newquestion svg {
            fill: #777777;
            stroke: #777777;
            width: 24px;
            height: 24px; }
            @media (max-width: 768px) {
              .ob-filtered-subcategories .search-row .view-style .style-buttons .ob-btn svg, .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-main-widget .stamped-summary-actions-newreview svg, .stamped-main-widget .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-summary-actions-newreview svg, .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-main-widget .stamped-summary-actions-newquestion svg, .stamped-main-widget .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-summary-actions-newquestion svg,
              .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .ob-btn svg,
              .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-main-widget .stamped-summary-actions-newreview svg,
              .stamped-main-widget .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-summary-actions-newreview svg,
              .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-main-widget .stamped-summary-actions-newquestion svg,
              .stamped-main-widget .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-summary-actions-newquestion svg {
                margin: 0; } }
          .ob-filtered-subcategories .search-row .view-style .style-buttons .ob-btn:first-of-type, .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-main-widget .stamped-summary-actions-newreview:first-of-type, .stamped-main-widget .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-summary-actions-newreview:first-of-type,
          .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-main-widget .stamped-summary-actions-newquestion:first-of-type, .stamped-main-widget .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-summary-actions-newquestion:first-of-type,
          .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .ob-btn:first-of-type,
          .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-main-widget .stamped-summary-actions-newreview:first-of-type,
          .stamped-main-widget .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-summary-actions-newreview:first-of-type,
          .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-main-widget .stamped-summary-actions-newquestion:first-of-type,
          .stamped-main-widget .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-summary-actions-newquestion:first-of-type {
            margin-right: 7px; }
          .ob-filtered-subcategories .search-row .view-style .style-buttons .ob-btn.active, .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-main-widget .active.stamped-summary-actions-newreview, .stamped-main-widget .ob-filtered-subcategories .search-row .view-style .style-buttons .active.stamped-summary-actions-newreview,
          .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-main-widget .active.stamped-summary-actions-newquestion, .stamped-main-widget .ob-filtered-subcategories .search-row .view-style .style-buttons .active.stamped-summary-actions-newquestion,
          .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .ob-btn.active,
          .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-main-widget .active.stamped-summary-actions-newreview,
          .stamped-main-widget .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .active.stamped-summary-actions-newreview,
          .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-main-widget .active.stamped-summary-actions-newquestion,
          .stamped-main-widget .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .active.stamped-summary-actions-newquestion {
            background: #1A1A1A; }
            .ob-filtered-subcategories .search-row .view-style .style-buttons .ob-btn.active span, .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-main-widget .active.stamped-summary-actions-newreview span, .stamped-main-widget .ob-filtered-subcategories .search-row .view-style .style-buttons .active.stamped-summary-actions-newreview span, .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-main-widget .active.stamped-summary-actions-newquestion span, .stamped-main-widget .ob-filtered-subcategories .search-row .view-style .style-buttons .active.stamped-summary-actions-newquestion span,
            .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .ob-btn.active span,
            .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-main-widget .active.stamped-summary-actions-newreview span,
            .stamped-main-widget .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .active.stamped-summary-actions-newreview span,
            .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-main-widget .active.stamped-summary-actions-newquestion span,
            .stamped-main-widget .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .active.stamped-summary-actions-newquestion span {
              color: white; }
            .ob-filtered-subcategories .search-row .view-style .style-buttons .ob-btn.active svg, .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-main-widget .active.stamped-summary-actions-newreview svg, .stamped-main-widget .ob-filtered-subcategories .search-row .view-style .style-buttons .active.stamped-summary-actions-newreview svg, .ob-filtered-subcategories .search-row .view-style .style-buttons .stamped-main-widget .active.stamped-summary-actions-newquestion svg, .stamped-main-widget .ob-filtered-subcategories .search-row .view-style .style-buttons .active.stamped-summary-actions-newquestion svg,
            .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .ob-btn.active svg,
            .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-main-widget .active.stamped-summary-actions-newreview svg,
            .stamped-main-widget .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .active.stamped-summary-actions-newreview svg,
            .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .stamped-main-widget .active.stamped-summary-actions-newquestion svg,
            .stamped-main-widget .ob-filtered-subcategories .search-toggle-row .view-style .style-buttons .active.stamped-summary-actions-newquestion svg {
              fill: white;
              stroke: white; }
  .ob-filtered-subcategories .search-application,
  .ob-filtered-subcategories .search-tread {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 35px; }
    .ob-filtered-subcategories .search-application .ob-mobile-app-filter-btn,
    .ob-filtered-subcategories .search-tread .ob-mobile-app-filter-btn {
      margin: 0 0 10px;
      width: 100%; }
    .ob-filtered-subcategories .search-application .app-filter-wrap,
    .ob-filtered-subcategories .search-tread .app-filter-wrap {
      width: 100%;
      display: none; }
      .ob-filtered-subcategories .search-application .app-filter-wrap .wrap-inner,
      .ob-filtered-subcategories .search-tread .app-filter-wrap .wrap-inner {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap; }
      @media (min-width: 901px) {
        .ob-filtered-subcategories .search-application .app-filter-wrap,
        .ob-filtered-subcategories .search-tread .app-filter-wrap {
          display: block !important; }
          .ob-filtered-subcategories .search-application .app-filter-wrap .wrap-inner,
          .ob-filtered-subcategories .search-tread .app-filter-wrap .wrap-inner {
            justify-content: flex-start; } }
    .ob-filtered-subcategories .search-application span,
    .ob-filtered-subcategories .search-tread span {
      display: inline-flex;
      height: 40px;
      width: 47%;
      border-radius: 4px;
      background: #F5F5F5;
      color: #777777;
      text-decoration: none;
      padding: 0 20px;
      align-items: center;
      justify-content: center;
      margin: 0 10px 10px 0;
      cursor: pointer;
      font-weight: 700;
      font-size: 16px; }
      @media (min-width: 901px) {
        .ob-filtered-subcategories .search-application span,
        .ob-filtered-subcategories .search-tread span {
          height: 45px;
          width: auto;
          margin: 0 10px 0 0; } }
      .ob-filtered-subcategories .search-application span.active,
      .ob-filtered-subcategories .search-tread span.active {
        padding-right: 40px;
        position: relative;
        background: #777777;
        color: white; }
        .ob-filtered-subcategories .search-application span.active:after,
        .ob-filtered-subcategories .search-tread span.active:after {
          content: 'x';
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          top: -2px;
          bottom: 0;
          right: 20px;
          margin: auto 0;
          height: 12px;
          width: 12px; }
  .ob-filtered-subcategories .search-toggle-row {
    margin: 0 0 40px; }
    .ob-filtered-subcategories .search-toggle-row .search-application {
      margin: 0;
      width: auto; }
  .ob-filtered-subcategories .filtered-cat-content {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (min-width: 551px) {
      .ob-filtered-subcategories .filtered-cat-content {
        margin-left: -7px;
        justify-content: flex-start; } }
    .ob-filtered-subcategories .filtered-cat-content .subcategory-item {
      display: flex;
      margin: 0 0 25px;
      width: 48%; }
      @media (min-width: 551px) {
        .ob-filtered-subcategories .filtered-cat-content .subcategory-item {
          width: 23%;
          margin: 0 7px 25px; } }
      @media (min-width: 901px) {
        .ob-filtered-subcategories .filtered-cat-content .subcategory-item {
          width: 18%; } }
      @media (min-width: 1261px) {
        .ob-filtered-subcategories .filtered-cat-content .subcategory-item {
          width: 13.2%; } }
      .ob-filtered-subcategories .filtered-cat-content .subcategory-item a {
        display: flex;
        width: 100%;
        align-items: flex-start;
        justify-content: center;
        text-decoration: none;
        flex-wrap: wrap; }
        .ob-filtered-subcategories .filtered-cat-content .subcategory-item a .image-wrap {
          position: relative;
          display: flex;
          border-radius: 4px;
          background: #F5F5F5;
          overflow: hidden;
          width: 167px;
          height: 167px;
          margin: 0 0 10px;
          padding: 0;
          align-items: center;
          justify-content: center;
          font-weight: 800;
          color: #ddd; }
          @media (min-width: 901px) {
            .ob-filtered-subcategories .filtered-cat-content .subcategory-item a .image-wrap {
              width: 175px;
              height: 175px; } }
          .ob-filtered-subcategories .filtered-cat-content .subcategory-item a .image-wrap img {
            display: flex;
            width: 100%;
            height: 100%;
            mix-blend-mode: multiply; }
        .ob-filtered-subcategories .filtered-cat-content .subcategory-item a h3 {
          display: flex;
          margin: 0;
          font-size: 14px;
          line-height: 14px;
          color: #1A1A1A;
          font-weight: 700;
          justify-content: center;
          width: 100%; }
          @media (min-width: 901px) {
            .ob-filtered-subcategories .filtered-cat-content .subcategory-item a h3 {
              font-size: 15px;
              line-height: 19px; } }
        .ob-filtered-subcategories .filtered-cat-content .subcategory-item a:hover h3 {
          color: #1D72F3; }
    .ob-filtered-subcategories .filtered-cat-content.list-style {
      margin: 0; }
      .ob-filtered-subcategories .filtered-cat-content.list-style .subcategory-item {
        margin: 0 0 15px; }
        @media (min-width: 901px) {
          .ob-filtered-subcategories .filtered-cat-content.list-style .subcategory-item {
            width: 24%; } }
        @media (min-width: 1261px) {
          .ob-filtered-subcategories .filtered-cat-content.list-style .subcategory-item {
            width: 19%; } }
        .ob-filtered-subcategories .filtered-cat-content.list-style .subcategory-item a {
          align-items: center;
          justify-content: space-between; }
          .ob-filtered-subcategories .filtered-cat-content.list-style .subcategory-item a .image-wrap {
            width: 40px;
            height: 40px;
            border: none;
            border-radius: 0;
            margin: 0;
            padding: 0; }
            .ob-filtered-subcategories .filtered-cat-content.list-style .subcategory-item a .image-wrap img {
              display: flex;
              width: 100%;
              height: 100%;
              mix-blend-mode: unset; }
          .ob-filtered-subcategories .filtered-cat-content.list-style .subcategory-item a h3 {
            width: calc(100% - 50px);
            justify-content: flex-start;
            padding-right: 10px; }
    @media (min-width: 1261px) {
      .ob-filtered-subcategories .filtered-cat-content.machine-brand .subcategory-item {
        width: 15.5%; } }
    .ob-filtered-subcategories .filtered-cat-content.machine-brand .subcategory-item a .image-wrap {
      padding: 0;
      background: white;
      height: 100px;
      margin: 0;
      width: 100%; }
      @media (min-width: 901px) {
        .ob-filtered-subcategories .filtered-cat-content.machine-brand .subcategory-item a .image-wrap {
          height: 100px; } }
      .ob-filtered-subcategories .filtered-cat-content.machine-brand .subcategory-item a .image-wrap img {
        mix-blend-mode: unset;
        height: 100%;
        width: auto;
        margin: 0 auto; }
    .ob-filtered-subcategories .filtered-cat-content.machine-brand .subcategory-item:hover {
      box-shadow: 0px 30px 60px rgba(59, 54, 51, 0.15); }
  .ob-filtered-subcategories.machine-brand {
    border: none; }

@media (min-width: 901px) {
  .tracks-tires-subcats .search-row {
    justify-content: flex-end; } }

.category-featured-brands .title-row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px; }
  .category-featured-brands .title-row h3 {
    margin: 0; }

.category-featured-brands .slick-list {
  padding: 0 20px; }
  .category-featured-brands .slick-list:after {
    content: '';
    display: block;
    position: absolute;
    height: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: inset 0 -20px 20px -10px #ffffff;
    z-index: 100; }

.category-featured-brands .slick-track {
  padding: 40px 0; }

.category-featured-brands .brand {
  text-align: center;
  overflow: visible; }
  .category-featured-brands .brand a {
    display: flex;
    width: 125px;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 10px;
    margin: 0 auto; }
    .category-featured-brands .brand a:hover {
      background: white;
      margin-top: -10px;
      box-shadow: 0px 30px 60px rgba(59, 54, 51, 0.15); }
    .category-featured-brands .brand a img {
      width: 125px;
      height: 40px;
      object-fit: contain; }
    @media (min-width: 901px) {
      .category-featured-brands .brand a {
        width: 250px;
        height: 105px;
        padding: 0 20px; }
        .category-featured-brands .brand a img {
          width: 250px;
          height: 105px; } }

.category-featured-videos .title-row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px; }
  .category-featured-videos .title-row h3 {
    margin: 0; }

.category-featured-videos .video-block {
  margin: 0 5px; }
  .category-featured-videos .video-block iframe {
    width: 100%;
    height: 92px; }
    @media (min-width: 551px) {
      .category-featured-videos .video-block iframe {
        height: 175px; } }
    @media (min-width: 901px) {
      .category-featured-videos .video-block iframe {
        height: 240px; } }
  .category-featured-videos .video-block h4 {
    font-size: 14px;
    line-height: 15px; }
    @media (min-width: 901px) {
      .category-featured-videos .video-block h4 {
        font-size: 20px;
        line-height: 22px; } }
  .category-featured-videos .video-block .ob-videoThumbnail {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    cursor: pointer; }
    .category-featured-videos .video-block .ob-videoThumbnail:hover .icon svg {
      fill: #f00;
      fill-opacity: 1; }
    .category-featured-videos .video-block .ob-videoThumbnail:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    .category-featured-videos .video-block .ob-videoThumbnail img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .category-featured-videos .video-block .ob-videoThumbnail .icon {
      position: absolute;
      width: 68px;
      height: 48px; }
      .category-featured-videos .video-block .ob-videoThumbnail .icon svg {
        fill: #222222;
        fill-opacity: 0.85; }

.category-boxes-content {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap; }
  @media (min-width: 901px) {
    .category-boxes-content {
      justify-content: space-between; } }
  .category-boxes-content .cat-box {
    width: 100%;
    height: 275px !important;
    position: relative;
    border-radius: 9px;
    overflow: hidden;
    margin: 0 0 15px; }
    @media (min-width: 901px) {
      .category-boxes-content .cat-box {
        width: 49.5%;
        height: 545px; } }
    .category-boxes-content .cat-box .image-wrap {
      display: flex;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .category-boxes-content .cat-box .image-wrap:before {
        content: '';
        position: absolute;
        z-index: 2;
        display: flex;
        width: 100%;
        height: 100%;
        background: rgba(26, 26, 26, 0.6);
        mix-blend-mode: multiply; }
      .category-boxes-content .cat-box .image-wrap img {
        display: flex;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        z-index: 1; }
    .category-boxes-content .cat-box .overlay {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      height: 100%;
      padding: 25px;
      align-items: center;
      justify-content: center;
      text-align: center;
      position: relative;
      z-index: 3;
      flex-direction: column; }
      .category-boxes-content .cat-box .overlay h4, .category-boxes-content .cat-box .overlay h2 {
        display: block;
        width: 100%;
        text-align: center;
        color: white; }
      .category-boxes-content .cat-box .overlay h4 {
        font-size: 14px;
        line-height: 30px;
        margin: 0;
        letter-spacing: 0.1em;
        text-transform: uppercase; }
      .category-boxes-content .cat-box .overlay h2 {
        font-size: 24px;
        line-height: 25px;
        margin: 0 0 35px; }
      .category-boxes-content .cat-box .overlay h4 {
        position: absolute;
        left: 21px;
        top: 21px;
        display: block;
        font-size: 24px;
        width: 100%;
        text-align: left;
        text-shadow: 0 3px 6px black; }
      .category-boxes-content .cat-box .overlay h2 {
        font-size: 18px !important;
        line-height: 24px !important;
        margin: 0 0 50px !important;
        position: absolute;
        bottom: 99px;
        text-align: left;
        height: 30%;
        left: 0;
        width: calc(100% - 42px);
        font-weight: 100;
        margin: 0 auto 0 21px !important;
        text-shadow: 0 3px 6px black;
        display: flex;
        align-items: end; }
      .category-boxes-content .cat-box .overlay a.ob-btn.ob-btn-white, .category-boxes-content .cat-box .overlay .stamped-main-widget a.ob-btn-white.stamped-summary-actions-newreview, .stamped-main-widget .category-boxes-content .cat-box .overlay a.ob-btn-white.stamped-summary-actions-newreview,
      .category-boxes-content .cat-box .overlay .stamped-main-widget a.ob-btn-white.stamped-summary-actions-newquestion, .stamped-main-widget .category-boxes-content .cat-box .overlay a.ob-btn-white.stamped-summary-actions-newquestion {
        position: absolute;
        bottom: 21px;
        margin: 0;
        left: 21px;
        min-width: 77px;
        width: auto;
        padding: 0 12px; }
      @media (min-width: 901px) {
        .category-boxes-content .cat-box .overlay {
          padding: 75px; }
          .category-boxes-content .cat-box .overlay h2 {
            font-size: 36px;
            line-height: 36px;
            margin: 0 0 50px; } }
    @media (min-width: 901px) {
      .category-boxes-content .cat-box.full-box {
        width: 100%; }
        .category-boxes-content .cat-box.full-box .overlay {
          width: 70%;
          margin: 0 auto; } }

.ob-cat-featured-articles .title-row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px; }
  .ob-cat-featured-articles .title-row h3 {
    margin: 0; }

.ob-cat-featured-articles .blogs {
  padding: 0 20px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap; }
  @media (min-width: 901px) {
    .ob-cat-featured-articles .blogs {
      padding: 10px 0 30px; } }
  .ob-cat-featured-articles .blogs.blog-slider {
    padding: 0; }
    @media (min-width: 901px) {
      .ob-cat-featured-articles .blogs.blog-slider {
        padding: 0 20px; } }
  .ob-cat-featured-articles .blogs .slick-track {
    padding-bottom: 40px; }
  .ob-cat-featured-articles .blogs .slick-dots {
    bottom: 0; }
  .ob-cat-featured-articles .blogs .blog {
    margin: 0 7px 0 0;
    padding: 0;
    border: none;
    transition: all ease-in-out .2s;
    display: inline-block;
    position: relative; }
    .ob-cat-featured-articles .blogs .blog .blog-post-figure {
      width: 100%;
      height: 100px;
      border-radius: 4px 4px 0 0;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      background: white;
      border: 2px solid #F5F5F5;
      border-width: 2px 2px 0 2px;
      margin: 0; }
      @media (min-width: 901px) {
        .ob-cat-featured-articles .blogs .blog .blog-post-figure {
          height: 190px; } }
      .ob-cat-featured-articles .blogs .blog .blog-post-figure .blog-thumbnail {
        margin: 0;
        max-width: none;
        width: 100%;
        height: 100%; }
      .ob-cat-featured-articles .blogs .blog .blog-post-figure a {
        display: flex;
        width: 100%;
        height: 100%;
        text-align: center;
        align-items: center;
        justify-content: center; }
      .ob-cat-featured-articles .blogs .blog .blog-post-figure img {
        object-fit: cover;
        border-radius: 0;
        width: 100%;
        height: 100px; }
        @media (min-width: 901px) {
          .ob-cat-featured-articles .blogs .blog .blog-post-figure img {
            height: 190px; } }
      .ob-cat-featured-articles .blogs .blog .blog-post-figure svg {
        max-width: 100%;
        max-height: 75px;
        opacity: 0.35; }
    .ob-cat-featured-articles .blogs .blog .blog-post-body {
      padding: 15px;
      background: #F5F5F5;
      margin: 0;
      width: 100%;
      max-width: none; }
      .ob-cat-featured-articles .blogs .blog .blog-post-body h4 {
        font-size: 10px;
        line-height: 26px;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: 800;
        display: block;
        width: 100%;
        height: 26px;
        text-align: left; }
        @media (min-width: 901px) {
          .ob-cat-featured-articles .blogs .blog .blog-post-body h4 {
            font-size: 12px; } }
      .ob-cat-featured-articles .blogs .blog .blog-post-body h2,
      .ob-cat-featured-articles .blogs .blog .blog-post-body h2 a {
        text-decoration: none;
        font-weight: 800;
        font-size: 16px;
        line-height: 18px;
        height: 35px;
        overflow: hidden;
        text-align: left; }
        @media (min-width: 551px) {
          .ob-cat-featured-articles .blogs .blog .blog-post-body h2,
          .ob-cat-featured-articles .blogs .blog .blog-post-body h2 a {
            font-size: 20px;
            line-height: 22px;
            height: 45px; } }
        .ob-cat-featured-articles .blogs .blog .blog-post-body h2:hover,
        .ob-cat-featured-articles .blogs .blog .blog-post-body h2 a:hover {
          color: #1A1A1A; }
      .ob-cat-featured-articles .blogs .blog .blog-post-body h2 {
        margin: 0 0 10px; }
      .ob-cat-featured-articles .blogs .blog .blog-post-body .blog-date,
      .ob-cat-featured-articles .blogs .blog .blog-post-body .tags,
      .ob-cat-featured-articles .blogs .blog .blog-post-body .blog-share-links,
      .ob-cat-featured-articles .blogs .blog .blog-post-body iframe {
        display: none; }
      .ob-cat-featured-articles .blogs .blog .blog-post-body .blog-post {
        font-size: 14px;
        line-height: 16px;
        margin: 0;
        display: block;
        width: 100%;
        height: 80px;
        overflow: hidden; }
        @media (min-width: 551px) {
          .ob-cat-featured-articles .blogs .blog .blog-post-body .blog-post {
            font-size: 18px;
            line-height: 20px; } }
      .ob-cat-featured-articles .blogs .blog .blog-post-body .details-row {
        display: flex;
        width: 100%;
        clear: both;
        align-items: center;
        justify-content: space-between;
        margin-top: 5px; }
        .ob-cat-featured-articles .blogs .blog .blog-post-body .details-row a {
          color: #1D72F3;
          text-decoration: none;
          padding: 0;
          font-size: 12px;
          line-height: 14px; }
          .ob-cat-featured-articles .blogs .blog .blog-post-body .details-row a svg {
            fill: none;
            width: 15px;
            height: 17px;
            margin-right: 5px; }
          @media (min-width: 901px) {
            .ob-cat-featured-articles .blogs .blog .blog-post-body .details-row a {
              font-size: 14px;
              line-height: 18px; }
              .ob-cat-featured-articles .blogs .blog .blog-post-body .details-row a svg {
                width: 18px;
                height: 20px; } }
        .ob-cat-featured-articles .blogs .blog .blog-post-body .details-row .read-time {
          font-size: 10px;
          line-height: 12px;
          border-radius: 4px;
          background: white;
          height: 29px;
          padding: 0 10px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          font-weight: 800;
          border: 2px solid #F5F5F5; }
          @media (min-width: 551px) {
            .ob-cat-featured-articles .blogs .blog .blog-post-body .details-row .read-time {
              font-size: 14px;
              line-height: 16px; } }
    @media (min-width: 901px) {
      .ob-cat-featured-articles .blogs .blog:hover {
        top: -10px;
        background: white; }
        .ob-cat-featured-articles .blogs .blog:hover .blog-inner {
          box-shadow: 0px 30px 25px rgba(59, 54, 51, 0.15); }
        .ob-cat-featured-articles .blogs .blog:hover .post-body {
          background: white; } }
  .ob-cat-featured-articles .blogs:not(.slick-initialized) .blog {
    max-width: 48%; }
    @media (min-width: 901px) {
      .ob-cat-featured-articles .blogs:not(.slick-initialized) .blog {
        max-width: 24%; } }

#product-listing-container .productGrid {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #product-listing-container .productGrid:before {
    display: none; }
  #product-listing-container .productGrid:after {
    display: none; }

#product-listing-container .product {
  padding: 0 5px;
  margin: 0 0 15px;
  box-shadow: 0 0 12px #eee;
  border-radius: 9px; }
  @media (min-width: 901px) {
    #product-listing-container .product {
      margin: 0 9px 18px; } }
  @media screen and (min-width: 551px) {
    #product-listing-container .product {
      width: 30.51%; } }
  @media screen and (min-width: 1067px) {
    #product-listing-container .product {
      width: 31%; } }
  @media screen and (max-width: 984px) {
    #product-listing-container .product .quick-ship-text {
      font-size: 12px; } }
  @media screen and (max-width: 901px) {
    #product-listing-container .product {
      width: 32%; } }
  @media screen and (max-width: 651px) {
    #product-listing-container .product {
      width: 48.5%; } }
  @media screen and (max-width: 551px) {
    #product-listing-container .product {
      margin: 0 6px 12px;
      width: 47.1%; } }
  @media screen and (max-width: 440px) {
    #product-listing-container .product {
      margin: 0 6px 12px;
      width: 46%; } }
  @media screen and (max-width: 383px) {
    #product-listing-container .product {
      margin: 0 6px 12px;
      width: 100%; } }
  #product-listing-container .product .fa-star-half-o:before, #product-listing-container .product .fa-star-o:before, #product-listing-container .product .fa-star:before, #product-listing-container .product .stamped-fa-star-half-o:before, #product-listing-container .product .stamped-fa-star-o:before, #product-listing-container .product .stamped-fa-star:before {
    font-size: 12px; }
  #product-listing-container .product .card {
    background: #fff;
    margin: 0; }
    #product-listing-container .product .card .card-figure img,
    #product-listing-container .product .card .card-img-container img {
      mix-blend-mode: multiply; }
    #product-listing-container .product .card .card-title a {
      display: block;
      text-align: center;
      height: auto;
      overflow: hidden; }
  #product-listing-container .product:hover .card {
    box-shadow: none; }

.pagination-list {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center; }
  .pagination-list .pagination-item {
    border: 2px solid #ddd;
    border-radius: 4px;
    background: #F5F5F5;
    margin: 0 3px;
    width: 30px;
    height: 30px;
    display: inline-flex; }
    .pagination-list .pagination-item a {
      color: #1A1A1A;
      font-weight: 700;
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      padding: 0; }
    .pagination-list .pagination-item--current {
      border-color: #1D72F3;
      background: #E2EDFD; }
    .pagination-list .pagination-item--previous, .pagination-list .pagination-item--next {
      padding: 0;
      background: none;
      border: none;
      float: none; }
      .pagination-list .pagination-item--previous a, .pagination-list .pagination-item--next a {
        font-size: 0; }
        .pagination-list .pagination-item--previous a .icon, .pagination-list .pagination-item--next a .icon {
          margin: 0;
          width: 25px;
          height: 25px; }

.category-featured-banner {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  border-radius: 9px;
  overflow: hidden;
  height: 275px;
  margin-bottom: 12px; }
  @media (min-width: 901px) {
    .category-featured-banner {
      height: 350px; } }
  @media screen and (max-width: 767px) {
    .category-featured-banner {
      margin: 0 0 6px !important; } }
  .category-featured-banner .image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .category-featured-banner .image-wrap img {
      display: flex;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .category-featured-banner:before {
    content: '';
    position: absolute;
    z-index: 2;
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 26, 0.6);
    mix-blend-mode: multiply; }
  .category-featured-banner .overlay {
    position: relative;
    z-index: 3;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    padding: 30px;
    flex-wrap: wrap; }
    .category-featured-banner .overlay h4, .category-featured-banner .overlay h2, .category-featured-banner .overlay p {
      color: white;
      display: block;
      width: 100%; }
    .category-featured-banner .overlay h4 {
      font-size: 14px;
      line-height: 30px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin: 0; }
    .category-featured-banner .overlay h2 {
      font-size: 24px;
      line-height: 25px; }
    .category-featured-banner .overlay p {
      font-size: 18px;
      line-height: 20px; }
    @media (min-width: 901px) {
      .category-featured-banner .overlay {
        padding: 40px 50px;
        width: 50%; }
        .category-featured-banner .overlay h2 {
          font-size: 52px;
          line-height: 52px; }
        .category-featured-banner .overlay p {
          font-size: 20px;
          line-height: 30px; } }
  .category-featured-banner.tall-banner {
    height: 400px; }
    .category-featured-banner.tall-banner .overlay h2 {
      font-size: 40px;
      line-height: 40px; }
    @media (min-width: 901px) {
      .category-featured-banner.tall-banner {
        height: 425px; } }

.ob-fitment-table {
  display: flex;
  width: 100%;
  border: 2px solid #ddd;
  border-width: 2px 1px 2px 1px;
  border-radius: 4px;
  align-items: flex-start;
  justify-content: center;
  margin: 0 0 20px;
  max-width: 100%; }
  .ob-fitment-table .fitment-col {
    width: 25%;
    display: flex;
    border: 1px solid #ddd;
    border-width: 0 1px 0 1px;
    justify-content: center;
    flex-wrap: wrap; }
    .ob-fitment-table .fitment-col .col-head,
    .ob-fitment-table .fitment-col .col-value {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 65px;
      font-size: 12px;
      line-height: 14px; }
      @media (min-width: 901px) {
        .ob-fitment-table .fitment-col .col-head,
        .ob-fitment-table .fitment-col .col-value {
          height: 46px;
          font-size: 14px;
          line-height: 16px; } }
    .ob-fitment-table .fitment-col .col-head {
      background: #F5F5F5;
      font-weight: 800;
      border-bottom: 2px solid #ddd; }

.ob-track-fitment-guide,
.ob-tire-sizing-guide {
  display: flex;
  width: 100%;
  margin: 0 0 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .ob-track-fitment-guide h3,
  .ob-tire-sizing-guide h3 {
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 20px;
    line-height: 28px; }
  .ob-track-fitment-guide a,
  .ob-tire-sizing-guide a {
    font-size: 14px; }

@media screen and (max-width: 640px) {
  .stamped-badge-caption {
    font-size: 12px; } }

[data-page-type="brand"].has-top-banner .body {
  margin-top: 0; }

@media (max-width: 767px) {
  [data-page-type="brand"].has-top-banner .banners {
    padding-bottom: 0; } }

[data-page-type="brand"] .banner[data-position="top"] {
  margin-top: 160px; }
  @media (min-width: 901px) {
    [data-page-type="brand"] .banner[data-position="top"] {
      margin-top: 0; } }

[data-page-type="brand"] .banner .full-width {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 20px;
  flex-wrap: wrap; }
  [data-page-type="brand"] .banner .full-width .sixty,
  [data-page-type="brand"] .banner .full-width .forty {
    margin-bottom: 15px; }
  @media (min-width: 901px) {
    [data-page-type="brand"] .banner .full-width {
      justify-content: space-between;
      padding: 0; }
      [data-page-type="brand"] .banner .full-width .sixty {
        width: 59%;
        text-align: left; }
      [data-page-type="brand"] .banner .full-width .forty {
        width: 39%; } }
  [data-page-type="brand"] .banner .full-width .background-image {
    position: relative;
    width: 100%;
    display: flex;
    height: 250px;
    margin-bottom: 25px; }
    @media (min-width: 901px) {
      [data-page-type="brand"] .banner .full-width .background-image {
        height: 425px;
        margin-bottom: 50px; } }
    [data-page-type="brand"] .banner .full-width .background-image:before {
      background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
      box-shadow: 0 0 50px inset;
      content: "";
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 2; }
    [data-page-type="brand"] .banner .full-width .background-image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1; }
    [data-page-type="brand"] .banner .full-width .background-image h1 {
      position: relative;
      z-index: 2;
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      padding: 25px;
      color: white;
      text-transform: uppercase;
      font-size: 25px;
      line-height: 25px; }
      @media (min-width: 901px) {
        [data-page-type="brand"] .banner .full-width .background-image h1 {
          font-size: 55px;
          line-height: 55px; } }

[data-page-type="brand"] .brandGrid li.brand {
  padding: 0.75rem;
  margin: 0 0 25px; }
  @media (min-width: 901px) {
    [data-page-type="brand"] .brandGrid li.brand {
      width: 25%;
      padding: 20px; } }
  @media (min-width: 1261px) {
    [data-page-type="brand"] .brandGrid li.brand {
      width: 20%; } }
  [data-page-type="brand"] .brandGrid li.brand .card {
    margin: 0; }
    [data-page-type="brand"] .brandGrid li.brand .card .card-title a {
      color: #777777;
      text-transform: uppercase;
      letter-spacing: 0.01rem;
      font-size: 14px;
      line-height: 14px; }
  [data-page-type="brand"] .brandGrid li.brand:hover {
    background: white;
    box-shadow: 0px 30px 60px rgba(59, 54, 51, 0.15); }
    [data-page-type="brand"] .brandGrid li.brand:hover .card .card-title a {
      color: #1D72F3; }

[data-page-type="brand"] .mobile-filters-wrap {
  border: none; }

.show-sort-btn:active,
.show-filters-btn:active,
.show-sort-btn:focus,
.show-filters-btn:focus {
  background: transparent;
  color: black;
  border-color: #ddd; }

.cart-item-quantity .form-increment {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center; }
  .cart-item-quantity .form-increment .button {
    border-color: #ddd; }
    .cart-item-quantity .form-increment .button:hover {
      background: #F5F5F5; }
  .cart-item-quantity .form-increment svg {
    fill: #777777; }

.cart-total-value {
  display: flex;
  justify-content: flex-end; }
  .cart-total-value button {
    padding: 0;
    border: none;
    border-radius: 0;
    font-weight: 700;
    color: #777777;
    background: none;
    height: 20px; }
    .cart-total-value button span {
      font-weight: 700;
      color: #777777; }
    .cart-total-value button:hover {
      background: none;
      color: #1A1A1A; }
      .cart-total-value button:hover span {
        color: #1A1A1A; }

.previewCartAction .button {
  color: #1D72F3;
  text-transform: uppercase !important;
  font-size: 12px;
  line-height: 12px; }
  .previewCartAction .button:hover {
    color: white; }

.previewCart .productView {
  padding-top: 20px; }
  .previewCart .productView .productView-image,
  .previewCart .productView .productView-details {
    width: 100%;
    clear: both; }

.previewCart .previewCart-emptyBody {
  color: #1A1A1A; }

@media (min-width: 901px) {
  .navUser-item--cart .dropdown-menu.is-open {
    top: 80% !important; }
  .previewCart .productView {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-top: 0; }
    .previewCart .productView:before, .previewCart .productView:after {
      display: none; }
    .previewCart .productView .productView-image {
      max-height: none; }
    .previewCart .productView .productView-image,
    .previewCart .productView .productView-details {
      min-width: 0;
      margin: 0;
      float: none;
      padding: 0;
      clear: none; }
    .previewCart .productView .productView-image {
      width: 55%; }
    .previewCart .productView .productView-details {
      width: 40%; }
      .previewCart .productView .productView-details .productView-info dt {
        margin-top: 0; } }

#upsell-preview-products {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (min-width: 901px) {
    #upsell-preview-products {
      justify-content: flex-start; } }
  #upsell-preview-products h3 {
    width: 100%;
    display: block; }
  #upsell-preview-products .upsell-preview-product {
    display: inline-flex;
    width: 48%;
    margin: 0 0 15px 0;
    border: 2px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    text-align: left; }
    @media (min-width: 901px) {
      #upsell-preview-products .upsell-preview-product {
        width: 18%;
        margin: 0 20px 20px 0; } }
    #upsell-preview-products .upsell-preview-product img {
      max-width: 100%; }
    #upsell-preview-products .upsell-preview-product h3 {
      font-size: 12px;
      height: 50px;
      overflow: hidden; }
      @media (min-width: 901px) {
        #upsell-preview-products .upsell-preview-product h3 {
          font-size: 14px;
          height: 40px; } }
    #upsell-preview-products .upsell-preview-product .upsell-product-price {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-between; }

.cart-remove:hover {
  background: red;
  color: #fff;
  border-color: red; }
  .cart-remove:hover svg {
    color: #fff;
    fill: #fff; }

body[data-page-type="page"] > .body {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0; }
  body[data-page-type="page"] > .body > .container {
    width: 100%;
    max-width: 100%;
    padding: 0; }

.ob-page {
  overflow: visible; }
  .ob-page .container {
    overflow: visible; }
  .ob-page.ob-narrow-content {
    max-width: 1000px; }

.ob-alt-title .page-heading {
  font-size: 30px;
  margin-top: 0;
  text-align: center; }
  @media (min-width: 901px) {
    .ob-alt-title .page-heading {
      text-align: left; } }

.ob-community-banner {
  position: relative;
  z-index: 2;
  min-height: 350px; }
  .ob-community-banner .banner-overlay {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 26, 0.6);
    align-items: center;
    padding: 25px 0; }
    .ob-community-banner .banner-overlay .container {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .ob-community-banner .banner-overlay .container .group-logo {
        max-width: 150px;
        max-height: 100px;
        margin-bottom: 15px; }
      .ob-community-banner .banner-overlay .container .group-name {
        font-size: 34px;
        line-height: 44px;
        text-align: center; }
        @media (min-width: 901px) {
          .ob-community-banner .banner-overlay .container .group-name {
            font-size: 50px;
            line-height: 60px; } }
      .ob-community-banner .banner-overlay .container .group-tagline {
        font-size: 16px;
        line-height: 26px;
        margin: 0; }
        @media (min-width: 901px) {
          .ob-community-banner .banner-overlay .container .group-tagline {
            font-size: 20px;
            line-height: 30px; } }

.ob-content-cta .image-col,
.ob-content-cta .text-col {
  padding: 15px 0; }
  @media (min-width: 901px) {
    .ob-content-cta .image-col,
    .ob-content-cta .text-col {
      padding: 15px; } }

.ob-content-cta .image-col {
  justify-content: center;
  text-align: center; }

.ob-content-cta iframe, .ob-content-cta img {
  border-radius: 4px;
  max-width: 100%; }

.ob-content-cta iframe {
  width: 100%;
  height: 191px; }
  @media (min-width: 551px) {
    .ob-content-cta iframe {
      height: 362px; } }
  @media (min-width: 901px) {
    .ob-content-cta iframe {
      width: 645px;
      max-width: 100%; } }

.ob-content-cta img {
  max-height: 575px;
  float: none; }

.ob-content-cta .text-col .text-col-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0; }
  @media (min-width: 901px) {
    .ob-content-cta .text-col .text-col-wrap {
      padding-left: 50px;
      padding-right: 0; } }

.ob-content-cta .cta-title {
  font-size: 24px;
  line-height: 30px; }
  @media (min-width: 901px) {
    .ob-content-cta .cta-title {
      font-size: 36px;
      line-height: 42px; } }

.ob-content-cta .button-row .ob-btn-text {
  text-decoration: underline;
  text-transform: capitalize;
  color: #1A1A1A;
  padding: 0;
  letter-spacing: 0;
  width: 100% !important;
  justify-content: flex-start;
  max-width: 100%; }
  @media (min-width: 901px) {
    .ob-content-cta .button-row .ob-btn-text {
      width: 250px !important;
      margin-right: 20px; } }
  .ob-content-cta .button-row .ob-btn-text img {
    max-width: 18px;
    max-height: 18px;
    margin-right: 7px; }
  @media (min-width: 901px) {
    .ob-content-cta .button-row .ob-btn-text {
      font-size: 16px;
      line-height: 16px; } }

@media (min-width: 901px) {
  .ob-content-cta.image-right .image-col {
    order: 2; } }

@media (min-width: 901px) {
  .ob-content-cta.image-right .text-col .text-col-wrap {
    padding-left: 0;
    padding-right: 50px; } }

.ob-icon-cta .row {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  margin: 0 auto; }
  @media (min-width: 901px) {
    .ob-icon-cta .row {
      max-width: 80%; } }
  .ob-icon-cta .row .icon-cta-box {
    text-align: center;
    padding: 0 10px;
    margin: 0 0 20px; }
    @media (min-width: 901px) {
      .ob-icon-cta .row .icon-cta-box {
        margin: 0;
        padding: 0 50px; } }
    .ob-icon-cta .row .icon-cta-box .box-icon {
      margin-bottom: 15px;
      max-width: 70px;
      max-height: 70px; }
      @media (min-width: 901px) {
        .ob-icon-cta .row .icon-cta-box .box-icon {
          max-width: 60px;
          max-height: 60px; } }
    .ob-icon-cta .row .icon-cta-box .box-title {
      margin: 0;
      font-size: 16px;
      line-height: 36px; }
      @media (min-width: 901px) {
        .ob-icon-cta .row .icon-cta-box .box-title {
          font-size: 20px;
          line-height: 42px; } }

.ob-press-teaser {
  width: 650px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .ob-press-teaser img {
    margin-bottom: 30px;
    max-height: 65px; }
    @media (min-width: 901px) {
      .ob-press-teaser img {
        max-height: 100px; } }

.ob-founder-block {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .ob-founder-block img {
    margin-bottom: 40px; }

.ob-related-articles .container {
  overflow: visible; }

.ob-related-articles .article {
  width: 318px;
  border-radius: 4px;
  background: #F5F5F5;
  display: inline-block; }
  @media (min-width: 551px) {
    .ob-related-articles .article {
      margin-right: 10px; } }
  .ob-related-articles .article .article-content {
    padding: 20px; }
    .ob-related-articles .article .article-content .article-thumbnail {
      border-radius: 0; }
    .ob-related-articles .article .article-content .article-type {
      font-size: 12px;
      line-height: 30px;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      margin: 0; }
    .ob-related-articles .article .article-content .article-title {
      font-size: 20px;
      line-height: 22px; }
    .ob-related-articles .article .article-content .article-description {
      font-size: 14px;
      line-height: 16px; }
      @media (min-width: 901px) {
        .ob-related-articles .article .article-content .article-description {
          font-size: 18px;
          line-height: 20px; } }
    .ob-related-articles .article .article-content .article-actions {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-between; }
      .ob-related-articles .article .article-content .article-actions .ob-btn, .ob-related-articles .article .article-content .article-actions .stamped-main-widget .stamped-summary-actions-newreview, .stamped-main-widget .ob-related-articles .article .article-content .article-actions .stamped-summary-actions-newreview,
      .ob-related-articles .article .article-content .article-actions .stamped-main-widget .stamped-summary-actions-newquestion, .stamped-main-widget .ob-related-articles .article .article-content .article-actions .stamped-summary-actions-newquestion {
        padding: 0;
        text-decoration: none; }
        .ob-related-articles .article .article-content .article-actions .ob-btn:hover, .ob-related-articles .article .article-content .article-actions .stamped-main-widget .stamped-summary-actions-newreview:hover, .stamped-main-widget .ob-related-articles .article .article-content .article-actions .stamped-summary-actions-newreview:hover,
        .ob-related-articles .article .article-content .article-actions .stamped-main-widget .stamped-summary-actions-newquestion:hover, .stamped-main-widget .ob-related-articles .article .article-content .article-actions .stamped-summary-actions-newquestion:hover {
          color: #1D72F3;
          text-decoration: underline; }
        .ob-related-articles .article .article-content .article-actions .ob-btn svg, .ob-related-articles .article .article-content .article-actions .stamped-main-widget .stamped-summary-actions-newreview svg, .stamped-main-widget .ob-related-articles .article .article-content .article-actions .stamped-summary-actions-newreview svg, .ob-related-articles .article .article-content .article-actions .stamped-main-widget .stamped-summary-actions-newquestion svg, .stamped-main-widget .ob-related-articles .article .article-content .article-actions .stamped-summary-actions-newquestion svg {
          fill: none;
          margin-right: 7px;
          width: 18px;
          height: 20px; }
      .ob-related-articles .article .article-content .article-actions .read-time {
        display: inline-block;
        font-size: 14px;
        line-height: 16px;
        font-weight: 800;
        padding: 5px 10px;
        border-radius: 4px;
        background: white; }

.ob-related-articles .slick-dots {
  bottom: -50px; }
  @media (min-width: 901px) {
    .ob-related-articles .slick-dots {
      bottom: -75px; } }

.ob-benefits-su {
  background: #1D72F3;
  text-align: center;
  padding: 60px 25px;
  width: 100%;
  color: white;
  border-radius: 4px;
  box-shadow: 10px 30px 40px rgba(29, 114, 243, 0.25); }
  .ob-benefits-su img {
    margin-bottom: 20px; }
  .ob-benefits-su h2 {
    color: white;
    font-size: 24px;
    line-height: 24px; }
    @media (min-width: 901px) {
      .ob-benefits-su h2 {
        font-size: 30px;
        line-height: 40px; } }
  .ob-benefits-su p {
    color: white;
    font-size: 16px;
    line-height: 18px; }
    @media (min-width: 901px) {
      .ob-benefits-su p {
        font-size: 22px;
        line-height: 30px; } }

.ob-benefits-panels {
  text-align: center; }
  .ob-benefits-panels .title-image {
    max-height: 45px;
    margin: 0 auto; }
  .ob-benefits-panels h2.panels-title {
    font-size: 24px;
    line-height: 60px;
    margin: 0; }
    @media (min-width: 901px) {
      .ob-benefits-panels h2.panels-title {
        font-size: 30px; } }
    @media (min-width: 901px) {
      .ob-benefits-panels h2.panels-title + p {
        font-size: 18px;
        line-height: 21px; } }
  .ob-benefits-panels .large-panels {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap; }
    .ob-benefits-panels .large-panels .panel {
      width: 100%;
      border-radius: 4px;
      overflow: visible;
      display: flex;
      flex-wrap: nowrap;
      margin-bottom: 20px; }
      @media (min-width: 901px) {
        .ob-benefits-panels .large-panels .panel {
          width: 635px;
          max-width: 49%;
          height: 400px; } }
      .ob-benefits-panels .large-panels .panel .content-wrap {
        background: #F5F5F5;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 35px 25px 25px;
        position: relative;
        border-radius: 0 4px 4px 0;
        text-align: left; }
        .ob-benefits-panels .large-panels .panel .content-wrap h2 {
          display: flex;
          width: 100%;
          justify-content: flex-start;
          align-items: center;
          font-size: 18px;
          line-height: 36px;
          margin-bottom: 0; }
          @media (min-width: 901px) {
            .ob-benefits-panels .large-panels .panel .content-wrap h2 {
              font-size: 20px; } }
          .ob-benefits-panels .large-panels .panel .content-wrap h2 img {
            width: 40px;
            height: 40px;
            height: auto;
            display: inline-flex;
            margin-right: 12px; }
        .ob-benefits-panels .large-panels .panel .content-wrap .panel-details {
          font-size: 15px;
          line-height: 19px;
          padding-left: 52px; }
        .ob-benefits-panels .large-panels .panel .content-wrap .read-more {
          font-size: 14px;
          line-height: 19px;
          font-weight: 600;
          margin-top: 10px; }
      @media (min-width: 901px) {
        .ob-benefits-panels .large-panels .panel.small-panel {
          height: 220px; } }
      .ob-benefits-panels .large-panels .panel.small-panel .content-wrap {
        width: 100%; }
      .ob-benefits-panels .large-panels .panel.small-panel.members-only .content-wrap:before {
        content: ' ';
        position: absolute;
        top: -5px;
        left: auto;
        right: 20px;
        z-index: 3;
        width: 35px;
        height: 40px;
        background: url(../icons/ob-tag-small.svg) no-repeat center;
        background-size: 100% auto;
        display: block; }
        @media (min-width: 901px) {
          .ob-benefits-panels .large-panels .panel.small-panel.members-only .content-wrap:before {
            width: 50px;
            height: 57px; } }

.ob-warranty-policy-search {
  margin-bottom: 50px; }
  .ob-warranty-policy-search input {
    background: url(../icons/ob-search-black.svg) no-repeat center left 5px;
    background-size: 24px 24px;
    background-color: #F5F5F5;
    border-radius: 4px;
    border: none;
    padding: 0 15px 0 45px;
    height: 45px;
    width: 100%;
    max-width: 100%; }
  .ob-warranty-policy-search .warranty-search-results {
    padding-top: 50px;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap; }
    @media (min-width: 901px) {
      .ob-warranty-policy-search .warranty-search-results {
        justify-content: space-between; } }
    .ob-warranty-policy-search .warranty-search-results .result-group {
      width: 100%;
      flex-wrap: wrap;
      margin-bottom: 35px; }
      @media (min-width: 901px) {
        .ob-warranty-policy-search .warranty-search-results .result-group {
          width: 24%;
          margin-bottom: 0; } }
      .ob-warranty-policy-search .warranty-search-results .result-group strong, .ob-warranty-policy-search .warranty-search-results .result-group a {
        display: block;
        width: 100%; }
      .ob-warranty-policy-search .warranty-search-results .result-group strong {
        font-size: 18px;
        line-height: 25px;
        font-weight: 800;
        margin-bottom: 10px; }
      .ob-warranty-policy-search .warranty-search-results .result-group a {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 5px; }
      .ob-warranty-policy-search .warranty-search-results .result-group .suppliers {
        width: 100%;
        columns: 2; }
        @media (min-width: 901px) {
          .ob-warranty-policy-search .warranty-search-results .result-group .suppliers {
            columns: unset; } }

.ob-faq .ob-vertical-tabs,
.ob-basic-faq .ob-vertical-tabs {
  list-style: none;
  padding: 0; }
  .ob-faq .ob-vertical-tabs .sidebar-title,
  .ob-basic-faq .ob-vertical-tabs .sidebar-title {
    font-size: 24px;
    line-height: 50px;
    margin: 0 0 15px;
    border-bottom: 2px solid #ddd;
    font-weight: 800; }
  .ob-faq .ob-vertical-tabs .tab,
  .ob-basic-faq .ob-vertical-tabs .tab {
    border: none; }
    .ob-faq .ob-vertical-tabs .tab a,
    .ob-basic-faq .ob-vertical-tabs .tab a {
      font-weight: 800;
      font-size: 18px;
      color: #1A1A1A;
      line-height: 19px;
      padding: 15px 0; }
    .ob-faq .ob-vertical-tabs .tab.is-active a,
    .ob-basic-faq .ob-vertical-tabs .tab.is-active a {
      color: #1D72F3; }

.ob-faq .ob-mobile-tab-nav h3,
.ob-basic-faq .ob-mobile-tab-nav h3 {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px; }

.ob-faq .ob-mobile-tab-nav select,
.ob-basic-faq .ob-mobile-tab-nav select {
  border-radius: 4px;
  height: 45px;
  background-color: #F5F5F5;
  color: #1D72F3;
  font-weight: 800;
  padding: 0 15px;
  border: none; }

.ob-faq .tabs-content,
.ob-basic-faq .tabs-content {
  max-width: 100%;
  width: 100%;
  padding: 0; }
  @media (min-width: 901px) {
    .ob-faq .tabs-content,
    .ob-basic-faq .tabs-content {
      width: 75%;
      max-width: 75%;
      float: right;
      padding-left: 1.5rem; } }
  .ob-faq .tabs-content h2,
  .ob-basic-faq .tabs-content h2 {
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 12px;
    border-bottom: 2px solid #ddd;
    margin: 0; }
    @media (min-width: 901px) {
      .ob-faq .tabs-content h2,
      .ob-basic-faq .tabs-content h2 {
        font-size: 36px;
        line-height: 38px; } }
  .ob-faq .tabs-content .accordion,
  .ob-basic-faq .tabs-content .accordion {
    border: none;
    border-radius: 0; }
    .ob-faq .tabs-content .accordion .accordion-navigation,
    .ob-basic-faq .tabs-content .accordion .accordion-navigation {
      flex-wrap: wrap;
      padding: 20px 0;
      border: none;
      border-bottom: 2px solid #ddd;
      cursor: unset; }
      .ob-faq .tabs-content .accordion .accordion-navigation > a,
      .ob-basic-faq .tabs-content .accordion .accordion-navigation > a {
        display: block;
        font-family: 'atten-new';
        width: 100%;
        text-decoration: none;
        padding: 0 40px 0 0;
        font-weight: 800;
        font-size: 18px;
        line-height: 22px;
        background: url(../icons/keyboard-arrow-down.svg) no-repeat center right 10px !important;
        background-size: 35px 20px; }
        @media (min-width: 901px) {
          .ob-faq .tabs-content .accordion .accordion-navigation > a,
          .ob-basic-faq .tabs-content .accordion .accordion-navigation > a {
            padding: 0; } }
        .ob-faq .tabs-content .accordion .accordion-navigation > a:hover,
        .ob-basic-faq .tabs-content .accordion .accordion-navigation > a:hover {
          background: none;
          color: #1D72F3; }
      .ob-faq .tabs-content .accordion .accordion-navigation .content,
      .ob-basic-faq .tabs-content .accordion .accordion-navigation .content {
        padding: 15px 15px 0;
        display: none; }
        .ob-faq .tabs-content .accordion .accordion-navigation .content p:last-of-type,
        .ob-basic-faq .tabs-content .accordion .accordion-navigation .content p:last-of-type {
          margin-bottom: 0; }
        .ob-faq .tabs-content .accordion .accordion-navigation .content ul,
        .ob-basic-faq .tabs-content .accordion .accordion-navigation .content ul {
          margin-top: 15px; }
      .ob-faq .tabs-content .accordion .accordion-navigation.active > a,
      .ob-basic-faq .tabs-content .accordion .accordion-navigation.active > a {
        background: url(../icons/keyboard-arrow-up.svg) no-repeat center right 10px !important;
        background-size: 35px 20px; }
      .ob-faq .tabs-content .accordion .accordion-navigation.active .content,
      .ob-basic-faq .tabs-content .accordion .accordion-navigation.active .content {
        display: block; }

.ob-full-page-video {
  width: 100%;
  height: 191px;
  margin-bottom: 50px; }
  @media (min-width: 901px) {
    .ob-full-page-video {
      height: 562px; } }

@media (min-width: 901px) {
  .ob-2-column-list {
    display: block;
    padding: 0;
    columns: 2;
    margin-left: 20px; }
    .ob-2-column-list li {
      max-width: 96%; } }

#ApplicationForm {
  display: none; }

@media (min-width: 901px) {
  .ob-terms-of-use h2 {
    font-size: 36px;
    line-height: 50px; } }

.ob-basic-header-banner {
  border-radius: 4px;
  overflow: hidden;
  height: 125px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  @media (min-width: 901px) {
    .ob-basic-header-banner {
      height: 300px; } }
  .ob-basic-header-banner img {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 2; }
  .ob-basic-header-banner:before {
    content: '';
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    background: rgba(26, 26, 26, 0.5); }
  .ob-basic-header-banner h1 {
    color: white;
    font-size: 24px;
    line-height: 60px;
    margin: 0;
    position: relative;
    z-index: 4; }
    @media (min-width: 901px) {
      .ob-basic-header-banner h1 {
        font-size: 50px; } }

.att-connection-tabs {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  @media (min-width: 901px) {
    .att-connection-tabs {
      justify-content: space-between; } }
  .att-connection-tabs .att-tab {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 70px;
    margin: 0 0 5px;
    background: #E2EDFD;
    color: #1D72F3;
    border-radius: 4px;
    text-decoration: none;
    font-size: 18px;
    line-height: 21px;
    padding: 0 15px; }
    .att-connection-tabs .att-tab svg, .att-connection-tabs .att-tab img {
      width: 30px;
      height: 30px;
      margin-right: 7px; }
    .att-connection-tabs .att-tab span {
      font-size: inherit;
      color: inherit;
      font-weight: 800; }
    @media (min-width: 901px) {
      .att-connection-tabs .att-tab {
        width: 49%;
        height: 75px;
        font-size: 20px; }
        .att-connection-tabs .att-tab svg, .att-connection-tabs .att-tab img {
          width: 50px;
          height: 50px; } }

.ob-coupler-samples {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center; }
  .ob-coupler-samples .sample-wrap {
    border-radius: 4px;
    overflow: hidden;
    background: #F5F5F5;
    height: 185px;
    width: 100%;
    margin-bottom: 10px; }
    .ob-coupler-samples .sample-wrap img {
      width: 100%;
      height: 100%;
      object-fit: fill;
      mix-blend-mode: multiply; }
  @media (min-width: 901px) {
    .ob-coupler-samples {
      justify-content: space-between; }
      .ob-coupler-samples .sample-wrap {
        height: 268px;
        width: 490px;
        margin-bottom: 20px; } }

.container.blog-media-image-heading {
  padding: 0; }
  @media (min-width: 901px) {
    .container.blog-media-image-heading {
      padding: 0 20px; } }

.media-top-banner.image-heading {
  display: flex;
  width: 100%;
  height: 315px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 901px) {
    .media-top-banner.image-heading {
      height: 350px;
      border-radius: 4px; } }
  .media-top-banner.image-heading img {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .media-top-banner.image-heading .overlay {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    z-index: 2;
    padding: 35px;
    background: rgba(26, 26, 26, 0.65);
    text-align: center; }
    @media (min-width: 901px) {
      .media-top-banner.image-heading .overlay {
        align-items: flex-start;
        padding: 0 50px;
        text-align: left;
        background: linear-gradient(90.1deg, rgba(26, 26, 26, 0.8) 17.25%, rgba(26, 26, 26, 0) 82.42%); } }
    .media-top-banner.image-heading .overlay h1 {
      display: flex;
      width: 100%;
      margin: 0 0 10px;
      justify-content: center;
      font-size: 40px;
      line-height: 40px; }
      @media (min-width: 901px) {
        .media-top-banner.image-heading .overlay h1 {
          font-size: 60px;
          line-height: 60px;
          justify-content: flex-start; } }
    .media-top-banner.image-heading .overlay p {
      font-size: 16px;
      line-height: 19px; }
      @media (min-width: 901px) {
        .media-top-banner.image-heading .overlay p {
          font-size: 20px;
          line-height: 25px;
          margin: 0;
          max-width: 50%; } }

.page.blog-page > .container,
.page.videos-page > .container {
  overflow: visible; }

.page.blog-page .ob-blog-section,
.page.videos-page .ob-blog-section {
  overflow: visible; }
  .page.blog-page .ob-blog-section h2 a,
  .page.videos-page .ob-blog-section h2 a {
    text-decoration: none; }
  .page.blog-page .ob-blog-section .slick-slider,
  .page.videos-page .ob-blog-section .slick-slider {
    overflow: visible; }

.page.blog-page .ob-featured-posts .slick-dots,
.page.videos-page .ob-featured-posts .slick-dots {
  bottom: -60px; }

.page.blog-page .ob-featured-posts .posts-wrap,
.page.videos-page .ob-featured-posts .posts-wrap {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center; }
  .page.blog-page .ob-featured-posts .posts-wrap .posts .post,
  .page.videos-page .ob-featured-posts .posts-wrap .posts .post {
    display: inline-block;
    width: 50%;
    height: 300px; }
    @media (min-width: 551px) {
      .page.blog-page .ob-featured-posts .posts-wrap .posts .post,
      .page.videos-page .ob-featured-posts .posts-wrap .posts .post {
        height: 350px; } }
    @media (min-width: 901px) {
      .page.blog-page .ob-featured-posts .posts-wrap .posts .post,
      .page.videos-page .ob-featured-posts .posts-wrap .posts .post {
        width: 33%; } }
    .page.blog-page .ob-featured-posts .posts-wrap .posts .post--inner,
    .page.videos-page .ob-featured-posts .posts-wrap .posts .post--inner {
      padding: 0 5px;
      display: flex;
      width: 100%;
      height: 100%;
      position: relative;
      border-radius: 4px; }
      .page.blog-page .ob-featured-posts .posts-wrap .posts .post--inner img,
      .page.videos-page .ob-featured-posts .posts-wrap .posts .post--inner img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        object-fit: cover;
        z-index: 1;
        border-radius: 4px;
        width: calc(100% - 10px);
        height: 100%;
        border-radius: 4px; }
      .page.blog-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay,
      .page.videos-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay {
        display: flex;
        position: relative;
        border-radius: 4px;
        width: 100%;
        height: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        background: rgba(26, 26, 26, 0.6);
        z-index: 2;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 35px; }
        .page.blog-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-category,
        .page.videos-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-category {
          text-transform: uppercase;
          font-weight: 800;
          font-size: 14px;
          line-height: 20px;
          color: white;
          letter-spacing: 0.1em; }
        .page.blog-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-title,
        .page.videos-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-title {
          font-size: 22px;
          line-height: 28px;
          color: white;
          margin: 0;
          overflow: hidden; }
          @media (min-width: 901px) {
            .page.blog-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-title,
            .page.videos-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-title {
              max-height: 125px;
              font-size: 36px;
              line-height: 40px; } }
          .page.blog-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-title a,
          .page.videos-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-title a {
            text-decoration: none;
            color: inherit;
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit; }
        .page.blog-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-data-row,
        .page.videos-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-data-row {
          display: flex;
          width: calc(100% - 70px);
          align-items: center;
          justify-content: space-between;
          flex-wrap: nowrap;
          position: absolute;
          bottom: 35px;
          left: 35px; }
          .page.blog-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-data-row .ob-btn, .page.blog-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-data-row .stamped-main-widget .stamped-summary-actions-newreview, .stamped-main-widget .page.blog-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-data-row .stamped-summary-actions-newreview,
          .page.blog-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-data-row .stamped-main-widget .stamped-summary-actions-newquestion, .stamped-main-widget .page.blog-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-data-row .stamped-summary-actions-newquestion,
          .page.videos-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-data-row .ob-btn,
          .page.videos-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-data-row .stamped-main-widget .stamped-summary-actions-newreview,
          .stamped-main-widget .page.videos-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-data-row .stamped-summary-actions-newreview,
          .page.videos-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-data-row .stamped-main-widget .stamped-summary-actions-newquestion,
          .stamped-main-widget .page.videos-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-data-row .stamped-summary-actions-newquestion {
            color: white;
            padding: 0; }
            .page.blog-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-data-row .ob-btn svg, .page.blog-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-data-row .stamped-main-widget .stamped-summary-actions-newreview svg, .stamped-main-widget .page.blog-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-data-row .stamped-summary-actions-newreview svg, .page.blog-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-data-row .stamped-main-widget .stamped-summary-actions-newquestion svg, .stamped-main-widget .page.blog-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-data-row .stamped-summary-actions-newquestion svg,
            .page.videos-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-data-row .ob-btn svg,
            .page.videos-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-data-row .stamped-main-widget .stamped-summary-actions-newreview svg,
            .stamped-main-widget .page.videos-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-data-row .stamped-summary-actions-newreview svg,
            .page.videos-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-data-row .stamped-main-widget .stamped-summary-actions-newquestion svg,
            .stamped-main-widget .page.videos-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-data-row .stamped-summary-actions-newquestion svg {
              fill: none;
              width: 18px;
              height: 20px;
              margin-right: 5px; }
          .page.blog-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-data-row .read-time,
          .page.videos-page .ob-featured-posts .posts-wrap .posts .post--inner .overlay .post-data-row .read-time {
            font-size: 14px;
            line-height: 16px;
            border-radius: 4px;
            background: white;
            height: 25px;
            padding: 0 10px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: 800; }
      .page.blog-page .ob-featured-posts .posts-wrap .posts .post--inner:hover .overlay,
      .page.videos-page .ob-featured-posts .posts-wrap .posts .post--inner:hover .overlay {
        background: rgba(26, 26, 26, 0.8);
        transition: all ease-in-out .2s; }

.page.blog-page .ob-post-categories,
.page.videos-page .ob-post-categories {
  background: #F5F5F5;
  padding: 40px 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: visible; }
  @media (min-width: 901px) {
    .page.blog-page .ob-post-categories,
    .page.videos-page .ob-post-categories {
      padding: 75px 0; } }
  .page.blog-page .ob-post-categories .container,
  .page.videos-page .ob-post-categories .container {
    overflow: visible; }
  .page.blog-page .ob-post-categories h2,
  .page.videos-page .ob-post-categories h2 {
    margin-bottom: 25px; }
  .page.blog-page .ob-post-categories .blog-categories,
  .page.videos-page .ob-post-categories .blog-categories {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    overflow: visible; }
    .page.blog-page .ob-post-categories .blog-categories .category,
    .page.videos-page .ob-post-categories .blog-categories .category {
      display: flex;
      position: relative;
      width: 50%;
      padding: 10px 5px 0;
      height: 108px;
      overflow: visible;
      margin-bottom: 10px; }
      @media (min-width: 1261px) {
        .page.blog-page .ob-post-categories .blog-categories .category,
        .page.videos-page .ob-post-categories .blog-categories .category {
          width: 318px;
          height: 210px;
          margin-bottom: 0; } }
      .page.blog-page .ob-post-categories .blog-categories .category .category-inner,
      .page.videos-page .ob-post-categories .blog-categories .category .category-inner {
        display: flex;
        position: relative;
        width: 100%;
        height: 100%;
        padding: 0;
        border-radius: 4px;
        overflow: hidden; }
      .page.blog-page .ob-post-categories .blog-categories .category:hover .category-inner,
      .page.videos-page .ob-post-categories .blog-categories .category:hover .category-inner {
        box-shadow: 0px 30px 60px rgba(59, 54, 51, 0.15);
        margin-top: -10px;
        margin-bottom: 10px; }
      .page.blog-page .ob-post-categories .blog-categories .category img,
      .page.videos-page .ob-post-categories .blog-categories .category img {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px; }
      .page.blog-page .ob-post-categories .blog-categories .category .overlay,
      .page.videos-page .ob-post-categories .blog-categories .category .overlay {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        z-index: 2;
        background: rgba(26, 26, 26, 0.6);
        border-radius: 4px; }
        .page.blog-page .ob-post-categories .blog-categories .category .overlay svg,
        .page.videos-page .ob-post-categories .blog-categories .category .overlay svg {
          fill: none;
          max-width: 35px;
          max-height: 35px;
          margin-bottom: 10px; }
          @media (min-width: 901px) {
            .page.blog-page .ob-post-categories .blog-categories .category .overlay svg,
            .page.videos-page .ob-post-categories .blog-categories .category .overlay svg {
              max-width: 50px;
              max-height: 50px; } }
        .page.blog-page .ob-post-categories .blog-categories .category .overlay a,
        .page.videos-page .ob-post-categories .blog-categories .category .overlay a {
          text-decoration: none;
          display: flex;
          width: 100%;
          height: 100%;
          align-items: center;
          justify-content: center;
          flex-wrap: wrap;
          flex-direction: column; }
          .page.blog-page .ob-post-categories .blog-categories .category .overlay a h3,
          .page.videos-page .ob-post-categories .blog-categories .category .overlay a h3 {
            color: white;
            font-size: 18px;
            line-height: 18px;
            width: 100%; }
            @media (min-width: 901px) {
              .page.blog-page .ob-post-categories .blog-categories .category .overlay a h3,
              .page.videos-page .ob-post-categories .blog-categories .category .overlay a h3 {
                font-weight: 800;
                font-size: 24px;
                line-height: 24px; } }

.blogs {
  padding: 0 20px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap; }
  @media (min-width: 901px) {
    .blogs {
      padding: 10px 0 30px; } }
  .blogs.blog-slider {
    padding: 0; }
    @media (min-width: 901px) {
      .blogs.blog-slider {
        padding: 0 20px; } }
  .blogs .slick-track {
    padding-bottom: 40px; }
  .blogs .slick-dots {
    bottom: 0; }
  .blogs .blog {
    margin: 0 5px 0 0;
    padding: 0;
    border: none;
    transition: all ease-in-out .2s;
    display: inline-block;
    position: relative; }
    .blogs .blog .thumbnail-wrap {
      width: 100%;
      height: 100px;
      border-radius: 4px 4px 0 0;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      background: white;
      border: 2px solid #F5F5F5;
      border-width: 2px 2px 0 2px; }
      @media (min-width: 901px) {
        .blogs .blog .thumbnail-wrap {
          height: 250px; } }
      .blogs .blog .thumbnail-wrap a {
        display: flex;
        width: 100%;
        height: 100%;
        text-align: center;
        align-items: center;
        justify-content: center; }
      .blogs .blog .thumbnail-wrap img {
        object-fit: cover;
        border-radius: 0;
        width: 100%;
        height: 100px; }
        @media (min-width: 901px) {
          .blogs .blog .thumbnail-wrap img {
            height: 250px; } }
      .blogs .blog .thumbnail-wrap svg {
        max-width: 100%;
        max-height: 75px;
        opacity: 0.35; }
    .blogs .blog .post-body {
      padding: 15px;
      background: #F5F5F5; }
      .blogs .blog .post-body h4 {
        font-size: 12px;
        line-height: 26px;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: 800;
        display: block;
        width: 100%;
        height: 26px; }
      .blogs .blog .post-body h3,
      .blogs .blog .post-body h3 a {
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
        height: 35px;
        overflow: hidden; }
        @media (min-width: 551px) {
          .blogs .blog .post-body h3,
          .blogs .blog .post-body h3 a {
            font-size: 20px;
            line-height: 22px;
            height: 45px; } }
        .blogs .blog .post-body h3:hover,
        .blogs .blog .post-body h3 a:hover {
          color: #1A1A1A; }
      .blogs .blog .post-body p {
        font-size: 14px;
        line-height: 16px;
        margin: 0;
        display: block;
        width: 100%;
        height: 80px;
        overflow: hidden; }
        @media (min-width: 551px) {
          .blogs .blog .post-body p {
            font-size: 18px;
            line-height: 20px; } }
        .blogs .blog .post-body p a {
          text-decoration: none;
          font-size: inherit;
          line-height: inherit; }
          .blogs .blog .post-body p a:hover {
            color: #1A1A1A; }
      .blogs .blog .post-body .details-row {
        display: flex;
        width: 100%;
        clear: both;
        align-items: center;
        justify-content: space-between;
        margin-top: 5px; }
        .blogs .blog .post-body .details-row a {
          color: #1D72F3;
          text-decoration: none;
          padding: 0;
          font-size: 12px;
          line-height: 14px; }
          .blogs .blog .post-body .details-row a svg {
            fill: none;
            width: 15px;
            height: 17px;
            margin-right: 5px; }
          @media (min-width: 901px) {
            .blogs .blog .post-body .details-row a {
              font-size: 14px;
              line-height: 18px; }
              .blogs .blog .post-body .details-row a svg {
                width: 18px;
                height: 20px; } }
        .blogs .blog .post-body .details-row .read-time {
          font-size: 10px;
          line-height: 12px;
          border-radius: 4px;
          background: white;
          height: 29px;
          padding: 0 10px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          font-weight: 800;
          border: 2px solid #F5F5F5; }
          @media (min-width: 551px) {
            .blogs .blog .post-body .details-row .read-time {
              font-size: 14px;
              line-height: 16px; } }
    @media (min-width: 901px) {
      .blogs .blog:hover {
        top: -10px;
        background: white; }
        .blogs .blog:hover .blog-inner {
          box-shadow: 0px 30px 25px rgba(59, 54, 51, 0.15); }
        .blogs .blog:hover .post-body {
          background: white; } }
  .blogs.blog-slider:not(.slick-initialized) .blog {
    width: 49%; }
    @media (min-width: 901px) {
      .blogs.blog-slider:not(.slick-initialized) .blog {
        width: 24%; } }

.ob-blog-section.category-rows .blogs .blog h4 {
  display: none; }

.ob-blog-section.new-section-preview {
  position: relative;
  width: 100%;
  height: 275px;
  border-radius: 4px;
  overflow: hidden; }
  @media (min-width: 551px) {
    .ob-blog-section.new-section-preview {
      height: 300px; } }
  @media (min-width: 1261px) {
    .ob-blog-section.new-section-preview {
      height: 425px; } }
  .ob-blog-section.new-section-preview img {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 1;
    border-radius: 4px;
    object-fit: cover; }
  .ob-blog-section.new-section-preview .overlay {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(26, 26, 26, 0.6);
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    flex-direction: column; }
    .ob-blog-section.new-section-preview .overlay h2 {
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 15px; }
      @media (min-width: 901px) {
        .ob-blog-section.new-section-preview .overlay h2 {
          font-size: 52px;
          line-height: 52px; } }
    .ob-blog-section.new-section-preview .overlay p {
      font-size: 16px;
      line-height: 22px; }
      @media (min-width: 901px) {
        .ob-blog-section.new-section-preview .overlay p {
          font-size: 20px;
          line-height: 30px; } }

.ob-blog-section.instagram-gallery {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column; }
  .ob-blog-section.instagram-gallery h2 {
    font-weight: 800px;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    display: block;
    width: 100%; }
    .ob-blog-section.instagram-gallery h2 a {
      font-weight: 800px;
      font-size: 22px;
      line-height: 30px;
      text-decoration: underline !important; }
    @media (min-width: 901px) {
      .ob-blog-section.instagram-gallery h2 {
        font-size: 30px;
        line-height: 36px; }
        .ob-blog-section.instagram-gallery h2 a {
          font-size: 30px;
          line-height: 36px; } }
  .ob-blog-section.instagram-gallery .insta-gallery {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap; }
    .ob-blog-section.instagram-gallery .insta-gallery .gallery-item {
      display: flex;
      width: calc(50% - 6px);
      height: 165px;
      position: relative;
      overflow: hidden;
      border-radius: 4px;
      margin: 0 3px 10px; }
      @media (min-width: 551px) {
        .ob-blog-section.instagram-gallery .insta-gallery .gallery-item {
          width: calc(33.33% - 6px);
          height: 200px; } }
      @media (min-width: 901px) {
        .ob-blog-section.instagram-gallery .insta-gallery .gallery-item {
          width: calc(25% - 6px);
          height: 225px; } }
      @media (min-width: 1261px) {
        .ob-blog-section.instagram-gallery .insta-gallery .gallery-item {
          width: 252px;
          height: 252px; } }
      .ob-blog-section.instagram-gallery .insta-gallery .gallery-item img {
        width: 100%;
        display: flex;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 4px;
        z-index: 1; }
      .ob-blog-section.instagram-gallery .insta-gallery .gallery-item svg {
        position: absolute;
        bottom: 10px;
        right: 10px;
        height: 20px;
        width: 20px;
        fill: none;
        z-index: 10; }
      .ob-blog-section.instagram-gallery .insta-gallery .gallery-item .overlay {
        display: flex;
        width: 100%;
        height: 100%;
        z-index: 3;
        position: relative;
        justify-content: center;
        align-items: center;
        transition: all ease-in-out .2s;
        opacity: 0; }
        .ob-blog-section.instagram-gallery .insta-gallery .gallery-item .overlay .caption {
          font-size: 12px;
          position: relative;
          z-index: 2;
          border-radius: 0;
          background: none;
          color: white;
          border: none;
          width: 100%;
          height: 100%;
          padding: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 15px; }
          @media (min-width: 551px) {
            .ob-blog-section.instagram-gallery .insta-gallery .gallery-item .overlay .caption {
              font-size: 14px;
              padding: 25px; } }
        .ob-blog-section.instagram-gallery .insta-gallery .gallery-item .overlay:before {
          position: absolute;
          top: 0;
          left: 0;
          display: flex;
          width: 100%;
          height: 100%;
          background: rgba(26, 26, 26, 0.8);
          content: '';
          z-index: 1;
          mix-blend-mode: multiply; }
      .ob-blog-section.instagram-gallery .insta-gallery .gallery-item:hover .overlay {
        opacity: 1; }

[data-page-type="blog_post"] .body {
  height: auto;
  max-height: none;
  overflow: unset; }
  [data-page-type="blog_post"] .body .blog-post-figure,
  [data-page-type="blog_post"] .body .blog-post-body {
    width: 100%; }

[data-page-type="blog_post"] .facebookLikeBtn {
  position: static !important;
  width: 70px;
  height: 20px; }

.videos-page .video-list .slick-arrow {
  top: 40% !important; }

.videos-page .video-list:not(.slick-initialized) {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap; }

.videos-page .video-list .slide {
  margin: 0 7px; }
  @media (min-width: 901px) {
    .videos-page .video-list .slide {
      margin: 0 10px; } }
  .videos-page .video-list .slide:not(.slick-slide) {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 318px;
    max-width: 45%;
    margin-bottom: 25px; }
    @media (min-width: 551px) {
      .videos-page .video-list .slide:not(.slick-slide) {
        max-width: 31%; } }
    @media (min-width: 901px) {
      .videos-page .video-list .slide:not(.slick-slide) {
        max-width: 23%; } }
  .videos-page .video-list .slide a {
    display: block;
    border-radius: 4px;
    overflow: hidden;
    background: #666;
    margin-bottom: 10px; }
  .videos-page .video-list .slide h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 15px; }
    @media (min-width: 551px) {
      .videos-page .video-list .slide h4 {
        font-size: 20px;
        line-height: 22px; } }

.videos-page #FeaturedVideos .video-list .slide h4 {
  font-size: 16px;
  line-height: 19px; }
  @media (min-width: 551px) {
    .videos-page #FeaturedVideos .video-list .slide h4 {
      font-size: 20px;
      line-height: 22px; } }

iframe.modal-embed {
  max-width: 100%;
  margin: 25px auto 0;
  float: none; }
  @media (min-width: 901px) {
    iframe.modal-embed {
      width: 100%;
      margin: 0; } }

.ob-shipping-content-block {
  margin-bottom: 50px; }
  .ob-shipping-content-block:last-of-type {
    margin-bottom: 0; }
  .ob-shipping-content-block h2 {
    font-size: 24px;
    line-height: 28px; }
    @media (min-width: 901px) {
      .ob-shipping-content-block h2 {
        font-size: 36px;
        line-height: 60px; } }
  .ob-shipping-content-block h3 {
    margin-top: 25px;
    font-size: 18px;
    line-height: 25px; }
  .ob-shipping-content-block h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 5px; }
  .ob-shipping-content-block p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px; }
  .ob-shipping-content-block iframe {
    width: 100%;
    height: 191px;
    border-radius: 4px; }
    @media (min-width: 551px) {
      .ob-shipping-content-block iframe {
        height: 562px; } }
  .ob-shipping-content-block li {
    margin-bottom: 15px; }

.remote-access-form {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start; }
  .remote-access-form input {
    border-radius: 4px;
    border: none;
    height: 45px;
    background: url(../icons/ob-search-blue.svg) no-repeat center left 15px;
    background-color: #F5F5F5;
    padding-left: 45px;
    width: 300px;
    max-width: 100%;
    margin-bottom: 15px; }
    @media (min-width: 901px) {
      .remote-access-form input {
        margin-right: 30px;
        margin-bottom: 0; } }
  .remote-access-form .results-message {
    width: 100%; }
    @media (min-width: 901px) {
      .remote-access-form .results-message {
        width: auto; } }
    .remote-access-form .results-message p {
      margin: 0;
      display: none;
      font-weight: bold; }
    .remote-access-form .results-message .no-zone {
      color: green; }
    .remote-access-form .results-message .in-zone, .remote-access-form .results-message .fee {
      color: red; }
    .remote-access-form .results-message .fee.negative {
      color: red; }
    .remote-access-form .results-message .fee.positive {
      color: green; }

.ob-address-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap; }
  .ob-address-row .ob-address {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 901px) {
      .ob-address-row .ob-address {
        width: 33%;
        margin-bottom: 0; } }

@media (min-width: 901px) {
  .ob-basic-content-widget.basic-compressed {
    width: 70%;
    margin-left: auto;
    margin-right: auto; } }

.ob-basic-content-widget.icon-list .icon-list {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .ob-basic-content-widget.icon-list .icon-list .icon-item {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    width: 48%;
    margin-bottom: 20px; }
    @media (min-width: 901px) {
      .ob-basic-content-widget.icon-list .icon-list .icon-item {
        width: auto;
        margin: 0;
        font-size: 18px;
        line-height: 22px; } }
    .ob-basic-content-widget.icon-list .icon-list .icon-item img {
      margin-right: 7px;
      max-width: 30px;
      max-height: 30px; }

.ob-basic-content-widget.split-column > div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap; }
  .ob-basic-content-widget.split-column > div .img-col, .ob-basic-content-widget.split-column > div .text-col {
    width: 100%;
    margin-bottom: 25px; }
  @media (min-width: 901px) {
    .ob-basic-content-widget.split-column > div {
      justify-content: space-between;
      flex-wrap: nowrap; }
      .ob-basic-content-widget.split-column > div .img-col, .ob-basic-content-widget.split-column > div .text-col {
        width: 45%;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start; } }
  .ob-basic-content-widget.split-column > div .multi-image {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; }
    .ob-basic-content-widget.split-column > div .multi-image .icon-wrap {
      width: 48%;
      margin: 0 0 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 75px; }
      .ob-basic-content-widget.split-column > div .multi-image .icon-wrap img {
        max-width: 100%;
        max-height: 100%; }

.ob-basic-content-widget.split-column .image-right .img-col {
  order: 1; }
  @media (min-width: 901px) {
    .ob-basic-content-widget.split-column .image-right .img-col {
      order: 2; } }

.ob-basic-content-widget.split-column .image-right .text-col {
  order: 2; }
  @media (min-width: 901px) {
    .ob-basic-content-widget.split-column .image-right .text-col {
      order: 1; } }

.ob-basic-content-widget.column-row .text-col {
  margin-bottom: 25px; }

.ob-basic-content-widget.column-row .img-col {
  justify-content: space-between;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center; }
  .ob-basic-content-widget.column-row .img-col .icon-wrap {
    width: 45%;
    justify-content: center;
    display: flex;
    align-items: center; }
    @media (min-width: 901px) {
      .ob-basic-content-widget.column-row .img-col .icon-wrap {
        width: 187px; } }

.ob-basic-content-widget.column-row .btn-row {
  text-align: center;
  margin-top: 40px; }
  @media (min-width: 901px) {
    .ob-basic-content-widget.column-row .btn-row {
      margin-top: 20px; } }

.ob-box-layout-content {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap; }
  .ob-box-layout-content h2 {
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    width: 100%;
    margin-bottom: 25px; }
    @media (min-width: 901px) {
      .ob-box-layout-content h2 {
        font-size: 50px;
        line-height: 60px; } }
  .ob-box-layout-content .box {
    border-radius: 4px;
    background-color: #999;
    width: 638px;
    max-width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative; }
    @media (min-width: 901px) {
      .ob-box-layout-content .box {
        max-width: 49%; } }
    .ob-box-layout-content .box img {
      position: absolute;
      z-index: 1;
      object-fit: cover;
      width: 100%;
      height: 100%; }
    .ob-box-layout-content .box .overlay {
      background: rgba(26, 26, 26, 0.6);
      position: relative;
      z-index: 2;
      display: flex;
      width: 100%;
      height: 100%;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 50px 30px;
      color: white;
      flex-direction: column; }
      .ob-box-layout-content .box .overlay .content-wrap {
        width: 340px;
        max-width: 100%; }
      .ob-box-layout-content .box .overlay h5 {
        font-size: 14px;
        line-height: 30px;
        font-weight: 800;
        color: white;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin: 0; }
      .ob-box-layout-content .box .overlay h2 {
        font-size: 36px;
        line-height: 36px;
        font-weight: 800;
        color: white;
        text-align: left; }
      .ob-box-layout-content .box .overlay p {
        color: white;
        font-size: 16px;
        line-height: 25px; }
      .ob-box-layout-content .box .overlay a.ob-btn, .ob-box-layout-content .box .overlay .stamped-main-widget a.stamped-summary-actions-newreview, .stamped-main-widget .ob-box-layout-content .box .overlay a.stamped-summary-actions-newreview,
      .ob-box-layout-content .box .overlay .stamped-main-widget a.stamped-summary-actions-newquestion, .stamped-main-widget .ob-box-layout-content .box .overlay a.stamped-summary-actions-newquestion {
        color: white;
        padding: 0; }
        .ob-box-layout-content .box .overlay a.ob-btn svg, .ob-box-layout-content .box .overlay .stamped-main-widget a.stamped-summary-actions-newreview svg, .stamped-main-widget .ob-box-layout-content .box .overlay a.stamped-summary-actions-newreview svg, .ob-box-layout-content .box .overlay .stamped-main-widget a.stamped-summary-actions-newquestion svg, .stamped-main-widget .ob-box-layout-content .box .overlay a.stamped-summary-actions-newquestion svg {
          fill: none;
          width: 26px;
          height: 26px;
          margin-right: 7px; }
    .ob-box-layout-content .box.full-width-box {
      width: 100%;
      max-width: 100%; }
      .ob-box-layout-content .box.full-width-box .overlay {
        justify-content: center;
        text-align: center; }
        .ob-box-layout-content .box.full-width-box .overlay h2 {
          text-align: center; }
    @media (min-width: 901px) {
      .ob-box-layout-content .box {
        height: 400px; }
        .ob-box-layout-content .box a.ob-btn, .ob-box-layout-content .box .stamped-main-widget a.stamped-summary-actions-newreview, .stamped-main-widget .ob-box-layout-content .box a.stamped-summary-actions-newreview,
        .ob-box-layout-content .box .stamped-main-widget a.stamped-summary-actions-newquestion, .stamped-main-widget .ob-box-layout-content .box a.stamped-summary-actions-newquestion {
          position: absolute;
          bottom: 50px;
          left: 30px; }
        .ob-box-layout-content .box.full-width-box .content-wrap {
          text-align: center;
          margin: 0 auto; }
          .ob-box-layout-content .box.full-width-box .content-wrap a.ob-btn, .ob-box-layout-content .box.full-width-box .content-wrap .stamped-main-widget a.stamped-summary-actions-newreview, .stamped-main-widget .ob-box-layout-content .box.full-width-box .content-wrap a.stamped-summary-actions-newreview,
          .ob-box-layout-content .box.full-width-box .content-wrap .stamped-main-widget a.stamped-summary-actions-newquestion, .stamped-main-widget .ob-box-layout-content .box.full-width-box .content-wrap a.stamped-summary-actions-newquestion {
            left: 0;
            right: 0;
            margin: 0 auto; } }

.ob-timeline-slider .slider-wrap {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap; }
  .ob-timeline-slider .slider-wrap .timeline-col {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    width: auto;
    margin: 0 auto 25px;
    position: relative; }
    @media (min-width: 901px) {
      .ob-timeline-slider .slider-wrap .timeline-col {
        width: 200px;
        flex-direction: column;
        margin: 0;
        justify-content: flex-start; } }
    .ob-timeline-slider .slider-wrap .timeline-col:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      background: #babfc3; }
      @media (min-width: 901px) {
        .ob-timeline-slider .slider-wrap .timeline-col:before {
          display: none; } }
    .ob-timeline-slider .slider-wrap .timeline-col .date-item {
      margin: 0;
      position: relative;
      cursor: pointer;
      padding: 20px 0 0 30px;
      border-top: 2px solid #babfc3; }
      @media (min-width: 901px) {
        .ob-timeline-slider .slider-wrap .timeline-col .date-item {
          clear: both;
          width: 100%;
          border-left: 2px solid #babfc3;
          border-top: none;
          padding: 0 0 20px 20px; } }
      .ob-timeline-slider .slider-wrap .timeline-col .date-item:before {
        content: '';
        width: 25px;
        height: 25px;
        position: absolute;
        background: url(../icons/timeline-circle-light.svg) no-repeat center;
        background-size: 25px 25px;
        z-index: 2;
        top: -13px;
        left: 35px; }
        @media (min-width: 901px) {
          .ob-timeline-slider .slider-wrap .timeline-col .date-item:before {
            left: -12px;
            margin: 0;
            top: 0; } }
      .ob-timeline-slider .slider-wrap .timeline-col .date-item span {
        display: block;
        width: 100%;
        font-weight: 800;
        color: #babfc3;
        position: relative;
        z-index: 1; }
        .ob-timeline-slider .slider-wrap .timeline-col .date-item span.year {
          font-size: 16px; }
          @media (min-width: 901px) {
            .ob-timeline-slider .slider-wrap .timeline-col .date-item span.year {
              font-size: 18px; } }
        .ob-timeline-slider .slider-wrap .timeline-col .date-item span.label {
          font-size: 14px;
          display: none; }
          @media (min-width: 901px) {
            .ob-timeline-slider .slider-wrap .timeline-col .date-item span.label {
              display: block; } }
      .ob-timeline-slider .slider-wrap .timeline-col .date-item.active {
        border-color: #1D72F3; }
        .ob-timeline-slider .slider-wrap .timeline-col .date-item.active:before {
          background-image: url(../icons/timeline-circle.svg); }
        .ob-timeline-slider .slider-wrap .timeline-col .date-item.active span {
          color: #1D72F3; }
      .ob-timeline-slider .slider-wrap .timeline-col .date-item:first-child {
        padding-left: 0; }
        .ob-timeline-slider .slider-wrap .timeline-col .date-item:first-child:before {
          left: 0; }
        @media (min-width: 901px) {
          .ob-timeline-slider .slider-wrap .timeline-col .date-item:first-child {
            padding-left: 20px; }
            .ob-timeline-slider .slider-wrap .timeline-col .date-item:first-child:before {
              left: -12px; } }
      .ob-timeline-slider .slider-wrap .timeline-col .date-item:last-child {
        border-left: none; }
        .ob-timeline-slider .slider-wrap .timeline-col .date-item:last-child:before {
          right: 0;
          left: auto; }
          @media (min-width: 901px) {
            .ob-timeline-slider .slider-wrap .timeline-col .date-item:last-child:before {
              right: unset;
              left: -12px; } }
  .ob-timeline-slider .slider-wrap .slides {
    width: 100%;
    min-width: unset; }
    @media (min-width: 901px) {
      .ob-timeline-slider .slider-wrap .slides {
        width: calc(100% - 200px); } }
    .ob-timeline-slider .slider-wrap .slides .slide-inner {
      display: flex;
      width: 100%;
      align-items: flex-start;
      justify-content: center;
      flex-wrap: wrap; }
      @media (min-width: 901px) {
        .ob-timeline-slider .slider-wrap .slides .slide-inner {
          justify-content: space-between; } }
      .ob-timeline-slider .slider-wrap .slides .slide-inner .img-col, .ob-timeline-slider .slider-wrap .slides .slide-inner .text-col {
        width: 100%; }
        @media (min-width: 901px) {
          .ob-timeline-slider .slider-wrap .slides .slide-inner .img-col, .ob-timeline-slider .slider-wrap .slides .slide-inner .text-col {
            width: 48%; } }
      .ob-timeline-slider .slider-wrap .slides .slide-inner .img-col {
        order: 1;
        margin-bottom: 15px; }
        @media (min-width: 901px) {
          .ob-timeline-slider .slider-wrap .slides .slide-inner .img-col {
            order: 2;
            margin-bottom: 0; } }
        .ob-timeline-slider .slider-wrap .slides .slide-inner .img-col .img-wrap {
          background: #666;
          border-radius: 4px;
          overflow: hidden;
          width: 100%;
          height: 250px;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media (min-width: 901px) {
            .ob-timeline-slider .slider-wrap .slides .slide-inner .img-col .img-wrap {
              height: 280px; } }
          .ob-timeline-slider .slider-wrap .slides .slide-inner .img-col .img-wrap img {
            object-fit: cover; }
          .ob-timeline-slider .slider-wrap .slides .slide-inner .img-col .img-wrap iframe {
            width: 100%;
            height: 100%; }
      .ob-timeline-slider .slider-wrap .slides .slide-inner .text-col {
        order: 2; }
        @media (min-width: 901px) {
          .ob-timeline-slider .slider-wrap .slides .slide-inner .text-col {
            order: 1; } }
        .ob-timeline-slider .slider-wrap .slides .slide-inner .text-col h5 {
          font-weight: 800;
          font-size: 16px;
          line-height: 20px;
          margin: 0; }
          @media (min-width: 901px) {
            .ob-timeline-slider .slider-wrap .slides .slide-inner .text-col h5 {
              font-size: 18px;
              line-height: 22px; } }
        .ob-timeline-slider .slider-wrap .slides .slide-inner .text-col h3 {
          font-size: 24px;
          line-height: 28px;
          margin: 0 0 15px; }
          @media (min-width: 901px) {
            .ob-timeline-slider .slider-wrap .slides .slide-inner .text-col h3 {
              font-size: 36px;
              line-height: 40px; } }
    .ob-timeline-slider .slider-wrap .slides .slick-arrow {
      top: auto;
      bottom: -75px;
      color: #1D72F3;
      font-size: 14px;
      width: auto;
      padding: 0 38px;
      background: white !important;
      border: 2px solid #1D72F3 !important;
      border-radius: 4px;
      height: 40px;
      align-items: center;
      justify-content: center; }
      .ob-timeline-slider .slider-wrap .slides .slick-arrow:before {
        display: none; }
      .ob-timeline-slider .slider-wrap .slides .slick-arrow svg {
        width: 11px;
        height: 11px;
        position: relative; }
      .ob-timeline-slider .slider-wrap .slides .slick-arrow.slick-prev {
        left: 0; }
        .ob-timeline-slider .slider-wrap .slides .slick-arrow.slick-prev svg {
          transform: rotate(180deg);
          margin-right: 7px; }
        .ob-timeline-slider .slider-wrap .slides .slick-arrow.slick-prev:hover svg {
          left: -5px; }
      .ob-timeline-slider .slider-wrap .slides .slick-arrow.slick-next {
        right: 0; }
        .ob-timeline-slider .slider-wrap .slides .slick-arrow.slick-next svg {
          margin-left: 7px; }
        .ob-timeline-slider .slider-wrap .slides .slick-arrow.slick-next:hover svg {
          left: 5px; }
      .ob-timeline-slider .slider-wrap .slides .slick-arrow.slick-disabled {
        display: none !important; }

.ob-team-gallery {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start; }
  .ob-team-gallery h4 {
    width: 100%;
    text-transform: uppercase;
    color: #777777;
    font-size: 14px;
    line-height: 16px;
    line-spacing: 0.1rem;
    margin: 10px 0 25px;
    padding-bottom: 5px;
    border-bottom: 2px solid #ddd; }
    @media (min-width: 901px) {
      .ob-team-gallery h4 {
        font-size: 18px;
        line-height: 20px; } }
  .ob-team-gallery .team-unit {
    width: 242px;
    max-width: 45%;
    margin: 0 8px 15px;
    cursor: pointer; }
    @media (min-width: 901px) {
      .ob-team-gallery .team-unit {
        max-width: 18%; } }
    .ob-team-gallery .team-unit .team-thumbnail {
      width: 100%;
      height: 150px;
      margin-bottom: 10px; }
      @media (min-width: 901px) {
        .ob-team-gallery .team-unit .team-thumbnail {
          height: 242px; } }
      .ob-team-gallery .team-unit .team-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .ob-team-gallery .team-unit .team-thumbnail .sec-img {
        display: none; }
      .ob-team-gallery .team-unit .team-thumbnail:hover .main-img {
        display: none; }
      .ob-team-gallery .team-unit .team-thumbnail:hover .sec-img {
        display: flex; }
    .ob-team-gallery .team-unit .team-info {
      text-align: center; }
      .ob-team-gallery .team-unit .team-info h5 {
        margin-bottom: 0;
        font-size: 20px; }
    .ob-team-gallery .team-unit .team-modal {
      display: none; }

.modal-body .team-modal-inner {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-wrap: wrap; }
  .modal-body .team-modal-inner h2 {
    text-align: center;
    width: 100%;
    font-weight: 800;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px; }
  .modal-body .team-modal-inner .top-section {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap; }
    .modal-body .team-modal-inner .top-section .profile-img,
    .modal-body .team-modal-inner .top-section .interviews {
      margin-bottom: 20px;
      width: 100%; }
    @media (min-width: 901px) {
      .modal-body .team-modal-inner .top-section {
        justify-content: space-between; }
        .modal-body .team-modal-inner .top-section .profile-img {
          width: 300px;
          height: 300px; }
        .modal-body .team-modal-inner .top-section .interviews {
          width: calc(100% - 350px); } }
    .modal-body .team-modal-inner .top-section .interviews h5 {
      margin: 0; }
  .modal-body .team-modal-inner .bottom-section {
    display: flex;
    width: 100%;
    flex-wrap: wrap; }
    .modal-body .team-modal-inner .bottom-section h5 {
      width: 100%; }

.ob-tagline-banner {
  display: flex;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  height: auto;
  height: 275px; }
  @media (min-width: 901px) {
    .ob-tagline-banner {
      height: unset; } }
  .ob-tagline-banner img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    object-fit: cover;
    display: flex;
    width: 100%;
    height: 100%; }
  .ob-tagline-banner .overlay {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(26, 26, 26, 0.6);
    justify-content: center;
    align-items: center;
    padding: 25px; }
    .ob-tagline-banner .overlay h2 {
      color: white;
      font-size: 24px;
      line-height: 28px;
      margin: 0;
      text-align: center; }
      @media (min-width: 901px) {
        .ob-tagline-banner .overlay h2 {
          font-size: 36px;
          line-height: 52px; } }
  @media (min-width: 901px) {
    .ob-tagline-banner {
      height: 383px; } }
  .ob-tagline-banner.narrow {
    height: 275px; }
    .ob-tagline-banner.narrow h2 {
      font-size: 24px;
      line-height: 28px; }
    @media (min-width: 901px) {
      .ob-tagline-banner.narrow {
        height: 250px; }
        .ob-tagline-banner.narrow h2 {
          font-size: 36px;
          line-height: 52px; } }

.ob-social-widget {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap; }
  .ob-social-widget h3 {
    font-size: 36px;
    line-height: 60px;
    margin: 0 0 15px; }
  .ob-social-widget .socialLinks {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .ob-social-widget .socialLinks-item {
    background: #1A1A1A;
    border-radius: 4px;
    width: 45px;
    height: 45px;
    display: flex;
    margin: 0 6px 6px; }
    @media (min-width: 901px) {
      .ob-social-widget .socialLinks-item {
        width: 60px;
        height: 60px; } }
    .ob-social-widget .socialLinks-item a {
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center; }
    .ob-social-widget .socialLinks-item svg {
      width: 28px;
      height: 28px; }
    .ob-social-widget .socialLinks-item:hover {
      background: #333333; }

.ob-image-gallery {
  overflow: visible; }
  .ob-image-gallery h2 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 901px) {
      .ob-image-gallery h2 {
        font-size: 36px;
        line-height: 42px; } }
  .ob-image-gallery .gallery-wrap {
    overflow: visible; }
  .ob-image-gallery .slideshow {
    overflow: visible; }
    .ob-image-gallery .slideshow .slide {
      border-radius: 4px;
      overflow: hidden;
      background: #333333;
      width: 165px;
      height: 165px;
      margin: 0 5px; }
      @media (min-width: 901px) {
        .ob-image-gallery .slideshow .slide {
          width: 252px;
          height: 252px; } }
      .ob-image-gallery .slideshow .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px; }
    .ob-image-gallery .slideshow.modal-gallery .slide {
      cursor: pointer; }
      .ob-image-gallery .slideshow.modal-gallery .slide.video-slide {
        position: relative; }
        .ob-image-gallery .slideshow.modal-gallery .slide.video-slide img {
          position: relative;
          z-index: 1; }
        .ob-image-gallery .slideshow.modal-gallery .slide.video-slide:before {
          content: '';
          display: flex;
          position: absolute;
          z-index: 2;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          width: 35px;
          height: 35px;
          background: url(../icons/ob-play.svg) no-repeat center;
          background-size: 35px 35px;
          opacity: 0.6; }
          @media (min-width: 901px) {
            .ob-image-gallery .slideshow.modal-gallery .slide.video-slide:before {
              width: 75px;
              height: 75px;
              background-size: 75px 75px; } }

[data-widget-id="9d613b2c-003c-45ae-a32c-3a8708b9ec4b"] .ob-contact-box-row {
  justify-content: space-around; }

.ob-contact-box-row {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap; }
  @media (min-width: 901px) {
    .ob-contact-box-row {
      justify-content: space-between; } }
  .ob-contact-box-row h2 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    margin: 0 0 5px; }
    @media (min-width: 901px) {
      .ob-contact-box-row h2 {
        font-size: 36px; } }
  .ob-contact-box-row .contact-box {
    padding: 25px;
    background: #F5F5F5;
    border-radius: 4px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 10px; }
    @media (min-width: 901px) {
      .ob-contact-box-row .contact-box {
        flex-wrap: wrap;
        width: 31%;
        margin-bottom: 0;
        height: 205px;
        justify-content: center; }
        .ob-contact-box-row .contact-box.short {
          height: 185px; }
        .ob-contact-box-row .contact-box.tall {
          height: 400px;
          width: 24%; } }
    .ob-contact-box-row .contact-box svg, .ob-contact-box-row .contact-box img {
      fill: none;
      width: 30px;
      height: 30px; }
      @media (min-width: 901px) {
        .ob-contact-box-row .contact-box svg, .ob-contact-box-row .contact-box img {
          width: 50px;
          height: 50px;
          margin-bottom: 15px; } }
    .ob-contact-box-row .contact-box .main-text {
      justify-content: flex-start;
      width: calc(100% - 37px);
      text-align: left; }
      @media (min-width: 901px) {
        .ob-contact-box-row .contact-box .main-text {
          justify-content: center;
          width: 100%;
          text-align: center;
          height: 80px; } }
      .ob-contact-box-row .contact-box .main-text h3 {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 10px;
        margin-top: 5px; }
        @media (min-width: 901px) {
          .ob-contact-box-row .contact-box .main-text h3 {
            font-size: 20px;
            margin-top: 0; } }
      .ob-contact-box-row .contact-box .main-text a {
        color: #1D72F3;
        text-decoration: underline;
        display: block;
        width: 100%;
        font-weight: 800; }
    .ob-contact-box-row .contact-box.tall {
      justify-content: center;
      flex-wrap: wrap; }
      .ob-contact-box-row .contact-box.tall .main-text {
        width: 100%;
        text-align: center; }
        @media (min-width: 901px) {
          .ob-contact-box-row .contact-box.tall .main-text {
            height: 270px; } }
        .ob-contact-box-row .contact-box.tall .main-text .links {
          text-align: left; }

.ob-action-button-row {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap; }
  .ob-action-button-row .ob-btn, .ob-action-button-row .stamped-main-widget .stamped-summary-actions-newreview, .stamped-main-widget .ob-action-button-row .stamped-summary-actions-newreview,
  .ob-action-button-row .stamped-main-widget .stamped-summary-actions-newquestion, .stamped-main-widget .ob-action-button-row .stamped-summary-actions-newquestion {
    width: 100%;
    margin: 0 0 5px; }
  @media (min-width: 901px) {
    .ob-action-button-row {
      justify-content: space-between; }
      .ob-action-button-row .ob-btn, .ob-action-button-row .stamped-main-widget .stamped-summary-actions-newreview, .stamped-main-widget .ob-action-button-row .stamped-summary-actions-newreview,
      .ob-action-button-row .stamped-main-widget .stamped-summary-actions-newquestion, .stamped-main-widget .ob-action-button-row .stamped-summary-actions-newquestion {
        margin: 0 0 10px;
        width: 32%; } }

.ob-stages-list .stages {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center; }
  @media (min-width: 901px) {
    .ob-stages-list .stages {
      justify-content: space-between; } }
  .ob-stages-list .stages .stage {
    text-align: left;
    width: 100%;
    margin: 0 0 25px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media (min-width: 901px) {
      .ob-stages-list .stages .stage {
        width: 31%;
        margin: 0 0 35px; } }
    .ob-stages-list .stages .stage span {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      color: white;
      background: #1A1A1A;
      border-radius: 100%;
      font-size: 24px;
      line-height: 24px; }
    .ob-stages-list .stages .stage .stage-details {
      width: calc(100% - 65px);
      padding-top: 10px; }
      .ob-stages-list .stages .stage .stage-details strong {
        font-weight: 800;
        display: block;
        width: 100%;
        font-size: 18px;
        line-height: 24px; }

.ob-icon-benefits .benefits-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between; }
  .ob-icon-benefits .benefits-list .benefit {
    display: flex;
    align-items: center;
    width: 48%;
    margin: 0 0 35px;
    flex-wrap: wrap;
    justify-content: center; }
    .ob-icon-benefits .benefits-list .benefit img {
      width: 50px;
      height: 50px;
      margin: 0 0 10px; }
    .ob-icon-benefits .benefits-list .benefit span {
      font-weight: 800;
      text-align: center;
      display: block;
      width: 100%;
      font-size: 18px;
      line-height: 22px; }
    @media (min-width: 901px) {
      .ob-icon-benefits .benefits-list .benefit {
        width: 31%;
        justify-content: flex-start; }
        .ob-icon-benefits .benefits-list .benefit img {
          margin: 0 15px 0 0; }
        .ob-icon-benefits .benefits-list .benefit span {
          display: unset;
          width: auto;
          max-width: 200px;
          text-align: left; } }

.ob-generic-faq {
  border-top: 2px solid #ddd;
  margin-bottom: 50px; }
  .ob-generic-faq .ob-faq-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px 0;
    border-bottom: 2px solid #ddd; }
    .ob-generic-faq .ob-faq-row h3 {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      margin: 0; }
      .ob-generic-faq .ob-faq-row h3:after {
        position: relative;
        width: 30px;
        height: 15px;
        content: '';
        background: url(../icons/keyboard-arrow-down.svg) no-repeat center;
        background-size: 30px 25px; }
    .ob-generic-faq .ob-faq-row .answer {
      padding: 0 20px;
      margin-top: 20px;
      display: none; }
      .ob-generic-faq .ob-faq-row .answer li {
        margin-bottom: 10px; }
      .ob-generic-faq .ob-faq-row .answer img {
        width: 400px;
        max-width: 100%;
        height: 320px;
        margin-bottom: 20px; }
        @media (min-width: 901px) {
          .ob-generic-faq .ob-faq-row .answer img {
            margin-bottom: 0;
            margin-right: 20px; } }
    .ob-generic-faq .ob-faq-row.active h3 {
      color: #1D72F3; }
      .ob-generic-faq .ob-faq-row.active h3:after {
        transform: rotate(180deg); }
    .ob-generic-faq .ob-faq-row.active .answer {
      display: block; }

.ob-content-tab-nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
  flex-wrap: wrap; }
  @media (min-width: 901px) {
    .ob-content-tab-nav {
      flex-wrap: nowrap; } }
  .ob-content-tab-nav .ob-tab {
    display: flex;
    width: 100%;
    height: auto;
    padding: 20px;
    background: #E2EDFD;
    border-radius: 4px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    cursor: pointer;
    flex-wrap: nowrap; }
    @media (min-width: 901px) {
      .ob-content-tab-nav .ob-tab {
        width: 307px;
        height: 180px;
        margin-bottom: 0;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        padding: 40px 20px;
        margin-right: 25px; } }
    .ob-content-tab-nav .ob-tab:last-child {
      margin-right: 0; }
    .ob-content-tab-nav .ob-tab img {
      max-height: 30px;
      max-width: 30px;
      margin-right: 7px; }
      .ob-content-tab-nav .ob-tab img.active {
        display: none; }
      @media (min-width: 901px) {
        .ob-content-tab-nav .ob-tab img {
          max-height: 50px;
          max-width: 50px;
          margin-right: 0;
          margin-bottom: 10px; } }
    .ob-content-tab-nav .ob-tab h4 {
      color: #1D72F3;
      font-size: 18px;
      line-height: 21px;
      font-weight: 800;
      margin: 0; }
      @media (min-width: 901px) {
        .ob-content-tab-nav .ob-tab h4 {
          font-size: 20px;
          width: 100%; } }
    .ob-content-tab-nav .ob-tab.active {
      background: #1D72F3; }
      .ob-content-tab-nav .ob-tab.active img.default {
        display: none; }
      .ob-content-tab-nav .ob-tab.active img.active {
        display: block; }
      .ob-content-tab-nav .ob-tab.active h4 {
        color: white; }
  @media (min-width: 901px) {
    .ob-content-tab-nav.three-tab .ob-tab {
      width: 419px; }
    .ob-content-tab-nav.five-tab .ob-tab {
      width: 244px; }
    .ob-content-tab-nav.six-tab .ob-tab {
      width: 200px; } }

.ob-tab-content-area .dynamic-content {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto; }

.ob-tab-content-area .page-heading {
  text-align: center !important; }
  @media (min-width: 901px) {
    .ob-tab-content-area .page-heading {
      font-size: 50px !important;
      line-height: 60px !important; } }

.ob-tab-content-area iframe {
  width: 100%;
  height: 300px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 25px; }
  @media (min-width: 901px) {
    .ob-tab-content-area iframe {
      height: 562px; } }

@media (min-width: 901px) {
  .ob-tab-content-area h2 {
    font-size: 36px;
    line-height: 40px; } }

.ob-content-with-zoom-images h5 {
  margin: 0 0 5px; }

.ob-content-with-zoom-images .zoom-image-row {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 25px; }
  .ob-content-with-zoom-images .zoom-image-row .zoom-wrap {
    display: flex;
    width: 100%;
    margin: 0 0 10px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #F5F5F5;
    position: relative;
    height: 185px;
    overflow: hidden;
    cursor: pointer; }
    .ob-content-with-zoom-images .zoom-image-row .zoom-wrap span {
      display: block;
      width: 35px;
      height: 35px;
      border-radius: 100%;
      background: url(../icons/ob-zoomView.svg) no-repeat center;
      background-size: 100% 100%;
      position: absolute;
      z-index: 3;
      bottom: 10px;
      right: 10px; }
    .ob-content-with-zoom-images .zoom-image-row .zoom-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 2;
      position: relative; }
  @media (min-width: 901px) {
    .ob-content-with-zoom-images .zoom-image-row {
      justify-content: space-between; }
      .ob-content-with-zoom-images .zoom-image-row .zoom-wrap {
        height: 268px;
        width: 490px;
        max-width: 49%; } }

#sloyalty-header {
  position: absolute !important; }

.ob-submission-form h2 {
  font-size: 24px;
  line-height: 28px;
  text-align: center; }
  @media (min-width: 901px) {
    .ob-submission-form h2 {
      font-size: 36px;
      line-height: 42px; } }

.ob-submission-form .submit-area {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap; }
  @media (min-width: 901px) {
    .ob-submission-form .submit-area {
      justify-content: space-between; } }
  .ob-submission-form .submit-area .submit-col {
    padding: 25px;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 10px;
    background: #F5F5F5; }
    .ob-submission-form .submit-area .submit-col:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 1261px) {
      .ob-submission-form .submit-area .submit-col {
        margin-bottom: 0;
        width: calc(50% - 5px);
        height: 800px;
        padding: 50px; } }
    .ob-submission-form .submit-area .submit-col h3 {
      font-size: 18px;
      line-height: 20px;
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: flex-start; }
      @media (min-width: 901px) {
        .ob-submission-form .submit-area .submit-col h3 {
          font-size: 20px;
          line-height: 36px; } }
      .ob-submission-form .submit-area .submit-col h3 svg {
        fill: none;
        margin-right: 10px;
        max-width: 28px;
        max-height: 28px; }

.ob-submission-form .form-row {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0; }
  @media (min-width: 901px) {
    .ob-submission-form .form-row {
      justify-content: space-between; } }
  .ob-submission-form .form-row:before, .ob-submission-form .form-row:after {
    display: none; }
  .ob-submission-form .form-row .form-field {
    margin-bottom: 20px;
    padding: 0;
    clear: unset;
    float: unset;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .ob-submission-form .form-row .form-field label {
      font-weight: bold;
      color: #1A1A1A;
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: flex-start; }
      .ob-submission-form .form-row .form-field label small {
        font-size: 10px;
        line-height: 12px;
        float: none;
        margin: 0 0 0 10px;
        color: #babfc3;
        text-transform: uppercase; }
    .ob-submission-form .form-row .form-field input[type="text"],
    .ob-submission-form .form-row .form-field input[type="email"],
    .ob-submission-form .form-row .form-field input[type="date"],
    .ob-submission-form .form-row .form-field textarea,
    .ob-submission-form .form-row .form-field select {
      border: none;
      border-radius: 4px;
      width: 100%;
      padding: 0 10px; }
    .ob-submission-form .form-row .form-field input[type="text"],
    .ob-submission-form .form-row .form-field input[type="date"],
    .ob-submission-form .form-row .form-field select {
      height: 45px; }
    .ob-submission-form .form-row .form-field input[type="checkbox"] {
      display: inline-block;
      float: left;
      margin: 5px 6px 0 0; }
      .ob-submission-form .form-row .form-field input[type="checkbox"] + p {
        clear: none;
        float: left;
        width: calc(100% - 20px);
        margin: 0; }
    .ob-submission-form .form-row .form-field input[type="file"]::file-selector-button {
      border: none;
      height: 35px;
      background: #ddd;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 16px;
      font-family: 'atten-new';
      border-radius: 4px;
      padding: 0 15px;
      cursor: pointer; }
      .ob-submission-form .form-row .form-field input[type="file"]::file-selector-button:hover {
        color: white;
        background: #333333; }
    @media (min-width: 901px) {
      .ob-submission-form .form-row .form-field textarea {
        min-height: 100px; } }
    .ob-submission-form .form-row .form-field small.field-description {
      font-size: 12px;
      padding: 3px 5px 0;
      color: #1A1A1A; }
    .ob-submission-form .form-row .form-field .form-field-module {
      display: flex;
      margin: 0 0 10px;
      width: 100%;
      flex-wrap: wrap; }
      .ob-submission-form .form-row .form-field .form-field-module label {
        width: 100%;
        display: block; }
      @media (min-width: 901px) {
        .ob-submission-form .form-row .form-field .form-field-module {
          display: inline-flex;
          margin: 0 3px; }
          .ob-submission-form .form-row .form-field .form-field-module.module--2 {
            width: calc(50% - 6px); }
          .ob-submission-form .form-row .form-field .form-field-module.module--4 {
            width: calc(50% - 6px); }
          .ob-submission-form .form-row .form-field .form-field-module.module--3 {
            width: calc(25% - 6px); } }
  @media (min-width: 901px) {
    .ob-submission-form .form-row--half .form-field {
      width: 49%; } }

.ob-submission-form .form-actions {
  text-align: left; }
  .ob-submission-form .form-actions input {
    margin: 0; }
    .ob-submission-form .form-actions input:nth-child(2) {
      margin-left: 10px; }
  .ob-submission-form .form-actions input[type="submit"] {
    display: inline-flex;
    width: auto; }
  .ob-submission-form .form-actions.mobile-center input[type="submit"] {
    display: flex;
    width: 100%; }

.ob-submission-form.light-form input[type="email"],
.ob-submission-form.light-form input[type="password"],
.ob-submission-form.light-form input[type="text"],
.ob-submission-form.light-form input[type="date"],
.ob-submission-form.light-form textarea,
.ob-submission-form.light-form select {
  border: none;
  border-radius: 4px;
  background-color: #F5F5F5; }

.ob-submission-form.light-form textarea {
  min-height: 75px; }

.ob-support-form {
  justify-content: center;
  text-align: center;
  background: #F5F5F5;
  padding: 50px 0; }
  @media (min-width: 901px) {
    .ob-support-form {
      padding: 100px 0; } }
  @media (min-width: 901px) {
    .ob-support-form h2 {
      font-size: 36px;
      line-height: 60px; } }
  .ob-support-form .form-description {
    width: 650px;
    max-width: 100%;
    margin: 0 auto 25px; }
    @media (min-width: 901px) {
      .ob-support-form .form-description {
        font-size: 16px;
        line-height: 25px; } }
  .ob-support-form form {
    width: 1040px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    clear: both; }
    @media (min-width: 901px) {
      .ob-support-form form {
        justify-content: space-between; } }
    .ob-support-form form .form-field,
    .ob-support-form form .form-actions {
      width: 50%;
      text-align: left;
      display: flex;
      flex-wrap: wrap;
      padding: 0 5px; }
      @media (min-width: 901px) {
        .ob-support-form form .form-field,
        .ob-support-form form .form-actions {
          padding: 0 15px; } }
      .ob-support-form form .form-field label,
      .ob-support-form form .form-actions label {
        margin-bottom: 5px;
        display: flex;
        width: 100%; }
      .ob-support-form form .form-field input, .ob-support-form form .form-field select,
      .ob-support-form form .form-actions input,
      .ob-support-form form .form-actions select {
        width: 100%;
        background-color: white;
        border-radius: 4px;
        height: 45px;
        padding: 0 20px;
        border: none; }
      .ob-support-form form .form-field.group-form-field,
      .ob-support-form form .form-actions.group-form-field {
        flex-wrap: wrap;
        width: 100%; }
        .ob-support-form form .form-field.group-form-field .form-field-module,
        .ob-support-form form .form-actions.group-form-field .form-field-module {
          margin: 0 0 25px;
          padding: 0 5px;
          width: 50%; }
        @media (min-width: 901px) {
          .ob-support-form form .form-field.group-form-field,
          .ob-support-form form .form-actions.group-form-field {
            flex-wrap: nowrap;
            width: 50%; }
            .ob-support-form form .form-field.group-form-field .form-field-module,
            .ob-support-form form .form-actions.group-form-field .form-field-module {
              margin: 0 15px;
              width: 100%;
              padding: 0; }
              .ob-support-form form .form-field.group-form-field .form-field-module:first-of-type, .ob-support-form form .form-field.group-form-field .form-field-module:last-of-type,
              .ob-support-form form .form-actions.group-form-field .form-field-module:first-of-type,
              .ob-support-form form .form-actions.group-form-field .form-field-module:last-of-type {
                margin: 0; } }
    .ob-support-form form .form-actions {
      justify-content: center;
      text-align: center; }

#HiddenForm {
  display: none; }

.ob-form-note {
  text-transform: uppercase;
  color: #777777;
  font-size: 11px;
  margin: -5px 0 10px;
  font-weight: 700; }

#BambooHR h2 {
  font-size: 30px;
  line-height: 32px;
  color: #1A1A1A;
  border-bottom: 2px solid #ddd !important;
  margin: 0 0 25px !important; }

@media (min-width: 901px) {
  #BambooHR h2 {
    font-size: 36px;
    line-height: 40px; } }

#BambooHR ul li > div {
  font-weight: 800;
  text-transform: uppercase;
  color: #1D72F3;
  letter-spacing: 0.1rem; }

#BambooHR ul li ul {
  border-bottom: none !important;
  margin-bottom: 20px !important; }
  @media (min-width: 901px) {
    #BambooHR ul li ul {
      border-bottom: 2px solid #ddd !important; } }
  #BambooHR ul li ul .BambooHR-ATS-Location {
    text-transform: uppercase;
    font-size: 11px;
    color: #777777;
    font-weight: 700; }

#BambooHR ul li:last-child ul {
  border: none !important; }

#BambooHR #BambooHR-ATS + div {
  display: none !important; }

.ob-exemption-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 901px) {
    .ob-exemption-content {
      justify-content: space-between; } }
  .ob-exemption-content .ob-intro-text {
    width: 100%;
    margin-bottom: 25px; }
    @media (min-width: 901px) {
      .ob-exemption-content .ob-intro-text {
        margin-bottom: 75px; } }
  .ob-exemption-content .ob-step-nav {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 901px) {
      .ob-exemption-content .ob-step-nav {
        width: 200px;
        margin-bottom: 0; } }
    .ob-exemption-content .ob-step-nav h3 {
      display: none;
      text-transform: uppercase;
      font-size: 15px;
      line-height: 28px;
      font-weight: 800; }
      @media (min-width: 901px) {
        .ob-exemption-content .ob-step-nav h3 {
          display: block; } }
    .ob-exemption-content .ob-step-nav ol {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media (min-width: 901px) {
        .ob-exemption-content .ob-step-nav ol {
          justify-content: flex-start; } }
      .ob-exemption-content .ob-step-nav ol li {
        display: flex;
        width: 31%;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        margin-bottom: 15px;
        font-weight: 800;
        color: #ddd;
        font-size: 14px;
        line-height: 16px;
        flex-wrap: wrap;
        text-align: center; }
        @media (min-width: 901px) {
          .ob-exemption-content .ob-step-nav ol li {
            justify-content: flex-start;
            align-items: center;
            width: 100%;
            text-align: left;
            font-size: 16px;
            line-height: 18px;
            flex-direction: row;
            flex-wrap: nowrap; } }
        .ob-exemption-content .ob-step-nav ol li span {
          display: inline-flex;
          width: 25px;
          height: 25px;
          align-items: center;
          justify-content: center;
          font-weight: 800;
          font-size: 16px;
          line-height: 16px;
          border-radius: 100%;
          background: #F5F5F5;
          color: #ddd;
          margin-bottom: 10px;
          text-align: center; }
          @media (min-width: 901px) {
            .ob-exemption-content .ob-step-nav ol li span {
              margin-bottom: 0;
              margin-right: 7px; } }
        .ob-exemption-content .ob-step-nav ol li.active {
          color: #1D72F3; }
          .ob-exemption-content .ob-step-nav ol li.active span {
            background: #1D72F3;
            color: white; }
        .ob-exemption-content .ob-step-nav ol li.complete {
          color: #1A1A1A; }
          .ob-exemption-content .ob-step-nav ol li.complete span {
            background: url(../icons/ob-check-w.svg) no-repeat center;
            background-size: 15px 9px;
            background-color: #1A1A1A;
            font-size: 0; }
  .ob-exemption-content .ob-step-nav-content {
    width: 100%; }
    @media (min-width: 901px) {
      .ob-exemption-content .ob-step-nav-content {
        width: calc(100% - 250px); } }
    .ob-exemption-content .ob-step-nav-content .ob-step-nav-content-block {
      display: none; }
      .ob-exemption-content .ob-step-nav-content .ob-step-nav-content-block:first-of-type {
        display: block; }
    .ob-exemption-content .ob-step-nav-content h4.ob-step-num {
      text-transform: uppercase;
      font-weight: 800;
      color: #1D72F3;
      font-size: 15px;
      line-height: 18px;
      margin-bottom: 0; }
    .ob-exemption-content .ob-step-nav-content h2.ob-step-title {
      font-size: 30px;
      line-height: 34px; }
      @media (min-width: 901px) {
        .ob-exemption-content .ob-step-nav-content h2.ob-step-title {
          font-size: 36px;
          line-height: 42px; } }
    .ob-exemption-content .ob-step-nav-content .login {
      margin: 0 0 50px; }
      .ob-exemption-content .ob-step-nav-content .login .login-row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        margin: 0; }
        @media (min-width: 901px) {
          .ob-exemption-content .ob-step-nav-content .login .login-row {
            justify-content: space-between; } }
        .ob-exemption-content .ob-step-nav-content .login .login-row:before, .ob-exemption-content .ob-step-nav-content .login .login-row:after {
          display: none; }
        .ob-exemption-content .ob-step-nav-content .login .login-row .login-form,
        .ob-exemption-content .ob-step-nav-content .login .login-row .new-customer {
          padding: 0;
          width: 100%;
          margin: 0 0 30px; }
          @media (min-width: 901px) {
            .ob-exemption-content .ob-step-nav-content .login .login-row .login-form,
            .ob-exemption-content .ob-step-nav-content .login .login-row .new-customer {
              width: 47%;
              max-width: 500px;
              margin: 0; } }
          .ob-exemption-content .ob-step-nav-content .login .login-row .login-form label,
          .ob-exemption-content .ob-step-nav-content .login .login-row .new-customer label {
            font-weight: 800;
            color: #1A1A1A; }
          .ob-exemption-content .ob-step-nav-content .login .login-row .login-form input[type="email"],
          .ob-exemption-content .ob-step-nav-content .login .login-row .login-form input[type="password"],
          .ob-exemption-content .ob-step-nav-content .login .login-row .new-customer input[type="email"],
          .ob-exemption-content .ob-step-nav-content .login .login-row .new-customer input[type="password"] {
            border: none;
            border-radius: 4px;
            background: #F5F5F5; }
          .ob-exemption-content .ob-step-nav-content .login .login-row .login-form .form-actions,
          .ob-exemption-content .ob-step-nav-content .login .login-row .new-customer .form-actions {
            text-align: left; }
          .ob-exemption-content .ob-step-nav-content .login .login-row .login-form h2,
          .ob-exemption-content .ob-step-nav-content .login .login-row .new-customer h2 {
            margin-bottom: 10px; }
          .ob-exemption-content .ob-step-nav-content .login .login-row .login-form .panel-header,
          .ob-exemption-content .ob-step-nav-content .login .login-row .login-form .panel-body,
          .ob-exemption-content .ob-step-nav-content .login .login-row .new-customer .panel-header,
          .ob-exemption-content .ob-step-nav-content .login .login-row .new-customer .panel-body {
            background: none;
            padding: 0;
            margin: 0; }
            .ob-exemption-content .ob-step-nav-content .login .login-row .login-form .panel-header p,
            .ob-exemption-content .ob-step-nav-content .login .login-row .login-form .panel-body p,
            .ob-exemption-content .ob-step-nav-content .login .login-row .new-customer .panel-header p,
            .ob-exemption-content .ob-step-nav-content .login .login-row .new-customer .panel-body p {
              margin-bottom: 20px; }
            .ob-exemption-content .ob-step-nav-content .login .login-row .login-form .panel-header li,
            .ob-exemption-content .ob-step-nav-content .login .login-row .login-form .panel-body li,
            .ob-exemption-content .ob-step-nav-content .login .login-row .new-customer .panel-header li,
            .ob-exemption-content .ob-step-nav-content .login .login-row .new-customer .panel-body li {
              margin-bottom: 6px; }
            .ob-exemption-content .ob-step-nav-content .login .login-row .login-form .panel-header button,
            .ob-exemption-content .ob-step-nav-content .login .login-row .login-form .panel-body button,
            .ob-exemption-content .ob-step-nav-content .login .login-row .new-customer .panel-header button,
            .ob-exemption-content .ob-step-nav-content .login .login-row .new-customer .panel-body button {
              margin: 0; }
    .ob-exemption-content .ob-step-nav-content .ob-states-dropdown {
      margin-bottom: 25px; }
      @media (min-width: 901px) {
        .ob-exemption-content .ob-step-nav-content .ob-states-dropdown {
          margin-bottom: 50px;
          max-width: 500px; } }
      .ob-exemption-content .ob-step-nav-content .ob-states-dropdown label {
        color: #1A1A1A;
        font-weight: 800; }
        .ob-exemption-content .ob-step-nav-content .ob-states-dropdown label small {
          font-weight: 400; }
      .ob-exemption-content .ob-step-nav-content .ob-states-dropdown select {
        height: 50px;
        padding: 0 10px;
        border: none;
        border-radius: 4px;
        background-color: #F5F5F5;
        color: #333333;
        width: 100%;
        max-width: 500px; }
    .ob-exemption-content .ob-step-nav-content .ob-states-list {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: center;
      width: 100%; }
      @media (min-width: 901px) {
        .ob-exemption-content .ob-step-nav-content .ob-states-list {
          justify-content: space-between; } }
      .ob-exemption-content .ob-step-nav-content .ob-states-list .states-col,
      .ob-exemption-content .ob-step-nav-content .ob-states-list .img-col {
        width: 100%;
        margin-bottom: 20px; }
        @media (min-width: 901px) {
          .ob-exemption-content .ob-step-nav-content .ob-states-list .states-col,
          .ob-exemption-content .ob-step-nav-content .ob-states-list .img-col {
            width: 48%;
            margin-bottom: 0; } }
      @media (min-width: 901px) {
        .ob-exemption-content .ob-step-nav-content .ob-states-list .states-col {
          order: 1; } }
      .ob-exemption-content .ob-step-nav-content .ob-states-list .states-col h3 {
        font-size: 18px;
        line-height: 42px;
        margin: 0; }
      .ob-exemption-content .ob-step-nav-content .ob-states-list .states-col ul {
        margin: 0;
        padding: 0;
        list-style: none;
        columns: 3; }
        .ob-exemption-content .ob-step-nav-content .ob-states-list .states-col ul li {
          display: block; }
      .ob-exemption-content .ob-step-nav-content .ob-states-list .img-col {
        position: relative; }
        @media (min-width: 901px) {
          .ob-exemption-content .ob-step-nav-content .ob-states-list .img-col {
            order: 2; } }
        .ob-exemption-content .ob-step-nav-content .ob-states-list .img-col svg {
          fill: none; }
        .ob-exemption-content .ob-step-nav-content .ob-states-list .img-col svg.map {
          width: 100%;
          height: 340px;
          position: relative;
          z-index: 1; }
          @media (min-width: 901px) {
            .ob-exemption-content .ob-step-nav-content .ob-states-list .img-col svg.map {
              height: 350px; } }
        .ob-exemption-content .ob-step-nav-content .ob-states-list .img-col .zoom {
          position: absolute;
          bottom: 0;
          right: 0;
          z-index: 2;
          cursor: pointer;
          width: 35px;
          height: 35px;
          align-items: center;
          justify-content: center;
          border-radius: 100%;
          border: 2px solid #ddd;
          display: flex; }
          .ob-exemption-content .ob-step-nav-content .ob-states-list .img-col .zoom svg {
            width: 21px;
            height: 21px; }
    .ob-exemption-content .ob-step-nav-content .ob-tax-tab-nav {
      border-top: 2px solid #ddd;
      margin-top: 50px;
      padding-top: 20px;
      margin-bottom: 50px;
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-between; }
      .ob-exemption-content .ob-step-nav-content .ob-tax-tab-nav a svg {
        width: 12px;
        height: 11px;
        fill: #1D72F3; }
      .ob-exemption-content .ob-step-nav-content .ob-tax-tab-nav a.prev-tab svg {
        margin-right: 7px;
        transform: rotate(180deg); }
      .ob-exemption-content .ob-step-nav-content .ob-tax-tab-nav a.next-tab svg {
        margin-left: 7px; }
      .ob-exemption-content .ob-step-nav-content .ob-tax-tab-nav a:hover svg {
        fill: white; }
    .ob-exemption-content .ob-step-nav-content .ob-tax-exemption-form iframe body {
      background: blue; }

.ob-tax-map-modal {
  padding: 20px;
  overflow: scroll;
  width: 860px;
  height: 550px; }
  @media (min-width: 901px) {
    .ob-tax-map-modal {
      overflow: unset; } }
  .ob-tax-map-modal .ob-tax-map {
    width: 100%;
    height: 100%;
    fill: none; }

.ob-contact-info-blocks {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center; }
  @media (min-width: 901px) {
    .ob-contact-info-blocks {
      justify-content: space-between; } }
  .ob-contact-info-blocks .contact-block {
    width: 100%;
    margin-bottom: 25px; }
    @media (min-width: 901px) {
      .ob-contact-info-blocks .contact-block {
        margin-bottom: 0;
        width: 45%; } }
    .ob-contact-info-blocks .contact-block h2 {
      text-align: center;
      font-size: 30px;
      line-height: 42px;
      margin-bottom: 10px; }
      @media (min-width: 901px) {
        .ob-contact-info-blocks .contact-block h2 {
          font-size: 36px;
          text-align: left; } }
    .ob-contact-info-blocks .contact-block.form-block h2, .ob-contact-info-blocks .contact-block.form-block p {
      text-align: center; }
      @media (min-width: 901px) {
        .ob-contact-info-blocks .contact-block.form-block h2, .ob-contact-info-blocks .contact-block.form-block p {
          text-align: left; } }
    .ob-contact-info-blocks .contact-block.map-block .location-hours {
      display: flex;
      width: 100%;
      align-items: flex-start;
      justify-content: center;
      flex-wrap: nowrap; }
      @media (min-width: 901px) {
        .ob-contact-info-blocks .contact-block.map-block .location-hours {
          justify-content: flex-start; } }
      .ob-contact-info-blocks .contact-block.map-block .location-hours div {
        flex-direction: column;
        display: flex;
        justify-content: space-between;
        width: 48%;
        align-items: center;
        text-align: center; }
        @media (min-width: 901px) {
          .ob-contact-info-blocks .contact-block.map-block .location-hours div {
            flex-direction: unset;
            flex-wrap: nowrap;
            width: 225px;
            align-items: flex-start;
            text-align: left; } }
        @media (min-width: 901px) {
          .ob-contact-info-blocks .contact-block.map-block .location-hours div:first-of-type {
            margin-right: 50px; } }
        .ob-contact-info-blocks .contact-block.map-block .location-hours div svg {
          fill: none;
          width: 27px;
          height: 27px; }
        .ob-contact-info-blocks .contact-block.map-block .location-hours div p {
          width: 100%;
          margin: 0; }
          @media (min-width: 901px) {
            .ob-contact-info-blocks .contact-block.map-block .location-hours div p {
              width: calc(100% - 35px); } }
          .ob-contact-info-blocks .contact-block.map-block .location-hours div p strong {
            font-weight: 800; }
    .ob-contact-info-blocks .contact-block.map-block .schedule-appt {
      display: flex;
      width: 100%;
      align-items: flex-start;
      justify-content: center;
      flex-wrap: wrap;
      margin: 35px 0; }
      @media (min-width: 901px) {
        .ob-contact-info-blocks .contact-block.map-block .schedule-appt {
          align-items: center;
          justify-content: space-between;
          flex-wrap: nowrap; } }
      .ob-contact-info-blocks .contact-block.map-block .schedule-appt span {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        text-align: center; }
        @media (min-width: 901px) {
          .ob-contact-info-blocks .contact-block.map-block .schedule-appt span {
            display: inline-block;
            width: auto;
            text-align: left;
            margin-bottom: 0; } }

.account-body.ob-create-account-form {
  padding: 0 5px; }
  .account-body.ob-create-account-form .form-label {
    color: #1A1A1A;
    font-weight: 800;
    font-size: 14px;
    line-height: 25px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start; }
    @media (min-width: 901px) {
      .account-body.ob-create-account-form .form-label {
        font-size: 16px; } }
    .account-body.ob-create-account-form .form-label small {
      float: none;
      font-weight: normal;
      margin-left: 10px;
      font-size: 9px;
      display: flex;
      margin-top: 0;
      line-height: 11px; }
      @media (min-width: 901px) {
        .account-body.ob-create-account-form .form-label small {
          font-size: 10px; } }
  .account-body.ob-create-account-form input:not(.button),
  .account-body.ob-create-account-form select {
    border: none;
    background-color: #F5F5F5; }
  .account-body.ob-create-account-form .form-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0; }
    @media (min-width: 901px) {
      .account-body.ob-create-account-form .form-row {
        columns: 2; } }
  .account-body.ob-create-account-form .form-field[data-type="FirstName"], .account-body.ob-create-account-form .form-field[data-type="LastName"], .account-body.ob-create-account-form .form-field[data-type="City"], .account-body.ob-create-account-form .form-field[data-type="Country"], .account-body.ob-create-account-form .form-field[data-type="State"], .account-body.ob-create-account-form .form-field[data-type="Zip"] {
    width: 50%; }
  .account-body.ob-create-account-form .ob-auth-row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 25px; }
    .account-body.ob-create-account-form .ob-auth-row .g-recaptcha,
    .account-body.ob-create-account-form .ob-auth-row .form-actions {
      width: 100%;
      margin: 0 0 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 901px) {
        .account-body.ob-create-account-form .ob-auth-row .g-recaptcha,
        .account-body.ob-create-account-form .ob-auth-row .form-actions {
          width: 48%; } }

.ob-account-navigation {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  margin: 25px 0; }
  @media (min-width: 901px) {
    .ob-account-navigation {
      width: 275px;
      float: left;
      margin: 25px 0 50px; } }
  .ob-account-navigation ul {
    width: 100%; }
  .ob-account-navigation .navBar-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 45px;
    font-weight: 800;
    color: #1D72F3;
    font-size: 16px;
    line-height: 21px;
    background: #E2EDFD;
    padding: 10px 20px;
    border-radius: 4px;
    margin: 0 0 7px;
    border: 2px solid #E2EDFD; }
    .ob-account-navigation .navBar-item a {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      color: #1D72F3;
      text-decoration: none; }
    .ob-account-navigation .navBar-item svg {
      height: 30px;
      width: 30px;
      fill: none;
      stroke: #1D72F3;
      margin-right: 7px; }
    .ob-account-navigation .navBar-item:hover {
      border-color: #1D72F3; }
      .ob-account-navigation .navBar-item:hover a {
        color: inherit; }
    .ob-account-navigation .navBar-item.is-active {
      border: none;
      background: #1D72F3;
      color: white; }
      .ob-account-navigation .navBar-item.is-active a {
        color: white; }
      .ob-account-navigation .navBar-item.is-active svg {
        stroke: white; }
    .ob-account-navigation .navBar-item.ob-logout-btn span {
      display: inline-flex;
      width: 30px;
      height: 30px;
      align-items: center;
      justify-content: center;
      margin-right: 7px; }
    .ob-account-navigation .navBar-item.ob-logout-btn svg {
      stroke: none;
      fill: #1D72F3;
      width: 15px;
      height: 15px;
      margin: 0; }

.ob-account-navigation + .ob-account-page {
  width: 100%;
  margin: 0 0 25px; }
  @media (min-width: 901px) {
    .ob-account-navigation + .ob-account-page {
      clear: none;
      float: right;
      width: calc(100% - 300px);
      margin: 25px 0 0; }
      .ob-account-navigation + .ob-account-page .page-heading {
        font-size: 30px;
        line-height: 32px;
        text-align: left; } }
  .ob-account-navigation + .ob-account-page .account-head {
    margin: 0 0 15px; }
  .ob-account-navigation + .ob-account-page .account-body {
    margin: 0 0 50px; }
  .ob-account-navigation + .ob-account-page .addressList li .panel-body {
    background: #F5F5F5;
    border-radius: 4px;
    border: 2px solid #F5F5F5;
    overflow: hidden;
    font-size: 16px;
    line-height: 25px; }
    .ob-account-navigation + .ob-account-page .addressList li .panel-body .address-title {
      font-size: 18px; }
    .ob-account-navigation + .ob-account-page .addressList li .panel-body .address-details--postal {
      margin: 0 0 25px; }
    .ob-account-navigation + .ob-account-page .addressList li .panel-body .ob-btn, .ob-account-navigation + .ob-account-page .addressList li .panel-body .stamped-main-widget .stamped-summary-actions-newreview, .stamped-main-widget .ob-account-navigation + .ob-account-page .addressList li .panel-body .stamped-summary-actions-newreview,
    .ob-account-navigation + .ob-account-page .addressList li .panel-body .stamped-main-widget .stamped-summary-actions-newquestion, .stamped-main-widget .ob-account-navigation + .ob-account-page .addressList li .panel-body .stamped-summary-actions-newquestion {
      padding: 0 10px; }
      .ob-account-navigation + .ob-account-page .addressList li .panel-body .ob-btn span, .ob-account-navigation + .ob-account-page .addressList li .panel-body .stamped-main-widget .stamped-summary-actions-newreview span, .stamped-main-widget .ob-account-navigation + .ob-account-page .addressList li .panel-body .stamped-summary-actions-newreview span, .ob-account-navigation + .ob-account-page .addressList li .panel-body .stamped-main-widget .stamped-summary-actions-newquestion span, .stamped-main-widget .ob-account-navigation + .ob-account-page .addressList li .panel-body .stamped-summary-actions-newquestion span {
        text-decoration: underline;
        text-transform: none;
        font-weight: 800; }
      .ob-account-navigation + .ob-account-page .addressList li .panel-body .ob-btn svg, .ob-account-navigation + .ob-account-page .addressList li .panel-body .stamped-main-widget .stamped-summary-actions-newreview svg, .stamped-main-widget .ob-account-navigation + .ob-account-page .addressList li .panel-body .stamped-summary-actions-newreview svg, .ob-account-navigation + .ob-account-page .addressList li .panel-body .stamped-main-widget .stamped-summary-actions-newquestion svg, .stamped-main-widget .ob-account-navigation + .ob-account-page .addressList li .panel-body .stamped-summary-actions-newquestion svg {
        width: 27px;
        width: 27px;
        margin: 0 5px 0 0;
        fill: none; }
  .ob-account-navigation + .ob-account-page .addressList li .panel--newAddress .panel-body {
    background: white; }
    .ob-account-navigation + .ob-account-page .addressList li .panel--newAddress .panel-body .address-title {
      text-transform: uppercase;
      font-size: 14px;
      line-height: 16px;
      margin: 0; }
    .ob-account-navigation + .ob-account-page .addressList li .panel--newAddress .panel-body svg {
      fill: none;
      width: 50px;
      height: 50px; }
    .ob-account-navigation + .ob-account-page .addressList li .panel--newAddress .panel-body:hover {
      background: #F5F5F5; }
      .ob-account-navigation + .ob-account-page .addressList li .panel--newAddress .panel-body:hover .address-title {
        color: #1A1A1A; }
  .ob-account-navigation + .ob-account-page .form-field label {
    color: #1A1A1A;
    font-weight: 800; }
    .ob-account-navigation + .ob-account-page .form-field label small {
      font-weight: 400; }
  .ob-account-navigation + .ob-account-page .form-field input[type="text"],
  .ob-account-navigation + .ob-account-page .form-field input[type="email"],
  .ob-account-navigation + .ob-account-page .form-field input[type="password"],
  .ob-account-navigation + .ob-account-page .form-field textarea,
  .ob-account-navigation + .ob-account-page .form-field select {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: #777777; }
  .ob-account-navigation + .ob-account-page .wishlist-form {
    width: 100%;
    margin: 0;
    max-width: 100%; }
  .ob-account-navigation + .ob-account-page li.product {
    width: 50%; }
    @media (min-width: 901px) {
      .ob-account-navigation + .ob-account-page li.product {
        width: 33%; } }
    .ob-account-navigation + .ob-account-page li.product .card {
      background: #F5F5F5;
      border-radius: 4px; }
      .ob-account-navigation + .ob-account-page li.product .card .card-figure {
        background: none; }
        .ob-account-navigation + .ob-account-page li.product .card .card-figure img {
          mix-blend-mode: multiply; }
      .ob-account-navigation + .ob-account-page li.product .card .stamped-product-reviews-badge {
        display: none !important; }

.ob-account-grid {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 20px; }
  @media (min-width: 901px) {
    .ob-account-grid {
      justify-content: space-between; } }
  .ob-account-grid .account-item {
    padding: 20px;
    border-radius: 4px;
    background: #E2EDFD;
    display: flex;
    width: 100%;
    margin: 0 0 15px;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    position: relative; }
    .ob-account-grid .account-item a {
      display: flex;
      width: 100%;
      height: 100%;
      align-items: flex-start;
      justify-content: space-between;
      text-decoration: none; }
    .ob-account-grid .account-item svg {
      fill: none;
      stroke: #1D72F3;
      width: 30px;
      height: 30px; }
    .ob-account-grid .account-item p {
      margin: 0;
      color: #0E3673;
      width: calc(100% - 45px);
      font-size: 14px;
      line-height: 17px; }
      .ob-account-grid .account-item p strong {
        display: block;
        width: 100%;
        color: #1D72F3;
        font-weight: 800;
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 21px; }
    @media (min-width: 901px) {
      .ob-account-grid .account-item {
        width: 32%;
        height: 120px;
        margin: 0 0 25px; }
        .ob-account-grid .account-item svg {
          width: 50px;
          height: 50px; }
        .ob-account-grid .account-item p {
          width: calc(100% - 65px);
          font-size: 15px;
          line-height: 21px; }
          .ob-account-grid .account-item p strong {
            font-size: 21px; }
        .ob-account-grid .account-item:hover {
          top: -10px; } }

.account-message {
  color: #1A1A1A; }
  .account-message .is-read {
    color: #333333; }

.ob-account-orders-list .account-orderStatus a {
  font-style: normal;
  color: #777777;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  font-size: 12px;
  margin: 0; }

.ob-account-orders-list .account-orderStatus-label {
  color: #777777;
  background: none;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 0.1em;
  padding: 0;
  margin: 0; }

.ob-account-orders-list .account-product-title {
  margin-bottom: 10px; }
  @media (min-width: 901px) {
    .ob-account-orders-list .account-product-title {
      font-size: 24px;
      line-height: 26px; } }

.ob-account-orders-list .account-product-description {
  margin-bottom: 30px; }
  @media (min-width: 901px) {
    .ob-account-orders-list .account-product-description {
      font-size: 18px;
      line-height: 20px; } }

@media (min-width: 901px) {
  .ob-account-orders-list .account-product-details .account-product-detail {
    width: 22%; } }

.ob-account-orders-list .account-product-details .account-product-detail h6 {
  font-size: 14px;
  line-height: 16px;
  color: #1A1A1A;
  font-weight: 800;
  font-family: 'atten-new'; }

.ob-gift-certificate {
  padding: 0; }
  @media (min-width: 901px) {
    .ob-gift-certificate {
      padding: 0 15px; } }
  @media (min-width: 901px) {
    .ob-gift-certificate .page-heading {
      text-align: left; } }
  .ob-gift-certificate .ob-gift-step-title {
    text-align: center;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 30px; }
    @media (min-width: 901px) {
      .ob-gift-certificate .ob-gift-step-title {
        font-size: 50px;
        line-height: 60px; } }
  .ob-gift-certificate .account-navigation {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .ob-gift-certificate .account-navigation:before, .ob-gift-certificate .account-navigation:after {
      display: none; }
    @media (min-width: 901px) {
      .ob-gift-certificate .account-navigation {
        justify-content: space-between;
        padding-top: 20px; } }
    .ob-gift-certificate .account-navigation .navBar-item {
      display: flex;
      width: 100%;
      border-radius: 4px;
      background: #E2EDFD;
      border: none;
      transition: all ease-in-out .2s;
      padding: 10px 15px;
      margin: 0 0 5px; }
      @media (min-width: 901px) {
        .ob-gift-certificate .account-navigation .navBar-item {
          width: 32%;
          margin: 0;
          height: 179px;
          padding: 0; }
          .ob-gift-certificate .account-navigation .navBar-item:hover {
            margin-top: -20px; } }
      .ob-gift-certificate .account-navigation .navBar-item a {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: flex-start; }
        @media (min-width: 901px) {
          .ob-gift-certificate .account-navigation .navBar-item a {
            justify-content: center;
            flex-direction: column; } }
        .ob-gift-certificate .account-navigation .navBar-item a svg {
          width: 30px;
          height: 30px;
          margin: 0 8px 0 0;
          fill: none;
          stroke: #1D72F3; }
          @media (min-width: 901px) {
            .ob-gift-certificate .account-navigation .navBar-item a svg {
              width: 50px;
              height: 50px;
              margin: 0 0 15px; } }
        .ob-gift-certificate .account-navigation .navBar-item a span {
          font-weight: 800;
          color: #1D72F3; }
          @media (min-width: 901px) {
            .ob-gift-certificate .account-navigation .navBar-item a span {
              width: 100%;
              text-align: center; } }
      .ob-gift-certificate .account-navigation .navBar-item.is-active {
        background: #1D72F3; }
        .ob-gift-certificate .account-navigation .navBar-item.is-active a svg {
          stroke: white; }
        .ob-gift-certificate .account-navigation .navBar-item.is-active a span {
          color: white; }
  .ob-gift-certificate form .form-row:before, .ob-gift-certificate form .form-row:after {
    display: none; }
  .ob-gift-certificate form .form-column {
    padding: 0; }
  .ob-gift-certificate form .form-field label {
    color: #1A1A1A;
    font-weight: 800; }
    .ob-gift-certificate form .form-field label small {
      font-weight: 400;
      color: #777777;
      font-size: 10px; }
  .ob-gift-certificate form .form-field input[type="text"],
  .ob-gift-certificate form .form-field input[type="email"],
  .ob-gift-certificate form .form-field input#giftcertificatecode,
  .ob-gift-certificate form .form-field textarea {
    border-radius: 4px;
    background: #F5F5F5;
    border: none; }
  .ob-gift-certificate form .form-field.amount-field input, .ob-gift-certificate form .form-field.amount-field select, .ob-gift-certificate form .form-field.amount-field label {
    width: 50%; }
    @media (min-width: 901px) {
      .ob-gift-certificate form .form-field.amount-field input, .ob-gift-certificate form .form-field.amount-field select, .ob-gift-certificate form .form-field.amount-field label {
        width: 40%; } }
  .ob-gift-certificate .ob-gift-balance .ob-content-cta .image-col {
    order: 2; }
    @media (min-width: 901px) {
      .ob-gift-certificate .ob-gift-balance .ob-content-cta .image-col {
        order: 1; } }
  .ob-gift-certificate .ob-gift-balance .ob-content-cta .text-col {
    order: 1; }
    @media (min-width: 901px) {
      .ob-gift-certificate .ob-gift-balance .ob-content-cta .text-col {
        order: 2; } }

.ob-discounts-row img {
  margin-bottom: 10px;
  height: 50px;
  width: auto; }

.ob-discounts-row h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400; }
  @media (min-width: 901px) {
    .ob-discounts-row h4 {
      font-size: 30px;
      line-height: 36px; } }
  .ob-discounts-row h4 strong {
    font-weight: 800; }

.ob-discounts-row .discount-boxes {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap; }
  .ob-discounts-row .discount-boxes .discount {
    display: flex;
    padding: 10px;
    border-radius: 4px;
    background: #F5F5F5;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48%;
    height: 165px;
    margin-bottom: 10px; }
    .ob-discounts-row .discount-boxes .discount small, .ob-discounts-row .discount-boxes .discount span {
      display: block;
      width: 100%; }
    .ob-discounts-row .discount-boxes .discount small {
      font-size: 14px;
      line-height: 24px; }
    .ob-discounts-row .discount-boxes .discount span {
      font-size: 16px;
      font-weight: 800;
      line-height: 40px; }
    .ob-discounts-row .discount-boxes .discount h3 {
      margin: 25px 0 0;
      line-height: 40px;
      font-size: 30px; }
    @media (min-width: 901px) {
      .ob-discounts-row .discount-boxes .discount {
        width: 24%;
        height: 241px;
        padding: 20px; }
        .ob-discounts-row .discount-boxes .discount small {
          font-size: 16px; }
        .ob-discounts-row .discount-boxes .discount span {
          font-size: 18px; }
        .ob-discounts-row .discount-boxes .discount h3 {
          font-size: 40px;
          margin: 40px 0 0; } }

.ob-redeem-points h2 {
  margin-bottom: 35px; }

.ob-redeem-points .process-boxes {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap; }
  .ob-redeem-points .process-boxes .process-step {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 901px) {
      .ob-redeem-points .process-boxes .process-step {
        margin: 0 5px 50px;
        width: calc(50% - 10px); } }
    .ob-redeem-points .process-boxes .process-step .image-wrap {
      background: #777777;
      border-radius: 4px;
      overflow: hidden;
      width: 100%;
      height: 191px;
      margin-bottom: 10px; }
      @media (min-width: 901px) {
        .ob-redeem-points .process-boxes .process-step .image-wrap {
          height: 277px; } }
      .ob-redeem-points .process-boxes .process-step .image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .ob-redeem-points .process-boxes .process-step .step-details {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      .ob-redeem-points .process-boxes .process-step .step-details span {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        color: white;
        font-weight: 800;
        background: #1A1A1A;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        line-height: 24px; }
      .ob-redeem-points .process-boxes .process-step .step-details p {
        width: calc(100% - 60px);
        font-weight: 800;
        margin: 0; }
    .ob-redeem-points .process-boxes .process-step.hide-image {
      width: 100%;
      justify-content: center;
      align-items: center;
      text-align: center; }
      .ob-redeem-points .process-boxes .process-step.hide-image .image-wrap {
        display: none; }
      .ob-redeem-points .process-boxes .process-step.hide-image .step-details {
        justify-content: center; }
        .ob-redeem-points .process-boxes .process-step.hide-image .step-details p {
          width: 100%;
          margin-top: 5px; }

.ob-basic-faq h2 {
  font-size: 30px;
  line-height: 60px; }
  @media (min-width: 901px) {
    .ob-basic-faq h2 {
      font-size: 36px; } }

.ob-basic-faq .tabs-content {
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 0; }

.ob-create-account-toggle {
  background: #F5F5F5;
  padding: 50px 0;
  display: none; }
  .ob-create-account-toggle label {
    font-weight: 800;
    color: #1A1A1A; }
    .ob-create-account-toggle label small {
      font-weight: 400;
      font-size: 10px; }
  .ob-create-account-toggle input[type="text"],
  .ob-create-account-toggle input[type="email"],
  .ob-create-account-toggle input[type="password"],
  .ob-create-account-toggle select {
    background-color: white;
    border: none;
    border-radius: 4px; }
  .ob-create-account-toggle .form-actions input {
    margin: 0 auto; }

.header {
  min-height: 232px; }
  @media screen and (max-width: 901px) {
    .header {
      min-height: 157px; } }

.header .pencil-banner {
  margin-top: 30px; }

.header .ob-mobile.mobile-ribbon {
  margin-top: 39px; }

.images-wrap .left-image {
  position: relative; }

.images-wrap .left-image:before {
  background: #e0e0e0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.carousel-wrap .carousel {
  display: flex;
  overflow: hidden;
  padding: 30px 0; }
  .carousel-wrap .carousel.slick-initialized {
    overflow: visible; }

.home-brands .container .slick-track {
  padding: 0 !important; }

#homepage-dynamic-slider {
  min-height: 383px; }
  @media screen and (max-width: 901px) {
    #homepage-dynamic-slider {
      min-height: 413px; } }

#sale-slider {
  min-height: 368px; }

.home-top-icons {
  margin-top: 0 !important; }

@media (min-width: 901px) {
  .home-top-icons {
    margin-top: 0 !important;
    display: none !important; } }

@media screen and (max-width: 901px) {
  [data-content-region="header_bottom--global"] + .home-container {
    padding-top: 170px !important; } }

.home-video-gallery .videos {
  display: inline-flex; }

.blogs.blog-slider {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden; }

.blogs.blog-slider .blog {
  width: 25%; }

.ob-image-main-carousel:not(.slick-slider) {
  display: flex;
  overflow: hidden;
  /* Hide overflow instead of auto */
  width: 100%;
  /* Or set a fixed width like 550px */
  max-width: 550px;
  /* To match image size */ }
  .ob-image-main-carousel:not(.slick-slider) > figure {
    flex: 0 0 100%;
    /* Each figure takes full width */
    display: none; }
  .ob-image-main-carousel:not(.slick-slider) > figure:first-child {
    display: block; }

.productView-thumbnails {
  overflow: hidden;
  max-height: 90px; }

.rtc-slider-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.ob-prod-data-row .item.ob-availability.updated, .ob-prod-data-row .item.updated.ob-availability--builtToOrder, .ob-prod-data-row .item.updated.ob-availability--inStock, .ob-prod-data-row .item.updated.ob-availability--lowStock, .ob-prod-data-row .item.updated.ob-availability--outOfStock, .ob-prod-data-row .item.updated.ob-availability--preorder,
.ob-prod-data-row .item.ob-availability--builtToOrder.updated,
.ob-prod-data-row .item.ob-availability--inStoc.updated,
.ob-prod-data-row .item.ob-availability--lowStock.updated,
.ob-prod-data-row .item.ob-availability--outOfStock.updated,
.ob-prod-data-row .item.ob-availability--preorder.updated {
  display: flex; }
  .ob-prod-data-row .item.ob-availability.updated .first-span, .ob-prod-data-row .item.updated.ob-availability--builtToOrder .first-span, .ob-prod-data-row .item.updated.ob-availability--inStock .first-span, .ob-prod-data-row .item.updated.ob-availability--lowStock .first-span, .ob-prod-data-row .item.updated.ob-availability--outOfStock .first-span, .ob-prod-data-row .item.updated.ob-availability--preorder .first-span,
  .ob-prod-data-row .item.ob-availability--builtToOrder.updated .first-span,
  .ob-prod-data-row .item.ob-availability--inStoc.updated .first-span,
  .ob-prod-data-row .item.ob-availability--lowStock.updated .first-span,
  .ob-prod-data-row .item.ob-availability--outOfStock.updated .first-span,
  .ob-prod-data-row .item.ob-availability--preorder.updated .first-span {
    white-space: nowrap; }
  .ob-prod-data-row .item.ob-availability.updated .ship-text, .ob-prod-data-row .item.updated.ob-availability--builtToOrder .ship-text, .ob-prod-data-row .item.updated.ob-availability--inStock .ship-text, .ob-prod-data-row .item.updated.ob-availability--lowStock .ship-text, .ob-prod-data-row .item.updated.ob-availability--outOfStock .ship-text, .ob-prod-data-row .item.updated.ob-availability--preorder .ship-text,
  .ob-prod-data-row .item.ob-availability--builtToOrder.updated .ship-text,
  .ob-prod-data-row .item.ob-availability--inStoc.updated .ship-text,
  .ob-prod-data-row .item.ob-availability--lowStock.updated .ship-text,
  .ob-prod-data-row .item.ob-availability--outOfStock.updated .ship-text,
  .ob-prod-data-row .item.ob-availability--preorder.updated .ship-text {
    text-align: left;
    margin-left: 5px;
    max-width: 400px; }
    @media screen and (max-width: 767px) {
      .ob-prod-data-row .item.ob-availability.updated .ship-text, .ob-prod-data-row .item.updated.ob-availability--builtToOrder .ship-text, .ob-prod-data-row .item.updated.ob-availability--inStock .ship-text, .ob-prod-data-row .item.updated.ob-availability--lowStock .ship-text, .ob-prod-data-row .item.updated.ob-availability--outOfStock .ship-text, .ob-prod-data-row .item.updated.ob-availability--preorder .ship-text,
      .ob-prod-data-row .item.ob-availability--builtToOrder.updated .ship-text,
      .ob-prod-data-row .item.ob-availability--inStoc.updated .ship-text,
      .ob-prod-data-row .item.ob-availability--lowStock.updated .ship-text,
      .ob-prod-data-row .item.ob-availability--outOfStock.updated .ship-text,
      .ob-prod-data-row .item.ob-availability--preorder.updated .ship-text {
        max-width: 200px; } }

.financing-available {
  color: #1A1A1A;
  font-weight: 500; }
  .financing-available a:hover {
    color: #1D72F3; }

.rtc-global-sale-banne {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: #1D72F3;
  text-align: center;
  z-index: 22; }

.rtc-global-sale-banne span, .rtc-global-sale-banne a {
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  font-family: 'atten-new'; }
