/* Minification failed. Returning unminified contents.
(34245,5): run-time error CSS1019: Unexpected token, found '}'
 */
/* Minification failed. Returning unminified contents.
(34242,5): run-time error CSS1019: Unexpected token, found '}'
 */
/*! 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;
  -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;
  }
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    position: relative;
    min-width: 320px;
    color: #666;
    background-color: #fff;
    background-repeat: no-repeat;
}

@media all and (min-width: 960px) {

    html body {
        font-size: 15px;
        background-size: 100% auto;
    }
}

ul[address] {
    list-style: none;
}

.no-wrap {
    white-space: nowrap;
}

.no-margin-top {
    margin-top: 0px;
}

#selectWishList-list.k-list-container.k-popup {
    min-width: 200px;
}

/*FOUNDATION OVERRIDES/ADDITIONS*/
.row {
    max-width: 1040px;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.clear-both {
    clear: both;
}

.no-pad {
    padding-left: 0;
    padding-right: 0;
}

.no-pad-left {
    padding-left: 0;
}

.no-pad-right {
    padding-right: 0;
}

/* Hide background image on mobile */
@media all and (max-width: 480px) {
    html body {
        background-image: none !important;
        background-color: #fff;
    }
}

* {
    outline: none !important;
}

.container {
    width: 100%;
}

.isc-content-block {
    display: inline;
}

div.cm {
    /* margin-bottom:1em; */
}

/* Typography */

p {
    font-size: 1em;
}


h3 {
    font-family: inherit;
    font-size: 1.35em;
    font-weight: bold;
    margin-top: 1.25em;
    margin-bottom: 1em;
    color: #E31936;
}

h4, h5, h6 {
    font-family: inherit;
    font-size: 1em;
    margin-top: 1.25em;
    margin-bottom: 1em;
    color: inherit;
}

ul, ol {
    /* margin-left:2.5em; */
}

#header > div.top-nav-container > nav > div > div > ul.hisco_search-cart.right {
    margin-left:0 !important; 
}

span.small-text {
    font-size: 0.875em;
    font-style: italic;
}

/* Messages */

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;
}

p.error, div.error {
    font-size: 0;
    padding: 0;
    border: 0;
}

.error:after {
    content: " ";
    display: table;
}

.availability .lowstock,
.availability .outstock {
    color: #E31936;
    font-weight: bold;
    font-size: 15px;
}

.availability .outstock, .redTxt {
    color: #E31936;
}

.availability .dropship {
    color: #1D7CF2;
    font-weight: bold;
    font-size: 15px;
}

.required-msg {
    margin-bottom: 1.5em;
    font-size: .875em;
}

.form-note {
    font-size: 0.875em;
    line-height: 1.5em;
}

/* Left Navigation */

.left-nav-2 {
    background-color: #f2f2f2;
    padding: 1.5em;
    border: 1px solid #d9d9d9;
}

    .left-nav-2 h2 {
        margin-top: 0;
        /* font-size: 1.75em; */
    }

@media all and (min-width: 768px) {
    .left-nav-2 {
        width: 250px;
    }
}

.isc-primary-nav ul li {
    white-space: nowrap;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background: none !important;
}

#header > ul.hisco_search-cart.right {
    margin-left: 0px !important;
}

.left-nav-2 ul {
    list-style: none;
    margin-left: 0;
}

    .left-nav-2 ul li ul li a {
        /* color:#666; */
    }

    .left-nav-2 ul li.nav-selected {
        font-weight: bold;
    }

    .left-nav-2 ul.category-list {
        /* margin-left:-1.5em; */
        margin-bottom: 0;
    }

        .left-nav-2 ul.category-list > li {
            border-bottom: 1px solid #d9d9d9;
            padding: .35em 0;
        }

            .left-nav-2 ul.category-list > li:last-child {
                border-bottom: none;
                padding-bottom: 0;
            }

        .left-nav-2 ul.category-list li.no-accordion {
            /* margin-left:1.5em; */
            font-weight: bold;
        }


/* Global Informational Table Class */

table.info-tbl {
    border: none;
    width: 100%;
}

@media all and (max-width: 959px) {

    table.info-tbl {
        font-size: 13px;
    }
}

.info-tbl tr {
    border-bottom: 1px solid #999999;
    height: auto !important;
}

    .info-tbl tr:first-child {
        border-top: 1px solid #999999;
    }

.info-tbl th, .info-tbl td {
    text-align: left;
    line-height: 1.5em;
    padding-top: 1em;
    padding-bottom: 1em;
    vertical-align: top;
}

@media all and (min-width: 768px) {
    .info-tbl th:first-child, .info-tbl td:first-child {
        padding-left: 1.2em;
    }

    .info-tbl th:last-child, .info-tbl td:last-child {
        padding-right: 1.2em;
    }
}

.info-tbl th {
    font-weight: 600;
    /* border-bottom:3px solid #ccc; */
}

table tr.even, table tr.alt, table tr:nth-of-type(2n) {
    background-color: none transparent;
}

/* Order Tables */

div.table-wrapper {
    width: 100%;
    float: left;
    clear: both;
}

table.responsive {
    width: 100%;
}

table .col-tot {
    text-align: right;
}

/* Sections */

@media all and (max-width: 767px) {
    body [role="main"] section .content {
        display: block;
        height: 0;
        max-height: 0;
        overflow: hidden;
    }

    body [role="main"] section.active .content {
        height: auto;
        max-height: 9999px; /*this was set to 1000px, I am changing it because it is cutting off the section once we add credit card fields in*/
        -webkit-transition: max-height 500ms ease;
        -moz-transition: max-height 500ms ease;
        -o-transition: max-height 500ms ease;
        transition: max-height 500ms ease;
    }
}

body [role="main"] .section-container .content {
    -webkit-box-shadow: 0 3px 6px 0 rgba(25, 25, 25, 0.1);
    box-shadow: 0 3px 6px 0 rgba(25, 25, 25, 0.1);
    border-color: #E1E1E1;
}

body [role="main"] .section-container section p.title a {
    font-weight: bold;
    font-size: inherit !important;
    text-decoration: none;
    padding: .75em .8em !important;
}

body [role="main"] .section-container > section > .title {
    background-color: SlateGray;
    border: 1px solid #ccc;
    height: auto !important;
}


    body [role="main"] .section-container > section > .title:hover {
        background-color: SlateGray;
        opacity: 0.9;
    }

    body [role="main"] .section-container > section > .title a {
        color: #fff;
    }

body [role="main"] .section-container > section.active > .title {
    background-color: #fff !important;
    opacity: 1 !important;
    border-color: #E1E1E1;
}

    body [role="main"] .section-container > section.active > .title a {
        color: SlateGray;
    }

@media all and (max-width: 767px) {
    body [role="main"] .section-container section p.title a {
        font-size: 1.2em !important;
        white-space: normal !important;
    }

        body [role="main"] .section-container section p.title a:after {
            font-family: 'good-oatmeal-v2';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            /* 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;
            content: "\e62d";
            float: right;
            font-size: 1.2em;
            line-height: 1.2em;
        }

    body [role="main"] .section-container > section.active > .title a:after {
        content: "\e62c";
    }

    body [role="main"] .section-container > section > .title-continue {
        margin-bottom: 1em;
    }

        body [role="main"] .section-container > section > .title-continue a.btn {
            line-height: 1.2em !important;
            text-align: left;
        }

            body [role="main"] .section-container > section > .title-continue a.btn:after {
                content: "\e010";
                font-size: 1em;
            }
}

@media all and (min-width: 768px) {

    body [role="main"] .section-container section p.title a {
        padding: .75em 1.75em !important;
    }
}


/* Paginator */

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: #f2f2f2;
    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;
    vertical-align: top;
}

.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: .25em;
    vertical-align: top;
}

.pagination div.page-next {
    margin-left: .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;
    }

    .paginator-34 li.sort-list + li.results-list {
        margin-left: .5em !important;
    }
}


.paginator-34 label {
    white-space: nowrap;
    vertical-align: middle;
    font-weight: normal;
    font-style: italic;
    font-size: 0.9em;
    line-height: 250%;
}

.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 {
    clear: right;
    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: 1em !important;
    height: 2.4em !important;
    width: auto;
    min-width: 50px;
    max-width: 80px;
    padding: 0 0.5rem;
}

@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;
}

.results-count .result-lbl,
.results-count .search-lbl {
}

.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: .5em;
    }
}

.sort-list select, .results-list select {
    width: auto !important;
    max-width: 160px;
    min-width: 65px;
    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 .2em;
}

.paginator-34 .results-list {
    width: auto;
    max-width: 50%;
}

.results-list label, .sort-list label {
    margin-right: 5px;
}

.results-list select {
    width: 50px;
}

.paginator-34 .pagination {
    height: 2.5em;
    margin-bottom: .25em;
    display: inline-block;
    float: right;
    position: relative;
    z-index: 2;
}

@media all and (max-width: 767px) {

    .paginator-34 .pagination {
        width: 100%;
    }
}

body [role="main"] div.pbtm {
    margin-bottom: 1.5em;
    margin-top: 1em;
    padding: .5em inherit;
}

.pbtm .pagination {
    margin: 0;
}


/* Date Picker */

.picker__select--month, .picker__select--year {
    padding: 0;
}

.picker--opened .picker__holder {
    overflow: visible !important;
}

.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: .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;
}


/* Header Messages */

.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,.2);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    padding: .5em 54px .5em 1em;
}

    .head-msg span {
        font-size: 0.875em;
    }

        .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;
        }


/* Chosen Selects */

.chosen-container {
    width: 100% !important;
    font-size: inherit !important;
}

.chosen-container-single .chosen-single {
    height: 32px !important;
    line-height: 33px !important;
    background: #fff !important;
    border-radius: 0 !important;
    border: 1px solid #CCCCCC !important;
    border-radius: 0 !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset !important;
    transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s !important;
}

    .chosen-container-single .chosen-single div {
        height: 24px !important;
        padding-top: 3px !important;
    }

.chosen-container-single ul li.highlighted {
    background: SlateGray !important;
}

/* Forms */

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;
}

textarea {
    resize: none;
    min-height: 100px;
}

label {
    font-size: 1em;
    color: inherit;
    cursor: default !important;
}

    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: 5px;
    font-size: 0.875em;
    height: 2.7em;
    padding: 0.6em 1.5em 0.6em 0.5em;
    transition: border-color 0.45s ease-in-out 0s;
    box-shadow: none;
}


/* TOP CONTENT AREA */

.top-content {
    margin: 0;
    padding: 0;
    background: #d7d7d7;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 5;
}

/* TOP PANEL */

[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; */
    }

    .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: .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: .5em;
            margin-right: 1em;
            float: left;
        }

        #userPanel .inf-ship {
            display: inline-block;
            width: auto;
            margin-top: .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: .5em;
    }

#userPanel .user-info .user-button i {
    height: 100%;
}

#userPanel .btn.isettings span + span {
    margin-left: .5em;
    margin-right: .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 span {
    font-size: 1.25em;
}


/* MASTHEAD */
[role="masthead"] {
    left: 0 !important;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    -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 {
        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 {
    margin: 0px auto;
}

@media all and (min-width: 768px) {
    [role="masthead"] > .row, [role="masthead"] > * .row {
        /* margin-left: 0; */
        /* margin-right: 0; */
    }
}


/* LEFT NAV */

[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);
    }




/* CMS Header Zones */

.header-zone {
    /* width: 50%; */
}

    .header-zone.lft {
        float: left;
    }

    .header-zone.rt {
        float: left;
        width: auto;
    }


/* Logo Position */

.row .logo-container {
    float: left;
}

@media all and (max-width: 767px) {
    .row.logo-row {
        float: left;
    }

    .header-zone.lft {
        width: 100%;
    }
}

/* 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: .875em;
        margin-top: 1em;
    }

        .header-links ul li {
            display: inline-block;
        }

            .header-links ul li a {
                padding: 0 .8em;
            }


            .header-links ul li + li {
                border-left: 1px solid #e4e4e4;
            }
}


/* Multi Language Menu */

.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;
        margin-right: -4px;
    }

        .sn-lang > ul > li > a {
            outline: none;
            display: block;
            position: relative;
            text-decoration: none;
            height: 30px;
            line-height: 30px;
            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: .5em;
    vertical-align: middle;
}

.sn-lang ul li.has-sub:hover > a,
.sn-lang ul li.has-sub:focus > a {
}

.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;
    text-align: center;
}

.sn-lang ul li.has-sub > a:hover,
.sn-lang ul li.has-sub > a:focus {
}

.sn-lang ul li > ul, .sn-lang ul li > div {
    display: none;
    width: auto;
    position: absolute;
    top: auto;
    left: -38px;
    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: 150px;
    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:first-child {
            border: 0;
        }

        .sn-lang ul li > ul li a {
            outline: none;
            display: block;
            position: relative;
            margin: 0;
            padding: .25em 10px;
            text-decoration: none;
        }

            .sn-lang ul li > ul li a span:after {
                content: " ";
                display: table;
                clear: both;
            }

.sn-lang > ul > li > a {
    /* padding-right:0 !important; */
}

.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: underline;
}

.sn-lang > ul > li > a:hover,
.sn-lang > ul > li > a:focus {
}

.sn-lang ul ul a:hover,
.sn-lang ul ul a:focus {
}


/* Currency menu */

.sn-currency {
    display: inline-block;
}

    .sn-currency > ul {
        list-style: inside none;
        padding: 0;
        margin: 0;
    }

        .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 1.25em !important;
                font-weight: 600;
                height: 30px;
                line-height: 30px;
            }

    .sn-currency ul li.has-sub:hover > a,
    .sn-currency ul li.has-sub:focus > a {
    }

    .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.has-sub > a:hover,
    .sn-currency ul li.has-sub > a:focus {
    }

    .sn-currency ul li > ul, .sn-currency ul li > div {
        display: none;
        width: auto;
        position: absolute;
        top: auto;
        left: -38px;
        margin: 0;
        z-index: 999;
        text-align: center;
        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: 150px;
        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: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: .8em;
    }

    .sn-currency ul li > ul li a {
        outline: none;
        display: block;
        position: relative;
        margin: 0;
        padding: .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: underline;
    }

    .sn-currency > ul > li > a {
    }

        .sn-currency > ul > li > a:hover,
        .sn-currency > ul > li > a:focus {
        }

    .sn-currency ul ul a:hover,
    .sn-currency ul ul a:focus {
    }




/* CONTENT */

[role="main"] {
    left: 0;
    width: 100%;
    z-index: 2;
    position: relative;
    min-height: 480px;
}

[role="main"], [role="panel-wrap"] {
    /*-webkit-transform: translate3d(0, 0, 0); Safari no like */
    -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; Safari no like */
    -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%; */
    min-height: 650px;
    z-index: 1;
    /* margin:0 auto; */
    /* padding:1.5em 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;
    /*-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1); Safari no like */
    -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%;
}

div.main-row > div {
    /* margin-left:-0.9375em; */
    /* margin-right:-0.9375em; */
    padding: 0;
}



.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 {
}

    .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;
}


/* Button Overrides */

@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; */
    }
}


.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;
        /* Better Font Rendering =========== */
        -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.875em;
        padding-right: 0.5em;
    }

/* Button Positioning Divs */

.btns {
    text-align: right;
}

#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 .8em;
    }

    #isettingsPanel .isettings-buttons {
        text-align: right;
    }

    #isettingsPanel label {
        max-width: 35px;
        max-height: 35px;
        display: inline-block;
        vertical-align: middle;
    }

    #isettingsPanel .isettings-currency label {
        font-weight: 700;
        font-size: 1.2em;
    }

    #isettingsPanel select {
        width: 80%;
        float: right;
    }

@media all and (min-width:768px) {
    #isettingsPanel .isettings-buttons {
        width: 50%;
    }

        #isettingsPanel .isettings-buttons button {
            width: 49%;
        }
}

#isettingsPanel .isettings-multilang label span {
    display: none;
}


#searchPanel {
    padding-bottom: 1.5em;
}

    #searchPanel .btn {
        margin: 0;
        height: 2.525em;
    }

/* Search */
.search-container .search-category {
    /* width: 50%; */
}

.search-container .search-input {
    width: 89%;
    /* float: left; */
}

.search-container .search-button {
    float: right;
    width: auto;
    width: 10%;
    text-align: right;
    /* display: none!important; */
}

.search-button button {
    padding-left: .8em;
    padding-right: .8em;
}

    .search-button button i {
        padding-right: .7em;
    }


/* NAVIGATION */



.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;
}

[role="primary-nav-top"] {
}

@media all and (min-width: 768px) {
    [role="primary-nav-top"] {
    }
}

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: #fff; */
    /* background-color: #E31936; */
    /* text-transform:none; */
    /* height:40px; */
    /* line-height: 15px; */
    /* font-weight:600; */
    /* letter-spacing:0; */
    /* border:0; */
}

li[role="sign-out"] .btn.sign-out {
    /* background:#666; */
}

    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 {
        /* color:#fff; */
        /* opacity:1; */
    }


[role="primary-nav"] {
    padding: 0 !important;
}


    [role="primary-nav"] li {
    }



        [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: .2em !important;
        top: -1em !important;
        font-size: 81% !important;
        width: auto !important;
    }

    .ex:active, .ex:hover {
    }

[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: 100%;
        float: right;
        text-align: right;
    }

        [role="secondary-nav"] [role="search"],
        [role="secondary-nav"] [role="user-nav"] {
            width: auto;
            vertical-align: top;
        }

        [role="secondary-nav"] [role="sign-in"] {
            width: auto;
        }
}


[role="secondary-nav"] {
    z-index: 3;
    margin: 0 auto;
    white-space: nowrap;
    background: #D9D9D8;
    font-size: 12px;
    position: relative;
    margin-top: -1px;
    width: 100%;
    max-width: 1040px;
}


@media all and (min-width: 768px) {
    [role="secondary-nav"] {
        background: none;
    }
}

[role="secondary-nav"]:after {
    content: " ";
    clear: both;
    display: block;
}

[role="secondary-nav"] [role="account-nav"] {
    background: #f0f1f2;
}

@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,
.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: #E31936;
    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 2.25em; */
        /* background: #E31936; */
        /* color: #fff; */
    }
}

/* User Nav */

[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;
}

    [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;
            height: 30px;
            line-height: 30px;
        }
}

[role="user-nav"] li[role="isettings-btn"] button {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    height: 40px;
}

@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;
}


/* Login Panel */

#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: .5em 1em;
    text-align: center;
}

#userPanel .btn-signin {
    display: block;
    padding: .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: .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;
    }

    [role="customer-info"] li[role="sign-out"] i {
    }

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 #E4E4E4; */
}

[role="user-msgs"] {
    float: left;
    text-align: right;
    width: auto !important;
    border-right: 1px solid #E4E4E4;
}


@media all and (max-width: 767px) {
    [role="secondary-nav"] [role="sign-out"],
    [role="user-msgs"] {
        display: none !important;
    }
}

[role="sign-out"] span {
}

[role="customer-info"] li.shipto {
}

[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;
        background: #d9d9d9;
    }

ul[role="search"], ul[role="cart"] {
    /* max-width:200px; */
    /* width:auto !important; */
    list-style: none;
}

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; */
        display: none;
    }

    [role="secondary-nav"] ul li[role="multi-lang"] {
        border-right: solid 1px #aeaeae;
    }

    [role="secondary-nav"] ul li[role="currency"] {
        /* border-left:solid 1px #aeaeae; */
    }
}

[role="left-nav"] {
    width: 350px;
    padding: 1em;
}


[class*="sidebar-"], [class*="topbar-"] {
}

    [class*="topbar-"] [role="top-panel"] {
    }

#nwrap {
    overflow: hidden;
}

@media all and (min-width: 768px) {
    #nwrap {
        overflow: visible;
    }
}

.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: .5em;
    }
}

/* LEFT PANEL ACTIVE */

[class*="sidebar-"] [role="left-nav"] {
    margin-left: 0;
}

.csstransitions [class*="sidebar-"] [role="main"] {
    left: 350px;
}

.csstransforms.csstransitions [class*="sidebar-"] [role="main"] {
    left: 0;
    -webkit-transform: translateX(350px);
    -moz-transform: translate(350px, 0);
    -ms-transform: translate(350px, 0);
    -o-transform: translate(350px, 0);
    transform: translate(350px, 0);
}

.csstransforms3d.csstransforms.csstransitions [class*="sidebar-"] [role="main"] {
    -webkit-transform: translate3d(350px, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(350px, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(350px, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(350px, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(350px, 0, 0) scale3d(1, 1, 1);
}

.nav-slide-outer {
    display: block;
    width: 348px;
    height: 100%;
    overflow: hidden;
    position: relative;
    outline: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nav-slide {
    outline: none;
    display: block;
    width: 346px;
    height: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(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;
    position: relative;
    z-index: 5005;
    white-space: nowrap;
}

.csstransforms3d.csstransforms.csstransitions .nav-slide {
    -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);
}

.nav-slide {
    -webkit-animation-fill-mode: forwards;
}


nav#pNav, nav#qNav, nav#aNav {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}



nav#pNav {
}

nav#qNav {
}

nav#aNav {
}

.csstransitions .sidebar-main .nav-slide {
    left: 0;
}

.csstransforms.csstransitions .sidebar-main .nav-slide {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.csstransforms3d.csstransforms.csstransitions .sidebar-main .nav-slide {
    left: 0;
    -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);
}


.csstransitions .sidebar-qo .nav-slide {
    left: -100%;
}

.csstransforms.csstransitions .sidebar-qo .nav-slide {
    left: 0;
    -webkit-transform: translateX(-350px);
    -moz-transform: translateX(-350px);
    -ms-transform: translateX(-350px);
    -o-transform: translateX(-350px);
    transform: translateX(-350px);
}

.csstransforms3d.csstransforms.csstransitions .sidebar-qo .nav-slide {
    left: 0;
    -webkit-transform: translate3d(-350px, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(-350px, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-350px, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-350px, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-350px, 0, 0) scale3d(1, 1, 1);
}

.csstransitions .sidebar-account .nav-slide {
    left: -200%;
}

.csstransforms.csstransitions .sidebar-account .nav-slide {
    left: 0;
    -webkit-transform: translateX(-700px);
    -moz-transform: translateX(-700px);
    -ms-transform: translateX(-700px);
    -o-transform: translateX(-700px);
    transform: translateX(-700px);
}

.csstransforms3d.csstransforms.csstransitions .sidebar-account .nav-slide {
    left: 0;
    -webkit-transform: translate3d(-700px, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(-700px, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-700px, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-700px, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-700px, 0, 0) scale3d(1, 1, 1);
}

.csstransforms3d.csstransforms.csstransitions [class*="sidebar-"] [role="left-nav"] .nav-panel {
    opacity: 1;
    -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);
}

.csstransforms3d.csstransforms.csstransitions [class*="sidebar-"] [role="main"] .main-row {
    -webkit-transform: translate3d(0, 0, 0) scale3d(.9, .9, .9);
    -moz-transform: translate3d(0, 0, 0) scale3d(.9, .9, .9);
    -ms-transform: translate3d(0, 0, 0) scale3d(.9, .9, .9);
    -o-transform: translate3d(0, 0, 0) scale3d(.9, .9, .9);
    transform: translate3d(0, 0, 0) scale3d(.9, .9, .9);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}


[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;
}

    .sidebar-main .ln-button a, .sidebar-account .ma-button a {
    }

.ex {
    display: none !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
}

/* Link the nav state classes with their buttons to apply active state */

.topbar-search .search-button .ex,
.topbar-user [role="user-options"] a.ex,
body.topbar-user .user-button .ex,
.topbar-login .user-button .ex,
.topbar-isettings [role="isettings-btn"] .ex {
    display: block !important;
    height: 40px;
    line-height: 40px;
}

    .topbar-search .search-button .ex i {
        display: none;
    }

.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: .25em;
}


@media all and (min-width: 768px) {
    body.topbar-user .user-button a {
        padding-left: 40px;
    }
}

/* HISCO Footer 1 */

footer {
    position: relative;
    max-width: 100%;
    z-index: 0;
    margin: 0 auto;
    background: #fff;
    /* -webkit-box-shadow:  0 10px 10px 7px rgba(217,217,217,1); */
    /* box-shadow: 0 10px 10px 7px rgba(217,217,217,1); */
}

    footer h1,
    footer h2,
    footer h3,
    footer h4,
    footer h5,
    footer h6 {
        margin-top: 0;
    }

.footer-top-wrap {
    background-color: #f2f2f2;
    border-bottom: 5px solid #d9d9d9;
}

footer .footer-top {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.footer-top .footer-subscribe {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.footer-top .footer-nav {
    padding-top: 1.25em;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-weight: 700;
}

.footer-nav a:link,
.footer-nav a:visited,
.footer-nav a:active {
    color: #666;
    display: block;
}

.footer-nav a:focus,
.footer-nav a:hover {
    color: #E31936;
    text-decoration: none;
}

.footer-nav div {
    display: inline-block;
    text-align: center;
}

.footer-nav .footer-special {
    padding-right: .9375em;
    width: 33.3333%;
    float: left;
}

.footer-nav .footer-quote {
    padding-left: .9375em;
    padding-right: .9375em;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    width: 33.3333%;
    float: left;
}

.footer-nav .footer-locator {
    padding-left: .9375em;
    width: 33.3333%;
    float: left;
}

.footer-nav .footer-special > a > span:before {
    content: "\e60d";
    font-family: "good-oatmeal-v2";
    margin-right: .3em;
    font-size: 20px;
    display: block;
}

.footer-nav .footer-quote > a > span:before {
    content: "\e9b8";
    font-family: "good-oatmeal-v2";
    margin-right: .3em;
    font-size: 20px;
    display: block;
}

.footer-nav .footer-locator > a > span:before {
    content: "\e609";
    font-family: "good-oatmeal-v2";
    margin-right: .3em;
    font-size: 20px;
    display: block;
}

.footer-content-top-wrap {
    background-color: #fff;
    border-bottom: 5px solid #d9d9d9;
}

.footer-content-top {
    text-align: center;
    padding: 20px 0;
}

.footer-content-wrap {
    background-color: #333333;
    z-index: -1;
}

footer .footer-content {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    position: relative;
}

.fbox-wrap {
    position: relative;
    clear: both;
}

    .fbox-wrap h3 {
        color: #ff3352;
        text-transform: uppercase;
    }

    .fbox-wrap a:link,
    .fbox-wrap a:visited,
    .fbox-wrap a:active {
        color: #fff;
    }

    .fbox-wrap:before, .fbox-wrap:after {
        content: " ";
        display: table;
        clear: both;
    }

.footer-content .fb-top,
.footer-content .fb-1,
.footer-content .fb-2,
.footer-content .fb-3,
.footer-content .fb-4 {
    padding-left: 0;
    padding-right: 0;
    padding-top: .75em;
    padding-bottom: .75em;
    border-bottom: 1px solid #d9d9d9;
    position: static;
    font-size: .85em;
}

.footer-content .fb-top {
    padding-top: 0;
    text-align: center;
    padding-bottom: 2.25em;
}

.footer-content .fb-4 {
    padding-bottom: 0;
    border-bottom: none;
}


.footer-bottom-wrap {
    background-color: #b7142c;
}

footer .footer-bottom {
    color: #fff;
    padding-top: .5em;
}

footer .footer-top,
footer .footer-content,
footer .footer-bottom {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.f1-wrap .copyright-footer p {
    margin-bottom: 0;
}

footer .footer-subscribe,
footer .copyright-wrapper {
    font-size: 0.875em;
}

    footer .copyright-wrapper p {
        margin-bottom: .5em;
    }

    footer .footer-subscribe .btn {
        width: 100%;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 900;
        line-height: normal;
    }

    footer .footer-subscribe label {
        margin-bottom: .5em;
    }

    footer .footer-subscribe input {
        font-size: 1em;
        height: 35px;
    }

@media all and (min-width: 480px) and (max-width: 767px) {

    .footer-subscribe input {
        max-width: 320px;
        display: inline;
    }

    footer .footer-subscribe .btn {
        width: auto;
    }

    .footer-content .fb-top {
        border-bottom: none;
    }

    .footer-content .fb-1,
    .footer-content .fb-3 {
        padding-right: 1.5em;
        border-bottom: none;
        clear: left;
    }

    .fb-1:before {
        content: '';
        position: absolute;
        width: 50%;
        top: 0;
        bottom: 0;
        z-index: 0;
        left: 0;
        border-right: 1px solid #d9d9d9;
    }

    .footer-content .fb-2,
    .footer-content .fb-4 {
        padding-left: 1.5em;
        border-bottom: none;
    }

    .footer-content .fb-4 {
        padding-bottom: .75em;
    }

    footer .footer-box.fb-top {
        width: 100%;
    }

    footer .footer-box {
        width: 50%;
    }
}

@media all and (min-width: 768px) {

    footer .footer-top,
    footer .footer-content,
    footer .footer-bottom {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    .footer-top .footer-subscribe {
        padding-left: 0;
        text-align: left;
    }

    .footer-subscribe form {
        margin-bottom: 0;
    }

    footer .footer-nav {
        padding-right: 0;
        width: auto;
    }


    .footer-nav .footer-special {
        width: auto;
    }

    .footer-nav .footer-quote {
        width: auto;
    }

    .footer-nav .footer-locator {
        width: auto;
    }

    .footer-content .fb-top,
    .footer-content .fb-1,
    .footer-content .fb-2,
    .footer-content .fb-3,
    .footer-content .fb-4 {
        border-bottom: none;
        position: static;
    }

    .footer-content .fb-top {
        border-right: none;
    }

    .footer-content .fb-1 {
        padding-left: 0;
        padding-right: 1.5em;
    }

    .footer-content .fb-2 {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    .footer-content .fb-3 {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    .footer-content .fb-4 {
        padding-left: 1.5em;
        padding-right: 0;
        padding-bottom: .75em;
        border-right: none;
    }

    .fb-1:before,
    .fb-2:before,
    .fb-3:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: -1;
        left: 0;
        border-right: 1px solid #d9d9d9;
    }

    .fb-1:before {
        width: 25%;
    }

    .fb-2:before {
        width: 50%;
    }

    .fb-3:before {
        width: 75%;
    }

    footer .footer-subscribe input {
        max-width: 230px;
        display: inline-block;
    }

    footer .footer-subscribe .btn {
        width: auto;
        display: inline-block;
    }
}

@media all and (min-width: 960px) {

    footer .footer-top,
    footer .footer-content,
    footer .footer-bottom {
        padding-left: 2.85em;
        padding-right: 2.85em;
    }
}


/* Global Product List Item Styles */
.fc-um {
}

    .fc-um > div {
        float: left;
    }


a.btn.btn-add-to-cart:link, a.btn.btn-add-to-cart:visited {
    white-space: nowrap;
    width: 100%;
    font-size: 1em;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-weight: 900;
}

.pl-info {
    padding-left: 0 !important;
}



/* Messaging */

.item-thumb {
    text-align: center;
}

/* Cross Sells */

[role="cross-sells"] {
}

.isc-productContainer > div.row[role="cross-sells"],
div.row[role="cross-sells"] {
    position: relative;
    margin-left: -1.5em;
    margin-right: -1.5em;
    border-top: 5px solid #d9d9d9;
    margin-top: 2.85em;
    clear: both;
}

    div.row[role="cross-sells"] > div.columns {
        padding: 0;
    }

.cross-sells-headline {
    padding: 0 1.5em;
    font-weight: bold;
}

[role="cross-sells"] .mnm-qty {
    text-align: right;
    float: right;
}

@media all and (min-width: 768px) {
    .isc-productContainer > div.row[role="cross-sells"],
    div.row[role="cross-sells"] {
        margin-left: -1.5em;
        margin-right: -1.5em;
    }

    .cross-sells-headline {
        padding: 0 1.5em;
    }
}

@media all and (min-width: 960px) {
    .isc-productContainer > div.row[role="cross-sells"],
    div.row[role="cross-sells"] {
        margin-left: -2.85em;
        margin-right: -2.85em;
    }

    .cross-sells-headline {
        padding: 0 2.85em;
    }
}

[role="cross-sells"] ul {
    list-style: none;
    margin: 0;
}

[role="cross-sells"] .item-wrap {
    position: relative;
    margin: 0 auto;
    /* max-width: 80%; */
}

    [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,
    .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: .5em;
        line-height: 1.25em;
    }

        [role="cross-sells"] .item-wrap .item-name a {
            color: inherit;
            font-size: 14px;
        }

    [role="cross-sells"] .item-wrap div.price {
        font-size: 0.875em;
        /* float:left; */
    }

    [role="cross-sells"] .item-wrap .price span {
        margin-right: 0.5em;
    }

    [role="cross-sells"] .item-wrap .item-num {
        font-size: 0.875em;
        margin-bottom: 1em;
    }

    [role="cross-sells"] .item-wrap .thumb-wrap,
    .product-comparison .item-wrap .thumb-wrap {
        margin-bottom: 1em;
    }

div.quantity-pricing {
    position: relative;
    z-index: 3;
    font-size: 0.825em;
}

    div.quantity-pricing a {
        font-size: 12px;
        text-decoration: underline;
        color: #9e1126;
    }

.carousel-wrapper .quantity-pricing .f-dropdown.content {
    /* max-width: 180px !important; */
}

.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: .25em;
        padding-right: .25em;
    }

    .carousel-wrapper .quantity-pricing .f-dropdown table .col-3 {
        display: none;
    }
/* hide save %, not enough real estate */


[role="cross-sells"] .item-wrap .p-opt {
    position: relative;
    z-index: 2;
}

[role="cross-sells"] .carousel-wrapper {
    position: relative;
    /* margin-left: -1.5em; */
    /* margin-right: -1.5em; */
    /* border-top: 5px solid #d9d9d9; */
    /* padding-top: 1em; */
}

@media all and (min-width: 768px) {
    [role="cross-sells"] .carousel-wrapper {
        /* margin-left: -2.85em; */
        /* margin-right: -2.85em; */
    }
}

[role="cross-sells"] .cs-carousel {
    position: relative; /* necessary for slider control positioning */
    overflow: hidden;
    margin: 0 30px;
}

    [role="cross-sells"] .cs-carousel ul {
        width: 20000em;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        [role="cross-sells"] .cs-carousel ul > li {
            border: none;
            position: relative;
            float: left;
            text-align: left;
            padding: .8em .5em;
        }

    [role="cross-sells"] .cs-carousel [class*="column"] + [class*="column"]:last-child {
        float: left;
    }

    [role="cross-sells"] .cs-carousel > li:hover {
        cursor: pointer;
        border-color: #b8b8b8;
    }

    [role="cross-sells"] .cs-carousel > li img {
        display: inline-block;
        max-width: 100%;
        height: auto !important;
        width: 160px;
    }

[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 {
    position: absolute;
    top: 0;
    width: 8%;
    height: 100%;
    line-height: 1.5em;
    text-align: center;
    text-decoration: none;
    font-size: 1.25em;
    z-index: 200;
    background: #fff;
}

[role="cross-sells"] .carousel-control-prev,
[role="cross-sells"] .carousel-control-next {
    width: 30px;
    background: none;
    color: #666666;
}

    [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 {
        background: #e6e6e6;
        position: absolute;
        height: 1.5em;
        width: 100%;
        top: 50%;
        margin-top: -.5em;
        left: 0;
        font-family: 'good-oatmeal-v2';
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

        [role="cross-sells"] .carousel-control-prev span:before,
        .product-comparison .carousel-control-prev span:before {
            content: "\ea40";
        }

        [role="cross-sells"] .carousel-control-next span:before,
        .product-comparison .carousel-control-next span:before {
            content: "\ea3c";
        }

[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;
}

/* Tooltips */

.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: solid 1px #d9d9d9;
}

.f-dropdown:after {
    /* opacity:0.6; */
}

.f-dropdown:before {
    /* border-color: #f2f2f2 transparent transparent transparent !important; */
    /* bottom: -12px !important; */
    /* top:auto !important; */
    /* border-top-style: solid; */
}

.f-dropdown:after {
    /* border-color: #d9d9d9 transparent transparent transparent !important; */
    /* bottom: -15px !important; */
    /* top:auto !important; */
}

.quantity-pricing .f-dropdown.content {
    width: auto !important;
    max-width: 280px !important;
    padding: 0;
    /* bottom: 1.5em !important; */
    /* top: auto !important; */
    /* left: -9999px; */
}

table.isc-pricebreaks {
    margin: 0;
    width: 100%;
    min-width: 200px;
    border: 0;
    border-top: 1px solid #d9d9d9;
    table-layout: fixed;
    background: transparent;
    display: table;
}

    table.isc-pricebreaks tr {
        width: 100%;
        background-color: #f2f2f2;
    }

        table.isc-pricebreaks tr th {
            color: #666;
        }

        table.isc-pricebreaks tr th,
        table.isc-pricebreaks tr td {
            font-size: 12px;
            padding: .35em 1em;
            text-align: center;
        }

        table.isc-pricebreaks tr:first-child {
            background-color: #d9d9d9;
        }

        table.isc-pricebreaks tr:last-child {
            border-bottom: none;
        }

.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: .87em;
}

.quote-required .quote-tip {
    position: relative;
    display: inline-block;
    z-index: 201;
}

    .quote-required .quote-tip a.t-dropdown {
        display: inline-block;
        width: 24px;
        height: 24px;
        line-height: 25px;
        text-align: center;
        border-radius: 100px;
        border: 1px solid #ccc;
        text-decoration: none;
        font-weight: 600;
    }

        .quote-required .quote-tip a.t-dropdown:hover,
        .quote-required .quote-tip a.t-dropdown:focus {
            color: inherit;
            border-color: #999;
        }

[role="cross-sells"] .quote-required .quote-tip a.t-dropdown {
    height: 20px;
    width: 20px;
    line-height: 21px;
}

.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.875em;
    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;
}

@media all and (min-width: 481px) {
    .quote-required .f-dropdown.content {
        margin-left: -5px;
    }
}


/* UI Lock */

.ui-lock {
    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*="topbar-"] .ui-lock, [class*="sidebar-"] .ui-lock,
[class*="pnav-top-"] .ui-lock {
    display: block !important;
}

[class*="topbar-"] [role="panel-wrap"], [class*="sidebar-"] [role="panel-wrap"] {
}

[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: .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;
    }

    ul[role="search"], ul[role="cart"] {
    }
}

@media all and (min-width: 480px) {

    header[role="masthead"] h1[role="logo"] {
    }

    [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;
    }
}



/* Cross-Sells */

[role="cross-sells"] .pl-item {
    width: 25%;
    font-size: .9em;
}

[role="cross-sells"] .item-thumb {
    display: block;
    width: 100%;
    text-align: center;
    max-width: 160px;
    max-height: 160px;
    margin: 0 auto;
}

[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%;
    }
}

/* Content Editor */

body.isc-editing {
}

.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-review {
            border-right: 1px solid #d2d2d2;
        }

            #isc-content-menu button.btn-review:hover, #isc-content-menu button.btn-review:focus {
                color: #ee720e;
            }

            #isc-content-menu button.btn-review.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;
}

/* puts content editor on top of fancy box windows */
.ui-dialog {
    z-index: 9020 !important;
}

/* Content Edit popup */
#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: .5em;
        padding-top: .75em;
    }

    #isc-content-info tr:first-child th, #isc-content-info tr:first-child td {
        padding-top: .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;
    }


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 */

.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%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}


/* Sort following styles back into base styles above */

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,
[role="masthead"] .head-row {
    background: #fff;
    padding: 1.5em 1.5em 2.5em;
}



[role="masthead"] {
    /* border-bottom: 5px solid #d9d9d9; */
}

[role="primary-nav"] {
    padding: 0 !important;
    width: inherit;
}

@media all and (min-width: 768px) {

    [role="main"] .main-row, [role="masthead"] .head-row {
        padding: 0 1.5em 1.5em;
    }

    [role="main"] .main-row {
        padding-top: 1.5em;
    }
}

@media all and (min-width: 960px) {

    [role="main"] .main-row, [role="masthead"] .head-row {
        padding: 0 2.85em 1.5em;
    }

    [role="main"] .main-row {
        padding-top: 1.5em;
    }

    .hisco_main-nav {
        padding-left: 2.85em;
        padding-right: 2.85em;
    }
}

[role="masthead"] {
    -webkit-box-shadow: 0 0 10px 7px rgba(217,217,217,1);
    box-shadow: 0 0 10px 7px rgba(217,217,217,1);
}

@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="primary-nav"] li a {
    }

[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;
}

/* Header */

[role="masthead"] > .row {
}

.foundicon-search:before {
    font-family: 'good-oatmeal-v2';
    content: "\e001";
}

.foundicon-torso:before {
    content: "\e60a";
}

@media all and (min-width: 768px) {
    #header .foundicon-torso:before {
        font-size: 18px;
    }
}

#userPanel .user-info i.foundicon-torso:before {
    font-size: 1.25em;
}

header .foundicon-remove:before, [role="secondary-nav"] .foundicon-remove:before {
    color: DodgerBlue;
    content: "\e000";
}

[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 {
}

    [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;
        }

.foundicon-menu:before {
    content: "\e004";
}

.foundicon-settings:before {
    content: "\e005";
}

.foundicon-edit:before {
    content: "\e002";
}

.foundicon-home:before {
    font-family: 'good-oatmeal-v2';
}

.foundicon-cart:before {
    content: "\e00a";
}

[role="main"] a.btn.btn-add-to-cart:before {
    font-family: 'good-oatmeal-v2';
    content: "\e00a";
    font-size: 1em;
    padding-right: .5em;
    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;
    line-height: inherit;
    vertical-align: baseline;
    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"] ul a {
}

[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;
}

[role="left-nav"] .top-bar-section ul li > a:hover {
}

.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%;
        text-align: right;
        background: #fff;
        padding: 1em 2.85em 0em;
    }
}

[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 > a > span, .sn-lang > ul > li > a > span {
    }

.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;
}

/* Left Nav Panel */


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; */
    /* color: inherit; */
}

#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%;
}

/* Customer / Ship To Panel */

#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;
}


/* Search Panel */

#searchPanel .row {
    margin: 0 auto;
    position: relative;
}

    #searchPanel .row .small-6 input {
    }

    #searchPanel .row .small-2 {
        text-align: center;
    }

/* Quick Order Panel */

.qo-wrap {
    padding: .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;
}

@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: .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;
    }


/*  Product List Visual Styles */

.accordion > li > a {
    background: #bddce9;
    color: DodgerBlue;
    border: 1px solid #cdd6da;
}

.accordion > li.active > a {
    background: #dbdadb;
    color: DodgerBlue;
    border: 1px solid #cdd6da;
}

/* Breadcrumbs */

.breadcrumbs {
    margin: 0 0 1.5em;
    padding: 0;
    background: none;
    border: 0;
}

    .breadcrumbs li {
        padding-bottom: 5px;
    }

    .breadcrumbs > * {
        font-size: 12px;
    }

    .breadcrumbs li a, .breadcrumbs li span {
        text-transform: none;
        /* color: #666; */
    }

    .breadcrumbs > .current {
        color: #E31936;
        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: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e00d";
        margin: 0 0.4em;
    }

@media all and (max-width: 767px) {
    .breadcrumbs > *:before {
        content: "\e011";
        margin-left: 0;
    }
}


/* ------- BREAK
POINTS ------- */

/* Mobile */
@media all and (max-width: 480px) {

    #header [role="primary-nav"] ul.small-5 {
        width: 35%;
    }

    .row .logo-container {
    }

    [role="masthead"] .row {
    }

    [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 {
    }

        .breadcrumbs li.current {
            display: none;
        }

    .ln2-wrap .nav-head {
        /* text-align:center; */
    }
}

/* Small Tablet and Higher */
@media all and (min-width: 480px) {

    [role="primary-nav"] ul:not(.side-nav) li a {
        min-width: 55px !important;
    }

    .row .logo-container {
        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;
}

#header li.user-button a.login-link em {
}

@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 Higher */

@media all and (min-width: 768px) {

    /* 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"] ul:not(.side-nav) li a {
    }

    [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"] .ln-button a span {
    }



    [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;
    }

    [role="primary-nav"] [role="cart"] {
    }

    #header li.user-button {
    }

    #header .user-button:hover, .topbar-login #header .user-button {
    }

    .topbar-login #header .user-button {
        padding-left: 25px;
    }


    #header li.user-button a {
        min-height: 0;
        height: 30px;
        line-height: 30px;
    }

    .topbar-login #header li.user-button a {
    }

    #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"] {
    }

        #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 #E4E4E4;
            border-right: 1px solid #E4E4E4;
        }

            #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-6 input {
        }

    #searchPanel .row .small-2 {
        width: 12%;
    }


    /* B2C Header */

    .header-b2c {
    }



        .header-b2c .top-category {
            display: none;
        }

        .header-b2c [role="user-nav"] {
            float: right;
        }

        .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;
    }





    .paginator-34 .sort-list .sorting-select {
    }

    .paginator-34 .results-list .per-page-select {
    }
}

/* Navigation List */

.isc-navlist {
    display: inline-block;
    padding: 1em 1.5em 0 1em;
    border: 1px solid #ddd;
}

    .isc-navlist h4 {
        margin-top: 0;
        margin-bottom: .25em;
    }

    .isc-navlist > ul {
        margin-left: 0;
    }

    .isc-navlist ul {
        list-style-type: none;
        width: auto;
    }

        .isc-navlist ul .active {
            font-weight: bold;
        }

/* Newsletter Subscription */

.newsletter-subscribe {
    font-size: 0.875em;
    margin-bottom: 1em;
}

    .newsletter-subscribe label {
        margin-bottom: .5em;
    }

    .newsletter-subscribe input {
        font-size: 1em;
        height: 2.5em;
        max-width: 250px;
        display: inline-block;
    }

    .newsletter-subscribe .btn {
        display: inline-block;
    }

/* Contact Form */

.contact-form .required-msg {
    margin: 1em 0;
}

.contact-form .cf-form div[class^="cf-form"] {
    width: 100%;
    float: left;
    clear: left;
    margin-bottom: 0.25em;
}

.contact-form .cf-form textarea {
    height: 150px;
}

.contact-form .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) {

    .contact-form {
        max-width: 600px;
    }

        .contact-form .cf-form label {
            width: 40%;
            float: left;
        }

        .contact-form .cf-form input,
        .contact-form .cf-form select {
            width: 55%;
            float: right;
        }
}

/* Slideshow */

.slideshow-wrapper .orbit-container {
    background: none;
}

    .slideshow-wrapper .orbit-container li > p {
        margin-bottom: 0;
    }

.slideshow-wrapper .orbit-bullets {
    text-align: center;
}

    .slideshow-wrapper .orbit-bullets li {
        float: none;
        display: inline-block;
        border: 0;
        background: #ccc;
        cursor: pointer !important;
        margin-right: .5em;
    }

        .slideshow-wrapper .orbit-bullets li.active {
            background: #999;
        }

.slideshow-wrapper .orbit-container .orbit-timer {
    display: none;
}

.slideshow-wrapper .orbit-container .orbit-prev,
.slideshow-wrapper .orbit-container .orbit-next {
    margin-top: -68px;
    opacity: 0;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.15);
    text-indent: 0 !important;
    height: 5em;
    width: 2em;
    text-align: center;
    line-height: 5em;
    text-decoration: none;
}

.slideshow-wrapper .orbit-container:hover .orbit-prev,
.slideshow-wrapper .orbit-container:hover .orbit-next,
.slideshow-wrapper .orbit-container:focus .orbit-prev,
.slideshow-wrapper .orbit-container:focus .orbit-next {
    opacity: 1;
}

.slideshow-wrapper .orbit-container .orbit-prev:hover,
.slideshow-wrapper .orbit-container .orbit-next:hover {
    background-color: rgba(0, 0, 0, 0.45);
}

.slideshow-wrapper .orbit-container .orbit-prev:before,
.slideshow-wrapper .orbit-container .orbit-next:before {
    font-family: 'good-oatmeal-v2';
    font-size: 1.5em;
}

.slideshow-wrapper .orbit-container .orbit-prev:before {
    content: "\e011";
}

.slideshow-wrapper .orbit-container .orbit-next:before {
    content: "\e012";
}

.slideshow-wrapper .orbit-container .orbit-prev span,
.slideshow-wrapper .orbit-container .orbit-next span {
    display: none;
}


/* ISC Icon Webfont */
[class*="icon-"], [class*="foundicon-"] {
    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;
    display: inline;
    width: auto;
    height: auto;
    line-height: inherit;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
}

    [class*="foundicon-"]:before {
        font-family: 'good-oatmeal-v2';
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
    }


.icon-calculator:before {
    content: "\e64d";
}

.icon-calendar4:before {
    content: "\e64c";
}

.icon-star2:before {
    content: "\e646";
}

.icon-pin2:before {
    content: "\e647";
}

.icon-location:before {
    content: "\e615";
}

.icon-search:before {
    content: "\e600";
}

.icon-zoom-in:before {
    content: "\e601";
}

.icon-add:before {
    content: "\e602";
}

.icon-subtract:before {
    content: "\e603";
}

.icon-exclamation:before {
    content: "\e604";
}

.icon-question:before {
    content: "\e605";
}

.icon-close:before {
    content: "\e606";
}

.icon-envelope:before {
    content: "\e607";
}

.icon-compose:before {
    content: "\e608";
}

.icon-home:before {
    content: "\e609";
}

.icon-pencil:before {
    content: "\e60a";
}

.icon-envelope2:before {
    content: "\e60b";
}

.icon-user:before {
    content: "\e60c";
}

.icon-user2:before {
    content: "\e60d";
}

.icon-spinner:before {
    content: "\e60e";
}

.icon-spinner2:before {
    content: "\e60f";
}

.icon-spinner3:before {
    content: "\e610";
}

.icon-spinner4:before {
    content: "\e611";
}

.icon-spinner5:before {
    content: "\e612";
}

.icon-search2:before {
    content: "\e613";
}

.icon-zoom-in2:before {
    content: "\e614";
}

.icon-cog:before {
    content: "\e616";
}

.icon-cog2:before {
    content: "\e617";
}

.icon-remove:before {
    content: "\e618";
}

.icon-remove2:before {
    content: "\e619";
}

.icon-checkmark-circle:before {
    content: "\e61a";
}

.icon-minus:before {
    content: "\e61b";
}

.icon-plus:before {
    content: "\e61c";
}

.icon-checkbox-checked:before {
    content: "\e61d";
}

.icon-checkbox-unchecked:before {
    content: "\e61e";
}

.icon-calculator2:before {
    content: "\e64e";
}

.icon-pin3:before {
    content: "\e648";
}

.icon-calendar2:before {
    content: "\e64a";
}

.icon-calendar3:before {
    content: "\e64b";
}

.icon-pin:before {
    content: "\e645";
}

.icon-star:before {
    content: "\e644";
}

.icon-search-1:before {
    content: "\e001";
}

.icon-account-1:before {
    content: "\e006";
}

.icon-pad-1:before {
    content: "\e002";
}

.icon-menu-1:before {
    content: "\e003";
}

.icon-menu-2:before {
    content: "\e004";
}

.icon-ma-1:before {
    content: "\e005";
}

.icon-dash-1:before {
    content: "\e007";
}

.icon-x-1:before {
    content: "\e000";
}

.icon-cart-1:before {
    content: "\e009";
}

.icon-cart-2:before {
    content: "\e00a";
}

.icon-arrow-1-up:before {
    content: "\e00e";
}

.icon-arrow-1-down:before {
    content: "\e00b";
}

.icon-arrow-1-left:before {
    content: "\e00c";
}

.icon-arrow-1-right:before {
    content: "\e00d";
}

.icon-arrow-2-up:before {
    content: "\e00f";
}

.icon-arrow-2-down:before {
    content: "\e010";
}

.icon-arrow-2-left:before {
    content: "\e011";
}

.icon-arrow-2-right:before {
    content: "\e012";
}

.icon-pencil2:before {
    content: "\e61f";
}

.icon-reply:before {
    content: "\e620";
}

.icon-forward:before {
    content: "\e621";
}

.icon-search3:before {
    content: "\e622";
}

.icon-cog3:before {
    content: "\e623";
}

.icon-checkmark:before {
    content: "\e624";
}

.icon-cross:before {
    content: "\e625";
}

.icon-minus2:before {
    content: "\e626";
}

.icon-plus2:before {
    content: "\e627";
}

.icon-cross2:before {
    content: "\e628";
}

.icon-minus3:before {
    content: "\e629";
}

.icon-plus3:before {
    content: "\e62a";
}

.icon-cross3:before {
    content: "\e62b";
}

.icon-minus4:before {
    content: "\e62c";
}

.icon-plus4:before {
    content: "\e62d";
}

.icon-info:before {
    content: "\e62e";
}

.icon-info2:before {
    content: "\e62f";
}

.icon-question2:before {
    content: "\e630";
}

.icon-help:before {
    content: "\003F";
}

.icon-warning:before {
    content: "\e632";
}

.icon-list:before {
    content: "\e633";
}

.icon-arrow-left:before {
    content: "\e634";
}

.icon-arrow-down:before {
    content: "\e635";
}

.icon-arrow-up:before {
    content: "\e636";
}

.icon-arrow-right:before {
    content: "\e637";
}

.icon-arrow-left2:before {
    content: "\e638";
}

.icon-arrow-down2:before {
    content: "\e639";
}

.icon-arrow-up2:before {
    content: "\e63a";
}

.icon-arrow-right2:before {
    content: "\e63b";
}

.icon-arrow-left3:before {
    content: "\e63c";
}

.icon-arrow-down3:before {
    content: "\e63d";
}

.icon-arrow-up3:before {
    content: "\e63e";
}

.icon-arrow-right3:before {
    content: "\e63f";
}

.icon-arrow-left4:before {
    content: "\e640";
}

.icon-arrow-down4:before {
    content: "\e641";
}

.icon-arrow-up4:before {
    content: "\e642";
}

.icon-uniE643:before {
    content: "\e643";
}

/* Print Styles */
@media print {

    [role="secondary-nav"], header#header .isc-nav-bar, #footer, .show-for-small, .btn, .btns {
        display: none !important;
    }

    [role="main"] .main-row {
        width: 100%;
        max-width: 100%;
    }

    a:link, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: "";
    }

    /*PRINT GRID SHOULD MATCH LARGE GRID*/

    .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%;
    }

    body {
        font-size: 12px;
        line-height: 1.2em;
        background-color: #ffffff;
        background-image: none;
    }

    .breadcrumbs {
        display: none;
    }

    .checkout-head {
        border-bottom: none;
    }

    a:link:after, a:visited:after {
        content: "";
    }

    .item-list .item-block {
        height: auto;
    }

    ul.item-list.cart-items {
        width: 100% !important;
    }

        ul.item-list.cart-items > * {
            padding-bottom: 0;
            margin-bottom: 0;
        }

    div.price {
        display: inline-block;
    }

    div.item-opt {
        float: right !important;
    }

    div.cart-right {
        width: 40%;
        float: right;
    }
}

/* Navigation Styles */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
}

/* Android fix - http://timpietrusky.com/advanced-checkbox-hack */
body {
    -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
    from {
        padding: 0;
    }

    to {
        padding: 0;
    }
}



/*PRODUCT ICONS*/

.product-icons a {
    margin-right: 5px;
}

.product-icons img.product-icon {
    max-width: 34px;
    margin-bottom: 16px;
    margin-right: 10px;
}

.product-icons .f-dropdown.content {
    padding: .5em 1em;
    text-align: center;
    width: auto;
    border-radius: 3px;
    margin-left: -7px;
}

.product-icons .f-dropdown:before {
    /* left: 4px!important; */
}

.product-icons .f-dropdown:after {
    /* left: 3px!important; */
    opacity: 1;
}

/*CUSTOM LEFT NAV FOR HISCO HOMEPAGE*/

ul.home-left-nav {
    display: none;
}

.home-row-2 {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}

    .home-row-2 > div.row div {
        padding-bottom: 1em;
    }

@media all and (min-width:642px) {

    ul.home-left-nav {
        display: block;
        list-style: none;
        list-style-type: none;
        background: #f2f2f2;
        padding: 1em;
        margin-left: -0.9375em;
        border-right: 1px solid #c2c2c2;
        border-bottom: 1px solid #c2c2c2;
        font-size: 12px;
    }

        ul.home-left-nav li.left-nav-title {
            text-transform: uppercase;
            font-weight: bold;
            color: #E31936;
            font-size: 14px;
            border-bottom: 1px solid #c2c2c2;
            padding-top: 0;
            padding-bottom: .75em;
            margin-bottom: .75em;
        }

        ul.home-left-nav li {
            padding: .6em 0;
            line-height: 1.2em;
        }

            ul.home-left-nav li a {
                padding: .475em 0;
                width: auto;
            }

                ul.home-left-nav li a:hover {
                    text-decoration: none;
                }
}

@media all and (min-width:960px) {

    ul.home-left-nav {
        padding: 2em;
        font-size: 1em;
    }

        ul.home-left-nav li.left-nav-title {
            font-size: 15px;
            padding-bottom: .75em;
            margin-bottom: .75em;
        }

        ul.home-left-nav li {
            padding: .6em 0;
            line-height: 1.2em;
        }

            ul.home-left-nav li a {
                padding: .475em 0;
            }
}

/*TABLES*/

table {
    border: solid 1px #d9d9d9;
    font-weight: 500;
}

    table thead,
    table tfoot {
        background-color: #fff;
        color: #666;
    }

    table tr {
        border-bottom: 1px solid #d9d9d9;
        background-color: #f2f2f2;
    }

    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
        padding: 1em 1em 1em 1em;
        font-size: inherit;
        color: inherit;
        text-align: left;
        font-weight: 900;
    }

    table thead tr th,
    table tfoot tr th,
    table tbody tr td,
    table tr td,
    table tfoot tr td {
        padding: 1em 1em 1em 1em;
        color: inherit;
        font-size: inherit;
    }

    table tr.even, table tr.alt,
    table tr:nth-of-type(odd) {
    }

    table tr.even, table tr.alt,
    table tr:nth-of-type(even) {
        background-color: #f2f2f2;
    }

/*MNM QTY*/

.mnm-qty {
    line-height: 110%;
    margin-bottom: 1em;
}

    .mnm-qty label {
        font-weight: bold;
        display: inline;
    }

    .mnm-qty span {
        font-style: italic;
        display: inline-block;
    }

/* Lists */
ul,
ol,
dl {
    font-size: 1em;
    margin-bottom: 1.25rem;
    list-style-position: outside;
    font-family: inherit;
}

ul {
    margin-left: 0;
}

/* Panels */
.panel {
    margin-bottom: 1.25em;
    padding: 1.25em;
    color: inherit;
}

    .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
        color: inherit;
    }

/* 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 {
    margin: 0 0 1em 0;
    height: 2.525em;
    border-radius: 5px;
}

input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
    margin: 0 0 1em 0;
}

/*TOOL TIPS*/

.has-tip {
    border-bottom: 0px !important;
}

    .has-tip:hover, .has-tip:focus {
        border-bottom: none;
    }

/*IE FIXES*/

.reveal-modal-bg {
    background: url('../Images/background.png');
}

.lt-ie9 .reveal-modal {
    top: 100px !important;
}

.lt-ie9 .modal-wrap {
    width: 480px;
}

/*LOADING ANIMATION*/

.loading-animation {
    margin: 5em auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: .75em solid rgba(24, 98, 168, 0.2);
    border-right: .75em solid rgba(24, 98, 168, 0.2);
    border-bottom: .75em solid rgba(24, 98, 168, 0.2);
    border-left: .75em solid #1862a8;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

    .loading-animation,
    .loading-animation:after {
        border-radius: 50%;
        width: 5em;
        height: 5em;
    }

@-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);
    }
}

.spinner {
    text-align: center;
}

/* HISCO CUSTOM STYLESHEET */


.cl1-wrapper .cat-block span {
    font-weight: 700;
}

.cat-list-title a:link,
.cat-list-title a:visited,
.cat-list-title a:active {
    color: #666666;
}

.breadcrumbs > .current {
    color: #666666;
}

.cat-block-wrap.half-width .cat-list-title a {
    color: #104477;
}

.ln2-wrap h3 {
    color: #666666;
}

h3.results-count {
    color: #666666;
}

a.btn.primary:link,
a.btn.primary:visited,
button.primary, .btn.primary {
    background-color: #e31936;
}

a.btn.primary:hover,
a.btn.primary:focus,
button.btn.primary:hover,
button.btn.primary:focus,
a.btn.primary:hover {
    background-color: #b7142c;
}

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: #eeeeee;
}

h3 {
    color: #666666;
}

label.input-lbl {
    color: #104477;
}

.checkout-review-pay-2 .order-bill-ship h4 {
    font-weight: bold;
}

.cart-toggle {
    background-color: #e31936;
}

    .cart-toggle:hover,
    .cart-toggle:focus {
        background-color: #b7142c;
    }

.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle {
    color: #e31936;
}

.item-desc-col a {
    font-weight: bold;
}

li[role="sign-in"] .btn.sign-in {
    background-color: #e31936;
}

    li[role="sign-in"] .btn.sign-in:hover,
    li[role="sign-in"] .btn.sign-in:focus {
        background-color: #b7142c;
    }

ul.home-left-nav li.left-nav-title {
    color: #104477;
}

.pd-price-um .pd-price {
    color: #e31936;
}

.item-list .item-block .item-details > div {
    /* font-weight: bold; */
}

span.lead-time,
span.shipping-weight,
span.country-of-origin,
span.tariff-code {
    display: block;
}

    span.lead-time,
    span.lead-time label {
        font-weight: normal;
        font-size: 12px;
    }

        span.lead-time label {
            font-weight: bold;
        }

.footable.breakpoint > tbody > tr.footable-detail-show > td:hover span.footable-toggle {
    /* color:#fff; */
}


/* My Account Dropdown */
.my-account-link,
.sign-in-link,
.burger {
    background: #e31936;
    padding: 5px 9px;
    border-radius: 5px;
}

    .my-account-link,
    .my-account-link:link,
    .my-account-link:active,
    .my-account-link:visited,
    .my-account-link:hover,
    .my-account-link:focus,
    .sign-in-link:link,
    .sign-in-link:active,
    .sign-in-link:visited,
    .sign-in-link:hover,
    .sign-in-link:focus {
        color: #fff;
        text-decoration: none;
        margin-right: 5px;
        float: left;
        cursor: pointer;
    }

        .my-account-link:after {
            content: "\e602";
            font-family: 'good-oatmeal-v2';
        }

.my-account-dropdown {
    width: auto;
    max-width: none;
    border: none;
    margin-top: 30px;
    margin-left: 0;
    position: absolute;
    /* left: 0; */
    display: none;
    list-style: none;
    background-color: #fff;
    z-index: 9999;
}

.my-account:hover > ul {
    display: block;
}

.my-account-dropdown li:hover,
.my-account-dropdown li:focus {
    background-color: #104475;
}

.my-account-dropdown li:first-child a {
    border-top: 1px solid #b3b3b3;
}

.my-account-dropdown li a:link,
.my-account-dropdown li a:active,
.my-account-dropdown li a:visited {
    padding: 0.25rem 0.5rem;
    border-bottom: 1px solid #b3b3b3;
    text-decoration: none;
    display: block;
}

.my-account-dropdown li:hover a,
.my-account-dropdown li:focus a {
    color: #fff;
}

.my-account-dropdown:after,
.my-account-dropdown:before {
    content: none;
}

/* Chat Now */
#HiscoChatNow {
    display: none !important;
}
.LPMcontainer.LPMoverlay {
    cursor: pointer !important;
}
#displayPrice label, #displayPrice span, #displayPrice, isc-product-price label {
    display: inline;
}

.checkout-review-pay .payment-details-form .pmnt, .checkout-review-pay .payment-details-form .ship-method, .checkout-review-pay #shipMethod.ship-method {
    width: 100%;
}

.item-list li.item-block {
    list-style: none;
}

.checkout-order-confirm .cart-right .btns {
    float: right;
}

    .checkout-order-confirm .cart-right .btns .btn {
        width: 100%;
    }

.colored-banner-page h1 {
    background: #B7142C;
}
.sign-in .si-step-1 {
  margin-bottom: 1.5em;
}
.sign-in .btns, .sign-in .external-providers {
  margin-top: .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;
  }
}

/*# sourceMappingURL=sign-in.css.map */

.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: .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;
  }
}

/*# sourceMappingURL=ma-settings.css.map */

.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: .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 .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: .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;
  }
}

/*# sourceMappingURL=ma-budget-management.css.map */

.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: .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 .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: .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: .6em;
}
.checkout-cart .warn-message {
  color: #CC2200;
  background-color: #fcf4f2;
  border: 1px solid #f9c9bf;
  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;
  }
}

/*# sourceMappingURL=checkout-cart.css.map */



/*# sourceMappingURL=category-list.css.map */

.change-cust-ship-to .btns {
  margin-top: .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: .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;
  }
}

/*# sourceMappingURL=change-cust-ship-to.css.map */

.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;
}

@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 .ship-select {
    min-height: 110px;
    display: inline-block;
  }
  .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: .875em;
    min-height: 109px;
    margin-bottom: 0;
  }
  .checkout-addresses .same-as-billto {
    margin-bottom: .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;
  }
}

/*# sourceMappingURL=checkout-addresses.css.map */

.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: .5em 1em;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: 600;
  background: #daf6e6;
  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 .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 {
  color: red;
}
.checkout-review-pay .availability-error-message a {
  text-decoration: underline;
  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;
  }
}

/*# sourceMappingURL=checkout-review-pay.css.map */

.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;
}

/*# sourceMappingURL=create-account.css.map */

.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: .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: .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: .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: .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: .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: .25em;
}
.dealer-locator .dealer-hours .f-dropdown .tt-wrap {
  white-space: nowrap;
  padding: .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: .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: .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: .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 .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 black;
  box-shadow: 0 0 2px 1px black;
}
.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: .5em;
}
.dealer-locator .dealer-win .dealer-deetz .dealer-name {
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: .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: .5em !important;
}
.dealer-locator .dealer-win .dealer-deetz .dealer-links {
  width: 100%;
  margin-top: .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 button.dealer-search {
    width: 100%;
  }
  .dealer-locator .dealer-search button.dealer-search i:before,
  .dealer-locator .dealer-search button.dealer-search span {
    margin-right: .5em;
  }
}
@media all and (min-width: 768px) {
  .dealer-locator .dealer-search label {
    cursor: default;
  }
  .dealer-locator .dealer-search .dealer-search-loc {
    width: 55%;
  }
  .dealer-locator .dealer-search .dealer-search-name {
    width: 45%;
    float: left !important;
  }
  .dealer-locator .dealer-search .dealer-search-name input {
    width: 70%;
    display: inline-block;
    float: left;
  }
  .dealer-locator .dealer-search button.dealer-search {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    margin-left: .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%;
  }
}
@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;
  }
}

/*# sourceMappingURL=dealer-locator.css.map */



/*# sourceMappingURL=expired-link.css.map */

.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: .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: .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: .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: .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;
  }
}

/*# sourceMappingURL=ma-invoice-details.css.map */

.ma-invoice-history {
  /* MA search */
  /* Date Picker Positioning */
}
.ma-invoice-history .btns {
  margin-top: .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: .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: .875rem;
  margin-top: 1.75em;
  padding: 0.5em .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: .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: .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%;
  }
}

/*# sourceMappingURL=ma-invoice-history.css.map */

.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%;
  }
}

/*# sourceMappingURL=ma-job-quotes.css.map */

.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: .875em;
}
.ma-addresses .same-as-billto {
  margin-bottom: .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;
  }
}

/*# sourceMappingURL=ma-addresses.css.map */

.widget-brand-categories .brand-categories-row {
  text-align: center;
}
.widget-brand-categories .brand-categories-row h3 {
  margin-left: 1em;
  text-align: left;
}
.widget-brand-categories .brand-categories-row .brand-category-block {
  float: left !important;
  text-align: center;
  margin-bottom: 25px;
  display: inline-table;
  padding: 0 12px;
}
.widget-brand-categories .brand-categories-row .brand-category-block .category-container {
  display: inline-block;
  width: 160px;
}
.widget-brand-categories .brand-categories-row .brand-category-block .category-container .image-block {
  line-height: 160px;
  vertical-align: middle;
  margin-bottom: 10px;
}
.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;
  text-align: left;
}
.widget-brand-categories .brand-categories-row .brand-category-block .category-container .sub-category-link {
  text-align: left;
}

@media all and (min-width: 767px) {
  .widget-brand-categories .brand-categories-row .brand-category-block:nth-of-type(4n+5) {
    clear: both;
  }
}
@media all and (max-width: 767px) {
  .widget-brand-categories .brand-categories-row .brand-category-block:nth-of-type(2n+3) {
    clear: both;
  }
}

/*# sourceMappingURL=ma-brand-categories.css.map */

.ma-brand-details .widget-brandLogo {
  text-align: center;
  margin-bottom: 30px;
}
.ma-brand-details .widget-brandLogo img {
  display: inline-block;
  max-width: 150px;
  max-height: 150px;
}
.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;
}

/*# sourceMappingURL=ma-brand-details.css.map */

.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;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 5px;
}

/*# sourceMappingURL=ma-brands.css.map */

@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: .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 .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: .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: .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: .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: .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: .25em;
}
.ma-dashboard .dash-right .btns {
  margin-top: -.5em;
}
.ma-dashboard .dash-right .btns label {
  font-size: .875rem;
  font-weight: bold;
}
.ma-dashboard .dash-tiles ul.tiles-list li a span {
  font-size: 1.125rem;
  padding-left: .25em;
  padding-right: .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: .875rem;
  margin-top: 1.75em;
  padding: 0.5em .75em;
}
.ma-dashboard .dash-right {
  padding: 0;
}
.ma-dashboard .dash-right h1 {
  margin-top: .25em;
  margin-bottom: .75em;
}
.ma-dashboard .dash-right .dash-quick-order .qo-container {
  border: 1px solid #ddd;
  float: left;
  width: 100%;
  margin-top: .5em;
}
.ma-dashboard .dash-right .dash-quick-order label {
  font-size: .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 .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: .875rem;
  padding: 0.5em .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%;
  }
}

/*# sourceMappingURL=ma-dashboard.css.map */

.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 .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 {
  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: .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 .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 #bcbcbc;
}
.popup-upload-list .oui-message {
  display: none;
}
.popup-upload-list .oui-message .upload-error {
  color: #CC2200;
  background-color: #fcf4f2;
  border: 1px solid #f9c9bf;
  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: #0068c1;
}
.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 #bcbcbc;
  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 #bcbcbc;
}
.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: #fcf4f2;
  border-left: 1px solid #f9c9bf;
  border-right: 1px solid #f9c9bf;
  border-bottom: 1px solid #f9c9bf;
}

/* 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 #bcbcbc;
  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 #bcbcbc;
}
.message-highlight.cancelled {
  background-color: #ffffcc;
}

@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;
  }
}

/*# sourceMappingURL=ma-my-list-details.css.map */

.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 {
  display: inline-block;
  width: auto;
}
.ma-my-lists .list-top-actions {
  position: relative;
}
.ma-my-lists .list-top-actions .list-search-filter {
  margin-right: 5px;
  display: inline-block;
  width: 100%;
}
.ma-my-lists .list-top-actions .list-top-actions-sort .sort-label {
  display: inline-block;
  font-weight: 600;
  margin-right: 5px;
}
.ma-my-lists .list-top-actions .list-top-actions-sort button {
  margin-left: 15px;
  margin-bottom: 0;
  float: right;
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 0;
}
.ma-my-lists .item-list {
  border-right: none;
  border-left: none;
  margin-top: 2em;
  border-top: 1px solid #d9d9d9;
}
.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;
  }
}

/*# sourceMappingURL=ma-my-lists.css.map */

.newsletter {
    margin-top: 1em;
}
.pd-image img {
    width: 100%;
}

table.item-num-my-tbl {
    margin-top: 1em;
    margin-bottom: 1em;
}

table.item-num-my-tbl input[type="text"] {
    margin-bottom: 0;
}

table.item-num-my-tbl tfoot tr {
    background: transparent;
    border-bottom: none;
}

table.item-num-my-tbl tfoot tr td:last-child {
    padding-left: 0;
    padding-right: 0;
}

table.manage-item-num-my td.thumbnail {
    padding: 0;
}

table.manage-item-num-my td.thumbnail img {
    width: 100%;
    max-width: 120px;
}

table.manage-item-num-my table.item-num-my-tbl {
    margin-top: 0;
    margin-bottom: 2em;
}

table.manage-item-num-my table.item-num-my-tbl.info-tbl tr:first-child {
    border-top: none;
}

table.manage-item-num-my table.item-num-my-tbl.info-tbl tbody tr:last-child {
    border-bottom: none;
}

table.manage-item-num-my tr.shown + tr > td {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0px;
}

table.manage-item-num-my tr.shown + tr > td tr td {
    padding: 8px 10px;
    border-bottom: 1px solid #d9d9d9;
}

/*Buttons*/

.edit-item-num-my {
    margin-left: 2em;
    font-size: 11px;
    text-transform: uppercase;
}

.edit-item-num-my:hover,
.edit-item-num-my:focus {
    color: #fff;
    text-decoration: none;
}

.edit-row-item-num-my {
    margin-left: 0;
    white-space: nowrap;
}

tr.shown .edit-row-item-num-my {
    color: #fff;
}

/*Edit Icon*/
.edit-item-num-my:before {
    font-family: "good-oatmeal-v2";
    margin-right: 6px;
    font-size: 12px;
    position: relative;
    top: 1px;
    content: "\e900";
}

/*Add Icon*/
.add-item-num-my:before {
    font-size: 19px;
    top: 4px;
    content: "\e62d";
}

/*Delete Icon*/
.delete-item-num-my:before {
    content: "\e000";
}

a.btn.update-item-num-my:link,
a.btn.update-item-num-my:visited {
    padding-top: 0.45em;
    padding-bottom: 0.45em;
}

.cancel-item-num-my {
    margin-right: 2em;
}

.cancel-item-num-my:before {
    content: none;
}

/*Data Table Overrides*/
table.manage-item-num-my {
    font-size: 13px;
    border: none;
}

table.dataTable tbody tr {
    background-color: #f2f2f2;
}

table.dataTable tbody tr.shown td {
    border-bottom: 1px solid #ffffff;
}

table.dataTable tbody tr.shown,
table.dataTable tbody tr.shown + tr {
    background-color: #ffffff;
}

table.dataTable tbody tr.shown + tr tr {
    background-color: #ffffff;
}

table.dataTable.hover tbody tr:hover {
    background-color: #f2f2f2;
}

table.dataTable tbody tr {
    border-bottom: 1px solid #999999;
}

table.item-num-my-tbl thead tr,
table.dataTable thead tr {
    background-color: #ffffff;    
}

table.dataTable thead th {
    padding: 8px 10px;
    border-bottom: none;
    border-top: 1px solid #d9d9d9;
    font-weight: 900;
}

table.dataTable thead td {
    padding: 8px 10px;
    border-bottom: 1px solid #999999;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 8px 10px;
}

table.item-num-my-tbl tbody th,
table.item-num-my-tbl tbody td,
table.dataTable tbody th,
table.dataTable tbody td {
    border-bottom: 1px solid #d9d9d9;
}

table.item-num-my-tbl thead th,
table.item-num-my-tbl thead td {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #d9d9d9;
}

table.dataTable table.item-num-my-tbl tbody th,
table.dataTable table.item-num-my-tbl tbody td {
    border-bottom: 1px solid #f2f2f2;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 8px 10px;
    border-top: 1px solid #999999;
}

td.details-control {
    cursor: pointer;
}

table.dataTable.no-footer {
    border-bottom: none;
}

tr.shown td.details-control {}

/*Filter Input*/
.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: left;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0;
}

/*Pagination*/
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: none;
    border-radius: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: inherit!important;
    border: none;
    background-color: transparent;
    background: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:before,
.dataTables_wrapper .dataTables_paginate .paginate_button:after {
    font-family: 'good-oatmeal-v2';
    width: 2em;
    height: 2em;
    line-height: 200%;
    display: inline-block;
    text-decoration: none;
    cursor: pointer !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {
    content: "\e011";
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:after {
    content: "\e012";
}
.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;
}
.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 .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;
  }
}

/*# sourceMappingURL=ma-static-list.css.map */

.ma-my-quotes .search-quotes {
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
}
.ma-my-quotes .search-quotes .btns {
  margin-top: .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: .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%;
  }
}

/*# sourceMappingURL=ma-my-quotes.css.map */

@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;
  }
}

/*# sourceMappingURL=ma-order-approval.css.map */

.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;
}

@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;
  }
}

/*# sourceMappingURL=ma-order-approval-details.css.map */

.news-list {
  /* clearfix'n */
}
.news-list h2.news-heading {
  margin-bottom: .25em;
}
.news-list .news-publish-info {
  font-size: 0.875em;
  margin-bottom: 0.5em;
}
.news-list .news-publish-info strong {
  margin-right: .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;
}

/*# sourceMappingURL=news-list.css.map */

.news-page h2.news-heading {
  margin-bottom: .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: .5em;
}

/*# sourceMappingURL=news-page.css.map */


	       .specialsHeader {
              display:inline-block;
              width:100%;
              border-bottom:1px solid #F4F4F4;
              padding:19px 22px;
              background:#FCFCFD;
              background:linear-gradient(top, #EDEDF4 0%, #FCFCFD 100%);
              background:-ms-linear-gradient(top, #EDEDF4 0%, #FCFCFD 100%);
              background:-moz-linear-gradient(top, #EDEDF4 0%, #FCFCFD 100%);
              background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#EDEDF4), color-stop(100%,#FCFCFD));
              background:-webkit-linear-gradient(top, #EDEDF4 0%,#FCFCFD 100%);
              background:-o-linear-gradient(top, #EDEDF4 0%,#FCFCFD 100%);
              -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#EDEDF4, endColorstr=#FCFCFD)";
       }
       .specialsHeader h1 {
              margin:0 0 1px;
              color:#104475;
              font-size:1.5em;
       }
       .specialsHeader p {
              margin:0 0 0 1px;
              line-height:1.25em;
       }
	.specialsTable {display:table;width:100%;}
	.specialsRow {
		display:table-row;
		border-top:1px solid #FFF;
		border-bottom:1px solid #E4E4E4;
		background:#FCFCFC;
		background:linear-gradient(top, #F0F0F0 0%, #FCFCFC 100%);
		background:-ms-linear-gradient(top, #F0F0F0 0%, #FCFCFC 100%);
		background:-moz-linear-gradient(top, #F0F0F0 0%, #FCFCFC 100%);
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#F0F0F0), color-stop(100%,#FCFCFC));
		background:-webkit-linear-gradient(top, #F0F0F0 0%,#FCFCFC 100%);
		background:-o-linear-gradient(top, #F0F0F0 0%,#FCFCFC 100%);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#F0F0F0, endColorstr=#FCFCFC)";
	}
	.specialsRow div {display:table-cell;vertical-align:middle;}
	.specialsRow div.logoArea {width:30%;}
	.specialsRow div.logoArea a {
		display:block;
		margin:10px 22px;
		border-radius:5px;
		padding:10px;
		background:#FFF;
		text-align:center;
		box-shadow:0 0 5px #777;
	}
	.specialsRow div.logoArea a:hover {box-shadow:0 0 5px #333;}
	.specialsRow div.logoArea a img {
		width:100%;
		max-width:200px;
		height:auto;
	}
	.specialsRow div.infoArea {
		width:50%;
		padding:10px;
		line-height:1.25em;
	}
	.specialsRow div.infoArea h2 {
		margin:0;
		font-size:1.2em;
	}
	.specialsRow div.infoArea h2 a {
		color:#104475;
		text-decoration:none;
	}
	.specialsRow div.infoArea h2 a:hover {text-decoration:underline;}
	.specialsRow div.infoArea p {
		margin:0 0 0 1px;line-height: 1.4;
	}
	.specialsRow div.buttonArea {
		width:20%;
		padding:10px;
		line-height:1.25em;
		text-align:center;
	}
	.specialsRow div.buttonArea a {
		display:inline-block;
		width:90%;
		border-radius:6px;
		padding:5px 11px 6px;
		background:#134777;
		background:linear-gradient(top, #315E88 0%, #134777 100%);
		background:-ms-linear-gradient(top, #315E88 0%, #134777 100%);
		background:-moz-linear-gradient(top, #315E88 0%, #134777 100%);
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#315E88), color-stop(100%,#134777));
		background:-webkit-linear-gradient(top, #315E88 0%,#134777 100%);
		background:-o-linear-gradient(top, #315E88 0%,#134777 100%);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#315E88, endColorstr=#134777)";
		color:#FFF;
		text-decoration:none;
	}
	.specialsRow div.buttonArea a:hover {
		background:#315E88;
		background:linear-gradient(top, #134777 0%, #315E88 100%);
		background:-ms-linear-gradient(top, #134777 0%, #315E88 100%);
		background:-moz-linear-gradient(top, #134777 0%, #315E88 100%);
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#134777), color-stop(100%,#315E88));
		background:-webkit-linear-gradient(top, #134777 0%,#315E88 100%);
		background:-o-linear-gradient(top, #134777 0%,#315E88 100%);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#134777, endColorstr=#315E88)";
		color:#FFF;
	}
	.specialsRow div.buttonArea a:active {
		position:relative;
		top:1px;
		left:1px;
	}
	.specialsRow div.buttonArea span {
		display:block;
		margin:0;
		color:#E31936;
		font-size:.75em;
		font-weight:700;
	}


       .specialItemLinks {
			display:flex;
			justify-content:start;
			flex-wrap:wrap;
		}
		.specialItemLinks div {
			flex:1 23%;
			max-width:23%;
			margin:2em 1%;
			border-radius:10px;
			padding:0;
			background:#FFF;
			background-repeat:no-repeat;
			background-position:0 0;
			background-size:contain;
			box-shadow:0 0 10px rgba(0,0,0,0.4);
			text-decoration:none;
			position:relative;
		}
		.specialItemLinks div h2 {
			margin:31% 4% .1em;
			font-size:1.3em;
			font-weight:700;
		}
		.specialItemLinks div.clearance h2 {color:#cfa872;}
		.specialItemLinks div.overstock h2 {color:#79cf72;}
		.specialItemLinks div.newItem h2 {color:#cf8484;}
		.specialItemLinks div.saleItem h2 {color:#84a4cf;}
		.specialItemLinks div p {
			margin:0 4.5% 4em;
			font-size:.86em;
			line-height:1.2em;
			color:#333;
		}
		.specialItemLinks div a {
			position:absolute;
			bottom:0;
			display:block;
			width: 91%;
			margin: 0 4.5% 4.5%;
			border-radius: 6px;
			padding: .4em 0;
			color: #FFF;
			text-decoration: none;
			text-align: center;
			font-size: .95em;
			font-weight: bold;
			line-height: 1.3em;
		}
		.specialItemLinks div.clearance a {
			background: #cfa872;
			background: linear-gradient(top, #cfb483 0%, #b08350 100%);
			background: -ms-linear-gradient(top, #cfb483 0%, #b08350 100%);
			background: -moz-linear-gradient(top, #cfb483 0%, #b08350 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfb483), color-stop(100%,#b08350));
			background: -webkit-linear-gradient(top, #cfb483 0%,#b08350 100%);
			background: -o-linear-gradient(top, #cfb483 0%,#b08350 100%);
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#cfb483, endColorstr=#b08350)";
		}
		.specialItemLinks div.clearance a:hover {
			background: #dbbe8f;
			background: linear-gradient(top, #dbbe8f 0%, #c39357 100%);
			background: -ms-linear-gradient(top, #dbbe8f 0%, #c39357 100%);
			background: -moz-linear-gradient(top, #dbbe8f 0%, #c39357 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbbe8f), color-stop(100%,#c39357));
			background: -webkit-linear-gradient(top, #dbbe8f 0%,#c39357 100%);
			background: -o-linear-gradient(top, #dbbe8f 0%,#c39357 100%);
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#dbbe8f, endColorstr=#c39357)";
		}
		.specialItemLinks div.overstock a {
			background: #79cf72;
			background: linear-gradient(top, #8ccf83 0%, #55b050 100%);
			background: -ms-linear-gradient(top, #8ccf83 0%, #55b050 100%);
			background: -moz-linear-gradient(top, #8ccf83 0%, #55b050 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ccf83), color-stop(100%,#55b050));
			background: -webkit-linear-gradient(top, #8ccf83 0%,#55b050 100%);
			background: -o-linear-gradient(top, #8ccf83 0%,#55b050 100%);
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#8ccf83, endColorstr=#55b050)";
		}
		.specialItemLinks div.overstock a:hover {
			background: #97db8f;
			background: linear-gradient(top, #97db8f 0%, #5cc357 100%);
			background: -ms-linear-gradient(top, #97db8f 0%, #5cc357 100%);
			background: -moz-linear-gradient(top, #97db8f 0%, #5cc357 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97db8f), color-stop(100%,#5cc357));
			background: -webkit-linear-gradient(top, #97db8f 0%,#5cc357 100%);
			background: -o-linear-gradient(top, #97db8f 0%,#5cc357 100%);
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#97db8f, endColorstr=#5cc357)";
		}
		.specialItemLinks div.newItem a {
			background: #cf8484;
			background: linear-gradient(top, #cf9999 0%, #b05d5d 100%);
			background: -ms-linear-gradient(top, #cf9999 0%, #b05d5d 100%);
			background: -moz-linear-gradient(top, #cf9999 0%, #b05d5d 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf9999), color-stop(100%,#b05d5d));
			background: -webkit-linear-gradient(top, #cf9999 0%,#b05d5d 100%);
			background: -o-linear-gradient(top, #cf9999 0%,#b05d5d 100%);
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#cf9999, endColorstr=#b05d5d)";
		}
		.specialItemLinks div.newItem a:hover {
			background: #dba3a3;
			background: linear-gradient(top, #dba3a3 0%, #c36767 100%);
			background: -ms-linear-gradient(top, #dba3a3 0%, #c36767 100%);
			background: -moz-linear-gradient(top, #dba3a3 0%, #c36767 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dba3a3), color-stop(100%,#c36767));
			background: -webkit-linear-gradient(top, #dba3a3 0%,#c36767 100%);
			background: -o-linear-gradient(top, #dba3a3 0%,#c36767 100%);
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#dba3a3, endColorstr=#c36767)";
		}
		.specialItemLinks div.saleItem a {
			background: #84a4cf;
			background: linear-gradient(top, #99b2cf 0%, #5d7fb0 100%);
			background: -ms-linear-gradient(top, #99b2cf 0%, #5d7fb0 100%);
			background: -moz-linear-gradient(top, #99b2cf 0%, #5d7fb0 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99b2cf), color-stop(100%,#5d7fb0));
			background: -webkit-linear-gradient(top, #99b2cf 0%,#5d7fb0 100%);
			background: -o-linear-gradient(top, #99b2cf 0%,#5d7fb0 100%);
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#99b2cf, endColorstr=#5d7fb0)";
		}
		.specialItemLinks div.saleItem a:hover {
			background: #a3bbdb;
			background: linear-gradient(top, #a3bbdb 0%, #668ec3 100%);
			background: -ms-linear-gradient(top, #a3bbdb 0%, #668ec3 100%);
			background: -moz-linear-gradient(top, #a3bbdb 0%, #668ec3 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3bbdb), color-stop(100%,#668ec3));
			background: -webkit-linear-gradient(top, #a3bbdb 0%,#668ec3 100%);
			background: -o-linear-gradient(top, #a3bbdb 0%,#668ec3 100%);
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#a3bbdb, endColorstr=#668ec3)";
		}
		.specialItemLinks div a:active {
			bottom:-1px;
			left:1px;
		}
		@media all and (max-width: 640px) {
			.specialItemLinks div {
				flex:1 44%;
				max-width:44%;
				margin:1em 3%;
			}
		}
.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;
  }
}

/*# sourceMappingURL=checkout-order-confirm.css.map */

.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: .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: .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 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: .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: .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: .5em;
}

@media all and (max-width: 767px) {
  .ma-order-details .cart-items {
    overflow: auto;
    max-height: 460px;
  }
  .ma-order-details .btns {
    margin-bottom: .7rem;
  }
  .ma-order-details .btns .btn {
    width: 100%;
    margin: .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: .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: .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%;
  }
}

/*# sourceMappingURL=ma-order-details.css.map */

.ma-order-history {
  /* MA search */
  /* Date Picker Positioning */
}
.ma-order-history .btns {
  margin-top: .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%;
}

.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: .875rem;
  margin-top: 1.75em;
  padding: 0.5em .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: .75em .75em;
}
.widget-order-history .overflow-table .col-actions {
  text-align: right;
}
.widget-order-history .reorder-button {
  font-size: .875rem !important;
  padding: .45rem .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: .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: .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;
  }
}

/*# sourceMappingURL=ma-order-history.css.map */

.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 #bcbcbc;
}
.ma-order-upload .oui-message {
  display: none;
}
.ma-order-upload .oui-message .upload-error {
  color: #CC2200;
  background-color: #fcf4f2;
  border: 1px solid #f9c9bf;
  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: #0068c1;
}
.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 #bcbcbc;
  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 #bcbcbc;
}
.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: #fcf4f2;
  border-left: 1px solid #f9c9bf;
  border-right: 1px solid #f9c9bf;
  border-bottom: 1px solid #f9c9bf;
}
.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 #bcbcbc;
  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 #bcbcbc;
}
.ma-order-upload .message-highlight.cancelled {
  background-color: #ffffcc;
}

@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;
  }
}

/*# sourceMappingURL=ma-order-upload.css.map */

.widget-product-lines .product-lines-row {
  text-align: center;
}
.widget-product-lines .product-lines-row h3 {
  margin-left: 1em;
  text-align: left;
}
.widget-product-lines .product-lines-row .product-line-block {
  float: left !important;
  text-align: center;
  margin-bottom: 25px;
  display: inline-table;
}
.widget-product-lines .product-lines-row .product-line-block .product-line-container {
  display: inline-block;
  width: 160px;
}
.widget-product-lines .product-lines-row .product-line-block .product-line-container .image-block {
  line-height: 160px;
  vertical-align: middle;
  margin-bottom: 10px;
}
.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 {
  text-align: left;
}
.widget-product-lines .show-all-button {
  text-align: center;
}

/*# sourceMappingURL=ma-product-lines.css.map */

.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: .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: .4em;
}
.product-comparison .item-wrap div.price {
  margin-bottom: .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: .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: .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: .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: .8em;
  font-size: .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: .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 .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: .5em;
}

@media all and (min-width: 768px) {
  .product-comparison [role="compare-grid"] {
    font-size: .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: .775em;
  }
  .product-comparison .item-actions .um-pack {
    margin-bottom: 0;
  }
  .product-comparison .item-actions select {
    margin: 0;
    max-width: 90px;
    margin-bottom: .5em;
  }
  .product-comparison .item-actions .btn-add-cart {
    font-size: .875rem;
  }
  .product-comparison .item-actions .item-qty {
    margin-left: 0;
  }
  .product-comparison .item-actions .action a + a.btn.btn-add-list {
    margin: .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: .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: .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;
  }
}

/*# sourceMappingURL=product-comparison.css.map */

.quick-order-2 {
  /* Remove btn */
}
.quick-order-2 h1 {
  float: left;
}
.quick-order-2 .page-top-link {
  float: right;
  margin-top: -45px;
  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-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 .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;
}

@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: .5em;
  }
}
@media all and (min-width: 768px) {
  .quick-order-2 .qo-search {
    float: left;
  }
  .quick-order-2 .qo-tbl {
    float: left;
    width: 100%;
  }
  .quick-order-2 .qo-item .qo-subtotal {
    min-width: 110px;
  }
  .quick-order-2 .qo-btns {
    margin-bottom: 8px;
    padding: 0.9375em 0 0.9375em 0;
    font-size: 20px;
  }
  .quick-order-2 .qo-btns .btn {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 8px;
    font-size: 20px;
  }
  .quick-order-2 h1 {
    background-color: #b7142c;
    padding: 6px 10px;
    color: #ffffff;
    border-radius: 5px;
    width: 100%;
  }
  .quick-order-2 span.pack-size {
    display: none !important;
  }
}

/*# sourceMappingURL=quick-order-2.css.map */

.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: .875em;
  font-style: italic;
}
.ma-rma li.item-return label {
  font-weight: 700;
  font-size: .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;
  }
}

/*# sourceMappingURL=ma-rma.css.map */

.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 .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 .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 .9375em .9375em .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 .9375em 0.1em .9375em !important;
  }
}

/*# sourceMappingURL=ma-requisition-approval.css.map */

/* 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: .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;
  }
}

/*# sourceMappingURL=rfq.css.map */

.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: .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: .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;
  }
}

/*# sourceMappingURL=ma-quote-details.css.map */

.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;
  }
}

/*# sourceMappingURL=ma-saved-order-details.css.map */

.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;
  }
}

/*# sourceMappingURL=ma-saved-orders.css.map */

.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;
  }
}

/*# sourceMappingURL=ma-user-administration.css.map */

.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: .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: .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: .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%;
  }
}

/*# sourceMappingURL=ma-user-setup.css.map */

.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;
  }
}

/*# sourceMappingURL=ma-assign-edit-shipto.css.map */

.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: .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%;
  }
}

/*# sourceMappingURL=ma-wishlist.css.map */

.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: .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: .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 {
  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 {
  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: .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: .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: .875em;
  padding: .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: .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-right: 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-right: 5px;
}
.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: .8em;
  line-height: 1.5em;
  display: none;
}
.product-list #choosecolumns.f-dropdown.content {
  padding: .75em 1em .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: .4em;
  left: .4em;
}
.product-list .vm-table .viewmode-selector button.btn-columns {
  display: inline-block;
  margin: 0;
  margin-left: .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: .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: .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: .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: .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 .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: .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%;
  }
  .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: .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 .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: .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: .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 .125s ease;
    -ms-transition: all .125s ease;
    -o-transition: all .125s ease;
    -webkit-transition: all .125s ease;
    transition: all .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: -.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: .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: .5em;
  font-weight: bold;
  margin-bottom: .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: .875em;
  padding: .5em .75em;
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 48%;
  height: 30px;
}
.product-list .compare-buttons .btn-clear {
  line-height: 1em;
  padding: .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: .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: .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: .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: .5em;
  font-weight: bold;
  margin-bottom: .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: .875em;
  padding: .5em .75em;
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 48%;
  height: 30px;
}
.product-list .compare-buttons .btn-clear {
  line-height: 1em;
  padding: .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: .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: .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: .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: .5em;
  font-weight: bold;
  margin-bottom: .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: .875em;
  padding: .5em .75em;
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 48%;
  height: 30px;
}
.product-list .compare-buttons .btn-clear {
  line-height: 1em;
  padding: .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: .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: .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: .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: .5em;
  font-weight: bold;
  margin-bottom: .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: .875em;
  padding: .5em .75em;
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 48%;
  height: 30px;
}
.product-list .compare-buttons .btn-clear {
  line-height: 1em;
  padding: .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: .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: .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: .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: .25em;
  padding-bottom: .25em;
  padding-right: .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 .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: .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 .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;
  }
}

/*# sourceMappingURL=product-list.css.map */

.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: .9375em;
  white-space: nowrap;
  margin-bottom: 1em;
  border: 0px solid #fff;
  background: #fff;
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px 0px transparent;
}
.product-list .cl1-wrapper .cat-block > div {
  display: inline-block;
  vertical-align: middle;
}
.product-list .cl1-wrapper .cat-block span {
  width: 68%;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  padding: .5em 0 0 0;
}
.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:nth-child(even) span {
    clear: left;
  }
}
@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;
  }
}

/*# sourceMappingURL=product-category.css.map */

/* 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: .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: .5em;
  font-weight: bold;
  margin-bottom: .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: .875em;
  padding: .5em .75em;
  position: relative;
  display: inline-block;
  text-decoration: none;
  /* color: #fff; */
  width: 48%;
  height: 30px;
}

.compare-buttons .btn-clear {
  line-height: 1em;
  padding: .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: .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: .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;
}

/*# sourceMappingURL=compare-hopper.css.map */

.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: .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 .75em .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;
  }
}

/*# sourceMappingURL=ma-frequently-purchased.css.map */

.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: .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 .75em .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;
  }
}

/*# sourceMappingURL=ma-recently-purchased.css.map */

.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 input {
  width: 85%;
  display: inline-block;
  height: 2.5em;
}
.select-pick-up-location-popup .locations-container .search-container button.location-search {
  margin-left: .5em;
  padding: 0 0.75em 0 0;
  color: #555555;
  background: none;
}
.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: .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: .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: .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 .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 black;
  box-shadow: 0 0 2px 1px black;
}
.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: .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: .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 input {
    width: 100%;
  }
  .select-pick-up-location-popup .locations-container .search-container button.location-search {
    margin-left: 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;
  }
}
@media all and (max-width: 640px) {
  .select-pick-up-location-popup .map-container {
    padding: 0;
  }
}

/*# sourceMappingURL=select-pick-up-location.css.map */

body.checkout-addresses-1 { }

body.checkout-addresses-1 [role="main"] .section-container .content {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-top:1em; }

.checkout-addresses-1 .return-link {
	margin:1.5em 0;
	}

.checkout-addresses-1 .checkout-head h1 {
	display:inline-block;
	margin-right:1em;
	}

.checkout-addresses-1 .checkout-crumbs {
	display:inline-block;
	}

	.checkout-addresses-1 .checkout-crumbs div {
		display:inline-block;
		margin-right:1em;
		}

		.checkout-addresses-1 .checkout-crumbs .crumb-current {
			font-weight:bold;
			}

.checkout-addresses-1 .btns .btn  {
	margin:1em 0;
	float:right;
	}

@media all and (max-width: 767px) {

	.checkout-addresses-1 .btns .btn  {
		width:100%;
		}

	}

@media all and (min-width: 768px) {

.checkout-addresses-1 h3 {
	margin:0;
	}

.checkout-addresses-1 .ship-select {
	/* min-height:90px; */
	}

.checkout-addresses-1 .bill-to {
	float:left;
	width:42%;
	padding-top:0 !important;
	padding-right: 2em;
	margin-right: 2em;
}

.checkout-addresses-1 .ship-to {
	float:left;
	width:42%;
	padding-top:0 !important;
	padding-left:2em;
	}

.checkout-addresses-1 [data-section-content] {
	display:block !important; }

}

.checkout-addresses-1 section.active .title-continue {
	display:none !important; }

.checkout-addresses-1 .newsletter-signup {
	margin:1em 0;
	}

.checkout-addresses-1 .select-address div.custom {
	display:none !important;
	}

.checkout-addresses-1 .required-msg {
	margin-bottom:1.5em;
	font-size:.875em;
	}

	@media all and (min-width: 768px) {

		.checkout-addresses-1 .required-msg {
			/* margin-bottom:4.7em; */
			}

	}

.checkout-addresses-1 .same-as-billto {
	margin-bottom: 1.5em;
	}

.checkout-addresses-1 .select-address {
	margin-bottom:1em;
	}
body.checkout-cart-2 { }

.checkout-cart-2 .return-link {
	margin:1.5em 0;
	}
	
.checkout-cart-2 .cart-left {
	margin-bottom:1.5em;
	}
	
	/* Clearfix */
	.checkout-cart-2 .cart-left:before,
	.checkout-cart-2 .cart-left:after {
		content: " ";
		display: table;}
	.checkout-cart-2 .cart-left:after {
		clear: both;}
		
.checkout-cart-2 ul.cart-items {
	margin:0;
	list-style:none;
	}
			
	@media all and (min-width: 768px) { 
		.checkout-cart-2 .cart-left {
			float:left;
			width:65%;
			}
		}
	
.checkout-cart-2 .cart-right {
	margin-bottom:1.5em;
	}

.checkout-cart-2 .cart-left .btns {
	margin:1.5em 0;
	}
	
.checkout-cart-2 .cart-left .btns.btn-continue-shopping {
	display: none!important;
}

@media all and (min-width: 768px) {
	.checkout-cart-2 .cart-left .btns.btn-continue-shopping {
		display:inline-block !important;
	}
}


.checkout-cart-2 .cart-left .btns .btn {
	width:100%;
	margin-bottom:1em;
	}
		
	.checkout-cart-2 .cart-right .btns a.btn  {
		width:100%;
		margin-bottom:1em;
		}

	.item-block div.item-opt .item-qty {
		float: left;
		}

		.item-block div.item-opt .item-qty label {
			}

		.item-block .item-opt .item-qty input {
			}

	.mnm-qty {
		font-size: 0.8em;
		text-align:left;
	
		padding-top: .35em;
}

		.mnm-qty label {
			display:inline;
		
			font-weight: bold;
}

		.mnm-qty span.mnm-qty-em {
			font-style:italic;
			display:block;
		}
		
@media all and (min-width: 768px) { 					
.checkout-cart-2 .cart-right  {
	float:right;
	width:30%;
	}		
}
						
.checkout-cart-2 .item-details .item-name { 
	padding-right:2.5em;
	font-weight: bold;
}
				
@media all and (min-width: 768px) {
				
	.checkout-cart-2 .item-list .item-details { 
		padding-right:1em !important;
		}

	.checkout-cart-2 .item-details .item-name { 
		padding-right:3.5em;
		}
	
	.checkout-cart-2 .item-opt .item-subtotal {
		float:right;
		clear: right;
		}	
									
	}

.checkout-cart-2 .item-list .actions-panel .item-actions {
	text-align:left; }

.checkout-cart-2 .item-list .item-code-notes {
	padding:0;
	float:left;
	width:100%;
	}

.checkout-cart-2 .item-list .item-actions-wrap {
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
	float:left;
	width:100%;
	}
		
.checkout-cart-2 .quote-items-note {
	background:#fff6c5;
	border-color:#ffd800;
	}

					
body.checkout-order-confirm-2 { }

.checkout-order-confirm-2 .return-link {
	margin:1.5em 0;
	}

.checkout-order-confirm-2 .checkout-head h1 {
	display:inline-block;
	margin-right:1em;
	}
	
.checkout-order-confirm-2 .checkout-crumbs {
	display:inline-block;
	}	
			
	.checkout-order-confirm-2 .checkout-crumbs div {
		display:inline-block;
		margin-right:1em;
		}
			
		.checkout-order-confirm-2 .checkout-crumbs .crumb-current {
			font-weight:bold;
			}
		
.checkout-order-confirm-2 .btns a.btn  {
	margin-bottom:1em;
	}

.checkout-order-confirm-2 .order-bill-ship .large-4 {
	margin-bottom:1em;
	}
			
.checkout-order-confirm-2 .order-bill-ship ul {
	list-style:none;
	margin:0;
	}
		
.checkout-order-confirm-2 .cart-right .btns {
	text-align:right;
	}
	
.checkout-order-confirm-2 .order-bill-ship {
	margin-bottom:1em;
	}
	
.checkout-order-confirm-2 .order-details {
	margin-bottom:1em;
	}
	
.checkout-order-confirm-2 .cart-items {
	margin-bottom:1em;
	}

									
	@media all and (max-width: 767px) { 	
		.checkout-order-confirm-2 .cart-items {
			overflow:auto;
			max-height:460px;
			}
	}
	
	@media all and (min-width: 768px) {
		.checkout-order-confirm-2 .cart-right {
			margin-bottom:1em;
			width:50%;
			}
	}
	
.checkout-order-confirm-2 .btns {
	text-align:left;
	}
			
	@media all and (max-width: 767px) { 		
		.checkout-order-confirm-2 .btns .btn {
			width:100%;
			}	
	}
	
	@media all and (min-width: 768px) {
		.checkout-order-confirm-2 .cart-right .btns .btn {
			margin-left:1em;
			display: inline-block !important;
			}	
	}
	
/* Cart Items */
		
ul.cart-items {
	list-style:none;
	}
		
	@media all and (max-width: 767px) { 
		ul.cart-items {
			border-top:1px solid #E0E0E0;
			}
		}

.item-list .item-details,
.item-list .item-code-notes {
	float:right;
	}
	
@media all and (min-width: 768px) { 
	
.item-list .item-details div.price,
.item-list .item-details div.item-opt {
	display:inline-block;
	width:auto;
	line-height:1em;
	height:auto; }


.item-list .item-details,
.item-list .item-code-notes {
	padding-right:1em !important;
	}
		
}	

.item-list .item-code-notes .cost-code,
.item-list .item-code-notes .item-notes {
	width:100%;
	margin-bottom:0.25em;
	}
		
	.item-list .item-code-notes .cost-code strong,
	.item-list .item-code-notes .item-notes strong {
		margin-right:0.5em;
		}
	
.checkout-order-confirm-2 .quote-items-note {
	background:#fff6c5;
	border-color:#ffd800;
	}
	
	.checkout-order-confirm-2 .quote-items-note p {
		font-weight:bold;
		}
		
	.checkout-order-confirm-2 .quote-items-note .btn + .btn {
		margin-left:1em;
		}	
body.checkout-review-pay-2 { }

.checkout-review-pay-2 .review-pay-form:before,
.checkout-review-pay-2 .review-pay-form:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.checkout-review-pay-2 .review-pay-form:after {
    clear: both;
}

.checkout-review-pay-2 .return-link {
	margin:1.5em 0;
	}

.checkout-review-pay-2 .checkout-head h1 {
	display:inline-block;
	margin-right:1em;
	}

.checkout-review-pay-2 h3 {
	border-bottom:1px solid #d5d5d5;
	padding-bottom:.5em;
	}

.ship-complete input {
	margin-right: 5px;
}

.checkout-review-pay-2 .checkout-crumbs {
	display:inline-block;
	}

	.checkout-review-pay-2 .checkout-crumbs div {
		display:inline-block;
		margin-right:1em;
		}

		.checkout-review-pay-2 .checkout-crumbs .crumb-current {
			font-weight:bold;
			}

.checkout-review-pay-2 .bill-ship {
	margin-bottom:1.5em;
	}

.checkout-review-pay-2 .order-bill-ship ul {
	list-style:none;
	margin:0;
	font-size:0.875em;
	line-height:1.5em;
	}

	.checkout-review-pay-2 .order-bill-ship h4 {
		display:inline-block;
		margin-right:1em;
		margin-top:0;
		}

.checkout-review-pay-2 .order-bill-ship .bill-info {
	float:left;
	margin-bottom:1em;
	}

.checkout-review-pay-2 .order-bill-ship .ship-info {
	float:left;
	margin-bottom:1em;
	}

    .shipment-group-details {
        list-style-type: none;
        border-bottom: 1px solid #d9d9d9;
        border-collapse: collapse;
        background: #fff;
        padding: 1em;
    }

    .ship-group {
        border: 1px solid lightgray;
        margin: 1em;
    }

    .ship-group-left {
        float: left;
        clear: left;
        font-size: 1.2em;
        padding-bottom: .5em;
        width: 45%;
        font-weight: bold;
    }

    .ship-group-right {
        float: right;
        clear: right;
        font-size: 1.2em;
        padding-bottom: .5em;
        width: 45%;
        text-align: left;
        font-weight: bold;
    }

    .ship-group-tbl {
        width: 100%;
    }

    .ship-group-head {
        width: 100%;
    }

    .ship-group-error {
        color: #e31936;
        border: 1px solid #e31936;
        padding: .5em 1em;
        margin: .5em;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

    .ship-group-item {
        display: inline-block;
    }

@media all and (max-width: 767px) {
	.checkout-review-pay-2 .order-bill-ship .bill-info {
		width:100%;
		}

	.checkout-review-pay-2 .order-bill-ship .ship-info {
		width:100%;
		}
}

.checkout-review-pay-2 .ship-method {
	margin-bottom:1em;
	}

.checkout-review-pay-2 .payment-details {
	margin-bottom:1em;
	}

.checkout-review-pay-2 .paypal {
	margin:.25em 0 1em 0;
	}

td.ship-group-control {
    color: #ffffff;
    background-color: #104477;
    cursor: pointer;
    text-align: center;
    width: 8%;
}
table tr {
    background: #ffffff;
}
.table-toggle:before {
    font-family: 'good-oatmeal-v2';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* 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;
    content: "\e62d";
    font-size: 1.2em;
    line-height: 1.2em;
}

tr.shown .table-toggle:before {
    content: "\e62c";
}

tr.shown td.ship-group-control {
    color: #104477;
    background-color: #ffffff;
}
@media all and (max-width: 640px) {
    .ship-group-left, .ship-group-right {
        width: 100%;
    }
}

@media all and (min-width: 768px) {
    .checkout-review-pay-2 .ship-option-left {
        float: left;
        width: 45%;
    }
	.checkout-review-pay-2 .ship-method {
		float: left;
		margin-bottom:1em;
		}

    .checkout-review-pay-2 .promo-wrap {
		float: right;
		margin-bottom:1em;
		width:45%;
		}

	.checkout-review-pay-2 .payment-details {
		float: left;
		margin-bottom:1em;
		width:45%;
		}

	.checkout-review-pay-2 .payment-details-so {
		float: left;
		margin-bottom:1em;
		}

	.checkout-review-pay-2 .order-summary {
		float:left;
		clear:both;
		width:100%;
		}

	.checkout-review-pay-2 .order-summary-2 {
		float:left;
		clear:both;
		width:100%;
		}

	.checkout-review-pay-2 .order-summary-2-bottom {
		float:left;
		clear:both;
		width:50%;
		}

	.checkout-review-pay-2 .order-summary-so {
		float:right;
        clear:right;
		width:50%;
		}

    .checkout-review-pay-2 .ship-option-bottom-content {
        float: left;
        width: 45%;
        border: 1px solid #dcdcdc;
        padding: 1em;
        margin-left: 1em;
    }

    .checkout-review-pay-2 .order-notes-total {
        float: right;
        margin-bottom: 1em;
        width: 50%;
    }

    .item-block .item-opt {
        width: 45%;
    }
    .closebutton {
        top: 0px;
        right: 0px;
        position: absolute;
        padding: 2px 5px;
        background: #e31936;
        border-radius: 6px;
        color: #fff;
        cursor: pointer;
    }

    .loading-message {
        margin-top: 33%;
        text-align: center;
        font-weight: bold;
    }
}

@media all and (min-width: 768px) and (max-width: 959px) {

	.checkout-review-pay-2 .promo-code {
		font-size:.875rem;
		}

	.checkout-review-pay-2 .promo-code input {
		width:150px;
		margin:0;
		display:inline-block;
		height:2.45em;
		margin-right:.5em;
		}

	.checkout-review-pay-2 .promo-code {
		margin-top:1.5em;
		padding-top:1em;
		border-top:1px solid #d5d5d5;
		}

}

@media all and (min-width: 960px) {
	.checkout-review-pay-2 .pmnt {
		float:left;
		}

	.checkout-review-pay-2 .promo-code {
		float:left;
		width:60%;
		margin-top:0;
		border-top:none;
		}

	.checkout-review-pay-2 .promo-code .btn-apply {
		float:right;
		font-size:0.875em;
		}

    .checkout-review-pay-2 .po-number input {
        margin-bottom: 0;
    }

}

	/* Clearfix */
	.checkout-review-pay-2 .promo-code:before,
	.checkout-review-pay-2 .promo-code:after {
		content: " ";
		display: table;}
	.checkout-review-pay-2 .promo-code:after {
		clear: both;}



/* Cart Items */

.checkout-review-pay-2 .cart-items {
	margin-bottom:1em;
	}

@media all and (max-width: 767px) {
.checkout-review-pay-2 .cart-items {
	overflow:auto;
	max-height:320px;
	}
}

@media all and (min-width: 768px) {
.checkout-review-pay-2 .order-summary-2 {
	float:right;
	margin-bottom:1em;
	}
.checkout-review-pay-2 .order-summary-2 .btns a.btn {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
	}
}

/* Cart Items */

ul.cart-items {
	list-style:none;
	}

	@media all and (max-width: 767px) {
		ul.cart-items {
			border-top:1px solid #E0E0E0;
			}
		}

.item-list .item-details,
.item-list .item-code-notes {
	float:right;
	}

@media all and (min-width: 768px) {

.item-list .item-details div.price,
.item-list .item-details div.item-opt {
	display:inline-block;
	width:auto;
	line-height:1em;
	height:auto; }


.item-list .item-details,
.item-list .item-code-notes {
	padding-right:1em !important;
	}

}

.item-list .item-code-notes .cost-code,
.item-list .item-code-notes .item-notes {
	width:100%;
	margin-bottom:0.25em;
	}

	.item-list .item-code-notes .cost-code strong,
	.item-list .item-code-notes .item-notes strong {
		margin-right:0.5em;
		}

@media all and (max-width: 767px) {

	.checkout-review-pay-2 .promo-code .btn  {
		width:100%;
		margin-bottom:1em;
		}

	.checkout-review-pay-2 .btns .btn  {
		width:100%;
		margin-bottom:1em;
		}

	}

.checkout-review-pay-2 .security-code label a {
	padding-left:1em;
	font-size:0.875em; }

.checkout-review-pay-2 h3.hide-for-small {
	margin:0; }


/* Cenpos */

.cenpos-container {
}

.cenpos-container iframe {
    border: none;
}

.freight-message {
    float: left;
    clear: left;
    font-style: italic;
}

.save-card {
    float: left;
    width: 100%;
}

.save-card label {
    display: inline-block;
    margin-top: 20px;
}

.ccRetry {
    padding-top: 1em;
}

.ccResultMessage {
    padding: 1em;
    clear: both;
}

.ccResultMessage .btns a.btn {
    margin: .5em;
	}
@media all and (min-width: 768px) {

    .rfq-left-col {
        width:50%;
    }

    .rfq-right-col {
        width:50%;
    }
}

.username {
    clear: both;
}

#attachmentName,
.attachment-note {
    font-size: 0.875em;
    line-height: 1.5em;
}

.quote-label {
    margin-top: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    width:100%;
    clear:both;
    border-top:1px solid #E0E0E0;
    float:left;
}

#Notes {
    float:left;
}

.btns {
    margin-top:1.5em;
    width:100%;
    clear:both;
    /*border-top:1px solid #E0E0E0;*/
    float:left;
}

.btns .btn  {
    margin:1em 0;
}

   
    .specialsHeader {
              display:inline-block;
              width:100%;
              border-bottom:1px solid #F4F4F4;
              padding:19px 22px;
              background:#FCFCFD;
              background:linear-gradient(top, #EDEDF4 0%, #FCFCFD 100%);
              background:-ms-linear-gradient(top, #EDEDF4 0%, #FCFCFD 100%);
              background:-moz-linear-gradient(top, #EDEDF4 0%, #FCFCFD 100%);
              background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#EDEDF4), color-stop(100%,#FCFCFD));
              background:-webkit-linear-gradient(top, #EDEDF4 0%,#FCFCFD 100%);
              background:-o-linear-gradient(top, #EDEDF4 0%,#FCFCFD 100%);
              -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#EDEDF4, endColorstr=#FCFCFD)";
       }
       .specialsHeader h1 {
              margin:0 0 1px;
              color:#104475;
              font-size:1.5em;
       }
       .specialsHeader p {
              margin:0 0 0 1px;
              line-height:1.25em;
       }
	.specialsTable {display:table;width:100%;}
	.specialsRow {
		display:table-row;
		border-top:1px solid #FFF;
		border-bottom:1px solid #E4E4E4;
		background:#FCFCFC;
		background:linear-gradient(top, #F0F0F0 0%, #FCFCFC 100%);
		background:-ms-linear-gradient(top, #F0F0F0 0%, #FCFCFC 100%);
		background:-moz-linear-gradient(top, #F0F0F0 0%, #FCFCFC 100%);
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#F0F0F0), color-stop(100%,#FCFCFC));
		background:-webkit-linear-gradient(top, #F0F0F0 0%,#FCFCFC 100%);
		background:-o-linear-gradient(top, #F0F0F0 0%,#FCFCFC 100%);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#F0F0F0, endColorstr=#FCFCFC)";
	}
	.specialsRow div {display:table-cell;vertical-align:middle;}
	.specialsRow div.logoArea {width:30%;}
	.specialsRow div.logoArea a {
		display:block;
		margin:10px 22px;
		border-radius:5px;
		padding:10px;
		background:#FFF;
		text-align:center;
		box-shadow:0 0 5px #777;
	}
	.specialsRow div.logoArea a:hover {box-shadow:0 0 5px #333;}
	.specialsRow div.logoArea a img {
		width:100%;
		max-width:200px;
		height:auto;
	}
	.specialsRow div.infoArea {
		width:50%;
		padding:10px;
		line-height:1.25em;
	}
	.specialsRow div.infoArea h2 {
		margin:0;
		font-size:1.2em;
	}
	.specialsRow div.infoArea h2 a {
		color:#104475;
		text-decoration:none;
	}
	.specialsRow div.infoArea h2 a:hover {text-decoration:underline;}
	.specialsRow div.infoArea p {
		margin:0 0 0 1px;line-height: 1.4;
	}
	.specialsRow div.buttonArea {
		width:20%;
		padding:10px;
		line-height:1.25em;
		text-align:center;
	}
	.specialsRow div.buttonArea a {
		display:inline-block;
		width:90%;
		border-radius:6px;
		padding:5px 11px 6px;
		background:#134777;
		background:linear-gradient(top, #315E88 0%, #134777 100%);
		background:-ms-linear-gradient(top, #315E88 0%, #134777 100%);
		background:-moz-linear-gradient(top, #315E88 0%, #134777 100%);
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#315E88), color-stop(100%,#134777));
		background:-webkit-linear-gradient(top, #315E88 0%,#134777 100%);
		background:-o-linear-gradient(top, #315E88 0%,#134777 100%);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#315E88, endColorstr=#134777)";
		color:#FFF;
		text-decoration:none;
	}
	.specialsRow div.buttonArea a:hover {
		background:#315E88;
		background:linear-gradient(top, #134777 0%, #315E88 100%);
		background:-ms-linear-gradient(top, #134777 0%, #315E88 100%);
		background:-moz-linear-gradient(top, #134777 0%, #315E88 100%);
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#134777), color-stop(100%,#315E88));
		background:-webkit-linear-gradient(top, #134777 0%,#315E88 100%);
		background:-o-linear-gradient(top, #134777 0%,#315E88 100%);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#134777, endColorstr=#315E88)";
		color:#FFF;
	}
	.specialsRow div.buttonArea a:active {
		position:relative;
		top:1px;
		left:1px;
	}
	.specialsRow div.buttonArea span {
		display:block;
		margin:0;
		color:#E31936;
		font-size:.75em;
		font-weight:700;
	}


       .specialItemLinks {
			display:flex;
			justify-content:start;
			flex-wrap:wrap;
		}
		.specialItemLinks div {
			flex:1 23%;
			max-width:23%;
			margin:2em 1%;
			border-radius:10px;
			padding:0;
			background:#FFF;
			background-repeat:no-repeat;
			background-position:0 0;
			background-size:contain;
			box-shadow:0 0 10px rgba(0,0,0,0.4);
			text-decoration:none;
			position:relative;
		}
		.specialItemLinks div h2 {
			margin:31% 4% .1em;
			font-size:1.3em;
			font-weight:700;
		}
		.specialItemLinks div.clearance h2 {color:#cfa872;}
		.specialItemLinks div.overstock h2 {color:#79cf72;}
		.specialItemLinks div.newItem h2 {color:#cf8484;}
		.specialItemLinks div.saleItem h2 {color:#84a4cf;}
		.specialItemLinks div p {
			margin:0 4.5% 4em;
			font-size:.86em;
			line-height:1.2em;
			color:#333;
		}
		.specialItemLinks div a {
			position:absolute;
			bottom:0;
			display:block;
			width: 91%;
			margin: 0 4.5% 4.5%;
			border-radius: 6px;
			padding: .4em 0;
			color: #FFF;
			text-decoration: none;
			text-align: center;
			font-size: .95em;
			font-weight: bold;
			line-height: 1.3em;
		}
		.specialItemLinks div.clearance a {
			background: #cfa872;
			background: linear-gradient(top, #cfb483 0%, #b08350 100%);
			background: -ms-linear-gradient(top, #cfb483 0%, #b08350 100%);
			background: -moz-linear-gradient(top, #cfb483 0%, #b08350 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfb483), color-stop(100%,#b08350));
			background: -webkit-linear-gradient(top, #cfb483 0%,#b08350 100%);
			background: -o-linear-gradient(top, #cfb483 0%,#b08350 100%);
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#cfb483, endColorstr=#b08350)";
		}
		.specialItemLinks div.clearance a:hover {
			background: #dbbe8f;
			background: linear-gradient(top, #dbbe8f 0%, #c39357 100%);
			background: -ms-linear-gradient(top, #dbbe8f 0%, #c39357 100%);
			background: -moz-linear-gradient(top, #dbbe8f 0%, #c39357 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbbe8f), color-stop(100%,#c39357));
			background: -webkit-linear-gradient(top, #dbbe8f 0%,#c39357 100%);
			background: -o-linear-gradient(top, #dbbe8f 0%,#c39357 100%);
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#dbbe8f, endColorstr=#c39357)";
		}
		.specialItemLinks div.overstock a {
			background: #79cf72;
			background: linear-gradient(top, #8ccf83 0%, #55b050 100%);
			background: -ms-linear-gradient(top, #8ccf83 0%, #55b050 100%);
			background: -moz-linear-gradient(top, #8ccf83 0%, #55b050 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ccf83), color-stop(100%,#55b050));
			background: -webkit-linear-gradient(top, #8ccf83 0%,#55b050 100%);
			background: -o-linear-gradient(top, #8ccf83 0%,#55b050 100%);
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#8ccf83, endColorstr=#55b050)";
		}
		.specialItemLinks div.overstock a:hover {
			background: #97db8f;
			background: linear-gradient(top, #97db8f 0%, #5cc357 100%);
			background: -ms-linear-gradient(top, #97db8f 0%, #5cc357 100%);
			background: -moz-linear-gradient(top, #97db8f 0%, #5cc357 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97db8f), color-stop(100%,#5cc357));
			background: -webkit-linear-gradient(top, #97db8f 0%,#5cc357 100%);
			background: -o-linear-gradient(top, #97db8f 0%,#5cc357 100%);
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#97db8f, endColorstr=#5cc357)";
		}
		.specialItemLinks div.newItem a {
			background: #cf8484;
			background: linear-gradient(top, #cf9999 0%, #b05d5d 100%);
			background: -ms-linear-gradient(top, #cf9999 0%, #b05d5d 100%);
			background: -moz-linear-gradient(top, #cf9999 0%, #b05d5d 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf9999), color-stop(100%,#b05d5d));
			background: -webkit-linear-gradient(top, #cf9999 0%,#b05d5d 100%);
			background: -o-linear-gradient(top, #cf9999 0%,#b05d5d 100%);
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#cf9999, endColorstr=#b05d5d)";
		}
		.specialItemLinks div.newItem a:hover {
			background: #dba3a3;
			background: linear-gradient(top, #dba3a3 0%, #c36767 100%);
			background: -ms-linear-gradient(top, #dba3a3 0%, #c36767 100%);
			background: -moz-linear-gradient(top, #dba3a3 0%, #c36767 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dba3a3), color-stop(100%,#c36767));
			background: -webkit-linear-gradient(top, #dba3a3 0%,#c36767 100%);
			background: -o-linear-gradient(top, #dba3a3 0%,#c36767 100%);
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#dba3a3, endColorstr=#c36767)";
		}
		.specialItemLinks div.saleItem a {
			background: #84a4cf;
			background: linear-gradient(top, #99b2cf 0%, #5d7fb0 100%);
			background: -ms-linear-gradient(top, #99b2cf 0%, #5d7fb0 100%);
			background: -moz-linear-gradient(top, #99b2cf 0%, #5d7fb0 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99b2cf), color-stop(100%,#5d7fb0));
			background: -webkit-linear-gradient(top, #99b2cf 0%,#5d7fb0 100%);
			background: -o-linear-gradient(top, #99b2cf 0%,#5d7fb0 100%);
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#99b2cf, endColorstr=#5d7fb0)";
		}
		.specialItemLinks div.saleItem a:hover {
			background: #a3bbdb;
			background: linear-gradient(top, #a3bbdb 0%, #668ec3 100%);
			background: -ms-linear-gradient(top, #a3bbdb 0%, #668ec3 100%);
			background: -moz-linear-gradient(top, #a3bbdb 0%, #668ec3 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3bbdb), color-stop(100%,#668ec3));
			background: -webkit-linear-gradient(top, #a3bbdb 0%,#668ec3 100%);
			background: -o-linear-gradient(top, #a3bbdb 0%,#668ec3 100%);
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#a3bbdb, endColorstr=#668ec3)";
		}
		.specialItemLinks div a:active {
			bottom:-1px;
			left:1px;
		}
		@media all and (max-width: 640px) {
			.specialItemLinks div {
				flex:1 44%;
				max-width:44%;
				margin:1em 3%;
			}
		}
.home-4 { }

.home-row-2 {
    padding-right:0;
    padding-left:0;
}
/* ISC Dashboard Icon Pack v1 */

@font-face {
	font-family: 'ISC-Dashboard-Icon-Pack';
	src:url('../fonts/ISC-Dashboard-Icon-Pack.eot');
	src:url('../fonts/ISC-Dashboard-Icon-Pack.eot?#iefix') format('embedded-opentype'),
url('../fonts/ISC-Dashboard-Icon-Pack.woff') format('woff'),
url('../fonts/ISC-Dashboard-Icon-Pack.ttf') format('truetype'),
url('../fonts/ISC-Dashboard-Icon-Pack.svg#ISC-Dashboard-Icon-Pack') format('svg');
	font-weight: normal;
	font-style: normal; }

.ma-dashboard-1 { }

.ma-dashboard-1 .btns {
	width:100%;
	float:left;
	text-align:left;
	margin-bottom:1.5em; }

		@media all and (min-width: 768px) {

		.ma-dashboard-1 .btns {
			margin-bottom:0; }

		.ma-dashboard-1 .btns label {
			float:right;
			display:inline-block;
			margin-top:-3em; }
			}

/* Message Center */

.msg-content-block {
	float:left;
	width:100%;
	padding:0 !important;
	}

.ma-dashboard-1 p.title {
	padding:0;
	margin-top:0;
	}

.msg-block {
	width:100%;
	float:left;
	padding:0 !important;
	margin:0 !important;
	}

	.msg-block  h3 {
		float:left;
		width:40%;
		}

	.view-read {
		float:right;
		display:inline-block;
		text-align:right;
		margin:0;
		padding:.5em;
		}

		.view-read .btn {
			margin:0;
			}

		.btn-mark-read {
			margin:0 !important;
			white-space:nowrap;
			}

.msg-overflow-wrap {
	position:relative;
	overflow-y:auto;
	max-height:300px;
	}

	@media all and (min-width: 768px) {
		.msg-overflow-wrap {
			max-height:400px;
			}
		}

.msg-grid {
	position:relative;
	display:inline-block;
	width:100%;
	background:#f5f5f5;
	border:1px solid #D4D4D4;
	}

	div[class^="msg-c"], div[class*=" msg-c"] {
		float:left;
		display:inline-block;
		}

		.msg-row {
			width:100%;
			float:left;
			clear:both;
			padding:1em .5em;
			}

		.msg-row + .msg-row	{
			border-top:1px solid #d8d8d8;
			}

			.msg-row:hover, .msg-row:focus {
				background:#f8f8f8;
				}

			.msg-c1, .msg-c2 {
				font-weight:bold;
				}

			div.msg-c1 {
				width:100%;
				font-style:italic;
				position:relative;
				padding-left:40px !important;
				}

			div.msg-c1 span {
				display:block;
				}

			.msg-date {
				font-size:.8em;
				}

			.msg-body {
				float: left;
				padding:1em 40px 0 40px;
				display:none;
				}

			div.msg-c3 {
				width:50%;
				float:right;
				text-align:right;
				clear: right;
				margin-top:.5em;
				}

				@media all and (min-width: 768px) {

					div.msg-c1 {
						width:80%;
						}

					div.msg-c3 {
						width:20%;
						text-align:center;
						margin-top:0;
						}

					}

			.expandable .msg-c1:hover, .expandable .msg-c2:hover, .expandable .msg-c3:hover {
				cursor:pointer;
				}

			.msg-read {
				font-style:italic;
				color:#7f7f7f;
				}

			.expanded .msg-body {
				display:block;
				width:100%;
				clear:both;
				}

	.msg-read {
		display:none;
		}

		.show-read .msg-read {
			display:block;
			}


			ul.breview-controls {
				clear:right;
				}

		.ma-dashboard-1 .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:.25em;
			position:absolute;
			}

		.ma-dashboard-1 .expandable:hover .msg-c1:before {
			color:#565656;
			}

		.ma-dashboard-1 .expandable.expanded .msg-c1:before {
			content: "\e62c";
			}

		.ma-dashboard-1 .expanded , .ma-dashboard-1 .expanded , .ma-dashboard-1 .expanded {
			border-bottom:1px solid #d8d8d8;
			background:#fff;
			}

/* Dashboard Tiles */

.ma-dashboard-1 .dash-tiles {
	margin: 0;
	}

ul.tiles-list li {
		padding:.625em;
		position: relative;
		}

	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: 110px;
		width: 100%;
		text-align:left !important;
		}

	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;
		}

.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-1 .db-li-oapp a:before,
.ma-dashboard-1 .db-li-req a:before,
.ma-dashboard-1 .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-1 .db-li-quotes a:before {
	content: "\e600";
	font-size:45px;
	}

.ma-dashboard-1 .db-li-oapp a:before {
	content: "\e004";
	font-size:45px;
	}

.ma-dashboard-1 .db-li-req a:before {
	content: "\e006";
	font-size:45px;
	}

/* Account Links */

.account-links li a.btn	{
	width:100%;
	}
body.ma-order-details-2 {
}

.ma-order-details-2 .error {
    margin: 1.5em 0;
}

.ma-order-details-2 .order-details-top {
    margin-bottom: 1.5em;
}

.ma-order-details-2 .order-details-top .od-head h3,
.ma-order-details-2 .order-details-top .od-head span {
    width: 50%;
    float: left;
}

.ma-order-details-2 .order-details-top h3.od-lbl {
    padding-right: 1em;
    clear: left;
}

.ma-order-details-2 .order-details-top ul {
    list-style: none;
    margin: 0;
}

.ma-order-details-2 .ship-details h4 {
    display: inline-block;
    margin-right: .5em;
}

.ma-order-details-2 h3 {
    margin-top: 0;
    margin-bottom: 0.5em;
}

.ma-order-details-2 .od-head,
.ma-order-details-2 .bill-info {
    margin-bottom: 1em;
    word-wrap: break-word;
}

/* Cart Items */

.ma-order-details-2 .cart-items {
    margin-bottom: 1em;
    padding-left: 0;
    padding-right: 0;
}

@media all and (max-width: 767px) {
    .ma-order-details-2 .cart-items {
        overflow: auto;
        max-height: 460px;
    }
}

.ma-order-details-2 .btns {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 1.5em;
}

.ma-order-details-2 .btns .btn {
    float: right;
    margin-left: 1em;
}

@media all and (max-width: 767px) {
    .ma-order-details-2 .btns .btn {
        width:100%;
        margin:1em 0;
    }

    .ma-order-details-2 .order-subtotal {
        width:100%;
        float:left;
    }
}

.ma-order-details-2 .row.order-details {
    margin:0;
}

/* Cart Items */

ul.cart-items {
    list-style: none;
}

@media all and (max-width: 767px) {
    ul.cart-items {
        border-top: 1px solid #E0E0E0;
        border-bottom: 1px solid #E0E0E0;
    }
}

.item-list .item-details,
.item-list .item-code-notes {
    float: right;
}

@media all and (min-width: 768px) {
    .order-subtotal {
        width: 50%;
        float: right;
    }
}

@media all and (min-width: 768px) {

    .item-list .item-details div.price,
    .item-list .item-details div.item-opt {
        display: inline-block;
        width: auto;
        line-height: 1em;
        height: auto;
    }


    .item-list .item-details,
    .item-list .item-code-notes {
        padding-right: 1em !important;
    }
}

.item-list .item-code-notes .cost-code,
.item-list .item-code-notes .item-notes {
    width: 100%;
    margin-bottom: 0.25em;
}

.item-list .item-code-notes .cost-code strong,
.item-list .item-code-notes .item-notes strong {
    margin-right: 0.5em;
}

.ma-order-details-2 .item-list .reorder-item {
    text-align: right;
    margin-bottom: 1em;
    float: right;
    padding-left: 0;
    padding-right: 0;
}

.ma-order-details-2 .quote-messaging {
    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;
    
    margin: .5em 0;
    float: left;
    width: 100%;
}
body.ma-order-history-2 {
}

.ma-order-history-2 .btns {
    margin-top: .5em;
    float: left;
    width: 100%;
}

.ma-order-history-2 .btns .btn {
    float: right;
}

@media all and (max-width: 767px) {

    .ma-order-history-2 .btns .btn {
        width: 100%;
        margin-bottom: 1em;
    }

    .ma-order-history-2 .search-date .small-6 {
        position: inherit;
    }

    .ma-order-history-2 .search-open-inv {
        margin: .5em 0 1em 0;
    }
}


@media all and (min-width: 768px) {

    .ma-order-history-2 [data-section-content] {
        display: block !important;
    }

    .ma-order-history-2 .btns .btn {
        margin-left: 1em;
    }
}

/* MA search */

.search-orders h3 {
    margin-top: 0;
}

@media all and (min-width: 768px) {

	.ma-order-history-2 label.accord-head {
			display:inline-block;
	}

    .search-orders .search-col-1 {
        width: 30.333%;
    }

    .search-orders .search-col-2 {
        width: 25.333%;
    }

    .search-orders .search-col-3 {
        width: 44.333%;
    }

    .search-orders .search-date em {
        display: inline-block;
        float: left;
        line-height: 38px;
        margin-right: .75em;
    }

    .search-orders .search-date input {
        width: 100px;
        display: inline-block;
    }

    .search-orders .search-date .row .small-6 {
        width: auto;
    }

    .search-orders .search-date [class*="column"] + [class*="column"]:last-child {
        float: left;
        padding: 0;
    }
}

/* Date Picker Positioning */

    .ma-order-history-2 .search-date {
        position:relative;
    }

    .ma-order-history-2 .picker {
        right: 0% !important;
    }

    .ma-order-history-2 .search-date-to .picker__holder {
        right: 0% !important;
    }

/* Order History Data Tables*/

.dataTables_scrollHead table {
    margin-bottom: 0;
    border-bottom: none;
}

.dataTables_scrollHead tr {
    border-bottom: none;
}

.dataTables_scrollBody tr {
    background-color: #f2f2f2;
}

.dataTables_scrollBody tr.shown,
.dataTables_scrollBody tr.shown + tr {
    background-color: #ffffff;
}

.dataTables_scrollBody tr.shown {
    border-bottom-color: #ffffff;
}

.order-history-tbl {
    width: 100%;
}

td.details-control {
    color: #ffffff;
    background-color: #104477;
    cursor: pointer;
    text-align: center;
}

.table-toggle:before {
    font-family: 'good-oatmeal-v2';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* 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;
    content: "\e62d";
    font-size: 1.2em;
    line-height: 1.2em;
}

tr.shown .table-toggle:before {
    content: "\e62c";
}

tr.shown td.details-control {
    color: #104477;
    background-color: #ffffff;
}

/*Order History Details*/
.shipment-info-container h3 {
    margin-top: 0;
}

.ship-to-info,
.tracking-info {
    display: block;
    margin-bottom: 1em;
}

.ship-to-info label,
.tracking-info label {
    font-weight: bold;
    display: inline;
    margin-bottom: 1em;
}

.order-history-detail-tbl {
    width: 100%;
}

.order-history-detail-tbl tr {
    background-color: #ffffff;
}
table {
    word-wrap: normal;
    border-collapse: collapse;
}
.dataTables_scrollHeadInner, .order-history-tbl {
    width: 100% !important;
    min-width: 794px;
}
body.ma-rma-1 {
}


.ma-rma-1 .error {
    margin: 1.5em 0;
}

.ma-rma-1 .order-details-top {
    margin-bottom: 1.5em;
}

    .ma-rma-1 .order-details-top .od-head h3 {
        width: 50%;
        float: left;
    }

    .ma-rma-1 .order-details-top h3.od-lbl {
        padding-right: 1em;
        clear: left;
    }

.ma-rma-1 h3 {
    margin-top: 0;
}

.ma-rma-1 .order-details-top ul {
    list-style: none;
    margin: 0;
}

.ma-rma-1 li.item-return {
    width: 100%;
    float: left;
    margin: 1em 0;
}

    .ma-rma-1 li.item-return .qty-return {
        margin-bottom: 1em;
        float: left;
        width: 48%;
    }

    .ma-rma-1 li.item-return .return-reason {
        margin-bottom: 1em;
        float: right;
        width: 48%;
    }

.ma-rma-1 .return-submit .cm {
    margin-bottom: 1em;
    font-size: .875em;
    font-style: italic;
}

.ma-rma-1 li.item-return label {
    font-weight: 700;
    font-size: .875rem;
}

@media all and (min-width: 768px) {

    .ma-rma-1 .order-details-top .bill-info {
        float: left;
    }

    .ma-rma-1 li.checkout-item {
        width: 75%;
        float: left;
        border-bottom: none;
    }

    .ma-rma-1 li.item-return {
        width: 25%;
        float: right;
        padding-top: 0.9375em;
        padding-left: 0.9375em;
        margin: 0;
    }

        .ma-rma-1 li.item-return .qty-return {
            float: none;
            width: 100%;
        }

        .ma-rma-1 li.item-return .return-reason {
            float: none;
            width: 100%;
        }

        .ma-rma-1 li.item-return label {
            display: inline-block;
            margin-right: 1em;
        }

        .ma-rma-1 li.item-return input {
            display: inline-block;
            width: 80px;
            float: right;
        }
}

.ma-rma-1 .cart-items {
    margin-bottom: 1em;
}

.ma-rma-1 .return-notes label {
    font-weight: 700;
}

.ma-rma-1 .return-notes textarea {
    height: 150px;
}

.ma-rma-1 .btns {
}

    .ma-rma-1 .btns .btn {
        float: right;
    }

    .ma-rma-1 .btns .row {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

@media all and (max-width: 767px) {

    .ma-rma-1 .btns .btn {
        width: 100%;
        margin-bottom: 1em;
    }
}

.ma-rma-1 .row.order-details {
    margin: 0;
}

    .ma-rma-1 .row.order-details .rma-row {
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #E0E0E0;
    }

@media all and (min-width: 768px) {
    .ma-rma-1 .row.order-details .rma-row:last-child {
        border-bottom: none;
    }
}


/* Cart Items */

ul.cart-items {
    list-style: none;
}

@media all and (max-width: 767px) {
    ul.cart-items {
        border-top: 1px solid #E0E0E0;
    }
}

.item-list .item-details,
.item-list .item-code-notes {
    float: right;
}


@media all and (min-width: 768px) {
    .order-subtotal {
        width: 50%;
        float: right;
    }
}


@media all and (min-width: 768px) {

    .item-list .item-details div.price,
    .item-list .item-details div.item-opt {
        display: inline-block;
        width: auto;
        line-height: 1em;
        height: auto;
    }


    .item-list .item-details,
    .item-list .item-code-notes {
        padding-right: 1em !important;
    }
}

.item-list .item-code-notes .cost-code,
.item-list .item-code-notes .item-notes {
    width: 100%;
    margin-bottom: 0.25em;
}

    .item-list .item-code-notes .cost-code strong,
    .item-list .item-code-notes .item-notes strong {
        margin-right: 0.5em;
    }

body.ma-saved-order-details-1 { }


.ma-saved-order-details-1 .error {
	margin:1.5em 0; }

.ma-saved-order-details-1 .order-details-top {
	margin-bottom:1.5em; }

	.ma-saved-order-details-1 .order-details-top .od-head h3 {
		/* width:50%; */
		/* float:left; */ }

		.ma-saved-order-details-1 .order-details-top h3.od-lbl {
			/* padding-right:1em; */ }

	.ma-saved-order-details-1 .order-details-top ul {
		list-style:none;
		margin:0;
		}

/* Cart Items */

.ma-saved-order-details-1 .cart-items {
	margin-bottom:1em;
	padding: 0;
}

.ma-saved-order-details-1 .item-list .item-block:first-child {
	border-top:1px solid #d9d9d9;
}

.ma-saved-order-details-1 .item-list .item-code-notes {
	padding-bottom:1em!important;
}

	@media all and (max-width: 767px) {
	.ma-saved-order-details-1 .cart-items {
		overflow-y: auto;
		overflow-x: hidden;
		max-height:460px;
		}
	}

.ma-saved-order-details-1 .btns {
	float:left;
	clear:both;
	width:100%;
	margin-bottom:1.5em;
	}

	.ma-saved-order-details-1 .btns .btn {
		float:right;
		margin-left:1em;
		margin-bottom:1em;
		}

.ma-saved-order-details-1 .row.order-details {
    margin:0;
}

/* Cart Items */

ul.cart-items {
	list-style:none;
	}

	@media all and (max-width: 767px) {
		ul.cart-items {
			border-top:1px solid #E0E0E0;
			}
		}

.item-list .item-details,
.item-list .item-code-notes {
	float:right;
	}


	@media all and (min-width: 768px) {
		.order-subtotal {
			width:50%;
			float:right; }
		}


@media all and (min-width: 768px) {

.item-list .item-details div.price,
.item-list .item-details div.item-opt {
	display:inline-block;
	width:auto;
	line-height:1em;
	height:auto; }


.item-list .item-details,
.item-list .item-code-notes {
	padding-right:1em !important;
	}

}

.item-list .item-code-notes .cost-code,
.item-list .item-code-notes .item-notes {
	width:100%;
	margin-bottom:0.25em;
	}

	.item-list .item-code-notes .cost-code strong,
	.item-list .item-code-notes .item-notes strong {
		margin-right:0.5em;
		}
body.ma-saved-orders-1 { }

body [role="main"] .section-container .content {
	-webkit-box-shadow: none;
	box-shadow: none;
	border:0;
	}

.ma-saved-orders-1 .btns {
	margin-top: 1.5em;
	float:left;
	width:100%;
	}

	.ma-saved-orders-1 .btns .btn {
		float:right;
		}

@media all and (max-width: 767px) {

.ma-saved-orders-1 .btns .btn {
	width:100%;
	margin-bottom:1em;
	}

.ma-saved-orders-1 .search-date .small-6 {
	position:inherit;
	}

.ma-saved-orders-1 .search-date .picker__holder {
	position:fixed;
	left:5% !important;
	max-width:90%;
	}

.ma-saved-orders-1 .search-open-inv {
	margin:.5em 0 1em 0; }

}


@media all and (min-width: 768px) {

    .ma-saved-orders-1 .btns .btn {
        margin-left: 1em;
    }

    .ma-saved-orders-1 .search-orders .columns {
        float: left;
    }
}

/* MA search */

.search-orders h3 {
	margin-top:0; }

@media all and (min-width: 768px) {
    .ma-saved-orders-1 label.accord-head {
		display:inline-block;
	}

	.search-orders .search-col-1 {
		/* width:38.333%; */ }

	.search-orders .search-col-2 {
		/* width:44.333%; */ }

	.search-orders .search-date em {
		display: block;
		/* float:left; */
		/* line-height:38px; */
		/* margin-right:.75em; */
		}

	.search-orders .search-date input {
		/* width: 100px; */
		display:inline-block;
		}

	.search-orders .search-date .row .small-6 {
		/* width:auto; */
		}

	.search-orders .search-date [class*="column"] + [class*="column"]:last-child {
		float:left;
		/* padding:0; */
		}

	}

body.ma-settings-1 { }

.ma-settings-1 .btns {
	width:100%;
	clear:both;
	}
			
	.ma-settings-1 .btns a.btn  {
		margin:1em 0;
		float:right;
		}

@media all and (min-width: 768px) { 
	
	.ma-settings-1 .btns {
		width:100%;
		clear:both;
		}

	.manage-subs {
		padding-right: 2em;
		}

	.manage-subs hr {
		display: none;
		}
	
}
		
@media all and (max-width: 767px) { 
	
	.ma-settings-1 .btns .btn {
		width:100%;
		margin-bottom:1em;
		}	
		
	}


body.ma-wishlist-1 { }

.ma-wishlist-1 .select-list {
	margin:1.5em 0;
	}

.ma-wishlist-1 .cart-items .actions-panel {
	margin:0;
	margin-bottom: 1em;
	width:75%;
	padding-left:0.9375em;
	padding-right:0.9375em;
	}

.ma-wishlist-1 .item-list .item-block .item-qty {
	margin-bottom:1em;
	}

@media all and (max-width: 767px) {

	.ma-wishlist-1 .btn-delete-list {
		float:right;
	}

	.ma-wishlist-1 .cart-items .item-actions .um-pack,
	.ma-wishlist-1 .cart-items .item-actions .item-qty {
		display:inline-block;
		float:left;
		margin:0 0 1em 0;
		text-align:left;
	}

	.ma-wishlist-1 .cart-items .item-actions .item-qty {
		max-width:100%;
		width:100%;
	}

	.ma-wishlist-1 .cart-items .item-actions label {
		min-width:2.5em;
		padding-right:0;
		margin-right:.25em;
	}

	.ma-wishlist-1 .item-list {
		border-bottom:1px solid #E0E0E0;
		margin-top:1.5em;
	}

}

@media all and (min-width: 768px) {

	.ma-wishlist-1 .item-list .item-details {
		padding-right:1em !important;
		}

	.ma-wishlist-1 .select-list label {
		display:inline-block;
		margin-right:1em;
		}

	.ma-wishlist-1 .select-list select {
		display:inline-block;
		width:auto;
		margin-right:1em;
		}

	.ma-wishlist-1 .cart-items .actions-panel {
		margin:0 1em 1em 0;
		padding:0;
		width:30%;
		border-bottom:1px solid #E0E0E0;
		}

}

@media all and (min-width: 768px) {

	.ma-wishlist-1 .item-list .item-details {
		width:47%;
		}

}

@media all and (min-width: 968px) {

	.ma-wishlist-1 .item-list .item-details {
		width:55%;
		}
	.ma-wishlist-1 .cart-items .actions-panel {
		width:25%;
		}

}

.ma-wishlist-1 .cart-items .actions-panel .panel-trigger {
	display:none !important;
	}

.ma-wishlist-1 .cart-items .actions-panel .item-actions {
	max-height:520px;
	transform:none;
	}

.ma-wishlist-1 .btns {
	float:left;
	width:100%;
	margin:1.5em 0;
	text-align:right;
	}

@media all and (max-width: 767px) {
.ma-wishlist-1 .btns .btn {
	width:100%;
	margin-bottom:1em;
	}
}

.ma-wishlist-1 .cart-items .item-actions .um-pack {
	display:inline-block;
	float:left;
	font-size:.875rem;
	margin:0;
	 }

.ma-wishlist-1 .item-details .item-name {
	padding-right:2.5em;
	}

@media all and (min-width: 768px) {

	.ma-wishlist-1 .cart-items .item-actions .um-pack {
		margin:-.5em 0 .5em 0;
		float:right;
		display:block; }

		.ma-wishlist-1 .cart-items .item-actions .um-pack select {
			margin-right:0; }

	.ma-wishlist-1 .item-list .item-details {
		padding-right:1em !important;
		}

	.ma-wishlist-1 .item-details .item-name {
		padding-right:3.5em;
		}

	.ma-wishlist-1 div.remove {
		margin-right:-.5em;
		}

	.ma-wishlist-1 .btns .btn {
		margin-left:1em;
		float:right;
		}

	}

table.um-qty {
	display:table;
	width:100%;
	background: none;
	margin-bottom:0;
	border: none;
	font-size: 12px;
	margin-top: 1em;
}

table.um-qty td {
	padding-bottom:1em;
}

table.um-qty label,
table.um-qty input,
table.um-qty select {
	font-size:10.5px;
	line-height:10.5px;
	margin: 0;
}

tr.pd-um {
	width:100%;
	border-bottom:none;
}

tr.pd-qty {
	width:100%;
	border-bottom:none;
}

td.col1 {
	width: 30%;
	padding-right:.9375em;
	line-height: 1em;
	padding: 0;
	vertical-align:middle;
}

td.col2 {
	width: 70%;
	padding: 0;
	vertical-align:middle;
}

tr.um-qty label {
	font-weight:bold;
}

tr.um-qty tr.pd-qty input {
	margin-bottom:0;
	max-width:13em;
}

.item-list .item-actions .action a {
	width:100%;
}
body {
}

div.row.mfr > div.columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
}

.mfr ul.home-left-nav {
    margin-left:-.9375em;
}

/*MANUFACTURERS GRID*/

div.mfr-grid {
}

/*ALPHABETICAL ANCHOR LINKS*/s

div.alpha-nav {
}

ul.alpha-list {
    background: #f2f2f2;
    text-align: center;
    padding: 1em;
}

li.alpha-item {
    display: block;
    width: 7.4%;
    float: left;
}

li.alpha-item {}

/*MANUFACTURER (BRAND) GROUPS*/

div.mfr-group {
}

.mfr-grid .row>div:nth-child(2) .mfr-top {
    display:none;
}

div.mfr-title {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: .5em;
    margin-top: .5em;
    padding-bottom: .5em;
    font-size: 2em;
    font-weight: 900;
    /* color:#E31936; */
}

.mfr-top {
    float:right;
    font-size: .4em;
    font-weight: normal;
}

ul.mfr-list {
    font-size: .85em;
    list-style-type: none;
}

ul.mfr-list a {
    /* color: inherit; */
}

li.mfr-item {
    padding-bottom: .5em;
    line-height: 1.25em;
    display: inline-block;
    width: 100%;
}

/*VIEWPORTS 480+ PIXELS WIDE*/

@media all and (min-width: 480px) {

ul.mfr-list {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 1em; /* Chrome, Safari, Opera */
    -moz-column-gap: 1em; /* Firefox */
    column-gap: 1em;
}

li.alpha-item {
    display: block;
    width: 3.7%;
    float: left;
}

}

/*VIEWPORTS 768+ PIXELS WIDE*/

@media all and (min-width: 768px) {

ul.mfr-list {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

}
.order-track .cm {
    margin-bottom: 2em;
}

.video-wrap {
    padding: 1.5em 12.5%;
}

.product-video {
    position: relative;
    padding-bottom: 56.25% !important;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .product-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#imgZoom .modal-wrap {
    width: auto;
}

.isc-productContainer > div.row {
    margin: 0;
}

div.pd-title {
    padding-bottom: 1em;
}

div.pd-image {
    text-align: center;
}

    div.pd-image img {
        width: 100%;
        max-width: 400px;
    }

    div.pd-image .detail-zoom {
        font-size: 11px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 1em;
    }

        div.pd-image .detail-zoom a {
            /* color:#666; */
        }

            div.pd-image .detail-zoom a:hover,
            div.pd-image .detail-zoom a:focus {
                text-decoration: none;
            }

.pd-zoom > span:before {
    content: "\e610";
    font-family: "good-oatmeal-v2";
    margin-right: .3em;
    font-size: 15px;
    position: relative;
    top: 2px;
}

div.pd-info > .panel {
    border: none;
    /* margin-bottom: 0; */
    /* padding-bottom: 0; */
}

.pd-info > .panel .panel {
    /* padding:0; */
}

.pd-info .pd-price-um {
    font-size: 18px;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #d8d8d8;
    /* padding: .5em 1.25em 0; */
}

.pd-price-um label {
    font-size: 18px;
    display: inline-block;
    color: #4d4d4d;
}

.pd-price-um .pd-price {
    font-weight: bold;
    color: #E31936;
}

.pd-price-um .um {
    display: block;
    font-size: 14px;
}

/* .item-order-info span {
	display:block;
	} */

.item-order-info span.supercede-item {
    font-style: italic;
}

span.lead-time,
span.shipping-weight {
    display: block;
}

.lead-time label,
.lead-time span,
.shipping-weight,
.shipping-weight {
    display: inline;
}

.item-order-info label {
    font-weight: bold;
    display: inline;
}

table.um-qty {
    display: table;
    width: 100%;
    background: none;
    margin-bottom: 0;
    border: none;
    font-size: 12px;
    margin-top: 1em;
}

    table.um-qty td {
        padding-bottom: 1em;
    }

    table.um-qty label,
    table.um-qty input,
    table.um-qty select {
        font-size: 11px;
        line-height: 12px;
        margin: 0;
    }

tr.pd-um {
    width: 100%;
    border-bottom: none;
}

tr.pd-qty {
    width: 100%;
    border-bottom: none;
}

td.col1 {
    width: 30%;
    padding-right: .9375em;
    line-height: 1em;
    padding: 0;
    vertical-align: middle;
}

td.col2 {
    width: 70%;
    padding: 0;
    vertical-align: middle;
}

tr.um-qty label {
    font-weight: bold;
}

tr.um-qty tr.pd-qty input {
    margin-bottom: 0;
    max-width: 13em;
}

.item-num {
}

.pd-buttons {
    text-align: left;
    padding-top: 1em;
}

.pd-share-print {
    padding-bottom: 1em;
    border-bottom: 1px solid #d9d9d9;
}

.pd-share > span:before,
.pd-print > span:before {
    font-family: "good-oatmeal-v2";
    margin-right: .3em;
    font-size: 15px;
    position: relative;
    top: 1px;
}

.pd-share > span:before {
    content: "\e60f";
}

.pd-print > span:before {
    content: "\e60e";
}

.add-to-cart-message {
    border-color: #666;
    line-height: 120%;
    padding: 1em;
}

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 {
    padding: 17px 0;
    line-height: 1em;
    font-size: 16px;
}

a.btn.btn-add-to-list:link,
a.btn.btn-add-to-list:visited {
    margin-bottom: 0;
    color: #e5e5e5;
    overflow-x: hidden;
    text-overflow: ellipsis;
    padding: 1em;
    font-size: 1em;
}

div.pd-cm > .panel {
    border: none;
    margin-bottom: 1.25em;
}

.pd-info .availability {
    /* margin-bottom:1em; */
    /* font-size: 12px; */
    /* border-top: 1px solid #d8d8d8; */
    /* padding-top: 1em; */
}

.availability-title {
    font-weight: bold;
    font-size: 15px;
}

.discontinued-message {
    font-size: .9em;
}

.instock {
    font-weight: bold;
    font-size: 15px;
    color: #19a931;
}

.outstock, .lowstock{
    font-weight: bold;
    font-size: 12px;
    color: #E31936;
}

.dropship {
    font-weight: bold;
    font-size: 12px;
    color: #1D7CF2;
}

.item-order-info {
    font-size: 12px;
}

.product-cm {
    font-size: 14px;
}

    .product-cm .panel {
        margin-bottom: 0;
    }

        .product-cm .panel ul {
            list-style-type: none;
        }

ul.doclinks {
    list-style-type: none;
    padding-top: 1em;
}

div.pd-docs.panel {
    background-color: #fff;
    text-align: left;
}

    div.pd-docs.panel img {
        width: auto;
    }

/*CHILD PRODUCTS TABLE*/

table.child-products {
    font-size: 13px;
}

    table.child-products tr {
        background-color: #f2f2f2;
    }

    table.child-products a {
        /* color:#666; */
        text-decoration: underline;
    }

    table.child-products thead tr {
        background-color: #fff;
    }

table tr.footable-detail-show {
    background-color: #fff;
    border-bottom: none;
}

.item-num-col {
}

    .item-num-col a {
        white-space: nowrap;
    }

.item-desc-col {
}

    .item-desc-col .availability {
        margin-bottom: 0;
    }

        .item-desc-col .availability > span {
            /* font-size:10px; */
        }

            .item-desc-col .availability > span.instock:before {
                font-size: 10px;
            }

.mfg-num-col {
    white-space: nowrap;
}

.attribute-col {
}

.price-col {
}

.cart-toggle {
    /* background-color:#9e1126; */
    width: 41px;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
    color: #fff;
    font-size: 1.75em;
    padding-right: 0;
}

.footable-detail-show .cart-toggle {
    background-color: #fff;
}

.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle {
    /* color:#9e1126; */
}

.footable.breakpoint > tbody > tr > td > span.footable-view-details:before {
    color: #fff;
    font-size: 1.75em;
    padding-right: 0;
    font-family: 'good-oatmeal-v2';
    content: "\e012";
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
    font-family: 'good-oatmeal-v2';
    content: "\e00a";
}

.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\e000";
}

table.child-products .footable-row-detail-row {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

.footable-row-detail-name {
    width: 1%;
    white-space: nowrap;
}

table.child-products .footable-row-detail-row:first-child {
    border-top: 1px solid #f2f2f2;
}

table.child-products .footable-row-detail-row > div {
    padding-left: 1em;
    padding-right: 1em;
    /* width: 50%; */
}

table.child-products .footable-row-detail-row:first-child div {
    padding-top: 1em;
}

table.child-products .footable-row-detail-row:nth-last-child(2) {
    border-bottom: 1px solid #f2f2f2;
}

    table.child-products .footable-row-detail-row:nth-last-child(2) div {
        padding-bottom: 1em;
    }

table.child-products .footable-row-detail-row:last-child {
    border-left: none;
    border-right: none;
    display: table-caption;
    caption-side: bottom;
}

    table.child-products .footable-row-detail-row:last-child .footable-row-detail-name {
        display: none;
    }

    table.child-products .footable-row-detail-row:last-child > div {
        padding-top: 1em;
        display: block;
        width: 100%;
    }

.footable-row-detail-row {
}

table.child-products .footable-row-detail-cell,
table.child-products .footable-row-detail-cell .panel {
    background: #fff;
    text-align: left;
    padding: 0 1em 1em;
}

    table.child-products .footable-row-detail-cell .footable-row-detail-inner {
        width: 100%;
    }

table.child-products div.panel.pricing {
    display: none;
}

table.child-products div.pd-info {
    width: 100%;
    padding: 0;
}

table.child-products div.product-info {
    width: 100%;
    text-align: left;
}

table.child-products label,
table.child-products .item-order-info {
    font-size:1em;
    font-weight: bold;
}

table.child-products div.um-qty div.col1,
table.child-products div.um-qty div.col2 {
    display: block;
    width: 100%;
}

table.child-products div.um-qty {
    margin-top: 0;
}

table.child-products div.um-qty-wrap {
    width: 100%;
}

table.child-products div.pd-um {
    width: 50%;
    float: left;
    padding-right: .9375em;
}

table.child-products div.pd-qty {
    width: 50%;
    float: left;
}

table.child-products div.mnm-qty {
    width: 100%;
}

table.child-products a.btn.btn-add-to-cart:link,
table.child-products a.btn.btn-add-to-cart:visited,
table.child-products a.btn.btn-add-to-list:link,
table.child-products a.btn.btn-add-to-list:visited {
    padding: .65em 0;
    line-height: 1em;
    font-size: 14px;
}

table.child-products div.primary-button {
    width: 100%;
}

table.child-products div.secondary-button {
    width: 100%;
}

.detail-specs .resp-tab-content {
    color: #666;
    font-size: 14px;
}

.product-accessories,
.product-parts {
    padding: 0;
}

    .product-accessories .row,
    .product-parts .row {
        margin: 0;
    }

    .product-accessories .child-products,
    .product-parts .child-products {
        margin-bottom: 0;
        border: none;
    }

    .product-accessories table.child-products tr:last-child,
    .product-parts table.child-products tr:last-child {
        border-bottom: none;
    }

.detail-specs .resp-tab-content ul.attribute-list {
    font-size: inherit;
    color: inherit;
}

.detail-specs .resp-tab-content ul {
    margin: 0.5em 0 1em 1.5em;
}


@media only screen and (min-width: 480px) and (max-width: 767px) {

    div.primary-button,
    div.secondary-button {
        /* width:50%; */
    }

    div.primary-button {
        /* padding-left: .46875em; */
        /* float: right; */
    }

    div.secondary-button {
        /* padding-right: .46875em; */
    }

    /*CHILD PRODUCTS TABLE*/

    table.child-products div.um-qty-wrap {
        width: 100%;
    }

    table.child-products div.pd-um {
        width: 50%;
        float: left;
    }

    table.child-products div.pd-qty {
        width: 50%;
        float: left;
    }

    table.child-products div.mnm-qty {
        float: left;
        width: 100%;
    }

    table.child-products div.primary-button {
        width: 50%;
        float: right;
    }

    table.child-products div.secondary-button {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) {

    .item-num {
        display: inline-block;
        float: left;
    }

    .pd-buttons {
        padding-top: 0;
        float: right;
        display: inline-block;
    }

    .pd-share-print {
        padding-bottom: 0;
        border-bottom: none;
    }

    table.um-qty {
        margin-top: 0;
    }

    .mnm-qty {
        font-size: 12px;
    }

    /*CHILD PRODUCTS TABLE*/

    table.child-products div.um-qty-wrap {
        width: 50%;
    }

    table.child-products div.pd-um {
        width: 33.333%;
        float: left;
    }

    table.child-products div.pd-qty {
        width: 33.3333%;
        float: left;
        padding-right: .9375em;
    }

    table.child-products div.mnm-qty {
        float: left;
        width: 33.3333%;
        padding-right: .9375em;
        margin-top: 1em;
    }

    table.child-products div.primary-button {
        width: 25%;
        float: right;
        padding-left: .46875em;
    }

    table.child-products div.secondary-button {
        width: 25%;
        padding-right: .46875em;
    }

    table.child-products a.btn.btn-add-to-cart:link,
    table.child-products a.btn.btn-add-to-cart:visited,
    table.child-products a.btn.btn-add-to-list:link,
    table.child-products a.btn.btn-add-to-list:visited {
        margin-top: 1em;
    }
}

/* Slick overrides and customizations */
.slick-prev:before, .slick-next:before {
    color: #000;
}

.slider-nav {
    max-width: 400px;
}

body {
}

div.row.spl > div.columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
}

.spl ul.home-left-nav {
    margin-left:-.9375em;
}

/*MANUFACTURERS GRID*/

div.spl-grid {
}

/*ALPHABETICAL ANCHOR LINKS*/s

div.alpha-nav {
}

ul.alpha-list {
    background: #f2f2f2;
    text-align: center;
    padding: 1em;
}

li.alpha-item {
    display: block;
    width: 7.4%;
    float: left;
}

li.alpha-item {}

/*MANUFACTURER (BRAND) GROUPS*/

div.spl-group {
}

.spl-grid .row>div:nth-child(2) .spl-top {
    display:none;
}

div.spl-title {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: .5em;
    margin-top: .5em;
    padding-bottom: .5em;
    font-size: 2em;
    font-weight: 900;
    /* color:#E31936; */
}

.spl-top {
    float:right;
    font-size: .4em;
    font-weight: normal;
}

ul.spl-list {
    font-size: .85em;
    list-style-type: none;
}

ul.spl-list a {
    /* color: inherit; */
}

li.spl-item {
    padding-bottom: .5em;
    line-height: 1.25em;
    display: inline-block;
    width: 100%;
}

/*VIEWPORTS 480+ PIXELS WIDE*/

@media all and (min-width: 480px) {

ul.spl-list {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 1em; /* Chrome, Safari, Opera */
    -moz-column-gap: 1em; /* Firefox */
    column-gap: 1em;
}

li.alpha-item {
    display: block;
    width: 3.7%;
    float: left;
}

}

/*VIEWPORTS 768+ PIXELS WIDE*/

@media all and (min-width: 768px) {

ul.spl-list {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

}
.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: .875em;
        font-style: italic;
    }

    .ma-rma li.item-return label {
        font-weight: 700;
        font-size: .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;
    }
}

/*# sourceMappingURL=ma-rma.css.map */

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

progress {
    vertical-align: baseline
}

template, [hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:active, a:hover {
        outline-width: 0
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
        box-shadow: 0 10px 25px rgba(0,0,0,0.5)
    }

.fancybox-outer, .fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Lato",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/UserFiles/Images/FancyBox/fancybox_sprite.png")
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url("/UserFiles/Images/FancyBox/fancybox_loading.gif") center center no-repeat
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("/UserFiles/Images/FancyBox/blank.gif");
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

    .fancybox-lock body {
        overflow: hidden !important
    }

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("/UserFiles/Images/FancyBox/fancybox_overlay.png")
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Lato",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent;
        background: rgba(0,0,0,0.8);
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,0.8)
}

.demoRequestForm, .rfqRequestForm {
    margin-top: 0;
    margin-bottom: 1.25em
}

    .demoRequestForm a.fancyButton {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0;
        border-radius: 6px;
        padding: .65em 1em;
        background: #0071ba;
        background: -webkit-gradient(linear, left top, left bottom, from(#0071ba), to(#1862A8));
        background: linear-gradient(top, #0071ba 0%, #1862A8 100%);
        background: -o-linear-gradient(top, #0071ba 0%, #1862A8 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#0071ba, endColorstr=#1862A8)";
        color: #FFF;
        text-shadow: 1px 1px 0 #333;
        text-decoration: none;
        text-align: center;
        line-height: normal;
        font-weight: bold;
        font-size: 1.1em
    }

        .demoRequestForm a.fancyButton:hover {
            background: #1862A8;
            background: -webkit-gradient(linear, left top, left bottom, from(#1862A8), to(#0071ba));
            background: linear-gradient(top, #1862A8 0%, #0071ba 100%);
            background: -o-linear-gradient(top, #1862A8 0%, #0071ba 100%);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#1862A8, endColorstr=#0071ba)"
        }

        .demoRequestForm a.fancyButton:active {
            position: relative;
            top: 1px;
            left: 1px;
            background: #1862A8;
            background: -webkit-gradient(linear, left top, left bottom, from(#1862A8), to(#0071ba));
            background: linear-gradient(top, #1862A8 0%, #0071ba 100%);
            background: -o-linear-gradient(top, #1862A8 0%, #0071ba 100%);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#1862A8, endColorstr=#0071ba)"
        }

    .rfqRequestForm a.fancyRFQ {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0;
        border-radius: 6px;
        padding: .65em 1em;
        background: #c17a28;
        background: -webkit-gradient(linear, left top, left bottom, from(#c17a28), to(#cb802a));
        background: linear-gradient(top, #c17a28 0%, #cb802a 100%);
        background: -o-linear-gradient(top, #c17a28 0%, #cb802a 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#c17a28, endColorstr=#cb802a)";
        color: #FFF;
        text-shadow: 1px 1px 0 #333;
        text-decoration: none;
        text-align: center;
        line-height: normal;
        font-weight: bold;
        font-size: 1.1em
    }

        .rfqRequestForm a.fancyRFQ:hover {
            background: #cb802a;
            background: -webkit-gradient(linear, left top, left bottom, from(#cb802a), to(#c17a28));
            background: linear-gradient(top, #cb802a 0%, #c17a28 100%);
            background: -o-linear-gradient(top, #cb802a 0%, #c17a28 100%);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#cb802a, endColorstr=#c17a28)"
        }

        .rfqRequestForm a.fancyRFQ:active {
            position: relative;
            top: 1px;
            left: 1px;
            background: #cb802a;
            background: -webkit-gradient(linear, left top, left bottom, from(#cb802a), to(#c17a28));
            background: linear-gradient(top, #cb802a 0%, #c17a28 100%);
            background: -o-linear-gradient(top, #cb802a 0%, #c17a28 100%);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#cb802a, endColorstr=#c17a28)"
        }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url("/UserFiles/Images/FancyBox/fancybox_sprite@2x.png");
        background-size: 44px 152px
    }

        #fancybox-loading div {
            background-image: url("/UserFiles/Images/FancyBox/fancybox_loading@2x.gif");
            background-size: 24px 24px
        }
}

.mfgHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-radius: 6px
}

.mfgHdrLinks {
    -webkit-box-flex: 1;
    -ms-flex: 1 33%;
    flex: 1 33%;
    background: #EFEFEF;
    border: 1px solid #999;
    border-radius: 6px 0 0 6px;
    padding: .66em 1em .66em .66em
}

    .mfgHdrLinks h2 {
        color: #333;
        margin: 0 0 4px;
        font-size: 1.33em
    }

    .mfgHdrLinks ul {
        margin: 0 0 0 1.4em;
        padding: 0;
        line-height: 1.15em;
        color: #333
    }

        .mfgHdrLinks ul li {
            list-style-position: outside;
            padding: 0 0 5px
        }

            .mfgHdrLinks ul li a {
                color: #104475;
                text-decoration: none;
                font-size: .86em
            }

                .mfgHdrLinks ul li a:hover {
                    text-decoration: underline
                }

.mfgHdrInfo {
    -webkit-box-flex: 1;
    -ms-flex: 1 67%;
    flex: 1 67%;
    border: 1px solid #999;
    border-left: 0;
    border-radius: 0 6px 6px 0;
    padding: .66em 1em 1em
}

    .mfgHdrInfo h1 {
        color: #104475;
        margin: 0 0 3px;
        font-size: 1.33em
    }

    .mfgHdrInfo p {
        color: #222;
        margin: 0 0 1em 1px;
        font-size: .86em;
        line-height: 1.4em
    }

a.multiButton {
    display: inline-block;
    margin: 0;
    border-radius: 9px;
    text-decoration: none;
    padding: 0.75em calc(1.4em + 28px) 0.75em 1em;
    background: #777;
    background-image: url(/UserFiles/Images/FancyBox/multiButton/icon.png);
    background-image: url(/UserFiles/Images/FancyBox/multiButton/icon.png),-webkit-gradient(linear, left top, left bottom, from(#777), to(#424242));
    background-image: url(/UserFiles/Images/FancyBox/multiButton/icon.png),linear-gradient(#777, #424242);
    background-repeat: no-repeat;
    background-position: calc(100% - .66em) 50%,100%;
    color: #FFF;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.3em;
    cursor: pointer
}

    a.multiButton:hover {
        background: #919191;
        background-image: url(/UserFiles/Images/FancyBox/multiButton/icon.png);
        background-image: url(/UserFiles/Images/FancyBox/multiButton/icon.png),-webkit-gradient(linear, left top, left bottom, from(#919191), to(#5c5c5c));
        background-image: url(/UserFiles/Images/FancyBox/multiButton/icon.png),linear-gradient(#919191, #5c5c5c);
        background-repeat: no-repeat;
        background-position: calc(100% - .66em) 50%,100%
    }

    a.multiButton:active {
        position: relative;
        top: 1px;
        left: 1px;
        background: #104475;
        background-image: url(/UserFiles/Images/FancyBox/multiButton/icon.png);
        background-image: url(/UserFiles/Images/FancyBox/multiButton/icon.png),-webkit-gradient(linear, left top, left bottom, from(#104475), to(#1862A8));
        background-image: url(/UserFiles/Images/FancyBox/multiButton/icon.png),linear-gradient(#104475, #1862A8);
        background-repeat: no-repeat;
        background-position: calc(100% - .66em) 50%,100%
    }

a.btn:link, a.btn:visited, button.btn, div.remove a.btn {
    display: inline-block;
    font-weight: normal;
    font-size: 1em;
    line-height: inherit;
    padding: .65em 1.25em;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    text-align: center;
    color: #fff
}

    a.btn:hover, a.btn:focus, button.btn:hover, button.btn:focus {
        opacity: 0.9
    }

a.btn.primary:link, a.btn.primary:visited, button.primary, .btn.primary {
    background-color: #E31936
}

a.btn.secondary:link, a.btn.secondary:visited, button.secondary, .btn.secondary {
    background-color: #666
}

a.btn.tertiary:link, a.btn.tertiary:visited, button.tertiary, .btn.tertiary, div.remove a.btn {
    background-color: #d9d9d9;
    color: #666;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    padding: 7px 10px
}

.btn.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
}

a.btn.btn-add-all-checkout {
    margin-bottom: 1em
}

a.btn.isc-addToWishlistPopup, a.btn.btn-add-list {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

    a.btn.btn-add-list:before {
        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.875em;
        padding-right: 0.5em
    }

button, [type='button'], [type='reset'], [type='submit'], button, [type='button'], [type='reset'], [type='submit'].btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #104477;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    line-height: inherit;
    padding: .65em 1.25em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

    button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus, button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit'].btn:hover, [type='submit'].btn:focus {
        opacity: 0.9
    }

    button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled, button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit'].btn: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: not-allowed;
        opacity: 1 !important
    }

    button.primary, [type='button'].primary, [type='reset'].primary, [type='submit'].primary, button.primary, [type='button'].primary, [type='reset'].primary, [type='submit'].btn.primary {
        background-color: #e31936
    }

        button.primary:hover, button.primary:focus, [type='button'].primary:hover, [type='button'].primary:focus, [type='reset'].primary:hover, [type='reset'].primary:focus, [type='submit'].primary:hover, [type='submit'].primary:focus, button.primary:hover, button.primary:focus, [type='button'].primary:hover, [type='button'].primary:focus, [type='reset'].primary:hover, [type='reset'].primary:focus, [type='submit'].btn.primary:hover, [type='submit'].btn.primary:focus {
            background-color: #b7142c
        }

    button.secondary, [type='button'].secondary, [type='reset'].secondary, [type='submit'].secondary, button.secondary, [type='button'].secondary, [type='reset'].secondary, [type='submit'].btn.secondary {
        background-color: #666
    }

    button.tertiary, [type='button'].tertiary, [type='reset'].tertiary, [type='submit'].tertiary, button.tertiary, [type='button'].tertiary, [type='reset'].tertiary, [type='submit'].btn.tertiary {
        background-color: #d9d9d9;
        color: #666;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 11px;
        padding: 7px 10px
    }

.demoRequestForm a.fancyButton {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    border-radius: 6px;
    padding: .65em 1em;
    background: #0071ba;
    background: -webkit-gradient(linear, left top, left bottom, from(#0071ba), to(#1862A8));
    background: linear-gradient(top, #0071ba 0%, #1862A8 100%);
    background: -o-linear-gradient(top, #0071ba 0%, #1862A8 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#0071ba, endColorstr=#1862A8)";
    color: #FFF;
    text-shadow: 1px 1px 0 #333;
    text-decoration: none;
    text-align: center;
    line-height: normal;
    font-weight: bold;
    font-size: 1.1em
}

    .demoRequestForm a.fancyButton:hover {
        background: #1862A8;
        background: -webkit-gradient(linear, left top, left bottom, from(#1862A8), to(#0071ba));
        background: linear-gradient(top, #1862A8 0%, #0071ba 100%);
        background: -o-linear-gradient(top, #1862A8 0%, #0071ba 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#1862A8, endColorstr=#0071ba)"
    }

    .demoRequestForm a.fancyButton:active {
        position: relative;
        top: 1px;
        left: 1px;
        background: #1862A8;
        background: -webkit-gradient(linear, left top, left bottom, from(#1862A8), to(#0071ba));
        background: linear-gradient(top, #1862A8 0%, #0071ba 100%);
        background: -o-linear-gradient(top, #1862A8 0%, #0071ba 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#1862A8, endColorstr=#0071ba)"
    }

.rfqRequestForm a.fancyRFQ {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    border-radius: 6px;
    padding: .65em 1em;
    background: #c17a28;
    background: -webkit-gradient(linear, left top, left bottom, from(#c17a28), to(#cb802a));
    background: linear-gradient(top, #c17a28 0%, #cb802a 100%);
    background: -o-linear-gradient(top, #c17a28 0%, #cb802a 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#c17a28, endColorstr=#cb802a)";
    color: #FFF;
    text-shadow: 1px 1px 0 #333;
    text-decoration: none;
    text-align: center;
    line-height: normal;
    font-weight: bold;
    font-size: 1.1em
}

    .rfqRequestForm a.fancyRFQ:hover {
        background: #cb802a;
        background: -webkit-gradient(linear, left top, left bottom, from(#cb802a), to(#c17a28));
        background: linear-gradient(top, #cb802a 0%, #c17a28 100%);
        background: -o-linear-gradient(top, #cb802a 0%, #c17a28 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#cb802a, endColorstr=#c17a28)"
    }

    .rfqRequestForm a.fancyRFQ:active {
        position: relative;
        top: 1px;
        left: 1px;
        background: #cb802a;
        background: -webkit-gradient(linear, left top, left bottom, from(#cb802a), to(#c17a28));
        background: linear-gradient(top, #cb802a 0%, #c17a28 100%);
        background: -o-linear-gradient(top, #cb802a 0%, #c17a28 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#cb802a, endColorstr=#c17a28)"
    }

fieldset {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    font-weight: 600;
    margin-bottom: .375em;
    padding: 0
}

label {
    color: #4d4d4d;
    display: block;
    font-weight: normal;
    margin-bottom: .375em
}

input, select, textarea {
    display: block
}

    [type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea, select[multiple] {
        background-color: #fff;
        border: 1px solid #d9d9d9;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.06);
        box-shadow: inset 0 1px 3px rgba(0,0,0,0.06);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: .75em;
        padding: .5em;
        -webkit-transition: border-color 150ms ease;
        transition: border-color 150ms ease;
        width: 100%
    }

        [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover, select[multiple]:hover {
            border-color: #aeaeae
        }

        [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus, select[multiple]:focus {
            border-color: #104477;
            -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.06),0 0 5px rgba(13,55,97,0.7);
            box-shadow: inset 0 1px 3px rgba(0,0,0,0.06),0 0 5px rgba(13,55,97,0.7);
            outline: none
        }

        [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled, select[multiple]:disabled {
            background-color: #f2f2f2;
            cursor: not-allowed
        }

            [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover, select[multiple]:disabled:hover {
                border: 1px solid #d9d9d9
            }

textarea {
    resize: vertical
}

[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[type="checkbox"], [type="radio"] {
    display: inline;
    margin-right: .375em
}

[type="file"] {
    margin-bottom: .75em;
    width: 100%
}

select {
    margin-bottom: .75em;
    max-width: 100%;
    width: 100%
}

    input.error, select.error {
        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, .line-error, label.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: 1em;
    border: 1px solid #C60F13
}

.line-error {
    margin: .5em 0;
    float: left;
    width: 100%
}

.line-invalid-quote-qty {
    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;
    margin: .5em 0;
    float: left;
    width: 100%
}

.wishlistgrid .line-error {
    margin-bottom: 1em
}

.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
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

dl {
    margin: 0
}

dt {
    font-weight: 600;
    margin: 0
}

dd {
    margin: 0
}

figure {
    margin: 0
}

img, picture {
    margin: 0;
    max-width: 100%
}

th {
    border-bottom: 1px solid #a3a3a3;
    font-weight: 600;
    padding: .75em 0;
    text-align: left
}

td {
    border-bottom: 1px solid #d9d9d9;
    padding: .75em 0
}

tr, td, th {
    vertical-align: middle
}

@font-face {
    font-family: "good-oatmeal-v2";
    src: url("/UserFiles/fonts/good-oatmeal/fonts/good-oatmeal-371.woff") format("woff"), url("/UserFiles/fonts/good-oatmeal/fonts/good-oatmeal-371.svg#good-oatmeal-v2") format("svg");
}

body {
    color: #666;
    font-family: "Lato",sans-serif;
    font-size: 15px
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lato",sans-serif;
    line-height: 1.2;
    margin: 0 0 .75em
}

h1 {
    font-family: inherit;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 0.75em;
    margin-bottom: .5em;
    color: inherit
}

    h1 .block {
        background-color: #b7142c;
        padding: 6px 10px;
        color: #ffffff;
        border-radius: 5px
    }

    h1.block {
        background-color: #b7142c;
        padding: 6px 10px;
        color: #ffffff;
        border-radius: 5px
    }

h2 {
    font-family: inherit;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: .75em;
    color: inherit
}

h3 {
    font-size: 1.35em;
    font-weight: bold;
    line-height: 1.4em;
    margin: 1.25em 0 1em;
    color: #e31936;
    color: #666
}

a:link, a:visited, a:active {
    color: #104477;
    text-decoration: none
}

a {
    color: #104477;
    text-decoration: none;
    -webkit-transition: color 150ms ease;
    transition: color 150ms ease
}

    a:active, a:focus, a:hover {
        color: #0c3359
    }

hr {
    border-bottom: 1px solid #d9d9d9;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1.5em 0
}

@media print {
    .site-footer {
        display: none !important
    }
}

.site-footer .row {
    margin-left: auto;
    margin-right: auto
}

.site-footer__top {
    background-color: #f2f2f2;
    border-bottom: 5px solid #d9d9d9
}

.site-footer__newsletter-wrap {
    padding-left: 0;
    padding-right: 0
}

.site-footer__newsletter-subscribe {
    font-size: .875em;
    text-align: center
}

    .site-footer__newsletter-subscribe label {
        font-size: 1em;
        margin-bottom: .5em
    }

    .site-footer__newsletter-subscribe input {
        border-radius: 5px;
        display: inline-block;
        font-size: 1em;
        height: 35px;
        margin: 0 0 1em;
        max-width: 230px
    }

    .site-footer__newsletter-subscribe .btn {
        border-radius: 5px;
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 0;
        padding: .675em 1.25em;
        width: 100%
    }

@media screen and (min-width: 768px) {
    .site-footer__newsletter-subscribe .btn {
        width: auto
    }
}

@media screen and (min-width: 768px) {
    .site-footer__newsletter-subscribe {
        text-align: left
    }
}

.site-footer__nav {
    font-weight: 700;
    padding-top: 1.25em
}

    .site-footer__nav::after {
        clear: both;
        content: "";
        display: block
    }

.site-footer__nav-wrap {
    padding-left: 0;
    padding-right: 0
}

@media screen and (min-width: 768px) {
    .site-footer__nav-wrap {
        width: auto
    }
}

.site-footer__nav-item {
    float: left;
    width: calc(100% / 3)
}

    .site-footer__nav-item > a {
        color: #666;
        display: block;
        text-align: center
    }

        .site-footer__nav-item > a:hover {
            color: #e31936
        }

        .site-footer__nav-item > a > span:before {
            margin-right: .3em;
            font-size: 20px;
            display: block
        }

@media screen and (min-width: 768px) {
    .site-footer__nav-item {
        width: auto
    }
}

.site-footer__nav .footer-special {
    padding-right: .9375em
}

    .site-footer__nav .footer-special > a > span:before {
        content: "\e60d";
        font-family: "good-oatmeal-v2"
    }

.site-footer__nav .footer-quote {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    padding-left: .9375em;
    padding-right: .9375em
}

    .site-footer__nav .footer-quote > a > span:before {
        content: "\e9b8";
        font-family: "good-oatmeal-v2"
    }

.site-footer__nav .footer-locator {
    padding-left: .9375em
}

    .site-footer__nav .footer-locator > a > span:before {
        content: "\e609";
        font-family: "good-oatmeal-v2"
    }

.site-footer__logos {
    background-color: white;
    border-bottom: 5px solid #d9d9d9;
    padding: 20px 0;
    text-align: center
}

.site-footer__main {
    background-color: #333
}

    .site-footer__main .row {
        padding-left: 2.85em;
        padding-right: 2.85em;
        padding-top: 1.5em;
        padding-bottom: 1.5em
    }

@media screen and (min-width: 480px) and (max-width: 767px) {
    .site-footer__main {
        position: relative
    }

        .site-footer__main:before {
            content: '';
            background-color: #d9d9d9;
            height: calc(100% - 3em);
            left: 50%;
            position: absolute;
            top: 1.5em;
            width: 1px
        }
}

.site-footer__box-one, .site-footer__box-two, .site-footer__box-three, .site-footer__box-four {
    border-bottom: 1px solid #d9d9d9;
    font-size: .85em;
    padding: .75em 0
}

@media screen and (min-width: 480px) {
    .site-footer__box-one, .site-footer__box-two, .site-footer__box-three, .site-footer__box-four {
        border-bottom: 0
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .site-footer__box-one, .site-footer__box-two, .site-footer__box-three, .site-footer__box-four {
        width: 50%
    }
}

@media screen and (min-width: 480px) {
    .site-footer__box-one {
        padding-left: 0;
        padding-right: 1.5em
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .site-footer__box-two {
        padding-left: 1.5em;
        padding-right: 0
    }
}

@media screen and (min-width: 768px) {
    .site-footer__box-two {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .site-footer__box-three {
        clear: left;
        padding-left: 0;
        padding-right: 1.5em
    }
}

@media screen and (min-width: 768px) {
    .site-footer__box-three {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

.site-footer__box-four {
    border-bottom: 0;
    padding-bottom: 0;
    text-align: center
}

@media screen and (min-width: 480px) {
    .site-footer__box-four {
        padding-left: 1.5em;
        padding-right: 0
    }
}

.site-footer__links {
    font-size: 1em;
    list-style: none
}

.site-footer__links-title {
    color: #ff3352;
    margin: 0 0 .3em;
    text-transform: uppercase
}

.site-footer__links-item a {
    color: white
}

.site-footer__esop-link {
    display: inline-block
}

.site-footer__cc-image {
    margin-top: .75em
}

.site-footer__social-media {
    margin: .75em 0 0
}

    .site-footer__social-media::after {
        clear: both;
        content: "";
        display: block
    }

    .site-footer__social-media a {
        bottom: 0;
        display: block;
        float: left;
        margin: 0 7px 7px 0;
        position: relative;
        -webkit-transition: bottom .05s linear;
        transition: bottom .05s linear
    }

        .site-footer__social-media a:hover {
            bottom: 5px
        }

.site-footer__bottom {
    background-color: #b7142c;
    padding: 12px .5em 2px .5em
}

.site-footer__copyright {
    color: white;
    font-size: 0.875em;
    line-height: 30px
}

#Banner1 {
    border-top: 6px solid #ec1c2e
}

#Banner2 {
    border-top: 6px solid #ff0d01
}

#Banner3 {
    border-top: 6px solid #428fc1
}

#Banner4 {
    border-top: 6px solid #EF3125
}

.row1, .row2, .row3, .row4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border: 1px solid #FFF
}

.carousel {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 67.75%;
    flex: 1 67.75%;
    max-width: 692px
}

#Banner1, #Banner2, #Banner3, #Banner4 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear .25s,opacity .25s linear;
    transition: visibility 0s linear .25s,opacity .25s linear
}

.hiscoHomepage .carouselTabs {
    position: absolute;
    bottom: 0;
    z-index: 6;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

    .hiscoHomepage .carouselTabs a {
        -webkit-box-flex: 1;
        -ms-flex: 1 24%;
        flex: 1 24%;
        border-left: 2px solid #FFF;
        padding: 3px 1px 4px;
        background: rgba(0,0,0,0.76);
        color: #FFF;
        font-size: .75em;
        line-height: 1.2em;
        text-decoration: none;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-transition: all .05s linear;
        transition: all .05s linear
    }

        .hiscoHomepage .carouselTabs a:first-of-type {
            border-left: 0
        }

        .hiscoHomepage .carouselTabs a:hover, .hiscoHomepage .carouselTabs a.on {
            background: rgba(0,125,195,0.9)
        }

.accountLinks {
    -webkit-box-flex: 1;
    -ms-flex: 1 32.25%;
    flex: 1 32.25%;
    max-width: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

    .accountLinks a {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 32%;
        flex: 1 32%;
        margin: 0 0 1px 2px;
        border-top: 6px solid #545454;
        background: #F4F4F8;
        background-size: auto;
        background-repeat: no-repeat;
        color: #555;
        font-size: .8em;
        line-height: 1.1em;
        font-weight: 700;
        text-transform: uppercase;
        -webkit-transition: all .1s linear;
        transition: all .1s linear
    }

        .accountLinks a:hover {
            border-top: 6px solid #1862A8;
            background: #e8e8fa;
            background-size: auto;
            background-repeat: no-repeat;
            color: #222
        }

        .accountLinks a.alSignIn {
            background-image: url(/userfiles/images/hiscohome/accounticons/signin.png);
            background-position: 41% 36%
        }

        .accountLinks a.alSignOut {
            background-image: url(/userfiles/images/hiscohome/accounticons/signout.png);
            background-position: 51% 36%
        }

        .accountLinks a.alSpecials {
            background-image: url(/userfiles/images/hiscohome/accounticons/specials.png);
            background-position: 51% 40%
        }

        .accountLinks a.alShopNow {
            background-image: url(/userfiles/images/hiscohome/accounticons/shopnow.png);
            background-position: 42% 35%
        }

        .accountLinks a.alMyInvoices {
            background-image: url(/userfiles/images/hiscohome/accounticons/invoices.png);
            background-position: 50% 37%
        }

        .accountLinks a.alRepeatOrders {
            background-image: url(/userfiles/images/hiscohome/accounticons/repeatorders.png);
            background-position: 50% 36%
        }

        .accountLinks a.alOrderHistory {
            background-image: url(/userfiles/images/hiscohome/accounticons/orderhistory.png);
            background-position: 50% 38%
        }

        .accountLinks a:nth-of-type(4), .accountLinks a:nth-of-type(5), .accountLinks a:nth-of-type(6) {
            margin: 1px 0 0 2px
        }

        .accountLinks a span {
            position: absolute;
            bottom: 5px;
            width: 100%;
            text-align: center
        }

.marketsFocus {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #E3E7EC url(/UserFiles/Images/HiscoHome/marketsFocus/marketsBG.png) no-repeat;
    padding: 33px 0 0
}

    .marketsFocus h2 {
        display: none
    }

    .marketsFocus section {
        -webkit-box-flex: 1;
        -ms-flex: 1 20%;
        flex: 1 20%;
        max-width: 20%
    }

.hexSizing {
    max-width: 204px;
    height: 152px;
    margin: 0 auto 33px;
    -webkit-transition: all .05s linear;
    transition: all .05s linear
}

    .hexSizing:hover {
        margin-top: -10px
    }

    .hexSizing:active {
        margin-top: -5px
    }

.rect1 {
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    cursor: pointer
}

.rect2 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg)
}

.rect3 {
    display: block;
    width: 100%;
    height: 100%;
    visibility: visible;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center center;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(86%)
}

.electronic {
    background-image: url(/UserFiles/Images/HiscoHome/marketsFocus/hexElectronic.jpg);
    background-size: 176px 152px
}

.aerospace {
    background-image: url(/UserFiles/Images/HiscoHome/marketsFocus/hexAerospace.jpg);
    background-size: 176px 152px
}

.medical {
    background-image: url(/UserFiles/Images/HiscoHome/marketsFocus/hexMedical.jpg);
    background-size: 176px 152px
}

.converting {
    background-image: url(/UserFiles/Images/HiscoHome/marketsFocus/hexConverting.jpg);
    background-size: 176px 152px
}

.general {
    background-image: url(/UserFiles/Images/HiscoHome/marketsFocus/hexGeneral.jpg);
    background-size: 176px 152px
}

.rect3:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.rect3 span {
    position: absolute;
    height: 52px;
    color: #FFF;
    background: rgba(0,0,0,0.66);
    top: 50%;
    left: 50%;
    max-width: 176px;
    margin: -26px 0 0 -88px;
    width: 100%
}

    .rect3 span b {
        position: absolute;
        font-size: 1em;
        line-height: 1.16em;
        width: 100%;
        max-width: 176px;
        text-align: center;
        top: 50%;
        left: 50%;
        margin: -1.16em 0 0 -88px;
        padding: 0 1.35em;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: .025em
    }

        .rect3 span b.oneLine {
            margin-top: -.58em
        }

.dcsCounter {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 32.25%;
    flex: 1 32.25%;
    max-width: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-top: 6px solid #F4B215;
    background: url(/UserFiles/Images/HiscoHome/dcsBG.jpg) no-repeat top left;
    background-size: cover
}

    .dcsCounter p {
        margin: 5px 0 -3.1em 0;
        color: #F4B215;
        text-align: center;
        font-size: 1.6em;
        line-height: 1.15em;
        text-shadow: 0 0 6px rgba(0,0,0,0.66);
        max-height: 207px
    }

        .dcsCounter p strong {
            color: #FFF;
            font-size: 2.05em;
            line-height: 1em;
            letter-spacing: -1px
        }

    .dcsCounter a {
        position: absolute;
        display: block;
        right: 5%;
        bottom: 8%;
        left: 5%;
        margin: 0;
        border-radius: 6px;
        padding: 6px 12px 6px;
        background: #E5A715;
        color: #FFF;
        text-decoration: none;
        font-size: 1.3em;
        font-weight: 700;
        text-shadow: 0 0 3px rgba(0,0,0,0.66);
        text-align: center
    }

        .dcsCounter a em {
            position: relative;
            left: -1px
        }

        .dcsCounter a:hover {
            background-color: #FFB917
        }

        .dcsCounter a:active {
            margin: 0 0 -1px 1px
        }

.keyPartners {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 67.75%;
    flex: 1 67.75%;
    max-width: 692px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

    .keyPartners h2, .keyPartners a {
        -webkit-box-flex: 1;
        -ms-flex: 1 24%;
        flex: 1 24%;
        text-align: center;
        margin: 0 0 1px 2px;
        border-top: 6px solid #000;
        background-color: #F4F4F8;
        color: #333
    }

    .keyPartners h2 {
        font-size: 1.9em;
        font-weight: 400;
        line-height: 1.1em;
        padding: 20px 0
    }

    .keyPartners a {
        text-indent: -9630px;
        min-height: 108px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: auto;
        -webkit-transition: background-position .05s linear;
        transition: background-position .05s linear
    }

        .keyPartners a:nth-of-type(5), .keyPartners a:nth-of-type(6), .keyPartners a:nth-of-type(7), .keyPartners a:nth-of-type(8) {
            margin: 1px 0 0 2px
        }

        .keyPartners a.bluestar {
            border-color: #00aded;
            background-image: url(/UserFiles/Images/HiscoHome/keyPartners/bluestar.png);
            background-position: 48% 50%
        }

        .keyPartners a.elkem {
            border-color: #3c3c3e;
            background-image: url(/UserFiles/Images/HiscoHome/keyPartners/elkem.png);
            background-position: 48% 50%
        }

        .keyPartners a.threeM {
            border-color: #FD000D;
            background-image: url(/UserFiles/Images/HiscoHome/keyPartners/3m.png);
            background-position: 47% 50%
        }

        .keyPartners a.alpha {
            border-color: #0971CE;
            background-image: url(/UserFiles/Images/HiscoHome/keyPartners/alpha.png);
            background-position: 53% 50%
        }

        .keyPartners a.henkel {
            border-color: #EC1B23;
            background-image: url(/UserFiles/Images/HiscoHome/keyPartners/henkel.png)
        }

        .keyPartners a.insulcast {
            border-color: #FFD504;
            background-image: url(/UserFiles/Images/HiscoHome/keyPartners/insulcast.png)
        }

        .keyPartners a.wacker {
            border-color: #464646;
            background-image: url(/UserFiles/Images/HiscoHome/keyPartners/wacker.png)
        }

        .keyPartners a.lord {
            border-color: #EE3124;
            background-image: url(/UserFiles/Images/HiscoHome/keyPartners/lord.png)
        }

        .keyPartners a.brady {
            border-color: #00458A;
            background-image: url(/UserFiles/Images/HiscoHome/keyPartners/brady.png)
        }

        .keyPartners a:hover {
            background-color: #E8E8ED;
            background-position: 50% 42%
        }

        .keyPartners a.bluestar:hover {
            background-position: 48% 42%
        }

        .keyPartners a.elkem:hover {
            background-position: 48% 42%
        }

        .keyPartners a.threeM:hover {
            background-position: 47% 42%
        }

        .keyPartners a.alpha:hover {
            background-position: 53% 42%
        }

        .keyPartners a:active {
            background-position: 50% 46%
        }

        .keyPartners a.bluestar:active {
            background-position: 48% 46%
        }

        .keyPartners a.threeM:active {
            background-position: 47% 46%
        }

        .keyPartners a.alpha:active {
            background-position: 53% 46%
        }

.feature {
    -webkit-box-flex: 1;
    -ms-flex: 1 24%;
    flex: 1 24%;
    margin: 0 2px 1px 0;
    border-top-width: 6px;
    border-top-style: solid;
    padding-top: 1px
}

    .feature:last-of-type {
        margin-right: 0
    }

    .feature img {
        display: block;
        width: 100%;
        height: auto
    }

    .feature h2 {
        margin: 7px 8px 2px;
        padding: 0;
        font-size: 1.2em;
        line-height: 1.2em
    }

        .feature h2 a {
            text-decoration: none;
            color: #00458A;
            font-weight: 700
        }

            .feature h2 a:hover {
                text-decoration: underline
            }

    .feature p {
        margin: 0 15px 40px 8px;
        padding: 0;
        color: #4D4D4D;
        font-size: .85em;
        line-height: 1.35em
    }

.rotating1 {
    border-color: #E73F8B;
    background: #FBE2EE
}

.static1 {
    border-color: #F8D749;
    background: #FEF9E4
}

.rotating2 {
    border-color: #518AC7;
    background: #E5EEF7
}

.static2 {
    border-color: #C7C7C7;
    background: #F7F7F7
}

.mobileWelcome, .callHisco {
    display: none
}

@media all and (max-width: 950px) {
    .dcsCounter p {
        font-size: 1.4em
    }

    .dcsCounter a {
        font-size: 1.1em
    }
}

@media all and (max-width: 920px) {
    .accountLinks a.alRepeatOrders {
        background-position: 50% 13%;
        background-size: 45%
    }

    .accountLinks a.alOrderHistory {
        background-position: 50% 21%;
        background-size: 45%
    }
}

@media all and (max-width: 900px) {
    .marketsFocus section {
        -webkit-box-flex: 1;
        -ms-flex: 1 33%;
        flex: 1 33%;
        max-width: 33%
    }
}

@media all and (max-width: 830px) {
    .dcsCounter p {
        font-size: 1.2em
    }

    .dcsCounter a {
        font-size: 1em
    }
}

@media all and (max-width: 768px) {
    .carousel {
        display: none
    }

    .accountLinks {
        -webkit-box-flex: 1;
        -ms-flex: 1 100%;
        flex: 1 100%;
        max-width: none
    }

        .accountLinks a {
            -webkit-box-flex: 1;
            -ms-flex: 1 16%;
            flex: 1 16%;
            height: 108px;
            margin: 0 0 0 2px
        }

            .accountLinks a.alSignIn {
                background-position: 47% 36%
            }

            .accountLinks a.alSignOut {
                background-position: 54% 36%
            }

            .accountLinks a.alSpecials {
                background-position: 50% 40%
            }

            .accountLinks a.alShopNow {
                background-position: 47% 35%
            }

            .accountLinks a.alMyInvoices {
                background-position: 50% 37%
            }

            .accountLinks a.alRepeatOrders {
                background-position: 50% 36%;
                background-size: auto
            }

            .accountLinks a.alOrderHistory {
                background-position: 50% 38%;
                background-size: auto
            }

            .accountLinks a:nth-of-type(1), .accountLinks a:nth-of-type(4), .accountLinks a:nth-of-type(5), .accountLinks a:nth-of-type(6) {
                margin: 0 0 0 2px
            }

    .dcsCounter {
        display: none
    }

    .keyPartners {
        -webkit-box-flex: 1;
        -ms-flex: 1 100%;
        flex: 1 100%;
        max-width: none
    }

        .keyPartners a:nth-of-type(4), .keyPartners h2 {
            margin-left: 0
        }

    .hisco_main-nav {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .hisco_main-nav, .secondary-nav-wrap > .row {
        padding-left: 1em;
        padding-right: 1em
    }

    .logo-container a img {
        width: 75%
    }
}

@media all and (max-width: 640px) {
    .keyPartners h2 {
        font-size: 1.7em
    }

    .keyPartners a {
        background-size: 66%
    }

    .feature {
        -webkit-box-flex: 1;
        -ms-flex: 1 49%;
        flex: 1 49%;
        margin: 0 1px 1px 0
    }

        .feature:nth-of-type(2), .feature:nth-of-type(4) {
            margin: 0 1px 1px
        }
}

@media all and (max-width: 550px) {
    .row2, .marketsFocus {
        display: none
    }

    .accountLinks a {
        -webkit-box-flex: 1;
        -ms-flex: 1 32%;
        flex: 1 32%;
        margin: 0 0 1px 2px
    }

        .accountLinks a:nth-of-type(5), .accountLinks a:nth-of-type(6) {
            margin: 1px 0 0 2px
        }

        .accountLinks a:nth-of-type(1) {
            margin: 0 0 1px
        }

        .accountLinks a:nth-of-type(4) {
            margin: 1px 0 0
        }
}

@media all and (max-width: 480px) {
    .row3, .row4 {
        display: none
    }

    .mobileWelcome {
        display: block;
        border: 1px solid #FFF
    }

        .mobileWelcome h1 {
            margin: 0;
            padding: .66em;
            text-align: center;
            background: #1862A8;
            color: #FFF
        }

    .callHisco {
        display: block;
        margin: 1px 0 2px;
        border-top: 6px solid #1862A8;
        padding: .6em 0 1.2em;
        background: #F4F4F8
    }

        .callHisco p {
            margin: 0;
            color: #555;
            font-weight: 700;
            font-size: 1.6em;
            line-height: 1.25em;
            text-align: center
        }

            .callHisco p a {
                color: #1862A8
            }

                .callHisco p a:hover {
                    text-decoration: none
                }
}

@media all and (min-width: 960px) {
    [role="main"] .main-row, [role="masthead"] .head-row {
        margin-right: 0;
        margin-left: 0
    }
}

.home-page .hisco_main-nav, .home-page .secondary-nav-wrap > .row {
    padding-left: 2em;
    padding-right: 2em
}

.home-page #header > .row {
    max-width: 1024px
}

.home-page .site-footer__top > .row, .home-page .site-footer__logos > .row {
    max-width: 1024px
}

.home-page .site-footer__main > .row {
    max-width: 1024px;
    padding-left: .5em;
    padding-right: .5em
}

.home-page .secondary-nav-wrap > .row {
    max-width: 1024px
}

    .home-page .secondary-nav-wrap > .row > .small-12 {
        padding-left: 3px;
        padding-right: 3px
    }

@media all and (min-width: 960px) {
    .home-page [role="main"] .main-row, .home-page [role="masthead"] .head-row {
        margin-right: auto;
        margin-left: auto
    }
}

@media all and (min-width: 960px) {
    .home-page [role="main"] .main-row, .home-page [role="masthead"] .head-row {
        padding: 0;
        max-width: 1024px
    }

    .home-page .hisco_main-nav, .home-page .secondary-nav-wrap > .row, .home-page footer .footer-top, .home-page footer .footer-content, .home-page footer .footer-bottom {
        padding-left: .5em;
        padding-right: .5em
    }
}

@media all and (min-width: 768px) {
    .home-page [role="main"] .main-row, .home-page [role="masthead"] .head-row {
        padding: 0
    }
}

.home-page [role="main"] .main-row, .home-page [role="masthead"] .head-row {
    padding: 0
}

.home-page [role="masthead"] {
    -webkit-box-shadow: none;
    box-shadow: none
}

.home-page [role="main"], .home-page [role="main"] .main-row {
    min-height: 480px
}

.home-page .main-row {
    max-width: 1024px
}

.home-page .hisco_main-nav, .home-page .secondary-nav-wrap > .row, .home-page footer .footer-top, .home-page footer .footer-content, .home-page footer .footer-bottom {
    padding-left: .5em;
    padding-right: .5em
}

.video-wrap {
    padding: 1.5em 12.5%
}

.product-video {
    position: relative;
    padding-bottom: 56.25% !important;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

    .product-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

#imgZoom .modal-wrap {
    width: auto
}

.isc-productContainer > div.row {
    margin: 0
}

div.pd-title {
    padding-bottom: 1em
}

div.pd-image {
    text-align: center
}

    div.pd-image img {
        width: 100%;
        max-width: 400px
    }

    div.pd-image .detail-zoom {
        font-size: 11px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 1em
    }

        div.pd-image .detail-zoom a:hover {
            text-decoration: none
        }

        div.pd-image .detail-zoom a:focus {
            text-decoration: none
        }

.pd-zoom > span:before {
    content: "\e610";
    font-family: "good-oatmeal-v2";
    margin-right: .3em;
    font-size: 15px;
    position: relative;
    top: 2px
}

div.pd-info > .panel {
    border: none
}

.pd-info .pd-price-um {
    font-size: 18px;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #d8d8d8
}

.pd-price-um label {
    font-size: 18px;
    display: inline-block;
    color: #4d4d4d;
    margin-bottom: 0
}

.pd-price-um .pd-price {
    font-weight: bold;
    color: #E31936
}

.pd-price-um .um {
    display: block;
    font-size: 14px
}

.item-order-info {
    font-size: 12px
}

    .item-order-info span.supercede-item {
        font-style: italic
    }

    .item-order-info label {
        font-weight: bold;
        display: inline
    }

span.lead-time {
    display: block
}

span.shipping-weight {
    display: block
}

.lead-time label {
    display: inline
}

.lead-time span {
    display: inline
}

.shipping-weight {
    display: inline;
    display: inline
}

.um-qty-wrap .um-qty, .um-qty-wrap .pd-qty {
    display: table;
    width: 100%;
    background: none;
    margin-bottom: 0;
    border: none;
    font-size: 12px;
    padding-bottom: 1em
}

    .um-qty-wrap .um-qty label, .um-qty-wrap .pd-qty label {
        font-size: 11px;
        line-height: 12px;
        margin: 0;
        font-weight: bold
    }

    .um-qty-wrap .um-qty input, .um-qty-wrap .pd-qty input {
        font-size: 11px;
        line-height: 12px;
        margin: 0
    }

    .um-qty-wrap .um-qty select, .um-qty-wrap .pd-qty select {
        font-size: 11px;
        line-height: 12px;
        margin: 0;
        width: 100%
    }

.um-qty-wrap .col1 {
    width: 30%;
    padding-right: .9375em;
    line-height: 1em;
    padding: 0;
    vertical-align: middle;
    float: left;
    padding-bottom: 1em
}

.um-qty-wrap .col2 {
    width: 70%;
    vertical-align: middle;
    float: left
}

.um-qty-wrap .pd-buttons {
    text-align: left;
    padding-top: 1em
}

    .um-qty-wrap .pd-buttons .primary-button button {
        width: 100%;
        border-radius: 0;
        margin-bottom: 1em
    }

.pd-share-print {
    padding-bottom: 1em;
    border-bottom: 1px solid #d9d9d9
}

.pd-share > span:before {
    font-family: "good-oatmeal-v2";
    margin-right: .3em;
    font-size: 15px;
    position: relative;
    top: 1px;
    content: "\e60f"
}

.pd-print > span:before {
    font-family: "good-oatmeal-v2";
    margin-right: .3em;
    font-size: 15px;
    position: relative;
    top: 1px;
    content: "\e60e"
}

.add-to-cart-message {
    border-color: #666;
    line-height: 120%;
    padding: 1em
}

a.btn.btn-add-to-cart:link {
    padding: 17px 0;
    line-height: 1em;
    font-size: 16px
}

a.btn.btn-add-to-cart:visited {
    padding: 17px 0;
    line-height: 1em;
    font-size: 16px
}

a.btn.btn-add-to-list:link {
    padding: 17px 0;
    line-height: 1em;
    font-size: 16px;
    margin-bottom: 0;
    color: #e5e5e5;
    overflow-x: hidden;
    text-overflow: ellipsis;
    padding: 1em;
    font-size: 1em
}

a.btn.btn-add-to-list:visited {
    padding: 17px 0;
    line-height: 1em;
    font-size: 16px;
    margin-bottom: 0;
    color: #e5e5e5;
    overflow-x: hidden;
    text-overflow: ellipsis;
    padding: 1em;
    font-size: 1em
}

div.pd-cm > .panel {
    border: none;
    margin-bottom: 1.25em
}

.availability-title {
    font-weight: bold;
    font-size: 15px
}

.discontinued-message {
    font-size: .9em
}

.instock {
    font-weight: bold;
    font-size: 15px
}

.product-availability-3, .product-availability-2 {
    font-weight: bold;
    font-size: 15px;
    color: #E31936
}

.product-cm {
    font-size: 14px
}

    .product-cm .panel {
        margin-bottom: 0
    }

        .product-cm .panel ul {
            list-style-type: none
        }

ul.doclinks {
    list-style-type: none;
    padding-top: 1em
}

div.pd-docs.panel {
    background-color: #fff;
    text-align: left
}

    div.pd-docs.panel .product-icons-list {
        display: inline-block
    }

    div.pd-docs.panel img {
        width: auto;
        margin-right: 10px
    }

table.child-products {
    font-size: 13px
}

    table.child-products tr {
        background-color: #f2f2f2
    }

    table.child-products a {
        text-decoration: underline
    }

    table.child-products thead tr {
        background-color: #fff
    }

    table.child-products .footable-row-detail-row {
        border-left: 1px solid #f2f2f2;
        border-right: 1px solid #f2f2f2
    }

        table.child-products .footable-row-detail-row:first-child {
            border-top: 1px solid #f2f2f2
        }

            table.child-products .footable-row-detail-row:first-child div {
                padding-top: 1em
            }

        table.child-products .footable-row-detail-row > div {
            padding-left: 1em;
            padding-right: 1em
        }

        table.child-products .footable-row-detail-row:nth-last-child(2) {
            border-bottom: 1px solid #f2f2f2
        }

            table.child-products .footable-row-detail-row:nth-last-child(2) div {
                padding-bottom: 1em
            }

        table.child-products .footable-row-detail-row:last-child:not(.footable-row-detail-row) {
            border-left: none;
            border-right: none;
            display: table-caption;
            caption-side: bottom
        }

            table.child-products .footable-row-detail-row:last-child:not(.footable-row-detail-row) .footable-row-detail-name {
                display: none
            }

            table.child-products .footable-row-detail-row:last-child:not(.footable-row-detail-row) > div {
                padding-top: 1em;
                display: block;
                width: 100%
            }

    table.child-products .footable-row-detail-cell {
        background: #fff;
        text-align: left;
        padding: 0 1em 1em
    }

        table.child-products .footable-row-detail-cell .panel {
            background: #fff;
            text-align: left;
            padding: 0 1em 1em
        }

        table.child-products .footable-row-detail-cell .footable-row-detail-inner {
            width: 100%
        }

    table.child-products div.panel.pricing {
        display: none
    }

    table.child-products div.pd-info {
        width: 100%;
        padding: 0
    }

    table.child-products div.product-info {
        width: 100%;
        text-align: left
    }

    table.child-products label {
        font-weight: bold
    }

    table.child-products .item-order-info {
        font-weight: bold
    }

    table.child-products div.um-qty {
        margin-top: 0
    }

        table.child-products div.um-qty div.col1 {
            display: block;
            width: 100%
        }

        table.child-products div.um-qty div.col2 {
            display: block;
            width: 100%
        }

    table.child-products div.um-qty-wrap {
        width: 100%
    }

    table.child-products div.pd-um {
        width: 50%;
        float: left;
        padding-right: .9375em
    }

    table.child-products div.pd-qty {
        width: 50%;
        float: left
    }

    table.child-products div.mnm-qty {
        width: 100%
    }

    table.child-products a.btn.btn-add-to-cart:link {
        padding: .65em 0;
        line-height: 1em;
        font-size: 14px
    }

    table.child-products a.btn.btn-add-to-cart:visited {
        padding: .65em 0;
        line-height: 1em;
        font-size: 14px
    }

    table.child-products a.btn.btn-add-to-list:link {
        padding: .65em 0;
        line-height: 1em;
        font-size: 14px
    }

    table.child-products a.btn.btn-add-to-list:visited {
        padding: .65em 0;
        line-height: 1em;
        font-size: 14px
    }

    table.child-products div.primary-button {
        width: 100%
    }

    table.child-products div.secondary-button {
        width: 100%
    }

table tr.footable-detail-show {
    background-color: #fff;
    border-bottom: none
}

.item-num-col a {
    white-space: nowrap
}

.item-desc-col .availability {
    margin-bottom: 0
}

    .item-desc-col .availability > span.instock:before {
        font-size: 10px
    }

.mfg-num-col {
    white-space: nowrap
}

.cart-toggle {
    width: 41px
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
    color: #fff;
    font-size: 1.75em;
    padding-right: 0
}

    .footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
        font-family: 'good-oatmeal-v2';
        content: "\e00a"
    }

.footable.breakpoint > tbody > tr > td > span.footable-view-details:before {
    color: #fff;
    font-size: 1.75em;
    padding-right: 0;
    font-family: 'good-oatmeal-v2';
    content: "\e012"
}

.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\e000"
}

.footable-detail-show .cart-toggle {
    background-color: #fff
}

.footable-row-detail-name {
    width: 1%;
    white-space: nowrap;
    display: table-cell;
    font-weight: bold
}

.footable-row-detail-value {
    display: table-cell;
    padding: 1em
}

.detail-specs .resp-tab-content {
    color: #666;
    font-size: 14px
}

    .detail-specs .resp-tab-content ul.attribute-list {
        font-size: inherit;
        color: inherit
    }

    .detail-specs .resp-tab-content ul {
        margin: 0.5em 0 1em 1.5em
    }

.product-accessories {
    padding: 0
}

    .product-accessories .row {
        margin: 0
    }

    .product-accessories .child-products {
        margin-bottom: 0;
        border: none
    }

    .product-accessories table.child-products tr:last-child {
        border-bottom: none
    }

    .product-accessories table.child-products .footable-row-detail-inner .pd-qty {
        display: block
    }

table.child-products .footable-row-detail-inner .pd-qty {
    display: block
}

.product-parts {
    padding: 0
}

    .product-parts .row {
        margin: 0
    }

    .product-parts .child-products {
        margin-bottom: 0;
        border: none
    }

    .product-parts table.child-products tr:last-child {
        border-bottom: none
    }

.slick-prev:before {
    color: #000
}

.slick-next:before {
    color: #000
}

.slider-nav {
    max-width: 400px
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    table.child-products div.um-qty-wrap {
        width: 100%
    }

    table.child-products div.pd-um {
        width: 50%;
        float: left
    }

    table.child-products div.pd-qty {
        width: 50%;
        float: left
    }

    table.child-products div.mnm-qty {
        float: left;
        width: 100%
    }

    table.child-products div.primary-button {
        width: 50%;
        float: right
    }

    table.child-products div.secondary-button {
        width: 50%
    }
}

@media only screen and (min-width: 768px) {
    .item-num {
        display: inline-block;
        float: left
    }

    .pd-buttons {
        padding-top: 0;
        float: right;
        display: inline-block
    }

    .pd-share-print {
        padding-bottom: 0;
        border-bottom: none
    }

    table.um-qty {
        margin-top: 0
    }

    .mnm-qty {
        font-size: 12px
    }

    table.child-products div.um-qty-wrap {
        width: 50%
    }

    table.child-products div.pd-um {
        width: 33.333%;
        float: left
    }

    table.child-products div.pd-qty {
        width: 33.3333%;
        float: left;
        padding-right: .9375em
    }

    table.child-products div.mnm-qty {
        float: left;
        width: 33.3333%;
        padding-right: .9375em;
        margin-top: 1em
    }

    table.child-products div.primary-button {
        width: 25%;
        float: right;
        padding-left: .46875em
    }

    table.child-products div.secondary-button {
        width: 25%;
        padding-right: .46875em
    }

    table.child-products a.btn.btn-add-to-cart:link {
        margin-top: 1em
    }

    table.child-products a.btn.btn-add-to-cart:visited {
        margin-top: 1em
    }

    table.child-products a.btn.btn-add-to-list:link {
        margin-top: 1em
    }

    table.child-products a.btn.btn-add-to-list:visited {
        margin-top: 1em
    }
}

.tv-availability, .availability {
    font-size: 12px;
}

    .tv-availability label, .availability label {
        display: inline-block;
        font-weight: bold
    }

    .tv-availability span.instock:before, .availability span.product-availability-1:before, .availability span.instock:before {
        content: "\e61d";
        font-family: "good-oatmeal-v2";
        margin-right: .3em;
        font-size: 16px;
        position: relative;
        top: 1px
    }

    .availability .product-availability-1, .availability .product-availability-3, .availability .product-availability-2 {
        display: block;
        font-weight: bold
    }

    .tv-availability > span, .availability span {
        display: inline-block;
        margin-right: .8em;
    }

        .instock {
            color: #19a931;
            font-weight: bold;
            font-size: 15px;
        }

.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 .col-notes label {
    margin-bottom: .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 .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
    }
}

.ca-form label.error {
    display: none;
    margin-bottom: 1em
}

.ca-form select.error {
    margin-bottom: 1em
}

.ma-settings .change-pw label.error {
    font-weight: bold
}

.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: .875em
}

.ma-addresses .same-as-billto {
    margin-bottom: .75em
}

.ma-addresses .select-address {
    margin-bottom: 1em
}

.ma-addresses .addy-note {
    font-size: 0.875em;
    line-height: 1.5em
}

.ma-addresses input.error, .ma-addresses select.error {
    margin-bottom: 0
}

.ma-addresses label.error {
    font-weight: 700
}

@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-order-details .error {
    margin: 1.5em 0
}

.ma-order-details .order-details-top h3 {
    margin-bottom: .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: .8em
}

    .ma-order-details .order-details-top .od-head .od-lbl {
        width: 50%;
        float: left;
        margin: 0 0 8px 0;
        line-height: 26px;
        clear: left;
        height: 30px
    }

    .ma-order-details .order-details-top .od-head .od-data {
        width: 50%;
        float: left;
        margin: 0 0 8px 0;
        width: 50%;
        font-size: 15px;
        line-height: 30px;
        font-weight: normal;
        height: 30px
    }

.ma-order-details .order-details-top h3.od-lbl {
    padding-right: 1em;
    clear: left;
    width: 50%
}

.ma-order-details .order-details-top ul {
    list-style: none;
    margin: 0
}

.ma-order-details .ship-details h4 {
    display: inline-block;
    margin-right: .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 .header .small-10 {
    width: 80%;
    padding-left: 2em
}

.ma-order-details .item-list .item-details {
    width: 80%
}

.ma-order-details .item-list .btns {
    margin-bottom: 1em
}

.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: .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: .5em
        }

@media all and (max-width: 767px) {
    .ma-order-details .cart-items {
        overflow: auto;
        max-height: 460px
    }

    .ma-order-details .btns {
        margin-bottom: .7rem
    }

        .ma-order-details .btns .btn {
            width: 100%;
            margin: .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: .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: .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-right: 1em !important
    }

    .ma-order-details .btns .btn {
        margin-top: 1.3em
    }
}

.tab-accord {
    margin-bottom: 1em !important
}

ul.resp-tabs-list {
    margin: 0px;
    padding: 0px
}

.resp-tabs-list li {
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    padding: .5em 1.5em;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    background-color: #9e1126;
    color: #fff;
    border-left: 1px solid #b14151;
    border-right: 1px solid #7e0e1e
}

.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.active {
    border: 1px solid #d9d9d9;
    border-bottom: none;
    margin-bottom: -1px;
    padding: .5em 1.5em;
    background-color: #fff;
    color: #9e1126
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff
}

.resp-content-active, .resp-accordion-active {
    display: block
}

.resp-tab-content {
    border: 1px solid #d9d9d9
}

h2.resp-accordion {
    font-size: inherit;
    font-weight: 600;
    margin: 0px;
    margin-top: 2px;
    padding: 0.5em 1.25em;
    background-color: #9e1126;
    color: #fff;
    border: 1px solid #d9d9d9
}

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: #9e1126
}

.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: #9e1126;
    border: 1px solid #9e1126;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0.5em 1.25em;
    z-index: 20
}

.accordion.search-orders {
    margin-bottom: 1em
}

.accordion.search-orders .accord-head {
    display: inline-block;
}

.accordion.msg-section {
    width: 100%;
}

.accordion.msg-section .accord-head {
    display: inline-block;
    width: 100%;
}

.accordion input.accord-check:checked + label.accord-head {
    background: #fff;
    color: #9e1126;
    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: .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: .125em;
    padding: 1.25em;
    border: 1px solid #d5d5d5
}

.resp-tabs-list li.active {
    background: #fff !important
}

    .resp-tabs-list li.active a {
        color: #104477
    }

.resp-tabs-list li {
    background-color: #104477;
    border-left: 1px solid #1661ab;
    border-right: 1px solid #092745
}

    .resp-tabs-list li a {
        color: #fff
    }

h2.resp-accordion {
    background-color: #104477
}

h2.resp-tab-active {
    background: #fff !important;
    color: #104477
}

.resp-tabs-container .content {
    color: #666;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    padding: 1.5em
}

    .resp-tabs-container .content ul {
        margin: 0.5em 0 1em 1.5em;
        list-style-type: disc;
        list-style-position: outside
    }

.accordion label.accord-head {
    background: #104477;
    border: 1px solid #104477
}

.accordion input.accord-check:checked + label.accord-head {
    color: #104477
}

.n-filter .accordion ul li:before {
    color: #666666
}

.site-notifications .sign-in-flag {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 12px;
    background-color: #ffffcc;
    line-height: 23px;
    color: #000
}

.site-notifications .arrow {
    color: #e31936
}

.site-notifications .testmark {
    color: black
}

.search-container {
    width: auto;
    background-color: #8a8e99;
    border-radius: 5px;
    height: 30px;
    list-style: none
}

.product-list .search-within-search .search-container {
    background-color: #fff !important;
}
.product-list .search-within-search .search-input:before {
    content: none;
}
.product-list .search-within-search .search-container .search-button {
    border: none;
    background: none;

}
.product-list .search-within-search .search-container .search-button button {
    background-color: #8a8e99;
    border-radius: 5px;
    position: relative;
    bottom: 3px;
    left: 8px;
}

.search-container .search-input {
    display: block;
    float: left
}

        .search-container .search-input:before {
            font-family: 'good-oatmeal-v2';
            content: "\e001";
            color: #fff;
            padding: 0 10px
        }

    .search-container > form > div {
        float: none;
        display: inline-block
    }

    .search-container label {
        display: none
    }

    .search-container .search-button button {
        text-indent: -9999px;
        width: 100%;
        line-height: 100%;
        margin-bottom: 0
    }

    .search-container .emptysearch {
        display: none
    }

    .search-container .movedsearch {
        display: block
    }

    .search-container .tst_header_searchInput {
        display: inline-block;
        width: 335px
    }

#firstPageContainer div.btns.dash-btns {
    width: auto !important;
    float: right;
    display: inline-block;
    top: 38px;
    position: relative;
}

.dash-right > h2 {
    clear: both; 
}

@media all and (max-width: 1100px) {
    .search-container .tst_header_searchInput {
        width: 320px
    }
}

@media all and (max-width: 1012px) {
    .search-container .tst_header_searchInput {
        width: auto
    }
}

.search-container#narrowSearch .tst_header_searchInput {
    width: 85%;
    display: inline-block
}

.search-container .search-history {
    display: none
}

.wideSearch-button button {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
    font-size: 1.5em;
    padding-right: 10px;
    padding-left: 5px;
    line-height: normal
}

.search-input input[type="text"] {
    margin-bottom: 0;
    height: 30px;
    border-radius: 5px;
    border-color: #8e929c;
    color: #8e929c;
    width: auto;
    display: inline-block;
    height: 30px;
    width: 85%;
    padding-top: 0;
    padding-bottom: 0
}

@media all and (min-width: 768px) {
    .search-container .search-input {
        width: auto
    }

    .search-input input[type="text"] {
        width: auto
    }
}

.search-container .search-container .search-button button:before {
    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
}

    @media all and (min-width: 768px) {
        .row {
            margin: 0 auto;
        }

        #searchPanel select {
            margin: 0
        }

        #searchButton {
            display: none
        }
    }

    @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"] span {
        display: inline-block;
        font-weight: bold;
        color: #fff
    }

    [role="left-nav"] {
        background: #052d42
    }

    nav ul:not(.side-nav) li {
        vertical-align: top
    }

    [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"] {
            display: none
        }
    }

    @media all and (min-width: 768px) {
        /*nav ul:not(.side-nav) {
        width: 50%
    }*/

        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
            }
    }


    nav ul:not(.side-nav) li i {
        position: absolute;
        display: block;
        width: 16px
    }

        nav ul:not(.side-nav) li i + span {
            padding-left: 1.5em
        }

    .secondary-nav-wrap > .row {
        padding-left: 1em;
        padding-right: 1em
    }

    @media all and (min-width: 960px) {
        .secondary-nav-wrap > .row {
            padding-left: 2em;
            padding-right: 2em
        }
    }

    .isc-nav-bar {
        float: right;
        display: block;
        width: auto;
        background: #fff;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 14px
    }

        .isc-nav-bar label {
            padding: 0 .666em;
            font: 2em/3em "Arial, Helvetica, Sans-serif"
        }

    .isc-nav-wrap {
        margin: 0 auto;
        display: block;
        height: 100%
    }

    .isc-nav {
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        display: inline-block;
        background: gray;
        height: 100%
    }

    .cart-button {
        border: 1px solid #8e929c;
        border-radius: 5px;
        background-color: #fff;
        float: left;
        margin-left: 5px
    }

    .search-button {
        border: 1px solid #8e929c;
        border-radius: 5px;
        background-color: #fff;
        float: left;
        margin-left: 5px
    }

    div.cart-button a.cart-link {
        font-size: 18px;
        padding: 0px 6px
    }

        div.cart-button a.cart-link > * {
            vertical-align: top
        }

        div.cart-button a.cart-link span {
            display: inline;
            font-size: 14px;
            background-color: #e31936;
            color: #fff;
            border-radius: 50px;
            padding: 0 5px;
            line-height: 1.9
        }

        div.cart-button a.cart-link:before {
            content: "\e00a";
            position: relative;
            font-family: 'good-oatmeal-v2';
            display: inline-block;
            padding-right: 2px;
            top: 1px;
            text-indent: 0;
            line-height: 1
        }

    header label.toggle.burger {
        line-height: 20px;
        position: static;
        margin-right: 10px;
        font-weight: bold;
        color: #fff
    }

        header label.toggle.burger:before {
            content: "\e601";
            position: relative;
            font-family: 'good-oatmeal-v2';
            display: inline-block;
            padding-right: 3px;
            top: 2px;
            color: #fff
        }

        header label.toggle.burger:after {
            position: absolute;
            left: 0;
            top: 0;
            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;
            line-height: 2.9rem
        }

    .panel-nav {
        min-height: 100%
    }

    #header {
        position: relative
    }

    .isc-primary-nav {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 13.75em;
        left: -13.75em;
        background: #fff
    }

        .isc-primary-nav label {
            padding: 0 0.25em;
            font: 3.125em/.96em "Arial, Helvetica, Sans-serif";
            text-indent: -9999px
        }

            .isc-primary-nav label:before {
                color: rgba(255,255,255,0.4);
                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;
                top: 35%;
                left: 35%
            }

        /*.isc-primary-nav .subnav {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 13.75em;
        left: -13.75em;
        margin-top: 0;
        overflow: visible;
        background: #fff
    }*/

        .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: .4em
            }

        .isc-primary-nav .subnav-check {
            position: absolute;
            top: -9999px;
            left: -9999px
        }

        .isc-primary-nav ul {
            line-height: 2.75em;
            text-decoration: none;
            padding: 0;
            list-style: none;
            margin: 0;
            margin-top: 3em
        }

            .isc-primary-nav ul li {
                white-space: nowrap;
                border-bottom: 1px solid rgba(255,255,255,0.2);
                background: none !important;
            }

                .isc-primary-nav ul li a:only-child {
                    width: 100%
                }

        .isc-primary-nav li a {
            display: block;
            font-size: 1em;
            color: #333;
            text-decoration: none;
            line-height: 1.3em;
            padding: 1em;
            white-space: normal;
            width: 78%;
            height: 100%
        }

            .isc-primary-nav li a:hover {
                text-decoration: underline
            }

        .isc-primary-nav .sub-heading {
            margin-top: 2.9em;
            padding-left: 1.3125em;
            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
        }

            .isc-primary-nav .toggle-sub:before {
                content: "\e605";
                font-size: 1.5rem;
                color: #e31936
            }

        .isc-primary-nav .close-all {
            display: none
        }

        .isc-primary-nav > ul > li:hover > .nav-item-container {
            z-index: 1
        }

    #main-nav-check {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .toggle {
        position: absolute;
        right: 0;
        cursor: pointer;
        color: #fff
    }

    .container {
        background: #fff;
        min-height: 100%;
        padding: 0;
        margin: 0 auto;
        z-index: 1;
        position: relative;
        max-width: 1040px
    }

    ul {
        font-size: 1em;
        margin-bottom: 1.25rem;
        font-family: inherit
    }

    ol {
        font-size: 1em;
        margin-bottom: 1.25rem;
        font-family: inherit
    }

    dl {
        font-size: 1em;
        margin-bottom: 1.25rem;
        font-family: inherit
    }

    .subnav .toggle-sub:before {
        color: #104477
    }

    .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%
    }

        .nav-item-container label {
            display: none
        }

    .isc-primary-nav ul ul li a:only-child {
        width: 100%
    }

    @media all and (max-width: 48em) {
        .isc-primary-nav {
            z-index: 4
        }

            .isc-primary-nav .subnav {
                z-index: 4
            }
    }

    @media all and (min-width: 48em) {
        .isc-primary-nav {
            -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
            left: auto;
            bottom: auto;
            width: auto;
            position: relative
        }

            .isc-primary-nav > ul {
                float: left;
                position: relative;
                margin-top: 0;
                display: inline-table;
                border-right: 0;
                font-size: 0.875rem;
                border-left: 1px solid rgba(255,255,255,0.2)
            }

                .isc-primary-nav > ul > li.nav-dropdown {
                    margin-right: -1em
                }

                .isc-primary-nav > ul > li {
                    height: 3.4em;
                    border-bottom: 1px solid transparent;
                    text-transform: uppercase;
                    font-weight: 900
                }

                    .isc-primary-nav > ul > li > .nav-item-container {
                        overflow: hidden;
                        padding-top: 1em;
                        margin-top: -1em;
                        padding-right: 1em;
                        padding-left: 1em
                    }

                    .isc-primary-nav > ul > li > span > .toggle-sub {
                        right: 1em;
                        top: 1em
                    }

                        .isc-primary-nav > ul > li > span > .toggle-sub:before {
                            content: "\e602";
                            left: 30%
                        }

                    .isc-primary-nav > ul > li > span > a {
                        width: 100%;
                        height: 100%;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        padding-right: 2.25em;
                        letter-spacing: 1px;
                        padding-left: 1em
                    }

                    .isc-primary-nav > ul > li:hover > span > a {
                        background-color: #f4f4f8;
                        border-radius: 10px 10px 0 0;
                        -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
                        box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
                        z-index: 2
                    }

                    .isc-primary-nav > ul > li > ul > li:hover:after {
                        content: "";
                        border-right: 1px solid #e6e6eb;
                        position: absolute;
                        top: 0;
                        right: -1px;
                        height: 100%
                    }

                    .isc-primary-nav > ul > li > ul > li > ul > li:hover {
                        background-color: transparent
                    }

                        .isc-primary-nav > ul > li > ul > li > ul > li:hover > a {
                            background-color: transparent;
                            text-decoration: underline
                        }

                    .isc-primary-nav > ul > li > a {
                        letter-spacing: 1px;
                        padding-left: 1em
                    }

            .isc-primary-nav .subnav {
                -webkit-transform: translate(0, 0) !important;
                transform: translate(0, 0) !important;
                display: none
            }

            .isc-primary-nav label {
                display: none
            }

            .isc-primary-nav .sub-heading {
                display: none
            }

            .isc-primary-nav .toggle-sub {
                margin-right: 0;
                background: transparent;
                margin: 0;
                padding: 1em .4em;
                width: 2.5em
            }

                .isc-primary-nav .toggle-sub:hover {
                    background: transparent;
                    margin: 0;
                    padding: 1em .4em;
                    width: 2.5em
                }

            .isc-primary-nav ul ul {
                position: absolute;
                left: 0
            }

                .isc-primary-nav ul ul .toggle-sub {
                    margin-right: 0;
                    display: none
                }

                .isc-primary-nav ul ul li {
                    float: none;
                    min-width: 13.75em;
                    width: 100%
                }

                    .isc-primary-nav ul ul li a {
                        padding: .5em 3em .5em 1em;
                        color: #104477
                    }

                        .isc-primary-nav ul ul li a:after {
                            right: 0.375em;
                            margin-top: -1.6875em;
                            -webkit-transform: none;
                            transform: none
                        }

                    .isc-primary-nav ul ul li:hover {
                        background-color: #e6e6eb
                    }

                .isc-primary-nav ul ul .subnav {
                    float: left;
                    top: 0;
                    left: 100%;
                    background-color: #e6e6eb;
                    border: 1px solid #d9d9de;
                    border-radius: 0 10px 10px 0;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    display: none !important;
                    top: -10px
                }

            .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:hover > label {
                    color: #ccc
                }

                .isc-primary-nav ul > li:hover > a {
                    -webkit-transition: background-color .25s ease;
                    transition: background-color .25s ease;
                    background: rgba(255,255,255,0.15)
                }

                .isc-primary-nav ul > li:hover > ul {
                    display: block;
                    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
                    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
                    top: 33px
                }

                .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:after {
                content: "";
                clear: both;
                display: block
            }

            .isc-primary-nav ul li#uberNav:hover > .nav-dropdown-column-wrapper-outter {
                display: block;
                -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
                box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
                top: 33px
            }

            .isc-primary-nav ul .subnav {
                top: auto;
                bottom: auto;
                left: -70px;
                width: auto;
                -webkit-transform: none !important;
                transform: none !important;
                min-width: 100%;
                font-size: 1em;
                background-color: #f4f4f8;
                text-transform: none;
                font-weight: normal;
                border-radius: 10px 10px 10px 10px;
                -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,0.25);
                box-shadow: 0 0 4px 1px rgba(0,0,0,0.25);
                padding: 7px 0;
                margin-top: 1px;
                color: red;
                columns: 3;
                -webkit-columns: 3;
                -moz-columns: 3
            }

            .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);
                transform: rotate(-180deg)
            }

        .js .isc-primary-nav .close-all {
            display: none
        }

        .container {
            -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important
        }

        .isc-nav-bar label {
            display: none
        }

        a.cart-link:hover {
            background: rgba(255,255,255,0.15)
        }

        a.cart-link:focus {
            background: rgba(255,255,255,0.15)
        }
    }

    @media all and (min-width: 800px) {
        .isc-primary-nav > ul > li > a {
            padding-left: 2em
        }

        .isc-primary-nav > ul > li > span > a {
            padding-left: 2em
        }
    }

    @media all and (max-width: 767px) {
        [class*="sidebar-"] .ui-lock {
            display: none !important
        }

        [class*="sidebar-"] #nwrap {
            -webkit-transform: translate3d(480px, 0, 0);
            transform: translate3d(480px, 0, 0)
        }

        .isc-primary-nav {
            top: 0;
            padding-top: 3em;
            position: fixed;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition: -webkit-transform .25s ease;
            transition: -webkit-transform .25s ease;
            transition: transform .25s ease;
            transition: transform .25s ease, -webkit-transform .25s ease;
            width: 480px;
            left: -480px
        }

            .isc-primary-nav ul {
                height: 100%;
                overflow: hidden;
                margin-top: 0;
                border: 0
            }

            .isc-primary-nav li a {
                width: 84.2%
            }

            .isc-primary-nav .subnav {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                -webkit-transition: -webkit-transform .25s ease;
                transition: -webkit-transform .25s ease;
                transition: transform .25s ease;
                transition: transform .25s ease, -webkit-transform .25s ease;
                width: 480px;
                left: -480px;
                top: 3em;
                height: auto
            }

                .isc-primary-nav .subnav .subnav {
                    top: 0
                }

                .isc-primary-nav .subnav .toggle {
                    z-index: 1
                }

            .isc-primary-nav .subnav-check:checked .sub-tier-panel {
                -webkit-transform: translate3d(480px, 0, 0);
                transform: translate3d(480px, 0, 0)
            }

            .isc-primary-nav .subnav-check:checked #fof-sub {
                -webkit-transform: translate3d(480px, 0, 0);
                transform: translate3d(480px, 0, 0)
            }

            .isc-primary-nav .active-nav {
                overflow-y: auto
            }

            .isc-primary-nav .sub-heading {
                padding: 1rem;
                margin-top: 0;
                font-size: .875rem;
                line-height: 1.4em;
                white-space: normal
            }

            .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: #e31936;
                top: 0;
                left: auto;
                right: .6rem
            }

            .isc-primary-nav .toggle-sub:before {
                top: 0;
                left: auto;
                right: .6rem;
                line-height: 3.25rem
            }

            .isc-primary-nav .isc-primary-nav-back {
                position: absolute;
                top: 0;
                left: 0;
                width: 3rem;
                height: 3rem
            }

                .isc-primary-nav .isc-primary-nav-back:before {
                    content: "\e604";
                    font-size: 2rem;
                    color: #e31936;
                    top: 0;
                    left: .35rem
                }

                .isc-primary-nav .isc-primary-nav-back.isc-hidden {
                    display: none
                }

        #nwrap {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition: -webkit-transform .25s ease;
            transition: -webkit-transform .25s ease;
            transition: transform .25s ease;
            transition: transform .25s ease, -webkit-transform .25s ease
        }

        #main-nav-check:checked .isc-primary-nav {
            -webkit-transform: translate3d(480px, 0, 0);
            transform: translate3d(480px, 0, 0)
        }

        .isc-primary-nav-top {
            width: 100%;
            height: 3em;
            border-bottom: 1px solid rgba(255,255,255,0.2);
            position: absolute;
            top: 0;
            left: 0
        }

        body:after {
            position: absolute;
            top: 0px;
            right: 0px;
            width: 0px;
            height: 0px;
            content: "";
            opacity: 0;
            background: rgba(0,0,0,0.3);
            -webkit-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-"] {
            position: fixed
        }

            body[class*="sidebar-"]:after {
                width: 100%;
                height: 100%;
                opacity: 1;
                -webkit-transition: opacity 0.3s;
                transition: opacity 0.3s
            }
    }

    @media all and (max-width: 767px) {
        [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 {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
        }

        .isc-primary-nav, .isc-primary-nav .subnav {
            width: 100%;
            left: -100%
        }
    }

    @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: .8rem;
            top: .4rem
        }
    }

    @media all and (max-width: 767px) {
        .hisco_secondary-nav a[href*="contact-us"], .hisco_secondary-nav a[href*="ContactUs"], .hisco_secondary-nav a[href*="QuickOrder"] {
            display: none
        }

        .isc-primary-nav li a {
            color: #104477;
            font-size: 1.2em
        }
    }

    @media all and (min-width: 48em) {
        #HiscoChatNow {
            display: block !important
        }

        #HiscoChatNow > div {
            background-color: transparent !important;
            width: 130px !important;
          
        }

            #HiscoChatNow > div > div {
                top: -16px !important;
            }

                #HiscoChatNow > div > div > p {
                    padding: 5px 10px !important;
                    line-height: 1.6 !important;
                    font-family: 'Lato', sans-serif !important;
                    color: #7e828c !important;
                    font-size: 1em !important;
                    font-weight: bold !important;
                    left: 0 !important
                }

        #HiscoChatNow > div > div > p > strong {
            color: #7e828c !important;
            font-size: 1em !important;
            font-weight: bold !important;
            left: 0 !important;
        }
        #wideNav a[href*="contact-us"], #wideNav a[href*="ContactUs"], #wideNav a[href*="QuickOrder"] {
            display: none
        }

        .isc-primary-nav ul li {
            border-bottom: none
        }

        .isc-primary-nav > ul li:first-child {
            z-index: 1
        }

            .isc-primary-nav > ul li:first-child > ul {
                z-index: -1
            }

        .loader {
            margin: 20em 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);
            transform: translateZ(0);
            -webkit-animation: load8 .5s infinite linear;
            animation: load8 .5s infinite linear;
            z-index: 10
        }

        .loader-content-area {
            position: absolute;
            right: auto;
            left: 50%;
            top: 40%;
            margin-left: -20px
        }

        .loader-container {
            position: fixed;
            padding: 20px;
            right: 50%;
            margin-right: -150px;
            top: 40%;
            margin-top: -7em;
            z-index: 99;
            background-color: white;
            width: auto;
            height: auto;
            border-radius: 10px;
            border: 1px solid #959595;
            -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.33);
            box-shadow: 0px 0px 15px rgba(0,0,0,0.33)
        }

        .loader-bg {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 9
        }

        .closebutton {
            top: 0px;
            right: 0px;
            position: absolute;
            padding: 2px 5px;
            background: #e31936;
            border-radius: 6px;
            color: #fff;
            cursor: pointer
        }

        .loader, .loader:after {
            border-radius: 50%;
            width: 10em;
            height: 10em;
            position: fixed
        }

        @-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)
            }
        }
    }

    .hisco_main-nav {
        padding-top: 27px;
        padding-bottom: 30px
    }

    #uberNav .nav-dropdown-column-wrapper {
        overflow: hidden;
        display: block;
        position: relative;
        width: 615px
    }

    #uberNav .nav-dropdown-column-wrapper-outter {
        margin: 0;
        position: absolute;
        display: none
    }

    #uberNav .nav-dropdown-column {
        display: block;
        margin: 0;
        float: left;
        width: 205px
    }

    #uberNav .nav-dropdown-inner-column {
        top: 0;
        left: 0
    }

    #uberNav .nav-dropdown-column ul {
        display: block;
        position: relative
    }

    #uberNav .nav-dropdown-column li {
        position: relative
    }

    .nav-dropdown-end {
        clear: both
    }

    #uberNav {
        display: block
    }

        #uberNav .sub-tier-panel {
            margin: 0
        }

        #uberNav .nav-item-container a {
            padding-right: 28px
        }

    .container {
        transform: none !important;
        -webkit-transform: none !important
    }

    [role="main"], [role="panel-wrap"] {
        transform: none !important;
        -webkit-transform: none !important
    }

    @media print {
        .item-details .item-opt {
            width: 50%;
            float: right;
            clear: none
        }

        .item-details .price {
            width: 50%;
            float: left;
            clear: none
        }

        ul.item-list.cart-items * {
            margin-top: 0px;
            margin-bottom: 0px;
            padding-top: 0px;
            padding-bottom: 0px
        }

        #product_image_container {
            width: 25%;
            float: left;
            clear: none;
            margin-top: -200px;
        }

        .print-item-details {
            width: 75%;
            float: right;
            clear: none;
            margin-top: 0px;
        }

        .item-num {
            width: 100%;
            float: right;
            clear: none;
        }

        .print-pd-container {
            width: 100%;
            clear: none;
            height: 50%;
        }

        .um-qty-wrap {
            margin-top: 20px;
        }

        

    }

    @media all and (min-width: 48em) {
        .isc-primary-nav ul li {
            border-bottom: none
        }

        .isc-primary-nav .toggle-sub {
            color: #092742
        }
    }

    @media all and (max-width: 767px) {
        nav ul:not(.side-nav) li i {
            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
        }

        [role="customer-info"] .welcome, [role="customer-info"] .customer, [role="customer-info"] .shipto {
            display: none
        }
    }

    @media all and (min-width: 768px) {
        [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 (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
    }

    @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: .95em !important;
        position: absolute !important;
        top: -4px !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
    }

    .hisco_header {
        position: relative;
        z-index: 2;
        background-color: #fff
    }

    .secondary-nav-wrap {
        background-color: #f4f4f8;
        padding: 5px 0
    }

    nav .hisco_secondary-nav {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 0.875em;
        font-weight: bold;
        margin-bottom: 0;
        height: 30px
    }

        nav .hisco_secondary-nav > li:first-child {
            padding-left: 0
        }

        nav .hisco_secondary-nav a {
            line-height: 20px
        }

            nav .hisco_secondary-nav a:link, nav .hisco_secondary-nav a:visited {
                color: #7e828c;
                padding: 5px 9px
            }

            nav .hisco_secondary-nav a:active {
                color: #7e828c;
                padding: 5px 9px
            }

        nav .hisco_secondary-nav > li {
            float: left
        }

    @media all and (max-width: 767px) {
        nav .hisco_secondary-nav > li:not(.menu-toggle):not(.sign-in):not(.my-account) {
            display: none
        }
    }

    nav .hisco_secondary-nav > li .my-account-dropdown {
        width: auto
    }

        nav .hisco_secondary-nav > li .my-account-dropdown li:hover a {
            color: #fff
        }

    nav .hisco_search-cart {
        margin-bottom: 0;
        height: 30px
    }

    @media all and (min-width: 768px) {
        nav .hisco_search-cart {
            text-align: right
        }
    }

    nav .hisco_search-cart a:link, nav .hisco_search-cart a:visited {
        color: #7e828c !important;
        padding: 0 9px;
        float: left;
        height: 28px
    }

    nav .hisco_search-cart a:active {
        color: #7e828c;
        padding: 0 9px;
        float: left
    }

    nav .hisco_search-cart > li {
        list-style: none;
        float: none;
        display: inline-block
    }

    @media all and (min-width: 768px) {
        nav .hisco_search-cart li.menu-toggle, nav .hisco_search-cart li.search-button {
            display: none
        }
    }

    @media all and (max-width: 767px) {
        nav .hisco_search-cart li.search-container {
            display: none !important
        }
    }

    .menu-toggle .toggle {
        position: relative;
        margin-right: 10px;
        line-height: 20px
    }

    @media all and (min-width: 48em) {
        .menu-toggle {
            display: none
        }
    }

    a.sign-in-link:link, a.sign-in-link:visited {
        color: #fff;
        line-height: 21px
    }

    .autocomplete-suggestions, .k-animation-container {
        cursor: pointer;
        overflow: auto;
        font-size: 0.9em
    }

    .autocomplete-suggestion, .shortDescription {
        padding: 2px 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .autocomplete-selected, .k-state-hover.k-item {
        background: #F0F0F0
    }

    .autocomplete-suggestions strong {
        font-weight: normal;
        color: DodgerBlue
    }

    .k-list-container {
        background: #FFF;
        -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);
        border: 1px solid #BBB;
        max-width: 620px
    }

        .k-list-container .k-list {
            margin: 1em;
            list-style: none
        }

            .k-list-container .k-list .k-item {
                padding: 5px
            }

            .k-list-container .k-list ul {
                margin: 1em 0;
                list-style: none
            }

            .k-list-container .k-list .image {
                float: left;
                margin-right: 5px;
                width: 50px;
                height: 50px;
                border: 1px solid #BBB
            }

            .k-list-container .k-list .shortDescription {
                color: #104477;
                padding: 0;
                display: block
            }

            .k-list-container .k-list .name {
                font-size: 12px
            }

                .k-list-container .k-list .name .label {
                    display: none
                }

            .k-list-container .k-list .manufacturer-item-number {
                display: none
            }

        .k-list-container .search-history-label, .k-list-container .clear-search-history {
            padding: 3px 13px;
            color: #104477
        }

        .k-list-container .header {
            font-style: italic;
            font-size: 13px
        }

        .k-list-container .group-category__title {
            color: #104477
        }

        .k-list-container .parent-category {
            font-style: italic;
            font-size: 13px;
            margin-left: 5px
        }

        .k-list-container .group-category {
            padding: 5px
        }

    #selectShipTo-list, #selectBillTo-list, #qo-search-view-list {
        top: 40px
    }

    @media all and (-ms-high-contrast: none) {
        *::-ms-backdrop, #selectShipTo-list, #selectBillTo-list, #qo-search-view-list {
            top: 0
        }
    }

    .product-list .left-nav-2 {
        margin: 0;
        margin-bottom: 3em;
        background: #F6F6F6;
        border: 1px solid #E1E1E1;
        border-radius: 0 20px 0 0
    }

        .product-list .left-nav-2 h2 {
            font-size: 19.5px
        }

        .product-list .left-nav-2 .nav-head .accordion {
            margin-bottom: 0
        }

            .product-list .left-nav-2 .nav-head .accordion .accord-head a {
                font-size: 15px
            }

                .product-list .left-nav-2 .nav-head .accordion .accord-head a:before {
                    content: none;
                }

            .product-list .left-nav-2 .nav-head .accordion .accord-content li {
                margin: 0;
                padding: 0;
                font-size: 12.75px;
                line-height: 22px
            }

    .product-list .ln2-wrap .nav-head ul li {
        padding: .6em 0;
        line-height: 1.2em;
        margin-bottom: 0;
        padding-left: 3px
    }

    @media all and (max-width: 959px) {
        .product-list .ln2-wrap .nav-head ul li a {
            font-size: 12px;
            line-height: 14.4px
        }
    }

    .product-list .ln2-wrap .nav-head .sub-cat-list  ul li {
        margin-bottom: 0;
        padding: .4em 0 .4em 3px
    }

        .product-list .ln2-wrap .nav-head .sub-cat-list  ul li a {
            text-decoration: none
        }

            .product-list .ln2-wrap .nav-head .sub-cat-list  ul li a:before {
                font-family: 'good-oatmeal-v2';
                content: "\e011";
                margin-right: .5em
            }

    .mnm-qty {
        line-height: 1.2em;
        margin-bottom: 0;
        width: 100%;
        font-size: 0.875em
    }

        .mnm-qty span {
            display: block
        }

            .mnm-qty span.min-qty {
                display: inline-block
            }

    .item-details .item-name a {
        font-weight: bold
    }

    .product-icons {
        clear: both;
        margin: -.5em 0 .45em
    }

    .product-list .pl4-cm {
        margin-bottom: 1.5em
    }

    .product-list .product-icons-list ul {
        list-style: none
    }

    .product-list .item-block .price span {
        margin: 0 0
    }

    .product-list .price-saving {
        display: block
    }

    @media all and (min-width: 768px) {
        .product-list .actions-panel .action button {
            float: right;
            margin: 0 0 1em 1em
        }
    }

    @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 .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 h1 {
            font-weight: 600;
            margin-top: 0;
            font-size: 19.5px
        }

        .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: .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;
        overflow: auto;
        max-height: 300px;
        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: 1em;
        padding-top: .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 {
                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 {
                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: .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 .clear-all a {
        font-size: 0.875em
    }

    .product-list .f-cat .btn {
        padding: 5px 0;
        font-size: .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 a.compare-link {
        font-size: .875em;
        padding: .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;
            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;
            margin-right: .25em;
            font-size: 1.5em;
            position: relative;
            top: 3px
        }

    .product-list .vm-list .compare-link {
        width: 100%;
        text-align: center
    }

    .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: .8em;
            line-height: 1.5em;
            display: none
        }

    .product-list #choosecolumns.f-dropdown.content {
        padding: .75em 1em .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: .4em;
        left: .4em
    }

    .product-list .vm-table .viewmode-selector button.btn-columns {
        display: inline-block;
        margin: 0;
        margin-left: .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: .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: .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: .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 .viewmode-selector {
            display: inline-block;
            margin-bottom: .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 .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: 2em !important
        }

        .product-list .vm-list div.item-details div.item-inf-wrapper {
            float: left;
            width: 65%;
            margin-bottom: 1em
        }

        .product-list .vm-list .item-block .item-thumb {
            margin-bottom: 0
        }

        .product-list .vm-list .item-block .product-icons-list {
            display: inline-block
        }

        .product-list .vm-list .item-block ul.attribute-list li {
            line-height: 1.3em;
            padding: 0;
            margin-bottom: .25em
        }

        .product-list .vm-list .item-block .item-price {
            text-align: right
        }

            .product-list .vm-list .item-block .item-price label, .product-list .vm-list .item-block .item-price .line-break {
                display: none
            }

            .product-list .vm-list .item-block .item-price .price-old {
                margin-left: 8px;
                margin-right: 5px
            }

        .product-list .vm-list .item-list .item-block .item-price {
            float: right;
            width: 35%;
            margin-bottom: 50px
        }

        .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%
            }

            .product-list .vm-grid .item-details .product-icons-list {
                display: inline-block
            }

        .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 .actions-panel .item-actions {
            position: absolute;
            z-index: 5000
        }

            .product-list .vm-grid .actions-panel .item-actions.open {
                -webkit-box-shadow: 3px 6px 5px 0 rgba(0,0,0,0.2);
                box-shadow: 3px 6px 5px 0 rgba(0,0,0,0.2)
            }

        .product-list .vm-grid .item-list .item-actions .action a {
            width: 100%
        }

        .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: .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-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 .product-table-view {
            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 > thead tr {
                background-color: #f2f2f2
            }

                .product-list .vm-table .tv-table > thead tr th[class^="tv-attr"] {
                    width: 20%
                }

            .product-list .vm-table .tv-table > thead th {
                font-size: 12px;
                border-left: 1px solid #d9d9d9
            }

            .product-list .vm-table .tv-table > tbody tr:nth-of-type(odd) {
                background-color: #fff
            }

            .product-list .vm-table .tv-table > tbody td {
                font-size: 12px;
                border-left: 1px solid #d9d9d9
            }

                .product-list .vm-table .tv-table > tbody td.button-cell {
                    vertical-align: bottom;
                    padding: 0;
                    text-align: right
                }

        .product-list .vm-table .tv-description {
            width: 46%
        }

        .product-list .vm-table .item-name {
            display: inline-block;
            margin-bottom: .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: .5em
        }

        .product-list .vm-table .tv-availability label {
            width: 80px;
            font-size: 85%
        }

        .product-list .vm-table .tv-price {
            width: 100px;
            text-align: right
        }

        .product-list .price-sale + .price-old {
            display: block
        }

        .product-list .vm-table .tv-um {
            width: 100px
        }

        .product-list .vm-table .tv-action {
            vertical-align: bottom;
            padding-bottom: 0;
            width: 60px;
            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;
            -webkit-transition: all .125s ease;
            transition: all .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%
        }
    }

    @media all and (min-width: 920px) {
        .product-list .vm-grid .item-block {
            width: 33.3333%
        }
    }

    @media all and (min-width: 1235px) {
        .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
    }

    @media all and (min-width: 767px) {
        .product-list .vm-table .item-actions {
            border: 0;
            display: none
        }
    }

    .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: -.5em
    }

    .product-list .vm-table .btn.primary.btn-view-details:hover:before {
        color: rgba(255,255,255,0.8)
    }

    .product-list .tv-table .item-actions-wrap {
        float: right;
        width: 25%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        height: auto;
        max-height: 0;
        overflow: hidden
    }

    .product-list .vm-table .tv-table .item-actions-wrap {
        width: 100%
    }

        .product-list .vm-table .tv-table .item-actions-wrap .uom-selector {
            font-size: 14px
        }

    .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 .vm-table .item-actions-wrap .action a {
        width: auto
    }

        .product-list .vm-table .item-actions-wrap .action a.btn-add-list {
            width: auto;
            float: right;
            margin: 0 0 1em 1em
        }

    .product-list .table-panel-visible .item-actions-wrap {
        max-height: none
    }

    .product-list .info-tbl td.tv-last-column {
        padding-right: 0;
        vertical-align: bottom;
        text-align: right;
        padding-bottom: 0
    }

    .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: .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: .5em;
        font-weight: bold;
        margin-bottom: .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: .875em;
            padding: .5em .75em;
            position: relative;
            display: inline-block;
            text-decoration: none;
            width: 48%;
            height: 30px
        }

        .product-list .compare-buttons .btn-clear {
            line-height: 1em;
            padding: .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: .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: .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: .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: .5em;
        font-weight: bold;
        margin-bottom: .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: .875em;
        padding: .5em .75em;
        position: relative;
        display: inline-block;
        text-decoration: none;
        width: 48%;
        height: 30px
    }

    .product-list .compare-buttons .btn-clear {
        line-height: 1em;
        padding: .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: .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: .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: .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: .5em;
        font-weight: bold;
        margin-bottom: .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: .875em;
        padding: .5em .75em;
        position: relative;
        display: inline-block;
        text-decoration: none;
        width: 48%;
        height: 30px
    }

    .product-list .compare-buttons .btn-clear {
        line-height: 1em;
        padding: .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: .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: .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: .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: .5em;
        font-weight: bold;
        margin-bottom: .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: .875em;
        padding: .5em .75em;
        position: relative;
        display: inline-block;
        text-decoration: none;
        width: 48%;
        height: 30px
    }

    .product-list .compare-buttons .btn-clear {
        line-height: 1em;
        padding: .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: .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: .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: .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: .25em;
        padding-bottom: .25em;
        padding-right: .75em
    }

    @media all and (min-width: 768px) {
        .product-list .item-list .item-actions .um-pack select, .product-list .item-actions .um-pack select {
            overflow: visible;
            margin-right: 0
        }
    }

    @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 .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
    }

    .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
        }

            .product-list .search-within-search .search-container .search-input {
                width: 75%;
                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: 20%;
                padding-left: .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
                }

    table.child-products .footable-row-detail-row:last-child {
        border-left: none;
        border-right: none;
        caption-side: bottom
    }

        table.child-products .footable-row-detail-row:last-child .footable-row-detail-name {
            display: none
        }

    .item-list {
        list-style-type: none;
        margin: 0;
        float: left;
        width: 100%
    }

        .item-list.cart-items .price {
            display: inline-block
        }

        .item-list.cart-items .item-opt {
            width: auto
        }

        .item-list .item-block {
            padding: 1em 0 0 0;
            margin: 0;
            width: 100%;
            float: left;
            background: #fff;
            border-bottom: 1px solid #d9d9d9;
            border-collapse: collapse
        }

    @media all and (min-width: 768px) {
        .item-list {
            padding-left: 0;
            padding-right: 0
        }
    }

    .item-list .item-block .item-details > div {
        margin-bottom: .5em
    }

    .item-list .item-block div.price div.quantity-pricing {
        display: inline-block;
        margin-left: 1em;
        font-size: 0.875em
    }

    .item-block .item-thumb {
        width: 25%;
        max-width: 160px;
        margin-bottom: 1em;
        float: left;
        position: relative;
        font-size: 12px;
        line-height: 120%
    }

    @media all and (max-width: 767px) {
        .item-block .item-thumb {
            padding-left: 0 !important
        }
    }

    ul.attribute-list {
        margin-bottom: 1em;
        display: inline-block
    }

        ul.attribute-list li {
            padding-right: 30px;
            display: table-row
        }

        ul.attribute-list span.attrib-name {
            width: auto;
            max-width: 100%;
            clear: none;
            padding-right: .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: .875em
        }

    .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 2em !important;
            margin-bottom: 0
        }

        #cartgrid .item-details {
            margin-bottom: 2em
        }
    }

    div.remove a.btn {
        color: SlateGray
    }

    .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.25em;
        line-height: 1.25em
    }

    .item-block .item-num, ul.attribute-list, .item-details .item-num, .qo-item .item-num {
        font-size: 12px;
        font-weight: normal;
        color: #666
    }

    .item-block ul.attribute-list {
        margin-bottom: 1em;
        clear: both;
        max-width: 65%
    }

    .item-actions {
        border: 1px solid #E0E0E0
    }

    [role="cross-sells"] .item-actions {
        border-top: 2px solid #E0E0E0
    }

    [role="cross-sells"] .actions-panel {
        padding-top: .5em
    }

        [role="cross-sells"] .actions-panel .action {
            float: none
        }

    .item-block .item-opt .um {
        margin-bottom: .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 {
        display: inline-block;
        vertical-align: middle;
        text-align: right;
        margin-bottom: 0
    }

    .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 .sort-list .sorting-select {
        width: 36%;
        min-width: 125px
    }

    .paginator-34 .results-list .per-page-select {
        width: 36%
    }

    .actions-panel {
        position: relative;
        float: right;
        width: 100%;
        margin-top: 15px;
    }

        .actions-panel .item-actions {
            max-height: 0;
            overflow: hidden;
            margin: 0 !important;
            border-bottom: 0;
            -webkit-transition: all 1s ease;
            -webkit-transition: all .5s;
            transition: all .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%
    }

        .actions-panel .item-actions .item-actions-wrap .mnm-qty {
            margin-bottom: 1em
        }

    [role="cross-sells"] .actions-panel .item-actions.open {
        margin-bottom: .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: .75em;
        text-align: right;
        margin-bottom: 0
    }

    [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 !important
    }

    [role="cross-sells"] .actions-panel a.btn.primary.btn-view-details, .cross-sells .actions-panel a.btn.tertiary {
        height: 45px;
        text-indent: -9999px;
        width: 45px !important
    }

    [role="cross-sells"] .actions-panel a.btn-view-details:after {
        font-size: 20px;
        -moz-osx-font-smoothing: grayscale;
        top: 14px;
        right: 11px
    }

    .add-to-cart-message {
        text-align: center;
        font-size: 10px;
        margin-top: 1em;
        margin-bottom: 1em;
        border: 1px solid #eaeaea;
        padding: 0.5em
    }

    .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: 2em;
        height: 2em;
        line-height: 2em;
        font-size: 1.5em;
        padding: 0;
        float: right;
        text-indent: -99999px;
        position: relative;
        min-width: 0;
        z-index: 4
    }

    View Details .btn.primary.btn-view-details:after {
        font-size: 1em;
        text-align: center;
        top: 0;
        left: 14px !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: .4em;
        -moz-osx-font-smoothing: grayscale;
        line-height: inherit;
        top: -13px;
        right: -15px
    }

    a.btn.primary.btn-view-details {
        font-size: 14px;
        height: 2.5em;
        line-height: 110%;
        background: #E31936;
        width: auto !important;
        text-align: center;
        vertical-align: middle;
        padding: .75em 2em .75em 1em;
        position: relative;
        text-indent: 0
    }

    a.btn-view-details:after {
        content: "\e012" !important;
        color: #fff;
        font-family: 'good-oatmeal-v2';
        font-size: 16px;
        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: 10px;
        right: 5px;
        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: -2em
        }

        a.btn.primary.btn-view-details {
            top: -2.5em !important
        }

        .actions-panel a.btn.tertiary {
            position: absolute;
            top: -2.5em
        }
    }

    .item-actions {
        position: relative;
        width: 100%
    }

    .item-opt .item-subtotal {
        float: right;
        clear: right;
        min-width: 110px;
        min-height: 10px
    }

    .item-actions > * {
        line-height: 1.95em;
        font-size: 1em
    }

    .item-actions-wrap {
        text-align: right;
        margin-bottom: .8em
    }

    .item-actions .um-pack, .item-actions .item-qty {
        float: none;
        display: inline-block;
        vertical-align: top;
        font-size: 1em;
        margin-bottom: .8em
    }

    .item-actions .item-qty {
        text-align: right;
        margin-left: 1em
    }

    .item-actions .um-pack + .item-actions .item-qty {
        width: 45%
    }

    .item-actions .um-pack {
        text-align: left
    }

    @media all and (max-width: 767px) {
        .item-actions .item-qty {
            float: right
        }

        .item-actions .um-pack {
            margin-bottom: 0.5em !important
        }
    }

    [role="cross-sells"] .item-actions .um-pack {
        margin-bottom: 0
    }

    [role="cross-sells"] .item-actions .item-qty {
        margin-left: 0
    }

    .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.875em
    }

    .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
        }
    }

    @media all and (min-width: 768px) {
        .item-actions .um-pack select {
            overflow: hidden;
            text-overflow: ellipsis
        }
    }

    .item-actions .um-pack span, .item-actions .um-pack label {
        margin-top: .25em
    }

    .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 input {
        max-width: 85px;
        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;
        margin-bottom: .5em
    }

    .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: #f2f2f2
    }

    ul.attribute-list {
        list-style-type: none;
        margin-bottom: 0;
        margin-left: 0
    }

    .attrib-name {
        font-weight: 700
    }

    .price-sale {
        color: inherit;
        font-weight: 600
    }

    .price-old {
        text-decoration: line-through;
        color: #b2b2b2
    }

    .item-num {
        color: #868686;
        margin-bottom: 1em
    }

        .item-num span {
            display: inline-block;
            margin-right: .46875em;
            font-size: 12px;
            line-height: 1.2em
        }

            .item-num span:before {
                content: "/";
                padding-right: .9375em
            }

            .item-num span:first-child:before {
                content: none
            }

    .item-num-interchange ul {
        list-style: none;
        display: inline-block;
        margin-left: 0;
        margin-bottom: 0;
        line-height: 1.2em
    }

    .item-num-interchange li {
        display: inline-block
    }

        .item-num-interchange li + li:before {
            content: ", "
        }

    .edit-item-num-my {
        margin-left: 0.5em
    }

        .edit-item-num-my:hover, .edit-item-num-my:focus {
            text-decoration: underline
        }

    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;
        overflow-y: auto;
        display: table
    }

        ul.attribute-list span {
            display: block
        }

            ul.attribute-list span.attrib-name {
                padding-right: 2.5em;
                font-weight: bold;
                display: table-cell
            }

            ul.attribute-list span.attrib-value {
                display: table-cell
            }

    .availability-title {
        font-weight: bold;
        display: inline
    }

    .item-block .price span, .item-wrap .price span, .qo-item .price span {
        display: inline-block;
        font-size: 1em;
        margin: 0 0.5em 0 0
    }

    .item-block .item-opt .um label, .item-block .item-opt .item-qty label {
        display: inline-block;
        padding-right: 0.5em;
        font-size: .875em;
        line-height: 2.5em
    }

    .item-price .price, .item-price .um {
        width: auto;
        vertical-align: top
    }

    .product-comparison .item-num {
        width: 100%
    }

    .cl1-wrapper .cat-img, .cl1-wrapper .cat-cm {
        display: inline-block;
        width: 100%;
        max-width: 678px;
        overflow: hidden;
        margin-bottom: 1em;
        padding-top: 1em
    }

    .cl1-wrapper .cat-list {
        float: left;
        clear: left;
        width: 100%
    }

    .cl1-wrapper .cat-block {
        width: 100%;
        float: left;
        padding: 0;
        margin-bottom: 1em;
        border-bottom: 1px solid #f2f2f2;
        background: #fff;
        margin-left: 0;
        margin-right: 0
    }

        .cl1-wrapper .cat-block:first-child {
            padding-top: 0
        }

        .cl1-wrapper .cat-block:last-child {
            border-bottom: none
        }

    .cl1-wrapper .cat-block-wrap {
        float: left;
        border-bottom: 1px solid #f2f2f2;
        margin-bottom: 1em;
        width: 100%
    }

.cat-block-wrap.full-width .cat-block-img {
    padding: 0;
    text-align: center;
}

    .cl1-wrapper .cat-block-wrap.full-width:last-child {
        border-bottom: none
    }

    .cl1-wrapper .cat-block-wrap.half-width:nth-child(odd) {
        clear: left
    }

    .cl1-wrapper .cat-block-wrap.half-width:nth-child(even) {
        clear: right
    }

    .cl1-wrapper .cat-block-wrap:after, .cl1-wrapper .cat-block-wrap:before {
        content: " ";
        display: table
    }

    .cl1-wrapper .cat-block-wrap.half-width {
        width: 100%;
        min-height: 70px;
        border: 1px solid #f2f2f2;
        padding: 0.46875em
    }

        .cl1-wrapper .cat-block-wrap.half-width .cat-block-img {
            padding: 0;
            width: 23%
        }

        .cl1-wrapper .cat-block-wrap.half-width .cat-block-detail {
            width: 77%
        }

    .cat-block-wrap.half-width .cat-list-title {
        display: table-cell;
        height: 70px;
        vertical-align: middle;
        font-weight: 500;
        font-size: 1em
    }

    .cl1-wrapper .cat-block span {
        display: inline-block;
        vertical-align: middle;
        white-space: normal;
        font-size: 1.5em;
        margin-bottom: .25em
    }

    .cat-list-title a, .cat-list-title a:link, .cat-list-title a:visited, .cat-list-title a:active {
        color: #666666;
        text-decoration: none
    }

    ul.cat-list-links {
        list-style-type: none;
        -webkit-column-count: 1;
        column-count: 1;
        font-size: .85em
    }

    .cl1-wrapper .cat-block a {
        display: inline-block;
        white-space: initial
    }

        .cl1-wrapper .cat-block a img {
            max-height: 70px;
            font-size: 12px;
            line-height: 110%
        }

    .cl1-wrapper .cat-sep, .cl1-wrapper .cat-row-sep {
        display: none
    }

    @media all and (min-width: 480px) {
        ul.cat-list-links {
            -webkit-column-count: 2;
            column-count: 2
        }
    }

    @media all and (min-width: 710px) {
        .cl1-wrapper .cat-block-wrap.half-width {
            width: 50%
        }

            .cl1-wrapper .cat-block-wrap.half-width:nth-child(even) {
                border-left: none
            }
    }

    @media all and (min-width: 768px) {
        .cl1-wrapper {
            width: 61%;
            padding-right: 0
        }

            .cl1-wrapper .cat-img, .cl1-wrapper .cat-cm {
                padding-top: 0
            }

        ul.cat-list-links {
            padding-left: 1em;
            font-size: .85em
        }
    }

    @media all and (min-width: 957px) {
        .cl1-wrapper {
            width: 70%;
            padding-right: 0
        }

            .cl1-wrapper .cat-block {
                width: 100%
            }

                .cl1-wrapper .cat-block:nth-child(even) span {
                    clear: left
                }
    }

    @media all and (max-width: 767px) {
        .cl1-wrapper {
            padding: 0
        }

            .cl1-wrapper .cat-block a {
                font-size: 1.2em;
                line-height: 1.5em
            }
    }

    .accordion input.accord-check {
        display: none
    }

    ul.category-list .accordion label.accord-head {
        background: transparent;
        border: none;
        color: inherit;
        font-weight: 600;
        cursor: pointer;
        display: block;
        margin: 0;
        padding: 0;
        z-index: 20;
        margin-left: -1.5em
    }

    .accordion label.accord-head a {
        display: inline-block;
        padding-left: 1.5em
    }

    #tst_productList_left_nav div.n-filter .accordion input.accord-check:checked + label.accord-head:after {
        content: "\e62c";
    }

    .category-list li.accordion label.accord-head:before {
        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: block;
        width: auto;
        height: auto;
        line-height: inherit;
        vertical-align: baseline;
        background-image: none;
        background-position: 0 0;
        background-repeat: repeat;
        content: "\e62d";
        font-size: 1.2em;
        line-height: 1.2em;
        position: absolute
    }

    ul.category-list .accordion input.accord-check:checked + label.accord-head:before {
        content: "\e62c"
    }

    ul.category-list li.accordion label.accord-head:after, .category-list .accordion input.accord-check:checked + label.accord-head:after {
        content: none
    }

    .accordion ul.accord-content {
        height: 0;
        overflow: hidden;
        visibility: hidden;
        z-index: 10;
        margin-top: -1px
    }

        .accordion ul.accord-content:before, .accordion ul.accord-content:after {
            content: " ";
            display: table
        }

    .accordion article.accord-content:after {
        clear: both
    }

    .accordion input.accord-check:checked ~ ul.accord-content {
        height: auto;
        overflow: visible;
        visibility: visible;
        margin-bottom: .125em
    }

    .accordion input.accord-check:checked ~ ul.accord-content {
        font-size: .85em
    }

    .manufacturer-logo {
        margin: 0 0 .75em;
        line-height: 0
    }

    .left-nav-2 .manufacturer-logo {
        margin: 1.5em 1.5em .75em;
        line-height: 0
    }

    @media all and (min-width: 768px) {
        .si-form {
            border-right: 1px solid #d9d9d9
        }
    }

    @media all and (min-width: 1040px) {
        .si-form {
            padding-right: 2em
        }

        .si-acct {
            padding-left: 2em
        }
    }

    .sign-in h3, .sign-in h3 {
        color: #104477
    }

    .reveal-modal {
        height: 0;
        padding: 0;
        background: none;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: center;
        width: 90%
    }

        .reveal-modal .modal-wrap {
            background-color: white;
            padding: 2.75em 1.25em 1.25em 1.25em;
            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 all and (max-width: 767px) {
        .reveal-modal {
            left: 5%;
            min-height: 1em
        }
    }

    .reveal-modal .modal-wrap > h1, .reveal-modal .modal-wrap > h2 {
        margin-top: 0;
        width: 80%
    }

    .reveal-modal .modal-wrap .message {
        margin-bottom: 1.5em;
        font-size: 14px
    }

    #tst_addToCartPopup, #AddToCartNoInventory, #AddAllToCartPopup, .modal-wrap {
        max-width: 480px
    }

        #tst_addToCartPopup, #AddToCartNoInventory, #AddAllToCartPopup, .modal-wrap h4 {
            display: none
        }

    .popup-add-wishlist .modal-wrap {
        max-width: 480px
    }

    .popup-add-wishlist .thor {
        margin-bottom: .5em;
        margin-top: -.75em;
        font-weight: bold;
        font-style: italic;
        text-transform: uppercase
    }

    .popup-add-wishlist .modal-wrap .message {
        margin-bottom: 0
    }

    .popup-add-wishlist .columns {
        padding-left: 0
    }

    @media all and (min-width: 768px) {
        .popup-add-wishlist .large-7.columns {
            padding-right: 0
        }
    }

    .popup-create-wishlist .modal-wrap {
        max-width: 480px
    }

    .popup-delete-wishlist-confirm .modal-wrap {
        max-width: 480px
    }

    .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 .btns .btn {
            width: 100%;
            margin: 0 0 1em 0
        }
    }

    .popup-security-code .modal-wrap {
        max-width: 660px
    }

    .popup-share .modal-wrap {
        max-width: 480px
    }

        .popup-share .modal-wrap textarea {
            height: 150px
        }

    .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;
        padding: 0 9px;
        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
        }

    .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 ul.cart-items .price {
            display: inline-block
        }

        .checkout-cart ul.cart-items .item-opt {
            width: auto
        }

    .checkout-cart .cart-right {
        margin-bottom: 1.5em
    }

    .checkout-cart .cart-left .btns {
        margin: 1.5em 0
    }

    @media all and (min-width: 768px) {
        .checkout-cart .cart-left .btns.btn-continue-shopping {
            display: inline-block !important
        }
    }

    .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: .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 .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
    }

    @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
        }
    }

    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;
            background-color: #b7142c;
            color: #fff;
            padding: 5px 6px;
            border-radius: 60px;
            line-height: 8px;
            font-weight: bold
        }

            div.remove a.btn .foundicon-remove:before {
                content: "\e000";
                font-size: 0.7em
            }

    @media all and (min-width: 768px) {
        div.remove {
            margin-right: -.25em
        }
    }

    .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
    }

    @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;
            clear: both
        }

        .checkout-addresses .ship-select {
            min-height: 110px;
            display: inline-block
        }

        .checkout-addresses .bill-to {
            float: left;
            width: 42%;
            padding-top: 0 !important;
            padding-right: 2em
        }

        .checkout-addresses .ship-to {
            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: .875em;
            min-height: 109px;
            margin-bottom: 0
        }

        .checkout-addresses .same-as-billto {
            margin-bottom: .75em
        }

        .checkout-addresses .select-address {
            margin-bottom: 1em
        }
    }

    @media all and (min-width: 768px) {
        .checkout-addresses .ship-to .title, .checkout-addresses .bill-to .title {
            display: none
        }
    }

    .checkout-addresses .ship-select {
        display: block;
        min-height: 1px
    }

    .checkout-addresses .required-msg {
        min-height: 1px
    }

    .checkout-review-pay .ship-method select {
        width: 100%
    }

    .checkout-review-pay .ship-method .btn {
        float: right
    }

    @media all and (max-width: 767px) {
        .checkout-review-pay .ship-method .btn {
            width: 100%;
            float: none
        }
    }

    .checkout-review-pay .payment-details .promo-code2::after {
        clear: both;
        content: "";
        display: block
    }

    .checkout-review-pay .payment-details .btn {
        float: right
    }

    @media all and (max-width: 767px) {
        .checkout-review-pay .payment-details .btn {
            width: 100%;
            float: none
        }
    }

    .checkout-review-pay .review-pay-form:before {
        content: " ";
        display: table
    }

    .checkout-review-pay .review-pay-form:after {
        content: " ";
        display: table;
        clear: both
    }

    .checkout-review-pay .return-link {
        margin: 1.5em 0
    }

    .checkout-review-pay .checkout-head h1 {
        display: inline-block;
        margin-right: 1em
    }

    #reviewAndPayForm > div > div > div > h3 {
        clear: both;
        /*padding-top: .5em;*/
    }

    .ship-complete input {
        margin-right: 5px
    }

    .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 {
        float: left;
        margin-bottom: 1em
    }

    .shipment-group-details {
        list-style-type: none;
        border-bottom: 1px solid #d9d9d9;
        border-collapse: collapse;
        background: #fff;
        padding: 1em
    }

    .ship-group {
        border: 1px solid lightgray;
        margin: 1em
    }

    .ship-group-left {
        float: left;
        clear: left;
        font-size: 1.1em;
        padding-bottom: .5em;
        width: 45%;
        font-weight: bold
    }

    .ship-group-right {
        float: right;
        clear: right;
        font-size: 1.1em;
        padding-bottom: .5em;
        width: 45%;
        text-align: left;
        font-weight: bold
    }

    .ship-group-tbl, .ship-group-head {
        width: 100%
    }

    .ship-group-error {
        color: #e31936;
        border: 1px solid #e31936;
        padding: .5em 1em;
        margin: .5em;
        font-size: 14px;
        font-weight: bold;
        text-align: center
    }

    .ship-group-item {
        display: inline-block
    }

    @media all and (max-width: 767px) {
        .checkout-review-pay .order-bill-ship .bill-info, .checkout-review-pay .order-bill-ship .ship-info {
            width: 100%
        }
    }

    .checkout-review-pay .ship-method, .checkout-review-pay .payment-details {
        margin-bottom: 1em
    }

    .checkout-review-pay .paypal {
        margin: .25em 0 1em 0
    }

    td.ship-group-control {
        color: #ffffff;
        background-color: #104477;
        cursor: pointer;
        text-align: center;
        width: 8%
    }

    table tr {
        background: #ffffff
    }

    .table-toggle:before {
        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";
        font-size: 1.2em;
        line-height: 1.2em
    }

    tr.shown .table-toggle:before {
        content: "\e62c"
    }

    tr.shown td.ship-group-control {
        color: #104477;
        background-color: #ffffff
    }

    @media all and (max-width: 640px) {
        .ship-group-left, .ship-group-right {
            width: 100%
        }
    }

    @media all and (min-width: 768px) {
        .checkout-review-pay .ship-option-left {
            float: left;
            width: 45%
        }

        .checkout-review-pay .ship-method {
            float: left;
            margin-bottom: 1em
        }

        .checkout-review-pay .promo-wrap {
            float: right;
            margin-bottom: 1em;
            width: 45%
        }

        .checkout-review-pay .payment-details {
            float: right;
            margin-bottom: 1em;
            width: 45%
        }

        .checkout-review-pay .payment-details-so {
            float: left;
            margin-bottom: 1em
        }

        .checkout-review-pay .order-summary, .checkout-review-pay .order-summary-2 {
            float: left;
            clear: both;
            width: 100%
        }

        .checkout-review-pay .order-summary-2-bottom {
            float: left;
            clear: both;
            width: 50%
        }

        .checkout-review-pay .order-summary-so {
            float: right;
            clear: right;
            width: 50%
        }

            .checkout-review-pay .order-summary-so .order-subtotal {
                margin-top: 0
            }

        .checkout-review-pay .ship-option-bottom-content {
            float: left;
            width: 45%;
            border: 1px solid #dcdcdc;
            padding: 1em;
            margin-left: 1em
        }

        .checkout-review-pay .order-notes-total {
            float: right;
            margin-bottom: 1em;
            width: 50%
        }

        .item-block .item-opt {
            width: 45%
        }

        .closebutton {
            top: 0px;
            right: 0px;
            position: absolute;
            padding: 2px 5px;
            background: #e31936;
            border-radius: 6px;
            color: #fff;
            cursor: pointer
        }

        .loading-message {
            margin-top: 33%;
            text-align: center;
            font-weight: bold
        }
    }

    @media all and (min-width: 768px) and (max-width: 959px) {
        .checkout-review-pay .promo-code {
            font-size: .875rem;
            margin-top: 1.5em;
            padding-top: 1em;
            border-top: 1px solid #d5d5d5
        }

            .checkout-review-pay .promo-code input {
                width: 150px;
                margin: 0;
                display: inline-block;
                height: 2.45em;
                margin-right: .5em
            }
    }

    @media all and (min-width: 960px) {
        .checkout-review-pay .pmnt {
            float: left
        }

        .checkout-review-pay .promo-code {
            float: left;
            width: 60%;
            margin-top: 0;
            border-top: none
        }

            .checkout-review-pay .promo-code .btn-apply {
                float: right;
                font-size: 0.875em
            }

        .checkout-review-pay .po-number input {
            margin-bottom: 0
        }
    }

    .checkout-review-pay .promo-code:before {
        content: " ";
        display: table
    }

    .checkout-review-pay .promo-code:after {
        content: " ";
        display: table;
        clear: both
    }

    .checkout-review-pay .cart-items {
        margin-bottom: 1em
    }

    @media all and (max-width: 767px) {
        .checkout-review-pay .cart-items {
            overflow: auto;
            max-height: 320px
        }
    }

    @media all and (min-width: 768px) {
        .checkout-review-pay .order-summary-2 {
            float: right;
            margin-bottom: 1em
        }

            .checkout-review-pay .order-summary-2 .btns a.btn {
                float: right;
                margin-left: 1em;
                margin-bottom: 1em
            }
    }

    ul.cart-items {
        list-style: none
    }

    @media all and (max-width: 767px) {
        ul.cart-items {
            border-top: 1px solid #E0E0E0
        }
    }

    .item-list .item-details {
        
    }

    .item-list .item-code-notes {
        float: right
    }

        .item-list .item-code-notes .cost-code, .item-list .item-code-notes .item-notes {
            width: 100%;
            margin-bottom: 0.25em
        }

            .item-list .item-code-notes .cost-code strong, .item-list .item-code-notes .item-notes strong {
                margin-right: 0.5em
            }

    .item-list.wishlist .item-details {
        float: left
    }

    @media all and (min-width: 768px) {
        .item-list .item-details {
            padding-right: 1em !important
        }

            .item-list .item-details div.price, .item-list .item-details div.item-opt {
                display: inline-block;
                width: auto;
                line-height: 1em;
                height: auto
            }

        .item-list .item-code-notes {
            padding-right: 1em !important
        }
    }

    @media all and (max-width: 767px) {
        .checkout-review-pay .promo-code .btn, .checkout-review-pay .btns .btn {
            width: 100%;
            margin-bottom: 1em
        }
    }

    .checkout-review-pay .security-code label a {
        padding-left: 1em;
        font-size: 0.875em
    }

    .checkout-review-pay h3.hide-for-small {
        margin: 0
    }

    .cenpos-container iframe {
        border: none
    }

    .freight-message {
        float: left;
        clear: left;
        font-style: italic
    }

    .save-card {
        float: left;
        width: 100%
    }

        .save-card label {
            display: inline-block;
            margin-top: 20px
        }

    .ccRetry {
        padding-top: 1em
    }

    .ccResultMessage {
        padding: 1em;
        clear: both
    }

        .ccResultMessage .btns a.btn {
            margin: .5em
        }

    .checkout-head {
        border-bottom: 1px solid #CCCCCC;
        margin-bottom: 1.5em
    }

        .checkout-head h1 {
            margin-bottom: .25em
        }

    @media all and (max-width: 767px) {
        .checkout-head .checkout-crumbs {
            margin-bottom: .5em
        }

        .checkout-head {
            margin-bottom: 1em
        }
    }

    .checkout-order-confirm .cart-items .checkout-item .item-num {
        float: none;
        display: block
    }

    .checkout-order-confirm .ship-method h4 {
        margin: 1.25em 0 .75em
    }

    .checkout-order-confirm .cart-right {
        float: right
    }

    .ma-saved-order-details .btns {
        clear: both
    }

        .ma-saved-order-details .btns .btn {
            float: right;
            margin-left: 1em;
            margin-bottom: 1em
        }

    .ma-saved-order-details .bill-info ul, .ma-saved-order-details .ship-info ul {
        list-style: none
    }

    .order-subtotal {
        border: 1px solid #DCDCDC;
        padding: 1em;
        margin-bottom: 1.5em;
        text-align: right;
        margin-top: 20px;
        width: 100%;
    }

    @media all and (min-width: 768px) {
        .ma-saved-order-details .order-subtotal {
            font-size: 0.875em;
            line-height: 1.25em;
            width: 50%;
            float: right
        }

        .ma-saved-order-details .btns .btn-print {
            display: inline-block !important
        }
    }

    .order-subtotal > .row {
        margin-bottom: .5em
    }

    .promo-applied {
        color: #e31936
    }

        .promo-applied .sub-label:before {
            content: "\BB";
            font-size: 1.5em;
            line-height: 0
        }

    .order-subtotal .sub-label {
        text-align: left
    }

    .order-subtotal .sub-amount {
        padding-left: 0;
        width: auto !important
    }

    .order-subtotal .order-total, .order-subtotal .amount-due {
        font-weight: bold
    }

    .images-carousel-wrapper .flex-prev, .images-carousel-wrapper .flex-next {
        position: absolute;
        display: block;
        height: 20px;
        width: 20px;
        line-height: 0;
        font-size: 0;
        cursor: pointer;
        background: transparent;
        color: transparent;
        top: 50%;
        margin-top: -10px;
        padding: 0;
        border: none;
        outline: none;
        font-family: "good-oatmeal-v2"
    }

        .images-carousel-wrapper .flex-prev:before, .images-carousel-wrapper .flex-next:before {
            font-size: 20px;
            line-height: 1;
            color: #000;
            opacity: 0.75;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

        .images-carousel-wrapper .flex-prev:hover:before, .images-carousel-wrapper .flex-next:hover:before {
            opacity: 1
        }

    .images-carousel-wrapper .flex-prev {
        left: -16px
    }

        .images-carousel-wrapper .flex-prev:before {
            content: "\e604"
        }

    .images-carousel-wrapper .flex-next {
        right: -16px
    }

        .images-carousel-wrapper .flex-next:before {
            content: "\e605"
        }

    .ma-saved-orders .search-orders .accord-content {
        margin-bottom: 1em
    }

    .ma-saved-orders .accordion input.accord-check:checked ~ article.accord-content {
        margin-bottom: 1em
    }

    .ma-saved-orders .accordion label.accord-head:before {
        display: none
    }

    .ma-saved-orders .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: .75em
    }

    .ma-saved-orders .accordion input.accord-check:checked + label.accord-head:after {
        content: "\e62c"
    }

    .ma-saved-orders .accordion input.accord-check:checked + label.accord-head {
        background: #fff;
        color: #104477;
        border-color: #d5d5d5
    }

    .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
        }
    }

    @media all and (min-width: 832px) {
        .ma-saved-order-details .save-order-details .checkout-item .item-thumb img {
            height: 130px
        }
    }

    .ma-order-history .btns {
        margin-top: .5em;
        float: left;
        width: 100%
    }

        .ma-order-history .btns .btn {
            float: right
        }

    .ma-order-history .info-tbl th {
        font-weight: 900
    }

    .ma-order-history .info-tbl .details-control {
        background-color: #104477;
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }

    .ma-order-history .info-tbl .shown .details-control {
        background-color: #fff;
        border-top: none
    }

    .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-orders .accord-content {
        margin-bottom: 1em
    }

    .ma-order-history .search-date-to .picker__holder {
        right: 0% !important
    }

    .ma-order-history .accordion input.accord-check:checked ~ article.accord-content {
        margin-bottom: 1em
    }

    .ma-order-history .accordion label.accord-head:before {
        display: none
    }

    .ma-order-history .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: .75em
    }

    .ma-order-history .accordion input.accord-check:checked + label.accord-head:after {
        content: "\e62c"
    }

    .ma-order-history .accordion input.accord-check:checked + label.accord-head {
        background: #fff;
        color: #104477;
        border-color: #d5d5d5
    }

    .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: .875rem;
            margin-top: 1.75em;
            padding: 0.5em .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: .75em .75em
            }

            .widget-order-history .overflow-table .col-actions {
                text-align: right
            }

        .widget-order-history .reorder-button {
            font-size: .875rem !important;
            padding: .45rem .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: -webkit-box;
                display: -ms-flexbox;
                display: flex
            }

                .widget-order-history .orders-list li div {
                    -webkit-box-align: stretch;
                    -ms-flex-align: stretch;
                    align-items: stretch;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    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: .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: .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-history .btns {
        margin-top: .5em;
        float: left;
        width: 100%
    }

        .ma-order-history .btns .btn {
            float: right
        }

    .ma-order-history .info-tbl th {
        font-weight: 900
    }

    .ma-order-history .info-tbl .details-control {
        background-color: #104477;
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }

    .ma-order-history .info-tbl .shown .details-control {
        background-color: #fff;
        border-top: none
    }

    .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-orders .accord-content {
        margin-bottom: 1em
    }

    .ma-order-history .search-date-to .picker__holder {
        right: 0% !important
    }

    .ma-order-history .accordion input.accord-check:checked ~ article.accord-content {
        margin-bottom: 1em
    }

    .ma-order-history .accordion label.accord-head:before {
        display: none
    }

    .ma-order-history .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: .75em
    }

    .ma-order-history .accordion input.accord-check:checked + label.accord-head:after {
        content: "\e62c"
    }

    .ma-order-history .accordion input.accord-check:checked + label.accord-head {
        background: #fff;
        color: #104477;
        border-color: #d5d5d5
    }

    .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: .875rem;
            margin-top: 1.75em;
            padding: 0.5em .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: .75em .75em
            }

            .widget-order-history .overflow-table .col-actions {
                text-align: right
            }

        .widget-order-history .reorder-button {
            font-size: .875rem !important;
            padding: .45rem .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: -webkit-box;
                display: -ms-flexbox;
                display: flex
            }

                .widget-order-history .orders-list li div {
                    -webkit-box-align: stretch;
                    -ms-flex-align: stretch;
                    align-items: stretch;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    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: .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: .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-dashboard .dash-right .qo-wrap {
        padding: 1em 0
    }

    .dash-orders {
        clear: both
    }

        .ma-order-history .info-tbl, .dash-orders .info-tbl {
            border: solid 1px #d9d9d9
        }

            .ma-order-history .info-tbl thead tr, .dash-orders .info-tbl thead tr {
                background: #f2f2f2
            }

                .ma-order-history .info-tbl thead tr th, .dash-orders .info-tbl thead tr th {
                    color: #104477
                }

            .ma-order-history .info-tbl tbody tr, .dash-orders .info-tbl tbody tr {
                background-color: #fff
            }

            .ma-order-history .info-tbl .order-details, .dash-orders .info-tbl .order-details {
                background-color: #fff
            }

        .ma-order-history .info-tbl2 .row-tbl2, .dash-orders .info-tbl2 .row-tbl2 {
            border: 0
        }

            .ma-order-history .info-tbl2 .row-tbl2 .cell-tbl2, .dash-orders .info-tbl2 .row-tbl2 .cell-tbl2 {
                padding: 0;
                border-bottom: none
            }

    .ma-order-history-2 .btns {
        margin-top: .5em;
        float: left;
        width: 100%
    }

        .ma-order-history-2 .btns .btn {
            float: right
        }

    @media all and (max-width: 767px) {
        .ma-order-history-2 .btns .btn {
            width: 100%;
            margin-bottom: 1em
        }

        .ma-order-history-2 .search-date .small-6 {
            position: inherit
        }

        .ma-order-history-2 .search-open-inv {
            margin: .5em 0 1em 0
        }
    }

    @media all and (min-width: 768px) {
        .ma-order-history-2 [data-section-content] {
            display: block !important
        }

        .ma-order-history-2 .btns .btn {
            margin-left: 1em
        }
    }

    .search-orders h3 {
        margin-top: 0
    }

    @media all and (min-width: 768px) {
        .ma-order-history-2 label.accord-head {
            display: inline-block
        }

        .search-orders .search-date em {
            display: inline-block;
            float: left;
            line-height: 18px;
            margin-right: .75em
        }

        .search-orders .search-date input {
            width: 100px;
            display: inline-block
        }

        .search-orders .search-date [class*="column"] + [class*="column"]:last-child {
            float: left;
            padding: 0
        }
    }

    .ma-order-history-2 .search-date {
        position: relative
    }

    .ma-order-history-2 .picker, .ma-order-history-2 .search-date-to .picker__holder {
        right: 0% !important
    }

    .dataTables_scrollHead table {
        margin-bottom: 0;
        border-bottom: none
    }

    .dataTables_scrollHead tr {
        border-bottom: none
    }

    .dataTables_scrollBody tr {
        background-color: #f2f2f2
    }

        .dataTables_scrollBody tr.shown {
            background-color: #ffffff;
            border-bottom-color: #ffffff
        }

            .dataTables_scrollBody tr.shown + tr {
                background-color: #ffffff
            }

    .order-history-tbl {
        width: 100%
    }

    table.info-tbl2 {
        border: 0
    }

    table.detail-info2 {
        float: left;
        width: 100%
    }

    tr.details-row {
        background-color: #ffffff;
        cursor: pointer;
        text-align: center;
        border: hidden
    }

    td.details-column {
        color: #ffffff;
        background-color: #104477;
        cursor: pointer;
        text-align: center
    }

    .table-toggle:before {
        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";
        font-size: 1.2em;
        line-height: 1.2em
    }

    tr.shown .table-toggle:before {
        content: "\e62c"
    }

    tr.shown td.details-control {
        color: #104477;
        background-color: #ffffff;
        border: hidden;
        border-left: 1px solid #d9d9d9
    }

    tr.shown > td {
        border-bottom: 1px solid white
    }

    .shipment-info-container h3 {
        margin-top: 0
    }

    .ship-to-info, .tracking-info {
        display: block;
        margin-bottom: 1em
    }

        .ship-to-info label, .tracking-info label {
            font-weight: bold;
            display: inline;
            margin-bottom: 1em
        }

    .order-history-detail-tbl {
        width: 100%
    }

        .order-history-detail-tbl tr {
            background-color: #ffffff
        }

    table {
        word-wrap: normal;
        border-collapse: collapse
    }

    .dataTables_scrollHeadInner, .order-history-tbl {
        width: 100% !important;
        min-width: 794px
    }

    .pd-image img {
        width: 100%
    }

    table.item-num-my-tbl {
        margin-top: 1em;
        margin-bottom: 1em
    }

        table.item-num-my-tbl input[type="text"] {
            margin-bottom: 0
        }

        table.item-num-my-tbl tfoot tr {
            background: transparent;
            border-bottom: none
        }

            table.item-num-my-tbl tfoot tr td:last-child {
                padding-left: 0;
                padding-right: 0
            }

    table.manage-item-num-my td.thumbnail {
        padding: 0;
        background: #fff
    }

        table.manage-item-num-my td.thumbnail img {
            width: 100%;
            max-width: 120px
        }

    table.manage-item-num-my table.item-num-my-tbl {
        margin-top: 0;
        margin-bottom: 2em
    }

        table.manage-item-num-my table.item-num-my-tbl.info-tbl tr:first-child {
            border-top: none
        }

        table.manage-item-num-my table.item-num-my-tbl.info-tbl tbody tr:last-child {
            border-bottom: none
        }

        table.manage-item-num-my table.item-num-my-tbl .details-control {
            background-color: transparent;
            border-left: 0px solid #d9d9d9 !important
        }

    table.manage-item-num-my tr.shown + tr > td {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0px
    }

        table.manage-item-num-my tr.shown + tr > td tr td {
            padding: 8px 10px;
            border-bottom: 1px solid #d9d9d9
        }

    table th.sort {
        position: relative;
        cursor: pointer
    }

        table th.sort:after {
            content: "";
            display: block;
            position: absolute;
            width: 0px;
            height: 0px;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-bottom: 7px solid #e9e9e9;
            left: -2px;
            top: 9px
        }

        table th.sort:before {
            content: "";
            display: block;
            position: absolute;
            width: 0px;
            height: 0px;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 7px solid #e9e9e9;
            left: -2px;
            bottom: 9px
        }

        table th.sort:first-child {
            cursor: default
        }

            table th.sort:first-child:before, table th.sort:first-child:after {
                display: none
            }

        table th.sort.sort-ascending:after {
            border-bottom: 7px solid #8c9cc7
        }

        table th.sort.sort-descending:before {
            border-top: 7px solid #8c9cc7
        }

    .edit-item-num-my {
        margin-left: 2em;
        font-size: 11px;
        text-transform: uppercase
    }

        .edit-item-num-my:hover, .edit-item-num-my:focus {
            color: #fff;
            text-decoration: none
        }

    .edit-row-item-num-my {
        margin-left: 0;
        white-space: nowrap
    }

    tr.shown .edit-row-item-num-my {
        color: #fff;
    }

    .edit-item-num-my:before {
        font-family: "good-oatmeal-v2";
        margin-right: 6px;
        font-size: 12px;
        position: relative;
        top: 1px;
        content: "\e900"
    }

    .add-item-num-my:before {
        font-size: 19px;
        top: 4px;
        content: "\e62d"
    }

    .delete-item-num-my:before {
        content: "\e000"
    }

    a.btn.update-item-num-my:link, a.btn.update-item-num-my:visited {
        padding-top: 0.45em;
        padding-bottom: 0.45em
    }

    .cancel-item-num-my {
        margin-right: 2em
    }

        .cancel-item-num-my:before {
            content: none
        }

    table.manage-item-num-my {
        font-size: 13px;
        border: none
    }

    table.dataTable tbody tr {
        background-color: #f2f2f2
    }

        table.dataTable tbody tr.shown {
            background-color: #ffffff
        }

            table.dataTable tbody tr.shown td {
                border-bottom: 1px solid #ffffff
            }

            table.dataTable tbody tr.shown + tr {
                background-color: #ffffff
            }

                table.dataTable tbody tr.shown + tr tr {
                    background-color: #ffffff
                }

    table.dataTable.hover tbody tr:hover {
        background-color: #f2f2f2
    }

    table.dataTable tbody tr {
        border-bottom: 1px solid #999999
    }

    table.item-num-my-tbl thead tr {
        background-color: #ffffff
    }

    table.dataTable thead tr {
        background-color: #ffffff
    }

    table.dataTable thead th {
        padding: 8px 10px;
        border-bottom: none;
        border-top: 1px solid #d9d9d9;
        font-weight: 900
    }

    table.dataTable thead td {
        padding: 8px 10px;
        border-bottom: 1px solid #999999
    }

    table.dataTable tbody th, table.dataTable tbody td {
        padding: 8px 10px
    }

    table.item-num-my-tbl tbody th, table.item-num-my-tbl tbody td {
        border-bottom: 1px solid #d9d9d9
    }

    table.dataTable tbody th, table.dataTable tbody td {
        border-bottom: 1px solid #d9d9d9
    }

    table.item-num-my-tbl thead th, table.item-num-my-tbl thead td {
        border-bottom: 1px solid #ffffff;
        border-top: 1px solid #d9d9d9
    }

    table.dataTable table.item-num-my-tbl tbody th, table.dataTable table.item-num-my-tbl tbody td {
        border-bottom: 1px solid #f2f2f2
    }

    table.dataTable tfoot th, table.dataTable tfoot td {
        padding: 8px 10px;
        border-top: 1px solid #999999
    }

    td.details-control {
        cursor: pointer;
        color: #fff
    }

    table.dataTable.no-footer {
        border-bottom: none
    }

    td.col-erpordernum {
        -webkit-column-width: 146px;
        column-width: 146px
    }

    td.col-webordernum {
        -webkit-column-width: 137px;
        column-width: 137px
    }

    td.col-date {
        -webkit-column-width: 123px;
        column-width: 123px
    }

    td.col-po {
        -webkit-column-width: 200px;
        column-width: 200px
    }

    td.col-status {
        -webkit-column-width: 114px;
        column-width: 114px
    }

    td.col-tot {
        -webkit-column-width: 76px;
        column-width: 76px
    }

    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: left
    }

        .dataTables_wrapper .dataTables_filter input {
            margin-left: 0
        }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        min-width: 1.5em;
        padding: 0.5em 1em;
        margin-left: 2px;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        color: #333 !important;
        border: none;
        border-radius: none
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
            color: inherit !important;
            border: none;
            background-color: transparent;
            background: none
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button:before, .dataTables_wrapper .dataTables_paginate .paginate_button:after {
            font-family: 'good-oatmeal-v2';
            width: 2em;
            height: 2em;
            line-height: 200%;
            display: inline-block;
            text-decoration: none;
            cursor: pointer !important
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {
            content: "\e011"
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button.next:after {
            content: "\e012"
        }

    @media all and (min-width: 642px) {
        .manufacturer-details-page .right-sidebar {
            padding-left: 0
        }
    }

    .manufacturer-details-page h3 {
        margin-bottom: 2px;
        margin-top: 0
    }

    .manufacturer-details-page .manufacturer-cat {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        background: #e7e7e7;
        border-top: 1px solid #E1E1E1;
        padding: 10px 0 40px
    }

        .manufacturer-details-page .manufacturer-cat .cat-title {
            border-radius: 5px;
            color: #fff;
            background-color: #333;
            padding: 0 8px;
            margin-bottom: 5px;
            font-size: .95em
        }

        .manufacturer-details-page .manufacturer-cat .secondary-category {
            margin-bottom: 5px
        }

            .manufacturer-details-page .manufacturer-cat .secondary-category li {
                padding-left: 5px
            }

                .manufacturer-details-page .manufacturer-cat .secondary-category li a {
                    margin-left: -10px;
                    font-size: .8em
                }

            .manufacturer-details-page .manufacturer-cat .secondary-category .secondary-category-label {
                display: block;
                padding: 5px;
                background: #F6F6F6;
                border-radius: 5px;
                position: relative;
                cursor: pointer;
                border: 1px solid #bcbcbc;
                font-size: .95em
            }

                .manufacturer-details-page .manufacturer-cat .secondary-category .secondary-category-label .tri-down {
                    display: inline-block;
                    background: white;
                    height: 10px;
                    width: 10px;
                    border: 1px solid gray;
                    text-align: center;
                    line-height: 8px;
                    text-indent: -3px
                }

                    .manufacturer-details-page .manufacturer-cat .secondary-category .secondary-category-label .tri-down:before {
                        content: "\e602";
                        font-family: 'good-oatmeal-v2';
                        color: #104477
                    }

                .manufacturer-details-page .manufacturer-cat .secondary-category .secondary-category-label.open .tri-down {
                    -webkit-transform: rotate(180deg);
                    transform: rotate(180deg)
                }

            .manufacturer-details-page .manufacturer-cat .secondary-category .category-links-list {
                background-color: #fff;
                margin: 0;
                padding: 10px 5px;
                list-style: inside;
                border-radius: 5px;
                margin-top: -12px;
                border: 1px solid #bcbcbc
            }

        .manufacturer-details-page .manufacturer-cat .col-1 {
            -webkit-box-flex: 1;
            -ms-flex: 1 48.5%;
            flex: 1 48.5%;
            margin: 0 .5% 0 1%
        }

    @media all and (max-width: 767px) {
        .manufacturer-details-page .manufacturer-cat .col-1 {
            -webkit-box-flex: 1;
            -ms-flex: 1 100%;
            flex: 1 100%;
            margin: 0 1%
        }
    }

    .manufacturer-details-page .manufacturer-cat .col-2 {
        -webkit-box-flex: 1;
        -ms-flex: 1 48.5%;
        flex: 1 48.5%;
        margin: 0 1% 0 .5%
    }

    @media all and (max-width: 767px) {
        .manufacturer-details-page .manufacturer-cat .col-2 {
            -webkit-box-flex: 1;
            -ms-flex: 1 100%;
            flex: 1 100%;
            margin: 0 1%
        }
    }

    .manufacturer-details-page .manugacturer-sidebar {
        background: #F0F0F0;
        padding: 5px;
        border-top: 1px solid #bababa
    }

        .manufacturer-details-page .manugacturer-sidebar .resources-links-list {
            list-style: inside;
            margin: 0
        }

            .manufacturer-details-page .manugacturer-sidebar .resources-links-list li {
                padding-left: 5px
            }

                .manufacturer-details-page .manugacturer-sidebar .resources-links-list li a {
                    margin-left: -10px;
                    font-size: .83em;
                    text-decoration: underline
                }

        .manufacturer-details-page .manugacturer-sidebar .search-wrap input {
            border-radius: 0;
            padding-right: 62px
        }

        .manufacturer-details-page .manugacturer-sidebar .search-wrap .search-group {
            position: relative
        }

            .manufacturer-details-page .manugacturer-sidebar .search-wrap .search-group a {
                display: block;
                position: absolute;
                right: 0;
                top: 0;
                background-color: #1CBDBA;
                color: #fff;
                font-weight: bold;
                text-align: center;
                height: 35px;
                width: 50px;
                font-size: 26px;
                line-height: 35px;
                background: #1CBDBA;
                background: -o-linear-gradient(top, #1CBDBA 0%, #2CA99D 100%);
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#1CBDBA, endColorstr=#2CA99D)";
                background: -webkit-gradient(linear, left top, left bottom, from(#1CBDBA), to(#2CA99D));
                background: linear-gradient(top, #1CBDBA 0%, #2CA99D 100%)
            }

                .manufacturer-details-page .manugacturer-sidebar .search-wrap .search-group a:hover {
                    background: #2CA99D;
                    background: -o-linear-gradient(top, #2CA99D 0%, #1CBDBA 100%);
                    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#2CA99D, endColorstr=#1CBDBA)";
                    background: -webkit-gradient(linear, left top, left bottom, from(#2CA99D), to(#1CBDBA));
                    background: linear-gradient(top, #2CA99D 0%, #1CBDBA 100%)
                }

        .manufacturer-details-page .manugacturer-sidebar .light-box {
            padding: 8px 8px 20px;
            margin-bottom: 8px;
            background: #F8F8F8;
            border-radius: 5px;
            border: 1px solid #bababa
        }

            .manufacturer-details-page .manugacturer-sidebar .light-box h3 {
                font-size: 1em
            }

        .manufacturer-details-page .manugacturer-sidebar .need-requote-btn {
            display: block;
            margin: 0;
            margin-bottom: 200px;
            border-radius: 6px;
            text-align: center;
            text-decoration: none;
            padding: .5em .66em;
            background: #1CBDBA;
            background: -o-linear-gradient(top, #1CBDBA 0%, #2CA99D 100%);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#1CBDBA, endColorstr=#2CA99D)";
            background: -webkit-gradient(linear, left top, left bottom, from(#1CBDBA), to(#2CA99D));
            background: linear-gradient(top, #1CBDBA 0%, #2CA99D 100%);
            color: #FFF;
            font-size: 1.25em;
            font-weight: 700;
            line-height: 1.3em;
            cursor: pointer
        }

            .manufacturer-details-page .manugacturer-sidebar .need-requote-btn:hover {
                background: #2CA99D;
                background: -o-linear-gradient(top, #2CA99D 0%, #1CBDBA 100%);
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#2CA99D, endColorstr=#1CBDBA)";
                background: -webkit-gradient(linear, left top, left bottom, from(#2CA99D), to(#1CBDBA));
                background: linear-gradient(top, #2CA99D 0%, #1CBDBA 100%)
            }

    .manufacturer-details-page .questions-wrap {
        background-color: #E3E3E3;
        padding: 30px 5px 40px;
        text-align: center;
        line-height: 15px
    }

        .manufacturer-details-page .questions-wrap h3 {
            margin-bottom: 0;
            line-height: 20px
        }

        .manufacturer-details-page .questions-wrap .phone {
            display: block;
            font-size: 14px
        }

        .manufacturer-details-page .questions-wrap .fax {
            display: block;
            font-size: 13px
        }

        .manufacturer-details-page .questions-wrap .email {
            font-size: 12px;
            text-decoration: underline
        }

    ul.home-left-nav {
        display: none
    }

    .home-row-2 {
        padding-right: 0;
        padding-left: 0;
        text-align: center
    }

        .home-row-2 > div.row div {
            padding-bottom: 1em
        }

    @media all and (min-width: 642px) {
        ul.home-left-nav {
            display: block;
            list-style: none;
            list-style-type: none;
            background: #f2f2f2;
            padding: 1em;
            margin-left: -0.9375em;
            border-right: 1px solid #c2c2c2;
            border-bottom: 1px solid #c2c2c2;
            font-size: 12px;
            border-radius: 0 20px 20px 0
        }

            ul.home-left-nav li.left-nav-title {
                text-transform: uppercase;
                font-weight: bold;
                color: #E31936;
                font-size: 14px;
                border-bottom: 1px solid #c2c2c2;
                padding-top: 0;
                padding-bottom: .75em;
                margin-bottom: .75em
            }

            ul.home-left-nav li {
                padding: .6em 0;
                line-height: 1.2em
            }

                ul.home-left-nav li a {
                    padding: .475em 0;
                    width: auto
                }

                    ul.home-left-nav li a:hover {
                        text-decoration: none
                    }
    }

    @media all and (min-width: 960px) {
        ul.home-left-nav {
            padding: 2em;
            font-size: 1em
        }

            ul.home-left-nav li.left-nav-title {
                font-size: 15px;
                padding-bottom: .75em;
                margin-bottom: .75em
            }

            ul.home-left-nav li {
                padding: .6em 0;
                line-height: 1.2em
            }

                ul.home-left-nav li a {
                    padding: .475em 0
                }
    }

    .specialsHeader {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #F4F4F4;
        padding: 19px 22px;
        background: #FCFCFD;
        background: -webkit-gradient(linear, left top, left bottom, from(#EDEDF4), to(#FCFCFD));
        background: linear-gradient(top, #EDEDF4 0%, #FCFCFD 100%);
        background: -o-linear-gradient(top, #EDEDF4 0%, #FCFCFD 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#EDEDF4, endColorstr=#FCFCFD)"
    }

        .specialsHeader h1 {
            margin: 0 0 1px;
            color: #104475;
            font-size: 1.5em
        }

        .specialsHeader p {
            margin: 0 0 0 1px;
            line-height: 1.25em
        }

    .specialsTable {
        display: table;
        width: 100%
    }

    .specialsRow {
        display: table-row;
        border-top: 1px solid #FFF;
        border-bottom: 1px solid #E4E4E4;
        background: #FCFCFC;
        background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#FCFCFC));
        background: linear-gradient(top, #F0F0F0 0%, #FCFCFC 100%);
        background: -o-linear-gradient(top, #F0F0F0 0%, #FCFCFC 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#F0F0F0, endColorstr=#FCFCFC)"
    }

        .specialsRow div {
            display: table-cell;
            vertical-align: middle
        }

            .specialsRow div.logoArea {
                width: 30%
            }

                .specialsRow div.logoArea a {
                    display: block;
                    margin: 10px 22px;
                    border-radius: 5px;
                    padding: 10px;
                    background: #FFF;
                    text-align: center;
                    -webkit-box-shadow: 0 0 5px #777;
                    box-shadow: 0 0 5px #777
                }

                    .specialsRow div.logoArea a:hover {
                        -webkit-box-shadow: 0 0 5px #333;
                        box-shadow: 0 0 5px #333
                    }

                    .specialsRow div.logoArea a img {
                        width: 100%;
                        max-width: 200px;
                        height: auto
                    }

            .specialsRow div.infoArea {
                width: 50%;
                padding: 10px;
                line-height: 1.25em
            }

                .specialsRow div.infoArea h2 {
                    margin: 0;
                    font-size: 1.2em
                }

                    .specialsRow div.infoArea h2 a {
                        color: #104475;
                        text-decoration: none
                    }

                        .specialsRow div.infoArea h2 a:hover {
                            text-decoration: underline
                        }

                .specialsRow div.infoArea p {
                    margin: 0 0 0 1px;
                    line-height: 1.4
                }

            .specialsRow div.buttonArea {
                width: 20%;
                padding: 10px;
                line-height: 1.25em;
                text-align: center
            }

                .specialsRow div.buttonArea a {
                    display: inline-block;
                    width: 90%;
                    border-radius: 6px;
                    padding: 5px 11px 6px;
                    background: #134777;
                    background: -webkit-gradient(linear, left top, left bottom, from(#315E88), to(#134777));
                    background: linear-gradient(top, #315E88 0%, #134777 100%);
                    background: -o-linear-gradient(top, #315E88 0%, #134777 100%);
                    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#315E88, endColorstr=#134777)";
                    color: #FFF;
                    text-decoration: none
                }

                    .specialsRow div.buttonArea a:hover {
                        background: #315E88;
                        background: -webkit-gradient(linear, left top, left bottom, from(#134777), to(#315E88));
                        background: linear-gradient(top, #134777 0%, #315E88 100%);
                        background: -o-linear-gradient(top, #134777 0%, #315E88 100%);
                        -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#134777, endColorstr=#315E88)";
                        color: #FFF
                    }

                    .specialsRow div.buttonArea a:active {
                        position: relative;
                        top: 1px;
                        left: 1px
                    }

                .specialsRow div.buttonArea span {
                    display: block;
                    margin: 0;
                    color: #E31936;
                    font-size: .75em;
                    font-weight: 700
                }

    .specialItemLinks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .specialItemLinks div {
            -webkit-box-flex: 1;
            -ms-flex: 1 23%;
            flex: 1 23%;
            max-width: 23%;
            margin: 2em 1%;
            border-radius: 10px;
            padding: 0;
            background: #FFF;
            background-repeat: no-repeat;
            background-position: 0 0;
            background-size: contain;
            -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
            box-shadow: 0 0 10px rgba(0,0,0,0.4);
            text-decoration: none;
            position: relative
        }

            .specialItemLinks div h2 {
                margin: 31% 4% .1em;
                font-size: 1.3em;
                font-weight: 700
            }

            .specialItemLinks div.clearance h2 {
                color: #cfa872
            }

            .specialItemLinks div.overstock h2 {
                color: #79cf72
            }

            .specialItemLinks div.newItem h2 {
                color: #cf8484
            }

            .specialItemLinks div.saleItem h2 {
                color: #84a4cf
            }

            .specialItemLinks div p {
                margin: 0 4.5% 4em;
                font-size: .86em;
                line-height: 1.2em;
                color: #333
            }

            .specialItemLinks div a {
                position: absolute;
                bottom: 0;
                display: block;
                width: 91%;
                margin: 0 4.5% 4.5%;
                border-radius: 6px;
                padding: .4em 0;
                color: #FFF;
                text-decoration: none;
                text-align: center;
                font-size: .95em;
                font-weight: bold;
                line-height: 1.3em
            }

            .specialItemLinks div.clearance a {
                background: #cfa872;
                background: -webkit-gradient(linear, left top, left bottom, from(#cfb483), to(#b08350));
                background: linear-gradient(top, #cfb483 0%, #b08350 100%);
                background: -o-linear-gradient(top, #cfb483 0%, #b08350 100%);
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#cfb483, endColorstr=#b08350)"
            }

                .specialItemLinks div.clearance a:hover {
                    background: #dbbe8f;
                    background: -webkit-gradient(linear, left top, left bottom, from(#dbbe8f), to(#c39357));
                    background: linear-gradient(top, #dbbe8f 0%, #c39357 100%);
                    background: -o-linear-gradient(top, #dbbe8f 0%, #c39357 100%);
                    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#dbbe8f, endColorstr=#c39357)"
                }

            .specialItemLinks div.overstock a {
                background: #79cf72;
                background: -webkit-gradient(linear, left top, left bottom, from(#8ccf83), to(#55b050));
                background: linear-gradient(top, #8ccf83 0%, #55b050 100%);
                background: -o-linear-gradient(top, #8ccf83 0%, #55b050 100%);
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#8ccf83, endColorstr=#55b050)"
            }

                .specialItemLinks div.overstock a:hover {
                    background: #97db8f;
                    background: -webkit-gradient(linear, left top, left bottom, from(#97db8f), to(#5cc357));
                    background: linear-gradient(top, #97db8f 0%, #5cc357 100%);
                    background: -o-linear-gradient(top, #97db8f 0%, #5cc357 100%);
                    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#97db8f, endColorstr=#5cc357)"
                }

            .specialItemLinks div.newItem a {
                background: #cf8484;
                background: -webkit-gradient(linear, left top, left bottom, from(#cf9999), to(#b05d5d));
                background: linear-gradient(top, #cf9999 0%, #b05d5d 100%);
                background: -o-linear-gradient(top, #cf9999 0%, #b05d5d 100%);
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#cf9999, endColorstr=#b05d5d)"
            }

                .specialItemLinks div.newItem a:hover {
                    background: #dba3a3;
                    background: -webkit-gradient(linear, left top, left bottom, from(#dba3a3), to(#c36767));
                    background: linear-gradient(top, #dba3a3 0%, #c36767 100%);
                    background: -o-linear-gradient(top, #dba3a3 0%, #c36767 100%);
                    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#dba3a3, endColorstr=#c36767)"
                }

            .specialItemLinks div.saleItem a {
                background: #84a4cf;
                background: -webkit-gradient(linear, left top, left bottom, from(#99b2cf), to(#5d7fb0));
                background: linear-gradient(top, #99b2cf 0%, #5d7fb0 100%);
                background: -o-linear-gradient(top, #99b2cf 0%, #5d7fb0 100%);
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#99b2cf, endColorstr=#5d7fb0)"
            }

                .specialItemLinks div.saleItem a:hover {
                    background: #a3bbdb;
                    background: -webkit-gradient(linear, left top, left bottom, from(#a3bbdb), to(#668ec3));
                    background: linear-gradient(top, #a3bbdb 0%, #668ec3 100%);
                    background: -o-linear-gradient(top, #a3bbdb 0%, #668ec3 100%);
                    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#a3bbdb, endColorstr=#668ec3)"
                }

            .specialItemLinks div a:active {
                bottom: -1px;
                left: 1px
            }

    @media all and (max-width: 640px) {
        .specialItemLinks div {
            -webkit-box-flex: 1;
            -ms-flex: 1 44%;
            flex: 1 44%;
            max-width: 44%;
            margin: 1em 3%
        }
    }

    .item-list.cart-items.wishlist .checkout-item .actions-panel .btn-add-cart {
        display: block;
        width: 100%;
        margin-bottom: 10px
    }

    .item-list.cart-items.wishlist .actions-panel {
        margin-bottom: 20px
    }

    .item-list.cart-items.wishlist .item-actions {
        border: 1px solid #E0E0E0
    }

    .item-list.cart-items.wishlist .item-actions-wrap {
        padding: 2em 1em 0
    }

        .item-list.cart-items.wishlist .item-actions-wrap::after {
            clear: both;
            content: "";
            display: block
        }

        .item-list.cart-items.wishlist .item-actions-wrap .item-qty {
            width: 100%;
            font-size: 10.5px;
            line-height: 10.5px
        }

            .item-list.cart-items.wishlist .item-actions-wrap .item-qty label {
                float: left;
                width: 25%;
                text-align: left;
                margin-top: 6px
            }

            .item-list.cart-items.wishlist .item-actions-wrap .item-qty .input-wrap {
                width: 73%;
                float: left
            }

                .item-list.cart-items.wishlist .item-actions-wrap .item-qty .input-wrap input {
                    width: 100%;
                    display: block;
                    max-width: 100%;
                    font-size: 10.5px;
                    line-height: 10.5px
                }

        .item-list.cart-items.wishlist .item-actions-wrap .um-pack {
            width: 100%;
            font-size: 10.5px;
            line-height: 10.5px
        }

            .item-list.cart-items.wishlist .item-actions-wrap .um-pack .um {
                width: 100%;
                display: block
            }

                .item-list.cart-items.wishlist .item-actions-wrap .um-pack .um label {
                    float: left;
                    width: 25%;
                    text-align: left;
                    margin-top: 6px
                }

                .item-list.cart-items.wishlist .item-actions-wrap .um-pack .um .dropdowns {
                    width: 72%;
                    float: left
                }

                    .item-list.cart-items.wishlist .item-actions-wrap .um-pack .um .dropdowns .col2 {
                        width: 100%
                    }

                        .item-list.cart-items.wishlist .item-actions-wrap .um-pack .um .dropdowns .col2 select {
                            display: block;
                            width: 100%
                        }

    .qo-search {
        padding: 0
    }

    @media all and (min-width: 641px) {
        div.main-row .qo-search {
            padding-right: 0.9375em
        }
    }

    .quick-order-2 .qo-search .qo-search-input {
        margin: 0 0.9375em 0
    }

    div.main-row .qo-list {
        border: 0
    }

    .qo-search-desc {
        margin-bottom: 1.5em;
        display: block
    }

    .no-item-message {
        background-color: #fafafa;
        border-top: 1px solid #999999;
        border-bottom: 1px solid #999999;
        width: 100%;
        display: block;
        text-align: center;
        padding: 8px
    }

    .qo-message-heading {
        margin: 0;
        background-color: #919191;
        color: #ffffff;
        padding: 8px;
        font-size: 17px;
        border-radius: 10px 10px 0 0
    }

    .qo-message {
        font-size: 15px;
        line-height: 150%;
        background-color: #f0f0f0;
        border: 1px solid #dbdbdb;
        border-top: none;
        padding: 14px;
        border-radius: 0 0 10px 10px
    }

    .qo-tbl {
        clear: both
    }

    .quick-order-2 .qo-tbl .qo-items .item-num {
        float: none;
        display: block
    }

    .quick-order-2 .qo-tbl .qo-items .availability span {
        display: inline-block;
        font-size: 12px
    }

.quick-order-2 .qo-item {
    background-color: #fafafa;
    border-top: 1px solid #999999;
    padding: 0.9375rem 0 0.9375rem 0;
    line-height: 120%
}

    .qo-image {
        border: 1px solid #cccccc;
        margin-bottom: 1em
    }

    .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;
        margin-bottom: 1em;
        margin-top: 7px
    }

        .quick-order-2 .qo-item div.price label {
            display: none
        }

        .quick-order-2 .qo-item div.price div.quantity-pricing {
            display: inline-block
        }

    .availability {
        margin-bottom: 1em
    }

        .lowstock {
            color: #e31936;
            font-weight: bold;
            font-size: 15px;
        }

    .qo-item .availability .instock, .qo-item .availability .outstock, .qo-item .availability .lowstock {
        display: inline-block
    }

    .availability > span.instock:before {
        font-size: 1em
    }

    .availability > span {
        margin-right: 0
    }

    .lead-time {
        font-size: 1em
    }

        .lead-time label {
            display: inline;
            padding-right: .25em
        }

    .quick-order-2 .qo-item div.qo-opt {
        display: inline-block;
        float: left;
        text-align: left;
        width: auto;
        padding-right: 1em
    }

    @media all and (max-width: 767px) {
        .quick-order-2 .qo-item div.qo-opt {
            height: auto;
            line-height: auto
        }
    }

    .quick-order-2 .qo-item div.qo-opt .um-pack select {
        display: inline-block;
        margin: 0;
        width: auto;
        max-width: 100px
    }

    .quick-order-2 .qo-item div.qo-opt .qo-qty {
        margin-left: 1em
    }

    .qo-opt .um label, .qo-opt .item-qty label, .qo-item .qo-qty label {
        display: inline-block;
        padding-right: 0.5em;
        font-size: 1em
    }

    .qo-opt .um label {
        line-height: 120%
    }

    .quick-order-2 .qo-item input {
        display: inline-block;
        width: 60px;
        margin-bottom: 0;
        font-size: 12px
    }

    .quick-order-2 .qo-item .qo-subtotal {
        min-width: 90px
    }

    @media all and (min-width: 768px) {
        .quick-order-2 .qo-item .qo-subtotal {
            min-width: 110px
        }
    }

    .quick-order-2 .qo-item div.um-pack .um {
        display: inline-block
    }

    .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
    }

    .quick-order-2 .qo-item .qo-opt > div {
        display: inline-block;
        padding-bottom: 1em
    }

    .mnm-qty {
        font-size: 0.8em;
        width: auto;
        margin-bottom: 0;
        vertical-align: middle
    }

        .mnm-qty span.mnm-qty-em, .mnm-qty span.mnm-qty-em ~ span {
            font-style: italic
        }

    .qo-subtotal {
        font-size: 18px;
        font-weight: bold;
        padding-top: 10px;
        float: right;
        text-align: right
    }

    .quick-order-2 .qo-total {
        float: left;
        width: 100%;
        text-align: right;
        padding: 0.9375em;
        margin: 0;
        border-top: 1px solid #999999;
        font-weight: bold;
        font-size: 1.2em
    }

    .qo-total-top {
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        background-color: #f0f0f0;
        border: 1px solid #dbdbdb;
        border-radius: 10px;
        padding: 20px
    }

    .tot-amount {
        color: #19a931
    }

    .quick-order-2 .btns {
        text-align: right;
        padding: 0.9375em 0 0.9375em 0;
        font-size: 20px
    }

    .btn.btn-add-all-checkout {
        margin-bottom: 8px
    }

    .quick-order-2 .btn-add-all-checkout, .quick-order-2 .btn-save-all {
        margin-bottom: 1em;
        width: 100%;
        border-radius: 8px
    }

    @media all and (min-width: 768px) {
        .quick-order-2 .qo-top .btns {
            text-align: right
        }
    }

    .qo-item .item-num, .qo-item .item-name {
        padding-right: 5em !important
    }

    .qo-item .item-name {
        margin-bottom: 1em
    }

        .qo-item .item-name a {
            font-size: 16px
        }

    .product-icons {
        clear: both;
        margin: -.5em 0 .45em
    }

    .qo-item .item-num {
        margin-bottom: 0
    }

    .item-name {
        font-weight: bold
    }

    .quick-order-2 .qo-item div.remove {
        display: inline-block;
        float: right;
        margin-right: 0
    }

    .autocomplete-suggestions {
        border: 1px solid #e2e2e2;
        -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);
        max-height: none !important;
        margin-top: 13px;
        overflow: visible
    }

        .autocomplete-suggestions:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #e2e2e2;
            position: absolute;
            top: -9px;
            left: 13px
        }

        .autocomplete-suggestions:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 7px solid #fff;
            position: absolute;
            top: -7px;
            left: 14px
        }

    .autocomplete-suggestion {
        white-space: normal;
        overflow: auto;
        border-bottom: 1px solid #e2e2e2
    }

    .specialHandlingFlags {
        margin-bottom: 13px
    }

    .quick-order-widget .availability span.product-availability-1 {
        top: 0
    }

    .order-tracking-details .order-details-top .od-head .od-lbl {
        width: 50%;
        float: left;
        margin: 0 0 8px 0;
        line-height: 26px;
        clear: left;
        height: 30px
    }

    .order-tracking-details .order-details-top .od-head .od-data {
        width: 50%;
        float: left;
        margin: 0 0 8px 0;
        width: 50%;
        font-size: 15px;
        line-height: 30px;
        font-weight: normal;
        height: 30px
    }

    .order-tracking-details .order-details-top .ship-info h3, .order-tracking-details .order-details-top .bill-info h3 {
        margin-top: 0;
        margin-bottom: 0.5em
    }

    .order-tracking-details .order-details-top .ship-info ul, .order-tracking-details .order-details-top .bill-info ul {
        list-style: none
    }

    .order-tracking-details .ship-track .info-tbl tr {
        background-color: #f2f2f2
    }

    .order-tracking-details .order-details .item-name a {
        font-size: 1.25em;
        line-height: 1.25em;
        font-weight: normal
    }

    .order-tracking-details .order-details .item-list {
        margin-bottom: 1em
    }

    .order-tracking-details .btns {
        margin-bottom: 1.5em
    }

        .order-tracking-details .btns .btn {
            float: right;
            margin-left: 1.3em
        }

    .ma-invoice-details .valid-error {
        margin: 1.5em 0
    }

    .ma-invoice-details .order-details-top h3 {
        margin-bottom: 1em
    }

    .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: .8em
    }

    .ma-invoice-details .order-details-top .od-head {
        display: block
    }

        .ma-invoice-details .order-details-top .od-head h3 {
            width: 50%;
            float: left;
            margin-top: 0
        }

        .ma-invoice-details .order-details-top .od-head .od-data {
            width: 50%;
            float: left;
            margin-top: 0
        }

    .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
            }

.ma-order-details .order-history-cancelled {
    clear: both;
    padding: 3px 6px;
    font-weight: 700;
    font-size: 95%;
    border: 1px solid #c60f13;
    color: #c60f13;
    text-align: left;
}


    .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: .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: .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;
            float: none
        }

        .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
        }
    }

    span.bill-to.icon-arw-down-5 {
        position: absolute;
        top: 3.55em;
        right: 2em;
        font-size: 10px;
        cursor: pointer;
    }

    span.ship-to.icon-arw-down-5 {
        position: absolute;
        top: 11.2em;
        right: 2em;
        font-size: 10px;
        cursor: pointer;
    }

