@charset "UTF-8";
/*$c-red: #b0422a;*/
/*$c-button-hover: darken($c-blue, 5%);*/
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 36, ../scss/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 54, ../scss/vendor/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 65, ../scss/vendor/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 74, ../scss/vendor/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 88, ../scss/vendor/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
/* line 98, ../scss/vendor/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 110, ../scss/vendor/_normalize.scss */
a:focus {
  outline: 0;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 118, ../scss/vendor/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 132, ../scss/vendor/_normalize.scss */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 140, ../scss/vendor/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 148, ../scss/vendor/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 157, ../scss/vendor/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 165, ../scss/vendor/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 175, ../scss/vendor/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 187, ../scss/vendor/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
/* line 197, ../scss/vendor/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 205, ../scss/vendor/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 221, ../scss/vendor/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 225, ../scss/vendor/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 237, ../scss/vendor/_normalize.scss */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 245, ../scss/vendor/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 257, ../scss/vendor/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 269, ../scss/vendor/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 280, ../scss/vendor/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 291, ../scss/vendor/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 305, ../scss/vendor/_normalize.scss */
button,
input {
  line-height: normal;
}

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

/*
 * Re-set default cursor for disabled elements.
 */
/* line 330, ../scss/vendor/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 340, ../scss/vendor/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 352, ../scss/vendor/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 364, ../scss/vendor/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 373, ../scss/vendor/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 384, ../scss/vendor/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 397, ../scss/vendor/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================ *
 * Reset
 * ============================================ */
/* line 30, ../scss/core/_reset.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 38, ../scss/core/_reset.scss */
html {
  -webkit-tap-highlight-color: transparent;
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

/* line 43, ../scss/core/_reset.scss */
body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

/* line 49, ../scss/core/_reset.scss */
html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

/* line 58, ../scss/core/_reset.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 68, ../scss/core/_reset.scss */
th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

/* line 77, ../scss/core/_reset.scss */
address {
  font-style: normal;
}

/* line 81, ../scss/core/_reset.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 87, ../scss/core/_reset.scss */
img {
  display: block;
}

/* line 91, ../scss/core/_reset.scss */
ol,
ul {
  list-style: none;
}

/* line 96, ../scss/core/_reset.scss */
q:before,
q:after {
  content: '';
}

/* line 102, ../scss/core/_reset.scss */
input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

/* line 108, ../scss/core/_reset.scss */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* line 45, ../scss/core/_common.scss */
a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* line 50, ../scss/core/_common.scss */
body,
button,
input,
select,
table,
textarea {
  font-family: "source-sans-pro", sans-serif;
  color: #494949;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

/* line 62, ../scss/core/_common.scss */
a {
  color: #0f396a;
  text-decoration: none;
}

/* line 67, ../scss/core/_common.scss */
a:hover {
  text-decoration: underline;
  color: #4fddfd;
}

/* line 72, ../scss/core/_common.scss */
a:focus {
  outline-color: #0d335f;
}

/* line 77, ../scss/core/_common.scss */
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */
/* line 88, ../scss/core/_common.scss */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #363636;
  font-family: "source-sans-pro", sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
}

/* line 90, ../scss/core/_common.scss */
h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #363636;
  font-family: "source-sans-pro", sans-serif;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
}

/* line 92, ../scss/core/_common.scss */
h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #363636;
  font-family: "source-sans-pro", sans-serif;
  font-size: 17px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: none;
}

/* line 94, ../scss/core/_common.scss */
h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #363636;
  font-family: "source-sans-pro", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* line 96, ../scss/core/_common.scss */
h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #363636;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* line 98, ../scss/core/_common.scss */
h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #363636;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
/* line 104, ../scss/core/_common.scss */
.address-list address {
  margin-bottom: 1em;
}

/* line 108, ../scss/core/_common.scss */
.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}

/* line 114, ../scss/core/_common.scss */
.availability .label {
  display: none;
}

/* line 118, ../scss/core/_common.scss */
.availability.in-stock {
  color: #11B400;
}

/* line 122, ../scss/core/_common.scss */
.availability.available-soon,
.availability.out-of-stock {
  color: #4fddfd;
}

/* line 127, ../scss/core/_common.scss */
.availability-only {
  color: #4fddfd;
  margin-bottom: 10px;
}

/* -------------------------------------------- *
 * Page Titles
 */
/* line 136, ../scss/core/_common.scss */
.page-title h1,
.page-title h2 {
  margin: 0;
  padding: 18px 16px 21px;
  background-color: #181818;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  text-transform: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

/* line 141, ../scss/core/_common.scss */
.page-title h1 {
  font-weight: 400;
  line-height: 28px;
}

/* -------------------------------------------- *
 * Product Titles
 */
/* line 151, ../scss/core/_common.scss */
.product-name h1,
.product-name .h1 {
  text-transform: none;
  font-size: 24px;
  font-weight: 600;
  color: #363636;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 3px;
  margin-bottom: 15px;
}

/* -------------------------------------------- *
 * Block Module
 */
/* line 160, ../scss/core/_common.scss */
.block,
.col-left-first {
  margin-bottom: 20px;
}

/* line 165, ../scss/core/_common.scss */
.col-left-first .block:last-of-type {
  margin-bottom: 0;
}

/* line 169, ../scss/core/_common.scss */
.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-top: 1px solid #d3d7d9;
}
/* line 175, ../scss/core/_common.scss */
.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  margin-bottom: 10px;
  color: #363636;
  font-family: "source-sans-pro", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  color: #0f396a;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 184, ../scss/core/_common.scss */
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #494949;
}

/* line 192, ../scss/core/_common.scss */
body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0;
}

/* line 197, ../scss/core/_common.scss */
.block-subtitle {
  font-weight: bold;
  margin-bottom: 7px;
}

/* line 202, ../scss/core/_common.scss */
.block-content {
  margin-top: 5px;
}

/* line 206, ../scss/core/_common.scss */
.block-content.unpad {
  padding: 0;
}

/* line 210, ../scss/core/_common.scss */
.block-content li.item {
  margin: 0 0 10px 9px;
}

/* line 214, ../scss/core/_common.scss */
.block-content li.item:last-child {
  margin-bottom: 0;
}

/* line 218, ../scss/core/_common.scss */
.block .actions {
  margin: 10px 0 0;
}
/* line 221, ../scss/core/_common.scss */
.block .actions:after {
  content: '';
  display: table;
  clear: both;
}
/* line 225, ../scss/core/_common.scss */
.block .actions a {
  float: left;
}
/* line 228, ../scss/core/_common.scss */
.block .actions .button {
  float: right;
}

/* line 236, ../scss/core/_common.scss */
.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px;
}

@media only screen and (max-width: 600px) {
  /* line 246, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
  }
  /* line 249, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
  }
  /* line 256, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #363636;
    font-family: "source-sans-pro", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    font-family: "source-sans-pro", sans-serif;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    font-size: 17px;
    line-height: 1em;
    margin-bottom: 0;
    padding: 20px 29px 20px 19px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #e5e5e5;
    position: relative;
    background-color: #f5f5f5;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0;
  }
  /* line 113, ../scss/mixin/_toggle-content.scss */
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #363636;
    border-right: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }
  /* line 265, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #363636;
    font-family: "source-sans-pro", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    font-family: "source-sans-pro", sans-serif;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    font-size: 17px;
    line-height: 1em;
    margin-bottom: 0;
    padding: 20px 29px 20px 19px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #e5e5e5;
    position: relative;
    background-color: #f5f5f5;
  }
  /* line 113, ../scss/mixin/_toggle-content.scss */
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #363636;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }
  /* line 271, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #d3d7d9;
  }
  /* line 281, ../scss/core/_common.scss */
  .sidebar .block:last-of-type {
    border-bottom: 1px solid #d3d7d9;
  }
}
/* -------------------------------------------- *
 * Secondary Navigation
 */
/* line 293, ../scss/core/_common.scss */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
/* line 298, ../scss/core/_common.scss */
.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  margin: 7px 0;
}
/* line 303, ../scss/core/_common.scss */
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #0f396a;
}
/* line 308, ../scss/core/_common.scss */
.block-account li a,
.block-cms-menu li a {
  color: #363636;
}
/* line 311, ../scss/core/_common.scss */
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #0f396a;
  text-decoration: none;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
/* line 324, ../scss/core/_common.scss */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: #DDDDDD;
  color: #363636;
  padding: 7px 15px;
}
/* line 332, ../scss/core/_common.scss */
.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #d0d0d0;
  cursor: pointer;
}
/* line 337, ../scss/core/_common.scss */
.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #c4c4c4;
  color: #363636;
}
/* line 342, ../scss/core/_common.scss */
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #363636;
  background: #c4c4c4;
  outline: none;
}

/* line 349, ../scss/core/_common.scss */
.sidebar .actions button.button {
  white-space: normal;
}

/* Primary Buttons */
/* line 355, ../scss/core/_common.scss */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: #0f396a;
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
/* line 373, ../scss/core/_common.scss */
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
  background: #4fddfd;
  cursor: pointer;
}
/* line 377, ../scss/core/_common.scss */
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
  background: #09213d;
  color: #FFFFFF;
}
/* line 381, ../scss/core/_common.scss */
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  background-color: #09213d;
  outline: none;
  color: #FFFFFF;
}

/* line 388, ../scss/core/_common.scss */
a.button {
  text-decoration: none;
}

/* line 392, ../scss/core/_common.scss */
a.button:hover {
  color: #FFFFFF;
}

/* Disabled - class for anchor, state for form elements */
/* line 397, ../scss/core/_common.scss */
.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}

/* Adjacent buttons */
/* line 405, ../scss/core/_common.scss */
.button + .button {
  margin-left: 5px;
}

/* line 419, ../scss/core/_common.scss */
.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

/* line 428, ../scss/core/_common.scss */
.button2:focus {
  outline: none;
}

/* line 432, ../scss/core/_common.scss */
.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #0f396a;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
}
/* line 442, ../scss/core/_common.scss */
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #061527;
}

@media only screen and (max-width: 600px) {
  /* line 450, ../scss/core/_common.scss */
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 457, ../scss/core/_common.scss */
  .col2-set .buttons-set .back-link {
    display: none;
  }
  /* line 460, ../scss/core/_common.scss */
  .col2-set .buttons-set .required {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 468, ../scss/core/_common.scss */
  .buttons-set .back-link {
    display: none;
  }
  /* line 471, ../scss/core/_common.scss */
  .buttons-set .required {
    display: none;
  }
}
/* -------------------------------------------- *
 * Paypal Button
 */
/* line 481, ../scss/core/_common.scss */
.paypal-logo.paypal-after {
  float: left;
}

/* line 485, ../scss/core/_common.scss */
.paypal-after .paypal-or {
  float: left;
}

/* line 489, ../scss/core/_common.scss */
.paypal-or {
  line-height: 34px;
  margin: 0px 10px 5px;
}

/* line 494, ../scss/core/_common.scss */
.paypal-after .paypal-button {
  float: left;
}

/* line 498, ../scss/core/_common.scss */
.paypal-button {
  line-height: 0px;
}

/* line 502, ../scss/core/_common.scss */
.paypal-button img {
  display: inline;
}

@media only screen and (max-width: 740px) {
  /* line 507, ../scss/core/_common.scss */
  .paypal-or {
    line-height: 20px;
  }

  /* line 511, ../scss/core/_common.scss */
  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* -------------------------------------------- *
 * Button Sets
 */
/* line 527, ../scss/core/_common.scss */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #EDEDED;
  text-align: right;
}
/* line 534, ../scss/core/_common.scss */
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}
/* line 540, ../scss/core/_common.scss */
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
/* line 545, ../scss/core/_common.scss */
.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}
/* line 550, ../scss/core/_common.scss */
.buttons-set button.button {
  float: right;
  margin-left: 5px;
  min-width: 140px;
}
/* line 556, ../scss/core/_common.scss */
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
/* line 565, ../scss/core/_common.scss */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-search .icon, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
  background-image: url(../images/icon_sprite_updated.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* line 572, ../scss/core/_common.scss */
  .icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
  .sorter > .view-mode .list, .skip-search .icon, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    /*background-image: url(../images/icon_sprite@2x.png);*/
    background-image: url(../images/icon_sprite_updated.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
/* line 583, ../scss/core/_common.scss */
.breadcrumbs {
  overflow: hidden;
  margin: 0;
  padding: 7px 15px 6px;
  background-color: #d8d8d8;
}

/* line 590, ../scss/core/_common.scss */
.breadcrumbs li {
  font-size: 11px;
  font-family: "source-sans-pro", sans-serif;
}

/* line 597, ../scss/core/_common.scss */
.breadcrumbs a {
  float: left;
  color: #494949;
}

/* line 602, ../scss/core/_common.scss */
.breadcrumbs a:hover {
  /*color: $c-action;*/
}

/* line 606, ../scss/core/_common.scss */
.breadcrumbs strong {
  color: #494949;
  font-weight: bold;
  white-space: nowrap;
}

/* line 612, ../scss/core/_common.scss */
.breadcrumbs span {
  float: left;
  padding: 0 6px 0 5px;
}

/* -------------------------------------------- *
 * Button - Remove / Previous
 */
/* line 629, ../scss/core/_common.scss */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #EDEDED;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}
/* line 642, ../scss/core/_common.scss */
.btn-remove:hover,
.btn-previous:hover {
  background-color: #0f396a;
  border-color: #0f396a;
}

/* line 649, ../scss/core/_common.scss */
.btn-remove:after {
  content: 'X';
  color: #0f396a;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: Arial, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
}
/* line 659, ../scss/core/_common.scss */
.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none;
}

/* line 665, ../scss/core/_common.scss */
.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top;
}
/* line 672, ../scss/core/_common.scss */
.btn-remove2:after {
  display: none;
}
/* line 675, ../scss/core/_common.scss */
.btn-remove2:hover {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 682, ../scss/core/_common.scss */
.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #0f396a;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
/* line 690, ../scss/core/_common.scss */
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #FFFFFF;
  border-left: none;
}

/* line 699, ../scss/core/_common.scss */
.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
/* line 710, ../scss/core/_common.scss */
.checkout-agreements li {
  margin-bottom: 20px;
}

/* line 714, ../scss/core/_common.scss */
.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #d3d7d9;
  background: #F4F4F4;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
/* line 728, ../scss/core/_common.scss */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 13px;
  line-height: 24px;
}

/* -------------------------------------------- *
 * Container
 */
/* line 738, ../scss/core/_common.scss */
.main-container,
.footer-container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}
/* line 745, ../scss/core/_common.scss */
.main-container:after,
.footer-container:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 480px) {
  /* line 752, ../scss/core/_common.scss */
  .main-container,
  .footer-container {
    padding: 0;
  }
}
/* line 758, ../scss/core/_common.scss */
.main-container {
  padding-bottom: 0;
}

/* line 762, ../scss/core/_common.scss */
.footer-container {
  padding-top: 0px;
}

/* -------------------------------------------- *
 * Column Layouts
 */
/* line 770, ../scss/core/_common.scss */
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

/* line 775, ../scss/core/_common.scss */
.col-left,
.col-right,
.col-main {
  padding: 0 10px;
}

/* line 781, ../scss/core/_common.scss */
.col-left {
  float: left;
  width: 25%;
  padding-left: 0;
  /* Remove the 15px padding */
  clear: left;
}
/* line 787, ../scss/core/_common.scss */
.col-left img {
  max-width: 100%;
}

/* line 792, ../scss/core/_common.scss */
.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
  /* Remove the 15px padding */
}
/* line 797, ../scss/core/_common.scss */
.col-right img {
  max-width: 100%;
}
/* line 801, ../scss/core/_common.scss */
.col-right .block-compare, .col-right .block-viewed {
  display: none;
}

/* line 806, ../scss/core/_common.scss */
.col-main {
  float: left;
  max-width: 1280px;
}

/* line 812, ../scss/core/_common.scss */
.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  /* Remove the 15px padding */
}

/* line 820, ../scss/core/_common.scss */
.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  /* Remove the 15px padding */
}

/* line 827, ../scss/core/_common.scss */
.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */
}

/* line 833, ../scss/core/_common.scss */
.col3-layout .col-right {
  width: 20.83333%;
}
/* line 837, ../scss/core/_common.scss */
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
/* line 841, ../scss/core/_common.scss */
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
/* line 846, ../scss/core/_common.scss */
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}

@media only screen and (max-width: 1000px) {
  /* line 853, ../scss/core/_common.scss */
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%;
  }
  /* line 861, ../scss/core/_common.scss */
  .col3-layout .col-wrapper {
    float: right;
    width: 100%;
  }
  /* line 865, ../scss/core/_common.scss */
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%;
  }
  /* line 870, ../scss/core/_common.scss */
  .col3-layout .col-wrapper .col-left {
    width: 25%;
  }
}
@media only screen and (max-width: 599px) {
  /* line 878, ../scss/core/_common.scss */
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 3px;
    float: none;
    width: auto;
  }

  /* line 899, ../scss/core/_common.scss */
  .col3-layout .col-wrapper {
    float: none;
    width: auto;
  }

  /* line 904, ../scss/core/_common.scss */
  .col-main {
    float: none;
    width: auto;
    position: relative;
  }
  /* line 909, ../scss/core/_common.scss */
  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */
  }
  /* line 912, ../scss/core/_common.scss */
  .col-main .category-description {
    padding: 15px 15px 0;
  }
  /* line 915, ../scss/core/_common.scss */
  .col-main .category-description h1, .col-main .category-description h2 {
    display: none;
  }
  /* line 918, ../scss/core/_common.scss */
  .col-main .category-description p {
    font-size: 16px;
  }
}
/* Content Columns */
/* line 927, ../scss/core/_common.scss */
.col2-set {
  width: 100%;
}
/* line 930, ../scss/core/_common.scss */
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 600px) {
  /* line 930, ../scss/core/_common.scss */
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }
}
/* line 940, ../scss/core/_common.scss */
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
/* line 945, ../scss/core/_common.scss */
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 599px) {
  /* line 951, ../scss/core/_common.scss */
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 961, ../scss/core/_common.scss */
.col2-set .narrow {
  width: 33%;
}
/* line 965, ../scss/core/_common.scss */
.col2-set .wide {
  width: 65%;
}
/* line 969, ../scss/core/_common.scss */
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 601px) {
  /* line 978, ../scss/core/_common.scss */
  .top-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
/* line 989, ../scss/core/_common.scss */
.global-site-notice {
  background: #676157;
  color: #E6E6E6;
  font-size: 11px;
}
/* line 994, ../scss/core/_common.scss */
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("../images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}
/* line 1009, ../scss/core/_common.scss */
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
/* line 1018, ../scss/core/_common.scss */
.promo-msg {
  color: #0f396a;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
}

/* -------------------------------------------- *
 * Grid
 */
/* line 1030, ../scss/core/_common.scss */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
/* line 1037, ../scss/core/_common.scss */
.success {
  color: #11B400;
}

/* line 1041, ../scss/core/_common.scss */
.error {
  color: #4fddfd;
}

/* line 1045, ../scss/core/_common.scss */
.notice {
  color: #E26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
/* line 1054, ../scss/core/_common.scss */
.messages {
  margin-bottom: 10px;
}

/* line 1058, ../scss/core/_common.scss */
.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #F4F4F4;
  font-size: 15px;
}

/* line 1066, ../scss/core/_common.scss */
.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

/* line 1072, ../scss/core/_common.scss */
.messages .error-msg li {
  color: #000000;
  border-left: 5px solid #4fddfd;
  background-color: #ededed;
}

/* line 1078, ../scss/core/_common.scss */
.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4fddfd;
  border-right: none;
}

/* line 1082, ../scss/core/_common.scss */
.messages .notice-msg li {
  color: #000000;
  border-left: 5px solid #E26703;
  background-color: #F9EBE6;
}

/* line 1088, ../scss/core/_common.scss */
.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #E26703;
  border-right: none;
}

/* line 1092, ../scss/core/_common.scss */
.messages .success-msg li {
  color: #000000;
  border-left: 5px solid #11B400;
  background-color: #EFF5EA;
}

/* line 1098, ../scss/core/_common.scss */
.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #11B400;
  border-right: none;
}

@media only screen and (min-width: 915px) {
  /* line 1106, ../scss/core/_common.scss */
  .order-list-grid .col-1 {
    width: 30%;
  }

  /* line 1110, ../scss/core/_common.scss */
  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }

  /* line 1115, ../scss/core/_common.scss */
  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}
/* -------------------------------------------- *
 * Page Popup
 */
/* line 1127, ../scss/core/_common.scss */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

/* line 1133, ../scss/core/_common.scss */
.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
/* line 1142, ../scss/core/_common.scss */
.payment-methods {
  margin-bottom: 20px;
}

/* line 1146, ../scss/core/_common.scss */
.payment-methods dt {
  padding: 5px 0;
}

/* line 1150, ../scss/core/_common.scss */
.payment-methods dd {
  padding-top: 10px;
}

/* line 1154, ../scss/core/_common.scss */
.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #d3d7d9;
  background: #F4F4F4;
}

/* line 1164, ../scss/core/_common.scss */
.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #d3d7d9;
  border-top: none;
  top: -11px;
  left: 30px;
}

/* line 1170, ../scss/core/_common.scss */
.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #F4F4F4;
  border-top: none;
  top: -10px;
  left: 30px;
}

/* line 1176, ../scss/core/_common.scss */
.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
/* line 1184, ../scss/core/_common.scss */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}
/* line 1192, ../scss/core/_common.scss */
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
/* line 1203, ../scss/core/_common.scss */
.price-box {
  margin: 7px 0;
  font-family: "source-sans-pro", sans-serif;
}

/* line 1208, ../scss/core/_common.scss */
.price-box p {
  margin-bottom: 0;
}

/* line 1212, ../scss/core/_common.scss */
.price-notice {
  color: #494949;
}

/* line 1216, ../scss/core/_common.scss */
.price-box .price {
  color: #901518;
  font-size: 16px;
  font-weight: bold;
}

/* line 1222, ../scss/core/_common.scss */
.price-box .price,
.price {
  font-family: "source-sans-pro", sans-serif;
}

/* line 1227, ../scss/core/_common.scss */
.price-box .price-label {
  color: #363636;
  white-space: nowrap;
  font-family: "source-sans-pro", sans-serif;
  font-size: 15px;
}

/* line 1234, ../scss/core/_common.scss */
.price-box .minimal-price-link {
  padding-left: 1em;
  color: #0f396a;
  /*display: block;*/
  /* We want this to show on its own line, otherwise the layout looks funky */
  display: none;
}
/* line 1240, ../scss/core/_common.scss */
.price-box .minimal-price-link .label {
  color: #494949;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
/* line 1249, ../scss/core/_common.scss */
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
}
/* line 1253, ../scss/core/_common.scss */
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
/* line 1257, ../scss/core/_common.scss */
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}

/* line 1263, ../scss/core/_common.scss */
.price-box .old-price .price {
  color: #494949;
  text-decoration: line-through;
}

/* line 1269, ../scss/core/_common.scss */
.price-box .special-price {
  color: #0f396a;
  padding-left: 1em;
}
/* line 1273, ../scss/core/_common.scss */
.price-box .special-price .price-label {
  color: #D84D3C;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
/* line 1282, ../scss/core/_common.scss */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

/* line 1287, ../scss/core/_common.scss */
span.weee {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
/* line 1295, ../scss/core/_common.scss */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
}
/* line 1304, ../scss/core/_common.scss */
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}
/* line 1307, ../scss/core/_common.scss */
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
/* line 1310, ../scss/core/_common.scss */
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */
/* line 1319, ../scss/core/_common.scss */
.item-options {
  font-size: 14px;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
}
/* line 1323, ../scss/core/_common.scss */
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1327, ../scss/core/_common.scss */
.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic;
}
/* line 1334, ../scss/core/_common.scss */
.item-options dt:after {
  content: ': ';
}
/* line 1339, ../scss/core/_common.scss */
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

/* line 1346, ../scss/core/_common.scss */
.truncated,
.truncated a.dots {
  cursor: help;
}

/* line 1351, ../scss/core/_common.scss */
.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
/* line 1356, ../scss/core/_common.scss */
.truncated a.details:hover {
  text-decoration: none;
}

/* line 1361, ../scss/core/_common.scss */
.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

/* line 1366, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #0f396a;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}
/* line 1377, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #0f396a;
  border-top: none;
  left: 97px;
  top: -7px;
}

/* line 1384, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* line 1390, ../scss/core/_common.scss */
.truncated .show .item-options {
  display: block;
}

@media only screen and (max-width: 479px) {
  /* line 1396, ../scss/core/_common.scss */
  .truncated {
    cursor: inherit;
  }
  /* line 1399, ../scss/core/_common.scss */
  .truncated a.details {
    display: none;
  }
  /* line 1404, ../scss/core/_common.scss */
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }
  /* line 1412, ../scss/core/_common.scss */
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  /* line 1416, ../scss/core/_common.scss */
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
/* line 1429, ../scss/core/_common.scss */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
/* line 1439, ../scss/core/_common.scss */
.add-to-links {
  margin: 7px 0;
}
/* line 1442, ../scss/core/_common.scss */
.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px;
}

/* line 1448, ../scss/core/_common.scss */
.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
/* line 1456, ../scss/core/_common.scss */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
  border: 0;
}

@media only screen and (max-width: 600px) {
  /* line 1465, ../scss/core/_common.scss */
  body .product-img-box .product-image:hover {
    border-color: #EDEDED;
    border: 0;
  }
}
/* line 1471, ../scss/core/_common.scss */
.no-touch .product-image:hover {
  border-color: #0f396a;
}

/* -------------------------------------------- *
 * Ratings
 */
/* line 1479, ../scss/core/_common.scss */
.ratings {
  margin: 7px 0;
}
/* line 1482, ../scss/core/_common.scss */
.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0;
}
/* line 1487, ../scss/core/_common.scss */
.ratings .rating-box {
  width: 65px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden;
}
/* line 1495, ../scss/core/_common.scss */
.ratings .rating-box .rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -600px;
}
/* line 1502, ../scss/core/_common.scss */
.ratings .amount {
  display: block;
  margin: 5px auto;
}
/* line 1508, ../scss/core/_common.scss */
.ratings .rating-links .separator {
  margin: 0 3px;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
/* line 1518, ../scss/core/_common.scss */
.std p {
  margin: 0 0 1.5em;
}

/* line 1522, ../scss/core/_common.scss */
.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

/* line 1527, ../scss/core/_common.scss */
.std ol li {
  margin-left: 2em;
}

/* line 1531, ../scss/core/_common.scss */
.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}
/* line 1535, ../scss/core/_common.scss */
.std ul.sitemap-user {
  padding-top: 70px;
  padding-left: 20px;
}

/* line 1541, ../scss/core/_common.scss */
.std ul li {
  margin-left: 2em;
  color: #969291;
}

/* line 1546, ../scss/core/_common.scss */
.std .note {
  color: #494949;
  font-size: 13px;
}

/* -------------------------------------------- *
 * Tabs
 */
/* line 1555, ../scss/core/_common.scss */
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */
/* line 1564, ../scss/core/_common.scss */
.toolbar {
  margin: 3px 3px 24px;
  background: #f5f5f5;
  padding: 0;
}
/* line 1569, ../scss/core/_common.scss */
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

/* line 1574, ../scss/core/_common.scss */
.pager-no-toolbar {
  margin-bottom: 10px;
}

/* line 1579, ../scss/core/_common.scss */
.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}

/* line 1583, ../scss/core/_common.scss */
.toolbar,
.pager {
  font-family: "source-sans-pro", sans-serif;
  color: #363636;
  line-height: 45px;
  font-size: 13px;
}

/* line 1591, ../scss/core/_common.scss */
.toolbar label,
.pager-no-toolbar label {
  font-weight: normal;
}

/* line 1599, ../scss/core/_common.scss */
.sorter {
  float: left;
  border-bottom: 3px solid #fff;
}
/* line 1603, ../scss/core/_common.scss */
.sorter label {
  float: left;
  margin-right: 5px;
}
/* line 1607, ../scss/core/_common.scss */
.sorter label:after {
  content: ':';
}
/* line 1612, ../scss/core/_common.scss */
.sorter select {
  vertical-align: middle;
}

/* line 1617, ../scss/core/_common.scss */
.sorter > .sort-by {
  float: left;
  margin-left: 10px;
  margin-right: 5px;
}
/* line 1623, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
/* line 1630, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4px -543px;
}
/* line 1632, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -543px;
}
/* line 1636, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -565px;
}
/* line 1638, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -565px;
}

/* line 1644, ../scss/core/_common.scss */
.sorter > .view-mode {
  float: right;
  display: none;
}
/* line 1649, ../scss/core/_common.scss */
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
}
/* line 1656, ../scss/core/_common.scss */
.sorter > .view-mode .grid {
  margin-right: 5px;
  background-position: 10px -490px;
}
/* line 1660, ../scss/core/_common.scss */
.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
  background-position: -40px -490px;
}
/* line 1664, ../scss/core/_common.scss */
.sorter > .view-mode .list {
  background-position: 13px -515px;
}
/* line 1668, ../scss/core/_common.scss */
.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background-position: -37px -515px;
}

/* line 1674, ../scss/core/_common.scss */
.pager {
  float: right;
  overflow: hidden;
}
/* line 1678, ../scss/core/_common.scss */
.pager > .count-container {
  float: left;
}
/* line 1682, ../scss/core/_common.scss */
.pager .amount {
  float: right;
  font-family: "Helvetica Neue", Arial, sans-serif;
  white-space: nowrap;
  margin: 0 15px 0;
}
/* line 1689, ../scss/core/_common.scss */
.pager .limiter {
  float: left;
  height: 35px;
  line-height: 35px;
}
/* line 1694, ../scss/core/_common.scss */
.pager .limiter > label {
  padding-right: 5px;
}
/* line 1697, ../scss/core/_common.scss */
.pager .limiter > label:after {
  content: ':';
}

/* line 1711, ../scss/core/_common.scss */
.toolbar select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border-color: #ddd;
  background-color: #fefefe;
}

/* line 1717, ../scss/core/_common.scss */
.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}
/* line 1722, ../scss/core/_common.scss */
.pages strong {
  display: none;
}

/* line 1727, ../scss/core/_common.scss */
.pages li {
  float: left;
}

/* line 1731, ../scss/core/_common.scss */
.pages a,
.pages .current {
  display: inline-block;
  border: 0;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
  white-space: nowrap;
  line-height: 2.1em;
  width: 26px;
  height: 26px;
  margin: 4px 4px 0 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* line 1750, ../scss/core/_common.scss */
.pages .current,
.pages .current:hover {
  width: 26px;
  background-color: #e2ded3;
  color: #fff;
  cursor: default;
  margin-top: 4px;
}

/* line 1760, ../scss/core/_common.scss */
.pages .next,
.pages .previous {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: #fff;
  position: relative;
}

/* line 1776, ../scss/core/_common.scss */
.pages .next:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #000;
  border-right: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
/* line 1783, ../scss/core/_common.scss */
.pages .next:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #000;
  border-right: none;
}

/* line 1789, ../scss/core/_common.scss */
.pages .previous:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #000;
  border-left: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
/* line 1796, ../scss/core/_common.scss */
.pages .previous:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #000;
  border-left: none;
}

@media only screen and (max-width: 340px) {
  /* line 1804, ../scss/core/_common.scss */
  .limiter label {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1813, ../scss/core/_common.scss */
  .pager .amount--has-pages {
    display: none;
  }

  /* line 1817, ../scss/core/_common.scss */
  .pages {
    float: left;
  }
}
@media only screen and (max-width: 600px) {
  /* line 1827, ../scss/core/_common.scss */
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }
  /* line 1832, ../scss/core/_common.scss */
  .col1-layout .pager {
    float: left;
    clear: both;
  }
  /* line 1836, ../scss/core/_common.scss */
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  /* line 1841, ../scss/core/_common.scss */
  .col1-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 770px) {
  /* line 1853, ../scss/core/_common.scss */
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
  }
  /* line 1858, ../scss/core/_common.scss */
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }
  /* line 1862, ../scss/core/_common.scss */
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: right;
    margin: 0;
  }
  /* line 1867, ../scss/core/_common.scss */
  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: left;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1279px) {
  /* line 1877, ../scss/core/_common.scss */
  .toolbar .view-mode > label {
    display: none;
  }
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
/* line 1889, ../scss/core/_common.scss */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
/* line 1893, ../scss/core/_common.scss */
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #0f396a;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
/* line 1899, ../scss/core/_common.scss */
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #061527;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
/* line 1909, ../scss/core/_common.scss */
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #0f396a;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
/* line 1915, ../scss/core/_common.scss */
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #061527;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

/* line 1927, ../scss/core/_common.scss */
#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
/* line 1937, ../scss/core/_common.scss */
.a-center {
  text-align: center;
}

/* line 1941, ../scss/core/_common.scss */
.a-right,
.align-right {
  text-align: right;
}

/* line 1946, ../scss/core/_common.scss */
.no-display {
  display: none !important;
}

/* line 1950, ../scss/core/_common.scss */
.nobr,
.nowrap {
  white-space: nowrap;
}

/* line 1955, ../scss/core/_common.scss */
.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
/* line 1963, ../scss/core/_common.scss */
.hidden {
  display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
/* line 1971, ../scss/core/_common.scss */
.page-print .print-head {
  margin: 0 0 15px;
}

/* line 1975, ../scss/core/_common.scss */
.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
  display: none;
}

@media only screen and (min-width: 600px) {
  /* line 1985, ../scss/core/_common.scss */
  .toolbar {
    margin: 15px 0 3px 0;
  }
  /* line 1988, ../scss/core/_common.scss */
  .toolbar select {
    height: 26px;
    vertical-align: initial;
  }

  /* line 1993, ../scss/core/_common.scss */
  .sorter {
    border-bottom: none;
    padding-left: 10px;
  }
  /* line 1997, ../scss/core/_common.scss */
  .sorter label {
    font-size: 13px;
  }

  /* line 2001, ../scss/core/_common.scss */
  .sorter > .view-mode {
    display: block;
    float: left;
  }

  /* line 2006, ../scss/core/_common.scss */
  .sorter > .sort-by {
    margin-right: 0;
    margin-left: 15px;
  }

  /* line 2010, ../scss/core/_common.scss */
  .pager > .count-container {
    display: none;
  }

  /* line 2013, ../scss/core/_common.scss */
  .breadcrumbs {
    margin-top: 27px;
    padding-left: 35px;
    background-color: #ffffff;
  }
  /* line 2018, ../scss/core/_common.scss */
  .breadcrumbs li {
    font-size: 12px;
  }
  /* line 2021, ../scss/core/_common.scss */
  .breadcrumbs li:last-child {
    font-size: 15px;
    line-height: 18px;
  }

  /* line 2029, ../scss/core/_common.scss */
  .price-box .price-label, .price-box .price {
    font-size: 15px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 2047, ../scss/core/_common.scss */
  .toolbar .sorter {
    padding-left: 35px;
  }
  /* line 2050, ../scss/core/_common.scss */
  .toolbar .sorter .view-mode > label {
    display: inline-block;
  }
}
/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
/* line 36, ../scss/core/_form.scss */
.fieldset p {
  margin-bottom: 7px;
}
/* line 40, ../scss/core/_form.scss */
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
}

/* line 48, ../scss/core/_form.scss */
.fieldset + .fieldset {
  margin-top: 5px;
}

/* line 52, ../scss/core/_form.scss */
form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #363636;
  font-family: "source-sans-pro", sans-serif;
  font-size: 17px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: none;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #EDEDED;
}

/* -------------------------------------------- *
 * Input Box
 */
/* line 63, ../scss/core/_form.scss */
.input-box {
  padding-top: 2px;
}
/* line 66, ../scss/core/_form.scss */
.input-box:after {
  content: '';
  display: table;
  clear: both;
}

/* line 72, ../scss/core/_form.scss */
li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
/* line 81, ../scss/core/_form.scss */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
/* line 91, ../scss/core/_form.scss */
label {
  display: inline-block;
  font-size: 16px;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 99, ../scss/core/_form.scss */
label.required:after,
span.required:after {
  content: ' *';
  color: #4fddfd;
  font-weight: normal;
  font-family: "source-sans-pro", sans-serif;
  font-size: 12px;
}

/* line 108, ../scss/core/_form.scss */
label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */
/* line 117, ../scss/core/_form.scss */
.input-hint {
  color: #494949;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
/* line 126, ../scss/core/_form.scss */
select {
  font-size: 14px;
}

/* line 130, ../scss/core/_form.scss */
select + select {
  margin-left: 5px;
}

/* line 134, ../scss/core/_form.scss */
select[multiple] {
  width: 270px;
  border: 1px solid #d3cdc8;
  font-size: 15px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
/* line 145, ../scss/core/_form.scss */
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */
/* line 156, ../scss/core/_form.scss */
.input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #d3cdc8;
  background: #FFFFFF;
  font-size: 15px;
}
/* line 163, ../scss/core/_form.scss */
.input-text:focus {
  border: 1px solid #d3cdc8;
}

/* line 168, ../scss/core/_form.scss */
.input-text.validation-failed {
  border-color: #4fddfd;
}

/* line 173, ../scss/core/_form.scss */
.input-text.validation-failed:focus {
  outline-color: #a7eefe;
}

/* line 177, ../scss/core/_form.scss */
input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 30px;
  padding: 0 8px;
}

/* line 187, ../scss/core/_form.scss */
input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 365px;
  max-width: 100%;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  /* line 199, ../scss/core/_form.scss */
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */
  }
}
/* line 210, ../scss/core/_form.scss */
.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
/* line 218, ../scss/core/_form.scss */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
/* line 229, ../scss/core/_form.scss */
::-webkit-input-placeholder {
  color: #535353;
}

/* line 233, ../scss/core/_form.scss */
input:-moz-placeholder {
  color: #535353;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
/* line 241, ../scss/core/_form.scss */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

/* line 248, ../scss/core/_form.scss */
.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
/* line 262, ../scss/core/_form.scss */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #4fddfd;
  font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */
/* line 275, ../scss/core/_form.scss */
.form-list > li {
  margin-bottom: 10px;
}
/* line 278, ../scss/core/_form.scss */
.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%;
}
/* line 284, ../scss/core/_form.scss */
.form-list .input-range .input-text {
  width: 74px;
}
/* line 288, ../scss/core/_form.scss */
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
/* line 296, ../scss/core/_form.scss */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
/* line 302, ../scss/core/_form.scss */
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
/* line 306, ../scss/core/_form.scss */
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
/* line 311, ../scss/core/_form.scss */
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 15px;
}
/* line 319, ../scss/core/_form.scss */
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  color: #363636;
  background-color: #F4F4F4;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 40px;
}
/* line 328, ../scss/core/_form.scss */
.form-list .control label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
  background-color: #ededed;
}
/* line 334, ../scss/core/_form.scss */
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
/* line 338, ../scss/core/_form.scss */
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

/* line 345, ../scss/core/_form.scss */
.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 250px;
  max-width: 100%;
}

/* line 353, ../scss/core/_form.scss */
.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

/* line 360, ../scss/core/_form.scss */
.form-list .control {
  margin-top: 10px;
}
/* line 363, ../scss/core/_form.scss */
.form-list .control label {
  float: none;
}
/* line 366, ../scss/core/_form.scss */
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
/* line 370, ../scss/core/_form.scss */
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

/* line 379, ../scss/core/_form.scss */
form .form-instructions {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #494949;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
/* line 30, ../scss/core/_table.scss */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
/* line 38, ../scss/core/_table.scss */
.data-table {
  width: 100%;
}

/* line 42, ../scss/core/_table.scss */
.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
}

/* line 48, ../scss/core/_table.scss */
.data-table th {
  background: #f8f4e8;
  text-transform: uppercase;
  font-family: "source-sans-pro", sans-serif;
  line-height: 1.4;
  white-space: nowrap;
}

/* line 61, ../scss/core/_table.scss */
.data-table tbody td,
.data-table tfoot td {
  font-family: "source-sans-pro", sans-serif;
}

/* line 66, ../scss/core/_table.scss */
.data-table tfoot tr {
  background: #f8f4e8;
}

/* line 70, ../scss/core/_table.scss */
.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
/* line 74, ../scss/core/_table.scss */
.data-table tbody td .item-options dt:after {
  content: ':';
}

/* ============================================ *
 * Generic Info Table
 * ============================================ */
/* line 83, ../scss/core/_table.scss */
.info-box {
  border: 1px solid #C0C0C0;
  padding: 12px 15px;
  margin: 0 0 15px;
}
/* line 88, ../scss/core/_table.scss */
.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

/* line 94, ../scss/core/_table.scss */
.info-table th,
.info-table td {
  vertical-align: top;
}

/* line 99, ../scss/core/_table.scss */
.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0;
}

/* line 104, ../scss/core/_table.scss */
.info-table td {
  padding: 4px 0;
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
/* line 113, ../scss/core/_table.scss */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #C0C0C0;
}
/* line 118, ../scss/core/_table.scss */
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #C0C0C0;
  padding: 6px;
  background-color: transparent;
}
/* line 125, ../scss/core/_table.scss */
.zebra-table tr {
  background-color: #EEEDED;
}
/* line 129, ../scss/core/_table.scss */
.zebra-table tr:nth-child(odd) {
  background-color: #F8F7F5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  /* line 240, ../scss/core/_table.scss */
  .linearize-table {
    /* Helpers */
  }
  /* line 140, ../scss/core/_table.scss */
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  /* line 146, ../scss/core/_table.scss */
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  /* line 151, ../scss/core/_table.scss */
  .linearize-table thead th.lin-hide {
    display: none;
  }
  /* line 155, ../scss/core/_table.scss */
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  /* line 159, ../scss/core/_table.scss */
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #d3d7d9;
  }
  /* line 164, ../scss/core/_table.scss */
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  /* line 170, ../scss/core/_table.scss */
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  /* line 174, ../scss/core/_table.scss */
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  /* line 178, ../scss/core/_table.scss */
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  /* line 183, ../scss/core/_table.scss */
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  /* line 188, ../scss/core/_table.scss */
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  /* line 196, ../scss/core/_table.scss */
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  /* line 201, ../scss/core/_table.scss */
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 205, ../scss/core/_table.scss */
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  /* line 210, ../scss/core/_table.scss */
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  /* line 214, ../scss/core/_table.scss */
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  /* line 219, ../scss/core/_table.scss */
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  /* line 226, ../scss/core/_table.scss */
  .linearize-table .linearize-hide {
    display: none;
  }
  /* line 230, ../scss/core/_table.scss */
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  /* line 234, ../scss/core/_table.scss */
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  /* line 246, ../scss/core/_table.scss */
  .linearize-table-large {
    /* Helpers */
  }
  /* line 140, ../scss/core/_table.scss */
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  /* line 146, ../scss/core/_table.scss */
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  /* line 151, ../scss/core/_table.scss */
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  /* line 155, ../scss/core/_table.scss */
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  /* line 159, ../scss/core/_table.scss */
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #d3d7d9;
  }
  /* line 164, ../scss/core/_table.scss */
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  /* line 170, ../scss/core/_table.scss */
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  /* line 174, ../scss/core/_table.scss */
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  /* line 178, ../scss/core/_table.scss */
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  /* line 183, ../scss/core/_table.scss */
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  /* line 188, ../scss/core/_table.scss */
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  /* line 196, ../scss/core/_table.scss */
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  /* line 201, ../scss/core/_table.scss */
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 205, ../scss/core/_table.scss */
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  /* line 210, ../scss/core/_table.scss */
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  /* line 214, ../scss/core/_table.scss */
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  /* line 219, ../scss/core/_table.scss */
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  /* line 226, ../scss/core/_table.scss */
  .linearize-table-large .linearize-hide {
    display: none;
  }
  /* line 230, ../scss/core/_table.scss */
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  /* line 234, ../scss/core/_table.scss */
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  /* line 252, ../scss/core/_table.scss */
  .linearize-table .linearize-collapse {
    display: none;
  }
}
/* ============================================ *
 * Global
 * ============================================ */
/* line 33, ../scss/layout/_global.scss */
body {
  background-color: #2c2c2c;
}

/* line 36, ../scss/layout/_global.scss */
.wrapper {
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}

/* line 43, ../scss/layout/_global.scss */
.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

/* line 47, ../scss/layout/_global.scss */
#catLearnmore,
#catHelpMeChoose {
  display: none;
}

/* line 52, ../scss/layout/_global.scss */
.nomobile {
  display: none;
}

/* line 55, ../scss/layout/_global.scss */
.nodesktop {
  display: block;
}

@media only screen and (min-width: 600px) {
  /* line 61, ../scss/layout/_global.scss */
  .nomobile {
    display: block;
  }

  /* line 64, ../scss/layout/_global.scss */
  .nodesktop {
    display: none;
  }
}
/* ============================================ *
 * Header
 * ============================================ */
@media only screen and (min-width: 600px) {
  /* line 38, ../scss/layout/_header.scss */
  .page-header {
    width: 100%;
    height: 140px;
    border-bottom: 49px solid #0a2a4f;
    background-color: #0f396a;
    position: relative;
    z-index: 10;
  }
  /* line 46, ../scss/layout/_header.scss */
  .page-header .page-header-container {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 1280px;
    height: 91px;
    bottom: auto !important;
  }
  /* line 54, ../scss/layout/_header.scss */
  .page-header .page-header-container .page-header-container-inner {
    padding: 0 15px;
    height: 91px;
  }
  /* line 58, ../scss/layout/_header.scss */
  .page-header .page-header-container .page-header-container-inner.crushed {
    padding: 0 7px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 69, ../scss/layout/_header.scss */
  .page-header .page-header-container .page-header-container-inner {
    padding: 0 30px;
  }
}
/* line 75, ../scss/layout/_header.scss */
.header-language-container,
.page-header {
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
/* line 85, ../scss/layout/_header.scss */
.header-language-background {
  padding: 10px;
  background-color: #0f396a;
  text-transform: uppercase;
  display: none;
}
/* line 91, ../scss/layout/_header.scss */
.header-language-background .header-language-container {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
/* line 97, ../scss/layout/_header.scss */
.header-language-background:after {
  content: '';
  display: table;
  clear: both;
}
/* line 101, ../scss/layout/_header.scss */
.header-language-background .form-language,
.header-language-background .currency-switcher {
  float: left;
  margin-right: 10px;
}
/* line 107, ../scss/layout/_header.scss */
.header-language-background .welcome-msg {
  float: right;
}

/* line 112, ../scss/layout/_header.scss */
.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  padding: 13px 15px 10px 10px;
  display: none;
}
/* line 118, ../scss/layout/_header.scss */
.page-header-container .store-language-container label {
  display: none;
}
/* line 121, ../scss/layout/_header.scss */
.page-header-container .store-language-container select {
  max-width: 100%;
}

@media only screen and (max-width: 479px) {
  /* line 127, ../scss/layout/_header.scss */
  .page-header-container .store-language-container {
    padding-top: 8px;
  }
  /* line 130, ../scss/layout/_header.scss */
  .page-header-container .store-language-container select {
    font-size: 12px;
  }
}
/* line 137, ../scss/layout/_header.scss */
.header-language-background,
.header-language-background a {
  color: #E6E6E6;
}

@media only screen and (max-width: 600px) {
  /* line 144, ../scss/layout/_header.scss */
  .header-language-background {
    display: none;
  }
}
/* ============================================ *
 * Logo
 * ============================================ */
/* line 155, ../scss/layout/_header.scss */
.logo {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  display: block;
  float: left;
  text-align: left;
  padding: 0;
  position: absolute;
  left: 72px;
  top: 11px;
  z-index: 2;
}
/* line 168, ../scss/layout/_header.scss */
.logo span {
  color: #4fddfd;
}
/* line 172, ../scss/layout/_header.scss */
.logo:hover {
  text-decoration: none;
  color: #fff;
}

/* line 191, ../scss/layout/_header.scss */
.header-info-container .free-shipping-link {
  display: none;
}

@media only screen and (min-width: 600px) {
  /* line 201, ../scss/layout/_header.scss */
  .logo {
    width: auto;
    position: absolute;
    float: left;
    top: 25px;
    left: 15px;
    font-size: 26px;
    transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -webkit-transition: all 0.25s ease-out 0s;
  }

  /* line 213, ../scss/layout/_header.scss */
  .crushed .logo {
    top: 14px;
    transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -webkit-transition: all 0.25s ease-out 0s;
    font-size: 25px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 226, ../scss/layout/_header.scss */
  .logo {
    left: 30px;
  }
}
@media only screen and (min-width: 979px) {
  /* line 234, ../scss/layout/_header.scss */
  .logo {
    font-size: 34px;
    top: 19px;
  }
}
/* ============================================ *
 * Header Info Container
 * ============================================ */
@media only screen and (min-width: 600px) {
  /* line 247, ../scss/layout/_header.scss */
  .header-info-container {
    height: 10px;
    width: 306px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -webkit-transition: all 0.25s ease-out 0s;
  }
  /* line 258, ../scss/layout/_header.scss */
  .header-info-container .free-shipping-link {
    float: right;
    clear: both;
    display: block;
    color: #901518;
    position: relative;
    padding-right: 13px;
    margin-top: 15px;
    font-size: 17px;
  }
  /* line 268, ../scss/layout/_header.scss */
  .header-info-container .free-shipping-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #901518;
    border-right: none;
    top: 38%;
    right: 0;
  }

  /* line 284, ../scss/layout/_header.scss */
  .crushed .header-info-container {
    top: -14px;
    transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -webkit-transition: all 0.25s ease-out 0s;
  }
}
@media only screen and (min-width: 770px) {
  /* line 294, ../scss/layout/_header.scss */
  .header-info-container {
    width: 402px;
  }
}
@media only screen and (min-width: 979px) {
  /* line 301, ../scss/layout/_header.scss */
  .header-info-container {
    width: 592px;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 307, ../scss/layout/_header.scss */
  .header-info-container {
    width: 727px;
  }
}
/* ============================================ *
 * Header Chat/Phone
 * ============================================ */
/* line 317, ../scss/layout/_header.scss */
#header-Contact {
  display: none;
}

@media only screen and (min-width: 480px) {
  /* line 326, ../scss/layout/_header.scss */
  #header-Contact {
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 16px;
  }
  /* line 331, ../scss/layout/_header.scss */
  #header-Contact #velaroChat {
    display: none;
  }
  /* line 334, ../scss/layout/_header.scss */
  #header-Contact .headerPhone {
    position: absolute;
    top: -100px;
    left: -100px;
  }
  /* line 339, ../scss/layout/_header.scss */
  #header-Contact .headerPhoneMobile {
    display: inline-block;
    color: #0a294d;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    padding-top: 26px;
    width: 37px;
    height: 45px;
    background: #4fddfd url(../images/icons/phone_header_mobile_icon.png) 9px 9px no-repeat;
  }
  /* line 350, ../scss/layout/_header.scss */
  #header-Contact .headerPhoneMobile:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 600px) {
  /* line 364, ../scss/layout/_header.scss */
  #header-Contact {
    display: block;
    float: right;
    margin-top: 0px;
    top: 0;
    right: 2px;
  }

  /* line 371, ../scss/layout/_header.scss */
  #header-Contact #velaroChat {
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 64px;
    right: 0;
    z-index: 100;
  }
  /* line 380, ../scss/layout/_header.scss */
  #header-Contact #velaroChat:after {
    content: '+';
    margin-left: 5px;
    color: #4fddfd;
  }
  /* line 386, ../scss/layout/_header.scss */
  #header-Contact #velaroChat:hover {
    text-decoration: none;
  }

  /* line 391, ../scss/layout/_header.scss */
  .crushed #header-Contact #velaroChat {
    display: none;
  }

  /* line 397, ../scss/layout/_header.scss */
  #header-Contact .headerPhone {
    color: #4fddfd;
    font-weight: 700;
    font-size: 20px;
    padding-left: 16px;
    background-size: auto 22px;
    position: static;
    line-height: 20px;
  }
  /* line 406, ../scss/layout/_header.scss */
  #header-Contact .headerPhone:hover {
    text-decoration: none;
  }
  /* line 410, ../scss/layout/_header.scss */
  #header-Contact .headerPhoneMobile {
    display: none;
    position: absolute;
    top: -500px;
  }
}
/* ============================================ *
 * Skip Links
 * ============================================ */
/* line 424, ../scss/layout/_header.scss */
.skip-links {
  clear: both;
  overflow: hidden;
  background-color: #0f396a;
}

@media only screen and (min-width: 600px) {
  /* line 438, ../scss/layout/_header.scss */
  .skip-links {
    border: 0;
    box-shadow: none;
    clear: none;
  }
}
/* -------------------------------------------- *
 * Skip - Link
 */
/* line 449, ../scss/layout/_header.scss */
.skip-link {
  position: relative;
  float: left;
  width: 47px;
  height: 47px;
  background: url(../images/skip_link_m_bg.png) no-repeat 0 0;
  color: #434343;
  line-height: normal;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
}
/* line 461, ../scss/layout/_header.scss */
.skip-link.priceBoxLoginForPrice {
  font-size: 15px;
  text-transform: none;
  width: auto;
  height: auto;
}
/* line 467, ../scss/layout/_header.scss */
.skip-link.productLoginForPricebutton {
  color: #fff;
  height: auto;
  font-size: 15px !important;
}

/* line 474, ../scss/layout/_header.scss */
a.skip-link {
  text-decoration: none;
  float: right;
}
/* line 478, ../scss/layout/_header.scss */
a.skip-link.priceBoxLoginForPrice {
  float: left;
}

/* line 483, ../scss/layout/_header.scss */
.skip-link:not(.skip-active):hover {
  opacity: 1;
}

@media only screen and (min-width: 600px) {
  /* line 490, ../scss/layout/_header.scss */
  a.skip-link {
    background: none;
    float: left;
  }
}
@media only screen and (max-width: 600px) {
  /* line 501, ../scss/layout/_header.scss */
  .skip-link {
    /*border-right: 1px solid #EDEDED;*/
  }

  /* line 505, ../scss/layout/_header.scss */
  .skip-link:last-child {
    border-right: 0;
  }
}
@media only screen and (min-width: 500px) {
  /* line 515, ../scss/layout/_header.scss */
  .skip-link {
    width: 47px;
  }
}
/* -------------------------------------------- *
 * Skip Link - Active
 */
@media only screen and (max-width: 600px) {
  /* line 526, ../scss/layout/_header.scss */
  .skip-link.skip-active {
    color: inherit;
  }

  /* line 530, ../scss/layout/_header.scss */
  .skip-link.skip-active span {
    color: inherit;
  }
}
@media only screen and (min-width: 600px) {
  /* line 537, ../scss/layout/_header.scss */
  .skip-link.skip-active span {
    /*color: #888888;*/
  }
}
/* -------------------------------------------- *
 * Skip Link - Icon
 */
/* line 547, ../scss/layout/_header.scss */
.skip-link .icon {
  display: inline-block;
  width: 23px;
  height: 19px;
  vertical-align: top;
  margin-top: 8px;
}

/* line 555, ../scss/layout/_header.scss */
.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
  /*margin-right: 3px;*/
}

@media only screen and (min-width: 500px) {
  /* line 562, ../scss/layout/_header.scss */
  .skip-link .icon {
    /*margin-right: 3px;*/
  }
}
/* -------------------------------------------- *
 * Skip Link - Label
 */
@media only screen and (max-width: 601px) {
  /* line 574, ../scss/layout/_header.scss */
  .skip-link .label {
    display: block;
    margin-top: 6px;
  }
}
/* line 581, ../scss/layout/_header.scss */
.skip-link .label {
  display: block;
  margin-top: 0;
}

@media only screen and (min-width: 500px) {
  /* line 592, ../scss/layout/_header.scss */
  .skip-link .label {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  /* line 602, ../scss/layout/_header.scss */
  .skip-link .label {
    margin-top: 12px;
    float: left;
    font-size: 13px;
    color: #494949;
    line-height: 8px;
    letter-spacing: 1px;
  }

  /* line 610, ../scss/layout/_header.scss */
  .skip-account {
    top: 6px;
  }
  /* line 612, ../scss/layout/_header.scss */
  .skip-account .label {
    margin-top: 3px;
    padding-right: 11px;
  }
}
/* ============================================ *
 * Skip Content
 * ============================================ */
/* line 629, ../scss/layout/_header.scss */
.skip-content {
  display: none;
}

/* line 633, ../scss/layout/_header.scss */
.skip-content.skip-active {
  display: block;
  /*background: #EDEDED;*/
  background: none;
}

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
@media only screen and (max-width: 599px) {
  /* line 647, ../scss/layout/_header.scss */
  #header-account li a,
  .nav-primary a.level0 {
    padding: 17px 15px 17px 16px;
    border-bottom: 1px solid #fff;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
  }

  /* line 657, ../scss/layout/_header.scss */
  #header-account li:last-child a,
  .nav-primary li.level0:last-child a.level0 {
    border-bottom: 0;
  }

  /* line 662, ../scss/layout/_header.scss */
  .no-touch #header-account a:hover,
  .no-touch .nav-primary a:hover {
    background-color: #fff;
    text-decoration: none;
    color: #0a294d;
  }
}
/* line 671, ../scss/layout/_header.scss */
.account-cart-wrapper {
  position: static;
}
/* line 676, ../scss/layout/_header.scss */
.account-cart-wrapper #account-options #account-option-menu,
.account-cart-wrapper #account-options #fh-account-option-menu {
  position: absolute;
  top: 47px;
  right: 0;
  width: 177px;
  z-index: 1000;
  background-color: #fff;
  padding: 30px 35px 29px;
  -webkit-box-shadow: -10px 11px 16px -8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -10px 11px 16px -8px rgba(0, 0, 0, 0.5);
  box-shadow: -10px 11px 16px -8px rgba(0, 0, 0, 0.5);
}
/* line 691, ../scss/layout/_header.scss */
.account-cart-wrapper #account-options #account-option-menu ul li,
.account-cart-wrapper #account-options #fh-account-option-menu ul li {
  margin-bottom: 19px;
}
/* line 694, ../scss/layout/_header.scss */
.account-cart-wrapper #account-options #account-option-menu ul li a,
.account-cart-wrapper #account-options #fh-account-option-menu ul li a {
  color: #494949;
  font-weight: bold;
  font-size: 15px;
}
/* line 699, ../scss/layout/_header.scss */
.account-cart-wrapper #account-options #account-option-menu ul li:last-child,
.account-cart-wrapper #account-options #fh-account-option-menu ul li:last-child {
  margin-bottom: 0;
}

/* line 709, ../scss/layout/_header.scss */
#fixedHeader .fixed-header-info {
  display: none;
}

@media screen and (max-width: 599px) and (orientation: portrait) {
  /* line 716, ../scss/layout/_header.scss */
  .page-header {
    background-image: none !important;
    height: auto !important;
  }
  /* line 720, ../scss/layout/_header.scss */
  .page-header .page-header-container {
    height: auto !important;
  }
  /* line 723, ../scss/layout/_header.scss */
  .page-header .page-header-container .page-header-container-inner {
    height: auto !important;
  }
  /* line 726, ../scss/layout/_header.scss */
  .page-header .page-header-container .page-header-container-inner .logo {
    position: absolute !important;
    left: 52px !important;
    top: 14px;
    margin-top: 0 !important;
    min-height: 21px !important;
  }
  /* line 734, ../scss/layout/_header.scss */
  .page-header .page-header-container .page-header-container-inner .logo .large {
    display: none !important;
  }
  /* line 737, ../scss/layout/_header.scss */
  .page-header .page-header-container .page-header-container-inner .logo .small {
    display: inline !important;
  }
  /* line 741, ../scss/layout/_header.scss */
  .page-header .page-header-container .page-header-container-inner .fixed-header-info {
    display: none !important;
  }
  /* line 747, ../scss/layout/_header.scss */
  .page-header #nav2 {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) {
  /* line 754, ../scss/layout/_header.scss */
  .account-cart-wrapper {
    position: absolute;
    top: 36px;
    right: 13px;
    width: 100%;
  }
  /* line 764, ../scss/layout/_header.scss */
  .account-cart-wrapper #account-options #account-option-menu {
    top: 25px;
    right: 226px;
  }

  /* line 772, ../scss/layout/_header.scss */
  #fixedHeader.fixed-header-active {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 100;
    width: 100%;
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    height: auto;
  }
  /* line 784, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info {
    float: right;
    max-width: 575px;
    width: 415px;
    padding-top: 7px;
    height: 65px;
    position: relative;
  }
  /* line 792, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper {
    position: static;
    width: auto;
  }
  /* line 796, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-account, #fixedHeader .fixed-header-info .account-cart-wrapper .header-minicart {
    display: inline;
    margin-right: 12px;
    padding-top: 4px;
  }
  /* line 801, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-account .icon, #fixedHeader .fixed-header-info .account-cart-wrapper .skip-account .label, #fixedHeader .fixed-header-info .account-cart-wrapper .header-minicart .icon, #fixedHeader .fixed-header-info .account-cart-wrapper .header-minicart .label {
    float: none;
    display: block;
    margin: 0 auto;
  }
  /* line 806, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-account .label, #fixedHeader .fixed-header-info .account-cart-wrapper .header-minicart .label {
    font-size: 11px;
    padding: 0;
    margin-top: 6px;
  }
  /* line 812, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-account {
    float: right;
  }
  /* line 815, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-account .label {
    border: none;
  }
  /* line 819, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .header-minicart {
    float: right;
  }
  /* line 822, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .header-minicart .label {
    margin-top: 5px;
  }
  /* line 825, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .header-minicart .label .count {
    font-size: 11px;
  }
  /* line 830, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .search-toggle {
    display: inline;
    float: right;
    margin-right: 12px;
    width: auto;
    vertical-align: top;
    text-transform: uppercase;
    cursor: pointer;
    padding-top: 5px;
  }
  /* line 840, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .search-toggle .icon {
    display: block;
    margin: 0 auto;
    background: url(../images/icons/icon_search_fixedheader.png) 0 0 no-repeat;
    width: 17px;
    height: 17px;
    background-size: 17px auto;
  }
  /* line 848, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .search-toggle .label {
    color: #494949;
    line-height: 8px;
    letter-spacing: 1px;
    display: block;
    margin: 3px auto 0;
    font-size: 11px;
  }
  /* line 856, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .search-toggle:hover {
    text-decoration: none;
  }
  /* line 862, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper #account-options #fh-account-option-menu {
    top: 44px;
    right: -144px;
  }
  /* line 868, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-search {
    position: absolute;
    top: 61px;
    left: -126px;
    width: 500px;
    height: 54px;
    padding: 9px;
    background-color: #fff;
  }
  /* line 877, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-search .input-box {
    width: 100%;
    height: 35px;
    border: 1px solid #bfbfbf;
  }
  /* line 882, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-search .input-box input {
    width: 100%;
    height: 33px;
    border: none;
    padding-left: 16px;
    font-size: 14px;
  }
  /* line 889, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-search .input-box input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a3a3a3;
  }
  /* line 892, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-search .input-box input::-moz-placeholder {
    /* Firefox 19+ */
    color: #a3a3a3;
  }
  /* line 895, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-search .input-box input:-ms-input-placeholder {
    /* IE 10+ */
    color: #a3a3a3;
  }
  /* line 898, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-search .input-box input:-moz-placeholder {
    /* Firefox 18- */
    color: #a3a3a3;
  }
  /* line 903, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-search .input-box .button {
    width: 37px;
    height: 34px;
    right: 0;
  }
  /* line 908, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-search .input-box .button:before {
    background-image: url(../images/icons/icon_search.png);
    width: 20px;
    height: 20px;
    margin-top: -9px;
  }
  /* line 917, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-velaroChat {
    font-weight: bold;
    background: url(../images/icons/icon_chat_large.png) 0 7px no-repeat;
    background-size: 20px auto;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 17px;
    line-height: 22px;
    float: right;
    padding-top: 3px;
    color: #363636;
  }
  /* line 929, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-velaroChat span {
    display: none;
  }
  /* line 932, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-velaroChat:hover {
    text-decoration: none;
  }
  /* line 936, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-PhoneNumber1 {
    color: #363636;
    font-weight: bold;
    font-size: 19px;
    padding-left: 27px;
    background: url(../images/icons/icon_phone_large.png) 0 3px no-repeat;
    background-size: 21px auto;
    float: right;
    line-height: 25px;
    padding-top: 1px;
    pointer-events: none;
  }
  /* line 948, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .free-shipping-link {
    float: right;
    clear: both;
    color: #901518;
    font-size: 15px;
    line-height: 15px;
    display: block;
    padding-right: 12px;
    position: relative;
  }
  /* line 958, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .free-shipping-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #901518;
    border-right: none;
    top: 5px;
    right: 0;
  }

  /* line 979, ../scss/layout/_header.scss */
  .onestepcheckout-index-index #fixedHeader.fixed-header-active {
    height: 68px;
    background-size: 100% 9px;
  }

  /* line 988, ../scss/layout/_header.scss */
  .main-container.fixed-header-active {
    padding-top: 175px;
  }

  /* line 994, ../scss/layout/_header.scss */
  .sf-menu.fixed-header-active {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 770px) {
  /* line 1005, ../scss/layout/_header.scss */
  .account-cart-wrapper #header-Contact {
    right: 17px;
  }
  /* line 1007, ../scss/layout/_header.scss */
  .account-cart-wrapper #header-Contact .headerPhone {
    padding-left: 22px;
    font-size: 24px;
    background: url(../images/icons/icon_phone_large.png) 0 6px no-repeat;
    background-size: auto 22px;
  }
  /* line 1015, ../scss/layout/_header.scss */
  .account-cart-wrapper .skip-link.skip-cart {
    right: 216px;
  }
  /* line 1018, ../scss/layout/_header.scss */
  .account-cart-wrapper .skip-link.skip-account {
    right: 273px;
    display: inline-block;
  }
  /* line 1022, ../scss/layout/_header.scss */
  .account-cart-wrapper .skip-link.skip-account .label:after {
    display: block;
  }

  /* line 1031, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info {
    width: 100%;
  }
  /* line 1036, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-account, #fixedHeader .fixed-header-info .account-cart-wrapper .header-minicart, #fixedHeader .fixed-header-info .account-cart-wrapper .search-toggle {
    margin-right: 11px;
    padding-top: 0;
  }
  /* line 1040, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-account .icon, #fixedHeader .fixed-header-info .account-cart-wrapper .skip-account .label, #fixedHeader .fixed-header-info .account-cart-wrapper .header-minicart .icon, #fixedHeader .fixed-header-info .account-cart-wrapper .header-minicart .label, #fixedHeader .fixed-header-info .account-cart-wrapper .search-toggle .icon, #fixedHeader .fixed-header-info .account-cart-wrapper .search-toggle .label {
    float: left;
    display: inline;
  }
  /* line 1044, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-account .icon, #fixedHeader .fixed-header-info .account-cart-wrapper .header-minicart .icon, #fixedHeader .fixed-header-info .account-cart-wrapper .search-toggle .icon {
    margin-right: 6px;
    margin-top: 7px;
  }
  /* line 1048, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-account .label, #fixedHeader .fixed-header-info .account-cart-wrapper .header-minicart .label, #fixedHeader .fixed-header-info .account-cart-wrapper .search-toggle .label {
    font-size: 13px;
    margin-top: 11px;
    padding-right: 11px;
    border-right: 1px solid #494949;
  }
  /* line 1054, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-account .label .count, #fixedHeader .fixed-header-info .account-cart-wrapper .header-minicart .label .count, #fixedHeader .fixed-header-info .account-cart-wrapper .search-toggle .label .count {
    font-size: 12px;
  }
  /* line 1061, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-account .label {
    line-height: 14px;
    margin-top: 8px;
  }
  /* line 1069, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .header-minicart .label {
    margin-top: 9px;
  }
  /* line 1075, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .search-toggle .label {
    padding-right: 0;
    border-right: none;
  }
  /* line 1082, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-velaroChat {
    margin-right: 12px;
    margin-left: 2px;
  }
  /* line 1086, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-velaroChat span {
    display: inline;
  }
  /* line 1090, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-PhoneNumber1 {
    font-size: 23px;
  }
  /* line 1093, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .free-shipping-link {
    margin-top: 7px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 979px) {
  /* line 1109, ../scss/layout/_header.scss */
  .page-header .page-header-container .page-header-container-inner.crushed {
    padding: 0 30px;
  }

  /* line 1117, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info {
    max-width: 600px;
  }
  /* line 1120, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-search {
    left: -218px;
  }
  /* line 1123, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-velaroChat {
    margin-right: 19px;
    margin-left: 11px;
  }
}
/* line 26, ../scss/layout/_header-nav.scss */
nav {
  background-color: #0a294d !important;
}

/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
/* line 34, ../scss/layout/_header-nav.scss */
.skip-nav {
  width: auto;
  height: 68px;
  float: left !important;
  line-height: normal;
  margin: 0 12px 0 16px;
  background-image: none;
}
/* line 42, ../scss/layout/_header-nav.scss */
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}

/* line 51, ../scss/layout/_header-nav.scss */
.skip-nav .label {
  display: block;
  margin-top: 13px;
  line-height: 12px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
}

/* line 61, ../scss/layout/_header-nav.scss */
.skip-nav .icon {
  width: 21px;
  height: 15px;
  background-image: none;
  vertical-align: top;
  margin-top: 21px;
}
/* line 70, ../scss/layout/_header-nav.scss */
.skip-nav .icon span {
  display: block;
  background: #4fddfd;
  height: 3px;
  margin-top: 3px;
}

/* line 85, ../scss/layout/_header-nav.scss */
.skip-link.skip-account {
  display: none;
}
/* line 88, ../scss/layout/_header-nav.scss */
.skip-link.skip-cart {
  width: auto;
}
/* line 90, ../scss/layout/_header-nav.scss */
.skip-link.skip-cart .label {
  display: none;
}

@media only screen and (min-width: 480px) {
  /* line 101, ../scss/layout/_header-nav.scss */
  .skip-link.skip-account {
    display: inline;
    position: absolute;
    top: 27px;
    right: 126px;
    width: auto;
    height: auto;
  }
  /* line 108, ../scss/layout/_header-nav.scss */
  .skip-link.skip-account .icon {
    display: none;
  }
  /* line 111, ../scss/layout/_header-nav.scss */
  .skip-link.skip-account .label {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
  }
  /* line 115, ../scss/layout/_header-nav.scss */
  .skip-link.skip-account .label:after {
    content: '';
    width: 1px;
    height: 9px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 2px;
    right: -15px;
  }
  /* line 127, ../scss/layout/_header-nav.scss */
  .skip-link.skip-cart {
    position: absolute;
    top: 27px;
    right: 69px;
    width: auto;
    height: auto;
  }
}
@media only screen and (min-width: 600px) {
  /* line 142, ../scss/layout/_header-nav.scss */
  .skip-nav {
    display: none;
  }

  /* line 147, ../scss/layout/_header-nav.scss */
  .skip-link.skip-account {
    top: 7px;
    right: 178px;
    display: inline-block;
  }
  /* line 151, ../scss/layout/_header-nav.scss */
  .skip-link.skip-account .label {
    right: -5px;
  }
  /* line 153, ../scss/layout/_header-nav.scss */
  .skip-link.skip-account .label:after {
    right: -6px;
    display: none;
  }
  /* line 159, ../scss/layout/_header-nav.scss */
  .skip-link.skip-cart {
    top: 7px;
    right: 143px;
  }
  /* line 162, ../scss/layout/_header-nav.scss */
  .skip-link.skip-cart .label {
    margin-top: 3px;
  }
}
/* line 171, ../scss/layout/_header-nav.scss */
a.skip-cart {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 176, ../scss/layout/_header-nav.scss */
a.skip-account {
  position: absolute;
  top: 0;
  right: 47px;
}

@media only screen and (min-width: 600px) {
  /* line 185, ../scss/layout/_header-nav.scss */
  a.skip-cart, a.skip-account {
    position: static;
    height: auto;
  }

  /* line 189, ../scss/layout/_header-nav.scss */
  .skip-cart .label {
    margin-top: 10px;
  }
}
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 599px) {
  /* line 200, ../scss/layout/_header-nav.scss */
  #header-nav {
    padding: 0;
    overflow-y: scroll;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
}
@media only screen and (min-width: 600px) {
  /* line 214, ../scss/layout/_header-nav.scss */
  #header-nav {
    display: block;
    /* Force visibility */
    /*border-bottom: 1px solid $c-module-border-light;*/
  }
}
/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 600px) {
  /* line 226, ../scss/layout/_header-nav.scss */
  .nav-primary {
    display: block;
    /*margin-top: 15px;*/
  }
}
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
/* line 240, ../scss/layout/_header-nav.scss */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #363636;
  line-height: 30px;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
}
/* line 250, ../scss/layout/_header-nav.scss */
.nav-primary li {
  position: relative;
}
/* line 252, ../scss/layout/_header-nav.scss */
.nav-primary li .category_thumbnail {
  display: none;
}
/* line 257, ../scss/layout/_header-nav.scss */
.nav-primary li.level1 a {
  border-bottom: 1px solid #dfdfdf;
}

/* line 263, ../scss/layout/_header-nav.scss */
.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block;
}

/* line 268, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 > a {
  text-transform: uppercase;
}

@media only screen and (min-width: 600px) {
  /* line 276, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 > a {
    text-transform: none;
    font-size: 14px;
  }

  /* line 280, ../scss/layout/_header-nav.scss */
  .nav-primary a {
    color: #E6E6E6;
  }
}
/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (max-width: 599px) {
  /*#nav {
      padding-bottom: 53px;
  }*/
  /* line 295, ../scss/layout/_header-nav.scss */
  #header-nav-base {
    width: 100%;
    height: 53px;
    background-color: #0a294d;
  }

  /* line 301, ../scss/layout/_header-nav.scss */
  .nav-primary {
    /*padding-bottom: 53px;*/
  }
  /* line 305, ../scss/layout/_header-nav.scss */
  .nav-primary a.level0,
  .nav-primary a {
    line-height: normal;
  }
  /* line 311, ../scss/layout/_header-nav.scss */
  .nav-primary ul.level0 {
    background-color: #fff;
  }
  /* line 316, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul {
    display: none;
  }
  /* line 321, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 li {
    padding: 0;
  }
  /* line 325, ../scss/layout/_header-nav.scss */
  .nav-primary ul.level1 {
    background-color: #ededed;
  }
  /* line 329, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 a {
    padding: 17px 37px 17px 37px;
    font-size: 16px;
  }
  /* line 334, ../scss/layout/_header-nav.scss */
  .nav-primary li.level2 a {
    padding: 17px 37px 17px 52px;
    font-size: 16px;
  }
  /* line 341, ../scss/layout/_header-nav.scss */
  .nav-primary li.parent > a:after {
    content: '+';
    position: absolute;
    font-size: 35px;
    color: #fff;
    font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
    font-weight: lighter;
    display: block;
    top: 50%;
    left: auto;
    right: 18px;
    margin-top: -22px;
  }
  /* line 359, ../scss/layout/_header-nav.scss */
  .nav-primary li.parent.sub-menu-active > a:after,
  .nav-primary li.parent.menu-active > a:after {
    content: '-';
    position: absolute;
    font-size: 35px;
    color: #fff;
    font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
    font-weight: lighter;
    display: block;
    top: 50%;
    left: auto;
    right: 18px;
    margin-top: -25px;
  }
  /* line 377, ../scss/layout/_header-nav.scss */
  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {
    /*color: $c-action;*/
    color: #fff;
  }
  /* line 382, ../scss/layout/_header-nav.scss */
  .nav-primary li li.menu-active > a {
    color: #363636;
  }
}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 600px) {
  /* line 395, ../scss/layout/_header-nav.scss */
  .nav-primary {
    /* Default styles for 1+ drop-down menus */
    /* Level 2+ */
    /* Class for js to add briefly to evaluate element positioning. */
    /* Correct menus that will hang off the page (class added by js) */
    /* Level 1+ */
  }
  /* line 397, ../scss/layout/_header-nav.scss */
  .nav-primary a.level0 {
    padding: 0 25px;
  }
  /* line 401, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0,
  .nav-primary a.level0 {
    display: inline-block;
  }
  /* line 406, ../scss/layout/_header-nav.scss */
  .nav-primary li:last-child > a {
    border-bottom: none;
  }
  /* line 410, ../scss/layout/_header-nav.scss */
  .nav-primary a:hover,
  .nav-primary li:hover > a {
    color: #0f396a;
  }
  /* line 415, ../scss/layout/_header-nav.scss */
  .nav-primary .menu-active {
    z-index: 200;
  }
  /* line 420, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul {
    background: #FBFBFB;
    border: solid 1px #d3d7d9;
    position: absolute;
    left: 0;
    top: 30px;
    /* Height of ".nav-primary a.level0" */
    z-index: 10;
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    /* Hide until displayed. */
  }
  /* line 433, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 ul {
    left: 60px;
    top: 15px;
  }
  /* line 439, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }
  /* line 444, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }
  /* line 449, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
  }
  /* line 457, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 li.parent > a {
    position: relative;
  }
  /* line 460, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ccc;
    border-right: none;
    right: 5px;
    top: 50%;
    margin-top: -3px;
  }
}
/* line 471, ../scss/layout/_header-nav.scss */
.nav-primary li.menu-active > ul {
  display: block;
}

/* ============================================ *
 * Search - Skip Link
 * ============================================ */
/* line 33, ../scss/layout/_header-search.scss */
.skip-search:not(.skip-active):hover .icon {
  background-position: -46px -145px;
}
/* line 38, ../scss/layout/_header-search.scss */
.skip-search .icon {
  background-position: 4px -145px;
}

@media only screen and (min-width: 601px) {
  /* line 48, ../scss/layout/_header-search.scss */
  .skip-search {
    display: none;
  }
}
/* ============================================ *
 * Search - Skip Content
 * ============================================ */
/* line 58, ../scss/layout/_header-search.scss */
#header-search {
  padding: 10px 9px 10px 8px;
  background-color: #0a294d !important;
}

/* ============================================ *
 * Search Input
 * ============================================ */
/* line 86, ../scss/layout/_header-search.scss */
#SliSearchProductForm .form-search {
  position: relative;
}

/* line 90, ../scss/layout/_header-search.scss */
#search_mini_form .input-box,
#SliSearchProductForm .input-text {
  position: relative;
  padding-top: 0;
  color: #000;
}

/* line 97, ../scss/layout/_header-search.scss */
#search_mini_form label,
#SliSearchProductForm label {
  display: none;
}

/* line 102, ../scss/layout/_header-search.scss */
#search,
#sli_search_1 {
  width: 100%;
  height: 40px;
  padding-right: 40px;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #000;
}

/* line 113, ../scss/layout/_header-search.scss */
#search_mini_form .search-button,
#SliSearchProductForm .button {
  text-indent: -9999px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
}

/* line 125, ../scss/layout/_header-search.scss */
#search_mini_form .search-button:before,
#SliSearchProductForm .button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -15px;
  background-image: url(../images/icons/icon_search.png);
  background-position: 0 0;
  background-size: 100%;
}

/* line 142, ../scss/layout/_header-search.scss */
#search_mini_form .search-button:hover:before,
#SliSearchProductForm .button:hover:before {
  opacity: 0.8;
}

/* line 147, ../scss/layout/_header-search.scss */
#search_mini_form .search-button:active:before,
#SliSearchProductForm .button:active:before {
  /*margin-top: -15px + 2px;
  margin-left: -15px + 2px;*/
}

@media only screen and (min-width: 600px) {
  /* line 154, ../scss/layout/_header-search.scss */
  #header-search {
    display: block;
    height: 37px;
    padding: 0;
    background-color: transparent !important;
    position: absolute;
    top: 29px;
    left: 0;
    width: 37px;
    transition: all 0.35s ease-out 1s;
    -moz-transition: all 0.35s ease-out 1s;
    -webkit-transition: all 0.35s ease-out 1s;
  }
  /* line 166, ../scss/layout/_header-search.scss */
  #header-search #search,
  #header-search #SliSearchProductForm #sli_search_1 {
    margin-left: 37px;
    padding: 0;
    width: 0;
    height: 37px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
    font-family: "source-sans-pro", sans-serif;
    font-weight: 400;
    color: #535353;
    transition: all 0.35s ease-out 1s;
    -moz-transition: all 0.35s ease-out 1s;
    -webkit-transition: all 0.35s ease-out 1s;
  }
  /* line 192, ../scss/layout/_header-search.scss */
  #header-search:hover, #header-search:focus {
    width: calc(100% - 14px);
    transition: all 0.35s ease-out 0s;
    -moz-transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
  }
  /* line 198, ../scss/layout/_header-search.scss */
  #header-search:hover #search,
  #header-search:hover #SliSearchProductForm #sli_search_1, #header-search:focus #search,
  #header-search:focus #SliSearchProductForm #sli_search_1 {
    padding: 0 0 0 5px;
    width: calc(100% - 38px);
    transition: all 0.35s ease-out 0s;
    -moz-transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
  }

  /* line 208, ../scss/layout/_header-search.scss */
  #search_mini_form .search-button,
  #SliSearchProductForm .button {
    width: 37px;
    height: 37px;
    padding: 0;
    top: 0;
    left: 0;
  }

  /* line 216, ../scss/layout/_header-search.scss */
  #search_mini_form .search-button:before,
  #SliSearchProductForm .button:before {
    background: #0a294d url(../images/icons/icon_search_white.png) 11px 12px no-repeat;
    background-size: 14px;
    width: 37px;
    height: 37px;
    margin-top: 0;
    margin-left: 0;
    top: 0;
    left: 0;
  }

  /* line 227, ../scss/layout/_header-search.scss */
  #search_mini_form .search-button:hover:before,
  #SliSearchProductForm .button:hover:before {
    opacity: 1;
  }

  /*#search_mini_form .input-text,
  #SliSearchProductForm .input-text {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
  }*/
}
@media only screen and (min-width: 770px) {
  /* line 245, ../scss/layout/_header-search.scss */
  #header-search:hover #search,
  #header-search:hover #SliSearchProductForm #sli_search_1, #header-search:focus #search,
  #header-search:focus #SliSearchProductForm #sli_search_1 {
    width: calc(100% - 53px);
  }
}
@media only screen and (min-width: 979px) {
  /* line 254, ../scss/layout/_header-search.scss */
  #header-search {
    width: 196px;
    transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -webkit-transition: all 0s ease-out 0s;
  }
  /* line 259, ../scss/layout/_header-search.scss */
  #header-search #search,
  #header-search #SliSearchProductForm #sli_search_1 {
    margin-left: 0px;
    margin-right: 33px;
    padding: 0 0 0 5px;
    width: 196px;
    transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -webkit-transition: all 0s ease-out 0s;
    height: 29px;
    margin-top: 6px;
  }
  /* line 271, ../scss/layout/_header-search.scss */
  #header-search:hover, #header-search:focus {
    width: 196px;
    transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -webkit-transition: all 0s ease-out 0s;
  }
  /* line 277, ../scss/layout/_header-search.scss */
  #header-search:hover #search,
  #header-search:hover #SliSearchProductForm #sli_search_1, #header-search:focus #search,
  #header-search:focus #SliSearchProductForm #sli_search_1 {
    width: 196px;
    transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -webkit-transition: all 0s ease-out 0s;
  }
  /* line 285, ../scss/layout/_header-search.scss */
  #header-search #search_mini_form .search-button,
  #header-search #SliSearchProductForm .button {
    left: 100%;
  }

  /* line 291, ../scss/layout/_header-search.scss */
  #search_mini_form .search-button,
  #SliSearchProductForm .button {
    width: 33px;
    height: 29px;
    top: 6px;
  }

  /* line 297, ../scss/layout/_header-search.scss */
  #search_mini_form .search-button:before,
  #SliSearchProductForm .button:before {
    width: 33px;
    height: 29px;
    background-position: 9px 7px;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 307, ../scss/layout/_header-search.scss */
  #header-search {
    width: 214px;
  }
  /* line 309, ../scss/layout/_header-search.scss */
  #header-search #search,
  #header-search #SliSearchProductForm #sli_search_1 {
    width: 214px;
  }
  /* line 313, ../scss/layout/_header-search.scss */
  #header-search:hover, #header-search:focus {
    width: 214px;
  }
  /* line 316, ../scss/layout/_header-search.scss */
  #header-search:hover #search,
  #header-search:hover #SliSearchProductForm #sli_search_1, #header-search:focus #search,
  #header-search:focus #SliSearchProductForm #sli_search_1 {
    width: 214px;
  }
}
/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
/* line 34, ../scss/layout/_header-account.scss */
.skip-account {
  /*&:not(.skip-active):hover {
      .icon {
          //background-position: -50px+4px (-50px + ($toolbar-icon-padding-offset/2) + 2px);
          background-image: url(../images/icons/icon_account.png);
          background-size: 23px 19px;
      }
  }*/
}
/* line 44, ../scss/layout/_header-account.scss */
.skip-account .icon {
  background-image: url(../images/icons/icon_account_large.png);
  background-size: 23px auto;
  margin-left: 3px;
}

@media only screen and (min-width: 600px) {
  /* line 57, ../scss/layout/_header-account.scss */
  .skip-account {
    float: none;
    width: auto;
    vertical-align: top;
    display: inline-block;
    /*padding: 0 10px;*/
    text-transform: uppercase;
  }
  /* line 65, ../scss/layout/_header-account.scss */
  .skip-account .icon {
    background: url(../images/icons/icon_account_large.png) 0 0 no-repeat;
    width: 15px;
    height: 15px;
    background-size: 15px auto;
    float: left;
    margin-right: 6px;
  }

  /* line 79, ../scss/layout/_header-account.scss */
  #header-account.skip-active {
    background: #FBFBFB;
    border: solid 1px #d3d7d9;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 115px;
    width: 200px;
  }

  /* line 89, ../scss/layout/_header-account.scss */
  #header-account a {
    display: block;
    padding: 5px 10px;
    color: #363636;
    line-height: 2;
  }

  /* line 96, ../scss/layout/_header-account.scss */
  #header-account a:hover {
    color: #0f396a;
  }
}
/* -------------------------------------------- *
 * Account Links
 */
/* line 107, ../scss/layout/_header-account.scss */
#header-account {
  padding: 5px 0;
}

/* line 111, ../scss/layout/_header-account.scss */
#header-account a {
  position: relative;
  display: block;
  padding: 5px 10px;
  line-height: 23px;
  text-align: center;
}

/* line 119, ../scss/layout/_header-account.scss */
#header-account a:hover {
  color: #0f396a;
}

/*@include bp(min-width, $bp-medium) {
    #header-account {
        display:inline;
    }

}*/
/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
/* line 34, ../scss/layout/_header-cart.scss */
.skip-cart {
  /*&:not(.skip-active):hover {
      .icon {
          //background-position: -50px (-100px + ($toolbar-icon-padding-offset/2) + 1px);
          background-image: url(../images/icons/icon_cart.png);
          background-size: 23px 19px;
      }
  }*/
}
/* line 43, ../scss/layout/_header-cart.scss */
.skip-cart .icon {
  background-image: url(../images/icons/icon_cart_small.png);
  background-size: 24px 23px;
  margin-right: 3px;
  margin-top: 19px;
  width: 24px;
  height: 23px;
}

@media only screen and (min-width: 480px) {
  /* line 62, ../scss/layout/_header-cart.scss */
  .skip-link.skip-cart .icon {
    display: none;
  }
  /* line 65, ../scss/layout/_header-cart.scss */
  .skip-link.skip-cart .label {
    display: inline;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
  }
  /* line 70, ../scss/layout/_header-cart.scss */
  .skip-link.skip-cart .label .count {
    display: none;
  }
}
@media only screen and (min-width: 600px) {
  /* line 85, ../scss/layout/_header-cart.scss */
  .skip-cart {
    width: auto;
    /*padding: 0 10px;*/
    /*.label {
        margin-top:7px;
    }*/
  }
  /* line 93, ../scss/layout/_header-cart.scss */
  .skip-cart .icon {
    background: url(../images/icons/icon_cart_large.png) 0 0 no-repeat;
    width: 19px;
    height: 15px;
    background-size: 19px auto;
    float: left;
    margin-right: 6px;
    margin-left: 11px;
  }

  /* line 107, ../scss/layout/_header-cart.scss */
  #header-cart.skip-active {
    background: #FBFBFB;
    border: solid 1px #d3d7d9;
    display: block;
    position: absolute;
    z-index: 200;
    top: -2px;
    right: -159px;
    width: 320px;
    background: white;
    height: auto !important;
    overflow-y: inherit !important;
    box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 20px 0px;
  }
}
/* -------------------------------------------- *
 * Skip Cart Notifier
 */
/* line 127, ../scss/layout/_header-cart.scss */
.skip-cart .count {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  top: 0;
  position: relative;
  z-index: 5;
  width: initial;
  /*height: 10px;*/
  background: transparent;
  color: #434343;
  font-size: 9px;
  line-height: normal;
  text-align: left;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/* line 142, ../scss/layout/_header-cart.scss */
.skip-cart .count:before {
  content: '(';
}
/* line 145, ../scss/layout/_header-cart.scss */
.skip-cart .count:after {
  content: ')';
}

/* line 157, ../scss/layout/_header-cart.scss */
.skip-cart.no-count .count {
  /* display: none;*/
}

@media only screen and (max-width: 499px) {
  /* line 162, ../scss/layout/_header-cart.scss */
  .skip-cart .count {
    margin-left: -1px;
  }
}
@media only screen and (min-width: 600px) {
  /* line 168, ../scss/layout/_header-cart.scss */
  .skip-cart {
    color: #494949;
    text-transform: uppercase;
  }
  /* line 172, ../scss/layout/_header-cart.scss */
  .skip-cart:hover {
    text-decoration: none;
  }
  /* line 176, ../scss/layout/_header-cart.scss */
  .skip-cart .count {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    position: static;
    background: none;
    margin-left: 0px;
    font-size: 12px;
    width: auto;
  }

  /* line 185, ../scss/layout/_header-cart.scss */
  .skip-cart .count,
  .skip-link.skip-active .count {
    color: #494949;
  }
}
/* line 191, ../scss/layout/_header-cart.scss */
.skip-cart .count.empty {
  display: none;
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
/* line 199, ../scss/layout/_header-cart.scss */
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
/* line 210, ../scss/layout/_header-cart.scss */
.cart-menu .actions {
  overflow: hidden;
  padding: 15px;
}

/* line 215, ../scss/layout/_header-cart.scss */
.cart-menu .actions .button {
  float: left;
  width: 48%;
}

/* line 220, ../scss/layout/_header-cart.scss */
.cart-menu .actions .button + .button {
  margin-left: 4%;
}

/* Subtotal */
/* line 226, ../scss/layout/_header-cart.scss */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

/* List */
/* line 235, ../scss/layout/_header-cart.scss */
.mini-cart-list {
  margin-bottom: 5px;
}

/* line 239, ../scss/layout/_header-cart.scss */
.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #d3d7d9;
  font-size: 13px;
  line-height: 1.35;
}

/* line 248, ../scss/layout/_header-cart.scss */
.mini-cart-list .product-name {
  display: inline-block;
}

/* line 252, ../scss/layout/_header-cart.scss */
.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

/* line 258, ../scss/layout/_header-cart.scss */
.mini-cart-list .product-image img {
  width: 60px;
  height: 60px;
}

/* line 265, ../scss/layout/_header-cart.scss */
.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #494949;
  font-size: 12px;
}

/* Too full - additional items will be shown in cart */
/* line 272, ../scss/layout/_header-cart.scss */
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #d3d7d9;
  font-size: 13px;
}

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
/* line 34, ../scss/layout/_footer.scss */
.footer-container {
  padding: 0;
  border-top: 11px solid #0f396a;
  background-color: #06182c;
  max-width: 100%;
}

/* line 44, ../scss/layout/_footer.scss */
.footer,
.footer button {
  font-family: "source-sans-pro", sans-serif;
}

/* line 49, ../scss/layout/_footer.scss */
.footer {
  clear: both;
  width: 100%;
  padding: 0;
  /* -------------------------------------------- *
   * Social icons
   */
}
/* line 54, ../scss/layout/_footer.scss */
.footer .whyshop {
  display: none;
}
/* line 59, ../scss/layout/_footer.scss */
.footer .links li.first a {
  color: #ffffff;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
}
/* line 64, ../scss/layout/_footer.scss */
.footer .links li a.no-link {
  pointer-events: none;
  cursor: default;
  font-weight: 700;
}
/* line 79, ../scss/layout/_footer.scss */
.footer .footer-upper {
  padding: 40px 15px 32px;
  display: block;
}
/* line 92, ../scss/layout/_footer.scss */
.footer .block-title {
  border-bottom: 0;
  padding: 3px 0;
}
/* line 97, ../scss/layout/_footer.scss */
.footer .block-title strong {
  font-weight: normal;
}
/* line 101, ../scss/layout/_footer.scss */
.footer .block-title,
.footer address {
  color: #0f396a;
}
/* line 106, ../scss/layout/_footer.scss */
.footer .linkswrapper {
  margin: 0 auto;
  max-width: 375px;
}
/* line 110, ../scss/layout/_footer.scss */
.footer .linkswrapper .links {
  float: left;
  width: 45%;
  margin-bottom: 30px;
}
/* line 128, ../scss/layout/_footer.scss */
.footer .linkswrapper .links li {
  word-break: break-word;
  line-height: 1.4;
  padding: 13px 0 0;
}
/* line 132, ../scss/layout/_footer.scss */
.footer .linkswrapper .links li.first {
  padding-top: 0;
}
/* line 137, ../scss/layout/_footer.scss */
.footer .linkswrapper .links a {
  color: #90ACCD;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
  font-size: 17px;
}
/* line 143, ../scss/layout/_footer.scss */
.footer .linkswrapper .links a:hover {
  text-decoration: underline;
}
/* line 147, ../scss/layout/_footer.scss */
.footer .linkswrapper .links.last {
  float: right;
  padding-left: 50px;
  width: 55%;
}
/* line 155, ../scss/layout/_footer.scss */
.footer .pricematch {
  margin: 15px auto 0;
  text-decoration: none;
  font-family: "source-sans-pro", sans-serif;
  text-align: center;
  color: #4fddfd;
  font-size: 15px;
  letter-spacing: 3px;
  display: block;
  clear: both;
}
/* line 165, ../scss/layout/_footer.scss */
.footer .pricematch span {
  display: block;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 2px;
}
/* line 174, ../scss/layout/_footer.scss */
.footer .block-subscribe {
  float: right;
  width: 320px;
  margin-bottom: 40px;
}
/* line 180, ../scss/layout/_footer.scss */
.footer .block-subscribe {
  text-transform: uppercase;
  font-size: 12px;
}
/* line 185, ../scss/layout/_footer.scss */
.footer .links {
  font-size: 16px;
}
/* line 189, ../scss/layout/_footer.scss */
.footer .form-subscribe-header {
  display: none;
}
/* line 197, ../scss/layout/_footer.scss */
.footer .links.social-media em {
  background-image: url(../images/social_icons.png);
  background-repeat: no-repeat;
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* line 207, ../scss/layout/_footer.scss */
  .footer .links.social-media em {
    background-image: url(../images/social_icons@2x.png);
    background-size: 50px 125px;
  }
}
/* line 214, ../scss/layout/_footer.scss */
.footer .links.social-media em.facebook {
  background-position: 0 -0px;
  height: 13px;
}
/* line 219, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.facebook {
  background-position: -25px -0px;
}
/* line 214, ../scss/layout/_footer.scss */
.footer .links.social-media em.twitter {
  background-position: 0 -24px;
  height: 13px;
}
/* line 219, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.twitter {
  background-position: -25px -24px;
}
/* line 214, ../scss/layout/_footer.scss */
.footer .links.social-media em.youtube {
  background-position: 0 -49px;
  height: 13px;
}
/* line 219, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.youtube {
  background-position: -25px -49px;
}
/* line 214, ../scss/layout/_footer.scss */
.footer .links.social-media em.pinterest {
  background-position: 0 -74px;
  height: 15px;
}
/* line 219, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.pinterest {
  background-position: -25px -74px;
}
/* line 214, ../scss/layout/_footer.scss */
.footer .links.social-media em.rss {
  background-position: 0 -99px;
  height: 13px;
}
/* line 219, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.rss {
  background-position: -25px -99px;
}
/* line 232, ../scss/layout/_footer.scss */
.footer .links.social {
  margin-right: 0 !important;
  margin-top: 15px;
  margin-bottom: 0 !important;
  width: 100%;
}
/* line 238, ../scss/layout/_footer.scss */
.footer .links.social li {
  margin-left: 10px;
  padding: 0 !important;
  float: left;
}
/* line 242, ../scss/layout/_footer.scss */
.footer .links.social li.first {
  margin-left: 0;
}
/* line 246, ../scss/layout/_footer.scss */
.footer .links.social li a {
  text-indent: -9999px;
  width: 38px;
  height: 38px;
  background-size: 38px 76px;
  background-image: url(../images/icons/social_icons@2x.png);
  background-repeat: no-repeat;
  display: block;
}
/* line 255, ../scss/layout/_footer.scss */
.footer .links.social li a.twitter {
  background-position: 0 0;
}
/* line 256, ../scss/layout/_footer.scss */
.footer .links.social li a.gplus {
  background-position: 0 -38px;
}
/* line 266, ../scss/layout/_footer.scss */
.footer .fl-subfooter {
  padding: 0 15px;
}
/* line 269, ../scss/layout/_footer.scss */
.footer .fl-subfooter #footerContactInfo {
  clear: both;
  width: 100%;
  max-width: 450px;
  color: #fff;
  display: inline-block;
  margin: 20px 0 24px;
  font-size: 15px;
  font-weight: 400;
}
/* line 279, ../scss/layout/_footer.scss */
.footer .fl-subfooter #footerContactInfo .info .citystate {
  display: block;
}
/* line 282, ../scss/layout/_footer.scss */
.footer .fl-subfooter #footerContactInfo .label.phone {
  display: block;
}
/* line 285, ../scss/layout/_footer.scss */
.footer .fl-subfooter #footerContactInfo .label.phone .info {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}
/* line 295, ../scss/layout/_footer.scss */
.footer .links.subfooter {
  width: 100%;
  padding: 20px 15px 60px;
  margin-bottom: 0;
}
/* line 300, ../scss/layout/_footer.scss */
.footer .links.subfooter li {
  float: left;
  display: inline;
  padding-top: 0;
  padding-left: 14px;
  border-left: 1px solid #90ACCD;
  margin-left: 16px;
}
/* line 307, ../scss/layout/_footer.scss */
.footer .links.subfooter li.first {
  margin-left: 0;
  border-left: 0px solid #90ACCD;
  padding-left: 0;
}
/* line 315, ../scss/layout/_footer.scss */
.footer .footer_certs {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 0;
  clear: both;
  position: relative;
  text-align: center;
}
/* line 324, ../scss/layout/_footer.scss */
.footer #footernorton, .footer #footermcafee, .footer #footerbbb, .footer #GTS_CONTAINER {
  display: inline-block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
  vertical-align: top;
  margin: 3px;
}
/* line 334, ../scss/layout/_footer.scss */
.footer #footernorton {
  width: 87px;
  height: 48px;
  background-image: url(../images/footer_cert_norton.png);
}
/* line 339, ../scss/layout/_footer.scss */
.footer #footerbbb {
  width: 118px;
  height: 33px;
  background-image: url(../images/footer_cert_bbb.png);
  margin-top: 8px;
}
/* line 359, ../scss/layout/_footer.scss */
.footer .block-subscribe .input-box {
  float: left;
  width: 65.625%;
  padding-top: 0;
}
/* line 365, ../scss/layout/_footer.scss */
.footer .block-subscribe .input-text {
  width: 100%;
  border-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
/* line 371, ../scss/layout/_footer.scss */
.footer .block-subscribe .block-content {
  padding-top: 7px;
}
/* line 374, ../scss/layout/_footer.scss */
.footer .block-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both;
}
/* line 379, ../scss/layout/_footer.scss */
.footer .block-subscribe .actions {
  float: left;
  width: 34.375%;
  margin: 0;
}
/* line 385, ../scss/layout/_footer.scss */
.footer .block-subscribe .actions .button {
  height: 30px;
  line-height: 17px;
  float: left;
}
/* line 391, ../scss/layout/_footer.scss */
.footer .bugs,
.footer address {
  clear: both;
}
/* line 396, ../scss/layout/_footer.scss */
.footer .bugs {
  display: none;
}
/* line 400, ../scss/layout/_footer.scss */
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
  clear: both;
  margin-bottom: 10px;
}
/* line 407, ../scss/layout/_footer.scss */
.footer .form-language,
.footer .currency-switcher {
  display: none;
}
/* line 412, ../scss/layout/_footer.scss */
.footer address {
  width: 100%;
  padding: 0 15px;
  color: #90ACCD;
  text-align: center;
  font-size: 14px;
  margin: 28px 0 64px;
  text-align: center;
}
/* line 421, ../scss/layout/_footer.scss */
.footer address span {
  white-space: nowrap;
}
@media only screen and (max-width: 600px) {
  /* line 464, ../scss/layout/_footer.scss */
  .footer .form-language,
  .footer .currency-switcher {
    display: block;
  }
}
/* line 515, ../scss/layout/_footer.scss */
.footer .subfooter-links {
  margin: 38px 0 87px;
  text-align: left;
  display: inline-block;
}
/* line 520, ../scss/layout/_footer.scss */
.footer .subfooter-links ul {
  width: 73%;
  margin: 0 auto;
}
/* line 523, ../scss/layout/_footer.scss */
.footer .subfooter-links ul li {
  float: left;
  border-right: 1px solid #90accd;
  height: 12px;
  display: inline;
  line-height: 12px;
  font-size: 15px;
  color: #90accd;
  width: auto;
  margin: 0 10px 10px 0;
  padding: 0 10px 0 0;
}
/* line 534, ../scss/layout/_footer.scss */
.footer .subfooter-links ul li a {
  color: #90accd;
  font-size: 15px;
}
/* line 538, ../scss/layout/_footer.scss */
.footer .subfooter-links ul li.last {
  border-right: none;
  line-height: 16px;
}

/* line 556, ../scss/layout/_footer.scss */
.back-to-top {
  display: none;
  width: 74px;
  height: 74px;
  text-indent: -9999px;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 175px;
  background: #fff;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  -ms-border-radius: 37px;
  border-radius: 37px;
  -webkit-box-shadow: 0px 0px 32px 9px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 32px 9px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 32px 9px rgba(0, 0, 0, 0.15);
}
/* line 570, ../scss/layout/_footer.scss */
.back-to-top:before, .back-to-top:after {
  content: ' ';
  width: 26px;
  height: 5px;
  background-color: #0f396a;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  -ms-border-radius: 2.5px;
  border-radius: 2.5px;
  position: absolute;
}
/* line 579, ../scss/layout/_footer.scss */
.back-to-top:before {
  transform: rotate(-45deg);
  top: 33px;
  right: 31px;
}
/* line 584, ../scss/layout/_footer.scss */
.back-to-top:after {
  transform: rotate(45deg);
  position: absolute;
  top: 33px;
  right: 15px;
}

/* line 664, ../scss/layout/_footer.scss */
.footer-needs {
  max-width: 1280px;
  width: 100%;
  padding: 0;
  margin: 60px auto 80px;
  background: url(../images/footerNeedsBg.png) 0 100% repeat-x;
}
/* line 674, ../scss/layout/_footer.scss */
.footer-needs h3 {
  color: #363636;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 300;
  font-size: 52px;
  line-height: 48px;
  text-transform: none;
  text-align: center;
  margin: 0 auto;
  max-width: 350px;
}
/* line 685, ../scss/layout/_footer.scss */
.footer-needs .contact {
  display: none;
}
/* line 688, ../scss/layout/_footer.scss */
.footer-needs p {
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #494949;
  text-align: center;
}
/* line 697, ../scss/layout/_footer.scss */
.footer-needs .formWrapper form {
  width: 100%;
  max-width: 320px;
  background: url(../images/footerNeedsFormBg.png) no-repeat -6px 100%;
  background-size: 320px auto;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
  position: relative;
}
/* line 707, ../scss/layout/_footer.scss */
.footer-needs .formWrapper form div {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 30px;
  margin-top: 30px;
}
/* line 713, ../scss/layout/_footer.scss */
.footer-needs .formWrapper form div h5 {
  text-align: center;
  font-family: "source-sans-pro", sans-serif;
  font-size: 21px;
  color: #0f396a;
  font-weight: 700;
  max-width: 200px;
  margin: 0 auto;
  line-height: 1.2;
}
/* line 724, ../scss/layout/_footer.scss */
.footer-needs .formWrapper form div table {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}
/* line 731, ../scss/layout/_footer.scss */
.footer-needs .formWrapper form div table tr td {
  position: relative;
  text-align: center;
}
/* line 735, ../scss/layout/_footer.scss */
.footer-needs .formWrapper form div table tr td label {
  color: #494949;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
}
/* line 740, ../scss/layout/_footer.scss */
.footer-needs .formWrapper form div table tr td label.error {
  color: #DF280A;
  display: block;
  font-size: 15px;
  text-align: left;
  margin-left: 32px;
}
/* line 748, ../scss/layout/_footer.scss */
.footer-needs .formWrapper form div table tr td select,
.footer-needs .formWrapper form div table tr td input {
  width: 100%;
  max-width: 200px;
  height: 27px;
  color: #494949;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
  align-items: flex-end;
  font-size: 16px;
  margin-top: 9px;
}
/* line 760, ../scss/layout/_footer.scss */
.footer-needs .formWrapper form div table tr td select {
  cursor: pointer;
}
/* line 763, ../scss/layout/_footer.scss */
.footer-needs .formWrapper form div table tr td input {
  padding: 0 4px;
}
/* line 769, ../scss/layout/_footer.scss */
.footer-needs .formWrapper form div table .formProcessing {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  height: 56px;
  width: 56px;
  position: absolute;
  bottom: -20px;
  left: 102px;
  background: url(../images/spinner.gif) no-repeat 0 0;
  display: none;
}
/* line 781, ../scss/layout/_footer.scss */
.footer-needs .formWrapper form div table button {
  color: #fff;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  border: none;
  padding: 0;
  width: 200px;
  margin-top: 15px;
  letter-spacing: 1px;
  line-height: 34px;
  background: #ea3094;
  text-transform: uppercase;
}
/* line 802, ../scss/layout/_footer.scss */
.footer-needs .formWrapper form .needs-inquire {
  position: relative;
}
/* line 805, ../scss/layout/_footer.scss */
.footer-needs .formWrapper form .needs-success {
  display: none;
  min-height: 392px;
}
/* line 809, ../scss/layout/_footer.scss */
.footer-needs .formWrapper form .needs-success h4 {
  font-size: 27px;
  text-transform: none;
  margin-top: 100px;
  margin-bottom: 15px;
  text-align: center;
  color: #0f396a;
  font-weight: 400;
  line-height: 31px;
  position: relative;
}
/* line 819, ../scss/layout/_footer.scss */
.footer-needs .formWrapper form .needs-success h4:after {
  content: ' ';
  width: 89px;
  height: 1px;
  background: #4fddfd;
  display: block;
  margin: 11px auto 0;
}
/* line 828, ../scss/layout/_footer.scss */
.footer-needs .formWrapper form .needs-success p {
  margin: 0 40px;
  font-size: 16px;
  color: #0a2a4f;
  line-height: 21px;
}

@media only screen and (min-width: 479px) {
  /* line 922, ../scss/layout/_footer.scss */
  .footer .fl-subfooter #footerContactInfo .label.phone {
    display: inline;
    margin-left: 15px;
  }
}
@media only screen and (min-width: 600px) {
  /* line 940, ../scss/layout/_footer.scss */
  .footer {
    max-width: 1280px;
    margin: 0 auto;
  }
  /* line 944, ../scss/layout/_footer.scss */
  .footer .fl-subfooter {
    display: block;
    float: left;
    width: 100%;
    min-height: 135px;
    padding: 0 30px;
    position: relative;
  }
  /* line 952, ../scss/layout/_footer.scss */
  .footer .fl-subfooter .footer_certs {
    width: auto;
    margin: 15px auto 0;
  }
  /* line 956, ../scss/layout/_footer.scss */
  .footer .fl-subfooter .subfooter-links {
    float: left;
    display: inline;
    width: 100%;
    margin-top: 30px;
  }
  /* line 962, ../scss/layout/_footer.scss */
  .footer .fl-subfooter .subfooter-links ul li {
    float: left;
    display: inline;
    padding-right: 15px;
    margin: 0 15px 10px 0;
    border-right: 1px solid #90ACCD;
    line-height: 12px;
  }
  /* line 970, ../scss/layout/_footer.scss */
  .footer .fl-subfooter .subfooter-links ul li.last {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
  /* line 975, ../scss/layout/_footer.scss */
  .footer .fl-subfooter .subfooter-links ul li a, .footer .fl-subfooter .subfooter-links ul li address {
    color: #90ACCD;
  }
  /* line 978, ../scss/layout/_footer.scss */
  .footer .fl-subfooter .subfooter-links ul li address {
    padding: 0;
    margin: 0 0 40px;
  }

  /* line 986, ../scss/layout/_footer.scss */
  #floating-footer-td {
    height: 50px;
    background: rgba(94, 220, 255, 0.85);
  }

  /* line 992, ../scss/layout/_footer.scss */
  .shop-benefits .shop-benefits-inner {
    background: transparent url(../images/shopBenefitsLogo.png) no-repeat 50% 140px;
    background-size: 599px auto;
  }

  /* line 997, ../scss/layout/_footer.scss */
  #supportCornerBodyHelpChat {
    position: relative;
  }
  /* line 1000, ../scss/layout/_footer.scss */
  #supportCornerBodyHelpChat:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #901518;
    border-right: none;
    top: 8px;
    right: -13px;
  }

  /* line 1014, ../scss/layout/_footer.scss */
  #supportCornerBodyHelpSubmitBtn {
    color: #fff;
    border: none;
    padding: 0 25px 4px 28px;
    letter-spacing: 1px;
    background: #dfa600;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodαEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfa600), color-stop(18%, #dca003), color-stop(72%, #cf850f), color-stop(100%, #bf661c));
    background: -webkit-linear-gradient(top, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
    background: -o-linear-gradient(top, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
    background: -ms-linear-gradient(top, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
    background: linear-gradient(to bottom, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
  }
  /* line 1035, ../scss/layout/_footer.scss */
  #supportCornerBodyHelpSubmitBtn:hover {
    text-decoration: none;
    background: -moz-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf661c), color-stop(18%, #cf850f), color-stop(72%, #dca003), color-stop(100%, #dfa600));
    background: -webkit-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
    background: -o-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
    background: -ms-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
    background: linear-gradient(to bottom, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
  }
}
@media only screen and (min-width: 770px) {
  /* line 1053, ../scss/layout/_footer.scss */
  .footer .footer-upper {
    padding: 40px 15px 32px 35px;
  }
  /* line 1056, ../scss/layout/_footer.scss */
  .footer .footer-upper .linkswrapper {
    display: inline-block;
    width: 353px;
  }
  /* line 1060, ../scss/layout/_footer.scss */
  .footer .footer-upper .linkswrapper .links.last {
    padding-left: 26px;
  }
  /* line 1066, ../scss/layout/_footer.scss */
  .footer .footer-upper .pricematch {
    margin-top: -1px;
    width: 330px;
    float: right;
  }
  /* line 1070, ../scss/layout/_footer.scss */
  .footer .footer-upper .pricematch span {
    letter-spacing: 0;
  }
  /* line 1076, ../scss/layout/_footer.scss */
  .footer .fl-subfooter {
    padding: 0 35px;
  }
  /* line 1078, ../scss/layout/_footer.scss */
  .footer .fl-subfooter .footer_certs {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 132px;
    top: -7px;
  }
  /* line 1086, ../scss/layout/_footer.scss */
  .footer .fl-subfooter .subfooter-links {
    margin-top: 8px;
    width: 520px;
  }
  /* line 1089, ../scss/layout/_footer.scss */
  .footer .fl-subfooter .subfooter-links ul {
    margin: 0;
  }

  /* line 1102, ../scss/layout/_footer.scss */
  .footer-needs {
    min-height: 464px;
    background-size: auto 401px;
  }
  /* line 1109, ../scss/layout/_footer.scss */
  .footer-needs .formWrapper {
    margin: 16px auto 0;
    background: url(../images/footerNeedsPrinterCards.png) no-repeat -184px 100%;
    background-size: auto 401px;
    min-height: 381px;
  }
  /* line 1116, ../scss/layout/_footer.scss */
  .footer-needs .formWrapper form {
    float: right;
    margin-top: 17px;
  }
  /* line 1120, ../scss/layout/_footer.scss */
  .footer-needs .formWrapper:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 979px) {
  /* line 1136, ../scss/layout/_footer.scss */
  .footer .footer-upper {
    width: 100%;
  }
  /* line 1139, ../scss/layout/_footer.scss */
  .footer .footer-upper .linkswrapper {
    width: 399px;
    max-width: 399px;
  }
  /* line 1143, ../scss/layout/_footer.scss */
  .footer .footer-upper .linkswrapper .links.last {
    padding-left: 52px;
  }
  /* line 1149, ../scss/layout/_footer.scss */
  .footer .footer-upper .pricematch {
    margin-top: -2px;
    margin-right: 30px;
    width: auto;
    font-size: 18px;
  }
  /* line 1154, ../scss/layout/_footer.scss */
  .footer .footer-upper .pricematch span {
    margin-top: 5px;
    margin-bottom: 8px;
    font-size: 55px;
  }
  /* line 1164, ../scss/layout/_footer.scss */
  .footer .fl-subfooter .footer_certs {
    top: -29px;
    right: 46px;
  }
  /* line 1168, ../scss/layout/_footer.scss */
  .footer .fl-subfooter .subfooter-links {
    width: 100%;
  }
  /* line 1170, ../scss/layout/_footer.scss */
  .footer .fl-subfooter .subfooter-links ul {
    width: 100%;
  }

  /* line 1185, ../scss/layout/_footer.scss */
  .footer-needs {
    min-height: 420px;
    background-size: auto 437px;
  }
  /* line 1196, ../scss/layout/_footer.scss */
  .footer-needs .contact {
    padding: 23px 0 0 42px;
    display: block;
    margin: 0 auto -211px;
    width: 300px;
  }
  /* line 1201, ../scss/layout/_footer.scss */
  .footer-needs .contact .footerFnaPhone {
    padding-left: 32px;
    font-size: 24px;
    font-weight: 700;
    color: #0f396a;
    background: url(../images/icons/footerPhone.png) 5px 6px no-repeat;
    background-size: auto 21px;
  }
  /* line 1209, ../scss/layout/_footer.scss */
  .footer-needs .contact .footerFnaChat {
    padding-left: 32px;
    font-size: 21px;
    font-weight: 700;
    color: #0f396a;
    background: url(../images/icons/footerChat.png) 1px 6px no-repeat;
    background-size: auto 20px;
  }
  /* line 1218, ../scss/layout/_footer.scss */
  .footer-needs .formWrapper {
    min-height: 420px;
    background-position: -136px 100%;
    background-size: auto 437px;
  }
  /* line 1223, ../scss/layout/_footer.scss */
  .footer-needs .formWrapper form {
    margin-top: 56px;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 1238, ../scss/layout/_footer.scss */
  .footer .footer-upper .pricematch {
    letter-spacing: 4px;
  }
  /* line 1249, ../scss/layout/_footer.scss */
  .footer .fl-subfooter .footer_certs {
    right: 189px;
  }

  /* line 1255, ../scss/layout/_footer.scss */
  .footer-needs .formWrapper {
    background-position: 0px 100%;
  }
  /* line 1257, ../scss/layout/_footer.scss */
  .footer-needs .formWrapper form {
    margin-right: 130px;
  }
}
/* line 1265, ../scss/layout/_footer.scss */
#floating-footer {
  height: 33px;
  background: #0f396a;
  -webkit-box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.5);
}
/* line 1272, ../scss/layout/_footer.scss */
#floating-footer .floating-footer-get-help {
  float: left;
  margin-left: 14px;
  padding-right: 14px;
  line-height: 29px;
  color: #fff;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
/* line 1285, ../scss/layout/_footer.scss */
#floating-footer .floating-footer-get-help:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  border-right: none;
  top: 10px;
  right: 0;
  display: block;
}
/* line 1292, ../scss/layout/_footer.scss */
#floating-footer .floating-footer-tel {
  float: right;
  margin-right: 14px;
  line-height: 29px;
  color: #fff;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
/* line 34, ../scss/module/_product-list.scss */
.a-disabled {
  pointer-events: none;
}

/* line 38, ../scss/module/_product-list.scss */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
  background-color: #fff;
  color: #363636;
}

/* line 45, ../scss/module/_product-list.scss */
.category-image {
  margin-bottom: 0;
  padding-top: 67px;
}

/* line 51, ../scss/module/_product-list.scss */
.category-description p {
  color: #969291;
}

/* line 55, ../scss/module/_product-list.scss */
.col-left-first {
  display: block;
}

/* line 60, ../scss/module/_product-list.scss */
.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
}

/* line 66, ../scss/module/_product-list.scss */
.category-tier1 .needExpertHelp {
  display: none;
}

/* -------------------------------------------- *
 * Product Name
 */
/* line 74, ../scss/module/_product-list.scss */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #363636;
  font-family: "source-sans-pro", sans-serif;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "source-sans-pro", sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
/* line 85, ../scss/module/_product-list.scss */
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #363636;
}
/* line 87, ../scss/module/_product-list.scss */
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  /*color: $c-action;*/
  text-decoration: none;
  color: #4fddfd;
}

/* line 96, ../scss/module/_product-list.scss */
.products-grid .cat_item_banner {
  margin: 3px 0 -4px;
  padding: 0;
  background: #ebebeb;
  color: #363636;
  display: block;
}
/* line 102, ../scss/module/_product-list.scss */
.products-grid .cat_item_banner:hover {
  text-decoration: none;
}
/* line 103, ../scss/module/_product-list.scss */
.products-grid .cat_item_banner .line1,
.products-grid .cat_item_banner .line2 {
  display: block;
}
/* line 106, ../scss/module/_product-list.scss */
.products-grid .cat_item_banner .line1:hover,
.products-grid .cat_item_banner .line2:hover {
  text-decoration: none;
}
/* line 108, ../scss/module/_product-list.scss */
.products-grid .cat_item_banner .line2 {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  line-height: 22px;
}
/* line 115, ../scss/module/_product-list.scss */
.products-grid .cat_item_banner.highlight {
  padding: 9px 0 6px;
  background: #dff9ff;
}
/* line 118, ../scss/module/_product-list.scss */
.products-grid .cat_item_banner.highlight .line1,
.products-grid .cat_item_banner.highlight .line2 {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  line-height: 15px;
}
/* line 125, ../scss/module/_product-list.scss */
.products-grid .cat_item_banner.highlight .line1 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* line 134, ../scss/module/_product-list.scss */
.products-grid .product-name,
.products-list .product-name {
  margin-top: 12px;
  margin-bottom: 5px;
  text-transform: none;
  font-size: 17px;
  font-family: "source-sans-pro", sans-serif;
  line-height: 19px;
}
/* line 145, ../scss/module/_product-list.scss */
.products-grid .product-name:hover a,
.products-list .product-name:hover a {
  color: #4fddfd;
}
/* line 149, ../scss/module/_product-list.scss */
.products-grid .product-name a,
.products-list .product-name a {
  font-weight: 700;
}

/* line 155, ../scss/module/_product-list.scss */
.products-grid .product-ids {
  margin-top: 4px;
  font-size: 13px;
}

/* line 163, ../scss/module/_product-list.scss */
body.catalog-category-view .breadcrumbs {
  margin-top: 34px;
  padding-left: 2px;
}

/* line 169, ../scss/module/_product-list.scss */
h2.category-name {
  margin-top: 15px;
  padding: 0 0 0 34px;
  background: #f5f5f5;
  font-size: 28px;
  font-weight: 700;
  color: #363636;
  line-height: 45px;
  text-transform: capitalize;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
/* line 186, ../scss/module/_product-list.scss */
.products-grid {
  position: relative;
  padding: 0 15px;
}

/* line 191, ../scss/module/_product-list.scss */
.products-grid:after {
  content: '';
  display: table;
  clear: both;
}

/* line 195, ../scss/module/_product-list.scss */
.products-grid > li {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}
/* line 201, ../scss/module/_product-list.scss */
.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}

/* line 206, ../scss/module/_product-list.scss */
.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
/* line 211, ../scss/module/_product-list.scss */
.products-grid .product-image .ribbon-yield-badge {
  padding-top: 10px;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
  background: #a0a0a0;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 13px;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0px;
  right: 0px;
}
/* line 226, ../scss/module/_product-list.scss */
.products-grid .product-image .ribbon-yield-badge.highlight {
  background: #4fddfd;
}
/* line 230, ../scss/module/_product-list.scss */
.products-grid .product-image .ribbon-yield-badge span {
  display: block;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 238, ../scss/module/_product-list.scss */
.products-grid .product-image img {
  width: 100%;
  height: auto;
}
/* line 242, ../scss/module/_product-list.scss */
.products-grid .product-image img:hidden {
  display: none;
}

/* line 248, ../scss/module/_product-list.scss */
.products-grid form .add-to-cart .qty {
  height: 45px;
}

/* line 253, ../scss/module/_product-list.scss */
.products-grid .price-box .price-label,
.products-grid .price-box .retailPrice,
.products-grid .price-box .yousave-price {
  display: none;
}

/* line 260, ../scss/module/_product-list.scss */
.widget-new-products .products-grid .product-image {
  width: 75%;
  margin-bottom: 15px;
  margin-left: 10%;
}

/* line 270, ../scss/module/_product-list.scss */
.products-grid .product-info {
  position: relative;
  padding-bottom: 60px;
}
/* line 274, ../scss/module/_product-list.scss */
.products-grid .product-info .regular-price {
  color: #363636;
  font-size: 16px;
}
/* line 277, ../scss/module/_product-list.scss */
.products-grid .product-info .regular-price .addToCartCopy {
  width: 100%;
  display: inline-block;
}
/* line 282, ../scss/module/_product-list.scss */
.products-grid .product-info .priceBoxLoginForPrice {
  color: #901518;
  font-weight: bold;
  line-height: 19px;
}
/* line 288, ../scss/module/_product-list.scss */
.products-grid .product-info .priceBoxWhyPriceHidden {
  display: none;
}
/* line 291, ../scss/module/_product-list.scss */
.products-grid .product-info .attribute-list, .products-grid .product-info .compatibleWith {
  display: none;
}
/* line 294, ../scss/module/_product-list.scss */
.products-grid .product-info .ratings {
  display: none;
}

/* line 300, ../scss/module/_product-list.scss */
.products-grid .actions {
  /*padding-top: $box-spacing + 4;*/
  position: absolute;
  bottom: 0;
  min-height: 50px;
  width: 100%;
}
/* line 307, ../scss/module/_product-list.scss */
.products-grid .actions form {
  display: inline;
}
/* line 312, ../scss/module/_product-list.scss */
.products-grid .actions .add-to-cart {
  display: inline;
}
/* line 316, ../scss/module/_product-list.scss */
.products-grid .actions .button {
  background: #0f396a;
  border: none;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
}
/* line 324, ../scss/module/_product-list.scss */
.products-grid .actions .button.catDiscontinuedBtn {
  margin: 0 auto;
  background: #eee;
  border: none;
  color: #c4c4c4;
  display: table;
}

/* line 335, ../scss/module/_product-list.scss */
.products-grid .ratings .rating-box {
  margin: 0 auto;
}

/* line 339, ../scss/module/_product-list.scss */
.products-grid .ratings .amount {
  display: none;
}

/* line 343, ../scss/module/_product-list.scss */
.products-grid .price-box {
  color: #363636;
  font-size: 16px;
  margin: 0 0 5px;
}
/* line 348, ../scss/module/_product-list.scss */
.products-grid .price-box .priceBoxLoginForPrice {
  color: #003777;
  font-weight: bold;
  padding-top: 5px;
  float: none;
}
/* line 354, ../scss/module/_product-list.scss */
.products-grid .price-box .priceBoxLoginForPrice:hover {
  text-decoration: underline;
}

/* line 360, ../scss/module/_product-list.scss */
.products-grid .add-to-links {
  margin-bottom: 0;
  display: none;
}

/* Config: Two columns + flexible gutter */
/* line 372, ../scss/module/_product-list.scss */
.products-grid > li {
  float: left;
  width: 100%;
  /*margin-right: percentage(20 / 440);*/
}

/* line 387, ../scss/module/_product-list.scss */
.products-grid .product-image {
  margin-bottom: 5px;
  border: none;
  display: inline-table;
  vertical-align: bottom;
}
/* line 27, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
/* line 38, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
/* line 44, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
/* line 51, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image.loading {
  position: relative;
}
/* line 54, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}

@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
  /* line 409, ../scss/module/_product-list.scss */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */
  }
  /* line 411, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(odd) {
    clear: none;
  }
  /* line 414, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(even) {
    /*margin-right: percentage($product-column-spacing / $container);*/
  }
  /* line 419, ../scss/module/_product-list.scss */
  .products-grid > li {
    /*width: percentage($column-width / $container);*/
    width: 50%;
    border: 1px solid #ffffff;
    /*margin-right: percentage($product-column-spacing / $container);*/
    padding-left: 2%;
    padding-right: 2%;
    /*cursor:pointer;*/
  }
  /* line 429, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(2n+1) {
    clear: left;
  }
  /* line 432, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /* line 452, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }

  /* line 455, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }

  /* line 458, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    /*margin-right: percentage($product-column-spacing / $container);*/
  }

  /* Set column config */
  /* line 464, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li {
    /*margin-right: percentage($product-column-spacing / $container);*/
  }

  /* line 467, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li {
    width: 23.33333%;
    /*margin-right: percentage($product-column-spacing / $container);*/
  }

  /* line 471, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }

  /* line 474, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /* line 452, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }

  /* line 455, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }

  /* line 458, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    /*margin-right: percentage($product-column-spacing / $container);*/
  }

  /* Set column config */
  /* line 464, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li {
    /*margin-right: percentage($product-column-spacing / $container);*/
  }

  /* line 467, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li {
    width: 18.22222%;
    /*margin-right: percentage($product-column-spacing / $container);*/
  }

  /* line 471, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }

  /* line 474, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /* line 452, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }

  /* line 455, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }

  /* line 458, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    /*margin-right: percentage($product-column-spacing / $container);*/
  }

  /* Set column config */
  /* line 464, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li {
    /*margin-right: percentage($product-column-spacing / $container);*/
  }

  /* line 467, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li {
    width: 14.81481%;
    /*margin-right: percentage($product-column-spacing / $container);*/
  }

  /* line 471, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }

  /* line 474, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Product List
 * ============================================ */
/* line 491, ../scss/module/_product-list.scss */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 15px;
}
/* line 496, ../scss/module/_product-list.scss */
.products-list > li {
  padding-bottom: 30px;
  padding-top: 40px;
  border-bottom: 1px solid #EDEDED;
}
/* line 501, ../scss/module/_product-list.scss */
.products-list > li:after {
  content: '';
  display: table;
  clear: both;
}
/* line 504, ../scss/module/_product-list.scss */
.products-list > li .product-image {
  float: left;
  width: 100%;
  margin-bottom: 23px;
}
/* line 509, ../scss/module/_product-list.scss */
.products-list > li .product-image img {
  width: 100%;
  max-width: 100%;
}
/* line 515, ../scss/module/_product-list.scss */
.products-list > li:last-child {
  border-bottom: none;
}
/* line 520, ../scss/module/_product-list.scss */
.products-list li.item .compatibleWith {
  clear: both;
  display: block;
  font-size: 15px;
  color: #494949;
  line-height: 21px;
  font-style: italic;
  width: 100%;
  padding-top: 20px;
}
/* line 530, ../scss/module/_product-list.scss */
.products-list li.item .compatibleWith span {
  font-weight: bold;
}
/* line 533, ../scss/module/_product-list.scss */
.products-list li.item .compatibleWith a {
  position: relative;
}
/* line 536, ../scss/module/_product-list.scss */
.products-list li.item .compatibleWith a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #0f396a;
  border-right: none;
  top: 21%;
  right: -13px;
}

/* line 554, ../scss/module/_product-list.scss */
.products-list .product-shop {
  float: right;
  width: 100%;
}
/* line 558, ../scss/module/_product-list.scss */
.products-list .product-shop .product-name {
  margin-bottom: 0;
}
/* line 561, ../scss/module/_product-list.scss */
.products-list .product-shop .ratings {
  margin: 0;
}
/* line 564, ../scss/module/_product-list.scss */
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px;
}
/* line 569, ../scss/module/_product-list.scss */
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}
/* line 573, ../scss/module/_product-list.scss */
.products-list .product-shop .desc ul li {
  margin-left: 23px;
}
/* line 576, ../scss/module/_product-list.scss */
.products-list .product-shop .price-box {
  width: 68%;
  margin: 0 auto;
}
/* line 580, ../scss/module/_product-list.scss */
.products-list .product-shop .price-box .price-label {
  font-size: 15px;
}
/* line 584, ../scss/module/_product-list.scss */
.products-list .product-shop .price-box .price {
  font-size: 24px;
}
/* line 587, ../scss/module/_product-list.scss */
.products-list .product-shop .price-box .regular-price .price {
  text-decoration: line-through;
  color: #363636;
  font-weight: normal;
  font-size: 15px;
}
/* line 593, ../scss/module/_product-list.scss */
.products-list .product-shop .action {
  margin: 14px 0;
}
/* line 596, ../scss/module/_product-list.scss */
.products-list .product-shop .action .button {
  margin: 0 auto;
  display: block;
  width: 70%;
  background: #901518;
  border: 1px solid #901518;
  padding: 4px 15px 8px;
  font-size: 17px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
}
/* line 613, ../scss/module/_product-list.scss */
.products-list .product-shop .desc {
  margin-top: 7px;
}
/* line 616, ../scss/module/_product-list.scss */
.products-list .product-shop .desc .link-learn {
  display: none;
}
/* line 621, ../scss/module/_product-list.scss */
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 65%;
  overflow: hidden;
}
/* line 627, ../scss/module/_product-list.scss */
.products-list .product-shop .product-secondary {
  float: right;
  width: 35%;
  text-align: right;
  clear: right;
}
/* line 633, ../scss/module/_product-list.scss */
.products-list .product-shop .product-secondary .add-to-links {
  display: none;
}
/* line 636, ../scss/module/_product-list.scss */
.products-list .product-shop .product-secondary .priceBoxLoginForPrice {
  color: #901518;
  font-size: 24px;
  line-height: 20px;
}

@media only screen and (min-width: 480px) {
  /* line 655, ../scss/module/_product-list.scss */
  .products-list .product-name a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1279px) {
  /* line 662, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }
  /* line 668, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  /* line 676, ../scss/module/_product-list.scss */
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }

  /* line 680, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}
/* ============================================ *
 * Mini Product List
 * ============================================ */
/* line 697, ../scss/module/_product-list.scss */
.mini-products-list .product-image {
  float: left;
  min-width: 50px;
}
/* line 701, ../scss/module/_product-list.scss */
.mini-products-list .product-details {
  margin-left: 60px;
}
/* line 706, ../scss/module/_product-list.scss */
.mini-products-list .product-details .product-name {
  padding-top: 10px;
}
/* line 710, ../scss/module/_product-list.scss */
.mini-products-list li {
  margin-bottom: 10px;
  clear: both;
}
/* line 714, ../scss/module/_product-list.scss */
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

/* line 722, ../scss/module/_product-list.scss */
.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}
/* line 726, ../scss/module/_product-list.scss */
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}
/* line 732, ../scss/module/_product-list.scss */
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}
/* line 737, ../scss/module/_product-list.scss */
.mini-products-images-list li.item .product-image {
  display: block;
}
/* line 740, ../scss/module/_product-list.scss */
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
/* line 759, ../scss/module/_product-list.scss */
.category-image img {
  width: 100%;
  max-width: 100%;
}
/* line 763, ../scss/module/_product-list.scss */
.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
/* line 773, ../scss/module/_product-list.scss */
.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #363636;
  font-family: "source-sans-pro", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-family: "source-sans-pro", sans-serif;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  font-size: 17px;
  line-height: 1em;
  margin-bottom: 0;
  padding: 20px 29px 20px 19px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #e5e5e5;
  position: relative;
  background-color: #f5f5f5;
  cursor: pointer;
}
/* line 113, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #363636;
  border-bottom: none;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}

/* line 126, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
/* line 131, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #363636;
  font-family: "source-sans-pro", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-family: "source-sans-pro", sans-serif;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  font-size: 17px;
  line-height: 1em;
  margin-bottom: 0;
  padding: 20px 29px 20px 19px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #e5e5e5;
  position: relative;
  background-color: #f5f5f5;
  display: block;
  font-weight: 700;
  text-transform: none;
}
/* line 113, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #363636;
  border-bottom: none;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}
/* line 138, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dd {
  padding: 0;
  margin: 0;
  border-width: 0;
  border-style: solid;
  border-color: #f0ebd8;
}
/* line 145, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 0 1px;
}

/* line 785, ../scss/module/_product-list.scss */
.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}
/* line 789, ../scss/module/_product-list.scss */
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
  padding: 5px 15px;
  display: block;
}
/* line 793, ../scss/module/_product-list.scss */
.block-layered-nav dl dd ol > li > a .count {
  color: #969291;
}

@media only screen and (min-width: 600px) {
  /* line 799, ../scss/module/_product-list.scss */
  .block-layered-nav .block-content > dl > dt {
    padding-left: 10px;
  }
  /* line 802, ../scss/module/_product-list.scss */
  .block-layered-nav .block-content > dl > dt:after {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  /* line 809, ../scss/module/_product-list.scss */
  .sidebar .block.block-layered-nav {
    border-bottom: none;
  }

  /* line 814, ../scss/module/_product-list.scss */
  .block-layered-nav--no-filters .block-title {
    display: none;
  }

  /* line 819, ../scss/module/_product-list.scss */
  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px;
  }
  /* line 153, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  /* line 157, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dt:hover {
    color: #363636;
  }
  /* line 160, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #363636;
    border-bottom: none;
  }
  /* line 163, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dt.last {
    border-bottom-width: 1px;
  }
  /* line 168, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dd {
    display: none;
  }
  /* line 176, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom-width: 0px;
    background-color: #e5e5e5;
    text-transform: none;
    font-weight: 700;
  }
  /* line 183, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
    content: '\d7';
    width: 10px;
    height: 13px;
    display: block;
    right: 15px;
    font-weight: 400;
    font-family: arial, sans-serif;
    color: #363636;
    top: 34%;
    font-size: 30px;
    border-width: 0px;
    margin-top: 0;
  }
  /* line 201, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
  }
  /* line 825, ../scss/module/_product-list.scss */
  .block-layered-nav .block-content > dl > dt:before, .block-layered-nav .block-content > dl > dt:after {
    content: ' ';
    margin: 0;
    width: 7px;
    height: 2px;
    border: none;
    background-color: #0f396a;
    position: absolute;
    transition: all 0.20s ease-out 0s;
    -moz-transition: all 0.20s ease-out 0s;
    -webkit-transition: all 0.20s ease-out 0s;
  }
  /* line 838, ../scss/module/_product-list.scss */
  .block-layered-nav .block-content > dl > dt:before {
    transform: rotate(45deg);
    right: 16px;
    top: 50%;
  }
  /* line 843, ../scss/module/_product-list.scss */
  .block-layered-nav .block-content > dl > dt:after {
    right: 12px;
    top: 50%;
    transform: rotate(-45deg);
  }
  /* line 849, ../scss/module/_product-list.scss */
  .block-layered-nav .block-content > dl > dt:hover {
    color: #363636;
  }
  /* line 868, ../scss/module/_product-list.scss */
  .block-layered-nav .block-content.accordion-open > dl > dt.current:before {
    width: 14px;
    right: 12px;
    top: 50%;
  }
  /* line 873, ../scss/module/_product-list.scss */
  .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
    content: ' ';
    margin: 0;
    width: 14px;
    height: 2px;
    border: none;
    right: 12px;
    top: 50%;
  }

  /* line 886, ../scss/module/_product-list.scss */
  .block-layered-nav .block-subtitle--filter {
    background-color: #e5e5e5;
    text-transform: none;
    font-weight: 700;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #363636;
    font-size: 17px;
  }
  /* line 896, ../scss/module/_product-list.scss */
  .block-layered-nav .block-subtitle--filter:before, .block-layered-nav .block-subtitle--filter:after {
    content: ' ';
    margin: 0;
    width: 7px;
    height: 2px;
    border: none;
    background-color: #0f396a;
    position: absolute;
    transition: all 0.20s ease-out 0s;
    -moz-transition: all 0.20s ease-out 0s;
    -webkit-transition: all 0.20s ease-out 0s;
  }
  /* line 909, ../scss/module/_product-list.scss */
  .block-layered-nav .block-subtitle--filter:before {
    transform: rotate(-45deg);
    right: 14px;
    top: calc(50% + 2px);
  }
  /* line 914, ../scss/module/_product-list.scss */
  .block-layered-nav .block-subtitle--filter:after {
    right: 14px;
    top: calc(50% - 2px);
    transform: rotate(45deg);
  }
  /* line 920, ../scss/module/_product-list.scss */
  .block-layered-nav .block-subtitle--filter:hover {
    color: #363636;
  }
  /* line 925, ../scss/module/_product-list.scss */
  .block-layered-nav .block-subtitle--filter.active:before {
    transform: rotate(45deg);
    right: 16px;
    top: 50%;
  }
  /* line 930, ../scss/module/_product-list.scss */
  .block-layered-nav .block-subtitle--filter.active:after {
    right: 12px;
    top: 50%;
    transform: rotate(-45deg);
  }

  /* line 939, ../scss/module/_product-list.scss */
  #narrow-by-list,
  #narrow-by-list2 {
    padding: 10px;
    border: 1px solid #d3d7d9;
    border-top: 0;
  }

  /* line 946, ../scss/module/_product-list.scss */
  .block-layered-nav dl ol > li > a,
  .block-layered-nav dl ol > li > span {
    padding: 7px;
    margin: 5px;
  }

  /* line 952, ../scss/module/_product-list.scss */
  .block-layered-nav dl ol > li > a {
    color: #363636;
    background-color: #F4F4F4;
    padding: 5px 10px;
    background-color: transparent;
  }
  /* line 956, ../scss/module/_product-list.scss */
  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
    /*background: $c-module-background-hover;*/
  }
}
/* line 964, ../scss/module/_product-list.scss */
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #363636;
  font-family: "source-sans-pro", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
/* line 969, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px;
}
/* line 973, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol li {
  margin-bottom: 5px;
}
/* line 976, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol li .label {
  font-weight: bold;
}
/* line 980, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}

/* line 986, ../scss/module/_product-list.scss */
.block-layered-nav .actions {
  text-align: right;
  margin-bottom: 7px;
}

/* ============================================ *
 * Tier 1 Category
 * ============================================ */
/* line 997, ../scss/module/_product-list.scss */
#tierOneProductCategories {
  float: left;
  display: inline;
  width: 100%;
  height: auto;
  text-align: center;
  padding-bottom: 55px;
  background: url(../images/elementTopGrayGradient.gif) 0 -1px repeat-x;
  padding-top: 28px;
  margin-top: 15px;
}
/* line 1008, ../scss/module/_product-list.scss */
#tierOneProductCategories h3 {
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  color: #363636;
  font-size: 27px;
}
/* line 1014, ../scss/module/_product-list.scss */
#tierOneProductCategories .itemContainer {
  height: auto;
  width: 100%;
}
/* line 1018, ../scss/module/_product-list.scss */
#tierOneProductCategories .itemContainer p {
  color: #494949;
  padding: 0 4% 0 4%;
}
/* line 1022, ../scss/module/_product-list.scss */
#tierOneProductCategories .itemContainer .item {
  width: 50%;
  height: auto;
  display: block;
  float: left;
  margin-top: 50px;
}
/* line 1029, ../scss/module/_product-list.scss */
#tierOneProductCategories .itemContainer .item img {
  margin: 0 auto 20px auto;
  width: 85%;
  height: auto;
}
/* line 1034, ../scss/module/_product-list.scss */
#tierOneProductCategories .itemContainer .item span {
  color: #494949;
}
/* line 1037, ../scss/module/_product-list.scss */
#tierOneProductCategories .itemContainer .item:hover {
  color: #494949;
}

/* line 1044, ../scss/module/_product-list.scss */
.tierOneShopByOptions {
  float: left;
  display: inline !important;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 23px;
  background: url(../images/home/homeShopByBrandMobileBg.gif) 0 -1px repeat-x;
  padding-top: 25px;
  overflow: hidden;
}
/* line 1055, ../scss/module/_product-list.scss */
.tierOneShopByOptions h3 {
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  color: #363636;
  font-size: 27px;
}
/* line 1061, ../scss/module/_product-list.scss */
.tierOneShopByOptions .MagicScroll {
  display: none;
}
/* line 1064, ../scss/module/_product-list.scss */
.tierOneShopByOptions.tier1-systems-use {
  background: none;
}

/* line 1068, ../scss/module/_product-list.scss */
#tierOneShopByBrand, #tierOneAdditionalOptions {
  float: left;
  display: inline;
  width: 100%;
  height: auto;
  background-color: #f3f3f3;
  padding: 52px 2% 40px 2%;
  text-align: center;
  position: relative;
}
/* line 1078, ../scss/module/_product-list.scss */
#tierOneShopByBrand:before, #tierOneAdditionalOptions:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 52px solid transparent;
  border-left: 52px solid transparent;
  border-top: 52px solid #ffffff;
  border-bottom: none;
  border-top: 32px solid #ffffff;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
/* line 1094, ../scss/module/_product-list.scss */
#tierOneShopByBrand h3, #tierOneAdditionalOptions h3 {
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 27px;
}
/* line 1099, ../scss/module/_product-list.scss */
#tierOneShopByBrand .brandItemWrapper, #tierOneAdditionalOptions .brandItemWrapper {
  float: left;
  padding-left: 2%;
  padding-right: 2%;
  width: 100%;
}
/* line 1105, ../scss/module/_product-list.scss */
#tierOneShopByBrand .brandItemWrapper .brandItem, #tierOneAdditionalOptions .brandItemWrapper .brandItem {
  width: 49%;
  height: auto;
  display: block;
  float: left;
  margin-top: 7px;
  background-color: #fff;
  padding: 15px 0;
}
/* line 1114, ../scss/module/_product-list.scss */
#tierOneShopByBrand .brandItemWrapper .brandItem:nth-child(2n+1), #tierOneAdditionalOptions .brandItemWrapper .brandItem:nth-child(2n+1) {
  margin-right: 2%;
}
/* line 1117, ../scss/module/_product-list.scss */
#tierOneShopByBrand .brandItemWrapper .brandItem a, #tierOneAdditionalOptions .brandItemWrapper .brandItem a {
  display: block;
}
/* line 1120, ../scss/module/_product-list.scss */
#tierOneShopByBrand .brandItemWrapper .brandItem img, #tierOneAdditionalOptions .brandItemWrapper .brandItem img {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
/* line 1125, ../scss/module/_product-list.scss */
#tierOneShopByBrand .brandItemWrapper .brandItem .label, #tierOneAdditionalOptions .brandItemWrapper .brandItem .label {
  display: block;
  line-height: 18px;
  margin-top: 7px;
  color: #494949;
}
/* line 1131, ../scss/module/_product-list.scss */
#tierOneShopByBrand .brandItemWrapper .brandItem ul, #tierOneAdditionalOptions .brandItemWrapper .brandItem ul {
  display: none;
}
/* line 1134, ../scss/module/_product-list.scss */
#tierOneShopByBrand .brandItemWrapper .brandItem ul a, #tierOneAdditionalOptions .brandItemWrapper .brandItem ul a {
  display: inline;
}

/* line 1146, ../scss/module/_product-list.scss */
#tierOneAdditionalOptions .brandItemWrapper .brandItem img {
  width: 75%;
}

/* line 1152, ../scss/module/_product-list.scss */
#tierOneShopByIndustry {
  float: left;
  display: inline;
  width: 100%;
  height: auto;
  background-color: #f3f3f3;
  padding: 52px 2% 40px 2%;
  text-align: center;
  position: relative;
}
/* line 1162, ../scss/module/_product-list.scss */
#tierOneShopByIndustry:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 52px solid transparent;
  border-left: 52px solid transparent;
  border-top: 52px solid #ffffff;
  border-bottom: none;
  border-top: 32px solid #ffffff;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
/* line 1178, ../scss/module/_product-list.scss */
#tierOneShopByIndustry h3 {
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 27px;
}
/* line 1183, ../scss/module/_product-list.scss */
#tierOneShopByIndustry .industryItemWrapper {
  float: left;
  padding-left: 2%;
  padding-right: 2%;
  width: 100%;
}
/* line 1189, ../scss/module/_product-list.scss */
#tierOneShopByIndustry .industryItemWrapper ul {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
/* line 1194, ../scss/module/_product-list.scss */
#tierOneShopByIndustry .industryItemWrapper ul li {
  line-height: 1.4em;
  padding-top: 16px;
}

/* line 1201, ../scss/module/_product-list.scss */
#tierOneHowToChoose {
  width: 100%;
  height: auto;
  background-color: #e4f0f8;
  padding: 70px 2% 40px 5%;
  position: relative;
  float: left;
  display: inline;
  text-align: center;
}
/* line 1211, ../scss/module/_product-list.scss */
#tierOneHowToChoose:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 52px solid transparent;
  border-left: 52px solid transparent;
  border-bottom: none;
  border-top: 32px solid #ffffff;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
/* line 1226, ../scss/module/_product-list.scss */
#tierOneHowToChoose img {
  width: 70%;
  height: auto;
  margin: 0 auto;
}
/* line 1231, ../scss/module/_product-list.scss */
#tierOneHowToChoose .howToChooseContent {
  margin-top: 30px;
  padding: 0 2.5%;
}
/* line 1235, ../scss/module/_product-list.scss */
#tierOneHowToChoose .howToChooseContent h3 {
  font-size: 27px;
  font-weight: bold;
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.1em;
}
/* line 1241, ../scss/module/_product-list.scss */
#tierOneHowToChoose .howToChooseContent p {
  color: #494949;
}
/* line 1244, ../scss/module/_product-list.scss */
#tierOneHowToChoose .howToChooseContent .buyersGuideLink {
  margin-top: 26px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 17px;
  background-color: #901518;
  padding-left: 25px;
  padding-right: 25px;
  float: none;
  width: auto;
  height: auto;
  background-image: none;
}
/* line 1264, ../scss/module/_product-list.scss */
#tierOneHowToChoose .howToChooseContent .buyersGuideLink:hover {
  background: #4fddfd;
}

/* line 1270, ../scss/module/_product-list.scss */
#tierOneTopProducts {
  float: left;
  display: inline;
  width: 100%;
  height: auto;
  text-align: center;
  padding-bottom: 55px;
  background: url(../images/elementTopGrayGradient.gif) 0 -1px repeat-x;
  padding-top: 28px;
  margin-top: 2px;
}
/* line 1281, ../scss/module/_product-list.scss */
#tierOneTopProducts h3 {
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  color: #363636;
  font-size: 27px;
}
/* line 1291, ../scss/module/_product-list.scss */
#tierOneTopProducts .topProductsContent .category-products .toolbar {
  display: none;
}

/* line 1297, ../scss/module/_product-list.scss */
.tierOneSiteTool {
  float: left;
  display: inline;
  width: 100%;
  min-height: 502px;
  background: url(../images/tierOnePrinterComparisonBg.jpg) 0 0 no-repeat;
  background-size: 1280px 380px;
  margin-bottom: 70px;
}
/* line 1306, ../scss/module/_product-list.scss */
.tierOneSiteTool.supplyFinder {
  margin-bottom: 0;
  cursor: pointer;
}
/* line 1310, ../scss/module/_product-list.scss */
.tierOneSiteTool.customLanyard {
  background: url(../images/tierOneCusomeLanyardToolBg.jpg) 0 0 no-repeat;
  background-size: 1280px 380px;
  cursor: pointer;
}
/* line 1316, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent {
  width: 100%;
  min-height: 512px;
  background: url(../images/printerComparisonContentBg.png) 95% 54% no-repeat;
  background-size: 328px auto;
  padding: 28px 1% 0 1%;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
/* line 1326, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent.supplyFinder {
  background: url(../images/supplyFinderContentBg.png) 100% 55% no-repeat;
  background-size: 328px auto;
  min-height: 468px;
}
/* line 1331, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent.customLanyard {
  background: url(../images/customLanyardToolContentBg.png) 95% 51% no-repeat;
  background-size: 328px auto;
}
/* line 1336, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent h3, .tierOneSiteTool .siteToolContent span {
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
}
/* line 1342, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent h3 span.large, .tierOneSiteTool .siteToolContent span span.large {
  color: #fff;
  font-size: 25px;
  text-shadow: none;
  display: none;
}
/* line 1348, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent h3 br, .tierOneSiteTool .siteToolContent span br {
  display: none;
}
/* line 1352, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent p {
  color: #ccc;
  width: 100%;
  margin: 0 auto;
}
/* line 1357, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect {
  max-width: 572px;
  width: 100%;
  height: 228px;
  margin: 0 auto;
  background: url(../images/pcSelectBoxBg-L.png) 0 0 no-repeat;
  background-size: 14px 144px;
  padding-left: 14px;
  text-align: left;
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
}
/* line 1371, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect.supplyFinder {
  height: 189px;
  max-width: 450px;
}
/* line 1375, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect.customLanyard {
  max-width: 600px;
}
/* line 1379, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight {
  width: 100%;
  height: 228px;
  padding-right: 14px;
  background: url(../images/pcSelectBoxBg-R.png) 100% 0 no-repeat;
  background-size: 14px 144px;
}
/* line 1386, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner {
  width: 100%;
  height: 228px;
  background: url(../images/pcSelectBoxBg-Inner.png) 0 0 repeat-x;
  background-size: 1px 144px;
  padding-top: 9px;
  position: relative;
}
/* line 1394, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner form {
  float: left;
}
/* line 1398, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner p {
  text-transform: uppercase;
  color: #426ea8;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  margin: 0 auto;
}
/* line 1406, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner p span {
  display: none;
  text-transform: uppercase;
  color: #426ea8;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  margin: 0 auto;
  text-shadow: none;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/* line 1418, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner #volumeCol {
  margin-top: 2px;
  width: 50%;
  float: left;
  padding-left: 7%;
}
/* line 1424, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner #brandCol {
  margin-top: 2px;
  width: 50%;
  float: left;
  margin-bottom: 10px;
  padding-left: 15%;
}
/* line 1431, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner #userCol {
  margin: 0 auto;
  width: 36%;
}
/* line 1435, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner #userCol .optionItem {
  margin-top: 5px;
}
/* line 1439, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner .optionItem {
  margin-top: 17px;
  width: 100%;
  float: left;
  cursor: pointer;
}
/* line 1445, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner .optionItem label {
  margin-left: 7px;
  font-size: 14px;
  float: left;
  line-height: 17px;
  cursor: pointer;
}
/* line 1452, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner .optionItem input {
  margin-top: 3px;
  float: left;
  cursor: pointer;
}
/* line 1458, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner #expertHelpLink {
  position: absolute;
  bottom: -44px;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 29px;
  background-color: #901518;
  text-decoration: none;
  width: 40%;
  text-align: center;
}
/* line 1483, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.supplyFinder form {
  float: none;
  width: 90%;
  margin: 20px auto 0 auto;
}
/* line 1488, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.supplyFinder form select {
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
}
/* line 1493, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.supplyFinder form #findSuppliesLink {
  display: block;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 29px;
  background-color: #901518;
  text-decoration: none;
  width: 62%;
  text-align: center;
}
/* line 1508, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.supplyFinder form #findSuppliesLink:hover {
  background-color: #4fddfd;
}
/* line 1516, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.customLanyard form {
  float: none;
  width: 80%;
  margin: 20px auto 0 auto;
}
/* line 1521, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.customLanyard form label {
  color: #494949;
}
/* line 1524, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.customLanyard form label span {
  color: #494949;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
}
/* line 1532, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.customLanyard form select {
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
}
/* line 1537, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.customLanyard form #customLanyardLink {
  display: block;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 29px;
  background-color: #901518;
  text-decoration: none;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
/* line 1553, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.customLanyard form #customLanyardLink:hover {
  background-color: #4fddfd;
}

/* line 1565, ../scss/module/_product-list.scss */
#tierOneLearningCenter {
  float: left;
  display: inline;
  width: 100%;
  height: auto;
  background-color: #f3f3f3;
  padding: 52px 2% 0 2%;
  text-align: center;
  position: relative;
  /*-----------Vertical tabs-----------*/
  /*-----------Accordion styles-----------*/
  /*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
}
/* line 1575, ../scss/module/_product-list.scss */
#tierOneLearningCenter:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 52px solid transparent;
  border-left: 52px solid transparent;
  border-top: 52px solid #ffffff;
  border-bottom: none;
  border-top: 32px solid #ffffff;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
/* line 1591, ../scss/module/_product-list.scss */
#tierOneLearningCenter .learningCenterContent {
  float: left;
  display: inline;
  margin: 0 2%;
}
/* line 1596, ../scss/module/_product-list.scss */
#tierOneLearningCenter .learningCenterContent p {
  color: #494949;
  padding: 0 2%;
}
/* line 1601, ../scss/module/_product-list.scss */
#tierOneLearningCenter h3 {
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 27px;
}
/* line 1606, ../scss/module/_product-list.scss */
#tierOneLearningCenter #verticalTab {
  margin-top: 48px !important;
}
/* line 1609, ../scss/module/_product-list.scss */
#tierOneLearningCenter ul.resp-tabs-list,
#tierOneLearningCenter p {
  margin: 0px;
  padding: 0px;
}
/* line 1616, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}
/* line 1628, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}
/* line 1633, ../scss/module/_product-list.scss */
#tierOneLearningCenter h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
/* line 1638, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-tab-content {
  display: none;
  padding: 15px;
}
/* line 1642, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-tab-active {
  border: 1px solid #c1c1c1;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
  border-bottom: none;
  background-color: #fff;
}
/* line 1650, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-content-active,
#tierOneLearningCenter .resp-accordion-active {
  display: block;
}
/* line 1654, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-tab-content {
  border: 1px solid #c1c1c1;
}
/* line 1657, ../scss/module/_product-list.scss */
#tierOneLearningCenter h2.resp-accordion {
  font-size: 16px;
  text-transform: none;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #363636;
  font-weight: bold;
  border: 1px solid #c1c1c1;
  border-top: 0 solid #c1c1c1;
  margin: 0;
  padding: 20px 34px;
  background-color: #e8e8e8;
  position: relative;
  clear: both;
}
/* line 1671, ../scss/module/_product-list.scss */
#tierOneLearningCenter h2.resp-accordion:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #6d6d6d;
  border-bottom: none;
  right: 15px;
  top: 45%;
}
/* line 1685, ../scss/module/_product-list.scss */
#tierOneLearningCenter h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 20px 34px !important;
  position: relative;
}
/* line 1691, ../scss/module/_product-list.scss */
#tierOneLearningCenter h2.resp-tab-active:after {
  content: '\d7';
  width: 10px;
  height: 13px;
  display: block;
  right: 21px;
  top: 24%;
  font-weight: 400;
  font-family: arial, sans-serif;
  color: #363636;
  font-size: 30px;
  border-width: 0px;
  margin-top: 0;
}
/* line 1707, ../scss/module/_product-list.scss */
#tierOneLearningCenter h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}
/* line 1714, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
/* line 1718, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}
/* line 1725, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tabs-container {
  padding: 0;
  background-color: #fff;
  border-left: 1px solid #ccc;
  float: left;
  width: 68%;
  min-height: 250px;
  /*border-radius: 4px;*/
  clear: none;
}
/* line 1735, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content {
  border: none;
  text-align: left;
  padding-bottom: 60px;
}
/* line 1740, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content p {
  color: #494949;
  margin-bottom: 10px;
  padding: 0;
}
/* line 1745, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content ul {
  list-style-type: disc;
  padding-left: 17px;
}
/* line 1749, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content ul li {
  font-size: 16px;
  line-height: 1.4em;
  padding-bottom: 4px;
  color: #494949;
}
/* line 1758, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content img.accordionContentImg.main {
  margin: 20px auto;
  height: auto;
  width: 100%;
}
/* line 1766, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content h2.tabContentH2 {
  display: none;
}
/* line 1769, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content h4 {
  font-size: 16px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-transform: none;
  margin-top: 25px;
  margin-bottom: 0;
}
/* line 1776, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContentMoreInfo {
  width: 100%;
  margin: 50px auto 0 auto;
  padding-top: 34px;
  text-align: center;
  border-top: 1px solid #ccc;
  clear: both;
}
/* line 1784, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContentMoreInfo a {
  margin-top: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  background-color: #901518;
  background-image: none;
  width: 100%;
  float: none;
  height: auto;
}
/* line 1802, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContentMoreInfo a:hover {
  background: #4fddfd;
}
/* line 1805, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContentMoreInfo a span {
  display: none;
}
/* line 1810, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid {
  width: 100%;
  padding: 0 4%;
  margin-top: 35px;
  float: left;
}
/* line 1816, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem {
  width: 100%;
  padding-top: 100px;
  text-align: center;
  margin-bottom: 40px;
  float: left;
  display: inline;
}
/* line 1824, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem p {
  width: 70%;
  margin: 0 auto;
}
/* line 1828, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem p.label {
  font-weight: bold;
  color: #363636;
  width: 100%;
}
/* line 1834, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.business {
  background: url(../images/gridItemIcon-business.gif) 50% 0 no-repeat;
  background-size: 123px 90px;
}
/* line 1838, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.membership {
  background: url(../images/gridItemIcon-membership.gif) 50% 0 no-repeat;
  background-size: 123px 90px;
}
/* line 1842, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.promotional {
  background: url(../images/gridItemIcon-promo.gif) 50% 0 no-repeat;
  background-size: 123px 90px;
}
/* line 1846, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.keytag {
  background: url(../images/gridItemIcon-keytag.gif) 50% 0 no-repeat;
  background-size: 123px 90px;
}
/* line 1850, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.loyalty {
  background: url(../images/gridItemIcon-loyalty.gif) 50% 0 no-repeat;
  background-size: 123px 90px;
}
/* line 1854, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.gift {
  background: url(../images/gridItemIcon-gift.gif) 50% 0 no-repeat;
  background-size: 123px 90px;
}
/* line 1858, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.greeting {
  background: url(../images/gridItemIcon-greeting.gif) 50% 0 no-repeat;
  background-size: 123px 90px;
}
/* line 1862, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.event {
  background: url(../images/gridItemIcon-event.gif) 50% 0 no-repeat;
  background-size: 123px 90px;
}
/* line 1866, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.visitor {
  background: url(../images/gridItemIcon-visitor.gif) 50% 0 no-repeat;
  background-size: 123px 90px;
}
/* line 1870, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.cashless {
  background: url(../images/gridItemIcon-cashless.gif) 50% 0 no-repeat;
  background-size: 123px 90px;
}
/* line 1874, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.attendance {
  background: url(../images/gridItemIcon-attendance.gif) 50% 0 no-repeat;
  background-size: 123px 90px;
}
/* line 1878, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.accesscontrol {
  background: url(../images/gridItemIcon-accesscontrol.gif) 50% 0 no-repeat;
  background-size: 123px 90px;
}
/* line 1882, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.printer {
  background: url(../images/gridItemIcon-printer.gif) 50% 0 no-repeat;
  background-size: 94px auto;
}
/* line 1886, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.software {
  background: url(../images/gridItemIcon-software.gif) 50% 0 no-repeat;
  background-size: 94px auto;
}
/* line 1890, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.cards {
  background: url(../images/gridItemIcon-cards.gif) 50% 0 no-repeat;
  background-size: 94px auto;
}
/* line 1894, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.ribbon {
  background: url(../images/gridItemIcon-ribbon.gif) 50% 0 no-repeat;
  background-size: 94px auto;
}
/* line 1898, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.camera {
  background: url(../images/gridItemIcon-camera.gif) 50% 0 no-repeat;
  background-size: 94px auto;
}
/* line 1902, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.cleaningkit {
  background: url(../images/gridItemIcon-cleaningkit.gif) 50% 0 no-repeat;
  background-size: 94px auto;
}
/* line 1906, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.barcode {
  background: url(../images/gridItemIcon-barcode.gif) 50% 20px no-repeat;
  background-size: 94px auto;
}
/* line 1910, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.magstripe {
  background: url(../images/gridItemIcon-magstripe.gif) 50% 20px no-repeat;
  background-size: 94px auto;
}
/* line 1914, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.proximitycard {
  background: url(../images/gridItemIcon-proximitycard.gif) 50% 0 no-repeat;
  background-size: 94px auto;
  padding-top: 135px;
}
/* line 1919, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.smartcard {
  background: url(../images/gridItemIcon-smartcard.gif) 50% 20px no-repeat;
  background-size: 94px auto;
}
/* line 1923, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.ymco {
  background: url(../images/gridItemIcon-ymco.jpg) 50% 0 no-repeat;
  background-size: 213px auto;
  padding-top: 128px;
}
/* line 1928, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.ymckok {
  background: url(../images/gridItemIcon-ymckok.jpg) 50% 0 no-repeat;
  background-size: 213px auto;
  padding-top: 128px;
}
/* line 1933, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.halfpanel {
  background: url(../images/gridItemIcon-halfpanel.jpg) 50% 0 no-repeat;
  background-size: 213px auto;
  padding-top: 128px;
}
/* line 1938, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.monochrome {
  background: url(../images/gridItemIcon-monochrome.jpg) 50% 0 no-repeat;
  background-size: 213px auto;
  padding-top: 128px;
}
/* line 1943, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.ymc {
  background: url(../images/gridItemIcon-ymc.jpg) 50% 0 no-repeat;
  background-size: 213px auto;
  padding-top: 128px;
}
/* line 1948, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.ymck {
  background: url(../images/gridItemIcon-ymck.jpg) 50% 0 no-repeat;
  background-size: 213px auto;
  padding-top: 128px;
}
/* line 1953, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.ymckk {
  background: url(../images/gridItemIcon-ymckk.jpg) 50% 0 no-repeat;
  background-size: 213px auto;
  padding-top: 128px;
}
/* line 1958, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.ymcki {
  background: url(../images/gridItemIcon-ymcki.jpg) 50% 0 no-repeat;
  background-size: 213px auto;
  padding-top: 128px;
}
/* line 1965, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .iconListItem {
  margin-top: 40px;
}
/* line 1968, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .iconListItem .inlineIcon {
  margin: 0 auto;
}
/* line 1971, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .iconListItem h5 {
  text-transform: capitalize;
  color: #494949;
  font-size: 16px;
}
/* line 1978, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .iconListItem ul li.more {
  list-style: none;
  margin-left: -17px;
  margin-top: 5px;
}
/* line 1984, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .iconListItem a.more {
  padding-right: 14px;
  position: relative;
}
/* line 1988, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .iconListItem a.more:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #901518;
  border-right: none;
  top: 25%;
  right: 0;
}
/* line 2005, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs li.resp-tab-active {
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}
/* line 2012, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
  display: none;
}
/* line 2022, ../scss/module/_product-list.scss */
#tierOneLearningCenter h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}
/* line 2031, ../scss/module/_product-list.scss */
#tierOneLearningCenter h2.resp-tab-active {
  background: #fff !important;
  border: none;
}
/* line 2036, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-easy-accordion h2.resp-accordion {
  display: block;
}
/* line 2039, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}
/* line 2043, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}
/* line 2046, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-jfit {
  width: 100%;
  margin: 0px;
}
/* line 2050, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-tab-content-active {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
/* line 2057, ../scss/module/_product-list.scss */
#tierOneLearningCenter h2.resp-accordion:first-child {
  border-top: 1px solid #ccc !important;
}
@media only screen and (max-width: 769px) {
  /* line 2063, ../scss/module/_product-list.scss */
  #tierOneLearningCenter ul.resp-tabs-list {
    display: none;
  }
  /* line 2066, ../scss/module/_product-list.scss */
  #tierOneLearningCenter h2.resp-accordion {
    display: block;
  }
  /* line 2069, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content {
    border-top: 1px solid #C1C1C1;
  }
  /* line 2072, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  /* line 2079, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-accordion-closed {
    display: none !important;
  }
}

/* line 2085, ../scss/module/_product-list.scss */
#tierOneExpertHelp {
  width: 100%;
  height: auto;
  background-color: #e4f0f8;
  margin-top: 7px;
  float: left;
  display: inline;
}
/* line 2093, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner {
  padding: 70px 2% 19px 5%;
  max-width: 907px;
  min-height: 407px;
  margin: 0 auto;
  position: relative;
  background: url(../images/needExpertHelpCalloutBg-2.png) 61% 110% no-repeat;
  background-size: 558px auto;
}
/* line 2103, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent {
  width: 155px;
  text-align: center;
  margin-top: 31px;
}
/* line 2108, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent h3 {
  font-size: 21px;
  font-weight: bold;
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 2117, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent p {
  color: #494949;
  line-height: 21px;
}
/* line 2121, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent .expertHelpPhone {
  display: block;
  color: #901518;
  font-weight: bold;
  float: left;
  margin-left: 13px;
}
/* line 2128, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent .expertHelpPhone a {
  font-size: 19px;
  color: #901518;
  font-weight: bold;
}
/* line 2133, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent .expertHelpPhone a:hover {
  text-decoration: none;
}
/* line 2137, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent .expertHelpPhone .calltext {
  display: none;
}
/* line 2141, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent a {
  display: block;
  line-height: 20px;
  font-weight: bold;
  margin-top: 7px;
}
/* line 2147, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent a span {
  position: relative;
}
/* line 2150, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent a span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #0f396a;
  border-right: none;
  top: 28%;
  right: -13px;
}
/* line 2166, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper {
  float: left;
  display: inline;
  padding-bottom: 13px;
  margin-top: 10px;
}
/* line 2172, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper form {
  float: left;
  display: inline;
  margin: 0 auto;
}
/* line 2177, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper form dl {
  margin: 0 0 6px 22px;
  float: left;
  display: inline;
}
/* line 2182, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper form dl dd {
  padding: 0;
  width: 110px;
  line-height: 20px;
  float: left;
  display: inline;
  text-align: left;
}
/* line 2190, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper form dl dd input, #tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper form dl dd label {
  float: left;
  display: block;
  cursor: pointer;
}
/* line 2195, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper form dl dd input {
  margin-top: 5px;
}
/* line 2198, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper form dl dd label {
  margin: 2px 0 0 8px;
  color: #494949;
}
/* line 2204, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper form a.toNeeds {
  float: left;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  background-color: #901518;
  padding: 0 20px;
  margin: 8px 0 16px 12px;
}
/* line 2217, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper form a.toNeeds:hover {
  text-decoration: none;
  background: #4fddfd;
}
/* line 2222, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper form a.kmPhoneNumber {
  font-size: 18px;
  float: left;
}
/* line 2232, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 52px solid transparent;
  border-left: 52px solid transparent;
  border-bottom: none;
  border-top: 32px solid #ffffff;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}

/* line 2256, ../scss/module/_product-list.scss */
.category-id-card-printers .category-description p {
  text-align: center;
  margin-bottom: 0;
}
/* line 2261, ../scss/module/_product-list.scss */
.category-id-card-printers #tierOneProductCategories {
  background: none;
  padding-top: 0;
  margin-top: 0;
}
/* line 2266, ../scss/module/_product-list.scss */
.category-id-card-printers #tierOneProductCategories h1 {
  display: none;
}
/* line 2271, ../scss/module/_product-list.scss */
.category-id-card-printers #tierOneProductCategories .itemContainer p {
  display: none;
}

/* line 2284, ../scss/module/_product-list.scss */
.category-photo-id-systems .category-description p {
  text-align: center;
  margin-bottom: 0;
}
/* line 2289, ../scss/module/_product-list.scss */
.category-photo-id-systems #tierOneProductCategories {
  background: none;
  padding-top: 0;
  margin-top: 0;
}
/* line 2294, ../scss/module/_product-list.scss */
.category-photo-id-systems #tierOneProductCategories h1 {
  display: none;
}
/* line 2299, ../scss/module/_product-list.scss */
.category-photo-id-systems #tierOneProductCategories .itemContainer p {
  display: none;
}

/* line 2311, ../scss/module/_product-list.scss */
.category-id-card-software .category-description p {
  /*text-align:center;*/
  margin-bottom: 0;
}
/* line 2316, ../scss/module/_product-list.scss */
.category-id-card-software #tierOneProductCategories {
  background: none;
  padding-top: 0;
  margin-top: 0;
}
/* line 2321, ../scss/module/_product-list.scss */
.category-id-card-software #tierOneProductCategories h1 {
  display: none;
}
/* line 2326, ../scss/module/_product-list.scss */
.category-id-card-software #tierOneProductCategories .itemContainer p {
  display: none;
}

/* line 2336, ../scss/module/_product-list.scss */
.category-blank-id-cards #tierOneTopProducts {
  padding-bottom: 20px;
}
/* line 2340, ../scss/module/_product-list.scss */
.category-blank-id-cards #tierOneProductCategories {
  margin-top: 2px;
}

/* line 2349, ../scss/module/_product-list.scss */
.category-id-card-supplies #tierOneShopByBrand {
  background-color: #fff;
  padding-top: 28px;
  margin-top: 15px;
  background: url(../images/elementTopGrayGradient.gif) 0 -1px repeat-x;
}
/* line 2355, ../scss/module/_product-list.scss */
.category-id-card-supplies #tierOneShopByBrand:before {
  display: none;
}

/* line 2365, ../scss/module/_product-list.scss */
.category-id-card-accessories #tierOneShopByBrand {
  background-color: #fff;
  padding-top: 28px;
  margin-top: 15px;
  background: url(../images/elementTopGrayGradient.gif) 0 -1px repeat-x;
}
/* line 2371, ../scss/module/_product-list.scss */
.category-id-card-accessories #tierOneShopByBrand:before {
  display: none;
}

/* line 2381, ../scss/module/_product-list.scss */
.category-cameras-and-data-capture #tierOneTopProducts {
  background: none;
}

/* line 2388, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna {
  font-size: 15px;
  color: #494949;
}
/* line 2391, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna h2,
#two-columns-left-cms-fna h2 a {
  margin-top: 20px;
  margin-bottom: 2px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  color: #363636;
  text-decoration: none;
  font-weight: 700;
  text-transform: none;
}
/* line 2402, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna p:not([class]) {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 2405, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna p:not([class]) strong {
  font-size: 16px;
  color: #363636;
}
/* line 2411, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna .cmsList {
  margin-top: 6px;
  margin-bottom: 26px;
  padding-left: 15px;
  list-style: disc;
  list-style-position: inside;
}
/* line 2424, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna #shopCategoriesBlock {
  float: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
/* line 2429, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna #shopCategoriesBlock #shopCategoriesBlockHdr {
  margin: 0 2.5%;
  width: 95%;
}
/* line 2433, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna #shopCategoriesBlock a.brandCatItem {
  display: inline-block;
  background: none;
}
/* line 2438, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna .seo-inline-fna {
  float: left;
  display: inline;
  width: 100%;
  height: auto;
  background-color: #f3f3f3;
  padding: 52px 2% 50px 2%;
  margin-top: 10px;
  text-align: center;
  position: relative;
}
/* line 2449, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna .seo-inline-fna img {
  display: none;
}
/* line 2452, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna .seo-inline-fna:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 52px solid transparent;
  border-left: 52px solid transparent;
  border-top: 52px solid #ffffff;
  border-bottom: none;
  border-top: 32px solid #ffffff;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
/* line 2468, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna .seo-inline-fna h3 {
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 27px;
  line-height: 1.1em;
  font-weight: bold;
}
/* line 2474, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna .seo-inline-fna #seo-inline-fna-form {
  text-align: left;
  width: 100%;
  max-width: 248px;
  margin: 25px auto 0 auto;
}
/* line 2480, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna .seo-inline-fna #seo-inline-fna-form .questionWrap {
  margin-bottom: 10px;
}
/* line 2483, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna .seo-inline-fna #seo-inline-fna-form .questionWrap ol {
  list-style: decimal;
  margin: 0 0 5px 0;
  padding-left: 17px;
  line-height: 21px;
  font-size: 16px;
  color: #494949;
}
/* line 2491, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna .seo-inline-fna #seo-inline-fna-form .questionWrap select {
  margin-left: 17px;
  cursor: pointer;
}
/* line 2496, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna .seo-inline-fna #seo-inline-fna-form .selectorSubmit {
  color: #ffffff;
  background: #901518;
  border: 1px solid #901518;
  padding: 5px 12px 4px 12px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 17px;
}
/* line 2508, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna .seo-inline-fna #seo-inline-fna-form .selectorSubmit:hover {
  background: #4fddfd;
  border: 1px solid #4fddfd;
}
/* line 2515, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna .seo-inline-buyers-guide {
  width: 100%;
  height: auto;
  padding: 70px 2% 70px 5%;
  position: relative;
  float: left;
  display: inline;
  text-align: center;
}
/* line 2524, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna .seo-inline-buyers-guide img {
  width: 70%;
  height: auto;
  margin: 0 auto;
}
/* line 2529, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna .seo-inline-buyers-guide .seo-buyers-guide-content {
  margin-top: 30px;
  padding: 0 2.5%;
}
/* line 2533, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna .seo-inline-buyers-guide .seo-buyers-guide-content h3 {
  margin-bottom: 10px;
  color: #363636;
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.1;
  text-transform: uppercase;
}
/* line 2542, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna .seo-inline-buyers-guide .seo-buyers-guide-content p {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}
/* line 2547, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna .seo-inline-buyers-guide .seo-buyers-guide-content .buyersGuideLink {
  margin-top: 26px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 17px;
  background-color: #901518;
  padding-left: 25px;
  padding-right: 25px;
  float: none;
  width: auto;
  height: auto;
  background-image: none;
}
/* line 2564, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna .seo-inline-buyers-guide .seo-buyers-guide-content .buyersGuideLink:hover {
  background-color: #4fddfd;
}

/* line 2574, ../scss/module/_product-list.scss */
.didcategorybanners .m-printer-needs-banner,
.didcategorybanners .m-system-needs-banner {
  display: none;
  height: 73px;
  width: 100%;
  background-color: #eddcb6;
}
/* line 2581, ../scss/module/_product-list.scss */
.didcategorybanners .m-printer-needs-banner .inner,
.didcategorybanners .m-system-needs-banner .inner {
  height: 73px;
  max-width: 239px;
  margin: 0 auto;
  padding-top: 12px;
}
/* line 2587, ../scss/module/_product-list.scss */
.didcategorybanners .m-printer-needs-banner .inner p,
.didcategorybanners .m-system-needs-banner .inner p {
  line-height: 22px;
  text-align: right;
  font-weight: 700;
  font-size: 19px;
  color: #2e4872;
  float: left;
}
/* line 2595, ../scss/module/_product-list.scss */
.didcategorybanners .m-printer-needs-banner .inner p span,
.didcategorybanners .m-system-needs-banner .inner p span {
  font-weight: 400;
}
/* line 2599, ../scss/module/_product-list.scss */
.didcategorybanners .m-printer-needs-banner .inner .go-button,
.didcategorybanners .m-system-needs-banner .inner .go-button {
  color: #fff;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  border: none;
  letter-spacing: 1px;
  line-height: 29px;
  background: #dfa600;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodαEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfa600), color-stop(18%, #dca003), color-stop(72%, #cf850f), color-stop(100%, #bf661c));
  background: -webkit-linear-gradient(top, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
  background: -o-linear-gradient(top, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
  background: -ms-linear-gradient(top, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
  background: linear-gradient(to bottom, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  display: block;
  width: 45px;
  text-align: center;
  padding-bottom: 4px;
  margin: 7px 0 0 15px;
  float: left;
  font-size: 15px;
}
/* line 2632, ../scss/module/_product-list.scss */
.didcategorybanners .m-printer-needs-banner:hover .go-button,
.didcategorybanners .m-system-needs-banner:hover .go-button {
  text-decoration: none;
  background: -moz-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf661c), color-stop(18%, #cf850f), color-stop(72%, #dca003), color-stop(100%, #dfa600));
  background: -webkit-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
  background: -o-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
  background: -ms-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
  background: linear-gradient(to bottom, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
}
/* line 2643, ../scss/module/_product-list.scss */
.didcategorybanners .m-supply-finder {
  display: block;
  height: 73px;
  width: 100%;
  background-color: #f3f3f3;
}
/* line 2649, ../scss/module/_product-list.scss */
.didcategorybanners .m-supply-finder .inner {
  height: 73px;
  max-width: 306px;
  margin: 0 auto;
  padding-top: 12px;
}
/* line 2655, ../scss/module/_product-list.scss */
.didcategorybanners .m-supply-finder .inner p {
  margin: 7px 0 0 6px;
  line-height: 18px;
  text-align: right;
  font-weight: 700;
  font-size: 16px;
  color: #0f396a;
  float: left;
}
/* line 2664, ../scss/module/_product-list.scss */
.didcategorybanners .m-supply-finder .inner form {
  float: right;
  width: 172px;
  margin-top: -3px;
}
/* line 2669, ../scss/module/_product-list.scss */
.didcategorybanners .m-supply-finder .inner form select {
  margin: 14px 0 4px 0;
  height: 22px;
  font-size: 13px;
  width: 113px;
  max-width: 113px;
}
/* line 2676, ../scss/module/_product-list.scss */
.didcategorybanners .m-supply-finder .inner form select + select {
  margin-bottom: 0;
}
/* line 2680, ../scss/module/_product-list.scss */
.didcategorybanners .m-supply-finder .inner form a {
  clear: both;
  color: #fff;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  border: none;
  line-height: 45px;
  background: #0f396a;
  text-transform: uppercase;
  display: block;
  width: auto;
  min-width: 40px;
  text-align: center;
  margin: 5px 6px 0 0;
  float: right;
  font-size: 15px;
}
/* line 2697, ../scss/module/_product-list.scss */
.didcategorybanners .m-supply-finder .inner form a:hover {
  text-decoration: none;
  background: #4fddfd;
}
/* line 2701, ../scss/module/_product-list.scss */
.didcategorybanners .m-supply-finder .inner form a span.desktop {
  display: none;
}

@media only screen and (min-width: 479px) {
  /* ============================================ *
  * Tier 1 Category
  * ============================================ */
  /* line 2724, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-grid li.item {
    width: 50%;
    padding-left: 2%;
    padding-right: 2%;
    position: relative;
  }
  /* line 2730, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-grid > li:nth-child(3n+1) {
    clear: none;
  }

  /* line 2736, ../scss/module/_product-list.scss */
  .tierOneSiteTool {
    margin-bottom: 0;
  }
  /* line 2739, ../scss/module/_product-list.scss */
  .tierOneSiteTool.customLanyard {
    min-height: 625px;
  }
  /* line 2745, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.supplyFinder {
    background-position: 100% 50%;
    background-size: 370px auto;
  }
  /* line 2749, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.supplyFinder p {
    width: 80%;
  }
  /* line 2753, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.customLanyard {
    background-position: 100% 48%;
    background-size: 370px auto;
  }
  /* line 2757, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.customLanyard p {
    width: 80%;
  }
  /* line 2767, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner #volumeCol {
    width: 33%;
    padding-left: 5%;
  }
  /* line 2771, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner #brandCol {
    width: 33%;
    padding-left: 10%;
  }
  /* line 2775, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner #userCol {
    width: 33%;
    float: left;
    padding-left: 5%;
  }
  /* line 2780, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner #userCol .optionItem {
    margin-top: 17px;
  }
  /* line 2784, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner #expertHelpLink {
    bottom: 0;
  }
  /* line 2791, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight.supplyFinder p span {
    display: inline;
  }
  /* line 2795, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight.supplyFinder form {
    width: 80%;
  }
  /* line 2802, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight.customLanyard p span {
    display: inline;
  }
  /* line 2806, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight.customLanyard form {
    width: 80%;
  }

  /* line 2822, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content img.accordionContentImg.main {
    width: 90%;
  }
  /* line 2828, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContentMoreInfo a {
    width: 80%;
  }
  /* line 2831, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContentMoreInfo a span {
    display: inline;
  }
  /* line 2838, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem {
    width: 50%;
  }
  /* line 2841, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid > .gridItem:nth-child(odd) {
    clear: left;
  }

  /* line 2856, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent {
    width: 241px;
  }
  /* line 2859, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent .expertHelpPhone {
    margin-left: 44px;
  }
  /* line 2863, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper {
    margin-top: 15px;
  }
  /* line 2866, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper form {
    width: 217px;
    padding-left: 41px;
  }
  /* line 2870, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper form a.toNeeds {
    margin-left: 2px;
  }

  /* line 2899, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid {
    padding-bottom: 60px;
  }
  /* line 2904, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem p {
    width: 85%;
  }
  /* line 2907, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.smartcard {
    padding-top: 135px;
    background-position: 50% 59px;
  }
}
@media only screen and (max-width: 978px) {
  /* line 2927, ../scss/module/_product-list.scss */
  .category-description.nomobile .description {
    background-size: 0 0 !important;
  }
}
@media only screen and (max-width: 599px) {
  /* line 2936, ../scss/module/_product-list.scss */
  .col-main .category-description {
    padding: 16px 15px 24px;
  }
}
@media only screen and (min-width: 600px) {
  /* line 2947, ../scss/module/_product-list.scss */
  .category-description.nomobile {
    width: 100%;
    height: 280px;
    position: relative;
  }
  /* line 2951, ../scss/module/_product-list.scss */
  .category-description.nomobile:after {
    content: ' ';
    width: 99vw;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #d7d7d7;
  }
  /* line 2975, ../scss/module/_product-list.scss */
  .category-description.nomobile .description {
    max-width: 474px;
    width: 54%;
    float: left;
    text-align: left;
    font-size: 18px;
    color: #636363;
    margin: 19px 0 0 4%;
  }
  /* line 2985, ../scss/module/_product-list.scss */
  .category-description.nomobile .description h1,
  .category-description.nomobile .description h3 {
    font-size: 36px;
    line-height: 38px;
    font-family: "source-sans-pro", sans-serif;
    font-weight: 300;
    color: #363636;
    text-transform: inherit;
    margin-bottom: 13px;
    max-width: 465px;
  }
  /* line 2996, ../scss/module/_product-list.scss */
  .category-description.nomobile .description p {
    line-height: 24px;
    color: #969291;
    text-align: left;
  }
  /* line 3001, ../scss/module/_product-list.scss */
  .category-description.nomobile .description ul {
    float: right;
    clear: both;
    width: 310px;
    margin-bottom: 5px;
  }
  /* line 3007, ../scss/module/_product-list.scss */
  .category-description.nomobile .description ul li {
    margin-left: 19px;
    color: #494949;
    line-height: 25px;
    font-size: 16px;
  }
  /* line 3013, ../scss/module/_product-list.scss */
  .category-description.nomobile .description ul li.see-more-link {
    list-style-type: none;
    margin: 5px 0 0 0;
  }
  /* line 3017, ../scss/module/_product-list.scss */
  .category-description.nomobile .description ul li.see-more-link a {
    font-weight: bold;
    position: relative;
  }
  /* line 3021, ../scss/module/_product-list.scss */
  .category-description.nomobile .description ul li.see-more-link a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #0f396a;
    border-right: none;
    top: 21%;
    right: -14px;
  }
  /* line 3040, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1 {
    padding-right: 30px;
  }
  /* line 3043, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1 h1, .category-description.nomobile.tier1 h3 {
    font-size: 48px;
    line-height: 45px;
    padding-top: 41px;
  }
  /* line 3051, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.printers h3 {
    text-align: right;
    width: 330px;
  }
  /* line 3055, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.printers .marqueeSelectorForm {
    width: 320px;
    height: 213px;
    position: absolute;
    bottom: 0;
    right: 29px;
  }
  /* line 3062, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.printers .marqueeSelectorForm .questionWrap {
    display: block;
    float: right;
    margin-bottom: 3px;
  }
  /* line 3067, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.printers .marqueeSelectorForm .questionWrap select {
    width: 145px;
    float: right;
  }
  /* line 3071, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.printers .marqueeSelectorForm .questionWrap label {
    font-size: 15px;
    margin-right: 7px;
    color: #636363;
  }
  /* line 3077, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.printers .marqueeSelectorForm .selectorSubmit {
    color: #ffffff;
    background: #83201A;
    border: 1px solid #83201A;
    padding: 5px 12px 4px 12px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    float: right;
    margin-top: 5px;
  }
  /* line 3092, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.printers .marqueeSelectorForm .selectorSubmit:hover {
    background: #4fddfd;
    border: 1px solid #4fddfd;
  }
  /* line 3102, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.systems h1, .category-description.nomobile.tier1.systems h3 {
    text-align: right;
    width: 330px;
  }
  /* line 3106, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.systems .marqueeSelectorForm {
    width: 320px;
    height: 213px;
    position: absolute;
    bottom: 0;
    right: 29px;
  }
  /* line 3113, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.systems .marqueeSelectorForm .questionWrap {
    display: block;
    float: right;
    margin-bottom: 3px;
  }
  /* line 3118, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.systems .marqueeSelectorForm .questionWrap select {
    width: 145px;
    float: right;
  }
  /* line 3122, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.systems .marqueeSelectorForm .questionWrap label {
    font-size: 15px;
    margin-right: 7px;
    color: #636363;
  }
  /* line 3128, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.systems .marqueeSelectorForm .selectorSubmit {
    color: #ffffff;
    background: #83201A;
    border: 1px solid #83201A;
    padding: 5px 12px 4px 12px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    float: right;
    margin-top: 5px;
  }
  /* line 3143, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.systems .marqueeSelectorForm .selectorSubmit:hover {
    background: #4fddfd;
    border: 1px solid #4fddfd;
  }
  /* line 3151, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.software {
    padding-right: 0;
  }
  /* line 3154, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.software h3 {
    font-size: 41px;
    line-height: 41px;
  }
  /* line 3158, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.software a.button {
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 17px;
    background-color: #901518;
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 3171, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.software a.button:hover {
    background-color: #4fddfd;
  }
  /* line 3176, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.idcards, .category-description.nomobile.tier1.ribbons-supplies, .category-description.nomobile.tier1.lanyards-holders, .category-description.nomobile.tier1.cameras-data-capture {
    padding-right: 0;
  }
  /* line 3182, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.idcards h1, .category-description.nomobile.tier1.ribbons-supplies h1, .category-description.nomobile.tier1.lanyards-holders h1, .category-description.nomobile.tier1.cameras-data-capture h1 {
    font-size: 41px;
    line-height: 41px;
  }
  /* line 3188, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule {
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 236px;
    height: 202px;
    padding: 0;
    text-align: center;
  }
  /* line 3197, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left {
    padding-left: 18px;
  }
  /* line 3201, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right {
    padding-right: 18px;
  }
  /* line 3205, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner {
    border: 1px solid #d9d9d9;
    border-width: 1px 1px 0 1px;
    width: 100%;
    background: -moz-linear-gradient(top, #fff 0%, #fff 88%, #f3f3f3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fff 0%, #fff 88%, #f3f3f3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 88%, #f3f3f3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 26px 0 0 0;
    min-height: 202px;
  }
  /* line 3219, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner h3 {
    font-size: 20px;
    line-height: 21px;
    text-transform: none;
    font-family: "source-sans-pro", sans-serif;
    font-weight: bold;
    color: #2e4872;
    width: 100% !important;
    text-align: center !important;
    padding-top: 0 !important;
    margin-bottom: 0;
  }
  /* line 3231, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner p {
    position: static;
    width: 100%;
    font-size: 17px;
    line-height: 19px;
    color: #494949;
    padding-right: 0;
    float: none;
    text-align: center;
    margin-bottom: 0;
  }
  /* line 3242, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner a {
    margin-top: 13px;
    padding: 0 30px;
    width: auto;
    min-width: 146px;
    color: #fff;
    font-family: "source-sans-pro", sans-serif;
    font-size: 16px;
    font-weight: 700;
    border: none;
    line-height: 45px;
    background: #0f396a;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
  }
  /* line 3260, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner a:hover {
    background: #4fddfd !important;
    text-decoration: none;
  }
  /* line 3266, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner span.notice {
    font-size: 14px;
    font-style: italic;
    color: #494949;
    display: block;
    font-weight: normal;
    line-height: 15px;
    margin-top: 13px;
  }
  /* line 3275, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.needs {
    padding-top: 22px;
  }
  /* line 3278, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.needs form {
    float: left;
    display: inline;
    padding-left: 55px;
    margin-top: 5px;
  }
  /* line 3284, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.needs form dl {
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: 0;
  }
  /* line 3290, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.needs form dl dt, .category-description.nomobile .marqueemodule .left .right .inner.needs form dl dd label {
    float: left;
    display: inline;
    font-size: 15px;
    color: #494949;
    cursor: pointer;
    font-family: "source-sans-pro", sans-serif;
  }
  /* line 3298, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.needs form dl dt {
    margin: 1px 8px 0 0;
  }
  /* line 3301, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.needs form dl dt input {
    cursor: pointer;
  }
  /* line 3311, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.software h3 {
    margin-bottom: 10px;
  }
  /* line 3314, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.software span.notice {
    font-size: 14px;
    font-style: italic;
    color: #494949;
    display: block;
    font-weight: normal;
    line-height: 15px;
    margin-top: 13px;
  }
  /* line 3323, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.software a {
    font-size: 15px;
    padding: 0 19px 5px;
    line-height: 24px;
    margin-top: 19px;
  }
  /* line 3330, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.supplies {
    padding-top: 22px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 3335, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.supplies h3 {
    margin-bottom: 8px;
  }
  /* line 3338, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.supplies form {
    padding-top: 11px;
  }
  /* line 3341, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.supplies form select {
    display: block;
    margin: 0 auto 5px;
    width: 150px;
    cursor: pointer;
  }
  /* line 3347, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.supplies form select + select {
    margin-bottom: 13px;
  }
  /* line 3351, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.supplies form a {
    padding-left: 18px;
    padding-right: 18px;
    cursor: pointer;
  }
  /* line 3358, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.supplies form a span.mobile {
    display: none;
  }
  /* line 3362, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.supplies form a:hover {
    background: -moz-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf661c), color-stop(18%, #cf850f), color-stop(72%, #dca003), color-stop(100%, #dfa600));
    background: -webkit-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
    background: -o-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
    background: -ms-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
    background: linear-gradient(to bottom, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
  }
  /* line 3373, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.generic {
    padding-top: 37px;
  }
  /* line 3376, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.generic h3 {
    margin-bottom: 10px;
  }
  /* line 3379, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.generic a {
    font-size: 15px;
    padding: 0 19px 5px;
    line-height: 24px;
    margin-top: 19px;
  }
  /* line 3386, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.visitorPass {
    padding: 23px 10px 0;
  }
  /* line 3389, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.visitorPass h3 {
    margin-bottom: 10px;
    line-height: 23px;
  }
  /* line 3393, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.visitorPass a {
    font-size: 15px;
    padding: 0 19px 5px;
    line-height: 24px;
    margin-top: 19px;
  }
  /* line 3407, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueeSelectorForm.seo {
    width: 278px;
    height: 218px;
    position: absolute;
    bottom: 0;
    right: 30px;
  }
  /* line 3414, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueeSelectorForm.seo p {
    width: 100%;
    line-height: 21px;
    margin-bottom: 14px;
  }
  /* line 3419, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueeSelectorForm.seo .questionWrap {
    display: block;
    float: right;
    margin-bottom: 3px;
    width: 100%;
  }
  /* line 3425, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueeSelectorForm.seo .questionWrap select {
    float: right;
    width: 145px;
    cursor: pointer;
  }
  /* line 3430, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueeSelectorForm.seo .questionWrap label {
    float: left;
    font-size: 15px;
    margin-right: 7px;
    color: #494949;
  }
  /* line 3438, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueeSelectorForm .selectorSubmit {
    color: #ffffff;
    background: #901518;
    border: 1px solid #901518;
    padding: 5px 12px 4px 12px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    float: right;
    margin-top: 10px;
  }
  /* line 3450, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueeSelectorForm .selectorSubmit:hover {
    background: #4fddfd;
    border: 1px solid #4fddfd;
  }

  /* line 3459, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main {
    width: 100%;
    margin-left: -273px;
    padding-left: 296px;
    border-top: 1px solid #d7d7d7;
    position: relative;
  }
  /* line 3465, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main:before {
    content: ' ';
    border-left: 1px solid #d7d7d7;
    position: absolute;
    top: 0;
    left: 272px;
    height: 100%;
    width: 1px;
  }

  /* line 3475, ../scss/module/_product-list.scss */
  .col-left {
    display: block;
    width: 273px;
    border-right: 1px solid #d7d7d7;
    padding-right: 12px;
    padding-top: 33px;
    position: relative;
  }
  /* line 3483, ../scss/module/_product-list.scss */
  .col-left #shopByCategory {
    margin-left: 30px;
    float: left;
    display: inline;
    max-width: 242px;
  }
  /* line 3489, ../scss/module/_product-list.scss */
  .col-left #shopByCategory #shopByCategoryTtl {
    color: #363636;
    font-family: "source-sans-pro", sans-serif;
    font-size: 21px;
    line-height: 48px;
    padding-left: 13px;
    padding-top: 15px !important;
    margin-bottom: 15px;
  }
  /* line 3499, ../scss/module/_product-list.scss */
  .col-left #shopByCategory .block-title {
    margin-bottom: 7px;
  }
  /* line 3501, ../scss/module/_product-list.scss */
  .col-left #shopByCategory .block-title strong {
    font-size: 22px;
    color: #363636;
    font-weight: 300;
  }
  /* line 3510, ../scss/module/_product-list.scss */
  .col-left #shopByCategory ul li a {
    margin: 24px 0 0 0;
    padding-left: 18px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    color: #363636;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
  }
  /* line 3520, ../scss/module/_product-list.scss */
  .col-left #shopByCategory ul li a:hover {
    text-decoration: none;
    color: #4fddfd;
  }
  /* line 3524, ../scss/module/_product-list.scss */
  .col-left #shopByCategory ul li a:before, .col-left #shopByCategory ul li a:after {
    content: '';
    width: 7px;
    height: 2px;
    background-color: #4fddfd;
    position: absolute;
  }
  /* line 3535, ../scss/module/_product-list.scss */
  .col-left #shopByCategory ul li a:before {
    transform: rotate(45deg);
    top: 8px;
    left: 0;
  }
  /* line 3543, ../scss/module/_product-list.scss */
  .col-left #shopByCategory ul li a:after {
    transform: rotate(-45deg);
    position: absolute;
    top: 12px;
    left: 0;
  }
  /* line 3557, ../scss/module/_product-list.scss */
  .col-left #leftNav {
    border-top: none;
    border-bottom: none;
    float: left;
  }
  /* line 3562, ../scss/module/_product-list.scss */
  .col-left #leftNav li {
    width: 100%;
    border-bottom: 1px solid #f0ebd8;
    padding: 10px 0 9px 11px;
    display: block;
    float: left;
  }
  /* line 3569, ../scss/module/_product-list.scss */
  .col-left #leftNav li a {
    padding: 5px 0 6px 0;
    width: 200px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #363636;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    float: left;
  }
  /* line 3581, ../scss/module/_product-list.scss */
  .col-left #leftNav li a:hover {
    text-decoration: underline;
  }
  /* line 3584, ../scss/module/_product-list.scss */
  .col-left #leftNav li a.open {
    color: #999999;
  }
  /* line 3587, ../scss/module/_product-list.scss */
  .col-left #leftNav li a.active {
    color: #999999;
    pointer-events: none;
    cursor: default;
  }
  /* line 3590, ../scss/module/_product-list.scss */
  .col-left #leftNav li a.active:hover {
    text-decoration: none;
  }
  /* line 3596, ../scss/module/_product-list.scss */
  .col-left #leftNav li a span {
    font-weight: normal;
    font-size: 11px;
  }
  /* line 3603, ../scss/module/_product-list.scss */
  .col-left #leftNav ul {
    margin: 0 0 0 0;
    float: left;
    display: none;
  }
  /* line 3608, ../scss/module/_product-list.scss */
  .col-left #leftNav ul.parent1 {
    margin: 15px 0;
  }
  /* line 3611, ../scss/module/_product-list.scss */
  .col-left #leftNav ul li {
    padding: 0 0 0 7px;
    width: 234px;
    border: none;
    display: block;
    float: left;
    margin-bottom: 13px;
  }
  /* line 3619, ../scss/module/_product-list.scss */
  .col-left #leftNav ul li a {
    padding: 2px 0 2px 0;
    /*width:150px;*/
    width: 190px;
    font-size: 15px;
    font-weight: normal;
    color: #363636;
    text-decoration: none;
    display: block;
    text-transform: none;
  }
  /* line 3630, ../scss/module/_product-list.scss */
  .col-left #leftNav ul li a.active {
    color: #969291;
  }
  /* line 3635, ../scss/module/_product-list.scss */
  .col-left #leftNav ul ul {
    margin: 0 0 0 0;
    float: left;
    display: none;
  }
  /* line 3640, ../scss/module/_product-list.scss */
  .col-left #leftNav ul ul.parent2 {
    margin: 15px 0;
  }
  /* line 3643, ../scss/module/_product-list.scss */
  .col-left #leftNav ul ul li {
    padding: 0 0 0 7px;
    /*width:163px;*/
    width: 183px;
    border: none;
    display: block;
    float: left;
    margin-bottom: 13px;
  }
  /* line 3652, ../scss/module/_product-list.scss */
  .col-left #leftNav ul ul li a {
    padding: 2px 0 3px 0;
    /*width:143px;*/
    width: 183px;
    font-size: 15px;
    font-weight: normal;
    color: #363636;
    text-decoration: none;
    display: block;
    text-transform: none;
  }
  /* line 3663, ../scss/module/_product-list.scss */
  .col-left #leftNav ul ul li a.active {
    color: #969291;
  }
  /* line 3673, ../scss/module/_product-list.scss */
  .col-left #leftNav a.leftNavL1ArrowClosed {
    width: 22px;
    height: 22px;
    background: url(../images/leftNavOpenClosed.gif) no-repeat 0 0;
    background-size: 22px 44px;
    float: right;
    margin: 2px 12px 0 0;
    padding: 0;
  }
  /* line 3682, ../scss/module/_product-list.scss */
  .col-left #leftNav a.leftNavL1ArrowOpen {
    width: 22px;
    height: 22px;
    background: url(../images/leftNavOpenClosed.gif) no-repeat 0 100%;
    background-size: 22px 44px;
    float: right;
    margin: 2px 12px 0 0;
    padding: 0;
  }
  /* line 3691, ../scss/module/_product-list.scss */
  .col-left #leftNav a.leftNavL2ArrowClosed {
    width: 22px;
    height: 22px;
    background: url(../images/leftNavOpenClosed.gif) no-repeat 0 0;
    background-size: 22px 44px;
    float: right;
    margin: 2px 12px 0 0;
    padding: 0;
  }
  /* line 3700, ../scss/module/_product-list.scss */
  .col-left #leftNav a.leftNavL2ArrowOpen {
    width: 22px;
    height: 22px;
    background: url(../images/leftNavOpenClosed.gif) no-repeat 0 100%;
    background-size: 22px 44px;
    float: right;
    margin: 2px 12px 0 0;
    padding: 0;
  }

  /* line 3716, ../scss/module/_product-list.scss */
  .customer-account .col-left {
    padding-top: 0;
  }

  /* line 3720, ../scss/module/_product-list.scss */
  .col-left-first {
    display: none;
  }
  /* line 3723, ../scss/module/_product-list.scss */
  .col-left-first .block-title {
    padding-left: 13px;
    margin-bottom: 15px;
  }
  /* line 3727, ../scss/module/_product-list.scss */
  .col-left-first .block-title strong {
    color: #363636;
    font-family: "source-sans-pro", sans-serif;
    font-size: 21px;
    line-height: 48px;
    text-transform: none;
  }
  /* line 3735, ../scss/module/_product-list.scss */
  .col-left-first .block-content {
    margin-top: 0;
  }
  /* line 3738, ../scss/module/_product-list.scss */
  .col-left-first .block-content .currently {
    padding: 15px 0 0 11px;
  }
  /* line 3741, ../scss/module/_product-list.scss */
  .col-left-first .block-content .currently p.block-subtitle {
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #363636;
    font-size: 15px;
    line-height: 18px;
    text-transform: none;
    margin-bottom: 17px;
  }
  /* line 3749, ../scss/module/_product-list.scss */
  .col-left-first .block-content .currently ol {
    padding-left: 0;
  }
  /* line 3752, ../scss/module/_product-list.scss */
  .col-left-first .block-content .currently ol li {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 17px;
  }
  /* line 3757, ../scss/module/_product-list.scss */
  .col-left-first .block-content .currently ol li .btn-remove {
    margin-top: -2px;
  }
  /* line 3760, ../scss/module/_product-list.scss */
  .col-left-first .block-content .currently ol li .btn-remove:after {
    font-size: 15px;
    font-weight: normal;
  }
  /* line 3772, ../scss/module/_product-list.scss */
  .col-left-first .block-content dl dt {
    width: 100%;
    padding: 15px 0 15px 11px;
    display: block;
    float: left;
    font-family: "source-sans-pro", sans-serif;
    color: #363636;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    background-color: #ffffff;
    border: none;
  }
  /* line 3785, ../scss/module/_product-list.scss */
  .col-left-first .block-content dl dd {
    border-bottom: 1px solid #f0ebd8;
  }
  /* line 3788, ../scss/module/_product-list.scss */
  .col-left-first .block-content dl dd ol {
    padding-bottom: 25px;
  }
  /* line 3791, ../scss/module/_product-list.scss */
  .col-left-first .block-content dl dd ol li {
    margin-bottom: 5px;
  }
  /* line 3794, ../scss/module/_product-list.scss */
  .col-left-first .block-content dl dd ol li a {
    font-size: 15px;
    color: #494949;
  }
  /* line 3798, ../scss/module/_product-list.scss */
  .col-left-first .block-content dl dd ol li a:hover {
    color: #901518;
    text-decoration: none;
  }
  /* line 3804, ../scss/module/_product-list.scss */
  .col-left-first .block-content dl dd ol li.filterCollapseWrapper {
    display: none;
  }
  /* line 3807, ../scss/module/_product-list.scss */
  .col-left-first .block-content dl dd ol li.filterCollapseWrapper ol {
    padding-bottom: 0;
  }
  /* line 3813, ../scss/module/_product-list.scss */
  .col-left-first .block-content dl dd ol li.filterCollapseTrigger a {
    color: #0f396a;
  }
  /* line 3816, ../scss/module/_product-list.scss */
  .col-left-first .block-content dl dd ol li.filterCollapseTrigger a:hover {
    text-decoration: underline;
  }
  /* line 3824, ../scss/module/_product-list.scss */
  .col-left-first .block-content dl dd:last-child {
    border-bottom: none;
  }
  /* line 3830, ../scss/module/_product-list.scss */
  .col-left-first .block-layered-nav .actions {
    padding: 0 0 30px 11px;
    border-bottom: 1px solid #cecece;
    margin-bottom: 0;
  }

  /* line 3836, ../scss/module/_product-list.scss */
  body.catalogsearch-result-index .col-left-first {
    display: inline;
    z-index: 1;
  }

  /* line 3842, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna p:not([class]) {
    padding-left: 0;
  }
  /* line 3845, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .cmsList {
    padding-left: 0;
  }

  /* line 3850, ../scss/module/_product-list.scss */
  .products-grid {
    padding-top: 20px;
    background: url(../images/elementTopGrayGradient.gif) 0 -6px repeat-x;
  }
  /* line 3854, ../scss/module/_product-list.scss */
  .products-grid li.item {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    position: relative;
  }
  /* line 3860, ../scss/module/_product-list.scss */
  .products-grid li.item:hover {
    border: 1px solid #cecece;
  }
  /* line 3864, ../scss/module/_product-list.scss */
  .products-grid li.item:hover .actions .add-to-cart,
  .products-grid li.item:hover .actions .button {
    display: inline-block;
  }
  /* line 3867, ../scss/module/_product-list.scss */
  .products-grid li.item:hover .actions .add-to-cart.catDiscontinuedBtn,
  .products-grid li.item:hover .actions .button.catDiscontinuedBtn {
    margin: 0 auto;
    display: table;
  }
  /* line 3875, ../scss/module/_product-list.scss */
  .products-grid li.item .offFocusMask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
  }
  /* line 3888, ../scss/module/_product-list.scss */
  .products-grid .actions form {
    display: flex;
    justify-content: space-between;
  }
  /* line 3893, ../scss/module/_product-list.scss */
  .products-grid .actions .add-to-cart {
    display: none;
  }
  /* line 3897, ../scss/module/_product-list.scss */
  .products-grid .actions .button {
    background: #0f396a;
    border: none;
    padding: 0;
    font-size: 16px;
    font-family: "source-sans-pro", sans-serif;
    font-weight: 700;
    width: 70%;
    margin: 0;
    display: none;
  }
  /* line 3908, ../scss/module/_product-list.scss */
  .products-grid .actions .button.catDiscontinuedBtn {
    background: #eee;
    border: none;
    color: #c4c4c4;
    display: none;
  }
  /* line 3919, ../scss/module/_product-list.scss */
  .products-grid .product-info .product-name {
    margin-bottom: 0;
  }
  /* line 3924, ../scss/module/_product-list.scss */
  .products-grid .product-info .product-name:hover a {
    color: #4fddfd;
  }
  /* line 3928, ../scss/module/_product-list.scss */
  .products-grid .product-info .product-name a {
    font-size: 16px;
    line-height: 21px;
  }
  /* line 3933, ../scss/module/_product-list.scss */
  .products-grid .product-info .addToCartCopy {
    font-size: 15px;
  }
  /* line 3936, ../scss/module/_product-list.scss */
  .products-grid .product-info .price-box .price-label,
  .products-grid .product-info .price-box .retailPrice {
    display: inline;
  }
  /* line 3942, ../scss/module/_product-list.scss */
  .products-grid .product-info .regular-price .price {
    color: #363636;
    font-weight: normal;
  }
  /* line 3947, ../scss/module/_product-list.scss */
  .products-grid .product-info .regular-price .addToCartCopy {
    display: none;
  }
  /* line 3951, ../scss/module/_product-list.scss */
  .products-grid .product-info .price-box {
    background: url(../images/grayDotDivider.gif) repeat-x 0 100%;
    padding-bottom: 9px;
  }
  /* line 3957, ../scss/module/_product-list.scss */
  .products-grid .product-info .price-box .priceRow span {
    font-size: 15px;
  }
  /* line 3960, ../scss/module/_product-list.scss */
  .products-grid .product-info .price-box .priceRow .addToCartCopy {
    display: none;
  }
  /* line 3964, ../scss/module/_product-list.scss */
  .products-grid .product-info .price-box .retailPrice {
    display: block;
    margin-bottom: -3px;
  }
  /* line 3968, ../scss/module/_product-list.scss */
  .products-grid .product-info .price-box .retailPrice.gridView {
    display: block;
  }
  /* line 3971, ../scss/module/_product-list.scss */
  .products-grid .product-info .price-box .retailPrice.listView {
    display: none;
  }
  /* line 3977, ../scss/module/_product-list.scss */
  .products-grid .product-info .price-box .ac-price .price {
    color: #003777;
    font-weight: bold;
    text-decoration: none;
  }
  /* line 3985, ../scss/module/_product-list.scss */
  .products-grid .product-info .attribute-list {
    list-style-type: disc;
    padding-left: 17px;
    display: block;
    margin-top: 10px;
  }
  /* line 3991, ../scss/module/_product-list.scss */
  .products-grid .product-info .attribute-list li {
    font-size: 15px;
    line-height: 21px;
    color: #494949;
  }
  /* line 3997, ../scss/module/_product-list.scss */
  .products-grid .product-info .compatibleWith {
    display: block;
    font-size: 15px;
    color: #494949;
    line-height: 21px;
    font-style: italic;
  }
  /* line 4004, ../scss/module/_product-list.scss */
  .products-grid .product-info .compatibleWith span {
    font-weight: bold;
  }
  /* line 4007, ../scss/module/_product-list.scss */
  .products-grid .product-info .compatibleWith a {
    position: relative;
  }
  /* line 4010, ../scss/module/_product-list.scss */
  .products-grid .product-info .compatibleWith a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #0f396a;
    border-right: none;
    top: 21%;
    right: -13px;
  }

  /* line 4028, ../scss/module/_product-list.scss */
  .products-list {
    padding: 45px 15px 0 15px;
    margin-top: 0;
    background: url(../images/elementTopGrayGradient.gif) 0 -6px repeat-x;
  }
  /* line 4033, ../scss/module/_product-list.scss */
  .products-list li.item {
    position: relative;
  }
  /* line 4036, ../scss/module/_product-list.scss */
  .products-list li.item .offFocusMask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
  }
  /* line 4046, ../scss/module/_product-list.scss */
  .products-list .product-image {
    width: 100% !important;
    margin-bottom: 5px;
  }
  /* line 4050, ../scss/module/_product-list.scss */
  .products-list .product-shop {
    width: 100% !important;
    padding-left: 0;
  }
  /* line 4054, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-name {
    background: url(../images/grayDotDivider.gif) repeat-x 0 100%;
    padding-bottom: 7px;
    margin-bottom: 8px;
  }
  /* line 4059, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-name:hover {
    text-decoration: underline;
  }
  /* line 4062, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-name a {
    font-size: 17px;
    line-height: 21px;
    color: #363636;
  }
  /* line 4068, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-primary, .products-list .product-shop .product-secondary, .products-list .product-shop .desc {
    width: 100% !important;
  }
  /* line 4071, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-primary {
    margin-bottom: 10px;
  }
  /* line 4074, ../scss/module/_product-list.scss */
  .products-list .product-shop .desc {
    padding-right: 0;
    margin-top: 0;
  }
  /* line 4078, ../scss/module/_product-list.scss */
  .products-list .product-shop .desc .link-learn {
    display: none;
  }
  /* line 4081, ../scss/module/_product-list.scss */
  .products-list .product-shop .desc p {
    font-size: 15px;
    line-height: 21px;
    color: #494949;
    margin-bottom: 10px;
    font-style: italic;
  }
  /* line 4090, ../scss/module/_product-list.scss */
  .products-list .product-shop .desc ul li {
    font-size: 17px;
    line-height: 21px;
    color: #494949;
    margin-left: 23px;
  }
  /* line 4099, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-secondary {
    text-align: left;
  }
  /* line 4102, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-secondary .add-to-links {
    display: none;
  }
  /* line 4105, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-secondary .addToCartCopy {
    font-size: 15px;
  }
  /* line 4108, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-secondary .priceBoxLoginForPrice {
    color: #901F18;
    font-size: 24px;
    line-height: 20px;
  }
  /* line 4114, ../scss/module/_product-list.scss */
  .products-list .product-shop .price-box {
    width: 100% !important;
  }
  /* line 4117, ../scss/module/_product-list.scss */
  .products-list .product-shop .price-box .price {
    font-size: 15px;
  }
  /* line 4120, ../scss/module/_product-list.scss */
  .products-list .product-shop .price-box .yousave-price {
    display: none;
  }
  /* line 4123, ../scss/module/_product-list.scss */
  .products-list .product-shop .price-box .retailPrice {
    display: block;
    margin-bottom: -3px;
  }
  /* line 4127, ../scss/module/_product-list.scss */
  .products-list .product-shop .price-box .retailPrice.gridView {
    display: none;
  }
  /* line 4130, ../scss/module/_product-list.scss */
  .products-list .product-shop .price-box .retailPrice.listView {
    display: block !important;
  }
  /* line 4134, ../scss/module/_product-list.scss */
  .products-list .product-shop .price-box .regular-price .addToCartCopy {
    display: none;
  }
  /* line 4137, ../scss/module/_product-list.scss */
  .products-list .product-shop .price-box .regular-price .price {
    text-decoration: line-through;
    color: #363636;
    font-weight: normal;
  }
  /* line 4142, ../scss/module/_product-list.scss */
  .products-list .product-shop .price-box .ac-price .price, .products-list .product-shop .price-box .minimal-price .price {
    color: #901F18;
    font-weight: bold;
    text-decoration: none;
    font-size: 24px;
  }
  /* line 4150, ../scss/module/_product-list.scss */
  .products-list .product-shop .action {
    margin-top: 14px;
  }
  /* line 4153, ../scss/module/_product-list.scss */
  .products-list .product-shop .action .button {
    margin: 0 auto;
    display: block;
    width: 70%;
    background: #959494;
    border: 1px solid #959494;
    padding: 5px 15px;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
  }
  /* line 4170, ../scss/module/_product-list.scss */
  .products-list > li:hover .action .button, .products-list .product-image:hover .action .button {
    background: #901518;
    border: 1px solid #901518;
  }
  /* line 4175, ../scss/module/_product-list.scss */
  .products-list > li:hover {
    border-bottom: 1px solid #901518;
  }

  /* ============================================ *
   * Tier 1 Category
   * ============================================ */
  /* line 4187, ../scss/module/_product-list.scss */
  #tierOneProductCategories {
    padding-top: 60px;
    margin-top: 0;
  }
  /* line 4191, ../scss/module/_product-list.scss */
  #tierOneProductCategories h3, #tierOneProductCategories h1 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #494949;
    font-size: 37px;
    letter-spacing: 5px;
    width: 443px;
    background-color: #fff;
    position: relative;
    z-index: 5;
    margin: 0 auto;
    line-height: 1.4;
  }
  /* line 4204, ../scss/module/_product-list.scss */
  #tierOneProductCategories .itemContainer {
    margin-top: -26px;
    border-top: 2px solid #f3f3f3;
  }
  /* line 4208, ../scss/module/_product-list.scss */
  #tierOneProductCategories .itemContainer p {
    padding: 30px 2% 0 2%;
  }
  /* line 4213, ../scss/module/_product-list.scss */
  #tierOneProductCategories .itemContainer .item span {
    font-size: 21px;
    line-height: 21px;
  }

  /* line 4221, ../scss/module/_product-list.scss */
  .tierOneShopByOptions {
    background: none;
    padding-top: 48px;
    margin-bottom: 40px;
  }
  /* line 4226, ../scss/module/_product-list.scss */
  .tierOneShopByOptions h3 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #494949;
    font-size: 37px;
    letter-spacing: 5px;
    width: 423px;
    background-color: #fff;
    position: relative;
    z-index: 5;
    margin: 0 auto;
  }
  /* line 4238, ../scss/module/_product-list.scss */
  .tierOneShopByOptions #shopByFeature, .tierOneShopByOptions #shopByUse, .tierOneShopByOptions #shopIdCards {
    display: none;
  }
  /* line 4241, ../scss/module/_product-list.scss */
  .tierOneShopByOptions .MagicScroll {
    display: block !important;
    margin-top: -26px;
    border-top: 2px solid #f3f3f3;
    height: 278px;
  }
  /* line 4249, ../scss/module/_product-list.scss */
  .tierOneShopByOptions .MagicScroll .mcs-item img {
    width: 90%;
  }
  /* line 4252, ../scss/module/_product-list.scss */
  .tierOneShopByOptions .MagicScroll .mcs-item .mcs-caption {
    -webkit-transition: inherit !important;
    transition: inherit !important;
    -webkit-transform: inherit !important;
    -ms-transform: inherit !important;
    transform: inherit !important;
    background-color: transparent !important;
    color: #494949 !important;
    font-size: 21px !important;
    bottom: 3px !important;
  }
  /* line 4263, ../scss/module/_product-list.scss */
  .tierOneShopByOptions .MagicScroll .mcs-item:hover .mcs-caption {
    text-decoration: underline;
  }
  /* line 4268, ../scss/module/_product-list.scss */
  .tierOneShopByOptions .MagicScroll .mcs-button-arrow-prev {
    background: url(../images/home/magicscroll-arrows-prev.png) 15% 50% no-repeat;
    background-size: 17px 27px;
  }
  /* line 4272, ../scss/module/_product-list.scss */
  .tierOneShopByOptions .MagicScroll .mcs-button-arrow-prev:before {
    content: "";
  }
  /* line 4276, ../scss/module/_product-list.scss */
  .tierOneShopByOptions .MagicScroll .mcs-button-arrow-next {
    background: url(../images/home/magicscroll-arrows-next.png) 85% 50% no-repeat;
    background-size: 17px 27px;
  }
  /* line 4280, ../scss/module/_product-list.scss */
  .tierOneShopByOptions .MagicScroll .mcs-button-arrow-next:before {
    content: "";
  }

  /* line 4287, ../scss/module/_product-list.scss */
  #tierOneShopByBrand,
  #tierOneAdditionalOptions {
    padding-bottom: 90px;
  }
  /* line 4291, ../scss/module/_product-list.scss */
  #tierOneShopByBrand:before,
  #tierOneAdditionalOptions:before {
    border-right: 86px solid transparent;
    border-left: 86px solid transparent;
    border-top: 86px solid #ffffff;
    border-bottom: none;
    border-top: 56px solid #ffffff;
  }
  /* line 4298, ../scss/module/_product-list.scss */
  #tierOneShopByBrand h3,
  #tierOneAdditionalOptions h3 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #494949;
    font-size: 37px;
    letter-spacing: 5px;
    width: 568px;
    position: relative;
    z-index: 5;
    margin: 60px auto 0 auto;
    background-color: #f3f3f3;
  }
  /* line 4310, ../scss/module/_product-list.scss */
  #tierOneShopByBrand .brandItemWrapper,
  #tierOneAdditionalOptions .brandItemWrapper {
    margin-top: -26px;
    border-top: 2px solid #e8e8e8;
    padding-top: 50px;
  }
  /* line 4315, ../scss/module/_product-list.scss */
  #tierOneShopByBrand .brandItemWrapper .brandItem,
  #tierOneAdditionalOptions .brandItemWrapper .brandItem {
    padding: 20px 0;
    margin-top: 10px;
  }
  /* line 4319, ../scss/module/_product-list.scss */
  #tierOneShopByBrand .brandItemWrapper .brandItem img,
  #tierOneAdditionalOptions .brandItemWrapper .brandItem img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  /* line 4324, ../scss/module/_product-list.scss */
  #tierOneShopByBrand .brandItemWrapper .brandItem .label,
  #tierOneAdditionalOptions .brandItemWrapper .brandItem .label {
    display: block;
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
    color: #363636;
    margin: 7px 0;
  }
  /* line 4332, ../scss/module/_product-list.scss */
  #tierOneShopByBrand .brandItemWrapper .brandItem ul,
  #tierOneAdditionalOptions .brandItemWrapper .brandItem ul {
    display: block;
  }
  /* line 4337, ../scss/module/_product-list.scss */
  #tierOneShopByBrand .brandItemWrapper .brandItem ul li a.more,
  #tierOneAdditionalOptions .brandItemWrapper .brandItem ul li a.more {
    font-weight: bold;
    padding-right: 14px;
    position: relative;
  }
  /* line 4342, ../scss/module/_product-list.scss */
  #tierOneShopByBrand .brandItemWrapper .brandItem ul li a.more:after,
  #tierOneAdditionalOptions .brandItemWrapper .brandItem ul li a.more:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #901F18;
    border-right: none;
    top: 13%;
    right: 0;
  }
  /* line 4358, ../scss/module/_product-list.scss */
  #tierOneShopByBrand .brandItemWrapper .brandItem:hover .label,
  #tierOneAdditionalOptions .brandItemWrapper .brandItem:hover .label {
    text-decoration: underline;
  }

  /* line 4365, ../scss/module/_product-list.scss */
  #tierOneShopByIndustry {
    padding-bottom: 90px;
  }
  /* line 4368, ../scss/module/_product-list.scss */
  #tierOneShopByIndustry:before {
    border-right: 86px solid transparent;
    border-left: 86px solid transparent;
    border-top: 86px solid #ffffff;
    border-bottom: none;
    border-top: 56px solid #ffffff;
  }
  /* line 4375, ../scss/module/_product-list.scss */
  #tierOneShopByIndustry h3 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #494949;
    font-size: 37px;
    letter-spacing: 5px;
    width: 475px;
    position: relative;
    z-index: 5;
    margin: 60px auto 0 auto;
    background-color: #f3f3f3;
  }
  /* line 4387, ../scss/module/_product-list.scss */
  #tierOneShopByIndustry .industryItemWrapper {
    margin-top: -26px;
    border-top: 2px solid #e8e8e8;
    padding-top: 50px;
  }
  /* line 4392, ../scss/module/_product-list.scss */
  #tierOneShopByIndustry .industryItemWrapper ul {
    width: 50%;
    float: left;
    display: inline;
  }

  /* line 4399, ../scss/module/_product-list.scss */
  #tierOneHowToChoose {
    padding-top: 95px;
  }
  /* line 4402, ../scss/module/_product-list.scss */
  #tierOneHowToChoose:before {
    border-right: 86px solid transparent;
    border-left: 86px solid transparent;
    border-bottom: none;
    border-top: 56px solid #ffffff;
  }
  /* line 4408, ../scss/module/_product-list.scss */
  #tierOneHowToChoose img {
    max-width: 365px;
  }
  /* line 4413, ../scss/module/_product-list.scss */
  #tierOneHowToChoose .howToChooseContent h3 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #494949;
    font-size: 37px;
    text-transform: none;
    line-height: 38px;
  }
  /* line 4421, ../scss/module/_product-list.scss */
  #tierOneHowToChoose .howToChooseContent h3 br {
    display: none;
  }

  /* line 4428, ../scss/module/_product-list.scss */
  #tierOneTopProducts {
    padding-top: 90px;
  }
  /* line 4431, ../scss/module/_product-list.scss */
  #tierOneTopProducts h3 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #494949;
    font-size: 37px;
    text-transform: uppercase;
    line-height: 38px;
    letter-spacing: 5px;
    background-color: #fff;
    width: 474px;
    position: relative;
    margin: 0 auto;
  }
  /* line 4444, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent {
    margin-top: -19px;
    border-top: 2px solid #f3f3f3;
    padding-top: 30px;
  }
  /* line 4449, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-grid {
    padding-top: 0;
    background: none;
  }
  /* line 4453, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-grid li.item {
    width: 50%;
    padding-left: 2%;
    padding-right: 2%;
    position: relative;
  }
  /* line 4459, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
  /* line 4463, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-list {
    background-image: none;
  }
  /* line 4466, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-list .product-shop {
    /*.regular-price {
        display:block;
    }*/
  }
  /* line 4468, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-list .product-shop .product-name, #tierOneTopProducts .topProductsContent .products-list .product-shop .desc, #tierOneTopProducts .topProductsContent .products-list .product-shop .price-box, #tierOneTopProducts .topProductsContent .products-list .product-shop .regular-price, #tierOneTopProducts .topProductsContent .products-list .product-shop .action .button {
    width: 60% !important;
    margin: 0 auto;
  }
  /* line 4472, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-list .product-shop .product-name {
    text-align: left;
  }
  /* line 4478, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-list .product-shop .desc {
    float: none;
  }
  /* line 4481, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-list .product-shop .desc ul {
    margin-bottom: 1.5em;
    text-align: left;
  }

  /* line 4489, ../scss/module/_product-list.scss */
  .tierOneSiteTool {
    margin-bottom: 60px;
    min-height: 380px;
  }
  /* line 4493, ../scss/module/_product-list.scss */
  .tierOneSiteTool.supplyFinder {
    margin-top: 40px;
  }
  /* line 4496, ../scss/module/_product-list.scss */
  .tierOneSiteTool.customLanyard {
    min-height: 545px;
  }
  /* line 4500, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent {
    min-height: 410px;
    background-position: 98% 57%;
    text-align: left;
    padding: 50px 5% 0 5%;
  }
  /* line 4506, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.supplyFinder {
    background-position: 112% 46%;
  }
  /* line 4511, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.supplyFinder h3 span.large, .tierOneSiteTool .siteToolContent.supplyFinder h3 br {
    display: inline;
  }
  /* line 4515, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.supplyFinder p {
    width: 44%;
  }
  /* line 4519, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.customLanyard {
    background-position: 133% 69%;
    background-size: 375px auto;
  }
  /* line 4523, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent h3, .tierOneSiteTool .siteToolContent span {
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #b8dbfb;
    text-shadow: 2px 3px 0 rgba(28, 53, 92, 0.3);
    font-size: 36px;
    font-weight: bold;
    text-transform: none;
    line-height: 35px;
  }
  /* line 4532, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent p {
    color: #ccc;
    width: 50%;
    margin: inherit;
  }
  /* line 4537, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect {
    height: 144px;
    bottom: 0;
  }
  /* line 4541, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight {
    height: 144px;
  }
  /* line 4544, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner {
    height: 144px;
  }
  /* line 4547, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner p {
    width: auto;
  }
  /* line 4550, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner #volumeCol {
    margin: 2px 0 0 35px;
    width: 37%;
  }
  /* line 4554, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner #brandCol {
    margin-top: 2px;
    width: 30%;
    padding-left: 0;
  }
  /* line 4559, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner #userCol {
    margin-top: 2px;
    width: 23%;
    float: left;
    padding-left: 0;
  }
  /* line 4567, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner .optionItem label {
    font-size: 16px;
  }
  /* line 4571, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner #expertHelpLink {
    position: absolute;
    bottom: -15px;
    left: 420px;
    color: #901518;
    font-size: 16px;
    background-color: transparent;
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
    text-align: left;
    width: auto;
  }
  /* line 4584, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner #expertHelpLink:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #901518;
    border-right: none;
    top: 29%;
    right: 26px;
  }
  /* line 4600, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.customLanyard form {
    background: url(../images/customLanyardSelectBg.jpg) 10% 0 no-repeat;
    background-size: 218px 200px;
    float: right;
    padding-right: 30px;
    padding-left: 277px;
    width: 100%;
  }
  /* line 4610, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.customLanyard form label span {
    text-shadow: none;
    line-height: 0;
  }
  /* line 4615, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.customLanyard form select {
    margin-bottom: 9px;
  }
  /* line 4618, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.customLanyard form input {
    width: 100%;
  }
  /* line 4621, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.customLanyard form #customLanyardLink {
    width: 53%;
  }
  /* line 4628, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect.supplyFinder {
    bottom: 14px;
  }

  /* line 4636, ../scss/module/_product-list.scss */
  #tierOneLearningCenter:before {
    border-right: 86px solid transparent;
    border-left: 86px solid transparent;
    border-top: 86px solid #ffffff;
    border-bottom: none;
    border-top: 56px solid #ffffff;
  }
  /* line 4643, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .learningCenterContent {
    margin-top: -20px;
    border-top: 2px solid #e8e8e8;
    padding-top: 30px;
  }
  /* line 4648, ../scss/module/_product-list.scss */
  #tierOneLearningCenter h3 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #494949;
    font-size: 37px;
    text-transform: uppercase;
    line-height: 38px;
    letter-spacing: 5px;
    background-color: #f3f3f3;
    width: 308px;
    position: relative;
    margin: 60px auto 0 auto;
  }
  /* line 4661, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content {
    padding-top: 50px;
  }
  /* line 4666, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content img.accordionContentImg.main {
    width: 80%;
  }
  /* line 4672, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContentMoreInfo a {
    width: 61%;
  }
  /* line 4678, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .iconListItem .inlineIcon {
    float: right;
  }
  /* line 4681, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .iconListItem div {
    width: 80% !important;
  }

  /* line 4691, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner {
    padding-left: 2%;
    background-position: 100% 100%;
    min-height: 440px;
  }
  /* line 4696, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent {
    width: 370px;
    text-align: center;
    margin-top: 0;
  }
  /* line 4701, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent h3 {
    position: static;
    font-size: 41px;
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    color: #494949;
    font-weight: 300;
    text-transform: none;
    width: 285px;
    line-height: 43px;
  }
  /* line 4711, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent p {
    padding-bottom: 0;
    width: 235px;
    margin: 0 auto;
  }
  /* line 4716, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent .expertHelpPhone {
    font-size: 18px;
    margin-left: 64px;
  }
  /* line 4720, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent .expertHelpPhone a {
    font-size: 18px;
  }
  /* line 4724, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent .expertHelpPhone .calltext {
    display: inline;
  }
  /* line 4728, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent a {
    font-size: 21px;
    margin-top: 9px;
  }
  /* line 4732, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper {
    margin: 15px 0 0 31px;
  }
  /* line 4735, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper form {
    width: 300px;
    padding-left: 90px;
  }
  /* line 4750, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner:before {
    border-right: 86px solid transparent;
    border-left: 86px solid transparent;
    border-top: 56px solid #ffffff;
  }

  /* line 4761, ../scss/module/_product-list.scss */
  .category-id-card-printers #tierOneProductCategories {
    background: url(../images/elementTopGrayGradient.gif) 0 -1px repeat-x;
    padding-top: 60px;
  }
  /* line 4765, ../scss/module/_product-list.scss */
  .category-id-card-printers #tierOneProductCategories h1 {
    display: block;
  }
  /* line 4770, ../scss/module/_product-list.scss */
  .category-id-card-printers #tierOneProductCategories .itemContainer p {
    display: block;
  }

  /* line 4780, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneProductCategories {
    background: url(../images/elementTopGrayGradient.gif) 0 -1px repeat-x;
    padding-top: 60px;
  }
  /* line 4784, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneProductCategories h1 {
    display: block;
  }
  /* line 4789, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneProductCategories .itemContainer p {
    display: block;
  }
  /* line 4798, ../scss/module/_product-list.scss */
  .category-photo-id-systems .tierOneShopByOptions.tier1-systems-use h3 {
    width: 323px;
  }
  /* line 4805, ../scss/module/_product-list.scss */
  .category-photo-id-systems .tierOneShopByOptions.tier1-systems-use .MagicScroll .mcs-item img {
    width: 55%;
  }
  /* line 4815, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneTopProducts h3 {
    width: 523px;
  }

  /* line 4825, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneProductCategories {
    background: url(../images/elementTopGrayGradient.gif) 0 -1px repeat-x;
    padding-top: 60px;
  }
  /* line 4829, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneProductCategories h1 {
    display: block;
  }
  /* line 4834, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneProductCategories .itemContainer p {
    display: block;
  }
  /* line 4841, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneShopByBrand h3 {
    width: 462px;
  }
  /* line 4848, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneShopByBrand .brandItemWrapper .brandItem img {
    width: 75%;
  }
  /* line 4857, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneTopProducts h3 {
    width: 430px;
  }
  /* line 4867, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tab-content .iconListItem div {
    width: 59% !important;
  }
  /* line 4875, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tab-content.tab-2 .iconListItem div {
    width: 75% !important;
  }

  /* line 4891, ../scss/module/_product-list.scss */
  .category-blank-id-cards #tierOneTopProducts {
    padding-top: 60px;
    margin-top: 0;
  }
  /* line 4895, ../scss/module/_product-list.scss */
  .category-blank-id-cards #tierOneTopProducts h3 {
    width: 539px;
  }
  /* line 4899, ../scss/module/_product-list.scss */
  .category-blank-id-cards .tierOneShopByOptions {
    margin-bottom: 70px;
  }
  /* line 4905, ../scss/module/_product-list.scss */
  .category-blank-id-cards #tierOneShopByBrand h3 {
    width: 476px;
  }
  /* line 4910, ../scss/module/_product-list.scss */
  .category-blank-id-cards #tierOneShopByBrand .brandItemWrapper .brandItem {
    padding-bottom: 40px;
  }
  /* line 4915, ../scss/module/_product-list.scss */
  .category-blank-id-cards #tierOneProductCategories {
    margin-bottom: 40px;
  }
  /* line 4918, ../scss/module/_product-list.scss */
  .category-blank-id-cards #tierOneProductCategories h3 {
    width: 565px;
  }
  /* line 4921, ../scss/module/_product-list.scss */
  .category-blank-id-cards #tierOneProductCategories .itemContainer {
    padding-top: 40px;
  }

  /* line 4932, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneShopByBrand {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  /* line 4937, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneShopByBrand h3 {
    width: 600px;
    background-color: #fff;
    margin-top: 0;
  }
  /* line 4942, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneShopByBrand .brandItemWrapper {
    border-top: 2px solid #f3f3f3;
    padding-top: 20px;
  }
  /* line 4953, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tab-content .iconListItem div {
    width: 76% !important;
  }

  /* line 4967, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneShopByBrand {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 35px;
  }
  /* line 4972, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneShopByBrand h3 {
    width: 520px;
    background-color: #fff;
    margin-top: 0;
  }
  /* line 4977, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneShopByBrand .brandItemWrapper {
    border-top: 2px solid #f3f3f3;
    padding-top: 20px;
  }
  /* line 4988, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneAdditionalOptions .brandItemWrapper .brandItem img {
    width: 60%;
  }
  /* line 5000, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tab-content .iconListItem div {
    width: 60% !important;
  }
  /* line 5009, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tab-content.tab-3 .iconListItem div {
    width: 74% !important;
  }

  /* line 5027, ../scss/module/_product-list.scss */
  .category-cameras-and-data-capture #tierOneProductCategories h3 {
    width: 600px;
  }
  /* line 5030, ../scss/module/_product-list.scss */
  .category-cameras-and-data-capture #tierOneProductCategories .itemContainer {
    margin-top: -28px;
    /*padding-top: 30px;*/
  }
}
@media only screen and (min-width: 770px) {
  /* line 5044, ../scss/module/_product-list.scss */
  .category-description.nomobile .description {
    margin: 22px 0 0 6%;
  }
  /* line 5046, ../scss/module/_product-list.scss */
  .category-description.nomobile .description h1,
  .category-description.nomobile .description h3 {
    font-size: 42px;
    line-height: 48px;
  }
  /* line 5052, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule {
    width: 262px;
  }
  /* line 5059, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner {
    padding-top: 22px;
    min-height: 202px;
  }
  /* line 5065, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.needs form {
    padding-left: 66px;
  }
  /* line 5068, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.needs a {
    margin-top: 11px;
  }
  /* line 5072, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.supplies {
    padding-top: 22px;
  }
  /* line 5075, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.supplies form {
    padding: 5px 0 62px 38px;
  }
  /* line 5080, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.supplies form select {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 5084, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .left .right .inner.supplies form a {
    float: left;
  }

  /* line 5103, ../scss/module/_product-list.scss */
  .products-grid li.item {
    width: 50%;
  }
  /* line 5108, ../scss/module/_product-list.scss */
  .products-grid .attribute-list li {
    width: 100%;
  }
  /* line 5112, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(odd) {
    clear: left;
  }
  /* line 5115, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(3n+1) {
    clear: none;
  }

  /* line 5129, ../scss/module/_product-list.scss */
  .products-list .product-image {
    width: 33.3% !important;
  }
  /* line 5132, ../scss/module/_product-list.scss */
  .products-list .product-shop {
    width: 66.6% !important;
    padding-left: 20px;
    position: relative;
  }
  /* line 5137, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-name {
    margin-bottom: 0;
  }
  /* line 5140, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-primary, .products-list .product-shop .desc {
    width: 53% !important;
  }
  /* line 5143, ../scss/module/_product-list.scss */
  .products-list .product-shop .desc {
    margin-top: 0;
  }
  /* line 5146, ../scss/module/_product-list.scss */
  .products-list .product-shop .desc ul {
    margin-bottom: 0;
  }
  /* line 5150, ../scss/module/_product-list.scss */
  .products-list .product-shop .secondary-wrapper {
    width: 37%;
    position: absolute;
    top: 0;
    right: 0;
  }
  /* line 5156, ../scss/module/_product-list.scss */
  .products-list .product-shop .secondary-wrapper .product-secondary {
    width: 100% !important;
  }
  /* line 5162, ../scss/module/_product-list.scss */
  .products-list .product-shop .price-box .priceBoxLoginForPrice {
    font-size: 21px;
  }
  /* line 5166, ../scss/module/_product-list.scss */
  .products-list .product-shop .action {
    margin-top: 5px;
  }
  /* line 5169, ../scss/module/_product-list.scss */
  .products-list .product-shop .action .button {
    width: 90%;
    margin: 0;
    display: block;
    float: left;
  }
  /* line 5179, ../scss/module/_product-list.scss */
  .products-list li.item .compatibleWith {
    width: 70%;
    padding-left: 3%;
  }

  /* ============================================ *
   * Tier 1 Category
   * ============================================ */
  /* line 5196, ../scss/module/_product-list.scss */
  #tierOneProductCategories .itemContainer .item {
    width: 25%;
  }
  /* line 5199, ../scss/module/_product-list.scss */
  #tierOneProductCategories .itemContainer .item img {
    width: 90%;
  }
  /* line 5202, ../scss/module/_product-list.scss */
  #tierOneProductCategories .itemContainer .item span {
    font-size: 20px;
  }

  /* line 5213, ../scss/module/_product-list.scss */
  #tierOneShopByBrand .brandItemWrapper .brandItem, #tierOneAdditionalOptions .brandItemWrapper .brandItem {
    width: 32%;
    margin-right: 2%;
  }
  /* line 5217, ../scss/module/_product-list.scss */
  #tierOneShopByBrand .brandItemWrapper .brandItem:nth-child(3n), #tierOneAdditionalOptions .brandItemWrapper .brandItem:nth-child(3n) {
    margin-right: 0;
  }

  /* line 5228, ../scss/module/_product-list.scss */
  #tierOneShopByIndustry .industryItemWrapper ul {
    width: 25%;
    padding: 0 2%;
    text-align: left;
  }

  /* line 5237, ../scss/module/_product-list.scss */
  #tierOneHowToChoose img {
    max-width: calc(100% - 450px);
    display: inline;
    margin-top: 34px;
  }
  /* line 5242, ../scss/module/_product-list.scss */
  #tierOneHowToChoose .howToChooseContent {
    max-width: 365px;
    text-align: left;
    float: right;
  }
  /* line 5249, ../scss/module/_product-list.scss */
  #tierOneHowToChoose .howToChooseContent h3 br {
    display: none;
  }

  /* line 5263, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-grid li.item .product-image img {
    width: 80%;
    margin: 0 auto;
  }
  /* line 5269, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-list {
    background-image: none;
  }
  /* line 5274, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-list .product-shop .product-name, #tierOneTopProducts .topProductsContent .products-list .product-shop .price-box, #tierOneTopProducts .topProductsContent .products-list .product-shop .regular-price, #tierOneTopProducts .topProductsContent .products-list .product-shop .action .button {
    width: auto !important;
  }
  /* line 5277, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-list .product-shop .desc {
    float: left;
    width: 58% !important;
  }
  /* line 5281, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-list .product-shop .regular-price {
    display: inline;
  }

  /* line 5290, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent {
    background-size: 446px auto;
    background-position: 98% 56%;
  }
  /* line 5294, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.supplyFinder {
    background-position: 100% 38%;
  }
  /* line 5297, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.customLanyard {
    background-size: 490px auto;
    background-position: 124% 58%;
  }
  /* line 5303, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.customLanyard h3 span.large {
    display: inline;
  }
  /* line 5306, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.customLanyard h3 span.medium {
    color: #fff;
    font-size: 25px;
    text-shadow: none;
  }
  /* line 5312, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.customLanyard p {
    width: 43%;
  }
  /* line 5319, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent h3 span.smedium {
    display: none;
  }
  /* line 5322, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent h3 span.large {
    display: inline;
  }
  /* line 5325, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent h3 br {
    display: block;
  }
  /* line 5329, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent p {
    width: 42%;
  }
  /* line 5340, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner #userCol .optionItem {
    margin-top: 6px;
  }
  /* line 5344, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner .optionItem {
    margin-top: 6px;
  }
  /* line 5347, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner #expertHelpLink {
    bottom: 20px;
  }
  /* line 5352, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.supplyFinder p {
    width: 100%;
  }

  /* line 5363, ../scss/module/_product-list.scss */
  #tierOneLearningCenter {
    /*-----------Vertical tabs-----------*/
  }
  /* line 5365, ../scss/module/_product-list.scss */
  #tierOneLearningCenter ul.resp-tabs-list,
  #tierOneLearningCenter p {
    margin: 0;
    padding: 0;
  }
  /* line 5372, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
  }
  /* line 5384, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    clear: left;
  }
  /* line 5389, ../scss/module/_product-list.scss */
  #tierOneLearningCenter h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
  }
  /* line 5394, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-tab-content {
    display: none;
    padding: 15px;
  }
  /* line 5398, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-tab-content h4 {
    font-size: 16px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    text-transform: none;
    margin-top: 20px;
  }
  /* line 5406, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-tab-active {
    border: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
    border-bottom: none;
    background-color: #fff;
  }
  /* line 5413, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-content-active,
  #tierOneLearningCenter .resp-accordion-active {
    display: block;
  }
  /* line 5417, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-tab-content {
    border: 1px solid #c1c1c1;
  }
  /* line 5420, ../scss/module/_product-list.scss */
  #tierOneLearningCenter h2.resp-accordion {
    font-size: 16px;
    text-transform: none;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #363636;
    font-weight: bold;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 20px 34px;
    background-color: #e8e8e8;
    position: relative;
  }
  /* line 5433, ../scss/module/_product-list.scss */
  #tierOneLearningCenter h2.resp-accordion:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #6d6d6d;
    border-bottom: none;
    right: 15px;
    top: 45%;
  }
  /* line 5447, ../scss/module/_product-list.scss */
  #tierOneLearningCenter h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 20px 34px !important;
    position: relative;
  }
  /* line 5453, ../scss/module/_product-list.scss */
  #tierOneLearningCenter h2.resp-tab-active:after {
    content: '\d7';
    width: 10px;
    height: 13px;
    display: block;
    right: 21px;
    top: 24%;
    font-weight: 400;
    font-family: arial, sans-serif;
    color: #363636;
    font-size: 30px;
    border-width: 0px;
    margin-top: 0;
  }
  /* line 5469, ../scss/module/_product-list.scss */
  #tierOneLearningCenter h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
  }
  /* line 5476, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 27%;
  }
  /* line 5480, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 156px 20px 31px 20px !important;
    margin: 8px 8px 0 0;
    cursor: pointer;
    float: none;
    color: #0f396a;
    font-weight: normal;
    font-size: 16px;
    background-color: #ebebeb !important;
    min-height: 274px;
  }
  /* line 5492, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li:hover {
    text-decoration: underline;
    background-color: transparent !important;
  }
  /* line 5496, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1 {
    background: url(../images/learnMoreTab-step1-off.png) 50% 36% no-repeat;
    background-size: 213px auto;
    margin-top: 0;
  }
  /* line 5501, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:hover {
    background: url(../images/learnMoreTab-step1-active.png) 50% 36% no-repeat;
    background-size: 213px auto;
  }
  /* line 5506, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2 {
    background: url(../images/learnMoreTab-step2-off.png) 50% 36% no-repeat;
    background-size: 213px auto;
  }
  /* line 5510, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:hover {
    background: url(../images/learnMoreTab-step2-active.png) 50% 36% no-repeat;
    background-size: 213px auto;
  }
  /* line 5515, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3 {
    background: url(../images/learnMoreTab-step3-off.png) 50% 25% no-repeat;
    background-size: 213px auto;
  }
  /* line 5519, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:hover {
    background: url(../images/learnMoreTab-step3-active.png) 50% 25% no-repeat;
    background-size: 213px auto;
  }
  /* line 5524, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step4 {
    background: url(../images/learnMoreTab-step4-off.png) 50% 30% no-repeat;
    background-size: 213px auto;
  }
  /* line 5528, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step4:hover {
    background: url(../images/learnMoreTab-step4-active.png) 50% 30% no-repeat;
    background-size: 213px auto;
  }
  /* line 5535, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    border-left: 1px solid #ccc;
    float: left;
    width: 73%;
    min-height: 250px;
    clear: none;
  }
  /* line 5544, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content {
    border: none;
    text-align: left;
    margin-bottom: 60px;
  }
  /* line 5549, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content p {
    color: #494949;
  }
  /* line 5554, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content img.accordionContentImg.main {
    display: none;
  }
  /* line 5558, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content h2.tabContentH2 {
    display: block;
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #494949;
    font-size: 37px;
    text-transform: none;
    line-height: 38px;
    margin-bottom: 20px;
  }
  /* line 5570, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContentMoreInfo a {
    width: 67%;
  }
  /* line 5576, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs li.resp-tab-active {
    background-color: #f8f8f8 !important;
    position: relative;
    z-index: 1;
    margin-right: 8px !important;
    padding: 156px 15px 31px 15px !important;
    font-weight: bold;
  }
  /* line 5584, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step1 {
    background: url(../images/learnMoreTab-step1-active.png) 50% 36% no-repeat;
    background-size: 213px auto;
    margin-top: 0;
  }
  /* line 5589, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step2 {
    background: url(../images/learnMoreTab-step2-active.png) 50% 36% no-repeat;
    background-size: 213px auto;
  }
  /* line 5593, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step3 {
    background: url(../images/learnMoreTab-step3-active.png) 50% 25% no-repeat;
    background-size: 213px auto;
  }
  /* line 5597, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step4 {
    background: url(../images/learnMoreTab-step4-active.png) 50% 30% no-repeat;
    background-size: 213px auto;
  }
  /* line 5601, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs li.resp-tab-active:after {
    position: absolute;
    right: -9px;
    top: 34%;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #fff;
    border-left: none;
  }
  /* line 5607, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs li.resp-tab-active:hover {
    text-decoration: none;
    background-color: #f8f8f8 !important;
  }
  /* line 5612, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
    display: none;
  }
  /* line 5622, ../scss/module/_product-list.scss */
  #tierOneLearningCenter h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
  }

  /* line 5635, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent {
    margin-top: 60px;
    position: relative;
    float: left;
  }
  /* line 5640, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent h3 {
    font-size: 43px;
    width: 552px;
    margin-bottom: 12px;
  }
  /* line 5645, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent p {
    width: 543px;
    font-size: 18px;
  }
  /* line 5649, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent p br {
    display: none;
  }
  /* line 5653, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent .expertHelpPhone {
    position: absolute;
    bottom: 20px;
    right: -82px;
    font-size: 19px;
  }
  /* line 5661, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent .expertHelpPhone .calltext {
    font-weight: normal;
  }
  /* line 5665, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent a {
    font-size: 21px;
    margin-top: 9px;
  }
  /* line 5669, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper {
    width: 440px;
    padding-bottom: 21px;
    border-bottom: 1px solid #d1dce1;
  }
  /* line 5679, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper form a.toNeeds {
    position: absolute;
    right: -56px;
    top: 125px;
  }

  /* line 5696, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneHowToChoose .howToChooseContent {
    max-width: 375px;
  }
  /* line 5700, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter {
    /*-----------Vertical tabs-----------*/
  }
  /* line 5706, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1 {
    background: url(../images/learnMoreTab-step4-off.png) 50% 30% no-repeat;
    background-size: 213px auto;
    margin-top: 0;
  }
  /* line 5711, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:hover {
    background: url(../images/learnMoreTab-step4-active.png) 50% 30% no-repeat;
    background-size: 213px auto;
  }
  /* line 5716, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2 {
    background: url(../images/learnMoreTabSystems-step2-off.png) 50% 36% no-repeat;
    background-size: 213px auto;
  }
  /* line 5720, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:hover {
    background: url(../images/learnMoreTabSystems-step2-active.png) 50% 36% no-repeat;
    background-size: 213px auto;
  }
  /* line 5725, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3 {
    background: url(../images/learnMoreTab-importanceOfSoftware-off.png) 50% 27% no-repeat;
    background-size: 213px auto;
  }
  /* line 5729, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:hover {
    background: url(../images/learnMoreTab-importanceOfSoftware-active.png) 50% 27% no-repeat;
    background-size: 213px auto;
  }
  /* line 5734, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step4 {
    background: url(../images/learnMoreTab-step2-off.png) 50% 36% no-repeat;
    background-size: 213px auto;
  }
  /* line 5738, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step4:hover {
    background: url(../images/learnMoreTab-step2-active.png) 50% 36% no-repeat;
    background-size: 213px auto;
  }
  /* line 5747, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step1 {
    background: url(../images/learnMoreTab-step4-active.png) 50% 31% no-repeat;
    background-size: 213px auto;
    margin-top: 0;
  }
  /* line 5752, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step2 {
    background: url(../images/learnMoreTabSystems-step2-active.png) 50% 36% no-repeat;
    background-size: 213px auto;
  }
  /* line 5756, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step3 {
    background: url(../images/learnMoreTab-importanceOfSoftware-active.png) 50% 27% no-repeat;
    background-size: 213px auto;
  }
  /* line 5760, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step4 {
    background: url(../images/learnMoreTab-step2-active.png) 50% 36% no-repeat;
    background-size: 213px auto;
  }

  /* line 5775, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneHowToChoose .howToChooseContent {
    max-width: 375px;
  }
  /* line 5779, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter {
    /*-----------Vertical tabs-----------*/
  }
  /* line 5785, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1 {
    background: url(../images/learnMoreTabSystems-step2-off.png) 50% 36% no-repeat;
    background-size: 213px auto;
    margin-top: 0;
  }
  /* line 5790, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:hover {
    background: url(../images/learnMoreTabSystems-step2-active.png) 50% 36% no-repeat;
    background-size: 213px auto;
  }
  /* line 5795, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2 {
    background: url(../images/learnMoreTab-choosingRightSystem-off.png) 50% 27% no-repeat;
    background-size: 213px auto;
  }
  /* line 5799, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:hover {
    background: url(../images/learnMoreTab-choosingRightSystem-active.png) 50% 27% no-repeat;
    background-size: 213px auto;
  }
  /* line 5804, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3 {
    background: url(../images/learnMoreTab-step3-off.png) 50% 25% no-repeat;
    background-size: 213px auto;
  }
  /* line 5808, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:hover {
    background: url(../images/learnMoreTab-step3-active.png) 50% 25% no-repeat;
    background-size: 213px auto;
  }
  /* line 5813, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step4 {
    background: url(../images/learnMoreTab-howToCompareSoftware-off.png) 50% 26% no-repeat;
    background-size: 213px auto;
  }
  /* line 5817, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step4:hover {
    background: url(../images/learnMoreTab-howToCompareSoftware-active.png) 50% 26% no-repeat;
    background-size: 213px auto;
  }
  /* line 5826, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step1 {
    background: url(../images/learnMoreTabSystems-step2-active.png) 50% 36% no-repeat;
    background-size: 213px auto;
    margin-top: 0;
  }
  /* line 5831, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step2 {
    background: url(../images/learnMoreTab-choosingRightSystem-active.png) 50% 27% no-repeat;
    background-size: 213px auto;
  }
  /* line 5835, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step3 {
    background: url(../images/learnMoreTab-step3-active.png) 50% 25% no-repeat;
    background-size: 213px auto;
  }
  /* line 5839, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step4 {
    background: url(../images/learnMoreTab-howToCompareSoftware-active.png) 50% 26% no-repeat;
    background-size: 213px auto;
  }

  /* line 5854, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter {
    /*-----------Vertical tabs-----------*/
  }
  /* line 5860, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1 {
    background: url(../images/learnMoreTab-differentRibbonTypes-off.png) 50% 34% no-repeat;
    background-size: 185px auto;
    margin-top: 0;
  }
  /* line 5865, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:hover {
    background: url(../images/learnMoreTab-differentRibbonTypes-active.png) 50% 34% no-repeat;
    background-size: 185px auto;
  }
  /* line 5869, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:after {
    top: 28%;
  }
  /* line 5873, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2 {
    background: url(../images/learnMoreTab-printerSuppliesPrimer-off.png) 50% 36% no-repeat;
    background-size: 185px auto;
  }
  /* line 5877, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:hover {
    background: url(../images/learnMoreTab-printerSuppliesPrimer-active.png) 50% 36% no-repeat;
    background-size: 185px auto;
  }
  /* line 5881, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:after {
    top: 24%;
  }
  /* line 5885, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3 {
    background: url(../images/learnMoreTab-maximizingYourPrinter-off.png) 50% 25% no-repeat;
    background-size: 175px auto;
  }
  /* line 5889, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:hover {
    background: url(../images/learnMoreTab-maximizingYourPrinter-active.png) 50% 25% no-repeat;
    background-size: 175px auto;
  }
  /* line 5893, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:after {
    top: 22%;
  }
  /* line 5901, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step1 {
    background: url(../images/learnMoreTab-differentRibbonTypes-active.png) 50% 34% no-repeat;
    background-size: 185px auto;
    margin-top: 0;
  }
  /* line 5906, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step2 {
    background: url(../images/learnMoreTab-printerSuppliesPrimer-active.png) 50% 36% no-repeat;
    background-size: 185px auto;
  }
  /* line 5910, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step3 {
    background: url(../images/learnMoreTab-maximizingYourPrinter-active.png) 50% 25% no-repeat;
    background-size: 175px auto;
  }

  /* line 5923, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter {
    /*-----------Vertical tabs-----------*/
  }
  /* line 5929, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1 {
    background: url(../images/learnMoreTab-customizeYourAccessories-off.png) 50% 34% no-repeat;
    background-size: 185px auto;
    margin-top: 0;
  }
  /* line 5934, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:hover {
    background: url(../images/learnMoreTab-customizeYourAccessories-active.png) 50% 34% no-repeat;
    background-size: 185px auto;
  }
  /* line 5938, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:after {
    top: 42%;
  }
  /* line 5942, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2 {
    background: url(../images/learnMoreTab-fiveWaysToWearBadge-off.png) 50% 27% no-repeat;
    background-size: 185px auto;
  }
  /* line 5946, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:hover {
    background: url(../images/learnMoreTab-fiveWaysToWearBadge-active.png) 50% 27% no-repeat;
    background-size: 185px auto;
  }
  /* line 5950, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:after {
    top: 40%;
  }
  /* line 5954, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3 {
    background: url(../images/learnMoreTab-topTenAttachmentTypes-off.png) 50% 25% no-repeat;
    background-size: 175px auto;
  }
  /* line 5958, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:hover {
    background: url(../images/learnMoreTab-topTenAttachmentTypes-active.png) 50% 25% no-repeat;
    background-size: 175px auto;
  }
  /* line 5962, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:after {
    top: 33%;
  }
  /* line 5970, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step1 {
    background: url(../images/learnMoreTab-customizeYourAccessories-active.png) 50% 34% no-repeat;
    background-size: 185px auto;
    margin-top: 0;
  }
  /* line 5975, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step2 {
    background: url(../images/learnMoreTab-fiveWaysToWearBadge-active.png) 50% 27% no-repeat;
    background-size: 185px auto;
  }
  /* line 5979, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step3 {
    background: url(../images/learnMoreTab-topTenAttachmentTypes-active.png) 50% 25% no-repeat;
    background-size: 175px auto;
  }

  /* line 5994, ../scss/module/_product-list.scss */
  .category-cameras-and-data-capture #tierOneProductCategories h3 {
    width: 633px;
  }
  /* line 5997, ../scss/module/_product-list.scss */
  .category-cameras-and-data-capture #tierOneProductCategories .itemContainer {
    margin-top: -28px;
    padding-top: 0;
  }

  /* line 6005, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-fna {
    padding-top: 88px;
  }
  /* line 6008, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-fna:before {
    border-right: 86px solid transparent;
    border-left: 86px solid transparent;
    border-top: 56px solid #ffffff;
  }
  /* line 6013, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-fna h3 {
    font-size: 36px;
    line-height: 36px;
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    color: #494949;
    font-weight: 300;
    text-transform: none;
  }
  /* line 6021, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-fna #seo-inline-fna-form {
    margin-top: 17px;
  }
  /* line 6029, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-buyers-guide .seo-buyers-guide-content h3 {
    font-size: 36px;
    line-height: 36px;
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    color: #494949;
    font-weight: 300;
    text-transform: none;
  }
}
@media only screen and (min-width: 979px) {
  /* line 6051, ../scss/module/_product-list.scss */
  .category-description.nomobile .description {
    margin-left: 2%;
    padding-left: 294px;
    max-width: 673px;
    min-height: 215px;
    width: 100%;
    background-size: 255px auto !important;
  }

  /* line 6065, ../scss/module/_product-list.scss */
  .products-grid li.item {
    width: 33%;
    padding-left: 2%;
    padding-right: 2%;
  }
  /* line 6070, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(odd) {
    clear: none;
  }
  /* line 6073, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(3n+1) {
    clear: left;
  }

  /* line 6079, ../scss/module/_product-list.scss */
  .products-list .product-image {
    width: 33.3% !important;
  }
  /* line 6084, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-name {
    margin-bottom: 0;
  }
  /* line 6087, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-name a {
    font-size: 17px;
  }
  /* line 6091, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-primary, .products-list .product-shop .desc {
    width: 60% !important;
  }
  /* line 6094, ../scss/module/_product-list.scss */
  .products-list .product-shop .desc {
    margin-top: 0;
  }
  /* line 6099, ../scss/module/_product-list.scss */
  .products-list .product-shop .price-box .priceBoxLoginForPrice {
    font-size: 24px;
  }
  /* line 6105, ../scss/module/_product-list.scss */
  .products-list .product-shop .action .button {
    width: 133px;
  }

  /* ============================================ *
   * Tier 1 Category
   * ============================================ */
  /* line 6123, ../scss/module/_product-list.scss */
  #tierOneProductCategories .itemContainer p {
    width: 875px;
    margin: 0 auto;
  }
  /* line 6129, ../scss/module/_product-list.scss */
  #tierOneProductCategories .itemContainer .item span {
    font-size: 21px;
  }

  /* line 6140, ../scss/module/_product-list.scss */
  #tierOneShopByBrand .brandItemWrapper .brandItem, #tierOneAdditionalOptions .brandItemWrapper .brandItem {
    width: 24%;
    margin-right: 1%;
  }
  /* line 6144, ../scss/module/_product-list.scss */
  #tierOneShopByBrand .brandItemWrapper .brandItem:nth-child(2n+1), #tierOneShopByBrand .brandItemWrapper .brandItem:nth-child(3n), #tierOneAdditionalOptions .brandItemWrapper .brandItem:nth-child(2n+1), #tierOneAdditionalOptions .brandItemWrapper .brandItem:nth-child(3n) {
    margin-right: 1%;
  }
  /* line 6147, ../scss/module/_product-list.scss */
  #tierOneShopByBrand .brandItemWrapper .brandItem:nth-child(4n), #tierOneAdditionalOptions .brandItemWrapper .brandItem:nth-child(4n) {
    margin-right: 0;
  }

  /* line 6158, ../scss/module/_product-list.scss */
  #tierOneShopByIndustry .industryItemWrapper ul {
    width: 25%;
    text-align: left;
    padding-left: 3%;
    padding-right: 0;
  }

  /* line 6166, ../scss/module/_product-list.scss */
  #tierOneHowToChoose {
    padding-bottom: 0;
  }
  /* line 6169, ../scss/module/_product-list.scss */
  #tierOneHowToChoose img {
    display: none;
  }
  /* line 6172, ../scss/module/_product-list.scss */
  #tierOneHowToChoose .howToChooseContent {
    max-width: 979px;
    min-height: 360px;
    text-align: left;
    background: #e4f0f8 url(../images/tierOneHowToChooseBg-L.png) 0 100% no-repeat;
    background-size: 600px 360px;
    margin: 0 auto;
    float: none;
  }
  /* line 6181, ../scss/module/_product-list.scss */
  #tierOneHowToChoose .howToChooseContent .howToChooseCopy {
    float: right;
    width: 330px;
  }
  /* line 6187, ../scss/module/_product-list.scss */
  #tierOneHowToChoose .howToChooseContent .howToChooseCopy h3 br {
    display: none;
  }

  /* line 6201, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-grid li.item {
    width: 25%;
    position: relative;
  }
  /* line 6205, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-grid li.item .product-image img {
    width: 100%;
  }

  /* line 6214, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent {
    background-size: 488px auto;
    background-position: 98% 49%;
    padding: 27px 7% 0 7%;
  }
  /* line 6219, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.supplyFinder {
    background-size: 535px auto;
    background-position: 106% 32%;
  }
  /* line 6223, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.supplyFinder p {
    width: 47%;
  }
  /* line 6227, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.customLanyard {
    background-size: 535px auto;
    background-position: 106% 52%;
  }
  /* line 6232, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent h3 {
    font-size: 46px;
    line-height: 42px;
  }
  /* line 6236, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent h3 span {
    font-size: 30px;
  }
  /* line 6240, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent p {
    width: 51%;
    font-size: 18px;
  }

  /* line 6248, ../scss/module/_product-list.scss */
  #tierOneLearningCenter p.lead-in {
    width: 875px;
    margin: 0 auto;
  }
  /* line 6253, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li {
    min-height: 250px;
  }
  /* line 6256, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1 {
    background-size: 253px auto;
    background-position: 50% 35%;
  }
  /* line 6260, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:hover {
    background-size: 253px auto;
    background-position: 50% 35%;
  }
  /* line 6265, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2 {
    background-size: 253px auto;
    background-position: 50% 33%;
  }
  /* line 6269, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:hover {
    background-size: 253px auto;
    background-position: 50% 33%;
  }
  /* line 6274, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3 {
    background-size: 253px auto;
    background-position: 50% 16%;
  }
  /* line 6278, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:hover {
    background-size: 253px auto;
    background-position: 50% 16%;
  }
  /* line 6283, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step4 {
    background-size: 253px auto;
    background-position: 50% 26%;
  }
  /* line 6287, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step4:hover {
    background-size: 253px auto;
    background-position: 50% 26%;
  }
  /* line 6295, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs li.resp-tab-active:after {
    top: 35%;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #fff;
    border-left: none;
  }
  /* line 6304, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContentMoreInfo a {
    width: 53%;
  }
  /* line 6310, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem {
    width: 33.3%;
    margin-bottom: 55px;
  }
  /* line 6314, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem p {
    width: 90%;
  }
  /* line 6318, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid > .gridItem:nth-child(odd) {
    clear: none;
  }
  /* line 6321, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid > .gridItem:nth-child(4) {
    clear: both;
  }

  /* line 6333, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner {
    background-position: 93% 100%;
  }
  /* line 6336, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent {
    margin-left: 22px;
  }

  /* line 6354, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneHowToChoose .howToChooseContent {
    max-width: 979px;
  }
  /* line 6357, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneHowToChoose .howToChooseContent .howToChooseCopy {
    width: 340px;
  }
  /* line 6367, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1 {
    background-size: 253px auto;
    background-position: 50% 27%;
  }
  /* line 6371, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:hover {
    background-size: 253px auto;
    background-position: 50% 27%;
  }
  /* line 6376, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2 {
    background-size: 253px auto;
    background-position: 50% 33%;
  }
  /* line 6380, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:hover {
    background-size: 253px auto;
    background-position: 50% 33%;
  }
  /* line 6385, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3 {
    background-size: 253px auto;
    background-position: 50% 21%;
  }
  /* line 6389, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:hover {
    background-size: 253px auto;
    background-position: 50% 21%;
  }
  /* line 6394, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step4 {
    background-size: 253px auto;
    background-position: 50% 33%;
  }
  /* line 6398, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step4:hover {
    background-size: 253px auto;
    background-position: 50% 33%;
  }

  /* line 6413, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneHowToChoose .howToChooseContent {
    max-width: 979px;
    min-height: 393px;
    background: #e4f0f8 url(../images/HowToChoose-Software-L.png) 9% 100% no-repeat;
    background-size: 543px 394px;
  }
  /* line 6419, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneHowToChoose .howToChooseContent .howToChooseCopy {
    width: 340px;
    margin-top: 32px;
  }
  /* line 6429, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1 {
    background-size: 253px auto;
    background-position: 50% 33%;
  }
  /* line 6433, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:hover {
    background-size: 253px auto;
    background-position: 50% 33%;
  }
  /* line 6438, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2 {
    background-size: 253px auto;
    background-position: 50% 21%;
  }
  /* line 6442, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:hover {
    background-size: 253px auto;
    background-position: 50% 21%;
  }
  /* line 6447, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3 {
    background-size: 253px auto;
    background-position: 50% 19%;
  }
  /* line 6451, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:hover {
    background-size: 253px auto;
    background-position: 50% 19%;
  }
  /* line 6456, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step4 {
    background-size: 253px auto;
    background-position: 50% 18%;
  }
  /* line 6460, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step4:hover {
    background-size: 253px auto;
    background-position: 50% 18%;
  }
  /* line 6470, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem {
    width: 50%;
  }
  /* line 6473, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem p {
    /*width: 85%;*/
  }
  /* line 6477, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid > .gridItem:nth-child(odd) {
    clear: left;
  }
  /* line 6480, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid > .gridItem:nth-child(4) {
    clear: none;
  }
  /* line 6486, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tab-content .iconListItem div {
    width: 75% !important;
  }

  /* line 6505, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1 {
    background-size: 232px auto;
    background-position: 50% 33%;
  }
  /* line 6509, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:hover {
    background-size: 232px auto;
    background-position: 50% 33%;
  }
  /* line 6514, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2 {
    background-size: 227px auto;
    background-position: 50% 38%;
  }
  /* line 6518, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:hover {
    background-size: 227px auto;
    background-position: 50% 38%;
  }
  /* line 6523, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3 {
    background-size: 226px auto;
    background-position: 50% 19%;
  }
  /* line 6527, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:hover {
    background-size: 226px auto;
    background-position: 50% 19%;
  }
  /* line 6531, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:after {
    top: 22%;
  }

  /* line 6547, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1 {
    background-size: 232px auto;
    background-position: 50% 33%;
  }
  /* line 6551, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:hover {
    background-size: 232px auto;
    background-position: 50% 33%;
  }
  /* line 6555, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:after {
    top: 47%;
  }
  /* line 6559, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2 {
    background-size: 227px auto;
    background-position: 50% 15%;
  }
  /* line 6563, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:hover {
    background-size: 227px auto;
    background-position: 50% 15%;
  }
  /* line 6568, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3 {
    background-size: 226px auto;
    background-position: 50% 19%;
  }
  /* line 6572, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:hover {
    background-size: 226px auto;
    background-position: 50% 19%;
  }
  /* line 6576, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:after {
    top: 36%;
  }

  /* line 6588, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-fna img {
    float: right;
    width: 43%;
    max-width: 410px;
    margin-right: 5%;
    margin-top: 63px;
    height: auto;
    display: inline;
  }
  /* line 6597, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-fna div:not([class]) {
    float: right;
    width: 321px;
  }
  /* line 6601, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-fna div:not([class]) h3 {
    text-align: left;
    font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
    font-size: 27px;
    line-height: 1.1em;
    font-weight: bold;
    color: #363636;
    text-transform: uppercase;
  }
  /* line 6611, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-fna div:not([class]) #seo-inline-fna-form {
    float: left;
  }
  /* line 6618, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-buyers-guide img {
    max-width: calc(100% - 350px);
    margin-top: 30px;
    float: right;
    padding-right: 2%;
  }
  /* line 6624, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-buyers-guide .seo-buyers-guide-content {
    float: left;
    text-align: left;
    max-width: 266px;
    padding: 0;
  }
  /* line 6630, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-buyers-guide .seo-buyers-guide-content h3 {
    text-align: left;
    font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
    font-size: 27px;
    line-height: 1.1em;
    font-weight: bold;
    color: #363636;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 6651, ../scss/module/_product-list.scss */
  .category-description.nomobile .description {
    margin-left: 5%;
    padding-left: 289px;
    max-width: 860px;
  }
  /* line 6656, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule {
    right: 39px;
  }

  /* line 6665, ../scss/module/_product-list.scss */
  .products-grid li.item {
    width: 25%;
  }
  /* line 6668, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
  /* line 6671, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(4n+1) {
    clear: left;
  }

  /* line 6686, ../scss/module/_product-list.scss */
  .products-list .product-shop .secondary-wrapper {
    width: 22%;
  }
  /* line 6692, ../scss/module/_product-list.scss */
  .products-list li.item .compatibleWith {
    width: 78%;
  }

  /* ============================================ *
   * Tier 1 Category
   * ============================================ */
  /* line 6710, ../scss/module/_product-list.scss */
  #tierOneProductCategories .itemContainer .item img {
    width: 80%;
  }

  /* line 6719, ../scss/module/_product-list.scss */
  #tierOneShopByBrand .brandItemWrapper, #tierOneAdditionalOptions .brandItemWrapper {
    padding-left: 18px;
    padding-right: 0;
  }
  /* line 6723, ../scss/module/_product-list.scss */
  #tierOneShopByBrand .brandItemWrapper .brandItem, #tierOneAdditionalOptions .brandItemWrapper .brandItem {
    width: 232px;
    margin-right: 21px;
  }
  /* line 6727, ../scss/module/_product-list.scss */
  #tierOneShopByBrand .brandItemWrapper .brandItem:nth-child(2n+1), #tierOneShopByBrand .brandItemWrapper .brandItem:nth-child(3n), #tierOneAdditionalOptions .brandItemWrapper .brandItem:nth-child(2n+1), #tierOneAdditionalOptions .brandItemWrapper .brandItem:nth-child(3n) {
    margin-right: 21px;
  }
  /* line 6730, ../scss/module/_product-list.scss */
  #tierOneShopByBrand .brandItemWrapper .brandItem:nth-child(4n), #tierOneAdditionalOptions .brandItemWrapper .brandItem:nth-child(4n) {
    margin-right: 21px;
  }
  /* line 6733, ../scss/module/_product-list.scss */
  #tierOneShopByBrand .brandItemWrapper .brandItem:last-child, #tierOneAdditionalOptions .brandItemWrapper .brandItem:last-child {
    margin-right: 0;
  }

  /* line 6742, ../scss/module/_product-list.scss */
  #tierOneHowToChoose .howToChooseContent {
    max-width: 1280px;
    background-position: 145px 100%;
  }
  /* line 6746, ../scss/module/_product-list.scss */
  #tierOneHowToChoose .howToChooseContent .howToChooseCopy {
    margin-right: 150px;
  }

  /* line 6754, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent {
    background-size: 546px auto;
    background-position: 87% 35%;
    padding: 48px 10% 0 10%;
  }
  /* line 6759, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.supplyFinder {
    background-size: 630px auto;
    background-position: 94% 28%;
  }
  /* line 6764, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent p {
    width: 438px;
  }
  /* line 6767, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect {
    margin-top: 12px;
  }

  /* line 6775, ../scss/module/_product-list.scss */
  #tierOneSupplyFinder .supplyFinderContent {
    background-size: 630px auto;
    background-position: 94% 35%;
  }

  /* line 6782, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li {
    min-height: 226px;
  }
  /* line 6785, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1 {
    background-size: 260px auto;
    background-position: 50% 37%;
  }
  /* line 6789, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:hover {
    background-size: 260px auto;
    background-position: 50% 37%;
  }
  /* line 6794, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2 {
    background-size: 260px auto;
    background-position: 50% 37%;
  }
  /* line 6798, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:hover {
    background-size: 260px auto;
    background-position: 50% 37%;
  }
  /* line 6803, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3 {
    background-size: 260px auto;
    background-position: 50% 15%;
  }
  /* line 6807, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:hover {
    background-size: 260px auto;
    background-position: 50% 15%;
  }
  /* line 6815, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs li.resp-tab-active:after {
    top: 33%;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid #fff;
    border-left: none;
  }
  /* line 6822, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content h2.tabContentH2 {
    width: 650px;
  }
  /* line 6825, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContentMoreInfo {
    width: 83%;
  }
  /* line 6830, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .iconListItem .inlineIcon {
    float: right;
    margin-right: 45px;
  }
  /* line 6839, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem p {
    width: 75%;
  }

  /* line 6863, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneHowToChoose .howToChooseContent {
    max-width: 1280px;
  }
  /* line 6872, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1 {
    background-size: 260px auto;
    background-position: 50% 29%;
  }
  /* line 6876, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:hover {
    background-size: 260px auto;
    background-position: 50% 29%;
  }
  /* line 6881, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2 {
    background-size: 260px auto;
    background-position: 50% 37%;
  }
  /* line 6885, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:hover {
    background-size: 260px auto;
    background-position: 50% 37%;
  }
  /* line 6890, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3 {
    background-size: 260px auto;
    background-position: 50% 21%;
  }
  /* line 6894, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:hover {
    background-size: 260px auto;
    background-position: 50% 21%;
  }
  /* line 6899, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step4 {
    background-size: 260px auto;
    background-position: 50% 37%;
  }
  /* line 6903, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step4:hover {
    background-size: 260px auto;
    background-position: 50% 37%;
  }

  /* line 6920, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneHowToChoose .howToChooseContent {
    max-width: 1280px;
    background-position: 198px 100%;
  }
  /* line 6930, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1 {
    background-size: 260px auto;
    background-position: 50% 37%;
  }
  /* line 6934, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:hover {
    background-size: 260px auto;
    background-position: 50% 37%;
  }
  /* line 6939, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2 {
    background-size: 260px auto;
    background-position: 50% 20%;
  }
  /* line 6943, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:hover {
    background-size: 260px auto;
    background-position: 50% 20%;
  }
  /* line 6948, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3 {
    background-size: 260px auto;
    background-position: 50% 18%;
  }
  /* line 6952, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:hover {
    background-size: 260px auto;
    background-position: 50% 18%;
  }
  /* line 6957, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step4 {
    background-size: 260px auto;
    background-position: 50% 20%;
  }
  /* line 6961, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step4:hover {
    background-size: 260px auto;
    background-position: 50% 20%;
  }

  /* line 6979, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1 {
    background-size: 260px auto;
    background-position: 50% 33%;
  }
  /* line 6983, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:hover {
    background-size: 260px auto;
    background-position: 50% 33%;
  }
  /* line 6987, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:after {
    top: 23%;
  }
  /* line 6991, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2 {
    background-size: 260px auto;
    background-position: 50% 32%;
  }
  /* line 6995, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:hover {
    background-size: 260px auto;
    background-position: 50% 32%;
  }
  /* line 6999, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:after {
    top: 15%;
  }
  /* line 7003, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3 {
    background-size: 279px auto;
    background-position: 50% 18%;
  }
  /* line 7007, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:hover {
    background-size: 279px auto;
    background-position: 50% 18%;
  }
  /* line 7011, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:after {
    top: 21%;
  }
  /* line 7019, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tab-content h2.tabContentH2 {
    width: 675px;
  }
  /* line 7026, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem p {
    width: 65%;
  }

  /* line 7045, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1 {
    background-size: 260px auto;
    background-position: 50% 33%;
  }
  /* line 7049, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:hover {
    background-size: 260px auto;
    background-position: 50% 33%;
  }
  /* line 7053, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:after {
    top: 48%;
  }
  /* line 7057, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2 {
    background-size: 260px auto;
    background-position: 50% 16%;
  }
  /* line 7061, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:hover {
    background-size: 260px auto;
    background-position: 50% 16%;
  }
  /* line 7065, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:after {
    top: 45%;
  }
  /* line 7069, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3 {
    background-size: 279px auto;
    background-position: 50% 18%;
  }
  /* line 7073, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:hover {
    background-size: 279px auto;
    background-position: 50% 18%;
  }
  /* line 7077, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:after {
    top: 41%;
  }

  /* line 7089, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-fna {
    padding-bottom: 40px;
  }
  /* line 7092, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-fna img {
    float: left;
    width: 100%;
    margin-left: 35px;
    margin-top: 26px;
  }
  /* line 7098, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-fna div:not([class]) {
    width: 425px;
  }
  /* line 7101, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-fna div:not([class]) h3 {
    font-size: 36px;
    line-height: 36px;
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    color: #494949;
    font-weight: 300;
    text-transform: none;
  }
  /* line 7109, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-fna div:not([class]) #seo-inline-fna-form {
    margin-top: 10px;
  }
  /* line 7116, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-buyers-guide img {
    max-width: 527px;
    margin-top: 13px;
  }
  /* line 7120, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-buyers-guide .seo-buyers-guide-content {
    max-width: 335px;
  }
  /* line 7123, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-buyers-guide .seo-buyers-guide-content h3 {
    font-size: 36px;
    line-height: 36px;
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    color: #494949;
    font-weight: 300;
    text-transform: none;
  }
}
/* ============================================ *
 * Catalog - Product
 * ============================================ */
/* line 31, ../scss/module/_catalog-product.scss */
.product-view #email-print-bar {
  display: none;
}
/* line 32, ../scss/module/_catalog-product.scss */
.product-view .product-essential {
  padding: 15px 15px 0;
}
/* line 37, ../scss/module/_catalog-product.scss */
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left;
}
/* line 42, ../scss/module/_catalog-product.scss */
.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px;
}
/* line 47, ../scss/module/_catalog-product.scss */
.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both;
}
/* line 53, ../scss/module/_catalog-product.scss */
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}
/* line 58, ../scss/module/_catalog-product.scss */
.product-view .groupedProductItemsTab,
.product-view #groupedProductItemsSupport,
.product-view #groupedProductItemsSupport-v2 {
  display: none;
}
/* line 64, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
  color: #363636;
  margin-bottom: 2px;
  padding-bottom: 0;
  border: 0;
}
/* line 76, ../scss/module/_catalog-product.scss */
.product-view .product-info {
  margin-left: 0;
}
/* line 78, ../scss/module/_catalog-product.scss */
.product-view .product-info .product-name,
.product-view .product-info .product-ids {
  display: none;
}
/* line 82, ../scss/module/_catalog-product.scss */
.product-view .product-info .product-ids {
  color: #363636;
  font-weight: 700;
}
/* line 86, ../scss/module/_catalog-product.scss */
.product-view .product-info #productSmallReview {
  padding-bottom: 20px;
}
/* line 90, ../scss/module/_catalog-product.scss */
.product-view .product-info .short-description p {
  color: #969291;
}
/* line 93, ../scss/module/_catalog-product.scss */
.product-view .product-info .short-description .pla_banner {
  margin-top: 9px;
  background: url(../images/product/pla_banner.jpg) 0 0 no-repeat;
  width: 232px;
  height: 58px;
  cursor: pointer;
  display: none;
}
/* line 103, ../scss/module/_catalog-product.scss */
.product-view .product-info .productHighlights ul {
  margin-top: 6px;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1em;
}
/* line 107, ../scss/module/_catalog-product.scss */
.product-view .product-info .productHighlights ul li {
  line-height: 1.4em;
  padding-bottom: 4px;
}
/* line 112, ../scss/module/_catalog-product.scss */
.product-view .product-info .productHighlights a {
  color: #0f396a;
  text-decoration: none;
}
/* line 115, ../scss/module/_catalog-product.scss */
.product-view .product-info .productHighlights a:hover {
  text-decoration: underline;
}
/* line 120, ../scss/module/_catalog-product.scss */
.product-view .product-info .productDetailsLink {
  display: none;
}
/* line 138, ../scss/module/_catalog-product.scss */
.product-view .product-info .toSystemLink {
  display: none;
}
/* line 156, ../scss/module/_catalog-product.scss */
.product-view .compatibleWith {
  float: left;
  display: inline;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  margin-top: 5px;
  padding: 13px 10px 13px 10px;
  color: #969291;
  font-style: italic;
  clear: right;
}
/* line 166, ../scss/module/_catalog-product.scss */
.product-view .compatibleWith span {
  font-weight: bold;
  font-style: normal;
  color: #494949;
}
/* line 171, ../scss/module/_catalog-product.scss */
.product-view .compatibleWith .printerSupplyLink {
  display: none;
}
/* line 174, ../scss/module/_catalog-product.scss */
.product-view .tab-content.description .compatibleWith {
  margin-bottom: 80px;
  max-width: 430px;
}
/* line 180, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap {
  display: inline-block;
  width: 100%;
  float: none;
}
/* line 185, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap .options-container-big {
  margin-top: -22px;
}
/* line 188, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap .printerSupplyLink {
  width: 100%;
  min-height: 104px;
  height: 104px;
  margin-bottom: 20px;
  padding: 0 9px;
  display: table;
  position: relative;
  background: #f0f0f0 !important;
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #fff 20%, #fff 100%) !important;
  background: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 20%, #ffffff 100%) !important;
}
/* line 198, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap .printerSupplyLink span {
  display: inline;
  padding-right: 163px;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}
/* line 205, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap .printerSupplyLink span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #0f396a;
  border-right: none;
  position: relative;
  top: 1px;
  margin-left: 9px;
  margin-right: -17px;
  display: inline-block;
}
/* line 214, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap .printerSupplyLink img {
  float: right;
  width: 150px;
  height: 85px;
  position: absolute;
  top: 19px;
  right: 9px;
}
/* line 225, ../scss/module/_catalog-product.scss */
.product-view .product-shop {
  width: 50%;
  float: right;
  margin-top: 30px;
}
/* line 230, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-name {
  display: none;
  float: left;
}
/* line 234, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-name .h1 {
  float: left;
  margin-bottom: 5px;
}
/* line 239, ../scss/module/_catalog-product.scss */
.product-view .product-shop .extra-info {
  float: left;
  padding-right: 15px;
  clear: left;
  width: 70%;
}
/* line 246, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-info {
  float: right;
  padding-left: 15px;
  text-align: right;
}
/* line 252, ../scss/module/_catalog-product.scss */
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
  max-width: 70%;
  margin-bottom: 10px;
}
/* line 258, ../scss/module/_catalog-product.scss */
.product-view .product-shop .short-description {
  margin-bottom: 10px;
  clear: both;
}
/* line 263, ../scss/module/_catalog-product.scss */
.product-view .product-shop .ratings {
  margin-bottom: 8px;
}
/* line 267, ../scss/module/_catalog-product.scss */
.product-view .product-shop .availability {
  font-size: 16px;
}
/* line 271, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box {
  margin-top: 0;
}
/* line 274, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2;
}
/* line 281, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .priceBoxLoginForPrice {
  font-size: 21px;
  font-weight: 400;
  color: #901F18;
  display: block;
}
/* line 288, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .priceBoxWhyPriceHidden {
  display: none;
}
/* line 290, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
  color: #363636;
  font-size: 27px;
  font-weight: 400;
}
/* line 297, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .regular-price.ac-price.starting-price .price {
  color: #363636;
  font-size: 15px;
  font-weight: 400;
}
/* line 302, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .regular-price.ac-price .price {
  color: #003777;
  font-weight: 700;
}
/* line 309, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .regular-price.ac-price em {
  display: none;
}
/* line 310, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .regular-price.ac-price em.pm_p, .product-view .product-shop .price-box .regular-price.ac-price em.py_p {
  display: inline;
}
/* line 311, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .regular-price.ac-price em.pm_c, .product-view .product-shop .price-box .regular-price.ac-price em.py_c {
  display: none;
}
/* line 315, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .old-price .special-price,
.product-view .product-shop .price-box .special-price {
  color: #901518;
  padding-left: 0;
  display: block;
}
/* line 321, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .old-price .special-price .price-label,
.product-view .product-shop .price-box .special-price .price-label {
  font-size: 16px;
  color: #901518;
}
/* line 325, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .old-price .special-price .price.pla,
.product-view .product-shop .price-box .special-price .price.pla {
  font-weight: 700;
  color: #901518;
  text-decoration: none;
}
/* line 331, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .old-price .special-price span.weee,
.product-view .product-shop .price-box .special-price span.weee {
  color: #363636;
}
/* line 334, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .old-price .special-price span.weee span.price,
.product-view .product-shop .price-box .special-price span.weee span.price {
  font-size: 16px;
}
/* line 340, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
  color: #363636;
}
/* line 346, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300;
}
/* line 351, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
  font-size: 20px;
}
/* line 355, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box:last-child {
  margin-top: -10px;
}
/* line 360, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .old-price .price.pla {
  font-weight: 400;
  color: #363636;
}
/* line 368, ../scss/module/_catalog-product.scss */
.product-view #productDiscontinuedBtn {
  font-size: 15px;
  color: #363636;
  text-align: center;
}
/* line 372, ../scss/module/_catalog-product.scss */
.product-view #productDiscontinuedBtn h4 {
  margin: 7px 0 0 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: #901f18;
  text-transform: none;
}
/* line 379, ../scss/module/_catalog-product.scss */
.product-view #productDiscontinuedBtn p {
  margin-top: 6px;
  margin-bottom: -16px;
  line-height: 20px;
}
/* line 383, ../scss/module/_catalog-product.scss */
.product-view #productDiscontinuedBtn p .contact-phone {
  text-decoration: none;
  font-weight: 700;
  color: #363636;
}
/* line 391, ../scss/module/_catalog-product.scss */
.product-view .price-box.map-info a {
  display: inherit;
}
/* line 396, ../scss/module/_catalog-product.scss */
.product-view .old-price .price-label {
  display: none;
}
/* line 398, ../scss/module/_catalog-product.scss */
.product-view .old-price .price-label.pla {
  display: inline;
}
/* line 402, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  width: 50%;
  float: right;
  clear: right;
}
/* line 410, ../scss/module/_catalog-product.scss */
.product-view #groupedProductItemsTable #additionalSystems {
  display: none;
}
/* line 414, ../scss/module/_catalog-product.scss */
.product-view #groupedProductItemsTable #groupedProductItemsTablePrice2 {
  margin: 20px 0 0 0;
  padding: 0 0 15px 0;
  background-color: #ededed;
}
/* line 419, ../scss/module/_catalog-product.scss */
.product-view #groupedProductItemsTable #groupedProductItemsTablePrice2:before {
  content: '';
  margin-top: 1px;
  display: block;
  width: 100%;
  height: 5px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}
/* line 429, ../scss/module/_catalog-product.scss */
.product-view #groupedProductItemsTable #groupedProductItemsTablePrice2 .price-label {
  vertical-align: top;
  padding-top: 20px;
  padding-left: 10px;
  display: inline-table;
  font-weight: bold;
}
/* line 437, ../scss/module/_catalog-product.scss */
.product-view #groupedProductItemsTable #groupedProductItemsTablePrice2 .ac-price .price {
  vertical-align: top;
  padding-top: 20px;
  display: inline-table;
  font-weight: bold;
  color: #901518;
}
/* line 445, ../scss/module/_catalog-product.scss */
.product-view #groupedProductItemsTable #groupedProductItemsTablePrice2 .add-to-box {
  text-align: right;
  display: block;
  margin-top: 14px;
  margin-right: 3.48%;
  margin-left: 10px;
  float: none;
}
/* line 455, ../scss/module/_catalog-product.scss */
.product-view #groupedProductItemsTable #groupedProductItemsTablePrice2 .add-to-box .add-to-cart-buttons {
  margin-right: 0;
}
/* line 465, ../scss/module/_catalog-product.scss */
.product-view .data-table col {
  width: 43%;
}
/* line 466, ../scss/module/_catalog-product.scss */
.product-view .data-table > col {
  width: 56%;
}
/* line 468, ../scss/module/_catalog-product.scss */
.product-view .data-table th {
  white-space: normal;
}
/* line 473, ../scss/module/_catalog-product.scss */
.product-view #upsFreeShipping {
  width: 189px;
  background: #fff url(../images/upsFreeShippingBg.gif) top left no-repeat;
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 38px;
}
/* line 484, ../scss/module/_catalog-product.scss */
.product-view #upsFreeShipping p {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}
/* line 490, ../scss/module/_catalog-product.scss */
.product-view #upsFreeShipping span {
  font-size: 10px;
}
/* line 497, ../scss/module/_catalog-product.scss */
.product-view .collateral-tabs dd.tab-container .compareSoftwareEditionsTrigger {
  margin-top: 5px;
  margin-bottom: -1px;
  margin-right: 15px;
  padding: 9px 37px 10px 75px;
  min-height: 59px;
  max-width: 680px;
  color: #363636;
  font-size: 24px;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 300;
  border: 1px solid #f0ebd8;
  position: relative;
  cursor: pointer;
}
/* line 511, ../scss/module/_catalog-product.scss */
.product-view .collateral-tabs dd.tab-container .compareSoftwareEditionsTrigger:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #901518;
  border-bottom: none;
  position: absolute;
  right: 20px;
  top: 50%;
  display: inline-block;
}
/* line 518, ../scss/module/_catalog-product.scss */
.product-view .collateral-tabs dd.tab-container .compareSoftwareEditionsTrigger:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 57px;
  padding-top: 38px;
  font-size: 12px;
  color: #494949;
  text-align: center;
}
/* line 530, ../scss/module/_catalog-product.scss */
.product-view .collateral-tabs dd.tab-container .compareSoftwareEditionsTrigger.compareIdSuiteEditionsTrigger:before {
  content: 'Windows';
  background: url(../images/software_comp_overlay/software_comp_overlay_win.png) no-repeat 26px 15px;
  background-size: 23px auto;
}
/* line 535, ../scss/module/_catalog-product.scss */
.product-view .collateral-tabs dd.tab-container .compareSoftwareEditionsTrigger.compareCpEditionsTrigger:before {
  content: 'Mac';
  background: url(../images/software_comp_overlay/software_comp_overlay_apple.png) no-repeat 26px 15px;
  background-size: 23px auto;
  padding-top: 40px;
}
/* line 541, ../scss/module/_catalog-product.scss */
.product-view .collateral-tabs dd.tab-container .compareSoftwareEditionsTrigger span {
  padding-left: 18px;
  padding-bottom: 8px;
  min-height: 40px;
  border-left: 1px solid #f0ebd8;
  display: inline-block;
  line-height: 17px;
}
/* line 548, ../scss/module/_catalog-product.scss */
.product-view .collateral-tabs dd.tab-container .compareSoftwareEditionsTrigger span span {
  min-height: 0;
  padding: 0;
  border-left: 0;
  display: inline;
  line-height: 27px;
  vertical-align: middle;
}
/* line 559, ../scss/module/_catalog-product.scss */
.product-view .collateral-tabs dd.tab-container .compareSoftwareEditionsTrigger.compareIdSuiteEditionsTrigger + .compareSoftwareEditionsTrigger.compareCpEditionsTrigger {
  margin-top: 0;
}
/* line 566, ../scss/module/_catalog-product.scss */
.product-view .prop65 {
  display: block;
  margin: 54px auto;
  padding: 20px 9% 0;
  border-top: 1px solid #ccc;
  max-width: 700px;
  font-size: 12px;
  color: #666565;
  line-height: 16px;
}
/* line 575, ../scss/module/_catalog-product.scss */
.product-view .prop65 .icon {
  margin-right: 4px;
  width: 17px;
  height: 13px;
  background: url(../images/icons/prop65_warning_icon.png) no-repeat 0 0;
  display: inline-block;
}
/* line 582, ../scss/module/_catalog-product.scss */
.product-view .prop65 strong {
  font-weight: 700;
  display: inline-block !important;
  margin-top: 0 !important;
}
/* line 589, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay {
  margin: 0 10px 40px;
  border: 1px solid #f0ebd8;
  position: absolute;
  z-index: 20;
  background-color: #fff;
  width: calc(100% - 20px);
}
/* line 596, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .compareSoftwareEditionsHeader {
  padding: 9px 37px 10px 75px;
  min-height: 59px;
  color: #363636;
  font-size: 24px;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 300;
  position: relative;
}
/* line 604, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .compareSoftwareEditionsHeader:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 57px;
  padding-top: 38px;
  font-size: 12px;
  color: #494949;
  text-align: center;
}
/* line 616, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .compareSoftwareEditionsHeader.compareIdSuiteEditionsHeader:before {
  content: 'Windows';
  background: url(../images/software_comp_overlay/software_comp_overlay_win.png) no-repeat 26px 15px;
  background-size: 23px auto;
}
/* line 621, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .compareSoftwareEditionsHeader.compareCardPressoEditionsHeader:before {
  content: 'Mac';
  background: url(../images/software_comp_overlay/software_comp_overlay_apple.png) no-repeat 26px 15px;
  background-size: 23px auto;
  padding-top: 40px;
}
/* line 627, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .compareSoftwareEditionsHeader span {
  padding-left: 18px;
  padding-bottom: 8px;
  min-height: 40px;
  border-left: 1px solid #f0ebd8;
  display: inline-block;
  line-height: 17px;
}
/* line 634, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .compareSoftwareEditionsHeader span span {
  min-height: 0;
  padding: 0;
  border-left: 0;
  display: inline;
  line-height: 27px;
  vertical-align: middle;
}
/* line 643, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .compareSoftwareEditionsHeader .softwareCompOverlayClose {
  position: absolute;
  top: 5px;
  right: 6px;
  font-size: 24px;
  font-weight: 700;
  font-family: "source-sans-pro", sans-serif;
  cursor: pointer;
}
/* line 651, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .compareSoftwareEditionsHeader .softwareCompOverlayClose:after {
  content: "\d7";
  width: 34px;
  height: 34px;
  display: block;
  font-weight: 400;
  font-family: "source-sans-pro", sans-serif;
  color: #363636;
  font-size: 30px;
  border-width: 0;
}
/* line 664, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .softwareCompOverlayCopy {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  text-align: center;
  padding: 18px 36px 0;
  color: #969291;
}
/* line 672, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .compItem {
  margin: 40px auto 0;
  padding: 0 36px;
  max-width: 900px;
  width: 100%;
  color: #969291;
}
/* line 678, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .compItem img {
  margin: 0 auto;
  max-width: 199px;
}
/* line 682, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .compItem h2 {
  margin-top: 14px;
  margin-bottom: 0;
  padding: 1px 8px 4px;
  background: #f8f4e8;
  font-family: "source-sans-pro", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: none;
  color: #363636;
}
/* line 692, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .compItem h2 span {
  font-weight: 400;
}
/* line 696, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .compItem p {
  margin-top: 8px;
  padding: 0 8px;
}
/* line 700, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .compItem ul {
  margin-top: 10px;
  list-style: disc;
  list-style-position: outside;
}
/* line 704, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .compItem ul li {
  margin-left: 2em;
}
/* line 709, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .softwareCompareOverlayFooter {
  margin: 0 4px 4px;
  padding: 40px 13px 0;
  height: 110px;
  background: #fcfbfc !important;
  background: -webkit-linear-gradient(-90deg, #fcfbfc, #e9e9e9) !important;
  background: linear-gradient(180deg, #fcfbfc, #e9e9e9) !important;
  display: block;
}
/* line 715, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .softwareCompareOverlayFooter .contact {
  float: right;
}
/* line 717, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .softwareCompareOverlayFooter .contact .phone {
  text-align: right;
  color: #901F18;
  font-weight: 700;
  font-size: 22px;
  display: block;
  clear: left;
  float: right;
}
/* line 726, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .softwareCompareOverlayFooter .contact .chat {
  font-weight: 700;
  padding-left: 26px;
  background: url(../images/icons/icon_chat_large.png) 0 2px no-repeat;
  background-size: 21px 15px;
  display: block;
  float: right;
  clear: right;
  color: #363636;
}
/* line 737, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .softwareCompareOverlayFooter .tagline {
  margin-right: 22px;
  padding-right: 19px;
  float: right;
  height: 54px;
  border-right: 1px solid #f0ebd8;
}
/* line 743, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .softwareCompareOverlayFooter .tagline span {
  display: none;
}
/* line 745, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .softwareCompareOverlayFooter .pdf {
  padding-left: 60px;
  background: url(../images/software_comp_overlay_pdf.png) 0 0 no-repeat;
  background-size: 48px;
  font-size: 13px;
  line-height: 50px;
  float: left;
}
/* line 752, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .softwareCompareOverlayFooter .pdf span {
  display: none;
}
/* line 756, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails {
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  z-index: 3;
  background-color: #fff;
  width: 96%;
  margin: 0 2%;
  display: none;
}
/* line 766, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails .alphaCareProdDetailsHeader {
  padding: 9px 37px 10px 31px;
  min-height: 59px;
  color: #363636;
  font-size: 24px;
  font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  position: relative;
}
/* line 775, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails .alphaCareProdDetailsHeader span {
  min-height: 40px;
  display: inline-block;
  line-height: 27px;
}
/* line 780, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails .alphaCareProdDetailsHeader .alphacareProductDetailsClose {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  font-weight: 700;
  font-family: Arial, sans-serif;
  cursor: pointer;
}
/* line 789, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails .alphaCareProdDetailsHeader .alphacareProductDetailsClose:after {
  content: "\d7";
  width: 36px;
  height: 38px;
  display: block;
  font-weight: 400;
  font-family: arial, sans-serif;
  color: #363636;
  font-size: 30px;
  border-width: 0;
  text-align: center;
}
/* line 804, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails p {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: center;
  padding: 18px 20px 0;
}
/* line 811, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table {
  width: 93% !important;
  max-width: 870px;
  display: table;
  margin: 50px auto 0 auto;
}
/* line 817, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table.desktop {
  display: none;
}
/* line 820, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table.mobile {
  display: block;
}
/* line 823, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table th, .product-view .alphacareProductDetails table td {
  font-size: 16px;
  width: 33%;
  line-height: 21px;
  border: 1px solid #dededf;
  padding: 5px 1%;
}
/* line 830, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table th {
  font-weight: bold;
  color: #363636;
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: none;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background: #fff;
}
/* line 840, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table th:nth-of-type(2), .product-view .alphacareProductDetails table th:nth-of-type(3) {
  text-align: center;
}
/* line 843, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table th img {
  width: 78%;
  margin: 0 auto 20px auto;
}
/* line 849, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table th.no-border-right img {
  width: 100%;
}
/* line 854, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table td {
  color: #494949;
  vertical-align: inherit;
}
/* line 858, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table td img {
  width: 78%;
  margin: 0 auto 20px auto;
}
/* line 862, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table td.acplus-col {
  font-weight: bold;
  color: #363636;
  font-family: "Helvetica Neue", Arial, sans-serif;
  padding-top: 60px;
  padding-bottom: 15px;
}
/* line 869, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table td.acplus-col img {
  width: 100%;
  margin-bottom: 0;
}
/* line 874, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table td.sub-label {
  font-size: 15px;
  font-style: italic;
  text-align: center;
}
/* line 879, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table td span.alphacare-feature-check {
  background: url(../images/alphacare-feature-check.png) 0 0 no-repeat;
  height: 11px;
  width: 11px;
  display: block;
  margin: 0 auto;
}
/* line 886, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table td.plus-row-one {
  background-image: linear-gradient(#ebf5fa, #edf6fa);
  background-image: -webkit-gradient(#ebf5fa, #edf6fa);
  background-image: -webkit-linear-gradient(#ebf5fa, #edf6fa);
  background-image: -moz-linear-gradient(#ebf5fa, #edf6fa);
}
/* line 892, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table td.plus-row-two {
  background-image: linear-gradient(#edf6fa, #eef6fa);
  background-image: -webkit-gradient(#edf6fa, #eef6fa);
  background-image: -webkit-linear-gradient(#edf6fa, #eef6fa);
  background-image: -moz-linear-gradient(#edf6fa, #eef6fa);
}
/* line 898, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table td.plus-row-three {
  background-image: linear-gradient(#eef6fb, #eef6fb);
  background-image: -webkit-gradient(#eef6fb, #eef6fb);
  background-image: -webkit-linear-gradient(#eef6fb, #eef6fb);
  background-image: -moz-linear-gradient(#eef6fb, #eef6fb);
}
/* line 904, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table td.plus-row-four {
  background-image: linear-gradient(#f0f7fb, #f1f8fb);
  background-image: -webkit-gradient(#f0f7fb, #f1f8fb);
  background-image: -webkit-linear-gradient(#f0f7fb, #f1f8fb);
  background-image: -moz-linear-gradient(#f0f7fb, #f1f8fb);
}
/* line 910, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table td.plus-row-five {
  background-image: linear-gradient(#f2f8fb, #f3f9fc);
  background-image: -webkit-gradient(#f2f8fb, #f3f9fc);
  background-image: -webkit-linear-gradient(#f2f8fb, #f3f9fc);
  background-image: -moz-linear-gradient(#f2f8fb, #f3f9fc);
}
/* line 916, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table td.plus-row-six {
  background-image: linear-gradient(#f3f9fc, #f3f9fc);
  background-image: -webkit-gradient(#f3f9fc, #f3f9fc);
  background-image: -webkit-linear-gradient(#f3f9fc, #f3f9fc);
  background-image: -moz-linear-gradient(#f3f9fc, #f3f9fc);
}
/* line 922, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table td.plus-row-seven {
  background-image: linear-gradient(#f4f9fc, #f6fafd);
  background-image: -webkit-gradient(#f4f9fc, #f6fafd);
  background-image: -webkit-linear-gradient(#f4f9fc, #f6fafd);
  background-image: -moz-linear-gradient(#f4f9fc, #f6fafd);
}
/* line 928, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table td.plus-row-eight {
  background-image: linear-gradient(#f6fafd, #f8fbfd);
  background-image: -webkit-gradient(#f6fafd, #f8fbfd);
  background-image: -webkit-linear-gradient(#f6fafd, #f8fbfd);
  background-image: -moz-linear-gradient(#f6fafd, #f8fbfd);
}
/* line 934, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table td.plus-row-nine {
  background-image: linear-gradient(#f8fbfd, #fafcfe);
  background-image: -webkit-gradient(#f8fbfd, #fafcfe);
  background-image: -webkit-linear-gradient(#f8fbfd, #fafcfe);
  background-image: -moz-linear-gradient(#f8fbfd, #fafcfe);
}
/* line 940, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table td.plus-row-ten {
  background-image: linear-gradient(#fafcfe, #fbfdfe);
  background-image: -webkit-gradient(#fafcfe, #fbfdfe);
  background-image: -webkit-linear-gradient(#fafcfe, #fbfdfe);
  background-image: -moz-linear-gradient(#fafcfe, #fbfdfe);
}
/* line 946, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table td.plus-row-eleven {
  background-image: linear-gradient(#fcfdfe, #fdfeff);
  background-image: -webkit-gradient(#fcfdfe, #fdfeff);
  background-image: -webkit-linear-gradient(#fcfdfe, #fdfeff);
  background-image: -moz-linear-gradient(#fcfdfe, #fdfeff);
}
/* line 952, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table td.plus-row-twelve {
  background-image: linear-gradient(#fdfeff, #ffffff);
  background-image: -webkit-gradient(#fdfeff, #ffffff);
  background-image: -webkit-linear-gradient(#fdfeff, #ffffff);
  background-image: -moz-linear-gradient(#fdfeff, #ffffff);
}
/* line 959, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table .no-border-left {
  border-left: none;
}
/* line 962, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table .no-border-right {
  border-right: none;
}
/* line 966, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails .alphaCareProdDetailsFooter {
  margin: 0 4px 4px;
  padding: 40px 10px 0 10px;
  height: 110px;
  background: #fcfbfc !important;
  background: -webkit-linear-gradient(-90deg, #fcfbfc, #e9e9e9) !important;
  background: linear-gradient(180deg, #fcfbfc, #e9e9e9) !important;
  display: block;
}
/* line 975, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails .alphaCareProdDetailsFooter .see-details {
  text-transform: uppercase;
  position: relative;
  float: left;
  margin-top: 33px;
  font-size: 14px;
  letter-spacing: 1px;
}
/* line 983, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails .alphaCareProdDetailsFooter .see-details:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #901F18;
  border-right: none;
  top: 19%;
  right: -12px;
}
/* line 996, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails .alphaCareProdDetailsFooter .see-details span {
  display: none;
}
/* line 1000, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails .alphaCareProdDetailsFooter .contact {
  float: right;
}
/* line 1003, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails .alphaCareProdDetailsFooter .contact .phone {
  text-align: right;
  color: #901518;
  font-weight: 700;
  font-size: 22px;
  display: block;
  clear: left;
  float: right;
}
/* line 1012, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails .alphaCareProdDetailsFooter .contact .chat {
  font-weight: 700;
  padding-left: 26px;
  background: url(../images/icons/icon_chat_large.png) 0 2px no-repeat;
  background-size: 21px 15px;
  display: block;
  float: right;
  clear: right;
}
/* line 1022, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails .alphaCareProdDetailsFooter .tagline {
  display: none;
}
/* line 1028, ../scss/module/_catalog-product.scss */
.product-view .tab-content .box-up-sell-combo > h2 {
  margin-left: 26px;
  color: #363636;
  text-transform: capitalize;
  font-family: "source-sans-pro", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  display: block;
}
@media only screen and (max-width: 600px) {
  /* line 1028, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo > h2 {
    margin-top: 46px;
  }
}
/* line 1040, ../scss/module/_catalog-product.scss */
.product-view .tab-content .box-up-sell-combo > h2.suppliesTabTitle {
  text-transform: none;
  padding-right: 26px;
}
@media only screen and (min-width: 770px) {
  /* line 1040, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo > h2.suppliesTabTitle {
    padding-right: 10%;
  }
}
@media only screen and (min-width: 979px) {
  /* line 1040, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo > h2.suppliesTabTitle {
    padding-right: 37%;
  }
}
/* line 1051, ../scss/module/_catalog-product.scss */
.product-view .tab-content .box-up-sell-combo > p {
  margin-left: 26px;
  margin-bottom: 36px;
  color: #494949;
}
/* line 1056, ../scss/module/_catalog-product.scss */
.product-view .tab-content .box-up-sell-combo .products-grid {
  margin-right: 0;
  margin-top: 30px;
  padding: 0 25px 22px;
  background: #f8f4e8;
}
/* line 1063, ../scss/module/_catalog-product.scss */
.product-view .tab-content .box-up-sell-combo .products-grid > li {
  margin-top: 22px;
  margin-right: 0;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 32px;
  width: 100%;
  min-height: 328px;
  background: #fff;
  clear: left;
}
/* line 1073, ../scss/module/_catalog-product.scss */
.product-view .tab-content .box-up-sell-combo .products-grid > li .upsell-product-info {
  padding-bottom: 0;
  width: auto;
  float: left;
}
/* line 1078, ../scss/module/_catalog-product.scss */
.product-view .tab-content .box-up-sell-combo .products-grid > li .product-name {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 15px;
  color: #363636;
  line-height: 21px;
}
/* line 1084, ../scss/module/_catalog-product.scss */
.product-view .tab-content .box-up-sell-combo .products-grid > li .product-name a {
  color: #363636;
  text-decoration: none;
}
/* line 1087, ../scss/module/_catalog-product.scss */
.product-view .tab-content .box-up-sell-combo .products-grid > li .product-name a:hover {
  text-decoration: underline;
}
/* line 1092, ../scss/module/_catalog-product.scss */
.product-view .tab-content .box-up-sell-combo .products-grid > li .sku {
  margin-bottom: 5px;
  font-size: 15px;
  color: #363636;
}
/* line 1097, ../scss/module/_catalog-product.scss */
.product-view .tab-content .box-up-sell-combo .products-grid > li .price-box {
  padding-bottom: 9px;
  background: url(../images/grayDotDivider.gif) repeat-x 0 100%;
}
/* line 1100, ../scss/module/_catalog-product.scss */
.product-view .tab-content .box-up-sell-combo .products-grid > li .price-box .price-label {
  display: inline-block;
}
/* line 1103, ../scss/module/_catalog-product.scss */
.product-view .tab-content .box-up-sell-combo .products-grid > li .price-box .addToCartCopy {
  display: none;
}
/* line 1107, ../scss/module/_catalog-product.scss */
.product-view .tab-content .box-up-sell-combo .products-grid > li .button {
  margin-top: 14px;
  min-height: 30px;
  line-height: 30px;
  font-size: 17px;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  padding: 0px 16px 4px;
  float: left;
  white-space: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-shadow: none;
  background: #c4c4c4 !important;
  border: 1px solid #c4c4c4  !important;
}
/* line 1121, ../scss/module/_catalog-product.scss */
.product-view .tab-content .box-up-sell-combo .products-grid > li .button:hover {
  background: #dfa601 !important;
  border: 1px solid #dfa601  !important;
}
@media only screen and (min-width: 600px) {
  /* line 1129, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid {
    margin-right: 20px;
  }
  /* line 1133, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li {
    width: 47%;
    margin-right: 5%;
    clear: none;
  }
  /* line 1138, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(odd) {
    clear: none;
  }
  /* line 1141, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(2n+1) {
    clear: left;
  }
  /* line 1145, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
  /* line 1149, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(4n+1) {
    clear: none;
  }
  /* line 1152, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 770px) {
  /* line 1160, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li {
    width: 31%;
    margin-right: 3.3%;
  }
  /* line 1164, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(odd) {
    clear: none;
  }
  /* line 1167, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(2n+1) {
    clear: none;
  }
  /* line 1172, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(3n+1) {
    clear: left;
  }
  /* line 1176, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(4n+1) {
    clear: none;
  }
  /* line 1179, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(1n+1) {
    margin-right: 3.3%;
  }
  /* line 1180, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(2n+2) {
    margin-right: 3.3%;
  }
  /* line 1181, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 979px) {
  /* line 1189, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li {
    width: 23%;
    margin-right: 2.6%;
  }
  /* line 1193, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(odd) {
    clear: none;
  }
  /* line 1196, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
  /* line 1201, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(4n+1) {
    clear: left;
  }
  /* line 1204, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(1n+1) {
    margin-right: 2.6%;
  }
  /* line 1205, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(2n+2) {
    margin-right: 2.6%;
  }
  /* line 1206, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(3n+3) {
    margin-right: 2.6%;
  }
  /* line 1207, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(4n+4) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 320px) {
  /* line 1219, ../scss/module/_catalog-product.scss */
  .product-view #groupedProductItemsTable #additionalSystems {
    display: none;
  }
  /* line 1223, ../scss/module/_catalog-product.scss */
  .product-view #groupedProductItemsTable #groupedProductItemsTablePrice2 {
    margin: 20px 0 0 0;
    padding: 0 0 8px 0;
    background-color: #ededed;
  }
  /* line 1228, ../scss/module/_catalog-product.scss */
  .product-view #groupedProductItemsTable #groupedProductItemsTablePrice2:before {
    content: '';
    margin-top: 1px;
    display: block;
    width: 100%;
    height: 5px;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
  }
  /* line 1238, ../scss/module/_catalog-product.scss */
  .product-view #groupedProductItemsTable #groupedProductItemsTablePrice2 .price-label {
    vertical-align: top;
    padding-left: 10px;
    display: inline-table;
    font-weight: bold;
    font-size: 12px;
    padding-top: 28px;
    line-height: 16px;
  }
  /* line 1250, ../scss/module/_catalog-product.scss */
  .product-view #groupedProductItemsTable #groupedProductItemsTablePrice2 .ac-price .price {
    vertical-align: top;
    padding-top: 20px;
    display: inline-table;
    font-weight: bold;
    color: #901518;
  }
  /* line 1258, ../scss/module/_catalog-product.scss */
  .product-view #groupedProductItemsTable #groupedProductItemsTablePrice2 .add-to-box {
    text-align: right;
    display: inline-block;
    margin-top: 14px;
    margin-right: 10px;
    margin-left: 10px;
    float: none;
  }
  /* line 1266, ../scss/module/_catalog-product.scss */
  .product-view #groupedProductItemsTable #groupedProductItemsTablePrice2 .add-to-box .add-to-cart-buttons {
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1280, ../scss/module/_catalog-product.scss */
  .product-view .softwareCompOverlay .softwareCompareOverlayFooter .tagline {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  /* line 1309, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }
  /* line 1319, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
  }
  /* line 1323, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  /* line 1336, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px;
  }
  /* line 1340, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block;
  }
}
/* line 1349, ../scss/module/_catalog-product.scss */
.product-img-box {
  width: 50%;
  float: left;
}
/* line 1354, ../scss/module/_catalog-product.scss */
.product-img-box .product-name h1 {
  border: 0;
}
/* line 1359, ../scss/module/_catalog-product.scss */
.product-img-box .product-image {
  /*margin-bottom: 15px;*/
}
/* line 1363, ../scss/module/_catalog-product.scss */
.product-img-box .product-image img {
  max-width: 100%;
  max-height: 750px;
  margin: 0px auto;
}
/* line 1375, ../scss/module/_catalog-product.scss */
.product-img-box .more-views h2 {
  margin-bottom: 4px;
  font-size: 18px;
  color: #636363;
  font-weight: 300;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

@media only screen and (max-width: 479px) {
  /* line 1387, ../scss/module/_catalog-product.scss */
  .product-img-box .product-image img {
    max-height: 450px;
  }
}
/* line 1392, ../scss/module/_catalog-product.scss */
.product-image-gallery {
  position: relative;
}
/* line 1395, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image {
  display: none;
}
/* line 1398, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image.visible {
  display: block;
}
/* line 1401, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
/* line 27, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
/* line 38, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
/* line 44, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
/* line 51, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery.loading {
  position: relative;
}
/* line 54, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

/* line 1411, ../scss/module/_catalog-product.scss */
.product-image-thumbs li {
  display: inline-block;
}
/* line 1414, ../scss/module/_catalog-product.scss */
.product-image-thumbs li:first-child {
  margin-left: -1px;
}
/* line 1417, ../scss/module/_catalog-product.scss */
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}

/* line 1424, ../scss/module/_catalog-product.scss */
.no-touch .product-image-thumbs a:hover {
  /*border-color: darken($c-module-border-light, 15%);*/
  border-color: #f0ebd8;
}

/* line 1430, ../scss/module/_catalog-product.scss */
.product-view .product-shop,
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  padding-left: 15px;
}

/* line 1436, ../scss/module/_catalog-product.scss */
.product-img-box {
  padding-right: 15px;
}

/* line 1440, ../scss/module/_catalog-product.scss */
.product-view .product-shop,
.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
  margin-bottom: 10px;
}

/* line 1449, ../scss/module/_catalog-product.scss */
.product-collateral .box-collateral .products-grid .product-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* line 1456, ../scss/module/_catalog-product.scss */
.product-view .product-shop {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

/* line 1459, ../scss/module/_catalog-product.scss */
.product-view {
  /* Set a min-height so that the floated elements break appropriately */
}
/* line 1461, ../scss/module/_catalog-product.scss */
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1475, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
  min-height: 32px;
}
/* line 1481, ../scss/module/_catalog-product.scss */
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px;
}
/* line 1486, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button {
  margin-bottom: 0;
}
/* line 1491, ../scss/module/_catalog-product.scss */
.product-view .price-box .yousave-price {
  display: none;
}
/* line 1495, ../scss/module/_catalog-product.scss */
.product-view .price-box .priceRow.retailPrice {
  display: block;
}
/* line 1497, ../scss/module/_catalog-product.scss */
.product-view .price-box .priceRow.retailPrice .price {
  font-size: 15px;
  text-decoration: line-through;
}
/* line 1504, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
  margin-right: 7px;
  float: left;
}
/* line 1510, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper label {
  line-height: 32px;
  font-size: 12px;
}
/* line 1515, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 45px;
}
/* line 1520, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons {
  margin-right: 10px;
  max-width: 100%;
  min-height: 30px;
  display: table;
}
/* line 1527, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}
/* line 1531, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 170px;
}
/* line 1537, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 174px;
  margin: 0 auto;
}
/* line 1542, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}
/* line 1547, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}
/* line 1558, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart .button.btn-custom,
.product-view .add-to-cart .button.productLoginForPricebutton,
.product-view .add-to-box .button.productLoginForPricebutton,
.product-view .button.productComboListingButton {
  background: #0f396a;
  border: none;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
}
/* line 1582, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .button:hover,
.product-view .add-to-cart .button.btn-custom:hover,
.product-view .add-to-cart .button.productLoginForPricebutton:hover,
.product-view .add-to-box .button.productLoginForPricebutton:hover,
.product-view .button.productComboListingButton:hover {
  background: #4fddfd !important;
}
/* line 1587, ../scss/module/_catalog-product.scss */
.product-view .button.productComboListingButton {
  margin-top: 20px;
  float: none;
}
/* line 1593, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .button.btn-custom {
  padding: 0 12px;
  margin-left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-weight: 400;
  text-shadow: none;
  background: #83201A !important;
  border: 1px solid #83201A !important;
  width: auto;
  clear: left;
}
/* line 1603, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .button.btn-custom:hover {
  background: #dfa601 !important;
  border: 1px solid #dfa601  !important;
}
/* line 1609, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .button.btn-custom.button-off {
  border: 1px solid #494949 !important;
  background: #494949 !important;
}
/* line 1613, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .button.btn-custom.button-off:hover {
  background: #dfa601 !important;
  border: 1px solid #dfa601  !important;
}
/* line 1618, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart button.btn-custom {
  margin-top: 10px;
}
/* line 1625, ../scss/module/_catalog-product.scss */
.product-view #groupedProductItems .add-to-cart .button.btn-custom,
.product-view #groupedProductItems .add-to-cart .button.btn-custom.button-off {
  display: none;
}
/* line 1632, ../scss/module/_catalog-product.scss */
.product-view .alert-price,
.product-view .alert-stock {
  clear: both;
}

@media only screen and (max-width: 479px) {
  /* line 1640, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px;
  }
  /* line 1644, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
/* line 1659, ../scss/module/_catalog-product.scss */
.add-to-box .or {
  display: none;
}

/* line 1663, ../scss/module/_catalog-product.scss */
.product-view .add-to-links {
  display: none;
  clear: both;
  margin-top: 0px;
  margin-right: 15px;
  float: left;
}
/* line 1671, ../scss/module/_catalog-product.scss */
.product-view .add-to-links:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1675, ../scss/module/_catalog-product.scss */
.product-view .add-to-links li {
  float: left;
}
/* line 1679, ../scss/module/_catalog-product.scss */
.product-view .add-to-links a {
  padding: 2px 7px 2px 0px;
  margin-left: 7px;
  border-right: 1px solid #d3d7d9;
}
/* line 1685, ../scss/module/_catalog-product.scss */
.product-view .add-to-links li:first-child a {
  margin-left: 0px;
}
/* line 1689, ../scss/module/_catalog-product.scss */
.product-view .add-to-links li:last-child a {
  border-right: 0px;
}

/* line 1694, ../scss/module/_catalog-product.scss */
.product-view .sharing-links {
  display: none;
  float: left;
}
/* line 1699, ../scss/module/_catalog-product.scss */
.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1703, ../scss/module/_catalog-product.scss */
.product-view .sharing-links li {
  float: left;
  padding: 0px 7px 7px;
}
/* line 1708, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}
/* line 1715, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a:hover {
  opacity: 0.8;
}
/* line 1718, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-wishlist {
  background-position: 0px -225px;
}
/* line 1721, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-compare {
  background-position: 0px -250px;
}
/* line 1724, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-email-friend {
  background-position: 0px -322px;
}
/* line 1727, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-facebook {
  background-position: 0px -425px;
}
/* line 1730, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-twitter {
  background-position: 0px -372px;
}

@media only screen and (max-width: 599px) {
  /* line 1737, ../scss/module/_catalog-product.scss */
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0;
  }
}
/* line 1745, ../scss/module/_catalog-product.scss */
.product-collateral {
  clear: both;
}

/* line 1751, ../scss/module/_catalog-product.scss */
.collateral-tabs dd h2 {
  display: none;
}

/* line 1757, ../scss/module/_catalog-product.scss */
.box-collateral {
  clear: both;
}

/* line 126, ../scss/mixin/_toggle-content.scss */
.product-collateral .toggle-tabs {
  display: none;
}
/* line 131, ../scss/mixin/_toggle-content.scss */
.product-collateral > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #363636;
  font-family: "source-sans-pro", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-family: "source-sans-pro", sans-serif;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  font-size: 17px;
  line-height: 1em;
  margin-bottom: 0;
  padding: 20px 29px 20px 19px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #e5e5e5;
  position: relative;
  background-color: #f5f5f5;
  display: block;
  font-weight: 700;
  text-transform: none;
}
/* line 113, ../scss/mixin/_toggle-content.scss */
.product-collateral > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #363636;
  border-bottom: none;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}
/* line 138, ../scss/mixin/_toggle-content.scss */
.product-collateral > dl > dd {
  padding: 0;
  margin: 0;
  border-width: 0;
  border-style: solid;
  border-color: #f0ebd8;
}
/* line 145, ../scss/mixin/_toggle-content.scss */
.product-collateral > dl > dd:last-child {
  border-width: 0 0 1px;
}
/* line 153, ../scss/mixin/_toggle-content.scss */
.product-collateral > dl > dt {
  cursor: pointer;
  border-bottom-width: 0;
}
/* line 157, ../scss/mixin/_toggle-content.scss */
.product-collateral > dl > dt:hover {
  color: #363636;
}
/* line 160, ../scss/mixin/_toggle-content.scss */
.product-collateral > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #363636;
  border-bottom: none;
}
/* line 163, ../scss/mixin/_toggle-content.scss */
.product-collateral > dl > dt.last {
  border-bottom-width: 1px;
}
/* line 168, ../scss/mixin/_toggle-content.scss */
.product-collateral > dl > dd {
  display: none;
}
/* line 176, ../scss/mixin/_toggle-content.scss */
.product-collateral.accordion-open > dl > dt.current {
  border-bottom-width: 0px;
  background-color: #e5e5e5;
  text-transform: none;
  font-weight: 700;
}
/* line 183, ../scss/mixin/_toggle-content.scss */
.product-collateral.accordion-open > dl > dt.current:after {
  content: '\d7';
  width: 10px;
  height: 13px;
  display: block;
  right: 15px;
  font-weight: 400;
  font-family: arial, sans-serif;
  color: #363636;
  top: 34%;
  font-size: 30px;
  border-width: 0px;
  margin-top: 0;
}
/* line 201, ../scss/mixin/_toggle-content.scss */
.product-collateral.accordion-open > dl > dd.current {
  display: block;
}
/* line 1770, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content-video.description,
.product-collateral .tab-content.description {
  padding: 19px;
}
/* line 1773, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content-video.description h2,
.product-collateral .tab-content.description h2 {
  display: inherit;
}
/* line 1774, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content-video.description > h2,
.product-collateral .tab-content.description > h2 {
  display: none;
}
/* line 1776, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content-video.description strong,
.product-collateral .tab-content.description strong {
  color: #363636;
  display: block;
  margin-top: 25px;
}
/* line 1781, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content-video.description p,
.product-collateral .tab-content.description p {
  margin-bottom: 10px;
  color: #969291;
}
/* line 1788, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable {
  margin: 0;
  width: 100%;
  text-align: left;
  float: none;
  font-size: 13px;
}
/* line 1795, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable th, .product-collateral table.printerComparisonToolTable td {
  padding: 0;
  border: none;
  background: #fff;
}
/* line 1797, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable th img {
  display: block;
  margin: 0 auto;
}
/* line 1798, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable th a {
  text-decoration: none;
}
/* line 1800, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable th a:hover {
  text-decoration: underline;
}
/* line 1802, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable th h3 {
  margin: 20px;
  font-size: 30px;
  font-weight: 700;
  color: #363636;
  text-transform: none;
}
/* line 1809, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable th h3 strong {
  padding: 0;
}
/* line 1814, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable th h4 {
  display: none;
  margin: 0 4px 14px;
  font-size: 12px;
  font-weight: normal;
  color: #363636;
}
/* line 1821, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable th h4 a {
  color: #0f396a;
  text-decoration: underline;
  white-space: nowrap;
}
/* line 1829, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable tr.topBorder {
  border-top: 1px solid #f0ebd8;
}
/* line 1833, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable .sectionTitleRow td {
  padding: 0 5px 0 10px;
  background: #f8f4e8;
  line-height: 22px;
  color: #6a6969;
  border-left: 1px solid #f0ebd8;
  cursor: pointer;
}
/* line 1841, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable .sectionTitleRow .sectionTitleArrow {
  padding: 0;
  border-left: 0px solid #e0e0e0;
}
/* line 1845, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable .sectionTitleRow .sectionTitleArrow:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 4px solid #901518;
  border-top: none;
  position: relative;
  margin-left: 5px;
}
/* line 1852, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable .sectionTitleRow .sectionTitleArrow.closed:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #901518;
  border-bottom: none;
}
/* line 1857, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable .sectionTitleRow .sectionTitle {
  padding: 0;
  color: #363636;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border-left: 0px solid #e0e0e0;
}
/* line 1868, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable .standardRow td {
  padding: 0 5px 0 10px;
  border-left: 1px solid #f0ebd8;
  color: #6a6969;
}
/* line 1872, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable .standardRow td.voidSpace, .product-collateral table.printerComparisonToolTable .standardRow td.title {
  padding: 0;
  border-left: 0px solid #fff;
}
/* line 1873, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable .standardRow td div.slide {
  padding: 5px 0 3px;
}
/* line 1875, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable .standardRow.lastRow td {
  border-left: 0px solid #fff;
}
/* line 1877, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable .standardRow.lastRow td div.slide {
  padding-top: 16px;
}
/* line 1879, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable .standardRow.beforeTitleRow td div.slide {
  padding-bottom: 7px;
}
/* line 1880, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable .standardRow.afterTitleRowSubHead td div.slide {
  padding-top: 10px;
}
/* line 1881, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable .standardRow .toolTip {
  display: none;
}
/* line 1885, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable .compIdentifier img {
  margin: 0;
}
/* line 1886, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable .compIdentifier h3 {
  margin: 0;
  font-size: 26px;
  color: #0371a8;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  display: block;
}
/* line 1887, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable .compIdentifier h4 {
  margin: 5px 0 0 3px;
  font-size: 17px;
  color: #6b6b6a;
  font-weight: normal;
  line-height: 19px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  display: block;
}

@media only screen and (max-width: 599px) {
  /* line 1905, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-img-box {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }

  /* line 1913, ../scss/module/_catalog-product.scss */
  .product-img-box.second,
  .productHighlights.second,
  .videosSectionLink,
  .pdfsSectionLink {
    display: none;
  }

  /* line 1921, ../scss/module/_catalog-product.scss */
  .product-collateral {
    padding-right: 2px;
    padding-left: 2px;
  }
  /* line 1925, ../scss/module/_catalog-product.scss */
  .product-collateral > dl > dt:before, .product-collateral > dl > dt:after {
    content: ' ';
    margin: 0;
    width: 7px;
    height: 2px;
    border: none;
    background-color: #0f396a;
    position: absolute;
    transition: all 0.20s ease-out 0s;
    -moz-transition: all 0.20s ease-out 0s;
    -webkit-transition: all 0.20s ease-out 0s;
  }
  /* line 1938, ../scss/module/_catalog-product.scss */
  .product-collateral > dl > dt:before {
    transform: rotate(45deg);
    right: 16px;
    top: 50%;
  }
  /* line 1943, ../scss/module/_catalog-product.scss */
  .product-collateral > dl > dt:after {
    right: 12px;
    top: 50%;
    transform: rotate(-45deg);
  }
  /* line 1951, ../scss/module/_catalog-product.scss */
  .product-collateral.accordion-open > dl > dt.current:before {
    width: 14px;
    right: 12px;
    top: 50%;
  }
  /* line 1956, ../scss/module/_catalog-product.scss */
  .product-collateral.accordion-open > dl > dt.current:after {
    content: ' ';
    margin: 0;
    width: 14px;
    height: 2px;
    border: none;
    right: 12px;
    top: 50%;
  }

  /* line 1971, ../scss/module/_catalog-product.scss */
  .product-view .product-shop {
    width: 100%;
    float: none;
    margin-top: 30px;
    background-color: #F4F4F4;
    padding: 15px 0;
    border: 1px solid #c3c3c3;
  }
  /* line 1979, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .product-main-info,
  .product-view .product-shop .add-to-box {
    padding: 0 15px;
  }
  /* line 1983, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .toSystemLink {
    display: block;
    margin: 10px 15px 0;
    padding: 0px 12px 4px;
    min-height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-family: "source-sans-pro", sans-serif;
    font-weight: 400;
    text-align: center;
    color: #fff;
    white-space: normal;
    background: #494949;
    border: 1px solid #494949;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
  /* line 1998, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .toSystemLink:hover {
    text-decoration: none;
    background: #dfa601;
    border: 1px solid #dfa601;
  }
  /* line 2003, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .toSystemLink:after {
    content: none;
  }

  /* line 2008, ../scss/module/_catalog-product.scss */
  #groupedProductItemsTable #groupedProductItemsTablePrice2 .price-label {
    padding-top: 28px;
    line-height: 16px;
  }
  /* line 2012, ../scss/module/_catalog-product.scss */
  #groupedProductItemsTable #groupedProductItemsTablePrice2 .price {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 2022, ../scss/module/_catalog-product.scss */
  .product-view .product-shop,
  .product-img-box,
  .product-collateral,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 15px;
  }
}
/* line 2032, ../scss/module/_catalog-product.scss */
.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0;
}

/* line 2043, ../scss/module/_catalog-product.scss */
#product-attribute-specs-table th {
  padding: 6px 10px 6px 20px;
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  background-color: #fff;
  font-family: "source-sans-pro", sans-serif;
  font-weight: bold;
  line-height: inherit;
}
/* line 2053, ../scss/module/_catalog-product.scss */
#product-attribute-specs-table td {
  padding: 6px 10px 6px 10px;
  border-bottom: 1px solid #C0C0C0;
  font-family: "source-sans-pro", sans-serif;
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
/* line 2064, ../scss/module/_catalog-product.scss */
.grouped-items-table-wrapper {
  border: solid 1px #C0C0C0;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
/* line 2070, ../scss/module/_catalog-product.scss */
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 479px) {
  /* line 2064, ../scss/module/_catalog-product.scss */
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}

/* line 2078, ../scss/module/_catalog-product.scss */
#groupedProductItemsTable {
  padding: 20px 5%;
}
/* line 2080, ../scss/module/_catalog-product.scss */
#groupedProductItemsTable h2 {
  display: block;
}

/* line 2086, ../scss/module/_catalog-product.scss */
.grouped-items-table .systemOptionMessageWrapper {
  color: #901518;
  font-style: italic;
}
/* line 2090, ../scss/module/_catalog-product.scss */
.grouped-items-table .name-wrapper {
  color: #0f396a;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
}
/* line 2095, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
/* line 2099, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-label {
  margin-left: 7px;
}
/* line 2103, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemDiv {
  margin-top: 20px;
  padding-top: 26px;
  border-top: 1px solid #e5e5e5;
}
/* line 2108, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemDiv.first {
  padding-top: 0;
  margin-top: 12px;
  border-top: 0px;
}
/* line 2115, ../scss/module/_catalog-product.scss */
.grouped-items-table td {
  padding: 0;
}
/* line 2118, ../scss/module/_catalog-product.scss */
.grouped-items-table td:last-child {
  text-align: left;
}
/* line 2123, ../scss/module/_catalog-product.scss */
.grouped-items-table .price-box {
  text-align: right;
}
/* line 2128, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemInfoTt1 a {
  color: #363636;
  font-weight: bold;
  line-height: 22px;
  display: inline-block;
}
/* line 2136, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemInfoImg {
  padding-right: 20px;
  text-align: center;
}
/* line 2139, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemInfoImg a {
  text-align: center;
  display: block;
}
/* line 2143, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemInfoImg img {
  display: inline-block;
}
/* line 2150, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemTdInfoQuantity {
  text-align: left;
}
/* line 2152, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemTdInfoQuantity .groupedItemInfoQuantity {
  margin-top: 15px;
  padding-bottom: 10px;
}
/* line 2156, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemTdInfoQuantity .groupedItemInfoQuantity:before {
  content: 'Qty:';
  font-size: 12px;
  padding-right: 4px;
}
/* line 2164, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemTdInfoOptions {
  text-align: left;
}
/* line 2167, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemTdInfoOptions .groupedItemInfoOptions .product-options {
  border-bottom: 0px;
  padding-left: 0;
  padding-top: 0;
}
/* line 2171, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemTdInfoOptions .groupedItemInfoOptions .product-options .required-key {
  display: none;
}
/* line 2176, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemTdInfoOptions .grouped-option {
  padding-top: 12px;
}
/* line 2181, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemTdInfoOptions .grouped-option-title .required:after {
  content: '';
}
/* line 2188, ../scss/module/_catalog-product.scss */
.grouped-items-table .group-item-product-copy {
  padding-left: 0;
  color: #969291;
}
/* line 2194, ../scss/module/_catalog-product.scss */
.grouped-items-table .qtip-defaults_onhover1 .qtipCloseTop,
.grouped-items-table .qtip-defaults_onhover1 .qtipCloseBottom {
  position: absolute;
  top: -7px;
  right: -7px;
  z-index: 1;
  background: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #0371a8;
  width: 24px;
  height: 24px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
}
/* line 2211, ../scss/module/_catalog-product.scss */
.grouped-items-table .qtip-defaults_onhover1 .qtipCloseBottom {
  top: auto;
  bottom: -7px;
}
/* line 2215, ../scss/module/_catalog-product.scss */
.grouped-items-table div.tipTitle p, .grouped-items-table div.tipTitle ul {
  font-size: 16px;
  color: #363636;
  margin-bottom: 5px;
}
/* line 2220, ../scss/module/_catalog-product.scss */
.grouped-items-table div.tipTitle ul {
  list-style-type: disc !important;
  margin-left: 16px;
}
/* line 2224, ../scss/module/_catalog-product.scss */
.grouped-items-table div.tipTitle ul li {
  margin-bottom: 3px;
}
/* line 2227, ../scss/module/_catalog-product.scss */
.grouped-items-table #groupedItemInfoQuantityWarning {
  margin: 5px 0 0;
  font-size: 13px;
  font-weight: 400;
  color: #DF280A;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
/* line 2240, ../scss/module/_catalog-product.scss */
.product-options {
  width: 100%;
  margin: 0;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #CCCCCC;
  clear: both;
  position: relative;
}
/* line 2249, ../scss/module/_catalog-product.scss */
.product-options label {
  font-size: 15px;
}

/* line 2254, ../scss/module/_catalog-product.scss */
.product-options p.required {
  position: absolute;
  top: 6px;
  right: 15px;
  text-align: right;
}

@media only screen and (max-width: 770px) {
  /* line 2262, ../scss/module/_catalog-product.scss */
  .product-view .product-options .required {
    position: static;
  }
}
/* line 2267, ../scss/module/_catalog-product.scss */
.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal;
}

/* line 2272, ../scss/module/_catalog-product.scss */
.product-options dt:first-child {
  margin-top: 0;
}

/* line 2276, ../scss/module/_catalog-product.scss */
.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}

/* line 2281, ../scss/module/_catalog-product.scss */
.product-options dd .qty-holder .qty {
  width: 3em;
}

/* line 2285, ../scss/module/_catalog-product.scss */
.product-options dd .qty-holder label {
  vertical-align: middle;
}

/* line 2289, ../scss/module/_catalog-product.scss */
.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}

/* line 2295, ../scss/module/_catalog-product.scss */
.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
}

/* line 2301, ../scss/module/_catalog-product.scss */
.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

/* line 2307, ../scss/module/_catalog-product.scss */
.product-options dd .input-text {
  width: 98%;
}

/* line 2311, ../scss/module/_catalog-product.scss */
.product-options dd .input-box {
  padding-top: 0;
}

/* line 2315, ../scss/module/_catalog-product.scss */
.product-options dd input.datetime-picker {
  width: 150px;
}

/* line 2319, ../scss/module/_catalog-product.scss */
.product-options dd .time-picker {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}

/* line 2325, ../scss/module/_catalog-product.scss */
.product-options dd textarea {
  width: 98%;
  height: 8em;
}

/* line 2330, ../scss/module/_catalog-product.scss */
.product-options dd select {
  width: 330px;
  max-width: 100%;
  font-size: 15px;
}

/* line 2336, ../scss/module/_catalog-product.scss */
.product-options ul.options-list {
  margin-right: 5px;
}

/* line 2340, ../scss/module/_catalog-product.scss */
.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}

/* line 2345, ../scss/module/_catalog-product.scss */
.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}

/* line 2349, ../scss/module/_catalog-product.scss */
.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}

/* line 2355, ../scss/module/_catalog-product.scss */
.product-options ul.options-list .label {
  display: block;
}

/* line 2359, ../scss/module/_catalog-product.scss */
.product-options ul.options-list label {
  font-weight: normal;
}

/* line 2363, ../scss/module/_catalog-product.scss */
.product-options p.note {
  margin: 0;
  font-size: 11px;
}

/* line 2368, ../scss/module/_catalog-product.scss */
.product-options-bottom {
  background-color: #F4F4F4;
  padding: 15px 15px 0;
  border-top: 0;
}

/* line 2376, ../scss/module/_catalog-product.scss */
.product-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}

/* line 2380, ../scss/module/_catalog-product.scss */
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #363636;
}
@media only screen and (max-width: 979px) {
  /* line 2380, ../scss/module/_catalog-product.scss */
  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
  }
}

/* line 2399, ../scss/module/_catalog-product.scss */
.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

/* line 2404, ../scss/module/_catalog-product.scss */
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #363636;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
/* line 2411, ../scss/module/_catalog-product.scss */
.product-options-bottom .price-box {
  float: left;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
}

@media only screen and (max-width: 479px) {
  /* line 2420, ../scss/module/_catalog-product.scss */
  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }
  /* line 2423, ../scss/module/_catalog-product.scss */
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}
/* line 2429, ../scss/module/_catalog-product.scss */
.product-options-bottom .price-tax {
  float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
/* line 2441, ../scss/module/_catalog-product.scss */
.block-related li {
  margin-bottom: 7px;
}
/* line 2445, ../scss/module/_catalog-product.scss */
.block-related .block-title {
  border-bottom: none;
}
/* line 2448, ../scss/module/_catalog-product.scss */
.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #363636;
  font-family: "source-sans-pro", sans-serif;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 2454, ../scss/module/_catalog-product.scss */
.block-related .block-subtitle {
  margin-bottom: 7px;
}
/* line 2458, ../scss/module/_catalog-product.scss */
.block-related .product {
  margin-left: 20px;
  position: relative;
}
/* line 2462, ../scss/module/_catalog-product.scss */
.block-related .checkbox {
  float: left;
  margin-top: 36px;
}
/* line 2467, ../scss/module/_catalog-product.scss */
.block-related .product-details {
  margin-left: 90px;
}
/* line 2471, ../scss/module/_catalog-product.scss */
.block-related .product-name {
  margin-bottom: 3px;
}
/* line 2475, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box {
  margin: 2px 0 3px;
}
/* line 2478, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}
/* line 2484, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
  font-size: 16px;
  padding-right: 5px;
  padding-left: 5px;
}
/* line 2491, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}
/* line 2495, ../scss/module/_catalog-product.scss */
.block-related .link-wishlist {
  display: none;
}

/* -------------------------------------------- *
 * Software image cluster
 */
/* line 2506, ../scss/module/_catalog-product.scss */
.detail_tab_software_cluster_img {
  display: none;
}

@media only screen and (min-width: 979px) {
  /* line 2511, ../scss/module/_catalog-product.scss */
  .detail_tab_software_cluster_img {
    display: block;
    width: 481px;
    margin-bottom: 70px;
  }
}
/* -------------------------------------------- *
 * Upsell Products
 */
/* line 2526, ../scss/module/_catalog-product.scss */
.box-up-sell {
  margin-top: 20px;
}
/* line 2529, ../scss/module/_catalog-product.scss */
.box-up-sell .ratings {
  display: none;
}

@media only screen and (max-width: 600px) {
  /* line 2541, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column, .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell, .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell, .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell {
    display: none;
  }
}
/* line 2557, ../scss/module/_catalog-product.scss */
.product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column, .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column, .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column {
  display: none;
}
/* line 2561, ../scss/module/_catalog-product.scss */
.product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell .products-grid li.item, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell .products-grid li.item, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell .products-grid li.item, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell .products-grid li.item {
  width: 33%;
}
/* line 2569, ../scss/module/_catalog-product.scss */
.product-view .video_wrapper {
  margin-top: 80px;
  float: left;
  display: inline;
  width: 100%;
  height: auto;
  padding: 0 2%;
  position: relative;
  border-top: 1px solid #f0ebd8;
}
/* line 2578, ../scss/module/_catalog-product.scss */
.product-view .video_wrapper:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  border-top: 100px solid #ffffff;
  border-bottom: none;
  border-top: 65px solid #ffffff;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
/* line 2586, ../scss/module/_catalog-product.scss */
.product-view .video_wrapper h2 {
  margin: 50px 0 0;
  font-size: 38px;
  font-weight: 400;
  font-family: "source-sans-pro", sans-serif;
  color: #363636;
  text-transform: none;
  text-align: center;
}
/* line 2596, ../scss/module/_catalog-product.scss */
.product-view .video_wrapper .tab-content-video {
  margin: 43px auto 0;
  display: inline-block;
  text-align: center;
}
/* line 2600, ../scss/module/_catalog-product.scss */
.product-view .video_wrapper .tab-content-video .productVideoLink {
  max-width: 94%;
  display: inline-block;
  margin: 0 auto 50px;
  vertical-align: top;
  font-weight: 700;
  position: relative;
}
/* line 2607, ../scss/module/_catalog-product.scss */
.product-view .video_wrapper .tab-content-video .productVideoLink img {
  padding-bottom: 10px;
  width: 100%;
}
/* line 2610, ../scss/module/_catalog-product.scss */
.product-view .video_wrapper .tab-content-video .productVideoLink img.videomask {
  position: absolute;
}
/* line 2614, ../scss/module/_catalog-product.scss */
.product-view .video_wrapper .tab-content-video .productVideoLink:last-child {
  margin-right: 0;
}
/* line 2618, ../scss/module/_catalog-product.scss */
.product-view .system_software_copy {
  margin: 0;
  padding: 0 19px 0;
  display: inline-block;
}
/* line 2622, ../scss/module/_catalog-product.scss */
.product-view .system_software_copy:before {
  content: '';
  margin: 20px 8% 70px;
  height: 1px;
  background-color: #f0ebd8;
  display: block;
}
/* line 2629, ../scss/module/_catalog-product.scss */
.product-view .system_software_copy strong {
  color: #363636;
  margin-top: 25px;
  display: block;
}
/* line 2634, ../scss/module/_catalog-product.scss */
.product-view .system_software_copy .complete_system_copy_text,
.product-view .system_software_copy .system_software_copy_text {
  width: 100%;
  float: left;
  color: #969291;
}
/* line 2639, ../scss/module/_catalog-product.scss */
.product-view .system_software_copy .complete_system_copy_text h2,
.product-view .system_software_copy .system_software_copy_text h2 {
  margin: 0;
  margin-bottom: 0.5em;
  padding: 0;
  line-height: 1.2em;
  font-family: "source-sans-pro", sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  display: block;
}
/* line 2651, ../scss/module/_catalog-product.scss */
.product-view .system_software_copy .complete_system_copy_text p,
.product-view .system_software_copy .system_software_copy_text p {
  margin: 0 0 10px 0;
  display: inline-block;
}
/* line 2655, ../scss/module/_catalog-product.scss */
.product-view .system_software_copy .complete_system_copy_text ul,
.product-view .system_software_copy .system_software_copy_text ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}
/* line 2658, ../scss/module/_catalog-product.scss */
.product-view .system_software_copy .complete_system_copy_text ul li,
.product-view .system_software_copy .system_software_copy_text ul li {
  margin-left: 1em;
}
/* line 2662, ../scss/module/_catalog-product.scss */
.product-view .system_software_copy .complete_system_copy_text .toSystemLink,
.product-view .system_software_copy .system_software_copy_text .toSystemLink {
  display: block;
  margin: 0 0 20px 0;
  padding: 0px 12px 4px;
  min-height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  color: #fff;
  float: left;
  white-space: normal;
  background: #83201A;
  border: 1px solid #83201A;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
/* line 2677, ../scss/module/_catalog-product.scss */
.product-view .system_software_copy .complete_system_copy_text .toSystemLink:hover,
.product-view .system_software_copy .system_software_copy_text .toSystemLink:hover {
  background: #dfa601;
  border: 1px solid #dfa601;
  text-decoration: none;
}
/* line 2683, ../scss/module/_catalog-product.scss */
.product-view .system_software_copy .complete_system_copy_text .systemSoftwareLink,
.product-view .system_software_copy .system_software_copy_text .systemSoftwareLink {
  color: #0f396a;
  text-decoration: none;
}
/* line 2686, ../scss/module/_catalog-product.scss */
.product-view .system_software_copy .complete_system_copy_text .systemSoftwareLink:hover,
.product-view .system_software_copy .system_software_copy_text .systemSoftwareLink:hover {
  text-decoration: underline;
}
/* line 2691, ../scss/module/_catalog-product.scss */
.product-view .system_software_copy .detail_tab_system_img, .product-view .system_software_copy .detail_tab_software_img {
  display: none;
}

/* line 2701, ../scss/module/_catalog-product.scss */
.supplyfinder_module {
  margin-top: 90px;
  background-color: #f8f4e8;
  float: left;
  position: relative;
}
/* line 2706, ../scss/module/_catalog-product.scss */
.supplyfinder_module:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 52px solid transparent;
  border-left: 52px solid transparent;
  border-top: 52px solid #ffffff;
  border-bottom: none;
  border-top: 32px solid #ffffff;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
/* line 2714, ../scss/module/_catalog-product.scss */
.supplyfinder_module .supplyfinder_module_container {
  padding: 0 2.5%;
  position: relative;
}
/* line 2717, ../scss/module/_catalog-product.scss */
.supplyfinder_module .supplyfinder_module_container .supplyfinder_module_bg {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 14%;
  left: 0;
  z-index: 1;
}
/* line 2727, ../scss/module/_catalog-product.scss */
.supplyfinder_module .supplyfinder_module_container .supplyfinder_wrapper {
  margin: 18px auto 9%;
  max-width: 365px;
  font-family: "source-sans-pro", sans-serif;
  text-align: center;
  color: #494949;
  float: none;
  z-index: 2;
}
/* line 2735, ../scss/module/_catalog-product.scss */
.supplyfinder_module .supplyfinder_module_container .supplyfinder_wrapper h2 {
  font-size: 30px;
  line-height: 31px;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  color: #363636;
  margin-bottom: 4px;
}
/* line 2746, ../scss/module/_catalog-product.scss */
.supplyfinder_module .supplyfinder_module_container .supplyfinder_wrapper p {
  font-size: 23px;
  line-height: 31px;
}
/* line 2750, ../scss/module/_catalog-product.scss */
.supplyfinder_module .supplyfinder_module_container .supplyfinder_wrapper .printerSupplyLink {
  margin-top: 26px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  padding: 0 31px 4px;
  text-transform: uppercase;
  line-height: 30px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodαEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfa600), color-stop(18%, #dca003), color-stop(72%, #cf850f), color-stop(100%, #bf661c));
  background: -webkit-linear-gradient(top, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
  background: -o-linear-gradient(top, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
  background: -ms-linear-gradient(top, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
  background: linear-gradient(to bottom, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
}
/* line 2771, ../scss/module/_catalog-product.scss */
.supplyfinder_module .supplyfinder_module_container .supplyfinder_wrapper .printerSupplyLink:hover {
  text-decoration: none;
  background: -moz-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf661c), color-stop(18%, #cf850f), color-stop(72%, #dca003), color-stop(100%, #dfa600));
  background: -webkit-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
  background: -o-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
  background: -ms-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
  background: linear-gradient(to bottom, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
}

/* line 2785, ../scss/module/_catalog-product.scss */
#reviews_module {
  margin-top: 7px;
  padding: 66px 0 0;
  float: left;
}
/* line 2789, ../scss/module/_catalog-product.scss */
#reviews_module h2 {
  font-family: "source-sans-pro", sans-serif;
  font-size: 38px;
  font-weight: 200;
  color: #363636;
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  text-transform: none;
}
/* line 2800, ../scss/module/_catalog-product.scss */
#reviews_module .review_add_btn {
  margin: 14px auto 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 42px;
  padding: 0 27px 3px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodαEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfa600), color-stop(18%, #dca003), color-stop(72%, #cf850f), color-stop(100%, #bf661c));
  background: -webkit-linear-gradient(top, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
  background: -o-linear-gradient(top, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
  background: -ms-linear-gradient(top, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
  background: linear-gradient(to bottom, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
  display: table;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
}
/* line 2822, ../scss/module/_catalog-product.scss */
#reviews_module .review_add_btn:hover {
  background: -moz-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf661c), color-stop(18%, #cf850f), color-stop(72%, #dca003), color-stop(100%, #dfa600));
  background: -webkit-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
  background: -o-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
  background: -ms-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
  background: linear-gradient(to bottom, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
}
/* line 2831, ../scss/module/_catalog-product.scss */
#reviews_module .reviews_toggle {
  margin: 0 auto 40px;
  font-size: 16px;
  color: #494949;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: table;
}
/* line 2839, ../scss/module/_catalog-product.scss */
#reviews_module .reviews_toggle:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #901518;
  border-top: none;
  position: relative;
  margin: 0 auto;
}
/* line 2844, ../scss/module/_catalog-product.scss */
#reviews_module .reviews_toggle:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #901518;
  border-bottom: none;
  position: relative;
  margin: 0 auto;
}
/* line 2851, ../scss/module/_catalog-product.scss */
#reviews_module .reviews_toggle.open:before {
  visibility: visible;
}
/* line 2852, ../scss/module/_catalog-product.scss */
#reviews_module .reviews_toggle.open:after {
  visibility: hidden;
}
/* line 2854, ../scss/module/_catalog-product.scss */
#reviews_module .reviews_toggle.closed {
  color: #494949;
}
/* line 2857, ../scss/module/_catalog-product.scss */
#reviews_module .reviews_toggle.closed:before {
  visibility: hidden;
}
/* line 2858, ../scss/module/_catalog-product.scss */
#reviews_module .reviews_toggle.closed:after {
  visibility: visible;
}
/* line 2861, ../scss/module/_catalog-product.scss */
#reviews_module .pr-review-engine {
  padding: 0 5%;
  display: none;
}
/* line 2864, ../scss/module/_catalog-product.scss */
#reviews_module .pr-review-engine .pr-snapshot-head {
  background-image: none;
  border-width: 1px 0 0 0;
  border-color: #e8e8e8;
}
/* line 2869, ../scss/module/_catalog-product.scss */
#reviews_module .pr-review-engine .pr-snapshot-body {
  border-width: 0;
  background-color: transparent;
}
/* line 2872, ../scss/module/_catalog-product.scss */
#reviews_module .pr-review-engine .pr-snapshot-body .pr-snapshot-body-wrapper {
  border: 1px solid #e8e8e8;
}
/* line 2876, ../scss/module/_catalog-product.scss */
#reviews_module .pr-review-engine .pr-review-sort {
  margin-top: 26px;
  border-width: 0;
  background-color: transparent;
}
/* line 2881, ../scss/module/_catalog-product.scss */
#reviews_module .pr-review-engine .pr-contents {
  border-width: 0;
  background-color: transparent;
}
/* line 2884, ../scss/module/_catalog-product.scss */
#reviews_module .pr-review-engine .pr-contents .pr-contents-wrapper {
  border-width: 0;
}
/* line 2886, ../scss/module/_catalog-product.scss */
#reviews_module .pr-review-engine .pr-contents .pr-contents-wrapper .pr-review-wrap {
  padding: 3em 0 3em;
}

@media only screen and (min-width: 479px) {
  /* line 2899, ../scss/module/_catalog-product.scss */
  .product-view .alphacareProductDetails:before {
    content: '';
    margin: 0 32px;
    border-top: 1px solid #ccc;
    display: block;
    position: relative;
    top: 60px;
    left: 0;
  }
  /* line 2910, ../scss/module/_catalog-product.scss */
  .product-view .alphacareProductDetails .alphaCareProdDetailsHeader .alphacareProductDetailsClose {
    top: 6px;
    right: 8px;
  }
  /* line 2915, ../scss/module/_catalog-product.scss */
  .product-view .alphacareProductDetails .alphaCareProdDetailsFooter {
    padding-left: 23px;
    padding-right: 24px;
  }
  /* line 2921, ../scss/module/_catalog-product.scss */
  .product-view .alphacareProductDetails .alphaCareProdDetailsFooter .see-details span {
    display: inline;
  }
  /* line 2925, ../scss/module/_catalog-product.scss */
  .product-view .alphacareProductDetails .alphaCareProdDetailsFooter .tagline {
    display: inline;
    margin-right: 22px;
    padding-right: 19px;
    float: right;
    height: 54px;
    border-right: 1px solid #ccc;
  }
  /* line 2933, ../scss/module/_catalog-product.scss */
  .product-view .alphacareProductDetails .alphaCareProdDetailsFooter .tagline span {
    display: none;
  }

  /* line 2947, ../scss/module/_catalog-product.scss */
  .product-view .alphacareProductDetails table.desktop {
    display: block;
  }
  /* line 2950, ../scss/module/_catalog-product.scss */
  .product-view .alphacareProductDetails table.mobile {
    display: none;
  }
  /* line 2955, ../scss/module/_catalog-product.scss */
  .product-view .alphacareProductDetails table th.no-border-left {
    padding-top: 12px;
    padding-bottom: 14px;
  }
  /* line 2959, ../scss/module/_catalog-product.scss */
  .product-view .alphacareProductDetails table th img {
    margin-top: 18px;
  }
}
@media only screen and (min-width: 600px) {
  /* line 2971, ../scss/module/_catalog-product.scss */
  .product-view .product-essential {
    padding: 15px 30px 0;
  }
  /* line 2975, ../scss/module/_catalog-product.scss */
  .product-view .product-img-box .more-views {
    /*padding-left: 60px;*/
  }
  /* line 2979, ../scss/module/_catalog-product.scss */
  .product-view .product-img-box .product-image-thumbs li:first-child {
    margin-left: 0;
  }
  /* line 2984, ../scss/module/_catalog-product.scss */
  .product-view .product-img-box.first {
    display: block;
    width: auto;
  }
  /* line 2988, ../scss/module/_catalog-product.scss */
  .product-view .product-img-box.second {
    display: none;
  }
  /* line 2991, ../scss/module/_catalog-product.scss */
  .product-view .product-img-box.second .product-name,
  .product-view .product-img-box.second .product-ids {
    display: block;
  }
  /* line 2997, ../scss/module/_catalog-product.scss */
  .product-view .videopdfshortcuts {
    margin-top: 10px;
  }
  /* line 2999, ../scss/module/_catalog-product.scss */
  .product-view .videopdfshortcuts .videosSectionLink,
  .product-view .videopdfshortcuts .pdfsSectionLink {
    margin: 5px 0 0;
    padding: 0 0 0 28px;
    font-size: 13px;
    font-family: "source-sans-pro", sans-serif;
    color: #494949;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    background: url(../images/product/sprite_video_brochure_links.png) no-repeat 0 0;
    background-size: 21.5px 47px;
    display: inline-block;
  }
  /* line 3012, ../scss/module/_catalog-product.scss */
  .product-view .videopdfshortcuts .videosSectionLink:hover,
  .product-view .videopdfshortcuts .pdfsSectionLink:hover {
    text-decoration: underline;
  }
  /* line 3014, ../scss/module/_catalog-product.scss */
  .product-view .videopdfshortcuts .pdfsSectionLink {
    /*margin-left: 25px;*/
    background-position: 0 -27px;
    padding-right: 25px;
  }
  /* line 3021, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-name,
  .product-view .product-info .product-ids {
    display: none;
  }
  /* line 3026, ../scss/module/_catalog-product.scss */
  .product-view .product-info #productSmallReview {
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  /* line 3031, ../scss/module/_catalog-product.scss */
  .product-view .product-info #productSmallReview div.pr-snippet div.pr-snippet-wrapper {
    margin: 0 !important;
    padding: 0 0 0 16px !important;
    width: 100% !important;
    background: none !important;
    border: 0px solid #ccc !important;
    float: left !important;
    display: inline !important;
    line-height: normal;
  }
  /* line 3040, ../scss/module/_catalog-product.scss */
  .product-view .product-info #productSmallReview div.pr-snippet div.pr-snippet-wrapper .pr-snippet-review-count {
    display: none !important;
  }
  /* line 3041, ../scss/module/_catalog-product.scss */
  .product-view .product-info #productSmallReview div.pr-snippet div.pr-snippet-wrapper .pr-snippet-read-write {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    border: none !important;
    display: inline-block;
  }
  /* line 3050, ../scss/module/_catalog-product.scss */
  .product-view .product-info #productSmallReview div.pr-snippet-read-write {
    margin: 5px 0 0 0 !important;
    width: 100% !important;
  }
  /* line 3054, ../scss/module/_catalog-product.scss */
  .product-view .product-info #productSmallReview div.pr-snippet-read-reviews {
    margin-left: 0 !important;
    padding-left: 0 !important;
    color: #363636 !important;
    border-right: 0px dotted #cbcbcb !important;
    padding-right: 0;
  }
  /* line 3061, ../scss/module/_catalog-product.scss */
  .product-view .product-info #productSmallReview div.pr-snippet-write-review {
    color: #363636 !important;
    display: none;
  }
  /* line 3065, ../scss/module/_catalog-product.scss */
  .product-view .product-info #productSmallReview a.pr-snippet-link {
    color: #494949 !important;
    text-decoration: none !important;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /* line 3071, ../scss/module/_catalog-product.scss */
  .product-view .product-info #productSmallReview a:hover.pr-snippet-link {
    text-decoration: underline !important;
  }
  /* line 3072, ../scss/module/_catalog-product.scss */
  .product-view .product-info #productSmallReview div.pr-snippet-stars {
    margin-left: 0 !important;
    padding-left: 0 !important;
    border-width: 0px !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 3082, ../scss/module/_catalog-product.scss */
  .product-view .product-info .productHighlights {
    margin-right: 208px;
    display: block;
    padding-right: 20px;
    color: #494949;
  }
  /* line 3087, ../scss/module/_catalog-product.scss */
  .product-view .product-info .productHighlights ul {
    margin-top: 10px;
  }
  /* line 3090, ../scss/module/_catalog-product.scss */
  .product-view .product-info .productHighlights.first {
    display: none;
  }
  /* line 3093, ../scss/module/_catalog-product.scss */
  .product-view .product-info .productHighlights.second {
    display: block;
  }
  /* line 3097, ../scss/module/_catalog-product.scss */
  .product-view .product-info .toSystemLink {
    display: none;
  }
  /* line 3098, ../scss/module/_catalog-product.scss */
  .product-view .product-info .productDetailsLink {
    font-size: 16px;
    margin-top: 13px;
    padding-right: 28px;
    font-weight: 700;
    color: #003777;
    display: table;
    position: relative;
  }
  /* line 3106, ../scss/module/_catalog-product.scss */
  .product-view .product-info .productDetailsLink:before, .product-view .product-info .productDetailsLink:after {
    content: ' ';
    margin: 0;
    width: 7px;
    height: 2px;
    border: none;
    background-color: #0f396a;
    position: absolute;
    transition: all 0.20s ease-out 0s;
    -moz-transition: all 0.20s ease-out 0s;
    -webkit-transition: all 0.20s ease-out 0s;
  }
  /* line 3119, ../scss/module/_catalog-product.scss */
  .product-view .product-info .productDetailsLink:before {
    transform: rotate(-45deg);
    right: 14px;
    top: calc(50% + 1px);
  }
  /* line 3124, ../scss/module/_catalog-product.scss */
  .product-view .product-info .productDetailsLink:after {
    right: 14px;
    top: calc(50% - 3px);
    transform: rotate(45deg);
  }
  /* line 3131, ../scss/module/_catalog-product.scss */
  .product-view .product-info .short-description {
    float: left;
    width: 57%;
  }
  /* line 3136, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap {
    padding: 14px 12px 20px;
    width: 208px;
    background-color: #F4F4F4;
    border: 1px solid #c3c3c3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: table-cell;
    float: right;
  }
  /* line 3144, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop {
    margin: 0;
    padding-left: 0;
    float: none;
    width: auto;
  }
  /* line 3149, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .options-container-big {
    margin-top: -12px;
  }
  /* line 3151, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .options-container-big .product-options {
    padding: 0;
    background-color: transparent;
    border-bottom: none;
  }
  /* line 3155, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .options-container-big .product-options p.required {
    display: none;
  }
  /* line 3156, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .options-container-big .product-options dt {
    margin: 12px 0 0 0;
  }
  /* line 3158, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .options-container-big .product-options dt:first-child {
    margin-top: 0;
  }
  /* line 3162, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .options-container-big .product-options dd {
    margin: 0;
    padding: 0;
  }
  /* line 3167, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .options-container-big .product-options .input-box select {
    color: #363636;
    line-height: 32px;
    min-height: 32px;
    display: inline-block;
    font-size: 15px;
    padding: 0 6px;
    width: auto;
  }
  /* line 3178, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .options-container-big .product-options-bottom {
    background-color: transparent;
    padding: 20px 0 0;
  }
  /* line 3182, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .options-container-big .product-options-bottom .add-to-cart .add-to-cart-buttons {
    float: right;
  }
  /* line 3189, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .price-box .price-label {
    font-size: 15px;
  }
  /* line 3195, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .price-box .priceRow .regular-price.ac-price .price {
    font-size: 27px;
    font-weight: 700;
    color: #003777;
  }
  /* line 3200, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .price-box .priceRow .regular-price.ac-price .priceBoxLoginForPrice {
    font-size: 21px;
    font-weight: 400;
    color: #003777;
    display: block;
  }
  /* line 3207, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .price-box .priceRow .regular-price.ac-price.starting-price .price {
    font-size: 16px;
    font-weight: 400;
    color: #363636;
  }
  /* line 3215, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .price-box .priceRow.retailPrice {
    display: block;
  }
  /* line 3218, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .price-box .priceRow.retailPrice .regular-price .price {
    font-size: 15px;
    text-decoration: line-through;
  }
  /* line 3224, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .price-box .priceRow .priceBoxWhyPriceHidden {
    font-size: 12px;
    display: none;
  }
  /* line 3232, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .add-to-cart .qty-wrapper {
    float: left;
  }
  /* line 3234, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .add-to-cart .qty-wrapper label {
    display: none;
  }
  /* line 3241, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .add-to-cart .add-to-cart-buttons {
    margin-right: 0;
  }
  /* line 3243, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .add-to-cart .add-to-cart-buttons .button {
    background: #0f396a;
    border: none;
    padding: 0 9px;
    font-size: 16px;
    font-weight: 700;
    line-height: 45px;
  }
  /* line 3256, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .add-to-cart .add-to-cart-buttons .button:hover {
    background: #4fddfd !important;
  }
  /* line 3262, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .add-to-cart .button.productLoginForPricebutton {
    padding: 0 12px 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    text-shadow: none;
    background: #83201A !important;
    border: 1px solid #83201A !important;
  }
  /* line 3269, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .add-to-cart .button.productLoginForPricebutton:hover {
    background: #dfa601 !important;
    border: 1px solid #dfa601 !important;
  }
  /* line 3275, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .add-to-cart .button.btn-custom {
    padding: 0 12px 4px;
    margin-left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    text-shadow: none;
    background: #83201A !important;
    border: 1px solid #83201A !important;
    width: auto;
  }
  /* line 3284, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .add-to-cart .button.btn-custom:hover {
    background: #dfa601 !important;
    border: 1px solid #dfa601 !important;
  }
  /* line 3289, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .add-to-cart #AddToCartOff.button-off,
  .product-view .product-info .product-shop-wrap .product-shop .add-to-cart .button.btn-custom.button-off {
    border: 1px solid #494949 !important;
    background: #494949 !important;
    margin-left: 0;
  }
  /* line 3294, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .add-to-cart #AddToCartOff.button-off:hover,
  .product-view .product-info .product-shop-wrap .product-shop .add-to-cart .button.btn-custom.button-off:hover {
    background: #dfa601 !important;
    border: 1px solid #dfa601 !important;
  }
  /* line 3299, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .add-to-cart button.btn-custom {
    margin-top: 10px;
  }
  /* line 3304, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .toSystemLink {
    display: block;
    margin-top: 10px;
    padding: 0 12px;
    min-height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    float: left;
    width: 100%;
    white-space: normal;
    background: #494949;
    border: 1px solid #494949;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
  /* line 3320, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .toSystemLink:hover {
    text-decoration: none;
    background: #dfa601 !important;
    border: 1px solid #dfa601 !important;
  }
  /* line 3325, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .toSystemLink:after {
    content: none;
  }
  /* line 3328, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .printerSupplyLink {
    display: none;
  }
  /* line 3334, ../scss/module/_catalog-product.scss */
  .product-view .compatibleWith {
    margin-top: 20px;
    padding: 17px 10px 0px 0px;
    border-top: 1px solid #d3d7d9;
    background: url(../images/product/compatible_with_bg.png) repeat-x 0 0;
    color: #363636;
  }
  /* line 3340, ../scss/module/_catalog-product.scss */
  .product-view .compatibleWith span {
    color: #494949;
    font-weight: 700;
  }
  /* line 3344, ../scss/module/_catalog-product.scss */
  .product-view .compatibleWith .printerSupplyLink {
    color: #901518;
    font-style: italic;
    display: none;
  }
  /* line 3353, ../scss/module/_catalog-product.scss */
  .product-view .product-img-box.first {
    margin-left: 0;
    width: 100%;
  }
  /* line 3359, ../scss/module/_catalog-product.scss */
  .product-view .product-img-box.first .product-name h1 {
    margin-bottom: 13px;
    padding: 0 14% 0 0;
    font-size: 35px;
    font-family: "source-sans-pro", sans-serif;
    font-weight: 700;
    line-height: 35px;
    text-transform: none;
    border-bottom: none;
  }
  /* line 3370, ../scss/module/_catalog-product.scss */
  .product-view .product-img-box.first .product-ids {
    display: block;
  }
  /* line 3373, ../scss/module/_catalog-product.scss */
  .product-view .product-img-box.first .short-description {
    margin-top: 9px;
  }
  /* line 3378, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow {
    margin-top: 43px;
    background: url(../images/product/product_info_row_bg.png) repeat-x 0 0;
  }
  /* line 27, ../scss/mixin/_toggle-content.scss */
  .product-view #productInfoRow .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #d3d7d9;
    background-color: #f8f4e8;
  }
  /* line 34, ../scss/mixin/_toggle-content.scss */
  .product-view #productInfoRow .product-collateral .toggle-tabs li {
    float: left;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  /* line 39, ../scss/mixin/_toggle-content.scss */
  .product-view #productInfoRow .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    bottom: -1px;
  }
  /* line 53, ../scss/mixin/_toggle-content.scss */
  .product-view #productInfoRow .product-collateral .toggle-tabs li.current {
    border-right: 1px solid #d3d7d9;
    border-left: 1px solid #d3d7d9;
  }
  /* line 57, ../scss/mixin/_toggle-content.scss */
  .product-view #productInfoRow .product-collateral .toggle-tabs li.current > span {
    background-color: #FFFFFF;
    z-index: 5;
  }
  /* line 63, ../scss/mixin/_toggle-content.scss */
  .product-view #productInfoRow .product-collateral .toggle-tabs li.current span,
  .product-view #productInfoRow .product-collateral .toggle-tabs li:hover span {
    color: #0f396a;
  }
  /* line 68, ../scss/mixin/_toggle-content.scss */
  .product-view #productInfoRow .product-collateral .toggle-tabs li:first-child {
    border-left: none;
  }
  /* line 72, ../scss/mixin/_toggle-content.scss */
  .product-view #productInfoRow .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 77, ../scss/mixin/_toggle-content.scss */
  .product-view #productInfoRow .product-collateral > dl {
    width: 100%;
  }
  /* line 80, ../scss/mixin/_toggle-content.scss */
  .product-view #productInfoRow .product-collateral > dl > dt {
    display: none;
  }
  /* line 84, ../scss/mixin/_toggle-content.scss */
  .product-view #productInfoRow .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 15px;
    border: 1px solid #d3d7d9;
    border-top: 0;
  }
  /* line 92, ../scss/mixin/_toggle-content.scss */
  .product-view #productInfoRow .product-collateral > dl > dd.current {
    display: block;
  }
  /* line 3383, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .toggle-tabs {
    border: none;
    background-color: #f4f4f4;
  }
  /* line 3386, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .toggle-tabs li {
    border: none;
  }
  /* line 3388, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .toggle-tabs li > span {
    padding: 0 55px 0 23px;
    background-color: #e9e9e9;
    border: none;
    border-left: 4px solid #d3d3d3;
    height: 60px;
    line-height: 60px;
    font-family: "source-sans-pro", sans-serif;
    font-size: 21px;
    color: #636363;
    font-weight: 700;
    bottom: 0;
    text-transform: none;
  }
  /* line 3405, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .toggle-tabs li > span:before, .product-view #productInfoRow .product-collateral .toggle-tabs li > span:after {
    content: ' ';
    margin: 0;
    width: 7px;
    height: 2px;
    border: none;
    background-color: #0f396a;
    position: absolute;
    transition: all 0.20s ease-out 0s;
    -moz-transition: all 0.20s ease-out 0s;
    -webkit-transition: all 0.20s ease-out 0s;
  }
  /* line 3418, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .toggle-tabs li > span:before {
    transform: rotate(45deg);
    right: 16px;
    top: 50%;
  }
  /* line 3423, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .toggle-tabs li > span:after {
    right: 12px;
    top: 50%;
    transform: rotate(-45deg);
  }
  /* line 3428, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .toggle-tabs li > span:hover {
    color: #636363;
  }
  /* line 3430, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .toggle-tabs li.current {
    border: none;
  }
  /* line 3432, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .toggle-tabs li.current > span {
    background-color: #fff;
    border: none;
    border-left: 4px solid #d3d3d3;
    color: #363636;
  }
  /* line 3437, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .toggle-tabs li.current > span:before, .product-view #productInfoRow .product-collateral .toggle-tabs li.current > span:after {
    display: none;
  }
  /* line 3444, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container, .product-view #productInfoRow .product-collateral .collateral-tabs > dd, .product-view #productInfoRow .product-collateral > dl .tab-container, .product-view #productInfoRow .product-collateral > dl > dd {
    padding: 70px 40px 0;
    border: none;
    /* Block START: up-sell (Related) */
    /* Block END: up-sell (Related) */
  }
  /* line 3447, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column, .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column, .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column {
    float: none;
    margin: 0 auto;
    display: table;
  }
  /* line 3451, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .detail_tab_primary_img, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .detail_tab_primary_img, .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .detail_tab_primary_img, .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .detail_tab_primary_img {
    display: none;
  }
  /* line 3454, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_brochures, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_brochures, .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_brochures, .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_brochures {
    margin: 43px 39px 0 21px;
    border: 1px solid #f0ebd8;
    position: relative;
    width: 421px;
  }
  /* line 3459, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_brochures .warranty_badge, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_brochures .warranty_badge, .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_brochures .warranty_badge, .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_brochures .warranty_badge {
    width: 182px;
    position: absolute;
    right: -72px;
    top: -43px;
  }
  /* line 3465, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_brochures .whatsincluded, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_brochures .whatsincluded, .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_brochures .whatsincluded, .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_brochures .whatsincluded {
    margin: 19px 39px 0 31px;
    padding: 0 0 26px 0;
    border-bottom: 1px solid #f0ebd8;
  }
  /* line 3469, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_brochures .whatsincluded h2, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_brochures .whatsincluded h2, .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_brochures .whatsincluded h2, .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_brochures .whatsincluded h2 {
    color: #363636;
    font-size: 17px;
    font-family: "source-sans-pro", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
  }
  /* line 3477, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_brochures .whatsincluded ul, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_brochures .whatsincluded ul, .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_brochures .whatsincluded ul, .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_brochures .whatsincluded ul {
    list-style-position: inside;
    list-style: disc;
    width: 312px;
    padding-left: 22px;
  }
  /* line 3482, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_brochures .whatsincluded ul li, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_brochures .whatsincluded ul li, .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_brochures .whatsincluded ul li, .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_brochures .whatsincluded ul li {
    color: #494949;
  }
  /* line 3487, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_brochures .product_brochures, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_brochures .product_brochures, .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_brochures .product_brochures, .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_brochures .product_brochures {
    margin: 0 39px 30px 31px;
    padding: 26px 0 0 0;
  }
  /* line 3490, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_brochures .product_brochures h2, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_brochures .product_brochures h2, .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_brochures .product_brochures h2, .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_brochures .product_brochures h2 {
    color: #363636;
    font-size: 17px;
    font-family: "source-sans-pro", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
  }
  /* line 3498, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_brochures .product_brochures .brochures_wrapper, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_brochures .product_brochures .brochures_wrapper, .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_brochures .product_brochures .brochures_wrapper, .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_brochures .product_brochures .brochures_wrapper {
    margin-top: 13px;
  }
  /* line 3501, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_brochures .product_brochures .brochures_wrapper a.productBrochurePdf, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_brochures .product_brochures .brochures_wrapper a.productBrochurePdf, .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_brochures .product_brochures .brochures_wrapper a.productBrochurePdf, .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_brochures .product_brochures .brochures_wrapper a.productBrochurePdf {
    font-weight: 700;
    font-size: 16px;
    border-bottom: none;
    color: #494949;
    background: url(../images/pdf-icon.png) no-repeat 0 0;
    background-size: 26px auto;
    display: block;
    padding: 0 0 4px 37px;
    margin-bottom: 10px;
  }
  /* line 3514, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_brochures .complete_system_copy, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_brochures .complete_system_copy, .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_brochures .complete_system_copy, .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_brochures .complete_system_copy {
    margin: 60px 1px 1px;
    padding-bottom: 35px;
    background: -webkit-linear-gradient(#fff, #eaeaea);
    background: -o-linear-gradient(#fff, #eaeaea);
    background: -moz-linear-gradient(#fff, #eaeaea);
    background: linear-gradient(#ffffff, #eaeaea);
  }
  /* line 3522, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_brochures .complete_system_copy h2, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_brochures .complete_system_copy h2, .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_brochures .complete_system_copy h2, .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_brochures .complete_system_copy h2 {
    color: #363636;
    font-size: 21px;
    font-family: "source-sans-pro", sans-serif;
    font-weight: 700;
    text-transform: none;
    display: block;
    text-align: center;
    padding-top: 216px;
    background: url(../images/product/getCompleteSystemBg.png) no-repeat 50% 0;
    background-size: 339px auto;
  }
  /* line 3534, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_brochures .complete_system_copy .toSystemLink, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_brochures .complete_system_copy .toSystemLink, .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_brochures .complete_system_copy .toSystemLink, .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_brochures .complete_system_copy .toSystemLink {
    color: #fff;
    font-family: "source-sans-pro", sans-serif;
    font-weight: 700;
    border: none;
    padding: 0 31px 4px;
    margin: 15px auto 0;
    letter-spacing: 1px;
    line-height: 30px;
    font-size: 17px;
    background: #dfa600;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodαEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfa600), color-stop(18%, #dca003), color-stop(72%, #cf850f), color-stop(100%, #bf661c));
    background: -webkit-linear-gradient(top, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
    background: -o-linear-gradient(top, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
    background: -ms-linear-gradient(top, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
    background: linear-gradient(to bottom, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-align: center;
    width: 175px;
    display: block;
  }
  /* line 3562, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_brochures .complete_system_copy .toSystemLink:hover, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_brochures .complete_system_copy .toSystemLink:hover, .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_brochures .complete_system_copy .toSystemLink:hover, .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_brochures .complete_system_copy .toSystemLink:hover {
    text-decoration: none;
    background: -moz-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf661c), color-stop(18%, #cf850f), color-stop(72%, #dca003), color-stop(100%, #dfa600));
    background: -webkit-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
    background: -o-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
    background: -ms-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
    background: linear-gradient(to bottom, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
  }
  /* line 3578, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell .products-grid li.item, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell .products-grid li.item, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell .products-grid li.item, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell .products-grid li.item {
    width: 33%;
    padding-left: 4%;
    padding-right: 4%;
    position: relative;
  }
  /* line 3588, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .tab-content.description, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .tab-content.description, .product-view #productInfoRow .product-collateral > dl .tab-container .tab-content.description, .product-view #productInfoRow .product-collateral > dl > dd .tab-content.description {
    padding: 0;
    width: 100%;
    float: left;
  }
  /* line 3592, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .tab-content.description .std, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .tab-content.description .std, .product-view #productInfoRow .product-collateral > dl .tab-container .tab-content.description .std, .product-view #productInfoRow .product-collateral > dl > dd .tab-content.description .std {
    color: #494949;
  }
  /* line 3594, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .tab-content.description .std h2, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .tab-content.description .std h2, .product-view #productInfoRow .product-collateral > dl .tab-container .tab-content.description .std h2, .product-view #productInfoRow .product-collateral > dl > dd .tab-content.description .std h2 {
    margin: 0;
    padding: 8px 0 18px;
    line-height: 40px;
    font-family: "source-sans-pro", sans-serif;
    font-size: 38px;
    font-weight: 200;
    color: #363636;
    text-transform: capitalize;
    display: block;
  }
  /* line 3605, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .tab-content.description .std h3, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .tab-content.description .std h3, .product-view #productInfoRow .product-collateral > dl .tab-container .tab-content.description .std h3, .product-view #productInfoRow .product-collateral > dl > dd .tab-content.description .std h3 {
    padding-top: 8px;
    font-family: "source-sans-pro", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #363636;
    margin-bottom: 0;
    text-transform: none;
  }
  /* line 3614, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .tab-content.description .std p, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .tab-content.description .std p, .product-view #productInfoRow .product-collateral > dl .tab-container .tab-content.description .std p, .product-view #productInfoRow .product-collateral > dl > dd .tab-content.description .std p {
    margin-bottom: 10px;
    /*line-height: 23px;*/
  }
  /* line 3618, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .tab-content.description .std strong, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .tab-content.description .std strong, .product-view #productInfoRow .product-collateral > dl .tab-container .tab-content.description .std strong, .product-view #productInfoRow .product-collateral > dl > dd .tab-content.description .std strong {
    display: block;
    margin-top: 25px;
  }
  /* line 3622, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .tab-content.description .std ul, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .tab-content.description .std ul, .product-view #productInfoRow .product-collateral > dl .tab-container .tab-content.description .std ul, .product-view #productInfoRow .product-collateral > dl > dd .tab-content.description .std ul {
    margin-bottom: 16px;
  }
  /* line 3630, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral table.printerComparisonToolTable {
    float: left;
    font-size: 16px;
    line-height: 28px;
  }
  /* line 3635, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral table.printerComparisonToolTable th h3 {
    margin: 0 0 0 26px;
    padding: 0 0 30px;
    line-height: 1em;
    font-family: "source-sans-pro", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #363636;
    text-transform: capitalize;
    display: block;
  }
  /* line 3645, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral table.printerComparisonToolTable th h3 strong {
    font-weight: inherit;
    text-transform: inherit;
  }
  /* line 3650, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral table.printerComparisonToolTable th h4 {
    margin-bottom: 28px;
    font-weight: 400;
    font-size: 16px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #494949;
    text-transform: none;
    display: block;
  }
  /* line 3658, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral table.printerComparisonToolTable th h4 a {
    text-decoration: none;
  }
  /* line 3660, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral table.printerComparisonToolTable th h4 a:hover {
    text-decoration: underline;
  }
  /* line 3665, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral table.printerComparisonToolTable .sectionTitleRow td {
    line-height: 42px;
  }
  /* line 3668, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral table.printerComparisonToolTable .sectionTitleRow .sectionTitle {
    font-size: 18px;
    font-weight: 700;
    color: #363636;
  }
  /* line 3682, ../scss/module/_catalog-product.scss */
  .product-view .video_wrapper .tab-content-video .productVideoLink {
    max-width: 30%;
    margin: 0 3% 0 0;
    position: relative;
  }
  /* line 3686, ../scss/module/_catalog-product.scss */
  .product-view .video_wrapper .tab-content-video .productVideoLink img {
    padding-bottom: 30px;
  }
  /* line 3688, ../scss/module/_catalog-product.scss */
  .product-view .video_wrapper .tab-content-video .productVideoLink img.videomask {
    position: absolute;
  }
  /* line 3695, ../scss/module/_catalog-product.scss */
  .product-view .complete_system_copy, .product-view .system_software_copy {
    padding: 0;
  }
  /* line 3698, ../scss/module/_catalog-product.scss */
  .product-view .complete_system_copy .complete_system_copy_text h2, .product-view .complete_system_copy .system_software_copy_text h2, .product-view .system_software_copy .complete_system_copy_text h2, .product-view .system_software_copy .system_software_copy_text h2 {
    margin-bottom: 0;
    padding: 0 0 18px;
    line-height: 1em;
    font-family: "source-sans-pro", sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #363636;
    text-transform: capitalize;
    display: block;
  }
  /* line 3713, ../scss/module/_catalog-product.scss */
  .product-view .softwareCompOverlay {
    margin: 0 40px 80px;
    width: calc(100% - 80px);
  }
  /* line 3716, ../scss/module/_catalog-product.scss */
  .product-view .softwareCompOverlay:before {
    content: '';
    margin: 0 32px;
    border-top: 1px solid #f0ebd8;
    display: block;
    position: relative;
    top: 60px;
    left: 0;
  }
  /* line 3726, ../scss/module/_catalog-product.scss */
  .product-view .softwareCompOverlay .compItem img {
    float: left;
    max-width: 167px;
  }
  /* line 3730, ../scss/module/_catalog-product.scss */
  .product-view .softwareCompOverlay .compItem h2, .product-view .softwareCompOverlay .compItem p, .product-view .softwareCompOverlay .compItem ul {
    margin-left: 187px;
  }
  /* line 3736, ../scss/module/_catalog-product.scss */
  .product-view .softwareCompOverlay .softwareCompareOverlayFooter .pdf span {
    display: inline;
  }

  /* line 3743, ../scss/module/_catalog-product.scss */
  .toolTipBubble {
    width: 189px;
    padding: 0 0 22px 0;
    background: url(../images/printer_comparison_tool/toolTipBottom.png) 0 100% no-repeat;
    float: left;
    z-index: 999;
  }

  /* line 3744, ../scss/module/_catalog-product.scss */
  .toolTipBubbleInner {
    width: 167px;
    padding: 10px 14px 0 8px;
    text-align: left;
    font-size: 10px;
    color: #0371a8;
    background: url(../images/printer_comparison_tool/toolTipTop.png) 0 0 no-repeat;
  }

  /* line 3745, ../scss/module/_catalog-product.scss */
  .toolTipBubbleMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    z-index: 998;
  }

  /* line 3747, ../scss/module/_catalog-product.scss */
  #groupedProductItemsTable {
    padding: 0;
  }
  /* line 3749, ../scss/module/_catalog-product.scss */
  #groupedProductItemsTable h2 {
    line-height: 1em;
    font-family: "source-sans-pro", sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #494949;
    text-transform: none;
  }

  /* line 3761, ../scss/module/_catalog-product.scss */
  .product-view #groupedProductItemsTable #groupedProductItemsTablePrice2 {
    padding: 16px 13px;
    width: 206px;
    background-color: #F4F4F4;
    border: 1px solid #c3c3c3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    float: right;
  }
  /* line 3762, ../scss/module/_catalog-product.scss */
  .product-view #groupedProductItemsTable #groupedProductItemsTablePrice2:before {
    display: none;
  }
  /* line 3771, ../scss/module/_catalog-product.scss */
  .product-view #groupedProductItemsTable #groupedProductItemsTablePrice2 .price-label {
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    vertical-align: text-bottom;
  }
  /* line 3777, ../scss/module/_catalog-product.scss */
  .product-view #groupedProductItemsTable #groupedProductItemsTablePrice2 .ac-price {
    vertical-align: middle;
  }
  /* line 3779, ../scss/module/_catalog-product.scss */
  .product-view #groupedProductItemsTable #groupedProductItemsTablePrice2 .ac-price .price {
    padding-top: 0;
    font-size: 20px;
    vertical-align: text-bottom;
  }
  /* line 3785, ../scss/module/_catalog-product.scss */
  .product-view #groupedProductItemsTable #groupedProductItemsTablePrice2 .add-to-box {
    margin-left: 0;
  }

  /* line 3793, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemDiv {
    padding-top: 48px;
  }
  /* line 3795, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemDiv.first {
    margin-top: 34px;
  }
  /* line 3798, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemDiv table {
    width: 100%;
  }
  /* line 3801, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemDiv .groupedItemImgTtlQtyTable {
    width: 100%;
  }
  /* line 3805, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemTdInfoImg {
    margin: 0 0 16px 0;
    width: 170px;
    float: none;
  }
  /* line 3810, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemTdInfoImg .groupedItemInfoImg img {
    width: auto;
  }
  /* line 3815, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemTtlQty {
    padding-left: 0;
  }
  /* line 3818, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemInfoTt1 {
    margin-right: 36px;
    border-bottom: 1px dashed #bab9b9;
    padding: 0 0 6px;
  }
  /* line 3822, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemInfoTt1 a {
    font-size: 17px;
  }
  /* line 3826, ../scss/module/_catalog-product.scss */
  .grouped-items-table .group-item-product-copy {
    margin: 8px 36px 0 0;
    padding: 0;
  }
  /* line 3830, ../scss/module/_catalog-product.scss */
  .grouped-items-table .hasOptionsWrapper {
    margin-top: 16px;
    display: inline-block;
  }
  /* line 3834, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemTdInfoQuantity {
    display: inline-block;
    vertical-align: top;
  }
  /* line 3837, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemTdInfoQuantity .groupedItemInfoQuantity {
    margin-top: 28px;
    margin-right: 26px;
    vertical-align: top;
    display: inline-block;
  }
  /* line 3842, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemTdInfoQuantity .groupedItemInfoQuantity:before {
    content: 'QTY';
    font-size: 15px;
    padding-right: 6px;
  }
  /* line 3847, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemTdInfoQuantity .groupedItemInfoQuantity .qty {
    font-size: 15px;
    line-height: 33px;
    height: 33px;
    width: 69px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
  /* line 3856, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemTdInfoOptions {
    text-align: left;
    display: inline-block;
  }
  /* line 3860, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemTdInfoOptions .grouped-options-wrapper {
    padding: 0;
  }
  /* line 3862, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemTdInfoOptions .grouped-options-wrapper .grouped-option {
    margin-bottom: 18px;
    padding-top: 0;
    padding-right: 26px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
  }
  /* line 3872, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemTdInfoOptions .grouped-options-wrapper .grouped-option select {
    padding: 0 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: #f3f3f3;
    height: 31px;
    font-size: 15px;
    border-color: #f3f3f3;
  }

  /* line 3887, ../scss/module/_catalog-product.scss */
  #whyPriceHiddenBubbleWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 168px;
    margin: 0;
    padding: 0;
    z-index: 2;
  }
  /* line 3895, ../scss/module/_catalog-product.scss */
  #whyPriceHiddenBubbleWrapper #whyPriceHiddenBubble {
    width: 168px;
    margin: 0 0 10px 0;
    padding: 0 0 10px;
    background: #fff;
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 18px -2px rgba(0, 0, 0, 0.4);
    position: relative;
  }
  /* line 3904, ../scss/module/_catalog-product.scss */
  #whyPriceHiddenBubbleWrapper #whyPriceHiddenBubble .whyPriceHiddenBubbleClose {
    position: absolute;
    top: -4px;
    right: 4px;
    text-decoration: none;
  }
  /* line 3909, ../scss/module/_catalog-product.scss */
  #whyPriceHiddenBubbleWrapper #whyPriceHiddenBubble .whyPriceHiddenBubbleClose:hover {
    text-decoration: none;
  }
  /* line 3911, ../scss/module/_catalog-product.scss */
  #whyPriceHiddenBubbleWrapper #whyPriceHiddenBubble #whyPriceHiddenBubbleInner {
    color: #0371A8;
    font-size: 10px;
    line-height: 14px;
    padding: 4px 6px 0;
    text-align: left;
  }
  /* line 3917, ../scss/module/_catalog-product.scss */
  #whyPriceHiddenBubbleWrapper #whyPriceHiddenBubble #whyPriceHiddenBubbleInner #whyPriceHiddenBubbleInner a {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #0371A8;
  }
  /* line 3922, ../scss/module/_catalog-product.scss */
  #whyPriceHiddenBubbleWrapper #whyPriceHiddenBubble #whyPriceHiddenBubbleInner #whyPriceHiddenBubbleInner a:hover {
    text-decoration: underline;
  }

  /* line 3930, ../scss/module/_catalog-product.scss */
  #whyPriceHiddenBubbleMask {
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  /* line 3932, ../scss/module/_catalog-product.scss */
  .supplyfinder_module {
    padding-bottom: 40px;
  }
  /* line 3934, ../scss/module/_catalog-product.scss */
  .supplyfinder_module:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
    border-top: 100px solid #ffffff;
    border-bottom: none;
    border-top: 65px solid #ffffff;
  }
  /* line 3938, ../scss/module/_catalog-product.scss */
  .supplyfinder_module .supplyfinder_module_container {
    padding: 0;
  }
  /* line 3940, ../scss/module/_catalog-product.scss */
  .supplyfinder_module .supplyfinder_module_container .supplyfinder_module_bg {
    max-width: 365px;
    margin-top: 14%;
  }

  /* line 3950, ../scss/module/_catalog-product.scss */
  #product-attribute-specs-table td {
    color: #494949;
  }
  /* line 3953, ../scss/module/_catalog-product.scss */
  #product-attribute-specs-table th, #product-attribute-specs-table td {
    border-color: #eae9e9;
  }

  /* line 3965, ../scss/module/_catalog-product.scss */
  .product-view .alphacareProductDetails table th img {
    margin-top: 0;
  }
}
@media only screen and (min-width: 770px) {
  /* line 3979, ../scss/module/_catalog-product.scss */
  .product-view .product-img-box.first {
    display: none;
  }
  /* line 3982, ../scss/module/_catalog-product.scss */
  .product-view .product-img-box.second {
    width: calc(100% - 520px);
    padding-right: 20px;
    display: inline-block;
    float: none;
    overflow: hidden;
    margin-bottom: 0;
  }
  /* line 3990, ../scss/module/_catalog-product.scss */
  .product-view .product-img-box.second .product-name,
  .product-view .product-img-box.second .product-ids {
    display: none;
  }
  /* line 3995, ../scss/module/_catalog-product.scss */
  .product-view .product-info {
    margin-left: 0;
    float: right;
    width: 520px;
  }
  /* line 3999, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-name {
    display: block;
  }
  /* line 4001, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-name h1 {
    margin-bottom: 13px;
    padding: 0 15% 0 0;
    font-size: 35px;
    font-family: "source-sans-pro", sans-serif;
    font-weight: 700;
    line-height: 35px;
    text-transform: none;
    border-bottom: none;
  }
  /* line 4012, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-ids {
    display: block;
  }
  /* line 4015, ../scss/module/_catalog-product.scss */
  .product-view .product-info .short-description {
    margin-top: 9px;
    width: 53%;
  }
  /* line 4019, ../scss/module/_catalog-product.scss */
  .product-view .product-info .productHighlights {
    margin-right: 208px;
    display: block;
    padding-right: 20px;
  }
  /* line 4023, ../scss/module/_catalog-product.scss */
  .product-view .product-info .productHighlights ul {
    margin-top: 10px;
  }
  /* line 4026, ../scss/module/_catalog-product.scss */
  .product-view .product-info .productHighlights.first {
    display: none;
  }
  /* line 4029, ../scss/module/_catalog-product.scss */
  .product-view .product-info .productHighlights.second {
    display: block;
  }
  /* line 4033, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap {
    margin-top: 18px;
  }
  /* line 4037, ../scss/module/_catalog-product.scss */
  .product-view .videopdfshortcuts {
    margin-top: 0;
    /*margin-left: 60px;*/
  }
  /* line 4043, ../scss/module/_catalog-product.scss */
  .product-view .softwareCompOverlay .compItem img {
    max-width: 199px;
  }
  /* line 4046, ../scss/module/_catalog-product.scss */
  .product-view .softwareCompOverlay .compItem h2, .product-view .softwareCompOverlay .compItem p, .product-view .softwareCompOverlay .compItem ul {
    margin-left: 219px;
  }
  /* line 4052, ../scss/module/_catalog-product.scss */
  .product-view .softwareCompOverlay .softwareCompareOverlayFooter .tagline span {
    display: inline;
    font-family: "source-sans-pro", sans-serif;
    color: #494949;
    font-size: 37px;
    font-weight: 300;
  }

  /* line 4065, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemTdInfoImg {
    margin: 0 58px 0 0;
    float: left;
  }
  /* line 4069, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemTtlQty {
    padding-left: 228px;
  }

  /* line 4075, ../scss/module/_catalog-product.scss */
  .supplyfinder_module .supplyfinder_module_container {
    padding: 0;
  }
  /* line 4077, ../scss/module/_catalog-product.scss */
  .supplyfinder_module .supplyfinder_module_container .supplyfinder_module_bg {
    max-width: calc(100% - 434px);
    margin-left: 0;
    margin-right: 0;
    padding-left: 65px;
    display: inline;
  }
  /* line 4084, ../scss/module/_catalog-product.scss */
  .supplyfinder_module .supplyfinder_module_container .supplyfinder_wrapper {
    margin: 17% 20px 9% 0;
    text-align: left;
    float: right;
  }
  /* line 4088, ../scss/module/_catalog-product.scss */
  .supplyfinder_module .supplyfinder_module_container .supplyfinder_wrapper h2 {
    text-align: left;
  }
  /* line 4091, ../scss/module/_catalog-product.scss */
  .supplyfinder_module .supplyfinder_module_container .supplyfinder_wrapper p {
    padding-right: 34px;
  }

  /* line 4106, ../scss/module/_catalog-product.scss */
  .product-view .alphacareProductDetails .alphaCareProdDetailsFooter .tagline span {
    display: inline;
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    color: #494949;
    font-size: 37px;
    font-weight: 300;
  }
  /* line 4124, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .toggle-tabs li > span {
    font-size: 21px;
  }
}
@media only screen and (min-width: 979px) {
  /* line 4141, ../scss/module/_catalog-product.scss */
  .supplyfinder_module .supplyfinder_module_container .supplyfinder_module_bg {
    max-width: calc(100% - 479px);
    padding-left: 95px;
    margin-top: 9%;
  }
  /* line 4146, ../scss/module/_catalog-product.scss */
  .supplyfinder_module .supplyfinder_module_container .supplyfinder_wrapper {
    margin-top: 14%;
  }

  /* line 4155, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container, .product-view #productInfoRow .product-collateral .collateral-tabs > dd, .product-view #productInfoRow .product-collateral > dl .tab-container, .product-view #productInfoRow .product-collateral > dl > dd {
    padding: 70px 0 0 20px;
    /* Block START: up-sell (Related) */
    /* Block END: up-sell (Related) */
  }
  /* line 4157, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column, .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column, .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column {
    float: right;
    margin: 0 40px;
  }
  /* line 4160, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .detail_tab_primary_img, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .detail_tab_primary_img, .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .detail_tab_primary_img, .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .detail_tab_primary_img {
    width: 485px;
    display: block;
  }
  /* line 4166, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .tab-content.description, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .tab-content.description, .product-view #productInfoRow .product-collateral > dl .tab-container .tab-content.description, .product-view #productInfoRow .product-collateral > dl > dd .tab-content.description {
    width: calc(100% - 565px);
  }
  /* line 4170, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .tab-content.description.noupsell, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .tab-content.description.noupsell, .product-view #productInfoRow .product-collateral > dl .tab-container .tab-content.description.noupsell, .product-view #productInfoRow .product-collateral > dl > dd .tab-content.description.noupsell {
    width: 100%;
  }
  /* line 4177, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-collateral, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-collateral, .product-view #productInfoRow .product-collateral > dl .tab-container .box-collateral, .product-view #productInfoRow .product-collateral > dl > dd .box-collateral {
    clear: none;
  }
  /* line 4178, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell {
    margin: 0 40px 0 0;
    font-size: 15px;
    width: 485px;
    float: right;
    display: table;
  }
  /* line 4184, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell .products-grid li.item, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell .products-grid li.item, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell .products-grid li.item, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell .products-grid li.item {
    width: 100%;
  }
  /* line 4187, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell .box-title, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell .box-title, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell .box-title, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell .box-title {
    padding: 0;
    border: 0px solid #fff;
    background: transparent;
  }
  /* line 4191, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell .box-title h2, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell .box-title h2, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell .box-title h2, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell .box-title h2 {
    margin: 0;
    padding: 0 0 0 27px;
    line-height: 1em;
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 36px;
    font-weight: 200;
    color: #494949;
    text-transform: capitalize;
    display: block;
  }
  /* line 4203, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell ul, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell ul, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell ul, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell ul {
    margin: 0;
  }
  /* line 4205, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell ul.products-grid, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell ul.products-grid, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell ul.products-grid, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell ul.products-grid {
    padding: 0;
    background-image: none;
  }
  /* line 4209, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell ul.first, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell ul.first, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell ul.first, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell ul.first {
    margin: 18px 0 0 0;
  }
  /* line 4211, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell .product-image, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell .product-image, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell .product-image, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell .product-image {
    margin: 0 10px 0 0;
    width: 199px;
    float: left;
    display: inline;
  }
  /* line 4217, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell p, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell p, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell p, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell p {
    margin: 0;
  }
  /* line 4218, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell .product_details, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell .product_details, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell .product_details, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell .product_details {
    display: table;
  }
  /* line 4221, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell .product-name, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell .product-name, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell .product-name, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell .product-name {
    margin: 0;
  }
  /* line 4223, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell .product-name a, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell .product-name a, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell .product-name a, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell .product-name a {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    color: #363636;
    text-decoration: none;
  }
  /* line 4229, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell .product-name a:hover, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell .product-name a:hover, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell .product-name a:hover, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell .product-name a:hover {
    text-decoration: underline;
  }
  /* line 4234, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell .price-box, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell .price-box, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell .price-box, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell .price-box {
    margin: 0 0 16px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px dashed #ccc;
  }
  /* line 4239, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell a.button, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell a.button, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell a.button, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell a.button {
    padding: 0 20px;
    height: 29px;
    line-height: 29px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    background: #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
  /* line 4247, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell a.button:hover, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell a.button:hover, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell a.button:hover, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell a.button:hover {
    background: #4fddfd;
  }
  /* line 4252, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell .note, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell .note, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell .note, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell .note {
    padding: 5px 20px;
    margin: 0;
    font-size: 12px;
    background: #f7edda;
    color: #d02600;
  }
  /* line 4258, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell .note a, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell .note a, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell .note a, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell .note a {
    color: #d02600;
  }
  /* line 4260, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell input.checkbox, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell input.checkbox, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell input.checkbox, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell input.checkbox {
    margin: 0;
  }
  /* line 4261, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell ol, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell ol, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell ol, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell ol {
    padding: 20px 0 20px 20px !important;
  }
  /* line 4262, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell li.item, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell li.item, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell li.item, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell li.item {
    width: 462px;
    margin: 59px 0 0 0;
    padding: 0;
    border: 0px solid #fff;
    cursor: auto;
  }
  /* line 4268, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell li.item:hover, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell li.item:hover, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell li.item:hover, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell li.item:hover {
    border: 0px solid #fff;
  }
  /* line 4271, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell li.item.first, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell li.item.first, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell li.item.first, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell li.item.first {
    margin-top: 46px;
  }
  /* line 4272, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell li.item .item-info, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell li.item .item-info, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell li.item .item-info, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell li.item .item-info {
    margin: 0 0 0 23px;
    width: 220px;
    float: left;
    display: inline;
  }
  /* line 4279, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell li.item p a, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell li.item p a, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell li.item p a, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell li.item p a {
    color: #999;
  }
  /* line 4281, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell li.item .product-details, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell li.item .product-details, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell li.item .product-details, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell li.item .product-details {
    margin-left: 0;
    float: left;
    display: inline;
  }
  /* line 4285, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell li.item .product-details span.includeItemLabel, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell li.item .product-details span.includeItemLabel, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell li.item .product-details span.includeItemLabel, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell li.item .product-details span.includeItemLabel {
    margin: 0 0 0 5px;
  }
  /* line 4287, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .box-up-sell li.item .price-label, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .box-up-sell li.item .price-label, .product-view #productInfoRow .product-collateral > dl .tab-container .box-up-sell li.item .price-label, .product-view #productInfoRow .product-collateral > dl > dd .box-up-sell li.item .price-label {
    display: inline-block;
  }
  /* line 4295, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_brochures, .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_brochures, .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_brochures, .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_brochures {
    margin-top: 8px;
  }
  /* line 4303, ../scss/module/_catalog-product.scss */
  .product-view .complete_system_copy, .product-view .system_software_copy {
    margin: 0 40px 0 0;
  }
  /* line 4305, ../scss/module/_catalog-product.scss */
  .product-view .complete_system_copy .complete_system_copy_text, .product-view .complete_system_copy .system_software_copy_text, .product-view .system_software_copy .complete_system_copy_text, .product-view .system_software_copy .system_software_copy_text {
    width: calc(100% - 418px);
    float: left;
    color: #969291;
  }
  /* line 4310, ../scss/module/_catalog-product.scss */
  .product-view .complete_system_copy .detail_tab_system_img, .product-view .complete_system_copy .detail_tab_software_img, .product-view .system_software_copy .detail_tab_system_img, .product-view .system_software_copy .detail_tab_software_img {
    margin-left: 40px;
    width: 347px;
    float: right;
    display: table;
  }
  /* line 4319, ../scss/module/_catalog-product.scss */
  .product-view .softwareCompOverlay {
    margin: 0 20px 80px;
    width: calc(100% - 40px);
  }

  /* line 4332, ../scss/module/_catalog-product.scss */
  .product-view .alphacareProductDetails table th.no-border-left {
    padding-top: 24px;
    padding-bottom: 0;
  }
  /* line 4336, ../scss/module/_catalog-product.scss */
  .product-view .alphacareProductDetails table th img {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 4349, ../scss/module/_catalog-product.scss */
  .supplyfinder_module {
    padding-bottom: 82px;
  }
  /* line 4352, ../scss/module/_catalog-product.scss */
  .supplyfinder_module .supplyfinder_module_container .supplyfinder_module_bg {
    max-width: calc(100% - 625px);
    padding-left: 107px;
  }
  /* line 4356, ../scss/module/_catalog-product.scss */
  .supplyfinder_module .supplyfinder_module_container .supplyfinder_wrapper {
    margin-right: 151px;
  }

  /* line 4366, ../scss/module/_catalog-product.scss */
  .product-view .complete_system_copy .complete_system_copy_text,
  .product-view .complete_system_copy .system_software_copy_text,
  .product-view .system_software_copy .complete_system_copy_text,
  .product-view .system_software_copy .system_software_copy_text {
    width: calc(100% - 497px);
  }
  /* line 4370, ../scss/module/_catalog-product.scss */
  .product-view .complete_system_copy .detail_tab_system_img,
  .product-view .complete_system_copy .detail_tab_software_img,
  .product-view .system_software_copy .detail_tab_system_img,
  .product-view .system_software_copy .detail_tab_software_img {
    margin-left: 0;
    margin-right: 32px;
  }
  /* line 4376, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid {
    max-width: 1145px;
    margin-right: 0;
  }
  /* line 4380, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li {
    width: 201px;
    margin-left: 11px;
    margin-right: 11px;
  }
  /* line 4385, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:first-child {
    margin-left: 0;
  }
  /* line 4388, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:last-child {
    margin-right: 0 !important;
  }
  /* line 4392, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(1n+1) {
    margin-right: 11px;
  }
  /* line 4393, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(2n+2) {
    margin-right: 11px;
  }
  /* line 4394, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(3n+3) {
    margin-right: 11px;
  }
  /* line 4395, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(4n+4) {
    margin-right: 11px;
  }
  /* line 4396, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(4n+1) {
    clear: none;
  }
  /* line 4399, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid .product-image {
    min-height: 136px;
  }
}
/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
/* line 30, ../scss/module/_catalog-msrp.scss */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

/* line 40, ../scss/module/_catalog-msrp.scss */
.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

/* line 49, ../scss/module/_catalog-msrp.scss */
.map-popup {
  background: #FFFFFF;
  border: 5px solid #d3d7d9;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
@media only screen and (min-width: 601px) {
  /* line 59, ../scss/module/_catalog-msrp.scss */
  .map-popup.map-popup-right {
    left: 10px !important;
  }
  /* line 63, ../scss/module/_catalog-msrp.scss */
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}
@media only screen and (max-width: 600px) {
  /* line 49, ../scss/module/_catalog-msrp.scss */
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}
/* line 74, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
/* line 79, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
  /* line 79, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
/* line 94, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
/* line 106, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-content {
  border-top: 1px solid #EDEDED;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  /* line 106, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-content {
    text-align: center;
  }
}
/* line 118, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
/* line 121, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
/* line 125, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout span {
  display: block;
}
/* line 129, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
/* line 135, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
/* line 139, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
/* line 144, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
/* line 147, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
/* line 153, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
/* line 160, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
/* line 165, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
@media only screen and (max-width: 479px) {
  /* line 118, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  /* line 174, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  /* line 181, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }
  /* line 185, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
/* line 191, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
/* line 196, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-price {
  padding: 10px 0;
}
@media only screen and (max-width: 479px) {
  /* line 196, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
/* line 203, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
/* line 210, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}
/* line 215, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
/* line 221, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #EDEDED;
}

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
/* line 231, ../scss/module/_catalog-msrp.scss */
.price-box .map-link {
  display: block;
  text-align: center;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
/* line 30, ../scss/module/_catalog-compare.scss */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

/* line 34, ../scss/module/_catalog-compare.scss */
.compare-table .product-image {
  display: inline-block;
}

/* line 40, ../scss/module/_catalog-compare.scss */
.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}
/* line 45, ../scss/module/_catalog-compare.scss */
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
/* line 31, ../scss/module/_checkout-cart.scss */
.cart-table {
  float: left;
  width: 64%;
}

/* line 36, ../scss/module/_checkout-cart.scss */
.cart .button {
  white-space: normal;
}

/* line 40, ../scss/module/_checkout-cart.scss */
.cart-forms,
.cart-totals-wrapper,
.crosssell {
  float: right;
  clear: right;
  width: 34%;
  padding-left: 20px;
}

/* line 49, ../scss/module/_checkout-cart.scss */
.cart-totals-wrapper {
  margin-top: 38px;
}

/* line 53, ../scss/module/_checkout-cart.scss */
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 10px 17px;
  background-color: #f6fdff;
  border: 1px solid #d3d7d9;
  cursor: pointer;
}

/* line 63, ../scss/module/_checkout-cart.scss */
.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 6px;
}

/* line 72, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cart {
  padding: 16px 15px 136px;
}
/* line 76, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .page-title h1 {
  float: none;
  border-bottom: none;
  margin-bottom: 16px;
  margin-right: 10px;
  padding-bottom: 0;
  position: relative;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
  font-size: 41px;
  color: #363636;
  text-shadow: inherit;
  background: inherit;
  text-transform: capitalize;
}
/* line 92, ../scss/module/_checkout-cart.scss */
.checkout-cart-index #postcode {
  width: 100%;
}
/* line 95, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .footer-container {
  margin-top: -6px;
}

/* line 101, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-table {
  float: none;
  width: 100%;
}
/* line 106, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
/* line 112, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}
/* line 117, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  float: none;
  width: 100%;
}
/* line 127, ../scss/module/_checkout-cart.scss */
.display-both-prices .crosssell {
  clear: right;
  float: right;
}

@media only screen and (max-width: 850px) {
  /* line 101, ../scss/module/_checkout-cart.scss */
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }
  /* line 106, ../scss/module/_checkout-cart.scss */
  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
  }
  /* line 112, ../scss/module/_checkout-cart.scss */
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px;
  }
  /* line 117, ../scss/module/_checkout-cart.scss */
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
  /* line 127, ../scss/module/_checkout-cart.scss */
  .display-single-price .crosssell {
    clear: right;
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  /* line 144, ../scss/module/_checkout-cart.scss */
  .product-cart-sku {
    display: none;
  }

  /* line 150, ../scss/module/_checkout-cart.scss */
  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
}
/* line 163, ../scss/module/_checkout-cart.scss */
.display-single-price:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
/* line 172, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .needExpertHelp,
.checkout-cart-index .footer-benefits {
  display: none;
}
/* line 176, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .footer .footer-upper {
  padding-top: 35px;
}

/* line 182, ../scss/module/_checkout-cart.scss */
.cart .page-title {
  margin-bottom: 5px;
  border-bottom: 1px solid #d3d7d9;
}
/* line 186, ../scss/module/_checkout-cart.scss */
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
/* line 189, ../scss/module/_checkout-cart.scss */
.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 26px;
  margin-right: 10px;
  padding-left: 6px;
  width: auto;
}
/* line 197, ../scss/module/_checkout-cart.scss */
.cart .page-title .cart_print_link {
  display: none;
}
/* line 200, ../scss/module/_checkout-cart.scss */
.cart .page-title .checkout-types {
  float: left;
  text-align: center;
  margin: 0 auto 16px;
  display: block;
  width: 100%;
}
/* line 212, ../scss/module/_checkout-cart.scss */
.cart .messages {
  margin-bottom: 0;
}
/* line 215, ../scss/module/_checkout-cart.scss */
.cart .messages .success-msg li {
  margin-bottom: 0;
  color: #363636;
  border-left: 5px solid #0a294d;
  background-color: #ededed;
}
/* line 220, ../scss/module/_checkout-cart.scss */
.cart .messages .success-msg li:before {
  border-left: 6px solid #0a294d;
}

/* line 228, ../scss/module/_checkout-cart.scss */
.checkout-types {
  margin: 0 auto;
  max-width: 100%;
  display: table;
  /* We always want this shipping method to display on its own line */
}
/* line 235, ../scss/module/_checkout-cart.scss */
.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}
/* line 236, ../scss/module/_checkout-cart.scss */
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
/* line 242, ../scss/module/_checkout-cart.scss */
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
/* line 247, ../scss/module/_checkout-cart.scss */
.checkout-types li:first-child {
  margin-left: 0;
}
/* line 251, ../scss/module/_checkout-cart.scss */
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
/* line 256, ../scss/module/_checkout-cart.scss */
.checkout-types.top li {
  display: inline-block;
}
/* line 260, ../scss/module/_checkout-cart.scss */
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
/* line 264, ../scss/module/_checkout-cart.scss */
.checkout-types.top .bml_button img {
  display: block;
}
/* line 269, ../scss/module/_checkout-cart.scss */
.checkout-types.top .paypal-logo .paypal-or {
  margin-top: 5px;
}
/* line 277, ../scss/module/_checkout-cart.scss */
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
/* line 281, ../scss/module/_checkout-cart.scss */
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 741px) {
  /* line 291, ../scss/module/_checkout-cart.scss */
  .checkout-types.bottom .paypal-or {
    text-align: right;
    padding-right: 70px;
  }
}
/* line 298, ../scss/module/_checkout-cart.scss */
.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
  margin-right: 17px;
}

@media only screen and (max-width: 740px) {
  /* line 304, ../scss/module/_checkout-cart.scss */
  .checkout-types {
    float: none;
    text-align: center;
  }
  /* line 310, ../scss/module/_checkout-cart.scss */
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }

  /* line 317, ../scss/module/_checkout-cart.scss */
  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
/* line 325, ../scss/module/_checkout-cart.scss */
.btn-checkout {
  background: #0f396a;
  border: none;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
}
/* line 349, ../scss/module/_checkout-cart.scss */
.btn-checkout:hover {
  background: #4fddfd !important;
}

@media only screen and (min-width: 850px) {
  /* line 356, ../scss/module/_checkout-cart.scss */
  .btn-checkout {
    font-size: 13px;
  }
}
@media only screen and (min-width: 979px) {
  /* line 361, ../scss/module/_checkout-cart.scss */
  .btn-checkout {
    font-size: 16px;
  }
}
/* line 368, ../scss/module/_checkout-cart.scss */
.cart-table {
  margin-top: 38px;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  color: #494949;
}
/* line 373, ../scss/module/_checkout-cart.scss */
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
/* line 381, ../scss/module/_checkout-cart.scss */
.cart-table h2 {
  color: #363636;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 0;
}
/* line 389, ../scss/module/_checkout-cart.scss */
.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 10px 5px;
  font-family: "source-sans-pro", sans-serif;
}
/* line 396, ../scss/module/_checkout-cart.scss */
.cart-table thead th {
  padding-top: 0;
  font-size: 16px;
}
/* line 399, ../scss/module/_checkout-cart.scss */
.cart-table thead th span {
  font-size: 16px;
}
/* line 404, ../scss/module/_checkout-cart.scss */
.cart-table thead th:first-child span {
  font-weight: 700;
}
/* line 408, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}
/* line 413, ../scss/module/_checkout-cart.scss */
.cart-table tr {
  border-bottom: 1px solid #d3d7d9;
}
/* line 417, ../scss/module/_checkout-cart.scss */
.cart-table tfoot {
  display: none;
}
/* line 419, ../scss/module/_checkout-cart.scss */
.cart-table tfoot tr {
  background: none;
  border-bottom-width: 0;
}
/* line 424, ../scss/module/_checkout-cart.scss */
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
/* line 427, ../scss/module/_checkout-cart.scss */
.cart-table tfoot .checkout-types.bottom {
  margin: 0;
  float: right;
}
/* line 430, ../scss/module/_checkout-cart.scss */
.cart-table tfoot .checkout-types.bottom .btn-proceed-checkout {
  background: #0f396a;
  border: none;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
}
/* line 438, ../scss/module/_checkout-cart.scss */
.cart-table tfoot .checkout-types.bottom .btn-proceed-checkout:hover {
  background: #4fddfd;
}
/* line 445, ../scss/module/_checkout-cart.scss */
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
}
/* line 452, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
/* line 458, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image .cart-links {
  display: block;
}
/* line 462, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}
/* line 466, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%;
}
/* line 471, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
/* line 476, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-sku {
  font-family: "source-sans-pro", sans-serif;
  font-size: 14px;
  margin: 0 0 12px;
}
/* line 482, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-sku .label {
  font-weight: 700;
}
/* line 487, ../scss/module/_checkout-cart.scss */
.cart-table .btn-empty {
  float: left;
}
/* line 491, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
  font-size: 16px;
}
/* line 497, ../scss/module/_checkout-cart.scss */
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
/* line 501, ../scss/module/_checkout-cart.scss */
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #0f396a;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
/* line 509, ../scss/module/_checkout-cart.scss */
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #0f396a;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
/* line 517, ../scss/module/_checkout-cart.scss */
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  text-align: center;
  font-size: 13px;
}
/* line 525, ../scss/module/_checkout-cart.scss */
.cart-table .cart-links > li > a {
  color: #0f396a;
  display: block;
}
/* line 530, ../scss/module/_checkout-cart.scss */
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
/* line 535, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
/* line 539, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions .qty {
  height: 45px;
  border-color: #d3cdc8;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3.2em;
}
/* line 548, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
  padding: 13px 15px;
  background: #0f396a;
  font-weight: 700;
  font-size: 16px;
  border-width: 0;
  vertical-align: inherit;
}
/* line 558, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions .cart-links {
  display: none;
}
/* line 563, ../scss/module/_checkout-cart.scss */
.cart-table .item-options {
  margin-left: 0 !important;
  padding-left: 0 !important;
  font-family: "source-sans-pro", sans-serif;
  font-size: 15px;
}
/* line 568, ../scss/module/_checkout-cart.scss */
.cart-table .item-options dt,
.cart-table .item-options dd {
  font-style: normal;
  font-weight: 700;
}
/* line 573, ../scss/module/_checkout-cart.scss */
.cart-table .item-options dd {
  margin-left: 0;
  font-size: 14px;
  font-weight: 400;
}

/* line 582, ../scss/module/_checkout-cart.scss */
.cartGuarantees {
  margin-top: 46px;
  padding: 51px 0 40px 0;
  background-color: #f3f3f3;
  text-align: center;
  display: inline-block;
}
/* line 588, ../scss/module/_checkout-cart.scss */
.cartGuarantees .guarantee {
  margin-bottom: 45px;
  padding: 92px 5% 0;
  width: 100%;
  color: #0f396a;
  font-size: 16px;
  font-family: "source-sans-pro", sans-serif;
  display: block;
}
/* line 596, ../scss/module/_checkout-cart.scss */
.cartGuarantees .guarantee h3 {
  font-family: "source-sans-pro", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #0f396a;
  text-transform: none;
}
/* line 604, ../scss/module/_checkout-cart.scss */
.cartGuarantees .satisfaction {
  background: url(../images/cart/cartGuarantee.png) no-repeat center 0;
  background-size: 78px 77px;
}
/* line 608, ../scss/module/_checkout-cart.scss */
.cartGuarantees .alphacare {
  background: url(../images/cart/cartService.png) no-repeat center 0;
  background-size: 77px 81px;
}
/* line 612, ../scss/module/_checkout-cart.scss */
.cartGuarantees .returns {
  background: url(../images/cart/cartReturns.png) no-repeat center 0;
  background-size: 68px 65px;
}

/* line 621, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cart-empty-wrapper {
  width: 100%;
  padding: 20px 2.5% 0;
  display: inline-block;
}
/* line 626, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cart-empty-wrapper .page-title h1 {
  padding-left: 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #d3d7d9;
}
/* line 632, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cart-empty-wrapper .cart-empty {
  margin-top: 20px;
  color: #363636;
  font-size: 16px;
}
/* line 636, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cart-empty-wrapper .cart-empty a {
  color: #0f396a;
}
/* line 639, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cart-empty-wrapper .cart-empty .button {
  margin-top: 26px;
  background: #0f396a;
  border: none;
  padding: 0 30px;
  font-family: "source-sans-pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  color: #fff;
}
/* line 649, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cart-empty-wrapper .cart-empty .button:hover {
  background: #4fddfd !important;
}
/* line 655, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartHelp.noitems {
  padding: 0;
  width: 285px;
  float: none;
}
/* line 659, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartHelp.noitems .cartHelpInner {
  min-height: 181px;
}
/* line 662, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartHelp.noitems .cartHelpContent {
  padding-top: 0;
}
/* line 664, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartHelp.noitems .cartHelpContent p {
  line-height: 20px;
  color: #494949;
}
/* line 668, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartHelp.noitems .cartHelpContent p br {
  display: none;
}
/* line 672, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartHelp.noitems .cartHelpContent .cartphone {
  margin-top: 11px;
}
/* line 675, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner {
  margin-top: 106px;
  padding: 0 2.5%;
  display: inline-block;
  width: 100%;
}
/* line 680, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategories {
  margin-bottom: 28px;
  width: 100%;
  float: left;
}
/* line 684, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategories .cartCategoryMain {
  padding-top: 0;
  padding-left: 0;
  font-size: 21px;
  line-height: 24px;
  color: #363636;
  text-align: center;
  display: block;
  text-decoration: none;
}
/* line 693, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategories .cartCategoryMain .thumbnail {
  margin: 0 auto;
  width: 184px;
}
/* line 697, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategories .cartCategoryMain .name {
  margin-top: 31px;
  font-size: 22px;
  color: #363636;
  text-align: center;
  position: relative;
}
/* line 705, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategories .cartCategoryMain:hover .name {
  text-decoration: none;
  color: #0f396a;
  font-weight: 700;
}
/* line 709, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategories .cartCategoryMain:hover .name span {
  display: inline-block;
  position: relative;
}
/* line 712, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategories .cartCategoryMain:hover .name span:before, .checkout-cart-index .cartCategoriesInner .cartCategories .cartCategoryMain:hover .name span:after {
  content: ' ';
  margin: 0;
  width: 7px;
  height: 2px;
  border: none;
  background-color: #0f396a;
  position: absolute;
  transition: all 0.20s ease-out 0s;
  -moz-transition: all 0.20s ease-out 0s;
  -webkit-transition: all 0.20s ease-out 0s;
}
/* line 725, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategories .cartCategoryMain:hover .name span:before {
  transform: rotate(-45deg);
  right: -16px;
  top: calc(50% - 4px);
}
/* line 730, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategories .cartCategoryMain:hover .name span:after {
  right: -16px;
  top: calc(50% - 8px);
  transform: rotate(45deg);
}
/* line 739, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategories ul {
  display: block !important;
  list-style-type: none;
  margin-top: 8px;
}
/* line 743, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategories ul li {
  line-height: 23px;
  padding-top: 16px;
}
/* line 746, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategories ul li a {
  padding-left: 0;
  font-size: 17px;
  text-align: center;
  line-height: 23px;
  display: block;
  color: #494949;
}
/* line 753, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategories ul li a.more-link {
  position: relative;
  font-weight: 700;
}
/* line 756, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategories ul li a.more-link:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #901518;
  border-right: none;
  display: inline;
  top: 10px;
  margin-left: 9px;
}
/* line 763, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategories ul li a:hover {
  text-decoration: none;
  color: #901518;
}
/* line 771, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategoriesCompleteIdSystems a {
  background: url(../images/homeCategoryIdSystems.jpg) 50% 42px no-repeat;
  background-size: 195px auto;
}
/* line 775, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategoriesIdCardPrinters a {
  background: url(../images/homeCategoryIdCardPrinters.jpg) 50% 46px no-repeat;
  background-size: 195px auto;
}
/* line 779, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategoriesIdSoftware a {
  background: url(../images/homeCategoryIdCardSoftware.jpg) 50% 50px no-repeat;
  background-size: 195px auto;
}
/* line 783, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategoriesRibbonsSupplies a {
  background: url(../images/homeCategoryRibbonsSupplies.jpg) 50% 43px no-repeat;
  background-size: 195px auto;
}
/* line 787, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategoriesLanyardsIdHolders a {
  background: url(../images/homeCategoryIdAccessories.jpg) 50% 36px no-repeat;
  background-size: 195px auto;
}
/* line 791, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategoriesCards a {
  background: url(../images/homeCategoryIdCards.jpg) 50% 48px no-repeat;
  background-size: 195px auto;
}

@media only screen and (max-width: 600px) {
  /* line 802, ../scss/module/_checkout-cart.scss */
  .cart-table th {
    font-size: 12px;
  }
  /* line 806, ../scss/module/_checkout-cart.scss */
  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }
  /* line 811, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
}
@media only screen and (max-width: 699px) {
  /* line 820, ../scss/module/_checkout-cart.scss */
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  /* line 831, ../scss/module/_checkout-cart.scss */
  .cart-table colgroup, .cart-table thead {
    display: none;
  }
  /* line 835, ../scss/module/_checkout-cart.scss */
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
  }
  /* line 842, ../scss/module/_checkout-cart.scss */
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 846, ../scss/module/_checkout-cart.scss */
  .cart-table tr:last-child {
    margin-bottom: 0;
  }
  /* line 851, ../scss/module/_checkout-cart.scss */
  .cart-table tfoot tr {
    padding-bottom: 0;
  }
  /* line 855, ../scss/module/_checkout-cart.scss */
  .cart-table td {
    border: none;
    display: block;
  }
  /* line 859, ../scss/module/_checkout-cart.scss */
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }
  /* line 863, ../scss/module/_checkout-cart.scss */
  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }
  /* line 867, ../scss/module/_checkout-cart.scss */
  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "source-sans-pro", sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  /* line 876, ../scss/module/_checkout-cart.scss */
  .cart-table td.product-cart-price {
    text-align: left;
  }
  /* line 881, ../scss/module/_checkout-cart.scss */
  .cart-table h2 {
    font-size: 13px;
  }
  /* line 885, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }
  /* line 889, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }
  /* line 893, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }
  /* line 899, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }
  /* line 904, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }
  /* line 909, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }
  /* line 914, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }
  /* line 922, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%;
  }
  /* line 928, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }
  /* line 935, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }
  /* line 941, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }
  /* line 947, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions .button {
    display: none;
  }
  /* line 953, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: 8px 0 2px 18px;
    background-image: none;
    text-indent: 0;
    width: auto;
    color: #901518;
    font-size: 13px;
    font-family: "source-sans-pro", sans-serif;
  }
  /* line 964, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }
  /* line 969, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions {
    text-align: left;
  }
  /* line 972, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  /* line 978, ../scss/module/_checkout-cart.scss */
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: "source-sans-pro", sans-serif;
  }
  /* line 985, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }
  /* line 989, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }
  /* line 993, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }
  /* line 997, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  /* line 1009, ../scss/module/_checkout-cart.scss */
  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
/* line 1024, ../scss/module/_checkout-cart.scss */
.shipping h2 {
  font-family: "source-sans-pro", sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: none;
  margin: 0;
  position: relative;
}
/* line 1039, ../scss/module/_checkout-cart.scss */
.shipping h2:before, .shipping h2:after {
  content: ' ';
  margin: 0;
  width: 7px;
  height: 2px;
  border: none;
  background-color: #0f396a;
  position: absolute;
  transition: all 0.20s ease-out 0s;
  -moz-transition: all 0.20s ease-out 0s;
  -webkit-transition: all 0.20s ease-out 0s;
}
/* line 1052, ../scss/module/_checkout-cart.scss */
.shipping h2:before {
  transform: rotate(45deg);
  right: 4px;
  top: 50%;
}
/* line 1057, ../scss/module/_checkout-cart.scss */
.shipping h2:after {
  right: 0;
  top: 50%;
  transform: rotate(-45deg);
}
/* line 1067, ../scss/module/_checkout-cart.scss */
.shipping.active h2:before {
  width: 14px;
  right: 0;
  top: 50%;
}
/* line 1072, ../scss/module/_checkout-cart.scss */
.shipping.active h2:after {
  content: ' ';
  margin: 0;
  width: 14px;
  height: 2px;
  border: none;
  right: 0;
  top: 50%;
}
/* line 1084, ../scss/module/_checkout-cart.scss */
.shipping .shipping-form {
  margin-top: 5px;
}
/* line 1088, ../scss/module/_checkout-cart.scss */
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid #d3cdc8;
}
/* line 1095, ../scss/module/_checkout-cart.scss */
.shipping select.validation-failed {
  border-color: #4fddfd;
}
/* line 1099, ../scss/module/_checkout-cart.scss */
.shipping .shipping-desc {
  display: none;
}
/* line 1103, ../scss/module/_checkout-cart.scss */
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
/* line 1110, ../scss/module/_checkout-cart.scss */
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1113, ../scss/module/_checkout-cart.scss */
.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
}
/* line 1118, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-country {
  width: 37%;
}
/* line 1122, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-region {
  width: 41%;
}
/* line 1126, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}
/* line 1130, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}
/* line 1135, ../scss/module/_checkout-cart.scss */
.shipping .form-list .input-box {
  padding-top: 0;
}
/* line 1139, ../scss/module/_checkout-cart.scss */
.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
}
/* line 1144, ../scss/module/_checkout-cart.scss */
.shipping .form-list label {
  font-family: "source-sans-pro", sans-serif;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
}
/* line 1153, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
/* line 1157, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
/* line 1161, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods dt {
  margin-left: 0;
}
/* line 1165, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods label {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  min-width: 100px;
}
/* line 1171, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods label span {
  font-family: "source-sans-pro", sans-serif;
  font-weight: bold;
  font-style: normal;
}
/* line 1179, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .buttons-set .button {
  margin-left: 0;
  background: #0f396a;
  border: none;
  border-radius: 0;
  padding: 0 9px;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  color: #fff;
}
/* line 1191, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .buttons-set .button:hover {
  background: #4fddfd !important;
}
/* line 1194, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .buttons-set .button span,
.shipping #co-shipping-method-form .buttons-set .button span span {
  line-height: auto;
  height: auto;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  font-family: "source-sans-pro", sans-serif;
}
/* line 1205, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #d3d7d9;
  background-color: #ededed;
  min-width: 220px;
}
/* line 1210, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: gainsboro;
}

/* line 1227, ../scss/module/_checkout-cart.scss */
.discount h2 {
  margin-bottom: 0;
  font-family: "source-sans-pro", sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: none;
  position: relative;
}
/* line 1241, ../scss/module/_checkout-cart.scss */
.discount h2:before, .discount h2:after {
  content: ' ';
  margin: 0;
  width: 7px;
  height: 2px;
  border: none;
  background-color: #0f396a;
  position: absolute;
  transition: all 0.20s ease-out 0s;
  -moz-transition: all 0.20s ease-out 0s;
  -webkit-transition: all 0.20s ease-out 0s;
}
/* line 1254, ../scss/module/_checkout-cart.scss */
.discount h2:before {
  transform: rotate(45deg);
  right: 4px;
  top: 50%;
}
/* line 1259, ../scss/module/_checkout-cart.scss */
.discount h2:after {
  right: 0;
  top: 50%;
  transform: rotate(-45deg);
}
/* line 1267, ../scss/module/_checkout-cart.scss */
.discount.active h2:before {
  width: 14px;
  right: 0;
  top: 50%;
}
/* line 1272, ../scss/module/_checkout-cart.scss */
.discount.active h2:after {
  content: ' ';
  margin: 0;
  width: 14px;
  height: 2px;
  border: none;
  right: 0;
  top: 50%;
}
/* line 1283, ../scss/module/_checkout-cart.scss */
.discount h3 {
  font-family: "source-sans-pro", sans-serif;
}
/* line 1286, ../scss/module/_checkout-cart.scss */
.discount #discount-coupon-form {
  margin-top: 10px;
}
/* line 1288, ../scss/module/_checkout-cart.scss */
.discount #discount-coupon-form .button {
  padding: 0px 12px;
  background: #0f396a;
}

/* line 1298, ../scss/module/_checkout-cart.scss */
.cart-forms .button,
.cart-forms .button2,
.product-cart-actions .button,
.product-cart-actions .button2 {
  background: #0f396a;
  border: none;
  padding: 0 9px;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  color: #fff;
}
/* line 1326, ../scss/module/_checkout-cart.scss */
.cart-forms .button:hover,
.cart-forms .button2:hover,
.product-cart-actions .button:hover,
.product-cart-actions .button2:hover {
  background: #4fddfd !important;
}
/* line 1329, ../scss/module/_checkout-cart.scss */
.cart-forms .button span,
.cart-forms .button span span,
.cart-forms .button2 span,
.cart-forms .button2 span span,
.product-cart-actions .button span,
.product-cart-actions .button span span,
.product-cart-actions .button2 span,
.product-cart-actions .button2 span span {
  line-height: auto;
  height: auto;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  font-family: "source-sans-pro", sans-serif;
}

@media only screen and (max-width: 600px) {
  /* line 1351, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }
  /* line 1355, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li label {
    display: block;
  }
  /* line 1359, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }
}
@media only screen and (min-width: 770px) {
  /* line 1367, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }
  /* line 1370, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li label {
    display: block;
  }
  /* line 1371, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }
}
@media only screen and (min-width: 850px) {
  /* line 1380, ../scss/module/_checkout-cart.scss */
  .cart-table tfoot {
    display: table-footer-group;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 1401, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li {
    float: left;
  }
  /* line 1403, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li.shipping-country {
    width: 37%;
  }
  /* line 1407, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li.shipping-region {
    width: 41%;
  }
  /* line 1411, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li.shipping-postcode {
    margin-right: 0;
    width: 18%;
  }
  /* line 1415, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li.shipping-postcode input {
    margin-top: 4px;
  }
}
/* line 1431, ../scss/module/_checkout-cart.scss */
.cart .cart-totals {
  text-align: right;
  background-color: #ededed;
}
/* line 1435, ../scss/module/_checkout-cart.scss */
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1439, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table {
  font-family: "source-sans-pro", sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
  color: #363636;
}
/* line 1447, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table td {
  padding: 2px 0;
}
/* line 1450, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
}
/* line 1455, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-right: 15px;
  padding-bottom: 10px;
}
/* line 1460, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tbody tr:last-child td.cart-subtotal {
  padding-right: 10px;
}
/* line 1464, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot {
  border-top: 1px solid #d3d7d9;
  border-bottom: 1px solid #d3d7d9;
}
/* line 1467, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot td {
  font-size: 16px;
  font-weight: 700;
  padding: 2px 15px 2px 5px;
  vertical-align: top;
}
/* line 1474, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
  font-family: "source-sans-pro", sans-serif;
}
/* line 1480, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot strong {
  font-weight: 700;
}
/* line 1485, ../scss/module/_checkout-cart.scss */
.cart .cart-totals .cart-grand-total-excl-tax-tr {
  display: none;
}

/* line 1491, ../scss/module/_checkout-cart.scss */
#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  display: none;
}

@media only screen and (max-width: 600px) {
  /* line 1499, ../scss/module/_checkout-cart.scss */
  .cart-totals {
    text-align: right;
  }
}
@media only screen and (max-width: 600px) {
  /* line 1506, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals table tfoot td {
    font-size: 18px;
  }
}
/* line 1515, ../scss/module/_checkout-cart.scss */
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

/* line 1521, ../scss/module/_checkout-cart.scss */
.discount-form label {
  display: none;
}

/* line 1524, ../scss/module/_checkout-cart.scss */
#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}
/* line 1528, ../scss/module/_checkout-cart.scss */
#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none;
}
/* line 1532, ../scss/module/_checkout-cart.scss */
#discount-coupon-form label,
.cart .giftcard label {
  display: none;
}
/* line 1544, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
}
/* line 1548, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: block;
}
/* line 1552, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
/* line 1556, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
}
/* line 1561, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 45px;
  margin: 4px 10px 0 0;
}

/* line 1569, ../scss/module/_checkout-cart.scss */
.cart .giftcard p {
  margin-bottom: 7px;
}

/* line 1573, ../scss/module/_checkout-cart.scss */
.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}
/* line 1577, ../scss/module/_checkout-cart.scss */
.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
}

/* line 1583, ../scss/module/_checkout-cart.scss */
.cartHelp {
  margin: 38px auto 0;
  padding: 0 0 5px 0;
  width: 285px;
  border: 1px solid #d3d7d9;
}
/* line 1588, ../scss/module/_checkout-cart.scss */
.cartHelp .cartHelpInner {
  height: 181px;
  background: #ededed;
}
/* line 1592, ../scss/module/_checkout-cart.scss */
.cartHelp .cartHelpContent {
  padding: 0;
  text-align: center;
}
/* line 1595, ../scss/module/_checkout-cart.scss */
.cartHelp .cartHelpContent h3 {
  margin-top: 15px;
  margin-bottom: 0;
  font-family: "source-sans-pro", sans-serif;
  font-size: 36px;
  color: #363636;
  font-weight: 400;
  text-transform: none;
  display: none;
}
/* line 1604, ../scss/module/_checkout-cart.scss */
.cartHelp .cartHelpContent h3.alt {
  display: inline;
}
/* line 1606, ../scss/module/_checkout-cart.scss */
.cartHelp .cartHelpContent .cartphone {
  margin-left: 44px;
  text-decoration: none;
  color: #0f396a;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  padding-left: 30px;
  background: url(../images/cart/cart_phone_icon.png) 3px 50% no-repeat;
  background-size: 14px auto;
  pointer-events: none;
}
/* line 1618, ../scss/module/_checkout-cart.scss */
.cartHelp .cartHelpContent .cartphone:hover {
  text-decoration: none;
}
/* line 1622, ../scss/module/_checkout-cart.scss */
.cartHelp .cartHelpContent .cartChat {
  margin-left: 44px;
  text-decoration: none;
  color: #0f396a;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  padding-left: 30px;
  background: url(../images/cart/cart_chat_icon.png) 0 50% no-repeat;
  background-size: 20px auto;
  display: table;
}
/* line 1633, ../scss/module/_checkout-cart.scss */
.cartHelp .cartHelpContent .cartChat:hover {
  text-decoration: underline;
}
/* line 1640, ../scss/module/_checkout-cart.scss */
.cartHelp.noitems .cartHelpContent h3 {
  display: inline-block;
}

/* line 1648, ../scss/module/_checkout-cart.scss */
.cartCerts {
  margin: 27px auto 0;
  padding: 0 0 20px 0;
  max-width: 405px;
  text-align: center;
  font-size: 14px;
  color: #494949;
}
/* line 1655, ../scss/module/_checkout-cart.scss */
.cartCerts .shopperapproved,
.cartCerts .bbb,
.cartCerts .norton {
  text-align: center;
  display: inline-table;
  width: 28%;
  vertical-align: middle;
}
/* line 1662, ../scss/module/_checkout-cart.scss */
.cartCerts .shopperapproved img,
.cartCerts .bbb img,
.cartCerts .norton img {
  width: 93%;
  text-align: center;
}
/* line 1667, ../scss/module/_checkout-cart.scss */
.cartCerts h3 {
  margin-top: 8px;
  margin-bottom: 0;
  font-family: "source-sans-pro", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #363636;
  text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
/* line 1686, ../scss/module/_checkout-cart.scss */
.crosssell h2 {
  color: #0f396a;
}
/* line 1690, ../scss/module/_checkout-cart.scss */
.crosssell .item a.product-image {
  width: auto;
  float: left;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 770px) {
  /* line 1698, ../scss/module/_checkout-cart.scss */
  .crosssell {
    /* Undo three-column config */
  }
  /* line 1699, ../scss/module/_checkout-cart.scss */
  .crosssell .products-grid > li:nth-child(even),
  .crosssell .products-grid > li:nth-child(3n),
  .crosssell .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%;
  }
  /* line 1706, ../scss/module/_checkout-cart.scss */
  .crosssell .products-grid > li:nth-child(odd) {
    clear: left;
  }
  /* line 1710, ../scss/module/_checkout-cart.scss */
  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0;
  }
  /* line 1715, ../scss/module/_checkout-cart.scss */
  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 599px) {
  /* line 1724, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-tax-total:after {
    right: -9px;
  }
  /* line 1728, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 1739, ../scss/module/_checkout-cart.scss */
  .crosssell ul .item {
    padding: 0 0px 40px;
  }
  /* line 1743, ../scss/module/_checkout-cart.scss */
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 479px) {
  /* line 1758, ../scss/module/_checkout-cart.scss */
  .cartHelp .cartHelpContent h3 {
    display: inline;
  }
  /* line 1760, ../scss/module/_checkout-cart.scss */
  .cartHelp .cartHelpContent h3.alt {
    display: none;
  }
}
@media only screen and (min-width: 851px) {
  /* line 1768, ../scss/module/_checkout-cart.scss */
  .cartHelp .cartHelpContent h3 {
    display: none;
  }
  /* line 1769, ../scss/module/_checkout-cart.scss */
  .cartHelp .cartHelpContent h3.alt {
    display: block;
  }
}
@media only screen and (min-width: 979px) {
  /* line 1776, ../scss/module/_checkout-cart.scss */
  .cartHelp .cartHelpContent h3 {
    display: block;
  }
  /* line 1777, ../scss/module/_checkout-cart.scss */
  .cartHelp .cartHelpContent h3.alt {
    display: none;
  }
}
@media only screen and (min-width: 600px) {
  /* line 1804, ../scss/module/_checkout-cart.scss */
  .cart .cart-table thead th,
  .cart .cart-table tbody td {
    background-color: transparent;
    padding: 10px 5px;
    font-family: "source-sans-pro", sans-serif;
  }
  /* line 1811, ../scss/module/_checkout-cart.scss */
  .cart .cart-table .product-cart-remove .btn-remove2 {
    background-image: none;
    text-indent: 0;
    width: auto;
    color: #0f396a;
    font-size: 13px;
    font-family: "source-sans-pro", sans-serif;
    vertical-align: baseline;
  }
  /* line 1825, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals-wrapper .cart-totals {
    padding: 18px 0 14px;
  }
  /* line 1827, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals-wrapper .cart-totals table {
    font-family: "source-sans-pro", sans-serif;
  }
  /* line 1830, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals-wrapper .cart-totals .cart-subtotal-tr,
  .cart .cart-totals-wrapper .cart-totals .cart-discount-tr {
    font-size: 16px;
  }
  /* line 1834, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals-wrapper .cart-totals .cart-subtotal {
    font-weight: 700;
  }
  /* line 1837, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals-wrapper .cart-totals .cart-discount {
    color: #494949;
    text-transform: none;
  }
  /* line 1840, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals-wrapper .cart-totals .cart-discount .subtitle {
    display: block;
    font-weight: 700;
    color: #363636;
    text-transform: uppercase;
  }
  /* line 1847, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals-wrapper .cart-totals .cart-discount-amount {
    padding-top: 0;
    vertical-align: top;
  }
  /* line 1851, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals-wrapper .cart-totals .cart-grand-total, .cart .cart-totals-wrapper .cart-totals .cart-grand-total-incl-tax {
    font-size: 18px;
  }
  /* line 1853, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals-wrapper .cart-totals .cart-grand-total strong, .cart .cart-totals-wrapper .cart-totals .cart-grand-total-incl-tax strong {
    font-weight: 700;
  }
  /* line 1855, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals-wrapper .cart-totals .cart-grand-total-amount, .cart .cart-totals-wrapper .cart-totals .cart-grand-total-incl-tax-amount {
    font-size: 18px;
    font-weight: 700;
    color: #0f396a;
  }
  /* line 1861, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals-wrapper .checkout-types.bottom {
    float: right;
  }
  /* line 1869, ../scss/module/_checkout-cart.scss */
  .cart .cart-forms .shipping h2,
  .cart .cart-forms .discount h2 {
    font-family: "source-sans-pro", sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #363636;
  }
  /* line 1875, ../scss/module/_checkout-cart.scss */
  .cart .cart-forms .shipping h3,
  .cart .cart-forms .discount h3 {
    font-family: "source-sans-pro", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #494949;
  }
  /* line 1881, ../scss/module/_checkout-cart.scss */
  .cart .cart-forms .shipping label,
  .cart .cart-forms .discount label {
    font-family: "source-sans-pro", sans-serif;
    font-size: 15px;
    color: #494949;
  }
  /* line 1887, ../scss/module/_checkout-cart.scss */
  .cart .cart-forms .shipping .discount_list td:first-child,
  .cart .cart-forms .discount .discount_list td:first-child {
    font-size: 15px;
    color: #494949;
  }
  /* line 1896, ../scss/module/_checkout-cart.scss */
  .cart .discount-form label {
    display: none;
  }
  /* line 1897, ../scss/module/_checkout-cart.scss */
  .cart .discount-form .input-box {
    display: inline-block;
  }
  /* line 1898, ../scss/module/_checkout-cart.scss */
  .cart .discount-form .buttons-set {
    float: right;
    clear: none;
    margin-top: 4px;
    padding-top: 0;
  }
  /* line 1903, ../scss/module/_checkout-cart.scss */
  .cart .discount-form .buttons-set .button {
    min-width: 0;
  }

  /* line 1912, ../scss/module/_checkout-cart.scss */
  .checkout-cart-index .cart-empty-wrapper {
    padding: 20px 0 0 30px;
    width: calc(100% - 290px);
    display: inline-block;
  }
  /* line 1917, ../scss/module/_checkout-cart.scss */
  .checkout-cart-index .cart-empty-wrapper .cart-empty p {
    padding-right: 17px;
  }
  /* line 1922, ../scss/module/_checkout-cart.scss */
  .checkout-cart-index .cartHelp.noitems {
    padding: 0;
    float: right;
    width: 285px;
  }
  /* line 1934, ../scss/module/_checkout-cart.scss */
  .checkout-cart-index .cartCategoriesInner {
    margin-bottom: 60px;
    padding: 0 15px;
  }
  /* line 1937, ../scss/module/_checkout-cart.scss */
  .checkout-cart-index .cartCategoriesInner .cartCategories {
    margin-bottom: 44px;
    width: 208px;
    min-height: 236px;
    background-size: 185px auto !important;
  }
  /* line 1942, ../scss/module/_checkout-cart.scss */
  .checkout-cart-index .cartCategoriesInner .cartCategories .cartCategoryMain {
    padding-right: 24px;
    text-align: left;
    padding-top: 0;
  }
  /* line 1948, ../scss/module/_checkout-cart.scss */
  .checkout-cart-index .cartCategoriesInner .cartCategories ul li {
    padding-top: 0;
  }
  /* line 1950, ../scss/module/_checkout-cart.scss */
  .checkout-cart-index .cartCategoriesInner .cartCategories ul li a {
    padding-left: 24px;
    text-align: left;
    display: inline;
  }
}
@media only screen and (min-width: 770px) {
  /* line 1965, ../scss/module/_checkout-cart.scss */
  .cart .page-title .checkout-types.top {
    display: none;
  }
  /* line 1970, ../scss/module/_checkout-cart.scss */
  .cart .discount-form .input-box {
    display: block;
  }
  /* line 1972, ../scss/module/_checkout-cart.scss */
  .cart .discount-form .input-box .input-text {
    width: 100%;
  }

  /* line 1980, ../scss/module/_checkout-cart.scss */
  .checkout-cart-index .cart-empty-wrapper {
    padding: 20px 0 0 30px;
    width: calc(100% - 460px);
  }
  /* line 1984, ../scss/module/_checkout-cart.scss */
  .checkout-cart-index .cartHelp.noitems {
    margin-right: 28px;
  }

  /* line 1996, ../scss/module/_checkout-cart.scss */
  .cartGuarantees .guarantee {
    margin-bottom: 0;
    padding: 92px 35px 0;
    width: auto;
    position: relative;
    float: left;
  }
  /* line 2003, ../scss/module/_checkout-cart.scss */
  .cartGuarantees .satisfaction {
    width: 30%;
  }
  /* line 2005, ../scss/module/_checkout-cart.scss */
  .cartGuarantees .satisfaction:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 63%;
    border-right: 1px solid #dedede;
  }
  /* line 2015, ../scss/module/_checkout-cart.scss */
  .cartGuarantees .alphacare {
    width: 40%;
  }
  /* line 2017, ../scss/module/_checkout-cart.scss */
  .cartGuarantees .alphacare:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 63%;
    border-right: 1px solid #dedede;
  }
  /* line 2027, ../scss/module/_checkout-cart.scss */
  .cartGuarantees .returns {
    width: 30%;
  }
}
@media only screen and (min-width: 1005px) {
  /* line 2039, ../scss/module/_checkout-cart.scss */
  .cart .discount-form .input-box {
    display: inline-block;
  }
  /* line 2041, ../scss/module/_checkout-cart.scss */
  .cart .discount-form .input-box .input-text {
    width: 192px;
  }
}
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
/* line 30, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

/* line 36, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .main {
  margin-bottom: 50px;
}
/* line 39, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .col-main {
  width: auto;
  float: none;
  padding: 0 15px;
}
/* line 45, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .col-main .page-title h1 {
  float: none;
  border-bottom: none;
  margin-bottom: 12px;
  margin-right: 10px;
  padding-top: 28px;
  padding-left: 0;
  padding-bottom: 0;
  position: relative;
  color: #363636;
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-shadow: inherit;
  background: inherit;
}
/* line 64, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .footer-container .footer,
.checkout-onepage-index .footer-container .spanish-link {
  display: none;
}
/* line 69, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .footer-container .subfooter-links ul {
  margin-left: 0 !important;
}

@media only screen and (min-width: 600px) {
  /* line 78, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index #header-nav,
  .checkout-onepage-index #search_mini_form,
  .checkout-onepage-index .account-cart-wrapper,
  .checkout-onepage-index .logo .large {
    display: none;
  }
  /* line 84, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index .page-header {
    height: 65px;
    background-size: 100% 9px;
  }
  /* line 87, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index .page-header .logo {
    margin-top: 16px;
    width: 139px;
    height: 21px;
  }
  /* line 91, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index .page-header .logo .small {
    display: block;
  }
  /* line 95, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index .page-header #header-Contact {
    margin-top: 10px;
  }
  /* line 102, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index .opc #opc-login .step {
    padding: 0px;
  }
  /* line 105, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index .opc #opc-login .buttons-set {
    padding-top: 5px;
  }
  /* line 108, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index .opc #opc-login .forgotpassword {
    margin-top: 0;
  }
  /* line 113, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index #checkout-step-login .col2-set {
    padding-top: 20px;
  }
  /* line 116, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index #checkout-step-login .col-1, .checkout-onepage-index #checkout-step-login .col-2 {
    padding-top: 0;
  }
  /* line 121, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index #checkout-step-login .col-1 #login-form {
    margin-top: 0;
  }
  /* line 124, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index #checkout-step-login .col-1 .form-list {
    text-align: right;
  }
  /* line 126, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index #checkout-step-login .col-1 .form-list li {
    text-align: left;
  }
  /* line 133, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index #checkout-step-login .col-2 {
    border-left: 1px solid #e8e8e8;
  }
  /* line 142, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index #checkout-step-billing label,
  .checkout-onepage-index #checkout-step-shipping label,
  .checkout-onepage-index #checkout-step-shipping_method label {
    padding-top: 4px;
    padding-right: 12px;
    width: 30%;
    text-align: right;
    vertical-align: top;
    font-size: 15px;
    color: #494949;
    display: inline-block;
  }
  /* line 152, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index #checkout-step-billing .input-box,
  .checkout-onepage-index #checkout-step-shipping .input-box,
  .checkout-onepage-index #checkout-step-shipping_method .input-box {
    width: 48%;
    display: inline-block;
  }
  /* line 158, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index #checkout-step-billing .control label,
  .checkout-onepage-index #checkout-step-billing .sp-methods label,
  .checkout-onepage-index #checkout-step-shipping .control label,
  .checkout-onepage-index #checkout-step-shipping .sp-methods label,
  .checkout-onepage-index #checkout-step-shipping_method .control label,
  .checkout-onepage-index #checkout-step-shipping_method .sp-methods label {
    width: 79%;
    max-width: 614px;
    text-align: left;
  }
  /* line 166, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index #checkout-step-billing .fieldset .fields .fields,
  .checkout-onepage-index #checkout-step-shipping .fieldset .fields .fields,
  .checkout-onepage-index #checkout-step-shipping_method .fieldset .fields .fields {
    margin-bottom: 10px;
  }
  /* line 170, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index #checkout-step-billing .fieldset .fields .field select,
  .checkout-onepage-index #checkout-step-shipping .fieldset .fields .field select,
  .checkout-onepage-index #checkout-step-shipping_method .fieldset .fields .field select {
    margin-top: 0;
  }
  /* line 176, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index #checkout-step-billing .buttons-set,
  .checkout-onepage-index #checkout-step-shipping .buttons-set,
  .checkout-onepage-index #checkout-step-shipping_method .buttons-set {
    width: 79%;
    max-width: 614px;
    border-top: none;
  }
  /* line 180, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index #checkout-step-billing .buttons-set a,
  .checkout-onepage-index #checkout-step-shipping .buttons-set a,
  .checkout-onepage-index #checkout-step-shipping_method .buttons-set a {
    padding-right: 30px;
    font-size: 13px;
  }
  /* line 188, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index #checkout-step-shipping_method label {
    text-align: left;
    color: #494949;
  }
  /* line 191, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index #checkout-step-shipping_method label span {
    font-weight: 400;
  }
  /* line 196, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index #checkout-step-shipping_method .buttons-set a {
    padding-right: 30px;
    font-size: 13px;
  }
  /* line 207, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index #checkout-step-payment .sp-methods dd .form-list.off {
    display: block !important;
    color: rgba(73, 73, 73, 0.5);
  }
  /* line 210, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index #checkout-step-payment .sp-methods dd .form-list.off input[type=text], .checkout-onepage-index #checkout-step-payment .sp-methods dd .form-list.off .opc select {
    border-color: rgba(73, 73, 73, 0.5) !important;
    color: rgba(73, 73, 73, 0.5);
  }
  /* line 219, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index #checkout-step-payment .buttons-set a {
    padding-right: 30px;
    font-size: 13px;
  }
  /* line 227, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index .opc .buttons-set button.button {
    float: right;
  }
  /* line 230, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index .opc .buttons-set .forgotpassword {
    float: right;
    display: block;
    clear: right;
    font-style: italic;
  }
}
@media only screen and (min-width: 771px) {
  /* line 242, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px;
  }
  /* line 248, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block;
  }
  /* line 254, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index .col-right {
    padding-left: 0;
  }
  /* line 259, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index #checkout-step-payment .paymentMethodWrapper {
    width: 47%;
    float: left;
  }
  /* line 262, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index #checkout-step-payment .paymentMethodWrapper:first-child {
    padding-right: 28px;
    margin-right: 27px;
    border-right: 1px solid #e8e8e8;
  }
  /* line 271, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index:not(.opc-has-progressed-from-login) .col-main {
    float: none;
    margin: 0 auto;
  }
  /* line 275, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index:not(.opc-has-progressed-from-login) .col-right.sidebar {
    display: none;
  }
}
/* line 295, ../scss/module/_checkout-onepage.scss */
.opc select {
  width: 365px;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
/* line 304, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #ECECEC;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 310, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}

/* line 315, ../scss/module/_checkout-onepage.scss */
.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
/* line 320, ../scss/module/_checkout-onepage.scss */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #F4F4F4;
}

/* line 324, ../scss/module/_checkout-onepage.scss */
.opc .section.active .step-title {
  border-bottom: 1px solid #ECECEC;
}

/* line 328, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title a {
  display: none;
}

/* line 332, ../scss/module/_checkout-onepage.scss */
.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
  font-size: 13px;
}

/* line 341, ../scss/module/_checkout-onepage.scss */
.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

/* line 345, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #999;
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -13px;
}

/* line 361, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title .number {
  font-weight: 700;
}

/* line 365, ../scss/module/_checkout-onepage.scss */
.opc .section.allow .step-title .number {
  background-color: #999;
}

/* line 369, ../scss/module/_checkout-onepage.scss */
.opc .section.allow.active .step-title .number {
  background-color: #0f396a;
}

/* line 373, ../scss/module/_checkout-onepage.scss */
.opc .section.allow .step-title h2 {
  color: #999;
}

/* line 378, ../scss/module/_checkout-onepage.scss */
.opc .section.active .step-title h2 {
  color: #0f396a;
}

/* line 382, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title h2 {
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  color: #363636;
  height: 40px;
  float: left;
  margin: 0px 4px 0px 53px;
}

/* line 393, ../scss/module/_checkout-onepage.scss */
.opc .section .step {
  padding: 20px 15px 50px;
}
/* line 396, ../scss/module/_checkout-onepage.scss */
.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}

/* line 405, ../scss/module/_checkout-onepage.scss */
.opc select {
  max-width: 365px;
  width: 100%;
  height: 30px;
  border-color: #d3cdc8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

/* line 413, ../scss/module/_checkout-onepage.scss */
.opc h3 {
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background-color: #f3f3f3;
  line-height: 42px;
  font-weight: 700;
  padding-left: 15px;
}

/* line 425, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set,
#co-shipping-method-form .buttons-set {
  text-align: center;
}
/* line 429, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set button.button,
#co-shipping-method-form .buttons-set button.button {
  float: right;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  width: auto;
  padding: 7px 35px;
  min-height: auto;
  line-height: 19px;
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  background: #901518;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
/* line 445, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set p.required,
#co-shipping-method-form .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 450, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set .back-link,
#co-shipping-method-form .buttons-set .back-link {
  float: right;
  margin: 0;
}
/* line 454, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set a,
#co-shipping-method-form .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0;
}

/* line 463, ../scss/module/_checkout-onepage.scss */
.opc #checkout-step-shipping_method .sp-methods label {
  color: #494949;
}

@media only screen and (max-width: 479px) {
  /* line 471, ../scss/module/_checkout-onepage.scss */
  .opc .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0;
  }
}
/* line 478, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .step {
  padding: 17px 7% 40px;
}
/* line 482, ../scss/module/_checkout-onepage.scss */
.opc #opc-login label {
  font-size: 15px;
  color: #494949;
}
/* line 487, ../scss/module/_checkout-onepage.scss */
.opc #opc-login input[type=email],
.opc #opc-login input[type=password] {
  width: 100%;
  max-width: 100%;
}
/* line 493, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .col-1 #login-form {
  margin-top: 25px;
}
/* line 497, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .col-2 li {
  font-size: 15px;
  color: #494949;
  line-height: 1.4em;
}
/* line 503, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 25px;
}
/* line 508, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .forgotpassword {
  margin-top: 10px;
  float: right;
  display: block;
  clear: right;
  font-style: italic;
}
/* line 516, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .checkoutInfoColumnBaseMobile {
  display: none;
}
/* line 518, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .checkoutInfoColumnBaseMobile .checkoutInfoColumnBase {
  padding-top: 35px;
  font-size: 16px;
}
/* line 524, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .checkoutInfoColumnBaseMobile .checkoutInfoColumnBase .checkoutInfoColumnBaseHeader p em, .opc #opc-login .checkoutInfoColumnBaseMobile .checkoutInfoColumnBase .checkoutInfoColumnBaseHeader p .cartChat {
  display: none;
}
/* line 528, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .checkoutInfoColumnBaseMobile .checkoutInfoColumnBase .checkoutInfoColumnBaseHeader .headerImg {
  width: 100%;
  height: auto;
  padding-bottom: 16px;
}
/* line 533, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .checkoutInfoColumnBaseMobile .checkoutInfoColumnBase .checkoutInfoColumnBaseHeader h5 {
  color: #0f396a;
  font-weight: bold;
  font-size: 22px;
  text-transform: capitalize;
  text-shadow: 2px 2px 10px rgba(59, 45, 45, 0.4);
  display: inline;
}
/* line 541, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .checkoutInfoColumnBaseMobile .checkoutInfoColumnBase .checkoutInfoColumnBaseHeader p {
  font-style: normal;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #0f396a;
  display: inline;
  font-size: 16px;
  padding-left: 4px;
}
/* line 550, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .checkoutInfoColumnBaseMobile .checkoutInfoColumnBase .checkoutInfoColumnBaseAlphacare {
  padding-top: 10px;
}
/* line 553, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .checkoutInfoColumnBaseMobile .checkoutInfoColumnBase .checkoutInfoColumnBaseAlphacare h6 {
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
/* line 558, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .checkoutInfoColumnBaseMobile .checkoutInfoColumnBase .checkoutInfoColumnBaseAlphacare ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1em;
}

@media only screen and (max-width: 600px) {
  /* line 567, ../scss/module/_checkout-onepage.scss */
  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none;
  }
}
/* line 573, ../scss/module/_checkout-onepage.scss */
#opc-payment .note {
  padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
/* line 584, ../scss/module/_checkout-onepage.scss */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -moz-transition: opacity 300ms 0;
  -o-transition: opacity 300ms 0;
  -webkit-transition: opacity 300ms 0;
  transition: opacity 300ms 0;
}

/* line 589, ../scss/module/_checkout-onepage.scss */
.opc.opc-firststep-login .section#opc-login .step-title .number {
  -moz-transition: width 80ms 0;
  -o-transition: width 80ms 0;
  -webkit-transition: width 80ms 0;
  transition: width 80ms 0;
}

/* line 593, ../scss/module/_checkout-onepage.scss */
.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -moz-transition: margin-left 80ms 0;
  -o-transition: margin-left 80ms 0;
  -webkit-transition: margin-left 80ms 0;
  transition: margin-left 80ms 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
/* line 600, ../scss/module/_checkout-onepage.scss */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

/* line 605, ../scss/module/_checkout-onepage.scss */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden;
}

/* line 610, ../scss/module/_checkout-onepage.scss */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px;
  display: none;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
/* line 619, ../scss/module/_checkout-onepage.scss */
.sp-methods {
  margin: 0 0 8px;
}
/* line 622, ../scss/module/_checkout-onepage.scss */
.sp-methods dt {
  margin: 22px 0 5px 18px;
  font-weight: bold;
  font-size: 15px;
}
/* line 626, ../scss/module/_checkout-onepage.scss */
.sp-methods dt:first-child {
  margin-top: 0;
}
/* line 630, ../scss/module/_checkout-onepage.scss */
.sp-methods dd li {
  margin: 5px 0;
}
/* line 633, ../scss/module/_checkout-onepage.scss */
.sp-methods label img {
  float: left;
}
/* line 636, ../scss/module/_checkout-onepage.scss */
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}
/* line 641, ../scss/module/_checkout-onepage.scss */
.sp-methods .price {
  font-weight: bold;
}
/* line 644, ../scss/module/_checkout-onepage.scss */
.sp-methods .form-list {
  padding-left: 20px;
}
/* line 647, ../scss/module/_checkout-onepage.scss */
.sp-methods .form-list li {
  margin: 0 0 8px;
}
/* line 651, ../scss/module/_checkout-onepage.scss */
.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}
/* line 655, ../scss/module/_checkout-onepage.scss */
.sp-methods select.year {
  width: 96px;
}
/* line 658, ../scss/module/_checkout-onepage.scss */
.sp-methods input.cvv {
  width: 4em !important;
}
/* line 661, ../scss/module/_checkout-onepage.scss */
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130px;
}
/* line 666, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}
/* line 670, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
/* line 676, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list address {
  float: left;
}
@media only screen and (max-width: 479px) {
  /* line 665, ../scss/module/_checkout-onepage.scss */
  .sp-methods .checkmo-list {
    padding-left: 0;
  }
  /* line 683, ../scss/module/_checkout-onepage.scss */
  .sp-methods .checkmo-list label {
    width: 135px;
  }
}
/* line 689, ../scss/module/_checkout-onepage.scss */
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
/* line 692, ../scss/module/_checkout-onepage.scss */
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* line 701, ../scss/module/_checkout-onepage.scss */
#checkout-step-payment .sp-methods dt label {
  width: 100%;
  font-weight: 700;
  font-size: 15px;
  color: #363636;
  min-width: 0;
  padding: 9px 10px 9px 40px;
}
/* line 708, ../scss/module/_checkout-onepage.scss */
#checkout-step-payment .sp-methods dt label a {
  margin-top: 0;
  float: none;
}
/* line 713, ../scss/module/_checkout-onepage.scss */
#checkout-step-payment .sp-methods dt input.radio {
  margin-top: 14px;
}
/* line 716, ../scss/module/_checkout-onepage.scss */
#checkout-step-payment .sp-methods dt:first-child {
  margin: 0 0 5px;
}
/* line 720, ../scss/module/_checkout-onepage.scss */
#checkout-step-payment .sp-methods dd {
  color: #494949;
}
/* line 722, ../scss/module/_checkout-onepage.scss */
#checkout-step-payment .sp-methods dd p.required {
  display: none;
}
/* line 723, ../scss/module/_checkout-onepage.scss */
#checkout-step-payment .sp-methods dd .form-list {
  padding-left: 0;
}
/* line 725, ../scss/module/_checkout-onepage.scss */
#checkout-step-payment .sp-methods dd .form-list li {
  margin: 0 18px 8px;
  font-size: 15px;
}
/* line 728, ../scss/module/_checkout-onepage.scss */
#checkout-step-payment .sp-methods dd .form-list li label {
  font-size: 15px;
}
/* line 732, ../scss/module/_checkout-onepage.scss */
#checkout-step-payment .sp-methods dd .form-list.off {
  display: none;
}
/* line 738, ../scss/module/_checkout-onepage.scss */
#checkout-step-payment .buttons-set {
  border-top: none;
}

/* line 744, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .data-table {
  color: #494949;
}
/* line 746, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .data-table th {
  padding: 9px 10px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  color: #494949;
}
/* line 753, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .data-table tbody tr {
  border-top: 1px solid #e8e8e8;
}
/* line 757, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .data-table tbody td img {
  margin: 0 auto;
  width: 100%;
  max-width: 100px;
}
/* line 762, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .data-table tbody td .product-name {
  background: transparent;
  line-height: 1.3em;
  font-size: 15px;
  font-weight: 700;
  color: #363636;
  padding: 0;
}
/* line 770, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .data-table tbody td .item-options {
  margin: 0;
  color: #494949;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-style: inherit;
}
/* line 776, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .data-table tbody td .item-options dt {
  font-style: inherit;
  font-weight: 700;
}
/* line 781, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .data-table tbody td .review-price {
  text-align: center;
}
/* line 782, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .data-table tbody td .review-subtotal {
  text-align: left;
}
/* line 785, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .data-table tfoot .checkout-review-footerTotalTable-wrapper {
  background: #f1f7fb;
  border: 1px solid #ccc;
}
/* line 788, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .data-table tfoot .checkout-review-footerTotalTable-wrapper .checkout-review-footerTotalTable {
  width: 100%;
}
/* line 791, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .data-table tfoot .checkout-review-footerTotalTable-wrapper tr {
  background: transparent;
  border-top: 0;
}
/* line 795, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .data-table tfoot .checkout-review-footerTotalTable-wrapper td {
  padding-top: 4px;
  padding-bottom: 4px;
}
/* line 798, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .data-table tfoot .checkout-review-footerTotalTable-wrapper td:first-child {
  padding: 4px 18px;
}
/* line 802, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .data-table tfoot .checkout-review-footerTotalTable-wrapper .cart-grand-total-excl-tax-tr {
  display: none;
}
/* line 805, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .data-table tfoot .checkout-review-footerTotalTable-wrapper .cart-subtotal-tr,
#checkout-step-review .data-table tfoot .checkout-review-footerTotalTable-wrapper .cart-discount-tr {
  font-size: 15px;
}
/* line 809, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .data-table tfoot .checkout-review-footerTotalTable-wrapper .cart-subtotal {
  font-weight: 700;
  text-transform: uppercase;
}
/* line 813, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .data-table tfoot .checkout-review-footerTotalTable-wrapper .cart-discount {
  color: #494949;
  text-transform: none;
}
/* line 816, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .data-table tfoot .checkout-review-footerTotalTable-wrapper .cart-discount .subtitle {
  display: block;
  font-weight: 700;
  color: #363636;
  text-transform: uppercase;
}
/* line 823, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .data-table tfoot .checkout-review-footerTotalTable-wrapper .cart-grand-total-incl-tax {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 828, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .data-table tfoot .checkout-review-footerTotalTable-wrapper .cart-grand-total-incl-tax-amount {
  font-size: 18px;
  font-weight: 400;
  color: #901518;
}
/* line 832, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .data-table tfoot .checkout-review-footerTotalTable-wrapper .cart-grand-total-incl-tax-amount strong {
  font-weight: 400;
}
/* line 836, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .data-table tfoot .checkout-review-footerTotalTable-wrapper .cart-grand-total-incl-tax-tr {
  border-top: 1px solid #E6E6E6;
}
/* line 840, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .data-table tfoot .checkout-review-footerTotalTable-wrapper-td {
  width: 100% !important;
}
/* line 845, ../scss/module/_checkout-onepage.scss */
#checkout-step-review #checkout-review-submit .buttons-set {
  border-top: none;
}

/* One Page Checkout */
/* line 853, ../scss/module/_checkout-onepage.scss */
.block-progress {
  border: 0;
  margin: 28px 0 0;
  border-left: 1px solid #d3d7d9;
  padding-left: 20px;
}
/* line 860, ../scss/module/_checkout-onepage.scss */
.block-progress .block-title strong {
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  color: #363636;
}
/* line 866, ../scss/module/_checkout-onepage.scss */
.block-progress .block-content {
  font-size: 13px;
}
/* line 869, ../scss/module/_checkout-onepage.scss */
.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #363636;
  font-family: "source-sans-pro", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 6px;
  text-transform: none;
  font-weight: 700;
  color: #494949;
}
/* line 878, ../scss/module/_checkout-onepage.scss */
.block-progress dt .changelink .separator {
  padding: 0 6px;
}
/* line 881, ../scss/module/_checkout-onepage.scss */
.block-progress dt .changelink a {
  text-transform: capitalize;
  content: 'Edit';
  font-weight: 400;
  font-size: 13px;
}
/* line 890, ../scss/module/_checkout-onepage.scss */
.block-progress dt.complete {
  color: #494949;
  margin-bottom: 3px;
}
/* line 894, ../scss/module/_checkout-onepage.scss */
.block-progress dd {
  padding-left: 0;
  margin-bottom: 16px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-style: italic;
  color: #999;
}
/* line 901, ../scss/module/_checkout-onepage.scss */
.block-progress dd address {
  font-style: italic;
}
/* line 907, ../scss/module/_checkout-onepage.scss */
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}
/* line 910, ../scss/module/_checkout-onepage.scss */
.block-progress #payment-progress-opcheckout strong {
  font-weight: 400;
}
/* line 914, ../scss/module/_checkout-onepage.scss */
.block-progress #payment-progress-opcheckout .payment-info dt {
  margin-bottom: 0;
  color: #999;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
}
/* line 920, ../scss/module/_checkout-onepage.scss */
.block-progress #payment-progress-opcheckout .payment-info dd {
  padding-left: 8px;
  margin-bottom: 0;
}
/* line 929, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #363636;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}
/* line 940, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info dt:after {
  content: ': ';
}
/* line 945, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}
/* line 951, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */
/* line 961, ../scss/module/_checkout-onepage.scss */
#checkout-review-table .btn-remove img {
  display: none;
}

/* line 967, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper {
  clear: both;
}

/* line 971, ../scss/module/_checkout-onepage.scss */
#review-buttons-container {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 976, ../scss/module/_checkout-onepage.scss */
#review-buttons-container .btn-checkout {
  min-width: 220px;
}
/* line 979, ../scss/module/_checkout-onepage.scss */
#review-buttons-container .please-wait {
  float: left;
  margin-right: 10px;
}
/* line 983, ../scss/module/_checkout-onepage.scss */
#review-buttons-container .f-left {
  float: right;
  padding-top: 1em;
}

@media only screen and (max-width: 599px) {
  /* line 991, ../scss/module/_checkout-onepage.scss */
  .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 998, ../scss/module/_checkout-onepage.scss */
  .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
/* line 1005, ../scss/module/_checkout-onepage.scss */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

/* line 1010, ../scss/module/_checkout-onepage.scss */
.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
/* line 1016, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}
/* line 1020, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
/* line 1023, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}
/* line 1028, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 479px) {
  /* line 1034, ../scss/module/_checkout-onepage.scss */
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }
}
/* line 1040, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

@media only screen and (max-width: 479px) {
  /* line 1047, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table thead > tr > th {
    display: none;
  }
  /* line 1050, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }

  /* line 1054, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
}
/* line 1060, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}
/* line 1064, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* Gift options */
/* line 1072, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}
/* line 1076, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item h5 {
  font-weight: bold;
}
/* line 1080, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}
/* line 1086, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item .details {
  float: left;
}

/* line 1094, ../scss/module/_checkout-onepage.scss */
.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block;
}
/* line 1101, ../scss/module/_checkout-onepage.scss */
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}
/* line 1109, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}
/* line 1113, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form img {
  float: left;
}
/* line 1117, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
/* line 1120, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1124, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}
/* line 1130, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ECECEC;
}
/* line 1135, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1139, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}
/* line 1142, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
/* line 1148, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}
/* line 1153, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

@media only screen and (max-width: 600px) {
  /* line 1162, ../scss/module/_checkout-onepage.scss */
  .gift-message-form .giftmessage-area {
    max-width: 100%;
  }
  /* line 1167, ../scss/module/_checkout-onepage.scss */
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }
  /* line 1172, ../scss/module/_checkout-onepage.scss */
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px;
  }
  /* line 1175, ../scss/module/_checkout-onepage.scss */
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }
}
/* ============================================ *
 * Checkout - Success
 * ============================================ */
/* line 31, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .col-main {
  width: auto;
  float: none;
  padding: 0 15px;
}
/* line 36, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .col-main .page-title {
  display: none;
}
/* line 38, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .col-main .page-title h1 {
  float: none;
  border-bottom: none;
  margin-bottom: 4px;
  margin-right: 10px;
  padding-left: 0;
  padding-bottom: 0;
  position: relative;
  color: #000;
  font-size: 28px;
  text-shadow: inherit;
  font-weight: 700;
  background: inherit;
}
/* line 54, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .col-main h2 {
  float: none;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 12px;
  margin-right: 10px;
  padding-top: 28px;
  padding-left: 0;
  padding-bottom: 14px;
  position: relative;
  color: #363636;
  font-family: "source-sans-pro", sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  text-shadow: inherit;
  background: inherit;
}
/* line 76, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .col-main p {
  color: #494949;
}
/* line 80, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .col-main .buttons-set {
  margin: 10px 0;
  text-align: center;
  border-top: 0;
  float: left;
}
/* line 86, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .col-main .buttons-set button.button {
  float: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 100px;
  width: auto;
  padding: 0 31px 4px 31px;
  min-height: auto;
  line-height: 30px;
  font-size: 16px;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  background: #901518;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
}
/* line 105, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .col-main .buttons-set button.button:hover {
  background: #dfa601;
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
/* line 34, ../scss/module/_configurableswatches.scss */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
/* line 40, ../scss/module/_configurableswatches.scss */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #363636;
  text-decoration: none;
  box-sizing: content-box;
}

/* line 51, ../scss/module/_configurableswatches.scss */
.swatch-link {
  border: 1px solid #d3d7d9;
  margin: 0 0 3px;
}
/* line 55, ../scss/module/_configurableswatches.scss */
.swatch-link img {
  border-radius: 2px;
}
/* line 59, ../scss/module/_configurableswatches.scss */
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
/* line 64, ../scss/module/_configurableswatches.scss */
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
/* line 77, ../scss/module/_configurableswatches.scss */
.swatch-link.has-image .swatch-label {
  position: relative;
}
/* line 81, ../scss/module/_configurableswatches.scss */
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 89, ../scss/module/_configurableswatches.scss */
.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #F4F4F4;
}

/* line 96, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
/* line 102, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
/* line 108, ../scss/module/_configurableswatches.scss */
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
/* line 116, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .x {
  display: block;
}
/* line 120, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .swatch-link {
  border-color: #EDEDED;
  position: relative;
}
/* line 124, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
/* line 130, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
/* line 136, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
/* line 140, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

/* line 146, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
/* line 151, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
/* line 157, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
/* line 161, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #0f396a;
}
/* line 166, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-label {
  background: #F4F4F4;
  border: 1px solid #d3d7d9;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
/* line 177, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
/* line 184, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 600px) {
  /* line 191, ../scss/module/_configurableswatches.scss */
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
/* line 197, ../scss/module/_configurableswatches.scss */
.currently .swatch-current {
  position: relative;
}
/* line 200, ../scss/module/_configurableswatches.scss */
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
/* line 207, ../scss/module/_configurableswatches.scss */
.currently .swatch-current span {
  display: block;
  float: left;
}
/* line 213, ../scss/module/_configurableswatches.scss */
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
/* line 217, ../scss/module/_configurableswatches.scss */
.currently .swatch-link:hover {
  border-color: #d3d7d9;
  cursor: default;
}

/* Other Swatch States */
/* line 225, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #0f396a;
}

/* line 231, ../scss/module/_configurableswatches.scss */
.configurable-swatch-box {
  background: none !important;
}
/* line 234, ../scss/module/_configurableswatches.scss */
.configurable-swatch-box select.swatch-select {
  display: none;
}
/* line 238, ../scss/module/_configurableswatches.scss */
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #4fddfd;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
/* line 251, ../scss/module/_configurableswatches.scss */
.availability.out-of-stock span {
  color: #494949;
}

/* line 257, ../scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}
/* line 263, ../scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 12px;
}
/* line 268, ../scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}
/* line 273, ../scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #0f396a;
  padding-left: 5px;
}
/* line 281, ../scss/module/_configurableswatches.scss */
.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}
/* line 286, ../scss/module/_configurableswatches.scss */
.product-view .product-options .select-label {
  display: none;
}
/* line 291, ../scss/module/_configurableswatches.scss */
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

/* ============================================ *
 * Customer
 * ============================================ */
/* line 32, ../scss/module/_customer.scss */
.customer-account-login .col-main {
  width: auto;
  float: none;
  padding: 20px 7% 0 7%;
  margin-bottom: 40px;
}
/* line 40, ../scss/module/_customer.scss */
.customer-account-login .col-main .page-title h1 {
  float: none;
  border-bottom: none;
  margin-bottom: 16px;
  margin-right: 10px;
  padding-left: 0;
  padding-bottom: 13px;
  position: relative;
  color: #363636;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-shadow: inherit;
  background-color: inherit;
  text-transform: none;
}
/* line 60, ../scss/module/_customer.scss */
.customer-account-login .scaffold-form label {
  font-size: 15px;
  color: #494949;
}
/* line 64, ../scss/module/_customer.scss */
.customer-account-login .scaffold-form label:first-child {
  width: 135px;
}
/* line 68, ../scss/module/_customer.scss */
.customer-account-login .form-instructions {
  font-size: 16px;
  font-style: normal;
  font-family: "source-sans-pro", sans-serif;
  color: #494949;
  margin-top: 20px;
}
/* line 77, ../scss/module/_customer.scss */
.customer-account-login .col2-set h2 {
  font-size: 22px;
  text-transform: none;
  font-family: "source-sans-pro", sans-serif;
  background-color: #ededed;
  line-height: 26px;
  font-weight: 700;
  padding: 6px 0 9px 11px;
  color: #363636;
}
/* line 88, ../scss/module/_customer.scss */
.customer-account-login .col2-set .buttons-set {
  border-top: 0;
}
/* line 91, ../scss/module/_customer.scss */
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
  float: right;
  padding: 0 30px;
  width: auto;
  min-width: 146px;
  font-family: "source-sans-pro", sans-serif;
  background-color: #0f396a;
  font-size: 16px;
  font-weight: 700;
  margin-left: 0px;
  line-height: 45px;
  white-space: nowrap;
  border: none !important;
}
/* line 106, ../scss/module/_customer.scss */
.customer-account-login .col2-set .buttons-set button:hover,
.customer-account-login .col2-set .buttons-set .button:hover {
  background-color: #4fddfd !important;
}
/* line 110, ../scss/module/_customer.scss */
.customer-account-login .col2-set .buttons-set a.f-left {
  font-style: italic;
  color: #0f396a;
  font-size: 14px;
}
/* line 118, ../scss/module/_customer.scss */
.customer-account-login .col2-set .col-1 ul {
  margin: 20px 0;
}
/* line 121, ../scss/module/_customer.scss */
.customer-account-login .col2-set .col-1 ul.form-list input {
  width: 100%;
}
/* line 126, ../scss/module/_customer.scss */
.customer-account-login .col2-set .col-2 {
  padding-top: 30px;
  border-top: 1px solid #EDEDED;
  margin-top: 44px;
}
/* line 131, ../scss/module/_customer.scss */
.customer-account-login .col2-set ul.benefits {
  margin-top: 6px;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1em;
}
/* line 137, ../scss/module/_customer.scss */
.customer-account-login .col2-set ul.benefits li {
  line-height: 1.4em;
  padding-bottom: 4px;
  font-size: 15px;
  color: #494949;
}

/* line 150, ../scss/module/_customer.scss */
.customer-account-changeforgotten .col-main {
  width: auto;
  float: none;
  padding: 20px 7% 0 7%;
  margin-bottom: 40px;
}
/* line 158, ../scss/module/_customer.scss */
.customer-account-changeforgotten .col-main .page-title h1 {
  float: none;
  border-bottom: none;
  margin-bottom: 16px;
  margin-right: 10px;
  padding-left: 0;
  padding-bottom: 13px;
  position: relative;
  color: #363636;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-shadow: inherit;
  background-color: inherit;
  text-transform: none;
}
/* line 177, ../scss/module/_customer.scss */
.customer-account-changeforgotten .col-main form .fieldset {
  margin-top: 0 !important;
}
/* line 180, ../scss/module/_customer.scss */
.customer-account-changeforgotten .col-main form .button {
  float: right;
  padding: 7px 35px;
  width: auto;
  min-width: auto;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background-color: #901518;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  margin-left: 187px;
  line-height: 19px;
  white-space: nowrap;
  border: none !important;
}
/* line 195, ../scss/module/_customer.scss */
.customer-account-changeforgotten .col-main form .button:hover {
  background-color: #4fddfd;
}

@media only screen and (min-width: 479px) {
  /* line 207, ../scss/module/_customer.scss */
  .customer-account-login .col-main {
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media only screen and (min-width: 600px) {
  /* line 220, ../scss/module/_customer.scss */
  .customer-account-login .col-main {
    padding-left: 4%;
    padding-right: 4%;
    max-width: 723px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  /* line 231, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-1 {
    padding-right: 20px;
    padding-top: 0;
    margin-top: 20px;
  }
  /* line 236, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-2 {
    border-top: none;
    padding-left: 20px;
    margin-top: 20px;
    padding-top: 0;
    border-left: 1px solid #f8f4e8;
  }
  /* line 246, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .buttons-set a.f-left {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 265, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-1 {
    padding-right: 30px;
  }
  /* line 268, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-2 {
    padding-left: 30px;
  }
}
/* line 282, ../scss/module/_customer.scss */
.customer-account-create .scaffold-form label:first-child {
  width: 140px;
}

/* line 288, ../scss/module/_customer.scss */
.opc #opc-login p:not(.required) {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #494949;
}

/* line 296, ../scss/module/_customer.scss */
.remember-me-box a.hide {
  display: none;
}
/* line 299, ../scss/module/_customer.scss */
.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px;
}

/* line 305, ../scss/module/_customer.scss */
.remember-me-popup {
  display: none;
  border: 1px solid #d3d7d9;
  padding: 10px;
  position: relative;
}
/* line 311, ../scss/module/_customer.scss */
.remember-me-popup.show {
  display: block;
}
/* line 315, ../scss/module/_customer.scss */
.remember-me-popup p {
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/* line 319, ../scss/module/_customer.scss */
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
/* line 327, ../scss/module/_customer.scss */
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

/* line 335, ../scss/module/_customer.scss */
.customer-account-create .col-main {
  width: auto;
  float: none;
  padding: 20px 7% 0 7%;
  margin-bottom: 40px;
}
/* line 343, ../scss/module/_customer.scss */
.customer-account-create .col-main .page-title h1 {
  float: none;
  border-bottom: none;
  margin-bottom: 16px;
  margin-right: 10px;
  padding-left: 0;
  padding-bottom: 13px;
  position: relative;
  color: #363636;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-shadow: inherit;
  background-color: inherit;
  border-bottom: 1px solid #ededed;
  text-transform: none;
}
/* line 362, ../scss/module/_customer.scss */
.customer-account-create .col-main h2 {
  padding-top: 20px;
  font-weight: 200;
  font-family: arial;
  color: #636363;
}
/* line 370, ../scss/module/_customer.scss */
.customer-account-create .col-main .form-list li.control {
  display: none;
}
/* line 375, ../scss/module/_customer.scss */
.customer-account-create .col-main .buttons-set {
  margin: 20px 0;
  text-align: center;
  border: none;
}
/* line 380, ../scss/module/_customer.scss */
.customer-account-create .col-main .buttons-set button.button {
  float: right;
  padding: 0 30px;
  width: auto;
  min-width: 146px;
  font-family: "source-sans-pro", sans-serif;
  background-color: #0f396a;
  font-size: 16px;
  font-weight: 700;
  margin-left: 0;
  line-height: 45px;
  white-space: nowrap;
  border: none !important;
}
/* line 394, ../scss/module/_customer.scss */
.customer-account-create .col-main .buttons-set button.button:hover {
  background-color: #4fddfd !important;
}
/* line 402, ../scss/module/_customer.scss */
.customer-account-create .buttons-set {
  max-width: 455px;
}
/* line 405, ../scss/module/_customer.scss */
.customer-account-create .buttons-set .back-link {
  display: none;
}
/* line 410, ../scss/module/_customer.scss */
.customer-account-create .fieldset,
.customer-account-create .buttons-set {
  margin-left: 30px;
}
@media only screen and (max-width: 479px) {
  /* line 410, ../scss/module/_customer.scss */
  .customer-account-create .fieldset,
  .customer-account-create .buttons-set {
    margin-left: 0;
  }
}
/* line 420, ../scss/module/_customer.scss */
.customer-account-create .fieldset .hidden, .customer-account-create .fieldset p.required {
  display: none;
}
/* line 423, ../scss/module/_customer.scss */
.customer-account-create .fieldset .form-instructions {
  font-size: 17px;
  font-style: normal;
  font-family: "source-sans-pro", sans-serif;
  margin-bottom: 25px;
}
/* line 431, ../scss/module/_customer.scss */
.customer-account-create .fieldset .form-list input {
  width: 100%;
}
/* line 436, ../scss/module/_customer.scss */
.customer-account-create .remember-me-box {
  display: none;
}
/* line 439, ../scss/module/_customer.scss */
.customer-account-create #remember-me-popup {
  max-width: 455px;
  display: none;
}
/* line 445, ../scss/module/_customer.scss */
.customer-account-create .scaffold-form label {
  font-size: 16px;
  color: #494949;
}

@media only screen and (min-width: 479px) {
  /* line 457, ../scss/module/_customer.scss */
  .customer-account-create .col-main {
    padding-left: 11%;
    padding-right: 11%;
  }
  /* line 461, ../scss/module/_customer.scss */
  .customer-account-create .fieldset {
    margin-left: 0;
  }
}
@media only screen and (min-width: 600px) {
  /* line 472, ../scss/module/_customer.scss */
  .customer-account-create .col-main {
    padding-left: 4%;
    padding-right: 4%;
    max-width: 485px;
    margin: 0 auto;
  }
}
/* line 484, ../scss/module/_customer.scss */
.customer-account-forgotpassword .col-main {
  width: 100%;
  padding: 20px 4% 0;
  display: inline-block;
  margin-bottom: 40px;
}
/* line 492, ../scss/module/_customer.scss */
.customer-account-forgotpassword .page-title h1 {
  float: none;
  margin-bottom: 16px;
  margin-right: 10px;
  padding-bottom: 0;
  position: relative;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #363636;
  text-shadow: inherit;
  background: inherit;
  padding-left: 0;
  padding-bottom: 13px;
  border-bottom: 1px solid #ededed;
}
/* line 509, ../scss/module/_customer.scss */
.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  /*margin-left: $trim;
  max-width: 400px;*/
}
@media only screen and (max-width: 479px) {
  /* line 509, ../scss/module/_customer.scss */
  .customer-account-forgotpassword .fieldset,
  .customer-account-forgotpassword .buttons-set {
    margin-left: 0;
  }
}
/* line 520, ../scss/module/_customer.scss */
.customer-account-forgotpassword .fieldset h2 {
  display: none;
}
/* line 525, ../scss/module/_customer.scss */
.customer-account-forgotpassword .fieldset p.form-instructions {
  font-family: "source-sans-pro", sans-serif;
  font-size: 17px;
  color: #494949;
  font-style: normal;
}
/* line 532, ../scss/module/_customer.scss */
.customer-account-forgotpassword .fieldset ul.form-list {
  margin-top: 20px;
}
/* line 535, ../scss/module/_customer.scss */
.customer-account-forgotpassword .fieldset ul.form-list label {
  color: #494949;
}
/* line 539, ../scss/module/_customer.scss */
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}
/* line 545, ../scss/module/_customer.scss */
.customer-account-forgotpassword .buttons-set .button {
  line-height: 45px;
  font-size: 16px;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  padding: 0 30px;
  white-space: normal;
  background: #0f396a !important;
  width: auto;
  min-width: 146px;
}
/* line 555, ../scss/module/_customer.scss */
.customer-account-forgotpassword .buttons-set .button:hover {
  background: #4fddfd !important;
}
/* line 559, ../scss/module/_customer.scss */
.customer-account-forgotpassword .buttons-set .back-link {
  float: right;
  display: inline;
  margin-right: 20px;
}
/* line 563, ../scss/module/_customer.scss */
.customer-account-forgotpassword .buttons-set .back-link a {
  color: #0f396a;
}

@media only screen and (min-width: 479px) {
  /* line 573, ../scss/module/_customer.scss */
  .customer-account-forgotpassword .form-list, .customer-account-forgotpassword .buttons-set {
    width: 300px;
  }
}
/* ============================================ *
 * My Account Global Styles
 * ============================================ */
/* line 593, ../scss/module/_customer.scss */
body.customer-account .my-account {
  width: auto;
  float: none;
  padding: 23px 15px 0;
  color: #494949;
}
/* line 600, ../scss/module/_customer.scss */
body.customer-account .my-account .page-title h1 {
  float: none;
  border-bottom: none;
  margin-right: 10px;
  padding-left: 0;
  padding-bottom: 0;
  position: relative;
  color: #363636;
  font-family: "source-sans-pro", sans-serif;
  text-shadow: inherit;
  background-color: inherit;
  font-weight: 500;
  font-size: 41px;
  margin-bottom: .5em;
}
/* line 620, ../scss/module/_customer.scss */
body.customer-account .my-account .welcome-msg .hello strong {
  font-weight: 400;
}
/* line 624, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}
/* line 628, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons h1 {
  text-align: left;
  width: auto;
  display: table;
}
/* line 634, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 640, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -42px;
}
/* line 648, ../scss/module/_customer.scss */
body.customer-account .my-account .buttons-set {
  margin: 10px 0;
  text-align: center;
}
/* line 652, ../scss/module/_customer.scss */
body.customer-account .my-account .buttons-set button.button {
  float: right;
  margin-right: 0;
  margin-bottom: 0;
  font-family: "source-sans-pro", sans-serif;
  padding: 0 30px;
  width: auto;
  min-width: 146px;
  background-color: #0f396a;
  font-size: 16px;
  font-weight: 700;
  margin-left: 0;
  line-height: 45px;
  white-space: nowrap;
  border: none !important;
}
/* line 668, ../scss/module/_customer.scss */
body.customer-account .my-account .buttons-set button.button:hover {
  background: #4fddfd !important;
  text-decoration: none;
}
/* line 676, ../scss/module/_customer.scss */
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
}
/* line 683, ../scss/module/_customer.scss */
body.customer-account .my-account .addresses-list h3 {
  margin-bottom: 0;
  font-family: "source-sans-pro", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  color: #494949;
}
/* line 692, ../scss/module/_customer.scss */
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 18px;
}
/* line 698, ../scss/module/_customer.scss */
body.customer-account .data-table {
  margin-top: 5px;
  color: #494949;
  font-size: 16px;
}
/* line 704, ../scss/module/_customer.scss */
body.customer-account .data-table thead th {
  background: transparent;
  font-family: "source-sans-pro", sans-serif;
}
/* line 707, ../scss/module/_customer.scss */
body.customer-account .data-table thead th.number {
  padding-left: 14px;
}
/* line 712, ../scss/module/_customer.scss */
body.customer-account .data-table tbody tr {
  border-top: 1px solid #e8e8e8;
}
/* line 718, ../scss/module/_customer.scss */
body.customer-account .data-table td a {
  font-family: "source-sans-pro", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
}
/* line 726, ../scss/module/_customer.scss */
body.customer-account .data-table span.nobr {
  white-space: normal;
}
/* line 729, ../scss/module/_customer.scss */
body.customer-account .data-table span.nobr a {
  white-space: nowrap;
}
/* line 735, ../scss/module/_customer.scss */
body.customer-account .data-table td.view a {
  display: block;
  font-family: "source-sans-pro", sans-serif;
  font-size: 15px;
}
/* line 740, ../scss/module/_customer.scss */
body.customer-account .data-table td.view .link-reorder {
  margin-top: 6px;
  min-height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 0 16px;
  white-space: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-shadow: none;
  background: #83201A !important;
  border: 1px solid #83201A !important;
  display: inline-block;
}
/* line 755, ../scss/module/_customer.scss */
body.customer-account .data-table td.view .link-reorder:hover {
  background: #4fddfd !important;
  border: 1px solid #4fddfd !important;
  text-decoration: none;
}
/* line 762, ../scss/module/_customer.scss */
body.customer-account .data-table td.status em {
  font-style: normal;
}
/* line 764, ../scss/module/_customer.scss */
body.customer-account .data-table .separator {
  display: none;
}
/* line 768, ../scss/module/_customer.scss */
body.customer-account .data-table tfoot tr {
  background-color: #f5f5f5;
}
/* line 777, ../scss/module/_customer.scss */
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
/* line 783, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
/* line 787, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}
/* line 794, ../scss/module/_customer.scss */
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 799, ../scss/module/_customer.scss */
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
/* line 806, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
/* line 813, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 817, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
/* line 822, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}
/* line 829, ../scss/module/_customer.scss */
body.customer-account .sidebar .actions .button {
  float: right;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  width: auto;
  padding: 0 10px;
  min-height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  background: #ac4029;
  border: 1px solid #87251b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 2px 2px 2px rgba(59, 45, 45, 0.6);
  background: #b0422a !important;
  background: -webkit-linear-gradient(top, #b0422a 0%, #a73e27 60%, #a53d26 60.01%, #9f3a24 100%) !important;
  background: linear-gradient(to bottom, #b0422a 0%, #a73e27 60%, #a53d26 60.01%, #9f3a24 100%) !important;
}

@media only screen and (min-width: 600px) {
  /* line 854, ../scss/module/_customer.scss */
  body.customer-account .col-left {
    width: 273px;
    padding-right: 12px;
    margin-left: 0;
    margin-top: 16px;
  }
  /* line 861, ../scss/module/_customer.scss */
  body.customer-account .col-left-first .block-title {
    background: none;
    display: block;
    padding: 21px 0 0 28px !important;
    margin-bottom: 8px;
    cursor: text;
    line-height: 48px;
  }
  /* line 868, ../scss/module/_customer.scss */
  body.customer-account .col-left-first .block-title strong {
    color: #363636;
    font-size: 22px;
    font-weight: 300;
    text-transform: none;
  }
  /* line 878, ../scss/module/_customer.scss */
  body.customer-account .col-left-first .block-account ul {
    padding-left: 14px;
  }
  /* line 879, ../scss/module/_customer.scss */
  body.customer-account .col-left-first .block-account li {
    width: 100%;
    margin: 0;
    padding: 10px 0 9px 16px;
    display: block;
  }
  /* line 890, ../scss/module/_customer.scss */
  body.customer-account .col-left-first .block-account li a {
    margin: 3px 0;
    padding: 0 0 0 18px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #363636;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    display: block;
    position: relative;
  }
  /* line 901, ../scss/module/_customer.scss */
  body.customer-account .col-left-first .block-account li a strong {
    color: #0f396a;
  }
  /* line 904, ../scss/module/_customer.scss */
  body.customer-account .col-left-first .block-account li a:hover {
    color: #0f396a;
  }
  /* line 907, ../scss/module/_customer.scss */
  body.customer-account .col-left-first .block-account li a:before, body.customer-account .col-left-first .block-account li a:after {
    content: '';
    width: 7px;
    height: 2px;
    background-color: #4fddfd;
    position: absolute;
  }
  /* line 915, ../scss/module/_customer.scss */
  body.customer-account .col-left-first .block-account li a:before {
    transform: rotate(45deg);
    top: 8px;
    left: 0;
  }
  /* line 920, ../scss/module/_customer.scss */
  body.customer-account .col-left-first .block-account li a:after {
    transform: rotate(-45deg);
    position: absolute;
    top: 12px;
    left: 0;
  }
  /* line 927, ../scss/module/_customer.scss */
  body.customer-account .col-left-first .block-account li strong {
    font-weight: 700;
  }
  /* line 931, ../scss/module/_customer.scss */
  body.customer-account .col2-left-layout .col-main {
    width: 100%;
    margin-left: -273px;
    padding-left: 296px;
    position: relative;
    border-top: none;
  }
  /* line 939, ../scss/module/_customer.scss */
  body.customer-account .col2-left-layout .col-main:before {
    display: none;
  }
}
/* line 950, ../scss/module/_customer.scss */
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px;
}
/* line 957, ../scss/module/_customer.scss */
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
/* line 972, ../scss/module/_customer.scss */
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 0;
  padding: 0 0 0 14px;
  background: #f5f5f5;
  line-height: 45px;
}
/* line 979, ../scss/module/_customer.scss */
.dashboard .box-head h2 {
  font-family: "source-sans-pro", sans-serif;
  color: #363636;
  font-size: 17px;
  font-weight: 700;
  line-height: inherit;
  display: inline-block;
  margin-bottom: 0;
  text-transform: none;
}
/* line 990, ../scss/module/_customer.scss */
.dashboard .box-head a {
  padding: 0 0 0 9px;
}
/* line 992, ../scss/module/_customer.scss */
.dashboard .box-head a:before {
  content: '|';
  padding-right: 9px;
  color: #363636;
  text-decoration: none;
}
/* line 997, ../scss/module/_customer.scss */
.dashboard .box-head a:before:hover {
  text-decoration: none;
}
/* line 1004, ../scss/module/_customer.scss */
.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: none;
  font-size: 13px;
}
/* line 1010, ../scss/module/_customer.scss */
.dashboard .box-account {
  margin-bottom: 31px;
}
/* line 1015, ../scss/module/_customer.scss */
.dashboard .box-account p,
.dashboard .box-account address {
  font-family: "source-sans-pro", sans-serif;
  font-style: normal;
  font-size: 16px;
}
/* line 1024, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0;
}
/* line 1029, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 .box,
.dashboard .col2-set .col-2 .box {
  padding-left: 14px;
}
/* line 1033, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px;
}
/* line 1037, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 400;
  font-size: 16px;
  font-family: "source-sans-pro", sans-serif;
  margin-bottom: 0;
  text-transform: none;
}
/* line 1046, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  line-height: 19.6px;
}
/* line 1054, ../scss/module/_customer.scss */
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
/* line 1058, ../scss/module/_customer.scss */
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #EDEDED;
}
/* line 1062, ../scss/module/_customer.scss */
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
/* line 1066, ../scss/module/_customer.scss */
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}
/* line 1073, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
/* line 1076, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
/* line 1080, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  margin-right: 5px;
}
/* line 1087, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
/* line 1101, ../scss/module/_customer.scss */
body.customer-address-index .my-account {
  max-width: 584px;
  margin-bottom: 68px;
}
/* line 1104, ../scss/module/_customer.scss */
body.customer-address-index .my-account .buttons-set {
  border-top: none;
  margin-top: 0;
  padding: 0 0 0 20px;
}
/* line 1108, ../scss/module/_customer.scss */
body.customer-address-index .my-account .buttons-set button.button {
  float: left;
}
/* line 1112, ../scss/module/_customer.scss */
body.customer-address-index .my-account .col2-set.addresses-list {
  margin-left: 20px;
  font-size: 16px;
}
/* line 1115, ../scss/module/_customer.scss */
body.customer-address-index .my-account .col2-set.addresses-list h2 {
  margin-bottom: 12px;
  margin-left: -20px;
  padding-left: 20px;
  line-height: 45px;
  background: #f5f5f5;
  font-family: "source-sans-pro", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #363636;
  text-transform: none;
}

/* line 1133, ../scss/module/_customer.scss */
.my-account .addresses-list {
  font-family: "source-sans-pro", sans-serif;
}
/* line 1136, ../scss/module/_customer.scss */
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}
/* line 1141, ../scss/module/_customer.scss */
.my-account .addresses-list .item {
  margin: 0 0 10px 0;
  float: left;
  width: 50%;
  padding-right: 30px;
}
/* line 1147, ../scss/module/_customer.scss */
.my-account .addresses-list .item p {
  margin-top: 0;
}
/* line 1153, ../scss/module/_customer.scss */
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
/* line 1159, ../scss/module/_customer.scss */
.my-account .addresses-list .col-1 li.empty,
.my-account .addresses-list .col-2 li.empty {
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 599px) {
  /* line 1169, ../scss/module/_customer.scss */
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

/* line 1179, ../scss/module/_customer.scss */
body.customer-address-form p.required {
  display: none;
}
/* line 1180, ../scss/module/_customer.scss */
body.customer-address-form .fieldset {
  max-width: 584px;
}
/* line 1181, ../scss/module/_customer.scss */
body.customer-address-form h2 {
  padding: 0 0 0 14px;
  background: #f5f5f5;
  line-height: 45px;
  font-family: "source-sans-pro", sans-serif;
  color: #363636;
  font-size: 17px;
  font-weight: 700;
}
/* line 1190, ../scss/module/_customer.scss */
body.customer-address-form .buttons-set {
  max-width: 584px;
}

/* ============================================ *
 * Order View
 * ============================================ */
/* line 1199, ../scss/module/_customer.scss */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
  width: 100%;
  margin-bottom: 30px;
}
/* line 1205, ../scss/module/_customer.scss */
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
/* line 1212, ../scss/module/_customer.scss */
.order-info dt {
  margin-right: 20px;
}
/* line 1216, ../scss/module/_customer.scss */
.order-info li {
  margin: 0 0 0 20px;
}
/* line 1219, ../scss/module/_customer.scss */
.order-info li.current {
  font-weight: 600;
}
/* line 1223, ../scss/module/_customer.scss */
.order-info li:first-child {
  margin-left: 0;
}

/* line 1229, ../scss/module/_customer.scss */
body.sales-order-view .my-account {
  font-size: 15px;
}
/* line 1231, ../scss/module/_customer.scss */
body.sales-order-view .my-account .order-details h2 {
  margin-bottom: 12px;
  margin-left: -10px;
  padding-left: 10px;
  line-height: 39px;
  background: #f5f5f5;
  font-family: "source-sans-pro", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #363636;
}

/* line 1244, ../scss/module/_customer.scss */
.order-date {
  font-family: "source-sans-pro", sans-serif;
  text-transform: uppercase;
}

/* line 1249, ../scss/module/_customer.scss */
.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}
/* line 1253, ../scss/module/_customer.scss */
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #EDEDED;
}
/* line 1258, ../scss/module/_customer.scss */
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}
/* line 1263, ../scss/module/_customer.scss */
.order-info-box .col-2 {
  width: 52%;
}
/* line 1267, ../scss/module/_customer.scss */
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 1274, ../scss/module/_customer.scss */
.order-info-box .box-title {
  width: 100%;
  padding-right: 10px;
  float: left;
}
/* line 1279, ../scss/module/_customer.scss */
.order-info-box .box-title h2 {
  color: #494949;
  font-size: 16px;
  font-family: "source-sans-pro", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 4px;
}
/* line 1287, ../scss/module/_customer.scss */
.order-info-box .box-title h2:after {
  content: ':';
}
/* line 1293, ../scss/module/_customer.scss */
.order-info-box .box-content {
  float: left;
  font-family: "source-sans-pro", sans-serif;
}
/* line 1297, ../scss/module/_customer.scss */
.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: "source-sans-pro", sans-serif;
  line-height: 1.3;
}
/* line 1303, ../scss/module/_customer.scss */
.order-info-box .box-content th {
  padding-top: 10px;
}
/* line 1307, ../scss/module/_customer.scss */
.order-info-box .box-content td {
  padding-left: 15px;
}
/* line 1311, ../scss/module/_customer.scss */
.order-info-box .box-content strong {
  font-family: "source-sans-pro", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 1320, ../scss/module/_customer.scss */
#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
/* line 1326, ../scss/module/_customer.scss */
#my-orders-table .option-value {
  margin-left: 20px;
}
/* line 1330, ../scss/module/_customer.scss */
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}
/* line 1334, ../scss/module/_customer.scss */
#my-orders-table .item-options {
  font-family: "source-sans-pro", sans-serif;
}
/* line 1336, ../scss/module/_customer.scss */
#my-orders-table .item-options dt {
  font-style: normal;
}

/* line 1343, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 1347, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
/* line 1352, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (max-width: 599px) {
  /* line 1359, ../scss/module/_customer.scss */
  #my-orders-table .option-label {
    margin-left: 20px;
  }
  /* line 1363, ../scss/module/_customer.scss */
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  /* line 1368, ../scss/module/_customer.scss */
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }
  /* line 1372, ../scss/module/_customer.scss */
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }
  /* line 1377, ../scss/module/_customer.scss */
  #my-orders-table tr.bundle {
    border-color: #EDEDED;
  }
  /* line 1382, ../scss/module/_customer.scss */
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  /* line 1388, ../scss/module/_customer.scss */
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  /* line 1392, ../scss/module/_customer.scss */
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }
  /* line 1398, ../scss/module/_customer.scss */
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}
/* line 1404, ../scss/module/_customer.scss */
.order-additional {
  margin: 40px 0;
}

/* line 1409, ../scss/module/_customer.scss */
.order-gift-message dd {
  margin-top: 10px;
}

@media only screen and (max-width: 979px) {
  /* line 1417, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0;
  }

  /* line 1427, ../scss/module/_customer.scss */
  body.customer-account .data-table td.view a {
    white-space: normal;
  }
}
@media only screen and (min-width: 979px) {
  /* line 1437, ../scss/module/_customer.scss */
  body.customer-account .data-table thead th:not(.view) {
    padding: 10px 5% 10px 10px;
  }
}
@media only screen and (max-width: 770px) {
  /* line 1445, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
  /* line 1448, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: 0px;
    margin: 24px 14px 24px 0;
    display: inline-block;
  }
}
@media only screen and (max-width: 600px) {
  /* line 1463, ../scss/module/_customer.scss */
  body.customer-account .data-table.orders th.ship,
  body.customer-account .data-table.orders td.ship,
  body.customer-account .data-table.orders td.status,
  body.customer-account .data-table.orders th.status {
    display: none;
  }

  /* line 1474, ../scss/module/_customer.scss */
  .order-info-box .box-content {
    clear: left;
  }

  /* line 1488, ../scss/module/_customer.scss */
  .order-info dt {
    display: none;
  }

  /* line 1494, ../scss/module/_customer.scss */
  .dashboard .page-title {
    margin-top: 20px;
  }
  /* line 1497, ../scss/module/_customer.scss */
  .dashboard .page-title h1 {
    margin-top: 0;
  }
  /* line 1502, ../scss/module/_customer.scss */
  .dashboard .welcome-msg {
    font-family: "source-sans-pro", sans-serif;
  }
  /* line 1505, ../scss/module/_customer.scss */
  .dashboard .welcome-msg .hello {
    font-style: italic;
  }
  /* line 1510, ../scss/module/_customer.scss */
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  /* line 1516, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }
  /* line 1523, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }
  /* line 1528, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-2 {
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  /* line 1539, ../scss/module/_customer.scss */
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1556, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
  /* line 1559, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons .button {
    position: static;
    margin-bottom: 15px;
    margin-top: 20px;
    width: 220px;
    padding: 0 10px;
    min-height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    background: #ac4029;
    border: 1px solid #87251b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 2px 2px 2px rgba(59, 45, 45, 0.6);
    background: #b0422a !important;
    background: -webkit-linear-gradient(top, #b0422a 0%, #a73e27 60%, #a53d26 60.01%, #9f3a24 100%) !important;
    background: linear-gradient(to bottom, #b0422a 0%, #a73e27 60%, #a53d26 60.01%, #9f3a24 100%) !important;
  }
  /* line 1579, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons .button + .button {
    margin-left: 0px;
  }
  /* line 1586, ../scss/module/_customer.scss */
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }
  /* line 1591, ../scss/module/_customer.scss */
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }
  /* line 1595, ../scss/module/_customer.scss */
  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }
  /* line 1600, ../scss/module/_customer.scss */
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }
  /* line 1607, ../scss/module/_customer.scss */
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }

  /* line 1614, ../scss/module/_customer.scss */
  .order-info {
    margin-top: 15px;
  }

  /* line 1620, ../scss/module/_customer.scss */
  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }
  /* line 1625, ../scss/module/_customer.scss */
  .data-table.orders td.view {
    text-align: right;
  }

  /* line 1633, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }

  /* line 1641, ../scss/module/_customer.scss */
  .order-info-box {
    margin: 0;
  }
  /* line 1644, ../scss/module/_customer.scss */
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding: 15px 0;
  }
  /* line 1651, ../scss/module/_customer.scss */
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  /* line 1659, ../scss/module/_customer.scss */
  #my-reviews-table .nobr {
    white-space: normal;
  }
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
/* line 1670, ../scss/module/_customer.scss */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px;
}
/* line 1674, ../scss/module/_customer.scss */
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}
/* line 1678, ../scss/module/_customer.scss */
body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #EDEDED;
  padding-top: 10px;
}

/* line 1689, ../scss/module/_customer.scss */
.customer-account-edit .my-account .fieldset h2.legend,
.customer-account-edit .my-account p.required {
  display: none;
}
/* line 1691, ../scss/module/_customer.scss */
.customer-account-edit .my-account .form-list {
  max-width: 242px;
}
/* line 1693, ../scss/module/_customer.scss */
.customer-account-edit .my-account .form-list .control {
  margin-top: 16px;
}
/* line 1695, ../scss/module/_customer.scss */
.customer-account-edit .my-account .form-list .control label {
  min-width: 242px;
  color: #494949;
}
/* line 1701, ../scss/module/_customer.scss */
.customer-account-edit .my-account .fieldset {
  margin-bottom: 18px;
}
/* line 1702, ../scss/module/_customer.scss */
.customer-account-edit .my-account .buttons-set {
  margin-top: 0;
  padding-top: 0;
  max-width: 242px;
  border-top: none;
}
/* line 1707, ../scss/module/_customer.scss */
.customer-account-edit .my-account .buttons-set .back-link {
  display: none;
}

/* ============================================ *
 * Contacts
 * ============================================ */
/* line 31, ../scss/module/_contacts.scss */
.contacts-index-index .buttons-set {
  margin-left: 30px;
  max-width: 435px;
}
/* line 35, ../scss/module/_contacts.scss */
.contacts-index-index .buttons-set p.required {
  float: left;
}
@media only screen and (max-width: 599px) {
  /* line 31, ../scss/module/_contacts.scss */
  .contacts-index-index .buttons-set {
    max-width: 330px;
    margin-left: 0;
  }
  /* line 43, ../scss/module/_contacts.scss */
  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0px;
  }
  /* line 48, ../scss/module/_contacts.scss */
  .contacts-index-index .buttons-set p.required {
    float: right;
  }
}

/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 700px) and (min-width: 601px) {
  /* line 34, ../scss/module/_paypal.scss */
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}

/* line 42, ../scss/module/_paypal.scss */
.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}
/* line 48, ../scss/module/_paypal.scss */
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}
/* line 53, ../scss/module/_paypal.scss */
.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  /* line 59, ../scss/module/_paypal.scss */
  .paypal-review-order .col-1 {
    padding-bottom: 0;
  }
  /* line 63, ../scss/module/_paypal.scss */
  .paypal-review-order .field.inactive {
    display: none;
  }
}

/* line 70, ../scss/module/_paypal.scss */
.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}
/* line 75, ../scss/module/_paypal.scss */
.top-container .bml-ad span {
  display: inline-block;
}
/* line 78, ../scss/module/_paypal.scss */
.top-container .bml-ad span a {
  display: block;
}

/* line 84, ../scss/module/_paypal.scss */
.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px;
}
/* line 89, ../scss/module/_paypal.scss */
.bml-ad span {
  display: block;
  line-height: 0;
}
/* line 93, ../scss/module/_paypal.scss */
.bml-ad a {
  display: inline-block;
  max-width: 100%;
}
/* line 97, ../scss/module/_paypal.scss */
.bml-ad a:hover {
  opacity: 0.7;
}
/* line 100, ../scss/module/_paypal.scss */
.bml-ad img {
  height: auto !important;
  max-width: 100%;
}

/* line 107, ../scss/module/_paypal.scss */
.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0;
}

@media only screen and (max-width: 600px) {
  /* line 113, ../scss/module/_paypal.scss */
  .bml-ad.small {
    display: block;
  }
}
@media only screen and (min-width: 601px) {
  /* line 119, ../scss/module/_paypal.scss */
  .bml-ad.large {
    display: block;
  }
}
/* line 124, ../scss/module/_paypal.scss */
div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
/* line 129, ../scss/module/_paypal.scss */
div.paypal-logo span {
  display: block;
  width: 100%;
}
/* line 133, ../scss/module/_paypal.scss */
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
/* line 137, ../scss/module/_paypal.scss */
div.paypal-logo span a img {
  max-width: 100%;
}
/* line 143, ../scss/module/_paypal.scss */
div.paypal-logo span > img {
  display: none;
}

/* line 149, ../scss/module/_paypal.scss */
.checkout-types div.paypal-logo {
  text-align: right;
}

/* line 154, ../scss/module/_paypal.scss */
.bml-checkout-type {
  list-style-type: none;
}

/* line 159, ../scss/module/_paypal.scss */
.sidebar .paypal-logo {
  text-align: center;
  line-height: 0;
}
/* line 163, ../scss/module/_paypal.scss */
.sidebar .paypal-logo > a {
  display: inline-block;
  max-width: 100%;
}
/* line 167, ../scss/module/_paypal.scss */
.sidebar .paypal-logo > a:hover {
  opacity: 0.8;
}
/* line 170, ../scss/module/_paypal.scss */
.sidebar .paypal-logo > a img {
  display: block;
}
/* line 174, ../scss/module/_paypal.scss */
.sidebar .paypal-logo .label {
  margin-top: 4px;
}
/* line 176, ../scss/module/_paypal.scss */
.sidebar .paypal-logo .label a {
  font-size: 12px;
  line-height: 1.5;
}

/* ============================================ *
 * Review - Customer
 * ============================================ */
/* line 30, ../scss/module/_review.scss */
.reviews-container {
  max-width: 450px;
  margin: 0 auto;
  padding: 0 4%;
}
/* line 35, ../scss/module/_review.scss */
.reviews-container #customer-reviews {
  width: auto;
  float: none;
}
/* line 39, ../scss/module/_review.scss */
.reviews-container #customer-reviews .review-heading {
  border-top: 1px solid #d3d7d9;
  border-bottom: 1px solid #d3d7d9;
  padding: 10px 0 5px;
  display: none;
}
/* line 45, ../scss/module/_review.scss */
.reviews-container #customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
/* line 49, ../scss/module/_review.scss */
.reviews-container #customer-reviews .review-heading h2 {
  float: left;
  display: block;
}
/* line 54, ../scss/module/_review.scss */
.reviews-container #customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
/* line 60, ../scss/module/_review.scss */
.reviews-container #customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
/* line 63, ../scss/module/_review.scss */
.reviews-container #customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
/* line 71, ../scss/module/_review.scss */
.reviews-container #customer-reviews .review-heading .pager .amount {
  display: none;
}
/* line 77, ../scss/module/_review.scss */
.reviews-container #customer-reviews h2 {
  color: #0f396a;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 82, ../scss/module/_review.scss */
.reviews-container #customer-reviews h2 span {
  color: #363636;
}
/* line 87, ../scss/module/_review.scss */
.reviews-container #customer-reviews h3 {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 93, ../scss/module/_review.scss */
.reviews-container #customer-reviews h3 span {
  color: #0f396a;
}
/* line 98, ../scss/module/_review.scss */
.reviews-container #customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px;
}
/* line 102, ../scss/module/_review.scss */
.reviews-container #customer-reviews .fieldset h4 {
  border-bottom: 1px solid #d3d7d9;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}
/* line 110, ../scss/module/_review.scss */
.reviews-container #customer-reviews .fieldset h4 em {
  display: none;
}
/* line 115, ../scss/module/_review.scss */
.reviews-container #customer-reviews .fieldset .form-list {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px;
}
/* line 130, ../scss/module/_review.scss */
.reviews-container #customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
/* line 135, ../scss/module/_review.scss */
.reviews-container #customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal;
}
/* line 140, ../scss/module/_review.scss */
.reviews-container #customer-reviews .fieldset .form-list textarea {
  border: 1px solid #d3d7d9;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}
/* line 147, ../scss/module/_review.scss */
.reviews-container #customer-reviews .fieldset .form-list input {
  border: 1px solid #d3d7d9;
  border-radius: 0;
}
/* line 151, ../scss/module/_review.scss */
.reviews-container #customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}
/* line 158, ../scss/module/_review.scss */
.reviews-container #customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}
/* line 164, ../scss/module/_review.scss */
.reviews-container #customer-reviews dl {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}
/* line 170, ../scss/module/_review.scss */
.reviews-container #customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
}
/* line 174, ../scss/module/_review.scss */
.reviews-container #customer-reviews dl dt a {
  pointer-events: none;
  font-size: 21px;
  line-height: 26px;
  font-weight: bold;
  font-family: "source-sans-pro", sans-serif;
  text-transform: uppercase;
  color: #363636;
}
/* line 185, ../scss/module/_review.scss */
.reviews-container #customer-reviews dl dd {
  font-family: "source-sans-pro", sans-serif;
  font-size: 17px;
  color: #494949;
  margin: 10px 0 60px;
}
/* line 191, ../scss/module/_review.scss */
.reviews-container #customer-reviews dl dd .ratings-table {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  width: 100%;
}
/* line 196, ../scss/module/_review.scss */
.reviews-container #customer-reviews dl dd .ratings-table th {
  padding: 5px 0;
  font-family: "source-sans-pro", sans-serif;
  font-weight: bold;
  color: #363636;
  text-transform: uppercase;
  font-size: 17px;
}
/* line 204, ../scss/module/_review.scss */
.reviews-container #customer-reviews dl dd .ratings-table tr {
  margin-right: 15px;
}
/* line 208, ../scss/module/_review.scss */
.reviews-container #customer-reviews dl dd .ratings-table .review-label {
  width: 300px;
  max-width: 70%;
}
/* line 214, ../scss/module/_review.scss */
.reviews-container #customer-reviews dl dd table {
  margin: 15px 0;
}
/* line 218, ../scss/module/_review.scss */
.reviews-container #customer-reviews dl dd .review-meta {
  color: #494949;
  font-family: "source-sans-pro", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  font-style: italic;
}
/* line 228, ../scss/module/_review.scss */
.reviews-container #customer-reviews .no-rating {
  text-align: center;
}

/* line 233, ../scss/module/_review.scss */
.review-summary-table {
  border-bottom: 1px solid #d3d7d9;
  margin: 0 0 10px;
}
/* line 237, ../scss/module/_review.scss */
.review-summary-table thead {
  background: transparent;
}
/* line 240, ../scss/module/_review.scss */
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}
/* line 248, ../scss/module/_review.scss */
.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}
/* line 252, ../scss/module/_review.scss */
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
/* line 257, ../scss/module/_review.scss */
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}
/* line 266, ../scss/module/_review.scss */
.review-summary-table .rating-box .rating-number {
  display: none;
}
/* line 269, ../scss/module/_review.scss */
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -599px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* line 287, ../scss/module/_review.scss */
.review-product-list #reviews_module {
  display: none;
}
/* line 290, ../scss/module/_review.scss */
.review-product-list #customer-reviews {
  max-width: 450px;
  margin: 60px auto;
  padding: 0 4%;
}
/* line 295, ../scss/module/_review.scss */
.review-product-list #customer-reviews h2 {
  font-size: 21px;
  line-height: 26px;
  font-weight: bold;
  font-family: "source-sans-pro", sans-serif;
  text-transform: uppercase;
  color: #363636;
}
/* line 303, ../scss/module/_review.scss */
.review-product-list #customer-reviews h3 {
  font-family: "source-sans-pro", sans-serif;
  font-size: 16px;
  color: #494949;
  text-transform: none;
  font-weight: 400;
}
/* line 312, ../scss/module/_review.scss */
.review-product-list #customer-reviews .fieldset h4 {
  font-family: "source-sans-pro", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
}
/* line 320, ../scss/module/_review.scss */
.review-product-list #customer-reviews .fieldset .review-summary-table th {
  font-family: "source-sans-pro", sans-serif;
  font-weight: bold;
}
/* line 326, ../scss/module/_review.scss */
.review-product-list #customer-reviews .fieldset .review-summary-table tbody th {
  font-weight: bold;
  color: #363636;
  font-size: 16px;
}
/* line 331, ../scss/module/_review.scss */
.review-product-list #customer-reviews .fieldset .review-summary-table tbody td {
  padding-left: 5%;
  padding-right: 5%;
}
/* line 338, ../scss/module/_review.scss */
.review-product-list #customer-reviews .fieldset ul {
  margin-top: 30px;
}
/* line 341, ../scss/module/_review.scss */
.review-product-list #customer-reviews .fieldset ul li {
  margin-bottom: 30px;
}
/* line 344, ../scss/module/_review.scss */
.review-product-list #customer-reviews .fieldset ul li input {
  width: 100%;
}
/* line 347, ../scss/module/_review.scss */
.review-product-list #customer-reviews .fieldset ul li textarea {
  max-width: none;
  border-color: #d3cdc8;
}
/* line 358, ../scss/module/_review.scss */
.review-product-list #customer-reviews dl dt a {
  pointer-events: none;
  font-size: 21px;
  line-height: 26px;
  font-weight: bold;
  font-family: "source-sans-pro", sans-serif;
  text-transform: uppercase;
  color: #363636;
}
/* line 368, ../scss/module/_review.scss */
.review-product-list #customer-reviews dl dd {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #494949;
  margin: 10px 0 60px;
}
/* line 375, ../scss/module/_review.scss */
.review-product-list #customer-reviews dl dd .ratings-table {
  margin: 15px 0;
  width: 100%;
}
/* line 379, ../scss/module/_review.scss */
.review-product-list #customer-reviews dl dd .ratings-table tr {
  margin-right: 15px;
  border-bottom: 1px solid #e8e8e8;
}
/* line 388, ../scss/module/_review.scss */
.review-product-list #customer-reviews .buttons-set button {
  min-height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  padding: 0 12px 4px;
  float: right;
  width: 100%;
  max-width: 285px;
  white-space: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-shadow: none;
  background: #83201A;
  border: 1px solid #83201A;
  margin-left: 0;
}
/* line 405, ../scss/module/_review.scss */
.review-product-list #customer-reviews .buttons-set button:hover {
  background: #dfa601;
  border: 1px solid #dfa601;
}
/* line 411, ../scss/module/_review.scss */
.review-product-list #customer-reviews .no-rating {
  display: none;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
/* line 422, ../scss/module/_review.scss */
.ratings-table {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 427, ../scss/module/_review.scss */
.ratings-table th {
  padding-right: 10px;
}
/* line 431, ../scss/module/_review.scss */
.ratings-table .rating-box {
  background-position: 0 -615px;
  background-repeat: repeat-x;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  width: 65px;
  float: right;
}
/* line 441, ../scss/module/_review.scss */
.ratings-table .rating-box .rating {
  background-position: 0 -600px;
  background-repeat: repeat-x;
  float: left;
  height: 13px;
  text-indent: -9999px;
}

@media only screen and (max-width: 600px) {
  /* line 458, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0;
  }
  /* line 462, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }
  /* line 466, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%;
  }
  /* line 470, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 535px) {
  /* line 486, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0;
  }
  /* line 490, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  /* line 505, ../scss/module/_review.scss */
  #customer-reviews .fieldset {
    width: 100%;
  }
  /* line 508, ../scss/module/_review.scss */
  #customer-reviews .fieldset .form-list {
    width: 100%;
  }
  /* line 512, ../scss/module/_review.scss */
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }
  /* line 520, ../scss/module/_review.scss */
  #customer-reviews .buttons-set {
    width: 100%;
  }
  /* line 527, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 534, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 539, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px;
  }
  /* line 545, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 19.6px;
    width: 100%;
  }
  /* line 552, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }
  /* line 555, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  /* line 567, ../scss/module/_review.scss */
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * Review View Page
 * ============================================ */
/* line 578, ../scss/module/_review.scss */
.review-product-view .product-review .product-details h2 {
  border-bottom: none;
}
/* line 583, ../scss/module/_review.scss */
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}
/* line 587, ../scss/module/_review.scss */
.review-product-view .product-review .product-img-box > a {
  width: 100%;
}
/* line 591, ../scss/module/_review.scss */
.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  /* line 601, ../scss/module/_review.scss */
  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  /* line 614, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0;
    text-align: center;
    background: none;
    height: 19.6px;
    width: 100%;
  }
  /* line 621, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }
  /* line 624, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (min-width: 770px) {
  /* line 635, ../scss/module/_review.scss */
  .reviews-container {
    max-width: 560px;
    padding: 0;
  }

  /* line 641, ../scss/module/_review.scss */
  .review-product-list #customer-reviews {
    max-width: 560px;
    padding: 0;
  }
}
@media only screen and (min-width: 979px) {
  /* line 650, ../scss/module/_review.scss */
  .reviews-container {
    max-width: 660px;
  }
}
/* ============================================ *
 * Slideshow
 * ============================================ */
/* line 30, ../scss/module/_slideshow.scss */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #EDEDED;
}
/* line 37, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
/* line 43, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
/* line 53, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
/* line 58, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

/* line 66, ../scss/module/_slideshow.scss */
.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 76, ../scss/module/_slideshow.scss */
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
/* line 85, ../scss/module/_slideshow.scss */
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
/* line 99, ../scss/module/_slideshow.scss */
.slideshow-pager span:hover:before {
  background-color: #4fddfd;
}
/* line 103, ../scss/module/_slideshow.scss */
.slideshow-pager span.cycle-pager-active:before {
  background-color: #09213d;
}
/* line 108, ../scss/module/_slideshow.scss */
.slideshow-pager > * {
  cursor: pointer;
}

/* line 113, ../scss/module/_slideshow.scss */
.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 125, ../scss/module/_slideshow.scss */
.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
/* line 137, ../scss/module/_slideshow.scss */
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
/* line 141, ../scss/module/_slideshow.scss */
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

/* line 147, ../scss/module/_slideshow.scss */
.slideshow-prev {
  left: 8px;
}
/* line 150, ../scss/module/_slideshow.scss */
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}
/* line 157, ../scss/module/_slideshow.scss */
.slideshow-prev:hover:before {
  border-color: transparent #4fddfd transparent transparent;
}

/* line 162, ../scss/module/_slideshow.scss */
.slideshow-next {
  right: 8px;
}
/* line 165, ../scss/module/_slideshow.scss */
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}
/* line 172, ../scss/module/_slideshow.scss */
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #4fddfd;
}

/* line 177, ../scss/module/_slideshow.scss */
.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

/* line 185, ../scss/module/_slideshow.scss */
.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
/* line 31, ../scss/module/_wishlist.scss */
#wishlist-table th {
  text-align: center;
}
/* line 35, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
/* line 41, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table th {
  border-bottom: 1px solid #C0C0C0;
}
/* line 45, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}
/* line 50, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table thead th {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 57, ../scss/module/_wishlist.scss */
#wishlist-table .product-name {
  font-size: 16px;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}
/* line 63, ../scss/module/_wishlist.scss */
#wishlist-table .product-name a {
  color: #0f396a;
}
/* line 68, ../scss/module/_wishlist.scss */
#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  margin: 5px 0;
}
/* line 74, ../scss/module/_wishlist.scss */
#wishlist-table textarea {
  border: 1px solid #d3cdc8;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
}
/* line 81, ../scss/module/_wishlist.scss */
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
/* line 84, ../scss/module/_wishlist.scss */
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}
/* line 87, ../scss/module/_wishlist.scss */
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}
/* line 90, ../scss/module/_wishlist.scss */
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
/* line 94, ../scss/module/_wishlist.scss */
#wishlist-table textarea:focus {
  border: 1px solid #d3cdc8;
}
/* line 99, ../scss/module/_wishlist.scss */
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}
/* line 104, ../scss/module/_wishlist.scss */
#wishlist-table .item-manage .button {
  font-size: 11px;
  padding: 3px 5px;
}
/* line 110, ../scss/module/_wishlist.scss */
#wishlist-table .cart-cell {
  text-align: center;
}
/* line 115, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}
/* line 119, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}
/* line 123, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}
/* line 128, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}
/* line 131, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
}
/* line 138, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}
/* line 142, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}
/* line 146, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}
/* line 150, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}
/* line 155, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}
/* line 159, ../scss/module/_wishlist.scss */
#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal;
}
/* line 166, ../scss/module/_wishlist.scss */
#wishlist-table .price-box {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
}
/* line 170, ../scss/module/_wishlist.scss */
#wishlist-table .price-box .price {
  color: #363636;
}
/* line 175, ../scss/module/_wishlist.scss */
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
/* line 178, ../scss/module/_wishlist.scss */
#wishlist-table .giftregisty-add .change {
  display: none;
}
/* line 182, ../scss/module/_wishlist.scss */
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #0f396a;
  margin-bottom: 3px;
}
/* line 190, ../scss/module/_wishlist.scss */
#wishlist-table .truncated .details {
  background: none;
  color: #0f396a;
}
/* line 196, ../scss/module/_wishlist.scss */
#wishlist-table td[data-rwd-label]:before {
  font-weight: 600;
}

@media only screen and (max-width: 979px) {
  /* line 206, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 770px) {
  /* line 218, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 222, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td textarea {
    height: 100px;
  }
  /* line 226, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px;
  }
  /* line 231, ../scss/module/_wishlist.scss */
  #wishlist-table .product-name {
    font-size: 13px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 241, ../scss/module/_wishlist.scss */
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 245, ../scss/module/_wishlist.scss */
  #wishlist-table .product-name {
    font-size: 16px;
  }
  /* line 249, ../scss/module/_wishlist.scss */
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }
  /* line 254, ../scss/module/_wishlist.scss */
  #wishlist-table .item-manage {
    max-width: 100%;
  }
  /* line 258, ../scss/module/_wishlist.scss */
  #wishlist-table tr {
    position: relative;
  }
  /* line 261, ../scss/module/_wishlist.scss */
  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 266, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px;
  }
  /* line 269, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px;
  }
  /* line 276, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0;
  }
  /* line 280, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px;
  }
  /* line 286, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 296, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0;
  }
  /* line 300, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 311, ../scss/module/_wishlist.scss */
  #wishlist-table tr {
    position: relative;
  }
  /* line 315, ../scss/module/_wishlist.scss */
  #wishlist-table th.customer-wishlist-item-image {
    display: block;
  }
  /* line 320, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide;
  }
  /* line 331, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden;
  }
  /* line 335, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image a {
    float: left;
  }
  /* line 338, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px;
  }
  /* line 345, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left;
  }
  /* line 349, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
    float: left;
    margin-right: 15px;
  }
  /* line 354, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left;
  }
  /* line 358, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0;
  }
  /* line 364, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%;
  }
  /* line 369, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%;
  }
  /* line 375, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px;
  }
  /* line 386, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%;
  }
}
/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
/* line 399, ../scss/module/_wishlist.scss */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}
/* line 403, ../scss/module/_wishlist.scss */
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}
/* line 408, ../scss/module/_wishlist.scss */
.block-wishlist .price-box {
  float: left;
  margin: 0;
}
/* line 413, ../scss/module/_wishlist.scss */
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}
/* line 419, ../scss/module/_wishlist.scss */
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #EDEDED;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
/* line 30, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart {
  display: inline-block;
}
@media only screen and (max-width: 599px) {
  /* line 30, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart {
    display: block;
  }
}
/* line 37, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
/* line 42, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .empty {
  padding: 10px;
  text-align: center;
}
/* line 47, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}
/* line 27, ../scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
/* line 38, ../scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
/* line 44, ../scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
/* line 51, ../scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
/* line 54, ../scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
/* line 53, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .block-cart {
  display: none;
}
/* line 56, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .block-subtitle {
  color: #50A4CF;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
/* line 67, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #363636;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: 14px;
}
/* line 80, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0px;
}
/* line 84, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list li {
  padding: 8px 5px 8px 11px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
/* line 89, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list li.last {
  border: none;
}
/* line 93, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list li .product-details {
  position: relative;
}
/* line 100, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}
/* line 104, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .product-details .product-name a {
  color: #0f396a;
}
/* line 110, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}
/* line 113, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
}
/* line 117, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper td {
  color: #0f396a;
  clear: right;
}
/* line 123, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}
/* line 129, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 3.2em;
  text-align: center;
  height: 30px;
}
/* line 138, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}
/* line 144, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
/* line 148, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}
/* line 154, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .subtotal {
  background-color: #DDDDDD;
  text-align: center;
  line-height: 2em;
}
/* line 159, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}
/* line 163, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .subtotal .price {
  color: #0f396a;
}
/* line 168, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions {
  padding: 10px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
/* line 175, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}
/* line 179, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 187, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
/* line 193, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
/* line 199, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
/* line 206, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

/* line 212, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}

/* line 217, ../scss/module/_checkout-cart-minicart.scss */
.block-cart.skip-active {
  margin-top: 48px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 601px) {
  /* line 223, ../scss/module/_checkout-cart-minicart.scss */
  .checkout-types.minicart {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  /* line 230, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}
@media only screen and (max-width: 600px) {
  /* line 238, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .subtotal .label {
    color: #363636;
  }
  /* line 243, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED;
  }
  /* line 248, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .quantity-button {
    float: none;
  }
  /* line 252, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }
  /* line 256, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }
  /* line 260, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions {
    padding-bottom: 33px;
  }
  /* line 263, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    position: absolute;
  }
  /* line 270, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
  }
  /* line 274, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline;
  }
  /* line 278, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top;
  }
  /* line 283, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 740px) {
  /* line 300, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }
  /* line 310, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  /* line 317, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 599px) {
  /* line 330, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
}
/* line 34, ../scss/module/_search.scss */
.catalogsearch-result-index .col-main .page-title h1 {
  float: none;
  border-bottom: none;
  margin-bottom: 4px;
  margin-right: 10px;
  padding-left: 16px;
  padding-bottom: 0;
  position: relative;
  color: #000;
  font-size: 26px;
  line-height: 1.2em;
  text-shadow: inherit;
  font-weight: bold;
  background: inherit;
}
/* line 55, ../scss/module/_search.scss */
.catalogsearch-result-index .col2-left-layout .col-main .col-left-first:first-child {
  display: none !important;
}

/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
/* line 68, ../scss/module/_search.scss */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200;
}
/* line 76, ../scss/module/_search.scss */
.search-autocomplete ul {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #0f396a;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 86, ../scss/module/_search.scss */
.search-autocomplete ul li {
  border-bottom: 1px solid #F4F4F4;
  color: #0f396a;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left;
}
/* line 94, ../scss/module/_search.scss */
.search-autocomplete ul li:hover {
  color: #0c2d54;
}
/* line 98, ../scss/module/_search.scss */
.search-autocomplete ul li.selected {
  background-color: #0f396a;
  color: white;
}
/* line 103, ../scss/module/_search.scss */
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
/* line 108, ../scss/module/_search.scss */
.search-autocomplete ul li:last-child {
  border-bottom: none;
}
/* line 114, ../scss/module/_search.scss */
.search-autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #0f396a;
  border-top: none;
  left: 50%;
  top: -7px;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
/* line 125, ../scss/module/_search.scss */
.advanced-search {
  background: #F4F4F4;
  border: 1px solid #EDEDED;
  padding: 30px;
}
/* line 131, ../scss/module/_search.scss */
.advanced-search select.multiselect option {
  border-bottom: 1px solid #EDEDED;
  padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
  /* line 139, ../scss/module/_search.scss */
  .advanced-search {
    padding: 15px;
  }
}
/* line 144, ../scss/module/_search.scss */
.sli_noresults {
  width: 100%;
}
/* line 147, ../scss/module/_search.scss */
.sli_noresults .sli_bottom_border {
  border: none;
}
/* line 150, ../scss/module/_search.scss */
.sli_noresults #sli_noresult {
  color: #494949;
  line-height: 23px;
  padding: 0 4%;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 157, ../scss/module/_search.scss */
.sli_noresults #sli_noresult b {
  color: #363636;
}
/* line 161, ../scss/module/_search.scss */
.sli_noresults #sli_noreults_products {
  margin-top: 25px;
  text-align: center;
  background: url(../images/elementTopGrayGradient.gif) 0 -1px repeat-x;
  padding-top: 28px;
}
/* line 167, ../scss/module/_search.scss */
.sli_noresults #sli_noreults_products h3 {
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  color: #363636;
  font-size: 27px;
}
/* line 173, ../scss/module/_search.scss */
.sli_noresults #sli_noreults_products .products-grid {
  background: none;
  list-style: none;
}
/* line 178, ../scss/module/_search.scss */
.sli_noresults #sli_noreults_products .products-grid > li {
  position: relative;
  padding-top: 20px;
  text-align: left;
  float: left;
  width: 47.72727%;
  margin-left: 0;
  font-style: normal;
}
/* line 187, ../scss/module/_search.scss */
.sli_noresults #sli_noreults_products .products-grid > li:nth-child(odd) {
  clear: left;
}
/* line 190, ../scss/module/_search.scss */
.sli_noresults #sli_noreults_products .products-grid > li:nth-child(even) {
  clear: right;
}
/* line 196, ../scss/module/_search.scss */
.sli_noresults #sli_noreults_products .products-grid .product-info .attribute-list {
  display: none;
}
/* line 202, ../scss/module/_search.scss */
.sli_noresults h1.sli_h1 {
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  color: #363636 !important;
  font-size: 27px !important;
  text-align: center;
}
/* line 209, ../scss/module/_search.scss */
.sli_noresults .sli_alpha_suggested {
  padding: 0 4%;
  margin-left: 0;
}
/* line 213, ../scss/module/_search.scss */
.sli_noresults .sli_alpha_suggested li {
  font-size: 16px !important;
  font-style: normal !important;
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  line-height: 40px !important;
}

@media only screen and (min-width: 600px) {
  /* line 227, ../scss/module/_search.scss */
  .catalogsearch-result-index .breadcrumbs {
    margin: 28px 0 10px 0;
    padding-left: 25px;
  }
  /* line 233, ../scss/module/_search.scss */
  .catalogsearch-result-index .col-main .breadcrumbs, .catalogsearch-result-index .col-main .page-title {
    display: none;
  }
  /* line 236, ../scss/module/_search.scss */
  .catalogsearch-result-index .col-main .sli_noAndResults {
    font-size: 15px;
    color: #363636;
    font-weight: bold;
    margin: 6px 0 15px 0;
    padding-left: 33px;
  }
  /* line 243, ../scss/module/_search.scss */
  .catalogsearch-result-index .col-main .sli_noAndResults.sli_bottom_border {
    border: none !important;
  }
  /* line 247, ../scss/module/_search.scss */
  .catalogsearch-result-index .col-main .toolbar {
    margin-top: 10px;
  }
  /* line 250, ../scss/module/_search.scss */
  .catalogsearch-result-index .col-main .toolbar .pager {
    display: none;
  }
  /* line 255, ../scss/module/_search.scss */
  .catalogsearch-result-index .search-banner-header {
    width: 100%;
    float: left;
    display: inline;
    height: auto;
  }
  /* line 261, ../scss/module/_search.scss */
  .catalogsearch-result-index .search-banner-leftnav {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 27px;
  }
  /* line 267, ../scss/module/_search.scss */
  .catalogsearch-result-index .page-title, .catalogsearch-result-index #sli_page_heading {
    /* margin-left: 22px;*/
    margin-bottom: 28px;
  }
  /* line 271, ../scss/module/_search.scss */
  .catalogsearch-result-index .page-title h1, .catalogsearch-result-index #sli_page_heading h1 {
    margin-bottom: 13px;
    padding: 0 5% 0 0;
    font-size: 45px;
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    line-height: 43px;
    text-transform: none;
    border-bottom: none;
    color: #333333;
    background-color: transparent;
    text-shadow: none;
    position: static;
  }
  /* line 286, ../scss/module/_search.scss */
  .catalogsearch-result-index .col-left {
    margin-top: 10px;
  }

  /* line 295, ../scss/module/_search.scss */
  .sli_noresults #sli_noreults_products {
    margin-top: 20px;
    background: none;
  }
  /* line 299, ../scss/module/_search.scss */
  .sli_noresults #sli_noreults_products h3 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 37px;
    font-weight: 200;
    letter-spacing: 5px;
    color: #494949;
    display: inline-block;
    width: 496px;
    text-align: center;
    position: relative;
    background-color: #fff;
    z-index: 5;
  }
  /* line 312, ../scss/module/_search.scss */
  .sli_noresults #sli_noreults_products .products-grid {
    margin-top: -36px;
    border-top: 2px solid #f3f3f3;
    background: none;
    padding-top: 35px;
    margin-bottom: 60px;
  }
  /* line 320, ../scss/module/_search.scss */
  .sli_noresults h1.sli_h1 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 37px !important;
    font-weight: 200 !important;
    letter-spacing: 5px;
    color: #494949 !important;
    display: block;
    width: 496px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    z-index: 5;
    text-transform: uppercase;
  }
  /* line 335, ../scss/module/_search.scss */
  .sli_noresults .sli_alpha_suggested {
    margin-top: -24px;
    border-top: 2px solid #f3f3f3;
    padding-top: 50px;
    float: left;
  }
  /* line 341, ../scss/module/_search.scss */
  .sli_noresults .sli_alpha_suggested li {
    width: 44%;
    float: left;
    margin-bottom: 20px;
    line-height: 25px !important;
  }
  /* line 348, ../scss/module/_search.scss */
  .sli_noresults .products-grid {
    background: none;
    margin-top: -41px;
    border-top: 2px solid #f3f3f3;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 979px) {
  /* line 362, ../scss/module/_search.scss */
  .sli_noresults #sli_noreults_products {
    margin-top: 75px;
  }
  /* line 365, ../scss/module/_search.scss */
  .sli_noresults #sli_noreults_products .products-grid {
    margin-bottom: 50px;
  }
  /* line 368, ../scss/module/_search.scss */
  .sli_noresults #sli_noreults_products .products-grid li.item {
    width: 25%;
  }
  /* line 371, ../scss/module/_search.scss */
  .sli_noresults #sli_noreults_products .products-grid li.item:nth-child(odd) {
    clear: none;
  }
  /* line 379, ../scss/module/_search.scss */
  .sli_noresults .sli_alpha_suggested li {
    width: 29%;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 391, ../scss/module/_search.scss */
  .sli_noresults .sli_alpha_suggested {
    margin-bottom: 80px;
    padding-right: 0;
    padding-left: 0;
  }
  /* line 396, ../scss/module/_search.scss */
  .sli_noresults .sli_alpha_suggested li {
    width: 287px;
    margin-bottom: 5px;
  }
}
/* ============================================ *
 * Account - Reviews
 * ============================================ */
/* line 32, ../scss/module/_account-reviews.scss */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #d3d7d9;
  font-size: 16px;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
/* line 41, ../scss/module/_account-reviews.scss */
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
/* line 47, ../scss/module/_account-reviews.scss */
.product-review .product-details h2 {
  border-bottom: 1px solid #d3d7d9;
  color: #3399CC;
  font-size: 16px;
  font-weight: 600;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  padding-bottom: 10px;
}
/* line 57, ../scss/module/_account-reviews.scss */
.product-review .ratings-table {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
}
/* line 60, ../scss/module/_account-reviews.scss */
.product-review .ratings-table th {
  padding-right: 10px;
}
/* line 64, ../scss/module/_account-reviews.scss */
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
/* line 73, ../scss/module/_account-reviews.scss */
.product-review .ratings-description dt {
  border-bottom: 1px solid #d3d7d9;
  font-size: 16px;
  font-weight: 400;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
/* line 83, ../scss/module/_account-reviews.scss */
.product-review .ratings-description dd {
  color: #737373;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
}

@media only screen and (min-width: 601px) {
  /* line 96, ../scss/module/_account-reviews.scss */
  .product-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (min-width: 1126px) {
  /* line 108, ../scss/module/_account-reviews.scss */
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 121, ../scss/module/_account-reviews.scss */
  .product-review .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * CMS Pages
 * ============================================ */
/* line 37, ../scss/module/_cms.scss */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3 {
  border: none;
}
/* line 43, ../scss/module/_cms.scss */
.cms-page-view .page-title {
  display: none;
}
/* line 49, ../scss/module/_cms.scss */
.cms-page-view .std img {
  max-width: 100%;
}
/* line 52, ../scss/module/_cms.scss */
.cms-page-view .std p {
  color: #494949;
  font-family: "source-sans-pro", sans-serif;
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 15px;
}
/* line 59, ../scss/module/_cms.scss */
.cms-page-view .std h1 {
  color: #363636;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 500;
  font-size: 41px;
  margin-bottom: .5em;
  text-transform: none;
}
/* line 67, ../scss/module/_cms.scss */
.cms-page-view .std h2 {
  color: #363636;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 21px;
  line-height: 23px;
}
/* line 75, ../scss/module/_cms.scss */
.cms-page-view .std h2 > a {
  color: #363636;
}
/* line 78, ../scss/module/_cms.scss */
.cms-page-view .std h2 > a:hover {
  text-decoration: none;
}
/* line 83, ../scss/module/_cms.scss */
.cms-page-view .std p + h2 {
  margin-top: 35px;
}
/* line 86, ../scss/module/_cms.scss */
.cms-page-view .std h3 {
  text-transform: none;
  font-weight: 700;
}
/* line 93, ../scss/module/_cms.scss */
.cms-page-view .std ul li,
.cms-page-view .std ol li {
  color: #363636;
  font-family: "source-sans-pro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
/* line 102, ../scss/module/_cms.scss */
.cms-page-view .std ul li a:hover,
.cms-page-view .std ol li a:hover {
  color: #0f396a;
}
/* line 107, ../scss/module/_cms.scss */
.cms-page-view .std ul.press-releases,
.cms-page-view .std ol.press-releases {
  list-style-type: none;
}
/* line 110, ../scss/module/_cms.scss */
.cms-page-view .std ul.press-releases li,
.cms-page-view .std ol.press-releases li {
  margin-left: 0;
  margin-bottom: 8px;
}
/* line 115, ../scss/module/_cms.scss */
.cms-page-view .std ul.faq-list,
.cms-page-view .std ol.faq-list {
  list-style: none;
}
/* line 118, ../scss/module/_cms.scss */
.cms-page-view .std ul.faq-list li,
.cms-page-view .std ol.faq-list li {
  margin-left: 0;
}
/* line 122, ../scss/module/_cms.scss */
.cms-page-view .std ul.resources-list,
.cms-page-view .std ol.resources-list {
  margin: 20px 0;
  width: 100%;
  list-style: none;
}
/* line 127, ../scss/module/_cms.scss */
.cms-page-view .std ul.resources-list li,
.cms-page-view .std ol.resources-list li {
  margin-left: 0;
}
/* line 133, ../scss/module/_cms.scss */
.cms-page-view .col2-left-layout .col-main {
  border-top: none;
}
/* line 138, ../scss/module/_cms.scss */
.cms-page-view .col-left:after {
  content: '';
  display: table;
  clear: both;
}
/* line 143, ../scss/module/_cms.scss */
.cms-page-view .col-left .block-layered-nav .block-title {
  background-color: #f8f4e8;
  border: 0;
  margin-bottom: 0;
  display: block;
  padding: 20px 29px 20px 19px !important;
  cursor: pointer;
  position: relative;
}
/* line 152, ../scss/module/_cms.scss */
.cms-page-view .col-left .block-layered-nav .block-title span {
  color: #363636;
  font-size: 22px;
  font-weight: 300;
  text-transform: none;
}
/* line 158, ../scss/module/_cms.scss */
.cms-page-view .col-left .block-layered-nav .block-title span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #363636;
  border-right: none;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}
/* line 173, ../scss/module/_cms.scss */
.cms-page-view .col-left .block-layered-nav .block-title.active {
  background-color: #e5e5e5;
}
/* line 178, ../scss/module/_cms.scss */
.cms-page-view .col-left .block-layered-nav .block-title.active span:after {
  content: '\d7';
  margin-top: 0;
  border: none;
  width: 10px;
  height: 13px;
  font-weight: 400;
  font-family: "source-sans-pro", sans-serif;
  color: #494949;
  top: 10%;
  right: 12px;
  font-size: 30px;
}
/* line 198, ../scss/module/_cms.scss */
.cms-page-view .col-left .block-layered-nav ul li a {
  padding: 5px 15px;
  display: block;
  margin: 5px;
  color: #363636;
}
/* line 204, ../scss/module/_cms.scss */
.cms-page-view .col-left .block-layered-nav ul li a:hover {
  text-decoration: none;
  color: #0f396a;
}
/* line 215, ../scss/module/_cms.scss */
.cms-page-view .nomobile.cms-show {
  display: block;
}

/* line 225, ../scss/module/_cms.scss */
.cms-page-view .std .messages {
  margin-bottom: 10px;
}
/* line 228, ../scss/module/_cms.scss */
.cms-page-view .std .messages ul {
  margin-bottom: 0;
}
/* line 232, ../scss/module/_cms.scss */
.cms-page-view .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/* line 239, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body {
  padding: 110px 5% 60px;
}
/* line 242, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body p {
  color: #363636;
}
/* line 245, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body .testimonial {
  margin-bottom: 40px;
}
/* line 248, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body .testimonial p {
  margin-bottom: 5px;
}
/* line 251, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body .testimonial .copy {
  font-style: italic;
}
/* line 254, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body .testimonial .name {
  font-weight: 700;
  color: #494949;
}
/* line 258, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body .testimonial .organization {
  margin-bottom: 0;
}
/* line 264, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body .display_archive .campaign {
  color: #969291;
  margin-bottom: 8px;
}
/* line 268, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body .display_archive .campaign a {
  color: #494949;
}
/* line 271, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body .display_archive .campaign a:hover {
  color: #0f396a;
  text-decoration: none;
}
/* line 278, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body #contactInfo {
  padding-top: 40px;
  float: left;
}
/* line 282, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body #contactInfo .cmsGridRow {
  width: 100%;
  height: auto;
}
/* line 286, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body #contactInfo .cmsGridRow .cmsGridItem {
  float: none;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}
/* line 293, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body #contactInfo .cmsGridRow .cmsGridItem p {
  background-size: 78px auto !important;
  width: 100%;
  min-height: 80px;
  padding-left: 100px;
  color: #969291;
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 17px;
}
/* line 303, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body #contactInfo .cmsGridRow .cmsGridItem p span {
  color: #494949;
}
/* line 306, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body #contactInfo .cmsGridRow .cmsGridItem p#contact-us-grid-phone {
  background: url(../images/cmsGridItem-phone.gif) 0 6px no-repeat;
}
/* line 309, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body #contactInfo .cmsGridRow .cmsGridItem p#contact-us-grid-phone span.kmPhoneNumber {
  color: #969291;
}
/* line 313, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body #contactInfo .cmsGridRow .cmsGridItem p#contact-us-grid-chat {
  background: url(../images/cmsGridItem-chat.gif) 0 6px no-repeat;
}
/* line 316, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body #contactInfo .cmsGridRow .cmsGridItem p#contact-us-grid-email {
  background: url(../images/cmsGridItem-email.gif) 0 6px no-repeat;
}
/* line 319, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body #contactInfo .cmsGridRow .cmsGridItem p#contact-us-grid-support {
  background: url(../images/cmsGridItem-techSupport.gif) 0 6px no-repeat;
}
/* line 322, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body #contactInfo .cmsGridRow .cmsGridItem p#contact-us-grid-fax {
  background: url(../images/cmsGridItem-fax.gif) 12px 6px no-repeat;
}
/* line 325, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body #contactInfo .cmsGridRow .cmsGridItem p#contact-us-grid-address {
  background: url(../images/cmsGridItem-mailAddress.gif) 0 6px no-repeat;
}
/* line 332, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body #contactUsForm {
  width: 100%;
  padding-bottom: 40px;
  margin: 40px 0;
  background-color: #f4f4f4;
  float: left;
}
/* line 339, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body #contactUsForm h2 {
  color: #363636;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #e7e7e7;
  font-size: 17px;
  line-height: 47px;
  padding-left: 17px;
  margin: 0;
}
/* line 349, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body #contactUsForm form {
  padding: 40px 4% 0;
}
/* line 352, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body #contactUsForm form ul {
  list-style: none;
}
/* line 355, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body #contactUsForm form ul li {
  margin-left: 0;
}
/* line 362, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body #contactUsForm form ul li .field label.error {
  font-size: 15px;
}
/* line 365, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body #contactUsForm form ul li .field label:after {
  display: none;
}
/* line 371, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body #contactUsForm form ul li .field input.error {
  color: #494949;
}
/* line 375, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body #contactUsForm form ul li .field .contact-pref {
  margin: 15px 0;
  float: left;
  width: 50%;
}
/* line 380, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body #contactUsForm form ul li .field .contact-pref label {
  cursor: pointer;
}
/* line 383, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body #contactUsForm form ul li .field .contact-pref input {
  width: auto;
  cursor: pointer;
}
/* line 388, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body #contactUsForm form ul li .field .contact-pref-prompt {
  display: block;
  width: 100%;
}
/* line 396, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body #contactUsForm form .buttons-set {
  padding-top: 0;
}
/* line 399, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body #contactUsForm form .buttons-set button {
  color: #fff;
  font-family: "source-sans-pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: none;
  padding: 0 16px 4px;
  margin-top: 15px;
  letter-spacing: 1px;
  line-height: 30px;
  background: #dfa600;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodαEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfa600), color-stop(18%, #dca003), color-stop(72%, #cf850f), color-stop(100%, #bf661c));
  background: -webkit-linear-gradient(top, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
  background: -o-linear-gradient(top, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
  background: -ms-linear-gradient(top, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
  background: linear-gradient(to bottom, #dfa600 0%, #dca003 18%, #cf850f 72%, #bf661c 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
/* line 424, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body #contactUsForm form .buttons-set button:hover {
  background: -moz-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf661c), color-stop(18%, #cf850f), color-stop(72%, #dca003), color-stop(100%, #dfa600));
  background: -webkit-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
  background: -o-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
  background: -ms-linear-gradient(top, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
  background: linear-gradient(to bottom, #bf661c 0%, #cf850f 18%, #dca003 72%, #dfa600 100%);
}
/* line 437, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body:after {
  content: '';
  display: block;
  clear: both;
}
/* line 442, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body.contact-us-success {
  padding: 40px 4% 0;
  width: 100%;
}
/* line 446, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body.contact-us-success h1 {
  text-align: center;
  line-height: 31px;
}
/* line 450, ../scss/module/_cms.scss */
.cms-page-view .std .cms-body.contact-us-success p {
  text-align: center;
}

@media only screen and (min-width: 600px) {
  /* line 468, ../scss/module/_cms.scss */
  .cms-page-view .col-left {
    padding-top: 0;
    margin-top: 16px;
  }
  /* line 472, ../scss/module/_cms.scss */
  .cms-page-view .col-left .block-layered-nav,
  .cms-page-view .col-left #shopByCategory {
    margin: 0;
    float: none !important;
  }
  /* line 477, ../scss/module/_cms.scss */
  .cms-page-view .col-left .block-layered-nav .block-title,
  .cms-page-view .col-left #shopByCategory .block-title {
    background: none;
    display: block;
    padding: 0 0 0 28px !important;
    margin-bottom: 8px;
    cursor: text;
    line-height: 48px;
  }
  /* line 485, ../scss/module/_cms.scss */
  .cms-page-view .col-left .block-layered-nav .block-title span,
  .cms-page-view .col-left #shopByCategory .block-title span {
    color: #363636;
    font-size: 22px;
    font-weight: 300;
    text-transform: none;
  }
  /* line 491, ../scss/module/_cms.scss */
  .cms-page-view .col-left .block-layered-nav .block-title span:after,
  .cms-page-view .col-left #shopByCategory .block-title span:after {
    display: none;
  }
  /* line 498, ../scss/module/_cms.scss */
  .cms-page-view .col-left .block-layered-nav ul li,
  .cms-page-view .col-left #shopByCategory ul li {
    width: 100%;
    padding: 10px 0 9px 30px;
    display: block;
  }
  /* line 503, ../scss/module/_cms.scss */
  .cms-page-view .col-left .block-layered-nav ul li a,
  .cms-page-view .col-left #shopByCategory ul li a {
    padding: 0 0 0 18px;
    display: block;
    margin: 3px 0;
    color: #363636;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
  }
  /* line 513, ../scss/module/_cms.scss */
  .cms-page-view .col-left .block-layered-nav ul li a:hover,
  .cms-page-view .col-left #shopByCategory ul li a:hover {
    text-decoration: none;
    color: #0f396a;
  }
  /* line 525, ../scss/module/_cms.scss */
  .cms-page-view .col-left.sidebar .block:last-of-type {
    border-bottom: none;
  }
  /* line 533, ../scss/module/_cms.scss */
  .cms-page-view .std .cms-body {
    padding-top: 35px;
    padding-left: 35px;
  }
  /* line 537, ../scss/module/_cms.scss */
  .cms-page-view .std .cms-body.contact-us-success {
    padding-top: 40px;
  }
  /* line 540, ../scss/module/_cms.scss */
  .cms-page-view .std .cms-body.contact-us-success h1 {
    font-weight: 200;
    line-height: 42px;
    font-size: 38px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 565, ../scss/module/_cms.scss */
  .cms-page-view .std .cms-body #contactInfo .cmsGridRow .cmsGridItem {
    width: 66%;
  }
  /* line 574, ../scss/module/_cms.scss */
  .cms-page-view .std ul.resources-list {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 979px) {
  /* line 594, ../scss/module/_cms.scss */
  .cms-page-view .std .cms-body #contactInfo {
    width: 594px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 602, ../scss/module/_cms.scss */
  .cms-page-view .std .cms-body #contactInfo .cmsGridRow .cmsGridItem {
    width: 50%;
    max-width: 284px;
    margin: 0 13px 20px 0;
    float: left;
  }
  /* line 609, ../scss/module/_cms.scss */
  .cms-page-view .std .cms-body #contactInfo:after {
    content: '';
    display: block;
    clear: both;
  }
  /* line 617, ../scss/module/_cms.scss */
  .cms-page-view .std .cms-body #contactUsForm form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 628, ../scss/module/_cms.scss */
  .cms-page-view .std .cms-body #contactUsForm form ul li .field {
    float: left;
    width: 100%;
  }
  /* line 632, ../scss/module/_cms.scss */
  .cms-page-view .std .cms-body #contactUsForm form ul li .field label {
    text-align: right;
    width: 225px;
    float: left;
  }
  /* line 637, ../scss/module/_cms.scss */
  .cms-page-view .std .cms-body #contactUsForm form ul li .field label.error {
    margin-left: 144px;
  }
  /* line 641, ../scss/module/_cms.scss */
  .cms-page-view .std .cms-body #contactUsForm form ul li .field input,
  .cms-page-view .std .cms-body #contactUsForm form ul li .field textarea {
    float: left;
    width: 298px;
    margin-left: 10px;
  }
  /* line 648, ../scss/module/_cms.scss */
  .cms-page-view .std .cms-body #contactUsForm form ul li .field.contact-preference {
    width: 298px;
    margin-left: 235px;
  }
  /* line 652, ../scss/module/_cms.scss */
  .cms-page-view .std .cms-body #contactUsForm form ul li .field.contact-preference .contact-pref {
    margin: 5px 0;
    width: 33%;
  }
  /* line 656, ../scss/module/_cms.scss */
  .cms-page-view .std .cms-body #contactUsForm form ul li .field.contact-preference .contact-pref label {
    width: auto;
  }
  /* line 659, ../scss/module/_cms.scss */
  .cms-page-view .std .cms-body #contactUsForm form ul li .field.contact-preference .contact-pref input {
    margin-top: 4px;
    margin-right: 7px;
  }
  /* line 669, ../scss/module/_cms.scss */
  .cms-page-view .std .cms-body #contactUsForm form .buttons-set {
    margin-right: 68px;
  }
  /* line 678, ../scss/module/_cms.scss */
  .cms-page-view .std ul.resources-list {
    width: 33%;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 695, ../scss/module/_cms.scss */
  .cms-page-view .std .cms-body #contactInfo {
    width: 100%;
  }
  /* line 700, ../scss/module/_cms.scss */
  .cms-page-view .std .cms-body #contactInfo .cmsGridRow .cmsGridItem {
    width: 50%;
    max-width: 284px;
    margin: 0 13px 20px 0;
    float: left;
  }
  /* line 706, ../scss/module/_cms.scss */
  .cms-page-view .std .cms-body #contactInfo .cmsGridRow .cmsGridItem.first {
    clear: left;
  }
  /* line 711, ../scss/module/_cms.scss */
  .cms-page-view .std .cms-body #contactInfo:after {
    content: '';
    display: block;
    clear: both;
  }
  /* line 721, ../scss/module/_cms.scss */
  .cms-page-view .std ul.resources-list {
    width: 25%;
  }
}
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
/* line 32, ../scss/module/_pricing_conditions.scss */
.price-box .minimal-price-link .label {
  color: #901518;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 41, ../scss/module/_pricing_conditions.scss */
.map-info {
  white-space: nowrap;
}

/* line 46, ../scss/module/_pricing_conditions.scss */
.catalog-product-view .map-info {
  white-space: normal;
}
/* line 48, ../scss/module/_pricing_conditions.scss */
.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 5px;
}
/* line 52, ../scss/module/_pricing_conditions.scss */
.catalog-product-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%;
}

/* ============================================ *
 * Cookies
 * ============================================ */
/* line 31, ../scss/module/_cookies.scss */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}
/* line 34, ../scss/module/_cookies.scss */
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
/* line 39, ../scss/module/_cookies.scss */
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}
/* line 45, ../scss/module/_cookies.scss */
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}
/* line 51, ../scss/module/_cookies.scss */
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}

@media only screen and (max-width: 770px) {
  /* line 62, ../scss/module/_cookies.scss */
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}
@media only screen and (max-width: 600px) {
  /* line 72, ../scss/module/_cookies.scss */
  .notice-cookie {
    padding: 0 20px;
  }
  /* line 75, ../scss/module/_cookies.scss */
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 620px) {
  /* line 86, ../scss/module/_cookies.scss */
  .notice-cookie {
    padding: 0 20px;
  }
  /* line 89, ../scss/module/_cookies.scss */
  .notice-cookie .notice-inner {
    background-position: left 10px;
  }
  /* line 92, ../scss/module/_cookies.scss */
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 97, ../scss/module/_cookies.scss */
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }
  /* line 103, ../scss/module/_cookies.scss */
  .notice-cookie .actions {
    text-align: left;
  }
}
/* ============================================ *
 * Tags
 * ============================================ */
/* line 30, ../scss/module/_tags.scss */
#addTagForm button {
  margin-top: 5px;
  margin-bottom: 10px;
}

/* line 34, ../scss/module/_tags.scss */
#addTagForm .form-add {
  margin-top: 10px;
}

/* line 37, ../scss/module/_tags.scss */
.product-tags {
  background-color: #F4F4F4;
  border: 1px solid #d3d7d9;
  float: left;
  margin-bottom: 10px;
  padding: 5px 1% 10px;
  width: 98%;
}

/* line 45, ../scss/module/_tags.scss */
.product-tags li {
  float: left;
  margin-right: 15px;
}

/* line 49, ../scss/module/_tags.scss */
.product-tags li.last {
  margin-right: 0px;
}

/* line 52, ../scss/module/_tags.scss */
.tags-list {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

/* line 57, ../scss/module/_tags.scss */
.tags-list > li {
  float: left;
  margin-right: 10px;
}

/* line 61, ../scss/module/_tags.scss */
.block-tags .actions > a {
  font-size: 12px;
}

/* line 65, ../scss/module/_tags.scss */
.my-tag-edit .button.btn-remove {
  padding: 0;
}
/* line 68, ../scss/module/_tags.scss */
.my-tag-edit .button.btn-remove:after {
  color: white;
}

@media only screen and (max-width: 600px) {
  /* line 74, ../scss/module/_tags.scss */
  .tags-list > li,
  .tags-list {
    float: none;
  }
}
/* ============================================ *
 * Captcha
 * ============================================ */
/* line 29, ../scss/module/_captcha.scss */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

/* line 33, ../scss/module/_captcha.scss */
.captcha-image {
  float: left;
  display: inline;
  max-width: 100%;
  position: relative;
  width: 258px;
  margin-bottom: 10px;
}

/* line 41, ../scss/module/_captcha.scss */
.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

/* line 46, ../scss/module/_captcha.scss */
.registered-users .captcha-image {
  margin: 0;
}

/* line 47, ../scss/module/_captcha.scss */
.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}

/* line 53, ../scss/module/_captcha.scss */
.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

/* line 58, ../scss/module/_captcha.scss */
.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%;
}

/* line 59, ../scss/module/_captcha.scss */
.captcha-reload {
  position: absolute;
  right: 4px;
  top: 4px;
}

/* line 64, ../scss/module/_captcha.scss */
.captcha-img {
  border: 20px solid #bbb;
}

/* line 65, ../scss/module/_captcha.scss */
.captcha-input-container {
  margin-bottom: 10px;
}

/* line 66, ../scss/module/_captcha.scss */
.control.newsletter-box, .captcha-input-container, .captcha-img-container {
  float: none;
  clear: both;
}
/* line 70, ../scss/module/_captcha.scss */
.control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
  content: '';
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout Billing Fix to place the Captcha properly
 * ============================================ */
/* line 78, ../scss/module/_captcha.scss */
#co-billing-form ul.form-list > .control {
  float: left;
  margin: 0 0 5px;
  width: 100%;
}

/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */
@media only screen and (max-width: 479px) {
  /* line 34, ../scss/module/_account-orders.scss */
  .sales-order-invoice .sub-title,
  .sales-order-creditmemo .sub-title,
  .sales-order-shipment .sub-title {
    float: left;
    font-size: 15px;
    text-align: center;
    width: 100%;
  }
  /* line 40, ../scss/module/_account-orders.scss */
  .sales-order-invoice .order-links,
  .sales-order-creditmemo .order-links,
  .sales-order-shipment .order-links {
    text-align: center;
    width: 100%;
  }
}
/* ============================================ *
 * Recurring Profiles
 * ============================================ */
/* line 32, ../scss/module/_recurring-profiles.scss */
#recurring_profile_list_view th {
  white-space: normal;
}
/* line 35, ../scss/module/_recurring-profiles.scss */
#recurring_profile_list_view th span {
  white-space: inherit;
}
@media only screen and (max-width: 479px) {
  /* line 30, ../scss/module/_recurring-profiles.scss */
  #recurring_profile_list_view {
    font-size: 12px;
  }
  /* line 43, ../scss/module/_recurring-profiles.scss */
  #recurring_profile_list_view a {
    font-size: inherit;
  }
  /* line 47, ../scss/module/_recurring-profiles.scss */
  #recurring_profile_list_view th,
  #recurring_profile_list_view td {
    padding: 2px;
  }
}

/* line 55, ../scss/module/_recurring-profiles.scss */
.recurring-profiles-title {
  float: left;
}
/* line 58, ../scss/module/_recurring-profiles.scss */
.recurring-profiles-title h1 {
  margin-bottom: 7px;
}

/* line 63, ../scss/module/_recurring-profiles.scss */
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  text-align: right;
  margin-bottom: 30px;
}
@media only screen and (max-width: 479px) {
  /* line 63, ../scss/module/_recurring-profiles.scss */
  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    text-align: center;
    float: none;
  }
}
/* line 73, ../scss/module/_recurring-profiles.scss */
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
  position: static;
}

/* line 79, ../scss/module/_recurring-profiles.scss */
.recurring-profiles-messages:after {
  content: '';
  display: table;
  clear: both;
}

/* line 84, ../scss/module/_recurring-profiles.scss */
#recurring_start_date_trig {
  display: inline;
}

/* ============================================ *
 * Billing Agreements
 * ============================================ */
/* line 31, ../scss/module/_billing-agreements.scss */
.billing-agreements .info-box {
  margin-bottom: 30px;
}
/* line 34, ../scss/module/_billing-agreements.scss */
.billing-agreements .info-box:after {
  content: '';
  display: table;
  clear: both;
}
/* line 38, ../scss/module/_billing-agreements.scss */
.billing-agreements .info-box .form-list {
  max-width: 400px;
  width: 100%;
}
/* line 43, ../scss/module/_billing-agreements.scss */
.billing-agreements .info-box .box-title {
  margin-top: 20px;
  margin-bottom: 7px;
}
/* line 48, ../scss/module/_billing-agreements.scss */
.billing-agreements .info-box .button {
  float: right;
  margin-top: 7px;
}
@media only screen and (max-width: 479px) {
  /* line 48, ../scss/module/_billing-agreements.scss */
  .billing-agreements .info-box .button {
    width: 100%;
    float: none;
  }
}
/* line 59, ../scss/module/_billing-agreements.scss */
.billing-agreements #payment_method {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}

/* line 67, ../scss/module/_billing-agreements.scss */
.billing-agreement-view-header-wrapper .heading {
  max-width: 80%;
}
@media only screen and (max-width: 479px) {
  /* line 67, ../scss/module/_billing-agreements.scss */
  .billing-agreement-view-header-wrapper .heading {
    max-width: 100%;
  }
}

/* line 77, ../scss/module/_billing-agreements.scss */
.billing-agreement-details td, .billing-agreement-details th {
  padding: 3.5px;
}

@media only screen and (max-width: 770px) {
  /* line 85, ../scss/module/_billing-agreements.scss */
  .billing-agreements .data-table .created-at,
  .billing-agreements .data-table .updated-at {
    display: none;
  }
}
/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */
/* line 30, ../scss/module/_popular-terms.scss */
.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%;
}

/* line 34, ../scss/module/_popular-terms.scss */
.catalogsearch-term-popular .tags-list > li {
  float: left;
  height: 40px;
  margin-right: 25px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
/* -------------------------------------------- *
 * Add to cart by SKU
 */
/* line 37, ../scss/module/_widget.scss */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  /* line 37, ../scss/module/_widget.scss */
  .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    max-width: 100px;
  }
}

/* line 49, ../scss/module/_widget.scss */
.widget {
  clear: both;
}

/* line 53, ../scss/module/_widget.scss */
.widget .pager {
  float: none;
  width: 100%;
}

@media only screen and (min-width: 979px) {
  /* line 64, ../scss/module/_widget.scss */
  .col2-left-layout .col-main .widget,
  .col2-right-layout .col-main .widget,
  .col3-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
  }
  /* line 452, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  /* line 455, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  /* line 458, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    /*margin-right: percentage($product-column-spacing / $container);*/
  }
  /* line 464, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    /*margin-right: percentage($product-column-spacing / $container);*/
  }
  /* line 467, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    /*margin-right: percentage($product-column-spacing / $container);*/
  }
  /* line 471, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  /* line 474, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  /* line 452, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  /* line 455, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  /* line 458, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    /*margin-right: percentage($product-column-spacing / $container);*/
  }
  /* line 464, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    /*margin-right: percentage($product-column-spacing / $container);*/
  }
  /* line 467, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    /*margin-right: percentage($product-column-spacing / $container);*/
  }
  /* line 471, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  /* line 474, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 600px) {
  /* line 73, ../scss/module/_widget.scss */
  .col1-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
  }
  /* line 452, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  /* line 455, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  /* line 458, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    /*margin-right: percentage($product-column-spacing / $container);*/
  }
  /* line 464, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    /*margin-right: percentage($product-column-spacing / $container);*/
  }
  /* line 467, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    /*margin-right: percentage($product-column-spacing / $container);*/
  }
  /* line 471, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  /* line 474, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  /* line 452, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  /* line 455, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  /* line 458, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    /*margin-right: percentage($product-column-spacing / $container);*/
  }
  /* line 464, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    /*margin-right: percentage($product-column-spacing / $container);*/
  }
  /* line 467, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    /*margin-right: percentage($product-column-spacing / $container);*/
  }
  /* line 471, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  /* line 474, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
/* line 31, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
/* line 35, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress > li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 8px 1% 6px;
  background: #F4F4F4;
  text-transform: uppercase;
  border-bottom: 1px solid #d3d7d9;
  border-right: 1px solid #d3d7d9;
  margin-bottom: 10px;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
}
/* line 46, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress > li.active {
  background-color: #DDDDDD;
}
/* line 49, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress > li.last {
  border-right: 0px;
}
/* line 54, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
/* line 58, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .page-title h1 {
  border: 0 none;
  float: left;
  margin-top: 2px;
  margin-right: 2%;
}
/* line 64, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .page-title .button {
  float: right;
}
/* line 68, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px;
}
/* line 73, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%;
}
/* line 77, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%;
}
/* line 80, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%;
}
/* line 83, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px;
}
/* line 87, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
/* line 93, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right;
}
/* line 97, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right;
}

/* line 104, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5555px;
  display: block;
  width: 22px;
  height: 22px;
}

/* line 113, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px;
}
/* line 116, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px;
}
/* line 118, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
/* line 122, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form .form-list {
  margin-top: 10px;
  margin-bottom: 25px;
}
/* line 126, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form .item {
  margin-top: 15px;
}

/* line 137, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
  font-weight: normal;
  width: 100%;
  background: #F4F4F4;
  border-bottom: 1px solid #d3d7d9;
  padding: 10px;
  font-size: 14px;
}
/* line 146, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
  font-weight: normal;
  width: 100%;
  background: #F4F4F4;
  border-bottom: 1px solid #d3d7d9;
  padding: 10px;
  font-size: 14px;
}
/* line 154, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
  margin-bottom: 25px;
  padding-left: 10px;
  margin-top: 10px;
}

/* line 163, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%;
}

/* line 169, ../scss/module/_checkout-multi-address.scss */
#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none;
}

/* line 173, ../scss/module/_checkout-multi-address.scss */
#review-order-form > div:nth-child(3) > div.divider {
  width: 100%;
  clear: both;
}

@media only screen and (max-width: 770px) {
  /* line 180, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px;
  }

  /* line 185, ../scss/module/_checkout-multi-address.scss */
  #review-order-form .col-1,
  #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  /* line 198, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px;
  }
  /* line 202, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0px;
  }
  /* line 209, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px;
  }
  /* line 214, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%;
  }
  /* line 218, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .page-title .button {
    float: left;
    margin-bottom: 10px;
  }
  /* line 223, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right;
  }
  /* line 226, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px;
  }
  /* line 231, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 599px) {
  /* line 239, ../scss/module/_checkout-multi-address.scss */
  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 248, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block;
  }
}
/* line 2, ../scss/module/_404.scss */
.cms-index-noroute .cart-empty-wrapper {
  width: 100%;
  padding: 20px 2.5% 0;
  display: inline-block;
}
/* line 7, ../scss/module/_404.scss */
.cms-index-noroute .cart-empty-wrapper .page-title h1 {
  float: none;
  border-bottom: none;
  margin-bottom: 16px;
  margin-right: 10px;
  padding-bottom: 0;
  position: relative;
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #363636;
  text-shadow: inherit;
  background: inherit;
  text-transform: none;
  padding-left: 0;
  padding-bottom: 13px;
  border-bottom: 1px solid #ededed;
}
/* line 27, ../scss/module/_404.scss */
.cms-index-noroute .cart-empty-wrapper .cart-empty {
  margin-top: 20px;
  color: #494949;
  font-size: 16px;
}
/* line 31, ../scss/module/_404.scss */
.cms-index-noroute .cart-empty-wrapper .cart-empty .button {
  margin-top: 26px;
  min-height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  padding: 0px 16px;
  white-space: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-shadow: none;
  background: #83201A !important;
  border: 1px solid #83201A !important;
}
/* line 44, ../scss/module/_404.scss */
.cms-index-noroute .cart-empty-wrapper .cart-empty .button:hover {
  background: #4fddfd !important;
  border: 1px solid #4fddfd !important;
}
/* line 51, ../scss/module/_404.scss */
.cms-index-noroute .cartHelp.noitems {
  padding: 20px 2.5% 0;
  width: 100%;
  float: none;
}
/* line 55, ../scss/module/_404.scss */
.cms-index-noroute .cartHelp.noitems .cartHelpInner {
  min-height: 196px;
  background-position: left calc(100% - 4px);
}
/* line 59, ../scss/module/_404.scss */
.cms-index-noroute .cartHelp.noitems .cartHelpContent {
  padding-top: 12px;
}
/* line 61, ../scss/module/_404.scss */
.cms-index-noroute .cartHelp.noitems .cartHelpContent p {
  margin-top: 12px;
  line-height: 20px;
}
/* line 65, ../scss/module/_404.scss */
.cms-index-noroute .cartHelp.noitems .cartHelpContent .cartphone {
  margin-top: 13px;
}
/* line 68, ../scss/module/_404.scss */
.cms-index-noroute .cartCategoriesInner {
  margin-top: 52px;
  padding: 0 2.5%;
  display: inline-block;
  width: 100%;
}
/* line 73, ../scss/module/_404.scss */
.cms-index-noroute .cartCategoriesInner .cartCategories {
  margin-bottom: 28px;
  width: 100%;
  float: left;
}
/* line 77, ../scss/module/_404.scss */
.cms-index-noroute .cartCategoriesInner .cartCategories .cartCategoryMain {
  padding-top: 204px;
  padding-left: 0;
  font-size: 21px;
  line-height: 24px;
  color: #363636;
  text-align: center;
  display: block;
  text-decoration: none;
}
/* line 86, ../scss/module/_404.scss */
.cms-index-noroute .cartCategoriesInner .cartCategories .cartCategoryMain:hover {
  text-decoration: underline;
}
/* line 88, ../scss/module/_404.scss */
.cms-index-noroute .cartCategoriesInner .cartCategories ul {
  display: block !important;
  list-style-type: none;
  margin-top: 8px;
}
/* line 92, ../scss/module/_404.scss */
.cms-index-noroute .cartCategoriesInner .cartCategories ul li {
  margin-left: 0;
  line-height: 23px;
  padding-top: 16px;
}
/* line 96, ../scss/module/_404.scss */
.cms-index-noroute .cartCategoriesInner .cartCategories ul li a {
  padding-left: 0;
  font-size: 16px;
  text-align: center;
  line-height: 23px;
  display: block;
}
/* line 102, ../scss/module/_404.scss */
.cms-index-noroute .cartCategoriesInner .cartCategories ul li a.more-link {
  position: relative;
  font-weight: 700;
}
/* line 105, ../scss/module/_404.scss */
.cms-index-noroute .cartCategoriesInner .cartCategories ul li a.more-link:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #901518;
  border-right: none;
  display: inline;
  top: 3px;
  margin-left: 9px;
}
/* line 116, ../scss/module/_404.scss */
.cms-index-noroute .cartCategoriesInner .cartCategoriesCompleteIdSystems a {
  background: url(../images/cart/cartCategoryCompleteSystems.jpg) 50% 42px no-repeat;
  background-size: 157px 133px;
}
/* line 120, ../scss/module/_404.scss */
.cms-index-noroute .cartCategoriesInner .cartCategoriesIdCardPrinters a {
  background: url(../images/cart/cartCategoryIdCardPrinters.jpg) 50% 46px no-repeat;
  background-size: 181px 129px;
}
/* line 124, ../scss/module/_404.scss */
.cms-index-noroute .cartCategoriesInner .cartCategoriesIdSoftware a {
  background: url(../images/cart/cartCategoryIdSoftware.jpg) 50% 50px no-repeat;
  background-size: 169px 105px;
}
/* line 128, ../scss/module/_404.scss */
.cms-index-noroute .cartCategoriesInner .cartCategoriesRibbonsSupplies a {
  background: url(../images/cart/cartCategoryRibbonsSupplies.jpg) 50% 43px no-repeat;
  background-size: 163px 129px;
}
/* line 132, ../scss/module/_404.scss */
.cms-index-noroute .cartCategoriesInner .cartCategoriesLanyardsIdHolders a {
  background: url(../images/cart/cartCategoryLanyardsIdHolders.jpg) 50% 36px no-repeat;
  background-size: 168px 129px;
}
/* line 136, ../scss/module/_404.scss */
.cms-index-noroute .cartCategoriesInner .cartCategoriesCards a {
  background: url(../images/cart/cartCategoryCards.jpg) 50% 48px no-repeat;
  background-size: 155px 114px;
}

@media only screen and (min-width: 600px) {
  /* line 147, ../scss/module/_404.scss */
  .cms-index-noroute .cart-empty-wrapper {
    padding: 20px 15px 0;
    width: 100%;
    display: inline-block;
  }
  /* line 152, ../scss/module/_404.scss */
  .cms-index-noroute .cart-empty-wrapper .cart-empty p {
    padding-right: 17px;
  }
  /* line 155, ../scss/module/_404.scss */
  .cms-index-noroute .cartHelp.noitems {
    padding: 20px 0 0 0;
    float: right;
    width: 397px;
  }
  /* line 160, ../scss/module/_404.scss */
  .cms-index-noroute .cartCategoriesInner {
    padding: 0 15px;
  }
  /* line 162, ../scss/module/_404.scss */
  .cms-index-noroute .cartCategoriesInner .cartCategories {
    width: 208px;
    min-height: 391px;
  }
  /* line 166, ../scss/module/_404.scss */
  .cms-index-noroute .cartCategoriesInner .cartCategories .cartCategoryMain {
    padding-left: 24px;
    text-align: left;
  }
  /* line 171, ../scss/module/_404.scss */
  .cms-index-noroute .cartCategoriesInner .cartCategories ul li {
    padding-top: 0;
  }
  /* line 173, ../scss/module/_404.scss */
  .cms-index-noroute .cartCategoriesInner .cartCategories ul li a {
    padding-left: 24px;
    text-align: left;
    display: inline;
  }
}
/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
/* line 30, ../scss/override/_plugin.scss */
div.calendar table {
  border-collapse: separate;
}
/* line 33, ../scss/override/_plugin.scss */
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}

/* line 1, ../scss/content/_toploginregister.scss */
#login-overlay {
  height: 100%;
  overflow-y: scroll;
  max-width: 572px;
  width: 100%;
}
/* line 7, ../scss/content/_toploginregister.scss */
#login-overlay #loginOverlayWrapper {
  background: #fff;
  width: 100%;
  padding: 0 7% 71px;
  position: relative;
}
/* line 15, ../scss/content/_toploginregister.scss */
#login-overlay #loginOverlayClose {
  width: 18px;
  height: 18px;
  padding: 0 4px;
  float: right;
  display: block;
  color: #636363;
  text-decoration: none;
  font-weight: normal;
  font-size: 21px;
  position: absolute;
  top: 18px;
  right: 18px;
  background-image: none;
}
/* line 29, ../scss/content/_toploginregister.scss */
#login-overlay #loginOverlayClose .left,
#login-overlay #loginOverlayClose .right {
  width: 15px;
  height: 2px;
  background-color: #b7b7b7;
  position: absolute;
  top: 9px;
  right: 2px;
}
/* line 38, ../scss/content/_toploginregister.scss */
#login-overlay #loginOverlayClose .left {
  transform: rotate(45deg);
}
/* line 41, ../scss/content/_toploginregister.scss */
#login-overlay #loginOverlayClose .right {
  transform: rotate(-45deg);
}
/* line 46, ../scss/content/_toploginregister.scss */
#login-overlay .col2-set {
  padding-top: 55px;
}
/* line 49, ../scss/content/_toploginregister.scss */
#login-overlay .col2-set .login-benefit {
  text-align: center;
  font-style: italic;
  padding: 0 2%;
}
/* line 54, ../scss/content/_toploginregister.scss */
#login-overlay .col2-set .login-benefit span {
  display: none;
}
/* line 60, ../scss/content/_toploginregister.scss */
#login-overlay .col-1.registered-users,
#login-overlay .col-2.new-users {
  padding: 0;
}
/* line 67, ../scss/content/_toploginregister.scss */
#login-overlay .col-2.new-users {
  margin-top: 44px;
  border-top: 1px solid #ededed;
  padding-top: 4px;
}
/* line 74, ../scss/content/_toploginregister.scss */
#login-overlay h2 {
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 700;
  background-color: #ededed;
  line-height: 26px;
  font-family: "source-sans-pro", sans-serif;
  font-size: 22px;
  color: #363636;
  display: inherit;
  padding: 6px 0 9px 11px;
  text-transform: none;
}
/* line 88, ../scss/content/_toploginregister.scss */
#login-overlay ul.form-list {
  margin-top: 28px;
  width: inherit;
}
/* line 92, ../scss/content/_toploginregister.scss */
#login-overlay ul.form-list label {
  font-size: 16px;
  color: #494949;
}
/* line 96, ../scss/content/_toploginregister.scss */
#login-overlay ul.form-list input {
  width: 100%;
}
/* line 103, ../scss/content/_toploginregister.scss */
#login-overlay .buttons-set {
  border-top: 0 solid #fff;
  width: inherit;
}
/* line 107, ../scss/content/_toploginregister.scss */
#login-overlay .buttons-set .button {
  float: right;
  padding: 0 30px;
  width: auto;
  min-width: 146px;
  font-family: "source-sans-pro", sans-serif;
  background-color: #0f396a;
  font-size: 16px;
  font-weight: 700;
  margin-left: 0;
  line-height: 45px;
  white-space: nowrap;
  border: none !important;
}
/* line 120, ../scss/content/_toploginregister.scss */
#login-overlay .buttons-set .button:hover {
  background-color: #4fddfd !important;
}
/* line 125, ../scss/content/_toploginregister.scss */
#login-overlay .buttons-set a.f-left {
  float: right;
  font-style: italic;
  color: #0f396a;
  text-decoration: none;
  font-size: 14px;
}
/* line 132, ../scss/content/_toploginregister.scss */
#login-overlay .buttons-set a.f-left:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 479px) {
  /* line 145, ../scss/content/_toploginregister.scss */
  #login-overlay #loginOverlayWrapper {
    padding-left: 11%;
    padding-right: 11%;
  }
  /* line 155, ../scss/content/_toploginregister.scss */
  #login-overlay .col2-set .login-benefit span {
    display: inline;
  }
  /* line 176, ../scss/content/_toploginregister.scss */
  #login-overlay ul.form-list div.name-firstname, #login-overlay ul.form-list div.name-lastname {
    float: left;
  }
  /* line 179, ../scss/content/_toploginregister.scss */
  #login-overlay ul.form-list div.name-firstname {
    width: 48%;
    margin-right: 2%;
  }
  /* line 183, ../scss/content/_toploginregister.scss */
  #login-overlay ul.form-list div.name-lastname {
    width: 50%;
  }
}
@media only screen and (min-width: 600px) {
  /* line 205, ../scss/content/_toploginregister.scss */
  #login-overlay {
    overflow-y: inherit;
    position: absolute;
    z-index: 110;
    top: 100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 215, ../scss/content/_toploginregister.scss */
  #login-overlay #loginOverlayWrapper {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 35px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 25px 60px 0px;
  }
  /* line 222, ../scss/content/_toploginregister.scss */
  #login-overlay .col2-set {
    padding-top: 0;
  }
  /* line 225, ../scss/content/_toploginregister.scss */
  #login-overlay .col2-set .login-benefit {
    float: left;
    padding: 50px 0 0 0;
  }
  /* line 229, ../scss/content/_toploginregister.scss */
  #login-overlay .col2-set .login-benefit span {
    display: inline;
  }
  /* line 236, ../scss/content/_toploginregister.scss */
  #login-overlay .buttons-set a.f-left {
    margin-top: 10px;
  }
  /* line 240, ../scss/content/_toploginregister.scss */
  #login-overlay .col-1.registered-users {
    padding-right: 20px;
    margin-top: 20px;
  }
  /* line 245, ../scss/content/_toploginregister.scss */
  #login-overlay .col-2.new-users {
    margin-top: 20px;
    border-top: none;
    padding-top: 0;
    padding-left: 20px;
    border-left: 1px solid #f8f4e8;
  }
  /* line 253, ../scss/content/_toploginregister.scss */
  #login-overlay h2 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 770px) {
  /* line 264, ../scss/content/_toploginregister.scss */
  #login-overlay {
    max-width: 670px;
  }
  /* line 283, ../scss/content/_toploginregister.scss */
  #login-overlay .col-1.registered-users {
    padding-right: 30px;
  }
  /* line 287, ../scss/content/_toploginregister.scss */
  #login-overlay .col-2.new-users {
    padding-left: 30px;
  }
}
/* line 1, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay {
  height: 100%;
  overflow-y: scroll;
  max-width: 671px;
  width: 100%;
  padding: 11px 0 11px 0;
}
/* line 9, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideOverlayWrapper {
  background: #fff;
  width: 100%;
  min-height: 620px;
  padding: 0 7% 71px;
  position: relative;
}
/* line 18, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideOverlayClose {
  width: auto;
  height: auto;
  padding: 0 4px;
  float: right;
  display: block;
  color: #636363;
  text-decoration: none;
  font-weight: normal;
  font-size: 21px;
  position: absolute;
  top: 7px;
  right: 11px;
  background-image: none;
  text-transform: uppercase;
}
/* line 34, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper {
  padding-top: 50px;
}
/* line 37, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper h2 {
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  color: #363636;
  font-size: 27px;
  font-style: normal;
  line-height: 30px;
  text-rendering: optimizeSpeed;
  text-transform: capitalize;
  margin-bottom: 10px;
  text-align: center;
}
/* line 49, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper p {
  text-align: center;
  color: #494949;
}
/* line 53, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper #bg_form {
  padding-top: 30px;
}
/* line 56, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper #bg_form li {
  position: relative;
  margin-bottom: 20px;
}
/* line 60, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper #bg_form li span.required-field {
  color: #4fddfd;
  position: absolute;
  top: 1px;
  left: -12px;
  font-weight: bold;
}
/* line 67, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper #bg_form li label {
  color: #494949;
  font-size: 15px;
}
/* line 71, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper #bg_form li label.error {
  color: #4fddfd;
  font-weight: normal;
}
/* line 76, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper #bg_form li input {
  color: #494949;
  font-weight: normal;
  width: 100%;
}
/* line 82, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper #bg_form button.button {
  padding: 7px 35px;
  width: 100%;
  min-width: auto;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background-color: #901518;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  white-space: nowrap;
  border: none;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
}
/* line 98, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper #bg_form button.button:hover {
  background-color: #4fddfd;
}
/* line 104, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner img.bgFlairImg, #buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner span.bgFlairMsg {
  display: none;
}
/* line 109, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideSuccessWrapper {
  padding-top: 170px;
  display: none;
}
/* line 113, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideSuccessWrapper h2 {
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  color: #363636;
  font-size: 27px;
  font-style: normal;
  line-height: 30px;
  text-rendering: optimizeSpeed;
  text-transform: capitalize;
  margin-bottom: 10px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 30px;
}
/* line 128, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideSuccessWrapper p {
  text-align: center;
}
/* line 131, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideSuccessWrapper a.button {
  padding: 7px 35px;
  width: 100%;
  min-width: auto;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background-color: #901518;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  white-space: nowrap;
  border: none;
  text-transform: uppercase;
  color: #fff;
  margin-top: 25px;
}
/* line 147, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideSuccessWrapper a.button:hover {
  background-color: #4fddfd;
}

@media only screen and (min-width: 600px) {
  /* line 157, ../scss/content/_buyersguideoverlay.scss */
  #buyersGuideOverlay {
    overflow-y: inherit;
    position: absolute;
    z-index: 110;
    top: 100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding: 11px;
  }
  /* line 169, ../scss/content/_buyersguideoverlay.scss */
  #buyersGuideOverlay #buyersGuideOverlayWrapper {
    padding: 11px;
    box-shadow: rgba(0, 0, 0, 0.7) 0 0 20px 0;
    min-height: 531px;
    float: right;
  }
  /* line 175, ../scss/content/_buyersguideoverlay.scss */
  #buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner {
    background: #e4f0f8 url(../images/buyersGuideOverlayBg.jpg) 100% 100% no-repeat;
    background-size: 671px 529px;
    float: right;
    width: 100%;
    padding-bottom: 40px;
    position: relative;
  }
  /* line 183, ../scss/content/_buyersguideoverlay.scss */
  #buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideOverlayClose {
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    padding-top: 2px;
    background-color: #fff;
  }
  /* line 191, ../scss/content/_buyersguideoverlay.scss */
  #buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper {
    float: right;
    width: 478px;
    padding-right: 37px;
    padding-top: 22px;
  }
  /* line 197, ../scss/content/_buyersguideoverlay.scss */
  #buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper h2 {
    font-size: 36px;
    line-height: 38px;
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #494949;
    text-transform: capitalize;
    margin-bottom: 3px;
  }
  /* line 206, ../scss/content/_buyersguideoverlay.scss */
  #buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper #bg_form {
    width: 237px;
    padding: 21px;
    margin: 20px auto 0 auto;
    border: 6px solid #d9deeb;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 20px 0;
  }
  /* line 214, ../scss/content/_buyersguideoverlay.scss */
  #buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper #bg_form li {
    margin-bottom: 11px;
  }
  /* line 217, ../scss/content/_buyersguideoverlay.scss */
  #buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper #bg_form button.button {
    margin-top: 8px;
  }
  /* line 222, ../scss/content/_buyersguideoverlay.scss */
  #buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner span.bgFlairMsg {
    display: block;
    position: absolute;
    bottom: 8px;
    right: 192px;
    font-weight: bold;
  }
  /* line 229, ../scss/content/_buyersguideoverlay.scss */
  #buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner img.bgFlairImg {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 176px;
    height: 108px;
  }
  /* line 240, ../scss/content/_buyersguideoverlay.scss */
  #buyersGuideOverlay #buyersGuideSuccessWrapper {
    padding-top: 176px;
  }
  /* line 243, ../scss/content/_buyersguideoverlay.scss */
  #buyersGuideOverlay #buyersGuideSuccessWrapper h2 {
    font-size: 31px;
    padding-bottom: 13px;
    width: 96%;
    margin: 0 auto 13px auto;
  }
  /* line 249, ../scss/content/_buyersguideoverlay.scss */
  #buyersGuideOverlay #buyersGuideSuccessWrapper a.button {
    width: 43%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
