@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
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:801px)/";
  width: 551px; }

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

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

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: #4f4f4f;
  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: 801px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 14px; } }

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

a {
  color: #4f4f4f;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #a5a5a5; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2d2d2d;
  font-family: "Roboto Light", 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: #989898;
    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 #e8e8e8;
  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 #dfdfdf;
  color: #4f4f4f;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #4f4f4f;
    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 #e8e8e8;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #f2f2f2; }
    .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 #e8e8e8; }

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

.table-tbody tr {
  border-bottom: 1px solid #e8e8e8; }
  .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: "Roboto Light", 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: #dfdfdf;
  color: #454545;
  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: #989898;
    color: #666666; }
  .button:active {
    background-color: transparent;
    border: 1px solid #454545;
    color: #454545; }
  .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: #ee3442;
  border-color: #ee3442;
  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: #989898;
    border: 1px solid #989898;
    color: white; }

.button[disabled] {
  background-color: #dadada;
  border-color: #dadada;
  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: #4f4f4f; }

/*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: #e8e8e8;
  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: #e8e8e8;
  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 #454545;
  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: #989898;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #454545;
  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: #a5a5a5;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #f8f8f8;
    border-color: #454545;
    color: #989898;
    cursor: text; }
  .form-input:focus {
    border-color: #989898;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #a5a5a5; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #a5a5a5; }
  .form-input:-ms-input-placeholder {
    color: #a5a5a5; }

/*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: #dfdfdf;
  color: #454545;
  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: #989898; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #989898; }

/*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 #454545;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 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 #dfdfdf;
      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(79, 79, 79, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(79, 79, 79, 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(79, 79, 79, 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 #454545;
  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: #4f4f4f;
    box-shadow: 0 0 4px rgba(79, 79, 79, 0.4); }

.switch-toggle {
  background-color: #989898;
  border: 1px solid #989898;
  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: #d4cb49;
    border-color: #d4cb49; }
  .switch--checked .switch-toggle {
    background-color: #69d66f;
    border-color: #69d66f; }
  .switch--disabled .switch-toggle {
    background-color: #e8e8e8;
    border-color: #a5a5a5;
    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: #989898; }

.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: #989898; }

.switch-description--off {
  color: #2d2d2d;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #989898; }

.switch-description--on {
  color: #989898;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: #2d2d2d; }

.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 #454545;
    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: #69d66f; }

.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: #69d66f; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #69d66f; }

.form-field--success .form-input-indicator > svg {
  fill: #69d66f; }

.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: #ff7d7d; }

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

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

.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: #d4cb49; }

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

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

/*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: #f2f2f2;
  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: #f2f2f2; }
  .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: #989898;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #989898; }
  .breadcrumb.current {
    color: #989898;
    cursor: default; }
    .breadcrumb.current a {
      color: #989898;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #a5a5a5; }
    .breadcrumb.unavailable a {
      color: #a5a5a5; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #a5a5a5;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #989898;
    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: #4f4f4f;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #989898;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #a5a5a5;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e8e8e8;
  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: #989898;
  display: block;
  font-size: 15px;
  padding: 0.78571rem 1.57143rem; }
  .tab-title:hover {
    color: #4f4f4f; }

.tab.is-active .tab-title {
  color: #4f4f4f;
  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: #2d2d2d;
  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: #4f4f4f;
  font-size: 15px;
  padding: 0.21429rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #989898;
    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: #989898;
      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: #4f4f4f; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #4f4f4f;
  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: #e8e8e8;
  border-color: #e8e8e8;
  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: #4f4f4f; }
  .alertBox--info svg {
    fill: #dfdfdf; }

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

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

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

.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: #4f4f4f; }

/*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: #e8e8e8 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 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: #e8e8e8 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: #2d2d2d; }
  .accordion-navigation > a {
    background: white;
    color: #4f4f4f;
    padding: 1.85714rem;
    display: block;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #f2f2f2; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: #2d2d2d;
  background: rgba(45, 45, 45, 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 #e8e8e8;
  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 #e8e8e8;
  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 #e8e8e8;
  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(45, 45, 45, 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 #989898 #989898;
    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 #454545;
  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: #989898; }

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

.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: #989898; }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-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; }
  .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; }

/* 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%;
  margin-top: -10px;
  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: #989898;
  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-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 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: #2d2d2d;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #666666;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  height: 4.35714rem;
  margin-top: -2.14286rem;
  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: -10px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.35714rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjMkQyRDJEIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.slick-prev {
  left: -15px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.35714rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzJEMkQyRCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }

.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 #2d2d2d;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #2d2d2d; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #666666; }

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

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

.pace {
  pointer-events: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace-progress {
  background-color: #989898;
  height: 0.35714rem;
  position: fixed;
  right: 100%;
  top: 0;
  width: 100%;
  z-index: 2000; }

html,
body {
  height: auto; }

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

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

figcaption {
  color: #a5a5a5;
  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 {
  font-size: 22px;
  margin: 0 0 2rem;
  text-align: center;
  text-transform: uppercase; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

hr {
  margin: 0px 45%;
  border-width: 2px;
  border: solid #4B88EB; }
  @media (min-width: 1261px) {
    hr {
      margin: 0px 49%; } }

a:hover {
  color: #000; }

.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(130, 130, 130, 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: #989898;
  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 #e8e8e8; }
  .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: #e8e8e8;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e8e8e8;
    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 #e8e8e8; }
    .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.is-loading .loadingOverlay {
  background: none;
  padding: 4.5rem 0;
  position: relative; }

.dropdown-menu.is-open {
  display: block; }

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

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

@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: 801px) {
    .modal-header-title {
      font-size: 25px; } }

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #4f4f4f;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #a5a5a5; }

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

.breadcrumbs {
  display: none;
  font-size: 0;
  text-align: center; }
  @media (min-width: 551px) {
    .breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text; }

.breadcrumb-label {
  text-decoration: none; }

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

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

.pagination {
  float: left;
  margin: 5px 0; }

.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: none;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #4f4f4f; }
  .pagination-item.pagination-item--current {
    border-color: #e8e8e8;
    border-radius: 4px;
    margin: 0 0.35714rem 0 0.78571rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #4f4f4f; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #a5a5a5; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #a5a5a5; }

.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 .icon {
  margin-right: -0.85714rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #989898;
    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: 1;
  transition: all 0.15s ease;
  border-radius: 0; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 801px) {
      .button + .button {
        margin-left: 0.78571rem; } }

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

.button--icon svg {
  fill: #4f4f4f; }

.button--primary {
  border-color: #ee3442; }
  .button--primary:hover {
    background-color: #e02424;
    border-color: #e02424; }

.button--secondary {
  border-color: #e02424;
  color: #e02424;
  background-color: transparent;
  text-transform: uppercase; }
  .button--secondary:hover {
    color: #fff;
    border-color: #e02424;
    background-color: #e02424; }

.button--alt,
.button--alt:active,
.button--alt:focus {
  color: #fff;
  background-color: #212B66;
  border-color: #212B66; }
  .button--alt:hover,
  .button--alt:active:hover,
  .button--alt:focus:hover {
    color: #fff;
    background-color: #1d2253;
    border-color: #1d2253; }

.tab {
  border-top: 1px solid #e8e8e8;
  float: none; }
  @media (min-width: 801px) {
    .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: 801px) {
      .tab.is-active {
        border: 1px solid #e8e8e8;
        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: 801px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }

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

.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 {
  margin: 0; }

.accordion-navigation {
  margin-top: -1px;
  position: relative;
  text-decoration: none; }

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

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

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

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

@media (min-width: 801px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0; } }

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

.accordion--navList .accordion-indicator {
  fill: #a5a5a5; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-indicator {
      visibility: hidden; } }

.accordion--navList .accordion-navigation-actions {
  right: 1rem;
  top: 1.21429rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-navigation-actions {
      right: 0;
      top: 0; } }

.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-navigation-actions {
  position: absolute;
  right: 1.85714rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: #989898;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #4f4f4f; }

.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: #4f4f4f; }

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

.alertBox--info {
  color: white; }
  .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(255, 125, 125, 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(105, 214, 111, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.71429rem center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

.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-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: "Roboto Light", 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: #a5a5a5;
  font-size: 13px; }

.form-field-group {
  border: 1px solid #dfdfdf;
  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; } }

@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-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 #dfdfdf;
  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: #989898; }
  .form-radio:checked + .form-option {
    border-color: #4f4f4f;
    box-shadow: 0 0 0 1px #4f4f4f; }

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

.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-figure {
  margin-top: 0; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

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

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

.card-image {
  border: 0;
  display: flex;
  margin: auto;
  width: auto; }

.card-title {
  font-size: 15px;
  margin: 0 0 1rem; }
  .card-title > a {
    color: #2d2d2d;
    text-decoration: none; }
    .card-title > a:hover {
      color: #a5a5a5; }

.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-button + .card-figcaption-button {
    margin: 0.35714rem 0 0; }

.card-body {
  text-align: center; }

.card-title {
  min-height: 50px; }

.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: #4f4f4f; }
    .card--alternate:hover .card-body {
      background-color: #4f4f4f; }
      .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 #dfdfdf;
    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(79, 79, 79, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(79, 79, 79, 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: #f2f2f2;
  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: #4f4f4f; }
  .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: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #4f4f4f; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #989898;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: #989898;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #4f4f4f; }

.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 #dfdfdf;
  border-radius: 4px;
  overflow: hidden; }
  .actionBar-section .form-field:hover {
    border-color: #989898; }

.actionBar-section .form-label {
  color: #989898;
  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: #4f4f4f;
  height: 2.14286rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #454545;
  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%;
  display: none;
  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: 801px) {
    .navUser {
      padding: 0 1.5rem;
      right: auto;
      top: 120px;
      display: inline-block;
      transform: none; } }
  @media (min-width: 1261px) {
    .navUser {
      top: 90px;
      padding: 0 8%; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #e8e8e8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open:before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #e8e8e8 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; }

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

.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 #e8e8e8;
  color: #989898;
  display: inline-block;
  padding: 0 1.42857rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .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;
  background-color: #ED3240;
  position: relative; }
  .navUser-item--cart svg {
    width: 35px;
    height: 17px;
    fill: #fff;
    vertical-align: top; }
  .navUser-item--cart .navUser-action {
    color: #fff; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #fff;
      background-color: #e02424; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem;
    min-width: 18rem;
    left: -116px !important; }
    .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.78571rem; }
    .navUser-item--cart .dropdown-menu.is-open:after {
      right: 0.92857rem; }

.navUser-action:hover svg {
  fill: #fff; }

.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: #4f4f4f;
  cursor: default;
  display: inline-block;
  margin: 0 -0.85714rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.call_text_desktop {
  display: none; }
  @media (min-width: 1261px) {
    .call_text_desktop {
      display: inline-block;
      float: left;
      text-transform: uppercase;
      font-weight: 900;
      margin: -6px 10px;
      margin-bottom: 5px;
      font-size: 18px; }
      .call_text_desktop a {
        text-decoration: none;
        font-size: 18px;
        color: #4E8BEB;
        letter-spacing: 1.8px; } }

.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 #e8e8e8 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

a.navUser-action.sign_up, a.navUser-action.login {
  background-color: #212B66;
  color: #fff;
  margin: 0 5px 0 0; }
  a.navUser-action.sign_up:hover, a.navUser-action.login:hover {
    background-color: #1d2253; }

a.navUser-action.login {
  margin: 0 7px 0 0; }

.dropdown--quickSearch {
  background-color: #e8e8e8;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    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; } }

@media (min-width: 1261px) {
  .email_call_wrapper {
    float: left;
    text-align: center; } }

.email_text_desktop {
  display: none; }
  @media (min-width: 1261px) {
    .email_text_desktop {
      text-transform: uppercase;
      display: block;
      font-weight: bold; } }

.countPill {
  background-color: #212B66;
  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;
  position: absolute;
  width: 20px;
  top: -10px;
  right: -8px; }

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

.countPill--alt {
  background-color: #dfdfdf;
  color: #454545; }

.search_wrap .form-input {
  border: none;
  height: auto;
  padding: 9px 10px; }

.search_wrap .form-prefixPostfix {
  border: 1px solid #999;
  margin-right: 10px; }

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

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

.navPages-container {
  bottom: 0;
  display: none;
  left: 0;
  top: 50px;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  right: 0;
  z-index: 0; }
  @media (min-width: 1261px) {
    .navPages-container {
      background-color: #EDEDED;
      display: block;
      height: auto;
      padding: 0;
      top: 20px;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    overflow-y: scroll;
    z-index: 200; }

.navPages {
  background-color: #f2f2f2;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 1261px) {
    .navPages {
      margin: 0 auto;
      max-width: 85.71429rem;
      width: 100%;
      background: none;
      max-width: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0 5%;
      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: 1261px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1261px) {
      .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: 1261px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 85.71429rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0;
        column-count: 3;
        column-gap: 20px; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

@media (min-width: 1261px) {
  #menu .navPages-item:hover > .navPage-subMenu {
    opacity: 1;
    width: 60%;
    visibility: visible;
    padding: 20px 330px;
    transition: visibility 0s linear .3s,opacity .3s linear;
    transition-delay: 0s;
    -webkit-box-shadow: 2px 2px 1px 2px rgba(171, 171, 171, 0.32);
    -moz-box-shadow: 2px 2px 1px 2px rgba(171, 171, 171, 0.32);
    box-shadow: 2px 2px 1px 2px rgba(171, 171, 171, 0.32); } }

@media (min-width: 1261px) {
  #menu .navPages-item > .navPage-subMenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition-delay: 0.3s ease-out;
    padding: 20px 330px; } }

@media (min-width: 1261px) {
  a.navPages-action.has-subMenu {
    transition: 0.3s ease-out; } }

@media (min-width: 1261px) {
  a.navPage-subMenu-action.navPages-action {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold; } }

@media (min-width: 1261px) {
  ul.navList__sub-container {
    padding-left: 30px;
    border-left: 4px solid #ED3240; } }

@media (min-width: 1261px) {
  ul.navPage-childList li a {
    font-size: 1rem;
    text-transform: uppercase; } }

@media (min-width: 1261px) {
  a.navPages-action.has-subMenu:hover {
    transition: 0.3s ease-in; } }

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

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 1261px) {
    .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: 1261px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 1261px) {
  .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 #dfdfdf;
  text-align: center; }
  @media (min-width: 1261px) {
    .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: 1261px) {
      .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: 1261px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #000;
  display: block;
  font-size: 15px;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 1261px) {
    .navPages-action {
      font-size: 13px;
      display: inline-block;
      padding: 25px 15px; }
      .navPages-action.is-open {
        color: #000; }
        .navPages-action.is-open svg {
          fill: #a5a5a5;
          stroke: #a5a5a5; } }
  .navPages-action:hover {
    color: #000;
    text-decoration: underline; }
    .navPages-action:hover svg {
      fill: #a5a5a5;
      stroke: #a5a5a5; }
  .navPages-action svg {
    display: none;
    fill: #4f4f4f;
    stroke: #4f4f4f;
    transition: all 0.15s ease; }
    @media (min-width: 1261px) {
      .navPages-action svg {
        display: block; } }

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

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

@media (min-width: 1261px) {
  .navList-action {
    color: #000; }
    .navList-action:hover {
      text-decoration: underline; } }

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.35714rem;
  transform: rotate(-90deg); }
  @media (min-width: 1261px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon {
    transform: rotate(0); }

.navPage-childList {
  display: none; }
  @media (min-width: 1261px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 1261px) {
    .navPage-subMenu {
      background-color: #fff;
      padding: 1.5rem 1.5rem 2.28571rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }

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

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

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

@media (min-width: 1261px) {
  .navPage-subMenu-item {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid; }
    .navPage-subMenu-item .navPages-action {
      text-transform: none;
      width: 100%;
      color: #000; }
    .navPage-subMenu-item > .navPage-subMenu-action {
      border-bottom: 1px solid #dfdfdf;
      margin-bottom: 5px; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 1261px) {
    .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-item-child .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-child .navPage-subMenu-action:hover,
    .navPage-subMenu-item-parent .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
      background: #c8bdb2;
      color: #000;
      font-weight: 500;
      opacity: 0.3; } }

.navPage-subMenu-action {
  padding: 0.78571rem 0; }
  @media (min-width: 1261px) {
    .navPage-subMenu-action {
      padding: 2px 0 5px 0; } }

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

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

.footer_call {
  text-transform: uppercase;
  font-size: 16px; }

@media (min-width: 1261px) {
  .navPages ul ul {
    margin-bottom: 20px;
    margin-left: 10px; } }

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

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e8e8e8; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e8e8e8; }
  .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: #989898;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #4f4f4f; }

.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: #a5a5a5; }
    .socialLinks .icon svg {
      fill: #4f4f4f;
      transition: all 0.15s ease; }

.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--alt .icon {
  height: 1.5rem;
  width: 1.5rem; }

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

.heroCarousel {
  margin-top: -1.5rem; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  .js .heroCarousel {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 600ms ease-out; }
  .heroCarousel.slick-initialized {
    max-height: 71.42857rem;
    opacity: 1; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 20%; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next,
      .heroCarousel .slick-prev {
        top: 50%; } }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }

.heroCarousel-slide {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }

@media (min-width: 1261px) {
  .heroCarousel-slide--stretch {
    background-size: 100% 100%; } }

@media (min-width: 801px) {
  .heroCarousel-image {
    visibility: hidden; } }

.heroCarousel-content {
  background-color: transparent;
  padding: 4rem 0rem;
  text-align: center;
  display: inline-block;
  margin: 5% 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0%; }
  @media (min-width: 801px) {
    .heroCarousel-content {
      background-color: transparent;
      left: 0;
      margin: 0 auto;
      padding: 4.25rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 100%; } }
  @media (min-width: 801px) and (min-width: 1261px) {
    .heroCarousel-content {
      padding: 7.25rem; } }
  @media (min-width: 801px) {
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }

.heroCarousel-title {
  color: #fff;
  font-weight: 100;
  font-size: 22px;
  margin-top: 0;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 30px; } }
  @media (min-width: 801px) and (min-width: 1261px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #fff;
  font-weight: 100;
  font-size: 16px;
  margin-top: 0;
  text-transform: uppercase;
  width: 65%;
  margin: 0 auto; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 801px) {
    .heroCarousel-description {
      font-size: 15px; } }

.heroCarousel-description_bottom {
  color: #fff;
  font-weight: 100;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 30px; }

.heroCarousel-action {
  margin: 0;
  text-transform: uppercase;
  padding: 15px 60px;
  margin-top: 20px; }
  @media (min-width: 801px) {
    .heroCarousel-action {
      margin-top: 5px; } }

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

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

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

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

.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: #a5a5a5;
  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 {
  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: 801px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }

.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: 801px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

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

.productReview-author {
  color: #989898;
  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: 0; }
  @media (min-width: 801px) {
    .productView-image {
      min-height: 500px;
      min-width: 500px; } }
  .productView-image img {
    width: 100%; }
  .productView-image .productView-image--default {
    width: auto; }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }

.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-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding-left: 0.35714rem;
  padding-right: 0.35714rem; }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 2px solid transparent;
  display: inline-block;
  padding: 2px;
  text-align: center;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #454545; }

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

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

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

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

.productView-brand {
  color: #989898;
  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: #989898; }
    .productView-brand a:hover {
      color: #4f4f4f; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.5rem; }
  @media (min-width: 801px) {
    .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.78571rem;
  vertical-align: middle; }
  .productView-reviewLink + .productView-reviewLink {
    display: block;
    margin-left: auto; }
    @media (min-width: 551px) {
      .productView-reviewLink + .productView-reviewLink {
        display: inline-block;
        margin-left: 0.78571rem; } }
  .productView-reviewLink > a {
    color: #989898; }
    .productView-reviewLink > a:hover {
      color: #4f4f4f; }

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

.productView-info-name {
  clear: both;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Roboto Light", 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 input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label,
        .productView-options .form-field > .form-radio + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.78571rem;
        width: auto; } }

.productOptions-list {
  border: 1px solid #dfdfdf;
  list-style: none;
  margin: 0; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #dfdfdf; }
  .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; }

.price--rrp,
.price--discounted {
  text-decoration: line-through; }

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

.compareTable {
  border-top: 1px solid #e8e8e8;
  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 #e8e8e8; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

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

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

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

.compareTable-removeProduct {
  background-color: #f2f2f2;
  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: #4f4f4f;
    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-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 #e8e8e8;
  margin-bottom: 2.28571rem; }
  .toggle:last-of-type {
    margin-bottom: 4.57143rem; }

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

.toggleLink {
  color: #989898; }
  .toggleLink:hover {
    color: #4f4f4f; }
  .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: #e8e8e8 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: 801px) {
    .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: 801px) {
    .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: 801px) {
      .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: 801px) {
    .facetedSearch-refineFilters {
      display: block; } }

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

.banners {
  background-color: #4f4f4f;
  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; }

.homepage_banner_wrapper {
  position: absolute;
  display: inline-block;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  height: auto; }

.footer_brand_banner {
  display: none;
  background-color: #fff; }
  @media (min-width: 801px) {
    .footer_brand_banner {
      display: block; }
      .footer_brand_banner img {
        width: 15%; } }

.facetLabel {
  background: #f2f2f2;
  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: #989898;
    position: relative;
    top: -1px; }

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

.cart-header {
  display: none; }
  @media (min-width: 801px) {
    .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 #e8e8e8;
  display: block; }
  @media (min-width: 801px) {
    .cart-list {
      display: table-row-group; } }

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

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

.cart-item-figure {
  float: left;
  height: 7.14286rem;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .cart-item-figure {
      float: none;
      text-align: left;
      width: 8.33333%; } }

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

.cart-item-image {
  width: auto; }

.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: 801px) {
    .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: 801px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }
  .cart-item-info + .cart-item-info {
    margin-top: 0.78571rem; }

@media (min-width: 801px) {
  .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: 801px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: #a5a5a5;
  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: 801px) {
    .cart-item-label {
      display: none; } }

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

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

.cart-item-name {
  font-size: 15px;
  margin: 0; }
  .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: #4f4f4f; }

.cart-remove {
  background-color: #f2f2f2;
  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: #4f4f4f; }

.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: 801px) {
    .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: 801px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e8e8e8; } }
  .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 top 0.5rem;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: 0.78571rem;
    padding: 0.5rem 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #989898;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 801px) {
    .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: 801px) {
    .cart-total-value {
      width: 50%; } }

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

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

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

.coupon-code-cancel,
.shipping-estimate-hide {
  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; }

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

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

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

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

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

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

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

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

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 1.5rem;
  text-align: center; }

.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: #989898;
  display: inline-block;
  font-size: 13px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  display: block;
  padding: 1.5rem 0.78571rem; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  .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: #989898;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #a5a5a5; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e8e8e8;
    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; }
  .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: 801px) {
    .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: 801px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: #454545;
    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: 801px) {
    .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: auto; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #f2f2f2;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .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 + .button,
    .previewCartCheckout .button + p {
      margin-top: 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; }

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

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #a5a5a5;
  color: #454545;
  left: 1.14286rem;
  padding: 1rem 1.28571rem;
  position: fixed;
  top: 1.14286rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #454545; }

.maintenanceNotice-header {
  font-family: "Roboto Light";
  margin: 0 0 0.78571rem; }

body.hasAdminBar {
  padding-top: 101px; }
  @media (min-width: 801px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 0; } }
  body.hasAdminBar .header {
    padding-top: 46px; }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 101px; }

.adminBar {
  background-color: white;
  box-shadow: 0 0.14286rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  float: left;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }

.adminBar-logo {
  background-color: #273a8a;
  float: left;
  height: 46px;
  width: 45px; }
  .adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between;
  margin-left: 45px;
  padding: 17px 20.5px 14px 20px; }
  .adminBar-content a {
    color: #4b71fc;
    font-weight: 600;
    text-decoration: none; }

.adminBar-private {
  float: right;
  text-align: right; }
  .adminBar-private span {
    white-space: nowrap; }

.preview {
  font-weight: 400;
  padding-left: 9px; }

.cookieMessage {
  background: #e8e8e8;
  color: #454545;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 801px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 801px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.78571rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login {
  margin: 3rem 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: 801px) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .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: 801px) {
    .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; }

.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: 801px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 801px) {
      .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; }

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

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

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #e8e8e8;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    width: auto; }

.account-listShipping {
  border-bottom: 1px solid #e8e8e8;
  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-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: #a5a5a5;
  font-family: "Roboto", 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: #a5a5a5;
  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: #989898;
  font-family: "Roboto", 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: #989898;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e8e8e8;
  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: #bfbfbf;
  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: #989898;
  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: #4f4f4f; }

.account .pagination {
  color: #a5a5a5;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #a5a5a5; }

.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: #4f4f4f;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e8e8e8;
  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: #989898;
  font-size: 15px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #989898; }

.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: #dfdfdf; }

.icon--ratingFull svg {
  fill: #454545; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 1rem;
    width: 1rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.28571rem;
  cursor: pointer;
  display: none;
  max-height: 4.57143rem;
  min-height: 2.28571rem;
  min-width: 9.57143rem;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.78571rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block; }
  @media (min-width: 551px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

.previewCartCheckout .apple-pay-checkout-button {
  display: block;
  float: none;
  margin-top: 0.78571rem; }

.header {
  background-color: white;
  top: 0;
  width: 100%;
  z-index: 20; }
  @media (min-width: 801px) {
    .header {
      overflow: visible;
      position: relative; } }
  @media (min-width: 1261px) {
    .header {
      height: auto; } }

.top_header_wrap {
  height: 50px; }

.top_header.stick-nav {
  position: fixed;
  width: 100%;
  z-index: 300; }

.top_header {
  height: 50px;
  top: 0;
  background-color: #212B66; }

.menu_text {
  display: block;
  color: #fff;
  font-size: 10px;
  padding: 3px 0px;
  float: right;
  text-transform: uppercase; }
  @media (min-width: 1261px) {
    .menu_text {
      display: none; } }

.navPages.stick-nav {
  position: fixed;
  width: 100%;
  background-color: #e8e8e8;
  top: 0;
  z-index: 300; }

@media (min-width: 1261px) {
  header .top_header, .header .bottom_header {
    padding: 0 8%; } }

.header-logo {
  font-size: 0;
  margin: 0 1rem;
  width: 28%;
  margin: 5px 10px;
  float: left;
  text-align: center; }
  @media (min-width: 801px) {
    .header-logo {
      margin: 2rem auto 2rem;
      padding: 0;
      width: 20%; } }
  @media (min-width: 801px) and (min-width: 1261px) {
    .header-logo {
      margin: 10px 0 0 0;
      width: 28%; } }
  @media (min-width: 801px) {
      .header.fixed .header-logo {
        background-color: #e8e8e8;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo > a {
    color: #4f4f4f;
    display: inline-block;
    padding: 0.78571rem 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 20; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo > a {
        background: none;
        border-bottom: 0;
        display: inline;
        padding: 0; } }
    .header-logo > a:hover {
      color: #a5a5a5; }
    .header-logo > a:active {
      color: #a5a5a5; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 801px) {
    .header-logo--left {
      margin-left: 2.85714rem; } }

.header-logo--right {
  text-align: right; }
  @media (min-width: 801px) {
    .header-logo--right {
      margin-right: 2.85714rem; } }

.header-logo-text {
  display: block;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.35714rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0.21429rem 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 22px;
      letter-spacing: 0.64286rem;
      padding-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      margin-left: 0;
      margin-right: -0.64286rem;
      max-width: none;
      overflow: auto;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

.header-logo-image {
  max-height: none;
  margin-left: 5px; }
  @media (min-width: 801px) {
    .header-logo-image {
      max-height: none;
      margin-left: 0; } }

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  position: absolute;
  padding: 0 16px;
  z-index: 150; }
  @media (min-width: 1261px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #fff;
    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: #fff;
      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); }

.cart_mobile svg {
  fill: #fff;
  background-color: #ED3240;
  width: 45px;
  height: 37px;
  padding: 5px 11px; }

.search_mobile svg {
  fill: #fff;
  background-color: #212B66;
  width: 45px;
  height: 37px;
  padding: 5px 11px; }

.search_mobile, .cart_mobile {
  display: inline-block;
  float: right;
  margin: 7px 0; }
  @media (min-width: 801px) {
    .search_mobile, .cart_mobile {
      display: none; } }

.cart_mobile {
  position: relative;
  margin: 15px 14px 0 0; }

.logo_text, .call_text, .email_text {
  width: 90%;
  clear: both;
  margin: 0 auto;
  font-size: 17px;
  font-weight: bold;
  color: #212B66; }
  @media (min-width: 801px) {
    .logo_text, .call_text, .email_text {
      clear: none;
      display: inline; } }

.email_text {
  margin-bottom: 5px;
  text-transform: uppercase; }
  @media (min-width: 1261px) {
    .email_text {
      display: none; } }

.logo_text {
  font-size: 14px; }
  @media (min-width: 801px) {
    .logo_text {
      text-align: left;
      display: inline-block;
      width: auto;
      float: none; } }
  @media (min-width: 801px) and (min-width: 1261px) {
    .logo_text {
      clear: both;
      display: block; } }

.call_text {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px; }
  @media (min-width: 801px) {
    .call_text {
      font-size: 17px;
      margin-left: 5px; }
      .call_text a {
        font-size: 17px; } }
  .call_text a {
    text-decoration: none;
    font-size: 18px;
    color: #4E8BEB;
    letter-spacing: 1.8px; }
    @media (min-width: 801px) {
      .call_text a {
        font-size: 18px; } }
  @media (min-width: 1261px) {
    .call_text {
      display: none; } }

@media (min-width: 801px) {
  .logo_text_wrap {
    margin: 10px 15px;
    text-align: right; } }

.top_header .socialicons svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  border: 1px solid #fff;
  padding: 5px;
  margin: 2px; }
  .top_header .socialicons svg:hover {
    border: 2px solid #fff; }

.top_header .socialicons {
  padding: 10px;
  display: inline-block; }

.order_history {
  display: none; }
  @media (min-width: 1261px) {
    .order_history {
      display: inline-block;
      float: right;
      margin: 15px; }
      .order_history a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase; }
        .order_history a:hover {
          text-decoration: underline; } }

.bottom_header {
  overflow: hidden; }

.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem;
  overflow: hidden; }
  @media (min-width: 801px) {
    .body {
      margin-top: 3.5rem; } }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .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 {
  display: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 1261px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 14%;
      display: inline-block;
      float: left;
      clear: left; } }

.footer {
  background-color: #212B66;
  padding: 1rem 0; }

.footer .container {
  padding: 0 10%; }

.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 {
  width: 40%;
  margin: 12px;
  color: #989898;
  display: inline-block;
  float: none;
  font-size: 1rem;
  text-align: left;
  vertical-align: top; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      margin: 20 100px;
      margin-left: 0; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

.social_connect {
  width: 88%; }
  .social_connect .footer-info-heading {
    border-bottom: none; }
  .social_connect .socialicons {
    border-bottom: 1px solid #999; }
  @media (min-width: 801px) {
    .social_connect {
      width: 100%; } }

.social_connect svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  border: 1px solid #fff;
  padding: 5px;
  margin: 2px; }
  .social_connect svg:hover {
    border: 2px solid #fff; }

@media (min-width: 801px) {
  .footer-info-col--small {
    width: 20%;
    margin: 10px 100px 10px 0; } }

@media (min-width: 1261px) {
  .footer-info-col--small {
    width: 16%;
    margin: 10px 70px 10px 0; } }

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

@media (min-width: 801px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right; } }

.footer_email_us a, .footer_email_us {
  color: #989898;
  font-weight: bold; }

@media (min-width: 801px) {
  .bottom_footer_container {
    width: 30%; } }
  @media (min-width: 801px) and (min-width: 1261px) {
    .bottom_footer_container {
      width: 30%;
      display: inline-block; } }

footer.footer .newsletter_wrapper {
  background-image: none;
  text-align: left;
  padding: 0; }
  @media (min-width: 801px) {
    footer.footer .newsletter_wrapper {
      width: 100%; } }

.newsletter_sub_text {
  color: #fff;
  margin-bottom: 10px; }

@media (min-width: 801px) {
  footer.footer .form-fieldset {
    width: 100%; } }

footer.footer .newsletter_text {
  font-size: 1rem;
  text-transform: none;
  color: #4B88EB; }

footer.footer hr, footer.footer .button--primary {
  display: none; }

footer.footer .form-input {
  margin-top: 0; }

.footer-info-heading {
  color: #4B88EB;
  border-bottom: 1px solid #999;
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #989898;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #4f4f4f; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #989898;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: #989898;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #4f4f4f; }

.footer-payment-icons {
  text-align: center; }
  @media (min-width: 801px) {
    .footer-payment-icons {
      display: inline-block; } }
  @media (min-width: 801px) and (min-width: 1261px) {
    .footer-payment-icons {
      width: 50%;
      text-align: right; } }
  .footer-payment-icons .footer-payment-icon {
    vertical-align: middle;
    width: 3.57143rem;
    height: 3rem; }
  .footer-payment-icons svg {
    fill: #6D7BAA; }

@media (min-width: 551px) {
  .footer-geotrust-ssl-seal {
    bottom: 0;
    position: absolute;
    right: 16px; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

@media (min-width: 801px) {
  .footer_logo_inner {
    display: inline-block; } }

.footer_logo {
  width: 50%;
  max-height: 90px;
  display: block;
  margin: 0 auto; }
  @media (min-width: 801px) {
    .footer_logo {
      display: inline-block;
      width: auto; } }

.footer_logo_text {
  color: #ffffff;
  font-weight: bold;
  text-align: center; }

.copyright_footer_section {
  background-color: #2B4081;
  padding: 0 10%; }
  .copyright_footer_section .footer-copyright {
    padding: 20px 0; }
    @media (min-width: 1261px) {
      .copyright_footer_section .footer-copyright {
        width: 40%;
        display: inline-block; } }

.container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%; }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e8e8e8;
    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-title {
  font-size: 22px;
  margin: 0 1.5rem 0.35714rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #989898;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 15px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 0 2rem; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 801px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 801px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e8e8e8;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  text-transform: none;
  font-size: 15px; }
  .sidebarBlock-heading a {
    text-decoration: none; }

.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: 801px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.productGrid {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .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: 801px) {
      .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: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }
  .no-csscolumns .productMasonry {
    list-style: none;
    margin-left: 0;
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    font-size: 0; }
    .no-csscolumns .productMasonry ul,
    .no-csscolumns .productMasonry ol {
      list-style: none;
      margin-bottom: 0; }
    .no-csscolumns .productMasonry:before, .no-csscolumns .productMasonry:after {
      content: " ";
      display: table; }
    .no-csscolumns .productMasonry:after {
      clear: both; }
    .no-csscolumns .productMasonry .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: none;
      display: inline-block;
      font-size: 1rem;
      vertical-align: top; }
    .no-csscolumns .productMasonry .card {
      margin: 0; }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table; }
    .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-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0; } }
  @media (min-width: 551px) and (min-width: 551px) {
    .listItem-figure {
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }

.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: #a5a5a5;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .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; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  .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: 801px) {
    .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: 801px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1261px) {
    .productView-description {
      clear: right;
      float: right;
      width: 50%; } }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #007dc6;
  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;
  width: 3.57143rem;
  z-index: 10; }

.sale-flag-star:before {
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star:after {
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.starwrap {
  height: 3.57143rem;
  position: absolute;
  top: 10px;
  width: 3.57143rem; }

.sale-text-burst {
  color: white;
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  border-radius: 0 50px 50px 0;
  color: white;
  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: 800ms ease;
  z-index: 10; }

.product:hover .sale-flag-side {
  background: black;
  transition: 800ms ease; }

.sale-flag-sash {
  background: #007dc6;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -35px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: 800ms ease;
  width: 8.5rem;
  z-index: 10; }

.product:hover .sale-flag-sash {
  background: black;
  transition: 800ms ease; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #989898;
  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: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 801px) {
  .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: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

body, html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px; }

ul.featured_category {
  text-align: center;
  margin-left: 0; }
  @media (min-width: 1261px) {
    ul.featured_category {
      padding: 60px 0; } }

.featured_category_wrapper {
  background-color: #fff; }
  @media (min-width: 801px) {
    .featured_category_wrapper {
      padding: 0 4%; } }
  @media (min-width: 801px) and (min-width: 1261px) {
    .featured_category_wrapper {
      background-color: #FAFAFA; } }

ul.featured_category li {
  list-style-type: none;
  display: inline-block;
  max-height: 250px;
  width: 44%;
  margin-top: 30px;
  vertical-align: top; }
  @media (min-width: 500px) {
    ul.featured_category li {
      width: 24%; } }
  @media (min-width: 500px) and (min-width: 1261px) {
    ul.featured_category li {
      max-height: none;
      font-size: 16px; } }
  ul.featured_category li img {
    width: auto;
    display: block;
    padding: 10px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #999; }
    @media (min-width: 801px) {
      ul.featured_category li img {
        max-width: 180px; } }
    @media (min-width: 1261px) {
      ul.featured_category li img {
        max-width: 250px;
        padding: 50px;
        display: inline-block;
        margin: 0; } }
  ul.featured_category li a {
    text-decoration: none; }
  ul.featured_category li .featured_category_text {
    text-align: center;
    width: 65%;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 10px 0; }

h3.cta_header {
  text-transform: uppercase;
  color: #4B88EB;
  width: 75%;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px; }

.cta_text {
  text-align: center;
  width: 85%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px; }

.cta_container {
  text-align: center; }
  @media (min-width: 801px) {
    .cta_container {
      margin: 45px 0; } }

.cta_wrapper {
  border-top: 1px solid #888; }
  @media (min-width: 801px) {
    .cta_wrapper {
      width: 40%;
      padding: 30px;
      margin: 0 10px;
      vertical-align: top;
      min-height: 330px;
      display: inline-block;
      border: 1px solid #888; } }

.second_cta {
  border-bottom: 1px solid #888; }

.cta_wrapper a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  width: 100%; }

.cta_wrapper button {
  background-color: #212B66;
  padding: 10px 20px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px; }
  .cta_wrapper button:hover {
    background-color: #1d2253; }

.cta_button_wrap {
  display: flex;
  justify-content: center;
  width: 70%;
  align-items: center;
  margin: 0 auto; }

.second_cta button {
  display: inline-block; }

.cta_button {
  text-align: center; }

.feat_products {
  margin-top: 20px;
  color: #212B66;
  font-weight: 600; }

.productGrid li img {
  border: 1px solid #999; }

.card-title {
  font-size: 14px;
  border-bottom: 1px solid #999;
  vertical-align: bottom; }

.learn_more button {
  background-color: #ee3442;
  padding: 5px 10px;
  margin-top: 5px; }
  .learn_more button:hover {
    background-color: #e02424; }

.learn_more a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase; }

.productGrid {
  margin-top: 40px; }
  @media (min-width: 801px) {
    .productGrid {
      padding: 0 8%; } }

.gaw_h1 {
  font-size: 22px;
  margin: 0 0 2rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #212B66; }
  @media (min-width: 801px) {
    .gaw_h1 {
      text-align: left;
      font-size: 21px; } }

.go_with_gaw p {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  margin-top: 20px; }
  @media (min-width: 801px) {
    .go_with_gaw p {
      text-align: left;
      width: 100%; } }

.go_with_gaw {
  display: inline-block;
  text-align: center;
  margin: 10px 0; }

@media (min-width: 801px) {
  .go_with_gaw hr {
    width: 10%;
    margin-left: 0; } }

@media (min-width: 801px) {
  .gaw_image_wrap {
    width: 40%;
    float: left;
    margin-top: 70px; } }
  @media (min-width: 801px) and (min-width: 1261px) {
    .gaw_image_wrap {
      margin-top: 0; } }

@media (min-width: 801px) {
  .gaw_text_wrap {
    width: 45%;
    display: inline-block; } }

.button--primary.gaw_cta_button {
  width: 40%;
  margin: 0 auto;
  margin-top: 20px; }
  @media (min-width: 801px) {
    .button--primary.gaw_cta_button {
      margin-left: 0; } }

.button--primary.gaw_cta_button button {
  padding: 10px;
  text-transform: uppercase; }
  .button--primary.gaw_cta_button button a {
    text-decoration: none;
    color: #fff; }

.newsletter_wrapper {
  background-image: url("../img/newslettersignup.jpg");
  padding: 0px 15px;
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  .newsletter_wrapper .footer-info-heading {
    border-bottom: none; }

.newsletter_text {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  padding-top: 20px; }

.newsletter_form .form-input {
  background-color: transparent;
  border-radius: 0;
  margin-top: 20px;
  color: #fff; }
  @media (min-width: 801px) {
    .newsletter_form .form-input {
      max-width: 600px;
      margin: 0 auto;
      margin-top: 20px;
      margin-bottom: 10px; } }

.stick_contact {
  display: none;
  background-color: #F6303E;
  left: 0;
  top: 50%;
  position: fixed;
  padding: 10px; }
  @media (min-width: 801px) {
    .stick_contact {
      display: block; } }
  .stick_contact a {
    color: #fff;
    text-decoration: none; }
    .stick_contact a:hover {
      text-decoration: underline; }

@media (min-width: 801px) {
  .navPages-item:nth-child(n+4) .navPage-subMenu {
    right: 0; } }

@media (min-width: 801px) {
  .breadcrumbs {
    float: none !important;
    display: inline-block; } }

@media (min-width: 1261px) {
  .category_landing_page {
    padding: 0 8rem; } }

@media (min-width: 1261px) {
  .breadcrumbs {
    float: left;
    padding-left: 8.60rem; } }

.breadcrumbs li.is-active {
  font-weight: bold; }

.breadcrumbs .is-active .breadcrumb-label {
  color: #000; }

li.sidebar__list--item {
  padding: 0 10px;
  margin: 5px 0 0 3px;
  list-style-type: none; }

li.sidebar__list--item a {
  text-decoration: none; }

ul.sidebar__list, .sidebar__list--show {
  margin-left: 0px;
  border-left: 3px solid #d2d2d2; }

ul.sidebar__sub-list {
  margin-left: 3px;
  border-left: 3px solid #212B66;
  display: none;
  list-style-type: none; }

.sidebar__sub-list li {
  padding-left: 8px;
  font-size: 13px;
  margin: 5px 0; }

ul.sidebar__list {
  display: none; }

@media (min-width: 1261px) {
  .sidebarBlock-heading.active + ul.sidebar__list,
  .sidebarBlock-heading.active + ul.sidebar__list > .ul.sidebar__sub-list {
    display: block; } }

@media (min-width: 1261px) {
  .sidebar__list--item-action.active + ul.sidebar__sub-list {
    display: block; } }

@media (min-width: 801px) {
  .category_aside_heading {
    text-transform: uppercase;
    color: #212B66;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 4px solid #b9b9b9; } }

.categoryHeading {
  width: 100%;
  position: relative;
  max-height: 300px;
  overflow: hidden; }
  @media (min-width: 1261px) {
    .categoryHeading {
      width: 80%;
      float: right;
      position: relative;
      max-height: 300px; } }

ul.sidebar__list--show li {
  list-style-type: none; }

.subcategoryHeadinginner {
  font-size: 14px;
  padding: 0 20px;
  margin-top: 10px;
  position: static;
  color: #4f4f4f;
  background-color: transparent; }
  @media (min-width: 801px) {
    .subcategoryHeadinginner {
      font-size: 14px;
      width: 100%;
      position: absolute;
      top: 0;
      margin-top: 0;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.5);
      display: inline-block;
      height: 100%; } }
  @media (min-width: 801px) and (min-width: 1261px) {
    .subcategoryHeadinginner {
      width: 40%; } }

.subcategoryimage img {
  width: 100%; }

.categoryHeading h1 {
  vertical-align: middle;
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  color: #4f4f4f; }
  @media (min-width: 801px) {
    .categoryHeading h1 {
      margin-top: 15px;
      color: #fff;
      font-size: 15px;
      font-weight: 700; } }
  @media (min-width: 801px) and (min-width: 1261px) {
    .categoryHeading h1 {
      margin-bottom: 30px;
      font-weight: 700; } }

ul.cat-collections li {
  display: inline-block;
  margin-top: 10px; }
  @media (min-width: 801px) {
    ul.cat-collections li {
      width: 30%;
      padding: 0 0 0 10px; } }
  @media (min-width: 801px) and (min-width: 1261px) {
    ul.cat-collections li {
      width: 24%; } }

ul.cat-collections li img {
  border: 1px solid #cacaca;
  padding: 10px 20px;
  min-width: 100%; }

.catLandTextWrap h2 {
  width: 100%;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px; }
  .catLandTextWrap h2 a {
    text-decoration: none; }

@media (min-width: 1261px) {
  #category_listing_container {
    width: 80%;
    float: right;
    padding-left: 0;
    padding-right: 0;
    text-align: justify; } }

#category_listing_container ul.cat-collections {
  text-align: center;
  margin: 0; }
  @media (min-width: 801px) {
    #category_listing_container ul.cat-collections {
      margin: 0px 0 0 -10px; } }
  @media (min-width: 801px) and (min-width: 1261px) {
    #category_listing_container ul.cat-collections {
      text-align: justify; } }

@media (min-width: 1261px) {
  .page.subcategory_page {
    padding: 0 8rem; } }

.subcategory_page .category_content {
  color: #000; }

.subcategoryHeadinginner.subCat {
  font-size: 14px;
  padding: 0 20px;
  margin-top: 10px;
  position: static;
  width: 100%;
  background-color: transparent; }
  @media (min-width: 1261px) {
    .subcategoryHeadinginner.subCat {
      padding: 0; } }
  .subcategoryHeadinginner.subCat h1 {
    color: #212B66;
    font-weight: bold; }
    @media (min-width: 1261px) {
      .subcategoryHeadinginner.subCat h1 {
        padding: 0;
        font-size: 20px;
        font-weight: bold; } }

.category_content img {
  width: 100%; }

@media (min-width: 1261px) {
  #product-listing-container {
    width: 80%;
    float: right;
    padding-left: 0;
    padding-right: 0;
    text-align: justify; } }

.actionBar-section {
  float: right; }

.actionBar {
  margin: 0; }

@media (min-width: 1261px) {
  .page.subcategory_page .productGrid {
    padding: 0; } }

.productView {
  margin: 0 1rem; }
  @media (min-width: 1261px) {
    .productView {
      display: inline-block;
      width: 100%;
      margin: 0;
      padding: 0 9rem; } }

#productView-images .slick-vertical {
  clear: none;
  float: left;
  width: 20%;
  display: block; }

.productView-thumbnails.slick-slide.slick-active img {
  margin: 10px 0; }

.productView .slick-slide img {
  transform: none; }

.productView-image {
  margin: 0 auto;
  border: 1px solid #e8e8e8;
  min-height: none;
  min-width: 80%; }
  @media (min-width: 801px) {
    .productView-image {
      width: 80%;
      float: right; } }

.productView-images .slick-list {
  overflow: visible; }

.productView-images .slick-slide img {
  display: inline-block; }

@media (min-width: 1261px) {
  .productView-images {
    float: left; } }

@media (min-width: 1261px) {
  .productView-images {
    width: 50%; } }

.sku_wrapper {
  display: inline-block;
  text-transform: uppercase; }

.productView-info-value,
.productView-info-name {
  color: #b8b1b1;
  font-size: 16px;
  margin: 0; }

.productView-details {
  text-align: center;
  margin-bottom: 0; }
  @media (min-width: 801px) {
    .productView-details {
      text-align: left; } }

.productView-title {
  text-transform: uppercase;
  font-size: 20px;
  color: #1d2253;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px; }

.productView-product hr {
  margin: 0 auto;
  width: 5%; }
  @media (min-width: 801px) {
    .productView-product hr {
      margin-left: 0; } }

.productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
  border: 1px solid #e8e8e8; }

.productView-price {
  font-size: 28px;
  font-weight: bold;
  margin-top: 10px; }

.productView-rating {
  display: inline-block;
  margin: 0; }
  @media (min-width: 1261px) {
    .productView-rating {
      margin-right: 2rem; } }

.icon--ratingFull svg {
  fill: #ecaa0d; }

.shipping--wrapper {
  background-color: #00A900;
  color: #fff;
  text-transform: uppercase;
  display: inline-block; }

.shipping--title {
  padding: 8px;
  font-size: 12px; }

.made__usa--wrapper {
  margin: 10px 0; }
  @media (min-width: 1261px) {
    .made__usa--wrapper {
      margin-right: 2rem; } }

.made__usa--wrapper,
.made__usa--image,
.made__usa--title {
  display: block; }
  @media (min-width: 1261px) {
    .made__usa--wrapper,
    .made__usa--image,
    .made__usa--title {
      display: inline-block; } }

.made__usa--title {
  font-size: 12px; }

.productView-product {
  padding-bottom: 1rem; }

.wishlist_button .form-action input {
  border: none;
  text-transform: uppercase; }

#form-action-addToCart {
  text-transform: uppercase; }

.productView-options {
  margin-top: 10px;
  text-align: center; }
  @media (min-width: 801px) {
    .productView-options {
      text-align: left; } }

.form-option {
  padding: 10px 10px;
  border: 1px solid #e8e8e8; }

.form-radio:checked + .form-option {
  border-color: #000;
  box-shadow: none; }

.productView-options .form-label--inlineSmall {
  text-transform: uppercase;
  font-size: 15px;
  color: #000; }

@media (min-width: 801px) {
  .productView-options .form-field {
    display: inline-block;
    width: 45%;
    vertical-align: top; } }

.productView-options .form-select {
  border-radius: 0;
  max-width: 17rem;
  height: 3rem;
  font-size: 14px; }

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 5px;
  background-size: 2rem; }

.form-label--alternate {
  text-transform: uppercase; }

.form-increment {
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 801px) {
    .form-increment {
      justify-content: left; } }

.increment__button--wrapper {
  display: inline-block; }

.increment__button--wrapper .button {
  display: block; }

.form-input--incrementTotal {
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  border-right: none;
  width: 60px;
  border-color: #dfdfdf; }

.form-increment .button {
  border-radius: 0; }

.customTabs {
  margin: 0 2rem; }
  @media (min-width: 1261px) {
    .customTabs {
      margin: 0 9rem; } }

.toggle {
  border-top: none; }

.tab {
  padding: 10px 0; }
  @media (min-width: 801px) {
    .tab {
      margin-right: 20px; } }

.tabs {
  border-top: 1px solid #e8e8e8;
  text-transform: uppercase; }
  .tabs *:focus {
    outline: none !important; }

.tab.is-active {
  border: none;
  border-top: 2px solid #4E8BEB; }

h2.product_description {
  text-align: left;
  margin-bottom: 1rem; }

.card-figure img {
  border: 1px solid #999; }

.tab-content .productCarousel {
  margin-top: 3rem; }

.tab-content .slick-slide img {
  max-width: 100%;
  transform: none; }

a.addthis_button_pinterest.icon.icon--pinterest.at300b svg {
  display: none; }

.google_plusone_iframe_widget {
  width: auto !important; }

.share_wrapper {
  display: inline-block; }
  @media (min-width: 801px) {
    .share_wrapper {
      float: right;
      margin: 10px; } }

.productView__custom-fields {
  display: none; }

.previewCart dt.productView-info-name, .previewCart .productView-info-value {
  font-size: 14px;
  margin: 0;
  padding-right: 5px; }

.image-description {
  display: block;
  clear: right;
  padding-top: 1rem;
  font-size: 12px; }

.previewCart .productView-image {
  min-width: 1px; }

.productView-info-name.accessorize,
.productView-info-value.accessorize {
  display: none; }

.go_with_wrap2 {
  padding: 0px 0px 30px;
  text-align: left; }

.go_with_wrap2 .clearFix {
  clear: both;
  overflow: hidden;
  height: 0px;
  width: 100%;
  display: block; }

ul.cat-collections li {
  vertical-align: top; }

.go_with_wrap2 img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0px; }

.go_with_wrap2 .alignleft {
  margin: 10px 20px 0px 0px;
  float: left; }

.go_with_wrap2 .alignright {
  margin: 10px 0px 0px 20px;
  float: right; }

@media only screen and (max-width: 767px) {
  .go_with_wrap2 .alignleft {
    margin: 15px auto;
    float: none; }
  .go_with_wrap2 .alignright {
    margin: 15px auto;
    float: none; } }

.accessorize__wrapper {
  display: none;
  position: relative;
  margin: 0;
  padding-top: 2.5rem;
  text-align: center;
  border-top: 1px solid #e8e8e8; }
  @media (min-width: 551px) {
    .accessorize__wrapper {
      margin: 0 2rem; } }
  @media (min-width: 1261px) {
    .accessorize__wrapper {
      margin: 0 9rem; } }

.accessorize__title {
  font-size: 15px;
  text-transform: uppercase; }

.accessorize__products {
  margin: 0 auto;
  width: 100%;
  padding-top: 1rem;
  list-style: none;
  font-size: 0; }

.accessorize__product {
  display: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 551px) {
    .accessorize__product {
      width: 33.33334%; } }
  @media (min-width: 801px) {
    .accessorize__product {
      width: 25%; } }
  @media (min-width: 1261px) {
    .accessorize__product {
      width: 16.66667%; } }

.accessorize__product .card-title {
  border-bottom: 0; }

.accessorize__product .button--alt {
  margin-top: 1rem; }

.accessorize__product .button--alt span {
  display: none; }
  @media (min-width: 801px) {
    .accessorize__product .button--alt span {
      display: inline; } }

.accessorize__product .card-qty,
.accessorize__product .card-price {
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle; }

.accessorize__product .card-price {
  margin-left: 1rem;
  font-size: 18px;
  font-weight: bold; }

.accessorizeModal .modal-body {
  text-align: center; }

.accessorizeModal .card-options {
  text-align: left; }

.accessorize__product.hasQuantity .card-image {
  border-color: #ee3442; }

.accessorize__product.hasOptions--entered .button--alt {
  background-color: #00A900;
  border-color: #00A900;
  color: #fff; }

.accessorize__product.hasOptions--entered .button--alt:hover {
  background-color: #018801;
  border-color: #018801;
  color: #fff; }

.cart-list .form-input--incrementTotal {
  border-right: 1px solid #dfdfdf; }

.cart-item-sku {
  margin-bottom: 0px;
  margin-top: .5rem; }

.cart-item-sku-label {
  color: #989898;
  float: left;
  font-weight: 400;
  margin: 0 0.35714rem 0 0; }

@media (min-width: 1261px) {
  .static__page {
    padding: 0 8.60rem;
    width: 100%;
    display: inline-block; } }

@media (min-width: 1261px) {
  .static__page--left {
    padding: 0;
    width: 60%;
    text-align: left;
    display: inline-block; } }

@media (min-width: 1261px) {
  .static__page--right {
    float: right;
    width: 30%; } }

.static__page--right a {
  text-decoration: none; }

.static__page .page-heading {
  text-align: left;
  text-transform: none;
  font-weight: bold;
  font-size: 30px; }

.static__heading,
.static__page--heading {
  text-transform: uppercase;
  color: #4E8BEB;
  font-weight: bold;
  font-size: 20px;
  text-align: center; }

.static__page--heading {
  border-bottom: 1px solid #b8b1b1;
  padding: 1rem; }

.static__page--items {
  padding-top: 1rem;
  text-align: center;
  list-style: none; }

.static__page--items li {
  font-weight: bold;
  line-height: 2rem; }

.static__page--items a {
  text-decoration: none; }

.static__cta--wrapper {
  border: 1px solid #b8b1b1;
  text-align: center;
  padding: 2rem 4rem;
  margin: 2rem 1rem; }

.static__content {
  padding: 1rem 0; }

.static__cta--wrapper span {
  color: #ED3240;
  display: inline-block;
  width: 100%;
  font-size: 25px;
  font-weight: bold; }

.static__cta {
  background-color: #212B66;
  width: 50%;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 5px; }

.static__cta--action a {
  color: #fff; }

.static__cta:hover {
  background-color: #1d2253; }

.form-actions {
  clear: both; }

.mauticform-has-error .form-input, .mauticform-has-error .form-inlineMessage {
  color: #ff7d7d; }

.mauticform-has-error .form-input {
  border-color: #ff7d7d; }

.mauticform-has-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(255, 125, 125, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1rem;
  left: -.14286rem;
  margin-right: .07143rem;
  position: relative;
  top: .21429rem;
  width: 1rem; }

.oct_landing_row_img__sec {
  margin: 0px 0px 25px 35px;
  width: 47%;
  float: right; }

.oct_landing_row_img__sec img {
  width: 100%; }

@media only screen and (max-width: 767px) {
  .oct_landing_row_img__sec {
    margin: -20px 0px 30px;
    width: 100%;
    float: none; } }

.page-heading {
  clear: left; }

.page-content.page-content--centered p {
  font-size: 15px; }

.cart__page {
  padding: 0 2.5rem; }
  @media (min-width: 801px) {
    .cart__page {
      padding: 0 8.5rem; } }

#hbl-live-chat-wrapper {
  display: none !important; }

#custom-olark-container, #custom-olark-container h1, #custom-olark-container h2, #custom-olark-container h3, #custom-olark-container h4, #custom-olark-container h5, #custom-olark-container h6, #custom-olark-container p, #custom-olark-container td, #custom-olark-container dl, #custom-olark-container tr, #custom-olark-container dt, #custom-olark-container ol, #custom-olark-container form, #custom-olark-container select, #custom-olark-container option, #custom-olark-container pre, #custom-olark-container div, #custom-olark-container table, #custom-olark-container th, #custom-olark-container tbody, #custom-olark-container tfoot, #custom-olark-container caption, #custom-olark-container thead, #custom-olark-container ul, #custom-olark-container li, #custom-olark-container address, #custom-olark-container blockquote, #custom-olark-container dd, #custom-olark-container fieldset, #custom-olark-container iframe, #custom-olark-container strong, #custom-olark-container legend, #custom-olark-container em, #custom-olark-container summary, #custom-olark-container cite, #custom-olark-container span, #custom-olark-container input, #custom-olark-container sup, #custom-olark-container label, #custom-olark-container dfn, #custom-olark-container object, #custom-olark-container big, #custom-olark-container q, #custom-olark-container samp, #custom-olark-container acronym, #custom-olark-container small, #custom-olark-container img, #custom-olark-container strike, #custom-olark-container code, #custom-olark-container sub, #custom-olark-container ins, #custom-olark-container textarea, #custom-olark-container button, #custom-olark-container var, #custom-olark-container a, #custom-olark-container abbr, #custom-olark-container applet, #custom-olark-container del, #custom-olark-container kbd, #custom-olark-container tt, #custom-olark-container b, #custom-olark-container i, #custom-olark-container hr, #custom-olark-container article, #custom-olark-container aside, #custom-olark-container figure, #custom-olark-container figcaption, #custom-olark-container footer, #custom-olark-container header, #custom-olark-container menu, #custom-olark-container nav, #custom-olark-container section, #custom-olark-container time, #custom-olark-container mark, #custom-olark-container audio, #custom-olark-container video, #custom-olark-container area, #custom-olark-container canvas, #custom-olark-container colgroup, #custom-olark-container col, #custom-olark-container datalist, #custom-olark-container main, #custom-olark-container map, #custom-olark-container meta, #custom-olark-container optgroup, #custom-olark-container output, #custom-olark-container progress {
  background-attachment: scroll !important;
  background-color: transparent !important;
  background-image: none !important;
  background-position: 0 0 !important;
  background-repeat: repeat !important;
  border-color: #000 !important;
  border-color: currentColor !important;
  border-radius: 0 !important;
  border-style: none !important;
  border-width: medium !important;
  bottom: auto !important;
  clear: none !important;
  clip: auto !important;
  color: inherit !important;
  counter-increment: none !important;
  counter-reset: none !important;
  cursor: auto !important;
  direction: inherit !important;
  float: none !important;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit !important;
  font-variant: normal !important;
  font-weight: inherit !important;
  height: auto !important;
  left: auto !important;
  letter-spacing: normal;
  line-height: inherit;
  list-style-type: inherit !important;
  list-style-position: outside !important;
  list-style-image: none !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  opacity: 1;
  outline: invert none medium !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  quotes: "" "" !important;
  right: auto !important;
  table-layout: auto !important;
  text-align: inherit !important;
  text-indent: 0 !important;
  text-transform: none !important;
  top: auto !important;
  unicode-bidi: normal !important;
  vertical-align: baseline !important;
  visibility: inherit !important;
  white-space: normal !important;
  width: auto !important;
  word-spacing: normal;
  z-index: auto !important;
  background-origin: padding-box !important;
  background-origin: padding-box !important;
  background-clip: border-box !important;
  background-size: auto !important;
  border-image: none !important;
  border-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  box-sizing: content-box !important;
  column-count: auto !important;
  column-gap: normal !important;
  column-rule: medium none #000 !important;
  column-span: none !important;
  column-width: auto !important;
  font-feature-settings: normal !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
  hyphens: manual !important;
  perspective: none !important;
  perspective-origin: 50% 50% !important;
  backface-visibility: visible !important;
  text-shadow: none !important;
  transition: all 0s ease 0s !important;
  transform: none !important;
  transform-origin: 50% 50% !important;
  transform-style: flat !important;
  word-break: normal !important; }

#custom-olark-container h1, #custom-olark-container h2, #custom-olark-container h3, #custom-olark-container h4, #custom-olark-container h5, #custom-olark-container h6 {
  font-weight: bold !important; }

#custom-olark-container {
  font-size: medium;
  line-height: 1;
  direction: ltr !important;
  text-align: left !important;
  text-align: start !important;
  font-family: "Times New Roman", Times, serif;
  color: #000 !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  list-style-type: disc !important; }

#custom-olark-container h1 {
  font-size: 2em;
  padding: .67em 0 !important; }

#custom-olark-container h2 {
  font-size: 1.5em;
  padding: .83em 0 !important; }

#custom-olark-container h3 {
  font-size: 1.17em;
  padding: .83em 0 !important; }

#custom-olark-container h4 {
  font-size: 1em; }

#custom-olark-container h5 {
  font-size: .83em; }

#custom-olark-container p {
  margin: 1em 0 !important; }

#custom-olark-container table {
  display: table !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important; }

#custom-olark-container thead {
  display: tablegroup !important; }

#custom-olark-container tbody {
  display: tablegroup !important; }

#custom-olark-container tfoot {
  display: tablegroup !important; }

#custom-olark-container tr {
  display: table-row !important; }

#custom-olark-container ol {
  list-style-type: decimal !important; }

#custom-olark-container li {
  display: list-item !important;
  min-height: auto !important;
  min-width: auto !important;
  padding-left: 20px !important; }

#custom-olark-container strong {
  font-weight: bold !important; }

#custom-olark-container em {
  font-style: italic !important; }

#custom-olark-container a {
  color: #00f !important;
  text-decoration: underline !important; }

#custom-olark-container a:visited {
  color: #529 !important; }

#custom-olark-container button {
  padding: 1px 6px 2px 6px !important;
  margin-right: 5px !important; }

#custom-olark-container input[type=hidden] {
  display: none !important; }

#custom-olark-container textarea {
  appearance: textarea !important;
  background: #fff !important;
  padding: 2px !important;
  margin-left: 4px !important;
  word-wrap: break-word !important;
  white-space: pre-wrap !important;
  font-size: 11px;
  font-family: arial, helvetica, sans-serif;
  line-height: 13px;
  resize: both !important;
  overflow: auto !important;
  vertical-align: top !important; }

#custom-olark-container select {
  font-size: 11px;
  font-family: helvetica, arial, sans-serif;
  display: inline-block; }

#custom-olark-container input[type=radio] {
  margin: 2px 2px 3px 2px !important; }

#custom-olark-container ins {
  background-color: #ff9 !important;
  color: #000 !important; }

#custom-olark-container del {
  text-decoration: line-through !important; }

#custom-olark-container hr {
  display: block !important;
  height: 1px !important;
  border: 0 !important;
  border-top: 1px solid #ccc !important;
  margin: 1em 0 !important; }

#custom-olark-container *[dir=rtl] {
  direction: rtl !important; }

#custom-olark-container mark {
  background-color: #ff9 !important;
  color: #000 !important;
  font-style: italic !important;
  font-weight: bold !important; }

#custom-olark-container menu {
  padding-left: 40px !important;
  padding-top: 8px !important; }

#custom-olark-container abbr[title] {
  border-bottom: 1px dotted !important; }

#custom-olark-container sup {
  top: -.5em !important; }

#custom-olark-container sub {
  bottom: -.25em !important; }

#custom-olark-container img {
  border: 0 !important; }

#custom-olark-container figure {
  margin: 0 !important; }

#custom-olark-container pre {
  white-space: pre !important; }

#custom-olark-container th, #custom-olark-container td {
  display: table-cell !important;
  padding: 2px !important; }

#custom-olark-container ol, #custom-olark-container ul {
  margin: 1em 0 !important; }

#custom-olark-container ul li, #custom-olark-container ul ul li, #custom-olark-container ul ul ul li, #custom-olark-container ol li, #custom-olark-container ol ol li, #custom-olark-container ol ol ol li, #custom-olark-container ul ol ol li, #custom-olark-container ul ul ol li, #custom-olark-container ol ul ul li, #custom-olark-container ol ol ul li {
  listposition: inside !important;
  margin-top: .08em !important; }

#custom-olark-container ol ol, #custom-olark-container ol ol ol, #custom-olark-container ul ul, #custom-olark-container ul ul ul, #custom-olark-container ol ul, #custom-olark-container ol ul ul, #custom-olark-container ol ol ul, #custom-olark-container ul ol, #custom-olark-container ul ol ol, #custom-olark-container ul ul ol {
  padding-left: 40px !important;
  margin: 0 !important; }

#custom-olark-container nav ul, #custom-olark-container nav ol {
  list-style-type: none !important; }

#custom-olark-container ul, #custom-olark-container menu {
  list-style-type: disc !important; }

#custom-olark-container ol ul, #custom-olark-container ul ul, #custom-olark-container menu ul, #custom-olark-container ol menu, #custom-olark-container ul menu, #custom-olark-container menu menu {
  list-style-type: circle !important; }

#custom-olark-container ol ol ul, #custom-olark-container ol ul ul, #custom-olark-container ol menu ul, #custom-olark-container ol ol menu, #custom-olark-container ol ul menu, #custom-olark-container ol menu menu, #custom-olark-container ul ol ul, #custom-olark-container ul ul ul, #custom-olark-container ul menu ul, #custom-olark-container ul ol menu, #custom-olark-container ul ul menu, #custom-olark-container ul menu menu, #custom-olark-container menu ol ul, #custom-olark-container menu ul ul, #custom-olark-container menu menu ul, #custom-olark-container menu ol menu, #custom-olark-container menu ul menu, #custom-olark-container menu menu menu {
  list-style-type: square !important; }

#custom-olark-container kbd, #custom-olark-container samp, #custom-olark-container code, #custom-olark-container pre {
  font-family: monospace; }

#custom-olark-container a, #custom-olark-container a *, #custom-olark-container input[type=submit], #custom-olark-container input[type=radio], #custom-olark-container input[type=checkbox], #custom-olark-container select {
  cursor: pointer !important; }

#custom-olark-container button, #custom-olark-container input[type=submit] {
  text-align: center !important;
  padding: 2px 6px 3px !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  font-family: arial, helvetica, sans-serif;
  font-size: small;
  background: #fff !important;
  appearance: push-button !important;
  color: buttontext !important;
  border: 1px #a6a6a6 solid !important;
  background: #d3d3d3 !important;
  background: #fff;
  background: linear-gradient(to top, #fff 0%, #ddd 100%, #d1d1d1 100%, #ddd 100%) !important;
  background: gradient(linear, to left top, to left bottom, color-stop(0%, #fff), color-stop(100%, #ddd), color-stop(100%, #d1d1d1), color-stop(100%, #ddd)) !important;
  background: linear-gradient(to top, #fff 0%, #ddd 100%, #d1d1d1 100%, #ddd 100%) !important;
  background: linear-gradient(to bottom, #fff 0%, #ddd 100%, #d1d1d1 100%, #ddd 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#dddddd", GradientType=0 ) !important;
  box-shadow: 1px 1px 0 #eee !important;
  outline: initial !important; }

#custom-olark-container select, #custom-olark-container textarea, #custom-olark-container input {
  border: 1px solid #ccc !important; }

#custom-olark-container textarea:focus, #custom-olark-container input:focus {
  outline: auto 5px focus-ring-color !important;
  outline: initial !important; }

#custom-olark-container input[type=checkbox], #custom-olark-container input[type=radio] {
  border: 1px #2b2b2b solid !important;
  border-radius: 4px !important;
  outline: intial !important; }

#custom-olark-container input[type=submit]:active, #custom-olark-container button:active {
  background: #3b679e !important;
  background: linear-gradient(to top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%) !important;
  background: gradient(linear, to left top, to left bottom, color-stop(0%, #3b679e), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #7db9e8)) !important;
  background: linear-gradient(to top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%) !important;
  background: linear-gradient(to bottom, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%) !important;
  border-color: #5259b0 !important; }

#custom-olark-container abbr[title], #custom-olark-container acronym[title], #custom-olark-container dfn[title] {
  cursor: help !important;
  borderwidth: 1px !important;
  borderstyle: dotted !important; }

#custom-olark-container blockquote, #custom-olark-container q {
  quotes: none !important; }

#custom-olark-container blockquote:before, #custom-olark-container blockquote:after, #custom-olark-container q:before, #custom-olark-container q:after, #custom-olark-container li:before, #custom-olark-container li:after {
  content: "" !important; }

#custom-olark-container input, #custom-olark-container select {
  vertical-align: middle !important; }

#custom-olark-container [hidden], #custom-olark-container template {
  display: none !important; }

#custom-olark-container sub, #custom-olark-container sup {
  font-size: 75%;
  line-height: 0;
  position: relative !important;
  vertical-align: baseline !important; }

#custom-olark-wrapper button, #custom-olark-wrapper button:active, #custom-olark-wrapper button:focus, #custom-olark-wrapper input[type=button]:active, #custom-olark-wrapper input[type=button]:focus, #custom-olark-wrapper input[type=submit]:active, #custom-olark-wrapper input[type=submit]:focus {
  top: auto !important; }

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  font-family: helvetica, arial, sans-serif; }

#custom-olark-wrapper svg {
  position: initial !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  box-shadow: none !important;
  border: none !important;
  opacity: 1 !important;
  width: initial; }

#custom-olark-wrapper p {
  background: none !important;
  float: none !important;
  width: auto !important;
  position: initial !important;
  background: none !important;
  text-transform: none !important;
  border: none !important;
  box-shadow: none !important;
  height: initial !important;
  font-style: normal !important;
  min-width: auto !important;
  opacity: 1 !important;
  text-align: left !important;
  text-shadow: none !important; }

#custom-olark-wrapper *::after, #custom-olark-wrapper *::before {
  display: none !important; }

/* normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
#custom-olark-container html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100% !important; }

#custom-olark-container body {
  margin: 0 !important; }

#custom-olark-container article, #custom-olark-container aside, #custom-olark-container details, #custom-olark-container figcaption, #custom-olark-container figure, #custom-olark-container footer, #custom-olark-container header, #custom-olark-container main, #custom-olark-container menu, #custom-olark-container nav, #custom-olark-container section, #custom-olark-container summary {
  display: block !important; }

#custom-olark-container audio, #custom-olark-container canvas, #custom-olark-container progress, #custom-olark-container video {
  display: inline-block !important; }

#custom-olark-container audio:not([controls]) {
  display: none !important;
  height: 0 !important; }

#custom-olark-container progress {
  vertical-align: baseline !important; }

#custom-olark-container template, #custom-olark-container [hidden] {
  display: none !important; }

#custom-olark-container a {
  background-color: transparent !important; }

#custom-olark-container a:active, #custom-olark-container a:hover {
  outline-width: 0 !important; }

#custom-olark-container abbr[title] {
  border-bottom: none !important;
  text-decoration: underline !important;
  text-decoration: underline dotted !important; }

#custom-olark-container b, #custom-olark-container strong {
  font-weight: inherit !important; }

#custom-olark-container b, #custom-olark-container strong {
  font-weight: bolder !important; }

#custom-olark-container dfn {
  font-style: italic !important; }

#custom-olark-container h1 {
  font-size: 2em;
  margin: .67em 0 !important; }

#custom-olark-container mark {
  background-color: #ff0 !important;
  color: #000 !important; }

#custom-olark-container small {
  font-size: 80%; }

#custom-olark-container sub, #custom-olark-container sup {
  font-size: 75%;
  line-height: 0;
  position: relative !important;
  vertical-align: baseline !important; }

#custom-olark-container sub {
  bottom: -.25em !important; }

#custom-olark-container sup {
  top: -.5em !important; }

#custom-olark-container img {
  border-style: none !important; }

#custom-olark-container svg:not(:root) {
  overflow: hidden !important; }

#custom-olark-container code, #custom-olark-container kbd, #custom-olark-container pre, #custom-olark-container samp {
  font-family: monospace, monospace;
  font-size: 1em; }

#custom-olark-container figure {
  margin: 1em 40px !important; }

#custom-olark-container hr {
  box-sizing: content-box !important;
  height: 0 !important;
  overflow: visible !important; }

#custom-olark-container button, #custom-olark-container input, #custom-olark-container select, #custom-olark-container textarea {
  font: inherit !important; }

#custom-olark-container optgroup {
  font-weight: bold !important; }

#custom-olark-container button, #custom-olark-container input, #custom-olark-container select {
  overflow: visible !important; }

#custom-olark-container button, #custom-olark-container input, #custom-olark-container select, #custom-olark-container textarea {
  margin: 0 !important; }

#custom-olark-container button, #custom-olark-container select {
  text-transform: none !important; }

#custom-olark-container button, #custom-olark-container [type="button"], #custom-olark-container [type="reset"], #custom-olark-container [type="submit"] {
  cursor: pointer !important; }

#custom-olark-container [disabled] {
  cursor: default !important; }

#custom-olark-container button, #custom-olark-container html [type="button"], #custom-olark-container [type="reset"], #custom-olark-container [type="submit"] {
  -webkit-appearance: button !important; }

#custom-olark-container button::-moz-focus-inner, #custom-olark-container input::-moz-focus-inner {
  border: 0 !important;
  padding: 0 !important; }

#custom-olark-container button:-moz-focusring, #custom-olark-container input:-moz-focusring {
  outline: 1px dotted ButtonText !important; }

#custom-olark-container fieldset {
  border: 1px solid #c0c0c0 !important;
  margin: 0 2px !important;
  padding: .35em .625em .75em !important; }

#custom-olark-container legend {
  box-sizing: border-box !important;
  color: inherit !important;
  display: table !important;
  max-width: 100% !important;
  padding: 0 !important;
  white-space: normal !important; }

#custom-olark-container textarea {
  overflow: auto !important; }

#custom-olark-container [type="checkbox"], #custom-olark-container [type="radio"] {
  box-sizing: border-box !important;
  padding: 0 !important; }

#custom-olark-container [type="number"]::-webkit-inner-spin-button, #custom-olark-container [type="number"]::-webkit-outer-spin-button {
  height: auto !important; }

#custom-olark-container [type="search"] {
  -webkit-appearance: textfield !important; }

#custom-olark-container [type="search"]::-webkit-search-cancel-button, #custom-olark-container [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none !important; }

#custom-olark-container .olark-message-document-label, #custom-olark-container .olark-upload-preview .olark-upload-preview-document label {
  background: #2d2d2d !important;
  color: #fff !important;
  border-radius: 3px !important;
  font-size: 70%;
  text-transform: uppercase !important;
  padding: 1px 2px !important;
  font-weight: bold !important;
  line-height: 1; }

#custom-olark-container .olark-gdpr-consent-message, #custom-olark-container .olark-operator-message, #custom-olark-container .olark-operator-message:first-child, #custom-olark-container .olark-operator-message:last-child, #custom-olark-container .olark-message-group .olark-operator-message:only-child, #custom-olark-container .olark-visitor-message, #custom-olark-container .olark-visitor-message:first-child, #custom-olark-container .olark-visitor-message:last-child, #custom-olark-container .olark-message-group .olark-visitor-message:only-child, #custom-olark-container .olark-form-message, #custom-olark-container .olark-feed-button {
  color: #333 !important;
  padding: 10px 12px !important;
  border-radius: 10px !important;
  font-size: .95em;
  line-height: 1.2em;
  display: inline-block !important;
  margin: 0 0 3px !important;
  max-width: 80% !important;
  word-wrap: break-word;
  background: #edeeef !important;
  clear: both !important;
  float: left !important;
  overflow: hidden !important; }

#custom-olark-container .olark-visitor-message, #custom-olark-container .olark-visitor-message:first-child, #custom-olark-container .olark-visitor-message:last-child, #custom-olark-container .olark-message-group .olark-visitor-message:only-child {
  background: #fff !important;
  border: 1px solid #edeeef !important;
  float: right !important;
  transition: .6s ease-in-out !important; }

#custom-olark-container .olark-generated-message, #custom-olark-container .olark-ratings-question-number, #custom-olark-container .olark-ratings-question, #custom-olark-container .olark-send-transcript-container h2 {
  color: #70777e !important;
  text-align: center !important;
  line-height: 1.2em;
  margin: .7em 0 1em !important; }

#custom-olark-container .olark-form-message-input, #custom-olark-container .olark-form-input {
  width: 100% !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  box-sizing: border-box !important;
  font-size: 1em;
  margin: 10px 0 10px !important;
  border: 0 !important;
  line-height: 1.4em;
  resize: none !important;
  min-height: 26px !important; }

@media screen and (min-width: 1100px) {
  #custom-olark-container .olark-form-message-input, #custom-olark-container .olark-form-input {
    font-size: .95em; } }

#custom-olark-container .olark-feedback-low-answer, #custom-olark-container .olark-feedback-high-answer {
  background: #edeeef !important;
  border-radius: 3px !important;
  box-sizing: border-box !important;
  color: #666 !important;
  display: inline-block !important;
  font-weight: 500 !important;
  font-size: .85em;
  line-height: 1.1em;
  margin: 0 0 5px !important;
  padding: 8px 10px !important;
  position: relative !important;
  text-align: center !important;
  max-width: 40% !important; }

#custom-olark-container .olark-feedback-low-answer:before, #custom-olark-container .olark-feedback-high-answer:before {
  content: "" !important;
  bottom: -12px !important;
  border: 6px solid !important;
  border-color: #edeeef transparent transparent transparent !important;
  position: absolute !important;
  display: block !important; }

#custom-olark-container .olark-form-send-button, #custom-olark-container .olark-button, #custom-olark-container .olark-branding-panel .olark-branding-cancel-button, #custom-olark-container .olark-branding-panel .olark-branding-go-button, #custom-olark-container .olark-feedback-form-button, #custom-olark-container .olark-restart-button {
  background: #2d2d2d !important;
  border-radius: 4px !important;
  border: 0 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
  color: #fff !important;
  font-size: 1em;
  font-weight: 500 !important;
  padding: 15px 12px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin: 0px !important; }

#custom-olark-container .olark-form-send-button:active, #custom-olark-container .olark-button:active, #custom-olark-container .olark-branding-panel .olark-branding-cancel-button:active, #custom-olark-container .olark-branding-panel .olark-branding-go-button:active, #custom-olark-container .olark-feedback-form-button:active, #custom-olark-container .olark-restart-button:active {
  background: #262626 !important; }

#custom-olark-container .olark-form-send-button:hover, #custom-olark-container .olark-button:hover, #custom-olark-container .olark-branding-panel .olark-branding-cancel-button:hover, #custom-olark-container .olark-branding-panel .olark-branding-go-button:hover, #custom-olark-container .olark-feedback-form-button:hover, #custom-olark-container .olark-restart-button:hover {
  background: #424242 !important; }

@media screen and (min-width: 600px) {
  #custom-olark-container .olark-form-send-button, #custom-olark-container .olark-button, #custom-olark-container .olark-branding-panel .olark-branding-cancel-button, #custom-olark-container .olark-branding-panel .olark-branding-go-button, #custom-olark-container .olark-feedback-form-button, #custom-olark-container .olark-restart-button {
    font-size: .95em; } }

#custom-olark-container .olark-conversation-container, #custom-olark-container .olark-feedback-container, #custom-olark-container .olark-send-transcript-container, #custom-olark-container .olark-overlay-module-container {
  width: 100% !important;
  overflow-y: auto !important;
  padding: 0 10px !important;
  top: 52px !important;
  box-sizing: border-box !important;
  position: relative !important;
  bottom: 52px !important;
  box-sizing: border-box !important;
  height: calc(100% - 135px) !important; }

@media screen and (min-width: 600px) {
  #custom-olark-container .olark-conversation-container, #custom-olark-container .olark-feedback-container, #custom-olark-container .olark-send-transcript-container, #custom-olark-container .olark-overlay-module-container {
    top: 40px !important;
    height: calc(100% - 120px) !important; } }

@media screen and (min-width: 1100px) {
  #custom-olark-container .olark-conversation-container, #custom-olark-container .olark-feedback-container, #custom-olark-container .olark-send-transcript-container, #custom-olark-container .olark-overlay-module-container {
    height: calc(100% - 115px) !important; } }

#custom-olark-container .olark-survey-form .olark-survey-form-checkbox .olark-checkmark-icon {
  position: absolute !important;
  width: 23px !important;
  height: 23px !important;
  top: -4px !important;
  left: -4px !important; }

#custom-olark-container .olark-gdpr-consent-message-text, #custom-olark-container .olark-survey-form .olark-survey-form-checkbox-label {
  display: inline-block !important;
  width: 88% !important;
  vertical-align: top !important;
  max-height: 80px !important;
  font-size: .9em;
  font-weight: 500 !important; }

#custom-olark-container .olark-conversation-container, #custom-olark-container .olark-feedback-container, #custom-olark-container .olark-send-transcript-container, #custom-olark-container .olark-overlay-module-container {
  width: 100% !important;
  overflow-y: auto !important;
  padding: 0 10px !important;
  top: 52px !important;
  box-sizing: border-box !important;
  position: relative !important;
  bottom: 52px !important;
  box-sizing: border-box !important;
  height: calc(100% - 150px) !important; }

@media screen and (min-width: 600px) {
  #custom-olark-container .olark-conversation-container, #custom-olark-container .olark-feedback-container, #custom-olark-container .olark-send-transcript-container, #custom-olark-container .olark-overlay-module-container {
    top: 40px !important;
    height: calc(100% - 120px) !important; } }

@media screen and (min-width: 1100px) {
  #custom-olark-container .olark-conversation-container, #custom-olark-container .olark-feedback-container, #custom-olark-container .olark-send-transcript-container, #custom-olark-container .olark-overlay-module-container {
    height: calc(100% - 115px) !important; } }

#custom-olark-wrapper {
  line-height: 0; }

#custom-olark-container {
  font-family: "Noto Sans", "sans-serif"; }

@media screen and (min-width: 600px) {
  #custom-olark-container.olark-no-branding .olark-no-message-form {
    top: 78px !important; } }

html.olark-disable-back-scroll, body.olark-disable-back-scroll {
  overflow: hidden !important;
  height: 100% !important;
  -webkit-overflow-scrolling: touch !important; }

#custom-olark-wrapper {
  font-size: 11px; }

.olark-fix-ios-fixed #custom-olark-container {
  position: absolute !important;
  right: 0 !important;
  left: 0 !important;
  top: 18px !important; }

#custom-olark-wrapper .screen-reader-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important; }

.olark-launch-button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 100%;
  position: fixed !important;
  bottom: 15px !important;
  right: 20px !important;
  left: auto !important;
  height: 48px !important;
  width: auto !important;
  z-index: 2147483646 !important;
  background: #2d2d2d !important;
  border: 0 !important;
  border-radius: 100px !important;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25) !important;
  box-sizing: border-box !important;
  padding: 0 20px !important;
  transition: all .4s, bottom .8s ease-in-out !important;
  cursor: pointer !important;
  display: inline-block !important;
  margin: 0 !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  animation-name: loadBubble;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-duration: .2s; }

.olark-launch-button:hover {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.5) !important; }

.olark-launch-button svg {
  width: 28px !important;
  display: inline-block !important;
  height: 48px !important; }

.olark-launch-button .olark-button-text {
  color: #fff !important;
  display: inline-block !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.3em;
  line-height: 2em;
  font-weight: bold !important;
  margin: 0 0 0 12px !important;
  max-width: 200px !important;
  vertical-align: top !important;
  white-space: normal !important;
  padding: 0 !important;
  transition: .6s ease-in-out !important; }

@media print {
  .olark-launch-button {
    display: none !important; } }

.olark-launch-button.olark-chat-tab {
  animation-name: loadTab; }

.olark-launch-button-icon {
  position: relative !important;
  top: 1px !important;
  fill: #70777e !important; }

.olark-notification-badge {
  background: #dd3434 !important;
  position: absolute !important;
  top: -3px !important;
  right: -3px !important;
  height: 17px !important;
  width: 17px !important;
  border-radius: 100px !important;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5) !important; }

.olark-notification-badge-text {
  line-height: 17px;
  font-size: 11px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #fff !important; }

.olark-expand-to-fill #custom-olark-container {
  height: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  right: 0 !important; }

#custom-olark-container.olark-right-to-left .olark-float-label {
  left: -25px !important; }

#custom-olark-container.olark-right-to-left .olark-textarea-float-label {
  right: 0 !important;
  margin-right: 0 !important;
  top: -30px !important; }

#custom-olark-container {
  background: #fff !important;
  position: fixed !important;
  bottom: 0 !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  color: #000 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  z-index: 2147483646 !important;
  zoom: 0 !important;
  transition: .3s ease-in-out !important;
  -webkit-font-smoothing: antialiased !important; }

#custom-olark-container a {
  text-decoration: underline !important;
  color: #2d2d2d !important; }

#custom-olark-container a:visited {
  color: #2d2d2d !important; }

#custom-olark-container p a {
  text-decoration: underline !important; }

#custom-olark-container .olark-top-bar {
  background: #2d2d2d !important;
  border-bottom: 1px solid #242424 !important;
  box-shadow: none !important;
  height: 52px !important;
  width: 100% !important;
  position: absolute !important;
  top: 0 !important;
  box-sizing: border-box !important; }

@media screen and (min-width: 600px) {
  #custom-olark-container .olark-top-bar {
    height: 40px !important; } }

@media screen and (min-width: 1100px) {
  #custom-olark-container .olark-top-bar {
    border-radius: 8px 8px 0 0 !important; } }

#custom-olark-container .olark-top-bar-text {
  color: #fff !important;
  font-size: 1em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 700 !important;
  letter-spacing: .2px;
  line-height: 52px;
  text-decoration: none !important;
  padding: 0 0 0 15px !important;
  max-width: 70% !important;
  overflow: hidden !important;
  height: 60px !important;
  white-space: nowrap !important;
  float: left !important;
  text-overflow: ellipsis !important;
  margin: 0 !important; }

@media screen and (min-width: 600px) {
  #custom-olark-container .olark-top-bar-text {
    font-size: .95em;
    line-height: 40px; } }

#custom-olark-container .olark-top-bar-button {
  height: 100% !important;
  width: 60px !important;
  float: right !important;
  padding: 20px 22px !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  transition: all ease-out .15s !important; }

@media screen and (min-width: 600px) {
  #custom-olark-container .olark-top-bar-button {
    padding: 16px 22px !important; } }

#custom-olark-container .olark-top-bar-button svg {
  display: block !important;
  height: initial !important;
  transition: all ease-out .15s !important; }

#custom-olark-container .olark-top-bar-button:hover {
  opacity: .8 !important; }

#custom-olark-container .olark-top-bar-button:hover svg {
  margin-top: 2px !important; }

#custom-olark-container .olark-top-bar-arrow {
  fill: #fff; }

#custom-olark-container .olark-feedback-container {
  position: absolute !important;
  background: rgba(255, 255, 255, 0.96) !important; }

#custom-olark-container .olark-send-transcript-container {
  position: absolute !important;
  background: rgba(255, 255, 255, 0.96) !important; }

#custom-olark-container .olark-no-message-form {
  height: calc(100% - 62px) !important; }

#custom-olark-container .olark-message-block-container {
  position: absolute !important;
  bottom: 0 !important;
  max-height: 100% !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  right: 0 !important;
  left: 0 !important;
  padding: 0 10px 2px 10px !important; }

#custom-olark-container .olark-single-message {
  height: 100% !important; }

#custom-olark-container .olark-gdpr-container {
  height: 100% !important; }

#custom-olark-container .olark-gdpr-consent-message {
  width: calc(100% + 20px) !important;
  max-width: none !important;
  margin: 0 0 10px -10px !important;
  padding: 12px 15px 12px 15px !important;
  box-sizing: border-box !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #e8e9eb !important;
  background: #f2f3f4 !important; }

#custom-olark-container .olark-gdpr-consent-checkbox {
  display: inline-block !important;
  width: 15px !important;
  height: 15px !important;
  padding: 0 !important;
  margin: 0 10px 0 0 !important;
  vertical-align: top !important;
  background: #fff !important;
  box-shadow: none !important;
  position: relative !important; }

#custom-olark-container .olark-gdpr-consent-checkbox:focus {
  outline-color: -webkit-focus-ring-color !important;
  outline-style: auto !important; }

#custom-olark-container .olark-gdpr-consent-message-text {
  overflow-y: auto !important; }

#custom-olark-container .olark-generated-message {
  font-weight: 500 !important;
  line-height: 1.4em;
  margin: .7em 0 1em !important;
  padding: 0 20px !important; }

@media screen and (min-width: 600px) {
  #custom-olark-container .olark-generated-message {
    font-size: .95em; } }

#custom-olark-container .olark-message-block {
  position: relative !important;
  margin: 0 0 10px !important;
  display: inline-block !important;
  width: 100% !important; }

#custom-olark-container .olark-message-block:first-child {
  margin-top: 10px !important; }

#custom-olark-container .olark-message-block.olark-separated {
  padding-bottom: 15px !important;
  border-bottom: 1px solid #f1f1f2 !important; }

#custom-olark-container .olark-message-container {
  width: auto !important;
  clear: both !important; }

#custom-olark-container .olark-has-avatar {
  margin-left: 44px !important; }

#custom-olark-container .olark-operator-avatar {
  position: absolute !important;
  left: 0 !important;
  bottom: 3px !important;
  width: 36px !important;
  height: 36px !important;
  overflow: hidden !important; }

#custom-olark-container .olark-operator-avatar-image {
  width: 100% !important;
  border-radius: 10px !important; }

#custom-olark-container .olark-operator-name {
  color: #70777e !important;
  font-size: .7em;
  font-weight: normal !important;
  margin: 0 0 5px !important; }

@media screen and (min-width: 1100px) {
  #custom-olark-container .olark-operator-name {
    font-size: .75em; } }

#custom-olark-container .olark-operator-message {
  transition: .6s ease-in-out !important;
  border-radius: 3px 10px 10px 3px !important; }

#custom-olark-container .olark-operator-message:first-child, #custom-olark-container .olark-operator-message:first-child:after {
  border-radius: 10px 10px 10px 3px !important; }

#custom-olark-container .olark-operator-message:last-child, #custom-olark-container .olark-operator-message:last-child:after {
  border-radius: 3px 10px 10px 10px !important; }

#custom-olark-container .olark-message-group .olark-operator-message:only-child:after {
  border-radius: 10px !important; }

#custom-olark-container .olark-is-typing {
  display: inline-block !important;
  fill: #000 !important;
  width: 15px !important;
  height: 10px !important; }

#custom-olark-container .olark-is-typing .olark-is-typing-dot:nth-child(1) {
  -webkit-animation-delay: 0s; }

#custom-olark-container .olark-is-typing .olark-is-typing-dot:nth-child(2) {
  -webkit-animation-delay: .15s; }

#custom-olark-container .olark-is-typing .olark-is-typing-dot:nth-child(3) {
  -webkit-animation-delay: .25s; }

#custom-olark-container .olark-is-typing .olark-is-typing-dot:nth-child(4) {
  -webkit-animation-delay: .55s; }

#custom-olark-container .olark-is-typing-dot {
  fill: #000;
  animation: bouncing-dot-animation 1s infinite ease-in-out; }

#custom-olark-container .olark-visitor-message, #custom-olark-container .olark-visitor-message:after {
  border-radius: 10px 3px 3px 10px !important; }

#custom-olark-container .olark-visitor-message:first-child, #custom-olark-container .olark-visitor-message:first-child:after {
  border-radius: 10px 10px 3px 10px !important; }

#custom-olark-container .olark-visitor-message:last-child, #custom-olark-container .olark-visitor-message:last-child:after {
  border-radius: 10px 3px 10px 10px !important; }

#custom-olark-container .olark-message-group .olark-visitor-message:only-childafter {
  border-radius: 10px !important; }

#custom-olark-container .olark-message-img {
  max-width: 200px !important;
  border-radius: 0 !important;
  margin: -10px -12px !important;
  display: none !important; }

#custom-olark-container .olark-loading-icon {
  width: 18px !important;
  height: 18px !important;
  opacity: .4 !important;
  animation: spin 1s infinite linear !important; }

#custom-olark-container .olark-download-img {
  display: block !important;
  position: absolute !important;
  right: 12px !important;
  bottom: 10px !important;
  width: 0 !important;
  height: 0 !important;
  background: #fff !important;
  border-radius: 4px !important;
  padding: 0 !important;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) !important;
  transition: all .2s ease !important; }

#custom-olark-container .olark-download-img:hover {
  bottom: 8px !important; }

#custom-olark-container .olark-download-img.olark-small-download {
  right: 3px !important;
  bottom: 3px !important;
  max-width: 54% !important;
  max-height: 54% !important; }

#custom-olark-container .olark-download-img.olark-small-download:hover {
  bottom: 3px !important; }

#custom-olark-container .olark-message-link {
  display: block !important;
  transition: background .3s ease !important; }

#custom-olark-container .olark-message-link:hover {
  background: rgba(0, 0, 0, 0.1) !important;
  transition: background .3s ease !important; }

#custom-olark-container .olark-message-link-icon {
  display: inline-block !important;
  width: 28px !important;
  height: 16px !important;
  box-sizing: border-box !important;
  padding: 0 10px 0 0 !important;
  vertical-align: middle !important; }

#custom-olark-container .olark-message-link-text {
  display: inline-block !important;
  border-left: 1px solid rgba(0, 0, 0, 0.18) !important;
  max-width: 190px !important;
  box-sizing: border-box !important;
  padding: 0 0 0 10px !important;
  vertical-align: middle !important; }

#custom-olark-container .olark-message-link-title, #custom-olark-container .olark-message-link-location {
  display: block !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  line-height: 1; }

#custom-olark-container .olark-message-link-title {
  font-weight: 600 !important;
  font-size: .9em; }

#custom-olark-container .olark-message-link-location {
  font-size: .75em; }

#custom-olark-container .olark-message-document, #custom-olark-container .olark-message-error {
  display: block !important;
  transition: background .3s ease !important;
  padding: 10px 12px !important;
  transition: background .3s ease !important; }

#custom-olark-container .olark-message-document:hover {
  background: rgba(0, 0, 0, 0.1) !important;
  transition: background .3s ease !important; }

#custom-olark-container .olark-message-document-icon, #custom-olark-container .olark-message-document-text, #custom-olark-container .olark-message-document-label, #custom-olark-container .olark-message-error-icon, #custom-olark-container .olark-message-error-text {
  display: inline-block !important;
  vertical-align: middle !important; }

#custom-olark-container .olark-message-error-text {
  color: #dd3434 !important;
  font-weight: bold !important;
  max-width: 190px !important; }

#custom-olark-container .olark-dismiss {
  display: inline-block !important;
  position: absolute !important;
  right: 0 !important;
  bottom: -20px !important;
  font-size: .95em;
  color: #aeb3b7 !important; }

#custom-olark-container .olark-message-document-icon {
  width: 18px !important;
  margin-right: 12px !important; }

#custom-olark-container .olark-message-error-icon {
  width: 18px !important;
  margin-right: 12px !important; }

#custom-olark-container .olark-message-error-icon svg, #custom-olark-container .olark-message-error-icon svg * {
  fill: #dd3434 !important; }

#custom-olark-container .olark-message-document-text {
  text-decoration: underline !important;
  margin-right: 12px !important;
  max-width: 138px !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: nowrap !important; }

#custom-olark-container .olark-message-document-label {
  font-size: 66%;
  padding: 2px !important; }

#custom-olark-container .olark-message-group .olark-visitor-message.olark-message-document-wrapper, #custom-olark-container .olark-message-group .olark-operator-message.olark-message-document-wrapper {
  border: 1px solid #e0e2e4 !important;
  padding: 0 !important; }

#custom-olark-container .olark-message-group .olark-visitor-message.olark-message-error-wrapper, #custom-olark-container .olark-message-group .olark-operator-message.olark-message-error-wrapper {
  border: 1px solid #dd3434 !important;
  padding: 0 !important;
  position: relative !important;
  overflow: visible !important;
  margin-bottom: 25px !important; }

#custom-olark-container .olark-message-group .olark-visitor-message.olark-message-img-wrapper, #custom-olark-container .olark-message-group .olark-operator-message.olark-message-img-wrapper {
  transition: none !important;
  background-color: transparent !important;
  position: relative !important;
  max-height: 275px !important; }

#custom-olark-container .olark-message-group .olark-visitor-message.olark-message-img-wrapper:after, #custom-olark-container .olark-message-group .olark-operator-message.olark-message-img-wrapper:after {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  background: #000 !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  transition: opacity .3s !important; }

#custom-olark-container .olark-message-group .olark-visitor-message.olark-message-img-wrapper.olark-no-pad, #custom-olark-container .olark-message-group .olark-operator-message.olark-message-img-wrapper.olark-no-pad {
  padding-left: 3px !important;
  padding-right: 3px !important; }

#custom-olark-container .olark-message-group .olark-visitor-message.olark-message-img-wrapper .olark-message-img, #custom-olark-container .olark-message-group .olark-operator-message.olark-message-img-wrapper .olark-message-img {
  display: block !important; }

#custom-olark-container .olark-message-group .olark-visitor-message.olark-message-img-wrapper .olark-loading-icon, #custom-olark-container .olark-message-group .olark-operator-message.olark-message-img-wrapper .olark-loading-icon {
  display: none !important; }

#custom-olark-container .olark-message-group .olark-visitor-message.olark-message-img-wrapper.olark-message-desktop:hover:not(.olark-no-pad):after, #custom-olark-container .olark-message-group .olark-operator-message.olark-message-img-wrapper.olark-message-desktop:hover:not(.olark-no-pad):after {
  width: 100% !important;
  height: 100% !important;
  opacity: .4 !important;
  transition: opacity .3s !important; }

#custom-olark-container .olark-message-group .olark-visitor-message.olark-message-img-wrapper.olark-message-desktop:hover .olark-download-img, #custom-olark-container .olark-message-group .olark-operator-message.olark-message-img-wrapper.olark-message-desktop:hover .olark-download-img {
  z-index: 1 !important;
  width: 18px !important;
  height: 18px !important;
  padding: 7px 6px 6px 6px !important;
  transition: all .2s ease !important; }

#custom-olark-container .olark-message-group .olark-visitor-message.olark-message-img-wrapper.olark-message-desktop:hover .olark-download-img.olark-small-download, #custom-olark-container .olark-message-group .olark-operator-message.olark-message-img-wrapper.olark-message-desktop:hover .olark-download-img.olark-small-download {
  padding: 4px 3px 0 !important; }

#custom-olark-container .olark-end-chat {
  width: 11px !important;
  height: 15px !important;
  display: inline-block !important;
  top: 1px !important;
  position: relative !important;
  margin-right: 8px !important; }

#custom-olark-container .olark-end-chat-flag {
  fill: #70777e !important; }

#custom-olark-container .olark-footer-form-container {
  width: 100% !important;
  position: absolute !important;
  bottom: 25px !important;
  box-sizing: border-box !important;
  border: 1px solid #e8e9eb !important;
  transition: .6s ease-in-out !important; }

@media screen and (min-width: 100px) {
  #custom-olark-container .olark-footer-form-container {
    width: calc(100% - 20px) !important;
    border-radius: 4px !important;
    margin: 0 10px !important; } }

#custom-olark-container .olark-chat-input {
  background: #f2f3f4 !important;
  color: #333 !important;
  min-height: 52px !important;
  height: 52px !important;
  width: 100% !important;
  font-size: 1em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  box-sizing: border-box !important;
  border: 0 !important;
  overflow-x: hidden !important;
  margin: 0 !important;
  line-height: 1.2em;
  resize: none !important;
  max-height: 150px !important;
  display: block !important;
  transition: .6s ease-in-out !important;
  -ms-overflow-style: none;
  scrollbar-width: none; }

#custom-olark-container .olark-chat-input:focus, #custom-olark-container .olark-chat-input:hover {
  background: #edeeef !important;
  transition: .2s ease-in-out !important; }

#custom-olark-container .olark-chat-input:hover {
  box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.025) !important; }

#custom-olark-container .olark-chat-input:focus, #custom-olark-container .olark-chat-input.olark-populated {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important; }

#custom-olark-container .olark-chat-input::-webkit-input-placeholder {
  color: #656b71; }

#custom-olark-container .olark-chat-input::-moz-placeholder {
  color: #656b71; }

#custom-olark-container .olark-chat-input:-ms-input-placeholder {
  color: #656b71; }

#custom-olark-container .olark-chat-input:-ms-input-placeholder {
  color: #656b71; }

#custom-olark-container .olark-chat-input::-webkit-scrollbar {
  display: none; }

@media screen and (min-width: 1100px) {
  #custom-olark-container .olark-chat-input {
    font-size: .9em;
    min-height: 45px !important;
    height: 45px !important; } }

#custom-olark-container .olark-chat-input {
  padding: 15px 55px 15px 15px !important; }

#custom-olark-container .olark-chat-input.olark-long-placeholder {
  padding: 1.8% 55px 1.8% 15px !important; }

#custom-olark-container .olark-chat-input.olark-long-placeholder.olark-populated {
  padding: 15px 55px 15px 15px !important; }

#custom-olark-container .olark-allows-file-upload .olark-chat-input {
  padding: 15px 55px 15px 30px !important; }

#custom-olark-container .olark-allows-file-upload .olark-chat-input.olark-long-placeholder {
  padding: 1.8% 55px 1.8% 30px !important; }

#custom-olark-container .olark-allows-file-upload .olark-chat-input.olark-long-placeholder.olark-populated {
  padding: 15px 55px 15px 30px !important; }

#custom-olark-container .olark-allows-file-upload .olark-chat-input-float-label {
  margin-left: 30px !important; }

#custom-olark-container .olark-has-preview .olark-chat-input {
  padding: 15px 55px 15px 96px !important; }

#custom-olark-container .olark-has-preview .olark-chat-input.olark-long-placeholder {
  padding: 1.8% 55px 1.8% 96px !important; }

#custom-olark-container .olark-has-preview .olark-chat-input.olark-long-placeholder.olark-populated {
  padding: 15px 55px 15px 96px !important; }

#custom-olark-container .olark-message-clone {
  opacity: 0 !important;
  position: absolute !important;
  z-index: -1 !important;
  width: 100% !important;
  bottom: 0 !important; }

#custom-olark-container .olark-clone-textarea {
  display: none !important;
  background-color: transparent !important;
  float: left !important;
  max-height: 30px !important;
  margin-top: 10px !important;
  overflow: scroll !important;
  position: absolute !important;
  z-index: -1 !important; }

#custom-olark-container .olark-clone-textarea.olark-form-message-input {
  padding: 0 !important;
  border: 0 !important; }

#custom-olark-container .olark-chat-send-button {
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
  z-index: 10 !important;
  height: 52px !important;
  width: 20px !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  display: block !important;
  padding: 0 22px !important; }

#custom-olark-container .olark-chat-send-button:active {
  background: transparent !important; }

#custom-olark-container .olark-chat-send-button svg, #custom-olark-container .olark-chat-send-button svg * {
  pointer-events: none !important; }

@media screen and (min-width: 1100px) {
  #custom-olark-container .olark-chat-send-button {
    height: 46px !important;
    padding: 0 15px !important; } }

#custom-olark-container form:valid .olark-chat-send-button svg {
  fill: #2d2d2d; }

#custom-olark-container form:invalid .olark-chat-send-button svg {
  fill: #c7cacd; }

#custom-olark-container .olark-upload-file-button {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 10 !important;
  height: 52px !important;
  width: 32px !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  display: block !important;
  padding: 14px 0 !important;
  box-sizing: border-box !important;
  text-align: center !important; }

#custom-olark-container .olark-upload-file-button svg, #custom-olark-container .olark-upload-file-button svg * {
  max-height: 18px !important;
  pointer-events: none !important;
  fill: #9a9fa5 !important; }

#custom-olark-container .olark-upload-file-button .olark-loading-icon {
  opacity: 1 !important;
  display: block !important;
  margin: 0 auto !important; }

@media screen and (min-width: 1100px) {
  #custom-olark-container .olark-upload-file-button {
    height: 46px !important; } }

#custom-olark-container .olark-hidden-file-input {
  display: none !important; }

#custom-olark-container .olark-upload-preview {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  display: block !important;
  overflow: hidden !important;
  border-radius: 4px !important;
  background: transparent !important;
  opacity: 0 !important;
  transition: all .3s ease, opacity 1.5s ease !important; }

#custom-olark-container .olark-upload-preview .olark-upload-preview-document {
  display: none !important;
  max-width: 75px !important;
  max-height: 125px !important;
  transition: all .3s ease !important;
  background: #fff !important;
  box-sizing: border-box !important;
  padding: 10px !important; }

#custom-olark-container .olark-upload-preview .olark-upload-preview-document.olark-visible {
  display: block !important; }

#custom-olark-container .olark-upload-preview .olark-upload-preview-document label, #custom-olark-container .olark-upload-preview .olark-upload-preview-document span {
  cursor: default !important; }

#custom-olark-container .olark-upload-preview .olark-upload-preview-document span {
  display: block !important;
  text-decoration: underline !important;
  padding: 10px 0 !important;
  font-size: 80%;
  white-space: nowrap !important;
  line-height: 1.2;
  overflow: hidden !important;
  text-overflow: ellipsis !important; }

#custom-olark-container .olark-upload-preview .olark-upload-preview-image {
  width: 75px !important;
  max-height: 125px !important;
  transition: all .3s ease !important;
  display: none !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  background: rgba(0, 0, 0, 0.08) !important;
  text-align: center !important; }

#custom-olark-container .olark-upload-preview .olark-upload-preview-image.olark-visible {
  display: block !important; }

#custom-olark-container .olark-upload-preview .olark-upload-preview-image img {
  max-width: 100% !important;
  min-height: 35px !important; }

#custom-olark-container .olark-upload-preview:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important; }

#custom-olark-container .olark-upload-preview.olark-image-wrapper:after {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: #000 !important;
  border-radius: 4px !important;
  opacity: 0 !important;
  transition: opacity .3s ease !important; }

#custom-olark-container .olark-upload-preview.olark-image-wrapper:hover:after {
  opacity: .25 !important; }

#custom-olark-container .olark-upload-preview .olark-upload-preview-cancel {
  display: block !important;
  position: absolute !important;
  top: 4px !important;
  right: 4px !important;
  width: 18px !important;
  height: 18px !important;
  padding: 0 4px !important;
  background: #fff !important;
  box-sizing: border-box !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) !important;
  transition: all .3s ease !important;
  z-index: 1 !important; }

#custom-olark-container .olark-upload-preview .olark-upload-preview-cancel:hover {
  transform: scale(1.15, 1.15) !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important; }

#custom-olark-container .olark-footer-form-container.olark-has-preview .olark-upload-preview {
  opacity: 1 !important; }

#custom-olark-container .olark-form-container {
  display: inline-block !important;
  width: 100% !important; }

#custom-olark-container .olark-form-conversation-container {
  bottom: 0 !important; }

#custom-olark-container .olark-form-message {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  color: #666 !important;
  background: #edeeef !important;
  text-align: center !important;
  border-radius: 5px !important;
  margin: 10px 0 10px !important;
  line-height: 1.3em; }

#custom-olark-container .olark-form-message:empty {
  display: none !important; }

#custom-olark-container .olark-form-message-input {
  border-bottom: 1px solid #b3b3b3 !important;
  padding: 5px 20px 5px 0 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  min-height: 50px !important;
  z-index: 20 !important; }

#custom-olark-container .olark-form-message-input:focus {
  border-bottom: 1px solid #2d2d2d !important; }

#custom-olark-container .olark-form-message-input::-webkit-input-placeholder {
  color: #70777e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }

#custom-olark-container .olark-form-message-input::-moz-placeholder {
  color: #70777e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }

#custom-olark-container .olark-form-message-input:-ms-input-placeholder {
  color: #70777e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }

#custom-olark-container .olark-form-message-input:-ms-input-placeholder {
  color: #70777e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }

#custom-olark-container .olark-float-label {
  position: absolute !important;
  font-size: 1em;
  color: #70777e !important;
  top: 22px !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 10 !important; }

@media screen and (min-width: 1100px) {
  #custom-olark-container .olark-float-label {
    font-size: .95em;
    top: 19px !important; } }

#custom-olark-container .olark-chat-input-float-label {
  position: absolute !important;
  font-size: 1em;
  color: #5a5f65 !important;
  top: 2px !important;
  z-index: 10 !important;
  margin: 14px 30px 15px 15px !important; }

@media screen and (min-width: 1100px) {
  #custom-olark-container .olark-chat-input-float-label {
    font-size: .9em;
    margin: 15px 30px 15px 15px !important; } }

#custom-olark-container .olark-textarea-float-label {
  position: absolute !important;
  font-size: 1em;
  color: #5a5f65 !important;
  top: -20px !important;
  z-index: 10 !important;
  margin: 10px 30px 15px 0 !important; }

@media screen and (min-width: 1100px) {
  #custom-olark-container .olark-textarea-float-label {
    font-size: .9em; } }

#custom-olark-container .olark-chat-input-float-right-to-left {
  right: 0 !important;
  margin-right: 15px !important; }

#custom-olark-container .olark-form-input {
  border-bottom: 1px solid #a1a7ac !important;
  padding: 10px 15px 5px 0 !important;
  position: inherit !important;
  z-index: 1 !important; }

#custom-olark-container .olark-form-input:focus {
  border-bottom: 1px solid #2d2d2d !important; }

@media screen and (min-width: 720px) {
  #custom-olark-container .olark-form-input {
    margin: 5px 0 !important; } }

#custom-olark-container .olark-form-input-filled + .olark-float-label {
  top: 3px !important;
  font-size: .8em;
  margin-top: 0 !important; }

#custom-olark-container .olark-populated + .olark-chat-input-float-label {
  padding-top: 4px !important;
  font-size: .8em;
  margin-top: 0 !important; }

#custom-olark-container .olark-chat-input:focus:not(.olark-populated) + .olark-chat-input-float-label {
  padding-top: 8px !important; }

#custom-olark-container .olark-has-preview > .olark-send-chat-form > .olark-chat-input-float-label {
  padding-left: 66px !important;
  line-height: 1.05em; }

#custom-olark-container .olark-has-preview > .olark-send-chat-form > .olark-populated + .olark-chat-input-float-label {
  width: 100% !important; }

#custom-olark-container .olark-inline-form {
  position: relative !important;
  max-width: 90% !important;
  margin: 0 auto !important;
  display: block !important; }

#custom-olark-container .olark-inline-form .olark-form-input {
  width: calc(100% - 25px) !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important; }

#custom-olark-container .olark-inline-form .olark-form-send-icon {
  position: absolute !important;
  top: 16px !important;
  right: 0 !important;
  cursor: pointer !important;
  z-index: 1 !important; }

#custom-olark-container .olark-inline-form .olark-form-send-icon svg {
  width: 20px !important;
  height: auto !important;
  max-height: 20px !important; }

#custom-olark-container .olark-required-asterisk {
  right: 0 !important;
  top: 30px !important;
  margin-top: -5px !important;
  height: 10px !important;
  width: 10px !important;
  position: absolute !important;
  z-index: 10 !important; }

#custom-olark-container .olark-required-asterisk svg {
  fill: #a1a7ac !important;
  display: block !important; }

#custom-olark-container .olark-form-input-container {
  position: relative !important; }

#custom-olark-container .olark-invalid-asterisk svg {
  fill: #dd3434 !important; }

#custom-olark-container .olark-invalid-form-field {
  border-bottom: 1px solid #dd3434 !important; }

#custom-olark-container .olark-error-message {
  color: #dd3434 !important;
  font-weight: 500 !important;
  font-size: .9em;
  line-height: 1.2em;
  text-align: center !important; }

#custom-olark-container .olark-form-confirmation-icon {
  width: 48px !important;
  margin: 30px auto 0 !important; }

#custom-olark-container .olark-form-confirmation-icon svg {
  fill: #2d2d2d !important; }

#custom-olark-container .olark-inline-form .olark-form-input-container {
  border-bottom: 1px solid #c0c3c7 !important; }

#custom-olark-container .olark-inline-form .olark-form-input, #custom-olark-container .olark-inline-form .olark-invalid-form-field {
  border-bottom: 0 !important;
  padding-right: 25px !important; }

#custom-olark-container .olark-inline-form .olark-send-icon {
  fill: #c0c3c7 !important; }

#custom-olark-container .olark-inline-form .olark-inline-form-valid .olark-form-input-container {
  border-color: #2d2d2d !important; }

#custom-olark-container .olark-inline-form .olark-inline-form-valid .olark-send-icon {
  fill: #2d2d2d !important; }

#custom-olark-container .olark-inline-form .olark-error-message {
  color: #dd3434 !important; }

#custom-olark-container .olark-inline-form .olark-inline-form-error .olark-form-input-container {
  border-bottom: 1px solid #dd3434 !important; }

@media screen and (min-width: 480px) {
  #custom-olark-container {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2) !important;
    top: inherit !important;
    transition: all .6s ease-in-out, top .8s ease-in-out !important;
    right: 0 !important; } }

@media screen and (min-width: 600px) {
  #custom-olark-container {
    width: 50% !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15) !important; } }

@media screen and (min-width: 1100px) {
  #custom-olark-container {
    width: 350px !important;
    height: 450px !important;
    max-height: 95% !important;
    border-radius: 10px 10px 0 0 !important;
    top: inherit !important;
    transition: all .6s ease-in-out, width .2s ease-in-out, top .4s ease-in-out !important;
    right: 20px !important; } }

@media print {
  #custom-olark-container {
    display: none !important; } }

@-moz-keyframes bouncing-dot-animation {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0%); } }

@-webkit-keyframes bouncing-dot-animation {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0%); } }

@-o-keyframes bouncing-dot-animation {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0%); } }

@keyframes bouncing-dot-animation {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0%); } }

@-moz-keyframes spin {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }

@-o-keyframes spin {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }

@keyframes spin {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }

#custom-olark-container .olark-hide-floating-label {
  display: none !important; }

#custom-olark-container .olark-overlay-active {
  display: none !important; }

#custom-olark-container .olark-hidden {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important; }

#custom-olark-container .olark-button {
  font-weight: 700 !important;
  transition: all .3s ease !important;
  outline: none !important; }

#custom-olark-container .olark-button::-moz-focus-inner {
  border: 0 !important; }

#custom-olark-container .olark-branding-link {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
  position: absolute !important;
  margin: 0 0 0 2px !important;
  text-align: left !important;
  bottom: 2px !important; }

#custom-olark-container .olark-branding-link a {
  background: transparent !important;
  color: #70777e !important;
  font-size: .85em;
  font-weight: 500 !important;
  padding: 5px 10px !important;
  border-radius: 15px !important;
  text-decoration: none !important;
  transition: ease-in-out .05s !important;
  display: inline-block !important;
  transition: all .6s ease-in-out !important; }

@media screen and (min-width: 1100px) {
  #custom-olark-container .olark-branding-link a {
    padding: 5px 10px !important; } }

#custom-olark-container .olark-branding-link a:hover {
  color: #43474c !important;
  transition: all .1s ease-in-out !important; }

#custom-olark-container .olark-branding-link .olark-branding-link-word.accented {
  text-decoration: underline !important; }

#custom-olark-container .olark-branding-panel {
  text-align: center !important; }

#custom-olark-container .olark-branding-panel .olark-branding-description {
  color: #70777e !important;
  line-height: 1.4em; }

@media screen and (min-width: 1100px) {
  #custom-olark-container .olark-branding-panel .olark-branding-description {
    font-size: 1.2em; } }

#custom-olark-container .olark-branding-panel .olark-branding-cancel-button {
  border: 1px solid #2d2d2d !important;
  margin-top: 0 !important; }

#custom-olark-container .olark-branding-panel .olark-branding-go-button {
  border: 1px solid #2d2d2d !important;
  background: #fff !important;
  color: #2d2d2d !important;
  margin-top: 0 !important; }

#custom-olark-container .olark-branding-panel .olark-branding-go-button:hover {
  background: #fff !important;
  color: #292929 !important;
  border: 1px solid #292929 !important; }

#custom-olark-container .olark-branding-panel .olark-branding-go-button:active {
  background: #fff !important; }

#custom-olark-container .olark-feed-button {
  float: none !important;
  width: 48.5% !important;
  margin: 0 0 28px !important;
  font-weight: bold !important;
  font-size: .8em;
  background: #f1f1f2 !important;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.12) !important;
  position: relative !important;
  box-sizing: border-box !important; }

#custom-olark-container .olark-feed-button, #custom-olark-container .olark-feed-button * {
  text-transform: uppercase !important;
  color: #6c6c6c !important;
  cursor: pointer !important; }

#custom-olark-container .olark-feed-button.olark-disabled {
  opacity: .5 !important;
  box-shadow: none !important; }

#custom-olark-container .olark-feed-button.olark-disabled, #custom-olark-container .olark-feed-button.olark-disabled * {
  cursor: default !important; }

#custom-olark-container .olark-feed-button.olark-left, #custom-olark-container .olark-feed-button.olark-right {
  clear: none !important; }

#custom-olark-container .olark-feed-button.olark-left {
  float: left !important; }

#custom-olark-container .olark-feed-button.olark-right {
  float: right !important; }

@media screen and (min-width: 1100px) {
  #custom-olark-container .olark-feed-button-wrap {
    display: table !important;
    table-layout: fixed !important;
    position: relative !important;
    border-collapse: separate !important;
    border-spacing: 10px !important;
    width: calc(100% + 20px) !important;
    margin-left: -10px !important;
    margin-bottom: 15px !important; }
  #custom-olark-container .olark-feed-button-wrap .olark-feed-button {
    margin-bottom: 0 !important;
    display: table-cell !important;
    float: none !important;
    vertical-align: middle !important; } }

#custom-olark-container .olark-feed-button-icon {
  margin: 2px auto 8px !important; }

#custom-olark-container .olark-feed-button-icon svg {
  width: auto !important;
  height: 16px !important;
  display: inline-block !important; }

#custom-olark-container .olark-feed-button-complete-icon {
  width: 13px !important;
  height: 13px !important;
  position: absolute !important;
  left: 5px !important;
  top: 5px !important; }

#custom-olark-container .olark-connection-error {
  margin: 0 !important;
  padding: 10px 12px !important;
  font-size: 13px;
  background: #f2f3f4 !important;
  color: #333 !important;
  height: 28px !important;
  text-align: center !important; }

.olark-dark-theme #custom-olark-container .olark-connection-error {
  background: #151616 !important;
  color: #959ba1 !important; }

#custom-olark-container .olark-cancel-link-wrap {
  position: absolute !important;
  bottom: 20px !important;
  left: 0 !important;
  width: 100% !important;
  height: auto !important;
  text-align: center !important;
  color: #666 !important;
  font-size: 13px;
  display: block !important; }

#custom-olark-container .olark-cancel-link-wrap .olark-cancel-link-button {
  color: #666 !important;
  cursor: pointer !important;
  font-weight: bold !important;
  padding: 10px !important;
  text-decoration: none !important; }

#custom-olark-container .olark-cancel-link-wrap svg, #custom-olark-container .olark-cancel-link-wrap .olark-cancel-link-text {
  vertical-align: middle !important;
  padding: 0 2px !important; }

#custom-olark-container .olark-cancel-link-wrap svg {
  display: inline-block !important;
  width: 12px !important;
  height: 12px !important;
  fill: #666 !important; }

#custom-olark-wrapper .olark-image-modal-container {
  background: #1a1a1a !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 2147483646 !important;
  text-align: center !important;
  display: table !important;
  border-collapse: collapse !important;
  overflow: hidden !important;
  transition: all .3s ease !important; }

#custom-olark-wrapper .olark-image-modal-container.olark-hidden {
  top: 50% !important;
  left: 50% !important;
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  display: none !important; }

#custom-olark-wrapper .olark-image-modal-wrapper {
  vertical-align: middle !important;
  display: table-cell !important;
  transition: all .3s ease !important; }

#custom-olark-wrapper .olark-hidden .olark-image-modal-wrapper {
  height: 0 !important;
  width: 0 !important; }

#custom-olark-wrapper .olark-image-modal {
  display: inline-block;
  max-height: 85% !important;
  max-width: 100% !important;
  vertical-align: middle !important; }

#custom-olark-wrapper .olark-close-image-modal {
  position: absolute !important;
  display: block !important;
  top: 15px !important;
  right: 15px !important;
  width: 23px !important;
  height: 24px !important;
  border-radius: 50% !important;
  background: #333 !important;
  box-sizing: border-box !important;
  padding: 5px !important;
  z-index: 2147483646 !important; }

#custom-olark-wrapper .olark-hidden .olark-close-image-modal {
  display: none !important; }

#custom-olark-wrapper .olark-emoji {
  width: 20px !important;
  height: 20px !important; }

#custom-olark-wrapper .olark-emoji-single {
  width: 40px !important;
  height: 40px !important; }

#custom-olark-wrapper .olark-google-translate-icon {
  fill: #757575 !important;
  margin: auto !important;
  display: block !important; }

@-moz-keyframes loadBubble {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes loadBubble {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@-o-keyframes loadBubble {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes loadBubble {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@-moz-keyframes loadTab {
  0% {
    transform: translateY(30px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes loadTab {
  0% {
    transform: translateY(30px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@-o-keyframes loadTab {
  0% {
    transform: translateY(30px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes loadTab {
  0% {
    transform: translateY(30px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

#custom-olark-container .olark-ratings-question-number {
  color: #70777e !important;
  font-size: .8em;
  text-transform: uppercase !important;
  letter-spacing: .05em;
  margin: 1em 0 .6em !important;
  padding: 0 !important;
  font-weight: normal !important; }

#custom-olark-container .olark-ratings-question {
  font-weight: 600 !important;
  border-bottom: 1px solid #edeeef !important;
  padding-bottom: 1em !important;
  margin: 0 0 1.2em !important;
  outline: none !important;
  display: block !important;
  text-align: center !important; }

#custom-olark-container .olark-feedback-wrap {
  text-align: justify !important;
  clear: both !important;
  margin: 10px 14px 20px !important;
  position: relative !important; }

#custom-olark-container .olark-feedback-wrap:before {
  content: "" !important;
  background: #bbbec2 !important;
  width: 100% !important;
  height: 2px !important;
  position: absolute !important;
  z-index: 0 !important;
  display: inline-block !important;
  top: 10px !important; }

#custom-olark-container .olark-feedback-wrap:after {
  content: "" !important;
  width: 100% !important;
  display: inline-block !important; }

#custom-olark-container .olark-ratings-answer-labels {
  display: flex !important;
  justify-content: space-between !important; }

#custom-olark-container .olark-feedback-low-answer, #custom-olark-container .olark-feedback-high-answer {
  flex-grow: 1 !important; }

#custom-olark-container .olark-feedback-low-answer:before {
  left: 19px !important; }

#custom-olark-container .olark-feedback-high-answer {
  float: right !important; }

#custom-olark-container .olark-feedback-high-answer:before {
  right: 19px !important; }

#custom-olark-container .olark-feedback-form-button {
  margin-top: 25px !important; }

#custom-olark-container .olark-feedback-cancel-wrap {
  position: absolute !important;
  bottom: 20px !important;
  left: 0 !important;
  width: 100% !important;
  height: auto !important;
  text-align: center !important;
  color: #666 !important;
  font-size: 13px;
  display: block !important; }

#custom-olark-container .olark-feedback-cancel-wrap .olark-feedback-cancel-button {
  color: #666 !important;
  cursor: pointer !important;
  font-weight: bold !important;
  padding: 10px !important;
  text-decoration: none !important; }

#custom-olark-container .olark-feedback-cancel-wrap svg, #custom-olark-container .olark-feedback-cancel-wrap .olark-feedback-cancel-text {
  vertical-align: middle !important;
  padding: 0 2px !important; }

#custom-olark-container .olark-feedback-cancel-wrap svg {
  display: inline-block !important;
  width: 12px !important;
  height: 12px !important;
  fill: #666 !important;
  box-sizing: content-box !important; }

#custom-olark-container .olark-fieldset {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important; }

#custom-olark-container .olark-fieldset .olark-radio-button-wrapper {
  display: flex !important;
  justify-content: space-between !important; }

#custom-olark-container .olark-feedback-select-wrap {
  position: relative !important;
  color: #555 !important;
  vertical-align: top !important; }

#custom-olark-container .olark-feedback-select-wrap > input {
  position: absolute;
  z-index: -1 !important;
  opacity: 0 !important;
  height: 21px !important;
  display: inline-block !important;
  width: 24px !important;
  margin: 0 0 0 -6px !important; }

#custom-olark-container .olark-feedback-select-wrap > input:checked ~ .olark-feedback-indicator, #custom-olark-container .olark-feedback-select-wrap > input:focus ~ .olark-feedback-indicator {
  color: #fff !important;
  width: 28px !important;
  height: 28px !important;
  left: -4px !important;
  top: -4px !important;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3) !important; }

#custom-olark-container .olark-feedback-select-wrap > input:checked ~ .olark-feedback-indicator:after, #custom-olark-container .olark-feedback-select-wrap > input:focus ~ .olark-feedback-indicator:after {
  content: "" !important;
  height: 100% !important;
  width: 100% !important;
  display: inline-block !important;
  border-radius: 50% !important;
  background-color: #2d2d2d !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  box-sizing: border-box !important;
  border: 3px solid #fff !important; }

#custom-olark-container .olark-feedback-select-wrap > input:active ~ .olark-feedback-indicator {
  background-color: #bbbec2 !important; }

#custom-olark-container .olark-feedback-select-wrap > input:focus ~ .olark-feedback-indicator {
  border: 2px solid #2d2d2d !important; }

#custom-olark-container .olark-feedback-select-wrap + .olark-feedback-indicator {
  margin-left: 1rem !important; }

#custom-olark-container .olark-feedback-indicator {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  font-size: 65%;
  line-height: 1rem;
  color: #eee !important;
  text-align: center !important;
  user-select: none !important;
  background-color: #fff !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 50% 50% !important;
  border-radius: 50% !important;
  border: 2px solid #bbbec2 !important; }

#custom-olark-container .olark-feedback-textarea {
  min-height: 45px !important;
  height: 45px !important;
  padding: 13px 0 0 !important;
  max-height: 75px !important;
  margin-top: 10px !important; }

#custom-olark-container .olark-send-transcript-container h2 {
  font-weight: 500 !important;
  text-align: center !important;
  font-size: .95em;
  padding: 0 !important; }

.olark-attention-grabber {
  position: fixed !important;
  right: 20px !important;
  height: auto !important;
  width: auto !important;
  z-index: 2147483646 !important;
  text-align: right !important;
  opacity: 0 !important;
  transition: all .6s ease !important; }

.olark-attention-grabber.olark-init {
  bottom: 68px !important;
  opacity: 1 !important;
  transition: all 0s, opacity .4s ease-in-out, bottom .8s ease-in-out !important; }

.olark-attention-grabber.olark-init.olark-above-tab {
  bottom: 54px !important; }

.olark-attention-grabber.olark-init.olark-above-tab.olark-size-sm {
  bottom: 40px !important; }

.olark-attention-grabber.olark-init.olark-above-tab.olark-size-sm.olark-hidden {
  bottom: -500px !important; }

.olark-attention-grabber.olark-slide {
  animation: attention-grabber-bounce 20s !important; }

.olark-attention-grabber.olark-slide.olark-init {
  transition: all .3s ease-in !important; }

.olark-attention-grabber.olark-hidden, .olark-attention-grabber.olark-hidden.olark-init {
  bottom: -500px !important;
  opacity: 0 !important;
  transition: all .3s ease-in, opacity .1s ease !important;
  animation: none !important; }

.olark-attention-grabber-cancel {
  box-sizing: content-box !important;
  overflow: hidden !important;
  width: 11px !important;
  height: 11px !important;
  display: inline-block !important;
  background: rgba(0, 0, 0, 0.45) !important;
  cursor: pointer !important;
  padding: 6px 6px 7px !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  transition: all .2s ease !important;
  position: absolute !important;
  top: 3px !important;
  right: 3px !important; }

.olark-attention-grabber-cancel.olark-hidden {
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  margin: -12px 6px 6px 0 !important;
  transition: all .2s ease !important; }

.olark-attention-grabber-cancel:hover {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5) !important; }

.olark-attention-grabber-cancel svg {
  display: block !important; }

.olark-bounding-box {
  border-radius: 8px !important;
  overflow: hidden !important;
  max-width: 300px !important;
  max-height: 200px !important;
  cursor: pointer !important;
  border: none !important;
  background: transparent !important; }

.olark-attention-grabber-img {
  max-width: 300px !important;
  max-height: 200px !important; }

@-moz-keyframes attention-grabber-bounce {
  0%, 1.25%, 3%, 5%, 6.25% {
    transform: translateY(0); }
  2.5% {
    transform: translateY(-30px); }
  3.25% {
    transform: translateY(-15px); } }

@-webkit-keyframes attention-grabber-bounce {
  0%, 1.25%, 3%, 5%, 6.25% {
    transform: translateY(0); }
  2.5% {
    transform: translateY(-30px); }
  3.25% {
    transform: translateY(-15px); } }

@-o-keyframes attention-grabber-bounce {
  0%, 1.25%, 3%, 5%, 6.25% {
    transform: translateY(0); }
  2.5% {
    transform: translateY(-30px); }
  3.25% {
    transform: translateY(-15px); } }

@keyframes attention-grabber-bounce {
  0%, 1.25%, 3%, 5%, 6.25% {
    transform: translateY(0); }
  2.5% {
    transform: translateY(-30px); }
  3.25% {
    transform: translateY(-15px); } }

#custom-olark-container .olark-end-chat-button {
  float: left !important;
  display: inline-block !important;
  cursor: pointer !important;
  background: rgba(224, 226, 228, 0.5) !important;
  color: #2d2d2d !important;
  border-radius: 20px !important;
  font-size: .85em;
  font-weight: 500 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  padding: 5px 10px !important;
  margin-top: 13px !important;
  margin-left: 15px !important;
  transition: all ease-out .15s !important;
  cursor: pointer !important; }

#custom-olark-container .olark-end-chat-button:hover {
  background: #e0e2e4 !important;
  transition: all ease-out .15s !important; }

@media screen and (min-width: 600px) {
  #custom-olark-container .olark-end-chat-button {
    margin-top: 8px !important; } }

#custom-olark-container .olark-end-chat-button .olark-end-chat-endicon {
  width: 15px !important;
  height: 16px !important;
  display: inline-block !important;
  margin-right: 4px !important;
  vertical-align: middle !important; }

#custom-olark-container .olark-end-chat-button span {
  display: inline-block !important;
  vertical-align: middle !important;
  cursor: pointer !important; }

#custom-olark-container .olark-end-conversation-block {
  text-align: center !important; }

#custom-olark-container .olark-end-conversation-block:after {
  content: ' ' !important;
  display: block !important;
  height: 1px !important;
  width: 100% !important;
  clear: both !important; }

#custom-olark-container .olark-restart-button {
  clear: both !important;
  padding: 18px 12px !important;
  cursor: pointer !important;
  transition: all ease-out .15s !important;
  position: relative !important;
  margin-bottom: 15px !important; }

#custom-olark-container .olark-restart-button:before {
  content: ' ' !important;
  display: block !important;
  width: 100% !important;
  height: 1px !important;
  background: #e0e2e4 !important;
  position: absolute !important;
  top: -14px !important;
  left: 0 !important; }

#custom-olark-container .olark-overlay-module-container {
  position: absolute !important;
  z-index: 15 !important;
  background: #fff !important;
  color: #959ba1 !important; }

#custom-olark-wrapper .olark-cobrowsing-text {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: inline-block !important;
  margin: 3px 5px 0 0 !important;
  vertical-align: top !important; }

#custom-olark-wrapper .olark-cobrowsing-online-indicator {
  background-color: #64aa49 !important;
  border-radius: 20px !important;
  width: 10px !important;
  height: 10px !important;
  margin: 5px 5px !important;
  display: inline-block !important;
  overflow: hidden !important; }

#custom-olark-wrapper .olark-cobrowsing-end-btn {
  border-radius: 10px !important;
  color: #53a3e9 !important;
  font-size: 12px;
  font-weight: bold !important;
  border: .5px solid #53a3e9 !important;
  cursor: pointer !important;
  background-color: #fff !important;
  vertical-align: top !important;
  margin: 1px !important; }

#custom-olark-wrapper .olark-cobrowsing-toolbar-container {
  background-color: #eef7ff !important;
  opacity: 1 !important;
  position: fixed !important;
  z-index: 2147483667 !important;
  border: 1px solid #4ca0e8;
  border-radius: 20px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: bold !important;
  font-size: 13px;
  transition: all .3s ease !important;
  padding: 5px !important; }

#custom-olark-wrapper .olark-cobrowsing-text {
  width: 55px !important; }

@media screen and (min-width: 760px) {
  #custom-olark-wrapper .olark-cobrowsing-text {
    width: 130px !important; } }

@media screen and (min-width: 600px) {
  #custom-olark-wrapper .olark-cobrowsing-toolbar-container {
    top: 3px !important; } }

#custom-olark-wrapper .olark-cobrowsing-toolbar-container.olark-cobrowsing-toolbar-container-left {
  left: 140px !important;
  top: 10px !important; }

@media screen and (min-width: 600px) {
  #custom-olark-wrapper .olark-cobrowsing-toolbar-container.olark-cobrowsing-toolbar-container-left {
    top: 3px !important; } }

@media screen and (min-width: 1100px) {
  #custom-olark-wrapper .olark-cobrowsing-toolbar-container.olark-cobrowsing-toolbar-container-left {
    top: auto !important;
    left: 17px !important; } }

#custom-olark-wrapper .olark-cobrowsing-toolbar-container.olark-cobrowsing-toolbar-container-right {
  top: 10px !important;
  right: 50px !important; }

@media screen and (min-width: 600px) {
  #custom-olark-wrapper .olark-cobrowsing-toolbar-container.olark-cobrowsing-toolbar-container-right {
    top: 3px !important; } }

@media screen and (min-width: 755px) {
  #custom-olark-wrapper .olark-cobrowsing-toolbar-container.olark-cobrowsing-toolbar-container-right {
    right: 50px !important; } }

@media screen and (min-width: 1100px) {
  #custom-olark-wrapper .olark-cobrowsing-toolbar-container.olark-cobrowsing-toolbar-container-right {
    top: auto !important;
    right: 17px !important; } }

@media screen and (min-width: 600px) {
  #custom-olark-wrapper .olark-cobrowsing-toolbar-container-sm .olark-cobrowsing-text {
    width: 55px !important; } }

@media screen and (min-width: 755px) {
  #custom-olark-wrapper .olark-cobrowsing-toolbar-container-sm .olark-cobrowsing-text {
    width: 130px !important; } }

@media screen and (min-width: 1100px) {
  #custom-olark-wrapper .olark-cobrowsing-toolbar-container-sm {
    top: auto !important;
    bottom: 310px !important;
    width: 250px !important; }
  #custom-olark-wrapper .olark-cobrowsing-toolbar-container-sm .olark-cobrowsing-end-btn {
    float: right !important; }
  #custom-olark-wrapper .olark-cobrowsing-toolbar-container-sm .olark-cobrowsing-text {
    width: 150px !important; } }

@media screen and (min-width: 1100px) {
  #custom-olark-wrapper .olark-cobrowsing-toolbar-container-md {
    top: auto !important;
    bottom: 461px !important; }
  #custom-olark-wrapper .olark-cobrowsing-toolbar-container-md .olark-cobrowsing-text {
    width: 285px !important; } }

@media screen and (min-width: 1100px) {
  #custom-olark-wrapper .olark-cobrowsing-toolbar-container-lg {
    top: auto !important;
    bottom: 515px !important; }
  #custom-olark-wrapper .olark-cobrowsing-toolbar-container-lg .olark-cobrowsing-text {
    width: 360px !important; } }

#custom-olark-wrapper .olark-cobrowsing-toolbar-container-right.olark-cobrowsing-toolbar-container-minimized {
  right: 17px !important;
  bottom: 75px !important;
  top: auto !important; }

#custom-olark-wrapper .olark-cobrowsing-toolbar-container-right.olark-cobrowsing-toolbar-container-minimized .olark-cobrowsing-text {
  width: 125px !important; }

#custom-olark-wrapper .olark-cobrowsing-toolbar-container-left.olark-cobrowsing-toolbar-container-minimized {
  left: 16px !important;
  bottom: 75px !important;
  top: auto !important;
  width: 190px !important; }

#custom-olark-wrapper .olark-cobrowsing-toolbar-container-left.olark-cobrowsing-toolbar-container-minimized .olark-cobrowsing-text {
  width: 125px !important; }

#custom-olark-wrapper #custom-olark-container .olark-offline-survey .olark-thank-you-component {
  padding-bottom: 60px !important; }

#custom-olark-wrapper #custom-olark-container .olark-offline-survey .olark-thank-you-component svg {
  margin-bottom: 40px !important; }

#custom-olark-wrapper #custom-olark-container .olark-offline-survey .olark-thank-you-component span {
  display: inline-block !important;
  font-size: 14px;
  font-weight: bold !important;
  letter-spacing: .1px;
  line-height: 1.5em;
  padding: 20px !important; }

#custom-olark-container .olark-offline-survey .olark-thank-you-component {
  text-align: center !important;
  padding: .75em 1em !important;
  font-size: 100%;
  line-height: 1.2;
  color: #404040 !important; }

.olark-dark-theme #custom-olark-container .olark-offline-survey .olark-thank-you-component {
  color: #bfbfbf !important; }

#custom-olark-container.olark-inline .olark-prechat-survey {
  height: auto !important; }

#custom-olark-container .olark-has-message .olark-prechat-survey {
  left: auto !important;
  border: 1px solid #d7d9dc !important;
  border-radius: 6px !important;
  top: auto !important;
  bottom: auto !important;
  box-shadow: none !important;
  margin: 10px !important;
  margin-top: 0 !important; }

#custom-olark-container .olark-has-message .olark-prechat-survey .olark-survey-form-submit {
  margin-bottom: 10px !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-no-message-form .olark-survey-form .olark-survey-form-welcome .olark-survey-form-error-msg {
  background-color: #f64c72 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-no-message-form .olark-survey-form .olark-survey-form-has-error .olark-survey-form-textarea {
  border-color: #f64c72 !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-welcome-msg, #custom-olark-container .olark-survey-form .olark-survey-form-error-msg {
  background: #f4f5f5 !important;
  border: 1px solid #f4f5f5 !important;
  border-radius: 2px !important;
  display: block !important;
  padding: .75em 1em !important;
  font-size: 90%;
  line-height: 1.2;
  color: #404040 !important;
  text-align: center !important;
  box-sizing: border-box !important; }

#custom-olark-container .olark-survey-form {
  height: 100% !important;
  width: 100% !important;
  padding-top: 1em !important;
  box-sizing: border-box !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-welcome {
  position: relative !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-error-msg {
  color: #af1d1d !important;
  font-weight: bold !important;
  background: rgba(221, 52, 52, 0.1) !important;
  border: 1px solid #c72121 !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-inner {
  display: table !important;
  width: 100% !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-page {
  display: table-cell !important;
  vertical-align: middle !important;
  width: 100% !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-item {
  margin-bottom: .8em !important;
  position: relative !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-item:last-of-type {
  margin-bottom: .5em !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-req-icon {
  position: absolute !important;
  width: 10px !important;
  height: 10px !important;
  top: 0 !important;
  right: 0 !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-req-icon svg {
  transition: all .3s ease !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-item-name .olark-survey-form-req-icon, #custom-olark-container .olark-survey-form .olark-survey-form-item-email .olark-survey-form-req-icon, #custom-olark-container .olark-survey-form .olark-survey-form-item-phone .olark-survey-form-req-icon, #custom-olark-container .olark-survey-form .olark-survey-form-item-website .olark-survey-form-req-icon, #custom-olark-container .olark-survey-form .olark-survey-form-item-textfield .olark-survey-form-req-icon {
  top: auto !important;
  bottom: 13px !important;
  right: 10px !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-item-textarea .olark-survey-form-req-icon {
  top: 25px !important;
  right: 10px !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-gdpr-wrap {
  height: 300px !important;
  box-sizing: border-box !important;
  padding: 5% 5% 15px !important;
  overflow-y: auto !important;
  text-align: center !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-input-wrap {
  text-align: left !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-emoji {
  font-size: 36px; }

#custom-olark-container .olark-survey-form .olark-survey-form-emoji-wrap {
  margin-bottom: 35px !important;
  text-align: center; }

#custom-olark-container .olark-survey-form .olark-survey-form-emoji-wrap svg {
  display: inline-block;
  max-height: 66px; }

#custom-olark-container .olark-survey-form .olark-survey-form-label {
  display: block !important;
  font-size: 80%;
  color: #404040 !important;
  margin-bottom: 4px !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-info-message {
  display: block !important;
  font-size: 80%;
  color: #404040 !important;
  margin-bottom: 8px !important;
  text-align: end !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-checkbox {
  display: inline-block !important;
  width: 15px !important;
  height: 15px !important;
  padding: 0 !important;
  margin: 0 10px 0 0 !important;
  vertical-align: top !important;
  background: #fff !important;
  box-shadow: none !important;
  position: relative !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-checkbox:focus {
  outline-color: -webkit-focus-ring-color !important;
  outline-style: auto !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-checkbox-label, #custom-olark-container .olark-survey-form .olark-survey-form-checkbox-label a, #custom-olark-container .olark-survey-form .olark-survey-form-checkbox-label span {
  color: #4a4a4a !important;
  line-height: 1.2; }

#custom-olark-container .olark-survey-form .olark-survey-form-item-radio .olark-survey-form-label {
  margin-bottom: 8px !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-radio-option {
  margin: 0 0 5px 0 !important;
  text-align: left !important;
  position: relative !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-radio-button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0 5px 2px 0 !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  border: 1px solid #ccc !important;
  transition: all .3s ease !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-radio-button:checked {
  background: #2b2c2b !important;
  border-color: #2b2c2b !important;
  box-shadow: inset 0 0 0 2px #fff !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-radio-button-label {
  display: inline-block !important;
  vertical-align: middle !important;
  color: #404040 !important;
  font-size: 90%; }

#custom-olark-container .olark-survey-form .olark-survey-form-text, #custom-olark-container .olark-survey-form .olark-survey-form-textarea {
  border: 0 !important;
  background: #f7f8f8 !important;
  padding: .5em !important;
  box-sizing: border-box !important;
  width: 100% !important;
  font-size: 95%;
  border-radius: 2px !important;
  color: #404040 !important;
  transition: all .3s ease !important;
  border: 1px solid #f7f8f8 !important;
  line-height: 19px; }

#custom-olark-container .olark-survey-form .olark-survey-form-text::-webkit-input-placeholder, #custom-olark-container .olark-survey-form .olark-survey-form-textarea::-webkit-input-placeholder {
  color: #707070 !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-text::-moz-placeholder, #custom-olark-container .olark-survey-form .olark-survey-form-textarea::-moz-placeholder {
  color: #707070 !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-text:-ms-input-placeholder, #custom-olark-container .olark-survey-form .olark-survey-form-textarea:-ms-input-placeholder {
  color: #707070 !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-text:-ms-input-placeholder, #custom-olark-container .olark-survey-form .olark-survey-form-textarea:-ms-input-placeholder {
  color: #707070 !important; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #custom-olark-container .olark-survey-form .olark-survey-form-text, #custom-olark-container .olark-survey-form .olark-survey-form-textarea {
    font-size: 16px;
    padding-top: .48em;
    padding-bottom: .48em; } }

#custom-olark-container .olark-survey-form .olark-survey-form-textarea {
  height: 5.5em !important;
  line-height: 1.2; }

#custom-olark-container .olark-survey-form .olark-survey-form-is-required .olark-survey-form-text, #custom-olark-container .olark-survey-form .olark-survey-form-is-required .olark-survey-form-textarea {
  padding-right: 1.8em !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-has-error .olark-survey-form-text, #custom-olark-container .olark-survey-form .olark-survey-form-has-error .olark-survey-form-textarea {
  border: 1px solid #dd3434 !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-has-error .olark-survey-form-req-icon svg {
  fill: #dd3434 !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-submit {
  margin-bottom: 0 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-survey-form .olark-survey-form-label {
  color: #959ba1 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-survey-form .olark-survey-form-welcome-msg {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #c7cacd !important;
  border: 1px solid rgba(255, 255, 255, 0.45) !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-survey-form .olark-survey-form-checkbox-label, #custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-survey-form .olark-survey-form-checkbox-label a, #custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-survey-form .olark-survey-form-checkbox-label span {
  color: #c7cacd !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-survey-form .olark-survey-form-checkbox {
  border: 1px solid #000 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-survey-form .olark-survey-form-radio-button {
  border: 1px solid rgba(255, 255, 255, 0.35) !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-survey-form .olark-survey-form-radio-button:checked {
  background: #2b2c2b !important;
  border-color: #2b2c2b !important;
  box-shadow: inset 0 0 0 2px #2b2c2b !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-survey-form .olark-survey-form-radio-button-label {
  color: #c7cacd !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-survey-form .olark-survey-form-text, #custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-survey-form .olark-survey-form-textarea {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: #c7cacd !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-survey-form .olark-survey-form-text:focus, #custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-survey-form .olark-survey-form-textarea:focus {
  border: 2px solid #fff !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-survey-form .olark-survey-form-field-error {
  border: 1px solid #dd3434 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-survey-form .olark-survey-form-has-error .olark-survey-form-text, #custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-survey-form .olark-survey-form-has-error .olark-survey-form-textarea {
  border: 1px solid #dd3434 !important; }

#custom-olark-container.olark-right-to-left .olark-survey-form .olark-survey-form-label {
  text-align: right !important; }

#custom-olark-container.olark-right-to-left .olark-survey-form .olark-survey-form-text, #custom-olark-container.olark-right-to-left .olark-survey-form .olark-survey-form-textarea {
  text-align: right !important; }

#custom-olark-container.olark-right-to-left .olark-survey-form .olark-survey-form-is-required .olark-survey-form-text, #custom-olark-container.olark-right-to-left .olark-survey-form .olark-survey-form-is-required .olark-survey-form-textarea {
  padding-right: .5em !important;
  padding-left: 1.8em !important; }

#custom-olark-container.olark-right-to-left .olark-survey-form .olark-survey-form-item-name .olark-survey-form-req-icon, #custom-olark-container.olark-right-to-left .olark-survey-form .olark-survey-form-item-email .olark-survey-form-req-icon, #custom-olark-container.olark-right-to-left .olark-survey-form .olark-survey-form-item-phone .olark-survey-form-req-icon, #custom-olark-container.olark-right-to-left .olark-survey-form .olark-survey-form-item-website .olark-survey-form-req-icon, #custom-olark-container.olark-right-to-left .olark-survey-form .olark-survey-form-item-textfield .olark-survey-form-req-icon {
  right: auto !important;
  left: 10px !important; }

#custom-olark-container.olark-right-to-left .olark-survey-form .olark-survey-form-item-textarea .olark-survey-form-req-icon {
  right: auto !important;
  left: 10px !important; }

@media screen and (min-width: 1100px) {
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-survey-form .olark-survey-form-item-name .olark-survey-form-req-icon, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-survey-form .olark-survey-form-item-email .olark-survey-form-req-icon, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-survey-form .olark-survey-form-item-phone .olark-survey-form-req-icon, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-survey-form .olark-survey-form-item-website .olark-survey-form-req-icon, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-survey-form .olark-survey-form-item-textfield .olark-survey-form-req-icon {
    bottom: 10px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-survey-form .olark-survey-form-item-textarea .olark-survey-form-req-icon {
    top: 24px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-survey-form .olark-survey-form-gdpr-wrap {
    height: 170px !important;
    padding: 0 !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-survey-form .olark-survey-form-emoji-wrap {
    margin-bottom: 15px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-survey-form .olark-survey-form-emoji-wrap svg {
    max-height: 50px; } }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container {
  background: #2b2c2d !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container a {
  color: #fff !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container p a {
  color: #fff !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-conversation-container, #custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-send-transcript-container, #custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-overlay-module-container {
  background: #2b2c2d !important; }

@media screen and (min-width: 1100px) {
  #custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-conversation-container, #custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-send-transcript-container, #custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-overlay-module-container {
    transition: background .4s ease-in-out !important; } }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-form-message {
  background: #3e4042 !important;
  color: #fff !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-generated-message {
  color: #959ba1 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-form-input {
  border-bottom: 1px solid #3e4042 !important;
  color: #fff !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-form-message-input {
  background: #2b2c2d !important;
  border-bottom: 1px solid #3e4042 !important;
  color: #fff !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-required-asterisk svg {
  fill: #3e4042 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-form-confirmation-icon svg {
  fill: #3e4042 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-google-translate-icon {
  fill: #fff !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-form-send-button {
  background: #5a5d60 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-footer-form-container {
  border: 1px solid #000 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-chat-input {
  background: #151616 !important;
  color: #fff !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-chat-input:focus, #custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-chat-input:hover {
  transition: .2s ease-in-out !important;
  box-shadow: 0 0 15px rgba(125, 125, 125, 0.2) !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-chat-input.olark-populated {
  box-shadow: 0 0 15px rgba(125, 125, 125, 0.2) !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-chat-input::-webkit-input-placeholder {
  color: #959ba1 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-chat-input::-moz-placeholder {
  color: #959ba1 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-chat-input:-ms-input-placeholder {
  color: #959ba1 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-chat-input:-moz-placeholder {
  color: #959ba1 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container form:valid .olark-chat-send-button svg {
  fill: #fff !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container form:invalid .olark-chat-send-button svg {
  fill: #5a5d60 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-inline-form .olark-error-message {
  color: #e77171 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-no-message-form .olark-survey-form .olark-survey-form-welcome .olark-survey-form-error-msg {
  color: #fff !important;
  font-weight: bold !important;
  background: rgba(221, 52, 52, 0.85) !important;
  border: 1px solid #c72121 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-upload-preview-cancel svg {
  fill: #2b2c2d !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-operator-name {
  color: #959ba1 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-operator-message {
  background: #3e4042 !important;
  color: #fff !important;
  transition: .6s ease-in-out !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-gdpr-consent-message {
  color: #959ba1 !important;
  background: #151616 !important;
  border-bottom-color: #000 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container button.olark-gdpr-consent-checkbox {
  box-shadow: none !important;
  border: 1px solid #000 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-is-typing-dot {
  fill: #fff !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-visitor-message {
  color: #fff !important;
  background: #151616 !important;
  border: 0 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-visitor-message.olark-message-document-wrapper {
  border: 1px solid #4a4c4d !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-visitor-message.olark-message-error-wrapper {
  border: 1px solid #e77171 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-operator-message.olark-message-img-wrapper, #custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-visitor-message.olark-message-img-wrapper {
  background-color: transparent !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-message-document:hover {
  background: rgba(0, 0, 0, 0.3) !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-message-document-label {
  background: #939698 !important;
  color: #000 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-message-document-icon svg, #custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-message-document-icon svg * {
  fill: #939698 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-message-document-text, #custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-dismiss {
  color: #c9cacb !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container svg.olark-loading-icon {
  opacity: 1 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container svg.olark-loading-icon g {
  fill: #fff !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-invalid-form-field {
  border-bottom: 1px solid #ea4141 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-inline-form .olark-form-input, #custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-inline-form .olark-invalid-form-field {
  border-bottom: 0 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-invalid-asterisk svg {
  fill: #ea4141 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-branding-link a {
  background: transparent !important;
  color: #959ba1 !important;
  transition: all .6s ease-in-out !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-branding-link a:hover {
  color: #aeb3b7 !important;
  transition: all .1s ease-in-out !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-end-chat-flag {
  fill: #959ba1 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-branding-panel .olark-branding-description {
  color: #fff !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-branding-panel .olark-branding-cancel-button {
  background: #3e4042 !important;
  border: 1px solid #3e4042 !important;
  border: 0 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-branding-panel .olark-branding-go-button {
  background: none !important;
  border: 1px solid #3e4042 !important;
  color: #fff !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feedback-container {
  background: rgba(39, 40, 41, 0.96) !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-ratings-question-number, #custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-ratings-question {
  color: #edeeef !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-ratings-question {
  border-bottom: #3e4042 1px solid !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feedback-form-button {
  background: #3e4042 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feedback-wrap:before {
  background: #959ba1 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feedback-high-answer, #custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feedback-low-answer {
  background: #edeeef !important;
  color: #2b2c2d !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feedback-high-answer:before, #custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feedback-low-answer:before {
  border-color: #edeeef transparent transparent !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feedback-indicator {
  background: #2b2c2d !important;
  border: 2px solid #959ba1 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feedback-select-wrap > input:checked ~ .olark-feedback-indicator, #custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feedback-select-wrap > input:focus ~ .olark-feedback-indicator {
  color: #fff !important;
  border: 2px solid #bbbec2 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feedback-select-wrap > input:checked ~ .olark-feedback-indicator:after, #custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feedback-select-wrap > input:focus ~ .olark-feedback-indicator:after {
  background-color: #edeeef !important;
  border: 4px solid #2b2c2d !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feedback-select-wrap > input:active ~ .olark-feedback-indicator {
  background-color: #bbbec2 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feedback-cancel-button {
  color: #959ba1 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feedback-cancel-button svg {
  fill: #959ba1 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feed-button {
  background: #3e4042 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feed-button * {
  color: #c7cacd !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feed-button svg, #custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feed-button path {
  fill: #c7cacd !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feed-button.olark-disabled * {
  color: #7c838a !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feed-button.olark-disabled svg, #custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feed-button.olark-disabled path {
  fill: #7c838a !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-restart-button:before {
  background-color: #3e4042 !important; }

#custom-olark-container.olark-no-branding .olark-footer-form-container {
  bottom: 10px !important; }

#custom-olark-container.olark-no-branding .olark-conversation-container {
  height: calc(100% - 115px) !important; }

@media screen and (min-width: 600px) {
  #custom-olark-container.olark-no-branding .olark-conversation-container {
    height: calc(100% - 105px) !important; } }

@media screen and (min-width: 1100px) {
  #custom-olark-container.olark-no-branding .olark-conversation-container {
    height: calc(100% - 98px) !important; } }

#custom-olark-container.olark-no-branding .olark-no-message-form {
  height: calc(100% - 52px) !important; }

@media screen and (min-width: 600px) {
  #custom-olark-container.olark-no-branding .olark-no-message-form {
    height: calc(100% - 40px) !important; } }

#custom-olark-wrapper .olark-launch-button .olark-button-text.olark-hidden {
  margin-left: 0 !important;
  max-width: 0 !important;
  transition: all .4s ease-in-out, margin-left .6s ease-in-out !important; }

.olark-launch-button.olark-right-to-left svg {
  float: right !important; }

.olark-launch-button.olark-right-to-left .olark-button-text {
  margin: 0 12px 0 0 !important; }

#custom-olark-container.olark-right-to-left .olark-has-avatar {
  margin-left: 0 !important;
  margin-right: 44px !important; }

#custom-olark-container.olark-right-to-left .olark-operator-avatar {
  right: 0 !important;
  left: auto !important; }

#custom-olark-container.olark-right-to-left .olark-operator-name {
  text-align: right !important; }

#custom-olark-container.olark-right-to-left .olark-operator-message, #custom-olark-container.olark-right-to-left .olark-message-group .olark-operator-message:only-child {
  float: right !important;
  text-align: right !important;
  border-radius: 10px !important; }

#custom-olark-container.olark-right-to-left .olark-operator-message:after, #custom-olark-container.olark-right-to-left .olark-message-group .olark-operator-message:only-child:after {
  border-radius: 10px !important; }

#custom-olark-container.olark-right-to-left .olark-visitor-message, #custom-olark-container.olark-right-to-left .olark-message-group .olark-visitor-message:only-child {
  float: left !important;
  text-align: right !important;
  border-radius: 10px !important; }

#custom-olark-container.olark-right-to-left .olark-visitor-message:after, #custom-olark-container.olark-right-to-left .olark-message-group .olark-visitor-message:only-child:after {
  border-radius: 10px !important; }

#custom-olark-container.olark-right-to-left .olark-gdpr-consent-message, #custom-olark-container.olark-right-to-left .olark-gdpr-consent-message-text {
  text-align: right !important; }

#custom-olark-container.olark-right-to-left .olark-gdpr-consent-checkbox {
  float: right !important;
  margin: 0 0 0 10px !important; }

#custom-olark-container.olark-right-to-left .olark-top-bar-button {
  float: left !important; }

#custom-olark-container.olark-right-to-left .olark-end-chat-button {
  float: right !important;
  margin-left: 0 !important;
  margin-right: 15px !important;
  z-index: 100; }

#custom-olark-container.olark-right-to-left .olark-top-bar-text {
  float: right !important;
  padding: 0 20px 0 0 !important; }

#custom-olark-container.olark-right-to-left .olark-chat-input {
  text-align: right !important;
  padding: 15px 15px 15px 55px !important; }

#custom-olark-container.olark-right-to-left .olark-chat-input.olark-long-placeholder {
  padding: 1.8% 15px 1.8% 55px !important; }

#custom-olark-container.olark-right-to-left .olark-chat-input.olark-long-placeholder.olark-populated {
  padding: 15px 15px 15px 55px !important; }

#custom-olark-container.olark-right-to-left .olark-allows-file-upload .olark-chat-input {
  padding: 15px 30px 15px 55px !important; }

#custom-olark-container.olark-right-to-left .olark-allows-file-upload .olark-chat-input.olark-long-placeholder {
  padding: 1.8% 30px 1.8% 55px !important; }

#custom-olark-container.olark-right-to-left .olark-allows-file-upload .olark-chat-input.olark-long-placeholder.olark-populated {
  padding: 15px 30px 15px 55px !important; }

#custom-olark-container.olark-right-to-left .olark-has-preview .olark-chat-input {
  padding: 15px 96px 15px 55px !important; }

#custom-olark-container.olark-right-to-left .olark-has-preview .olark-chat-input.olark-long-placeholder {
  padding: 1.8% 96px 1.8% 55px !important; }

#custom-olark-container.olark-right-to-left .olark-has-preview .olark-chat-input.olark-long-placeholder.olark-populated {
  padding: 15px 96px 15px 55px !important; }

#custom-olark-container.olark-right-to-left .olark-chat-send-button {
  right: auto !important;
  left: 0 !important;
  transform: rotate(180deg) !important; }

#custom-olark-container.olark-right-to-left .olark-upload-file-button {
  left: auto !important;
  right: 0 !important; }

#custom-olark-container.olark-right-to-left .olark-upload-preview {
  left: auto !important;
  right: 10px !important; }

#custom-olark-container.olark-right-to-left .olark-form-message-input {
  text-align: right !important;
  padding: 0 0 5px 20px !important; }

#custom-olark-container.olark-right-to-left .olark-form-input {
  text-align: right !important;
  padding: 10px 0 5px 15px !important; }

#custom-olark-container.olark-right-to-left .olark-float-label {
  text-align: right !important; }

#custom-olark-container.olark-right-to-left .olark-required-asterisk {
  left: 0 !important; }

#custom-olark-container.olark-right-to-left .olark-branding-link {
  right: 0 !important;
  left: auto !important;
  margin: 0 2px 0 0 !important; }

#custom-olark-container.olark-large-text {
  font-size: 108%; }

.olark-launch-button.olark-bottom-left {
  right: auto !important;
  left: 20px !important; }

#custom-olark-container.olark-bottom-left {
  right: auto !important;
  left: 0 !important; }

@media screen and (min-width: 1100px) {
  #custom-olark-container.olark-bottom-left {
    left: 20px !important; } }

.olark-attention-grabber.olark-bottom-left {
  right: auto !important;
  left: 20px !important;
  text-align: left !important; }

@media screen and (min-width: 1100px) {
  .olark-attention-grabber.olark-bottom-left .olark-attention-grabber-cancel.olark-hidden {
    margin: -12px 0 6px 6px !important; } }

.olark-launch-button.olark-chat-tab {
  border-radius: 8px 8px 0 0 !important;
  bottom: 0 !important; }

#custom-olark-wrapper.olark-hidden {
  display: none !important; }

#custom-olark-container.olark-hidden {
  opacity: 0 !important;
  bottom: 200% !important;
  top: 100% !important; }

@media screen and (min-width: 480px) {
  #custom-olark-container.olark-hidden {
    top: auto !important;
    bottom: -100% !important; } }

.olark-launch-button.olark-hidden {
  top: auto !important;
  bottom: -100% !important; }

.olark-notification-badge.olark-hidden {
  display: none !important; }

@media screen and (min-width: 1100px) {
  #custom-olark-container.olark-detached:not(.olark-size-dr) {
    border-radius: 10px !important;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25) !important;
    bottom: 20px !important; } }

@media screen and (min-width: 1100px) {
  #custom-olark-container.olark-detached:not(.olark-size-dr) .olark-conversation-container, #custom-olark-container.olark-detached:not(.olark-size-dr) .olark-feedback-container, #custom-olark-container.olark-detached:not(.olark-size-dr) .olark-send-transcript-container {
    border-radius: 0 0 10px 10px !important; } }

@media screen and (min-width: 1100px) {
  #custom-olark-container.olark-detached:not(.olark-size-dr) .olark-overlay-module-container {
    border-radius: 0 0 10px 10px !important; } }

@media screen and (min-width: 1100px) {
  #custom-olark-container.olark-detached:not(.olark-size-dr) .olark-top-bar {
    border-radius: 10px 10px 0 0 !important; } }

@media screen and (min-width: 1100px) {
  #custom-olark-container.olark-detached:not(.olark-size-dr).olark-hidden {
    bottom: -100% !important; } }

@media screen and (min-width: 1100px) {
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) {
    width: 250px !important;
    height: 300px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-overlay-module-container, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-top-bar-text, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-generated-message, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-form-message, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-visitor-message, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-visitor-message:first-child, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-visitor-message:last-child, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-operator-message, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-operator-message:first-child, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-operator-message:last-child, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-float-label, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-form-input, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-form-message-input, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-chat-input, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-ratings-question, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-form-send-button, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-restart-button, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-feedback-form-button, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-feed-button span, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-branding-panel .olark-branding-cancel-button, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-branding-panel .olark-branding-go-button, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-send-transcript-container p, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-branding-panel .olark-branding-description {
    font-size: .85em; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-form-input-filled + .olark-float-label, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-feedback-low-answer, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-feedback-high-answer {
    font-size: .75em; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-branding-link a, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-ratings-question-number {
    font-size: .7em; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-end-chat-button span {
    font-size: .9em; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-top-bar {
    height: 30px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-top-bar-text {
    line-height: 30px;
    padding-left: 14px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-top-bar-button {
    padding: 12px 5px !important;
    width: 42px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-top-bar-button:hover svg {
    margin-top: 0 !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-top-bar-button svg {
    margin: 0 auto !important;
    width: 14px !important;
    height: 8px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-conversation-container, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-feedback-container, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-send-transcript-container, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-overlay-module-container {
    top: 30px !important;
    height: calc(100% - 94px) !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-conversation-container.olark-no-message-form, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-feedback-container.olark-no-message-form, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-send-transcript-container.olark-no-message-form, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-overlay-module-container.olark-no-message-form {
    height: calc(100% - 49px) !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-message-block, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-message-block:first-child, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-message-block:last-child {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-generated-message {
    padding: 0 5px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-gdpr-consent-message-text {
    width: 85% !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-form-message, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-visitor-message, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-visitor-message:first-child, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-visitor-message:last-child, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-operator-message, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-operator-message:first-child, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-operator-message:last-child {
    padding: 8px 10px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-message-link-icon {
    width: 26px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-message-link-text, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-message-error-text {
    max-width: 120px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-has-avatar {
    margin-left: 40px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-operator-avatar {
    width: 32px !important;
    height: 32px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-operator-avatar-image {
    border-radius: 16px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-chat-input {
    height: 35px !important;
    min-height: 35px !important;
    max-height: 60px !important;
    line-height: 1.1; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-chat-input {
    padding: 9px 8px 8px 8px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-chat-input.olark-long-placeholder {
    padding: 1% 8px 1% 8px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-chat-input.olark-long-placeholder.olark-populated {
    padding: 9px 8px 8px 8px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-allows-file-upload .olark-chat-input {
    padding: 9px 8px 8px 22px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-allows-file-upload .olark-chat-input.olark-long-placeholder {
    padding: 1% 8px 1% 22px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-allows-file-upload .olark-chat-input.olark-long-placeholder.olark-populated {
    padding: 9px 8px 8px 22px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-has-preview .olark-chat-input {
    padding: 9px 8px 8px 96px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-has-preview .olark-chat-input.olark-long-placeholder {
    padding: 1% 8px 1% 96px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-has-preview .olark-chat-input.olark-long-placeholder.olark-populated {
    padding: 9px 8px 8px 96px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-chat-send-button {
    display: none !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-upload-file-button {
    padding: 0 !important;
    height: 18px !important;
    width: 22px !important;
    bottom: 9px !important;
    right: auto !important;
    left: 0 !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-upload-preview {
    right: auto !important;
    left: 10px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-form-input {
    margin-bottom: 0 !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-offline-message-container .olark-form-send-button {
    margin-top: 0 !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-branding-panel .olark-branding-cancel-button, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-branding-panel .olark-branding-go-button, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-feedback-form-button, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-form-send-button, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-restart-button {
    padding: 12px 10px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-restart-button {
    margin-top: 0 !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-restart-button:before {
    display: none !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-end-chat-button {
    margin-top: 5px !important;
    margin-left: 8px !important;
    padding: 3px 8px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-feed-button {
    margin-bottom: 15px !important;
    padding: 10px 8px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-feed-button-wrap {
    margin-bottom: 0 !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-feed-button-wrap .olark-feed-button {
    margin-bottom: 0 !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-cancel-link-wrap {
    position: static !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-feedback-wrap {
    margin-bottom: 10px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-feedback-wrap:before {
    top: 8px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-feedback-low-answer, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-feedback-high-answer {
    padding: 6px 6px !important;
    max-width: 49% !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-ratings-question {
    border-bottom: 0 !important;
    margin-bottom: 0 !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-feedback-form-button {
    margin-top: 15px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-feedback-indicator {
    width: 16px !important;
    height: 16px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-feedback-select-wrap > input {
    height: 16px !important;
    width: 11px !important;
    margin: 0 0 0 4px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-feedback-select-wrap > input:checked ~ .olark-feedback-indicator, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-feedback-select-wrap > input:focus ~ .olark-feedback-indicator {
    top: 0 !important;
    left: 0 !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-send-transcript-container .olark-form-container {
    margin-bottom: 15px !important; }
  #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-inline-form {
    max-width: 95% !important; } }

@media screen and (min-width: 1100px) {
  #custom-olark-container.olark-size-lg:not(.olark-inline) {
    width: 425px !important;
    height: 500px !important; }
  #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-overlay-module-container, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-top-bar-text, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-generated-message, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-form-message, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-visitor-message, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-visitor-message:first-child, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-visitor-message:last-child, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-operator-message, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-operator-message:first-child, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-operator-message:last-child, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-float-label, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-form-input, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-form-message-input, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-chat-input, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-ratings-question, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-cancel-link-text, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-form-send-button, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-restart-button, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-feedback-form-button, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-feed-button span, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-branding-panel .olark-branding-cancel-button, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-branding-panel .olark-branding-go-button, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-send-transcript-container p, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-branding-panel .olark-branding-description, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-end-chat-button span {
    font-size: 1.05em; }
  #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-feedback-low-answer, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-feedback-high-answer, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-operator-name {
    font-size: .95em; }
  #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-form-input-filled + .olark-float-label, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-branding-link a, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-ratings-question-number {
    font-size: .85em; }
  #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-conversation-container, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-feedback-container, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-send-transcript-container {
    height: calc(100% - 118px) !important; }
  #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-conversation-container.olark-no-message-form, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-feedback-container.olark-no-message-form, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-send-transcript-container.olark-no-message-form {
    height: calc(100% - 68px) !important; }
  #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-gdpr-consent-message-text {
    width: 90% !important; }
  #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-visitor-message, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-visitor-message:first-child, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-visitor-message:last-child, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-operator-message, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-operator-message:first-child, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-operator-message:last-child {
    padding: 12px 14px !important; }
  #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-has-avatar {
    margin-left: 50px !important; }
  #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-operator-avatar {
    width: 42px !important;
    height: 42px !important; }
  #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-chat-input {
    height: 50px !important;
    min-height: 50px !important;
    max-height: 85px !important; }
  #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-chat-send-button {
    height: 51px !important; }
  #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-branding-panel {
    max-width: 85% !important;
    margin: 0 auto !important; }
  #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-cancel-link-wrap svg {
    width: 14px !important;
    height: 14px !important; }
  #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-form-container .olark-form:not(.olark-feedback-wrap), #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-form-message {
    width: 85% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important; }
  #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-form-send-button, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-form-message {
    margin-top: 20px !important; }
  #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-feedback-form-button {
    margin-top: 45px !important; }
  #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-form-confirmation-icon {
    margin-top: 60px !important; }
  #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-form-input {
    padding: 15px 15px 5px 0 !important; }
  #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-feedback-container .olark-form-container, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-feedback-container .olark-ratings-answer-labels {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 85% !important;
    display: block !important; }
  #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-feedback-low-answer, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-feedback-high-answer {
    padding: 10px !important; }
  #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-feedback-indicator {
    width: 25px !important;
    height: 25px !important; }
  #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-feedback-select-wrap > input {
    height: 25px !important; }
  #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-feedback-select-wrap > input:checked ~ .olark-feedback-indicator, #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-feedback-select-wrap > input:focus ~ .olark-feedback-indicator {
    top: -1px !important;
    left: -1px !important; }
  #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-feedback-wrap:before {
    top: 13px !important; }
  #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-ratings-question {
    margin-bottom: 2em !important; } }

@media screen and (min-width: 600px) {
  #custom-olark-container.olark-size-dr:not(.olark-inline) {
    width: 50% !important;
    height: 100% !important;
    right: 0 !important;
    top: 0 !important;
    max-height: 100% !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15) !important; }
  #custom-olark-container.olark-size-dr:not(.olark-inline).olark-hidden {
    bottom: 0 !important;
    right: -50% !important; }
  #custom-olark-container.olark-size-dr:not(.olark-inline) .olark-top-bar {
    border-radius: 0 !important; }
  #custom-olark-container.olark-size-dr:not(.olark-inline) .olark-top-bar-button {
    padding: 16px 16px 16px 28px !important; }
  #custom-olark-container.olark-size-dr:not(.olark-inline) .olark-top-bar-button:hover {
    padding: 16px 14px 16px 30px !important; }
  #custom-olark-container.olark-size-dr:not(.olark-inline) .olark-top-bar-button:hover svg {
    margin-top: 0 !important; }
  #custom-olark-container.olark-size-dr:not(.olark-inline) .olark-top-bar-button svg {
    transform: rotate(-90deg) !important; }
  #custom-olark-container.olark-size-dr:not(.olark-inline).olark-bottom-left {
    right: auto !important;
    left: 0 !important; }
  #custom-olark-container.olark-size-dr:not(.olark-inline).olark-bottom-left.olark-hidden {
    bottom: 0 !important;
    right: auto !important;
    left: -50% !important; }
  #custom-olark-container.olark-size-dr:not(.olark-inline).olark-bottom-left .olark-top-bar-button svg {
    transform: rotate(90deg) !important; } }

@media screen and (min-width: 1100px) {
  #custom-olark-container.olark-size-dr:not(.olark-inline) {
    width: 350px !important; }
  #custom-olark-container.olark-size-dr:not(.olark-inline) .olark-top-bar-button {
    padding: 16px 16px 16px 28px !important; }
  #custom-olark-container.olark-size-dr:not(.olark-inline) .olark-top-bar-button:hover {
    padding: 16px 14px 16px 30px !important; } }

@media screen and (min-width: 600px) {
  .olark-launch-button.olark-size-sm {
    font-size: 90%;
    padding: 0 15px !important;
    min-height: 42px !important;
    height: fit-content !important; }
  .olark-launch-button.olark-size-sm .olark-button-text {
    margin-left: 8px !important;
    line-height: 2em; }
  .olark-launch-button.olark-size-sm svg {
    height: 42px !important;
    width: 22px !important; } }

.olark-launch-button.olark-size-lg {
  font-size: 110%;
  padding: 0 25px !important;
  min-height: 54px !important;
  height: fit-content !important; }

.olark-launch-button.olark-size-lg .olark-button-text {
  margin-left: 12px !important;
  line-height: 2em; }

.olark-launch-button.olark-size-lg svg {
  height: 54px !important;
  width: 32px !important; }

#custom-olark-container.olark-preview-mode {
  box-shadow: none !important;
  right: 0 !important; }

#custom-olark-container.olark-preview-mode.olark-bottom-left {
  box-shadow: none !important;
  left: 0 !important; }

@media screen and (min-width: 480px) {
  #custom-olark-container.olark-inline {
    box-shadow: none !important; } }

@media screen and (min-width: 600px) {
  #custom-olark-container.olark-inline {
    width: 100% !important; } }

@media screen and (min-width: 1100px) {
  #custom-olark-container.olark-inline {
    position: absolute !important;
    height: 100% !important;
    max-height: 100% !important;
    border-radius: 0 0 0 0 !important;
    top: inherit !important;
    transition: all .6s ease-in-out, top .4s ease-in-out !important;
    right: 0 !important; } }

@media screen and (min-width: 1100px) {
  #custom-olark-container.olark-inline .olark-top-bar {
    border-radius: 0 0 0 0 !important; } }

#custom-olark-wrapper gr_block, #custom-olark-wrapper grammarly-btn, #custom-olark-wrapper grammarly-ghost {
  display: none !important; }

#custom-olark-container .olark-error-message {
  color: #af1d1d !important;
  font-weight: normal !important;
  text-align: left !important; }

#custom-olark-container .olark-restart-button, #custom-olark-container .olark-feedback-form-button {
  border-radius: 28px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  letter-spacing: .5px;
  font-size: 16px; }

#custom-olark-container .olark-form-container .olark-form-input {
  background: transparent !important;
  border: 1px solid #abacad !important;
  border-radius: 6px !important;
  padding: 6px 10px !important;
  font-size: 16px;
  font-family: "Noto Sans", "sans-serif"; }

#custom-olark-container .olark-form-container .olark-form-message-input {
  font-family: "Noto Sans", "sans-serif"; }

#custom-olark-container .olark-form-container .olark-invalid-form-field {
  border-color: #f64c72 !important; }

#custom-olark-container .olark-form-container .olark-form-send-button {
  border-radius: 28px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  letter-spacing: .5px;
  font-size: 16px; }

#custom-olark-container.olark-inline .olark-survey-form {
  height: auto !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-text, #custom-olark-container .olark-survey-form .olark-survey-form-textarea {
  background: transparent !important;
  border: 1px solid #abacad !important;
  border-radius: 6px !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-text:focus, #custom-olark-container .olark-survey-form .olark-survey-form-textarea:focus {
  outline: none; }

#custom-olark-container .olark-survey-form .olark-survey-form-item-textarea .olark-survey-form-req-icon {
  top: 38px !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-radio-button-label {
  word-break: break-word !important;
  max-width: 90% !important; }

#custom-olark-container .olark-survey-form .olark-button {
  background-color: #61d286 !important;
  border-radius: 28px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  letter-spacing: .5px;
  font-size: 16px; }

#custom-olark-container.olark-no-branding .olark-survey-form .olark-survey-form-submit {
  margin-bottom: 10px !important; }

.olark-svg-clip-path {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important; }

.olark-launch-button-wrapper {
  display: none;
  position: fixed !important;
  bottom: 15px !important;
  right: 20px !important;
  left: auto !important;
  z-index: 9000000 !important; }

.olark-launch-button-wrapper:focus-within {
  right: 18px !important;
  bottom: 13px !important; }

.olark-launch-button-wrapper.olark-bottom-left {
  right: auto !important;
  left: 20px !important; }

.olark-launch-button-wrapper.olark-bottom-left:focus-within {
  left: 18px !important;
  right: auto !important; }

.olark-launch-button-wrapper .olark-button-focus-wrapper:focus-within {
  background: #61d286 !important;
  padding: 2px !important;
  line-height: 0;
  -webkit-clip-path: url("#olark-chat-button-clip-path") !important;
  clip-path: url("#olark-chat-button-clip-path") !important; }

.olark-launch-button-wrapper.olark-text-button .olark-button-focus-wrapper:focus-within {
  -webkit-clip-path: url("#olark-chat-button-text-clip-path") !important;
  clip-path: url("#olark-chat-button-text-clip-path") !important; }

.olark-launch-button {
  font-family: "Noto Sans", "sans-serif";
  position: relative !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  bottom: auto !important;
  right: auto !important;
  min-height: 60px !important;
  height: auto !important;
  width: 60px !important;
  background: #3d3683 !important;
  -webkit-clip-path: url("#olark-chat-button-clip-path") !important;
  clip-path: url("#olark-chat-button-clip-path") !important;
  outline: none !important;
  line-height: 0; }

.olark-launch-button:hover {
  box-shadow: none !important; }

.olark-launch-button svg {
  width: 35px !important;
  height: 50px !important; }

.olark-launch-button.olark-text-button {
  width: auto !important;
  min-width: 160px !important;
  -webkit-clip-path: url("#olark-chat-button-text-clip-path") !important;
  clip-path: url("#olark-chat-button-text-clip-path") !important; }

.olark-launch-button.olark-text-button .olark-button-text {
  margin: 0 !important;
  max-width: 250px !important;
  padding: 0 10px !important;
  font-size: 16px;
  letter-spacing: .5px;
  font-family: "Noto Sans", "sans-serif";
  box-sizing: content-box !important; }

.olark-launch-button.olark-text-button .olark-button-text span {
  box-sizing: content-box !important; }

.olark-launch-button.olark-text-button .olark-button-text svg {
  height: 28px !important;
  vertical-align: middle !important;
  margin-right: 5px !important;
  margin-top: -3px !important; }

.olark-launch-button.olark-text-button .olark-button-text svg.olark-envelope-icon {
  height: 32px !important; }

.olark-launch-button .olark-close-icon {
  width: 20px !important; }

.olark-launch-button .olark-close-icon path {
  stroke-linecap: round !important;
  stroke-width: 2px !important;
  stroke: #fff !important; }

.olark-launch-button.olark-size-sm {
  padding: 0 !important;
  padding-left: 1px !important;
  width: 43px !important;
  height: auto !important; }

.olark-launch-button.olark-size-sm .olark-close-icon {
  width: 14px !important; }

.olark-launch-button.olark-size-lg .olark-close-icon {
  width: auto !important;
  height: auto !important; }

.olark-launch-button.olark-size-lg {
  padding: inherit !important;
  height: auto !important; }

@media screen and (max-height: 280px) {
  .olark-launch-button.olark-size-md:not(.olark-text-button), .olark-launch-button.olark-size-dr:not(.olark-text-button) {
    padding: 0 !important;
    padding-left: 1px !important;
    width: 10px !important;
    height: 10px !important; }
  .olark-launch-button.olark-size-md:not(.olark-text-button) .olark-close-icon, .olark-launch-button.olark-size-dr:not(.olark-text-button) .olark-close-icon {
    width: 6px !important;
    height: 6px !important; } }

.olark-notification-badge {
  box-sizing: unset !important;
  border: 2px solid #fff !important;
  background-color: #f64c72 !important;
  z-index: 500000000000 !important;
  text-align: center !important;
  box-shadow: none !important;
  top: 14px !important;
  left: calc(100% - 20px) !important;
  width: 20px !important;
  height: 20px !important;
  position: relative !important; }

.olark-notification-badge .olark-notification-badge-text {
  font-family: "Noto Sans", "sans-serif";
  font-weight: bold !important;
  line-height: 20px;
  font-size: 14px; }

#custom-olark-container {
  bottom: 94px !important;
  height: auto !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  border: 1px solid #f3f4f5 !important;
  border-radius: 12px 12px 0 0 !important; }

#custom-olark-container.olark-inline {
  border-radius: 0 !important;
  border: none !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important; }

#custom-olark-container .olark-overlay-active {
  visibility: hidden !important; }

#custom-olark-container.olark-size-dr:focus {
  right: 0 !important; }

@media screen and (min-width: 600px) {
  #custom-olark-container .olark-overlay-module-container {
    border-bottom-left-radius: 10px !important; } }

@media screen and (min-width: 1100px) {
  #custom-olark-container .olark-overlay-module-container {
    border-bottom-right-radius: 10px !important; }
  #custom-olark-container .olark-overlay-module-container:focus {
    right: 19px !important; } }

@media screen and (min-width: 480px) {
  #custom-olark-container {
    top: 0 !important;
    transition: all 0.22s cubic-bezier(0.38, 0, 0.41, 1.16) !important; } }

@media screen and (min-width: 600px) {
  #custom-olark-container {
    border-bottom-left-radius: 10px !important; } }

@media screen and (min-width: 1370px) {
  #custom-olark-container {
    border-bottom-right-radius: 10px !important;
    max-height: 600px !important;
    top: inherit !important; } }

@media screen and (min-width: 600px) {
  #custom-olark-container.olark-no-branding .olark-no-message-form {
    height: calc(100% - 118px) !important; } }

#custom-olark-container.olark-hidden {
  transform: scale(0) !important;
  transform-origin: bottom right !important; }

#custom-olark-container.olark-hidden.olark-bottom-left {
  transform-origin: bottom left !important; }

@media screen and (min-width: 480px) {
  #custom-olark-container.olark-hidden {
    bottom: 40px !important;
    visibility: hidden !important;
    top: 0 !important; } }

@media screen and (min-width: 1100px) {
  #custom-olark-container.olark-hidden {
    top: inherit !important; } }

#custom-olark-container.olark-size-sm {
  bottom: 74px !important; }

#custom-olark-container.olark-size-sm:not(.olark-inline) {
  height: auto !important; }

#custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-conversation-container, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-feedback-container, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-send-transcript-container, #custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-overlay-module-container {
  top: inherit !important;
  height: unset !important;
  bottom: unset !important; }

#custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-feedback-container {
  top: 10px !important; }

#custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-send-transcript-container {
  top: 20% !important; }

#custom-olark-wrapper #custom-olark-container.olark-size-lg:not(.olark-inline) {
  height: auto !important; }

#custom-olark-wrapper #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-conversation-container, #custom-olark-wrapper #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-feedback-container, #custom-olark-wrapper #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-send-transcript-container, #custom-olark-wrapper #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-overlay-module-container {
  top: inherit !important;
  height: unset !important;
  bottom: unset !important; }

#custom-olark-wrapper #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-feedback-container, #custom-olark-wrapper #custom-olark-container.olark-size-lg:not(.olark-inline) .olark-send-transcript-container {
  top: 25% !important; }

#custom-olark-container.olark-size-dr:not(.olark-inline) {
  height: inherit !important; }

@media screen and (max-height: 280px) {
  #custom-olark-container.olark-size-dr:not(.olark-inline), #custom-olark-container.olark-size-md:not(.olark-inline) {
    height: 80% !important; } }

#custom-olark-container.olark-size-dr .olark-module-wrapper {
  height: 100% !important; }

#custom-olark-container.olark-size-dr .olark-module-wrapper .olark-conversation-container {
  height: 100% !important; }

#custom-olark-container .olark-top-bar {
  height: fit-content !important;
  position: relative !important;
  padding: 20px !important;
  flex-shrink: 0 !important;
  border-bottom: 1px solid #f3f4f5 !important;
  font-family: "Noto Sans", "sans-serif";
  background-color: #3d3683 !important; }

#custom-olark-container .olark-top-bar p {
  padding: 0 !important;
  margin: 0 !important;
  font-size: .875em;
  line-height: 1.45em;
  margin-top: 10px !important;
  color: #fff !important; }

@media screen and (min-width: 1100px) {
  #custom-olark-container .olark-top-bar {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important; } }

@media screen and (min-width: 1100px) {
  #custom-olark-container.olark-no-branding .olark-top-bar.olark-no-offline {
    border-radius: 10px !important; } }

@media screen and (max-height: 280px) {
  #custom-olark-container .olark-top-bar {
    height: 20% !important; }
  #custom-olark-container .olark-top-bar .olark-agent-avatar, #custom-olark-container .olark-top-bar .olark-agent-status, #custom-olark-container .olark-top-bar .olark-agent-status-icon, #custom-olark-container .olark-top-bar p.olark-agent-display-name {
    display: none !important; }
  #custom-olark-container .olark-top-bar h2 {
    display: none !important; }
  #custom-olark-container .olark-top-bar p {
    display: none !important; } }

@media screen and (max-height: 400px) {
  #custom-olark-container .olark-top-bar p {
    height: 30px !important;
    overflow: auto !important; } }

#custom-olark-container .olark-top-bar.olark-has-agent {
  padding: 10px 20px !important; }

@media screen and (min-width: 600px) {
  #custom-olark-container .olark-top-bar.olark-has-agent {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important; } }

@media screen and (min-width: 1100px) {
  #custom-olark-container .olark-top-bar.olark-has-agent {
    border-radius: 10px !important; } }

#custom-olark-container .olark-top-bar-text {
  font-family: "Noto Sans", "sans-serif";
  font-size: 1.5em;
  font-weight: bold !important;
  float: none !important;
  padding: 0 !important;
  height: auto !important;
  overflow: ellipsis !important;
  max-width: 100% !important; }

#custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-top-bar {
  height: auto !important; }

#custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-top-bar .olark-top-bar-text {
  line-height: inherit;
  padding-left: inherit !important; }

#custom-olark-wrapper #custom-olark-container.olark-size-sm:not(.olark-inline) .olark-top-bar p {
  font-size: .75em; }

#custom-olark-container.olark-size-dr:not(.olark-inline) .olark-top-bar {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important; }

#custom-olark-container .olark-agent-info {
  width: 100% !important; }

#custom-olark-container .olark-agent-info .olark-agent-avatar-wrapper {
  display: inline-block !important;
  margin-right: 10px !important; }

#custom-olark-container .olark-agent-info .olark-agent-status-icon {
  position: absolute !important;
  float: left !important;
  border-radius: 50% !important;
  width: 12px !important;
  height: 12px !important;
  background-color: #66d189 !important;
  border: 2px solid #fff !important;
  top: 36px !important;
  left: 46px !important; }

#custom-olark-container .olark-agent-info .olark-agent-avatar {
  width: 38px !important;
  height: 38px !important;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  overflow: hidden !important; }

#custom-olark-container .olark-agent-info .olark-agent-display-wrapper {
  display: inline-block !important;
  height: 100% !important;
  vertical-align: top !important; }

#custom-olark-container .olark-agent-info .olark-agent-display-name {
  display: block !important;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500 !important;
  margin: 0 !important; }

#custom-olark-container .olark-agent-info .olark-agent-status {
  font-size: .8125em;
  color: rgba(255, 255, 255, 0.8) !important;
  margin: 0 !important; }

#custom-olark-container .olark-module-wrapper {
  display: flex !important;
  flex-direction: column !important;
  flex-shrink: 1 !important;
  height: 100% !important;
  font-family: "Noto Sans", "sans-serif"; }

#custom-olark-container .olark-module-wrapper .olark-modal-background {
  background: rgba(0, 0, 0, 0.4) !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important; }

@media screen and (min-width: 600px) {
  #custom-olark-container .olark-module-wrapper .olark-modal-background {
    border-bottom-left-radius: 10px !important; } }

@media screen and (min-width: 1100px) {
  #custom-olark-container .olark-module-wrapper .olark-modal-background {
    border-radius: 10px !important; } }

#custom-olark-container.olark-inline .olark-module-wrapper .olark-overlay-module-container {
  height: auto !important; }

#custom-olark-container .olark-overlay-module-container {
  height: 100% !important; }

#custom-olark-container .olark-module-wrapper .olark-overlay-module-container {
  height: 100% !important;
  top: auto !important;
  bottom: auto !important;
  position: relative !important; }

#custom-olark-container .olark-module-wrapper .olark-overlay-module-container .olark-survey-form {
  padding: 10px 10px 20px !important; }

#custom-olark-container .olark-module-wrapper .olark-feedback-container {
  height: auto !important;
  position: absolute !important;
  width: 95% !important;
  left: 2.5% !important;
  border-radius: 10px !important;
  padding: 10px 20px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translate(0, -50%) !important; }

#custom-olark-container .olark-module-wrapper .olark-feedback-container .olark-cancel-link-wrap {
  position: static !important; }

#custom-olark-container .olark-conversation-container {
  display: flex !important;
  flex-direction: column-reverse !important;
  top: auto !important;
  bottom: auto !important;
  height: 100% !important;
  padding: 0 !important; }

#custom-olark-container .olark-has-message .olark-conversation-container {
  height: auto !important;
  flex-shrink: 0 !important; }

#custom-olark-container.olark-size-dr .olark-module-wrapper.olark-has-message .olark-conversation-container {
  height: auto !important; }

#custom-olark-container .olark-feedback-container, #custom-olark-container .olark-send-transcript-container, #custom-olark-container .olark-overlay-module-container {
  width: 100% !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  position: relative !important;
  height: auto !important; }

#custom-olark-container.olark-no-branding .olark-conversation-container {
  height: inherit !important; }

@media screen and (min-width: 1100px) {
  #custom-olark-container.olark-no-branding .olark-conversation-container {
    height: inherit !important; } }

@media screen and (min-width: 600px) {
  #custom-olark-container.olark-no-branding .olark-conversation-container {
    top: inherit !important;
    bottom: inherit !important; } }

@media screen and (min-height: 250px) {
  #custom-olark-container.olark-no-branding .olark-conversation-container.olark-prechat-survey-visible {
    height: auto !important; } }

#custom-olark-container .olark-message-block-container {
  position: relative !important; }

#custom-olark-container .olark-message-block-container:empty {
  padding: 0 !important; }

#custom-olark-container .olark-message-block:first-child {
  margin-bottom: 0 !important; }

#custom-olark-container .olark-is-typing {
  width: 40px !important;
  height: 15px !important; }

#custom-olark-container .olark-is-typing-dot:nth-child(3) {
  -webkit-animation-delay: 0s !important; }

#custom-olark-container .olark-is-typing-dot:nth-child(4) {
  -webkit-animation-delay: .33s !important; }

#custom-olark-container .olark-is-typing-dot:nth-child(5) {
  -webkit-animation-delay: .66s !important; }

#custom-olark-container .olark-is-typing-dot {
  animation: zooming-dot-animation 1s infinite ease-in-out;
  transform-origin: center !important; }

@-moz-keyframes zooming-dot-animation {
  0% {
    transform: scale(1);
    opacity: 1; }
  50% {
    transform: scale(0.9);
    opacity: .9; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes zooming-dot-animation {
  0% {
    transform: scale(1);
    opacity: 1; }
  50% {
    transform: scale(0.9);
    opacity: .9; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@-o-keyframes zooming-dot-animation {
  0% {
    transform: scale(1);
    opacity: 1; }
  50% {
    transform: scale(0.9);
    opacity: .9; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes zooming-dot-animation {
  0% {
    transform: scale(1);
    opacity: 1; }
  50% {
    transform: scale(0.9);
    opacity: .9; }
  100% {
    transform: scale(1);
    opacity: 1; } }

#custom-olark-container .olark-footer-form-container {
  position: relative !important;
  flex-shrink: 0 !important;
  bottom: auto !important;
  border: none !important;
  border-top: 1px solid #f3f4f5 !important; }

#custom-olark-container .olark-footer-form-container .olark-upload-file-button {
  height: auto !important; }

#custom-olark-container .olark-footer-form-container .olark-upload-file-button svg {
  display: inline !important; }

@media screen and (min-width: 100px) {
  #custom-olark-container .olark-footer-form-container {
    width: 100% !important;
    border-radius: 0 !important;
    margin: 0 !important; } }

#custom-olark-container .olark-footer-form-container:focus-within .olark-chat-send-button svg path {
  fill: #1a853d !important; }

#custom-olark-container .olark-footer-form-container .olark-chat-input {
  background: #fff !important;
  font-size: 16px;
  color: #000 !important;
  border-left: none !important;
  border-right: none !important;
  line-height: 1.4em; }

@media screen and (min-width: 1100px) {
  #custom-olark-container .olark-footer-form-container .olark-chat-input {
    height: 52px !important; } }

#custom-olark-container .olark-footer-form-container .olark-chat-input:focus, #custom-olark-container .olark-footer-form-container .olark-chat-input:hover {
  box-shadow: none !important; }

#custom-olark-container .olark-footer-form-container .olark-chat-send-button:disabled svg path {
  fill: #c7cacd !important;
  stroke: #c7cacd !important; }

#custom-olark-container .olark-footer-form-container .olark-chat-send-button svg path {
  fill: #1a853d !important;
  stroke: #1a853d !important; }

#custom-olark-container .olark-footer-form-container .olark-chat-send-button svg path:last-child {
  stroke: #fff !important; }

#custom-olark-container .olark-populated + .olark-chat-input-float-label {
  padding-top: 2px !important; }

#custom-olark-container.olark-no-branding .olark-footer-form-container {
  bottom: auto !important; }

@media screen and (min-width: 600px) {
  #custom-olark-container.olark-no-branding .olark-footer-form-container {
    border-bottom-left-radius: 10px !important; } }

@media screen and (min-width: 1100px) {
  #custom-olark-container.olark-no-branding .olark-footer-form-container {
    border-bottom-right-radius: 10px !important; } }

@media screen and (min-width: 600px) {
  #custom-olark-container.olark-no-branding .olark-footer-form-container .olark-chat-input {
    border-bottom-left-radius: 10px !important; } }

@media screen and (min-width: 1100px) {
  #custom-olark-container.olark-no-branding .olark-footer-form-container .olark-chat-input {
    border-bottom-right-radius: 10px !important; } }

#custom-olark-container.olark-no-branding .olark-footer-form-container .olark-chat-send-button {
  height: 40px !important;
  top: 10px !important;
  right: 2px !important;
  padding: 0 10px !important;
  border: 2px solid rgba(255, 255, 255, 0) !important; }

#custom-olark-container.olark-no-branding .olark-footer-form-container .olark-chat-send-button:disabled {
  height: 32px !important; }

#custom-olark-container .olark-upload-file-button svg, #custom-olark-container .olark-upload-file-button svg * {
  fill: none !important; }

#custom-olark-container .olark-branding-link {
  position: static !important;
  text-align: right !important;
  flex-shrink: 0 !important;
  border-top: 1px solid #f3f4f5 !important;
  margin: 0 !important;
  bottom: auto !important; }

#custom-olark-container .olark-branding-link .olark-branding-link-word {
  padding: 5px 0 !important; }

#custom-olark-container .olark-branding-link svg {
  margin: 0 20px -6px 5px !important;
  display: inline-block !important; }

#custom-olark-container .olark-branding-link a {
  color: #8a8b8e !important;
  padding: 8px 0 12px !important; }

@media screen and (max-height: 300px) {
  #custom-olark-container .olark-branding-link {
    display: none !important; } }

#custom-olark-container .olark-context-menu-button {
  position: absolute !important;
  top: 15px !important;
  right: 10px !important;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding-top: 5px !important; }

#custom-olark-container .olark-context-menu-button:active, #custom-olark-container .olark-context-menu-button:focus {
  top: 15px !important;
  background: none !important;
  outline: 1px solid #fff !important; }

#custom-olark-container .olark-context-menu-button svg path {
  stroke-width: 2px !important; }

#custom-olark-container .olark-context-menu-ul {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important; }

#custom-olark-container .olark-context-menu-li {
  padding: 0 !important;
  margin: 0 !important; }

@media screen and (max-height: 280px) {
  #custom-olark-container .olark-context-menu-button {
    top: 0 !important;
    padding-top: 0 !important; }
  #custom-olark-container .olark-context-menu-button:focus {
    top: 0 !important;
    padding-top: 0 !important; } }

#custom-olark-container .olark-context-menu {
  position: absolute !important;
  top: 54px !important;
  right: 28px !important;
  z-index: 50 !important;
  padding: 15px 20px !important;
  border-radius: 5px !important;
  border-top-right-radius: 0 !important;
  background: #fff !important;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15) !important; }

#custom-olark-container .olark-context-menu button {
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block !important;
  color: #2a2828 !important;
  padding: 5px 0 !important; }

#custom-olark-container .olark-context-menu button:focus, #custom-olark-container .olark-context-menu button:hover {
  text-decoration: underline !important; }

#custom-olark-container .olark-context-menu button:disabled {
  opacity: .5 !important; }

#custom-olark-container .olark-context-menu button svg {
  width: 12px !important;
  height: 12px !important;
  margin-right: 6px !important;
  vertical-align: middle !important; }

@media screen and (max-height: 280px) {
  #custom-olark-container .olark-context-menu {
    top: 0 !important; } }

#custom-olark-container .olark-visitor-message, #custom-olark-container .olark-operator-message {
  white-space: pre-line !important; }

#custom-olark-container .olark-visitor-message, #custom-olark-container .olark-visitor-message:first-child, #custom-olark-container .olark-visitor-message:last-child, #custom-olark-container .olark-message-group .olark-visitor-message:only-child {
  background: #f3f4f5 !important;
  margin-bottom: 4px !important;
  font-size: 14px;
  letter-spacing: .1px;
  line-height: 20px;
  padding: 6px 10px !important; }

#custom-olark-container .olark-message-group .olark-visitor-message:only-child {
  border-radius: 18px 18px 0 18px !important; }

#custom-olark-container .olark-operator-message a {
  color: #8ae2ff !important; }

#custom-olark-container .olark-operator-message a:visited {
  color: #8ae2ff !important; }

#custom-olark-container .olark-operator-message, #custom-olark-container .olark-operator-message:first-child, #custom-olark-container .olark-operator-message:last-child, #custom-olark-container .olark-message-group .olark-operator-message:only-child {
  margin-bottom: 4px !important;
  font-size: 14px;
  letter-spacing: .1px;
  line-height: 20px;
  padding: 6px 10px !important; }

#custom-olark-container .olark-message-group .olark-operator-message:only-child {
  border-radius: 18px 18px 18px 0 !important; }

#custom-olark-container .olark-operator-name-wrapper, #custom-olark-container .olark-generated-message-wrapper {
  width: 100% !important;
  text-align: center !important;
  display: inline-block !important;
  margin-bottom: 10px !important;
  position: relative !important; }

#custom-olark-container .olark-operator-name-wrapper .olark-operator-name, #custom-olark-container .olark-generated-message-wrapper .olark-operator-name, #custom-olark-container .olark-operator-name-wrapper .olark-generated-message, #custom-olark-container .olark-generated-message-wrapper .olark-generated-message {
  background: #fff !important;
  padding: 4px 10px !important;
  position: relative !important;
  color: #6b6c6d !important;
  font-size: .75em;
  font-weight: normal !important; }

#custom-olark-container .olark-operator-name-wrapper::before, #custom-olark-container .olark-generated-message-wrapper::before {
  content: "";
  border-top: 1px solid #d7d9dc !important;
  display: inline-block !important;
  width: 100% !important;
  position: absolute !important;
  top: 10px !important;
  left: 0 !important;
  z-index: 0 !important; }

#custom-olark-container .olark-a11y-message-helper {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important; }

#custom-olark-container .olark-module-wrapper .olark-send-transcript-container {
  position: absolute !important;
  width: 95% !important;
  left: 50% !important;
  border-radius: 10px !important;
  padding: 10px 20px !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  overflow: visible !important;
  bottom: auto !important;
  max-width: 335px !important; }

#custom-olark-container .olark-module-wrapper .olark-send-transcript-container h2 {
  font-size: 18px;
  font-weight: bold !important;
  color: #000 !important;
  text-align: center !important;
  padding: 0 !important; }

#custom-olark-container .olark-module-wrapper .olark-send-transcript-container label {
  font-size: 14px;
  color: #5b5857 !important; }

#custom-olark-container .olark-module-wrapper .olark-send-transcript-container .olark-cancel-link-wrap {
  position: static !important;
  margin-top: 10px !important; }

#custom-olark-container .olark-module-wrapper .olark-inline-feedback-wrapper .olark-modal-background {
  position: relative !important;
  background: none !important; }

#custom-olark-container .olark-module-wrapper .olark-inline-feedback-wrapper .olark-feedback-container {
  position: relative !important;
  width: 100% !important;
  border: 1px solid #d7d9dc !important;
  top: auto !important;
  bottom: auto !important;
  box-shadow: none !important;
  transform: translate(-50%, 0) !important;
  margin-bottom: 10px !important;
  margin-top: 30px !important; }

#custom-olark-container .olark-module-wrapper .olark-inline-feedback-wrapper .olark-feedback-container.olark-feedback-complete {
  margin-top: inherit !important; }

#custom-olark-container .olark-module-wrapper .olark-feedback-container {
  overflow: visible !important;
  padding-top: 30px !important;
  max-width: 335px !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important; }

@media screen and (max-height: 280px) {
  #custom-olark-container .olark-module-wrapper .olark-feedback-container {
    top: 100px !important; } }

#custom-olark-container .olark-feedback-smiley-wrapper {
  position: absolute !important;
  left: 50% !important;
  transform: translate(-50%, 0) !important;
  top: -30px !important; }

#custom-olark-container .olark-feedback-wrap {
  margin: 0 !important; }

#custom-olark-container .olark-feedback-wrap:before, #custom-olark-container .olark-feedback-wrap:after {
  display: none !important; }

#custom-olark-container .olark-feedback-textarea {
  text-align: left !important;
  border-radius: 6px !important;
  border: 1px solid #abacad !important;
  padding: 8px !important;
  min-height: 100px !important; }

#custom-olark-container .olark-feedback-form-button {
  margin-top: 10px !important; }

#custom-olark-container .olark-feedback-indicator {
  background: none !important;
  position: relative !important;
  width: auto !important;
  height: auto !important;
  border: none !important;
  box-shadow: none !important; }

#custom-olark-container .olark-feedback-indicator svg path {
  fill: #d7d9dc !important; }

#custom-olark-container .olark-feedback-select-wrap > input {
  opacity: 0 !important;
  height: 0 !important;
  float: left !important; }

#custom-olark-container .olark-feedback-select-wrap.olark-feedback-checked, #custom-olark-container .olark-feedback-select-wrap > input:checked ~ .olark-feedback-indicator {
  left: auto !important;
  top: auto !important;
  width: auto !important;
  height: auto !important;
  box-shadow: none !important; }

#custom-olark-container .olark-feedback-select-wrap.olark-feedback-checked svg path, #custom-olark-container .olark-feedback-select-wrap > input:checked ~ .olark-feedback-indicator svg path {
  fill: #ffd84e !important; }

#custom-olark-container .olark-feedback-select-wrap.olark-feedback-checked:after, #custom-olark-container .olark-feedback-select-wrap > input:checked ~ .olark-feedback-indicator:after {
  display: none !important; }

#custom-olark-container .olark-feedback-select-wrap > input:focus ~ .olark-feedback-indicator:after {
  display: none !important; }

#custom-olark-container .olark-feedback-select-wrap > input:focus ~ .olark-feedback-indicator {
  color: unset !important;
  width: unset !important;
  height: unset !important;
  left: unset !important;
  top: unset !important;
  box-shadow: unset !important;
  border: none !important; }

#custom-olark-container .olark-feedback-select-wrap:focus-within .olark-feedback-indicator svg path {
  stroke: #000;
  stroke-width: 2px; }

#custom-olark-container .olark-feedback-smiley-wrapper.olark-airplane-icon {
  top: -20px !important; }

#custom-olark-container path.olark-secondary {
  fill: #61d286 !important; }

#custom-olark-container .olark-module-wrapper .olark-feedback-container .olark-cancel-link-wrap {
  margin-top: 10px !important; }

#custom-olark-container .olark-ratings-question {
  color: #000 !important;
  font-size: 18px;
  border-bottom: none !important;
  margin: 0 !important;
  padding: 10px 0 !important; }

#custom-olark-container .olark-ratings-question-number {
  color: #6b6c6d !important;
  font-size: 11px;
  margin: 0 !important;
  display: inline-block !important;
  width: 100% !important; }

#custom-olark-container .olark-end-conversation-block .olark-restart-button:before {
  display: none !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container {
  background-color: #252833 !important;
  border-color: #37414f !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-branding-link {
  border-top-color: rgba(255, 255, 255, 0.2) !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-branding-link .olark-branding-link-word {
  color: #a8a9ad !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-branding-link svg path {
  fill: #fff !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-footer-form-container {
  border: none !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-footer-form-container .olark-chat-input {
  background-color: #252833 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-footer-form-container .olark-chat-input:hover {
  box-shadow: none !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-footer-form-container .olark-chat-input-float-label {
  color: #a8a9ad !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-footer-form-container .olark-chat-send-button svg path:last-child {
  stroke: #252833 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-conversation-container {
  background-color: #252833 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-conversation-container .olark-operator-name-wrapper:before {
  border-color: #929399 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-conversation-container .olark-operator-name-wrapper .olark-operator-name {
  background-color: #252833 !important;
  color: #a8a9ad !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-conversation-container .olark-visitor-message {
  background-color: #37414f !important;
  color: #fff !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-agent-info .olark-agent-avatar, #custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-agent-info .olark-agent-status-icon {
  border-color: #252833 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-context-menu {
  background-color: #37414f !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-context-menu button {
  color: #fff !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-send-transcript-container {
  background-color: #252833 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-send-transcript-container .olark-form-input {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background-color: #37414f !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-send-transcript-container .olark-invalid-form-field {
  border-color: #f64c72 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-send-transcript-container h2 {
  color: #fff !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-send-transcript-container label {
  color: #fff !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-generated-message-wrapper:before {
  border-color: #929399 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-generated-message {
  background-color: #252833 !important;
  color: #aba9ad !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-prechat-survey {
  border-color: rgba(255, 255, 255, 0.2) !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feedback-container {
  background-color: #252833 !important;
  border-color: rgba(255, 255, 255, 0.2) !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feedback-container h2 {
  color: #fff !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feedback-indicator svg path {
  fill: #657182 !important;
  stroke: #657182 !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feedback-select-wrap.olark-feedback-checked svg path, #custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feedback-select-wrap > input:checked ~ .olark-feedback-indicator svg path {
  fill: #ffd84e !important;
  stroke: #ffd84e !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feedback-indicator, #custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feedback-select-wrap > input:checked ~ .olark-feedback-indicator, #custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feedback-select-wrap > input:focus ~ .olark-feedback-indicator, #custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-feedback-select-wrap > input:active ~ .olark-feedback-indicator {
  background: none !important;
  border: none !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-ratings-question {
  border-bottom: none !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-form-message-input {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background-color: #37414f !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-survey-form .olark-survey-form-input {
  background-color: #37414f !important;
  border-color: rgba(255, 255, 255, 0.2) !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-survey-form .olark-survey-form-label {
  color: #d7d9dc !important; }

#custom-olark-wrapper.olark-dark-theme #custom-olark-container .olark-survey-form .olark-survey-form-info-message {
  color: #d7d9dc !important; }

.olark-launch-button.olark-right-to-left svg {
  float: inherit !important; }

#custom-olark-container.olark-right-to-left .olark-top-bar-text {
  padding: 0 !important; }

#custom-olark-container.olark-right-to-left .olark-top-bar p {
  float: right !important; }

#custom-olark-container.olark-right-to-left .olark-module-wrapper label {
  float: right !important; }

#custom-olark-container.olark-right-to-left .olark-module-wrapper .olark-error-message {
  text-align: right !important; }

#custom-olark-container.olark-right-to-left .olark-top-bar .olark-agent-info .olark-agent-status-icon {
  left: auto !important;
  right: 16px !important; }

#custom-olark-container.olark-right-to-left .olark-top-bar .olark-agent-info .olark-agent-display-wrapper, #custom-olark-container.olark-right-to-left .olark-top-bar .olark-agent-info .olark-agent-avatar-wrapper {
  float: right !important; }

#custom-olark-container.olark-right-to-left .olark-top-bar .olark-agent-info .olark-agent-avatar-wrapper {
  margin: 0 0 0 10px !important; }

#custom-olark-container.olark-right-to-left .olark-top-bar .olark-agent-info .olark-agent-display-wrapper {
  text-align: right !important; }

#custom-olark-container.olark-right-to-left .olark-context-menu {
  left: 28px !important;
  right: auto !important;
  border-top-right-radius: 6px !important;
  border-top-left-radius: 0 !important; }

#custom-olark-container.olark-right-to-left .olark-context-menu-button {
  left: 10px !important;
  right: auto !important; }

#custom-olark-container.olark-right-to-left .olark-survey-form .olark-survey-form-radio-option {
  text-align: right !important; }

#custom-olark-container.olark-right-to-left .olark-survey-form .olark-survey-form-radio-button {
  float: right !important;
  margin-left: 5px !important; }

#custom-olark-container .olark-options-message {
  margin-bottom: 4px !important;
  width: 100% !important; }

#custom-olark-container .olark-options-message .olark-operator-message {
  display: block !important;
  margin-bottom: 8px !important;
  width: auto !important; }

#custom-olark-container .olark-options-message .olark-options-group {
  display: flex !important;
  clear: both !important;
  flex-flow: column !important;
  flex-wrap: wrap !important;
  align-items: flex-end !important; }

#custom-olark-container .olark-options-message button {
  border-radius: 18px !important;
  padding: 6px 10px !important;
  border: 2px solid transparent !important;
  margin-bottom: 4px !important;
  flex-shrink: 1 !important;
  text-align: left !important;
  box-shadow: none !important;
  font-size: 14px !important;
  line-height: 20px !important;
  max-width: 80% !important; }

#custom-olark-container .olark-options-message button:focus, #custom-olark-container .olark-options-message button:hover {
  border: 2px solid #000 !important; }

#custom-olark-wrapper #custom-olark-container path.olark-primary {
  fill: #1d2253 !important; }

#custom-olark-wrapper #custom-olark-container .olark-branding-link svg path {
  fill: #1d2253 !important; }

#custom-olark-wrapper #custom-olark-container .olark-theme-bg {
  background-color: #1d2253 !important; }

#custom-olark-wrapper #custom-olark-container .olark-theme-text {
  color: #ffffff !important; }

#custom-olark-wrapper .olark-launch-button {
  background-color: #1d2253 !important; }

#custom-olark-wrapper .olark-launch-button svg path {
  stroke: #ffffff !important; }

#custom-olark-wrapper .olark-launch-button svg circle {
  fill: #ffffff !important; }

#custom-olark-wrapper .olark-launch-button .olark-close-icon path {
  stroke: #ffffff !important; }

#custom-olark-wrapper .olark-launch-button .olark-envelope-icon rect {
  stroke: #ffffff !important;
  fill: none !important; }

#custom-olark-wrapper .olark-launch-button .olark-envelope-icon path {
  stroke: #ffffff !important;
  fill: none !important; }

#custom-olark-wrapper .olark-launch-button .olark-button-text {
  color: #ffffff !important; }

#custom-olark-wrapper .olark-top-bar {
  background-color: #1d2253 !important;
  color: #ffffff !important;
  border-color: #171a40 !important; }

#custom-olark-wrapper .olark-top-bar p {
  color: #ffffff !important; }

#custom-olark-wrapper .olark-top-bar-text {
  color: #ffffff !important; }

#custom-olark-wrapper .olark-top-bar-arrow {
  fill: #ffffff !important; }

#custom-olark-wrapper .olark-end-chat-button {
  color: #ffffff !important;
  background-color: rgba(16, 19, 45, 0.5) !important; }

#custom-olark-wrapper .olark-end-chat-button:hover {
  background-color: #10132d !important; }

#custom-olark-wrapper #custom-olark-container .olark-operator-message:not(.olark-message-trans-bg) {
  background-color: #1d2253 !important;
  color: #ffffff !important; }

#custom-olark-wrapper #custom-olark-container .olark-is-typing-dot {
  fill: #ffffff !important; }

#custom-olark-wrapper #custom-olark-container .olark-send-transcript-container .olark-send-transcript-form.olark-inline-form-valid .olark-form-input-container {
  border-color: #1d2253 !important; }

#custom-olark-wrapper #custom-olark-container .olark-send-transcript-container .olark-send-transcript-form.olark-inline-form-valid .olark-send-icon {
  fill: #1d2253 !important; }

#custom-olark-wrapper #custom-olark-container .olark-survey-form .olark-survey-form-radio-button:checked {
  background: #1d2253 !important;
  border-color: #1d2253 !important; }

#custom-olark-wrapper #custom-olark-container .olark-agent-status {
  color: #ffffff !important; }

#custom-olark-wrapper #custom-olark-container .olark-context-icon path {
  stroke: #ffffff !important; }

#custom-olark-wrapper #custom-olark-container .olark-offline-survey .olark-thank-you-component {
  background-color: #1d2253 !important;
  color: #ffffff !important; }

#custom-olark-wrapper #custom-olark-container .olark-top-bar a {
  color: #ffffff !important; }

#custom-olark-wrapper #custom-olark-container .olark-message-link-title {
  line-height: normal !important; }

#custom-olark-wrapper #custom-olark-container .olark-message-link-location {
  line-height: normal !important; }

#custom-olark-wrapper #custom-olark-container .olark-operator-message a {
  color: #ffffff !important; }

#custom-olark-wrapper #custom-olark-container .olark-operator-message a svg path {
  fill: #ffffff !important; }

#custom-olark-wrapper #custom-olark-container .olark-options-message button:focus {
  border: 2px solid #1d2253 !important; }

#custom-olark-wrapper #custom-olark-container .olark-options-message button:hover {
  border: 2px solid #1d2253 !important; }

#custom-olark-wrapper #custom-olark-container .olark-footer-form-container .olark-chat-send-button:focus {
  border: 2px solid #1d2253 !important; }

#custom-olark-wrapper #custom-olark-container .olark-visitor-message:not(.olark-message-has-border) {
  border: none !important; }

#custom-olark-wrapper .olark-end-chat-flag {
  fill: #1d2253 !important; }

#custom-olark-wrapper #custom-olark-container .olark-form-confirmation-icon .olark-launch-button-icon {
  fill: #1d2253 !important; }

#custom-olark-wrapper #custom-olark-container .olark-form-message-input:focus {
  border-color: #1d2253 !important; }

#custom-olark-container .olark-survey-form .olark-survey-form-item.mauticform-has-error .olark-survey-form-text,
#custom-olark-container .olark-survey-form .olark-survey-form-item.mauticform-has-error .olark-survey-form-textarea {
  border-color: #f00 !important; }

#custom-olark-wrapper .mauticform-errormsg {
  padding-top: 8px !important;
  color: #f00 !important;
  font-size: 12px;
  line-height: 1;
  font-weight: 400; }

#custom-olark-wrapper .mauticform-post-success .mauticform-message {
  padding: 12px 0px 20px !important;
  font-size: 15px !important;
  color: green !important;
  line-height: 1.3 !important;
  text-align: center !important; }

#custom-olark-wrapper .mauticform-post-success .mauticform-innerform {
  display: none; }

.productView-details.productd625 .price.price--withoutTax, .productView-details.productd626 .price.price--withoutTax {
  font-size: 0px;
  line-height: 0px; }

.productView-details.productd625 .price.price--withoutTax:after, .productView-details.productd626 .price.price--withoutTax:after {
  content: "Call for Pricing";
  font-size: 28px;
  line-height: 42px;
  font-weight: bold; }

.container {
  max-width: 1920px; }

.stick_contact {
  padding: 14px;
  font-size: 1.3rem; }

.heroCarousel-title a, .heroCarousel-description a {
  color: #ffffff; }

.heroCarousel-description a:hover {
  text-decoration: underline; }

.heroCarousel .heroCarousel-image {
  width: 100%;
  min-height: 400px;
  object-fit: cover; }

.navPages-action {
  font-size: 15px; }

@media only screen and (max-width: 1900px) {
  .navPages {
    padding: 0px 20px; } }

@media only screen and (max-width: 1750px) {
  .navPages {
    padding: 0px 12px; }
  .navPages-action {
    padding: 25px 10px; }
  .navPage-subMenu-action {
    padding: 2px 0 5px 0; } }

@media only screen and (max-width: 1499px) {
  .navPages {
    padding: 0px 5px; }
  .navPages-action {
    padding: 20px 8px;
    font-size: 13px; }
  .navPage-subMenu-action {
    padding: 2px 0 5px 0; } }
