/* Minification failed. Returning unminified contents.
(39528,19): run-time error CSS1030: Expected identifier, found ':'
(39528,25): run-time error CSS1031: Expected selector, found ')'
(39528,25): run-time error CSS1025: Expected comma or open brace, found ')'
(41126,1): run-time error CSS1019: Unexpected token, found '@import'
(41126,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Mada&display=swap")'
(41614,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(41615,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/* Minification failed. Returning unminified contents.
(39519,19): run-time error CSS1030: Expected identifier, found ':'
(39519,25): run-time error CSS1031: Expected selector, found ')'
(39519,25): run-time error CSS1025: Expected comma or open brace, found ')'
(41117,1): run-time error CSS1019: Unexpected token, found '@import'
(41117,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Mada&display=swap")'
(41605,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(41606,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

meta.foundation-version {
  font-family: "/5.4.6/"; }

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

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

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

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

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

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

html, body {
  height: 100%; }

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

html,
body {
  font-size: 100%; }

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

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

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none; }

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

img {
  display: inline-block;
  vertical-align: middle; }

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

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0% !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008cba;
  border-color: #007095;
  color: white;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #007095; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: white; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: white; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: white; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #008cba;
    border-color: #007095;
    color: white;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #007095; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: white; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #008cba; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43ac6a;
      border-color: #368a55;
      color: white;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: white; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43ac6a; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: white;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: white; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: white;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: white; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: white; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }
/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

select::-ms-expand {
  display: none; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: white;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"]:disabled,
  input[type="password"]:disabled,
  input[type="date"]:disabled,
  input[type="datetime"]:disabled,
  input[type="datetime-local"]:disabled,
  input[type="month"]:disabled,
  input[type="week"]:disabled,
  input[type="email"]:disabled,
  input[type="number"]:disabled,
  input[type="search"]:disabled,
  input[type="tel"]:disabled,
  input[type="time"]:disabled,
  input[type="url"]:disabled,
  input[type="color"]:disabled,
  textarea:disabled {
    background-color: #dddddd;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"],
  input[type="password"][disabled],
  input[type="password"][readonly], fieldset[disabled]
  input[type="password"],
  input[type="date"][disabled],
  input[type="date"][readonly], fieldset[disabled]
  input[type="date"],
  input[type="datetime"][disabled],
  input[type="datetime"][readonly], fieldset[disabled]
  input[type="datetime"],
  input[type="datetime-local"][disabled],
  input[type="datetime-local"][readonly], fieldset[disabled]
  input[type="datetime-local"],
  input[type="month"][disabled],
  input[type="month"][readonly], fieldset[disabled]
  input[type="month"],
  input[type="week"][disabled],
  input[type="week"][readonly], fieldset[disabled]
  input[type="week"],
  input[type="email"][disabled],
  input[type="email"][readonly], fieldset[disabled]
  input[type="email"],
  input[type="number"][disabled],
  input[type="number"][readonly], fieldset[disabled]
  input[type="number"],
  input[type="search"][disabled],
  input[type="search"][readonly], fieldset[disabled]
  input[type="search"],
  input[type="tel"][disabled],
  input[type="tel"][readonly], fieldset[disabled]
  input[type="tel"],
  input[type="time"][disabled],
  input[type="time"][readonly], fieldset[disabled]
  input[type="time"],
  input[type="url"][disabled],
  input[type="url"][readonly], fieldset[disabled]
  input[type="url"],
  input[type="color"][disabled],
  input[type="color"][readonly], fieldset[disabled]
  input[type="color"],
  textarea[disabled],
  textarea[readonly], fieldset[disabled]
  textarea {
    background-color: #dddddd;
    cursor: default; }
  input[type="text"].radius,
  input[type="password"].radius,
  input[type="date"].radius,
  input[type="datetime"].radius,
  input[type="datetime-local"].radius,
  input[type="month"].radius,
  input[type="week"].radius,
  input[type="email"].radius,
  input[type="number"].radius,
  input[type="search"].radius,
  input[type="tel"].radius,
  input[type="time"].radius,
  input[type="url"].radius,
  input[type="color"].radius,
  textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #fafafa;
  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: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #dddddd;
    cursor: default; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }
.error label,
.error label.error {
  color: #f04124; }
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 45px; }

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333333;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: 1.8rem;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
  .top-bar .button, .top-bar button {
    padding-top: 0.4125rem;
    padding-bottom: 0.4125rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
    @media only screen and (max-width: 40em) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1 {
      line-height: 45px;
      font-size: 1.0625rem;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: normal;
        color: white;
        width: 75%;
        display: block;
        padding: 0 15px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: white;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 15px;
      height: 45px;
      line-height: 45px; }
    .top-bar .toggle-topbar.menu-icon {
      top: 50%;
      margin-top: -16px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0 40px 0 15px;
        color: white;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          position: absolute;
          display: block;
          height: 0;
          top: 50%;
          margin-top: -8px;
          right: 15px;
          box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0px 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #333333; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0px 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #333333; }
    .top-bar-section ul li > a {
      display: block;
      width: 100%;
      color: white;
      padding: 12px 0 12px 0;
      padding-left: 15px;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 0.8125rem;
      font-weight: normal;
      text-transform: none; }
      .top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-right: 15px;
        padding-left: 15px;
        background-color: #008cba;
        border-color: #007095;
        color: white; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #007095; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: white; }
      .top-bar-section ul li > a.button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > a.button.success {
        background-color: #43ac6a;
        border-color: #368a55;
        color: white; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: white; }
      .top-bar-section ul li > a.button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: white; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: white; }
      .top-bar-section ul li > a.button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: white; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          color: white; }
    .top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-right: 15px;
      padding-left: 15px;
      background-color: #008cba;
      border-color: #007095;
      color: white; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #007095; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: white; }
      .top-bar-section ul li > button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > button.success {
        background-color: #43ac6a;
        border-color: #368a55;
        color: white; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: white; }
      .top-bar-section ul li > button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: white; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: white; }
      .top-bar-section ul li > button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: white; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          color: white; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      background: #272727;
      color: white; }
    .top-bar-section ul li.active > a {
      background: #008cba;
      color: white; }
      .top-bar-section ul li.active > a:hover {
        background: #0078a0;
        color: white; }
  .top-bar-section .has-form {
    padding: 15px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 15px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 15px; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.125rem; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: white;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 15px; }
      .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 15px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777777;
      font-weight: bold;
      font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width: 40.063em) {
  .top-bar {
    background: #333333;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      position: relative;
      top: 7px; }
    .top-bar.expanded {
      background: #333333; }

  .contain-to-grid .top-bar {
    max-width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 0; }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #272727;
      color: white; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      background: #333333; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #272727; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      color: white;
      background: #008cba; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0078a0;
        color: white; }
    .top-bar-section .has-dropdown > a {
      padding-right: 35px !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 22.5px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: white;
        line-height: 45px;
        white-space: nowrap;
        padding: 12px 15px;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        color: white;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        color: white;
        background-color: #555555;
        background: #272727; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #4e4e4e;
      clear: none;
      height: 45px;
      width: 0; }
    .top-bar-section .has-form {
      background: #333333;
      padding: 0 15px;
      height: 45px; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }

  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #272727;
    color: white; }
  .no-js .top-bar-section ul li:active > a {
    background: #008cba;
    color: white; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; } }
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 3px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    text-transform: uppercase;
    color: #008cba; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #008cba; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "/";
      color: #aaaaaa;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #008cba;
  border-color: #0078a0;
  color: white; }
  .alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333333;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43ac6a;
    border-color: #3a945b;
    color: white; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: white; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: white; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
  .alert-box.alert-close {
    opacity: 0; }

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group > li {
    margin: 0 -2px;
    float: left;
    display: inline-block; }
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
  .button-group.stack > li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    display: block;
    margin: 0;
    float: none; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-left: 0; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0px;
      margin: 0;
      display: block; }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-top: 0; }
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    float: left;
    display: inline-block; }
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
      border-left: 0; }
    @media only screen and (max-width: 40em) {
      .button-group.stack-for-small > li {
        margin: 0 -2px;
        float: left;
        display: inline-block;
        display: block;
        margin: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-left: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-top: 1px solid;
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0px;
          margin: 0;
          display: block; }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-top: 0; } }
  .button-group.radius > * {
    margin: 0 -2px;
    float: left;
    display: inline-block; }
    .button-group.radius > * > button, .button-group.radius > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
      border-left: 0; }
    .button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button {
      border-radius: 0; }
    .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
      -webkit-border-bottom-left-radius: 3px;
      -webkit-border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .button-group.radius.stack > * {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    display: block;
    margin: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-left: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0px;
      margin: 0;
      display: block; }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-top: 0; }
    .button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button {
      border-radius: 0; }
    .button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
      -webkit-top-left-radius: 3px;
      -webkit-top-right-radius: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 3px;
      -webkit-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
  @media only screen and (min-width: 40.063em) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      float: left;
      display: inline-block; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; } }
  @media only screen and (max-width: 40em) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      float: left;
      display: inline-block;
      display: block;
      margin: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0px;
        margin: 0;
        display: block; }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }
  .button-group.round > * {
    margin: 0 -2px;
    float: left;
    display: inline-block; }
    .button-group.round > * > button, .button-group.round > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
      border-left: 0; }
    .button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button {
      border-radius: 0; }
    .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
      -webkit-border-bottom-left-radius: 1000px;
      -webkit-border-top-left-radius: 1000px;
      border-bottom-left-radius: 1000px;
      border-top-left-radius: 1000px; }
    .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  .button-group.round.stack > * {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    display: block;
    margin: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-left: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0px;
      margin: 0;
      display: block; }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-top: 0; }
    .button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button {
      border-radius: 0; }
    .button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
      -webkit-top-left-radius: 1rem;
      -webkit-top-right-radius: 1rem;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem; }
    .button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 1rem;
      -webkit-bottom-right-radius: 1rem;
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem; }
  @media only screen and (min-width: 40.063em) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      float: left;
      display: inline-block; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px; }
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only screen and (max-width: 40em) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      float: left;
      display: inline-block;
      display: block;
      margin: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0px;
        margin: 0;
        display: block; }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem; } }
  .button-group.even-2 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 33.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 16.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }
.button-bar:after {
  clear: both; }
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  .button-bar .button-group div {
    overflow: hidden; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #b6edff;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecfaff;
    color: #333333; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #008cba; }
  .panel.radius {
    border-radius: 3px; }

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button:after, button.dropdown:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: white transparent transparent transparent;
    top: 50%; }
  .dropdown.button:after, button.dropdown:after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button:after, button.dropdown:after {
    border-color: white transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:before, button.dropdown.tiny:before {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny:after, button.dropdown.tiny:after {
      border-color: white transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small:after, button.dropdown.small:after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small:after, button.dropdown.small:after {
      border-color: white transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large:after, button.dropdown.large:after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large:after, button.dropdown.large:after {
      border-color: white transparent transparent transparent; }
  .dropdown.button.secondary:after, button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent; }

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); }
  .th.radius {
    border-radius: 3px; }

.toolbar {
  background: #333333;
  width: 100%;
  font-size: 0;
  display: inline-block; }
  .toolbar.label-bottom .tab .tab-content i, .toolbar.label-bottom .tab .tab-content img {
    margin-bottom: 10px; }
  .toolbar.label-right .tab .tab-content i, .toolbar.label-right .tab .tab-content img {
    margin-right: 10px;
    display: inline-block; }
  .toolbar.label-right .tab .tab-content label {
    display: inline-block; }
  .toolbar.vertical.label-right .tab .tab-content {
    text-align: left; }
  .toolbar.vertical {
    height: 100%;
    width: auto; }
    .toolbar.vertical .tab {
      width: auto;
      margin: auto;
      float: none; }
  .toolbar .tab {
    text-align: center;
    width: 25%;
    margin: 0 auto;
    display: block;
    padding: 20px;
    float: left; }
    .toolbar .tab:hover {
      background: rgba(255, 255, 255, 0.1); }

.toolbar .tab-content {
  font-size: 16px;
  text-align: center; }
  .toolbar .tab-content label {
    color: #cccccc; }
  .toolbar .tab-content i {
    font-size: 30px;
    display: block;
    margin: 0 auto;
    color: #cccccc;
    vertical-align: middle; }
  .toolbar .tab-content img {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #dddddd;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #333333;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #eeeeee;
    font-weight: normal;
    font-size: 1rem;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .pricing-table .price {
    background-color: #f6f6f6;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: 2rem;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .pricing-table .description {
    background-color: white;
    padding: 0.9375rem;
    text-align: center;
    color: #777777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #dddddd; }
  .pricing-table .bullet-item {
    background-color: white;
    padding: 0.9375rem;
    text-align: center;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    border-bottom: dotted 1px #dddddd; }
  .pricing-table .cta-button {
    background-color: white;
    text-align: center;
    padding: 1.25rem 1.25rem 0; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }

  to {
    -moz-transform: rotate(360deg); } }

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg); }

  to {
    -o-transform: rotate(360deg); } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(360deg); } }

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }
    .slideshow-wrapper .orbit-container .orbit-bullets li {
      display: inline-block; }
  .slideshow-wrapper .preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555555 white;
    border-radius: 1000px;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0%; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.8);
        color: white;
        width: 100%;
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: white;
    background: rgba(0, 0, 0, 0);
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0%;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 0px;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px white;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -4px;
      top: 0px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      border-color: transparent;
      border-left-color: white; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-left-color: #333333; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: transparent;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block;
      width: 0;
      height: 0;
      border: inset 10px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: white; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: white; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: white;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: white; }

.orbit-bullets-container {
  text-align: center; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block; }
  .orbit-bullets li {
    cursor: pointer;
    display: inline-block;
    width: 0.5625rem;
    height: 0.5625rem;
    background: #cccccc;
    float: none;
    margin-right: 6px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #999999; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }
.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 40.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }
@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0% !important;
    opacity: 1 !important; }
  .orbit-stack-on-small .orbit-slide-number {
    display: none; }

  .orbit-timer {
    display: none; }

  .orbit-next, .orbit-prev {
    display: none; }

  .orbit-bullets {
    display: none; } }
[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: white;
  z-index: 50;
  min-width: 100%;
  padding: 10px; }
  [data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
      margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
      line-height: 1.8em; }

.icon-bar {
  width: 100%;
  font-size: 0;
  display: inline-block;
  background: #333333; }
  .icon-bar > * {
    text-align: center;
    font-size: 1rem;
    width: 25%;
    margin: 0 auto;
    display: block;
    padding: 1.25rem;
    float: left; }
    .icon-bar > * i, .icon-bar > * img {
      display: block;
      margin: 0 auto; }
      .icon-bar > * i + label, .icon-bar > * img + label {
        margin-top: .0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem;
      vertical-align: middle; }
    .icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  .icon-bar.label-right > * i, .icon-bar.label-right > * img {
    margin: 0 .0625rem 0 0;
    display: inline-block; }
    .icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
      margin-top: 0; }
  .icon-bar.label-right > * label {
    display: inline-block; }
  .icon-bar.vertical.label-right > * {
    text-align: left; }
  .icon-bar.vertical, .icon-bar.small-vertical {
    height: 100%;
    width: auto; }
    .icon-bar.vertical .item, .icon-bar.small-vertical .item {
      width: auto;
      margin: auto;
      float: none; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.medium-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.medium-vertical .item {
        width: auto;
        margin: auto;
        float: none; } }
  @media only screen and (min-width: 64.063em) {
    .icon-bar.large-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.large-vertical .item {
        width: auto;
        margin: auto;
        float: none; } }
  .icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem; }
    .icon-bar > * i + label, .icon-bar > * img + label {
      margin-top: .0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem; }
    .icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  .icon-bar > *:hover {
    background: #008cba; }
  .icon-bar > * label {
    color: white; }
  .icon-bar > * i {
    color: white; }

.icon-bar.two-up .item {
  width: 50%; }
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.063em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto; } }
.icon-bar.three-up .item {
  width: 33.3333%; }
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.063em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto; } }
.icon-bar.four-up .item {
  width: 25%; }
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.063em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto; } }
.icon-bar.five-up .item {
  width: 20%; }
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.063em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto; } }
.icon-bar.six-up .item {
  width: 16.66667%; }
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.063em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto; } }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd, .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left; }
    .tabs dd > a, .tabs .tab-title > a {
      display: block;
      background-color: #efefef;
      color: #222222;
      padding: 1rem 2rem;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem; }
      .tabs dd > a:hover, .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
    .tabs dd.active a, .tabs .tab-title.active a {
      background-color: white;
      color: #222222; }
  .tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd, .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem; }

  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem; } }
.no-js .tabs-content > .content {
  display: block;
  float: none; }

ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    ul.pagination li a, ul.pagination li button {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999999;
      background: none;
      border-radius: 3px;
      font-weight: normal;
      font-size: 1em;
      line-height: inherit;
      transition: background-color 300ms ease-out; }
    ul.pagination li:hover a,
    ul.pagination li a:focus, ul.pagination li:hover button,
    ul.pagination li button:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
      background: transparent; }
    ul.pagination li.current a, ul.pagination li.current button {
      background: #008cba;
      color: white;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #008cba; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .side-nav li {
    margin: 0 0 0.4375rem 0;
    font-size: 0.875rem;
    font-weight: normal; }
    .side-nav li a:not(.button) {
      display: block;
      color: #008cba;
      margin: 0;
      padding: 0.4375rem 0.875rem; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        background: rgba(0, 0, 0, 0.025);
        color: #1cc7ff; }
    .side-nav li.active > a:first-child:not(.button) {
      color: #1cc7ff;
      font-weight: normal;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: white; }
    .side-nav li.heading {
      color: #008cba;
      font-size: 0.875rem;
      font-weight: bold;
      text-transform: uppercase; }

.accordion {
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #efefef;
      color: #222222;
      padding: 1rem;
      display: block;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        display: block;
        background: white; }

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

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

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

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }

  .small-only-text-right {
    text-align: right !important; }

  .small-only-text-center {
    text-align: center !important; }

  .small-only-text-justify {
    text-align: justify !important; } }
@media only screen {
  .small-text-left {
    text-align: left !important; }

  .small-text-right {
    text-align: right !important; }

  .small-text-center {
    text-align: center !important; }

  .small-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }

  .medium-only-text-right {
    text-align: right !important; }

  .medium-only-text-center {
    text-align: center !important; }

  .medium-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important; }

  .medium-text-right {
    text-align: right !important; }

  .medium-text-center {
    text-align: center !important; }

  .medium-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }

  .large-only-text-right {
    text-align: right !important; }

  .large-only-text-center {
    text-align: center !important; }

  .large-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important; }

  .large-text-right {
    text-align: right !important; }

  .large-text-center {
    text-align: center !important; }

  .large-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }

  .xlarge-only-text-right {
    text-align: right !important; }

  .xlarge-only-text-center {
    text-align: center !important; }

  .xlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }

  .xlarge-text-right {
    text-align: right !important; }

  .xlarge-text-center {
    text-align: center !important; }

  .xlarge-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }

  .xxlarge-only-text-right {
    text-align: right !important; }

  .xxlarge-only-text-center {
    text-align: center !important; }

  .xxlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }

  .xxlarge-text-right {
    text-align: right !important; }

  .xxlarge-text-center {
    text-align: center !important; }

  .xxlarge-text-justify {
    text-align: justify !important; } }
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #008cba;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #0078a0; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

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

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #dddddd; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #dddddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #dddddd;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.75rem; }

  h2 {
    font-size: 2.3125rem; }

  h3 {
    font-size: 1.6875rem; }

  h4 {
    font-size: 1.4375rem; }

  h5 {
    font-size: 1.125rem; }

  h6 {
    font-size: 1rem; } }
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; } }
.split.button {
  position: relative;
  padding-right: 5.0625rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span {
    width: 3.09375rem; }
    .split.button span:after {
      border-top-style: solid;
      border-width: 0.375rem;
      top: 48%;
      margin-left: -0.375rem; }
  .split.button span:after {
    border-color: white transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:after {
    border-color: white transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny {
    padding-right: 3.75rem; }
    .split.button.tiny span {
      width: 2.25rem; }
      .split.button.tiny span:after {
        border-top-style: solid;
        border-width: 0.375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.small {
    padding-right: 4.375rem; }
    .split.button.small span {
      width: 2.625rem; }
      .split.button.small span:after {
        border-top-style: solid;
        border-width: 0.4375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.large {
    padding-right: 5.5rem; }
    .split.button.large span {
      width: 3.4375rem; }
      .split.button.large span:after {
        border-top-style: solid;
        border-width: 0.3125rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:after {
    border-color: #333333 transparent transparent transparent; }
  .split.button.radius span {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .split.button.round span {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0; }

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem; }
  @media only screen and (max-width: 40em) {
    .reveal-modal, dialog {
      min-height: 100vh; } }
  .reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
    min-width: 0; }
  .reveal-modal > :first-child, dialog > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child, dialog > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal, dialog {
      width: 80%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal, dialog {
      top: 6.25rem; } }
  .reveal-modal.radius, dialog.radius {
    border-radius: 3px; }
  .reveal-modal.round, dialog.round {
    border-radius: 1000px; }
  .reveal-modal.collapse, dialog.collapse {
    padding: 0; }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.tiny, dialog.tiny {
      width: 30%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.small, dialog.small {
      width: 40%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.medium, dialog.medium {
      width: 60%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.large, dialog.large {
      width: 70%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.xlarge, dialog.xlarge {
      width: 95%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  .reveal-modal.full, dialog.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important; }
    @media only screen and (min-width: 40.063em) {
      .reveal-modal.full, dialog.full {
        width: 100vw;
        max-width: 62.5rem;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer; }

dialog {
  display: none; }
  dialog::backdrop, dialog + .backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    background: rgba(0, 0, 0, 0.45);
    z-index: auto;
    display: none;
    left: 0; }
  dialog[open] {
    display: block; }

@media print {
  dialog, .reveal-modal, dialog {
    display: none;
    background: white !important; } }
/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #003f54;
    color: #008cba; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: white;
  background: #333333; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333333 transparent;
    top: -10px;
    pointer-events: none; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    color: #008cba !important;
    border-bottom: dotted 1px #003f54 !important; }

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal; }

@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }
/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #aaaaaa;
  font-size: 0.6em; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: #cccccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #cccccc;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #cccccc; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 12px; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: 0.8; }

  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #cccccc; }

  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #cccccc; }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3; }

  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4;
        clear: none; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: 0.8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%; }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }
/* Progress Bar */
.progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem; }
  .progress .meter {
    background: #008cba;
    height: 100%;
    display: block; }
  .progress.secondary .meter {
    background: #e7e7e7;
    height: 100%;
    display: block; }
  .progress.success .meter {
    background: #43ac6a;
    height: 100%;
    display: block; }
  .progress.alert .meter {
    background: #f04124;
    height: 100%;
    display: block; }
  .progress.radius {
    border-radius: 3px; }
    .progress.radius .meter {
      border-radius: 2px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
  margin-right: 0;
  margin-left: -0.75rem; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    float: left;
    display: inline;
    margin-left: 1rem;
    margin-bottom: 0.625rem;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    color: #999999; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      text-decoration: none;
      padding: 0.1875rem 1rem; }
      .sub-nav dt a:hover,
      .sub-nav dd a:hover,
      .sub-nav li a:hover {
        }
    .sub-nav dt.active a,
    .sub-nav dd.active a,
    .sub-nav li.active a {
      border-radius: 3px;
      font-weight: normal;
      background: #008cba;
      padding: 0.1875rem 1rem;
      cursor: default; }
      .sub-nav dt.active a:hover,
      .sub-nav dd.active a:hover,
      .sub-nav li.active a:hover {
        background: #0078a0; }

/* Foundation Joyride */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: white;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%; }

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px; }

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem; }
  .joyride-content-wrapper .button {
    margin-bottom: 0 !important; }
  .joyride-content-wrapper .joyride-prev-tip {
    margin-right: 10px; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333; }
  .joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: #333333;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-bottom-style: solid;
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px; }
  .joyride-tip-guide .joyride-nub.right {
    right: -20px; }
  .joyride-tip-guide .joyride-nub.left {
    left: -20px; }

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: white; }

.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3; }

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem; }

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666; }

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #eeeeee !important; }

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer; }

.joyride-expose-wrapper {
  background-color: white;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px white; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0; }

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 40.063em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: #333333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -20px; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: auto;
      right: -20px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-left-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: -20px;
      right: auto; } }
.label {
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #008cba;
  color: white; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: white; }
  .label.warning {
    background-color: #f08a24;
    color: white; }
  .label.success {
    background-color: #43ac6a;
    color: white; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333333; }
  .label.info {
    background-color: #a0d3e8;
    color: #333333; }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: white;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: white;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
  @media only screen and (min-width: 40.063em) {
    .tab-bar-section.left, .tab-bar-section.right {
      text-align: left; } }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: white;
  position: relative;
  transform: translate3d(0, 0, 0); }
  .tab-bar .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100.5%, 0);
  -webkit-transform: translate3d(-100.5%, 0, 0);
  -moz-transform: translate3d(-100.5%, 0, 0);
  -ms-transform: translate3d(-100.5%, 0, 0);
  -o-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100.5%, 0);
  -webkit-transform: translate3d(100.5%, 0, 0);
  -moz-transform: translate3d(100.5%, 0, 0);
  -ms-transform: translate3d(100.5%, 0, 0);
  -o-transform: translate3d(100.5%, 0, 0);
  transform: translate3d(100.5%, 0, 0);
  right: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    display: block;
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }

.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: 0.5rem;
      display: inline; }
  .left-submenu.move-right {
    -ms-transform: translate(0%, 0);
    -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); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: 0.5rem;
      display: inline; }
  .right-submenu.move-left {
    -ms-transform: translate(0%, 0);
    -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); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline; }

/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent white transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: white;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent white transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: white;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent transparent transparent white;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: white;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: -2px;
    margin-left: 0;
    max-width: 200px; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: white transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -12px;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -14px;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    font-size: 0.875rem;
    cursor: pointer;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #eeeeee; }
    .f-dropdown li.radius {
      border-radius: 3px; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }
  .f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 1.25rem;
    width: 100%;
    height: auto;
    max-height: none;
    background: white;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    max-width: 200px; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

table {
  background: white;
  margin-bottom: 1.25rem;
  border: solid 1px #dddddd;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: whitesmoke; }
    table thead tr th,
    table thead tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  table tfoot {
    background: whitesmoke; }
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  table tr th,
  table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222222;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
  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;
    line-height: 1.125rem; }

.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #dddddd;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  background: #fafafa; }
  .range-slider.vertical-range {
    display: block;
    position: relative;
    width: 100%;
    height: 1rem;
    border: 1px solid #dddddd;
    margin: 1.25rem 0;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    width: 1rem;
    height: 12.5rem; }
    .range-slider.vertical-range .range-slider-handle {
      margin-top: 0;
      margin-left: -0.5rem;
      position: absolute;
      bottom: -10.5rem; }
    .range-slider.vertical-range .range-slider-active-segment {
      width: 0.875rem;
      height: auto;
      bottom: 0; }
  .range-slider.radius {
    background: #fafafa;
    border-radius: 3px; }
    .range-slider.radius .range-slider-handle {
      background: #008cba;
      border-radius: 3px; }
      .range-slider.radius .range-slider-handle:hover {
        background: #007ba4; }
  .range-slider.round {
    background: #fafafa;
    border-radius: 1000px; }
    .range-slider.round .range-slider-handle {
      background: #008cba;
      border-radius: 1000px; }
      .range-slider.round .range-slider-handle:hover {
        background: #007ba4; }
  .range-slider.disabled, .range-slider[disabled] {
    background: #fafafa;
    cursor: default;
    opacity: 0.7; }
    .range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
      background: #008cba;
      cursor: default;
      opacity: 0.7; }
      .range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
        background: #007ba4; }

.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #e5e5e5; }

.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #008cba; }
  .range-slider-handle:hover {
    background: #007ba4; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px; }

.switch {
  padding: 0;
  border: none;
  position: relative; }
  .switch label {
    display: block;
    margin-bottom: 1rem;
    position: relative;
    color: transparent;
    background: #dddddd;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    cursor: pointer;
    transition: left 0.15s ease-out; }
  .switch input {
    opacity: 0;
    position: absolute;
    top: 9px;
    left: 10px;
    padding: 0; }
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  .switch label:after {
    content: "";
    display: block;
    background: white;
    position: absolute;
    top: .25rem;
    left: .25rem;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .switch input:checked + label {
    background: #008cba; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    width: 4rem;
    height: 2rem; }
  .switch label:after {
    width: 1.5rem;
    height: 1.5rem; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    color: transparent;
    background: #dddddd; }
  .switch label:after {
    background: white; }
  .switch input:checked + label {
    background: #008cba; }
  .switch.large label {
    width: 5rem;
    height: 2.5rem; }
  .switch.large label:after {
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked + label:after {
    left: 2.75rem; }
  .switch.small label {
    width: 3.5rem;
    height: 1.75rem; }
  .switch.small label:after {
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked + label:after {
    left: 2rem; }
  .switch.tiny label {
    width: 3rem;
    height: 1.5rem; }
  .switch.tiny label:after {
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked + label:after {
    left: 1.75rem; }
  .switch.radius label {
    border-radius: 4px; }
  .switch.radius label:after {
    border-radius: 3px; }
  .switch.round {
    border-radius: 1000px; }
    .switch.round label {
      border-radius: 2rem; }
    .switch.round label:after {
      border-radius: 2rem; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table !important; }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* medium displays */
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* large displays */
@media only screen and (min-width: 64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }

  .hide-for-print {
    display: none; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; } }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}
/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  /*Commented out due to this issue https://github.com/amsul/pickadate.js/issues/1243*/
  /*-webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);*/
  /*-moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);*/
  /*transform: translateY(-1em) perspective(600px) rotateX(10deg);*/
  -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  -moz-transition: -moz-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  -moz-transition: -moz-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */

/*! jQuery UI - v1.9.2 - 2014-12-31
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; zoom: 1; }
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}.ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }

.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon { position: static; float: right; }
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
.ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position:-65px -16px;
}
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
	background-image: none;
}
body .ui-tooltip { border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url("images/ui-icons_222222_256x240.png"); }
.ui-widget-content .ui-icon {background-image: url("images/ui-icons_222222_256x240.png"); }
.ui-widget-header .ui-icon {background-image: url("images/ui-icons_ffffff_256x240.png"); }
.ui-state-default .ui-icon { background-image: url("images/ui-icons_ef8c08_256x240.png"); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url("images/ui-icons_ef8c08_256x240.png"); }
.ui-state-active .ui-icon {background-image: url("images/ui-icons_ef8c08_256x240.png"); }
.ui-state-highlight .ui-icon {background-image: url("images/ui-icons_228ef1_256x240.png"); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url("images/ui-icons_ffd27a_256x240.png"); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat; opacity: .5;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x; opacity: .2;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('/SystemResources/Styles/Fonts/flexslider-icon/flexslider-icon.eot');
  src: url('/SystemResources/Styles/Fonts/flexslider-icon/flexslider-icon.eot?#iefix') format('embedded-opentype'), 
       url('/SystemResources/Styles/Fonts/flexslider-icon/flexslider-icon.woff') format('woff'), 
       url('/SystemResources/Styles/Fonts/flexslider-icon/flexslider-icon.ttf') format('truetype'), 
       url('/SystemResources/Styles/Fonts/flexslider-icon/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.slides .item-wrap .price span {
  margin: 0 0;
}
.slides .item-wrap .price-saving {
  display: block;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

@charset "UTF-8";
@font-face {
  font-family: "good-oatmeal-v2";
  src: url("/SystemResources/Styles/Fonts/good-oatmeal-371/good-oatmeal-371.woff") format("woff"), url("/SystemResources/Styles/Fonts/good-oatmeal-371/good-oatmeal-371.ttf") format("truetype"), url("/SystemResources/Styles/Fonts/good-oatmeal-371/good-oatmeal-371.svg#good-oatmeal-371") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
|--------------------------------------------------------------------------
| Color Variables
|--------------------------------------------------------------------------
*/
/************* Screen Sizes Breakpoints Variables *************/
/*
|--------------------------------------------------------------------------
| Screen Sizes Breakpoints Variables
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Grid Columns, Options
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Spacing variables
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Gutter Variables
|--------------------------------------------------------------------------
*/
/* Genral Functions - Non-site-specific Functionality */
/* Functions for colors*/
/*** Foundation Functions **/
@font-face {
  font-family: "icomoon";
  src: url("/themes/Shippers/styles/fonts/icomoon/icomoon.eot?ohczvb");
  src: url("/themes/Shippers/styles/fonts/icomoon/icomoon.eot?ohczvb#iefix") format("embedded-opentype"), url("/themes/Shippers/styles/fonts/icomoon/icomoon.ttf?ohczvb") format("truetype"), url("/themes/Shippers/styles/fonts/icomoon/icomoon.woff?ohczvb") format("woff"), url("/themes/Shippers/styles/fonts/icomoon/icomoon.svg?ohczvb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-print-solid:before {
  content: "\e950";
}

.icon-file-pdf-regular:before {
  content: "\e951";
}

.icon-upload-solid:before {
  content: "\e952";
}

.icon-check:before, .xng-checkbox .input input:checked ~ label:before {
  content: "\e94f";
}

.icon-search_inactive:before {
  content: "\e90e";
  color: #999;
}

.icon-search_hover:before {
  content: "\e90f";
  color: #ff832f;
}

.icon-signout-hover:before {
  content: "\e94b";
  color: #4073d5;
}

.icon-signout-inactive:before {
  content: "\e94c";
  color: #1d428a;
}

.icon-remove-hover:before {
  content: "\e94d";
  color: #4073d5;
}

.icon-remove-inactive:before {
  content: "\e94e";
  color: #1d428a;
}

.icon-arrow_big-left-hover:before {
  content: "\e902";
  color: #4073d5;
}

.icon-arrow_big-left-inactive .path1:before {
  content: "\e903";
  color: rgb(204, 204, 204);
}

.icon-arrow_big-left-inactive .path2:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.icon-arrow_big-right-hover:before {
  content: "\e905";
  color: #4073d5;
}

.icon-arrow_big-right-inactive .path1:before {
  content: "\e906";
  color: rgb(204, 204, 204);
}

.icon-arrow_big-right-inactive .path2:before {
  content: "\e907";
  margin-left: -1em;
  color: rgb(102, 102, 102);
}

.icon-arrow-right:before {
  content: "\e908";
  color: #666;
}

.icon-arrow-right-reversed:before {
  content: "\e909";
  color: #fff;
}

.icon-caret-down:before {
  content: "\e90a";
  color: #999;
}

.icon-caret-up:before {
  content: "\e90b";
  color: #999;
}

.icon-cart-hover_focus .path1:before {
  content: "\e90c";
  color: rgb(64, 115, 213);
}

.icon-cart-hover_focus .path2:before {
  content: "\e90d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-cost .path1:before {
  content: "\e910";
  color: rgb(215, 197, 156);
}

.icon-cost .path2:before {
  content: "\e911";
  margin-left: -0.97265625em;
  color: rgb(215, 197, 156);
}

.icon-cost .path3:before {
  content: "\e912";
  margin-left: -0.97265625em;
  color: rgb(215, 197, 156);
}

.icon-cost .path4:before {
  content: "\e913";
  margin-left: -0.97265625em;
  color: rgb(29, 67, 135);
}

.icon-cost .path5:before {
  content: "\e914";
  margin-left: -0.97265625em;
  color: rgb(95, 132, 194);
}

.icon-cost .path6:before {
  content: "\e915";
  margin-left: -0.97265625em;
  color: rgb(253, 253, 253);
}

.icon-cost .path7:before {
  content: "\e916";
  margin-left: -0.97265625em;
  color: rgb(253, 253, 253);
}

.icon-cost .path8:before {
  content: "\e917";
  margin-left: -0.97265625em;
  color: rgb(253, 253, 253);
}

.icon-customer .path1:before {
  content: "\e918";
  color: rgb(215, 197, 156);
}

.icon-customer .path2:before {
  content: "\e919";
  margin-left: -0.97265625em;
  color: rgb(29, 67, 135);
}

.icon-customer .path3:before {
  content: "\e91a";
  margin-left: -0.97265625em;
  color: rgb(95, 132, 194);
}

.icon-customer .path4:before {
  content: "\e91b";
  margin-left: -0.97265625em;
  color: rgb(253, 253, 253);
}

.icon-customer .path5:before {
  content: "\e91c";
  margin-left: -0.97265625em;
  color: rgb(253, 253, 253);
}

.icon-customer .path6:before {
  content: "\e91d";
  margin-left: -0.97265625em;
  color: rgb(253, 253, 253);
}

.icon-customer .path7:before {
  content: "\e91e";
  margin-left: -0.97265625em;
  color: rgb(253, 253, 253);
}

.icon-customer .path8:before {
  content: "\e91f";
  margin-left: -0.97265625em;
  color: rgb(253, 253, 253);
}

.icon-customer .path9:before {
  content: "\e920";
  margin-left: -0.97265625em;
  color: rgb(253, 253, 253);
}

.icon-damage .path1:before {
  content: "\e921";
  color: rgb(215, 197, 156);
}

.icon-damage .path2:before {
  content: "\e922";
  margin-left: -0.97265625em;
  color: rgb(215, 197, 156);
}

.icon-damage .path3:before {
  content: "\e923";
  margin-left: -0.97265625em;
  color: rgb(29, 67, 135);
}

.icon-damage .path4:before {
  content: "\e924";
  margin-left: -0.97265625em;
  color: rgb(95, 132, 194);
}

.icon-damage .path5:before {
  content: "\e925";
  margin-left: -0.97265625em;
  color: rgb(253, 253, 253);
}

.icon-damage .path6:before {
  content: "\e926";
  margin-left: -0.97265625em;
  color: rgb(253, 253, 253);
}

.icon-damage .path7:before {
  content: "\e927";
  margin-left: -0.97265625em;
  color: rgb(253, 253, 253);
}

.icon-damage .path8:before {
  content: "\e928";
  margin-left: -0.97265625em;
  color: rgb(253, 253, 253);
}

.icon-damage .path9:before {
  content: "\e929";
  margin-left: -0.97265625em;
  color: rgb(253, 253, 253);
}

.icon-damage .path10:before {
  content: "\e92a";
  margin-left: -0.97265625em;
  color: rgb(253, 253, 253);
}

.icon-damage .path11:before {
  content: "\e92b";
  margin-left: -0.97265625em;
  color: rgb(253, 253, 253);
}

.icon-damage .path12:before {
  content: "\e92c";
  margin-left: -0.97265625em;
  color: rgb(253, 253, 253);
}

.icon-damage .path13:before {
  content: "\e92d";
  margin-left: -0.97265625em;
  color: rgb(253, 253, 253);
}

.icon-damage .path14:before {
  content: "\e92e";
  margin-left: -0.97265625em;
  color: rgb(253, 253, 253);
}

.icon-damage .path15:before {
  content: "\e92f";
  margin-left: -0.97265625em;
  color: rgb(253, 253, 253);
}

.icon-facebook-hover:before {
  content: "\e930";
  color: #4073d5;
}

.icon-facebook-inactive:before {
  content: "\e931";
  color: #fff;
}

.icon-linkedin-hover:before {
  content: "\e932";
  color: #4073d5;
}

.icon-linkedin-inactive:before {
  content: "\e933";
  color: #fff;
}

.icon-list-hover:before {
  content: "\e934";
  color: #4073d5;
}

.icon-list-inactive:before {
  content: "\e935";
  color: #1d428a;
}

.icon-mail:before {
  content: "\e936";
  color: #1d428a;
}

.icon-nav-closed:before {
  content: "\e937";
  color: #888;
}

.icon-nav-open .path1:before {
  content: "\e938";
  color: rgb(18, 22, 88);
}

.icon-nav-open .path2:before {
  content: "\e939";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-phone:before {
  content: "\e93a";
  color: #1d428a;
}

.icon-right_long-hover:before {
  content: "\e93b";
  color: #4073d5;
}

.icon-right_long-inactive:before {
  content: "\e93c";
  color: #1d428a;
}

.icon-signin-hover_focus .path1:before {
  content: "\e93d";
  color: rgb(64, 115, 213);
}

.icon-signin-hover_focus .path2:before {
  content: "\e93e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-signin-inactive .path1:before {
  content: "\e93f";
  color: rgb(217, 200, 158);
}

.icon-signin-inactive .path2:before {
  content: "\e940";
  margin-left: -1em;
  color: rgb(29, 39, 56);
}

.icon-time .path1:before {
  content: "\e941";
  color: rgb(215, 197, 156);
}

.icon-time .path2:before {
  content: "\e942";
  margin-left: -0.97265625em;
  color: rgb(215, 197, 156);
}

.icon-time .path3:before {
  content: "\e943";
  margin-left: -0.97265625em;
  color: rgb(29, 67, 135);
}

.icon-time .path4:before {
  content: "\e944";
  margin-left: -0.97265625em;
  color: rgb(95, 132, 194);
}

.icon-time .path5:before {
  content: "\e945";
  margin-left: -0.97265625em;
  color: rgb(253, 253, 253);
}

.icon-time .path6:before {
  content: "\e946";
  margin-left: -0.97265625em;
  color: rgb(253, 253, 253);
}

.icon-twitter-hover:before {
  content: "\e947";
  color: #4073d5;
}

.icon-twitter-inactive:before {
  content: "\e948";
  color: #fff;
}

.icon-youtube-hover:before {
  content: "\e949";
  color: #4073d5;
}

.icon-youtube-inactive:before {
  content: "\e94a";
  color: #fff;
}

.icon-cart-inactive .path1:before {
  content: "\e900";
  color: rgb(217, 200, 158);
}

.icon-cart-inactive .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(29, 39, 56);
}

/*
    TODOS:
    radius
    shadow
    screen sizes
    text colors
    containers and contents
    hover--one hover--two
    text-sm ...
    x-my-md
    x-ml-md
*/
.no-scroll {
  overflow: hidden !important;
}
@media screen and (max-width: 1025px) {
  .no-scroll {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
  }
}

.no-scroll-scrollbar-visible {
  overflow-y: scroll !important;
  position: fixed;
  width: 100%;
}

.scroll {
  overflow: auto !important;
}

.scroll-y {
  overflow-y: auto !important;
}

.scroll-x {
  overflow-x: auto !important;
}

.fit {
  width: 100% !important;
  height: 100% !important;
}

.full-height {
  height: 100% !important;
}

.full-width {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.window-height {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 100vh !important;
}

.window-width {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100vw !important;
}

.block {
  display: block !important;
}

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

.no-shadow {
  box-shadow: none !important;
}

.pointer-events-none {
  pointer-events: none;
}

.p-relative {
  position: relative;
}

.d-flex {
  display: flex;
}

.flex-grow {
  flex-grow: 1;
}

.justify-content-end {
  justify-content: flex-end;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.w-100 {
  width: 100%;
}

.pv-0, .top-row .top-right, .top-row .top-left {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.animated-background, .placeloader {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}

.placeloader {
  width: 100%;
  height: 15px;
  border-radius: 3px;
}

.lazyload, .lazyloading {
  visibility: hidden;
}

@media (pointer: coarse) {
  .prevent-touch-default {
    pointer-events: none;
  }
}
meta.foundation-data-attribute-namespace {
  font-family: false;
}

.text-white {
  color: #FFF !important;
}

.bg-white {
  background-color: #FFF !important;
}

.text-black {
  color: #000 !important;
}

.bg-black {
  background-color: #000 !important;
}

.text-brand-01 {
  color: #1D428A !important;
}

.bg-brand-01 {
  background-color: #1D428A !important;
}

.text-brand-02 {
  color: #1D2738 !important;
}

.bg-brand-02 {
  background-color: #1D2738 !important;
}

.text-ui-01 {
  color: #EA701E !important;
}

.bg-ui-01 {
  background-color: #EA701E !important;
}

.text-ui-02 {
  color: #FF832F !important;
}

.bg-ui-02 {
  background-color: #FF832F !important;
}

.text-ui-03 {
  color: #AA4C0D !important;
}

.bg-ui-03 {
  background-color: #AA4C0D !important;
}

.text-ui-04 {
  color: #4073D5 !important;
}

.bg-ui-04 {
  background-color: #4073D5 !important;
}

.text-ui-05 {
  color: #0F2859 !important;
}

.bg-ui-05 {
  background-color: #0F2859 !important;
}

.text-ui-06 {
  color: #FFFFFF !important;
}

.bg-ui-06 {
  background-color: #FFFFFF !important;
}

.text-ui-07 {
  color: #EEEEEE !important;
}

.bg-ui-07 {
  background-color: #EEEEEE !important;
}

.text-ui-08 {
  color: #CCCCCC !important;
}

.bg-ui-08 {
  background-color: #CCCCCC !important;
}

.text-ui-09 {
  color: #999999 !important;
}

.bg-ui-09 {
  background-color: #999999 !important;
}

.text-ui-10 {
  color: #666666 !important;
}

.bg-ui-10 {
  background-color: #666666 !important;
}

.text-ui-11 {
  color: #333333 !important;
}

.bg-ui-11 {
  background-color: #333333 !important;
}

.text-ui-12 {
  color: #000000 !important;
}

.bg-ui-12 {
  background-color: #000000 !important;
}

.text-ui-13 {
  color: #5C88DA !important;
}

.bg-ui-13 {
  background-color: #5C88DA !important;
}

.text-ui-14 {
  color: #97999B !important;
}

.bg-ui-14 {
  background-color: #97999B !important;
}

.text-ui-15 {
  color: #D0D0CE !important;
}

.bg-ui-15 {
  background-color: #D0D0CE !important;
}

.text-ui-16 {
  color: #D9C89E !important;
}

.bg-ui-16 {
  background-color: #D9C89E !important;
}

.text-ui-17 {
  color: #0D131E !important;
}

.bg-ui-17 {
  background-color: #0D131E !important;
}

.text-ui-18 {
  color: #888888 !important;
}

.bg-ui-18 {
  background-color: #888888 !important;
}

.text-ui-19 {
  color: #979797 !important;
}

.bg-ui-19 {
  background-color: #979797 !important;
}

.text-text-01 {
  color: #333333 !important;
}

.bg-text-01 {
  background-color: #333333 !important;
}

.text-support-01 {
  color: #00A65A !important;
}

.bg-support-01 {
  background-color: #00A65A !important;
}

.text-support-02 {
  color: #E4104E !important;
}

.bg-support-02 {
  background-color: #E4104E !important;
}

.text-support-03 {
  color: #F1D622 !important;
}

.bg-support-03 {
  background-color: #F1D622 !important;
}

.text-support-04 {
  color: #53ACDB !important;
}

.bg-support-04 {
  background-color: #53ACDB !important;
}

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

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

.text-light {
  font-weight: 300 !important;
}

.text-normal {
  font-weight: 400 !important;
}

.text-bold {
  font-weight: 600 !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.line-height\:100 {
  line-height: 100% !important;
}

/*
USAGE:
[p|m][t|r|b|l|a|x|y]-[none|xs|sm|md|lg|xl]
  T       D                   S

T - type
  - values: p (padding), m (margin)

D - direction
  - values:
      t (top), r (right), b (bottom), l (left),
      a (all), x (both left & right), y (both top & bottom)

S - size
  - values:
      none,
      xs (extra small),
      sm (small),
      md (medium),
      lg (large),
      xl (extra large)
*/
.x\:pa-none\:subs > * {
  padding: 0 0 !important;
}

.x\:pl-none\:subs > *,
.x\:px-none\:subs > * {
  padding-left: 0 !important;
}

.x\:pr-none\:subs > *,
.x\:px-none\:subs > * {
  padding-right: 0 !important;
}

.x\:pt-none\:subs > *,
.x\:py-none\:subs > * {
  padding-top: 0 !important;
}

.x\:pb-none\:subs > *,
.x\:py-none\:subs > * {
  padding-bottom: 0 !important;
}

.x\:ma-none\:subs > * {
  margin: 0 0 !important;
}

.x\:ml-none\:subs > *,
.x\:mx-none\:subs > * {
  margin-left: 0 !important;
}

.x\:mr-none\:subs > *,
.x\:mx-none\:subs > * {
  margin-right: 0 !important;
}

.x\:mt-none\:subs > *,
.x\:my-none\:subs > * {
  margin-top: 0 !important;
}

.x\:mb-none\:subs > *,
.x\:my-none\:subs > * {
  margin-bottom: 0 !important;
}

.x\:pa-none {
  padding: 0 0 !important;
}

.x\:pl-none,
.x\:px-none {
  padding-left: 0 !important;
}

.x\:pr-none,
.x\:px-none {
  padding-right: 0 !important;
}

.x\:pt-none,
.x\:py-none {
  padding-top: 0 !important;
}

.x\:pb-none,
.x\:py-none {
  padding-bottom: 0 !important;
}

.x\:ma-none {
  margin: 0 0 !important;
}

.x\:ml-none,
.x\:mx-none {
  margin-left: 0 !important;
}

.x\:mr-none,
.x\:mx-none {
  margin-right: 0 !important;
}

.x\:mt-none,
.x\:my-none {
  margin-top: 0 !important;
}

.x\:mb-none,
.x\:my-none {
  margin-bottom: 0 !important;
}

.x\:pa-xs\:subs > * {
  padding: 5px 5px !important;
}

.x\:pl-xs\:subs > *,
.x\:px-xs\:subs > * {
  padding-left: 5px !important;
}

.x\:pr-xs\:subs > *,
.x\:px-xs\:subs > * {
  padding-right: 5px !important;
}

.x\:pt-xs\:subs > *,
.x\:py-xs\:subs > * {
  padding-top: 5px !important;
}

.x\:pb-xs\:subs > *,
.x\:py-xs\:subs > * {
  padding-bottom: 5px !important;
}

.x\:ma-xs\:subs > * {
  margin: 5px 5px !important;
}

.x\:ml-xs\:subs > *,
.x\:mx-xs\:subs > * {
  margin-left: 5px !important;
}

.x\:mr-xs\:subs > *,
.x\:mx-xs\:subs > * {
  margin-right: 5px !important;
}

.x\:mt-xs\:subs > *,
.x\:my-xs\:subs > * {
  margin-top: 5px !important;
}

.x\:mb-xs\:subs > *,
.x\:my-xs\:subs > * {
  margin-bottom: 5px !important;
}

.x\:pa-xs {
  padding: 5px 5px !important;
}

.x\:pl-xs,
.x\:px-xs {
  padding-left: 5px !important;
}

.x\:pr-xs,
.x\:px-xs {
  padding-right: 5px !important;
}

.x\:pt-xs,
.x\:py-xs {
  padding-top: 5px !important;
}

.x\:pb-xs,
.x\:py-xs {
  padding-bottom: 5px !important;
}

.x\:ma-xs {
  margin: 5px 5px !important;
}

.x\:ml-xs,
.x\:mx-xs {
  margin-left: 5px !important;
}

.x\:mr-xs,
.x\:mx-xs {
  margin-right: 5px !important;
}

.x\:mt-xs,
.x\:my-xs {
  margin-top: 5px !important;
}

.x\:mb-xs,
.x\:my-xs {
  margin-bottom: 5px !important;
}

.x\:pa-sm\:subs > * {
  padding: 10px 10px !important;
}

.x\:pl-sm\:subs > *,
.x\:px-sm\:subs > * {
  padding-left: 10px !important;
}

.x\:pr-sm\:subs > *,
.x\:px-sm\:subs > * {
  padding-right: 10px !important;
}

.x\:pt-sm\:subs > *,
.x\:py-sm\:subs > * {
  padding-top: 10px !important;
}

.x\:pb-sm\:subs > *,
.x\:py-sm\:subs > * {
  padding-bottom: 10px !important;
}

.x\:ma-sm\:subs > * {
  margin: 10px 10px !important;
}

.x\:ml-sm\:subs > *,
.x\:mx-sm\:subs > * {
  margin-left: 10px !important;
}

.x\:mr-sm\:subs > *,
.x\:mx-sm\:subs > * {
  margin-right: 10px !important;
}

.x\:mt-sm\:subs > *,
.x\:my-sm\:subs > * {
  margin-top: 10px !important;
}

.x\:mb-sm\:subs > *,
.x\:my-sm\:subs > * {
  margin-bottom: 10px !important;
}

.x\:pa-sm {
  padding: 10px 10px !important;
}

.x\:pl-sm,
.x\:px-sm {
  padding-left: 10px !important;
}

.x\:pr-sm,
.x\:px-sm {
  padding-right: 10px !important;
}

.x\:pt-sm,
.x\:py-sm {
  padding-top: 10px !important;
}

.x\:pb-sm,
.x\:py-sm {
  padding-bottom: 10px !important;
}

.x\:ma-sm {
  margin: 10px 10px !important;
}

.x\:ml-sm,
.x\:mx-sm {
  margin-left: 10px !important;
}

.x\:mr-sm,
.x\:mx-sm {
  margin-right: 10px !important;
}

.x\:mt-sm,
.x\:my-sm {
  margin-top: 10px !important;
}

.x\:mb-sm,
.x\:my-sm {
  margin-bottom: 10px !important;
}

.x\:pa-md\:subs > * {
  padding: 15px 15px !important;
}

.x\:pl-md\:subs > *,
.x\:px-md\:subs > * {
  padding-left: 15px !important;
}

.x\:pr-md\:subs > *,
.x\:px-md\:subs > * {
  padding-right: 15px !important;
}

.x\:pt-md\:subs > *,
.x\:py-md\:subs > * {
  padding-top: 15px !important;
}

.x\:pb-md\:subs > *,
.x\:py-md\:subs > * {
  padding-bottom: 15px !important;
}

.x\:ma-md\:subs > * {
  margin: 15px 15px !important;
}

.x\:ml-md\:subs > *,
.x\:mx-md\:subs > * {
  margin-left: 15px !important;
}

.x\:mr-md\:subs > *,
.x\:mx-md\:subs > * {
  margin-right: 15px !important;
}

.x\:mt-md\:subs > *,
.x\:my-md\:subs > * {
  margin-top: 15px !important;
}

.x\:mb-md\:subs > *,
.x\:my-md\:subs > * {
  margin-bottom: 15px !important;
}

.x\:pa-md {
  padding: 15px 15px !important;
}

.x\:pl-md,
.x\:px-md {
  padding-left: 15px !important;
}

.x\:pr-md,
.x\:px-md {
  padding-right: 15px !important;
}

.x\:pt-md,
.x\:py-md {
  padding-top: 15px !important;
}

.x\:pb-md,
.x\:py-md {
  padding-bottom: 15px !important;
}

.x\:ma-md {
  margin: 15px 15px !important;
}

.x\:ml-md,
.x\:mx-md {
  margin-left: 15px !important;
}

.x\:mr-md,
.x\:mx-md {
  margin-right: 15px !important;
}

.x\:mt-md,
.x\:my-md {
  margin-top: 15px !important;
}

.x\:mb-md,
.x\:my-md {
  margin-bottom: 15px !important;
}

.x\:pa-lg\:subs > * {
  padding: 20px 20px !important;
}

.x\:pl-lg\:subs > *,
.x\:px-lg\:subs > * {
  padding-left: 20px !important;
}

.x\:pr-lg\:subs > *,
.x\:px-lg\:subs > * {
  padding-right: 20px !important;
}

.x\:pt-lg\:subs > *,
.x\:py-lg\:subs > * {
  padding-top: 20px !important;
}

.x\:pb-lg\:subs > *,
.x\:py-lg\:subs > * {
  padding-bottom: 20px !important;
}

.x\:ma-lg\:subs > * {
  margin: 20px 20px !important;
}

.x\:ml-lg\:subs > *,
.x\:mx-lg\:subs > * {
  margin-left: 20px !important;
}

.x\:mr-lg\:subs > *,
.x\:mx-lg\:subs > * {
  margin-right: 20px !important;
}

.x\:mt-lg\:subs > *,
.x\:my-lg\:subs > * {
  margin-top: 20px !important;
}

.x\:mb-lg\:subs > *,
.x\:my-lg\:subs > * {
  margin-bottom: 20px !important;
}

.x\:pa-lg {
  padding: 20px 20px !important;
}

.x\:pl-lg,
.x\:px-lg {
  padding-left: 20px !important;
}

.x\:pr-lg,
.x\:px-lg {
  padding-right: 20px !important;
}

.x\:pt-lg,
.x\:py-lg {
  padding-top: 20px !important;
}

.x\:pb-lg,
.x\:py-lg {
  padding-bottom: 20px !important;
}

.x\:ma-lg {
  margin: 20px 20px !important;
}

.x\:ml-lg,
.x\:mx-lg {
  margin-left: 20px !important;
}

.x\:mr-lg,
.x\:mx-lg {
  margin-right: 20px !important;
}

.x\:mt-lg,
.x\:my-lg {
  margin-top: 20px !important;
}

.x\:mb-lg,
.x\:my-lg {
  margin-bottom: 20px !important;
}

.x\:pa-xl\:subs > * {
  padding: 25px 25px !important;
}

.x\:pl-xl\:subs > *,
.x\:px-xl\:subs > * {
  padding-left: 25px !important;
}

.x\:pr-xl\:subs > *,
.x\:px-xl\:subs > * {
  padding-right: 25px !important;
}

.x\:pt-xl\:subs > *,
.x\:py-xl\:subs > * {
  padding-top: 25px !important;
}

.x\:pb-xl\:subs > *,
.x\:py-xl\:subs > * {
  padding-bottom: 25px !important;
}

.x\:ma-xl\:subs > * {
  margin: 25px 25px !important;
}

.x\:ml-xl\:subs > *,
.x\:mx-xl\:subs > * {
  margin-left: 25px !important;
}

.x\:mr-xl\:subs > *,
.x\:mx-xl\:subs > * {
  margin-right: 25px !important;
}

.x\:mt-xl\:subs > *,
.x\:my-xl\:subs > * {
  margin-top: 25px !important;
}

.x\:mb-xl\:subs > *,
.x\:my-xl\:subs > * {
  margin-bottom: 25px !important;
}

.x\:pa-xl {
  padding: 25px 25px !important;
}

.x\:pl-xl,
.x\:px-xl {
  padding-left: 25px !important;
}

.x\:pr-xl,
.x\:px-xl {
  padding-right: 25px !important;
}

.x\:pt-xl,
.x\:py-xl {
  padding-top: 25px !important;
}

.x\:pb-xl,
.x\:py-xl {
  padding-bottom: 25px !important;
}

.x\:ma-xl {
  margin: 25px 25px !important;
}

.x\:ml-xl,
.x\:mx-xl {
  margin-left: 25px !important;
}

.x\:mr-xl,
.x\:mx-xl {
  margin-right: 25px !important;
}

.x\:mt-xl,
.x\:my-xl {
  margin-top: 25px !important;
}

.x\:mb-xl,
.x\:my-xl {
  margin-bottom: 25px !important;
}

.x\:pa-xxl\:subs > * {
  padding: 30px 30px !important;
}

.x\:pl-xxl\:subs > *,
.x\:px-xxl\:subs > * {
  padding-left: 30px !important;
}

.x\:pr-xxl\:subs > *,
.x\:px-xxl\:subs > * {
  padding-right: 30px !important;
}

.x\:pt-xxl\:subs > *,
.x\:py-xxl\:subs > * {
  padding-top: 30px !important;
}

.x\:pb-xxl\:subs > *,
.x\:py-xxl\:subs > * {
  padding-bottom: 30px !important;
}

.x\:ma-xxl\:subs > * {
  margin: 30px 30px !important;
}

.x\:ml-xxl\:subs > *,
.x\:mx-xxl\:subs > * {
  margin-left: 30px !important;
}

.x\:mr-xxl\:subs > *,
.x\:mx-xxl\:subs > * {
  margin-right: 30px !important;
}

.x\:mt-xxl\:subs > *,
.x\:my-xxl\:subs > * {
  margin-top: 30px !important;
}

.x\:mb-xxl\:subs > *,
.x\:my-xxl\:subs > * {
  margin-bottom: 30px !important;
}

.x\:pa-xxl {
  padding: 30px 30px !important;
}

.x\:pl-xxl,
.x\:px-xxl {
  padding-left: 30px !important;
}

.x\:pr-xxl,
.x\:px-xxl {
  padding-right: 30px !important;
}

.x\:pt-xxl,
.x\:py-xxl {
  padding-top: 30px !important;
}

.x\:pb-xxl,
.x\:py-xxl {
  padding-bottom: 30px !important;
}

.x\:ma-xxl {
  margin: 30px 30px !important;
}

.x\:ml-xxl,
.x\:mx-xxl {
  margin-left: 30px !important;
}

.x\:mr-xxl,
.x\:mx-xxl {
  margin-right: 30px !important;
}

.x\:mt-xxl,
.x\:my-xxl {
  margin-top: 30px !important;
}

.x\:mb-xxl,
.x\:my-xxl {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 999999999999px) {
  .xl\:pa-none\:subs > * {
    padding: 0 0 !important;
  }
  .xl\:pl-none\:subs > *,
  .xl\:px-none\:subs > * {
    padding-left: 0 !important;
  }
  .xl\:pr-none\:subs > *,
  .xl\:px-none\:subs > * {
    padding-right: 0 !important;
  }
  .xl\:pt-none\:subs > *,
  .xl\:py-none\:subs > * {
    padding-top: 0 !important;
  }
  .xl\:pb-none\:subs > *,
  .xl\:py-none\:subs > * {
    padding-bottom: 0 !important;
  }
  .xl\:ma-none\:subs > * {
    margin: 0 0 !important;
  }
  .xl\:ml-none\:subs > *,
  .xl\:mx-none\:subs > * {
    margin-left: 0 !important;
  }
  .xl\:mr-none\:subs > *,
  .xl\:mx-none\:subs > * {
    margin-right: 0 !important;
  }
  .xl\:mt-none\:subs > *,
  .xl\:my-none\:subs > * {
    margin-top: 0 !important;
  }
  .xl\:mb-none\:subs > *,
  .xl\:my-none\:subs > * {
    margin-bottom: 0 !important;
  }
  .xl\:pa-xs\:subs > * {
    padding: 5px 5px !important;
  }
  .xl\:pl-xs\:subs > *,
  .xl\:px-xs\:subs > * {
    padding-left: 5px !important;
  }
  .xl\:pr-xs\:subs > *,
  .xl\:px-xs\:subs > * {
    padding-right: 5px !important;
  }
  .xl\:pt-xs\:subs > *,
  .xl\:py-xs\:subs > * {
    padding-top: 5px !important;
  }
  .xl\:pb-xs\:subs > *,
  .xl\:py-xs\:subs > * {
    padding-bottom: 5px !important;
  }
  .xl\:ma-xs\:subs > * {
    margin: 5px 5px !important;
  }
  .xl\:ml-xs\:subs > *,
  .xl\:mx-xs\:subs > * {
    margin-left: 5px !important;
  }
  .xl\:mr-xs\:subs > *,
  .xl\:mx-xs\:subs > * {
    margin-right: 5px !important;
  }
  .xl\:mt-xs\:subs > *,
  .xl\:my-xs\:subs > * {
    margin-top: 5px !important;
  }
  .xl\:mb-xs\:subs > *,
  .xl\:my-xs\:subs > * {
    margin-bottom: 5px !important;
  }
  .xl\:pa-sm\:subs > * {
    padding: 10px 10px !important;
  }
  .xl\:pl-sm\:subs > *,
  .xl\:px-sm\:subs > * {
    padding-left: 10px !important;
  }
  .xl\:pr-sm\:subs > *,
  .xl\:px-sm\:subs > * {
    padding-right: 10px !important;
  }
  .xl\:pt-sm\:subs > *,
  .xl\:py-sm\:subs > * {
    padding-top: 10px !important;
  }
  .xl\:pb-sm\:subs > *,
  .xl\:py-sm\:subs > * {
    padding-bottom: 10px !important;
  }
  .xl\:ma-sm\:subs > * {
    margin: 10px 10px !important;
  }
  .xl\:ml-sm\:subs > *,
  .xl\:mx-sm\:subs > * {
    margin-left: 10px !important;
  }
  .xl\:mr-sm\:subs > *,
  .xl\:mx-sm\:subs > * {
    margin-right: 10px !important;
  }
  .xl\:mt-sm\:subs > *,
  .xl\:my-sm\:subs > * {
    margin-top: 10px !important;
  }
  .xl\:mb-sm\:subs > *,
  .xl\:my-sm\:subs > * {
    margin-bottom: 10px !important;
  }
  .xl\:pa-md\:subs > * {
    padding: 15px 15px !important;
  }
  .xl\:pl-md\:subs > *,
  .xl\:px-md\:subs > * {
    padding-left: 15px !important;
  }
  .xl\:pr-md\:subs > *,
  .xl\:px-md\:subs > * {
    padding-right: 15px !important;
  }
  .xl\:pt-md\:subs > *,
  .xl\:py-md\:subs > * {
    padding-top: 15px !important;
  }
  .xl\:pb-md\:subs > *,
  .xl\:py-md\:subs > * {
    padding-bottom: 15px !important;
  }
  .xl\:ma-md\:subs > * {
    margin: 15px 15px !important;
  }
  .xl\:ml-md\:subs > *,
  .xl\:mx-md\:subs > * {
    margin-left: 15px !important;
  }
  .xl\:mr-md\:subs > *,
  .xl\:mx-md\:subs > * {
    margin-right: 15px !important;
  }
  .xl\:mt-md\:subs > *,
  .xl\:my-md\:subs > * {
    margin-top: 15px !important;
  }
  .xl\:mb-md\:subs > *,
  .xl\:my-md\:subs > * {
    margin-bottom: 15px !important;
  }
  .xl\:pa-lg\:subs > * {
    padding: 20px 20px !important;
  }
  .xl\:pl-lg\:subs > *,
  .xl\:px-lg\:subs > * {
    padding-left: 20px !important;
  }
  .xl\:pr-lg\:subs > *,
  .xl\:px-lg\:subs > * {
    padding-right: 20px !important;
  }
  .xl\:pt-lg\:subs > *,
  .xl\:py-lg\:subs > * {
    padding-top: 20px !important;
  }
  .xl\:pb-lg\:subs > *,
  .xl\:py-lg\:subs > * {
    padding-bottom: 20px !important;
  }
  .xl\:ma-lg\:subs > * {
    margin: 20px 20px !important;
  }
  .xl\:ml-lg\:subs > *,
  .xl\:mx-lg\:subs > * {
    margin-left: 20px !important;
  }
  .xl\:mr-lg\:subs > *,
  .xl\:mx-lg\:subs > * {
    margin-right: 20px !important;
  }
  .xl\:mt-lg\:subs > *,
  .xl\:my-lg\:subs > * {
    margin-top: 20px !important;
  }
  .xl\:mb-lg\:subs > *,
  .xl\:my-lg\:subs > * {
    margin-bottom: 20px !important;
  }
  .xl\:pa-xl\:subs > * {
    padding: 25px 25px !important;
  }
  .xl\:pl-xl\:subs > *,
  .xl\:px-xl\:subs > * {
    padding-left: 25px !important;
  }
  .xl\:pr-xl\:subs > *,
  .xl\:px-xl\:subs > * {
    padding-right: 25px !important;
  }
  .xl\:pt-xl\:subs > *,
  .xl\:py-xl\:subs > * {
    padding-top: 25px !important;
  }
  .xl\:pb-xl\:subs > *,
  .xl\:py-xl\:subs > * {
    padding-bottom: 25px !important;
  }
  .xl\:ma-xl\:subs > * {
    margin: 25px 25px !important;
  }
  .xl\:ml-xl\:subs > *,
  .xl\:mx-xl\:subs > * {
    margin-left: 25px !important;
  }
  .xl\:mr-xl\:subs > *,
  .xl\:mx-xl\:subs > * {
    margin-right: 25px !important;
  }
  .xl\:mt-xl\:subs > *,
  .xl\:my-xl\:subs > * {
    margin-top: 25px !important;
  }
  .xl\:mb-xl\:subs > *,
  .xl\:my-xl\:subs > * {
    margin-bottom: 25px !important;
  }
  .xl\:pa-xxl\:subs > * {
    padding: 30px 30px !important;
  }
  .xl\:pl-xxl\:subs > *,
  .xl\:px-xxl\:subs > * {
    padding-left: 30px !important;
  }
  .xl\:pr-xxl\:subs > *,
  .xl\:px-xxl\:subs > * {
    padding-right: 30px !important;
  }
  .xl\:pt-xxl\:subs > *,
  .xl\:py-xxl\:subs > * {
    padding-top: 30px !important;
  }
  .xl\:pb-xxl\:subs > *,
  .xl\:py-xxl\:subs > * {
    padding-bottom: 30px !important;
  }
  .xl\:ma-xxl\:subs > * {
    margin: 30px 30px !important;
  }
  .xl\:ml-xxl\:subs > *,
  .xl\:mx-xxl\:subs > * {
    margin-left: 30px !important;
  }
  .xl\:mr-xxl\:subs > *,
  .xl\:mx-xxl\:subs > * {
    margin-right: 30px !important;
  }
  .xl\:mt-xxl\:subs > *,
  .xl\:my-xxl\:subs > * {
    margin-top: 30px !important;
  }
  .xl\:mb-xxl\:subs > *,
  .xl\:my-xxl\:subs > * {
    margin-bottom: 30px !important;
  }
  .xl\:pa-none {
    padding: 0 0 !important;
  }
  .xl\:pl-none,
  .xl\:px-none {
    padding-left: 0 !important;
  }
  .xl\:pr-none,
  .xl\:px-none {
    padding-right: 0 !important;
  }
  .xl\:pt-none,
  .xl\:py-none {
    padding-top: 0 !important;
  }
  .xl\:pb-none,
  .xl\:py-none {
    padding-bottom: 0 !important;
  }
  .xl\:ma-none {
    margin: 0 0 !important;
  }
  .xl\:ml-none,
  .xl\:mx-none {
    margin-left: 0 !important;
  }
  .xl\:mr-none,
  .xl\:mx-none {
    margin-right: 0 !important;
  }
  .xl\:mt-none,
  .xl\:my-none {
    margin-top: 0 !important;
  }
  .xl\:mb-none,
  .xl\:my-none {
    margin-bottom: 0 !important;
  }
  .xl\:pa-xs {
    padding: 5px 5px !important;
  }
  .xl\:pl-xs,
  .xl\:px-xs {
    padding-left: 5px !important;
  }
  .xl\:pr-xs,
  .xl\:px-xs {
    padding-right: 5px !important;
  }
  .xl\:pt-xs,
  .xl\:py-xs {
    padding-top: 5px !important;
  }
  .xl\:pb-xs,
  .xl\:py-xs {
    padding-bottom: 5px !important;
  }
  .xl\:ma-xs {
    margin: 5px 5px !important;
  }
  .xl\:ml-xs,
  .xl\:mx-xs {
    margin-left: 5px !important;
  }
  .xl\:mr-xs,
  .xl\:mx-xs {
    margin-right: 5px !important;
  }
  .xl\:mt-xs,
  .xl\:my-xs {
    margin-top: 5px !important;
  }
  .xl\:mb-xs,
  .xl\:my-xs {
    margin-bottom: 5px !important;
  }
  .xl\:pa-sm {
    padding: 10px 10px !important;
  }
  .xl\:pl-sm,
  .xl\:px-sm {
    padding-left: 10px !important;
  }
  .xl\:pr-sm,
  .xl\:px-sm {
    padding-right: 10px !important;
  }
  .xl\:pt-sm,
  .xl\:py-sm {
    padding-top: 10px !important;
  }
  .xl\:pb-sm,
  .xl\:py-sm {
    padding-bottom: 10px !important;
  }
  .xl\:ma-sm {
    margin: 10px 10px !important;
  }
  .xl\:ml-sm,
  .xl\:mx-sm {
    margin-left: 10px !important;
  }
  .xl\:mr-sm,
  .xl\:mx-sm {
    margin-right: 10px !important;
  }
  .xl\:mt-sm,
  .xl\:my-sm {
    margin-top: 10px !important;
  }
  .xl\:mb-sm,
  .xl\:my-sm {
    margin-bottom: 10px !important;
  }
  .xl\:pa-md {
    padding: 15px 15px !important;
  }
  .xl\:pl-md,
  .xl\:px-md {
    padding-left: 15px !important;
  }
  .xl\:pr-md,
  .xl\:px-md {
    padding-right: 15px !important;
  }
  .xl\:pt-md,
  .xl\:py-md {
    padding-top: 15px !important;
  }
  .xl\:pb-md,
  .xl\:py-md {
    padding-bottom: 15px !important;
  }
  .xl\:ma-md {
    margin: 15px 15px !important;
  }
  .xl\:ml-md,
  .xl\:mx-md {
    margin-left: 15px !important;
  }
  .xl\:mr-md,
  .xl\:mx-md {
    margin-right: 15px !important;
  }
  .xl\:mt-md,
  .xl\:my-md {
    margin-top: 15px !important;
  }
  .xl\:mb-md,
  .xl\:my-md {
    margin-bottom: 15px !important;
  }
  .xl\:pa-lg {
    padding: 20px 20px !important;
  }
  .xl\:pl-lg,
  .xl\:px-lg {
    padding-left: 20px !important;
  }
  .xl\:pr-lg,
  .xl\:px-lg {
    padding-right: 20px !important;
  }
  .xl\:pt-lg,
  .xl\:py-lg {
    padding-top: 20px !important;
  }
  .xl\:pb-lg,
  .xl\:py-lg {
    padding-bottom: 20px !important;
  }
  .xl\:ma-lg {
    margin: 20px 20px !important;
  }
  .xl\:ml-lg,
  .xl\:mx-lg {
    margin-left: 20px !important;
  }
  .xl\:mr-lg,
  .xl\:mx-lg {
    margin-right: 20px !important;
  }
  .xl\:mt-lg,
  .xl\:my-lg {
    margin-top: 20px !important;
  }
  .xl\:mb-lg,
  .xl\:my-lg {
    margin-bottom: 20px !important;
  }
  .xl\:pa-xl {
    padding: 25px 25px !important;
  }
  .xl\:pl-xl,
  .xl\:px-xl {
    padding-left: 25px !important;
  }
  .xl\:pr-xl,
  .xl\:px-xl {
    padding-right: 25px !important;
  }
  .xl\:pt-xl,
  .xl\:py-xl {
    padding-top: 25px !important;
  }
  .xl\:pb-xl,
  .xl\:py-xl {
    padding-bottom: 25px !important;
  }
  .xl\:ma-xl {
    margin: 25px 25px !important;
  }
  .xl\:ml-xl,
  .xl\:mx-xl {
    margin-left: 25px !important;
  }
  .xl\:mr-xl,
  .xl\:mx-xl {
    margin-right: 25px !important;
  }
  .xl\:mt-xl,
  .xl\:my-xl {
    margin-top: 25px !important;
  }
  .xl\:mb-xl,
  .xl\:my-xl {
    margin-bottom: 25px !important;
  }
  .xl\:pa-xxl {
    padding: 30px 30px !important;
  }
  .xl\:pl-xxl,
  .xl\:px-xxl {
    padding-left: 30px !important;
  }
  .xl\:pr-xxl,
  .xl\:px-xxl {
    padding-right: 30px !important;
  }
  .xl\:pt-xxl,
  .xl\:py-xxl {
    padding-top: 30px !important;
  }
  .xl\:pb-xxl,
  .xl\:py-xxl {
    padding-bottom: 30px !important;
  }
  .xl\:ma-xxl {
    margin: 30px 30px !important;
  }
  .xl\:ml-xxl,
  .xl\:mx-xxl {
    margin-left: 30px !important;
  }
  .xl\:mr-xxl,
  .xl\:mx-xxl {
    margin-right: 30px !important;
  }
  .xl\:mt-xxl,
  .xl\:my-xxl {
    margin-top: 30px !important;
  }
  .xl\:mb-xxl,
  .xl\:my-xxl {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 1440px) {
  .lg\:pa-none\:subs > * {
    padding: 0 0 !important;
  }
  .lg\:pl-none\:subs > *,
  .lg\:px-none\:subs > * {
    padding-left: 0 !important;
  }
  .lg\:pr-none\:subs > *,
  .lg\:px-none\:subs > * {
    padding-right: 0 !important;
  }
  .lg\:pt-none\:subs > *,
  .lg\:py-none\:subs > * {
    padding-top: 0 !important;
  }
  .lg\:pb-none\:subs > *,
  .lg\:py-none\:subs > * {
    padding-bottom: 0 !important;
  }
  .lg\:ma-none\:subs > * {
    margin: 0 0 !important;
  }
  .lg\:ml-none\:subs > *,
  .lg\:mx-none\:subs > * {
    margin-left: 0 !important;
  }
  .lg\:mr-none\:subs > *,
  .lg\:mx-none\:subs > * {
    margin-right: 0 !important;
  }
  .lg\:mt-none\:subs > *,
  .lg\:my-none\:subs > * {
    margin-top: 0 !important;
  }
  .lg\:mb-none\:subs > *,
  .lg\:my-none\:subs > * {
    margin-bottom: 0 !important;
  }
  .lg\:pa-xs\:subs > * {
    padding: 5px 5px !important;
  }
  .lg\:pl-xs\:subs > *,
  .lg\:px-xs\:subs > * {
    padding-left: 5px !important;
  }
  .lg\:pr-xs\:subs > *,
  .lg\:px-xs\:subs > * {
    padding-right: 5px !important;
  }
  .lg\:pt-xs\:subs > *,
  .lg\:py-xs\:subs > * {
    padding-top: 5px !important;
  }
  .lg\:pb-xs\:subs > *,
  .lg\:py-xs\:subs > * {
    padding-bottom: 5px !important;
  }
  .lg\:ma-xs\:subs > * {
    margin: 5px 5px !important;
  }
  .lg\:ml-xs\:subs > *,
  .lg\:mx-xs\:subs > * {
    margin-left: 5px !important;
  }
  .lg\:mr-xs\:subs > *,
  .lg\:mx-xs\:subs > * {
    margin-right: 5px !important;
  }
  .lg\:mt-xs\:subs > *,
  .lg\:my-xs\:subs > * {
    margin-top: 5px !important;
  }
  .lg\:mb-xs\:subs > *,
  .lg\:my-xs\:subs > * {
    margin-bottom: 5px !important;
  }
  .lg\:pa-sm\:subs > * {
    padding: 10px 10px !important;
  }
  .lg\:pl-sm\:subs > *,
  .lg\:px-sm\:subs > * {
    padding-left: 10px !important;
  }
  .lg\:pr-sm\:subs > *,
  .lg\:px-sm\:subs > * {
    padding-right: 10px !important;
  }
  .lg\:pt-sm\:subs > *,
  .lg\:py-sm\:subs > * {
    padding-top: 10px !important;
  }
  .lg\:pb-sm\:subs > *,
  .lg\:py-sm\:subs > * {
    padding-bottom: 10px !important;
  }
  .lg\:ma-sm\:subs > * {
    margin: 10px 10px !important;
  }
  .lg\:ml-sm\:subs > *,
  .lg\:mx-sm\:subs > * {
    margin-left: 10px !important;
  }
  .lg\:mr-sm\:subs > *,
  .lg\:mx-sm\:subs > * {
    margin-right: 10px !important;
  }
  .lg\:mt-sm\:subs > *,
  .lg\:my-sm\:subs > * {
    margin-top: 10px !important;
  }
  .lg\:mb-sm\:subs > *,
  .lg\:my-sm\:subs > * {
    margin-bottom: 10px !important;
  }
  .lg\:pa-md\:subs > * {
    padding: 15px 15px !important;
  }
  .lg\:pl-md\:subs > *,
  .lg\:px-md\:subs > * {
    padding-left: 15px !important;
  }
  .lg\:pr-md\:subs > *,
  .lg\:px-md\:subs > * {
    padding-right: 15px !important;
  }
  .lg\:pt-md\:subs > *,
  .lg\:py-md\:subs > * {
    padding-top: 15px !important;
  }
  .lg\:pb-md\:subs > *,
  .lg\:py-md\:subs > * {
    padding-bottom: 15px !important;
  }
  .lg\:ma-md\:subs > * {
    margin: 15px 15px !important;
  }
  .lg\:ml-md\:subs > *,
  .lg\:mx-md\:subs > * {
    margin-left: 15px !important;
  }
  .lg\:mr-md\:subs > *,
  .lg\:mx-md\:subs > * {
    margin-right: 15px !important;
  }
  .lg\:mt-md\:subs > *,
  .lg\:my-md\:subs > * {
    margin-top: 15px !important;
  }
  .lg\:mb-md\:subs > *,
  .lg\:my-md\:subs > * {
    margin-bottom: 15px !important;
  }
  .lg\:pa-lg\:subs > * {
    padding: 20px 20px !important;
  }
  .lg\:pl-lg\:subs > *,
  .lg\:px-lg\:subs > * {
    padding-left: 20px !important;
  }
  .lg\:pr-lg\:subs > *,
  .lg\:px-lg\:subs > * {
    padding-right: 20px !important;
  }
  .lg\:pt-lg\:subs > *,
  .lg\:py-lg\:subs > * {
    padding-top: 20px !important;
  }
  .lg\:pb-lg\:subs > *,
  .lg\:py-lg\:subs > * {
    padding-bottom: 20px !important;
  }
  .lg\:ma-lg\:subs > * {
    margin: 20px 20px !important;
  }
  .lg\:ml-lg\:subs > *,
  .lg\:mx-lg\:subs > * {
    margin-left: 20px !important;
  }
  .lg\:mr-lg\:subs > *,
  .lg\:mx-lg\:subs > * {
    margin-right: 20px !important;
  }
  .lg\:mt-lg\:subs > *,
  .lg\:my-lg\:subs > * {
    margin-top: 20px !important;
  }
  .lg\:mb-lg\:subs > *,
  .lg\:my-lg\:subs > * {
    margin-bottom: 20px !important;
  }
  .lg\:pa-xl\:subs > * {
    padding: 25px 25px !important;
  }
  .lg\:pl-xl\:subs > *,
  .lg\:px-xl\:subs > * {
    padding-left: 25px !important;
  }
  .lg\:pr-xl\:subs > *,
  .lg\:px-xl\:subs > * {
    padding-right: 25px !important;
  }
  .lg\:pt-xl\:subs > *,
  .lg\:py-xl\:subs > * {
    padding-top: 25px !important;
  }
  .lg\:pb-xl\:subs > *,
  .lg\:py-xl\:subs > * {
    padding-bottom: 25px !important;
  }
  .lg\:ma-xl\:subs > * {
    margin: 25px 25px !important;
  }
  .lg\:ml-xl\:subs > *,
  .lg\:mx-xl\:subs > * {
    margin-left: 25px !important;
  }
  .lg\:mr-xl\:subs > *,
  .lg\:mx-xl\:subs > * {
    margin-right: 25px !important;
  }
  .lg\:mt-xl\:subs > *,
  .lg\:my-xl\:subs > * {
    margin-top: 25px !important;
  }
  .lg\:mb-xl\:subs > *,
  .lg\:my-xl\:subs > * {
    margin-bottom: 25px !important;
  }
  .lg\:pa-xxl\:subs > * {
    padding: 30px 30px !important;
  }
  .lg\:pl-xxl\:subs > *,
  .lg\:px-xxl\:subs > * {
    padding-left: 30px !important;
  }
  .lg\:pr-xxl\:subs > *,
  .lg\:px-xxl\:subs > * {
    padding-right: 30px !important;
  }
  .lg\:pt-xxl\:subs > *,
  .lg\:py-xxl\:subs > * {
    padding-top: 30px !important;
  }
  .lg\:pb-xxl\:subs > *,
  .lg\:py-xxl\:subs > * {
    padding-bottom: 30px !important;
  }
  .lg\:ma-xxl\:subs > * {
    margin: 30px 30px !important;
  }
  .lg\:ml-xxl\:subs > *,
  .lg\:mx-xxl\:subs > * {
    margin-left: 30px !important;
  }
  .lg\:mr-xxl\:subs > *,
  .lg\:mx-xxl\:subs > * {
    margin-right: 30px !important;
  }
  .lg\:mt-xxl\:subs > *,
  .lg\:my-xxl\:subs > * {
    margin-top: 30px !important;
  }
  .lg\:mb-xxl\:subs > *,
  .lg\:my-xxl\:subs > * {
    margin-bottom: 30px !important;
  }
  .lg\:pa-none {
    padding: 0 0 !important;
  }
  .lg\:pl-none,
  .lg\:px-none {
    padding-left: 0 !important;
  }
  .lg\:pr-none,
  .lg\:px-none {
    padding-right: 0 !important;
  }
  .lg\:pt-none,
  .lg\:py-none {
    padding-top: 0 !important;
  }
  .lg\:pb-none,
  .lg\:py-none {
    padding-bottom: 0 !important;
  }
  .lg\:ma-none {
    margin: 0 0 !important;
  }
  .lg\:ml-none,
  .lg\:mx-none {
    margin-left: 0 !important;
  }
  .lg\:mr-none,
  .lg\:mx-none {
    margin-right: 0 !important;
  }
  .lg\:mt-none,
  .lg\:my-none {
    margin-top: 0 !important;
  }
  .lg\:mb-none,
  .lg\:my-none {
    margin-bottom: 0 !important;
  }
  .lg\:pa-xs {
    padding: 5px 5px !important;
  }
  .lg\:pl-xs,
  .lg\:px-xs {
    padding-left: 5px !important;
  }
  .lg\:pr-xs,
  .lg\:px-xs {
    padding-right: 5px !important;
  }
  .lg\:pt-xs,
  .lg\:py-xs {
    padding-top: 5px !important;
  }
  .lg\:pb-xs,
  .lg\:py-xs {
    padding-bottom: 5px !important;
  }
  .lg\:ma-xs {
    margin: 5px 5px !important;
  }
  .lg\:ml-xs,
  .lg\:mx-xs {
    margin-left: 5px !important;
  }
  .lg\:mr-xs,
  .lg\:mx-xs {
    margin-right: 5px !important;
  }
  .lg\:mt-xs,
  .lg\:my-xs {
    margin-top: 5px !important;
  }
  .lg\:mb-xs,
  .lg\:my-xs {
    margin-bottom: 5px !important;
  }
  .lg\:pa-sm {
    padding: 10px 10px !important;
  }
  .lg\:pl-sm,
  .lg\:px-sm {
    padding-left: 10px !important;
  }
  .lg\:pr-sm,
  .lg\:px-sm {
    padding-right: 10px !important;
  }
  .lg\:pt-sm,
  .lg\:py-sm {
    padding-top: 10px !important;
  }
  .lg\:pb-sm,
  .lg\:py-sm {
    padding-bottom: 10px !important;
  }
  .lg\:ma-sm {
    margin: 10px 10px !important;
  }
  .lg\:ml-sm,
  .lg\:mx-sm {
    margin-left: 10px !important;
  }
  .lg\:mr-sm,
  .lg\:mx-sm {
    margin-right: 10px !important;
  }
  .lg\:mt-sm,
  .lg\:my-sm {
    margin-top: 10px !important;
  }
  .lg\:mb-sm,
  .lg\:my-sm {
    margin-bottom: 10px !important;
  }
  .lg\:pa-md {
    padding: 15px 15px !important;
  }
  .lg\:pl-md,
  .lg\:px-md {
    padding-left: 15px !important;
  }
  .lg\:pr-md,
  .lg\:px-md {
    padding-right: 15px !important;
  }
  .lg\:pt-md,
  .lg\:py-md {
    padding-top: 15px !important;
  }
  .lg\:pb-md,
  .lg\:py-md {
    padding-bottom: 15px !important;
  }
  .lg\:ma-md {
    margin: 15px 15px !important;
  }
  .lg\:ml-md,
  .lg\:mx-md {
    margin-left: 15px !important;
  }
  .lg\:mr-md,
  .lg\:mx-md {
    margin-right: 15px !important;
  }
  .lg\:mt-md,
  .lg\:my-md {
    margin-top: 15px !important;
  }
  .lg\:mb-md,
  .lg\:my-md {
    margin-bottom: 15px !important;
  }
  .lg\:pa-lg {
    padding: 20px 20px !important;
  }
  .lg\:pl-lg,
  .lg\:px-lg {
    padding-left: 20px !important;
  }
  .lg\:pr-lg,
  .lg\:px-lg {
    padding-right: 20px !important;
  }
  .lg\:pt-lg,
  .lg\:py-lg {
    padding-top: 20px !important;
  }
  .lg\:pb-lg,
  .lg\:py-lg {
    padding-bottom: 20px !important;
  }
  .lg\:ma-lg {
    margin: 20px 20px !important;
  }
  .lg\:ml-lg,
  .lg\:mx-lg {
    margin-left: 20px !important;
  }
  .lg\:mr-lg,
  .lg\:mx-lg {
    margin-right: 20px !important;
  }
  .lg\:mt-lg,
  .lg\:my-lg {
    margin-top: 20px !important;
  }
  .lg\:mb-lg,
  .lg\:my-lg {
    margin-bottom: 20px !important;
  }
  .lg\:pa-xl {
    padding: 25px 25px !important;
  }
  .lg\:pl-xl,
  .lg\:px-xl {
    padding-left: 25px !important;
  }
  .lg\:pr-xl,
  .lg\:px-xl {
    padding-right: 25px !important;
  }
  .lg\:pt-xl,
  .lg\:py-xl {
    padding-top: 25px !important;
  }
  .lg\:pb-xl,
  .lg\:py-xl {
    padding-bottom: 25px !important;
  }
  .lg\:ma-xl {
    margin: 25px 25px !important;
  }
  .lg\:ml-xl,
  .lg\:mx-xl {
    margin-left: 25px !important;
  }
  .lg\:mr-xl,
  .lg\:mx-xl {
    margin-right: 25px !important;
  }
  .lg\:mt-xl,
  .lg\:my-xl {
    margin-top: 25px !important;
  }
  .lg\:mb-xl,
  .lg\:my-xl {
    margin-bottom: 25px !important;
  }
  .lg\:pa-xxl {
    padding: 30px 30px !important;
  }
  .lg\:pl-xxl,
  .lg\:px-xxl {
    padding-left: 30px !important;
  }
  .lg\:pr-xxl,
  .lg\:px-xxl {
    padding-right: 30px !important;
  }
  .lg\:pt-xxl,
  .lg\:py-xxl {
    padding-top: 30px !important;
  }
  .lg\:pb-xxl,
  .lg\:py-xxl {
    padding-bottom: 30px !important;
  }
  .lg\:ma-xxl {
    margin: 30px 30px !important;
  }
  .lg\:ml-xxl,
  .lg\:mx-xxl {
    margin-left: 30px !important;
  }
  .lg\:mr-xxl,
  .lg\:mx-xxl {
    margin-right: 30px !important;
  }
  .lg\:mt-xxl,
  .lg\:my-xxl {
    margin-top: 30px !important;
  }
  .lg\:mb-xxl,
  .lg\:my-xxl {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 1025px) {
  .md\:pa-none\:subs > * {
    padding: 0 0 !important;
  }
  .md\:pl-none\:subs > *,
  .md\:px-none\:subs > * {
    padding-left: 0 !important;
  }
  .md\:pr-none\:subs > *,
  .md\:px-none\:subs > * {
    padding-right: 0 !important;
  }
  .md\:pt-none\:subs > *,
  .md\:py-none\:subs > * {
    padding-top: 0 !important;
  }
  .md\:pb-none\:subs > *,
  .md\:py-none\:subs > * {
    padding-bottom: 0 !important;
  }
  .md\:ma-none\:subs > * {
    margin: 0 0 !important;
  }
  .md\:ml-none\:subs > *,
  .md\:mx-none\:subs > * {
    margin-left: 0 !important;
  }
  .md\:mr-none\:subs > *,
  .md\:mx-none\:subs > * {
    margin-right: 0 !important;
  }
  .md\:mt-none\:subs > *,
  .md\:my-none\:subs > * {
    margin-top: 0 !important;
  }
  .md\:mb-none\:subs > *,
  .md\:my-none\:subs > * {
    margin-bottom: 0 !important;
  }
  .md\:pa-xs\:subs > * {
    padding: 5px 5px !important;
  }
  .md\:pl-xs\:subs > *,
  .md\:px-xs\:subs > * {
    padding-left: 5px !important;
  }
  .md\:pr-xs\:subs > *,
  .md\:px-xs\:subs > * {
    padding-right: 5px !important;
  }
  .md\:pt-xs\:subs > *,
  .md\:py-xs\:subs > * {
    padding-top: 5px !important;
  }
  .md\:pb-xs\:subs > *,
  .md\:py-xs\:subs > * {
    padding-bottom: 5px !important;
  }
  .md\:ma-xs\:subs > * {
    margin: 5px 5px !important;
  }
  .md\:ml-xs\:subs > *,
  .md\:mx-xs\:subs > * {
    margin-left: 5px !important;
  }
  .md\:mr-xs\:subs > *,
  .md\:mx-xs\:subs > * {
    margin-right: 5px !important;
  }
  .md\:mt-xs\:subs > *,
  .md\:my-xs\:subs > * {
    margin-top: 5px !important;
  }
  .md\:mb-xs\:subs > *,
  .md\:my-xs\:subs > * {
    margin-bottom: 5px !important;
  }
  .md\:pa-sm\:subs > * {
    padding: 10px 10px !important;
  }
  .md\:pl-sm\:subs > *,
  .md\:px-sm\:subs > * {
    padding-left: 10px !important;
  }
  .md\:pr-sm\:subs > *,
  .md\:px-sm\:subs > * {
    padding-right: 10px !important;
  }
  .md\:pt-sm\:subs > *,
  .md\:py-sm\:subs > * {
    padding-top: 10px !important;
  }
  .md\:pb-sm\:subs > *,
  .md\:py-sm\:subs > * {
    padding-bottom: 10px !important;
  }
  .md\:ma-sm\:subs > * {
    margin: 10px 10px !important;
  }
  .md\:ml-sm\:subs > *,
  .md\:mx-sm\:subs > * {
    margin-left: 10px !important;
  }
  .md\:mr-sm\:subs > *,
  .md\:mx-sm\:subs > * {
    margin-right: 10px !important;
  }
  .md\:mt-sm\:subs > *,
  .md\:my-sm\:subs > * {
    margin-top: 10px !important;
  }
  .md\:mb-sm\:subs > *,
  .md\:my-sm\:subs > * {
    margin-bottom: 10px !important;
  }
  .md\:pa-md\:subs > * {
    padding: 15px 15px !important;
  }
  .md\:pl-md\:subs > *,
  .md\:px-md\:subs > * {
    padding-left: 15px !important;
  }
  .md\:pr-md\:subs > *,
  .md\:px-md\:subs > * {
    padding-right: 15px !important;
  }
  .md\:pt-md\:subs > *,
  .md\:py-md\:subs > * {
    padding-top: 15px !important;
  }
  .md\:pb-md\:subs > *,
  .md\:py-md\:subs > * {
    padding-bottom: 15px !important;
  }
  .md\:ma-md\:subs > * {
    margin: 15px 15px !important;
  }
  .md\:ml-md\:subs > *,
  .md\:mx-md\:subs > * {
    margin-left: 15px !important;
  }
  .md\:mr-md\:subs > *,
  .md\:mx-md\:subs > * {
    margin-right: 15px !important;
  }
  .md\:mt-md\:subs > *,
  .md\:my-md\:subs > * {
    margin-top: 15px !important;
  }
  .md\:mb-md\:subs > *,
  .md\:my-md\:subs > * {
    margin-bottom: 15px !important;
  }
  .md\:pa-lg\:subs > * {
    padding: 20px 20px !important;
  }
  .md\:pl-lg\:subs > *,
  .md\:px-lg\:subs > * {
    padding-left: 20px !important;
  }
  .md\:pr-lg\:subs > *,
  .md\:px-lg\:subs > * {
    padding-right: 20px !important;
  }
  .md\:pt-lg\:subs > *,
  .md\:py-lg\:subs > * {
    padding-top: 20px !important;
  }
  .md\:pb-lg\:subs > *,
  .md\:py-lg\:subs > * {
    padding-bottom: 20px !important;
  }
  .md\:ma-lg\:subs > * {
    margin: 20px 20px !important;
  }
  .md\:ml-lg\:subs > *,
  .md\:mx-lg\:subs > * {
    margin-left: 20px !important;
  }
  .md\:mr-lg\:subs > *,
  .md\:mx-lg\:subs > * {
    margin-right: 20px !important;
  }
  .md\:mt-lg\:subs > *,
  .md\:my-lg\:subs > * {
    margin-top: 20px !important;
  }
  .md\:mb-lg\:subs > *,
  .md\:my-lg\:subs > * {
    margin-bottom: 20px !important;
  }
  .md\:pa-xl\:subs > * {
    padding: 25px 25px !important;
  }
  .md\:pl-xl\:subs > *,
  .md\:px-xl\:subs > * {
    padding-left: 25px !important;
  }
  .md\:pr-xl\:subs > *,
  .md\:px-xl\:subs > * {
    padding-right: 25px !important;
  }
  .md\:pt-xl\:subs > *,
  .md\:py-xl\:subs > * {
    padding-top: 25px !important;
  }
  .md\:pb-xl\:subs > *,
  .md\:py-xl\:subs > * {
    padding-bottom: 25px !important;
  }
  .md\:ma-xl\:subs > * {
    margin: 25px 25px !important;
  }
  .md\:ml-xl\:subs > *,
  .md\:mx-xl\:subs > * {
    margin-left: 25px !important;
  }
  .md\:mr-xl\:subs > *,
  .md\:mx-xl\:subs > * {
    margin-right: 25px !important;
  }
  .md\:mt-xl\:subs > *,
  .md\:my-xl\:subs > * {
    margin-top: 25px !important;
  }
  .md\:mb-xl\:subs > *,
  .md\:my-xl\:subs > * {
    margin-bottom: 25px !important;
  }
  .md\:pa-xxl\:subs > * {
    padding: 30px 30px !important;
  }
  .md\:pl-xxl\:subs > *,
  .md\:px-xxl\:subs > * {
    padding-left: 30px !important;
  }
  .md\:pr-xxl\:subs > *,
  .md\:px-xxl\:subs > * {
    padding-right: 30px !important;
  }
  .md\:pt-xxl\:subs > *,
  .md\:py-xxl\:subs > * {
    padding-top: 30px !important;
  }
  .md\:pb-xxl\:subs > *,
  .md\:py-xxl\:subs > * {
    padding-bottom: 30px !important;
  }
  .md\:ma-xxl\:subs > * {
    margin: 30px 30px !important;
  }
  .md\:ml-xxl\:subs > *,
  .md\:mx-xxl\:subs > * {
    margin-left: 30px !important;
  }
  .md\:mr-xxl\:subs > *,
  .md\:mx-xxl\:subs > * {
    margin-right: 30px !important;
  }
  .md\:mt-xxl\:subs > *,
  .md\:my-xxl\:subs > * {
    margin-top: 30px !important;
  }
  .md\:mb-xxl\:subs > *,
  .md\:my-xxl\:subs > * {
    margin-bottom: 30px !important;
  }
  .md\:pa-none {
    padding: 0 0 !important;
  }
  .md\:pl-none,
  .md\:px-none {
    padding-left: 0 !important;
  }
  .md\:pr-none,
  .md\:px-none {
    padding-right: 0 !important;
  }
  .md\:pt-none,
  .md\:py-none {
    padding-top: 0 !important;
  }
  .md\:pb-none,
  .md\:py-none {
    padding-bottom: 0 !important;
  }
  .md\:ma-none {
    margin: 0 0 !important;
  }
  .md\:ml-none,
  .md\:mx-none {
    margin-left: 0 !important;
  }
  .md\:mr-none,
  .md\:mx-none {
    margin-right: 0 !important;
  }
  .md\:mt-none,
  .md\:my-none {
    margin-top: 0 !important;
  }
  .md\:mb-none,
  .md\:my-none {
    margin-bottom: 0 !important;
  }
  .md\:pa-xs {
    padding: 5px 5px !important;
  }
  .md\:pl-xs,
  .md\:px-xs {
    padding-left: 5px !important;
  }
  .md\:pr-xs,
  .md\:px-xs {
    padding-right: 5px !important;
  }
  .md\:pt-xs,
  .md\:py-xs {
    padding-top: 5px !important;
  }
  .md\:pb-xs,
  .md\:py-xs {
    padding-bottom: 5px !important;
  }
  .md\:ma-xs {
    margin: 5px 5px !important;
  }
  .md\:ml-xs,
  .md\:mx-xs {
    margin-left: 5px !important;
  }
  .md\:mr-xs,
  .md\:mx-xs {
    margin-right: 5px !important;
  }
  .md\:mt-xs,
  .md\:my-xs {
    margin-top: 5px !important;
  }
  .md\:mb-xs,
  .md\:my-xs {
    margin-bottom: 5px !important;
  }
  .md\:pa-sm {
    padding: 10px 10px !important;
  }
  .md\:pl-sm,
  .md\:px-sm {
    padding-left: 10px !important;
  }
  .md\:pr-sm,
  .md\:px-sm {
    padding-right: 10px !important;
  }
  .md\:pt-sm,
  .md\:py-sm {
    padding-top: 10px !important;
  }
  .md\:pb-sm,
  .md\:py-sm {
    padding-bottom: 10px !important;
  }
  .md\:ma-sm {
    margin: 10px 10px !important;
  }
  .md\:ml-sm,
  .md\:mx-sm {
    margin-left: 10px !important;
  }
  .md\:mr-sm,
  .md\:mx-sm {
    margin-right: 10px !important;
  }
  .md\:mt-sm,
  .md\:my-sm {
    margin-top: 10px !important;
  }
  .md\:mb-sm,
  .md\:my-sm {
    margin-bottom: 10px !important;
  }
  .md\:pa-md {
    padding: 15px 15px !important;
  }
  .md\:pl-md,
  .md\:px-md {
    padding-left: 15px !important;
  }
  .md\:pr-md,
  .md\:px-md {
    padding-right: 15px !important;
  }
  .md\:pt-md,
  .md\:py-md {
    padding-top: 15px !important;
  }
  .md\:pb-md,
  .md\:py-md {
    padding-bottom: 15px !important;
  }
  .md\:ma-md {
    margin: 15px 15px !important;
  }
  .md\:ml-md,
  .md\:mx-md {
    margin-left: 15px !important;
  }
  .md\:mr-md,
  .md\:mx-md {
    margin-right: 15px !important;
  }
  .md\:mt-md,
  .md\:my-md {
    margin-top: 15px !important;
  }
  .md\:mb-md,
  .md\:my-md {
    margin-bottom: 15px !important;
  }
  .md\:pa-lg {
    padding: 20px 20px !important;
  }
  .md\:pl-lg,
  .md\:px-lg {
    padding-left: 20px !important;
  }
  .md\:pr-lg,
  .md\:px-lg {
    padding-right: 20px !important;
  }
  .md\:pt-lg,
  .md\:py-lg {
    padding-top: 20px !important;
  }
  .md\:pb-lg,
  .md\:py-lg {
    padding-bottom: 20px !important;
  }
  .md\:ma-lg {
    margin: 20px 20px !important;
  }
  .md\:ml-lg,
  .md\:mx-lg {
    margin-left: 20px !important;
  }
  .md\:mr-lg,
  .md\:mx-lg {
    margin-right: 20px !important;
  }
  .md\:mt-lg,
  .md\:my-lg {
    margin-top: 20px !important;
  }
  .md\:mb-lg,
  .md\:my-lg {
    margin-bottom: 20px !important;
  }
  .md\:pa-xl {
    padding: 25px 25px !important;
  }
  .md\:pl-xl,
  .md\:px-xl {
    padding-left: 25px !important;
  }
  .md\:pr-xl,
  .md\:px-xl {
    padding-right: 25px !important;
  }
  .md\:pt-xl,
  .md\:py-xl {
    padding-top: 25px !important;
  }
  .md\:pb-xl,
  .md\:py-xl {
    padding-bottom: 25px !important;
  }
  .md\:ma-xl {
    margin: 25px 25px !important;
  }
  .md\:ml-xl,
  .md\:mx-xl {
    margin-left: 25px !important;
  }
  .md\:mr-xl,
  .md\:mx-xl {
    margin-right: 25px !important;
  }
  .md\:mt-xl,
  .md\:my-xl {
    margin-top: 25px !important;
  }
  .md\:mb-xl,
  .md\:my-xl {
    margin-bottom: 25px !important;
  }
  .md\:pa-xxl {
    padding: 30px 30px !important;
  }
  .md\:pl-xxl,
  .md\:px-xxl {
    padding-left: 30px !important;
  }
  .md\:pr-xxl,
  .md\:px-xxl {
    padding-right: 30px !important;
  }
  .md\:pt-xxl,
  .md\:py-xxl {
    padding-top: 30px !important;
  }
  .md\:pb-xxl,
  .md\:py-xxl {
    padding-bottom: 30px !important;
  }
  .md\:ma-xxl {
    margin: 30px 30px !important;
  }
  .md\:ml-xxl,
  .md\:mx-xxl {
    margin-left: 30px !important;
  }
  .md\:mr-xxl,
  .md\:mx-xxl {
    margin-right: 30px !important;
  }
  .md\:mt-xxl,
  .md\:my-xxl {
    margin-top: 30px !important;
  }
  .md\:mb-xxl,
  .md\:my-xxl {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .sm\:pa-none\:subs > * {
    padding: 0 0 !important;
  }
  .sm\:pl-none\:subs > *,
  .sm\:px-none\:subs > * {
    padding-left: 0 !important;
  }
  .sm\:pr-none\:subs > *,
  .sm\:px-none\:subs > * {
    padding-right: 0 !important;
  }
  .sm\:pt-none\:subs > *,
  .sm\:py-none\:subs > * {
    padding-top: 0 !important;
  }
  .sm\:pb-none\:subs > *,
  .sm\:py-none\:subs > * {
    padding-bottom: 0 !important;
  }
  .sm\:ma-none\:subs > * {
    margin: 0 0 !important;
  }
  .sm\:ml-none\:subs > *,
  .sm\:mx-none\:subs > * {
    margin-left: 0 !important;
  }
  .sm\:mr-none\:subs > *,
  .sm\:mx-none\:subs > * {
    margin-right: 0 !important;
  }
  .sm\:mt-none\:subs > *,
  .sm\:my-none\:subs > * {
    margin-top: 0 !important;
  }
  .sm\:mb-none\:subs > *,
  .sm\:my-none\:subs > * {
    margin-bottom: 0 !important;
  }
  .sm\:pa-xs\:subs > * {
    padding: 5px 5px !important;
  }
  .sm\:pl-xs\:subs > *,
  .sm\:px-xs\:subs > * {
    padding-left: 5px !important;
  }
  .sm\:pr-xs\:subs > *,
  .sm\:px-xs\:subs > * {
    padding-right: 5px !important;
  }
  .sm\:pt-xs\:subs > *,
  .sm\:py-xs\:subs > * {
    padding-top: 5px !important;
  }
  .sm\:pb-xs\:subs > *,
  .sm\:py-xs\:subs > * {
    padding-bottom: 5px !important;
  }
  .sm\:ma-xs\:subs > * {
    margin: 5px 5px !important;
  }
  .sm\:ml-xs\:subs > *,
  .sm\:mx-xs\:subs > * {
    margin-left: 5px !important;
  }
  .sm\:mr-xs\:subs > *,
  .sm\:mx-xs\:subs > * {
    margin-right: 5px !important;
  }
  .sm\:mt-xs\:subs > *,
  .sm\:my-xs\:subs > * {
    margin-top: 5px !important;
  }
  .sm\:mb-xs\:subs > *,
  .sm\:my-xs\:subs > * {
    margin-bottom: 5px !important;
  }
  .sm\:pa-sm\:subs > * {
    padding: 10px 10px !important;
  }
  .sm\:pl-sm\:subs > *,
  .sm\:px-sm\:subs > * {
    padding-left: 10px !important;
  }
  .sm\:pr-sm\:subs > *,
  .sm\:px-sm\:subs > * {
    padding-right: 10px !important;
  }
  .sm\:pt-sm\:subs > *,
  .sm\:py-sm\:subs > * {
    padding-top: 10px !important;
  }
  .sm\:pb-sm\:subs > *,
  .sm\:py-sm\:subs > * {
    padding-bottom: 10px !important;
  }
  .sm\:ma-sm\:subs > * {
    margin: 10px 10px !important;
  }
  .sm\:ml-sm\:subs > *,
  .sm\:mx-sm\:subs > * {
    margin-left: 10px !important;
  }
  .sm\:mr-sm\:subs > *,
  .sm\:mx-sm\:subs > * {
    margin-right: 10px !important;
  }
  .sm\:mt-sm\:subs > *,
  .sm\:my-sm\:subs > * {
    margin-top: 10px !important;
  }
  .sm\:mb-sm\:subs > *,
  .sm\:my-sm\:subs > * {
    margin-bottom: 10px !important;
  }
  .sm\:pa-md\:subs > * {
    padding: 15px 15px !important;
  }
  .sm\:pl-md\:subs > *,
  .sm\:px-md\:subs > * {
    padding-left: 15px !important;
  }
  .sm\:pr-md\:subs > *,
  .sm\:px-md\:subs > * {
    padding-right: 15px !important;
  }
  .sm\:pt-md\:subs > *,
  .sm\:py-md\:subs > * {
    padding-top: 15px !important;
  }
  .sm\:pb-md\:subs > *,
  .sm\:py-md\:subs > * {
    padding-bottom: 15px !important;
  }
  .sm\:ma-md\:subs > * {
    margin: 15px 15px !important;
  }
  .sm\:ml-md\:subs > *,
  .sm\:mx-md\:subs > * {
    margin-left: 15px !important;
  }
  .sm\:mr-md\:subs > *,
  .sm\:mx-md\:subs > * {
    margin-right: 15px !important;
  }
  .sm\:mt-md\:subs > *,
  .sm\:my-md\:subs > * {
    margin-top: 15px !important;
  }
  .sm\:mb-md\:subs > *,
  .sm\:my-md\:subs > * {
    margin-bottom: 15px !important;
  }
  .sm\:pa-lg\:subs > * {
    padding: 20px 20px !important;
  }
  .sm\:pl-lg\:subs > *,
  .sm\:px-lg\:subs > * {
    padding-left: 20px !important;
  }
  .sm\:pr-lg\:subs > *,
  .sm\:px-lg\:subs > * {
    padding-right: 20px !important;
  }
  .sm\:pt-lg\:subs > *,
  .sm\:py-lg\:subs > * {
    padding-top: 20px !important;
  }
  .sm\:pb-lg\:subs > *,
  .sm\:py-lg\:subs > * {
    padding-bottom: 20px !important;
  }
  .sm\:ma-lg\:subs > * {
    margin: 20px 20px !important;
  }
  .sm\:ml-lg\:subs > *,
  .sm\:mx-lg\:subs > * {
    margin-left: 20px !important;
  }
  .sm\:mr-lg\:subs > *,
  .sm\:mx-lg\:subs > * {
    margin-right: 20px !important;
  }
  .sm\:mt-lg\:subs > *,
  .sm\:my-lg\:subs > * {
    margin-top: 20px !important;
  }
  .sm\:mb-lg\:subs > *,
  .sm\:my-lg\:subs > * {
    margin-bottom: 20px !important;
  }
  .sm\:pa-xl\:subs > * {
    padding: 25px 25px !important;
  }
  .sm\:pl-xl\:subs > *,
  .sm\:px-xl\:subs > * {
    padding-left: 25px !important;
  }
  .sm\:pr-xl\:subs > *,
  .sm\:px-xl\:subs > * {
    padding-right: 25px !important;
  }
  .sm\:pt-xl\:subs > *,
  .sm\:py-xl\:subs > * {
    padding-top: 25px !important;
  }
  .sm\:pb-xl\:subs > *,
  .sm\:py-xl\:subs > * {
    padding-bottom: 25px !important;
  }
  .sm\:ma-xl\:subs > * {
    margin: 25px 25px !important;
  }
  .sm\:ml-xl\:subs > *,
  .sm\:mx-xl\:subs > * {
    margin-left: 25px !important;
  }
  .sm\:mr-xl\:subs > *,
  .sm\:mx-xl\:subs > * {
    margin-right: 25px !important;
  }
  .sm\:mt-xl\:subs > *,
  .sm\:my-xl\:subs > * {
    margin-top: 25px !important;
  }
  .sm\:mb-xl\:subs > *,
  .sm\:my-xl\:subs > * {
    margin-bottom: 25px !important;
  }
  .sm\:pa-xxl\:subs > * {
    padding: 30px 30px !important;
  }
  .sm\:pl-xxl\:subs > *,
  .sm\:px-xxl\:subs > * {
    padding-left: 30px !important;
  }
  .sm\:pr-xxl\:subs > *,
  .sm\:px-xxl\:subs > * {
    padding-right: 30px !important;
  }
  .sm\:pt-xxl\:subs > *,
  .sm\:py-xxl\:subs > * {
    padding-top: 30px !important;
  }
  .sm\:pb-xxl\:subs > *,
  .sm\:py-xxl\:subs > * {
    padding-bottom: 30px !important;
  }
  .sm\:ma-xxl\:subs > * {
    margin: 30px 30px !important;
  }
  .sm\:ml-xxl\:subs > *,
  .sm\:mx-xxl\:subs > * {
    margin-left: 30px !important;
  }
  .sm\:mr-xxl\:subs > *,
  .sm\:mx-xxl\:subs > * {
    margin-right: 30px !important;
  }
  .sm\:mt-xxl\:subs > *,
  .sm\:my-xxl\:subs > * {
    margin-top: 30px !important;
  }
  .sm\:mb-xxl\:subs > *,
  .sm\:my-xxl\:subs > * {
    margin-bottom: 30px !important;
  }
  .sm\:pa-none {
    padding: 0 0 !important;
  }
  .sm\:pl-none,
  .sm\:px-none {
    padding-left: 0 !important;
  }
  .sm\:pr-none,
  .sm\:px-none {
    padding-right: 0 !important;
  }
  .sm\:pt-none,
  .sm\:py-none {
    padding-top: 0 !important;
  }
  .sm\:pb-none,
  .sm\:py-none {
    padding-bottom: 0 !important;
  }
  .sm\:ma-none {
    margin: 0 0 !important;
  }
  .sm\:ml-none,
  .sm\:mx-none {
    margin-left: 0 !important;
  }
  .sm\:mr-none,
  .sm\:mx-none {
    margin-right: 0 !important;
  }
  .sm\:mt-none,
  .sm\:my-none {
    margin-top: 0 !important;
  }
  .sm\:mb-none,
  .sm\:my-none {
    margin-bottom: 0 !important;
  }
  .sm\:pa-xs {
    padding: 5px 5px !important;
  }
  .sm\:pl-xs,
  .sm\:px-xs {
    padding-left: 5px !important;
  }
  .sm\:pr-xs,
  .sm\:px-xs {
    padding-right: 5px !important;
  }
  .sm\:pt-xs,
  .sm\:py-xs {
    padding-top: 5px !important;
  }
  .sm\:pb-xs,
  .sm\:py-xs {
    padding-bottom: 5px !important;
  }
  .sm\:ma-xs {
    margin: 5px 5px !important;
  }
  .sm\:ml-xs,
  .sm\:mx-xs {
    margin-left: 5px !important;
  }
  .sm\:mr-xs,
  .sm\:mx-xs {
    margin-right: 5px !important;
  }
  .sm\:mt-xs,
  .sm\:my-xs {
    margin-top: 5px !important;
  }
  .sm\:mb-xs,
  .sm\:my-xs {
    margin-bottom: 5px !important;
  }
  .sm\:pa-sm {
    padding: 10px 10px !important;
  }
  .sm\:pl-sm,
  .sm\:px-sm {
    padding-left: 10px !important;
  }
  .sm\:pr-sm,
  .sm\:px-sm {
    padding-right: 10px !important;
  }
  .sm\:pt-sm,
  .sm\:py-sm {
    padding-top: 10px !important;
  }
  .sm\:pb-sm,
  .sm\:py-sm {
    padding-bottom: 10px !important;
  }
  .sm\:ma-sm {
    margin: 10px 10px !important;
  }
  .sm\:ml-sm,
  .sm\:mx-sm {
    margin-left: 10px !important;
  }
  .sm\:mr-sm,
  .sm\:mx-sm {
    margin-right: 10px !important;
  }
  .sm\:mt-sm,
  .sm\:my-sm {
    margin-top: 10px !important;
  }
  .sm\:mb-sm,
  .sm\:my-sm {
    margin-bottom: 10px !important;
  }
  .sm\:pa-md {
    padding: 15px 15px !important;
  }
  .sm\:pl-md,
  .sm\:px-md {
    padding-left: 15px !important;
  }
  .sm\:pr-md,
  .sm\:px-md {
    padding-right: 15px !important;
  }
  .sm\:pt-md,
  .sm\:py-md {
    padding-top: 15px !important;
  }
  .sm\:pb-md,
  .sm\:py-md {
    padding-bottom: 15px !important;
  }
  .sm\:ma-md {
    margin: 15px 15px !important;
  }
  .sm\:ml-md,
  .sm\:mx-md {
    margin-left: 15px !important;
  }
  .sm\:mr-md,
  .sm\:mx-md {
    margin-right: 15px !important;
  }
  .sm\:mt-md,
  .sm\:my-md {
    margin-top: 15px !important;
  }
  .sm\:mb-md,
  .sm\:my-md {
    margin-bottom: 15px !important;
  }
  .sm\:pa-lg {
    padding: 20px 20px !important;
  }
  .sm\:pl-lg,
  .sm\:px-lg {
    padding-left: 20px !important;
  }
  .sm\:pr-lg,
  .sm\:px-lg {
    padding-right: 20px !important;
  }
  .sm\:pt-lg,
  .sm\:py-lg {
    padding-top: 20px !important;
  }
  .sm\:pb-lg,
  .sm\:py-lg {
    padding-bottom: 20px !important;
  }
  .sm\:ma-lg {
    margin: 20px 20px !important;
  }
  .sm\:ml-lg,
  .sm\:mx-lg {
    margin-left: 20px !important;
  }
  .sm\:mr-lg,
  .sm\:mx-lg {
    margin-right: 20px !important;
  }
  .sm\:mt-lg,
  .sm\:my-lg {
    margin-top: 20px !important;
  }
  .sm\:mb-lg,
  .sm\:my-lg {
    margin-bottom: 20px !important;
  }
  .sm\:pa-xl {
    padding: 25px 25px !important;
  }
  .sm\:pl-xl,
  .sm\:px-xl {
    padding-left: 25px !important;
  }
  .sm\:pr-xl,
  .sm\:px-xl {
    padding-right: 25px !important;
  }
  .sm\:pt-xl,
  .sm\:py-xl {
    padding-top: 25px !important;
  }
  .sm\:pb-xl,
  .sm\:py-xl {
    padding-bottom: 25px !important;
  }
  .sm\:ma-xl {
    margin: 25px 25px !important;
  }
  .sm\:ml-xl,
  .sm\:mx-xl {
    margin-left: 25px !important;
  }
  .sm\:mr-xl,
  .sm\:mx-xl {
    margin-right: 25px !important;
  }
  .sm\:mt-xl,
  .sm\:my-xl {
    margin-top: 25px !important;
  }
  .sm\:mb-xl,
  .sm\:my-xl {
    margin-bottom: 25px !important;
  }
  .sm\:pa-xxl {
    padding: 30px 30px !important;
  }
  .sm\:pl-xxl,
  .sm\:px-xxl {
    padding-left: 30px !important;
  }
  .sm\:pr-xxl,
  .sm\:px-xxl {
    padding-right: 30px !important;
  }
  .sm\:pt-xxl,
  .sm\:py-xxl {
    padding-top: 30px !important;
  }
  .sm\:pb-xxl,
  .sm\:py-xxl {
    padding-bottom: 30px !important;
  }
  .sm\:ma-xxl {
    margin: 30px 30px !important;
  }
  .sm\:ml-xxl,
  .sm\:mx-xxl {
    margin-left: 30px !important;
  }
  .sm\:mr-xxl,
  .sm\:mx-xxl {
    margin-right: 30px !important;
  }
  .sm\:mt-xxl,
  .sm\:my-xxl {
    margin-top: 30px !important;
  }
  .sm\:mb-xxl,
  .sm\:my-xxl {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 480px) {
  .xs\:pa-none\:subs > * {
    padding: 0 0 !important;
  }
  .xs\:pl-none\:subs > *,
  .xs\:px-none\:subs > * {
    padding-left: 0 !important;
  }
  .xs\:pr-none\:subs > *,
  .xs\:px-none\:subs > * {
    padding-right: 0 !important;
  }
  .xs\:pt-none\:subs > *,
  .xs\:py-none\:subs > * {
    padding-top: 0 !important;
  }
  .xs\:pb-none\:subs > *,
  .xs\:py-none\:subs > * {
    padding-bottom: 0 !important;
  }
  .xs\:ma-none\:subs > * {
    margin: 0 0 !important;
  }
  .xs\:ml-none\:subs > *,
  .xs\:mx-none\:subs > * {
    margin-left: 0 !important;
  }
  .xs\:mr-none\:subs > *,
  .xs\:mx-none\:subs > * {
    margin-right: 0 !important;
  }
  .xs\:mt-none\:subs > *,
  .xs\:my-none\:subs > * {
    margin-top: 0 !important;
  }
  .xs\:mb-none\:subs > *,
  .xs\:my-none\:subs > * {
    margin-bottom: 0 !important;
  }
  .xs\:pa-xs\:subs > * {
    padding: 5px 5px !important;
  }
  .xs\:pl-xs\:subs > *,
  .xs\:px-xs\:subs > * {
    padding-left: 5px !important;
  }
  .xs\:pr-xs\:subs > *,
  .xs\:px-xs\:subs > * {
    padding-right: 5px !important;
  }
  .xs\:pt-xs\:subs > *,
  .xs\:py-xs\:subs > * {
    padding-top: 5px !important;
  }
  .xs\:pb-xs\:subs > *,
  .xs\:py-xs\:subs > * {
    padding-bottom: 5px !important;
  }
  .xs\:ma-xs\:subs > * {
    margin: 5px 5px !important;
  }
  .xs\:ml-xs\:subs > *,
  .xs\:mx-xs\:subs > * {
    margin-left: 5px !important;
  }
  .xs\:mr-xs\:subs > *,
  .xs\:mx-xs\:subs > * {
    margin-right: 5px !important;
  }
  .xs\:mt-xs\:subs > *,
  .xs\:my-xs\:subs > * {
    margin-top: 5px !important;
  }
  .xs\:mb-xs\:subs > *,
  .xs\:my-xs\:subs > * {
    margin-bottom: 5px !important;
  }
  .xs\:pa-sm\:subs > * {
    padding: 10px 10px !important;
  }
  .xs\:pl-sm\:subs > *,
  .xs\:px-sm\:subs > * {
    padding-left: 10px !important;
  }
  .xs\:pr-sm\:subs > *,
  .xs\:px-sm\:subs > * {
    padding-right: 10px !important;
  }
  .xs\:pt-sm\:subs > *,
  .xs\:py-sm\:subs > * {
    padding-top: 10px !important;
  }
  .xs\:pb-sm\:subs > *,
  .xs\:py-sm\:subs > * {
    padding-bottom: 10px !important;
  }
  .xs\:ma-sm\:subs > * {
    margin: 10px 10px !important;
  }
  .xs\:ml-sm\:subs > *,
  .xs\:mx-sm\:subs > * {
    margin-left: 10px !important;
  }
  .xs\:mr-sm\:subs > *,
  .xs\:mx-sm\:subs > * {
    margin-right: 10px !important;
  }
  .xs\:mt-sm\:subs > *,
  .xs\:my-sm\:subs > * {
    margin-top: 10px !important;
  }
  .xs\:mb-sm\:subs > *,
  .xs\:my-sm\:subs > * {
    margin-bottom: 10px !important;
  }
  .xs\:pa-md\:subs > * {
    padding: 15px 15px !important;
  }
  .xs\:pl-md\:subs > *,
  .xs\:px-md\:subs > * {
    padding-left: 15px !important;
  }
  .xs\:pr-md\:subs > *,
  .xs\:px-md\:subs > * {
    padding-right: 15px !important;
  }
  .xs\:pt-md\:subs > *,
  .xs\:py-md\:subs > * {
    padding-top: 15px !important;
  }
  .xs\:pb-md\:subs > *,
  .xs\:py-md\:subs > * {
    padding-bottom: 15px !important;
  }
  .xs\:ma-md\:subs > * {
    margin: 15px 15px !important;
  }
  .xs\:ml-md\:subs > *,
  .xs\:mx-md\:subs > * {
    margin-left: 15px !important;
  }
  .xs\:mr-md\:subs > *,
  .xs\:mx-md\:subs > * {
    margin-right: 15px !important;
  }
  .xs\:mt-md\:subs > *,
  .xs\:my-md\:subs > * {
    margin-top: 15px !important;
  }
  .xs\:mb-md\:subs > *,
  .xs\:my-md\:subs > * {
    margin-bottom: 15px !important;
  }
  .xs\:pa-lg\:subs > * {
    padding: 20px 20px !important;
  }
  .xs\:pl-lg\:subs > *,
  .xs\:px-lg\:subs > * {
    padding-left: 20px !important;
  }
  .xs\:pr-lg\:subs > *,
  .xs\:px-lg\:subs > * {
    padding-right: 20px !important;
  }
  .xs\:pt-lg\:subs > *,
  .xs\:py-lg\:subs > * {
    padding-top: 20px !important;
  }
  .xs\:pb-lg\:subs > *,
  .xs\:py-lg\:subs > * {
    padding-bottom: 20px !important;
  }
  .xs\:ma-lg\:subs > * {
    margin: 20px 20px !important;
  }
  .xs\:ml-lg\:subs > *,
  .xs\:mx-lg\:subs > * {
    margin-left: 20px !important;
  }
  .xs\:mr-lg\:subs > *,
  .xs\:mx-lg\:subs > * {
    margin-right: 20px !important;
  }
  .xs\:mt-lg\:subs > *,
  .xs\:my-lg\:subs > * {
    margin-top: 20px !important;
  }
  .xs\:mb-lg\:subs > *,
  .xs\:my-lg\:subs > * {
    margin-bottom: 20px !important;
  }
  .xs\:pa-xl\:subs > * {
    padding: 25px 25px !important;
  }
  .xs\:pl-xl\:subs > *,
  .xs\:px-xl\:subs > * {
    padding-left: 25px !important;
  }
  .xs\:pr-xl\:subs > *,
  .xs\:px-xl\:subs > * {
    padding-right: 25px !important;
  }
  .xs\:pt-xl\:subs > *,
  .xs\:py-xl\:subs > * {
    padding-top: 25px !important;
  }
  .xs\:pb-xl\:subs > *,
  .xs\:py-xl\:subs > * {
    padding-bottom: 25px !important;
  }
  .xs\:ma-xl\:subs > * {
    margin: 25px 25px !important;
  }
  .xs\:ml-xl\:subs > *,
  .xs\:mx-xl\:subs > * {
    margin-left: 25px !important;
  }
  .xs\:mr-xl\:subs > *,
  .xs\:mx-xl\:subs > * {
    margin-right: 25px !important;
  }
  .xs\:mt-xl\:subs > *,
  .xs\:my-xl\:subs > * {
    margin-top: 25px !important;
  }
  .xs\:mb-xl\:subs > *,
  .xs\:my-xl\:subs > * {
    margin-bottom: 25px !important;
  }
  .xs\:pa-xxl\:subs > * {
    padding: 30px 30px !important;
  }
  .xs\:pl-xxl\:subs > *,
  .xs\:px-xxl\:subs > * {
    padding-left: 30px !important;
  }
  .xs\:pr-xxl\:subs > *,
  .xs\:px-xxl\:subs > * {
    padding-right: 30px !important;
  }
  .xs\:pt-xxl\:subs > *,
  .xs\:py-xxl\:subs > * {
    padding-top: 30px !important;
  }
  .xs\:pb-xxl\:subs > *,
  .xs\:py-xxl\:subs > * {
    padding-bottom: 30px !important;
  }
  .xs\:ma-xxl\:subs > * {
    margin: 30px 30px !important;
  }
  .xs\:ml-xxl\:subs > *,
  .xs\:mx-xxl\:subs > * {
    margin-left: 30px !important;
  }
  .xs\:mr-xxl\:subs > *,
  .xs\:mx-xxl\:subs > * {
    margin-right: 30px !important;
  }
  .xs\:mt-xxl\:subs > *,
  .xs\:my-xxl\:subs > * {
    margin-top: 30px !important;
  }
  .xs\:mb-xxl\:subs > *,
  .xs\:my-xxl\:subs > * {
    margin-bottom: 30px !important;
  }
  .xs\:pa-none {
    padding: 0 0 !important;
  }
  .xs\:pl-none,
  .xs\:px-none {
    padding-left: 0 !important;
  }
  .xs\:pr-none,
  .xs\:px-none {
    padding-right: 0 !important;
  }
  .xs\:pt-none,
  .xs\:py-none {
    padding-top: 0 !important;
  }
  .xs\:pb-none,
  .xs\:py-none {
    padding-bottom: 0 !important;
  }
  .xs\:ma-none {
    margin: 0 0 !important;
  }
  .xs\:ml-none,
  .xs\:mx-none {
    margin-left: 0 !important;
  }
  .xs\:mr-none,
  .xs\:mx-none {
    margin-right: 0 !important;
  }
  .xs\:mt-none,
  .xs\:my-none {
    margin-top: 0 !important;
  }
  .xs\:mb-none,
  .xs\:my-none {
    margin-bottom: 0 !important;
  }
  .xs\:pa-xs {
    padding: 5px 5px !important;
  }
  .xs\:pl-xs,
  .xs\:px-xs {
    padding-left: 5px !important;
  }
  .xs\:pr-xs,
  .xs\:px-xs {
    padding-right: 5px !important;
  }
  .xs\:pt-xs,
  .xs\:py-xs {
    padding-top: 5px !important;
  }
  .xs\:pb-xs,
  .xs\:py-xs {
    padding-bottom: 5px !important;
  }
  .xs\:ma-xs {
    margin: 5px 5px !important;
  }
  .xs\:ml-xs,
  .xs\:mx-xs {
    margin-left: 5px !important;
  }
  .xs\:mr-xs,
  .xs\:mx-xs {
    margin-right: 5px !important;
  }
  .xs\:mt-xs,
  .xs\:my-xs {
    margin-top: 5px !important;
  }
  .xs\:mb-xs,
  .xs\:my-xs {
    margin-bottom: 5px !important;
  }
  .xs\:pa-sm {
    padding: 10px 10px !important;
  }
  .xs\:pl-sm,
  .xs\:px-sm {
    padding-left: 10px !important;
  }
  .xs\:pr-sm,
  .xs\:px-sm {
    padding-right: 10px !important;
  }
  .xs\:pt-sm,
  .xs\:py-sm {
    padding-top: 10px !important;
  }
  .xs\:pb-sm,
  .xs\:py-sm {
    padding-bottom: 10px !important;
  }
  .xs\:ma-sm {
    margin: 10px 10px !important;
  }
  .xs\:ml-sm,
  .xs\:mx-sm {
    margin-left: 10px !important;
  }
  .xs\:mr-sm,
  .xs\:mx-sm {
    margin-right: 10px !important;
  }
  .xs\:mt-sm,
  .xs\:my-sm {
    margin-top: 10px !important;
  }
  .xs\:mb-sm,
  .xs\:my-sm {
    margin-bottom: 10px !important;
  }
  .xs\:pa-md {
    padding: 15px 15px !important;
  }
  .xs\:pl-md,
  .xs\:px-md {
    padding-left: 15px !important;
  }
  .xs\:pr-md,
  .xs\:px-md {
    padding-right: 15px !important;
  }
  .xs\:pt-md,
  .xs\:py-md {
    padding-top: 15px !important;
  }
  .xs\:pb-md,
  .xs\:py-md {
    padding-bottom: 15px !important;
  }
  .xs\:ma-md {
    margin: 15px 15px !important;
  }
  .xs\:ml-md,
  .xs\:mx-md {
    margin-left: 15px !important;
  }
  .xs\:mr-md,
  .xs\:mx-md {
    margin-right: 15px !important;
  }
  .xs\:mt-md,
  .xs\:my-md {
    margin-top: 15px !important;
  }
  .xs\:mb-md,
  .xs\:my-md {
    margin-bottom: 15px !important;
  }
  .xs\:pa-lg {
    padding: 20px 20px !important;
  }
  .xs\:pl-lg,
  .xs\:px-lg {
    padding-left: 20px !important;
  }
  .xs\:pr-lg,
  .xs\:px-lg {
    padding-right: 20px !important;
  }
  .xs\:pt-lg,
  .xs\:py-lg {
    padding-top: 20px !important;
  }
  .xs\:pb-lg,
  .xs\:py-lg {
    padding-bottom: 20px !important;
  }
  .xs\:ma-lg {
    margin: 20px 20px !important;
  }
  .xs\:ml-lg,
  .xs\:mx-lg {
    margin-left: 20px !important;
  }
  .xs\:mr-lg,
  .xs\:mx-lg {
    margin-right: 20px !important;
  }
  .xs\:mt-lg,
  .xs\:my-lg {
    margin-top: 20px !important;
  }
  .xs\:mb-lg,
  .xs\:my-lg {
    margin-bottom: 20px !important;
  }
  .xs\:pa-xl {
    padding: 25px 25px !important;
  }
  .xs\:pl-xl,
  .xs\:px-xl {
    padding-left: 25px !important;
  }
  .xs\:pr-xl,
  .xs\:px-xl {
    padding-right: 25px !important;
  }
  .xs\:pt-xl,
  .xs\:py-xl {
    padding-top: 25px !important;
  }
  .xs\:pb-xl,
  .xs\:py-xl {
    padding-bottom: 25px !important;
  }
  .xs\:ma-xl {
    margin: 25px 25px !important;
  }
  .xs\:ml-xl,
  .xs\:mx-xl {
    margin-left: 25px !important;
  }
  .xs\:mr-xl,
  .xs\:mx-xl {
    margin-right: 25px !important;
  }
  .xs\:mt-xl,
  .xs\:my-xl {
    margin-top: 25px !important;
  }
  .xs\:mb-xl,
  .xs\:my-xl {
    margin-bottom: 25px !important;
  }
  .xs\:pa-xxl {
    padding: 30px 30px !important;
  }
  .xs\:pl-xxl,
  .xs\:px-xxl {
    padding-left: 30px !important;
  }
  .xs\:pr-xxl,
  .xs\:px-xxl {
    padding-right: 30px !important;
  }
  .xs\:pt-xxl,
  .xs\:py-xxl {
    padding-top: 30px !important;
  }
  .xs\:pb-xxl,
  .xs\:py-xxl {
    padding-bottom: 30px !important;
  }
  .xs\:ma-xxl {
    margin: 30px 30px !important;
  }
  .xs\:ml-xxl,
  .xs\:mx-xxl {
    margin-left: 30px !important;
  }
  .xs\:mr-xxl,
  .xs\:mx-xxl {
    margin-right: 30px !important;
  }
  .xs\:mt-xxl,
  .xs\:my-xxl {
    margin-top: 30px !important;
  }
  .xs\:mb-xxl,
  .xs\:my-xxl {
    margin-bottom: 30px !important;
  }
}
/*
|--------------------------------------------------------------------------
| Gutter Variables
|--------------------------------------------------------------------------
*/
.x\:gutter-x-none, .x\:gutter-none {
  margin-left: -0 !important;
}
.x\:gutter-x-none > *, .x\:gutter-none > * {
  padding-left: 0 !important;
}
.x\:gutter-y-none, .x\:gutter-none {
  margin-top: -0 !important;
}
.x\:gutter-y-none > *, .x\:gutter-none > * {
  padding-top: 0 !important;
}
.x\:gutter-x-xs, .x\:gutter-xs {
  margin-left: -5px !important;
}
.x\:gutter-x-xs > *, .x\:gutter-xs > * {
  padding-left: 5px !important;
}
.x\:gutter-y-xs, .x\:gutter-xs {
  margin-top: -5px !important;
}
.x\:gutter-y-xs > *, .x\:gutter-xs > * {
  padding-top: 5px !important;
}
.x\:gutter-x-sm, .x\:gutter-sm {
  margin-left: -10px !important;
}
.x\:gutter-x-sm > *, .x\:gutter-sm > * {
  padding-left: 10px !important;
}
.x\:gutter-y-sm, .x\:gutter-sm {
  margin-top: -10px !important;
}
.x\:gutter-y-sm > *, .x\:gutter-sm > * {
  padding-top: 10px !important;
}
.x\:gutter-x-md, .x\:gutter-md {
  margin-left: -20px !important;
}
.x\:gutter-x-md > *, .x\:gutter-md > * {
  padding-left: 20px !important;
}
.x\:gutter-y-md, .x\:gutter-md {
  margin-top: -20px !important;
}
.x\:gutter-y-md > *, .x\:gutter-md > * {
  padding-top: 20px !important;
}
.x\:gutter-x-lg, .x\:gutter-lg {
  margin-left: -30px !important;
}
.x\:gutter-x-lg > *, .x\:gutter-lg > * {
  padding-left: 30px !important;
}
.x\:gutter-y-lg, .x\:gutter-lg {
  margin-top: -30px !important;
}
.x\:gutter-y-lg > *, .x\:gutter-lg > * {
  padding-top: 30px !important;
}
.x\:gutter-x-xl, .x\:gutter-xl {
  margin-left: -40px !important;
}
.x\:gutter-x-xl > *, .x\:gutter-xl > * {
  padding-left: 40px !important;
}
.x\:gutter-y-xl, .x\:gutter-xl {
  margin-top: -40px !important;
}
.x\:gutter-y-xl > *, .x\:gutter-xl > * {
  padding-top: 40px !important;
}
@media screen and (max-width: 999999999999px) {
  .xl\:gutter-x-none, .xl\:gutter-none {
    margin-left: -0 !important;
  }
  .xl\:gutter-x-none > *, .xl\:gutter-none > * {
    padding-left: 0 !important;
  }
  .xl\:gutter-y-none, .xl\:gutter-none {
    margin-top: -0 !important;
  }
  .xl\:gutter-y-none > *, .xl\:gutter-none > * {
    padding-top: 0 !important;
  }
  .xl\:gutter-x-xs, .xl\:gutter-xs {
    margin-left: -5px !important;
  }
  .xl\:gutter-x-xs > *, .xl\:gutter-xs > * {
    padding-left: 5px !important;
  }
  .xl\:gutter-y-xs, .xl\:gutter-xs {
    margin-top: -5px !important;
  }
  .xl\:gutter-y-xs > *, .xl\:gutter-xs > * {
    padding-top: 5px !important;
  }
  .xl\:gutter-x-sm, .xl\:gutter-sm {
    margin-left: -10px !important;
  }
  .xl\:gutter-x-sm > *, .xl\:gutter-sm > * {
    padding-left: 10px !important;
  }
  .xl\:gutter-y-sm, .xl\:gutter-sm {
    margin-top: -10px !important;
  }
  .xl\:gutter-y-sm > *, .xl\:gutter-sm > * {
    padding-top: 10px !important;
  }
  .xl\:gutter-x-md, .xl\:gutter-md {
    margin-left: -20px !important;
  }
  .xl\:gutter-x-md > *, .xl\:gutter-md > * {
    padding-left: 20px !important;
  }
  .xl\:gutter-y-md, .xl\:gutter-md {
    margin-top: -20px !important;
  }
  .xl\:gutter-y-md > *, .xl\:gutter-md > * {
    padding-top: 20px !important;
  }
  .xl\:gutter-x-lg, .xl\:gutter-lg {
    margin-left: -30px !important;
  }
  .xl\:gutter-x-lg > *, .xl\:gutter-lg > * {
    padding-left: 30px !important;
  }
  .xl\:gutter-y-lg, .xl\:gutter-lg {
    margin-top: -30px !important;
  }
  .xl\:gutter-y-lg > *, .xl\:gutter-lg > * {
    padding-top: 30px !important;
  }
  .xl\:gutter-x-xl, .xl\:gutter-xl {
    margin-left: -40px !important;
  }
  .xl\:gutter-x-xl > *, .xl\:gutter-xl > * {
    padding-left: 40px !important;
  }
  .xl\:gutter-y-xl, .xl\:gutter-xl {
    margin-top: -40px !important;
  }
  .xl\:gutter-y-xl > *, .xl\:gutter-xl > * {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 1440px) {
  .lg\:gutter-x-none, .lg\:gutter-none {
    margin-left: -0 !important;
  }
  .lg\:gutter-x-none > *, .lg\:gutter-none > * {
    padding-left: 0 !important;
  }
  .lg\:gutter-y-none, .lg\:gutter-none {
    margin-top: -0 !important;
  }
  .lg\:gutter-y-none > *, .lg\:gutter-none > * {
    padding-top: 0 !important;
  }
  .lg\:gutter-x-xs, .lg\:gutter-xs {
    margin-left: -5px !important;
  }
  .lg\:gutter-x-xs > *, .lg\:gutter-xs > * {
    padding-left: 5px !important;
  }
  .lg\:gutter-y-xs, .lg\:gutter-xs {
    margin-top: -5px !important;
  }
  .lg\:gutter-y-xs > *, .lg\:gutter-xs > * {
    padding-top: 5px !important;
  }
  .lg\:gutter-x-sm, .lg\:gutter-sm {
    margin-left: -10px !important;
  }
  .lg\:gutter-x-sm > *, .lg\:gutter-sm > * {
    padding-left: 10px !important;
  }
  .lg\:gutter-y-sm, .lg\:gutter-sm {
    margin-top: -10px !important;
  }
  .lg\:gutter-y-sm > *, .lg\:gutter-sm > * {
    padding-top: 10px !important;
  }
  .lg\:gutter-x-md, .lg\:gutter-md {
    margin-left: -20px !important;
  }
  .lg\:gutter-x-md > *, .lg\:gutter-md > * {
    padding-left: 20px !important;
  }
  .lg\:gutter-y-md, .lg\:gutter-md {
    margin-top: -20px !important;
  }
  .lg\:gutter-y-md > *, .lg\:gutter-md > * {
    padding-top: 20px !important;
  }
  .lg\:gutter-x-lg, .lg\:gutter-lg {
    margin-left: -30px !important;
  }
  .lg\:gutter-x-lg > *, .lg\:gutter-lg > * {
    padding-left: 30px !important;
  }
  .lg\:gutter-y-lg, .lg\:gutter-lg {
    margin-top: -30px !important;
  }
  .lg\:gutter-y-lg > *, .lg\:gutter-lg > * {
    padding-top: 30px !important;
  }
  .lg\:gutter-x-xl, .lg\:gutter-xl {
    margin-left: -40px !important;
  }
  .lg\:gutter-x-xl > *, .lg\:gutter-xl > * {
    padding-left: 40px !important;
  }
  .lg\:gutter-y-xl, .lg\:gutter-xl {
    margin-top: -40px !important;
  }
  .lg\:gutter-y-xl > *, .lg\:gutter-xl > * {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 1025px) {
  .md\:gutter-x-none, .md\:gutter-none {
    margin-left: -0 !important;
  }
  .md\:gutter-x-none > *, .md\:gutter-none > * {
    padding-left: 0 !important;
  }
  .md\:gutter-y-none, .md\:gutter-none {
    margin-top: -0 !important;
  }
  .md\:gutter-y-none > *, .md\:gutter-none > * {
    padding-top: 0 !important;
  }
  .md\:gutter-x-xs, .md\:gutter-xs {
    margin-left: -5px !important;
  }
  .md\:gutter-x-xs > *, .md\:gutter-xs > * {
    padding-left: 5px !important;
  }
  .md\:gutter-y-xs, .md\:gutter-xs {
    margin-top: -5px !important;
  }
  .md\:gutter-y-xs > *, .md\:gutter-xs > * {
    padding-top: 5px !important;
  }
  .md\:gutter-x-sm, .md\:gutter-sm {
    margin-left: -10px !important;
  }
  .md\:gutter-x-sm > *, .md\:gutter-sm > * {
    padding-left: 10px !important;
  }
  .md\:gutter-y-sm, .md\:gutter-sm {
    margin-top: -10px !important;
  }
  .md\:gutter-y-sm > *, .md\:gutter-sm > * {
    padding-top: 10px !important;
  }
  .md\:gutter-x-md, .md\:gutter-md {
    margin-left: -20px !important;
  }
  .md\:gutter-x-md > *, .md\:gutter-md > * {
    padding-left: 20px !important;
  }
  .md\:gutter-y-md, .md\:gutter-md {
    margin-top: -20px !important;
  }
  .md\:gutter-y-md > *, .md\:gutter-md > * {
    padding-top: 20px !important;
  }
  .md\:gutter-x-lg, .md\:gutter-lg {
    margin-left: -30px !important;
  }
  .md\:gutter-x-lg > *, .md\:gutter-lg > * {
    padding-left: 30px !important;
  }
  .md\:gutter-y-lg, .md\:gutter-lg {
    margin-top: -30px !important;
  }
  .md\:gutter-y-lg > *, .md\:gutter-lg > * {
    padding-top: 30px !important;
  }
  .md\:gutter-x-xl, .md\:gutter-xl {
    margin-left: -40px !important;
  }
  .md\:gutter-x-xl > *, .md\:gutter-xl > * {
    padding-left: 40px !important;
  }
  .md\:gutter-y-xl, .md\:gutter-xl {
    margin-top: -40px !important;
  }
  .md\:gutter-y-xl > *, .md\:gutter-xl > * {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .sm\:gutter-x-none, .sm\:gutter-none {
    margin-left: -0 !important;
  }
  .sm\:gutter-x-none > *, .sm\:gutter-none > * {
    padding-left: 0 !important;
  }
  .sm\:gutter-y-none, .sm\:gutter-none {
    margin-top: -0 !important;
  }
  .sm\:gutter-y-none > *, .sm\:gutter-none > * {
    padding-top: 0 !important;
  }
  .sm\:gutter-x-xs, .sm\:gutter-xs {
    margin-left: -5px !important;
  }
  .sm\:gutter-x-xs > *, .sm\:gutter-xs > * {
    padding-left: 5px !important;
  }
  .sm\:gutter-y-xs, .sm\:gutter-xs {
    margin-top: -5px !important;
  }
  .sm\:gutter-y-xs > *, .sm\:gutter-xs > * {
    padding-top: 5px !important;
  }
  .sm\:gutter-x-sm, .sm\:gutter-sm {
    margin-left: -10px !important;
  }
  .sm\:gutter-x-sm > *, .sm\:gutter-sm > * {
    padding-left: 10px !important;
  }
  .sm\:gutter-y-sm, .sm\:gutter-sm {
    margin-top: -10px !important;
  }
  .sm\:gutter-y-sm > *, .sm\:gutter-sm > * {
    padding-top: 10px !important;
  }
  .sm\:gutter-x-md, .sm\:gutter-md {
    margin-left: -20px !important;
  }
  .sm\:gutter-x-md > *, .sm\:gutter-md > * {
    padding-left: 20px !important;
  }
  .sm\:gutter-y-md, .sm\:gutter-md {
    margin-top: -20px !important;
  }
  .sm\:gutter-y-md > *, .sm\:gutter-md > * {
    padding-top: 20px !important;
  }
  .sm\:gutter-x-lg, .sm\:gutter-lg {
    margin-left: -30px !important;
  }
  .sm\:gutter-x-lg > *, .sm\:gutter-lg > * {
    padding-left: 30px !important;
  }
  .sm\:gutter-y-lg, .sm\:gutter-lg {
    margin-top: -30px !important;
  }
  .sm\:gutter-y-lg > *, .sm\:gutter-lg > * {
    padding-top: 30px !important;
  }
  .sm\:gutter-x-xl, .sm\:gutter-xl {
    margin-left: -40px !important;
  }
  .sm\:gutter-x-xl > *, .sm\:gutter-xl > * {
    padding-left: 40px !important;
  }
  .sm\:gutter-y-xl, .sm\:gutter-xl {
    margin-top: -40px !important;
  }
  .sm\:gutter-y-xl > *, .sm\:gutter-xl > * {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 480px) {
  .xs\:gutter-x-none, .xs\:gutter-none {
    margin-left: -0 !important;
  }
  .xs\:gutter-x-none > *, .xs\:gutter-none > * {
    padding-left: 0 !important;
  }
  .xs\:gutter-y-none, .xs\:gutter-none {
    margin-top: -0 !important;
  }
  .xs\:gutter-y-none > *, .xs\:gutter-none > * {
    padding-top: 0 !important;
  }
  .xs\:gutter-x-xs, .xs\:gutter-xs {
    margin-left: -5px !important;
  }
  .xs\:gutter-x-xs > *, .xs\:gutter-xs > * {
    padding-left: 5px !important;
  }
  .xs\:gutter-y-xs, .xs\:gutter-xs {
    margin-top: -5px !important;
  }
  .xs\:gutter-y-xs > *, .xs\:gutter-xs > * {
    padding-top: 5px !important;
  }
  .xs\:gutter-x-sm, .xs\:gutter-sm {
    margin-left: -10px !important;
  }
  .xs\:gutter-x-sm > *, .xs\:gutter-sm > * {
    padding-left: 10px !important;
  }
  .xs\:gutter-y-sm, .xs\:gutter-sm {
    margin-top: -10px !important;
  }
  .xs\:gutter-y-sm > *, .xs\:gutter-sm > * {
    padding-top: 10px !important;
  }
  .xs\:gutter-x-md, .xs\:gutter-md {
    margin-left: -20px !important;
  }
  .xs\:gutter-x-md > *, .xs\:gutter-md > * {
    padding-left: 20px !important;
  }
  .xs\:gutter-y-md, .xs\:gutter-md {
    margin-top: -20px !important;
  }
  .xs\:gutter-y-md > *, .xs\:gutter-md > * {
    padding-top: 20px !important;
  }
  .xs\:gutter-x-lg, .xs\:gutter-lg {
    margin-left: -30px !important;
  }
  .xs\:gutter-x-lg > *, .xs\:gutter-lg > * {
    padding-left: 30px !important;
  }
  .xs\:gutter-y-lg, .xs\:gutter-lg {
    margin-top: -30px !important;
  }
  .xs\:gutter-y-lg > *, .xs\:gutter-lg > * {
    padding-top: 30px !important;
  }
  .xs\:gutter-x-xl, .xs\:gutter-xl {
    margin-left: -40px !important;
  }
  .xs\:gutter-x-xl > *, .xs\:gutter-xl > * {
    padding-left: 40px !important;
  }
  .xs\:gutter-y-xl, .xs\:gutter-xl {
    margin-top: -40px !important;
  }
  .xs\:gutter-y-xl > *, .xs\:gutter-xl > * {
    padding-top: 40px !important;
  }
}
.x\:ba {
  border-width: 1px !important;
}

.x\:bl,
.x\:bx {
  border-width: 0;
  border-left-width: 1px !important;
}

.x\:br,
.x\:bx {
  border-width: 0;
  border-right-width: 1px !important;
}

.x\:bt,
.x\:by {
  border-width: 0;
  border-top-width: 1px !important;
}

.x\:bb,
.x\:by {
  border-width: 0;
  border-bottom-width: 1px !important;
}

.x\:ba\:0 {
  border-width: 0px !important;
}

.x\:bl\:0,
.x\:bx\:0 {
  border-width: 0;
  border-left-width: 0px !important;
}

.x\:br\:0,
.x\:bx\:0 {
  border-width: 0;
  border-right-width: 0px !important;
}

.x\:bt\:0,
.x\:by\:0 {
  border-width: 0;
  border-top-width: 0px !important;
}

.x\:bb\:0,
.x\:by\:0 {
  border-width: 0;
  border-bottom-width: 0px !important;
}

.x\:ba\:1 {
  border-width: 1px !important;
}

.x\:bl\:1,
.x\:bx\:1 {
  border-width: 0;
  border-left-width: 1px !important;
}

.x\:br\:1,
.x\:bx\:1 {
  border-width: 0;
  border-right-width: 1px !important;
}

.x\:bt\:1,
.x\:by\:1 {
  border-width: 0;
  border-top-width: 1px !important;
}

.x\:bb\:1,
.x\:by\:1 {
  border-width: 0;
  border-bottom-width: 1px !important;
}

.x\:ba\:2 {
  border-width: 2px !important;
}

.x\:bl\:2,
.x\:bx\:2 {
  border-width: 0;
  border-left-width: 2px !important;
}

.x\:br\:2,
.x\:bx\:2 {
  border-width: 0;
  border-right-width: 2px !important;
}

.x\:bt\:2,
.x\:by\:2 {
  border-width: 0;
  border-top-width: 2px !important;
}

.x\:bb\:2,
.x\:by\:2 {
  border-width: 0;
  border-bottom-width: 2px !important;
}

.x\:ba\:3 {
  border-width: 3px !important;
}

.x\:bl\:3,
.x\:bx\:3 {
  border-width: 0;
  border-left-width: 3px !important;
}

.x\:br\:3,
.x\:bx\:3 {
  border-width: 0;
  border-right-width: 3px !important;
}

.x\:bt\:3,
.x\:by\:3 {
  border-width: 0;
  border-top-width: 3px !important;
}

.x\:bb\:3,
.x\:by\:3 {
  border-width: 0;
  border-bottom-width: 3px !important;
}

.x\:ba\:4 {
  border-width: 4px !important;
}

.x\:bl\:4,
.x\:bx\:4 {
  border-width: 0;
  border-left-width: 4px !important;
}

.x\:br\:4,
.x\:bx\:4 {
  border-width: 0;
  border-right-width: 4px !important;
}

.x\:bt\:4,
.x\:by\:4 {
  border-width: 0;
  border-top-width: 4px !important;
}

.x\:bb\:4,
.x\:by\:4 {
  border-width: 0;
  border-bottom-width: 4px !important;
}

.x\:ba\:5 {
  border-width: 5px !important;
}

.x\:bl\:5,
.x\:bx\:5 {
  border-width: 0;
  border-left-width: 5px !important;
}

.x\:br\:5,
.x\:bx\:5 {
  border-width: 0;
  border-right-width: 5px !important;
}

.x\:bt\:5,
.x\:by\:5 {
  border-width: 0;
  border-top-width: 5px !important;
}

.x\:bb\:5,
.x\:by\:5 {
  border-width: 0;
  border-bottom-width: 5px !important;
}

@media (max-width: 999999999999px) {
  .xl\:ba {
    border-width: 1px !important;
  }
  .xl\:bl,
  .xl\:bx {
    border-width: 0;
    border-left-width: 1px !important;
  }
  .xl\:br,
  .xl\:bx {
    border-width: 0;
    border-right-width: 1px !important;
  }
  .xl\:bt,
  .xl\:by {
    border-width: 0;
    border-top-width: 1px !important;
  }
  .xl\:bb,
  .xl\:by {
    border-width: 0;
    border-bottom-width: 1px !important;
  }
  .xl\:ba\:0 {
    border-width: 0px !important;
  }
  .xl\:bl\:0,
  .xl\:bx\:0 {
    border-width: 0;
    border-left-width: 0px !important;
  }
  .xl\:br\:0,
  .xl\:bx\:0 {
    border-width: 0;
    border-right-width: 0px !important;
  }
  .xl\:bt\:0,
  .xl\:by\:0 {
    border-width: 0;
    border-top-width: 0px !important;
  }
  .xl\:bb\:0,
  .xl\:by\:0 {
    border-width: 0;
    border-bottom-width: 0px !important;
  }
  .xl\:ba\:1 {
    border-width: 1px !important;
  }
  .xl\:bl\:1,
  .xl\:bx\:1 {
    border-width: 0;
    border-left-width: 1px !important;
  }
  .xl\:br\:1,
  .xl\:bx\:1 {
    border-width: 0;
    border-right-width: 1px !important;
  }
  .xl\:bt\:1,
  .xl\:by\:1 {
    border-width: 0;
    border-top-width: 1px !important;
  }
  .xl\:bb\:1,
  .xl\:by\:1 {
    border-width: 0;
    border-bottom-width: 1px !important;
  }
  .xl\:ba\:2 {
    border-width: 2px !important;
  }
  .xl\:bl\:2,
  .xl\:bx\:2 {
    border-width: 0;
    border-left-width: 2px !important;
  }
  .xl\:br\:2,
  .xl\:bx\:2 {
    border-width: 0;
    border-right-width: 2px !important;
  }
  .xl\:bt\:2,
  .xl\:by\:2 {
    border-width: 0;
    border-top-width: 2px !important;
  }
  .xl\:bb\:2,
  .xl\:by\:2 {
    border-width: 0;
    border-bottom-width: 2px !important;
  }
  .xl\:ba\:3 {
    border-width: 3px !important;
  }
  .xl\:bl\:3,
  .xl\:bx\:3 {
    border-width: 0;
    border-left-width: 3px !important;
  }
  .xl\:br\:3,
  .xl\:bx\:3 {
    border-width: 0;
    border-right-width: 3px !important;
  }
  .xl\:bt\:3,
  .xl\:by\:3 {
    border-width: 0;
    border-top-width: 3px !important;
  }
  .xl\:bb\:3,
  .xl\:by\:3 {
    border-width: 0;
    border-bottom-width: 3px !important;
  }
  .xl\:ba\:4 {
    border-width: 4px !important;
  }
  .xl\:bl\:4,
  .xl\:bx\:4 {
    border-width: 0;
    border-left-width: 4px !important;
  }
  .xl\:br\:4,
  .xl\:bx\:4 {
    border-width: 0;
    border-right-width: 4px !important;
  }
  .xl\:bt\:4,
  .xl\:by\:4 {
    border-width: 0;
    border-top-width: 4px !important;
  }
  .xl\:bb\:4,
  .xl\:by\:4 {
    border-width: 0;
    border-bottom-width: 4px !important;
  }
  .xl\:ba\:5 {
    border-width: 5px !important;
  }
  .xl\:bl\:5,
  .xl\:bx\:5 {
    border-width: 0;
    border-left-width: 5px !important;
  }
  .xl\:br\:5,
  .xl\:bx\:5 {
    border-width: 0;
    border-right-width: 5px !important;
  }
  .xl\:bt\:5,
  .xl\:by\:5 {
    border-width: 0;
    border-top-width: 5px !important;
  }
  .xl\:bb\:5,
  .xl\:by\:5 {
    border-width: 0;
    border-bottom-width: 5px !important;
  }
}
@media (max-width: 1440px) {
  .lg\:ba {
    border-width: 1px !important;
  }
  .lg\:bl,
  .lg\:bx {
    border-width: 0;
    border-left-width: 1px !important;
  }
  .lg\:br,
  .lg\:bx {
    border-width: 0;
    border-right-width: 1px !important;
  }
  .lg\:bt,
  .lg\:by {
    border-width: 0;
    border-top-width: 1px !important;
  }
  .lg\:bb,
  .lg\:by {
    border-width: 0;
    border-bottom-width: 1px !important;
  }
  .lg\:ba\:0 {
    border-width: 0px !important;
  }
  .lg\:bl\:0,
  .lg\:bx\:0 {
    border-width: 0;
    border-left-width: 0px !important;
  }
  .lg\:br\:0,
  .lg\:bx\:0 {
    border-width: 0;
    border-right-width: 0px !important;
  }
  .lg\:bt\:0,
  .lg\:by\:0 {
    border-width: 0;
    border-top-width: 0px !important;
  }
  .lg\:bb\:0,
  .lg\:by\:0 {
    border-width: 0;
    border-bottom-width: 0px !important;
  }
  .lg\:ba\:1 {
    border-width: 1px !important;
  }
  .lg\:bl\:1,
  .lg\:bx\:1 {
    border-width: 0;
    border-left-width: 1px !important;
  }
  .lg\:br\:1,
  .lg\:bx\:1 {
    border-width: 0;
    border-right-width: 1px !important;
  }
  .lg\:bt\:1,
  .lg\:by\:1 {
    border-width: 0;
    border-top-width: 1px !important;
  }
  .lg\:bb\:1,
  .lg\:by\:1 {
    border-width: 0;
    border-bottom-width: 1px !important;
  }
  .lg\:ba\:2 {
    border-width: 2px !important;
  }
  .lg\:bl\:2,
  .lg\:bx\:2 {
    border-width: 0;
    border-left-width: 2px !important;
  }
  .lg\:br\:2,
  .lg\:bx\:2 {
    border-width: 0;
    border-right-width: 2px !important;
  }
  .lg\:bt\:2,
  .lg\:by\:2 {
    border-width: 0;
    border-top-width: 2px !important;
  }
  .lg\:bb\:2,
  .lg\:by\:2 {
    border-width: 0;
    border-bottom-width: 2px !important;
  }
  .lg\:ba\:3 {
    border-width: 3px !important;
  }
  .lg\:bl\:3,
  .lg\:bx\:3 {
    border-width: 0;
    border-left-width: 3px !important;
  }
  .lg\:br\:3,
  .lg\:bx\:3 {
    border-width: 0;
    border-right-width: 3px !important;
  }
  .lg\:bt\:3,
  .lg\:by\:3 {
    border-width: 0;
    border-top-width: 3px !important;
  }
  .lg\:bb\:3,
  .lg\:by\:3 {
    border-width: 0;
    border-bottom-width: 3px !important;
  }
  .lg\:ba\:4 {
    border-width: 4px !important;
  }
  .lg\:bl\:4,
  .lg\:bx\:4 {
    border-width: 0;
    border-left-width: 4px !important;
  }
  .lg\:br\:4,
  .lg\:bx\:4 {
    border-width: 0;
    border-right-width: 4px !important;
  }
  .lg\:bt\:4,
  .lg\:by\:4 {
    border-width: 0;
    border-top-width: 4px !important;
  }
  .lg\:bb\:4,
  .lg\:by\:4 {
    border-width: 0;
    border-bottom-width: 4px !important;
  }
  .lg\:ba\:5 {
    border-width: 5px !important;
  }
  .lg\:bl\:5,
  .lg\:bx\:5 {
    border-width: 0;
    border-left-width: 5px !important;
  }
  .lg\:br\:5,
  .lg\:bx\:5 {
    border-width: 0;
    border-right-width: 5px !important;
  }
  .lg\:bt\:5,
  .lg\:by\:5 {
    border-width: 0;
    border-top-width: 5px !important;
  }
  .lg\:bb\:5,
  .lg\:by\:5 {
    border-width: 0;
    border-bottom-width: 5px !important;
  }
}
@media (max-width: 1025px) {
  .md\:ba {
    border-width: 1px !important;
  }
  .md\:bl,
  .md\:bx {
    border-width: 0;
    border-left-width: 1px !important;
  }
  .md\:br,
  .md\:bx {
    border-width: 0;
    border-right-width: 1px !important;
  }
  .md\:bt,
  .md\:by {
    border-width: 0;
    border-top-width: 1px !important;
  }
  .md\:bb,
  .md\:by {
    border-width: 0;
    border-bottom-width: 1px !important;
  }
  .md\:ba\:0 {
    border-width: 0px !important;
  }
  .md\:bl\:0,
  .md\:bx\:0 {
    border-width: 0;
    border-left-width: 0px !important;
  }
  .md\:br\:0,
  .md\:bx\:0 {
    border-width: 0;
    border-right-width: 0px !important;
  }
  .md\:bt\:0,
  .md\:by\:0 {
    border-width: 0;
    border-top-width: 0px !important;
  }
  .md\:bb\:0,
  .md\:by\:0 {
    border-width: 0;
    border-bottom-width: 0px !important;
  }
  .md\:ba\:1 {
    border-width: 1px !important;
  }
  .md\:bl\:1,
  .md\:bx\:1 {
    border-width: 0;
    border-left-width: 1px !important;
  }
  .md\:br\:1,
  .md\:bx\:1 {
    border-width: 0;
    border-right-width: 1px !important;
  }
  .md\:bt\:1,
  .md\:by\:1 {
    border-width: 0;
    border-top-width: 1px !important;
  }
  .md\:bb\:1,
  .md\:by\:1 {
    border-width: 0;
    border-bottom-width: 1px !important;
  }
  .md\:ba\:2 {
    border-width: 2px !important;
  }
  .md\:bl\:2,
  .md\:bx\:2 {
    border-width: 0;
    border-left-width: 2px !important;
  }
  .md\:br\:2,
  .md\:bx\:2 {
    border-width: 0;
    border-right-width: 2px !important;
  }
  .md\:bt\:2,
  .md\:by\:2 {
    border-width: 0;
    border-top-width: 2px !important;
  }
  .md\:bb\:2,
  .md\:by\:2 {
    border-width: 0;
    border-bottom-width: 2px !important;
  }
  .md\:ba\:3 {
    border-width: 3px !important;
  }
  .md\:bl\:3,
  .md\:bx\:3 {
    border-width: 0;
    border-left-width: 3px !important;
  }
  .md\:br\:3,
  .md\:bx\:3 {
    border-width: 0;
    border-right-width: 3px !important;
  }
  .md\:bt\:3,
  .md\:by\:3 {
    border-width: 0;
    border-top-width: 3px !important;
  }
  .md\:bb\:3,
  .md\:by\:3 {
    border-width: 0;
    border-bottom-width: 3px !important;
  }
  .md\:ba\:4 {
    border-width: 4px !important;
  }
  .md\:bl\:4,
  .md\:bx\:4 {
    border-width: 0;
    border-left-width: 4px !important;
  }
  .md\:br\:4,
  .md\:bx\:4 {
    border-width: 0;
    border-right-width: 4px !important;
  }
  .md\:bt\:4,
  .md\:by\:4 {
    border-width: 0;
    border-top-width: 4px !important;
  }
  .md\:bb\:4,
  .md\:by\:4 {
    border-width: 0;
    border-bottom-width: 4px !important;
  }
  .md\:ba\:5 {
    border-width: 5px !important;
  }
  .md\:bl\:5,
  .md\:bx\:5 {
    border-width: 0;
    border-left-width: 5px !important;
  }
  .md\:br\:5,
  .md\:bx\:5 {
    border-width: 0;
    border-right-width: 5px !important;
  }
  .md\:bt\:5,
  .md\:by\:5 {
    border-width: 0;
    border-top-width: 5px !important;
  }
  .md\:bb\:5,
  .md\:by\:5 {
    border-width: 0;
    border-bottom-width: 5px !important;
  }
}
@media (max-width: 768px) {
  .sm\:ba {
    border-width: 1px !important;
  }
  .sm\:bl,
  .sm\:bx {
    border-width: 0;
    border-left-width: 1px !important;
  }
  .sm\:br,
  .sm\:bx {
    border-width: 0;
    border-right-width: 1px !important;
  }
  .sm\:bt,
  .sm\:by {
    border-width: 0;
    border-top-width: 1px !important;
  }
  .sm\:bb,
  .sm\:by {
    border-width: 0;
    border-bottom-width: 1px !important;
  }
  .sm\:ba\:0 {
    border-width: 0px !important;
  }
  .sm\:bl\:0,
  .sm\:bx\:0 {
    border-width: 0;
    border-left-width: 0px !important;
  }
  .sm\:br\:0,
  .sm\:bx\:0 {
    border-width: 0;
    border-right-width: 0px !important;
  }
  .sm\:bt\:0,
  .sm\:by\:0 {
    border-width: 0;
    border-top-width: 0px !important;
  }
  .sm\:bb\:0,
  .sm\:by\:0 {
    border-width: 0;
    border-bottom-width: 0px !important;
  }
  .sm\:ba\:1 {
    border-width: 1px !important;
  }
  .sm\:bl\:1,
  .sm\:bx\:1 {
    border-width: 0;
    border-left-width: 1px !important;
  }
  .sm\:br\:1,
  .sm\:bx\:1 {
    border-width: 0;
    border-right-width: 1px !important;
  }
  .sm\:bt\:1,
  .sm\:by\:1 {
    border-width: 0;
    border-top-width: 1px !important;
  }
  .sm\:bb\:1,
  .sm\:by\:1 {
    border-width: 0;
    border-bottom-width: 1px !important;
  }
  .sm\:ba\:2 {
    border-width: 2px !important;
  }
  .sm\:bl\:2,
  .sm\:bx\:2 {
    border-width: 0;
    border-left-width: 2px !important;
  }
  .sm\:br\:2,
  .sm\:bx\:2 {
    border-width: 0;
    border-right-width: 2px !important;
  }
  .sm\:bt\:2,
  .sm\:by\:2 {
    border-width: 0;
    border-top-width: 2px !important;
  }
  .sm\:bb\:2,
  .sm\:by\:2 {
    border-width: 0;
    border-bottom-width: 2px !important;
  }
  .sm\:ba\:3 {
    border-width: 3px !important;
  }
  .sm\:bl\:3,
  .sm\:bx\:3 {
    border-width: 0;
    border-left-width: 3px !important;
  }
  .sm\:br\:3,
  .sm\:bx\:3 {
    border-width: 0;
    border-right-width: 3px !important;
  }
  .sm\:bt\:3,
  .sm\:by\:3 {
    border-width: 0;
    border-top-width: 3px !important;
  }
  .sm\:bb\:3,
  .sm\:by\:3 {
    border-width: 0;
    border-bottom-width: 3px !important;
  }
  .sm\:ba\:4 {
    border-width: 4px !important;
  }
  .sm\:bl\:4,
  .sm\:bx\:4 {
    border-width: 0;
    border-left-width: 4px !important;
  }
  .sm\:br\:4,
  .sm\:bx\:4 {
    border-width: 0;
    border-right-width: 4px !important;
  }
  .sm\:bt\:4,
  .sm\:by\:4 {
    border-width: 0;
    border-top-width: 4px !important;
  }
  .sm\:bb\:4,
  .sm\:by\:4 {
    border-width: 0;
    border-bottom-width: 4px !important;
  }
  .sm\:ba\:5 {
    border-width: 5px !important;
  }
  .sm\:bl\:5,
  .sm\:bx\:5 {
    border-width: 0;
    border-left-width: 5px !important;
  }
  .sm\:br\:5,
  .sm\:bx\:5 {
    border-width: 0;
    border-right-width: 5px !important;
  }
  .sm\:bt\:5,
  .sm\:by\:5 {
    border-width: 0;
    border-top-width: 5px !important;
  }
  .sm\:bb\:5,
  .sm\:by\:5 {
    border-width: 0;
    border-bottom-width: 5px !important;
  }
}
@media (max-width: 480px) {
  .xs\:ba {
    border-width: 1px !important;
  }
  .xs\:bl,
  .xs\:bx {
    border-width: 0;
    border-left-width: 1px !important;
  }
  .xs\:br,
  .xs\:bx {
    border-width: 0;
    border-right-width: 1px !important;
  }
  .xs\:bt,
  .xs\:by {
    border-width: 0;
    border-top-width: 1px !important;
  }
  .xs\:bb,
  .xs\:by {
    border-width: 0;
    border-bottom-width: 1px !important;
  }
  .xs\:ba\:0 {
    border-width: 0px !important;
  }
  .xs\:bl\:0,
  .xs\:bx\:0 {
    border-width: 0;
    border-left-width: 0px !important;
  }
  .xs\:br\:0,
  .xs\:bx\:0 {
    border-width: 0;
    border-right-width: 0px !important;
  }
  .xs\:bt\:0,
  .xs\:by\:0 {
    border-width: 0;
    border-top-width: 0px !important;
  }
  .xs\:bb\:0,
  .xs\:by\:0 {
    border-width: 0;
    border-bottom-width: 0px !important;
  }
  .xs\:ba\:1 {
    border-width: 1px !important;
  }
  .xs\:bl\:1,
  .xs\:bx\:1 {
    border-width: 0;
    border-left-width: 1px !important;
  }
  .xs\:br\:1,
  .xs\:bx\:1 {
    border-width: 0;
    border-right-width: 1px !important;
  }
  .xs\:bt\:1,
  .xs\:by\:1 {
    border-width: 0;
    border-top-width: 1px !important;
  }
  .xs\:bb\:1,
  .xs\:by\:1 {
    border-width: 0;
    border-bottom-width: 1px !important;
  }
  .xs\:ba\:2 {
    border-width: 2px !important;
  }
  .xs\:bl\:2,
  .xs\:bx\:2 {
    border-width: 0;
    border-left-width: 2px !important;
  }
  .xs\:br\:2,
  .xs\:bx\:2 {
    border-width: 0;
    border-right-width: 2px !important;
  }
  .xs\:bt\:2,
  .xs\:by\:2 {
    border-width: 0;
    border-top-width: 2px !important;
  }
  .xs\:bb\:2,
  .xs\:by\:2 {
    border-width: 0;
    border-bottom-width: 2px !important;
  }
  .xs\:ba\:3 {
    border-width: 3px !important;
  }
  .xs\:bl\:3,
  .xs\:bx\:3 {
    border-width: 0;
    border-left-width: 3px !important;
  }
  .xs\:br\:3,
  .xs\:bx\:3 {
    border-width: 0;
    border-right-width: 3px !important;
  }
  .xs\:bt\:3,
  .xs\:by\:3 {
    border-width: 0;
    border-top-width: 3px !important;
  }
  .xs\:bb\:3,
  .xs\:by\:3 {
    border-width: 0;
    border-bottom-width: 3px !important;
  }
  .xs\:ba\:4 {
    border-width: 4px !important;
  }
  .xs\:bl\:4,
  .xs\:bx\:4 {
    border-width: 0;
    border-left-width: 4px !important;
  }
  .xs\:br\:4,
  .xs\:bx\:4 {
    border-width: 0;
    border-right-width: 4px !important;
  }
  .xs\:bt\:4,
  .xs\:by\:4 {
    border-width: 0;
    border-top-width: 4px !important;
  }
  .xs\:bb\:4,
  .xs\:by\:4 {
    border-width: 0;
    border-bottom-width: 4px !important;
  }
  .xs\:ba\:5 {
    border-width: 5px !important;
  }
  .xs\:bl\:5,
  .xs\:bx\:5 {
    border-width: 0;
    border-left-width: 5px !important;
  }
  .xs\:br\:5,
  .xs\:bx\:5 {
    border-width: 0;
    border-right-width: 5px !important;
  }
  .xs\:bt\:5,
  .xs\:by\:5 {
    border-width: 0;
    border-top-width: 5px !important;
  }
  .xs\:bb\:5,
  .xs\:by\:5 {
    border-width: 0;
    border-bottom-width: 5px !important;
  }
}
.border-white {
  border-color: #FFF;
  border-style: solid;
}

.border-black {
  border-color: #000;
  border-style: solid;
}

.border-brand-01 {
  border-color: #1D428A;
  border-style: solid;
}

.border-brand-02 {
  border-color: #1D2738;
  border-style: solid;
}

.border-ui-01 {
  border-color: #EA701E;
  border-style: solid;
}

.border-ui-02 {
  border-color: #FF832F;
  border-style: solid;
}

.border-ui-03 {
  border-color: #AA4C0D;
  border-style: solid;
}

.border-ui-04 {
  border-color: #4073D5;
  border-style: solid;
}

.border-ui-05 {
  border-color: #0F2859;
  border-style: solid;
}

.border-ui-06 {
  border-color: #FFFFFF;
  border-style: solid;
}

.border-ui-07 {
  border-color: #EEEEEE;
  border-style: solid;
}

.border-ui-08 {
  border-color: #CCCCCC;
  border-style: solid;
}

.border-ui-09 {
  border-color: #999999;
  border-style: solid;
}

.border-ui-10 {
  border-color: #666666;
  border-style: solid;
}

.border-ui-11 {
  border-color: #333333;
  border-style: solid;
}

.border-ui-12 {
  border-color: #000000;
  border-style: solid;
}

.border-ui-13 {
  border-color: #5C88DA;
  border-style: solid;
}

.border-ui-14 {
  border-color: #97999B;
  border-style: solid;
}

.border-ui-15 {
  border-color: #D0D0CE;
  border-style: solid;
}

.border-ui-16 {
  border-color: #D9C89E;
  border-style: solid;
}

.border-ui-17 {
  border-color: #0D131E;
  border-style: solid;
}

.border-ui-18 {
  border-color: #888888;
  border-style: solid;
}

.border-ui-19 {
  border-color: #979797;
  border-style: solid;
}

.border-text-01 {
  border-color: #333333;
  border-style: solid;
}

.border-support-01 {
  border-color: #00A65A;
  border-style: solid;
}

.border-support-02 {
  border-color: #E4104E;
  border-style: solid;
}

.border-support-03 {
  border-color: #F1D622;
  border-style: solid;
}

.border-support-04 {
  border-color: #53ACDB;
  border-style: solid;
}

@media (max-width: 480px) {
  .xs\:hide,
  .sm\:only,
  .md\:only,
  .lg\:only,
  .xl\:only,
  .gt-xs,
  .gt-sm,
  .gt-md,
  .gt-lg {
    display: none !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .sm\:hide,
  .xs\:only,
  .md\:only,
  .xl\:only,
  .lg\:only,
  .lt-sm,
  .gt-sm,
  .gt-md,
  .gt-lg {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1025px) {
  .md\:hide,
  .xs\:only,
  .sm\:only,
  .lg\:only,
  .xl\:only,
  .lt-sm,
  .lt-md,
  .gt-md,
  .gt-lg {
    display: none !important;
  }
}
@media (min-width: 1026px) and (max-width: 1440px) {
  .lg\:hide,
  .xs\:only,
  .sm\:only,
  .md\:only,
  .xl\:only,
  .lt-sm,
  .lt-md,
  .lt-lg,
  .gt-lg {
    display: none !important;
  }
}
@media (min-width: 1441px) {
  .xl\:hide,
  .xs\:only,
  .sm\:only,
  .md\:only,
  .lg\:only,
  .lt-sm,
  .lt-md,
  .lt-lg,
  .lt-xl {
    display: none !important;
  }
}
@media screen {
  .print-only {
    display: none !important;
  }
}
@media print {
  .print-hide {
    display: none !important;
  }
}
.dimmed,
.light-dimmed {
  position: relative;
}
.dimmed:after,
.light-dimmed:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.dimmed:after {
  background: #000 !important;
}

.light-dimmed:after {
  background: #FFF !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-hidden-y {
  overflow-y: hidden !important;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.transparent {
  background: transparent !important;
}

.readonly {
  cursor: default !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.disabled,
.disabled *,
[disabled],
[disabled] * {
  cursor: not-allowed !important;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-border {
  border: 0 !important;
}

.no-border-radius {
  border-radius: 0 !important;
}

.no-box-shadow {
  box-shadow: none !important;
}

.no-outline {
  outline: 0 !important;
}

.cut-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}

.ellipsis, .ellipsis-1, .ellipsis-2, .ellipsis-3, .ellipsis-4, .ellipsis-5 {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 !important;
}
.ellipsis:after, .ellipsis-1:after, .ellipsis-2:after, .ellipsis-3:after, .ellipsis-4:after, .ellipsis-5:after {
  content: "..." attr(data-more);
  text-align: right;
  bottom: 0;
  right: 0;
  width: 70%;
  display: block;
  position: absolute;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 75%);
}

@supports (-webkit-line-clamp: 1) {
  .ellipsis:after, .ellipsis-1:after, .ellipsis-2:after, .ellipsis-3:after, .ellipsis-4:after, .ellipsis-5:after {
    display: none !important;
  }
}
.ellipsis, .ellipsis-1 {
  -webkit-line-clamp: 1;
  height: 1.2em;
}

.ellipsis-2 {
  -webkit-line-clamp: 2;
  height: 2.4em;
}

.ellipsis-3 {
  -webkit-line-clamp: 3;
  height: 3.6em;
}

.ellipsis-4 {
  -webkit-line-clamp: 4;
  height: 4.8em;
}

.ellipsis-5 {
  -webkit-line-clamp: 5;
  height: 6em;
}

.x\:row,
.x\:column,
.x\:flex {
  display: flex;
  flex-wrap: wrap;
}
.x\:row.inline,
.x\:column.inline,
.x\:flex.inline {
  display: inline-flex;
}

.x\:row {
  flex-direction: row;
}
.x\:row.x\:reverse {
  flex-direction: row-reverse;
}

.x\:column {
  flex-direction: column;
}
.x\:column.reverse {
  flex-direction: column-reverse;
}

.x\:wrap {
  flex-wrap: wrap;
}

.x\:no-wrap {
  flex-wrap: nowrap;
}

.x\:reverse-wrap {
  flex-wrap: wrap-reverse;
}

.x\:order-first {
  order: -10000;
}
.x\:order-last {
  order: 10000;
}
.x\:order-none {
  order: 0;
}

.x\:justify-start {
  justify-content: flex-start;
}
.x\:justify-end {
  justify-content: flex-end;
}
.x\:justify-center, .x\:flex-center {
  justify-content: center;
}
.x\:justify-between {
  justify-content: space-between;
}
.x\:justify-around {
  justify-content: space-around;
}

.x\:items-start {
  align-items: flex-start;
}
.x\:items-end {
  align-items: flex-end;
}
.x\:items-center, .x\:flex-center {
  align-items: center;
}
.x\:items-baseline {
  align-items: baseline;
}
.x\:items-stretch {
  align-items: stretch;
}

.x\:content-start {
  align-content: flex-start;
}
.x\:content-end {
  align-content: flex-end;
}
.x\:content-center {
  align-content: center;
}
.x\:content-stretch {
  align-content: stretch;
}
.x\:content-between {
  align-content: space-between;
}
.x\:content-around {
  align-content: space-around;
}

.x\:self-start {
  align-self: flex-start;
}
.x\:self-end {
  align-self: flex-end;
}
.x\:self-center {
  align-self: center;
}
.x\:self-baseline {
  align-self: baseline;
}
.x\:self-stretch {
  align-self: stretch;
}

.x\:col, .x\:col-auto, .x\:col-grow, .x\:col-grow\:subs > *, .x\:col-auto\:subs > * {
  height: auto;
  min-height: 0;
  max-height: 100%;
  width: auto;
  min-width: 0;
  max-width: 100%;
}
.x\:col {
  flex: 10000 1 0%;
}
.x\:col-auto, .x\:col-auto\:subs > * {
  flex: 0 0 auto;
}
.x\:col-grow, .x\:col-grow\:subs > * {
  flex: 1 0 auto;
}

.x\:col-1 {
  width: 8.3333333333% !important;
}

.x\:row > .x\:col-1, .x\:row.x\:col-1\:subs > * {
  height: auto;
  width: 8.3333333333%;
}

.x\:column > .x\:col-1, .x\:column.x\:col-1\:subs > * {
  height: 8.3333333333%;
  width: auto;
}

.x\:col-2 {
  width: 16.6666666667% !important;
}

.x\:row > .x\:col-2, .x\:row.x\:col-2\:subs > * {
  height: auto;
  width: 16.6666666667%;
}

.x\:column > .x\:col-2, .x\:column.x\:col-2\:subs > * {
  height: 16.6666666667%;
  width: auto;
}

.x\:col-3 {
  width: 25% !important;
}

.x\:row > .x\:col-3, .x\:row.x\:col-3\:subs > * {
  height: auto;
  width: 25%;
}

.x\:column > .x\:col-3, .x\:column.x\:col-3\:subs > * {
  height: 25%;
  width: auto;
}

.x\:col-4 {
  width: 33.3333333333% !important;
}

.x\:row > .x\:col-4, .x\:row.x\:col-4\:subs > * {
  height: auto;
  width: 33.3333333333%;
}

.x\:column > .x\:col-4, .x\:column.x\:col-4\:subs > * {
  height: 33.3333333333%;
  width: auto;
}

.x\:col-5 {
  width: 41.6666666667% !important;
}

.x\:row > .x\:col-5, .x\:row.x\:col-5\:subs > * {
  height: auto;
  width: 41.6666666667%;
}

.x\:column > .x\:col-5, .x\:column.x\:col-5\:subs > * {
  height: 41.6666666667%;
  width: auto;
}

.x\:col-6 {
  width: 50% !important;
}

.x\:row > .x\:col-6, .x\:row.x\:col-6\:subs > * {
  height: auto;
  width: 50%;
}

.x\:column > .x\:col-6, .x\:column.x\:col-6\:subs > * {
  height: 50%;
  width: auto;
}

.x\:col-7 {
  width: 58.3333333333% !important;
}

.x\:row > .x\:col-7, .x\:row.x\:col-7\:subs > * {
  height: auto;
  width: 58.3333333333%;
}

.x\:column > .x\:col-7, .x\:column.x\:col-7\:subs > * {
  height: 58.3333333333%;
  width: auto;
}

.x\:col-8 {
  width: 66.6666666667% !important;
}

.x\:row > .x\:col-8, .x\:row.x\:col-8\:subs > * {
  height: auto;
  width: 66.6666666667%;
}

.x\:column > .x\:col-8, .x\:column.x\:col-8\:subs > * {
  height: 66.6666666667%;
  width: auto;
}

.x\:col-9 {
  width: 75% !important;
}

.x\:row > .x\:col-9, .x\:row.x\:col-9\:subs > * {
  height: auto;
  width: 75%;
}

.x\:column > .x\:col-9, .x\:column.x\:col-9\:subs > * {
  height: 75%;
  width: auto;
}

.x\:col-10 {
  width: 83.3333333333% !important;
}

.x\:row > .x\:col-10, .x\:row.x\:col-10\:subs > * {
  height: auto;
  width: 83.3333333333%;
}

.x\:column > .x\:col-10, .x\:column.x\:col-10\:subs > * {
  height: 83.3333333333%;
  width: auto;
}

.x\:col-11 {
  width: 91.6666666667% !important;
}

.x\:row > .x\:col-11, .x\:row.x\:col-11\:subs > * {
  height: auto;
  width: 91.6666666667%;
}

.x\:column > .x\:col-11, .x\:column.x\:col-11\:subs > * {
  height: 91.6666666667%;
  width: auto;
}

.x\:col-12 {
  width: 100% !important;
}

.x\:row > .x\:col-12, .x\:row.x\:col-12\:subs > * {
  height: auto;
  width: 100%;
}

.x\:column > .x\:col-12, .x\:column.x\:col-12\:subs > * {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 999999999999px) {
  .xl\:row,
  .xl\:column,
  .xl\:flex {
    display: flex;
    flex-wrap: wrap;
  }
  .xl\:row.inline,
  .xl\:column.inline,
  .xl\:flex.inline {
    display: inline-flex;
  }
  .xl\:row {
    flex-direction: row;
  }
  .xl\:row.xl\:reverse {
    flex-direction: row-reverse;
  }
  .xl\:column {
    flex-direction: column;
  }
  .xl\:column.reverse {
    flex-direction: column-reverse;
  }
  .xl\:wrap {
    flex-wrap: wrap;
  }
  .xl\:no-wrap {
    flex-wrap: nowrap;
  }
  .xl\:reverse-wrap {
    flex-wrap: wrap-reverse;
  }
  .xl\:order-first {
    order: -10000;
  }
  .xl\:order-last {
    order: 10000;
  }
  .xl\:order-none {
    order: 0;
  }
  .xl\:justify-start {
    justify-content: flex-start;
  }
  .xl\:justify-end {
    justify-content: flex-end;
  }
  .xl\:justify-center, .xl\:flex-center {
    justify-content: center;
  }
  .xl\:justify-between {
    justify-content: space-between;
  }
  .xl\:justify-around {
    justify-content: space-around;
  }
  .xl\:items-start {
    align-items: flex-start;
  }
  .xl\:items-end {
    align-items: flex-end;
  }
  .xl\:items-center, .xl\:flex-center {
    align-items: center;
  }
  .xl\:items-baseline {
    align-items: baseline;
  }
  .xl\:items-stretch {
    align-items: stretch;
  }
  .xl\:content-start {
    align-content: flex-start;
  }
  .xl\:content-end {
    align-content: flex-end;
  }
  .xl\:content-center {
    align-content: center;
  }
  .xl\:content-stretch {
    align-content: stretch;
  }
  .xl\:content-between {
    align-content: space-between;
  }
  .xl\:content-around {
    align-content: space-around;
  }
  .xl\:self-start {
    align-self: flex-start;
  }
  .xl\:self-end {
    align-self: flex-end;
  }
  .xl\:self-center {
    align-self: center;
  }
  .xl\:self-baseline {
    align-self: baseline;
  }
  .xl\:self-stretch {
    align-self: stretch;
  }
  .xl\:col, .xl\:col-auto, .xl\:col-grow, .xl\:col-grow\:subs > *, .xl\:col-auto\:subs > * {
    height: auto;
    min-height: 0;
    max-height: 100%;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .xl\:col {
    flex: 10000 1 0%;
  }
  .xl\:col-auto, .xl\:col-auto\:subs > * {
    flex: 0 0 auto;
  }
  .xl\:col-grow, .xl\:col-grow\:subs > * {
    flex: 1 0 auto;
  }
  .xl\:col-1 {
    width: 8.3333333333% !important;
  }
  .xl\:row > .xl\:col-1, .xl\:row.xl\:col-1\:subs > * {
    height: auto;
    width: 8.3333333333%;
  }
  .xl\:column > .xl\:col-1, .xl\:column.xl\:col-1\:subs > * {
    height: 8.3333333333%;
    width: auto;
  }
  .xl\:col-2 {
    width: 16.6666666667% !important;
  }
  .xl\:row > .xl\:col-2, .xl\:row.xl\:col-2\:subs > * {
    height: auto;
    width: 16.6666666667%;
  }
  .xl\:column > .xl\:col-2, .xl\:column.xl\:col-2\:subs > * {
    height: 16.6666666667%;
    width: auto;
  }
  .xl\:col-3 {
    width: 25% !important;
  }
  .xl\:row > .xl\:col-3, .xl\:row.xl\:col-3\:subs > * {
    height: auto;
    width: 25%;
  }
  .xl\:column > .xl\:col-3, .xl\:column.xl\:col-3\:subs > * {
    height: 25%;
    width: auto;
  }
  .xl\:col-4 {
    width: 33.3333333333% !important;
  }
  .xl\:row > .xl\:col-4, .xl\:row.xl\:col-4\:subs > * {
    height: auto;
    width: 33.3333333333%;
  }
  .xl\:column > .xl\:col-4, .xl\:column.xl\:col-4\:subs > * {
    height: 33.3333333333%;
    width: auto;
  }
  .xl\:col-5 {
    width: 41.6666666667% !important;
  }
  .xl\:row > .xl\:col-5, .xl\:row.xl\:col-5\:subs > * {
    height: auto;
    width: 41.6666666667%;
  }
  .xl\:column > .xl\:col-5, .xl\:column.xl\:col-5\:subs > * {
    height: 41.6666666667%;
    width: auto;
  }
  .xl\:col-6 {
    width: 50% !important;
  }
  .xl\:row > .xl\:col-6, .xl\:row.xl\:col-6\:subs > * {
    height: auto;
    width: 50%;
  }
  .xl\:column > .xl\:col-6, .xl\:column.xl\:col-6\:subs > * {
    height: 50%;
    width: auto;
  }
  .xl\:col-7 {
    width: 58.3333333333% !important;
  }
  .xl\:row > .xl\:col-7, .xl\:row.xl\:col-7\:subs > * {
    height: auto;
    width: 58.3333333333%;
  }
  .xl\:column > .xl\:col-7, .xl\:column.xl\:col-7\:subs > * {
    height: 58.3333333333%;
    width: auto;
  }
  .xl\:col-8 {
    width: 66.6666666667% !important;
  }
  .xl\:row > .xl\:col-8, .xl\:row.xl\:col-8\:subs > * {
    height: auto;
    width: 66.6666666667%;
  }
  .xl\:column > .xl\:col-8, .xl\:column.xl\:col-8\:subs > * {
    height: 66.6666666667%;
    width: auto;
  }
  .xl\:col-9 {
    width: 75% !important;
  }
  .xl\:row > .xl\:col-9, .xl\:row.xl\:col-9\:subs > * {
    height: auto;
    width: 75%;
  }
  .xl\:column > .xl\:col-9, .xl\:column.xl\:col-9\:subs > * {
    height: 75%;
    width: auto;
  }
  .xl\:col-10 {
    width: 83.3333333333% !important;
  }
  .xl\:row > .xl\:col-10, .xl\:row.xl\:col-10\:subs > * {
    height: auto;
    width: 83.3333333333%;
  }
  .xl\:column > .xl\:col-10, .xl\:column.xl\:col-10\:subs > * {
    height: 83.3333333333%;
    width: auto;
  }
  .xl\:col-11 {
    width: 91.6666666667% !important;
  }
  .xl\:row > .xl\:col-11, .xl\:row.xl\:col-11\:subs > * {
    height: auto;
    width: 91.6666666667%;
  }
  .xl\:column > .xl\:col-11, .xl\:column.xl\:col-11\:subs > * {
    height: 91.6666666667%;
    width: auto;
  }
  .xl\:col-12 {
    width: 100% !important;
  }
  .xl\:row > .xl\:col-12, .xl\:row.xl\:col-12\:subs > * {
    height: auto;
    width: 100%;
  }
  .xl\:column > .xl\:col-12, .xl\:column.xl\:col-12\:subs > * {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 1440px) {
  .lg\:row,
  .lg\:column,
  .lg\:flex {
    display: flex;
    flex-wrap: wrap;
  }
  .lg\:row.inline,
  .lg\:column.inline,
  .lg\:flex.inline {
    display: inline-flex;
  }
  .lg\:row {
    flex-direction: row;
  }
  .lg\:row.lg\:reverse {
    flex-direction: row-reverse;
  }
  .lg\:column {
    flex-direction: column;
  }
  .lg\:column.reverse {
    flex-direction: column-reverse;
  }
  .lg\:wrap {
    flex-wrap: wrap;
  }
  .lg\:no-wrap {
    flex-wrap: nowrap;
  }
  .lg\:reverse-wrap {
    flex-wrap: wrap-reverse;
  }
  .lg\:order-first {
    order: -10000;
  }
  .lg\:order-last {
    order: 10000;
  }
  .lg\:order-none {
    order: 0;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:justify-center, .lg\:flex-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:justify-around {
    justify-content: space-around;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:items-center, .lg\:flex-center {
    align-items: center;
  }
  .lg\:items-baseline {
    align-items: baseline;
  }
  .lg\:items-stretch {
    align-items: stretch;
  }
  .lg\:content-start {
    align-content: flex-start;
  }
  .lg\:content-end {
    align-content: flex-end;
  }
  .lg\:content-center {
    align-content: center;
  }
  .lg\:content-stretch {
    align-content: stretch;
  }
  .lg\:content-between {
    align-content: space-between;
  }
  .lg\:content-around {
    align-content: space-around;
  }
  .lg\:self-start {
    align-self: flex-start;
  }
  .lg\:self-end {
    align-self: flex-end;
  }
  .lg\:self-center {
    align-self: center;
  }
  .lg\:self-baseline {
    align-self: baseline;
  }
  .lg\:self-stretch {
    align-self: stretch;
  }
  .lg\:col, .lg\:col-auto, .lg\:col-grow, .lg\:col-grow\:subs > *, .lg\:col-auto\:subs > * {
    height: auto;
    min-height: 0;
    max-height: 100%;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .lg\:col {
    flex: 10000 1 0%;
  }
  .lg\:col-auto, .lg\:col-auto\:subs > * {
    flex: 0 0 auto;
  }
  .lg\:col-grow, .lg\:col-grow\:subs > * {
    flex: 1 0 auto;
  }
  .lg\:col-1 {
    width: 8.3333333333% !important;
  }
  .lg\:row > .lg\:col-1, .lg\:row.lg\:col-1\:subs > * {
    height: auto;
    width: 8.3333333333%;
  }
  .lg\:column > .lg\:col-1, .lg\:column.lg\:col-1\:subs > * {
    height: 8.3333333333%;
    width: auto;
  }
  .lg\:col-2 {
    width: 16.6666666667% !important;
  }
  .lg\:row > .lg\:col-2, .lg\:row.lg\:col-2\:subs > * {
    height: auto;
    width: 16.6666666667%;
  }
  .lg\:column > .lg\:col-2, .lg\:column.lg\:col-2\:subs > * {
    height: 16.6666666667%;
    width: auto;
  }
  .lg\:col-3 {
    width: 25% !important;
  }
  .lg\:row > .lg\:col-3, .lg\:row.lg\:col-3\:subs > * {
    height: auto;
    width: 25%;
  }
  .lg\:column > .lg\:col-3, .lg\:column.lg\:col-3\:subs > * {
    height: 25%;
    width: auto;
  }
  .lg\:col-4 {
    width: 33.3333333333% !important;
  }
  .lg\:row > .lg\:col-4, .lg\:row.lg\:col-4\:subs > * {
    height: auto;
    width: 33.3333333333%;
  }
  .lg\:column > .lg\:col-4, .lg\:column.lg\:col-4\:subs > * {
    height: 33.3333333333%;
    width: auto;
  }
  .lg\:col-5 {
    width: 41.6666666667% !important;
  }
  .lg\:row > .lg\:col-5, .lg\:row.lg\:col-5\:subs > * {
    height: auto;
    width: 41.6666666667%;
  }
  .lg\:column > .lg\:col-5, .lg\:column.lg\:col-5\:subs > * {
    height: 41.6666666667%;
    width: auto;
  }
  .lg\:col-6 {
    width: 50% !important;
  }
  .lg\:row > .lg\:col-6, .lg\:row.lg\:col-6\:subs > * {
    height: auto;
    width: 50%;
  }
  .lg\:column > .lg\:col-6, .lg\:column.lg\:col-6\:subs > * {
    height: 50%;
    width: auto;
  }
  .lg\:col-7 {
    width: 58.3333333333% !important;
  }
  .lg\:row > .lg\:col-7, .lg\:row.lg\:col-7\:subs > * {
    height: auto;
    width: 58.3333333333%;
  }
  .lg\:column > .lg\:col-7, .lg\:column.lg\:col-7\:subs > * {
    height: 58.3333333333%;
    width: auto;
  }
  .lg\:col-8 {
    width: 66.6666666667% !important;
  }
  .lg\:row > .lg\:col-8, .lg\:row.lg\:col-8\:subs > * {
    height: auto;
    width: 66.6666666667%;
  }
  .lg\:column > .lg\:col-8, .lg\:column.lg\:col-8\:subs > * {
    height: 66.6666666667%;
    width: auto;
  }
  .lg\:col-9 {
    width: 75% !important;
  }
  .lg\:row > .lg\:col-9, .lg\:row.lg\:col-9\:subs > * {
    height: auto;
    width: 75%;
  }
  .lg\:column > .lg\:col-9, .lg\:column.lg\:col-9\:subs > * {
    height: 75%;
    width: auto;
  }
  .lg\:col-10 {
    width: 83.3333333333% !important;
  }
  .lg\:row > .lg\:col-10, .lg\:row.lg\:col-10\:subs > * {
    height: auto;
    width: 83.3333333333%;
  }
  .lg\:column > .lg\:col-10, .lg\:column.lg\:col-10\:subs > * {
    height: 83.3333333333%;
    width: auto;
  }
  .lg\:col-11 {
    width: 91.6666666667% !important;
  }
  .lg\:row > .lg\:col-11, .lg\:row.lg\:col-11\:subs > * {
    height: auto;
    width: 91.6666666667%;
  }
  .lg\:column > .lg\:col-11, .lg\:column.lg\:col-11\:subs > * {
    height: 91.6666666667%;
    width: auto;
  }
  .lg\:col-12 {
    width: 100% !important;
  }
  .lg\:row > .lg\:col-12, .lg\:row.lg\:col-12\:subs > * {
    height: auto;
    width: 100%;
  }
  .lg\:column > .lg\:col-12, .lg\:column.lg\:col-12\:subs > * {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 1025px) {
  .md\:row,
  .md\:column,
  .md\:flex {
    display: flex;
    flex-wrap: wrap;
  }
  .md\:row.inline,
  .md\:column.inline,
  .md\:flex.inline {
    display: inline-flex;
  }
  .md\:row {
    flex-direction: row;
  }
  .md\:row.md\:reverse {
    flex-direction: row-reverse;
  }
  .md\:column {
    flex-direction: column;
  }
  .md\:column.reverse {
    flex-direction: column-reverse;
  }
  .md\:wrap {
    flex-wrap: wrap;
  }
  .md\:no-wrap {
    flex-wrap: nowrap;
  }
  .md\:reverse-wrap {
    flex-wrap: wrap-reverse;
  }
  .md\:order-first {
    order: -10000;
  }
  .md\:order-last {
    order: 10000;
  }
  .md\:order-none {
    order: 0;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-center, .md\:flex-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:justify-around {
    justify-content: space-around;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:items-center, .md\:flex-center {
    align-items: center;
  }
  .md\:items-baseline {
    align-items: baseline;
  }
  .md\:items-stretch {
    align-items: stretch;
  }
  .md\:content-start {
    align-content: flex-start;
  }
  .md\:content-end {
    align-content: flex-end;
  }
  .md\:content-center {
    align-content: center;
  }
  .md\:content-stretch {
    align-content: stretch;
  }
  .md\:content-between {
    align-content: space-between;
  }
  .md\:content-around {
    align-content: space-around;
  }
  .md\:self-start {
    align-self: flex-start;
  }
  .md\:self-end {
    align-self: flex-end;
  }
  .md\:self-center {
    align-self: center;
  }
  .md\:self-baseline {
    align-self: baseline;
  }
  .md\:self-stretch {
    align-self: stretch;
  }
  .md\:col, .md\:col-auto, .md\:col-grow, .md\:col-grow\:subs > *, .md\:col-auto\:subs > * {
    height: auto;
    min-height: 0;
    max-height: 100%;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .md\:col {
    flex: 10000 1 0%;
  }
  .md\:col-auto, .md\:col-auto\:subs > * {
    flex: 0 0 auto;
  }
  .md\:col-grow, .md\:col-grow\:subs > * {
    flex: 1 0 auto;
  }
  .md\:col-1 {
    width: 8.3333333333% !important;
  }
  .md\:row > .md\:col-1, .md\:row.md\:col-1\:subs > * {
    height: auto;
    width: 8.3333333333%;
  }
  .md\:column > .md\:col-1, .md\:column.md\:col-1\:subs > * {
    height: 8.3333333333%;
    width: auto;
  }
  .md\:col-2 {
    width: 16.6666666667% !important;
  }
  .md\:row > .md\:col-2, .md\:row.md\:col-2\:subs > * {
    height: auto;
    width: 16.6666666667%;
  }
  .md\:column > .md\:col-2, .md\:column.md\:col-2\:subs > * {
    height: 16.6666666667%;
    width: auto;
  }
  .md\:col-3 {
    width: 25% !important;
  }
  .md\:row > .md\:col-3, .md\:row.md\:col-3\:subs > * {
    height: auto;
    width: 25%;
  }
  .md\:column > .md\:col-3, .md\:column.md\:col-3\:subs > * {
    height: 25%;
    width: auto;
  }
  .md\:col-4 {
    width: 33.3333333333% !important;
  }
  .md\:row > .md\:col-4, .md\:row.md\:col-4\:subs > * {
    height: auto;
    width: 33.3333333333%;
  }
  .md\:column > .md\:col-4, .md\:column.md\:col-4\:subs > * {
    height: 33.3333333333%;
    width: auto;
  }
  .md\:col-5 {
    width: 41.6666666667% !important;
  }
  .md\:row > .md\:col-5, .md\:row.md\:col-5\:subs > * {
    height: auto;
    width: 41.6666666667%;
  }
  .md\:column > .md\:col-5, .md\:column.md\:col-5\:subs > * {
    height: 41.6666666667%;
    width: auto;
  }
  .md\:col-6 {
    width: 50% !important;
  }
  .md\:row > .md\:col-6, .md\:row.md\:col-6\:subs > * {
    height: auto;
    width: 50%;
  }
  .md\:column > .md\:col-6, .md\:column.md\:col-6\:subs > * {
    height: 50%;
    width: auto;
  }
  .md\:col-7 {
    width: 58.3333333333% !important;
  }
  .md\:row > .md\:col-7, .md\:row.md\:col-7\:subs > * {
    height: auto;
    width: 58.3333333333%;
  }
  .md\:column > .md\:col-7, .md\:column.md\:col-7\:subs > * {
    height: 58.3333333333%;
    width: auto;
  }
  .md\:col-8 {
    width: 66.6666666667% !important;
  }
  .md\:row > .md\:col-8, .md\:row.md\:col-8\:subs > * {
    height: auto;
    width: 66.6666666667%;
  }
  .md\:column > .md\:col-8, .md\:column.md\:col-8\:subs > * {
    height: 66.6666666667%;
    width: auto;
  }
  .md\:col-9 {
    width: 75% !important;
  }
  .md\:row > .md\:col-9, .md\:row.md\:col-9\:subs > * {
    height: auto;
    width: 75%;
  }
  .md\:column > .md\:col-9, .md\:column.md\:col-9\:subs > * {
    height: 75%;
    width: auto;
  }
  .md\:col-10 {
    width: 83.3333333333% !important;
  }
  .md\:row > .md\:col-10, .md\:row.md\:col-10\:subs > * {
    height: auto;
    width: 83.3333333333%;
  }
  .md\:column > .md\:col-10, .md\:column.md\:col-10\:subs > * {
    height: 83.3333333333%;
    width: auto;
  }
  .md\:col-11 {
    width: 91.6666666667% !important;
  }
  .md\:row > .md\:col-11, .md\:row.md\:col-11\:subs > * {
    height: auto;
    width: 91.6666666667%;
  }
  .md\:column > .md\:col-11, .md\:column.md\:col-11\:subs > * {
    height: 91.6666666667%;
    width: auto;
  }
  .md\:col-12 {
    width: 100% !important;
  }
  .md\:row > .md\:col-12, .md\:row.md\:col-12\:subs > * {
    height: auto;
    width: 100%;
  }
  .md\:column > .md\:col-12, .md\:column.md\:col-12\:subs > * {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .sm\:row,
  .sm\:column,
  .sm\:flex {
    display: flex;
    flex-wrap: wrap;
  }
  .sm\:row.inline,
  .sm\:column.inline,
  .sm\:flex.inline {
    display: inline-flex;
  }
  .sm\:row {
    flex-direction: row;
  }
  .sm\:row.sm\:reverse {
    flex-direction: row-reverse;
  }
  .sm\:column {
    flex-direction: column;
  }
  .sm\:column.reverse {
    flex-direction: column-reverse;
  }
  .sm\:wrap {
    flex-wrap: wrap;
  }
  .sm\:no-wrap {
    flex-wrap: nowrap;
  }
  .sm\:reverse-wrap {
    flex-wrap: wrap-reverse;
  }
  .sm\:order-first {
    order: -10000;
  }
  .sm\:order-last {
    order: 10000;
  }
  .sm\:order-none {
    order: 0;
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:justify-end {
    justify-content: flex-end;
  }
  .sm\:justify-center, .sm\:flex-center {
    justify-content: center;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:justify-around {
    justify-content: space-around;
  }
  .sm\:items-start {
    align-items: flex-start;
  }
  .sm\:items-end {
    align-items: flex-end;
  }
  .sm\:items-center, .sm\:flex-center {
    align-items: center;
  }
  .sm\:items-baseline {
    align-items: baseline;
  }
  .sm\:items-stretch {
    align-items: stretch;
  }
  .sm\:content-start {
    align-content: flex-start;
  }
  .sm\:content-end {
    align-content: flex-end;
  }
  .sm\:content-center {
    align-content: center;
  }
  .sm\:content-stretch {
    align-content: stretch;
  }
  .sm\:content-between {
    align-content: space-between;
  }
  .sm\:content-around {
    align-content: space-around;
  }
  .sm\:self-start {
    align-self: flex-start;
  }
  .sm\:self-end {
    align-self: flex-end;
  }
  .sm\:self-center {
    align-self: center;
  }
  .sm\:self-baseline {
    align-self: baseline;
  }
  .sm\:self-stretch {
    align-self: stretch;
  }
  .sm\:col, .sm\:col-auto, .sm\:col-grow, .sm\:col-grow\:subs > *, .sm\:col-auto\:subs > * {
    height: auto;
    min-height: 0;
    max-height: 100%;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .sm\:col {
    flex: 10000 1 0%;
  }
  .sm\:col-auto, .sm\:col-auto\:subs > * {
    flex: 0 0 auto;
  }
  .sm\:col-grow, .sm\:col-grow\:subs > * {
    flex: 1 0 auto;
  }
  .sm\:col-1 {
    width: 8.3333333333% !important;
  }
  .sm\:row > .sm\:col-1, .sm\:row.sm\:col-1\:subs > * {
    height: auto;
    width: 8.3333333333%;
  }
  .sm\:column > .sm\:col-1, .sm\:column.sm\:col-1\:subs > * {
    height: 8.3333333333%;
    width: auto;
  }
  .sm\:col-2 {
    width: 16.6666666667% !important;
  }
  .sm\:row > .sm\:col-2, .sm\:row.sm\:col-2\:subs > * {
    height: auto;
    width: 16.6666666667%;
  }
  .sm\:column > .sm\:col-2, .sm\:column.sm\:col-2\:subs > * {
    height: 16.6666666667%;
    width: auto;
  }
  .sm\:col-3 {
    width: 25% !important;
  }
  .sm\:row > .sm\:col-3, .sm\:row.sm\:col-3\:subs > * {
    height: auto;
    width: 25%;
  }
  .sm\:column > .sm\:col-3, .sm\:column.sm\:col-3\:subs > * {
    height: 25%;
    width: auto;
  }
  .sm\:col-4 {
    width: 33.3333333333% !important;
  }
  .sm\:row > .sm\:col-4, .sm\:row.sm\:col-4\:subs > * {
    height: auto;
    width: 33.3333333333%;
  }
  .sm\:column > .sm\:col-4, .sm\:column.sm\:col-4\:subs > * {
    height: 33.3333333333%;
    width: auto;
  }
  .sm\:col-5 {
    width: 41.6666666667% !important;
  }
  .sm\:row > .sm\:col-5, .sm\:row.sm\:col-5\:subs > * {
    height: auto;
    width: 41.6666666667%;
  }
  .sm\:column > .sm\:col-5, .sm\:column.sm\:col-5\:subs > * {
    height: 41.6666666667%;
    width: auto;
  }
  .sm\:col-6 {
    width: 50% !important;
  }
  .sm\:row > .sm\:col-6, .sm\:row.sm\:col-6\:subs > * {
    height: auto;
    width: 50%;
  }
  .sm\:column > .sm\:col-6, .sm\:column.sm\:col-6\:subs > * {
    height: 50%;
    width: auto;
  }
  .sm\:col-7 {
    width: 58.3333333333% !important;
  }
  .sm\:row > .sm\:col-7, .sm\:row.sm\:col-7\:subs > * {
    height: auto;
    width: 58.3333333333%;
  }
  .sm\:column > .sm\:col-7, .sm\:column.sm\:col-7\:subs > * {
    height: 58.3333333333%;
    width: auto;
  }
  .sm\:col-8 {
    width: 66.6666666667% !important;
  }
  .sm\:row > .sm\:col-8, .sm\:row.sm\:col-8\:subs > * {
    height: auto;
    width: 66.6666666667%;
  }
  .sm\:column > .sm\:col-8, .sm\:column.sm\:col-8\:subs > * {
    height: 66.6666666667%;
    width: auto;
  }
  .sm\:col-9 {
    width: 75% !important;
  }
  .sm\:row > .sm\:col-9, .sm\:row.sm\:col-9\:subs > * {
    height: auto;
    width: 75%;
  }
  .sm\:column > .sm\:col-9, .sm\:column.sm\:col-9\:subs > * {
    height: 75%;
    width: auto;
  }
  .sm\:col-10 {
    width: 83.3333333333% !important;
  }
  .sm\:row > .sm\:col-10, .sm\:row.sm\:col-10\:subs > * {
    height: auto;
    width: 83.3333333333%;
  }
  .sm\:column > .sm\:col-10, .sm\:column.sm\:col-10\:subs > * {
    height: 83.3333333333%;
    width: auto;
  }
  .sm\:col-11 {
    width: 91.6666666667% !important;
  }
  .sm\:row > .sm\:col-11, .sm\:row.sm\:col-11\:subs > * {
    height: auto;
    width: 91.6666666667%;
  }
  .sm\:column > .sm\:col-11, .sm\:column.sm\:col-11\:subs > * {
    height: 91.6666666667%;
    width: auto;
  }
  .sm\:col-12 {
    width: 100% !important;
  }
  .sm\:row > .sm\:col-12, .sm\:row.sm\:col-12\:subs > * {
    height: auto;
    width: 100%;
  }
  .sm\:column > .sm\:col-12, .sm\:column.sm\:col-12\:subs > * {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .xs\:row,
  .xs\:column,
  .xs\:flex {
    display: flex;
    flex-wrap: wrap;
  }
  .xs\:row.inline,
  .xs\:column.inline,
  .xs\:flex.inline {
    display: inline-flex;
  }
  .xs\:row {
    flex-direction: row;
  }
  .xs\:row.xs\:reverse {
    flex-direction: row-reverse;
  }
  .xs\:column {
    flex-direction: column;
  }
  .xs\:column.reverse {
    flex-direction: column-reverse;
  }
  .xs\:wrap {
    flex-wrap: wrap;
  }
  .xs\:no-wrap {
    flex-wrap: nowrap;
  }
  .xs\:reverse-wrap {
    flex-wrap: wrap-reverse;
  }
  .xs\:order-first {
    order: -10000;
  }
  .xs\:order-last {
    order: 10000;
  }
  .xs\:order-none {
    order: 0;
  }
  .xs\:justify-start {
    justify-content: flex-start;
  }
  .xs\:justify-end {
    justify-content: flex-end;
  }
  .xs\:justify-center, .xs\:flex-center {
    justify-content: center;
  }
  .xs\:justify-between {
    justify-content: space-between;
  }
  .xs\:justify-around {
    justify-content: space-around;
  }
  .xs\:items-start {
    align-items: flex-start;
  }
  .xs\:items-end {
    align-items: flex-end;
  }
  .xs\:items-center, .xs\:flex-center {
    align-items: center;
  }
  .xs\:items-baseline {
    align-items: baseline;
  }
  .xs\:items-stretch {
    align-items: stretch;
  }
  .xs\:content-start {
    align-content: flex-start;
  }
  .xs\:content-end {
    align-content: flex-end;
  }
  .xs\:content-center {
    align-content: center;
  }
  .xs\:content-stretch {
    align-content: stretch;
  }
  .xs\:content-between {
    align-content: space-between;
  }
  .xs\:content-around {
    align-content: space-around;
  }
  .xs\:self-start {
    align-self: flex-start;
  }
  .xs\:self-end {
    align-self: flex-end;
  }
  .xs\:self-center {
    align-self: center;
  }
  .xs\:self-baseline {
    align-self: baseline;
  }
  .xs\:self-stretch {
    align-self: stretch;
  }
  .xs\:col, .xs\:col-auto, .xs\:col-grow, .xs\:col-grow\:subs > *, .xs\:col-auto\:subs > * {
    height: auto;
    min-height: 0;
    max-height: 100%;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .xs\:col {
    flex: 10000 1 0%;
  }
  .xs\:col-auto, .xs\:col-auto\:subs > * {
    flex: 0 0 auto;
  }
  .xs\:col-grow, .xs\:col-grow\:subs > * {
    flex: 1 0 auto;
  }
  .xs\:col-1 {
    width: 8.3333333333% !important;
  }
  .xs\:row > .xs\:col-1, .xs\:row.xs\:col-1\:subs > * {
    height: auto;
    width: 8.3333333333%;
  }
  .xs\:column > .xs\:col-1, .xs\:column.xs\:col-1\:subs > * {
    height: 8.3333333333%;
    width: auto;
  }
  .xs\:col-2 {
    width: 16.6666666667% !important;
  }
  .xs\:row > .xs\:col-2, .xs\:row.xs\:col-2\:subs > * {
    height: auto;
    width: 16.6666666667%;
  }
  .xs\:column > .xs\:col-2, .xs\:column.xs\:col-2\:subs > * {
    height: 16.6666666667%;
    width: auto;
  }
  .xs\:col-3 {
    width: 25% !important;
  }
  .xs\:row > .xs\:col-3, .xs\:row.xs\:col-3\:subs > * {
    height: auto;
    width: 25%;
  }
  .xs\:column > .xs\:col-3, .xs\:column.xs\:col-3\:subs > * {
    height: 25%;
    width: auto;
  }
  .xs\:col-4 {
    width: 33.3333333333% !important;
  }
  .xs\:row > .xs\:col-4, .xs\:row.xs\:col-4\:subs > * {
    height: auto;
    width: 33.3333333333%;
  }
  .xs\:column > .xs\:col-4, .xs\:column.xs\:col-4\:subs > * {
    height: 33.3333333333%;
    width: auto;
  }
  .xs\:col-5 {
    width: 41.6666666667% !important;
  }
  .xs\:row > .xs\:col-5, .xs\:row.xs\:col-5\:subs > * {
    height: auto;
    width: 41.6666666667%;
  }
  .xs\:column > .xs\:col-5, .xs\:column.xs\:col-5\:subs > * {
    height: 41.6666666667%;
    width: auto;
  }
  .xs\:col-6 {
    width: 50% !important;
  }
  .xs\:row > .xs\:col-6, .xs\:row.xs\:col-6\:subs > * {
    height: auto;
    width: 50%;
  }
  .xs\:column > .xs\:col-6, .xs\:column.xs\:col-6\:subs > * {
    height: 50%;
    width: auto;
  }
  .xs\:col-7 {
    width: 58.3333333333% !important;
  }
  .xs\:row > .xs\:col-7, .xs\:row.xs\:col-7\:subs > * {
    height: auto;
    width: 58.3333333333%;
  }
  .xs\:column > .xs\:col-7, .xs\:column.xs\:col-7\:subs > * {
    height: 58.3333333333%;
    width: auto;
  }
  .xs\:col-8 {
    width: 66.6666666667% !important;
  }
  .xs\:row > .xs\:col-8, .xs\:row.xs\:col-8\:subs > * {
    height: auto;
    width: 66.6666666667%;
  }
  .xs\:column > .xs\:col-8, .xs\:column.xs\:col-8\:subs > * {
    height: 66.6666666667%;
    width: auto;
  }
  .xs\:col-9 {
    width: 75% !important;
  }
  .xs\:row > .xs\:col-9, .xs\:row.xs\:col-9\:subs > * {
    height: auto;
    width: 75%;
  }
  .xs\:column > .xs\:col-9, .xs\:column.xs\:col-9\:subs > * {
    height: 75%;
    width: auto;
  }
  .xs\:col-10 {
    width: 83.3333333333% !important;
  }
  .xs\:row > .xs\:col-10, .xs\:row.xs\:col-10\:subs > * {
    height: auto;
    width: 83.3333333333%;
  }
  .xs\:column > .xs\:col-10, .xs\:column.xs\:col-10\:subs > * {
    height: 83.3333333333%;
    width: auto;
  }
  .xs\:col-11 {
    width: 91.6666666667% !important;
  }
  .xs\:row > .xs\:col-11, .xs\:row.xs\:col-11\:subs > * {
    height: auto;
    width: 91.6666666667%;
  }
  .xs\:column > .xs\:col-11, .xs\:column.xs\:col-11\:subs > * {
    height: 91.6666666667%;
    width: auto;
  }
  .xs\:col-12 {
    width: 100% !important;
  }
  .xs\:row > .xs\:col-12, .xs\:row.xs\:col-12\:subs > * {
    height: auto;
    width: 100%;
  }
  .xs\:column > .xs\:col-12, .xs\:column.xs\:col-12\:subs > * {
    height: 100%;
    width: auto;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.shippers-supply-all-categories-widget {
  padding: 0.3125rem 0 3rem;
}
.shippers-supply-all-categories-widget .all-categories-title {
  border-bottom: 0.0625rem solid rgba(153, 153, 153, 0.8);
}
.shippers-supply-all-categories-widget .categories-list {
  padding: 0 0.6875rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1025px) {
  .shippers-supply-all-categories-widget .categories-list {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .shippers-supply-all-categories-widget .categories-list {
    padding: 0;
  }
}
.shippers-supply-all-categories-widget .shippers-supply-product-description {
  font-size: 0.875rem;
  line-height: 1.625rem;
}
@media screen and (max-width: 1440px) {
  .shippers-supply-all-categories-widget {
    padding: 1.625rem 2.125rem 3rem;
  }
}
@media screen and (max-width: 1025px) {
  .shippers-supply-all-categories-widget {
    padding: 1.625rem 0 3rem;
  }
}

#qo-search-view-list.k-list-container, #qo-search-widget-list.k-list-container, #orders-page-search-list.k-list-container, .search-autocomplete-list.k-list-container, #selectBillTo-list.k-list-container, #selectShipTo-list.k-list-container, #selectWishList-list.k-list-container, #selectList-list.k-list-container, #shipTo-list.k-list-container, #vmi-count-searchbox-list.k-list-container, #vmi-product-search-view-list.k-list-container, #vmi-product-search-widget.k-list-container, #select-user-list.k-list-container {
  border: 0.0625rem solid #CCCCCC;
  background: #FFFFFF;
  cursor: pointer;
  overflow: auto;
  color: #1D428A;
  max-width: 40rem;
  min-width: 20.625rem;
}
#qo-search-view-list.k-list-container .k-header, #qo-search-widget-list.k-list-container .k-header, #orders-page-search-list.k-list-container .k-header, .search-autocomplete-list.k-list-container .k-header, #selectBillTo-list.k-list-container .k-header, #selectShipTo-list.k-list-container .k-header, #selectWishList-list.k-list-container .k-header, #selectList-list.k-list-container .k-header, #shipTo-list.k-list-container .k-header, #vmi-count-searchbox-list.k-list-container .k-header, #vmi-product-search-view-list.k-list-container .k-header, #vmi-product-search-widget.k-list-container .k-header, #select-user-list.k-list-container .k-header {
  color: #252525;
  padding: 5px;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
  cursor: initial;
}
#qo-search-view-list.k-list-container ul, #qo-search-widget-list.k-list-container ul, #orders-page-search-list.k-list-container ul, .search-autocomplete-list.k-list-container ul, #selectBillTo-list.k-list-container ul, #selectShipTo-list.k-list-container ul, #selectWishList-list.k-list-container ul, #selectList-list.k-list-container ul, #shipTo-list.k-list-container ul, #vmi-count-searchbox-list.k-list-container ul, #vmi-product-search-view-list.k-list-container ul, #vmi-product-search-widget.k-list-container ul, #select-user-list.k-list-container ul {
  margin: 0;
  font-size: 0.875rem;
  font-weight: bold;
}
#qo-search-view-list.k-list-container ul li, #qo-search-widget-list.k-list-container ul li, #orders-page-search-list.k-list-container ul li, .search-autocomplete-list.k-list-container ul li, #selectBillTo-list.k-list-container ul li, #selectShipTo-list.k-list-container ul li, #selectWishList-list.k-list-container ul li, #selectList-list.k-list-container ul li, #shipTo-list.k-list-container ul li, #vmi-count-searchbox-list.k-list-container ul li, #vmi-product-search-view-list.k-list-container ul li, #vmi-product-search-widget.k-list-container ul li, #select-user-list.k-list-container ul li {
  list-style: none;
  padding: 0;
}
#qo-search-view-list.k-list-container ul li.products .all-products-link, #qo-search-widget-list.k-list-container ul li.products .all-products-link, #orders-page-search-list.k-list-container ul li.products .all-products-link, .search-autocomplete-list.k-list-container ul li.products .all-products-link, #selectBillTo-list.k-list-container ul li.products .all-products-link, #selectShipTo-list.k-list-container ul li.products .all-products-link, #selectWishList-list.k-list-container ul li.products .all-products-link, #selectList-list.k-list-container ul li.products .all-products-link, #shipTo-list.k-list-container ul li.products .all-products-link, #vmi-count-searchbox-list.k-list-container ul li.products .all-products-link, #vmi-product-search-view-list.k-list-container ul li.products .all-products-link, #vmi-product-search-widget.k-list-container ul li.products .all-products-link, #select-user-list.k-list-container ul li.products .all-products-link {
  color: #1D428A;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.375rem;
  display: flex;
  align-items: baseline;
  padding-left: 1.6875rem;
  padding-bottom: 1.0625rem;
}
@media screen and (max-width: 768px) {
  #qo-search-view-list.k-list-container ul li.products .all-products-link, #qo-search-widget-list.k-list-container ul li.products .all-products-link, #orders-page-search-list.k-list-container ul li.products .all-products-link, .search-autocomplete-list.k-list-container ul li.products .all-products-link, #selectBillTo-list.k-list-container ul li.products .all-products-link, #selectShipTo-list.k-list-container ul li.products .all-products-link, #selectWishList-list.k-list-container ul li.products .all-products-link, #selectList-list.k-list-container ul li.products .all-products-link, #shipTo-list.k-list-container ul li.products .all-products-link, #vmi-count-searchbox-list.k-list-container ul li.products .all-products-link, #vmi-product-search-view-list.k-list-container ul li.products .all-products-link, #vmi-product-search-widget.k-list-container ul li.products .all-products-link, #select-user-list.k-list-container ul li.products .all-products-link {
    padding-left: 0.8125rem;
  }
}
#qo-search-view-list.k-list-container ul li.products .all-products-link .icon-right_long-inactive, #qo-search-widget-list.k-list-container ul li.products .all-products-link .icon-right_long-inactive, #orders-page-search-list.k-list-container ul li.products .all-products-link .icon-right_long-inactive, .search-autocomplete-list.k-list-container ul li.products .all-products-link .icon-right_long-inactive, #selectBillTo-list.k-list-container ul li.products .all-products-link .icon-right_long-inactive, #selectShipTo-list.k-list-container ul li.products .all-products-link .icon-right_long-inactive, #selectWishList-list.k-list-container ul li.products .all-products-link .icon-right_long-inactive, #selectList-list.k-list-container ul li.products .all-products-link .icon-right_long-inactive, #shipTo-list.k-list-container ul li.products .all-products-link .icon-right_long-inactive, #vmi-count-searchbox-list.k-list-container ul li.products .all-products-link .icon-right_long-inactive, #vmi-product-search-view-list.k-list-container ul li.products .all-products-link .icon-right_long-inactive, #vmi-product-search-widget.k-list-container ul li.products .all-products-link .icon-right_long-inactive, #select-user-list.k-list-container ul li.products .all-products-link .icon-right_long-inactive {
  padding-left: 0.5rem;
}
#qo-search-view-list.k-list-container ul li.products .all-products-link .icon-right_long-inactive:before, #qo-search-widget-list.k-list-container ul li.products .all-products-link .icon-right_long-inactive:before, #orders-page-search-list.k-list-container ul li.products .all-products-link .icon-right_long-inactive:before, .search-autocomplete-list.k-list-container ul li.products .all-products-link .icon-right_long-inactive:before, #selectBillTo-list.k-list-container ul li.products .all-products-link .icon-right_long-inactive:before, #selectShipTo-list.k-list-container ul li.products .all-products-link .icon-right_long-inactive:before, #selectWishList-list.k-list-container ul li.products .all-products-link .icon-right_long-inactive:before, #selectList-list.k-list-container ul li.products .all-products-link .icon-right_long-inactive:before, #shipTo-list.k-list-container ul li.products .all-products-link .icon-right_long-inactive:before, #vmi-count-searchbox-list.k-list-container ul li.products .all-products-link .icon-right_long-inactive:before, #vmi-product-search-view-list.k-list-container ul li.products .all-products-link .icon-right_long-inactive:before, #vmi-product-search-widget.k-list-container ul li.products .all-products-link .icon-right_long-inactive:before, #select-user-list.k-list-container ul li.products .all-products-link .icon-right_long-inactive:before {
  position: initial;
  top: 0;
  left: 0;
}
#qo-search-view-list.k-list-container ul li.products li.k-item, #qo-search-widget-list.k-list-container ul li.products li.k-item, #orders-page-search-list.k-list-container ul li.products li.k-item, .search-autocomplete-list.k-list-container ul li.products li.k-item, #selectBillTo-list.k-list-container ul li.products li.k-item, #selectShipTo-list.k-list-container ul li.products li.k-item, #selectWishList-list.k-list-container ul li.products li.k-item, #selectList-list.k-list-container ul li.products li.k-item, #shipTo-list.k-list-container ul li.products li.k-item, #vmi-count-searchbox-list.k-list-container ul li.products li.k-item, #vmi-product-search-view-list.k-list-container ul li.products li.k-item, #vmi-product-search-widget.k-list-container ul li.products li.k-item, #select-user-list.k-list-container ul li.products li.k-item {
  padding-bottom: 1.25rem;
  padding-right: 0.75rem;
  display: flex;
  flex-direction: column;
}
#qo-search-view-list.k-list-container ul li.products li.k-item:not(:last-child) .all-products-link, #qo-search-widget-list.k-list-container ul li.products li.k-item:not(:last-child) .all-products-link, #orders-page-search-list.k-list-container ul li.products li.k-item:not(:last-child) .all-products-link, .search-autocomplete-list.k-list-container ul li.products li.k-item:not(:last-child) .all-products-link, #selectBillTo-list.k-list-container ul li.products li.k-item:not(:last-child) .all-products-link, #selectShipTo-list.k-list-container ul li.products li.k-item:not(:last-child) .all-products-link, #selectWishList-list.k-list-container ul li.products li.k-item:not(:last-child) .all-products-link, #selectList-list.k-list-container ul li.products li.k-item:not(:last-child) .all-products-link, #shipTo-list.k-list-container ul li.products li.k-item:not(:last-child) .all-products-link, #vmi-count-searchbox-list.k-list-container ul li.products li.k-item:not(:last-child) .all-products-link, #vmi-product-search-view-list.k-list-container ul li.products li.k-item:not(:last-child) .all-products-link, #vmi-product-search-widget.k-list-container ul li.products li.k-item:not(:last-child) .all-products-link, #select-user-list.k-list-container ul li.products li.k-item:not(:last-child) .all-products-link {
  display: none;
}
@media screen and (max-width: 768px) {
  #qo-search-view-list.k-list-container ul li.products li.k-item, #qo-search-widget-list.k-list-container ul li.products li.k-item, #orders-page-search-list.k-list-container ul li.products li.k-item, .search-autocomplete-list.k-list-container ul li.products li.k-item, #selectBillTo-list.k-list-container ul li.products li.k-item, #selectShipTo-list.k-list-container ul li.products li.k-item, #selectWishList-list.k-list-container ul li.products li.k-item, #selectList-list.k-list-container ul li.products li.k-item, #shipTo-list.k-list-container ul li.products li.k-item, #vmi-count-searchbox-list.k-list-container ul li.products li.k-item, #vmi-product-search-view-list.k-list-container ul li.products li.k-item, #vmi-product-search-widget.k-list-container ul li.products li.k-item, #select-user-list.k-list-container ul li.products li.k-item {
    padding-right: 2.5rem;
  }
}
#qo-search-view-list.k-list-container ul li span.parent-category, #qo-search-widget-list.k-list-container ul li span.parent-category, #orders-page-search-list.k-list-container ul li span.parent-category, .search-autocomplete-list.k-list-container ul li span.parent-category, #selectBillTo-list.k-list-container ul li span.parent-category, #selectShipTo-list.k-list-container ul li span.parent-category, #selectWishList-list.k-list-container ul li span.parent-category, #selectList-list.k-list-container ul li span.parent-category, #shipTo-list.k-list-container ul li span.parent-category, #vmi-count-searchbox-list.k-list-container ul li span.parent-category, #vmi-product-search-view-list.k-list-container ul li span.parent-category, #vmi-product-search-widget.k-list-container ul li span.parent-category, #select-user-list.k-list-container ul li span.parent-category {
  color: #1D428A;
  padding-left: 0.25rem;
}
#qo-search-view-list.k-list-container .k-item, #qo-search-widget-list.k-list-container .k-item, #orders-page-search-list.k-list-container .k-item, .search-autocomplete-list.k-list-container .k-item, #selectBillTo-list.k-list-container .k-item, #selectShipTo-list.k-list-container .k-item, #selectWishList-list.k-list-container .k-item, #selectList-list.k-list-container .k-item, #shipTo-list.k-list-container .k-item, #vmi-count-searchbox-list.k-list-container .k-item, #vmi-product-search-view-list.k-list-container .k-item, #vmi-product-search-widget.k-list-container .k-item, #select-user-list.k-list-container .k-item {
  padding-bottom: 0.75rem;
  white-space: normal;
  overflow: hidden;
  line-height: 1.375rem;
}
#qo-search-view-list.k-list-container .k-item .group, #qo-search-widget-list.k-list-container .k-item .group, #orders-page-search-list.k-list-container .k-item .group, .search-autocomplete-list.k-list-container .k-item .group, #selectBillTo-list.k-list-container .k-item .group, #selectShipTo-list.k-list-container .k-item .group, #selectWishList-list.k-list-container .k-item .group, #selectList-list.k-list-container .k-item .group, #shipTo-list.k-list-container .k-item .group, #vmi-count-searchbox-list.k-list-container .k-item .group, #vmi-product-search-view-list.k-list-container .k-item .group, #vmi-product-search-widget.k-list-container .k-item .group, #select-user-list.k-list-container .k-item .group {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#qo-search-view-list.k-list-container .k-item .group .group__title, #qo-search-widget-list.k-list-container .k-item .group .group__title, #orders-page-search-list.k-list-container .k-item .group .group__title, .search-autocomplete-list.k-list-container .k-item .group .group__title, #selectBillTo-list.k-list-container .k-item .group .group__title, #selectShipTo-list.k-list-container .k-item .group .group__title, #selectWishList-list.k-list-container .k-item .group .group__title, #selectList-list.k-list-container .k-item .group .group__title, #shipTo-list.k-list-container .k-item .group .group__title, #vmi-count-searchbox-list.k-list-container .k-item .group .group__title, #vmi-product-search-view-list.k-list-container .k-item .group .group__title, #vmi-product-search-widget.k-list-container .k-item .group .group__title, #select-user-list.k-list-container .k-item .group .group__title {
  color: #1D428A;
}
#qo-search-view-list.k-list-container .k-item .group .group__title:hover, #qo-search-widget-list.k-list-container .k-item .group .group__title:hover, #orders-page-search-list.k-list-container .k-item .group .group__title:hover, .search-autocomplete-list.k-list-container .k-item .group .group__title:hover, #selectBillTo-list.k-list-container .k-item .group .group__title:hover, #selectShipTo-list.k-list-container .k-item .group .group__title:hover, #selectWishList-list.k-list-container .k-item .group .group__title:hover, #selectList-list.k-list-container .k-item .group .group__title:hover, #shipTo-list.k-list-container .k-item .group .group__title:hover, #vmi-count-searchbox-list.k-list-container .k-item .group .group__title:hover, #vmi-product-search-view-list.k-list-container .k-item .group .group__title:hover, #vmi-product-search-widget.k-list-container .k-item .group .group__title:hover, #select-user-list.k-list-container .k-item .group .group__title:hover {
  text-decoration: underline;
}
#qo-search-view-list.k-list-container .k-item img, #qo-search-widget-list.k-list-container .k-item img, #orders-page-search-list.k-list-container .k-item img, .search-autocomplete-list.k-list-container .k-item img, #selectBillTo-list.k-list-container .k-item img, #selectShipTo-list.k-list-container .k-item img, #selectWishList-list.k-list-container .k-item img, #selectList-list.k-list-container .k-item img, #shipTo-list.k-list-container .k-item img, #vmi-count-searchbox-list.k-list-container .k-item img, #vmi-product-search-view-list.k-list-container .k-item img, #vmi-product-search-widget.k-list-container .k-item img, #select-user-list.k-list-container .k-item img {
  max-width: 3rem;
  max-height: 3rem;
}
#qo-search-view-list.k-list-container .k-item div.image, #qo-search-widget-list.k-list-container .k-item div.image, #orders-page-search-list.k-list-container .k-item div.image, .search-autocomplete-list.k-list-container .k-item div.image, #selectBillTo-list.k-list-container .k-item div.image, #selectShipTo-list.k-list-container .k-item div.image, #selectWishList-list.k-list-container .k-item div.image, #selectList-list.k-list-container .k-item div.image, #shipTo-list.k-list-container .k-item div.image, #vmi-count-searchbox-list.k-list-container .k-item div.image, #vmi-product-search-view-list.k-list-container .k-item div.image, #vmi-product-search-widget.k-list-container .k-item div.image, #select-user-list.k-list-container .k-item div.image {
  width: 3rem;
  float: left;
  margin-right: 0.75rem;
}
#qo-search-view-list.k-list-container .k-item div .shortDescription, #qo-search-widget-list.k-list-container .k-item div .shortDescription, #orders-page-search-list.k-list-container .k-item div .shortDescription, .search-autocomplete-list.k-list-container .k-item div .shortDescription, #selectBillTo-list.k-list-container .k-item div .shortDescription, #selectShipTo-list.k-list-container .k-item div .shortDescription, #selectWishList-list.k-list-container .k-item div .shortDescription, #selectList-list.k-list-container .k-item div .shortDescription, #shipTo-list.k-list-container .k-item div .shortDescription, #vmi-count-searchbox-list.k-list-container .k-item div .shortDescription, #vmi-product-search-view-list.k-list-container .k-item div .shortDescription, #vmi-product-search-widget.k-list-container .k-item div .shortDescription, #select-user-list.k-list-container .k-item div .shortDescription {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: bold;
  overflow: hidden;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#qo-search-view-list.k-list-container .k-item div .shortDescription:hover, #qo-search-widget-list.k-list-container .k-item div .shortDescription:hover, #orders-page-search-list.k-list-container .k-item div .shortDescription:hover, .search-autocomplete-list.k-list-container .k-item div .shortDescription:hover, #selectBillTo-list.k-list-container .k-item div .shortDescription:hover, #selectShipTo-list.k-list-container .k-item div .shortDescription:hover, #selectWishList-list.k-list-container .k-item div .shortDescription:hover, #selectList-list.k-list-container .k-item div .shortDescription:hover, #shipTo-list.k-list-container .k-item div .shortDescription:hover, #vmi-count-searchbox-list.k-list-container .k-item div .shortDescription:hover, #vmi-product-search-view-list.k-list-container .k-item div .shortDescription:hover, #vmi-product-search-widget.k-list-container .k-item div .shortDescription:hover, #select-user-list.k-list-container .k-item div .shortDescription:hover {
  text-decoration: underline;
}
#qo-search-view-list.k-list-container .k-item div .name, #qo-search-widget-list.k-list-container .k-item div .name, #orders-page-search-list.k-list-container .k-item div .name, .search-autocomplete-list.k-list-container .k-item div .name, #selectBillTo-list.k-list-container .k-item div .name, #selectShipTo-list.k-list-container .k-item div .name, #selectWishList-list.k-list-container .k-item div .name, #selectList-list.k-list-container .k-item div .name, #shipTo-list.k-list-container .k-item div .name, #vmi-count-searchbox-list.k-list-container .k-item div .name, #vmi-product-search-view-list.k-list-container .k-item div .name, #vmi-product-search-widget.k-list-container .k-item div .name, #select-user-list.k-list-container .k-item div .name {
  display: inline-block;
  padding-right: 0.3125rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
#qo-search-view-list.k-list-container .k-item div .name .label, #qo-search-widget-list.k-list-container .k-item div .name .label, #orders-page-search-list.k-list-container .k-item div .name .label, .search-autocomplete-list.k-list-container .k-item div .name .label, #selectBillTo-list.k-list-container .k-item div .name .label, #selectShipTo-list.k-list-container .k-item div .name .label, #selectWishList-list.k-list-container .k-item div .name .label, #selectList-list.k-list-container .k-item div .name .label, #shipTo-list.k-list-container .k-item div .name .label, #vmi-count-searchbox-list.k-list-container .k-item div .name .label, #vmi-product-search-view-list.k-list-container .k-item div .name .label, #vmi-product-search-widget.k-list-container .k-item div .name .label, #select-user-list.k-list-container .k-item div .name .label {
  padding: 0;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
#qo-search-view-list.k-list-container .k-item div span, #qo-search-widget-list.k-list-container .k-item div span, #orders-page-search-list.k-list-container .k-item div span, .search-autocomplete-list.k-list-container .k-item div span, #selectBillTo-list.k-list-container .k-item div span, #selectShipTo-list.k-list-container .k-item div span, #selectWishList-list.k-list-container .k-item div span, #selectList-list.k-list-container .k-item div span, #shipTo-list.k-list-container .k-item div span, #vmi-count-searchbox-list.k-list-container .k-item div span, #vmi-product-search-view-list.k-list-container .k-item div span, #vmi-product-search-widget.k-list-container .k-item div span, #select-user-list.k-list-container .k-item div span {
  color: #333333;
  font-weight: normal;
}
#qo-search-view-list.k-list-container .k-item div span .label, #qo-search-widget-list.k-list-container .k-item div span .label, #orders-page-search-list.k-list-container .k-item div span .label, .search-autocomplete-list.k-list-container .k-item div span .label, #selectBillTo-list.k-list-container .k-item div span .label, #selectShipTo-list.k-list-container .k-item div span .label, #selectWishList-list.k-list-container .k-item div span .label, #selectList-list.k-list-container .k-item div span .label, #shipTo-list.k-list-container .k-item div span .label, #vmi-count-searchbox-list.k-list-container .k-item div span .label, #vmi-product-search-view-list.k-list-container .k-item div span .label, #vmi-product-search-widget.k-list-container .k-item div span .label, #select-user-list.k-list-container .k-item div span .label {
  background-color: transparent;
}
#qo-search-view-list.k-list-container .k-item.k-state-focused, #qo-search-widget-list.k-list-container .k-item.k-state-focused, #orders-page-search-list.k-list-container .k-item.k-state-focused, .search-autocomplete-list.k-list-container .k-item.k-state-focused, #selectBillTo-list.k-list-container .k-item.k-state-focused, #selectShipTo-list.k-list-container .k-item.k-state-focused, #selectWishList-list.k-list-container .k-item.k-state-focused, #selectList-list.k-list-container .k-item.k-state-focused, #shipTo-list.k-list-container .k-item.k-state-focused, #vmi-count-searchbox-list.k-list-container .k-item.k-state-focused, #vmi-product-search-view-list.k-list-container .k-item.k-state-focused, #vmi-product-search-widget.k-list-container .k-item.k-state-focused, #select-user-list.k-list-container .k-item.k-state-focused {
  color: #444;
  background-color: #F0F0F0;
  border-color: #F0F0F0;
}
#qo-search-view-list.k-list-container .header, #qo-search-widget-list.k-list-container .header, #orders-page-search-list.k-list-container .header, .search-autocomplete-list.k-list-container .header, #selectBillTo-list.k-list-container .header, #selectShipTo-list.k-list-container .header, #selectWishList-list.k-list-container .header, #selectList-list.k-list-container .header, #shipTo-list.k-list-container .header, #vmi-count-searchbox-list.k-list-container .header, #vmi-product-search-view-list.k-list-container .header, #vmi-product-search-widget.k-list-container .header, #select-user-list.k-list-container .header {
  cursor: default;
  color: #333333;
  font-weight: bold;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  #qo-search-view-list.k-list-container .header.content, #qo-search-widget-list.k-list-container .header.content, #orders-page-search-list.k-list-container .header.content, .search-autocomplete-list.k-list-container .header.content, #selectBillTo-list.k-list-container .header.content, #selectShipTo-list.k-list-container .header.content, #selectWishList-list.k-list-container .header.content, #selectList-list.k-list-container .header.content, #shipTo-list.k-list-container .header.content, #vmi-count-searchbox-list.k-list-container .header.content, #vmi-product-search-view-list.k-list-container .header.content, #vmi-product-search-widget.k-list-container .header.content, #select-user-list.k-list-container .header.content {
    padding-top: 0.625rem;
  }
}

#qo-search-view-list.k-list-container .k-item div .shortDescription, #qo-search-widget-list.k-list-container .k-item div .shortDescription, #orders-page-search-list.k-list-container .k-item div .shortDescription, #vmi-product-search-view-list.k-list-container .k-item div .shortDescription, #vmi-product-search-widget.k-list-container .k-item div .shortDescription {
  display: block;
}

#selectBillTo-list.k-list-container ul li.k-item, #selectShipTo-list.k-list-container ul li.k-item, #selectWishList-list.k-list-container ul li.k-item, #selectList-list.k-list-container ul li.k-item, #shipTo-list.k-list-container ul li.k-item, #vmi-count-searchbox-list.k-list-container ul li.k-item, #select-user-list.k-list-container ul li.k-item {
  color: #252525;
  padding-left: 5px;
  padding-right: 5px;
}
#selectBillTo-list.k-list-container ul li.k-item:hover, #selectShipTo-list.k-list-container ul li.k-item:hover, #selectWishList-list.k-list-container ul li.k-item:hover, #selectList-list.k-list-container ul li.k-item:hover, #shipTo-list.k-list-container ul li.k-item:hover, #vmi-count-searchbox-list.k-list-container ul li.k-item:hover, #select-user-list.k-list-container ul li.k-item:hover {
  background-color: #F7F7F7;
}

.select-step span.shipto-selector, .select-step span.billto-selector, .ship-select span.shipto-selector, .ship-select span.billto-selector {
  display: block;
}

.popup-add-wishlist span.wishlist-selector, .popup-copy-list span.list-selector {
  display: block;
}

.k-animation-container {
  z-index: 1100 !important;
}
@media screen and (max-width: 768px) {
  .k-animation-container {
    width: 100% !important;
    left: 0.75rem !important;
    right: 0.75rem !important;
  }
}

@media all and (min-width: 768px) {
  .search-autocomplete-list.autocomplete-type-product ul.k-list:after {
    content: "";
    display: block;
    clear: both;
  }
  .search-autocomplete-list.autocomplete-type-product ul.k-list > li {
    float: left;
    width: 50%;
    min-height: 0.0625rem;
  }
  .search-autocomplete-list.autocomplete-type-product ul.k-list > li.products--full-width {
    width: 100%;
  }
  .search-autocomplete-list.autocomplete-type-product ul.k-list > li:nth-child(2) {
    border-left: 0.0625rem solid #CCCCCC;
  }
  .search-autocomplete-list.search-autocomplete-list--large {
    width: 40rem !important;
  }
  .search-autocomplete-list#isc-searchAutoComplete-b2c-list {
    right: 0;
    min-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .search-autocomplete-list.autocomplete-type-product.search-autocomplete-list--large {
    width: calc(100% - 24px) !important;
  }
  .search-autocomplete-list.autocomplete-type-product ul.k-list > li.products ul {
    border-top: 0.0625rem solid #CCCCCC;
    padding-top: 1.4375rem;
  }
}
.search-autocomplete-list.autocomplete-type-product .clear-search-history {
  display: none;
}
.search-autocomplete-list.autocomplete-type-product .search-history-label {
  display: none;
}
.search-autocomplete-list.autocomplete-type-product ul.k-list > li:first-child {
  padding: 1.0625rem 1.6875rem 1.0625rem 1.0625rem;
}
@media screen and (max-width: 768px) {
  .search-autocomplete-list.autocomplete-type-product ul.k-list > li:first-child {
    padding: 0 0 1.4375rem;
  }
}
.search-autocomplete-list.autocomplete-type-product ul.k-list > li.products ul {
  padding: 1.0625rem 1.0625rem 1.0625rem 1.6875rem;
}
@media screen and (max-width: 768px) {
  .search-autocomplete-list.autocomplete-type-product ul.k-list {
    padding: 1.0625rem 0.8125rem;
  }
}
.search-autocomplete-list.autocomplete-type-searchhistory {
  padding: 8px;
}
.search-autocomplete-list.autocomplete-type-searchhistory .clear-search-history {
  padding-top: 5px;
  font-size: 0.8em;
  border-top: 1px solid #999999;
}
.search-autocomplete-list.autocomplete-type-searchhistory .search-history-label {
  margin: 0 5px;
  font-size: 0.8em;
  text-align: right;
  font-style: italic;
  cursor: default;
  color: black;
}

.autocomplete-suggestions {
  border: 1px solid #BBB;
  background: #FFF;
  cursor: pointer;
  overflow: auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(25, 25, 25, 0.2);
  box-shadow: 0 0 5px 0 rgba(25, 25, 25, 0.2);
  font-size: 0.9em;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-suggestion img {
  max-width: 45px;
  max-height: 45px;
  float: left;
  margin-right: 4px;
}

.autocomplete-suggestion div {
  display: inline-block;
}

.autocomplete-suggestion div .shortDescription {
  line-height: 20px;
}

.autocomplete-suggestion div .name {
  display: inline-block;
  font-style: italic;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: DodgerBlue;
}

.ssi-ma-brand-gallery {
  margin: 0 0 4rem 0;
  position: relative;
}
.ssi-ma-brand-gallery ._title {
  margin-right: 1.5rem;
}
.ssi-ma-brand-gallery .brand-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1025px) {
  .ssi-ma-brand-gallery .brand-list {
    gap: 0 7.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .ssi-ma-brand-gallery .brand-list {
    padding-bottom: 2rem;
    gap: 0 5rem;
  }
}
@media screen and (max-width: 480px) {
  .ssi-ma-brand-gallery .brand-list {
    gap: 0;
  }
}
.ssi-ma-brand-gallery .brand-list img {
  width: 9.25rem;
}
@media screen and (max-width: 1025px) {
  .ssi-ma-brand-gallery .brand-item {
    margin: 3.4375rem 0;
  }
}
.ssi-ma-brand-gallery .show-all-brands .icon-right_long-inactive {
  position: relative;
}
.ssi-ma-brand-gallery .show-all-brands .icon-right_long-inactive:before {
  font-size: 0.5rem;
  position: absolute;
  top: 0.3125rem;
  left: 0.625rem;
}
.ssi-ma-brand-gallery .show-all-brands .icon-right_long-inactive:before, .ssi-ma-brand-gallery .show-all-brands:link .icon-right_long-inactive:before, .ssi-ma-brand-gallery .show-all-brands:active .icon-right_long-inactive:before, .ssi-ma-brand-gallery .show-all-brands:focus .icon-right_long-inactive:before {
  color: #1D428A;
}
.ssi-ma-brand-gallery .show-all-brands:visited .icon-right_long-inactive:before {
  color: #0F2859;
}
.ssi-ma-brand-gallery .show-all-brands:hover .icon-right_long-inactive:before {
  color: #4073D5;
}

.ssi-banner-widget {
  display: flex;
  align-items: stretch;
  position: relative;
}
.ssi-banner-widget.ssi-with-border {
  border: 0.0625rem solid #999999;
  border-bottom-width: 0.3125rem;
}
.ssi-banner-widget .half-width.half-width {
  width: 50%;
}
.ssi-banner-widget .banner-zone {
  display: none;
  width: 50%;
  top: 0;
}
.ssi-banner-widget .banner-zone .widget-richcontent {
  height: 100%;
}
.ssi-banner-widget .banner-zone.show-content {
  display: block;
}
.ssi-banner-widget .banner-zone.show-content.abs-zone {
  height: 100%;
  position: absolute;
}
.ssi-banner-widget .banner-zone.left-side-zone {
  left: 0;
}
.ssi-banner-widget .banner-zone.right-side-zone {
  right: 0;
}
@media screen and (max-width: 1025px) {
  .ssi-banner-widget {
    display: block;
  }
  .ssi-banner-widget img.half-width.half-width {
    width: 100%;
  }
  .ssi-banner-widget .banner-zone.left-side-zone {
    display: none;
  }
  .ssi-banner-widget .banner-zone.right-side-zone.right-side-zone {
    display: block;
    position: initial;
    width: 100%;
  }
}

.ssi-benifits-widget {
  margin-bottom: 4rem;
}
.ssi-benifits-widget .benefit {
  box-sizing: border-box;
  padding-right: 1.375rem;
}
.ssi-benifits-widget .benefit .benefit-image {
  max-width: 6.25rem;
}
@media screen and (max-width: 1025px) {
  .ssi-benifits-widget .benefit {
    padding: 0.75rem 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .ssi-benifits-widget .benefit {
    padding: 0 0 2rem;
  }
}

.breadcrumbs > * {
  font-size: 0.875rem;
}

.breadcrumbs {
  clear: both;
  padding: 0.5em 0 0.75em 0;
  background: none;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
}

.breadcrumbs li {
  line-height: 1em;
}

.breadcrumbs li a, .breadcrumbs li span {
  text-transform: none;
}

.breadcrumbs > .current {
  color: #636363;
  text-transform: none;
}

.breadcrumbs > *:before {
  font-family: "good-oatmeal-v2";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e605";
  font-size: 1.25rem;
  top: 4px;
  margin: 0 0.5rem;
  color: #e1e1e1;
}

@media all and (max-width: 767px) {
  .breadcrumbs > *:before {
    content: "\e011" !important;
    margin-left: 0;
    margin-right: 0.75rem !important;
  }
}
.widget-mobileAppProductCarousel [role=cross-sells] .item-wrap .thumb-wrap {
  margin-bottom: 0.875em;
}
.widget-mobileAppProductCarousel [role=cross-sells] .item-wrap .thumb-wrap .item-thumb img {
  max-width: 120px;
  max-height: 120px;
}
.widget-mobileAppProductCarousel [role=cross-sells] .item-wrap .item-num {
  margin-bottom: 0.4em;
  font-size: 0.75rem;
}
.widget-mobileAppProductCarousel ul {
  font-size: 0.8rem !important;
}
.widget-mobileAppProductCarousel .um-pack, .widget-mobileAppProductCarousel .actions-block, .widget-mobileAppProductCarousel .quantity-pricing {
  display: none;
}
.widget-mobileAppProductCarousel .cs-carousel a {
  pointer-events: none;
}
.widget-mobileAppProductCarousel .cs-carousel .quote-tip a {
  display: none;
}

@media all and (min-width: 481px) {
  .quote-required .f-dropdown.content {
    margin-left: -5px;
  }
}
.ssi-carousel-wrapper {
  margin-bottom: 4rem;
}
.ssi-carousel-wrapper .ssi-carousel-title {
  text-align: center;
}

.widget-carousel.flexslider {
  border: 0;
}

.slideshow-wrapper ul.slides li > p {
  margin-bottom: 0;
}

.flex-control-paging li a {
  float: none;
  display: inline-block;
  border: 0;
  background: none;
  border: 0.0625rem solid #999999;
  cursor: pointer !important;
  margin-right: 0.5em;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.flex-control-nav li {
  margin: 0;
}

.flex-control-paging li a:hover {
  background: #999999;
}

.flex-control-paging li a.flex-active {
  background: #333333;
  border: 0.0625rem solid #333333;
}

.flex-control-paging {
  text-align: center;
  position: initial;
  height: 0.625rem;
}
.flex-control-paging li a {
  margin: 0 0.25rem;
}

.custom-navigation.custom-navigation {
  position: absolute;
  bottom: -2.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-navigation.custom-navigation .flex-prev,
.custom-navigation.custom-navigation .flex-next {
  z-index: 100;
  border: none;
  height: 1.4375rem;
  width: 0.9375rem;
  margin: 0;
  opacity: 100%;
  text-align: center;
  margin: 0 0.625rem;
}
.custom-navigation.custom-navigation .flex-prev i:before,
.custom-navigation.custom-navigation .flex-next i:before {
  padding: 0;
  color: #666666;
  opacity: 50%;
}
.custom-navigation.custom-navigation .flex-prev i:after,
.custom-navigation.custom-navigation .flex-next i:after {
  padding: 0;
  color: #666666;
}
.custom-navigation.custom-navigation .flex-prev {
  transform: rotate(180deg);
}

@media screen and (min-width: 1026px) {
  .ssi-carousel .ssi-banner-widget {
    margin: 0 3.875rem;
  }
  .ssi-carousel .custom-navigation {
    display: block;
    position: initial;
  }
  .ssi-carousel .flex-prev.flex-prev {
    transform: rotate(0deg);
    top: 50%;
  }
  .ssi-carousel .flex-prev.flex-prev i:before {
    content: "\e903";
  }
  .ssi-carousel .flex-prev.flex-prev i:after {
    content: "\e904";
    position: absolute;
    top: -1.375rem;
    left: 0;
  }
  .ssi-carousel .flex-prev.flex-prev i {
    position: relative;
  }
  .ssi-carousel .flex-next.flex-next {
    top: 50%;
    right: 0;
  }
  .ssi-carousel .flex-next.flex-next i:before {
    content: "\e903";
  }
  .ssi-carousel .flex-next.flex-next i:after {
    content: "\e904";
    position: absolute;
    top: -1.375rem;
    left: 0;
    transform: rotate(180deg);
  }
  .ssi-carousel .flex-next.flex-next i {
    position: relative;
  }
  .ssi-carousel .custom-controls-container {
    width: 100%;
    position: absolute;
    bottom: -2.5rem;
  }
  .ssi-carousel.slideshow-wrapper .custom-navigation .flex-prev,
  .ssi-carousel.slideshow-wrapper .custom-navigation .flex-next {
    position: absolute;
    background-color: #FFF;
    border-radius: 6.25rem;
    height: 2.4375rem;
    width: 2.4375rem;
  }
  .ssi-carousel.slideshow-wrapper .custom-navigation .flex-prev i:before, .ssi-carousel.slideshow-wrapper .custom-navigation .flex-prev i:after,
  .ssi-carousel.slideshow-wrapper .custom-navigation .flex-next i:before,
  .ssi-carousel.slideshow-wrapper .custom-navigation .flex-next i:after {
    font-size: 2.5rem;
  }
  .ssi-carousel.slideshow-wrapper .custom-navigation .flex-prev:hover i:before, .ssi-carousel.slideshow-wrapper .custom-navigation .flex-prev:hover i:after,
  .ssi-carousel.slideshow-wrapper .custom-navigation .flex-next:hover i:before,
  .ssi-carousel.slideshow-wrapper .custom-navigation .flex-next:hover i:after {
    color: #4073D5;
  }
}
.slideshow-wrapper img {
  max-width: 100%;
  width: 100%;
}

.slideshow-wrapper .flex-direction-nav li {
  display: block;
}

.flexslider .slides img {
  display: none;
}

.flex-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #FFF;
  background: transparent none repeat scroll 0% 0%;
  z-index: 10;
}
.flex-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}

.slideshow-wrapper ul li:first-child {
  display: list-item;
}

.slideshow-wrapper ul ul {
  margin-left: 1.25rem;
}

.slideshow-wrapper ul li li {
  list-style-type: disc !important;
  display: list-item;
}

.checkout-head {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 1.5em;
}

.checkout-head h1 {
  margin-bottom: 0.25em;
}

@media all and (max-width: 767px) {
  .checkout-head .checkout-crumbs {
    margin-bottom: 0.5em;
  }
  .checkout-head {
    margin-bottom: 1em;
  }
}
.item-thumb {
  text-align: center;
}

.widget-webcrosssells.container {
  margin-bottom: 6.8125rem;
  margin-top: 4rem;
}

.title {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .title {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .title .icon-right_long-inactive:before {
      top: 0.4375rem;
      left: 4.6875rem;
    }
  }
}

.view-more-link {
  margin-bottom: 0.1875rem;
}

[role=cross-sells] ul {
  list-style: none;
  margin: 0;
}

[role=cross-sells] .item-wrap {
  position: relative;
  margin: 0 1.375rem 0 0;
}

[role=cross-sells] .item-wrap .thumb-wrap,
[role=cross-sells] .item-wrap .item-name,
[role=cross-sells] .item-wrap .item-num,
[role=cross-sells] .item-wrap > div.price,
[role=cross-sells] .item-wrap .quantity-pricing,
.product-comparison .item-wrap .thumb-wrap,
.product-comparison .item-wrap .item-name,
.product-comparison .item-wrap .item-num,
.product-comparison .item-wrap > div.price,
.product-comparison .item-wrap .quantity-pricing {
  margin-bottom: 0.5em;
  line-height: 1.25em;
}

[role=cross-sells] .item-wrap div.price .unit-net-price {
  font-size: 1.125rem;
  margin-right: 0.25rem;
}
[role=cross-sells] .item-wrap div.price .selected-uom {
  margin-left: -0.25rem;
}
[role=cross-sells] .item-wrap div.price .selected-uom, [role=cross-sells] .item-wrap div.price .um-sep {
  color: #333333;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

[role=cross-sells] .item-wrap .item-num {
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-bottom: 0.5rem;
  color: #333333;
}

[role=cross-sells] .item-wrap .actions-block {
  width: 100%;
  flex-wrap: wrap;
  max-width: unset;
}
[role=cross-sells] .item-wrap .actions-block .checkout-actions {
  margin-bottom: 0.375rem;
}
[role=cross-sells] .item-wrap .actions-block .item-qty {
  width: 18%;
  margin-right: 0.75rem;
}
[role=cross-sells] .item-wrap .actions-block .add-to-cart-button {
  width: 44%;
}
[role=cross-sells] .item-wrap .actions-block .add-to-cart-button.no-uom {
  width: 74%;
}
[role=cross-sells] .item-wrap .actions-block .um-pack {
  width: 30%;
}
[role=cross-sells] .item-wrap .actions-block .um-pack .columns {
  padding: 0 0.75rem 0 0;
  width: 100%;
}
[role=cross-sells] .item-wrap .actions-block .um-pack .columns select {
  padding: 0 0.5rem;
}
[role=cross-sells] .item-wrap .actions-block .add-to-cart-button {
  flex-grow: 1;
  width: unset;
  float: unset;
}
[role=cross-sells] .item-wrap .actions-block .item-qty input,
[role=cross-sells] .item-wrap .actions-block .um-pack select,
[role=cross-sells] .item-wrap .actions-block .add-to-cart-button button {
  height: 1.625rem;
  margin-bottom: 0;
}
[role=cross-sells] .item-wrap .actions-block .btn-add-list span {
  font-size: 0.75rem;
  line-height: 0.875rem;
}
[role=cross-sells] .item-wrap .actions-block .btn-add-list .icon-list-inactive:before {
  font-size: 0.5625rem;
  color: rgba(29, 66, 138, 0.33);
  margin-right: 0.1875rem;
}
@media screen and (max-width: 1025px) {
  [role=cross-sells] .item-wrap .actions-block .item-qty {
    width: 25%;
  }
  [role=cross-sells] .item-wrap .actions-block .um-pack {
    flex-grow: 1;
  }
  [role=cross-sells] .item-wrap .actions-block .um-pack .columns {
    width: 100%;
    padding-right: 0;
  }
  [role=cross-sells] .item-wrap .actions-block .add-to-cart-button {
    width: 100%;
    margin-top: 1rem;
  }
}

[role=cross-sells] .item-wrap .thumb-wrap,
.product-comparison .item-wrap .thumb-wrap {
  margin-bottom: 1em;
}

div.quantity-pricing {
  display: inline-block;
  position: relative;
  z-index: 3;
  font-size: 0.825em;
}

div.quantity-pricing-popup {
  overflow: auto;
  max-height: 180px;
  padding-right: 0.5em;
}

.carousel-wrapper .quantity-pricing .f-dropdown table {
  min-width: 150px !important;
}

.carousel-wrapper .quantity-pricing .f-dropdown table tr th,
.carousel-wrapper .quantity-pricing .f-dropdown table tr td {
  padding-left: 0.25em;
  padding-right: 0.25em;
}

[role=cross-sells] .item-wrap .p-opt {
  position: relative;
  z-index: 2;
}

[role=cross-sells] .carousel-wrapper,
.images-carousel-wrapper {
  position: relative;
}

[role=cross-sells] .cs-carousel, .rp-carousel {
  position: relative;
  overflow: hidden;
  margin: 0 0.9375rem;
}

[role=cross-sells] .cs-carousel ul, .rp-carousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

[role=cross-sells] .cs-carousel > li, .rp-carousel > li {
  border: 1px solid #f6f6f6;
  position: relative;
  float: left;
  text-align: center;
  padding: 0.8em;
}

[role=cross-sells] .product-info .um .pack-container {
  display: initial;
}
[role=cross-sells] .product-info .um .pack-container .pack {
  width: 100%;
  margin-left: 0;
}

[role=cross-sells] .cs-carousel [class*=column] + [class*=column]:last-child,
.rp-carousel [class*=column] + [class*=column]:last-child {
  float: left;
}

[role=cross-sells] .cs-carousel > li:hover, .rp-carousel > li:hover {
  cursor: pointer;
  border-color: #b8b8b8;
}

[role=cross-sells] .cs-carousel > li img, .cs-carousel > li img {
  display: inline-block;
  max-width: 100%;
  height: auto !important;
  width: 100%;
}

[role=cross-sells] .carousel-control-box-prev, [role=cross-sells] .carousel-control-box-next {
  position: absolute;
}

[role=cross-sells] .carousel-control-prev,
[role=cross-sells] .carousel-control-next,
.product-comparison .carousel-control-prev,
.product-comparison .carousel-control-next,
.product-detail .img-carousel-control-prev,
.product-detail .img-carousel-control-next {
  position: absolute;
  top: 0;
  width: 8%;
  height: 100%;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  font-size: 1.5em;
  z-index: 200;
  background: #fff;
}

[role=cross-sells] .carousel-control-prev,
[role=cross-sells] .carousel-control-next {
  width: 30px;
  background: none;
}

[role=cross-sells] .carousel-control-prev span,
[role=cross-sells] .carousel-control-next span,
.product-comparison .carousel-control-prev span,
.product-comparison .carousel-control-next span,
.product-detail .img-carousel-control-prev span,
.product-detail .img-carousel-control-next span {
  position: absolute;
  height: 1em;
  width: 100%;
  top: 50%;
  margin-top: -0.5em;
  left: 0;
  font-family: "good-oatmeal-v2";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[role=cross-sells] .carousel-control-prev span:before,
.product-comparison .carousel-control-prev span:before,
.product-detail .img-carousel-control-prev span:before {
  content: "\e011";
}

[role=cross-sells] .carousel-control-next span:before,
.product-comparison .carousel-control-next span:before,
.product-detail .img-carousel-control-next span:before {
  content: "\e012";
}

[role=cross-sells] .carousel-control-prev {
  left: 0;
}

[role=cross-sells] .carousel-control-next {
  right: 0;
}

[role=cross-sells] .carousel-control-prev:hover, [role=cross-sells] .carousel-control-next:hover {
  text-decoration: none;
  background: #f6f6f6;
}

[role=cross-sells] .action > .btn {
  float: right;
  clear: right;
  width: 100%;
}

[role=cross-sells] .f-dropdown.content {
  padding: 10px;
}

[role=cross-sells] .pl-item {
  width: 25%;
  font-size: 0.9em;
}

[role=cross-sells] .item-thumb {
  display: flex;
  width: 100%;
  text-align: center;
  max-width: 19.25rem;
  max-height: 19.25rem;
  margin: 0 auto;
}

[role=cross-sells] .product-brand {
  margin: 0;
}
[role=cross-sells] .product-brand a, [role=cross-sells] .product-brand span, [role=cross-sells] .product-brand div {
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #333333;
}

[role=cross-sells] .item-name a span {
  color: #333333;
}

[role=cross-sells] .pl-grid .small-9 {
  width: 100%;
}

[role=cross-sells] .pl-info {
  width: 100%;
}

[role=cross-sells] .item-opt {
  width: 100%;
}

[role=cross-sells] ul.attribute-list {
  width: 100%;
}

[role=cross-sells] .compare-link {
  display: none;
}

@media all and (max-width: 960px) {
  [role=customer-info] li.shipto, [role=customer-info] li.customer {
    display: none !important;
  }
}
@media all and (min-width: 888px) {
  [role=customer-info] li.welcome, [role=user-nav] {
    background: #EEF0F0;
  }
  .topbar-user #userPanel .ex {
    display: block !important;
  }
}
@media all and (min-width: 900px) {
  .row nav[role=secondary-nav] {
    width: 68%;
  }
}
.picker__select--month, .picker__select--year {
  padding: 0;
}

.picker__holder {
  border-color: #ccc !important;
  min-width: 300px !important;
  max-width: 90% !important;
}

.picker__table {
  border: 0;
  background: none;
  font-size: 1.2em !important;
}

.picker__table thead {
  background: none;
}

.picker__table th,
.picker__table td {
  text-align: center;
  background: none;
  border: 0 !important;
}

.picker__weekday {
  padding: 0.5em !important;
  line-height: 1em !important;
}

.picker__table td {
  padding: 0 !important;
}

.picker__year {
  font-size: 1em !important;
}

.picker__day {
  font-weight: normal !important;
}

.picker__day--selected {
  font-weight: bold !important;
}

.picker__table .picker__day--outfocus {
  color: #b7b7b7;
}

.picker__footer button {
  margin: 0;
  color: inherit !important;
  font-weight: 600;
}

.ssi-equipments-card-widget {
  margin: 3.25rem 1.625rem 3.25rem 0;
}
@media screen and (max-width: 1025px) {
  .ssi-equipments-card-widget {
    margin: 2rem 1rem 2rem 0;
  }
  .ssi-equipments-card-widget .equipments-card-body {
    margin-left: 1rem;
  }
  .ssi-equipments-card-widget .equipments-card-image-wrapper {
    max-width: 21.875rem;
  }
}
@media screen and (max-width: 481px) {
  .ssi-equipments-card-widget {
    margin: 2rem 0;
  }
  .ssi-equipments-card-widget .ssi-equipments-card-container {
    display: block;
  }
  .ssi-equipments-card-widget .equipments-card-body {
    margin-left: 0;
  }
  .ssi-equipments-card-widget .equipments-card-image-wrapper {
    max-width: unset;
  }
}
.ssi-equipments-card-widget .equipments-card-title {
  margin: 1.75rem 0 0.75rem 0;
}
@media screen and (max-width: 1025px) {
  .ssi-equipments-card-widget .equipments-card-title {
    margin-top: 0;
  }
}
@media screen and (max-width: 481px) {
  .ssi-equipments-card-widget .equipments-card-title {
    margin: 1.75rem 0 0.75rem 0;
  }
}
.ssi-equipments-card-widget .equipments-card-dis {
  margin-bottom: 1.25rem;
}
.ssi-equipments-card-widget a.button {
  color: #FFF;
  margin-bottom: 0;
}

.featured-categories {
  position: relative;
  overflow: hidden;
}
.featured-categories:before {
  background-color: #EEEEEE;
  content: "";
  position: absolute;
  top: 8.125rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.featured-categories .featured-category-content {
  margin-bottom: 1.25rem;
}
.featured-categories .featured-category-item {
  margin: 0 0.6875rem;
  margin-bottom: 2rem;
  border: 0.0625rem solid #999999;
  border-bottom-width: 0.3125rem;
  background-color: #FFF;
}
.featured-categories .image-container img {
  max-height: 10.9375rem;
  min-height: 10.9375rem;
}
.featured-categories .category-title {
  margin: 0 0 1.0625rem 1.0625rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.featured-categories .featured-category-item-wrapper:first-child .featured-category-item {
  margin-left: 0;
}
.featured-categories .featured-category-item-wrapper:last-child .featured-category-item {
  margin-right: 0;
}
@media screen and (max-width: 1025px) {
  .featured-categories {
    padding-top: 2rem;
  }
  .featured-categories:before {
    top: 0;
  }
  .featured-categories .featured-category-item {
    margin: 0 0.5rem 2rem;
  }
  .featured-categories .featured-category-item-wrapper:nth-child(even) .featured-category-item {
    margin-right: 0;
  }
  .featured-categories .featured-category-item-wrapper:nth-child(odd) .featured-category-item {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .featured-categories .featured-category-content {
    margin-bottom: 2rem;
  }
  .featured-categories .featured-category-item {
    margin: 0 0 1.25rem 0;
  }
  .featured-categories .category-title {
    text-align: center;
    margin: 0 1.0625rem 1.0625rem 0;
  }
}

#footer {
  border-top: 0.5rem solid #D9C89E;
  position: relative;
  z-index: 0;
  padding: 2rem 2.125rem 1rem;
  background-color: #1D2738;
  color: #FFF;
}
@media screen and (max-width: 769px) {
  #footer {
    padding: 2rem 1.5rem 1.25rem 1.5rem;
  }
}
#footer a {
  color: #FFF;
  opacity: 85%;
  font-weight: 100;
}
#footer [class^=icon-]:hover:before {
  cursor: pointer;
  color: #4073D5;
}
#footer .widget-emailsubscription input {
  margin-bottom: 0.3125rem;
}

.footer-copy-rights {
  padding-top: 4.5rem;
}
.footer-copy-rights .copy-rights {
  opacity: 85%;
}

.footer-list {
  padding-right: 1.375rem;
  width: 25%;
}
@media screen and (max-width: 769px) {
  .footer-list {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 481px) {
  .footer-list {
    padding-right: 1.5rem;
    width: 50%;
  }
}

.upper-email-subscribtion {
  display: none;
  color: #FFF;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1025px) {
  .upper-email-subscribtion {
    display: block;
  }
  .upper-email-subscribtion .subscribe-box {
    margin-bottom: 1rem;
  }
}

.lower-email-subscribtion {
  color: #FFF;
}
@media screen and (max-width: 1025px) {
  .lower-email-subscribtion {
    display: none;
  }
}

/*form {
    margin: 0;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    height: 2.7em;
    color: inherit;
    box-shadow: none;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus, select:focus {
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
    border-color: #bbb;
    background-color: #fff;
}

input[type="checkbox"], input[type="radio"] {
    margin-right: 1em;
    margin-bottom: .25em;
}

input + span.custom {
    display: none;
}

input.datepicker {
    background-color: #fff !important;*/ /* override Foundation's color on readonly inputs */
/*}

.date-picker-calendar {
    display: inline-block;
    position: relative;
    min-width: 82px;

    .icon-calendar {
        position: absolute;
        top: 7px;
        right: 6px;
        pointer-events: none;
        font-size: 16px;
    }
}

textarea {
    resize: none;
    min-height: 100px;
}

label {
    font-size: 1em;
    color: inherit;
    cursor: default;
    margin-bottom: 0.1875em;
}

label.input-lbl {
    padding-left: 1.75em;
    cursor: pointer;
}

label.input-lbl input {
    margin-right: 0;
    margin-top: 0.25em;
    margin-left: -1.75em;
    display: inline-block;
    float: left;
    vertical-align: middle;
}

select {
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    font-size: 0.875rem;
    height: 2.7em;
    padding: .6em 1.2em .6em .5em;
    transition: border-color 0.45s ease-in-out 0s;
    box-shadow: none;
    font-family: inherit;
}

// Form Style Errors 

.input-validation-error, .ng-submitted input.ng-invalid, .ng-submitted select.ng-invalid {
    border-color: #c60f13 !important;
    background-color: rgba(198, 15, 19, 0.1) !important;
}

.validation-summary-errors {
    padding: .25em 1em;
    line-height: 1.5em;
    color: #C60F13;
    display: block;
    clear: both;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #C60F13;
    padding: 1em;
    margin: 1.5em 0;
}

.validation-summary-errors ul {
    margin-bottom: 0;
}

span.field-validation-error,
.messaging--error {
    padding: .5em 1em;
    font-size: 0.9em;
    line-height: 1.5em;
    font-weight: 600;
    background: #fff;
    color: #C60F13;
    display: block;
    clear: both;
    font-size: 14px;
    margin-bottom: .25em;
    border: 1px solid #C60F13;
}

.messaging--error {
    margin-bottom: 1.25em;
}

.error span.field-validation-valid {
    font-size: 0;
    float: left;
    clear: left;
    color: #fff;
    width: 100%;
    background: green;
    padding: 0;
}


table td select {
    font-size: 1em;
}*/
.head-msg {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #ccc;
  text-align: center;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 0.5em 54px 0.5em 1em;
}

.head-msg span {
  font-size: 0.875rem;
}

.head-msg span a {
  display: inline-block;
}

.head-msg .close-msg {
  font-size: 2em;
  font-weight: 400;
  text-decoration: none;
  color: #868686;
  padding: 0 9px;
  position: absolute;
  top: 0;
  display: block;
  height: 42px;
  line-height: 42px;
  right: 15px;
}

.head-msg .close-msg:hover, .head-msg .close-msg:focus {
  color: inherit;
}

.top-content {
  margin: 0;
  padding: 0;
  background: #d7d7d7;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.top-content .row {
  max-width: 100%;
}

[role=top-panel] {
  left: 0;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  position: relative;
  background: #f4f4f4;
  border-bottom: 1px solid #d7d7d7;
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  z-index: 6;
}

[role=top-panel] ul {
  margin-top: 0;
}

#userPanel .row, #searchPanel .row,
#loginPanel .row {
  max-width: 1040px;
}

#userPanel .row .small-6 label {
  width: 20%;
}

#userPanel .row .small-6 .dropdown {
  width: 80%;
}

#searchPanel .row .small-4 {
  width: 25%;
  padding-right: 3%;
}

#searchPanel .row .small-6 {
  width: 62%;
}

#searchPanel .row .small-6 input {
  margin: 0;
}

#searchPanel .row .small-2 {
  width: 12%;
}

@media all and (min-width: 1080px) {
  header[role=masthead] .logo-container {
    width: 280px;
    margin: 25px 0;
  }
  .row nav[role=secondary-nav] {
    width: 70%;
  }
}
#userPanel .row, #searchPanel .row {
  max-width: 1040px;
}

#userPanel .btn {
  width: 100%;
}

@media all and (min-width: 768px) {
  #userPanel .btn {
    width: auto;
    margin: 0;
    float: left;
  }
}
#userPanel .row select {
  display: block;
}

#userPanel .inf-label,
#userPanel .inf-value {
  display: block;
  width: 100%;
}

#userPanel .inf-label {
  font-weight: 600;
  text-transform: uppercase;
}

#userPanel .inf-value {
  margin-bottom: 1.5em;
}

#userPanel .inf-cust .inf-label {
  display: inline-block;
  width: auto;
  margin-right: 0.5em;
}

#userPanel .inf-cust .inf-value {
  display: inline-block;
  width: auto;
  margin-bottom: 0.5em;
}

@media all and (min-width: 768px) {
  #userPanel {
    font-size: 0.9em;
  }
  #userPanel form {
    margin: 0;
  }
  #userPanel .inf-cust {
    display: inline-block;
    width: auto;
    margin-top: 0.5em;
    margin-right: 1em;
    float: left;
  }
  #userPanel .inf-ship {
    display: inline-block;
    width: auto;
    margin-top: 0.5em;
    margin-right: 1.5em;
    float: left;
  }
  #userPanel .inf-label {
    display: inline-block;
    float: left;
    width: auto;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
  }
  #userPanel .inf-value {
    display: inline-block;
    float: left;
    width: auto;
    margin-bottom: 0.5em;
  }
}
#userPanel .user-info {
  width: 100%;
  padding: 1em 0;
}

#userPanel .user-info .user-button {
  margin-bottom: 1em;
}

#userPanel .user-info .user-button .cust-name {
  font-weight: 600;
}

#userPanel .user-info .user-button .user-role {
  font-style: italic;
}

#userPanel div.user-msgs {
  margin-bottom: 1em;
}

#userPanel .user-info .user-button * {
  vertical-align: middle;
  display: inline-block;
}

#userPanel .user-info .user-button * + * {
  margin-left: 0.5em;
}

#userPanel .user-info .user-button i {
  height: 100%;
}

#userPanel .btn.isettings span + span {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

@media all and (min-width: 768px) {
  #userPanel .user-info {
    display: none;
  }
  #userPanel .int-settings {
    display: none;
  }
}
.user-info .btn.sign-out {
  display: block;
}

.btn.isettings > * {
  vertical-align: middle;
}

.btn.isettings span {
  font-size: 1em;
  line-height: 1em;
  text-indent: 0;
  vertical-align: middle;
  display: inline-block;
  min-width: 16px;
  padding: 0;
}

.btn.isettings span + span {
  margin-left: 1em;
}

.btn.isettings .flag-ind {
  max-width: 35px;
  max-height: 35px;
  display: inline-block;
}

.btn.isettings .language-code {
  font-size: 14px;
  margin-top: 3px;
}

.btn.isettings span {
  font-size: 1rem;
}

[role=masthead] {
  left: 0 !important;
  position: relative;
  z-index: 1;
  -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);
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
}

[role=masthead] .head-row {
  width: 100%;
  margin: 0;
  max-width: none;
  position: relative;
  height: auto;
  overflow: visible;
}

header div.head-cm {
  text-align: center;
}

[role=masthead] ul {
  list-style-type: none;
}

.head-row:before, .head-row:after, .pnav-top-row > row:after {
  content: " ";
  display: table;
}

[role=masthead] .head-row:after, .pnav-top-row > row:after {
  clear: both;
}

[role=masthead] > .row, [role=masthead] > * .row {
  float: left;
}

@media all and (min-width: 768px) {
  [role=masthead] > .row, [role=masthead] > * .row {
    float: none !important;
    margin: 0 auto;
  }
}
[role=left-nav] {
  position: absolute;
  top: 0;
  left: -350px;
  width: 350px;
  height: 100%;
  z-index: 5002;
  padding: 1em;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 1;
  -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
  -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
  transition: opacity 300ms 100ms ease, transform 500ms ease;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.csstransforms3d.csstransforms.csstransitions [role=left-nav] {
  -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);
}

.csstransforms3d.csstransforms.csstransitions [role=left-nav] .nav-panel {
  -webkit-transform: translate3d(0, 0, 0) scale3d(0.9, 0.9, 0.9);
  -moz-transform: translate3d(0, 0, 0) scale3d(0.9, 0.9, 0.9);
  -ms-transform: translate3d(0, 0, 0) scale3d(0.9, 0.9, 0.9);
  -o-transform: translate3d(0, 0, 0) scale3d(0.9, 0.9, 0.9);
  transform: translate3d(0%, 0, 0) scale3d(0.9, 0.9, 0.9);
}

.header-zone.lft {
  float: left;
}

.header-zone.rt {
  float: right;
}

/* Logo Position */
.row .logo-container {
  float: left;
}

@media all and (max-width: 767px) {
  .row.logo-row {
    float: left;
  }
}
/* Header Links */
.header-links {
  display: none;
}

@media all and (min-width: 768px) {
  .row.logo-row {
    float: left;
  }
  .header-links {
    display: block;
    float: right;
    font-size: 0.875rem;
    margin-top: 1em;
  }
  .header-links ul li {
    display: inline-block;
  }
  .header-links ul li a {
    padding: 0 0.8em;
  }
}
[role=secondary-nav] [role=user-nav] li[role=fulfillment-method] {
  width: auto;
  border-right: 1px solid #ddd;
}
[role=secondary-nav] [role=user-nav] li[role=fulfillment-method] a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding: 0 1.25em;
}

@media all and (min-width: 768px) {
  [role=user-nav] li[role=fulfillment-method] {
    width: auto;
  }
  [role=user-nav] li[role=fulfillment-method] a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
  }
}
#searchPanel label {
  display: none;
}

.top-slide {
  position: relative;
  display: block;
  white-space: nowrap;
  width: 300%;
  -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);
  -webkit-transition: -webkit-transform 250ms ease;
  -moz-transition: -moz-transform 250ms ease;
  -o-transition: -o-transform 250ms ease;
  transition: transform 250ms ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 6000;
}

.top-slide * {
  white-space: normal;
}

#loginPanel, #searchPanel, #userPanel, #isettingsPanel {
  float: left;
  width: 33.33%;
  padding: 15px;
}

#loginPanel {
  left: -200%;
  top: 0;
}

#userPanel {
  top: 0;
}

#isettingsPanel {
  left: -200%;
  top: 0;
}

#isettingsPanel .isettings-multilang, #isettingsPanel .isettings-currency, #isettingsPanel .isettings-buttons {
  padding: 0 0.8em;
}

#isettingsPanel .isettings-buttons {
  text-align: right;
}

#isettingsPanel .isettings-buttons button {
  width: 100%;
}

#isettingsPanel .isettings-buttons.ui-lock {
  background: none;
  opacity: 1;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  top: auto;
  left: auto;
  z-index: 5;
}

#isettingsPanel label {
  max-width: 20%;
  max-height: 35px;
  display: inline-block;
  vertical-align: middle;
}

#isettingsPanel .isettings-currency label {
  font-weight: 700;
  font-size: 1.2em;
  margin-top: 0.2em;
}
#isettingsPanel .isettings-multilang label {
  font-weight: 700;
  font-size: 1em;
  margin-top: 0.5em;
}
#isettingsPanel .isettings-cancel {
  margin-bottom: 0;
}

#isettingsPanel select {
  width: 80%;
  float: right;
}

@media all and (min-width: 768px) {
  #isettingsPanel .isettings-buttons {
    width: 50%;
  }
  #isettingsPanel .isettings-buttons button {
    width: 49%;
  }
}
#searchPanel .btn {
  margin: 0;
}

.search-container .search-input {
  width: 89%;
  float: left;
}
.search-container .search-input .isc-searchAutoComplete {
  display: block;
  margin-bottom: 0;
}

.search-container .search-button {
  float: right;
  width: 10%;
  text-align: right;
}

.search-button button {
  padding-left: 0.8em;
  padding-right: 0.8em;
}

.search-button button i {
  padding-right: 0.7em;
}

.head-row .search-container {
  display: none;
  float: right;
  width: 50%;
  clear: right;
  text-align: right;
  padding-top: 1em;
}
.head-row .search-container .search-history {
  display: none;
}

#searchPanel .search-container .search-history {
  display: none;
}

.head-row .search-container > form > div {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.head-row .search-container label {
  display: none;
}

.head-row .search-container .search-button button {
  text-indent: -9999px;
  width: 100%;
  font-weight: 400;
}

/*    .head-row .search-container .search-button button::after {
        width: 100%;
        content: "\e001";
        left: 0;
        position: absolute;
        font-family: 'good-oatmeal-v2';
        display: inline-block;
        color: #fff;
        text-indent: 0;
        font-size: 1.25em;
    }*/
.head-row .search-container {
  display: block;
}

#searchPanel select {
  margin: 0;
}

#searchButton {
  display: none;
}

.search-container.movedsearch {
  display: block;
}

.search-container.emptysearch {
  display: none;
}

.pnav-top-row {
  overflow: hidden;
  max-height: 0px;
  padding: 0 !important;
  border: 0 !important;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

[class*=pnav-top-] .pnav-top-row {
  height: auto;
  max-height: 1000px !important;
  padding: 15px 0 !important;
  position: relative;
  z-index: 5002;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.pnav-top-row > .row {
  overflow: hidden;
  position: relative;
  width: 100%;
}

[role=primary-nav-top] ul {
  list-style-type: none;
  margin-left: 0;
}

[role=primary-nav-top] li {
  margin-left: 0;
}

li[role=sign-out] .btn.sign-out,
li[role=sign-in] .btn.sign-in,
[role=user-msgs] a {
  font-size: 1em;
  line-height: 30px;
  padding: 0 1.25em;
  color: #77BC1F;
  text-transform: none;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 0;
  border: 0;
  background: none;
}

li[role=sign-out] .btn.sign-out:hover,
li[role=sign-out] .btn.sign-out:focus,
li[role=sign-in] .btn.sign-in:hover,
li[role=sign-in] .btn.sign-in:focus,
[role=user-msgs] a:hover,
[role=user-msgs] a:focus {
  background-color: #77BC1F;
  color: #fff;
  opacity: 1;
}

@media all and (max-width: 767px) {
  header nav ul:not(.side-nav) li[role=sign-in] a.btn {
    font-size: 1.15em;
    padding: 0 1em;
  }
}
nav ul:not(.side-nav) li[role=sign-in] {
  border-right: 1px solid #ddd;
}

@media all and (min-width: 768px) {
  nav ul:not(.side-nav) li[role=sign-in] {
    width: auto;
    margin: 0;
  }
  nav ul:not(.side-nav) li[role=sign-in] .btn.sign-in {
    padding: 0 1.5em;
  }
}
nav ul:not(.side-nav) li[role=sign-in] span {
  display: inline-block;
}

[role=left-nav] {
  background: #052d42; /* Old browsers */
}

nav ul:not(.side-nav) {
  margin-bottom: 0;
  position: relative;
  list-style-type: none;
  z-index: 5002;
  white-space: nowrap;
}

nav ul:not(.side-nav) li {
  position: relative;
  white-space: nowrap;
}

[role=primary-nav] > .row > ul > li.top-category {
  display: none;
}

@media all and (max-width: 767px) {
  nav ul:not(.side-nav) li[role=multi-lang], nav ul:not(.side-nav) li[role=currency], nav ul:not(.side-nav) li[role=mode-switch] {
    display: none;
  }
  .mode-switch {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.08);
  }
  .mode-switch span a {
    color: #fff;
    padding: 1em;
    display: block;
  }
  .mode-switch ul li.sub-heading {
    text-transform: inherit;
    font-size: 1em;
    font-weight: inherit;
  }
}
@media all and (min-width: 768px) {
  nav ul:not(.side-nav)#lnList, nav ul:not(.side-nav)#qlList {
    min-width: 75%;
  }
  [role=primary-nav] > .row > ul > li {
    overflow: hidden;
  }
  [role=primary-nav] > .row > ul > li.top-category {
    display: inline-block;
  }
  .mode-switch {
    display: none;
  }
}
nav ul:not(.side-nav) li a {
  display: block;
  padding: 0 1em;
}

nav ul:not(.side-nav) li i {
  position: absolute;
  left: 13px;
  display: block;
  width: 16px;
  height: 0;
}

nav ul:not(.side-nav) li i + span {
  padding-left: 1.5em;
}

nav ul:not(.side-nav) li a span {
  vertical-align: middle;
}

nav [role=user-nav] li[role=isettings-btn] .flag-ind a {
  padding: 0;
}
nav [role=user-nav] li[role=isettings-btn] .flag-ind a span {
  font-size: 14px;
  font-weight: 600;
}

[role=primary-nav] {
  padding: 0 !important;
}

[role=primary-nav] li a {
  color: #fff;
}

[role=primary-nav] ul li a .icon-nav {
  position: absolute;
  left: 50%;
  top: 7px;
  display: block;
  width: 16px !important;
  margin-left: -8px;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}

.ex {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  z-index: 5001;
}

.ex, nav ul li a.ex {
  display: none;
}

.ex i {
  position: absolute !important;
  left: 0.2em !important;
  top: -1em !important;
  font-size: 81% !important;
  width: auto !important;
}

[role=primary-nav] ul li.cart-button a.cart-link {
  position: relative;
}

[role=primary-nav] ul li.cart-button a.cart-link span {
  display: inline-block;
  font-size: 1em;
  margin: 0 auto;
  padding-left: 1.5em;
}

[role=primary-nav] ul li.cart-button a.cart-link i {
  font-size: 170%;
  left: 1em;
  margin-left: -1em;
  position: static;
  line-height: 36px;
}

@media all and (max-width: 767px) {
  [role=primary-nav] ul li.cart-button a.cart-link i {
    font-size: 1.25em;
    line-height: 50px;
    margin-left: -45px;
  }
  [role=secondary-nav] {
    width: auto;
    float: right;
    text-align: right;
  }
  [role=secondary-nav] [role=search],
  [role=secondary-nav] [role=user-nav] {
    width: auto;
  }
  [role=secondary-nav] [role=sign-in] {
    width: auto;
  }
}
[role=secondary-nav] {
  z-index: 20;
  margin: 0 auto;
  white-space: nowrap;
  display: inline-block;
  background: rgb(238, 238, 238);
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
  margin-top: -1px;
}

[role=secondary-nav] li {
  font-size: 0.9em;
}

@media all and (min-width: 768px) {
  [role=secondary-nav] {
    width: 100%;
  }
}
[role=secondary-nav]:after {
  content: " ";
  clear: both;
  display: block;
}

[role=secondary-nav] [role=account-nav] {
  background: #f0f1f2;
}

[role=secondary-nav] [role=search] .ex i {
  display: none !important;
}

@media all and (max-width: 767px) {
  [role=secondary-nav] {
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
  }
  [role=secondary-nav] .ex i {
    display: none !important;
  }
}
[role=secondary-nav] .user-button:hover,
[role=secondary-nav] .user-button:focus,
[role=secondary-nav] .fulfillment-method:hover,
[role=secondary-nav] .fulfillment-method:focus,
.topbar-user [role=secondary-nav] .user-button,
[role=secondary-nav] a.search:hover,
[role=secondary-nav] a.search:focus,
.topbar-search [role=secondary-nav] a.search {
  background-color: #77BC1F;
  color: #fff;
}

@media all and (max-width: 767px) {
  [role=search] li a.search {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding: 0 1.25em;
  }
}
[role=user-nav] [role=user-options] .cust-name {
  font-weight: 600;
}

[role=user-nav] [role=user-options] .user-role {
  padding-left: 0.5em;
  font-style: italic;
}

[role=user-nav] {
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 40px;
}

@media all and (max-width: 767px) {
  li[role=sign-in] .btn.sign-in {
    padding: 0 1em;
  }
}
[role=user-nav] li[role=user-options] {
  width: auto;
  border-right: 1px solid #ddd;
}

[role=user-nav] li[role=user-options] a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding: 0 1.25em;
}

@media all and (min-width: 768px) {
  [role=user-nav] li[role=user-options] {
    width: auto;
  }
  [role=user-nav] li[role=user-options] a.user-button {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 260px;
  }
}
[role=user-nav] li[role=isettings-btn] button {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}

@media all and (min-width: 768px) {
  [role=user-nav] li[role=isettings-btn] {
    display: none;
  }
}
.customer-link, .shipto-link {
  max-width: 100px;
  float: left;
  cursor: pointer;
  text-transform: uppercase;
}

#loginPanel .row {
  margin: 0 auto;
  position: relative;
}

#loginPanel .row .small-6 {
  width: 69%;
}

#loginPanel .row .small-6 label {
  display: inline-block;
  width: 20%;
  float: left;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
}

#loginPanel .row .small-6 input {
  display: inline-block;
  float: left;
  width: 80%;
}

#loginPanel .row .large-1 {
  width: 25%;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}

#loginPanel a.ex {
  line-height: 20px;
  height: 30px;
  width: 55%;
  margin-bottom: 10px;
  display: block !important;
  position: relative;
}

#loginPanel a.ex i {
  top: 0 !important;
  left: 42% !important;
}

#loginPanel a.ex .foundicon-remove:before {
  color: DodgerBlue;
  font-size: 16px;
}

#loginPanel .btn-signin {
  display: block;
  padding: 0.5em 1em;
  text-align: center;
}

#userPanel .btn-signin {
  display: block;
  padding: 0.5em 1em;
  text-align: center;
  margin-bottom: 0;
  margin-top: 5px;
}

[role=customer-info] {
  height: 45px;
  position: static !important;
  width: 100%;
}

nav ul li[role=customer-info] ul {
  margin-left: 0;
  white-space: nowrap;
  position: static !important;
  padding-right: 150px;
}

[role=customer-info] li {
  display: inline-block;
  font-size: 0.75em;
  white-space: nowrap;
  padding: 0;
  float: none !important;
  overflow: hidden;
}

[role=customer-info] li[role=sign-out], [role=customer-info] li[role=change] {
  float: left !important;
  font-size: 1em;
  width: 47px;
}

[role=customer-info] li.welcome {
  font-weight: 700;
  text-align: right;
}

[role=customer-info] li.customer, [role=customer-info] li.shipto {
  display: none;
}

li[role=sign-out] {
  padding: 0 !important;
  width: 100%;
  display: none;
}

li[role=sign-out] a.user-change {
  padding: 0;
}

li[role=sign-out] {
  text-align: right;
  width: auto !important;
  border-right: 1px solid #ddd;
}

[role=user-msgs] {
  float: left;
  text-align: right;
  width: auto !important;
  border-right: 1px solid #ddd;
}

@media all and (max-width: 767px) {
  [role=secondary-nav] [role=sign-out],
  [role=user-msgs] {
    display: none !important;
  }
}
[role=secondary-nav] ul {
  list-style-type: none;
  margin: 0;
  display: inline-block;
  position: relative;
}

[role=secondary-nav] ul li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

@media all and (min-width: 768px) {
  [role=user-nav] {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}
ul[role=search], ul[role=cart] {
  max-width: 200px;
  width: auto !important;
}

ul[role=search] {
  border-left: 1px solid #ddd;
}

ul[role=cart] {
  background: url("../Images/isc/nav-vertical-border.png") repeat-y scroll right top rgba(0, 0, 0, 0);
}

@media all and (min-width: 768px) {
  ul[role=search] {
    width: auto !important;
    border: 0;
  }
}
[role=left-nav] {
  width: 350px;
  padding: 1em;
}

.csstransforms.csstransitions .topbar-login .top-slide {
  -webkit-transform: translate(200%, 0);
  -moz-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  -o-transform: translate(200%, 0);
  transform: translate(200%, 0);
}

.csstransforms3d.csstransforms.csstransitions .topbar-login .top-slide {
  -webkit-transform: translate3d(200%, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(200%, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(200%, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(200%, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(200%, 0, 0) scale3d(1, 1, 1);
}

.csstransforms.csstransitions .topbar-user .top-slide {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.csstransforms3d.csstransforms.csstransitions .topbar-user .top-slide {
  -webkit-transform: translate3d(-33.33%, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(-33.33%, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(-33.33%, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(-33.33%, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(-33.33%, 0, 0) scale3d(1, 1, 1);
}

.csstransforms.csstransitions .topbar-user .top-slide {
  -webkit-transform: translate(-33.33%, 0);
  -moz-transform: translate(-33.33%, 0);
  -ms-transform: translate(-33.33%, 0);
  -o-transform: translate(-33.33%, 0);
  transform: translate(-33.33%, 0);
}

.csstransforms3d.csstransforms.csstransitions .topbar-isettings .top-slide {
  -webkit-transform: translate3d(-66.66%, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(-66.66%, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(-66.66%, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(-66.66%, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(-66.66%, 0, 0) scale3d(1, 1, 1);
}

.csstransforms.csstransitions .topbar-isettings .top-slide {
  -webkit-transform: translate(-66.66%, 0);
  -moz-transform: translate(-66.66%, 0);
  -ms-transform: translate(-66.66%, 0);
  -o-transform: translate(-66.66%, 0);
  transform: translate(-66.66%, 0);
}

.csstransforms3d.csstransitions .topbar-search .top-slide {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.pnav-panel-container {
  position: relative;
  left: 0;
  white-space: nowrap;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.pnav-top-main .pnav-panel-container {
  left: 0;
}

.pnav-top-qo .pnav-panel-container {
  left: -100%;
}

.pnav-top-account .pnav-panel-container {
  left: -200%;
}

[class*=pnav-top-] .qo-container, .pnav-top-container {
  display: inline-block;
  vertical-align: top;
  width: 100% !important;
}

@media all and (max-width: 1040px) {
  .pnav-top-container {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
  }
}
[role=left-nav] h4 {
  color: #fff;
}

[role=left-nav] .side-nav li a {
  color: #fff;
}

[role=primary-nav] ul#lnList {
  max-width: 350px;
}

[role=primary-nav] li.ln-button,
[role=primary-nav] li.qo-button,
[role=primary-nav] li.ma-button {
  background: url(../Images/isc/nav-vertical-border.png) repeat-y top right;
}

[role=primary-nav] ul#lnList {
  background: url(../Images/isc/nav-vertical-border.png) repeat-y top left;
}

.sidebar-main .ln-button, .sidebar-account .ma-button {
  background-color: DodgerBlue;
}

.ex {
  display: none !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
}

.topbar-search .search-button .ex,
.topbar-user [role=user-options] a.ex,
body.topbar-user .user-button .ex,
.topbar-login .user-button .ex {
  display: block !important;
  height: 40px;
  line-height: 40px;
}

.topbar-isettings [role=isettings-btn] .ex {
  display: block !important;
}

.sidebar-main .ln-button .ex,
.sidebar-account .ma-button .ex,
.sidebar-qo .qo-button .ex {
  display: block !important;
}

.sidebar-main .ln-button .ex i,
.sidebar-account .ma-button .ex i,
.sidebar-qo .qo-button .ex i {
  display: none;
}

.pnav-top-main .ln-button .ex,
.pnav-top-qo .qo-button .ex,
.pnav-top-account .ma-button .ex {
  display: block !important;
  height: 50px;
  line-height: 46px;
  left: 0.25em;
}

@media all and (min-width: 768px) {
  body.topbar-user .user-button a {
    padding-left: 40px;
  }
}
/*.ui-lock {
    background: #000;
    opacity: .45;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}*/
header .ui-lock, [class*=pnav-top-] .ui-lock {
  opacity: 0;
}

/*   header + .ui-lock {
        z-index: 0;
    }*/
/*[class*="sidebar-"] header + .ui-lock,
[class*="pnav-top-"] header + .ui-lock {
   display: block !important;
}*/
@media all and (max-width: 767px) {
  [class*=topbar-] .ui-lock {
    display: block !important;
  }
}
[role=cross-sells] ul.p-list {
  margin: 0;
}

@media all and (max-width: 480px) {
  header[role=masthead] h1[role=logo] {
    font-weight: normal;
    font-size: 1.25em;
    padding: 0.4em 0;
  }
  [role=customer-info] [role=sign-out] i {
    font-size: 135%;
    position: static;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  [role=customer-info] li[role=sign-out], [role=customer-info] li[role=sign-out] a.user-change {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  [role=customer-info] li[role=sign-out] span {
    display: none !important;
  }
  .row nav[role=secondary-nav] {
    width: 129px;
  }
}
@media all and (min-width: 480px) {
  [role=primary-nav] ul li a .icon-nav {
    left: 20px;
    margin-left: 0;
  }
  [role=customer-info] [role=sign-out] {
    width: 115px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .row nav[role=secondary-nav] {
    width: 230px;
  }
  [role=customer-info] li[role=sign-out] {
    width: 115px;
  }
  li[role=sign-out] a.user-dd:before {
    border-width: 0.5em;
    margin-top: -0.25em;
    right: 1em;
  }
}
@media all and (max-width: 767px) {
  nav ul:not(.side-nav) li i {
    font-size: 170%;
    position: static;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  nav[role=primary-nav] ul:not(.side-nav) li a {
    display: block;
    height: 50px;
    line-height: 50px;
    min-width: 50px;
    padding: 0 1.25em;
  }
  nav ul:not(.side-nav) li a span, nav ul:not(.side-nav) li a em {
    display: none;
  }
  [role=customer-info] .welcome, [role=customer-info] .customer, [role=customer-info] .shipto {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .row {
    margin: 0;
  }
  [role=customer-info] [role=sign-out] i {
    position: absolute;
    left: 16px;
    display: block;
    width: 16px;
    height: 0;
    font-size: 100%;
  }
  .row nav[role=secondary-nav] {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  header .logo-row {
    max-width: 400px;
  }
}
@media all and (max-width: 667px) {
  header .logo-row {
    max-width: 50%;
  }
}
@media all and (max-width: 450px) {
  header .logo-row {
    max-width: 190px;
  }
}
@media all and (min-width: 1040px) {
  header .logo-row {
    max-width: 1040px;
    padding: 0;
  }
}
li[role=sign-out] a.user-change {
  display: none;
}

li[role=sign-out] a.login-link {
  display: block;
}

li[role=sign-out] {
  width: auto;
  display: block;
}

@media all and (min-width: 768px) {
  .topbar-search .search-button a:not(.ex) i, .topbar-user .user-button i,
  .pnav-top-main .ln-button a:not(.ex) i, .pnav-top-account .ma-button a:not(.ex) i, .pnav-top-qo .qo-button a:not(.ex) i {
    display: none !important;
  }
}
.topbar-user .user-button a.login-link i {
  display: block !important;
}

.ex i {
  font-size: 100% !important;
  left: 1em !important;
  position: absolute !important;
  top: 0 !important;
  width: auto !important;
}

.topbar-user .user-button .ex {
  display: none !important;
}

[role=customer-info] li.customer, [role=customer-info] li.shipto, [role=customer-info] li.welcome {
  display: inline-block;
}

[role=customer-info] li.customer {
  width: 20%;
  min-width: 150px;
}

[role=customer-info] li.shipto {
  width: 60%;
  text-overflow: ellipsis;
}

[role=customer-info] li.welcome {
  min-width: 115px;
  padding-right: 20px;
  position: absolute;
  right: 115px;
}

a.ex {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  outline: 0 !important;
  outline-color: red;
}

a.ex:hover, a.ex:focus {
  outline: 0 !important;
}

.top-bar.expanded {
  overflow: visible;
}

[role=main] .main-row {
  background: #fff;
}

[role=primary-nav] {
  background: DodgerBlue;
}

@media all and (min-width: 1040px) {
  [role=primary-nav] > .row {
    max-width: 1040px;
    padding: 0;
  }
}
[role=primary-nav] li {
  background: none;
  height: 50px;
  line-height: 50px;
}

[role=primary-nav] ul li.cart-button a.cart-link {
  background: url("../Images/isc/nav-vertical-border.png") repeat-y scroll left top rgba(0, 0, 0, 0);
}

[role=primary-nav] li {
  background: none;
}

[role=left-nav], .pnav-top-row {
  padding: 0;
  background: url(../Images/isc/nav-horz-border.png) repeat-x 0 0;
  background-color: #f1f1f1;
  -webkit-box-shadow: inset 0 0 10px 0 #dedede;
  box-shadow: inset 0 0 10px 0 #dedede;
}

[role=masthead] > .row {
  padding-bottom: 4px;
}

.foundicon-search:before {
  font-family: "good-oatmeal-v2";
  content: "\e001";
  font-size: 1.25rem;
}

.foundicon-torso:before {
  font-family: "good-oatmeal-v2";
  content: "\e60a";
  font-size: 1.5rem;
}

.foundicon-location:before {
  font-family: "good-oatmeal-v2";
  content: "\e615";
  font-size: 1.15rem;
}

.foundicon-cart:before {
  font-family: "good-oatmeal-v2";
  content: "\e00a";
  font-size: 1.5rem;
}

@media all and (min-width: 768px) {
  .foundicon-torso:before {
    font-size: 1.25rem;
  }
}
#userPanel .user-info i.foundicon-torso:before {
  font-size: 1.25em;
}

header .foundicon-remove:before, [role=secondary-nav] .foundicon-remove:before {
  color: #77bc1f;
  content: "\e606";
  font-size: 1.2rem;
}

[role=secondary-nav] .foundicon-remove:before {
  color: #fff;
}

[role=primary-nav] ul:not(.side-nav) li a {
  font-weight: 600;
}

[role=primary-nav] ul:not(.side-nav) li:hover {
  background-color: #f1f1f1;
  -webkit-box-shadow: inset 0 0 10px 0 #dedede;
  box-shadow: inset 0 0 10px 0 #dedede;
}

[role=primary-nav] ul:not(.side-nav) li:hover a span, [role=primary-nav] ul:not(.side-nav) li:focus a span,
[role=primary-nav] ul:not(.side-nav) li:hover a i, [role=primary-nav] ul:not(.side-nav) li:focus a i {
  color: DodgerBlue !important;
}

[role=main] a.btn.btn-add-to-cart:before {
  font-family: "good-oatmeal-v2";
  content: "\e00a";
  font-size: 1.2rem;
  padding-right: 0.5em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: bottom;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}

[role=primary-nav] ul li.cart-button a.cart-link span {
  font-size: 1.32em;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
}

.pnav-top-qo #qoButton, .pnav-top-account #maButton, .pnav-top-main #lnButton,
.sidebar-main .ln-button, .sidebar-account .ma-button, .sidebar-qo .qo-button {
  background-color: #f1f1f1 !important;
  -webkit-box-shadow: inset 0 0 10px 0 #dedede;
  box-shadow: inset 0 0 10px 0 #dedede;
  color: DodgerBlue !important;
}

.pnav-top-main .ln-button a i, .sidebar-main .ln-button a i, .sidebar-qo .qo-button a i, .sidebar-account .ma-button a i {
  color: DodgerBlue !important;
}

.top-bar-section .divider {
  display: none;
}

[role=left-nav] .top-bar-section ul li {
  background: url(../Images/isc/nav-horz-border.png) repeat-x bottom left;
  line-height: 22px;
}

[role=left-nav] .top-bar-section ul li.js-generated h5 {
  margin: 0;
}

[role=left-nav] .top-bar-section li a,
[role=left-nav] .top-bar-section li.panel-head span,
[role=left-nav] .top-bar-section .qo-wrap h3 {
  padding: 0.5em 1.5em 0.5em 1em;
  font-size: 1.15em;
  line-height: 1.5em;
  min-height: 0;
  height: auto;
  font-weight: 400;
  position: relative;
  text-decoration: none;
  color: inherit;
}

[role=left-nav] .nav-panel nav .top-bar-section li a {
  font-weight: 600;
  color: DodgerBlue;
}

[role=left-nav] .top-bar-section ul li.panel-head span,
[role=left-nav] .top-bar-section .qo-wrap h3 {
  font-weight: 600;
  display: block;
}

[role=left-nav] .top-bar-section .qo-wrap h3 {
  padding: 0;
  margin: 0 0 1em 0;
}

[role=primary-nav-top] .pnav-top-list {
  font-size: 0.9em;
}

[role=primary-nav-top] .pnav-top-list li a {
  margin-bottom: 0.5em;
}

[role=primary-nav-top] .pnav-top-list > li > a {
  padding: 0 0 0.25em 0;
  display: inline-block;
  width: 100%;
  background: url(../Images/isc/nav-horz-border.png) repeat-x bottom left;
  font-weight: 600;
}

.pnav-top-container.ma ul > li > a {
  padding: 0.25em 0;
  display: inline-block;
  width: 100%;
  background: url(../Images/isc/nav-horz-border.png) repeat-x bottom left;
  font-weight: 600;
}

[role=primary-nav-top] .pnav-top-list > li > ul {
  margin-bottom: 1em;
}

[role=primary-nav-top] ul ul > li > ul > li > a {
  color: #fff !important;
}

.top-bar-section .has-dropdown > a:after {
  content: "\e012";
  border: 0;
  font-family: "good-oatmeal-v2";
  opacity: 0.5;
  margin-right: 1.5em;
  font-size: 0.8em;
  margin-top: -14.5px;
}

@media all and (max-width: 480px) {
  [role=primary-nav] ul#lnList {
    max-width: 240px;
    width: auto;
  }
}
@media all and (min-width: 768px) {
  [role=secondary-nav] > .row {
    width: 100%;
    margin: 0 auto;
    max-width: 1040px;
    display: block;
    height: 100%;
    height: 40px;
  }
}
[role=customer-info] li.welcome, [role=user-nav] {
  background: none;
}

[role=user-info] div {
  color: #afd2e3;
  font-size: 14px;
  font-weight: normal !important;
}

[role=secondary-nav] .customer-link, [role=secondary-nav] .shipto-link {
  color: #fff;
  font-size: 16px;
  max-width: 100%;
  position: relative;
  padding-right: 25px;
}

nav ul:not(.side-nav) li.customer i, nav ul:not(.side-nav) li.shipto i {
  left: auto;
  right: 2px;
}

[role=secondary-nav] ul li .customer-link i:before, [role=secondary-nav] ul li .shipto-link i:before {
  font-family: "good-oatmeal-v2";
}

[role=customer-info] li.welcome {
  color: #fff;
}

[role=left-nav] .top-bar-section {
  margin-top: 15px;
}

.sn-currency > ul > li > a {
  font-size: 1.75em;
}

.sn-currency > ul > li > ul > li > a > span {
  margin-left: 5px;
}

#internationalPanel .sn-currency > ul > li > a > span, #internationalPanel .sn-lang > ul > li > a > span {
  color: #000;
}

a:link, a:visited, a:active {
  color: #77BC1F;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

nav ul:not(.side-nav) li a {
  text-decoration: none;
}

nav ul:not(.side-nav) li a {
  text-decoration: none;
}

#loginPanel .row .small-6 label {
  font-size: 1.1em;
  line-height: 2em;
  margin-bottom: 0;
  display: none;
}

#loginPanel .row .small-6 input {
  border: 0;
  border-bottom: 2px solid #d2d3d4;
  background: none;
  color: DodgerBlue;
  font-size: 1.08em;
  line-height: 1em;
  margin-bottom: 0;
  width: 100%;
}

#userPanel .row {
  margin: 0 auto;
  position: relative;
}

#userPanel .row .small-6 {
  width: 100%;
}

#userPanel .row .small-6 label {
  display: inline-block;
  width: 30%;
  float: left;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
}

#userPanel .row .small-6 .dropdown {
  display: inline-block;
  float: right;
  width: 70%;
}

#userPanel .row .large-1 {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

#userPanel a.ex {
  line-height: 20px;
  display: block !important;
}

#userPanel a.ex i {
  top: 0 !important;
  left: 17px !important;
}

#userPanel .foundicon-remove:before {
  color: DodgerBlue;
  font-size: 16px;
}

#searchPanel .row {
  margin: 0 auto;
  position: relative;
}

#searchPanel .row .small-2 {
  text-align: center;
}

@media all and (max-width: 480px) {
  #header [role=primary-nav] ul.small-5 {
    width: 35%;
  }
  .row .logo-container {
    width: 200px;
    margin: 20px 0;
    padding-right: 0;
  }
  [role=masthead] .row {
    padding-bottom: 0;
    background: none;
  }
  [role=primary-nav] ul li.cart-button {
    border-left: 0;
  }
  header[role=masthead] [role=logo] {
    margin-bottom: 0;
  }
}
/* Tablet and Mobile */
@media all and (max-width: 767px) {
  [role=primary-nav] ul li.cart-button a.cart-link {
    border-left: 0;
    padding-left: 1.25em;
  }
  [role=primary-nav] ul li.cart-button a.cart-link span {
    padding-left: 45px;
    text-indent: 0;
  }
  .row nav[role=secondary-nav] {
    width: 120px;
    margin-top: 0.5em;
  }
  #header li.user-button {
    background: none;
  }
  #header .ex i {
    top: -6px !important;
  }
  #userPanel a.ex {
    display: none !important;
  }
  #searchPanel .row .small-4 {
    width: 33.3%;
    min-width: 280px;
  }
  #searchPanel .row .small-4 .custom {
    margin-bottom: 0;
  }
  #searchPanel .row .small-6 {
    width: 80%;
    clear: left;
  }
  #searchPanel .row .small-2 {
    width: 16%;
  }
  .qo-wrap .qo-qty {
    width: 50%;
    float: left;
    margin-right: 0;
  }
  .qo-wrap .qo-um {
    float: right;
    width: 50%;
    margin-right: 0;
  }
  .qo-wrap .btn {
    width: 100%;
    float: left;
    margin: 1em 0;
  }
  .breadcrumbs li.current {
    display: none;
  }
  .ln2-wrap .nav-head {
    text-align: center;
  }
}
/* Small Tablet and Larger */
@media all and (min-width: 480px) {
  [role=primary-nav] ul:not(.side-nav) li a {
    min-width: 55px !important;
  }
  .row .logo-container {
    width: 276px;
    margin: 30px 0;
    padding-right: 0;
  }
  #userPanel .row .small-6 label {
    width: 25%;
  }
  #userPanel .row .small-6 .dropdown {
    width: 75%;
  }
}
#header li.user-button a.login-link * {
  vertical-align: middle;
}

#header li.user-button a.login-link span {
  margin-right: 5px;
}

@media all and (min-width: 768px) {
  #header li.user-button a.login-link em {
    display: inline-block;
    max-width: 225px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
/* Tablet and Larger */
/* Left Nav Panel */
#header .foundicon-menu:before {
  font-size: 16px;
}

#header .foundicon-settings:before {
  font-size: 18px;
}

#header .foundicon-edit:before {
  font-size: 17px;
}

#header .foundicon-home:before {
  font-size: 16px;
}

#header .foundicon-cart:before {
  font-size: 25px;
}

[role=primary-nav] .small-5 {
  width: 43%;
}

[role=primary-nav] [class*=-button] > a {
  font-weight: 600;
  font-size: 1.15em;
  padding: 0 1.25em;
}

[role=primary-nav] .ma-button a span {
  padding-left: 1.5em;
}

[role=primary-nav] .qo-button a span {
  padding-left: 1.5em;
}

[role=primary-nav] .da-button a span {
  padding-left: 28px;
  padding-right: 2px;
}

[role=primary-nav] ul:not(.side-nav) li.ln-button i {
  left: 1.25em;
}

[role=primary-nav] ul:not(.side-nav) li.qo-button i {
  left: 1.25em;
}

[role=primary-nav] ul:not(.side-nav) li i {
  left: 1.25em;
}

.topbar-login #header .user-button {
  padding-left: 25px;
}

#header li.user-button a {
  min-height: 0;
  height: 30px;
  line-height: 30px;
}

#header li.user-button a.login-link i {
  display: none !important;
}

#header li.user-button a span {
  padding-left: 0;
  color: #A9C4D1;
  font-size: 16px;
  font-weight: normal;
}

#header li.user-button a em {
  color: #8AA2AE;
}

.topbar-login #header .user-button em, .topbar-login #header .user-button span, #header .user-button:hover a span,
#header .user-button:hover .foundicon-search:before {
  color: #fff;
}

#header [role=search] a.search {
  min-height: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 1.25em !important;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

#header [role=search] a.search:hover,
#header [role=search] a.search:focus,
.topbar-search #header [role=search] a.search {
  background-color: DodgerBlue;
  color: #fff;
}

#header [role=search] .foundicon-search:before {
  font-size: 16px;
  opacity: 1;
  text-shadow: none;
  left: auto;
}

#header [role=search] a span {
  font-weight: 600;
}

#header [role=search]:hover a span, .topbar-search #header [role=search] a span,
#header [role=search]:hover .foundicon-search:before {
  color: #fff;
}

#searchPanel .row,
#loginPanel .row {
  max-width: 700px;
}

#userPanel .row .small-6 label {
  width: 20%;
}

#userPanel .row .small-6 .dropdown {
  width: 80%;
}

#searchPanel .row .small-4 {
  width: 25%;
  padding-right: 3%;
}

#searchPanel .row .small-6 {
  width: 62%;
}

#searchPanel .row .small-2 {
  width: 12%;
}

@media all and (min-width: 768px) {
  #isettingsPanel, #searchPanel {
    opacity: 0;
  }
}
/* B2C Header */
[role=secondary-nav].header-b2c {
  display: none;
}

.topbar-user header.header-b2c li[role=user-options] a.user-button {
  background-color: #77BC1F;
  padding-left: 30px;
}
.topbar-user header.header-b2c li[role=user-options] a.user-button span {
  color: #fff;
}
.topbar-user header.header-b2c li[role=user-options] .foundicon-remove:before {
  color: #fff;
  padding-left: 10px;
}

header.header-b2c {
  z-index: 10;
}
header.header-b2c [role=user-nav] {
  border: none;
  margin-top: 15px;
  margin-bottom: 0;
}
header.header-b2c .logo-row {
  max-width: 100%;
}
header.header-b2c .logo-row .clearfix {
  display: flex;
}
header.header-b2c li {
  vertical-align: top;
  padding-top: 5px;
}
@media (max-width: 1024px) {
  header.header-b2c li[role=user-options] a {
    max-width: 200px !important;
  }
  header.header-b2c li[role=fulfillment-method] a.btn {
    max-width: 90px;
    padding: 0;
  }
  header.header-b2c li[role=account-menu] .sn-account > ul > li > a {
    padding: 0 !important;
  }
}
header.header-b2c li.has-sub {
  padding-top: 0px;
}
header.header-b2c li[role=user-options] {
  position: relative;
  border-right: none;
}
header.header-b2c li[role=user-options] a .cust-name {
  font-weight: normal;
}
header.header-b2c li[role=user-options] .ex i {
  top: 4px !important;
  left: -5px !important;
}
header.header-b2c li .subnav-check {
  display: none;
}
header.header-b2c li .btn, header.header-b2c li button.btn {
  font-size: 1em;
  line-height: 30px;
  padding: 0 1.25em;
  text-transform: none;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
  letter-spacing: 0;
  border: 0;
  background: none;
  color: #77BC1F;
}
header.header-b2c li .btn span, header.header-b2c li button.btn span {
  vertical-align: top;
}
header.header-b2c li .btn .search-label, header.header-b2c li .btn .cart-label, header.header-b2c li button.btn .search-label, header.header-b2c li button.btn .cart-label {
  padding-left: 0.5rem;
}
header.header-b2c li .btn .sign-in-label, header.header-b2c li .btn .cust-name, header.header-b2c li button.btn .sign-in-label, header.header-b2c li button.btn .cust-name {
  padding-left: 0.3rem;
}
header.header-b2c li .btn:hover {
  color: #222;
  opacity: 1;
  background: none;
}
header.header-b2c .head-row .header-zone.lft {
  width: auto;
}
header.header-b2c .head-row .header-zone.lft .logo-container {
  max-width: 250px;
  width: auto;
  padding: 0 20px;
}
header.header-b2c .head-row .header-zone.rt ul[role=user-nav] {
  position: relative;
}
header.header-b2c .head-row .header-zone.rt ul[role=user-nav] li[role=search-input] {
  position: relative;
  min-width: 110px;
}
header.header-b2c .head-row .header-zone.rt ul[role=user-nav] .foundicon-torso:before, header.header-b2c .head-row .header-zone.rt ul[role=user-nav] .foundicon-cart:before {
  font-size: 24px !important;
}
header.header-b2c .head-row .search-button {
  width: 410px;
  position: absolute;
  right: 0;
  top: 0;
}
header.header-b2c .head-row .search-button .search-area {
  position: relative;
  background-color: white;
  z-index: 1;
  height: 55px;
  float: right;
  padding: 5px 20px 5px 50px;
  cursor: pointer;
}
header.header-b2c .head-row .search-button .search-area .search-label {
  float: right;
  position: absolute;
  background-color: white;
}
header.header-b2c .head-row .search-button .search-area .sb-search {
  position: relative;
  width: auto;
  float: right;
  overflow: hidden;
  float: right;
}
header.header-b2c .head-row .search-button .search-area .sb-search .search-container {
  padding-top: 0px;
  width: 0px;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  transition: width 0.5s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  color: #252525;
  font-weight: normal;
  visibility: hidden;
}
header.header-b2c .head-row .search-button .search-area .sb-search .search-container .search-button {
  width: 40px;
  display: none;
}
header.header-b2c .head-row .search-button .search-area .sb-search .search-container .search-button button.primary {
  background-color: transparent;
}
header.header-b2c .head-row .search-button .search-area .sb-search .search-container .search-button button.primary:after {
  color: #77BC1F;
  width: 100%;
  content: "\e001";
  position: absolute;
  font-family: "good-oatmeal-v2";
  display: inline-block;
  text-indent: 0;
  font-size: 1.25em;
}
header.header-b2c .head-row .search-button .search-area .sb-search .search-container .search-input {
  width: 220px;
  position: relative;
}
header.header-b2c .head-row .search-button .search-area .sb-search .search-container .search-input .icon-close {
  color: #868686;
  visibility: hidden;
}
header.header-b2c .head-row .search-button .search-area .sb-search .search-container .search-input input {
  border: none;
  border-bottom: 1px solid #e1e1e1 !important;
  box-shadow: none;
}
header.header-b2c .head-row .search-button .search-area .sb-search .search-container .search-input input:-ms-input-placeholder {
  color: transparent;
}
header.header-b2c .head-row .search-button .search-area .sb-search .search-container .search-input input::-ms-clear {
  display: none;
}
header.header-b2c .head-row .search-button .search-area .search-area-button:before {
  font-size: 18px;
}
header.header-b2c .head-row .search-button .search-area.show-search {
  cursor: auto;
}
header.header-b2c .head-row .search-button .search-area.show-search .search-container {
  display: block;
  width: 225px;
  visibility: visible;
}
header.header-b2c .head-row .search-button .search-area.show-search .search-container .icon-close {
  visibility: visible !important;
  margin-right: 0;
}
header.header-b2c .head-row .search-button .search-area.show-search .search-label {
  display: none;
}
header.header-b2c .head-row .search-button .search-area.show-search .search-area-button {
  color: #222;
}
header.header-b2c .head-row .isc-nav-bar-b2c {
  display: none;
}
header.header-b2c .remove-search {
  right: 0;
  position: absolute;
}
header.header-b2c .icon-close {
  margin-right: 120%;
  cursor: pointer;
  font-size: 1.25rem;
  float: right;
}
header.header-b2c .mega-nav {
  float: left;
  display: block;
}
header.header-b2c .mega-nav ul li.top-level-category > a {
  display: block;
}
header.header-b2c .mega-nav ul li.top-level-category > a .toggle-sub:before {
  font-family: "good-oatmeal-v2";
  content: "\e608";
  left: 30%;
  color: #77BC1F;
  font-weight: bold;
  cursor: pointer;
  vertical-align: middle;
}
header.header-b2c .mega-nav ul li.top-level-category > a .toggle-sub:hover {
  cursor: pointer;
}
header.header-b2c .mega-nav ul li.top-level-category .second-level-subnav {
  display: none;
  background-color: #555;
  margin: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  flex-wrap: wrap;
}
header.header-b2c .mega-nav ul li.top-level-category .second-level-subnav li.second-level-category {
  padding: 1.5em;
  line-height: 18px;
  display: block;
}
header.header-b2c .mega-nav ul li.top-level-category .second-level-subnav li.second-level-category a {
  color: white;
  font-weight: bold;
  display: inline-table;
  font-size: 14px;
}
header.header-b2c .mega-nav ul li.top-level-category .second-level-subnav li.second-level-category .third-level-subnav {
  margin: 0;
  display: block;
}
header.header-b2c .mega-nav ul li.top-level-category .second-level-subnav li.second-level-category .third-level-subnav li.third-level-category {
  line-height: 18px;
  padding-top: 0;
  margin-top: 6px;
  display: block;
}
header.header-b2c .mega-nav ul li.top-level-category .second-level-subnav li.second-level-category .third-level-subnav li.third-level-category a {
  font-weight: normal;
}
@media all and (min-width: 768px) {
  header.header-b2c .mega-nav ul li.top-level-category .second-level-subnav .second-level-category {
    width: 25%;
  }
}
@media all and (min-width: 1440px) {
  header.header-b2c .mega-nav ul li.top-level-category .second-level-subnav .second-level-category {
    width: 16.66667%;
  }
}
header.header-b2c .mega-nav ul li.top-level-category.hover > .second-level-subnav {
  display: flex;
  display: -webkit-flex;
}
header.header-b2c .mega-nav ul .category-b2c {
  display: none;
}
header.header-b2c .mega-nav ul .subnav .sub-heading {
  display: none;
}
header.header-b2c .mega-nav ul .subnav .sub-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 195px;
}
header.header-b2c .mega-nav ul .subnav .sub-item:hover {
  background: rgba(255, 255, 255, 0.15);
}
header.header-b2c .mega-nav ul .subnav .sub-item a {
  line-height: 35px;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
header.header-b2c .mega-nav ul .subnav .sub-item a .sub-item-text {
  padding: 0 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  font-size: 14px;
}
header.header-b2c .mega-nav ul .subnav .sub-item a .toggle-sub {
  height: inherit;
  display: inline-block;
  line-height: inherit;
  margin: 0;
  width: 30px;
  float: right;
}
header.header-b2c .mega-nav ul .subnav .sub-item a .toggle-sub:before {
  content: "\e605";
  color: white !important;
  float: right;
  padding-right: 10px;
}
header.header-b2c .mega-nav ul .subnav .subnav {
  float: left;
  top: 0;
  left: 100%;
  /* margin-left: -1px;*/
  margin-top: -1px;
}
header.header-b2c .mega-nav ul .sub-item {
  display: list-item;
  padding: 0;
  position: relative;
}
header.header-b2c .mega-nav ul .sub-item.hover > .subnav {
  display: block;
}
header.header-b2c .mega-nav ul .sub-item > a {
  position: relative;
}
header.header-b2c .mega-nav ul:first-child > li .subnav-check {
  display: none;
}
header.header-b2c .mega-nav ul:first-child > li .toggle-sub {
  display: inline-block;
  height: 25px;
}
header.header-b2c .mega-nav ul:first-child > li .toggle-sub:before {
  font-family: "good-oatmeal-v2";
  content: "\e608";
  left: 30%;
  color: #77BC1F;
  font-weight: bold;
  cursor: pointer;
  vertical-align: middle;
  visibility: visible;
}
header.header-b2c .mega-nav ul:first-child > li .toggle-sub:before :hover {
  color: #222;
}
header.header-b2c .mega-nav ul:first-child > li > a:hover .toggle-sub:before, header.header-b2c .mega-nav ul:first-child > li > span > a:hover .toggle-sub:before {
  color: #222 !important;
}
header.header-b2c .mega-nav ul:first-child > li > .subnav {
  left: 0;
}

.nav-container-b2c {
  display: none;
}

.header-b2c .top-category {
  display: none;
}

.header-b2c [role=user-nav] {
  float: right;
}
.header-b2c [role=user-nav] ul li {
  border: none;
}

.header-b2c .qo-button {
  float: right;
}

[role=primary-nav] ul#lnList {
  max-width: 100%;
}

@media all and (min-width: 768px) {
  .header-b2c .ln-button {
    display: none;
  }
  .header-b2c .top-category {
    display: inline-block;
  }
}
.header-b2c [role=cart] {
  float: right;
}

/*@media only screen and (max-width: 767px) {
    header.header-b2c .head-row {
        .isc-nav-bar-b2c, .category-b2c {
            display: block;
        }

        .mega-nav, .header-zone.rt {
            display: none;
        }
    }

    .top-level-category {
        display: none;
    }
}*/
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
}

.isc-nav-bar {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  background: #555555;
  height: 3em;
  text-align: center;
}

.isc-nav-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1040px;
  display: block;
  height: 100%;
}

.isc-nav {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  background: gray;
  height: 100%;
}

div.cart-button {
  height: 100%;
  float: right;
  line-height: 3em;
}

div.cart-button a.cart-link {
  position: relative;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 2em;
  padding: 0 0.5em;
}

a.cart-link {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

div.cart-button a.cart-link > * {
  vertical-align: top;
}

div.cart-button a.cart-link span {
  display: inline-block;
  margin: 0 auto;
  font-size: 0.85em;
}

div.cart-button a.cart-link:before, header label.toggle.burger:after {
  content: "\e00a";
  left: 1em;
  position: static;
  font-family: "good-oatmeal-v2";
  display: inline-block;
  padding-right: 0.25em;
  color: #fff;
  text-indent: 0;
}

header label.toggle.burger {
  line-height: 1.4em;
  height: 100%;
  position: static;
  float: left;
}

header label.toggle.burger {
  text-indent: -9999px;
  position: relative;
  margin-left: 0.9375rem;
}

header label.toggle.burger:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e601";
  font-family: "good-oatmeal-v2";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  font-size: 2.4rem;
}

.panel-nav {
  min-height: 100%;
}

.isc-primary-nav label:before {
  color: rgba(255, 255, 255, 0.4);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  text-indent: 0;
  position: absolute;
  top: 35%;
  left: 35%;
}

.isc-primary-nav .subnav .toggle {
  padding: 0 1.5em;
  font: 1em/3em "Arial, Helvetica, Sans-serif";
  top: 0;
}

.isc-primary-nav .subnav .toggle:before {
  content: "\e00c";
  top: 0;
  font-size: 1.5em;
  left: 0.4em;
}

.isc-primary-nav ul li.header-secondary-menu {
  background: transparent;
  border: none;
}
.isc-primary-nav ul li.header-secondary-menu ul li {
  background: transparent;
  border: none;
}
.isc-primary-nav ul li.header-secondary-menu ul li a {
  padding: 20px 0 0 20px;
  min-height: auto;
  height: auto;
}

@media (min-width: 48em) {
  .isc-primary-nav ul li.header-secondary-menu {
    display: none;
  }
}
@media (max-width: 47.9em) {
  .header-zone.rt .widget-linklist.list-horizontal {
    display: none;
  }
}
#main-nav-check, .isc-primary-nav .subnav-check {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.toggle {
  position: absolute;
  right: 0;
  cursor: pointer;
  color: #fff;
}

.nav-container {
  z-index: 10;
}

.isc-primary-nav, .isc-primary-nav .subnav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 13.75em;
  z-index: 4;
  left: -13.75em;
}

.isc-primary-nav {
  top: -3em;
}

.isc-primary-nav ul {
  text-decoration: none;
  padding: 0;
  list-style: none;
  margin: 0;
  margin-top: 3em;
}

.isc-primary-nav ul li {
  white-space: nowrap;
}

.isc-primary-nav li a {
  display: block;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  line-height: 1.3em;
  padding: 1em;
  white-space: normal;
  width: 78%;
  height: 100%;
}

.isc-primary-nav .subnav {
  margin-top: 0;
  overflow: visible;
}

.isc-primary-nav .sub-heading {
  margin-top: 2.9em;
  padding-left: 1.3125em;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.isc-primary-nav .toggle-sub {
  font: bold 1em/normal Arial;
  color: #fff;
  float: right;
  margin-top: 0;
  width: 3rem;
  cursor: pointer;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.isc-primary-nav .toggle-sub:before {
  /* font-size: 1.5rem;
      color: #fff;*/
}

.isc-primary-nav .close-all {
  display: none;
}

.js .isc-primary-nav .close-all {
  display: inline;
}

.js .isc-primary-nav .toggle {
  top: 0;
  z-index: 9999;
}

.js .isc-primary-nav .subnav .toggle {
  left: 0.15em;
  width: 4em;
}

.nav-item-container {
  display: inline-block;
  width: 100%;
  position: relative;
  max-height: 100%;
  height: 100%;
}

.isc-primary-nav ul ul li a:only-child {
  width: 100%;
}

/*  @media ( min-width:48em ) {
        .js .isc-primary-nav .close-all {
            display: none;
        }

        .container, .isc-primary-nav, .isc-primary-nav .subnav {
            -webkit-transform: translate(0, 0) !important;
            -ms-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
        }

        .isc-primary-nav label, .isc-primary-nav .subnav, .isc-primary-nav .sub-heading, .isc-nav-bar label {
            display: none;
        }

        .isc-primary-nav {
            left: 0;
            bottom: auto;
            height: 0;
            width: 100%;
            top: -50px;
        }

        .isc-primary-nav .toggle-sub {
            margin-right: 0;
        }

        .isc-primary-nav .toggle-sub, .isc-primary-nav .toggle-sub:hover {
            background: transparent;
            margin: 0;
            padding: 1em .4em;
            width: 2.5em;
        }

        .isc-primary-nav ul ul .toggle-sub {
            margin-right: 0;
        }

        .isc-primary-nav ul li:hover > label {
            color: #ccc;
        }

        .isc-primary-nav > ul > li > span > .toggle-sub {
            right: 0;
            top: 0;
        }

        .isc-primary-nav > ul > li > span > .toggle-sub:before {
            content: "\e608";
            left: 30%;
        }

        .isc-primary-nav > ul {
            float: left;
            width: 90%;
            position: relative;
            z-index: 1;
            top: 2px;
            left: 0;
            margin-top: 0;
            display: inline-table;
            border-right: 0;
            font-size: 0.875rem;
        }

        .isc-primary-nav ul:after {
            content: "";
            clear: both;
            display: block;
        }
        // Top Level limites to handle overflow on nav bar elements
        .isc-primary-nav > ul > li {
            max-width: 30%;
            height: 3.4em;
        }

        .isc-primary-nav > ul > li > span > a {
            width: 100%;
            height: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: .5em 3.25em .5em 1em;
            line-height: 2.3em;
        }

        .isc-primary-nav ul li {
            float: left;
            position: relative;
            text-align: left;
            display: list-item;
            margin: 0;
            white-space: nowrap;
            line-height: .6em;
        }

        .isc-primary-nav ul li a {
            overflow: hidden;
            display: inline-block;
            width: 100%;
        }

        .isc-primary-nav ul li a:only-child {
            width: 100%;
        }

        .isc-primary-nav ul li:hover > a {
            -webkit-transition: background-color .25s ease;
            transition: background-color .25s ease;
        }

        .isc-primary-nav ul li:hover > ul {
            display: block;
        }

        .hide-item {
            display: none;
        }

        .isc-primary-nav li ul.subnav.hide-item {
            display: none;
        }

        .isc-primary-nav ul ul {
            position: absolute;
            left: 0;
            margin-left: -1px;
        }

        .isc-primary-nav ul ul li {
            float: none;
            min-width: 13.75em;
            width: 100%;
        }

        .isc-primary-nav ul ul li a {
            padding: .85em 3em .85em 1em;
        }

        .isc-primary-nav ul ul li a:after {
            right: 0.375em;
            margin-top: -1.6875em;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

        .isc-primary-nav ul .subnav {
            top: auto;
            bottom: auto;
            left: auto;
            width: auto;
            -webkit-transform: none !important;
            -ms-transform: none !important;
            transform: none !important;
            min-width: 100%;
            font-size: 1em;
        }

        .isc-primary-nav ul ul .subnav {
            float: left;
            top: 0;
            left: 100%;
            margin-left: -1px;
            margin-top: -1px;
        }

        .isc-primary-nav ul .fly-left ul {
            left: -13.75em;
            margin-left: -2px;
        }

        .isc-primary-nav ul .fly-left .toggle-sub {
            right: auto;
            left: 0.5em;
            left: 0.375em;
            padding-bottom: 1px;
            border-right: 1px solid #444;
            -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

        div.cart-button {
            font-size: .8em;
            line-height: 4em;
        }
    }*/
.isc-primary-nav ul {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.isc-primary-nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.08);
}

.isc-primary-nav ul li a:only-child {
  width: 100%;
}

.isc-primary-nav > ul > li > span > .toggle-sub {
  border-bottom: 1px solid transparent;
}

.isc-primary-nav, .isc-primary-nav .subnav {
  background: #555555;
}

/*
    @media ( min-width:48em ) {
        // Remove shadows from subnav panels on wide viewport
        .isc-primary-nav .subnav {
            border-left: 1px solid rgba(255, 255, 255, 0.3);
        }

        .isc-primary-nav > ul > li {
            border-right: 1px solid rgba(255, 255, 255, 0.20);
            border-bottom: 1px solid transparent;
        }

        .isc-primary-nav > ul {
            border-left: 1px solid rgba(255, 255, 255, 0.2);
        }

        .isc-primary-nav li a:hover, .isc-primary-nav .toggle-sub:hover {
            background-color: rgba(255, 255, 255, .15);
        }

        .isc-primary-nav ul li:hover > a, a.cart-link:hover, a.cart-link:focus {
            background: rgba(255, 255, 255, 0.15);
        }
    }*/
@media screen and (max-width: 1025px) {
  /* [class*="sidebar-"] .ui-lock {
       display: none !important;
   }*/
  .isc-primary-nav {
    top: 0;
    padding-top: 3em;
    position: fixed;
  }
  .isc-primary-nav ul {
    overflow: hidden;
    margin-top: 0;
    border: 0;
  }
  .isc-primary-nav li a {
    width: 84.2%;
  }
  #nwrap, .isc-primary-nav, .isc-primary-nav .subnav {
    /* -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);*/
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
  }
  .isc-primary-nav-top {
    width: 100%;
    height: 3em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
  }
  .isc-primary-nav, .isc-primary-nav .subnav {
    width: 290px;
    left: -290px;
  }
  .isc-primary-nav .subnav {
    top: 3em;
    height: auto;
  }
  .isc-primary-nav .active-nav {
    overflow-y: auto;
  }
  .isc-primary-nav .subnav .subnav {
    top: 0;
  }
  .isc-primary-nav .sub-heading {
    margin-top: 0;
    font-size: 0.875rem;
    line-height: 1.4em;
    white-space: normal;
  }
  .isc-primary-nav .subnav .toggle {
    z-index: 1;
  }
  .isc-primary-nav .toggle.close-all {
    position: absolute;
    top: 0;
    right: 0;
    width: 3rem;
    height: 3rem;
  }
  .isc-primary-nav .close-all:before {
    content: "\e606";
    font-size: 1.5rem;
    color: #fff;
    top: 0;
    left: auto;
    right: 0.6rem;
  }
  .isc-primary-nav .toggle-sub:before {
    top: 0;
    left: auto;
    right: 0.6rem;
  }
  .isc-primary-nav .isc-primary-nav-back {
    position: absolute;
    top: 0;
    left: 0;
  }
  .isc-primary-nav .isc-primary-nav-back.isc-hidden {
    display: none;
  }
  /*    .isc-primary-nav label:before {
                  line-height: 2.1em !important;

      }*/
  .isc-primary-nav label.isc-primary-nav-back:before {
    line-height: inherit !important;
  }
  body:after {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0px;
    height: 0px;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  }
  body[class*=sidebar-]:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  body[class*=sidebar-] {
    position: fixed;
  }
}
.item-opt__changed {
  border: 2px solid red !important;
}

@media all and (min-width: 768px) {
  /*.isc-primary-nav > ul > li > span > .toggle-sub:before {
          font-size: 1.2rem;
          left: .5rem;
          top: .75rem;
      }*/
  .isc-primary-nav .subnav .toggle-sub:before {
    font-size: 1.2rem;
    left: 0.5rem;
    top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .section-container .content {
    display: none;
  }
  .section-container section.active .content {
    display: block !important;
  }
}
.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

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

.warning-message {
  color: red;
}

.hidden {
  visibility: hidden;
}

.top-bar-section {
  -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);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.top-bar-section {
  transform: translate3d(0, 0, 0);
}

.top-bar.expanded {
  background: none transparent;
}

.top-bar-section ul {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  background: none transparent;
  font-size: 16px;
  display: block;
  height: auto;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.top-bar-section .divider {
  border-bottom: solid 1px #0B415C;
  border-top: solid 1px #0B415C;
}

.top-bar-section ul li {
  width: 100%;
}

.top-bar-section ul li > a {
  font-size: 0.8125em;
  font-weight: bold;
  background: none transparent;
  width: 100%;
}

.top-bar-section ul li > a:hover {
  background-color: DodgerBlue;
  color: #fff !important;
}

.top-bar-section ul li > a.button:hover {
  background-color: DodgerBlue;
}

.top-bar-section ul li > a.button.secondary {
  background-color: #e9e9e9;
}

.top-bar-section ul li > a.button.secondary:hover {
  background-color: DodgerBlue;
}

.top-bar-section ul li > a.button.success {
  background-color: #5da423;
}

.top-bar-section ul li > a.button.success:hover {
  background-color: DodgerBlue;
}

.top-bar-section ul li > a.button.alert {
  background-color: #c60f13;
}

.top-bar-section ul li > a.button.alert:hover {
  background-color: DodgerBlue;
}

.top-bar-section ul li.active a {
  background: none transparent;
}

.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
}

.top-bar-section .dropdown li {
  width: 100%;
}

.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}

.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}

.top-bar-section .dropdown li.title h5 a {
  line-height: 22.5px;
  display: block;
}

.top-bar-section .dropdown label {
  padding: 0.5em 1.1em;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  font-size: 1em;
  opacity: 0.7;
  cursor: default;
}

@media (min-width: 768px) {
  /* Header */
  /*header.header-b2c .mega-nav ul .subnav .sub-item a .sub-item-text {
      padding: 7px 14px;
  }

  header.header-b2c .mega-nav ul .subnav .sub-item a {
      line-height: 20px;
      align-items: center;
  }*/
  /*  header.header-b2c .mega-nav ul:first-child > li > a:hover,
  header.header-b2c .mega-nav ul:first-child > li > span > a:hover,
  header.header-b2c .mega-nav ul:first-child > li > a,
  header.header-b2c .mega-nav ul:first-child > li > span > a {
      font-weight: bold;
  }*/
  /*   header.header-b2c li .btn .cart-label {
      padding-left: 0;
  }*/
  /*    header.header-b2c .mega-nav ul li.top-level-category .second-level-subnav {
          width: 768px;
          background-color: white;
          -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
      }
  */
  /*  header.header-b2c .mega-nav ul li.top-level-category .second-level-subnav li.second-level-category {
      display: flex;
      flex: 0 0 33.3%;
      line-height: normal;
  }*/
  /*   header.header-b2c .mega-nav ul li.top-level-category .second-level-subnav .second-level-category {
          width: 33.3%;
      }
  */
  /*   .top-level-category.top-level-item {
      position: relative;
  }*/
  /*    header.header-b2c .mega-nav ul li.top-level-category .second-level-subnav li.second-level-category a {
      color: black;
  }*/
  /*    header.header-b2c .mega-nav ul .subnav .sub-item a .toggle-sub:before {
      color: black !important;
  }*/
  /*header.header-b2c .head-row {
      padding-top: 20px;
      min-height: 120px;
  }*/
  /*
  header.header-b2c .mega-nav .shippers-restricted-width {
      margin: auto;
      width: 100%;
      display: flex;
  }*/
  /*    header.header-b2c .mega-nav .shippers-restricted-width .left-nav {
      flex: 1 1 80%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
  }*/
  /*    header.header-b2c .mega-nav .shippers-restricted-width .right-nav {
      flex: 1 1 20%;
      display: flex;
      justify-content: flex-end;
  }*/
  /*    header.header-b2c .shippers-top-nav .shippers-restricted-width {
      margin: auto;
      width: 100%;
      display: flex;
  }*/
  /*  header.header-b2c .shippers-top-nav .shippers-restricted-width .left-nav {
      flex: 1 1 40%;
      display: flex;
      justify-content: flex-start;
      align-items:flex-end;
  }*/
  /*
      header.header-b2c .shippers-top-nav .shippers-restricted-width .right-nav {
          flex: 1 1 60%;
          display: flex;
          justify-content: flex-end;
      }
  */
  /*    header.header-b2c .mega-nav ul .subnav .sub-item {
      min-width: 235px;
  }*/
  /*header .logo-row {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
  }*/
  /*    header.header-b2c .mega-nav ul:first-child > li {
      line-height: 2em;
      font-size: 16px;
  }*/
  /*    header.header-b2c .mega-nav ul:first-child > li ul.subnav {
          background-color: white;
          -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
      }
  */
  /* header.header-b2c {
      background-color: color('ui-06');
      box-shadow: 0 rem-calc(1) 0 0 color('ui-08');
  }*/
  /*   header.header-b2c .mega-nav ul .subnav .sub-item:hover {
      background-color: #f6f6f6;
  }*/
  /*    header.header-b2c .logo-row .shippers-top {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      color: #a7a8aa;
      font-size: 16px;
      display: block;
  }*/
  /*.shippers-mobile-logo {
      display: none;
  }*/
  /* .shippers-desktop-logo {
      display: block;
  }*/
  /*  .shippers-right {
          float: none;
      }
  */
  /*    .shippers-right .widget-linklist {
      margin: 0;
  }*/
  /*    .shippers-right .widget-linklist ul li {
      margin: 0;
      border: none;
      float: none;
  }*/
  /* .top-row {
      background-color: color('brand-01');
      height: rem-calc(32);

      .top-left {
          padding: rem-calc(5) 0 0 rem-calc(34);
          flex: 1 1 40%;
          color: color('ui-06');
          font-size: rem-calc(12);
          line-height: rem-calc(20);
      }

      .top-right {
          padding-right: rem-calc(38);
          flex: 1 1 60%;

          .widget-linklist {
              margin: 0;

              ul li a {
                  color: color('ui-06');
                  font-size: rem-calc(12);
                  line-height: rem-calc(14);
              }
          }
      }
  }*/
  /* .shippers-right .widget-linklist ul li a {
    color: black;
    font-size: 0.8em;
  }*/
  /*    .shippers-right .head-row .search-container .search-button button {
          background: #9fc955 0% 0% no-repeat padding-box;
          box-shadow: none;
          border: none;
          border-radius: 0px;
      }
  */
  /*  .container {
      min-height: 48vh;
      max-width: none;
  }*/
  /*.search-container .search-input {
      width: 0;
  }*/
  /*
      .cust-name-arrow:before {
          font-family: "good-oatmeal-v2";
          content: "\e608";
          left: 30%;
          font-weight: bold;
          color: black;
          cursor: pointer;
          vertical-align: middle;
          visibility: visible;
          text-decoration: none;
      }
  */
  /*    header.header-b2c .mega-nav .right-nav ul:first-child > .has-sub ul {
      display: none;
  }

  header.header-b2c .mega-nav .right-nav ul:first-child > .has-sub:hover ul {
      display: block;
  }*/
  /* .cust-name-arrow:hover:before {
      color: black !important;
  }*/
  /*  .header-b2c [role="user-nav"] {
          float: none;
          position: relative;
      }
  */
  /*    header.header-b2c [role="user-nav"] {
      margin-top: 8px;
  }*/
  /*    header.header-b2c .head-row .header-zone.rt ul[role="user-nav"] {
      display: flex;
  }*/
  /*header.header-b2c .head-row .header-zone.lft {
      display: flex;
      width: auto;
  }*/
  /* header.header-b2c .head-row .header-zone.rt {
      width: 100%;
      float: none;
      padding-left: rem-calc(90);
  }*/
  /*
  header.header-b2c .mega-nav {
      width: 100%;
      display: flex;
      padding-left: 10px;
      padding: rem-calc(3) 0;
  }*/
  /*    header.header-b2c .shippers-top-nav {
      width: 100%;
      display: flex;
      margin-bottom: rem-calc(12);
      padding-left:rem-calc(100);
  }*/
  /*header.header-b2c .mega-nav ul {
      margin-top: 0;
  }*/
  /*   header.header-b2c .head-row .header-zone.top {
      width: 100%;
      text-align: right;
      background-color: white;
      color: black;
  }

  header.header-b2c .head-row .header-zone.top > a {
      color: black;
      font-size: 14px;
      margin-left: 25px;
  }*/
  /*    header.header-b2c .head-row .header-zone.lft .logo-container {
          padding: 0;
          margin: auto;
      }
  */
  /*    header.header-b2c .head-row .header-zone.lft .logo-container img {
          min-width: rem-calc(203);
          width: rem-calc(203);
          height: rem-calc(62);
      }
  */
  /*  header.header-b2c .logo-row {
      margin: auto;
  }*/
  /*header.header-b2c .logo-row .clearfix {
      max-width: 1440px;
      margin: auto;
  }*/
  /*    header.header-b2c .mega-nav ul li.top-level-category > a .toggle-sub:before {
          color: black;
      }
  */
  /*    header.header-b2c .head-row .search-button {
      width: 9%;
      top: -3px;
      right: 10px;
  }*/
  /* .head-row .search-container {
      padding-top: 0;
      width: 0;
  }*/
  /*  header.header-b2c #wideSearch {
      position: relative;
  }*/
  /*  header.header-b2c .head-row .header-zone.rt #wideSearch form {
      width: 100%;
      margin: 0 auto;
      text-align: center;
  }*/
  /*  header.header-b2c .head-row .header-zone.rt .search-wrapper {
          width: 100%;
          position: relative;
          z-index: 95;
          left: -9px;
          float: none;
      }
  */
  /*  header.header-b2c .head-row .header-zone.rt #wideSearch {
      width: 96%;
      float: none;
  }*/
  /*    header.header-b2c .head-row [role="sign-in"] {
      padding-right: 30px !important;
  }*/
  /*   header.header-b2c .mega-nav ul:first-child > li {
          padding-left: 0;
      }
  */
  /*   header.header-b2c .mega-nav .shippers-restricted-width .left-nav ul:first-child > li {
      padding-right: 25px;
  }*/
  /*  header.header-b2c #wideSearch .search-input {
      width: 96%;
  }*/
  /*  header.header-b2c li .btn,
  header.header-b2c li button.btn {
      color: black;
      padding: 0;
      font-size: 16px;
  }*/
}
.isc-content-block {
  display: inline;
  margin: 0;
}

.isc-edit-on .isc-content-block {
  display: block;
}

#isc-content-menu {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  overflow: hidden;
  height: 38px;
  border-bottom: 1px solid #ccc;
}

#isc-content-menu button {
  color: #222;
  font-weight: bold;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  padding: 0 15px;
  border-radius: 0;
  margin: 0;
  background: #fff;
  height: 36px;
  cursor: pointer;
  border: 0;
  border-top: 0;
  opacity: 0.9;
  background: url(../Images/isc/icon-checkbox.png) no-repeat 15px 46%;
  padding-left: 34px;
}

#isc-content-menu button.btn-preview {
  border-right: 1px solid #d2d2d2;
}

#isc-content-menu button.btn-preview:hover, #isc-content-menu button.btn-preview:focus {
  color: #ee720e;
}

#isc-content-menu button.btn-preview.btn-active {
  color: #ee720e;
  background: url(../Images/isc/icon-review-on.png) no-repeat 15px 46%;
}

#isc-content-menu button.btn-edit {
  margin-left: -4px;
}

#isc-content-menu button.btn-edit:hover, #isc-content-menu button.btn-edit:focus {
  color: #0898e2;
}

#isc-content-menu button.btn-edit:disabled {
  color: #aaa;
  cursor: default;
}

#isc-content-menu button.btn-edit:disabled {
  color: #aaa;
  cursor: default;
}

#isc-content-menu button.btn-edit.btn-active {
  color: #0898e2;
  background: url(../Images/isc/icon-edit-on.png) no-repeat 15px 46%;
}

#isc-content-menu button:hover {
  opacity: 1;
}

.isc-edit-on .isc-content-block {
  display: inline-block;
  min-height: 25px;
  min-width: 25px;
  position: relative;
}

.isc-edit-on .isc-content-block:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px dashed #15a2eb;
  cursor: pointer;
  z-index: 900;
  background: url(../Images/isc/isc-edit-overlay.png) repeat 0 0 transparent;
}

.isc-edit-on .isc-unapprovedcontent-block {
  display: inline-block;
  min-height: 25px;
  min-width: 25px;
  position: relative;
}

.isc-edit-on .isc-unapprovedcontent-block:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px dashed #ed7515;
  cursor: pointer;
  z-index: 900;
  background: url(../Images/isc/isc-review-overlay.png) repeat 0 0 transparent;
}

#isc-content-approval-toolbar {
  margin-bottom: 5px;
  float: right;
}

#isc-content-publish-date {
  width: 150px;
}

.ui-dialog {
  z-index: 9020 !important;
}

#isc-content-info {
  margin-bottom: 0.25em;
}

#isc-content-info select {
  width: auto;
  max-width: 90%;
  margin-right: 1em;
}

#isc-content-info tr:first-child {
  border-bottom: 1px solid #ccc;
}

#isc-content-info th, #isc-content-info td {
  padding-bottom: 0.5em;
  padding-top: 0.75em;
}

#isc-content-info tr:first-child th, #isc-content-info tr:first-child td {
  padding-top: 0.5em;
}

#isc-content-info th {
  font-style: italic;
  text-align: left;
  padding-right: 0.5em;
}

#isc-content-info td {
  font-weight: bold;
  padding-right: 0.5em;
}

.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 8px;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
}

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #e1edf1;
  position: relative;
}

.jspDrag {
  background: #ddddde;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

* html .jspCorner {
  margin: 0 -3px 0 0;
}

/**
.reveal-modal {
    height: 0;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    text-align: center;
    width: 90%;
    position: fixed;
    top: 20px !important;
}

.reveal-modal .modal-wrap {
    background-color: white;
    padding: rem-calc(20);
    border: solid 1px #ddd;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    text-align: left;

    @include screen-lt("md") {
        padding: rem-calc(24);
    }
}

@media all and (max-width: 767px) {
    .reveal-modal {
        min-height: 1em; // Foundation override
    }
}

.reveal-modal .modal-wrap > h1,
.reveal-modal .modal-wrap > h2,
.reveal-modal .modal-wrap > h4 {
    margin-top: 0;
    width: 80%;
}

.reveal-modal .modal-wrap .message {
    margin-bottom: 1.5em;
    font-size: 14px;
}

// Modal - Add to Cart Notification 

#AddToCartPopup .modal-wrap {
    max-width: 480px;
}

#AddToCartPopup .modal-wrap h4 {
    display: none;
}

// Modal - Quote Item 

#quoteLineCalculatorForm {
    max-height: calc(100vh - 140px);
    overflow: auto;
}

// Modal - Assign role 

.tip-role {
    max-height: calc(100vh - 140px);
    overflow: auto;
}

// Modal - Add Wishlist 

.popup-add-wishlist {
    .modal-wrap {
        max-width: 480px;

        .message {
            margin-bottom: 0;
        }
    }

    .pop-content {
        .thor {
            margin: -1em 0 .5em 0;
            font-weight: bold;
            font-style: italic;
            text-transform: uppercase;
        }

        .schedule-reminder {
            margin-bottom: 10px;
            margin-left: 0;
            margin-right: 0;

            input[type="checkbox"] {
                margin: 0 6px 0 0;
                vertical-align: middle;
            }

            label {
                cursor: pointer;
            }
        }

        .btns {
            margin: 0;
            margin-top:rem-calc(10);

            .btn {
                margin-bottom: 0;
            }
        }
    }

    .columns {
        padding-left: 0;
    }

    .select-list .wishlist-selector {
        .k-input {
            padding-right: 2em;
        }

        + .icon-arw-down-5 {
            position: absolute;
            top: 0.3em;
            right: .5em;
            font-size: 22px;
            cursor: pointer;
        }
    }
}

@media all and (min-width: 768px) {
    .popup-add-wishlist .large-7.columns {
        padding-right: 0;
    }
}

// Modal - Create Wishlist 

.popup-create-wishlist .modal-wrap {
    max-width: 480px;
}

// Modal - Delete Wishlist 

.popup-delete-wishlist-confirm .modal-wrap {
    max-width: 480px;
}

// Modal - Forgot PW 

.popup-forgot-pw {
    height: 100%;
}

.popup-forgot-pw .modal-wrap {
    max-width: 480px;
}

.popup-forgot-pw .email-addy .large-5 {
    padding-left: 0;
}

.popup-forgot-pw .email-addy .large-7 {
    padding: 0;
}

.popup-forgot-pw .btns {
    margin: .5em 0;
}

.popup-forgot-pw .btns .btn {
    float: right;
    margin-left: 1em;
}

@media all and (max-width: 767px) {
    .popup-forgot-pw {
        overflow-y: scroll;
    }

    .popup-forgot-pw .btns .btn {
        width: 100%;
        margin: 0 0 1em 0;
    }
}

// Modal - Security Code 

.popup-security-code .modal-wrap {
    max-width: 660px;
}

// Modal - Share 

.popup-share .modal-wrap {
    max-width: 480px;
}

.popup-share .modal-wrap textarea {
    height: 150px;
}

// Modal - Requisition Detail 

.popup-requisition .modal-wrap {
}

.popup-requisition .col-qty-remove input {
    width: 50px;
    display: inline-block;
    float: left;
    margin-right: 0.5em;
}

.popup-requisition .col-qty-remove .btn {
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    font-size: 1em;
}

.popup-requisition .item-list .item-details {
    padding-right: 1em !important;
}

.popup-requisition .item-list .item-code-notes {
    width: 100%;
    padding: 0 1em .5em 1em !important;
}

.popup-requisition .item-list .item-code-notes strong {
    display: block;
    margin-bottom: .25em;
}

.popup-requisition .btns {
    margin-bottom: 1.5em;
}

@media all and (max-width: 767px) {

    .popup-requisition .info-tbl {
        margin-bottom: 0;
    }

    .popup-requisition table.info-tbl td {
        height: 90px !important;
    }
}

@media all and (max-width: 480px) {

    .popup-requisition {
        width: 100%;
        left: 0;
    }

    .popup-requisition .modal-wrap {
        padding-left: .75em;
        padding-right: .75em;
    }

    .popup-requisition table.info-tbl td {
        height: 120px !important;
    }

    .popup-requisition .info-tbl td,
    .popup-requisition .info-tbl th {
        font-size: 12px;
    }
}

.reveal-modal .close-reveal-modal {
    font-size: 2em;
    font-weight: 400;
    text-decoration: none;
    color: #868686;
    top: .25em;
    right: .25em;
    background: #fff;
    height: 30px;
}

.reveal-modal .close-reveal-modal:hover, .reveal-modal .close-reveal-modal:focus {
    color: inherit;
}

.reveal-modal .close-on-click {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    background: none transparent;
}

.reveal-modal .close-on-click:after {
    content: " ";
    display: table-cell;
    clear: both;
}

.reveal-modal .close-on-click h5 {
    margin-top: 0;
}

// Survey Modal 

.reveal-modal.survey-modal .modal-wrap {
    width: auto;
}

// Fulfillment Method 

.delivery-method-popup {
    max-width: 450px !important;

    .delivery-method h3 {
        font-size: 1.5em;
    }
}

.delivery-method {
    h3 {
        margin-top: 0;
    }

    .delivery-method-options {
        display: inline-block;
        margin-bottom: .7em;

        .delivery-method-option {
            float: left;
            margin-right: 1em;

            input[type="radio"] {
                margin-right: .15em;
            }

            label {
                margin-left: 0;
                font-size: 1.1em;
                font-weight: bold;
            }
        }
    }

    .warehouse-selection-link {
        display: inline-block;
        margin-top: 1em;
    }
}

.warehouse-info {
    h4 {
        margin-top: 0;
        margin-bottom: .2em;
    }

    p {
        margin-bottom: 0;
        line-height: 1.2;
    }
}

@media (min-width: 768px) {
    #popup-product-subscription {
        margin-top: 3rem;
    }
}

#popup-product-subscription {
    max-width: 360px;
}

#popup-product-subscription span {
    font-weight: bold;
}

#popup-product-subscription input {
    margin-right: 0;
}

#popup-product-subscription .month-column-1 {
    width: 50%;
    float: left;
}

#popup-product-subscription .month-column-2 {
    width: 50%;
    float: right;
}

#popup-product-subscription button {
    margin: 1rem 0 0 .5rem;
    float: right;
}**/
.sn-lang > ul {
  list-style: inside none;
  padding: 0;
  margin: 0;
}

.sn-lang > ul > li {
  list-style: inside none;
  margin: 0;
  display: inline-block;
  position: relative;
}

.sn-lang > ul > li > a {
  outline: none;
  display: block;
  position: relative;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  padding: 0 1.25em !important;
}

.sn-lang li a img {
  display: inline-block;
  width: auto;
  max-width: 20px;
  height: auto;
  max-height: 20px;
  margin-right: 0.5em;
  vertical-align: middle;
}

.sn-lang ul li.has-sub:hover > ul,
.sn-lang ul li.has-sub:focus > ul,
.sn-lang ul li.has-sub:hover > div,
.sn-lang ul li.has-sub:focus > div {
  display: block;
}

.sn-lang ul li > ul, .sn-lang ul li > div {
  display: none;
  width: auto;
  position: absolute;
  top: auto;
  z-index: 999;
  text-align: left;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 3px 5px 0 rgba(25, 25, 25, 0.2);
  box-shadow: 0 3px 5px 0 rgba(25, 25, 25, 0.2);
}

.sn-lang ul li > ul {
  width: 200px;
  overflow: auto;
  min-height: 1px;
  max-height: 360px;
  z-index: 4;
  margin: 0;
}

.sn-lang ul li > ul li {
  display: block;
  list-style: inside none;
  padding: 0;
  margin: 0;
  position: relative;
  border-top: 1px solid #eee;
  width: 100%;
}

.sn-lang ul li > ul li.lang-current {
  background: #F6F6F6;
  font-weight: 600;
}

.sn-lang ul li > ul li:hover, .sn-lang ul li > ul li:focus {
  background: #F6F6F6;
}

.sn-lang ul li > ul li:first-child {
  border: 0;
}

.sn-lang ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  margin: 0;
  padding: 0.25em 10px;
  text-decoration: none;
}

.sn-lang ul li > ul li a span:after {
  content: " ";
  display: table;
  clear: both;
}

.sn-lang > ul > li > ul > li a:hover,
.sn-lang > ul > li > ul > li a:focus, .sn-lang > ul > li > ul > li a:hover span {
  text-decoration: none;
}

.sn-lang > ul > li > a:hover,
.sn-lang > ul > li > a:focus {
  background-color: #77BC1F;
  color: #ffffff;
}

.sn-currency {
  display: inline-block;
}

.sn-currency > ul {
  list-style: inside none;
  padding: 0;
  margin: 0;
}

[role=multi-lang] + [role=currency] {
  border-left: 1px solid #ddd;
}

.sn-currency > ul > li {
  list-style: inside none;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
}

.sn-currency > ul > li > a {
  outline: none;
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0 0.75em !important;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
}

.sn-currency ul li.has-sub:hover > ul,
.sn-currency ul li.has-sub:focus > ul,
.sn-currency ul li.has-sub:hover > div,
.sn-currency ul li.has-sub:focus > div {
  display: block;
}

.sn-currency ul li > ul, .sn-currency ul li > div {
  display: none;
  width: auto;
  position: absolute;
  top: auto;
  margin: 0;
  z-index: 999;
  text-align: left;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 3px 5px 0 rgba(25, 25, 25, 0.2);
  box-shadow: 0 3px 5px 0 rgba(25, 25, 25, 0.2);
}

.sn-currency ul li > ul {
  width: 200px;
  overflow: auto;
  min-height: 1px;
  max-height: 360px;
}

.sn-currency ul li > ul li {
  display: block;
  list-style: inside none;
  padding: 0;
  margin: 0;
  position: relative;
  border-top: 1px solid #eee;
  width: 100%;
}

.sn-currency ul li > ul li.currency-current {
  background: #F6F6F6;
  font-weight: 600;
}

.sn-currency ul li > ul li:hover, .sn-currency ul li > ul li:focus {
  background: #F6F6F6;
}

.sn-currency ul li > ul li:first-child {
  border: 0;
}

.sn-currency > ul > li:first-child > a > span.currency-label {
  display: none;
}

.sn-currency > ul > li:first-child > a > span.currency-symbol {
  font-size: 0.8em;
}

.sn-currency ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  margin: 0;
  padding: 0.25em 10px;
  text-decoration: none;
}

.sn-currency ul li > ul li a span {
  display: inline-block;
  vertical-align: middle;
}

.sn-currency ul li > ul li a span:after {
  content: "";
  display: table-cell;
  clear: both;
}

.sn-currency > ul > li > ul > li a:hover,
.sn-currency > ul > li > ul > li a:focus, .sn-currency ul ul a:hover span {
  text-decoration: none;
}

.sn-currency > ul > li > a:hover,
.sn-currency > ul > li > a:focus {
  background-color: #77BC1F;
  color: #ffffff;
}

.currencies-menu {
  width: auto;
  overflow: hidden;
  min-height: 1px;
  max-height: 360px;
  z-index: 100;
  margin: 0;
  border: 1px solid #ddd;
  background: white;
  position: absolute;
  visibility: hidden;
  -webkit-box-shadow: 0 1px 5px 0 rgba(25, 25, 25, 0.2);
  box-shadow: 0 1px 5px 0 rgba(25, 25, 25, 0.2);
}
.currencies-menu li {
  border-top: 1px solid #eee;
  line-height: 1.8rem;
}
.currencies-menu li.currency-current {
  background: #F6F6F6;
  font-weight: 600;
}
.currencies-menu li a {
  padding: 0.45em 10px;
  text-decoration: none !important;
}
.currencies-menu li a span {
  vertical-align: middle;
}
.currencies-menu li:hover {
  background: #F6F6F6;
}

.sn-currency {
  display: inline-block;
}

.sn-currency > ul {
  list-style: inside none;
  padding: 0;
  margin: 0;
}

[role=multi-lang] + [role=currency] {
  border-left: 1px solid #ddd;
}

.sn-currency > ul > li {
  list-style: inside none;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
}

.sn-currency > ul > li > a {
  outline: none;
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0 0.75em !important;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
}

.sn-currency ul li.has-sub:hover > ul,
.sn-currency ul li.has-sub:focus > ul,
.sn-currency ul li.has-sub:hover > div,
.sn-currency ul li.has-sub:focus > div {
  display: block;
}

.sn-currency ul li > ul, .sn-currency ul li > div {
  display: none;
  width: auto;
  position: absolute;
  top: auto;
  margin: 0;
  z-index: 999;
  text-align: left;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 3px 5px 0 rgba(25, 25, 25, 0.2);
  box-shadow: 0 3px 5px 0 rgba(25, 25, 25, 0.2);
}

.sn-currency ul li > ul {
  width: 200px;
  overflow: auto;
  min-height: 1px;
  max-height: 360px;
}

.sn-currency ul li > ul li {
  display: block;
  list-style: inside none;
  padding: 0;
  margin: 0;
  position: relative;
  border-top: 1px solid #eee;
  width: 100%;
}

.sn-currency ul li > ul li.currency-current {
  background: #F6F6F6;
  font-weight: 600;
}

.sn-currency ul li > ul li:hover, .sn-currency ul li > ul li:focus {
  background: #F6F6F6;
}

.sn-currency ul li > ul li:first-child {
  border: 0;
}

.sn-currency > ul > li:first-child > a > span.currency-label {
  display: none;
}

.sn-currency > ul > li:first-child > a > span.currency-symbol {
  font-size: 0.8em;
}

.sn-currency ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  margin: 0;
  padding: 0.25em 10px;
  text-decoration: none;
}

.sn-currency ul li > ul li a span {
  display: inline-block;
  vertical-align: middle;
}

.sn-currency ul li > ul li a span:after {
  content: "";
  display: table-cell;
  clear: both;
}

.sn-currency > ul > li > ul > li a:hover,
.sn-currency > ul > li > ul > li a:focus, .sn-currency ul ul a:hover span {
  text-decoration: none;
}

.sn-currency > ul > li > a:hover,
.sn-currency > ul > li > a:focus {
  background-color: #77BC1F;
  color: #ffffff;
}

.sn-account > ul {
  list-style: inside none;
  padding: 0;
  margin: 0;
}

.sn-account > ul > li {
  list-style: inside none;
  margin: 0;
  display: inline-block;
  position: relative;
}

.sn-account > ul > li > a {
  outline: none;
  display: block;
  position: relative;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  padding: 0 1.25em !important;
}

.sn-account li a img {
  display: inline-block;
  width: auto;
  max-width: 20px;
  height: auto;
  max-height: 20px;
  margin-right: 0.5em;
  vertical-align: middle;
}

.sn-account ul li.has-sub:hover > ul,
.sn-account ul li.has-sub:focus > ul,
.sn-account ul li.has-sub:hover > div,
.sn-account ul li.has-sub:focus > div {
  display: block;
}

.sn-account ul li > ul, .sn-account ul li > div {
  display: none;
  width: auto;
  position: absolute;
  top: auto;
  z-index: 999;
  text-align: left;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 3px 5px 0 rgba(25, 25, 25, 0.2);
  box-shadow: 0 3px 5px 0 rgba(25, 25, 25, 0.2);
}

.sn-account ul li > ul {
  width: 200px;
  overflow: auto;
  min-height: 1px;
  max-height: 360px;
  z-index: 4;
  margin: 0;
  right: 0;
}

.sn-account ul li > ul li {
  display: block;
  list-style: inside none;
  padding: 0;
  margin: 0;
  position: relative;
  border-top: 1px solid #eee;
  width: 100%;
}

.sn-account ul li > ul li.lang-current {
  background: #F6F6F6;
  font-weight: 600;
}

.sn-account ul li > ul li:hover, .sn-account ul li > ul li:focus {
  background: #F6F6F6;
}

.sn-account ul li > ul li:first-child {
  border: 0;
}

.sn-account ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  margin: 0;
  padding: 0.25em 10px;
  text-decoration: none;
}

.sn-account ul li > ul li a span:after {
  content: " ";
  display: table;
  clear: both;
}

.sn-account > ul > li > ul > li a:hover,
.sn-account > ul > li > ul > li a:focus, .sn-account > ul > li > ul > li a:hover span {
  text-decoration: none;
}

.sn-account > ul > li > a:hover,
.sn-account > ul > li > a:focus {
  background-color: #77BC1F;
  color: #ffffff;
}

.languages-menu {
  width: auto;
  overflow: hidden;
  min-height: 1px;
  max-height: 360px;
  z-index: 100;
  margin: 0;
  border: 1px solid #ddd;
  background: white;
  position: absolute;
  visibility: hidden;
  -webkit-box-shadow: 0 1px 5px 0 rgba(25, 25, 25, 0.2);
  box-shadow: 0 1px 5px 0 rgba(25, 25, 25, 0.2);
}
.languages-menu li {
  border-top: 1px solid #eee;
  line-height: 1.8rem;
}
.languages-menu li.lang-current {
  background: #F6F6F6;
  font-weight: 600;
}
.languages-menu li a {
  padding: 0.45em 10px;
  text-decoration: none !important;
}
.languages-menu li a img {
  display: inline-block;
  width: auto;
  max-width: 20px;
  height: auto;
  max-height: 20px;
  margin-right: 0.5em;
  vertical-align: middle;
}
.languages-menu li a span {
  vertical-align: middle;
}
.languages-menu li:hover {
  background: #F6F6F6;
}

.right-nav .sign-in-popup-wrapper {
  margin: 1rem;
}
.right-nav li.ssi-sign-in {
  position: relative;
}
.right-nav .ssi-sign-in,
.right-nav .ssi-mini-cart,
.right-nav .ssi-my-account {
  padding-bottom: 3.4375rem;
}
.right-nav .ssi-sign-in:hover .popover,
.right-nav .ssi-mini-cart:hover .popover,
.right-nav .ssi-my-account:hover .popover {
  top: 3.125rem;
  opacity: 1;
  pointer-events: all;
}
.right-nav .ssi-my-account {
  padding-bottom: 1.25rem;
}
.right-nav .popover {
  margin: 0;
  padding: 0;
  transition: all 300ms ease;
  width: 19.375rem;
  list-style: none;
  background-color: #FFF;
  border: 0.0625rem solid #CCCCCC;
  box-shadow: 0 0.75rem 1.5rem -0.625rem rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 1;
  right: 0;
  top: 3.125rem;
  opacity: 0;
  pointer-events: none;
}
.right-nav .popover.pop-right:before {
  content: " ";
  top: -0.8125rem;
  right: 0.4375rem;
  position: absolute;
  border-left: solid transparent 0.625rem;
  border-right: solid transparent 0.625rem;
  border-bottom: solid #CCCCCC 0.8125rem;
}
.right-nav .popover.pop-right:after {
  content: " ";
  top: -0.75rem;
  right: 0.5rem;
  position: absolute;
  border-left: solid transparent 0.5625rem;
  border-right: solid transparent 0.5625rem;
  border-bottom: solid #FFF 0.75rem;
}
@media screen and (max-width: 768px) {
  .right-nav .popover.pop-right:before, .right-nav .popover.pop-right:after {
    display: none;
  }
}
.right-nav .popover .notify {
  white-space: normal;
  padding: 0;
}
.right-nav .popover .password {
  position: relative;
  padding-top: 0.125rem;
}
.right-nav .popover .password .forgot-password {
  line-height: 1rem;
  position: absolute;
  top: 0;
  right: 0;
}
.right-nav .popover .password .forgot-password a {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1rem;
}
.right-nav .popover .password .forgot-password a, .right-nav .popover .password .forgot-password a:link, .right-nav .popover .password .forgot-password a:active, .right-nav .popover .password .forgot-password a:focus {
  color: #EA701E;
}
.right-nav .popover .password .forgot-password a:hover {
  color: #FF832F;
}
.right-nav .popover .password .forgot-password a:visited {
  color: #AA4C0D;
}
.right-nav .popover .remember-me {
  margin-top: 0.125rem;
}
.right-nav .popover .remember-me label {
  margin-bottom: 0;
}
.right-nav .popover .sign-in-actions button,
.right-nav .popover .register-action button {
  width: 100%;
}
.right-nav .popover .register-action {
  border-top: 0.0625rem solid #979797;
}
.right-nav .popover a.button {
  font-size: 0.75rem;
  color: #FFFFFF;
  line-height: 0.8125rem;
}
.right-nav .popover a.button.ghost {
  color: #EA701E;
}
.right-nav .popover a.button.sm {
  line-height: 0.875rem;
}
.right-nav .ssi-my-account .popover {
  width: 31.25rem;
  max-height: 60vh;
  white-space: normal;
}
.right-nav .ssi-my-account .popover .ma-overlay {
  display: flex;
  flex-wrap: no-wrap;
  max-height: 60vh;
  padding: 1.0625rem;
}
.right-nav .ssi-my-account .popover .my-account-navigation {
  padding-right: 1.4375rem;
  border-right: 0.0625rem solid #CCCCCC;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.right-nav .ssi-my-account .popover .my-account-navigation::-webkit-scrollbar {
  display: none;
}
.right-nav .ssi-my-account .popover .my-account-navigation .my-account-navigation-list li {
  margin-bottom: 0.625rem;
  display: list-item;
}
.right-nav .ssi-my-account .popover .my-account-navigation .my-account-navigation-list li a:not(.btn) {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: normal;
  color: #333333;
}
.right-nav .ssi-my-account .popover .my-account-info {
  padding-left: 1.4375rem;
  position: relative;
}
.right-nav .ssi-my-account .popover .name, .right-nav .ssi-my-account .popover .name-label, .right-nav .ssi-my-account .popover .company, .right-nav .ssi-my-account .popover .customer-number, .right-nav .ssi-my-account .popover .sales-rep, .right-nav .ssi-my-account .popover .sales-rep-label {
  font-size: 0.875rem;
  line-height: 1.375rem;
  padding: 0;
  margin: 0;
}
.right-nav .ssi-my-account .popover .name, .right-nav .ssi-my-account .popover .customer-number-label, .right-nav .ssi-my-account .popover .sales-rep {
  font-weight: bold;
}
.right-nav .ssi-my-account .popover .name {
  margin-bottom: 0.3125rem;
}
.right-nav .ssi-my-account .popover .contact-info {
  display: flex;
  flex-direction: column;
}
.right-nav .ssi-my-account .popover .contact-info a {
  font-size: 0.75rem;
}
.right-nav .ssi-my-account .popover .contact-info a i {
  margin-right: 0.4375rem;
}
.right-nav .ssi-my-account .popover .contact-info a i:before {
  color: rgba(29, 66, 138, 0.33);
  font-size: 0.625rem;
}
.right-nav .ssi-my-account .popover .contact-info a i.icon-phone:before {
  font-size: 0.8125rem;
}
.right-nav .ssi-my-account .popover .actions a.button {
  margin: 0;
}
.right-nav .ssi-my-account .popover .actions .sign-out-link {
  padding: 1.0625rem;
}
.right-nav .ssi-my-account .popover .actions .sign-out-link a {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.right-nav .ssi-my-account .popover .actions .sign-out-link a i {
  margin-right: 0.3125rem;
}
.right-nav .ssi-my-account .popover .actions .sign-out-link a i:before {
  color: rgba(29, 66, 138, 0.33);
  font-size: 0.625rem;
}
.right-nav .ssi-mini-cart .popover {
  width: 21.25rem;
  height: 31.25rem;
  max-height: 60vh;
  padding: 0;
  z-index: 2;
}
.right-nav .ssi-mini-cart .popover > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.right-nav .ssi-mini-cart .popover > div .title {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.0625rem solid rgb(216.75, 216.75, 216.75);
}
.right-nav .ssi-mini-cart .popover > div .title div {
  padding: 0.625rem;
}
.right-nav .ssi-mini-cart .popover > div .actions {
  display: flex;
  justify-content: space-around;
  padding: 0.625rem;
  border-top: 0.0625rem solid rgb(216.75, 216.75, 216.75);
}
.right-nav .ssi-mini-cart .popover > div .actions a {
  margin: 0;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  display: block;
}
.right-nav .ssi-mini-cart .popover .list {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
}
.right-nav .ssi-mini-cart .popover .list::-webkit-scrollbar {
  display: none;
}
.right-nav .ssi-mini-cart .popover .list .no-items-message {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
}
.right-nav .ssi-mini-cart .popover .list li {
  border-bottom: 0.0625rem solid rgb(216.75, 216.75, 216.75);
  position: relative;
  display: flex;
  padding: 0 0.625rem;
}
.right-nav .ssi-mini-cart .popover .list li .btn-remove {
  position: absolute;
  top: 0.3125rem;
  right: 0.625rem;
  font-size: 0.75rem;
  opacity: 0;
  transition: all 200ms ease;
  line-height: 0.625rem;
}
.right-nav .ssi-mini-cart .popover .list li .btn-remove .icon-remove-hover:before {
  font-size: 0.625rem;
  color: #666666;
}
.right-nav .ssi-mini-cart .popover .list li:hover {
  background-color: #FF832F;
}
.right-nav .ssi-mini-cart .popover .list li:hover .btn-remove {
  opacity: 1;
}
.right-nav .ssi-mini-cart .popover .list li .product-image {
  padding: 0.9375rem 0.625rem 0.9375rem 0;
}
.right-nav .ssi-mini-cart .popover .list li .product-image .item-thumb {
  width: 100%;
  padding: 0;
}
.right-nav .ssi-mini-cart .popover .list li .product-image .item-thumb img {
  width: 3.875rem;
  height: 3.875rem;
  max-width: 3.875rem;
  max-height: 3.875rem;
  object-fit: contain;
  border: 0.0625rem solid rgb(216.75, 216.75, 216.75);
  background-color: white;
}
.right-nav .ssi-mini-cart .popover .list li .product-info {
  flex: 1;
  padding-top: 0.625rem;
}
.right-nav .ssi-mini-cart .popover .list li .product-info .product-name a {
  color: #333333;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: bold;
  white-space: normal;
}
.right-nav .ssi-mini-cart .popover .list li .product-info .product-name .erp-number {
  font-size: 0.75rem;
}
.right-nav .ssi-mini-cart .popover .list li .product-info .price {
  flex: 1;
  font-size: 0.75rem;
}
.right-nav .ssi-mini-cart .popover .list li .product-info .price .price-extended {
  flex: 1;
}
.right-nav .ssi-mini-cart .popover .list li .product-info .price .quote-required {
  display: inline;
}
.right-nav .ssi-mini-cart .popover .list li .product-info .product-qty {
  padding-left: 0.9375rem;
}
.right-nav .ssi-mini-cart .popover .list li .product-info .product-qty input {
  max-width: 3.4375rem;
}
.right-nav .ssi-mini-cart .popover .list li .product-info .unauthenticated-guest-customization {
  margin-bottom: 0.625rem;
}
.right-nav .ssi-mini-cart .popover .list li .product-info .unauthenticated-guest-customization .unauthenticated-guest-customization-message, .right-nav .ssi-mini-cart .popover .list li .product-info .unauthenticated-guest-customization .login-to-view-availability-link {
  font-size: 0.8125rem;
}
.right-nav .ssi-mini-cart .popover .fancy-scroll > .fancy-up, .right-nav .ssi-mini-cart .popover .fancy-scroll > .fancy-down {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 3.75rem;
  background: rgba(255, 255, 255, 0.6);
  background: linear-gradient(180deg, rgb(255, 255, 255), transparent);
  pointer-events: none;
  transition: all ease 250ms;
}
.right-nav .ssi-mini-cart .popover .fancy-scroll > .fancy-up:before, .right-nav .ssi-mini-cart .popover .fancy-scroll > .fancy-down:before {
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.5);
  padding: 0.1875rem;
  border-radius: 50%;
  font-size: 10px;
}
.right-nav .ssi-mini-cart .popover .fancy-scroll > .fancy-up {
  top: 2.6875rem;
}
.right-nav .ssi-mini-cart .popover .fancy-scroll > .fancy-down {
  background: linear-gradient(180deg, transparent, rgb(255, 255, 255));
  top: auto;
  bottom: 3.3125rem;
}
.right-nav .ssi-mini-cart .popover .fancy-scroll > .fancy-down:before {
  top: auto;
  bottom: 0;
}
.right-nav .ssi-mini-cart .popover.active .fancy-scroll.show-down > .fancy-down {
  opacity: 1;
}
.right-nav .ssi-mini-cart .popover.active .fancy-scroll.show-up > .fancy-up {
  opacity: 1;
}
.right-nav .ssi-mini-cart .popover .remove-modal {
  white-space: normal;
  padding: 6.25rem 1.25rem 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
  z-index: 2;
  text-align: center;
}
.right-nav .ssi-mini-cart .popover .remove-modal div {
  padding-top: 1.25rem;
}

body [role=main] div.paginator-34 {
  clear: both;
  width: 100%;
  float: left;
  text-align: center;
  padding: 0.75em 1em 0 1em;
  border: 1px solid #E0E0E0;
  background: #fff;
  margin-bottom: 10px;
}

.paginator-34 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.paginator-34 ul > li {
  float: left;
}

.paginator-34 * {
  vertical-align: middle;
}

.paginator-34 select {
  margin-bottom: 0;
  height: 2.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.paginator-34 .pagination .page-current span {
  display: inline-block;
  width: auto;
}

.paginator-34 ul li {
  font-size: inherit;
  height: auto;
  float: left;
}

.paginator-34 ul li a {
  vertical-align: middle;
  padding: 0;
}

.paginator-34 .remove-all {
  float: left;
  line-height: 25px;
}

.paginator-34 a.p-num {
  font-weight: bold;
}

.paginator-34 a.p-num:hover {
  text-decoration: underline;
}

.paginator-34 .page-current, .paginator-34 .page-previous {
  white-space: nowrap;
  text-align: right;
  line-height: 220%;
  font-style: italic;
}

.enter-page {
  width: 35px !important;
  margin-right: 5px !important;
  float: left;
}

.pagination > div {
  display: inline-block;
  margin-left: 0.3125em;
}

.pagination > div.hidden {
  display: none;
}

.pagination a.next-prev:link, .pagination a.next-prev:visited {
  font-family: "good-oatmeal-v2";
  width: 2em;
  height: 2em;
  line-height: 200%;
  display: inline-block;
  text-decoration: none;
  cursor: pointer !important;
}

.pagination a.next-prev:hover, .pagination a.next-prev:focus {
  opacity: 0.9;
  color: inherit;
}

.pagination a.p-prev:before {
  content: "\e011";
}

.pagination a.p-next:after {
  content: "\e012";
}

.pagination div.page-prev {
  margin-right: 0.25em;
  vertical-align: top;
}

.pagination div.page-next {
  margin-left: 0.25em;
  vertical-align: top;
}

@media all and (max-width: 767px) {
  .pagination div.page-prev {
    float: left;
    margin-left: 0;
  }
  .pagination div.page-next {
    float: right;
    margin-right: 0;
  }
}
@media all and (min-width: 768px) {
  .paginator-34 > * {
    width: auto;
    position: relative;
    z-index: 2;
  }
  .paginator-34 .results-list, .paginator-34 .sort-list {
    width: auto !important;
    height: 2.5em;
    margin-bottom: 0.25em;
    margin-right: 0.8em;
  }
  .paginator-34 .sort-list {
    min-width: 200px;
  }
  .paginator-34 .sort-list .sorting-label {
    display: inline-block;
    float: left;
  }
}
.paginator-34 label {
  white-space: nowrap;
  vertical-align: middle;
  font-weight: normal;
  font-style: italic;
  font-size: 0.9em;
  line-height: 250%;
}

.paginator-34 .toggle-sorting-button {
  white-space: nowrap;
  font-size: 0.9em;
  line-height: 250%;
  margin-left: 5px;
}

.paginator-34 .sort-list div.small-4, .paginator-34 li.results-list .per-page {
  width: auto !important;
}

.paginator-34 li.results-list .per-page-select {
  float: left;
}

.paginator-34 .sort-list .small-8 {
  float: left;
}

.paginator-34 form.custom div.custom, .paginator-34 div.custom {
  margin: 0;
}

.paginator-34 .results-count {
  line-height: 25px;
  text-align: left;
}

.pagination input {
  margin: 0;
  margin-right: 0.5em !important;
  height: 2.4em !important;
  width: auto;
  min-width: 50px;
  max-width: 80px;
}

@media all and (max-width: 767px) {
  .pagination input {
    min-width: 60px;
    max-width: 90px;
  }
}
h3.results-count {
  margin: 0;
  margin-bottom: 0.75em;
  font-weight: normal;
  font-size: 1em;
}

.results-count .result-num {
  font-weight: 600;
}

.paginator-34 .sort-list {
  text-align: left;
  padding-left: 0;
  width: 210px;
}

@media all and (max-width: 767px) {
  .paginator-34 .sort-list,
  .paginator-34 .results-list {
    margin-bottom: 0.5em;
  }
}
.sort-list select, .results-list select {
  width: auto !important;
  max-width: 175px;
  min-width: 53px;
  vertical-align: middle;
}

.sort-list label {
  vertical-align: middle;
  margin-right: 5px;
}

.sort-list label {
  width: auto;
}

.sort-list .columns, .results-list .columns {
  padding: 0 0.2em;
}

.paginator-34 .results-list {
  width: auto;
  max-width: 50%;
}

.results-list label, .sort-list label {
  margin-right: 5px;
  max-width: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.results-list select {
  width: 50px;
}

.paginator-34 .pagination {
  height: 2.5em;
  margin-bottom: 0.25em;
  display: inline-block;
  float: right;
  position: relative;
  z-index: 2;
}

body [role=main] div.pbtm {
  margin-bottom: 1.5em;
  padding-top: 0.5em;
}

.pbtm .pagination {
  margin: 0;
}

@media print {
  header#header, #footer, .show-for-small {
    display: none !important;
  }
  [role=main] .main-row {
    width: 100%;
    max-width: 100%;
  }
  a:link, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: "";
  }
}
@media print {
  [class*=column] + [class*=column]:last-child {
    float: right;
  }
  [class*=column] + [class*=column].end {
    float: left;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .top-content, .top-panel, [role=secondary-nav], header#header, .isc-primary-nav, footer#footer, .show-for-small, .hide-for-medium-up, .f-dropdown.content, .btns a.btn-print, .btn-return, .btn-continue-shopping {
    display: none !important;
  }
  body {
    background: #fff !important;
  }
  [role=main] .main-row {
    width: 100%;
    max-width: 100%;
  }
  a:link, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: "";
  }
  .print-no-float {
    float: none !important;
  }
  .print-overflow-visible {
    overflow: visible !important;
  }
}
@media all and (min-width: 768px) {
  .left-nav-2 {
    width: 250px;
  }
}
.left-nav-2 ul {
  list-style: none;
  margin-left: 0;
}

.left-nav-2 ul li.nav-selected {
  font-weight: bold;
}

.product-variant-selector-popup {
  max-width: 400px;
  text-align: left;
}
.product-variant-selector-popup .modalTitle {
  margin-bottom: 10px;
}
.product-variant-selector-popup .row span {
  display: inline-block;
  width: 25%;
  word-wrap: break-word;
  vertical-align: middle;
}
.product-variant-selector-popup .row div {
  display: inline-block;
  width: 70%;
}
.product-variant-selector-popup .btn {
  width: 100%;
  margin: 0px;
}
.product-variant-selector-popup .price {
  height: 30px;
  margin: 5px 0px;
}

.ssi_quickLinksWidget {
  border-radius: 0.1875rem;
  border: 0.0625rem solid #CCCCCC;
  box-shadow: 0 0 0.0625rem;
  margin-right: 1.375rem;
  background: #FFFFFF;
  height: 10.625rem;
  width: 17.5rem;
}
@media screen and (max-width: 1025px) {
  .ssi_quickLinksWidget {
    margin: 1rem 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .ssi_quickLinksWidget {
    width: initial;
  }
}
.ssi_quickLinksWidget .quickLinksHeader {
  border-radius: 0.1875rem 0.1875rem 0 0;
  display: flex;
  align-items: baseline;
  color: #FFF;
  padding: 0 1.0625rem;
}
.ssi_quickLinksWidget .quickLinksHeader h1 {
  margin: 0.5rem 0.75rem 1.0625rem 0;
}
.ssi_quickLinksWidget .quickLinksBody {
  padding: 1rem 1.0625rem 1.0625rem 1.0625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 6.25rem;
}
.ssi_quickLinksWidget .quickLinkNum {
  margin-right: 0.75rem;
}

.qo-wrap {
  padding: 0.5em 1em 1em 1em;
}

@media all and (min-width: 768px) {
  .qo-wrap {
    padding: 1em;
  }
}
.qo-wrap form {
  margin: 0;
}

.qo-wrap .qo-search-box {
  display: inline-block;
  float: left;
  width: 100%;
  max-width: 250px;
  margin-right: 1.25em;
}
.qo-wrap .qo-search-box span {
  width: 100%;
  display: block;
}

@media all and (min-width: 868px) {
  .qo-wrap .qo-search-box {
    max-width: 350px;
  }
}
.qo-wrap .error {
  display: inline-block;
  width: 100%;
  float: left;
  max-width: 350px;
}

.qo-wrap .dropdown li {
  border: 0 !important;
  line-height: 1.5em !important;
}

.qo-wrap label {
  text-transform: uppercase;
  display: inline-block;
  font-size: 1em;
  line-height: 2.5em;
  margin-right: 0.75em;
  float: left;
}

.qo-wrap .qo-search {
  margin-bottom: 1em;
}

.qo-wrap .qo-qty {
  float: left;
  display: inline-block;
  margin-right: 1.25em;
}

.qo-wrap .qo-qty input {
  float: left;
  display: inline-block;
  width: 75px;
}

.qo-wrap .qo-um {
  float: left;
  display: inline-block;
  margin-right: 1.25em;
}

.qo-wrap .qo-um select {
  float: left;
  display: inline-block;
  width: auto;
  min-width: 80px;
  max-width: 100px;
}

.qo-wrap .btn {
  float: left;
}

.qo-wrap .qo-link {
  width: 100%;
  line-height: 2em;
  display: block;
  clear: both;
  text-align: left;
}

.qo-wrap .qo-link a {
  font-weight: 600;
}

.qo-wrap.qo-widget, .qo-search {
  padding: 0.5em 1em 1em 1em;
}
.qo-wrap.qo-widget h3, .qo-search h3 {
  float: left;
  margin-top: 0;
  margin-bottom: 8px;
}
.qo-wrap.qo-widget form, .qo-search form {
  margin: 0;
}
.qo-wrap.qo-widget .qo-search-box, .qo-search .qo-search-box {
  display: inline-block;
  float: left;
  width: 100%;
  max-width: inherit;
}
.qo-wrap.qo-widget .dropdown li, .qo-search .dropdown li {
  border: 0 !important;
  line-height: 1.5em !important;
}
.qo-wrap.qo-widget label, .qo-search label {
  text-transform: uppercase;
  display: inline-block;
  font-size: 1em;
  line-height: 2.5em;
  margin-right: 0;
  float: left;
  width: 30%;
}
.qo-wrap.qo-widget .qo-search, .qo-search .qo-search {
  margin-bottom: 1em;
}
.qo-wrap.qo-widget .qo-qty, .qo-search .qo-qty {
  float: left;
  display: inline-block;
  width: 48%;
  margin-right: 2% !important;
}
.qo-wrap.qo-widget .qo-um, .qo-search .qo-um {
  float: left;
  display: inline-block;
  width: 50%;
}
.qo-wrap.qo-widget .qo-qty input,
.qo-wrap.qo-widget .qo-um select, .qo-search .qo-qty input,
.qo-search .qo-um select {
  float: left;
  display: inline-block;
  width: 70%;
}
.qo-wrap.qo-widget .btn, .qo-search .btn {
  float: left;
  width: 100%;
}
.qo-wrap.qo-widget .qo-link, .qo-search .qo-link {
  width: 100%;
  line-height: 2em;
  display: block;
  clear: both;
  text-align: left;
}
.qo-wrap.qo-widget .qo-link a,
.qo-wrap.qo-widget .qo-links a, .qo-search .qo-link a,
.qo-search .qo-links a {
  font-weight: 600;
}
.qo-wrap.qo-widget .qo-links, .qo-search .qo-links {
  margin-bottom: 8px;
  display: block;
}
.qo-wrap.qo-widget .qo-links a, .qo-search .qo-links a {
  clear: both;
  width: 100%;
  display: block;
}
.qo-wrap.qo-widget .qo-form, .qo-search .qo-form {
  overflow: auto;
}

@media all and (min-width: 868px) {
  .qo-wrap.qo-widget .qo-search-box {
    width: 47%;
  }
  body .qo-wrap.qo-widget .qo-qty,
  body .qo-wrap.qo-widget .qo-um {
    width: 15%;
  }
  body .qo-wrap .btn {
    width: 17%;
  }
}
@media all and (min-width: 768px) {
  body .qo-wrap.qo-widget {
    padding: 1em;
  }
  body .qo-wrap.qo-widget h3 {
    margin-bottom: 1em;
  }
  body .qo-wrap.qo-widget .qo-search-box {
    width: 38%;
    margin-right: 2%;
  }
  body .qo-wrap.qo-widget .qo-links {
    margin-bottom: 0;
    float: right;
  }
  body .qo-wrap.qo-widget .qo-links a {
    margin-left: 20px;
    display: inline-block;
    width: inherit;
  }
  body .qo-wrap.qo-widget .btn {
    width: auto;
  }
  body .qo-wrap.qo-widget .qo-qty, body .qo-wrap.qo-widget .qo-um {
    width: 18%;
    margin-right: 2%;
  }
  body .qo-wrap.qo-widget .qo-qty {
    min-width: 100px;
  }
  body .qo-wrap.qo-widget .qo-um {
    min-width: 130px;
  }
}
.loader {
  margin: auto;
  font-size: 4px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid #ebebeb;
  border-right: 1.1em solid #ebebeb;
  border-bottom: 1.1em solid #ebebeb;
  border-left: 1.1em solid dodgerblue;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 0.5s infinite linear;
  animation: load8 0.5s infinite linear;
  z-index: 10;
}
.loader.loader-content-area {
  position: fixed;
  right: 0;
  left: 0;
  top: 50%;
  margin-top: 5em;
}
.loader.loader-inline {
  margin: 20em auto;
}

.loader-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 9;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
table.info-tbl {
  border: 1px solid #ddd;
}

.info-tbl tr {
  border-bottom: 1px solid #e0e0e0;
  height: auto !important;
}

.info-tbl th, .info-tbl td {
  text-align: left;
  line-height: 1.5em;
  padding: 1em 0.75em;
  vertical-align: top;
}

.info-tbl th + th, .info-tbl td + td {
  border-left: 1px solid #e0e0e0;
}

.info-tbl th {
  font-weight: 600;
  border-bottom: 2px solid #d0d0d0;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background-color: #fff;
}

table tr.odd, table tr.alt, table tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

th .sort {
  position: relative;
  display: block;
  padding-right: 0.75em;
}

th .sort:hover, th .sort:focus {
  text-decoration: none;
  color: inherit;
}

th .sort:after {
  color: #606060;
  font-family: "good-oatmeal-v2";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  text-indent: 0;
  position: absolute;
  right: -4px;
  top: -2px;
  font-size: 1.2rem;
}

th .sort-ascending:after {
  content: "\e603";
}

th .sort-descending:after {
  content: "\e602";
}

/* Custom Responsive Table */
.overflow-table {
  width: 100%;
  overflow: hidden;
}
.overflow-table table {
  width: 100%;
}

@media all and (max-width: 767px) {
  .overflow-table {
    border-right: 1px solid #e0e0e0;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 1.25rem;
  }
  .overflow-table .info-tbl {
    white-space: nowrap;
    width: 100%;
    margin-bottom: 0;
    margin-left: -1px;
  }
  .overflow-table .info-tbl .sticky-first {
    position: absolute;
    z-index: 3;
  }
  .overflow-table .info-tbl tr th:first-child:before,
  .overflow-table .info-tbl tr td:first-child:before {
    content: " ";
    background-color: white;
    position: absolute;
    height: 51px;
    display: block;
    margin: -15px -11px;
    border: 1px solid #e0e0e0;
    z-index: 2;
  }
  .overflow-table .info-tbl tr th:first-child:before {
    background-color: #f9f9f9;
    border-bottom: 0px solid transparent;
    height: 49px;
  }
  .overflow-table .info-tbl tr.odd td:first-child:before,
  .overflow-table .info-tbl tr.alt td:first-child:before,
  .overflow-table .info-tbl tr:nth-of-type(odd) td:first-child:before {
    background-color: #f9f9f9;
  }
  .overflow-table.none tr th:first-child:before,
  .overflow-table.none tr td:first-child:before {
    content: none;
  }
  .overflow-table.none .info-tbl {
    margin-left: 0;
  }
  .overflow-table.small tr th:first-child:before,
  .overflow-table.small tr td:first-child:before,
  .overflow-table.small tr td:first-child,
  .overflow-table.small tr td:first-child {
    min-width: 82px;
    width: 82px;
  }
  .overflow-table.medium tr th:first-child:before,
  .overflow-table.medium tr td:first-child:before,
  .overflow-table.medium tr td:first-child,
  .overflow-table.medium tr td:first-child {
    min-width: 100px;
    width: 100px;
  }
  .overflow-table.large tr th:first-child:before,
  .overflow-table.large tr td:first-child:before,
  .overflow-table.large tr td:first-child,
  .overflow-table.large tr td:first-child {
    min-width: 120px;
    width: 120px;
  }
  .overflow-table.large.requisition tr th:first-child:before,
  .overflow-table.large.requisition tr td:first-child:before,
  .overflow-table.large.requisition tr td:first-child,
  .overflow-table.large.requisition tr td:first-child {
    margin-top: -13px;
    margin-left: -9px;
  }
  .overflow-table.large.requisition tr th:first-child:before,
  .overflow-table.large.requisition tr td:first-child:before {
    margin: -1.02em -0.78em;
  }
  .overflow-table.large.requisition tr td:first-child:before {
    height: inherit;
  }
}
@media all and (max-width: 767px) {
  .overflow-table {
    border-right: 1px solid #e0e0e0;
  }
}
/* Order Tables */
table .col-tot {
  text-align: right;
}

.tab-accord {
  margin-bottom: 1em !important;
}

ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-weight: 600;
  display: inline-block;
  padding: 0.5em 1.5em;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
  background-color: #FFF;
  color: #000;
  border-left: 1px solid SlateGray;
  border-right: 1px solid SlateGray;
}

.resp-tabs-list li + li {
  margin-left: 2px;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 1.5em;
}

.resp-tabs-list li.resp-tab-active {
  border: 1px solid #d5d5d5;
  border-bottom: none;
  margin-bottom: -1px;
  padding: 0.5em 1.5em;
  background-color: #fff;
  color: SlateGray;
}

.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.resp-tab-content {
  border: 1px solid #d5d5d5;
}

h2.resp-accordion {
  font-size: inherit;
  font-weight: 600;
  margin: 0px;
  margin-top: 2px;
  padding: 0.5em 1.25em;
  background-color: SlateGray;
  color: #fff;
  border: 1px solid SlateGray;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
}

.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
  font-family: "good-oatmeal-v2";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  float: right;
  font-size: 1.2em;
  line-height: 1.2em;
}

.resp-arrow:before {
  content: "\e62d";
}

h2.resp-tab-active span.resp-arrow:before {
  content: "\e62c";
}

h2.resp-tab-active {
  background: #fff;
  border: 1px solid #d5d5d5;
  color: SlateGray;
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

@media only screen and (max-width: 767px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-tab-content {
    padding: 1.25em;
  }
}
.accordion input.accord-check {
  display: none;
}

.accordion label.accord-head {
  background: SlateGray;
  border: 1px solid SlateGray;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0.5em 1.25em;
  z-index: 20;
}

.accordion input.accord-check:checked + label.accord-head {
  background: #fff;
  color: SlateGray;
  border-color: #d5d5d5;
}

.accordion label.accord-head:after {
  font-family: "good-oatmeal-v2";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  content: "\e62d";
  float: right;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-left: 0.75em;
}

.accordion input.accord-check:checked + label.accord-head:after {
  content: "\e62c";
}

.accordion article.accord-content {
  background: #fff;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 10;
  margin-top: -1px;
}

.accordion article.accord-content:before,
.accordion article.accord-content:after {
  content: " ";
  display: table;
}

.accordion article.accord-content:after {
  clear: both;
}

.accordion input.accord-check:checked ~ article.accord-content {
  height: auto;
  overflow: visible;
  visibility: visible;
  margin-bottom: 0.125em;
  padding: 1.25em;
  border: 1px solid #d5d5d5;
}

@media (max-width: 767px) {
  .section-container .content {
    display: none;
  }
  .section-container section.active .content {
    display: block !important;
  }
}
.accordion > li > a {
  background: #bddce9;
  color: DodgerBlue;
  border: 1px solid #cdd6da;
}

.accordion > li.active > a {
  background: #dbdadb;
  color: DodgerBlue;
  border: 1px solid #cdd6da;
}

.sn-mode > ul > li > a {
  outline: none;
  display: block;
  position: relative;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  padding: 0 1.25em !important;
}
.sn-mode > ul > li > a:hover, .sn-mode > ul > li > a:focus {
  background-color: #77BC1F;
  color: #ffffff;
}
.sn-mode ul li > ul {
  display: none;
  width: 200px;
  position: absolute;
  top: auto;
  margin: 0;
  z-index: 999;
  text-align: left;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 3px 5px 0 rgba(25, 25, 25, 0.2);
  box-shadow: 0 3px 5px 0 rgba(25, 25, 25, 0.2);
}
.sn-mode ul li > ul li {
  display: block;
  list-style: inside none;
  padding: 0;
  margin: 0;
  position: relative;
  border-top: 1px solid #eee;
  width: 100%;
}
.sn-mode ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  margin: 0;
  padding: 0.25em 10px;
  text-decoration: none;
}
.sn-mode ul li > ul li:hover, .sn-mode ul li > ul li:focus {
  background: #F6F6F6;
}
.sn-mode ul li > ul li .mode-current {
  background: #F6F6F6;
  font-weight: 600;
}
.sn-mode ul li.has-sub:hover > ul, .sn-mode ul li.has-sub:focus > ul {
  display: block;
}

.item-list {
  list-style-type: none;
  margin: 0;
  float: left;
  width: 100%;
}

.item-list .item-block {
  padding: 0.9375rem 0 0 0;
  margin: 0;
  width: 100%;
  float: left;
  background: transparent;
  border-bottom: 1px solid #E0E0E0;
  border-collapse: collapse;
}
.item-list .item-block.header {
  padding: 0;
  background: whitesmoke;
}

@media all and (min-width: 768px) {
  .item-list {
    border: 1px solid #E0E0E0;
  }
}
.item-list .item-block:last-child {
  border-bottom: 0;
}

.item-list .item-block .item-details > div, .qo-item > div {
  margin-bottom: 0.5em;
}

.item-list .item-block div.price div.quantity-pricing {
  display: inline-block;
  margin-left: 1em;
  font-size: 0.875rem;
}

.item-block .item-thumb {
  width: 25%;
  padding: 0 0 0.9375rem 0.9375rem !important;
  max-width: 160px;
  float: left;
  position: relative;
}

@media all and (max-width: 767px) {
  .item-block .item-thumb {
    padding-left: 0 !important;
  }
}
ul.attribute-list {
  margin-bottom: 1em;
  display: inline-block;
  width: 90%;
}

ul.attribute-list li {
  padding-right: 30px;
  float: left;
  width: 100%;
}

ul.attribute-list span.attrib-name {
  width: auto;
  max-width: 100%;
  clear: none;
  padding-right: 0.5em;
  font-weight: normal;
}

.item-block .item-opt {
  width: 100%;
  float: right;
  clear: both;
}

.item-list .item-details {
  float: left;
  position: relative;
  width: 75%;
}

.item-list .item-details,
.item-list .item-code-notes {
  padding: 0 0.9375em 0.9375em 0.9375em !important;
}

.item-list .item-code-notes {
  margin-bottom: 0.5em;
}

.item-list .item-code-notes .cost-code, .item-list .item-code-notes .item-notes {
  font-size: 0.875rem;
}

.item-code-notes {
  text-align: left;
}

.item-list .item-code-notes .cost-code select, .item-list .item-code-notes .item-notes input {
  font-size: 1em;
}

@media all and (max-width: 767px) {
  .item-list .item-code-notes {
    width: 75%;
  }
}
@media all and (min-width: 768px) {
  .item-list .item-thumb {
    width: 20%;
  }
  .item-list .item-details,
  .item-list .item-code-notes {
    width: 80%;
    padding: 0 4em 0.5em 2em !important;
  }
}
.item-block .item-opt .item-actions {
  display: block;
  position: relative;
  text-align: right;
}

.item-block .item-opt .f-dropdown.open {
  position: relative !important;
  top: 0 !important;
  width: 100%;
  left: auto !important;
}

.item-block .item-name a,
.qo-item .item-name a {
  font-size: 1.1em;
  line-height: 1.25em;
  font-weight: normal;
}

.item-block .item-num, ul.attribute-list, .item-details .item-num, .availability, .qo-item .item-num, .search-data {
  font-size: 0.875rem;
  font-weight: normal;
  color: #8a8a8a;
}

.search-data .search-data-field {
  font-weight: bold;
  padding-right: 0.5em;
}
.search-data a {
  color: #77BC1F;
  font-size: 12px;
  font-weight: normal;
}
.search-data .search-data-view-more-section {
  padding-top: 10px;
}
.search-data .search-field-score {
  padding: 0 0.5em 0 1em;
}

.item-block ul.attribute-list {
  margin-bottom: 0;
}

.availability {
  font-weight: 600;
}

.availability-by-warehouse-link {
  display: block;
}

.popup-availability-by-warehouse {
  max-width: 400px;
}
.popup-availability-by-warehouse .loader-container {
  height: 150px;
  display: flex;
}
.popup-availability-by-warehouse .modal-wrap {
  max-height: calc(100vh - 40px);
}
.popup-availability-by-warehouse .modal-wrap .pop-content .row {
  max-height: calc(100vh - 157px);
  overflow: auto;
}
.popup-availability-by-warehouse table {
  width: 100%;
  margin-bottom: 0;
}
.popup-availability-by-warehouse table td, .popup-availability-by-warehouse table th {
  border: solid 1px #ddd;
  word-break: break-all;
}
.popup-availability-by-warehouse table td:last-child, .popup-availability-by-warehouse table th:last-child {
  text-align: right;
  min-width: 25%;
}

.item-actions {
  border: 1px solid #E0E0E0;
}

[role=cross-sells] .item-actions {
  border-top: 2px solid #E0E0E0;
}

[role=cross-sells] .actions-panel {
  padding-top: 0.5em;
}

.item-block .item-opt .um {
  margin-bottom: 0.5em !important;
}

.item-block .item-opt .um .small-8 {
  max-width: 70px;
}

.item-block .item-opt .um div.custom {
  margin-bottom: 0;
}

.item-block .item-opt .um .small-4 {
  display: inline-block;
  padding-right: 0.5em;
  width: auto;
  float: left;
  font-size: 14px;
  line-height: 32px;
  font-weight: normal;
  color: #8a8a8a;
}

.item-list .item-block div.item-opt,
.qo-item div.qo-opt {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  .item-list .item-block div.item-opt,
  .qo-item div.qo-opt {
    height: 4em;
    line-height: 4em;
  }
}
.item-block div.item-opt .item-qty,
.qo-item .qo-qty {
  float: none;
  display: inline-block;
}

.item-block div.item-opt .item-qty label,
.qo-item .qo-qty label {
  float: none;
}

.item-block .item-opt .item-qty input,
.qo-item .qo-qty input {
  width: 70px;
  margin: 0;
  margin-right: 1em;
  display: inline-block;
}

.paginator-34 .results-list .per-page-select {
  width: 36%;
}

.actions-panel {
  position: relative;
  z-index: 3;
  float: right;
  width: 100%;
}

.actions-panel .item-actions {
  max-height: 0;
  overflow: hidden;
  margin: 0 !important;
  border-bottom: 0;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 0.5s;
  background: #fff;
  position: relative;
  z-index: 100;
}

[role=cross-sells] .actions-panel .item-actions label,
[role=cross-sells] .actions-panel .item-actions span,
[role=cross-sells] .actions-panel .item-actions select {
  font-size: 0.825em;
  line-height: 1.25em;
  margin-right: 0;
}

.item-actions .action:after {
  content: " ";
  display: table;
  clear: both;
}

.actions-panel .item-actions.open {
  max-height: 520px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

.actions-panel .item-actions .item-actions-wrap {
  padding: 1em;
  width: 100%;
}

[role=cross-sells] .actions-panel .item-actions.open {
  margin-bottom: 0.5em !important;
  border-bottom: 1px;
  -webkit-box-shadow: 0 0 5px 0 rgba(25, 25, 25, 0.2);
  box-shadow: 0 0 5px 0 rgba(25, 25, 25, 0.2);
}

[role=cross-sells] .actions-panel .item-actions .item-actions-wrap {
  padding: 0.5em;
  text-align: right;
}

[role=cross-sells] .actions-panel a.btn.primary.add-to-cart, [role=cross-sells] .actions-panel a.btn.primary.btn-view-details, .cross-sells .actions-panel a.btn.tertiary {
  position: relative;
  top: 0;
}

.actions-panel a.btn.primary.add-to-cart, .actions-panel a.btn.primary.btn-view-details {
  right: 0;
}

.actions-panel.edit .btn.primary.add-to-cart {
  right: auto;
  left: 0;
}

.actions-panel .btn.primary.panel-trigger, .btn.primary.btn-view-details {
  width: 1.875em;
  height: 1.875em;
  line-height: 1.875em;
  font-size: 1.5em;
  padding: 0;
  float: right;
  text-indent: -9999px;
  position: relative;
  min-width: 0;
}

.btn.primary.btn-view-details:before {
  font-size: 2rem;
  text-align: center;
  top: 0;
  left: 0.45rem !important;
}

.actions-panel a.btn.primary.panel-trigger:before, .actions-panel.open a.btn.primary.panel-trigger:after {
  content: "\e00a";
  font-family: "good-oatmeal-v2";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 10px;
}

.actions-panel a.btn.tertiary.panel-trigger {
  height: 2.5em;
  line-height: 2.5em;
  padding-top: 0;
  padding-bottom: 0;
}

.actions-panel.open a.btn.primary.panel-trigger:after {
  content: "\e000" !important;
  line-height: 1;
  font-size: 0.4em;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  top: -13px;
  right: -15px;
}

a.btn-view-details {
  background: #FF4500;
  width: 100%;
  min-width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  padding-right: 0 !important;
  position: relative;
  text-indent: -9999px;
}

a.btn-view-details:before {
  content: "\e605" !important;
  color: #fff;
  font-family: "good-oatmeal-v2";
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: middle;
  text-indent: 0;
  top: 18px;
  left: 20px;
  position: absolute;
}

@media all and (min-width: 768px) {
  .actions-panel a.btn.primary.add-to-cart, .actions-panel a.btn.primary.btn-view-details {
    position: absolute;
    top: -1.875em;
  }
  .actions-panel a.btn.tertiary {
    position: absolute;
    top: -2.5em;
  }
}
.product-info .um {
  display: flex;
  margin-top: 5px;
}
.product-info .um .columns {
  padding: 0;
}
.product-info .um div {
  width: auto;
}
.product-info .um label {
  float: left;
  margin-top: 0.5em;
  padding-right: 0.5em;
  font-weight: 600;
}
.product-info .um span {
  font-size: 0.825em;
  line-height: 1.25em;
  width: auto;
}
.product-info .um .pack {
  font-size: 1em;
  margin-left: -2.4em;
  line-height: 1.25em;
  margin-bottom: 0.5rem;
}
.product-info .um .pack .pack-label {
  font-weight: 600;
  font-size: 1em;
}
.product-info .um select {
  max-width: 120px;
}

.actions-block {
  margin-top: 0.6rem;
  max-width: 175px;
}
.actions-block .item-qty {
  width: 28%;
  float: left !important;
}
.actions-block .item-qty input {
  margin-bottom: 0.5rem;
}
.actions-block .action {
  width: 68%;
  float: right;
}
.actions-block .action .btn.btn-add-cart {
  margin-bottom: 0.5rem;
}
.actions-block a.btn.btn-add-list {
  color: #77BC1F;
  font-size: 14px;
  font-weight: normal;
}
.actions-block a.btn.btn-add-list:before {
  display: none;
}
.actions-block a.btn.btn-add-list:hover {
  text-decoration: underline;
}

.item-actions {
  position: relative;
  width: 100%;
}

.item-opt .item-subtotal {
  float: right;
  clear: right;
  min-width: 60px;
  min-height: 10px;
  font-weight: bold;
  margin-left: 10px;
}

.item-actions > * {
  line-height: 1.95em;
  font-size: 1em;
}

.item-actions-wrap {
  text-align: right;
  margin-bottom: 0.8em;
}

.item-actions .um-pack, .item-actions .item-qty {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  margin-bottom: 0.8em;
}

.item-actions .item-qty {
  text-align: right;
  margin-left: 1em;
}

.item-actions .um-pack + .item-actions .item-qty {
  width: 45%;
}

@media all and (max-width: 767px) {
  .item-actions .item-qty {
    float: right;
    max-width: 50%;
  }
  .item-actions .um-pack {
    margin-bottom: 0.5em !important;
  }
}
[role=cross-sells] .item-actions .um-pack {
  margin-bottom: 0.5em;
}

.item-list .item-actions .um-pack,
.item-list .item-actions .item-qty {
  margin-bottom: 1em;
  margin-left: 1.5em;
}

.item-actions .um-pack div, .item-actions .um-pack select, .item-actions .um-pack span, .item-actions .um-pack label, .item-actions .item-qty label {
  display: inline-block;
  width: auto;
  float: none;
}

.item-actions .um-pack .columns {
  padding-left: 0;
  padding-right: 0;
}

.item-actions .um-pack, .item-actions .item-qty input {
  display: inline-block;
}

.item-actions .um-pack select {
  width: auto;
}

.item-list .item-actions .um-pack select {
  margin: 0;
  font-size: 0.875rem;
}

.item-actions .um-pack label {
  margin-right: 0.25em;
}

.item-actions .um-pack select {
  margin-right: 1em;
}

@media all and (max-width: 767px) {
  .item-actions .um-pack select {
    margin-bottom: 0;
  }
}
.item-actions label {
  font-size: 0.875rem;
}

@media all and (min-width: 768px) {
  .item-actions .um-pack select {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
  }
  .item-actions .um-pack label {
    float: left;
    vertical-align: top;
    margin-right: 0.65em;
    margin-top: 0.65em;
  }
}
.item-actions .um-pack .pack {
  margin-left: 1em;
  font-style: italic;
}

[role=cross-sells] .item-actions .um-pack .pack {
  margin: 0;
  float: none !important;
}

.um-pack .um-sep {
  display: none !important;
}

.item-actions .item-qty label,
.item-actions .um-pack label {
  padding-right: 0.5em;
}

.item-actions .item-qty input {
  width: 70px;
  margin-bottom: 0;
}

.item-actions .action {
  float: right;
  clear: right;
  width: 100%;
  text-align: right;
}

.item-actions .action a {
  text-align: center;
  width: 100%;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item-actions .action a + a {
  margin-top: 10px;
}

.item-list .item-block a.btn.btn-add-to-cart {
  margin-top: 0.5em;
  width: 100%;
}

.item-list .item-block a.btn.btn-add-to-list {
  margin-bottom: 0;
}

.item-list .item-block .item-qty {
  float: right;
}

.item-actions .action a {
  text-align: center;
}

@media all and (min-width: 768px) {
  .item-list .item-actions .action a {
    width: auto;
    float: right;
    margin: 0 0 1em 1em;
  }
}
.item-list .actions-panel .item-actions, .footable-row-detail-cell {
  text-align: right;
  background: #f0f0f0;
}

ul.attribute-list {
  list-style-type: none;
  margin-bottom: 1.5em;
  margin-left: 0;
}

.attrib-name {
  font-weight: 700;
}

.name-price {
  float: left;
}

.unit-net-price, .price-label {
  font-weight: bold;
}

.price-old {
  text-decoration: line-through;
  color: #b2b2b2;
}

span.price-loading-spinner {
  display: inline-block;
  text-align: left;
  min-width: 25px !important;
}

.price-loading-spinner:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite 1s;
  -moz-animation: ellipsis steps(4, end) 900ms infinite 1s;
  animation: ellipsis steps(4, end) 900ms infinite 1s;
  content: "…";
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
@-moz-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
.item-num {
  color: #a6a6a6;
}

.item-num span {
  display: inline-block;
  margin-right: 0.9375em;
  white-space: nowrap;
}

a.btn.btn-add-to-cart:link, a.btn.btn-add-to-cart:visited,
a.btn.btn-add-to-list:link, a.btn.btn-add-to-list:visited,
a.btn.btn-configure:link, a.btn.btn-configure:visited {
  white-space: nowrap;
  width: 100%;
  font-size: 1em;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1em;
}

ul.attribute-list {
  position: relative;
  max-height: 150px;
  overflow-y: auto;
}

ul.attribute-list span {
  display: inline-block;
}

ul.attribute-list span.attrib-name {
  padding-right: 0.5em;
  font-weight: bold;
}

.availability > span {
  display: inline-block;
  margin-right: 0.8em;
}

.item-block .price span,
.item-wrap .price span,
.qo-item .price span {
  font-size: 1em;
  margin: 0 0.25em 0 0;
}

.price-saving {
  font-style: italic;
  margin-top: 0.25rem !important;
  line-height: 1.25rem;
}

.item-wrap .displayUnitOfMeasure {
  font-size: 0.875rem;
  color: #a6a6a6;
  display: inline-block;
}

.item-block .item-opt .um label, .item-block .item-opt .item-qty label, .qo-item .qo-qty label {
  display: inline-block;
  padding-right: 0.5em;
  float: left;
  font-size: 0.875rem;
  line-height: 2.5em;
}

.item-price .price, .item-price .um {
  width: auto;
  vertical-align: top;
  display: inline-block;
}

.top-bar-section {
  -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);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.top-bar-section {
  transform: translate3d(0, 0, 0);
}

.top-bar.expanded {
  background: none transparent;
}

.top-bar-section ul {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  background: none transparent;
  font-size: 16px;
  display: block;
  height: auto;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.top-bar-section .divider {
  border-bottom: solid 1px #0B415C;
  border-top: solid 1px #0B415C;
}

.top-bar-section ul li {
  width: 100%;
}

.top-bar-section ul li > a {
  font-size: 0.8125em;
  font-weight: bold;
  background: none transparent;
  width: 100%;
}

.top-bar-section ul li > a:hover {
  background-color: DodgerBlue;
  color: #fff !important;
}

.top-bar-section ul li > a.button:hover {
  background-color: DodgerBlue;
}

.top-bar-section ul li > a.button.secondary {
  background-color: #e9e9e9;
}

.top-bar-section ul li > a.button.secondary:hover {
  background-color: DodgerBlue;
}

.top-bar-section ul li > a.button.success {
  background-color: #5da423;
}

.top-bar-section ul li > a.button.success:hover {
  background-color: DodgerBlue;
}

.top-bar-section ul li > a.button.alert {
  background-color: #c60f13;
}

.top-bar-section ul li > a.button.alert:hover {
  background-color: DodgerBlue;
}

.top-bar-section ul li.active a {
  background: none transparent;
}

.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
}

.top-bar-section .dropdown li {
  width: 100%;
}

.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}

.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}

.top-bar-section .dropdown li.title h5 a {
  line-height: 22.5px;
  display: block;
}

.top-bar-section .dropdown label {
  padding: 0.5em 1.1em;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  font-size: 1em;
  opacity: 0.7;
  cursor: default;
}

.title.back.js-generated + .title.back.js-generated {
  display: none;
}

.contain-to-grid {
  background: none transparent;
}

.order-subtotal {
  border: 1px solid #DCDCDC;
  padding: 1em;
  margin-bottom: 1.5em;
  text-align: right;
}
.order-subtotal .discount-total .sub-amount {
  float: right;
  font-weight: bold;
}

@media all and (min-width: 768px) {
  .order-subtotal {
    font-size: 0.875rem;
    line-height: 1.25em;
  }
}
.order-subtotal > .row {
  margin-bottom: 0.5em;
}

.order-subtotal .sub-label {
  text-align: left;
  width: 60%;
}

.order-subtotal .sub-amount {
  padding-left: 0;
  width: auto !important;
}

.order-subtotal .order-total, .order-subtotal .amount-due {
  font-weight: bold;
}

[class*=foundicon-]:before {
  font-family: "good-oatmeal-v2";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}

.icon-calendar:before {
  content: "\e953";
}

.icon-tbl-col:before {
  content: "\e650";
}

.icon-tbl:before {
  content: "\e652";
}

.icon-grid:before {
  content: "\e653";
}

.icon-list:before {
  content: "\e654";
}

.icon-x-1:before {
  content: "\e000";
}

.icon-search:before {
  content: "\e001";
}

.icon-cart:before {
  content: "\e937";
}

.icon-arw-down-1:before {
  content: "\e00b";
}

.icon-arw-left-1:before {
  content: "\e00c";
}

.icon-arw-right-1:before {
  content: "\e00d";
}

.icon-arw-up-1:before {
  content: "\e00e";
}

.icon-arw-up-2:before {
  content: "\e00f";
}

.icon-arw-down-2:before {
  content: "\e010";
}

.icon-arw-left-2:before {
  content: "\e011";
}

.icon-arw-right-2:before {
  content: "\e012";
}

.icon-location:before {
  content: "\e615";
}

.icon-minus:before {
  content: "\e62c";
}

.icon-plus:before {
  content: "\e62d";
}

.icon-arw-left-3:before {
  content: "\e63c";
}

.icon-arw-down-3:before {
  content: "\e63d";
}

.icon-arw-up-3:before {
  content: "\e63e";
}

.icon-arw-right-3:before {
  content: "\e63f";
}

.icon-arw-left-4:before {
  content: "\e640";
}

.icon-arw-down-4:before {
  content: "\e641";
}

.icon-arw-up-4:before {
  content: "\e642";
}

.icon-arw-right-4:before {
  content: "\e643";
}

.icon-calculator:before {
  content: "\e64d";
}

.icon-email:before {
  content: "\e159";
}

.icon-print:before {
  content: "\e8ad";
}

.icon-more:before {
  content: "\e5d4";
}

.icon-add-circle:before {
  content: "\e600";
}

.icon-menu:before {
  content: "\e601";
}

.icon-arw-down-5:before {
  content: "\e602";
}

.icon-arw-up-5:before {
  content: "\e603";
}

.icon-arw-left-6:before {
  content: "\e604";
}

.icon-arw-right-6:before {
  content: "\e605";
}

.icon-close:before {
  content: "\e606";
}

.icon-arw-up-6:before {
  content: "\e607";
}

.icon-arw-down-6:before {
  content: "\e608";
}

.icon-user:before {
  content: "\e60a";
}

.icon-box-check:before {
  content: "\e60b";
}

.icon-box:before {
  content: "\e60c";
}

.icon-users:before {
  content: "\e7fb";
}

.icon-help:before {
  content: "\e887";
}

.icon-sort-order:before {
  content: "\e5d7";
}

.icon-notes:before {
  content: "\e24d";
}

/*.icon-check:before {
    content: "\e900";
}
*/
.icon-update:before {
  content: "\e901";
}

.cookie-privacy-policy-popup {
  position: fixed;
  bottom: 0;
  width: 100%;
  min-height: 80px;
  display: flex;
  padding: 0.7em;
  background: #555555;
  color: #fff;
  align-items: center;
  flex-direction: column;
}
.cookie-privacy-policy-popup .policy-text {
  flex: 100%;
  padding-right: 0.3em;
  margin-right: 0;
  text-align: center;
  overflow-y: auto;
  max-height: 50vh;
  margin-bottom: 0.5em;
}
.cookie-privacy-policy-popup .policy-btns {
  display: flex;
}
.cookie-privacy-policy-popup .policy-accept {
  white-space: nowrap;
  margin-bottom: 0;
}
.cookie-privacy-policy-popup .policy-accept:hover {
  color: #fff;
}
.cookie-privacy-policy-popup .policy-hide {
  margin-bottom: 0;
  background: none;
  color: #000;
}
.cookie-privacy-policy-popup .policy-hide:hover {
  color: #fff;
}

@media (min-width: 48em) {
  .cookie-privacy-policy-popup {
    flex-direction: row;
  }
  .cookie-privacy-policy-popup .policy-text {
    margin-bottom: 0;
    margin-right: 0.3em;
  }
}
.return-link a {
  text-decoration: none !important;
}

.return-link a:before {
  content: "\e011";
  font-family: "good-oatmeal-v2";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  font-size: 0.875rem;
  padding-right: 0.5em;
}

.tippy-popper .tippy-tooltip {
  padding: 1.25rem;
  text-align: left;
  color: #333333;
}
.tippy-popper .tippy-tooltip.light-theme {
  box-shadow: 0 0 0.5rem 0 rgba(29, 39, 56, 0.25);
  border-radius: 0;
}
.tippy-popper .tippy-tooltip .tippy-content {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.tippy-popper [x-placement*=top] .tippy-arrow:after, .tippy-popper [x-placement*=bottom] .tippy-arrow:after {
  content: "";
  position: absolute;
  background: #333333;
  left: -0.3125rem;
  box-shadow: 0.1875rem 0.1875rem 0.5625rem -0.1875rem rgba(29, 39, 56, 0.25);
}
.tippy-popper [x-placement*=top] .tippy-arrow:after {
  transform: rotate(45deg);
  top: -0.75rem;
}
.tippy-popper [x-placement*=bottom] .tippy-arrow:after {
  transform: rotate(-135deg);
  top: 0.125rem;
}
.tippy-popper .lg-arrow .tippy-tooltip.light-theme {
  box-shadow: 0 0 0.5rem 0 rgba(234, 112, 30, 0.25);
  border-radius: 0.375rem;
}
.tippy-popper .lg-arrow[x-placement*=bottom] .tippy-arrow:after, .tippy-popper .lg-arrow[x-placement*=top] .tippy-arrow:after {
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(45deg);
  box-shadow: 0.1875rem 0.1875rem 0.5625rem -0.1875rem rgba(234, 112, 30, 0.25);
  left: -0.4375rem;
}
.tippy-popper .lg-arrow[x-placement*=top] .tippy-arrow:after {
  transform: rotate(45deg);
  top: -1rem;
}
.tippy-popper .lg-arrow[x-placement*=bottom] .tippy-arrow:after {
  transform: rotate(-135deg);
  top: -0.1875rem;
}
@media screen and (max-width: 480px) {
  .tippy-popper .tippy-popper[data-html] {
    max-width: calc(100% - 20px) !important;
  }
}

a.t-dropdown {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #222 !important;
  text-decoration: none !important;
}
a.t-dropdown:hover, a.t-dropdown:focus {
  color: dodgerblue !important;
}

.f-dropdown.content {
  -webkit-box-shadow: 0 3px 5px 0 rgba(25, 25, 25, 0.2);
  box-shadow: 0 3px 5px 0 rgba(25, 25, 25, 0.2);
  border-color: #b8b8b8;
}

.f-dropdown:after {
  opacity: 0.6;
}

.f-dropdown:before {
  border-color: white transparent transparent transparent !important;
  bottom: -12px !important;
  top: auto !important;
  border-top-style: solid;
}

.f-dropdown:after {
  border-color: #fff transparent transparent transparent !important;
  bottom: -14px !important;
  top: auto !important;
}

.quantity-pricing .f-dropdown.content {
  width: auto !important;
  max-width: 280px !important;
  padding: 0.25em;
  bottom: 1.5em !important;
  top: auto !important;
  left: -9999px;
}

.quantity-pricing .f-dropdown table {
  margin: 0;
  width: 100%;
  min-width: 250px;
  border: 0;
}

.quote-required {
  display: inline-block;
  font-weight: 700;
}

.quote-required .tt-wrap {
  white-space: normal;
  text-align: left;
}

.price .quote-required {
  margin-right: 1em;
}

[role=cross-sells] .quote-required > span {
  font-size: 0.87em;
}

.quote-required .quote-tip {
  position: relative;
  display: inline-block;
  z-index: 201;
  margin-left: 0.25em;
}

.quote-required .quote-tip a.t-dropdown {
  vertical-align: middle;
}

.quote-required .f-dropdown.content {
  width: auto !important;
  min-width: 248px !important;
  padding: 1em;
  bottom: 2.5em !important;
  top: auto !important;
  left: -9999px;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.25em;
  margin-left: -100px;
}

[role=cross-sells] .quote-required .f-dropdown.content,
.carousel-wrapper .quote-required .f-dropdown.content {
  min-width: 190px !important;
  margin-left: -118px;
}

/* :before - :after below should only apply to the product cross
    sells, on the front page (or other pages if applicable)  */
.widget-webcrosssells .quote-required .f-dropdown.open:before {
  left: 121px;
  bottom: -11px !important;
}

.widget-webcrosssells .quote-required .f-dropdown.open:after {
  left: 120px;
  opacity: 0.3;
}

.widget-webcrosssells h3 {
  margin-left: 1em;
}

@media only screen and (max-width: 40.063em) {
  .widget-webcrosssells .quote-required .f-dropdown.open:before {
    left: 113px;
  }
  .widget-webcrosssells .quote-required .f-dropdown.open:after {
    left: 112px;
  }
}
.ssi-welcome-container {
  min-height: 11.5625rem;
  background: #1D2738;
  position: relative;
  margin-bottom: 9.375rem;
}
@media screen and (max-width: 1025px) {
  .ssi-welcome-container {
    min-height: 31.25rem;
    margin-bottom: 0;
  }
}
.ssi-welcome-container .ssi-welcome-text {
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2rem;
  color: #FFFFFF;
  padding-top: 2rem;
}
.ssi-welcome-container .ssi-welcome-text > span {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 6.25rem;
}
.ssi-welcome-container .ssi-welcome-data {
  position: absolute;
  top: 6.25rem;
  left: 6.25rem;
}
@media screen and (max-width: 1025px) {
  .ssi-welcome-container .ssi-welcome-data {
    position: initial;
    margin-top: 1rem;
    padding-bottom: 2rem;
  }
}

.widget-linklist {
  display: block;
  margin: 1em 0;
}

.widget-linklist ul {
  list-style-type: none;
  width: auto;
  margin: 0;
}

.widget-linklist ul .active {
  font-weight: bold;
}

.widget-linklist.list-vertical ul li {
  margin-bottom: 0.5em;
  line-height: 1.3em;
}

.widget-linklist.list-horizontal ul li {
  display: inline-block;
  float: left;
  border-right: 1px solid #ddd;
  padding-right: 1em;
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.widget-linklist.list-horizontal ul li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.widget-navlist {
  display: block;
  padding: 1em 1.5em 0 1em;
  border: 1px solid #ddd;
}

.widget-navlist h4 {
  margin-top: 0;
  margin-bottom: 0.25em;
}

.widget-navlist > ul {
  margin-left: 0;
}

.widget-navlist ul {
  list-style-type: none;
  width: auto;
}

.widget-navlist ul .active {
  font-weight: bold;
}

.widget-emailsubscription {
  padding: 1.25rem 1.25rem 0;
  margin-bottom: 1em;
  background-color: #0D131E;
  border-radius: 0.625rem;
}

.widget-emailsubscription label {
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-bottom: 1rem;
  color: #FFF;
}

.widget-emailsubscription input {
  font-size: 1em;
  height: 2.5em;
  max-width: 250px;
  display: inline-block;
  margin-right: 1.5rem;
}

.widget-emailsubscription .btn {
  display: inline-block;
}

.widget-contactform .required-msg {
  margin: 1em 0;
}

.widget-contactform .cf-form div[class^=cf-form] {
  width: 100%;
  float: left;
  clear: left;
  margin-bottom: 0.25em;
}

.widget-contactform .cf-form textarea {
  height: 150px;
}

.widget-contactform .cf-form .cf-form-msg input {
  width: auto;
  height: 2em;
  display: inline-block;
  float: none;
  margin-left: 0.5em;
}

@media all and (min-width: 768px) {
  .widget-contactform {
    max-width: 600px;
  }
  .widget-contactform .cf-form label {
    width: 40%;
    float: left;
  }
  .widget-contactform .cf-form input,
  .widget-contactform .cf-form select {
    width: 55%;
    float: right;
  }
}
.widget-wishlists .dash-wishlists {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.widget-wishlists .dash-wishlists h3 {
  display: inline-block;
}
.widget-wishlists .dash-wishlists a.btn-view-all {
  float: right;
  font-size: 0.875rem;
  margin-top: 1.75em;
  padding: 0.5em 0.75em;
}
.widget-wishlists .dash-wishlists .overflow-table {
  border: none;
}
.widget-wishlists .dash-wishlists .overflow-table tr th:first-child:before,
.widget-wishlists .dash-wishlists .overflow-table tr td:first-child:before,
.widget-wishlists .dash-wishlists .overflow-table tr td:first-child,
.widget-wishlists .dash-wishlists .overflow-table tr td:first-child {
  min-width: inherit;
  width: inherit;
}

.widget-language-selector {
  float: left;
  margin-bottom: 0.9375rem;
  margin-right: 1.6rem;
}
.widget-language-selector .lang-button {
  color: #77BC1F;
  text-decoration: none !important;
  line-height: 40px;
  display: block;
}
.widget-language-selector .lang-button img {
  display: inline-block;
  width: auto;
  max-width: 20px;
  height: auto;
  max-height: 20px;
  margin-right: 0.5em;
  vertical-align: middle;
}

.widget-related-products h3 {
  margin-left: 1em;
}

.widget-recently-viewed h3 {
  margin-left: 1em;
}

.languages-menu {
  width: auto;
  overflow: hidden;
  min-height: 1px;
  max-height: 360px;
  z-index: 100;
  margin: 0;
  border: 1px solid #ddd;
  background: white;
  position: absolute;
  visibility: hidden;
  -webkit-box-shadow: 0 1px 5px 0 rgba(25, 25, 25, 0.2);
  box-shadow: 0 1px 5px 0 rgba(25, 25, 25, 0.2);
}
.languages-menu li {
  border-top: 1px solid #eee;
  line-height: 1.8rem;
}
.languages-menu li.lang-current {
  background: #F6F6F6;
  font-weight: 600;
}
.languages-menu li a {
  padding: 0.45em 10px;
  text-decoration: none !important;
}
.languages-menu li a img {
  display: inline-block;
  width: auto;
  max-width: 20px;
  height: auto;
  max-height: 20px;
  margin-right: 0.5em;
  vertical-align: middle;
}
.languages-menu li a span {
  vertical-align: middle;
}
.languages-menu li:hover {
  background: #F6F6F6;
}

.widget-currency-selector {
  float: left;
  margin-bottom: 0.9375rem;
  margin-right: 1.6rem;
}
.widget-currency-selector .currency-button {
  line-height: 40px;
  display: block;
  text-decoration: none !important;
}

.product-brand {
  margin: 7px 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-brand img {
  max-width: 75px;
  max-height: 75px;
}

.ui-lock {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  opacity: 0.6;
  display: none;
}

[role=secondary-nav] {
  display: none;
}

.top-row {
  background-color: #1D428A;
  height: 2rem;
}
.top-row .top-row-container {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  max-width: 83.75rem;
}
.top-row .top-row-container > * {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (max-width: 1025px) {
  .top-row .top-row-container > * {
    padding: 0.4375rem 0 0.4375rem 1.25rem;
  }
}
.top-row .top-left a:not(.btn), .top-row .top-left a:not(.btn):visited {
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 2rem;
  font-weight: unset;
}
.top-row .top-right {
  flex: 1 1 60%;
}
.top-row .top-right .widget-linklist {
  margin: 0;
}
@media screen and (max-width: 1025px) {
  .top-row .top-right .widget-linklist {
    display: none;
  }
}
.top-row .top-right .widget-linklist ul li {
  margin-top: 0.5625rem;
  margin-bottom: 0.5625rem;
  line-height: 0.5625rem;
}
.top-row .top-right .widget-linklist ul li:not(:last-child) {
  border-right: 0.0625rem solid rgba(255, 255, 255, 0.3);
  padding-right: 1.5rem;
  margin-right: 1.5rem;
}
.top-row .top-right .widget-linklist ul li a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.75rem;
  line-height: 0.875rem;
}

header.header-b2c {
  background-color: #FFFFFF;
  box-shadow: 0 0.0625rem 0 0 #CCCCCC;
}
@media screen and (max-width: 480px) {
  header.header-b2c .container {
    padding: 0;
  }
}
header.header-b2c li {
  padding-top: 0;
}
header.header-b2c li .btn, header.header-b2c li button.btn {
  color: #333333;
  padding: 0;
  font-size: 0.75rem;
  font-weight: bold;
  height: 2.125rem;
  line-height: 0.875rem;
  display: flex;
  align-items: center;
}
header.header-b2c li .btn .my-account, header.header-b2c li button.btn .my-account {
  color: #1D428A;
  font-size: 0.625rem;
  line-height: 0.5rem;
  padding-top: 0.5rem;
}
header.header-b2c li .btn .cust-name, header.header-b2c li button.btn .cust-name {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 6.25rem;
}
header.header-b2c li .btn:hover, header.header-b2c li .btn:hover .sign-in-label .my-account, header.header-b2c li button.btn:hover, header.header-b2c li button.btn:hover .sign-in-label .my-account {
  color: #4073D5 !important;
}
header.header-b2c li .btn:hover .icon-cart-hover_focus, header.header-b2c li .btn:hover .icon-signin-hover_focus, header.header-b2c li button.btn:hover .icon-cart-hover_focus, header.header-b2c li button.btn:hover .icon-signin-hover_focus {
  display: block;
}
header.header-b2c li .btn:hover .icon-cart-inactive, header.header-b2c li .btn:hover .icon-signin-inactive, header.header-b2c li button.btn:hover .icon-cart-inactive, header.header-b2c li button.btn:hover .icon-signin-inactive {
  display: none;
}
header.header-b2c li .btn .icon-cart-hover_focus, header.header-b2c li .btn .icon-signin-hover_focus, header.header-b2c li button.btn .icon-cart-hover_focus, header.header-b2c li button.btn .icon-signin-hover_focus {
  display: none;
}
header.header-b2c li .btn .sign-in-label, header.header-b2c li .btn .cart-label, header.header-b2c li button.btn .sign-in-label, header.header-b2c li button.btn .cart-label {
  padding-right: 0.5rem;
  padding-left: 0;
}
header.header-b2c li .btn .sign-in-label .sub-total, header.header-b2c li .btn .cart-label .sub-total, header.header-b2c li button.btn .sign-in-label .sub-total, header.header-b2c li button.btn .cart-label .sub-total {
  font-weight: normal;
}
header.header-b2c li .btn i, header.header-b2c li button.btn i {
  font-size: 2.125rem;
  padding-top: 0.3125rem;
}
header.header-b2c li .btn .path1, header.header-b2c li .btn .path2, header.header-b2c li button.btn .path1, header.header-b2c li button.btn .path2 {
  padding: 0;
}
header.header-b2c .head-row {
  min-height: 6rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header.header-b2c .head-row .columns {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1025px) {
  header.header-b2c .head-row {
    min-height: 4.1875rem;
  }
  header.header-b2c .head-row .isc-nav-bar-b2c, header.header-b2c .head-row .category-b2c {
    display: block;
  }
  header.header-b2c .head-row .mega-nav {
    display: none;
  }
  header.header-b2c .head-row .isc-primary-nav label, header.header-b2c .head-row .isc-primary-nav .subnav, header.header-b2c .head-row .isc-primary-nav .sub-heading, header.header-b2c .head-row .isc-nav-bar label {
    display: block;
  }
  header.header-b2c .head-row .isc-primary-nav label.hide-icon, header.header-b2c .head-row .isc-primary-nav .subnav.hide-icon, header.header-b2c .head-row .isc-primary-nav .sub-heading.hide-icon, header.header-b2c .head-row .isc-nav-bar label.hide-icon {
    display: none;
  }
  header.header-b2c .head-row label.toggle.icon-nav-closed, header.header-b2c .head-row label.toggle.icon-nav-open {
    font-size: 1.75rem;
    left: 0;
  }
  header.header-b2c .head-row label.toggle.icon-nav-closed:before, header.header-b2c .head-row label.toggle.icon-nav-closed > span:before, header.header-b2c .head-row label.toggle.icon-nav-open:before, header.header-b2c .head-row label.toggle.icon-nav-open > span:before {
    font-size: 2.1875rem;
  }
  header.header-b2c .head-row label.toggle.icon-nav-closed:after, header.header-b2c .head-row label.toggle.icon-nav-open:after {
    color: #888888;
  }
  header.header-b2c .head-row .isc-nav-bar {
    background: #FFFFFF;
    flex: 0 1 10%;
    height: 2.1875rem;
  }
}
@media screen and (max-width: 1025px) and (max-width: 480px) {
  header.header-b2c .head-row .isc-nav-bar {
    flex: 0 1 20%;
  }
}
@media screen and (max-width: 480px) {
  header.header-b2c .head-row {
    min-height: 7.875rem;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  header.header-b2c .head-row .logo-row {
    max-width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
header.header-b2c .head-row .logo-row .head-container {
  max-width: 90rem;
  margin: 1rem 0;
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  header.header-b2c .head-row .logo-row .head-container {
    justify-content: start;
  }
}
@media screen and (max-width: 480px) {
  header.header-b2c .head-row .logo-row .head-container {
    display: flex;
    max-width: 90rem;
    margin: auto;
  }
}
header.header-b2c .head-row .logo-row .header-zone.lft {
  display: flex;
}
@media screen and (max-width: 480px) {
  header.header-b2c .head-row .logo-row .header-zone.lft {
    padding-left: 1rem;
  }
}
header.header-b2c .head-row .logo-row .header-zone.lft .logo-container {
  padding: 0;
  margin: auto;
}
@media screen and (max-width: 480px) {
  header.header-b2c .head-row .logo-row .header-zone.lft .logo-container {
    margin: 0;
    width: auto;
  }
}
header.header-b2c .head-row .logo-row .header-zone.lft .logo-container img {
  min-width: 12.6875rem;
  width: 12.6875rem;
  height: 3.875rem;
}
@media screen and (max-width: 1025px) {
  header.header-b2c .head-row .logo-row .header-zone.lft .logo-container img {
    min-width: 7.1875rem;
    width: 7.1875rem;
    height: 2.1875rem;
  }
}
header.header-b2c .head-row .logo-row .shippers-desktop-logo {
  display: block;
}
@media screen and (max-width: 480px) {
  header.header-b2c .head-row .logo-row .shippers-desktop-logo {
    display: none;
  }
}
header.header-b2c .head-row .logo-row .shippers-mobile-logo {
  display: none;
}
@media screen and (max-width: 480px) {
  header.header-b2c .head-row .logo-row .shippers-mobile-logo {
    display: block;
  }
}
@media screen and (max-width: 1025px) {
  header.header-b2c .head-row .logo-row .header-zone.rt .shippers-top-nav {
    padding-left: 0;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  header.header-b2c .head-row .logo-row .header-zone.rt {
    display: block;
    padding-left: 0;
  }
  header.header-b2c .head-row .logo-row .header-zone.rt .sign-in-label, header.header-b2c .head-row .logo-row .header-zone.rt .cart-label {
    display: none;
  }
}
header.header-b2c .head-row .logo-row .header-zone.rt .shippers-top-nav {
  display: flex;
}
@media screen and (max-width: 1025px) {
  header.header-b2c .head-row .logo-row .header-zone.rt .shippers-top-nav {
    padding-left: 0;
    margin: auto;
  }
}
header.header-b2c .head-row .logo-row .header-zone.rt .shippers-top-nav .shippers-restricted-width {
  height: 2.1875rem;
  display: flex;
}
header.header-b2c .head-row .logo-row .header-zone.rt .shippers-top-nav .shippers-restricted-width .left-nav {
  flex: 1 1 50%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  header.header-b2c .head-row .logo-row .header-zone.rt .shippers-top-nav .shippers-restricted-width .left-nav {
    position: absolute;
    top: 4.1875rem;
    right: 0;
    padding: 0.75rem 1rem;
    background-color: #EEEEEE;
    width: 100%;
  }
}
header.header-b2c .head-row .logo-row .header-zone.rt .shippers-top-nav .shippers-restricted-width .right-nav {
  flex: 1 1 60%;
  display: flex;
  justify-content: flex-end;
}
header.header-b2c .head-row .logo-row .header-zone.rt .shippers-top-nav ul[role=user-nav] {
  float: none;
  display: flex;
  margin-top: 0;
}
header.header-b2c .head-row .search-wrapper {
  width: 100%;
  position: relative;
  z-index: 95;
  float: none;
  margin: auto;
}
@media screen and (min-width: 768px) {
  header.header-b2c .head-row .search-wrapper {
    max-width: 25rem;
  }
}
header.header-b2c .head-row .search-container {
  padding-top: 0;
}
@media screen and (max-width: 480px) {
  header.header-b2c .head-row .search-container {
    display: block;
  }
}
header.header-b2c .head-row .search-container .search-button {
  width: 9%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1025px) {
  header.header-b2c .head-row .search-container .search-button {
    width: 12%;
  }
}
@media screen and (max-width: 480px) {
  header.header-b2c .head-row .search-container .search-button {
    width: 9%;
  }
}
header.header-b2c .head-row .search-container .search-button button::before {
  color: #999999;
  font-size: 1rem;
  line-height: 1.0625rem;
  width: 100%;
  left: 0;
  position: absolute;
  display: inline-block;
  text-indent: 0;
}
header.header-b2c .head-row .search-container .search-button button:hover:before {
  color: #FF832F;
}
header.header-b2c .head-row #wideSearch {
  width: 100%;
  float: none;
  position: relative;
}
header.header-b2c .head-row #wideSearch form {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
header.header-b2c .head-row #wideSearch .search-input {
  width: 100%;
}
header.header-b2c .head-row .sub-total {
  padding-top: 0.25rem;
}
header.header-b2c .head-row [role=sign-in], header.header-b2c .head-row [role=account-menu] {
  margin-right: 2.9375rem;
}
@media screen and (max-width: 1025px) {
  header.header-b2c .head-row [role=sign-in], header.header-b2c .head-row [role=account-menu] {
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  header.header-b2c .head-row [role=sign-in], header.header-b2c .head-row [role=account-menu] {
    margin-right: 1.25rem;
  }
}
header.header-b2c .mega-nav {
  width: 100%;
  display: flex;
  padding: 0;
}
header.header-b2c .mega-nav > * {
  font-family: "Roboto";
}
header.header-b2c .mega-nav .shippers-restricted-width {
  margin: auto;
  width: 100%;
  display: flex;
}
header.header-b2c .mega-nav .shippers-restricted-width .left-nav {
  width: 100%;
}
header.header-b2c .mega-nav ul li.top-level-category > a .toggle-sub:before {
  color: #999999;
  font-size: 0.75rem;
  line-height: 0.8125rem;
}
header.header-b2c .mega-nav ul .subnav .sub-item a {
  line-height: 1.25rem;
  align-items: center;
}
header.header-b2c .mega-nav ul .subnav .sub-item a .sub-item-text {
  padding: 0.4375rem 0.875rem;
}
header.header-b2c .mega-nav ul:first-child > li .toggle-sub:before {
  color: #999999;
  font-size: 0.75rem;
  line-height: 0.8125rem;
}
header.header-b2c .mega-nav .top-level-category.top-level-item {
  position: relative;
}
header.header-b2c .mega-nav .shippers-top-level a {
  color: #333333;
  font-size: 1rem;
  font-weight: bold;
}
header.header-b2c .mega-nav .subnav .sub-item {
  min-width: 235px;
}
header.header-b2c.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}

nav.nav-container {
  height: 3.4375rem;
  z-index: 20;
}
nav.nav-container .container {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .mobile-header {
    display: none;
  }
}

.left-nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.left-nav > ul .back {
  display: none;
}
.left-nav > ul > li {
  position: relative;
  height: 1.375rem;
  margin-bottom: 0;
  padding-right: 1rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1025px) {
  .left-nav > ul > li {
    margin-right: 0;
  }
}
.left-nav > ul > li div.link, .left-nav > ul > li div.link > a {
  line-height: 1.0625rem;
}
.left-nav > ul > li > a:not(.btn) {
  color: #333333;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  display: block;
  letter-spacing: 0;
  line-height: 1.0625rem;
  text-decoration: none;
  white-space: nowrap;
}
.left-nav > ul > li > a:not(.btn) > i {
  display: none;
}
.left-nav > ul > li > i {
  color: #999999;
  padding-right: 0;
  padding-left: 0.5rem;
  padding-top: 0.1875rem;
  float: right;
  font-size: 0.4375rem;
}
.left-nav > ul > li > i:before {
  font-size: 0.3125rem;
}
@media screen and (min-width: 1024px) and (max-width: 1050px) {
  .left-nav > ul > li:nth-child(4) > div {
    left: -3.125rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1800px) {
  .left-nav > ul > li:nth-child(4) > div > ul > li .wrapper {
    left: -18.6875rem;
    top: 0.0625rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1444px) {
  .left-nav > ul > li:nth-child(5) > div {
    left: -11.5625rem;
  }
}
@media screen and (min-width: 1025px) {
  .left-nav > ul > li:nth-child(5) > div > ul > li .wrapper {
    left: -18.6875rem;
    top: 0.0625rem;
  }
}
.left-nav > ul > li:nth-child(6) {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .left-nav > ul > li:nth-child(6) > div {
    left: -12.5rem;
  }
  .left-nav > ul > li:nth-child(6) > div > ul > li .wrapper {
    left: -18.6875rem;
    top: 0.0625rem;
  }
}
@media screen and (min-width: 1440px) {
  .left-nav > ul > li:nth-child(6) > div {
    left: -8.5625rem;
  }
}

.left-nav > ul > li.active > a {
  color: #4073D5;
}

.left-nav > ul > li .wrapper > ul {
  margin: 0;
  transition: all 300ms ease;
  min-width: 22.5rem;
  list-style: none;
  background-color: #FFFFFF;
  z-index: 1;
  left: 0;
  top: 100%;
  opacity: 0;
  pointer-events: none;
}
.left-nav > ul > li.active ul {
  top: 100%;
  opacity: 1;
  pointer-events: all;
}
.left-nav > ul > li.content ul {
  padding: 0;
}

.left-nav > ul > li .wrapper {
  pointer-events: none;
  position: absolute;
  top: 0.0625rem;
  left: 100%;
  z-index: 8;
  left: 22.5rem;
}
.left-nav > ul > li .wrapper.main-wrapper {
  background-color: #FFF;
  width: 100%;
  height: 18.75rem;
}
.left-nav > ul > li .wrapper.main-wrapper.container {
  pointer-events: all;
}
.left-nav > ul > li .wrapper.main-wrapper ul {
  padding-top: 0.625rem;
}
.left-nav > ul > li .wrapper.sub-wrapper {
  width: 37.5rem;
}
@media screen and (min-width: 1024px) and (max-width: 1150px) {
  .left-nav > ul > li .wrapper.sub-wrapper {
    width: 18.75rem;
  }
}
.left-nav > ul > li .wrapper.sub-wrapper > ul {
  max-width: 100%;
  width: 100%;
  border-right: none;
}
.left-nav > ul > li .sub-tier-panel::-webkit-scrollbar {
  width: 0.375rem;
  pointer-events: all;
}
.left-nav > ul > li .sub-tier-panel::-webkit-scrollbar-track {
  background-color: #EEEEEE;
}
.left-nav > ul > li .sub-tier-panel::-webkit-scrollbar-thumb {
  background-color: #999999;
  width: 0.25rem;
  pointer-events: all;
  border-radius: 0.125rem;
}
.left-nav > ul > li > .wrapper {
  top: 100%;
  left: 0;
  display: none;
  border-top: 0.0625rem solid #CCCCCC;
}
.left-nav > ul > li .content .wrapper {
  left: 18.8125rem;
  top: 0.03125rem;
  margin-left: -0.0625rem;
  border-top: 0.0625rem solid #CCCCCC;
}
.left-nav > ul > li.catalog.active > .wrapper {
  display: flex;
  position: fixed;
}
.left-nav > ul > li.catalog.content.active > .wrapper {
  position: absolute;
  top: 150%;
}
.left-nav > ul > li.catalog ul {
  max-width: 22.5rem;
  height: 100%;
  max-height: 25rem;
  position: static;
  overflow-x: hidden;
  overflow-y: auto;
  border-right: 0.0625rem solid #CCCCCC;
  margin-left: 0;
}
.left-nav > ul > li.catalog ul > li {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  white-space: nowrap;
  margin-bottom: 0;
}
.left-nav > ul > li.catalog ul > li > div:first-child {
  padding: 0.3125rem 1.25rem 0.3125rem 1rem;
}
.left-nav > ul > li.catalog ul > li a:not(.btn) {
  text-decoration: none;
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.375rem;
  white-space: nowrap;
  font-weight: 300;
}
.left-nav > ul > li.catalog ul > li i {
  position: relative;
  float: right;
  font-size: 0.875rem;
  pointer-events: none;
}
.left-nav > ul > li.catalog ul > li i:before {
  font-size: 0.625rem;
}
.left-nav > ul > li.catalog ul li {
  transition: all 200ms ease;
}
.left-nav > ul > li.catalog ul li ul {
  top: 0.625rem;
  left: 22.5rem;
  opacity: 0;
  pointer-events: none;
  display: none;
}
@media screen and (max-width: 768px) {
  .left-nav > ul > li.catalog ul li ul {
    border-left: 0;
  }
}
.left-nav > ul > li.content ul {
  min-width: 18.75rem;
  height: 18.75rem;
  padding-top: 0.625rem;
}
.left-nav > ul > li.content ul > li {
  padding-right: 0;
  padding-left: 0;
}
.left-nav > ul > li.active ul li.active > div {
  background-color: #0F2859;
  border-color: transparent;
}
.left-nav > ul > li.active ul li.active > div > a, .left-nav > ul > li.active ul li.active > div > i:before {
  color: #FFFFFF;
}
.left-nav > ul > li.active ul li.active > .wrapper {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .left-nav > ul > li.active ul li.active > .wrapper {
    max-height: 100%;
  }
}
.left-nav > ul > li.active ul li.active > .wrapper > ul {
  opacity: 1;
  pointer-events: all;
  display: block;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .left-nav > ul > li.active ul li.active > .wrapper > ul {
    max-height: 90vh;
  }
}
.left-nav > ul > li.active ul li:focus-within > div {
  background-color: #0F2859;
  border-color: transparent;
}
.left-nav > ul > li.active ul li:focus-within > div > a, .left-nav > ul > li.active ul li:focus-within > div > i:before {
  color: #FFFFFF;
}
.left-nav > ul > li.active ul li:focus-within > .wrapper {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .left-nav > ul > li.active ul li:focus-within > .wrapper {
    max-height: 100%;
  }
}
.left-nav > ul > li.active ul li:focus-within > .wrapper > ul {
  opacity: 1;
  pointer-events: all;
  display: block;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .left-nav > ul > li.active ul li:focus-within > .wrapper > ul {
    max-height: 90vh;
  }
}
.left-nav > ul > li .fancy-scroll > .fancy-up {
  display: none;
}
.left-nav > ul > li .fancy-scroll > .fancy-up, .left-nav > ul > li .fancy-scroll > .fancy-down {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 3.75rem;
  background: rgba(255, 255, 255, 0.6);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), transparent);
  pointer-events: none;
}
.left-nav > ul > li .fancy-scroll > .fancy-up:before, .left-nav > ul > li .fancy-scroll > .fancy-down:before {
  top: 20%;
  right: 0.3125rem;
  position: absolute;
  transform: translate(-50%);
  background: #FFF;
  padding: 0.3125rem;
  border-radius: 0.3125rem;
  cursor: pointer;
  pointer-events: auto;
}
.left-nav > ul > li .fancy-scroll > .fancy-down {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.15));
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .left-nav > ul > li .fancy-scroll > .fancy-down {
    bottom: 5rem;
    height: 1.875rem;
  }
  .left-nav > ul > li .fancy-scroll > .fancy-down:before {
    padding: 0.125rem;
    right: 50%;
    transform: translateX(50%);
    font-size: 0.75rem;
  }
}
.left-nav > ul > li .fancy-scroll > .fancy-down:before {
  top: auto;
  bottom: 20%;
}
.left-nav > ul > li.active > .wrapper.fancy-scroll.show-down > .fancy-down, .left-nav > ul > li .active > .wrapper.fancy-scroll.show-down > .fancy-down {
  opacity: 1;
}

.level-3 {
  padding: 0.4375rem 3.125rem 0 1.6875rem;
}
@media screen and (max-width: 1025px) {
  .level-3 {
    padding: 0 1.0625rem 0 1.0625rem;
  }
}
.level-3 .sub-category-content > pre {
  white-space: pre-wrap;
}
.level-3 .sub-category-img {
  max-width: 12.5rem;
}

@media screen and (max-width: 1025px) {
  #main-nav-check:checked ~ .isc-primary-nav, .isc-primary-nav .subnav-check:checked ~ .sub-tier-panel, .isc-primary-nav .subnav-check:checked ~ #fof-sub {
    width: 22.5rem;
  }
}
@media screen and (max-width: 1025px) and (max-width: 481px) {
  #main-nav-check:checked ~ .isc-primary-nav, .isc-primary-nav .subnav-check:checked ~ .sub-tier-panel, .isc-primary-nav .subnav-check:checked ~ #fof-sub {
    width: 100%;
  }
  #main-nav-check:checked ~ .isc-primary-nav.isc-primary-nav, .isc-primary-nav .subnav-check:checked ~ .sub-tier-panel.isc-primary-nav, .isc-primary-nav .subnav-check:checked ~ #fof-sub.isc-primary-nav {
    border-top: 0.0625rem solid #CCCCCC;
  }
}
@media screen and (max-width: 1025px) {
  [class*=sidebar-] #nwrap, #main-nav-check:checked ~ .isc-primary-nav, .isc-primary-nav .subnav-check:checked ~ .sub-tier-panel, .isc-primary-nav .subnav-check:checked ~ #fof-sub {
    left: 0;
    top: 6.25rem;
    z-index: 1000;
    background-color: #FFFFFF;
  }
  .isc-primary-nav {
    padding-top: 0;
  }
  .isc-primary-nav .sign-out {
    display: none;
    margin-top: 1.5rem;
  }
  .isc-primary-nav .nav-item-container .icon-arrow-right:before {
    color: #666666;
    font-size: 0.8125rem;
    top: 0;
    left: auto;
    right: 0;
  }
  .isc-primary-nav ul li a:not(.btn), .isc-primary-nav label {
    color: #333333;
    font-family: "Open Sans", sans-serif;
    line-height: 1.0625rem;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
  }
  .isc-primary-nav ul {
    margin-top: 1.0625rem;
    padding: 0 1rem;
  }
  .isc-primary-nav ul.active-nav:nth-child(1) {
    border-bottom: 0.0625rem solid #979797;
    margin: 1.0625rem;
    padding: 0 0 1rem;
  }
  .isc-primary-nav ul li {
    background: none;
    margin-bottom: 1rem;
  }
  .isc-primary-nav ul ul {
    padding: 2rem 1rem;
  }
  .isc-primary-nav ul ul ul {
    padding: 1rem 1rem;
  }
  .isc-primary-nav ul ul ul ul {
    padding: 0.5rem 1rem;
  }
  .isc-primary-nav label:before {
    line-height: 1.375rem;
  }
  .isc-primary-nav .subnav-check:checked ~ .sub-tier-panel, .isc-primary-nav .subnav-check:checked ~ #fof-sub {
    top: 0.75rem;
  }
  .isc-primary-nav-top {
    height: 1.0625rem;
    top: 0;
  }
  .isc-primary-nav-top .go-back {
    padding-left: 1.0625rem;
    padding-top: 1.0625rem;
  }
  .isc-primary-nav-top .go-back > i {
    padding-left: 1rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
  }
  .isc-primary-nav-bottom {
    width: 100%;
  }
  .widget-linklist.list-horizontal ul li {
    border-right: none;
    display: block;
    float: none;
    margin-bottom: 1.5rem;
  }
  .widget-linklist.list-horizontal ul li:last-child {
    margin-bottom: 0;
  }
}
.quote-request-view .xng-field {
  margin-bottom: 1rem;
}
.quote-request-view .success-msg {
  padding: 0;
  margin: 0 0 10px 0;
}
.quote-request-view .success-msg div {
  padding: 0;
  margin: 0;
}

.category-list .contentWrapper2 {
  color: green;
}

.change-cust-ship-to .btns {
  margin-top: 0.25em;
}
.change-cust-ship-to .btns a.btn {
  margin-bottom: 1em;
}
.change-cust-ship-to .si-step-2 {
  margin-bottom: 1.5em;
}
.change-cust-ship-to .si-step-2 .select-step {
  margin-bottom: 1em;
  position: relative;
}
.change-cust-ship-to .billto-selector .k-input, .change-cust-ship-to .shipto-selector .k-input {
  padding-right: 2em;
}
.change-cust-ship-to .billto-selector + .icon-arw-down-5, .change-cust-ship-to .shipto-selector + .icon-arw-down-5 {
  position: absolute;
  top: 1.55em;
  right: 0.25em;
  font-size: 22px;
  cursor: pointer;
}

@media all and (max-width: 767px) {
  .change-cust-ship-to .btns a.btn {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .change-cust-ship-to .btns {
    text-align: right;
  }
  .change-cust-ship-to .si-step-2 .btn {
    float: right;
    margin-left: 1em;
  }
}
.checkout-addresses .return-link {
  margin: 1.5em 0;
}
.checkout-addresses .checkout-head h1 {
  display: inline-block;
  margin-right: 1em;
}
.checkout-addresses .checkout-crumbs {
  display: inline-block;
}
.checkout-addresses .checkout-crumbs div {
  display: inline-block;
  margin-right: 1em;
}
.checkout-addresses .checkout-crumbs .crumb-current {
  font-weight: bold;
}
.checkout-addresses .btns .btn {
  margin: 1em 0;
  float: right;
}
.checkout-addresses .pick-up-location p {
  font-size: 16px;
  line-height: 1.5em;
}
.checkout-addresses h3 .change-mode {
  margin-left: 15px;
}
.checkout-addresses section ul {
  list-style: none;
  margin: 0;
}
.checkout-addresses .ship-select {
  min-height: 110px;
  position: relative;
}
.checkout-addresses .ship-select .btns {
  margin-top: 0.25em;
}
.checkout-addresses .ship-select .btns a.btn {
  margin-bottom: 1em;
}
.checkout-addresses .ship-select .si-step-2 {
  margin-bottom: 1.5em;
}
.checkout-addresses .ship-select .si-step-2 .select-step {
  margin-bottom: 1em;
  position: relative;
}
.checkout-addresses .ship-select .shipto-selector .k-input {
  padding-right: 2em;
}
.checkout-addresses .ship-select .shipto-selector + .icon-arw-down-5 {
  position: absolute;
  top: 0.3em;
  right: 0.25em;
  font-size: 22px;
  cursor: pointer;
}

@media all and (max-width: 767px) {
  .checkout-addresses .checkout-crumbs > div:not(.crumb-current) {
    display: none;
  }
  .checkout-addresses .checkout-addresses .btns .btn {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .checkout-addresses h3 {
    margin-top: 0;
  }
  .checkout-addresses .bill-to, .checkout-addresses .ship-to, .checkout-addresses .pick-up-location {
    float: left;
    width: 42%;
    padding-top: 0 !important;
    padding-left: 2em;
  }
  .checkout-addresses .newsletter-signup {
    margin: 1em 0;
  }
  .checkout-addresses .select-address div.custom {
    display: none !important;
  }
  .checkout-addresses .required-msg {
    font-size: 0.875em;
    min-height: 109px;
    margin-bottom: 0;
  }
  .checkout-addresses .same-as-billto {
    margin-bottom: 0.75em;
  }
  .checkout-addresses .select-address {
    margin-bottom: 1em;
  }
  .checkout-addresses .btns {
    display: flex;
    display: -webkit-flex;
    width: 84%;
    margin-left: 42%;
    padding-left: 2em;
  }
  .checkout-addresses .btns .btn {
    margin: 3em 1em 0 0;
  }
}
@media all and (min-width: 768px) {
  .checkout-addresses .ship-to .title, .checkout-addresses .bill-to .title {
    display: none;
  }
}
.checkout-cart {
  /* Clearfix */
}
.checkout-cart .return-link {
  margin: 1.5em 0;
}
.checkout-cart .cart-left {
  margin-bottom: 1.5em;
}
.checkout-cart .cart-left:before,
.checkout-cart .cart-left:after {
  content: " ";
  display: table;
}
.checkout-cart .cart-left:after {
  clear: both;
}
.checkout-cart ul.cart-items {
  margin: 0;
  list-style: none;
}
.checkout-cart .cart-right {
  margin-bottom: 1.5em;
}
.checkout-cart .cart-left .btns {
  margin: 1.5em 0;
}
.checkout-cart .cart-left .btns .btn {
  width: 100%;
  margin-bottom: 1em;
}
.checkout-cart .cart-right .btns a.btn {
  width: 100%;
  margin-bottom: 1em;
}
.checkout-cart .item-details .item-name {
  padding-right: 2.5em;
}
.checkout-cart .item-block .price span, .checkout-cart .item-block .price .quote-required {
  margin: 0 0;
}
.checkout-cart .item-block .price .price-sale {
  margin-right: 0.25rem;
}
.checkout-cart .item-block .price .price-saving {
  display: block;
}
.checkout-cart .item-block .price .selected-uom {
  margin-right: 1rem;
}
.checkout-cart .item-block .price .quantity-pricing {
  margin-left: 0 !important;
  display: block !important;
}
.checkout-cart .item-list .actions-panel .item-actions {
  text-align: left;
}
.checkout-cart .item-list .item-code-notes {
  padding: 0;
  float: left;
  width: 100%;
}
.checkout-cart .item-list .item-actions-wrap {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  float: left;
  width: 100%;
}
.checkout-cart .quote-items-note {
  background: #fff6c5;
  border-color: #ffd800;
}
.checkout-cart .item-qty-message {
  line-height: 1.2em;
  text-align: left;
  float: right;
  width: 197px;
  clear: both;
  color: red;
}
.checkout-cart .item-qty-message span.item-qty-message__avail {
  display: block;
}
.checkout-cart .invalid-price {
  color: red;
}
.checkout-cart .item-list .item-block div.item-opt {
  height: inherit;
}
.checkout-cart .item-list .item-block div.item-opt .item-qty input {
  width: 60px;
}
.checkout-cart .item-opt__changed {
  border: 2px solid red !important;
}
.checkout-cart .item-block .item-opt .item-qty.item-qty-unavailable label, .checkout-cart .item-block .item-opt .item-qty.item-qty-unavailable input {
  display: none;
}
.checkout-cart .delivery-method {
  border: 1px solid #E0E0E0;
  padding: 0.9375rem;
  margin-bottom: 1.5em;
  display: inline-block;
  width: 100%;
}
.checkout-cart .delivery-method .ship-block {
  float: left;
  margin-right: 3em;
}
.checkout-cart .delivery-method .ship-block .delivery-method-options {
  margin-bottom: 0;
}
.checkout-cart .delivery-method .pick-up-block {
  float: left;
}
.checkout-cart .delivery-method .pick-up-block .warehouse-selection-link {
  margin-top: 0.6em;
}
.checkout-cart .warn-message {
  color: #CC2200;
  background-color: rgb(252, 244, 242);
  border: 1px solid rgb(249, 201, 191);
  padding: 10px 10px 10px 45px;
  position: relative;
}
.checkout-cart .warn-message::after {
  display: block;
  position: absolute;
  left: 14px;
  top: 13px;
  content: "\f071";
  font-family: "good-oatmeal-v2";
  font-size: 18px;
}

.wishlist-actions-block {
  float: left;
  margin-top: 0;
}

@media all and (min-width: 768px) {
  .checkout-cart .cart-left {
    float: left;
    width: 65%;
  }
  .checkout-cart .cart-right {
    float: right;
    width: 30%;
  }
  .checkout-cart .item-list .item-details {
    padding-right: 1em !important;
  }
  .checkout-cart .item-details .item-name {
    padding-right: 3.5em;
  }
  .checkout-cart .item-opt .item-subtotal {
    float: right;
    clear: right;
    min-width: 110px;
  }
}
@media all and (max-width: 767px) {
  .checkout-cart .item-qty-message {
    width: 100%;
    float: none;
    text-align: right;
  }
  .checkout-cart .item-opt--changed .item-qty {
    padding: 10px;
  }
}
.checkout-order-confirm {
  /* Cart Items */
}
.checkout-order-confirm .return-link {
  margin: 1.5em 0;
}
.checkout-order-confirm .checkout-head h1 {
  display: inline-block;
  margin-right: 1em;
}
.checkout-order-confirm .checkout-crumbs {
  display: inline-block;
}
.checkout-order-confirm .checkout-crumbs div {
  display: inline-block;
  margin-right: 1em;
}
.checkout-order-confirm .checkout-crumbs .crumb-current {
  font-weight: bold;
}
.checkout-order-confirm .btns a.btn {
  margin-bottom: 1em;
}
.checkout-order-confirm .order-bill-ship .large-4 {
  margin-bottom: 1em;
}
.checkout-order-confirm .order-bill-ship ul {
  list-style: none;
  margin: 0;
}
.checkout-order-confirm .cart-right .btns {
  text-align: right;
}
.checkout-order-confirm .order-bill-ship {
  margin-bottom: 1em;
}
.checkout-order-confirm .order-bill-ship .pick-up-info p {
  font-size: 1rem;
  line-height: 1.6;
}
.checkout-order-confirm .order-details {
  margin-bottom: 1em;
}
.checkout-order-confirm .cart-items {
  margin-bottom: 1em;
}
.checkout-order-confirm .btns {
  text-align: left;
}
.checkout-order-confirm ul.cart-items {
  list-style: none;
}
.checkout-order-confirm .item-list .item-details,
.checkout-order-confirm .item-list .item-code-notes {
  float: right;
}
.checkout-order-confirm .item-block .price span {
  margin: 0 0;
}
.checkout-order-confirm .item-block .price .price-saving {
  display: block;
}
.checkout-order-confirm .item-block .price .selected-uom {
  margin-right: 1rem;
}
.checkout-order-confirm .item-block .price .quantity-pricing {
  margin-left: 0 !important;
  display: block !important;
}
.checkout-order-confirm .item-list .item-code-notes .cost-code,
.checkout-order-confirm .item-list .item-code-notes .item-notes {
  width: 100%;
  margin-bottom: 0.25em;
}
.checkout-order-confirm .item-list .item-code-notes .cost-code strong,
.checkout-order-confirm .item-list .item-code-notes .item-notes strong {
  margin-right: 0.5em;
}
.checkout-order-confirm .quote-items-note {
  background: #fff6c5;
  border-color: #ffd800;
}
.checkout-order-confirm .quote-items-note p {
  font-weight: bold;
}
.checkout-order-confirm .quote-items-note .btn + .btn {
  margin-left: 1em;
}
.checkout-order-confirm .message-box {
  text-align: center;
  border: solid;
  margin-top: 30px;
  border-width: 1px;
  border-color: #d3d3d3;
  padding: 10px;
}

@media all and (max-width: 767px) {
  .checkout-order-confirm .checkout-crumbs > div:not(.crumb-current) {
    display: none;
  }
  .checkout-order-confirm .cart-items {
    overflow: auto;
    max-height: 460px;
  }
  .checkout-order-confirm .btns .btn {
    width: 100%;
  }
  .checkout-order-confirm ul.cart-items {
    border-top: 1px solid #E0E0E0;
  }
}
@media all and (min-width: 768px) {
  .checkout-order-confirm .cart-right {
    margin-bottom: 1em;
    width: 50%;
  }
  .checkout-order-confirm .cart-right .btns .btn {
    margin-left: 1em;
  }
  .checkout-order-confirm .item-list .item-details div.price,
  .checkout-order-confirm .item-list .item-details div.item-opt {
    display: inline-block;
    height: auto;
  }
  .checkout-order-confirm .item-list .item-details div.item-opt {
    line-height: 1em;
  }
  .checkout-order-confirm .item-list .item-details div.item-opt .item-subtotal {
    min-width: 110px;
  }
  .checkout-order-confirm .item-list .item-details,
  .checkout-order-confirm .item-list .item-code-notes {
    padding-right: 1em !important;
  }
}
.checkout-review-pay {
  /* Clearfix */
  /* Cart Items */
  /* Cart Items */
}
.checkout-review-pay .review-pay-form:before,
.checkout-review-pay .review-pay-form:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.checkout-review-pay .review-pay-form:after {
  clear: both;
}
.checkout-review-pay .return-link {
  margin: 1.5em 0;
}
.checkout-review-pay .checkout-head h1 {
  display: inline-block;
  margin-right: 1em;
}
.checkout-review-pay h3 {
  padding-bottom: 0.5em;
}
.checkout-review-pay .checkout-crumbs {
  display: inline-block;
}
.checkout-review-pay .checkout-crumbs div {
  display: inline-block;
  margin-right: 1em;
}
.checkout-review-pay .checkout-crumbs .crumb-current {
  font-weight: bold;
}
.checkout-review-pay .bill-ship {
  margin-bottom: 1.5em;
}
.checkout-review-pay .order-bill-ship ul {
  list-style: none;
  margin: 0;
  font-size: 0.875em;
  line-height: 1.5em;
}
.checkout-review-pay .order-bill-ship h4 {
  display: inline-block;
  margin-right: 1em;
  margin-top: 0;
}
.checkout-review-pay .order-bill-ship .bill-info, .checkout-review-pay .order-bill-ship .ship-info, .checkout-review-pay .order-bill-ship .pick-up-info {
  float: left;
  margin-bottom: 1em;
}
.checkout-review-pay .order-bill-ship .pick-up-info p {
  font-size: 0.875em;
  line-height: 1.5em;
}
.checkout-review-pay .promo-code span.field-validation-valid {
  padding: 0.5em 1em;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: 600;
  background: rgb(218, 246, 230);
  color: #0FC65E;
  display: block;
  clear: both;
  font-size: 14px;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  border: 1px solid #0FC65E;
}
.checkout-review-pay .ship-method {
  margin-bottom: 1em;
}
.checkout-review-pay .ship-method .delivery-date-note {
  font-style: italic;
}
.checkout-review-pay .ship-method .pick-up-date {
  margin-top: 1.25em;
}
.checkout-review-pay .payment-details {
  margin-bottom: 1em;
}
.checkout-review-pay .payment-details .payment-billing-address {
  font-size: 14px;
  margin-top: -12px;
  display: block;
  line-height: 18px;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.checkout-review-pay .payment-details .payment-profile-expired {
  font-size: 14px;
  margin-top: -12px;
  display: block;
  color: #f04124;
  line-height: 18px;
  margin-bottom: 12px;
}
.checkout-review-pay .payment-details .exp-year select {
  margin-bottom: 0;
}
.checkout-review-pay .payment-details .tokenex-iframe-block {
  height: 37.8px;
  margin: 0 0 1rem 0;
}
.checkout-review-pay .payment-details .tokenex-error {
  margin-top: -1rem;
}
.checkout-review-pay .payment-details .paymetric-iframe-block {
  border: none;
}
.checkout-review-pay .paypal {
  margin: 0.25em 0 1em 0;
}
.checkout-review-pay .promo-code:before,
.checkout-review-pay .promo-code:after {
  content: " ";
  display: table;
}
.checkout-review-pay .promo-code:after {
  clear: both;
}
.checkout-review-pay .cart-items {
  margin-bottom: 1em;
}
.checkout-review-pay ul.cart-items {
  list-style: none;
}
.checkout-review-pay .item-list .item-details,
.checkout-review-pay .item-list .item-code-notes {
  float: right;
}
.checkout-review-pay .item-list .item-details div.item-opt {
  line-height: 1em;
}
.checkout-review-pay .item-list .item-details div.item-opt .item-subtotal {
  min-width: 110px;
}
.checkout-review-pay .item-block .price span {
  margin: 0 0;
}
.checkout-review-pay .item-block .price .price-saving {
  display: block;
}
.checkout-review-pay .item-block .price .selected-uom {
  margin-right: 1rem;
}
.checkout-review-pay .item-block .price .quantity-pricing {
  margin-left: 0 !important;
  display: block !important;
}
.checkout-review-pay .item-list .item-code-notes .cost-code,
.checkout-review-pay .item-list .item-code-notes .item-notes {
  width: 100%;
  margin-bottom: 0.25em;
}
.checkout-review-pay .item-list .item-code-notes .cost-code strong,
.checkout-review-pay .item-list .item-code-notes .item-notes strong {
  margin-right: 0.5em;
}
.checkout-review-pay .security-code label a {
  padding-left: 1em;
  font-size: 0.875em;
}
.checkout-review-pay h3.hide-for-small {
  margin: 0;
}
.checkout-review-pay .requested-delivery-date {
  width: 25%;
  position: relative;
}
.checkout-review-pay .availability-error-message,
.checkout-review-pay .invalid-price-error-message,
.checkout-review-pay .taxes-invalid-address-error-message {
  color: red;
}
.checkout-review-pay .availability-error-message a,
.checkout-review-pay .invalid-price-error-message a,
.checkout-review-pay .taxes-invalid-address-error-message a {
  text-decoration: underline;
  color: red;
}
.checkout-review-pay .invalid-price {
  color: red;
}

@media all and (max-width: 767px) {
  .checkout-review-pay .checkout-crumbs > div:not(.crumb-current) {
    display: none;
  }
  .checkout-review-pay .order-bill-ship .bill-info, .checkout-review-pay .order-bill-ship .ship-info, .checkout-review-pay .order-bill-ship .pick-up-info {
    width: 100%;
  }
  .checkout-review-pay .cart-items {
    overflow: auto;
    max-height: 320px;
  }
  .checkout-review-pay ul.cart-items {
    border-top: 1px solid #E0E0E0;
  }
  .checkout-review-pay .promo-code .btn {
    width: 100%;
    margin-bottom: 1em;
  }
  .checkout-review-pay .btns .btn {
    width: 100%;
    margin-bottom: 1em;
  }
}
@media all and (min-width: 768px) {
  .checkout-review-pay .ship-method {
    float: left;
    margin-bottom: 1em;
    width: 40%;
  }
  .checkout-review-pay .payment-details {
    float: right;
    margin-bottom: 1em;
    width: 55%;
  }
  .checkout-review-pay .order-summary {
    float: left;
    clear: both;
    width: 100%;
  }
  .checkout-review-pay .order-summary-2 {
    float: left;
    clear: both;
    width: 100%;
  }
  .checkout-review-pay .order-summary-2 {
    float: right;
    margin-bottom: 1em;
    width: 55%;
  }
  .checkout-review-pay .order-summary-2 .btns a.btn {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
  }
  .checkout-review-pay .item-list .item-details div.price,
  .checkout-review-pay .item-list .item-details div.item-opt {
    display: inline-block;
    height: auto;
  }
  .checkout-review-pay .item-list .item-details,
  .checkout-review-pay .item-list .item-code-notes {
    padding-right: 1em !important;
  }
  .checkout-review-pay .bill-ship .title, .checkout-review-pay .ship-method .title, .checkout-review-pay .payment-details .title, .checkout-review-pay .order-summary .title {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 959px) {
  .checkout-review-pay .promo-code {
    font-size: 0.875rem;
  }
  .checkout-review-pay .promo-code input {
    width: 150px;
    margin: 0;
    display: inline-block;
    height: 2.45em;
    margin-right: 0.5em;
  }
  .checkout-review-pay .promo-code {
    margin-top: 1.5em;
    padding-top: 1em;
    border-top: 1px solid #d5d5d5;
  }
}
@media all and (min-width: 960px) {
  .checkout-review-pay .pmnt {
    float: left;
    width: 60%;
  }
  .checkout-review-pay .promo-code {
    float: right;
    width: 35%;
    margin-top: 0;
    border-top: none;
  }
  .checkout-review-pay .promo-code .btn-apply {
    float: right;
    font-size: 0.875em;
  }
}
/* Compare Hopper */
.compare-hopper {
  position: fixed;
  padding: 1em;
  width: 320px;
  right: 50%;
  bottom: 0;
  background: #fff;
  margin-right: -160px;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 5px 30px 0 rgba(0, 0, 0, 0.3);
  z-index: 8000;
}

.compare-item {
  border: 1px solid #f6f6f6;
  position: relative;
  display: inline-block;
  text-align: left;
  padding: 0.5em;
  width: 100%;
}

.compare-item:hover {
  cursor: pointer;
  border-color: #b8b8b8;
}

.compare-item > * {
  vertical-align: top;
}

.compare-item .item-name {
  display: inline-block;
  padding-left: 1em;
  width: 60%;
}

.compare-item img {
  display: inline-block;
  width: 15%;
}

@media all and (min-width: 768px) {
  .compare-item img {
    display: inline-block;
    width: 100%;
  }
}
a.compare-remove {
  width: 2em;
  height: 2em;
  line-height: 2em;
  padding: 0;
  text-indent: -99999px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  background: #fff;
}

a.compare-remove:before {
  content: "\e000";
  font-size: 0.7em;
  font-family: "good-oatmeal-v2";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  text-indent: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.compare-tray {
  background: #e0e0e0;
  float: left;
  clear: both;
  width: 100%;
  padding: 0.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
  border: 2px solid transparent;
}

.compare-tray:hover, .compare-tray:focus {
  background: #e5e5e5;
  border-color: #d8d8d8;
}

.compare-container {
  display: none;
}

.compare-hopper.showtray .compare-container {
  display: inline-block;
}

@media all and (max-width: 768px) {
  .compare-hopper .compare-container {
    width: 100%;
  }
}
.compare-container div.compare-item:first-child {
  margin-left: 0;
}

.compare-buttons {
  float: right;
  width: 100%;
  text-align: left;
  padding: 0 1%;
}

.modal-wrap .compare-buttons {
  text-align: center;
}

.modal-wrap.compare-wrap {
  text-align: center;
}

.compare-buttons .btn-compare, .compare-buttons .btn-clear {
  font-size: 0.875em;
  padding: 0.5em 0.75em;
  position: relative;
  display: inline-block;
  text-decoration: none;
  /* color: #fff; */
  width: 48%;
  height: 30px;
}

.compare-buttons .btn-clear {
  line-height: 1em;
  padding: 0.25em 0;
}

.product-list .compare-buttons .btn-compare:before, .compare-buttons .btn-compare:before {
  content: "\e60b";
  font-family: "good-oatmeal-v2";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  vertical-align: sub;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  padding-right: 0.5em;
  font-size: 1rem;
}

@media all and (min-width: 768px) {
  .compare-hopper {
    bottom: 0;
    width: 60%;
    margin-right: -225px;
    background: #fff;
    max-width: 450px;
    padding: 1em;
    white-space: nowrap;
  }
  .compare-container, .compare-buttons {
    display: inline-block;
    vertical-align: top;
  }
  .compare-tray {
    display: none;
  }
  .compare-container {
    width: 100%;
    float: left;
    white-space: nowrap;
    vertical-align: top;
    margin-bottom: 1em;
  }
  .compare-item {
    width: 13.2%;
    margin-left: 3.5%;
    padding: 0.25em;
  }
  .compare-item .item-name {
    display: none;
  }
  a.compare-remove {
    width: 1em;
    height: 1em;
    line-height: 1em;
  }
  .compare-buttons {
    width: 40%;
    display: inline-block;
    min-width: 300px;
  }
  .compare-buttons a {
    float: right;
    width: 48%;
    margin-left: 2%;
  }
  .modal-wrap .compare-buttons {
    width: 100%;
  }
  .compare-buttons .btn-compare {
    margin-bottom: 7px;
    margin-left: 0;
    float: left;
    width: 100%;
  }
  .compare-buttons .btn-clear {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
}
.modal-wrap .compare-buttons .btn-compare {
  text-align: center;
  float: none;
  max-width: 200px;
  min-width: 100px;
}

.create-account .required-msg {
  margin-bottom: 1em;
}
.create-account .newsletter {
  margin-top: 1em;
}
.create-account .btns {
  margin-top: 1em;
  margin-bottom: 1.5em;
  text-align: right;
}
.create-account .pw-note {
  font-size: 0.875em;
  line-height: 1.5em;
}

.dealer-locator {
  /* Fix to make google maps UI appear correctly. */
  /* Map Placeholder */
  /* END Map Placeholder */
  /* Results List */
  /* Hours Tooltip */
  /* Results paging */
  /* Dealer Page */
  /* Result Pins */
  /* Dealer Deetz Window */
  /* Hours Tooltip */
}
.dealer-locator .gm-style img {
  max-width: none;
}
.dealer-locator .gm-style label {
  width: auto;
  display: inline;
}
.dealer-locator .error.messaging {
  display: none;
}
.dealer-locator .dealer-loc-map {
  position: relative;
  text-align: center;
  height: 360px;
  background: #F4F4F4;
  overflow: hidden;
}
.dealer-locator h1.locate-head {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}
.dealer-locator h1.locate-head:before {
  font-family: "good-oatmeal-v2";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  content: "\e615";
  padding-right: 0.25em;
  color: SlateGray;
}
.dealer-locator h1.directions {
  margin-bottom: 1em;
}
.dealer-locator .dealer-search button.dealer-search span {
  font-size: 1.2em;
}
.dealer-locator .dealer-search button.dealer-search i:before {
  content: "\e001";
  font-size: 1.2em;
  line-height: 1em;
}
.dealer-locator .dealer-search label h4 {
  margin-bottom: 0.5em;
}
.dealer-locator span.field-validation-error {
  margin-bottom: 1em;
}
.dealer-locator .dealer-loc-results .results-count {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
  height: 45px;
  line-height: 45px;
}
.dealer-locator .dealer-loc-results .results-count > div {
  float: left;
  display: inline-block;
}
.dealer-locator .dealer-loc-results .results-count .distance-unit {
  float: right;
  text-align: right;
}
.dealer-locator .dealer-loc-results .results-count .distance-unit label {
  float: left;
  display: inline-block;
  margin-left: 1.5em;
}
.dealer-locator .dealer-loc-results .results-count .distance-unit input {
  margin-right: 0.25em;
}
.dealer-locator .dealer-loc-results ul {
  list-style-type: none;
  margin: 0;
  float: left;
}
.dealer-locator .dealer-loc-results .sl-list li {
  position: relative;
  float: left;
  width: 100%;
  margin: 1em 0 0 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
}
.dealer-locator .dealer-loc-results .result-num {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  width: 2.5em;
  color: DodgerBlue;
}
.dealer-locator .dealer-loc-results .dealer-deetz {
  display: block;
  float: left;
  width: 100%;
  padding-left: 2.5em;
}
.dealer-locator .dealer-loc-results .dealer-deetz .dealer-name {
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 0.25em;
}
.dealer-locator .dealer-loc-results .dealer-deetz .dealer-addy {
  font-size: 0.875em;
  line-height: 1.5em;
}
.dealer-locator .dealer-loc-results .dealer-hours-map {
  display: none;
}
.dealer-locator .dealer-loc-results .dealer-hours {
  z-index: 3;
  margin-right: 1em;
}
.dealer-locator .dealer-loc-results .dealer-links .dealer-hours {
  display: inline-block;
  position: relative;
}
.dealer-locator .dealer-hours .f-dropdown.content {
  width: auto !important;
  max-width: none !important;
  padding: 0.25em;
}
.dealer-locator .dealer-hours .f-dropdown .tt-wrap {
  white-space: nowrap;
  padding: 0.5em 1em;
  max-width: 245px !important;
  overflow-x: auto;
  overflow-y: hidden;
}
.dealer-locator .dealer-hours .f-dropdown .tt-wrap * {
  font-size: 12px !important;
  line-height: 1.2em !important;
}
.dealer-locator .dealer-hours .f-dropdown .tt-wrap p {
  margin-bottom: 0.5em !important;
}
.dealer-locator .dealer-hours .f-dropdown .tt-wrap *:last-child {
  margin-bottom: 0;
}
.dealer-locator .dealer-hours .f-dropdown:before {
  border-color: white transparent transparent transparent !important;
  bottom: -12px !important;
  top: auto !important;
  border-top-style: solid;
}
.dealer-locator .dealer-hours .f-dropdown:after {
  border-color: #cccccc transparent transparent transparent !important;
  bottom: -14px !important;
  top: auto !important;
}
.dealer-locator .dealer-loc-results .dealer-deetz .dealer-links {
  width: 100%;
  margin-top: 0.5em;
}
.dealer-locator .dealer-loc-results .dealer-deetz .dealer-distance {
  font-size: 0.875em;
  line-height: 1.75em;
  opacity: 0.7;
  float: right;
}
.dealer-locator .dealer-loc-results .dealer-deetz .dealer-directions,
.dealer-locator .dealer-loc-results .dealer-deetz .dealer-www {
  margin-right: 1em;
}
.dealer-locator body [role=main] .dealer-loc-results div.paginator-34 {
  margin-bottom: 0;
}
.dealer-locator .dealer-loc-results .paginator-34 ul,
.dealer-locator .dealer-loc-results .paginator-34 ul li.pagination {
  float: none;
}
.dealer-locator .dealer-loc-results .pbtm .pagination {
  margin-bottom: 0.25em;
}
.dealer-locator .pagination > div.hidden { /* keeps page controls centered */
  display: inline-block;
  visibility: hidden;
}
.dealer-locator .dealer-page .dealer-deetz {
  padding: 0 2em 0 0;
  max-width: 450px;
}
.dealer-locator .dealer-page .dealer-hours {
  margin-top: 0.5em;
}
.dealer-locator .home-marker {
  position: relative;
  z-index: 1;
  font-family: "good-oatmeal-v2";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}
.dealer-locator .home-marker:before {
  position: relative;
  z-index: 1;
  font-family: "good-oatmeal-v2";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\e615";
  font-size: 1.5em;
  color: SlateGray;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0 #fff;
}
.dealer-locator .dealer-page .home-marker:before {
  font-size: 2.5em;
  color: DodgerBlue;
}
.dealer-locator .home-marker:after {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  margin-bottom: -1px;
  content: "";
  width: 12px;
  height: 5px;
  background: #000;
  opacity: 0.3;
  -moz-border-radius: 100px/50px;
  -webkit-border-radius: 100px/50px;
  border-radius: 100px/50px;
}
.dealer-locator .dealer-page .home-marker:after {
  margin-left: -8px;
  margin-bottom: -3px;
  width: 16px;
  height: 7px;
  opacity: 0.3;
}
.dealer-locator .loc-marker {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: DodgerBlue;
  border: 1px solid #fff;
  color: #fff;
  font-family: "sourcesanspro";
  font-size: 16px;
  font-weight: 600;
  padding: 2px 0.25em;
  min-width: 30px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.dealer-locator .loc-marker:hover, .dealer-locator .loc-marker:focus {
  background: #fff;
  color: DodgerBlue;
  z-index: 3;
}
.dealer-locator .loc-marker:hover:after, .dealer-locator .loc-marker:focus:after {
  border-top-color: #fff;
}
.dealer-locator .loc-marker span:after {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  margin-bottom: -7px;
  content: "";
  width: 20px;
  background: #000;
  opacity: 0.45;
  -moz-border-radius: 100px/50px;
  -webkit-border-radius: 100px/50px;
  border-radius: 100px/50px;
  -webkit-box-shadow: 0 0 2px 1px rgb(0, 0, 0);
  box-shadow: 0 0 2px 1px rgb(0, 0, 0);
}
.dealer-locator .loc-marker:after, .dealer-locator .loc-marker:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dealer-locator .loc-marker:after {
  border-color: rgba(126, 213, 94, 0);
  border-top-color: DodgerBlue;
  border-width: 5px;
  margin-left: -5px;
}
.dealer-locator .dealer-win {
  display: block;
  background: #fff;
  text-align: left;
  font-family: "sourcesanspro";
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4em;
}
.dealer-locator .dealer-win .dealer-deetz {
  display: block;
  float: left;
  width: 230px;
  padding: 0.5em;
}
.dealer-locator .dealer-win .dealer-deetz .dealer-name {
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 0.25em;
}
.dealer-locator .dealer-win .dealer-deetz .dealer-addy {
  font-size: 0.875em;
  line-height: 1.5em;
}
.dealer-locator .dealer-win .dealer-hours {
  display: none;
}
.dealer-locator .dealer-win .dealer-hours-map > div * {
  font-size: 12px !important;
  line-height: 1.2em !important;
}
.dealer-locator .dealer-win .dealer-hours-map > div p {
  margin-bottom: 0.5em !important;
}
.dealer-locator .dealer-win .dealer-deetz .dealer-links {
  width: 100%;
  margin-top: 0.5em;
}
.dealer-locator .dealer-win .dealer-deetz .dealer-distance {
  font-size: 0.875em;
  line-height: 1.75em;
  opacity: 0.7;
  float: right;
}
.dealer-locator .dealer-win .dealer-deetz .dealer-directions,
.dealer-locator .dealer-win .dealer-deetz .dealer-www {
  margin-right: 1em;
}

@media all and (max-width: 767px) {
  .dealer-locator .dealer-search .dealer-search-name h4 {
    margin-top: 0;
  }
  .dealer-locator .dealer-search .dealer-search-name {
    width: 100%;
  }
  .dealer-locator .dealer-search .dealer-search-radius {
    width: 100%;
  }
  .dealer-locator .dealer-search .dealer-search-radius button.dealer-search {
    width: 100%;
  }
  .dealer-locator .dealer-search button.dealer-search i:before,
  .dealer-locator .dealer-search button.dealer-search span {
    margin-right: 0.5em;
  }
}
@media all and (min-width: 768px) {
  .dealer-locator .dealer-search label {
    cursor: default;
  }
  .dealer-locator .dealer-search .dealer-search-name {
    float: left !important;
  }
  .dealer-locator .dealer-search .dealer-search-radius input {
    width: 60%;
    display: inline-block;
    float: left;
  }
  .dealer-locator .dealer-search button.dealer-search {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    margin-left: 0.5em;
    padding: 0.45em 1em;
  }
  .dealer-locator .dealer-search button.dealer-search span {
    display: none;
  }
  .dealer-locator .dealer-search input {
    height: 2.5em;
  }
}
@media all and (min-width: 920px) {
  .dealer-locator .dealer-loc-results .results-count .distance-unit {
    padding-right: 1em;
  }
  .dealer-locator .dealer-search .dealer-search-loc {
    width: 45%;
  }
  .dealer-locator .dealer-search .dealer-search-name {
    width: 35%;
  }
  .dealer-locator .dealer-search .dealer-search-radius {
    width: 20%;
  }
}
@media all and (min-width: 480px) {
  .dealer-locator .dealer-hours .f-dropdown .tt-wrap {
    max-width: 350px !important;
  }
}
@media all and (min-width: 1024px) {
  .dealer-locator .dealer-hours .f-dropdown .tt-wrap {
    max-width: 245px !important;
  }
}
/* Large Screen */
@media all and (min-width: 1024px) {
  .dealer-locator .dealer-loc-map {
    width: 68%;
    float: right;
    height: 642px;
  }
  .dealer-locator .dealer-loc-results {
    width: 32%;
    float: left;
  }
  .dealer-locator .dealer-loc-results .sl-list {
    position: relative;
    max-height: 607px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    margin-top: 20px;
    top: -20px;
  }
  .dealer-locator .dealer-loc-results .sl-list.paging {
    max-height: 549px;
  }
  .dealer-locator .dealer-loc-results .dealer-deetz {
    padding-right: 1em;
    padding-left: 2em;
  }
  .dealer-locator .dealer-loc-results .results-paging {
    border-top: 1px solid #ddd;
  }
  .dealer-locator .dealer-loc-results .results-count {
    height: 35px;
    line-height: 30px;
  }
  .dealer-locator .dealer-deetz .dealer-hours,
  .dealer-locator .dealer-deetz .dealer-directions,
  .dealer-locator .dealer-deetz .dealer-www {
    font-size: 0.875em;
    line-height: 1.75em;
  }
}
.itemlist ul {
  list-style-type: none;
  margin: 0;
}
.itemlist li {
  margin-bottom: 0.625rem;
}
.itemlist li a {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 300;
}
.itemlist p {
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.itemlist h4 {
  margin-top: 0;
}

.itemlist-list li {
  font-size: 0.875rem;
}

.ma-addresses .btns {
  margin-top: 1.5em;
  width: 100%;
  clear: both;
  border-top: 1px solid #E0E0E0;
  float: left;
}
.ma-addresses h3 {
  margin-top: 0;
}
.ma-addresses .btns .btn {
  margin: 1em 0;
  float: right;
}
.ma-addresses .newsletter-signup {
  margin: 1em 0;
}
.ma-addresses .required-msg {
  margin-bottom: 1.5em;
  font-size: 0.875em;
}
.ma-addresses .same-as-billto {
  margin-bottom: 0.75em;
}
.ma-addresses .select-address {
  margin-bottom: 1em;
}
.ma-addresses .addy-note {
  font-size: 0.875em;
  line-height: 1.5em;
}

@media all and (max-width: 767px) {
  .ma-addresses .btns .btn {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .ma-addresses .bill-to {
    float: left;
    width: 42%;
    padding-top: 0 !important;
    padding-right: 2em;
  }
  .ma-addresses .ship-to {
    float: left;
    width: 42%;
    padding-top: 0 !important;
    padding-left: 2em;
  }
  .ma-addresses .required-msg {
    margin-bottom: 3.2em;
  }
}
.ma-assign-edit-shipto .tbl-assign-shipto .col-shipto > div {
  display: inline-block;
  margin-right: 1em;
}
.ma-assign-edit-shipto .tbl-assign-shipto .col-shipto .ship-num {
  min-width: 20px;
}
.ma-assign-edit-shipto .tbl-assign-shipto .col-shipto select {
  max-width: 200px;
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .ma-assign-edit-shipto .tbl-assign-shipto .col-default input {
    margin-left: 1em;
  }
  .ma-assign-edit-shipto .tbl-assign-shipto .col-shipto {
    min-width: 270px;
  }
  .ma-assign-edit-shipto .btns .btn {
    width: 100%;
    margin-bottom: 1em;
  }
}
@media all and (min-width: 768px) {
  .ma-assign-edit-shipto .results-count {
    display: inline-block;
  }
  .ma-assign-edit-shipto .btns {
    display: inline-block;
    float: right;
    margin-bottom: 1em;
  }
  .ma-assign-edit-shipto .btns .btn {
    float: right;
    margin-left: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .widget-brand-categories .brand-categories-row > div:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .widget-brand-categories .brand-categories-row > div:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1025px) {
  .widget-brand-categories .brand-categories-row > div:nth-child(4n+1) {
    clear: left;
  }
}
.widget-brand-categories .brand-categories-row .brand-category-block {
  float: left !important;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .widget-brand-categories .brand-categories-row .brand-category-block {
    width: 50%;
  }
}
.widget-brand-categories .brand-categories-row .brand-category-block .category-container .image-block {
  line-height: 160px;
  margin-bottom: 10px;
  text-align: center;
}
.widget-brand-categories .brand-categories-row .brand-category-block .category-container .image-block img {
  max-width: 160px;
  max-height: 160px;
}
.widget-brand-categories .brand-categories-row .brand-category-block .category-container .item-name {
  font-weight: bold;
}
.widget-brand-categories .brand-categories-row .brand-category-block .category-container .item-name, .widget-brand-categories .brand-categories-row .brand-category-block .category-container .sub-category-link {
  line-height: 1.25em;
  margin-bottom: 0.5em;
}

.ma-brand-details .widget-brandLogo {
  text-align: center;
  margin-bottom: 30px;
}
.ma-brand-details .widget-brandLogo img {
  display: inline-block;
  max-width: 300px;
  max-height: 300px;
}
.ma-brand-details .widget-shopAllProducts {
  text-align: right;
  font-size: 18px;
}
.ma-brand-details .medium-centered .widget-shopAllProducts {
  text-align: center;
}
.ma-brand-details .widget-visitBrandWebsite {
  font-size: 18px;
}
.ma-brand-details .widget-brandContainer {
  margin-bottom: 25px;
}
.ma-brand-details .widget-brandContainer .widget-shopAllProducts,
.ma-brand-details .widget-brandContainer .widget-visitBrandWebsite {
  padding: 20px 0px;
}
@media only screen and (max-width: 767px) {
  .ma-brand-details .widget-brandContainer .widget-shopAllProducts,
  .ma-brand-details .widget-brandContainer .widget-visitBrandWebsite {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .ma-brand-details .widget-brandContainer .left-brand-container,
  .ma-brand-details .widget-brandContainer .right-brand-container {
    width: 100%;
  }
}

.ma-brand-gallery {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}
.ma-brand-gallery .brand-list {
  width: 100%;
  font-size: 0;
}
.ma-brand-gallery .brand-list .brand-item {
  display: inline-block;
  padding: 3px;
}
.ma-brand-gallery .brand-list .elements-1 {
  width: 100%;
}
.ma-brand-gallery .brand-list .elements-2 {
  width: 50%;
}
.ma-brand-gallery .brand-list .elements-3 {
  width: 33.3%;
}
.ma-brand-gallery .brand-list .elements-4 {
  width: calc(25% - 1px);
}
.ma-brand-gallery .brand-list .elements-5 {
  width: calc(20% - 1px);
}
.ma-brand-gallery .brand-list .elements-6 {
  width: calc(16.66% - 1px);
}
.ma-brand-gallery .button-set {
  width: 50%;
  float: right;
  text-align: right;
}

@media all and (max-width: 767px) {
  .ma-brand-gallery .brand-list .brand-item {
    display: inline-block;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .ma-brand-gallery .brand-list .elements-1 {
    width: 100%;
  }
  .ma-brand-gallery .brand-list .elements-2 {
    width: 100%;
  }
  .ma-brand-gallery .brand-list .elements-3 {
    width: 100%;
  }
  .ma-brand-gallery .brand-list .elements-4 {
    width: 100%;
  }
  .ma-brand-gallery .brand-list .elements-5 {
    width: 100%;
  }
  .ma-brand-gallery .brand-list .elements-6 {
    width: 100%;
  }
}
.ma-brands .page-title {
  text-align: center;
}
.ma-brands .alphabet-navigation {
  word-wrap: break-word;
  text-transform: uppercase;
  text-align: center;
  padding: 25px 0;
}
.ma-brands .alphabet-navigation .letter {
  margin: 0 6px;
  font-size: 1.3em;
}
.ma-brands .alphabet-navigation .letter span {
  opacity: 0.5;
}
.ma-brands .brand-list .brand-letter {
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
  margin-top: 20px;
}
.ma-brands .brand-list .brand-letter span {
  font-weight: 600;
  font-size: 1.3em;
  text-transform: uppercase;
}
.ma-brands .brand-list .brand-letter a {
  float: right;
  font-size: 0.9em;
}
.ma-brands .brand-list .brand-names {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
}
.ma-brands .brand-list .brand-names .brand-item {
  width: 240px;
  padding-right: 5px;
}
@media only screen and (max-width: 767px) {
  .ma-brands .brand-list .brand-names .brand-item {
    width: 100%;
  }
}
.ma-brands .brand-list .brand-names .brand-item .brand-link {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ma-budget-management {
  /* Clearfix */
  /* Budget Maintenance */
  /* Cost Code Table */
  /* Budget Periods Setup */
}
.ma-budget-management .col-remdate {
  width: 1px;
  padding: 0 0 0 0;
}
.ma-budget-management .col-remdate a.btn.tertiary:link, .ma-budget-management .col-remdate a.btn.tertiary:visited, .ma-budget-management .col-remdate button.tertiary, .ma-budget-management .col-remdate .btn.tertiary, .ma-budget-management .col-remdate div.remove a.btn {
  background-color: #dddddd;
  color: #636363;
  margin: 1em 0.75em;
}
.ma-budget-management fieldset legend {
  width: 100%;
}
.ma-budget-management .picker__holder {
  max-width: 100% !important;
  width: 350px !important;
  min-width: 350px !important;
}
.ma-budget-management .return-link {
  margin: 1.5em 0;
}
.ma-budget-management .container input {
  margin-bottom: 0;
}
.ma-budget-management .container button.btn {
  width: 100%;
}
.ma-budget-management .budget-period-tbl {
  position: relative;
}
.ma-budget-management .budget-search-fields label {
  font-weight: bold;
}
.ma-budget-management .budget-year-lbl {
  line-height: 2em;
}
.ma-budget-management .budget-year-ops {
  line-height: 2em;
}
.ma-budget-management .budget-year-ops-2 .date-picker-calendar .icon-calendar {
  top: 3px;
}
.ma-budget-management .col-startdate .date-picker-calendar .icon-calendar {
  top: 9px;
}
.ma-budget-management .enforcement-level-display {
  margin-bottom: 1.5em;
}
.ma-budget-management .enf-display-lbl {
  font-weight: 700;
  margin-right: 0.8em;
}
.ma-budget-management .sub-nav {
  border-bottom: 2px solid #ddd;
  margin: 0;
}
.ma-budget-management .sub-nav dd {
  font-size: 1.4em;
  margin: 0 1.5em 0.25em 0;
}
.ma-budget-management .sub-nav dd a:hover, .ma-budget-management .sub-nav dd a:focus {
  color: inherit;
  background: none;
}
.ma-budget-management .picker {
  left: 0;
}
.ma-budget-management .promo-code:before,
.ma-budget-management .promo-code:after {
  content: " ";
  display: table;
}
.ma-budget-management .promo-code:after {
  clear: both;
}
.ma-budget-management .promo-code a.btn {
  float: right;
}
.ma-budget-management tr.subtotal-row td {
  font-weight: bold;
}
.ma-budget-management .sub-nav dt.active a, .ma-budget-management .sub-nav dd.active a, .ma-budget-management .sub-nav li.active a {
  border-radius: 0;
  background: none;
  color: #252525;
  font-weight: bold;
  padding: 0;
}
.ma-budget-management .cost-code-tbl tbody .col-active {
  text-align: center;
  min-width: 79px;
  padding-top: 24px;
}
.ma-budget-management .cost-code-tbl tbody .col-active input {
  margin: 0;
  float: left;
  margin-top: 3px;
}
.ma-budget-management .cost-code-tbl tbody .col-active .bm-cc-active-label {
  margin: 0 0 0 7px;
}
.ma-budget-management .add-cost-code {
  margin-top: 7px;
  margin-bottom: 8px;
}
.ma-budget-management .add-cost-code .icon-plus {
  margin-top: -1px;
  display: inline-block;
  float: left;
}
.ma-budget-management .budget-year-action {
  margin-top: 17px;
}
.ma-budget-management .cost-code-tbl button {
  margin-bottom: 0;
  padding: 0 0.5em;
  height: 2em;
}
.ma-budget-management .costcode-active {
  background: #d8d8d8;
}
.ma-budget-management .costcode-active input {
  border: 2px solid #000;
}
.ma-budget-management .tbl-shoulder-msg {
  text-align: right;
  font-size: 0.8em;
}
.ma-budget-management .cost-code-tbl {
  margin-bottom: 5px;
}

@media all and (min-width: 768px) {
  .ma-budget-management #BudgetPeriodCalendar .col-startdate {
    position: relative;
    display: inline-block;
  }
  .ma-budget-management #BudgetPeriodCalendar .col-startdate .picker.picker--opened {
    position: relative;
  }
  .ma-budget-management #BudgetPeriodCalendar .col-startdate .picker.picker--opened .picker__holder {
    right: 0;
  }
  .ma-budget-management .container button.btn {
    width: auto;
  }
  .ma-budget-management .budget-period-tbl input {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .ma-budget-management.bm-setup .budget-year-lbl {
    width: auto;
    max-width: 100%;
  }
  .ma-budget-management.bm-setup .budget-year-top-filter .budget-year-lbl-1 {
    width: 25%;
  }
  .ma-budget-management.bm-setup .budget-year-top-filter .budget-year-lbl-2 {
    width: 30%;
  }
  .ma-budget-management.bm-setup .budget-year-top-filter .budget-year-lbl label {
    line-height: 1.2em;
  }
  .ma-budget-management.bm-setup .budget-year-top-filter .budget-year-ops {
    width: 22.5%;
  }
  .ma-budget-management.bm-setup .budget-year-top-filter .budget-year-ops .picker__holder {
    right: 0;
  }
  .ma-budget-management.bm-setup .budget-year-ops {
    width: auto;
    max-width: 100%;
  }
  .ma-budget-management.bm-setup .budget-year-action {
    width: auto;
    float: right;
  }
  .ma-budget-management button.btn {
    float: right;
  }
  .ma-budget-management .btn.btn-assign-calendar-months {
    width: 100%;
  }
  .ma-budget-management .bm-maintenance .budget-year, .ma-budget-management .bm-review .budget-year {
    width: 100%;
  }
  .ma-budget-management .budget-year-lbl {
    width: 30%;
    max-width: 100px;
    padding-right: 0;
  }
  .ma-budget-management .budget-year-ops {
    width: 30%;
  }
  .ma-budget-management .budget-search-fields {
    max-width: 50%;
  }
  .ma-budget-management .budget-year-action {
    width: 40%;
  }
  .ma-budget-management .budget-year-action button.btn {
    width: 100%;
    white-space: nowrap;
  }
}
@media all and (min-width: 768px) {
  .ma-budget-management .budget-year-action {
    margin-top: 0;
  }
  .ma-budget-management section.budget-enforcement-level, .ma-budget-management section.cost-code-setup {
    width: 40%;
    float: left;
    clear: left;
  }
  .ma-budget-management section.budget-periods-setup {
    width: 50%;
    vertical-align: top;
    float: right;
  }
  .ma-budget-management section.budget-periods-setup .overflow-table {
    overflow: inherit;
  }
  .ma-budget-management .picker {
    left: inherit;
  }
}
/* Below 550 */
@media all and (max-width: 550px) {
  .ma-budget-management .picker.picker--opened {
    margin: 0 auto;
    left: 0;
    width: 100%;
    display: inline-block;
  }
  .ma-budget-management .picker__holder {
    max-width: inherit !important;
    width: inherit !important;
    min-width: inherit !important;
  }
}
@media all and (min-width: 40.063em) {
  .ma-budget-management .cost-code-tbl {
    margin-bottom: 1.2rem;
  }
}
.ma-cart-reminder-unsubscribe .cart-reminder-unsubscribe {
  text-align: center;
}
.ma-cart-reminder-unsubscribe .cart-reminder-unsubscribe img {
  display: inline-block;
  max-width: 150px;
  max-height: 150px;
  margin: 10px 0 40px 0;
}
.ma-cart-reminder-unsubscribe .cart-reminder-unsubscribe .unsubscribe-message {
  margin-bottom: 25px;
}

@font-face {
  font-family: "ISC-Dashboard-Icon-Pack";
  src: url("/SystemResources/Styles/Fonts/ISC-Dashboard-Icon-Pack/ISC-Dashboard-Icon-Pack.eot");
  src: url("/SystemResources/Styles/Fonts/ISC-Dashboard-Icon-Pack/ISC-Dashboard-Icon-Pack.eot?#iefix") format("embedded-opentype"), url("/SystemResources/Styles/Fonts/ISC-Dashboard-Icon-Pack/ISC-Dashboard-Icon-Pack.woff") format("woff"), url("/SystemResources/Styles/Fonts/ISC-Dashboard-Icon-Pack/ISC-Dashboard-Icon-Pack.ttf") format("truetype"), url("/SystemResources/Styles/Fonts/ISC-Dashboard-Icon-Pack/ISC-Dashboard-Icon-Pack.svg#ISC-Dashboard-Icon-Pack") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ma-dashboard {
  /* Message Center */
  /* Dashboard Tiles */
  /* Account Links */
  /* Dashboard changes */
}
.ma-dashboard .btns {
  width: 100%;
  float: left;
  text-align: left;
  margin-bottom: 1.5em;
}
.ma-dashboard .msg-content-block {
  float: left;
  width: 100%;
  padding: 0 !important;
}
.ma-dashboard p.title {
  padding: 0;
  margin-top: 0;
}
.ma-dashboard .msg-block {
  width: 100%;
  float: left;
  padding: 0 !important;
  margin: 0 !important;
}
.ma-dashboard .msg-block h3 {
  float: left;
  width: 40%;
}
.ma-dashboard .view-read {
  float: right;
  display: inline-block;
  text-align: right;
  margin: 0;
  padding: 0.5em;
}
.ma-dashboard .view-read .btn {
  margin: 0;
}
.ma-dashboard .btn-mark-read {
  margin: 0 !important;
  white-space: nowrap;
}
.ma-dashboard .msg-overflow-wrap {
  position: relative;
  overflow-y: auto;
  max-height: 300px;
}
.ma-dashboard .msg-grid {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #D4D4D4;
}
.ma-dashboard div[class^=msg-c], .ma-dashboard div[class*=" msg-c"] {
  float: left;
  display: inline-block;
}
.ma-dashboard .msg-row {
  width: 100%;
  float: left;
  clear: both;
  padding: 1em 0.5em;
}
.ma-dashboard .msg-row + .msg-row {
  border-top: 1px solid #d8d8d8;
}
.ma-dashboard .msg-row:hover, .ma-dashboard .msg-row:focus {
  background: #f8f8f8;
}
.ma-dashboard .msg-c1, .ma-dashboard .msg-c2 {
  font-weight: bold;
}
.ma-dashboard div.msg-c1 {
  width: 100%;
  font-style: italic;
  position: relative;
  padding-left: 40px !important;
}
.ma-dashboard div.msg-c1 span {
  display: block;
}
.ma-dashboard .msg-date {
  font-size: 0.8em;
}
.ma-dashboard .msg-body {
  float: left;
  padding: 1em 40px 0 40px;
  display: none;
}
.ma-dashboard div.msg-c3 {
  width: 50%;
  float: right;
  text-align: right;
  clear: right;
  margin-top: 0.5em;
}
.ma-dashboard .expandable .msg-c1:hover, .ma-dashboard .expandable .msg-c2:hover, .ma-dashboard .expandable .msg-c3:hover {
  cursor: pointer;
}
.ma-dashboard .msg-read {
  font-style: italic;
  color: #7f7f7f;
}
.ma-dashboard .expanded .msg-body {
  display: block;
  width: 100%;
  clear: both;
}
.ma-dashboard .msg-read {
  display: none;
}
.ma-dashboard .show-read .msg-read {
  display: block;
}
.ma-dashboard ul.breview-controls {
  clear: right;
}
.ma-dashboard .expandable .msg-c1:before {
  text-align: center;
  display: inline-block;
  font-family: "good-oatmeal-v2";
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  text-transform: none;
  font-size: 1.2em;
  -webkit-font-smoothing: antialiased;
  color: #333;
  content: "\e62d";
  top: 0;
  left: 0.25em;
  position: absolute;
}
.ma-dashboard .expandable:hover .msg-c1:before {
  color: #565656;
}
.ma-dashboard .expandable.expanded .msg-c1:before {
  content: "\e62c";
}
.ma-dashboard .expanded {
  border-bottom: 1px solid #d8d8d8;
  background: #fff;
}
.ma-dashboard .dash-tiles {
  margin: 0;
}
.ma-dashboard ul.tiles-list li {
  padding: 0.625em;
  position: relative;
}
.ma-dashboard ul.tiles-list li a {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  border-bottom: 0;
  padding: 0 !important;
  background: #333;
  white-space: nowrap;
  min-height: 150px;
  width: 100%;
  text-align: left !important;
}
.ma-dashboard ul.tiles-list li a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  white-space: normal;
  font-size: 115%;
  min-height: 2.5em;
  color: #fff;
  text-align: center;
}
.ma-dashboard .db-counter {
  position: absolute;
  top: 5%;
  left: 5%;
  display: block;
  color: #fff;
  font-size: 25px;
  padding: 10px;
  text-align: center;
  font-weight: 700;
}
.ma-dashboard .db-li-oapp a:before,
.ma-dashboard .db-li-req a:before,
.ma-dashboard .db-li-quotes a:before {
  text-align: center;
  width: 100%;
  margin-top: -45px;
  height: 45px;
  display: inline-block;
  font-family: "ISC-Dashboard-Icon-Pack";
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  top: 56%;
  position: absolute;
}
.ma-dashboard .db-li-quotes a:before {
  content: "\e600";
  font-size: 45px;
}
.ma-dashboard .db-li-oapp a:before {
  content: "\e004";
  font-size: 45px;
}
.ma-dashboard .db-li-req a:before {
  content: "\e006";
  font-size: 45px;
}
.ma-dashboard .account-links li a.btn {
  width: 100%;
}
.ma-dashboard .dash-left ul {
  list-style: none;
  margin-left: 0;
  overflow: hidden;
}
.ma-dashboard .dash-left ul h3 {
  margin-bottom: 0.25em;
}
.ma-dashboard .dash-right .btns {
  margin-top: -0.5em;
}
.ma-dashboard .dash-right .btns label {
  font-size: 0.875rem;
  font-weight: bold;
}
.ma-dashboard .dash-tiles ul.tiles-list li a span {
  font-size: 1.125rem;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.ma-dashboard .dash-tiles .db-counter {
  top: 0;
  left: 15px;
}
.ma-dashboard .dash-orders > h3,
.ma-dashboard .dash-quotes > h3 {
  display: inline-block;
}
.ma-dashboard .dash-orders a.btn-view-all,
.ma-dashboard .dash-quotes a.btn-view-all {
  float: right;
  font-size: 0.875rem;
  margin-top: 1.75em;
  padding: 0.5em 0.75em;
}
.ma-dashboard .dash-right {
  padding: 0;
}
.ma-dashboard .dash-right h1 {
  margin-top: 0.25em;
  margin-bottom: 0.75em;
}
.ma-dashboard .dash-right .dash-quick-order .qo-container {
  border: 1px solid #ddd;
  float: left;
  width: 100%;
  margin-top: 0.5em;
}
.ma-dashboard .dash-right .dash-quick-order label {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.ma-dashboard .dash-right .qo-wrap .qo-search-box {
  max-width: 250px;
}
.ma-dashboard .dash-right .dash-quick-order h3 {
  margin: 0 0 0.5em 0;
}
.ma-dashboard .dash-quick-order,
.ma-dashboard .dash-orders,
.ma-dashboard .dash-quotes {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.ma-dashboard button.btn-mark-read,
.ma-dashboard .view-read button {
  font-size: 0.875rem;
  padding: 0.5em 0.75em;
}
.ma-dashboard div.msg-c1 {
  width: 70%;
  padding-left: 30px !important;
}
.ma-dashboard div.msg-c3 {
  width: 30%;
}

@media all and (min-width: 768px) {
  .ma-dashboard .btns {
    margin-bottom: 0;
  }
  .ma-dashboard .btns label {
    float: right;
    display: inline-block;
    margin-top: -3em;
  }
  .ma-dashboard .msg-overflow-wrap {
    max-height: 400px;
  }
  .ma-dashboard div.msg-c1 {
    width: 80%;
  }
  .ma-dashboard div.msg-c3 {
    width: 20%;
    text-align: center;
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  .ma-dashboard .dash-left,
  .ma-dashboard .dash-right .dash-promos {
    display: none;
  }
  .ma-dashboard .dash-right,
  .ma-dashboard .dash-right .dash-msg {
    width: 100%;
  }
}
@media all and (min-width: 1040px) {
  .ma-dashboard .dash-tiles ul li {
    width: 33.33%;
  }
}
.widget-frequently-purchased {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.widget-frequently-purchased .quote-required {
  margin-right: 1em;
}
.widget-frequently-purchased .quote-required .f-dropdown.content {
  min-width: 190px !important;
}
.widget-frequently-purchased .quote-required .f-dropdown.open:before {
  bottom: -11px !important;
}
.widget-frequently-purchased .quote-required .f-dropdown.open:after {
  opacity: 0.3;
}
.widget-frequently-purchased .quote-required .quote-tip {
  z-index: 1;
}
.widget-frequently-purchased .quote-required .quote-tip .t-dropdown {
  z-index: 1;
}
.widget-frequently-purchased .quote-required .quote-tip .f-dropdown {
  z-index: 1000;
}
.widget-frequently-purchased .quantity-pricing {
  z-index: 1;
}
.widget-frequently-purchased .quantity-pricing .t-dropdown {
  z-index: 1;
}
.widget-frequently-purchased .quantity-pricing .f-dropdown.content {
  z-index: 1000;
  width: auto;
}
.widget-frequently-purchased .quantity-pricing .f-dropdown.content .isc-pricebreaks {
  min-width: 225px;
}
.widget-frequently-purchased .quantity-pricing .f-dropdown.content .isc-pricebreaks tr {
  border-bottom: none;
  height: 36px !important;
}
.widget-frequently-purchased .quantity-pricing .f-dropdown.content .isc-pricebreaks tr td {
  line-height: 1.125rem;
  padding: 0.5625rem 0.625rem;
  vertical-align: inherit;
  border: none;
}
.widget-frequently-purchased .quantity-pricing .f-dropdown.open:before {
  left: 15px;
}
.widget-frequently-purchased .quantity-pricing .f-dropdown.open:after {
  left: 14px;
}
.widget-frequently-purchased .btn.primary.add-to-cart {
  margin: 0;
}
.widget-frequently-purchased .item-qty {
  display: inline-block;
  margin-right: 5px;
  width: 3rem;
  vertical-align: top;
}
.widget-frequently-purchased .item-qty input {
  margin-bottom: 0;
}
.widget-frequently-purchased .info-tbl {
  width: 100%;
}
.widget-frequently-purchased .info-tbl th {
  font-size: 1em;
  border-bottom-width: 1px;
}
.widget-frequently-purchased .info-tbl td {
  font-size: 1em;
  padding: 1em 0.75em 0.75em 1em;
  vertical-align: top;
}
.widget-frequently-purchased .info-tbl th + th, .widget-frequently-purchased .info-tbl td + td {
  border-left: none;
}
.widget-frequently-purchased .info-tbl .col-name .item-thumb {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  float: left;
}
.widget-frequently-purchased .info-tbl .col-name .item-num {
  font-size: 0.875rem;
}
.widget-frequently-purchased .info-tbl tr:not(:first-of-type) {
  background-color: white;
}
.widget-frequently-purchased .info-tbl .col-price {
  width: 23%;
  text-align: right;
}
.widget-frequently-purchased .info-tbl .col-actions {
  width: 22%;
  min-width: 13em;
  text-align: right;
}
.widget-frequently-purchased .purchased-list {
  list-style-type: none;
  border: 1px solid #E0E0E0;
  margin: 0;
}
.widget-frequently-purchased .purchased-list li {
  border-bottom: 1px solid #E0E0E0;
  margin: 0;
  padding: 0.8rem 0.9rem;
  position: relative;
}
.widget-frequently-purchased .purchased-list li .col-name {
  clear: both;
  width: 100%;
}
.widget-frequently-purchased .purchased-list li .col-name .item-thumb {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
}
.widget-frequently-purchased .purchased-list li .col-name .item-num {
  font-size: 0.875rem;
}
.widget-frequently-purchased .purchased-list li .col-actions {
  clear: both;
  margin-left: 60px;
}
.widget-frequently-purchased .purchased-list li .col-actions .price, .widget-frequently-purchased .purchased-list li .col-actions .um {
  position: relative;
}
.widget-frequently-purchased .purchased-list li .col-actions .actions {
  margin-top: 0.5rem;
}

@media only screen and (max-width: 480px) {
  .widget-frequently-purchased .quote-required .f-dropdown.open:before {
    left: 102px;
  }
  .widget-frequently-purchased .quote-required .f-dropdown.open:after {
    left: 101px;
  }
  .widget-frequently-purchased .quantity-pricing .f-dropdown.open:before {
    left: 17px;
  }
  .widget-frequently-purchased .quantity-pricing .f-dropdown.open:after {
    left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .widget-frequently-purchased .hidden-for-small-only {
    display: none !important;
  }
  .widget-frequently-purchased .show-for-small-only {
    display: block !important;
  }
}
.ma-invoice-details {
  /* Cart Items */
  /* Cart Items */
}
.ma-invoice-details .valid-error {
  margin: 1.5em 0;
}
.ma-invoice-details .order-details-top {
  margin-bottom: 1.5em;
  border: 1px solid #DCDCDC;
  padding: 1em;
}
.ma-invoice-details .order-details-top h3 {
  margin-bottom: 0.4em;
}
.ma-invoice-details .order-details-top .od-head, .ma-invoice-details .order-details-top .bill-info, .ma-invoice-details .order-details-top .ship-info, .ma-invoice-details .order-details-top .notes, .ma-invoice-details .order-details-top .ship-method {
  margin-bottom: 0.8em;
}
.ma-invoice-details .order-details-top .od-head {
  display: inline-block;
}
.ma-invoice-details .order-details-top .od-head h3 {
  float: left;
  margin-top: 0;
}
.ma-invoice-details .order-details-top .od-head .od-data {
  font-weight: normal;
}
.ma-invoice-details .order-details-top h3.od-lbl {
  padding-right: 1em;
  clear: left;
}
.ma-invoice-details .order-details-top ul {
  list-style: none;
  margin: 0;
}
.ma-invoice-details .order-details-top .large-4 + .large-4 {
  float: left;
}
.ma-invoice-details h3 {
  margin-top: 0;
  text-align: left;
}
.ma-invoice-details .row.order-details {
  margin-bottom: 1em;
}
.ma-invoice-details .page-title {
  display: none;
}
.ma-invoice-details .ship-info {
  display: inline-block;
}
.ma-invoice-details .cart-items {
  margin-bottom: 1em;
}
.ma-invoice-details .btns {
  float: left;
  padding-top: 1.3em;
}
.ma-invoice-details .btns .btn {
  float: right;
  margin-left: 1em;
}
.ma-invoice-details ul.cart-items {
  list-style: none;
}
.ma-invoice-details .item-list .item-details,
.ma-invoice-details .item-list .item-code-notes {
  float: right;
}
.ma-invoice-details .item-list .item-code-notes .cost-code,
.ma-invoice-details .item-list .item-code-notes .item-notes {
  width: 100%;
  margin-bottom: 0.25em;
}
.ma-invoice-details .item-list .item-code-notes .cost-code strong,
.ma-invoice-details .item-list .item-code-notes .item-notes strong {
  margin-right: 0.5em;
}

.share-entity-modal.reveal-modal {
  max-width: 480px;
  overflow: auto;
  height: 93vh;
}
.share-entity-modal.reveal-modal .modal-wrap {
  padding: 0;
}
.share-entity-modal.reveal-modal .modal-wrap .link {
  color: #555555 !important;
}
.share-entity-modal.reveal-modal .modal-wrap h3 {
  margin-top: 0;
}
.share-entity-modal.reveal-modal .modal-wrap .required-label {
  margin-bottom: 1em;
}
.share-entity-modal.reveal-modal .modal-wrap textarea {
  height: 100px;
}
.share-entity-modal.reveal-modal .modal-wrap .btns {
  border-top: 1px solid #e1e1e1;
  padding-top: 1em;
}
.share-entity-modal.reveal-modal .modal-wrap .messaging {
  display: inline-block;
}
.share-entity-modal.reveal-modal .modal-wrap .close-reveal-modal {
  top: 0.55em;
}
.share-entity-modal.reveal-modal .modal-wrap .share-modal-label {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 1em;
}
.share-entity-modal.reveal-modal .modal-wrap .close-modal-button {
  margin-right: 0.5em;
}

@media all and (max-width: 767px) {
  .ma-invoice-details .cart-items {
    overflow: auto;
    max-height: 460px;
  }
  .ma-invoice-details ul.cart-items {
    border-top: 1px solid #E0E0E0;
  }
}
@media all and (min-width: 768px) {
  .ma-invoice-details .item-list .item-details div.price,
  .ma-invoice-details .item-list .item-details div.item-opt {
    display: inline-block;
    height: auto;
    text-align: right;
  }
  .ma-invoice-details .item-list .item-details div.item-opt {
    line-height: 1em;
  }
  .ma-invoice-details .item-list .item-details div.price .price-sale, .ma-invoice-details .item-list .item-details div.price .selected-uom {
    display: block;
  }
  .ma-invoice-details .item-list .item-details div.price span {
    margin: 0 0;
  }
  .ma-invoice-details .item-list .item-details,
  .ma-invoice-details .item-list .item-code-notes {
    padding-right: 1em !important;
  }
}
.ma-invoice-history {
  /* MA search */
  /* Date Picker Positioning */
}
.ma-invoice-history .btns {
  margin-top: 0.5em;
  float: left;
  width: 100%;
}
.ma-invoice-history .btns .btn {
  float: right;
}
.ma-invoice-history .search-inv h3 {
  margin-top: 0;
}
.ma-invoice-history .search-date {
  position: relative;
}
.ma-invoice-history .picker {
  right: 0% !important;
}
.ma-invoice-history .search-date-to .picker__holder {
  right: 0% !important;
}
.ma-invoice-history .col-balance {
  text-align: right;
}
.ma-invoice-history #invoice-balance {
  width: 100%;
  margin-top: 0.5rem;
}
.ma-invoice-history #invoice-balance tr td {
  font-size: 14px;
  text-align: right;
  border: 1px solid #ddd;
}
.ma-invoice-history #invoice-balance .balance-lbl,
.ma-invoice-history #invoice-balance .totals {
  font-weight: bold;
}

.widget-invoice-history {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.widget-invoice-history h3 {
  display: inline-block;
}
.widget-invoice-history a.btn-view-all {
  float: right;
  font-size: 0.875rem;
  margin-top: 1.75em;
  padding: 0.5em 0.75em;
}
.widget-invoice-history .overflow-table {
  border: none;
}
.widget-invoice-history .overflow-table tr th:first-child:before,
.widget-invoice-history .overflow-table tr td:first-child:before,
.widget-invoice-history .overflow-table tr td:first-child,
.widget-invoice-history .overflow-table tr td:first-child {
  min-width: inherit;
  width: inherit;
}
.widget-invoice-history .overflow-table th a {
  color: #222222;
}
.widget-invoice-history .overflow-table .col-tot {
  font-weight: 600;
}
.widget-invoice-history .overflow-table .col-actions {
  text-align: right;
}
.widget-invoice-history .overflow-table .icon-email, .widget-invoice-history .overflow-table .icon-print {
  color: #77BC1F;
  cursor: pointer;
  font-size: 1.1rem;
  text-decoration: none;
}
.widget-invoice-history .overflow-table .icon-print {
  margin-left: 0.6rem;
}
.widget-invoice-history .invoices-list {
  list-style-type: none;
  border: 1px solid #E0E0E0;
  margin: 0;
}
.widget-invoice-history .invoices-list li {
  border-bottom: 1px solid #E0E0E0;
  margin: 0;
  padding: 0.8rem 0;
  display: flex;
  position: relative;
}
.widget-invoice-history .invoices-list li div.columns {
  align-items: stretch;
  display: flex;
  flex-direction: column;
}
.widget-invoice-history .invoices-list li div.columns .total-price {
  text-align: right;
  font-weight: bold;
  margin-top: auto;
}
.widget-invoice-history .invoices-list li .actions-menu {
  position: absolute;
  right: 0;
  margin-top: -0.5rem;
}
.widget-invoice-history .invoices-list li .actions-menu .icon-more {
  color: #555555;
  font-size: 1.5rem;
  cursor: pointer;
}
.widget-invoice-history .invoices-list li .actions-menu .actions-menu-list {
  border: 1px solid #E0E0E0;
  right: 0;
  background: #fff;
  position: absolute;
  width: 7rem;
  visibility: hidden;
  transition: visibility 0.5s;
  z-index: 100;
  pointer-events: auto;
  opacity: 0;
}
.widget-invoice-history .invoices-list li .actions-menu .actions-menu-list li {
  padding: 0.5rem 0.5rem;
}
.widget-invoice-history .invoices-list li .actions-menu:focus {
  pointer-events: none;
}
.widget-invoice-history .invoices-list li .actions-menu:focus .actions-menu-list {
  visibility: visible;
  opacity: 1;
}

@media all and (max-width: 767px) {
  .ma-invoice-history .btns .btn {
    width: 100%;
    margin-bottom: 1em;
  }
  .ma-invoice-history .search-date .small-6 {
    position: inherit;
  }
  .ma-invoice-history .search-open-inv {
    margin: 0.5em 0 1em 0;
  }
}
@media all and (min-width: 768px) {
  .ma-invoice-history .btns .btn {
    margin-left: 1em;
  }
  .ma-invoice-history label.accord-head {
    display: inline-block;
  }
  .ma-invoice-history .search-inv .search-col-1 {
    width: 30.333%;
  }
  .ma-invoice-history .search-inv .search-col-2 {
    width: 44.333%;
  }
  .ma-invoice-history .search-inv .search-col-3 {
    width: 25.333%;
  }
  .ma-invoice-history .search-inv .search-date em {
    display: inline-block;
    float: left;
    line-height: 38px;
    margin-right: 0.75em;
  }
  .ma-invoice-history .search-inv .search-date input {
    width: 100px;
    display: inline-block;
  }
  .ma-invoice-history .search-inv .search-date .row .small-6 {
    width: auto;
  }
  .ma-invoice-history .search-inv .search-date [class*=column] + [class*=column]:last-child {
    float: left;
    padding: 0;
  }
  .ma-invoice-history .search-inv .search-invoice-num input {
    width: 70%;
  }
}
.ma-job-quotes .col-details h2 {
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 0.25em;
}
.ma-job-quotes .col-details h2 span {
  font-weight: normal;
}
.ma-job-quotes .col-details {
  margin-bottom: 1.25em;
}
.ma-job-quotes .sub-amount {
  font-size: 141%;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
  float: right;
}
.ma-job-quotes .sub-amount #jobSubTotal {
  font-weight: normal;
}
.ma-job-quotes #generateOrderBtn {
  float: right;
  clear: both;
}
.ma-job-quotes .col-qty-order {
  max-width: 200px;
  width: 200px;
}
.ma-job-quotes table {
  margin-bottom: 0;
}
.ma-job-quotes button.disabled,
.ma-job-quotes button[disabled],
.ma-job-quotes .button.disabled,
.ma-job-quotes .button[disabled] {
  background-color: #f1f1f1 !important;
  -webkit-box-shadow: inset 0 0 10px 0 #dedede !important;
  box-shadow: inset 0 0 10px 0 #dedede !important;
  color: #aeaeae !important;
  cursor: default !important;
  opacity: 1 !important;
}

@media all and (max-width: 767px) {
  .ma-job-quotes .col-qty-order {
    max-width: inherit;
  }
  .ma-job-quotes #generateOrderBtn {
    width: 100%;
  }
}
.ma-my-list-details a.btn.print-button {
  display: none;
}
.ma-my-list-details a.btn.print-button:hover {
  color: #333333;
  background-color: #b9b9b9;
}
.ma-my-list-details a.btn.print-button.disabled {
  border-color: #b9b9b9;
  background-color: #f1f1f1;
  color: #aeaeae;
  cursor: default;
}
.ma-my-list-details .list-header {
  padding-bottom: 10px;
  clear: both;
}
.ma-my-list-details .list-header .list-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
}
.ma-my-list-details .uom-size {
  width: 6.4515625rem;
  height: 2.0625rem;
}
.ma-my-list-details .notification-item {
  border: 1px solid #FFD800;
  background-color: #FFF6C5;
  padding: 10px;
  margin-bottom: 15px;
}
.ma-my-list-details .list-title-wrapper {
  overflow: hidden;
  word-break: break-all;
}
.ma-my-list-details .list-title-wrapper h1 {
  float: left;
  margin-top: 0;
}
.ma-my-list-details .list-title-wrapper .btns {
  float: right;
}
.ma-my-list-details i.icon-sort-order {
  font-size: 19px;
  vertical-align: middle;
}
.ma-my-list-details .item-updated {
  opacity: 0.6;
  padding-right: 0;
  float: left;
  padding-top: 1px;
  margin-right: 15px;
}
.ma-my-list-details .item-share-list {
  float: left;
}
.ma-my-list-details .list-info {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding-top: 20px;
  margin-left: 0;
  margin-right: 0;
}
.ma-my-list-details .list-info .item-summary {
  font-weight: 600;
  padding-left: 0;
}
.ma-my-list-details .list-info .item-summary .item-summary-count {
  margin-right: 15px;
}
.ma-my-list-details .list-info .item-summary .item-list-total {
  white-space: nowrap;
  margin-right: 15px;
}
.ma-my-list-details .list-info .middle-btns {
  text-align: right;
  padding-right: 0;
}
.ma-my-list-details .list-info .middle-btns button {
  margin-left: 5px;
}
.ma-my-list-details .list-info .middle-btns i {
  vertical-align: middle;
}
.ma-my-list-details .no-results {
  background-color: #F2F2F2;
  font-weight: 600;
  padding: 70px 0;
  text-align: center;
  font-size: 1.1rem;
}
.ma-my-list-details .multi-actions-block {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.ma-my-list-details .multi-actions-block .items-multi-actions {
  padding-left: 0;
  padding-top: 10px;
}
.ma-my-list-details .multi-actions-block .items-multi-actions input[type=checkbox] {
  margin-right: 0;
  margin-left: 0;
  cursor: pointer;
}
.ma-my-list-details .multi-actions-block .items-multi-actions label {
  margin-right: 20px;
  cursor: pointer;
}
.ma-my-list-details .multi-actions-block .items-search-sort {
  text-align: right;
  padding: 0;
}
.ma-my-list-details .multi-actions-block .items-sort {
  display: inline-block;
  text-align: right;
  padding: 10px 0;
  margin-left: 10px;
}
.ma-my-list-details .multi-actions-block .items-sort span {
  font-weight: 600;
  margin-right: 5px;
}
.ma-my-list-details .multi-actions-block .items-sort select {
  width: auto;
  padding-right: 20px;
}
.ma-my-list-details .multi-actions-block button, .ma-my-list-details .multi-actions-block select {
  margin-bottom: 0;
}
.ma-my-list-details .multi-actions-block.needs-border {
  border-bottom: 1px solid #e1e1e1;
}
.ma-my-list-details .drag-instruction {
  background-color: #F2F2F2;
  padding: 5px 15px;
  margin-left: 0;
  margin-right: 0;
}
.ma-my-list-details .item-list {
  float: none;
  border: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 30px;
}
.ma-my-list-details .item-list .item-block {
  border-bottom: 1px solid #E0E0E0;
}
.ma-my-list-details .item-list .item-block.ui-sortable-placeholder {
  height: auto;
  visibility: visible !important;
  border-bottom: 1px solid #E0E0E0;
}
.ma-my-list-details .item-list .item-block.ui-sortable-helper {
  border-bottom: none;
  background-color: white;
  cursor: move;
}
.ma-my-list-details .item-list .item-block.ui-sortable-helper * {
  cursor: move !important;
}
.ma-my-list-details .item-list .search-no-results {
  padding: 20px 0;
}
.ma-my-list-details .checkout-item .item-controls {
  width: 37px;
  padding-left: 0;
}
.ma-my-list-details .checkout-item .item-controls i.handle {
  opacity: 0.5;
  padding: 10px 0 10px 10px;
  margin: 0 0 15px -12px;
  cursor: move;
}
.ma-my-list-details .checkout-item .item-controls i.handle:hover, .ma-my-list-details .checkout-item .item-controls i.handle:focus {
  opacity: 1;
}
.ma-my-list-details .checkout-item .item-controls > * {
  display: block;
}
.ma-my-list-details .checkout-item .item-controls .item-select {
  margin-left: 0;
  cursor: pointer;
}
.ma-my-list-details .checkout-item .item-image-block {
  width: 19%;
  padding-left: 0;
}
.ma-my-list-details .checkout-item .item-image-block > * {
  float: left;
}
.ma-my-list-details .checkout-item .item-image-block .item-thumb {
  width: 100%;
  height: auto;
  float: left;
  padding: 0 !important;
  margin-bottom: 0.9375em;
}
.ma-my-list-details .checkout-item .item-details {
  width: 30%;
  padding: 0 !important;
}
.ma-my-list-details .checkout-item .item-notes {
  background-color: #F2F2F2;
  font-size: 0.9rem;
  opacity: 0.8;
  padding: 2px 6px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.ma-my-list-details .checkout-item .item-notes span {
  white-space: pre-wrap;
}
.ma-my-list-details .checkout-item .item-bottom-actions {
  font-size: 0.9rem;
  margin-top: 5px;
}
.ma-my-list-details .checkout-item .item-bottom-actions a {
  margin-right: 10px;
}
.ma-my-list-details .checkout-item .item-bottom-actions .item-added {
  opacity: 0.5;
  margin-left: 10px;
  display: inline-block;
}
.ma-my-list-details .checkout-item .item-pricing-and-actions {
  width: 33%;
  padding-right: 0;
  text-align: right;
}
.ma-my-list-details .checkout-item .item-pricing {
  display: inline-block;
  vertical-align: top;
  min-width: 100px;
  max-width: 170px;
  margin-bottom: 10px;
}
.ma-my-list-details .checkout-item .item-pricing .product-info .um select {
  margin-bottom: 0;
}
.ma-my-list-details .checkout-item .item-pricing .quantity-pricing {
  display: block;
}
.ma-my-list-details .checkout-item .item-pricing .price span {
  margin-right: 0;
}
.ma-my-list-details .checkout-item .item-actions-block {
  padding-right: 0;
  padding-left: 20px;
  display: inline-block;
}
.ma-my-list-details .checkout-item .item-actions-block .add-to-cart-block {
  display: grid;
}
.ma-my-list-details .checkout-item .item-actions-block .add-to-cart-block .item-qty {
  width: 60px;
}
.ma-my-list-details .checkout-item .item-actions-block .add-to-cart-block .item-qty input {
  margin-bottom: 0.7rem;
}
.ma-my-list-details .checkout-item .item-actions-block .add-to-cart-block .action {
  float: right;
  margin-left: 7px;
}
.ma-my-list-details .checkout-item .item-actions-block .add-to-cart-block .action .btn-add-cart {
  margin-bottom: 0.7rem;
}
.ma-my-list-details .checkout-item .item-actions-block .add-to-cart-block .update-qty-link {
  text-align: left;
  font-size: 0.9rem;
}
.ma-my-list-details .checkout-item .item-actions-block .add-to-cart-block .update-qty-link .icon-update, .ma-my-list-details .checkout-item .item-actions-block .add-to-cart-block .update-qty-link .icon-check, .ma-my-list-details .checkout-item .item-actions-block .add-to-cart-block .update-qty-link .xng-checkbox .input input:checked ~ label:before, .xng-checkbox .input .ma-my-list-details .checkout-item .item-actions-block .add-to-cart-block .update-qty-link input:checked ~ label:before {
  margin-right: 4px;
}
.ma-my-list-details .add-item-to-list {
  float: right;
  width: 715px;
  margin-bottom: 15px;
}
.ma-my-list-details .add-item-to-list label {
  font-weight: 600;
  display: inline-block;
  margin-right: 0.5em;
}
.ma-my-list-details .add-item-to-list .error {
  width: inherit;
  position: absolute;
}
.ma-my-list-details .add-item-to-list .error .success-message {
  font-size: 14px;
  padding: 0.5em 1em;
  display: block;
  color: #3C763D;
  background-color: #dff0d8;
}
.ma-my-list-details .add-item-to-list .qo-search {
  width: 300px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.ma-my-list-details .add-item-to-list .qo-search .qo-search-input {
  border: 1px solid #cccccc;
  white-space: nowrap;
  height: 40px;
}
.ma-my-list-details .add-item-to-list .qo-search .qo-search-input .icon-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
}
.ma-my-list-details .add-item-to-list .qo-search .qo-search-input .icon-wrapper i {
  opacity: 0.5;
  margin: 3px 4px 3px 8px;
}
.ma-my-list-details .add-item-to-list .qo-search .qo-search-input span.qo-searchbox {
  display: inline-block;
  padding-left: 25px;
  margin-left: -32px;
  width: 100%;
}
.ma-my-list-details .add-item-to-list .qo-search .qo-search-input span.qo-searchbox input {
  border: none;
  margin: 0;
  box-shadow: none;
  height: 2.3125rem;
}
.ma-my-list-details .add-item-to-list .item-qty {
  display: inline-block;
  margin: 5px;
}
.ma-my-list-details .add-item-to-list .item-qty input {
  width: 60px;
  display: inline;
}
.ma-my-list-details .add-item-to-list .um {
  display: inline-block;
  margin: 5px;
}
.ma-my-list-details .add-item-to-list .um select {
  width: 100px;
  display: inline;
}
.ma-my-list-details .add-item-to-list .um .columns {
  float: none;
  display: inline;
  padding-left: 0px;
}
.ma-my-list-details .f-dropdown.content {
  top: auto !important;
  bottom: 2.5em !important;
}
.ma-my-list-details .f-dropdown.content.open {
  right: -30px;
  left: inherit !important;
}
.ma-my-list-details .f-dropdown.content.open::before {
  right: 30px !important;
  left: inherit !important;
}
.ma-my-list-details .f-dropdown.content.open::after {
  right: 29px !important;
  left: inherit !important;
}

.ma-my-list-details .items-filtering {
  display: inline-block;
  width: 275px;
}
.ma-my-list-details .items-filtering .search-btn {
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  white-space: nowrap;
  text-align: left;
}
.ma-my-list-details .items-filtering .search-btn i {
  opacity: 0.5;
  margin: 3px 4px 3px 8px;
  vertical-align: middle;
}
.ma-my-list-details .items-filtering .search-btn i.icon-close {
  margin-left: -25px;
  cursor: pointer;
}
.ma-my-list-details .items-filtering .search-btn input {
  display: inline-block;
  border: none;
  margin: 0;
  box-shadow: none;
  padding: 3px 35px 3px 0;
  width: calc(100% - 35px);
  height: 2.3125rem;
}
.ma-my-list-details .items-filtering .search-btn input::-ms-clear {
  display: none;
}

.ma-my-list-details .item-sort-order-container {
  width: 86px;
  padding-left: 0;
}
.ma-my-list-details .item-sort-order-container label {
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 15px;
  white-space: nowrap;
}
.ma-my-list-details .item-sort-order-container input {
  text-align: center;
}

body [role=main] .ma-my-list-details .paginator-34 {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
body [role=main] .ma-my-list-details .paginator-34 .sorting-select {
  width: auto !important;
}

.popup-delete-item .modal-wrap, .popup-line-note .modal-wrap, .popup-share-list .modal-wrap, .popup-schedule-reminder .modal-wrap {
  max-width: 480px;
}
.popup-delete-item p, .popup-line-note p, .popup-share-list p, .popup-schedule-reminder p {
  margin-left: 15px;
}
.popup-delete-item .btns, .popup-line-note .btns, .popup-share-list .btns, .popup-schedule-reminder .btns {
  padding-right: 15px;
}
.popup-delete-item textarea, .popup-line-note textarea, .popup-share-list textarea, .popup-schedule-reminder textarea {
  margin-bottom: 0;
}
.popup-delete-item .max-field-tooltip, .popup-delete-item .bottom-field-tooltip, .popup-line-note .max-field-tooltip, .popup-line-note .bottom-field-tooltip, .popup-share-list .max-field-tooltip, .popup-share-list .bottom-field-tooltip, .popup-schedule-reminder .max-field-tooltip, .popup-schedule-reminder .bottom-field-tooltip {
  font-size: 0.9rem;
  opacity: 0.5;
}
.popup-delete-item .error, .popup-line-note .error, .popup-share-list .error, .popup-schedule-reminder .error {
  margin: 0.7rem 0;
}
.popup-delete-item textarea.ng-invalid.ng-touched, .popup-delete-item input.ng-invalid.ng-touched, .popup-line-note textarea.ng-invalid.ng-touched, .popup-line-note input.ng-invalid.ng-touched, .popup-share-list textarea.ng-invalid.ng-touched, .popup-share-list input.ng-invalid.ng-touched, .popup-schedule-reminder textarea.ng-invalid.ng-touched, .popup-schedule-reminder input.ng-invalid.ng-touched {
  border-color: #c60f13;
}

.popup-copy-list .modal-wrap {
  max-width: 540px;
}
.popup-copy-list .modal-wrap .message {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.5em;
  word-wrap: break-word;
  overflow: hidden;
}
.popup-copy-list .modal-wrap .list-selector .k-input {
  padding-right: 2em;
}
.popup-copy-list .modal-wrap .list-selector + .icon-arw-down-5 {
  position: absolute;
  top: 0.3em;
  right: 0.8em;
  font-size: 22px;
  cursor: pointer;
}
.popup-copy-list .copy-field-label {
  padding-top: 10px;
  padding-left: 0;
}
.popup-copy-list .copy-field-label span {
  font-weight: 600;
}
.popup-copy-list .row.btns {
  margin-right: 16px;
  margin-top: 10px;
}
.popup-copy-list .row.btns .btn {
  margin-left: 5px;
}
.popup-copy-list div.error {
  margin-right: 16px;
  margin-bottom: 10px;
}
.popup-copy-list .copy-instructions {
  opacity: 0.7;
  font-size: 0.95rem;
}

.popup-share-list {
  height: 100%;
}
.popup-share-list .modal-wrap.share-large {
  max-width: 600px;
}
.popup-share-list .popup-instruction {
  margin-bottom: 0.8rem;
}
.popup-share-list .list-options {
  margin-left: 15px;
  margin-bottom: 1.25rem;
}
.popup-share-list .list-options .list-question {
  font-weight: 600;
}
.popup-share-list .list-options .list-option {
  margin: 5px 0;
}
.popup-share-list .list-options .list-option input[type=radio] {
  margin-right: 0;
}
.popup-share-list .list-options .list-option label {
  margin-right: 0;
}
.popup-share-list .list-options .list-option > * {
  display: inline;
}
.popup-share-list .bottom-field-tooltip {
  margin-bottom: 8px;
}
.popup-share-list .main-content {
  padding: 0 10px;
}
.popup-share-list .main-content .field-name {
  font-weight: 600;
}
.popup-share-list .reset-bottom-margin {
  margin-bottom: 0;
}
.popup-share-list .row.btns {
  margin-top: 15px;
}
.popup-share-list .row.btns .back-navigation {
  float: left;
  margin-left: 15px;
}
.popup-share-list .check-field {
  margin-bottom: 4px;
}
.popup-share-list .check-field input[type=checkbox] {
  margin-right: 0;
}
.popup-share-list input.ng-invalid.ng-touched, .popup-share-list textarea.ng-invalid.ng-touched {
  border-color: #c60f13;
}

.popup-share-list fieldset, .popup-copy-list fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.popup-upload-list .content-managed-area {
  height: 100px;
  width: 100%;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.2);
}
.popup-upload-list .order-upload-instructions,
.popup-upload-list .order-upload-input {
  margin-top: 15px;
}
.popup-upload-list .file-title {
  margin-left: 10px;
  display: inline-block;
}
.popup-upload-list .oui-box {
  margin-top: 15px;
  padding: 15px;
  border: 1px solid rgb(188, 188, 188);
}
.popup-upload-list .oui-message {
  display: none;
}
.popup-upload-list .oui-message .upload-error {
  color: #CC2200;
  background-color: rgb(252, 244, 242);
  border: 1px solid rgb(249, 201, 191);
  padding: 10px 10px 10px 45px;
  position: relative;
}
.popup-upload-list .oui-message .upload-error::after {
  display: block;
  position: absolute;
  left: 14px;
  top: 13px;
  content: "\f071";
  font-family: "good-oatmeal-v2";
  font-size: 18px;
}
.popup-upload-list .oui-message.showing {
  display: block;
}
.popup-upload-list .btn.dark-blue {
  background-color: rgb(0, 104, 193);
}
.popup-upload-list .oui-lists {
  text-align: right;
  margin-top: 30px;
}
.popup-upload-list .oui-lists .btn {
  margin-bottom: 0;
}

.popup-schedule-reminder {
  height: 100%;
}
.popup-schedule-reminder .modal-wrap {
  max-width: 400px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}
.popup-schedule-reminder .instructions {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid lightgrey;
}
.popup-schedule-reminder form .row .row .columns {
  font-size: 14px;
}
.popup-schedule-reminder form .row .row .schedule-field-label {
  padding-top: 6px;
}
.popup-schedule-reminder form .row .row .schedule-field-label span {
  font-weight: 600;
}
.popup-schedule-reminder form .row .row .repeat-interval-postfix {
  padding-top: 6px;
  height: 55px;
}
.popup-schedule-reminder form .row .row select {
  color: black;
}
.popup-schedule-reminder form .row .row .end-date-selector {
  margin-left: 10px;
}
.popup-schedule-reminder form .row .row .max-field-tooltip {
  margin-bottom: 20px;
}
.popup-schedule-reminder form .row .row input[type=radio] {
  vertical-align: middle;
  margin-right: 6px;
}
.popup-schedule-reminder form .row .row .btns .btn {
  margin: 0 2px 0 4px;
}
.popup-schedule-reminder form .row .row .radio-label {
  cursor: pointer;
  display: inline-block;
}
.popup-schedule-reminder form .row .row input[type=number]::-webkit-outer-spin-button, .popup-schedule-reminder form .row .row input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.popup-schedule-reminder form .row .row input[type=number] {
  -moz-appearance: textfield;
}
.popup-schedule-reminder .cancel-confirmation {
  margin-bottom: 16px;
  padding-bottom: 12px;
}
.popup-schedule-reminder .btn-cancel-reminder {
  margin: 10px 0 0 0;
}
.popup-schedule-reminder .btn-yes, .popup-schedule-reminder .btn-no {
  margin-bottom: 0;
  margin-left: 4px;
}

@media screen and (min-width: 380px) {
  .popup-schedule-reminder .modal-wrap .picker--opened > .picker__holder {
    position: fixed;
    max-width: 300px !important;
  }
}
/* Modals */
.upload-list-modal {
  background-color: #ddd;
  position: fixed;
  padding: 2em;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.modal-wrap.ou-modal {
  margin-top: 10px;
  max-width: 290px;
  text-align: center;
  padding: 17px;
  border: 1px solid #c7c7c7;
  max-height: 600px;
}
.modal-wrap.ou-modal.wide {
  text-align: initial;
  max-width: 700px;
  width: 100%;
}

.ou-modal .exclamation-triangle:after {
  content: "\f071";
  font-family: good-oatmeal-v2;
  font-style: normal;
  color: #CC2200;
  font-size: 24px;
  margin: 2px 13px 0 0;
  float: left;
}

/* Uploading Order Issues */
.ou-modal .fa {
  font-size: 32px;
  margin-top: 10px;
  color: #949494;
}
.ou-modal h3 {
  margin-top: 10px;
}
.ou-modal h3.underline {
  border-bottom: 1px solid rgb(188, 188, 188);
  padding-bottom: 10px;
}
.ou-modal.success .fa {
  color: #77BE43;
  font-size: 24px;
}
.ou-modal.success h3 {
  color: #77BE43;
}
.ou-modal.issues .fa {
  color: #CC2200;
  font-size: 24px;
  margin: 2px 13px 0 0;
  float: left;
}
.ou-modal.issues h3 {
  margin-top: 0;
}
.ou-modal.issues .button-container {
  float: right;
}
.ou-modal.issues .btn {
  float: right;
}

.ou-table-wrapper {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: visible;
  margin-bottom: 20px;
  max-height: 450px;
}

.ou-issues-table {
  width: 100%;
  min-width: 400px;
  border-top: 0;
  margin-bottom: 0;
}
.ou-issues-table td {
  font-size: 13px;
  font-weight: 600;
}
.ou-issues-table thead tr {
  background: white;
  border: 1px solid rgb(188, 188, 188);
}
.ou-issues-table tbody td {
  color: #CC2200;
}
.ou-issues-table tbody tr.odd, .ou-issues-table tbody tr.alt, .ou-issues-table tbody tr:nth-of-type(odd),
.ou-issues-table tbody tr.even, .ou-issues-table tbody tr.alt, .ou-issues-table tbody tr:nth-of-type(even) {
  background: rgb(252, 244, 242);
  border-left: 1px solid rgb(249, 201, 191);
  border-right: 1px solid rgb(249, 201, 191);
  border-bottom: 1px solid rgb(249, 201, 191);
}

/* Add to cart issues modal */
ol.add-to-cart-issues {
  margin: 0;
}

li.atci-item {
  list-style-type: none;
  clear: both;
  margin-bottom: 10px;
}

.atci-item-header {
  background: #fcf4f2;
  border: 1px solid #f9c9bf;
  color: #CC2200;
  font-weight: 600;
  padding: 5px 20px;
}

.atci-item-body {
  border: 1px solid rgb(188, 188, 188);
  overflow: hidden;
}

.atci-item-thumbnail {
  float: left;
  width: 25%;
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
}

.atci-item-info {
  overflow: hidden;
  padding: 15px 20px 20px 20px;
  float: left;
  width: 75%;
  box-sizing: border-box;
}
.atci-item-info div {
  margin-bottom: 10px;
}

.atci-item-info__details span {
  margin-right: 20px;
  white-space: nowrap;
}
.atci-item-info__details span.empty {
  display: none;
}
.atci-item-info__details span.details-message {
  font-weight: 600;
}

/* Top Page Message */
.message-highlight {
  text-align: center;
  margin: 20px 0;
}
.message-highlight h3 {
  padding: 12px;
  margin: 0;
  border: 1px solid rgb(188, 188, 188);
}
.message-highlight.cancelled {
  background-color: rgb(255, 255, 204);
}

@media all and (max-width: 767px) {
  .popup-share-list {
    overflow-y: scroll;
  }
  .ma-my-list-details .list-title-wrapper h1 {
    float: none;
  }
  .ma-my-list-details .list-title-wrapper .btns {
    display: flex;
    flex-direction: column-reverse;
    float: none;
  }
  .ma-my-list-details .list-title-wrapper .btns button, .ma-my-list-details .list-title-wrapper .btns a.btn {
    width: 100%;
    margin-bottom: 7px;
  }
  .ma-my-list-details .list-header {
    padding-top: 10px;
  }
  .ma-my-list-details .multi-actions-block .items-search-sort {
    width: 100%;
  }
  .ma-my-list-details .multi-actions-block .items-sort {
    text-align: left;
    padding: 20px 0;
  }
  .ma-my-list-details .list-info {
    padding: 20px 0;
    margin-bottom: 10px;
  }
  .ma-my-list-details .list-info .item-summary {
    width: 100%;
    margin-top: 0;
  }
  .ma-my-list-details .list-info .middle-btns {
    width: 100%;
    padding-left: 0;
  }
  .ma-my-list-details .list-info .middle-btns button {
    width: 100%;
    margin: 0;
    margin-top: 7px;
  }
  .ma-my-list-details .checkout-item .item-sort-order-container label {
    display: inline;
  }
  .ma-my-list-details .checkout-item .item-sort-order-container input {
    width: 60px;
  }
  .ma-my-list-details .checkout-item .item-pricing-and-actions, .ma-my-list-details .checkout-item .item-sort-order-container {
    clear: left;
    width: 77%;
    margin-left: 19%;
    margin-bottom: 5px;
    padding-left: 0;
    float: inherit;
    text-align: left;
  }
  .ma-my-list-details .checkout-item .item-actions-block {
    padding-left: 0;
  }
  .ma-my-list-details .checkout-item .item-details {
    width: 75%;
  }
  .ma-my-list-details .checkout-item .item-details .item-name, .ma-my-list-details .checkout-item .item-details .item-num {
    margin-bottom: 0.5em;
  }
  .ma-my-list-details .checkout-item .item-actions-block .add-to-cart-block {
    float: left;
  }
  .ma-my-list-details .checkout-item .item-image-block .item-image {
    width: 100%;
  }
  .ma-my-list-details .checkout-item .item-image-block .item-controls {
    clear: both;
    margin-left: 33%;
  }
  .ma-my-list-details .checkout-item .item-image-block .item-controls i.handle {
    margin: 0 0 -40px 0;
    padding: 5px;
  }
  .ma-my-list-details .checkout-item .item-bottom-actions {
    float: left;
    width: 100%;
  }
  .ma-my-list-details .checkout-item .item-bottom-actions a {
    margin-right: 20px;
  }
  .ma-my-list-details .checkout-item .item-bottom-actions .item-added {
    margin-left: 0;
  }
  .ma-my-list-details .show-for-small {
    display: inherit !important;
  }
  .ma-my-list-details .hide-for-small {
    display: none !important;
  }
  .popup-schedule-reminder {
    overflow-y: scroll;
  }
  .popup-schedule-reminder .repeat-interval-field, .popup-schedule-reminder .repeat-interval-postfix {
    width: 50%;
  }
  .popup-schedule-reminder .instructions {
    margin-bottom: 4px;
  }
  .popup-schedule-reminder form .row .row .btns .btn {
    margin-bottom: 1em;
  }
}
@media all and (max-width: 479px) {
  .ma-my-list-details .item-share-list {
    width: 100%;
  }
  .ma-my-list-details .hover-tooltip-wrapper .f-dropdown.content.open {
    right: inherit !important;
    left: -30px !important;
  }
  .ma-my-list-details .hover-tooltip-wrapper .f-dropdown.content.open::before {
    right: inherit !important;
    left: 30px !important;
  }
  .ma-my-list-details .hover-tooltip-wrapper .f-dropdown.content.open::after {
    right: inherit !important;
    left: 29px !important;
  }
}
.ma-my-lists .select-list {
  margin: 1.5em 0;
}
.ma-my-lists .cart-items .item-actions .um-pack,
.ma-my-lists .cart-items .item-actions .item-qty {
  display: inline-block;
  float: right;
  margin: 0 0 0.5em 0;
  text-align: right;
}
.ma-my-lists .cart-items .item-actions .item-qty {
  max-width: 100%;
  width: 100%;
}
.ma-my-lists .cart-items .item-actions label {
  min-width: 2.5em;
  padding-right: 0;
  margin-right: 0.25em;
}
.ma-my-lists .btns {
  float: left;
  width: 100%;
  margin: 1.5em 0;
  text-align: right;
}
.ma-my-lists .item-details .item-name, .ma-my-lists .item-details .item-updated {
  padding-bottom: 5px;
  overflow: hidden;
  word-wrap: break-word;
}
.ma-my-lists .item-block .price span {
  margin: 0 0;
}
.ma-my-lists .item-block .price-saving {
  display: block;
}
.ma-my-lists .item-block .item-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.95rem;
  white-space: nowrap;
}
.ma-my-lists .item-block .item-updated {
  font-size: 0.9rem;
  opacity: 0.6;
}
.ma-my-lists .item-block .item-controls {
  text-align: right;
  padding: 0;
}
.ma-my-lists .item-block .price.pd-price,
.ma-my-lists .item-block span.selected-uom {
  padding-right: 0.3em;
}
.ma-my-lists .item-actions .um-pack label {
  float: none;
}
.ma-my-lists .details-block {
  float: left;
}
.ma-my-lists .actions-block {
  float: left;
  width: 40%;
  min-width: 174px;
  margin: 0;
}
.ma-my-lists .actions-block .add-to-cart-block {
  display: flex;
}
.ma-my-lists .actions-block .add-to-cart-block .item-qty {
  margin-left: auto;
  width: 50px;
}
.ma-my-lists .actions-block .add-to-cart-block .action {
  width: auto;
  margin-left: 5px;
}
.ma-my-lists .actions-block .btn-remove-from-list {
  color: #77BC1F;
  font-weight: normal;
  font-size: 0.9rem;
  padding: 0.7rem 0;
}
.ma-my-lists .actions-block .btn-remove-from-list:hover {
  text-decoration: underline;
}
.ma-my-lists select {
  width: auto;
}
.ma-my-lists .list-top-actions {
  position: relative;
  top: -60px;
  margin-bottom: -60px;
  overflow: hidden;
}
.ma-my-lists .list-top-actions .list-search-filter {
  margin-right: 5px;
  display: inline-block;
  width: 30%;
  float: left;
}
.ma-my-lists .list-top-actions .list-top-actions-sort {
  text-align: right;
}
.ma-my-lists .list-top-actions .list-top-actions-sort .sort-label {
  font-weight: 600;
  margin-right: 5px;
}
.ma-my-lists .list-top-actions .list-top-actions-sort button {
  margin-left: 15px;
  margin-bottom: 0;
}
.ma-my-lists .item-list {
  border-right: none;
  border-left: none;
}
.ma-my-lists .item-list .f-dropdown.content {
  top: auto !important;
  bottom: 2.5em !important;
}
.ma-my-lists .item-list .f-dropdown.content.open {
  right: -30px;
  left: inherit !important;
}
.ma-my-lists .item-list .f-dropdown.content.open::before {
  right: 30px !important;
  left: inherit !important;
}
.ma-my-lists .item-list .f-dropdown.content.open::after {
  right: 29px !important;
  left: inherit !important;
}
.ma-my-lists .item-count {
  opacity: 0.5;
  font-size: 0.9rem;
}
.ma-my-lists .item-images a img {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 5px;
  margin-bottom: 3px;
  height: 75px;
  width: 75px;
}
.ma-my-lists .item-images a:hover, .ma-my-lists .item-images a:focus {
  text-decoration: none;
}
.ma-my-lists .search-no-results {
  background-color: #F2F2F2;
  text-align: center;
  padding: 70px 0;
}

.hover-tooltip {
  cursor: pointer;
}

.hover-tooltip-wrapper {
  position: relative;
  display: inline-block;
}
.hover-tooltip-wrapper .hover-tooltip-content {
  min-width: 300px;
}
.hover-tooltip-wrapper .hover-tooltip-content .title {
  display: block;
  font-weight: 600;
}

.popup-create-list .modal-wrap {
  max-width: 480px;
}
.popup-create-list textarea, .popup-create-list .list-name {
  margin-bottom: 0;
}
.popup-create-list .is-required-field-tooltip {
  margin-bottom: 1rem;
  opacity: 0.8;
}
.popup-create-list .spacer-element {
  margin-bottom: 0.5rem;
}
.popup-create-list .max-field-tooltip {
  font-size: 0.9rem;
  opacity: 0.5;
}
.popup-create-list label {
  font-weight: 600;
}
.popup-create-list .error {
  margin: 0.7rem 0;
}
.popup-create-list input.ng-invalid.ng-touched, .popup-create-list textarea.ng-invalid.ng-touched {
  border-color: #c60f13;
}

.popup-delete-list .list-name, .popup-leave-list .list-name {
  word-wrap: break-word;
}
.popup-delete-list .modal-wrap, .popup-leave-list .modal-wrap {
  max-width: 480px;
}
.popup-delete-list p, .popup-leave-list p {
  margin-left: 15px;
}
.popup-delete-list .btns, .popup-leave-list .btns {
  padding-right: 15px;
}

.popup-share-details .row-title {
  font-weight: 600;
}
.popup-share-details .modal-wrap {
  max-width: 530px;
}
.popup-share-details .shared-users-list {
  max-height: 100px;
  overflow: auto;
  margin-bottom: 15px;
}
.popup-share-details .btns .btn {
  margin-left: 7px;
}

.popup-manage-sharing .modal-wrap {
  max-width: 530px;
}
.popup-manage-sharing .top-btns button {
  margin-right: 5px;
}
.popup-manage-sharing .list-options {
  margin-left: 15px;
  margin-bottom: 1.25rem;
}
.popup-manage-sharing .list-options .list-question {
  font-weight: 600;
}
.popup-manage-sharing .list-options .list-option-container {
  max-height: 85px;
  overflow: auto;
}
.popup-manage-sharing .list-options .list-option {
  margin: 5px 0;
}
.popup-manage-sharing .list-options .list-option input[type=radio] {
  margin-right: 0;
}
.popup-manage-sharing .list-options .list-option label {
  margin-right: 0;
}
.popup-manage-sharing .list-options .list-option a {
  margin-left: 10px;
}
.popup-manage-sharing fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.popup-manage-sharing .row.btns button {
  margin-left: 5px;
}

@media all and (max-width: 479px) {
  .ma-my-lists .list-top-actions .list-top-actions-sort {
    margin-top: 50px;
    text-align: left;
  }
  .ma-my-lists .list-top-actions .list-top-actions-sort button {
    margin-left: 0;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .ma-my-lists .btn-delete-list {
    float: right;
  }
  .ma-my-lists .item-list {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
  }
  .ma-my-lists .item-list .medium-3, .ma-my-lists .item-list .medium-6 {
    width: 100%;
    padding: 0 !important;
  }
  .ma-my-lists .item-list .item-controls {
    text-align: center;
    margin-bottom: 10px;
  }
  .ma-my-lists .item-list .item-controls .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .ma-my-lists .item-list .item-shared {
    margin-bottom: 10px;
  }
  .ma-my-lists .hover-tooltip-wrapper .f-dropdown.content.open {
    right: inherit !important;
    left: -30px !important;
  }
  .ma-my-lists .hover-tooltip-wrapper .f-dropdown.content.open::before {
    right: inherit !important;
    left: 30px !important;
  }
  .ma-my-lists .hover-tooltip-wrapper .f-dropdown.content.open::after {
    right: inherit !important;
    left: 29px !important;
  }
  .ma-my-lists .list-top-actions .list-top-actions-sort {
    width: 100%;
    margin-top: 50px;
  }
}
@media all and (min-width: 768px) {
  .ma-my-lists .item-list .item-details {
    width: 50%;
    padding: 0 !important;
  }
  .ma-my-lists .select-list label {
    display: inline-block;
    margin-right: 1em;
  }
  .ma-my-lists .select-list select {
    display: inline-block;
    width: auto;
    margin-right: 1em;
  }
  .ma-my-lists .cart-items .item-actions .um-pack select {
    margin-right: 0;
  }
  .ma-my-lists div.remove {
    margin-right: -0.5em;
  }
  .ma-my-lists .btns .btn {
    margin-left: 1em;
    float: right;
  }
  .ma-my-lists .actions-block {
    float: right;
  }
  .ma-my-lists .actions-block .um label, .ma-my-lists .actions-block .um div {
    margin-left: auto;
  }
  .ma-my-lists .actions-block .btn-remove-from-list {
    float: right;
  }
}
@media all and (min-width: 960px) {
  .ma-my-lists .item-list .item-details {
    width: 60%;
  }
  .ma-my-lists .item-list .item-details .description-block {
    float: left;
    width: 50%;
    min-height: 75px;
    padding-right: 10px;
  }
  .ma-my-lists .item-list .item-details .images-block {
    width: 50%;
    float: right;
  }
  .ma-my-lists .item-list .item-shared {
    width: 20%;
    padding-right: 0;
  }
  .ma-my-lists .item-list .item-controls {
    width: 20%;
  }
}
@media all and (max-width: 640px) {
  .pop-content .hover-tooltip-wrapper {
    position: inherit;
  }
  .pop-content .hover-tooltip-wrapper .f-dropdown:before {
    border-color: transparent transparent #FFFFFF transparent !important;
    top: -12px !important;
    border-top-style: solid;
  }
  .pop-content .hover-tooltip-wrapper .f-dropdown:after {
    border-color: transparent transparent #CCCCCC transparent !important;
    top: -14px !important;
  }
}
@media all and (min-width: 641px) {
  .hover-tooltip-wrapper .f-dropdown.content {
    top: auto !important;
    bottom: 2.5em !important;
  }
  .hover-tooltip-wrapper .f-dropdown.content.open {
    right: -30px;
    left: inherit !important;
  }
  .hover-tooltip-wrapper .f-dropdown.content.open::before {
    right: 30px !important;
    left: inherit !important;
  }
  .hover-tooltip-wrapper .f-dropdown.content.open::after {
    right: 29px !important;
    left: inherit !important;
  }
}
.ma-my-quotes .search-quotes {
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
}
.ma-my-quotes .search-quotes .btns {
  margin-top: 0.5em;
  float: left;
  width: 100%;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 1em;
}
.ma-my-quotes .search-quotes .btns .btn {
  float: right;
}
.ma-my-quotes .search-quotes label {
  font-weight: bold;
  margin-bottom: 0.5em;
}

@media all and (max-width: 767px) {
  .ma-my-quotes .search-quotes .btns .btn {
    width: 100%;
    margin-bottom: 1em;
  }
}
@media all and (min-width: 768px) {
  .ma-my-quotes .search-quotes .btns .btn {
    margin-left: 1em;
  }
  .ma-my-quotes label.accord-head {
    display: inline-block;
  }
  .ma-my-quotes .search-quotes .search-col-1 {
    width: 44.333%;
  }
  .ma-my-quotes .search-quotes .search-col-2 {
    width: 25.333%;
  }
  .ma-my-quotes .search-quotes .search-col-3 {
    width: 30.333%;
  }
  .ma-my-quotes .search-quotes .search-date em {
    display: inline-block;
    float: left;
    line-height: 38px;
    margin-right: 0.75em;
  }
  .ma-my-quotes .search-quotes .search-date input {
    width: 100px;
    display: inline-block;
    float: left;
  }
  .ma-my-quotes .search-quotes .search-date .row .small-6 {
    width: auto;
  }
  .ma-my-quotes .search-quotes .search-date [class*=column] + [class*=column]:last-child {
    float: left;
    padding: 0;
  }
}
@media all and (min-width: 1024px) {
  .ma-my-quotes .search-quotes .search-col-1,
  .ma-my-quotes .search-quotes .search-col-2,
  .ma-my-quotes .search-quotes .search-col-3 {
    width: 33.333%;
  }
}
@media all and (max-width: 767px) {
  .ma-order-approval .view-shipto-tbl td {
    height: 90px !important;
  }
}
@media all and (min-width: 767px) {
  .ma-order-approval label.accord-head {
    display: inline-block;
  }
}
.ma-order-approval-details {
  /* Cart Items */
  /* Cart Items */
}
.ma-order-approval-details .error {
  margin: 1.5em 0;
}
.ma-order-approval-details .order-details-top {
  margin-bottom: 1.5em;
}
.ma-order-approval-details .order-details-top .od-head h3 {
  width: 50%;
  float: left;
}
.ma-order-approval-details .order-details-top h3 {
  margin-top: 0;
}
.ma-order-approval-details .order-details-top h3.od-lbl {
  padding-right: 1em;
  clear: left;
}
.ma-order-approval-details .order-details-top ul {
  list-style: none;
  margin: 0;
}
.ma-order-approval-details .cart-items {
  margin-bottom: 1em;
}
.ma-order-approval-details .btns {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 1.5em;
}
.ma-order-approval-details .btns .btn {
  float: right;
  margin-left: 1em;
}
.ma-order-approval-details ul.cart-items {
  list-style: none;
}
.ma-order-approval-details .item-list .item-details,
.ma-order-approval-details .item-list .item-code-notes {
  float: right;
}
.ma-order-approval-details .item-block .price span {
  margin: 0 0;
}
.ma-order-approval-details .item-block .price .price-saving {
  display: block;
}
.ma-order-approval-details .item-block .price .selected-uom {
  margin-right: 1rem;
}
.ma-order-approval-details .item-block .price .quantity-pricing {
  margin-left: 0 !important;
  display: block !important;
}
.ma-order-approval-details .item-list .item-code-notes .cost-code,
.ma-order-approval-details .item-list .item-code-notes .item-notes {
  width: 100%;
  margin-bottom: 0.25em;
}
.ma-order-approval-details .item-list .item-code-notes .cost-code strong,
.ma-order-approval-details .item-list .item-code-notes .item-notes strong {
  margin-right: 0.5em;
}
.ma-order-approval-details .item-qty-message {
  line-height: 1.2em;
  text-align: left;
  float: right;
  width: 197px;
  clear: both;
  color: red;
}
.ma-order-approval-details .item-qty-message span.item-qty-message__avail {
  display: block;
}

@media all and (max-width: 767px) {
  .ma-order-approval-details .cart-items {
    overflow: auto;
    max-height: 460px;
  }
  .ma-order-approval-details ul.cart-items {
    border-top: 1px solid #E0E0E0;
  }
}
@media all and (min-width: 768px) {
  .ma-order-approval-details .order-subtotal {
    width: 50%;
    float: right;
  }
  .ma-order-approval-details .item-list .item-details div.price, .ma-order-approval-details .item-list .item-details div.item-opt {
    display: inline-block;
    height: auto;
  }
  .ma-order-approval-details .item-list .item-details .item-opt {
    line-height: 1rem;
  }
  .ma-order-approval-details .item-list .item-details .item-opt .item-subtotal {
    min-width: 110px;
  }
  .ma-order-approval-details .item-list .item-details,
  .ma-order-approval-details .item-list .item-code-notes {
    padding-right: 1em !important;
  }
}
@media print {
  .ma-order-approval-details .cart-items {
    max-height: none;
  }
}
.ma-order-details {
  /* Cart Items */
  /* Cart Items */
  /* Order cancelled */
}
.ma-order-details .error {
  margin: 1.5em 0;
}
.ma-order-details .order-details-top {
  margin-bottom: 1.5em;
  border: 1px solid #DCDCDC;
  padding: 1em;
}
.ma-order-details .order-details-top h3 {
  margin-bottom: 0.4em;
}
.ma-order-details .order-details-top .od-head, .ma-order-details .order-details-top .bill-info, .ma-order-details .order-details-top .ship-info, .ma-order-details .order-details-top .ship-method, .ma-order-details .order-details-top .delivery-date, .ma-order-details .order-details-top .notes {
  margin-bottom: 0.8em;
}
.ma-order-details .order-details-top .pick-up-info .warehouse-info p {
  font-size: 1rem;
  line-height: 1.6;
}
.ma-order-details .order-details-top .od-head {
  display: inline-block;
}
.ma-order-details .order-details-top .od-head h3 {
  float: left;
  margin-top: 0;
}
.ma-order-details .order-details-top .od-head .od-data {
  font-weight: normal;
}
.ma-order-details .order-details-top h3.od-lbl {
  padding-right: 1em;
  clear: left;
}
.ma-order-details .order-details-top ul {
  list-style: none;
  margin: 0;
}
.ma-order-details .ship-details h4 {
  display: inline-block;
  margin-right: 0.5em;
}
.ma-order-details h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
  text-align: left;
}
.ma-order-details .page-title {
  display: none;
}
.ma-order-details .od-head,
.ma-order-details .bill-info {
  margin-bottom: 1em;
}
.ma-order-details .cart-items {
  margin-bottom: 1em;
}
.ma-order-details .btns .btn {
  float: right;
  margin-left: 1em;
}
.ma-order-details ul.cart-items {
  list-style: none;
}
.ma-order-details .item-list .item-details {
  width: 80%;
}
.ma-order-details .item-list .item-details,
.ma-order-details .item-list .item-code-notes {
  float: right;
}
.ma-order-details .item-list .item-details div.item-opt {
  line-height: 1em;
}
.ma-order-details .item-block .price span {
  text-align: right;
  margin: 0 0;
}
.ma-order-details .item-block .price .pd-price, .ma-order-details .item-block .price .selected-uom, .ma-order-details .item-block .price .price-sale, .ma-order-details .item-block .price .price-saving {
  display: block;
}
.ma-order-details .item-list .item-code-notes .cost-code,
.ma-order-details .item-list .item-code-notes .item-notes {
  width: 100%;
  margin-bottom: 0.25em;
}
.ma-order-details .item-list .item-code-notes .cost-code strong,
.ma-order-details .item-list .item-code-notes .item-notes strong {
  margin-right: 0.5em;
}
.ma-order-details .item-list .reorder-item {
  text-align: right;
  margin-bottom: 1em;
}
.ma-order-details .order-history-cancelled {
  text-align: center;
  background-color: #FFEFF0;
  margin-bottom: 15px;
  color: #FF0C14;
  padding: 3px;
}

.share-entity-modal.reveal-modal {
  max-width: 480px;
  overflow: auto;
  height: 93vh;
}
.share-entity-modal.reveal-modal .modal-wrap {
  padding: 0;
}
.share-entity-modal.reveal-modal .modal-wrap .link {
  color: #555555 !important;
}
.share-entity-modal.reveal-modal .modal-wrap h3 {
  margin-top: 0;
}
.share-entity-modal.reveal-modal .modal-wrap .required-label {
  margin-bottom: 1em;
}
.share-entity-modal.reveal-modal .modal-wrap textarea {
  height: 100px;
}
.share-entity-modal.reveal-modal .modal-wrap .btns {
  border-top: 1px solid #e1e1e1;
  padding-top: 1em;
}
.share-entity-modal.reveal-modal .modal-wrap .messaging {
  display: inline-block;
}
.share-entity-modal.reveal-modal .modal-wrap .close-reveal-modal {
  top: 0.55em;
}
.share-entity-modal.reveal-modal .modal-wrap .share-modal-label {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 1em;
}
.share-entity-modal.reveal-modal .modal-wrap .close-modal-button {
  margin-right: 0.5em;
}

@media all and (max-width: 767px) {
  .ma-order-details .cart-items {
    overflow: auto;
    max-height: 460px;
  }
  .ma-order-details .btns {
    margin-bottom: 0.7rem;
  }
  .ma-order-details .btns .btn {
    width: 100%;
    margin: 0.3em 0;
  }
  .ma-order-details .order-subtotal {
    width: 100%;
    float: left;
  }
  .ma-order-details .shipments {
    list-style: none;
    margin: 0;
    border: 1px solid #E0E0E0;
    margin-bottom: 1.5em;
  }
  .ma-order-details .shipments li {
    padding: 1em;
    border-bottom: 1px solid #E0E0E0;
  }
  .ma-order-details .shipments li.header {
    font-weight: bold;
    margin: 0;
    width: 100%;
    background: whitesmoke;
  }
  .ma-order-details .shipments li .sp-label {
    font-weight: bold;
  }
  .ma-order-details ul.cart-items {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
  }
  .ma-order-details .item-block .item-thumb {
    width: 20%;
  }
  .ma-order-details .item-block div.item-opt {
    text-align: left;
  }
  .ma-order-details .item-block div.item-opt .item-subtotal-label {
    margin-right: 0.3rem;
    float: right;
  }
  .ma-order-details .item-block .price span {
    text-align: left;
  }
  .ma-order-details .item-block .price .selected-uom {
    display: inline-block;
  }
  .ma-order-details .item-block .price .price-sale {
    display: inline-block;
    margin-right: 0.4rem;
  }
}
@media all and (min-width: 768px) {
  .ma-order-details .order-subtotal {
    width: 100%;
    float: right;
  }
  .ma-order-details .item-list .item-details div.price,
  .ma-order-details .item-list .item-details div.item-opt {
    display: inline-block;
    height: auto;
  }
  .ma-order-details .item-list .item-details,
  .ma-order-details .item-list .item-code-notes {
    padding: 0 0.9375em 0.9375em 0.9375em !important;
  }
  .ma-order-details .btns .btn {
    margin-top: 1.3em;
  }
  .header .small-2.columns {
    width: 20%;
  }
  .header .small-10.columns {
    width: 80%;
  }
}
@media print {
  .ma-order-details .cart-items {
    max-height: none;
  }
}
.ma-order-history {
  /* MA search */
  /* Date Picker Positioning */
}
.ma-order-history .btns {
  margin-top: 0.5em;
  float: left;
  width: 100%;
}
.ma-order-history .btns .btn {
  float: right;
}
.ma-order-history .search-orders h3 {
  margin-top: 0;
}
.ma-order-history .search-date {
  position: relative;
}
.ma-order-history .picker {
  right: 0% !important;
}
.ma-order-history .search-date-to .picker__holder {
  right: 0% !important;
}
.ma-order-history .search-product-autocomplete {
  display: block;
  width: 100%;
}
.ma-order-history .export-header {
  display: flex;
  justify-content: space-between;
}
.ma-order-history .export-header .count {
  display: flex;
  align-self: center;
}
.ma-order-history .export-header .btn {
  margin-left: 1em;
}

.widget-order-history {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.widget-order-history h3 {
  display: inline-block;
}
.widget-order-history a.btn-view-all {
  float: right;
  font-size: 0.875rem;
  margin-top: 1.75em;
  padding: 0.5em 0.75em;
}
.widget-order-history .overflow-table {
  border: none;
}
.widget-order-history .overflow-table tr th:first-child:before,
.widget-order-history .overflow-table tr td:first-child:before,
.widget-order-history .overflow-table tr td:first-child,
.widget-order-history .overflow-table tr td:first-child {
  min-width: inherit;
  width: inherit;
}
.widget-order-history .overflow-table th a {
  color: #222222;
}
.widget-order-history .overflow-table .col-tot {
  font-weight: 600;
}
.widget-order-history .overflow-table td.col-actions {
  padding: 0.75em 0.75em;
}
.widget-order-history .overflow-table .col-actions {
  text-align: right;
}
.widget-order-history .reorder-button {
  font-size: 0.875rem !important;
  padding: 0.45rem 0.65rem !important;
  margin-left: auto;
}
.widget-order-history .orders-list {
  list-style-type: none;
  border: 1px solid #E0E0E0;
  margin: 0;
}
.widget-order-history .orders-list li {
  border-bottom: 1px solid #E0E0E0;
  margin: 0;
  padding: 0.8rem 0;
  display: flex;
}
.widget-order-history .orders-list li div {
  align-items: stretch;
  display: flex;
  flex-direction: column;
}
.widget-order-history .orders-list li div .total-price {
  text-align: right;
  font-weight: bold;
  margin-top: auto;
}

@media all and (max-width: 767px) {
  .ma-order-history .btns .btn {
    width: 100%;
    margin-bottom: 1em;
  }
  .ma-order-history .search-date .small-6 {
    position: inherit;
  }
  .ma-order-history .search-open-inv {
    margin: 0.5em 0 1em 0;
  }
}
@media all and (min-width: 768px) {
  .ma-order-history [data-section-content] {
    display: block !important;
  }
  .ma-order-history .btns .btn {
    margin-left: 1em;
  }
  .ma-order-history label.accord-head {
    display: inline-block;
  }
  .ma-order-history .search-orders .search-col-1 {
    width: 30.333%;
  }
  .ma-order-history .search-orders .search-col-2 {
    width: 25.333%;
  }
  .ma-order-history .search-orders .search-col-3 {
    width: 44.333%;
  }
  .ma-order-history .search-orders .search-date em {
    display: inline-block;
    float: left;
    line-height: 38px;
    margin-right: 0.75em;
  }
  .ma-order-history .search-orders .search-date input {
    width: 100px;
    display: inline-block;
  }
  .ma-order-history .search-orders .search-date .row .small-6 {
    width: auto;
  }
  .ma-order-history .search-orders .search-date [class*=column] + [class*=column]:last-child {
    float: left;
    padding: 0;
  }
}
.ma-order-upload {
  /* Modals */
  /*uploading order issues*/
  /* Add to cart issues modal */
  /* Top Page Message */
}
.ma-order-upload .content-managed-area {
  height: 100px;
  width: 100%;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.2);
}
.ma-order-upload .order-upload-instructions,
.ma-order-upload .order-upload-input {
  margin-top: 15px;
}
.ma-order-upload .file-title {
  margin-left: 10px;
  display: inline-block;
}
.ma-order-upload .oui-box {
  margin-top: 15px;
  padding: 15px;
  border: 1px solid rgb(188, 188, 188);
}
.ma-order-upload .oui-message {
  display: none;
}
.ma-order-upload .oui-message .upload-error {
  color: #CC2200;
  background-color: rgb(252, 244, 242);
  border: 1px solid rgb(249, 201, 191);
  padding: 10px 10px 10px 45px;
  position: relative;
}
.ma-order-upload .oui-message .upload-error::after {
  display: block;
  position: absolute;
  left: 14px;
  top: 13px;
  content: "\f071";
  font-family: "good-oatmeal-v2";
  font-size: 18px;
}
.ma-order-upload .oui-message.showing {
  display: block;
}
.ma-order-upload .ou-modal .exclamation-triangle:after {
  content: "\f071";
  font-family: good-oatmeal-v2;
  font-style: normal;
  color: #CC2200;
  font-size: 24px;
  margin: 2px 13px 0 0;
  float: left;
}
.ma-order-upload .btn.dark-blue {
  background-color: rgb(0, 104, 193);
}
.ma-order-upload .oui-orders {
  text-align: right;
  margin-top: 30px;
}
.ma-order-upload .oui-orders .btn {
  margin-bottom: 0;
}
.ma-order-upload .upload-orders-modal {
  background-color: #ddd;
  position: fixed;
  padding: 2em;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.ma-order-upload .modal-wrap.ou-modal {
  margin-top: 10px;
  max-width: 290px;
  text-align: center;
  padding: 17px;
  border: 1px solid #c7c7c7;
  max-height: 600px;
}
.ma-order-upload .modal-wrap.ou-modal.wide {
  text-align: initial;
  max-width: 700px;
  width: 100%;
}
.ma-order-upload .ou-modal .fa {
  font-size: 32px;
  margin-top: 10px;
  color: #949494;
}
.ma-order-upload .ou-modal.success .fa {
  color: #77BE43;
  font-size: 24px;
}
.ma-order-upload .ou-modal.issues .fa {
  color: #CC2200;
  font-size: 24px;
  margin: 2px 13px 0 0;
  float: left;
}
.ma-order-upload .ou-modal h3 {
  margin-top: 10px;
}
.ma-order-upload .ou-modal h3.underline {
  border-bottom: 1px solid rgb(188, 188, 188);
  padding-bottom: 10px;
}
.ma-order-upload .ou-modal.success h3 {
  color: #77BE43;
}
.ma-order-upload .ou-modal.issues h3 {
  margin-top: 0;
}
.ma-order-upload .ou-modal.issues .button-container {
  float: right;
}
.ma-order-upload .ou-modal.issues .btn {
  float: right;
}
.ma-order-upload .ou-table-wrapper {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: visible;
  margin-bottom: 20px;
  max-height: 450px;
}
.ma-order-upload .ou-issues-table {
  width: 100%;
  min-width: 400px;
  border-top: 0;
  margin-bottom: 0;
}
.ma-order-upload .ou-issues-table td {
  font-size: 13px;
  font-weight: 600;
}
.ma-order-upload .ou-issues-table thead tr {
  background: white;
  border: 1px solid rgb(188, 188, 188);
}
.ma-order-upload .ou-issues-table tbody td {
  color: #CC2200;
}
.ma-order-upload .ou-issues-table tbody tr.odd, .ma-order-upload .ou-issues-table tbody tr.alt, .ma-order-upload .ou-issues-table tbody tr:nth-of-type(odd),
.ma-order-upload .ou-issues-table tbody tr.even, .ma-order-upload .ou-issues-table tbody tr.alt, .ma-order-upload .ou-issues-table tbody tr:nth-of-type(even) {
  background: rgb(252, 244, 242);
  border-left: 1px solid rgb(249, 201, 191);
  border-right: 1px solid rgb(249, 201, 191);
  border-bottom: 1px solid rgb(249, 201, 191);
}
.ma-order-upload ol.add-to-cart-issues {
  margin: 0;
}
.ma-order-upload li.atci-item {
  list-style-type: none;
  clear: both;
  margin-bottom: 10px;
}
.ma-order-upload .atci-item-header {
  background: #fcf4f2;
  border: 1px solid #f9c9bf;
  color: #CC2200;
  font-weight: 600;
  padding: 5px 20px;
}
.ma-order-upload .atci-item-body {
  border: 1px solid rgb(188, 188, 188);
  overflow: hidden;
}
.ma-order-upload .atci-item-thumbnail {
  float: left;
  width: 25%;
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
}
.ma-order-upload .atci-item-info {
  overflow: hidden;
  padding: 15px 20px 20px 20px;
  float: left;
  width: 75%;
  box-sizing: border-box;
}
.ma-order-upload .atci-item-info div {
  margin-bottom: 10px;
}
.ma-order-upload .atci-item-info__details span {
  margin-right: 20px;
  white-space: nowrap;
}
.ma-order-upload .atci-item-info__details span.empty {
  display: none;
}
.ma-order-upload .atci-item-info__details span.details-message {
  font-weight: 600;
}
.ma-order-upload .message-highlight {
  text-align: center;
  margin: 20px 0;
}
.ma-order-upload .message-highlight h3 {
  padding: 12px;
  margin: 0;
  border: 1px solid rgb(188, 188, 188);
}
.ma-order-upload .message-highlight.cancelled {
  background-color: rgb(255, 255, 204);
}

@media screen and (max-width: 767px) {
  .button-container {
    width: 100%;
  }
  .button-container button {
    width: 100%;
    margin: 8px 0;
  }
  .ou-table-wrapper {
    max-height: 350px;
  }
}
@media screen and (min-width: 641px) {
  .ma-order-upload .order-upload-instructions {
    float: right;
  }
  .ma-order-upload .h-500 {
    min-height: 500px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .widget-product-lines .product-lines-row > div:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .widget-product-lines .product-lines-row > div:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1025px) {
  .widget-product-lines .product-lines-row > div:nth-child(4n+1) {
    clear: left;
  }
}
.widget-product-lines .product-lines-row .product-line-block {
  float: left !important;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .widget-product-lines .product-lines-row .product-line-block {
    width: 50%;
  }
}
.widget-product-lines .product-lines-row .product-line-block .product-line-container .image-block {
  line-height: 160px;
  margin-bottom: 10px;
  text-align: center;
}
.widget-product-lines .product-lines-row .product-line-block .product-line-container .image-block img {
  max-width: 160px;
  max-height: 160px;
}
.widget-product-lines .product-lines-row .product-line-block .product-line-container .item-name {
  line-height: 1.25em;
  margin-bottom: 0.5em;
}
.widget-product-lines .show-all-button {
  text-align: center;
}

.ma-quote-details {
  /* Quote Communication */
  /* Quote Details */
}
.ma-quote-details .col-details h2 {
  font-size: 1em;
  margin-top: 0;
}
.ma-quote-details .col-details h2 span {
  font-weight: normal;
}
.ma-quote-details .main-details {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  padding-bottom: 1em;
  position: relative;
}
.ma-quote-details .main-details h2 {
  font-size: 1.4em;
  margin-bottom: 0.25em;
  display: inline-block;
}
.ma-quote-details .main-details input {
  display: inline-block;
  width: auto;
  max-width: 120px;
  margin-left: 0.5em;
  margin-bottom: 0;
  padding-left: 0.75em;
}
.ma-quote-details .col-communication {
  margin-bottom: 1em;
}
.ma-quote-details .col-communication h3 {
  margin-top: 0;
}
.ma-quote-details .q-msgs {
  float: left;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  margin-bottom: 1em;
}
.ma-quote-details .q-msg {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  padding: 1em;
}
.ma-quote-details .q-msg + .q-msg {
  margin-top: 0.5em;
}
.ma-quote-details .q-msg .msg-from {
  display: inline-block;
  float: left;
  margin-bottom: 0.25em;
  font-size: 0.875em;
}
.ma-quote-details .q-msg .msg-date {
  display: inline-block;
  float: right;
  color: #868686;
  margin-bottom: 0.25em;
  font-size: 0.875em;
}
.ma-quote-details .q-msg .msg-txt {
  display: inline-block;
  float: left;
  width: 100%;
}
.ma-quote-details .send-msg {
  float: left;
  width: 100%;
}
.ma-quote-details .send-msg textarea {
  padding: 1em;
  min-height: 9em;
}
.ma-quote-details .quote-details {
  margin-top: 1.5em;
}
.ma-quote-details .quote-details .actions-panel .item-actions {
  text-align: left;
}
.ma-quote-details .quote-details .item-code-notes {
  padding: 0;
  float: left;
  width: 74.5%;
}
.ma-quote-details .quote-details .item-actions-wrap {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  float: left;
  width: 100%;
}
.ma-quote-details .item-block .price span {
  margin: 0 0;
}
.ma-quote-details .item-block .price .quote-required {
  margin-right: 1rem;
}
.ma-quote-details .item-block .price .price-saving {
  display: block;
}
.ma-quote-details .item-block .price .quantity-pricing {
  margin-left: 0 !important;
  display: block !important;
}
.ma-quote-details .quote-details .item-list .item-block .item-opt {
  margin-top: 0.3em;
}
.ma-quote-details .quote-details .btns.show-for-small {
  margin-top: 1em;
}
.ma-quote-details .quote-details .btns.show-for-small .btn {
  width: 100%;
  margin: 0 0 1em 0;
}
.ma-quote-details .quote-details .q-details .wrap {
  background-color: #F6F6F6;
  padding: 1em;
}
.ma-quote-details .quote-details .q-details ul {
  list-style-type: none;
  margin-left: 0;
  width: 50%;
  float: left;
  font-size: 0.875em;
  line-height: 1.4em;
}
.ma-quote-details .quote-details .q-details ul li {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
  float: left;
  width: 100%;
}
.ma-quote-details .quote-details .q-details ul li .qtys {
  float: left;
  display: inline-block;
}
.ma-quote-details .quote-details .q-details ul li .qprice {
  text-align: right;
  float: right;
  display: inline-block;
}
.ma-quote-details .quote-details .q-details .item-opt {
  width: 46%;
  float: right;
  display: inline-block;
  clear: none;
  line-height: 1em;
  height: auto;
}
.ma-quote-details .quote-details .q-details .item-opt .item-qty {
  line-height: 1em;
}
.ma-quote-details .quote-details .q-details .item-opt input {
  margin-right: 0;
  width: 60px;
}
.ma-quote-details .quote-details .q-details .item-opt .item-subtotal {
  display: inline-block;
  text-align: right;
}
.ma-quote-details .quote-details .q-details .item-opt .item-subtotal strong,
.ma-quote-details .quote-details .q-details .item-opt .item-subtotal strong {
  display: block;
  text-align: right;
  line-height: 2em;
}
.ma-quote-details .quote-details .q-details .wrap:after {
  content: "";
  display: table;
  clear: both;
}
.ma-quote-details .quote-details .actions-panel a.btn.tertiary.panel-trigger {
  font-size: 0.875em;
}
.ma-quote-details .col-items {
  margin-bottom: 1em;
}
.ma-quote-details .q-total {
  margin-top: 1em;
  margin-bottom: 1.5em;
  text-align: right;
  float: left;
  width: 100%;
}
.ma-quote-details .q-total strong,
.ma-quote-details .q-total span {
  font-size: 141%;
}
.ma-quote-details .btns .btn {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

@media all and (max-width: 767px) {
  .ma-quote-details .col-details,
  .ma-quote-details .col-communication {
    width: 100%;
  }
  .ma-quote-details .show-for-small {
    display: inline-block !important;
  }
  .ma-quote-details .col-qtyreq strong,
  .ma-quote-details .col-um strong {
    margin-right: 0.5em;
  }
  .ma-quote-details .info-tbl td {
    border: 0;
  }
  .ma-quote-details .btn-remove .icon-x-1 {
    font-size: 0.65rem;
  }
  .ma-quote-details .item-list .item-details {
    width: 80%;
  }
  .ma-quote-details .quote-details .item-block .item-thumb {
    width: 20%;
  }
  .ma-quote-details .quote-details .q-details {
    margin-bottom: 1em;
  }
  .ma-quote-details .quote-details .quote-required .f-dropdown.content {
    min-width: 235px !important;
    margin-left: -120px;
  }
}
@media all and (min-width: 768px) {
  .ma-quote-details .quote-details .item-details div.price,
  .ma-quote-details .quote-details .item-details div.item-opt {
    display: inline-block;
    height: auto;
  }
  .ma-quote-details .quote-details .item-details div.item-opt {
    line-height: 1em;
  }
  .ma-quote-details .quote-details .item-details div.item-opt .item-subtotal {
    min-width: 110px;
  }
  .ma-quote-details .quote-details .item-details {
    padding-right: 0.5em !important;
  }
  .ma-quote-details .item-list .item-thumb {
    width: 12%;
  }
  .ma-quote-details .quote-details .item-details {
    width: 43%;
    min-height: 150px;
  }
  .ma-quote-details .quote-details .small-10.item-details {
    width: 88%;
  }
  .ma-quote-details .quote-details .q-details {
    width: 45%;
    display: inline-block;
    float: right;
    padding-bottom: 1em;
  }
}
@media all and (min-width: 960px) {
  .ma-quote-details .item-list .item-thumb {
    width: 12%;
  }
  .ma-quote-details .quote-details .item-details {
    width: 48%;
    min-height: 150px;
  }
  .ma-quote-details .quote-details .small-10.item-details {
    width: 88%;
  }
  .ma-quote-details .quote-details .q-details {
    width: 40%;
    display: inline-block;
    float: right;
    padding-bottom: 1em;
  }
}
/* Sales - Quoted Items */
.ma-quote-details.ma-sales .quoted-items .btns-top {
  margin-top: 0.5em;
  padding-top: 1em;
  border-top: 1px solid #ccc;
  margin-bottom: 1em;
}

.ma-quote-details.ma-sales .quoted-items .btn i {
  vertical-align: bottom;
  padding-right: 0.25em;
}

.ma-quote-details.ma-sales .quoted-items .info-tbl {
  width: 100%;
}

@media all and (max-width: 767px) {
  .ma-quote-details .send-msg .btn {
    float: right;
  }
  .ma-quote-details.ma-sales .quoted-items .btns-top {
    padding-top: 2em;
    margin-bottom: 2em;
  }
  .ma-quote-details .btns .btn {
    width: 100%;
  }
  .ma-quote-details.ma-sales .quoted-items .info-tbl thead {
    display: none;
  }
  .ma-quote-details.ma-sales .quoted-items .info-tbl tr {
    display: inline-block;
    width: 100%;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .ma-quote-details.ma-sales .quoted-items .info-tbl td {
    display: inline-block;
  }
  .ma-quote-details.ma-sales .quoted-items .info-tbl td,
  .ma-quote-details.ma-sales .quoted-items .info-tbl th {
    font-size: inherit;
  }
  .ma-quote-details.ma-sales .quoted-items .col-item {
    width: 100%;
    padding-bottom: 0;
  }
  .ma-quote-details.ma-sales .quoted-items .col-item .item-name {
    margin-bottom: 0.5em;
  }
  .ma-quote-details.ma-sales .quoted-items .col-item .item-notes {
    margin-top: 0.5em;
  }
  .ma-quote-details.ma-sales .quoted-items .col-qtyreq,
  .ma-quote-details.ma-sales .quoted-items .col-um {
    padding-bottom: 0;
  }
  .ma-quote-details.ma-sales .quoted-items .col-qty {
    width: 49%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .ma-quote-details.ma-sales .quoted-items .col-price {
    width: 49%;
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
  }
  .ma-quote-details.ma-sales td.col-qty span,
  .ma-quote-details.ma-sales td.col-price span,
  .ma-quote-details.ma-sales td.col-qty strong,
  .ma-quote-details.ma-sales td.col-price strong {
    display: block;
    width: 100%;
    padding-bottom: 0.25em;
    border-bottom: 1px solid #ccc;
  }
  .ma-quote-details.ma-sales td.col-qty strong,
  .ma-quote-details.ma-sales td.col-price strong {
    margin-top: 1em;
    margin-bottom: 0.25em;
  }
  .ma-quote-details.ma-sales td.col-qty span + span,
  .ma-quote-details.ma-sales td.col-price span + span {
    padding-top: 0.25em;
  }
  .ma-quote-details.ma-sales td.col-qty span + span,
  .ma-quote-details.ma-sales td.col-price span + span {
    padding-top: 0.25em;
  }
  .ma-quote-details.ma-sales td.col-quote,
  .ma-quote-details.ma-sales td.col-quote .btn {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .ma-quote-details.ma-sales .col-item {
    width: 40%;
  }
  .ma-quote-details.ma-sales .col-qtyreq {
    width: 10%;
  }
  .ma-quote-details.ma-sales .col-um {
    width: 8%;
  }
  .ma-quote-details.ma-sales .col-qty {
    width: 10%;
  }
  .ma-quote-details.ma-sales .col-price {
    width: 10%;
  }
  .ma-quote-details.ma-sales .col-quote {
    width: 12%;
  }
  .ma-quote-details.ma-sales .col-qtyreq,
  .ma-quote-details.ma-sales .col-um,
  .ma-quote-details.ma-sales .col-qty,
  .ma-quote-details.ma-sales .col-price,
  .ma-quote-details.ma-sales .col-quote .btn {
    white-space: nowrap;
  }
  .ma-quote-details.ma-sales .col-qtyreq,
  .ma-quote-details.ma-sales .col-price,
  .ma-quote-details.ma-sales .col-quote {
    text-align: right !important;
  }
  .ma-quote-details.ma-sales td.col-qty span,
  .ma-quote-details.ma-sales td.col-price span {
    display: block;
    width: 100%;
    padding-bottom: 0.25em;
    border-bottom: 1px solid #ccc;
  }
  .ma-quote-details.ma-sales td.col-qty span + span,
  .ma-quote-details.ma-sales td.col-price span + span {
    padding-top: 0.25em;
  }
  .ma-quote-details.ma-sales .btns-bottom .btn {
    float: right;
    margin-left: 1em;
  }
}
/* Modal - Quote All */
.popup-quote-all .modal-wrap {
  max-width: 360px;
  padding-top: 1.25em;
}

.popup-quote-all .messaging {
  margin-top: 0;
}

.popup-quote-all .calc-disc .col-1 {
  padding-left: 0;
}

.popup-quote-all .calc-disc .col-2 {
  padding-right: 0;
}

.popup-quote-all .calc-disc .col-2 input {
  width: 60%;
  display: inline-block;
  margin-right: 0.5em;
}

.popup-quote-all .btns {
  margin-top: 0.5em;
}

.popup-quote-all .btns .btn {
  float: right;
  margin-left: 1em;
}

/* Modal - Quote Item */
.popup-quote-item .modal-wrap {
  min-width: 322px;
  max-width: 760px;
  padding-top: 1.25em;
}

.popup-quote-item div.col-1 {
  padding-left: 0;
}

.popup-quote-item .col-1 ul {
  list-style-type: none;
  margin-left: 0;
  font-size: 0.875em;
  line-height: 1.4em;
}

.popup-quote-item h4 {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.popup-quote-item ul li {
  margin-bottom: 0.25em;
}

.popup-quote-item ul li span {
  float: right;
}

.popup-quote-item ul .qty-avail {
  margin-top: 1em;
}

.popup-quote-item div.columns.col-2 {
  padding-right: 0;
  padding-left: 0;
}

.popup-quote-item .col-2 table tr.even, .popup-quote-item .col-2 table tr.alt, .popup-quote-item .col-2 table tr:nth-of-type(2n) {
  background-color: inherit;
}

.popup-quote-item .col-2 table .col-1 em {
  margin: 0 0.5em;
}

.popup-quote-item .col-2 table input {
  font-size: 1em;
  margin-bottom: 0;
  display: inline-block;
}

.popup-quote-item .col-2 table .col-2 {
  text-align: right;
}

.popup-quote-item .col-2 table .col-2 input.price-1 {
  width: 80px;
  text-align: right;
}

.popup-quote-item .col-2 table .col-2 input.disc-percent {
  width: 50px;
  margin-right: 0.25em;
}

.popup-quote-item .col-2 table select {
  margin-bottom: 0;
  display: inline-block;
  max-width: 160px;
}

.popup-quote-item .add-price-breaks {
  margin-bottom: 1.5em;
  margin-top: -0.5em;
}

.popup-quote-item .add-price-breaks a {
  text-decoration: none;
}

.popup-quote-item .add-price-breaks a i {
  font-size: 0.7em;
  padding-right: 0.25em;
}

@media all and (max-width: 480px) {
  .popup-quote-item .modal-wrap {
    max-width: 360px;
  }
}
@media all and (max-width: 767px) {
  .popup-quote-item .col-1 ul {
    max-width: 190px;
  }
  .popup-quote-item .modal-wrap {
    min-width: 322px;
    padding-top: 1.25em;
  }
  .popup-quote-item .col-2 table thead {
    display: none;
  }
  .popup-quote-item .col-2 table td {
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
  }
  .popup-quote-item .col-2 table .quote-calc .col-1 {
    width: 60%;
    float: left;
    padding-right: 0;
  }
  .popup-quote-item .col-2 table .quote-calc .col-2 {
    width: 40%;
    float: right;
  }
  .popup-quote-item .col-2 table .quote-calc .col-3 {
    width: 100%;
    padding-top: 0;
  }
  .popup-quote-item .col-2 table .quote-calc .col-3 .btn {
    float: right;
    margin-left: 1em;
  }
  .popup-quote-item .col-2 table .quote-price .col-1 {
    width: 60%;
    float: left;
    padding-right: 0;
  }
  .popup-quote-item .col-2 table .col-1 input {
    width: 60px;
  }
  .popup-quote-item .col-2 table strong.show-for-small {
    margin-bottom: 0.5em;
    display: block !important;
  }
  .popup-quote-item .col-2 table .quote-price .col-2 {
    width: 40%;
    float: right;
  }
  .popup-quote-item .col-2 table .quote-price .col-3 {
    width: 100%;
    padding-top: 0;
  }
  .popup-quote-item .col-2 table .quote-price .col-3 .btn {
    float: right;
    margin-left: 1em;
  }
  .popup-quote-item .col-2 table .btn span {
    padding-left: 0.5em;
  }
  .popup-quote-item .btns .btn {
    width: 100%;
    margin-bottom: 1em;
  }
}
@media all and (min-width: 768px) {
  .popup-quote-item div.col-1 {
    width: 25%;
  }
  .popup-quote-item div.col-2 {
    width: 70%;
  }
  .popup-quote-item .col-2 table .btn-calc span,
  .popup-quote-item .col-2 table .btn-remove span {
    display: none;
  }
  .popup-quote-item .col-2 table {
    width: 100%;
  }
  .popup-quote-item table .col-1 {
    width: 40%;
  }
  .popup-quote-item table .col-2 {
    width: 12%;
  }
  .popup-quote-item table .col-3 {
    width: 40%;
  }
  .popup-quote-item .col-2 table th {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .popup-quote-item .col-2 table .col-1 input {
    width: 60px;
  }
  .popup-quote-item .col-2 table .col-3 .btn + .btn {
    margin-left: 0.25em;
  }
}
.popup-quote-item .btns {
  margin-top: 0.5em;
}

.popup-quote-item .btns .btn {
  float: right;
  margin-left: 1em;
}

.popup-quote-item .btns .btn-clear {
  float: left;
  margin-left: 0;
}

/* Modal - Cart Notification */
.popup-cart-notification .modal-wrap {
  max-width: 420px;
  padding-top: 1.25em;
}

.popup-cart-notification .messaging {
  margin-top: 0;
}

.popup-cart-notification .btns {
  margin-top: 0.5em;
}

.popup-cart-notification .btns .btn {
  float: right;
  margin-left: 1em;
}

/* Print Styles */
@media print {
  .ma-quote-details div.btns,
  .ma-quote-details .send-msg,
  .ma-quote-details .actions-panel,
  .ma-quote-details .col-quote {
    display: none;
  }
  .ma-quote-details .main-details h2 {
    margin-right: 1.5em;
  }
}
.widget-recently-purchased {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.widget-recently-purchased .quote-required {
  margin-right: 1em;
}
.widget-recently-purchased .quote-required .f-dropdown.content {
  min-width: 190px !important;
}
.widget-recently-purchased .quote-required .f-dropdown.open:before {
  bottom: -11px !important;
}
.widget-recently-purchased .quote-required .f-dropdown.open:after {
  opacity: 0.3;
}
.widget-recently-purchased .quote-required .quote-tip {
  z-index: 1;
}
.widget-recently-purchased .quote-required .quote-tip .t-dropdown {
  z-index: 1;
}
.widget-recently-purchased .quote-required .quote-tip .f-dropdown {
  z-index: 1000;
}
.widget-recently-purchased .quantity-pricing {
  z-index: 1;
}
.widget-recently-purchased .quantity-pricing .t-dropdown {
  z-index: 1;
}
.widget-recently-purchased .quantity-pricing .f-dropdown.content {
  z-index: 1000;
  width: auto;
}
.widget-recently-purchased .quantity-pricing .f-dropdown.content .isc-pricebreaks {
  min-width: 225px;
}
.widget-recently-purchased .quantity-pricing .f-dropdown.content .isc-pricebreaks tr {
  border-bottom: none;
  height: 36px !important;
}
.widget-recently-purchased .quantity-pricing .f-dropdown.content .isc-pricebreaks tr td {
  line-height: 1.125rem;
  padding: 0.5625rem 0.625rem;
  vertical-align: inherit;
  border: none;
}
.widget-recently-purchased .quantity-pricing .f-dropdown.open:before {
  left: 15px;
}
.widget-recently-purchased .quantity-pricing .f-dropdown.open:after {
  left: 14px;
}
.widget-recently-purchased .btn.primary.add-to-cart {
  margin: 0;
}
.widget-recently-purchased .item-qty {
  display: inline-block;
  margin-right: 5px;
  width: 3rem;
  vertical-align: top;
}
.widget-recently-purchased .item-qty input {
  margin-bottom: 0;
}
.widget-recently-purchased .info-tbl {
  width: 100%;
}
.widget-recently-purchased .info-tbl th {
  font-size: 1em;
  border-bottom-width: 1px;
}
.widget-recently-purchased .info-tbl td {
  font-size: 1em;
  padding: 1em 0.75em 0.75em 1em;
  vertical-align: top;
}
.widget-recently-purchased .info-tbl th + th, .widget-recently-purchased .info-tbl td + td {
  border-left: none;
}
.widget-recently-purchased .info-tbl .col-name .item-thumb {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  float: left;
}
.widget-recently-purchased .info-tbl .col-name .item-num {
  font-size: 0.875rem;
}
.widget-recently-purchased .info-tbl tr:not(:first-of-type) {
  background-color: white;
}
.widget-recently-purchased .info-tbl .col-price {
  width: 23%;
  text-align: right;
}
.widget-recently-purchased .info-tbl .col-actions {
  width: 22%;
  min-width: 13em;
  text-align: right;
}
.widget-recently-purchased .purchased-list {
  list-style-type: none;
  border: 1px solid #E0E0E0;
  margin: 0;
}
.widget-recently-purchased .purchased-list li {
  border-bottom: 1px solid #E0E0E0;
  margin: 0;
  padding: 0.8rem 0.9rem;
  position: relative;
}
.widget-recently-purchased .purchased-list li .col-name {
  clear: both;
  width: 100%;
}
.widget-recently-purchased .purchased-list li .col-name .item-thumb {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
}
.widget-recently-purchased .purchased-list li .col-name .item-num {
  font-size: 0.875rem;
}
.widget-recently-purchased .purchased-list li .col-actions {
  clear: both;
  margin-left: 60px;
}
.widget-recently-purchased .purchased-list li .col-actions .price, .widget-recently-purchased .purchased-list li .col-actions .um {
  position: relative;
}
.widget-recently-purchased .purchased-list li .col-actions .actions {
  margin-top: 0.5rem;
}

@media only screen and (max-width: 480px) {
  .widget-recently-purchased .quote-required .f-dropdown.open:before {
    left: 102px;
  }
  .widget-recently-purchased .quote-required .f-dropdown.open:after {
    left: 101px;
  }
  .widget-recently-purchased .quantity-pricing .f-dropdown.open:before {
    left: 17px;
  }
  .widget-recently-purchased .quantity-pricing .f-dropdown.open:after {
    left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .widget-recently-purchased .hidden-for-small-only {
    display: none !important;
  }
  .widget-recently-purchased .show-for-small-only {
    display: block !important;
  }
}
.ma-requisition-approval {
  /* Cart Items */
  /* Requisition Pop-up styling */
  /* end .popup-requisition.reveal-modal  */
}
.ma-requisition-approval .f-dropdown.content.open {
  left: 0px !important;
}
.ma-requisition-approval .error {
  margin: 1.5em 0;
}
.ma-requisition-approval li.req-approve {
  width: 100%;
  float: left;
  margin: 1em 0;
}
.ma-requisition-approval ul.cart-items {
  list-style: none;
}
.ma-requisition-approval .item-list .item-details,
.ma-requisition-approval .item-list .item-code-notes {
  float: right;
}
.ma-requisition-approval .item-list .item-code-notes .cost-code,
.ma-requisition-approval .item-list .item-code-notes .item-notes {
  width: 100%;
  margin-bottom: 0.25em;
}
.ma-requisition-approval .item-list .item-code-notes .cost-code strong,
.ma-requisition-approval .item-list .item-code-notes .item-notes strong {
  margin-right: 0.5em;
}
.ma-requisition-approval .approve-req label.input-lbl {
  font-weight: 600;
  margin-top: 0.5em;
}
.ma-requisition-approval .approve-req label.input-lbl input {
  margin-top: 0.3em;
}
.ma-requisition-approval .item-list .item-block div.price div.quantity-pricing {
  font-size: 1em;
}
.ma-requisition-approval .item-list .item-details div.item-opt {
  margin-top: 5px;
}
.ma-requisition-approval .popup-requisition.reveal-modal li.row.item-block.checkout-item {
  width: 100%;
}
.ma-requisition-approval .popup-requisition.reveal-modal .item-list .item-code-notes {
  width: 80%;
  padding: 0 4em 0.5em 2em !important;
}
.ma-requisition-approval .popup-requisition.reveal-modal li.row.item-block.checkout-item .item-thumb {
  padding-left: 0 !important;
}
.ma-requisition-approval .popup-requisition.reveal-modal .item-list .item-code-notes .cost-code,
.ma-requisition-approval .popup-requisition.reveal-modal .item-list .item-code-notes .item-notes {
  font-size: 1em;
}
.ma-requisition-approval .popup-requisition.reveal-modal .item-list .item-code-notes .cost-code strong,
.ma-requisition-approval .popup-requisition.reveal-modal .item-list .item-code-notes .item-notes strong {
  display: inline-block;
}
.ma-requisition-approval .popup-requisition.reveal-modal .item-list .item-block div.price div.quantity-pricing {
  font-size: 1em;
}
.ma-requisition-approval .popup-requisition.reveal-modal .item-list .item-details, .ma-requisition-approval .popup-requisition.reveal-modal .item-list .item-code-notes {
  padding: 0 4em 0.1em 2em !important;
}

@media all and (max-width: 480px) {
  .ma-requisition-approval li.req-approve .view-req {
    width: 65%;
  }
  .ma-requisition-approval li.req-approve .approve-req {
    width: 35%;
  }
  .ma-requisition-approval .popup-requisition.reveal-modal .item-opt .item-subtotal {
    float: none;
    clear: both;
    text-align: left;
    margin-bottom: 5px;
    min-width: 110px;
    min-height: 10px;
  }
}
@media all and (min-width: 768px) {
  .ma-requisition-approval li.checkout-item {
    width: 75%;
    float: right;
  }
  .ma-requisition-approval li.req-approve {
    width: 20%;
    float: left;
    padding-left: 0.9375em;
    padding-top: 0.9375em;
    margin: 0;
  }
  .ma-requisition-approval li.req-approve .columns {
    width: 100%;
    padding: 0;
    margin: 0 0 1em 0;
  }
  .ma-requisition-approval .results-count {
    display: inline-block;
  }
  .ma-requisition-approval .btns {
    display: inline-block;
    float: right;
    margin-bottom: 1em;
  }
  .ma-requisition-approval .btns .btn {
    float: right;
    margin-left: 1em;
  }
  .ma-requisition-approval .item-list .item-details div.price,
  .ma-requisition-approval .item-list .item-details div.item-opt {
    display: inline-block;
    width: auto;
    line-height: 1em;
    height: auto;
  }
  .ma-requisition-approval .item-list .item-details,
  .ma-requisition-approval .item-list .item-code-notes {
    padding-right: 1em !important;
  }
}
@media all and (max-width: 767px) {
  .ma-requisition-approval .btns .btn {
    width: 100%;
    margin: 0;
    margin-bottom: 1em;
  }
  .ma-requisition-approval .req-approve {
    background: #F6F6F6;
    border-bottom: 1px solid #ccc;
    padding: 1em 0.5em;
    margin-top: 0 !important;
  }
  .ma-requisition-approval .item-list .item-block {
    margin-bottom: 0 !important;
  }
  .ma-requisition-approval ul.cart-items {
    border-top: 1px solid #E0E0E0;
  }
  .ma-requisition-approval .popup-requisition.reveal-modal .item-block div.item-opt .item-qty, .ma-requisition-approval .popup-requisition.reveal-modal .qo-item .qo-qty {
    display: inline-block;
    float: left;
    margin-right: 30px;
  }
  .ma-requisition-approval .popup-requisition.reveal-modal .item-opt .item-subtotal {
    float: left;
    clear: right;
    min-width: 110px;
    min-height: 10px;
  }
  .ma-requisition-approval .popup-requisition.reveal-modal .item-list .item-code-notes {
    width: 75%;
    padding: 0 0.9375em 0.9375em 0.9375em !important;
  }
  .ma-requisition-approval .popup-requisition.reveal-modal .item-list .item-details, .ma-requisition-approval .popup-requisition.reveal-modal .item-list .item-code-notes {
    padding: 0 0.9375em 0.1em 0.9375em !important;
  }
}
.ma-rma {
  /* Cart Items */
}
.ma-rma .error {
  margin: 1.5em 0;
}
.ma-rma .order-details-top {
  margin-bottom: 1.5em;
}
.ma-rma .order-details-top .od-head h3 {
  width: 50%;
  float: left;
}
.ma-rma .order-details-top h3.od-lbl {
  padding-right: 1em;
  clear: left;
}
.ma-rma h3 {
  margin-top: 0;
}
.ma-rma .order-details-top ul {
  list-style: none;
  margin: 0;
}
.ma-rma li.item-return {
  width: 100%;
  float: left;
  margin: 1em 0;
}
.ma-rma li.item-return .qty-return {
  margin-bottom: 1em;
  float: left;
  width: 48%;
}
.ma-rma li.item-return .return-reason {
  margin-bottom: 1em;
  float: right;
  width: 48%;
}
.ma-rma .return-submit .cm {
  margin-bottom: 1em;
  font-size: 0.875em;
  font-style: italic;
}
.ma-rma li.item-return label {
  font-weight: 700;
  font-size: 0.875rem;
}
.ma-rma .cart-items {
  margin-bottom: 1em;
}
.ma-rma .return-notes label {
  font-weight: 700;
}
.ma-rma .return-notes textarea {
  height: 150px;
}
.ma-rma .btns .btn {
  float: right;
}
.ma-rma .btns .row {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.ma-rma .row.order-details {
  margin: 0;
}
.ma-rma .row.order-details .rma-row {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #E0E0E0;
}
.ma-rma ul.cart-items {
  list-style: none;
}
.ma-rma .item-list .item-details,
.ma-rma .item-list .item-code-notes {
  float: right;
}
.ma-rma .item-list .item-code-notes .cost-code,
.ma-rma .item-list .item-code-notes .item-notes {
  width: 100%;
  margin-bottom: 0.25em;
}
.ma-rma .item-list .item-code-notes .cost-code strong,
.ma-rma .item-list .item-code-notes .item-notes strong {
  margin-right: 0.5em;
}

@media all and (min-width: 768px) {
  .ma-rma .order-details-top .bill-info {
    float: left;
  }
  .ma-rma li.checkout-item {
    width: 75%;
    float: left;
    border-bottom: none;
  }
  .ma-rma li.item-return {
    width: 25%;
    float: right;
    padding-top: 0.9375em;
    padding-left: 0.9375em;
    margin: 0;
  }
  .ma-rma li.item-return .qty-return {
    float: none;
    width: 100%;
  }
  .ma-rma li.item-return .return-reason {
    float: none;
    width: 100%;
  }
  .ma-rma li.item-return label {
    display: inline-block;
    margin-right: 1em;
  }
  .ma-rma li.item-return input {
    display: inline-block;
    width: 80px;
    float: right;
  }
  .ma-rma .row.order-details .rma-row:last-child {
    border-bottom: none;
  }
  .ma-rma .order-subtotal {
    width: 50%;
    float: right;
  }
  .ma-rma .item-list .item-details div.price,
  .ma-rma .item-list .item-details div.item-opt {
    display: inline-block;
    width: auto;
    line-height: 1em;
    height: auto;
  }
  .ma-rma .item-list .item-details div.price .item-subtotal,
  .ma-rma .item-list .item-details div.item-opt .item-subtotal {
    min-width: 120px;
  }
  .ma-rma .item-list .item-details,
  .ma-rma .item-list .item-code-notes {
    padding-right: 1em !important;
  }
}
@media all and (max-width: 767px) {
  .ma-rma .btns .btn {
    width: 100%;
    margin-bottom: 1em;
  }
  .ma-rma ul.cart-items {
    border-top: 1px solid #E0E0E0;
  }
  .ma-rma .item-list .item-details div.item-opt .item-subtotal {
    min-width: 120px;
  }
}
.ma-saved-order-details {
  /* Cart Items */
  /* Cart Items */
}
.ma-saved-order-details .error {
  margin: 1.5em 0;
}
.ma-saved-order-details .order-details-top {
  margin-bottom: 1.5em;
}
.ma-saved-order-details .order-details-top .od-head h3 {
  width: 50%;
  float: left;
}
.ma-saved-order-details .order-details-top h3.od-lbl {
  padding-right: 1em;
}
.ma-saved-order-details .order-details-top ul {
  list-style: none;
  margin: 0;
}
.ma-saved-order-details .cart-items {
  margin-bottom: 1em;
}
.ma-saved-order-details .btns {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 1.5em;
}
.ma-saved-order-details .btns .btn {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
.ma-saved-order-details .row.order-details {
  margin: 0;
}
.ma-saved-order-details ul.cart-items {
  list-style: none;
}
.ma-saved-order-details .item-list .item-details,
.ma-saved-order-details .item-list .item-code-notes {
  float: right;
}
.ma-saved-order-details .item-block .price span {
  margin: 0 0;
}
.ma-saved-order-details .item-block .price .price-saving {
  display: block;
}
.ma-saved-order-details .item-block .price .selected-uom {
  margin-right: 1rem;
}
.ma-saved-order-details .item-block .price .quantity-pricing {
  margin-left: 0 !important;
  display: block !important;
}
.ma-saved-order-details .item-list .item-code-notes .cost-code,
.ma-saved-order-details .item-list .item-code-notes .item-notes {
  width: 100%;
  margin-bottom: 0.25em;
}
.ma-saved-order-details .item-list .item-code-notes .cost-code strong,
.ma-saved-order-details .item-list .item-code-notes .item-notes strong {
  margin-right: 0.5em;
}
.ma-saved-order-details .item-qty-message {
  line-height: 1.2em;
  text-align: right;
  clear: both;
  color: red;
  margin-top: 1em;
}
.ma-saved-order-details .item-qty-message span.item-qty-message__avail {
  display: block;
}

@media all and (max-width: 767px) {
  .ma-saved-order-details ul.cart-items {
    border-top: 1px solid #E0E0E0;
  }
}
@media all and (min-width: 768px) {
  .ma-saved-order-details .order-subtotal {
    width: 50%;
    float: right;
  }
  .ma-saved-order-details .item-list .item-details div.price,
  .ma-saved-order-details .item-list .item-details div.item-opt {
    display: inline-block;
    height: auto;
  }
  .ma-saved-order-details .item-list .item-details div.item-opt {
    line-height: 1em;
  }
  .ma-saved-order-details .item-list .item-details div.item-opt .item-subtotal {
    min-width: 110px;
  }
  .ma-saved-order-details .item-list .item-details,
  .ma-saved-order-details .item-list .item-code-notes {
    padding-right: 1em !important;
  }
}
@media print {
  .ma-saved-order-details {
    padding-top: 0;
  }
  .ma-saved-order-details .btn-delete-saved-order, .ma-saved-order-details .btn-place-saved-order, .ma-saved-order-details .breadcrumbs {
    display: none;
  }
  .head-msg {
    display: none;
  }
  [role=top-panel] {
    border-bottom: 0 !important;
  }
}
.popup-select-saved-order-address {
  overflow: auto;
  max-width: 600px;
  height: 93vh;
}
.popup-select-saved-order-address .modal-wrap {
  max-width: 600px;
}
.popup-select-saved-order-address .row {
  margin: 5px 0;
}
.popup-select-saved-order-address .row h3 {
  margin-top: 20px;
}
.popup-select-saved-order-address .row h4 {
  margin-top: 5px;
}
.popup-select-saved-order-address .row h3, .popup-select-saved-order-address .row h4 {
  margin-bottom: 0;
}
.popup-select-saved-order-address .row input[type=radio] {
  margin-right: 0;
}
.popup-select-saved-order-address .row label {
  margin-right: 0;
}
.popup-select-saved-order-address .row > * {
  display: inline-block;
}
.popup-select-saved-order-address .row ul {
  list-style: none;
  margin: 0;
}
.popup-select-saved-order-address .address-info {
  padding-left: 20px;
}
.popup-select-saved-order-address .btns {
  margin-top: 20px;
}
.popup-select-saved-order-address .btns button {
  margin: 0;
}

.ma-saved-orders {
  /* MA search */
  /* Date Picker Positioning */
}
.ma-saved-orders body [role=main] .section-container .content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.ma-saved-orders .btns {
  margin-top: 0.5em;
  float: left;
  width: 100%;
}
.ma-saved-orders .btns .btn {
  float: right;
}
.ma-saved-orders .search-orders h3 {
  margin-top: 0;
}
.ma-saved-orders .search-date {
  position: relative;
}
.ma-saved-orders .picker {
  right: 0% !important;
}
.ma-saved-orders .search-date-to .picker__holder {
  right: 0% !important;
}

@media all and (max-width: 767px) {
  .ma-saved-orders .btns .btn {
    width: 100%;
    margin-bottom: 1em;
  }
  .ma-saved-orders .search-date .small-6 {
    position: inherit;
  }
  .ma-saved-orders .search-open-inv {
    margin: 0.5em 0 1em 0;
  }
}
@media all and (min-width: 768px) {
  .ma-saved-orders .btns .btn {
    margin-left: 1em;
  }
  .ma-saved-orders .search-orders .columns {
    float: left;
  }
  .ma-saved-orders label.accord-head {
    display: inline-block;
  }
  .ma-saved-orders .search-orders .search-col-1 {
    width: 38.333%;
  }
  .ma-saved-orders .search-orders .search-col-2 {
    width: 44.333%;
  }
  .ma-saved-orders .search-orders .search-date em {
    display: inline-block;
    float: left;
    line-height: 38px;
    margin-right: 0.75em;
  }
  .ma-saved-orders .search-orders .search-date input {
    width: 100px;
    display: inline-block;
  }
  .ma-saved-orders .search-orders .search-date .row .small-6 {
    width: auto;
  }
  .ma-saved-orders .search-orders .search-date [class*=column] + [class*=column]:last-child {
    float: left;
    padding: 0;
  }
}
.ma-saved-payments .accordion {
  margin-bottom: 10px;
}
.ma-saved-payments .accordion .actions {
  margin-top: 15px;
}
.ma-saved-payments .accordion input.accord-check:checked ~ article.accord-content {
  margin-bottom: 0;
  padding-bottom: 0;
}
.ma-saved-payments .accordion input.accord-check:checked + label.accord-head {
  color: black;
}
.ma-saved-payments .accordion .card-info label, .ma-saved-payments .accordion .address-block label {
  font-weight: 600;
}
.ma-saved-payments .accordion .accord-head img {
  margin-right: 8px;
  width: 30px;
}
.ma-saved-payments .accordion .address-block, .ma-saved-payments .accordion .accord-head, .ma-saved-payments .accordion .card-info {
  word-break: break-all;
}

.popup-delete-card .modal-wrap {
  max-width: 480px;
}
.popup-delete-card p {
  margin-left: 15px;
}
.popup-delete-card .btns {
  padding-right: 15px;
}

.popup-edit-saved-payment .modal-wrap, .popup-add-saved-payment .modal-wrap {
  max-width: 600px;
}
.popup-edit-saved-payment input[type=checkbox], .popup-add-saved-payment input[type=checkbox] {
  margin-right: 0.25em;
  vertical-align: middle;
}
.popup-edit-saved-payment .checkbox-label, .popup-add-saved-payment .checkbox-label {
  margin-bottom: 1em;
}
.popup-edit-saved-payment .btns .btn, .popup-add-saved-payment .btns .btn {
  margin-bottom: 0.5em;
}
.popup-edit-saved-payment .btns .btn.btn-cancel, .popup-add-saved-payment .btns .btn.btn-cancel {
  margin-right: 0.5em;
}
.popup-edit-saved-payment .tokenex-iframe-block, .popup-add-saved-payment .tokenex-iframe-block {
  height: 37.8px;
  margin: 0 0 1rem 0;
}
.popup-edit-saved-payment .tokenex-error, .popup-edit-saved-payment .unique-error, .popup-add-saved-payment .tokenex-error, .popup-add-saved-payment .unique-error {
  margin-top: -1rem;
}
.popup-edit-saved-payment .paymetric-iframe-block, .popup-add-saved-payment .paymetric-iframe-block {
  border: none;
}

@media all and (max-width: 1024px) {
  .popup-edit-saved-payment, .popup-add-saved-payment {
    overflow-y: scroll;
    height: 100%;
  }
}
.ma-settings .btns {
  width: 100%;
  clear: both;
}
.ma-settings .btns a.btn {
  margin: 1em 0;
  float: right;
}
.ma-settings .password-changed-success {
  padding: 0.9375rem;
  border: 1px #ccc solid;
  margin-left: 0.9375rem;
  margin-bottom: 0.9375rem;
  width: 50%;
}
.ma-settings .password-changed-success i {
  vertical-align: -10%;
  line-height: 1;
  font-size: 20px;
  color: #65a01a;
  margin-right: 10px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.ma-settings .password-requirements {
  border: 1px #ccc solid;
  padding: 10px;
}
.ma-settings .delivery-method {
  margin: 0.5em 0;
}

@media all and (min-width: 768px) {
  .ma-settings .btns {
    width: 100%;
    clear: both;
  }
}
@media all and (max-width: 767px) {
  .ma-settings .btns .btn {
    width: 100%;
    margin-bottom: 1em;
  }
}
.ma-static-list .btns {
  position: relative;
  top: -60px;
  margin-bottom: -60px;
  overflow: hidden;
}
.ma-static-list .btns button {
  margin-left: 5px;
}
.ma-static-list a.btn.print-button {
  display: none;
}
.ma-static-list a.btn.print-button:hover {
  color: #333333;
  background-color: #b9b9b9;
}
.ma-static-list .list-header {
  margin-bottom: 7px;
}
.ma-static-list .no-results {
  background-color: #F2F2F2;
  font-weight: 600;
  padding: 70px 0;
  text-align: center;
  font-size: 1.1rem;
}
.ma-static-list .list-info {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding-top: 20px;
  margin-left: 0;
  margin-right: 0;
}
.ma-static-list .list-info .item-summary {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-left: 0;
}
.ma-static-list .list-info .item-summary .item-summary-count {
  margin-right: 25px;
}
.ma-static-list .list-info .middle-btns {
  text-align: right;
  padding-right: 0;
}
.ma-static-list .list-info .middle-btns button {
  margin-left: 5px;
}
.ma-static-list .item-list {
  border: none;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.ma-static-list .item-list .item-block:last-child {
  border-bottom: 1px solid #E0E0E0;
}
.ma-static-list .checkout-item .item-image-block {
  padding-left: 0;
  width: 17%;
}
.ma-static-list .checkout-item .item-image-block .item-thumb {
  width: 100%;
  height: auto;
  padding: 0 !important;
  margin-bottom: 0.9375em;
}
.ma-static-list .checkout-item .item-image-block .item-thumb .item-thumb {
  padding-left: 0 !important;
  margin-bottom: 0;
}
.ma-static-list .checkout-item .item-details {
  width: 35%;
  padding: 0 !important;
}
.ma-static-list .checkout-item .item-pricing-and-actions {
  width: 42%;
  padding-right: 0;
  text-align: right;
}
.ma-static-list .checkout-item .item-pricing {
  display: inline-block;
  vertical-align: top;
  min-width: 100px;
  max-width: 170px;
  margin-bottom: 10px;
}
.ma-static-list .checkout-item .item-pricing .quantity-pricing {
  display: block;
}
.ma-static-list .checkout-item .item-actions-block {
  padding-right: 0;
  padding-left: 20px;
  display: inline-block;
}
.ma-static-list .checkout-item .item-actions-block .add-to-cart-block .item-qty {
  width: 60px;
  margin-right: 7px;
}
.ma-static-list .checkout-item .item-actions-block .add-to-cart-block .action {
  float: right;
}
.ma-static-list .checkout-item .item-actions-block .add-to-cart-block button, .ma-static-list .checkout-item .item-actions-block .add-to-cart-block input {
  margin-bottom: 5px;
}
.ma-static-list .checkout-item .item-actions-block .add-to-list {
  margin-top: 0;
  max-width: none;
  text-align: right;
  clear: both;
}
.ma-static-list .f-dropdown.content {
  top: auto !important;
  bottom: 2.5em !important;
}
.ma-static-list .f-dropdown.content.open {
  right: -30px;
  left: inherit !important;
}
.ma-static-list .f-dropdown.content.open::before {
  right: 30px !important;
  left: inherit !important;
}
.ma-static-list .f-dropdown.content.open::after {
  right: 29px !important;
  left: inherit !important;
}

.popup-save-list {
  height: 100%;
}
.popup-save-list .modal-wrap {
  max-width: 540px;
}
.popup-save-list .field-label {
  padding-top: 10px;
  padding-left: 0;
}
.popup-save-list .field-label span {
  font-weight: 600;
}
.popup-save-list .columns:last-child {
  padding: 0;
}
.popup-save-list .save-instructions {
  opacity: 0.7;
  font-size: 0.95rem;
}
.popup-save-list .row.btns {
  margin-top: 10px;
}
.popup-save-list .row.btns .btn {
  margin-left: 5px;
}
.popup-save-list fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.popup-save-list input.ng-invalid.ng-touched, .popup-save-list textarea.ng-invalid.ng-touched {
  border-color: #c60f13;
}

@media all and (max-width: 767px) {
  .ma-static-list .btns {
    position: static;
    top: 0;
    margin-bottom: 0;
  }
  .ma-static-list .btns button, .ma-static-list .btns a.btn {
    width: 100%;
    margin-bottom: 7px;
    margin-left: 0;
  }
  .ma-static-list .list-header {
    margin-bottom: 12px;
    margin-top: 8px;
  }
  .ma-static-list .list-info .item-summary {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .ma-static-list .list-info .middle-btns {
    width: 100%;
    padding-left: 0;
  }
  .ma-static-list .list-info .middle-btns button {
    width: 100%;
    margin: 7px 0 20px 0;
  }
  .ma-static-list .checkout-item .item-pricing-and-actions {
    width: 77%;
    margin-left: 23%;
    margin-bottom: 5px;
    padding-left: 0;
    float: inherit;
    text-align: left;
  }
  .ma-static-list .checkout-item .item-actions-block {
    padding-left: 0;
  }
  .ma-static-list .checkout-item .item-details {
    width: 75%;
  }
  .ma-static-list .checkout-item .item-details .item-name, .ma-static-list .checkout-item .item-details .item-num {
    margin-bottom: 0.5em;
  }
  .ma-static-list .checkout-item .item-actions-block .add-to-cart-block {
    float: left;
  }
  .ma-static-list .checkout-item .item-actions-block .add-to-list {
    text-align: left;
  }
  .ma-static-list .checkout-item .item-image-block {
    width: 23%;
  }
  .ma-static-list .checkout-item .item-image-block .item-image {
    width: 100%;
  }
  .ma-static-list .checkout-item .item-image-block .item-controls {
    clear: both;
    margin-left: 33%;
  }
  .ma-static-list .checkout-item .item-image-block .item-controls i.handle {
    margin: 0 0 -40px 0;
    padding: 5px;
  }
  .ma-static-list .f-dropdown.content.open {
    right: inherit !important;
    left: -30px !important;
  }
  .ma-static-list .f-dropdown.content.open::before {
    right: inherit !important;
    left: 30px !important;
  }
  .ma-static-list .f-dropdown.content.open::after {
    right: inherit !important;
    left: 29px !important;
  }
}
.ma-user-administration .user-admin-tbl {
  width: 100%;
}
.ma-user-administration .search-users {
  margin-bottom: 1.5em;
}

@media all and (max-width: 767px) {
  .ma-user-administration .btn {
    width: 100%;
    margin-bottom: 1em;
  }
  .ma-user-administration .btn-create {
    margin: 1em 0 1.5em 0;
  }
  .ma-user-administration .col-loc, .ma-user-administration .col-name, .ma-user-administration .col-role {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .ma-user-administration .search-users {
    width: 50% !important;
  }
  .ma-user-administration .search-users label.accord-head {
    display: inline-block;
  }
  .ma-user-administration .search-users .large-4 {
    width: 100%;
    display: inline-block;
  }
  .ma-user-administration .search-users .btns .btn {
    margin-left: 1em;
    float: right;
  }
  .ma-user-administration .btn-create {
    float: right;
  }
}
.ma-user-setup .usersetup-form .required-msg {
  margin: 1em 0;
}
.ma-user-setup .usersetup-form div.usersetup-form-user-section-heading {
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #e1e1e1;
}
.ma-user-setup .usersetup-form div[class^=usersetup-form] {
  width: 100%;
  float: left;
  clear: left;
  margin-bottom: 0.25em;
}
.ma-user-setup .usersetup-form div.usersetup-form-assign {
  margin-bottom: 1.5rem;
}
.ma-user-setup .usersetup-form .usersetup-form-send-activation-email input {
  width: auto;
  float: left;
  text-align: start;
}
.ma-user-setup .usersetup-form div.usersetup-form-activation-button {
  margin-bottom: 1.5rem;
}
.ma-user-setup .usersetup-form div.usersetup-form-activation-button a {
  width: 55%;
  float: right;
}
.ma-user-setup .usersetup-form div.usersetup-form-activation-button span {
  display: block;
  margin-top: 10px;
  width: 55%;
  float: right;
}
.ma-user-setup .usersetup-form textarea {
  height: 150px;
}
.ma-user-setup .usersetup-form .usersetup-form-details input {
  width: auto;
  display: inline-block;
  float: none;
  margin-left: 0.5em;
}
.ma-user-setup .usersetup-form .usersetup-form-status input {
  width: auto;
  float: none;
  margin-left: 5%;
}
.ma-user-setup .usersetup-form .usersetup-form-status label {
  margin-left: 0;
  margin-right: 0;
}
.ma-user-setup div[class*=tip-] ul {
  list-style-type: none;
  display: block;
}
.ma-user-setup div[class*=tip-] strong {
  display: block;
}
.ma-user-setup .tip-role {
  font-size: 0.875em;
}
.ma-user-setup .usersetup-form #username {
  font-weight: 700;
  margin-bottom: 1rem;
}
.ma-user-setup .usersetup-form a.btn-tip {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #222 !important;
  text-decoration: none !important;
  line-height: 22px;
}
.ma-user-setup .usersetup-form a.btn-tip:hover, .ma-user-setup .usersetup-form a.btn-tip:focus {
  color: dodgerblue !important;
}
.ma-user-setup .back-btn {
  width: 60%;
  text-align: right;
  margin-bottom: 0;
}
.ma-user-setup .usersetup-status {
  width: 60%;
  border: 1px solid #ddd;
  padding: 10px;
  margin-top: 20px;
}
.ma-user-setup .usersetup-status span {
  font-weight: 600;
}
.ma-user-setup .usersetup-status .icon-box-check {
  margin-right: 5px;
}

@media all and (min-width: 768px) {
  .ma-user-setup .tip-role > div {
    display: inline-block;
    vertical-align: top;
    padding-right: 2%;
  }
  .ma-user-setup .tip-role > div h3 {
    margin: 0.5em 0;
  }
  .ma-user-setup .usersetup-form {
    width: 60%;
  }
  .ma-user-setup .usersetup-form label {
    width: 40%;
    float: left;
  }
  .ma-user-setup .usersetup-form input,
  .ma-user-setup .usersetup-form #username {
    width: 55%;
    float: right;
    margin-right: 0;
  }
  .ma-user-setup .usersetup-form-assign {
    margin-top: 0.5em;
  }
  .ma-user-setup .btns .btn {
    margin-left: 1em;
  }
  .ma-user-setup .usersetup-form .usersetup-form-userrole label,
  .ma-user-setup .usersetup-form .usersetup-form-approver label {
    width: auto;
    margin-right: 0.5em;
  }
}
@media all and (max-width: 767px) {
  .ma-user-setup .usersetup-form-status input {
    display: inline-block;
  }
  .ma-user-setup .usersetup-form-status label {
    display: inline-block;
    width: auto;
    float: left;
  }
  .ma-user-setup .usersetup-form-assign .btn {
    margin: 1em 0;
    width: 100%;
  }
  .ma-user-setup .usersetup-form-userrole label,
  .ma-user-setup .usersetup-form-approver label {
    display: inline-block;
    margin-right: 1em;
  }
  .ma-user-setup .btns .btn {
    margin-bottom: 1em;
    width: 100%;
  }
}
.ma-vmi-bin-details .od-head {
  font-size: 0.9em;
}
.ma-vmi-bin-details .od-head .od-data {
  font-weight: normal;
}
.ma-vmi-bin-details .od-head h3 {
  float: left;
  margin-top: 0;
  margin-bottom: 0.2em;
}
.ma-vmi-bin-details .od-head h3.od-lbl {
  padding-right: 0.3em;
  clear: left;
}
.ma-vmi-bin-details .update-qty {
  margin-top: 30px !important;
}
.ma-vmi-bin-details .success-message {
  font-size: 14px;
  font-weight: bold;
  display: block;
  color: #3C763D;
}
.ma-vmi-bin-details .btns .btn {
  margin-top: 1.3em;
}
.ma-vmi-bin-details .search-date {
  position: relative;
}
.ma-vmi-bin-details .picker {
  right: 0% !important;
}
.ma-vmi-bin-details .search-date-to .picker__holder {
  right: 0% !important;
}
.ma-vmi-bin-details .search-vmi-counts {
  margin-top: 20px;
}
.ma-vmi-bin-details .search-vmi-counts .btns .btn {
  float: right;
}
.ma-vmi-bin-details .search-vmi-counts .search-date em {
  display: block;
}
.ma-vmi-bin-details .icon-arw-down-5 {
  position: absolute;
  top: 1.5em;
  right: 0.8em;
  font-size: 22px;
  cursor: pointer;
}
.ma-vmi-bin-details .search-user .vmi-count-searchbox {
  display: block;
}
.ma-vmi-bin-details .search-no-results {
  background-color: #F2F2F2;
  text-align: center;
  padding: 70px 0;
}
.ma-vmi-bin-details .overflow-table .col-check {
  width: 40px;
}
.ma-vmi-bin-details .overflow-table .col-check input {
  margin: 0;
}
.ma-vmi-bin-details .btn-export-selected, .ma-vmi-bin-details .btn-export-all {
  float: right;
  margin-left: 7px;
}

@media all and (max-width: 767px) {
  .ma-vmi-bin-details .btns {
    margin-bottom: 0.7rem;
  }
  .ma-vmi-bin-details .btns .btn {
    width: 100%;
    margin: 0.3em 0;
  }
}
@media all and (min-width: 768px) {
  .ma-vmi-bin-details label.accord-head {
    display: inline-block;
  }
  .ma-vmi-bin-details .search-vmi-counts .btns .btn {
    margin-left: 1em;
  }
  .ma-vmi-bin-details .search-vmi-counts .search-date input {
    width: 90px;
    display: inline-block;
  }
  .ma-vmi-bin-details .search-vmi-counts .search-date em {
    display: inline-block;
    float: left;
    line-height: 38px;
    margin-right: 0.75em;
  }
  .ma-vmi-bin-details .search-vmi-counts .search-date .row .small-6 {
    width: auto;
  }
  .ma-vmi-bin-details .search-vmi-counts .search-date [class*=column] + [class*=column]:last-child {
    float: left;
    padding: 0;
  }
}
.ma-vmi-bins .top-actions {
  position: relative;
  top: -60px;
  margin-bottom: -60px;
  overflow: hidden;
}
.ma-vmi-bins .top-actions .top-actions-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ma-vmi-bins .btns {
  margin-top: 0.5em;
  float: left;
  width: 100%;
}
.ma-vmi-bins .btns .btn {
  float: right;
}
.ma-vmi-bins .search-vmi-bins {
  margin-top: 5px;
}
.ma-vmi-bins .top-actions-block {
  position: relative;
  top: -60px;
  margin-bottom: -60px;
  overflow: hidden;
}
.ma-vmi-bins .top-actions-block .top-actions-controls {
  text-align: right;
}
.ma-vmi-bins .top-actions-block .top-actions-controls button {
  margin-bottom: 0;
}
.ma-vmi-bins .vmi-location-switcher {
  margin-top: 15px;
  max-width: 25%;
}
.ma-vmi-bins .vmi-location-select {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ma-vmi-bins .search-date {
  position: relative;
}
.ma-vmi-bins .picker {
  right: 0% !important;
}
.ma-vmi-bins .search-date-to .picker__holder {
  right: 0% !important;
}
.ma-vmi-bins .search-vmi-bins .search-date em {
  display: block;
}
.ma-vmi-bins .search-no-results {
  background-color: #F2F2F2;
  text-align: center;
  padding: 70px 0;
}
.ma-vmi-bins .results-count {
  display: inline-block;
  padding: 0.5em 0 0.5em;
}
.ma-vmi-bins .btn-group {
  display: inline-block;
  padding: 0.5em 0.75em;
  float: right;
}
.ma-vmi-bins .overflow-table {
  overflow: auto;
}
.ma-vmi-bins .overflow-table .col-check input {
  margin: 0;
}
.ma-vmi-bins .col-lastCountQty input {
  width: 60px;
}

.delete-vmi-bins-modal .modal-wrap {
  max-width: 480px;
}
.delete-vmi-bins-modal p {
  margin-left: 15px;
}
.delete-vmi-bins-modal .row .btns {
  padding-right: 15px;
}

.vmi-bin-modal .modal-wrap {
  max-width: 700px;
}
.vmi-bin-modal .controls-block {
  margin-bottom: 20px;
}
.vmi-bin-modal .row .btns {
  margin-right: 45px;
}
.vmi-bin-modal .row .btns .btn {
  margin-left: 7px;
}
.vmi-bin-modal .form-errors-block {
  margin-bottom: 15px;
  margin-top: -15px;
}
.vmi-bin-modal .qo-search-input {
  border: 1px solid #cccccc;
  white-space: nowrap;
  height: 40px;
}
.vmi-bin-modal .qo-search-input .icon-wrapper i {
  opacity: 0.5;
  margin: 3px 0 3px 8px;
}
.vmi-bin-modal .qo-search-input span.qo-searchbox {
  display: inline-block;
  padding-left: 25px;
  margin-left: -32px;
  width: 100%;
}
.vmi-bin-modal .qo-search-input span.qo-searchbox.k-state-disabled {
  padding-left: 0;
  margin-left: 0;
}
.vmi-bin-modal .qo-search-input span.qo-searchbox input {
  border: none;
  margin: 0;
  box-shadow: none;
  height: 2.3125rem;
}
.vmi-bin-modal .success-message {
  font-size: 14px;
  padding: 0.5em 1em;
  display: block;
  color: #3C763D;
  background-color: #dff0d8;
}

.import-vmi-bins-modal .modal-wrap {
  max-width: 550px;
}
.import-vmi-bins-modal p {
  margin-left: 15px;
}
.import-vmi-bins-modal .btns {
  padding-right: 15px;
}
.import-vmi-bins-modal .upload-block {
  margin-bottom: 20px;
}
.import-vmi-bins-modal .upload-block .upload-btn {
  padding-left: 0;
}
.import-vmi-bins-modal .errors-block .upload-error {
  color: #CC2200;
  background-color: rgb(252, 244, 242);
  border: 1px solid rgb(249, 201, 191);
  padding: 10px 10px 10px 45px;
  position: relative;
}
.import-vmi-bins-modal .errors-block .upload-error::after {
  display: block;
  position: absolute;
  left: 14px;
  top: 13px;
  content: "\f071";
  font-family: "good-oatmeal-v2";
  font-size: 18px;
}
.import-vmi-bins-modal .import-table-wrapper {
  padding-bottom: 20px;
  overflow-y: auto;
  overflow-x: visible;
  max-height: 450px;
}
.import-vmi-bins-modal .import-table-wrapper .import-issues-table {
  width: 100%;
  min-width: 400px;
  border-top: 0;
  margin-bottom: 0;
}
.import-vmi-bins-modal .import-table-wrapper .import-issues-table td {
  font-size: 13px;
  font-weight: 600;
}
.import-vmi-bins-modal .import-table-wrapper .import-issues-table thead tr {
  background: white;
  border: 1px solid rgb(188, 188, 188);
}
.import-vmi-bins-modal .import-table-wrapper .import-issues-table tbody td {
  color: #CC2200;
}
.import-vmi-bins-modal .import-table-wrapper .import-issues-table tbody tr {
  background: rgb(252, 244, 242);
  border-left: 1px solid rgb(249, 201, 191);
  border-right: 1px solid rgb(249, 201, 191);
  border-bottom: 1px solid rgb(249, 201, 191);
}

@media all and (max-width: 767px) {
  .ma-vmi-bins .btns .btn {
    width: 100%;
    margin-bottom: 1em;
  }
  .ma-vmi-bins .vmi-location-switcher {
    min-width: 100%;
  }
}
@media all and (min-width: 768px) {
  .ma-vmi-bins .btns .btn {
    margin-left: 1em;
  }
  .ma-vmi-bins label.accord-head {
    display: inline-block;
  }
  .ma-vmi-bins .search-vmi-bins .search-date input {
    width: 90px;
    display: inline-block;
  }
  .ma-vmi-bins .search-vmi-bins .search-date em {
    display: inline-block;
    float: left;
    line-height: 38px;
    margin-right: 0.75em;
  }
  .ma-vmi-bins .search-vmi-bins .search-date .row .small-6 {
    width: auto;
  }
  .ma-vmi-bins .search-vmi-bins .search-date [class*=column] + [class*=column]:last-child {
    float: left;
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .ma-vmi-bins .top-actions {
    top: 0px;
    margin: 0px;
    float: none;
  }
  .ma-vmi-bins .top-actions .top-actions-buttons {
    display: flex;
    flex-direction: column-reverse;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .ma-vmi-bins .top-actions .top-actions-buttons button, .ma-vmi-bins .top-actions .top-actions-buttons a.btn {
    width: 100%;
    margin-bottom: 7px;
    margin-right: 0px;
  }
}
.vmi-recent-notes .orders-content-block {
  padding: 0 !important;
}
.vmi-recent-notes .orders-content-block .order-row {
  padding: 1em;
  border-top: 1px solid #d8d8d8;
}
.vmi-recent-notes .orders-content-block .order-row:hover, .vmi-recent-notes .orders-content-block .order-row:focus {
  background: #f8f8f8;
}
.vmi-recent-notes .orders-content-block .order-row .vmi-location-name {
  font-weight: bold;
}

.vmi-below-minimum, .vmi-fast-moving, .vmi-slow-moving {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 230px;
  height: 230px;
  background-color: #555555;
  color: #fff;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-weight: bold;
  cursor: pointer;
}
.vmi-below-minimum .items-count, .vmi-fast-moving .items-count, .vmi-slow-moving .items-count {
  font-size: 4rem;
  line-height: 4rem;
  margin-bottom: 10px;
}

.vmi-slow-moving {
  float: initial;
}

.ma-vmi-location-details .top-actions {
  position: relative;
  top: -60px;
  margin-bottom: -60px;
  overflow: hidden;
  float: right;
}
.ma-vmi-location-details .top-actions .top-actions-buttons {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.ma-vmi-location-details .top-actions .top-actions-buttons .btn {
  margin-right: 5px;
}
.ma-vmi-location-details .location-btn {
  margin: auto;
}
.ma-vmi-location-details .location-details {
  margin-top: 25px;
}
.ma-vmi-location-details .table-select {
  margin-top: 15px;
  max-width: 33%;
}
.ma-vmi-location-details .table-select-header {
  margin: 0px;
}
.ma-vmi-location-details .table-view-select select, .ma-vmi-location-details .table-view-select select option {
  text-transform: capitalize;
}
.ma-vmi-location-details .location-header {
  margin: 0px;
}
.ma-vmi-location-details .col-select input[type=checkbox] {
  margin-right: 0;
}
.ma-vmi-location-details .col-name a {
  max-width: 450px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.ma-vmi-location-details .col-part-number {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vmi-location-details-no-products h2 {
  text-align: center;
}

.vmi-location-details-product-table .results-count {
  display: inline-block;
  padding: 0.5em 0.75em;
}
.vmi-location-details-product-table .btn-group {
  display: inline-block;
  padding: 0.5em 0.75em;
  float: right;
}

.search-vmi-products {
  width: 50% !important;
}
.search-vmi-products label.accord-head {
  display: inline-block;
}

.vmi-location-details-orders-table .results-count {
  display: inline-block;
  padding: 0.5em 0.75em;
}
.vmi-location-details-orders-table .btn-group {
  display: inline-block;
  padding: 0.5em 0.75em;
  float: right;
}

.search-vmi-orders {
  width: 50% !important;
}
.search-vmi-orders label.accord-head {
  display: inline-block;
}

.vmi-location-details-no-orders h2 {
  text-align: center;
}

.popup-vmi-location .modal-wrap {
  max-width: 480px;
}
.popup-vmi-location textarea, .popup-vmi-location .location-name {
  margin-bottom: 0;
}
.popup-vmi-location .is-required-field-tooltip {
  margin-bottom: 1rem;
  opacity: 0.8;
}
.popup-vmi-location .spacer-element {
  margin-bottom: 0.5rem;
}
.popup-vmi-location .max-field-tooltip {
  font-size: 0.9rem;
  opacity: 0.5;
}
.popup-vmi-location label {
  font-weight: 600;
}
.popup-vmi-location .error {
  margin: 0.7rem 0;
}
.popup-vmi-location input.ng-invalid.ng-touched, .popup-vmi-location textarea.ng-invalid.ng-touched {
  border-color: #c60f13;
}

.popup-delete-orders .modal-wrap {
  max-width: 480px;
}

@media all and (max-width: 767px) {
  .ma-vmi-location-details .top-actions {
    top: 0px;
    margin: 0px;
    float: none;
  }
  .ma-vmi-location-details .top-actions .top-actions-buttons {
    display: flex;
    flex-direction: column-reverse;
    float: none;
  }
  .ma-vmi-location-details .top-actions .top-actions-buttons button, .ma-vmi-location-details .top-actions .top-actions-buttons a.btn {
    width: 100%;
    margin-bottom: 7px;
    margin-right: 0px;
  }
}
.ma-vmi-locations {
  /* MA search */
}
.ma-vmi-locations .top-actions {
  position: relative;
  top: -60px;
  margin-bottom: -60px;
  overflow: hidden;
}
.ma-vmi-locations .top-actions .search-filter {
  margin-right: 5px;
  display: inline-block;
  width: 30%;
  float: left;
}
.ma-vmi-locations .top-actions .top-actions-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ma-vmi-locations .search-vmi-locations h3 {
  margin-top: 0;
}
.ma-vmi-locations .btns {
  margin-top: 0.5em;
  float: left;
  width: 100%;
}
.ma-vmi-locations .btns .btn {
  float: right;
}

.popup-vmi-location .modal-wrap {
  max-width: 480px;
}
.popup-vmi-location textarea, .popup-vmi-location .location-name {
  margin-bottom: 0;
}
.popup-vmi-location .is-required-field-tooltip {
  margin-bottom: 1rem;
  opacity: 0.8;
}
.popup-vmi-location .spacer-element {
  margin-bottom: 0.5rem;
}
.popup-vmi-location .max-field-tooltip {
  font-size: 0.9rem;
  opacity: 0.5;
}
.popup-vmi-location label {
  font-weight: 600;
}
.popup-vmi-location .error {
  margin: 0.7rem 0;
}
.popup-vmi-location input.ng-invalid.ng-touched, .popup-vmi-location textarea.ng-invalid.ng-touched {
  border-color: #c60f13;
}
.popup-vmi-location .import-csv {
  margin-right: 5px;
}

.popup-delete-location .modal-wrap {
  max-width: 480px;
}

.vmi-location-table {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.vmi-location-table .results-count {
  display: inline-block;
  padding: 0.5em 0.75em;
}
.vmi-location-table .btn-group {
  float: right;
  font-size: 0.875rem;
  padding: 0.5em 0.75em;
}
.vmi-location-table .col-name-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
}
.vmi-location-table .overflow-table {
  border: none;
}
.vmi-location-table .overflow-table tr th:first-child:before,
.vmi-location-table .overflow-table tr td:first-child:before,
.vmi-location-table .overflow-table tr td:first-child,
.vmi-location-table .overflow-table tr td:first-child {
  min-width: inherit;
  width: inherit;
}

@media all and (max-width: 767px) {
  .ma-vmi-locations .btns .btn {
    width: 100%;
    margin-bottom: 1em;
  }
}
@media all and (min-width: 768px) {
  .ma-vmi-locations .btns .btn {
    margin-left: 1em;
  }
  .ma-vmi-locations .search-vmi-locations .columns {
    float: left;
  }
  .ma-vmi-locations label.accord-head {
    display: inline-block;
  }
  .ma-vmi-locations .search-vmi-locations {
    width: 50% !important;
  }
}
.popup-import-location .modal-wrap {
  max-width: 800px;
}
.popup-import-location .modal-wrap.ou-modal {
  margin-top: 10px;
  max-width: 290px;
  text-align: center;
  padding: 17px;
  border: 1px solid #c7c7c7;
  max-height: 600px;
}
.popup-import-location .modal-wrap.ou-modal.wide {
  text-align: initial;
  max-width: 700px;
  width: 100%;
}
.popup-import-location .ou-modal .exclamation-triangle:after {
  content: "\f071";
  font-family: good-oatmeal-v2;
  font-style: normal;
  color: #CC2200;
  font-size: 24px;
  margin: 2px 13px 0 0;
  float: left;
}
.popup-import-location .ou-modal .fa {
  font-size: 32px;
  margin-top: 10px;
  color: #949494;
}
.popup-import-location .ou-modal h3 {
  margin-top: 10px;
}
.popup-import-location .ou-modal h3.underline {
  border-bottom: 1px solid rgb(188, 188, 188);
  padding-bottom: 10px;
}
.popup-import-location .ou-modal.success .fa {
  color: #77BE43;
  font-size: 24px;
}
.popup-import-location .ou-modal.success h3 {
  color: #77BE43;
}
.popup-import-location .ou-modal.issues .fa {
  color: #CC2200;
  font-size: 24px;
  margin: 2px 13px 0 0;
  float: left;
}
.popup-import-location .ou-modal.issues h3 {
  margin-top: 0;
}
.popup-import-location .ou-modal.issues .button-container {
  float: right;
}
.popup-import-location .ou-modal.issues .btn {
  float: right;
}
.popup-import-location .content-managed-area {
  height: 100px;
  width: 100%;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.2);
}
.popup-import-location .location-upload-instructions,
.popup-import-location .location-upload-input {
  margin-top: 15px;
}
.popup-import-location .file-title {
  margin-left: 10px;
  display: inline-block;
}
.popup-import-location .oui-box {
  padding: 15px;
  border: 1px solid rgb(188, 188, 188);
}
.popup-import-location .oui-message {
  display: none;
}
.popup-import-location .oui-message .upload-error {
  color: #CC2200;
  background-color: rgb(252, 244, 242);
  border: 1px solid rgb(249, 201, 191);
  padding: 10px 10px 10px 45px;
  position: relative;
}
.popup-import-location .oui-message .upload-error::after {
  display: block;
  position: absolute;
  left: 14px;
  top: 13px;
  content: "\f071";
  font-family: "good-oatmeal-v2";
  font-size: 18px;
}
.popup-import-location .oui-message.showing {
  display: block;
}
.popup-import-location .btn.dark-blue {
  background-color: rgb(0, 104, 193);
}
.popup-import-location .oui-locations {
  text-align: right;
  margin-top: 30px;
}
.popup-import-location .oui-locations .btn {
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .ma-vmi-locations .top-actions {
    top: 0px;
    margin: 0px;
    float: none;
  }
  .ma-vmi-locations .top-actions .top-actions-buttons {
    display: flex;
    flex-direction: column-reverse;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .ma-vmi-locations .top-actions .top-actions-buttons button, .ma-vmi-locations .top-actions .top-actions-buttons a.btn {
    width: 100%;
    margin-bottom: 7px;
    margin-right: 0px;
  }
}
.ma-vmi-reporting .btns {
  margin-top: 0.5em;
  float: left;
  width: 100%;
}
.ma-vmi-reporting .btns .btn {
  float: right;
}
.ma-vmi-reporting .search-vmi-reporting {
  margin-top: 5px;
}
.ma-vmi-reporting .search-date {
  position: relative;
}
.ma-vmi-reporting .picker {
  right: 0% !important;
}
.ma-vmi-reporting .search-date-to .picker__holder {
  right: 0% !important;
}
.ma-vmi-reporting .search-vmi-reporting .search-date em {
  display: block;
}
.ma-vmi-reporting .search-no-results {
  background-color: #F2F2F2;
  text-align: center;
  padding: 70px 0;
}
.ma-vmi-reporting .results-count {
  display: inline-block;
  padding: 0.5em 0 0.5em;
}
.ma-vmi-reporting .vmi-location-switcher {
  margin-top: 15px;
  max-width: 25%;
}
.ma-vmi-reporting .vmi-location-select {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ma-vmi-reporting .btn-group {
  display: inline-block;
  padding: 0.5em 0.75em;
  float: right;
}
.ma-vmi-reporting .overflow-table {
  overflow: auto;
}
.ma-vmi-reporting .overflow-table .col-check input {
  margin: 0;
}
.ma-vmi-reporting .vmi-reporting-filter .products-filter {
  float: left;
}
.ma-vmi-reporting .vmi-reporting-filter .products-filter .filter-label-block {
  display: flex;
}
.ma-vmi-reporting .vmi-reporting-filter .products-filter .filter-label-block .reset-button {
  margin-left: 100px;
}
.ma-vmi-reporting .vmi-reporting-filter .products-filter .filter-block {
  display: flex;
  align-items: center;
}
.ma-vmi-reporting .vmi-reporting-filter .products-filter .filter-block .filter-label {
  line-height: 20px;
}
.ma-vmi-reporting .vmi-reporting-filter .products-filter .filter-block .filter-input {
  width: 46px;
  margin: 0 0 0 10px;
}

@media all and (max-width: 767px) {
  .ma-vmi-reporting .btns .btn {
    width: 100%;
    margin-bottom: 1em;
  }
  .ma-vmi-reporting .vmi-location-switcher {
    min-width: 100%;
  }
}
@media all and (min-width: 768px) {
  .ma-vmi-reporting .btns .btn {
    margin-left: 1em;
  }
  .ma-vmi-reporting label.accord-head {
    display: inline-block;
  }
  .ma-vmi-reporting .search-vmi-reporting .search-date input {
    width: 90px;
    display: inline-block;
  }
  .ma-vmi-reporting .search-vmi-reporting .search-date em {
    display: inline-block;
    float: left;
    line-height: 38px;
    margin-right: 0.75em;
  }
  .ma-vmi-reporting .search-vmi-reporting .search-date .row .small-6 {
    width: auto;
  }
  .ma-vmi-reporting .search-vmi-reporting .search-date [class*=column] + [class*=column]:last-child {
    float: left;
    padding: 0;
  }
}
.ma-vmi-users .search-users {
  margin-bottom: 1.5em;
}

@media all and (max-width: 767px) {
  .ma-vmi-users .btn {
    width: 100%;
    margin-bottom: 1em;
  }
  .ma-vmi-users .btn-add-user {
    margin: 1em 0 1.5em 0;
  }
}
@media all and (min-width: 768px) {
  .ma-vmi-users .search-users label.accord-head {
    display: inline-block;
  }
  .ma-vmi-users .search-users .large-4 {
    display: inline-block;
    float: left;
  }
  .ma-vmi-users .search-users .btns .btn {
    margin-left: 1em;
    float: right;
  }
  .ma-vmi-users .btn-add-user {
    float: right;
    top: -60px;
    position: relative;
  }
}
.popup-add-vmi-user .modal-wrap {
  padding: 1.5em;
  max-height: 95vh;
  overflow-y: auto;
}
.popup-add-vmi-user .modal-wrap .search-user-label, .popup-add-vmi-user .modal-wrap .role-label, .popup-add-vmi-user .modal-wrap .search-vmi-locations-label {
  font-weight: 600;
}
.popup-add-vmi-user .modal-wrap .left-block {
  padding-left: 0;
}
.popup-add-vmi-user .modal-wrap .left-block .user-selector {
  display: block;
}
.popup-add-vmi-user .modal-wrap .left-block .user-selector .select-step {
  margin-bottom: 1em;
  position: relative;
}
.popup-add-vmi-user .modal-wrap .left-block .user-selector .select-step .k-input {
  padding-right: 2em;
}
.popup-add-vmi-user .modal-wrap .left-block .user-selector + .icon-arw-down-5 {
  position: absolute;
  top: 1.55em;
  right: 0.75em;
  font-size: 22px;
  cursor: pointer;
}
.popup-add-vmi-user .modal-wrap .left-block .vmi-user-property {
  padding-bottom: 0.75em;
}
.popup-add-vmi-user .modal-wrap .left-block .vmi-user-property .vmi-user-property-label {
  font-weight: 600;
}
.popup-add-vmi-user .modal-wrap .right-block {
  padding-right: 0;
}
.popup-add-vmi-user .modal-wrap .right-block .vmi-locations-search-block {
  padding-left: 0;
}
.popup-add-vmi-user .modal-wrap .right-block .info-tbl td {
  word-break: break-all;
}
.popup-add-vmi-user .modal-wrap .row.btns {
  margin: 0.75rem 0 0 0;
}
.popup-add-vmi-user .modal-wrap .row.btns .btn-add-vmi-user {
  margin: 0 0 0 0.5em;
}
.popup-add-vmi-user .modal-wrap .row.btns .btn-cancel {
  margin-left: 0.5em;
}

.popup-remove-vmi-user .modal-wrap {
  max-width: 480px;
}
.popup-remove-vmi-user .modal-wrap p {
  margin-left: 15px;
}
.popup-remove-vmi-user .modal-wrap .btns {
  padding-right: 15px;
}

.popup-import-vmi-user .modal-wrap {
  max-width: 480px;
}
.popup-import-vmi-user .modal-wrap .modal-text {
  margin-bottom: 1.25rem;
}
.popup-import-vmi-user .modal-wrap .modal-text p {
  margin-bottom: 0;
}
.popup-import-vmi-user .modal-wrap .oui-message {
  margin-bottom: 12px;
}
.popup-import-vmi-user .modal-wrap .oui-message .upload-error {
  color: #CC2200;
  background-color: rgb(252, 244, 242);
  border: 1px solid rgb(249, 201, 191);
  padding: 10px 10px 10px 45px;
  position: relative;
}
.popup-import-vmi-user .modal-wrap .oui-message .upload-error::after {
  display: block;
  position: absolute;
  left: 14px;
  top: 13px;
  content: "\f071";
  font-family: "good-oatmeal-v2";
  font-size: 18px;
}

.popup-user-importing-issues .continue-button {
  margin-left: 6px;
}

.ma-wishlist .select-list {
  margin: 1.5em 0;
}
.ma-wishlist .cart-items .item-actions .um-pack,
.ma-wishlist .cart-items .item-actions .item-qty {
  display: inline-block;
  float: right;
  margin: 0 0 0.5em 0;
  text-align: right;
}
.ma-wishlist .cart-items .item-actions .item-qty {
  max-width: 100%;
  width: 100%;
}
.ma-wishlist .cart-items .item-actions label {
  min-width: 2.5em;
  padding-right: 0;
  margin-right: 0.25em;
}
.ma-wishlist .btns {
  float: left;
  width: 100%;
  margin: 1.5em 0;
  text-align: right;
}
.ma-wishlist .item-details .item-name {
  padding-right: 2.5em;
}
.ma-wishlist .item-block .price span {
  margin: 0 0;
}
.ma-wishlist .item-block .price-saving {
  display: block;
}
.ma-wishlist .item-block .price.pd-price,
.ma-wishlist .item-block span.selected-uom {
  padding-right: 0.3em;
}
.ma-wishlist .item-actions .um-pack label {
  float: none;
}
.ma-wishlist .details-block {
  float: left;
}
.ma-wishlist .actions-block {
  float: left;
  width: 40%;
  min-width: 174px;
  margin: 0;
}
.ma-wishlist .actions-block .add-to-cart-block {
  display: flex;
}
.ma-wishlist .actions-block .add-to-cart-block .item-qty {
  margin-left: auto;
  width: 50px;
}
.ma-wishlist .actions-block .add-to-cart-block .action {
  width: auto;
  margin-left: 5px;
}
.ma-wishlist .actions-block .btn-remove-from-list {
  color: #77BC1F;
  font-weight: normal;
  font-size: 0.9rem;
  padding: 0.7rem 0;
}
.ma-wishlist .actions-block .btn-remove-from-list:hover {
  text-decoration: underline;
}

@media all and (max-width: 767px) {
  .ma-wishlist .btn-delete-list {
    float: right;
  }
  .ma-wishlist .item-list {
    border-bottom: 1px solid #E0E0E0;
    margin-top: 1.5em;
  }
  .ma-wishlist .btns .btn {
    width: 100%;
    margin-bottom: 1em;
  }
}
@media all and (min-width: 768px) {
  .ma-wishlist .item-list .item-details {
    padding-right: 0.9375rem !important;
    float: right;
  }
  .ma-wishlist .select-list label {
    display: inline-block;
    margin-right: 1em;
  }
  .ma-wishlist .select-list select {
    display: inline-block;
    width: auto;
    margin-right: 1em;
  }
  .ma-wishlist .item-list .item-details {
    width: 80%;
  }
  .ma-wishlist .cart-items .item-actions .um-pack select {
    margin-right: 0;
  }
  .ma-wishlist .item-details .item-name {
    padding-right: 3.5em;
  }
  .ma-wishlist div.remove {
    margin-right: -0.5em;
  }
  .ma-wishlist .btns .btn {
    margin-left: 1em;
    float: right;
  }
  .ma-wishlist .actions-block {
    float: right;
  }
  .ma-wishlist .actions-block .um label, .ma-wishlist .actions-block .um div {
    margin-left: auto;
  }
  .ma-wishlist .actions-block .btn-remove-from-list {
    float: right;
  }
}
@media all and (min-width: 968px) {
  .ma-wishlist .item-list .item-details {
    width: 82%;
  }
}
.news-list {
  /* clearfix'n */
}
.news-list h2.news-heading {
  margin-bottom: 0.25em;
}
.news-list .news-publish-info {
  font-size: 0.875em;
  margin-bottom: 0.5em;
}
.news-list .news-publish-info strong {
  margin-right: 0.5em;
}
.news-list .news-page-summary {
  margin-bottom: 1em;
}
.news-list .news-list-page + .news-list-page {
  border-top: 1px solid #ddd;
}
.news-list .news-list-header:after,
.news-list .news-listings:after,
.news-list .newslist-paging:after,
.news-list .news-list-footer:after {
  content: "";
  display: table;
  clear: both;
}

.news-page h2.news-heading {
  margin-bottom: 0.25em;
}
.news-page .news-page-full {
  margin-bottom: 1em;
}
.news-page .news-publish-info {
  font-size: 0.875em;
  margin-bottom: 1em;
}
.news-page .news-publish-info strong {
  margin-right: 0.5em;
}

.product-list .cl1-wrapper .cat-img, .product-list .cl1-wrapper .cat-cm {
  display: inline-block;
  width: 100%;
  max-width: 678px;
  overflow: hidden;
  margin-bottom: 1em;
}
.product-list .cl1-wrapper .cat-list {
  float: left;
  clear: left;
  width: 100%;
}
.product-list .cl1-wrapper .cat-block {
  width: 100%;
  float: left;
  padding: 0.9375em;
  white-space: nowrap;
  margin-bottom: 1em;
  border: 1px solid #e0e7ea;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.product-list .cl1-wrapper .cat-block > div {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  max-width: 150px;
}
.product-list .cl1-wrapper .cat-block span {
  width: 68%;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  padding-left: 1em;
}
.product-list .cl1-wrapper .cat-block a {
  display: block;
  width: 100%;
}
.product-list .cl1-wrapper .cat-sep,
.product-list .cl1-wrapper .cat-row-sep {
  display: none;
}
@media all and (min-width: 768px) {
  .product-list .cl1-wrapper {
    width: 62%;
    padding-right: 0;
  }
}
@media all and (min-width: 940px) {
  .product-list .cl1-wrapper {
    width: 69%;
    padding-right: 0;
  }
  .product-list .cl1-wrapper .cat-block {
    width: 50%;
  }
  .product-list .cl1-wrapper .cat-block:nth-child(even) span {
    clear: left;
  }
  .product-list .cl1-wrapper .cat-block > div {
    width: 80px;
    height: 80px;
  }
}
@media all and (min-width: 1020px) {
  .product-list .cl1-wrapper .cat-block > div {
    width: 100px;
    height: 100px;
  }
}
@media all and (max-width: 767px) {
  .product-list .cl1-wrapper {
    padding: 0;
  }
  .product-list .cl1-wrapper .cat-block a {
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 600;
  }
}

.product-comparison {
  /* Inner spans of the attribute list use the same styles as the item wraps to maintain consistency */
  /* Attribute list*/
}
.product-comparison [role=compare-grid] {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.product-comparison .carousel-wrapper ul {
  list-style: none;
  margin: 0;
}
.product-comparison .item-wrap, .product-comparison .pc-value > span {
  position: relative;
  margin: 0 auto;
  display: block;
  border: 2px solid transparent;
}
.product-comparison .item-wrap, .product-comparison .pc-attr > span, .product-comparison .pc-value > span {
  /* Set the padding the for all of the attributes in one place */
  padding: 0.5em;
}
.product-comparison .pc-value > span {
  width: 100%;
}
.product-comparison .pc-active > span {
  font-weight: bold;
}
.product-comparison .item-wrap {
  padding: 0;
  padding-bottom: 60px;
}
.product-comparison .carousel-item-equalize, .product-comparison .rp-carousel-item-equalize {
  padding-bottom: 50px;
}
.product-comparison .carousel-item-equalize, .product-comparison .rp-carousel-item-equalize {
  position: relative;
}
.product-comparison .item-wrap .remove {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 !important;
  background: #fff;
}
.product-comparison .item-wrap .price span {
  margin: 0 0;
}
.product-comparison .item-wrap .price span.pd-price,
.product-comparison .item-wrap .price span.um,
.product-comparison .price-saving {
  padding-right: 0.4em;
}
.product-comparison .item-wrap div.price {
  margin-bottom: 0.5em;
}
.product-comparison .item-wrap .quantity-pricing {
  position: relative;
  z-index: 3;
}
.product-comparison .item-wrap .p-opt {
  position: relative;
  z-index: 2;
}
.product-comparison .compare-selection-controls {
  float: left;
  width: 180px;
  display: none;
}
.product-comparison .pc-carousel {
  position: relative; /* necessary for slider control positioning */
  overflow: hidden;
  width: 100%;
  float: right;
}
.product-comparison .pc-carousel ul.items {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
.product-comparison .pc-carousel > li {
  border: 1px solid #f6f6f6;
  position: relative;
  float: left;
  text-align: center;
  padding: 0.8em;
}
.product-comparison .pc-carousel [class*=column] + [class*=column]:last-child {
  float: left;
}
.product-comparison .pc-carousel > li:hover {
  cursor: pointer;
  border-color: #b8b8b8;
}
.product-comparison .pc-carousel > li img {
  display: inline-block;
  max-width: 100%;
  height: auto !important;
  width: 160px;
}
.product-comparison .item-details {
  padding: 0.5em;
}
.product-comparison .pagination {
  display: none;
}
.product-comparison .carousel-control-box-prev, .product-comparison .carousel-control-box-next {
  position: absolute;
}
.product-comparison .carousel-control-prev, .product-comparison .carousel-control-next {
  top: 1em;
  width: 30px;
  height: 16em;
  background: none;
}
.product-comparison .carousel-control-prev {
  left: -10px;
}
.product-comparison .carousel-control-next {
  right: -10px;
}
.product-comparison .carousel-control-prev:hover, .product-comparison .carousel-control-next:hover {
  text-decoration: none;
  background: #f6f6f6;
}
.product-comparison .action > .btn {
  float: right;
  clear: right;
  width: 100%;
}
.product-comparison .actions-panel {
  position: absolute;
  bottom: 2px;
  right: 0;
  z-index: 10000;
  font-size: 1em;
  padding: 0 1.5em;
}
.product-comparison .pc-controls {
  float: left;
  width: 100%;
  padding: 0.75em;
  border: 1px solid #e0e7ea;
  margin-bottom: 1.5em;
}
.product-comparison .results-count, .product-comparison button.btn-remove {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0;
}
.product-comparison button.btn-remove {
  margin-left: 0.8em;
  font-size: 0.8em;
}
.product-comparison div.paginator-34 {
  max-width: 43%;
  float: right;
  clear: none;
  border: 0;
  padding: 0;
  margin: 0;
}
.product-comparison .pc-tbl {
  width: 100%;
}
.product-comparison .thumb-wrap {
  width: 160px;
  height: 160px;
}
.product-comparison .item-thumb img {
  max-width: 160px;
  max-height: 160px;
}
.product-comparison .pc-attr-container {
  float: left;
  border: 1px solid #e0e7ea;
  padding: 0.8em;
  width: 100%;
  border-collapse: collapse;
}
.product-comparison .pc-attr-container > h3 {
  margin-top: 0;
}
.product-comparison .pc-attr-list {
  float: left;
  width: 100%;
  border: 1px solid #e0e7ea;
  border-collapse: collapse;
}
.product-comparison .pc-attr-list .pc-attr {
  float: left;
  width: 100%;
  display: block;
  background: #fff;
  border-bottom: 1px solid #e0e7ea;
  transition: all 0.25s ease;
}
.product-comparison .pc-attr-list .pc-attr > span {
  display: block;
  float: left;
  width: 100%;
}
.product-comparison .pc-attr-carousel-container {
  max-height: 0px;
  overflow: hidden;
}
.product-comparison .pc-attr-list .pc-attr:hover, .product-comparison .pc-attr-list .pc-attr:focus {
  cursor: pointer;
}
.product-comparison .pc-attr-list .pc-attr.pc-active .pc-attr-carousel-container {
  max-height: 20000em;
}
.product-comparison .pc-value {
  float: left !important;
  clear: both;
  width: 100%;
}
.product-comparison .item-list .pc-active-item {
  border: 1px solid DodgerBlue;
}
.product-comparison .pc-value .item-list {
  max-height: 0;
  display: block;
  overflow: hidden;
}
.product-comparison .pc-value.pc-active > ul.item-list {
  max-height: 20000em;
}
.product-comparison .price .quote-required {
  margin-right: 0.5em;
}

@media all and (min-width: 768px) {
  .product-comparison [role=compare-grid] {
    font-size: 0.875em;
    padding: 0.75em 1em;
    border: 1px solid #e0e7ea;
  }
  .product-comparison .pc-active > span {
    font-weight: normal;
  }
  .product-comparison .item-wrap {
    padding-bottom: 0;
  }
  .product-comparison .carousel-item-equalize, .product-comparison .rp-carousel-item-equalize {
    padding-bottom: 4.5em;
  }
  .product-comparison .pc-carousel, .product-comparison .pc-attr-carousel-container {
    width: 80%;
  }
  .product-comparison .pagination {
    display: inline-block;
  }
  .product-comparison .carousel-control-prev {
    left: -32px;
  }
  .product-comparison .carousel-control-next {
    right: -32px;
  }
  .product-comparison .actions-panel a.btn.primary.add-to-cart, .product-comparison .actions-panel a.btn.primary.btn-view-details {
    top: -45px;
  }
  .product-comparison .actions-panel {
    padding: 0;
  }
  .product-comparison .item-actions label,
  .product-comparison .item-actions input,
  .product-comparison .item-actions select {
    font-size: 0.775em;
  }
  .product-comparison .item-actions .um-pack {
    margin-bottom: 0;
  }
  .product-comparison .item-actions select {
    margin: 0;
    max-width: 90px;
    margin-bottom: 0.5em;
  }
  .product-comparison .item-actions .btn-add-cart {
    font-size: 0.875rem;
  }
  .product-comparison .item-actions .item-qty {
    margin-left: 0;
  }
  .product-comparison .item-actions .action a + a.btn.btn-add-list {
    margin: 0.5em 0 1em 0;
  }
  .product-comparison .pc-attr-container {
    width: 100%;
    padding: 0;
  }
  .product-comparison .pc-attr-container > h3 {
    display: none;
  }
  .product-comparison .pc-attr-list .pc-attr:nth-of-type(2n) {
    background-color: #f6f6f6;
  }
  .product-comparison .pc-attr-list .pc-attr > span {
    width: 20%;
    font-weight: bold;
  }
  .product-comparison .pc-attr-list .pc-attr > span,
  .product-comparison .pc-attr-list .pc-value > span {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .product-comparison .pc-attr-list .pc-attr:hover, .product-comparison .pc-attr-list .pc-attr:focus {
    background: #e6e6e6;
  }
  .product-comparison .pc-attr-carousel-container {
    overflow: visible;
    max-height: 20000em;
  }
  .product-comparison .pc-carousel .pc-value {
    clear: none;
  }
  .product-comparison .pc-carousel .pc-value .item-list {
    min-height: 0;
    display: none;
  }
  .product-comparison .quote-required .f-dropdown.content {
    min-width: 160px !important;
    margin-left: -6px;
  }
  .product-comparison .actions-panel .item-actions .item-actions-wrap {
    padding: 0.5em;
  }
  .product-comparison .product-info .um .pack-container {
    display: initial;
  }
  .product-comparison .product-info .um .pack-container .pack {
    width: 100%;
  }
  .product-comparison .actions-block {
    margin-right: 0.5rem;
  }
}
@media all and (max-width: 767px) {
  .product-comparison .item-wrap {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .product-comparison div.remove a.btn .foundicon-remove:before {
    font-size: 1em;
  }
  .product-comparison .carousel-control-prev, .product-comparison .carousel-control-next {
    top: 2em;
    height: 6em;
  }
  .product-comparison button.btn-remove {
    float: right;
  }
  .product-comparison .pc-attr-container {
    padding: 0;
    border: 0;
    margin-top: 1em;
  }
  .product-comparison .pc-value {
    border-top: 1px solid #ccc;
  }
  .product-comparison .pc-value > span {
    width: 100%;
  }
  .product-comparison .pc-attr-list .pc-attr > span,
  .product-comparison .pc-attr-list .pc-value > span {
    background-color: SlateGray;
    color: #fff;
  }
  .product-comparison .pc-attr-list .pc-value > span {
    padding-left: 1.25em;
  }
  .product-comparison .pc-attr-list .pc-attr > span:hover, .product-comparison .pc-attr-list .pc-attr > span:focus,
  .product-comparison .pc-attr-list .pc-value > span:hover, .product-comparison .pc-attr-list .pc-value > span:focus {
    opacity: 0.9;
  }
  .product-comparison .pc-attr-list .pc-value {
    padding: 0;
  }
  .product-comparison .pc-attr-list .pc-attr.pc-active .pc-attr-carousel-container {
    overflow: visible;
  }
}
.product-detail .breadcrumbs .current {
  display: none;
}
.product-detail .pd-grid, .product-detail [role=cross-sells], .product-detail .pd-specs {
  padding: 0 0.9375em;
  margin-bottom: 0.9375em !important;
}
.product-detail .detail-info {
  float: left;
  width: 100%;
}
.product-detail .name-price [class*=price-], .product-detail .name-price .price {
  width: auto;
  display: inline-block;
  padding-right: 0.15em;
}
.product-detail .name-price .um {
  padding-right: 1em;
}
.product-detail .detail-info h1 {
  margin-top: 0;
  font-size: 1.5em;
}
.product-detail .detail-info .pd-price-um {
  margin-bottom: 1em;
}
.product-detail .detail-info .pd-price-um .quote-required {
  margin-right: 1em;
}
.product-detail .detail-info .pd-price-um .quote-required .quote-tip {
  margin-left: 0.5em;
}
.product-detail .detail-info .pd-price {
  display: inline-block;
  font-size: 1.25em;
  font-weight: 600;
}
.product-detail .detail-info .quantity-pricing {
  margin-bottom: 1em;
}
.product-detail .detail-info .availability {
  margin-bottom: 1em;
}
.product-detail .pd-grid ul.attribute-list {
  width: 100%;
  font-size: 0.9em;
  margin: 0.5em 0 1.5em 0;
  color: inherit;
}
.product-detail .pd-grid ul.doclinks {
  font-size: 0.9em;
  margin: 0.5em 0 1.5em 0;
  color: inherit;
  list-style-type: none;
}
.product-detail .pd-grid ul.doclinks li {
  display: inline-block;
  margin-right: 0.5em;
}
.product-detail .detail-options {
  float: left;
  width: 100%;
}
.product-detail .detail-options .fc-qty label {
  font-size: 0.875rem;
}
.product-detail .detail-image {
  float: left;
  text-align: center;
  margin-bottom: 20px;
}
.product-detail .btn-swatch {
  width: 45% !important;
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 5px !important;
  padding: 0.7em 0.7em !important;
}
.product-detail .swatch {
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 100%;
}
.product-detail .swatch-current-container {
  font-weight: 600;
  background: #F6F6F6 !important;
}
.product-detail .swatch-current {
  border: 2px solid #00A3FF !important;
  border-radius: 100%;
}
.product-detail .swatch-disabled svg {
  position: absolute;
  opacity: 0.75;
  top: 2px;
  left: 2px;
}
.product-detail .style-trait-label-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-detail .swatch-dropdown {
  position: relative;
  display: inline-block;
  height: 2.7em;
  width: 100%;
}
.product-detail .swatch-dropdown-selected-swatch {
  display: flex;
}
.product-detail .swatch-dropdown-select {
  height: 2.7em;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(204, 204, 204);
  font-size: 14px;
  font-weight: 400;
  font-family: "sourcesanspro";
  color: rgba(0, 0, 0, 0.75);
  background-color: #FFFFFF !important;
  padding: 0.1em 0.5em;
  text-align: left;
  margin-bottom: 0;
}
.product-detail .swatch-dropdown-text {
  display: flex;
  align-items: center;
  margin-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-detail .swatch-dropdown-option {
  height: 2.7em;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  font-family: "sourcesanspro";
  color: rgba(0, 0, 0, 0.75);
  background-color: #FFFFFF;
  padding: 0.1em 0.5em;
  text-align: left;
  margin-bottom: 0;
}
.product-detail .swatch-dropdown-option:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.product-detail button.swatch-dropdown-option:hover:enabled {
  background: #F6F6F6 !important;
}
.product-detail button.swatch-dropdown-option:hover:disabled {
  background: none !important;
  color: rgba(16, 16, 16, 0.3);
}
.product-detail .swatch-dropdown-list {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.product-detail .show-dropdown-list {
  display: block;
  max-height: 300px;
  width: 100%;
}
.product-detail .dropbtn:hover, .product-detail .dropbtn:focus {
  background-color: #2980B9;
}
.product-detail .swatch-dropdown-item {
  display: flex;
  align-content: center;
}
.product-detail .swatch-dropdown-container {
  position: relative;
  display: inline-block;
  min-width: 33px;
  min-height: 33px;
  padding: 2px;
  background: transparent;
  border-radius: 100%;
  border: 2px solid transparent;
}
.product-detail .swatch-grid > ul {
  overflow-y: auto;
  max-height: 300px;
  display: inline-block;
  width: 100%;
  margin-left: auto;
}
.product-detail .swatch-grid-item {
  display: inline-block;
  width: 40%;
  text-align: center;
  margin: 10px 5px;
}
.product-detail .swatch-grid-option {
  height: 100%;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  font-family: "sourcesanspro";
  color: rgba(0, 0, 0, 0.75);
  background-color: #FFFFFF;
  padding: 0.1em 0.5em;
  text-align: left;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-detail .swatch-grid-option:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.product-detail .swatch-grid-container {
  position: relative;
  display: inline-block;
  min-width: 33px;
  min-height: 33px;
  padding: 2px;
  background: transparent;
  border-radius: 100%;
  border: 2px solid transparent;
}
.product-detail .swatch-grid-text {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.product-detail button.swatch-grid-option:hover:enabled {
  background: #F6F6F6 !important;
}
.product-detail button.swatch-grid-option:hover:disabled {
  background: none !important;
  color: rgba(16, 16, 16, 0.3);
}
.product-detail .swatch-list > ul {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 300px;
  width: 100%;
  margin-left: auto;
}
.product-detail .swatch-list-item {
  display: inline-block;
  width: 90%;
  margin: 10px 0px;
}
.product-detail .swatch-list-option {
  height: 100%;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  font-family: "sourcesanspro";
  color: rgba(0, 0, 0, 0.75);
  background-color: #FFFFFF;
  padding: 0.1em 0.5em;
  text-align: left;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-detail .swatch-list-option:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.product-detail button.swatch-list-option:hover:enabled {
  background: #F6F6F6 !important;
}
.product-detail button.swatch-list-option:hover:disabled {
  background: none !important;
  color: rgba(16, 16, 16, 0.3);
}
.product-detail .swatch-list-container {
  position: relative;
  display: inline-block;
  min-width: 33px;
  min-height: 33px;
  padding: 2px;
  background: transparent;
  border-radius: 100%;
  border: 2px solid transparent;
}
.product-detail .swatch-list-text {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-left: 5px;
}
.product-detail .detail-share {
  text-align: center;
}
.product-detail .pd-grid .fc-um, .product-detail .pd-grid .fc-qty {
  float: left;
  padding: 0;
  width: 50% !important;
}
.product-detail .pd-grid .fc-qty input {
  max-width: 100px;
}
.product-detail .pd-buttons div {
  float: left;
}
.product-detail .pd-grid .fc-um label {
  font-size: 0.875rem;
}
.product-detail .pd-grid .fc-um .columns, .product-detail .pd-grid .fc-qty .columns {
  padding: 0;
}
.product-detail .pd-grid .fc-um .pack {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 1em;
  font-size: 0.875rem;
}
.product-detail .pd-grid .fc-um .pack .pack-label {
  font-weight: 600;
  font-size: 0.875rem;
}
.product-detail [role=main] .detail-options a.btn.btn-add-to-cart, .product-detail [role=main] .detail-options a.btn.btn-add-to-list {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.product-detail .primary-button, .product-detail .secondary-button {
  padding-right: 0;
  margin-right: 0;
}
.product-detail .pd-grid {
  margin-top: 2em !important;
}
.product-detail .detail-info .item-num {
  margin-bottom: 1em;
}
.product-detail .detail-options .panel {
  border: 1px solid #e0e7ea;
  background: none;
}
.product-detail .detail-options .panel .section-label {
  word-break: break-word;
}
.product-detail .pd-buttons, .product-detail .secondary-button {
  float: left;
  width: 100%;
}
.product-detail .pd-item-link {
  cursor: zoom-in;
}
.product-detail .images-carousel-wrapper {
  padding: 0.6em 0;
  visibility: hidden;
  position: relative;
  margin: 0 auto;
}
.product-detail .images-carousel-wrapper .img-carousel .slides img {
  display: inline-block;
  max-height: 44px;
  max-width: 44px;
  height: auto;
  width: auto;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
}
.product-detail .images-carousel-wrapper ul li {
  margin: 0;
  width: 50.8px;
  height: 50.8px;
  line-height: 42px;
  cursor: pointer;
}
.product-detail .images-carousel-wrapper ul li .item-wrap {
  margin: 0 4.8px 0 0;
  border: 1px solid #d5d5d5;
}
.product-detail .images-carousel-wrapper ul li.active .item-wrap {
  border-color: #555555;
}
.product-detail .images-carousel-wrapper .img-carousel-control-prev, .product-detail .images-carousel-wrapper .img-carousel-control-next {
  top: 0.3em;
  width: 0.7em;
  height: 2em;
  background: none;
  display: none;
}
.product-detail .images-carousel-wrapper .img-carousel-control-prev span, .product-detail .images-carousel-wrapper .img-carousel-control-next span {
  font-size: 0.8em;
}
.product-detail .images-carousel-wrapper .img-carousel-control-prev {
  left: -0.8em;
}
.product-detail .images-carousel-wrapper .img-carousel-control-next {
  right: -0.8em;
}
.product-detail .images-carousel-wrapper .img-carousel-control-prev:hover, .product-detail .images-carousel-wrapper .img-carousel-control-next:hover {
  text-decoration: none;
  background: #f6f6f6;
}
.product-detail.popup-share {
  max-width: 480px;
  overflow: auto;
  height: 93vh;
}
.product-detail .pd-specs .spec-attributes {
  width: 480px;
}
.product-detail .pd-specs .spec-attributes td {
  padding: 0.5625rem 0.625rem;
  line-height: 1.25rem;
}
.product-detail .pd-specs .spec-documents {
  margin-left: 0;
}
.product-detail .pd-specs .spec-documents li {
  list-style-type: none;
  line-height: 2.2em;
  margin-bottom: 5px;
}

.uom-input {
  width: 6.4515625rem !important;
  height: 2.0625rem;
  padding: 0.3125rem;
}

#imgZoom .modal-wrap {
  max-width: 90%;
  width: auto;
}
#imgZoom .modal-wrap img.imgZoom {
  display: block;
  margin: 0 auto;
  max-height: 80vh;
}
#imgZoom .modal-wrap .sirv-image {
  width: 400px;
  padding-top: 10px;
}
#imgZoom .modal-wrap .zoom-carousel-wrapper {
  height: 56px;
}
#imgZoom .modal-wrap .zoom-carousel-wrapper .images-carousel-wrapper {
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .product-detail .detail-info .name-price {
    width: 100%;
  }
  .product-detail .detail-info h6 {
    margin-top: 0 !important;
  }
  .product-detail .detail-info ul.attribute-list {
    color: inherit;
  }
  .product-detail .detail-options {
    margin-bottom: 1.5em;
  }
  .product-detail .pd-grid .fc-um {
    width: 100%;
    float: left;
    margin-bottom: 0.5em;
    padding-right: 1.5em;
  }
  .product-detail .pd-grid .fc-qty {
    width: 100% !important;
    float: left;
  }
  .product-detail .pd-specs .spec-attributes {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .product-detail .pd-grid .fc-um {
    width: 70% !important;
    padding-right: 1em;
  }
  .product-detail .pd-grid .fc-um select {
    width: auto;
  }
  .product-detail .pd-grid .fc-qty {
    width: 30% !important;
  }
  .product-detail [role=main] .detail-options .btn.btn-add-to-cart, .product-detail [role=main] .detail-options a.btn.btn-add-to-list {
    font-size: 1.2em;
  }
  .product-detail [role=main] .detail-options .btn.btn-add-to-cart {
    width: 100%;
  }
  .product-detail .detail-info {
    padding-right: 0.9375em;
  }
  .product-detail .detail-image {
    max-width: 300px !important;
    float: left;
    width: 43% !important;
  }
  .product-detail .detail-info {
    width: 75% !important;
    float: left;
  }
  .product-detail .name-price, .product-detail .pd-grid .pd-cm-wrap, .product-detail .pd-grid .doclinks {
    float: right;
    width: 54%;
    color: inherit;
  }
  .product-detail .detail-specs {
    width: 75% !important;
    float: left;
    padding-right: 0.9375em;
  }
  .product-detail .detail-options {
    float: right;
    width: 20%;
  }
  .product-detail .fc-um, .product-detail .fc-qty {
    width: 100% !important;
  }
  .product-detail #imgZoom .modal-wrap img {
    max-height: 75vh;
  }
}
.product-list {
  /* Left Navigation 2 Advanced Filtering */
  /* Left Navigation 2 Accordion Panels */
  /* Left Navigation Filter Sections */
  /* Filter Panels */
  /* Mobile Filter Panel */
  /* Compare Panel */
  /* Slider UI Styling */
  /* Products */
  /* Compare Button */
  /* Footable Plugin Overrides View */
  /* Filter Section Accordions */
}
.product-list .pl4-cm {
  margin-bottom: 1.5em;
}
.product-list .item-block .price span {
  margin: 0 0;
}
.product-list .price-saving {
  display: block;
  margin-bottom: 0.75em;
}
@media all and (max-width: 767px) {
  .product-list .breadcrumbs {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.product-list .left-nav-2 {
  position: relative;
}
@media all and (min-width: 768px) {
  .product-list .left-nav-2 ul li {
    font-size: 0.875em;
  }
  .product-list .left-nav-2 .accord-show-more {
    padding-left: 1.5em;
    font-size: 0.875em;
    font-weight: bold;
  }
  .product-list .f-dropdown.content.open {
    right: -25px;
    left: inherit !important;
  }
  .product-list .f-dropdown.content.open:before {
    right: 28px !important;
    left: inherit !important;
  }
  .product-list .f-dropdown.content.open:after {
    right: 27px !important;
    left: inherit !important;
  }
}
@media all and (max-width: 480px) {
  .product-list .f-dropdown.content.open {
    left: -30px !important;
  }
  .product-list .f-dropdown.content.open:before {
    left: 134px !important;
  }
  .product-list .f-dropdown.content.open:after {
    left: 133px !important;
  }
}
.product-list .left-nav-2 ul {
  list-style-type: none;
}
.product-list .ln2-wrap .nav-head {
  margin: 1.2em;
}
.product-list .ln2-wrap .nav-head h2 {
  font-weight: 600;
}
.product-list .ln2-wrap .nav-head ul li {
  line-height: 1.25em;
  margin-bottom: 0.75em;
}
.product-list .ln2-wrap h2 {
  margin-top: 0;
}
.product-list .ln2-wrap h3 {
  font-weight: 600;
}
.product-list .ln2-wrap .nav-cats li {
  margin-bottom: 5px;
}
.product-list .n-filter {
  display: none;
  margin-top: 20px;
}
.product-list .nav-head-2 {
  margin: 0 1.2em;
}
.product-list .n-filtered {
  margin: 0 1.5em;
  margin-bottom: 1.5em;
  font-weight: normal;
  font-style: normal;
}
.product-list .n-filtered ul {
  margin-bottom: 10px;
}
.product-list .n-filtered li {
  margin-bottom: 10px;
  background: url("/Themes/Responsive/Styles/template/../../css/img/Default/icon-filter-remove.png") no-repeat left 6px;
}
.product-list .n-filtered li a:link,
.product-list .n-filtered li a:visited,
.product-list .n-filtered li a:active {
  color: inherit;
  display: inline-block;
  padding-left: 22px;
  line-height: 22px;
  color: #696969;
  position: relative;
}
.product-list .n-filtered li a:before {
  content: "\e606";
  font-family: "good-oatmeal-v2";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.product-list .n-filtered li em {
  font-style: normal;
}
.product-list .n-filtered .clear-all {
  font-size: 0.875rem;
}
.product-list ul.accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-top: none;
  border-left: none;
}
.product-list ul.accordion:after,
.product-list [role=compare] ul.accordion:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.product-list .accordion > li,
.product-list [role=compare] .accordion > li {
  cursor: pointer;
  padding: 0 !important;
  margin: 0 0 9px 0;
  float: left;
  display: block;
  width: 100%;
}
.product-list [role=compare] .accordion > li,
.product-list [role=mobile-filters] .accordion > li {
  margin: 0;
}
.product-list .accordion li > div {
  width: 100%;
  display: block;
  clear: both;
  float: left;
  cursor: auto;
}
.product-list .accordion .f-wrap {
  margin: auto;
  padding: 0;
  width: 100%;
  display: block;
}
.product-list .ln2-wrap .f-cat:not([role=mobile-filters]) .accordion .content {
  width: 100%;
  padding: 0;
}
.product-list .ln2-wrap .f-cat:not([role=mobile-filters]) .accordion .content .f-wrap {
  padding: 1em 0;
}
.product-list .ln2-wrap .f-wrap .jspVerticalBar {
  width: 8px;
  background: none;
}
.product-list .ln2-wrap .f-wrap .jspTrack {
  background: none;
}
.product-list .ln2-wrap .f-wrap .jspDrag {
  background: #ddddde;
}
.product-list .n-filter .accordion ul {
  margin: 0;
  padding-left: 1.25em;
  padding-top: 0.5em;
}
.product-list .n-filter .accordion ul li {
  margin-bottom: 5px;
  position: relative;
}
.product-list .n-filter .accordion ul li a {
  display: inline-block;
  padding-left: 1.5em;
  position: relative;
}
.product-list .n-filter .accordion ul li:before, .product-list .search-container .search-filter label:before {
  content: "\e60c";
  font-family: "good-oatmeal-v2";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 1rem;
  color: #ccc;
}
.product-list .n-filter .accordion ul li.f-selected:before, .product-list .search-container .search-filter label.f-selected:before {
  content: "\e60b";
  color: DodgerBlue;
}
.product-list .n-filter .accordion ul li.f-selected {
  margin-bottom: 5px;
  font-weight: 600;
}
.product-list .n-filter .f-count {
  color: #999;
}
.product-list .n-filter {
  display: none !important;
}
.product-list [role=compare],
.product-list [role=mobile-filters] {
  padding-right: 0.9375em;
  padding-left: 0.9375em;
  border-collapse: collapse;
}
@media all and (min-width: 768px) {
  .product-list [role=mobile-filters] {
    padding: 0;
  }
  .product-list .left-nav-2 .f-cat[role=mobile-filters] label.accord-head {
    display: inline-block;
  }
}
.product-list [role=compare] {
  margin-bottom: 1.5em;
}
.product-list .left-nav-2 .f-cat[role=mobile-filters] {
  margin: 1.5em 0;
}
@media all and (min-width: 768px) {
  .product-list .left-nav-2 .f-cat[role=mobile-filters] {
    margin: 0;
  }
}
.product-list .filter-option-container {
  padding: 0.25em 1em;
}
@media ALL and (min-width: 768px) {
  .product-list .filter-option-container {
    float: left;
    width: 33.3333%;
  }
}
.product-list .left-nav-2 .f-cat[role=mobile-filters] .accord-content label {
  display: none;
}
.product-list .left-nav-2 .f-cat[role=mobile-filters] select {
  margin: 1em 0;
}
.product-list .filter-buttons {
  float: right;
  width: 50%;
  text-align: right;
  clear: both;
}
.product-list .filter-buttons a {
  float: right;
  width: 45%;
  text-align: right;
  white-space: nowrap;
}
.product-list .filter-buttons .btn-apply {
  float: right;
  margin-left: 5%;
  width: 50%;
}
.product-list .f-cat .btn {
  padding: 5px 0;
  font-size: 0.5em;
}
.product-list .n-filter .f-price-slider {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-list .n-filter .f-price-slider input {
  border: 0;
  color: inherit;
  height: auto;
  padding: 0;
  text-indent: 0;
  margin-bottom: 5px;
}
.product-list .n-filter #slider-range {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  margin: 0 0.6em;
}
.product-list .n-filter .ui-slider-horizontal .ui-slider-range {
  background: #f5f5f5;
}
.product-list .n-filter #slider-range a {
  background: url("/Themes/Responsive/Styles/template/../../css/img/Default/icon-slider-arrow-left.png") no-repeat center center #5d5d5d;
  width: 15px;
  height: 14px;
  border: 0;
  border-radius: 0;
  top: -2px;
}
.product-list .n-filter #slider-range a:hover,
.product-list .n-filter #slider-range a:focus {
  cursor: pointer;
  background-color: #000 !important;
}
.product-list .n-filter #slider-range a:last-child {
  background: url("/Themes/Responsive/Styles/template/../../css/img/Default/icon-slider-arrow-right.png") no-repeat center center #5d5d5d;
}
.product-list .product-list .plist-right .results-count {
  margin-bottom: 1.5em;
}
.product-list .row .row.product-list {
  margin-left: 0;
  margin-right: 0;
}
.product-list .item-block .product-compare-add {
  text-align: left;
  margin: 0.5em 0;
}
@media all and (max-width: 768px) {
  .product-list .item-block .product-compare-add {
    margin-bottom: 0;
  }
  .product-list .vm-grid .item-list .item-inf-wrapper, .product-list .vm-grid .item-list .item-price, .product-list .vm-grid .item-list .item-thumb {
    height: auto !important;
  }
  .product-list .product-info .um .pack {
    margin-left: 0;
  }
}
.product-list a.compare-link {
  font-size: 0.875em;
  padding: 0.25em;
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1.5em;
}
.product-list a.compare-link:before {
  content: "\e60c";
  font-family: "good-oatmeal-v2";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  margin-right: 0.5em;
  font-size: 1rem;
  color: #ccc;
  vertical-align: bottom;
}
.product-list .vm-list .compare-link {
  width: 100%;
  text-align: center;
}
.product-list .vm-list .um-pack .um {
  margin-bottom: 5px;
}
.product-list .vm-list .um, .product-list .vm-grid .um {
  margin-top: 0;
}
.product-list .vm-list .um-pack .um, .product-list .vm-grid .um-pack .um {
  margin-top: 12px;
}
.product-list a.compare-active:before {
  content: "\e60b";
  color: DodgerBlue;
}
@media all and (min-width: 480px) {
  .product-list .pl-item .pl-img {
    width: 25%;
    padding-right: 0;
    max-width: 177px;
  }
  .product-list ul.sorting {
    display: inline-block !important;
    height: 32px;
  }
}
.product-list .left-nav-2 {
  padding: 0;
}
.product-list .paginator-34.pbtm {
  margin-top: 10px;
}
@media all and (min-width: 768px) {
  .product-list .paginator-34 {
    text-align: right;
  }
  .product-list .plist-right {
    padding: 0;
  }
}
@media all and (min-width: 1000px) {
  .product-list .main-row > div.right.columns {
    width: 70%;
  }
}
.product-list .viewmode-selector {
  display: none;
  float: left;
}
.product-list .viewmode-selector > a,
.product-list .viewmode-selector > button {
  display: inline-block;
  width: 25px;
  height: 35px;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.product-list .viewmode-selector > a:before,
.product-list .viewmode-selector > button:before {
  color: #b8b8b8;
  text-indent: 0px !important;
  font-family: "good-oatmeal-v2";
  font-size: 2em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: middle;
  position: absolute;
  top: 15%;
  left: 5%;
}
.product-list .viewmode-selector a:hover:before,
.product-list .viewmode-selector a:focus:before {
  color: #333;
}
.product-list .viewmode-selector button.btn-columns {
  width: 100px;
  text-indent: 1.75em;
  font-size: 0.8em;
  line-height: 1.5em;
  display: none;
}
.product-list #choosecolumns.f-dropdown.content {
  padding: 0.75em 1em 0.25em 1em;
}
.product-list .viewmode-selector a.vms-grid:before {
  content: "\e653";
}
.product-list .viewmode-selector a.vms-list:before {
  content: "\e654";
}
.product-list .viewmode-selector a.vms-table:before {
  content: "\e652";
}
.product-list .viewmode-selector button.btn-columns:before {
  content: "\e650";
  font-size: 20px;
  top: 0.4em;
  left: 0.4em;
}
.product-list .vm-table .viewmode-selector button.btn-columns {
  display: inline-block;
  margin: 0;
  margin-left: 0.5em;
}
.product-list .vm-grid .viewmode-selector a.vms-grid:before,
.product-list .vm-list .viewmode-selector a.vms-list:before,
.product-list .vm-table .viewmode-selector a.vms-table:before {
  color: #333;
}
.product-list .tv-table {
  display: none;
  float: left;
}
.product-list .vm-table ul.column-selection {
  list-style-type: none;
}
.product-list .vm-table ul.column-selection > li {
  display: block;
  width: 100%;
  text-align: left;
  float: left;
  margin-bottom: 0.75em;
  background: none;
}
.product-list .vm-table ul.column-selection > li > * {
  display: inline-block;
  vertical-align: top;
}
.product-list .vm-table ul.column-selection > li input {
  margin-top: 0.15em;
  margin-right: 0.5em;
}
.product-list .vm-table ul.column-selection > li label {
  width: 100%;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 600;
  white-space: normal;
  line-height: 1.25em;
  cursor: pointer;
}
.product-list #choosecolumns.f-dropdown:before,
.product-list #choosecolumns.f-dropdown:after {
  display: none;
}
.product-list .quote-required {
  font-size: 0.8em;
  white-space: nowrap;
}
.product-list .vm-table .left-nav-2 {
  width: 100%;
  border: 0;
  background: none;
  margin-bottom: 1.5em;
}
@media all and (min-width: 768px) {
  .product-list {
    /* Width of the list container */
    /* Grid and List */
    /* Table */
    /* Show/hide the correct filters for each view mode */
    /* Grid and List */
    /* Table */
    /* List-mode-specific classes */
    /* Grid-mode block grid classes */
    /* Table-mode block grid classes */
    /* Headers */
    /* Adjust the padding on cells */
    /* Style divs like table cells */
    /* Hide the attribute names */
    /* Table View Scaling and positioning */
    /* Quantity Pricing Tooltip offset */
  }
  .product-list .viewmode-selector {
    display: inline-block;
    margin-bottom: 0.5em;
  }
  .product-list .vm-grid .plist-right,
  .product-list .vm-list .plist-right {
    max-width: 460px;
    width: 70%;
  }
  .product-list .vm-table .plist-right {
    width: 100%;
  }
  .product-list .left-nav-2 {
    width: 250px;
    padding: 0;
    margin: 0;
    margin-bottom: 3em;
    background: #F6F6F6;
    border: 1px solid #E1E1E1;
  }
  .product-list .vm-list .n-filter,
  .product-list .vm-grid .n-filter {
    display: block !important;
  }
  .product-list .vm-list .left-nav-2 .accordion li .f-cat,
  .product-list .vm-grid .left-nav-2 .accordion li .f-cat {
    display: block;
  }
  .product-list .vm-list .left-nav-2 .f-cat[role=mobile-filters],
  .product-list .vm-grid .left-nav-2 .f-cat[role=mobile-filters] {
    display: none !important;
  }
  .product-list .f-cat[role=mobile-filters] .search-within-search .search-container .search-filter {
    top: 16px;
    position: relative;
    margin-bottom: 0;
  }
  .product-list .vm-table .content-wrapper {
    overflow: hidden;
    width: 100%;
  }
  .product-list .vm-table table tr.even,
  .product-list .vm-table table tr.alt,
  .product-list .vm-table table tr:nth-of-type(2n) {
    background: none transparent;
  }
  .product-list .item-list .item-block .item-details .item-price {
    margin-bottom: 32px;
  }
  .product-list .vm-list .item-list .item-block .item-price {
    float: right;
    width: 30%;
  }
  .product-list .vm-list .item-details {
    width: 80%;
    padding-right: 1em !important;
  }
  .product-list .vm-list div.item-details div.item-inf-wrapper {
    float: left;
    width: 60%;
    margin-bottom: 1em;
  }
  .product-list .vm-list .item-block .item-thumb {
    margin-bottom: 0;
  }
  .product-list .vm-list .item-block ul.attribute-list li {
    line-height: 1.3em;
    padding: 0;
    margin-bottom: 0.25em;
  }
  .product-list .vm-list .item-block .item-price {
    text-align: right;
  }
  .product-list .vm-list .product-info .pack-container {
    position: relative;
    height: 1em;
    display: inline-block;
    width: 100%;
  }
  .product-list .vm-list .product-info .pack-container .pack {
    position: absolute;
    right: 0;
    white-space: nowrap;
  }
  .product-list .vm-list .actions-block {
    float: right;
    text-align: right;
    margin: 0;
  }
  .product-list .vm-list .actions-block .um label, .product-list .vm-list .actions-block .um div {
    margin-left: auto;
  }
  .product-list .vm-list .actions-block .add-to-cart-block {
    display: flex;
  }
  .product-list .vm-list .actions-block .add-to-cart-block .item-qty {
    margin-left: auto;
  }
  .product-list .vm-list .actions-block .add-to-cart-block .action {
    width: auto;
    margin-left: 5px;
  }
  .product-list .vm-list .item-list .item-block .item-price {
    float: right;
    width: 40%;
    margin-bottom: 10px;
  }
  .product-list .vm-grid .item-list {
    border: 1px solid #e0e0e0;
    border-right: 0;
    border-bottom: 0;
  }
  .product-list .vm-grid .item-details {
    width: 100%;
    padding: 1em !important;
  }
  .product-list .vm-grid .item-details .item-inf-wrapper {
    width: 100%;
    min-height: 170px;
    overflow: hidden;
  }
  .product-list .vm-grid .item-block {
    width: 33.3333%;
    float: left;
    display: inline-block;
    vertical-align: top;
    margin: 0 !important;
    border: 0;
  }
  .product-list .vm-grid .item-block {
    border-right: 1px solid #E0E0E0;
    border-collapse: collapse;
    padding: 0;
  }
  .product-list .vm-grid .item-block .item-thumb {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 1rem 1rem 0 1rem !important;
  }
  .product-list .vm-grid .item-block .item-description {
    width: 100%;
  }
  .product-list .vm-grid .item-block .item-name {
    font-size: 0.8em;
  }
  .product-list .vm-grid .item-block .product-compare-add {
    text-align: center;
  }
  .product-list .vm-grid .item-block ul.attribute-list {
    display: none;
  }
  .product-list .vm-grid .item-block .availability {
    display: block;
  }
  .product-list .vm-grid .item-block .item-price > * {
    display: inline-block;
  }
  .product-list .vm-grid .quantity-pricing {
    margin: 0;
    display: block !important;
  }
  .product-list .vm-grid .item-price {
    margin-bottom: 0 !important;
  }
  .product-list .vm-grid .item-price .product-info {
    display: block;
  }
  .product-list .vm-grid .item-price .product-info .um .pack {
    margin-left: 0;
  }
  .product-list .vm-table .item-list {
    display: none;
  }
  .product-list .vm-table .item-list.table-view {
    display: table;
  }
  .product-list .table-view-headers {
    display: none;
    width: 100%;
    border: 1px solid #ddd;
    font-weight: 600;
    border-bottom: 3px solid #ccc;
  }
  .product-list .vm-table .table-view-headers {
    display: table;
  }
  .product-list .table-view-headers > div {
    display: table-cell;
    border-right: 1px solid #e0e0e0;
    text-align: left;
    line-height: 1.5em;
    padding: 1em 5px;
    background-color: #f6f6f6;
  }
  .product-list .table-view-headers .tv-description {
    width: 30%;
  }
  .product-list .table-view-headers .tv-att1 {
    width: 10%;
  }
  .product-list .table-view-headers .tv-att2 {
    width: 10%;
  }
  .product-list .table-view-headers .tv-att3 {
    width: 11%;
  }
  .product-list .table-view-headers .tv-rating {
    width: 11%;
  }
  .product-list .table-view-headers .tv-availability {
    width: 11%;
  }
  .product-list .table-view-headers .tv-price {
    width: 7%;
  }
  .product-list .table-view-headers .tv-um {
    width: 10%;
  }
  .product-list .vm-table .item-block .item-details,
  .product-list .vm-table .item-block .item-thumb {
    padding: 0 !important;
  }
  .product-list .vm-table .item-details .item-inf-wrapper,
  .product-list .vm-table .item-details .item-description,
  .product-list .vm-table .item-block ul.attribute-list,
  .product-list .vm-table .item-block ul.attribute-list li {
    padding: 0;
  }
  .product-list .vm-table .item-details {
    width: 85%;
  }
  .product-list .vm-table .item-details > div {
    display: table-cell;
    vertical-align: top;
  }
  .product-list .vm-table .item-details .item-inf-wrapper {
    width: 86%;
  }
  .product-list .vm-table .item-details .item-inf-wrapper > div {
    display: table-cell;
    vertical-align: top;
  }
  .product-list .vm-table .item-details .item-description {
    width: 27%;
  }
  .product-list .vm-table .actions-panel a.btn.primary.add-to-cart {
    width: 10%;
  }
  .product-list .vm-table .item-block ul.attribute-list {
    display: table-cell;
  }
  .product-list .vm-table .item-block ul.attribute-list .attrib-name {
    display: none;
  }
  .product-list .vm-table .item-thumb {
    width: 20%;
    display: inline-block;
  }
  .product-list .vm-table .item-thumb img {
    width: 100%;
  }
  .product-list .vm-table .item-description {
    display: inline-block;
    vertical-align: top;
    padding-left: 2%;
    width: 77%;
    font-size: 1em;
    line-height: 1.25em;
  }
}
@media all and (min-width: 768px) and (min-width: 820px) {
  .product-list .vm-table .item-thumb {
    width: 12%;
  }
  .product-list .vm-table .item-description {
    width: 87%;
  }
}
@media all and (min-width: 768px) {
  .product-list .vm-table .compare-link {
    text-align: center;
  }
  .product-list .vm-table .tv-table {
    display: table;
    font-size: 100%;
  }
  .product-list .vm-table .tv-table .product-info .pack-container {
    position: relative;
    height: 1.5em;
    display: inline-block;
    width: 100%;
  }
  .product-list .vm-table .tv-table .product-info .pack-container .pack {
    position: absolute;
    right: 0;
    white-space: nowrap;
  }
  .product-list .vm-table .tv-table .product-info .um {
    display: initial;
  }
  .product-list .vm-table .tv-table .actions-block {
    min-width: 154px;
  }
  .product-list .vm-table .tv-table .actions-block .um label, .product-list .vm-table .tv-table .actions-block .um div {
    margin-left: auto;
    display: inline-block;
    float: initial;
  }
  .product-list .vm-table .tv-table .actions-block .um select {
    height: 2.4em;
  }
  .product-list .vm-table .tv-table .actions-block .add-to-cart-block {
    display: flex;
  }
  .product-list .vm-table .tv-table .actions-block .add-to-cart-block .item-qty {
    margin-left: auto;
    width: 50px;
  }
  .product-list .vm-table .tv-table .actions-block .add-to-cart-block .item-qty input {
    height: 2.4em;
  }
  .product-list .vm-table .tv-table .actions-block .add-to-cart-block .action {
    margin-left: 5px;
  }
  .product-list .vm-table .tv-description {
    width: 46%;
  }
  .product-list .vm-table .item-name {
    display: inline-block;
    margin-bottom: 0.5em;
  }
  .product-list .vm-table .item-num {
    display: block;
  }
  .product-list .vm-table .tv-attr1,
  .product-list .vm-table .tv-attr2,
  .product-list .vm-table .tv-attr3 {
    width: 20%;
  }
  .product-list .vm-table .tv-rating {
    width: 75px;
  }
  .product-list .vm-table .tv-availability {
    width: 111px;
    white-space: nowrap;
  }
  .product-list .vm-table .instock-filter {
    display: block;
    white-space: nowrap;
  }
  .product-list .vm-table .instock-filter > * {
    display: inline-block;
    vertical-align: middle;
  }
  .product-list .vm-table .tv-availability input,
  .product-list .vm-table .tv-availability label {
    width: 13px;
    margin-right: 0.5em;
  }
  .product-list .vm-table .tv-availability label {
    width: 80px;
    font-size: 85%;
  }
  .product-list .vm-table .tv-price {
    width: 50px;
    text-align: right;
  }
  .product-list .price-sale + .price-old {
    display: block;
  }
  .product-list .vm-table .tv-um {
    width: 50px;
  }
  .product-list .vm-table .tv-action {
    vertical-align: bottom;
    padding-bottom: 0;
    width: 160px;
    min-width: 160px;
    text-align: right;
  }
  .product-list .vm-table .footable-row-detail-inner {
    display: block;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    margin: 0 !important;
    border-bottom: 0;
    text-align: right;
    position: relative;
    z-index: 100;
    background: none transparent;
    -moz-transition: all 0.125s ease;
    -ms-transition: all 0.125s ease;
    -o-transition: all 0.125s ease;
    -webkit-transition: all 0.125s ease;
    transition: all 0.125s ease;
  }
  .product-list .vm-table .footable-row-detail-cell {
    padding: 0;
  }
  .product-list .vm-table .footable-row-detail {
    display: table-row !important;
    height: 0px;
    overflow: hidden;
  }
  .product-list .vm-table .footable-detail-show + .footable-row-detail .footable-row-detail-inner {
    max-height: 100%;
  }
  .product-list .vm-table .footable-detail-show + .footable-row-detail .footable-row-detail-cell {
    padding: 1em !important;
  }
  .product-list .vm-table .footable-row-detail-row {
    max-width: 50%;
    vertical-align: top;
    width: 40%;
    float: left;
    clear: left;
  }
  .product-list .vm-table .footable-row-detail-row:last-child {
    width: 25%;
    float: none;
    display: inline-block;
    text-align: right;
  }
  .product-list .vm-table .footable-row-detail-row:last-child .footable-row-detail-name {
    display: none;
  }
  .product-list .vm-table .quantity-pricing .f-dropdown.content {
    margin-left: -100px;
  }
  .product-list .vm-table .f-dropdown:before {
    left: 50%;
  }
  .product-list .vm-table .f-dropdown:after {
    left: 50%;
  }
}
@media all and (min-width: 768px) {
  .product-list .vm-grid .item-block {
    width: 50%;
    border-bottom: 1px solid #E0E0E0;
  }
}
@media all and (min-width: 920px) {
  .product-list .vm-grid .item-block {
    width: 33.3333%;
    border-bottom: 1px solid #E0E0E0;
  }
}
@media all and (min-width: 1235px) {
  .product-list {
    /* Correction for strange Foundation offset positioning within table.
       TODO: Remove if possible. */
  }
  .product-list .vm-table .quote-required .f-dropdown.content {
    margin-left: -116px;
  }
  .product-list .vm-table .quote-required .f-dropdown:before,
  .product-list .vm-table .quote-required .f-dropdown:after {
    left: 50%;
  }
}
@media all and (min-width: 800px) {
  .product-list .vm-grid .plist-right,
  .product-list .vm-list .plist-right {
    max-width: 500px;
  }
}
@media all and (min-width: 900px) {
  .product-list .vm-grid .plist-right,
  .product-list .vm-list .plist-right {
    max-width: none;
  }
}
.product-list .footable-row-detail-inner {
  float: right;
}
.product-list .vm-table tr.table-panel-visible {
  display: table-row;
}
.product-list a.footable-toggle,
.product-list .vm-table .btn.primary.btn-view-details {
  text-align: center;
  vertical-align: middle;
  padding-right: 0 !important;
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.product-list .footable-toggle {
  display: inline-block;
  text-decoration: none !important;
}
.product-list a.footable-toggle:before {
  content: "\e00a" !important;
  color: #fff;
  font-family: "good-oatmeal-v2";
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: middle;
  text-indent: 0;
  top: 0;
  left: 0;
}
.product-list .vm-table .btn.primary.btn-view-details:hover {
  opacity: 1;
}
.product-list .vm-table .btn.primary.btn-view-details:before {
  left: 50% !important;
  margin-left: -0.5em;
}
.product-list .vm-table .btn.primary.btn-view-details:hover:before {
  color: rgba(255, 255, 255, 0.8);
}
.product-list .vm-table .tv-table .price-column {
  text-align: right;
}
.product-list .vm-table .tv-table .attribute-column {
  max-width: 120px;
  overflow: hidden;
}
.product-list .vm-table .tv-table tbody tr {
  background: #fff;
}
.product-list .vm-table .tv-table tbody tr.table-panel-visible {
  background: #f0f0f0;
  border-bottom: 1px solid #d5d5d5;
}
.product-list .info-tbl td.tv-last-column {
  padding: 0.4rem;
  text-align: right;
}
.product-list .compare-hopper {
  position: fixed;
  padding: 1em;
  width: 320px;
  right: 50%;
  bottom: 0;
  background: #fff;
  margin-right: -160px;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 5px 30px 0 rgba(0, 0, 0, 0.3);
}
.product-list .compare-item {
  border: 1px solid #f6f6f6;
  position: relative;
  display: inline-block;
  text-align: left;
  padding: 0.5em;
  width: 100%;
}
.product-list .compare-item:hover {
  cursor: pointer;
  border-color: #b8b8b8;
}
.product-list .compare-item > * {
  vertical-align: top;
}
.product-list .compare-item .item-name {
  display: inline-block;
  padding-left: 1em;
  width: 60%;
}
.product-list .compare-item img {
  display: inline-block;
}
.product-list a.compare-remove {
  width: 2em;
  height: 2em;
  line-height: 2em;
  padding: 0;
  text-indent: -99999px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.product-list a.compare-remove:before {
  content: "\e000";
  font-size: 0.7em;
  font-family: "good-oatmeal-v2";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  text-indent: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.product-list .compare-tray {
  background: #e0e0e0;
  float: left;
  clear: both;
  width: 100%;
  padding: 0.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
  border: 2px solid transparent;
}
.product-list .compare-tray:hover,
.product-list .compare-tray:focus {
  background: #e5e5e5;
  border-color: #d8d8d8;
}
.product-list .compare-container {
  display: none;
}
.product-list .compare-hopper.showtray .compare-container {
  display: inline-block;
}
.product-list .compare-container div.compare-item:first-child {
  margin-left: 0;
}
.product-list .compare-buttons {
  float: right;
  width: 100%;
  text-align: left;
}
.product-list .compare-buttons .btn-compare,
.product-list .compare-buttons .btn-clear {
  font-size: 0.875em;
  padding: 0.5em 0.75em;
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 48%;
  height: 30px;
}
.product-list .compare-buttons .btn-clear {
  line-height: 1em;
  padding: 0.25em 0;
}
.product-list .compare-buttons .btn-compare:before {
  content: "\e61d";
  font-family: "good-oatmeal-v2";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  padding-right: 0.5em;
  font-size: 0.875em;
}
@media all and (min-width: 768px) {
  .product-list .compare-hopper {
    bottom: 0;
    width: 60%;
    margin-right: -30%;
    background: #fff;
    max-width: 600px;
    padding: 1em;
    white-space: nowrap;
  }
  .product-list .compare-container,
  .product-list .compare-buttons {
    display: inline-block;
    vertical-align: top;
  }
  .product-list .compare-tray {
    display: none;
  }
  .product-list .compare-container {
    width: 75%;
    float: left;
    white-space: nowrap;
    vertical-align: top;
  }
  .product-list .compare-item {
    width: 13.2%;
    margin-left: 2%;
    padding: 0.25em;
  }
  .product-list .compare-item .item-name {
    display: none;
  }
  .product-list a.compare-remove {
    width: 1em;
    height: 1em;
    line-height: 1em;
  }
  .product-list .compare-buttons {
    width: 20%;
    display: inline-block;
    min-width: 100px;
  }
  .product-list .compare-buttons .btn-compare {
    margin-bottom: 7px;
    margin-left: 0;
    float: left;
    width: 100%;
  }
  .product-list .compare-buttons .btn-clear {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) and (min-width: 880px) {
  .product-list .compare-hopper {
    width: 600px;
    margin-right: -300px;
  }
}
.product-list .compare-hopper {
  position: fixed;
  padding: 1em;
  width: 320px;
  right: 50%;
  bottom: 0;
  background: #fff;
  margin-right: -160px;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 5px 30px 0 rgba(0, 0, 0, 0.3);
  z-index: 8000;
}
.product-list .compare-item {
  border: 1px solid #f6f6f6;
  position: relative;
  display: inline-block;
  text-align: left;
  padding: 0.5em;
  width: 100%;
}
.product-list .compare-item:hover {
  cursor: pointer;
  border-color: #b8b8b8;
}
.product-list .compare-item > * {
  vertical-align: top;
}
.product-list .compare-item .item-name {
  display: inline-block;
  padding-left: 1em;
  width: 60%;
}
.product-list .compare-item img {
  display: inline-block;
  width: 15%;
}
@media all and (min-width: 768px) {
  .product-list .compare-item img {
    display: inline-block;
    width: 100%;
  }
}
.product-list a.compare-remove {
  width: 2em;
  height: 2em;
  line-height: 2em;
  padding: 0;
  text-indent: -99999px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  background: #fff;
}
.product-list a.compare-remove:before {
  content: "\e000";
  font-size: 0.7em;
  font-family: "good-oatmeal-v2";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  text-indent: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.product-list .compare-tray {
  background: #e0e0e0;
  float: left;
  clear: both;
  width: 100%;
  padding: 0.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
  border: 2px solid transparent;
}
.product-list .compare-tray:hover,
.product-list .compare-tray:focus {
  background: #e5e5e5;
  border-color: #d8d8d8;
}
.product-list .compare-container {
  display: none;
}
.product-list .compare-hopper.showtray .compare-container {
  display: inline-block;
}
@media all and (max-width: 768px) {
  .product-list .compare-hopper .compare-container {
    width: 100%;
  }
}
.product-list .compare-container div.compare-item:first-child {
  margin-left: 0;
}
.product-list .compare-buttons {
  float: right;
  width: 100%;
  text-align: left;
  padding: 0 1%;
}
.product-list .modal-wrap .compare-buttons {
  text-align: center;
  width: 30%;
  margin: 0 auto;
  display: inline-block;
  float: none;
}
.product-list .modal-wrap .compare-buttons a {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
}
.product-list .modal-wrap .compare-buttons button {
  width: 100%;
}
.product-list .modal-wrap.compare-wrap {
  text-align: center;
}
.product-list .compare-buttons .btn-compare,
.product-list .compare-buttons .btn-clear {
  font-size: 0.875em;
  padding: 0.5em 0.75em;
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 48%;
  height: 30px;
}
.product-list .compare-buttons .btn-clear {
  line-height: 1em;
  padding: 0.25em 0;
}
.product-list .compare-buttons .btn-compare:before {
  content: "\e61d";
  font-family: "good-oatmeal-v2";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  padding-right: 0.5em;
  font-size: 0.875em;
}
@media all and (min-width: 768px) {
  .product-list .compare-hopper {
    bottom: 0;
    width: 60%;
    margin-right: -225px;
    background: #fff;
    max-width: 450px;
    padding: 1em;
    white-space: nowrap;
  }
  .product-list .compare-container,
  .product-list .compare-buttons {
    display: inline-block;
    vertical-align: top;
  }
  .product-list .compare-tray {
    display: none;
  }
  .product-list .compare-container {
    width: 100%;
    float: left;
    white-space: nowrap;
    vertical-align: top;
    margin-bottom: 1em;
  }
  .product-list .compare-item {
    width: 13.2%;
    margin-left: 3.5%;
    padding: 0.25em;
  }
  .product-list .compare-item .item-name {
    display: none;
  }
  .product-list a.compare-remove {
    width: 1em;
    height: 1em;
    line-height: 1em;
  }
  .product-list .compare-buttons {
    width: 40%;
    display: inline-block;
    min-width: 300px;
  }
  .product-list .compare-buttons a {
    float: right;
    width: 48%;
    margin-left: 2%;
  }
  .product-list .modal-wrap .compare-buttons {
    width: 100%;
  }
  .product-list .compare-buttons .btn-compare {
    margin-bottom: 7px;
    margin-left: 0;
    float: left;
    width: 100%;
  }
  .product-list .compare-buttons .btn-clear {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
}
.product-list .modal-wrap .compare-buttons .btn-compare {
  text-align: center;
  float: none;
  max-width: 200px;
  min-width: 100px;
}
.product-list .compare-hopper {
  position: fixed;
  padding: 1em;
  width: 320px;
  right: 50%;
  bottom: 0;
  background: #fff;
  margin-right: -160px;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 5px 30px 0 rgba(0, 0, 0, 0.3);
  z-index: 8000;
}
.product-list .compare-item {
  border: 1px solid #f6f6f6;
  position: relative;
  display: inline-block;
  text-align: left;
  padding: 0.5em;
  width: 100%;
}
.product-list .compare-item:hover {
  cursor: pointer;
  border-color: #b8b8b8;
}
.product-list .compare-item > * {
  vertical-align: top;
}
.product-list .compare-item .item-name {
  display: inline-block;
  padding-left: 1em;
  width: 60%;
}
.product-list .compare-item img {
  display: inline-block;
  width: 15%;
}
@media all and (min-width: 768px) {
  .product-list .compare-item img {
    display: inline-block;
    width: 100%;
  }
}
.product-list a.compare-remove {
  width: 2em;
  height: 2em;
  line-height: 2em;
  padding: 0;
  text-indent: -99999px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  background: #fff;
}
.product-list a.compare-remove:before {
  content: "\e000";
  font-size: 0.7em;
  font-family: "good-oatmeal-v2";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  text-indent: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.product-list .compare-tray {
  background: #e0e0e0;
  float: left;
  clear: both;
  width: 100%;
  padding: 0.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
  border: 2px solid transparent;
}
.product-list .compare-tray:hover,
.product-list .compare-tray:focus {
  background: #e5e5e5;
  border-color: #d8d8d8;
}
.product-list .compare-container {
  display: none;
}
.product-list .compare-hopper.showtray .compare-container {
  display: inline-block;
}
@media all and (max-width: 768px) {
  .product-list .compare-hopper .compare-container {
    width: 100%;
  }
}
.product-list .compare-container div.compare-item:first-child {
  margin-left: 0;
}
.product-list .compare-buttons {
  float: right;
  width: 100%;
  text-align: left;
  padding: 0 1%;
}
.product-list .modal-wrap .compare-buttons {
  text-align: center;
}
.product-list .modal-wrap.compare-wrap {
  text-align: center;
}
.product-list .compare-buttons .btn-compare,
.product-list .compare-buttons .btn-clear {
  font-size: 0.875em;
  padding: 0.5em 0.75em;
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 48%;
  height: 30px;
}
.product-list .compare-buttons .btn-clear {
  line-height: 1em;
  padding: 0.25em 0;
}
.product-list .compare-buttons .btn-compare:before {
  content: "\e61d";
  font-family: "good-oatmeal-v2";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  padding-right: 0.5em;
  font-size: 0.875em;
}
@media all and (min-width: 768px) {
  .product-list .compare-hopper {
    bottom: 0;
    width: 60%;
    margin-right: -225px;
    background: #fff;
    max-width: 450px;
    padding: 1em;
    white-space: nowrap;
  }
  .product-list .compare-container,
  .product-list .compare-buttons {
    display: inline-block;
    vertical-align: top;
  }
  .product-list .compare-tray {
    display: none;
  }
  .product-list .compare-container {
    width: 100%;
    float: left;
    white-space: nowrap;
    vertical-align: top;
    margin-bottom: 1em;
  }
  .product-list .compare-item {
    width: 13.2%;
    margin-left: 3.5%;
    padding: 0.25em;
  }
  .product-list .compare-item .item-name {
    display: none;
  }
  .product-list a.compare-remove {
    width: 1em;
    height: 1em;
    line-height: 1em;
  }
  .product-list .compare-buttons {
    width: 40%;
    display: inline-block;
    min-width: 300px;
  }
  .product-list .compare-buttons a {
    float: right;
    width: 48%;
    margin-left: 2%;
  }
  .product-list .modal-wrap .compare-buttons {
    width: 100%;
  }
  .product-list .compare-buttons .btn-compare {
    margin-bottom: 7px;
    margin-left: 0;
    float: left;
    width: 100%;
  }
  .product-list .compare-buttons .btn-clear {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
}
.product-list .modal-wrap .compare-buttons .btn-compare {
  text-align: center;
  float: none;
  max-width: 200px;
  min-width: 100px;
}
.product-list .compare-hopper {
  position: fixed;
  padding: 1em;
  width: 320px;
  right: 50%;
  bottom: 0;
  background: #fff;
  margin-right: -160px;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 5px 30px 0 rgba(0, 0, 0, 0.3);
  z-index: 8000;
}
.product-list .compare-item {
  border: 1px solid #f6f6f6;
  position: relative;
  display: inline-block;
  text-align: left;
  padding: 0.5em;
  width: 100%;
}
.product-list .compare-item:hover {
  cursor: pointer;
  border-color: #b8b8b8;
}
.product-list .compare-item > * {
  vertical-align: top;
}
.product-list .compare-item .item-name {
  display: inline-block;
  padding-left: 1em;
  width: 60%;
}
.product-list .compare-item img {
  display: inline-block;
  width: 15%;
}
@media all and (min-width: 768px) {
  .product-list .compare-item img {
    display: inline-block;
    width: 100%;
  }
}
.product-list a.compare-remove {
  width: 2em;
  height: 2em;
  line-height: 2em;
  padding: 0;
  text-indent: -99999px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  background: #fff;
}
.product-list a.compare-remove:before {
  content: "\e000";
  font-size: 0.7em;
  font-family: "good-oatmeal-v2";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  text-indent: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.product-list .compare-tray {
  background: #e0e0e0;
  float: left;
  clear: both;
  width: 100%;
  padding: 0.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
  border: 2px solid transparent;
}
.product-list .compare-tray:hover,
.product-list .compare-tray:focus {
  background: #e5e5e5;
  border-color: #d8d8d8;
}
.product-list .compare-container {
  display: none;
}
.product-list .compare-hopper.showtray .compare-container {
  display: inline-block;
}
@media all and (max-width: 768px) {
  .product-list .compare-hopper .compare-container {
    width: 100%;
  }
}
.product-list .compare-container div.compare-item:first-child {
  margin-left: 0;
}
.product-list .compare-buttons {
  float: right;
  width: 100%;
  text-align: left;
  padding: 0 1%;
}
.product-list .modal-wrap .compare-buttons {
  text-align: center;
}
.product-list .modal-wrap.compare-wrap {
  text-align: center;
}
.product-list .compare-buttons .btn-compare,
.product-list .compare-buttons .btn-clear {
  font-size: 0.875em;
  padding: 0.5em 0.75em;
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 48%;
  height: 30px;
}
.product-list .compare-buttons .btn-clear {
  line-height: 1em;
  padding: 0.25em 0;
}
.product-list .compare-buttons .btn-compare:before {
  content: "\e61d";
  font-family: "good-oatmeal-v2";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  padding-right: 0.5em;
  font-size: 0.875em;
}
@media all and (min-width: 768px) {
  .product-list .compare-hopper {
    bottom: 0;
    width: 60%;
    margin-right: -225px;
    background: #fff;
    max-width: 450px;
    padding: 1em;
    white-space: nowrap;
  }
  .product-list .compare-container,
  .product-list .compare-buttons {
    display: inline-block;
    vertical-align: top;
  }
  .product-list .compare-tray {
    display: none;
  }
  .product-list .compare-container {
    width: 100%;
    float: left;
    white-space: nowrap;
    vertical-align: top;
    margin-bottom: 1em;
  }
  .product-list .compare-item {
    width: 13.2%;
    margin-left: 3.5%;
    padding: 0.25em;
  }
  .product-list .compare-item .item-name {
    display: none;
  }
  .product-list a.compare-remove {
    width: 1em;
    height: 1em;
    line-height: 1em;
  }
  .product-list .compare-buttons {
    width: 40%;
    display: inline-block;
    min-width: 300px;
  }
  .product-list .compare-buttons a {
    float: right;
    width: 48%;
    margin-left: 2%;
  }
  .product-list .modal-wrap .compare-buttons {
    width: 100%;
  }
  .product-list .compare-buttons .btn-compare {
    margin-bottom: 7px;
    margin-left: 0;
    float: left;
    width: 100%;
  }
  .product-list .compare-buttons .btn-clear {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
}
.product-list .modal-wrap .compare-buttons .btn-compare {
  text-align: center;
  float: none;
  max-width: 200px;
  min-width: 100px;
}
.product-list .vm-list .n-filter .f-cat,
.product-list .vm-grid .n-filter .f-cat {
  margin-bottom: 0.25em;
}
.product-list .n-filter .accordion input.accord-check:checked ~ article.accord-content {
  padding: 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
}
.product-list .n-filter .accordion label.accord-head {
  border-left: 0;
  border-right: 0;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-right: 0.75em;
}
@media all and (max-width: 1060px) {
  .product-list .uibar.tertiary.ptop {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
  .product-list .uibar.tertiary.ptop .pagination a.next-prev:link,
  .product-list .uibar.tertiary.ptop .pagination a.next-prev:visited {
    width: 1em;
  }
  .product-list .paginator-34 .results-list,
  .product-list .paginator-34 .sort-list {
    margin-right: 0.3em;
  }
}
.product-list .search-didyoumean,
.product-list .search-autocorrect-original {
  font-weight: normal;
  padding-bottom: 0.75em;
}
.product-list .search-didyoumean a,
.product-list .search-autocorrect-original a {
  font-weight: bold;
}
.product-list .sponsored-container {
  height: 20px;
  text-align: left;
  padding: 0 0 0 0.9375em !important;
  position: relative;
  top: -10px;
}
.product-list .sponsored-container .sponsored-label {
  font-size: 0.9em;
  color: #8a8a8a;
}
.product-list .f-search-within {
  border-top: 1px solid #E1E1E1;
}
.product-list .left-nav-2 .f-cat .filter-option-container .search-within-search label {
  display: block;
  padding-left: 0;
}
@media all and (min-width: 768px) {
  .product-list .left-nav-2 .f-cat .filter-option-container .search-within-search label {
    margin-top: -0.875em;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
  }
}
.product-list .left-nav-2 .f-cat .filter-option-container .search-within-search .search-container {
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 768px) {
  .product-list .left-nav-2 .f-cat .filter-option-container .search-within-search .search-container .search-input input {
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) {
  .product-list .left-nav-2 .f-cat .filter-option-container .search-within-search .search-container .search-button .btn {
    margin-bottom: 0;
  }
}
.product-list .search-within-search {
  background-color: #fff !important;
}
.product-list .search-within-search label {
  display: block;
  color: SlateGray;
  font-weight: 600;
  padding-top: 0.5em;
  padding-left: 1.25em;
}
.product-list .search-within-search .search-container {
  float: left;
  width: 100%;
  height: 100%;
  clear: right;
  text-align: right;
  padding-top: 0.2em;
  padding-left: 1em;
  padding-right: 1em;
}
.product-list .search-within-search .search-container .search-input {
  width: calc(100% - 50px);
  display: inline-block;
  text-indent: 5px;
}
.product-list .search-within-search .search-container .search-input input {
  text-indent: 5px;
}
.product-list .search-within-search .search-container .search-button {
  width: 50px;
  padding-left: 0.6em;
  display: inline-block;
  float: left;
}
.product-list .search-within-search .search-container .search-button button::after {
  width: 100%;
  content: "\e001";
  left: 0;
  position: absolute;
  font-family: "good-oatmeal-v2";
  display: inline-block;
  color: #fff;
  text-indent: 0;
}
.product-list .search-within-search .search-container .search-button .btn {
  font-size: 1em;
}
.product-list .search-within-search .search-container .search-button button {
  text-indent: -9999px;
  width: 100%;
  height: 2.35em;
  font-weight: 400;
}
.product-list .search-within-search .search-container .search-filter {
  float: left;
  margin-bottom: 0.5em;
}
.product-list .search-within-search .search-container .search-filter label {
  padding: 0;
  display: inline;
  font-weight: normal;
  font-size: 0.9em;
  cursor: pointer;
  position: relative;
}
.product-list .search-within-search .search-container .search-filter label span {
  padding-left: 1.5em;
}
.product-list .search-within-search .search-container .search-filter label:before {
  top: -3px;
}
.product-list .b2c-catalog-page {
  text-align: center;
}
.product-list .b2c-catalog-page ul {
  margin: 0 -3rem;
  padding: 0;
  display: block;
}
.product-list .b2c-catalog-page li.cat-block {
  list-style: none;
  float: left;
  width: 50%;
  padding: 0 0.625rem 1.25rem;
}
@media all and (min-width: 768px) {
  .product-list .b2c-catalog-page li.cat-block {
    width: 20%;
  }
  .product-list .b2c-catalog-page ul {
    margin: 0 -0.625rem;
  }
}

.quick-order-2 {
  /* Remove btn */
}
.quick-order-2 h1 {
  float: left;
}
.quick-order-2 .page-top-link {
  float: right;
  font-weight: bold;
}
.quick-order-2 #errorMessage {
  display: inline-block;
  width: 100%;
  float: left;
  max-width: 350px;
  padding: 0.25em 1em;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: 600;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-style: italic;
  background: #F04124 none repeat scroll 0% 0%;
  color: #FFF;
}
.quick-order-2 .qo-search .qo-search-input .qo-searchbox {
  display: block;
  width: 100%;
}
.quick-order-2 .qo-search .btn {
  width: 100%;
  float: right;
}
.quick-order-2 .qo-tbl .qo-items {
  padding-right: 1em;
}
.quick-order-2 .qo-item {
  border-top: 1px solid #E0E0E0;
  padding: 0.5em 0 0 0;
  margin: 0.5em 0;
  width: 100%;
  float: left;
}
.quick-order-2 .qo-item div.remove {
  display: inline-block;
  float: right;
}
.quick-order-2 .qo-item div.price {
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.quick-order-2 .qo-item div.price div.quantity-pricing {
  display: inline-block;
}
.quick-order-2 .qo-item div.price .price-saving {
  display: block;
}
.quick-order-2 .qo-item div.qo-opt {
  display: inline-block;
  vertical-align: middle;
  float: right;
  text-align: right;
  width: 100%;
  clear: both;
  padding-right: 1em;
  height: 2.5em;
  line-height: 2.5em;
}
.quick-order-2 .qo-item div.qo-opt .um-pack label {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875em;
  margin-right: 0.25em;
}
.quick-order-2 .qo-item div.qo-opt .um-pack select {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: auto;
  max-width: 100px;
}
.quick-order-2 .qo-item div.qo-opt .qo-qty {
  margin-left: 1em;
}
.quick-order-2 .qo-item label {
  display: inline-block;
  vertical-align: middle;
}
.quick-order-2 .qo-item input {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  margin-bottom: 0;
}
.quick-order-2 .qo-item .qo-subtotal {
  min-width: 90px;
}
.quick-order-2 .qo-item div.um-pack {
  display: inline-block;
  vertical-align: middle;
}
.quick-order-2 .qo-item div.um-pack .um {
  display: inline-block;
  vertical-align: middle;
}
.quick-order-2 .qo-item div.um-pack .um-sep {
  display: none;
}
.quick-order-2 .qo-item div.um-pack .pack-size {
  display: inline-block;
  vertical-align: middle;
}
.quick-order-2 .qo-item .qo-opt > div {
  display: inline-block;
  vertical-align: middle;
}
.quick-order-2 .qo-item .qo-opt > div {
  display: inline-block;
  vertical-align: middle;
}
.quick-order-2 .qo-total {
  float: left;
  width: 100%;
  text-align: right;
  padding: 1em 0;
  margin: 1em 0;
  border-top: 1px solid #bbb;
  font-weight: bold;
  font-size: 1.2em;
}
.quick-order-2 .btns {
  width: 100%;
  text-align: right;
  margin-bottom: 1em;
}
.quick-order-2 .btns button {
  width: 100%;
}
.quick-order-2 .btn primary btn-add-to-quick-order {
  width: 25%;
}
.quick-order-2 .qo-item .item-num, .quick-order-2 .qo-item .item-name {
  padding-right: 3.5em !important;
}
.quick-order-2 .qo-item div.remove {
  display: inline-block;
  float: right;
  margin-right: 0;
}
.quick-order-2 .quick-order-view {
  clear: both;
}

@media all and (max-width: 767px) {
  .quick-order-2 h1 {
    float: none;
  }
  .quick-order-2 .page-top-link {
    float: none;
    margin-bottom: 15px;
    margin-top: -5px;
    display: block;
  }
  .quick-order-2 .qo-item div.qo-opt {
    height: auto;
    line-height: auto;
  }
  .quick-order-2 .btns .btn {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 0.5em;
  }
}
@media all and (min-width: 768px) {
  .quick-order-2 .qo-search {
    float: left;
    width: 100%;
    padding: 1em 0;
  }
  .quick-order-2 .qo-search .qo-qty, .quick-order-2 .qo-search .qo-um {
    width: 15%;
    margin-right: 2%;
  }
  .quick-order-2 .qo-search .qo-search-input {
    width: 38%;
    display: inline-block;
    float: left;
    margin-right: 2%;
  }
  .quick-order-2 .qo-search .btn {
    width: 25%;
    float: right;
  }
  .quick-order-2 .qo-tbl {
    float: left;
    width: 70%;
  }
  .quick-order-2 .qo-item .qo-subtotal {
    min-width: 110px;
  }
  .quick-order-2 .btns {
    float: right;
    width: 25%;
    text-align: right;
  }
}
.popup-select-variant-product {
  max-width: 400px;
  text-align: left;
}
.popup-select-variant-product .modalTitle {
  margin-bottom: 10px;
}
.popup-select-variant-product .row span {
  display: inline-block;
  width: 25%;
  word-wrap: break-word;
  vertical-align: middle;
}
.popup-select-variant-product .row div {
  display: inline-block;
  width: 70%;
}
.popup-select-variant-product .btn {
  width: 100%;
  margin: 0px;
}
.popup-select-variant-product .price {
  height: 30px;
  margin: 5px 0px;
}

/* RFQ Create Account / Sign In */
.rfq-account-si .btns a.btn {
  margin-bottom: 1em;
}
.rfq-account-si .tiny-lnk {
  font-size: 0.875em;
  margin: 0.25em 0;
}
.rfq-account-si .required-msg {
  margin-bottom: 1em;
}
.rfq-account-si .newsletter {
  margin-top: 1em;
}
.rfq-account-si .btns {
  margin-top: 1em;
  margin-bottom: 1.5em;
  text-align: right;
}
.rfq-account-si .pw-note {
  font-size: 0.875em;
  line-height: 1.5em;
}
.rfq-account-si .account-msg {
  background: #fff6c5;
  border-color: #ffd800;
  margin-top: 0;
}
.rfq-account-si .item-block .price span, .rfq-account-si .item-block .price .quote-required {
  margin-right: 0;
  text-align: right;
}
.rfq-account-si .item-block .price .pd-price, .rfq-account-si .item-block .price .selected-uom, .rfq-account-si .item-block .price .price-saving {
  display: block;
}

@media all and (max-width: 767px) {
  .rfq-account-si .btns a.btn {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .rfq-account-si .btns {
    text-align: right;
  }
  .rfq-account-si .ca-form {
    width: 55%;
  }
  .rfq-account-si .si-acct {
    width: 35%;
  }
  .rfq-account-si .si-acct .btn {
    float: left;
    margin-bottom: 1em;
  }
  .rfq-account-si .si-acct h3 {
    margin-top: 0;
  }
}
/* RFQ Form */
.rfq-form .col-notes label {
  margin-bottom: 0.5em;
}
.rfq-form .col-notes .create-for {
  margin-bottom: 1em;
}
.rfq-form .col-notes textarea {
  min-height: 200px;
}
.rfq-form .btns {
  margin-top: 1em;
}
.rfq-form .item-details .item-name {
  padding-right: 2.5em;
}
.rfq-form .item-list .actions-panel .item-actions {
  text-align: left;
}
.rfq-form .item-list .item-code-notes {
  padding: 0;
  float: left;
  width: 100%;
}
.rfq-form .item-list .item-actions-wrap {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  float: left;
  width: 100%;
}
.rfq-form .item-block .price span, .rfq-form .item-block .price .quote-required {
  margin-right: 0;
}
.rfq-form .item-block .price .price-saving {
  display: block;
}
.rfq-form .item-block .price .selected-uom {
  margin-right: 1rem;
}
.rfq-form .item-block .price .quantity-pricing {
  margin-left: 0 !important;
  display: block !important;
}
.rfq-form .item-block .item-opt .item-subtotal {
  display: none;
}

@media all and (max-width: 767px) {
  .rfq-form .btns a {
    width: 100%;
  }
  .rfq-form .quote-required .f-dropdown.content {
    min-width: 235px !important;
    margin-left: -120px;
  }
}
@media all and (min-width: 768px) {
  .rfq-form .item-list .item-details {
    padding-right: 1em !important;
  }
  .rfq-form .item-details .item-name {
    padding-right: 3.5em;
  }
}
/* RFQ Confirmation */
.rfq-confirmation .btns {
  text-align: left;
  margin-bottom: 1.5em;
  width: 100%;
}
.rfq-confirmation .btns .btn + .btn {
  margin-left: 1em;
}
.rfq-confirmation .btns .btn-print {
  float: right;
}
.rfq-confirmation .col-details h2 {
  font-size: 1em;
  margin-top: 0;
}
.rfq-confirmation .col-details h2 span {
  font-weight: normal;
}
.rfq-confirmation .actions-panel .item-actions {
  text-align: left;
}
.rfq-confirmation .item-code-notes {
  padding: 0;
  float: left;
  width: 74.5%;
}
.rfq-confirmation .item-actions-wrap {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  float: left;
  width: 100%;
}
.rfq-confirmation .item-block .price span {
  margin-right: 0;
}
.rfq-confirmation .item-block .price .quote-required {
  text-align: right;
}
.rfq-confirmation .item-block .price .price-saving {
  display: block;
}
.rfq-confirmation .item-block .price .quantity-pricing {
  margin-left: 0 !important;
  display: block !important;
}
.rfq-confirmation .item-code-notes .cost-code,
.rfq-confirmation .item-code-notes .item-notes {
  width: 100%;
  margin-bottom: 0.25em;
}
.rfq-confirmation .item-code-notes .cost-code strong,
.rfq-confirmation .item-code-notes .item-notes strong {
  margin-right: 0.5em;
}
.rfq-confirmation .item-list .item-block .item-opt {
  margin-top: 0.3em;
  line-height: 1em;
}
.rfq-confirmation .item-list .item-block .item-opt .item-subtotal {
  display: none;
}
.rfq-confirmation .btns.show-for-small {
  margin-top: 1em;
}
.rfq-confirmation .btns.show-for-small .btn {
  width: 100%;
  margin: 0 0 1em 0;
}

@media all and (min-width: 768px) {
  .rfq-confirmation .item-details {
    padding-right: 1em !important;
  }
  .rfq-confirmation .item-details .item-name {
    padding-right: 3.5em;
  }
  .rfq-confirmation .item-details div.price,
  .rfq-confirmation .item-details div.item-opt {
    display: inline-block;
    height: auto;
  }
  .rfq-confirmation .item-details div.item-opt {
    line-height: 1em !important;
  }
  .rfq-confirmation .item-details div.item-opt .item-qty input {
    width: 50px;
  }
  .rfq-confirmation .item-details,
  .rfq-confirmation .item-code-notes {
    padding-right: 1em !important;
  }
  .rfq-confirmation .item-code-notes {
    width: 79.5%;
  }
}
@media all and (max-width: 767px) {
  .rfq-confirmation .quote-required .f-dropdown.content {
    min-width: 235px !important;
    margin-left: -120px;
  }
}
.select-pick-up-location-popup {
  height: 100%;
  overflow-y: auto;
}
.select-pick-up-location-popup .warehouses-map-container > div {
  padding: 0;
}
.select-pick-up-location-popup .locations-container {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.select-pick-up-location-popup .locations-container .warehouse-item {
  padding-left: 0;
}
.select-pick-up-location-popup .locations-container .search-container {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.select-pick-up-location-popup .locations-container .search-container input {
  height: 2.5em;
}
.select-pick-up-location-popup .locations-container .search-container .search-location {
  width: 60%;
}
.select-pick-up-location-popup .locations-container .search-container .search-radius {
  width: 25%;
}
.select-pick-up-location-popup .locations-container .search-container button.location-search {
  margin: 0 0 0.7rem 0;
  padding: 0 0.75em 0 0;
  color: #555555;
  background: none;
  height: 2.5em;
}
.select-pick-up-location-popup .locations-container .search-container button.location-search span {
  display: none;
}
.select-pick-up-location-popup .selected-warehouse-block .selected-location-title {
  display: none;
}
.select-pick-up-location-popup .selected-warehouse-block > div {
  font-size: 0.875em;
  line-height: 1.5em;
}
.select-pick-up-location-popup .warehouse-location-results {
  float: left;
  padding-top: 8px;
}
.select-pick-up-location-popup .warehouse-location-results .results-count {
  height: 35px;
  line-height: 30px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.select-pick-up-location-popup .warehouse-location-results .results-count .result-count {
  float: left;
  display: inline-block;
  margin-left: 10px;
}
.select-pick-up-location-popup .warehouse-location-results .results-count .result-count span {
  font-weight: 600;
}
.select-pick-up-location-popup .warehouse-location-results .distance-unit {
  padding-right: 1em;
  float: right;
  text-align: right;
  display: inline-block;
}
.select-pick-up-location-popup .warehouse-location-results .distance-unit label {
  float: left;
  display: inline-block;
  margin-left: 1.5em;
}
.select-pick-up-location-popup .warehouse-location-results .distance-unit input {
  margin-right: 0.25em;
}
.select-pick-up-location-popup .warehouse-location-results .sl-list {
  list-style-type: none;
  margin: 20px 0 0 0;
  float: left;
  position: relative;
  max-height: 607px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  top: -20px;
}
.select-pick-up-location-popup .warehouse-location-results .sl-list li {
  position: relative;
  float: left;
  width: 100%;
  margin: 1em 0 0 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
}
.select-pick-up-location-popup .warehouse-location-results .sl-list li .result-num {
  position: absolute;
  top: 0;
  left: 10px;
  font-weight: 600;
  width: 2.5em;
  color: DodgerBlue;
}
.select-pick-up-location-popup .warehouse-item {
  padding-right: 1em;
  padding-left: 3em;
  display: block;
  float: left;
  width: 100%;
}
.select-pick-up-location-popup .warehouse-item .warehouse-select-block {
  float: right;
}
.select-pick-up-location-popup .warehouse-item .warehouse-select-block button {
  margin: 0;
}
.select-pick-up-location-popup .warehouse-item .warehouse-select-block button.tertiary {
  cursor: not-allowed;
}
.select-pick-up-location-popup .warehouse-item .warehouse-select-block button.tertiary:hover {
  color: #636363;
}
.select-pick-up-location-popup .warehouse-item .warehouse-name {
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 0.25em;
}
.select-pick-up-location-popup .warehouse-item .warehouse-address {
  font-size: 0.875em;
  line-height: 1.5em;
}
.select-pick-up-location-popup .warehouse-item .warehouse-links {
  width: 100%;
  margin-top: 0.5em;
}
.select-pick-up-location-popup .warehouse-item .warehouse-links .warehouse-distance {
  font-size: 0.875em;
  line-height: 1.75em;
  opacity: 0.7;
  float: right;
}
.select-pick-up-location-popup .warehouse-item .warehouse-links .warehouse-directions {
  margin-right: 1em;
}
.select-pick-up-location-popup .warehouse-item .warehouse-links .warehouse-hours {
  display: inline-block;
  position: relative;
  z-index: 3;
  margin-right: 1em;
}
.select-pick-up-location-popup .pick-up-loc-map {
  text-align: center;
  margin-bottom: 10px;
}
.select-pick-up-location-popup .paginator-34 * {
  vertical-align: inherit;
}
.select-pick-up-location-popup .home-marker {
  position: relative;
  z-index: 1;
  font-family: "good-oatmeal-v2";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}
.select-pick-up-location-popup .home-marker:before {
  position: relative;
  z-index: 1;
  font-family: "good-oatmeal-v2";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\e615";
  font-size: 1.5em;
  color: SlateGray;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0 #fff;
}
.select-pick-up-location-popup .home-marker:after {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  margin-bottom: -1px;
  content: "";
  width: 12px;
  height: 5px;
  background: #000;
  opacity: 0.3;
  -moz-border-radius: 100px/50px;
  -webkit-border-radius: 100px/50px;
  border-radius: 100px/50px;
}
.select-pick-up-location-popup .loc-marker {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #F06101;
  border: 1px solid #fff;
  color: #fff;
  font-family: "sourcesanspro";
  font-size: 16px;
  font-weight: 600;
  padding: 2px 0.25em;
  min-width: 30px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.select-pick-up-location-popup .loc-marker:hover, .select-pick-up-location-popup .loc-marker:focus {
  background: #fff !important;
  color: #F06101;
  z-index: 3;
}
.select-pick-up-location-popup .loc-marker:hover:after, .select-pick-up-location-popup .loc-marker:focus:after {
  border-top-color: #fff !important;
}
.select-pick-up-location-popup .loc-marker span:after {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  margin-bottom: -7px;
  content: "";
  width: 20px;
  background: #000;
  opacity: 0.45;
  -moz-border-radius: 100px/50px;
  -webkit-border-radius: 100px/50px;
  border-radius: 100px/50px;
  -webkit-box-shadow: 0 0 2px 1px rgb(0, 0, 0);
  box-shadow: 0 0 2px 1px rgb(0, 0, 0);
}
.select-pick-up-location-popup .loc-marker:after, .select-pick-up-location-popup .loc-marker:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.select-pick-up-location-popup .loc-marker:after {
  border-color: rgba(126, 213, 94, 0);
  border-top-color: #F06101;
  border-width: 5px;
  margin-left: -5px;
}
.select-pick-up-location-popup .loc-marker.selected {
  background: DodgerBlue;
  color: DodgerBlue;
}
.select-pick-up-location-popup .loc-marker.selected:hover, .select-pick-up-location-popup .loc-marker.selected:focus {
  color: #fff;
}
.select-pick-up-location-popup .loc-marker.selected:after {
  border-top-color: DodgerBlue;
}
.select-pick-up-location-popup .f-dropdown.content .tt-wrap {
  white-space: pre-wrap;
}
.select-pick-up-location-popup .warehouse-details {
  display: block;
  background: #fff;
  text-align: left;
  font-family: "sourcesanspro";
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4em;
}
.select-pick-up-location-popup .warehouse-details .warehouse-marker-item {
  display: block;
  float: left;
  width: 230px;
  padding: 0.5em;
}
.select-pick-up-location-popup .warehouse-details .warehouse-marker-item .warehouse-hours-map h4 {
  margin-bottom: 0;
}
.select-pick-up-location-popup .warehouse-details .warehouse-marker-item .warehouse-hours-map div {
  white-space: pre-wrap;
}
.select-pick-up-location-popup .warehouse-details .warehouse-marker-item .warehouse-name {
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 0.25em;
}
.select-pick-up-location-popup .warehouse-details .warehouse-marker-item .warehouse-address {
  font-size: 0.875em;
  line-height: 1.5em;
}
.select-pick-up-location-popup .warehouse-details .warehouse-marker-item .warehouse-distance {
  font-size: 0.875em;
  line-height: 1.75em;
  opacity: 0.7;
  float: right;
}
.select-pick-up-location-popup .warehouse-details .warehouse-marker-item .warehouse-directions {
  margin-right: 1em;
}
.select-pick-up-location-popup .pager-wrapper {
  margin-right: 10px;
}

@media all and (min-width: 1024px) {
  .select-pick-up-location-popup .pick-up-loc-map {
    height: 642px;
  }
}
@media all and (max-width: 768px) {
  .select-pick-up-location-popup .selected-location-title {
    display: none;
  }
  .select-pick-up-location-popup .selected-warehouse-block {
    border: 1px solid #ddd;
    padding: 0 10px 10px 10px;
  }
  .select-pick-up-location-popup .selected-warehouse-block .selected-location-title {
    display: block;
  }
  .select-pick-up-location-popup .locations-container {
    border: none;
  }
  .select-pick-up-location-popup .locations-container .search-container {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .select-pick-up-location-popup .locations-container .search-container .search-location, .select-pick-up-location-popup .locations-container .search-container .search-radius {
    width: 100%;
  }
  .select-pick-up-location-popup .locations-container .search-container .search-location input, .select-pick-up-location-popup .locations-container .search-container .search-radius input {
    margin: 0;
  }
  .select-pick-up-location-popup .locations-container .search-container button.location-search {
    margin: 1.25rem 0;
    padding: 0.55em 1em;
    color: #ffffff;
    background-color: #555555;
    width: 100%;
  }
  .select-pick-up-location-popup .locations-container .search-container button.location-search span {
    display: inline;
    width: 100%;
  }
  .select-pick-up-location-popup .locations-container .search-container button.location-search .foundicon-search {
    display: none;
  }
  .select-pick-up-location-popup .warehouses-map-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .select-pick-up-location-popup .warehouses-map-container .map-container {
    width: 100%;
  }
}
@media all and (max-width: 640px) {
  .select-pick-up-location-popup .map-container {
    padding: 0;
  }
}
.sign-in .si-step-1 {
  margin-bottom: 1.5em;
}
.sign-in .btns, .sign-in .external-providers {
  margin-top: 0.25em;
}
.sign-in .btns a.btn, .sign-in .external-providers a.btn {
  margin-bottom: 1em;
}
.sign-in .tiny-lnk {
  font-size: 0.875em;
  margin: 0.25em 0;
}
.sign-in .remember-me input {
  margin-top: 1.1em;
  margin-right: 0em;
  vertical-align: text-bottom;
}
.sign-in .remember-me label {
  margin-bottom: 1em;
}
.sign-in .external-provider {
  margin-right: 10px;
}

.popup-sign-in-required .modal-wrap {
  max-width: 530px;
}

@media all and (min-width: 641px) and (max-width: 1024px) {
  .sign-in .si-step-1 .large-6 {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .sign-in .si-form, .sign-in .si-acct {
    width: 100%;
  }
  .sign-in .btns a.btn, .sign-in .btns .btn, .sign-in .external-providers a.btn, .sign-in .external-providers .btn {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .sign-in .si-acct {
    width: 40%;
  }
  .sign-in .si-acct .btn {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
  }
  .sign-in .si-acct h3 {
    margin-top: 0;
  }
  .sign-in .btns {
    text-align: right;
  }
}
.ma-new-customer-application {
  padding-top: 0.625rem;
}
.ma-new-customer-application .new-customer-app-crumbs {
  width: 100%;
  display: flex;
  margin-bottom: 1.5625rem;
  position: relative;
  flex-wrap: wrap;
  background: #CCCCCC;
  justify-content: center;
}
.ma-new-customer-application .new-customer-app-crumbs > div {
  position: relative;
  min-width: 11.5rem;
}
.ma-new-customer-application .new-customer-app-crumbs > div > i {
  font-size: 1.25rem;
}
.ma-new-customer-application .new-customer-app-crumbs > div > i:before {
  color: #FFFFFF;
}
.ma-new-customer-application .new-customer-app-crumbs > div span {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.125rem;
  display: inline-block;
  padding: 0.3125rem 1.25rem;
}
@media screen and (max-width: 1025px) {
  .ma-new-customer-application .new-customer-app-crumbs > div span {
    padding: 0.3125rem 0.625rem;
  }
}
.ma-new-customer-application .new-customer-app-crumbs div:not(.active) {
  opacity: 0.5;
}
@media screen and (max-width: 769px) {
  .ma-new-customer-application .new-customer-app-crumbs div:not(.active) {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .ma-new-customer-application .new-customer-app-crumbs div.active {
    width: 100%;
  }
}
.ma-new-customer-application .xng-field {
  margin-bottom: 1rem;
}
.ma-new-customer-application .xng-field > span > label {
  text-transform: none !important;
}
.ma-new-customer-application #hiddenFileUpload {
  display: none;
}
.ma-new-customer-application #logoPrint > div > img {
  display: none;
}
@media print {
  .ma-new-customer-application #logoPrint > div > img {
    display: block;
  }
}
.ma-new-customer-application #requestErrorMessage > div {
  padding: 0px !important;
}
.ma-new-customer-application #requestErrorMessage > div > div {
  margin: 0px !important;
}
.ma-new-customer-application .file-input {
  border: 0.0625rem solid #666666;
  border-radius: 0.125rem;
}
.ma-new-customer-application .file-input > span {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 9.375rem;
  white-space: nowrap;
}
.ma-new-customer-application .field-validation-message, .ma-new-customer-application .size-message {
  color: #E4104E;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  padding-top: 0.5rem;
  text-transform: capitalize;
}
.ma-new-customer-application #buttonFileUpload {
  height: 2.3125rem;
}
.ma-new-customer-application .table tr th, .ma-new-customer-application .table tr td {
  border: 1px solid black;
}
.ma-new-customer-application .table tr th {
  text-align: center;
  font-weight: bold;
}
.ma-new-customer-application .table tr td {
  padding: 0px 10px;
  background-color: #FFFFFF;
}
.ma-new-customer-application .table tr td .xng-field, .ma-new-customer-application .table tr td span {
  margin: 0;
}
.ma-new-customer-application .table tr td input {
  border: none !important;
  box-shadow: none !important;
  padding: 0px !important;
}
.ma-new-customer-application .table tr td input :hover, .ma-new-customer-application .table tr td input :focus {
  border: none !important;
}

.reveal-modal.popup-print-form a.close-reveal-modal {
  font-size: 1rem;
}
.reveal-modal.popup-print-form a.close-reveal-modal:hover:before {
  color: #4073D5;
}
.reveal-modal.popup-print-form a.icon-print-solid {
  font-size: 1.875rem;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  .business-info, .address-info {
    page-break-inside: avoid;
  }
  #popup-print-form, #requestErrorMessage {
    display: none !important;
  }
  .ma-new-customer-application .button {
    display: none !important;
  }
}
button, .button, .btn,
a.btn {
  display: inline-block;
  font-family: inherit;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  padding: 0.625rem 1.25rem;
  height: 2.0625rem;
  text-decoration: none;
  box-shadow: none;
  border: 0;
  text-align: center;
  border-radius: 0.125rem;
  color: #FFFFFF;
}
button[disabled]:hover, button.disabled:hover, button.disabled:focus, button[disabled]:focus, button.disabled, button[disabled], .button[disabled]:hover, .button.disabled:hover, .button.disabled:focus, .button[disabled]:focus, .button.disabled, .button[disabled], .btn[disabled]:hover, .btn.disabled:hover, .btn.disabled:focus, .btn[disabled]:focus, .btn.disabled, .btn[disabled],
a.btn[disabled]:hover,
a.btn.disabled:hover,
a.btn.disabled:focus,
a.btn[disabled]:focus,
a.btn.disabled,
a.btn[disabled] {
  cursor: default !important;
  opacity: 0.33 !important;
}
button.lg, .button.lg, .btn.lg,
a.btn.lg {
  padding: 0.8125rem 1.75rem;
  height: 2.625rem;
  font-size: 0.875rem;
  line-height: 1rem;
}
button.md, .button.md, .btn.md,
a.btn.md {
  padding: 0.625rem 1.25rem;
  height: 2.0625rem;
}
button.sm, .button.sm, .btn.sm,
a.btn.sm {
  padding: 0.375rem 1rem;
  height: 1.625rem;
}
button.primary, .button.primary, .btn.primary,
a.btn.primary {
  background-color: #EA701E;
}
button.primary:hover, .button.primary:hover, .btn.primary:hover,
a.btn.primary:hover {
  background-color: #FF832F;
}
button.primary:focus, .button.primary:focus, .btn.primary:focus,
a.btn.primary:focus {
  background-color: #AA4C0D;
}
button.ghost, .button.ghost, .btn.ghost,
a.btn.ghost {
  background-color: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #EA701E;
  color: #EA701E;
}
button.ghost:hover, .button.ghost:hover, .btn.ghost:hover,
a.btn.ghost:hover {
  border: 1px solid #FF832F;
  color: #FF832F;
}
button.ghost:focus, .button.ghost:focus, .btn.ghost:focus,
a.btn.ghost:focus {
  border: 1px solid #AA4C0D;
  color: #AA4C0D;
}
button.ghost[disabled]:hover, button.ghost.disabled:hover, button.ghost.disabled:focus, button.ghost[disabled]:focus, button.ghost.disabled, button.ghost[disabled], .button.ghost[disabled]:hover, .button.ghost.disabled:hover, .button.ghost.disabled:focus, .button.ghost[disabled]:focus, .button.ghost.disabled, .button.ghost[disabled], .btn.ghost[disabled]:hover, .btn.ghost.disabled:hover, .btn.ghost.disabled:focus, .btn.ghost[disabled]:focus, .btn.ghost.disabled, .btn.ghost[disabled],
a.btn.ghost[disabled]:hover,
a.btn.ghost.disabled:hover,
a.btn.ghost.disabled:focus,
a.btn.ghost[disabled]:focus,
a.btn.ghost.disabled,
a.btn.ghost[disabled] {
  background-color: #FFFFFF;
}

/* a.btn:link, a.btn:visited, button.btn,*/
div.remove a.btn {
  display: inline-block;
  font-family: inherit;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 100%;
  padding: 0.7em 1.2em;
  text-decoration: none;
  box-shadow: none;
  border: 0;
  text-align: center;
  color: #FFFFFF;
}

@media only screen {
  button, .button {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  button:active, .button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.hide-for-small {
  display: none !important;
}

.back-btn {
  margin-bottom: 1.5em;
}

@media all and (min-width: 768px) {
  .hide-for-small {
    display: inline-block !important;
  }
}
a.btn.secondary:link, a.btn.secondary:visited, button.secondary, .btn.secondary {
  background-color: SlateGray;
  color: #FFFFFF;
}

a.btn.tertiary:link, a.btn.tertiary:visited, button.tertiary, .btn.tertiary, div.remove a.btn {
  background-color: #f1f1f1;
  color: #636363;
}

a.btn.tertiary:hover, a.btn.tertiary:focus,
button.btn.tertiary:hover, button.btn.tertiary:focus,
div.remove a.btn:hover, div.remove a.btn:focus {
  color: DodgerBlue;
}

.tertiary.slim {
  padding: 7px 20px;
  font-size: 12PX;
  font-weight: bold;
  border: 1px solid #C7C7C7;
}

.primary.slim {
  padding: 8px 20px;
  font-size: 12PX;
  font-weight: bold;
}

a.btn.isc-addToWishlistPopup, a.btn.btn-add-list, a.btn.btn-add-to-list {
  background: none transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
  color: slategray;
  font-size: 0.87em;
  font-weight: 600;
}

a.btn.btn-add-list:before, a.btn.btn-add-to-list:before {
  content: "\e600";
  font-family: "good-oatmeal-v2";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  font-size: 1em;
  padding-right: 0.5em;
}

div.remove {
  display: inline-block;
  float: right;
  margin: 0;
  margin-right: -1em;
}

div.remove a.btn {
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
}

div.remove a.btn .foundicon-remove:before {
  content: "\e000";
  font-size: 0.7em;
}

@media all and (min-width: 768px) {
  div.remove {
    margin-right: -0.25em;
  }
}
.btns {
  text-align: right;
}

/*
|--------------------------------------------------------------------------
| Color Variables
|--------------------------------------------------------------------------
*/
/************* Screen Sizes Breakpoints Variables *************/
/*
|--------------------------------------------------------------------------
| Screen Sizes Breakpoints Variables
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Grid Columns, Options
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Spacing variables
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Gutter Variables
|--------------------------------------------------------------------------
*/
/* Genral Functions - Non-site-specific Functionality */
/* Functions for colors*/
/*** Foundation Functions **/
input, select, textarea {
  background-color: rgba(29, 39, 56, 0.1);
}

.xng-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  font-family: inherit;
}
.xng-field .xng-field-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.25rem;
}
.xng-field .xng-field-info label {
  color: #333333;
  text-transform: capitalize;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
.xng-field .xng-field-info label .optional-label {
  font-weight: 400;
}
.xng-field .xng-field-info .sub-title {
  font-weight: 400 !important;
  max-width: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1025px) {
  .xng-field .xng-field-info .sub-title {
    max-width: 3.125rem;
  }
}
.xng-field .xng-field-info [class*=icon-] {
  color: #333333;
  cursor: pointer;
}
.xng-field.select-field .xng-field-info [class*=icon-] {
  color: #1D2738;
}
.xng-field .input, .xng-field .select {
  display: flex;
  flex-direction: column;
}
.xng-field .input input, .xng-field .input select, .xng-field .select input, .xng-field .select select {
  height: 2.25rem;
  background-color: #FFFFFF;
}
.xng-field .input input.xng-field, .xng-field .input select.xng-field, .xng-field .select input.xng-field, .xng-field .select select.xng-field {
  margin-bottom: 0 !important;
}
.xng-field .input input::-ms-clear, .xng-field .input input::-ms-reveal, .xng-field .input select::-ms-clear, .xng-field .input select::-ms-reveal, .xng-field .select input::-ms-clear, .xng-field .select input::-ms-reveal, .xng-field .select select::-ms-clear, .xng-field .select select::-ms-reveal {
  display: none;
}
.xng-field .field-validation-message {
  color: #E4104E;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  padding-top: 0.5rem;
  text-transform: capitalize;
}
.xng-field.field-error input, .xng-field.field-error select, .xng-field.field-error textarea {
  border-color: #E4104E;
}
.xng-field.field-disabled {
  opacity: 0.5;
}
.xng-field.field-disabled, .xng-field.field-disabled label, .xng-field.field-disabled input, .xng-field.field-disabled select, .xng-field.field-disabled textarea {
  cursor: not-allowed !important;
}
.xng-field.field-placeholder select {
  color: #333333;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1rem;
}
.xng-field.field-placeholder select option {
  color: #333333;
  height: 1.625rem;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.625rem;
  border-color: #AA4C0D;
}
.xng-field.field-placeholder select option:focus {
  background-color: #EEEEEE;
}
.xng-field.field-small .select:before {
  right: 0.3125rem;
  top: 30%;
}
.xng-field.field-small .select select {
  padding: 0.125rem 0.9375rem 0 0.3125rem;
  height: 1.5rem;
  font-weight: 600;
}
.xng-field.small input {
  height: 2rem;
}
.xng-field.small .input-arrows button {
  height: 1rem;
}
.xng-field.small .input-arrows button i {
  line-height: 100%;
}

@-moz-document url-prefix() {
  div.input .numerictextbox:focus + .input-controllers, div.input .numerictextbox:focus + .input-arrows, div.product-qty .numerictextbox:focus + .input-controllers, div.product-qty .numerictextbox:focus + .input-arrows {
    outline: 0.125rem solid #EA701E !important;
  }
  div.product-qty-pdp .numerictextbox:focus + .input-controllers, div.product-qty-pdp .numerictextbox:focus + .input-arrows {
    outline: 0.125rem solid #EA701E !important;
  }
  div.page-current .numerictextbox:focus + .input-controllers, div.page-current .numerictextbox:focus + .input-arrows {
    outline: 0.125rem solid #EA701E !important;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  div.input .numerictextbox:focus + .input-controllers, div.input .numerictextbox:focus + .input-arrows, div.product-qty .numerictextbox:focus + .input-controllers, div.product-qty .numerictextbox:focus + .input-arrows {
    outline: 0.125rem solid #383D40 !important;
  }
  div.product-qty-pdp .numerictextbox:focus + .input-controllers, div.product-qty-pdp .numerictextbox:focus + .input-arrows {
    outline: 0.125rem solid #383D40 !important;
  }
  div.page-current .numerictextbox:focus + .input-controllers, div.page-current .numerictextbox:focus + .input-arrows {
    outline: 0.125rem solid #383D40 !important;
  }
}
input:not([type]), input[type=text], input[type=password], input[type=date],
input[type=datetime], input[type=datetime-local], input[type=month], input[type=week],
input[type=email], input[type=number], input[type=search], input[type=tel],
input[type=time], input[type=url], input[type=color], input[type=phone], input[type=postalcode], input[type=candaPostalCode], textarea, select {
  background-color: #FFFFFF;
  border: 0.0625rem solid #666666;
  border-radius: 0.125rem;
  box-shadow: inset 0 0.0625rem 0 0 rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 0.625rem 0.5625rem;
  color: #333333;
  margin-bottom: 0;
  height: 2.25rem;
  box-sizing: border-box;
}
input:not([type])[readonly], input[type=text][readonly], input[type=password][readonly], input[type=date][readonly],
input[type=datetime][readonly], input[type=datetime-local][readonly], input[type=month][readonly], input[type=week][readonly],
input[type=email][readonly], input[type=number][readonly], input[type=search][readonly], input[type=tel][readonly],
input[type=time][readonly], input[type=url][readonly], input[type=color][readonly], input[type=phone][readonly], input[type=postalcode][readonly], input[type=candaPostalCode][readonly], textarea[readonly], select[readonly] {
  background-color: rgba(179, 179, 179, 0.1);
}
input:not([type]):disabled, input[type=text]:disabled, input[type=password]:disabled, input[type=date]:disabled,
input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=month]:disabled, input[type=week]:disabled,
input[type=email]:disabled, input[type=number]:disabled, input[type=search]:disabled, input[type=tel]:disabled,
input[type=time]:disabled, input[type=url]:disabled, input[type=color]:disabled, input[type=phone]:disabled, input[type=postalcode]:disabled, input[type=candaPostalCode]:disabled, textarea:disabled, select:disabled {
  opacity: 0.5;
  background-color: rgba(179, 179, 179, 0.1);
}
input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=month]:focus:not([readonly]), input[type=week]:focus:not([readonly]),
input[type=email]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), input[type=tel]:focus:not([readonly]),
input[type=time]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=color]:focus:not([readonly]), input[type=phone]:focus:not([readonly]), input[type=postalcode]:focus:not([readonly]), input[type=candaPostalCode]:focus:not([readonly]), textarea:focus:not([readonly]), select:focus:not([readonly]) {
  border: 0.0625rem solid #AA4C0D;
}
input:not([type]):focus:not([readonly])::-webkit-input-placeholder, input[type=text]:focus:not([readonly])::-webkit-input-placeholder, input[type=password]:focus:not([readonly])::-webkit-input-placeholder, input[type=date]:focus:not([readonly])::-webkit-input-placeholder,
input[type=datetime]:focus:not([readonly])::-webkit-input-placeholder, input[type=datetime-local]:focus:not([readonly])::-webkit-input-placeholder, input[type=month]:focus:not([readonly])::-webkit-input-placeholder, input[type=week]:focus:not([readonly])::-webkit-input-placeholder,
input[type=email]:focus:not([readonly])::-webkit-input-placeholder, input[type=number]:focus:not([readonly])::-webkit-input-placeholder, input[type=search]:focus:not([readonly])::-webkit-input-placeholder, input[type=tel]:focus:not([readonly])::-webkit-input-placeholder,
input[type=time]:focus:not([readonly])::-webkit-input-placeholder, input[type=url]:focus:not([readonly])::-webkit-input-placeholder, input[type=color]:focus:not([readonly])::-webkit-input-placeholder, input[type=phone]:focus:not([readonly])::-webkit-input-placeholder, input[type=postalcode]:focus:not([readonly])::-webkit-input-placeholder, input[type=candaPostalCode]:focus:not([readonly])::-webkit-input-placeholder, textarea:focus:not([readonly])::-webkit-input-placeholder, select:focus:not([readonly])::-webkit-input-placeholder {
  color: transparent;
}
input:not([type]):focus:not([readonly]):-moz-placeholder, input[type=text]:focus:not([readonly]):-moz-placeholder, input[type=password]:focus:not([readonly]):-moz-placeholder, input[type=date]:focus:not([readonly]):-moz-placeholder,
input[type=datetime]:focus:not([readonly]):-moz-placeholder, input[type=datetime-local]:focus:not([readonly]):-moz-placeholder, input[type=month]:focus:not([readonly]):-moz-placeholder, input[type=week]:focus:not([readonly]):-moz-placeholder,
input[type=email]:focus:not([readonly]):-moz-placeholder, input[type=number]:focus:not([readonly]):-moz-placeholder, input[type=search]:focus:not([readonly]):-moz-placeholder, input[type=tel]:focus:not([readonly]):-moz-placeholder,
input[type=time]:focus:not([readonly]):-moz-placeholder, input[type=url]:focus:not([readonly]):-moz-placeholder, input[type=color]:focus:not([readonly]):-moz-placeholder, input[type=phone]:focus:not([readonly]):-moz-placeholder, input[type=postalcode]:focus:not([readonly]):-moz-placeholder, input[type=candaPostalCode]:focus:not([readonly]):-moz-placeholder, textarea:focus:not([readonly]):-moz-placeholder, select:focus:not([readonly]):-moz-placeholder {
  color: transparent;
}
input:not([type]):focus:not([readonly])::-moz-placeholder, input[type=text]:focus:not([readonly])::-moz-placeholder, input[type=password]:focus:not([readonly])::-moz-placeholder, input[type=date]:focus:not([readonly])::-moz-placeholder,
input[type=datetime]:focus:not([readonly])::-moz-placeholder, input[type=datetime-local]:focus:not([readonly])::-moz-placeholder, input[type=month]:focus:not([readonly])::-moz-placeholder, input[type=week]:focus:not([readonly])::-moz-placeholder,
input[type=email]:focus:not([readonly])::-moz-placeholder, input[type=number]:focus:not([readonly])::-moz-placeholder, input[type=search]:focus:not([readonly])::-moz-placeholder, input[type=tel]:focus:not([readonly])::-moz-placeholder,
input[type=time]:focus:not([readonly])::-moz-placeholder, input[type=url]:focus:not([readonly])::-moz-placeholder, input[type=color]:focus:not([readonly])::-moz-placeholder, input[type=phone]:focus:not([readonly])::-moz-placeholder, input[type=postalcode]:focus:not([readonly])::-moz-placeholder, input[type=candaPostalCode]:focus:not([readonly])::-moz-placeholder, textarea:focus:not([readonly])::-moz-placeholder, select:focus:not([readonly])::-moz-placeholder {
  color: transparent;
}
input:not([type]):focus:not([readonly]):-ms-input-placeholder, input[type=text]:focus:not([readonly]):-ms-input-placeholder, input[type=password]:focus:not([readonly]):-ms-input-placeholder, input[type=date]:focus:not([readonly]):-ms-input-placeholder,
input[type=datetime]:focus:not([readonly]):-ms-input-placeholder, input[type=datetime-local]:focus:not([readonly]):-ms-input-placeholder, input[type=month]:focus:not([readonly]):-ms-input-placeholder, input[type=week]:focus:not([readonly]):-ms-input-placeholder,
input[type=email]:focus:not([readonly]):-ms-input-placeholder, input[type=number]:focus:not([readonly]):-ms-input-placeholder, input[type=search]:focus:not([readonly]):-ms-input-placeholder, input[type=tel]:focus:not([readonly]):-ms-input-placeholder,
input[type=time]:focus:not([readonly]):-ms-input-placeholder, input[type=url]:focus:not([readonly]):-ms-input-placeholder, input[type=color]:focus:not([readonly]):-ms-input-placeholder, input[type=phone]:focus:not([readonly]):-ms-input-placeholder, input[type=postalcode]:focus:not([readonly]):-ms-input-placeholder, input[type=candaPostalCode]:focus:not([readonly]):-ms-input-placeholder, textarea:focus:not([readonly]):-ms-input-placeholder, select:focus:not([readonly]):-ms-input-placeholder {
  color: transparent;
}
input:not([type]):hover:not([readonly]):not([disabled]), input[type=text]:hover:not([readonly]):not([disabled]), input[type=password]:hover:not([readonly]):not([disabled]), input[type=date]:hover:not([readonly]):not([disabled]),
input[type=datetime]:hover:not([readonly]):not([disabled]), input[type=datetime-local]:hover:not([readonly]):not([disabled]), input[type=month]:hover:not([readonly]):not([disabled]), input[type=week]:hover:not([readonly]):not([disabled]),
input[type=email]:hover:not([readonly]):not([disabled]), input[type=number]:hover:not([readonly]):not([disabled]), input[type=search]:hover:not([readonly]):not([disabled]), input[type=tel]:hover:not([readonly]):not([disabled]),
input[type=time]:hover:not([readonly]):not([disabled]), input[type=url]:hover:not([readonly]):not([disabled]), input[type=color]:hover:not([readonly]):not([disabled]), input[type=phone]:hover:not([readonly]):not([disabled]), input[type=postalcode]:hover:not([readonly]):not([disabled]), input[type=candaPostalCode]:hover:not([readonly]):not([disabled]), textarea:hover:not([readonly]):not([disabled]), select:hover:not([readonly]):not([disabled]) {
  border: 0.0625rem solid #FF832F;
}
input:not([type])::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, input[type=phone]::-webkit-input-placeholder, input[type=postalcode]::-webkit-input-placeholder, input[type=candaPostalCode]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #999999;
  font-size: 0.875rem;
  line-height: 1rem;
  font-style: italic;
  letter-spacing: 0;
  height: 1rem;
}
input:not([type]):-moz-placeholder, input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=date]:-moz-placeholder,
input[type=datetime]:-moz-placeholder, input[type=datetime-local]:-moz-placeholder, input[type=month]:-moz-placeholder, input[type=week]:-moz-placeholder,
input[type=email]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=tel]:-moz-placeholder,
input[type=time]:-moz-placeholder, input[type=url]:-moz-placeholder, input[type=color]:-moz-placeholder, input[type=phone]:-moz-placeholder, input[type=postalcode]:-moz-placeholder, input[type=candaPostalCode]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  color: #999999;
  font-size: 0.875rem;
  line-height: 1rem;
  font-style: italic;
  letter-spacing: 0;
  height: 1rem;
}
input:not([type])::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=date]::-moz-placeholder,
input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder,
input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder,
input[type=time]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=color]::-moz-placeholder, input[type=phone]::-moz-placeholder, input[type=postalcode]::-moz-placeholder, input[type=candaPostalCode]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #999999;
  font-size: 0.875rem;
  line-height: 1rem;
  font-style: italic;
  letter-spacing: 0;
  height: 1rem;
}
input:not([type]):-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=color]:-ms-input-placeholder, input[type=phone]:-ms-input-placeholder, input[type=postalcode]:-ms-input-placeholder, input[type=candaPostalCode]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #999999;
  font-size: 0.875rem;
  line-height: 1rem;
  font-style: italic;
  letter-spacing: 0;
  height: 1rem;
}

input[type=text]::-webkit-input-placeholder {
  opacity: 0.85;
}

select:focus, select:not([readonly]):focus {
  padding-bottom: 0.625rem;
}

textarea {
  min-height: 9.375rem;
}

/******************************************************************/
/*************** Styling Checkbox and Radio Buttons ***************/
.xng-radio, .xng-checkbox {
  margin-bottom: 1.3125rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.xng-radio .input input, .xng-checkbox .input input {
  position: absolute;
  left: -624.9375rem;
  opacity: 0;
}
.xng-radio .input input:not(:disabled):not(:checked):hover ~ label, .xng-checkbox .input input:not(:disabled):not(:checked):hover ~ label {
  border: 0.0625rem solid #FF832F;
}
@-moz-document url-prefix() {
  .xng-radio .input input:not(:disabled):not(:checked):hover ~ label, .xng-checkbox .input input:not(:disabled):not(:checked):hover ~ label {
    border-width: 0.125rem;
  }
}
.xng-radio .input label, .xng-checkbox .input label {
  position: relative;
  display: inline-block;
  width: 0.8125rem;
  height: 0.8125rem;
  background-color: #EEEEEE;
  border: 0.0625rem solid #999999;
  border-radius: 0.0625rem;
  color: #FFF;
  cursor: pointer;
  font-size: 0.625rem;
  margin: 0 0.5rem 0 0;
  transition: all 0.2s;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}
@-moz-document url-prefix() {
  .xng-radio .input label, .xng-checkbox .input label {
    border-width: 0.125rem;
  }
}
.xng-radio .input label:before, .xng-checkbox .input label:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
}
.xng-radio .input-label, .xng-checkbox .input-label {
  color: #333333;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  margin-bottom: 0;
}
.xng-radio .input-label:hover, .xng-checkbox .input-label:hover {
  cursor: pointer;
}

.xng-checkbox .input input:checked ~ label {
  border-color: #AA4C0D;
  background-color: #AA4C0D;
  color: #FFF;
}
.xng-checkbox .input input:checked ~ label:before {
  color: #FFF;
  font-size: 0.6875rem;
}
.xng-checkbox .input input:checked:hover ~ label {
  background-color: #FF832F;
  border-color: #FF832F;
}
.xng-checkbox .input label {
  color: #999999;
  font-size: 0.625rem;
}
.xng-checkbox .input label:before {
  color: transparent;
}

.xng-radio .input input:checked ~ label {
  border-color: #1D2738;
}
.xng-radio .input input:checked ~ label:before {
  content: "";
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: #0D131E;
  border-radius: 50%;
  animation: pulse 0.4s;
}
.xng-radio .input input:not(:focus):hover ~ label {
  border: 0.0625rem solid #FF832F;
}
@-moz-document url-prefix() {
  .xng-radio .input input:not(:focus):hover ~ label {
    border-width: 0.125rem;
  }
}
.xng-radio .input input:checked:hover ~ label {
  border-color: #FF832F;
}
.xng-radio .input input label {
  width: 1.25rem;
  height: 1.25rem;
}
.xng-radio .input label {
  border-radius: 50%;
}
.xng-radio .input-label {
  line-height: 1.25rem;
}

/***********************************************************/
/*************** Styling Native Select Input ***************/
select {
  border-radius: unset;
}

.select {
  position: relative;
}
.select i::before {
  position: absolute;
  bottom: -1rem;
  left: 0.375rem;
  pointer-events: none;
  color: #EA701E;
}
.select::before {
  position: absolute;
  top: 0.9375rem;
  right: 0.6875rem;
  pointer-events: none;
  color: #999999;
  font-size: 0.375rem;
}
.select:has(select:focus)::before {
  content: "\e90b";
}
.select select {
  background-image: none;
  padding-right: 1.875rem;
  color: #333333;
  border: 0.0625rem solid #666666;
}
.select select:not(:disabled):hover {
  cursor: pointer;
  border-color: #FF832F;
}
.select select:focus {
  cursor: pointer;
  border-color: #AA4C0D;
}

/***********************************************************/
/************ Styling search field *************/
.search-container .search-input .isc-searchAutoComplete {
  height: 2.1875rem;
}
.search-container .search-input .isc-searchAutoComplete input {
  padding-right: 1.5625rem;
}

.search-button-bkgd {
  background: none !important;
  box-shadow: none !important;
}

.search-field {
  position: relative;
}
.search-field input {
  padding-right: 3.125rem;
}
.search-field > .icon-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
  pointer-events: none;
  color: #1D428A;
  font-size: 1rem;
}
.search-field > .icon-close {
  position: absolute;
  top: 0.5625rem;
  cursor: pointer;
  right: 2.125rem;
  color: #1D2738;
  font-size: 0.75rem;
  z-index: 1;
}

/***********************************************************/
/************ Styling Select2/Dropdown Element *************/
.xng-dropdown-field .select2-container--default .select2-selection--single, .xng-dropdown-field .select2-container--default .select2-selection--multiple {
  border: 0.0625rem solid #EA701E;
}
.xng-dropdown-field .select2-container--disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.xng-dropdown-field .select2-container--default .select2-search--inline .select2-search__field,
.xng-dropdown-field .select2-container--default .select2-selection--single {
  width: 100% !important;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  height: auto;
  margin: 0;
}
.xng-dropdown-field .select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder,
.xng-dropdown-field .select2-container--default .select2-selection--single::-webkit-input-placeholder {
  font-weight: 400;
}
.xng-dropdown-field .select2-container--default .select2-search--inline .select2-search__field:-moz-placeholder,
.xng-dropdown-field .select2-container--default .select2-selection--single:-moz-placeholder {
  font-weight: 400;
}
.xng-dropdown-field .select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder,
.xng-dropdown-field .select2-container--default .select2-selection--single::-moz-placeholder {
  font-weight: 400;
}
.xng-dropdown-field .select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder,
.xng-dropdown-field .select2-container--default .select2-selection--single:-ms-input-placeholder {
  font-weight: 400;
}
.xng-dropdown-field .select2-container--default .select2-search--inline .select2-search__field {
  padding: 0.625rem 1.5625rem 0.625rem 1.875rem;
}
.xng-dropdown-field .select2-container--default .select2-selection--single {
  padding: 0.625rem 1.5625rem 0.625rem 0.9375rem;
}
.xng-dropdown-field .select2-container--default .select2-selection--multiple, .xng-dropdown-field .select2-container--default .select2-selection--single {
  height: 2.5rem;
  position: relative;
}
.xng-dropdown-field .select2-container--default .select2-selection--multiple .select2-selection__rendered, .xng-dropdown-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: bold;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.xng-dropdown-field .select2-container--default .select2-selection--multiple .select2-selection__rendered li, .xng-dropdown-field .select2-container--default .select2-selection--single .select2-selection__rendered li {
  width: 100%;
}
.xng-dropdown-field .select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .xng-dropdown-field .select2-container--default .select2-selection--multiple .select2-selection__arrow, .xng-dropdown-field .select2-container--default .select2-selection--single .select2-selection__choice__remove, .xng-dropdown-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.xng-dropdown-field .select2-container--default .select2-selection--multiple .select2-selection__choice, .xng-dropdown-field .select2-container--default .select2-selection--single .select2-selection__choice {
  background-color: transparent;
  border: none;
  border-radius: 0;
  float: none;
  margin: 0;
  padding: 0.625rem 0 0.625rem 1.875rem;
  line-height: 1.125rem;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
}
.xng-dropdown-field .select2-selection.select2-selection--multiple {
  padding: 0;
}
.xng-dropdown-field .select2-selection.select2-selection--multiple, .xng-dropdown-field .select2-selection.select2-selection--single {
  background-color: #FFF;
  border: 0.09375rem solid #FF832F;
  border-radius: 0;
}
@-moz-document url-prefix() {
  .xng-dropdown-field .select2-selection.select2-selection--multiple, .xng-dropdown-field .select2-selection.select2-selection--single {
    border-width: 0.125rem;
  }
}
.xng-dropdown-field.field-small .select2-container--default .select2-selection--multiple, .xng-dropdown-field.field-small .select2-container--default .select2-selection--single {
  padding: 0 0.9375rem 0 0.3125rem;
  height: 1.5rem;
}
.xng-dropdown-field.field-small .select2-container--default .select2-selection--multiple .select2-selection__rendered, .xng-dropdown-field.field-small .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5rem;
}
.xng-dropdown-field.field-small .select:before {
  right: 0.3125rem;
}
.xng-dropdown-field .clear-search {
  position: absolute;
  top: 2.125rem;
  right: 0.5rem;
  font-size: 0.8125rem;
}
.xng-dropdown-field .select2-selection.select2-selection--multiple {
  border: 0;
}
.xng-dropdown-field .select2-selection.select2-selection--multiple input {
  border: 0.0625rem solid #EA701E;
}

.select2-container {
  width: auto !important;
}

.select2-dropdown {
  border: 0.0625rem solid #EA701E;
}

.select2-container--default .select2-results__option {
  padding: 0.375rem 0.875rem;
  font-size: 0.875rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #FF832F;
  color: #333333;
  padding: 0.375rem 0.875rem;
}

.picker__day--highlighted {
  background-color: #1D428A !important;
  color: #FFF !important;
  border-color: #1D428A !important;
}
.picker__day--highlighted:before {
  border-top-color: #FFF !important;
}

.picker__day--today {
  border: none;
  border-bottom: 1px solid #1D428A !important;
  background-color: #FFF !important;
  color: #1D428A !important;
}
.picker__day--today:before {
  content: none !important;
}

.picker__button--today, .picker__button--clear, .picker__button--close {
  color: #333333 !important;
}

.xng-filter-clear-button {
  position: absolute;
  margin: 0;
  padding: 0;
  background: none;
  color: #EA701E;
  right: 2.1875rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.625rem;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .xng-filter-clear-button {
    right: 2.375rem;
    top: 53%;
    zoom: 1.1;
  }
}
.xng-filter-clear-button:hover, .xng-filter-clear-button:focus {
  color: #333333;
  background: none;
}

/***********************************************************/
/************ Styling kendo autocomplete Element *************/
.k-list.k-reset .k-item {
  cursor: pointer;
}
.k-list.k-reset .k-item.k-state-hover {
  background-color: #FFF;
}

/******************************************************************/
/*************** Styling Date Picker ***************/
.xng-field.xng-date-field .input {
  position: relative;
}
.xng-field.xng-date-field .input .picker {
  top: 2.5rem;
  z-index: 3;
}
.xng-field.xng-date-field .input .picker .picker__header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  text-align: center;
}
.xng-field.xng-date-field .input .picker .picker__header .picker__month {
  margin-top: 0.4875rem;
  font-size: 1rem;
  letter-spacing: 0.03125rem;
  line-height: 1.125rem;
  text-align: center;
}
.xng-field.xng-date-field .input .picker .picker__header .picker__select--year {
  width: 4.0625rem;
  height: 2.125rem;
  margin-top: 0.0625rem;
  font-weight: 500;
  font-size: 0.875rem;
  border-width: 0.0625rem;
  padding: 0 0.625rem;
}
.xng-field.xng-date-field .input .picker .picker__header .picker__select--year:hover {
  border-width: 0.0625rem;
  cursor: pointer;
}
.xng-field.xng-date-field .input .picker .picker__holder {
  min-width: 15.625rem;
  max-width: 17.5rem;
  border-radius: 0;
  /*
      This used to retrive the original style when have
      datepicker inside table
  */
}
@media screen and (max-width: 768px) {
  .xng-field.xng-date-field .input .picker .picker__holder {
    max-width: 20rem;
    height: 22.1875rem;
  }
}
.xng-field.xng-date-field .input .picker .picker__holder .picker__nav--next, .xng-field.xng-date-field .input .picker .picker__holder .picker__nav--prev {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  top: 0.125rem;
}
.xng-field.xng-date-field .input .picker .picker__holder .picker__nav--next:hover, .xng-field.xng-date-field .input .picker .picker__holder .picker__nav--prev:hover {
  background-color: transparent;
  color: #1D428A;
}
.xng-field.xng-date-field .input .picker .picker__holder .picker__nav--prev:before,
.xng-field.xng-date-field .input .picker .picker__holder .picker__nav--next:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  width: auto;
  height: auto;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  content: "\e909";
  border: none;
  line-height: 2rem;
  font-size: 0.75rem;
  font-weight: bold;
}
.xng-field.xng-date-field .input .picker .picker__holder .picker__nav--next:before {
  transform: rotate(180deg);
}
.xng-field.xng-date-field .input .picker .picker__holder .picker__table {
  border: none;
}
.xng-field.xng-date-field .input .picker .picker__holder .picker__table thead th {
  font-weight: 600;
}
.xng-field.xng-date-field .input .picker .picker__holder .picker__table th, .xng-field.xng-date-field .input .picker .picker__holder .picker__table tr {
  background: #FFF;
  border: none;
}
.xng-field.xng-date-field .input .picker .picker__holder .picker__table th td, .xng-field.xng-date-field .input .picker .picker__holder .picker__table tr td {
  border: none;
  height: auto;
}
.xng-field.xng-date-field .input .picker .picker__holder .picker__table th, .xng-field.xng-date-field .input .picker .picker__holder .picker__table td {
  font-size: 0.75rem;
  padding-bottom: 0.25rem;
  color: #333333;
  font-weight: 500;
  text-align: center;
}
.xng-field.xng-date-field .input .picker .picker__holder .picker__table th {
  font-size: 0.625rem;
  font-weight: bold;
  letter-spacing: 0.025625rem;
  line-height: 0.6875rem;
  text-align: center;
  padding-bottom: 0.4375rem;
}
.xng-field.xng-date-field .input input {
  background-color: rgba(29, 39, 56, 0.1) !important;
}
.xng-field.xng-date-field .input .picker__input {
  cursor: pointer;
}
.xng-field.xng-date-field .input .picker__input.picker__input--active {
  border-color: #1D2738;
}
.xng-field.xng-date-field .input .picker__weekday {
  padding: 0;
  text-align: left;
}
.xng-field.xng-date-field .input .picker__day {
  padding: 0;
  width: 1.875rem;
  height: 1.6875rem;
  line-height: 1.625rem;
}
.xng-field.xng-date-field .input .picker__day--infocus, .xng-field.xng-date-field .input .picker__day--outfocus {
  font-weight: 300;
}
.xng-field.xng-date-field .input .picker__day--infocus:hover, .xng-field.xng-date-field .input .picker__day--outfocus:hover {
  background-color: rgba(29, 39, 56, 0.5) !important;
  border-radius: 0.25rem;
}
.xng-field.xng-date-field .input .picker__day--outfocus {
  color: #B1B1B1 !important;
}
.xng-field.xng-date-field .input .picker__day--disabled {
  background-color: #FFF !important;
  color: #D4D4D4 !important;
  border: none;
  cursor: not-allowed;
}
.xng-field.xng-date-field .input .picker__day--disabled:hover {
  background-color: transparent !important;
  color: #D4D4D4 !important;
}
.xng-field.xng-date-field .input input[readonly] {
  opacity: 1;
  background-color: #EA701E;
  padding-right: 2.5rem;
}
.xng-field.xng-date-field .input [class*=icon-] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.9375rem;
  color: #1D2738;
  pointer-events: none;
}

/*****************************************************************/
/*************** Style Search Input Icon ***********************/
.search-input {
  position: relative;
}
.search-input span::before {
  position: absolute;
  bottom: 0.6875rem;
  left: 0.4375rem;
  pointer-events: none;
  color: #EA701E;
  font-size: 0.78125rem;
  z-index: 1;
}
.search-input i::before {
  position: absolute;
  bottom: -1rem;
  left: 0.2rem;
  pointer-events: none;
  color: #EA701E;
  font-size: 0.78125rem;
  z-index: 1;
}

.select-step > .icon-Close {
  position: absolute;
  top: 2.3125rem;
  cursor: pointer;
  right: 1.3125rem;
  color: #EA701E;
  font-size: 0.75rem;
  z-index: 1;
}

@keyframes pulse {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hidingElement {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

/********************************************************************/
/******************Style Number Input with arrows********************/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

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

.input-arrows button {
  padding: 0;
  width: 1.5625rem;
  background-color: #EA701E;
  margin-bottom: 0;
  height: 1.25rem;
  cursor: default;
}
.input-arrows button:hover i {
  color: #FFF;
}
.input-arrows button i {
  color: #FF832F;
  line-height: 1.25rem;
}
.input-arrows button:hover {
  background-color: rgb(218.1402439024, 99.8597560976, 20.3597560976);
}
.input-arrows button:hover i {
  color: #FFF;
}

/********************************************************************/
/******************Override input border color when validation********************/
.validation-summary-errors {
  color: #00A65A;
  border: 0.0625rem solid #00A65A;
}

.validation-summary-errors ul {
  margin-bottom: 0;
}

.field-validation-message {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
}

span.field-validation-error,
.messaging--error {
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  padding-top: 1rem;
  text-transform: capitalize;
}

@media all and (min-width: 960px) {
  html body {
    background-size: 100% auto;
  }
}
@media all and (max-width: 480px) {
  html body {
    background-image: none !important;
    background-color: #fff;
  }
}
* {
  outline: none !important;
}

.isc-content-block {
  display: inline;
}

div.cm {
  margin-bottom: 1em;
}

[role=main] {
  left: 0;
  width: 100%;
  z-index: 2;
  position: relative;
  min-height: 480px;
}

[role=main], [role=panel-wrap] {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 250ms ease;
  -moz-transition: -moz-transform 250ms ease;
  -o-transition: -o-transform 250ms ease;
  transition: transform 250ms ease;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

[role=panel-wrap] {
  position: relative;
}

[role=main] .main-row {
  width: 100%;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  position: relative;
  -webkit-transition-delay: 0s;
  -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
  -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
  transition: opacity 300ms 100ms ease, transform 500ms ease;
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
@media screen and (max-width: 768px) {
  [role=main] .main-row {
    padding: 0 0 1.5rem;
  }
}

/*   @media all and (min-width: 480px) {
        [role="main"] .main-row {
            padding-left: 5px;
            padding-right: 5px;
        }
    }*/
@media all and (max-width: 767px) {
  [role=main] .main-row {
    max-width: 480px;
  }
}
/* @media all and (min-width: 768px) {
        [role="main"] .main-row {
            padding-left: 15px;
            padding-right: 15px;
        }
    }*/
@media all and (min-width: 1040px) {
  [role=main] .main-row {
    max-width: 1040px;
    /*   padding-left: 25px;
        padding-right: 25px;*/
  }
}
div.remove a.btn {
  color: SlateGray;
}

.container-fluid {
  min-width: 100%;
  width: 100%;
}

[role=main] {
  padding-top: 8rem;
}
[role=main] .main-row {
  padding: 0 !important;
  max-width: 90rem;
}
@media screen and (max-width: 1025px) {
  [role=main] {
    padding-top: 6.1875rem;
  }
}
@media screen and (max-width: 768px) {
  [role=main] {
    padding-top: 9.875rem;
  }
}

.container, .large-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 83.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.container.container-wide, .large-container.container-wide {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .container, .large-container {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.container .container > *, .large-container .container > * {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1025px) {
  .large-container {
    padding-left: 0;
    padding-right: 0;
  }
}
a:not(.btn), .link:not(.btn), button.link:not(.btn) {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: bold;
  text-decoration: none;
}
a:not(.btn).small, .link:not(.btn).small, button.link:not(.btn).small {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
a:not(.btn), a:not(.btn) *:before, a:not(.btn):link, a:not(.btn):link *:before, a:not(.btn):active, a:not(.btn):active *:before, a:not(.btn):focus, a:not(.btn):focus *:before, .link:not(.btn), .link:not(.btn) *:before, .link:not(.btn):link, .link:not(.btn):link *:before, .link:not(.btn):active, .link:not(.btn):active *:before, .link:not(.btn):focus, .link:not(.btn):focus *:before, button.link:not(.btn), button.link:not(.btn) *:before, button.link:not(.btn):link, button.link:not(.btn):link *:before, button.link:not(.btn):active, button.link:not(.btn):active *:before, button.link:not(.btn):focus, button.link:not(.btn):focus *:before {
  color: #1D428A;
}
a:not(.btn):visited, a:not(.btn):visited *:before, .link:not(.btn):visited, .link:not(.btn):visited *:before, button.link:not(.btn):visited, button.link:not(.btn):visited *:before {
  color: #0F2859;
}
a:not(.btn):hover, a:not(.btn):hover *:before, .link:not(.btn):hover, .link:not(.btn):hover *:before, button.link:not(.btn):hover, button.link:not(.btn):hover *:before {
  color: #4073D5;
}
a:not(.btn)[disabled], a:not(.btn)[disabled] *:before, a:not(.btn).disabled, a:not(.btn).disabled *:before, .link:not(.btn)[disabled], .link:not(.btn)[disabled] *:before, .link:not(.btn).disabled, .link:not(.btn).disabled *:before, button.link:not(.btn)[disabled], button.link:not(.btn)[disabled] *:before, button.link:not(.btn).disabled, button.link:not(.btn).disabled *:before {
  color: #999999;
}
a:not(.btn) .icon-right_long-inactive, .link:not(.btn) .icon-right_long-inactive, button.link:not(.btn) .icon-right_long-inactive {
  position: relative;
}
a:not(.btn) .icon-right_long-inactive:before, .link:not(.btn) .icon-right_long-inactive:before, button.link:not(.btn) .icon-right_long-inactive:before {
  font-size: 0.5rem;
  position: absolute;
  top: 0.3125rem;
  left: 0.625rem;
}
a.site-link, .link.site-link, button.link.site-link {
  height: 2rem;
  padding: 0 1rem;
}
a.site-link.active, .link.site-link.active, button.link.site-link.active {
  background-color: #EA701E;
}
a.site-link:hover, .link.site-link:hover, button.link.site-link:hover {
  text-decoration: underline;
  text-decoration-color: #FFFFFF;
}

/*
|--------------------------------------------------------------------------
| Color Variables
|--------------------------------------------------------------------------
*/
/************* Screen Sizes Breakpoints Variables *************/
/*
|--------------------------------------------------------------------------
| Screen Sizes Breakpoints Variables
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Grid Columns, Options
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Spacing variables
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Gutter Variables
|--------------------------------------------------------------------------
*/
/* Genral Functions - Non-site-specific Functionality */
/* Functions for colors*/
/*** Foundation Functions **/
.reveal-modal-bg {
  z-index: 100;
}

.reveal-modal {
  height: 100vh;
  max-width: none !important;
  min-width: 20rem;
  overflow-y: auto;
  width: 100% !important;
  z-index: 999;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  text-align: center;
  box-shadow: 0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
  background-color: transparent;
  top: 6.25rem !important;
  border-width: 0;
  position: fixed;
}
.reveal-modal .modal-wrap {
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #ddd;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .reveal-modal .modal-wrap {
    padding: 1.5rem;
    width: 80%;
  }
}
@media all and (max-width: 767px) {
  .reveal-modal .reveal-modal {
    min-height: 1em;
  }
}
.reveal-modal.modal-info .modal-wrapper .modal-wrap {
  border-top-color: #00A65A;
}
.reveal-modal.modal-success .modal-wrapper .modal-wrap {
  border-top-color: #E4104E;
}
.reveal-modal.modal-error .modal-wrapper .modal-wrap {
  border-top-color: #00A65A;
}
.reveal-modal.modal-warning .modal-wrapper .modal-wrap {
  border-top-color: #F1D622;
}
@media screen and (min-width: 769px) {
  .reveal-modal.tiny .modal-wrap {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .reveal-modal.small .modal-wrap {
    width: 40%;
  }
}
@media screen and (min-width: 769px) {
  .reveal-modal.medium .modal-wrap {
    width: 60%;
  }
}
@media screen and (min-width: 769px) {
  .reveal-modal.large .modal-wrap {
    width: 70%;
  }
}
@media screen and (min-width: 769px) {
  .reveal-modal.xlarge .modal-wrap {
    width: 85%;
  }
}
@media screen and (min-width: 769px) {
  .reveal-modal.full .modal-wrap {
    width: 95%;
  }
}
.reveal-modal .modal-wrapper {
  padding-top: 3.125rem;
  position: relative;
  min-height: 100vh;
  perspective: 100px;
}
.reveal-modal .modal-wrapper .reveal-modal-bg {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.reveal-modal .modal-wrapper .modal-wrap {
  display: inline-block;
  position: relative;
  max-width: 95%;
  text-align: left;
  box-shadow: none;
  z-index: 1005;
  padding: 3.125rem 1.5rem 2.125rem;
  border-radius: 0 0 0.3125rem 0.3125rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 480px) {
  .reveal-modal .modal-wrapper .modal-wrap {
    width: 90%;
  }
}
.reveal-modal .modal-wrapper .modal-wrap:only-child {
  border-radius: 0 0 0.3125rem 0.3125rem;
}
.reveal-modal .modal-wrapper .modal-wrap h1, .reveal-modal .modal-wrapper .modal-wrap h2, .reveal-modal .modal-wrapper .modal-wrap h3, .reveal-modal .modal-wrapper .modal-wrap h4, .reveal-modal .modal-wrapper .modal-wrap h5, .reveal-modal .modal-wrapper .modal-wrap h6 {
  color: #333333;
  font-weight: 600;
  margin: 0;
}
.reveal-modal .modal-wrapper .modal-wrap label {
  font-size: 0.875rem;
  font-weight: 600;
}
.reveal-modal .modal-wrapper .modal-wrap .modal-title {
  margin-bottom: 3.125rem;
  background: #FFF;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .reveal-modal .modal-wrapper .modal-wrap .modal-title {
    text-align: center;
  }
  .reveal-modal .modal-wrapper .modal-wrap .modal-title > * {
    font-size: 1.75rem;
    line-height: 1.7;
  }
}
.reveal-modal .modal-wrapper .modal-wrap .modal-body {
  background: #FFF;
  margin-bottom: 3.75rem;
}
.reveal-modal .modal-wrapper .modal-wrap .modal-actions {
  position: relative;
  opacity: 1;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 480px) {
  .reveal-modal .modal-wrapper .modal-wrap .modal-actions {
    flex-flow: column wrap;
    justify-content: space-between;
  }
  .reveal-modal .modal-wrapper .modal-wrap .modal-actions .buttons-aligned-right, .reveal-modal .modal-wrapper .modal-wrap .modal-actions .btns {
    flex-direction: column-reverse;
    display: flex;
  }
}
.reveal-modal .modal-wrapper .modal-wrap .modal-actions button, .reveal-modal .modal-wrapper .modal-wrap .modal-actions a {
  margin: 0;
}
.reveal-modal .modal-wrapper .modal-wrap .modal-actions #tst_sharePopup_back {
  color: #1D2738;
  text-decoration: none;
  font-weight: 600;
}
.reveal-modal .modal-wrapper .modal-wrap .modal-actions #tst_sharePopup_back:hover {
  color: white;
}
@media screen and (max-width: 480px) {
  .reveal-modal .modal-wrapper .modal-wrap .modal-actions .btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .reveal-modal .modal-wrapper .modal-wrap .modal-actions .btns .btn.tertiary, .reveal-modal .modal-wrapper .modal-wrap .modal-actions .btns .btn.secondary {
    margin-bottom: 0.3125rem;
  }
}
.reveal-modal .modal-wrapper .modal-wrap .message {
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
}
.reveal-modal a.close-reveal-modal {
  color: #EA701E;
  font-size: 1.875rem;
  font-weight: 400;
  top: 0.9375rem;
  right: 0.9375rem;
  text-decoration: none;
  border-bottom: none;
}
.reveal-modal a.close-reveal-modal:hover, .reveal-modal a.close-reveal-modal:focus {
  color: #333333;
  text-decoration: none;
  border-bottom: none;
}

/* Modal - Add to Cart Notification */
#AddToCartPopup .modal-wrap {
  max-width: 30rem;
}

#AddToCartPopup .modal-wrap h4 {
  display: none;
}

/* Modal - Create Wishlist */
.popup-create-wishlist .modal-wrap {
  max-width: 30rem;
}

/* Modal - Delete Wishlist */
.popup-delete-wishlist-confirm .modal-wrap {
  max-width: 30rem;
}

/* Modal - Forgot PW */
.popup-forgot-pw .modal-wrap {
  max-width: 30rem;
}

.popup-forgot-pw .email-addy .large-5 {
  padding-left: 0;
}

.popup-forgot-pw .email-addy .large-7 {
  padding: 0;
}

.popup-forgot-pw .btns {
  margin: 0.5rem 0;
}

.popup-forgot-pw .btns .btn {
  float: right;
  margin-left: 1rem;
}

@media all and (max-width: 767px) {
  .popup-forgot-pw .btns .btn {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
/* Modal - Security Code */
.popup-security-code .modal-wrap {
  max-width: 41.25rem;
}

/* Modal - Requisition Detail */
.popup-requisition .col-qty-remove input {
  width: 3.125rem;
  display: inline-block;
  float: left;
  margin-right: 0.5rem;
}

.popup-requisition .col-qty-remove .btn {
  display: inline-block;
  float: left;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  padding: 0;
  font-size: 1rem;
}

.popup-requisition .item-list .item-details {
  padding-right: 1rem !important;
}

.popup-requisition .item-list .item-code-notes {
  width: 100%;
  padding: 0 1rem 0.5rem 1rem !important;
}

.popup-requisition .item-list .item-code-notes strong {
  display: block;
  margin-bottom: 0.25rem;
}

.popup-requisition .btns {
  margin-bottom: 1.25rem;
}

@media all and (max-width: 767px) {
  .popup-requisition .info-tbl {
    margin-bottom: 0;
  }
}
@media all and (max-width: 480px) {
  .popup-requisition {
    width: 100%;
    left: 0;
  }
  .popup-requisition .info-tbl td,
  .popup-requisition .info-tbl th {
    font-size: 0.75rem;
  }
}
/* Survey Modal */
.reveal-modal.survey-modal .modal-wrap {
  width: auto;
}

/* Tell A Friend Modal */
@media screen and (max-width: 480px) {
  #TellAFriendDialogContainer .modal-actions .buttons-aligned-right {
    display: flex;
    flex-direction: column;
  }
  #TellAFriendDialogContainer .modal-actions .buttons-aligned-right .button + .button {
    margin-top: 10px;
  }
}

#changePasswordForm .change-password-title, #resetPasswordForm .change-password-title {
  font-size: 2.25rem;
  line-height: 2.625rem;
}

.delivery-method-popup {
  max-width: 450px !important;
}
.delivery-method-popup .delivery-method h3 {
  font-size: 1.5em;
}

.delivery-method h3 {
  margin-top: 0;
}
.delivery-method .delivery-method-options {
  display: inline-block;
  margin-bottom: 0.7em;
}
.delivery-method .delivery-method-options .delivery-method-option {
  float: left;
  margin-right: 1em;
}
.delivery-method .delivery-method-options .delivery-method-option input[type=radio] {
  margin-right: 0.15em;
}
.delivery-method .delivery-method-options .delivery-method-option label {
  margin-left: 0;
  font-size: 1.1em;
  font-weight: bold;
}
.delivery-method .warehouse-selection-link {
  display: inline-block;
  margin-top: 1em;
}

.warehouse-info h4 {
  margin-top: 0;
  margin-bottom: 0.2em;
}
.warehouse-info p {
  margin-bottom: 0;
  line-height: 1.2;
}

@media (min-width: 768px) {
  #popup-product-subscription {
    margin-top: 3rem;
  }
}
#popup-product-subscription {
  max-width: 360px;
}

#popup-product-subscription span {
  font-weight: bold;
}

#popup-product-subscription input {
  margin-right: 0;
}

#popup-product-subscription .month-column-1 {
  width: 50%;
  float: left;
}

#popup-product-subscription .month-column-2 {
  width: 50%;
  float: right;
}

#popup-product-subscription button {
  margin: 1rem 0 0 0.5rem;
  float: right;
}

.notify\:success {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.9375rem;
  font-family: "Adelle";
  position: relative;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  /*border: 1px solid $value;  SSI-185 */
  border-radius: 0.25rem;
  line-height: 1.3125rem;
  background-color: white;
  color: #00A65A;
}
.notify\:success.notify-closing {
  animation: hidingElement 0.45s;
}
.notify\:success .notify-body {
  width: 100%;
  margin: 0 15px 0 15px;
}
.notify\:success .notify-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: #FFF;
  border-radius: 50%;
  color: #00A65A;
}
.notify\:success .notify-icon[class*=" icon-"]:before {
  font-size: 1.125rem;
}
.notify\:success .icon-close {
  transition: all 0.2s;
  cursor: pointer;
}

.notify\:error {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.9375rem;
  font-family: "Adelle";
  position: relative;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  /*border: 1px solid $value;  SSI-185 */
  border-radius: 0.25rem;
  line-height: 1.3125rem;
  background-color: white;
  color: #E4104E;
}
.notify\:error.notify-closing {
  animation: hidingElement 0.45s;
}
.notify\:error .notify-body {
  width: 100%;
  margin: 0 15px 0 15px;
}
.notify\:error .notify-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: #FFF;
  border-radius: 50%;
  color: #E4104E;
}
.notify\:error .notify-icon[class*=" icon-"]:before {
  font-size: 1.125rem;
}
.notify\:error .icon-close {
  transition: all 0.2s;
  cursor: pointer;
}

.notify\:alert {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.9375rem;
  font-family: "Adelle";
  position: relative;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  /*border: 1px solid $value;  SSI-185 */
  border-radius: 0.25rem;
  line-height: 1.3125rem;
  border: 1px solid rgb(63.8, 85.8, 123.2);
  background: rgb(92.6, 121.6, 170.9);
  color: #333333;
}
.notify\:alert.notify-closing {
  animation: hidingElement 0.45s;
}
.notify\:alert .notify-body {
  width: 100%;
  margin: 0 15px 0 15px;
}
.notify\:alert .notify-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: #FFF;
  border-radius: 50%;
  color: #333333;
}
.notify\:alert .notify-icon[class*=" icon-"]:before {
  font-size: 1.125rem;
}
.notify\:alert .icon-close {
  transition: all 0.2s;
  cursor: pointer;
}

.notify\:info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.9375rem;
  font-family: "Adelle";
  position: relative;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  /*border: 1px solid $value;  SSI-185 */
  border-radius: 0.25rem;
  line-height: 1.3125rem;
  background-color: white;
  color: #EA701E;
}
.notify\:info.notify-closing {
  animation: hidingElement 0.45s;
}
.notify\:info .notify-body {
  width: 100%;
  margin: 0 15px 0 15px;
}
.notify\:info .notify-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: #FFF;
  border-radius: 50%;
  color: #333333;
}
.notify\:info .notify-icon[class*=" icon-"]:before {
  font-size: 1.125rem;
}
.notify\:info .icon-close {
  transition: all 0.2s;
  cursor: pointer;
}

.badge-items {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

.badge {
  display: flex;
  border: 0.0625rem solid;
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 0.875rem;
}
.badge .badge-wrapper {
  display: flex;
  align-items: center;
}
.badge.in-stock {
  width: 10.9375rem;
  border-color: rgb(246.4689361702, 230.0161702128, 120.3310638298);
  line-height: 1.2;
  display: inline-flex;
}
@media print {
  .badge.in-stock {
    border-color: black;
  }
}
.badge.in-stock span {
  padding: 0 0.375rem;
  background: rgb(246.4689361702, 230.0161702128, 120.3310638298);
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: rgb(246.4689361702, 230.0161702128, 120.3310638298) solid 0.0625rem !important;
  height: 100%;
  width: 2rem;
}
@media print {
  .badge.in-stock span {
    background: none;
    outline: black solid 0.0625rem !important;
  }
}
.badge.in-stock label {
  font-size: 0.6875rem;
  line-height: 1.2;
  color: #F1D622;
  font-weight: bold;
  margin: 0 0.1875rem;
  cursor: default;
  padding: 0.25rem 0.1875rem;
  font-size: 0.6875rem !important;
}
.badge.out-of-stock {
  border-color: #1D428A;
  display: inline-flex;
}
@media print {
  .badge.out-of-stock {
    border-color: black;
  }
}
.badge.out-of-stock label {
  color: #1D428A;
  font-size: 0.6875rem;
  font-weight: bold;
  margin: 0 0.1875rem;
  cursor: default;
  padding: 0.25rem 0.1875rem;
  font-size: 0.6875rem !important;
  line-height: 1.2;
}
.badge.pill {
  display: inline-block;
  border-radius: 0.9375rem;
  border: 0;
  background: #1D2738;
}
.badge.pill span {
  font-family: "TVNord-Cond";
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  margin: 0.3125rem 0.5625rem;
  color: #FFF;
}
.badge.supply-chain {
  width: 10.9375rem;
  border-color: #1D2738;
  line-height: 1.2;
  display: inline-flex;
}
@media print {
  .badge.supply-chain {
    border-color: black;
  }
}
.badge.supply-chain span {
  padding: 0 0.375rem;
  background: #1D2738;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: #1D2738 solid 0.0625rem !important;
  height: 100%;
  width: 2rem;
}
@media print {
  .badge.supply-chain span {
    background: none;
    outline: black solid 0.0625rem !important;
  }
}
.badge.supply-chain label {
  font-size: 0.6875rem;
  line-height: 1.2;
  color: #333333;
  font-weight: bold;
  margin: 0 0.1875rem;
  cursor: default;
  padding: 0.25rem 0.1875rem;
  font-size: 0.6875rem !important;
}

.iziToast.iziToast-theme-light {
  border-left: 5px solid #EA701E;
  background: #FFF;
  border-bottom: none;
  border-radius: 0;
  width: 100%;
  max-width: 320px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.iziToast.iziToast-theme-light.iziToast-color-blue {
  border-left-color: #1D2738;
}
.iziToast.iziToast-theme-light.iziToast-color-red {
  border-left-color: #00A65A;
}
.iziToast.iziToast-theme-light.iziToast-color-green {
  border-left-color: #F1D622;
}
.iziToast.iziToast-theme-light.iziToast-color-orange {
  border-left-color: #1D428A;
}
.iziToast > .iziToast-body {
  padding: 0;
}
.iziToast > .iziToast-close {
  background-position-y: 1.25rem;
  background-size: 0.625rem;
}
.iziToast:after, .iziToast > .iziToast-progressbar {
  display: none;
}
.iziToast > .iziToast-body .iziToast-title {
  font-size: 0.875rem;
}
.iziToast > .iziToast-body .iziToast-message {
  font-size: 0.75rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
}

h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1.25rem;
}

h2 {
  font-size: 1.625rem;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  margin-bottom: 1rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

h6 {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  margin-bottom: 1rem;
}

body {
  font-family: "Roboto";
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.625rem;
  font-weight: 400;
  color: #333333;
}

p {
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
p.small {
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-bottom: 0.875rem;
}

ul, ol {
  margin-left: 1.25rem;
}
ul > li, ol > li {
  margin-bottom: 1.25rem;
}

ul, ul > ul {
  list-style-type: disc;
}
ul li::marker {
  font-size: 0.75rem;
}

ol {
  list-style: decimal;
}
ol > ol {
  list-style: lower-latin;
}

header ul {
  margin-left: 0;
}

span.error {
  padding: 0.25em 1em;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: 600;
}

p.error, div.error, .messaging {
  font-weight: bold;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1.5em 0;
}

.messaging--caution {
  background: #fff6c5;
  border-color: #ffd800;
}

p.error, div.error {
  font-size: 0;
  padding: 0;
  border: 0;
}

.error:after {
  content: " ";
  display: table;
}

.outstock, .redTxt {
  color: #C60F13;
}

/*# sourceMappingURL=base.css.map */
@import url("https://fonts.googleapis.com/css?family=Mada&display=swap");
/* Global */
.btn.secondary.btn-tile {
  color: #ff7c24;
  background: none !important;
  border: 1px solid #ff7c24 !important;
  border-radius: 8px !important;
  transition: all 0.3s;
}

.ma-my-list-details .checkout-item .item-pricing-and-actions {
  width: 45%;
}

.ssi-content-restricted-width {
  max-width: 1440px;
  margin: 0 auto;
}

.product-list .b2c-catalog-page li.cat-block div:first-child a {
  min-height: 175px;
  display: grid;
  margin-top: 20px;
}

.product-list .b2c-catalog-page li.cat-block img {
  max-height: 175px;
  margin: auto;
  align-self: end;
}

#shipping-total-hide {
  display: none;
}

.btn.btn-remove-from-list.isc-removeWishListProduct {
  color: #003e7e;
}

.row.main-row.ma-my-list-details {
  padding-bottom: 20px !important;
}

/*header.header-b2c li .toggle-sub {
  display: none !important;
}*/

table.isc-pricebreaks .qty-break-pricing-title {
  font-size: 0.8rem !important;
}

table.isc-pricebreaks tr td.shippers-quantity-savings {
  text-align: center;
  line-height: normal;
}

/*.search-container .search-input .isc-searchAutoComplete {
  height: 2.2em;
}*/

/*header.header-b2c .mega-nav .shippers-restricted-width .left-nav .shippers-top-level a {
  color: black;
}*/

.row.main-row .medium-12.large-12.columns .row .medium-12.large-12.columns {
  padding: 0 !important;
}

.row.main-row.shippers-content-page {
  max-width: none;
  padding: 0 !important;
}

.row.main-row.shippers-content-page .medium-12.large-12.columns {
  padding: 0;
  max-width: 1440px;
  float: none;
  margin: auto;
}

#cartgrid table.isc-pricebreaks .qty-break-pricing-title {
  line-height: 2em;
  margin-top: 10px;
}

/*.isc-primary-nav li a {
  color: black;
}*

/*.isc-primary-nav .isc-primary-nav-back:before {
  color: black;
}*/

/*.isc-primary-nav .sub-heading {
  color: black;
}*/

/*.isc-primary-nav,
.isc-primary-nav .subnav {
  background: #f6f6f6;
}*/

/*.isc-primary-nav ul li {
  background: none;
}*/

.cms-zone .shippers-mobile-logo,
cms-zone .shippers-desktop-logo {
  display: block !important;
}

.cms-zone .logo-container {
  margin-top: 20px;
}

header.header-b2c .logo-row .clearfix.cms-editMode {
  margin-top: 29px !important;
}

header.header-b2c .cms-zone.clearfix {
  margin: inherit !important;
}

table.isc-pricebreaks {
  margin-bottom: 0;
}

.social.foundicon-cart {
  color: #003e7e;
}

/*.sign-in-label,
#tst_cartLink span,*/
/*.cust-name {
  font-weight: normal;
}*/

[role="cart-link"] {
  padding-right: 0 !important;
}

/*a.btn:link,
a.btn:visited,
button.btn,*/
div.remove a.btn {
  padding: 0.7em 0.8em;
}

table.isc-pricebreaks thead tr th,
table.isc-pricebreaks tfoot tr th,
table tfoot tr td,
table.isc-pricebreaks tbody tr th,
table.isc-pricebreaks tbody tr td,
table.isc-pricebreaks tr td {
  line-height: 0.5rem;
}

.product-list .vm-grid .item-block .item-price > * {
  display: block;
}

.item-list .item-block div.price div.quantity-pricing {
  display: inline-block !important;
}

.checkout-cart .item-opt .item-subtotal {
  min-width: 0px;
}

.cart-border {
  display: inline-block;
  border-right: 1px solid;
  height: 20px;
  margin-right: 3px;
  margin-left: 3px;
}

/*a:link,
a:visited,
a:active {
  color: #003e7e;
}*/

/*a.btn.primary:link,
a.btn.primary:visited,
button.primary,
.btn.primary {
  background-color: #ff7c24;
  box-shadow: 3px 3px 6px #00000029;
  opacity: 1;
}*/

a.btn.secondary:link,
a.btn.secondary:visited,
button.secondary,
.btn.secondary {
  background-color: #003e7e;
  box-shadow: 3px 3px 6px #00000029;
  opacity: 1;
}

/*header label {
  display: inline-block;
}*/

/*.head-row .search-container .search-button button::after {
  color: #003e7e;
  font-size: 1.05em;
}*/

/* Global End*/
/*Global Footer*/
/*
#footer .f1-wrap .footer-row {
  max-width: 1440px;
  margin: auto;
  margin-bottom: 20px;
}

#footer .f1-wrap {
  max-width: none;
}

#footer .f1-wrap .medium-12.large-12.columns {
  padding: 0;
}

#footer {
    
  background-color: #eeeeee;
  padding-bottom: 0;
  padding-top: 15px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;

}
*/

.footer-row {
  display: flex;
  flex-wrap: wrap;
}

/*header.header-b2c li {
  padding-top: 0;
}*/

.select-carrier {
  display: none !important;
}

/*.widget-emailsubscription input {
  max-width: 250px;
}*/

.container-margin {
  margin-bottom: 25px;
}

#emailSubscriptionForm988 label {
  font-weight: bold;
}

.footer-col-5 .cms-zone {
  min-width: 80%;
}

#footer h3 {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 5px;
}

/*
button.primary.btn-deal,
.btn.primary.btn-deal {
  color: #003e7e;
  background-color: white;
}


button.primary.btn-subscribe,
.btn.primary.btn-subscribe {
  background-color: #003e7e;
}
*/

.tv-last-column div.quantity-pricing {
  justify-content: flex-start;
}

#footer p.column-subtitle {
  font-size: 14px;
  line-height: 2;
}

#footer .fifth-column-links h3:nth-child(-n + 2) {
  margin-bottom: 15px;
}

#footer .fifth-column-content {
  padding: 0;
}

#footer .fifth-column-image {
  margin-bottom: 10px;
}

#footer .fifth-column-content .medium-6.large-6.columns {
  padding-right: 0;
}

#footer .recent-projects-content .recent-projects-text {
  font-size: 14px;
  margin-left: 5px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

#footer .recent-projects-content {
  margin-bottom: 20px;
}

#footer .recent-projects-image {
  width: 110px;
}

.shippers-bottom-div {
  margin-top: 10px;
  display: flex;
  max-width: 1440px;
  margin: auto;
}

.footer-full-width {
  display: block;
  background-color: white;
  padding: 20px 0;
  border-bottom: 2px solid #eeeeee;
}

.footer-left {
  flex: 0 0 50%;
}

.footer-left p {
  font-weight: 100;
  font-size: 0.9em;
  display: inline;
}

.footer-right p {
  font-weight: 100;
  font-size: 0.9em;
  margin-left: 20px;
  display: inline;
}

.footer-right {
  flex: 0 0 50%;
  justify-content: end;
  text-align: end;
}

/*Global Footer End*/
/*body {
  margin: 0;
  font-family: "Mada", sans-serif;
}*/

.spacer {
  flex: 1;
}

.nav-options {
  color: black;
}

li[role="account-menu"] div.sn-account ul {
  list-style: inside none;
  padding: 0;
  margin: 0;
}
li[role="account-menu"] div.sn-account ul li.has-sub:hover > ul,
li[role="account-menu"] div.sn-account ul li.has-sub:focus > ul,
li[role="account-menu"] div.sn-account ul li.has-sub:hover > div,
li[role="account-menu"] div.sn-account ul li.has-sub:focus > div {
  display: block;
}

li[role="account-menu"] div.sn-account > ul > li > a:focus {
  background: none;
  color: black;
}

li[role="account-menu"] div.sn-account > ul > li > a {
  padding: 0 0 0 0 !important;
}

li[role="account-menu"] div.sn-account ul .has-sub ul > li a .sub-item-text {
  font-size: 13px;
}

li[role="account-menu"] div.sn-account ul:first-child {
  margin-top: 0;
}

li[role="account-menu"] div.sn-account ul li > ul {
  max-height: 370px;
  right: -50px;
}

.sub-item-text {
  color: black;
  font-weight: bold;
}

/*header.header-b2c .mega-nav ul:first-child > li .toggle-sub:before {
  color: black;
}*/

.quick-order-2 .qo-item div.qo-opt {
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: flex-end;
  float: none;
  text-align: right;
  width: auto;
  clear: both;
  padding-right: 1em;
  height: auto;
  line-height: 2.5em;
}

.qo-item .qo-qty label {
  float: none;
}

/*.search-button-bkgd {
  background: none !important;
  box-shadow: none !important;
}*/

.sign-in-icon {
  height: 60%;
  vertical-align: text-top;
}

.search-inventory {
  padding-left: 14px;
}

.column-subtitle {
  text-align: left;
  float: none !important;
  margin-bottom: 4px;
}

.column-subtitle a {
  color: black;
}

.column-title {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 14px;
}

/*Mobile View*/
/*.isc-nav-bar {
  background-color: black;
}*/

div.cart-button a.cart-link {
  color: white;
}

/*div.cart-button a.cart-link:before,
header label.toggle.burger:after {
  color: white;
}*/

.responsive-user-nav {
  z-index: -1;
}

@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 0);
  }
}
.product-list .search-within-search .search-container .search-button .btn {
  background: #9fc955 0% 0% no-repeat padding-box;
  box-shadow: none;
  border: none;
  border-radius: 0px;
}

@media (min-width: 768px) {
  /* Header */
  /*header.header-b2c .mega-nav ul .subnav .sub-item a .sub-item-text {
    padding: 7px 14px;
  }

  header.header-b2c .mega-nav ul .subnav .sub-item a {
    line-height: 20px;
    align-items: center;
  }

  header.header-b2c .mega-nav ul:first-child > li > a:hover,
  header.header-b2c .mega-nav ul:first-child > li > span > a:hover,
  header.header-b2c .mega-nav ul:first-child > li > a,
  header.header-b2c .mega-nav ul:first-child > li > span > a {
    font-weight: bold;
  }

  header.header-b2c li .btn .cart-label {
    padding-left: 0;
  }

  header.header-b2c .mega-nav ul li.top-level-category .second-level-subnav {
    width: 768px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
  }

  header.header-b2c .mega-nav ul li.top-level-category .second-level-subnav li.second-level-category {
    display: flex;
    flex: 0 0 33.3%;
    line-height: normal;
  }

  header.header-b2c .mega-nav ul li.top-level-category .second-level-subnav .second-level-category {
    width: 33.3%;
  }

  .top-level-category.top-level-item {
    position: relative;
  }

  header.header-b2c .mega-nav ul li.top-level-category .second-level-subnav li.second-level-category a {
    color: black;
  }

  header.header-b2c .mega-nav ul .subnav .sub-item a .toggle-sub:before {
    color: black !important;
  }

  header.header-b2c .head-row {
    padding-top: 20px;
    min-height: 120px;
  }

  header.header-b2c .mega-nav .shippers-restricted-width {
    margin: auto;
    width: 100%;
    display: flex;
  }

  header.header-b2c .mega-nav .shippers-restricted-width .left-nav {
    flex: 1 1 80%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  header.header-b2c .mega-nav .shippers-restricted-width .right-nav {
    flex: 1 1 20%;
    display: flex;
    justify-content: flex-end;
  }

  header.header-b2c .shippers-top-nav .shippers-restricted-width {
    margin: auto;
    width: 100%;
    display: flex;
  }

  header.header-b2c .shippers-top-nav .shippers-restricted-width .left-nav {
    flex: 1 1 40%;
    display: flex;
    justify-content: flex-start;
  }

  header.header-b2c .shippers-top-nav .shippers-restricted-width .right-nav {
    flex: 1 1 60%;
    display: flex;
    justify-content: flex-end;
  }

  header.header-b2c .mega-nav ul .subnav .sub-item {
    min-width: 235px;
  }

  header .logo-row {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  header.header-b2c .mega-nav ul:first-child > li {
    line-height: 2em;
    font-size: 16px;
  }

  header.header-b2c .mega-nav ul:first-child > li ul.subnav {
    background-color: white;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
  }

  header.header-b2c {
    border-bottom: 2px solid #cecece;
  }

  header.header-b2c .mega-nav ul .subnav .sub-item:hover {
    background-color: #f6f6f6;
  }

  header.header-b2c .logo-row .shippers-top {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    color: #a7a8aa;
    font-size: 16px;
    display: block;
  }

  .shippers-mobile-logo {
    display: none;
  }

  .shippers-desktop-logo {
    display: block;
  }

  .shippers-right {
    float: none;
  }

  .shippers-right .widget-linklist {
    margin: 0;
  }

  .shippers-right .widget-linklist ul li {
    margin: 0;
    border: none;
    float: none;
  }*/

 /* .shippers-right .widget-linklist ul li a {
    color: black;
    font-size: 0.8em;
  }*/

  /*.shippers-right .head-row .search-container .search-button button {
    background: #9fc955 0% 0% no-repeat padding-box;
    box-shadow: none;
    border: none;
    border-radius: 0px;
  }

  .container {
    min-height: 48vh;
    max-width: none;
  }

  .search-container .search-input {
    width: 0;
  }

  .cust-name-arrow:before {
    font-family: "good-oatmeal-v2";
    content: "\e608";
    left: 30%;
    font-weight: bold;
    color: black;
    cursor: pointer;
    vertical-align: middle;
    visibility: visible;
    text-decoration: none;
  }

  header.header-b2c .mega-nav .right-nav ul:first-child > .has-sub ul {
    display: none;
  }

  header.header-b2c .mega-nav .right-nav ul:first-child > .has-sub:hover ul {
    display: block;
  }

  .cust-name-arrow:hover:before {
    color: black !important;
  }

  .header-b2c [role="user-nav"] {
    float: none;
    position: relative;
  }

  header.header-b2c [role="user-nav"] {
    margin-top: 8px;
  }

  header.header-b2c .head-row .header-zone.rt ul[role="user-nav"] {
    display: flex;
  }

  header.header-b2c .head-row .header-zone.lft {
    display: flex;
    width: auto;
  }

  header.header-b2c .head-row .header-zone.rt {
    width: 100%;
    float: none;
    padding-left: 90px;
  }

  header.header-b2c .mega-nav {
    width: 100%;
    display: flex;
    padding-left: 10px;
    border-top: 1px solid #cecece;
    padding: 3px 0;
  }

  header.header-b2c .shippers-top-nav {
    width: 100%;
    display: flex;
    margin-bottom: 12px;
  }

  header.header-b2c .mega-nav ul {
    margin-top: 0;
  }

  header.header-b2c .head-row .header-zone.top {
    width: 100%;
    text-align: right;
    background-color: white;
    color: black;
  }

  header.header-b2c .head-row .header-zone.top > a {
    color: black;
    font-size: 14px;
    margin-left: 25px;
  }

  header.header-b2c .head-row .header-zone.lft .logo-container {
    padding: 0;
    margin: auto;
  }

  header.header-b2c .head-row .header-zone.lft .logo-container img {
    min-width: 98px;
    width: 98px;
    height: 57px;
  }

  header.header-b2c .logo-row {
    margin: auto;
  }

  header.header-b2c .logo-row .clearfix {
    max-width: 1440px;
    margin: auto;
  }

  header.header-b2c .mega-nav ul li.top-level-category > a .toggle-sub:before {
    color: black;
  }

  header.header-b2c .head-row .search-button {
    width: 9%;
    top: -3px;
    right: 10px;
  }

  .head-row .search-container {
    padding-top: 0;
    width: 0;
  }

  header.header-b2c #wideSearch {
    position: relative;
  }

  header.header-b2c .head-row .header-zone.rt #wideSearch form {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  header.header-b2c .head-row .header-zone.rt .search-wrapper {
    width: 100%;
    position: relative;
    z-index: 95;
    left: -9px;
    float: none;
  }

  header.header-b2c .head-row .header-zone.rt #wideSearch {
    width: 96%;
    float: none;
  }

  header.header-b2c .head-row [role="sign-in"] {
    padding-right: 30px !important;
  }

  header.header-b2c .mega-nav ul:first-child > li {
    padding-left: 0;
  }

  header.header-b2c .mega-nav .shippers-restricted-width .left-nav ul:first-child > li {
    padding-right: 25px;
  }

  header.header-b2c #wideSearch .search-input {
    width: 96%;
  }

  header.header-b2c li .btn,
  header.header-b2c li button.btn {
    color: black;
    padding: 0;
    font-size: 16px;
  }*/

  /*Header End */
  /* Footer */
  .footer-col-1 {
    flex: 0 0 25%;
    color: black;
    border-right: 2px solid #cecece;
    margin-right: 20px;
  }

  .footer-col-2 {
    flex: 0 0 25%;
    color: black;
    border-right: 2px solid #cecece;
    margin-right: 20px;
  }

  .footer-col-3 {
    flex: 0 2 15%;
    color: black;
  }

  .footer-col-4 {
    flex: 0 0 17%;
    color: black;
  }

  /* Footer End*/
  /* Content Area */
  #cartgrid div.quantity-pricing {
    padding-right: 0;
    margin-top: -30px;
  }

  div.quantity-pricing {
    padding-right: 1em;
    display: flex;
    justify-content: flex-end;
  }

  div.quantity-pricing.wishlist-quantity {
    padding-right: 1em;
    display: flex;
    justify-content: flex-start;
  }

  div.quantity-pricing.wishlist-quantity.my-list {
    padding-right: 1em;
    display: inline-block;
    justify-content: flex-start;
    vertical-align: top;
  }

  .detail-options div.quantity-pricing {
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .shippers-intro-image {
    padding: 0;
    margin-top: 15px;
  }

  .shippers-intro-image img {
    height: 400px;
    object-fit: cover;
    width: 100%;
    object-position: top;
  }

  .shippers-intro-overlay {
    position: absolute;
    top: 265px;
    z-index: 10;
  }

  .shippers-intro-overlay .widget-richcontent {
    height: 250px;
    text-align: center;
    background: white;
    position: relative;
    top: 0px;
    max-width: 900px;
    margin: auto;
    background: #ffffff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid #707070;
    border-radius: 7px;
  }

  .cms-zone.cms-editMode .shippers-intro-overlay {
    position: relative;
    top: 0px;
  }

  .product-list .vm-list .item-details {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .product-list .vm-list div.item-details div.item-inf-wrapper {
    float: none;
    flex: 0 0 40%;
    width: auto;
    justify-content: flex-start;
  }

  .product-list .vm-list div.item-details div.qty-break-pricing {
    flex: 1 3 55%;
    text-align: end;
    justify-content: flex-end;
  }

  .product-list .vm-list .item-list .item-block .item-price {
    float: none;
    width: auto;
    flex: 0 0 25%;
    justify-content: flex-end;
  }

/*  [role="main"] .main-row {
    padding: 0 !important;
    max-width: 1440px;
  }*/

  .shippers-tiles-container {
    margin-top: 150px;
  }

  .shippers-tiles-container .shippers-tile {
    border: 1px solid #707070;
    padding: 1em;
  }

  .shippers-tiles-container .shippers-tile h3 {
    margin-top: 0;
  }

  .detail-options .btn.secondary.btn-add-to-list,
  .product-detail .detail-share {
    text-align: start;
  }

  /* Content Area End */
}
/*@media (max-width: 767px) {
  [role="secondary-nav"] {
    border: none;
    background-color: white;
    display: flex;
    width: 50%;
  }
}*/
@media (max-width: 767px) and (max-width: 767px) {
  [role="main"] .main-row {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .shippers-mobile-logo {
    display: block;
  }

  .shippers-desktop-logo {
    display: none;
  }

 /* .row .logo-container {
    width: 120px;
  }*/

  .row .shippers-mobile-logo.logo-container img {
    width: auto;
    margin: auto;
  }

/*    .isc-primary-nav .close-all:before,
    .isc-primary-nav .toggle-sub:before {
        color: color('ui-10');
    }*/

  div.quantity-pricing {
    padding-right: 1em;
    display: flex;
    justify-content: flex-start;
  }

  .detail-options div.quantity-pricing {
    justify-content: center;
    margin-bottom: 10px;
  }

  .product-detail .pd-grid .fc-qty input {
    display: inline-block;
  }

  .detail-options {
    text-align: center;
  }

  #cartgrid div.quantity-pricing {
    padding-right: 0;
    margin-top: -30px;
    justify-content: flex-end;
    margin-bottom: 10px;
  }

  nav ul:not(.side-nav) li[role="sign-in"] {
    border: none;
  }

  [role="secondary-nav"] [role="user-nav"] li[role="fulfillment-method"] {
    border: none;
  }

  ul[role="search"] {
    border: none;
  }

  li[role="sign-out"] .btn.sign-out,
  li[role="sign-in"] .btn.sign-in,
  [role="user-msgs"] a {
    color: black;
  }

  #searchButton {
    color: black;
  }

  li[role="sign-out"] .btn.sign-out:hover,
  li[role="sign-out"] .btn.sign-out:focus,
  li[role="sign-in"] .btn.sign-in:hover,
  li[role="sign-in"] .btn.sign-in:focus,
  [role="user-msgs"] a:hover,
  [role="user-msgs"] a:focus {
    background-color: #9fc955;
  }

  [role="secondary-nav"] .user-button:hover,
  [role="secondary-nav"] .user-button:focus,
  [role="secondary-nav"] .fulfillment-method:hover,
  [role="secondary-nav"] .fulfillment-method:focus,
  .topbar-user [role="secondary-nav"] .user-button,
  [role="secondary-nav"] a.search:hover,
  [role="secondary-nav"] a.search:focus,
  .topbar-search [role="secondary-nav"] a.search {
    background-color: #9fc955;
    color: white !important;
  }

  [role="secondary-nav"] [role="user-nav"] li[role="fulfillment-method"] a {
    color: black;
  }

/*  header .logo-row {
    max-width: 100%;
  }
*/
/*  .header-zone.lft {
    display: flex;
    justify-content: center;
    width: 100%;
  }*/

  .footer-col-1 {
    flex: 0 0 100%;
    color: black;
    border-bottom: 2px solid #cecece;
    margin-bottom: 20px;
  }

  .footer-col-2 {
    flex: 0 0 100%;
    color: black;
    border-bottom: 2px solid #cecece;
    margin-bottom: 20px;
  }

  .footer-col-3 {
    flex: 0 0 50%;
    color: black;
  }

  .footer-col-4 {
    flex: 0 0 100%;
    color: black;
    margin-top: 20px;
  }
}
/*Box finder*/
.box-finder-container {
  border: 1px solid #e1e1e1;
}

.box-finder-image {
  max-height: 5em;
}

@media all and (min-width: 768px) {
  .box-finder-container {
    padding: 0.8em;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
  }

  .box-finder-container input.box-finder-input,
  .box-finder-container button.box-finder-input {
    margin: 0 1em 0 1em;
  }
}
.box-finder-container .box-finder-input {
  display: inline;
  max-width: 10%;
}

.product-list .box-finder-container .search-within-search .search-container {
  padding-top: 0.6em;
}

.product-list .f-cat .box-finder-input-container .btn {
  padding: 0.7em;
  font-size: 1em;
}

.box-finder-help-message-container {
  font-size: 0.875rem;
  font-weight: normal;
  color: #8a8a8a;
  display: flex;
}

.box-finder-help-message {
  margin: 0 1em;
}

.box-finder-help-message-offset {
  flex: 0 1 8%;
}

.box-finder-form-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.box-finder-form-container-inputs {
  display: flex;
  align-items: center;
}

.box-finder-form-container-inputs .box-finder-label {
  flex: 0 1 8%;
}

/*END Box finder*/
@media (min-width: 1250px) {
  .product-list .vm-grid .plist-right,
  .product-list .vm-list .plist-right {
    width: 78%;
  }
}
@media (min-width: 1100px) and (max-width: 1249px) {
  .product-list .vm-grid .plist-right,
  .product-list .vm-list .plist-right {
    width: 75%;
  }
}
@media (min-width: 965px) and (max-width: 1099px) {
  .product-list .vm-grid .plist-right,
  .product-list .vm-list .plist-right {
    width: 72%;
  }
}
@media (min-width: 868px) and (max-width: 964px) {
  .product-list .vm-grid .plist-right,
  .product-list .vm-list .plist-right {
    width: 69%;
    max-width: none;
  }
}
@media (min-width: 801px) and (max-width: 868px) {
  .product-list .vm-grid .plist-right,
  .product-list .vm-list .plist-right {
    width: 66%;
    max-width: none;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .product-list .vm-grid .plist-right,
  .product-list .vm-list .plist-right {
    width: 64%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .hide-for-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .checkout-addresses .bill-to,
  .checkout-addresses .ship-to,
  .checkout-addresses .pick-up-location {
    float: none;
    width: 42%;
    padding-top: 0 !important;
    padding-left: 2em;
    display: inline-grid;
  }

  .checkout-addresses .btns {
    display: block;
    width: auto;
    margin-left: 0;
    margin-right: 37%;
    padding-left: 0;
    text-align: right;
  }
}
.checkout-addresses .btns .btn {
  float: none;
  margin: 3em 1em 3em 0;
}

.ma-order-upload .ou-modal.success h3.order-upload-error-message {
  color: red;
}

/*# sourceMappingURL=shippers-theme.css.map */

